@charset "utf-8";
/* ==========================================================================
   Fancy Wooden House — "WORKSHOP" design system
   A craftsman's story told on warm paper. Walnut ink, moss green for what
   works, copper for what doesn't. Bookish serif over a friendly grotesque.
   Container capped at 1200px throughout, article measure at 720px.

   palette  paper #fbfbf5 · card #FFF · bark #333a1b · text #3f4626
            muted #7b7f63 · line #e2e2d1 · moss #656e3c · copper #a8823c
   type     Libre Baskerville (display) + Karla (text)
   ========================================================================== */

:root {
  --paper: #fbfbf5;
  --card: #ffffff;
  --bark: #333a1b;
  --text: #3f4626;
  --muted: #7b7f63;
  --line: #e2e2d1;
  --moss: #656e3c;
  --moss-lt: #eef0e3;
  --copper: #a8823c;
  --copper-lt: #f7f0e2;
  --r: 8px;
  --shell: 1200px;
  --measure: 720px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Karla, "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  font-size: 17px;
  color: var(--text);
  background: var(--paper);
  line-height: 1.74;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--copper); }
p { margin: 0 0 1.15em; }

h1, h2, h3, h4 {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-weight: 700; line-height: 1.3; margin: 0; color: var(--bark);
}

/* container capped at 1200px */
.shell { width: min(var(--shell), 92%); margin-inline: auto; }
.col { width: min(var(--measure), 90%); margin-inline: auto; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--bark); color: #fff; padding: 10px 16px; font-weight: 700; text-decoration: none;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--moss); outline-offset: 2px; }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--moss); color: #fff; text-decoration: none;
  padding: 16px 32px; border: 0; border-radius: var(--r);
  font-family: Karla, sans-serif; font-weight: 700; font-size: 1.02rem;
  cursor: pointer; text-align: center;
  transition: background .15s ease;
}
.btn:hover { background: #4f5730; }
.btn-block { display: flex; width: 100%; }
.btn-sm { padding: 10px 18px; font-size: .87rem; }
.btn-copper { background: var(--copper); }
.btn-copper:hover { background: #8a6a2e; }
.btn-line { background: transparent; color: var(--bark); border: 1px solid var(--line); }
.btn-line:hover { background: var(--paper); color: var(--bark); }

/* ---------- bars + header ---------- */

.adbar {
  text-align: center; padding: 8px 12px; background: var(--bark); color: #dcdcc7;
  font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700;
}

.site-header { background: var(--card); border-bottom: 1px solid var(--line); position: relative; }
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 0; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { height: 54px; width: auto; }

/* ---------- two-column layout with a sticky rail ----------
   NB: no `align-items: start` on the grid — the rail column has to stretch to
   the full row height, or the sticky block has no travel and unsticks at once. */

.layout { display: grid; gap: 30px; grid-template-columns: 1fr; padding: 34px 0 10px; }
.col-main { min-width: 0; }
.col-side { min-width: 0; }

/* inner blocks keep their markup but stop re-constraining width inside the column */
.col-main .col { width: auto; max-width: none; margin-inline: 0; }

@media (min-width: 1000px) {
  .layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; }
  .side-sticky { position: sticky; top: 22px; display: grid; gap: 14px; }
}

/* offer card in the rail */
.side-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.side-card-h {
  background: var(--bark); color: #fff; padding: 11px 14px; text-align: center;
  font-family: "Libre Baskerville", Georgia, serif; font-size: .88rem; line-height: 1.4;
}
.side-card img { width: 100%; display: block; }
.side-card-b { padding: 14px 15px 16px; }
.side-price { display: flex; align-items: baseline; justify-content: center; gap: 9px; flex-wrap: wrap; margin-bottom: 4px; }
.side-price b { font-family: "Libre Baskerville", Georgia, serif; font-size: 1.5rem; color: var(--bark); line-height: 1; }
.side-price s { color: var(--muted); font-size: .88rem; }
.side-badge {
  display: block; text-align: center; background: var(--copper); color: #fff;
  font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 8px; border-radius: 4px; margin: 0 auto 10px; width: max-content;
}
.side-card .btn { width: 100%; padding: 13px 18px; font-size: .93rem; }
.side-note { font-size: .7rem; color: var(--muted); text-align: center; margin: 9px 0 0; line-height: 1.5; }

/* checklist panel in the rail */
.side-panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 15px 16px; }
.side-panel h3 {
  font-family: Karla, sans-serif; font-size: .68rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 11px;
}
.side-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.side-list li { display: flex; gap: 9px; align-items: flex-start; font-size: .84rem; line-height: 1.5; }
.side-list svg { width: 15px; height: 15px; flex: 0 0 auto; color: var(--moss); margin-top: 3px; }
.side-panel .fine { font-size: .72rem; margin-top: 11px; padding-top: 10px; border-top: 1px solid var(--line); }

/* ---------- hero ---------- */

.hero { padding: 0; }
.kicker {
  display: flex; flex-wrap: wrap; align-items: center; gap: 9px;
  font-size: .7rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 14px;
}
.kicker .tag { background: var(--moss-lt); color: var(--moss); padding: 4px 11px; border-radius: 4px; }
.hero h1 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); margin-bottom: 16px; }
.standfirst { font-size: 1.06rem; color: var(--muted); margin-bottom: 18px; }
.byline { display: flex; align-items: center; gap: 12px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.byline img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.byline-t { font-size: .83rem; line-height: 1.45; }
.byline-t strong { display: block; font-size: .89rem; color: var(--bark); }
.byline-t span { color: var(--muted); }

figure.plate { margin: 28px 0; }
figure.plate img { width: 100%; border-radius: var(--r); }
figure.plate figcaption { font-size: .79rem; color: var(--muted); margin-top: 10px; line-height: 1.55; }

/* ---------- article ---------- */

.article { padding: 4px 0 40px; }
.article h2 { font-size: clamp(1.24rem, 2.7vw, 1.58rem); margin: 40px 0 14px; }
.article h3 { font-size: 1.08rem; margin: 26px 0 8px; }
.article strong { color: var(--bark); font-weight: 700; }

/* workshop quote */
.quote {
  margin: 30px 0; padding: 22px 26px; background: var(--card);
  border-left: 4px solid var(--copper); border-radius: 0 var(--r) var(--r) 0;
}
.quote p {
  font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1rem, 2.1vw, 1.16rem);
  color: var(--bark); margin: 0 0 10px; line-height: 1.6; font-style: italic;
}
.quote cite { font-style: normal; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

/* what goes wrong — copper crosses */
.faults { margin: 26px 0; display: grid; gap: 12px; }
.faults > div {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 16px 18px; display: flex; gap: 14px; align-items: flex-start;
}
.faults .x {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
  background: var(--copper-lt); color: var(--copper);
  display: grid; place-items: center; font-weight: 700; font-size: .9rem; margin-top: 2px;
}
.faults h3 { font-size: 1rem; margin: 0 0 4px; }
.faults p { margin: 0; font-size: .92rem; color: var(--muted); }

/* features — moss ticks */
.feats { margin: 26px 0; display: grid; gap: 11px; }
.feats > div {
  background: var(--moss-lt); border-radius: var(--r);
  padding: 15px 17px; display: flex; gap: 13px; align-items: flex-start;
}
.feats svg { width: 19px; height: 19px; flex: 0 0 auto; color: var(--moss); margin-top: 3px; }
.feats b { color: var(--bark); }
.feats p { margin: 0; font-size: .93rem; }
@media (min-width: 780px) { .feats { grid-template-columns: 1fr 1fr; } }

/* the notebook block */
.ledger {
  background: #fbf6ec; border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; margin: 28px 0;
  background-image: repeating-linear-gradient(180deg, transparent, transparent 31px, #ece0cd 31px, #ece0cd 32px);
}
.ledger h3 { font-size: 1rem; margin: 0 0 12px; }
.ledger p { font-size: .95rem; margin: 0 0 1em; }
.ledger p:last-child { margin: 0; }
.ledger .entry { font-family: "Libre Baskerville", Georgia, serif; color: var(--bark); }

/* honesty note */
.note {
  background: var(--card); border: 1px solid var(--line); border-top: 3px solid var(--moss);
  border-radius: var(--r); padding: 20px 22px; margin: 30px 0;
}
.note h3 { font-size: 1rem; margin: 0 0 9px; }
.note p { font-size: .93rem; color: var(--muted); }
.note p:last-child { margin: 0; }

/* ---------- offer ---------- */

.offer {
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; margin: 34px 0;
}
.offer img { width: 100%; }
.offer-b { padding: 26px; }
.offer h2 { font-size: 1.4rem; margin: 0 0 10px; }
.offer p { color: var(--muted); font-size: .95rem; }
.price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin: 16px 0 4px; }
.price b { font-family: "Libre Baskerville", Georgia, serif; font-size: 2rem; color: var(--bark); line-height: 1; }
.price s { color: var(--muted); font-size: 1rem; }
.price em {
  font-style: normal; background: var(--copper); color: #fff; font-size: .7rem;
  font-weight: 700; letter-spacing: .1em; padding: 5px 10px; border-radius: 4px; text-transform: uppercase;
}
.fine { font-size: .8rem; color: var(--muted); margin: 12px 0 0; }
@media (min-width: 800px) { .offer { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; } .offer img { height: 100%; object-fit: cover; } }

/* ---------- reviews ---------- */

.revs { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); margin: 24px 0; }
.rev { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 20px; }
.rev .head { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
.rev .head img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.rev .head strong { display: block; font-size: .89rem; color: var(--bark); }
.stars { color: var(--copper); font-size: .8rem; letter-spacing: 1px; }
.rev p { margin: 0; font-size: .93rem; }
.rev .vf { display: inline-block; margin-top: 10px; font-size: .68rem; font-weight: 700; letter-spacing: .06em; color: var(--moss); }

/* ---------- FAQ ---------- */

.faq { margin: 24px 0; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 10px; }
.faq summary {
  font-family: "Libre Baskerville", Georgia, serif; font-weight: 700; font-size: .98rem; color: var(--bark);
  cursor: pointer; list-style: none; padding: 16px 18px;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: Karla, sans-serif; font-size: 1.3rem; color: var(--moss); font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq .a { padding: 0 18px 16px; font-size: .93rem; color: var(--muted); }
.faq .a p:last-child { margin: 0; }

/* ---------- final CTA ---------- */

.final { background: var(--bark); color: #dcdcc7; border-radius: 14px; padding: clamp(26px, 5vw, 42px); text-align: center; margin: 34px 0; }
.final h2 { color: #fff; font-size: clamp(1.3rem, 3vw, 1.85rem); margin-bottom: 12px; }
.final p { color: #adb096; max-width: 56ch; margin-inline: auto; }
.final .btn { margin-top: 8px; }
.final-fine { font-size: .78rem; color: #8a8e6f; margin: 18px 0 0; }
.final-fine a { color: #dcdcc7; }

/* ---------- disclosures ---------- */

.disc { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 22px; margin: 14px 0; }
.disc h3 { font-size: .95rem; margin: 0 0 8px; }
.disc p { font-size: .87rem; color: var(--muted); }
.disc p:last-child { margin: 0; }

/* ---------- footer ---------- */

.site-footer { margin-top: 44px; background: var(--bark); color: #adb096; padding: 34px 0 22px; font-size: 14px; }
.foot-top { display: grid; gap: 26px; grid-template-columns: 1fr; padding-bottom: 24px; }
.foot-brand img { height: 48px; width: auto; margin-bottom: 12px; }
.foot-brand p { margin: 0; color: #8a8e6f; font-size: .86rem; max-width: 38ch; }
.foot-h { font-family: Karla, sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #aab77e; margin-bottom: 11px; }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot-col a { color: #dcdcc7; text-decoration: none; }
.foot-col a:hover { color: #fff; }
.foot-id { font-style: normal; }
.foot-id p { margin: 0 0 4px; color: #8a8e6f; font-size: .86rem; line-height: 1.55; }
.foot-id a { color: #dcdcc7; text-decoration: none; }
.foot-id a:hover { color: #fff; }
@media (min-width: 760px) { .foot-top { grid-template-columns: 1.5fr .8fr 1.2fr; } }
@media (min-width: 980px) { .foot-top { grid-template-columns: 1.7fr .7fr .7fr 1.1fr; } }
.foot-bottom { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); }
.foot-bottom p { margin: 0 0 8px; font-size: 13px; }
.disclaimer, .foot-compliance { font-size: 11.5px; color: #7a7e62; line-height: 1.65; margin: 8px 0 0; }

/* ==========================================================================
   Sub-pages
   ========================================================================== */

.page-hero { background: var(--card); border-bottom: 1px solid var(--line); padding: 40px 0 32px; }
.page-hero h1 { font-size: clamp(1.6rem, 3.6vw, 2.2rem); margin: 8px 0 12px; }
.page-hero > .shell > p { color: var(--muted); max-width: 66ch; margin: 0; }
.crumbs { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0; }
.crumbs a { color: var(--copper); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

.band { padding: 44px 0; }
.band-sand { background: var(--paper); }

.prose { max-width: 72ch; }
.prose h2 { font-size: 1.26rem; margin: 34px 0 10px; padding-top: 20px; border-top: 1px solid var(--line); }
.prose h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.prose h3 { font-size: 1.02rem; margin: 22px 0 6px; }
.prose ul, .prose ol { margin: 0 0 1.15em; padding-left: 22px; }
.prose li { margin: 7px 0; }

.info-grid { display: grid; gap: 14px; grid-template-columns: 1fr; margin: 16px 0 24px; }
.info-card { background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--moss); border-radius: var(--r); padding: 17px 19px; }
.info-card h3 { margin: 0 0 6px; font-size: 1rem; }
.info-card p { margin: 0; font-size: .9rem; color: var(--muted); }
@media (min-width: 780px) { .info-grid { grid-template-columns: repeat(2, 1fr); } }

.form { display: grid; gap: 14px; max-width: 540px; margin-top: 8px; }
.field { display: grid; gap: 6px; }
.field label { font-weight: 700; font-size: .88rem; }
.field input, .field select, .field textarea {
  font: inherit; color: inherit; padding: 11px 13px;
  border: 1px solid var(--line); border-radius: var(--r); background: #fff; width: 100%;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--moss); outline: none; box-shadow: 0 0 0 3px rgba(101,110,60,.16);
}
.form-note { font-size: .84rem; color: var(--muted); margin: 0; }
.form-status { font-size: .9rem; margin: 0; }

/* ---------- cookie bar ---------- */

.cookie {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 14px;
  width: min(900px, 94%); z-index: 70; background: var(--card);
  border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 16px 38px rgba(62,47,35,.16);
  padding: 15px 18px; display: flex; flex-wrap: wrap; gap: 12px;
  align-items: center; justify-content: space-between;
}
.cookie[hidden] { display: none; }
.cookie p { margin: 0; font-size: .86rem; color: var(--muted); flex: 1 1 320px; }
.cookie-actions { display: flex; gap: 9px; }

/* ---------- reveals + motion ---------- */

.js .reveal { opacity: 0; transform: translateY(13px); transition: opacity .5s ease, transform .5s ease; }
.js .reveal.in { opacity: 1; transform: none; }

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

@media print { .adbar, .site-header, .cookie, .btn { display: none !important; } body { background: #fff; } }

/* footer logo chip — the supplied marks are dark artwork on transparency,
   so they need a light ground to stay legible on the dark footer */
.foot-brand img { background: #fff; padding: 7px 11px; border-radius: 8px; }
