* { box-sizing: border-box; margin: 0; padding: 0; }
html { background: var(--color-ivory); color: var(--color-charcoal); font-family: var(--font-body); scroll-behavior: smooth; }
body { margin: 0; line-height: 1.6; overflow-x: hidden; font-weight: 300; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 2px solid var(--color-red); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 1001; background: var(--color-white); color: var(--color-charcoal); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: var(--z-header); display: grid; grid-template-columns: auto 1fr auto auto; gap: clamp(1rem, 3vw, 2.75rem); align-items: center; padding: 1.15rem clamp(1rem, 4.8vw, 4.5rem); border-bottom: 1px solid transparent; transition: background .45s var(--ease), border-color .45s var(--ease), padding .45s var(--ease); }
.site-header.is-scrolled { background: rgba(250,247,241,.96); border-bottom-color: var(--color-stone); backdrop-filter: blur(18px); padding-block: .85rem; }
.brand img { display: block; width: clamp(136px, 14vw, 180px); height: auto; opacity: .96; transition: opacity .45s var(--ease); }
.site-header.over-hero:not(.is-scrolled) .brand img { opacity: .96; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1.3rem, 3vw, 2.5rem); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav a { color: var(--color-grey); position: relative; transition: color .3s var(--ease); }
.site-header.over-hero:not(.is-scrolled) .desktop-nav a { color: rgba(255,255,255,.8); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 1px; background: var(--color-red); transition: width .35s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { width: 100%; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid var(--color-charcoal); padding: .75rem 1.25rem; color: var(--color-charcoal); background: transparent; border-radius: 0; font-size: .66rem; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; cursor: pointer; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.nav-cta:hover, .button:hover { background: var(--color-charcoal); color: var(--color-ivory); }
.site-header.over-hero:not(.is-scrolled) .nav-cta { color: var(--color-white); border-color: rgba(255,255,255,.38); }
.site-header.over-hero:not(.is-scrolled) .nav-cta:hover { background: var(--color-white); color: var(--color-charcoal); border-color: var(--color-white); }
.button.ghost { border-color: var(--color-stone); }
.button.light { color: var(--color-white); border-color: rgba(255,255,255,.4); }
.button.light:hover { background: var(--color-white); color: var(--color-charcoal); }
.icon-button { min-height: 44px; border: 1px solid var(--color-stone); background: var(--color-white); padding: .5rem .75rem; }
.menu-toggle { display: none; }
.mobile-panel { position: fixed; inset: 70px 0 auto; z-index: var(--z-overlay); background: var(--color-ivory); border-bottom: 1px solid var(--color-stone); padding: 1.5rem; }
.mobile-panel nav { display: grid; gap: 1rem; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 300; line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(3.4rem, 7vw, 6.35rem); font-style: italic; }
h2 { font-size: clamp(2.2rem, 4vw, 4.4rem); }
h2 em { font-style: italic; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: end; background: var(--color-charcoal); }
.hero picture, .hero picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero picture { transform: scale(1.07); animation: heroZoom 2.2s var(--ease) .1s forwards; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(26,23,20,.74), rgba(26,23,20,.22) 54%, rgba(26,23,20,.46)); }
.hero-copy { position: relative; z-index: 1; max-width: 620px; margin: 0 0 clamp(4rem, 10vh, 7rem) clamp(1.5rem, 7vw, 6rem); color: var(--color-white); }
.hero-label { margin-bottom: 1.2rem; font-size: .62rem; letter-spacing: .4em; text-transform: uppercase; color: rgba(255,255,255,.56); opacity: 0; animation: up .75s var(--ease) .35s forwards; }
.hero-copy h1 { margin-bottom: 1.45rem; opacity: 0; animation: up 1s var(--ease) .5s forwards; }
.hero-sub { max-width: 340px; margin-bottom: 2.35rem; color: rgba(255,255,255,.7); font-size: .92rem; letter-spacing: .03em; opacity: 0; animation: up .75s var(--ease) .72s forwards; }
.hero-copy .actions { opacity: 0; animation: up .75s var(--ease) .9s forwards; }
.hero-link { display: inline-flex; align-items: center; gap: 1rem; color: var(--color-white); font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; }
.hero-link i { position: relative; display: block; width: 36px; height: 1px; background: rgba(255,255,255,.56); transition: width .35s var(--ease), background .35s var(--ease); }
.hero-link i::after { content: ""; position: absolute; right: 0; top: -3.5px; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.hero-link:hover i { width: 54px; background: currentColor; }
.hero-link.dark { color: var(--color-charcoal); }
.hero-link.dark i { background: var(--color-charcoal); }
.hero-scroll { position: absolute; z-index: 1; right: clamp(1.5rem, 4vw, 4.5rem); bottom: 3.5rem; display: flex; flex-direction: column; align-items: center; gap: .6rem; color: rgba(255,255,255,.42); opacity: 0; animation: up .75s var(--ease) 1.1s forwards; }
.hero-scroll span { writing-mode: vertical-rl; font-size: .58rem; letter-spacing: .32em; text-transform: uppercase; }
.hero-scroll i { width: 1px; height: 56px; background: rgba(255,255,255,.15); position: relative; overflow: hidden; }
.hero-scroll i::after { content: ""; position: absolute; inset: -100% 0 auto; height: 100%; background: rgba(255,255,255,.65); animation: tick 1.65s ease-in-out 1.4s infinite; }

.actions { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }
.marquee-band { background: var(--color-charcoal); padding: .9rem 0; overflow: hidden; user-select: none; }
.marquee-track { display: flex; width: max-content; animation: marquee 26s linear infinite; }
.marquee-track span { display: flex; align-items: center; gap: 1.6rem; padding: 0 1.75rem; white-space: nowrap; color: rgba(255,255,255,.34); font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; }
.marquee-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--color-red); }

.spotlight { display: grid; grid-template-columns: 3fr 2fr; min-height: 86vh; }
.spot-img { position: relative; overflow: hidden; background: var(--color-stone); }
.spot-img picture, .spot-img img { width: 100%; height: 100%; object-fit: cover; }
.spot-img img { transition: transform 7s var(--ease); }
.spot-img:hover img { transform: scale(1.035); }
.spot-img span { position: absolute; top: 2.5rem; left: 2.5rem; background: var(--color-red); color: var(--color-white); padding: .38rem 1rem; font-size: .58rem; letter-spacing: .24em; text-transform: uppercase; }
.spot-body { padding: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; background: var(--color-ivory); }
.spot-body > p:first-child { color: var(--color-red); font-size: .6rem; letter-spacing: .36em; text-transform: uppercase; margin-bottom: 1.5rem; }
.spot-body h2 { font-style: italic; margin-bottom: .25rem; }
.spot-body small { font-family: var(--font-display); color: var(--color-grey); font-size: 1.1rem; margin-bottom: 2rem; }
.spot-body > i { width: 46px; height: 1px; background: var(--color-stone); margin-bottom: 2rem; }
.spot-body > p:not(:first-child) { max-width: 360px; color: var(--color-grey); line-height: 2; margin-bottom: 2.4rem; }
.spot-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-bottom: 2.5rem; }
.spot-specs div { border-top: 1px solid var(--color-stone); padding-top: .85rem; }
.spot-specs span { display: block; color: var(--color-grey); font-size: .56rem; letter-spacing: .24em; text-transform: uppercase; margin-bottom: .3rem; }
.spot-specs strong { font-size: .84rem; font-weight: 400; }

.section, .page-head, .editorial, .contact-layout { width: min(var(--container), calc(100% - 2rem)); margin: 0 auto; padding: clamp(4.5rem, 8vw, 7rem) 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; margin-bottom: 3rem; }
.section-head a { color: var(--color-red); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: .2rem; }
.page-head { max-width: 850px; margin-left: clamp(1rem, 8vw, 7rem); padding-top: 8rem; }
.page-head p:first-child { color: var(--color-red); font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; margin-bottom: 1.2rem; }
.collection-grid, .product-grid, .store-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.collection-tile, .product-card, .store-grid article { background: var(--color-white); border: 1px solid var(--color-stone); overflow: hidden; }
.collection-tile { min-height: 245px; padding: 2rem; display: flex; flex-direction: column; justify-content: end; transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease); }
.collection-tile:hover { background: var(--color-charcoal); color: var(--color-ivory); transform: translateY(-4px); }
.collection-tile h3 { font-size: 2rem; font-style: italic; margin-bottom: .6rem; }
.product-card { opacity: 0; transform: translateY(24px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.product-card.is-vis, .reveal.is-vis .product-card { opacity: 1; transform: translateY(0); }
.product-card a { display: grid; gap: .75rem; padding-bottom: 1.1rem; }
.product-card picture { aspect-ratio: 4 / 3; background: var(--color-stone); overflow: hidden; }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--ease); }
.product-card:hover img { transform: scale(1.045); }
.product-card span, .product-card h3, .product-card p { margin-inline: 1rem; }
.product-card span { color: var(--color-red); font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; }
.product-card h3 { font-size: 1.65rem; font-style: italic; }
.product-card p { color: var(--color-grey); font-size: .88rem; }
.masonry-lite .product-card:nth-child(2), .masonry-lite .product-card:nth-child(5) { margin-top: 3rem; }

.story-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 72vh; background: var(--color-stone); }
.story-band > div { padding: clamp(3rem, 7vw, 7rem) clamp(1.5rem, 6vw, 5.5rem); display: flex; flex-direction: column; justify-content: center; }
.story-band > div > p:first-child { color: var(--color-red); font-size: .58rem; letter-spacing: .42em; text-transform: uppercase; margin-bottom: 2rem; }
.story-band h2 { margin-bottom: 1.8rem; }
.story-band > div > p:not(:first-child) { max-width: 420px; color: var(--color-grey); line-height: 2.05; margin-bottom: 2.5rem; }
.story-band picture, .story-band img { width: 100%; height: 100%; object-fit: cover; }
.story-band picture { overflow: hidden; }
.story-band img { transition: transform 7s var(--ease); }
.story-band:hover img { transform: scale(1.035); }

.filters { width: min(var(--container), calc(100% - 2rem)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto auto; gap: .75rem; align-items: center; }
.filters input { min-height: 44px; border: 1px solid var(--color-stone); padding: 0 1rem; background: var(--color-white); }
.filters div { display: flex; gap: 0; }
.filters a, .filters button { min-height: 40px; border: 1px solid var(--color-stone); border-right: 0; background: transparent; padding: .48rem 1rem; color: var(--color-grey); font-size: .63rem; letter-spacing: .18em; text-transform: uppercase; cursor: pointer; }
.filters a:last-child, .filters button { border-right: 1px solid var(--color-stone); }
.filters .active, .filters a:hover, .filters button:hover { background: var(--color-charcoal); color: var(--color-white); border-color: var(--color-charcoal); }

.product-detail { width: min(1320px, calc(100% - 2rem)); margin: 0 auto; padding: 8rem 0 4rem; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 2rem; }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; align-content: start; }
.gallery figure { overflow: hidden; }
.gallery picture { display: block; aspect-ratio: 4 / 3; background: var(--color-stone); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.gallery figure:hover img { transform: scale(1.035); }
.product-info { position: sticky; top: 96px; align-self: start; background: rgba(250,247,241,.82); backdrop-filter: blur(12px); padding: 1rem; }
.product-info > p:first-child { color: var(--color-red); letter-spacing: .24em; text-transform: uppercase; font-size: .62rem; }
.product-info h1 { color: var(--color-charcoal); margin: .6rem 0 1rem; }
.breadcrumbs { width: min(1320px, calc(100% - 2rem)); margin: 6rem auto -5rem; display: flex; gap: .5rem; color: var(--color-grey); font-size: .9rem; }
.breadcrumbs > * + *::before { content: "/"; margin-right: .5rem; color: var(--color-sand); }
.form { display: grid; gap: .75rem; margin-top: 1.5rem; }
.form label { display: grid; gap: .25rem; color: var(--color-grey); font-size: .88rem; }
.form input, .form textarea, .form select { width: 100%; border: 1px solid var(--color-stone); padding: .7rem; background: var(--color-white); color: var(--color-charcoal); }
.form textarea { min-height: 120px; resize: vertical; }
.checkbox { grid-template-columns: auto 1fr; align-items: start; }
.checkbox input { width: auto; margin-top: .35rem; }
.honeypot { position: absolute; left: -100vw; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 2rem; }
.store-grid article { padding: 1.5rem; min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; }
address { font-style: normal; display: grid; gap: .2rem; }

.footer { display: grid; grid-template-columns: 2fr repeat(3, 1fr) .8fr; gap: 2.5rem; padding: 5rem clamp(1rem, 5vw, 5.5rem) 2.5rem; background: var(--color-charcoal); color: rgba(255,255,255,.58); }
.footer img { opacity: .96; width: 160px; height: auto; margin-bottom: 1.2rem; }
.footer p, .footer a, .footer address { font-size: .86rem; color: rgba(255,255,255,.54); }
.footer strong { color: var(--color-white); font-weight: 400; margin-bottom: .4rem; }
.footer-brand p:first-of-type { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; max-width: 260px; color: rgba(255,255,255,.38); margin-bottom: 1rem; }
.footer div:last-child { display: grid; gap: .75rem; align-content: start; }
.floating-actions { position: fixed; right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); display: grid; gap: .5rem; z-index: 10; }
.floating-actions a { width: 48px; height: 48px; display: grid; place-items: center; background: var(--color-charcoal); color: var(--color-white); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.22); transition: background .3s var(--ease), transform .3s var(--ease), border-color .3s var(--ease); }
.floating-actions a:hover { background: var(--color-red); border-color: var(--color-red); transform: translateY(-4px); }
.floating-actions svg, .quick-contact svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.empty { text-align: center; padding: 2rem; }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-vis { opacity: 1; transform: translateY(0); }

.contact-hero { position: relative; min-height: 92svh; display: flex; align-items: flex-end; overflow: hidden; background: var(--color-charcoal); color: var(--color-white); }
.contact-hero picture, .contact-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.contact-hero picture { transform: scale(1.08); animation: heroZoom 2.2s var(--ease) forwards; }
.contact-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,15,13,.82), rgba(18,15,13,.3) 60%, rgba(18,15,13,.48)), linear-gradient(0deg, rgba(18,15,13,.62), transparent 52%); }
.contact-grain { position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(rgba(255,255,255,.8) .5px, transparent .5px); background-size: 5px 5px; mix-blend-mode: soft-light; pointer-events: none; }
.contact-hero-content { position: relative; z-index: 2; width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 180px 0 84px; }
.contact-eyebrow { margin: 0 0 24px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.contact-hero h1 { max-width: 980px; margin: 0; font-size: clamp(58px, 8vw, 132px); line-height: .94; letter-spacing: -.03em; }
.contact-hero h1 > span { display: block; overflow: hidden; }
.contact-hero h1 > span > span { display: block; transform: translateY(112%); animation: titleIn 1.25s var(--ease) forwards; }
.contact-hero h1 > span:nth-child(2) > span { animation-delay: .12s; }
.contact-hero-content > p:not(.contact-eyebrow) { max-width: 560px; margin: 36px 0 0; color: rgba(255,255,255,.74); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.75; opacity: 0; transform: translateY(24px); animation: fadeUp .9s var(--ease) .55s forwards; }
.contact-scroll { display: inline-flex; align-items: center; gap: 18px; margin-top: 52px; color: var(--color-white); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; opacity: 0; animation: fadeUp .9s var(--ease) .75s forwards; }
.contact-scroll i { position: relative; width: 88px; height: 1px; overflow: hidden; background: rgba(255,255,255,.3); }
.contact-scroll i::after { content: ""; position: absolute; inset: 0; background: var(--color-white); transform: translateX(-100%); animation: travel 2.2s ease-in-out infinite; }

.contact-page-section { position: relative; padding: clamp(90px, 10vw, 150px) 0; overflow: hidden; }
.contact-page-section::before, .contact-page-section::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.contact-page-section::before { width: 520px; height: 520px; right: -260px; top: 40px; background: radial-gradient(circle, rgba(143,38,52,.12), transparent 70%); }
.contact-page-section::after { width: 420px; height: 420px; left: -210px; bottom: -140px; background: radial-gradient(circle, rgba(85,72,62,.1), transparent 70%); }
.contact-page-grid { position: relative; width: min(1280px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0,.84fr) minmax(520px,1.16fr); gap: clamp(56px, 8vw, 120px); align-items: start; }
.contact-intro { position: sticky; top: 130px; }
.contact-intro > p:first-child, .contact-section-head p { margin: 0 0 24px; color: var(--color-red); font-size: 11px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.contact-intro h2, .contact-section-head h2, .contact-closing h2 { margin: 0; font-size: clamp(44px, 5vw, 74px); line-height: 1.05; letter-spacing: -.03em; }
.contact-intro > p:not(:first-child) { max-width: 540px; margin: 30px 0 0; color: var(--color-grey); font-size: 17px; line-height: 1.8; }
.quick-contact { margin-top: 54px; border-top: 1px solid rgba(28,25,22,.16); }
.quick-contact a { display: grid; grid-template-columns: 46px 1fr auto; grid-template-areas: "icon small arrow" "icon strong arrow"; align-items: center; gap: 2px 16px; padding: 19px 0; border-bottom: 1px solid rgba(28,25,22,.16); transition: padding .35s var(--ease), color .35s var(--ease); }
.quick-contact a:hover { padding-left: 10px; color: var(--color-red); }
.quick-contact a > span:first-child { grid-area: icon; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(28,25,22,.16); border-radius: 50%; }
.quick-contact small { grid-area: small; color: var(--color-grey); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.quick-contact strong { grid-area: strong; font-size: 15px; font-weight: 500; }
.quick-contact em { grid-area: arrow; font-style: normal; }

.contact-form-card { position: relative; padding: clamp(28px, 5vw, 58px); background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.88); box-shadow: 0 28px 80px rgba(28,22,17,.14); backdrop-filter: blur(18px); }
.contact-form-card::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(28,25,22,.06); pointer-events: none; }
.contact-form-top { position: relative; display: flex; justify-content: space-between; gap: 18px; align-items: baseline; padding-bottom: 30px; border-bottom: 1px solid rgba(28,25,22,.16); }
.contact-form-top p { margin: 0; font-family: var(--font-display); font-size: 28px; }
.contact-form-top span { color: var(--color-grey); font-size: 12px; }
.contact-form { position: relative; padding-top: 28px; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 24px; }
.contact-field { position: relative; display: block; padding-top: 16px; }
.contact-field.full { grid-column: 1 / -1; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; padding: 9px 0 13px; border: 0; border-bottom: 1px solid rgba(28,25,22,.22); outline: 0; background: transparent; color: var(--color-charcoal); border-radius: 0; }
.contact-field textarea { min-height: 118px; resize: vertical; }
.contact-field select { appearance: none; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, var(--color-charcoal) 50%), linear-gradient(135deg, var(--color-charcoal) 50%, transparent 50%); background-position: calc(100% - 8px) 50%, calc(100% - 3px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.contact-field span { position: absolute; left: 0; top: 24px; color: var(--color-grey); pointer-events: none; transition: .3s var(--ease); }
.contact-field input:focus + span, .contact-field input:not(:placeholder-shown) + span, .contact-field textarea:focus + span, .contact-field textarea:not(:placeholder-shown) + span, .contact-field select:focus + span, .contact-field select:valid + span { transform: translateY(-23px); color: var(--color-red); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.contact-field i { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--color-red); transform: scaleX(0); transform-origin: left; transition: .4s var(--ease); }
.contact-field:focus-within i { transform: scaleX(1); }
.contact-consent { display: flex; gap: 12px; align-items: flex-start; margin-top: 28px; color: var(--color-grey); font-size: 12px; line-height: 1.55; cursor: pointer; }
.contact-consent input { position: absolute; opacity: 0; }
.contact-consent span { position: relative; flex: 0 0 18px; width: 18px; height: 18px; border: 1px solid rgba(28,25,22,.36); }
.contact-consent input:checked + span { background: var(--color-red); border-color: var(--color-red); }
.contact-consent input:checked + span::after { content: ""; position: absolute; left: 5px; top: 2px; width: 5px; height: 9px; border: solid var(--color-white); border-width: 0 1px 1px 0; transform: rotate(45deg); }
.contact-consent em { font-style: normal; }
.contact-submit { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-width: 210px; min-height: 56px; margin-top: 24px; overflow: hidden; border: 1px solid var(--color-charcoal); background: var(--color-charcoal); color: var(--color-white); cursor: pointer; font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; transition: .35s var(--ease); }
.contact-submit::before { content: ""; position: absolute; inset: 0; background: var(--color-red); transform: translateX(-105%); transition: .5s var(--ease); }
.contact-submit:hover::before { transform: none; }
.contact-submit:hover { border-color: var(--color-red); transform: translateY(-2px); }
.contact-submit span, .contact-submit i { position: relative; z-index: 1; font-style: normal; }
.contact-submit:disabled { opacity: .7; cursor: wait; }
.contact-status { min-height: 24px; margin: 18px 0 0; color: var(--color-red); font-size: 13px; }

.contact-showrooms { padding: clamp(88px, 10vw, 150px) 0; background: var(--color-charcoal); color: var(--color-white); }
.contact-section-head { width: min(1280px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; align-items: end; }
.contact-section-head p { color: rgba(255,255,255,.45); }
.contact-section-head h2 { max-width: 860px; }
.contact-store-grid { width: min(1280px, calc(100% - 48px)); margin: 72px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.12); }
.contact-store { position: relative; min-height: 430px; padding: 36px; overflow: hidden; background: var(--color-charcoal); transition: .45s var(--ease); }
.contact-store::before { content: ""; position: absolute; right: -60px; bottom: -90px; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transition: .6s var(--ease); }
.contact-store:hover { z-index: 2; background: #2a2622; transform: translateY(-8px); }
.contact-store:hover::before { transform: scale(1.3); border-color: rgba(143,38,52,.7); }
.contact-store > span { color: rgba(255,255,255,.3); font-size: 11px; letter-spacing: .18em; }
.contact-store h3 { margin: 58px 0 26px; font-size: 42px; }
.contact-store address { min-height: 96px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; }
.contact-store div { display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.contact-store a { display: inline-flex; gap: 10px; margin-top: 32px; color: var(--color-white); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.contact-closing { position: relative; min-height: 74svh; display: flex; align-items: center; overflow: hidden; color: var(--color-white); }
.contact-closing picture, .contact-closing img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.contact-closing img { transition: transform 9s var(--ease); }
.contact-closing:hover img { transform: scale(1.04); }
.contact-closing > div[aria-hidden="true"] { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,15,13,.82), rgba(18,15,13,.24)); }
.contact-closing-content { position: relative; z-index: 2; width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.contact-closing-content p { margin: 0 0 26px; color: rgba(255,255,255,.64); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }
.contact-closing h2 { max-width: 800px; font-size: clamp(52px, 6vw, 92px); margin-bottom: 42px; }

@keyframes up { to { opacity: 1; transform: translateY(0); } from { opacity: 0; transform: translateY(22px); } }
@keyframes heroZoom { to { transform: scale(1); } }
@keyframes tick { 0% { top: -100%; } 55%, 100% { top: 100%; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes titleIn { to { transform: none; } }
@keyframes fadeUp { to { opacity: 1; transform: none; } }
@keyframes travel { 0% { transform: translateX(-100%); } 55%, 100% { transform: translateX(100%); } }

@media (max-width: 900px) {
  .desktop-nav, .site-header .nav-cta { display: none; }
  .menu-toggle { display: inline-flex; justify-self: end; }
  .site-header { grid-template-columns: auto 1fr auto; }
  .collection-grid, .product-grid, .store-grid, .spotlight, .story-band, .product-detail, .contact-layout, .footer { grid-template-columns: 1fr; }
  .contact-page-grid, .contact-section-head, .contact-store-grid { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .contact-store { min-height: auto; }
  .filters { grid-template-columns: 1fr; }
  .filters div { overflow: auto; }
  .product-info { position: static; }
  .story-band picture { min-height: 420px; }
  .masonry-lite .product-card:nth-child(2), .masonry-lite .product-card:nth-child(5) { margin-top: 0; }
}
@media (max-width: 560px) {
  .hero { min-height: 700px; }
  .hero-scroll { display: none; }
  .hero-copy { margin: 0 1rem 4rem; }
  .gallery { grid-template-columns: 1fr; }
  .spot-specs, .section-head { grid-template-columns: 1fr; display: grid; }
  .contact-hero-content, .contact-page-grid, .contact-section-head, .contact-store-grid, .contact-closing-content { width: min(100% - 28px, 620px); }
  .contact-hero-content { padding: 150px 0 62px; }
  .contact-hero h1 { font-size: clamp(48px, 15vw, 76px); }
  .contact-form-card { margin-inline: -6px; padding: 28px 22px; }
  .contact-form-top { align-items: flex-start; flex-direction: column; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 26px; }
  .contact-field.full { grid-column: auto; }
  .contact-submit { width: 100%; }
  .contact-store { padding: 28px; }
  .contact-store h3 { margin-top: 42px; }
  .contact-closing { min-height: 68svh; }
  .contact-closing h2 { font-size: clamp(46px, 14vw, 66px); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
