/* AAROVELLE · Letters from the Deck
   ───────────────────────────────────────────── */

:root {
	--sail: #F4EEE2;
	--paper: #FBF8F1;
	--paper-2: #EFE7D8;
	--ink: #1D2A3E;
	--ink-2: #45526A;
	--ink-3: #566075;
	--harbour: #2E5B88;
	--harbour-deep: #214467;
	--signal: #C4402F;
	--signal-deep: #A7331F;
	--sea: #A8C5C6;
	--sea-soft: #DCE8E6;
	--brass: #B38B45;
	--rope: #E3D4B8;
	--line: rgba(29, 42, 62, .14);
	--line-2: rgba(29, 42, 62, .26);

	--f-display: 'Fraunces', 'Iowan Old Style', Georgia, serif;
	--f-body: 'Figtree', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
	--f-mono: 'DM Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

	--airmail: repeating-linear-gradient(135deg, var(--signal) 0 12px, var(--paper) 12px 20px, var(--harbour) 20px 32px, var(--paper) 32px 40px);
	--radius: 14px;
	--radius-lg: 28px;
	--shadow: 0 1px 2px rgba(29, 42, 62, .06), 0 10px 30px -12px rgba(29, 42, 62, .22);
	--shadow-lg: 0 2px 4px rgba(29, 42, 62, .06), 0 30px 60px -24px rgba(29, 42, 62, .35);
	--gutter: clamp(16px, 4vw, 56px);
	--header-h: 72px;
	--ease: cubic-bezier(.2, .7, .2, 1);
}

/* ───────── Base ───────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
body {
	margin: 0;
	background: var(--sail);
	color: var(--ink);
	font-family: var(--f-body);
	font-size: 1rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--signal-deep); }
button { font: inherit; color: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 500; line-height: 1.08; letter-spacing: -.01em; margin: 0 0 .5em; font-variation-settings: 'SOFT' 30; }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 400; color: var(--harbour); }
p { margin: 0 0 1em; }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--harbour); color: var(--paper); }

.wrap { width: 100%; max-width: 1360px; margin-inline: auto; padding-inline: var(--gutter); }
.sr-only, .screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 1000; background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 999px; }
.skip-link:focus { top: 12px; color: var(--paper); }
.small { font-size: .875rem; }
.muted { color: var(--ink-3); }
.kicker { font-family: var(--f-mono); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--signal-deep); margin: 0 0 .9em; }
.linkish { background: none; border: 0; padding: 0; text-decoration: underline; text-underline-offset: .18em; }

/* Buttons */
.btn {
	--bg: var(--ink); --fg: var(--paper);
	display: inline-flex; align-items: center; justify-content: center; gap: .55em;
	min-height: 48px; padding: .8em 1.5em;
	border: 1.5px solid var(--bg); border-radius: 999px;
	background: var(--bg); color: var(--fg);
	font-family: var(--f-body); font-weight: 600; font-size: .95rem; letter-spacing: .01em; line-height: 1.2;
	text-decoration: none; cursor: pointer;
	transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s;
}
.btn .icon { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.btn:hover { color: var(--fg); transform: translateY(-1px); box-shadow: 0 10px 22px -12px rgba(29, 42, 62, .55); }
.btn:hover .icon { transform: translateX(3px); }
.btn--ink { --bg: var(--ink); --fg: var(--paper); }
.btn--ink:hover { --bg: var(--harbour-deep); }
.btn--signal { --bg: var(--signal); --fg: #fff; }
.btn--signal:hover { --bg: var(--signal-deep); }
.btn--cream { --bg: var(--paper); --fg: var(--ink); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--paper); }
.btn--lg { min-height: 56px; padding: .95em 1.8em; font-size: 1rem; }
.btn--block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: .45em; font-weight: 600; text-decoration: none; border-bottom: 1.5px solid currentColor; padding-bottom: 2px; }
.link-arrow .icon { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.link-arrow:hover .icon { transform: translateX(4px); }
.icon-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: transparent; border: 0; color: var(--ink); text-decoration: none; position: relative; transition: background .2s; }
.icon-btn:hover { background: rgba(29, 42, 62, .07); color: var(--ink); }
.icon-btn .icon { width: 22px; height: 22px; }

/* ───────── Announcement & header ───────── */
.announce { position: relative; background: var(--ink); color: var(--paper); font-size: .8rem; text-align: center; padding: 9px var(--gutter) 11px; }
.announce::after { content: ''; position: absolute; inset: auto 0 0 0; height: 4px; background: var(--airmail); }
.announce p { margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: .3em .8em; letter-spacing: .02em; }
.announce a { color: var(--paper); }
.announce__dot { color: var(--signal); }

.site-header { position: sticky; top: 0; z-index: 90; background: color-mix(in srgb, var(--sail) 92%, transparent); backdrop-filter: saturate(1.2) blur(10px); -webkit-backdrop-filter: saturate(1.2) blur(10px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 24px -20px rgba(29, 42, 62, .5); }
.site-header__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; min-height: var(--header-h); }
.brand { display: block; width: 172px; color: var(--ink); }
.brand svg { width: 100%; height: auto; }
.brand:hover { color: var(--harbour); }
.menu-toggle { display: none; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; gap: clamp(12px, 2.4vw, 36px); }
.nav > ul > li > a { display: inline-flex; align-items: center; gap: 4px; min-height: 44px; font-weight: 500; font-size: .95rem; text-decoration: none; position: relative; }
.nav > ul > li > a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 8px; height: 1.5px; background: var(--signal); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav > ul > li > a:hover::after, .nav > ul > li > a[aria-expanded="true"]::after { transform: scaleX(1); }
.nav .icon-chevron { width: 16px; height: 16px; transition: transform .25s; }
.nav a[aria-expanded="true"] .icon-chevron { transform: rotate(180deg); }
.tools { display: flex; align-items: center; gap: 2px; justify-self: end; }
.cart-count { position: absolute; top: 3px; right: 1px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; background: var(--signal); color: #fff; font-size: .68rem; font-weight: 700; display: grid; place-items: center; line-height: 1; }
.cart-count[data-count="0"] { display: none; }

/* Mega menu */
.nav__has-mega { position: static; }
.mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .25s, transform .25s var(--ease), visibility 0s .25s; }
.nav__has-mega.is-open .mega { opacity: 1; visibility: visible; transform: none; transition: opacity .25s, transform .25s var(--ease); }
.mega__inner { display: grid; grid-template-columns: 240px 1fr; gap: 40px; padding-block: 32px 36px; }
.mega__title { font-family: var(--f-display); font-size: 1.9rem; line-height: 1.05; margin-bottom: 1.2em; }
.nav .mega__cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; justify-content: stretch; }
.mega__card a { display: block; text-decoration: none; background: #fff; padding: 8px 8px 12px; border-radius: 6px; box-shadow: var(--shadow); transform: rotate(var(--tilt)); transition: transform .3s var(--ease); }
.mega__card a:hover { transform: rotate(0) translateY(-4px); color: var(--ink); }
.mega__card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 3px; }
.mega__no { display: block; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .12em; color: var(--signal-deep); margin-top: 10px; }
.mega__name { display: block; font-family: var(--f-display); font-size: 1.02rem; line-height: 1.15; }

/* Locale */
.locale { position: relative; }
.locale__btn { display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 12px; border-radius: 999px; background: transparent; border: 1px solid var(--line-2); font-family: var(--f-mono); font-size: .78rem; letter-spacing: .06em; margin-right: 6px; }
.locale__btn .icon { width: 17px; height: 17px; }
.locale__btn:hover { border-color: var(--ink); }
.locale-panel { position: absolute; right: 0; top: calc(100% + 10px); width: 320px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 20px; z-index: 95; }
.locale-panel[hidden] { display: none; }
.locale-panel--inline { position: static; width: auto; box-shadow: none; }
.locale-panel__group + .locale-panel__group { margin-top: 18px; padding-top: 18px; border-top: 1px dashed var(--line-2); }
.locale-panel__label { display: block; font-family: var(--f-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 8px; }
.locale-panel__hint { font-size: .78rem; color: var(--ink-3); margin: 8px 0 12px; line-height: 1.45; }
.aaro-lang select, .select-wrap select { width: 100%; height: 46px; padding: 0 40px 0 14px; border: 1px solid var(--line-2); border-radius: 10px; background: #fff; appearance: none; -webkit-appearance: none; font-size: .95rem; }
.select-wrap { position: relative; }
.select-wrap .icon { position: absolute; right: 12px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); pointer-events: none; }

/* Search */
.search-panel { border-top: 1px solid var(--line); background: var(--paper); padding-block: 16px; }
.search-panel[hidden] { display: none; }
.search-form { display: flex; align-items: center; gap: 12px; }
.search-form .icon { width: 22px; height: 22px; flex: none; color: var(--ink-3); }
.search-form input { flex: 1; min-width: 0; height: 50px; border: 0; border-bottom: 1.5px solid var(--ink); background: transparent; font-family: var(--f-display); font-size: 1.35rem; padding: 0 4px; }
.search-form input:focus { outline: none; border-bottom-color: var(--signal); }

/* Drawer */
.drawer { position: fixed; inset: 0; z-index: 200; }
.drawer[hidden] { display: none; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(29, 42, 62, .45); animation: fade .25s both; }
.drawer__sheet { position: absolute; inset: 0 auto 0 0; width: min(420px, 92vw); background: var(--paper); overflow-y: auto; padding: 16px 22px 32px; animation: slide-in .35s var(--ease) both; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.drawer__brand { width: 140px; }
.drawer__cats, .drawer__links { list-style: none; margin: 0; padding: 0; }
.drawer__cats a { display: flex; align-items: baseline; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--f-display); font-size: 1.35rem; text-decoration: none; }
.drawer__no { font-family: var(--f-mono); font-size: .7rem; color: var(--signal-deep); width: 26px; flex: none; }
.drawer__links { margin: 18px 0; columns: 2; }
.drawer__links a { display: block; padding: 8px 0; text-decoration: none; font-weight: 500; }
.drawer__locale { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; margin-bottom: 20px; }
.drawer__contact { font-size: .9rem; color: var(--ink-2); }
@keyframes fade { from { opacity: 0; } }
@keyframes slide-in { from { transform: translateX(-100%); } }

/* ───────── Hero ───────── */
.hero { position: relative; padding-block: clamp(24px, 4vw, 56px) clamp(40px, 6vw, 88px); overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 55% at 78% 40%, rgba(168, 197, 198, .45), transparent 70%), repeating-linear-gradient(0deg, transparent 0 39px, rgba(46, 91, 136, .07) 39px 40px); pointer-events: none; }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(24px, 4vw, 64px); align-items: center; }
.hero__kicker { display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-mono); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); border: 1px solid var(--line-2); border-radius: 999px; padding: 7px 14px; margin-bottom: 26px; background: var(--paper); }
.hero__kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px rgba(196, 64, 47, .16); }
.hero__title { font-size: clamp(3.6rem, 10.5vw, 10.2rem); line-height: .86; letter-spacing: -.035em; margin: 0 0 .32em; font-weight: 500; font-variation-settings: 'opsz' 144, 'SOFT' 50, 'WONK' 1; }
.hero__title > span { display: block; }
.hero__l2 { font-size: .42em; line-height: 1; margin: .12em 0 .06em .9em; letter-spacing: -.01em; }
.hero__l2 em { color: var(--signal); font-weight: 400; }
.hero__l3 { padding-left: .5em; }
.hero__l3::after { content: ''; display: inline-block; width: .9em; height: .09em; margin-left: .15em; vertical-align: .2em; background: var(--airmail); border-radius: 2px; }
.hero__lede { font-size: clamp(1.05rem, 1.4vw, 1.22rem); max-width: 30em; color: var(--ink-2); margin-bottom: 30px; }
.hero__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-bottom: 40px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 10px 32px; list-style: none; margin: 0; padding: 18px 0 0; border-top: 1px dashed var(--line-2); font-size: .88rem; color: var(--ink-2); }
.hero__facts strong { font-family: var(--f-display); font-size: 1.45rem; font-weight: 500; color: var(--ink); margin-right: 4px; }
.hero__visual { position: relative; padding: 4% 6% 10% 8%; }
.hero__ring { position: absolute; width: 76%; aspect-ratio: 1; right: -8%; top: 2%; border-radius: 50%; border: 1.5px solid rgba(46, 91, 136, .35); box-shadow: inset 0 0 0 14px rgba(244, 238, 226, .6), inset 0 0 0 15.5px rgba(46, 91, 136, .25); }
.hero__arch { position: relative; aspect-ratio: 3 / 4; border-radius: 999px 999px 26px 26px; overflow: hidden; background: var(--sea-soft); box-shadow: 0 0 0 10px var(--paper), 0 0 0 11.5px var(--line-2), var(--shadow-lg); isolation: isolate; }
.hero__arch::after { content: ''; position: absolute; inset: auto 0 0 0; height: 10px; background: var(--airmail); z-index: 3; }
.hero__arch img, .hero__arch video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__vid { position: absolute; inset: 0; z-index: 1; }
.hero__stamp { position: absolute; top: 0; right: -2%; width: clamp(96px, 11vw, 150px); color: var(--signal); z-index: 4; animation: spin 36s linear infinite; background: var(--paper); border-radius: 50%; padding: 6px; box-shadow: var(--shadow); }
@keyframes spin { to { transform: rotate(360deg); } }
.hero__postcard { position: absolute; left: -4%; bottom: 0; z-index: 5; display: flex; gap: 14px; align-items: center; width: min(330px, 76%); padding: 10px 16px 10px 10px; background: #fff; border-radius: 6px; box-shadow: var(--shadow-lg); transform: rotate(-4deg); text-decoration: none; transition: transform .35s var(--ease); }
.hero__postcard::before { content: ''; position: absolute; inset: 0; border-radius: 6px; padding: 4px; background: var(--airmail); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: .9; pointer-events: none; }
.hero__postcard:hover { transform: rotate(-1deg) translateY(-4px); color: var(--ink); }
.hero__pc-img { flex: none; width: 84px; }
.hero__pc-img img { width: 84px; height: 108px; object-fit: cover; border-radius: 3px; background: var(--paper); }
.hero__pc-text { display: grid; gap: 3px; }
.hero__pc-no { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--signal-deep); }
.hero__pc-name { font-family: var(--f-display); font-size: 1.05rem; line-height: 1.15; }
.hero__pc-price { font-size: .9rem; font-weight: 600; }

/* Video control */
.vid { position: relative; }
.vid video { opacity: 0; transition: opacity .8s; }
.vid.is-playing video { opacity: 1; }
.vid__toggle { position: absolute; right: 14px; bottom: 22px; z-index: 6; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .7); background: rgba(29, 42, 62, .45); backdrop-filter: blur(6px); display: grid; place-items: center; opacity: 0; transition: opacity .3s; }
.vid.is-ready .vid__toggle { opacity: 1; }
.vid__pause { width: 12px; height: 14px; border-left: 4px solid #fff; border-right: 4px solid #fff; }
.vid__toggle[aria-pressed="true"] .vid__pause { width: 0; height: 0; border: 0; border-left: 12px solid #fff; border-top: 8px solid transparent; border-bottom: 8px solid transparent; margin-left: 4px; }

/* Ticker */
.ticker { background: var(--harbour); color: var(--paper); overflow: hidden; border-block: 1px solid var(--harbour-deep); }
.ticker__track { display: flex; gap: 28px; width: max-content; padding: 16px 0; font-family: var(--f-display); font-size: clamp(1.15rem, 2vw, 1.6rem); font-style: italic; white-space: nowrap; animation: marquee 38s linear infinite; }
.ticker__track span:nth-child(even) { color: var(--rope); font-style: normal; font-size: .7em; align-self: center; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ───────── Section heads ───────── */
.section-head { max-width: 640px; margin-bottom: clamp(28px, 4vw, 52px); }
.section-head h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
.section-head p:not(.kicker) { color: var(--ink-2); font-size: 1.05rem; }
.section-head--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.section-head--row h2 { margin: 0; }
.section-head--center { margin-inline: auto; text-align: center; }

/* ───────── Five letters ───────── */
.letters { padding-block: clamp(64px, 9vw, 130px); }
.letters__board { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(80px, auto); gap: clamp(14px, 2vw, 28px); }
.letter { position: relative; display: block; text-decoration: none; }
.letter:hover { color: var(--ink); }
.letter__media { display: block; overflow: hidden; background: var(--paper-2); }
.letter__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.letter:hover .letter__media img { transform: scale(1.04); }
.letter__meta { display: grid; gap: 2px; padding-top: 14px; }
.letter__no { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .14em; color: var(--signal-deep); }
.letter__name { font-family: var(--f-display); font-size: clamp(1.35rem, 2.2vw, 1.9rem); line-height: 1.1; }
.letter__count { display: inline-flex; align-items: center; gap: 6px; font-size: .88rem; color: var(--ink-2); }
.letter__count .icon { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.letter:hover .letter__count .icon { transform: translateX(4px); }
/* shapes */
.letter--arch { grid-column: 1 / span 4; grid-row: 1 / span 6; }
.letter--arch .letter__media { aspect-ratio: 3 / 4.3; border-radius: 999px 999px 18px 18px; }
.letter--stamp { grid-column: 5 / span 4; grid-row: 2 / span 5; }
.letter--stamp .letter__media { position: relative; aspect-ratio: 4 / 5; padding: 16px; background: #fff; filter: drop-shadow(0 12px 18px rgba(29, 42, 62, .18)); transform: rotate(-2deg); }
.letter--stamp .letter__media::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1;
	background:
		radial-gradient(circle at 50% 0, var(--sail) 5.5px, transparent 6px) 0 0 / 18px 12px repeat-x,
		radial-gradient(circle at 50% 100%, var(--sail) 5.5px, transparent 6px) 0 100% / 18px 12px repeat-x,
		radial-gradient(circle at 0 50%, var(--sail) 5.5px, transparent 6px) 0 0 / 12px 18px repeat-y,
		radial-gradient(circle at 100% 50%, var(--sail) 5.5px, transparent 6px) 100% 0 / 12px 18px repeat-y; }
.letter--stamp .letter__media::after { content: ''; position: absolute; inset: 16px; border: 1px solid rgba(29, 42, 62, .15); pointer-events: none; }
.letter--stamp .letter__media img { height: 100%; }
.letter--porthole { grid-column: 9 / span 4; grid-row: 1 / span 5; }
.letter--porthole .letter__media { aspect-ratio: 1; border-radius: 50%; box-shadow: 0 0 0 10px var(--paper), 0 0 0 12px var(--brass), var(--shadow); margin: 12px; }
.letter--postcard { grid-column: 3 / span 5; grid-row: 7 / span 4; margin-top: 18px; }
.letter--postcard .letter__media { aspect-ratio: 3 / 2; padding: 10px; background: #fff; box-shadow: var(--shadow); border-radius: 4px; transform: rotate(1.8deg); position: relative; }
.letter--postcard .letter__media::after { content: ''; position: absolute; inset: 0; border-radius: 4px; padding: 5px; background: var(--airmail); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.letter--postcard .letter__media img { object-position: center 40%; }
.letter--tag { grid-column: 9 / span 3; grid-row: 6 / span 5; margin-top: 40px; }
.letter--tag .letter__media { aspect-ratio: 3 / 4; border-radius: 18px 18px 18px 90px; }
.letters__note { grid-column: 1 / span 2; grid-row: 8 / span 2; align-self: center; font-family: var(--f-display); font-style: italic; font-size: 1.3rem; line-height: 1.2; color: var(--harbour); transform: rotate(-6deg); margin: 0; padding-left: 8px; border-left: 3px solid var(--signal); }

/* ───────── Collar story ───────── */
.collar { background: var(--paper); border-block: 1px solid var(--line); padding-block: clamp(64px, 9vw, 120px); position: relative; overflow: hidden; }
.collar::before { content: ''; position: absolute; left: -6%; top: 50%; width: 34vw; aspect-ratio: 1; border-radius: 50%; border: 1px dashed rgba(46, 91, 136, .25); transform: translateY(-50%); }
.collar__grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.collar__media { position: relative; aspect-ratio: 3 / 4; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.collar__media img, .collar__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.collar__vid { position: absolute; inset: 0; }
.collar__text h2 { font-size: clamp(2.3rem, 4.8vw, 4.2rem); }
.collar__text > p:not(.kicker) { color: var(--ink-2); font-size: 1.08rem; max-width: 34em; }
.anatomy { list-style: none; margin: 28px 0 34px; padding: 0; display: grid; gap: 0; }
.anatomy li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); }
.anatomy li:last-child { border-bottom: 1px solid var(--line); }
.anatomy__n { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--signal); color: var(--signal-deep); display: grid; place-items: center; font-family: var(--f-mono); font-size: .85rem; }
.anatomy strong { display: block; font-family: var(--f-display); font-weight: 500; font-size: 1.2rem; }
.anatomy span { color: var(--ink-2); font-size: .95rem; }

/* ───────── Product grid & cards ───────── */
.fresh { padding-block: clamp(64px, 9vw, 120px); }
.grid-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 2vw, 28px) clamp(12px, 1.8vw, 24px); }
.grid-products--offset > :nth-child(4n + 2) { margin-top: 48px; }
.grid-products--offset > :nth-child(4n + 4) { margin-top: 24px; }
.card { position: relative; }
.card__link { display: block; text-decoration: none; height: 100%; }
.card__link:hover { color: var(--ink); }
.card__media { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 10px; background: var(--paper-2); }
.card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .45s, transform .9s var(--ease); }
.card__img--alt { opacity: 0; }
@media (hover: hover) {
	.card__link:hover .card__img--alt { opacity: 1; }
	.card__link:hover .card__img { transform: scale(1.03); }
}
.card__body { padding: 12px 2px 0; }
.card__no { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .12em; color: var(--signal-deep); margin: 0 0 3px; }
.card__title { font-family: var(--f-display); font-size: clamp(1rem, 1.3vw, 1.15rem); font-weight: 500; line-height: 1.2; margin: 0 0 3px; }
.card__colour { font-size: .82rem; color: var(--ink-3); margin: 0 0 6px; }
.card__price { font-weight: 600; margin: 0; font-size: .95rem; }
.card__price del { color: var(--ink-3); font-weight: 400; margin-right: 6px; }
.card__price ins { text-decoration: none; color: var(--signal-deep); }
.price-wrap { white-space: nowrap; }
.cur-code { font-size: .78em; font-weight: 500; letter-spacing: .04em; color: var(--ink-3); }
.onsale { position: absolute; top: 10px; left: 10px; z-index: 2; background: var(--signal); color: #fff; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; padding: 4px 8px; border-radius: 4px; }

/* ───────── Video band ───────── */
.band { padding: 0 var(--gutter); }
.band__frame { position: relative; max-width: 1600px; margin-inline: auto; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16 / 7; min-height: 480px; box-shadow: var(--shadow-lg); }
.band__frame::before { content: ''; position: absolute; inset: 0; z-index: 3; border-radius: inherit; padding: 8px; background: var(--airmail); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.band__frame img, .band__frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band__vid { position: absolute; inset: 0; }
.band__card { position: absolute; z-index: 4; left: clamp(20px, 5vw, 72px); bottom: clamp(20px, 5vw, 64px); max-width: 440px; background: var(--paper); border-radius: 8px; padding: clamp(20px, 3vw, 34px); box-shadow: var(--shadow-lg); transform: rotate(-1.5deg); }
.band__script { font-family: var(--f-display); font-style: italic; color: var(--signal-deep); font-size: 1.35rem; margin-bottom: 6px; }
.band__card h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.band__card p:not(.band__script) { color: var(--ink-2); }
.band .btn--cream { --bg: var(--ink); --fg: var(--paper); }

/* ───────── Rhythm ───────── */
.rhythm { padding-block: clamp(64px, 9vw, 130px); }
.rhythm__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.rhythm__img { margin: 0 0 28px; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 10; }
.rhythm__img img { width: 100%; height: 100%; object-fit: cover; }
.rhythm__intro h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); }
.rhythm__intro > p:not(.kicker) { color: var(--ink-2); }
.rhythm__rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 31%); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 24px; scrollbar-width: thin; scrollbar-color: var(--harbour) transparent; }
.rhythm__rail > * { scroll-snap-align: start; }
.rhythm__rail > :nth-child(odd) .card__media { border-radius: 999px 999px 10px 10px; }

/* ───────── Postcard wall ───────── */
.wall { background: var(--harbour); color: var(--paper); padding-block: clamp(72px, 10vw, 140px); position: relative; overflow: hidden; }
.wall::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, .06) 79px 80px), repeating-linear-gradient(0deg, transparent 0 79px, rgba(255, 255, 255, .06) 79px 80px); pointer-events: none; }
.wall .kicker { color: var(--rope); }
.wall h2 em { color: var(--rope); }
.wall__board { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 40px; gap: 18px; }
.pc { display: block; background: var(--paper); color: var(--ink); padding: 10px 10px 0; border-radius: 4px; box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .55); text-decoration: none; transform: rotate(var(--r, 0deg)); transition: transform .4s var(--ease), box-shadow .4s; position: relative; }
.pc:hover { transform: rotate(0deg) scale(1.03); z-index: 3; color: var(--ink); box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .6); }
.pc__img { display: block; overflow: hidden; border-radius: 2px; height: calc(100% - 44px); }
.pc__img img { width: 100%; height: 100%; object-fit: cover; }
.pc__caption { display: block; height: 44px; line-height: 44px; font-family: var(--f-display); font-style: italic; font-size: 1rem; padding-left: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pc::after { content: ''; position: absolute; right: 10px; bottom: 10px; width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--signal); opacity: .7; }
.pc--1 { grid-column: 1 / span 5; grid-row: 1 / span 8; --r: -2deg; }
.pc--2 { grid-column: 6 / span 3; grid-row: 2 / span 9; --r: 2.5deg; }
.pc--3 { grid-column: 9 / span 4; grid-row: 1 / span 8; --r: -1deg; }
.pc--4 { grid-column: 1 / span 3; grid-row: 9 / span 7; --r: 2deg; }
.pc--5 { grid-column: 4 / span 2; grid-row: 9 / span 10; --r: -3deg; }
.pc--6 { grid-column: 6 / span 4; grid-row: 11 / span 8; --r: 1deg; }
.pc--7 { grid-column: 10 / span 3; grid-row: 9 / span 6; --r: -2.5deg; }
.pc--8 { grid-column: 1 / span 3; grid-row: 16 / span 6; --r: -1.5deg; }
.wall__board::after { content: 'Wish you were here'; grid-column: 4 / span 6; grid-row: 20 / span 2; align-self: center; justify-self: center; font-family: var(--f-display); font-style: italic; font-size: clamp(1.4rem, 2.6vw, 2.2rem); color: var(--rope); transform: rotate(-3deg); }
.pc--9 { grid-column: 10 / span 3; grid-row: 15 / span 8; --r: 2deg; }
.pc--8, .pc--9 { margin-top: 6px; }

/* ───────── Porthole teaser ───────── */
.porthole { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; padding-block: clamp(72px, 10vw, 140px); }
.porthole__win { position: relative; aspect-ratio: 1; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 16px var(--paper), 0 0 0 19px var(--brass), 0 0 0 30px var(--paper), 0 0 0 31px var(--line-2), var(--shadow-lg); margin: 32px; }
.porthole__win img { width: 100%; height: 100%; object-fit: cover; }
.porthole__text h2 { font-size: clamp(2.2rem, 4.5vw, 3.8rem); }
.porthole__text > p:not(.kicker) { color: var(--ink-2); font-size: 1.08rem; max-width: 32em; }

/* ───────── Promise ───────── */
.promise { background: var(--paper); border-top: 1px solid var(--line); padding-block: clamp(40px, 6vw, 72px); }
.promise__list { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-block: 0; }
.promise__item { position: relative; padding: 26px 22px 22px; border: 1.5px dashed var(--line-2); border-radius: 12px; background: var(--sail); }
.promise__item .icon { width: 30px; height: 30px; color: var(--harbour); margin-bottom: 14px; }
.promise__item h3 { font-size: 1.3rem; margin-bottom: .35em; }
.promise__item p { font-size: .92rem; color: var(--ink-2); }
.promise__item a { font-size: .88rem; font-weight: 600; }

/* ───────── Footer ───────── */
.site-footer { background: var(--ink); color: rgba(251, 248, 241, .86); position: relative; }
.site-footer a { color: var(--paper); text-decoration: none; }
.site-footer a:hover { color: var(--rope); text-decoration: underline; }
.airmail { height: 10px; background: var(--airmail); }
.footer-letter { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; gap: clamp(20px, 4vw, 48px); align-items: center; padding-block: clamp(48px, 6vw, 72px); border-bottom: 1px solid rgba(251, 248, 241, .14); }
.footer-letter__stamp { width: 120px; color: var(--signal); transform: rotate(-12deg); }
.footer-letter__title { font-family: var(--f-display); font-size: clamp(1.9rem, 3.4vw, 2.8rem); line-height: 1.05; color: var(--paper); margin-bottom: .3em; }
.footer-letter__text { margin: 0; max-width: 34em; }
.footer-letter__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: .95rem; }
.footer-letter__contact li { display: flex; align-items: center; gap: 10px; }
.footer-letter__contact .icon { width: 18px; height: 18px; color: var(--rope); flex: none; }
.footer-cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; padding-block: 44px; }
.footer-col__title { font-family: var(--f-mono); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--rope); margin-bottom: 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: .95rem; }
.footer-col .linkish { color: var(--paper); text-decoration: none; font-size: .95rem; }
.footer-col .linkish:hover { color: var(--rope); text-decoration: underline; }
.footer-base { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding-block: 26px 34px; border-top: 1px solid rgba(251, 248, 241, .14); }
.footer-base__brand { width: 150px; margin: 0; color: var(--paper); }
.footer-base__copy { margin: 0; font-size: .85rem; }
.footer-base__copy > span { display: block; }
.footer-base__cur { color: rgba(251, 248, 241, .6); }
.pay-badges { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; }
.pay-badges svg { width: 46px; height: 29px; border-radius: 4px; }

/* ───────── Generic pages ───────── */
.page-hero { position: relative; padding-block: clamp(40px, 7vw, 96px) clamp(28px, 4vw, 48px); }
.page-hero__inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(24px, 5vw, 72px); align-items: end; }
.page-hero h1 { font-size: clamp(2.8rem, 7vw, 6rem); margin: 0; }
.page-hero__lede { font-size: 1.12rem; color: var(--ink-2); max-width: 34em; margin: 0; }
.page-hero__meta { font-family: var(--f-mono); font-size: .76rem; letter-spacing: .08em; color: var(--ink-3); margin-top: 18px; }
.page-hero__img { margin: 24px 0 0; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 21 / 8; box-shadow: var(--shadow); }
.page-hero__img img { width: 100%; height: 100%; object-fit: cover; }
.page-body { padding-bottom: clamp(64px, 9vw, 120px); }
.page-body--toc { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.toc { position: sticky; top: calc(var(--header-h) + 24px); font-size: .9rem; border-left: 2px solid var(--line); padding-left: 18px; }
.toc p { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--signal-deep); margin-bottom: 12px; }
.toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.toc a { text-decoration: none; color: var(--ink-2); }
.toc a:hover, .toc a.is-active { color: var(--ink); text-decoration: underline; }

.prose { max-width: 760px; font-size: 1.04rem; }
.prose h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-top: 1.8em; scroll-margin-top: calc(var(--header-h) + 24px); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.3rem; margin-top: 1.5em; }
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .4em; }
.prose li::marker { color: var(--signal); }
.prose a { color: var(--harbour); }
.prose a:hover { color: var(--signal-deep); }
.prose strong { font-weight: 650; }
.prose .callout, .callout { background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--harbour); border-radius: 10px; padding: 18px 20px; margin: 1.5em 0; }
.callout > :last-child { margin-bottom: 0; }
.prose .form-letter { font-family: var(--f-mono); font-size: .9rem; background: #fff; border: 1.5px dashed var(--line-2); border-radius: 10px; padding: 22px; white-space: pre-line; }
.table-wrap { overflow-x: auto; margin: 1.2em 0 1.6em; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.table-wrap table { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 560px; }
.table-wrap table:not(:has(thead)) { min-width: 0; }
.table-wrap th, .table-wrap td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.table-wrap thead th { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); background: var(--sail); font-weight: 500; }
.table-wrap tr:last-child > * { border-bottom: 0; }
.table-wrap tbody th { font-family: var(--f-display); font-weight: 500; font-size: 1.05rem; }

/* FAQ */
.faq-group + .faq-group { margin-top: 2.2em; }
.prose details, .accordions details { border-bottom: 1px solid var(--line); }
.prose details summary, .acc summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; cursor: pointer; font-family: var(--f-display); font-size: 1.18rem; }
.prose details summary::-webkit-details-marker, .acc summary::-webkit-details-marker { display: none; }
.prose details summary::after { content: '+'; font-family: var(--f-body); font-size: 1.4rem; color: var(--signal); transition: transform .25s; }
.prose details[open] summary::after { transform: rotate(45deg); }
.prose details > :not(summary) { margin-top: 0; }
.prose details > div { padding-bottom: 18px; color: var(--ink-2); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.contact-card .icon { width: 26px; height: 26px; color: var(--harbour); margin-top: 2px; }
.contact-card h2 { font-size: 1.2rem; margin: 0 0 4px; font-family: var(--f-display); }
.contact-card p { margin: 0; color: var(--ink-2); }
.contact-card a { font-weight: 600; color: var(--ink); }
.form-card { background: #fff; border-radius: var(--radius-lg); padding: clamp(22px, 4vw, 40px); box-shadow: var(--shadow); position: relative; }
.form-card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 6px; background: var(--airmail); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; opacity: .9; }
.form-card h2 { font-size: 1.8rem; }

/* Forms (theme + CF7 + WooCommerce) */
.wpcf7 label, .field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; }
.wpcf7 p { margin-bottom: 16px; }
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 select, .wpcf7 textarea,
.woocommerce form .input-text, .woocommerce form select, .woocommerce-page form .input-text {
	width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 10px; background: #fff; font-size: 1rem; transition: border-color .2s, box-shadow .2s;
}
.wpcf7 textarea { min-height: 150px; resize: vertical; }
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus, .woocommerce form .input-text:focus, .woocommerce form select:focus { outline: none; border-color: var(--harbour); box-shadow: 0 0 0 3px rgba(46, 91, 136, .18); }
.wpcf7 input[type=submit] { min-height: 52px; padding: 0 28px; border-radius: 999px; border: 0; background: var(--ink); color: var(--paper); font-weight: 600; cursor: pointer; }
.wpcf7 input[type=submit]:hover { background: var(--harbour-deep); }
.wpcf7-acceptance { font-size: .88rem; }
.wpcf7-acceptance input { margin-right: 8px; }
.wpcf7-not-valid-tip { color: var(--signal-deep); font-size: .82rem; margin-top: 4px; }
.wpcf7 form .wpcf7-response-output { margin: 16px 0 0; padding: 12px 16px; border-radius: 10px; border-width: 1.5px; font-size: .92rem; }
.wpcf7-spinner { vertical-align: middle; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }

/* About */
.story { padding-block: clamp(24px, 5vw, 64px) clamp(64px, 9vw, 120px); }
.story__row { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(20px, 3vw, 40px); align-items: center; margin-bottom: clamp(56px, 8vw, 110px); }
.story__img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.story__img img { width: 100%; height: 100%; object-fit: cover; }
.story__row--a .story__img { grid-column: 1 / span 7; aspect-ratio: 16 / 10; }
.story__row--a .story__text { grid-column: 8 / span 5; }
.story__row--b .story__text { grid-column: 1 / span 5; grid-row: 1; }
.story__row--b .story__img { grid-column: 7 / span 5; aspect-ratio: 3 / 4; border-radius: 999px 999px var(--radius-lg) var(--radius-lg); }
.story__row--c .story__img { grid-column: 2 / span 6; aspect-ratio: 4 / 3; transform: rotate(-1.5deg); }
.story__row--c .story__text { grid-column: 9 / span 4; }
.story__text h2 { font-size: clamp(1.9rem, 3.4vw, 2.9rem); }
.story__text p:not(.kicker) { color: var(--ink-2); font-size: 1.05rem; }
.principles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.principles li { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.principles strong { display: block; font-family: var(--f-display); font-weight: 500; font-size: 1.3rem; margin-bottom: 6px; }
.principles span { color: var(--ink-2); font-size: .95rem; }

/* 404 */
.nf { padding-block: clamp(40px, 7vw, 100px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 72px); align-items: center; }
.nf__img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16 / 11; }
.nf__img img { width: 100%; height: 100%; object-fit: cover; }
.nf h1 { font-size: clamp(2.6rem, 6vw, 5rem); }

/* ───────── Shop archive ───────── */
.shop-head { padding-block: clamp(28px, 5vw, 64px) 24px; }
.shop-head__grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: clamp(24px, 5vw, 72px); align-items: end; }
.shop-head h1 { font-size: clamp(2.8rem, 7vw, 6.2rem); margin: 0 0 .15em; }
.shop-head__no { font-family: var(--f-mono); font-size: .8rem; letter-spacing: .14em; color: var(--signal-deep); margin-bottom: 10px; }
.shop-head__desc { color: var(--ink-2); font-size: 1.08rem; max-width: 36em; margin: 0; }
.shop-head__img { aspect-ratio: 3 / 4; border-radius: 999px 999px 16px 16px; overflow: hidden; box-shadow: 0 0 0 8px var(--paper), 0 0 0 9.5px var(--line-2), var(--shadow); transform: rotate(2deg); }
.shop-head__img img { width: 100%; height: 100%; object-fit: cover; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 26px 0 0; padding: 0; }
.chips a { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--paper); text-decoration: none; font-size: .9rem; font-weight: 500; }
.chips a:hover { border-color: var(--ink); color: var(--ink); }
.chips a[aria-current="page"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.chips small { font-family: var(--f-mono); font-size: .7rem; opacity: .7; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; margin-bottom: 28px; border-block: 1px solid var(--line); }
.shop-toolbar__count, .shop-toolbar__count p { margin: 0; font-size: .9rem; color: var(--ink-2); }
.woocommerce-ordering { margin: 0; position: relative; }
.woocommerce-ordering select { height: 42px; padding: 0 38px 0 14px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--paper); appearance: none; -webkit-appearance: none; font-size: .9rem; }
.woocommerce-ordering::after { content: ''; position: absolute; right: 16px; top: 15px; width: 7px; height: 7px; border-right: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); transform: rotate(45deg); pointer-events: none; }
.shop-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(26px, 3vw, 40px) clamp(12px, 1.8vw, 24px); }
.shop-grid .interlude { grid-column: span 2; grid-row: span 2; position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 420px; background: var(--harbour); color: var(--paper); display: flex; align-items: flex-end; }
.interlude img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.interlude__text { position: relative; margin: 18px; background: var(--paper); color: var(--ink); border-radius: 8px; padding: 18px 20px; max-width: 320px; transform: rotate(-1.5deg); box-shadow: var(--shadow-lg); }
.interlude__text p { margin: 0; }
.interlude__text .script { font-family: var(--f-display); font-style: italic; font-size: 1.35rem; line-height: 1.2; }
.interlude__text .kicker { margin-bottom: 6px; }
.woocommerce-pagination { margin-top: 48px; }
.woocommerce-pagination ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 0; margin: 0; }
.woocommerce-pagination a, .woocommerce-pagination span { display: grid; place-items: center; min-width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--line-2); text-decoration: none; }
.woocommerce-pagination .current { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.woocommerce-info, .woocommerce-message, .woocommerce-error, .woocommerce-notices-wrapper > * { list-style: none; margin: 0 0 20px; padding: 14px 18px; border-radius: 10px; background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--harbour); font-size: .95rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
.woocommerce-error { border-left-color: var(--signal); flex-direction: column; align-items: flex-start; }
.woocommerce-message .button, .woocommerce-info .button { order: 2; display: inline-flex; min-height: 40px; align-items: center; padding: 0 18px; border-radius: 999px; background: var(--ink); color: var(--paper); text-decoration: none; font-weight: 600; font-size: .88rem; }
.woocommerce-message .button:hover { background: var(--harbour-deep); color: var(--paper); }
.woocommerce-no-products-found { padding: 40px 0; }

/* Crumbs */
.crumbs { font-size: .82rem; color: var(--ink-3); display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs a { color: var(--ink-2); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs__sep { opacity: .5; }

/* ───────── Product page ───────── */
.shop-main { padding-block: clamp(16px, 3vw, 32px) clamp(64px, 9vw, 120px); }
.pdp { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(24px, 4vw, 64px); align-items: start; margin-top: 18px; }
.pdp__gallery { min-width: 0; }
.pdp__track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.pdp__shot { margin: 0; border-radius: 12px; overflow: hidden; background: var(--paper-2); aspect-ratio: 3 / 4; }
.pdp__shot img { width: 100%; height: 100%; object-fit: cover; }
.pdp__track .pdp__shot:first-child { grid-column: 1 / -1; aspect-ratio: auto; }
.pdp__track .pdp__shot:first-child img { aspect-ratio: 3 / 4; max-height: 1100px; }
.pdp__track .pdp__shot:first-child:last-child { grid-column: 1 / -1; }
.pdp__dots { display: none; }
.summary { position: sticky; top: calc(var(--header-h) + 20px); }
.pdp__kicker { margin: 0 0 10px; font-family: var(--f-mono); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.pdp__kicker a { text-decoration: none; color: var(--ink-2); }
.pdp__no { color: var(--signal-deep); }
.summary .product_title { font-size: clamp(2rem, 3.4vw, 3rem); margin-bottom: .3em; }
.summary > .price { font-size: 1.4rem; font-weight: 600; margin-bottom: 10px; }
.summary > .price del { color: var(--ink-3); font-weight: 400; font-size: .8em; margin-right: 8px; }
.summary > .price ins { text-decoration: none; color: var(--signal-deep); }
.woocommerce-product-details__short-description { color: var(--ink-2); margin-bottom: 16px; }
.pdp__colour { font-size: .95rem; margin-bottom: 18px; }
.pdp__colour span { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-right: 8px; }
.variations { border: 0; width: 100%; margin-bottom: 8px; border-collapse: collapse; }
.variations th, .variations td { display: block; padding: 0; text-align: left; }
.variations th label { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; }
.variations th { margin-bottom: 10px; display: flex; justify-content: space-between; }
.size-picker select { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; }
.size-picker.is-native select { position: static; opacity: 1; pointer-events: auto; width: 100%; height: 48px; }
.size-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.size-buttons button { min-width: 56px; height: 48px; padding: 0 14px; border-radius: 10px; border: 1.5px solid var(--line-2); background: #fff; font-weight: 600; font-size: .95rem; transition: border-color .15s, background .15s; }
.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 { opacity: .4; text-decoration: line-through; cursor: not-allowed; }
.size-guide-link { font-size: .82rem; font-family: var(--f-body); text-transform: none; letter-spacing: 0; color: var(--ink-2); }
.single_variation_wrap .woocommerce-variation-price { display: none; }
.woocommerce-variation-availability p { margin: 8px 0 0; color: var(--signal-deep); font-size: .9rem; }
form.cart { margin: 16px 0 20px; }
form.cart .woocommerce-variation-add-to-cart, form.cart:not(.variations_form) { display: flex; gap: 10px; flex-wrap: wrap; }
.quantity { display: inline-flex; align-items: center; border: 1.5px solid var(--line-2); border-radius: 999px; background: #fff; height: 54px; overflow: hidden; }
.quantity .qty { width: 56px; height: 100%; border: 0; text-align: center; background: transparent; font-weight: 600; -moz-appearance: textfield; }
.quantity .qty::-webkit-inner-spin-button, .quantity .qty::-webkit-outer-spin-button { -webkit-appearance: none; }
.qty-btn { width: 40px; height: 100%; border: 0; background: transparent; font-size: 1.2rem; }
.qty-btn:hover { background: var(--sail); }
.single_add_to_cart_button { flex: 1; min-width: 180px; min-height: 54px; border: 0; border-radius: 999px; background: var(--ink); color: var(--paper); font-weight: 650; font-size: 1rem; letter-spacing: .02em; cursor: pointer; transition: background .2s, transform .2s; }
.single_add_to_cart_button:hover { background: var(--harbour-deep); transform: translateY(-1px); }
.single_add_to_cart_button.disabled, .single_add_to_cart_button:disabled { opacity: 1; background: var(--ink-3); cursor: not-allowed; transform: none; }
.pdp__service { list-style: none; margin: 0 0 22px; padding: 16px 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; display: grid; gap: 10px; font-size: .9rem; }
.pdp__service li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; }
.pdp__service .icon { width: 20px; height: 20px; color: var(--harbour); margin-top: 1px; }
.pdp__service a { color: var(--ink); font-weight: 600; }
.accordions { border-top: 1px solid var(--line); }
.acc summary { font-size: 1.1rem; padding: 16px 0; }
.acc summary .icon { width: 20px; height: 20px; color: var(--signal); transition: transform .25s; flex: none; }
.acc[open] summary .icon { transform: rotate(45deg); }
.acc__body { padding-bottom: 18px; }
.acc__body.prose { font-size: .97rem; color: var(--ink-2); }
.ticks { list-style: none; padding: 0 !important; display: grid; gap: 6px; }
.ticks li { position: relative; padding-left: 22px; }
.ticks li::before { content: ''; position: absolute; left: 0; top: .6em; width: 10px; height: 2px; background: var(--signal); }
.specs { margin: 0 0 14px; display: grid; }
.specs > div { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--line); font-size: .92rem; }
.specs dt { color: var(--ink-3); font-family: var(--f-mono); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; padding-top: 2px; }
.specs dd { margin: 0; }
.size-table { min-width: 480px !important; }
.related { margin-top: clamp(56px, 8vw, 110px); }
.related > h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 28px; }
.related ul.products { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }

/* ───────── Cookie Notice (plugin) restyle ───────── */
#cookie-notice { font-family: var(--f-body) !important; min-width: 0 !important; left: auto !important; right: 20px !important; bottom: 20px !important; width: min(440px, calc(100vw - 32px)) !important; background: var(--paper) !important; color: var(--ink) !important; border-radius: 16px !important; box-shadow: var(--shadow-lg) !important; border: 1px solid var(--line) !important; overflow: hidden; }
#cookie-notice::before { content: ''; display: block; height: 6px; background: var(--airmail); }
#cookie-notice .cookie-notice-container { padding: 20px 22px 22px !important; text-align: left !important; display: grid !important; gap: 14px; }
#cookie-notice #cn-notice-text { font-size: .9rem !important; line-height: 1.5; margin: 0 !important; display: block; color: var(--ink) !important; }
#cookie-notice #cn-notice-buttons { display: grid !important; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 !important; }
#cookie-notice .cn-button { margin: 0 !important; min-height: 44px; border-radius: 999px !important; font-family: var(--f-body) !important; font-weight: 600 !important; font-size: .9rem !important; letter-spacing: 0 !important; padding: 0 16px !important; background: var(--ink) !important; color: var(--paper) !important; border: 1.5px solid var(--ink) !important; }
#cookie-notice #cn-refuse-cookie { background: transparent !important; color: var(--ink) !important; }
#cookie-notice #cn-more-info { grid-column: 1 / -1; background: transparent !important; color: var(--harbour) !important; border: 0 !important; text-decoration: underline; min-height: 32px; }
#cookie-notice .cn-close-icon { display: none; }
#cookie-notice .cn-text-container { margin: 0 !important; }
#cookie-notice .cn-buttons-container { display: contents; }
.cn-revoke-cookie { display: none !important; }

/* GTranslate: hide Google's own banner and tooltips */
body { top: 0 !important; }
.skiptranslate iframe, #goog-gt-tt, .goog-te-balloon-frame, .VIpgJd-ZVi9od-ORHb-OEVmcd { display: none !important; }
font[style] { background: none !important; box-shadow: none !important; }

/* ───────── Reveal on scroll ───────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ───────── Responsive ───────── */
@media (max-width: 1180px) {
	.nav ul { gap: 18px; }
	.brand { width: 150px; }
	.mega__inner { grid-template-columns: 1fr; }
	.grid-products, .shop-grid, .related ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.grid-products--offset > * { margin-top: 0 !important; }
	.grid-products--offset > :nth-child(3n + 2) { margin-top: 36px !important; }
	.promise__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 999px) {
	:root { --header-h: 62px; }
	.menu-toggle { display: inline-grid; }
	.nav { display: none; }
	.site-header__inner { grid-template-columns: auto 1fr auto; gap: 8px; }
	.brand { justify-self: center; width: 142px; }
	.hide-sm { display: none; }
	.locale { display: none; }

	.hero__grid { grid-template-columns: 1fr; }
	.hero__copy { order: 1; }
	.hero__visual { order: 2; padding: 0 6% 12% 10%; max-width: 560px; margin-inline: auto; width: 100%; }
	.hero__title { font-size: clamp(3.8rem, 17vw, 7.4rem); }

	.letters__board { grid-template-columns: repeat(6, 1fr); }
	.letter--arch { grid-column: 1 / span 3; grid-row: auto; }
	.letter--stamp { grid-column: 4 / span 3; grid-row: auto; margin-top: 60px; }
	.letter--porthole { grid-column: 2 / span 4; grid-row: auto; }
	.letter--postcard { grid-column: 1 / span 6; grid-row: auto; }
	.letter--tag { grid-column: 2 / span 4; grid-row: auto; margin-top: 10px; }
	.letters__note { grid-column: 1 / -1; grid-row: auto; transform: rotate(-3deg); margin: 10px 0; }

	.collar__grid, .rhythm__grid, .porthole, .contact-grid, .page-hero__inner, .nf { grid-template-columns: 1fr; }
	.collar__media { max-width: 520px; }
	.porthole__win { max-width: 440px; margin-inline: auto; }
	.rhythm__rail { grid-auto-columns: minmax(200px, 44%); }

	.band__frame { aspect-ratio: auto; min-height: 0; height: 78vh; max-height: 680px; }
	.band__card { right: 20px; left: 20px; max-width: none; }

	.wall__board { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 36px; }
	.wall__board::after { display: none; }
	.pc--1 { grid-column: 1 / span 4; grid-row: 1 / span 6; }
	.pc--2 { grid-column: 4 / span 3; grid-row: 5 / span 7; }
	.pc--3 { grid-column: 1 / span 3; grid-row: 7 / span 6; }
	.pc--4 { grid-column: 4 / span 3; grid-row: 12 / span 6; }
	.pc--5 { grid-column: 1 / span 3; grid-row: 13 / span 7; }
	.pc--6 { grid-column: 3 / span 4; grid-row: 18 / span 6; }
	.pc--7 { grid-column: 1 / span 3; grid-row: 20 / span 5; }
	.pc--8 { grid-column: 4 / span 3; grid-row: 24 / span 6; }
	.pc--9 { grid-column: 1 / span 3; grid-row: 25 / span 7; }

	.footer-letter { grid-template-columns: 1fr; }
	.footer-letter__stamp { width: 96px; }
	.footer-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }

	.page-body--toc { grid-template-columns: minmax(0, 1fr); }
	.collar::before { display: none; }
	.toc { position: static; border-left: 0; padding: 16px 18px; background: var(--paper); border-radius: 12px; border: 1px solid var(--line); }
	.toc ol { grid-template-columns: 1fr 1fr; }

	.shop-head__grid { grid-template-columns: 1fr 150px; }
	.pdp { grid-template-columns: minmax(0, 1fr); }
	.summary { position: static; }
	.pdp__gallery { margin-inline: calc(var(--gutter) * -1); width: calc(100% + var(--gutter) * 2); }
	.pdp__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 8px; padding-inline: var(--gutter); scrollbar-width: none; }
	.pdp__track::-webkit-scrollbar { display: none; }
	.pdp__shot, .pdp__track .pdp__shot:first-child { flex: 0 0 86%; scroll-snap-align: center; aspect-ratio: 3 / 4; }
	.pdp__dots { display: flex; justify-content: center; gap: 6px; margin-top: 12px; }
	.pdp__dots span { width: 6px; height: 6px; border-radius: 50%; background: var(--line-2); transition: width .25s, background .25s; }
	.pdp__dots span.is-on { width: 20px; border-radius: 3px; background: var(--ink); }

	.story__row { grid-template-columns: 1fr; }
	.story__row .story__img, .story__row .story__text { grid-column: 1 !important; grid-row: auto !important; }
	.story__row--b .story__img { max-width: 420px; }
	.principles { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
	.grid-products, .shop-grid, .related ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
	.grid-products--offset > * { margin-top: 0 !important; }
	.grid-products--offset > :nth-child(even) { margin-top: 28px !important; }
	.shop-grid .interlude { grid-column: 1 / -1; grid-row: auto; min-height: 380px; }
	.promise__list { grid-template-columns: 1fr; }
	.hero__postcard { width: 88%; left: -8%; }
	.hero__facts { gap: 8px 20px; }
	.hero__facts strong { font-size: 1.2rem; }
	.rhythm__rail { grid-auto-columns: 64%; }
	.shop-head__grid { grid-template-columns: 1fr; }
	.shop-head__img { display: none; }
	.shop-toolbar { flex-wrap: wrap; }
	.form-row-2 { grid-template-columns: 1fr; }
	.toc ol { grid-template-columns: 1fr; }
	.card__title { font-size: .98rem; }
	.specs > div { grid-template-columns: 1fr; gap: 2px; }
	.page-hero__img { aspect-ratio: 4 / 3; }
	.announce { font-size: .74rem; }
	.section-head--row { align-items: start; }
	.footer-cols { gap: 28px 16px; }
}

@media (max-width: 420px) {
	.letter--stamp { margin-top: 36px; }
	.hero__kicker { margin-bottom: 18px; }
	.btn--lg { width: 100%; }
	.hero__ctas { gap: 16px; }
}

/* Ordering select keeps its compact pill shape inside .woocommerce forms */
.woocommerce .woocommerce-ordering select { width: auto; min-height: 42px; height: 42px; padding: 0 38px 0 14px; border-radius: 999px; background: var(--paper); }

/* Cookie Notice: respect the plugin's hidden state */
#cookie-notice.cookie-notice-hidden, #cookie-notice.cookie-notice-hidden .cookie-notice-container { display: none !important; }
