/* SOREVVYN Soft — soft sculpture you can carry */

@font-face { font-family: "Fraunces"; src: url(../fonts/fraunces.woff2) format("woff2"); font-weight: 300 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Fraunces"; src: url(../fonts/fraunces-italic.woff2) format("woff2"); font-weight: 300 700; font-style: italic; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url(../fonts/instrument-sans.woff2) format("woff2"); font-weight: 400 700; font-style: normal; font-display: swap; }

:root {
	--milk: #F7F1E8;
	--paper: #FBF8F3;
	--oat: #EADFCF;
	--sand: #DCCBB4;
	--cocoa: #2A1F1B;
	--ink2: #5B4A41;
	--persimmon: #C4532C;
	--persimmon-btn: #B04A26;
	--persimmon-ink: #A8431F;
	--persimmon-soft: #E8875F;
	--plum: #4E2F45;
	--sage: #9AA67E;
	--butter: #F1D98B;
	--blush: #EFC4B0;
	--powder: #BFD3E0;
	--line: rgba(42, 31, 27, .14);
	--line-strong: rgba(42, 31, 27, .28);

	--f-display: "Fraunces", "Iowan Old Style", Georgia, serif;
	--f-body: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

	--gutter: clamp(16px, 4vw, 56px);
	--maxw: 1440px;
	--r: 28px;
	--r-s: 16px;
	--blob-1: 44% 56% 48% 52% / 52% 44% 56% 48%;
	--blob-2: 58% 42% 55% 45% / 45% 55% 45% 55%;
	--blob-3: 38% 62% 42% 58% / 60% 40% 60% 40%;
	--puff-shadow: inset 0 -8px 14px rgba(0, 0, 0, .14), inset 0 8px 12px rgba(255, 255, 255, .28), 0 14px 26px -14px rgba(42, 31, 27, .55);
	--ease-boing: cubic-bezier(.34, 1.56, .64, 1);
	--header-h: 72px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--milk);
	color: var(--cocoa);
	font: 400 16px/1.6 var(--f-body);
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}
img, video, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--persimmon-ink); }
button { font: inherit; color: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--persimmon); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; line-height: 1.1; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
[hidden] { display: none !important; }
.screen-reader-text, .hp { 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: 200; background: var(--cocoa); color: var(--milk); padding: 10px 16px; border-radius: 999px; }
.skip-link:focus { top: 12px; color: var(--milk); }

.display {
	font-family: var(--f-display);
	font-variation-settings: "SOFT" 100, "WONK" 1, "opsz" 144;
	font-weight: 500;
	letter-spacing: -.02em;
	line-height: .98;
}
.display em, .hero__title em { font-style: italic; font-weight: 400; color: var(--persimmon-ink); }
.display--xxl { font-size: clamp(48px, 8.4vw, 136px); }
.display--xl { font-size: clamp(44px, 6.6vw, 104px); }
.display--l { font-size: clamp(36px, 4.6vw, 72px); }
.display--m { font-size: clamp(28px, 3vw, 44px); line-height: 1.04; }
.display--s { font-size: clamp(22px, 2vw, 28px); line-height: 1.15; }
.eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink2); margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.eyebrow__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--persimmon); box-shadow: 0 0 0 4px rgba(196, 83, 44, .18); }
.lede { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.55; color: var(--ink2); max-width: 46ch; }
.fine { font-size: 13.5px; line-height: 1.55; color: var(--ink2); }
.fine a { color: var(--cocoa); }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 48px; padding: 12px 24px; border-radius: 999px;
	font: 600 15px/1.2 var(--f-body); letter-spacing: .01em; text-decoration: none;
	border: 1.5px solid transparent; transition: transform .35s var(--ease-boing), box-shadow .25s, background .2s, color .2s;
	-webkit-tap-highlight-color: transparent;
}
.btn--puff { background: var(--persimmon-btn); color: #fff; box-shadow: var(--puff-shadow); }
.btn--puff:hover { color: #fff; background: #9E4222; transform: translateY(-2px) scale(1.02); }
.btn--puff:active { transform: scale(.95, .9); box-shadow: inset 0 -3px 8px rgba(0,0,0,.2), 0 4px 10px -6px rgba(42,31,27,.5); }
.btn--ghost { background: transparent; color: var(--cocoa); border-color: var(--cocoa); }
.btn--ghost:hover { background: var(--cocoa); color: var(--milk); }
.btn--l { min-height: 56px; padding: 14px 30px; font-size: 16px; }
.btn--s { min-height: 40px; padding: 8px 18px; font-size: 14px; }
.icon-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: transparent; border: 0; color: var(--cocoa); position: relative; transition: background .2s; }
.icon-btn:hover { background: var(--oat); color: var(--cocoa); }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; text-decoration: none; border-bottom: 1.5px dashed currentColor; padding-bottom: 2px; }
.link-arrow .icon { transition: transform .3s var(--ease-boing); }
.link-arrow:hover .icon { transform: translateX(4px); }
.link-btn { background: none; border: 0; padding: 0; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.pill { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--line-strong); background: var(--paper); text-decoration: none; font-weight: 600; font-size: 14px; white-space: nowrap; transition: background .2s, border-color .2s, transform .3s var(--ease-boing); }
.pill:hover { border-color: var(--cocoa); color: var(--cocoa); transform: translateY(-2px); }
.pill.is-active { background: var(--cocoa); color: var(--milk); border-color: var(--cocoa); }
.pill__n { font-size: 12px; opacity: .7; }
.pill--s { min-height: 32px; padding: 4px 12px; font-size: 13px; }
.tag { position: absolute; left: 14px; top: 14px; background: var(--butter); color: var(--cocoa); font-size: 12px; font-weight: 700; padding: 5px 10px; border-radius: 999px; letter-spacing: .02em; }

/* ---------- Stitch ---------- */
.stitch { height: 12px; color: var(--persimmon); }
.stitch svg { width: 100%; height: 12px; }
.stitch path { fill: none; stroke: currentColor; stroke-width: 2; stroke-dasharray: 7 6; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.stitch--small { max-width: 220px; margin: 24px 0; }

/* ---------- Announce + header ---------- */
.announce { background: var(--cocoa); color: var(--milk); font-size: 13px; overflow: hidden; }
.announce__track { display: flex; justify-content: center; align-items: center; gap: 18px; padding: 8px var(--gutter); white-space: nowrap; }
.announce .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--persimmon-soft); flex: none; }
@media (max-width: 760px) {
	.announce__track { justify-content: flex-start; animation: slide 22s linear infinite; width: max-content; }
	.announce__track > :nth-child(n+4) { display: inline; }
}
@keyframes slide { to { transform: translateX(-50%); } }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(247, 241, 232, .92); backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px); 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(42,31,27,.5); }
.site-header__inner { max-width: var(--maxw); margin: 0 auto; height: var(--header-h); padding: 0 var(--gutter); display: flex; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--cocoa); flex: none; }
.brand .mark { transition: transform .5s var(--ease-boing); }
.brand:hover { color: var(--cocoa); }
.brand:hover .mark { transform: rotate(-8deg) scale(1.08); }
.wordmark { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 0, "opsz" 72; font-weight: 600; font-size: 22px; letter-spacing: .08em; }
.main-nav { flex: 1; display: flex; justify-content: center; }
.main-nav ul { list-style: none; display: flex; gap: 4px; }
.main-nav a { display: block; padding: 10px 14px; border-radius: 999px; text-decoration: none; font-weight: 500; font-size: 15px; transition: background .2s; }
.main-nav a:hover, .main-nav a[aria-current] { background: var(--oat); color: var(--cocoa); }
.main-nav a[aria-current] { box-shadow: inset 0 0 0 1.5px var(--cocoa); }
.tools { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.locale-btn { display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 12px; border-radius: 999px; border: 1.5px solid var(--line-strong); background: transparent; font-size: 13px; font-weight: 600; margin-right: 6px; }
.locale-btn:hover { border-color: var(--cocoa); }
.locale-btn .sep { opacity: .45; margin: 0 2px; }
.cart-count { position: absolute; top: 4px; right: 2px; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px; background: var(--persimmon-btn); color: #fff; font-size: 11px; font-weight: 700; display: grid; place-items: center; }
.menu-btn { display: none; }
@media (max-width: 1080px) {
	.main-nav { display: none; }
	.menu-btn { display: inline-grid; margin-left: -10px; }
	.site-header__inner { gap: 6px; }
}
@media (max-width: 560px) {
	:root { --header-h: 62px; }
	.wordmark { font-size: 18px; letter-spacing: .06em; }
	.brand .mark { width: 28px; height: 28px; }
	.hide-s { display: none; }
	.site-header .locale-btn { padding: 0 9px; margin-right: 0; }
	.site-header .locale-btn .icon { display: none; }
}
@media (max-width: 380px) {
	.site-header .locale-btn { display: none; }
}

/* ---------- Drawers ---------- */
.drawer { position: fixed; inset: 0; z-index: 100; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(42, 31, 27, .45); animation: fade .25s ease; }
.drawer__sheet { position: absolute; right: 0; top: 0; bottom: 0; width: min(440px, 100%); background: var(--milk); padding: 20px 24px 32px; overflow-y: auto; animation: in-right .4s var(--ease-boing); border-radius: 28px 0 0 28px; }
.drawer__sheet--left { left: 0; right: auto; border-radius: 0 28px 28px 0; animation-name: in-left; }
.drawer__sheet--top { left: 0; right: 0; bottom: auto; width: 100%; border-radius: 0 0 28px 28px; animation-name: in-top; padding: 18px var(--gutter); }
.drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.drawer__title { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-size: 26px; margin: 0; }
@keyframes fade { from { opacity: 0; } }
@keyframes in-right { from { transform: translateX(40px); opacity: 0; } }
@keyframes in-left { from { transform: translateX(-40px); opacity: 0; } }
@keyframes in-top { from { transform: translateY(-30px); opacity: 0; } }
.menu-list { list-style: none; }
.menu-list a { display: block; padding: 12px 0; font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-size: 30px; text-decoration: none; border-bottom: 1px dashed var(--line-strong); }
.menu-list--small { margin-top: 24px; }
.menu-list--small a { font-family: var(--f-body); font-size: 16px; padding: 10px 0; border: 0; }
.locale-block__h { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; margin-bottom: 14px; }
.gt-langs .gtranslate_wrapper, .gt-langs [id^="gt-wrapper"] { display: flex; flex-wrap: wrap; gap: 8px; }
.gt-langs a.glink { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--line-strong); background: var(--paper); text-decoration: none !important; font-weight: 600; font-size: 14px; color: var(--cocoa) !important; }
.gt-langs a.glink:hover { border-color: var(--cocoa); }
.gt-langs a.glink.gt-current-lang { background: var(--cocoa); color: var(--milk) !important; border-color: var(--cocoa); }
.gt-langs br { display: none; }
.country-form { display: grid; gap: 14px; margin-bottom: 12px; }
.search-form { display: flex; align-items: center; gap: 12px; max-width: var(--maxw); margin: 0 auto; }
.search-form input { flex: 1; min-width: 0; height: 56px; border: 0; border-bottom: 2px dashed var(--cocoa); background: transparent; font-size: clamp(18px, 2.4vw, 26px); font-family: var(--f-display); padding: 0 4px; }
.search-form input:focus { outline: none; border-bottom-style: solid; }
@media (max-width: 560px) { .search-form .btn { display: none; } }

/* ---------- Forms ---------- */
.field { display: grid; gap: 6px; }
.field__label { font-size: 13px; font-weight: 600; }
.field__label em { font-weight: 400; color: var(--ink2); }
.field input, .field textarea, .field select, .select-wrap select {
	width: 100%; min-height: 50px; padding: 12px 16px; border-radius: 16px; border: 1.5px solid var(--line-strong); background: var(--paper); transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus, .select-wrap select:focus { outline: none; border-color: var(--cocoa); box-shadow: 0 0 0 4px rgba(196, 83, 44, .18); }
.select-wrap { position: relative; display: block; }
.select-wrap select { appearance: none; -webkit-appearance: none; padding-right: 44px; }
.select-wrap .icon { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.field--full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.notice { padding: 14px 18px; border-radius: 16px; margin-bottom: 18px; font-weight: 500; }
.notice--ok { background: #E4EAD5; }
.notice--err { background: #F6D5C9; }

/* ---------- Hero ---------- */
.hero {
	position: relative; max-width: var(--maxw); margin: 0 auto; padding: clamp(24px, 4vw, 48px) var(--gutter) 0;
	display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 0 clamp(16px, 3vw, 40px);
	min-height: min(calc(100svh - var(--header-h) - 36px), 860px);
}
.hero__copy { align-self: center; position: relative; z-index: 3; padding-bottom: 40px; }
.hero__title {
	font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1, "opsz" 144; font-weight: 500;
	font-size: clamp(56px, 7.4vw, 132px); line-height: .86; letter-spacing: -.035em; margin: 0 -28% 24px 0;
}
.hero__title span { display: block; }
.hero__title .l2 { margin-left: .5em; }
.hero__title .l3 { font-size: .5em; margin: .12em 0 .02em .12em; line-height: 1; letter-spacing: 0; word-spacing: .12em; }
.hero__title .l4 { margin-left: 1.05em; position: relative; width: max-content; }
.hero__title .l4::after { content: ""; position: absolute; left: 0; right: .1em; bottom: -.08em; height: .12em; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12'%3E%3Cpath d='M0 6 C 15 0, 30 12, 45 6 S 75 0, 90 6 S 110 12, 120 6' fill='none' stroke='%23C4532C' stroke-width='2.4' stroke-dasharray='6 5' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x left center / auto 100%; }
.hero__lede { font-size: clamp(16px, 1.3vw, 19px); color: var(--ink2); max-width: 40ch; margin-bottom: 28px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; }

.hero__stage { position: relative; min-height: 560px; }
.hero__panel {
	position: absolute; inset: 3% 0 9% 12%; border-radius: 64px;
	background-color: var(--persimmon);
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='56' viewBox='0 0 160 56'%3E%3Cpath d='M0 28 C 20 12, 40 12, 60 28 S 100 44, 120 28 S 150 14, 160 28' fill='none' stroke='%23F7F1E8' stroke-opacity='.38' stroke-width='1.6' stroke-dasharray='5 5'/%3E%3C/svg%3E"),
		radial-gradient(120% 60% at 30% 20%, rgba(255,255,255,.18), transparent 60%);
	background-size: 160px 56px, 100% 100%;
	box-shadow: inset 0 -30px 60px rgba(0,0,0,.18), inset 0 20px 40px rgba(255,255,255,.14), 0 40px 80px -50px rgba(42,31,27,.7);
	animation: breathe 7s ease-in-out infinite;
}
@keyframes breathe { 50% { transform: scale(1.012, .992); } }
.hero__frame {
	position: absolute; inset: 0 12% 14% 0; margin: 0; overflow: hidden; background: var(--oat);
	border-radius: 999px 999px 48px 48px;
	box-shadow: 0 30px 60px -30px rgba(42,31,27,.6);
}
.hero__frame img, .hero__frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; }
.hero__video { opacity: 0; transition: opacity .8s ease; }
.hero__video.is-playing { opacity: 1; }
.hero__badge { position: absolute; width: clamp(120px, 11vw, 170px); left: -6%; bottom: 8%; z-index: 4; animation: spin 26s linear infinite; }
.hero__badge .badge-bg { fill: var(--butter); }
.hero__badge text { font: 700 15.5px/1 var(--f-body); letter-spacing: .2em; fill: var(--cocoa); }
@keyframes spin { to { transform: rotate(360deg); } }
.price-tag {
	position: absolute; z-index: 4; display: grid; gap: 2px; padding: 12px 18px 12px 34px; border-radius: 22px; background: var(--paper); text-decoration: none;
	box-shadow: 0 18px 30px -18px rgba(42,31,27,.6); animation: bob 5s ease-in-out infinite; transition: transform .3s var(--ease-boing);
}
.price-tag::before { content: ""; position: absolute; left: 14px; top: 50%; width: 10px; height: 10px; margin-top: -5px; border-radius: 50%; background: var(--persimmon); box-shadow: 0 0 0 4px rgba(196,83,44,.22); }
.price-tag:hover { color: var(--cocoa); transform: scale(1.05); animation-play-state: paused; }
.price-tag__name { font-weight: 600; font-size: 14px; }
.price-tag__price { font-size: 13px; color: var(--ink2); }
.price-tag--1 { top: 12%; right: 0; }
.price-tag--2 { bottom: 17%; right: 22%; animation-delay: -2.5s; }
@keyframes bob { 50% { transform: translateY(-8px); } }

.marquee { grid-column: 1 / -1; overflow: hidden; margin: 8px calc(var(--gutter) * -1) 0; padding: 18px 0; border-block: 1.5px dashed var(--line-strong); }
.marquee__track { display: flex; align-items: center; gap: 28px; width: max-content; animation: slide 48s linear infinite; }
.marquee span { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1, "opsz" 144; font-size: clamp(34px, 4.6vw, 72px); line-height: 1; color: transparent; -webkit-text-stroke: 1.3px var(--cocoa); white-space: nowrap; }
.marquee span:nth-of-type(3n+1) { color: var(--persimmon); -webkit-text-stroke: 0; font-style: italic; }
.marquee i { width: 22px; height: 22px; border-radius: 40%; background: var(--persimmon); box-shadow: var(--puff-shadow); flex: none; }
.marquee i:nth-of-type(2n) { background: var(--sage); border-radius: 50%; }
.marquee i:nth-of-type(3n) { background: var(--butter); }

@media (max-width: 900px) {
	.hero { grid-template-columns: 1fr; min-height: 0; }
	.hero__copy { padding-bottom: 28px; }
	.hero__title { margin-right: 0; font-size: clamp(56px, 16vw, 104px); }
	.hero__stage { min-height: 0; aspect-ratio: 4 / 4.4; margin: 0 -4px; }
	.hero__panel { inset: 6% 0 4% 14%; border-radius: 44px; }
	.hero__frame { inset: 0 8% 10% 0; border-radius: 999px 999px 32px 32px; }
	.hero__badge { left: auto; right: 2%; bottom: 0; width: 104px; }
	.price-tag { padding: 9px 14px 9px 30px; border-radius: 16px; }
	.price-tag--1 { top: 6%; right: 0; }
	.price-tag--2 { display: none; }
}

/* ---------- Section scaffolding ---------- */
.families, .squeeze, .rail-wrap, .anatomy, .lookbook, .palette, .promises, .related, .pdp-story { max-width: var(--maxw); margin: 0 auto; padding: clamp(64px, 9vw, 140px) var(--gutter) 0; }
.section-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 56px); }
.section-head__note { color: var(--ink2); max-width: 52ch; margin-top: 18px; }
.section-head--row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* ---------- Families bento ---------- */
.families__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: clamp(64px, 7.4vw, 112px); gap: clamp(12px, 1.6vw, 22px); }
.family { position: relative; display: block; text-decoration: none; color: var(--cocoa); }
.family__img { position: absolute; inset: 0; overflow: hidden; background: var(--oat); transition: border-radius .6s var(--ease-boing), transform .5s var(--ease-boing); }
.family__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.family:hover .family__img { transform: scale(.985); }
.family:hover .family__img img { transform: scale(1.06); }
.family__label { position: absolute; left: 16px; bottom: 16px; display: grid; gap: 2px; padding: 12px 18px; border-radius: 20px; background: var(--paper); box-shadow: 0 14px 30px -18px rgba(42,31,27,.6); transform: rotate(-2deg); transition: transform .4s var(--ease-boing); max-width: calc(100% - 32px); }
.family:hover .family__label { transform: rotate(0) translateY(-4px); }
.family__count { font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--persimmon-ink); }
.family__name { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-size: clamp(20px, 1.8vw, 28px); line-height: 1.05; }
.family__from { font-size: 13px; color: var(--ink2); }
.family--a { grid-column: 1 / 6; grid-row: 1 / 7; }
.family--a .family__img { border-radius: 999px 999px 36px 36px; }
.family--b { grid-column: 6 / 10; grid-row: 2 / 5; }
.family--b .family__img { border-radius: var(--blob-1); }
.family--c { grid-column: 10 / 13; grid-row: 1 / 4; }
.family--c .family__img { border-radius: 50%; }
.family--c .family__label { transform: rotate(3deg); left: 0; }
.family--d { grid-column: 10 / 13; grid-row: 4 / 8; }
.family--d .family__img { border-radius: 36px 36px 999px 999px; }
.family--d .family__label { bottom: auto; top: 16px; }
.family--e { grid-column: 6 / 10; grid-row: 5 / 8; }
.family--e .family__img { border-radius: 40px; }
.family:hover .family__img { border-radius: var(--blob-2); }
.families__note { grid-column: 1 / 6; grid-row: 7 / 8; display: flex; align-items: center; gap: 16px; padding: 8px 4px; }
.families__note p { margin: 0; color: var(--ink2); font-size: 15px; max-width: 40ch; }
.families__note .mark { flex: none; animation: spin 18s linear infinite; }
@media (max-width: 900px) {
	.families__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
	.family { aspect-ratio: 3 / 4; grid-column: auto !important; grid-row: auto !important; }
	.family--a { grid-column: 1 / -1 !important; aspect-ratio: 4 / 4.2; }
	.family--c { aspect-ratio: 1; align-self: center; }
	.family__label { left: 10px; bottom: 10px; padding: 9px 12px; max-width: calc(100% - 20px); }
	.family--d .family__label { top: auto; bottom: 10px; }
	.family__from { display: none; }
	.families__note { grid-column: 1 / -1 !important; grid-row: auto !important; }
}

/* ---------- Squeeze ---------- */
.squeeze { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 6vw, 96px); align-items: center; }
.squeeze__img { margin: 0; aspect-ratio: 4 / 3.6; position: relative; }
.squeeze__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.squeeze__video.is-playing { opacity: 1; }
.puff-mask { overflow: hidden; border-radius: var(--blob-1); background: var(--oat); }
.puff-mask img { width: 100%; height: 100%; object-fit: cover; }
.puff-mask--2 { border-radius: var(--blob-2); }
.puff-mask--3 { border-radius: var(--blob-3); }
.principles { list-style: none; margin: 32px 0; display: grid; gap: 20px; }
.principles li { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding-bottom: 20px; border-bottom: 1.5px dashed var(--line-strong); }
.principles__n { font-family: var(--f-display); font-size: 22px; color: var(--persimmon-ink); font-variation-settings: "SOFT" 100, "WONK" 1; }
.principles h3 { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-size: 26px; margin-bottom: 6px; }
.principles p { margin: 0; color: var(--ink2); }
.press {
	width: 132px; height: 132px; border: 0; border-radius: 46% 54% 50% 50% / 52% 48% 52% 48%;
	background: radial-gradient(60% 55% at 35% 30%, #F0A07F, var(--persimmon) 60%, #9E4222);
	box-shadow: var(--puff-shadow), 0 26px 40px -24px rgba(42,31,27,.8);
	color: #fff; font: 700 13px var(--f-body); letter-spacing: .16em; text-transform: uppercase;
	transition: transform .5s var(--ease-boing), border-radius .5s var(--ease-boing);
}
.press:hover { border-radius: 52% 48% 44% 56% / 46% 54% 46% 54%; }
.press:active, .press.is-pressed { transform: scale(1.12, .74) translateY(14px); transition-duration: .12s; }
@media (max-width: 900px) { .squeeze { grid-template-columns: 1fr; } .press { width: 108px; height: 108px; } }

/* ---------- Product cards ---------- */
.card { position: relative; }
.card__link { display: block; text-decoration: none; color: var(--cocoa); }
.card__link:hover { color: var(--cocoa); }
.card__media { position: relative; display: block; aspect-ratio: 3 / 4; border-radius: var(--r); overflow: hidden; background: var(--oat); transition: border-radius .6s var(--ease-boing), transform .5s var(--ease-boing); }
.card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .5s ease, transform .8s ease; }
.card__img--alt { opacity: 0; }
@media (hover: hover) {
	.card__link:hover .card__media { border-radius: 42% 58% 36% 64% / 30% 32% 68% 70%; transform: scale(.985); }
	.card__link:hover .card__img--alt { opacity: 1; }
	.card__link:hover .card__img { transform: scale(1.04); }
}
.card__body { display: grid; gap: 4px; padding: 14px 4px 0; }
.card__cat { font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink2); }
.card__title { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-size: clamp(19px, 1.5vw, 23px); line-height: 1.12; }
.card__meta { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 12px; }
.card__price { font-weight: 600; }
.card__colour { font-size: 13px; color: var(--ink2); }
.price-code { font-size: .78em; font-weight: 600; letter-spacing: .04em; opacity: .75; margin-left: 2px; }
.woocommerce-Price-amount bdi { white-space: nowrap; }

/* ---------- Rail ---------- */
.rail { display: flex; gap: clamp(14px, 1.8vw, 26px); overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px var(--gutter) 64px; margin: 0 calc(var(--gutter) * -1); scrollbar-width: thin; scrollbar-color: var(--persimmon) transparent; }
.rail .card { flex: 0 0 clamp(230px, 24vw, 320px); scroll-snap-align: start; }
.rail .card:nth-child(even) { margin-top: 56px; }
.rail .card:nth-child(3n) .card__media { border-radius: 999px 999px var(--r) var(--r); }

/* ---------- Macro band ---------- */
.macro { padding-top: clamp(64px, 9vw, 140px); overflow: hidden; }
.macro__img { height: clamp(240px, 34vw, 520px); overflow: hidden; }
.macro__img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform .2s linear; will-change: transform; }
.macro__text { max-width: var(--maxw); margin: -.42em auto 0; padding: 0 var(--gutter); font-size: clamp(54px, 10.5vw, 188px); line-height: .9; position: relative; }
.macro__text span { color: var(--cocoa); }

/* ---------- Anatomy ---------- */
.anatomy { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 6vw, 96px); align-items: center; }
.anatomy__copy p { color: var(--ink2); max-width: 44ch; margin: 18px 0 26px; }
.anatomy__figure { position: relative; margin: 0; counter-reset: hs; }
.anatomy__img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 48px; background: var(--oat); }
.hotspots { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin-top: 20px; }
.hs { display: flex; gap: 10px; font-size: 14px; color: var(--ink2); counter-increment: hs; }
.hs::before { content: counter(hs); flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--cocoa); color: var(--milk); font-size: 12px; font-weight: 700; display: grid; place-items: center; }
.hs b { color: var(--cocoa); }
.hs__dot { position: absolute; width: 34px; height: 34px; border-radius: 50%; background: var(--paper); color: var(--cocoa); font-weight: 700; font-size: 14px; display: grid; place-items: center; box-shadow: 0 0 0 6px rgba(247,241,232,.45), 0 8px 18px -8px rgba(42,31,27,.7); animation: pulse 2.6s ease-in-out infinite; }
.hs--1 .hs__dot { left: 47%; top: 18%; }
.hs--2 .hs__dot { left: 30%; top: 55%; animation-delay: -.6s; }
.hs--3 .hs__dot { left: 68%; top: 40%; animation-delay: -1.2s; }
.hs--4 .hs__dot { left: 52%; top: 72%; animation-delay: -1.8s; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(247,241,232,.2), 0 8px 18px -8px rgba(42,31,27,.7); } }
@media (max-width: 900px) { .anatomy { grid-template-columns: 1fr; } .anatomy__figure { order: -1; } }

/* ---------- Lookbook collage ---------- */
.collage { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: clamp(60px, 6.4vw, 96px); gap: clamp(12px, 1.6vw, 22px); }
.collage figure { margin: 0; position: relative; }
.collage img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r); }
.collage figcaption { position: absolute; left: 12px; bottom: 12px; background: var(--paper); padding: 6px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 600; box-shadow: 0 10px 20px -14px rgba(42,31,27,.6); max-width: calc(100% - 24px); }
.collage__a { grid-column: 1 / 5; grid-row: 1 / 6; transform: rotate(-1.6deg); }
.collage__a img { border-radius: 999px 999px var(--r) var(--r); }
.collage__b { grid-column: 5 / 9; grid-row: 2 / 7; }
.collage__c { grid-column: 9 / 13; grid-row: 1 / 5; transform: rotate(1.4deg); }
.collage__c img { border-radius: var(--blob-2); }
.collage__d { grid-column: 9 / 12; grid-row: 5 / 9; }
.collage__quote { grid-column: 1 / 8; grid-row: 7 / 9; align-self: center; margin: 0; font-size: clamp(30px, 3.6vw, 56px); line-height: 1.02; }
@media (max-width: 900px) {
	.collage { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
	.collage figure { grid-column: auto !important; grid-row: auto !important; aspect-ratio: 2 / 3; transform: none; }
	.collage__b { margin-top: 40px; }
	.collage__d { margin-top: -40px; }
	.collage__quote { grid-column: 1 / -1 !important; grid-row: auto !important; padding: 12px 0; }
}

/* ---------- Palette ---------- */
.palette { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 6vw, 96px); align-items: center; }
.palette__img { aspect-ratio: 16 / 11; }
.chips { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 10px 14px; margin: 28px 0 18px; }
.chips li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; }
.chip { width: 30px; height: 30px; border-radius: 42% 58% 50% 50%; background: var(--c); box-shadow: var(--puff-shadow); flex: none; }
@media (max-width: 900px) { .palette { grid-template-columns: 1fr; } }

/* ---------- Promises ---------- */
.promises { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding-bottom: clamp(64px, 9vw, 120px); }
.promise { padding: 26px 24px; border-radius: 30px; background: var(--paper); border: 1.5px solid var(--line); display: grid; align-content: start; gap: 10px; }
.promise:nth-child(1) { border-radius: 30px 30px 30px 80px; }
.promise:nth-child(2) { background: var(--oat); }
.promise:nth-child(3) { border-radius: 80px 30px 30px 30px; }
.promise:nth-child(4) { background: var(--butter); border-color: transparent; }
.promise .icon { color: var(--persimmon-ink); }
.promise h3 { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-size: 24px; }
.promise p { margin: 0; color: var(--ink2); font-size: 15px; }
.promise:nth-child(4) p { color: var(--cocoa); }
.promise > a, .promise .link-btn { font-weight: 600; font-size: 14px; justify-self: start; }
@media (max-width: 1000px) { .promises { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .promises { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--cocoa); color: var(--milk); position: relative; overflow: hidden; margin-top: clamp(64px, 8vw, 120px); }
.stitch--footer { position: absolute; top: 14px; left: 0; right: 0; color: var(--persimmon-soft); opacity: .7; }
.footer-top { max-width: var(--maxw); margin: 0 auto; padding: clamp(56px, 7vw, 96px) var(--gutter) 40px; display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; }
.footer-intro .display em { color: var(--persimmon-soft); }
.footer-intro p { color: rgba(247,241,232,.78); max-width: 42ch; }
.footer-intro .display { color: var(--milk); margin-bottom: 18px; }
.site-footer a { color: var(--milk); }
.site-footer a:hover { color: var(--persimmon-soft); }
.contact-lines { list-style: none; display: grid; gap: 8px; margin: 18px 0; }
.contact-lines li { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.site-footer .fine { color: rgba(247,241,232,.7); }
.footer-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.footer-h { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--persimmon-soft); margin-bottom: 14px; }
.footer-cols ul { list-style: none; display: grid; gap: 4px; }
.footer-cols a { text-decoration: none; display: inline-block; padding: 5px 0; font-size: 15px; }
.footer-cols a:hover { text-decoration: underline; }
.footer-wordmark { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1, "opsz" 144; font-weight: 600; font-size: 19vw; line-height: .76; letter-spacing: -.03em; color: var(--persimmon); text-align: center; margin: 0 0 -.1em; user-select: none; white-space: nowrap; }
.footer-bottom { position: relative; background: var(--cocoa); max-width: var(--maxw); margin: 0 auto; padding: 22px var(--gutter) 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; font-size: 13.5px; color: rgba(247,241,232,.78); }
.footer-bottom p { margin: 0; }
.footer-bottom__right { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.footer-bottom .locale-btn { color: var(--milk); border-color: rgba(247,241,232,.4); }
.pay-marks { list-style: none; display: flex; gap: 6px; flex-wrap: wrap; }
.pay-mark { font-size: 11.5px; font-weight: 700; padding: 5px 9px; border-radius: 8px; background: var(--milk); color: var(--cocoa); }
@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .footer-cols { grid-template-columns: 1fr 1fr; } .footer-cols > div:last-child { grid-column: 1 / -1; } }

/* ---------- Cookie note + toast ---------- */
.cookie-note, .toast { position: fixed; z-index: 90; left: 16px; bottom: 16px; max-width: 420px; background: var(--paper); border-radius: 24px; padding: 18px 20px; box-shadow: 0 24px 50px -24px rgba(42,31,27,.65); border: 1.5px solid var(--line); display: flex; align-items: center; gap: 16px; animation: in-top .5s var(--ease-boing) reverse both; animation: pop .5s var(--ease-boing); }
.cookie-note p, .toast p { margin: 0; font-size: 14px; }
.toast { left: auto; right: 16px; flex-direction: column; align-items: flex-start; }
.toast__actions { display: flex; gap: 8px; }
@keyframes pop { from { transform: translateY(24px) scale(.96); opacity: 0; } }
@media (max-width: 560px) { .cookie-note, .toast { left: 12px; right: 12px; bottom: 12px; max-width: none; } }

/* ---------- Page hero + prose ---------- */
.page-hero { max-width: var(--maxw); margin: 0 auto; padding: clamp(40px, 6vw, 88px) var(--gutter) clamp(28px, 4vw, 56px); display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
.page-hero.has-image { grid-template-columns: 1.2fr .8fr; }
.page-hero h1 { font-size: clamp(44px, 6.4vw, 100px); }
.page-hero .lede { margin-top: 22px; }
.page-hero__img { margin: 0; aspect-ratio: 4 / 3.4; }
@media (max-width: 860px) { .page-hero.has-image { grid-template-columns: 1fr; } .page-hero__img { aspect-ratio: 16 / 11; } }
.prose-wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.prose-wrap.has-toc { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.toc { position: sticky; top: calc(var(--header-h) + 24px); padding: 20px; border-radius: 24px; background: var(--paper); border: 1.5px solid var(--line); }
.toc__h { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; }
.toc ol { list-style: none; display: grid; gap: 2px; counter-reset: t; }
.toc a { display: block; padding: 5px 0; font-size: 14px; text-decoration: none; color: var(--ink2); }
.toc a:hover, .toc a.is-active { color: var(--persimmon-ink); }
@media (max-width: 960px) { .prose-wrap.has-toc { grid-template-columns: minmax(0, 1fr); } .toc { position: static; } }
.prose { max-width: 74ch; font-size: 17px; line-height: 1.7; }
.prose h2 { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-size: clamp(26px, 2.4vw, 36px); margin: 2em 0 .6em; padding-bottom: 12px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12'%3E%3Cpath d='M0 6 C 15 0, 30 12, 45 6 S 75 0, 90 6 S 110 12, 120 6' fill='none' stroke='%23C4532C' stroke-width='2' stroke-dasharray='6 5' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x left bottom / 120px 10px; scroll-margin-top: calc(var(--header-h) + 20px); }
.prose h2:first-child, .prose .updated + h2 { margin-top: 0; }
.prose h3 { font-size: 19px; font-weight: 700; margin: 1.6em 0 .4em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .4em; }
.prose a { color: var(--persimmon-ink); }
.prose table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 1em 0 1.6em; font-size: 15.5px; border: 1.5px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--paper); }
.prose th, .prose td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose tr:last-child td { border-bottom: 0; }
.prose th { background: var(--oat); font-weight: 700; font-size: 14px; }
.table-scroll { overflow-x: auto; }
.updated { font-size: 14px; color: var(--ink2); }
.callout { padding: 20px 22px; border-radius: 22px; background: var(--oat); margin: 1.4em 0; }
.callout p:last-child { margin: 0; }
.legal-card { padding: 28px; border-radius: 28px; background: var(--paper); border: 1.5px solid var(--line); }
.legal-card dl { display: grid; grid-template-columns: minmax(140px, 220px) 1fr; gap: 12px 20px; margin: 0; }
.legal-card dt { font-weight: 700; }
.legal-card dd { margin: 0; }
@media (max-width: 560px) { .legal-card dl { grid-template-columns: 1fr; gap: 2px; } .legal-card dd { margin-bottom: 12px; } }
.faq details { border-bottom: 1.5px dashed var(--line-strong); }
.faq summary { cursor: pointer; list-style: none; padding: 18px 40px 18px 0; font-weight: 600; font-size: 18px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 26px; font-weight: 400; color: var(--persimmon-ink); transition: transform .3s var(--ease-boing); }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details > div { padding-bottom: 18px; }

/* ---------- Contact ---------- */
.contact-grid { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(24px, 5vw, 72px); align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { padding: 24px; border-radius: 28px; background: var(--paper); border: 1.5px solid var(--line); }
.contact-card--mail { background: var(--butter); border-color: transparent; border-radius: 28px 28px 28px 72px; }
.contact-card h2 { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-size: 26px; margin: 10px 0 4px; }
.contact-card p { margin: 0 0 6px; font-weight: 600; font-size: 17px; }
.contact-card .fine { font-weight: 400; font-size: 14px; }
.contact-card .icon { color: var(--persimmon-ink); }
.contact-form-wrap { padding: clamp(24px, 3vw, 40px); border-radius: 36px; background: var(--paper); border: 1.5px solid var(--line); }
.contact-form-wrap h2 { margin-bottom: 24px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- About ---------- */
.about-hero { max-width: var(--maxw); margin: 0 auto; padding: clamp(40px, 6vw, 88px) var(--gutter) 0; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; }
.about-hero .eyebrow { grid-column: 1 / -1; margin: 0; }
.about-hero h1 { line-height: .92; }
.about-hero__puff { display: inline-block; background: var(--butter); padding: 0 .18em; border-radius: .5em; box-shadow: var(--puff-shadow); transform: rotate(-2deg); }
.about-hero__img { margin: 0; aspect-ratio: 4 / 3.6; }
.about-split { max-width: var(--maxw); margin: 0 auto; padding: clamp(56px, 8vw, 120px) var(--gutter) 0; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 6vw, 96px); align-items: center; }
.about-split__text p { color: var(--ink2); font-size: 17px; }
.about-split__text h2 { margin-bottom: 20px; }
.about-split__img { margin: 0; }
.about-split__img img { width: 100%; border-radius: 36px; }
.about-split--rev .about-split__img { aspect-ratio: 3 / 4; }
.about-principles { max-width: var(--maxw); margin: 0 auto; padding: clamp(56px, 8vw, 120px) var(--gutter) 0; }
.about-principles h2 { margin-bottom: 36px; }
.about-principles__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ap { padding: 28px 24px; border-radius: 30px; background: var(--paper); border: 1.5px solid var(--line); }
.ap--1 { background: var(--persimmon-btn); color: #fff; border-color: transparent; border-radius: 999px 999px 30px 30px; padding-top: 48px; }
.ap--2 { margin-top: 48px; }
.ap--3 { background: var(--sage); border-color: transparent; border-radius: 30px 30px 999px 999px; padding-bottom: 60px; }
.ap--4 { margin-top: 24px; background: var(--oat); }
.ap__n { display: block; font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-size: 34px; margin-bottom: 10px; }
.ap p { margin: 0; font-size: 15.5px; }
.about-cta { max-width: var(--maxw); margin: 0 auto; padding: clamp(56px, 8vw, 120px) var(--gutter) 0; text-align: center; }
.about-cta__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
@media (max-width: 900px) {
	.about-hero, .about-split { grid-template-columns: 1fr; }
	.about-principles__grid { grid-template-columns: 1fr 1fr; }
	.ap--2, .ap--4 { margin-top: 0; }
	.about-split--rev .about-split__img { order: -1; }
}
@media (max-width: 520px) { .about-principles__grid { grid-template-columns: 1fr; } }

/* ---------- Shop ---------- */
.shop { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.shop-hero { display: grid; grid-template-columns: 1.3fr .7fr; gap: 32px; align-items: end; padding: clamp(24px, 4vw, 56px) 0 clamp(24px, 3vw, 40px); }
.shop-hero h1 { margin: 10px 0 18px; }
.shop-hero__img { margin: 0; aspect-ratio: 4 / 3.3; }
@media (max-width: 760px) { .shop-hero { grid-template-columns: 1fr; } .shop-hero__img { aspect-ratio: 16 / 9; order: -1; } }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; font-size: 13.5px; color: var(--ink2); }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; opacity: .5; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.shop-bar { position: sticky; top: var(--header-h); z-index: 20; background: var(--milk); display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-block: 1.5px dashed var(--line-strong); margin-bottom: clamp(24px, 3vw, 40px); }
.chips-nav { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 2px; }
.chips-nav::-webkit-scrollbar { display: none; }
.shop-bar__right { display: flex; align-items: center; gap: 14px; flex: none; }
.result-n { margin: 0; font-size: 14px; color: var(--ink2); white-space: nowrap; }
.woocommerce-ordering { margin: 0; }
.woocommerce-ordering select { appearance: none; -webkit-appearance: none; min-height: 40px; padding: 8px 38px 8px 16px; border-radius: 999px; border: 1.5px solid var(--line-strong); background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232A1F1B' stroke-width='1.8'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center / 16px; font-weight: 600; font-size: 14px; }
@media (max-width: 760px) {
	.shop-bar { flex-direction: column; align-items: stretch; gap: 10px; position: static; }
	.shop-bar__right { justify-content: space-between; }
}
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3vw, 44px) clamp(16px, 2vw, 28px); }
.grid--shop { padding-bottom: 72px; }
@media (min-width: 1000px) {
	.grid--shop > :nth-child(3n+2) { transform: translateY(56px); }
}
.grid--related { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1000px) { .grid, .grid--related { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 380px) { .card__title { font-size: 17px; } }
.grid-note { border-radius: var(--r); background: var(--butter); padding: 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; min-height: 100%; aspect-ratio: 3 / 4; }
.grid-note .display { margin: 0; }
.grid-feature { grid-column: span 2; margin: 0; position: relative; border-radius: var(--r); overflow: hidden; min-height: 320px; }
.grid-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.grid-feature figcaption { position: absolute; left: 20px; bottom: 20px; right: 20px; background: var(--paper); padding: 14px 18px; border-radius: 18px; font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.2; max-width: 30ch; }
@media (max-width: 1000px) { .grid-note { aspect-ratio: auto; grid-column: span 2; min-height: 0; flex-direction: row; align-items: center; } }
.woocommerce-pagination { display: flex; justify-content: center; padding: 20px 0 0; }
.woocommerce-pagination ul { list-style: none; display: flex; gap: 8px; }
.woocommerce-pagination a, .woocommerce-pagination span { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 999px; border: 1.5px solid var(--line-strong); text-decoration: none; font-weight: 600; }
.woocommerce-pagination .current { background: var(--cocoa); color: var(--milk); border-color: var(--cocoa); }
.empty-state { text-align: center; padding: 60px 20px; display: grid; justify-items: center; gap: 12px; }
.empty-state p { color: var(--ink2); max-width: 46ch; }
.mark--float { animation: bob 4s ease-in-out infinite; }

/* ---------- Single product ---------- */
.pdp { max-width: var(--maxw); margin: 0 auto; padding: 20px var(--gutter) 0; }
.pdp .crumbs { margin-bottom: 18px; }
.pdp__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr); gap: clamp(24px, 4.5vw, 72px); align-items: start; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gallery__item { margin: 0; position: relative; }
.gallery__item--1, .gallery__item--4 { grid-column: 1 / -1; }
.gallery__zoom { display: block; width: 100%; padding: 0; border: 0; background: var(--oat); border-radius: var(--r); overflow: hidden; cursor: zoom-in; }
.gallery__item--1 .gallery__zoom { border-radius: 40px; }
.gallery__item--2 .gallery__zoom { border-radius: 999px 999px var(--r) var(--r); }
.gallery__item--3 .gallery__zoom { border-radius: var(--r) var(--r) 999px 999px; }
.gallery__zoom img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .8s ease; }
.gallery__item--4 .gallery__zoom img { aspect-ratio: 4 / 3; }
.gallery__zoom:hover img { transform: scale(1.03); }
.gallery__item figcaption { position: absolute; left: 14px; top: 14px; background: rgba(251,248,243,.92); padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.gallery__count { display: none; }
@media (max-width: 900px) {
	.pdp__grid { grid-template-columns: 1fr; }
	.pdp__gallery { position: relative; margin: 0 calc(var(--gutter) * -1); }
	.gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; padding: 0 var(--gutter); scrollbar-width: none; }
	.gallery::-webkit-scrollbar { display: none; }
	.gallery__item { flex: 0 0 86%; scroll-snap-align: center; }
	.gallery__zoom, .gallery__item--1 .gallery__zoom, .gallery__item--2 .gallery__zoom, .gallery__item--3 .gallery__zoom { border-radius: 28px; }
	.gallery__item--4 .gallery__zoom img { aspect-ratio: 3 / 4; }
	.gallery__count { display: block; position: absolute; right: calc(var(--gutter) + 10px); bottom: 12px; background: var(--cocoa); color: var(--milk); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; margin: 0; }
}
.pdp__sticky { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 14px; }
.pdp__sticky > .pill { justify-self: start; }
.pdp__title { font-size: clamp(38px, 4vw, 60px); line-height: .98; }
.pdp__price { font-size: 22px; font-weight: 600; }
.pdp__meta { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 0; font-size: 14px; color: var(--ink2); }
.pdp__summary p { font-size: 17px; margin: 0; }
.pdp__note { margin: 0; }
form.cart { display: grid; gap: 14px; padding: 18px; border-radius: 28px; background: var(--paper); border: 1.5px solid var(--line); }
form.cart:not(.variations_form), .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; }
.variations_form { display: grid; }
table.variations { border: 0; width: 100%; border-collapse: collapse; }
table.variations tr { display: grid; gap: 8px; }
table.variations th, table.variations td { padding: 0; text-align: left; }
table.variations th label { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
table.variations select { width: 100%; min-height: 50px; padding: 12px 40px 12px 16px; border-radius: 16px; border: 1.5px solid var(--line-strong); background: var(--milk) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232A1F1B' stroke-width='1.8'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E") no-repeat right 14px center / 18px; appearance: none; -webkit-appearance: none; font-weight: 600; }
table.variations select.is-enhanced { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; }
.size-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.size-pill { min-height: 46px; padding: 8px 18px; border-radius: 999px; border: 1.5px solid var(--line-strong); background: var(--milk); font-weight: 600; font-size: 14.5px; }
.size-pill[aria-pressed="true"] { background: var(--cocoa); color: var(--milk); border-color: var(--cocoa); }
.reset_variations { font-size: 13px; margin-top: 6px; display: inline-block; }
.woocommerce-variation-price { font-weight: 600; }
.woocommerce-variation-availability p, .stock { margin: 0; font-size: 14px; }
.quantity { display: inline-flex; align-items: center; border: 1.5px solid var(--line-strong); border-radius: 999px; background: var(--milk); height: 54px; padding: 0 4px; }
.quantity .qty { width: 44px; border: 0; background: transparent; text-align: center; font-weight: 700; font-size: 16px; -moz-appearance: textfield; appearance: textfield; }
.quantity .qty::-webkit-inner-spin-button, .quantity .qty::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.qty-btn { width: 40px; height: 40px; border-radius: 50%; border: 0; background: transparent; display: grid; place-items: center; }
.qty-btn:hover { background: var(--oat); }
.single_add_to_cart_button { flex: 1; min-height: 54px; border: 0; border-radius: 999px; background: var(--persimmon-btn); color: #fff; font-weight: 700; font-size: 16px; padding: 12px 24px; box-shadow: var(--puff-shadow); transition: transform .35s var(--ease-boing), background .2s; }
.single_add_to_cart_button:hover { background: #9E4222; transform: translateY(-2px); }
.single_add_to_cart_button:active { transform: scale(.96, .9); }
.single_add_to_cart_button.disabled, .single_add_to_cart_button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.assure { list-style: none; display: grid; gap: 10px; padding: 4px 4px 0; }
.assure li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink2); }
.assure .icon { flex: none; color: var(--persimmon-ink); margin-top: 2px; }
.assure a { color: var(--cocoa); }
.accordion { border-top: 1.5px dashed var(--line-strong); }
.accordion details { border-bottom: 1.5px dashed var(--line-strong); }
.accordion summary { list-style: none; cursor: pointer; padding: 16px 32px 16px 0; font-weight: 700; position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 400; color: var(--persimmon-ink); transition: transform .3s var(--ease-boing); }
.accordion details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.accordion details > p { padding-bottom: 16px; margin: 0; font-size: 15px; color: var(--ink2); }
.specs { margin: 0 0 16px; display: grid; }
.specs > div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.specs > div:last-child { border: 0; }
.specs dt { font-weight: 600; }
.specs dd { margin: 0; color: var(--ink2); }
.pdp-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 6vw, 96px); align-items: center; }
.pdp-story__img { margin: 0; aspect-ratio: 1; }
.pdp-story__lede { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1, "opsz" 72; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.3; margin-top: 20px; }
@media (max-width: 900px) { .pdp-story { grid-template-columns: 1fr; } .pdp-story__img { aspect-ratio: 4 / 3; } }
.lightbox { position: fixed; inset: 0; z-index: 120; background: rgba(42,31,27,.92); display: grid; place-items: center; padding: 20px; animation: fade .25s; }
.lightbox img { max-height: 92vh; width: auto; border-radius: 20px; }
.lightbox__close { position: absolute; top: 14px; right: 14px; background: var(--milk); }

/* ---------- WooCommerce notices ---------- */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner {
	list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
	margin: 0 0 20px !important; padding: 16px 20px !important; border: 0 !important; border-radius: 20px !important; background: var(--paper) !important; box-shadow: inset 0 0 0 1.5px var(--line-strong); color: var(--cocoa) !important; font-size: 15px;
}
.woocommerce-message { background: #E4EAD5 !important; }
.woocommerce-error { background: #F6D5C9 !important; }
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before { display: none !important; }
.woocommerce-message .button, .woocommerce-info .button { order: 2; }
.pdp .woocommerce-notices-wrapper { margin-bottom: 8px; }

/* ---------- Cart / checkout / account ---------- */
.page-woo { max-width: var(--maxw); margin: 0 auto; padding: clamp(28px, 4vw, 56px) var(--gutter) 0; }
.woo-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: clamp(20px, 3vw, 36px); padding-bottom: 18px; border-bottom: 1.5px dashed var(--line-strong); }
.woo-head__note { display: inline-flex; align-items: center; gap: 8px; margin: 0; font-weight: 600; font-size: 14px; color: var(--ink2); }
.page-woo .button, .page-woo button.button, .page-woo input.button, .page-woo a.button, .woocommerce-message .button {
	display: inline-flex !important; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px !important; border-radius: 999px !important; border: 0 !important;
	background: var(--cocoa) !important; color: var(--milk) !important; font: 600 15px/1.2 var(--f-body) !important; text-decoration: none; transition: transform .3s var(--ease-boing);
}
.page-woo .button:hover { transform: translateY(-2px); }
.page-woo .button.alt, .page-woo .checkout-button, .page-woo #place_order { background: var(--persimmon-btn) !important; color: #fff !important; box-shadow: var(--puff-shadow); min-height: 56px; font-size: 16px !important; width: 100%; }
.page-woo .button:disabled, .page-woo .button.disabled { opacity: .5 !important; }
.page-woo input.input-text, .page-woo textarea, .page-woo select, .page-woo .select2-container .select2-selection--single {
	min-height: 50px; padding: 12px 16px; border-radius: 16px !important; border: 1.5px solid var(--line-strong) !important; background: var(--paper); width: 100%; box-shadow: none;
}
.page-woo .select2-container .select2-selection--single { display: flex; align-items: center; height: 50px; }
.page-woo .select2-container--default .select2-selection--single .select2-selection__arrow { height: 48px; right: 8px; }
.page-woo label { font-weight: 600; font-size: 14px; }
.page-woo .form-row { margin-bottom: 14px; padding: 0; }
.page-woo table.shop_table { border: 1.5px solid var(--line) !important; border-radius: 24px !important; background: var(--paper); border-collapse: separate; overflow: hidden; }
.page-woo table.shop_table th, .page-woo table.shop_table td { border-top: 1px solid var(--line) !important; padding: 14px 16px !important; }
.page-woo table.shop_table thead th { border-top: 0 !important; background: var(--oat); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.page-woo table.cart img { width: 84px !important; border-radius: 14px; }
.page-woo .product-name a { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-size: 20px; text-decoration: none; }
.page-woo a.remove { color: var(--persimmon-ink) !important; border-radius: 50%; }
.page-woo a.remove:hover { background: var(--persimmon-btn) !important; color: #fff !important; }
.page-woo .cart-collaterals .cart_totals, .page-woo #order_review, .page-woo .woocommerce-checkout-review-order { background: transparent; }
.page-woo .cart_totals h2, .page-woo #order_review_heading, .page-woo .woocommerce-billing-fields h3, .page-woo .woocommerce-additional-fields h3, .page-woo #ship-to-different-address, .page-woo .woocommerce-order-details__title, .page-woo .woocommerce-column__title {
	font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-weight: 500; font-size: 28px; margin: 0 0 16px;
}
.page-woo #payment { background: var(--oat) !important; border-radius: 24px !important; }
.page-woo #payment div.payment_box { background: var(--paper) !important; border-radius: 16px; }
.page-woo #payment div.payment_box::before { border-bottom-color: var(--paper) !important; }
.page-woo .woocommerce-privacy-policy-text p, .checkout-note { font-size: 13.5px; color: var(--ink2); }
.checkout-note { margin: 12px 0; }
.page-woo .coupon .input-text { width: auto; min-width: 160px; }
.page-woo .woocommerce-form-coupon-toggle .woocommerce-info { background: var(--paper) !important; }
.page-woo .quantity { height: 46px; }
@media (min-width: 1000px) {
	.page-woo form.checkout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 0 56px; align-items: start; }
	.page-woo form.checkout > .woocommerce-NoticeGroup { grid-column: 1 / -1; }
	.page-woo form.checkout #customer_details { grid-column: 1; grid-row: 1 / span 3; }
	.page-woo form.checkout #customer_details .col-1, .page-woo form.checkout #customer_details .col-2 { width: 100%; float: none; }
	.page-woo form.checkout #order_review_heading, .page-woo form.checkout #order_review { grid-column: 2; }
	.page-woo form.checkout #order_review { position: sticky; top: calc(var(--header-h) + 20px); }
}
.page-woo .woocommerce-MyAccount-navigation ul { list-style: none; display: grid; gap: 6px; }
.page-woo .woocommerce-MyAccount-navigation a { display: block; padding: 10px 16px; border-radius: 999px; text-decoration: none; font-weight: 600; }
.page-woo .woocommerce-MyAccount-navigation .is-active a { background: var(--cocoa); color: var(--milk); }
.page-woo .woocommerce form.login, .page-woo .woocommerce form.register { border: 1.5px solid var(--line) !important; border-radius: 28px !important; background: var(--paper); padding: 28px !important; }
.page-woo .u-columns h2 { font-family: var(--f-display); font-variation-settings: "SOFT" 100, "WONK" 1; font-weight: 500; font-size: 30px; margin-bottom: 16px; }
.page-woo .return-to-shop { text-align: center; }

/* ---------- 404 ---------- */
.notfound { max-width: var(--maxw); margin: 0 auto; padding: clamp(40px, 6vw, 88px) var(--gutter) 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.notfound__img { margin: 0; aspect-ratio: 1; }
.notfound p { color: var(--ink2); font-size: 18px; margin: 18px 0 28px; }
@media (max-width: 860px) { .notfound { grid-template-columns: 1fr; } }

/* ---------- Motion ---------- */
.reveal { opacity: 0; translate: 0 28px; transition: opacity .8s ease, translate .9s var(--ease-boing); }
.reveal.is-in { opacity: 1; translate: 0 0; }
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
	.reveal { opacity: 1; translate: none; }
}

/* GTranslate: hide Google's injected banner/tooltip chrome */
body { top: 0 !important; }
.skiptranslate iframe, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }

/* Notices outside the product container get the page gutter */
.site-main > .woocommerce-notices-wrapper { max-width: var(--maxw); margin: 16px auto 0; padding: 0 var(--gutter); }
.woocommerce-message:focus, .woocommerce-error:focus, .woocommerce-info:focus, .woocommerce-notices-wrapper:focus { outline: none; }
.gt-langs { margin-bottom: 12px; }
.prose { min-width: 0; } .table-scroll { max-width: 100%; }
@media (max-width: 768px) {
	.page-woo .u-columns { display: grid; gap: 20px; }
	.page-woo .u-columns .u-column1, .page-woo .u-columns .u-column2 { width: 100% !important; float: none !important; }
	.page-woo table.shop_table_responsive tr td::before { font-weight: 700; }
	.page-woo table.cart td.product-thumbnail { display: block !important; text-align: left !important; }
}
.btn .price-code, .price-tag .price-code { opacity: 1; }
