/* ============================================================
   Vonkron — Atelier theme
   Ported from the Claude Design prototype, adapted for Shopify.
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
:root {
  --paper: #f4ede2;
  --paper-2: #fbf7f0;
  --card: #f9f4ea;
  --ink: #2a2118;
  --ink-2: #5b4e3e;
  --gold: #9a7d52;
  --line: #ddd2bf;
  --line-2: #e7ddcb;
  --accent: #b0623a;
  --display-font: 'Bodoni Moda', serif;
  --radius: 0px;
}
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
html, body { overflow-x: clip; max-width: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Jost', sans-serif; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { cursor: pointer; color: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--ink); color: var(--paper); }

.vonkron-root { min-height: 100vh; display: flex; flex-direction: column; }
.screen { flex: 1; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.eyebrow { font-size: 11.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); font-weight: 400; }
.eyebrow.light { color: rgba(255,255,255,.7); }
.display { font-family: var(--display-font); font-weight: 500; line-height: .96; letter-spacing: -.01em; font-size: 84px; margin: 0; }
.display.sm { font-size: 52px; line-height: 1; }
.display em { font-style: italic; }
.h2 { font-family: var(--display-font); font-weight: 500; font-size: 34px; letter-spacing: -.01em; margin: 0; }

/* buttons */
.btn { background: var(--ink); color: var(--paper); padding: 16px 34px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; border-radius: var(--radius); display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; transition: background .25s, transform .15s; text-decoration: none; }
.btn:hover { background: #3b2f22; }
.btn:active { transform: translateY(1px); }
.btn[disabled] { opacity: .5; cursor: not-allowed; }
.btn.light { background: var(--paper); color: var(--ink); }
.btn.full { width: 100%; justify-content: center; padding: 18px; }
.lnk { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 3px; white-space: nowrap; transition: opacity .2s; align-self: flex-start; text-decoration: none; display: inline-block; }
.lnk:hover { opacity: .6; }

/* ---------- Promo + Nav ---------- */
.promo { background: var(--ink); color: var(--paper); text-align: center; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; padding: 11px; font-weight: 300; }
.promo a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
/* In a Shopify section group the <header> is wrapped in a div only as tall as
   itself, which makes position:sticky release immediately. Collapsing that
   wrapper with display:contents lets the header stick against <body>. */
#shopify-section-header,
[id^="shopify-section-sections--"][id$="__header"] { display: contents; }
.nav { position: sticky; top: 0; z-index: 40; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 22px 48px; background: rgba(244,237,226,.92); backdrop-filter: blur(7px); border-bottom: 1px solid var(--line); }
.nav-links { display: flex; gap: 34px; align-items: center; }
.nav-links a { color: var(--ink); text-decoration: none; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; transition: color .2s; }
.nav-links a:hover { color: var(--accent); }
.logo { font-family: var(--display-font); font-size: 27px; letter-spacing: .24em; font-weight: 500; text-align: center; cursor: pointer; padding-left: .24em; text-decoration: none; color: var(--ink); }
.nav-right { display: flex; gap: 8px; justify-content: flex-end; align-items: center; }
.ic { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); transition: background .2s; text-decoration: none; }
.ic:hover { background: var(--line-2); }
.bagbtn { position: relative; }
.bagcount { position: absolute; top: 4px; right: 3px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 9px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 600; display: grid; place-items: center; letter-spacing: 0; }
.nav-toggle { display: none; }
.nav-close { display: none; }
.nav-extra { display: none; }
.nav-label, .nav-tagline, .nav-social { display: none; }

/* ---------- Bag placeholder ---------- */
.bagimg { position: relative; overflow: hidden; width: 100%; height: 100%; }
.bagimg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bagimg-grain { position: absolute; inset: 0; opacity: .45; pointer-events: none; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E"); }
.bagimg-tag { position: absolute; left: 16px; bottom: 14px; font-size: 10.5px; letter-spacing: .14em; color: rgba(255,255,255,.9); background: rgba(0,0,0,.2); padding: 6px 10px; border-radius: 2px; backdrop-filter: blur(2px); text-transform: capitalize; }

/* colorway gradients (fallback when product has no image) */
.cw-espresso   { background: radial-gradient(120% 95% at 68% 22%, rgba(255,255,255,.20), transparent 58%), linear-gradient(152deg,#4a3b2c 0%,#34281d 48%,#211a12 100%); }
.cw-camel      { background: radial-gradient(120% 95% at 68% 22%, rgba(255,255,255,.20), transparent 58%), linear-gradient(152deg,#c2a378 0%,#a8855a 48%,#8a6a43 100%); }
.cw-sand       { background: radial-gradient(120% 95% at 68% 22%, rgba(255,255,255,.20), transparent 58%), linear-gradient(152deg,#dcc9a8 0%,#c9b288 48%,#b29a6b 100%); }
.cw-olive      { background: radial-gradient(120% 95% at 68% 22%, rgba(255,255,255,.20), transparent 58%), linear-gradient(152deg,#8d8a5e 0%,#6f6c46 48%,#54532f 100%); }
.cw-terracotta { background: radial-gradient(120% 95% at 68% 22%, rgba(255,255,255,.20), transparent 58%), linear-gradient(152deg,#c97f52 0%,#b0623a 48%,#8f4a29 100%); }
.cw-noir       { background: radial-gradient(120% 95% at 68% 22%, rgba(255,255,255,.20), transparent 58%), linear-gradient(152deg,#3a3833 0%,#26241f 48%,#171511 100%); }
.cw-default    { background: radial-gradient(120% 95% at 68% 22%, rgba(255,255,255,.20), transparent 58%), linear-gradient(152deg,#c2a378 0%,#a8855a 48%,#8a6a43 100%); }
.cw-alt        { background-position: 32% 20%; }

/* ---------- Home: hero ---------- */
.hero { display: grid; grid-template-columns: 1fr 1.1fr; align-items: stretch; border-bottom: 1px solid var(--line); }
.hero-l { padding: 92px 56px 84px; display: flex; flex-direction: column; justify-content: center; }
.hero-l .eyebrow { margin-bottom: 28px; }
.hero-l .lede { font-size: 16.5px; line-height: 1.7; font-weight: 300; color: var(--ink-2); max-width: 430px; margin: 30px 0 42px; }
.hero-cta { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; }
.hero-r { position: relative; min-height: 600px; }

/* category strip */
.catstrip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.catcell { text-align: left; padding: 38px 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; position: relative; transition: background .25s; text-decoration: none; color: inherit; }
.catcell:last-child { border-right: none; }
.catcell:hover { background: var(--paper-2); }
.catcell-n { font-family: var(--display-font); font-size: 28px; }
.catcell-b { font-size: 13px; color: var(--ink-2); font-weight: 300; }
.catcell-go { position: absolute; top: 36px; right: 28px; color: var(--gold); opacity: 0; transform: translateX(-6px); transition: all .25s; }
.catcell:hover .catcell-go { opacity: 1; transform: translateX(0); }

/* sections */
.section { padding: 88px 56px; }
.section-hd { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.section-hd .eyebrow { margin-bottom: 14px; }
.grid { display: grid; gap: 28px; }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ---------- Product card ---------- */
.pcard { display: flex; flex-direction: column; }
.pcard-media { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius); cursor: pointer; background: var(--card); display: block; }
.pcard-media .bagimg { transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.pcard:hover .pcard-media .bagimg { transform: scale(1.04); }
.pcard-badge { position: absolute; top: 14px; left: 14px; background: var(--paper); color: var(--ink); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; padding: 6px 11px; border-radius: 2px; font-weight: 500; z-index: 2; }
.pcard-quick { position: absolute; left: 14px; right: 14px; bottom: 14px; background: var(--ink); color: var(--paper); padding: 13px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; border-radius: var(--radius); opacity: 0; transform: translateY(8px); transition: all .3s; z-index: 2; }
.pcard:hover .pcard-quick { opacity: 1; transform: translateY(0); }
.no-reveal .pcard-quick { opacity: 1; transform: none; }
.pcard-quick:hover { background: var(--accent); }
.pcard-quick[disabled] { background: var(--ink-2); cursor: default; }
.pcard-sale { position: absolute; top: 14px; right: 14px; background: var(--accent); color: var(--paper); font-size: 10px; letter-spacing: .08em; padding: 6px 9px; border-radius: 2px; font-weight: 600; z-index: 2; }
.pinfo-sale { display: inline-flex; align-items: center; background: var(--accent); color: var(--paper); font-size: 12px; letter-spacing: .04em; padding: 4px 11px; border-radius: 999px; margin-left: 10px; font-weight: 500; vertical-align: middle; font-family: 'Jost', sans-serif; }
.cs-card-sale { position: absolute; top: 10px; left: 10px; background: var(--accent); color: var(--paper); font-size: 10px; letter-spacing: .06em; padding: 5px 8px; border-radius: 2px; font-weight: 600; z-index: 2; }
.pcard-body { padding: 18px 2px 0; cursor: pointer; text-decoration: none; color: inherit; display: block; }
.pcard-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.pcard-top h3 { font-size: 16px; font-weight: 500; letter-spacing: .01em; margin: 0; }
.pcard-price { font-size: 15px; font-weight: 500; white-space: nowrap; }
.pcard-price s { color: var(--ink-2); font-weight: 300; margin-right: 6px; }
.pcard-meta { font-size: 12.5px; color: var(--ink-2); font-weight: 300; margin-top: 5px; }
.pcard-dots { display: flex; gap: 6px; margin-top: 12px; }
.cswatch { width: 13px; height: 13px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.12); }

/* ---------- Editorial ---------- */
.editorial { display: grid; grid-template-columns: 1.05fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.editorial-img { position: relative; min-height: 600px; }
.editorial-txt { padding: 88px 64px; display: flex; flex-direction: column; justify-content: center; }
.editorial-txt .eyebrow { margin-bottom: 22px; }
.editorial-txt p { font-size: 16px; line-height: 1.75; font-weight: 300; color: var(--ink-2); max-width: 460px; margin: 26px 0; }
.craftlist { list-style: none; padding: 0; margin: 0 0 30px; }
.craftlist li { display: flex; gap: 16px; align-items: baseline; padding: 15px 0; border-top: 1px solid var(--line); font-size: 15px; }
.craftlist li span { font-family: var(--display-font); font-size: 13px; color: var(--gold); font-style: italic; }

/* value props */
.valueprops { display: grid; grid-template-columns: repeat(4, 1fr); }
.vp { padding: 52px 36px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.vp:last-child { border-right: none; }
.vp svg { color: var(--accent); }
.vp b { font-size: 15px; font-weight: 500; margin-top: 6px; }
.vp span { font-size: 13px; color: var(--ink-2); font-weight: 300; line-height: 1.5; }

/* ---------- Shop ---------- */
.shop-head { padding: 60px 56px 36px; border-bottom: 1px solid var(--line); }
.shop-head .eyebrow { margin-bottom: 16px; }
.shop-sub { font-size: 15px; color: var(--ink-2); font-weight: 300; margin-top: 14px; max-width: 480px; }
.shop-body { display: grid; grid-template-columns: 248px minmax(0, 1fr); }
.filters { padding: 44px 36px 60px; border-right: 1px solid var(--line); position: sticky; top: 92px; align-self: start; }
.filter-grp { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.filter-grp:last-child { border-bottom: none; }
.filter-grp h4 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin: 0 0 16px; }
.fcat { display: flex; justify-content: space-between; align-items: center; width: 100%; text-align: left; padding: 9px 0; font-size: 15px; color: var(--ink); transition: color .2s; text-decoration: none; }
.fcat em { font-style: normal; font-size: 12px; color: var(--gold); }
.fcat:hover { color: var(--accent); }
.fcat.on { color: var(--accent); font-weight: 500; }
.fcolors { display: flex; gap: 10px; flex-wrap: wrap; }
.fcolor { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; transition: transform .15s; }
.fcolor span { width: 22px; height: 22px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.14); }
.fcolor.on { box-shadow: 0 0 0 1.5px var(--accent); }
.fcolor:hover { transform: scale(1.08); }
.clearf { font-size: 12px; color: var(--ink-2); text-decoration: underline; margin-top: 14px; display: inline-block; }
.promiselist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.promiselist li { display: flex; gap: 10px; align-items: center; font-size: 13px; color: var(--ink-2); font-weight: 300; }
.promiselist svg { color: var(--accent); flex-shrink: 0; }

.shop-main { padding: 30px 56px 80px; }
.shop-bar { display: flex; justify-content: space-between; align-items: center; padding: 8px 0 26px; }
.shop-count { font-size: 13px; color: var(--ink-2); letter-spacing: .04em; }
.sortsel { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); position: relative; }
.sortsel select { -webkit-appearance: none; appearance: none; border: 1px solid var(--line); background: var(--paper-2); padding: 10px 30px 10px 14px; font-family: inherit; font-size: 12px; letter-spacing: .06em; color: var(--ink); border-radius: var(--radius); cursor: pointer; }
.sortsel svg { position: absolute; right: 10px; pointer-events: none; color: var(--gold); }

.shop-promo { background: var(--ink); color: var(--paper); border-radius: var(--radius); overflow: hidden; }
.shop-promo-in { padding: 44px 48px; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.shop-promo-in h3 { font-family: var(--display-font); font-size: 30px; font-weight: 500; margin: 0; }
.shop-promo-in h3 b { color: var(--accent); font-style: italic; }

.empty { padding: 80px 0; text-align: center; color: var(--ink-2); font-size: 16px; display: flex; gap: 14px; justify-content: center; align-items: center; }

/* ---------- Product detail ---------- */
.crumb { display: flex; gap: 9px; align-items: center; padding: 26px 56px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.crumb a { color: var(--ink-2); text-decoration: none; }
.crumb a:hover { color: var(--accent); }
.crumb svg { color: var(--gold); }
.crumb span { color: var(--ink); }
.product-main { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: 56px; padding: 8px 56px 40px; }
.gallery { display: flex; flex-direction: column; gap: 14px; }
.gallery-main { position: relative; aspect-ratio: 1/1; border-radius: var(--radius); overflow: hidden; }
.gallery-main:not([class*="cw-"]) { background: var(--card); }
.gallery-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.thumb { position: relative; aspect-ratio: 1/1; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); transition: border-color .2s; padding: 0; }
.thumb.on { border-color: var(--ink); }
.thumb img, .thumb .bagimg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.pinfo { padding-top: 8px; }
.pinfo .display.sm { margin: 14px 0 0; font-size: 46px; }
.pinfo-stars { display: flex; align-items: center; gap: 4px; margin: 18px 0; }
.pinfo-stars svg { fill: var(--accent); }
.pinfo-stars span { font-size: 12.5px; color: var(--ink-2); margin-left: 10px; letter-spacing: .02em; }
.pinfo-price { font-size: 24px; font-weight: 500; font-family: var(--display-font); }
.pinfo-price [data-compare], .pinfo-price s { text-decoration: line-through; color: var(--ink-2); font-weight: 400; font-size: 19px; margin-right: 10px; }
.pinfo-desc { font-size: 15.5px; line-height: 1.75; font-weight: 300; color: var(--ink-2); margin: 22px 0 30px; }
.pinfo-desc p { margin: 0 0 1em; }
.pinfo-opt { padding: 24px 0; border-top: 1px solid var(--line); }
.opt-row { display: flex; gap: 10px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.opt-lab { color: var(--ink-2); }
.opt-val { color: var(--ink); text-transform: capitalize; }
.opt-dots { display: flex; gap: 12px; flex-wrap: wrap; }
.cdot { border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.14); transition: transform .15s; outline-offset: 3px; width: 26px; height: 26px; padding: 0; }
.cdot.on { outline: 1.5px solid var(--ink); }
.cdot:hover { transform: scale(1.1); }
.cdot[disabled] { opacity: .35; cursor: not-allowed; }

.pinfo-buy { display: flex; gap: 14px; padding: 26px 0; border-top: 1px solid var(--line); }
.qty { display: flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); }
.qty button { width: 46px; height: 52px; display: grid; place-items: center; color: var(--ink); transition: background .2s; }
.qty button:hover { background: var(--line-2); }
.qty span { min-width: 40px; text-align: center; font-size: 15px; }
.qty.sm button { width: 32px; height: 36px; }
.qty.sm span { min-width: 30px; font-size: 13px; }
.btn.buy { flex: 1; min-width: 0; justify-content: center; text-align: center; white-space: nowrap; transition: background .25s; }
.btn.buy.added { background: #3c6b46; }

.pinfo-assure { display: flex; gap: 26px; padding: 18px 0 8px; flex-wrap: wrap; }
.pinfo-assure span { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--ink-2); font-weight: 300; }
.pinfo-assure svg { color: var(--accent); }

.accordion { margin-top: 22px; border-top: 1px solid var(--line); }
.acc { border-bottom: 1px solid var(--line); }
.acc-hd { display: flex; justify-content: space-between; align-items: center; width: 100%; text-align: left; padding: 20px 0; font-size: 13.5px; letter-spacing: .04em; }
.acc-ic { color: var(--gold); transition: transform .25s; }
.acc.open .acc-ic { transform: rotate(45deg); }
.acc-bd { padding: 0 0 22px; font-size: 14px; line-height: 1.7; font-weight: 300; color: var(--ink-2); max-width: 440px; }
.acc:not(.open) .acc-bd { display: none; }

/* ---------- Cart ---------- */
.cart-head { padding: 56px 56px 32px; border-bottom: 1px solid var(--line); display: flex; align-items: baseline; gap: 20px; }
.cart-head .eyebrow { margin-bottom: 0; }
.cart-head .display.sm { margin: 8px 0 0; flex: 1; }
.cart-cnt { font-size: 14px; color: var(--ink-2); }
.cart-body { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 56px; padding: 44px 56px 90px; align-items: start; }
.cart-lines { display: flex; flex-direction: column; }
.freebar { padding: 18px 20px; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 28px; }
.freebar-msg { font-size: 13.5px; color: var(--ink-2); display: flex; align-items: center; gap: 8px; }
.freebar-msg b { color: var(--ink); }
.freebar-msg.done { color: #3c6b46; }
.freebar-track { height: 4px; background: var(--line); border-radius: 4px; margin-top: 12px; overflow: hidden; }
.freebar-fill { height: 100%; background: var(--accent); transition: width .5s; }
.cline { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.cline-img { position: relative; aspect-ratio: 4/5; border-radius: var(--radius); overflow: hidden; cursor: pointer; background: var(--card); }
.cline-top { display: flex; justify-content: space-between; align-items: flex-start; }
.cline-top h3 { font-size: 17px; font-weight: 500; cursor: pointer; margin: 0; }
.cline-top h3 a { text-decoration: none; }
.cline-x { color: var(--ink-2); width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; transition: background .2s; }
.cline-x:hover { background: var(--line-2); }
.cline-meta { font-size: 13px; color: var(--ink-2); font-weight: 300; margin-top: 6px; }
.cap { text-transform: capitalize; }
.cline-bot { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
.cline-price { font-size: 16px; font-weight: 500; }
.back { margin-top: 28px; }

.summary { border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px; position: sticky; top: 110px; background: var(--paper-2); }
.summary h3 { font-family: var(--display-font); font-size: 22px; font-weight: 500; margin: 0 0 22px; }
.sumrow { display: flex; justify-content: space-between; font-size: 14.5px; padding: 11px 0; color: var(--ink); }
.sumrow.muted span { color: var(--ink-2); font-size: 13px; font-weight: 300; }
.sumrow.total { border-top: 1px solid var(--line); margin-top: 10px; padding-top: 18px; font-size: 18px; font-weight: 500; }
.summary .btn { margin-top: 22px; }
.sum-assure { display: flex; flex-direction: column; gap: 9px; margin-top: 22px; }
.sum-assure span { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--ink-2); font-weight: 300; }
.sum-assure svg { color: var(--accent); }
.sum-pay { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.pay { font-size: 9px; letter-spacing: .08em; color: var(--gold); border: 1px solid var(--line); padding: 5px 8px; border-radius: 3px; }

.empty-cart { padding: 120px 56px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.empty-cart .display.sm { margin: 6px 0; }
.empty-cart p { color: var(--ink-2); font-weight: 300; font-size: 16px; }
.empty-cart .btn { margin-top: 12px; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--paper); margin-top: auto; }
.foot-news { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 76px 56px; border-bottom: 1px solid rgba(255,255,255,.12); }
.foot-news .eyebrow { color: var(--accent); margin-bottom: 18px; }
.foot-news h2 { font-family: var(--display-font); font-size: 44px; font-weight: 500; line-height: 1; margin: 0; }
.foot-news-r { display: flex; flex-direction: column; justify-content: flex-end; }
.foot-news-r p { font-size: 15px; line-height: 1.6; font-weight: 300; color: rgba(244,237,226,.7); max-width: 380px; margin: 0 0 22px; }
.news-form { display: flex; gap: 0; border-bottom: 1px solid rgba(255,255,255,.3); max-width: 400px; }
.news-form input { flex: 1; background: none; border: none; color: var(--paper); font-family: inherit; font-size: 15px; padding: 14px 0; outline: none; }
.news-form input::placeholder { color: rgba(244,237,226,.5); }
.news-form button { color: var(--paper); padding: 0 8px; }
.news-form button:hover { color: var(--accent); }
.news-done { display: flex; align-items: center; gap: 10px; color: var(--accent); font-size: 15px; }

.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding: 64px 56px; }
.foot-brand .logo { text-align: left; padding: 0; margin-bottom: 18px; color: var(--paper); }
.foot-brand p { font-size: 14px; line-height: 1.7; font-weight: 300; color: rgba(244,237,226,.6); max-width: 280px; }
.foot-col h4 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(244,237,226,.5); font-weight: 500; margin: 0 0 18px; }
.foot-col a { display: block; color: rgba(244,237,226,.85); text-decoration: none; font-size: 14px; padding: 7px 0; font-weight: 300; transition: color .2s; }
.foot-col a:hover { color: var(--accent); }
.foot-base { display: flex; justify-content: space-between; padding: 26px 56px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; color: rgba(244,237,226,.5); flex-wrap: wrap; gap: 12px; }
.foot-base-links { display: flex; gap: 24px; }
.foot-base-links a { color: rgba(244,237,226,.5); text-decoration: none; }
.foot-base-links a:hover { color: var(--paper); }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-2); padding: 24px 0; }
.marquee-track { display: flex; align-items: center; width: max-content; animation: marquee-scroll var(--mq-speed, 44s) linear infinite; }
.marquee-item { font-family: var(--display-font); font-style: italic; font-weight: 500; font-size: 30px; color: var(--ink); white-space: nowrap; }
.marquee-sep { display: inline-flex; color: var(--accent); padding: 0 30px; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 760px) { .marquee { padding: 18px 0; } .marquee-item { font-size: 21px; } .marquee-sep { padding: 0 18px; } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- Category showcase (full-screen snap, one scroll per category) ---------- */
.catsnap { position: relative; }
.catsnap-viewport { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.catsnap-panel { position: absolute; inset: 0; opacity: 0; pointer-events: none; overflow: hidden; transition: opacity .6s ease; will-change: opacity; }
.catsnap-panel.in { opacity: 1; pointer-events: auto; }
.catsnap-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.05); will-change: transform; backface-visibility: hidden; }
.catsnap-panel.in .catsnap-bg { animation: catzoom 9s ease-out forwards; }
@keyframes catzoom { from { transform: scale(1.05); } to { transform: scale(1.16); } }
.catsnap-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,21,13,.26) 0%, rgba(28,21,13,.6) 100%); }
.catsnap-content { position: absolute; top: 15%; left: 0; right: 0; z-index: 2; text-align: center; color: var(--paper); padding: 0 24px; display: flex; flex-direction: column; align-items: center; gap: 12px; transform: translateY(26px); opacity: 0; transition: transform .85s cubic-bezier(.2,.7,.2,1), opacity .7s ease; }
.catsnap-panel.in .catsnap-content { transform: translateY(0); opacity: 1; }
.catsnap-index { font-size: 12px; letter-spacing: .3em; color: rgba(255,255,255,.7); }
.catsnap-index i { font-style: normal; opacity: .55; }
.catsnap-name { font-family: var(--display-font); font-weight: 500; font-size: 78px; line-height: .96; letter-spacing: -.01em; color: var(--paper); text-decoration: none; }
.catsnap-blurb { font-size: 16px; font-weight: 300; color: rgba(255,255,255,.85); max-width: 440px; }
.catsnap-cta { display: inline-flex; align-items: center; gap: 9px; margin-top: 4px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--paper); border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 4px; text-decoration: none; transition: gap .2s; }
.catsnap-cta:hover { gap: 14px; }
.catsnap-dots { position: absolute; right: 26px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 10px; z-index: 3; }
.catsnap-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.4); border: none; padding: 0; cursor: pointer; transition: all .3s; }
.catsnap-dot.active { background: var(--paper); height: 22px; border-radius: 4px; }

/* product carousel inside each category panel */
.cs-carousel { position: absolute; left: 0; right: 0; bottom: 68px; display: flex; align-items: center; gap: 14px; padding: 0 48px; z-index: 2; }
.cs-arrow { flex: none; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--paper); border: none; box-shadow: 0 8px 22px rgba(20,15,8,.3); cursor: pointer; transition: background .2s, transform .2s; }
.cs-arrow:hover { background: #fff; transform: scale(1.06); }
.cs-prev svg { transform: rotate(180deg); }
.cs-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; flex: 1; padding: 6px 2px; scrollbar-width: none; -ms-overflow-style: none; cursor: grab; }
.cs-track::-webkit-scrollbar { display: none; }
.cs-track.dragging { cursor: grabbing; scroll-behavior: auto; }
.cs-track.dragging a { pointer-events: none; }
.cs-card { flex: 0 0 228px; scroll-snap-align: start; }
.cs-card-inner { display: flex; flex-direction: column; align-items: center; height: 100%; text-decoration: none; border-radius: 16px; overflow: hidden; padding-bottom: 22px; background: linear-gradient(180deg, rgba(249,243,234,.96) 0%, rgba(232,219,199,.93) 100%); box-shadow: 0 22px 48px rgba(20,15,8,.34); transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.cs-card:hover .cs-card-inner { transform: translateY(-5px); }
.cs-card-media { width: 100%; aspect-ratio: 1 / 1; position: relative; overflow: hidden; }
.cs-card-media .bagimg { width: 100%; height: 100%; }
.cs-card-media img { width: 100%; height: 100%; object-fit: cover; }
.cs-card-name { font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); margin: 18px 0 12px; text-align: center; padding: 0 12px; }
.cs-card-pill { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 92px; height: 36px; padding: 0 20px; border-radius: 999px; background: var(--ink); color: var(--paper); font-size: 12.5px; letter-spacing: .03em; overflow: hidden; white-space: nowrap; transition: min-width .28s cubic-bezier(.2,.7,.2,1), background .25s; }
.cs-card:hover .cs-card-pill { min-width: 156px; }
.cs-pill-view { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: var(--accent); color: var(--paper); opacity: 0; transition: opacity .25s; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.cs-card:hover .cs-pill-view { opacity: 1; }

@media (max-width: 760px) {
  .catsnap-name { font-size: 38px; }
  .catsnap-blurb { font-size: 13.5px; max-width: 320px; }
  .catsnap-content { top: 10%; gap: 10px; }
  .catsnap-dots { right: 12px; }
  .cs-carousel { padding: 0 12px; gap: 10px; bottom: 54px; }
  .cs-arrow { display: none; }
  .cs-card { flex-basis: 56vw; }
  .cs-card-inner { padding-bottom: 14px; border-radius: 14px; }
  .cs-card-name { margin: 12px 0 9px; font-size: 11px; letter-spacing: .16em; }
  .cs-card-pill { height: 32px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .catsnap-viewport { scroll-behavior: auto; }
  .catsnap-panel.in .catsnap-bg { animation: none; }
  .catsnap-content { transition: none; }
  /* No staggered reveal when reduced motion is requested. */
  .nav-links > *:not(.nav-close) { opacity: 1; transform: none; transition: none; }
  .nav-links.open > *:not(.nav-close) { transition-delay: 0s; }
}

/* ---------- Product promo strip ---------- */
.pdp-promo { display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; background: var(--ink); color: var(--paper); margin: 8px 56px 44px; padding: 30px 40px; border-radius: var(--radius); text-decoration: none; transition: background .25s; }
.pdp-promo:hover { background: #3b2f22; }
.pdp-promo .eyebrow.light { color: var(--accent); }
.pdp-promo h3 { font-family: var(--display-font); font-size: 26px; font-weight: 500; margin: 0; }
.pdp-promo h3 b { color: var(--accent); font-style: italic; }
.pdp-promo-go { color: var(--accent); display: inline-flex; transition: transform .25s; }
.pdp-promo:hover .pdp-promo-go { transform: translateX(5px); }
@media (max-width: 760px) { .pdp-promo { margin: 4px 22px 32px; padding: 24px 22px; } .pdp-promo h3 { font-size: 20px; } }

/* ---------- Cart drawer ---------- */
.drawer-scrim { position: fixed; inset: 0; background: rgba(42,33,24,.4); opacity: 0; pointer-events: none; transition: opacity .35s; z-index: 70; }
.drawer-scrim.open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 420px; max-width: 92vw; background: var(--paper); z-index: 71; display: flex; flex-direction: column; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1); box-shadow: -24px 0 60px rgba(42,33,24,.22); }
.cart-drawer.open { transform: translateX(0); }
.cd-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.cd-contents { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.cd-free { padding: 18px 24px; border-bottom: 1px solid var(--line); }
.cd-free .freebar-msg { font-size: 13px; }
.cd-lines { flex: 1; overflow-y: auto; padding: 6px 24px; }
.cd-line { display: grid; grid-template-columns: 76px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cd-line:last-child { border-bottom: none; }
.cd-line-img { position: relative; aspect-ratio: 4/5; border-radius: var(--radius); overflow: hidden; background: var(--card); }
.cd-line-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.cd-line-name { font-size: 15px; font-weight: 500; text-decoration: none; color: var(--ink); }
.cd-line-meta { font-size: 12.5px; color: var(--ink-2); font-weight: 300; margin-top: 4px; }
.cd-line-bot { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; }
.cd-line-price { font-size: 15px; font-weight: 500; }
.cd-foot { padding: 20px 24px 24px; border-top: 1px solid var(--line); background: var(--paper-2); }
.cd-foot .sumrow.total { border-top: none; margin: 0; padding: 0 0 4px; }
.cd-note { font-size: 12px; color: var(--ink-2); font-weight: 300; margin: 0 0 14px; }
.cd-foot .btn { margin-top: 4px; }
.cd-continue { margin: 16px auto 0; display: block; }
.cd-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; color: var(--ink-2); padding: 40px; }
.cd-empty svg { color: var(--gold); }
.cd-empty p { font-size: 16px; font-weight: 300; margin: 0; }

/* ---------- Sticky mobile add-to-cart ---------- */
.sticky-atc { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; display: none; align-items: center; gap: 12px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(244,237,226,.96); backdrop-filter: blur(10px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform .3s ease; }
.sticky-atc.show { transform: translateY(0); }
.sticky-atc-info { display: flex; flex-direction: column; line-height: 1.2; }
.sticky-atc-info b { font-size: 13.5px; font-weight: 500; }
.sticky-atc-info span { font-size: 13px; color: var(--ink-2); }
.sticky-atc .btn { flex: 1; justify-content: center; padding: 15px; }

/* ---------- Mega menu ---------- */
.has-mega { position: relative; }
.has-mega::before { content: ''; position: absolute; left: -24px; right: -24px; top: 100%; height: 30px; }
.mega { position: absolute; top: calc(100% + 22px); left: 0; transform: translateY(8px); width: 560px; max-width: 70vw; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 30px 60px rgba(42,33,24,.16); padding: 26px; opacity: 0; visibility: hidden; transition: opacity .22s, transform .22s; z-index: 45; }
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.mega-card { text-decoration: none; color: inherit; display: block; }
.mega-card .mm-media { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius); background: var(--card); margin-bottom: 10px; }
.mega-card h4 { font-size: 13.5px; font-weight: 500; margin: 0; letter-spacing: .01em; }
.mega-card span { font-size: 13px; color: var(--ink-2); }
.mega-foot { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.mega-foot .eyebrow { margin: 0; }

/* ---------- Flash ---------- */
.flash { position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%); background: var(--ink); color: var(--paper); padding: 14px 18px 14px 20px; border-radius: var(--radius); display: flex; align-items: center; gap: 12px; font-size: 13.5px; z-index: 60; box-shadow: 0 14px 40px rgba(42,33,24,.3); animation: flashin .3s cubic-bezier(.2,.7,.2,1); }
.flash svg { color: #7ec48f; }
.flash a { color: var(--accent); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid var(--accent); padding-bottom: 2px; margin-left: 6px; text-decoration: none; }
.flash.hide { display: none; }
@keyframes flashin { from { opacity: 0; transform: translate(-50%, 14px); } to { opacity: 1; transform: translate(-50%, 0); } }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .hero, .editorial { grid-template-columns: 1fr; }
  .hero-r, .editorial-img { min-height: 420px; }
  .valueprops { grid-template-columns: repeat(2, 1fr); }
  .vp:nth-child(2) { border-right: none; }
  .product-main { grid-template-columns: minmax(0, 1fr); }
  .cart-body { grid-template-columns: minmax(0, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav { grid-template-columns: 1fr auto 1fr; padding: 16px 22px; backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--paper); }
  .nav-toggle { justify-self: start; }
  .nav-links { position: fixed; inset: 0 0 0 auto; width: 82%; max-width: 350px; background: var(--paper-2); flex-direction: column; align-items: flex-start; gap: 0; padding: 84px 28px 28px; transform: translateX(100%); transition: transform .3s cubic-bezier(.2,.7,.2,1); z-index: 95; box-shadow: -20px 0 60px rgba(42,33,24,.22); overflow-y: auto; }
  .nav-links::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44'%3E%3Cpath d='M22 15v14M15 22h14' stroke='%239a7d52' stroke-width='1' opacity='0.14'/%3E%3C/svg%3E"); background-size: 44px 44px; }
  .nav-links > * { position: relative; z-index: 1; }
  .nav-close { display: grid; position: absolute; top: 20px; right: 22px; width: 40px; height: 40px; place-items: center; color: var(--ink); border-radius: 50%; z-index: 2; }
  .nav-close:hover { background: var(--line-2); }
  .nav-links.open { transform: translateX(0); }
  /* Staggered reveal: items fade + rise in sequence once the panel slides in.
     .nav-close is excluded so it stays instantly tappable. */
  .nav-links > *:not(.nav-close) { opacity: 0; transform: translateY(12px); transition: opacity .45s ease, transform .5s cubic-bezier(.2,.7,.2,1); }
  .nav-links.open > *:not(.nav-close) { opacity: 1; transform: translateY(0); }
  .nav-links.open > *:nth-child(2)  { transition-delay: .14s; }
  .nav-links.open > *:nth-child(3)  { transition-delay: .19s; }
  .nav-links.open > *:nth-child(4)  { transition-delay: .24s; }
  .nav-links.open > *:nth-child(5)  { transition-delay: .29s; }
  .nav-links.open > *:nth-child(6)  { transition-delay: .34s; }
  .nav-links.open > *:nth-child(7)  { transition-delay: .39s; }
  .nav-links.open > *:nth-child(8)  { transition-delay: .44s; }
  .nav-links.open > *:nth-child(9)  { transition-delay: .49s; }
  .nav-links a { padding: 15px 0; font-size: 15px; width: 100%; }
  .nav-toggle { display: grid; }
  .nav-scrim { position: fixed; inset: 0; background: rgba(42,33,24,.4); opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 92; }
  .nav-scrim.open { opacity: 1; pointer-events: auto; }
  /* The drawer lives inside .nav (a z-index:40 stacking context), so it can't
     rise above the page-level scrim on its own. Lift the whole header above the
     scrim while the menu is open so the drawer sits on top and stays clickable. */
  .nav-open .nav { z-index: 100; }
  /* Desktop-only hover bridge — disable on mobile so it can't overlap and block
     taps on the category below it. */
  .has-mega::before { display: none; }
  .nav-open .sticky-atc { transform: translateY(110%) !important; }
  .display { font-size: 56px; }
  .display.sm { font-size: 38px; }
  .hero-l, .section, .editorial-txt, .shop-head, .shop-main, .crumb, .product-main, .cart-head, .cart-body, .foot-news, .foot-grid, .foot-base { padding-left: 22px; padding-right: 22px; }
  .grid-4, .grid-3 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
  .catstrip { grid-template-columns: 1fr 1fr; }
  .catcell:nth-child(2) { border-right: none; }
  .shop-body { grid-template-columns: 1fr; }
  .filters { position: static; border-right: none; border-bottom: 1px solid var(--line); }
  .foot-news { grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 56px; }
  .section { padding-top: 56px; padding-bottom: 56px; }
  .hero-l, .editorial-txt { padding-top: 56px; padding-bottom: 56px; }
  .product-main { gap: 26px; }
  .foot-news h2 { font-size: 32px; }
  .shop-promo-in { padding: 32px 26px; }
  .shop-promo-in h3 { font-size: 24px; }
  .crumb { flex-wrap: wrap; }
  .pinfo .display.sm { font-size: 38px; }
  .pinfo-buy { gap: 10px; }
  .pinfo-buy .qty button { width: 38px; height: 50px; }
  .pinfo-buy .qty span { min-width: 26px; }
  .btn.buy { padding: 16px 10px; font-size: 11px; letter-spacing: .06em; }
  .mega { display: none !important; }
  .sticky-atc { display: flex; }

  /* category + value props as 2x2 square tiles */
  .catstrip { grid-template-columns: 1fr 1fr; }
  .catcell { aspect-ratio: 1 / 1; justify-content: center; align-items: center; text-align: center; gap: 8px; padding: 18px; border-right: 1px solid var(--line); }
  .catcell:nth-child(even) { border-right: none; }
  .catcell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .catcell-n { font-size: 24px; }
  .catcell-b { font-size: 11.5px; }
  .catcell-go { display: none; }

  .valueprops { grid-template-columns: 1fr 1fr; }
  .vp { aspect-ratio: 1 / 1; align-items: center; text-align: center; justify-content: center; gap: 8px; padding: 18px; border-right: 1px solid var(--line); }
  .vp:nth-child(even) { border-right: none; }
  .vp:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .vp b { font-size: 13.5px; margin-top: 2px; }
  .vp span { font-size: 11.5px; line-height: 1.45; }

  /* decorated mobile drawer */
  .nav-links { justify-content: flex-start; }
  .nav-label { display: block; font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
  .nav-tagline { display: block; font-family: var(--display-font); font-style: italic; font-size: 21px; line-height: 1.15; color: var(--ink); margin: 22px 0 4px; }
  .nav-social { display: flex; gap: 22px; margin-top: 16px; padding-top: 18px; border-top: 1px dashed var(--gold); }
  .nav-social a { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); text-decoration: none; }
  .nav-social a:hover { color: var(--accent); }
  .nav-extra { border-top: 1px dashed var(--gold); }
  .nav-extra { display: block; width: 100%; margin-top: auto; padding-top: 24px; }
  .nav-extra-links { display: flex; flex-direction: column; gap: 0; margin-bottom: 20px; }
  .nav-tagline { display: block; }
  .nav-social { display: flex; }
  .nav-extra-links a { display: flex; align-items: center; gap: 10px; padding: 12px 0; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); text-decoration: none; }
  .nav-extra-links a svg { color: var(--gold); }
  .nav-promo { margin: 8px 0 18px; padding: 24px 22px; }
  .nav-promo h3 { font-size: 19px; }
  .nav-assure span { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ink-2); font-weight: 300; }
  .nav-assure svg { color: var(--accent); }
}
@media (max-width: 420px) {
  .display { font-size: 46px; }
  .grid-4, .grid-3 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; }
  .pcard-top h3 { font-size: 14px; }
  .pcard-price { font-size: 13px; }
  .btn { padding: 15px 24px; }
}

/* ---------- Contact page ---------- */
.contact { display: grid; grid-template-columns: 1.02fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-media { position: relative; min-height: 560px; overflow: hidden; }
.contact-media .bagimg { width: 100%; height: 100%; }
.contact-media img { width: 100%; height: 100%; object-fit: cover; }
.contact-panel { padding: 76px 64px; display: flex; flex-direction: column; }
.contact-panel .display.sm { margin: 10px 0 0; }
.contact-intro { font-size: 16px; line-height: 1.6; font-weight: 300; color: var(--ink-2); max-width: 460px; margin: 18px 0 32px; }
.contact-form { display: grid; gap: 16px; max-width: 480px; }
.contact-form .field { display: grid; gap: 7px; }
.contact-form label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); }
.contact-form input, .contact-form textarea { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 13px 15px; font-family: inherit; font-size: 15px; color: var(--ink); outline: none; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form .btn { justify-self: start; margin-top: 6px; border: none; cursor: pointer; }
.contact-note { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: var(--radius); font-size: 14px; }
.contact-note.ok { background: var(--paper-2); border: 1px solid var(--line); color: var(--ink); }
.contact-note.ok svg { color: var(--accent); }
.contact-note.err { background: rgba(176,98,58,.08); border: 1px solid var(--accent); color: var(--accent); }
.contact-meta { display: flex; flex-wrap: wrap; gap: 30px 40px; margin-top: 44px; padding-top: 28px; border-top: 1px dashed var(--gold); font-size: 14px; color: var(--ink-2); font-weight: 300; }
.contact-meta .eyebrow { display: block; margin-bottom: 6px; }
.contact-meta a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 1px; }
.contact-meta a:hover { color: var(--accent); }
@media (max-width: 900px) {
  .contact { grid-template-columns: 1fr; }
  .contact-media { min-height: 300px; order: -1; }
  .contact-panel { padding: 48px 22px; }
}
