:root{
  --blue:#0C57DD; --blue-deep:#0A3FA8; --yellow:#FFC61A; --pink:#EE2E8E;
  --ink:#14161B; --body:#2B303B; --muted:#5C6270;
  --paper:#FDFDFE; --panel:#F4F6FB; --rule:#E2E6EF;
  --display:"Archivo",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --text:"Newsreader",Georgia,"Times New Roman",serif;
}
@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){
  --blue:#4F8BFF; --blue-deep:#0B2A5E; --yellow:#FFD255; --pink:#FF6BB0;
  --ink:#F1F3F8; --body:#D2D7E2; --muted:#98A0B2;
  --paper:#101319; --panel:#181C25; --rule:#2A3040;
}}
:root[data-theme="dark"]{
  --blue:#4F8BFF; --blue-deep:#0B2A5E; --yellow:#FFD255; --pink:#FF6BB0;
  --ink:#F1F3F8; --body:#D2D7E2; --muted:#98A0B2;
  --paper:#101319; --panel:#181C25; --rule:#2A3040;
}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--body);
  font-family:var(--text);font-size:17px;line-height:1.72;-webkit-font-smoothing:antialiased}
.masthead{background:var(--blue-deep);color:#fff;padding:3rem 1.5rem 2.6rem}
.inner{max-width:62ch;margin:0 auto}
.wide{max-width:74ch}
.wordmark{font-family:var(--display);font-weight:700;font-size:.78rem;letter-spacing:.18em;
  text-transform:uppercase;color:var(--yellow);display:flex;align-items:center;gap:.55rem;
  text-decoration:none}
.wordmark i{width:22px;height:2px;background:var(--yellow);display:inline-block}
h1{font-family:var(--display);font-weight:700;font-size:clamp(2.1rem,5vw,2.9rem);line-height:1.08;
  letter-spacing:-.02em;margin:1rem 0 .6rem;color:#fff;text-wrap:balance}
.standfirst{margin:0;color:rgba(255,255,255,.82);font-size:1.05rem;max-width:48ch}
main{padding:2.75rem 1.5rem 5rem}
.stamp{font-family:var(--display);font-size:.72rem;font-weight:500;letter-spacing:.14em;
  text-transform:uppercase;color:var(--muted);padding-bottom:1.6rem;margin-bottom:2rem;
  border-bottom:1px solid var(--rule)}
.lede{font-size:1.18rem;color:var(--ink);line-height:1.62}
h2{font-family:var(--display);font-weight:700;font-size:1.06rem;letter-spacing:.01em;color:var(--ink);
  margin:2.9rem 0 .7rem;padding-bottom:.3rem;border-bottom:2.5px solid var(--yellow);
  display:inline-block;text-wrap:balance}
p{margin:0 0 1.05rem}
strong{color:var(--ink);font-weight:500}
a{color:var(--blue);text-underline-offset:3px;text-decoration-thickness:1px}
a:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:2px}
.callout{background:var(--panel);border-left:3px solid var(--blue);padding:1.1rem 1.3rem;
  margin:1.6rem 0;border-radius:0 5px 5px 0}
.callout p:last-child{margin-bottom:0}
.pillars{display:grid;gap:1.1rem;margin:1.6rem 0;padding:0;list-style:none}
.pillars li{background:var(--panel);border-radius:6px;padding:1.05rem 1.25rem}
.pillars b{font-family:var(--display);font-size:.95rem;color:var(--ink);display:block;
  margin-bottom:.2rem}
footer{margin-top:3.2rem;padding-top:1.3rem;border-top:1px solid var(--rule);
  font-family:var(--display);font-size:.82rem;color:var(--muted)}
footer a{color:var(--muted)}

/* Brand lockup. The wordmark art already carries the name and tagline, so the
   homepage does not repeat them in text. */
.hero{display:block;line-height:0}
.hero img{width:100%;height:auto;max-width:100%}
.thesis{font-family:var(--display);font-weight:700;font-size:clamp(1.5rem,4vw,2rem);
  line-height:1.15;letter-spacing:-.015em;color:var(--ink);margin:0 0 1rem;
  text-wrap:balance;border:0;padding:0;display:block}
main .thesis{margin-top:.5rem}
.wordmark img{border-radius:50%;display:block;
  box-shadow:0 0 0 1.5px rgba(255,255,255,.35)}

/* ---- product and category pages ---- */
.crumb{font-family:var(--display);font-size:.74rem;font-weight:500;letter-spacing:.12em;
  text-transform:uppercase;margin:.9rem 0 .1rem}
.crumb a{color:var(--yellow);text-decoration:none}
.crumb a:hover{text-decoration:underline}
.masthead h1{font-size:clamp(1.6rem,4.2vw,2.3rem)}
.shot{width:100%;height:auto;border-radius:8px;margin:.5rem 0 1.6rem;display:block;
  background:var(--panel)}
.qa{margin:1.1rem 0 0;padding:0}
.qa dt{font-family:var(--display);font-weight:700;font-size:.98rem;color:var(--ink);
  margin:1.15rem 0 .25rem}
.qa dd{margin:0}
.cta{margin:2.4rem 0 .8rem}
.btn{display:inline-block;background:var(--blue);color:#fff;text-decoration:none;
  font-family:var(--display);font-weight:700;font-size:1rem;letter-spacing:.01em;
  padding:.8rem 1.5rem;border-radius:999px}
.btn:hover{filter:brightness(1.08)}
.btn:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
.fineprint{font-size:.88rem;color:var(--muted);margin-top:.6rem}
.grid{list-style:none;padding:0;margin:1.4rem 0 0;display:grid;gap:1.15rem;
  grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}
.grid a{display:block;text-decoration:none;color:var(--ink);font-family:var(--display);
  font-size:.92rem;line-height:1.35}
.grid img,.grid .noshot{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;
  display:block;margin-bottom:.55rem;background:var(--panel)}
.grid a:hover span{text-decoration:underline}
.cats{list-style:none;padding:0;margin:1.3rem 0 0;display:grid;gap:.6rem;
  grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}
.cats a{display:flex;justify-content:space-between;align-items:center;gap:.75rem;
  background:var(--panel);border-radius:7px;padding:.8rem 1rem;text-decoration:none}
.cats b{font-family:var(--display);font-size:.95rem;font-weight:700;color:var(--ink)}
.cats span{font-family:var(--display);font-size:.82rem;color:var(--muted);
  font-variant-numeric:tabular-nums}
.cats a:hover{outline:1.5px solid var(--blue)}

/* CTA sits above the fold on a product page; the repeat at the bottom is for
   readers who scrolled the whole thing. */
.cta-top{margin:.2rem 0 1.6rem}
.vid{width:100%;height:auto;border-radius:8px;background:#000;display:block;
  margin:.35rem 0 1.6rem}
.vlabel{font-family:var(--display);font-size:.74rem;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;color:var(--muted);
  margin:1.4rem 0 .1rem}

/* Client-side product filter. Everything is already in the DOM, so this is
   instant and needs no server. */
.searchbar{margin:1.1rem 0 .4rem}
.searchbar input{width:100%;box-sizing:border-box;font:inherit;font-size:1rem;
  padding:.75rem 1rem;border-radius:8px;border:1.5px solid var(--rule);
  background:var(--panel);color:var(--ink)}
.searchbar input::placeholder{color:var(--muted)}
.searchbar input:focus{outline:none;border-color:var(--blue);
  box-shadow:0 0 0 3px color-mix(in srgb, var(--blue) 25%, transparent)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* The caution pulled out of the script. This is the site's whole promise, so
   it gets the pink accent and sits above the general praise. */
.catch{border-left:4px solid var(--pink);
  background:color-mix(in srgb, var(--pink) 8%, transparent);
  padding:1rem 1.25rem;border-radius:0 7px 7px 0;margin:1.8rem 0}
.catch p{margin:0}
.catch-label{font-family:var(--display);font-size:.72rem;font-weight:700;
  letter-spacing:.13em;text-transform:uppercase;color:var(--pink);
  margin:0 0 .4rem !important}

.rel{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.45rem}
.rel a{font-family:var(--display);font-size:.94rem;text-decoration:none;color:var(--blue)}
.rel a:hover{text-decoration:underline}
