:root {
  --ink: #070706;
  --panel: #0d0d0b;
  --panel-2: #14130f;
  --paper: #f2ede2;
  --muted: #9b978e;
  --line: rgba(255,255,255,.12);
  --gold: #d7a84a;
  --gold-pale: #f0d38c;
  --gold-deep: #7e571c;
  --shell: min(1380px, calc(100vw - 64px));
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.age-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 10000; padding: 10px 16px; color: #000; background: var(--gold-pale); }

.announcement { position: relative; z-index: 60; color: #c7c1b4; background: #050504; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.announcement__pulse { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(215,168,74,.6); animation: pulse 2s infinite; }
.announcement__divider { width: 1px; height: 10px; background: rgba(255,255,255,.2); }

.site-header { position: absolute; z-index: 50; top: 34px; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .4s, transform .4s; }
.site-header.is-sticky { position: fixed; top: 0; background: rgba(7,7,6,.87); backdrop-filter: blur(18px); }
.admin-bar .site-header { top: 66px; }
.admin-bar .site-header.is-sticky { top: 32px; }
.site-header__inner { height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 14px; justify-self: start; }
.brand__mark { width: 38px; height: 38px; display: grid; place-items: center; position: relative; color: #0a0907; background: linear-gradient(145deg, #f3d58c 0%, #b77824 50%, #f1cf77 100%); clip-path: polygon(50% 0, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%); }
.brand__mark::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(0,0,0,.45); clip-path: inherit; }
.brand__mark span { z-index: 1; font: 600 22px/1 var(--serif); }
.brand__mark--large { width: 66px; height: 66px; margin-inline: auto; }
.brand__mark--large span { font-size: 36px; }
.brand__word { display: flex; flex-direction: column; font: 600 25px/.85 var(--serif); letter-spacing: .03em; }
.brand__word small { margin-top: 7px; color: #827b6f; font: 600 7px/1 var(--sans); letter-spacing: .32em; }
.custom-logo { width: auto; max-width: 230px; max-height: 58px; }
.site-nav__list { display: flex; align-items: center; gap: 42px; padding: 0; margin: 0; list-style: none; }
.site-nav a { position: relative; color: #d9d5ce; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: var(--gold); transition: right .35s; }
.site-nav a:hover::after { right: 0; }
.header-actions { display: flex; justify-self: end; align-items: center; gap: 12px; }
.icon-button { width: 39px; height: 39px; display: grid; place-items: center; position: relative; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transition: border-color .3s, background .3s; }
.icon-button:hover { border-color: var(--gold); background: rgba(215,168,74,.08); }
.icon-button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.icon-button span { position: absolute; top: -4px; right: -4px; width: 17px; height: 17px; display: grid; place-items: center; color: #0b0906; background: var(--gold); border-radius: 50%; font-size: 8px; font-weight: 700; }
.menu-toggle { width: 42px; height: 42px; display: none; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .3s; }

.hero { min-height: 880px; height: 100vh; max-height: 1080px; display: grid; place-items: center; position: relative; isolation: isolate; overflow: hidden; background: #070706; }
.hero::before { content: ""; position: absolute; z-index: -4; inset: 0; background-image: linear-gradient(90deg, rgba(5,5,4,.05) 0%, rgba(5,5,4,.08) 40%, rgba(5,5,4,.7) 68%, rgba(5,5,4,.97) 100%), var(--hero-image); background-size: cover; background-position: center; transform: scale(1.015); animation: hero-in 1.6s cubic-bezier(.2,.7,.2,1) both; }
.hero::after { content: ""; position: absolute; z-index: -2; inset: auto 0 0; height: 25%; background: linear-gradient(transparent, var(--ink)); }
.hero__grid { position: absolute; z-index: -3; inset: 0; 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: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 64%); }
.hero__noise { position: absolute; z-index: -1; inset: 0; opacity: .055; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.hero__flare { position: absolute; z-index: -2; right: 4%; top: 4%; width: 48vw; height: 48vw; border-radius: 50%; background: radial-gradient(circle, rgba(215,168,74,.18), transparent 65%); filter: blur(20px); animation: breathe 6s ease-in-out infinite; }
.hero__real-product { position: absolute; z-index: -1; top: 122px; right: -2%; bottom: 0; width: 63%; margin: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.18) 7%, #000 25%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.18) 7%, #000 25%, #000 100%); }
.hero__real-product::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,6,.7), transparent 34%), linear-gradient(180deg, rgba(7,7,6,.78), transparent 19%, transparent 52%, rgba(7,7,6,.7) 100%); pointer-events: none; }
.hero__real-product img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 39%; filter: saturate(.78) contrast(1.12) brightness(.73); transform: scale(1.12); animation: real-photo-in 1.5s cubic-bezier(.2,.7,.2,1) both; }
.hero__real-product figcaption { position: absolute; z-index: 2; right: 42px; bottom: 34px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.55); font-size: 7px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero__real-product figcaption span { width: 25px; height: 1px; background: var(--gold); }
.hero__inner { position: relative; padding-top: 100px; }
.hero__copy { width: min(650px, 46%); margin-left: auto; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 24px; color: var(--gold-pale); font-size: 10px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 650px; margin: 0; font: 500 clamp(78px, 7.2vw, 132px)/.76 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.hero h1::first-line { color: #fff; }
.hero__lead { max-width: 500px; margin: 42px 0 0; color: #afa99d; font-size: 15px; line-height: 1.85; }
.hero__actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 25px; border: 1px solid transparent; border-radius: 1px; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; transition: transform .3s, background .3s, color .3s, border-color .3s; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: #0c0a06; background: linear-gradient(110deg, #e7c472, #ad7424 58%, #f2d58d); box-shadow: 0 12px 40px rgba(173,116,36,.14); }
.button--gold:hover { box-shadow: 0 16px 50px rgba(215,168,74,.24); }
.button--ghost { border-color: rgba(255,255,255,.25); background: transparent; }
.button--outline { border-color: rgba(215,168,74,.5); color: var(--gold-pale); }
.text-link { display: inline-flex; gap: 16px; align-items: center; padding-block: 8px; border-bottom: 1px solid rgba(255,255,255,.28); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--gold); transition: transform .3s; }
.text-link:hover span { transform: translate(3px,-3px); }
.hero__micro { position: absolute; bottom: -210px; left: 0; display: flex; gap: 30px; }
.hero__micro div { width: 145px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.2); }
.hero__micro strong { display: block; color: var(--gold); font-size: 9px; letter-spacing: .2em; }
.hero__micro span { display: block; margin-top: 6px; color: #918c83; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero__adult { width: min(650px,46%); display: flex; align-items: center; gap: 12px; margin: 24px 0 0 auto; color: #777168; font-size: 7px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero__adult span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(215,168,74,.42); border-radius: 50%; color: var(--gold-pale); font-size: 8px; letter-spacing: 0; }
.hero__scroll { position: absolute; right: 24px; bottom: 80px; display: flex; align-items: center; gap: 16px; color: #77736b; font-size: 8px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero__scroll span { width: 1px; height: 55px; overflow: hidden; background: rgba(255,255,255,.18); }
.hero__scroll span::after { content: ""; display: block; width: 100%; height: 50%; background: var(--gold); animation: scroll-line 2s infinite; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: #0a0a08; }
.marquee__track { width: max-content; display: flex; align-items: center; gap: 30px; min-height: 56px; animation: marquee 28s linear infinite; }
.marquee span { color: #b2ada3; font-size: 9px; font-weight: 600; letter-spacing: .28em; }
.marquee i { color: var(--gold); font-style: normal; font-size: 10px; }

.section { padding: 102px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 56px; margin-bottom: 42px; }
.section-heading h2, .craft h2, .story h2, .newsletter h2 { margin: 0; font: 500 clamp(50px, 5vw, 78px)/.95 var(--serif); letter-spacing: -.025em; }
.section-heading > p { max-width: 440px; margin: 0 0 7px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.collection { background: radial-gradient(circle at 60% 20%, rgba(124,88,28,.09), transparent 34%), var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.product-card { position: relative; border: 1px solid var(--line); background: #0b0b09; transition: transform .5s, border-color .5s; }
.product-card:hover { z-index: 2; transform: translateY(-8px); border-color: rgba(215,168,74,.5); }
.product-card__media { aspect-ratio: .88; display: grid; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 54%, rgba(127,85,24,.34), transparent 45%), linear-gradient(145deg, #11100d, #080807); }
.product-card__media::after { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; transform: scale(.74); transition: transform .6s, border-color .6s; }
.product-card:hover .product-card__media::after { transform: scale(.88); border-color: rgba(215,168,74,.24); }
.product-card__media img { width: 78%; height: 83%; object-fit: contain; position: relative; z-index: 2; transition: transform .6s; }
.product-card:hover .product-card__media img { transform: scale(1.035) rotate(-1deg); }
.product-card__index { position: absolute; z-index: 3; top: 24px; left: 24px; color: #78736a; font-size: 9px; letter-spacing: .2em; }
.mini-device { z-index: 2; width: 31%; height: 64%; position: relative; display: grid; place-items: center; border-radius: 16px 16px 13px 13px; background: linear-gradient(110deg, #6f4915, #e5bd62 24%, #9a651c 48%, #f3d68b 72%, #745019); box-shadow: 18px 28px 55px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.2); transform: perspective(700px) rotateY(-8deg) rotateZ(1deg); }
.mini-device::before { content: ""; position: absolute; top: -9%; width: 54%; height: 13%; border-radius: 8px 8px 3px 3px; background: linear-gradient(90deg,#050505,#282723,#050505); }
.mini-device span { color: rgba(24,18,9,.7); font: 600 clamp(13px,1.4vw,22px)/1 var(--serif); writing-mode: vertical-rl; letter-spacing: .05em; }
.flavour-orbit { position: absolute; width: 42%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(215,168,74,.2); box-shadow: 0 0 80px rgba(115,78,26,.22); }
.tone-grape .product-card__media { background: radial-gradient(circle at 60% 38%, rgba(98,57,116,.25), transparent 30%), radial-gradient(circle at 48% 58%, rgba(127,85,24,.3), transparent 46%), #0a090a; }
.tone-mango .product-card__media { background: radial-gradient(circle at 65% 35%, rgba(189,99,21,.23), transparent 30%), radial-gradient(circle at 48% 58%, rgba(127,85,24,.3), transparent 46%), #0a0908; }
.tone-mint .product-card__media { background: radial-gradient(circle at 65% 35%, rgba(38,116,94,.2), transparent 30%), radial-gradient(circle at 48% 58%, rgba(127,85,24,.3), transparent 46%), #080a09; }
.product-card__media--photo { --photo-scale: 1.12; background: #0b0a08; }
.product-card__media--photo::after { inset: 0; border: 0; border-radius: 0; background: linear-gradient(180deg, rgba(6,6,5,.04), transparent 58%, rgba(6,6,5,.52)); transform: none; }
.product-card:hover .product-card__media--photo::after { transform: none; }
.product-card__media--photo img { width: 100%; height: 100%; z-index: 1; object-fit: cover; object-position: center 40%; filter: saturate(.82) contrast(1.08) brightness(.86); transform: scale(var(--photo-scale)); }
.product-card:hover .product-card__media--photo img { transform: scale(calc(var(--photo-scale) + .035)); }
.photo-device .product-card__media--photo { --photo-scale: 2.15; }
.photo-device .product-card__media--photo img { object-position: 48% 32%; }
.photo-packaging .product-card__media--photo { --photo-scale: 2.05; }
.photo-packaging .product-card__media--photo img { object-position: 100% 42%; }
.product-card__body { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 19px 22px; border-top: 1px solid var(--line); }
.product-card__body p { margin: 0 0 4px; color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.product-card__body h3 { margin: 0; font: 500 28px/1 var(--serif); }
.product-card__body strong, .product-card__body .price { color: var(--gold-pale); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.product-card__cta { min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-top: 1px solid var(--line); color: #9f9a91; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-card__cta span { color: var(--gold); }
.collection__all { margin-top: 36px; text-align: center; }

.anatomy { position: relative; isolation: isolate; overflow: hidden; padding: 102px 0 78px; border-top: 1px solid var(--line); background: #070706; }
.anatomy::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 90px 90px; }
.anatomy__halo { position: absolute; z-index: -1; left: 50%; top: 42%; width: 90vw; height: 55vw; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(166,111,30,.12), transparent 62%); filter: blur(20px); }
.anatomy__heading { margin-bottom: 34px; }
.anatomy__stage { aspect-ratio: 16 / 8.9; position: relative; overflow: hidden; border: 1px solid rgba(215,168,74,.2); background: #020202; box-shadow: 0 50px 120px rgba(0,0,0,.6); transform-style: preserve-3d; transition: transform .2s ease-out, border-color .5s; }
.anatomy__stage:hover { border-color: rgba(215,168,74,.48); }
.anatomy__stage::before { content: "CONCEPT  /  EXPLODED VIEW"; position: absolute; z-index: 4; top: 24px; left: 27px; color: rgba(255,255,255,.48); font-size: 7px; font-weight: 700; letter-spacing: .28em; }
.anatomy__stage::after { content: "INTERACTIVE ANATOMY  01—03"; position: absolute; z-index: 4; right: 27px; bottom: 23px; color: rgba(255,255,255,.4); font-size: 7px; font-weight: 700; letter-spacing: .24em; }
.anatomy__stage img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1), filter .5s; }
.anatomy__stage:hover img { transform: scale(1.015); filter: contrast(1.04) saturate(1.06); }
.anatomy__scan { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 0%, rgba(232,195,111,.08) 49.5%, rgba(232,195,111,.28) 50%, transparent 50.5%); background-size: 100% 180%; animation: anatomy-scan 6s linear infinite; mix-blend-mode: screen; }
.anatomy__hotspot { position: absolute; z-index: 5; left: var(--x); top: var(--y); width: 42px; height: 42px; display: grid; place-items: center; padding: 0; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: #fff; background: rgba(4,4,3,.55); backdrop-filter: blur(8px); cursor: pointer; transition: color .3s, background .3s, border-color .3s, scale .3s; }
.anatomy__hotspot::before { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(215,168,74,.22); border-radius: inherit; animation: hotspot-pulse 2.6s ease-out infinite; }
.anatomy__hotspot span { font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.anatomy__hotspot:hover, .anatomy__hotspot.is-active { color: #090704; border-color: var(--gold-pale); background: var(--gold-pale); scale: 1.08; }
.anatomy__legend { display: grid; grid-template-columns: repeat(3,1fr); border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.anatomy__detail { min-height: 112px; display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 22px; border-right: 1px solid var(--line); opacity: .38; transition: opacity .4s, background .4s; }
.anatomy__detail:last-child { border-right: 0; }
.anatomy__detail.is-active { opacity: 1; background: linear-gradient(120deg, rgba(215,168,74,.1), transparent 70%); }
.anatomy__detail > span { color: var(--gold); font-size: 8px; letter-spacing: .15em; }
.anatomy__detail h3 { margin: 0 0 8px; font: 500 24px/1 var(--serif); }
.anatomy__detail p { margin: 0; color: #7f7a72; font-size: 9px; line-height: 1.7; }
.anatomy__disclaimer { margin: 17px 0 0; color: #55514a; font-size: 7px; letter-spacing: .13em; text-align: right; text-transform: uppercase; }

.craft { min-height: 760px; display: grid; align-items: center; position: relative; isolation: isolate; overflow: hidden; padding: 88px 0; background: #0b0a08; }
.craft::before { content: ""; position: absolute; z-index: -2; inset: 0; 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: 110px 110px; }
.craft__beam { position: absolute; z-index: -1; left: -10%; top: -70%; width: 70%; height: 170%; transform: rotate(-18deg); background: linear-gradient(90deg, transparent, rgba(188,137,52,.08), transparent); filter: blur(20px); }
.craft__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7%; align-items: center; }
.craft__visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.craft__rings { position: absolute; inset: 4%; display: grid; place-items: center; animation: slow-rotate 40s linear infinite; }
.craft__rings span { position: absolute; border: 1px solid rgba(215,168,74,.17); border-radius: 50%; }
.craft__rings span:nth-child(1) { width: 96%; height: 96%; }
.craft__rings span:nth-child(2) { width: 72%; height: 72%; border-style: dashed; }
.craft__rings span:nth-child(3) { width: 48%; height: 48%; }
.craft__rings b { position: absolute; top: 2%; color: #55472f; font-size: 8px; font-weight: 500; letter-spacing: .55em; }
.craft__photo { width: 56%; aspect-ratio: .72; position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(215,168,74,.3); background: #111; box-shadow: 0 40px 100px rgba(0,0,0,.55); transform: rotate(2deg); }
.craft__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 46% 42%; filter: saturate(.8) contrast(1.05); transform: scale(1.13); }
.craft__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(245,210,127,.08), transparent 40%, rgba(0,0,0,.35)); }
.craft__label { position: absolute; z-index: 3; left: 3%; bottom: 8%; min-width: 190px; padding: 18px 20px; border-left: 1px solid var(--gold); color: #999289; background: rgba(9,9,7,.82); backdrop-filter: blur(12px); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.craft__label span { display: block; margin-bottom: 4px; color: var(--gold); }
.craft__copy > p:not(.eyebrow), .story__copy > p:not(.eyebrow), .newsletter__inner > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.9; }
.craft__copy > p:not(.eyebrow) { max-width: 540px; margin: 24px 0 28px; }
.detail-list { border-top: 1px solid var(--line); }
.detail-list > div { display: grid; grid-template-columns: 36px 1fr; column-gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.detail-list span { grid-row: 1 / 3; color: var(--gold); font-size: 8px; letter-spacing: .2em; }
.detail-list h3 { margin: 0 0 3px; font: 500 21px/1 var(--serif); }
.detail-list p { margin: 0; color: #7f7b73; font-size: 10px; }

.lifestyle { min-height: 850px; display: grid; align-items: center; position: relative; isolation: isolate; overflow: hidden; border-block: 1px solid var(--line); background: #080807; }
.lifestyle::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(90deg, rgba(5,5,4,.08) 0%, rgba(5,5,4,.14) 38%, rgba(5,5,4,.78) 62%, rgba(5,5,4,.98) 100%), var(--lifestyle-image); background-size: cover; background-position: center; }
.lifestyle::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.14), transparent 40%, rgba(0,0,0,.42)); }
.lifestyle__grain { position: absolute; inset: 0; opacity: .04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E"); }
.lifestyle__inner { min-height: inherit; display: flex; align-items: center; justify-content: flex-end; position: relative; }
.lifestyle__copy { width: min(480px,42%); }
.lifestyle__copy h2 { margin: 0; font: 500 clamp(58px,6vw,94px)/.88 var(--serif); letter-spacing: -.04em; }
.lifestyle__copy > p:not(.eyebrow) { margin: 30px 0 38px; color: #aaa49a; font-size: 13px; line-height: 1.9; }
.lifestyle__adult { position: absolute; right: 0; bottom: 40px; display: flex; align-items: center; gap: 12px; color: #736e65; font-size: 7px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.lifestyle__adult span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(215,168,74,.4); border-radius: 50%; color: var(--gold-pale); font-size: 8px; letter-spacing: 0; }

.story { background: linear-gradient(90deg, rgba(215,168,74,.035), transparent 45%); }
.story__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8%; align-items: center; }
.story__quote { min-height: 390px; display: flex; flex-direction: column; justify-content: center; padding: 54px; position: relative; border: 1px solid var(--line); background: radial-gradient(circle at 20% 10%, rgba(215,168,74,.09), transparent 40%), #0c0c0a; }
.story__quote > span { position: absolute; top: 28px; left: 45px; color: var(--gold); font: 500 88px/.8 var(--serif); opacity: .55; }
.story__quote blockquote { margin: 0; font: 500 clamp(34px,3.5vw,52px)/1.08 var(--serif); letter-spacing: -.02em; }
.story__quote p { margin: 30px 0 0; color: #777269; font-size: 8px; font-weight: 600; letter-spacing: .24em; }
.story__copy > p:not(.eyebrow) { margin: 29px 0 35px; }

.newsletter { min-height: 450px; display: grid; place-items: center; position: relative; isolation: isolate; overflow: hidden; border-top: 1px solid var(--line); text-align: center; background: #090908; }
.newsletter__orb { position: absolute; z-index: -1; width: 620px; height: 620px; border: 1px solid rgba(215,168,74,.12); border-radius: 50%; box-shadow: inset 0 0 120px rgba(215,168,74,.04), 0 0 120px rgba(215,168,74,.03); }
.newsletter__orb::before, .newsletter__orb::after { content: ""; position: absolute; border: 1px solid rgba(215,168,74,.08); border-radius: 50%; }
.newsletter__orb::before { inset: 80px; }
.newsletter__orb::after { inset: 155px; }
.newsletter .eyebrow { justify-content: center; }
.newsletter__inner > p:not(.eyebrow) { margin: 20px auto 30px; }
.newsletter__form { width: min(570px, 100%); min-height: 58px; display: flex; margin-inline: auto; border-bottom: 1px solid rgba(255,255,255,.35); }
.newsletter__form input { flex: 1; min-width: 0; border: 0; outline: 0; color: #fff; background: transparent; font-size: 12px; }
.newsletter__form input::placeholder { color: #757169; }
.newsletter__form button { border: 0; color: var(--gold-pale); background: transparent; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.newsletter__form button span { margin-left: 18px; color: var(--gold); }

.site-footer { padding: 60px 0 22px; border-top: 1px solid var(--line); background: #050504; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 5%; padding-bottom: 46px; }
.brand--footer { margin-bottom: 25px; }
.footer-note { max-width: 400px; color: #77736b; font-size: 10px; line-height: 1.9; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links h3 { margin: 0 0 13px; color: #d2cdc3; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.footer-links a { color: #77736b; font-size: 10px; transition: color .3s; }
.footer-links a:hover { color: var(--gold-pale); }
.footer-bottom { min-height: 54px; display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid var(--line); color: #57544e; font-size: 7px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }

.age-gate { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(4,4,3,.94); backdrop-filter: blur(18px); }
.age-gate[hidden] { display: none; }
.age-gate__glow { position: absolute; width: 70vw; height: 70vw; border-radius: 50%; background: radial-gradient(circle, rgba(157,105,28,.13), transparent 60%); }
.age-gate__panel { width: min(540px, 100%); position: relative; padding: 58px 58px 45px; border: 1px solid rgba(215,168,74,.35); text-align: center; background: #0a0a08; box-shadow: 0 30px 110px rgba(0,0,0,.6); }
.age-gate__panel::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.06); pointer-events: none; }
.age-gate__panel .eyebrow { display: block; margin: 25px 0 12px; }
.age-gate__panel h2 { margin: 0; font: 500 48px/1 var(--serif); }
.age-gate__panel > p:not(.eyebrow) { max-width: 370px; margin: 20px auto 28px; color: var(--muted); font-size: 11px; }
.age-gate__actions { display: flex; gap: 10px; justify-content: center; }
.age-gate__panel small { display: block; margin-top: 25px; color: #5f5c56; font-size: 8px; }
.cursor-glow { width: 260px; height: 260px; position: fixed; z-index: 1; left: 0; top: 0; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(215,168,74,.055), transparent 65%); transform: translate(-50%,-50%); opacity: 0; transition: opacity .3s; }

.content-main, .shop-main { min-height: 80vh; padding: 190px 0 110px; background: radial-gradient(circle at 50% 0, rgba(215,168,74,.08), transparent 30%); }
.content-layout { max-width: 920px; }
.entry-card { padding: 45px 0; border-bottom: 1px solid var(--line); }
.entry-card h1, .entry-page h1 { margin: 0 0 25px; font: 500 64px/1 var(--serif); }
.entry-card p, .entry-content { color: var(--muted); }
.entry-content a { color: var(--gold-pale); text-decoration: underline; }
.woocommerce ul.products { display: grid!important; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { content: none!important; display: none!important; }
.woocommerce ul.products li.product { float: none!important; clear: none!important; width: auto!important; margin: 0!important; padding: 22px; border: 1px solid var(--line); background: #0d0d0b; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--paper); font: 500 28px/1 var(--serif); }
.woocommerce ul.products li.product .price { color: var(--gold-pale); }
.woocommerce a.button, .woocommerce button.button { color: #0b0905!important; background: var(--gold)!important; border-radius: 0!important; font-size: 10px!important; letter-spacing: .1em; text-transform: uppercase; }

/* Editorial and service pages */
.editorial-page, .service-page { background: radial-gradient(circle at 70% 10%, rgba(215,168,74,.09), transparent 28%), var(--ink); }
.page-hero { min-height: 760px; display: grid; align-items: center; padding: 180px 0 90px; border-bottom: 1px solid var(--line); }
.page-hero__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 7%; align-items: center; }
.page-hero__copy h1, .service-hero h1, .shop-hero h1, .search-title { margin: 0; font: 500 clamp(68px,7vw,116px)/.82 var(--serif); letter-spacing: -.045em; }
.page-hero__copy > p:not(.eyebrow), .service-hero > .shell > p:not(.eyebrow), .shop-hero > p { max-width: 600px; margin: 34px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.page-hero__visual { aspect-ratio: 1.2; position: relative; overflow: hidden; border: 1px solid rgba(215,168,74,.25); background: #0c0b09; }
.page-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(215,168,74,.08), transparent 45%, rgba(0,0,0,.5)); pointer-events: none; }
.page-hero__visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.08) brightness(.78); }
.page-details, .service-cards { padding: 86px 0; }
.page-details__grid { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.page-details__grid article { min-height: 250px; padding: 38px 34px; border-right: 1px solid var(--line); background: linear-gradient(140deg, rgba(215,168,74,.035), transparent 55%); }
.page-details__grid article:last-child { border-right: 0; }
.page-details__grid article > span { color: var(--gold); font-size: 9px; letter-spacing: .2em; }
.page-details__grid h2 { margin: 38px 0 15px; font: 500 34px/1 var(--serif); }
.page-details__grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.9; }
.page-details__grid a { display: inline-block; margin-top: 24px; color: var(--gold-pale); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.page-quote { padding: 80px 0 105px; text-align: center; }
.page-quote blockquote { max-width: 950px; margin: 0 auto 45px; font: 500 clamp(42px,5vw,76px)/1 var(--serif); letter-spacing: -.025em; }
.service-hero { padding: 205px 0 85px; border-bottom: 1px solid var(--line); }
.service-hero h1 { max-width: 920px; }
.contact-section { padding: 85px 0 110px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9%; }
.contact-grid h2 { margin: 0; font: 500 54px/1 var(--serif); }
.contact-grid p { max-width: 420px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: grid; gap: 9px; color: #8e887e; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-form label:last-of-type { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .site-search input, .woocommerce input.input-text, .woocommerce textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.24); outline: 0; color: var(--paper); background: transparent; border-radius: 0; }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; }
.form-success { align-self: center; margin: 0; color: var(--gold-pale); font-size: 10px; }
.site-search { display: flex; gap: 16px; margin: 38px 0 55px; }
.site-search label { flex: 1; }
.search-results .entry-card h2 { margin: 0 0 12px; font: 500 36px/1 var(--serif); }

/* WooCommerce luxury storefront */
.shop-main { padding-top: 154px; }
.shop-hero { min-height: 250px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(330px,.75fr); gap: clamp(48px,8vw,130px); align-items: center; margin-bottom: 32px; padding: 28px 0 34px; border-bottom: 1px solid var(--line); }
.shop-hero__title { max-width: 780px; }
.shop-hero .eyebrow { margin-bottom: 18px; }
.shop-hero h1 { max-width: 780px; font-size: clamp(62px,6.2vw,94px); line-height: .82; text-wrap: balance; }
.shop-hero__intro { padding: 8px 0 4px 38px; border-left: 1px solid rgba(215,168,74,.35); }
.shop-hero__intro > span { display: block; margin-bottom: 18px; color: var(--gold-pale); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.shop-hero__intro > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
#collection-grid { scroll-margin-top: 110px; }
.woocommerce-products-header, .shop-main #collection-grid h1.page-title { display: none; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 28px; color: var(--muted); font-size: 10px; }
.woocommerce .woocommerce-ordering select { padding: 10px 32px 10px 12px; border: 1px solid var(--line); color: var(--paper); background: #0d0d0b; }
.woocommerce ul.products li.product img { aspect-ratio: .88; object-fit: cover; filter: saturate(.82) contrast(1.06); }
.woocommerce ul.products li.product .button { margin-top: 12px; }
.woocommerce div.product { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7%; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product div.images { padding: 18px; border: 1px solid var(--line); background: #0c0c0a; }
.woocommerce div.product div.images img { filter: saturate(.82) contrast(1.06); }
.woocommerce div.product div.summary { padding-top: 22px; }
.woocommerce div.product .product_title { margin: 0 0 22px; font: 500 clamp(58px,6vw,90px)/.86 var(--serif); letter-spacing: -.04em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--gold-pale); font-size: 17px; }
.woocommerce-product-details__short-description { margin: 28px 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.woocommerce div.product form.cart { display: flex; gap: 10px; }
.woocommerce .quantity .qty { min-height: 46px; border: 1px solid var(--line); color: var(--paper); background: #0c0c0a; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 62px; }
.woocommerce div.product .related.products, .woocommerce div.product .upsells.products { display: flow-root; grid-column: 1 / -1; width: 100%; margin: 52px 0 0; padding-bottom: 160px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs .panel { color: var(--muted); }
.woocommerce table.shop_table { border-color: var(--line); border-radius: 0; }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { border-color: var(--line); }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-top-color: var(--gold); color: var(--paper); background: #11100d; }
.woocommerce-info::before, .woocommerce-message::before { color: var(--gold); }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-color: var(--line); border-radius: 0; }
.woocommerce-checkout #payment { color: var(--paper); background: #11100d; border-radius: 0; }
.woocommerce-checkout #payment div.payment_box { color: var(--muted); background: #1a1813; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { padding: 0; list-style: none; border: 1px solid var(--line); }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 13px 18px; border-bottom: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a { color: var(--gold-pale); background: rgba(215,168,74,.08); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(215,168,74,0); } 100% { box-shadow: 0 0 0 0 rgba(215,168,74,0); } }
@keyframes hero-in { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1.015); } }
@keyframes real-photo-in { from { opacity: 0; transform: scale(1.18) translateX(25px); } to { opacity: 1; transform: scale(1.12) translateX(0); } }
@keyframes breathe { 50% { transform: scale(1.08); opacity: .65; } }
@keyframes scroll-line { from { transform: translateY(-110%); } to { transform: translateY(210%); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes slow-rotate { to { transform: rotate(360deg); } }
@keyframes anatomy-scan { from { background-position: 0 -90%; } to { background-position: 0 110%; } }
@keyframes hotspot-pulse { 70%,100% { opacity: 0; transform: scale(1.65); } }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 980px); }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .site-nav { position: absolute; top: 88px; left: 0; width: 100%; display: none; padding: 28px 20px 36px; border-bottom: 1px solid var(--line); background: rgba(7,7,6,.97); }
  .site-nav.is-open { display: block; }
  .site-nav__list { flex-direction: column; gap: 24px; }
  .menu-toggle { display: block; }
  .hero { min-height: 800px; }
  .hero__copy { width: 52%; }
  .hero__adult { width: 52%; }
  .hero__micro { bottom: -150px; }
  .anatomy__stage { aspect-ratio: 16 / 9; }
  .craft__inner { grid-template-columns: 1fr 1fr; gap: 6%; }
  .craft__visual { min-height: 520px; }
  .craft__photo { width: 62%; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 32px); }
  .announcement__inner { min-height: 30px; gap: 8px; letter-spacing: .1em; }
  .announcement__inner span:nth-of-type(n+4) { display: none; }
  .announcement__divider { display: none; }
  .site-header { top: 30px; }
  .site-header.is-sticky { top: 0; }
  .admin-bar .site-header { top: 76px; }
  .admin-bar .site-header.is-sticky { top: 46px; }
  .site-header__inner { height: 72px; }
  .brand__mark { width: 33px; height: 33px; }
  .brand__word { font-size: 20px; }
  .brand__word small { font-size: 5px; }
  .icon-button { display: none; }
  .hero { min-height: 780px; height: 100svh; max-height: none; align-items: end; }
  .hero::before { background-image: linear-gradient(180deg, rgba(5,5,4,.04) 0%, rgba(5,5,4,.12) 38%, rgba(5,5,4,.84) 68%, rgba(5,5,4,.99) 100%), var(--hero-image); background-position: 30% center; }
  .hero__real-product { top: 72px; right: 0; bottom: auto; width: 100%; height: 58%; -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 100%); mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 100%); }
  .hero__real-product::after { background: linear-gradient(90deg, rgba(7,7,6,.12), transparent 65%), linear-gradient(180deg, transparent 48%, rgba(7,7,6,.96) 100%); }
  .hero__real-product img { object-position: 50% 36%; filter: saturate(.8) contrast(1.08) brightness(.68); transform: scale(1.13); }
  .hero__real-product figcaption { display: none; }
  .hero__inner { padding-top: 360px; padding-bottom: 72px; }
  .hero__copy { width: 100%; margin-left: 0; }
  .hero h1 { font-size: clamp(64px, 22vw, 92px); line-height: .78; }
  .hero__lead { max-width: 92%; margin-top: 26px; font-size: 12px; line-height: 1.7; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 26px; }
  .hero__actions .button { width: 100%; }
  .hero__micro, .hero__scroll { display: none; }
  .hero__adult { width: 100%; margin: 18px 0 0; }
  .marquee__track { min-height: 54px; }
  .section { padding: 68px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }
  .section-heading h2, .craft h2, .story h2, .newsletter h2 { font-size: 46px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card__media { aspect-ratio: 1.05; }
  .mini-device { width: 24%; height: 66%; }
  .anatomy { padding: 68px 0 54px; }
  .anatomy__stage { aspect-ratio: 1 / 1; }
  .anatomy__stage img { object-fit: contain; }
  .anatomy__stage::before { top: 14px; left: 15px; }
  .anatomy__stage::after { right: 15px; bottom: 13px; }
  .anatomy__hotspot { width: 34px; height: 34px; }
  .anatomy__legend { grid-template-columns: 1fr; }
  .anatomy__detail { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .anatomy__detail:last-child { border-bottom: 0; }
  .anatomy__disclaimer { text-align: left; line-height: 1.6; }
  .craft { min-height: auto; padding: 68px 0; }
  .craft__inner { grid-template-columns: 1fr; }
  .craft__visual { min-height: 450px; }
  .craft__photo { width: 58%; }
  .craft__copy { margin-top: 26px; }
  .lifestyle { min-height: 780px; align-items: end; }
  .lifestyle::before { background-image: linear-gradient(180deg, rgba(5,5,4,.04), rgba(5,5,4,.15) 40%, rgba(5,5,4,.86) 68%, rgba(5,5,4,.99) 100%), var(--lifestyle-image); background-position: 30% center; }
  .lifestyle__inner { min-height: 780px; align-items: flex-end; padding-bottom: 80px; }
  .lifestyle__copy { width: 100%; }
  .lifestyle__copy h2 { font-size: 62px; }
  .lifestyle__copy > p:not(.eyebrow) { max-width: 92%; margin: 23px 0 30px; }
  .lifestyle__adult { right: 16px; top: 24px; bottom: auto; }
  .story__grid { grid-template-columns: 1fr; gap: 38px; }
  .story__quote { min-height: 330px; padding: 40px 30px; }
  .newsletter { min-height: 420px; padding: 52px 0; }
  .newsletter__orb { width: 480px; height: 480px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 10px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-top: 24px; }
  .age-gate__panel { padding: 45px 25px 35px; }
  .age-gate__panel h2 { font-size: 40px; }
  .age-gate__actions { flex-direction: column; }
  .woocommerce ul.products { grid-template-columns: 1fr!important; }
  .page-hero { min-height: auto; padding: 145px 0 60px; }
  .page-hero__grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .page-hero__copy h1, .service-hero h1, .shop-hero h1, .search-title { font-size: 58px; }
  .page-hero__visual { aspect-ratio: .9; }
  .page-details, .service-cards { padding: 58px 0; }
  .page-details__grid { grid-template-columns: 1fr; }
  .page-details__grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .page-details__grid article:last-child { border-bottom: 0; }
  .page-quote { padding: 42px 0 72px; }
  .service-hero { padding: 155px 0 60px; }
  .contact-section { padding: 58px 0 80px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label:last-of-type { grid-column: auto; }
  .shop-main { padding-top: 126px; }
  .shop-hero { min-height: 0; grid-template-columns: 1fr; gap: 25px; margin-bottom: 32px; padding: 34px 0 34px; }
  .shop-hero h1 { font-size: 54px; line-height: .88; }
  .shop-hero__intro { padding: 22px 0 0; border-top: 1px solid rgba(215,168,74,.28); border-left: 0; }
  .shop-hero__intro > span { margin-bottom: 12px; }
  .shop-hero__intro > p { font-size: 12px; line-height: 1.75; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product .woocommerce-tabs { grid-column: auto; }
  .woocommerce div.product .related.products, .woocommerce div.product .upsells.products { grid-column: auto; padding-bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  [data-reveal] { opacity: 1; transform: none; }
}
