:root {
  --ink: #171511;
  --muted: #646973;
  --line: #ded6c9;
  --surface: #fffdf8;
  --surface-soft: #f8f3ec;
  --surface-tint: #efe6d9;
  --accent: #213a57;
  --accent-dark: #102238;
  --metal: #bd9a60;
  --metal-dark: #8b6837;
  --shadow: 0 28px 70px rgba(31, 35, 44, 0.12);
  --jewel-bg: #f7f7f5;
  --jewel-bg-soft: #fbfbfa;
}

/* NKGEM luxury commerce pass - 2026-07-09
   Keeps the site closer to jewelry ecommerce references: brighter, product-first,
   less PPT-like framing, and cleaner mobile buying paths. */
.top-announcement {
  background: #050505;
  color: #ffffff;
  letter-spacing: 0.13em;
}

.site-header {
  border-bottom: 1px solid #ececec;
  background: rgba(255, 255, 255, 0.98);
}

.site-nav a {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.home-luxury-page,
.collection-page,
.pdp-page {
  background: #ffffff;
}

.home-luxury-page .luxury-hero {
  border-bottom: 1px solid #efefef;
  background: #ffffff;
}

.home-luxury-page .luxury-hero-copy h1,
.luxury-section-heading h2,
.collection-shelf-heading h2,
.collection-hero h1 {
  font-weight: 400;
}

.home-luxury-page .luxury-hero-media,
.collection-hero {
  background: #fafafa;
}

.home-luxury-page .luxury-hero-media img {
  filter: saturate(0.96) contrast(1.03);
}

.luxury-settings-section {
  padding-top: clamp(34px, 4.4vw, 68px);
}

.luxury-section-heading {
  max-width: 900px;
}

.home-jewelry-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 60px) clamp(18px, 2.4vw, 34px);
}

.home-jewelry-card,
.collection-product-card {
  align-content: start;
}

.home-jewelry-card .collection-product-media,
.collection-product-card .collection-product-media {
  aspect-ratio: 1 / 1.1;
  border: 0;
  background: #fafafa;
  box-shadow: none;
}

.home-jewelry-card .collection-product-media img,
.collection-product-card .collection-product-media img {
  width: 100%;
  height: 100%;
  padding: clamp(8px, 1.4vw, 18px);
  object-fit: contain;
  object-position: center;
  transform: none;
}

.home-jewelry-card .collection-product-media-stack img,
.collection-product-card .collection-product-media-stack img {
  transform: translateX(0) scale(1);
}

.home-jewelry-card .collection-product-media-stack img.is-active,
.collection-product-card .collection-product-media-stack img.is-active {
  transform: translateX(0) scale(1);
}

.home-jewelry-card:hover .collection-product-media-stack img.is-active,
.collection-product-card:hover .collection-product-media-stack img.is-active {
  transform: translateX(0) scale(1.035);
}

.home-jewelry-copy strong,
.collection-product-copy strong {
  font-size: clamp(19px, 1.35vw, 24px);
}

.home-jewelry-copy small,
.collection-product-copy small {
  max-width: 34ch;
  color: #565656;
}

.collection-card-controls {
  margin-top: 4px;
}

.collection-product-action,
.home-jewelry-copy em {
  border-bottom-width: 1px;
  letter-spacing: 0.12em;
}

.luxury-category-window {
  border-top: 1px solid #eeeeee;
}

.luxury-category-strip {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.luxury-category-strip a {
  min-height: 176px;
  background: #ffffff;
}

.luxury-category-strip img {
  width: min(100%, 148px);
  padding: 6px;
  object-fit: contain;
}

.luxury-duo-section {
  border-color: #eeeeee;
}

.luxury-process-band {
  border-color: #eeeeee;
  background: #ffffff;
}

.collection-hero {
  min-height: 0;
  border-bottom: 1px solid #eeeeee;
}

.collection-hero-copy {
  padding: clamp(26px, 4vw, 54px) clamp(18px, 5vw, 68px);
}

.collection-hero img {
  max-height: 360px;
  object-fit: cover;
}

.collection-filter-bar {
  position: sticky;
  top: 89px;
  z-index: 8;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.collection-product-section {
  padding-top: clamp(22px, 3vw, 42px);
}

.collection-shelf-heading {
  margin-bottom: clamp(22px, 3vw, 36px);
}

.collection-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(38px, 4.4vw, 70px) clamp(18px, 2.6vw, 38px);
}

.collection-build-path {
  margin-top: clamp(22px, 4vw, 54px);
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.collection-feature {
  border-color: #eeeeee;
}

.pdp-page .pdp-media-grid figure {
  background: #fafafa;
  box-shadow: none;
}

.pdp-page .pdp-media-grid img {
  object-fit: contain;
}

@media (max-width: 1020px) {
  .home-jewelry-grid,
  .collection-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-filter-bar {
    top: 84px;
  }
}

@media (max-width: 720px) {
  .top-announcement {
    min-height: 30px;
    padding: 4px 12px;
    font-size: 9px;
    line-height: 1.25;
    text-align: center;
  }

  .site-header {
    min-height: 58px;
  }

  .site-header.is-menu-open {
    background: #ffffff;
  }

  .site-header.is-menu-open .site-nav {
    padding: 18px 10px 32px;
  }

  .site-header.is-menu-open .site-nav a:not(.mobile-menu-extra) {
    min-height: 70px;
    border-bottom: 1px solid #111111;
    font-size: 20px;
    letter-spacing: 0.16em;
  }

  .site-nav .mobile-menu-extra {
    letter-spacing: 0.14em;
  }

  .home-luxury-page .luxury-hero-media {
    height: min(60vh, 390px);
  }

  .home-luxury-page .luxury-hero-media img {
    transform: none;
    object-fit: cover;
    object-position: center;
  }

  .home-luxury-page .luxury-hero-copy {
    text-align: center;
  }

  .home-luxury-page .luxury-hero-copy h1 {
    max-width: 360px;
    font-size: 33px;
    line-height: 1.05;
  }

  .home-luxury-page .luxury-hero-actions {
    justify-content: center;
  }

  .luxury-settings-section {
    padding: 34px 16px 44px;
  }

  .home-jewelry-grid,
  .collection-product-grid {
    gap: 34px 18px;
  }

  .home-jewelry-card .collection-product-media,
  .collection-product-card .collection-product-media {
    aspect-ratio: 1 / 1.08;
  }

  .home-jewelry-copy span,
  .collection-product-code {
    display: none;
  }

  .home-jewelry-copy strong,
  .collection-product-copy strong {
    font-size: 18px;
    line-height: 1.16;
  }

  .home-jewelry-copy small,
  .collection-product-copy small {
    display: block;
    font-size: 11px;
  }

  .home-jewelry-copy em,
  .collection-product-action {
    font-size: 10px;
  }

  .luxury-category-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .luxury-category-strip a {
    min-height: 134px;
    border-bottom: 1px solid #eeeeee;
  }

  .luxury-category-strip img {
    width: 92px;
  }

  .collection-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .collection-hero-copy {
    text-align: center;
  }

  .collection-hero img {
    display: none;
  }

  .collection-filter-bar {
    top: 88px;
  }

  .collection-build-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-build-path div {
    border-bottom: 1px solid #eeeeee;
  }
}

@media (max-width: 430px) {
  .home-jewelry-grid,
  .collection-product-grid {
    gap: 30px 14px;
  }

  .home-jewelry-card .collection-product-media img,
  .collection-product-card .collection-product-media img {
    padding: 6px;
  }

  .home-jewelry-copy strong,
  .collection-product-copy strong {
    font-size: 16px;
  }

  .home-jewelry-copy small,
  .collection-product-copy small {
    font-size: 10px;
    line-height: 1.35;
  }

  .collection-card-controls {
    min-height: 24px;
  }
}

/* 2026-07-10 storefront refinement: product-first editorial commerce */
:root {
  --ink: #101010;
  --line: #e6e4df;
  --jewel-bg: #f7f7f6;
  --jewel-bg-soft: #fbfbfa;
}

.top-announcement {
  min-height: 28px;
  padding: 0 14px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.site-header {
  min-height: 76px;
  padding: 0 clamp(22px, 3.2vw, 52px);
  border-bottom-color: #e7e6e3;
  background: rgba(255, 255, 255, 0.985);
}

.brand-logo {
  width: min(184px, 19vw);
  max-height: 48px;
}

.site-nav {
  gap: clamp(16px, 1.8vw, 28px);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.site-nav a,
.header-action,
.primary-action,
.secondary-action,
.filter-button,
.showcase-filter,
.quote-button {
  min-height: 38px;
}

.language-control select {
  width: 100px;
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid #151515;
  padding: 0 3px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-action {
  min-height: 38px;
  border: 1px solid #111111;
  padding: 0 14px;
  background: #111111;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-luxury-page .luxury-hero {
  grid-template-columns: minmax(340px, 0.39fr) minmax(0, 0.61fr);
  min-height: clamp(470px, 45vw, 560px);
  max-height: 600px;
}

.home-luxury-page .luxury-hero-copy {
  padding: clamp(42px, 5vw, 72px) clamp(30px, 4.6vw, 70px);
}

.home-luxury-page .luxury-hero-copy p {
  max-width: 31ch;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.home-luxury-page .luxury-hero-copy h1 {
  max-width: 8.8ch;
  margin: 15px 0 24px;
  font-size: clamp(48px, 4.45vw, 70px);
  line-height: 0.96;
}

.home-luxury-page .luxury-hero-media,
.home-luxury-page .luxury-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.home-luxury-page .luxury-hero-media img {
  object-fit: cover;
  object-position: center 56%;
}

.home-luxury-page .luxury-settings-section {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(44px, 5vw, 76px) clamp(22px, 4vw, 64px) clamp(58px, 6vw, 90px);
}

.home-luxury-page .luxury-section-heading {
  max-width: 720px;
  margin-bottom: clamp(28px, 3vw, 46px);
}

.home-luxury-page .luxury-section-heading p,
.collection-page .collection-hero .eyebrow {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-luxury-page .luxury-section-heading h2 {
  max-width: 15ch;
  font-size: clamp(38px, 3.45vw, 58px);
  line-height: 1.02;
}

.home-jewelry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 3vw, 46px);
}

.home-jewelry-card .collection-product-media,
.collection-product-card .collection-product-media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8f8f7;
}

.home-jewelry-card .collection-product-media-stack img,
.collection-product-card .collection-product-media-stack img,
.home-jewelry-card .collection-product-media-stack img.is-active,
.collection-product-card .collection-product-media-stack img.is-active {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
}

.home-jewelry-card:hover .collection-product-media-stack img.is-active,
.collection-product-card:hover .collection-product-media-stack img.is-active {
  transform: scale(1.075);
}

.home-jewelry-copy,
.collection-product-copy {
  padding-top: 8px;
}

.home-jewelry-copy strong,
.collection-product-copy strong {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 1.65vw, 27px);
  font-weight: 500;
  line-height: 1.08;
}

.home-jewelry-copy small,
.collection-product-copy small {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.45;
}

.collection-product-code,
.home-jewelry-copy > span {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.collection-product-action,
.home-jewelry-copy em {
  margin-top: 15px;
  padding-bottom: 4px;
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.collection-card-controls {
  min-height: 27px;
  margin-top: 10px;
}

.luxury-category-window {
  padding: clamp(44px, 5vw, 76px) clamp(22px, 4vw, 64px) 0;
  background: #fcfcfb;
}

.luxury-category-window .luxury-section-heading {
  max-width: 980px;
  margin: 0 auto clamp(28px, 3vw, 44px);
  text-align: center;
}

.luxury-category-window .luxury-section-heading h2 {
  max-width: none;
}

.luxury-category-strip {
  max-width: 1500px;
  margin: 0 auto;
  border-top: 1px solid #e6e4df;
}

.luxury-category-strip a {
  min-height: 194px;
  padding: 18px 10px 20px;
}

.luxury-category-strip img {
  width: min(100%, 150px);
  height: 128px;
  padding: 0;
  object-fit: contain;
}

.collection-page .collection-hero {
  min-height: 0;
  padding-top: clamp(42px, 5vw, 72px);
  background: #ffffff;
}

.collection-page .collection-hero-copy {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 44px) clamp(36px, 4vw, 54px);
}

.collection-page .collection-hero h1 {
  font-size: clamp(42px, 4.3vw, 66px);
  line-height: 1;
}

.collection-page .collection-filter-bar {
  top: 0;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  padding: 16px clamp(18px, 4vw, 64px) 13px;
  border-top: 1px solid #e6e4df;
  border-bottom: 1px solid #e6e4df;
}

.collection-page .collection-filter-bar button {
  min-height: 30px;
  border-bottom-color: transparent;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.collection-page .collection-filter-bar button:first-child,
.collection-page .collection-filter-bar button:hover {
  border-bottom-color: #111111;
}

.collection-page .collection-product-section {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 74px) clamp(22px, 4vw, 64px) clamp(64px, 7vw, 94px);
}

.collection-page .collection-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 64px) clamp(20px, 2.8vw, 42px);
}

.collection-page .collection-product-card .collection-product-media {
  aspect-ratio: 1 / 1.04;
}

.collection-page .collection-feature,
.luxury-duo-section,
.home-concierge-shop {
  border-color: #e6e4df;
}

.pdp-page .pdp-layout {
  max-width: 1500px;
  margin: 0 auto;
}

.pdp-page .pdp-media-grid figure {
  background: #f8f8f7;
}

.pdp-page .pdp-summary h1,
.pdp-page .pdp-details h2,
.pdp-page .pdp-style-advisor h2,
.pdp-page .pdp-faq-section h2 {
  font-weight: 500;
}

@media (max-width: 1020px) {
  .home-jewelry-grid,
  .collection-page .collection-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 62px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 0 14px;
  }

  .brand {
    grid-column: 2;
    justify-self: center;
  }

  .brand-logo {
    width: min(148px, 42vw);
    max-height: 40px;
  }

  .mobile-menu-button {
    grid-column: 1;
  }

  .language-control,
  .header-action {
    display: none;
  }

  .mobile-header-icons {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    gap: 0;
  }

  .mobile-icon-heart {
    display: none;
  }

  .site-header.is-menu-open .site-nav {
    top: 62px;
    padding: 28px 34px 36px;
  }

  .site-header.is-menu-open .site-nav a:not(.mobile-menu-extra) {
    min-height: 62px;
    border-bottom: 1px solid #151515;
    font-size: 15px;
    font-weight: 650;
    letter-spacing: 0.11em;
  }

  .site-header.is-menu-open .site-nav .mobile-menu-extra {
    min-height: 48px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }

  .home-luxury-page .luxury-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: none;
  }

  .home-luxury-page .luxury-hero-media {
    order: 1;
    height: min(56vh, 430px);
  }

  .home-luxury-page .luxury-hero-copy {
    order: 2;
    padding: 26px 22px 30px;
    text-align: center;
  }

  .home-luxury-page .luxury-hero-copy p {
    margin: 0 auto;
    font-size: 9px;
  }

  .home-luxury-page .luxury-hero-copy h1 {
    max-width: 9.6ch;
    margin: 12px auto 20px;
    font-size: clamp(42px, 11vw, 54px);
  }

  .home-luxury-page .luxury-hero-actions {
    justify-content: center;
  }

  .home-luxury-page .luxury-hero-actions .primary-action,
  .home-luxury-page .luxury-hero-actions .secondary-action {
    min-height: 42px;
    padding: 0 14px;
    font-size: 11px;
  }

  .home-luxury-page .luxury-settings-section {
    padding: 40px 16px 52px;
  }

  .home-luxury-page .luxury-section-heading {
    margin-bottom: 28px;
    text-align: center;
  }

  .home-luxury-page .luxury-section-heading h2 {
    max-width: 12ch;
    margin-right: auto;
    margin-left: auto;
    font-size: 34px;
  }

  .home-jewelry-grid,
  .collection-page .collection-product-grid {
    gap: 34px 14px;
  }

  .home-jewelry-copy strong,
  .collection-product-copy strong {
    font-size: 19px;
  }

  .home-jewelry-copy small,
  .collection-product-copy small {
    margin-top: 7px;
    font-size: 10px;
  }

  .collection-product-action,
  .home-jewelry-copy em {
    margin-top: 10px;
    font-size: 9px;
  }

  .luxury-category-window {
    padding: 42px 16px 0;
  }

  .luxury-category-window .luxury-section-heading h2 {
    font-size: 32px;
  }

  .luxury-category-strip a {
    min-height: 132px;
    padding: 12px 6px;
  }

  .luxury-category-strip img {
    width: 84px;
    height: 82px;
  }

  .collection-page .collection-hero {
    padding-top: 34px;
  }

  .collection-page .collection-hero-copy {
    padding: 0 18px 30px;
  }

  .collection-page .collection-hero h1 {
    font-size: 36px;
  }

  .collection-page .collection-filter-bar {
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding: 12px 18px 10px;
  }

  .collection-page .collection-filter-bar button {
    flex: 0 0 auto;
  }

  .collection-page .collection-product-section {
    padding: 34px 16px 58px;
  }
}

@media (max-width: 430px) {
  .top-announcement {
    min-height: 26px;
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .home-jewelry-grid,
  .collection-page .collection-product-grid {
    gap: 30px 12px;
  }

  .home-jewelry-card .collection-product-media-stack img,
  .collection-product-card .collection-product-media-stack img,
  .home-jewelry-card .collection-product-media-stack img.is-active,
  .collection-product-card .collection-product-media-stack img.is-active {
    transform: scale(1.06);
  }
}

@media (max-width: 720px) {
  .pdp-page .pdp-media-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    border-right: 0;
    border-bottom: 0;
  }

  .pdp-page .pdp-media-checks span {
    min-height: 34px;
    border-right: 1px solid #e8e3dc;
    border-bottom: 1px solid #e8e3dc;
    display: grid;
    place-items: center;
    font-size: 9px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.menu-open,
body.menu-open {
  overflow: hidden;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open .top-announcement {
  display: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.top-announcement {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #ffffff;
  background: #050505;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  min-height: 72px;
  padding: 0 clamp(20px, 3vw, 42px);
  border-bottom: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.mobile-menu-button {
  display: none;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.mobile-menu-button span {
  position: absolute;
  width: 24px;
  height: 1px;
  background: #111111;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.mobile-menu-button span:nth-child(1) {
  transform: translateY(-7px);
}

.mobile-menu-button span:nth-child(3) {
  transform: translateY(7px);
}

.site-header.is-menu-open .mobile-menu-button span:nth-child(1) {
  transform: rotate(45deg);
}

.site-header.is-menu-open .mobile-menu-button span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .mobile-menu-button span:nth-child(3) {
  transform: rotate(-45deg);
}

.brand {
  display: inline-flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  justify-self: center;
  min-width: 0;
}

.brand-logo {
  width: min(154px, 40vw);
  max-height: 44px;
  height: auto;
  object-fit: contain;
}

.site-nav {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  gap: clamp(14px, 2vw, 28px);
  justify-content: flex-start;
  min-width: 0;
  color: #171717;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav .mobile-menu-extra {
  display: none;
}

.site-nav a,
.header-action,
.primary-action,
.secondary-action,
.filter-button,
.showcase-filter,
.quote-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 0 13px;
  white-space: nowrap;
}

.site-nav a:hover {
  color: var(--ink);
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.language-control {
  display: inline-flex;
  grid-column: 3;
  grid-row: 1;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

.language-control label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.language-control select {
  min-height: 42px;
  width: 150px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 0 12px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  outline: none;
}

.language-control select:focus {
  border-color: var(--metal);
  box-shadow: 0 0 0 3px rgba(180, 138, 78, 0.16);
}

.mobile-header-icons {
  display: none;
}

.mobile-header-icons a {
  color: #111111;
}

.mobile-icon-search,
.mobile-icon-bag {
  position: relative;
  width: 34px;
  height: 34px;
}

.mobile-icon-search::before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  border: 2px solid #111111;
  border-radius: 50%;
  content: "";
}

.mobile-icon-search::after {
  position: absolute;
  right: 5px;
  bottom: 7px;
  width: 11px;
  height: 2px;
  background: #111111;
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
}

.mobile-icon-heart {
  width: 38px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
}

.mobile-icon-bag::before {
  position: absolute;
  right: 4px;
  bottom: 4px;
  left: 4px;
  height: 22px;
  border: 2px solid #111111;
  content: "";
}

.mobile-icon-bag::after {
  position: absolute;
  top: 2px;
  left: 11px;
  width: 12px;
  height: 12px;
  border: 2px solid #111111;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  content: "";
}

#google_translate_element {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.goog-te-banner-frame,
.goog-te-balloon-frame,
.goog-te-gadget {
  display: none !important;
}

body {
  top: 0 !important;
}

.header-action,
.primary-action {
  border: 1px solid var(--accent-dark);
  color: #ffffff;
  background: var(--accent-dark);
  font-weight: 700;
}

.header-action {
  grid-column: 4;
  grid-row: 1;
  max-width: 205px;
  min-width: 0;
  white-space: normal;
  text-align: center;
  line-height: 1.12;
}

.header-action:hover,
.primary-action:hover {
  border-color: var(--accent);
  background: var(--accent);
}

@media (min-width: 1181px) {
  .header-action {
    max-width: none;
    min-width: max-content;
    white-space: nowrap;
    line-height: 1;
  }
}

.secondary-action {
  border: 1px solid rgba(199, 165, 111, 0.46);
  color: var(--ink);
  background: var(--surface);
  font-weight: 700;
}

.secondary-action:hover {
  border-color: var(--accent);
  color: var(--accent-dark);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  color: #ffffff;
  background: #1f7a4d;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 16px 36px rgba(23, 21, 17, 0.22);
}

.floating-whatsapp:hover {
  background: #17613c;
}

main#top {
  display: flex;
  flex-direction: column;
}

main#top .home-hero-section {
  order: 1;
}

main#top .rc-signature-section {
  order: 2;
}

main#top .rc-detail-band {
  order: 3;
}

main#top .rc-service-section {
  order: 4;
}

main#top .home-category-rail {
  order: 5;
}

main#top .home-split-promos {
  order: 6;
}

main#top .home-price-section {
  order: 7;
}

main#top .home-concierge-shop {
  order: 8;
}

main#top .home-inquiry-section {
  order: 9;
}

.home-hero-section {
  border-bottom: 1px solid #e5e5e5;
  background: #f7f7f5;
}

.home-hero-slide {
  position: relative;
  min-height: clamp(500px, 48vw, 640px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(12, 18, 25, 0.5) 0%, rgba(12, 18, 25, 0.2) 46%, rgba(12, 18, 25, 0.04) 100%),
    url("./assets/pave-1ct.png") center center / cover no-repeat,
    #f7f7f5;
}

.home-hero-copy {
  position: absolute;
  bottom: clamp(42px, 5vw, 74px);
  left: clamp(28px, 4vw, 54px);
  z-index: 1;
  display: grid;
  gap: 24px;
  max-width: 620px;
  color: #ffffff;
}

.home-hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.5vw, 72px);
  font-weight: 500;
  line-height: 0.98;
  text-transform: none;
}

.home-hero-copy a {
  width: max-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #ffffff;
  padding: 0 28px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero-copy a:hover {
  color: #111111;
  background: #ffffff;
}

.home-hero-dots {
  position: absolute;
  right: 50%;
  bottom: 42px;
  display: flex;
  gap: 14px;
  transform: translateX(50%);
}

.home-hero-dots span {
  width: 9px;
  height: 9px;
  border: 1px solid #ffffff;
  background: transparent;
}

.home-hero-dots span.is-active {
  background: #ffffff;
}

.home-category-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  padding: 30px clamp(20px, 3vw, 40px) 24px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.home-category-rail a {
  display: grid;
  justify-items: center;
  gap: 11px;
  min-width: 0;
  color: #111111;
  text-align: center;
}

.home-category-rail img {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 18px;
  background: #f5f3ef;
  object-fit: contain;
  object-position: center;
}

.home-category-rail span {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-split-promos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.home-split-promos a {
  position: relative;
  min-height: clamp(390px, 39vw, 590px);
  overflow: hidden;
  color: #ffffff;
  background: #111111;
}

.home-split-promos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
  transition: transform 400ms ease;
}

.home-split-promos a:hover img {
  transform: scale(1.025);
}

.home-split-promos div {
  position: absolute;
  bottom: clamp(26px, 4vw, 46px);
  left: clamp(22px, 3vw, 42px);
  z-index: 1;
  display: grid;
  gap: 16px;
}

.home-split-promos h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 500;
  line-height: 1;
}

.home-split-promos span {
  width: max-content;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-price-section {
  padding: clamp(38px, 5vw, 64px) clamp(22px, 5vw, 72px);
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  text-align: center;
}

.home-price-section h2 {
  margin-bottom: 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.04;
}

.home-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-price-grid a {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111111;
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-price-grid a:hover {
  color: #ffffff;
  background: #111111;
}

.home-concierge-shop {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #111111;
}

.home-concierge-shop a {
  position: relative;
  min-height: clamp(360px, 32vw, 520px);
  display: block;
  overflow: hidden;
  color: #ffffff;
  background: #111111;
}

.home-concierge-shop a::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 22%, rgba(0, 0, 0, 0.66) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0));
  content: "";
}

.home-concierge-shop img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 420ms ease, opacity 420ms ease;
}

.home-concierge-shop a:hover img {
  opacity: 1;
  transform: scale(1.026);
}

.home-concierge-shop div {
  position: absolute;
  left: clamp(22px, 3vw, 44px);
  right: clamp(22px, 3vw, 44px);
  bottom: clamp(24px, 3vw, 42px);
  z-index: 1;
  display: grid;
  gap: 12px;
}

.home-concierge-shop span {
  width: max-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.82);
  padding-bottom: 6px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-concierge-shop strong {
  max-width: 520px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.25vw, 54px);
  font-weight: 500;
  line-height: 1;
}

main#top .home-inquiry-section {
  grid-template-columns: minmax(0, 0.44fr) minmax(360px, 0.56fr);
  gap: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #f7f5f0;
}

main#top .home-inquiry-section .quote-template {
  display: grid;
  align-content: center;
  min-height: 540px;
  margin: 0;
  border: 0;
  border-right: 1px solid #e5e0d7;
  border-radius: 0;
  padding: clamp(38px, 5vw, 76px);
  background: transparent;
}

main#top .home-inquiry-section .quote-template h2 {
  max-width: 520px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 500;
  line-height: 1.04;
}

main#top .home-inquiry-section .quote-template p:not(.eyebrow) {
  max-width: 560px;
  color: #555555;
  font-size: 15px;
  line-height: 1.7;
}

main#top .home-inquiry-section .quote-guide-actions {
  margin-top: 18px;
}

main#top .home-inquiry-section .inquiry-panel {
  position: static;
  display: grid;
  align-content: center;
  min-height: 540px;
  border: 0;
  border-radius: 0;
  padding: clamp(30px, 4vw, 62px);
  background: #ffffff;
  box-shadow: none;
}

main#top .home-inquiry-section .inquiry-panel h2 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 500;
  line-height: 1.08;
}

main#top .home-inquiry-section input,
main#top .home-inquiry-section select,
main#top .home-inquiry-section textarea {
  border-radius: 0;
  background: #fbfaf8;
}

.collection-page {
  background: #ffffff;
}

.collection-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  align-items: stretch;
  height: clamp(178px, 16vw, 230px);
  min-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.collection-hero-copy {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: clamp(22px, 2.8vw, 40px);
}

.collection-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 3.35vw, 52px);
  font-weight: 500;
  line-height: 1.02;
}

.collection-hero p:not(.eyebrow) {
  display: none;
  max-width: 520px;
  margin: 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.55;
}

.collection-hero img {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  object-fit: cover;
  object-position: center 52%;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.96), rgba(247, 247, 245, 0.98) 68%),
    linear-gradient(180deg, #ffffff, var(--jewel-bg));
}

.collection-filter-bar {
  display: flex;
  gap: 0;
  overflow-x: auto;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 clamp(18px, 3vw, 42px);
  background: #ffffff;
  scrollbar-width: none;
}

.collection-filter-bar::-webkit-scrollbar {
  display: none;
}

.collection-filter-bar button {
  min-height: 56px;
  border: 0;
  border-right: 1px solid #e5e5e5;
  padding: 0 clamp(18px, 3vw, 34px);
  color: #111111;
  background: #ffffff;
  font-size: 13px;
  cursor: default;
  white-space: nowrap;
}

.collection-filter-bar button:first-child {
  border-left: 1px solid #e5e5e5;
}

.collection-build-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.collection-build-path div {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  align-content: center;
  min-height: 76px;
  padding: 14px clamp(16px, 2vw, 28px);
  border-right: 1px solid #e5e5e5;
}

.collection-build-path div:last-child {
  border-right: 0;
}

.collection-build-path span {
  grid-row: span 2;
  color: #9b6a2f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.collection-build-path strong {
  color: #111111;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.collection-build-path small {
  color: #5f5a52;
  font-size: 12px;
  line-height: 1.38;
}

.collection-product-section {
  padding: clamp(24px, 2.4vw, 34px) clamp(16px, 3vw, 42px) clamp(46px, 5vw, 78px);
}

.collection-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(42px, 4.2vw, 66px) clamp(18px, 2vw, 28px);
}

.collection-product-card {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.collection-product-media {
  position: relative;
  aspect-ratio: 1.08 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  background: #fbfaf8;
}

.collection-product-media:focus-visible {
  outline: 1px solid #111111;
  outline-offset: 3px;
}

.collection-product-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  transition: transform 320ms ease;
}

.collection-product-media-stack {
  grid-template-columns: minmax(0, 1fr);
}

.collection-product-media-stack img {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateX(8px) scale(1.04);
}

.collection-product-media-stack img.is-active {
  opacity: 1;
  transform: translateX(0) scale(1.04);
}

.collection-card-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 18px;
  margin-top: 0;
}

.collection-card-controls button {
  width: 22px;
  height: 18px;
  border: 0;
  color: #111111;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.collection-card-controls button:hover,
.collection-card-controls button:focus-visible {
  color: #9b6a2f;
}

.collection-media-labels {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.collection-media-labels button {
  width: 5px;
  height: 5px;
  overflow: hidden;
  color: transparent;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.25);
  padding: 0;
  cursor: pointer;
  transition:
    width 180ms ease,
    background 180ms ease;
}

.collection-media-labels button.is-active {
  width: 18px;
  background: #111111;
}

.collection-product-card:hover .collection-product-media-stack img.is-active {
  transform: translateX(0) scale(1.075);
}

.collection-product-copy {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.collection-product-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.42vw, 21px);
  font-weight: 500;
  line-height: 1.12;
}

.collection-product-copy small {
  max-width: 30ch;
  color: #4f4b45;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.collection-product-action {
  width: max-content;
  margin-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #111111;
  color: #111111;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.collection-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  align-items: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.collection-feature > div {
  display: grid;
  gap: 16px;
  padding: clamp(34px, 5vw, 72px);
}

.collection-feature h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 500;
  line-height: 1.05;
}

.collection-feature p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: #555555;
  line-height: 1.75;
}

.collection-feature img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  padding: clamp(18px, 4vw, 50px);
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.98), rgba(247, 247, 245, 0.96) 70%),
    var(--jewel-bg);
}

.rc-hero-strip {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  background: #eeeeec;
}

.rc-hero-media {
  min-height: clamp(170px, 21vw, 255px);
  background:
    linear-gradient(90deg, rgba(238, 238, 236, 1) 0%, rgba(238, 238, 236, 0.88) 34%, rgba(238, 238, 236, 0.14) 64%),
    url("./assets/solitaire-1ct.png") 74% 48% / min(680px, 58vw) no-repeat,
    linear-gradient(90deg, #eeeeec, #f7f7f5);
}

.rc-signature-section {
  padding: clamp(26px, 4vw, 56px) clamp(22px, 3vw, 42px) clamp(48px, 6vw, 88px);
  background: #ffffff;
}

.rc-title {
  display: grid;
  justify-items: center;
  max-width: 820px;
  margin: 0 auto clamp(28px, 3.5vw, 44px);
  text-align: center;
}

.rc-title .eyebrow {
  display: none;
  margin-bottom: 12px;
  color: #6f5833;
}

.rc-title h1 {
  max-width: 820px;
  margin-bottom: 14px;
  font-family:
    Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.06;
}

.rc-title p:not(.eyebrow) {
  display: none;
  max-width: 690px;
  margin-bottom: 0;
  color: #555555;
  font-size: 15px;
}

.rc-settings-grid {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 28px;
}

.rc-setting-card {
  min-width: 0;
}

.rc-setting-gallery {
  position: relative;
  min-width: 0;
}

.rc-setting-image {
  display: none;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.98), rgba(247, 247, 245, 0.92) 74%),
    #ffffff;
}

.rc-setting-image.is-active {
  display: grid;
}

.rc-setting-image img {
  width: 92%;
  height: 92%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transition: transform 280ms ease;
}

.rc-setting-card:hover .rc-setting-image img {
  transform: scale(1.025);
}

.rc-private-visual {
  display: grid;
  place-items: center;
  border: 1px solid #e4e4e4;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(8, 12, 18, 0.04), rgba(8, 12, 18, 0.62)),
    linear-gradient(135deg, #0c1421, #030508);
}

.rc-setting-image.rc-private-visual:not(.is-active) {
  display: none;
}

.rc-setting-image.rc-private-visual.is-active {
  display: grid;
}

.rc-private-visual span {
  width: min(72%, 220px);
  border-top: 1px solid rgba(220, 197, 159, 0.62);
  border-bottom: 1px solid rgba(220, 197, 159, 0.62);
  padding: 18px 0;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
}

.rc-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 38px;
  margin-top: 10px;
}

.rc-gallery-arrow,
.rc-gallery-dot {
  border: 0;
  padding: 0;
  color: #111111;
  background: transparent;
  cursor: pointer;
}

.rc-gallery-arrow {
  width: 26px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  font-size: 31px;
  font-weight: 300;
  line-height: 1;
}

.rc-gallery-arrow:hover,
.rc-gallery-arrow:focus-visible {
  color: #6f5833;
}

.rc-gallery-dot {
  width: 5px;
  height: 5px;
  background: #d5d5d5;
}

.rc-gallery-dot.is-active {
  background: #111111;
}

.rc-setting-copy {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  padding-top: 4px;
  text-align: center;
}

.rc-setting-copy h2 {
  margin-bottom: 0;
  color: #111111;
  font-family:
    Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.18;
}

.rc-setting-copy strong {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
}

.rc-setting-copy p {
  min-height: 44px;
  margin-bottom: 0;
  color: #606060;
  font-size: 14px;
  line-height: 1.45;
}

.rc-category-note {
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 780px;
  margin: clamp(30px, 4vw, 52px) auto 0;
  text-align: center;
}

.rc-category-note p {
  margin: 0;
  color: #5f5a52;
  font-size: 14px;
  line-height: 1.6;
}

.rc-category-note a {
  border-bottom: 1px solid #111111;
  padding-bottom: 4px;
  color: #111111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-setting-copy .quote-button {
  justify-self: center;
  min-height: 32px;
  margin-top: 7px;
  border: 0;
  border-bottom: 1px solid #111111;
  padding: 0 0 4px;
  color: #111111;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rc-setting-copy .quote-button:hover {
  color: #6f5833;
  background: transparent;
  border-color: #6f5833;
}

.rc-detail-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
  align-items: stretch;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.rc-detail-image {
  min-height: clamp(360px, 38vw, 520px);
  overflow: hidden;
  background: #f6f6f4;
}

.rc-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rc-detail-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(34px, 5vw, 70px);
}

.rc-detail-copy h2 {
  max-width: 420px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.04;
}

.rc-detail-copy p:not(.eyebrow) {
  max-width: 460px;
  margin-bottom: 6px;
  color: #555555;
  font-size: 15px;
}

.rc-detail-copy .secondary-action {
  justify-self: start;
  border-color: #111111;
  background: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rc-ways-section,
.rc-category-section {
  padding: clamp(46px, 6vw, 78px) clamp(22px, 3vw, 42px);
  background: #ffffff;
}

.rc-ways-section h2,
.rc-category-section h2 {
  margin-bottom: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 500;
  text-align: center;
}

.rc-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.rc-category-grid a {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 410px;
  align-content: center;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: clamp(18px, 2vw, 30px);
  background: #ffffff;
  text-align: center;
}

.rc-category-grid a:hover {
  background: #f7f7f5;
}

.rc-category-grid img {
  width: 100%;
  max-width: 310px;
  aspect-ratio: 1 / 1;
  padding: clamp(10px, 2vw, 28px);
  object-fit: contain;
}

.rc-category-grid span {
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.1;
}

.rc-category-grid strong {
  border-bottom: 1px solid #111111;
  padding-bottom: 4px;
  color: #111111;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-service-section {
  display: grid;
  min-height: clamp(360px, 38vw, 520px);
  place-items: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 52px);
  background: #f8f8f6;
  text-align: center;
}

.rc-service-section > div {
  display: grid;
  justify-items: center;
  max-width: 720px;
}

.rc-service-section h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.3vw, 62px);
  font-weight: 500;
  line-height: 1.04;
}

.rc-service-section p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 22px;
  color: #555555;
  font-size: 15px;
}

.rc-service-section .secondary-action {
  border-color: #111111;
  background: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rc-ways-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.rc-ways-grid a {
  display: grid;
  gap: 10px;
  min-height: 210px;
  align-content: center;
  padding: clamp(22px, 3vw, 38px);
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.rc-ways-grid a:hover {
  background: #f7f7f5;
}

.rc-ways-grid span {
  color: #6f5833;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.rc-ways-grid strong {
  color: #111111;
  font-size: 18px;
  line-height: 1.18;
}

.rc-ways-grid p {
  max-width: 340px;
  margin-bottom: 0;
  color: #606060;
  font-size: 14px;
}

.reference-collection-hero {
  display: grid;
  justify-items: center;
  padding: clamp(30px, 4vw, 48px) clamp(16px, 4vw, 56px) clamp(24px, 3vw, 36px);
  border-bottom: 1px solid #e8e8e8;
  background: #ffffff;
  text-align: center;
}

.reference-collection-hero .eyebrow {
  margin-bottom: 10px;
  color: #80643d;
}

.reference-collection-hero h1 {
  max-width: 840px;
  margin-bottom: 10px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}

.reference-collection-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: #5d5d5d;
  font-size: clamp(14px, 1.15vw, 16px);
}

.reference-collection-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.reference-collection-actions .primary-action,
.reference-collection-actions .secondary-action {
  min-height: 34px;
  padding: 0 14px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.collection-filter-section {
  display: flex;
  align-items: flex-end;
  gap: clamp(18px, 2.6vw, 34px);
  overflow-x: auto;
  padding: 18px clamp(20px, 3vw, 44px);
  border-bottom: 1px solid #e8e8e8;
  background: #ffffff;
  scrollbar-width: thin;
}

.filter-group {
  display: grid;
  flex: 0 0 auto;
  gap: 10px;
  min-width: max-content;
  border-right: 1px solid #e5e5e5;
  padding-right: clamp(18px, 2.2vw, 30px);
}

.filter-group:last-child {
  border-right: 0;
  padding-right: 0;
}

.filter-label {
  color: #626262;
  font-size: 13px;
  line-height: 1;
}

.shape-chips,
.metal-swatches,
.style-chips {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shape-chip,
.metal-swatch,
.showcase-filter {
  border: 1px solid #111111;
  background: #ffffff;
  color: #111111;
  cursor: pointer;
}

.shape-chip {
  width: 24px;
  height: 24px;
  min-height: 24px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.shape-chip.oval {
  width: 20px;
  height: 28px;
}

.shape-chip.emerald {
  border-radius: 4px;
}

.shape-chip.pear {
  border-radius: 50% 50% 50% 8px;
  transform: rotate(45deg);
}

.shape-chip.pear::first-letter {
  transform: rotate(-45deg);
}

.shape-chip.cushion {
  border-radius: 7px;
}

.shape-chip.plus {
  border: 0;
  background: #e9e9e9;
  font-size: 15px;
}

.metal-swatch {
  width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  border-color: #dddddd;
  border-radius: 999px;
}

.metal-swatch.white {
  background: linear-gradient(135deg, #cfd3d6 0%, #ffffff 54%, #f0f0f0 100%);
}

.metal-swatch.yellow {
  background: linear-gradient(135deg, #b88d34 0%, #f7e29b 52%, #d0a951 100%);
}

.metal-swatch.rose {
  background: linear-gradient(135deg, #b77b66 0%, #f1c9b5 54%, #c69073 100%);
}

.metal-swatch.platinum {
  background: linear-gradient(135deg, #d9dee2 0%, #ffffff 50%, #adb5bd 100%);
}

.showcase-filter {
  min-height: 32px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.showcase-filter.is-active,
.showcase-filter:hover {
  color: #ffffff;
  background: #111111;
}

.lead-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  gap: 10px;
  color: #111111;
  font-size: 14px;
  white-space: nowrap;
}

.lead-toggle::before {
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #111111;
  content: "";
}

.lead-toggle::after {
  position: absolute;
  left: 22px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ffffff;
  content: "";
}

.popular-settings-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.24fr) minmax(0, 0.76fr);
  min-height: 430px;
  border-bottom: 1px solid #e8e8e8;
  background: #ffffff;
}

.popular-settings-copy {
  display: grid;
  align-content: center;
  padding: clamp(34px, 4vw, 54px) clamp(28px, 4vw, 58px);
  background: #f7f7f5;
}

.popular-settings-copy h2 {
  max-width: 330px;
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.8vw, 44px);
  font-weight: 500;
  line-height: 1.08;
}

.popular-settings-copy p:not(.eyebrow) {
  max-width: 360px;
  margin-bottom: 0;
  color: #676767;
  font-size: 14px;
}

.popular-arrows {
  display: flex;
  gap: 42px;
  margin-top: 76px;
  color: #555555;
  font-size: 24px;
  font-weight: 300;
}

.popular-settings-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.popular-setting-card {
  display: grid;
  align-content: center;
  gap: 9px;
  min-width: 0;
  padding: 28px clamp(14px, 2vw, 28px) 32px;
  border-left: 1px solid #e8e8e8;
  background: #ffffff;
}

.popular-setting-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f6f6f4;
  transition: transform 260ms ease;
}

.popular-setting-card:hover img {
  transform: translateY(-4px);
}

.popular-setting-card strong {
  margin-top: 5px;
  color: #111111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.popular-setting-card span {
  color: #646464;
  font-size: 13px;
}

.shop-grid-section {
  padding: clamp(58px, 7vw, 96px) clamp(20px, 3vw, 42px);
  border-bottom: 1px solid #e8e8e8;
  background: #ffffff;
}

.shop-grid-heading {
  display: grid;
  justify-items: center;
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.shop-grid-heading h2 {
  margin-bottom: 10px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.08;
  text-transform: uppercase;
}

.shop-grid-heading p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: #666666;
}

.shop-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 18px;
}

.shop-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
}

.shop-card.is-hidden {
  display: none;
}

.shop-card img,
.shop-card-visual {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f6f6f4;
}

.shop-card img {
  object-fit: cover;
}

.shop-card-visual {
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 24px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(7, 17, 30, 0.1), rgba(7, 17, 30, 0.86)),
    linear-gradient(135deg, #102238, #060b12);
}

.shop-card-visual span {
  width: fit-content;
  border-bottom: 1px solid rgba(210, 184, 139, 0.7);
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-card-visual strong {
  max-width: 240px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 500;
  line-height: 0.98;
}

.shop-card-body {
  display: grid;
  align-content: start;
  gap: 7px;
  padding-top: 15px;
}

.shop-card-body > span {
  color: #777777;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shop-card-body h3 {
  margin-bottom: 0;
  color: #111111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.18;
}

.shop-card-body p {
  margin-bottom: 0;
  color: #676767;
  font-size: 14px;
  line-height: 1.45;
}

.price-guide {
  color: #111111;
  font-size: 14px;
  font-weight: 500;
}

.shop-card .quote-button {
  justify-self: start;
  min-height: 36px;
  margin-top: 9px;
  padding: 0 16px;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.quote-confidence-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #e8e8e8;
  background: #ffffff;
}

.quote-confidence-row article {
  min-height: 150px;
  padding: clamp(24px, 3vw, 34px) clamp(24px, 4vw, 52px);
  border-right: 1px solid #e8e8e8;
}

.quote-confidence-row article:last-child {
  border-right: 0;
}

.quote-confidence-row span {
  display: block;
  margin-bottom: 14px;
  color: #8b6837;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.quote-confidence-row strong {
  display: block;
  margin-bottom: 8px;
  color: #111111;
  font-size: 16px;
}

.quote-confidence-row p {
  margin-bottom: 0;
  color: #666666;
  font-size: 13px;
}

main#top > .catalog-section {
  padding: clamp(52px, 7vw, 84px) clamp(18px, 5vw, 72px);
  background: #ffffff;
}

main#top > .catalog-section > .section-heading,
main#top > .catalog-section > .pricing-guide,
main#top > .catalog-section > .launch-value,
main#top > .catalog-section .sku-showcase,
main#top > .catalog-section .catalog-panel {
  display: none;
}

main#top > .catalog-section .catalog-layout {
  grid-template-columns: minmax(320px, 760px);
  justify-content: center;
}

main#top > .catalog-section .inquiry-panel {
  position: static;
  border-color: #e5e5e5;
  border-radius: 0;
  padding: clamp(22px, 3vw, 36px);
  background: #ffffff;
  box-shadow: none;
}

.metal-market {
  border-bottom: 1px solid rgba(199, 165, 111, 0.22);
  color: #ffffff;
  background: var(--accent-dark);
}

.metal-market.is-inline-reference,
.metal-market.is-top-reference {
  border: 1px solid rgba(199, 165, 111, 0.22);
  color: var(--ink);
  background: rgba(255, 253, 248, 0.96);
}

.metal-market.is-inline-reference {
  margin: -4px 0 26px;
}

.home-metal-reference {
  margin: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.metal-market.is-top-reference {
  position: relative;
  z-index: 5;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

.metal-market-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: center;
  padding: 12px clamp(18px, 4vw, 48px);
}

.metal-market.is-inline-reference .metal-market-inner {
  padding: 16px 18px;
}

.metal-market.is-top-reference .metal-market-inner {
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1fr);
  padding: 8px clamp(18px, 4vw, 52px);
}

.metal-market-copy {
  display: grid;
  gap: 2px;
}

.metal-market-kicker,
.metal-market-copy small,
.metal-market-item small {
  color: rgba(255, 255, 255, 0.72);
}

.metal-market.is-inline-reference .metal-market-kicker,
.metal-market.is-inline-reference .metal-market-copy small,
.metal-market.is-inline-reference .metal-market-item small,
.metal-market.is-top-reference .metal-market-kicker,
.metal-market.is-top-reference .metal-market-copy small,
.metal-market.is-top-reference .metal-market-item small {
  color: var(--muted);
}

.metal-market-kicker {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.metal-market-copy strong {
  font-size: 14px;
}

.metal-market.is-top-reference .metal-market-copy strong {
  font-size: 12px;
}

.metal-market-copy small {
  font-size: 12px;
}

.metal-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.metal-market-item {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.06);
}

.metal-market.is-inline-reference .metal-market-item,
.metal-market.is-top-reference .metal-market-item {
  border-color: rgba(23, 40, 68, 0.12);
  background: rgba(244, 239, 231, 0.72);
}

.metal-market.is-top-reference .metal-market-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 12px;
}

.metal-market-item span,
.metal-market-item strong,
.metal-market-item small {
  display: block;
}

.metal-market-item span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.metal-market.is-inline-reference .metal-market-item span,
.metal-market.is-top-reference .metal-market-item span {
  color: var(--metal-dark);
}

.metal-market-item strong {
  margin-top: 3px;
  font-size: 16px;
  line-height: 1.15;
}

.metal-market.is-top-reference .metal-market-item strong {
  margin-top: 0;
  font-size: 14px;
}

.metal-market-item small {
  margin-top: 3px;
  font-size: 11px;
}

.metal-market-item em {
  font-style: normal;
  font-weight: 800;
}

.metal-market-item em.is-up {
  color: #a7efca;
}

.metal-market-item em.is-down {
  color: #ffc6b8;
}

.commerce-hero {
  position: relative;
  display: flex;
  min-height: clamp(390px, calc(64svh - 72px), 520px);
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(44px, 6vw, 76px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.35) 62%, rgba(255, 255, 255, 0) 100%),
    url("./assets/solitaire-1ct.png") 78% 50% / min(780px, 56vw) no-repeat,
    linear-gradient(110deg, #ffffff 0%, #f6f6f6 54%, #eef1f4 100%);
  border-bottom: 1px solid #e8e8e8;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(560px, 100%);
  flex-direction: column;
  justify-content: center;
  padding-bottom: clamp(10px, 3vw, 28px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--metal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 700px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5.8vw, 74px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.commerce-hero h1 {
  max-width: 560px;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.02;
  color: var(--ink);
}

.commerce-hero .hero-intro {
  max-width: 560px;
  color: #56524b;
}

.commerce-hero .eyebrow {
  color: var(--metal-dark);
}

.commerce-hero .secondary-action {
  border-color: #171717;
  color: var(--accent-dark);
  background: rgba(255, 255, 255, 0.72);
}

.commerce-hero .secondary-action:hover {
  border-color: rgba(189, 154, 96, 0.72);
  color: var(--ink);
  background: #ffffff;
}

.studio-path-section {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #e8e8e8;
  background: #ffffff;
}

.studio-path-section a {
  display: grid;
  gap: 5px;
  min-height: 108px;
  align-content: center;
  padding: clamp(18px, 2.4vw, 26px) clamp(20px, 4vw, 46px);
  border-right: 1px solid #e8e8e8;
}

.studio-path-section a:last-child {
  border-right: 0;
}

.studio-path-section a:hover {
  background: #f7f7f7;
}

.studio-path-section span {
  color: #777777;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.studio-path-section strong {
  max-width: 300px;
  color: #111111;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.18;
}

.studio-path-section small {
  max-width: 360px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.hero-product-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) minmax(180px, 0.9fr);
  grid-auto-rows: minmax(150px, 1fr);
  gap: 12px;
  align-self: stretch;
  min-height: 520px;
}

.hero-product-card {
  position: relative;
  display: grid;
  align-content: end;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 237, 0.18);
  border-radius: 8px;
  color: #ffffff;
  background: #071426;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.hero-product-card-main {
  grid-row: span 2;
}

.hero-product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.03);
  transform: scale(1.01);
}

.hero-product-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 20, 38, 0.04) 20%, rgba(7, 20, 38, 0.72) 100%),
    linear-gradient(90deg, rgba(7, 20, 38, 0.16), rgba(7, 20, 38, 0));
}

.hero-product-card > div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 16px;
}

.hero-product-card span {
  color: rgba(216, 184, 124, 0.96);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-product-card strong {
  max-width: 320px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.02;
}

.hero-product-card:not(.hero-product-card-main) strong {
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
}

.hero-product-card small {
  color: rgba(255, 248, 237, 0.68);
  font-size: 12px;
}

.jewelry-window-section {
  display: grid;
  grid-template-columns: minmax(230px, 0.24fr) minmax(0, 0.76fr);
  gap: clamp(20px, 4vw, 50px);
  align-items: stretch;
  padding: clamp(56px, 7vw, 90px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid #e8e8e8;
  background: #ffffff;
}

.jewelry-window-section .compact-heading {
  display: grid;
  align-content: center;
  margin-bottom: 0;
}

.jewelry-window-section h2 {
  max-width: 360px;
  margin-bottom: 0;
  font-size: clamp(28px, 2.4vw, 32px);
}

.jewelry-window-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.jewelry-window-grid a {
  position: relative;
  display: grid;
  grid-template-rows: minmax(260px, 1fr) auto;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jewelry-window-grid .jewelry-window-feature {
  grid-row: auto;
  min-height: 0;
}

.jewelry-window-grid img {
  width: 100%;
  height: 300px;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
  transition: transform 280ms ease;
  background: #f7f7f7;
}

.jewelry-window-grid a:hover img {
  transform: scale(1.03);
}

.jewelry-window-grid span {
  position: static;
  padding: 14px 0 0;
  color: #111111;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.featured-style-section {
  padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid #e8e8e8;
  background: #ffffff;
}

.featured-style-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  justify-items: center;
  margin-bottom: 34px;
  text-align: center;
}

.featured-style-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-family: inherit;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.featured-style-heading p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.featured-style-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.featured-style-card {
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.featured-style-card.featured {
  grid-template-rows: minmax(360px, 1fr) auto;
}

.featured-style-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  background: #f7f7f7;
}

.featured-style-card.featured img {
  min-height: 360px;
}

.featured-style-card div {
  display: grid;
  gap: 8px;
  padding: 18px 0 0;
}

.featured-style-card span {
  color: var(--metal-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-style-card h3 {
  margin-bottom: 0;
  color: #111111;
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.18;
}

.featured-style-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.featured-style-card strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
}

.featured-style-card .primary-action,
.featured-style-card .secondary-action {
  justify-self: start;
  margin-top: 6px;
}

.hero-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(189, 154, 96, 0.18);
  border-bottom: 1px solid rgba(189, 154, 96, 0.18);
  background: #fbf6ee;
}

.hero-proof-strip div {
  min-height: 150px;
  padding: clamp(20px, 3vw, 34px) clamp(18px, 4vw, 44px);
  border-right: 1px solid rgba(189, 154, 96, 0.18);
}

.hero-proof-strip div:last-child {
  border-right: 0;
}

.hero-proof-strip span {
  display: block;
  margin-bottom: 16px;
  color: var(--metal-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.hero-proof-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-dark);
  font-size: 16px;
}

.hero-proof-strip p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.signature-entry-section {
  display: none;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(62px, 8vw, 112px) clamp(18px, 5vw, 72px);
  color: var(--ink);
  background:
    linear-gradient(115deg, #fffdf8 0%, #f8f0e4 55%, #eef4f8 100%);
  border-top: 1px solid rgba(189, 154, 96, 0.18);
  border-bottom: 1px solid rgba(189, 154, 96, 0.18);
}

.signature-entry-copy {
  max-width: 560px;
}

.signature-entry-copy .eyebrow {
  color: var(--metal-dark);
}

.signature-entry-copy h2 {
  max-width: 540px;
  color: var(--ink);
  font-size: clamp(36px, 5vw, 62px);
}

.signature-entry-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.signature-entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.signature-entry-actions .secondary-action {
  border-color: rgba(16, 34, 56, 0.22);
  color: var(--accent-dark);
  background: rgba(255, 253, 248, 0.74);
}

.signature-entry-visual {
  position: relative;
  min-height: clamp(430px, 54vw, 640px);
  overflow: hidden;
  border: 1px solid rgba(189, 154, 96, 0.28);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 34px 90px rgba(16, 34, 56, 0.14);
}

.signature-entry-visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(430px, 54vw, 640px);
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
}

.signature-entry-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0) 42%, rgba(16, 34, 56, 0.36) 100%);
}

.signature-entry-ticket {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
  gap: 16px;
  align-items: end;
  border: 1px solid rgba(189, 154, 96, 0.26);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(10px);
}

.signature-entry-ticket span {
  color: var(--metal-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.signature-entry-ticket strong {
  display: block;
  color: var(--accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 500;
  line-height: 1;
}

.signature-entry-ticket p {
  grid-column: 2;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

h2 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0;
}

h4 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-intro,
.section-heading p {
  color: var(--muted);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-studio-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 680px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 237, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
}

.hero-studio-panel a {
  display: grid;
  gap: 6px;
  min-height: 86px;
  align-content: center;
  padding: 14px 16px;
  border-right: 1px solid rgba(23, 40, 68, 0.12);
}

.hero-studio-panel a:last-child {
  border-right: 0;
}

.hero-studio-panel a:hover {
  background: rgba(199, 165, 111, 0.12);
}

.hero-studio-panel span,
.hero-studio-panel strong {
  display: block;
}

.hero-studio-panel span {
  color: var(--metal-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-studio-panel strong {
  color: var(--accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.05;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 680px;
  margin-top: 34px;
  border: 1px solid rgba(23, 40, 68, 0.2);
  color: #ffffff;
  background: rgba(7, 20, 38, 0.82);
  backdrop-filter: blur(12px);
}

.hero-metrics span {
  min-height: 82px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.68);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.hero-metrics span:last-child {
  border-right: 0;
}

.hero-metrics strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 17px;
}

.concierge-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(217, 221, 228, 0.9);
  background: #ffffff;
}

.concierge-strip div {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 52px);
  border-right: 1px solid rgba(217, 221, 228, 0.92);
}

.concierge-strip div:last-child {
  border-right: 0;
}

.concierge-strip span {
  color: var(--metal-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.concierge-strip strong {
  color: var(--accent-dark);
  font-size: 15px;
  line-height: 1.2;
}

.atelier-route-section {
  display: none;
  grid-template-columns: minmax(300px, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
  padding: clamp(64px, 9vw, 122px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 246, 248, 0.98)),
    var(--surface-soft);
}

.atelier-route-heading {
  position: sticky;
  top: 104px;
  max-width: 560px;
}

.atelier-route-heading h2 {
  max-width: 560px;
  font-size: clamp(38px, 5vw, 60px);
}

.atelier-route-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.atelier-route-grid {
  display: grid;
  gap: 16px;
}

.atelier-route-card {
  position: relative;
  display: grid;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(7, 20, 38, 0.14);
  border-radius: 8px;
  color: #ffffff;
  background: var(--accent-dark);
  box-shadow: 0 28px 64px rgba(7, 20, 38, 0.12);
}

.atelier-route-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88);
  transform: scale(1.01);
}

.atelier-route-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.82), rgba(7, 20, 38, 0.32) 56%, rgba(7, 20, 38, 0.12)),
    linear-gradient(0deg, rgba(7, 20, 38, 0.46), rgba(7, 20, 38, 0));
}

.atelier-route-card > div {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 560px;
  padding: clamp(24px, 4vw, 40px);
}

.atelier-route-card span {
  display: inline-flex;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(182, 144, 92, 0.76);
  padding-bottom: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atelier-route-card h3 {
  max-width: 560px;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 4vw, 46px);
  font-weight: 500;
  line-height: 1;
}

.atelier-route-card p {
  max-width: 460px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
}

.route-feature {
  min-height: 420px;
}

.build-flow-section {
  display: none;
  grid-template-columns: minmax(300px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(22px, 4vw, 50px);
  align-items: start;
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8f3ec 100%);
  border-bottom: 1px solid rgba(189, 154, 96, 0.18);
}

.build-flow-section .eyebrow {
  color: var(--metal-dark);
}

.build-flow-copy h2 {
  max-width: 520px;
}

.build-flow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(189, 154, 96, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: #fffdf8;
}

.build-flow-list article {
  min-height: 260px;
  padding: 24px;
  border-right: 1px solid rgba(189, 154, 96, 0.18);
}

.build-flow-list article:last-child {
  border-right: 0;
}

.build-flow-list span {
  color: var(--metal-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.build-flow-list h3 {
  margin-top: 44px;
  color: var(--accent-dark);
}

.build-flow-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.capability-section {
  display: none;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(7, 20, 38, 0.04), rgba(255, 255, 255, 0) 46%),
    var(--surface-soft);
}

.capability-intro {
  align-self: center;
  max-width: 620px;
}

.capability-intro h2 {
  margin-bottom: 18px;
}

.capability-intro p {
  color: var(--muted);
  font-size: 17px;
}

.capability-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.capability-grid article {
  min-width: 0;
  min-height: 220px;
  border: 1px solid rgba(23, 21, 17, 0.1);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
}

.capability-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(180, 138, 78, 0.45);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--metal-dark);
  background: var(--surface);
  font-size: 12px;
  font-weight: 900;
}

.capability-grid h3 {
  margin-top: 18px;
}

.capability-grid p {
  color: var(--muted);
  font-size: 14px;
}

.catalog-section,
.brand-section,
.process-section,
.education-section,
.policy-section {
  padding: clamp(56px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.catalog-section,
.education-section {
  background: #ffffff;
}

.brand-section {
  display: none;
  background: var(--surface);
}

.section-heading {
  max-width: 840px;
  margin-bottom: 28px;
}

.compact-heading {
  margin-bottom: 18px;
}

.pricing-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 34px;
  border: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 24px 0;
  background: #ffffff;
}

.pricing-guide h3,
.quote-guide-pricing h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.pricing-guide p {
  color: var(--muted);
  margin-bottom: 0;
}

.price-band-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 10px;
}

.price-band-grid article {
  min-height: 104px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 16px;
  background: #ffffff;
}

.price-band-grid article:first-child {
  border-color: #111111;
  color: #ffffff;
  background: #111111;
}

.price-band-grid span,
.price-band-grid strong {
  display: block;
}

.price-band-grid span {
  color: var(--muted);
  font-size: 13px;
}

.price-band-grid article:first-child span,
.price-band-grid article:first-child strong {
  color: #ffffff;
}

.price-band-grid strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 21px;
}

.ring-builder-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
  border: 1px solid rgba(23, 40, 68, 0.18);
  background: #ffffff;
}

.ring-builder-strip article {
  min-height: 170px;
  padding: 22px;
  border-right: 1px solid rgba(23, 40, 68, 0.14);
}

.ring-builder-strip article:last-child {
  border-right: 0;
}

.ring-builder-strip span,
.ring-builder-strip strong {
  display: block;
}

.ring-builder-strip span {
  color: var(--metal-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.ring-builder-strip strong {
  margin-top: 22px;
  color: var(--accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
}

.ring-builder-strip p {
  margin-top: 12px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.launch-value {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 32px;
  border: 1px solid rgba(23, 40, 68, 0.18);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(23, 40, 68, 0.08), rgba(255, 255, 255, 0.92)),
    var(--surface);
}

.launch-value h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.launch-value p {
  color: var(--muted);
}

.value-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.value-proof-grid article {
  min-width: 0;
  min-height: 156px;
  border: 1px solid rgba(180, 138, 78, 0.32);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.74);
}

.value-proof-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(180, 138, 78, 0.42);
  border-radius: 999px;
  padding: 0 9px;
  color: var(--metal-dark);
  background: var(--surface-soft);
  font-size: 11px;
  font-weight: 900;
}

.value-proof-grid strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 16px;
}

.value-proof-grid p {
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 13px;
}

.quote-guide-pricing {
  margin-bottom: 28px;
}

.entity-grid,
.entity-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.entity-grid {
  margin-top: 18px;
}

.entity-grid article,
.entity-panel article {
  border: 1px solid rgba(180, 138, 78, 0.4);
  border-radius: 8px;
  padding: 18px;
  background: var(--surface);
}

.entity-grid span,
.entity-grid strong,
.entity-panel span,
.entity-panel strong {
  display: block;
}

.entity-grid span,
.entity-panel span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.entity-grid strong,
.entity-panel strong {
  margin-top: 8px;
  color: var(--accent-dark);
  font-size: 18px;
}

.brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.sku-showcase {
  display: none;
  margin: 0 0 32px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(23, 40, 68, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(231, 235, 242, 0.42)),
    var(--surface);
}

.sku-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sku-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23, 40, 68, 0.12);
  border-radius: 0;
  padding: 0;
  background: var(--surface);
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.05);
}

.sku-card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}

.sku-code {
  width: fit-content;
  margin: 16px 18px 12px;
  border: 1px solid rgba(180, 138, 78, 0.42);
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--metal-dark);
  background: var(--surface-soft);
  font-size: 12px;
  font-weight: 800;
}

.sku-card h3,
.sku-card h4 {
  margin-right: 18px;
  margin-left: 18px;
}

.sku-card p {
  margin-right: 18px;
  margin-left: 18px;
  color: var(--muted);
  font-size: 14px;
}

.sku-prices {
  display: grid;
  gap: 7px;
  margin: 4px 18px 16px;
}

.sku-prices span {
  display: block;
  border-left: 3px solid rgba(23, 40, 68, 0.72);
  padding: 7px 9px;
  color: var(--accent-dark);
  background: rgba(231, 235, 242, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.sku-card .quote-button {
  margin-top: auto;
  margin-right: 18px;
  margin-bottom: 18px;
  margin-left: 18px;
}

.sku-card .sku-detail-link {
  width: calc(100% - 36px);
  margin: -8px 18px 18px;
  font-size: 13px;
}

@media (min-width: 1181px) {
  .sku-card.featured-sku {
    display: grid;
    grid-column: span 2;
    grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
    grid-template-rows: auto auto auto 1fr auto auto;
    min-height: 520px;
    color: #ffffff;
    background: var(--accent-dark);
  }

  .sku-card.featured-sku img {
    grid-row: 1 / -1;
    height: 100%;
    aspect-ratio: auto;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 0;
    filter: saturate(0.9);
  }

  .sku-card.featured-sku .sku-code {
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.08);
  }

  .sku-card.featured-sku h3,
  .sku-card.featured-sku h4 {
    max-width: 360px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
  }

  .sku-card.featured-sku p {
    color: rgba(255, 255, 255, 0.7);
  }

  .sku-card.featured-sku .sku-prices span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-left-color: rgba(214, 181, 126, 0.9);
  }

  .sku-card.featured-sku .quote-button {
    border-color: #ffffff;
    color: var(--accent-dark);
    background: #ffffff;
  }

  .sku-card.featured-sku .quote-button:hover {
    color: #ffffff;
    background: transparent;
  }

  .sku-card.featured-sku .sku-detail-link {
    border-color: rgba(255, 255, 255, 0.28);
    color: #ffffff;
    background: transparent;
  }
}

.sku-detail-page {
  background: #ffffff;
}

.sku-detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(42px, 7vw, 86px) clamp(18px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}

.pdp-page {
  background: #ffffff;
}

.pdp-breadcrumb {
  display: flex;
  gap: 8px;
  padding: 16px clamp(16px, 3vw, 40px) 0;
  color: #666666;
  font-size: 12px;
}

.pdp-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pdp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  align-items: start;
  gap: clamp(30px, 4vw, 68px);
  padding: clamp(16px, 2.4vw, 30px) clamp(16px, 3vw, 42px) clamp(50px, 7vw, 92px);
}

.pdp-media-wrap {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.pdp-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pdp-media-grid figure {
  position: relative;
  aspect-ratio: 1 / 1.18;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  border: 1px solid #f0ece4;
  background: #faf9f7;
}

.pdp-media-grid img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.04);
  transition: transform 320ms ease;
}

.pdp-media-grid figure:first-child {
  grid-column: span 2;
  aspect-ratio: 1.18 / 1;
}

.pdp-media-grid figure:hover img {
  transform: scale(1.08);
}

.pdp-media-grid figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  padding: 5px 9px;
  color: #111111;
  background: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pdp-media-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid #e6e0d6;
  border-left: 1px solid #e6e0d6;
}

.pdp-media-checks span {
  flex: 1 1 120px;
  padding: 10px 11px;
  border-right: 1px solid #e6e0d6;
  border-bottom: 1px solid #e6e0d6;
  color: #4e4b45;
  background: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdp-summary {
  position: sticky;
  top: 98px;
  min-width: 0;
  padding: clamp(16px, 1.8vw, 24px) clamp(18px, 2.4vw, 32px);
  border-top: 1px solid #111111;
  border-bottom: 1px solid #e6e0d6;
  background: #ffffff;
}

.pdp-kicker {
  margin: 0 0 12px;
  color: #555555;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdp-summary h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.7vw, 54px);
  font-weight: 500;
  line-height: 1;
}

.pdp-subtitle {
  max-width: 620px;
  margin: 16px 0 0;
  color: #545454;
  font-size: 14px;
  line-height: 1.6;
}

.pdp-guide-price {
  margin: 18px 0 14px;
  padding: 14px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.pdp-guide-price span {
  display: block;
  color: #666666;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdp-guide-price strong {
  display: block;
  margin-top: 5px;
  color: #111111;
  font-size: 20px;
  font-weight: 600;
}

.pdp-build-mini {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 1px solid #e6e0d6;
  border-left: 1px solid #e6e0d6;
}

.pdp-build-mini div {
  min-width: 0;
  display: grid;
  gap: 4px;
  align-content: start;
  min-height: 76px;
  padding: 10px 9px;
  border-right: 1px solid #e6e0d6;
  border-bottom: 1px solid #e6e0d6;
}

.pdp-build-mini span {
  color: #8b6837;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.pdp-build-mini strong {
  color: #111111;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pdp-build-mini small {
  color: #5d5a54;
  font-size: 10px;
  line-height: 1.25;
}

.pdp-visual-note {
  display: grid;
  gap: 6px;
  margin-top: 14px;
  margin-bottom: 0;
  padding: 11px 0;
  border-top: 1px solid #e5e0d7;
  border-bottom: 1px solid #e5e0d7;
}

.pdp-visual-note strong {
  color: #111111;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdp-visual-note span {
  color: #5c5850;
  font-size: 13px;
  line-height: 1.55;
}

.pdp-assurance-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -2px 0 16px;
  border-top: 1px solid #e5ded3;
  border-left: 1px solid #e5ded3;
}

.pdp-assurance-row span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-right: 1px solid #e5ded3;
  border-bottom: 1px solid #e5ded3;
  color: #151515;
  background: #fbfaf8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.pdp-options {
  display: grid;
  gap: 14px;
  margin: 16px 0;
}

.pdp-option {
  display: grid;
  gap: 8px;
}

.pdp-option label,
.pdp-option span {
  color: #555555;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdp-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pdp-choice-row button,
.pdp-choice-row a {
  min-height: 38px;
  border: 1px solid #111111;
  padding: 0 13px;
  color: #111111;
  background: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pdp-choice-row button.is-selected,
.pdp-choice-row button:first-child {
  color: #ffffff;
  background: #111111;
}

.pdp-cta-row {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.pdp-cta-row .primary-action,
.pdp-cta-row .secondary-action {
  width: 100%;
  min-height: 46px;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pdp-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background: #ffffff;
}

.pdp-service-list article {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 5px;
  border-right: 1px solid #e1e1e1;
  padding: 18px clamp(16px, 4vw, 44px);
}

.pdp-service-list article:last-child {
  border-right: 0;
}

.pdp-service-list strong {
  font-size: 15px;
}

.pdp-service-list span {
  color: #666666;
  font-size: 13px;
}

.pdp-style-advisor {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 5vw, 70px);
  max-width: 1320px;
  margin: clamp(36px, 5vw, 72px) auto;
  padding: 0 clamp(18px, 4vw, 64px);
}

.pdp-style-advisor-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.pdp-style-advisor-copy h2 {
  max-width: 520px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 500;
  line-height: 1.04;
}

.pdp-style-advisor-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: #5d574f;
  line-height: 1.7;
}

.pdp-style-advisor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #e8e3dc;
}

.pdp-style-advisor-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 214px;
  border-right: 1px solid #e8e3dc;
  padding: clamp(20px, 2.5vw, 34px);
  background: #fffdf9;
}

.pdp-style-advisor-grid article:last-child {
  border-right: 0;
}

.pdp-style-advisor-grid span {
  color: #7a6b5a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdp-style-advisor-grid strong {
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.8vw, 28px);
  font-weight: 500;
  line-height: 1.18;
}

.pdp-advisor-link {
  grid-column: 2;
  justify-self: start;
  border-bottom: 1px solid #111111;
  padding-bottom: 5px;
  color: #111111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pdp-quote-lab {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.pdp-quote-lab-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 430px;
  padding: clamp(34px, 5vw, 72px);
  border-right: 1px solid #e5e5e5;
}

.pdp-quote-lab-copy h2 {
  max-width: 560px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.04;
}

.pdp-quote-lab-copy p:not(.eyebrow) {
  max-width: 610px;
  margin: 0;
  color: #555555;
  line-height: 1.75;
}

.pdp-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.pdp-proof-row span {
  border: 1px solid #ded6c9;
  padding: 8px 10px;
  color: #111111;
  background: #fbfaf8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pdp-spec-matrix {
  display: grid;
  align-content: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pdp-spec-matrix div {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 170px;
  padding: clamp(20px, 3vw, 34px);
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.pdp-spec-matrix div:nth-child(2n) {
  border-right: 0;
}

.pdp-spec-matrix div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.pdp-spec-matrix strong {
  color: #111111;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pdp-spec-matrix span {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 1.55;
}

.pdp-details {
  padding: clamp(42px, 6vw, 86px) clamp(16px, 3vw, 42px);
}

.pdp-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(26px, 5vw, 72px);
  max-width: 1260px;
  margin: 0 auto;
}

.pdp-detail-grid h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.05;
}

.pdp-accordions {
  display: grid;
  gap: 0;
  border-top: 1px solid #d8d8d8;
}

.pdp-accordions details {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}

.pdp-accordions summary {
  cursor: pointer;
  color: #111111;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pdp-accordions p {
  max-width: 760px;
  color: #555555;
  line-height: 1.75;
}

.pdp-faq-section {
  display: grid;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto clamp(46px, 6vw, 82px);
  padding: 0 clamp(18px, 4vw, 42px);
}

.pdp-faq-section h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 500;
  line-height: 1.06;
  text-align: center;
}

.pdp-faq-section > .eyebrow {
  text-align: center;
}

.pdp-faq-list {
  border-top: 1px solid #d9d4cc;
}

.pdp-faq-list details {
  border-bottom: 1px solid #d9d4cc;
  padding: 20px 0;
}

.pdp-faq-list summary {
  cursor: pointer;
  color: #111111;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pdp-faq-list p {
  max-width: 820px;
  color: #5d574f;
  line-height: 1.75;
}

.pdp-related {
  padding: clamp(44px, 6vw, 76px) clamp(16px, 3vw, 42px);
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
}

.pdp-related h2 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  text-align: center;
}

.pdp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pdp-related-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  align-content: start;
  text-align: center;
}

.pdp-related-card img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  background: #faf9f7;
}

.pdp-related-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
}

.pdp-related-card span {
  color: #666666;
  font-size: 13px;
}

.sku-detail-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: var(--surface-tint);
  box-shadow: 0 18px 44px rgba(23, 21, 17, 0.1);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(199, 165, 111, 0.24);
  background: var(--surface);
}

.trust-strip div {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 6px;
  border-right: 1px solid rgba(199, 165, 111, 0.2);
  padding: 20px clamp(18px, 4vw, 52px);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  color: var(--accent-dark);
  font-size: 16px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}

.sku-detail-copy {
  min-width: 0;
}

.sku-detail-copy h1 {
  max-width: 760px;
  margin: 12px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5.8vw, 72px);
  line-height: 0.96;
  letter-spacing: 0;
}

.sku-detail-copy .sku-code {
  margin: 0;
}

.sku-price-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.sku-price-panel article {
  min-width: 0;
  border: 1px solid rgba(180, 138, 78, 0.38);
  border-radius: 8px;
  padding: 16px;
  background: var(--surface);
}

.sku-price-panel span,
.sku-price-panel strong {
  display: block;
}

.sku-price-panel span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sku-price-panel strong {
  margin-top: 8px;
  color: var(--accent-dark);
  font-size: 18px;
  line-height: 1.25;
}

.sku-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sku-detail-actions .quote-button {
  margin: 0;
  color: #ffffff;
  background: var(--ink);
}

.sku-detail-actions .quote-button:hover {
  border-color: var(--accent);
  background: var(--accent);
}

.sku-detail-section {
  padding: clamp(48px, 7vw, 90px) clamp(18px, 4vw, 48px);
}

.sku-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  align-items: start;
  gap: 24px;
  background: var(--surface-soft);
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  align-items: start;
  gap: clamp(24px, 4vw, 42px);
}

.catalog-panel {
  min-width: 0;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.filter-button {
  min-height: 34px;
  border: 0;
  border-bottom: 1px solid transparent;
  color: #555555;
  background: transparent;
  cursor: pointer;
  padding: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.filter-button.is-active,
.filter-button:hover {
  border-color: #111111;
  color: #111111;
  background: transparent;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  gap: 22px 18px;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product-card.is-hidden {
  display: none;
}

.product-card img,
.stone-visual,
.atelier-visual {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.product-card img {
  object-fit: cover;
  background: #f7f7f7;
}

.product-card-text {
  background:
    linear-gradient(180deg, rgba(231, 235, 242, 0.72), rgba(255, 255, 255, 1) 45%),
    var(--surface);
}

.stone-visual {
  display: grid;
  place-items: center;
  color: var(--accent-dark);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.9) 0 18%, transparent 19%),
    linear-gradient(145deg, #e3eaf3, #ffffff);
  font-size: 54px;
  font-weight: 800;
}

.atelier-visual {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 22px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(7, 20, 38, 0.12), rgba(7, 20, 38, 0.82)),
    linear-gradient(135deg, #172844, #071426);
}

.atelier-visual span {
  width: fit-content;
  border-bottom: 1px solid rgba(182, 144, 92, 0.72);
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atelier-visual strong {
  max-width: 220px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 500;
  line-height: 0.98;
}

.product-copy {
  display: flex;
  min-width: 0;
  min-height: 310px;
  flex-direction: column;
  padding: 14px 0 0;
}

.product-type {
  margin-bottom: 8px;
  color: #777777;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-copy h3 {
  color: #111111;
  font-size: 18px;
  font-weight: 800;
}

.product-copy p {
  color: var(--muted);
  font-size: 14px;
}

.product-copy dl {
  display: grid;
  gap: 8px;
  margin: 8px 0 18px;
  color: var(--muted);
  font-size: 13px;
}

.product-copy dl div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px;
}

.product-copy dt {
  color: var(--ink);
  font-weight: 800;
}

.product-copy dd {
  margin: 0;
}

.quote-button {
  margin-top: auto;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: #ffffff;
  cursor: pointer;
  font-weight: 800;
}

.quote-button:hover {
  color: #ffffff;
  background: var(--ink);
}

.inquiry-panel {
  position: sticky;
  top: 92px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(23, 32, 29, 0.08);
}

.inquiry-panel h2 {
  font-size: 28px;
}

form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  gap: 14px;
}

label {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

select {
  min-height: 46px;
  appearance: auto;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--metal);
  box-shadow: 0 0 0 3px rgba(180, 138, 78, 0.16);
}

textarea {
  resize: vertical;
}

.form-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.form-actions.has-whatsapp {
  grid-template-columns: 1fr 1fr;
}

[hidden] {
  display: none !important;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.form-note a {
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
}

.process-list li {
  min-height: 170px;
  padding: 24px;
  background: var(--surface);
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  margin-bottom: 12px;
  font-size: 18px;
}

.process-list span {
  color: var(--muted);
}

.process-actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.guide-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.policy-grid {
  grid-template-columns: repeat(4, 1fr);
}

.guide-grid article,
.policy-grid article {
  min-height: 168px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
}

.guide-grid p,
.policy-grid p {
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 48px);
  color: #ffffff;
  background: var(--ink);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.7);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.86);
}

.footer-links a:hover {
  color: #ffffff;
}

.wholesale-page {
  background: #ffffff;
}

.wholesale-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  align-items: stretch;
  min-height: clamp(460px, 50vw, 640px);
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.wholesale-hero-copy {
  display: grid;
  align-content: center;
  max-width: 760px;
  padding: clamp(42px, 6vw, 90px) clamp(22px, 5vw, 76px);
}

.wholesale-hero-copy h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.8vw, 72px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
}

.wholesale-hero-copy p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 0;
  color: #555555;
  font-size: 16px;
  line-height: 1.65;
}

.wholesale-hero-media {
  position: relative;
  height: clamp(460px, 50vw, 640px);
  min-height: 100%;
  overflow: hidden;
  background: #f7f7f5;
}

.wholesale-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 52%;
}

.wholesale-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 54%, rgba(5, 5, 5, 0.48) 100%);
}

.wholesale-hero-media div {
  position: absolute;
  right: clamp(20px, 4vw, 54px);
  bottom: clamp(22px, 5vw, 64px);
  left: clamp(20px, 4vw, 54px);
  z-index: 1;
  max-width: 460px;
  color: #ffffff;
}

.wholesale-hero-media span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wholesale-hero-media strong {
  display: block;
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.04;
}

.wholesale-route-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.wholesale-route-strip article {
  min-height: 128px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 20px clamp(16px, 2.6vw, 34px);
  border-right: 1px solid #e5e5e5;
}

.wholesale-route-strip article:last-child {
  border-right: 0;
}

.wholesale-route-strip span {
  color: #8b6837;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.wholesale-route-strip strong {
  color: #111111;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wholesale-route-strip small {
  color: #5f5a52;
  font-size: 12px;
  line-height: 1.45;
}

.wholesale-program-section,
.wholesale-category-showcase {
  padding: clamp(48px, 6vw, 86px) clamp(18px, 3vw, 42px);
  background: #ffffff;
}

.wholesale-section-heading {
  display: grid;
  justify-items: center;
  max-width: 760px;
  margin: 0 auto clamp(28px, 4vw, 46px);
  text-align: center;
}

.wholesale-section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 500;
  line-height: 1.05;
}

.wholesale-program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.wholesale-program-grid article {
  min-height: 290px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(20px, 3vw, 36px);
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.wholesale-program-grid span {
  color: #8b6837;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wholesale-program-grid h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 1.05;
}

.wholesale-program-grid p {
  margin: 0;
  color: #555555;
  font-size: 14px;
  line-height: 1.65;
}

.wholesale-category-showcase {
  border-top: 1px solid #e5e5e5;
}

.wholesale-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wholesale-category-grid a {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #111111;
  text-align: center;
}

.wholesale-category-grid img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  background: #faf9f7;
}

.wholesale-category-grid span {
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.05;
}

.wholesale-category-grid strong {
  max-width: 290px;
  color: #555555;
  font-size: 12px;
  line-height: 1.45;
}

.wholesale-quality-band {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: clamp(48px, 7vw, 96px) clamp(18px, 5vw, 72px);
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #f8f8f6;
}

.wholesale-quality-band h2 {
  max-width: 760px;
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.02;
}

.wholesale-quality-band p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #555555;
  font-size: 16px;
  line-height: 1.7;
}

.wholesale-proof-list {
  display: grid;
  border-top: 1px solid #d8d8d8;
}

.wholesale-proof-list article {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-bottom: 1px solid #d8d8d8;
}

.wholesale-proof-list span {
  color: #8b6837;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wholesale-proof-list strong {
  color: #111111;
  font-size: 15px;
  line-height: 1.35;
}

.wholesale-inquiry-section {
  background: #ffffff;
}

.policy-page {
  background: var(--surface-soft);
}

.policy-hero,
.policy-content {
  max-width: 920px;
  margin: 0 auto;
  padding-right: clamp(18px, 4vw, 48px);
  padding-left: clamp(18px, 4vw, 48px);
}

.policy-hero {
  padding-top: clamp(48px, 8vw, 96px);
  padding-bottom: 30px;
}

.policy-hero h1 {
  max-width: 840px;
  font-size: clamp(38px, 5vw, 64px);
}

.policy-hero p,
.policy-content p {
  color: var(--muted);
  font-size: 16px;
}

.policy-content {
  display: grid;
  gap: 14px;
  padding-bottom: clamp(56px, 8vw, 96px);
}

.policy-content h2 {
  margin: 20px 0 0;
  font-size: 24px;
}

.policy-content a {
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quote-hero {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.62fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: end;
  padding-top: clamp(56px, 8vw, 104px);
  padding-bottom: clamp(28px, 5vw, 58px);
}

.quote-hero-copy h1 {
  max-width: 760px;
}

.quote-hero-copy p:not(.eyebrow) {
  max-width: 720px;
  font-size: 18px;
}

.quote-hero-panel {
  border: 1px solid rgba(23, 40, 68, 0.2);
  border-radius: 8px;
  padding: 24px;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(182, 144, 92, 0.2), rgba(7, 20, 38, 0)),
    var(--accent-dark);
  box-shadow: 0 24px 60px rgba(7, 20, 38, 0.18);
}

.quote-hero-panel span,
.quote-hero-panel strong,
.quote-hero-panel em {
  display: block;
}

.quote-hero-panel span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-hero-panel strong {
  margin-top: 14px;
  max-width: 280px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.04;
}

.quote-hero-panel p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.quote-hero-panel div {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.quote-hero-panel em {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}

.brand-hero-panel strong {
  max-width: 330px;
}

.brand-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(23, 40, 68, 0.18);
  background: var(--surface);
}

.brand-proof-strip article {
  min-height: 112px;
  padding: 18px;
  border-right: 1px solid rgba(23, 40, 68, 0.14);
}

.brand-proof-strip article:last-child {
  border-right: 0;
}

.brand-proof-strip span,
.brand-proof-strip strong {
  display: block;
}

.brand-proof-strip span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand-proof-strip strong {
  margin-top: 18px;
  color: var(--accent-dark);
  font-size: 18px;
}

.ring-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(23, 40, 68, 0.18);
  border-radius: 8px;
  background: var(--accent-dark);
  box-shadow: 0 26px 70px rgba(7, 20, 38, 0.18);
}

.ring-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

.ring-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 20, 38, 0) 34%, rgba(7, 20, 38, 0.86) 100%),
    linear-gradient(90deg, rgba(7, 20, 38, 0.38), rgba(7, 20, 38, 0));
}

.ring-hero-media div {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  color: #ffffff;
}

.ring-hero-media span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ring-hero-media strong {
  display: block;
  max-width: 420px;
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.04;
}

.ring-hero-media p {
  max-width: 420px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.entity-panel {
  margin-bottom: 18px;
}

.faq-content article {
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}

.faq-content article:last-child {
  border-bottom: 0;
}

.quote-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 14px;
}

.quote-guide-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
}

.quote-guide-grid span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: var(--accent);
  font-weight: 800;
}

.quote-guide-grid h2 {
  margin-top: 14px;
}

.quote-template {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
}

.quote-template pre {
  overflow-x: auto;
  margin: 0 0 18px;
  border-radius: 8px;
  padding: 18px;
  color: #ffffff;
  background: var(--ink);
  white-space: pre-wrap;
}

.quote-template code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 13px;
}

.quote-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quote-signal-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(23, 40, 68, 0.18);
  background: var(--surface);
}

.quote-signal-band article {
  min-height: 178px;
  padding: 22px;
  border-right: 1px solid rgba(23, 40, 68, 0.14);
}

.quote-signal-band article:last-child {
  border-right: 0;
}

.quote-signal-band span {
  display: block;
  color: var(--accent-dark);
  font-weight: 900;
}

.quote-signal-band p {
  margin-bottom: 0;
  font-size: 14px;
}

.quote-route-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 16px;
  border: 1px solid rgba(182, 144, 92, 0.34);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(182, 144, 92, 0.1), rgba(255, 255, 255, 0.9)),
    var(--surface);
}

.quote-route-panel h2 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.quote-route-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quote-route-links a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  font-weight: 900;
  text-decoration: none;
}

.quote-route-links a::after {
  content: ">";
  color: var(--metal-dark);
  font-size: 18px;
}

.quote-route-links a:hover {
  border-color: rgba(23, 40, 68, 0.28);
  background: #ffffff;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    row-gap: 0;
  }

  .site-nav {
    grid-column: 1;
    grid-row: 1;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .language-control {
    grid-column: 3;
    grid-row: 1;
  }

  .header-action {
    grid-column: 4;
    grid-row: 1;
  }

  .site-nav a {
    min-height: 32px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rc-settings-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rc-detail-band {
    grid-template-columns: minmax(0, 0.58fr) minmax(300px, 0.42fr);
  }

  .commerce-hero {
    min-height: auto;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 48%, rgba(255, 255, 255, 0.28) 100%),
      url("./assets/solitaire-1ct.png") right center / min(680px, 64vw) no-repeat,
      linear-gradient(110deg, #ffffff 0%, #f7f7f7 52%, #eef1f4 100%);
  }

  .hero-copy {
    width: min(760px, 100%);
  }

  .hero-product-board {
    min-height: 480px;
  }

  .jewelry-window-section {
    grid-template-columns: minmax(220px, 0.24fr) minmax(0, 0.76fr);
  }

  .jewelry-window-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .jewelry-window-grid .jewelry-window-feature {
    grid-row: span 1;
    min-height: 248px;
  }

  .featured-style-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sku-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .entity-grid,
  .entity-panel,
  .brand-proof-strip,
  .ring-builder-strip,
  .quote-hero,
  .quote-guide-grid,
  .quote-route-panel,
  .policy-grid,
  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-signal-band {
    grid-template-columns: minmax(0, 1fr);
  }

  .quote-signal-band article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 40, 68, 0.14);
  }

  .quote-signal-band article:last-child {
    border-bottom: 0;
  }

  .brand-proof-strip article:nth-child(2) {
    border-right: 0;
  }

  .brand-proof-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(23, 40, 68, 0.14);
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 64px;
    z-index: 40;
    padding: 0 20px;
  }

  .mobile-menu-button {
    position: relative;
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
    z-index: 43;
  }

  .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .language-control {
    display: none;
  }

  .mobile-header-icons {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    align-items: center;
    gap: 12px;
    justify-self: end;
    z-index: 42;
  }

  .site-nav {
    position: fixed;
    inset: 94px 0 0;
    z-index: 41;
    display: grid;
    grid-column: auto;
    grid-row: auto;
    align-content: start;
    gap: 0;
    overflow-y: auto;
    border-top: 1px solid #111111;
    padding: 54px 34px 42px;
    background: #ffffff;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition:
      opacity 180ms ease,
      transform 220ms ease;
  }

  .site-header.is-menu-open .site-nav {
    position: static;
    opacity: 1;
    pointer-events: auto;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr);
    border-top: 0;
    padding: 0;
    transform: translateX(0);
  }

  .site-nav a,
  .site-nav .mobile-menu-extra {
    width: 100%;
  }

  .site-header.is-menu-open .site-nav a:not(.mobile-menu-extra) {
    min-height: 82px;
    justify-content: flex-start;
    border-bottom: 1px solid #111111;
    padding: 0;
    color: #111111;
    font-size: clamp(18px, 4.6vw, 22px);
    font-weight: 400;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .site-nav a:not(.mobile-menu-extra)::after {
    margin-left: auto;
    content: "\25B6";
    font-size: 14px;
    font-weight: 400;
  }

  .site-nav .mobile-menu-extra {
    display: flex;
    min-height: 46px;
    justify-content: flex-start;
    border-bottom: 0;
    padding: 0;
    color: #111111;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.11em;
  }

  .site-header.is-menu-open .brand {
    display: none;
  }

  .site-header.is-menu-open .mobile-header-icons,
  .site-header.is-menu-open .language-control,
  .site-header.is-menu-open .header-action {
    display: none;
  }

  .site-header.is-menu-open {
    position: fixed;
    inset: 0;
    grid-template-columns: minmax(0, 1fr) 58px;
    grid-template-rows: 124px minmax(0, 1fr);
    align-items: start;
    gap: 0;
    min-height: 100dvh;
    padding: 0 34px;
    border-bottom: 0;
    overflow-y: auto;
    background: #ffffff;
    backdrop-filter: none;
  }

  .site-header.is-menu-open .mobile-menu-button {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    width: 56px;
    height: 56px;
    margin-top: 28px;
  }

  .site-header.is-menu-open .mobile-menu-button span {
    width: 38px;
    height: 1px;
  }

  .header-action {
    display: none;
  }

  .reference-collection-hero {
    padding: 46px 18px 36px;
  }

  .home-hero-slide {
    min-height: 600px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.26)),
      url("./assets/pave-1ct.png") center center / cover no-repeat,
      linear-gradient(180deg, #c9d6df 0%, #f7f7f5 100%);
  }

  .home-hero-copy {
    right: 24px;
    bottom: 78px;
    left: 24px;
    justify-items: center;
    text-align: center;
  }

  .home-hero-copy h1 {
    font-size: clamp(43px, 9.5vw, 62px);
    line-height: 0.98;
  }

  .home-category-rail {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 30px 10px 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-category-rail::-webkit-scrollbar {
    display: none;
  }

  .home-category-rail a {
    flex: 0 0 31vw;
    scroll-snap-align: start;
  }

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

  .home-split-promos a {
    min-height: 560px;
  }

  .home-concierge-shop,
  main#top .home-inquiry-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-concierge-shop a {
    min-height: 360px;
  }

  .home-concierge-shop strong {
    font-size: 34px;
  }

  main#top .home-inquiry-section .quote-template,
  main#top .home-inquiry-section .inquiry-panel {
    min-height: 0;
    padding: 34px 18px;
  }

  main#top .home-inquiry-section .quote-template {
    border-right: 0;
    border-bottom: 1px solid #e5e0d7;
  }

  .home-price-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .collection-hero {
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    min-height: 0;
  }

  .collection-hero-copy {
    padding: 34px 20px 24px;
  }

  .collection-hero img {
    display: none;
  }

  .collection-filter-bar {
    padding: 0 0 0 16px;
  }

  .collection-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 16px;
  }

  .collection-product-media {
    aspect-ratio: 1 / 1.16;
  }

  .collection-feature {
    grid-template-columns: minmax(0, 1fr);
  }

  .collection-feature img {
    min-height: 390px;
  }

  .rc-hero-media {
    min-height: 180px;
    background:
      linear-gradient(90deg, rgba(238, 238, 236, 1) 0%, rgba(238, 238, 236, 0.78) 42%, rgba(238, 238, 236, 0.06) 100%),
      url("./assets/solitaire-1ct.png") 88% 50% / min(560px, 76vw) no-repeat,
      linear-gradient(90deg, #eeeeec, #f7f7f5);
  }

  .rc-signature-section {
    padding: 42px 22px 58px;
  }

  .rc-title h1 {
    font-size: clamp(31px, 6vw, 44px);
  }

  .rc-settings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
  }

  .rc-setting-copy p {
    min-height: 0;
  }

  .rc-detail-band {
    grid-template-columns: minmax(0, 1fr);
  }

  .rc-detail-image {
    min-height: 420px;
  }

  .rc-ways-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rc-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rc-category-grid a {
    min-height: 330px;
  }

  .reference-collection-hero h1 {
    max-width: 720px;
    font-size: clamp(31px, 8.4vw, 48px);
  }

  .collection-filter-section {
    align-items: flex-start;
    padding: 18px;
  }

  .popular-settings-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .popular-settings-copy {
    padding: 34px 28px;
  }

  .popular-settings-copy h2,
  .popular-settings-copy p:not(.eyebrow) {
    max-width: 620px;
  }

  .popular-settings-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .popular-setting-card:nth-child(odd) {
    border-left: 0;
  }

  .popular-setting-card:nth-child(-n + 2) {
    border-bottom: 1px solid #e8e8e8;
  }

  .shop-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-confidence-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .quote-confidence-row article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
  }

  .quote-confidence-row article:last-child {
    border-bottom: 0;
  }

  .metal-market-inner {
    grid-template-columns: 1fr;
  }

  .metal-market.is-top-reference .metal-market-inner {
    grid-template-columns: 1fr;
  }

  .metal-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .capability-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .signature-entry-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .signature-entry-visual,
  .signature-entry-visual img {
    min-height: 420px;
  }

  .signature-entry-ticket {
    grid-template-columns: minmax(0, 1fr);
  }

  .signature-entry-ticket p {
    grid-column: auto;
  }

  .sku-detail-hero,
  .sku-inquiry-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 14px 16px 42px;
  }

  .pdp-media-wrap {
    gap: 10px;
  }

  .pdp-media-grid {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pdp-media-grid::-webkit-scrollbar {
    display: none;
  }

  .pdp-media-grid figure {
    flex: 0 0 74%;
    aspect-ratio: 1 / 1;
    scroll-snap-align: start;
  }

  .pdp-media-grid figure:first-child {
    grid-column: auto;
    aspect-ratio: 1 / 1;
  }

  .pdp-media-checks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pdp-media-checks span {
    padding: 8px 4px;
    font-size: 9px;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .pdp-summary {
    position: static;
    width: 100%;
    padding: 18px 0 0;
    border-top: 1px solid #111111;
    border-bottom: 0;
  }

  .pdp-build-mini {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdp-build-mini div {
    min-height: 84px;
  }

  .pdp-service-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-service-list article {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid #e1e1e1;
  }

  .pdp-service-list article:last-child {
    border-bottom: 0;
  }

  .pdp-quote-lab {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-quote-lab-copy {
    min-height: 0;
    padding: 36px 18px;
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .pdp-quote-lab-copy h2 {
    font-size: 36px;
  }

  .pdp-spec-matrix {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-spec-matrix div,
  .pdp-spec-matrix div:nth-child(2n),
  .pdp-spec-matrix div:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 22px 18px;
  }

  .pdp-spec-matrix div:last-child {
    border-bottom: 0;
  }

  .pdp-detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sku-price-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-guide {
    grid-template-columns: 1fr;
  }

  .launch-value {
    grid-template-columns: minmax(0, 1fr);
  }

  .value-proof-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .commerce-hero {
    min-height: 620px;
    padding-top: 46px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 44%, rgba(255, 255, 255, 0.22) 100%),
      url("./assets/solitaire-1ct.png") center bottom / min(620px, 92vw) no-repeat,
      linear-gradient(180deg, #ffffff 0%, #f7f7f7 70%, #eef1f4 100%);
    align-items: flex-start;
  }

  .jewelry-window-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .featured-style-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy {
    padding-bottom: 260px;
  }

  .studio-path-section,
  .hero-proof-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .studio-path-section a,
  .hero-proof-strip div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(189, 154, 96, 0.18);
  }

  .studio-path-section a:last-child,
  .hero-proof-strip div:last-child {
    border-bottom: 0;
  }

  .hero-studio-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-studio-panel a {
    min-height: 68px;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 40, 68, 0.12);
  }

  .hero-studio-panel a:last-child {
    border-bottom: 0;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .concierge-strip,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .concierge-strip div,
  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .concierge-strip div {
    border-bottom-color: rgba(217, 221, 228, 0.92);
  }

  .concierge-strip div:last-child,
  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .atelier-route-section,
  .build-flow-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .atelier-route-heading {
    position: static;
  }

  .atelier-route-card,
  .route-feature {
    min-height: 360px;
  }

  .build-flow-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .build-flow-list article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(189, 154, 96, 0.18);
  }

  .build-flow-list article:last-child {
    border-bottom: 0;
  }

  .ring-builder-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .ring-builder-strip article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 40, 68, 0.14);
  }

  .ring-builder-strip article:last-child {
    border-bottom: 0;
  }

  .start-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inquiry-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .top-announcement {
    min-height: 32px;
    padding: 4px 10px;
    font-size: 10px;
    line-height: 1.25;
  }

  .site-header {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 8px 10px;
    min-height: 62px;
    padding: 0 16px;
    overflow: visible;
  }

  .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .site-nav {
    grid-column: auto;
    grid-row: auto;
    inset: 94px 0 0;
    max-width: 100%;
    padding: 36px 34px 38px;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    padding: 0;
  }

  .site-header.is-menu-open .site-nav a:not(.mobile-menu-extra) {
    min-height: 78px;
    font-size: 19px;
  }

  .site-header.is-menu-open {
    inset: 0;
    grid-template-rows: 116px minmax(0, 1fr);
    min-height: 100dvh;
    padding: 0 34px;
  }

  .site-nav .mobile-menu-extra {
    min-height: 42px;
    font-size: 17px;
  }

  .brand-logo {
    width: min(154px, 48vw);
    max-height: 48px;
  }

  .mobile-header-icons {
    gap: 6px;
  }

  .mobile-icon-search,
  .mobile-icon-bag {
    width: 31px;
    height: 31px;
  }

  .mobile-icon-heart {
    width: 34px;
    height: 31px;
    font-size: 40px;
  }

  .header-action {
    padding: 0 12px;
    font-size: 13px;
  }

  .metal-market-inner {
    padding: 12px 14px;
  }

  .metal-market-copy small {
    display: none;
  }

  .metal-market-item {
    padding: 8px 10px;
  }

  .metal-market.is-top-reference .metal-market-item {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .metal-market-item strong {
    font-size: 14px;
  }

  .metal-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-collection-hero {
    padding: 38px 16px 32px;
  }

  .home-hero-slide {
    min-height: 510px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.32)),
      url("./assets/pave-1ct.png") center center / cover no-repeat,
      linear-gradient(180deg, #cad7df 0%, #f9f9f8 100%);
  }

  .home-hero-copy {
    bottom: 58px;
    gap: 18px;
  }

  .home-hero-copy h1 {
    font-size: 40px;
  }

  .home-hero-copy a {
    min-height: 42px;
    padding: 0 28px;
  }

  .home-hero-dots {
    bottom: 30px;
  }

  .home-category-rail a {
    flex-basis: 38vw;
  }

  .home-category-rail img {
    padding: 8px;
  }

  .home-category-rail span {
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  .home-split-promos a {
    min-height: 520px;
  }

  .home-split-promos div {
    bottom: 38px;
    left: 28px;
  }

  .home-split-promos h2 {
    font-size: 47px;
  }

  .home-price-section {
    padding: 38px 18px;
  }

  .home-price-section h2 {
    margin-bottom: 22px;
    font-size: 42px;
  }

  .home-price-grid a {
    min-height: 58px;
    font-size: 14px;
  }

  .collection-hero h1 {
    font-size: 34px;
  }

  .collection-hero-copy {
    padding: 28px 18px 18px;
  }

  .collection-hero p:not(.eyebrow) {
    display: none;
  }

  .collection-hero img {
    display: none;
  }

  .collection-filter-bar button {
    min-height: 50px;
    padding: 0 18px;
    font-size: 12px;
  }

  .collection-build-path {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .collection-build-path::-webkit-scrollbar {
    display: none;
  }

  .collection-build-path div {
    flex: 0 0 72vw;
    min-height: 82px;
    padding: 15px 18px;
    scroll-snap-align: start;
  }

  .collection-build-path strong {
    font-size: 12px;
  }

  .collection-build-path small {
    font-size: 11px;
  }

  .collection-product-section {
    padding: 24px 16px 38px;
  }

  .collection-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 16px;
    align-items: start;
  }

  .collection-product-media {
    aspect-ratio: 1 / 1;
    background: #fbfaf8;
  }

  .collection-product-copy strong {
    font-size: 17px;
    min-height: 39px;
  }

  .collection-product-copy small {
    font-size: 11px;
  }

  .collection-product-copy small {
    max-width: 22ch;
    min-height: 30px;
  }

  .collection-product-action {
    width: auto;
    max-width: 100%;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }

  .floating-whatsapp {
    right: 4px;
    bottom: 6px;
    width: 34px;
    min-height: 34px;
    padding: 0;
    font-size: 0;
    box-shadow: 0 10px 24px rgba(23, 21, 17, 0.2);
  }

  .floating-whatsapp::before {
    content: "WA";
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
  }

  .collection-feature > div {
    padding: 36px 18px;
  }

  .collection-feature h2 {
    font-size: 38px;
  }

  .wholesale-hero-copy {
    padding: 34px 18px 24px;
  }

  .wholesale-hero-media {
    order: -1;
    height: 330px;
  }

  .wholesale-hero-copy h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .wholesale-hero-copy p:not(.eyebrow) {
    font-size: 14px;
  }

  .wholesale-hero-media img {
    min-height: 0;
    object-position: center 50%;
  }

  .wholesale-route-strip,
  .wholesale-program-grid,
  .wholesale-category-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .wholesale-route-strip article,
  .wholesale-program-grid article {
    min-height: 0;
    border-right: 0;
  }

  .wholesale-program-section,
  .wholesale-category-showcase {
    padding: 40px 16px;
  }

  .wholesale-program-grid article {
    padding: 22px 18px;
  }

  .wholesale-quality-band {
    padding: 42px 18px;
  }

  .wholesale-quality-band h2 {
    font-size: 38px;
  }

  .rc-hero-media {
    min-height: 126px;
    background:
      linear-gradient(90deg, rgba(238, 238, 236, 1) 0%, rgba(238, 238, 236, 0.72) 44%, rgba(238, 238, 236, 0.1) 100%),
      url("./assets/solitaire-1ct.png") 92% 50% / min(360px, 88vw) no-repeat,
      linear-gradient(90deg, #eeeeec, #f7f7f5);
  }

  .rc-signature-section {
    padding: 34px 16px 46px;
  }

  .rc-title {
    margin-bottom: 28px;
  }

  .rc-title h1 {
    font-size: 37px;
    line-height: 1.08;
  }

  .rc-title p:not(.eyebrow) {
    font-size: 14px;
  }

  .rc-settings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }

  .rc-setting-copy h2 {
    font-size: 19px;
    line-height: 1.12;
  }

  .rc-setting-copy strong {
    font-size: 13px;
  }

  .rc-setting-copy p {
    font-size: 13px;
    line-height: 1.34;
  }

  .rc-setting-copy .quote-button {
    min-height: 30px;
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .rc-gallery-controls {
    gap: 9px;
    min-height: 34px;
    margin-top: 8px;
  }

  .rc-gallery-arrow {
    width: 22px;
    height: 28px;
    font-size: 29px;
  }

  .rc-gallery-dot {
    width: 5px;
    height: 5px;
  }

  .rc-detail-image {
    min-height: 320px;
  }

  .rc-detail-copy {
    padding: 30px 18px;
  }

  .rc-detail-copy h2 {
    font-size: 32px;
  }

  .rc-ways-section {
    padding: 36px 16px;
  }

  .rc-category-section {
    padding: 38px 0 0;
  }

  .rc-category-section h2 {
    margin-bottom: 24px;
    font-size: 34px;
  }

  .rc-category-grid {
    border-left: 0;
  }

  .rc-category-grid a {
    min-height: 252px;
    padding: 14px 12px 20px;
  }

  .rc-category-grid img {
    max-width: 180px;
    padding: 8px;
  }

  .rc-category-grid span {
    font-size: 21px;
  }

  .rc-category-grid strong {
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .rc-service-section {
    min-height: 360px;
    padding: 46px 18px;
  }

  .rc-service-section h2 {
    font-size: 34px;
  }

  .rc-ways-grid a {
    min-height: 0;
    padding: 24px 20px;
  }

  .reference-collection-hero .eyebrow {
    margin-bottom: 12px;
  }

  .reference-collection-hero h1 {
    width: min(100%, 342px);
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1.12;
  }

  .reference-collection-hero p:not(.eyebrow) {
    width: min(100%, 340px);
    font-size: 14px;
  }

  .reference-collection-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 260px);
    margin-top: 22px;
  }

  .reference-collection-actions .primary-action,
  .reference-collection-actions .secondary-action {
    width: 100%;
  }

  .collection-filter-section {
    gap: 20px;
    padding: 16px;
  }

  .filter-group {
    padding-right: 18px;
  }

  .shape-chips,
  .metal-swatches,
  .style-chips {
    gap: 10px;
  }

  .lead-toggle {
    max-width: 230px;
    white-space: normal;
    line-height: 1.25;
  }

  .popular-settings-copy {
    padding: 30px 20px;
  }

  .popular-settings-copy h2 {
    max-width: 340px;
    font-size: 28px;
  }

  .popular-settings-copy p:not(.eyebrow) {
    max-width: 340px;
  }

  .popular-setting-card {
    padding: 16px 12px 20px;
  }

  .shop-grid-section {
    padding: 44px 16px;
  }

  .shop-card-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .shop-card-body {
    padding-top: 13px;
  }

  .quote-confidence-row article {
    padding: 22px 20px;
  }

  main#top > .catalog-section {
    padding: 40px 14px;
  }

  .commerce-hero {
    min-height: 640px;
    padding-top: 40px;
    padding-right: 14px;
    padding-bottom: 18px;
    padding-left: 14px;
    gap: 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.25) 100%),
      url("./assets/solitaire-1ct.png") center bottom / min(520px, 105vw) no-repeat,
      linear-gradient(180deg, #ffffff 0%, #f7f7f7 70%, #eef1f4 100%);
  }

  .hero-copy {
    padding-bottom: 300px;
  }

  .hero-product-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 168px;
    min-height: 0;
    gap: 8px;
  }

  .hero-product-card-main {
    grid-column: span 2;
    grid-row: span 1;
  }

  .hero-product-card > div {
    padding: 12px;
  }

  .hero-product-card strong {
    font-size: 20px;
  }

  .hero-product-card:not(.hero-product-card-main) strong {
    font-size: 12px;
  }

  .hero-studio-panel {
    margin-top: 14px;
  }

  .hero-studio-panel strong {
    font-size: 16px;
  }

  .jewelry-window-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .jewelry-window-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .jewelry-window-grid a,
  .jewelry-window-grid img {
    min-height: 170px;
  }

  .featured-style-section,
  .hero-proof-strip div {
    padding-right: 14px;
    padding-left: 14px;
  }

  .featured-style-card,
  .featured-style-card.featured {
    grid-template-rows: minmax(250px, 1fr) auto;
  }

  .featured-style-card img,
  .featured-style-card.featured img {
    min-height: 250px;
  }

  .signature-entry-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .signature-entry-visual,
  .signature-entry-visual img {
    min-height: 350px;
  }

  .signature-entry-ticket {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px;
  }

  .signature-entry-ticket strong {
    font-size: 22px;
  }

  h1 {
    font-size: 34px;
    line-height: 1.02;
  }

  .commerce-hero h1 {
    font-size: 32px;
    line-height: 1.02;
  }

  .hero-intro {
    font-size: 14px;
  }

  .hero-metrics {
    display: none;
  }

  .concierge-strip div {
    min-height: 74px;
    gap: 14px;
    padding: 0 16px;
  }

  .concierge-strip span {
    font-size: 22px;
  }

  .atelier-route-section,
  .build-flow-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .atelier-route-heading h2 {
    font-size: 34px;
  }

  .atelier-route-card,
  .route-feature {
    min-height: 330px;
  }

  .atelier-route-card > div {
    padding: 22px;
  }

  .atelier-route-card h3 {
    font-size: 30px;
  }

  .build-flow-copy h2 {
    font-size: 32px;
  }

  .build-flow-list article {
    padding: 20px;
  }

  .build-flow-list h3 {
    margin-top: 28px;
  }

  .start-path-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .start-path-card {
    min-height: 0;
  }

  .hero-actions,
  .form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .form-actions.has-whatsapp {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-grid,
  .sku-grid,
  .capability-grid,
  .entity-grid,
  .entity-panel,
  .brand-proof-strip,
  .ring-builder-strip,
  .quote-hero,
  .quote-guide-grid,
  .quote-route-panel,
  .price-band-grid,
  .guide-grid,
  .policy-grid,
  .process-list,
  .wholesale-hero,
  .wholesale-quality-band {
    grid-template-columns: minmax(0, 1fr);
  }

  .wholesale-hero {
    min-height: 0;
  }

  .wholesale-hero-copy {
    padding: 42px 18px 30px;
  }

  .wholesale-hero-copy h1 {
    font-size: clamp(38px, 8vw, 58px);
  }

  .wholesale-hero-media {
    height: 420px;
    min-height: 0;
  }

  .wholesale-hero-media img {
    min-height: 0;
  }

  .wholesale-route-strip,
  .wholesale-program-grid,
  .wholesale-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wholesale-route-strip article:nth-child(2),
  .wholesale-program-grid article:nth-child(2n),
  .wholesale-category-grid a:nth-child(2n) {
    border-right: 0;
  }

  .quote-hero {
    padding-top: 40px;
  }

  .quote-hero-panel {
    padding: 20px;
  }

  .quote-hero-panel strong {
    font-size: 28px;
  }

  .ring-hero-media,
  .ring-hero-media img {
    min-height: 360px;
  }

  .ring-hero-media strong {
    font-size: 28px;
  }

  .quote-route-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .brand-proof-strip article,
  .brand-proof-strip article:nth-child(2) {
    border-right: 0;
  }

  .brand-proof-strip article {
    min-height: 96px;
    border-bottom: 1px solid rgba(23, 40, 68, 0.14);
  }

  .brand-proof-strip article:last-child {
    border-bottom: 0;
  }

  .product-copy {
    min-height: auto;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .floating-whatsapp {
    right: 4px;
    bottom: 6px;
    width: 34px;
    min-height: 34px;
    padding: 0;
    font-size: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  }
}

@media (max-width: 640px) {
  .wholesale-hero-media {
    order: -1;
    height: 330px;
    min-height: 0;
  }

  .wholesale-hero-media img {
    min-height: 0;
    object-position: center 50%;
  }
}

/* 2026-07-09 premium ecommerce correction.
   Product images should read like jewelry product media, not cropped page filler. */
.collection-page {
  background: #ffffff;
}

.collection-product-section {
  padding-top: clamp(34px, 4vw, 58px);
}

.collection-product-grid {
  gap: clamp(54px, 5vw, 82px) clamp(22px, 2.4vw, 34px);
}

.collection-product-media {
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.96), rgba(246, 246, 244, 0.96) 72%),
    #f7f7f5;
}

.collection-product-media img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  object-position: center;
}

.collection-product-media-stack img,
.collection-product-media-stack img.is-active,
.collection-product-card:hover .collection-product-media-stack img.is-active {
  transform: translateX(0) scale(1);
}

.collection-product-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.65vw, 28px);
  font-weight: 500;
  line-height: 1.12;
}

.collection-product-copy small {
  max-width: 31ch;
  color: #4f4f4f;
  line-height: 1.45;
}

.collection-product-action {
  width: max-content;
  border-bottom: 2px solid #111111;
  padding-bottom: 4px;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.home-category-rail {
  gap: clamp(14px, 1.8vw, 24px);
  padding-top: 36px;
}

.home-category-rail img {
  padding: clamp(10px, 1.4vw, 18px);
  background: #f7f7f5;
  object-fit: contain;
}

.rc-setting-image {
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.98), rgba(247, 247, 245, 0.95) 76%),
    #ffffff;
}

.rc-setting-image img {
  width: 88%;
  height: 88%;
}

.pdp-media-figure {
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.98), rgba(247, 247, 245, 0.96) 74%),
    #ffffff;
}

.pdp-media-figure img {
  object-fit: contain;
  padding: clamp(8px, 1vw, 18px);
}

@media (max-width: 720px) {
  .site-header.is-menu-open {
    padding: 0 32px;
  }

  .site-header.is-menu-open .site-nav {
    padding-top: 18px;
  }

  .site-header.is-menu-open .site-nav a:not(.mobile-menu-extra) {
    min-height: 64px;
    border-bottom-color: #111111;
    font-size: 19px;
    letter-spacing: 0.14em;
  }

  .collection-product-grid {
    gap: 42px 16px;
  }

  .collection-product-media img {
    width: 92%;
    height: 92%;
  }

  .collection-product-copy strong {
    font-size: 18px;
  }

  .collection-product-copy small {
    max-width: 24ch;
  }
}

/* 2026-07-09 design-only homepage rebuild. Competitors are used for layout language only;
   product data and media remain NKGEM-owned or authorized assets. */
.home-luxury-page {
  background: #ffffff;
}

.luxury-hero {
  position: relative;
  display: grid;
  min-height: min(76vh, 760px);
  overflow: hidden;
  border-bottom: 1px solid #e6e2dc;
  background: #f8f7f4;
}

.luxury-hero-media {
  grid-area: 1 / 1;
  min-height: inherit;
}

.luxury-hero-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95);
}

.luxury-hero::after {
  content: "";
  grid-area: 1 / 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 34%, rgba(255, 255, 255, 0.12) 72%);
  pointer-events: none;
}

.luxury-hero-copy {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  align-self: end;
  width: min(100%, 690px);
  padding: clamp(44px, 7vw, 92px) clamp(24px, 5vw, 76px);
}

.luxury-hero-copy p,
.luxury-section-heading p,
.luxury-duo-section span {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.luxury-hero-copy h1 {
  margin: 14px 0 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6.4vw, 94px);
  font-weight: 500;
  line-height: 0.96;
}

.luxury-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.luxury-category-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid #e6e2dc;
}

.luxury-category-strip a {
  display: grid;
  gap: 16px;
  justify-items: center;
  border-right: 1px solid #e6e2dc;
  padding: clamp(24px, 3vw, 42px) 18px;
  color: #111111;
  text-align: center;
}

.luxury-category-strip a:last-child {
  border-right: 0;
}

.luxury-category-strip img {
  width: min(100%, 170px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.luxury-category-strip span {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.luxury-settings-section {
  padding: clamp(54px, 6vw, 96px) clamp(18px, 4vw, 58px);
}

.luxury-section-heading {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin: 0 auto clamp(34px, 4vw, 58px);
  text-align: center;
}

.luxury-section-heading h2 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 500;
  line-height: 1.04;
}

.home-jewelry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 48px);
}

.home-jewelry-card {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.home-jewelry-copy {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #111111;
  text-align: center;
  text-decoration: none;
}

.home-jewelry-copy span {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-jewelry-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.08;
}

.home-jewelry-copy small {
  max-width: 32ch;
  color: #555555;
  line-height: 1.45;
}

.home-jewelry-copy em {
  width: max-content;
  border-bottom: 2px solid #111111;
  padding-bottom: 4px;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.luxury-duo-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #e6e2dc;
  border-bottom: 1px solid #e6e2dc;
}

.luxury-duo-section a {
  position: relative;
  display: grid;
  min-height: clamp(430px, 44vw, 620px);
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
}

.luxury-duo-section a:first-child {
  border-right: 1px solid #ffffff;
}

.luxury-duo-section img,
.luxury-duo-section div {
  grid-area: 1 / 1;
}

.luxury-duo-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxury-duo-section div {
  align-self: end;
  display: grid;
  gap: 12px;
  padding: clamp(26px, 4vw, 54px);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.luxury-duo-section strong {
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.05;
}

.luxury-process-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #e6e2dc;
}

.luxury-process-band article {
  display: grid;
  gap: 10px;
  min-height: 172px;
  border-right: 1px solid #e6e2dc;
  padding: clamp(24px, 3vw, 42px);
}

.luxury-process-band article:last-child {
  border-right: 0;
}

.luxury-process-band span {
  font-size: 12px;
  letter-spacing: 0.14em;
}

.luxury-process-band strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
}

.luxury-process-band small {
  color: #555555;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .luxury-hero {
    min-height: 620px;
  }

  .luxury-hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.94) 72%);
  }

  .luxury-hero-copy {
    align-self: end;
    padding: 34px 22px 44px;
  }

  .luxury-category-strip {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .luxury-category-strip::-webkit-scrollbar {
    display: none;
  }

  .luxury-category-strip a {
    flex: 0 0 42vw;
  }

  .home-jewelry-grid,
  .luxury-duo-section,
  .luxury-process-band {
    grid-template-columns: minmax(0, 1fr);
  }

  .luxury-duo-section a:first-child,
  .luxury-process-band article {
    border-right: 0;
    border-bottom: 1px solid #e6e2dc;
  }
}

/* 2026-07-09 design-only commerce refinement */
.collection-page {
  background: #ffffff;
}

.collection-hero {
  height: clamp(260px, 27vw, 460px);
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  background: #f8f7f4;
}

.collection-hero-copy {
  padding: clamp(34px, 5vw, 86px) clamp(22px, 5vw, 82px);
}

.collection-hero .eyebrow {
  margin: 0 0 8px;
}

.collection-hero h1 {
  max-width: 520px;
  font-size: clamp(42px, 4.8vw, 76px);
  letter-spacing: 0;
}

.collection-hero p:not(.eyebrow) {
  display: block;
  max-width: 500px;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.65;
}

.collection-hero img {
  object-fit: cover;
  object-position: center center;
}

.collection-filter-bar {
  justify-content: center;
  gap: 12px;
  padding: 18px clamp(18px, 4vw, 62px);
  border-bottom: 1px solid #eeeeee;
}

.collection-filter-bar button {
  min-height: 36px;
  border: 1px solid #dedbd4;
  padding: 0 18px;
  background: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.collection-filter-bar button:first-child {
  border-left: 1px solid #dedbd4;
}

.collection-build-path {
  max-width: 1280px;
  margin: 0 auto;
  border-right: 1px solid #e8e3dc;
  border-left: 1px solid #e8e3dc;
}

.collection-product-section {
  padding: clamp(46px, 6vw, 92px) clamp(18px, 4vw, 64px) clamp(64px, 7vw, 112px);
}

.collection-shelf-heading {
  display: grid;
  justify-items: center;
  gap: 10px;
  max-width: 860px;
  margin: 0 auto clamp(36px, 5vw, 70px);
  text-align: center;
}

.collection-shelf-heading p {
  margin: 0;
  color: #6f665b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.collection-shelf-heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.2vw, 66px);
  font-weight: 500;
  line-height: 1.03;
}

.collection-shelf-heading span {
  max-width: 740px;
  color: #5f5a52;
  font-size: 14px;
  line-height: 1.65;
}

.collection-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(48px, 5vw, 86px) clamp(28px, 4vw, 58px);
  max-width: 1380px;
  margin: 0 auto;
}

.collection-product-card {
  gap: 12px;
}

.collection-product-media {
  aspect-ratio: 1 / 1.08;
  background: #f8f8f6;
}

.collection-product-media img {
  width: 100%;
  height: 100%;
  padding: clamp(10px, 2.2vw, 26px);
  object-fit: contain;
  object-position: center center;
}

.collection-product-media-stack img,
.collection-product-media-stack img.is-active,
.collection-product-card:hover .collection-product-media-stack img.is-active {
  transform: none;
}

.collection-product-copy {
  gap: 9px;
}

.collection-product-code {
  color: #746c61;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.collection-product-copy strong {
  font-size: clamp(22px, 2vw, 28px);
}

.collection-product-copy small {
  max-width: 34ch;
  color: #55504a;
  font-size: 13px;
}

.collection-product-action {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.pdp-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(18px, 2.8vw, 42px) clamp(18px, 4vw, 64px) clamp(64px, 7vw, 116px);
}

.pdp-media-grid {
  gap: clamp(10px, 1.5vw, 18px);
}

.pdp-media-grid figure {
  aspect-ratio: 1 / 1.06;
  border: 0;
  background: #f8f8f6;
}

.pdp-media-grid figure:first-child {
  aspect-ratio: 1.18 / 1;
}

.pdp-media-grid img {
  padding: clamp(8px, 1.5vw, 20px);
  object-fit: contain;
  transform: none;
}

.pdp-media-grid figure:hover img {
  transform: none;
}

.pdp-media-grid figcaption {
  left: 16px;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.92);
}

.pdp-summary {
  top: 112px;
  border: 1px solid #e8e3dc;
  box-shadow: 0 26px 60px rgba(22, 20, 17, 0.06);
}

.pdp-summary h1 {
  font-size: clamp(36px, 4.2vw, 64px);
}

.pdp-subtitle {
  font-size: 15px;
}

.pdp-guide-price {
  padding: 18px 0;
}

.pdp-guide-price strong {
  font-size: 24px;
}

.pdp-choice-row button,
.pdp-choice-row a {
  min-height: 42px;
}

.pdp-service-list {
  max-width: 1280px;
  margin: 0 auto;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}

.pdp-related-grid {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .collection-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    height: auto;
  }

  .collection-hero-copy {
    order: 2;
    padding: 24px 18px 22px;
    text-align: center;
  }

  .collection-hero h1 {
    margin: 0 auto;
    font-size: 34px;
    line-height: 1.06;
  }

  .collection-hero p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    line-height: 1.45;
  }

  .collection-hero img {
    order: 1;
    height: 230px;
  }

  .collection-filter-bar {
    justify-content: flex-start;
    padding: 14px 16px;
  }

  .collection-build-path {
    display: none;
    grid-template-columns: minmax(0, 1fr);
    border-left: 0;
    border-right: 0;
  }

  .collection-product-section {
    padding: 24px 16px 56px;
  }

  .collection-shelf-heading {
    gap: 8px;
    margin-bottom: 24px;
  }

  .collection-shelf-heading h2 {
    font-size: 28px;
    line-height: 1.08;
  }

  .collection-shelf-heading span {
    display: none;
  }

  .collection-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 24px;
  }

  .collection-product-media {
    aspect-ratio: 1 / 1.06;
  }

  .collection-product-copy strong {
    font-size: 20px;
  }

  .pdp-layout {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px 16px 52px;
  }

  .pdp-summary {
    position: static;
    border: 0;
    border-top: 1px solid #111111;
    box-shadow: none;
    padding: 22px 0 0;
  }

  .pdp-media-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-media-grid figure:first-child {
    grid-column: auto;
  }

  .pdp-service-list,
  .pdp-assurance-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .collection-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 18px;
  }

  .collection-product-media img {
    padding: 8px;
  }

  .collection-product-copy strong {
    font-size: 18px;
  }

  .collection-product-copy small {
    font-size: 12px;
  }

  .collection-product-action {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .pdp-summary h1 {
    font-size: 36px;
  }
}

/* 2026-07-09 closer jewelry-store pass: product-first, quieter, cleaner */
.top-announcement {
  min-height: 28px;
  padding: 0 10px;
  font-size: 10px;
  letter-spacing: 0.09em;
}

.site-header {
  min-height: 64px;
  padding: 0 clamp(18px, 3vw, 48px);
  background: rgba(255, 255, 255, 0.985);
}

.brand-logo {
  width: min(132px, 34vw);
  max-height: 38px;
}

.site-nav {
  gap: clamp(18px, 3vw, 42px);
  font-size: 11px;
  letter-spacing: 0.13em;
}

.language-control select {
  min-height: 38px;
  border-color: #d7d1c8;
  background: #ffffff;
}

.header-action {
  min-height: 38px;
  background: #050505;
}

.luxury-hero {
  min-height: min(74vh, 720px);
  background: #f7f5f1;
}

.luxury-hero-media img {
  object-position: center 48%;
}

.luxury-hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.04) 46%, rgba(255, 255, 255, 0.88) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.48) 38%, rgba(255, 255, 255, 0.06) 100%);
}

.luxury-hero-copy {
  width: min(100%, 620px);
  padding: clamp(38px, 6vw, 78px) clamp(22px, 5vw, 70px);
  color: #111111;
  text-shadow: none;
}

.luxury-hero-copy h1 {
  margin: 12px 0 22px;
  font-size: clamp(42px, 5.6vw, 82px);
  line-height: 0.98;
}

.luxury-hero-actions .primary-action,
.luxury-hero-actions .secondary-action {
  min-width: 178px;
  min-height: 42px;
  letter-spacing: 0.1em;
  text-shadow: none;
}

.luxury-hero-actions .primary-action {
  color: #ffffff;
  background: #050505;
}

.luxury-hero-actions .secondary-action {
  color: #111111;
  border-color: rgba(17, 17, 17, 0.42);
  background: rgba(255, 255, 255, 0.74);
}

.luxury-settings-section {
  padding-top: clamp(42px, 5vw, 72px);
}

.luxury-section-heading {
  margin-bottom: clamp(28px, 3.2vw, 46px);
}

.luxury-section-heading h2 {
  max-width: 720px;
  font-size: clamp(32px, 3.5vw, 54px);
}

.home-jewelry-grid {
  max-width: 1380px;
  margin: 0 auto;
}

.home-jewelry-card .collection-product-media {
  aspect-ratio: 1 / 1.05;
  background: #f8f8f6;
}

.home-jewelry-card .collection-product-media img {
  padding: clamp(10px, 2vw, 24px);
  object-fit: contain;
}

.luxury-category-strip {
  background: #ffffff;
}

.luxury-category-strip a {
  min-height: 190px;
  padding: 22px 16px;
}

.luxury-category-strip img {
  width: min(100%, 136px);
}

.collection-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  height: auto;
  min-height: 0;
  padding: clamp(34px, 4vw, 62px) 20px clamp(26px, 3vw, 44px);
  background: #ffffff;
}

.collection-hero-copy {
  justify-items: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.collection-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.02;
}

.collection-hero p:not(.eyebrow) {
  display: none;
}

.collection-hero img {
  display: none;
}

.collection-filter-bar {
  border-top: 1px solid #ededed;
}

.collection-product-section {
  padding-top: clamp(28px, 3.5vw, 54px);
}

.collection-shelf-heading {
  max-width: 640px;
  margin-bottom: clamp(28px, 3.2vw, 44px);
}

.collection-shelf-heading h2 {
  font-size: clamp(30px, 3vw, 46px);
}

.collection-shelf-heading span {
  display: none;
}

.collection-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 4vw, 68px) clamp(18px, 2.4vw, 34px);
}

.collection-product-media {
  background: #f9f9f7;
}

.collection-product-media img {
  padding: clamp(8px, 1.6vw, 20px);
}

.collection-card-controls {
  min-height: 24px;
}

.collection-product-copy strong {
  font-size: clamp(19px, 1.6vw, 24px);
}

.collection-feature,
.collection-build-path {
  display: none;
}

.pdp-breadcrumb {
  max-width: 1440px;
  margin: 0 auto;
}

.pdp-layout {
  max-width: 1480px;
  margin: 0 auto;
}

.pdp-summary {
  padding: clamp(20px, 2.2vw, 34px);
}

.pdp-summary h1 {
  font-size: clamp(36px, 3.8vw, 58px);
}

.pdp-media-grid figure {
  background: #f9f9f7;
}

@media (max-width: 900px) {
  .top-announcement {
    min-height: 25px;
    font-size: 9px;
    line-height: 1.2;
  }

  .site-header {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 0 15px;
  }

  .mobile-menu-button {
    width: 34px;
    height: 34px;
  }

  .mobile-menu-button span {
    width: 22px;
  }

  .brand {
    grid-column: 2;
    justify-self: center;
  }

  .brand-logo {
    width: min(142px, 42vw);
    max-height: 34px;
  }

  .mobile-header-icons {
    grid-column: 3;
    gap: 8px;
  }

  .mobile-icon-search,
  .mobile-icon-bag {
    width: 27px;
    height: 27px;
  }

  .mobile-icon-search::before {
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-width: 1.5px;
  }

  .mobile-icon-search::after {
    width: 9px;
    height: 1.5px;
    right: 4px;
    bottom: 6px;
  }

  .mobile-icon-heart {
    width: 28px;
    height: 27px;
    font-size: 26px;
    line-height: 1;
  }

  .mobile-icon-bag::before {
    right: 5px;
    bottom: 3px;
    left: 5px;
    height: 17px;
    border-width: 1.5px;
  }

  .mobile-icon-bag::after {
    top: 3px;
    left: 9px;
    width: 9px;
    height: 9px;
    border-width: 1.5px;
  }

  .luxury-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .luxury-hero::after {
    display: none;
  }

  .luxury-hero-media {
    min-height: 340px;
    overflow: hidden;
  }

  .luxury-hero-media img {
    min-height: 340px;
    object-position: center 44%;
    transform: scale(1.16);
  }

  .luxury-hero-copy {
    grid-area: auto;
    align-self: stretch;
    width: 100%;
    padding: 22px 18px 26px;
    background: #ffffff;
    text-align: center;
  }

  .luxury-hero-copy h1 {
    max-width: 330px;
    margin: 8px auto 18px;
    font-size: 30px;
    line-height: 1.04;
  }

  .luxury-hero-actions {
    justify-content: center;
  }

  .luxury-hero-actions .primary-action,
  .luxury-hero-actions .secondary-action {
    min-width: 0;
    width: min(100%, 246px);
  }

  .luxury-category-strip a {
    flex-basis: 34vw;
    min-height: 150px;
    padding: 18px 12px;
  }

  .luxury-category-strip img {
    width: 104px;
  }

  .home-jewelry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 22px;
  }

  .home-jewelry-copy strong {
    font-size: 20px;
  }

  .home-jewelry-copy small {
    display: none;
  }

  .collection-hero {
    padding: 28px 18px 20px;
  }

  .collection-hero h1 {
    font-size: 32px;
  }

  .collection-filter-bar {
    gap: 8px;
    padding: 12px 14px;
  }

  .collection-filter-bar button {
    min-height: 32px;
    padding: 0 14px;
    font-size: 10px;
  }

  .collection-shelf-heading {
    display: none;
  }

  .collection-product-section {
    padding-top: 20px;
  }
}

@media (max-width: 680px) {
  .collection-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 18px;
  }
}

/* 2026-07-09 atelier quality pass: quieter brand, stronger product window */
.top-announcement {
  min-height: 24px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.site-header {
  min-height: 60px;
  border-bottom-color: #eeeeee;
}

.brand-logo {
  width: min(124px, 34vw);
}

.luxury-hero {
  border-bottom: 0;
}

.luxury-hero-media {
  overflow: hidden;
  background: #f6f4f0;
}

.luxury-hero-media img {
  transform: scale(1.08);
  transform-origin: center center;
}

.luxury-hero-copy p,
.luxury-section-heading p,
.luxury-duo-section span,
.collection-hero .eyebrow,
.collection-shelf-heading p,
.pdp-kicker {
  color: #776b5f;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.luxury-hero-copy h1,
.luxury-section-heading h2,
.collection-hero h1,
.collection-shelf-heading h2,
.pdp-summary h1 {
  letter-spacing: -0.01em;
}

.luxury-category-strip {
  border-top: 1px solid #ece8e1;
  border-bottom-color: #ece8e1;
}

.luxury-category-window {
  padding: clamp(42px, 5vw, 82px) 0 0;
  border-top: 1px solid #ece8e1;
  background: #ffffff;
}

.luxury-category-window .luxury-section-heading {
  margin-bottom: clamp(22px, 3vw, 36px);
  padding: 0 18px;
}

.luxury-category-window .luxury-section-heading h2 {
  max-width: 620px;
  font-size: clamp(30px, 3vw, 46px);
}

.luxury-category-strip a {
  transition: background 180ms ease;
}

.luxury-category-strip a:hover {
  background: #fbfaf8;
}

.luxury-category-strip span,
.collection-product-action,
.home-jewelry-copy em {
  font-weight: 850;
  letter-spacing: 0.14em;
}

.luxury-settings-section {
  padding-bottom: clamp(48px, 6vw, 82px);
}

.home-jewelry-card .collection-product-media,
.collection-product-media,
.pdp-media-grid figure,
.pdp-related-card img {
  background: #faf9f7;
}

.home-jewelry-card .collection-product-media,
.collection-product-card .collection-product-media {
  box-shadow: inset 0 0 0 1px rgba(225, 219, 210, 0.42);
}

.home-jewelry-grid {
  gap: clamp(46px, 5vw, 82px) clamp(26px, 4vw, 58px);
}

.home-jewelry-card .collection-card-controls {
  margin-top: 2px;
}

.home-jewelry-copy strong,
.collection-product-copy strong {
  font-size: clamp(20px, 1.7vw, 26px);
  letter-spacing: -0.01em;
}

.home-jewelry-copy small,
.collection-product-copy small {
  color: #6a6259;
}

.luxury-duo-section {
  border-top: 1px solid #ece8e1;
  border-bottom: 1px solid #ece8e1;
}

.luxury-duo-section a {
  min-height: clamp(360px, 36vw, 560px);
}

.luxury-duo-section img {
  filter: saturate(0.96) contrast(1.02);
}

.luxury-process-band {
  max-width: 1180px;
  margin: clamp(28px, 4vw, 58px) auto;
  border: 1px solid #ece8e1;
  background: #ffffff;
}

.luxury-process-band article {
  min-height: 96px;
  padding: clamp(18px, 2vw, 28px);
}

.luxury-process-band small {
  color: #6a6259;
}

.collection-hero {
  padding-top: clamp(28px, 3vw, 48px);
  padding-bottom: clamp(18px, 2vw, 30px);
}

.collection-filter-bar {
  justify-content: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

.collection-filter-bar button {
  border-color: transparent;
  border-bottom: 1px solid #111111;
  padding-right: 4px;
  padding-left: 4px;
  background: transparent;
}

.collection-product-section {
  padding-right: clamp(18px, 5vw, 78px);
  padding-left: clamp(18px, 5vw, 78px);
}

.collection-card-controls button {
  font-family: Georgia, "Times New Roman", serif;
}

.pdp-summary {
  box-shadow: none;
}

.pdp-choice-row button,
.pdp-choice-row a,
.pdp-cta-row .primary-action,
.pdp-cta-row .secondary-action {
  letter-spacing: 0.13em;
}

@media (max-width: 900px) {
  .top-announcement {
    min-height: 22px;
    padding: 0 8px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .site-header {
    min-height: 54px;
  }

  .brand-logo {
    width: min(126px, 39vw);
  }

  .luxury-hero-media {
    min-height: 322px;
  }

  .luxury-hero-media img {
    min-height: 322px;
    transform: scale(1.42);
    object-position: center 45%;
  }

  .luxury-hero-copy {
    padding: 20px 18px 24px;
  }

  .luxury-hero-copy p {
    font-size: 10px;
    line-height: 1.3;
  }

  .luxury-hero-copy h1 {
    max-width: 318px;
    font-size: 29px;
  }

  .luxury-hero-actions {
    gap: 9px;
  }

  .luxury-hero-actions .primary-action,
  .luxury-hero-actions .secondary-action {
    min-height: 40px;
  }

  .luxury-category-strip a {
    flex-basis: 32vw;
    min-height: 132px;
    padding: 14px 10px;
  }

  .luxury-category-window {
    padding-top: 34px;
  }

  .luxury-category-window .luxury-section-heading h2 {
    font-size: 28px;
  }

  .luxury-category-strip img {
    width: 92px;
  }

  .luxury-category-strip span {
    font-size: 11px;
  }

  .luxury-settings-section {
    padding: 36px 14px 46px;
  }

  .luxury-section-heading {
    margin-bottom: 24px;
  }

  .luxury-section-heading h2 {
    font-size: 31px;
  }

  .home-jewelry-grid,
  .collection-product-grid {
    gap: 34px 16px;
  }

  .home-jewelry-card .collection-product-media,
  .collection-product-media {
    aspect-ratio: 1 / 1.1;
  }

  .home-jewelry-copy strong,
  .collection-product-copy strong {
    font-size: 18px;
  }

  .collection-card-controls {
    gap: 6px;
    min-height: 20px;
  }

  .collection-product-copy small {
    font-size: 12px;
    line-height: 1.3;
  }

  .luxury-duo-section,
  .luxury-process-band {
    display: none;
  }
}

/* 2026-07-09 luxury storefront pass: tighter editorial hero and stronger product merchandising */
@media (min-width: 901px) {
  .home-luxury-page .luxury-hero {
    display: grid;
    grid-template-columns: minmax(360px, 34vw) minmax(0, 1fr);
    min-height: min(64vh, 640px);
    max-height: 680px;
    border-top: 1px solid #efede8;
    border-bottom: 1px solid #efede8;
    background: #ffffff;
  }

  .home-luxury-page .luxury-hero::after {
    display: none;
  }

  .home-luxury-page .luxury-hero-copy {
    grid-area: 1 / 1;
    align-self: center;
    width: auto;
    padding: clamp(46px, 6vw, 88px) clamp(34px, 5vw, 76px);
    background: #ffffff;
  }

  .home-luxury-page .luxury-hero-copy p {
    max-width: 28ch;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.18em;
  }

  .home-luxury-page .luxury-hero-copy h1 {
    max-width: 9.8em;
    margin: 16px 0 26px;
    font-size: clamp(50px, 5.2vw, 82px);
    line-height: 0.98;
  }

  .home-luxury-page .luxury-hero-media {
    grid-area: 1 / 2;
    min-height: 0;
    height: min(64vh, 640px);
    background: #f8f7f4;
  }

  .home-luxury-page .luxury-hero-media img {
    min-height: 0;
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
    transform: none;
  }

  .home-luxury-page .luxury-hero-actions .primary-action,
  .home-luxury-page .luxury-hero-actions .secondary-action {
    min-height: 44px;
    padding: 0 22px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .home-luxury-page .luxury-settings-section {
    padding-top: clamp(48px, 5vw, 78px);
  }
}

.home-luxury-page .collection-product-media,
.collection-page .collection-product-media {
  background: #fbfaf8;
}

.home-luxury-page .collection-product-media-stack img,
.collection-page .collection-product-media-stack img {
  width: 100%;
  height: 100%;
  padding: clamp(10px, 1.6vw, 22px);
  object-fit: cover;
  object-position: center;
}

.home-luxury-page .home-jewelry-card:first-child .collection-product-media-stack img,
.collection-page .collection-product-card:first-child .collection-product-media-stack img {
  object-position: center 58%;
}

.home-luxury-page .collection-card-controls,
.collection-page .collection-card-controls {
  margin-top: 8px;
}

.home-luxury-page .home-jewelry-copy,
.collection-page .collection-product-copy {
  padding-top: 4px;
}

/* 2026-07-09 collection storefront tightening: VRAI-like path from filters to product grid */
.collection-page .collection-hero {
  height: auto;
  min-height: 168px;
  background: #ffffff;
}

.collection-page .collection-hero-copy {
  padding-top: 34px;
  padding-bottom: 30px;
  text-align: center;
}

.collection-page .collection-hero h1 {
  max-width: none;
  font-size: clamp(42px, 4.6vw, 68px);
}

.collection-page .collection-hero p:not(.eyebrow),
.collection-page .collection-hero img,
.collection-page .collection-build-path,
.collection-page .collection-shelf-heading {
  display: none;
}

.collection-page .collection-filter-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  justify-content: center;
  gap: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.collection-page .collection-filter-bar button {
  min-height: 30px;
  border: 0;
  border-bottom: 1px solid #111111;
  padding: 0 2px 5px;
  background: transparent;
}

.collection-page .collection-product-section {
  padding-top: clamp(26px, 3vw, 44px);
}

.collection-page .collection-product-media {
  aspect-ratio: 1 / 1.04;
}

.pdp-mobile-quote-bar {
  display: none;
}

/* 2026-07-09 product-page conversion pass: faster mobile quote path */
@media (min-width: 901px) {
  .pdp-page .pdp-layout {
    align-items: start;
  }

  .pdp-page .pdp-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdp-page .pdp-media-grid figure:first-child {
    grid-column: 1 / -1;
  }

  .pdp-page .pdp-summary {
    background: #ffffff;
  }
}

@media (max-width: 900px) {
  .home-luxury-page .luxury-hero {
    min-height: 0;
    border-bottom: 1px solid #efede8;
    background: #ffffff;
  }

  .home-luxury-page .luxury-hero-media {
    min-height: 0;
    height: min(66vh, 424px);
    background: #f8f7f4;
  }

  .home-luxury-page .luxury-hero-media img {
    min-height: 0;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
    transform: none;
  }

  .home-luxury-page .luxury-hero-copy {
    padding: 20px 22px 26px;
  }

  .home-luxury-page .luxury-hero-copy p {
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .home-luxury-page .luxury-hero-copy h1 {
    max-width: 360px;
    margin: 11px auto 18px;
    font-size: 31px;
    line-height: 1.02;
  }

  .home-luxury-page .luxury-hero-actions .primary-action,
  .home-luxury-page .luxury-hero-actions .secondary-action {
    min-height: 42px;
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .home-luxury-page .luxury-settings-section {
    padding-top: 34px;
  }

  .home-luxury-page .luxury-section-heading p {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .home-luxury-page .luxury-section-heading h2 {
    font-size: 33px;
    line-height: 1.05;
  }

  .home-luxury-page .collection-product-media-stack img,
  .collection-page .collection-product-media-stack img {
    padding: 8px;
  }

  .collection-page .collection-hero {
    min-height: 142px;
  }

  .collection-page .collection-hero-copy {
    padding: 28px 18px 22px;
  }

  .collection-page .collection-hero h1 {
    font-size: 32px;
    line-height: 1.04;
  }

  .collection-page .collection-filter-bar {
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding: 11px 18px 10px;
    scroll-padding-left: 18px;
  }

  .collection-page .collection-filter-bar::-webkit-scrollbar {
    display: none;
  }

  .collection-page .collection-filter-bar button {
    flex: 0 0 auto;
    min-height: 28px;
    font-size: 10px;
    letter-spacing: 0.11em;
  }

  .collection-page .collection-product-section {
    padding-top: 24px;
  }

  .pdp-page {
    padding-bottom: 78px;
  }

  .pdp-page .pdp-breadcrumb {
    padding: 12px 16px 8px;
    font-size: 12px;
  }

  .pdp-page .pdp-layout {
    gap: 16px;
    padding: 8px 16px 28px;
  }

  .pdp-page .pdp-media-grid {
    display: grid;
    grid-auto-columns: minmax(74%, 1fr);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }

  .pdp-page .pdp-media-grid::-webkit-scrollbar {
    display: none;
  }

  .pdp-page .pdp-media-grid figure,
  .pdp-page .pdp-media-grid figure:first-child {
    grid-column: auto;
    aspect-ratio: 1 / 1.02;
    scroll-snap-align: start;
  }

  .pdp-page .pdp-media-grid img {
    padding: 8px;
    object-fit: cover;
  }

  .pdp-page .pdp-media-checks {
    display: flex;
    gap: 0;
    overflow-x: auto;
    margin-top: 8px;
    border: 1px solid #e8e3dc;
  }

  .pdp-page .pdp-media-checks span {
    flex: 0 0 34%;
    min-height: 34px;
    border-right: 1px solid #e8e3dc;
    display: grid;
    place-items: center;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .pdp-page .pdp-summary {
    padding-top: 18px;
  }

  .pdp-page .pdp-kicker {
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: 0.15em;
  }

  .pdp-page .pdp-summary h1 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 1.02;
  }

  .pdp-page .pdp-subtitle {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.55;
  }

  .pdp-page .pdp-guide-price {
    padding: 13px 0;
  }

  .pdp-page .pdp-guide-price strong {
    font-size: 20px;
    line-height: 1.25;
  }

  .pdp-page .pdp-assurance-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pdp-page .pdp-assurance-row span {
    min-height: 38px;
    padding: 0 6px;
    font-size: 8px;
    line-height: 1.2;
  }

  .pdp-page .pdp-cta-row {
    display: none;
  }

  .pdp-page .pdp-cta-row .primary-action,
  .pdp-page .pdp-cta-row .secondary-action {
    min-height: 43px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .pdp-page .pdp-options,
  .pdp-page .pdp-build-mini,
  .pdp-page .pdp-visual-note {
    margin-top: 16px;
  }

  .pdp-mobile-quote-bar {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 80;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border: 1px solid #111111;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(12px);
    padding: 10px 10px 10px 12px;
  }

  .pdp-mobile-quote-bar span {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .pdp-mobile-quote-bar strong {
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .pdp-mobile-quote-bar small {
    overflow: hidden;
    color: #635e57;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pdp-mobile-quote-bar a {
    display: inline-grid;
    place-items: center;
    min-height: 38px;
    background: #050505;
    color: #ffffff;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body:has(.pdp-page) .floating-whatsapp {
    display: none;
  }

  .pdp-style-advisor {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin: 28px auto 34px;
    padding: 0 16px;
  }

  .pdp-style-advisor-copy {
    gap: 10px;
  }

  .pdp-style-advisor-copy h2 {
    font-size: 31px;
    line-height: 1.06;
  }

  .pdp-style-advisor-copy p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.55;
  }

  .pdp-style-advisor-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-style-advisor-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e8e3dc;
    padding: 18px;
  }

  .pdp-style-advisor-grid article:last-child {
    border-bottom: 0;
  }

  .pdp-style-advisor-grid strong {
    font-size: 20px;
  }

  .pdp-advisor-link {
    grid-column: auto;
    justify-self: start;
    font-size: 11px;
  }

  .pdp-faq-section {
    gap: 10px;
    margin-bottom: 38px;
    padding: 0 16px;
  }

  .pdp-faq-section h2 {
    font-size: 30px;
    text-align: left;
  }

  .pdp-faq-section > .eyebrow {
    text-align: left;
  }

  .pdp-faq-list details {
    padding: 16px 0;
  }

  .pdp-faq-list summary {
    font-size: 11px;
    line-height: 1.45;
  }

  .pdp-faq-list p {
    font-size: 14px;
    line-height: 1.58;
  }
}

/* NKGEM final luxury commerce override - 2026-07-09 */
.top-announcement {
  background: #050505;
  color: #ffffff;
  letter-spacing: 0.13em;
}

.site-header {
  border-bottom: 1px solid #ececec;
  background: rgba(255, 255, 255, 0.98);
}

.home-luxury-page,
.collection-page,
.pdp-page {
  background: #ffffff;
}

.home-luxury-page .luxury-hero {
  border-bottom: 1px solid #efefef;
  background: #ffffff;
}

.home-luxury-page .luxury-hero-copy h1,
.luxury-section-heading h2,
.collection-shelf-heading h2,
.collection-hero h1 {
  font-weight: 400;
}

.home-luxury-page .luxury-hero-media,
.collection-hero {
  background: #fafafa;
}

.home-luxury-page .luxury-hero-media img {
  filter: saturate(0.96) contrast(1.03);
}

.luxury-settings-section {
  padding-top: clamp(34px, 4.4vw, 68px);
}

.home-jewelry-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 60px) clamp(18px, 2.4vw, 34px);
}

.home-jewelry-card .collection-product-media,
.collection-product-card .collection-product-media {
  aspect-ratio: 1 / 1.1;
  border: 0;
  background: #fafafa;
  box-shadow: none;
}

.home-jewelry-card .collection-product-media img,
.collection-product-card .collection-product-media img {
  width: 100%;
  height: 100%;
  padding: clamp(8px, 1.4vw, 18px);
  object-fit: contain;
  object-position: center;
  transform: none;
}

.home-jewelry-card .collection-product-media-stack img,
.collection-product-card .collection-product-media-stack img,
.home-jewelry-card .collection-product-media-stack img.is-active,
.collection-product-card .collection-product-media-stack img.is-active {
  transform: translateX(0) scale(1);
}

.home-jewelry-card:hover .collection-product-media-stack img.is-active,
.collection-product-card:hover .collection-product-media-stack img.is-active {
  transform: translateX(0) scale(1.035);
}

.home-jewelry-copy strong,
.collection-product-copy strong {
  font-size: clamp(19px, 1.35vw, 24px);
}

.home-jewelry-copy small,
.collection-product-copy small {
  max-width: 34ch;
  color: #565656;
}

.collection-card-controls {
  margin-top: 4px;
}

.collection-product-action,
.home-jewelry-copy em {
  border-bottom-width: 1px;
  letter-spacing: 0.12em;
}

.luxury-category-window,
.luxury-category-strip,
.luxury-duo-section,
.luxury-process-band,
.collection-hero,
.collection-feature {
  border-color: #eeeeee;
}

.luxury-category-strip {
  background: #ffffff;
}

.luxury-category-strip a {
  min-height: 176px;
  background: #ffffff;
}

.luxury-category-strip img {
  width: min(100%, 148px);
  padding: 6px;
  object-fit: contain;
}

.collection-hero {
  min-height: 0;
  border-bottom: 1px solid #eeeeee;
}

.collection-hero-copy {
  padding: clamp(26px, 4vw, 54px) clamp(18px, 5vw, 68px);
}

.collection-hero img {
  max-height: 360px;
  object-fit: cover;
}

.collection-filter-bar {
  position: sticky;
  top: 89px;
  z-index: 8;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.collection-product-section {
  padding-top: clamp(22px, 3vw, 42px);
}

.collection-shelf-heading {
  margin-bottom: clamp(22px, 3vw, 36px);
}

.collection-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(38px, 4.4vw, 70px) clamp(18px, 2.6vw, 38px);
}

.collection-build-path {
  margin-top: clamp(22px, 4vw, 54px);
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.pdp-page .pdp-media-grid figure {
  background: #fafafa;
  box-shadow: none;
}

.pdp-page .pdp-media-grid img {
  object-fit: contain;
}

@media (max-width: 1020px) {
  .home-jewelry-grid,
  .collection-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-filter-bar {
    top: 84px;
  }
}

@media (max-width: 720px) {
  .top-announcement {
    min-height: 30px;
    padding: 4px 12px;
    font-size: 9px;
    line-height: 1.25;
    text-align: center;
  }

  .site-header {
    min-height: 58px;
  }

  .site-header.is-menu-open {
    background: #ffffff;
  }

  .site-header.is-menu-open .site-nav {
    padding: 18px 10px 32px;
  }

  .site-header.is-menu-open .site-nav a:not(.mobile-menu-extra) {
    min-height: 70px;
    border-bottom: 1px solid #111111;
    font-size: 20px;
    letter-spacing: 0.16em;
  }

  .site-nav .mobile-menu-extra {
    letter-spacing: 0.14em;
  }

  .home-luxury-page .luxury-hero-media {
    height: min(60vh, 390px);
  }

  .home-luxury-page .luxury-hero-media img {
    transform: none;
    object-fit: cover;
    object-position: center;
  }

  .home-luxury-page .luxury-hero-copy {
    text-align: center;
  }

  .home-luxury-page .luxury-hero-copy h1 {
    max-width: 360px;
    font-size: 33px;
    line-height: 1.05;
  }

  .home-luxury-page .luxury-hero-actions {
    justify-content: center;
  }

  .luxury-settings-section {
    padding: 34px 16px 44px;
  }

  .home-jewelry-grid,
  .collection-product-grid {
    gap: 34px 18px;
  }

  .home-jewelry-card .collection-product-media,
  .collection-product-card .collection-product-media {
    aspect-ratio: 1 / 1.08;
  }

  .home-jewelry-copy span,
  .collection-product-code {
    display: none;
  }

  .home-jewelry-copy strong,
  .collection-product-copy strong {
    font-size: 18px;
    line-height: 1.16;
  }

  .home-jewelry-copy small,
  .collection-product-copy small {
    display: block;
    font-size: 11px;
  }

  .home-jewelry-copy em,
  .collection-product-action {
    font-size: 10px;
  }

  .luxury-category-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .luxury-category-strip a {
    min-height: 134px;
    border-bottom: 1px solid #eeeeee;
  }

  .luxury-category-strip img {
    width: 92px;
  }

  .collection-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .collection-hero-copy {
    text-align: center;
  }

  .collection-hero img {
    display: none;
  }

  .collection-filter-bar {
    top: 88px;
  }

  .collection-build-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-build-path div {
    border-bottom: 1px solid #eeeeee;
  }
}

@media (max-width: 430px) {
  .home-jewelry-grid,
  .collection-product-grid {
    gap: 30px 14px;
  }

  .home-jewelry-card .collection-product-media img,
  .collection-product-card .collection-product-media img {
    padding: 6px;
  }

  .home-jewelry-copy strong,
  .collection-product-copy strong {
    font-size: 16px;
  }

  .home-jewelry-copy small,
  .collection-product-copy small {
    font-size: 10px;
    line-height: 1.35;
  }

  .collection-card-controls {
    min-height: 24px;
  }
}
