/* ==========================================================================
   JHENK storefront
   Palette midnight-plum · Bodoni Moda + Jost · sharp corners · bracket buttons
   ========================================================================== */

@font-face { font-family: "Bodoni Moda"; src: url("../fonts/bodoni-moda-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Bodoni Moda"; src: url("../fonts/bodoni-moda-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Bodoni Moda"; src: url("../fonts/bodoni-moda-latin-600-normal.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Bodoni Moda"; src: url("../fonts/bodoni-moda-latin-400-italic.woff2") format("woff2"); font-weight: 400 600; font-style: italic; font-display: swap; }
@font-face { font-family: "Jost"; src: url("../fonts/jost-latin-300-normal.woff2") format("woff2"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Jost"; src: url("../fonts/jost-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Jost"; src: url("../fonts/jost-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-display: swap; }

:root {
	--ink: #1B1A22;
	--paper: #FBFAF7;
	--linen: #F0ECE6;
	--night: #1A1B2E;
	--night-deep: #111220;
	--plum: #6E2C55;
	--plum-soft: #B5578F;
	--blush: #E7C3D6;
	--line: #DAD5CE;
	--line-dark: rgba(251, 250, 247, 0.16);
	--muted: #5E5A63;
	--muted-light: rgba(251, 250, 247, 0.72);
	--brass: #C9A46A;

	--serif: "Bodoni Moda", "Didot", "Bodoni 72", Georgia, serif;
	--sans: "Jost", "Futura", "Helvetica Neue", Arial, sans-serif;

	--gutter: clamp(16px, 3.4vw, 48px);
	--header-h: 72px;
	--announce-h: 34px;
	--ease: cubic-bezier(.2, .7, .1, 1);
	--ease-io: cubic-bezier(.7, 0, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.65;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; border-radius: 0; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.05; margin: 0; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
figure { margin: 0; }
em { font-style: italic; }
:focus-visible { outline: 2px solid var(--plum-soft); outline-offset: 3px; }
::selection { background: var(--plum); color: var(--paper); }

.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 999; background: var(--ink); color: var(--paper); padding: 10px 16px; }
.skip-link:focus { left: 8px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

/* ---------- Type helpers ---------- */
.eyebrow { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; margin: 0 0 18px; color: var(--plum); display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--blush); }
.display-xl { font-size: clamp(52px, 8.6vw, 148px); line-height: .92; letter-spacing: -0.025em; }
.display-l { font-size: clamp(38px, 5.2vw, 84px); line-height: .98; letter-spacing: -0.02em; }
.display-m { font-size: clamp(28px, 3.2vw, 48px); line-height: 1.05; }
.display-xl em, .display-l em, .display-m em, .hero__title em { font-weight: 400; color: var(--plum); }
.eyebrow--light + .display-l em, .night .display-l em, .rail .display-l em, .strips .display-l em, .lost em, .lb-hero em, .cta-dark em { color: var(--blush); }

/* ---------- Buttons: bracket ---------- */
.btn {
	--c: var(--ink);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 34px;
	font-family: var(--sans);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--c);
	white-space: nowrap;
	isolation: isolate;
	transition: color .45s var(--ease);
}
.btn::before, .btn::after {
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	width: 12px;
	border: 1px solid var(--c);
	transition: width .55s var(--ease), background-color .45s var(--ease), border-color .45s var(--ease);
	z-index: -1;
}
.btn::before { left: 0; border-right: 0; }
.btn::after { right: 0; border-left: 0; }
.btn:hover::before, .btn:hover::after, .btn:focus-visible::before, .btn:focus-visible::after { width: 51%; }
.btn:hover, .btn:focus-visible { color: var(--paper); }
.btn:hover::before, .btn:hover::after, .btn:focus-visible::before, .btn:focus-visible::after { background: var(--ink); }

.btn--primary { color: var(--paper); }
.btn--primary::before, .btn--primary::after { width: 51%; background: var(--plum); border-color: var(--plum); }
.btn--primary span { position: relative; }
.btn--primary span::before, .btn--primary span::after { content: ""; position: absolute; top: 50%; width: 8px; height: 22px; border: 1px solid currentColor; transform: translateY(-50%); opacity: .55; transition: transform .5s var(--ease), opacity .5s; }
.btn--primary span::before { left: -18px; border-right: 0; }
.btn--primary span::after { right: -18px; border-left: 0; }
.btn--primary:hover span::before { transform: translate(-5px, -50%); opacity: 1; }
.btn--primary:hover span::after { transform: translate(5px, -50%); opacity: 1; }
.btn--primary:hover::before, .btn--primary:hover::after { background: var(--ink); border-color: var(--ink); }

.btn--light { --c: var(--paper); }
.btn--light.btn--primary { color: var(--night); }
.btn--light.btn--primary::before, .btn--light.btn--primary::after { background: var(--paper); border-color: var(--paper); }
.btn--light.btn--primary:hover { color: var(--paper); }
.btn--light.btn--primary:hover::before, .btn--light.btn--primary:hover::after { background: var(--plum); border-color: var(--plum); }
.btn--small { min-height: 40px; padding: 0 20px; font-size: 11px; }

.btn-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 34px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; padding: 6px 0; border-bottom: 1px solid currentColor; }
.text-link .icon { width: 18px; transition: transform .4s var(--ease); }
.text-link:hover .icon { transform: translateX(5px); }
.text-link--light { color: var(--paper); }

/* ---------- Announcement ---------- */
.announce { height: var(--announce-h); background: var(--night-deep); color: var(--muted-light); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; z-index: 60; }
.announce__track { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.announce__track i { width: 4px; height: 4px; background: var(--plum-soft); transform: rotate(45deg); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-h); color: var(--ink); background: rgba(251, 250, 247, .94); backdrop-filter: saturate(1.2) blur(10px); -webkit-backdrop-filter: saturate(1.2) blur(10px); border-bottom: 1px solid var(--line); transition: background-color .4s, color .4s, border-color .4s, transform .5s var(--ease); }
.has-hero .site-header { position: fixed; top: var(--announce-h); left: 0; right: 0; background: transparent; color: var(--paper); border-color: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.has-hero .site-header.is-solid { top: 0; background: rgba(26, 27, 46, .92); border-color: var(--line-dark); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.site-header.is-hidden { transform: translateY(-110%); }
.site-header__inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--gutter); }
.brand { justify-self: center; color: inherit; display: block; }
.brand__logo { width: 132px; height: auto; }
.nav-primary ul { display: flex; gap: 34px; list-style: none; }
.nav-primary a, .nav-primary button { display: inline-block; line-height: 1; font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; padding: 8px 0; position: relative; }
.nav-primary a::after, .nav-primary button::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.nav-primary a:hover::after, .nav-primary button:hover::after, .nav-primary button[aria-expanded="true"]::after { transform: scaleX(1); transform-origin: left; }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 18px; }
.tool { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: inherit; min-width: 40px; min-height: 40px; justify-content: center; }
.tool--bag { font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.bag-count { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 5px; border: 1px solid currentColor; font-size: 11px; letter-spacing: 0; }
.menu-toggle { display: none; align-items: center; gap: 10px; font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; min-height: 40px; }
.menu-toggle__lines { display: grid; gap: 6px; width: 24px; }
.menu-toggle__lines i { height: 1px; background: currentColor; }
.menu-toggle__lines i:last-child { width: 60%; }

/* Mega panel */
.has-mega { position: static; }
.mega { position: absolute; left: 0; right: 0; top: 100%; overflow: hidden; background: var(--night); color: var(--paper); clip-path: inset(0 0 100% 0); visibility: hidden; transition: clip-path .6s var(--ease-io), visibility 0s .6s; border-top: 1px solid var(--line-dark); }
.mega.is-open { clip-path: inset(0 0 0 0); visibility: visible; transition: clip-path .6s var(--ease-io); }
.mega__inner { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr) minmax(0, 1fr); gap: 48px; padding: 48px var(--gutter) 56px; align-items: end; }
.mega__list { list-style: none; display: grid; gap: 4px; }
.mega__list a { font-family: var(--serif); font-size: clamp(26px, 2.6vw, 40px); letter-spacing: -0.01em; text-transform: none; font-weight: 400; display: flex; align-items: baseline; gap: 18px; padding: 4px 0; }
.mega__list a::after { display: none; }
.mega__list a:hover { color: var(--blush); font-style: italic; }
.mega__n { font-family: var(--sans); font-size: 11px; letter-spacing: .2em; color: var(--muted-light); font-style: normal; }
.mega__figure img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.mega__note { color: var(--muted-light); max-width: 34ch; font-size: 15px; }

/* Mobile menu */
.menu-panel { position: fixed; inset: 0; z-index: 90; background: var(--night); color: var(--paper); display: flex; flex-direction: column; padding: 0 var(--gutter) 28px; overflow-y: auto; }
.menu-panel[hidden] { display: none; }
.menu-panel__top { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-dark); }
.menu-panel__brand .brand__logo { width: 110px; }
.menu-panel__nav { display: grid; padding: 28px 0; gap: 2px; }
.menu-panel__big { font-family: var(--serif); font-size: 40px; text-decoration: none; padding: 6px 0; }
.menu-panel__cat { display: flex; gap: 16px; align-items: baseline; font-family: var(--serif); font-size: 26px; text-decoration: none; padding: 8px 0 8px 4px; border-bottom: 1px solid var(--line-dark); }
.menu-panel__cat span { font-family: var(--sans); font-size: 11px; letter-spacing: .2em; color: var(--muted-light); }
.menu-panel__foot { margin-top: auto; display: flex; flex-wrap: wrap; gap: 12px 22px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.menu-panel__foot a { text-decoration: none; color: var(--muted-light); }

/* Search */
.search-panel { position: fixed; inset: 0; z-index: 95; background: rgba(17, 18, 32, .96); color: var(--paper); display: grid; place-items: center; padding: var(--gutter); }
.search-panel[hidden] { display: none; }
.search-panel__inner { width: min(900px, 100%); position: relative; }
.search-panel__row { display: flex; gap: 24px; align-items: center; border-bottom: 1px solid var(--line-dark); padding-bottom: 12px; }
.search-panel input[type="search"] { flex: 1; min-width: 0; background: transparent; border: 0; font-family: var(--serif); font-size: clamp(28px, 5vw, 64px); color: var(--paper); outline: none; }
.search-panel input::placeholder { color: rgba(251, 250, 247, .3); }
.search-panel__close { position: absolute; top: -70px; right: 0; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
	position: relative;
	min-height: max(640px, 100svh);
	background: var(--night);
	color: var(--paper);
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(260px, 27vw, 440px);
	overflow: hidden;
	isolation: isolate;
}
.hero__media { position: relative; grid-column: 1 / 2; grid-row: 1; overflow: hidden; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: heroSettle 2.6s var(--ease) forwards; }
@keyframes heroSettle { to { transform: scale(1); } }
.hero__shade { position: absolute; inset: 0; background:
	linear-gradient(90deg, rgba(17, 18, 32, .78) 0%, rgba(17, 18, 32, .35) 38%, rgba(17, 18, 32, 0) 62%),
	linear-gradient(0deg, rgba(17, 18, 32, .92) 0%, rgba(17, 18, 32, 0) 46%),
	linear-gradient(180deg, rgba(17, 18, 32, .55) 0%, rgba(17, 18, 32, 0) 22%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 3; opacity: .12; mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.hero__rail { grid-column: 2 / 3; grid-row: 1; position: relative; border-left: 1px solid var(--line-dark); background: var(--night-deep); display: flex; flex-direction: column; padding: calc(var(--announce-h) + var(--header-h) + 28px) 0 0; }
.hero__rail-label { writing-mode: vertical-rl; transform: rotate(180deg); position: absolute; left: -38px; top: calc(var(--announce-h) + var(--header-h) + 28px); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--muted-light); margin: 0; z-index: 4; }
.hero__rail-label span { color: var(--blush); }
.hero__stills { position: relative; flex: 0 0 auto; height: 54%; margin: 0 28px; }
.hero__still { position: absolute; inset: 0; display: block; overflow: hidden; clip-path: inset(0 0 100% 0); transition: clip-path 1.1s var(--ease-io); text-decoration: none; }
.hero__still.is-active { clip-path: inset(0 0 0 0); z-index: 2; }
.hero__still.is-leaving { clip-path: inset(0 0 0 0); z-index: 1; }
.hero__still img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); transition: transform 6s linear; }
.hero__still.is-active img { transform: scale(1); }
.hero__still-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 14px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; background: linear-gradient(0deg, rgba(17, 18, 32, .8), transparent); }
.hero__still-cap .icon { width: 18px; }
.hero__counter { display: flex; align-items: center; gap: 14px; margin: 18px 28px 0; font-size: 11px; letter-spacing: .2em; color: var(--muted-light); position: relative; z-index: 4; }
.hero__bar { flex: 1; height: 1px; background: var(--line-dark); position: relative; overflow: hidden; }
.hero__bar i { position: absolute; inset: 0; background: var(--paper); transform: scaleX(0); transform-origin: left; }
.hero__bar i.is-running { animation: bar 6s linear forwards; }
@keyframes bar { to { transform: scaleX(1); } }
.hero__pause { position: relative; z-index: 6; margin: 10px 28px 0; align-self: flex-start; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-light); border-bottom: 1px solid var(--line-dark); padding: 4px 0; }
.hero__pause:hover { color: var(--paper); }
.motion-paused .ticker__track, .motion-paused .hero__bar i { animation-play-state: paused; }
.motion-paused .hero__still img { transition: none; }

.hero__copy { position: absolute; z-index: 5; left: var(--gutter); bottom: calc(20vw + 24px); max-width: min(640px, 58vw); }
.hero__title { font-size: clamp(44px, 6.2vw, 104px); line-height: .95; letter-spacing: -0.025em; margin-bottom: 22px; }
.hero__title em { color: var(--blush); display: block; }
.hero__lede { max-width: 44ch; color: var(--muted-light); font-size: 17px; margin-bottom: 30px; }

.hero__word { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; padding: 0 calc(var(--gutter) * .5); transform: translateY(15%); pointer-events: none; color: var(--paper); }
.hero__logo { width: 100%; height: auto; opacity: .94; }
.hero__logo path { transform-box: fill-box; }
.js .hero__logo { clip-path: inset(100% 0 0 0); animation: wordUp 1.6s .25s var(--ease-io) forwards; }
@keyframes wordUp { to { clip-path: inset(0 0 0 0); } }
.hero__scroll { display: none; position: absolute; z-index: 6; right: calc(clamp(260px, 27vw, 440px) + 28px); bottom: calc(21vw + 28px); display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 0; font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--muted-light); }
.hero__scroll span { writing-mode: vertical-rl; }
.hero__scroll i { width: 1px; height: 54px; background: linear-gradient(var(--paper), transparent); animation: drip 2.2s var(--ease) infinite; transform-origin: top; }
@keyframes drip { 0% { transform: scaleY(0); } 60% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }

.js .hero__copy > * { opacity: 0; transform: translateY(26px); animation: rise 1.1s var(--ease) forwards; }
.js .hero__copy > :nth-child(1) { animation-delay: .6s; }
.js .hero__copy > :nth-child(2) { animation-delay: .72s; }
.js .hero__copy > :nth-child(3) { animation-delay: .86s; }
.js .hero__copy > :nth-child(4) { animation-delay: 1s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- Ticker ---------- */
.ticker { background: var(--plum); color: var(--paper); overflow: hidden; border-top: 1px solid rgba(251, 250, 247, .12); }
.ticker__track { display: flex; width: max-content; animation: tick 38s linear infinite; }
.ticker ul { display: flex; list-style: none; }
.ticker li { font-family: var(--serif); font-style: italic; font-size: clamp(24px, 2.6vw, 38px); padding: 18px 0; display: flex; align-items: center; white-space: nowrap; }
.ticker li::after { content: ""; width: 8px; height: 8px; border: 1px solid var(--blush); transform: rotate(45deg); margin: 0 38px; }
@keyframes tick { to { transform: translateX(-50%); } }
.ticker:hover .ticker__track { animation-play-state: paused; }

/* ---------- Tall strips ---------- */
.strips { background: var(--night); color: var(--paper); padding: clamp(80px, 11vw, 160px) 0 clamp(90px, 12vw, 170px); overflow: hidden; }
.strips__head { display: grid; grid-template-columns: repeat(12, 1fr); gap: 0 24px; padding: 0 var(--gutter); margin-bottom: clamp(48px, 6vw, 88px); align-items: end; }
.strips__head .eyebrow { grid-column: 1 / -1; }
.strips__head h2 { grid-column: 1 / 8; }
.strips__intro { grid-column: 9 / 13; color: var(--muted-light); margin: 0; }
.strips__row { display: flex; gap: 10px; height: clamp(460px, 74vh, 760px); padding: 0 var(--gutter); align-items: flex-start; }
.strip { position: relative; flex: 1 1 0; min-width: 0; height: 100%; overflow: hidden; color: var(--paper); text-decoration: none; transition: flex-grow .9s var(--ease); }
.strip:nth-child(1) { margin-top: 0; height: 92%; }
.strip:nth-child(2) { margin-top: 5%; height: 95%; }
.strip:nth-child(3) { margin-top: 1.5%; height: 90%; }
.strip:nth-child(4) { margin-top: 8%; height: 92%; }
.strip:nth-child(5) { margin-top: 2.5%; height: 86%; }
.strip:nth-child(6) { margin-top: 6%; height: 94%; }
.strip:hover, .strip:focus-visible { flex-grow: 2.6; }
.strip__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 1.4s var(--ease), filter 1s; filter: saturate(.85) brightness(.82); }
.strip:hover .strip__img { transform: scale(1); filter: saturate(1) brightness(.95); }
.strip__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17, 18, 32, .9) 0%, rgba(17, 18, 32, 0) 50%); }
.strip__n { position: absolute; top: 16px; left: 16px; font-size: 11px; letter-spacing: .2em; }
.strip__name { position: absolute; left: 16px; bottom: 18px; writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--serif); font-size: clamp(22px, 2vw, 32px); white-space: nowrap; transition: opacity .4s; }
.strip__more { position: absolute; left: 18px; right: 18px; bottom: 20px; display: grid; gap: 10px; opacity: 0; transform: translateY(14px); transition: opacity .5s .15s, transform .7s .15s var(--ease); }
.strip__blurb { font-family: var(--serif); font-size: clamp(22px, 1.9vw, 30px); line-height: 1.1; max-width: 16ch; }
.strip__cta { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.strip__cta .icon { width: 18px; }
.strip:hover .strip__name, .strip:focus-visible .strip__name { opacity: 0; }
.strip:hover .strip__more, .strip:focus-visible .strip__more { opacity: 1; transform: none; }

/* ---------- Pair ---------- */
.pair { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); gap: 0 24px; padding: clamp(90px, 12vw, 180px) var(--gutter) clamp(120px, 14vw, 220px); }
.pair__text { grid-column: 1 / 6; grid-row: 1 / 3; align-self: start; position: relative; z-index: 2; }
.pair__text > p { max-width: 42ch; color: var(--muted); margin: 32px 0 34px; }
.pair__list { list-style: none; border-top: 1px solid var(--line); }
.pair__list a { display: flex; gap: 22px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .5s var(--ease), color .3s; }
.pair__list a:hover { padding-left: 12px; color: var(--plum); }
.pair__list span { font-size: 11px; letter-spacing: .2em; color: var(--muted); }
.pair__img { position: relative; }
.pair__img img { width: 100%; height: 100%; object-fit: cover; }
.pair__img figcaption { position: absolute; top: 14px; left: -1px; background: var(--paper); padding: 4px 12px 4px 0; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.pair__img--a { grid-column: 7 / 12; grid-row: 1 / 3; aspect-ratio: 3 / 4; margin-top: -40px; }
.pair__img--b { grid-column: 5 / 8; grid-row: 2 / 4; aspect-ratio: 3 / 4; margin-top: 50%; z-index: 3; box-shadow: 0 0 0 10px var(--paper); }
.pair__img--c { grid-column: 10 / 13; grid-row: 3 / 4; aspect-ratio: 3 / 4; margin-top: -18%; box-shadow: 0 0 0 10px var(--paper); z-index: 2; }

/* ---------- Product grid & cards ---------- */
.section-head { padding: 0 var(--gutter); margin-bottom: clamp(36px, 4.5vw, 64px); }
.section-head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.newin { padding: 0 0 clamp(90px, 11vw, 160px); }
.product-grid { list-style: none; display: grid; gap: clamp(28px, 3vw, 48px) clamp(12px, 1.6vw, 24px); padding: 0 var(--gutter); }
.product-grid--feature { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-grid--feature > .card:first-child { grid-column: span 2; grid-row: span 2; }
.product-grid--feature > .card:first-child .card__media { aspect-ratio: auto; height: calc(100% - 92px); min-height: 420px; }
.product-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-grid--stagger { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-grid--stagger > .card:nth-child(3n+2) { transform: translateY(clamp(24px, 5vw, 72px)); }
.product-grid--stagger { padding-bottom: clamp(24px, 5vw, 72px); }

.card { position: relative; min-width: 0; }
.card__link { display: flex; flex-direction: column; height: 100%; text-decoration: none; }
.card__media { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; background: var(--linen); }
.card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .7s var(--ease), transform 1.4s var(--ease); }
.card__img--alt { opacity: 0; }
.card__link:hover .card__img { transform: scale(1.035); }
.card__link:hover .card__img--alt { opacity: 1; }
.card__flag { position: absolute; top: 12px; left: 12px; background: var(--paper); color: var(--ink); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; padding: 5px 10px; }
.card__body { display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; padding-top: 14px; }
.card__name { font-family: var(--serif); font-size: 19px; line-height: 1.2; grid-column: 1; }
.card__colour { grid-column: 1; font-size: 13px; color: var(--muted); }
.card__price { grid-column: 2; grid-row: 1 / 3; font-size: 14px; white-space: nowrap; text-align: right; }
.price-code { font-size: 10px; letter-spacing: .12em; color: var(--muted); margin-left: 2px; }
.card__price del { color: var(--muted); }

/* ---------- Night notes ---------- */
.night { position: relative; background: var(--night-deep); color: var(--paper); display: grid; grid-template-columns: repeat(12, 1fr); gap: 0 24px; padding: 0 var(--gutter) clamp(110px, 12vw, 180px); overflow: hidden; }
.night__media { grid-column: 1 / 13; margin: 0 calc(var(--gutter) * -1); aspect-ratio: 16 / 8; position: relative; overflow: hidden; }
.night__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--night-deep) 0%, rgba(17, 18, 32, 0) 45%); }
.night__video { width: 100%; height: 100%; object-fit: cover; }
.night__copy { grid-column: 6 / 12; margin-top: -14vw; position: relative; z-index: 2; }
.night__copy > p:not(.eyebrow) { max-width: 46ch; color: var(--muted-light); margin: 26px 0 34px; }
.night__float { grid-column: 1 / 5; grid-row: 2; margin-top: -6vw; position: relative; z-index: 2; aspect-ratio: 4 / 3; outline: 1px solid var(--line-dark); outline-offset: 14px; }
.night__float img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Occasions ---------- */
.occasions { padding: clamp(100px, 12vw, 180px) 0; background: var(--paper); }
.occasions__row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; padding: 0 var(--gutter); align-items: start; }
.occasion { text-decoration: none; display: grid; gap: 6px; }
.occasion--2 { margin-top: 90px; }
.occasion--3 { margin-top: 30px; }
.occasion--4 { margin-top: 140px; }
.occasion__img { display: block; aspect-ratio: 3 / 4; overflow: hidden; margin-bottom: 14px; }
.occasion--1 .occasion__img, .occasion--4 .occasion__img { aspect-ratio: 3 / 4.4; }
.occasion__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.occasion:hover .occasion__img img { transform: scale(1.05); }
.occasion__n { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--plum); }
.occasion__name { font-family: var(--serif); font-size: clamp(26px, 2.4vw, 36px); line-height: 1.05; }
.occasion:hover .occasion__name { font-style: italic; }
.occasion__text { color: var(--muted); font-size: 15px; max-width: 30ch; }

/* ---------- Accessories rail ---------- */
.rail { background: var(--night); color: var(--paper); display: grid; grid-template-columns: clamp(260px, 28vw, 420px) minmax(0, 1fr); padding: clamp(90px, 11vw, 160px) 0; gap: 0 clamp(24px, 3vw, 48px); }
.rail__head { padding-left: var(--gutter); align-self: start; position: sticky; top: calc(var(--header-h) + 30px); }
.rail__head > p:not(.eyebrow) { color: var(--muted-light); margin: 22px 0 30px; max-width: 32ch; }
.rail__nav { display: flex; gap: 10px; }
.rail__btn { width: 52px; height: 52px; border: 1px solid var(--line-dark); display: grid; place-items: center; transition: background .3s, border-color .3s; }
.rail__btn:hover { background: var(--plum); border-color: var(--plum); }
.product-grid--rail { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 var(--gutter) 10px 0; scrollbar-width: none; }
.product-grid--rail::-webkit-scrollbar { display: none; }
.product-grid--rail > .card { flex: 0 0 clamp(220px, 22vw, 330px); scroll-snap-align: start; }
.product-grid--rail > .card:nth-child(even) { margin-top: 56px; }
.rail .card__colour, .rail .price-code { color: var(--muted-light); }
.rail .card__media { background: #24253a; }

/* ---------- Mosaic ---------- */
.mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(60px, 7vw, 110px); gap: 16px; padding: clamp(100px, 12vw, 180px) var(--gutter); }
.mosaic__title { grid-column: 1 / 6; grid-row: 1 / 4; align-self: center; }
.mosaic__title .btn { margin-top: 34px; }
.mosaic__item { position: relative; overflow: hidden; }
.mosaic__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.mosaic__item:hover img { transform: scale(1.04); }
.mosaic__item figcaption { position: absolute; left: 0; bottom: 0; right: 0; padding: 36px 14px 12px; color: var(--paper); font-size: 13px; background: linear-gradient(0deg, rgba(17, 18, 32, .78), transparent); transform: translateY(100%); transition: transform .6s var(--ease); display: flex; gap: 12px; }
.mosaic__item figcaption span { font-size: 11px; letter-spacing: .2em; opacity: .7; }
.mosaic__item:hover figcaption { transform: none; }
.mosaic__item--1 { grid-column: 7 / 10; grid-row: 1 / 6; }
.mosaic__item--2 { grid-column: 10 / 13; grid-row: 2 / 7; }
.mosaic__item--3 { grid-column: 2 / 6; grid-row: 5 / 10; }
.mosaic__item--4 { grid-column: 6 / 9; grid-row: 6 / 11; }
.mosaic__item--5 { grid-column: 9 / 13; grid-row: 7 / 10; }

/* ---------- Facts ---------- */
.facts { background: var(--linen); padding: clamp(90px, 10vw, 150px) var(--gutter); }
.facts__title { font-size: clamp(38px, 5vw, 76px); margin-bottom: clamp(40px, 5vw, 72px); }
.facts__title .eyebrow { margin-bottom: 18px; }
.facts__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.fact { padding: 32px 28px 8px 0; border-right: 1px solid var(--line); margin-right: 28px; display: flex; flex-direction: column; }
.fact:last-child { border-right: 0; margin-right: 0; }
.fact__num { font-family: var(--serif); font-size: clamp(44px, 4.4vw, 72px); line-height: 1; margin: 0 0 6px; color: var(--plum); white-space: nowrap; }
.fact__label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 18px; }
.fact > p:not([class]) { color: var(--muted); font-size: 15px; }
.fact .text-link { margin-top: auto; align-self: flex-start; }

/* ---------- Footer ---------- */
.site-footer { background: var(--night); color: var(--paper); padding: clamp(80px, 9vw, 130px) var(--gutter) 28px; overflow: hidden; }
.footer-call { border-bottom: 1px solid var(--line-dark); padding-bottom: clamp(48px, 6vw, 80px); margin-bottom: clamp(48px, 6vw, 72px); }
.footer-call__line { font-family: var(--serif); font-size: clamp(30px, 4.2vw, 64px); line-height: 1.05; margin: 0 0 16px; }
.footer-call__line a { color: var(--blush); text-decoration: none; font-style: italic; border-bottom: 1px solid rgba(231, 195, 214, .4); }
.footer-call__line a:hover { border-color: var(--blush); }
.footer-call__sub { color: var(--muted-light); margin: 0; }
.footer-cols { display: grid; grid-template-columns: 1fr 1fr 1fr 1.4fr; gap: 40px; }
.footer-col__title { font-family: var(--sans); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; font-weight: 500; color: var(--muted-light); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: grid; gap: 8px; }
.footer-col a { text-decoration: none; font-size: 15px; }
.footer-col a:hover { color: var(--blush); }
.footer-col--facts p { color: var(--muted-light); font-size: 14px; max-width: 42ch; }
.footer-mark { margin: clamp(60px, 8vw, 110px) calc(var(--gutter) * -.5) 0; color: transparent; }
.footer-mark__logo { width: 100%; height: auto; }
.footer-mark__logo g { fill: none; stroke: rgba(251, 250, 247, .28); stroke-width: 6; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 28px; border-top: 1px solid var(--line-dark); padding-top: 22px; margin-top: 18px; font-size: 12px; color: var(--muted-light); }
.footer-legal p { margin: 0; }
.footer-legal a { text-decoration: none; }

/* Cookie note */
.cookie-note { position: fixed; left: 16px; bottom: 16px; z-index: 80; max-width: 420px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); padding: 18px 20px; display: grid; gap: 14px; box-shadow: 0 20px 60px rgba(17, 18, 32, .25); font-size: 14px; }
.cookie-note[hidden] { display: none; }
.cookie-note p { margin: 0; }
.cookie-note .btn { justify-self: start; }

/* ==========================================================================
   Shop archive
   ========================================================================== */
.shop-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); background: var(--night); color: var(--paper); min-height: 520px; }
.shop-hero__text { padding: clamp(40px, 5vw, 80px) var(--gutter) clamp(40px, 4vw, 60px); display: flex; flex-direction: column; justify-content: flex-end; }
.shop-hero__title { font-size: clamp(44px, 6.4vw, 108px); line-height: .94; letter-spacing: -0.025em; margin: 10px 0 24px; max-width: 12ch; }
.shop-hero__desc { color: var(--muted-light); max-width: 48ch; }
.shop-hero__n { font-size: 11px; letter-spacing: .24em; color: var(--blush); margin: auto 0 0; }
.shop-hero__count { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted-light); margin: 16px 0 0; }
.shop-hero__img { position: relative; overflow: hidden; }
.shop-hero__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.crumbs { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-light); margin-bottom: 18px; }
.crumbs a { text-decoration: none; }
.crumb-sep { margin: 0 10px; opacity: .5; }
.cat-chips { display: flex; gap: 8px; overflow-x: auto; padding: 18px var(--gutter); border-bottom: 1px solid var(--line); scrollbar-width: none; background: var(--paper); position: sticky; top: var(--header-h); z-index: 20; }
.cat-chips::-webkit-scrollbar { display: none; }
.cat-chips a { white-space: nowrap; text-decoration: none; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; padding: 9px 14px; border: 1px solid var(--line); transition: all .3s; }
.cat-chips a:hover { border-color: var(--ink); }
.cat-chips a.is-current { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.shop-body { padding: 28px 0 clamp(80px, 10vw, 140px); }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 0 var(--gutter); margin-bottom: 32px; font-size: 13px; color: var(--muted); }
.shop-toolbar .woocommerce-result-count { margin: 0; }
.woocommerce-ordering select, .shop-toolbar select { appearance: none; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6' fill='%231B1A22'/%3E%3C/svg%3E") no-repeat right 12px center; border: 1px solid var(--line); padding: 10px 36px 10px 14px; font-size: 13px; color: var(--ink); }
.woocommerce-pagination { padding: 40px var(--gutter) 0; }
.woocommerce-pagination ul { list-style: none; display: flex; gap: 6px; justify-content: center; }
.woocommerce-pagination .page-numbers { display: grid; place-items: center; min-width: 44px; height: 44px; border: 1px solid var(--line); text-decoration: none; }
.woocommerce-pagination .current { background: var(--ink); color: var(--paper); }
.empty-state { padding: 60px var(--gutter); text-align: center; display: grid; justify-items: center; gap: 12px; }

/* ==========================================================================
   Single product
   ========================================================================== */
.product-page { padding: 24px var(--gutter) clamp(80px, 10vw, 140px); }
.product-page > .crumbs { color: var(--muted); margin-bottom: 22px; }
.product-page div.product { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: 0 clamp(28px, 4.5vw, 80px); align-items: start; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gallery__item { background: var(--linen); overflow: hidden; }
.gallery__item img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; cursor: zoom-in; }
.gallery__item--lead { grid-column: 1 / -1; }
.gallery__item:nth-child(3) { margin-top: 64px; }
.gallery__dots { display: none; }
.zoom { position: fixed; inset: 0; z-index: 100; background: var(--night-deep); overflow: auto; }
.zoom[hidden] { display: none; }
.zoom img { width: 100%; max-width: 1600px; margin: 0 auto; cursor: zoom-out; }
.zoom__close { position: fixed; top: 14px; right: 14px; color: var(--paper); background: rgba(17, 18, 32, .6); }

.summary { position: sticky; top: calc(var(--header-h) + 24px); padding-top: 8px; }
.product-kicker { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--plum); margin-bottom: 14px; }
.product-kicker a { text-decoration: none; }
.summary .product_title { font-size: clamp(34px, 3.4vw, 54px); line-height: 1; margin-bottom: 18px; letter-spacing: -0.02em; }
.summary .price { font-size: 20px; margin: 0 0 6px; }
.price-note { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.summary .woocommerce-product-details__short-description { color: var(--muted); border-top: 1px solid var(--line); padding-top: 18px; }
.summary form.cart { margin: 26px 0 18px; }
.summary .variations { width: 100%; border-collapse: collapse; margin-bottom: 14px; }
.summary .variations th, .summary .variations td { display: block; text-align: left; padding: 0; }
.summary .variations label { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; }
.summary .variations th { margin-bottom: 10px; display: flex; justify-content: space-between; }
.summary .variations select { width: 100%; border: 1px solid var(--line); padding: 12px; background: var(--paper); }
.js .summary .variations select.is-enhanced { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; }
.size-buttons { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.size-buttons button { height: 48px; border: 1px solid var(--line); font-size: 14px; transition: border-color .2s, background .2s, color .2s; }
.size-buttons button:hover { border-color: var(--ink); }
.size-buttons button[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.size-buttons button:disabled { color: #b4afb6; text-decoration: line-through; cursor: not-allowed; background: repeating-linear-gradient(135deg, transparent 0 6px, rgba(218, 213, 206, .5) 6px 7px); }
.reset_variations { display: inline-block; margin-top: 8px; font-size: 12px; color: var(--muted); }
.single_variation_wrap .woocommerce-variation-price { margin: 8px 0; }
.woocommerce-variation-availability p, .stock { font-size: 13px; color: var(--plum); }
.summary .quantity { display: none; }
.summary .single_add_to_cart_button, .summary button.single_add_to_cart_button { width: 100%; min-height: 58px; border: 0; background: var(--plum); color: var(--paper); font-size: 12px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; position: relative; transition: background .35s; }
.summary .single_add_to_cart_button::before, .summary .single_add_to_cart_button::after { content: ""; position: absolute; top: 12px; bottom: 12px; width: 10px; border: 1px solid rgba(251, 250, 247, .6); transition: transform .45s var(--ease); }
.summary .single_add_to_cart_button::before { left: 16px; border-right: 0; }
.summary .single_add_to_cart_button::after { right: 16px; border-left: 0; }
.summary .single_add_to_cart_button:hover { background: var(--ink); }
.summary .single_add_to_cart_button:hover::before { transform: translateX(-5px); }
.summary .single_add_to_cart_button:hover::after { transform: translateX(5px); }
.summary .single_add_to_cart_button.disabled, .summary .single_add_to_cart_button:disabled { background: #8b8490; cursor: not-allowed; }
.delivery-box { border: 1px solid var(--line); padding: 16px 18px; font-size: 14px; color: var(--muted); margin-bottom: 8px; position: relative; }
.delivery-box::before { content: ""; position: absolute; left: -1px; top: -1px; bottom: -1px; width: 3px; background: var(--plum); }
.delivery-box p:last-child { margin: 0; }
.delivery-box strong { color: var(--ink); font-weight: 500; }
.accordions { margin-top: 18px; border-top: 1px solid var(--line); }
.accordions details { border-bottom: 1px solid var(--line); }
.accordions summary { list-style: none; cursor: pointer; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; }
.accordions summary::-webkit-details-marker { display: none; }
.accordions summary::after { content: ""; width: 11px; height: 11px; background: linear-gradient(currentColor, currentColor) center / 100% 1px no-repeat, linear-gradient(currentColor, currentColor) center / 1px 100% no-repeat; transition: transform .4s var(--ease); }
.accordions details[open] summary::after { transform: rotate(45deg); }
.acc-body { padding: 0 0 20px; color: var(--muted); font-size: 15px; }
.acc-body strong { color: var(--ink); font-weight: 500; }
.style-with { grid-column: 1 / -1; margin-top: clamp(80px, 9vw, 140px); }
.style-with .section-head, .style-with .product-grid { padding-left: 0; padding-right: 0; }

/* WooCommerce notices */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice { list-style: none; background: var(--linen); border-left: 3px solid var(--plum); padding: 16px 20px; margin: 0 0 24px; display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; font-size: 15px; }
.woocommerce-error { border-color: #A3303A; }
.woocommerce-message .button, .woocommerce-info .button { order: 2; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid currentColor; }

/* ==========================================================================
   Pages: doc (help and policies)
   ========================================================================== */
.doc-hero { position: relative; background: var(--night); color: var(--paper); min-height: 380px; display: grid; overflow: hidden; }
.doc--image .doc-hero { min-height: clamp(420px, 52vh, 560px); }
.doc-hero__img { position: absolute; inset: 0; }
.doc-hero__img img { width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.doc-hero__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17, 18, 32, .9) 0%, rgba(17, 18, 32, .3) 70%), linear-gradient(0deg, rgba(17, 18, 32, .6), transparent 50%); }
.doc-hero__text { position: relative; z-index: 2; align-self: end; padding: 120px var(--gutter) clamp(40px, 5vw, 64px); max-width: 1000px; }
.doc-hero__title { font-size: clamp(44px, 6.4vw, 104px); line-height: .94; letter-spacing: -0.025em; }
.doc-hero__lede { color: var(--muted-light); max-width: 56ch; font-size: 17px; margin: 22px 0 0; }
.doc-body { display: grid; grid-template-columns: minmax(200px, 280px) minmax(0, 760px); gap: clamp(32px, 6vw, 110px); padding: clamp(56px, 7vw, 100px) var(--gutter) clamp(90px, 10vw, 150px); }
.doc-toc { position: sticky; top: calc(var(--header-h) + 30px); align-self: start; }
.doc-toc ol { list-style: none; display: grid; gap: 2px; counter-reset: toc; border-left: 1px solid var(--line); }
.doc-toc li { counter-increment: toc; }
.doc-toc a { display: block; padding: 7px 0 7px 16px; font-size: 14px; text-decoration: none; color: var(--muted); border-left: 1px solid transparent; margin-left: -1px; transition: color .2s, border-color .2s; }
.doc-toc a:hover, .doc-toc a.is-current { color: var(--ink); border-color: var(--plum); }
.doc-toc[hidden] + .doc-content { grid-column: 1 / -1; max-width: 820px; }
.prose { font-size: 17px; line-height: 1.75; }
.prose h2 { font-size: clamp(28px, 2.6vw, 38px); margin: 2.2em 0 .6em; scroll-margin-top: calc(var(--header-h) + 30px); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: var(--sans); font-size: 13px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; margin: 2em 0 .6em; }
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .4em; }
.prose a { color: var(--plum); }
.prose strong { font-weight: 500; }
.prose blockquote { margin: 1.5em 0; padding: 20px 24px; background: var(--linen); border-left: 3px solid var(--plum); }
.prose .lead { font-family: var(--serif); font-size: clamp(22px, 2vw, 28px); line-height: 1.35; }
.prose .callout { border: 1px solid var(--line); padding: 22px 24px; margin: 1.6em 0; position: relative; }
.prose .callout::before { content: ""; position: absolute; left: -1px; top: -1px; bottom: -1px; width: 3px; background: var(--plum); }
.prose .form-block { background: var(--linen); padding: 28px; margin: 1.5em 0; font-size: 16px; }
.prose .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.prose figure { margin: 2em 0; }
.prose details { border-bottom: 1px solid var(--line); }
.prose details summary { cursor: pointer; padding: 18px 0; font-family: var(--serif); font-size: 21px; list-style: none; display: flex; justify-content: space-between; gap: 18px; }
.prose details summary::-webkit-details-marker { display: none; }
.prose details summary::after { content: "+"; font-family: var(--sans); font-weight: 300; font-size: 24px; line-height: 1; transition: transform .3s; }
.prose details[open] summary::after { transform: rotate(45deg); }
.prose details > :not(summary) { color: var(--muted); }
.doc-updated { margin-top: 3em; font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; }
.table-wrap { overflow-x: auto; margin: 1.4em 0; }
.size-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.size-table caption { text-align: left; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); padding-bottom: 10px; }
.size-table th, .size-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; }
.size-table thead th { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; background: var(--linen); }
.size-table tbody th { font-weight: 500; }
.trader-list { list-style: none; padding: 0 !important; }
.plain-list { list-style: none; padding: 0 !important; }

/* Contact form */
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 1.5em 0; }
.field { display: grid; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; }
.field label span { text-transform: none; letter-spacing: 0; color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea, .store-page input[type="text"], .store-page input[type="email"], .store-page input[type="tel"], .store-page input[type="password"], .store-page input[type="number"], .store-page select, .store-page textarea {
	width: 100%; border: 1px solid var(--line); background: #fff; padding: 13px 14px; font-size: 15px; transition: border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus, .store-page input:focus, .store-page select:focus, .store-page textarea:focus { border-color: var(--ink); outline: none; }
.form-note { grid-column: 1 / -1; font-size: 13px; color: var(--muted); margin: 0; }
.contact-form .btn { justify-self: start; }

/* ==========================================================================
   Store pages: cart, checkout, account
   ========================================================================== */
.store-page { padding: clamp(40px, 5vw, 72px) var(--gutter) clamp(90px, 10vw, 140px); }
.store-page__head { border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 36px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.store-page__note { margin: 0; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.store-page .button, .store-page button[type="submit"], .store-page .checkout-button, .store-page #place_order {
	display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 28px; background: var(--ink); color: var(--paper); border: 0; font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background .3s;
}
.store-page .button:hover, .store-page button[type="submit"]:hover { background: var(--plum); }
.store-page .checkout-button, .store-page #place_order { background: var(--plum); width: 100%; min-height: 60px; }
.store-page .checkout-button:hover, .store-page #place_order:hover { background: var(--ink); }
.store-page table.shop_table { width: 100%; border-collapse: collapse; font-size: 15px; }
.store-page table.shop_table th, .store-page table.shop_table td { padding: 16px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.store-page table.shop_table thead th { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; }
.store-page .product-thumbnail img { width: 84px; aspect-ratio: 3 / 4; object-fit: cover; }
.store-page .product-remove a { font-size: 22px; text-decoration: none; color: var(--muted); }
.store-page .quantity input { width: 72px; text-align: center; }
.woocommerce-cart-form .actions .coupon { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.woocommerce-cart-form .actions .coupon input { width: 200px; }
.woocommerce-cart .store-page__body > .woocommerce { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, 1fr); gap: 0 clamp(28px, 4vw, 64px); align-items: start; }
.woocommerce-cart .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.cart-collaterals { background: var(--linen); padding: 28px; position: sticky; top: calc(var(--header-h) + 20px); }
.cart-collaterals h2 { font-size: 30px; margin-bottom: 14px; }
.cart_totals table { width: 100%; }
.checkout-facts { font-size: 14px; background: var(--paper); border: 1px solid var(--line); padding: 16px 18px; margin: 0 0 20px; }
.checkout-facts ul { padding-left: 1.1em; display: grid; gap: 6px; }
.checkout-facts p { margin-bottom: 8px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.checkout-facts .is-warning { color: #7a2331; }
.checkout-facts a { color: var(--plum); }
form.checkout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, 1fr); gap: 0 clamp(28px, 4vw, 64px); align-items: start; }
form.checkout > .woocommerce-NoticeGroup { grid-column: 1 / -1; }
form.checkout #customer_details { grid-column: 1; grid-row: 1 / span 6; }
form.checkout #order_review_heading, form.checkout #order_review { grid-column: 2; }
form.checkout #order_review_heading { font-size: 30px; margin-bottom: 14px; grid-row: 1; }
form.checkout #order_review { grid-row: 2 / span 5; align-self: start; background: var(--linen); padding: 26px; position: sticky; top: calc(var(--header-h) + 20px); }
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-additional-fields h3 { font-size: 28px; margin: 0 0 18px; }
.form-row { margin: 0 0 16px; display: grid; gap: 6px; }
.form-row label { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; }
.form-row .required { color: var(--plum); text-decoration: none; }
.col2-set { display: grid; gap: 28px; }
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form-row-wide, #billing_country_field, #shipping_country_field, #billing_address_1_field, #billing_address_2_field, #billing_email_field, #shipping_address_1_field, #shipping_address_2_field { grid-column: 1 / -1; }
#payment { margin-top: 18px; }
#payment ul.payment_methods { list-style: none; border-top: 1px solid var(--line); }
#payment ul.payment_methods li { padding: 14px 0; border-bottom: 1px solid var(--line); }
#payment .payment_box { font-size: 14px; color: var(--muted); padding-top: 8px; }
.woocommerce-terms-and-conditions-wrapper { font-size: 14px; margin: 16px 0; }
.woocommerce-privacy-policy-text p { font-size: 13px; color: var(--muted); }
.woocommerce-form__label-for-checkbox { display: flex; gap: 10px; align-items: flex-start; text-transform: none !important; letter-spacing: 0 !important; font-weight: 400 !important; font-size: 14px !important; }
.woocommerce-form__label-for-checkbox input { margin-top: 5px; accent-color: var(--plum); }
.woocommerce-account .store-page__body > .woocommerce { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 48px; }
.woocommerce-MyAccount-navigation ul { list-style: none; border-top: 1px solid var(--line); }
.woocommerce-MyAccount-navigation a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.woocommerce-MyAccount-navigation .is-active a { color: var(--plum); }
.u-columns.col2-set { grid-template-columns: 1fr 1fr; }
.woocommerce-form-login, .woocommerce-form-register { border: 1px solid var(--line); padding: 28px; }
.u-column1 h2, .u-column2 h2 { font-size: 30px; margin-bottom: 16px; }
.track_order { max-width: 560px; }

/* ==========================================================================
   Lookbook page
   ========================================================================== */
.lb-hero { position: relative; min-height: max(600px, 92svh); background: var(--night); color: var(--paper); overflow: hidden; display: grid; align-items: end; }
.lb-hero__img, .lb-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lb-hero__video { opacity: 0; transition: opacity 1.2s; }
.lb-hero__video.is-playing { opacity: 1; }
.lb-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17, 18, 32, .85) 0%, rgba(17, 18, 32, 0) 55%); }
.lb-hero__text { position: relative; z-index: 2; padding: 0 var(--gutter) clamp(48px, 7vw, 100px); }
.lb-hero__title { font-size: clamp(72px, 15vw, 260px); line-height: .82; letter-spacing: -0.035em; margin-bottom: 20px; }
.lb-hero__text > p:last-child { max-width: 44ch; color: var(--muted-light); }
.lb { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(60px, 8vw, 130px) 24px; padding: clamp(90px, 11vw, 170px) var(--gutter); }
.lb__look { display: grid; gap: 18px; align-content: start; }
.lb__img { overflow: hidden; background: var(--linen); }
.lb__img img { width: 100%; height: 100%; object-fit: cover; }
.lb__look--tall-left { grid-column: 1 / 6; }
.lb__look--tall-left .lb__img { aspect-ratio: 2 / 3; }
.lb__look--wide-right { grid-column: 7 / 13; margin-top: 22vw; }
.lb__look--wide-right .lb__img { aspect-ratio: 16 / 10; }
.lb__look--mid-right { grid-column: 8 / 13; }
.lb__look--mid-right .lb__img { aspect-ratio: 3 / 4; }
.lb__look--mid-left { grid-column: 2 / 7; margin-top: -14vw; grid-row: span 1; }
.lb__look--mid-left .lb__img { aspect-ratio: 3 / 4; }
.lb__look--square { grid-column: 4 / 10; }
.lb__look--square .lb__img { aspect-ratio: 1; }
.lb__look--tall-right { grid-column: 8 / 13; }
.lb__look--tall-right .lb__img { aspect-ratio: 2 / 3; }
.lb__look--small-left { grid-column: 1 / 6; margin-top: 16vw; }
.lb__look--small-left .lb__img { aspect-ratio: 4 / 3; }
.lb__look--tall-center { grid-column: 4 / 10; }
.lb__look--tall-center .lb__img { aspect-ratio: 2 / 3; }
.lb__cap { display: grid; gap: 6px; }
.lb__n { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--plum); }
.lb__title { font-family: var(--serif); font-size: clamp(22px, 2vw, 30px); line-height: 1.15; }
.lb__items { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 14px; }
.lb__items a { color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--line); }
.lb__items a:hover { color: var(--plum); border-color: var(--plum); }
.cta-dark { position: relative; min-height: 520px; background: var(--night); color: var(--paper); display: grid; align-items: center; overflow: hidden; }
.cta-dark__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.cta-dark__text { position: relative; padding: 0 var(--gutter); display: grid; gap: 30px; justify-items: start; }

/* 404 */
.lost { position: relative; min-height: 80svh; background: var(--night); color: var(--paper); display: grid; align-items: end; overflow: hidden; }
.lost__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .6; }
.lost__text { position: relative; padding: 140px var(--gutter) clamp(50px, 8vw, 110px); max-width: 900px; }
.lost__text > p:not(.eyebrow) { color: var(--muted-light); margin: 22px 0 32px; }

/* Reveal */
.js [data-reveal] { opacity: 0; transform: translateY(40px); transition: opacity 1.1s var(--ease), transform 1.3s var(--ease); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
	.nav-primary ul { gap: 22px; }
	.product-grid--feature { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.product-grid--feature > .card:first-child { grid-column: span 2; grid-row: span 2; }
	.product-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.footer-cols { grid-template-columns: 1fr 1fr; }
	.facts__grid { grid-template-columns: 1fr 1fr; }
	.fact:nth-child(2) { border-right: 0; margin-right: 0; }
	.fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); padding-bottom: 28px; }
}

@media (max-width: 900px) {
	:root { --header-h: 62px; }
	.nav-primary { display: none; }
	.menu-toggle { display: inline-flex; justify-self: start; }
	.header-tools .tool--account, .tool__label { display: none; }
	.header-tools { gap: 4px; }
	.brand__logo { width: 104px; }

	.hero { grid-template-columns: 1fr; min-height: max(640px, 100svh); }
	.hero__media { grid-column: 1; }
	.hero__shade { background: linear-gradient(0deg, rgba(17, 18, 32, .95) 0%, rgba(17, 18, 32, .3) 55%, rgba(17, 18, 32, .5) 100%); }
	.hero__rail { position: absolute; z-index: 5; right: var(--gutter); top: calc(var(--announce-h) + var(--header-h) + 18px); width: 32vw; max-width: 170px; padding: 0; border: 0; background: transparent; }
	.hero__rail-label { display: none; }
	.hero__stills { margin: 0; height: auto; aspect-ratio: 2 / 3; outline: 1px solid rgba(251, 250, 247, .3); outline-offset: 5px; }
	.hero__still-cap { font-size: 9px; padding: 24px 8px 8px; letter-spacing: .12em; }
	.hero__still-cap .icon { display: none; }
	.hero__counter { margin: 12px 0 0; }
	.hero__pause { margin: 8px 0 0; font-size: 9px; }
	.hero__copy { left: var(--gutter); right: var(--gutter); bottom: calc(22vw + 12px); max-width: none; }
	.hero__title { font-size: clamp(42px, 11.5vw, 72px); }
	.hero__lede { font-size: 15px; }
	.hero__scroll { display: none; }

	.strips__head { grid-template-columns: 1fr; }
	.strips__head h2, .strips__intro { grid-column: 1; }
	.strips__intro { margin-top: 20px; }
	.strips__row { overflow-x: auto; scroll-snap-type: x mandatory; height: auto; scrollbar-width: none; gap: 10px; }
	.strips__row::-webkit-scrollbar { display: none; }
	.strip, .strip:nth-child(n) { flex: 0 0 64vw; height: 108vw; margin-top: 0; scroll-snap-align: start; }
	.strip:nth-child(even) { margin-top: 36px; }
	.strip:hover { flex-grow: 0; }
	.strip__name { opacity: 0; }
	.strip__more { opacity: 1; transform: none; }
	.strip__img { filter: saturate(.95) brightness(.88); }

	.pair { grid-template-columns: repeat(6, 1fr); gap: 0 12px; }
	.pair__text { grid-column: 1 / -1; grid-row: auto; margin-bottom: 44px; }
	.pair__img--a { grid-column: 1 / 6; grid-row: auto; margin-top: 0; }
	.pair__img--b { grid-column: 3 / 7; grid-row: auto; margin-top: -30%; }
	.pair__img--c { grid-column: 1 / 5; grid-row: auto; margin-top: -8%; }

	.product-grid--feature, .product-grid--stagger { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.product-grid--feature > .card:first-child { grid-column: 1 / -1; grid-row: auto; }
	.product-grid--feature > .card:first-child .card__media { height: auto; aspect-ratio: 4 / 5; min-height: 0; }
	.product-grid--stagger > .card:nth-child(3n+2) { transform: none; }
	.product-grid--stagger > .card:nth-child(even) { transform: translateY(36px); }
	.card__body { grid-template-columns: 1fr; }
	.card__price { grid-column: 1; grid-row: auto; text-align: left; }
	.card__name { font-size: 17px; }

	.night { grid-template-columns: 1fr; }
	.night__media { grid-column: 1; aspect-ratio: 4 / 5; }
	.night__copy { grid-column: 1; margin-top: -28vw; }
	.night__float { grid-column: 1; grid-row: auto; margin: 56px 0 0 20%; }

	.occasions__row { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
	.occasion--2 { margin-top: 60px; }
	.occasion--3 { margin-top: -30px; }
	.occasion--4 { margin-top: 30px; }

	.rail { grid-template-columns: 1fr; gap: 36px; }
	.rail__head { position: static; padding-right: var(--gutter); }
	.product-grid--rail { padding-left: var(--gutter); scroll-padding-left: var(--gutter); }
	.product-grid--rail > .card { flex-basis: 62vw; }

	.mosaic { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 22vw; gap: 10px; }
	.mosaic__title { grid-column: 1 / -1; grid-row: 1 / 4; }
	.mosaic__item--1 { grid-column: 1 / 4; grid-row: 4 / 9; }
	.mosaic__item--2 { grid-column: 4 / 7; grid-row: 5 / 10; }
	.mosaic__item--3 { grid-column: 1 / 4; grid-row: 9 / 13; }
	.mosaic__item--4 { grid-column: 4 / 7; grid-row: 10 / 15; }
	.mosaic__item--5 { grid-column: 1 / 4; grid-row: 13 / 16; }
	.mosaic__item figcaption { transform: none; font-size: 11px; }

	.facts__grid { grid-template-columns: 1fr; }
	.fact, .fact:nth-child(n) { border-right: 0; margin-right: 0; border-bottom: 1px solid var(--line); padding: 26px 0; }

	.footer-cols { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
	.footer-col--facts { grid-column: 1 / -1; }
	.footer-legal { flex-direction: column; }

	.shop-hero { grid-template-columns: 1fr; min-height: 0; }
	.shop-hero__img { order: -1; aspect-ratio: 4 / 3; }
	.shop-hero__text { padding-top: 28px; }
	.cat-chips { top: var(--header-h); }

	.product-page div.product { grid-template-columns: 1fr; }
	.gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 8px; margin: 0 calc(var(--gutter) * -1); padding: 0 var(--gutter); scrollbar-width: none; position: relative; }
	.gallery::-webkit-scrollbar { display: none; }
	.gallery__item, .gallery__item--lead { flex: 0 0 86%; scroll-snap-align: center; }
	.gallery__item:nth-child(3) { margin-top: 0; }
	.summary { position: static; padding-top: 28px; }
	.size-buttons { grid-template-columns: repeat(4, minmax(0, 1fr)); }

	.doc-body { grid-template-columns: 1fr; }
	.doc-toc { position: static; }
	.prose { font-size: 16px; }
	.prose .grid-2 { grid-template-columns: 1fr; }
	.contact-form { grid-template-columns: 1fr; }

	.woocommerce-cart .store-page__body > .woocommerce, form.checkout, .woocommerce-account .store-page__body > .woocommerce, .u-columns.col2-set { grid-template-columns: 1fr; }
	form.checkout #order_review_heading, form.checkout #order_review { grid-column: 1; grid-row: auto; position: static; }
	.cart-collaterals { position: static; margin-top: 28px; }
	.store-page table.shop_table_responsive thead { display: none; }
	.store-page table.shop_table_responsive tr { display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid var(--line); padding: 12px 0; }
	.store-page table.shop_table_responsive td { border: 0; padding: 4px 0; }
	.store-page table.shop_table_responsive td.product-thumbnail { grid-row: span 4; }
	.store-page table.shop_table_responsive td.product-remove { order: 5; }
	.store-page table.shop_table_responsive td.actions { grid-column: 1 / -1; }
	.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper { grid-template-columns: 1fr; }

	.lb { grid-template-columns: repeat(6, 1fr); gap: 56px 12px; }
	.lb__look[class*="lb__look--"] { grid-column: 1 / -1; margin-top: 0; }
	.lb__look:nth-child(even) { grid-column: 2 / -1; }
	.lb__look:nth-child(odd) { grid-column: 1 / 6; }
	.announce__track span:nth-of-type(n+2), .announce__track i { display: none; }
	.announce { letter-spacing: .14em; }
}

@media (max-width: 480px) {
	.btn { padding: 0 26px; }
	.footer-cols { grid-template-columns: 1fr 1fr; }
	.search-panel__row { flex-direction: column; align-items: stretch; }
}

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