/* ============================================================================
   AKHDOR (SG) PTE. LTD. — storefront mockup
   Direction: "trade case label". Industrial grotesque, stencil rules, brand
   colour fields at page scale on an understated warm-grey ground.
   Brief-pinned to the Shopify Taste lineage: bold headlines, thin strokes,
   industrial fonts, high contrast on an understated background.
   Mockup by Genaxis Pte Ltd.
   ========================================================================= */

/* ---------- tokens ---------- */
:root {
  --ground: #ECEBE6;
  --ground-deep: #E2E0D9;
  --paper: #FFFFFF;
  --ink: #16150F;
  --ink-2: #55524A;
  --ink-3: #7C7869;
  --rule: #D2CFC4;
  --rule-strong: #B9B5A7;

  --akhdor: #0F4032;
  --akhdor-live: #17724A;
  --akhdor-wash: #E4EAE5;
  --amber: #B4761A;
  --amber-wash: #F7EEDC;

  --al-yellow: #F7B70C;
  --al-purple: #4B1A63;
  --al-purple-deep: #35104A;

  --he-ink: #0B0B0C;
  --he-teh: #C89A6A;
  --he-bandung: #F0568E;
  --he-choco: #6B3A1E;
  --he-kopi: #2A211C;

  --display: "Archivo", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --body: "Archivo", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

  --pad: clamp(1.25rem, 4vw, 4rem);
  --maxw: 1440px;
  --measure: 68ch;

  --ease: cubic-bezier(.16, 1, .3, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; line-height: 1.02; letter-spacing: -.03em; font-weight: 800; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--akhdor-live); outline-offset: 3px; }

/* ---------- type system ---------- */
.display {
  font-family: var(--display);
  font-variation-settings: "wdth" 118;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.025em;
  line-height: .92;
}
.d1 { font-size: clamp(2.6rem, 7.4vw, 5.5rem); }
.d2 { font-size: clamp(2rem, 4.6vw, 3.4rem); }
.d3 { font-size: clamp(1.45rem, 2.6vw, 2.1rem); }

/* the stencil label: a named system element, used for spec + wayfinding only */
.stencil {
  font-family: var(--display);
  font-variation-settings: "wdth" 112;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .70rem;
  line-height: 1;
  color: var(--ink-2);
}
.lede { font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.5; color: var(--ink-2); max-width: 46ch; }
.prose { max-width: var(--measure); }
.prose h2 { font-size: 1.6rem; margin: 2.4em 0 .6em; letter-spacing: -.02em; }
.prose h3 { font-size: 1.15rem; margin: 2em 0 .5em; letter-spacing: -.01em; }
.prose li { margin-bottom: .5em; }
.prose a { color: var(--akhdor-live); text-underline-offset: 3px; }

/* ---------- layout ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
.section { padding-block: clamp(3.5rem, 8vw, 7rem); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.rule { height: 1px; background: var(--rule); border: 0; margin: 0; }
.sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.sechead p { margin: .7rem 0 0; color: var(--ink-2); max-width: 48ch; }

/* ---------- header ---------- */
/* Nothing sits above this. No announcement bar, ever. */
.hdr {
  position: sticky; top: 0; z-index: 50;
  background: var(--ground);
  border-bottom: 1px solid var(--rule);
}
.hdr__in { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad);
  display: flex; align-items: center; gap: 1.5rem; min-height: 68px; }
.brandmark { display: flex; align-items: center; gap: .6rem; text-decoration: none; flex: 0 0 auto; }
.brandmark__box {
  width: 30px; height: 30px; background: var(--akhdor); color: #fff;
  display: grid; place-items: center; font-family: var(--display);
  font-variation-settings: "wdth" 118; font-weight: 900; font-size: .95rem; letter-spacing: -.02em;
}
.brandmark__word { font-family: var(--display); font-variation-settings: "wdth" 118;
  font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: 1.02rem; }
.brandmark__sg { font-size: .58rem; letter-spacing: .18em; color: var(--ink-3); display: block; margin-top: 1px; }

.nav { display: flex; align-items: center; gap: .25rem; margin-left: auto; }
.nav a {
  text-decoration: none; padding: .55rem .8rem; font-size: .88rem; font-weight: 500;
  border-radius: 2px; white-space: nowrap;
}
.nav a:hover { background: var(--ground-deep); }
.nav a[aria-current="page"] { font-weight: 700; box-shadow: inset 0 -2px 0 var(--akhdor); }

.has-sub { position: relative; }
.has-sub > button {
  background: none; border: 0; cursor: pointer; padding: .55rem .8rem;
  font-size: .88rem; font-weight: 500; display: flex; align-items: center; gap: .35rem; border-radius: 2px;
}
.has-sub > button:hover { background: var(--ground-deep); }
.has-sub > button svg { transition: transform .25s var(--ease); }
.has-sub[data-open="true"] > button svg { transform: rotate(180deg); }
.sub {
  position: absolute; top: calc(100% + 1px); left: 0; min-width: 290px;
  background: var(--paper); border: 1px solid var(--rule); padding: .5rem;
  display: none; box-shadow: 0 18px 40px -24px rgba(22,21,15,.45);
}
.has-sub[data-open="true"] .sub { display: block; }
.sub a { display: block; padding: .7rem .8rem; }
.sub .stencil { display: block; margin-bottom: .2rem; }
.sub small { color: var(--ink-3); font-size: .78rem; display: block; line-height: 1.35; }

.hdr__cta {
  background: var(--akhdor); color: #fff; text-decoration: none;
  padding: .6rem 1.1rem; font-size: .84rem; font-weight: 700; border-radius: 2px; white-space: nowrap;
}
.hdr__cta:hover { background: var(--akhdor-live); }
.burger { display: none; background: none; border: 1px solid var(--rule); width: 44px; height: 44px;
  cursor: pointer; align-items: center; justify-content: center; border-radius: 2px; margin-left: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.5rem; min-height: 46px; font-weight: 700; font-size: .92rem;
  text-decoration: none; border: 1px solid transparent; border-radius: 2px; cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.btn--solid { background: var(--akhdor); color: #fff; }
.btn--solid:hover { background: var(--akhdor-live); }
.btn--line { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--line:hover { background: var(--ink); color: var(--ground); }
.btn--onbrand { background: var(--ink); color: #fff; }
.btn--full { width: 100%; }
.btn[disabled] { opacity: .45; cursor: not-allowed; }

/* ---------- indicative price tag (never decorative) ---------- */
.tag-ind {
  display: inline-flex; align-items: center; gap: .3rem; vertical-align: middle;
  background: var(--amber-wash); color: var(--amber); border: 1px solid rgba(180,118,26,.32);
  font-family: var(--display); font-variation-settings: "wdth" 112; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; font-size: .58rem;
  padding: .22rem .42rem; border-radius: 2px; white-space: nowrap;
}
.legend {
  display: flex; gap: .7rem; align-items: flex-start;
  background: var(--amber-wash); border: 1px solid rgba(180,118,26,.28);
  padding: .9rem 1.1rem; font-size: .84rem; color: #6C4710; line-height: 1.45; border-radius: 2px;
}
.legend strong { color: var(--amber); }

/* ---------- hero: the two brand fields ---------- */
.hero { border-bottom: 1px solid var(--rule); }
.hero__in { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; min-height: min(78vh, 720px); }
.hero__say { padding: clamp(2.5rem, 5vw, 4.5rem) var(--pad) clamp(2.5rem, 5vw, 4rem); display: flex; flex-direction: column; justify-content: center; }
.hero__say .stencil { margin-bottom: 1.4rem; }
.hero__say h1 { margin-bottom: 1.4rem; }
.hero__say h1 em { font-style: normal; color: var(--akhdor); }
.hero__acts { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 2rem; }
.hero__meta { margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid var(--rule);
  display: flex; gap: 2.2rem; flex-wrap: wrap; }
.hero__meta div { display: flex; flex-direction: column; gap: .25rem; }
.hero__meta b { font-family: var(--display); font-variation-settings: "wdth" 118; font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; }

.fields { display: grid; grid-template-rows: 1fr 1fr; }
.field {
  position: relative; overflow: hidden; text-decoration: none; display: flex; flex-direction: column;
  justify-content: flex-end; padding: clamp(1.5rem, 3vw, 2.2rem); min-height: 230px;
  opacity: 0; transform: translateY(14px);
  animation: fieldIn .85s var(--ease) forwards;
}
.field:nth-child(1) { animation-delay: .08s; }
.field:nth-child(2) { animation-delay: .2s; }
@keyframes fieldIn { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .field { opacity: 1; transform: none; animation: none; } }
.field--al { background: var(--al-yellow); color: var(--al-purple); }
.field--he { background: var(--he-ink); color: #fff; }
.field__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.field--al .field__img { mix-blend-mode: multiply; opacity: .85; }
.field__body { position: relative; }
.field__name { font-family: var(--display); font-variation-settings: "wdth" 118; font-weight: 900;
  text-transform: uppercase; font-size: clamp(1.5rem, 2.6vw, 2.3rem); line-height: .95; letter-spacing: -.02em; }
.field__desc { font-size: .88rem; margin: .5rem 0 0; max-width: 34ch; opacity: .9; }
.field__go { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem; font-weight: 700; font-size: .84rem; }
.field:hover .field__go { gap: .8rem; }
.field__go svg { transition: transform .25s var(--ease); }

/* ---------- product cards ---------- */
.grid { display: grid; gap: 1.5rem 1.25rem; grid-template-columns: repeat(auto-fill, minmax(min(255px, 100%), 1fr)); }
.card { background: var(--paper); border: 1px solid var(--rule); text-decoration: none; display: flex; flex-direction: column;
  transition: border-color .2s var(--ease), transform .2s var(--ease); }
.card:hover { border-color: var(--ink); transform: translateY(-2px); }
.card__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ground-deep); }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__flag { position: absolute; top: .6rem; left: .6rem; background: var(--ink); color: #fff;
  font-family: var(--display); font-variation-settings: "wdth" 112; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; font-size: .56rem; padding: .3rem .45rem; }
.card__flag--al { background: var(--al-purple); }
.card__flag--he { background: var(--he-ink); }
.card__body { padding: 1rem 1.05rem 1.15rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.card__name { font-weight: 700; font-size: 1rem; line-height: 1.25; letter-spacing: -.01em; }
.card__note { font-size: .8rem; color: var(--ink-3); line-height: 1.4; }
.card__foot { margin-top: auto; padding-top: .7rem; display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.card__price { font-family: var(--display); font-variation-settings: "wdth" 112; font-weight: 800; font-size: 1.05rem; }

/* ---------- brand collection headers (colour at page scale) ---------- */
.bhead { position: relative; overflow: hidden; }
.bhead__in { max-width: var(--maxw); margin: 0 auto; padding: clamp(2.5rem, 6vw, 5rem) var(--pad); position: relative; }

/* Amenda Leckers: their own 1:1 announcement artwork, as a page */
.bhead--al { background: var(--al-yellow); color: var(--al-purple); text-align: center; }
.bhead--al .bhead__in { display: flex; flex-direction: column; align-items: center; }
.al-logo { background: var(--paper); border: 3px solid var(--al-purple); border-radius: 999px;
  padding: .8rem 2.2rem; display: inline-flex; flex-direction: column; align-items: center; }
.al-logo b { font-family: var(--display); font-variation-settings: "wdth" 105; font-weight: 800;
  font-size: clamp(1.3rem, 3vw, 1.9rem); letter-spacing: -.01em; line-height: 1; }
.al-logo span { font-size: .62rem; letter-spacing: .1em; margin-top: .2rem; }
.al-star {
  position: absolute; top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2.5rem);
  width: clamp(74px, 11vw, 122px); aspect-ratio: 1; color: var(--al-purple);
  display: grid; place-items: center; text-align: center;
}
.al-star svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.al-star em { position: relative; font-style: normal; color: var(--al-yellow); font-family: var(--display);
  font-variation-settings: "wdth" 112; font-weight: 800; line-height: .95; font-size: clamp(.6rem, 1.35vw, .82rem); }
.al-star em b { display: block; font-size: clamp(1rem, 2.3vw, 1.5rem); }
.al-flourish { width: min(340px, 70%); height: 22px; color: var(--al-purple); margin: 1.5rem auto; }
.bhead--al h1 { color: var(--al-purple); }
.bhead--al .bhead__sub { max-width: 54ch; margin: 1.1rem auto 0; color: var(--al-purple-deep); font-size: 1.02rem; }

/* Haos Ek?: near-black, the bottle does the talking */
.bhead--he { background: var(--he-ink); color: #fff; }
.bhead--he .bhead__in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.5rem; align-items: center; }
.bhead--he .stencil { color: rgba(255,255,255,.6); }
.bhead--he .bhead__sub { color: rgba(255,255,255,.76); max-width: 48ch; margin-top: 1.1rem; }
.he-tagline { font-family: var(--display); font-variation-settings: "wdth" 118; font-weight: 900;
  text-transform: uppercase; font-size: clamp(.8rem, 1.5vw, 1rem); letter-spacing: .04em;
  color: var(--he-bandung); margin-top: 1.6rem; }
.he-tagline small { display: block; font-family: var(--body); font-variation-settings: "wdth" 100;
  font-weight: 400; text-transform: none; letter-spacing: 0; color: rgba(255,255,255,.55); font-size: .8rem; margin-top: .3rem; }
.he-shot { border: 1px solid rgba(255,255,255,.14); aspect-ratio: 4/5; object-fit: cover; width: 100%; }

/* flavour chips */
.chips { display: flex; gap: .5rem; flex-wrap: wrap; }
.chip { display: inline-flex; align-items: center; gap: .4rem; padding: .5rem .85rem; min-height: 44px;
  border: 1px solid var(--rule); background: var(--paper); font-size: .82rem; font-weight: 600;
  text-decoration: none; border-radius: 2px; cursor: pointer; }
.chip:hover, .chip[aria-pressed="true"] { border-color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); color: #fff; }
.chip i { width: 11px; height: 11px; border-radius: 50%; display: block; flex: 0 0 auto; }
.f-teh { background: var(--he-teh); }
.f-bandung { background: var(--he-bandung); }
.f-choco { background: var(--he-choco); }
.f-kopi { background: var(--he-kopi); }
.chip[aria-pressed="true"] i { box-shadow: 0 0 0 2px rgba(255,255,255,.35); }
.card[hidden] { display: none; }

/* ---------- product detail ---------- */
.pdp { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.pdp__media { position: sticky; top: 88px; }
.pdp__hero { width: 100%; aspect-ratio: 4/5; object-fit: cover; border: 1px solid var(--rule); background: var(--ground-deep); }
.pdp__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; margin-top: .5rem; }
.pdp__thumbs img { aspect-ratio: 1; object-fit: cover; border: 1px solid var(--rule); cursor: pointer; background: var(--ground-deep); }
.pdp__thumbs img[aria-current="true"] { border-color: var(--ink); border-width: 2px; }
.pdp__price { display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; margin: 1.1rem 0; }
.pdp__price b { font-family: var(--display); font-variation-settings: "wdth" 118; font-weight: 800; font-size: 2rem; letter-spacing: -.02em; }
.opt { margin: 1.6rem 0; }
.opt > .stencil { display: block; margin-bottom: .7rem; }
.opt__row { display: flex; gap: .5rem; flex-wrap: wrap; }
.qty { display: inline-flex; border: 1px solid var(--ink); border-radius: 2px; overflow: hidden; }
.qty button { width: 46px; height: 46px; background: var(--paper); border: 0; cursor: pointer; font-size: 1.1rem; }
.qty button:hover { background: var(--ground-deep); }
.qty input { width: 54px; height: 46px; text-align: center; border: 0; border-inline: 1px solid var(--rule); background: var(--paper); }
.buybar { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.2rem; }
.buybar .btn { flex: 1 1 190px; }

/* the spec panel — data as design material */
.spec { border-top: 2px solid var(--ink); margin-top: 2.2rem; }
.spec__row { display: grid; grid-template-columns: 34% 1fr; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--rule); font-size: .88rem; }
.spec__row dt { color: var(--ink-3); font-family: var(--display); font-variation-settings: "wdth" 112;
  text-transform: uppercase; letter-spacing: .1em; font-size: .64rem; font-weight: 700; padding-top: .2rem; }
.spec__row dd { margin: 0; }

.acc { border-top: 1px solid var(--rule); margin-top: 2rem; }
.acc details { border-bottom: 1px solid var(--rule); }
.acc summary { padding: 1.05rem 0; cursor: pointer; font-weight: 700; font-size: .95rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; font-size: 1.3rem; font-weight: 400; color: var(--ink-3); }
.acc details[open] summary::after { content: "\2212"; }
.acc .acc__body { padding-bottom: 1.2rem; color: var(--ink-2); font-size: .92rem; }
.acc .acc__body > :last-child { margin-bottom: 0; }

/* ---------- forms ---------- */
.form { display: grid; gap: 1.15rem; }
.fg { display: flex; flex-direction: column; gap: .4rem; }
.fg--full { grid-column: 1 / -1; }
.fg label { font-family: var(--display); font-variation-settings: "wdth" 112; text-transform: uppercase;
  letter-spacing: .1em; font-size: .64rem; font-weight: 700; color: var(--ink-2); }
.fg label .req { color: #B4321A; }
.fg input, .fg select, .fg textarea {
  background: var(--paper); border: 1px solid var(--rule-strong); border-radius: 2px;
  padding: .8rem .9rem; min-height: 46px; font-size: 1rem; width: 100%;
}
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--akhdor); }
.fg textarea { min-height: 140px; resize: vertical; }
.fg small { color: var(--ink-3); font-size: .78rem; }
.fg--err input, .fg--err select, .fg--err textarea { border-color: #B4321A; }
.fg .err { color: #B4321A; font-size: .78rem; display: none; }
.fg--err .err { display: block; }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.formnote { background: var(--akhdor-wash); border: 1px solid rgba(15,64,50,.2); padding: 1rem 1.15rem; font-size: .86rem; color: #1B3A2E; border-radius: 2px; }
.okbox { background: var(--akhdor); color: #fff; padding: 1.6rem; border-radius: 2px; }
.okbox h3 { margin-bottom: .5rem; }

/* ---------- footer ---------- */
.ftr { background: var(--ink); color: rgba(255,255,255,.72); padding-block: clamp(2.5rem, 5vw, 4rem) 2rem; margin-top: 0; }
.ftr a { color: rgba(255,255,255,.72); text-decoration: none; }
.ftr a:hover { color: #fff; }
.ftr__cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; }
.ftr h4 { font-family: var(--display); font-variation-settings: "wdth" 112; text-transform: uppercase;
  letter-spacing: .12em; font-size: .66rem; color: rgba(255,255,255,.45); margin-bottom: 1rem; font-weight: 700; }
.ftr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; font-size: .88rem; }
.ftr__brand { font-family: var(--display); font-variation-settings: "wdth" 118; font-weight: 900;
  text-transform: uppercase; color: #fff; font-size: 1.35rem; letter-spacing: .02em; }
.ftr__addr { font-size: .86rem; line-height: 1.6; margin-top: .9rem; max-width: 34ch; }
.ftr__bot { border-top: 1px solid rgba(255,255,255,.14); margin-top: 2.5rem; padding-top: 1.5rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .78rem; color: rgba(255,255,255,.5); }
.ftr__notice { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  padding: .9rem 1.1rem; font-size: .78rem; margin-top: 1.5rem; border-radius: 2px; color: rgba(255,255,255,.66); }

/* ---------- contact split ---------- */
/* Lives here, not in an inline style: an inline grid-template-columns cannot be
   overridden by a media query and held the page at two columns on a phone. */
.ct-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
@media (max-width: 900px) { .ct-grid { grid-template-columns: 1fr; } }

/* ---------- breadcrumb ---------- */
.crumb { display: flex; gap: .45rem; align-items: center; font-size: .78rem; color: var(--ink-3); padding-block: 1.1rem; flex-wrap: wrap; }
.crumb a { text-decoration: none; }
.crumb a:hover { color: var(--ink); }

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .hero__in { grid-template-columns: 1fr; }
  .fields { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .pdp { grid-template-columns: 1fr; }
  .pdp__media { position: static; }
  .bhead--he .bhead__in { grid-template-columns: 1fr; }
  .ftr__cols { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 860px) {
  .nav, .hdr__cta { display: none; }
  .burger { display: inline-flex; }
  .nav--open {
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: fixed; inset: 68px 0 0; background: var(--ground); padding: 1rem var(--pad) 2rem;
    overflow-y: auto; z-index: 49; border-top: 1px solid var(--rule);
  }
  .nav--open a, .nav--open .has-sub > button { padding: .95rem .2rem; font-size: 1.05rem; width: 100%; border-bottom: 1px solid var(--rule); border-radius: 0; }
  .nav--open .has-sub { width: 100%; }
  .nav--open .sub { position: static; display: block; border: 0; box-shadow: none; padding: 0 0 .5rem .8rem; background: transparent; }
  .nav--open .sub a { border-bottom: 0; padding: .7rem .2rem; font-size: .95rem; }
  .nav--open .has-sub:not([data-open="true"]) .sub { display: none; }
  body.navlock { overflow: hidden; }
}
@media (max-width: 700px) {
  .fields { grid-template-columns: 1fr; }
  .form__grid { grid-template-columns: 1fr; }
  .ftr__cols { grid-template-columns: 1fr; }
  .grid { grid-template-columns: repeat(auto-fill, minmax(min(160px, 100%), 1fr)); gap: 1rem .75rem; }
  .hero__meta { gap: 1.4rem; }
}
@media (max-width: 600px) {
  .spec__row { grid-template-columns: 1fr; gap: .2rem; }
  .pdp__thumbs { grid-template-columns: repeat(4, 1fr); }
  .buybar .btn { flex: 1 1 100%; }
}
/* iOS zooms any field under 16px on focus and never zooms back out */
@media (max-width: 680px) {
  .fg input, .fg select, .fg textarea, .qty input { font-size: 16px; }
}
@media print { .hdr, .ftr, .signfab, .kitfab { display: none !important; } }
