/* ===== SOURCE: site-shared-v4.css ===== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #111111;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
.topbar {
  background: #ffffff;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 6%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  color: #222;
}
.site-header {
  background: #000000;
  border-bottom: 1px solid #111111;
  padding: 14px 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 126px;
}
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-decoration: none;
  color: inherit;
  margin: 0 auto;
  position: relative;
  top: 0;
}
.brand-logo-image {
  display: block;
  height: 120px;
  width: auto;
  max-width: min(420px, 70vw);
}
.brand-text {
  display: none;
}
.brand strong {
  display: none;
}
.brand small {
  display: none;
}
@media (max-width: 700px) {
  .site-header {
    min-height: 100px;
    padding: 12px 6%;
  }
  .brand {
    gap: 0;
    top: 0;
  }
  .brand-logo-image {
    height: 84px;
    max-width: 78vw;
  }
}
.menu-check {
  display: none;
}
.side-menu-toggle {
  position: fixed;
  left: 15px;
  top: 15px;
  width: 30px;
  height: 24px;
  z-index: 2000;
  cursor: pointer;
}
.side-menu-toggle span {
  display: block;
  height: 2px;
  width: 22px;
  margin: 5px 0;
  background: #ffffff;
}
.side-menu-panel {
  position: fixed;
  left: -340px;
  top: 0;
  width: 320px;
  max-width: 86%;
  height: 100%;
  background: #ffffff;
  border-right: 1px solid #ddd;
  box-shadow: 20px 0 50px rgba(0,0,0,.2);
  z-index: 1900;
  transition: left .25s ease;
  overflow-y: auto;
}
.menu-check:checked ~ .side-menu-panel {
  left: 0;
}
.side-menu-head {
  padding: 26px 20px 18px 24px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.side-menu-head strong {
  display: block;
  font-size: 22px;
  color: #111;
  letter-spacing: 1px;
}
.side-menu-head small {
  display: block;
  margin-top: 5px;
  color: #555;
  font-size: 12px;
}
.side-menu-close {
  position: absolute;
  right: 16px;
  top: 15px;
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  cursor: pointer;
  background: #fff;
}
.side-menu-links {
  padding: 14px;
}
.side-menu-links a {
  display: block;
  background: #f6f6f6;
  color: #111;
  border: 1px solid #dddddd;
  border-radius: 13px;
  padding: 15px 16px;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 15px;
}
.side-menu-links a:hover {
  background: #cfd6dd;
  color: #111;
}
.hero {
  min-height: 650px;
  background: #2f3d55 url("hero-background.webp") center 32px / auto 72% no-repeat;
  position: relative;
}
.hero-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42px;
  text-align: center;
  padding: 0 20px;
}
.hero-subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 3px 10px rgba(0,0,0,.6);
  margin-bottom: 12px;
}
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-buttons a {
  background: #000000;
  color: #ffffff;
  min-width: 215px;
  text-align: center;
  padding: 14px 22px;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.18);
}
.hero-buttons a:hover {
  background: #cfd6dd;
  color: #111;
}
.trust-line {
  background: #ffffff;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  padding: 12px 6%;
  font-size: 13px;
  font-weight: 800;
  color: #111;
}
.section {
  background: #ffffff;
  padding: 86px 6%;
}
.section-head {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}
.eyebrow {
  display: inline-block;
  color: #5f6e7d;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
}
.section-head h1,
.section-head h2 {
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 14px;
  color: #111;
}
.section-head p {
  color: #666;
  font-size: 17px;
}
.card-row,
.split-row,
.process-row {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.card,
.info-box,
.process-box {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  padding: 28px;
  flex: 1 1 300px;
  min-width: 280px;
}
.card h3,
.info-box h3,
.process-box h3 {
  font-size: 23px;
  margin-bottom: 12px;
  color: #111;
}
.card p,
.info-box p,
.process-box p,
.info-box li {
  color: #666;
  font-size: 16px;
}
.info-box ul {
  margin-top: 12px;
  padding-left: 20px;
}

/* ===== ORIGINAL INDEX INLINE STYLE — exact cascade position ===== */
.process-box b {
  display: block;
  font-size: 28px;
  color: #5f6e7d;
  margin-bottom: 18px;
}

.image-showcase-stack {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}
.showcase-visual {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  padding: 12px;
  width: 100%;
}
.showcase-visual img {
  width: 100%;
  display: block;
  border-radius: 18px;
}
.showcase-visual.igi-center {
  max-width: 1180px;
  margin: 0 auto;
}
.shape-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.shape-grid span {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  min-height: 80px;
  flex: 1 1 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.details-table {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}
.details-table th,
.details-table td {
  text-align: left;
  padding: 18px 22px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}
.details-table th {
  width: 32%;
  background: #f7f7f7;
  color: #111;
}
.details-table td {
  color: #666;
}
.quote-form {
  max-width: 860px;
  margin: 28px auto 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}
.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  flex: 1 1 260px;
  border: 1px solid #d8d8d8;
  background: #fbfbfb;
  border-radius: 16px;
  padding: 15px 16px;
  margin-bottom: 16px;
  font-size: 15px;
}
.quote-form button {
  width: 100%;
  border: none;
  background: #111;
  color: #ffffff;
  padding: 16px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}
.about-layout {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  gap: 42px;
  flex-wrap: wrap;
  align-items: center;
}
.about-visual {
  flex: 1 1 380px;
  min-height: 390px;
  border-radius: 30px;
  background: linear-gradient(145deg, #111, #1f3447);
  position: relative;
}
.about-badge {
  position: absolute;
  right: 26px;
  bottom: 26px;
  background: #cfd6dd;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
}
.about-text {
  flex: 1 1 430px;
}
.about-text h2 {
  font-size: 50px;
  margin-bottom: 14px;
}
.about-text p {
  color: #666;
  margin-bottom: 15px;
  font-size: 17px;
}
.stats {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.stats div {
  flex: 1 1 120px;
  border: 1px solid #dddddd;
  border-radius: 18px;
  padding: 18px;
}
.stats strong {
  display: block;
  font-size: 23px;
}
.stats span {
  color: #666;
  font-size: 13px;
  font-weight: 700;
}
.footer {
  background: #ffffff;
  border-top: 1px solid #dddddd;
  color: #111;
  padding: 42px 6%;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer h2 {
  letter-spacing: 1px;
}
.footer p {
  color: #666;
}
.footer a {
  display: block;
  color: #111;
  font-weight: 900;
  margin: 6px 0;
}
.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.floating-action {
  width: 250px;
  min-height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
}
.action-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.action-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.quote-action {
  background: #111;
  color: #ffffff;
}
.whatsapp-action {
  background: #25d366;
  color: #ffffff;
}
.catalogue-action {
  background: #cfd6dd;
  color: #111;
}
@media (max-width: 820px) {
  .topbar {
    display: block;
    text-align: center;
  }
  .site-header {
    padding-left: 60px;
  }
  .brand strong {
    font-size: 18px;
  }
  .hero {
    min-height: 520px;
    background-position: center 22px !important;
    background-size: auto 66% !important;
  }
  .section {
    padding: 62px 5%;
  }
  .section-head h1,
  .section-head h2 {
    font-size: 38px;
  }
  .floating-actions {
    right: 14px;
    bottom: 14px;
  }
  .floating-action {
    width: 225px;
    min-height: 52px;
    font-size: 14px;
  }
}

/* All font black update */
body,
p,
span,
small,
strong,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
td,
th,
label,
input,
select,
textarea,
button,
.section-head p,
.card p,
.info-box p,
.process-box p,
.footer p,
.footer a,
.details-table td,
.details-table th,
.loose-description p,
.loose-description h2,
.eyebrow {
  color: #000000 !important;
}

.hero-subtitle,
.hero-buttons a,
.quote-action,
.whatsapp-action {
  color: #ffffff !important;
}

.catalogue-action {
  color: #000000 !important;
}

.card-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.card-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
  border-color: #cfd6dd;
}
.card-link:focus {
  outline: 2px solid #cfd6dd;
  outline-offset: 3px;
}

/* Mobile responsive fix - desktop layout remains same */
@media (max-width: 820px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
  .topbar {
    padding: 9px 18px 9px 52px;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 1.45;
  }
  .topbar p {
    margin: 2px 0;
  }
  .site-header {
    padding: 16px 18px 16px 58px;
    min-height: 76px;
  }
  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
  .brand strong {
    font-size: 19px;
    letter-spacing: .5px;
  }
  .brand small {
    font-size: 11px;
  }
  .side-menu-toggle {
    left: 16px;
    top: 18px;
  }
  .section {
    padding: 54px 18px;
  }
  .section-head {
    margin-bottom: 28px;
  }
  .section-head h1,
  .section-head h2 {
    font-size: 34px;
    line-height: 1.15;
  }
  .section-head p {
    font-size: 15px;
    line-height: 1.65;
  }
  .hero {
    min-height: 560px;
    background-position: center 70px;
    background-size: auto 58%;
  }
  .hero-panel {
    bottom: 28px;
    padding: 0 16px;
  }
  .hero-buttons {
    gap: 10px;
  }
  .hero-buttons a {
    width: 100%;
    max-width: 310px;
    min-width: 0;
  }
  .card-row,
  .split-row,
  .process-row,
  .shape-grid,
  .certified-shape-grid,
  .round-detail-layout,
  .about-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .card,
  .info-box,
  .process-box,
  .card-link,
  .round-detail-image,
  .round-detail-content {
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
  }
  .card,
  .info-box,
  .process-box {
    padding: 24px;
  }
  .shape-grid span,
  .certified-shape-grid span {
    width: 100%;
    flex: 1 1 auto;
    min-height: 62px;
  }
  .details-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-radius: 18px;
  }
  .details-table th,
  .details-table td {
    padding: 14px 16px;
    font-size: 14px;
  }
  .quote-form,
  .loose-description,
  .certified-description-box,
  .certified-shapes-box,
  .gia-natural-box,
  .custom-shape-description,
  .jewellery-description,
  .fancy-description,
  .custom-jewellery-description {
    width: 100%;
    padding: 22px;
    border-radius: 20px;
  }
  .form-row {
    display: block;
  }
  .quote-form input,
  .quote-form select,
  .quote-form textarea {
    width: 100%;
  }
  .round-detail-image img {
    width: 100%;
    max-width: 320px;
  }
  .footer {
    padding: 34px 18px 94px;
    display: block;
    text-align: left;
  }
  .footer > div {
    margin-bottom: 18px;
  }
  .floating-actions {
    position: fixed;
    right: 10px;
    left: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    z-index: 1600;
  }
  .floating-action {
    width: auto;
    min-height: 54px;
    padding: 8px 6px;
    border-radius: 14px;
    font-size: 11px;
    line-height: 1.2;
    justify-content: center;
  }
  .floating-action .action-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 520px) {
  .section-head h1,
  .section-head h2 {
    font-size: 29px;
  }
  .hero {
    min-height: 520px;
    background-size: auto 52%;
  }
  .certified-description-box h2,
  .round-detail-content h2,
  .loose-description h2 {
    font-size: 23px;
  }
}

.quote-form button,
.quote-form button[type="submit"],
button[type="submit"] {
  color: #ffffff !important;
}

.diamond-loop-showcase {
  width: 100vw;
  max-width: 100vw;
  margin: 28px calc(50% - 50vw) 0 calc(50% - 50vw);
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  padding: 20px 0;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  overflow: hidden;
}
.diamond-loop-marquee {
  overflow: hidden;
  width: 100%;
}
.diamond-loop-track {
  display: flex;
  align-items: stretch;
  gap: 14px;
  width: max-content;
  animation: diamondLoopScroll 78s linear infinite;
  padding: 0 16px;
}
.diamond-loop-showcase:hover .diamond-loop-track {
  animation-play-state: paused;
}
@keyframes diamondLoopScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.diamond-loop-card {
  width: 172px;
  min-width: 172px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  padding: 14px 14px 12px;
  text-decoration: none;
  color: #111111;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.diamond-loop-card img {
  width: 100%;
  height: 128px;
  object-fit: contain;
  display: block;
}
.diamond-loop-card span {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.25;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}
@media (max-width: 820px) {
  .diamond-loop-showcase {
    width: 100vw;
    max-width: 100vw;
    margin: 22px calc(50% - 50vw) 0 calc(50% - 50vw);
    padding: 18px 0;
    border-radius: 0;
  }
  .diamond-loop-track {
    gap: 12px;
    animation-duration: 62s;
    padding: 0 12px;
  }
  .diamond-loop-card {
    width: 148px;
    min-width: 148px;
    padding: 12px 12px 10px;
  }
  .diamond-loop-card img {
    height: 110px;
  }
  .diamond-loop-card span {
    font-size: 14px;
  }
}


/* Force dark action button text white across website */
.hero-buttons a,
.quote-action,
.whatsapp-action,
.cta-row a,
.quote-form button,
.quote-form button[type="submit"],
button[type="submit"] {
  color: #ffffff !important;
}

.hero-buttons a:hover,
.cta-row a:hover {
  color: #111111 !important;
}

/* Floating buttons icon only with clear logos */
.floating-action {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  padding: 0 !important;
  justify-content: center !important;
  border-radius: 50% !important;
}
.floating-action .action-icon {
  display: inline-flex !important;
  width: 32px !important;
  height: 32px !important;
  background: transparent !important;
  align-items: center !important;
  justify-content: center !important;
}
.floating-action .action-icon svg {
  width: 25px !important;
  height: 25px !important;
  fill: currentColor !important;
}
.floating-action > span:not(.action-icon) {
  display: none !important;
}
.quote-action .action-icon {
  color: #ffffff !important;
}
.whatsapp-action .action-icon {
  color: #ffffff !important;
}
.catalogue-action .action-icon {
  color: #111111 !important;
}

/* Floating action labels deleted */
.floating-action > span:not(.action-icon) {
  display: none !important;
}

/* Footer columns format */
.footer {
  display: block !important;
  padding: 54px 6% 24px !important;
  background: #111111 !important;
}
.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
  align-items: start;
}
.footer-col h2,
.footer-col h3 {
  color: #ffffff;
  margin-bottom: 14px;
}
.footer-col h2 {
  letter-spacing: 1px;
  font-size: 26px;
}
.footer-col h3 {
  font-size: 18px;
}
.footer-col p {
  color: #f1f1f1;
  line-height: 1.7;
  max-width: 340px;
}
.footer-col a {
  display: block;
  color: #ffffff;
  font-weight: 800;
  margin: 8px 0;
  text-decoration: none;
}
.footer-col a:hover {
  color: #cfd6dd;
}
.footer-bottom {
  max-width: 1180px;
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.18);
  color: #f1f1f1;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 820px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-bottom {
    text-align: left;
  }
}

/* Footer font white fix */
.footer,
.footer * {
  color: #ffffff !important;
}
.footer p,
.footer-bottom {
  color: #ffffff !important;
}
.footer a,
.footer a:visited,
.footer a:hover {
  color: #ffffff !important;
}

/* Mobile topbar clean format fix */
@media (max-width: 700px) {
  .topbar {
    padding: 8px 44px 8px 54px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    text-align: center !important;
    min-height: auto !important;
  }

  .topbar p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    max-width: 100% !important;
  }

  .side-menu-toggle {
    top: 14px !important;
    left: 14px !important;
    width: 28px !important;
    height: 22px !important;
    gap: 5px !important;
  }

  .side-menu-toggle span {
    height: 3px !important;
    width: 28px !important;
  }
}

/* Mobile header brand spacing fix */
@media (max-width: 700px) {
  .site-header {
    padding: 16px 18px 16px 92px !important;
    min-height: 92px !important;
    align-items: center !important;
  }

  .brand {
    gap: 10px !important;
    max-width: 100% !important;
  }

  .brand-mark {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    font-size: 12px !important;
  }

  .brand strong {
    font-size: 18px !important;
    line-height: 1.05 !important;
    letter-spacing: 0.3px !important;
  }

  .brand small {
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin-top: 4px !important;
  }

  .side-menu-toggle {
    left: 12px !important;
    top: 16px !important;
    width: 26px !important;
    height: 22px !important;
    z-index: 2100 !important;
  }

  .side-menu-toggle span {
    width: 26px !important;
    margin: 4px 0 !important;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-left: 96px !important;
    padding-right: 14px !important;
  }

  .brand strong {
    font-size: 17px !important;
  }

  .brand small {
    font-size: 10.5px !important;
  }
}

/* Strong mobile header overlap fix */
@media (max-width: 700px) {
  body {
    padding-top: 0 !important;
  }

  .side-menu-toggle {
    position: absolute !important;
    top: 88px !important;
    left: 18px !important;
    width: 34px !important;
    height: 28px !important;
    z-index: 2200 !important;
  }

  .side-menu-toggle span {
    width: 34px !important;
    height: 3px !important;
    margin: 6px 0 !important;
    display: block !important;
  }

  .site-header {
    padding: 18px 14px 18px 78px !important;
    min-height: 110px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .brand {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: calc(100vw - 100px) !important;
  }

  .brand-mark {
    display: none !important;
  }

  .brand strong {
    font-size: 20px !important;
    line-height: 1.05 !important;
    letter-spacing: 0.2px !important;
    white-space: nowrap !important;
  }

  .brand small {
    display: block !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    margin-top: 8px !important;
    white-space: normal !important;
  }
}

@media (max-width: 420px) {
  .site-header {
    padding-left: 76px !important;
    min-height: 104px !important;
  }

  .side-menu-toggle {
    top: 86px !important;
    left: 16px !important;
  }

  .brand strong {
    font-size: 18px !important;
  }

  .brand small {
    font-size: 10px !important;
  }
}

/* FINAL separated footer behavior: PC hover, mobile tap */
.footer {
  background: #101010 !important;
  color: #ffffff !important;
  overflow: hidden !important;
}

/* Common footer dropdown structure */
.footer-col {
  min-width: 0 !important;
  overflow: hidden !important;
}

.footer-col h2,
.footer-col h3 {
  color: #ffffff !important;
  cursor: pointer !important;
  user-select: none !important;
}

.footer-col .footer-drop {
  display: block !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transform: translateY(-8px) !important;
  transition: max-height 0.38s ease, opacity 0.28s ease, transform 0.28s ease, padding 0.28s ease !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-col .footer-drop a {
  display: block !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

/* PC only: 3 columns + mouse hover opens */
@media (min-width: 701px) {
  .footer-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 44px !important;
    align-items: start !important;
  }

  .footer-col h2,
  .footer-col h3 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 0 14px !important;
  }

  .footer-col h2::after,
  .footer-col h3::after {
    content: '+' !important;
    color: #cfd6dd !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    margin-left: 12px !important;
  }

  .footer-col:hover h2::after,
  .footer-col:hover h3::after,
  .footer-col.footer-open h2::after,
  .footer-col.footer-open h3::after {
    content: '−' !important;
  }

  .footer-col:hover .footer-drop,
  .footer-col.footer-open .footer-drop {
    max-height: 700px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    padding: 8px 0 0 !important;
  }
}

/* Mobile only: 1 column + tap/click opens */
@media (max-width: 700px) {
  .footer {
    padding: 34px 18px 96px !important;
  }

  .footer-grid {
    display: block !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .footer-col {
    width: 100% !important;
    border-bottom: 1px solid rgba(255,255,255,0.14) !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  .footer-col h2,
  .footer-col h3 {
    margin: 0 !important;
    padding: 16px 0 !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #ffffff !important;
  }

  .footer-col h2::after,
  .footer-col h3::after {
    content: '+' !important;
    color: #cfd6dd !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    margin-left: 12px !important;
  }

  .footer-col.footer-open h2::after,
  .footer-col.footer-open h3::after {
    content: '−' !important;
  }

  .footer-col.footer-open .footer-drop {
    max-height: 700px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    padding: 0 0 14px !important;
  }

  .footer-col .footer-drop a {
    font-size: 15px !important;
    line-height: 1.45 !important;
    margin: 9px 0 !important;
    text-align: left !important;
    font-weight: 800 !important;
  }

  .footer-bottom {
    text-align: left !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}

/* Home hero subtitle mobile font size fix only */
@media (max-width: 700px) {
  .hero-subtitle {
    font-size: 13px !important;
    line-height: 1.45 !important;
    max-width: 310px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

@media (max-width: 420px) {
  .hero-subtitle {
    font-size: 12px !important;
    line-height: 1.45 !important;
    max-width: 285px !important;
  }
}

/* Header back to text logo with small menu icon */
.brand {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.brand-mark,
.brand-logo-img {
  display: none !important;
}

.brand strong {
  display: block !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  letter-spacing: 0.5px !important;
  font-weight: 900 !important;
  color: #111111 !important;
  white-space: nowrap !important;
}

.brand small {
  display: block !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  margin-top: 10px !important;
  color: #111111 !important;
  white-space: nowrap !important;
}

@media (min-width: 701px) {
  .site-header {
    padding-left: 68px !important;
    min-height: 92px !important;
    align-items: center !important;
  }

  .side-menu-toggle {
    position: fixed !important;
    left: 14px !important;
    top: 18px !important;
    width: 22px !important;
    height: 18px !important;
    z-index: 3000 !important;
  }

  .side-menu-toggle span {
    width: 22px !important;
    height: 2px !important;
    margin: 5px 0 !important;
    display: block !important;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding-left: 68px !important;
    min-height: 88px !important;
    align-items: center !important;
  }

  .side-menu-toggle {
    left: 14px !important;
    top: 18px !important;
    width: 22px !important;
    height: 18px !important;
  }

  .side-menu-toggle span {
    width: 22px !important;
    height: 2px !important;
    margin: 5px 0 !important;
  }

  .brand strong {
    font-size: 22px !important;
  }

  .brand small {
    font-size: 11px !important;
    margin-top: 9px !important;
  }
}

/* ROY DIAMOND text right side spacing fix */
@media (min-width: 701px) {
  .site-header {
    padding-left: 102px !important;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding-left: 92px !important;
  }
}

/* FINAL strong mobile header text down fix */
@media (max-width: 700px) {
  .site-header {
    min-height: 112px !important;
    padding-top: 34px !important;
    padding-bottom: 18px !important;
    align-items: flex-start !important;
  }

  .brand {
    margin-top: 14px !important;
    transform: translateY(12px) !important;
  }

  .brand strong {
    line-height: 1.15 !important;
  }

  .brand small {
    margin-top: 10px !important;
  }

  .side-menu-toggle {
    top: 12px !important;
  }
}

/* FINAL PC only header overlap fix - mobile unchanged */
@media (min-width: 701px) {
  .site-header {
    min-height: 104px !important;
    padding-top: 30px !important;
    padding-bottom: 18px !important;
    padding-left: 102px !important;
    align-items: flex-start !important;
  }

  .brand {
    margin-top: 8px !important;
    transform: translateY(8px) !important;
  }

  .brand strong {
    line-height: 1.15 !important;
  }

  .brand small {
    margin-top: 10px !important;
  }

  .side-menu-toggle {
    top: 12px !important;
    left: 14px !important;
    width: 22px !important;
    height: 18px !important;
  }

  .side-menu-toggle span {
    width: 22px !important;
    height: 2px !important;
    margin: 5px 0 !important;
  }
}

/* PC header ROY DIAMOND more down fix - mobile unchanged */
@media (min-width: 701px) {
  .site-header {
    min-height: 122px !important;
    padding-top: 42px !important;
    padding-bottom: 22px !important;
    align-items: flex-start !important;
  }

  .brand {
    margin-top: 18px !important;
    transform: translateY(18px) !important;
  }

  .side-menu-toggle {
    top: 12px !important;
  }
}

/* Smaller menu icon without changing anything else */
.side-menu-toggle {
  width: 24px !important;
  height: 18px !important;
}
.side-menu-toggle span {
  width: 18px !important;
  height: 2px !important;
  margin: 3px 0 !important;
}


/* Hero subtitle clean position after white trust line removed */
@media (max-width: 700px) {
  .hero-subtitle {
    text-align: center !important;
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
}



/* Hero full-size video */
.hero {
  min-height: auto !important;
  background: none !important;
  padding: 0 !important;
  position: relative;
}
.hero-panel {
  display: none !important;
}
.hero-video-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 0 !important;
}
.hero-video {
  display: block !important;
  width: 100% !important;
  height: 78vh !important;
  min-height: 520px !important;
  max-height: 900px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #000 !important;
}
@media (max-width: 700px) {
  .hero {
    padding-top: 0 !important;
  }
  .hero-video-wrap {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
  }
  .hero-video {
    width: 100% !important;
    height: 56vh !important;
    min-height: 320px !important;
    max-height: none !important;
    border-radius: 0 !important;
  }
}

/* IGI image display final */
.igi-image-wrap {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}
.igi-full-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 660px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}
.igi-full-video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 660px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  background: #000 !important;
}

.product-image-card .igi-image-wrap,
.showcase-visual .igi-image-wrap {
  margin: 0 auto !important;
  max-width: 100% !important;
}
@media (max-width: 700px) {
  .igi-image-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  .igi-full-image {
    width: 100% !important;
    height: auto !important;
    min-height: 420px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
  .igi-full-video {
    width: 100% !important;
    height: auto !important;
    min-height: 420px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

}



/* Mid-gap video before Jewellery Manufacturing */
.mid-gap-video-wrap,
.image-showcase-stack.mid-gap-video-wrap {
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 22px calc(50% - 50vw) 28px calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000000 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 0 !important;
}
.mid-gap-video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: contain !important;
  object-position: center center !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #000000 !important;
}
@media (max-width: 700px) {
  .mid-gap-video-wrap,
  .image-showcase-stack.mid-gap-video-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 18px calc(50% - 50vw) 24px calc(50% - 50vw) !important;
    border-radius: 0 !important;
  }
  .mid-gap-video {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 0 !important;
  }
}

/* Full width video after Manufacturing Process before Quick Inquiry */
.manufacturing-bottom-video-wrap {
  margin-top: 24px !important;
}

@media (max-width: 700px) {
  .manufacturing-bottom-video-wrap {
    margin-top: 18px !important;
  }
}

/* Manufacturing process section below image gap */

.jewellery-manufacturing-section-title {
  max-width: 1120px;
  margin: 34px auto 14px;
  text-align: left;
  color: #000000;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
}
@media (max-width: 820px) {
  .jewellery-manufacturing-section-title {
    margin: 26px auto 12px;
    font-size: 25px;
  }
}

.manufacturing-process-section {
  max-width: 1120px;
  margin: 34px auto 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 24px;
  padding: 28px 32px;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  text-align: left;
}
.manufacturing-process-section h2 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 18px;
  color: #000000;
}
.manufacturing-process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 12px;
}
.manufacturing-process-list div,
.manufacturing-process-list a {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 18px;
  padding: 16px 18px;
  font-weight: 900;
  color: #111111;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.manufacturing-process-list a {
  text-decoration: none;
  display: block;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.manufacturing-process-list a:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
  border-color: #dde5ec;
}
.manufacturing-process-list b {
  color: #5f6e7d;
  margin-right: 8px;
}
@media (max-width: 820px) {
  .manufacturing-process-section {
    padding: 22px;
    margin-top: 22px;
  }
  .manufacturing-process-section h2 {
    font-size: 23px;
  }
  .manufacturing-process-list {
    grid-template-columns: 1fr;
  }
}

/* Hero inquiry boxes above calibrated line */
.hero-panel {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.hero-buttons {
  margin-bottom: 12px !important;
}
.hero-buttons a {
  text-decoration: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 700px) {
  .hero-buttons {
    width: 100% !important;
    gap: 10px !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 10px !important;
  }
  .hero-buttons a {
    width: min(92vw, 320px) !important;
    min-width: 0 !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
  }
}


.hero-buttons-below-hero {
  margin: 22px auto 26px !important;
  justify-content: center !important;
}
.hero-buttons-below-hero a {
  text-decoration: none !important;
}
@media (max-width: 700px) {
  .hero-buttons-below-hero {
    margin: 18px auto 22px !important;
  }
}


/* ROY DIAMOND premium luxury animation pack - platinum graphite edition */
:root {
  --rd-accent: #cfd6dd;
  --rd-accent-strong: #5f6e7d;
  --rd-accent-dark: #2d3944;
  --rd-accent-soft: #eef2f5;
  --rd-accent-line: rgba(207, 214, 221, 0.72);
  --rd-accent-glow: rgba(207, 214, 221, 0.28);
  --rd-shadow-soft: 0 14px 34px rgba(25, 35, 45, 0.08);
  --rd-shadow-hover: 0 18px 42px rgba(25, 35, 45, 0.14);
  --rd-radius-soft: 18px;
  scroll-behavior: smooth;
}

html { -webkit-font-smoothing: antialiased; }

.side-menu-panel {
  left: 0 !important;
  transform: translate3d(-108%, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s ease,
    visibility 0.24s ease;
  will-change: transform, opacity;
}
.menu-check:checked ~ .side-menu-panel {
  left: 0 !important;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.side-menu-toggle span {
  transition: transform 0.20s ease, opacity 0.16s ease, background-color 0.16s ease;
}
.menu-check:checked + .side-menu-toggle span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-check:checked + .side-menu-toggle span:nth-child(2) { opacity: 0; }
.menu-check:checked + .side-menu-toggle span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.side-menu-links a {
  position: relative;
  transition: transform 0.20s ease, box-shadow 0.20s ease, border-color 0.20s ease, background-color 0.20s ease, color 0.20s ease;
}
.side-menu-links a:hover,
.side-menu-links a:focus-visible {
  background: linear-gradient(135deg, #d7dde3 0%, #c5cdd5 100%) !important;
  color: #000000 !important;
  border-color: var(--rd-accent-strong) !important;
  box-shadow: 0 12px 28px rgba(45, 57, 68, 0.12) !important;
  transform: translateX(4px);
}
.menu-check:checked ~ .side-menu-panel .side-menu-links a {
  animation: rdMenuLinkIn 0.30s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(1) { animation-delay: 0.02s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(2) { animation-delay: 0.04s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(3) { animation-delay: 0.06s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(4) { animation-delay: 0.08s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(5) { animation-delay: 0.10s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(6) { animation-delay: 0.12s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(7) { animation-delay: 0.14s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(8) { animation-delay: 0.16s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(9) { animation-delay: 0.18s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(10) { animation-delay: 0.20s; }
@keyframes rdMenuLinkIn {
  from { opacity: 0; transform: translate3d(-12px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.hero,
.hero-video-wrap,
.hero-video,
.brand,
.brand-logo-image {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.hero-video-wrap,
.hero:not(:has(.hero-video-wrap)) {
  animation: rdHeroLuxuryIn 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes rdHeroLuxuryIn {
  0% { opacity: 0; transform: scale(1.015); filter: saturate(0.96) contrast(0.98); }
  100% { opacity: 1; transform: scale(1); filter: saturate(1) contrast(1); }
}

.card,
.info-box,
.process-box,
.card-link,
.showcase-visual,
.quote-form,
.details-table,
.shape-grid span,
.certified-shape-grid span,
.diamond-loop-card,
.manufacturing-process-section,
.manufacturing-process-list div,
.manufacturing-process-list a,
.stats div,
.footer-col {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, filter 0.22s ease;
}
.card-link,
.diamond-loop-card,
.showcase-visual,
.shape-grid span,
.certified-shape-grid span,
.manufacturing-process-list div,
.manufacturing-process-list a,
.stats div,
.process-box {
  position: relative;
  overflow: hidden;
}
.card-link:hover,
.card-link:focus-visible,
.diamond-loop-card:hover,
.diamond-loop-card:focus-visible,
.shape-grid span:hover,
.certified-shape-grid span:hover,
.showcase-visual:hover,
.manufacturing-process-list div:hover,
.manufacturing-process-list a:hover,
.stats div:hover,
.process-box:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--rd-shadow-hover) !important;
  border-color: var(--rd-accent) !important;
}
.card-link::after,
.diamond-loop-card::after,
.showcase-visual::after,
.shape-grid span::after,
.certified-shape-grid span::after,
.manufacturing-process-list div::after,
.manufacturing-process-list a::after,
.process-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  box-shadow: inset 0 0 0 1px rgba(207, 214, 221, 0.85), 0 0 0 1px rgba(207, 214, 221, 0.32);
  transition: opacity 0.22s ease;
}
.card-link:hover::after,
.diamond-loop-card:hover::after,
.showcase-visual:hover::after,
.shape-grid span:hover::after,
.certified-shape-grid span:hover::after,
.manufacturing-process-list div:hover::after,
.manufacturing-process-list a:hover::after,
.process-box:hover::after {
  opacity: 1;
}
.process-box::before,
.manufacturing-process-list div::before,
.manufacturing-process-list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--rd-accent), var(--rd-accent-strong));
  transition: width 0.30s cubic-bezier(0.22, 1, 0.36, 1);
}
.process-box:hover::before,
.manufacturing-process-list div:hover::before,
.manufacturing-process-list a:hover::before {
  width: 100%;
}
.card-link img,
.diamond-loop-card img,
.showcase-visual img,
.round-detail-image img,
.igi-full-image {
  transition: transform 0.40s cubic-bezier(0.22, 1, 0.36, 1), filter 0.40s ease;
  will-change: transform;
}
.card-link:hover img,
.diamond-loop-card:hover img,
.showcase-visual:hover img,
.round-detail-image:hover img,
.igi-image-wrap:hover .igi-full-image {
  transform: scale(1.028);
  filter: contrast(1.01) saturate(1.01);
}

.hero-buttons a,
.cta-row a,
.quote-form button,
.quote-form button[type="submit"],
button[type="submit"],
.request-price-btn,
.floating-action {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.hero-buttons a::before,
.cta-row a::before,
.quote-form button::before,
.quote-form button[type="submit"]::before,
button[type="submit"]::before,
.request-price-btn::before,
.floating-action::before {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -78%;
  width: 44%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.18) 30%, rgba(255,255,255,0.70) 50%, rgba(255,255,255,0.16) 70%, transparent 100%);
  transform: skewX(-18deg) translateX(-130%);
  transition: transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: -1;
}
.hero-buttons a:hover::before,
.cta-row a:hover::before,
.quote-form button:hover::before,
.quote-form button[type="submit"]:hover::before,
button[type="submit"]:hover::before,
.request-price-btn:hover::before,
.floating-action:hover::before {
  transform: skewX(-18deg) translateX(430%);
}
.hero-buttons a:hover,
.hero-buttons a:focus-visible,
.cta-row a:hover,
.cta-row a:focus-visible,
.quote-form button:hover,
.quote-form button:focus-visible,
.request-price-btn:hover,
.request-price-btn:focus-visible {
  background: linear-gradient(135deg, #d9dfe5 0%, #c7cfd7 100%) !important;
  border-color: var(--rd-accent-strong) !important;
  color: #000000 !important;
  box-shadow: 0 14px 34px rgba(45, 57, 68, 0.14) !important;
  transform: translateY(-2px);
}
.catalogue-action {
  background: linear-gradient(135deg, #d9dfe5 0%, #c7cfd7 100%) !important;
  color: #000000 !important;
}
.footer-col h2::after,
.footer-col h3::after,
.manufacturing-process-list b,
.process-box b,
.eyebrow {
  color: var(--rd-accent-strong) !important;
}
.about-badge,
.side-menu-links a:hover,
.hero-buttons a:hover,
.cta-row a:hover {
  background: linear-gradient(135deg, #d9dfe5 0%, #c7cfd7 100%) !important;
}
.card-link:focus,
.card-link:focus-visible,
.diamond-loop-card:focus-visible,
.side-menu-links a:focus-visible,
.hero-buttons a:focus-visible,
.quote-form button:focus-visible {
  outline: 2px solid var(--rd-accent-strong) !important;
  outline-offset: 3px;
}
.manufacturing-process-list > *,
.process-box { overflow: hidden; }
.manufacturing-process-list b,
.process-box b {
  display: inline-block;
  transition: transform 0.20s ease, color 0.20s ease;
}
.manufacturing-process-list > *:hover b,
.process-box:hover b { transform: translateX(2px); }

@media (prefers-reduced-motion: no-preference) {
  .rd-animate {
    opacity: 0;
    transition-property: opacity, transform, box-shadow, border-color, filter;
    transition-duration: 0.54s, 0.54s, 0.22s, 0.22s, 0.22s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0.22, 1, 0.36, 1), ease, ease, ease;
    transition-delay: var(--rd-delay, 0ms);
    will-change: transform, opacity;
  }
  .rd-animate:not(.rd-visible) {
    transform: translate3d(0, 16px, 0);
  }
  .rd-animate.rd-visible { opacity: 1; }
}
@media (max-width: 700px) {
  .card-link:hover,
  .diamond-loop-card:hover,
  .shape-grid span:hover,
  .certified-shape-grid span:hover,
  .showcase-visual:hover,
  .manufacturing-process-list div:hover,
  .manufacturing-process-list a:hover,
  .stats div:hover,
  .process-box:hover {
    transform: translateY(-2px) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
  .rd-animate,
  .rd-animate:not(.rd-visible),
  .rd-animate.rd-visible {
    opacity: 1 !important;
    transform: none !important;
  }
  .side-menu-panel {
    transform: none !important;
    left: -340px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .menu-check:checked ~ .side-menu-panel { left: 0 !important; }
  .diamond-loop-track {
    animation: none !important;
    transform: none !important;
  }
}


/* FINAL ROY DIAMOND navbar logo center + compact black header fix */
.site-header {
  height: 94px !important;
  min-height: 94px !important;
  padding: 8px 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  background: #000000 !important;
  border-bottom: 0 !important;
}

.site-header .brand {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  width: auto !important;
  max-width: 78vw !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

.site-header .brand-logo-image {
  display: block !important;
  height: 80px !important;
  width: auto !important;
  max-width: min(310px, 64vw) !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.side-menu-toggle {
  top: 18px !important;
  left: 16px !important;
  width: 24px !important;
  height: 18px !important;
  z-index: 3000 !important;
}

.side-menu-toggle span {
  width: 18px !important;
  height: 2px !important;
  margin: 3px 0 !important;
}

@media (max-width: 700px) {
  .site-header {
    height: 88px !important;
    min-height: 88px !important;
    padding: 8px 54px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .site-header .brand {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: auto !important;
    max-width: 68vw !important;
  }

  .site-header .brand-logo-image {
    height: 70px !important;
    max-width: 64vw !important;
  }

  .side-menu-toggle {
    position: fixed !important;
    top: 17px !important;
    left: 14px !important;
    width: 24px !important;
    height: 18px !important;
  }

  .side-menu-toggle span {
    width: 18px !important;
    height: 2px !important;
    margin: 3px 0 !important;
  }
}

@media (max-width: 420px) {
  .site-header {
    height: 84px !important;
    min-height: 84px !important;
    padding: 7px 48px !important;
  }

  .site-header .brand-logo-image {
    height: 66px !important;
    max-width: 62vw !important;
  }

  .side-menu-toggle {
    top: 16px !important;
    left: 14px !important;
  }
}


/* FINAL home page diamond row spacing fix - only adds small gap */
.diamond-loop-showcase {
  margin-bottom: 28px !important;
}
@media (max-width: 700px) {
  .diamond-loop-showcase {
    margin-bottom: 24px !important;
  }
}


/* FINAL fancy shape classic compact format fix */
.fancy-shapes-full-list {
  max-width: 940px !important;
  padding: 22px 24px !important;
  border-radius: 22px !important;
  margin-top: 24px !important;
}
.fancy-shapes-full-list h2 {
  font-size: 24px !important;
  margin-bottom: 14px !important;
}
.fancy-shapes-full-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr)) !important;
  gap: 10px !important;
}
.fancy-shapes-full-grid span,
.fancy-shapes-full-grid a.shape-link {
  min-height: 46px !important;
  flex: none !important;
  border-radius: 14px !important;
  padding: 8px 12px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.045) !important;
}

/* FINAL diamond detail image card compact size fix */
.product-image-card {
  max-width: 720px !important;
  margin: 0 auto 26px !important;
  padding: 16px !important;
  border-radius: 22px !important;
}
.product-image-card img {
  width: 100% !important;
  max-height: 560px !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 18px !important;
}

@media (max-width: 768px) {
  .fancy-shapes-full-list {
    max-width: 100% !important;
    padding: 18px !important;
    border-radius: 20px !important;
  }
  .fancy-shapes-full-list h2 {
    font-size: 22px !important;
  }
  .fancy-shapes-full-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }
  .fancy-shapes-full-grid span,
  .fancy-shapes-full-grid a.shape-link {
    min-height: 41.8px !important;
    font-size: 14px !important;
    padding: 8px 10px !important;
  }
  .product-image-card {
    max-width: 92vw !important;
    padding: 12px !important;
    border-radius: 20px !important;
  }
  .product-image-card img {
    max-height: 420px !important;
    border-radius: 16px !important;
  }
}


/* FINAL font refinement - simple, classic, clean */
html, body,
input, textarea, select, button,
.side-menu-links a,
.card p, .info-box p, .process-box p, .info-box li,
.note-box p, .note-box li,
.details-table, table,
.hero p, .section p, .footer-col p, .footer-col li,
.quote-form, .quote-form input, .quote-form textarea, .quote-form select,
.hero-buttons a, .cta-row a, .request-price-btn, .quote-action,
.stats, .shape-grid span, .certified-shape-grid span,
.fancy-shapes-full-grid a.shape-link, .fancy-shapes-full-grid span,
.product-image-card, .important-buyer-note, .address-section,
.brand small, .brand-text, .eyebrow {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.section-head h1, .section-head h2,
.card h3, .info-box h3, .process-box h3,
.footer-col h2, .footer-col h3,
.fancy-shapes-full-list h2,
.side-menu-head strong,
.brand strong {
  font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.side-menu-links a,
.hero-buttons a, .cta-row a, .request-price-btn, .quote-action,
.fancy-shapes-full-grid a.shape-link, .fancy-shapes-full-grid span,
.shape-grid span, .certified-shape-grid span,
button, input, textarea, select {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}


/* FINAL home hero follow-up section moved slightly upward */
.hero + .section {
  padding-top: 42px !important;
}
.hero + .section .hero-buttons-below-hero {
  margin: 10px auto 22px !important;
}
.hero + .section .section-head {
  margin: 0 auto 42px !important;
}
@media (max-width: 700px) {
  .hero + .section {
    padding-top: 30px !important;
  }
  .hero + .section .hero-buttons-below-hero {
    margin: 8px auto 18px !important;
  }
}



/* FINAL fixed process list font - normal clean classic */
.manufacturing-process-list div,
.manufacturing-process-list a {
  font-family: 'Source Sans 3', 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
  color: #222222 !important;
}

.manufacturing-process-list b {
  font-family: 'Source Sans 3', 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  color: #6f7c88 !important;
  margin-right: 8px !important;
}

@media (max-width: 768px) {
  .manufacturing-process-list div,
  .manufacturing-process-list a {
    font-size: 16px !important;
  }
}


/* FINAL global font cleanup - softer classic normal weights only */
.side-menu-head strong,
.footer-col h2,
.footer-col h3,
.founders-section h2,
.address-section h2,
.fancy-shapes-full-list h2,
.founder-card h3 {
  font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.side-menu-head small,
.side-menu-links a,
.footer-col p,
.footer-col a,
.footer-bottom,
.stats strong,
.stats span,
.founder-card p,
.address-section p,
.fancy-shapes-full-grid span,
.fancy-shapes-full-grid a.shape-link,
.shape-grid span,
.certified-shape-grid span,
.jewellery-categories-grid span,
.metal-options-grid span,
.stone-options-grid span,
.manufacturing-process-list div,
.manufacturing-process-list a,
.manufacturing-process-list b,
.process-box h3,
.process-box p,
.process-box b {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
}

.side-menu-links a,
.footer-col a,
.footer-col p,
.footer-bottom,
.stats span,
.founder-card p,
.address-section p,
.process-box p {
  font-weight: 500 !important;
}

.stats strong,
.fancy-shapes-full-grid span,
.fancy-shapes-full-grid a.shape-link,
.shape-grid span,
.certified-shape-grid span,
.jewellery-categories-grid span,
.metal-options-grid span,
.stone-options-grid span,
.manufacturing-process-list div,
.manufacturing-process-list a,
.manufacturing-process-list b,
.process-box h3,
.process-box b {
  font-weight: 600 !important;
}

.footer-col h2 {
  font-size: 26px !important;
}
.footer-col h3 {
  font-size: 18px !important;
}
.founder-card p,
.address-section p,
.footer-col a,
.side-menu-links a {
  line-height: 1.5 !important;
}


/* FINAL classic cleanup pack - shadow radius spacing button heading only */
:root {
  --rd-classic-radius: 18px;
  --rd-classic-radius-large: 22px;
  --rd-classic-shadow: 0 10px 28px rgba(0,0,0,0.055);
  --rd-classic-shadow-hover: 0 14px 34px rgba(0,0,0,0.085);
}

.card,
.info-box,
.process-box,
.quote-form,
.details-table,
.showcase-visual,
.product-image-card,
.note-box,
.important-buyer-note,
.fancy-description,
.loose-description,
.certified-description-box,
.certified-shapes-box,
.gia-natural-box,
.custom-shape-description,
.jewellery-description,
.custom-jewellery-description,
.founders-section,
.address-section,
.jewellery-categories-box,
.metal-options-box,
.stone-options-box,
.manufacturing-process-section,
.diamond-loop-card,
.card-link,
.shape-grid span,
.certified-shape-grid span,
.fancy-shapes-full-list,
.fancy-shapes-full-grid span,
.fancy-shapes-full-grid a.shape-link,
.side-menu-links a,
.stats div {
  border-radius: var(--rd-classic-radius) !important;
  box-shadow: var(--rd-classic-shadow) !important;
}

.showcase-visual,
.product-image-card,
.note-box,
.important-buyer-note,
.fancy-description,
.loose-description,
.certified-description-box,
.certified-shapes-box,
.gia-natural-box,
.custom-shape-description,
.jewellery-description,
.custom-jewellery-description,
.founders-section,
.address-section,
.jewellery-categories-box,
.metal-options-box,
.stone-options-box,
.manufacturing-process-section,
.fancy-shapes-full-list {
  border-radius: var(--rd-classic-radius-large) !important;
}

.card:hover,
.info-box:hover,
.process-box:hover,
.card-link:hover,
.diamond-loop-card:hover,
.showcase-visual:hover,
.shape-grid span:hover,
.certified-shape-grid span:hover,
.fancy-shapes-full-grid span:hover,
.fancy-shapes-full-grid a.shape-link:hover,
.side-menu-links a:hover,
.stats div:hover {
  box-shadow: var(--rd-classic-shadow-hover) !important;
}

.section {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.section-head {
  margin-bottom: 34px !important;
}
.card-row,
.split-row,
.process-row,
.shape-grid,
.certified-shape-grid,
.fancy-shapes-full-grid,
.jewellery-categories-grid,
.metal-options-grid,
.stone-options-grid,
.manufacturing-process-list,
.founders-grid {
  gap: 16px !important;
}

.hero-buttons a,
.cta-row a,
.quote-form button,
.quote-form button[type="submit"],
button[type="submit"],
.request-price-btn,
.floating-action {
  border-radius: 14px !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
}
.hero-buttons a:hover,
.cta-row a:hover,
.quote-form button:hover,
.quote-form button[type="submit"]:hover,
button[type="submit"]:hover,
.request-price-btn:hover,
.floating-action:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.10) !important;
  transform: translateY(-1px) !important;
}

.section-head h1 {
  font-size: clamp(34px, 4vw, 46px) !important;
  line-height: 1.16 !important;
}
.section-head h2,
.fancy-shapes-full-list h2,
.founders-section h2,
.address-section h2,
.jewellery-categories-box h2,
.metal-options-box h2,
.stone-options-box h2,
.manufacturing-process-section h2 {
  font-size: clamp(25px, 2.6vw, 32px) !important;
  line-height: 1.22 !important;
}
.card h3,
.info-box h3,
.process-box h3,
.founder-card h3,
.note-box h3 {
  font-size: clamp(18px, 1.8vw, 22px) !important;
  line-height: 1.26 !important;
}
p,
.card p,
.info-box p,
.process-box p,
.note-box p,
.section-head p {
  font-size: 16px !important;
  line-height: 1.65 !important;
}

@media (max-width: 700px) {
  .section {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .section-head {
    margin-bottom: 26px !important;
  }
  .card-row,
  .split-row,
  .process-row,
  .shape-grid,
  .certified-shape-grid,
  .fancy-shapes-full-grid,
  .jewellery-categories-grid,
  .metal-options-grid,
  .stone-options-grid,
  .manufacturing-process-list,
  .founders-grid {
    gap: 12px !important;
  }
  p,
  .card p,
  .info-box p,
  .process-box p,
  .note-box p,
  .section-head p {
    font-size: 15px !important;
  }
}


/* FINAL navbar logo clarity fix */
.site-header .brand-logo-image {
  image-rendering: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}


/* FINAL classic compact floating actions */
.floating-actions {
  right: 18px !important;
  bottom: 18px !important;
  gap: 10px !important;
  align-items: flex-end !important;
}

.floating-action {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  padding: 0 !important;
  border-radius: 16px !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 0 10px 22px rgba(0,0,0,0.12) !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
}

.floating-action .action-icon {
  width: 24px !important;
  height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
}

.floating-action .action-icon svg {
  width: 20px !important;
  height: 20px !important;
  fill: currentColor !important;
}

.floating-action > span:not(.action-icon) {
  display: none !important;
}

.quote-action { background: #111111 !important; color: #ffffff !important; }
.whatsapp-action { background: #25D366 !important; color: #ffffff !important; }
.catalogue-action { background: #d8dde3 !important; color: #111111 !important; }

@media (max-width: 700px) {
  .floating-actions {
    right: 12px !important;
    bottom: 12px !important;
    gap: 8px !important;
  }
  .floating-action {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    border-radius: 14px !important;
  }
  .floating-action .action-icon {
    width: 22px !important;
    height: 22px !important;
  }
  .floating-action .action-icon svg {
    width: 18px !important;
    height: 18px !important;
  }
}


/* FINAL mobile floating actions vertical classic fix */
@media (max-width: 700px) {
  .floating-actions {
    position: fixed !important;
    right: 10px !important;
    left: auto !important;
    bottom: 12px !important;
    top: auto !important;
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    gap: 7px !important;
    width: auto !important;
    max-width: none !important;
    z-index: 1600 !important;
  }

  .floating-action {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12) !important;
  }

  .floating-action .action-icon {
    width: 19px !important;
    height: 19px !important;
  }

  .floating-action .action-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .floating-action > span:not(.action-icon) {
    display: none !important;
  }
}


/* ROY DIAMOND top export moving text bar - seamless classic loop */
.rd-export-topbar {
  width: 100% !important;
  height: 30px !important;
  background: #000000 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 2100 !important;
}
.rd-export-marquee {
  display: inline-flex !important;
  align-items: center !important;
  width: max-content !important;
  white-space: nowrap !important;
  will-change: transform !important;
  animation: rdExportTopbarLoop 38s linear infinite !important;
}
.rd-export-marquee span {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  padding-right: 72px !important;
  font-family: 'Source Sans 3', Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  letter-spacing: 0.055em !important;
  text-transform: none !important;
  color: rgba(255,255,255,.88) !important;
  text-shadow: none !important;
}
@keyframes rdExportTopbarLoop {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
.site-header {
  padding-top: 22px !important;
  padding-bottom: 16px !important;
}
.side-menu-toggle {
  top: 48px !important;
}
@media (max-width: 700px) {
  .rd-export-topbar {
    height: 28px !important;
  }
  .rd-export-marquee {
    animation-duration: 30s !important;
  }
  .rd-export-marquee span {
    padding-right: 52px !important;
    font-size: 9.5px !important;
    line-height: 28px !important;
    letter-spacing: 0.035em !important;
  }
  .site-header {
    padding-top: 20px !important;
    padding-bottom: 14px !important;
  }
  .side-menu-toggle {
    top: 46px !important;
    left: 16px !important;
  }
}



/* ROY DIAMOND menu open topbar overlap fix only */
.side-menu-panel {
  z-index: 2300 !important;
}
.side-menu-toggle {
  z-index: 2400 !important;
}
.side-menu-close {
  z-index: 2401 !important;
}
body:has(#menuToggle:checked) .rd-export-topbar {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ===== SOURCE: classic-smooth-v2.css ===== */
/* Classic smooth animation layer - subtle, simple, and non-intrusive */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a,
button,
.hero-buttons a,
.cta-row a,
.request-price-btn,
.quote-action,
.card,
.card-link,
.diamond-loop-card,
.product-image-card,
.info-box,
.process-box,
.founder-card,
.important-buyer-note,
.address-section,
.site-header,
.brand,
nav a {
  transition-property: transform, box-shadow, border-color, background-color, color, opacity;
  transition-duration: 260ms;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.card:not(.rd-motion-card):hover,
.card-link:not(.rd-motion-card):hover,
.diamond-loop-card:not(.rd-motion-card):hover,
.product-image-card:not(.rd-motion-card):hover,
.info-box:not(.rd-motion-card):hover,
.process-box:not(.rd-motion-card):hover,
.founder-card:not(.rd-motion-card):hover,
.important-buyer-note:not(.rd-motion-card):hover,
.address-section:not(.rd-motion-card):hover {
  transform: translate3d(0, -3px, 0);
}

.hero-buttons a:not(.rd-motion-button):hover,
.cta-row a:not(.rd-motion-button):hover,
.request-price-btn:not(.rd-motion-button):hover,
.quote-action:not(.rd-motion-button):hover,
button:not(.rd-motion-button):hover {
  transform: translate3d(0, -2px, 0);
}

.card img,
.card-link img,
.diamond-loop-card img,
.product-image-card img,
.hero-video,
video {
  transition: transform 360ms cubic-bezier(.22, .61, .36, 1), opacity 360ms ease;
  backface-visibility: hidden;
}

.card-link:not(.rd-motion-card):hover img:not(.rd-motion-depth-target),
.diamond-loop-card:not(.rd-motion-card):hover img:not(.rd-motion-depth-target),
.product-image-card:not(.rd-motion-card):hover img:not(.rd-motion-depth-target) {
  transform: translateZ(0) scale(1.01);
}

.classic-smooth-ready .smooth-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(.22, .61, .36, 1);
}

.classic-smooth-ready .smooth-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .classic-smooth-ready .smooth-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ===== SOURCE: performance-boost.css ===== */
/* Performance boost layer: safe, subtle, and design-preserving */
:root {
  --rd-fast-ease: cubic-bezier(.22, .61, .36, 1);
}

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video {
  max-width: 100%;
}

img {
  image-rendering: auto;
  backface-visibility: hidden;
}

video {
  object-fit: cover;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}

/* Stable video rendering: prevents Chrome/mobile flicker during scroll. */
.hero-video,
.mid-gap-video {
  transform: none !important;
  filter: none !important;
  will-change: auto !important;
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
}

.hero-video-wrap,
.mid-gap-video-wrap {
  isolation: isolate;
  contain: paint;
}

button,
a,
.card,
.card-link,
.diamond-loop-card,
.product-image-card,
.info-box,
.process-box,
.founder-card,
.important-buyer-note,
.address-section,
.request-price-btn,
.quote-action,
.hero-buttons a,
.cta-row a {
  -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .card:hover,
  .card-link:hover,
  .diamond-loop-card:hover,
  .product-image-card:hover,
  .info-box:hover,
  .process-box:hover,
  .founder-card:hover,
  .important-buyer-note:hover,
  .address-section:hover,
  .request-price-btn:hover,
  .quote-action:hover,
  .hero-buttons a:hover,
  .cta-row a:hover,
  button:hover {
    will-change: transform;
  }
}

@media (max-width: 768px) {
  html {
    scroll-behavior: auto;
  }

  a,
  button,
  .card,
  .card-link,
  .diamond-loop-card,
  .product-image-card,
  .info-box,
  .process-box,
  .founder-card,
  .important-buyer-note,
  .address-section,
  .request-price-btn,
  .quote-action,
  .hero-buttons a,
  .cta-row a {
    transition-duration: 220ms !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}

/* ===== SOURCE: roy-auto-upgrades.css ===== */
/* ROY DIAMOND automatic upgrades: small back-to-top button only */
.rd-back-to-top {
  position: fixed !important;
  left: 18px !important;
  bottom: 18px !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,0.45) !important;
  border-radius: 14px !important;
  background: rgba(10,10,10,0.96) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35), inset 0 0 0 1px rgba(255,255,255,0.08) !important;
  cursor: pointer !important;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease, background .22s ease, border-color .22s ease !important;
  -webkit-tap-highlight-color: transparent;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.rd-back-to-top svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  stroke: #ffffff !important;
  color: #ffffff !important;
  fill: none !important;
  pointer-events: none !important;
}
.rd-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rd-back-to-top:hover,
.rd-back-to-top:focus-visible {
  background: #000000 !important;
  border-color: rgba(255,255,255,0.72) !important;
  outline: none !important;
}
@media (max-width: 700px) {
  .rd-back-to-top {
    left: 12px !important;
    bottom: 12px !important;
    width: 41.8px !important;
    height: 41.8px !important;
    min-width: 41.8px !important;
    min-height: 41.8px !important;
    border-radius: 12.35px !important;
  }
  .rd-back-to-top svg {
    width: 19.95px !important;
    height: 19.95px !important;
  }
}

/* ROY DIAMOND top bar loop runtime fix: keep marquee moving smoothly */
.rd-export-marquee {
  animation-name: rdExportTopbarLoop !important;
  animation-duration: 38s !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-play-state: running !important;
}
@media (max-width: 700px) {
  .rd-export-marquee {
    animation-duration: 30s !important;
  }
}

/* ===== SOURCE: diamond-loop-clean-v5.css ===== */
/* ROY DIAMOND homepage diamond loop — clean background + seamless continuous motion */
.diamond-loop-showcase {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 12px 0 !important;
  --diamond-loop-half-gap: 7px;
}

.diamond-loop-marquee {
  width: 100% !important;
  overflow: hidden !important;
  padding-inline: 16px;
  box-sizing: border-box;
}

.diamond-loop-track {
  padding: 0 !important;
  animation-name: diamondLoopScrollV5 !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-play-state: running !important;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.diamond-loop-showcase:hover .diamond-loop-track,
.diamond-loop-showcase:focus-within .diamond-loop-track {
  animation-play-state: running !important;
}

@keyframes diamondLoopScrollV5 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - var(--diamond-loop-half-gap)), 0, 0);
  }
}

@media (max-width: 820px) {
  .diamond-loop-showcase {
    padding: 10px 0 !important;
    --diamond-loop-half-gap: 6px;
  }

  .diamond-loop-marquee {
    padding-inline: 12px;
  }
}

/* ===== SOURCE: roy-control-public.css ===== */
.rd-login-menu-link {
  opacity: .88;
  font-size: 14px !important;
  letter-spacing: .2px;
}
.rd-public-products {
  padding-top: 36px;
}
.rd-public-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}
.rd-public-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 22px;
  overflow: hidden;
  color: #111111;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .08);
  transform: translateZ(0);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.rd-public-product-card:hover,
.rd-public-product-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .13);
  border-color: #bcc6d2;
  outline: none;
}
.rd-public-product-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #f8f8f8, #eef2f6);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.rd-public-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.rd-public-product-card:hover .rd-public-product-image img,
.rd-public-product-card:focus-visible .rd-public-product-image img {
  transform: scale(1.035);
}
.rd-public-product-body {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.rd-public-product-body h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  line-height: 1.2;
  color: #111111;
  margin: 0;
}
.rd-public-product-body p {
  color: #444444;
  line-height: 1.6;
  margin: 0;
  font-size: 14px;
}
.rd-public-product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}
.rd-public-product-specs span {
  border: 1px solid #d7dde4;
  background: #f7f9fb;
  border-radius: 999px;
  color: #20242a;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
}
.rd-public-product-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  font-weight: 800;
  padding: 12px 16px;
  letter-spacing: .2px;
}
@media (max-width: 980px) {
  .rd-public-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .rd-public-product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rd-public-product-body h3 {
    font-size: 20px;
  }
}

.rd-public-filter-bar {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, .8fr));
  gap: 12px;
  margin: 22px 0 4px;
}
.rd-public-filter-bar input,
.rd-public-filter-bar select {
  width: 100%;
  border: 1px solid #d8dee6;
  border-radius: 999px;
  padding: 12px 14px;
  background: #fff;
  color: #111;
  outline: none;
  font: inherit;
}
.rd-public-empty {
  grid-column: 1 / -1;
  border: 1px dashed #d8dee6;
  border-radius: 18px;
  padding: 24px;
  text-align: center;
  color: #667085;
  background: #fafafa;
}
.rd-home-admin-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 760px;
  margin: 0 auto;
  padding: 86px 22px;
  text-align: center;
  color: #fff;
  text-shadow: 0 10px 28px rgba(0,0,0,.35);
}
.rd-home-admin-hero-copy h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(36px, 6vw, 78px);
  line-height: 1.04;
  margin: 0 0 16px;
}
.rd-home-admin-hero-copy p {
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.55;
  margin: 0 auto 22px;
}
.rd-home-admin-hero-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #111;
  padding: 13px 22px;
  font-weight: 900;
  text-decoration: none;
  text-shadow: none;
}
.rd-detail-section { padding-top: 38px; }
.rd-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  gap: 34px;
  align-items: start;
}
.rd-detail-main-image {
  border: 1px solid #dcdcdc;
  border-radius: 26px;
  background: #f7f9fb;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #98a2b3;
  font-weight: 900;
}
.rd-detail-main-image img { width: 100%; height: 100%; object-fit: contain; display: block; }
.rd-detail-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: 10px; margin-top: 12px; }
.rd-detail-gallery button {
  border: 1px solid #d8dee6;
  border-radius: 14px;
  background: #fff;
  padding: 0;
  aspect-ratio: 1/1;
  cursor: pointer;
  overflow: hidden;
}
.rd-detail-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rd-detail-content {
  border: 1px solid #dcdcdc;
  border-radius: 26px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 18px 42px rgba(0,0,0,.08);
}
.rd-detail-content h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
  color: #111;
  margin: 8px 0 14px;
}
.rd-detail-content p { color: #444; line-height: 1.65; }
.rd-detail-specs { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 22px 0; }
.rd-detail-specs div {
  border: 1px solid #e1e6ec;
  border-radius: 14px;
  padding: 12px;
  background: #fafafa;
}
.rd-detail-specs strong { display: block; font-size: 12px; color: #667085; margin-bottom: 4px; }
.rd-detail-specs span { color: #111; font-weight: 800; }
.rd-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.rd-detail-actions button,
.rd-detail-actions a,
.rd-cart-panel a,
.rd-detail-video-link {
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  padding: 13px 18px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rd-detail-actions a,
.rd-cart-panel a,
.rd-detail-video-link { background: #eef2f6; color: #111; border: 1px solid #d8dee6; }
.rd-detail-message { color: #067647; font-weight: 800; margin-top: 12px; }
.rd-detail-note { border-top: 1px solid #eceff3; margin-top: 18px; padding-top: 18px; }
.rd-detail-note strong { color: #111; }
.rd-detail-note p { margin: 6px 0 0; }
.rd-detail-video-link { margin-top: 16px; }
.rd-cart-floating {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  font-family: inherit;
}
.rd-cart-floating > button {
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  padding: 13px 18px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}
.rd-cart-panel {
  display: none;
  position: absolute;
  right: 0;
  bottom: 54px;
  width: min(340px, calc(100vw - 32px));
  background: #fff;
  color: #111;
  border: 1px solid #d8dee6;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  padding: 14px;
}
.rd-cart-panel.rd-open { display: grid; gap: 10px; }
.rd-cart-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 8px;
  align-items: center;
  border-top: 1px solid #eef2f6;
  padding-top: 8px;
  font-size: 13px;
}
.rd-cart-row button {
  border: 0;
  background: #fef3f2;
  color: #b42318;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .rd-public-filter-bar { grid-template-columns: 1fr; }
  .rd-detail-grid { grid-template-columns: 1fr; }
  .rd-detail-main-image { min-height: 320px; }
}
@media (max-width: 640px) {
  .rd-detail-specs { grid-template-columns: 1fr; }
  .rd-detail-content { padding: 20px; }
}

.rd-detail-whatsapp-link {
  border: 0 !important;
  border-radius: 999px !important;
  background: #0f172a !important;
  color: #fff !important;
  padding: 13px 18px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.rd-related-products {
  border-top: 1px solid #eef2f6;
}

/* ===== SOURCE: roy-autopilot-public.css ===== */
.rd-ai-daily-public{padding:54px 20px;background:linear-gradient(135deg,#07111f,#162b46);color:#fff}.rd-ai-daily-public-inner{max-width:1040px;margin:0 auto;text-align:center}.rd-ai-daily-kicker{display:inline-block;padding:7px 11px;border:1px solid rgba(255,255,255,.28);border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.rd-ai-daily-public h2{margin:16px 0 12px;font-family:Georgia,serif;font-size:clamp(28px,4vw,46px);line-height:1.1}.rd-ai-daily-public p{max-width:820px;margin:0 auto 13px;color:#dbe6f3;font-size:17px;line-height:1.75}.rd-ai-daily-public small{display:block;color:#aebdd0;line-height:1.6}.rd-ai-version-badge{display:block;margin-top:8px;font-size:11px;opacity:.72}@media(max-width:600px){.rd-ai-daily-public{padding:38px 16px}.rd-ai-daily-public p{font-size:15px}}

/* ===== SOURCE: hero-fallback.v1.css ===== */
.hero-video-wrap{background:#050505 url("hero-background.webp") center center/cover no-repeat!important}.hero-video{background:transparent!important;transition:opacity .25s ease}.hero-video-wrap.is-video-unavailable .hero-video{opacity:0}.hero-video-wrap.is-video-unavailable{min-height:520px}@media(max-width:700px){.hero-video-wrap.is-video-unavailable{min-height:320px}}

/* ===== SOURCE: process-lightbox.v1.css ===== */
.process-lightbox[hidden]{display:none!important}.process-lightbox{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:24px}.process-lightbox-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.82);cursor:zoom-out}.process-lightbox-panel{position:relative;z-index:1;width:min(1060px,96vw);max-height:92vh;overflow:auto;background:#fff;border:1px solid #d8d8d8;border-radius:22px;padding:22px;box-shadow:0 30px 90px rgba(0,0,0,.42)}.process-lightbox-panel h2{font-size:clamp(22px,3vw,32px);margin:0 48px 16px 0;color:#111}.process-lightbox-close{position:absolute;right:14px;top:12px;width:40px;height:40px;border:1px solid #ccc;border-radius:50%;background:#fff;color:#111;font-size:28px;line-height:1;cursor:pointer}.process-lightbox-media{display:grid;place-items:center;min-height:220px;background:#f3f3f3;border-radius:16px;overflow:hidden}.process-lightbox-media img{display:block;width:100%;height:auto;max-height:70vh;object-fit:contain;background:#f3f3f3}.process-lightbox-error{padding:40px 24px;text-align:center;color:#555}.process-lightbox-page-link{display:inline-flex;margin-top:16px;padding:12px 18px;border-radius:999px;background:#111;color:#fff;font-weight:800}.process-lightbox-link{cursor:zoom-in}@media(max-width:700px){.process-lightbox{padding:10px}.process-lightbox-panel{width:100%;max-height:95vh;padding:16px;border-radius:17px}.process-lightbox-media img{max-height:68vh}.process-lightbox-page-link{width:100%;justify-content:center;text-align:center}}

/* ===== SOURCE: quote-section-v33.css ===== */
/* ROY DIAMOND — classic B2B inquiry section v6 */
#quote.b2b-inquiry-section {
  padding-top: 48px !important;
  padding-bottom: 74px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.b2b-inquiry-head {
  max-width: 760px;
  margin: 0 auto 30px !important;
}

.b2b-inquiry-head h2 {
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(34px, 4vw, 44px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.025em;
  line-height: 1.2 !important;
}

.b2b-inquiry-head p {
  max-width: 690px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.b2b-quote-form {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #dde2e6;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(16, 24, 32, 0.065);
}

.b2b-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px 16px;
}

.b2b-field {
  min-width: 0;
}

.b2b-field-full {
  grid-column: 1 / -1;
}

.b2b-field label {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 0 0 8px;
  color: #17191b;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.required-mark {
  color: #7a2630;
  font-weight: 800;
}

.optional-mark {
  color: #707981;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.field-hint {
  display: block;
  margin: -2px 0 9px;
  color: #68717a;
  font-size: 12.5px;
  line-height: 1.45;
}

.b2b-field input,
.b2b-field select,
.b2b-field textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid #d4d9de;
  border-radius: 13px;
  background: #ffffff;
  color: #17191b;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.b2b-field input,
.b2b-field select {
  min-height: 54px;
  padding: 0 15px;
}

.b2b-field textarea {
  min-height: 144px;
  padding: 15px;
  line-height: 1.55;
  resize: vertical;
}

.b2b-field input::placeholder,
.b2b-field textarea::placeholder {
  color: #92989e;
  opacity: 1;
}

.b2b-field input:hover,
.b2b-field select:hover,
.b2b-field textarea:hover {
  border-color: #b7c0c8;
}

.b2b-field input:focus,
.b2b-field select:focus,
.b2b-field textarea:focus {
  border-color: #697b8b;
  box-shadow: 0 0 0 4px rgba(105, 123, 139, 0.13);
  background: #ffffff;
}

.b2b-field input:invalid:not(:placeholder-shown),
.b2b-field textarea:invalid:not(:placeholder-shown) {
  border-color: #b77c83;
}

.b2b-file-input {
  min-height: 58px !important;
  padding: 8px 10px !important;
  cursor: pointer;
}

.b2b-file-input::file-selector-button {
  min-height: 40px;
  margin-right: 12px;
  padding: 0 15px;
  border: 1px solid #cbd1d6;
  border-radius: 10px;
  background: #f4f6f8;
  color: #17191b;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.file-status {
  min-height: 18px;
  margin: 7px 2px 0;
  color: #68717a;
  font-size: 12px;
  line-height: 1.4;
}

.file-status.is-error {
  color: #8d2632;
  font-weight: 700;
}

.b2b-form-footer {
  margin-top: 24px;
  text-align: center;
}

.b2b-review-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  padding: 13px 20px;
  border: 1px solid #111315;
  border-radius: 13px;
  background: #111315;
  color: #ffffff !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.b2b-review-button:hover,
.b2b-review-button:focus-visible {
  transform: translateY(-1px);
  background: #252a2f;
  box-shadow: 0 10px 24px rgba(17, 19, 21, 0.14);
}

.button-arrow {
  font-size: 19px;
  line-height: 1;
}

.b2b-form-footer p {
  margin: 11px 0 0;
  color: #707981;
  font-size: 12px;
  line-height: 1.5;
}

.b2b-trust-strip {
  width: min(100%, 980px);
  margin: 22px auto 0;
  padding: 18px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e0e4e8;
  border-bottom: 1px solid #e0e4e8;
}

.b2b-trust-strip > div {
  min-width: 0;
  padding: 2px 20px;
  text-align: center;
}

.b2b-trust-strip > div + div {
  border-left: 1px solid #e3e6e9;
}

.b2b-trust-strip strong,
.b2b-trust-strip span {
  display: block;
}

.b2b-trust-strip strong {
  color: #17191b;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.35;
}

.b2b-trust-strip span {
  margin-top: 4px;
  color: #6c747c;
  font-size: 11.5px;
  line-height: 1.4;
}

.b2b-support-links {
  width: min(100%, 980px);
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px 28px;
  flex-wrap: wrap;
}

.b2b-catalogue-link,
.b2b-privacy-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.b2b-catalogue-link {
  position: relative;
  gap: 9px;
  padding: 11px 21px;
  border: 1px solid #111111;
  border-radius: 12px;
  background: #111111;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.14);
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.b2b-catalogue-link::after {
  content: "→";
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 15px;
  line-height: 1;
  transform: translateY(-1px);
}

.b2b-catalogue-link:visited {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.b2b-catalogue-link:hover {
  border-color: #2a2a2a;
  background: #2a2a2a;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 11px 25px rgba(17, 17, 17, 0.18);
}

.b2b-catalogue-link:focus-visible {
  border-color: #111111;
  background: #111111;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  outline: 3px solid rgba(17, 17, 17, 0.28);
  outline-offset: 3px;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.17);
}

.b2b-catalogue-link:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(17, 17, 17, 0.13);
}

.b2b-privacy-link {
  color: #5f6d79;
  text-decoration: underline;
  text-decoration-color: #b8c0c7;
  text-underline-offset: 4px;
}

.b2b-review-panel {
  width: min(100%, 980px);
  margin: 28px auto 0;
  padding: 28px 30px;
  border: 1px solid #dbe1e5;
  border-radius: 20px;
  background: #f8fafb;
  box-shadow: 0 10px 28px rgba(16, 24, 32, 0.05);
}

.b2b-review-panel[hidden] {
  display: none !important;
}

.review-heading {
  text-align: center;
}

.review-heading h3 {
  margin: 8px 0 8px;
  color: #111315;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(23px, 3vw, 30px);
  line-height: 1.25;
}

.review-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: #68717a;
  font-size: 14px;
  line-height: 1.55;
}

.b2b-review-list {
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.b2b-review-item {
  min-width: 0;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #e0e4e7;
  border-radius: 12px;
  background: #ffffff;
}

.b2b-review-item.is-full {
  grid-column: 1 / -1;
}

.b2b-review-item dt {
  margin: 0 0 5px;
  color: #6f7880;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.b2b-review-item dd {
  margin: 0;
  color: #17191b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.b2b-review-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.b2b-copy-button,
.b2b-edit-button {
  min-width: 176px;
  min-height: 48px;
  padding: 11px 18px;
  border-radius: 12px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.b2b-copy-button {
  border: 1px solid #111315;
  background: #111315;
  color: #ffffff;
}

.b2b-edit-button {
  border: 1px solid #cbd1d6;
  background: #ffffff;
  color: #17191b;
}

.copy-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: #4e6758;
  font-size: 12.5px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 760px) {
  #quote.b2b-inquiry-section {
    padding-top: 40px !important;
    padding-bottom: 58px !important;
  }

  .b2b-quote-form,
  .b2b-review-panel {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .b2b-form-grid,
  .b2b-review-list {
    grid-template-columns: 1fr;
  }

  .b2b-field-full,
  .b2b-review-item.is-full {
    grid-column: auto;
  }

  .b2b-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 6px 0;
  }

  .b2b-trust-strip > div {
    padding: 14px 10px;
  }

  .b2b-trust-strip > div + div {
    border-left: 0;
  }

  .b2b-trust-strip > div:nth-child(even) {
    border-left: 1px solid #e3e6e9;
  }

  .b2b-trust-strip > div:nth-child(n+3) {
    border-top: 1px solid #e3e6e9;
  }
}

@media (max-width: 430px) {
  .b2b-quote-form,
  .b2b-review-panel {
    padding: 20px 14px;
  }

  .b2b-support-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .b2b-catalogue-link,
  .b2b-privacy-link {
    width: 100%;
  }

  .b2b-catalogue-link {
    min-height: 48px;
    padding: 11px 18px;
  }

  .b2b-review-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .b2b-copy-button,
  .b2b-edit-button {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b2b-field input,
  .b2b-field select,
  .b2b-field textarea,
  .b2b-review-button {
    transition: none !important;
  }
}

/* Override older site-wide submit-button rules with sufficient specificity. */
button.b2b-review-button[type="submit"] {
  background: #111315 !important;
  color: #ffffff !important;
}

button.b2b-review-button[type="submit"]:hover,
button.b2b-review-button[type="submit"]:focus-visible {
  background: #252a2f !important;
  color: #ffffff !important;
}

button.b2b-review-button[type="submit"] > span {
  color: #ffffff !important;
}

/* ===== SOURCE: mobile-classic-v14.css ===== */
/* ROY DIAMOND mobile-only refinement v14
   Desktop layout is intentionally untouched. */
@media (max-width: 700px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  body {
    font-size: 15px;
  }

  img,
  video,
  iframe,
  canvas,
  svg {
    max-width: 100%;
  }

  main,
  section,
  .section,
  .section-head,
  .card-row,
  .split-row,
  .process-row,
  .about-layout,
  .footer {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .topbar {
    padding: 8px 14px 8px 50px !important;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }

  .site-header {
    min-height: 86px !important;
    padding: 9px 52px !important;
  }

  .site-header .brand-logo-image {
    height: 70px !important;
    width: auto !important;
    max-width: min(250px, 72vw) !important;
  }

  .side-menu-toggle {
    left: 13px !important;
    top: 18px !important;
    width: 38px !important;
    height: 38px !important;
    padding: 7px 8px !important;
    border-radius: 12px !important;
    background: rgba(0, 0, 0, 0.78) !important;
  }

  .side-menu-toggle span {
    width: 22px !important;
    margin: 4px 0 !important;
  }

  .side-menu-panel {
    width: min(88vw, 320px) !important;
    max-width: 88vw !important;
  }

  .side-menu-head {
    padding: 22px 52px 16px 18px !important;
  }

  .side-menu-head strong {
    font-size: 20px !important;
  }

  .side-menu-links {
    padding: 12px !important;
  }

  .side-menu-links a {
    padding: 13px 14px !important;
    margin-bottom: 8px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .section {
    padding: 42px 16px !important;
  }

  .hero + .section {
    padding-top: 24px !important;
  }

  .section-head {
    width: 100% !important;
    margin: 0 auto 22px !important;
    padding-inline: 0 !important;
  }

  .section-head h1 {
    max-width: 100% !important;
    margin: 0 0 10px !important;
    font-size: clamp(27px, 8.7vw, 34px) !important;
    line-height: 1.12 !important;
    overflow-wrap: anywhere;
  }

  .section-head h2,
  .about-text h1,
  .about-text h2,
  .loose-description h2,
  .certified-description-box h2,
  .custom-shape-description h2,
  .custom-jewellery-description h2,
  .round-detail-content h2,
  .fancy-description h2,
  .fancy-shapes-full-list h2,
  .important-buyer-note h2,
  .jewellery-description h2,
  .jewellery-categories-box h2,
  .metal-options-box h2,
  .stone-options-box h2,
  .manufacturing-process-section h2,
  .jewellery-manufacturing-section-title,
  .rd-contact-inquiry-head h2,
  .rd-contact-success h2,
  .policy-hero h1 {
    max-width: 100% !important;
    font-size: clamp(24px, 7.5vw, 30px) !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere;
  }

  .eyebrow {
    margin-bottom: 8px !important;
    font-size: 10.5px !important;
    line-height: 1.35 !important;
    letter-spacing: 1.5px !important;
  }

  p,
  li,
  .section-head p,
  .card p,
  .info-box p,
  .process-box p,
  .note-box p,
  .policy-card p,
  .policy-card li,
  .policy-contact-box p {
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  .card-row,
  .split-row,
  .process-row,
  .about-layout,
  .founders-grid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .card,
  .info-box,
  .process-box,
  .founder-card,
  .founders-section,
  .address-section,
  .note-box,
  .important-buyer-note,
  .loose-description,
  .certified-description-box,
  .certified-shapes-box,
  .gia-natural-box,
  .custom-shape-description,
  .custom-jewellery-description,
  .jewellery-description,
  .fancy-description,
  .jewellery-categories-box,
  .metal-options-box,
  .stone-options-box,
  .manufacturing-process-section,
  .policy-card,
  .policy-contact-box {
    width: 100% !important;
    min-width: 0 !important;
    padding: 19px 17px !important;
    border-radius: 18px !important;
  }

  .card h3,
  .info-box h3,
  .process-box h3,
  .founder-card h3,
  .note-box h3 {
    margin-bottom: 8px !important;
    font-size: clamp(18px, 5.6vw, 21px) !important;
    line-height: 1.25 !important;
  }

  .shape-grid,
  .certified-shape-grid,
  .fancy-shapes-full-grid,
  .jewellery-categories-grid,
  .metal-options-grid,
  .stone-options-grid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .shape-grid span,
  .certified-shape-grid span,
  .fancy-shapes-full-grid span,
  .fancy-shapes-full-grid a.shape-link,
  .jewellery-categories-grid span,
  .metal-options-grid span,
  .stone-options-grid span {
    width: auto !important;
    min-width: 0 !important;
    min-height: 56px !important;
    padding: 11px 8px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }

  .manufacturing-process-list {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .manufacturing-process-list > * {
    min-width: 0 !important;
    padding: 14px 15px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
  }

  .about-layout {
    gap: 20px !important;
  }

  .about-visual {
    width: 100% !important;
    min-height: 260px !important;
    border-radius: 20px !important;
  }

  .stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .stats div {
    min-width: 0 !important;
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .stats strong {
    font-size: 20px !important;
  }

  .details-table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    border-radius: 16px !important;
    -webkit-overflow-scrolling: touch;
  }

  .details-table th,
  .details-table td {
    padding: 13px 14px !important;
    font-size: 13.5px !important;
    line-height: 1.45 !important;
  }

  .quote-form,
  .rd-contact-inquiry-card,
  .b2b-inquiry-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 20px 16px !important;
    border-radius: 18px !important;
  }

  .form-row,
  .rd-contact-grid,
  .b2b-inquiry-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  input,
  select,
  textarea,
  button {
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 16px !important;
  }

  input,
  select,
  textarea {
    min-height: 48px;
  }

  .hero-buttons,
  .cta-row {
    width: 100% !important;
    gap: 10px !important;
  }

  .hero-buttons a,
  .cta-row a {
    width: 100% !important;
    max-width: 340px !important;
    min-width: 0 !important;
    padding: 13px 15px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .policy-page {
    padding-top: 40px !important;
  }

  .policy-hero {
    max-width: 100% !important;
    margin-bottom: 22px !important;
    text-align: left !important;
  }

  .policy-card h2,
  .policy-contact-box h2 {
    font-size: 21px !important;
    line-height: 1.28 !important;
  }

  .footer {
    padding: 30px 16px 92px !important;
    gap: 18px !important;
  }

  .footer-col,
  .footer > div {
    min-width: 0 !important;
    width: 100% !important;
  }

  .footer-col h2,
  .footer-col h3,
  .footer h2,
  .footer h3 {
    font-size: 20px !important;
    line-height: 1.25 !important;
  }

  /* Homepage only: compact category heading and no wrapping on phones. */
  .home-diamond-categories .section-head {
    margin-bottom: 20px !important;
  }

  .home-diamond-categories .section-head h1 {
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(21px, 7.5vw, 30px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
    margin-bottom: 0 !important;
  }

  .home-diamond-categories .eyebrow {
    margin-bottom: 7px !important;
  }
}

@media (max-width: 360px) {
  .section {
    padding-inline: 13px !important;
  }

  .site-header {
    padding-inline: 48px !important;
  }

  .site-header .brand-logo-image {
    height: 64px !important;
    max-width: 70vw !important;
  }

  .section-head h1 {
    font-size: 27px !important;
  }

  .home-diamond-categories .section-head h1 {
    font-size: clamp(20px, 7.35vw, 26px) !important;
  }

  .shape-grid span,
  .certified-shape-grid span,
  .fancy-shapes-full-grid span,
  .fancy-shapes-full-grid a.shape-link,
  .jewellery-categories-grid span,
  .metal-options-grid span,
  .stone-options-grid span {
    font-size: 12.5px !important;
    padding-inline: 6px !important;
  }
}


/* V14: one-line, fluid, classic mobile page titles. */
@media (max-width: 700px) {
  h1.rd-page-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 9px !important;
    padding: 0 1px !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    text-align: center !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
  }

  h1.rd-page-title.rd-title-short {
    font-size: clamp(27px, 8.6vw, 34px) !important;
  }

  h1.rd-page-title.rd-title-medium {
    font-size: clamp(22px, 7.1vw, 30px) !important;
  }

  h1.rd-page-title.rd-title-long {
    font-size: clamp(17px, 5.5vw, 24px) !important;
    letter-spacing: -0.04em !important;
  }

  h1.rd-page-title.rd-title-xlong,
  h1.rd-page-title.rd-title-dynamic {
    font-size: clamp(13.5px, 4.35vw, 19px) !important;
    letter-spacing: -0.045em !important;
  }

  .section-head > .eyebrow,
  .policy-hero > .eyebrow,
  .about-text > .eyebrow,
  .rd-detail-content > .eyebrow {
    display: block !important;
    text-align: center !important;
  }

  .section-head:has(> h1.rd-page-title),
  .policy-hero:has(h1.rd-page-title) {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }

  .section-head:has(> h1.rd-page-title) > p,
  .policy-hero:has(h1.rd-page-title) > p {
    max-width: 36rem !important;
    margin: 7px auto 0 !important;
    text-align: center !important;
  }

  .about-text > h1.rd-page-title,
  .rd-detail-content > h1.rd-page-title {
    text-align: center !important;
  }
}

@media (max-width: 360px) {
  h1.rd-page-title {
    padding-inline: 0 !important;
  }

  h1.rd-page-title.rd-title-short {
    font-size: clamp(25px, 8.2vw, 29px) !important;
  }

  h1.rd-page-title.rd-title-medium {
    font-size: clamp(20px, 6.65vw, 24px) !important;
  }

  h1.rd-page-title.rd-title-long {
    font-size: clamp(16px, 5.15vw, 19px) !important;
  }

  h1.rd-page-title.rd-title-xlong,
  h1.rd-page-title.rd-title-dynamic {
    font-size: clamp(12.5px, 4.05vw, 15px) !important;
  }
}

/* ===== SOURCE: certified-diamond-details-v17.css ===== */
/* ROY DIAMOND — certified diamond supply cards and detail sections v16 */
.certified-offer-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr;
  align-items: stretch !important;
  gap: 24px;
}
.certified-offer-grid > .certified-offer-card {
  width: 100%;
  height: 100% !important;
  min-height: 0;
  align-self: stretch;
}
.certified-offer-card {
  display: flex; flex-direction: column; min-width: 0; padding: 30px;
  border: 1px solid rgba(18, 24, 31, .14); border-radius: 22px;
  background: #fff; box-shadow: 0 12px 34px rgba(15, 23, 42, .05);
}
.certified-offer-card h3 {
  margin: 0 0 20px; color: #111; font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(23px, 2.2vw, 30px); line-height: 1.2; text-wrap: balance;
}
.certified-spec-list {
  list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 11px;
}
.certified-spec-list li {
  position: relative; margin: 0; padding-left: 18px; color: #252525;
  font-size: 17px; line-height: 1.55;
}
.certified-spec-list li::before {
  content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px;
  border-radius: 50%; background: #677789;
}
.certified-spec-list strong { color: #111; font-weight: 700; }
.certified-more-btn {
  display: inline-flex; align-items: center; justify-content: center; align-self: flex-start;
  min-height: 48px; margin-top: auto; padding: 12px 24px; border: 1px solid #111;
  border-radius: 999px; background: #111; color: #fff !important; font-size: 14px;
  font-weight: 800; letter-spacing: .11em; line-height: 1; text-decoration: none;
  text-transform: uppercase; transition: transform .2s ease, background-color .2s ease,
  color .2s ease, box-shadow .2s ease;
}
.certified-more-btn:hover, .certified-more-btn:focus-visible {
  transform: translateY(-2px); background: #fff; color: #111 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
}
.certified-more-btn:focus-visible { outline: 3px solid rgba(103,119,137,.35); outline-offset: 3px; }
.certified-detail-anchor { scroll-margin-top: 110px; }
.certified-detail-summary { margin-top: 24px; }
.certified-detail-summary .certified-spec-list { margin-bottom: 0; }
.home-certified-grid .certified-offer-card { height: 100%; }
@media (max-width: 700px) {
  .certified-offer-grid { grid-template-columns: minmax(0, 1fr) !important; gap: 16px; }
  .certified-offer-card { padding: 22px 19px; border-radius: 18px; }
  .certified-offer-card h3 { margin-bottom: 16px; font-size: clamp(20px, 6vw, 25px); }
  .certified-spec-list { gap: 9px; }
  .certified-spec-list li { font-size: 15.5px; line-height: 1.48; }
  .certified-more-btn { width: 100%; min-height: 46px; padding-inline: 18px; }
}

/* ===== SOURCE: loose-diamond-details-v19.css ===== */
/* ROY DIAMOND — Round & Fancy Loose Diamond cards/details V19 */

/* Homepage: only the two upgraded loose-diamond cards */
.card-row > .loose-supply-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 300px;
  text-decoration: none;
}

.card-row > .loose-supply-card h3 {
  margin: 0 0 18px;
  text-transform: none;
}

.loose-spec-list,
.loose-detail-specs {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.loose-spec-list {
  display: grid;
  gap: 12px;
  color: #1c1c1c;
  line-height: 1.55;
}

.loose-spec-list li,
.loose-detail-specs li {
  position: relative;
  padding-left: 20px;
}

.loose-spec-list li::before,
.loose-detail-specs li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #728095;
}

.loose-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  padding: 0 25px;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.12);
}

.loose-supply-card:hover .loose-more-btn,
.loose-supply-card:focus-visible .loose-more-btn {
  transform: translateY(-1px);
  background: #000;
}

.loose-supply-card:focus-visible {
  outline: 3px solid rgba(17, 17, 17, 0.28);
  outline-offset: 4px;
}

/* Inner Round/Fancy detail sections */
.loose-detail-anchor {
  scroll-margin-top: 110px;
}

.loose-detail-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loose-detail-panel h2 {
  text-transform: none;
}

.loose-detail-specs {
  display: grid;
  gap: 11px;
  margin-top: 18px;
  color: #1c1c1c;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .card-row > .loose-supply-card {
    min-height: 285px;
  }

  .card-row > .loose-supply-card h3 {
    margin-bottom: 15px;
  }

  .loose-spec-list {
    gap: 10px;
  }

  .loose-more-btn {
    width: 100%;
    min-height: 46px;
    padding-inline: 18px;
  }

  .loose-detail-anchor {
    scroll-margin-top: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loose-more-btn {
    transition: none !important;
  }
}

/* ===== SOURCE: home-loose-layout-v20.css ===== */
/* ROY DIAMOND — homepage loose-diamond placement V20 */

.home-loose-offer-grid {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 16px;
}

.home-loose-offer-grid > .loose-supply-card {
  width: 100%;
  height: 100%;
  min-width: 0;
  align-self: stretch;
}

.home-calibrated-center {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 350px);
  justify-content: center;
}

.home-calibrated-card {
  width: 100%;
  min-width: 0;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-calibrated-card h3 {
  text-transform: none;
}

@media (max-width: 700px) {
  .home-loose-offer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px;
  }

  .home-calibrated-center {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-calibrated-card {
    min-height: 0;
  }
}

/* ===== SOURCE: home-three-details-v22.css ===== */
/* ROY DIAMOND — homepage three classic detail cards V21 */

.home-special-detail-grid {
  align-items: stretch;
}

.home-special-detail-card {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 300px;
  height: 100%;
  text-decoration: none;
}

.home-special-detail-card h3 {
  margin: 0 0 18px;
  text-transform: none;
}

.home-special-spec-list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
  color: #1c1c1c;
  line-height: 1.55;
}

.home-special-spec-list li {
  position: relative;
  padding-left: 20px;
}

.home-special-spec-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #728095;
}

.home-special-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  padding: 0 25px;
  border-radius: 999px;
  background: #111;
  color: #fff !important;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.12);
}

.home-special-detail-card:hover .home-special-more-btn,
.home-special-detail-card:focus-visible .home-special-more-btn {
  transform: translateY(-1px);
  background: #000;
}

.home-special-detail-card:focus-visible {
  outline: 3px solid rgba(17, 17, 17, 0.28);
  outline-offset: 4px;
}

.home-calibrated-card.home-special-detail-card {
  min-height: 300px;
}

@media (max-width: 700px) {
  .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    min-height: 285px;
  }

  .home-special-detail-card h3 {
    margin-bottom: 15px;
  }

  .home-special-spec-list {
    gap: 10px;
  }

  .home-special-more-btn {
    width: 100%;
    min-height: 46px;
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-special-more-btn {
    transition: none !important;
  }
}

/* Calibrated Supply only: keep a clear gap between the last specification and CTA. */
.home-calibrated-card .home-special-spec-list {
  margin-bottom: 26px;
}

@media (max-width: 700px) {
  .home-calibrated-card .home-special-spec-list {
    margin-bottom: 22px;
  }
}

/* ===== SOURCE: home-mobile-polish-v23.css ===== */
/* ROY DIAMOND — homepage desktop spacing + compact mobile polish V23 */

/* Desktop/tablet: keep breathing room between Round/Fancy specs and CTA. */
.loose-supply-card .loose-spec-list {
  margin-bottom: 26px;
}

@media (max-width: 700px) {
  /* Keep the mobile menu control inside the top header area.
     It no longer floats over card headings while scrolling. */
  .side-menu-toggle {
    position: absolute !important;
  }

  /* Remove forced equal/tall mobile rows and excessive empty card space. */
  .home-loose-offer-grid,
  .home-certified-grid,
  .home-special-detail-grid {
    grid-auto-rows: auto !important;
    align-items: start !important;
    gap: 12px !important;
  }

  .home-loose-offer-grid > .loose-supply-card,
  .home-certified-grid > .certified-offer-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    height: auto !important;
    min-height: 0 !important;
    padding: 18px 16px !important;
    border-radius: 17px !important;
  }

  /* Balanced mobile card titles. */
  .home-loose-offer-grid h3,
  .home-special-detail-grid h3,
  .home-calibrated-card h3 {
    margin: 0 0 12px !important;
    font-size: clamp(18px, 5.6vw, 21px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.02em !important;
  }

  /* Certified titles remain on one clean line without crowding. */
  .home-certified-grid h3 {
    margin: 0 0 13px !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(16px, 5.1vw, 19px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.025em !important;
  }

  /* Compact, readable specification lists. */
  .loose-spec-list,
  .certified-spec-list,
  .home-special-spec-list {
    gap: 8px !important;
    margin-bottom: 18px !important;
  }

  .loose-spec-list li,
  .certified-spec-list li,
  .home-special-spec-list li {
    padding-left: 17px !important;
    font-size: 14.5px !important;
    line-height: 1.42 !important;
  }

  /* Every More Details CTA is smaller and no longer full-width on phones. */
  .loose-more-btn,
  .certified-more-btn,
  .home-special-more-btn {
    width: auto !important;
    min-width: 148px !important;
    min-height: 41px !important;
    margin-top: 0 !important;
    padding: 0 18px !important;
    align-self: flex-start !important;
    font-size: 12px !important;
    letter-spacing: 0.065em !important;
    box-shadow: 0 7px 18px rgba(17, 17, 17, 0.11) !important;
  }

  .home-calibrated-card .home-special-spec-list {
    margin-bottom: 18px !important;
  }

  /* Screenshot-5 headings: one line on every supported phone width. */
  .jewellery-manufacturing-section-title {
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(18px, 6vw, 24px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.03em !important;
  }

  .manufacturing-process-section > h2 {
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(15px, 4.8vw, 19px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.025em !important;
  }
}

@media (max-width: 360px) {
  .home-loose-offer-grid > .loose-supply-card,
  .home-certified-grid > .certified-offer-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    padding: 17px 14px !important;
  }

  .home-loose-offer-grid h3,
  .home-special-detail-grid h3,
  .home-calibrated-card h3 {
    font-size: 18px !important;
  }

  .home-certified-grid h3 {
    font-size: 15.5px !important;
  }

  .loose-spec-list li,
  .certified-spec-list li,
  .home-special-spec-list li {
    font-size: 14px !important;
  }

  .loose-more-btn,
  .certified-more-btn,
  .home-special-more-btn {
    min-width: 142px !important;
    min-height: 40px !important;
    padding-inline: 16px !important;
    font-size: 11.5px !important;
  }

  .jewellery-manufacturing-section-title {
    font-size: 18px !important;
  }

  .manufacturing-process-section > h2 {
    font-size: 15px !important;
  }
}

/* ===== SOURCE: home-quote-mobile-v24.css ===== */
/* ROY DIAMOND — Prepare Your Requirement mobile one-line heading V24 */

@media (max-width: 700px) {
  #quote .b2b-inquiry-head {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px !important;
    padding-inline: 0 !important;
    text-align: center;
  }

  #quoteTitle {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    text-align: center !important;
    font-size: clamp(20px, 6.2vw, 27px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
  }

  #quote .b2b-inquiry-head .eyebrow {
    margin-bottom: 7px !important;
  }

  #quote .b2b-inquiry-head > p {
    max-width: 33rem !important;
    margin: 10px auto 0 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }
}

@media (max-width: 340px) {
  #quoteTitle {
    font-size: 19px !important;
    letter-spacing: -0.04em !important;
  }
}

/* ===== SOURCE: home-inquiry-buttons-mobile-v25.css ===== */
/* ROY DIAMOND — compact two-column homepage inquiry buttons on phones V25 */

@media (max-width: 700px) {
  .home-diamond-categories .hero-buttons-below-hero {
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px auto 20px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    gap: 8px !important;
  }

  .home-diamond-categories .hero-buttons-below-hero a {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 41.8px !important;
    margin: 0 !important;
    padding: 8px 5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12.35px !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(10.5px, 3vw, 12.5px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.015em !important;
    text-align: center !important;
    box-shadow: 0 6px 16px rgba(17, 17, 17, 0.1) !important;
  }
}

@media (max-width: 340px) {
  .home-diamond-categories .hero-buttons-below-hero {
    gap: 6px !important;
  }

  .home-diamond-categories .hero-buttons-below-hero a {
    min-height: 42px !important;
    padding-inline: 3px !important;
    border-radius: 12px !important;
    font-size: 10px !important;
    letter-spacing: -0.025em !important;
  }
}

/* ===== SOURCE: manufacturing-process-reference-v37.css ===== */
/* ROY DIAMOND — reference-style Jewellery Manufacturing Process V35 */

.jewellery-manufacturing-section-title {
  width: min(1120px, calc(100% - 36px)) !important;
  margin: 38px auto 22px !important;
  color: #111111 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(38px, 4.2vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  text-align: left !important;
  text-transform: none !important;
}

.manufacturing-process-section {
  position: relative !important;
  width: min(1120px, calc(100% - 36px)) !important;
  max-width: 1120px !important;
  margin: 0 auto 34px !important;
  padding: 42px 38px 34px !important;
  border: 1px solid #d7dade !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 0, 0, 0.055), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fefefe 100%) !important;
  box-shadow:
    0 18px 48px rgba(17, 17, 17, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  text-align: left !important;
  overflow: hidden !important;
}

.manufacturing-process-section::before {
  content: "—  ◇  —" !important;
  display: block !important;
  width: max-content !important;
  margin: 0 0 16px 2px !important;
  color: #1c1c1c !important;
  -webkit-text-fill-color: #1c1c1c !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 23px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

.manufacturing-process-section > h2 {
  margin: 0 0 30px !important;
  padding: 0 !important;
  color: #111111 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 3.5vw, 48px) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
  text-align: left !important;
  text-transform: none !important;
}

.manufacturing-process-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 18px !important;
}

.manufacturing-process-list > div,
.manufacturing-process-list > a {
  position: relative !important;
  min-width: 0 !important;
  min-height: 76px !important;
  margin: 0 !important;
  padding: 13px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border: 1px solid #d7dade !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fdfdfd 100%) !important;
  color: #191b1e !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.32 !important;
  text-align: left !important;
  text-decoration: none !important;
  overflow: visible !important;
  box-shadow:
    0 8px 20px rgba(17, 17, 17, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  transition:
    transform 170ms ease,
    border-color 170ms ease,
    box-shadow 170ms ease,
    background-color 170ms ease !important;
}

.manufacturing-process-list > a::after,
.manufacturing-process-list > div::after {
  content: none !important;
  display: none !important;
}

.manufacturing-process-list > a:hover,
.manufacturing-process-list > a:focus-visible {
  transform: translateY(-2px) !important;
  border-color: #d8dde2 !important;
  background: #ffffff !important;
  color: #111111 !important;
  box-shadow:
    0 12px 26px rgba(17, 17, 17, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

.manufacturing-process-list > a:focus-visible {
  outline: 3px solid rgba(17, 17, 17, 0.22) !important;
  outline-offset: 3px !important;
}

.manufacturing-process-list b {
  position: relative !important;
  width: 47px !important;
  height: 47px !important;
  min-width: 47px !important;
  margin: 0 32px 0 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 47px !important;
  border: 1px solid #e1e3e6 !important;
  border-radius: 999px !important;
  background: #fafafa !important;
  color: #111111 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 4px rgba(17, 17, 17, 0.045) !important;
}

.manufacturing-process-list b::after {
  content: "" !important;
  position: absolute !important;
  top: 4px !important;
  right: -17px !important;
  width: 1px !important;
  height: 39px !important;
  background: #6f7479 !important;
  opacity: 0.68 !important;
}

@media (max-width: 820px) {
  .jewellery-manufacturing-section-title {
    width: calc(100% - 24px) !important;
    margin: 26px auto 13px !important;
    white-space: nowrap !important;
    font-size: clamp(22px, 6.4vw, 30px) !important;
    line-height: 1.08 !important;
  }

  .manufacturing-process-section {
    width: calc(100% - 20px) !important;
    margin: 0 auto 24px !important;
    padding: 22px 14px 16px !important;
    border: 1px solid #cfd3d8 !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06) !important;
  }

  .manufacturing-process-section::before {
    margin: 0 auto 10px !important;
    font-size: 17px !important;
  }

  .manufacturing-process-section > h2 {
    margin: 0 0 17px !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(16px, 5.1vw, 22px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
    text-align: center !important;
  }

  .manufacturing-process-list {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 9px !important;
  }

  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    min-height: 58px !important;
    padding: 9px 12px !important;
    border-radius: 12.35px !important;
    font-size: 13.5px !important;
    line-height: 1.28 !important;
    box-shadow: 0 5px 15px rgba(17, 17, 17, 0.045) !important;
  }

  .manufacturing-process-list b {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    margin-right: 24px !important;
    flex-basis: 35px !important;
    font-size: 16px !important;
  }

  .manufacturing-process-list b::after {
    top: 3px !important;
    right: -13px !important;
    height: 29px !important;
  }
}

@media (max-width: 350px) {
  .jewellery-manufacturing-section-title {
    font-size: 20px !important;
  }

  .manufacturing-process-section {
    width: calc(100% - 14px) !important;
    padding: 18px 10px 13px !important;
  }

  .manufacturing-process-section > h2 {
    font-size: 15px !important;
  }

  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    min-height: 55px !important;
    padding: 8px 9px !important;
    font-size: 12.5px !important;
  }

  .manufacturing-process-list b {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    margin-right: 21px !important;
    flex-basis: 32px !important;
    font-size: 15px !important;
  }

  .manufacturing-process-list b::after {
    right: -11px !important;
    height: 26px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .manufacturing-process-list > a,
  .manufacturing-process-list > div {
    transition: none !important;
  }
}

/* V36 — remove only the animated top line from manufacturing step cards. */
.manufacturing-process-list > div::before,
.manufacturing-process-list > a::before,
.manufacturing-process-list > div:hover::before,
.manufacturing-process-list > a:hover::before,
.manufacturing-process-list > div:focus-visible::before,
.manufacturing-process-list > a:focus-visible::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  transition: none !important;
  animation: none !important;
}

/* ===== SOURCE: home-cards-mobile-classic-v27.css ===== */
/* ROY DIAMOND — classic compact homepage diamond cards on phones V27 */

@media (max-width: 700px) {
  /* Keep fixed actions away from product text: compact bottom dock. */
  body {
    padding-bottom: 66px !important;
  }

  .floating-actions {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 10px !important;
    top: auto !important;
    width: max-content !important;
    max-width: calc(100vw - 24px) !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    transform: translateX(-50%) !important;
    z-index: 1600 !important;
  }

  .floating-action {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14) !important;
  }

  /* Compact single-column card rhythm. */
  .home-loose-offer-grid,
  .home-certified-grid,
  .home-special-detail-grid,
  .home-calibrated-center {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: auto !important;
    align-items: start !important;
    gap: 10px !important;
  }

  .home-loose-offer-grid > .loose-supply-card,
  .home-certified-grid > .certified-offer-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 16px 14px !important;
    border-radius: 16px !important;
    border: 1px solid #e0e3e7 !important;
    background: #fff !important;
    box-shadow: 0 7px 22px rgba(17, 17, 17, 0.055) !important;
  }

  .home-loose-offer-grid h3,
  .home-special-detail-grid h3,
  .home-calibrated-card h3 {
    margin: 0 0 11px !important;
    font-size: clamp(18px, 5.5vw, 20px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.025em !important;
    text-wrap: balance !important;
  }

  .home-certified-grid h3 {
    margin: 0 0 12px !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(15.5px, 4.8vw, 18px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.028em !important;
  }

  /* Neater specification lines with enough spacing and full visibility. */
  .loose-spec-list,
  .certified-spec-list,
  .home-special-spec-list {
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    display: grid !important;
    gap: 8px !important;
  }

  .loose-spec-list li,
  .certified-spec-list li,
  .home-special-spec-list li {
    position: relative !important;
    min-width: 0 !important;
    padding-left: 15px !important;
    font-size: 14px !important;
    line-height: 1.38 !important;
    color: #2c2f33 !important;
    overflow-wrap: anywhere !important;
  }

  .loose-spec-list li::before,
  .certified-spec-list li::before,
  .home-special-spec-list li::before {
    left: 1px !important;
    top: 0.62em !important;
    width: 4px !important;
    height: 4px !important;
  }

  .loose-spec-list strong,
  .certified-spec-list strong,
  .home-special-spec-list strong {
    color: #15171a !important;
    font-weight: 800 !important;
  }

  /* Smaller classic CTAs; all text remains visible. */
  .loose-more-btn,
  .certified-more-btn,
  .home-special-more-btn {
    width: auto !important;
    min-width: 138px !important;
    min-height: 40px !important;
    margin: 2px 0 0 !important;
    padding: 0 17px !important;
    align-self: flex-start !important;
    border-radius: 999px !important;
    font-size: 11.5px !important;
    line-height: 1 !important;
    letter-spacing: 0.06em !important;
    box-shadow: 0 7px 17px rgba(17, 17, 17, 0.11) !important;
  }

  /* Remove inherited large empty spaces on certified cards. */
  .home-certified-grid > .certified-offer-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .home-certified-grid .certified-more-btn {
    margin-top: 2px !important;
  }

  .home-calibrated-center {
    justify-content: stretch !important;
  }

  .home-calibrated-card .home-special-spec-list {
    margin-bottom: 14px !important;
  }
}

@media (max-width: 360px) {
  .home-loose-offer-grid > .loose-supply-card,
  .home-certified-grid > .certified-offer-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    padding: 15px 12px !important;
  }

  .home-loose-offer-grid h3,
  .home-special-detail-grid h3,
  .home-calibrated-card h3 {
    font-size: 17.5px !important;
  }

  .home-certified-grid h3 {
    font-size: 15px !important;
  }

  .loose-spec-list li,
  .certified-spec-list li,
  .home-special-spec-list li {
    font-size: 13.5px !important;
    line-height: 1.36 !important;
  }

  .loose-more-btn,
  .certified-more-btn,
  .home-special-more-btn {
    min-width: 132px !important;
    min-height: 39px !important;
    padding-inline: 15px !important;
    font-size: 11px !important;
  }

  .floating-action {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
  }
}

/* ===== SOURCE: home-cards-reference-v34.css ===== */
/* ROY DIAMOND — reference-style premium diamond supply cards V34 */

/* Shared desktop grid rhythm */
.home-certified-grid,
.home-loose-offer-grid,
.home-special-detail-grid {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto 24px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr !important;
  align-items: stretch !important;
  gap: 24px !important;
}

.home-calibrated-center {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto 28px !important;
  display: grid !important;
  grid-template-columns: minmax(420px, 560px) !important;
  justify-content: center !important;
}

/* One premium visual system for all seven cards */
.home-certified-grid > .certified-offer-card,
.home-loose-offer-grid > .loose-supply-card,
.home-special-detail-grid > .home-special-detail-card,
.home-calibrated-card.home-special-detail-card {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 330px !important;
  margin: 0 !important;
  padding: 28px 26px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  border: 1px solid #d9dde2 !important;
  border-radius: 14px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 0, 0, 0.07), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fefefe 100%) !important;
  box-shadow:
    0 12px 32px rgba(17, 17, 17, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  color: #141414 !important;
  text-decoration: none !important;
  overflow: hidden !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease !important;
}

.home-certified-grid > .certified-offer-card:hover,
.home-loose-offer-grid > .loose-supply-card:hover,
.home-special-detail-grid > .home-special-detail-card:hover,
.home-calibrated-card.home-special-detail-card:hover {
  transform: translateY(-3px) !important;
  border-color: #c9cfd6 !important;
  box-shadow:
    0 17px 38px rgba(17, 17, 17, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

.home-certified-grid > .certified-offer-card:focus-within,
.home-loose-offer-grid > .loose-supply-card:focus-visible,
.home-special-detail-grid > .home-special-detail-card:focus-visible,
.home-calibrated-card.home-special-detail-card:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.42) !important;
  outline-offset: 4px !important;
}

/* Centered classic headings and gold diamond ornament */
.home-certified-grid h3,
.home-loose-offer-grid h3,
.home-special-detail-grid h3,
.home-calibrated-card h3 {
  width: 100% !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #111111 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(25px, 2.3vw, 34px) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.025em !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.home-certified-grid h3::after,
.home-loose-offer-grid h3::after,
.home-special-detail-grid h3::after,
.home-calibrated-card h3::after {
  content: "—  ◇  —" !important;
  display: block !important;
  margin: 12px auto 0 !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

/* Clean specification list like the reference */
.certified-spec-list,
.loose-spec-list,
.home-special-spec-list {
  width: min(100%, 94%) !important;
  margin: 0 auto 20px !important;
  padding: 0 0 0 22px !important;
  display: grid !important;
  gap: 10px !important;
  list-style: disc !important;
  color: #151515 !important;
}

.certified-spec-list li,
.loose-spec-list li,
.home-special-spec-list li {
  position: static !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #202020 !important;
  font-size: 15.5px !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere !important;
}

.certified-spec-list li::before,
.loose-spec-list li::before,
.home-special-spec-list li::before {
  content: none !important;
  display: none !important;
}

.certified-spec-list li::marker,
.loose-spec-list li::marker,
.home-special-spec-list li::marker {
  color: #111111 !important;
  font-size: 1.05em !important;
}

.certified-spec-list strong,
.loose-spec-list strong,
.home-special-spec-list strong {
  color: #111111 !important;
  font-weight: 800 !important;
}

/* Thin separator and centered premium CTA */
.certified-more-btn,
.loose-more-btn,
.home-special-more-btn {
  position: relative !important;
  width: auto !important;
  min-width: 184px !important;
  min-height: 48px !important;
  margin: auto auto 0 !important;
  padding: 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  border: 1px solid #111111 !important;
  border-radius: 10px !important;
  background: #050505 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.15) !important;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease !important;
}

.certified-more-btn::before,
.loose-more-btn::before,
.home-special-more-btn::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: calc(100% + 16px) !important;
  width: min(410px, calc(100vw - 90px)) !important;
  height: 1px !important;
  background: #e2e4e7 !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}

.certified-more-btn:visited,
.certified-more-btn:hover,
.certified-more-btn:focus-visible,
.loose-more-btn:visited,
.loose-more-btn:hover,
.loose-more-btn:focus-visible,
.home-special-more-btn:visited,
.home-special-more-btn:hover,
.home-special-more-btn:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.certified-more-btn:hover,
.loose-more-btn:hover,
.home-special-more-btn:hover {
  background: #242424 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.19) !important;
}

.certified-more-btn:focus-visible,
.loose-more-btn:focus-visible,
.home-special-more-btn:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.48) !important;
  outline-offset: 3px !important;
}

/* Calibrated card remains centered and proportionate */
.home-calibrated-card.home-special-detail-card {
  min-height: 315px !important;
}

/* Remove legacy spacer breaks between these groups */
.home-certified-grid + br,
.home-loose-offer-grid + br,
.home-special-detail-grid + br,
.home-calibrated-center + br {
  display: none !important;
}

/* Phone layout */
@media (max-width: 700px) {
  .home-certified-grid,
  .home-loose-offer-grid,
  .home-special-detail-grid,
  .home-calibrated-center {
    width: calc(100% - 20px) !important;
    max-width: 430px !important;
    margin: 0 auto 12px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: auto !important;
    gap: 12px !important;
  }

  .home-certified-grid > .certified-offer-card,
  .home-loose-offer-grid > .loose-supply-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    height: auto !important;
    min-height: 0 !important;
    padding: 20px 16px 18px !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 23px rgba(17, 17, 17, 0.06) !important;
  }

  .home-certified-grid h3,
  .home-loose-offer-grid h3,
  .home-special-detail-grid h3,
  .home-calibrated-card h3 {
    margin-bottom: 16px !important;
    font-size: clamp(20px, 6vw, 25px) !important;
    line-height: 1.16 !important;
    text-wrap: balance !important;
  }

  .home-certified-grid h3 {
    font-size: clamp(17px, 5.2vw, 21px) !important;
  }

  .home-certified-grid h3::after,
  .home-loose-offer-grid h3::after,
  .home-special-detail-grid h3::after,
  .home-calibrated-card h3::after {
    margin-top: 9px !important;
    font-size: 16px !important;
  }

  .certified-spec-list,
  .loose-spec-list,
  .home-special-spec-list {
    width: 100% !important;
    margin-bottom: 18px !important;
    padding-left: 20px !important;
    gap: 8px !important;
  }

  .certified-spec-list li,
  .loose-spec-list li,
  .home-special-spec-list li {
    font-size: 13.5px !important;
    line-height: 1.42 !important;
  }

  .certified-more-btn,
  .loose-more-btn,
  .home-special-more-btn {
    min-width: 150px !important;
    min-height: 43px !important;
    padding: 0 20px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    letter-spacing: 0.09em !important;
  }

  .certified-more-btn::before,
  .loose-more-btn::before,
  .home-special-more-btn::before {
    bottom: calc(100% + 13px) !important;
    width: calc(100vw - 72px) !important;
    max-width: 330px !important;
  }
}

@media (max-width: 360px) {
  .home-certified-grid,
  .home-loose-offer-grid,
  .home-special-detail-grid,
  .home-calibrated-center {
    width: calc(100% - 14px) !important;
  }

  .home-certified-grid > .certified-offer-card,
  .home-loose-offer-grid > .loose-supply-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    padding: 18px 13px 16px !important;
  }

  .home-certified-grid h3 {
    font-size: 16.5px !important;
  }

  .home-loose-offer-grid h3,
  .home-special-detail-grid h3,
  .home-calibrated-card h3 {
    font-size: 19px !important;
  }

  .certified-spec-list li,
  .loose-spec-list li,
  .home-special-spec-list li {
    font-size: 13px !important;
  }

  .certified-more-btn,
  .loose-more-btn,
  .home-special-more-btn {
    min-width: 142px !important;
    min-height: 42px !important;
    font-size: 10.5px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-certified-grid > .certified-offer-card,
  .home-loose-offer-grid > .loose-supply-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card,
  .certified-more-btn,
  .loose-more-btn,
  .home-special-more-btn {
    transition: none !important;
  }
}

/* ===== SOURCE: process-lightbox-button-v31.css ===== */
/* ROY DIAMOND — manufacturing lightbox details button visibility V31 */

.process-lightbox-page-link,
.process-lightbox-page-link:link,
.process-lightbox-page-link:visited,
.process-lightbox-page-link:hover,
.process-lightbox-page-link:focus,
.process-lightbox-page-link:focus-visible,
.process-lightbox-page-link:active,
.process-lightbox-page-link * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.process-lightbox-page-link {
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #111111 !important;
  background: #111111 !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.14) !important;
}

.process-lightbox-page-link:hover,
.process-lightbox-page-link:focus-visible {
  background: #252525 !important;
  border-color: #252525 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.process-lightbox-page-link:focus-visible {
  outline: 3px solid rgba(17, 17, 17, 0.28) !important;
  outline-offset: 3px !important;
}

@media (max-width: 700px) {
  .process-lightbox-page-link {
    width: min(100%, 360px) !important;
    margin: 16px auto 0 !important;
    padding: 12px 16px !important;
    display: flex !important;
    border-radius: 14px !important;
    font-size: 13px !important;
    text-align: center !important;
  }
}

/* ===== SOURCE: mobile-menu-reference-v40.css ===== */
/* ROY DIAMOND — premium full-screen mobile navigation V40 */

@media (max-width: 800px) {
  body:has(#menuToggle:checked) {
    overflow: hidden !important;
    touch-action: none;
  }

  .side-menu-panel {
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    padding: 0 0 max(30px, env(safe-area-inset-bottom)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    scrollbar-width: thin;
    background:
      radial-gradient(circle at 100% 0%, rgba(17, 17, 17, 0.035), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, #fdfdfd 100%) !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translate3d(-100%, 0, 0) !important;
    transition:
      transform 0.44s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease,
      visibility 0.28s ease !important;
    will-change: transform, opacity;
    z-index: 2600 !important;
  }

  .menu-check:checked ~ .side-menu-panel {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .side-menu-head {
    position: relative !important;
    min-height: 142px !important;
    padding:
      max(27px, env(safe-area-inset-top))
      82px
      25px
      28px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    border-bottom: 1px solid #eceff2 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }

  .side-menu-head strong {
    display: block !important;
    margin: 0 !important;
    color: #090909 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(28px, 9vw, 42px) !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
    letter-spacing: 0.035em !important;
    white-space: nowrap !important;
  }

  .side-menu-head small {
    display: block !important;
    margin-top: 11px !important;
    color: #30343a !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(14px, 4.3vw, 18px) !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.015em !important;
  }

  .side-menu-close {
    position: absolute !important;
    top: max(24px, env(safe-area-inset-top)) !important;
    right: 22px !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #d9dde2 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 31px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    box-shadow:
      0 10px 24px rgba(17, 17, 17, 0.11),
      inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
    transform: rotate(0deg) scale(1) !important;
    transition:
      transform 0.22s ease,
      border-color 0.22s ease,
      box-shadow 0.22s ease !important;
    z-index: 2700 !important;
  }

  .side-menu-close:hover,
  .side-menu-close:focus-visible {
    border-color: #bfc5cc !important;
    transform: rotate(90deg) scale(1.04) !important;
    box-shadow:
      0 13px 28px rgba(17, 17, 17, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  }

  .side-menu-close:focus-visible {
    outline: 3px solid rgba(17, 17, 17, 0.22) !important;
    outline-offset: 3px !important;
  }

  .side-menu-links {
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 28px 22px 14px !important;
    display: grid !important;
    gap: 13px !important;
  }

  .side-menu-links a {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 70px !important;
    margin: 0 !important;
    padding: 17px 64px 17px 24px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #dce0e4 !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fdfdfd 100%) !important;
    color: #151515 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(20px, 6.3vw, 27px) !important;
    font-weight: 400 !important;
    line-height: 1.16 !important;
    letter-spacing: -0.012em !important;
    text-decoration: none !important;
    box-shadow:
      0 8px 21px rgba(17, 17, 17, 0.045),
      inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
    opacity: 0;
    transform: translate3d(-18px, 10px, 0);
    transition:
      transform 0.22s ease,
      border-color 0.22s ease,
      background-color 0.22s ease,
      box-shadow 0.22s ease !important;
    overflow: hidden !important;
  }

  .side-menu-links a::after {
    content: "›" !important;
    position: absolute !important;
    right: 24px !important;
    top: 50% !important;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    transform: translateY(-52%) translateX(0) !important;
    transition: transform 0.22s ease !important;
  }

  .side-menu-links a:hover,
  .side-menu-links a:focus-visible {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #bcc3ca !important;
    box-shadow:
      0 13px 29px rgba(17, 17, 17, 0.09),
      inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
    transform: translate3d(4px, 0, 0) !important;
  }

  .side-menu-links a:hover::after,
  .side-menu-links a:focus-visible::after {
    transform: translateY(-52%) translateX(5px) !important;
  }

  .side-menu-links a:focus-visible {
    outline: 3px solid rgba(17, 17, 17, 0.2) !important;
    outline-offset: 3px !important;
  }

  .menu-check:checked ~ .side-menu-panel .side-menu-links a {
    animation: rdMenuV40ItemIn 0.44s cubic-bezier(0.22, 1, 0.36, 1) both !important;
  }

  .menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(1) { animation-delay: 0.05s !important; }
  .menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(2) { animation-delay: 0.08s !important; }
  .menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(3) { animation-delay: 0.11s !important; }
  .menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(4) { animation-delay: 0.14s !important; }
  .menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(5) { animation-delay: 0.17s !important; }
  .menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(6) { animation-delay: 0.20s !important; }
  .menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(7) { animation-delay: 0.23s !important; }
  .menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(8) { animation-delay: 0.26s !important; }
  .menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(9) { animation-delay: 0.29s !important; }
  .menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(10) { animation-delay: 0.32s !important; }

  @keyframes rdMenuV40ItemIn {
    from {
      opacity: 0;
      transform: translate3d(-18px, 12px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .menu-check:checked + .side-menu-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: scale(0.82) !important;
  }
}

@media (max-width: 360px) {
  .side-menu-head {
    min-height: 126px !important;
    padding-left: 20px !important;
    padding-right: 70px !important;
  }

  .side-menu-head strong {
    font-size: 26px !important;
  }

  .side-menu-head small {
    margin-top: 8px !important;
    font-size: 13px !important;
  }

  .side-menu-close {
    right: 16px !important;
    width: 45px !important;
    height: 45px !important;
    font-size: 28px !important;
  }

  .side-menu-links {
    padding: 20px 12px 12px !important;
    gap: 10px !important;
  }

  .side-menu-links a {
    min-height: 60px !important;
    padding: 14px 52px 14px 17px !important;
    border-radius: 14px !important;
    font-size: 18px !important;
  }

  .side-menu-links a::after {
    right: 18px !important;
    font-size: 31px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .side-menu-panel,
  .side-menu-close,
  .side-menu-links a,
  .side-menu-links a::after,
  .side-menu-toggle {
    transition: none !important;
  }

  .menu-check:checked ~ .side-menu-panel .side-menu-links a {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ===== SOURCE: mobile-floating-actions-v43.css ===== */
/* ROY DIAMOND — extra-low phone floating actions in one vertical side line V43 */

@media (max-width: 700px) {
  body {
    padding-bottom: 0 !important;
  }

  .floating-actions {
    position: fixed !important;
    top: auto !important;
    right: max(8px, env(safe-area-inset-right)) !important;
    bottom: max(28px, calc(env(safe-area-inset-bottom) + 20px)) !important;
    left: auto !important;

    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;

    transform: none !important;
    z-index: 1600 !important;
  }

  .floating-action {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;

    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 12px !important;
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.14) !important;
  }

  .floating-action .action-icon {
    width: 19px !important;
    height: 19px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .floating-action .action-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .floating-action > span:not(.action-icon) {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .floating-actions {
    top: auto !important;
    right: max(6px, env(safe-area-inset-right)) !important;
    bottom: max(22px, calc(env(safe-area-inset-bottom) + 16px)) !important;
    gap: 7px !important;
  }

  .floating-action {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    border-radius: 11px !important;
  }

  .floating-action .action-icon,
  .floating-action .action-icon svg {
    width: 16px !important;
    height: 16px !important;
  }
}

/* ===== V50 MOBILE-ONLY: compact Jewellery Manufacturing Process ===== */
@media (max-width: 700px) {
  .jewellery-manufacturing-section-title {
    width: calc(100% - 20px) !important;
    margin: 22px auto 10px !important;
    font-size: clamp(20px, 5.8vw, 24px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.028em !important;
  }

  .manufacturing-process-section {
    width: calc(100% - 16px) !important;
    margin: 0 auto 20px !important;
    padding: 14px 10px 12px !important;
    border: 1px solid #d3d7dc !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 22px rgba(17, 17, 17, 0.05) !important;
  }

  .manufacturing-process-section::before {
    margin: 0 auto 7px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    letter-spacing: 0.04em !important;
  }

  .manufacturing-process-section > h2 {
    margin: 0 0 12px !important;
    font-size: clamp(14px, 4.15vw, 17px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .manufacturing-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    align-items: stretch !important;
  }

  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    min-width: 0 !important;
    min-height: 72px !important;
    height: auto !important;
    padding: 8px 8px !important;
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    column-gap: 7px !important;
    align-items: center !important;
    justify-content: stretch !important;
    border: 1px solid #dde0e4 !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fdfdfd 100%) !important;
    color: #202226 !important;
    font-size: 11.8px !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.01em !important;
    text-align: left !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    box-shadow:
      0 4px 11px rgba(17, 17, 17, 0.035),
      inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  }

  .manufacturing-process-list > a:hover,
  .manufacturing-process-list > a:focus-visible {
    transform: none !important;
    border-color: #cfd4d9 !important;
    box-shadow:
      0 5px 13px rgba(17, 17, 17, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  }

  .manufacturing-process-list b {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    margin: 0 !important;
    flex: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: start !important;
    border: 1px solid #dfe2e6 !important;
    border-radius: 999px !important;
    background: #fafafa !important;
    font-size: 13px !important;
    line-height: 1 !important;
    box-shadow: inset 0 1px 3px rgba(17, 17, 17, 0.04) !important;
  }

  .manufacturing-process-list b::after {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 350px) {
  .jewellery-manufacturing-section-title {
    width: calc(100% - 16px) !important;
    margin-top: 20px !important;
    font-size: 19px !important;
  }

  .manufacturing-process-section {
    width: calc(100% - 12px) !important;
    padding: 12px 8px 10px !important;
    border-radius: 14px !important;
  }

  .manufacturing-process-section::before {
    margin-bottom: 6px !important;
    font-size: 12px !important;
  }

  .manufacturing-process-section > h2 {
    margin-bottom: 10px !important;
    font-size: 13.5px !important;
  }

  .manufacturing-process-list {
    gap: 7px !important;
  }

  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    min-height: 70px !important;
    padding: 7px 7px !important;
    grid-template-columns: 26px minmax(0, 1fr) !important;
    column-gap: 6px !important;
    border-radius: 11px !important;
    font-size: 11px !important;
    line-height: 1.17 !important;
  }

  .manufacturing-process-list b {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    font-size: 12px !important;
  }
}

/* ===== V66: home page manufacturing heading refinement ===== */
.manufacturing-process-section::before {
  content: none !important;
  display: none !important;
  margin: 0 !important;
}

.manufacturing-process-section {
  padding-top: 30px !important;
}

.manufacturing-process-section > h2 {
  margin: 0 0 22px !important;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  line-height: 1.1 !important;
}

@media (max-width: 820px) {
  .manufacturing-process-section {
    padding-top: 18px !important;
  }

  .manufacturing-process-section > h2 {
    margin: 0 0 14px !important;
    font-size: clamp(14px, 4vw, 18px) !important;
    line-height: 1.12 !important;
  }
}

/* ===== V68: home cards + manufacturing compact classic refinement ===== */
.home-certified-grid,
.home-loose-offer-grid,
.home-special-detail-grid {
  max-width: 980px !important;
  margin: 0 auto 20px !important;
  gap: 20px !important;
}

.home-calibrated-center {
  max-width: 980px !important;
  margin: 0 auto 22px !important;
  grid-template-columns: minmax(360px, 520px) !important;
}

.home-certified-grid > .certified-offer-card,
.home-loose-offer-grid > .loose-supply-card,
.home-special-detail-grid > .home-special-detail-card,
.home-calibrated-card.home-special-detail-card {
  min-height: 270px !important;
  padding: 22px 20px 18px !important;
  border-radius: 12px !important;
  box-shadow:
    0 9px 24px rgba(17, 17, 17, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

.home-calibrated-card.home-special-detail-card {
  min-height: 258px !important;
}

.home-certified-grid h3,
.home-loose-offer-grid h3,
.home-special-detail-grid h3,
.home-calibrated-card h3 {
  margin: 0 0 16px !important;
  font-size: clamp(21px, 1.95vw, 28px) !important;
  line-height: 1.14 !important;
}

.home-certified-grid h3::after,
.home-loose-offer-grid h3::after,
.home-special-detail-grid h3::after,
.home-calibrated-card h3::after {
  margin: 10px auto 0 !important;
  font-size: 16px !important;
}

.certified-spec-list,
.loose-spec-list,
.home-special-spec-list {
  width: min(100%, 95%) !important;
  margin: 0 auto 16px !important;
  padding: 0 0 0 19px !important;
  gap: 8px !important;
}

.certified-spec-list li,
.loose-spec-list li,
.home-special-spec-list li {
  font-size: 13.8px !important;
  line-height: 1.42 !important;
}

.certified-more-btn,
.loose-more-btn,
.home-special-more-btn {
  min-width: 160px !important;
  min-height: 42px !important;
  padding: 0 22px !important;
  border-radius: 9px !important;
  font-size: 11.5px !important;
  letter-spacing: 0.11em !important;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.13) !important;
}

.certified-more-btn::before,
.loose-more-btn::before,
.home-special-more-btn::before {
  bottom: calc(100% + 13px) !important;
  width: min(360px, calc(100vw - 90px)) !important;
}

.manufacturing-process-section {
  width: min(980px, calc(100% - 36px)) !important;
  max-width: 980px !important;
  margin: 0 auto 28px !important;
  padding: 26px 28px 26px !important;
  border-radius: 24px !important;
  box-shadow:
    0 14px 36px rgba(17, 17, 17, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

.manufacturing-process-section > h2 {
  margin: 0 0 18px !important;
  font-size: clamp(22px, 2.1vw, 29px) !important;
  line-height: 1.1 !important;
}

.manufacturing-process-list {
  gap: 12px 16px !important;
}

.manufacturing-process-list > div,
.manufacturing-process-list > a {
  min-height: 66px !important;
  padding: 10px 16px !important;
  border-radius: 15px !important;
  font-size: 14.5px !important;
  line-height: 1.28 !important;
  box-shadow:
    0 6px 16px rgba(17, 17, 17, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

.manufacturing-process-list b {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin: 0 24px 0 0 !important;
  flex: 0 0 40px !important;
  font-size: 18px !important;
}

.manufacturing-process-list b::after {
  top: 3px !important;
  right: -13px !important;
  height: 33px !important;
}

@media (max-width: 700px) {
  .home-certified-grid,
  .home-loose-offer-grid,
  .home-special-detail-grid,
  .home-calibrated-center {
    max-width: none !important;
    gap: 14px !important;
  }

  .home-certified-grid > .certified-offer-card,
  .home-loose-offer-grid > .loose-supply-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    min-height: 236px !important;
    padding: 18px 15px 16px !important;
    border-radius: 12px !important;
  }

  .home-certified-grid h3,
  .home-loose-offer-grid h3,
  .home-special-detail-grid h3,
  .home-calibrated-card h3 {
    margin: 0 0 13px !important;
    font-size: clamp(18px, 5vw, 23px) !important;
  }

  .home-certified-grid h3::after,
  .home-loose-offer-grid h3::after,
  .home-special-detail-grid h3::after,
  .home-calibrated-card h3::after {
    font-size: 14px !important;
    margin-top: 8px !important;
  }

  .certified-spec-list,
  .loose-spec-list,
  .home-special-spec-list {
    margin: 0 auto 14px !important;
    padding-left: 18px !important;
    gap: 7px !important;
  }

  .certified-spec-list li,
  .loose-spec-list li,
  .home-special-spec-list li {
    font-size: 12.9px !important;
    line-height: 1.4 !important;
  }

  .certified-more-btn,
  .loose-more-btn,
  .home-special-more-btn {
    min-width: 146px !important;
    min-height: 40px !important;
    font-size: 11px !important;
  }

  .manufacturing-process-section {
    width: calc(100% - 18px) !important;
    margin: 0 auto 22px !important;
    padding: 18px 12px 14px !important;
    border-radius: 18px !important;
  }

  .manufacturing-process-section > h2 {
    margin: 0 0 14px !important;
    font-size: clamp(16px, 4.5vw, 20px) !important;
  }

  .manufacturing-process-list {
    gap: 10px 12px !important;
  }

  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    min-height: 56px !important;
    padding: 8px 12px !important;
    font-size: 12.8px !important;
    border-radius: 12.35px !important;
  }

  .manufacturing-process-list b {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    margin-right: 20px !important;
    flex-basis: 34px !important;
    font-size: 16px !important;
  }

  .manufacturing-process-list b::after {
    right: -11px !important;
    height: 28px !important;
  }
}

/* ===== V69: compact homepage B2B inquiry buttons ===== */
.home-diamond-categories .hero-buttons-below-hero {
  gap: 12px !important;
}

.home-diamond-categories .hero-buttons-below-hero a {
  width: auto !important;
  min-width: 178px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9px !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.13) !important;
}

@media (max-width: 700px) {
  .home-diamond-categories .hero-buttons-below-hero {
    gap: 8px !important;
  }

  .home-diamond-categories .hero-buttons-below-hero a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 40px !important;
    padding: 0 8px !important;
    border-radius: 9px !important;
    font-size: clamp(10px, 3vw, 11.5px) !important;
  }
}


/* ===== V70: hero video rotating text overlay ===== */
.hero-video-wrap {
  position: relative !important;
}

.hero-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.24) 24%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0) 72%);
  pointer-events: none;
  z-index: 1;
}

.hero-rotator {
  position: absolute;
  left: clamp(34px, 5.4vw, 88px);
  bottom: clamp(28px, 8.5vh, 88px);
  width: min(590px, calc(100% - 88px));
  min-height: 170px;
  padding: 26px 28px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.20));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 2;
  pointer-events: none;
}

.hero-rotator-slides {
  position: relative;
  min-height: 94px;
}

.hero-rotator-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.hero-rotator-slide.is-active {
  opacity: 1;
  transform: translateY(0);
}

.hero-rotator-title {
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(29px, 3.55vw, 50px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-wrap: balance;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.38);
}

.hero-rotator-title span {
  display: inline-block;
  margin-top: 8px;
}

.hero-rotator-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.hero-rotator-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  transition: all 0.45s ease;
}

.hero-rotator-dot.is-active {
  background: rgba(255, 255, 255, 0.94);
  color: #111111;
  border-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

@media (max-width: 820px) {
  .hero-video-wrap::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.22) 26%, rgba(0, 0, 0, 0.44) 70%, rgba(0, 0, 0, 0.56) 100%);
  }

  .hero-rotator {
    left: 14px;
    right: 14px;
    bottom: 16px;
    width: auto;
    min-height: 116px;
    padding: 16px 16px 14px;
    border-radius: 14px;
  }

  .hero-rotator-slides {
    min-height: 66px;
  }

  .hero-rotator-title {
    font-size: clamp(18px, 5vw, 27px);
    line-height: 1.12;
  }

  .hero-rotator-title span {
    margin-top: 5px;
  }

  .hero-rotator-nav {
    gap: 8px;
    margin-top: 10px;
  }

  .hero-rotator-dot {
    min-width: 34px;
    height: 28px;
    padding: 0 10px;
    font-size: 10.5px;
    letter-spacing: 0.16em;
  }
}


/* ===== V71: hero text-only overlay refinement ===== */
.hero-rotator {
  width: min(660px, calc(100% - 92px)) !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
}

.hero-rotator-slides {
  min-height: 112px !important;
}

.hero-rotator-title {
  color: #ffffff !important;
  font-size: clamp(34px, 3.9vw, 56px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.44), 0 2px 8px rgba(0, 0, 0, 0.28) !important;
}

.hero-rotator-title span {
  color: #ffffff !important;
}

.hero-rotator-nav,
.hero-rotator-dot {
  display: none !important;
}

@media (max-width: 820px) {
  .hero-rotator {
    left: 14px !important;
    right: 14px !important;
    bottom: 18px !important;
    width: auto !important;
    padding: 0 !important;
  }

  .hero-rotator-slides {
    min-height: 74px !important;
  }

  .hero-rotator-title {
    font-size: clamp(20px, 5.6vw, 31px) !important;
    line-height: 1.12 !important;
  }

  .hero-rotator-title span {
    margin-top: 4px !important;
  }
}

/* ===== V72: hero overlay position + font refinement ===== */
.hero-rotator {
  left: clamp(26px, 4.8vw, 78px) !important;
  bottom: clamp(52px, 10vh, 92px) !important;
  width: min(720px, calc(100% - 84px)) !important;
}

.hero-rotator-slides {
  min-height: 136px !important;
}

.hero-rotator-title {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
  font-size: clamp(28px, 3.25vw, 46px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

.hero-rotator-title span {
  margin-top: 6px !important;
}

@media (max-width: 820px) {
  .hero-rotator {
    left: 14px !important;
    right: 14px !important;
    bottom: 34px !important;
    width: auto !important;
  }

  .hero-rotator-slides {
    min-height: 104px !important;
  }

  .hero-rotator-title {
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
    font-size: clamp(17px, 4.7vw, 24px) !important;
    line-height: 1.14 !important;
  }

  .hero-rotator-title span {
    margin-top: 4px !important;
  }
}


/* ===== V73: premium glitch-free hero text animation ===== */
.hero-rotator-slide {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate3d(0, 12px, 0) !important;
  transition:
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 560ms !important;
  will-change: opacity, transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-rotator-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(0, 0, 0) !important;
  transition-delay: 0ms !important;
}

.hero-rotator-slide.is-leaving {
  opacity: 0 !important;
  visibility: visible !important;
  transform: translate3d(0, -9px, 0) !important;
  transition:
    opacity 380ms cubic-bezier(0.4, 0, 1, 1),
    transform 380ms cubic-bezier(0.4, 0, 1, 1) !important;
}

.hero-rotator-slide.is-preparing {
  opacity: 0 !important;
  visibility: visible !important;
  transform: translate3d(0, 10px, 0) !important;
  transition: none !important;
}

.hero-rotator-title {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
  font-size: clamp(27px, 3.15vw, 44px) !important;
  font-weight: 400 !important;
  line-height: 1.13 !important;
  letter-spacing: -0.012em !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.42),
    0 8px 24px rgba(0, 0, 0, 0.28) !important;
}

.hero-rotator-title span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: -0.016em !important;
}

@media (max-width: 820px) {
  .hero-rotator-title {
    font-size: clamp(16.5px, 4.55vw, 23px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.01em !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-rotator-slide,
  .hero-rotator-slide.is-leaving {
    transition-duration: 1ms !important;
    transform: none !important;
  }
}

/* ===== V74: thinner + 20% smaller classic hero typography ===== */
.hero-rotator-title {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
  font-size: clamp(22px, 2.55vw, 36px) !important;
  font-weight: 400 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.008em !important;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.34),
    0 6px 18px rgba(0, 0, 0, 0.22) !important;
}

.hero-rotator-title span {
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
}

@media (max-width: 820px) {
  .hero-rotator-title {
    font-size: clamp(13.5px, 3.65vw, 18.5px) !important;
    font-weight: 400 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.006em !important;
  }

  .hero-rotator-title span {
    font-weight: 400 !important;
  }
}

/* ===== V75: mobile Jewellery Manufacturing Process clean classic fix ===== */
@media (max-width: 700px) {
  .manufacturing-process-section {
    width: calc(100% - 18px) !important;
    max-width: 430px !important;
    margin: 0 auto 22px !important;
    padding: 16px 10px 13px !important;
    border-radius: 18px !important;
  }

  .manufacturing-process-section > h2 {
    margin: 0 0 13px !important;
    padding: 0 2px !important;
    font-size: clamp(14px, 4.2vw, 17px) !important;
    line-height: 1.16 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .manufacturing-process-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    align-items: stretch !important;
  }

  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 68px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 8px 8px !important;
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    column-gap: 7px !important;
    align-items: center !important;
    justify-items: stretch !important;
    border-radius: 12px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.012em !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .manufacturing-process-list b {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
    justify-self: start !important;
    align-self: center !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

  .manufacturing-process-list b::after {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 360px) {
  .manufacturing-process-section {
    width: calc(100% - 12px) !important;
    padding: 14px 8px 12px !important;
    border-radius: 16px !important;
  }

  .manufacturing-process-section > h2 {
    margin-bottom: 11px !important;
    font-size: 13.5px !important;
  }

  .manufacturing-process-list {
    gap: 8px 7px !important;
  }

  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    min-height: 70px !important;
    padding: 7px 6px !important;
    grid-template-columns: 27px minmax(0, 1fr) !important;
    column-gap: 6px !important;
    border-radius: 11px !important;
    font-size: 10.8px !important;
    line-height: 1.16 !important;
  }

  .manufacturing-process-list b {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
    font-size: 12px !important;
  }
}

/* ===== V76: mobile Calibrated Supply card edge-spacing fix ===== */
@media (max-width: 700px) {
  .home-calibrated-center {
    width: calc(100% - 24px) !important;
    max-width: 420px !important;
    margin: 0 auto 18px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-content: stretch !important;
    box-sizing: border-box !important;
  }

  .home-calibrated-card.home-special-detail-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border-radius: 14px !important;
  }
}

@media (max-width: 360px) {
  .home-calibrated-center {
    width: calc(100% - 20px) !important;
  }
}

/* ===== V79: mobile footer typography — smaller + thinner only ===== */
@media (max-width: 700px) {
  .footer-col h2,
  .footer-col h3,
  .footer h2,
  .footer h3 {
    font-size: 18px !important;
    font-weight: 400 !important;
  }

  .footer-col .footer-drop a {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
}

/* ===== V80: compact spacing between final manufacturing video and B2B requirement ===== */
.home-diamond-categories {
  padding-bottom: 0 !important;
}

.home-diamond-categories > .manufacturing-bottom-video-wrap {
  margin-bottom: 0 !important;
}

#quote.b2b-inquiry-section {
  padding-top: 30px !important;
}

@media (max-width: 700px) {
  #quote.b2b-inquiry-section {
    padding-top: 24px !important;
  }
}

/* ===== V81: mobile-only compact B2B requirement section ===== */
@media (max-width: 700px) {
  #quote.b2b-inquiry-section {
    padding-bottom: 42px !important;
  }

  #quote .b2b-inquiry-head {
    margin-bottom: 16px !important;
  }

  #quote .b2b-inquiry-head .eyebrow {
    margin-bottom: 5px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  #quote #quoteTitle {
    font-size: clamp(19px, 5.5vw, 23px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
  }

  #quote .b2b-inquiry-head > p {
    margin-top: 8px !important;
    font-size: 12px !important;
    line-height: 1.42 !important;
  }

  #quote .b2b-quote-form,
  #quote .b2b-review-panel {
    padding: 15px 12px !important;
    border-radius: 15px !important;
  }

  #quote .b2b-form-grid,
  #quote .b2b-review-list {
    gap: 14px !important;
  }

  #quote .b2b-field label {
    gap: 5px !important;
    margin-bottom: 6px !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
  }

  #quote .required-mark {
    font-weight: 700 !important;
  }

  #quote .optional-mark {
    font-size: 10px !important;
    font-weight: 500 !important;
  }

  #quote .field-hint {
    margin: -1px 0 7px !important;
    font-size: 11px !important;
    line-height: 1.38 !important;
  }

  #quote .b2b-field input,
  #quote .b2b-field select,
  #quote .b2b-field textarea {
    border-radius: 11px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
  }

  #quote .b2b-field input,
  #quote .b2b-field select {
    min-height: 41.8px !important;
    height: 41.8px !important;
    padding: 0 12px !important;
  }

  #quote .b2b-field textarea {
    min-height: 108px !important;
    padding: 11px 12px !important;
    line-height: 1.45 !important;
  }

  #quote .b2b-file-input {
    min-height: 48px !important;
    height: auto !important;
    padding: 6px 7px !important;
    font-size: 12px !important;
  }

  #quote .b2b-file-input::file-selector-button {
    min-height: 34px !important;
    margin-right: 8px !important;
    padding: 0 11px !important;
    border-radius: 8px !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
  }

  #quote .file-status {
    min-height: 12px !important;
    margin: 5px 1px 0 !important;
    font-size: 10.5px !important;
  }

  #quote .b2b-form-footer {
    margin-top: 17px !important;
  }

  #quote .b2b-review-button {
    min-height: 46px !important;
    padding: 10px 16px !important;
    border-radius: 11px !important;
    gap: 9px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
  }

  #quote .button-arrow {
    font-size: 17px !important;
  }

  #quote .b2b-form-footer p {
    margin-top: 8px !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  #quote .b2b-trust-strip {
    margin-top: 16px !important;
    padding: 4px 0 !important;
  }

  #quote .b2b-trust-strip > div {
    padding: 10px 7px !important;
  }

  #quote .b2b-trust-strip strong {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.28 !important;
  }

  #quote .b2b-trust-strip span {
    margin-top: 3px !important;
    font-size: 10px !important;
    line-height: 1.32 !important;
  }

  #quote .b2b-support-links {
    margin-top: 14px !important;
    gap: 7px !important;
  }

  #quote .b2b-catalogue-link,
  #quote .b2b-privacy-link {
    min-height: 40px !important;
    font-size: 11.5px !important;
  }

  #quote .b2b-catalogue-link {
    padding: 9px 15px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
  }

  #quote .b2b-catalogue-link::after {
    font-size: 13px !important;
  }

  #quote .review-heading h3 {
    font-size: 20px !important;
  }

  #quote .review-heading p,
  #quote .b2b-review-item dd {
    font-size: 12px !important;
  }

  #quote .b2b-review-item {
    padding: 10px 12px !important;
  }

  #quote .b2b-review-item dt {
    font-size: 10px !important;
  }

  #quote .b2b-copy-button,
  #quote .b2b-edit-button {
    min-height: 42px !important;
    padding: 9px 14px !important;
    font-size: 12px !important;
  }
}

/* ===== V90: premium classic hero rotator typography + 20% position refinement ===== */
.hero .hero-rotator {
  left: clamp(31px, 5.76vw, 94px) !important;
  bottom: clamp(62px, 12vh, 110px) !important;
}

.hero p.hero-rotator-title,
.hero .hero-rotator-title {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: -0.012em !important;
  line-height: 1.18 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow:
    0 2px 5px rgba(0, 0, 0, 0.38),
    0 7px 20px rgba(0, 0, 0, 0.24) !important;
}

.hero p.hero-rotator-title span,
.hero .hero-rotator-title span {
  font-family: inherit !important;
  font-weight: 400 !important;
  letter-spacing: -0.014em !important;
}

@media (max-width: 820px) {
  .hero .hero-rotator {
    left: 17px !important;
    right: 17px !important;
    bottom: 41px !important;
  }

  .hero p.hero-rotator-title,
  .hero .hero-rotator-title {
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.009em !important;
  }
}

/* ===== V97: HOME MOBILE FINAL CLASSIC POLISH — desktop untouched ===== */
@media (max-width: 700px) {
  /* Overall mobile rhythm */
  .home-diamond-categories {
    padding-top: 14px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-diamond-categories > br,
  .home-certified-grid + br,
  .home-loose-offer-grid + br,
  .home-special-detail-grid + br,
  .home-calibrated-center + br {
    display: none !important;
  }

  /* Hero: premium mobile crop + readable classic text */
  .hero-video-wrap {
    min-height: 0 !important;
  }

  .hero-video {
    height: clamp(330px, 52svh, 480px) !important;
    min-height: 330px !important;
    max-height: 480px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .hero-video-wrap::after {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.08) 48%, rgba(0,0,0,0.34) 100%),
      linear-gradient(90deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.10) 58%, rgba(0,0,0,0.02) 100%) !important;
  }

  .hero .hero-rotator {
    left: 18px !important;
    right: 18px !important;
    bottom: 30px !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0 2px !important;
  }

  .hero p.hero-rotator-title,
  .hero .hero-rotator-title {
    max-width: 340px !important;
    margin: 0 !important;
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
    font-size: clamp(16px, 4.55vw, 20px) !important;
    font-weight: 400 !important;
    line-height: 1.24 !important;
    letter-spacing: -0.012em !important;
    text-wrap: balance !important;
    text-shadow: 0 2px 5px rgba(0,0,0,.44), 0 7px 22px rgba(0,0,0,.22) !important;
  }

  /* Inquiry actions directly under hero */
  .home-diamond-categories .hero-buttons-below-hero {
    width: calc(100% - 24px) !important;
    max-width: 420px !important;
    margin: 0 auto 18px !important;
    padding: 0 !important;
    gap: 8px !important;
  }

  .home-diamond-categories .hero-buttons-below-hero a {
    min-height: 42px !important;
    padding: 0 7px !important;
    border-radius: 10px !important;
    font-size: clamp(10px, 3vw, 11.5px) !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
    box-shadow: 0 5px 14px rgba(17,17,17,.11) !important;
  }

  /* All homepage supply cards: one consistent classic mobile system */
  .home-certified-grid,
  .home-loose-offer-grid,
  .home-special-detail-grid,
  .home-calibrated-center {
    width: calc(100% - 24px) !important;
    max-width: 420px !important;
    margin: 0 auto 14px !important;
    gap: 14px !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .home-certified-grid > .certified-offer-card,
  .home-loose-offer-grid > .loose-supply-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    min-height: 0 !important;
    padding: 18px 15px 16px !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fefefe 100%) !important;
    box-shadow: 0 7px 20px rgba(17,17,17,.045) !important;
  }

  .home-certified-grid h3,
  .home-loose-offer-grid h3,
  .home-special-detail-grid h3,
  .home-calibrated-card h3 {
    margin: 0 0 14px !important;
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
    font-size: clamp(19px, 5.5vw, 23px) !important;
    font-weight: 400 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.025em !important;
    text-align: center !important;
  }

  .home-certified-grid h3 {
    font-size: clamp(17px, 5vw, 20.5px) !important;
  }

  .home-certified-grid h3::after,
  .home-loose-offer-grid h3::after,
  .home-special-detail-grid h3::after,
  .home-calibrated-card h3::after {
    margin-top: 8px !important;
    font-size: 13px !important;
    letter-spacing: .05em !important;
  }

  .certified-spec-list,
  .loose-spec-list,
  .home-special-spec-list {
    width: 100% !important;
    margin: 0 auto 15px !important;
    padding-left: 18px !important;
    gap: 6px !important;
  }

  .certified-spec-list li,
  .loose-spec-list li,
  .home-special-spec-list li {
    font-size: 12.5px !important;
    line-height: 1.4 !important;
  }

  .certified-spec-list strong,
  .loose-spec-list strong,
  .home-special-spec-list strong {
    font-weight: 700 !important;
  }

  .certified-more-btn,
  .loose-more-btn,
  .home-special-more-btn {
    min-width: 142px !important;
    min-height: 40px !important;
    padding: 0 17px !important;
    border-radius: 9px !important;
    font-size: 10.5px !important;
    font-weight: 750 !important;
    letter-spacing: .075em !important;
    box-shadow: 0 6px 15px rgba(0,0,0,.12) !important;
  }

  .certified-more-btn::before,
  .loose-more-btn::before,
  .home-special-more-btn::before {
    bottom: calc(100% + 11px) !important;
    width: min(300px, calc(100vw - 72px)) !important;
    background: #e1e4e7 !important;
  }

  /* Videos become framed, premium mobile blocks instead of hard full-bleed strips */
  .mid-gap-video-wrap,
  .image-showcase-stack.mid-gap-video-wrap,
  .home-diamond-categories > .manufacturing-bottom-video-wrap {
    width: calc(100% - 24px) !important;
    max-width: 420px !important;
    margin: 18px auto 20px !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #090909 !important;
    box-shadow: 0 7px 20px rgba(17,17,17,.055) !important;
  }

  .mid-gap-video {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    border-radius: 15px !important;
  }

  .home-diamond-categories > .manufacturing-bottom-video-wrap {
    margin-top: 18px !important;
    margin-bottom: 0 !important;
  }

  /* Manufacturing process: lighter classic card + cleaner two-column steps */
  .manufacturing-process-section {
    width: calc(100% - 24px) !important;
    max-width: 420px !important;
    margin: 4px auto 18px !important;
    padding: 16px 10px 12px !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 7px 20px rgba(17,17,17,.04) !important;
  }

  .manufacturing-process-section > h2 {
    margin: 0 0 13px !important;
    padding: 0 2px !important;
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
    font-size: clamp(15px, 4.35vw, 18px) !important;
    font-weight: 400 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .manufacturing-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    min-height: 62px !important;
    padding: 8px 8px !important;
    grid-template-columns: 27px minmax(0, 1fr) !important;
    column-gap: 7px !important;
    border: 1px solid #e2e5e8 !important;
    border-radius: 11px !important;
    background: #ffffff !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
  }

  .manufacturing-process-list b {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
    border: 1px solid #c9cfd5 !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
  }

  /* B2B requirement: refined card proportions only */
  #quote.b2b-inquiry-section {
    padding-top: 22px !important;
    padding-bottom: 38px !important;
  }

  #quote .b2b-inquiry-head {
    width: calc(100% - 28px) !important;
    max-width: 420px !important;
    margin: 0 auto 15px !important;
  }

  #quote #quoteTitle {
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
    font-weight: 400 !important;
    letter-spacing: -0.03em !important;
  }

  #quote .b2b-quote-form,
  #quote .b2b-review-panel {
    width: calc(100% - 20px) !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 16px !important;
    box-shadow: 0 7px 20px rgba(17,17,17,.045) !important;
  }

  #quote .b2b-trust-strip,
  #quote .b2b-support-links {
    width: calc(100% - 20px) !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Footer accordion: less bulky, more editorial */
  .footer {
    padding: 28px 14px 88px !important;
  }

  .footer-grid,
  .footer-bottom {
    width: 100% !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .footer-col {
    border-bottom-color: rgba(255,255,255,.13) !important;
  }

  .footer-col h2,
  .footer-col h3,
  .footer h2,
  .footer h3 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
  }

  .footer-col .footer-drop a {
    margin: 7px 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
  }

  .footer-col .footer-drop p,
  .footer-col p {
    font-size: 12.5px !important;
    line-height: 1.55 !important;
  }

  .footer-bottom {
    margin-top: 22px !important;
    padding-top: 15px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }
}

@media (max-width: 360px) {
  .hero p.hero-rotator-title,
  .hero .hero-rotator-title {
    font-size: 15px !important;
  }

  .home-certified-grid,
  .home-loose-offer-grid,
  .home-special-detail-grid,
  .home-calibrated-center,
  .mid-gap-video-wrap,
  .image-showcase-stack.mid-gap-video-wrap,
  .home-diamond-categories > .manufacturing-bottom-video-wrap,
  .manufacturing-process-section {
    width: calc(100% - 16px) !important;
  }

  .home-certified-grid > .certified-offer-card,
  .home-loose-offer-grid > .loose-supply-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }

  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    font-size: 10.5px !important;
  }
}

/* ===== V98: HOME MOBILE REFINED CLASSIC SYSTEM — desktop untouched ===== */
@media (max-width: 700px) {
  /* Calm editorial canvas and predictable mobile rhythm */
  .home-diamond-categories {
    padding-top: 12px !important;
    padding-bottom: 10px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfc 48%, #ffffff 100%) !important;
  }

  .home-diamond-categories .hero-buttons-below-hero,
  .home-certified-grid,
  .home-loose-offer-grid,
  .home-special-detail-grid,
  .home-calibrated-center,
  .mid-gap-video-wrap,
  .image-showcase-stack.mid-gap-video-wrap,
  .home-diamond-categories > .manufacturing-bottom-video-wrap,
  .manufacturing-process-section {
    width: calc(100% - 28px) !important;
    max-width: 410px !important;
  }

  /* Hero stays cinematic without consuming too much phone screen */
  .hero-video {
    height: clamp(300px, 48svh, 410px) !important;
    min-height: 300px !important;
    max-height: 410px !important;
    object-position: center 48% !important;
  }

  .hero .hero-rotator {
    left: 20px !important;
    right: 20px !important;
    bottom: 27px !important;
  }

  .hero p.hero-rotator-title,
  .hero .hero-rotator-title {
    max-width: 330px !important;
    font-size: clamp(15.5px, 4.35vw, 19px) !important;
    line-height: 1.25 !important;
    letter-spacing: -0.015em !important;
  }

  /* Primary inquiry actions: neat paired controls */
  .home-diamond-categories .hero-buttons-below-hero {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 2px !important;
    margin-bottom: 20px !important;
  }

  .home-diamond-categories .hero-buttons-below-hero a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 43px !important;
    padding: 8px 7px !important;
    border-radius: 10px !important;
    font-size: clamp(10px, 2.9vw, 11.5px) !important;
    line-height: 1.22 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  /* Supply cards: lighter edges, consistent proportions, no sticky touch-hover jump */
  .home-certified-grid,
  .home-loose-offer-grid,
  .home-special-detail-grid,
  .home-calibrated-center {
    margin-bottom: 18px !important;
    gap: 12px !important;
  }

  .home-certified-grid > .certified-offer-card,
  .home-loose-offer-grid > .loose-supply-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    padding: 17px 15px 15px !important;
    border-color: #dce1e5 !important;
    border-radius: 15px !important;
    background: #ffffff !important;
    box-shadow: 0 5px 16px rgba(20, 27, 33, .042) !important;
  }

  .home-certified-grid > .certified-offer-card:hover,
  .home-certified-grid > .certified-offer-card:focus-within,
  .home-loose-offer-grid > .loose-supply-card:hover,
  .home-loose-offer-grid > .loose-supply-card:focus-visible,
  .home-special-detail-grid > .home-special-detail-card:hover,
  .home-special-detail-grid > .home-special-detail-card:focus-visible,
  .home-calibrated-card.home-special-detail-card:hover,
  .home-calibrated-card.home-special-detail-card:focus-visible {
    transform: none !important;
  }

  .home-certified-grid h3,
  .home-loose-offer-grid h3,
  .home-special-detail-grid h3,
  .home-calibrated-card h3 {
    margin-bottom: 12px !important;
    font-size: clamp(18px, 5.1vw, 21px) !important;
    line-height: 1.2 !important;
  }

  .home-certified-grid h3 {
    font-size: clamp(16.5px, 4.65vw, 19.5px) !important;
  }

  .certified-spec-list,
  .loose-spec-list,
  .home-special-spec-list {
    margin-bottom: 14px !important;
    padding-left: 17px !important;
    gap: 5px !important;
  }

  .certified-spec-list li,
  .loose-spec-list li,
  .home-special-spec-list li {
    font-size: 12.25px !important;
    line-height: 1.42 !important;
    color: #34383c !important;
  }

  .certified-spec-list li::marker,
  .loose-spec-list li::marker,
  .home-special-spec-list li::marker {
    color: #6e7880 !important;
    font-size: .82em !important;
  }

  .certified-more-btn,
  .loose-more-btn,
  .home-special-more-btn {
    min-width: 136px !important;
    min-height: 39px !important;
    padding: 0 15px !important;
    border-radius: 9px !important;
    font-size: 10.25px !important;
    letter-spacing: .07em !important;
  }

  /* Media blocks: same language as cards */
  .mid-gap-video-wrap,
  .image-showcase-stack.mid-gap-video-wrap,
  .home-diamond-categories > .manufacturing-bottom-video-wrap {
    margin-top: 16px !important;
    margin-bottom: 18px !important;
    border-color: #dce1e5 !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 16px rgba(20,27,33,.045) !important;
  }

  .mid-gap-video {
    border-radius: 14px !important;
  }

  /* Jewellery Manufacturing Process: single-column editorial timeline on phone */
  .manufacturing-process-section {
    margin-top: 2px !important;
    margin-bottom: 18px !important;
    padding: 17px 12px 13px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 16px rgba(20,27,33,.04) !important;
  }

  .manufacturing-process-section > h2 {
    margin-bottom: 14px !important;
    font-size: clamp(16px, 4.4vw, 18px) !important;
  }

  .manufacturing-process-list {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px !important;
  }

  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    min-height: 47px !important;
    padding: 7px 10px !important;
    grid-template-columns: 26px minmax(0, 1fr) !important;
    column-gap: 9px !important;
    border-radius: 10px !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }

  .manufacturing-process-list b {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    font-size: 10.5px !important;
  }

  /* Requirement block: visually lighter and easier to scan */
  #quote.b2b-inquiry-section {
    padding-top: 24px !important;
    padding-bottom: 34px !important;
  }

  #quote .b2b-inquiry-head {
    margin-bottom: 14px !important;
  }

  #quote .b2b-quote-form,
  #quote .b2b-review-panel {
    width: calc(100% - 24px) !important;
    max-width: 410px !important;
    padding: 15px 13px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 16px rgba(20,27,33,.04) !important;
  }

  #quote .b2b-field input,
  #quote .b2b-field select,
  #quote .b2b-field textarea,
  #quote .b2b-file-input {
    border-color: #d4dbe0 !important;
    background: #ffffff !important;
  }

  #quote .b2b-review-button {
    border-radius: 10px !important;
    box-shadow: 0 5px 14px rgba(17,17,17,.11) !important;
  }

  /* Trust points: four quiet mini-cards rather than a dense ruled table */
  #quote .b2b-trust-strip {
    width: calc(100% - 24px) !important;
    max-width: 410px !important;
    margin-top: 14px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  #quote .b2b-trust-strip > div,
  #quote .b2b-trust-strip > div + div,
  #quote .b2b-trust-strip > div:nth-child(even),
  #quote .b2b-trust-strip > div:nth-child(n+3) {
    min-height: 88px !important;
    padding: 11px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    border: 1px solid #e0e4e7 !important;
    border-radius: 11px !important;
    background: #ffffff !important;
  }

  #quote .b2b-trust-strip strong {
    font-size: 11.5px !important;
    line-height: 1.25 !important;
  }

  #quote .b2b-trust-strip span {
    margin-top: 4px !important;
    font-size: 9.75px !important;
    line-height: 1.32 !important;
  }

  #quote .b2b-support-links {
    width: calc(100% - 24px) !important;
    max-width: 410px !important;
    margin-top: 13px !important;
  }

  /* Footer: quieter accordion rhythm and clean bottom finish */
  .footer {
    padding: 25px 16px 88px !important;
  }

  .footer-grid,
  .footer-bottom {
    max-width: 410px !important;
  }

  .footer-col h2,
  .footer-col h3,
  .footer h2,
  .footer h3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    font-size: 15.5px !important;
    letter-spacing: -0.01em !important;
  }

  .footer-col h2::after,
  .footer-col h3::after {
    font-size: 18px !important;
    font-weight: 500 !important;
  }

  .footer-col .footer-drop a {
    margin: 6px 0 !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
  }

  .footer-bottom {
    margin-top: 18px !important;
    padding-top: 14px !important;
    font-size: 10.5px !important;
    line-height: 1.45 !important;
  }

  /* Touch-first behavior: prevent hover effects from feeling sticky on mobile */
  .home-diamond-categories a,
  .manufacturing-process-list a,
  #quote button,
  #quote a {
    -webkit-tap-highlight-color: transparent !important;
  }
}

@media (max-width: 380px) {
  .home-diamond-categories .hero-buttons-below-hero,
  .home-certified-grid,
  .home-loose-offer-grid,
  .home-special-detail-grid,
  .home-calibrated-center,
  .mid-gap-video-wrap,
  .image-showcase-stack.mid-gap-video-wrap,
  .home-diamond-categories > .manufacturing-bottom-video-wrap,
  .manufacturing-process-section,
  #quote .b2b-quote-form,
  #quote .b2b-review-panel,
  #quote .b2b-trust-strip,
  #quote .b2b-support-links {
    width: calc(100% - 18px) !important;
  }

  .hero-video {
    height: clamp(288px, 47svh, 360px) !important;
    min-height: 288px !important;
  }

  .hero .hero-rotator {
    left: 16px !important;
    right: 16px !important;
    bottom: 23px !important;
  }

  .home-diamond-categories .hero-buttons-below-hero a {
    font-size: 9.75px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    font-size: 11px !important;
  }
}

/* ===== V99 CORRECT: Restore mobile manufacturing process to V97 two-column layout only ===== */
@media (max-width: 700px) {
  .manufacturing-process-section {
    width: calc(100% - 24px) !important;
    max-width: 420px !important;
    margin: 4px auto 18px !important;
    padding: 16px 10px 12px !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 7px 20px rgba(17,17,17,.04) !important;
  }

  .manufacturing-process-section > h2 {
    margin: 0 0 13px !important;
    padding: 0 2px !important;
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
    font-size: clamp(15px, 4.35vw, 18px) !important;
    font-weight: 400 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.02em !important;
    white-space: normal !important;
  }

  .manufacturing-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    min-height: 62px !important;
    padding: 8px 8px !important;
    grid-template-columns: 27px minmax(0, 1fr) !important;
    column-gap: 7px !important;
    border: 1px solid #e2e5e8 !important;
    border-radius: 11px !important;
    background: #ffffff !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    box-shadow: none !important;
  }

  .manufacturing-process-list b {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
    border: 1px solid #c9cfd5 !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 380px) {
  .manufacturing-process-section {
    width: calc(100% - 16px) !important;
  }
  .manufacturing-process-list > div,
  .manufacturing-process-list > a {
    font-size: 10.5px !important;
  }
}

/* ===== V100 FINAL MOBILE HOME CARD CLASSIC POLISH ===== */
@media (max-width: 768px) {
  .section.home-diamond-categories {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .home-certified-grid,
  .home-loose-offer-grid,
  .home-special-detail-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .home-calibrated-center {
    width: 100% !important;
    margin: 0 !important;
  }

  .home-certified-grid > .certified-offer-card,
  .home-loose-offer-grid > .loose-supply-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 18px 18px 20px !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04) !important;
  }

  .home-calibrated-center > .home-calibrated-card.home-special-detail-card {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .home-certified-grid h3,
  .home-loose-offer-grid h3,
  .home-special-detail-grid h3,
  .home-calibrated-card h3 {
    text-align: center !important;
    font-size: clamp(18px, 5.8vw, 22px) !important;
    line-height: 1.15 !important;
    margin: 0 0 14px !important;
    letter-spacing: 0 !important;
  }

  .home-certified-grid h3::after,
  .home-loose-offer-grid h3::after,
  .home-special-detail-grid h3::after,
  .home-calibrated-card h3::after {
    margin: 10px auto 0 !important;
    width: 68px !important;
  }

  .certified-spec-list,
  .loose-spec-list,
  .home-special-spec-list {
    margin: 0 0 16px !important;
    padding-left: 18px !important;
  }

  .certified-spec-list li,
  .loose-spec-list li,
  .home-special-spec-list li {
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: #4a4a4a !important;
    margin-bottom: 8px !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .certified-spec-list li strong,
  .loose-spec-list li strong,
  .home-special-spec-list li strong {
    color: #1f1f1f !important;
  }

  .certified-more-btn,
  .loose-more-btn,
  .home-special-more-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    min-width: 140px !important;
    padding: 13px 18px !important;
    margin: auto auto 0 !important;
    font-size: 12px !important;
    letter-spacing: 0.08em !important;
    border-radius: 12px !important;
    text-transform: uppercase !important;
  }

  .home-certified-grid + br,
  .home-loose-offer-grid + br,
  .home-special-detail-grid + br {
    display: block !important;
    content: '' !important;
    margin: 4px 0 0 !important;
  }

  .floating-actions {
    right: 8px !important;
    bottom: 12px !important;
    gap: 8px !important;
    z-index: 40 !important;
  }

  .floating-action {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    border-radius: 12px !important;
    padding: 0 !important;
  }

  .floating-action .action-icon {
    width: 18px !important;
    height: 18px !important;
  }

  .floating-action .action-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .floating-action > span:not(.action-icon) {
    display: none !important;
  }
}

/* ===== V104 FINAL HOME MOBILE AUDIT FIXES — DESKTOP UNCHANGED ===== */
@media (max-width: 700px) {
  /* Calm the long homepage without changing its content. */
  .section.home-diamond-categories {
    padding-top: 22px !important;
    padding-bottom: 30px !important;
  }

  .home-diamond-categories > br,
  .home-certified-grid + br,
  .home-loose-offer-grid + br,
  .home-special-detail-grid + br {
    display: none !important;
  }

  .home-certified-grid,
  .home-loose-offer-grid,
  .home-special-detail-grid {
    gap: 14px !important;
  }

  .home-certified-grid > .certified-offer-card,
  .home-loose-offer-grid > .loose-supply-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    padding: 17px 16px 18px !important;
  }

  /* Footer remains an accordion, with better touch targets and less empty bottom space. */
  .footer {
    padding: 26px 16px 28px !important;
  }

  .footer-col h2,
  .footer-col h3,
  .footer h2,
  .footer h3 {
    min-height: 48px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  .footer-col .footer-drop a {
    display: flex !important;
    align-items: center !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 7px 0 !important;
    font-size: 13.5px !important;
    line-height: 1.35 !important;
  }

  .footer-bottom {
    margin-top: 18px !important;
    padding-top: 14px !important;
  }

  /* The mobile actions now live after the footer instead of covering page content. */
  body {
    padding-bottom: 0 !important;
  }

  .floating-actions {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom)) !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    background: #ffffff !important;
    border-top: 1px solid #dfe3e7 !important;
    box-shadow: none !important;
    z-index: auto !important;
  }

  .floating-action {
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    max-width: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.12) !important;
  }

  .floating-action .action-icon,
  .floating-action .action-icon svg {
    width: 19px !important;
    height: 19px !important;
  }
}

@media (max-width: 700px) {
  .hero,
  .hero-video-wrap,
  .hero-video {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hero,
  .hero-video-wrap {
    overflow: hidden !important;
  }
}

/* ===== V105 MOBILE HOME CARD GROUP SEPARATION FIX ONLY ===== */
@media (max-width: 700px) {
  /* Separate each independent homepage card group after V104 removed the BR spacing. */
  .home-certified-grid {
    margin-bottom: 16px !important;
  }

  .home-loose-offer-grid {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
  }

  .home-special-detail-grid {
    margin-top: 16px !important;
    margin-bottom: 18px !important;
  }

  .home-calibrated-center {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
  }

  /* Keep each button fully inside its own card. */
  .home-certified-grid > .certified-offer-card,
  .home-loose-offer-grid > .loose-supply-card,
  .home-special-detail-grid > .home-special-detail-card,
  .home-calibrated-card.home-special-detail-card {
    overflow: hidden !important;
  }

  .certified-more-btn,
  .loose-more-btn,
  .home-special-more-btn {
    position: relative !important;
    z-index: 1 !important;
    margin-bottom: 0 !important;
  }
}

/* ===== V128: clear classic image affordance for manufacturing process ===== */
.manufacturing-process-section > h2 {
  margin-bottom: 8px !important;
}

.manufacturing-process-hint {
  margin: 0 0 18px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #5b6065 !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.process-hint-icon {
  width: 22px !important;
  height: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 22px !important;
  border: 1px solid rgba(0, 0, 0, .42) !important;
  border-radius: 50% !important;
  color: #000000 !important;
  background: #fffdf8 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 11px !important;
}

.manufacturing-process-list > a.process-lightbox-link {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 14px !important;
  cursor: zoom-in !important;
}

.process-step-name {
  min-width: 0 !important;
}

.process-view-cue {
  min-height: 34px !important;
  padding: 7px 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  justify-self: end !important;
  border: 1px solid #d9dde1 !important;
  border-radius: 999px !important;
  background: #fafafa !important;
  color: #44484c !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  white-space: nowrap !important;
  transition: border-color 170ms ease, background-color 170ms ease, color 170ms ease, transform 170ms ease !important;
}

.process-view-cue svg {
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.6 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.manufacturing-process-list > a.process-lightbox-link:hover .process-view-cue,
.manufacturing-process-list > a.process-lightbox-link:focus-visible .process-view-cue {
  border-color: rgba(0, 0, 0, .58) !important;
  background: #fffaf0 !important;
  color: #000000 !important;
  transform: translateX(2px) !important;
}

@media (max-width: 700px) {
  .manufacturing-process-section > h2 {
    margin-bottom: 6px !important;
  }

  .manufacturing-process-hint {
    margin: 0 2px 11px !important;
    gap: 6px !important;
    font-size: 10.25px !important;
    line-height: 1.35 !important;
  }

  .process-hint-icon {
    width: 18px !important;
    height: 18px !important;
    flex-basis: 18px !important;
    font-size: 9px !important;
  }

  .manufacturing-process-list > a.process-lightbox-link {
    grid-template-columns: 27px minmax(0, 1fr) 25px !important;
    column-gap: 7px !important;
    min-height: 64px !important;
  }

  .process-view-cue {
    width: 25px !important;
    height: 25px !important;
    min-height: 25px !important;
    padding: 0 !important;
    gap: 0 !important;
    border-radius: 50% !important;
  }

  .process-view-text {
    display: none !important;
  }

  .process-view-cue svg {
    width: 13px !important;
    height: 13px !important;
  }

  .manufacturing-process-list > a.process-lightbox-link:hover .process-view-cue,
  .manufacturing-process-list > a.process-lightbox-link:focus-visible .process-view-cue {
    transform: none !important;
  }
}

@media (max-width: 360px) {
  .manufacturing-process-hint {
    font-size: 9.75px !important;
  }

  .manufacturing-process-list > a.process-lightbox-link {
    grid-template-columns: 26px minmax(0, 1fr) 23px !important;
    column-gap: 6px !important;
    min-height: 62px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .process-view-cue {
    width: 23px !important;
    height: 23px !important;
    min-height: 23px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-view-cue {
    transition: none !important;
  }
}

/* ===== V129: mobile process labels stay on one clean line ===== */
@media (max-width: 700px) {
  .manufacturing-process-list {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .manufacturing-process-list > a.process-lightbox-link {
    grid-template-columns: 30px minmax(0, 1fr) 25px !important;
    column-gap: 9px !important;
    min-height: 52px !important;
    padding: 9px 10px !important;
  }

  .manufacturing-process-list .process-step-name {
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 12.25px !important;
    line-height: 1.2 !important;
  }

  .manufacturing-process-list b {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 360px) {
  .manufacturing-process-list > a.process-lightbox-link {
    grid-template-columns: 28px minmax(0, 1fr) 23px !important;
    column-gap: 7px !important;
    min-height: 50px !important;
    padding: 8px 8px !important;
  }

  .manufacturing-process-list .process-step-name {
    font-size: 11.5px !important;
    letter-spacing: -0.01em !important;
  }

  .manufacturing-process-list b {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 10.5px !important;
  }
}

/* ===== V130: mobile Jewellery Manufacturing Process premium classic polish ===== */
@media (max-width: 700px) {
  .manufacturing-process-section {
    padding: 16px 12px 14px !important;
    border: 1px solid #d9dde1 !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fdfcf9 100%) !important;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.045) !important;
  }

  .manufacturing-process-section > h2 {
    margin: 0 2px 5px !important;
    color: #171717 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.018em !important;
  }

  .manufacturing-process-hint {
    margin: 0 2px 12px !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid #ebe6dc !important;
    color: #555b60 !important;
    font-size: 10.25px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
  }

  .process-hint-icon {
    width: 19px !important;
    height: 19px !important;
    flex-basis: 19px !important;
    border-color: rgba(0, 0, 0, 0.44) !important;
    background: #fffaf0 !important;
    color: #000000 !important;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08) !important;
  }

  .manufacturing-process-list {
    gap: 9px !important;
  }

  .manufacturing-process-list > a.process-lightbox-link {
    min-height: 54px !important;
    grid-template-columns: 32px minmax(0, 1fr) 27px !important;
    column-gap: 10px !important;
    padding: 10px 11px !important;
    border: 1px solid #dde1e5 !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fdfdfd 100%) !important;
    box-shadow:
      inset 2px 0 0 rgba(0, 0, 0, 0.34),
      0 4px 12px rgba(18, 24, 30, 0.035) !important;
    -webkit-tap-highlight-color: transparent !important;
    transition:
      border-color 160ms ease,
      background-color 160ms ease,
      box-shadow 160ms ease !important;
  }

  .manufacturing-process-list > a.process-lightbox-link:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.45) !important;
    outline-offset: 2px !important;
    border-color: rgba(0, 0, 0, 0.55) !important;
    box-shadow:
      inset 2px 0 0 rgba(0, 0, 0, 0.52),
      0 7px 18px rgba(18, 24, 30, 0.065) !important;
  }

  .manufacturing-process-list > a.process-lightbox-link:active {
    border-color: rgba(0, 0, 0, 0.48) !important;
    background: #fffaf2 !important;
  }

  .manufacturing-process-list b {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border: 1px solid #cfd5da !important;
    background: #ffffff !important;
    color: #171717 !important;
    box-shadow: 0 3px 9px rgba(18, 24, 30, 0.055) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  .manufacturing-process-list b::after {
    display: none !important;
  }

  .manufacturing-process-list .process-step-name {
    color: #202326 !important;
    font-size: 12.25px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.006em !important;
    white-space: nowrap !important;
  }

  .process-view-cue {
    width: 27px !important;
    height: 27px !important;
    min-height: 27px !important;
    border: 1px solid rgba(0, 0, 0, 0.34) !important;
    border-radius: 9px !important;
    background: #fffaf1 !important;
    color: #000000 !important;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06) !important;
  }

  .process-view-cue svg {
    width: 13px !important;
    height: 13px !important;
    stroke-width: 1.55 !important;
  }
}

@media (max-width: 360px) {
  .manufacturing-process-section {
    padding: 14px 10px 12px !important;
  }

  .manufacturing-process-section > h2 {
    font-size: 18.5px !important;
  }

  .manufacturing-process-list > a.process-lightbox-link {
    min-height: 51px !important;
    grid-template-columns: 29px minmax(0, 1fr) 25px !important;
    column-gap: 8px !important;
    padding: 9px 9px !important;
  }

  .manufacturing-process-list b {
    width: 29px !important;
    height: 29px !important;
    min-width: 29px !important;
    font-size: 10.25px !important;
  }

  .manufacturing-process-list .process-step-name {
    font-size: 11.35px !important;
    letter-spacing: -0.012em !important;
  }

  .process-view-cue {
    width: 25px !important;
    height: 25px !important;
    min-height: 25px !important;
    border-radius: 8px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .manufacturing-process-list > a.process-lightbox-link {
    transition: none !important;
  }
}

/* V147 — centred classic More Details link below the home manufacturing process */
.manufacturing-process-section .manufacturing-process-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 24px 0 0;
}

.manufacturing-process-section .manufacturing-process-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(168px, 100%);
  min-height: 44px;
  padding: 10px 24px;
  border: 1px solid #0b0b0b;
  border-radius: 9px;
  background: #0b0b0b;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.055em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap !important;
  flex-wrap: nowrap;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.manufacturing-process-section .manufacturing-process-more-btn:hover {
  background: #202020;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.manufacturing-process-section .manufacturing-process-more-btn:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.45);
  outline-offset: 3px;
}

.manufacturing-process-section .manufacturing-process-more-btn:active {
  transform: translateY(0);
}

@media (max-width: 700px) {
  .manufacturing-process-section .manufacturing-process-more {
    margin-top: 20px;
  }

  .manufacturing-process-section .manufacturing-process-more-btn {
    width: min(160px, 100%);
    min-height: 43px;
    padding: 10px 20px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .manufacturing-process-section .manufacturing-process-more-btn {
    transition: none;
  }
}

/* ===== V155: homepage From Concept to Finished Jewellery card ===== */
.home-manufacturing-concept {
  box-sizing: border-box;
  width: min(calc(100% - 40px), 1060px);
  margin: 34px auto 0;
  padding: clamp(24px, 3.4vw, 40px);
  border: 1px solid #d8d3cc;
  border-radius: 24px;
  background: linear-gradient(145deg, #fffefa 0%, #ffffff 58%, #fbf8f2 100%);
  box-shadow: 0 12px 32px rgba(21, 18, 14, 0.055);
  color: #171411;
}

.home-manufacturing-concept-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d9d3ca;
}

.home-manufacturing-concept-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  border: 1px solid #c9c1b6;
  border-radius: 50%;
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #655e56;
  background: #fff;
}

.home-manufacturing-concept-head h2 {
  margin: 0 0 7px !important;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.025em;
  color: #171411 !important;
}

.home-manufacturing-concept-head p {
  max-width: 760px;
  margin: 0 !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #675f57 !important;
}

.home-manufacturing-concept-grid {
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: center;
}

.home-manufacturing-concept-media {
  width: 100%;
  max-width: 380px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d3ccc2;
  border-radius: 18px;
  background: #f1ede7;
}

.home-manufacturing-concept-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-manufacturing-concept-media figcaption {
  padding: 10px 13px 12px;
  border-top: 1px solid #ded8cf;
  background: #fcfaf6;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.45;
  color: #6e665e;
}

.home-manufacturing-concept-copy {
  min-width: 0;
}

.home-manufacturing-concept-copy h3 {
  margin: 0 0 14px !important;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
  font-size: clamp(21px, 2.2vw, 29px) !important;
  line-height: 1.25 !important;
  color: #171411 !important;
}

.home-manufacturing-concept-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 22px;
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
}

.home-manufacturing-concept-copy li {
  position: relative;
  padding-left: 20px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.45;
  color: #2c2824;
}

.home-manufacturing-concept-copy li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.56em;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background: #827a71;
}

.home-manufacturing-concept-copy > p {
  max-width: 650px;
  margin: 0 !important;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
  color: #675f57 !important;
}

.home-manufacturing-concept-action {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.home-manufacturing-concept-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 46px;
  padding: 11px 24px;
  border: 1px solid #111;
  border-radius: 9px;
  background: #0e0e0e;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  color: #fff !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.home-manufacturing-concept-action a:hover {
  transform: translateY(-1px);
  background: #1b1b1b;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.19);
}

.home-manufacturing-concept-action a:focus-visible {
  outline: 3px solid rgba(17, 17, 17, 0.28);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .home-manufacturing-concept {
    width: calc(100% - 24px);
    margin-top: 22px;
    padding: 19px 15px 21px;
    border-radius: 18px;
  }

  .home-manufacturing-concept-head {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 18px;
  }

  .home-manufacturing-concept-index {
    width: 27px;
    height: 27px;
    font-size: 9px;
  }

  .home-manufacturing-concept-head h2 {
    font-size: clamp(21px, 6.2vw, 28px) !important;
    line-height: 1.2 !important;
  }

  .home-manufacturing-concept-head p {
    font-size: 12.5px !important;
    line-height: 1.55 !important;
  }

  .home-manufacturing-concept-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .home-manufacturing-concept-media {
    max-width: 360px;
    margin-inline: auto;
    border-radius: 15px;
  }

  .home-manufacturing-concept-copy h3 {
    font-size: 21px !important;
    text-align: center;
  }

  .home-manufacturing-concept-copy ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    max-width: 340px;
    margin: 0 auto 15px;
  }

  .home-manufacturing-concept-copy li {
    font-size: 13px;
  }

  .home-manufacturing-concept-copy > p {
    font-size: 13.5px !important;
    line-height: 1.58 !important;
    text-align: center;
  }

  .home-manufacturing-concept-action {
    padding-top: 20px;
  }

  .home-manufacturing-concept-action a {
    min-width: 158px;
    min-height: 44px;
  }
}

@media (max-width: 360px) {
  .home-manufacturing-concept {
    width: calc(100% - 18px);
    padding-inline: 12px;
  }

  .home-manufacturing-concept-head {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 8px;
  }

  .home-manufacturing-concept-head h2 {
    font-size: 20px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-manufacturing-concept-action a {
    transition: none;
  }
}

/* ===== V169: homepage concept section — text-only classic layout ===== */
.home-manufacturing-concept-grid {
  display: block;
}

.home-manufacturing-concept-copy {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 6px 0 2px;
}

.home-manufacturing-concept-copy h3 {
  margin-bottom: 20px !important;
  text-align: center;
}

.home-manufacturing-concept-copy ul {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 20px;
}

.home-manufacturing-concept-copy > p {
  max-width: 780px;
  margin: 0 auto !important;
  text-align: center;
}

@media (max-width: 760px) {
  .home-manufacturing-concept-copy {
    padding-top: 2px;
  }

  .home-manufacturing-concept-copy h3 {
    margin-bottom: 16px !important;
  }

  .home-manufacturing-concept-copy ul {
    max-width: 340px;
    margin-bottom: 16px;
  }
}

/* ===== V203: highlighted B2B Catalogue access on first hero video ===== */
.hero-video-wrap .hero-catalogue-action {
  position: absolute;
  right: clamp(24px, 3.3vw, 52px);
  bottom: clamp(28px, 5.2vh, 52px);
  z-index: 4;
  line-height: normal;
  pointer-events: auto;
}

.hero-video-wrap .hero-catalogue-link {
  width: auto !important;
  min-width: 220px;
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "kicker arrow"
    "main arrow";
  align-items: center;
  column-gap: 15px;
  row-gap: 2px;
  padding: 11px 16px 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.30),
    0 0 0 1px rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-decoration: none;
  transform: translateZ(0);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.hero-video-wrap .hero-catalogue-link::after {
  grid-area: arrow;
  content: "→";
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  font-size: 19px;
  line-height: 1;
  transform: none;
}

.hero-video-wrap .hero-catalogue-kicker {
  grid-area: kicker;
  display: block;
  color: #77716a;
  font: 800 8px/1.1 Inter, Arial, sans-serif;
  letter-spacing: .16em;
  white-space: nowrap;
}

.hero-video-wrap .hero-catalogue-main {
  grid-area: main;
  display: block;
  color: #111111;
  font: 800 13px/1.25 Inter, Arial, sans-serif;
  letter-spacing: .01em;
  white-space: nowrap;
}

.hero-video-wrap .hero-catalogue-link:visited {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

.hero-video-wrap .hero-catalogue-link:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  transform: translateY(-2px);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.34),
    0 0 0 3px rgba(255, 255, 255, 0.14);
}

.hero-video-wrap .hero-catalogue-link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.96);
  outline-offset: 4px;
  border-color: #111111;
  background: #ffffff;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

.hero-video-wrap .hero-catalogue-link:active {
  transform: translateY(0);
}

@media (max-width: 820px) {
  .hero-video-wrap .hero-catalogue-action {
    top: 14px;
    right: 12px;
    bottom: auto;
  }

  .hero-video-wrap .hero-catalogue-link {
    width: auto !important;
    min-width: 0;
    min-height: 44px;
    padding: 8px 11px 8px 12px;
    border-radius: 10px;
    column-gap: 9px;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.28);
  }

  .hero-video-wrap .hero-catalogue-kicker {
    font-size: 6.5px;
    letter-spacing: .13em;
  }

  .hero-video-wrap .hero-catalogue-main {
    font-size: 10.5px;
  }

  .hero-video-wrap .hero-catalogue-link::after {
    font-size: 15px;
  }
}

@media (max-width: 390px) {
  .hero-video-wrap .hero-catalogue-action {
    top: 10px;
    right: 9px;
  }

  .hero-video-wrap .hero-catalogue-link {
    min-height: 41px;
    padding: 7px 9px 7px 10px;
  }

  .hero-video-wrap .hero-catalogue-kicker {
    font-size: 6px;
  }

  .hero-video-wrap .hero-catalogue-main {
    font-size: 9.5px;
  }
}



/* ===== V234: natural-diamond page removal — remaining home supply cards ===== */
@media (min-width: 769px) {
  .home-certified-grid {
    grid-template-columns: minmax(0, 480px) !important;
    justify-content: center !important;
  }
}

/* ===== V235: mobile-only compact gap before From Concept to Finished Jewellery ===== */
@media (max-width: 700px) {
  .section.home-diamond-categories {
    padding-bottom: 8px !important;
  }

  .section.home-diamond-categories > .manufacturing-bottom-video-wrap {
    margin-bottom: 0 !important;
  }

  .section.home-diamond-categories + .home-manufacturing-concept {
    margin-top: 10px !important;
  }
}

/* ===== V237: mobile video 2/3 side spacing aligned with homepage cards ===== */
@media (max-width: 768px) {
  .section.home-diamond-categories > .mid-gap-video-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

/* ===== V239: last manufacturing video only — crop embedded top black strip ===== */
.manufacturing-bottom-video-wrap {
  background: #ffffff !important;
  overflow: hidden !important;
  aspect-ratio: 16 / 8.80 !important;
}

.manufacturing-bottom-video-wrap .mid-gap-video {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center bottom !important;
  background: #ffffff !important;
}

/* V244: Hide only the ROY DIAMOND footer brand toggle mark. */
.footer-col.footer-brand-col h2::after {
  content: none !important;
  display: none !important;
}

