:root {
  --ink: #f8f3e8;
  --ink-soft: #cfddd9;
  --muted: #9bb4af;
  --teal-950: #01191a;
  --teal-900: #022627;
  --teal-850: #043133;
  --teal-800: #063f42;
  --teal-700: #0c5d60;
  --teal-500: #1aa3a2;
  --gold: #d9a64c;
  --gold-light: #f1cf89;
  --gold-pale: #ffe5ae;
  --line: rgba(217, 166, 76, .26);
  --line-soft: rgba(255, 255, 255, .1);
  --glass: rgba(3, 45, 47, .68);
  --shadow: 0 30px 80px rgba(0, 10, 12, .38);
  --serif: "Bodoni Moda", Georgia, serif;
  --sans: "Plus Jakarta Sans", Arial, sans-serif;
  --header-height: 138px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 5%, rgba(15, 104, 105, .22), transparent 32rem),
    linear-gradient(180deg, var(--teal-900), var(--teal-950) 48%, #001416);
  font: 400 15px/1.65 var(--sans);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg.icon { width: 1.15em; height: 1.15em; flex: none; }
::selection { color: var(--teal-950); background: var(--gold-light); }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: #021a1b;
  background: var(--gold-light);
  border-radius: 8px;
}
.skip-link:focus { transform: none; }
.shell { width: min(1460px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 13px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { text-wrap: balance; }
.ornament { display: flex; align-items: center; gap: 12px; width: min(360px, 100%); margin: 24px 0; color: var(--gold); }
.ornament i { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.ornament b { font-size: 12px; }
.ornament--center { margin-inline: auto; }

.pointer-aura {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 320px;
  height: 320px;
  margin: -160px 0 0 -160px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(62, 204, 196, .09), transparent 66%);
  opacity: 0;
  transition: opacity .25s;
  mix-blend-mode: screen;
}
body:hover .pointer-aura { opacity: 1; }

.site-header {
  position: relative;
  z-index: 80;
  border-bottom: 1px solid var(--line);
  background: rgba(1, 24, 26, .82);
  backdrop-filter: blur(18px);
}
.site-header.is-sticky {
  position: sticky;
  top: 0;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .2);
}
.topbar { border-bottom: 1px solid rgba(217,166,76,.2); background: rgba(0, 20, 22, .8); }
.topbar__inner { min-height: 38px; display: flex; align-items: center; gap: 15px; white-space: nowrap; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; color: #d5e2df; font-size: 10px; transition: color .2s; }
.topbar a:hover { color: var(--gold-light); }
.topbar .icon { color: var(--gold); }
.topbar__line { width: 1px; height: 13px; background: rgba(217,166,76,.5); }
.topbar__spacer { flex: 1; }
.social-icon { width: 27px; height: 27px; justify-content: center; border: 1px solid rgba(217,166,76,.3); border-radius: 50%; }
.social-icon .icon { width: 13px; height: 13px; }

.nav { min-height: 98px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 15px; min-width: 340px; }
.brand__mark { width: 138px; height: 68px; display: grid; place-items: center; flex: none; }
.brand__mark img { width: 100%; height: 100%; object-fit: contain; }
.brand__copy { display: flex; align-items: baseline; gap: 7px; white-space: nowrap; }
.brand__copy strong { color: var(--gold-light); font: 600 28px/1 var(--serif); letter-spacing: -.02em; }
.brand__copy small { color: #f5e7cb; font: 500 17px/1 var(--serif); }
.nav-menu { display: flex; align-items: center; gap: 7px; margin-left: auto; }
.nav-menu a {
  position: relative;
  padding: 15px 13px;
  color: #e9f0ed;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: color .2s;
}
.nav-menu a::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 8px;
  height: 1px;
  transform: scaleX(0);
  background: var(--gold);
  transition: transform .25s;
}
.nav-menu a:hover, .nav-menu a.is-active { color: var(--gold-light); }
.nav-menu a:hover::after, .nav-menu a.is-active::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.nav-toggle__close { display: none; }
.nav-toggle.is-open .nav-toggle__menu { display: none; }
.nav-toggle.is-open .nav-toggle__close { display: inline; }
.whatsapp-pill {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 11px 16px;
  color: var(--gold-light);
  border: 1px solid var(--gold);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(5,68,70,.88), rgba(1,31,33,.88));
  box-shadow: inset 0 1px rgba(255,255,255,.08);
}
.whatsapp-pill .icon { width: 24px; height: 24px; }
.whatsapp-pill span { display: grid; font-size: 12px; font-weight: 700; line-height: 1.15; }
.whatsapp-pill small { margin-bottom: 4px; color: #dce8e5; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s, border-color .25s, background .25s;
}
.button .icon { width: 16px; height: 16px; }
.button:hover { transform: translateY(-3px); }
.button--gold { color: #092b2d; background: linear-gradient(135deg, #f2d28b, #c8892f); box-shadow: 0 18px 40px rgba(201,137,47,.23); }
.button--gold:hover { box-shadow: 0 22px 55px rgba(201,137,47,.35); }
.button--outline { color: var(--ink); border-color: rgba(241,207,137,.55); background: rgba(0, 28, 30, .3); backdrop-filter: blur(9px); }
.button--outline:hover { border-color: var(--gold-light); background: rgba(8,77,79,.45); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.text-link .icon { transition: transform .25s; }
.text-link:hover .icon { transform: translateX(5px); }

.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; transition-delay: var(--delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: none; }

.hero { position: relative; min-height: calc(100vh - var(--header-height)); isolation: isolate; overflow: hidden; }
.hero--home { border-bottom: 1px solid var(--line); background:
  radial-gradient(circle at 78% 40%, rgba(29, 148, 143, .29), transparent 33%),
  linear-gradient(120deg, #011b1d 0%, #043e40 51%, #012729 100%);
}
.hero__noise { position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.13) .55px, transparent .55px); background-size: 5px 5px; mask-image: linear-gradient(90deg, black, transparent 62%); }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; animation: drift 11s ease-in-out infinite alternate; }
.hero__orb--one { width: 420px; height: 420px; right: 7%; top: 8%; background: radial-gradient(circle, rgba(43,184,176,.25), transparent 67%); }
.hero__orb--two { width: 250px; height: 250px; left: 28%; bottom: -10%; background: radial-gradient(circle, rgba(217,166,76,.15), transparent 67%); animation-delay: -4s; }
.hero__layout { min-height: calc(100vh - var(--header-height)); display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 36px; padding-block: 48px 72px; }
.hero__copy { position: relative; z-index: 4; }
.hero h1 { margin: 0; max-width: 790px; font: 500 clamp(48px, 5.2vw, 82px)/.98 var(--serif); letter-spacing: -.045em; }
.hero h1 span { color: var(--gold-light); }
.hero__lead { max-width: 585px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.85; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__highlights { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 720px; margin-top: 37px; padding-top: 25px; border-top: 1px solid rgba(217,166,76,.35); }
.hero-highlight { min-width: 0; display: flex; align-items: center; gap: 10px; padding-right: 13px; border-right: 1px solid rgba(217,166,76,.22); }
.hero-highlight:last-child { border-right: 0; }
.hero-highlight > .icon { width: 28px; height: 28px; color: var(--gold-light); }
.hero-highlight span { min-width: 0; display: grid; }
.hero-highlight strong { color: #fff; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero-highlight small { margin-top: 4px; color: var(--muted); font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.jewel-stage { position: relative; min-height: 610px; perspective: 1400px; transform-style: preserve-3d; }
.jewel-stage__glow { position: absolute; inset: 12% 3% 8% 4%; border-radius: 50%; background: radial-gradient(circle, rgba(28,155,150,.25), transparent 62%); filter: blur(20px); }
.jewel-stage__plinth { position: absolute; border: 1px solid rgba(217,166,76,.3); border-radius: 50%; transform: rotateX(68deg); background: linear-gradient(180deg, rgba(10,86,86,.8), rgba(1,25,27,.93)); box-shadow: inset 0 15px 35px rgba(255,255,255,.05), 0 40px 70px rgba(0,0,0,.38); }
.jewel-stage__plinth--back { width: 72%; height: 37%; right: 8%; top: 25%; }
.jewel-stage__plinth--front { width: 84%; height: 43%; right: 2%; bottom: 7%; }
.floating-jewel { position: absolute; overflow: hidden; border: 1px solid rgba(241,207,137,.5); border-radius: 24px; background: #031f21; box-shadow: 0 35px 75px rgba(0,0,0,.45); transform-style: preserve-3d; will-change: transform; transition: box-shadow .3s; }
.floating-jewel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 25%, transparent 72%, rgba(217,166,76,.12)); pointer-events: none; }
.floating-jewel img { width: 100%; height: 100%; object-fit: cover; }
.floating-jewel--main { width: 46%; aspect-ratio: .9; right: 4%; top: 9%; transform: rotateY(-9deg) rotateZ(3deg) translateZ(60px); }
.floating-jewel--ring { width: 42%; aspect-ratio: 1.42; left: 4%; top: 15%; transform: rotateY(12deg) rotateZ(-3deg) translateZ(30px); }
.floating-jewel--pendant { width: 43%; aspect-ratio: 1.28; left: 18%; bottom: 6%; transform: rotateY(5deg) rotateZ(1deg) translateZ(90px); }
.floating-jewel__reflection { position: absolute; inset: -40% -10%; transform: translateX(-80%) rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); animation: shine 6s ease-in-out infinite; }
.heritage-medallion { position: absolute; z-index: 5; right: -1%; bottom: 6%; width: 120px; height: 120px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: rgba(1,31,33,.75); box-shadow: 0 20px 50px rgba(0,0,0,.35); animation: float 5s ease-in-out infinite; }
.heritage-medallion::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(217,166,76,.55); border-radius: 50%; }
.heritage-medallion span, .heritage-medallion b { position: absolute; color: var(--gold-light); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.heritage-medallion span { top: 20px; }
.heritage-medallion b { bottom: 18px; }
.heritage-medallion img { width: 63px; height: 36px; object-fit: contain; }
.hero__scroll { position: absolute; z-index: 5; left: 50%; bottom: 15px; display: grid; justify-items: center; gap: 8px; color: var(--muted); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.hero__scroll span { width: 1px; height: 32px; background: linear-gradient(var(--gold), transparent); animation: scrollLine 1.7s infinite; }

.section { padding: 88px 0; }
.section-heading { max-width: 750px; margin: 0 auto 42px; text-align: center; }
.section-heading h2 { margin: 0; color: #fff7e8; font: 500 clamp(36px, 4vw, 58px)/1.05 var(--serif); letter-spacing: -.03em; }
.section-heading--split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; text-align: left; }
.section-heading--split .eyebrow { margin-bottom: 9px; }
.section-heading__copy { max-width: 530px; margin: 0; color: var(--muted); }
.section--collections { background: linear-gradient(180deg, rgba(4,55,57,.38), rgba(1,24,26,.15)); }
.collection-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.collection-card { min-width: 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: rgba(4,47,49,.62); transform-style: preserve-3d; box-shadow: 0 22px 50px rgba(0,0,0,.17); }
.collection-card__media { position: relative; aspect-ratio: 1.15; overflow: hidden; }
.collection-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 42%, rgba(1,22,24,.9)); }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .55s; }
.collection-card:hover img { transform: scale(1.08); filter: saturate(1.12) brightness(1.04); }
.collection-card__body { min-height: 88px; display: grid; grid-template-columns: 28px 1fr 23px; align-items: center; gap: 9px; padding: 13px; transform: translateZ(25px); }
.collection-card__body > span { color: var(--gold); font: 600 12px/1 var(--serif); }
.collection-card__body h3 { margin: 0; color: #fff; font: 600 21px/1.05 var(--serif); }
.collection-card__body p { margin: 5px 0 0; color: var(--muted); font-size: 9px; }
.collection-card__body > .icon { color: var(--gold-light); }

.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.editorial-panel { min-height: 410px; display: grid; grid-template-columns: .84fr 1.16fr; overflow: hidden; background: linear-gradient(135deg, #063f42, #012326); }
.editorial-panel + .editorial-panel { border-left: 1px solid var(--line); }
.editorial-panel__copy { position: relative; z-index: 2; align-self: center; padding: 46px max(27px, 4vw); }
.editorial-panel__copy h2 { margin: 0 0 15px; font: 500 clamp(32px, 3.1vw, 50px)/1.02 var(--serif); }
.editorial-panel__copy > p:not(.eyebrow) { color: var(--ink-soft); }
.editorial-panel__image { min-height: 410px; overflow: hidden; }
.editorial-panel__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.editorial-panel:hover .editorial-panel__image img { transform: scale(1.045); }
.editorial-panel__image--double { display: grid; grid-template-columns: 1fr 1fr; }

.section--products { background: radial-gradient(circle at 50% 0, rgba(7,90,91,.22), transparent 50%); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-grid--featured { grid-template-columns: repeat(3, 1fr); }
.product-card { min-width: 0; border: 1px solid rgba(217,166,76,.24); border-radius: 17px; overflow: hidden; background: rgba(3,41,43,.67); transform-style: preserve-3d; box-shadow: 0 20px 45px rgba(0,0,0,.18); transition: border-color .25s, box-shadow .25s; }
.product-card:hover { border-color: rgba(241,207,137,.72); box-shadow: 0 27px 70px rgba(0,0,0,.32); }
.product-card__media { position: relative; display: block; aspect-ratio: 1.1; overflow: hidden; background: #052b2d; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .55s; }
.product-card:hover .product-card__media img { transform: scale(1.08); filter: saturate(1.12); }
.product-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(1,22,24,.68)); }
.product-card__shine { position: absolute; z-index: 2; inset: -50% -20%; transform: translateX(-90%) rotate(15deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent); transition: transform .7s; }
.product-card:hover .product-card__shine { transform: translateX(90%) rotate(15deg); }
.product-card__view { position: absolute; z-index: 3; left: 16px; bottom: 13px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(7px); transition: .3s; }
.product-card:hover .product-card__view { opacity: 1; transform: none; }
.product-card__body { padding: 18px 18px 20px; transform: translateZ(22px); }
.product-card__body > p { margin: 0 0 6px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-card__body h3 { margin: 0; font: 500 26px/1.08 var(--serif); }
.product-card__body h3 a:hover { color: var(--gold-light); }
.product-card__body > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.product-card__body > div span { padding: 5px 8px; color: var(--muted); border: 1px solid rgba(255,255,255,.09); border-radius: 999px; font-size: 8px; }

.heritage-band { padding: 96px 0; border-block: 1px solid var(--line); background: linear-gradient(135deg, #012225, #074547 55%, #021f21); }
.heritage-band__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.heritage-band__media { position: relative; min-height: 540px; }
.heritage-band__media img { width: 86%; height: 540px; object-fit: cover; object-position: center 36%; border-radius: 210px 210px 24px 24px; box-shadow: var(--shadow); }
.heritage-band__frame { position: absolute; inset: 35px 0 -28px 45px; z-index: -1; width: 86%; border: 1px solid var(--gold); border-radius: 210px 210px 24px 24px; }
.heritage-band__copy h2 { margin: 0 0 22px; font: 500 clamp(40px, 4.2vw, 65px)/1.02 var(--serif); }
.heritage-band__copy > p:not(.eyebrow) { max-width: 720px; color: var(--ink-soft); font-size: 16px; }
.heritage-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 35px 0; }
.heritage-stats div { padding: 20px 14px; border-left: 1px solid var(--gold); background: rgba(0,22,24,.25); }
.heritage-stats strong { display: block; color: var(--gold-light); font: 500 38px/1 var(--serif); }
.heritage-stats span { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.section--gallery-preview { padding-block: 70px; }
.gallery-ribbon { display: grid; grid-template-columns: repeat(8, 1fr); gap: 9px; }
.gallery-thumb { position: relative; min-width: 0; aspect-ratio: 1.15; padding: 0; overflow: hidden; border: 1px solid rgba(217,166,76,.3); border-radius: 12px; background: #042f31; cursor: pointer; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s, filter .45s; }
.gallery-thumb > span { position: absolute; z-index: 2; left: 10px; bottom: 8px; max-width: calc(100% - 38px); color: #fff; font: 500 12px/1.1 var(--serif); opacity: 0; transform: translateY(5px); transition: .3s; }
.gallery-thumb > .icon { position: absolute; z-index: 2; right: 9px; bottom: 8px; color: var(--gold-light); opacity: 0; transition: .3s; }
.gallery-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(0,19,21,.88)); opacity: 0; transition: .3s; }
.gallery-thumb:hover img { transform: scale(1.1); filter: saturate(1.15); }
.gallery-thumb:hover::after, .gallery-thumb:hover > span, .gallery-thumb:hover > .icon { opacity: 1; transform: none; }

.trust-band { border-block: 1px solid var(--line); background: rgba(3,49,51,.4); }
.trust-band__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-chip { min-height: 118px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 17px; border-right: 1px solid rgba(217,166,76,.2); }
.trust-chip:last-child { border-right: 0; }
.trust-chip > .icon { width: 43px; height: 43px; padding: 9px; color: var(--gold-light); border: 1px solid var(--gold); border-radius: 50%; }
.trust-chip span { display: grid; }
.trust-chip strong { font: 500 21px/1 var(--serif); }
.trust-chip small { margin-top: 6px; color: var(--muted); font-size: 9px; }

.footer { background: #001719; border-top: 1px solid var(--line); }
.footer__grid { display: grid; grid-template-columns: 1.35fr .6fr .6fr 1.1fr; gap: 52px; padding: 58px 0 43px; }
.footer__brand img { width: 190px; height: 90px; object-fit: contain; }
.footer__brand h2 { margin: 15px 0 9px; color: var(--gold-light); font: 500 31px/1 var(--serif); }
.footer__brand h2 small { font-size: .68em; }
.footer__brand p { max-width: 410px; margin: 0; color: var(--muted); font-size: 12px; }
.footer__socials { display: flex; gap: 9px; margin-top: 18px; }
.footer__socials a { width: 35px; height: 35px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid var(--gold); border-radius: 50%; }
.footer__socials a:hover { color: var(--teal-950); background: var(--gold-light); }
.footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer__column h3 { margin: 0 0 9px; color: var(--gold-light); font: 500 20px/1 var(--serif); text-transform: uppercase; }
.footer__column a, .footer__column p { margin: 0; color: #b3c8c4; font-size: 11px; transition: color .2s, transform .2s; }
.footer__column a:hover { color: var(--gold-light); transform: translateX(3px); }
.footer__contact a, .footer__contact p { display: flex; align-items: flex-start; gap: 8px; }
.footer__contact .icon { margin-top: 2px; color: var(--gold); }
.footer__bottom { border-top: 1px solid rgba(217,166,76,.18); }
.footer__bottom .shell { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #789995; font-size: 9px; }
.floating-whatsapp { position: fixed; z-index: 70; right: 22px; bottom: 22px; min-width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding-inline: 17px; color: #fff; border-radius: 999px; background: linear-gradient(135deg, #1bc96b, #079f51); box-shadow: 0 18px 45px rgba(0,0,0,.35); animation: whatsappPulse 2.3s infinite; }
.floating-whatsapp .icon { width: 25px; height: 25px; }
.floating-whatsapp span { max-width: 0; overflow: hidden; white-space: nowrap; font-size: 11px; font-weight: 700; transition: max-width .3s; }
.floating-whatsapp:hover span { max-width: 90px; }

/* Shared internal-page hero */
.page-hero { position: relative; min-height: 500px; display: flex; align-items: end; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero__media, .page-hero__veil { position: absolute; inset: 0; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__veil { background: linear-gradient(90deg, rgba(1,23,25,.96) 0%, rgba(2,40,42,.82) 43%, rgba(1,23,25,.3) 74%, rgba(1,23,25,.72)); }
.page-hero__content { position: relative; z-index: 2; padding-block: 115px 70px; }
.page-hero__content h1 { max-width: 820px; margin: 0; font: 500 clamp(52px, 6vw, 86px)/.95 var(--serif); letter-spacing: -.045em; }
.page-hero__content > p:last-child { max-width: 660px; margin: 23px 0 0; color: var(--ink-soft); font-size: 16px; }
.page-hero--about .page-hero__media img { object-position: center 44%; }
.page-hero--collections .page-hero__media img { object-position: center 50%; }
.page-hero--custom .page-hero__media img { object-position: center 55%; }
.page-hero--gallery .page-hero__media img { object-position: center 42%; }
.page-hero--contact .page-hero__media img { object-position: center 44%; }

/* About */
.split-story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.split-story__copy h2, .custom-intro__copy h2, .craft-section__copy h2, .contact-section__details h2 { margin: 0 0 22px; font: 500 clamp(40px, 4.4vw, 65px)/1.02 var(--serif); }
.split-story__copy > p:not(.eyebrow), .custom-intro__copy > p:not(.eyebrow), .craft-section__copy > p:not(.eyebrow), .contact-section__details > p:not(.eyebrow) { color: var(--ink-soft); font-size: 15px; }
.signature-card { max-width: 500px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; margin-top: 30px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(3,52,54,.45); }
.signature-card strong { color: var(--gold-light); font: 500 29px/1 var(--serif); }
.signature-card > span { align-self: center; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.signature-card a { display: flex; align-items: center; gap: 8px; color: #c8dbd7; font-size: 10px; }
.signature-card a .icon { color: var(--gold); }
.split-story__visual { min-height: 650px; perspective: 1200px; }
.photo-stack { position: relative; height: 650px; transform-style: preserve-3d; }
.photo-stack figure { position: absolute; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.photo-stack figure img { width: 100%; height: 100%; object-fit: cover; }
.photo-stack__large { width: 70%; height: 78%; right: 0; top: 0; transform: rotateY(-8deg) translateZ(30px); }
.photo-stack__small { width: 53%; height: 46%; left: 0; bottom: 1%; transform: rotateY(8deg) rotateZ(-2deg) translateZ(70px); }
.photo-stack__seal { position: absolute; right: 10%; bottom: 2%; width: 130px; height: 130px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: rgba(1,28,30,.85); }
.photo-stack__seal img { width: 85px; height: 50px; object-fit: contain; }
.values-section { padding: 85px 0; border-block: 1px solid var(--line); background: rgba(4,53,55,.4); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.value-card { padding: 35px 26px; border: 1px solid rgba(217,166,76,.24); border-radius: 18px; background: linear-gradient(145deg, rgba(4,55,57,.75), rgba(1,30,32,.75)); }
.value-card > .icon { width: 42px; height: 42px; color: var(--gold-light); }
.value-card h3 { margin: 24px 0 11px; font: 500 26px/1 var(--serif); }
.value-card p { margin: 0; color: var(--muted); font-size: 12px; }
.craft-section { padding: 100px 0; }
.craft-section__grid { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.craft-media-grid { min-height: 610px; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 13px; }
.craft-media-grid img { width: 100%; height: 100%; object-fit: cover; border: 1px solid var(--line); border-radius: 18px; }
.craft-media-grid img:first-child { grid-row: 1 / 3; }
.process-list { display: grid; gap: 0; margin: 30px 0 35px; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(217,166,76,.18); }
.process-list li > span { color: var(--gold); font: 500 24px/1 var(--serif); }
.process-list h3 { margin: 0; font: 500 24px/1 var(--serif); }
.process-list p { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.locations-section { padding: 85px 0; border-top: 1px solid var(--line); background: rgba(2,44,46,.35); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.location-card { position: relative; min-height: 280px; padding: 40px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(6,75,77,.62), rgba(1,29,31,.85)); }
.location-card > span { position: absolute; right: 25px; top: 8px; color: rgba(241,207,137,.11); font: 500 100px/1 var(--serif); }
.location-card > .icon { width: 42px; height: 42px; color: var(--gold-light); }
.location-card h3 { margin: 24px 0 5px; font: 500 34px/1 var(--serif); }
.location-card p { margin: 0 0 25px; color: var(--muted); }

/* Collections and products */
.catalog-toolbar, .gallery-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 36px; }
.catalog-toolbar h2, .gallery-toolbar h2 { margin: 0; font: 500 clamp(38px, 4vw, 58px)/1 var(--serif); }
.filter-chips { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter-chip { padding: 9px 14px; color: #c8dbd7; border: 1px solid rgba(217,166,76,.28); border-radius: 999px; background: rgba(1,31,33,.4); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: .25s; }
.filter-chip:hover, .filter-chip.is-active { color: #092a2b; border-color: var(--gold-light); background: var(--gold-light); }
.product-card[hidden], .gallery-tile[hidden] { display: none !important; }
.empty-state { padding: 80px 25px; text-align: center; }
.empty-state .icon { width: 55px; height: 55px; color: var(--gold); }
.empty-state h3 { margin: 16px 0 5px; font: 500 34px/1 var(--serif); }
.empty-state p { color: var(--muted); }
.bespoke-banner { padding: 65px 0; border-block: 1px solid var(--line); background: linear-gradient(120deg, #064a4c, #012628); }
.bespoke-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.bespoke-banner h2 { max-width: 900px; margin: 0; font: 500 clamp(32px, 3.3vw, 50px)/1.05 var(--serif); }

.product-detail { padding: 80px 0 95px; }
.product-detail__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.product-detail__gallery { perspective: 1400px; }
.product-detail__main { position: relative; width: 100%; aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #032b2d; cursor: zoom-in; box-shadow: var(--shadow); }
.product-detail__main > img { width: 100%; height: 100%; object-fit: cover; }
.product-detail__main > span { position: absolute; right: 17px; bottom: 15px; display: flex; align-items: center; gap: 7px; padding: 8px 11px; color: var(--gold-light); border: 1px solid rgba(217,166,76,.45); border-radius: 999px; background: rgba(1,26,28,.76); font-size: 8px; text-transform: uppercase; }
.product-detail__thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.product-detail__thumbs button { aspect-ratio: 1.6; padding: 0; overflow: hidden; border: 1px solid rgba(217,166,76,.28); border-radius: 12px; background: #032b2d; cursor: pointer; }
.product-detail__thumbs button.is-active { border-color: var(--gold-light); box-shadow: 0 0 0 2px rgba(217,166,76,.16); }
.product-detail__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 27px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--gold-light); }
.product-detail__copy h1 { margin: 0; font: 500 clamp(47px, 5vw, 76px)/.98 var(--serif); }
.product-detail__summary { color: var(--gold-light); font: 500 21px/1.4 var(--serif); }
.product-detail__copy > p:not(.eyebrow):not(.product-detail__summary) { color: var(--ink-soft); }
.product-specs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 29px 0; border-block: 1px solid var(--line); }
.product-specs div { padding: 17px 14px; border-right: 1px solid var(--line); }
.product-specs div:last-child { border-right: 0; }
.product-specs dt { color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.product-specs dd { margin: 5px 0 0; color: #fff; font: 500 17px/1.2 var(--serif); }
.product-detail__note { display: flex; gap: 13px; padding: 16px; border: 1px solid rgba(217,166,76,.22); border-radius: 14px; background: rgba(4,58,60,.38); }
.product-detail__note .icon { color: var(--gold); }
.product-detail__note p { margin: 0; color: var(--muted); font-size: 10px; }
.product-story { border-block: 1px solid var(--line); background: rgba(4,54,56,.35); }
.product-story__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: center; }
.product-story__copy h2 { margin: 0 0 18px; font: 500 clamp(38px, 4vw, 60px)/1.03 var(--serif); }
.product-story__copy p { color: var(--ink-soft); }
.product-story__media { height: 390px; overflow: hidden; border-radius: 22px; }
.product-story__media img { width: 100%; height: 100%; object-fit: cover; }
.product-grid--related { grid-template-columns: repeat(3, 1fr); }
.not-found { min-height: 70vh; display: grid; place-items: center; padding: 80px 0; }
.not-found__inner { max-width: 800px; text-align: center; }
.not-found__inner > .icon { width: 74px; height: 74px; color: var(--gold-light); }
.not-found h1 { margin: 13px 0; font: 500 clamp(46px, 6vw, 80px)/1 var(--serif); }
.not-found p { color: var(--muted); }
.not-found .hero__actions { justify-content: center; }

/* Custom design */
.custom-intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.custom-intro__checks { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 28px 0 32px; }
.custom-intro__checks span { display: flex; align-items: center; gap: 9px; color: #d3e1de; font-size: 11px; }
.custom-intro__checks .icon { color: var(--gold); }
.custom-intro__visual { min-height: 600px; perspective: 1300px; }
.design-stage { position: relative; height: 600px; transform-style: preserve-3d; }
.design-stage figure { position: absolute; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; box-shadow: var(--shadow); }
.design-stage img { width: 100%; height: 100%; object-fit: cover; }
.design-stage__sketch { width: 74%; height: 76%; left: 0; top: 6%; transform: rotateY(9deg) rotateZ(-2deg); }
.design-stage__jewel { width: 48%; height: 53%; right: 0; bottom: 0; transform: rotateY(-10deg) rotateZ(3deg) translateZ(75px); }
.design-stage__line { position: absolute; right: 15%; top: 2%; width: 1px; height: 86%; background: linear-gradient(transparent, var(--gold), transparent); }
.process-section { padding: 90px 0; border-block: 1px solid var(--line); background: rgba(4,55,57,.38); }
.process-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-card { position: relative; min-height: 315px; padding: 33px 25px; overflow: hidden; border: 1px solid rgba(217,166,76,.25); border-radius: 18px; background: linear-gradient(145deg, rgba(5,64,66,.7), rgba(1,29,31,.86)); }
.process-card > span { position: absolute; right: 14px; top: 0; color: rgba(241,207,137,.11); font: 500 85px/1 var(--serif); }
.process-card > .icon { width: 46px; height: 46px; color: var(--gold-light); }
.process-card h3 { margin: 55px 0 13px; font: 500 29px/1 var(--serif); }
.process-card p { margin: 0; color: var(--muted); font-size: 12px; }
.inspiration-section { padding: 90px 0; }
.inspiration-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.inspiration-card { position: relative; min-width: 0; aspect-ratio: .8; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #032c2e; cursor: pointer; }
.inspiration-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.inspiration-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(0,23,25,.94)); }
.inspiration-card > span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 17px; display: grid; text-align: left; }
.inspiration-card strong { font: 500 24px/1 var(--serif); }
.inspiration-card small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.inspiration-card:hover img { transform: scale(1.08); }
.custom-enquiry { padding: 95px 0; border-top: 1px solid var(--line); background: linear-gradient(135deg, #064b4d, #012427); }
.custom-enquiry__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.custom-enquiry__copy h2 { margin: 0 0 18px; font: 500 clamp(42px, 4vw, 62px)/1.02 var(--serif); }
.custom-enquiry__copy > p:not(.eyebrow) { color: var(--ink-soft); }
.contact-mini-list { display: grid; gap: 10px; margin-top: 30px; }
.contact-mini-list a { display: flex; align-items: center; gap: 13px; padding: 12px; border: 1px solid rgba(217,166,76,.18); border-radius: 12px; background: rgba(0,24,26,.22); }
.contact-mini-list .icon { width: 25px; height: 25px; color: var(--gold-light); }
.contact-mini-list span { display: grid; color: var(--muted); font-size: 10px; }
.contact-mini-list strong { color: #fff; font-size: 10px; text-transform: uppercase; }
.enquiry-form { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: rgba(1,29,31,.72); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { color: #d7e4e1; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-grid__wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; color: #fff; border: 1px solid rgba(217,166,76,.25); border-radius: 10px; outline: none; background: rgba(2,43,45,.7); transition: border-color .2s, box-shadow .2s; }
input, select { min-height: 48px; padding: 0 13px; }
textarea { min-height: 130px; padding: 12px 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(217,166,76,.1); }
select option { color: #081e20; background: #fff; }
.form-status { min-height: 20px; margin: 12px 0; color: var(--gold-pale); font-size: 10px; }
.honeypot { position: absolute !important; left: -9999px !important; }

/* Gallery */
.gallery-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 12px; }
.gallery-tile { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 1px solid rgba(217,166,76,.26); border-radius: 16px; background: #032b2d; cursor: zoom-in; }
.gallery-tile--wide { grid-column: span 2; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .55s; }
.gallery-tile__overlay { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; padding: 18px; background: linear-gradient(transparent 45%, rgba(0,22,24,.92)); opacity: .28; transition: opacity .3s; }
.gallery-tile__overlay strong { font: 500 23px/1 var(--serif); }
.gallery-tile__overlay small { margin-top: 5px; color: var(--muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.gallery-tile__overlay .icon { position: absolute; right: 17px; bottom: 19px; color: var(--gold-light); }
.gallery-tile:hover img { transform: scale(1.07); filter: saturate(1.1); }
.gallery-tile:hover .gallery-tile__overlay { opacity: 1; }
.gallery-cta { padding: 70px 0; border-block: 1px solid var(--line); background: linear-gradient(120deg, #064a4c, #012628); }
.gallery-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.gallery-cta h2 { max-width: 850px; margin: 0; font: 500 clamp(34px, 3.5vw, 52px)/1.05 var(--serif); }

/* Contact */
.contact-section__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0; }
.contact-card { min-width: 0; display: grid; grid-template-columns: 37px 1fr 18px; align-items: center; gap: 11px; padding: 17px; border: 1px solid rgba(217,166,76,.23); border-radius: 14px; background: rgba(4,54,56,.45); }
.contact-card > .icon:first-child { width: 30px; height: 30px; color: var(--gold-light); }
.contact-card > .icon:last-child { color: var(--gold); }
.contact-card span { min-width: 0; display: grid; }
.contact-card strong { font-size: 10px; text-transform: uppercase; }
.contact-card small { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; }
.contact-locations { display: grid; gap: 12px; }
.contact-locations article { display: grid; grid-template-columns: 34px 29px 1fr; gap: 11px; align-items: start; padding: 15px 0; border-top: 1px solid rgba(217,166,76,.18); }
.contact-locations article > span { color: var(--gold); font: 500 18px/1 var(--serif); }
.contact-locations .icon { color: var(--gold-light); }
.contact-locations div { display: grid; gap: 7px; }
.contact-locations strong { font-size: 11px; }
.contact-locations a { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; }
.contact-form-card { padding: 36px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(5,68,70,.7), rgba(1,28,30,.85)); box-shadow: var(--shadow); }
.contact-form-card h2 { margin: 0 0 25px; font: 500 48px/1 var(--serif); }
.contact-form-card .enquiry-form { padding: 0; border: 0; background: transparent; box-shadow: none; }
.form-alert { display: flex; gap: 12px; margin-bottom: 22px; padding: 15px; border-radius: 13px; }
.form-alert .icon { width: 25px; height: 25px; }
.form-alert span { display: grid; font-size: 10px; }
.form-alert strong { font-size: 11px; }
.form-alert--success { color: #c9ffe0; border: 1px solid rgba(46,208,113,.35); background: rgba(22,128,70,.23); }
.form-alert--error { color: #ffd4cd; border: 1px solid rgba(239,94,78,.35); background: rgba(159,46,34,.23); }
.map-section { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 540px; border-block: 1px solid var(--line); }
.map-section__map iframe { width: 100%; height: 100%; min-height: 540px; border: 0; filter: saturate(.65) sepia(.1) hue-rotate(126deg) brightness(.72) contrast(1.1); }
.map-section__panel { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 55px; background: linear-gradient(145deg, #064a4c, #012426); }
.map-section__panel img { width: 180px; height: 90px; object-fit: contain; margin-bottom: 24px; }
.map-section__panel h2 { margin: 0 0 14px; font: 500 48px/1 var(--serif); }
.map-section__panel p:not(.eyebrow) { color: var(--ink-soft); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: grid; grid-template-columns: 60px minmax(0, 1fr) 60px; align-items: center; gap: 20px; padding: 35px; background: rgba(0, 13, 15, .94); backdrop-filter: blur(16px); }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; text-align: center; }
.lightbox img { max-width: min(1200px, 82vw); max-height: 82vh; margin-inline: auto; object-fit: contain; border: 1px solid var(--gold); border-radius: 20px; box-shadow: var(--shadow); }
.lightbox figcaption { margin-top: 13px; color: var(--gold-light); font: 500 18px/1 var(--serif); }
.lightbox__close { position: fixed; right: 22px; top: 22px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: #063e40; cursor: pointer; }
.lightbox__nav { width: 50px; height: 50px; border: 1px solid var(--gold); border-radius: 50%; background: rgba(4,58,60,.75); font: 500 33px/1 var(--serif); cursor: pointer; }

@keyframes shine { 0%, 50% { transform: translateX(-90%) rotate(18deg); } 75%, 100% { transform: translateX(90%) rotate(18deg); } }
@keyframes drift { to { transform: translate3d(25px, 18px, 0) scale(1.08); } }
@keyframes float { 50% { transform: translateY(-9px) rotate(2deg); } }
@keyframes scrollLine { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@keyframes whatsappPulse { 0%,100% { box-shadow: 0 18px 45px rgba(0,0,0,.35), 0 0 0 0 rgba(24,197,104,.28); } 50% { box-shadow: 0 18px 45px rgba(0,0,0,.35), 0 0 0 13px rgba(24,197,104,0); } }

@media (max-width: 1280px) {
  .shell { width: min(1180px, calc(100% - 44px)); }
  .brand { min-width: 285px; }
  .brand__mark { width: 105px; height: 58px; }
  .brand__copy strong { font-size: 23px; }
  .brand__copy small { font-size: 14px; }
  .nav { gap: 18px; }
  .nav-menu a { padding-inline: 9px; font-size: 9px; }
  .whatsapp-pill { display: none; }
  .hero__layout { grid-template-columns: 1fr 1fr; }
  .jewel-stage { min-height: 550px; }
  .collection-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-ribbon { grid-template-columns: repeat(4, 1fr); }
  .inspiration-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 960px) {
  :root { --header-height: 110px; }
  .shell { width: min(760px, calc(100% - 30px)); }
  .topbar__wide, .topbar__line:nth-of-type(n+3), .topbar__spacer, .social-icon { display: none; }
  .topbar__inner { justify-content: center; overflow-x: auto; }
  .site-header.is-sticky { position: relative; }
  .nav { min-height: 76px; }
  .brand { min-width: 0; }
  .brand__mark { width: 80px; height: 48px; }
  .brand__copy strong { font-size: 20px; }
  .brand__copy small { display: none; }
  .nav-toggle { display: grid; place-items: center; margin-left: auto; }
  .nav-menu { position: absolute; z-index: 50; left: 15px; right: 15px; top: calc(100% - 2px); display: grid; gap: 0; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: rgba(1,27,29,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .25s; }
  .nav-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-menu a { padding: 13px; text-align: center; font-size: 11px; }
  .nav-menu a::after { display: none; }
  .hero__layout { min-height: auto; grid-template-columns: 1fr; padding-top: 80px; }
  .hero__copy { text-align: center; }
  .hero__copy .ornament, .hero__lead { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__highlights { margin-inline: auto; }
  .jewel-stage { min-height: 580px; }
  .hero__scroll { display: none; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-panel + .editorial-panel { border-left: 0; border-top: 1px solid var(--line); }
  .product-grid, .product-grid--featured { grid-template-columns: repeat(2, 1fr); }
  .heritage-band__grid, .split-story, .craft-section__grid, .custom-intro__grid, .custom-enquiry__grid, .contact-section__grid, .product-detail__grid { grid-template-columns: 1fr; }
  .heritage-band__media { max-width: 620px; }
  .footer__grid { grid-template-columns: 1.3fr .7fr .7fr; }
  .footer__contact { grid-column: 1 / -1; }
  .values-grid, .process-cards { grid-template-columns: repeat(2, 1fr); }
  .location-grid { grid-template-columns: 1fr; }
  .catalog-toolbar, .gallery-toolbar { align-items: flex-start; flex-direction: column; }
  .filter-chips { justify-content: flex-start; }
  .product-story__grid { grid-template-columns: 1fr; }
  .gallery-mosaic { grid-template-columns: repeat(3, 1fr); }
  .gallery-tile--wide { grid-column: span 2; }
  .map-section { grid-template-columns: 1fr; }
  .map-section__panel { order: -1; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 20px, 520px); }
  .topbar__inner { justify-content: flex-start; gap: 9px; }
  .topbar a { font-size: 8px; }
  .topbar__line { display: none; }
  .nav { min-height: 70px; }
  .brand__mark { width: 65px; height: 40px; }
  .brand__copy strong { font-size: 17px; }
  .nav-menu { top: 108px; }
  .hero__layout { padding-top: 56px; padding-bottom: 25px; }
  .hero h1 { font-size: 44px; }
  .hero__lead { font-size: 13px; }
  .hero__actions { flex-direction: column; }
  .button { width: 100%; }
  .hero__highlights { grid-template-columns: repeat(2, 1fr); gap: 13px 0; }
  .hero-highlight:nth-child(2) { border-right: 0; }
  .jewel-stage { min-height: 420px; transform: scale(.78); transform-origin: top center; margin-bottom: -80px; }
  .floating-jewel--main { width: 55%; right: 0; }
  .floating-jewel--ring { width: 51%; left: 0; }
  .floating-jewel--pendant { width: 52%; left: 13%; }
  .heritage-medallion { right: -7%; transform: scale(.8); }
  .section { padding: 58px 0; }
  .section-heading { margin-bottom: 29px; }
  .section-heading h2 { font-size: 38px; }
  .section-heading--split { align-items: flex-start; flex-direction: column; }
  .collection-grid, .product-grid, .product-grid--featured, .product-grid--related, .values-grid, .process-cards, .inspiration-grid { grid-template-columns: 1fr; }
  .collection-card__media { aspect-ratio: 1.5; }
  .editorial-panel { grid-template-columns: 1fr; }
  .editorial-panel__image { min-height: 270px; }
  .editorial-panel__image--double { min-height: 330px; }
  .heritage-band { padding: 65px 0; }
  .heritage-band__grid { gap: 58px; }
  .heritage-band__media, .heritage-band__media img { min-height: 0; height: 430px; }
  .heritage-band__copy h2 { font-size: 44px; }
  .heritage-stats { grid-template-columns: 1fr; }
  .gallery-ribbon { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gallery-thumb { flex: 0 0 48%; scroll-snap-align: start; }
  .trust-band__grid { grid-template-columns: 1fr; }
  .trust-chip { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(217,166,76,.18); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer__brand, .footer__contact { grid-column: 1 / -1; }
  .footer__bottom .shell { min-height: 66px; flex-direction: column; justify-content: center; text-align: center; }
  .floating-whatsapp { right: 13px; bottom: 13px; width: 54px; min-width: 54px; height: 54px; padding: 0; }
  .floating-whatsapp span { display: none; }
  .page-hero { min-height: 430px; }
  .page-hero__content { padding-block: 100px 52px; }
  .page-hero__content h1 { font-size: 51px; }
  .page-hero__content > p:last-child { font-size: 13px; }
  .split-story { gap: 48px; }
  .signature-card { grid-template-columns: 1fr; }
  .split-story__visual, .photo-stack { min-height: 0; height: 470px; }
  .photo-stack__large { width: 78%; height: 72%; }
  .photo-stack__small { width: 60%; height: 43%; }
  .craft-media-grid { min-height: 450px; grid-template-columns: 1fr 1fr; }
  .location-card { min-height: 245px; padding: 28px; }
  .filter-chips { flex-wrap: nowrap; max-width: 100%; overflow-x: auto; padding-bottom: 7px; }
  .filter-chip { flex: none; }
  .bespoke-banner__inner, .gallery-cta__inner { align-items: flex-start; flex-direction: column; }
  .product-detail { padding-top: 45px; }
  .product-detail__grid { gap: 44px; }
  .product-specs { grid-template-columns: 1fr; }
  .product-specs div { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-specs div:last-child { border-bottom: 0; }
  .custom-intro__checks, .form-grid, .contact-card-grid { grid-template-columns: 1fr; }
  .custom-intro__visual, .design-stage { min-height: 0; height: 470px; }
  .design-stage__sketch { width: 80%; height: 68%; }
  .design-stage__jewel { width: 58%; height: 48%; }
  .enquiry-form, .contact-form-card { padding: 22px 17px; }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .gallery-tile--wide { grid-column: span 2; }
  .map-section__panel { padding: 42px 22px; }
  .lightbox { grid-template-columns: 1fr; padding: 20px; }
  .lightbox__nav { position: fixed; bottom: 20px; }
  .lightbox__nav--prev { left: 20px; }
  .lightbox__nav--next { right: 20px; }
  .lightbox img { max-width: 94vw; max-height: 75vh; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .pointer-aura { display: none; }
}
