/* 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,
  .desktop-search-trigger {
    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; }
}

/* Custom atelier and trade pages: image-led, conversion-first, and intentionally flat. */
.atelier-page,
.trade-page {
  background: #fff;
  color: #151515;
}

.atelier-page h1,
.atelier-page h2,
.atelier-page h3,
.trade-page h1,
.trade-page h2,
.trade-page h3 {
  letter-spacing: 0;
}

.atelier-hero,
.trade-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  min-height: 680px;
  border-bottom: 1px solid #dedbd5;
}

.atelier-hero-media,
.trade-hero-media {
  min-height: 680px;
  overflow: hidden;
  background: #f3f2ef;
}

.atelier-hero-media img,
.trade-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atelier-hero-copy,
.trade-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 7vw, 116px);
}

.atelier-hero-copy h1,
.trade-hero-copy h1 {
  max-width: 11ch;
  margin: 14px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5.7vw, 88px);
  font-weight: 400;
  line-height: 0.96;
}

.atelier-hero-copy > p:last-of-type,
.trade-hero-copy > p:last-of-type {
  max-width: 590px;
  margin: 0;
  color: #615e58;
  font-size: 15px;
  line-height: 1.65;
}

.atelier-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.atelier-section-heading {
  max-width: 880px;
  margin: 0 auto 54px;
  text-align: center;
}

.atelier-section-heading h2 {
  max-width: 13ch;
  margin: 12px auto 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 400;
  line-height: 0.98;
}

.atelier-section-heading > p:last-child {
  max-width: 650px;
  margin: 0 auto;
  color: #6a665f;
  line-height: 1.6;
}

.atelier-intro,
.trade-programs,
.trade-categories {
  padding: clamp(76px, 9vw, 142px) clamp(24px, 4vw, 74px);
}

.atelier-style-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1320px;
  margin: 0 auto;
}

.atelier-style-grid a {
  display: grid;
  color: inherit;
  text-decoration: none;
}

.atelier-style-grid img {
  width: 100%;
  height: clamp(390px, 34vw, 510px);
  object-fit: cover;
  background: #f4f3f0;
}

.atelier-style-grid span,
.trade-program-grid span,
.trade-hero-media span {
  margin-top: 18px;
  color: #9a7743;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atelier-style-grid strong,
.trade-category-grid strong {
  margin-top: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.05;
}

.atelier-style-grid small,
.trade-category-grid span {
  margin-top: 8px;
  color: #6a665f;
  font-size: 12px;
}

.atelier-process,
.trade-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dedbd5;
  border-bottom: 1px solid #dedbd5;
}

.atelier-process article,
.trade-steps article {
  min-height: 178px;
  border-right: 1px solid #dedbd5;
  padding: 34px clamp(24px, 4vw, 56px);
}

.atelier-process article:last-child,
.trade-steps article:last-child { border-right: 0; }
.atelier-process span,
.trade-steps span {
  color: #9a7743;
  font-size: 10px;
  font-weight: 750;
}
.atelier-process strong,
.trade-steps strong {
  display: block;
  margin-top: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}
.atelier-process p,
.trade-steps p {
  max-width: 310px;
  margin: 8px 0 0;
  color: #6a665f;
  font-size: 13px;
  line-height: 1.5;
}

.atelier-editorial,
.trade-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 660px;
  background: #f5f4f1;
}

.atelier-editorial-copy,
.trade-proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 8vw, 122px);
}

.atelier-editorial-copy h2,
.trade-proof-copy h2,
.atelier-quote-copy h2,
.trade-quote-copy h2,
.atelier-faq h2 {
  max-width: 12ch;
  margin: 12px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 0.98;
}

.atelier-editorial-copy > p:last-of-type,
.trade-proof-copy > p,
.atelier-quote-copy > p,
.trade-quote-copy > p {
  max-width: 610px;
  margin: 0;
  color: #625e57;
  font-size: 15px;
  line-height: 1.65;
}

.atelier-editorial-copy a {
  width: max-content;
  margin-top: 28px;
  border-bottom: 1px solid #151515;
  color: #151515;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.atelier-editorial-media,
.trade-proof-media { height: 660px; min-height: 660px; overflow: hidden; }
.atelier-editorial-media img,
.trade-proof-media img { width: 100%; height: 100%; object-fit: cover; }

.atelier-quote,
.trade-quote {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.65fr);
  gap: clamp(46px, 8vw, 130px);
  max-width: 1260px;
  margin: 0 auto;
  padding: clamp(78px, 10vw, 150px) 40px;
  align-items: start;
}

.atelier-quote-copy,
.trade-quote-copy { padding-top: 24px; }
.atelier-quote-copy dl,
.trade-proof-copy dl {
  margin: 42px 0 0;
  border-top: 1px solid #d6d2ca;
}
.atelier-quote-copy dl div,
.trade-proof-copy dl div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid #d6d2ca;
  padding: 17px 0;
}
.atelier-quote-copy dt,
.trade-proof-copy dt {
  color: #9a7743;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.atelier-quote-copy dd,
.trade-proof-copy dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.atelier-quote .inquiry-panel,
.trade-quote .inquiry-panel {
  position: static;
  width: 100%;
  box-shadow: 0 20px 56px rgba(31, 28, 23, 0.08);
}

.atelier-faq {
  width: min(100% - 80px, 1120px);
  margin: 0 auto;
  padding: 20px 0 clamp(80px, 10vw, 150px);
}
.atelier-faq > div { border-top: 1px solid #151515; }
.atelier-faq details { border-bottom: 1px solid #151515; }
.atelier-faq summary {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.atelier-faq summary::-webkit-details-marker { display: none; }
.atelier-faq summary::after { content: "+"; font-size: 24px; font-weight: 300; }
.atelier-faq details[open] summary::after { content: "-"; }
.atelier-faq details p {
  max-width: 800px;
  margin: 0;
  padding: 0 0 28px;
  color: #625e57;
  line-height: 1.65;
}

.trade-hero { grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr); }
.trade-hero-copy { order: 1; }
.trade-hero-media { position: relative; order: 2; }
.trade-hero-media > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 42px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
}
.trade-hero-media span { display: block; color: #fff; }
.trade-hero-media strong {
  display: block;
  max-width: 11ch;
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.7vw, 58px);
  font-weight: 400;
  line-height: 0.98;
}
.trade-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trade-steps article { min-height: 150px; padding: 26px clamp(18px, 3vw, 42px); }
.trade-steps strong { margin-top: 20px; font-size: 21px; }

.trade-programs { background: #f6f5f2; }
.trade-program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1320px;
  margin: 0 auto;
  border-top: 1px solid #d6d2ca;
  border-bottom: 1px solid #d6d2ca;
}
.trade-program-grid article {
  min-height: 270px;
  border-right: 1px solid #d6d2ca;
  padding: clamp(28px, 4vw, 58px);
}
.trade-program-grid article:last-child { border-right: 0; }
.trade-program-grid h3 {
  max-width: 12ch;
  margin: 16px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 400;
  line-height: 1;
}
.trade-program-grid p {
  max-width: 340px;
  margin: 0;
  color: #625e57;
  font-size: 13px;
  line-height: 1.55;
}

.trade-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1320px;
  margin: 0 auto;
}
.trade-category-grid a {
  display: grid;
  color: inherit;
  text-decoration: none;
}
.trade-category-grid img {
  width: 100%;
  height: clamp(300px, 28vw, 420px);
  object-fit: cover;
  background: #f4f3f0;
}
.trade-category-grid strong { font-size: 26px; }
.trade-proof { background: #eef0f1; }
.trade-quote { padding-top: clamp(80px, 10vw, 150px); }

@media (max-width: 900px) {
  .atelier-hero,
  .trade-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .atelier-hero-media,
  .trade-hero-media {
    min-height: 0;
    aspect-ratio: 1 / 1.05;
  }
  .atelier-hero-copy,
  .trade-hero-copy {
    padding: 46px 18px 58px;
  }
  .atelier-hero-copy h1,
  .trade-hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(48px, 13vw, 64px);
  }
  .atelier-actions { display: grid; }
  .atelier-actions a { width: 100%; }

  .atelier-intro,
  .trade-programs,
  .trade-categories { padding: 66px 0; overflow: hidden; }
  .atelier-section-heading { padding: 0 18px; margin-bottom: 34px; }
  .atelier-section-heading h2 { font-size: 42px; }

  .atelier-style-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 0 18px 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .atelier-style-grid::-webkit-scrollbar,
  .trade-category-grid::-webkit-scrollbar { display: none; }
  .atelier-style-grid a { flex: 0 0 78vw; scroll-snap-align: start; }
  .atelier-style-grid img { height: min(82vw, 340px); }
  .atelier-style-grid strong { font-size: 24px; }

  .atelier-process,
  .trade-steps { grid-template-columns: 1fr; }
  .atelier-process article,
  .trade-steps article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #dedbd5;
    padding: 22px 18px;
  }
  .atelier-process article:last-child,
  .trade-steps article:last-child { border-bottom: 0; }
  .atelier-process strong,
  .trade-steps strong { margin-top: 12px; }

  .atelier-editorial,
  .trade-proof { grid-template-columns: 1fr; min-height: 0; }
  .atelier-editorial-copy,
  .trade-proof-copy { padding: 58px 18px; }
  .atelier-editorial-copy h2,
  .trade-proof-copy h2,
  .atelier-quote-copy h2,
  .trade-quote-copy h2,
  .atelier-faq h2 { font-size: 42px; }
  .atelier-editorial-media,
  .trade-proof-media { height: 360px; min-height: 0; }

  .atelier-quote,
  .trade-quote {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 64px 16px;
  }
  .atelier-quote-copy,
  .trade-quote-copy { padding: 0 2px; }
  .atelier-quote-copy dl div,
  .trade-proof-copy dl div { grid-template-columns: 92px minmax(0, 1fr); }

  .atelier-faq { width: calc(100% - 36px); padding: 18px 0 74px; }
  .atelier-faq summary { min-height: 68px; font-size: 10px; line-height: 1.4; }

  .trade-hero-copy { order: 2; }
  .trade-hero-media { order: 1; }
  .trade-hero-media > div { padding: 24px 18px; }
  .trade-hero-media strong { font-size: 38px; }

  .trade-program-grid { grid-template-columns: 1fr; margin: 0 18px; }
  .trade-program-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid #d6d2ca; padding: 30px 0; }
  .trade-program-grid article:last-child { border-bottom: 0; }
  .trade-program-grid h3 { font-size: 36px; }

  .trade-category-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 18px 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .trade-category-grid a { flex: 0 0 72vw; scroll-snap-align: start; }
  .trade-category-grid img { height: min(78vw, 320px); }
  .trade-category-grid strong { font-size: 24px; }
}

/* Retail PDP refinement: preserve the full product, configure first, then quote. */
.pdp-page .pdp-media-stage img,
.pdp-page .pdp-media-thumbnails img {
  object-fit: contain;
  object-position: center;
}

.pdp-page .pdp-summary {
  border: 0;
  background: #ffffff;
  box-shadow: none;
  padding: clamp(20px, 2.8vw, 42px);
}

.pdp-page .pdp-options {
  margin-top: 24px;
  border-top: 1px solid #dedbd5;
  padding-top: 4px;
}

.pdp-page .pdp-option {
  border-bottom: 1px solid #dedbd5;
  padding: 17px 0;
}

.pdp-page .pdp-selection-summary {
  min-height: 45px;
  margin: 16px 0 0;
  padding: 12px 14px;
  color: #4f4b45;
  background: #f4f3f0;
  font-size: 11px;
  line-height: 1.45;
}

.pdp-page .pdp-cta-row {
  margin-top: 14px;
}

@media (min-width: 901px) {
  .pdp-page .pdp-summary {
    position: sticky;
    top: 108px;
    align-self: start;
  }
}

@media (max-width: 900px) {
  .pdp-page .pdp-layout {
    gap: 0;
    padding-top: 6px;
  }

  .pdp-page .pdp-media-stage img,
  .pdp-page .pdp-media-thumbnails img {
    padding: 4px;
    object-fit: contain;
    object-position: center;
  }

  .pdp-page .pdp-summary {
    position: static;
    margin-top: 12px;
    border-top: 1px solid #151515;
    padding: 24px 0 4px;
  }

  .pdp-page .pdp-summary h1 {
    font-size: 39px;
  }

  .pdp-page .pdp-options {
    margin-top: 20px;
  }

  .pdp-page .pdp-option {
    padding: 15px 0;
  }

  .pdp-page .pdp-selection-summary {
    margin-bottom: 0;
  }

  .pdp-mobile-quote-bar {
    border-radius: 0;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
  }
}

.collection-page .home-inquiry-section .quote-template {
  overflow: hidden;
  padding-bottom: 0;
}

.collection-quote-media {
  height: 360px;
  margin: 34px clamp(-58px, -4vw, -28px) 0;
  overflow: hidden;
  background: #efeeeb;
}

.collection-quote-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .collection-quote-media { display: none; }
  .collection-page .home-inquiry-section .quote-template { padding-bottom: 30px; }
  .site-header .desktop-search-trigger { display: none !important; }
}

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

/* 2026-07-10 commerce pass: keep the product and quote path ahead of long-form guidance. */
.pdp-inquiry-priority {
  border-top: 1px solid #e5e2dc;
  border-bottom: 1px solid #e5e2dc;
  background: #f7f5f1;
}

.pdp-inquiry-priority .quote-template > p:not(.eyebrow) {
  max-width: 610px;
  color: #625e57;
  font-size: 15px;
  line-height: 1.65;
}

.pdp-inquiry-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0 24px;
  border-top: 1px solid #d9d5cd;
  border-left: 1px solid #d9d5cd;
}

.pdp-inquiry-signals span {
  display: grid;
  min-height: 92px;
  align-content: end;
  gap: 10px;
  border-right: 1px solid #d9d5cd;
  border-bottom: 1px solid #d9d5cd;
  padding: 16px;
  color: #151515;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pdp-inquiry-signals strong {
  color: #9b7843;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.pdp-information {
  width: min(100% - 64px, 1320px);
  margin: 0 auto;
  padding: clamp(70px, 8vw, 120px) 0;
}

.pdp-information > .eyebrow {
  margin: 0 0 12px;
  color: #9b7843;
}

.pdp-information > h2 {
  max-width: 780px;
  margin: 0 0 clamp(32px, 4vw, 54px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.02;
}

.pdp-information-list {
  border-top: 1px solid #171717;
}

.pdp-information-list details {
  border-bottom: 1px solid #171717;
}

.pdp-information-list summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pdp-information-list summary::-webkit-details-marker { display: none; }
.pdp-information-list summary::after {
  flex: 0 0 auto;
  content: "+";
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
}
.pdp-information-list details[open] summary::after { content: "-"; }

.pdp-information-body {
  max-width: 980px;
  padding: 0 0 34px;
  color: #5f5a53;
  font-size: 14px;
  line-height: 1.65;
}

.pdp-information-steps,
.pdp-information-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid #e1ded8;
  border-left: 1px solid #e1ded8;
}

.pdp-information-steps > div,
.pdp-information-row {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 130px;
  border-right: 1px solid #e1ded8;
  border-bottom: 1px solid #e1ded8;
  padding: 20px;
}

.pdp-information-steps span,
.pdp-information-row strong {
  color: #151515;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pdp-information-steps small,
.pdp-information-row span {
  color: #625e57;
  font-size: 13px;
  line-height: 1.55;
}

.inquiry-status {
  min-height: 0;
  margin: 0;
  color: #31523f;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}

.inquiry-status:empty { display: none; }
.inquiry-status.is-visible {
  display: block;
  border-left: 2px solid #31523f;
  padding: 8px 10px;
  background: #f2f6f3;
}

.not-found-page {
  display: grid;
  min-height: calc(100vh - 260px);
  align-content: center;
  justify-items: center;
  padding: clamp(72px, 10vw, 150px) 24px;
  text-align: center;
}

.not-found-page .eyebrow {
  margin: 0 0 14px;
  color: #9b7843;
}

.not-found-page h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 400;
  line-height: 0.96;
}

.not-found-page > p:not(.eyebrow) {
  max-width: 620px;
  margin: 26px 0 0;
  color: #625e57;
  font-size: 16px;
  line-height: 1.65;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.not-found-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 24px;
  margin-top: 54px;
  border-top: 1px solid #dfdcd6;
  padding-top: 22px;
}

.not-found-links a {
  color: #151515;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .not-found-page { min-height: 650px; align-content: start; padding-top: 86px; }
  .not-found-page h1 { max-width: 10ch; font-size: 52px; }
  .not-found-actions { display: grid; width: 100%; }
  .not-found-actions a { width: 100%; }
}

.contact-commerce-page {
  background: #ffffff;
}

.contact-commerce-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.72fr);
  gap: clamp(50px, 8vw, 130px);
  width: min(100% - 80px, 1320px);
  margin: 0 auto;
  padding: clamp(74px, 8vw, 128px) 0;
}

.contact-commerce-copy > .eyebrow,
.contact-commerce-details > .eyebrow {
  margin: 0 0 12px;
  color: #9b7843;
}

.contact-commerce-copy h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 5.2vw, 84px);
  font-weight: 400;
  line-height: 0.96;
}

.contact-commerce-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 28px 0 0;
  color: #625e57;
  font-size: 16px;
  line-height: 1.65;
}

.contact-commerce-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.contact-whatsapp-number{margin:12px 0 0;color:#625e57;font-size:13px;letter-spacing:.04em}.contact-whatsapp-number a{color:#111;font-weight:700}

.contact-commerce-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 48px 0 0;
  border-top: 1px solid #dcd8d0;
  border-left: 1px solid #dcd8d0;
}

.contact-commerce-signals div {
  min-height: 118px;
  border-right: 1px solid #dcd8d0;
  border-bottom: 1px solid #dcd8d0;
  padding: 18px;
}

.contact-commerce-signals dt {
  color: #9b7843;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.contact-commerce-signals dd {
  margin: 24px 0 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.contact-commerce-hero .inquiry-panel {
  align-self: start;
  border: 1px solid #e1ded8;
  box-shadow: 0 22px 58px rgba(34, 29, 20, 0.08);
}

.contact-commerce-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dedbd5;
  border-bottom: 1px solid #dedbd5;
}

.contact-commerce-paths a {
  display: grid;
  min-height: 190px;
  align-content: end;
  gap: 10px;
  border-right: 1px solid #dedbd5;
  padding: clamp(28px, 4vw, 58px);
  color: #151515;
  text-decoration: none;
}

.contact-commerce-paths a:last-child { border-right: 0; }
.contact-commerce-paths span {
  color: #9b7843;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-commerce-paths strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: 400;
  line-height: 1.02;
}

.contact-commerce-details {
  width: min(100% - 80px, 1120px);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 140px) 0;
}

.contact-commerce-details h2 {
  max-width: 780px;
  margin: 0 0 46px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 400;
  line-height: 0.98;
}

.contact-commerce-details > div { border-top: 1px solid #151515; }
.contact-commerce-details details { border-bottom: 1px solid #151515; }
.contact-commerce-details summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-commerce-details summary::-webkit-details-marker { display: none; }
.contact-commerce-details summary::after { content: "+"; font-size: 24px; font-weight: 300; }
.contact-commerce-details details[open] summary::after { content: "-"; }
.contact-commerce-details details p {
  max-width: 820px;
  margin: 0;
  padding: 0 0 30px;
  color: #625e57;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .contact-commerce-hero {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    gap: 46px;
    padding: 58px 0;
  }
  .contact-commerce-copy h1 { max-width: 10ch; font-size: clamp(48px, 14vw, 66px); }
  .contact-commerce-signals { grid-template-columns: 1fr; }
  .contact-commerce-signals div { display: grid; min-height: 64px; grid-template-columns: 34px minmax(0, 1fr); align-items: center; }
  .contact-commerce-signals dd { margin: 0; }
  .contact-commerce-actions { display: grid; }
  .contact-commerce-actions a { width: 100%; }
  .contact-commerce-paths { grid-template-columns: 1fr; }
  .contact-commerce-paths a { min-height: 138px; border-right: 0; border-bottom: 1px solid #dedbd5; padding: 28px 18px; }
  .contact-commerce-paths a:last-child { border-bottom: 0; }
  .contact-commerce-details { width: calc(100% - 32px); padding: 64px 0 82px; }
  .contact-commerce-details h2 { max-width: 10ch; font-size: 40px; }
  .contact-commerce-details summary { min-height: 68px; font-size: 10px; line-height: 1.4; }
}

.pdp-page .pdp-related-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  width: min(100%, 900px);
}

.pdp-page .pdp-related-card img {
  width: 100%;
  height: clamp(280px, 28vw, 420px);
  aspect-ratio: auto;
  object-fit: cover;
}

@media (max-width: 640px) {
  .home-luxury-page .luxury-settings-section {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 0;
  }

  .home-luxury-page .home-jewelry-grid {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 14px;
    overflow-x: auto;
    padding: 0 24px 18px 0;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-luxury-page .home-jewelry-grid::-webkit-scrollbar,
  .home-luxury-page .luxury-category-strip::-webkit-scrollbar {
    display: none;
  }

  .home-luxury-page .home-jewelry-card {
    flex: 0 0 min(78vw, 320px);
    scroll-snap-align: start;
  }

  .home-luxury-page .home-jewelry-copy strong {
    font-size: 20px;
  }

  .home-luxury-page .luxury-category-window {
    overflow: hidden;
    padding-right: 0;
  }

  .home-luxury-page .luxury-category-strip {
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding-right: 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-luxury-page .luxury-category-strip a {
    flex: 0 0 min(44vw, 180px);
    min-height: 174px;
    scroll-snap-align: start;
  }

  .pdp-page .pdp-build-mini,
  .pdp-page .pdp-visual-note {
    display: none;
  }

  .pdp-page .pdp-service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .pdp-page .pdp-service-list article {
    min-height: 118px;
    padding: 15px 11px;
  }

  .pdp-page .pdp-service-list strong { font-size: 14px; }
  .pdp-page .pdp-service-list span { font-size: 10px; line-height: 1.4; }

  .pdp-inquiry-priority {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pdp-inquiry-signals {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .pdp-inquiry-signals span {
    min-height: 58px;
    grid-template-columns: 28px minmax(0, 1fr);
    align-content: center;
    align-items: center;
  }

  .pdp-information {
    width: calc(100% - 32px);
    padding: 58px 0;
  }

  .pdp-information > h2 {
    max-width: 11ch;
    margin-bottom: 30px;
    font-size: 36px;
  }

  .pdp-information-list summary {
    min-height: 68px;
    font-size: 10px;
    line-height: 1.45;
  }

  .pdp-information-steps,
  .pdp-information-matrix {
    grid-template-columns: 1fr;
  }

  .pdp-information-steps > div,
  .pdp-information-row {
    min-height: 0;
    padding: 17px;
  }

  .pdp-page .pdp-related {
    width: 100%;
    overflow: hidden;
    padding-right: 0;
  }

  .pdp-page .pdp-related-grid {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 14px;
    overflow-x: auto;
    padding: 0 24px 18px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pdp-page .pdp-related-grid::-webkit-scrollbar { display: none; }

  .pdp-page .pdp-related-card {
    flex: 0 0 min(76vw, 310px);
    scroll-snap-align: start;
  }

  .pdp-page .pdp-related-card img {
    height: min(76vw, 310px);
  }
}
.inquiry-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.inquiry-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 1rem 0 0.35rem;
  color: #4c4a46;
  font-size: 0.83rem;
  line-height: 1.45;
}

.inquiry-consent input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  flex: 0 0 auto;
}

.inquiry-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.form-actions.is-receiver-enabled {
  flex-wrap: wrap;
}

.form-actions button[disabled] {
  cursor: wait;
  opacity: 0.65;
}

.inquiry-status.is-success {
  color: #1d6a3a;
  background: #edf8f1;
  border-color: #b8ddc5;
}

.reference-whatsapp-card{margin:0 0 18px;padding:15px 16px;border:1px solid #cdd6cf;background:#f3f6f1;display:grid;gap:7px}.reference-whatsapp-card strong{font:700 15px Arial,sans-serif;color:#173629}.reference-whatsapp-card span{font:13px/1.55 Arial,sans-serif;color:#40584b}.reference-whatsapp-card a{display:inline-block;justify-self:start;margin-top:3px;background:#1f7a4c;color:#fff;padding:10px 13px;text-decoration:none;font:700 12px Arial,sans-serif;letter-spacing:.2px}@media(max-width:700px){.reference-whatsapp-card a{width:100%;text-align:center}}

.pdp-certificate-fact{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border:1px solid #d2c5ad;color:#26364e;background:#fbfaf7;font:700 12px/1.35 Arial,sans-serif}

/* GEO answer blocks: visible copy only; owned media slots remain hidden until verified footage is attached. */
.geo-answer-block{max-width:980px;margin:56px auto 0;padding:34px 38px;border:1px solid #d9d2c5;background:#fbfaf7;color:#1d2940}.geo-answer-block .eyebrow{margin:0 0 8px;color:#866b3b;font:700 11px/1.3 Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase}.geo-answer-block h2{max-width:780px;margin:0 0 15px;font:400 clamp(1.75rem,3vw,2.7rem)/1.05 Georgia,serif;color:#16253c}.geo-answer-block>p:not(.eyebrow):not(.geo-answer-links){max-width:860px;margin:0;font:400 16px/1.7 Arial,sans-serif;color:#4c4a46}.geo-answer-links{display:flex;flex-wrap:wrap;gap:10px 20px;margin:22px 0 0}.geo-answer-links a{color:#16253c;font:700 13px/1.4 Arial,sans-serif;text-decoration:underline;text-underline-offset:.22em}.owned-media-slot[hidden]{display:none!important}@media(max-width:700px){.geo-answer-block{margin-top:34px;padding:25px 20px}.geo-answer-block h2{font-size:1.8rem}.geo-answer-block>p:not(.eyebrow):not(.geo-answer-links){font-size:15px}.geo-answer-links{display:grid;gap:12px}}
/* Brand Facts compact-screen repair: keep the quote hero inside a 390px viewport. */
@media (max-width: 430px) {
  .brand-facts-page .policy-hero,
  .brand-facts-page .policy-content {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .brand-facts-page .quote-hero {
    min-width: 0;
    gap: 18px;
    padding-top: 32px;
    overflow: hidden;
  }

  .brand-facts-page .quote-hero-copy,
  .brand-facts-page .brand-hero-panel,
  .brand-facts-page .quote-hero-panel {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .brand-facts-page .quote-hero-copy h1 {
    font-size: clamp(34px, 10vw, 42px);
    overflow-wrap: anywhere;
  }

  .brand-facts-page .quote-hero-copy p:not(.eyebrow),
  .brand-facts-page .quote-hero-panel p,
  .brand-facts-page .quote-hero-panel strong {
    overflow-wrap: anywhere;
  }
}

/* Ring preference builder: scope the mobile reset to this new page only. */
@media (max-width: 800px) {
  body:has(.rb-main) {
    min-width: 0;
    overflow-x: hidden;
  }

  body:has(.rb-main) .site-header,
  body:has(.rb-main) .top-announcement,
  body:has(.rb-main) .site-footer {
    min-width: 0;
    width: 100%;
  }

  body:has(.rb-main) .site-nav {
    display: none;
  }

  body:has(.rb-main) .brand-logo {
    max-width: 118px;
    height: auto;
  }
}

/* Ring builder: prevent narrow-device cards from extending beyond the viewport. */
@media (max-width: 600px) {
  body:has(.rb-main) .rb-main {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    overflow: hidden;
  }

  body:has(.rb-main) .rb-layout,
  body:has(.rb-main) .rb-form,
  body:has(.rb-main) .rb-summary,
  body:has(.rb-main) .rb-guide {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  body:has(.rb-main) .rb-mounts,
  body:has(.rb-main) .rb-grid {
    grid-template-columns: 1fr;
  }

  body:has(.rb-main) .rb-visuals,
  body:has(.rb-main) .rb-diamonds {
    max-width: 100%;
  }
}
