:root {
  --ink: #171714;
  --ink-soft: #282823;
  --paper: #f6f0e8;
  --paper-deep: #eadfd5;
  --white: #fffdf8;
  --clay: #c42062;
  --acid: #f0b936;
  --green: #168f88;
  --line: rgba(23, 23, 20, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
  --side: clamp(20px, 4.4vw, 72px);
  --section: clamp(82px, 10vw, 150px);
}

* { box-sizing: border-box; }
html { width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, summary { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; padding: 12px 18px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.announcement { min-height: 34px; padding: 9px 20px; background: var(--ink); color: var(--white); text-align: center; font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.announcement-dot { color: var(--acid); margin: 0 18px; font-size: 8px; }

.site-header { min-height: 82px; display: flex; align-items: center; gap: 30px; padding: 0 var(--side); border-bottom: 1px solid var(--line); background: rgba(243, 239, 231, .94); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(14px); transition: min-height .25s, box-shadow .25s; }
.site-header.is-scrolled { min-height: 68px; box-shadow: 0 8px 30px rgba(23,23,20,.07); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; letter-spacing: -.04em; font-size: 18px; white-space: nowrap; }
.brand-name > span { color: var(--clay); }
.store-logo { display: block; width: clamp(160px, 14vw, 205px); height: auto; }
.brand-mark { display: grid; place-items: center; flex: 0 0 auto; width: 31px; height: 31px; background: var(--clay); color: var(--paper); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%); font-family: var(--serif); font-size: 18px; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 40px); margin: 0 auto; }
.main-nav a { position: relative; text-decoration: none; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }
.main-nav a:not(.mobile-nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--clay); transition: right .25s; }
.main-nav a:hover::after { right: 0; }
.mobile-nav-cta { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 0 24px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { background: var(--clay); border-color: var(--clay); transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.button-small { min-height: 42px; padding: 0 18px; }
.button-outline { background: transparent; color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-light:hover { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.text-link { display: inline-block; text-decoration: none; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; border-bottom: 1px solid currentColor; padding-bottom: 7px; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; cursor: pointer; }

.hero { min-height: calc(100vh - 116px); display: grid; grid-template-columns: minmax(0, .93fr) minmax(420px, 1.07fr); position: relative; overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 9vh clamp(24px, 6vw, 96px); }
.eyebrow { margin: 0 0 28px; font-size: 10px; font-weight: 800; letter-spacing: .21em; text-transform: uppercase; color: var(--clay); }
.hero h1, .section-heading h2, .story h2, .reviews h2, .visit h2, .faq h2, .closing-cta h2 { margin: 0; font-family: var(--serif); font-weight: 700; letter-spacing: -.065em; }
.hero h1 { font-size: clamp(62px, 8.2vw, 126px); line-height: .79; }
h1 em, h2 em { font-weight: 400; color: var(--clay); }
.hero-lede { max-width: 570px; margin: 38px 0 30px; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.65; color: #4f4b43; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-media { margin: 0; position: relative; min-height: 650px; overflow: hidden; background: #b92a5c; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.54)); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; transition: transform 1.2s cubic-bezier(.2,.75,.2,1); }
.hero:hover .hero-media img { transform: scale(1.025); }
.hero-media figcaption { position: absolute; z-index: 1; left: 32px; right: 32px; bottom: 28px; display: flex; justify-content: space-between; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.hero-stamp { position: absolute; left: calc(46.5% - 58px); top: 70px; z-index: 2; width: 116px; height: 116px; background: var(--acid); border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(-8deg); font-size: 8px; letter-spacing: .13em; line-height: 1.7; box-shadow: 0 8px 24px rgba(23,23,20,.15); }
.hero-stamp strong { font: 700 16px/1 var(--serif); letter-spacing: -.03em; }

.benefits { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefits > div { min-height: 118px; display: flex; align-items: center; gap: 16px; padding: 24px clamp(18px,3vw,42px); border-right: 1px solid var(--line); }
.benefits > div:last-child { border: 0; }
.benefits > div > span { font: 400 30px/1 var(--serif); color: var(--clay); }
.benefits p { margin: 0; }
.benefits strong, .benefits small { display: block; }
.benefits strong { margin-bottom: 6px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.benefits small { color: #6d685e; font-size: 12px; }

.section-pad { padding: var(--section) var(--side); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(240px,.65fr); gap: 60px; align-items: end; margin-bottom: clamp(48px,6vw,84px); }
.section-heading h2, .story h2, .reviews h2, .visit h2, .faq h2 { font-size: clamp(52px,7vw,104px); line-height: .86; }
.section-heading > p { max-width: 460px; margin: 0; color: #5c574e; font-size: 16px; line-height: 1.7; }
.section-heading-inline { display: flex; align-items: flex-end; justify-content: space-between; }
.section-heading-inline h2 { font-size: clamp(48px,6vw,88px); }

.collection-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 335px 335px; gap: 18px; }
.collection-card { position: relative; overflow: hidden; background: #cbc1af; }
.collection-card-tall { grid-row: 1 / span 2; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.collection-card:nth-child(2) img { object-position: center 34%; }
.collection-card:nth-child(3) img { object-position: center 28%; }
.collection-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.74)); pointer-events: none; }
.collection-card:hover img { transform: scale(1.045); }
.collection-card > a { position: absolute; inset: 0; z-index: 3; }
.collection-overlay { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: white; }
.collection-overlay p { margin: 0 0 8px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.collection-overlay h3 { margin: 0 0 15px; font: 400 clamp(30px,3vw,52px)/1 var(--serif); letter-spacing: -.04em; }
.collection-overlay span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.ticker { overflow: hidden; padding: 20px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--acid); }
.ticker > div { width: max-content; display: flex; align-items: center; gap: 26px; animation: ticker 24s linear infinite; }
.ticker span { font: italic 500 clamp(30px,4vw,58px)/1 var(--serif); letter-spacing: -.03em; }
.ticker b { font-size: 16px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; background: var(--ink); color: var(--paper); }
.story-image { min-height: 760px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.9) contrast(1.02); }
.story-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(70px,8vw,130px); }
.story-copy .eyebrow { color: var(--acid); }
.story h2 em { color: var(--acid); }
.story-lead { margin: 38px 0 18px; font-size: clamp(18px,1.6vw,23px); line-height: 1.55; color: var(--white); }
.story-copy > p:not(.eyebrow):not(.story-lead) { margin: 0; max-width: 590px; color: #bbb5aa; line-height: 1.75; font-size: 14px; }
.story-signature { display: flex; align-items: center; gap: 18px; margin: 32px 0; }
.story-signature > span { display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid #68665f; border-radius: 50%; font: italic 15px/1 var(--serif); color: var(--acid); }
.story-signature p { margin: 0; }
.story-signature strong, .story-signature small { display: block; }
.story-signature strong { text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.story-signature small { margin-top: 7px; color: #8e8b84; }
.story .button-outline { color: var(--paper); border-color: #77746d; }

.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(14px,2vw,28px); }
.product-image { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--paper-deep); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.tag { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 8px 10px; background: var(--acid); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.tag-dark { background: var(--ink); color: white; }
.product-info { display: flex; justify-content: space-between; gap: 12px; padding: 18px 0 15px; }
.product-info h3 { margin: 0 0 6px; font: 600 19px/1.1 var(--serif); letter-spacing: -.02em; }
.product-info p { margin: 0; color: #7a746a; font-size: 11px; }
.product-info > strong { white-space: nowrap; font-size: 11px; }
.product-button { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid var(--ink); text-decoration: none; text-transform: uppercase; font-size: 9px; font-weight: 850; letter-spacing: .14em; transition: color .2s; }
.product-button:hover { color: var(--clay); }

.lookbook { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.lookbook::before { content: "AZTECA"; position: absolute; right: -24px; top: 8px; color: rgba(255,255,255,.035); font: 800 clamp(120px,22vw,330px)/.8 var(--sans); letter-spacing: -.09em; pointer-events: none; }
.lookbook-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; margin-bottom: clamp(42px,6vw,74px); }
.lookbook-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -4px; color: var(--acid); }
.lookbook-heading h2 { margin: 0; font: 500 clamp(58px,8vw,118px)/.82 var(--serif); letter-spacing: -.065em; }
.lookbook-heading > p:last-child { max-width: 430px; margin: 0; color: #aaa69e; font-size: 14px; line-height: 1.7; }
.lookbook-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: 330px 330px; gap: 14px; }
.lookbook-item { position: relative; margin: 0; overflow: hidden; background: #36332f; }
.lookbook-item:nth-child(1) { grid-column: 1 / 5; grid-row: 1 / 3; }
.lookbook-item:nth-child(2) { grid-column: 5 / 9; grid-row: 1; }
.lookbook-item:nth-child(3) { grid-column: 9 / 13; grid-row: 1; }
.lookbook-item:nth-child(4) { grid-column: 5 / 8; grid-row: 2; }
.lookbook-item:nth-child(5) { grid-column: 8 / 13; grid-row: 2; }
.lookbook-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.72)); }
.lookbook-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s; }
.lookbook-item:nth-child(2) img { object-position: center 34%; }
.lookbook-item:nth-child(3) img { object-position: center 30%; }
.lookbook-item:nth-child(4) img { object-position: center 22%; }
.lookbook-item:nth-child(5) img { object-position: center 32%; }
.lookbook-item:hover img { transform: scale(1.045); filter: saturate(1.12); }
.lookbook-item figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: flex; justify-content: space-between; align-items: end; gap: 15px; color: white; }
.lookbook-item figcaption span { font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--acid); }
.lookbook-item figcaption strong { font: 400 18px/1 var(--serif); }

.quote-banner { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; color: white; }
.quote-photo, .quote-photo::after { position: absolute; inset: 0; }
.quote-photo::after { content: ""; background: rgba(23,23,20,.72); }
.quote-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.quote-banner blockquote { position: relative; z-index: 2; max-width: 920px; margin: 0; padding: 70px var(--side); text-align: center; }
.quote-banner blockquote > span { display: block; height: 48px; color: var(--acid); font: 400 92px/1 var(--serif); }
.quote-banner blockquote p { margin: 0; font: italic 400 clamp(38px,5.6vw,82px)/1.02 var(--serif); letter-spacing: -.05em; }
.quote-banner cite { display: block; margin-top: 30px; font-style: normal; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; color: #d2cec7; }
.quote-accent { position: absolute; z-index: 1; right: 5vw; bottom: -45px; font: 700 240px/1 var(--serif); color: rgba(255,255,255,.06); }

.reviews { background: var(--paper-deep); }
.rating { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 14px; }
.rating strong { font: 600 48px/1 var(--serif); }
.rating span { color: var(--clay); letter-spacing: .15em; font-size: 12px; }
.rating small { grid-column: 2; color: #777166; font-size: 10px; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review { padding: clamp(28px,3.6vw,56px); border-right: 1px solid var(--line); }
.review:last-child { border: 0; }
.stars { color: var(--clay); letter-spacing: .15em; font-size: 11px; }
.review > p { min-height: 136px; margin: 24px 0 28px; font: 400 clamp(20px,2vw,28px)/1.42 var(--serif); letter-spacing: -.02em; }
.review footer { display: flex; align-items: center; gap: 13px; }
.review footer > span { display: grid; place-items: center; width: 38px; height: 38px; background: var(--ink); border-radius: 50%; color: var(--paper); font-size: 9px; font-weight: 800; }
.review footer strong, .review footer small { display: block; }
.review footer strong { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.review footer small { margin-top: 4px; color: #827b70; font-size: 9px; }

.whatsapp-band { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: clamp(24px,4vw,64px); padding: clamp(48px,6vw,86px) var(--side); background: var(--clay); color: white; }
.wa-icon { width: clamp(76px,9vw,126px); height: clamp(76px,9vw,126px); display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.wa-icon svg { width: 42%; fill: white; }
.whatsapp-band .eyebrow { margin-bottom: 14px; color: var(--acid); }
.whatsapp-band h2 { margin: 0; font: 500 clamp(34px,4.2vw,64px)/1.02 var(--serif); letter-spacing: -.045em; }
.whatsapp-band p:not(.eyebrow) { max-width: 640px; margin: 18px 0 0; color: #ead3cd; line-height: 1.6; }

.visit { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 690px; }
.visit-info { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: var(--section) var(--side); }
.visit-info > p:not(.eyebrow) { max-width: 510px; margin: 32px 0; color: #5d584f; line-height: 1.7; }
.visit-details { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 26px 0; margin-bottom: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visit-details small, .visit-details strong { display: block; }
.visit-details small { margin-bottom: 10px; color: var(--clay); text-transform: uppercase; font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.visit-details strong { font: 400 15px/1.6 var(--serif); }
.map-wrap { position: relative; min-height: 690px; background: #d8d4ca; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 690px; border: 0; filter: grayscale(1) contrast(.92) sepia(.08); }
.map-label { position: absolute; left: 30px; bottom: 30px; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; padding: 14px 20px; background: var(--paper); color: var(--ink); box-shadow: 0 15px 35px rgba(23,23,20,.2); }
.map-logo { display: block; width: 150px; height: auto; }
.map-label small { display: block; padding-left: 2px; font-size: 8px; letter-spacing: .14em; color: #746d65; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px,10vw,150px); background: var(--white); }
.faq-intro { align-self: start; position: sticky; top: 120px; }
.faq-intro h2 { font-size: clamp(50px,6vw,88px); }
.faq-intro > p:not(.eyebrow) { max-width: 380px; margin: 30px 0; color: #625d54; line-height: 1.65; }
.faq-list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 27px 0; list-style: none; cursor: pointer; font: 500 clamp(18px,2vw,25px)/1.25 var(--serif); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; font: 400 18px/1 var(--sans); transition: transform .25s, background .25s; }
.faq details[open] summary span { transform: rotate(45deg); background: var(--acid); }
.faq details p { max-width: 670px; margin: -5px 50px 28px 0; color: #625d54; line-height: 1.7; font-size: 14px; }

.closing-cta { min-height: 480px; display: grid; place-items: center; align-content: center; gap: 18px; padding: 70px 20px; background: var(--clay); color: white; text-align: center; }
.closing-cta p { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #f1d6cf; }
.closing-cta h2 { font-size: clamp(70px,11vw,170px); line-height: .8; }

.site-footer { padding: 74px var(--side) 0; background: var(--ink); color: #d9d4ca; }
.footer-main { display: grid; grid-template-columns: 1.25fr .55fr .55fr 1.1fr; gap: clamp(30px,5vw,90px); padding-bottom: 68px; }
.brand-light { width: max-content; padding: 0; background: transparent; color: var(--paper); }
.brand-light .store-logo { width: clamp(180px, 17vw, 238px); }
.footer-brand > p { max-width: 360px; margin: 26px 0; color: #8f8c85; line-height: 1.7; font-size: 13px; }
.social-links { display: flex; gap: 20px; flex-wrap: wrap; }
.social-links a, .footer-column a, .footer-legal a { color: #b0aca4; text-decoration: none; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; transition: color .2s; }
.social-links a:hover, .footer-column a:hover, .footer-legal a:hover { color: var(--acid); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.footer-column h3 { margin: 4px 0 12px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.footer-news .eyebrow { margin-bottom: 18px; color: var(--acid); }
.footer-news h3 { margin: 0 0 24px; color: white; font: 400 26px/1.25 var(--serif); letter-spacing: -.025em; }
.footer-news .button { width: 100%; }
.footer-news > small { display: block; margin-top: 13px; color: #6f6c66; font-size: 9px; }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid #33332f; color: #6f6c66; }
.footer-legal p { margin: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.footer-legal > div { display: flex; gap: 24px; }
.creator-credit { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 12px; border-top: 1px solid #33332f; }
.creator-credit span { color: #686660; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.creator-credit img { max-width: 130px; max-height: 30px; filter: brightness(0) invert(1); opacity: .72; }

.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 19px; border-radius: 999px; background: #1fae5c; color: white; text-decoration: none; box-shadow: 0 12px 35px rgba(0,0,0,.22); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s; }
.whatsapp-float:hover { transform: translateY(-3px); background: #188d49; }
.whatsapp-float svg { width: 23px; fill: white; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header { gap: 18px; }
  .main-nav { gap: 20px; }
  .header-cta { font-size: 9px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-stamp { left: calc(50% - 52px); width: 104px; height: 104px; }
  .benefits { grid-template-columns: 1fr 1fr; }
  .benefits > div:nth-child(2) { border-right: 0; }
  .benefits > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: 1fr 1fr; row-gap: 48px; }
  .footer-main { grid-template-columns: 1.2fr .7fr .7fr; }
  .footer-news { grid-column: 1 / -1; max-width: 520px; }
}

@media (max-width: 850px) {
  .site-header { min-height: 70px; }
  .menu-toggle { z-index: 2; display: grid; margin-left: auto; gap: 6px; }
  .menu-toggle span { display: block; width: 25px; height: 1px; background: var(--ink); transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 103px 0 auto; max-width: 100vw; min-height: calc(100vh - 103px); display: flex; flex-direction: column; align-items: flex-start; gap: 24px; padding: 48px var(--side); background: var(--paper); clip-path: inset(0 0 0 100%); visibility: hidden; pointer-events: none; transition: clip-path .35s cubic-bezier(.2,.7,.2,1), visibility .35s; }
  .main-nav.is-open { clip-path: inset(0); visibility: visible; pointer-events: auto; }
  .main-nav a { font: 500 32px/1.1 var(--serif); text-transform: none; letter-spacing: -.03em; }
  .main-nav .mobile-nav-cta { display: block; margin-top: 20px; padding: 16px 0; border-top: 1px solid var(--ink); font: 800 11px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
  .header-cta { display: none; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { min-height: 600px; padding: 70px var(--side) 62px; }
  .hero h1 { font-size: clamp(62px,15vw,102px); }
  .hero-media { min-height: 72vh; }
  .hero-stamp { left: auto; right: 5vw; top: 530px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .collection-grid { grid-template-columns: 1fr; grid-template-rows: 620px 420px 420px; }
  .collection-card-tall { grid-row: auto; }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 580px; }
  .story-copy { padding: 90px var(--side); }
  .section-heading-inline { align-items: flex-start; flex-direction: column; gap: 30px; }
  .review-grid { grid-template-columns: 1fr; }
  .review { border-right: 0; border-bottom: 1px solid var(--line); }
  .review > p { min-height: 0; }
  .whatsapp-band { grid-template-columns: auto 1fr; }
  .whatsapp-band .button { grid-column: 2; justify-self: start; }
  .visit { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 560px; }
  .faq { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .lookbook-heading { grid-template-columns: 1fr; }
  .lookbook-grid { grid-template-columns: repeat(2,1fr); grid-template-rows: 560px 330px 400px; }
  .lookbook-item:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
  .lookbook-item:nth-child(2) { grid-column: 1; grid-row: 2; }
  .lookbook-item:nth-child(3) { grid-column: 2; grid-row: 2; }
  .lookbook-item:nth-child(4) { grid-column: 1; grid-row: 3; }
  .lookbook-item:nth-child(5) { grid-column: 2; grid-row: 3; }
}

@media (max-width: 600px) {
  :root { --side: 20px; --section: 78px; }
  .announcement { font-size: 8px; }
  .announcement-extra, .announcement-dot { display: none; }
  .site-header { min-height: 66px; }
  .brand { font-size: 16px; }
  .site-header .store-logo { width: 158px; }
  .main-nav { inset: 100px 0 auto; min-height: calc(100vh - 100px); }
  .hero-copy { min-height: auto; padding-top: 58px; }
  .hero h1 { font-size: clamp(58px,19vw,85px); }
  .hero-lede { margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-media { min-height: 68vh; }
  .hero-media figcaption { left: 20px; right: 20px; }
  .hero-stamp { top: 505px; width: 94px; height: 94px; }
  .hero-stamp strong { font-size: 13px; }
  .benefits { grid-template-columns: 1fr; }
  .benefits > div { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits > div:last-child { border-bottom: 0; }
  .collection-grid { grid-template-rows: 540px 390px 390px; }
  .collection-overlay { left: 22px; right: 22px; bottom: 22px; }
  .story-image { min-height: 470px; }
  .story-copy { padding-top: 74px; padding-bottom: 78px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 4 / 5; }
  .quote-banner { min-height: 560px; }
  .quote-banner blockquote { padding-left: 24px; padding-right: 24px; }
  .reviews .section-heading-inline { flex-direction: column; }
  .whatsapp-band { grid-template-columns: 1fr; padding-top: 60px; padding-bottom: 64px; }
  .whatsapp-band .button { grid-column: auto; justify-self: stretch; }
  .wa-icon { width: 80px; height: 80px; }
  .visit-details { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 480px; }
  .faq summary { font-size: 19px; }
  .closing-cta { min-height: 410px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-news { grid-column: 1 / -1; }
  .footer-legal { flex-direction: column; }
  .footer-legal > div { flex-direction: column; gap: 10px; }
  .creator-credit { min-height: 90px; flex-direction: column; gap: 8px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 56px; height: 56px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .lookbook-grid { display: flex; overflow-x: auto; margin-right: calc(var(--side) * -1); padding-right: var(--side); scroll-snap-type: x mandatory; scrollbar-width: none; }
  .lookbook-grid::-webkit-scrollbar { display: none; }
  .lookbook-item, .lookbook-item:nth-child(n) { flex: 0 0 78vw; height: 540px; scroll-snap-align: start; }
  .lookbook-heading > p:last-child { max-width: 320px; }
}

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