@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600&display=swap");
/* Website Clarity — pages still on this stylesheet (/guides, /trades, /online-admin,
   /about, /contact). Retyped 15 Sep 2026 onto the locked design system in home.css:
   same tokens, same Instrument Sans, same button shape. Class names are unchanged,
   so no page markup had to move. Do not add further colours, a serif face, gradients
   or new card styles — see the note at the top of home.css. */
:root{
  /* mapped onto home.css: indigo = primary actions and brand, teal = tools and
     diagnostics, gold = small evidence accents only, neutrals = pale bg, charcoal text */
  --forest:#39346B; --forest-deep:#2A2653; --mint:#EFEEF7; --mint-dim:#C9C5E4;
  --saffron:#E2A33C; --saffron-deep:#C88B28;
  --plum:#39346B; --ochre:#1E8878; --teal:#14685B;
  --ink:#14171A; --grey:#5C6165; --line:#E7E4DE; --paper:#FCFBF9; --white:#fff;
  --max:1140px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Instrument Sans",system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--paper);font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:inherit;font-weight:600;line-height:1.08;letter-spacing:-.022em;margin:0 0 .5em}
h1{font-size:clamp(2.2rem,5.1vw,4.1rem);letter-spacing:-.028em}
h2{font-size:clamp(1.65rem,3vw,2.35rem)}
h3{font-size:1.2rem;letter-spacing:-.01em}
p{margin:0 0 1.1em;max-width:62ch}
a{color:inherit}
img{max-width:100%;height:auto}
:focus-visible{outline:2px solid var(--forest);outline-offset:3px}
.wrap{width:min(100% - 3rem,var(--max));margin-inline:auto}
.lede{font-size:1.15rem;line-height:1.55;color:var(--grey);max-width:52ch}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.4rem;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;border:0;cursor:pointer;font-family:inherit;transition:background .15s}
.btn-saffron{background:var(--forest);color:var(--white)}
.btn-saffron:hover{background:var(--forest-deep)}
.btn-ink{background:var(--ink);color:var(--white)}
.btn-ghost{border:1.5px solid currentColor;background:transparent}

/* header */
.head{position:sticky;top:0;z-index:9;background:rgba(252,251,249,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.head .wrap{display:flex;align-items:center;justify-content:space-between;height:74px;gap:1rem}
.brand{font-family:inherit;font-weight:600;font-size:1.25rem;letter-spacing:-.022em;text-decoration:none;color:var(--ink)}
.nav{display:flex;gap:1.6rem;align-items:center;font-weight:500;font-size:.95rem}
.nav a{text-decoration:none;color:var(--ink)}
.nav a:hover{color:var(--forest)}
.nav .btn{padding:.6rem 1.1rem;font-size:.9rem}
.nav a.btn-saffron{background:var(--forest);color:var(--white)}
@media (max-width:820px){.nav a:not(.btn){display:none}}

/* hero */
.hero{background:var(--paper);color:var(--ink);padding:3.5rem 0;position:relative;overflow:hidden}
.hero .wrap{display:grid;gap:3rem;position:relative}
@media (min-width:960px){.hero .wrap{grid-template-columns:1.05fr 1fr;align-items:center}}
.hero h1{color:var(--ink);max-width:16ch}
.hero .lede{color:var(--grey)}
.check{margin-top:2rem;display:flex;gap:.6rem;max-width:520px;background:var(--white);padding:.4rem;border-radius:14px;border:1.5px solid var(--ink)}
.hero .check .btn{background:var(--forest);color:var(--white)}
.hero .check .btn:hover{background:var(--forest-deep)}
.check input{flex:1;border:0;background:transparent;padding:.8rem 1.1rem;font:inherit;font-size:1rem;color:var(--ink);min-width:0}
.check select{border:0;background:transparent;font:inherit;font-size:.95rem;color:var(--grey);padding:0 .3rem;max-width:150px}
.check select:focus{outline:none}
@media (max-width:560px){.check{flex-wrap:wrap;border-radius:14px}.check select{width:100%;padding:.4rem 1rem}.check .btn{width:100%;justify-content:center}}
.check input:focus{outline:none}
.check .btn{white-space:nowrap}
.hero .small{font-size:.9rem;color:var(--grey);margin-top:.9rem}

/* demo panel */
.demo{background:var(--forest-deep);border:1px solid rgba(239,238,247,.14);border-radius:18px;padding:1.4rem;box-shadow:0 24px 50px rgba(20,23,26,.22);font-size:.98rem}

/* report card */
.report{padding:1.5rem}
.rhead{display:flex;justify-content:space-between;align-items:center;color:var(--white);font-weight:600;margin-bottom:.6rem;gap:.8rem;flex-wrap:wrap}
.rtag{font-size:.75rem;font-weight:600;color:var(--saffron);background:rgba(226,163,60,.16);padding:.15rem .5rem;border-radius:6px}
.rows{list-style:none;padding:0;margin:0}
.rows li{display:grid;grid-template-columns:1fr auto;gap:.15rem .8rem;padding:.7rem 0;border-top:1px solid rgba(239,238,247,.12);opacity:0;transform:translateY(6px);transition:opacity .5s,transform .5s}
.rows li.on{opacity:1;transform:none}
.rows li.off{display:none}
.rows li>span:first-child{color:var(--white);font-weight:600}
.rows em{grid-column:1/-1;font-style:normal;color:var(--mint-dim);font-size:.9rem}
.mark{font-size:.8rem;font-weight:600;padding:.2rem .6rem;border-radius:999px;background:rgba(226,163,60,.16);color:var(--saffron);white-space:nowrap;align-self:start}
.rows li[data-ok="1"] .mark{background:rgba(30,136,120,.22);color:#CDE9E2}
.rstart{margin-top:1rem;padding:.8rem 1rem;border-left:3px solid var(--saffron);background:rgba(226,163,60,.1);color:var(--white);font-size:.95rem;border-radius:0 8px 8px 0;opacity:0;transition:opacity .6s}
.rstart.on{opacity:1}
@media (prefers-reduced-motion:reduce){.rows li,.rstart{opacity:1;transform:none;transition:none}}

/* sections */
section{padding:4.2rem 0}
@media (max-width:700px){section{padding:3rem 0}}
.eyebrow-free{font-weight:600;color:var(--forest);margin-bottom:1rem}
.grey{color:var(--grey)}

/* results */
.results{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.results .grid{display:grid;gap:3rem}
@media (min-width:960px){.results .grid{grid-template-columns:1fr 1.15fr;align-items:center}}
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:1.6rem 2rem;margin-top:2rem}
.stat b{display:block;font-family:inherit;font-weight:600;font-size:clamp(2rem,7vw,2.6rem);letter-spacing:-.03em;line-height:1;color:var(--forest)}
.stat span{color:var(--grey);font-size:.95rem}
.chart{background:var(--forest);border-radius:18px;padding:1.6rem;color:var(--mint)}
.chart svg{width:100%;height:auto;display:block}
.chart .cap{font-size:.9rem;color:var(--mint-dim);margin-top:.8rem}
.chart .line{stroke:var(--saffron);stroke-width:3;fill:none;stroke-dasharray:1200;stroke-dashoffset:1200;transition:stroke-dashoffset 1.8s ease-out}
.chart .fill{fill:url(#g);opacity:0;transition:opacity 1.2s .6s}
.chart.on .line{stroke-dashoffset:0}.chart.on .fill{opacity:1}
@media (prefers-reduced-motion:reduce){.chart .line{stroke-dashoffset:0;transition:none}.chart .fill{opacity:1}}

/* tiles */
.tiles{display:grid;gap:1.2rem;margin-top:2rem}
@media (min-width:860px){.tiles{grid-template-columns:repeat(3,1fr)}}
.tile{text-decoration:none;color:var(--white);border-radius:20px;padding:1.8rem 1.8rem 1.6rem;min-height:250px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s}
.tile:hover{transform:translateY(-4px)}
.tile h3{color:var(--white);font-size:clamp(1.5rem,5vw,2rem);margin-bottom:.6rem}
.tile p{color:rgba(255,255,255,.85);margin:0}
.tile .from{font-weight:600;margin-top:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:.8rem}
.tile .from span:last-child{font-size:1.5rem}
.t-venues{background:var(--plum)}.t-trades{background:var(--ochre)}.t-shops{background:var(--teal)}

/* steps */
.steps{display:grid;gap:1.6rem;margin-top:2rem}
.skills{gap:2rem 2.5rem}
@media (min-width:860px){.steps{grid-template-columns:repeat(3,1fr)}}
.step{border-top:3px solid var(--forest);padding-top:1.2rem}
.step h3{font-size:1.2rem}
.step p{color:var(--grey);margin:0}

/* quotes */
.quotes{background:var(--white);color:var(--ink);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.quotes h2{color:var(--ink)}
.quotes .q2{display:grid;gap:2.5rem;margin-top:2.5rem}
@media (min-width:860px){.quotes .q2{grid-template-columns:1fr 1fr}}
.quotes blockquote{margin:0;font-family:inherit;font-weight:500;font-size:clamp(1.25rem,4vw,1.55rem);line-height:1.35;letter-spacing:-.015em;color:var(--ink)}
.quotes cite{display:block;font-family:inherit;font-style:normal;font-size:.95rem;color:var(--grey);margin-top:1rem}

/* cred */
.cred{border-top:1px solid var(--line)}
.cred .row{display:grid;gap:2rem}
@media (min-width:860px){.cred .row{grid-template-columns:1fr 1fr}}
.cred ul{padding-left:1.1em;color:var(--grey)}

/* final */
.final{background:var(--forest);color:var(--mint)}
.final h2{color:var(--white)}
.final .lede{color:var(--mint)}
.final .check{border:0;background:var(--white)}
.final .btn-ink{background:var(--ink);color:var(--white)}

.foot{padding:2.5rem 0 3.5rem;font-size:.92rem;color:var(--grey);border-top:1px solid var(--line);background:var(--paper)}
.foot .wrap{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.foot nav{display:flex;gap:1.2rem;flex-wrap:wrap}
.foot a{color:var(--grey);text-decoration:none}

.mob{display:none;position:relative}
.mob summary{list-style:none;cursor:pointer;font-weight:600;padding:.5rem .2rem}
.mob summary::-webkit-details-marker{display:none}
.mob div{position:absolute;right:0;top:2.6rem;background:#fff;border:1px solid var(--line);border-radius:12px;padding:.6rem 0;min-width:220px;display:flex;flex-direction:column;box-shadow:0 12px 30px rgba(20,23,26,.1);z-index:20}
.mob div a{display:block;padding:.65rem 1.2rem;color:var(--ink)!important;text-decoration:none}
.mob div a:hover{background:var(--paper)}
@media (max-width:820px){.mob{display:block}}

@media (max-width:820px){.brand{white-space:nowrap;font-size:1.1rem}.nav .btn{display:none}.nav .mob div a{display:block!important}}
