/* Final 2026-07-10 layout guard. Loaded after legacy presentation passes. */
: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;
}

@media (min-width: 901px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    column-gap: clamp(12px, 1.6vw, 28px);
  }

  .site-header .brand {
    position: static;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: min(184px, 19vw);
    height: 48px;
    transform: none;
  }

  .site-header .brand-logo {
    width: 100%;
    max-height: 48px;
  }

  .site-header .site-nav {
    grid-column: 1;
    min-width: 0;
  }

  .site-header .language-control {
    grid-column: 3;
  }

  .site-header .header-action {
    grid-column: 4;
  }
}

.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 {
  overflow: hidden;
}

.home-luxury-page .luxury-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.22);
}

.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,
.collection-page .collection-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.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 {
  padding: 0;
  object-fit: cover;
  object-position: center 64%;
  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,
.collection-page .collection-filter-bar button[aria-pressed="true"] {
  border-bottom-color: #111111;
}

.collection-filter-custom {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin-left: clamp(4px, 1vw, 14px);
  border-bottom: 1px solid #111111;
  color: #111111;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.collection-product-card.is-filtered-out {
  display: none;
}

.policy-hero .policy-hero-actions {
  margin-top: 24px;
}

@media (min-width: 901px) {
  .collection-page .collection-hero {
    padding-top: clamp(36px, 3.2vw, 50px);
  }

  .collection-page .collection-hero-copy {
    max-width: 980px;
    padding-bottom: clamp(26px, 2.6vw, 36px);
  }

  .collection-page .collection-hero h1 {
    font-size: clamp(44px, 3.8vw, 56px);
  }

  .collection-page .collection-filter-bar {
    padding-top: 13px;
    padding-bottom: 11px;
  }

  .collection-page .collection-product-section {
    padding-top: clamp(30px, 3vw, 44px);
  }
}

.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-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;
}

.pdp-media-gallery {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.pdp-media-stage {
  position: relative;
  aspect-ratio: 1.1 / 1;
  overflow: hidden;
  background: #f8f8f7;
}

.pdp-media-stage .pdp-media-figure {
  position: absolute;
  inset: 0;
  display: grid;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.pdp-media-stage .pdp-media-figure.is-active {
  opacity: 1;
  pointer-events: auto;
}

.pdp-media-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 64%;
}

.pdp-media-stage figcaption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  margin: 0;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: #111111;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

.pdp-media-thumbnails button {
  min-width: 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  border: 1px solid #dfdcd6;
  padding: 4px;
  color: #333333;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
}

.pdp-media-thumbnails button.is-active {
  border-color: #111111;
  color: #111111;
}

.pdp-media-thumbnails img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  object-position: center 64%;
}

.pdp-media-thumbnails span {
  overflow: hidden;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

@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;
    position: static;
    justify-self: center;
    transform: none;
  }

  .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: 24px;
    padding: 0 8px;
    font-size: 7px;
    letter-spacing: 0.08em;
    line-height: 1;
    white-space: nowrap;
  }
}

/* Preserve the centered brand at tablet and compact-desktop widths by using the
   same deliberate full-screen menu pattern as mobile instead of squeezing nav text. */
@media (min-width: 901px) and (max-width: 1320px) {
  .site-header {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 64px;
    z-index: 40;
    padding: 0 28px;
  }

  .mobile-menu-button {
    position: relative;
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
    z-index: 43;
  }

  .site-header .brand {
    grid-column: 2;
    grid-row: 1;
    width: min(156px, 22vw);
    justify-self: center;
  }

  .site-header .language-control,
  .site-header .header-action,
  .desktop-search-trigger {
    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-header:not(.is-menu-open) .site-nav {
    display: none;
  }

  .site-header.is-menu-open {
    position: fixed;
    inset: 0;
    z-index: 100;
    grid-template-columns: minmax(0, 1fr) 58px;
    grid-template-rows: 124px minmax(0, 1fr);
    align-items: start;
    gap: 0;
    min-height: 100dvh;
    padding: 0 48px;
    border-bottom: 0;
    overflow-y: auto;
    background: #ffffff;
  }

  .site-header.is-menu-open .brand,
  .site-header.is-menu-open .mobile-header-icons {
    display: 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;
  }

  .site-header.is-menu-open .site-nav {
    position: static;
    display: grid;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 0;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-header.is-menu-open .site-nav .site-nav-menu {
    width: 100%;
    border-bottom: 1px solid #151515;
  }

  .site-header.is-menu-open .site-nav .site-nav-menu summary,
  .site-header.is-menu-open .site-nav a:not(.mobile-menu-extra) {
    min-height: 76px;
    justify-content: space-between;
    border-bottom: 1px solid #151515;
    padding: 0;
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .site-header.is-menu-open .site-nav .site-nav-menu summary {
    border-bottom: 0;
  }

  .site-header.is-menu-open .site-nav .site-nav-flyout {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 0 0 16px;
  }

  .site-header.is-menu-open .site-nav .site-nav-flyout a,
  .site-header.is-menu-open .site-nav .mobile-menu-extra {
    min-height: 44px;
    border: 0;
    padding: 0 12px 0 0;
    color: #111111;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

/* Quote forms lead with the essentials and keep the complete build brief one calm
   disclosure away, so a buyer can begin without facing an operations-style wall. */
.inquiry-core-fields,
.inquiry-more-grid {
  display: grid;
  gap: 12px;
}

.inquiry-more-fields {
  margin: 2px 0 0;
  border-top: 1px solid #dfdcd6;
  border-bottom: 1px solid #dfdcd6;
}

.inquiry-more-fields > summary {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  cursor: pointer;
  color: #151515;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.inquiry-more-fields > summary::-webkit-details-marker {
  display: none;
}

.inquiry-more-fields > summary::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.inquiry-more-fields[open] > summary::after {
  transform: rotate(225deg) translate(-1px, -2px);
}

.inquiry-more-fields > summary span {
  margin-left: auto;
  color: #817b73;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.inquiry-more-grid {
  border-top: 1px solid #efede8;
  padding: 13px 0 16px;
}

.inquiry-more-grid textarea {
  min-height: 112px;
}

@media (max-width: 900px) {
  .pdp-media-stage {
    aspect-ratio: 1 / 1;
  }

  .pdp-media-stage img {
    object-position: center 62%;
  }

  .pdp-media-thumbnails {
    gap: 6px;
  }

  .pdp-media-thumbnails button {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    padding: 3px;
    text-align: center;
  }

  .pdp-media-thumbnails img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.76;
  }

  .pdp-media-thumbnails span {
    padding: 2px 2px 3px;
    font-size: 8px;
  }

  .pdp-mobile-quote-bar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .pdp-mobile-quote-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

.custom-ring-landing { background: #ffffff; color: #151515; }
.custom-ring-landing-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr); min-height: 650px; }
.custom-ring-landing-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 8vw, 132px); }
.custom-ring-landing-copy h1 { max-width: 680px; margin: 12px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.4vw, 5.9rem); font-weight: 400; line-height: 0.95; }
.custom-ring-landing-copy > p:not(.eyebrow) { max-width: 570px; color: #56524c; font-size: 1.02rem; line-height: 1.7; }
.custom-ring-landing-hero-media { min-height: 100%; margin: 0; overflow: hidden; background: #f3f1ed; }
.custom-ring-landing-hero-media img { display: block; width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.custom-ring-landing-hero-media figcaption { position: relative; margin-top: -42px; padding: 13px 18px; color: #fff; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.custom-ring-landing-signals { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 620px; margin: 52px 0 0; }
.custom-ring-landing-signals div { border-top: 1px solid #1b1b1b; padding-top: 12px; }
.custom-ring-landing-signals dt { color: #8d7650; font-size: 0.7rem; letter-spacing: 0.12em; }
.custom-ring-landing-signals dd { margin: 8px 0 0; font-size: 0.81rem; line-height: 1.45; }
.custom-ring-selection { padding: clamp(72px, 9vw, 150px) clamp(20px, 5vw, 90px); }
.custom-ring-selection-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.55fr); align-items: end; gap: 64px; margin-bottom: 46px; }
.custom-ring-selection-heading h2, .custom-ring-build h2, .custom-ring-close h2 { margin: 8px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 3.5vw, 4rem); font-weight: 400; line-height: 1.02; }
.custom-ring-selection-heading > p { margin: 0 0 6px; color: #625e57; line-height: 1.65; }
.custom-ring-style-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.custom-ring-style-card { display: grid; grid-template-columns: 1fr; color: inherit; text-decoration: none; }
.custom-ring-style-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #f5f4f1; }
.custom-ring-style-card span { margin-top: 18px; color: #8d7650; font-size: 0.69rem; font-weight: 700; letter-spacing: 0.1em; }
.custom-ring-style-card strong { margin-top: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; }
.custom-ring-style-card small { max-width: 300px; margin-top: 8px; color: #625e57; font-size: 0.84rem; line-height: 1.5; }
.custom-ring-style-card em { width: fit-content; margin-top: 18px; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 0.71rem; font-style: normal; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.custom-ring-build { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(36px, 7vw, 120px); padding: clamp(72px, 9vw, 150px) clamp(20px, 8vw, 150px); background: #111111; color: #ffffff; }
.custom-ring-build .eyebrow, .custom-ring-close .eyebrow { color: #c7a979; }
.custom-ring-build-grid { display: grid; gap: 18px; }
.custom-ring-build-grid article { border-top: 1px solid rgba(255, 255, 255, 0.5); padding-top: 15px; }
.custom-ring-build-grid span { display: block; color: #c7a979; font-size: 0.71rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.custom-ring-build-grid strong { display: block; max-width: 540px; margin-top: 10px; font-size: 1.05rem; font-weight: 400; line-height: 1.5; }
.custom-ring-close { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 30px; padding: clamp(72px, 9vw, 140px) clamp(20px, 8vw, 150px); background: #f4f2ee; }
.custom-ring-close h2 { max-width: 680px; }
.custom-ring-close p:not(.eyebrow) { max-width: 650px; color: #625e57; line-height: 1.7; }

@media (max-width: 900px) {
  .custom-ring-landing-hero, .custom-ring-build, .custom-ring-close, .custom-ring-selection-heading, .custom-ring-style-grid, .custom-ring-landing-signals { grid-template-columns: 1fr; }
  .custom-ring-landing-copy { padding: 62px 24px 48px; }
  .custom-ring-landing-copy h1 { font-size: clamp(3.2rem, 13vw, 4.5rem); }
  .custom-ring-landing-hero-media img { min-height: 420px; }
  .custom-ring-style-grid { gap: 38px; }
  .custom-ring-selection, .custom-ring-build, .custom-ring-close { padding-left: 24px; padding-right: 24px; }
}

@media (max-width: 640px) {
  .custom-ring-landing-hero-media { order: -1; min-height: 340px; }
  .custom-ring-landing-hero-media img { min-height: 340px; max-height: 420px; object-position: center 58%; }
  .custom-ring-landing-copy { padding-top: 44px; }
  .custom-ring-landing-copy h1 { font-size: clamp(2.8rem, 11.5vw, 3.85rem); line-height: 0.98; }
}

.site-nav-menu { position: relative; }
.site-nav-menu summary { display: flex; min-height: 38px; align-items: center; gap: 8px; padding: 0 2px; cursor: pointer; list-style: none; white-space: nowrap; }
.site-nav-menu summary::-webkit-details-marker { display: none; }
.site-nav-menu summary::after { width: 5px; height: 5px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; content: ""; transform: rotate(45deg) translateY(-2px); transition: transform 160ms ease; }
.site-nav-menu[open] summary::after { transform: rotate(225deg) translate(-1px, -2px); }
.site-nav-flyout { position: absolute; top: calc(100% + 13px); left: -16px; z-index: 30; display: grid; grid-template-columns: repeat(2, minmax(118px, 1fr)); width: 300px; gap: 0; border: 1px solid #171717; background: #ffffff; box-shadow: 0 18px 36px rgba(0, 0, 0, 0.1); padding: 10px; }
.site-nav-flyout a { display: flex; min-height: 42px; align-items: center; padding: 0 10px; color: #171717; font-size: 0.68rem; letter-spacing: 0.08em; text-decoration: none; }
.site-nav-flyout a:hover { background: #f3f1ed; text-decoration: none; }

@media (max-width: 900px) {
  .site-header.is-menu-open .site-nav .site-nav-menu { width: 100%; border-bottom: 1px solid #151515; }
  .site-header.is-menu-open .site-nav .site-nav-menu summary { min-height: 62px; justify-content: space-between; padding: 0; font-size: 15px; font-weight: 650; letter-spacing: 0.11em; }
  .site-header.is-menu-open .site-nav .site-nav-flyout { position: static; display: grid; grid-template-columns: 1fr 1fr; width: 100%; border: 0; box-shadow: none; padding: 0 0 16px; }
  .site-header.is-menu-open .site-nav .site-nav-flyout a { min-height: 42px; border: 0; padding: 0 10px 0 0; font-size: 11px; font-weight: 650; letter-spacing: 0.08em; }
}

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.site-search-trigger { border: 0; padding: 0; color: #111111; background: transparent; cursor: pointer; }
.desktop-search-trigger { position: absolute; right: calc(clamp(22px, 3.2vw, 52px) + 124px + clamp(12px, 2vw, 28px) + 116px); display: inline-flex; width: 28px; min-height: 38px; align-items: center; justify-content: center; }
.desktop-search-trigger span::before { display: block; width: 15px; height: 15px; border: 1.5px solid currentColor; border-radius: 50%; content: ""; }
.desktop-search-trigger span::after { position: absolute; width: 8px; height: 1.5px; margin: 14px 0 0 11px; background: currentColor; content: ""; transform: rotate(47deg); transform-origin: left center; }
.site-search-overlay[hidden] { display: none; }
.site-search-overlay { position: fixed; inset: 0; z-index: 120; overflow-y: auto; padding: clamp(22px, 4vw, 64px); background: #ffffff; }
.site-search-shell { width: min(100%, 1180px); margin: 0 auto; padding: clamp(28px, 5vw, 72px) 0 72px; }
.site-search-heading { position: relative; padding-right: 72px; }
.site-search-heading .eyebrow { margin: 0 0 12px; color: #8d7650; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.site-search-heading h2 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 6vw, 82px); font-weight: 400; line-height: 0.95; }
.site-search-close { position: absolute; top: 2px; right: 0; width: 48px; height: 48px; border: 0; background: transparent; cursor: pointer; }
.site-search-close::before, .site-search-close::after { position: absolute; top: 23px; left: 8px; width: 32px; height: 1.5px; background: #111111; content: ""; }
.site-search-close::before { transform: rotate(45deg); }
.site-search-close::after { transform: rotate(-45deg); }
.site-search-field { display: block; margin: clamp(42px, 6vw, 78px) 0 14px; border-bottom: 1px solid #111111; }
.site-search-field input { width: 100%; border: 0; padding: 15px 0 16px; outline: 0; color: #111111; background: transparent; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3vw, 46px); font-weight: 400; line-height: 1.1; appearance: none; -webkit-appearance: none; }
.site-search-field input::-webkit-search-cancel-button { appearance: none; -webkit-appearance: none; }
.site-search-field input::placeholder { color: #9c9993; opacity: 1; }
.site-search-note { max-width: 650px; margin: 0 0 34px; color: #625e57; font-size: 13px; line-height: 1.55; }
.site-search-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #dcdad6; border-left: 1px solid #dcdad6; }
.site-search-result { display: flex; min-height: 174px; flex-direction: column; justify-content: flex-end; border-right: 1px solid #dcdad6; border-bottom: 1px solid #dcdad6; padding: 22px; color: #111111; text-decoration: none; transition: background 160ms ease; }
.site-search-result:hover { background: #f5f3ef; text-decoration: none; }
.site-search-result span { margin-bottom: auto; color: #8d7650; font-size: 9px; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; }
.site-search-result strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; line-height: 1.08; }
.site-search-result small { margin-top: 10px; color: #625e57; font-size: 11px; line-height: 1.4; }
.site-search-empty { display: grid; min-height: 174px; grid-column: 1 / -1; place-content: center start; gap: 8px; border-right: 1px solid #dcdad6; border-bottom: 1px solid #dcdad6; padding: 22px; }
.site-search-empty strong { font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.site-search-empty span { color: #625e57; font-size: 13px; }
html.site-search-open, body.site-search-open { overflow: hidden; }

/* Product option state and mobile quote handoff. */
.pdp-choice-row button:not(.is-selected) { color: #111111; background: #ffffff; }
.pdp-selection-summary { margin: 14px 0 0; color: #625e57; font-size: 0.74rem; line-height: 1.45; }

/* Keep CTAs readable inside policy and guide content, whose normal links are intentionally dark and underlined. */
.policy-content .quote-guide-actions .primary-action {
  color: #ffffff;
  background: #102238;
  text-decoration: none;
}

.policy-content .quote-guide-actions .secondary-action {
  color: #102238;
  text-decoration: none;
}

/* Quote-first loose-stone selector: a compact buying aid, not an inventory or price promise. */
.loose-stone-builder {
  margin: clamp(46px, 7vw, 96px) 0;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
  padding: clamp(34px, 5vw, 70px) 0;
}

.loose-stone-builder-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: clamp(26px, 5vw, 84px);
  margin-bottom: clamp(30px, 4vw, 52px);
}

.loose-stone-builder-heading .eyebrow { margin: 0 0 12px; }
.loose-stone-builder-heading h2 {
  max-width: 690px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 4rem);
  font-weight: 400;
  line-height: 1.01;
}
.loose-stone-builder-heading > p:not(.eyebrow) { max-width: 360px; margin: 0 0 3px; color: #625e57; line-height: 1.6; }

.loose-stone-builder-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e0ddd7;
  border-left: 1px solid #e0ddd7;
}

.loose-stone-choice-group {
  min-height: 178px;
  border-right: 1px solid #e0ddd7;
  border-bottom: 1px solid #e0ddd7;
  padding: 20px;
}

.loose-stone-choice-group > span {
  display: block;
  margin-bottom: 20px;
  color: #8d7650;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.loose-stone-choice-group > div { display: flex; flex-wrap: wrap; gap: 8px; }
.loose-stone-choice-group button {
  min-height: 36px;
  border: 1px solid #171717;
  padding: 0 12px;
  color: #171717;
  background: #ffffff;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
}
.loose-stone-choice-group button.is-selected { color: #ffffff; background: #111111; }

.loose-stone-builder-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
}
.loose-stone-builder-footer p { margin: 0; color: #625e57; font-size: 0.82rem; line-height: 1.45; }
.loose-stone-builder-footer .primary-action { flex: 0 0 auto; min-width: 236px; }

@media (max-width: 900px) {
  .loose-stone-builder-heading,
  .loose-stone-builder-options { grid-template-columns: 1fr; }
  .loose-stone-builder-heading { gap: 18px; }
  .loose-stone-choice-group { min-height: 0; padding: 20px 0; border-right: 0; }
  .loose-stone-builder-options { border-left: 0; }
  .loose-stone-builder-footer { display: grid; grid-template-columns: 1fr; align-items: stretch; }
  .loose-stone-builder-footer .primary-action { width: 100%; min-width: 0; }
  .pdp-mobile-quote-bar button {
    display: inline-grid;
    place-items: center;
    min-height: 38px;
    border: 0;
    background: #050505;
    color: #ffffff;
    padding: 0 14px;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
  }
}

@media (max-width: 1200px) and (min-width: 901px) {
  .desktop-search-trigger { display: none; }
}

@media (max-width: 900px) {
  .mobile-header-icons a, .mobile-header-icons button { color: #111111; }
  .mobile-icon-search.site-search-trigger { width: 34px; height: 34px; }
  .mobile-icon-search.site-search-trigger > span { display: none; }
  .site-search-overlay { padding: 22px 24px; }
  .site-search-shell { padding-top: 26px; }
  .site-search-heading { padding-right: 50px; }
  .site-search-heading h2 { font-size: clamp(38px, 12vw, 52px); }
  .site-search-close { top: -4px; right: -8px; }
  .site-search-field { margin-top: 42px; }
  .site-search-field input { font-size: 25px; }
  .site-search-results { grid-template-columns: 1fr; }
  .site-search-result { min-height: 132px; padding: 18px 0; border-right: 0; }
  .site-search-result strong { font-size: 22px; }
}
