/* ==========================================================================
   My Treats site design system (LOCKED 2026-08-23 from the approved home concept)
   Tokens, chrome, section scaffolding, buttons, score dots, trust band, ladder,
   practices chips, framed CTA card, footer, reveal motion.
   Extracted VERBATIM from concepts/home/index.html. The home concept keeps its
   own inline copy for now; reconcile both onto site.css v2 at port time.
   ========================================================================== */

/* ============ Design tokens + base ============ */
:root{
  --teal:#005155; --teal-deep:#003d40; --gold:#d8a55b; --gold-soft:#e2cba3;
  --meadow:#0fae83;
  --wg1:#f8f7f5; --wg2:#f1efec; --wg3:#ece9e5;
  --ink:#1a2d2e; --ink-soft:#4a5c5d;
  --line:rgba(0,81,85,.12);
  --serif:"lust-text","Playfair Display",Georgia,serif;
  --sans:"Quicksand",Verdana,sans-serif;
  --r-edit:4px;   /* editorial register: photos, hairline cards */
  --r-ui:16px;    /* interactive register: cards, panels */
  --shadow-soft:0 1px 2px rgba(0,61,64,.05),0 8px 28px rgba(0,61,64,.08);
  --shadow-lift:0 2px 6px rgba(0,61,64,.07),0 18px 44px rgba(0,61,64,.13);
  --maxw:1200px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);font-size:16.5px;line-height:1.62;color:var(--ink);background:var(--wg1);-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--teal);text-decoration:none}
h1,h2,.serif{font-family:var(--serif);color:var(--teal);font-weight:600;line-height:1.14}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(20px,4vw,44px)}
.eyebrow{font-size:12.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.section-sub{max-width:640px;color:var(--ink-soft);font-size:clamp(14.5px,3.8vw,16px)}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}
::selection{background:var(--gold-soft);color:var(--teal-deep)}


/* ============ Header ============ */
header.site{position:sticky;top:0;z-index:60;background:rgba(248,247,245,.92);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:border-color .25s, box-shadow .25s}
header.site.scrolled{border-bottom-color:var(--line);box-shadow:0 4px 24px rgba(0,61,64,.06)}
.site-bar{display:flex;align-items:center;justify-content:space-between;gap:28px;height:76px}
.site-logo img{height:40px;width:auto}
nav.site-nav{display:flex;gap:clamp(16px,2.4vw,34px);align-items:center}
nav.site-nav a{font-size:15px;font-weight:600;color:var(--teal);padding:6px 2px;border-bottom:2px solid transparent;transition:border-color .18s,color .18s}
nav.site-nav a:hover{border-bottom-color:var(--gold)}
nav.site-nav a.nav-cta{border:1.5px solid var(--teal);border-radius:999px;padding:9px 20px;transition:background .18s,color .18s}
nav.site-nav a.nav-cta:hover{background:var(--teal);color:var(--wg1);border-bottom-color:transparent}
.burger{display:none;background:none;border:none;font-size:26px;color:var(--teal);cursor:pointer;padding:6px 10px}
@media (max-width:900px){
  nav.site-nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--wg1);flex-direction:column;align-items:stretch;padding:10px 24px 22px;border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(0,61,64,.10)}
  nav.site-nav.open{display:flex}
  nav.site-nav a{padding:12px 2px;border-bottom:1px solid var(--wg3)}
  nav.site-nav a.nav-cta{order:-1;margin:2px 0 10px;text-align:center;background:var(--gold);border-color:var(--gold);color:var(--teal-deep);font-weight:700}
  .burger{display:block}
}


/* ============ Trust band ============ */
.trust{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:clamp(56px,8vh,92px) 0}
.trust-statement{text-align:center;max-width:820px;margin:0 auto clamp(40px,6vh,64px)}
.trust-statement .rule{width:64px;height:2px;background:var(--gold);margin:0 auto 30px}
.trust-statement p{font-family:var(--serif);font-size:clamp(24px,2.8vw,34px);line-height:1.35;color:var(--teal);font-weight:600}
.trust-statement p em{font-style:italic;color:var(--gold)}
.trust-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,3.5vw,48px)}
.trust-col h3{font-family:var(--serif);font-size:20px;color:var(--teal);font-weight:600;margin-bottom:10px}
.trust-col p{font-size:15.5px;color:var(--ink-soft)}
.trust-col .t-ico{width:44px;height:44px;border-radius:50%;background:var(--wg2);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--teal)}
.trust-col a{font-weight:700;font-size:14.5px}
.trust-col a:hover{color:var(--gold)}
/* Mobile: the three proofs become centred, icon-led stanzas separated by short
   gold rules (echoing the statement's own rule above), instead of a left-aligned
   desktop column squeezed to one column. */
@media (max-width:800px){
  .trust-cols{grid-template-columns:1fr;gap:0}
  .trust-col{display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px 8px}
  .trust-col + .trust-col{border-top:none}
  .trust-col + .trust-col::before{content:"";width:44px;height:2px;background:var(--gold-soft);margin:0 0 28px}
  .trust-col .t-ico{width:66px;height:66px;margin:0 0 18px}
  .trust-col .t-ico svg{width:30px;height:30px}
  .trust-col h3{font-size:24px;margin-bottom:12px}
  .trust-col p{max-width:38ch;font-size:16px;line-height:1.6}
}


/* ============ Shared section scaffolding ============ */
.section{padding:clamp(60px,9vh,104px) 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:clamp(28px,4vh,44px)}
.section-head h2{font-size:clamp(30px,3.4vw,42px)}
.section-head .more{flex:none;font-weight:700;font-size:15px;white-space:nowrap;border-bottom:2px solid var(--gold);padding-bottom:3px}
.section-head .more:hover{color:var(--gold)}
@media (max-width:700px){.section-head{flex-direction:column;align-items:flex-start;gap:10px}}


/* ============ Method ============ */
.method{background:var(--wg1)}
.method-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(36px,5vw,80px);align-items:center}
.method p.lead{font-size:clamp(14.5px,3.8vw,16px);color:var(--ink-soft);margin-bottom:22px;max-width:540px}
.method p.lead b{color:var(--ink)}
.practices{display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 30px}
.practices span{font-size:13.5px;font-weight:600;color:var(--ink-soft);border:1px solid var(--gold-soft);border-radius:999px;padding:7px 16px;background:#fff}
.method-links{display:flex;gap:26px;align-items:center;flex-wrap:wrap}
.btn-primary{display:inline-block;background:var(--teal);color:var(--wg1);font-weight:700;font-size:15.5px;border-radius:999px;padding:14px 30px;transition:background .18s}
.btn-primary:hover{background:var(--teal-deep)}
.link-plain{font-weight:700;font-size:15px;border-bottom:2px solid var(--gold);padding-bottom:3px}
.link-plain:hover{color:var(--gold)}
.ladder{background:#fff;border:1px solid var(--line);border-radius:var(--r-ui);box-shadow:var(--shadow-soft);padding:30px 32px}
.ladder-row{display:flex;align-items:center;gap:16px;padding:13px 0}
.ladder-row + .ladder-row{border-top:1px solid var(--wg3)}
.ladder-row .l-dots{flex:none;width:92px;font-size:0;text-align:left}
.ladder-row .l-dots .dot{width:12px;height:12px;margin:0 5px 0 0}
.ladder-row .l-name{font-family:var(--serif);font-size:19px;color:var(--ink);font-weight:600}
.ladder-row .l-name b{color:var(--gold);font-weight:600}
.ladder-row .l-desc{margin-left:auto;font-size:13px;color:var(--ink-soft);text-align:right;max-width:190px;line-height:1.4}
.ladder-note{margin-top:18px;font-size:13px;color:var(--ink-soft);text-align:center}
@media (max-width:900px){.method-grid{grid-template-columns:1fr}}
@media (max-width:520px){.ladder{padding:22px 18px}.ladder-row .l-desc{display:none}.ladder-row .l-dots{width:92px;white-space:nowrap}}


/* ============ For restaurants ============ */
.forrest{background:var(--wg2);border-top:1px solid var(--line);padding:clamp(48px,7vh,80px) 0}
.forrest-card{max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--gold-soft);border-radius:var(--r-ui);padding:clamp(32px,5vw,50px) clamp(22px,4vw,48px);text-align:center;box-shadow:var(--shadow-soft)}
.forrest-card h2{font-size:clamp(24px,2.7vw,32px);margin-bottom:12px}
.forrest-card p{font-size:16px;color:var(--ink-soft);max-width:520px;margin:0 auto 24px}
.btn-ghost{display:inline-block;font-weight:700;font-size:15px;color:var(--teal);border:1.5px solid var(--teal);border-radius:999px;padding:12px 26px;transition:background .18s,color .18s}
.btn-ghost:hover{background:var(--teal);color:var(--wg1)}


/* ============ Footer ============ */
footer.site{background:var(--teal-deep);color:rgba(248,247,245,.78);padding:clamp(48px,7vh,72px) 0 34px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:clamp(28px,4vw,56px);margin-bottom:46px}
.foot-brand img{height:40px;width:auto;margin-bottom:18px}
.foot-brand p{font-size:14.5px;max-width:280px;line-height:1.6;font-style:italic;color:rgba(248,247,245,.6)}
.foot-col h4{font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}
.foot-col a{display:block;color:rgba(248,247,245,.85);font-size:15px;padding:5px 0;transition:color .15s}
.foot-col a:hover{color:var(--gold)}
.foot-base{border-top:1px solid rgba(248,247,245,.14);padding-top:24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13.5px;color:rgba(248,247,245,.5)}
.foot-base a{color:rgba(248,247,245,.7)}
.foot-base a:hover{color:var(--gold)}
@media (max-width:860px){.foot-grid{grid-template-columns:1fr 1fr}}
@media (max-width:500px){.foot-grid{grid-template-columns:1fr}}


/* ============ Reveal motion ============ */
.rv{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}
.rv.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .rv{opacity:1;transform:none;transition:none}
  .list-card,.place-card,.list-card .lc-img img,.place-card .pc-img img{transition:none}
  html{scroll-behavior:auto}
}

/* ============ Score dots ============ */
.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--meadow);margin-left:3px}
.dot.off{background:var(--wg3)}

/* ============ Shadow button + centred CTA row ============ */
.cta-row{display:flex;justify-content:center;margin-top:clamp(30px,5vh,44px)}
.btn-shadow{display:inline-block;font-weight:700;font-size:15.5px;color:var(--teal);background:#fff;border:1px solid var(--line);border-radius:999px;padding:14px 34px;box-shadow:var(--shadow-soft);transition:box-shadow .2s,transform .2s,border-color .2s}
.btn-shadow:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px);border-color:var(--gold)}
