/* ==========================================================================
   Fisher's Supply — Canby, Oregon · since 1982
   Design language is lifted from their own storefront: cream sign plates with
   navy letterspaced serif caps, mounted on warm lit brick, under downlights.
   Light-only site. Native scroll only.
   ========================================================================== */

@font-face{
  font-family:"Source Serif 4";
  src:url("../fonts/source-serif-4-var.woff2") format("woff2-variations"),
      url("../fonts/source-serif-4-var.woff2") format("woff2");
  font-weight:200 900;font-style:normal;font-display:swap;
}
@font-face{
  font-family:"Source Sans 3";
  src:url("../fonts/source-sans-3-var.woff2") format("woff2-variations"),
      url("../fonts/source-sans-3-var.woff2") format("woff2");
  font-weight:200 900;font-style:normal;font-display:swap;
}

:root{
  color-scheme:only light;
  accent-color:#1c3d5e;

  /* warm ink — never cold grey. this is a 1982 building, not a SaaS dashboard */
  --ink-900:#1a1410;
  --ink-800:#2b2318;
  --ink-700:#4a3f34;
  --ink-500:#6f6152;
  --ink-400:#8d8072;

  /* navy from the sign plates */
  --navy-900:#12293f;
  --navy-700:#1c3d5e;
  --navy-500:#2d5a83;
  --navy-200:#a9c0d4;
  --navy-100:#d7e3ed;

  /* gold from the lit storefront letters */
  --gold-700:#8a5f14;   /* text-safe on paper — 4.8:1 */
  --gold-500:#c9922f;   /* rules, glows, decoration only */
  --gold-200:#eddcbc;

  /* warm brick + paper */
  --brick-700:#7d5636;
  --brick-500:#a9784c;
  --brick-200:#e0cbae;
  --paper:#f7f2e9;
  --plate:#fbf8f2;
  --white:#fff;
  --rule:#ddd2be;
  --rule-soft:#eae1d1;

  --ok:#1f6b45;

  --serif:"Source Serif 4",Georgia,"Times New Roman",serif;
  --sans:"Source Sans 3","Segoe UI",system-ui,-apple-system,sans-serif;

  --step--2:clamp(.79rem,.76rem + .12vw,.85rem);   /* floor kept >=12.6px for legibility */
  --step--1:clamp(.88rem,.85rem + .15vw,.95rem);
  --step-0:clamp(1.02rem,.98rem + .2vw,1.15rem);
  --step-1:clamp(1.22rem,1.12rem + .5vw,1.55rem);
  --step-2:clamp(1.6rem,1.35rem + 1.1vw,2.3rem);
  --step-3:clamp(2rem,1.55rem + 2vw,3.4rem);
  --step-4:clamp(2.6rem,1.8rem + 3.6vw,5.2rem);

  --sp-section:clamp(4.5rem,3.5rem + 4.5vw,8rem);
  --gutter:clamp(1.1rem,4vw,2.75rem);
  --container:1240px;
  --header-h:76px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol{margin:0}
ul[class],ol[class]{list-style:none;padding:0}
img,picture,svg,canvas{max-width:100%;display:block}
input,button,textarea,select{font:inherit;color:inherit}
button{background:none;border:0;cursor:pointer}

html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 20px)}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

body{
  font-family:var(--sans);font-size:var(--step-0);line-height:1.68;
  color:var(--ink-700);background:var(--paper);
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}

h1,h2,h3,h4{font-family:var(--serif);color:var(--ink-900);line-height:1.08;font-weight:600;text-wrap:balance}
h1{font-size:var(--step-4);letter-spacing:-.022em}
h2{font-size:var(--step-3);letter-spacing:-.018em}
h3{font-size:var(--step-1);letter-spacing:-.01em}
p{max-width:66ch}

a{color:var(--navy-700);text-underline-offset:.18em}
a:hover{color:var(--navy-500)}
:focus-visible{outline:3px solid var(--gold-500);outline-offset:2px}
:focus:not(:focus-visible){outline:none}

@media (prefers-color-scheme:dark){
  :root{color-scheme:only light}
  body{background:var(--paper);color:var(--ink-700)}
}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,
textarea:-webkit-autofill,select:-webkit-autofill{
  -webkit-box-shadow:0 0 0 100px #fff inset!important;
  -webkit-text-fill-color:var(--ink-900)!important;caret-color:var(--ink-900);
}
::placeholder{color:var(--ink-400);opacity:1}
::selection{background:var(--gold-200);color:var(--ink-900)}

/* ---------- layout ---------- */
.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}
.container--narrow{max-width:820px}
.section{padding-block:var(--sp-section)}
.section--plate{background:var(--plate)}
.section--white{background:var(--white)}
.stack>*+*{margin-top:1.15rem}

.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--navy-900);color:#fff;padding:.8rem 1.3rem}
.skip-link:focus{left:0}

/* ============================================================
   THE SIGN PLATE — the motif, straight off their building
   ============================================================ */
.plate{
  display:inline-block;
  background:var(--plate);
  border:2px solid var(--navy-700);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.9), inset 0 0 0 3.5px rgba(28,61,94,.14);
  padding:.5rem 1.35rem;
  font-family:var(--serif);
  font-weight:600;
  font-size:var(--step--1);
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--navy-900);
  line-height:1.3;
}
.plate--sm{padding:.35rem 1rem;font-size:var(--step--2);letter-spacing:.17em}

/* Section eyebrow — the same sign plate used in the hero, so every section
   is introduced the way the building introduces each department. */
.plate--eyebrow{margin-bottom:1.15rem}

.section-head{max-width:62ch;margin-bottom:clamp(2.25rem,4vw,3.5rem)}
.lede{font-size:var(--step-1);color:var(--ink-700);line-height:1.5;font-family:var(--serif);font-weight:400}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:var(--sans);font-weight:700;font-size:var(--step-0);
  padding:.9rem 1.6rem;border:2px solid transparent;border-radius:2px;
  text-decoration:none;min-height:50px;letter-spacing:.01em;
  transition:background-color .16s,border-color .16s,color .16s;
}
.btn--primary{background:var(--navy-700);color:#fff}
.btn--primary:hover{background:var(--navy-900);color:#fff}
.btn--gold{background:var(--gold-500);color:var(--ink-900)}
.btn--gold:hover{background:var(--gold-700);color:#fff}
.btn--ghost{background:transparent;color:var(--navy-900);border-color:var(--navy-200)}
.btn--ghost:hover{border-color:var(--navy-700);background:rgba(28,61,94,.05);color:var(--navy-900)}
.btn--onDark{color:#fff;border-color:rgba(255,255,255,.42)}
.btn--onDark:hover{background:rgba(255,255,255,.1);color:#fff;border-color:#fff}
.btn--lg{padding:1.05rem 2.1rem;font-size:var(--step-1)}
.btn svg{width:1.05em;height:1.05em;flex:none;fill:currentColor}

/* ---------- header ---------- */
.header{
  position:sticky;top:0;z-index:100;background:var(--paper);
  border-bottom:2px solid var(--navy-900);
}
.header__inner{display:flex;align-items:center;gap:1.25rem;min-height:var(--header-h)}
.brand{display:flex;align-items:center;gap:.85rem;text-decoration:none;flex:none}
.brand img{width:auto;height:52px;flex:none}
.brand__text{display:flex;flex-direction:column;line-height:1.1}
.brand__name{font-family:var(--serif);font-weight:700;font-size:1.12rem;color:var(--ink-900);letter-spacing:-.01em}
.brand__tag{font-family:var(--serif);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-500);font-weight:600}

.nav{margin-left:auto}
.nav__list{display:flex;align-items:center;gap:.1rem}
.nav__link{
  display:block;padding:.5rem .72rem;
  font-family:var(--serif);font-weight:600;font-size:.86rem;
  letter-spacing:.11em;text-transform:uppercase;
  color:var(--navy-900);text-decoration:none;white-space:nowrap;
  border-bottom:2px solid transparent;
}
.nav__link:hover{color:var(--navy-500);border-bottom-color:var(--gold-500)}
.nav__link[aria-current="page"]{border-bottom-color:var(--navy-700);color:var(--navy-700)}

.header__call{display:flex;align-items:center;gap:.85rem;flex:none}
.header__phone{
  display:inline-flex;align-items:center;gap:.45rem;
  font-family:var(--serif);font-weight:700;font-size:1.08rem;
  color:var(--ink-900);text-decoration:none;white-space:nowrap;
}
.header__phone:hover{color:var(--navy-700)}
.header__phone svg{width:1em;height:1em;fill:var(--gold-700)}

.nav-toggle{display:none;width:50px;height:50px;align-items:center;justify-content:center;border:2px solid var(--navy-700)}
.nav-toggle svg{width:22px;height:22px;stroke:var(--navy-900);fill:none;stroke-width:2;stroke-linecap:round}

@media (max-width:1140px){
  .nav{position:fixed;inset:var(--header-h) 0 auto 0;background:var(--paper);
    border-bottom:2px solid var(--navy-900);padding:1rem var(--gutter) 1.5rem;display:none}
  .nav[data-open="true"]{display:block}
  .nav__list{flex-direction:column;align-items:stretch;gap:0}
  .nav__link{padding:.9rem .5rem;font-size:1rem;border-bottom:1px solid var(--rule)}
  .nav-toggle{display:inline-flex;order:3}
  .header__call .btn{display:none}
}
@media (max-width:600px){
  .brand__text{display:none}
  .brand img{height:46px}
  /* label collapses to the icon — keep a real 48px tap target, not a 17px glyph */
  .header__phone span{display:none}
  .header__phone{
    min-width:48px;min-height:48px;justify-content:center;
    border:2px solid var(--navy-700);border-radius:2px;
  }
  .header__phone svg{width:22px;height:22px}
}

/* ============================================================
   HERO
   ============================================================ */
/* The storefront sits behind the whole hero. A cream wash over it keeps the
   section light and the dark type readable — the photo reads as warm texture
   rather than competing with the headline. */
.hero{
  background:
    linear-gradient(rgba(247,242,233,.80),rgba(247,242,233,.88)),
    url("../img/photos/fishers-supply-storefront-canby-oregon-daytime.jpg") center 62% / cover no-repeat;
  border-bottom:2px solid var(--navy-900);
  overflow:hidden;
}
.hero__inner{
  display:grid;grid-template-columns:1.15fr .85fr;
  gap:clamp(2rem,5vw,4.5rem);align-items:center;
  padding-block:clamp(3rem,6vw,5.5rem);
}
.hero h1{margin:.4rem 0 1.35rem}
.hero__lede{font-family:var(--serif);font-size:var(--step-1);color:var(--ink-700);
  max-width:38ch;line-height:1.5;margin-bottom:2rem}
.hero__actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:2rem}
.hero__facts{
  display:flex;flex-wrap:wrap;gap:.9rem 2.2rem;padding-top:1.5rem;
  border-top:1px solid var(--rule);font-size:var(--step--1);
}
.hero__facts b{display:block;font-family:var(--serif);font-size:1.3rem;color:var(--ink-900);font-weight:700;line-height:1.2}
.hero__facts span{color:var(--ink-700);letter-spacing:.04em}

/* framed logo panel — the original 137x125 artwork is shown near its native
   size so it stays sharp; the frame gives it the presence, not the pixels */
.heromark{
  display:grid;place-items:center;
  min-height:clamp(280px,36vw,460px);
  padding:clamp(1rem,3vw,2rem);
}
/* multiply drops the logo's white background into whatever is behind it */
.heromark img{width:min(340px,92%);height:auto;mix-blend-mode:multiply}
@media (max-width:960px){
  .hero__inner{grid-template-columns:1fr;padding-block:clamp(2.5rem,7vw,4rem)}
  .hero__lede{max-width:none}
  .heromark{min-height:250px}
  .heromark img{width:min(250px,72%)}
}

/* ============================================================
   THE STORE — one full-bleed photograph of the building, then a
   short piece about them. No overlays on the signage, nothing
   to keep aligned.
   ============================================================ */
.storefront{background:var(--plate);border-bottom:2px solid var(--navy-900)}
.storefront__body{
  max-width:820px;text-align:center;
  padding-block:clamp(2.5rem,5vw,4rem);
}
.storefront__body h2{margin-bottom:1.1rem}
.storefront__body p{margin-inline:auto}
.storefront__lede{
  font-family:var(--serif);font-size:var(--step-1);color:var(--ink-800);
  line-height:1.45;margin-bottom:1.1rem;
}
.storefront__actions{
  display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;margin-top:2rem;
}
@media (max-width:760px){
  .storefront__body{text-align:left}
  .storefront__actions{justify-content:flex-start}
}

/* ============================================================
   PHOTO BAND
   ============================================================ */
.photoband{margin:0;position:relative;background:var(--navy-900);border-bottom:2px solid var(--navy-900)}
.photoband img{width:100%;height:clamp(190px,25vw,430px);object-fit:cover;object-position:center 62%}
.photoband figcaption{
  position:absolute;left:0;right:0;bottom:0;padding:3rem var(--gutter) 1.1rem;
  background:linear-gradient(to top,rgba(18,41,63,.9),transparent);
  color:#e6ded0;font-size:var(--step--1);font-family:var(--serif);
}
.photoband figcaption b{color:#fff;font-weight:600}

/* ============================================================
   DEPARTMENT ROWS — editorial, not cards
   ============================================================ */
.deptrow{
  display:grid;grid-template-columns:auto 1fr auto;gap:clamp(1rem,3vw,2.5rem);
  align-items:baseline;padding:clamp(1.6rem,3vw,2.4rem) 0;
  border-top:1px solid var(--rule);text-decoration:none;
  transition:background-color .16s;
}
.deptrow:last-child{border-bottom:1px solid var(--rule)}
.deptrow:hover{background:rgba(201,146,47,.06)}
.deptrow__no{
  font-family:var(--serif);font-size:var(--step--1);color:var(--gold-700);
  font-weight:700;letter-spacing:.1em;padding-top:.35rem;min-width:2.5rem;
}
.deptrow h3{margin-bottom:.5rem;color:var(--ink-900);font-size:var(--step-2)}
.deptrow p{color:var(--ink-700);font-size:var(--step-0);max-width:62ch}
.deptrow__go{
  font-family:var(--serif);font-weight:600;font-size:var(--step--1);
  letter-spacing:.14em;text-transform:uppercase;color:var(--navy-700);
  white-space:nowrap;padding-top:.5rem;
}
.deptrow:hover .deptrow__go{color:var(--gold-700)}
.deptrow__tags{margin-top:.9rem}
@media (max-width:760px){
  .deptrow{grid-template-columns:auto 1fr;gap:1rem}
  .deptrow__go{grid-column:2;padding-top:.9rem}
}

.taglist{display:flex;flex-wrap:wrap;gap:.4rem}
.tag{
  display:inline-block;padding:.22rem .65rem;border:1px solid var(--rule);
  background:var(--white);font-size:var(--step--2);color:var(--ink-700);
  letter-spacing:.05em;
}

/* ============================================================
   SPLIT FEATURE
   ============================================================ */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.split--flip .split__media{order:2}
.split__media img{width:100%;height:auto;border:2px solid var(--navy-900)}
.split__media figcaption{font-size:var(--step--2);color:var(--ink-500);margin-top:.6rem;letter-spacing:.04em}
@media (max-width:860px){.split{grid-template-columns:1fr}.split--flip .split__media{order:0}}

.speclist{border-top:2px solid var(--navy-900)}
.speclist li{display:flex;gap:1.25rem;padding:.9rem 0;border-bottom:1px solid var(--rule);font-size:var(--step-0)}
.speclist strong{font-family:var(--serif);color:var(--ink-900);flex:0 0 38%;font-weight:600}

/* ============================================================
   REVIEWS
   ============================================================ */
.review{background:var(--white);border:1px solid var(--rule);border-top:3px solid var(--gold-500);padding:1.75rem}
.review__stars{color:var(--gold-700);letter-spacing:.1em;margin-bottom:.7rem}
.review blockquote{font-family:var(--serif);font-size:var(--step-1);color:var(--ink-800);line-height:1.45;margin-bottom:1rem}
.review cite{font-style:normal;font-family:var(--serif);font-weight:700;color:var(--ink-900);font-size:.98rem}
.review cite span{display:block;font-weight:400;font-family:var(--sans);color:var(--ink-500);font-size:.85rem}

.grid{display:grid;gap:clamp(1rem,2.5vw,1.75rem)}
.grid--2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}
.grid--3{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}

/* ============================================================
   FORM
   ============================================================ */
.formcard{background:var(--white);border:2px solid var(--navy-900);padding:clamp(1.5rem,3vw,2.25rem)}
.formcard h2{font-size:var(--step-2);margin-bottom:.4rem}
.field{margin-bottom:1.05rem}
.field label{display:block;font-family:var(--serif);font-weight:600;font-size:.9rem;
  letter-spacing:.06em;color:var(--ink-900);margin-bottom:.35rem}
.field .req{color:var(--gold-700)}
.field input,.field select,.field textarea{
  width:100%;padding:.8rem .9rem;border:1px solid var(--ink-400);border-radius:0;
  background:#fff;color:var(--ink-900);min-height:50px;
}
.field textarea{min-height:118px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--navy-700);outline-offset:0}
.field--row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media (max-width:520px){.field--row{grid-template-columns:1fr}}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form__note{font-size:var(--step--1);color:var(--ink-500);margin-top:.8rem}
.form__status{margin-top:1rem;font-weight:600;font-size:.95rem}
.form__status[data-state="ok"]{color:var(--ok)}
.form__status[data-state="err"]{color:#a02525}

.openpill{
  display:inline-flex;align-items:center;gap:.45rem;padding:.3rem .8rem;
  font-family:var(--serif);font-size:var(--step--2);font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;
  background:#e7f2ea;color:var(--ok);border:1px solid #b9d8c6;
}
.openpill[data-open="false"]{background:var(--gold-200);color:var(--gold-700);border-color:#dcc49a}
.openpill i{width:7px;height:7px;border-radius:50%;background:currentColor;flex:none}

/* ============================================================
   CTA BAND + FOOTER
   ============================================================ */
.ctaband{background:var(--navy-900);color:#d9e4ee}
.ctaband h2{color:#fff}
.ctaband p{color:#a9bccd}
.ctaband__inner{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:space-between;
  padding-block:clamp(2.5rem,5vw,4rem)}
.ctaband__actions{display:flex;flex-wrap:wrap;gap:.9rem}

.footer{background:var(--ink-900);color:#a8998a}
.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:2.5rem;
  padding-block:clamp(2.5rem,5vw,4rem)}
@media (max-width:900px){.footer__grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.footer__grid{grid-template-columns:1fr}}
.footer h3{color:#fff;font-size:.82rem;margin-bottom:1rem;letter-spacing:.2em;text-transform:uppercase;font-family:var(--serif)}
.footer a{color:#d5c9bb;text-decoration:none;display:inline-block;padding:.35rem 0}
.footer a:hover{color:#fff;text-decoration:underline}
.footer li+li{margin-top:.15rem}
.footer__brand img{background:#fff;padding:.5rem;height:78px;width:auto}
.footer__brand p{color:#a8998a;font-size:var(--step--1);max-width:32ch;margin-top:1rem}
.footer__bottom{border-top:1px solid rgba(255,255,255,.14);padding-block:1.3rem;
  display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:space-between;font-size:var(--step--1)}
.footer__legal{display:flex;flex-wrap:wrap;gap:1.25rem}

.callbar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:none;
  background:var(--navy-900);border-top:2px solid var(--gold-500);padding:.6rem var(--gutter);gap:.6rem}
.callbar .btn{flex:1;min-height:50px}
@media (max-width:760px){.callbar{display:flex}body{padding-bottom:76px}}

/* ---------- page header (inner pages) ---------- */
.pagehead{background:var(--plate);border-bottom:2px solid var(--navy-900)}
.pagehead__inner{padding-block:clamp(2.25rem,5vw,3.75rem)}
.pagehead h1{margin:.5rem 0 .9rem}
.crumbs{font-size:var(--step--2);color:var(--ink-500);letter-spacing:.08em;text-transform:uppercase;font-family:var(--serif)}
.crumbs ol{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;padding:0;margin:0}
.crumbs li::after{content:"/";margin-left:.45rem;color:var(--rule)}
.crumbs li:last-child::after{content:""}
.crumbs a{color:var(--ink-500)}

/* ---------- resources ---------- */
.reslist{display:grid;gap:0;border-top:1px solid var(--rule)}
.reslist a{display:flex;align-items:center;gap:.9rem;padding:.95rem .5rem;
  border-bottom:1px solid var(--rule);text-decoration:none;color:var(--ink-900);
  font-family:var(--serif);font-weight:600;font-size:1rem}
.reslist a:hover{background:rgba(201,146,47,.08);color:var(--navy-700)}
.reslist svg{width:19px;height:19px;flex:none;stroke:var(--gold-700);fill:none;stroke-width:1.6}

/* ---------- reveal ---------- */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
.reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.notice{background:var(--gold-200);border-left:3px solid var(--gold-500);padding:1rem 1.25rem;
  font-size:var(--step-0);color:#5c3d0c}


/* the logo is a white-background raster; multiply hides that white */
.brand img{mix-blend-mode:multiply}
.footer__brand img{mix-blend-mode:normal}

/* On a phone the hero logo is dead space — the header already carries the mark,
   so the storefront background and the copy get the screen instead. */
@media (max-width:760px){
  .heromark{display:none}
}

/* ============================================================
   PHONE RHYTHM
   The desktop spacing scale is generous by design; at 375px that
   generosity turns into a very long scroll. Everything below tightens
   the vertical rhythm without touching type size or tap targets.
   ============================================================ */
@media (max-width:760px){
  :root{
    --sp-section:2.75rem;
    --gutter:1.15rem;
  }

  /* hero */
  .hero__inner{padding-block:2rem 2.25rem;gap:1.5rem}
  .hero h1{margin:.35rem 0 .85rem}
  .hero__lede{margin-bottom:1.35rem;font-size:1.12rem;line-height:1.45}
  .hero__actions{gap:.6rem;margin-bottom:1.35rem}
  .hero__actions .btn{width:100%}
  .hero__facts{padding-top:1.1rem;gap:.75rem 1.5rem}

  /* section heads */
  .section-head{margin-bottom:1.6rem}
  .plate--eyebrow{margin-bottom:.8rem}
  .lede{font-size:1.1rem}

  /* the store */
  .storefront__body{padding-block:2.25rem}
  .storefront__actions{margin-top:1.35rem;gap:.6rem}
  .storefront__actions .btn{width:100%}

  /* department rows — the biggest single saving on the page */
  .deptrow{padding:1.1rem 0;gap:.15rem .75rem;grid-template-columns:2rem 1fr}
  .deptrow__no{padding-top:.2rem;min-width:0;font-size:.8rem}
  .deptrow h3{margin-bottom:.35rem;font-size:1.35rem}
  .deptrow p{font-size:1rem;line-height:1.55}
  .deptrow__tags{margin-top:.6rem}
  .deptrow__go{padding-top:.6rem;font-size:.8rem}

  /* split features */
  .split{gap:1.5rem}
  .stack>*+*{margin-top:.85rem}
  .speclist li{padding:.7rem 0;flex-direction:column;gap:.15rem}
  .speclist strong{flex:none}

  /* reviews + form */
  .review{padding:1.25rem}
  .review blockquote{font-size:1.1rem}
  .formcard{padding:1.35rem}
  .field{margin-bottom:.85rem}
  .field textarea{min-height:96px}

  /* closing bands */
  .ctaband__inner{padding-block:2.25rem;gap:1.35rem}
  .ctaband__actions{width:100%;gap:.6rem}
  .ctaband__actions .btn{width:100%}
  .footer__grid{padding-block:2.25rem;gap:1.75rem}
  .footer__bottom{padding-block:1rem}
}

/* ============================================================
   PRODUCT CARDS
   Manufacturer shots are small and shot on white, so they are
   contained rather than cropped — the whole product shows, and
   nothing is ever scaled past its real pixel size.
   ============================================================ */
.prodgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(258px,1fr));gap:clamp(1rem,2.4vw,1.6rem)}
.prod{background:var(--white);border:1px solid var(--rule);display:flex;flex-direction:column}
.prod__media{
  background:var(--white);border-bottom:1px solid var(--rule);
  display:grid;place-items:center;padding:1.4rem;min-height:236px;
}
.prod__media img{width:auto;max-width:100%;max-height:200px;object-fit:contain;border:0}
.prod__body{padding:1.35rem;display:flex;flex-direction:column;gap:.8rem;flex:1}
.prod__body h3{font-size:var(--step-1);margin:0}
.prod__body p{font-size:.98rem;margin:0;max-width:none}
.prod .speclist{border-top-width:1px;border-top-color:var(--rule);margin-top:auto}
.prod .speclist li{padding:.5rem 0;font-size:.92rem}
.prod .speclist strong{flex:0 0 52%}
.prod details{border-top:1px solid var(--rule);padding-top:.8rem}
.prod summary{
  cursor:pointer;font-family:var(--serif);font-weight:600;font-size:.9rem;
  letter-spacing:.08em;text-transform:uppercase;color:var(--navy-700);
}
.prod summary:hover{color:var(--gold-700)}
.prod details ul{margin:.7rem 0 0;padding-left:1.15rem;font-size:.92rem;list-style:disc}
.prod details li{margin-bottom:.35rem}

/* the DIY line is a policy note, not a catalogue item — it gets its own panel */
.prodnote{
  margin-top:clamp(1rem,2.4vw,1.6rem);background:var(--white);
  border:1px solid var(--rule);border-left:3px solid var(--gold-500);padding:clamp(1.25rem,3vw,1.75rem);
}
.prodnote h3{margin-bottom:.6rem}
@media (max-width:760px){
  .prod__media{min-height:190px;padding:1rem}
  .prod__media img{max-height:160px}
  .prod__body{padding:1.1rem;gap:.7rem}
}

/* ============================================================
   PHONE PASS 2 — measured fixes
   Stacked speclist rows were running ~120px each, and ten sections
   of 88px padding added ~900px on the longest page. Tap targets on
   breadcrumbs and inline list links were 17-23px.
   ============================================================ */
.crumbs a{display:inline-block;padding:.3rem 0}

@media (max-width:760px){
  :root{--sp-section:2rem}

  /* the single biggest saving: tighten stacked spec rows */
  .speclist li{padding:.45rem 0;gap:.05rem;line-height:1.45}
  .speclist strong{font-size:.9rem;line-height:1.35}
  .speclist span{font-size:.95rem}

  /* long bullet lists */
  .prod details ul,.prodnote details ul{font-size:.9rem}
  .prod details li,.prodnote details li{margin-bottom:.25rem}

  /* inline links inside lists need a real target */
  .speclist a,.section li > a{display:inline-block;padding:.28rem 0}

  /* headings were sized for a wide measure */
  .pagehead__inner{padding-block:1.6rem}
  .pagehead h1{margin:.4rem 0 .7rem}
  h2{font-size:1.75rem}
  h3{font-size:1.25rem}
  .section-head{margin-bottom:1.25rem}

  /* grids collapse to one column — kill the doubled gap */
  .grid{gap:1rem}
  .prodgrid{gap:1rem}
  .notice{padding:.9rem 1rem}
  .reslist a{padding:.8rem .4rem}
}

/* phone accordions injected by site.js */
.phone-collapse{border-top:1px solid var(--rule);margin-top:.5rem}
.phone-collapse > summary{
  cursor:pointer;padding:.7rem 0;list-style:none;
  font-family:var(--serif);font-weight:600;font-size:.86rem;
  letter-spacing:.1em;text-transform:uppercase;color:var(--navy-700);
  display:flex;align-items:center;justify-content:space-between;min-height:44px;
}
.phone-collapse > summary::-webkit-details-marker{display:none}
.phone-collapse > summary::after{content:"+";font-size:1.15rem;color:var(--gold-700);line-height:1}
.phone-collapse[open] > summary::after{content:"\2212"}
.phone-collapse > summary:hover{color:var(--gold-700)}
.phone-collapse .speclist{border-top:0}
