﻿:root {
  --bg: #11122c;
  --surface: #11122c;
  --surface-soft: #11122c;
  --surface-strong: #11122c;
  --ink: #f6f4ef;
  --ink-soft: rgba(246, 244, 239, 0.74);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.84);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  --radius-xl: 18px;
  --radius-lg: 12px;
  --radius-md: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.has-overlay {
  overflow: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Heebo", sans-serif;
}

body.a11y-text-large {
  font-size: 1.08rem;
}

body.a11y-text-small {
  font-size: 0.92rem;
}

body.a11y-screen-small {
  zoom: 0.92;
}

body.a11y-screen-large {
  zoom: 1.08;
}

body.a11y-readable-font,
body.a11y-readable-font .button,
body.a11y-readable-font .metal-filter {
  font-family: Arial, "Heebo", sans-serif;
}

body.a11y-yellow-black {
  background: #000000 !important;
  color: #ffe45b !important;
}

body.a11y-yellow-black * {
  border-color: #ffe45b !important;
}

body.a11y-yellow-black p,
body.a11y-yellow-black h1,
body.a11y-yellow-black h2,
body.a11y-yellow-black h3,
body.a11y-yellow-black span,
body.a11y-yellow-black a,
body.a11y-yellow-black button,
body.a11y-yellow-black li {
  color: #ffe45b !important;
}

body.a11y-high-contrast {
  --bg: #07070d;
  --surface: #07070d;
  --surface-soft: #07070d;
  --surface-strong: #07070d;
  --ink: #ffffff;
  --ink-soft: rgba(255, 255, 255, 0.9);
  --line: rgba(255, 255, 255, 0.32);
  --line-strong: rgba(255, 255, 255, 1);
}

body.a11y-invert-colors {
  filter: invert(1) hue-rotate(180deg);
}

body.a11y-underline-links a {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

body.a11y-grayscale {
  filter: grayscale(1);
}

body.a11y-sepia {
  filter: sepia(0.76) saturate(0.8) contrast(0.94);
}

body.a11y-fixed-description::after {
  content: "תיאור קבוע פעיל";
  position: fixed;
  right: 16px;
  left: 16px;
  bottom: 18px;
  z-index: 95;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(17, 18, 44, 0.92);
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

body.a11y-hide-images img {
  visibility: hidden !important;
}

body.a11y-hide-images .product-media,
body.a11y-hide-images .product-visual,
body.a11y-hide-images .brand img,
body.a11y-hide-images .brand-wordmark-image {
  background: #d9d9d9 !important;
}

body.a11y-highlight-headings h1,
body.a11y-highlight-headings h2,
body.a11y-highlight-headings h3,
body.a11y-highlight-headings .product-name,
body.a11y-highlight-headings .product-title {
  background: #fff3a6;
  color: #11122c;
  padding: 0.08em 0.18em;
  border-radius: 8px;
  display: inline-block;
}

body.a11y-text-spacing p,
body.a11y-text-spacing li,
body.a11y-text-spacing a,
body.a11y-text-spacing button,
body.a11y-text-spacing span {
  line-height: 2 !important;
  letter-spacing: 0.04em;
  word-spacing: 0.08em;
}

body.a11y-large-cursor,
body.a11y-large-cursor * {
  cursor: pointer !important;
}

body.a11y-reduce-motion *,
body.a11y-reduce-motion *::before,
body.a11y-reduce-motion *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

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

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

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.announcement-bar {
  background: var(--bg);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.announcement-inner {
  width: min(1220px, calc(100% - 24px));
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  align-items: center;
}

.site-shell {
  width: min(1220px, calc(100% - 28px));
  margin: 0 auto;
  padding: 20px 0 56px;
}

.utility-bar {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.utility-bar__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.utility-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.utility-link:hover,
.utility-link:focus-visible,
.utility-link[aria-current="page"] {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-1px);
}

.utility-link--contact {
  font-weight: 700;
}

.site-footer {
  margin-top: 24px;
  padding: 24px 26px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 320px);
  gap: 18px;
  align-items: stretch;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 104px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  text-align: right;
}

.site-footer__title {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  line-height: 1;
}

.site-footer__text {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  justify-content: stretch;
  align-content: center;
}

.site-footer__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  white-space: normal;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible,
.site-footer__nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.16), 0 2px 0 rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

.accessibility-fab,
.whatsapp-fab {
  --fab-size: 56px;
  --fab-circle-size: 48px;
  position: fixed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--fab-size);
  height: var(--fab-size);
  padding: 0;
  box-sizing: border-box;
}

.accessibility-fab {
  left: 18px;
  bottom: 18px;
  z-index: 80;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  cursor: pointer;
}

.accessibility-backdrop {
  position: fixed;
  inset: 0;
  z-index: 78;
  background: rgba(5, 8, 24, 0.58);
  backdrop-filter: blur(6px);
}

.accessibility-fab:hover,
.accessibility-fab:focus-visible {
  transform: translateY(-1px);
}

.accessibility-fab__icon,
.whatsapp-fab__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--fab-circle-size);
  height: var(--fab-circle-size);
  flex: 0 0 var(--fab-circle-size);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.accessibility-fab__icon {
  background: #2aa7df;
  color: #ffffff;
  font-size: 1.72rem;
  line-height: 1;
}

.accessibility-fab__icon svg {
  display: block;
  width: 1.12em;
  height: 1.12em;
}

.whatsapp-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 77;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  border: 0;
  box-shadow: none;
  transition: transform 180ms ease;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus-visible {
  transform: translateY(-1px);
}

.whatsapp-fab__icon {
  background: transparent;
  overflow: hidden;
}

.whatsapp-fab__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 999px;
  transform: scale(1.08);
}

body.has-overlay .whatsapp-fab {
  opacity: 0;
  pointer-events: none;
}

.accessibility-panel {
  position: fixed;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  z-index: 79;
  width: min(860px, calc(100vw - 28px));
  max-height: min(86vh, 920px);
  overflow: auto;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(223, 239, 250, 0.96) 0%, rgba(240, 248, 253, 0.98) 100%);
  box-shadow: 0 28px 90px rgba(11, 24, 48, 0.32);
  padding: 20px 20px 26px;
}

.accessibility-panel[hidden] {
  display: none;
}

.accessibility-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.accessibility-panel__copy {
  display: grid;
  gap: 8px;
  text-align: right;
}

.accessibility-panel__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(17, 18, 44, 0.14);
  border-radius: 18px;
  background: #f3f3f3;
  color: #11122c;
  font: inherit;
  font-size: 2rem;
  cursor: pointer;
  flex-shrink: 0;
}

.accessibility-panel__title {
  margin: 0;
  font-size: 1.8rem;
  color: #111111;
  line-height: 1.1;
}

.accessibility-panel__text {
  margin: 0;
  color: rgba(17, 17, 17, 0.68);
  line-height: 1.5;
  font-size: 0.98rem;
}

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

.accessibility-toggle,
.accessibility-reset {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 136px;
  padding: 18px 14px 16px;
  border: 4px solid #000000;
  border-radius: 22px;
  background: #23242b;
  color: #ffffff;
  font: inherit;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}

.accessibility-toggle.is-active {
  background: #fbfbfb;
  color: #111111;
  border-color: #f3f3f3;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}

.accessibility-toggle__status {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  opacity: 1;
  font-weight: 500;
}

.accessibility-toggle__icon {
  font-size: 2.05rem;
  line-height: 1;
  color: #ffffff;
}

.accessibility-toggle.is-active .accessibility-toggle__icon,
.accessibility-toggle.is-active .accessibility-toggle__label,
.accessibility-toggle.is-active .accessibility-toggle__status {
  color: #111111;
}

.accessibility-toggle__label {
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
}

.accessibility-panel__brand {
  margin: 18px 0 8px;
  text-align: center;
}

.accessibility-panel__brand-image {
  display: inline-block;
  width: min(100%, 184px);
  height: auto;
  margin-inline: auto;
}

.accessibility-panel__powered {
  margin: 0;
  text-align: center;
  color: #111111;
  font-size: 0.98rem;
  font-weight: 500;
}

.accessibility-panel__footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.accessibility-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 14px 12px;
  border: 0;
  border-radius: 16px;
  background: #bcd6e8;
  color: #111111;
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.hero-shell,
.section,
.info-strip article,
.product-visual,
.product-details,
.detail-card,
.empty-state {
  border: 1.5px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-shell {
  overflow: hidden;
  padding: 24px;
  border-radius: 8px;
}

@media (min-width: 901px) {
  body[data-page="home"] {
    background-image: none;
    background-color: var(--bg);
  }

  body[data-page="home"] .announcement-bar {
    position: relative;
    z-index: 3;
    border-bottom: 0;
    background:
      linear-gradient(180deg, rgba(6, 8, 18, 0.96) 0%, rgba(6, 8, 18, 0.72) 100%);
  }

  body[data-page="home"] .announcement-inner {
    width: min(1280px, calc(100% - 48px));
    padding: 15px 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
    letter-spacing: 0.16em;
  }

  body[data-page="home"] .site-shell {
    width: min(100%, 1480px);
    padding: 0 0 60px;
  }

  body[data-page="home"] .utility-bar {
    display: none;
  }

  body[data-page="home"] .hero-shell,
  body[data-page="home"] .section,
  body[data-page="home"] .site-footer,
  body[data-page="home"] .catalog-group--necklaces {
    background-image: none;
  }

  body[data-page="home"] .hero-shell {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100vw;
    min-height: min(88vh, 940px);
    margin-inline: calc(50% - 50vw);
    padding: 40px 56px 104px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    isolation: isolate;
  }

  body[data-page="home"] .hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(180deg, rgba(7, 8, 16, 0.2) 0%, rgba(7, 8, 16, 0.08) 28%, rgba(7, 8, 16, 0.68) 100%),
      linear-gradient(90deg, rgba(7, 8, 16, 0.08) 0%, rgba(7, 8, 16, 0) 36%, rgba(7, 8, 16, 0.24) 100%),
      url("assets/images/home-hero-model-mobile.jpg?v=20260509-3");
    background-size: cover;
    background-position: center 18%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
  }

  body[data-page="home"] .hero-entry {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    min-height: calc(min(88vh, 940px) - 144px);
    margin: 0 auto;
    gap: 24px;
    padding: 26px 0 0;
    align-content: start;
  }

  body[data-page="home"] .brand-text-link {
    width: min(100%, 980px);
  }

  body[data-page="home"] .brand-wordmark-image {
    width: min(100%, 920px);
    max-width: 58vw;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.2));
  }

  body[data-page="home"] .hero-menu-centered {
    width: min(1180px, 100%);
  }

  body[data-page="home"] .hero-menu-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: auto;
  }

  body[data-page="home"] .menu-button {
    min-height: 148px;
    padding: 24px 20px;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.86);
    border-radius: 28px;
    background: rgba(13, 15, 29, 0.22);
    backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: clamp(1.5rem, 1.95vw, 2.15rem);
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  }

  body[data-page="home"] .menu-button:hover,
  body[data-page="home"] .menu-button:focus-visible {
    background: rgba(255, 255, 255, 0.94);
    color: #11122c;
  }

  body[data-page="home"] .hero-meta-links {
    margin-top: 0;
    gap: 10px;
    align-self: end;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
  }

  body[data-page="home"] .hero-meta-links a {
    color: rgba(255, 255, 255, 0.9);
  }

  body[data-page="home"] #catalog {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 56px));
    margin: -72px auto 0;
    padding: 0 0 30px;
    background: transparent;
  }

  body[data-page="home"] .section {
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body[data-page="home"] .catalog-group,
  body[data-page="home"] .catalog-group--necklaces {
    padding: 36px 32px 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    background:
      linear-gradient(180deg, rgba(18, 20, 46, 0.98) 0%, rgba(12, 14, 34, 0.98) 100%);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  }

  body[data-page="home"] .catalog-group + .catalog-group {
    margin-top: 28px;
  }

  body[data-page="home"] .catalog-group-heading {
    margin-bottom: 26px;
    gap: 20px;
  }

  body[data-page="home"] .catalog-title-wrap {
    gap: 10px;
  }

  body[data-page="home"] .catalog-section-label {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    letter-spacing: 0.24em;
  }

  body[data-page="home"] .catalog-section-title {
    font-size: clamp(3.2rem, 4vw, 4.8rem);
  }

  body[data-page="home"] .metal-filters {
    gap: 14px;
  }

  body[data-page="home"] .metal-filter {
    min-height: 50px;
    padding: 12px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.16);
  }

  body[data-page="home"] .product-grid,
  body[data-page="home"] .product-grid-featured {
    gap: 18px;
  }

  body[data-page="home"] .product-grid .product-card {
    flex: 0 1 308px;
    max-width: 324px;
  }

  body[data-page="home"] .product-copy {
    min-height: 86px;
    gap: 6px;
    padding: 0 2px 2px;
  }

  body[data-page="home"] .product-title {
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 1.04rem;
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #ffffff;
  }

  body[data-page="home"] .price-tag {
    font-size: 0.98rem;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
  }

  body[data-page="home"] .product-media {
    aspect-ratio: 1 / 1.28;
    padding: 0;
    border: 0;
    border-radius: 22px;
  }

  body[data-page="home"] .product-media img {
    border-radius: 22px;
    object-position: center center;
  }

  body[data-page="home"] .site-footer {
    width: min(1280px, calc(100% - 56px));
    margin: 24px auto 0;
    padding: 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
      linear-gradient(180deg, rgba(18, 20, 46, 0.98) 0%, rgba(12, 14, 34, 0.98) 100%);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  }
}

.product-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.brand {
  width: 130px;
}

.brand-small {
  width: 92px;
}

.brand img {
  border-radius: 8px;
}

.brand-text-link {
  display: inline-flex;
  justify-content: center;
  width: min(100%, 820px);
}

.brand-wordmark-image {
  display: block;
  width: min(100%, 760px);
  height: auto;
}

.brand-wordmark {
  font-size: clamp(6rem, 15vw, 12rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #f3f1eb;
  line-height: 0.88;
}

.brand-mobile-label {
  display: none;
}

.section-kicker,
.mini-label,
.meta-label {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3,
.brand-subtitle {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.92;
  color: #ffffff;
}

h2 {
  font-size: clamp(2.4rem, 5vw, 4rem);
}

h3 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.hero-copy,
.section-heading p,
.collection-card p,
.product-copy p,
.product-intro,
.detail-card p,
.empty-state p,
.info-strip strong {
  line-height: 1.85;
  color: var(--ink-soft);
}

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

.detail-actions--stacked {
  display: grid;
  gap: 12px;
  width: 100%;
}

.detail-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.detail-action-row--secondary {
  direction: rtl;
}

.detail-actions--stacked .detail-action-row:first-child .button {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 1rem;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  padding: 12px 22px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
  white-space: normal;
  -webkit-appearance: none;
  appearance: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.is-disabled,
.button:disabled {
  opacity: 0.46;
  pointer-events: none;
  transform: none;
}

.button-primary {
  background: #ffffff;
  color: var(--bg);
}

.button-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #ffffff;
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  background: #1ebe5a;
  border-color: #1ebe5a;
}

.hero-entry {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 28px 0 8px;
}

@media (min-width: 901px) {
  .site-shell {
    padding-top: 12px;
  }

  .hero-shell {
    padding: 18px 24px;
  }

  .hero-entry {
    gap: 10px;
    padding: 12px 0 2px;
  }

  .brand-wordmark-image {
    width: min(100%, 680px);
  }

  .section {
    margin-top: 18px;
  }

  .detail-actions--stacked .detail-action-row:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.brand-subtitle {
  margin-top: -6px;
  font-size: clamp(2.9rem, 5vw, 4.6rem);
}

.hero-menu {
  display: grid;
  gap: 16px;
}

.hero-menu-centered {
  width: min(980px, 100%);
}

.hero-menu-top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.hero-meta-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  line-height: 1.4;
}

.hero-meta-links a {
  color: rgba(255, 255, 255, 0.84);
  transition: color 180ms ease, opacity 180ms ease;
}

.hero-meta-links a:hover,
.hero-meta-links a:focus-visible {
  color: #ffffff;
}

.hero-meta-links span {
  opacity: 0.44;
}

  .menu-button,
  .count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 14px 18px;
  border: 2px solid var(--line-strong);
  border-radius: 10px;
  background: transparent;
  color: #ffffff;
  font-size: 1.16rem;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.menu-button:hover,
.menu-button:focus-visible {
  background: #ffffff;
  color: var(--bg);
  transform: translateY(-1px);
}

.hero-copy-minimal {
  display: flex;
  justify-content: center;
  padding: 18px 0 8px;
}

.hero-copy-minimal .hero-copy {
  margin: 0;
  max-width: 44ch;
  text-align: center;
  color: rgba(255, 255, 255, 0.68);
}

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

.info-strip article {
  padding: 20px 22px;
  border-radius: 8px;
}

.section {
  margin-top: 24px;
  padding: 30px;
  border: 0;
  border-radius: 10px;
  background: var(--surface);
  box-shadow: none;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 26px;
}

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

.collection-card {
  padding: 26px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.collection-card:hover,
.collection-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.collection-index {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.05rem;
  font-weight: 700;
}

.catalog-group + .catalog-group {
  margin-top: 34px;
}

.catalog-group--necklaces {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 0;
  border-radius: 10px;
  background: var(--surface);
  box-shadow: none;
  isolation: isolate;
}

.catalog-group--necklaces > * {
  position: relative;
  z-index: 1;
}

.catalog-group-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  text-align: center;
  flex-direction: column;
}

.count-badge {
  min-height: auto;
  padding: 10px 14px;
  border-width: 0;
  background: transparent;
  box-shadow: none;
}

.catalog-title-wrap {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.catalog-section-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.catalog-section-title {
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 0.95;
}

.metal-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  direction: rtl;
}

.metal-filter {
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font: inherit;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.metal-filter.is-active,
.metal-filter:hover,
.metal-filter:focus-visible {
  background: #ffffff;
  color: var(--bg);
  border-color: #ffffff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
  gap: 18px;
}

.product-grid-featured {
  grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
}

@media (min-width: 961px) {
  .product-grid,
  .product-grid-featured {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  #necklaces-grid,
  #bracelets-grid,
  #rings-grid {
    justify-content: center;
  }

  .product-grid .product-card {
    flex: 0 0 318px;
  }

  .product-grid-featured .product-card {
    flex: 0 0 328px;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-media {
  position: relative;
  aspect-ratio: 1 / 1.1;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 8px 0;
}

.product-media img {
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
  object-fit: contain;
  object-position: var(--product-position, top center);
  transform: scale(var(--product-scale, 1));
  transition: transform 220ms ease;
  border-radius: 8px;
}

.product-media--necklaces {
  align-items: flex-start;
}

.product-media--necklaces img {
  object-position: top center;
}

.product-card:hover .product-media img,
.product-card:focus-within .product-media img {
  transform: scale(calc(var(--product-scale, 1) + 0.03));
}

.product-copy {
  display: grid;
  gap: 7px;
  padding: 0 2px 1px;
  margin-top: 0;
  background: transparent;
  min-height: auto;
  align-content: start;
}

.product-title {
  width: 100%;
  font-family: Arial, sans-serif !important;
  font-size: 1.2rem;
  line-height: 1.05;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  word-break: normal;
  direction: ltr;
  unicode-bidi: isolate;
  text-align: left;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.product-footer {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  gap: 1px;
  align-items: start;
  width: 100%;
}

.price-tag {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.16rem;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-align: left;
  white-space: nowrap;
  direction: ltr;
  unicode-bidi: isolate;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.product-page {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.product-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  width: min(100%, 920px);
  margin: 0 auto;
}

.product-sidebar {
  display: grid;
  gap: 20px;
  align-content: start;
}

.product-visual,
.product-details,
.detail-card,
.empty-state {
  border-radius: 6px;
}

.product-visual {
  padding: 24px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}

.product-visual img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: var(--product-position, center center);
  transform: scale(var(--product-scale, 1));
  border-radius: 20px;
}

.product-visual--necklaces {
  display: flex;
  align-items: flex-start;
}

.product-visual--necklaces img {
  aspect-ratio: auto;
  height: auto;
  max-height: 600px;
  object-position: top center;
}

.product-media[data-product-id="bracelet-silver-snake"],
.product-visual[data-product-id="bracelet-silver-snake"],
.product-media[data-product-id="bracelet-gold-snake"],
.product-visual[data-product-id="bracelet-gold-snake"] {
  --product-scale: 0.88;
  --product-position: center center;
}

.product-media[data-product-id="bracelet-silver-classic-cuff"],
.product-visual[data-product-id="bracelet-silver-classic-cuff"],
.product-media[data-product-id="bracelet-gold-classic-cuff"],
.product-visual[data-product-id="bracelet-gold-classic-cuff"] {
  --product-scale: 0.88;
  --product-position: center center;
}

.product-visual[data-product-id="bracelet-silver-snake"],
.product-visual[data-product-id="bracelet-gold-snake"] {
  --product-scale: 1.04;
}

.product-visual[data-product-id="bracelet-silver-classic-cuff"],
.product-visual[data-product-id="bracelet-gold-classic-cuff"] {
  --product-scale: 1.08;
}

.product-visual[data-product-id="bracelet-rope-silver"],
.product-visual[data-product-id="bracelet-rope-gold"] {
  --product-scale: 1.08;
  --product-position: center center;
}

.product-details {
  padding: 28px;
}

.product-header-block {
  display: grid;
  gap: 8px;
  justify-items: start;
  width: 100%;
}

.product-subheader {
  display: grid;
  gap: 6px;
  width: 100%;
  justify-items: start;
  direction: ltr;
}

.product-name {
  margin: 0;
  font-family: Arial, sans-serif !important;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 1.2rem;
  line-height: 1.05;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  word-break: normal;
  direction: ltr;
  unicode-bidi: isolate;
  width: 100%;
  text-align: left;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
}

.product-name--compact {
  font-size: 1.08rem;
  line-height: 1.04;
}

.product-meta-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.product-price {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  font-size: 1.16rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 0.92;
  letter-spacing: 0.01em;
  white-space: nowrap;
  direction: ltr;
  unicode-bidi: isolate;
  text-align: left;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.product-intro,
.detail-actions {
  margin-top: 14px;
}

.product-size-picker {
  display: grid;
  gap: 10px;
  width: 100%;
  margin-top: 8px;
}

.product-size-label {
  margin: 0;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
}

.size-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  direction: ltr;
}

.size-swatch {
  min-width: 54px;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: transparent;
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.size-swatch:hover,
.size-swatch:focus-visible,
.size-swatch.is-active {
  background: #ffffff;
  color: var(--bg);
  border-color: #ffffff;
  transform: translateY(-1px);
}

.product-intro {
  margin-top: 16px;
}

.detail-actions {
  gap: 16px;
}

.button {
  min-height: 48px;
  padding: 12px 20px;
  font-size: 1.02rem;
}

.detail-list {
  margin: 0;
  padding-inline-start: 22px;
  color: #ffffff;
  line-height: 1.9;
}

.detail-list li + li {
  margin-top: 6px;
}

@media (min-width: 521px) {
  body[data-page="home"] .product-grid,
  body[data-page="home"] .product-grid-featured {
    gap: 12px;
  }

  body[data-page="home"] .product-card {
    gap: 10px;
  }

  body[data-page="home"] .product-copy {
    min-height: 74px;
    gap: 5px;
    padding: 0 2px 2px;
  }

  body[data-page="product"] .product-details {
    padding: 28px 22px 24px;
  }

  body[data-page="product"] .product-header-block {
    gap: 8px;
  }

  body[data-page="product"] .product-name {
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
    font-size: clamp(0.82rem, 2.95vw, 0.94rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #ffffff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: normal;
    word-break: normal;
  }

  body[data-page="product"] .product-name--compact {
    font-size: clamp(0.82rem, 2.95vw, 0.94rem);
    line-height: 1;
  }

  body[data-page="product"] .product-price {
    font-family: "Heebo", sans-serif;
    font-size: clamp(0.84rem, 3.2vw, 0.96rem);
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
  }

  body[data-page="product"] .detail-actions {
    gap: 12px;
    margin-top: 16px;
  }

  body[data-page="product"] .size-swatch {
    min-width: 52px;
    min-height: 40px;
    padding: 8px 12px;
    font-size: 0.92rem;
  }

  body[data-page="product"] .detail-action-row {
    grid-template-columns: 1fr;
  }

  body[data-page="product"] .detail-actions--stacked .detail-action-row:first-child {
    grid-template-columns: 1fr;
  }

  body[data-page="product"] .detail-actions--stacked .detail-action-row:first-child .button,
  body[data-page="product"] .detail-action-row--secondary .button {
    min-height: 48px;
    padding: 9px 14px;
    font-size: 0.94rem;
    border-radius: 9px;
  }

  body[data-page="product"] .product-visual--necklaces img {
    max-height: 450px;
  }

  body[data-page="product"] .detail-card {
    padding: 22px;
  }

  body[data-page="product"] .detail-card h3 {
    font-size: 1.6rem;
  }

  body[data-page="product"] .detail-card__summary {
    font-size: 0.98rem;
  }

  body[data-page="product"] .detail-card__section-spacer {
    height: 24px;
  }
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.detail-card {
  padding: 18px 20px;
}

.detail-card h3 {
  font-size: 1.68rem;
  margin-bottom: 10px;
}

.detail-card__summary {
  margin: 0 0 14px;
  color: #ffffff;
  line-height: 1.8;
}

.detail-card__guide-action {
  margin: -2px 0 10px;
}

.detail-card__guide-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.detail-card__guide-link:hover,
.detail-card__guide-link:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.44);
  transform: translateY(-1px);
}

.detail-card__section-spacer {
  height: 26px;
}

.ring-guide-page {
  margin-top: 20px;
}

.ring-guide-card {
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 30px 28px 34px;
}

.ring-guide-card h1 {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 4.8vw, 3.2rem);
  line-height: 0.95;
}

.ring-guide-intro {
  margin: 0 0 26px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.8;
}

.ring-guide-table-wrap {
  overflow-x: auto;
}

.ring-guide-table {
  width: 100%;
  border-collapse: collapse;
  color: #ffffff;
  text-align: right;
}

.ring-guide-table th,
.ring-guide-table td {
  padding: 18px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 1rem;
}

.ring-guide-table th {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}

.ring-guide-table td {
  font-weight: 700;
}

.ring-guide-actions {
  margin-top: 24px;
}

.legal-page {
  margin-top: 20px;
}

.legal-card {
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 32px;
}

.legal-card h1 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  margin-bottom: 18px;
}

.legal-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 30px 0 12px;
}

.legal-card p {
  margin: 0 0 14px;
  line-height: 1.9;
  color: var(--ink-soft);
}

.legal-home-button {
  width: auto;
  min-width: 180px;
}

.legal-home-button--top {
  align-self: center;
}

.legal-card a {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.legal-list {
  margin: 0;
  padding-inline-start: 20px;
  color: var(--ink-soft);
  line-height: 1.9;
}

.legal-list--spaced li + li {
  margin-top: 10px;
}

.empty-state {
  padding: 32px;
  text-align: center;
}

@media (max-width: 960px) {
  .announcement-inner,
  .product-topbar,
  .site-footer__grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__grid {
    display: flex;
  }

  .site-footer__brand {
    width: 100%;
    min-height: auto;
  }

  .utility-bar {
    margin-bottom: 12px;
  }

  .detail-action-row {
    grid-template-columns: 1fr;
  }

  .hero-menu-top,
  .collection-grid,
  .info-strip,
  .details-grid {
    grid-template-columns: 1fr;
  }

  .site-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    justify-content: stretch;
  }

  .site-footer__nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .announcement-bar {
    display: block;
    border-bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0.06) 100%);
  }

  .site-shell {
    width: min(100% - 18px, 1220px);
    padding-top: 8px;
  }

  .announcement-inner {
    width: min(100% - 18px, 1220px);
    justify-content: center;
    gap: 8px;
    text-align: center;
    padding: 10px 12px;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }

  .hero-shell,
  .section,
  .product-visual,
  .product-details,
  .detail-card,
  .empty-state {
    border-radius: 10px;
  }

  .hero-shell {
    padding: 18px;
    min-height: calc(100vh - 140px);
  }

  .section,
  .product-details,
  .detail-card,
  .collection-card,
  .legal-card,
  .site-footer {
    padding: 22px;
  }

  .hero-entry {
    width: 100%;
    gap: 28px;
    padding: 24px 0 10px;
  }

  .hero-copy-minimal {
    padding-top: 10px;
  }

  .hero-copy-minimal .hero-copy {
    max-width: 30ch;
  }

  .menu-button,
  .count-badge {
    min-height: 78px;
    padding: 18px 16px;
    font-size: 1.12rem;
    border-radius: 10px;
  }

  .product-copy {
    gap: 8px;
    padding: 14px 10px 12px;
  }

  .product-visual {
    padding: 20px;
  }

  .product-grid,
  .product-grid-featured {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .utility-bar {
    display: none;
  }

  .brand-wordmark-image {
    width: min(100%, 740px);
    max-width: 94vw;
  }

  .brand-small {
    width: auto;
    min-width: 92px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .brand-small img {
    display: none;
  }

  .brand-small .brand-mobile-label {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    color: #f3f1eb;
  }

  .brand-text-link {
    width: 100%;
  }

  .catalog-group + .catalog-group {
    margin-top: 26px;
  }

  .hero-menu {
    width: 100%;
    gap: 18px;
  }

  .hero-menu-top {
    grid-template-columns: 1fr;
  }

  .hero-meta-links {
    margin-top: -2px;
    gap: 6px;
    font-size: 0.78rem;
  }
}

@media (max-width: 520px) {
  .accessibility-fab,
  .whatsapp-fab {
    --fab-size: 54px;
    --fab-circle-size: 42px;
  }

  .whatsapp-fab {
    bottom: 14px;
  }

  .accessibility-fab {
    left: 12px;
    bottom: 14px;
  }

  .accessibility-fab__icon,
  .whatsapp-fab__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .whatsapp-fab__icon svg {
    width: 27px;
    height: 27px;
  }

  .accessibility-fab__icon {
    position: relative;
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    background: #4d9fe6;
    color: transparent;
    box-shadow: none;
    overflow: hidden;
    border-radius: 999px;
  }

  .accessibility-fab__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 999px;
    transform: scale(1.08);
  }

  .accessibility-fab::after {
    content: none;
  }

  .accessibility-fab::before {
    content: none;
  }

  .product-topbar {
    gap: 12px;
  }

  .legal-home-button {
    min-width: 0;
    width: min(100%, 250px);
  }

  .legal-home-button--top {
    align-self: center;
    min-height: 44px;
    padding: 10px 18px;
    font-size: 0.95rem;
  }

  .site-footer {
    padding: 14px 12px;
  }

  .site-footer__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 0;
    padding: 14px 16px;
    border-radius: 6px;
  }

  .site-footer__title {
    margin-bottom: 4px;
    font-size: 1.18rem;
  }

  .site-footer__text {
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .site-footer__nav {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .site-footer__nav a {
    min-height: 46px;
    padding: 9px 10px;
    font-size: 0.74rem;
    line-height: 1.15;
    white-space: nowrap;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.1);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  .site-footer__nav a:hover,
  .site-footer__nav a:focus-visible,
  .site-footer__nav a:active {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.56);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
  }

  .product-grid,
  .product-grid-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-card {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 0;
    gap: 10px;
    border-radius: 0;
  }

  .product-media {
    aspect-ratio: 1 / 1.24;
    min-height: 0;
    padding: 8px 8px 0;
    border-radius: 4px;
  }

  .product-copy {
    min-height: 74px;
    gap: 5px;
    padding: 0 2px 2px;
    background: transparent;
    border-top: 0;
  }

  .product-title {
    font-size: 0.98rem;
    line-height: 1.05;
    color: #ffffff;
    font-weight: 400;
  }

  .utility-bar__links {
    width: 100%;
  }

  .utility-link {
    flex: 1 1 auto;
    min-width: 0;
  }

  .announcement-inner {
    font-size: 0.7rem;
  }

  .brand-wordmark-image {
    max-width: 82vw;
  }

  .product-footer {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: start;
  }

  .price-tag {
    font-size: 1.14rem;
    font-weight: 900;
    line-height: 0.96;
  }

  .price-tag,
  .product-title {
    text-align: left;
  }

  .product-details {
    padding: 28px 15px 24px;
  }

  .product-header-block {
    gap: 10px;
  }

  .product-name {
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 0.94rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #ffffff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: normal;
    word-break: normal;
  }

  .product-name--compact {
    font-size: 0.94rem;
    line-height: 1;
  }

  .product-price {
    font-family: "Heebo", sans-serif;
    font-size: 0.98rem;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
  }

  .detail-actions {
    gap: 12px;
    margin-top: 16px;
  }

  .product-size-picker {
    gap: 8px;
  }

  .product-size-label {
    font-size: 0.88rem;
  }

  .size-swatches {
    gap: 8px;
  }

  .size-swatch {
    min-width: 48px;
    min-height: 38px;
    padding: 7px 12px;
    font-size: 0.9rem;
    border-radius: 8px;
  }

  .detail-actions--stacked .detail-action-row:first-child .button {
    min-height: 48px;
    padding: 9px 14px;
    font-size: 0.94rem;
    border-radius: 9px;
  }

  .detail-action-row--secondary .button {
    min-height: 48px;
    padding: 9px 14px;
    font-size: 0.94rem;
    border-radius: 9px;
  }

  .product-visual--necklaces img {
    max-height: 450px;
  }

.detail-card h3 {
  font-size: 1.6rem;
}

  .detail-card__summary {
    font-size: 0.98rem;
  }

  .detail-card__guide-link {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }

  .detail-card__section-spacer {
    height: 24px;
  }

  .ring-guide-card {
    padding: 24px 18px 26px;
  }

  .ring-guide-card h1 {
    font-size: clamp(1.82rem, 8vw, 2.42rem);
  }

  .ring-guide-intro {
    font-size: 0.96rem;
  }

  .ring-guide-table th,
  .ring-guide-table td {
    padding: 14px 8px;
    font-size: 0.95rem;
  }

  .accessibility-panel {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    width: min(100vw - 16px, 560px);
    max-height: min(96vh, 920px);
    padding: 12px 10px 14px;
    border-radius: 22px;
    border: 0;
    background: linear-gradient(180deg, rgba(215, 234, 246, 0.94) 0%, rgba(237, 245, 251, 0.98) 100%);
    box-shadow: 0 28px 70px rgba(5, 8, 24, 0.24);
    backdrop-filter: blur(10px);
  }

  .accessibility-panel__header {
    position: relative;
    display: block;
    min-height: 12px;
    margin: 0 0 8px;
    padding: 0;
    background: transparent;
    border-bottom: 0;
  }

  .accessibility-panel__copy,
  .accessibility-panel__title,
  .accessibility-panel__text {
    display: none;
  }

  .accessibility-panel__close {
    position: absolute;
    top: -4px;
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    border: 0;
    font-size: 1.9rem;
  }

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

  .accessibility-toggle {
    min-height: 92px;
    padding: 10px 8px 9px;
    border-radius: 16px;
    border-width: 3px;
    gap: 6px;
  }

  .accessibility-toggle__label {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.18;
  }

  .accessibility-toggle__status {
    display: none;
  }

  .accessibility-toggle__icon {
    font-size: 1.5rem;
    opacity: 0.95;
  }

  .accessibility-panel__brand {
    margin: 10px 0 2px;
  }

  .accessibility-panel__brand-image {
    width: min(100%, 154px);
  }

  .accessibility-panel__powered {
    margin: 0;
    font-size: 0.72rem;
    color: rgba(17, 17, 17, 0.75);
  }

  .accessibility-panel__footer {
    gap: 10px;
    margin-top: 12px;
  }

  .accessibility-footer-button {
    min-height: 56px;
    padding: 10px 8px;
    border-radius: 12px;
    background: #bcd6e8;
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.1;
  }

  .brand-subtitle {
    margin-top: -2px;
  }

  .brand-wordmark {
    font-size: clamp(4.6rem, 20vw, 7rem);
  }

  .hero-menu {
    gap: 16px;
  }

  .hero-shell {
    min-height: calc(100vh - 126px);
    padding: 14px;
  }

  .hero-entry {
    gap: 24px;
    padding-top: 18px;
  }

  .menu-button {
    min-height: 72px;
    padding: 16px 14px;
    font-size: 1.08rem;
    border-radius: 8px;
  }

  .section {
    padding: 12px 8px;
  }
}

@media (max-width: 960px) {
  body[data-page="product"] .site-footer {
    padding: 10px 12px 14px;
  }

  body[data-page="product"] .site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(150px, 0.9fr);
    gap: 18px;
    align-items: center;
    padding: 18px 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(17, 18, 44, 0.96);
  }

  body[data-page="product"] .site-footer__brand {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: right;
  }

  body[data-page="product"] .site-footer__title {
    margin-bottom: 8px;
    font-size: clamp(1.65rem, 5vw, 2.15rem);
  }

  body[data-page="product"] .site-footer__text {
    font-size: 0.98rem;
    line-height: 1.45;
    color: rgba(246, 244, 239, 0.82);
  }

  body[data-page="product"] .site-footer__nav {
    grid-column: auto;
    grid-row: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    width: 100%;
    justify-items: center;
    align-items: center;
  }

  body[data-page="product"] .site-footer__nav a {
    min-height: 0;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(246, 244, 239, 0.94);
    font-family: "Heebo", sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
  }

  body[data-page="product"] .site-footer__nav a:hover,
  body[data-page="product"] .site-footer__nav a:focus-visible,
  body[data-page="product"] .site-footer__nav a:active {
    background: transparent;
    color: #ffffff;
    border: 0;
    box-shadow: none;
    transform: none;
  }
}

@media (max-width: 900px) and (orientation: portrait), (hover: none) and (pointer: coarse) {
  body[data-page="home"] {
    position: relative;
    overflow-x: clip;
    background: #0b0c17;
  }

  body[data-page="home"] .site-shell {
    position: relative;
    z-index: 1;
  }

  body[data-page="home"] .announcement-bar,
  body[data-page="home"] .utility-bar {
    display: none;
  }

  body[data-page="home"] .site-shell {
    width: min(100% - 18px, 1220px);
    padding: 0;
  }

  body[data-page="home"] .hero-shell {
    position: relative;
    display: flex;
    align-items: flex-start;
    isolation: isolate;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: calc(16px + env(safe-area-inset-top, 0px)) 16px 0;
    min-height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body[data-page="home"] .hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(180deg, rgba(8, 9, 11, 0.24) 0%, rgba(8, 9, 11, 0.14) 26%, rgba(8, 9, 11, 0.54) 100%),
      linear-gradient(90deg, rgba(8, 9, 11, 0.08) 0%, rgba(8, 9, 11, 0) 35%, rgba(8, 9, 11, 0.22) 100%),
      url("assets/images/home-hero-model-mobile.jpg?v=20260509-3");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
  }

  body[data-page="home"] .hero-entry {
    position: relative;
    z-index: 1;
    width: 100%;
    gap: 16px;
    padding: 12px 0 4px;
  }

  body[data-page="home"] .brand-text-link {
    width: 100%;
  }

  body[data-page="home"] .brand-wordmark-image {
    width: min(100%, 760px);
    max-width: 85vw;
  }

  body[data-page="home"] .hero-menu {
    width: 100%;
    gap: 12px;
  }

  body[data-page="home"] .hero-menu-top {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero-meta-links {
    width: 100%;
    justify-content: center;
    gap: 6px;
    font-size: 0.76rem;
  }

  body[data-page="home"] .menu-button {
    min-height: 60px;
    padding: 12px 14px;
    font-size: 1.08rem;
    border-radius: 8px;
  }

  body[data-page="home"] #catalog {
    position: relative;
    z-index: 2;
    margin-inline: calc(50% - 50vw);
    padding: 8px 18px 26px;
    background: var(--bg);
  }

  .catalog-group--necklaces {
    padding: 20px 14px;
  }

  body[data-page="product"] .product-page {
    margin-top: 0;
  }

}

body[data-page="product"] .site-footer {
  margin-top: 14px;
  padding: 2px 12px 14px;
  border: 0;
  background: transparent;
  box-shadow: none;
  width: min(100%, 1040px);
  margin-inline: auto;
}

body[data-page="product"] .site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: #11122c;
}

body[data-page="product"] .site-footer__brand {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: right;
}

body[data-page="product"] .site-footer__title {
  margin-bottom: 8px;
  font-size: clamp(1.7rem, 2.8vw, 2.25rem);
}

body[data-page="product"] .site-footer__text {
  color: rgba(246, 244, 239, 0.82);
  line-height: 1.45;
}

body[data-page="product"] .site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

body[data-page="product"] .site-footer__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #11122c;
  box-shadow: none;
  color: rgba(246, 244, 239, 0.94);
  font-family: "Heebo", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

body[data-page="product"] .site-footer__nav a:hover,
body[data-page="product"] .site-footer__nav a:focus-visible,
body[data-page="product"] .site-footer__nav a:active {
  background: #17183a;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: none;
  transform: none;
}

@media (max-width: 960px) {
  body[data-page="product"] .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 16px 20px;
  }

  body[data-page="product"] .site-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    justify-content: stretch;
    align-items: stretch;
  }

  body[data-page="product"] .site-footer__nav a {
    min-height: 48px;
    width: 100%;
    padding: 10px 12px;
    font-size: 0.92rem;
    text-align: center;
  }

  body[data-page="product"] .site-footer__brand {
    width: 100%;
    order: 2;
  }

  body[data-page="product"] .site-footer__nav {
    order: 1;
  }
}

@media (max-width: 520px) {
  body[data-page="product"] .product-topbar {
    gap: 12px;
  }

  body[data-page="product"] .legal-home-button {
    min-width: 0;
    width: min(100%, 250px);
  }

  body[data-page="product"] .legal-home-button--top {
    min-height: 44px;
    padding: 10px 18px;
    font-size: 0.95rem;
  }

  body[data-page="product"] .site-footer {
    padding: 6px 10px 14px;
  }

  body[data-page="product"] .site-footer__grid {
    gap: 14px;
    padding: 16px 14px 18px;
    border-radius: 8px;
  }

  body[data-page="product"] .site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body[data-page="product"] .site-footer__nav a {
    min-height: 46px;
    padding: 10px 8px;
    font-size: 0.84rem;
    line-height: 1.2;
    border-radius: 8px;
  }

  body[data-page="product"] .site-footer__brand {
    text-align: center;
  }

  body[data-page="product"] .site-footer__title {
    font-size: 1.5rem;
  }

  body[data-page="product"] .site-footer__text {
    font-size: 0.9rem;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] #catalog {
    padding: 16px 12px 26px;
  }

  body[data-page="home"] .catalog-group,
  body[data-page="home"] .catalog-group--necklaces {
    padding: 18px 10px 22px;
  }

  body[data-page="home"] .product-grid,
  body[data-page="home"] .product-grid-featured {
    gap: 13px;
    align-items: start;
  }

  body[data-page="home"] .product-card {
    display: grid;
    grid-template-areas:
      "media"
      "copy";
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
    align-content: start;
  }

  body[data-page="home"] .product-copy {
    grid-area: copy;
    min-height: 92px;
    gap: 4px;
    padding: 0 0 2px;
  }

  body[data-page="home"] .product-title {
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
    font-size: clamp(0.82rem, 2.95vw, 0.94rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #ffffff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: normal;
    word-break: normal;
  }

  body[data-page="home"] .price-tag {
    font-family: "Heebo", sans-serif;
    font-size: clamp(0.84rem, 3.2vw, 0.96rem);
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
  }

  body[data-page="home"] .product-media {
    grid-area: media;
    aspect-ratio: 1 / 1.28;
    padding: 0;
    border: 0;
    border-radius: 8px;
  }

  body[data-page="home"] .product-media img {
    border-radius: 8px;
    object-position: center center;
  }
}

@media (max-width: 520px) {
  body[data-page="home"] #catalog {
    padding: 14px 10px 24px;
  }

  body[data-page="home"] .catalog-group,
  body[data-page="home"] .catalog-group--necklaces {
    padding: 16px 8px 18px;
  }

  body[data-page="home"] .product-grid,
  body[data-page="home"] .product-grid-featured {
    gap: 12px;
  }

  body[data-page="home"] .product-card {
    gap: 11px;
  }

  body[data-page="home"] .product-copy {
    min-height: 88px;
    gap: 3px;
    padding: 0;
  }

  body[data-page="home"] .product-title {
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #ffffff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: normal;
    word-break: normal;
  }

  body[data-page="home"] .price-tag {
    font-family: "Heebo", sans-serif;
    font-size: 0.86rem;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
  }

  body[data-page="home"] .product-media {
    aspect-ratio: 1 / 1.28;
    border-radius: 10px;
  }

  body[data-page="home"] .product-media img {
    border-radius: 16px;
  }
}






