/* ============================================================
   Woodworkers Pricing & Profit Toolkit — sales landing page
   Palette + type per 04_Design_System/DESIGN.md
   ============================================================ */

:root {
  /* pine */
  --pine-darkest: #1b2921;
  --pine-dark: #221c14;
  --pine: #283a30;
  --pine-mid: #33473b;
  --pine-sage: #5c8069;
  /* cedar / gold */
  --cedar-deep: #7a3f1e;
  --cedar: #a9622f;
  --gold-dark: #c9a15a;
  --gold: #d9b876;
  --gold-light: #e3c485;
  --gold-pale: #e7cf9c;
  /* neutrals */
  --paper: #fdfbf6;
  --paper-alt: #faf6ec;
  --cream: #f7f2e9;
  --cream-mid: #ece3d1;
  --cream-deep: #e7e2d4;
  --sand: #ddd3bd;
  --fog-text: #b9c2b8;
  --ink: #3a3226;
  --ink-soft: #6b6152;

  --serif: 'Iowan Old Style', 'Palatino Nova', Palatino, Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --shadow-soft: 0 1px 2px rgba(34, 28, 20, .06), 0 8px 24px rgba(34, 28, 20, .08);
  --shadow-deep: 0 2px 6px rgba(10, 14, 11, .35), 0 24px 60px rgba(10, 14, 11, .45);
  --radius: 14px;
  --shell: 1180px;
}

/* ---------- reset-ish ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style-position: inside; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--gold); color: var(--pine-dark);
  padding: .6rem 1rem; z-index: 100; font-weight: 700;
}
.skip-link:focus { left: 8px; top: 8px; }

:focus-visible {
  outline: 3px solid var(--gold-dark);
  outline-offset: 2px;
  border-radius: 4px;
}

.shell { max-width: var(--shell); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.shell--narrow { max-width: 880px; }

/* ---------- type ---------- */
.h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(1.75rem, 3.6vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -.01em;
  color: var(--pine);
  margin-bottom: .8rem;
  text-wrap: balance;
}
.h3 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(1.35rem, 2.6vw, 1.8rem);
  line-height: 1.2;
  color: var(--pine);
  margin-bottom: .7rem;
  text-wrap: balance;
}
.kicker {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cedar);
  margin-bottom: .9rem;
}
.kicker--gold { color: var(--gold-dark); }
p + p { margin-top: .9em; }
.fineprint { font-size: .82rem; color: var(--ink-soft); margin-top: 1.1em; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  padding: .85rem 1.6rem;
  font-size: 1rem;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  cursor: pointer;
  border: 0;
}
.btn--gold {
  background: linear-gradient(180deg, var(--gold-light), var(--gold-dark));
  color: #241a0c;
  box-shadow: 0 1px 0 rgba(255, 245, 220, .5) inset, 0 10px 26px rgba(20, 30, 24, .35);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255,245,220,.5) inset, 0 16px 34px rgba(20,30,24,.42); }
.btn--gold:active { transform: translateY(0); }
.btn--big { padding: 1.05rem 2rem; font-size: 1.08rem; }
.btn--full { display: block; text-align: center; }
.btn--ghost {
  color: var(--cream);
  border: 1px solid rgba(233, 226, 208, .45);
  background: rgba(253, 251, 246, .04);
}
.btn--ghost:hover { background: rgba(253, 251, 246, .1); transform: translateY(-2px); }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 1.6rem; }
.cta-row--center { justify-content: center; }
.assurance {
  margin-top: 1rem;
  font-size: .82rem;
  letter-spacing: .02em;
  color: var(--fog-text);
}
/* hero supporting tagline: secondary to the CTA, warmer than metadata */
.hero__tagline {
  margin-top: 1.1rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #c3cabe;
  max-width: 46ch;
  text-wrap: pretty;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  background:
    radial-gradient(1200px 700px at 78% 18%, rgba(92, 128, 105, .28), transparent 60%),
    radial-gradient(900px 520px at 12% 88%, rgba(169, 98, 47, .16), transparent 60%),
    linear-gradient(168deg, #16211b 0%, var(--pine-darkest) 38%, #182720 74%, #141f19 100%);
  color: var(--cream);
  overflow: hidden;
}
.hero__glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(760px 420px at 62% 46%, rgba(217, 184, 118, .12), transparent 65%);
}
/* film grain via inline SVG turbulence */
.hero__grain, .final { position: relative; }
.hero__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .35; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}
.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  padding-top: clamp(64px, 9vh, 120px);
  padding-bottom: clamp(48px, 7vh, 88px);
}
.hero__title {
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.4vw, 2.7rem);
  line-height: 1.14;
  letter-spacing: -.015em;
  font-weight: 700;
  color: var(--paper);
  text-wrap: balance;
}
.hero__title em {
  font-style: italic;
  color: var(--gold-light);
}
.hero__lede {
  margin-top: 1.2rem;
  font-size: clamp(1rem, 1.6vw, 1.13rem);
  line-height: 1.65;
  color: #d9ddd2;
  max-width: 54ch;
}
.hero__lede strong { color: var(--paper); font-weight: 700; }
/* mobile-only copy/heading variants + relocated benefits list (see <768px block) */
.hero__lede--mobile,
.callout__kicker--mobile,
.benefits-mobile { display: none; }

/* --- dimensional stage --- */
.hero__stage { position: relative; min-height: 420px; }
.laptop { position: relative; }
.laptop__lid {
  background: #0d1210;
  border-radius: 14px 14px 4px 4px;
  padding: clamp(8px, 1.2vw, 14px) clamp(8px, 1.2vw, 14px) clamp(4px, .7vw, 8px);
  box-shadow: var(--shadow-deep);
}
.laptop__lid img { border-radius: 6px 6px 2px 2px; }
.laptop__base {
  height: clamp(10px, 1.4vw, 16px);
  background: linear-gradient(180deg, #3a3f3c, #23282520 88%, transparent);
  background-color: #2c322f;
  border-radius: 2px 2px 12px 12px;
  margin: 0 -3.5%;
  box-shadow: 0 14px 30px rgba(8, 12, 10, .5);
}
.laptop__base::after {
  content: "";
  display: block;
  width: 14%; height: 38%;
  margin: 0 auto;
  background: #1b201d;
  border-radius: 0 0 8px 8px;
}
.hero-photo {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-deep);
  transform: perspective(1400px) rotateY(-7deg) rotateX(2.5deg);
  transform-origin: 60% 40%;
}
.hero-photo img { display: block; width: 100%; height: auto; }
.hero__stage .float-chip {
  position: absolute;
  box-shadow: 0 3px 8px rgba(8,12,10,.3), 0 22px 48px rgba(8,12,10,.45);
}
.float-chip--price {
  width: clamp(210px, 23vw, 280px);
  right: -3%;
  top: 26%;
  transform: rotate(1.6deg);
  z-index: 2;
}
.float-chip--kpi {
  left: -6%;
  bottom: -13%;
  width: min(440px, 82%);
  transform: rotate(-1.2deg);
}
/* this card's title is a sentence and a stat label runs long —
   wrap the title and lay the four stats out as a deliberate 2x2
   grid so nothing orphans onto a ragged row */
.float-chip--kpi .callout__kicker { white-space: normal; max-width: 34ch; }
.float-chip--kpi .stat-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.float-chip--kpi .stat-strip li {
  white-space: normal;
  border-left: 0;
  padding: .5rem .9rem .45rem 0;
}
.float-chip--kpi .stat-strip li:nth-child(2n) {
  border-left: 1px solid var(--cream-mid);
  padding-left: .9rem;
}
.float-chip--kpi .stat-strip li:nth-child(n+3) {
  border-top: 1px solid var(--cream-mid);
}

/* ---------- hero proof-of-work strip ---------- */
.hero-proof {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 40px);
  position: relative;
  padding: clamp(40px, 6vh, 64px) 0 clamp(110px, 14vh, 150px);
}
.hero-proof li {
  border-top: 1px solid rgba(217, 184, 118, .3);
  padding-top: 1.1rem;
}
.hero-proof__icon {
  display: inline-flex;
  color: var(--gold);
  margin-bottom: .6rem;
}
.hero-proof__icon svg { width: 26px; height: 26px; }
.hero-proof__head {
  font-weight: 700;
  font-size: .98rem;
  color: var(--paper);
  margin-bottom: .35rem;
}
.hero-proof__text {
  font-size: .85rem;
  line-height: 1.55;
  color: #b8c0b2;
}

/* ---------- text callout cards (replace screenshot-sliver chips) ---------- */
.callout {
  background: var(--paper);
  border: 1px solid var(--cream-mid);
  border-radius: 12px;
  padding: .95rem 1.1rem 1rem;
}
.callout--pine {
  background: linear-gradient(168deg, var(--pine), var(--pine-mid));
  border: 1px solid rgba(217, 184, 118, .35);
  color: var(--cream);
}
.callout__kicker {
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--cedar);
  margin-bottom: .45rem;
  white-space: nowrap;
}
.callout--pine .callout__kicker { color: var(--gold); }
.callout__big {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1;
  color: var(--gold-light);
  margin-bottom: .55rem;
}
.callout__rows { list-style: none; }
.callout__rows li {
  display: flex;
  justify-content: space-between;
  gap: 1.4rem;
  align-items: baseline;
  padding: .32rem 0;
  font-size: .8rem;
  border-bottom: 1px dashed rgba(233, 226, 208, .22);
}
.callout__rows li:last-child { border-bottom: 0; padding-bottom: 0; }
.callout__rows span { opacity: .82; }
.callout__rows strong { font-size: .92rem; letter-spacing: .01em; }
.callout--pine .callout__rows strong { color: var(--gold-pale); }

.stat-strip {
  list-style: none;
  display: flex;
  align-items: stretch;
}
.stat-strip li {
  flex: 1 1 auto;
  padding: .1rem 1rem .15rem .9rem;
  border-left: 1px solid var(--cream-mid);
  white-space: nowrap;
}
.stat-strip li:first-child { border-left: 0; padding-left: 0; }
.stat-strip span {
  display: block;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: .1rem;
}
.stat-strip strong {
  font-size: 1rem;
  color: var(--pine);
  font-weight: 700;
}

.callout--band {
  display: flex;
  align-items: baseline;
  gap: 1.1rem;
  padding: .8rem 1.2rem;
  background: linear-gradient(168deg, var(--pine), var(--pine-mid));
  border: 1px solid rgba(217, 184, 118, .35);
  color: var(--cream);
  white-space: nowrap;
}
.callout--band span {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}
.callout--band strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  color: var(--gold-pale);
}
.hero__fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 90px;
  background: linear-gradient(180deg, transparent, rgba(253, 251, 246, .08) 55%, var(--paper));
  pointer-events: none;
}

/* ============================================================
   SECTIONS — shared
   ============================================================ */
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.section--paper { background: var(--paper); }
/* compact trust beat — a single quote, not a full section */
.section--guide { padding: clamp(36px, 4.5vw, 56px) 0; }
.section--cream {
  background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 12%, var(--cream) 88%, var(--paper) 100%);
}
.section--pine {
  background:
    radial-gradient(1000px 500px at 20% 8%, rgba(92, 128, 105, .22), transparent 60%),
    linear-gradient(172deg, #17231c, var(--pine-darkest) 55%, #15201a);
  color: #d9ddd2;
}
.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head__sub { color: var(--ink-soft); font-size: 1.05rem; margin-top: .4rem; }
.section-head--onDark .h2 { color: var(--paper); }
.section-head--onDark .section-head__sub { color: #b8c0b2; }

.grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.grid-2--cards { align-items: stretch; }
.grid-2--tight { gap: clamp(28px, 4vw, 56px); }

/* ---------- ledger card (problem section) ---------- */
.ledger-card {
  background: var(--paper-alt);
  border: 1px solid var(--cream-mid);
  border-top: 6px solid var(--cedar);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 40px);
  box-shadow: var(--shadow-soft);
  transform: rotate(.6deg);
}
.ledger-card__title {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--pine);
  margin-bottom: 1rem;
}
.ledger-list { list-style: none; }
.ledger-list li {
  padding: .55rem 0 .55rem 1.9rem;
  border-bottom: 1px dashed var(--sand);
  position: relative;
  font-size: .97rem;
}
.ledger-list li::before {
  content: "✕";
  position: absolute; left: .25rem; top: .55rem;
  color: var(--cedar);
  font-weight: 700;
  font-size: .85rem;
}
.ledger-card__foot {
  margin-top: 1rem;
  font-weight: 700;
  color: var(--cedar-deep);
  font-size: .95rem;
}

/* ---------- before/after compare cards ---------- */
.compare-card {
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 40px);
  box-shadow: var(--shadow-soft);
}
.compare-card--before {
  background: var(--paper);
  border: 1px solid var(--cream-deep);
  transform: rotate(-.5deg);
}
.compare-card--after {
  background: linear-gradient(170deg, var(--pine), var(--pine-mid));
  color: var(--cream);
  transform: rotate(.5deg);
}
.compare-card__label {
  font-family: var(--serif);
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.compare-card--before .compare-card__label { color: var(--cedar-deep); }
.compare-card--after .compare-card__label { color: var(--gold-light); }
.compare-card ul { list-style: none; }
.compare-card li {
  padding: .5rem 0 .5rem 1.8rem;
  position: relative;
  font-size: .97rem;
}
.compare-card--before li { border-bottom: 1px dashed var(--sand); }
.compare-card--after li { border-bottom: 1px dashed rgba(233, 226, 208, .2); }
.compare-card li:last-child { border-bottom: 0; }
.compare-card--before li::before {
  content: "?";
  position: absolute; left: .3rem;
  color: var(--cedar);
  font-weight: 700;
}
.compare-card--after li::before {
  content: "✓";
  position: absolute; left: .2rem;
  color: var(--gold);
  font-weight: 700;
}

/* ---------- product reveal ---------- */
.laptop--reveal {
  max-width: 860px;
  margin: 0 auto;
}
.module-cloud {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  margin-top: clamp(32px, 5vw, 56px);
}
.module-cloud li {
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--cream);
  background: rgba(92, 128, 105, .16);
  border: 1px solid rgba(185, 194, 184, .3);
  padding: .5rem 1rem;
  border-radius: 999px;
}

/* ---------- feature stories ---------- */
.story {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(32px, 5vw, 56px) 0;
}
.story + .story { border-top: 1px solid var(--cream-deep); }
.story--flip .story__copy { order: 2; }
.story--flip .story__media { order: 1; }
.story__module {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--cedar);
  margin-bottom: .6rem;
}
.fact-list { list-style: none; margin-top: 1rem; }
.fact-list li {
  position: relative;
  padding: .3rem 0 .3rem 1.7rem;
  font-size: .95rem;
  color: var(--ink-soft);
}
.fact-list li::before {
  content: "✓";
  position: absolute; left: .1rem;
  color: var(--pine-sage);
  font-weight: 700;
}
.frame {
  position: relative;
  background: #10161200;
  border-radius: 12px;
}
.frame > img:first-child {
  border-radius: 10px;
  border: 1px solid var(--cream-deep);
  box-shadow: 0 2px 6px rgba(34, 28, 20, .08), 0 22px 48px rgba(34, 28, 20, .18);
}
.frame--chip { margin-bottom: 40px; }
.frame__chip {
  position: absolute;
  right: -4%;
  bottom: -36px;
  width: clamp(170px, 34%, 250px);
  box-shadow: 0 3px 8px rgba(34, 28, 20, .18), 0 18px 40px rgba(34, 28, 20, .28);
  transform: rotate(1.4deg);
}
.frame__chip--band,
.frame__chip--strip {
  width: max-content;
  max-width: 94%;
  right: -3%;
  bottom: -28px;
}
.frame__chip--strip { padding: .75rem 1.05rem .8rem; }

/* ---------- steps ---------- */
.steps {
  list-style: none;
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.steps li {
  counter-increment: step;
  background: var(--paper);
  border: 1px solid var(--cream-mid);
  border-radius: 12px;
  padding: 1.5rem 1.4rem 1.3rem;
  position: relative;
  box-shadow: var(--shadow-soft);
  font-size: .95rem;
  color: var(--ink-soft);
}
.steps li strong { display: block; color: var(--pine); font-size: 1.02rem; margin-bottom: .25rem; }
.steps li::before {
  content: counter(step);
  position: absolute;
  top: -14px; left: 18px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--pine);
  color: var(--gold-pale);
  font-weight: 700;
  font-size: .85rem;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 10px rgba(40, 58, 48, .35);
}

/* ---------- worked example ---------- */
.example-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.price-card {
  border-radius: var(--radius);
  padding: clamp(20px, 2.4vw, 32px);
  box-shadow: var(--shadow-soft);
}
.price-card--bad {
  background: var(--paper-alt);
  border: 1px solid var(--cream-deep);
  transform: rotate(-1deg);
}
.price-card--good {
  background: linear-gradient(170deg, var(--pine), var(--pine-mid));
  color: var(--cream);
  transform: rotate(1deg) scale(1.04);
  box-shadow: 0 6px 16px rgba(27, 41, 33, .2), 0 28px 60px rgba(27, 41, 33, .3);
}
.price-card__label {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: .4rem;
}
.price-card--bad .price-card__label { color: var(--cedar); }
.price-card--good .price-card__label { color: var(--gold-light); }
.price-card__price {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: .9rem;
}
.price-card--bad .price-card__price { color: var(--ink); text-decoration: line-through; text-decoration-color: rgba(169, 98, 47, .6); text-decoration-thickness: 3px; }
.price-card ul { list-style: none; font-size: .9rem; }
.price-card li { padding: .3rem 0; border-bottom: 1px dashed rgba(128, 118, 100, .25); }
.price-card--good li { border-color: rgba(233, 226, 208, .2); }
.price-card li:last-child { border-bottom: 0; }

/* ---------- built for ---------- */
.section--builtfor { overflow: hidden; }
.builtfor__object {
  position: absolute;
  width: clamp(160px, 18vw, 300px);
  opacity: .8;
  pointer-events: none;
}
.builtfor__object--table { left: -40px; top: 8%; transform: rotate(-4deg); }
.builtfor__object--bench { right: -50px; bottom: 6%; transform: rotate(3deg); }
.section--builtfor .section-head { text-align: center; margin-inline: auto; }
.use-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
}
.use-chips li {
  background: var(--paper);
  border: 1px solid var(--cream-mid);
  color: var(--pine);
  font-weight: 700;
  font-size: .88rem;
  padding: .5rem 1.05rem;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(34, 28, 20, .05);
}
.section--guide__kicker {
  text-align: center;
}
.founder-note {
  max-width: 620px;
  margin: clamp(20px, 3vw, 28px) auto 0;
  text-align: center;
}
.founder-note__authority {
  max-width: 560px;
  margin: clamp(16px, 2.5vw, 22px) auto 0;
  text-align: center;
  font-size: .95rem;
  color: var(--ink-soft);
}
.founder-note p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.45;
  color: var(--pine);
}
.founder-note footer {
  margin-top: .8rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--cedar);
}

/* ---------- included + buy card ---------- */
.grid-included {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.included-list { list-style: none; margin-top: 1.4rem; }
.included-list li {
  position: relative;
  padding: .55rem 0 .55rem 2rem;
  border-bottom: 1px solid var(--cream-mid);
  font-size: .97rem;
  color: var(--ink-soft);
}
.included-list li strong { color: var(--ink); }
.included-list li::before {
  content: "✓";
  position: absolute; left: .3rem; top: .55rem;
  color: var(--pine-sage);
  font-weight: 700;
}
.trust-strip {
  list-style: none;
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.trust-strip li {
  background: var(--cream);
  border: 1px solid var(--cream-mid);
  border-radius: 10px;
  padding: .7rem .9rem;
  font-size: .85rem;
  font-weight: 600;
  color: var(--pine);
}
.buy-card {
  position: sticky;
  top: 24px;
  background: linear-gradient(172deg, var(--pine), var(--pine-mid) 70%, var(--pine));
  color: var(--cream);
  border-radius: 18px;
  padding: clamp(28px, 3.4vw, 44px);
  box-shadow: 0 8px 20px rgba(27, 41, 33, .25), 0 34px 80px rgba(27, 41, 33, .35);
  border: 1px solid rgba(217, 184, 118, .25);
}
.buy-card__eyebrow {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .6rem;
}
.buy-card__title {
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--paper);
}
.buy-card__price {
  font-family: var(--serif);
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  margin: 1rem 0 .3rem;
}
.buy-card__note { font-size: .85rem; color: var(--fog-text); margin-bottom: 1.4rem; }
.buy-card__points { list-style: none; margin-top: 1.3rem; }
.buy-card__points li {
  position: relative;
  padding: .4rem 0 .4rem 1.7rem;
  font-size: .92rem;
  color: #cfd6cb;
}
.buy-card__points li::before {
  content: "✓";
  position: absolute; left: .1rem;
  color: var(--gold);
  font-weight: 700;
}
.buy-card__guarantee {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.3rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(217, 184, 118, .2);
  font-size: .84rem;
  font-weight: 600;
  color: var(--gold-pale);
}
.buy-card__guarantee-icon { flex: none; width: 18px; height: 18px; color: var(--gold); }

/* ---------- FAQ ---------- */
.faq details {
  background: var(--paper);
  border: 1px solid var(--cream-mid);
  border-radius: 12px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(34, 28, 20, .04);
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--pine);
  padding: 1.05rem 3.2rem 1.05rem 1.3rem;
  position: relative;
  font-size: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 1.2rem; top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--cedar);
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p {
  padding: 0 1.3rem 1.2rem;
  color: var(--ink-soft);
  font-size: .96rem;
  max-width: 68ch;
}
.faq details p a { color: var(--cedar-deep); font-weight: 700; }
.faq details p a:hover { color: var(--cedar); }

/* ---------- contact ---------- */
.section--contact { padding-top: clamp(48px, 6vw, 80px); }
.contact-card {
  background: var(--paper-alt);
  border: 1px solid var(--cream-mid);
  border-top: 6px solid var(--pine-sage);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 40px);
  box-shadow: var(--shadow-soft);
}
/* embedded form providers ship their own styles; keep the frame neutral */
.contact-card iframe { width: 100%; border: 0; }
.contact-fallback { color: var(--ink-soft); font-size: 1rem; }
.contact-fallback a { color: var(--cedar-deep); font-weight: 700; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form__field { margin-bottom: 16px; }
.contact-form__field label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pine);
  margin-bottom: .4rem;
}
.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  font: inherit;
  font-size: .98rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--sand);
  border-radius: 8px;
  padding: .7rem .85rem;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 3px rgba(201, 161, 90, .25);
}
.contact-form__field textarea { resize: vertical; min-height: 120px; }
.contact-form__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.contact-form__note { font-size: .82rem; color: var(--ink-soft); }
.contact-form__success {
  text-align: center;
  padding: 1.5rem 0;
}
.contact-form__success h3 {
  font-family: var(--serif);
  color: var(--pine);
  font-size: 1.4rem;
  margin-bottom: .5rem;
}
.contact-form__success p { color: var(--ink-soft); }

@media (max-width: 560px) {
  .contact-form__row { grid-template-columns: 1fr; gap: 0; }
  .contact-form__actions .btn { width: 100%; text-align: center; }
}

/* ---------- final CTA ---------- */
.final {
  background:
    radial-gradient(900px 460px at 50% 0%, rgba(92, 128, 105, .25), transparent 60%),
    linear-gradient(180deg, #15201a, var(--pine-darkest) 45%, #121b15);
  color: var(--cream);
  padding: clamp(80px, 12vw, 160px) 0;
  text-align: center;
  overflow: hidden;
}
.final__glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(620px 320px at 50% 62%, rgba(217, 184, 118, .12), transparent 65%);
}
.final__inner { position: relative; }
.final__title {
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.14;
  color: var(--paper);
  letter-spacing: -.01em;
}
.final__sub {
  margin: 1.3rem auto 0;
  max-width: 52ch;
  color: #c3cabe;
  font-size: 1.05rem;
}

/* ---------- footer ---------- */
.footer {
  background: #0f1712;
  color: #8b9588;
  padding: 2.2rem 0;
  font-size: .85rem;
}
.footer__inner { display: flex; flex-direction: column; gap: .4rem; }
.footer a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }
.footer a:hover { color: var(--gold-light); }
.footer__fine { font-size: .75rem; color: #5f6a5e; }

/* ============================================================
   MOTION
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.2, .65, .3, 1), transform .7s cubic-bezier(.2, .65, .3, 1);
}
.reveal.is-visible { opacity: 1; transform: none; }
.grid-2--cards .reveal:nth-child(2),
.example-cards + .reveal { transition-delay: .12s; }

@media (prefers-reduced-motion: no-preference) {
  .drift { animation: drift 7s ease-in-out infinite alternate; }
  .drift--slow { animation-duration: 9.5s; animation-delay: 1.2s; }
  @keyframes drift {
    from { translate: 0 0; }
    to { translate: 0 -10px; }
  }
  .tilt { transition: transform .5s ease; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .drift { animation: none; }
  .btn { transition: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1020px) {
  .hero__inner {
    grid-template-columns: 1fr;
    padding-bottom: clamp(90px, 12vh, 140px);
  }
  .hero__stage { max-width: 640px; margin: 24px auto 0; min-height: 0; }
  .hero-photo { transform: none; }
  .float-chip--price { right: -2%; top: 24%; }
  .float-chip--kpi { left: -2%; bottom: -9%; }
  .grid-included { grid-template-columns: 1fr; }
  .buy-card { position: static; max-width: 560px; margin: 0 auto; }
}

@media (max-width: 820px) {
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .grid-2, .story, .story--flip { grid-template-columns: 1fr; }
  .story--flip .story__copy { order: 1; }
  .story--flip .story__media { order: 2; }
  .story__media { max-width: 640px; }
  .example-cards { max-width: 560px; }
  .builtfor__object { opacity: .3; }
}

/* ============================================================
   MOBILE HERO (<768px) — tighter rhythm, short copy, composite
   visual: 4:3 photo + price card on its lower-right + shop card
   overlapping the photo bottom. Benefit columns leave the hero
   and render as a list at the top of the next section.
   ============================================================ */
@media (max-width: 767px) {
  .hero .shell { padding-inline: 24px; }
  .hero__inner {
    padding-top: 28px;
    padding-bottom: 88px; /* clearance for the fade into the next section */
    gap: 0;
  }
  .hero__title { font-size: clamp(2.1rem, 9.6vw, 2.4rem); line-height: 1.16; } /* ~34-38px */
  .hero__lede--desktop { display: none; }
  .hero__lede--mobile {
    display: block;
    margin-top: .8rem;
    font-size: .93rem;
    line-height: 1.5;
  }
  .cta-row { margin-top: .9rem; }
  .cta-row .btn { width: 100%; text-align: center; padding-top: .75rem; padding-bottom: .75rem; }
  .hero__tagline { margin-top: .7rem; font-size: .88rem; line-height: 1.45; }

  .hero__stage { max-width: none; margin: 28px 0 0; }
  .hero-photo { transform: none; }
  .hero-photo img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 32% 50%; /* keep the woodworker in frame */
  }

  /* price card: lower-right of the photo, trimmed to price/profit/margin */
  .hero__stage .float-chip--price {
    position: static;
    width: min(220px, 62%);
    margin: -11.5rem 10px 0 auto;
    transform: rotate(-1deg);
  }
  .float-chip--price .callout__big { font-size: 1.5rem; }
  .float-chip--price .callout__rows li:nth-child(3) { display: none; }

  /* shop card: full width, overlapping the photo bottom by ~24px */
  .hero__stage .float-chip--kpi {
    position: static;
    width: 100%;
    margin: 0;
    transform: none;
  }
  .callout__kicker--desktop { display: none; }
  .float-chip--kpi .callout__kicker--mobile { display: block; white-space: normal; }

  /* benefit columns move out of the hero... */
  .hero-proof { display: none; }

  /* ...and into the next section as a single-column list */
  .benefits-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin-bottom: clamp(40px, 8vw, 56px);
  }
  .benefits-mobile li { display: flex; gap: 14px; align-items: flex-start; }
  .benefits-mobile .hero-proof__icon { color: var(--cedar); margin: 2px 0 0; flex: none; }
  .benefits-mobile .hero-proof__head { color: var(--pine); margin-bottom: .2rem; }
  .benefits-mobile .hero-proof__text { color: var(--ink-soft); }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .example-cards { grid-template-columns: 1fr; }
  .price-card--good { transform: none; }
  .price-card--bad { transform: none; }
  .trust-strip { grid-template-columns: 1fr; }
  .float-chip--price .callout__rows li { font-size: .72rem; gap: .9rem; }
  .float-chip--price .callout__rows strong { font-size: .8rem; }
  .frame--chip { margin-bottom: 30px; }
  .frame__chip { right: 0; }
  /* tighten stat strips so they fit a 375px viewport */
  .stat-strip li { padding: .1rem .6rem .1rem .55rem; }
  .stat-strip span { font-size: .52rem; }
  .stat-strip strong { font-size: .85rem; }
  .callout--band strong { font-size: 1.2rem; }
}

/* ============================================================
   STICKY MOBILE BUY BAR — hidden by default and on desktop;
   revealed by main.js (adds .is-visible) once the hero scrolls
   out of view. Sits above safe-area insets on notched phones.
   ============================================================ */
.sticky-buy {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(27, 41, 33, .96), var(--pine-darkest) 40%);
  border-top: 1px solid rgba(217, 184, 118, .28);
  box-shadow: 0 -10px 26px rgba(10, 14, 11, .35);
  transform: translateY(100%);
  transition: transform .28s ease;
  touch-action: manipulation;
}
.sticky-buy.is-visible { transform: translateY(0); }
.sticky-buy__price {
  font-family: var(--serif);
  color: var(--gold-pale);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}
.sticky-buy__note {
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 400;
  color: var(--fog-text);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.sticky-buy__btn { flex: none; padding: .75rem 1.3rem; font-size: .95rem; white-space: nowrap; }

@media (max-width: 767px) {
  .sticky-buy { display: flex; }
}
@media (prefers-reduced-motion: reduce) {
  .sticky-buy { transition: none; }
}
