/* ==============================================================
   WAYANADY ENTERPRISES — Highlands Trading House design system
   Forest #1F3A2E / Brass #C99B47 / Bone #F2EAD8 / Mist #DCD4BE / Ink #0E1813
   ============================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT@9..144,300..900,0..100&family=Inter+Tight:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
  --forest:        #1F3A2E;
  --forest-deep:   #122118;
  --forest-mid:    #2F5142;
  --brass:         #C99B47;
  --brass-light:   #DCB76C;
  --brass-deep:    #8B6624;
  --bone:          #F2EAD8;
  --bone-warm:     #ECE2C9;
  --mist:          #DCD4BE;
  --ink:           #0E1813;
  --ink-soft:      #2B3833;
  --paper:         #FAF6EB;
  --cherry:        #B53A20;     /* coffee cherry accent (rare use) */

  --shadow-soft: 0 1px 2px rgba(14,24,19,.06), 0 4px 16px rgba(14,24,19,.08);
  --shadow-lift: 0 4px 12px rgba(14,24,19,.10), 0 24px 64px rgba(14,24,19,.18);

  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans:  'Inter Tight', system-ui, -apple-system, sans-serif;
  --mono:  'JetBrains Mono', 'SF Mono', Menlo, monospace;

  --max: 1320px;
  --pad: clamp(1.25rem, 4vw, 3rem);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--brass); color: var(--forest-deep); }

/* ── Type scale ─────────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 380; letter-spacing: -0.015em; line-height: 1.05; font-variation-settings: 'SOFT' 60, 'opsz' 96; }
.serif-italic { font-style: italic; font-variation-settings: 'SOFT' 100, 'opsz' 96; color: var(--brass-deep); }
.h-display { font-size: clamp(2.5rem, 6.5vw, 5.75rem); }
.h-1       { font-size: clamp(2.1rem, 5vw, 3.75rem); }
.h-2       { font-size: clamp(1.6rem, 3.4vw, 2.5rem); }
.h-3       { font-size: clamp(1.25rem, 2vw, 1.5rem); font-variation-settings: 'SOFT' 40, 'opsz' 32; }

.eyebrow {
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--brass-deep); font-weight: 500;
}
.eyebrow--bone { color: var(--bone); }
.lede { font-size: 1.125rem; line-height: 1.65; color: var(--ink-soft); max-width: 60ch; }
.mono { font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.04em; }

/* ── Grain + paper texture ──────────────────────────────────── */
.paper-grain {
  position: relative;
}
.paper-grain::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.1  0 0 0 0 0.08  0 0 0 0 0.06  0 0 0 .55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
  z-index: 2;
}

/* ── Nav ────────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(31,58,46,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,155,71,.22);
  color: var(--bone);
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0.95rem var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.brand {
  display: flex; align-items: center; gap: 0.7rem;
  font-family: var(--serif); font-size: 1.35rem; font-weight: 400; letter-spacing: -0.01em;
  font-variation-settings: 'SOFT' 60;
}
.brand svg { width: 32px; height: 32px; }
.brand small { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.22em; color: var(--brass-light); display: block; margin-top: 2px; text-transform: uppercase; }
.nav-links { display: flex; gap: 1.7rem; font-size: 0.85rem; align-items: center; }
.nav-links a { color: var(--bone); opacity: 0.82; transition: opacity .2s, color .2s; position: relative; padding-bottom: 2px; }
.nav-links a:hover, .nav-links a.active { opacity: 1; color: var(--brass-light); }
.nav-cta {
  border: 1px solid var(--brass); color: var(--brass-light);
  padding: 0.55rem 1.05rem; border-radius: 999px; font-size: 0.78rem;
  letter-spacing: 0.05em; font-weight: 500;
  transition: background .25s, color .25s;
}
.nav-cta:hover { background: var(--brass); color: var(--forest-deep) !important; opacity: 1 !important; }
.nav-burger { display: none; }
@media (max-width: 880px) {
  .nav-links { display: none; }
  .nav-burger { display: inline-flex; align-items: center; gap: .5rem; color: var(--brass-light); font-size: 0.8rem; font-family: var(--mono); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
  .nav-burger span { display: block; width: 22px; height: 1.5px; background: var(--brass-light); position: relative; }
  .nav-burger span::before, .nav-burger span::after { content: ''; display: block; position: absolute; left: 0; right: 0; height: 1.5px; background: var(--brass-light); }
  .nav-burger span::before { top: -6px; } .nav-burger span::after { top: 6px; }
  .nav-open .nav-links {
    display: flex; flex-direction: column; gap: 1rem;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--forest-deep); padding: 1.5rem var(--pad);
    border-bottom: 1px solid rgba(201,155,71,.22);
  }
}

/* ── Buttons ────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--sans); font-weight: 500; font-size: 0.93rem;
  padding: 0.95rem 1.6rem; border-radius: 2px;
  letter-spacing: 0.01em;
  transition: transform .25s, background .25s, color .25s, box-shadow .25s;
}
.btn-primary { background: var(--brass); color: var(--forest-deep); }
.btn-primary:hover { background: var(--brass-light); transform: translateY(-1px); box-shadow: var(--shadow-lift); }
.btn-ghost { background: transparent; color: var(--forest); border: 1px solid var(--forest); }
.btn-ghost:hover { background: var(--forest); color: var(--bone); }
.btn-ghost--bone { color: var(--bone); border-color: rgba(242,234,216,0.4); }
.btn-ghost--bone:hover { background: var(--bone); color: var(--forest-deep); }
.btn-arrow::after { content: '→'; display: inline-block; transition: transform .25s; }
.btn:hover .btn-arrow::after, .btn-arrow:hover::after { transform: translateX(4px); }

/* ── Section primitives ─────────────────────────────────────── */
section { position: relative; }
.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.sec-pad { padding-top: clamp(4rem, 9vw, 8rem); padding-bottom: clamp(4rem, 9vw, 8rem); }
.sec-pad-sm { padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }

.bg-forest { background: var(--forest-deep); color: var(--bone); }
.bg-forest h1, .bg-forest h2, .bg-forest h3 { color: var(--bone); }
.bg-forest .lede { color: rgba(242,234,216,.78); }
.bg-bone   { background: var(--bone); }
.bg-paper  { background: var(--paper); }
.bg-mist   { background: var(--mist); }
.bg-warm   { background: var(--bone-warm); }

/* divider with brass center ornament */
.divider-ornament {
  display: flex; align-items: center; gap: 1.25rem; margin: 2rem auto; max-width: 380px;
}
.divider-ornament::before, .divider-ornament::after {
  content: ''; flex: 1; height: 1px; background: currentColor; opacity: 0.35;
}
.divider-ornament svg { width: 26px; height: 26px; flex: none; }

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
  min-height: clamp(620px, 92vh, 920px);
  background: var(--forest-deep);
  color: var(--bone);
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.hero-photo {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1599639957043-d0ff8a40e2c9?auto=format&fit=crop&w=2200&q=85') center/cover no-repeat;
  filter: brightness(0.62) saturate(1.1);
}
.hero-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18,33,24,.55) 0%, rgba(18,33,24,.3) 35%, rgba(18,33,24,.92) 100%);
}
.hero-mask {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 30%, rgba(201,155,71,.1) 0%, transparent 60%);
  pointer-events: none;
}
.hero-grain { position: absolute; inset: 0; pointer-events: none; }
.hero-inner {
  position: relative; z-index: 3;
  display: grid; grid-template-rows: auto 1fr auto;
  flex: 1; padding-top: 3rem; padding-bottom: 2.5rem;
  max-width: var(--max); margin: 0 auto; width: 100%;
  padding-left: var(--pad); padding-right: var(--pad);
}
.hero-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
}
.hero-meta {
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(220,183,108,.85);
}
.hero-meta span { display: block; margin-bottom: 4px; }
.hero-center {
  align-self: center; max-width: 920px; margin-top: 2rem;
}
.hero-center h1 {
  font-size: clamp(2.8rem, 7vw, 6rem);
  line-height: 1.02; color: var(--bone);
  font-weight: 380; letter-spacing: -0.02em;
  font-variation-settings: 'SOFT' 50, 'opsz' 144;
}
.hero-center h1 em {
  font-style: italic; color: var(--brass-light);
  font-variation-settings: 'SOFT' 100, 'opsz' 144; font-weight: 320;
}
.hero-sub {
  margin-top: 1.6rem; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.55;
  max-width: 58ch; color: rgba(242,234,216,.85);
}
.hero-ctas { margin-top: 2.2rem; display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-bottom {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
  padding-top: 2.2rem; border-top: 1px solid rgba(220,183,108,.22);
  margin-top: 3rem;
}
.hero-stat .v {
  font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  font-variation-settings: 'SOFT' 60; line-height: 1; color: var(--brass-light);
}
.hero-stat .v em { font-style: italic; }
.hero-stat .k { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(242,234,216,.6); margin-top: 6px; }
@media (max-width: 720px) {
  .hero-bottom { grid-template-columns: repeat(2,1fr); gap: 1.2rem; }
}

/* ── GI Wax Seal ─────────────────────────────────────────────── */
.wax-seal {
  width: 130px; height: 130px; flex: none; position: relative;
}
.wax-seal--rotate { animation: slow-rotate 36s linear infinite; }
@keyframes slow-rotate { to { transform: rotate(360deg); } }
.wax-seal text { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.14em; fill: currentColor; text-transform: uppercase; }

/* ── Marquee ────────────────────────────────────────────────── */
.marquee {
  overflow: hidden; padding: 1.2rem 0;
  border-top: 1px solid rgba(201,155,71,.25);
  border-bottom: 1px solid rgba(201,155,71,.25);
  background: var(--forest);
  color: var(--bone);
}
.marquee-track {
  display: flex; gap: 3rem; white-space: nowrap;
  animation: scroll-left 48s linear infinite;
  font-family: var(--serif); font-size: 1.5rem; font-variation-settings: 'SOFT' 80;
}
.marquee-track span { display: flex; align-items: center; gap: 3rem; }
.marquee-track em { font-style: italic; color: var(--brass-light); }
.marquee-track i.dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--brass);
  display: inline-block; flex: none;
}
@keyframes scroll-left { to { transform: translateX(-50%); } }

/* ── Card primitive ─────────────────────────────────────────── */
.card {
  background: var(--paper); border: 1px solid rgba(31,58,46,.12);
  position: relative; transition: transform .35s, box-shadow .35s, border-color .35s;
}
.card:hover { transform: translateY(-3px); border-color: rgba(201,155,71,.5); box-shadow: var(--shadow-lift); }

/* ── Product card ───────────────────────────────────────────── */
.product-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem;
}
.product-card {
  background: var(--paper); border: 1px solid rgba(31,58,46,.14);
  display: flex; flex-direction: column; overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); border-color: rgba(201,155,71,.55); }
.product-card-photo {
  aspect-ratio: 4/3; background-size: cover; background-position: center; position: relative;
}
.product-card-photo::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(18,33,24,.4) 100%);
}
.product-card-tag {
  position: absolute; top: 0.9rem; left: 0.9rem; z-index: 2;
  background: var(--bone); color: var(--forest-deep);
  font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.32rem 0.6rem; border-radius: 2px;
}
.product-card-tag.gi { background: var(--brass); color: var(--forest-deep); }
.product-card-body { padding: 1.4rem 1.4rem 1.6rem; flex: 1; display: flex; flex-direction: column; }
.product-card-sku { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.14em; color: var(--brass-deep); margin-bottom: 0.5rem; }
.product-card-name {
  font-family: var(--serif); font-size: 1.4rem; line-height: 1.2; color: var(--forest-deep);
  font-variation-settings: 'SOFT' 70; margin-bottom: 0.55rem;
}
.product-card-name em { font-style: italic; color: var(--brass-deep); }
.product-card-desc { font-size: 0.9rem; line-height: 1.5; color: var(--ink-soft); margin-bottom: 1rem; flex: 1; }
.product-card-spec {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 1rem;
  padding-top: 1rem; border-top: 1px solid rgba(31,58,46,.1);
  font-family: var(--mono); font-size: 0.7rem; color: var(--ink-soft);
}
.product-card-spec .k { color: var(--brass-deep); letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.62rem; }

/* ── Spec ledger row ────────────────────────────────────────── */
.ledger-row {
  display: grid; grid-template-columns: 80px 1fr 1fr 1fr 1fr 120px;
  gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(31,58,46,.1);
  align-items: center; font-size: 0.9rem;
}
.ledger-row.head { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass-deep); border-bottom: 1px solid rgba(201,155,71,.35); padding: 0.9rem 0; }
.ledger-row .ix { font-family: var(--mono); font-size: 0.78rem; color: var(--brass-deep); }
.ledger-row .nm { font-family: var(--serif); font-size: 1.05rem; font-variation-settings: 'SOFT' 50; color: var(--forest-deep); }
.ledger-row .nm em { font-style: italic; color: var(--brass-deep); }
.ledger-row .meta { font-family: var(--mono); font-size: 0.74rem; color: var(--ink-soft); }
@media (max-width: 880px) {
  .ledger-row { grid-template-columns: 50px 1fr 1fr; }
  .ledger-row .hide-m { display: none; }
}

/* ── Provenance band ────────────────────────────────────────── */
.prov-band {
  background: var(--forest-deep);
  color: var(--bone);
  position: relative;
  overflow: hidden;
}
.prov-band-photo {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1559056199-641a0ac8b55e?auto=format&fit=crop&w=2200&q=85') center/cover no-repeat;
  opacity: 0.22; filter: saturate(0.7);
}
.prov-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center;
}
@media (max-width: 880px) { .prov-grid { grid-template-columns: 1fr; } }

/* ── Contour map (Wayanad) ──────────────────────────────────── */
.contour-card {
  background: var(--paper); border: 1px solid rgba(31,58,46,.16); padding: 2rem;
  position: relative; overflow: hidden;
}
.contour-card svg { width: 100%; height: auto; }
.contour-legend { display: flex; gap: 1.4rem; flex-wrap: wrap; margin-top: 1.4rem; font-family: var(--mono); font-size: 0.7rem; color: var(--brass-deep); letter-spacing: 0.1em; text-transform: uppercase; }
.contour-legend i { display: inline-block; width: 14px; height: 14px; border: 1px solid currentColor; margin-right: 6px; vertical-align: middle; }
.contour-legend i.l1 { background: rgba(31,58,46,.08); }
.contour-legend i.l2 { background: rgba(31,58,46,.20); }
.contour-legend i.l3 { background: rgba(31,58,46,.36); }
.contour-legend i.l4 { background: rgba(31,58,46,.55); }

/* ── Reveal animation (FAIL-OPEN) ───────────────────────────── */
.reveal { opacity: 1; transform: none; transition: opacity .9s ease, transform .9s ease; }
.reveal--hidden { opacity: 0; transform: translateY(28px); }
.reveal--in     { opacity: 1; transform: translateY(0); }

/* Slow zoom on hero */
.kf-zoom { animation: kf-zoom 22s ease-out forwards; }
@keyframes kf-zoom { from { transform: scale(1.06); } to { transform: scale(1); } }

/* ── CTA band ───────────────────────────────────────────────── */
.cta-band {
  background: var(--forest-deep); color: var(--bone);
  position: relative; overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.cta-band-photo {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=2200&q=85') center/cover no-repeat;
  opacity: 0.18;
}
.cta-band .wrap { position: relative; z-index: 2; }
.cta-band h2 { color: var(--bone); }
.cta-band h2 em { font-style: italic; color: var(--brass-light); font-variation-settings: 'SOFT' 100; }

/* ── Form ───────────────────────────────────────────────────── */
.form-grid { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.form-row.full { grid-column: 1 / -1; }
.form-label { display: block; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass-deep); margin-bottom: 0.4rem; }
.form-input, .form-textarea, .form-select {
  width: 100%; font-family: var(--sans); font-size: 0.95rem;
  background: var(--paper); border: 1px solid rgba(31,58,46,.2);
  padding: 0.85rem 1rem; color: var(--ink); border-radius: 0;
  transition: border-color .25s;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  outline: none; border-color: var(--brass);
}
.form-textarea { min-height: 130px; resize: vertical; }
@media (max-width: 720px) { .form-grid { grid-template-columns: 1fr; } }

/* ── Footer ─────────────────────────────────────────────────── */
.foot {
  background: var(--forest-deep); color: rgba(242,234,216,.72);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 2rem;
  border-top: 1px solid rgba(201,155,71,.18);
}
.foot-grid {
  display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 2.5rem;
}
.foot h4 { color: var(--brass-light); font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1rem; font-weight: 500; font-variation-settings: normal; }
.foot ul { list-style: none; }
.foot li { padding: 0.32rem 0; font-size: 0.88rem; }
.foot a:hover { color: var(--brass-light); }
.foot-base {
  margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid rgba(201,155,71,.16);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(242,234,216,.5);
}
@media (max-width: 880px) {
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-base { flex-direction: column; align-items: flex-start; }
}

/* ── Generic split + grids ──────────────────────────────────── */
.split-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: clamp(1.5rem, 3vw, 2.5rem); }
.split-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.2rem, 2.4vw, 2rem); }
@media (max-width: 880px) { .split-2, .split-3, .split-4 { grid-template-columns: 1fr; } }

/* photo cards */
.photo-card { aspect-ratio: 4/5; background-size: cover; background-position: center; position: relative; overflow: hidden; }
.photo-card.tall { aspect-ratio: 4/6; }
.photo-card.wide { aspect-ratio: 5/3; }
.photo-card-cap {
  position: absolute; bottom: 1.2rem; left: 1.2rem; right: 1.2rem;
  background: rgba(18,33,24,.78); backdrop-filter: blur(8px);
  padding: 0.7rem 0.95rem; color: var(--bone);
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
}

/* small index labels above headlines */
.idx { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.18em; color: var(--brass-deep); text-transform: uppercase; }

/* tags / chips */
.chip {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.32rem 0.65rem; border: 1px solid currentColor; border-radius: 999px;
  color: var(--brass-deep);
}
.chip.solid { background: var(--brass); color: var(--forest-deep); border-color: var(--brass); }
.chip.forest { background: var(--forest-deep); color: var(--bone); border-color: var(--forest-deep); }

/* ==============================================================
   PREMIUM LAYER v2 — real logo, signature animations, readability
   ============================================================== */

/* ── Real logo chip (blue script on bone, reads on dark forest) ── */
.brand-logo {
  display: inline-flex; align-items: center;
  background: var(--bone); border-radius: 8px;
  padding: 7px 12px; box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 2px 8px rgba(14,24,19,.18);
  transition: transform .3s ease, box-shadow .3s ease;
}
.brand-logo img { height: 30px; width: auto; display: block; }
.brand:hover .brand-logo { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(14,24,19,.28); }
.brand { gap: 0.75rem; }
.brand-desc {
  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.18em; line-height: 1.35;
  text-transform: uppercase; color: var(--brass-light); display: block; opacity: .9;
}
@media (max-width: 600px) { .brand-desc { display: none; } }
.foot .brand-logo { background: var(--bone); }
.foot .brand-logo img { height: 26px; }

/* ── Nav scroll-state intensify ─────────────────────────────── */
.nav { transition: background .35s ease, box-shadow .35s ease, padding .35s ease; }
.nav.is-scrolled {
  background: rgba(14,24,19,.97);
  box-shadow: 0 8px 30px rgba(14,24,19,.35);
}
.nav.is-scrolled .nav-inner { padding-top: 0.7rem; padding-bottom: 0.7rem; }

/* ── Magnetic CTA (JS adds --mx/--my; CSS-only fallback safe) ── */
.btn { will-change: transform; }
.btn--magnetic { transform: translate(var(--mx, 0), var(--my, 0)); }

/* ── Heading underline draw-in ──────────────────────────────── */
.underline-draw { position: relative; display: inline-block; }
.underline-draw::after {
  content: ''; position: absolute; left: 0; bottom: -0.18em; height: 3px;
  width: 100%; background: var(--brass);
  transform: scaleX(0); transform-origin: left center;
  transition: transform .9s cubic-bezier(.2,.7,.2,1);
}
.underline-draw.is-drawn::after { transform: scaleX(1); }

/* ── Staggered reveal children ──────────────────────────────── */
.stagger > * { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.stagger.is-staggered > * { opacity: 1; transform: translateY(0); }
.stagger.stagger-armed > * { opacity: 0; transform: translateY(22px); }
.stagger.stagger-armed.is-staggered > * { opacity: 1; transform: translateY(0); }
.stagger.is-staggered > *:nth-child(1){transition-delay:.00s}
.stagger.is-staggered > *:nth-child(2){transition-delay:.07s}
.stagger.is-staggered > *:nth-child(3){transition-delay:.14s}
.stagger.is-staggered > *:nth-child(4){transition-delay:.21s}
.stagger.is-staggered > *:nth-child(5){transition-delay:.28s}
.stagger.is-staggered > *:nth-child(6){transition-delay:.35s}
.stagger.is-staggered > *:nth-child(7){transition-delay:.42s}
.stagger.is-staggered > *:nth-child(8){transition-delay:.49s}

/* ── Image curtain reveal (brass wipe) ──────────────────────── */
.curtain { position: relative; overflow: hidden; }
.curtain::after {
  content: ''; position: absolute; inset: 0; background: var(--brass);
  transform: scaleX(1); transform-origin: right center;
  transition: transform .85s cubic-bezier(.76,0,.24,1); z-index: 3;
}
.curtain.is-revealed::after { transform: scaleX(0); }
.curtain > img, .curtain .curtain-media { transition: transform 1.1s cubic-bezier(.2,.7,.2,1); transform: scale(1.08); }
.curtain.is-revealed > img, .curtain.is-revealed .curtain-media { transform: scale(1); }

/* ── Hero parallax target ───────────────────────────────────── */
.hero-photo { will-change: transform; }

/* ── REAL PRODUCT SHOWCASE band ─────────────────────────────── */
.realshelf { background: var(--bone-warm); position: relative; }
.realshelf .shelf-head { text-align: center; max-width: 720px; margin: 0 auto clamp(2.5rem,5vw,3.5rem); }
.shelf-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}
.shelf-card {
  background: var(--paper); border: 1px solid rgba(31,58,46,.12);
  padding: 1.1rem; text-align: center; transition: transform .35s, box-shadow .35s, border-color .35s;
}
.shelf-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: rgba(0,112,192,.4); }
.shelf-photo {
  aspect-ratio: 1/1; background: #fff; border-radius: 4px; overflow: hidden;
  display: flex; align-items: center; justify-content: center; margin-bottom: 0.9rem;
  border: 1px solid rgba(31,58,46,.08);
}
.shelf-photo img { width: 100%; height: 100%; object-fit: cover; }
.shelf-card h4 { font-family: var(--serif); font-size: 1.08rem; color: var(--forest-deep); font-variation-settings:'SOFT' 60; margin-bottom: 0.2rem; }
.shelf-card p { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass-deep); }
.realshelf-note {
  text-align: center; margin-top: 2rem; font-family: var(--mono);
  font-size: 0.72rem; letter-spacing: 0.08em; color: var(--ink-soft);
}
.realshelf-note .blue-dot { display:inline-block; width:8px; height:8px; border-radius:50%; background:#0070C0; vertical-align: middle; margin: 0 6px; }

/* product-card real photo: object-fit cover keeps it clean */
.product-card-photo.real { background-color: #fff; }
.product-card-photo.real img { width: 100%; height: 100%; object-fit: cover; display:block; }
.product-card-photo.real .product-card-tag { z-index: 4; }

/* ── READABILITY hardening ──────────────────────────────────── */
/* Raise muted body copy on dark backgrounds for AA contrast */
.bg-forest p, .prov-band p, .cta-band p, .hero-sub { color: rgba(245,239,226,.9) !important; }
.bg-forest .lede, .prov-band .lede, .cta-band .lede { color: rgba(245,239,226,.88) !important; }
.foot { color: rgba(242,234,216,.82); }
.foot li { color: rgba(242,234,216,.82); }
.hero-stat .k { color: rgba(242,234,216,.74); }
.product-card-desc { color: #33433C; }
/* minimum body legibility */
body { font-size: 16.5px; }
.lede { color: #2B3833; }

/* ── prefers-reduced-motion: disable all motion, force visible ── */
/* contact form/sidebar grid → single column on tablet & phone */
@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr !important; }
}
/* harden form + ledger min-width so no element forces overflow on small phones */
.form-input, .form-select, .form-textarea { min-width: 0; max-width: 100%; }
.ledger-row { min-width: 0; }
.ledger-row > div { min-width: 0; overflow-wrap: anywhere; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal--hidden, .stagger.stagger-armed > * { opacity: 1 !important; transform: none !important; }
  .curtain::after { transform: scaleX(0) !important; }
  .underline-draw::after { transform: scaleX(1) !important; }
  .wax-seal--rotate, .marquee-track, .kf-zoom { animation: none !important; }
}
