:root {
  --bg: #f7f3ee;
  --bg-2: #efe8e0;
  --surface: #fffcf9;
  --surface-2: #f3ece5;
  --line: rgba(60,48,42,0.12);
  --line-2: rgba(60,48,42,0.20);
  --text: #3a2f2a;
  --muted: #6f6259;
  --faint: #97897f;
  --accent: #a8624f;
  --accent-ink: #8d4c3a;
  --accent-hi: #c07a63;
  --accent-soft: rgba(168,98,79,0.12);
  --deep: #3a2f2a;
  --inv-bg: #3a2f2a;
  --inv-fg: #f7f3ee;
  --sage: #8a9a84;
  --blush: #e8cfc6;
  --clay: #d9b8a4;
  --sand: #e6dcd0;
  --shadow: 0 18px 44px -22px rgba(60,48,42,0.30);
  --nav-bg: rgba(247,243,238,0.80);
  --overlay-bg: rgba(247,243,238,0.88);
  --backdrop: rgba(58,47,42,0.42);
  --hover: rgba(60,48,42,0.055);
  --dot: #3a2f2a;
  --threads-rgb: #c19c86;
  --radius: 4px;
  --radius-lg: 8px;
  --pill: 999px;
  --maxw: 1240px;
  --nav-h: 72px;
  --ease: cubic-bezier(0.22,1,0.36,1);
  --display: "Fraunces", Georgia, serif;
  --body: "DM Sans", system-ui, -apple-system, sans-serif;
}

:root[data-theme="dark"] {
  --bg: #17130f;
  --bg-2: #120f0c;
  --surface: #201a16;
  --surface-2: #2a231e;
  --line: rgba(255,246,238,0.11);
  --line-2: rgba(255,246,238,0.20);
  --text: #f2e9e1;
  --muted: #b3a599;
  --faint: #8d8076;
  --accent: #c88a72;
  --accent-ink: #dda58e;
  --accent-hi: #e6b49e;
  --accent-soft: rgba(200,138,114,0.16);
  --deep: #0f0c0a;
  --inv-bg: #f2e9e1;
  --inv-fg: #17130f;
  --shadow: 0 18px 44px -22px rgba(0,0,0,0.75);
  --nav-bg: rgba(23,19,15,0.82);
  --overlay-bg: rgba(18,15,12,0.90);
  --backdrop: rgba(0,0,0,0.62);
  --hover: rgba(255,246,238,0.07);
  --dot: #f2e9e1;
  --threads-rgb: #6b5445;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { background: var(--bg); }
body { margin: 0; background: transparent; color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.locked { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
svg { width: 1em; height: 1em; flex: none; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; line-height: 1.08; letter-spacing: -0.015em; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.eyebrow { font-family: var(--body); font-size: 11.5px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent-ink); margin: 0 0 18px; }

.btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 26px; border-radius: var(--pill); font-family: var(--body); font-weight: 500; font-size: 14.5px; letter-spacing: 0.01em; border: 1px solid transparent; transition: background .25s var(--ease), color .25s, border-color .25s, transform .25s var(--ease); }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--inv-bg); color: var(--inv-fg); }
.btn-primary:hover { background: var(--accent); color: #fff; }
.btn-line { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn-line:hover { border-color: var(--text); }
.btn-block { width: 100%; justify-content: center; }
.btn-sm { padding: 10px 18px; font-size: 13.5px; }

/* nav */
.nav { position: sticky; top: 0; z-index: 100; height: var(--nav-h); display: flex; align-items: center; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, backdrop-filter .3s; }
.nav.scrolled { background: var(--nav-bg); backdrop-filter: blur(14px) saturate(130%); border-bottom-color: var(--line); }
.nav .wrap { display: flex; align-items: center; gap: 24px; width: 100%; }
.brand { font-family: var(--display); font-size: 25px; font-weight: 400; letter-spacing: 0.02em; color: var(--text); }
.nav-links { display: flex; gap: 26px; margin: 0 auto; }
.nav-links a { font-size: 14px; letter-spacing: 0.04em; color: var(--muted); position: relative; padding: 4px 0; transition: color .2s; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--accent); transition: right .3s var(--ease); }
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-links a.active { color: var(--text); }
.nav-actions { display: flex; gap: 2px; }
.icon-btn { width: 42px; height: 42px; display: grid; place-items: center; border-radius: var(--pill); background: transparent; border: 1px solid transparent; color: var(--text); position: relative; transition: background .2s, border-color .2s; }
.icon-btn:hover { background: var(--hover); }
.icon-btn svg { width: 19px; height: 19px; }
.icon-btn[data-tip]::after { content: attr(data-tip); position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(4px); background: var(--inv-bg); color: var(--inv-fg); font-size: 11px; padding: 5px 9px; border-radius: 4px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .18s, transform .18s; z-index: 120; }
.icon-btn[data-tip]:hover::after { opacity: 1; transform: translateX(-50%) translateY(0); }
.cart-count { position: absolute; top: 5px; right: 5px; min-width: 16px; height: 16px; padding: 0 4px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 600; border-radius: var(--pill); display: grid; place-items: center; transform: scale(0); transition: transform .2s var(--ease); }
.cart-count.show { transform: scale(1); }
.hamburger { display: none; }

/* page load */
.pageload { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; background: var(--bg); animation: plHide .55s var(--ease) .75s forwards; }
.pageload .pl-mark { font-family: var(--display); font-size: clamp(34px, 7vw, 64px); letter-spacing: 0.06em; color: var(--text); overflow: hidden; }
.pageload .pl-mark span { display: inline-block; animation: plIn .8s var(--ease) both; }
.pageload::after { content: ""; position: absolute; left: 50%; top: 60%; transform: translateX(-50%); width: 0; height: 1px; background: var(--accent); animation: plRule .85s var(--ease) .15s forwards; }
@keyframes plIn { from { transform: translateY(105%); } to { transform: none; } }
@keyframes plRule { 0% { width: 0; opacity: 1; } 70% { width: 150px; opacity: 1; } 100% { width: 190px; opacity: 0; } }
@keyframes plHide { to { opacity: 0; visibility: hidden; } }

/* theme reveal */
::view-transition-old(root), ::view-transition-new(root) { animation: none; mix-blend-mode: normal; }
::view-transition-old(root) { z-index: 1; }
::view-transition-new(root) { z-index: 9999; }
:root.no-trans *, :root.no-trans *::before, :root.no-trans *::after { transition: none !important; }

/* hero */
.hero { position: relative; padding: 70px 0 96px; }
.hero .wrap { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 64px; align-items: center; }
.hero h1 { font-size: clamp(46px, 6.4vw, 86px); font-weight: 400; }
.hero h1 em { font-style: italic; color: var(--accent-ink); }
.hero .lead { font-size: 17px; color: var(--muted); max-width: 420px; margin: 26px 0 34px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-media { position: relative; aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; background: var(--sand); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .tagline { position: absolute; left: 20px; bottom: 20px; background: var(--surface); border-radius: var(--radius); padding: 12px 16px; font-size: 13px; box-shadow: var(--shadow); }
.hero-note { display: flex; gap: 26px; margin-top: 40px; font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); flex-wrap: wrap; }

/* tone strip signature */
.tones { display: flex; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tone { flex: 1; height: 74px; position: relative; transition: flex .5s var(--ease); cursor: default; }
.tone:hover { flex: 2.2; }
.tone span { position: absolute; left: 14px; bottom: 12px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(58,47,42,.55); opacity: 0; transition: opacity .3s; }
.tone:hover span { opacity: 1; }

/* sections */
.section { padding: 92px 0; }
.section-head { max-width: 620px; margin-bottom: 46px; }
.section-head.center { margin: 0 auto 52px; text-align: center; }
.section-head h2 { font-size: clamp(30px, 4.2vw, 52px); }
.section-head p { color: var(--muted); font-size: 16.5px; margin: 14px 0 0; }
.rail-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 34px; }
.rail-head h2 { font-size: clamp(27px, 3.4vw, 40px); }
.rail-link { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-ink); border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.rail-link:hover { color: var(--text); }

/* worlds */
.worlds { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.world { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 340px; display: flex; align-items: flex-end; padding: 32px; background: var(--surface-2); transition: transform .4s var(--ease); }
.world:hover { transform: translateY(-4px); }
.world .wbg { position: absolute; inset: 0; z-index: 0; }
.world .wbg img { width: 100%; height: 100%; object-fit: cover; }
.world .wbody { position: relative; z-index: 2; }
.world h3 { font-size: 34px; color: #fff; }
.world p { color: rgba(255,255,255,.82); font-size: 14.5px; margin: 8px 0 16px; max-width: 300px; }
.world .go { font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 3px; }
.world::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 30%, rgba(40,30,25,.72)); }

/* category chips */
.catrail { display: flex; gap: 10px; flex-wrap: wrap; }
.catchip { font-size: 13.5px; letter-spacing: 0.02em; color: var(--text); background: var(--surface); padding: 10px 18px; border: 1px solid var(--line); border-radius: var(--pill); transition: color .2s, border-color .2s, background .2s; }
.catchip:hover { color: var(--accent-ink); border-color: var(--accent); background: var(--accent-soft); }

/* product cards */
.grid { display: flex; flex-wrap: wrap; gap: 24px; }
.cols-4 > * { flex: 0 1 calc((100% - 24px * 3) / 4); }
.cols-3 > * { flex: 0 1 calc((100% - 24px * 2) / 3); }
.pcard { position: relative; display: flex; flex-direction: column; background: transparent; }
.pcard-media { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius); background: var(--surface-2); }
.pcard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.pcard:hover .pcard-media img { transform: scale(1.045); }
.badge { position: absolute; top: 12px; left: 12px; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 10px; border-radius: var(--pill); background: var(--surface); color: var(--text); }
.badge-sale { background: var(--accent); color: #fff; }
.pcard .add-btn { position: absolute; right: 12px; bottom: 12px; width: 40px; height: 40px; border-radius: var(--pill); display: grid; place-items: center; background: var(--surface); color: var(--text); border: none; box-shadow: var(--shadow); opacity: 0; transform: translateY(8px); transition: opacity .3s var(--ease), transform .3s var(--ease), background .2s, color .2s; }
.pcard:hover .add-btn { opacity: 1; transform: none; }
.add-btn:hover { background: var(--accent); color: #fff; }
.add-btn svg { width: 18px; height: 18px; }
.pcard-body { padding: 15px 2px 0; display: flex; flex-direction: column; gap: 5px; }
.pcard-cat { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); }
.pcard-title { font-family: var(--display); font-size: 18px; font-weight: 400; line-height: 1.25; }
.pcard-title a:hover { color: var(--accent-ink); }
.pcard-foot { display: flex; align-items: baseline; gap: 10px; margin-top: 2px; }
.price { font-size: 15px; letter-spacing: 0.01em; }
.price .was { color: var(--faint); text-decoration: line-through; margin-left: 7px; font-size: 13.5px; }
.stock { font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); }

/* editorial band */
.editorial { background: var(--bg-2); }
.ed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ed-media { aspect-ratio: 5/4; border-radius: var(--radius-lg); overflow: hidden; background: var(--sand); }
.ed-media img { width: 100%; height: 100%; object-fit: cover; }
.ed-body h2 { font-size: clamp(28px, 3.6vw, 46px); }
.ed-body p { color: var(--muted); margin: 18px 0 26px; max-width: 420px; }
.ed-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; }
.ed-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--muted); }
.ed-list li b { color: var(--text); font-weight: 500; }
.ed-list li svg { width: 17px; height: 17px; color: var(--accent); margin-top: 4px; }

/* trust */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.trust .t { padding: 34px 30px; border-left: 1px solid var(--line); }
.trust .t:first-child { border-left: none; padding-left: 0; }
.trust .t h4 { font-family: var(--display); font-size: 19px; font-weight: 400; margin: 0 0 8px; }
.trust .t p { color: var(--muted); font-size: 14px; margin: 0; }

/* shop */
.col-head { padding: 58px 0 30px; }
.col-head h1 { font-size: clamp(34px, 5vw, 58px); }
.col-head .lead { color: var(--muted); font-size: 16.5px; margin-top: 14px; }
.toolbar { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter { font-size: 13px; letter-spacing: 0.02em; padding: 9px 16px; border-radius: var(--pill); background: transparent; border: 1px solid var(--line); color: var(--muted); transition: all .2s; }
.filter:hover { color: var(--text); border-color: var(--line-2); }
.filter.active { background: var(--inv-bg); border-color: var(--inv-bg); color: var(--inv-fg); }

/* product-option pickers (PDP) */
.opt-group { margin: 4px 0 20px; }
.opt-label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); margin: 0 0 10px; }
.opt-btns { display: flex; flex-wrap: wrap; gap: 8px; }
.opt-btn { font-size: 13.5px; letter-spacing: 0.01em; padding: 9px 17px; border-radius: var(--pill); background: transparent; border: 1px solid var(--line-2); color: var(--text); transition: all .2s; }
.opt-btn:hover:not(:disabled) { border-color: var(--text); }
.opt-btn.sel { background: var(--inv-bg); border-color: var(--inv-bg); color: var(--inv-fg); }
.opt-btn:disabled { opacity: 0.4; text-decoration: line-through; cursor: not-allowed; }
.toolbar .sort { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.result-count { font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }

/* dropdown */
.dd { position: relative; }
.dd-btn { display: inline-flex; align-items: center; gap: 10px; background: transparent; border: 1px solid var(--line); color: var(--text); padding: 10px 16px; border-radius: var(--pill); font: inherit; font-size: 13.5px; min-width: 190px; justify-content: space-between; }
.dd.open .dd-btn { border-color: var(--accent); }
.dd-btn .chev { transition: transform .3s var(--ease); color: var(--muted); }
.dd.open .dd-btn .chev { transform: rotate(180deg); }
.dd-panel { position: absolute; top: calc(100% + 8px); right: 0; min-width: 100%; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 6px; z-index: 40; box-shadow: var(--shadow); opacity: 0; transform: translateY(-8px); visibility: hidden; transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s; }
.dd.open .dd-panel { opacity: 1; transform: none; visibility: visible; }
.dd-opt { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; text-align: left; background: none; border: none; color: var(--muted); padding: 10px 12px; border-radius: var(--radius); font: inherit; font-size: 13.5px; }
.dd-opt:hover { background: var(--hover); color: var(--text); }
.dd-opt.sel { color: var(--text); }
.dd-opt .tick { opacity: 0; color: var(--accent); }
.dd-opt.sel .tick { opacity: 1; }

/* settings */
.settings-wrap { position: relative; }
.set-panel { position: absolute; top: calc(100% + 10px); right: 0; min-width: 200px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 6px; z-index: 130; box-shadow: var(--shadow); opacity: 0; transform: translateY(-8px); visibility: hidden; transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s; }
.set-panel.open { opacity: 1; transform: none; visibility: visible; }
.set-head { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); padding: 9px 12px 6px; }
.set-opt { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; text-align: left; background: none; border: none; color: var(--muted); padding: 10px 12px; border-radius: var(--radius); font: inherit; font-size: 13.5px; }
.set-opt:hover { background: var(--hover); color: var(--text); }
.set-opt.sel { color: var(--text); background: var(--accent-soft); }
.set-opt .ico { display: inline-flex; align-items: center; gap: 10px; }
.set-opt .ico svg { width: 16px; height: 16px; }
.set-opt .tick { opacity: 0; color: var(--accent); }
.set-opt .tick svg { width: 15px; height: 15px; }
.set-opt.sel .tick { opacity: 1; }

/* product page */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 46px 0 20px; }
.gal-main { aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; background: var(--surface-2); }
.gal-main img { width: 100%; height: 100%; object-fit: cover; }
.gal-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.gal-thumbs button { width: 72px; height: 88px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; padding: 0; background: var(--surface-2); }
.gal-thumbs button.active { border-color: var(--accent); }
.pdp-info { padding-top: 12px; }
.pdp-cat { font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--faint); }
.pdp-info h1 { font-size: clamp(30px, 3.8vw, 46px); margin: 14px 0 12px; }
.pdp-rating { font-size: 13.5px; color: var(--muted); }
.pdp-rating .stars { color: var(--accent); letter-spacing: 2px; }
.pdp-price { font-size: 22px; margin: 22px 0; }
.pdp-price .was { color: var(--faint); text-decoration: line-through; margin-left: 10px; font-size: 17px; }
.pdp-lead { color: var(--muted); font-size: 16px; margin-bottom: 16px; }
.pdp-desc { position: relative; }
.pdp-desc > .pdp-lead:last-child { margin-bottom: 0; }
.pdp-desc.clamp { max-height: 7.2em; overflow: hidden; }
.pdp-desc.clamp::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3em; background: linear-gradient(to bottom, transparent, var(--bg)); pointer-events: none; }
.desc-toggle { margin: 10px 0 24px; padding: 0; background: none; border: none; font-family: var(--body); font-size: 13.5px; font-weight: 500; letter-spacing: 0.04em; color: var(--accent-ink); cursor: pointer; display: inline-flex; align-items: center; gap: 5px; }
.desc-toggle:hover { color: var(--text); }
.desc-toggle::after { content: ""; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .25s var(--ease); }
.desc-toggle[aria-expanded="true"]::after { transform: translateY(1px) rotate(-135deg); }
.pdp-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.chip { font-size: 12px; letter-spacing: 0.06em; color: var(--muted); border: 1px solid var(--line); padding: 6px 13px; border-radius: var(--pill); }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-2); border-radius: var(--pill); overflow: hidden; }
.qty button { width: 42px; height: 46px; background: transparent; border: none; color: var(--text); font-size: 17px; }
.qty button:hover { background: var(--hover); }
.qty span { width: 44px; text-align: center; font-size: 15px; }
.pdp-buy { display: flex; gap: 12px; margin: 24px 0; flex-wrap: wrap; }
.pdp-buy .btn { flex: 1; min-width: 150px; }
.pdp-meta { border-top: 1px solid var(--line); margin-top: 10px; }
.pdp-meta .row { display: flex; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.pdp-meta .row svg { width: 17px; height: 17px; color: var(--accent); }
.pdp-section { padding: 54px 0; border-top: 1px solid var(--line); }
.pdp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.hl-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.hl-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--muted); }
.hl-list li svg { width: 17px; height: 17px; color: var(--accent); margin-top: 4px; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table td { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.spec-table td:first-child { color: var(--faint); width: 44%; letter-spacing: 0.04em; }
.spec-table td:last-child { text-align: right; }

/* drawer + search */
.overlay { position: fixed; inset: 0; background: var(--backdrop); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; z-index: 200; }
.overlay.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; height: 100%; width: 420px; max-width: 92vw; background: var(--bg); border-left: 1px solid var(--line); z-index: 201; transform: translateX(100%); transition: transform .45s var(--ease); display: flex; flex-direction: column; }
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 24px 26px; border-bottom: 1px solid var(--line); }
.drawer-head h3 { font-size: 20px; }
.drawer-body { flex: 1; overflow-y: auto; padding: 6px 26px; }
.cline { display: flex; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cline img { width: 72px; height: 90px; border-radius: var(--radius); object-fit: cover; flex: none; }
.cline .ct { font-family: var(--display); font-size: 16px; margin-bottom: 4px; }
.cline .cv { font-size: 12.5px; color: var(--muted); margin-bottom: 4px; }
.cline .cp { font-size: 14px; }
.cline .crow { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.cqty { display: inline-flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: var(--pill); padding: 4px 12px; }
.cqty button { background: none; border: none; color: var(--text); font-size: 15px; }
.crm { background: none; border: none; color: var(--faint); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 10px; }
.crm:hover { color: var(--accent); }
.cart-empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.cart-empty svg { width: 36px; height: 36px; color: var(--faint); margin-bottom: 16px; }
.drawer-foot { padding: 22px 26px; border-top: 1px solid var(--line); }
.drawer-foot .sub { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 5px; }
.drawer-foot .sub .amt { font-family: var(--display); font-size: 21px; }
.drawer-foot .note { font-size: 12px; color: var(--faint); margin-bottom: 16px; }

.search-overlay { position: fixed; inset: 0; z-index: 210; background: var(--overlay-bg); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: opacity .25s; padding-top: 13vh; }
.search-overlay.open { opacity: 1; visibility: visible; }
.search-box { max-width: 620px; margin: 0 auto; padding: 0 24px; }
.search-box input { width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--line-2); border-radius: 0; padding: 16px 4px; font-family: var(--display); font-size: 28px; color: var(--text); }
.search-box input:focus { outline: none; border-bottom-color: var(--accent); }
.search-box input::placeholder { color: var(--faint); }
.search-hint { font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); text-align: center; margin-top: 14px; }
.search-results { max-width: 620px; margin: 18px auto 0; padding: 0 24px; max-height: 54vh; overflow-y: auto; }
.sres { display: flex; gap: 15px; align-items: center; padding: 11px 6px; border-radius: var(--radius); }
.sres:hover { background: var(--hover); }
.sres img { width: 50px; height: 62px; border-radius: var(--radius); object-fit: cover; }
.sres .st { font-family: var(--display); font-size: 16px; }
.sres .ss { font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); }
.sres .sp { margin-left: auto; font-size: 14px; }
.sug { margin: 4px 0 18px; }
.sug-head { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); margin: 6px 4px 12px; }
.sug-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.sug-chip { background: transparent; border: 1px solid var(--line); color: var(--text); padding: 8px 15px; border-radius: var(--pill); font: inherit; font-size: 13.5px; }
.sug-chip:hover { border-color: var(--accent); color: var(--accent-ink); }

/* toast */
.toast { position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 18px); background: var(--inv-bg); color: var(--inv-fg); padding: 13px 20px; border-radius: var(--pill); font-size: 13.5px; z-index: 300; opacity: 0; visibility: hidden; transition: all .3s var(--ease); display: flex; align-items: center; gap: 10px; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.toast svg { width: 16px; height: 16px; }

/* footer */
.footer { border-top: 1px solid var(--line); padding: 66px 0 34px; margin-top: 40px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer .brand { display: inline-block; margin-bottom: 14px; }
.footer-note { color: var(--muted); font-size: 14px; max-width: 300px; }
.footer-col h4 { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); margin: 0 0 16px; font-weight: 500; }
.footer-col a { display: block; color: var(--muted); font-size: 14px; padding: 6px 0; }
.footer-col a:hover { color: var(--accent-ink); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 26px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--faint); flex-wrap: wrap; gap: 10px; }

/* reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }


@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; transition-duration: .01s !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .pageload { display: none; }
}

@media (max-width: 1000px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { aspect-ratio: 16/11; }
  .cols-4 > * { flex-basis: calc((100% - 24px * 2) / 3); }
  .worlds { grid-template-columns: 1fr; }
  .ed-grid { grid-template-columns: 1fr; gap: 34px; }
  .pdp { grid-template-columns: 1fr; gap: 34px; }
  .pdp-split { grid-template-columns: 1fr; gap: 36px; }
  .trust { grid-template-columns: 1fr; }
  .trust .t { border-left: none; border-top: 1px solid var(--line); padding-left: 0; }
  .trust .t:first-child { border-top: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .hamburger { display: grid; }
  .section { padding: 64px 0; }
  .cols-4 > *, .cols-3 > * { flex-basis: calc((100% - 24px) / 2); }
  .footer-top { grid-template-columns: 1fr; gap: 26px; }
  .toolbar .sort { margin-left: 0; width: 100%; }
  .dd { flex: 1; }
  .dd-btn { width: 100%; }
  .tone { height: 56px; }
}
@media (max-width: 460px) {
  .cols-4 > *, .cols-3 > * { flex-basis: calc((100% - 14px) / 2); }
  .grid { gap: 14px; }
  .hero-ctas .btn { flex: 1; justify-content: center; }
}

/* intro scatter */
.intro-stage { position: absolute; inset: 0; z-index: 3; pointer-events: none; overflow: hidden; }
.intro-img { position: absolute; aspect-ratio: 4/5; object-fit: cover; border-radius: 3px; opacity: 0; box-shadow: 0 24px 48px -28px rgba(58,47,42,.55); }

/* cursor image trail */
.trail-zone { position: relative; }
.trail-img { position: absolute; width: 128px; aspect-ratio: 4/5; object-fit: cover; border-radius: 3px; pointer-events: none; opacity: 0; z-index: 3; box-shadow: 0 22px 44px -26px rgba(58,47,42,.5); }

/* vignette on imagery */
.vig { position: relative; }
.vig::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(115% 95% at 50% 32%, transparent 42%, rgba(58,47,42,0.30) 100%); }
:root[data-theme="dark"] .vig::after { background: radial-gradient(115% 95% at 50% 32%, transparent 38%, rgba(0,0,0,0.55) 100%); }

/* botanical vine accents */
.vine { position: absolute; pointer-events: none; color: var(--sage); opacity: .55; z-index: 1; }
.vine svg { width: 100%; height: auto; }
.vine path { fill: none; stroke: currentColor; stroke-width: 1.1; stroke-linecap: round; stroke-linejoin: round; }
.vine-tl { top: -14px; left: -26px; width: 190px; transform: rotate(-8deg); }
.vine-br { right: -22px; bottom: -18px; width: 210px; transform: rotate(174deg); }
:root[data-theme="dark"] .vine { opacity: .38; }
@media (max-width: 900px) { .vine { display: none; } .trail-img { width: 96px; } }

/* announcement bar + centred wordmark header */
.topbar { background: var(--inv-bg); color: var(--inv-fg); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.nav { height: auto; padding: 16px 0; }
.nav-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.nav-row .nav-links { margin: 0; justify-self: start; }
.nav-row .brand { justify-self: center; font-size: 30px; letter-spacing: 0.14em; text-transform: uppercase; }
.nav-row .nav-actions { justify-self: end; }
@media (max-width: 900px) { .topbar .tb-mid { display: none; } }
@media (max-width: 720px) { .topbar .wrap { justify-content: center; } .topbar span:not(.tb-mid) ~ span { display: none; }
  .nav-row { grid-template-columns: 1fr auto; } .nav-row .brand { justify-self: start; font-size: 24px; } }

/* full-bleed editorial hero */
.hero-full { position: relative; height: min(86vh, 780px); min-height: 520px; overflow: hidden; }
.hero-img { position: absolute; inset: 0; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-full .hero-cap { position: absolute; left: clamp(24px, 6vw, 92px); bottom: clamp(70px, 12vh, 130px); max-width: min(560px, 74vw); z-index: 4; color: #fff; }
.hero-full .hero-cap h1 { font-size: clamp(40px, 5.6vw, 74px); color: #fff; text-shadow: 0 2px 30px rgba(30,22,18,.45); }
.hero-full .hero-cap h1 em { color: var(--blush); font-style: italic; }
.hero-full .hero-cap .lead { color: rgba(255,255,255,.88); max-width: 400px; margin: 20px 0 26px; text-shadow: 0 1px 16px rgba(30,22,18,.5); }
.hero-full .hero-ctas { gap: 12px; }
.btn-ghost { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.55); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: #fff; color: #3a2f2a; border-color: #fff; }
.hero-side { position: absolute; right: 26px; top: 50%; z-index: 4; transform: translateY(-50%) rotate(90deg); transform-origin: right center; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,.78); white-space: nowrap; }
.hero-ticker { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; overflow: hidden; border-top: 1px solid rgba(255,255,255,.25); background: rgba(30,22,18,.28); backdrop-filter: blur(8px); }
.tick-track { display: flex; align-items: center; gap: 22px; width: max-content; padding: 13px 0; animation: tick 34s linear infinite; }
.tick-track a { font-size: 12.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,.9); }
.tick-track a:hover { color: var(--blush); }
.tick-track i { color: rgba(255,255,255,.4); font-style: normal; }
.hero-ticker:hover .tick-track { animation-play-state: paused; }
@keyframes tick { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .tick-track { animation: none; } }

/* lookbook rows */
.lookbook-sec { padding-top: 84px; }
.lookbook { display: flex; flex-direction: column; gap: 26px; }
.look { display: grid; grid-template-columns: 1.15fr 1fr; gap: 46px; align-items: center; }
.look:nth-child(even) { grid-template-columns: 1fr 1.15fr; }
.look:nth-child(even) .look-media { order: 2; }
.look-media { display: block; aspect-ratio: 16/11; border-radius: var(--radius-lg); overflow: hidden; background: var(--surface-2); }
.look-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.look:hover .look-media img { transform: scale(1.03); }
.look-no { display: block; font-family: var(--display); font-size: 13px; letter-spacing: 0.18em; color: var(--accent-ink); margin-bottom: 14px; }
.look-body h3 { font-size: clamp(26px, 3vw, 38px); margin: 8px 0 12px; }
.look-body p { color: var(--muted); max-width: 420px; margin: 0 0 20px; }
.look-foot { display: flex; align-items: center; gap: 20px; }
@media (max-width: 900px) {
  .look, .look:nth-child(even) { grid-template-columns: 1fr; gap: 20px; }
  .look:nth-child(even) .look-media { order: 0; }
  .hero-side { display: none; }
}
.hero-full::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(100deg, rgba(28,20,16,.62) 0%, rgba(28,20,16,.34) 38%, rgba(28,20,16,0) 66%), linear-gradient(0deg, rgba(28,20,16,.55) 0%, rgba(28,20,16,0) 30%); }
.hero-full .hero-img { z-index: 1; }
.hero-full .hero-cap .lead { text-shadow: none; }
.hero-full .btn-primary { background: #fff; color: #3a2f2a; }
.hero-full .btn-primary:hover { background: var(--blush); color: #3a2f2a; }

/* hero copy stagger */
[data-in] { animation: inUp .9s var(--ease) both; }
[data-in="2"] { animation-delay: .95s; }
[data-in="3"] { animation-delay: 1.08s; }
[data-in="4"] { animation-delay: 1.21s; }
@keyframes inUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { [data-in] { animation: none; } }

/* threads backdrop */
.threads-bg { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .62; }
.threads-bg canvas { display: block; width: 100%; height: 100%; }
:root[data-theme="dark"] .threads-bg { opacity: .5; }
@media (prefers-reduced-motion: reduce) { .threads-bg { opacity: .4; } }

/* bubble menu */
.hamburger { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.bubble-overlay { position: fixed; inset: 0; z-index: 150; display: none; align-items: center; justify-content: center;
  background: var(--overlay-bg); backdrop-filter: blur(14px) saturate(120%); }
.bubble-overlay.show { display: flex; }
.bubble-overlay .bubble-close { position: absolute; top: 20px; right: 24px; z-index: 3; }
.pill-list { list-style: none; margin: 0 auto; padding: 0 24px; display: flex; flex-wrap: wrap; row-gap: 10px;
  width: 100%; max-width: 1180px; justify-content: stretch; }
.pill-col { display: flex; justify-content: center; align-items: stretch; flex: 0 0 calc(100% / 3); box-sizing: border-box; padding: 0 5px; }
.pill-col:nth-child(4):nth-last-child(2) { margin-left: calc(100% / 6); }
.pill-col:nth-child(4):last-child { margin-left: calc(100% / 3); }
.pill-link { --item-rot: 0deg; --hover-bg: var(--accent); --hover-color: #fff;
  width: 100%; height: 10px; min-height: 132px; padding: clamp(1rem, 2.2vw, 3rem) 0; line-height: 0;
  font-family: var(--display); font-size: clamp(1.3rem, 2.8vw, 3.1rem); font-weight: 300; letter-spacing: 0.01em;
  border-radius: var(--pill); background: var(--surface); color: var(--text); border: 1px solid var(--line);
  box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; position: relative;
  box-sizing: border-box; white-space: nowrap; overflow: hidden; will-change: transform;
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s; }
.pill-label { display: inline-block; height: 1.2em; line-height: 1.2; will-change: transform, opacity; }
@media (min-width: 900px) {
  .pill-link { transform: rotate(var(--item-rot)); transition: background .3s var(--ease), color .3s var(--ease), border-color .3s, transform .3s var(--ease); }
  .pill-link:hover { transform: rotate(var(--item-rot)) scale(1.05); background: var(--hover-bg); color: var(--hover-color); border-color: transparent; }
  .pill-link:active { transform: rotate(var(--item-rot)) scale(.95); }
}
@media (max-width: 899px) {
  .bubble-overlay { align-items: flex-start; padding-top: 110px; overflow-y: auto; }
  .pill-list { row-gap: 14px; }
  .pill-col { flex: 0 0 100%; margin-left: 0 !important; padding: 0; }
  .pill-link { min-height: 78px; font-size: clamp(1.3rem, 6vw, 2rem); padding: clamp(.9rem, 2vw, 1.6rem) 0;
    transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease); }
  .pill-link:hover, .pill-link:active { background: var(--hover-bg); color: var(--hover-color); border-color: transparent; }
}
.hamburger .menu-line { display: block; width: 18px; height: 1.6px; border-radius: 2px; background: currentColor;
  transition: transform .3s var(--ease), opacity .3s var(--ease); }
.hamburger .menu-line + .menu-line { margin-top: 5px; width: 12px; }
.hamburger.open .menu-line:first-child { transform: translateY(3.3px) rotate(45deg); }
.hamburger.open .menu-line:last-child { width: 18px; transform: translateY(-3.3px) rotate(-45deg); }
@media (prefers-reduced-motion: reduce) { .pill-link, .hamburger .menu-line { transition: none; } }
