/* =========================================================================
   ARK Vending Co. — Design System & Components
   RTL / Hebrew. Mobile-first. Brand: #1E1E1E / #FFFFFF / #D63D21 / #F5F5F5
   פונט Assistant מאורח מקומית (assets/fonts) — בלי תלות ב-Google.
   ========================================================================= */

/* ---------- Font (self-hosted, variable) ---------- */
@font-face{
  font-family:"Assistant";
  src:url("/assets/fonts/assistant-hebrew.woff2") format("woff2");
  font-weight:400 800;
  font-display:swap;
  unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;
}
@font-face{
  font-family:"Assistant";
  src:url("/assets/fonts/assistant-latin.woff2") format("woff2");
  font-weight:400 800;
  font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root{
  /* Brand palette — הכתום הוכהה מעט ל-#D63D21 כדי לעמוד בניגודיות WCAG AA
     (טקסט לבן על כתום / כתום כטקסט על לבן). הגוון עדיין זהה לזהות המותג. */
  --ink:#1E1E1E;
  --ink-2:#161616;          /* header / footer */
  --ink-3:#2a2a2a;          /* raised dark surfaces */
  --white:#FFFFFF;
  --accent:#D63D21;
  --accent-600:#B8331B;     /* hover / טקסט קטן על לבן */
  --accent-100:rgba(214,61,33,.12);
  --mist:#F5F5F5;

  /* Derived */
  --line:#e5e5e5;
  --muted:#5f5f5f;
  --muted-dark:#c9cdc7;     /* "VENDING CO." sage tone, used on dark */
  --ok:#1f8a4c;
  --err:#c0392b;

  --radius:16px;
  --radius-sm:9px;
  --maxw:1140px;
  --header-h:70px;

  --shadow-sm:0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);
  --shadow-md:0 14px 38px rgba(0,0,0,.12);

  --font:"Assistant","Heebo","Segoe UI",Arial,"Helvetica Neue",sans-serif;

  --a11y-scale:1;           /* תפריט נגישות — הגדלת טקסט */
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{
  -webkit-text-size-adjust:100%;scroll-behavior:smooth;direction:rtl;overflow-x:clip;
  font-size:calc(100% * var(--a11y-scale));
}
body{
  margin:0;
  font-family:var(--font);
  font-size:1.0625rem;
  line-height:1.75;
  color:var(--ink);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  overflow-x:clip;
}
/* prevent grid/flex children from expanding tracks past the viewport (RTL blowout) */
.hero__inner > *,.split > *,.grid > *,.steps > *,.benefits > *,
.contact-cols > *,.post-list > *,.footer-grid > *{min-width:0}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-underline-offset:3px}
button{font:inherit}
h1,h2,h3,h4{line-height:1.22;font-weight:800;margin:0 0 .5em;letter-spacing:-.01em}
h1{font-size:clamp(1.95rem,1.2rem + 3.4vw,3rem)}
h2{font-size:clamp(1.55rem,1.05rem + 2.2vw,2.2rem)}
h3{font-size:clamp(1.2rem,1rem + 1vw,1.5rem)}
p{margin:0 0 1.1em}
ul,ol{margin:0 0 1.1em;padding-inline-start:1.35em}
li{margin-bottom:.4em}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
}

/* ---------- Layout helpers ---------- */
.container{max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}
.section{padding-block:clamp(3rem,2rem + 5vw,5.5rem)}
.section--mist{background:var(--mist)}
.section--ink{background:var(--ink);color:var(--white)}
.section--tight{padding-block:clamp(2rem,1.5rem + 3vw,3.5rem)}
.text-center{text-align:center}
.lead{font-size:1.16rem;color:var(--muted)}
.section--ink .lead{color:#d7d7d7}
.narrow{max-width:760px;margin-inline:auto}
.stack-lg > * + *{margin-top:2.2rem}

.eyebrow{
  display:inline-block;color:var(--accent);font-weight:700;
  letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;margin-bottom:.6rem;
}

/* Recurring orange underline under headings (brand motif) */
.h-accent{position:relative;padding-bottom:.55rem;margin-bottom:1rem}
.h-accent::after{
  content:"";position:absolute;bottom:0;inset-inline-start:0;
  width:62px;height:4px;border-radius:4px;background:var(--accent);
}
.h-accent--center{text-align:center}
.h-accent--center::after{inset-inline-start:50%;transform:translateX(-50%)}

/* ---------- Skip link ---------- */
.skip-link{
  position:absolute;inset-inline-start:1rem;top:-3rem;z-index:200;
  background:var(--accent);color:#fff;padding:.6rem 1rem;border-radius:0 0 8px 8px;
  text-decoration:none;font-weight:700;transition:top .18s;
}
.skip-link:focus{top:0}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1.65rem;border-radius:999px;
  font-weight:700;font-size:1.02rem;text-decoration:none;cursor:pointer;
  border:2px solid transparent;transition:transform .12s,background .16s,border-color .16s,color .16s;
}
.btn:active{transform:translateY(1px)}
.btn:focus-visible{outline:3px solid var(--accent);outline-offset:2px}
.btn.btn--accent{background:var(--accent);color:#fff}
.btn.btn--accent:hover{background:var(--accent-600)}
.btn.btn--ghost{background:transparent;border-color:currentColor;color:inherit}
.btn.btn--ghost:hover{background:rgba(255,255,255,.12)}
.btn.btn--dark{background:var(--ink);color:#fff}
.btn.btn--dark:hover{background:#000}
.btn--block{width:100%}
.btn svg{width:1.15em;height:1.15em;fill:currentColor;flex:0 0 auto}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:100;background:var(--ink-2);color:#fff}
.site-header__inner{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  min-height:var(--header-h);
}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{height:42px;width:auto}
.nav{display:flex;gap:.15rem;align-items:center}
.nav a{
  padding:.55rem .85rem;text-decoration:none;font-weight:600;border-radius:8px;
  color:#e8e8e8;white-space:nowrap;
}
.nav a:hover{color:#fff;background:rgba(255,255,255,.09)}
.nav a[aria-current="page"]{color:#fff;box-shadow:inset 0 -3px 0 var(--accent)}
.header-cta{padding:.6rem 1.1rem;font-size:.95rem;flex:0 0 auto}
.nav a.nav__phone{display:none}

.nav-toggle{
  display:none;flex-direction:column;gap:5px;justify-content:center;
  width:44px;height:44px;background:transparent;border:0;cursor:pointer;padding:10px;
}
.nav-toggle span{display:block;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (max-width:900px){
  .header-cta{display:none}
  .nav-toggle{display:flex}
  .nav{
    position:fixed;inset:var(--header-h) 0 auto 0;
    flex-direction:column;align-items:stretch;gap:.15rem;
    background:var(--ink-2);padding:1rem;
    box-shadow:var(--shadow-md);
    transform:translateY(-125%);transition:transform .26s ease;
    max-height:calc(100dvh - var(--header-h));overflow-y:auto;
  }
  .nav[data-open="true"]{transform:translateY(0)}
  .nav a{padding:.95rem 1rem;font-size:1.05rem}
  .nav a.nav__phone{
    display:flex;margin-top:.7rem;justify-content:center;
    background:var(--accent);color:#fff;border-radius:999px;
  }
  .nav a.nav__phone:hover{background:var(--accent-600)}
}

/* ---------- Hero ---------- */
.hero{background:var(--ink);color:#fff;overflow:hidden}
.hero__inner{
  display:grid;gap:2.2rem;grid-template-columns:1fr;align-items:center;
  padding-block:clamp(2.5rem,1.5rem + 5vw,4.5rem);
}
.hero h1{color:#fff;margin-bottom:.6rem}
.hero__sub{font-size:clamp(1.05rem,1rem + .6vw,1.28rem);color:#d9d9d9;max-width:38ch}
.hero__cta{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.7rem}
.hero__badges{
  display:flex;flex-wrap:wrap;gap:1.4rem 2rem;margin-top:1.8rem;
  padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.14);
}
.hero__badge{display:flex;flex-direction:column;line-height:1.2}
.hero__badge b{font-size:1.35rem;color:var(--accent)}
.hero__badge span{font-size:.9rem;color:#c7c7c7}
.hero__media{position:relative;justify-self:center}
.hero__media::before{
  content:"";position:absolute;inset:-8% -6%;z-index:0;
  background:radial-gradient(closest-side,rgba(240,78,48,.22),transparent 70%);
}
.hero__media img{
  position:relative;z-index:1;max-height:520px;width:auto;margin-inline:auto;
  border-radius:var(--radius);
}
@media (min-width:900px){
  .hero__inner{grid-template-columns:1.05fr .95fr}
}

/* ---------- Generic media / grids ---------- */
.grid{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media (min-width:640px){.grid--2{grid-template-columns:repeat(2,1fr)}}
@media (min-width:820px){.grid--3{grid-template-columns:repeat(3,1fr)}}

.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);
  transition:transform .16s,box-shadow .16s;
}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.card__media{position:relative;display:block;aspect-ratio:1/1;background:var(--mist);overflow:hidden}
.card__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.card__body{padding:1.35rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.card__body h3{margin:0}
.card__body .btn{margin-top:auto;align-self:flex-start}
.card__link{text-decoration:none;color:var(--accent-600);font-weight:700;margin-top:auto;align-self:flex-start}
.card__link:hover{text-decoration:underline}

/* ---------- Steps (how it works) ---------- */
.steps{counter-reset:step;display:grid;gap:1.2rem;grid-template-columns:1fr}
@media (min-width:600px){.steps{grid-template-columns:repeat(2,1fr)}}
@media (min-width:960px){.steps{grid-template-columns:repeat(4,1fr)}}
.step{
  position:relative;padding:1.6rem 1.4rem;background:#fff;
  border:1px solid var(--line);border-radius:var(--radius);
}
.step::before{
  counter-increment:step;content:counter(step);
  display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:999px;
  background:var(--accent);color:#fff;font-weight:800;font-size:1.1rem;margin-bottom:.9rem;
}
.step h3{font-size:1.12rem;margin-bottom:.3rem}
.step p{margin:0;font-size:.98rem;color:var(--muted)}

/* ---------- Benefits ---------- */
.benefits{display:grid;gap:1.4rem;grid-template-columns:1fr}
@media (min-width:640px){.benefits{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.benefits{grid-template-columns:repeat(3,1fr)}}
.benefit{display:flex;gap:1rem;align-items:flex-start}
.benefit__icon{
  flex:0 0 auto;width:3rem;height:3rem;border-radius:13px;
  background:var(--accent-100);color:var(--accent);display:grid;place-items:center;
}
.benefit__icon svg{width:1.5rem;height:1.5rem;fill:none;stroke:currentColor;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round}
.benefit h3{font-size:1.1rem;margin-bottom:.2rem}
.benefit p{margin:0;color:var(--muted);font-size:.98rem}
.section--ink .benefit p{color:#cfcfcf}
.section--ink .benefit__icon{background:rgba(255,255,255,.09)}

/* ---------- Counters ---------- */
.counters{display:grid;gap:1.6rem;grid-template-columns:repeat(3,1fr);text-align:center}
@media (max-width:560px){.counters{grid-template-columns:1fr}}
.counter__num{font-size:clamp(2.3rem,1.5rem + 3vw,3.3rem);font-weight:800;color:var(--accent);line-height:1}
.counter__label{color:var(--muted);font-weight:600;margin-top:.45rem}
.section--ink .counter__label{color:#d0d0d0}

/* ---------- FAQ ---------- */
.faq{max-width:820px;margin-inline:auto}
.faq details{
  border:1px solid var(--line);border-radius:var(--radius-sm);
  margin-bottom:.7rem;background:#fff;overflow:hidden;
}
.faq summary{
  cursor:pointer;padding:1.05rem 1.2rem;font-weight:700;list-style:none;
  display:flex;justify-content:space-between;gap:1rem;align-items:center;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.5rem;line-height:1;color:var(--accent);flex:0 0 auto}
.faq details[open] summary::after{content:"\2013"}
.faq details > .faq__a{padding:0 1.2rem 1.15rem;color:var(--muted)}
.faq details > .faq__a > :last-child{margin-bottom:0}

/* ---------- Gallery ---------- */
.gallery{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}
@media (min-width:820px){.gallery{grid-template-columns:repeat(4,1fr)}}
.gallery img{
  border-radius:var(--radius-sm);aspect-ratio:1/1;object-fit:cover;object-position:center;
  background:var(--mist);width:100%;height:auto;display:block;
}

/* ---------- Spec table ---------- */
.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-sm)}
.spec{width:100%;border-collapse:collapse;min-width:420px}
.spec th,.spec td{text-align:right;padding:.85rem 1rem;border-bottom:1px solid var(--line)}
.spec tr:last-child th,.spec tr:last-child td{border-bottom:0}
.spec th{width:42%;background:var(--mist);font-weight:700}

/* ---------- Split (image + text) ---------- */
.split{display:grid;gap:2rem;grid-template-columns:1fr;align-items:center}
@media (min-width:880px){
  .split{grid-template-columns:1fr 1fr}
  .split--media-start .split__media{order:-1}
}
.split__media img{border-radius:var(--radius);width:100%}

/* ---------- CTA band ---------- */
.cta-band{background:var(--accent);color:#fff;text-align:center}
.cta-band h2{color:#fff}
.cta-band .btn--ghost{border-color:#fff}
.cta-band .btn--dark:hover{background:#000}

/* ---------- Contact form ---------- */
.contact-cols{display:grid;gap:2.5rem;grid-template-columns:1fr}
@media (min-width:880px){.contact-cols{grid-template-columns:1fr 1fr}}
.form{display:grid;gap:1rem;max-width:560px}
.field{display:grid;gap:.35rem}
.field label{font-weight:600;font-size:.96rem}
.field .req{color:var(--accent)}
.field input,.field select,.field textarea{
  font:inherit;padding:.72rem .85rem;border:1px solid #cfcfcf;border-radius:var(--radius-sm);
  background:#fff;width:100%;color:var(--ink);
}
.field textarea{min-height:130px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent);
}
.form__actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}
.form__status{font-weight:700;margin:0}
.form__status--ok{color:var(--ok)}
.form__status--err{color:var(--err)}
.form__hp{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}
.contact-facts a{font-weight:700;color:var(--accent-600)}
.contact-facts .btn{margin-top:.4rem}

/* ---------- Floating WhatsApp ---------- */
.wa-float{
  position:fixed;inset-block-end:1.1rem;left:1.1rem;z-index:95;
  width:56px;height:56px;border-radius:999px;background:#25D366;
  display:grid;place-items:center;box-shadow:var(--shadow-md);
  transition:transform .15s;
}
.wa-float:hover{transform:scale(1.07)}
.wa-float:focus-visible{outline:3px solid #fff;outline-offset:3px}
.wa-float svg{width:30px;height:30px;fill:#fff}
@media (min-width:900px){.wa-float{width:60px;height:60px}}

/* ---------- Breadcrumb ---------- */
.breadcrumb{padding-block:1rem;font-size:.9rem;color:var(--muted)}
.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0}
.breadcrumb a{color:var(--muted);text-decoration:none}
.breadcrumb a:hover{color:var(--accent-600);text-decoration:underline}
.breadcrumb li::after{content:"\2039";margin-inline-start:.4rem;color:#bdbdbd}
.breadcrumb li:last-child{color:var(--ink);font-weight:600}
.breadcrumb li:last-child::after{content:""}

/* ---------- Prose (blog articles) ---------- */
.prose{max-width:760px;margin-inline:auto;font-size:1.05rem}
.prose > h2{margin-top:2.4rem}
.prose > h3{margin-top:1.7rem}
.prose img{border-radius:var(--radius);margin-block:1.8rem}
.prose figure{margin:1.8rem 0}
.prose figcaption{font-size:.9rem;color:var(--muted);text-align:center;margin-top:.5rem}
.prose blockquote{
  border-inline-start:4px solid var(--accent);margin:1.6rem 0;padding:.6rem 1.1rem;
  background:var(--mist);border-radius:var(--radius-sm);font-weight:600;
}
.prose a{color:var(--accent-600)}
.prose ul{list-style:none;padding-inline-start:0}
.prose ul > li{position:relative;padding-inline-start:1.5rem}
.prose ul > li::before{
  content:"";position:absolute;inset-inline-start:0;top:.7em;
  width:.5rem;height:.5rem;border-radius:2px;background:var(--accent);
}
.article-meta{color:var(--muted);font-size:.92rem;margin-bottom:1.5rem}
.article-hero img{border-radius:var(--radius);width:100%;max-height:420px;object-fit:cover}
.article-share{
  display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;
  margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--line);
}
.article-share a{
  display:grid;place-items:center;width:40px;height:40px;border-radius:999px;
  background:var(--mist);color:var(--ink);text-decoration:none;
}
.article-share a:hover{background:var(--accent);color:#fff}
.article-share svg{width:20px;height:20px;fill:currentColor}

/* ---------- Post list ---------- */
.post-list{display:grid;gap:1.6rem;grid-template-columns:1fr}
@media (min-width:760px){.post-list{grid-template-columns:repeat(3,1fr)}}

/* ---------- Footer ---------- */
.site-footer{background:var(--ink-2);color:#c9c9c9;font-size:.97rem}
.site-footer a{color:#c9c9c9;text-decoration:none}
.site-footer a:hover{color:#fff;text-decoration:underline}
.footer-grid{display:grid;gap:2rem;grid-template-columns:1fr;padding-block:3rem}
@media (min-width:800px){.footer-grid{grid-template-columns:2.2fr 1fr 1fr}}
.footer-grid h3{color:#fff;font-size:1.02rem;margin-bottom:.7rem}
.footer-grid ul{list-style:none;padding:0;margin:0}
.footer-grid li{margin-bottom:.5rem}
.footer__logo{height:38px;width:auto;margin-bottom:.9rem}
.footer__brand p{max-width:44ch;color:#a9a9a9}
.footer__bottom{
  border-top:1px solid rgba(255,255,255,.1);padding-block:1.2rem;
  font-size:.88rem;color:#8f8f8f;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;
}

/* ---------- Misc ---------- */
[hidden]{display:none!important}
.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;
}
.pill{
  display:inline-block;background:var(--accent-100);color:var(--accent-600);
  font-weight:700;font-size:.85rem;padding:.25rem .7rem;border-radius:999px;
}
.notice{
  background:#fff7f5;border:1px solid #f6d3ca;border-radius:var(--radius-sm);
  padding:1rem 1.15rem;font-size:.95rem;
}

/* =========================================================================
   תפריט נגישות
   ========================================================================= */
.a11y-fab{
  position:fixed;inset-block-end:1.1rem;right:1.1rem;z-index:96;
  width:52px;height:52px;border-radius:999px;border:2px solid #fff;
  background:var(--ink);color:#fff;cursor:pointer;
  display:grid;place-items:center;box-shadow:var(--shadow-md);
  transition:transform .15s;
}
.a11y-fab:hover{transform:scale(1.07)}
.a11y-fab:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
.a11y-fab svg{width:28px;height:28px;fill:#fff}
@media (min-width:900px){.a11y-fab{width:56px;height:56px}}

.a11y-panel{
  position:fixed;inset-block-end:5rem;right:1.1rem;z-index:97;
  width:min(300px,calc(100vw - 2.2rem));
  background:#fff;color:var(--ink);border:1px solid var(--line);
  border-radius:var(--radius);box-shadow:var(--shadow-md);
  padding:1rem;
}
.a11y-panel h2{font-size:1.05rem;margin:0 0 .2rem}
.a11y-panel p{font-size:.82rem;color:var(--muted);margin:0 0 .8rem}
.a11y-panel__grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}
.a11y-btn{
  font:inherit;font-size:.9rem;font-weight:600;
  padding:.6rem .5rem;border:1px solid var(--line);border-radius:var(--radius-sm);
  background:var(--mist);color:var(--ink);cursor:pointer;text-align:center;
}
.a11y-btn:hover{border-color:var(--accent)}
.a11y-btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}
.a11y-btn[aria-pressed="true"]{background:var(--accent);color:#fff;border-color:var(--accent)}
.a11y-btn--wide{grid-column:1 / -1}
.a11y-reset{
  grid-column:1 / -1;margin-top:.2rem;background:transparent;border-color:transparent;
  color:var(--accent-600);text-decoration:underline;
}

/* מצבי נגישות (מוחלים על <html>) */
html.a11y-links a:not(.btn){text-decoration:underline!important;outline:1px dashed currentColor;outline-offset:2px}
html.a11y-nomotion *,html.a11y-nomotion *::before,html.a11y-nomotion *::after{
  animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important;
}
html.a11y-contrast{--muted:#3a3a3a;--line:#767676;--accent-600:#a12c14}
html.a11y-contrast body{background:#fff;color:#000}
html.a11y-contrast .hero,html.a11y-contrast .section--ink,html.a11y-contrast .site-header,
html.a11y-contrast .site-footer,html.a11y-contrast .cta-band{background:#000!important;color:#fff!important}
html.a11y-contrast .card,html.a11y-contrast .step,html.a11y-contrast .faq details,
html.a11y-contrast .field input,html.a11y-contrast .field select,html.a11y-contrast .field textarea{border-color:#000!important}
html.a11y-contrast .hero__sub,html.a11y-contrast .lead,html.a11y-contrast .section--ink p{color:#fff!important}

/* ---------- Print ---------- */
@media print{
  .site-header,.site-footer,.wa-float,.nav,.nav-toggle,.header-cta,
  .breadcrumb,.cta-band,.article-share,.hero__cta,.form__actions{display:none!important}
  body{font-size:12pt;color:#000;background:#fff}
  .section{padding-block:1rem}
  a[href^="http"]::after{content:" (" attr(href) ")";font-size:.85em;color:#555}
}
