/* =========================================================
   SAHABA CLOUD — prototype stylesheet
   Design tokens
   ========================================================= */
:root{
  --orange:#ff3d00;
  --orange-dark:#e63500;
  --orange-tint:#fff0ec;
  --orange-tint-2:#ffe4dc;

  --ink:#111111;
  --dark:#141414;
  --dark-2:#1c1c1c;
  --dark-line:#2b2b2b;

  --muted:#6f7885;
  --muted-2:#8b93a0;
  --line:#eaeaea;
  --line-2:#e2e2e2;
  --surface:#f5f5f5;
  --white:#ffffff;

  --green:#16a34a;
  --green-tint:#dcfce7;

  --radius:10px;
  --radius-lg:14px;
  --container:1200px;
  --gutter:24px;

  --shadow-sm:0 1px 2px rgba(17,17,17,.04);
  --shadow-md:0 18px 40px rgba(17,17,17,.10);

  --font:"Poppins","Segoe UI",system-ui,-apple-system,Helvetica,Arial,sans-serif;
}

/* =========================================================
   Reset / base
   ========================================================= */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth; scroll-padding-top:120px}
body{
  margin:0;
  font-family:var(--font);
  font-size:15px;
  line-height:1.65;
  color:var(--ink);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
ul{margin:0; padding:0; list-style:none}
h1,h2,h3,h4{margin:0; line-height:1.2; letter-spacing:-.02em; font-weight:700}
p{margin:0}
button{font:inherit; color:inherit; background:none; border:0; cursor:pointer}
input,textarea{font:inherit}

.sprite{position:absolute;width:0;height:0;overflow:hidden}
.icon{
  width:1em;height:1em;flex:none;
  fill:none;stroke:currentColor;stroke-width:1.7;
  stroke-linecap:round;stroke-linejoin:round;
}

:focus-visible{outline:2px solid var(--orange); outline-offset:2px; border-radius:4px}

.container{width:100%; max-width:var(--container); margin-inline:auto; padding-inline:var(--gutter)}
.center{text-align:center}

/* =========================================================
   Top strip
   ========================================================= */
.topstrip{background:var(--dark); color:#cfcfcf; font-size:12px}
.topstrip__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; min-height:34px;
}
.topstrip__text{letter-spacing:.005em}
.topstrip__right{display:flex; align-items:center; gap:14px}
.topstrip__sep{width:1px; height:14px; background:#3a3a3a}
.topstrip__link{color:#e6e6e6; font-weight:500}
.topstrip__link:hover{color:var(--white)}
.lang-btn{
  display:inline-flex; align-items:center; gap:6px;
  background:var(--orange); color:#fff;
  padding:4px 12px; border-radius:4px;
  font-size:12px; font-weight:600; line-height:1.4;
  transition:background .18s ease;
}
.lang-btn:hover{background:var(--orange-dark)}
.lang-btn .icon{font-size:13px; stroke-width:1.6}

/* =========================================================
   Header
   ========================================================= */
.header{background:var(--white)}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:24px; min-height:74px;
}
.brand{display:flex; align-items:center; gap:14px; min-width:0}
.brand__crest{width:auto; height:32px; object-fit:contain}
.brand__crest.is-missing{
  width:72px; height:30px; border-radius:4px;
  background:linear-gradient(135deg,#ececec,#dcdcdc);
}
.brand__crest--light.is-missing{background:linear-gradient(135deg,#3a3a3a,#2a2a2a)}

.brand__ministry,.brand__product{display:flex; flex-direction:column; min-width:0}
.brand__ministry strong{font-size:12.5px; font-weight:600; letter-spacing:-.01em}
.brand__ministry em{font-size:11px; font-style:normal; color:var(--muted)}
.brand__rule{width:1px; height:32px; background:var(--line-2)}
.brand__product strong{font-size:16px; font-weight:800; color:var(--orange); letter-spacing:.01em}
.brand__product strong i{font-style:normal; font-weight:600; color:var(--orange)}
.brand__product em{font-size:10.5px; font-style:normal; color:var(--muted)}

.header__actions{display:flex; align-items:center; gap:10px}
.icon-btn{
  display:inline-grid; place-items:center;
  width:34px; height:34px; border-radius:6px;
  font-size:18px; color:#3d3d3d;
  transition:background .18s ease,color .18s ease;
}
.icon-btn:hover{background:var(--surface); color:var(--orange)}
.nav-toggle{display:none}

/* =========================================================
   Buttons
   ========================================================= */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:12px 22px; border-radius:6px;
  font-size:14px; font-weight:600; letter-spacing:-.005em;
  border:1px solid transparent; cursor:pointer;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.btn .icon{font-size:15px; stroke-width:2}
.btn--sm{padding:8px 18px; font-size:13px}
.btn--block{width:100%}
.btn--primary{background:var(--orange); color:#fff}
.btn--primary:hover{background:var(--orange-dark)}
.btn--outline{background:#fff; color:var(--ink); border-color:var(--line-2)}
.btn--outline:hover{border-color:var(--ink)}
.btn--ghost{background:#fff; color:var(--orange); border-color:var(--orange)}
.btn--ghost:hover{background:var(--orange-tint)}
.btn--dark{background:var(--ink); color:#fff}
.btn--dark:hover{background:#000}

/* =========================================================
   Nav
   ========================================================= */
.nav{background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.nav__inner{display:flex; align-items:center; gap:34px}
.nav__link{
  position:relative; padding:14px 0;
  font-size:13.5px; font-weight:500; color:#3f4550;
  transition:color .18s ease;
}
.nav__link:hover{color:var(--orange)}
.nav__link.is-active{color:var(--orange); font-weight:600}
.nav__link.is-active::after{
  content:""; position:absolute; left:0; right:0; bottom:-1px;
  height:2px; background:var(--orange);
}

/* =========================================================
   Section scaffolding
   ========================================================= */
.section{padding:88px 0}
.section--surface{background:var(--surface)}
.section--dark{background:var(--dark); color:#fff; padding:76px 0}

.eyebrow{
  display:flex; align-items:center; gap:10px;
  font-size:11px; font-weight:700; letter-spacing:.13em; text-transform:uppercase;
  color:var(--orange); margin-bottom:14px;
}
.eyebrow::before{content:""; width:22px; height:2px; background:var(--orange); flex:none}
.eyebrow--center{justify-content:center}
.eyebrow--center::after{content:""; width:22px; height:2px; background:var(--orange); flex:none}

.section__title{font-size:clamp(28px,3.1vw,40px); font-weight:800; letter-spacing:-.035em}
.section__title--center{text-align:center}
.section__title--light{color:#fff}
.section__lead{margin-top:14px; color:var(--muted); font-size:15px; max-width:640px}
.section__lead--center{margin-inline:auto; text-align:center}
.section__lead--light{color:#a8afba}

.grid{display:grid; gap:24px}
.grid--3{grid-template-columns:repeat(3,1fr)}
.grid--4{grid-template-columns:repeat(4,1fr)}

.card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:var(--shadow-sm);
}
.card--topbar{position:relative; overflow:hidden; padding-top:28px}
.card--topbar::before{
  content:""; position:absolute; inset:0 0 auto 0; height:4px; background:var(--orange);
}

.link-more{
  display:inline-flex; align-items:center; gap:6px;
  color:var(--orange); font-size:12.5px; font-weight:600;
}
.link-more .icon{font-size:13px; stroke-width:2.2}
.link-more:hover{color:var(--orange-dark)}
.link-more--end{align-self:flex-end}

.chip{
  display:inline-flex; align-items:center;
  padding:3px 10px; border-radius:999px;
  font-size:10.5px; font-weight:600; letter-spacing:.01em; line-height:1.6;
  white-space:nowrap;
}
.chip--grey{background:#f1f1f1; color:#5a606b}
.chip--orange{background:var(--orange-tint); color:var(--orange)}
.chip--green{background:var(--green-tint); color:#12813c; text-transform:uppercase; letter-spacing:.06em; font-size:9.5px}

.iconbox{
  display:inline-grid; place-items:center;
  width:32px; height:32px; border-radius:8px;
  background:var(--orange-tint); color:var(--orange);
  font-size:17px; flex:none;
}
.iconbox--lg{width:40px; height:40px; font-size:20px; border-radius:10px}
.iconbox--dark{background:rgba(255,61,0,.14); color:var(--orange)}

/* Media placeholders (swap the --img url for real assets) */
.media{
  border-radius:var(--radius-lg);
  background-image:var(--img),linear-gradient(140deg,#dfe4ea 0%,#c9d1da 45%,#b9c2cd 100%);
  background-size:cover; background-position:center;
  box-shadow:var(--shadow-md);
}

/* =========================================================
   Hero
   ========================================================= */
.hero{padding:62px 0 76px}
.hero__grid{
  display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);
  gap:64px; align-items:start;
}
.pill{
  display:inline-flex; align-items:center; gap:7px;
  padding:6px 14px; border-radius:999px;
  background:var(--orange-tint); color:var(--orange);
  font-size:10.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase;
}
.pill .icon{font-size:13px}

.hero__title{
  margin-top:22px;
  font-size:clamp(42px,5.1vw,66px);
  font-weight:800; line-height:1.03; letter-spacing:-.045em;
  text-transform:uppercase;
}
.hero__title span{display:block}
.t-orange{color:var(--orange)}
.t-ink{color:var(--ink)}
.t-outline{
  color:transparent;
  -webkit-text-stroke:2px var(--ink);
  paint-order:stroke fill;
}

.hero__lead{margin-top:22px; max-width:400px; color:var(--muted); font-size:14.5px}
.hero__cta{display:flex; flex-wrap:wrap; gap:12px; margin-top:26px}

.label{
  margin-top:34px; margin-bottom:10px;
  font-size:10px; font-weight:700; letter-spacing:.16em; text-transform:uppercase;
  color:var(--muted-2);
}
.modules{display:flex; flex-direction:column; gap:2px; max-width:360px}
.module{
  display:flex; align-items:center; gap:8px; width:100%;
  padding:8px 12px; border-radius:5px;
  font-size:12.5px; color:#5c626d; text-align:left;
  border-left:2px solid transparent;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.module span{font-weight:600}
.module:hover{background:#fafafa; color:var(--ink)}
.module.is-active{
  background:var(--orange-tint); color:var(--orange);
  border-left-color:var(--orange); font-weight:600;
}

/* Carousel */
.hero__media{position:relative}
.carousel{
  position:relative; overflow:hidden;
  aspect-ratio:37/30; border-radius:var(--radius-lg);
  box-shadow:var(--shadow-md); background:#c9d1da;
}
.carousel__track{display:flex; height:100%; transition:transform .55s cubic-bezier(.4,0,.2,1)}
.slide{
  position:relative; flex:0 0 100%; height:100%; margin:0;
  background-image:var(--img),linear-gradient(160deg,#b7c6d4 0%,#98a9ba 55%,#7d8b99 100%);
  background-size:cover; background-position:center;
}
.slide::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.62) 0%,rgba(0,0,0,.15) 38%,rgba(0,0,0,0) 62%);
}
.slide figcaption{
  position:absolute; left:22px; right:22px; bottom:20px; z-index:2;
  display:flex; flex-direction:column; gap:2px; color:#fff;
}
.slide figcaption strong{font-size:16px; font-weight:700; letter-spacing:-.02em}
.slide figcaption em{font-size:11px; font-style:normal; color:rgba(255,255,255,.78)}

.carousel__counter{
  position:absolute; top:16px; left:16px; z-index:3;
  background:var(--orange); color:#fff;
  padding:4px 11px; border-radius:5px;
  font-size:11px; font-weight:700; letter-spacing:.02em;
}
.carousel__arrow{
  position:absolute; top:50%; transform:translateY(-50%); z-index:3;
  display:grid; place-items:center;
  width:30px; height:30px; border-radius:50%;
  background:rgba(255,255,255,.22); color:#fff; font-size:16px;
  backdrop-filter:blur(4px);
  transition:background .18s ease;
}
.carousel__arrow:hover{background:rgba(255,255,255,.42)}
.carousel__arrow--prev{left:12px}
.carousel__arrow--next{right:12px}

.carousel__dots{position:absolute; right:16px; bottom:16px; z-index:3; display:flex; gap:5px}
.carousel__dots button{
  width:7px; height:7px; border-radius:999px;
  background:rgba(255,255,255,.5);
  transition:width .25s ease,background .25s ease;
}
.carousel__dots button.is-active{width:18px; background:var(--orange)}

/* =========================================================
   Services
   ========================================================= */
.services{margin-top:44px}
.service__head{display:flex; align-items:center; gap:12px; margin-bottom:18px}
.service__num{font-size:11px; font-weight:600; color:#b9bdc5; letter-spacing:.04em}
.service h3{font-size:15px; font-weight:700; margin-bottom:8px}
.service p{color:var(--muted); font-size:12.5px; margin-bottom:16px}
.service:hover{border-color:var(--line-2); box-shadow:0 8px 24px rgba(17,17,17,.06)}

/* =========================================================
   Impact
   ========================================================= */
.impact__grid{display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:64px; align-items:center}
.impact__copy .section__lead{max-width:520px}
.stats{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px 40px; margin-top:38px; max-width:460px}
.stat strong{display:block; font-size:38px; font-weight:800; color:var(--orange); letter-spacing:-.045em; line-height:1.1}
.stat span{font-size:12px; color:var(--muted)}

.impact__media{position:relative}
.media--impact{aspect-ratio:37/24}
.badge-year{
  position:absolute; left:-18px; bottom:26px;
  background:var(--orange); color:#fff;
  padding:10px 16px; border-radius:8px;
  box-shadow:0 12px 28px rgba(255,61,0,.28);
}
.badge-year strong{display:block; font-size:20px; font-weight:800; letter-spacing:-.03em; line-height:1.2}
.badge-year span{font-size:9.5px; opacity:.9; letter-spacing:.02em}

/* =========================================================
   Stakeholders
   ========================================================= */
.stakeholders{margin-top:38px}
.stake{
  background:var(--dark-2); border:1px solid var(--dark-line);
  border-radius:var(--radius); padding:20px;
  transition:border-color .2s ease,background .2s ease;
}
.stake:hover{border-color:rgba(255,61,0,.5); background:#212121}
.stake h3{margin-top:16px; font-size:12.5px; font-weight:600; color:#fff}

/* =========================================================
   Marketplace
   ========================================================= */
.solutions{margin-top:40px}
.solution__tags{display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:16px}
.solution h3{font-size:14.5px; font-weight:700}
.solution__vendor{color:var(--muted); font-size:12px; margin-top:3px; margin-bottom:20px}
.solution .btn--outline{border-color:var(--orange); color:var(--orange); font-size:12.5px; padding:9px 16px}
.solution .btn--outline:hover{background:var(--orange); color:#fff; border-color:var(--orange)}
.solutions + .center{margin-top:36px}

/* =========================================================
   Cloud literacy
   ========================================================= */
.literacy__grid{display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:64px; align-items:center}
.checklist{display:flex; flex-direction:column; gap:11px; margin:28px 0 30px}
.checklist li{display:flex; align-items:center; gap:10px; font-size:12.5px; color:#3f4550}
.checklist .icon{font-size:16px; color:var(--green); stroke-width:1.8}
.media--literacy{aspect-ratio:37/31}

/* =========================================================
   Dashboard
   ========================================================= */
#dashboard .eyebrow{margin-bottom:12px}
#dashboard .section__lead{font-size:13.5px; margin-top:8px}
.chart-card{margin-top:34px; padding:22px 24px 16px}
.chart-card__head{display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap}
.chart-card__head h3{font-size:14px; font-weight:700}
.legend{display:flex; gap:18px; font-size:11px; color:#4b515c}
.legend span{display:inline-flex; align-items:center; gap:6px}
.dot{width:7px; height:7px; border-radius:50%; display:inline-block}
.dot--ink{background:var(--ink)}
.dot--orange{background:var(--orange)}

.chart{position:relative; height:210px; margin-top:22px; padding:0 0 26px 34px}
.chart__grid{position:absolute; inset:0 0 26px 34px}
.chart__gridline{position:absolute; left:0; right:0; border-top:1px solid #f0f0f0}
.chart__ytick{
  position:absolute; right:calc(100% + 8px); transform:translateY(-50%);
  font-size:9.5px; color:#a9aeb7;
}
.chart__bars{position:absolute; inset:0 0 26px 34px; display:flex; align-items:flex-end; gap:2.4%}
.chart__bar{
  position:relative; flex:1;
  height:var(--h); max-height:100%;
  background:var(--orange); border-radius:2px 2px 0 0;
  transform-origin:bottom; transform:scaleY(0);
  transition:transform .7s cubic-bezier(.22,1,.36,1);
}
.chart.is-visible .chart__bar{transform:scaleY(1)}
.chart__bar::after{
  content:attr(data-label);
  position:absolute; top:calc(100% + 8px); left:50%; transform:translateX(-50%);
  font-size:9.5px; color:#a9aeb7; white-space:nowrap;
}
.chart__bar:hover{background:var(--orange-dark)}

.progress-grid{margin-top:24px}
.progress-card header{display:flex; align-items:flex-start; justify-content:space-between; gap:14px}
.progress-card h3{font-size:13px; font-weight:700; line-height:1.35}
.progress{margin:18px 0 16px}
.progress__top{display:flex; align-items:center; justify-content:space-between; font-size:10.5px; color:var(--muted)}
.progress__top strong{color:var(--orange); font-size:11.5px; font-weight:700}
.bar{height:5px; border-radius:999px; background:#efefef; margin:7px 0 5px; overflow:hidden}
.bar i{
  display:block; height:100%; width:var(--pct); border-radius:999px; background:var(--orange);
  transform:scaleX(0); transform-origin:left;
  transition:transform .9s cubic-bezier(.22,1,.36,1);
}
.progress-card.is-visible .bar i{transform:scaleX(1)}
.progress__scale{display:flex; justify-content:space-between; font-size:9px; color:#b6bac2}
.bullets{display:flex; flex-direction:column; gap:8px}
.bullets li{position:relative; padding-left:14px; font-size:11.5px; color:#4b515c; line-height:1.5}
.bullets li::before{
  content:""; position:absolute; left:0; top:7px;
  width:5px; height:5px; border-radius:50%; background:var(--orange);
}

.quicklinks{margin-top:24px}
.quick{
  display:flex; flex-direction:column; align-items:center; gap:12px;
  padding:24px 16px; border-radius:var(--radius);
  border:1px solid var(--orange-tint-2); background:#fff;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.quick:hover{border-color:var(--orange); box-shadow:0 10px 26px rgba(255,61,0,.10); transform:translateY(-2px)}
.quick h3{font-size:12.5px; font-weight:600}

/* =========================================================
   News
   ========================================================= */
.news__head{display:flex; align-items:flex-end; justify-content:space-between; gap:24px; flex-wrap:wrap}
.news{margin-top:32px}
.post__meta{display:flex; align-items:center; gap:12px; margin-bottom:14px}
.post__meta time{font-size:10.5px; color:var(--muted-2)}
.post h3{font-size:14px; font-weight:700; line-height:1.35; margin-bottom:10px}
.post p{font-size:12px; color:var(--muted); margin-bottom:16px}

/* =========================================================
   Contact
   ========================================================= */
.contact__grid{display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:56px; align-items:start}
.contact-list{display:flex; flex-direction:column; gap:16px; margin:30px 0 32px}
.contact-list li{display:flex; align-items:center; gap:14px; font-size:12.5px; color:#3f4550}
.contact-list a:hover{color:var(--orange)}
.media--contact{aspect-ratio:37/17}

.form-card{background:var(--surface); border-radius:var(--radius); padding:28px}
.form-card h3{font-size:16px; font-weight:700; margin-bottom:20px}
.field{display:flex; flex-direction:column; gap:6px; margin-bottom:16px}
.field-row{display:grid; grid-template-columns:1fr 1fr; gap:16px}
.field label{font-size:11px; font-weight:600; color:#4b515c}
.field input,.field textarea{
  width:100%; padding:11px 14px;
  background:#fff; border:1px solid #e6e6e6; border-radius:6px;
  font-size:13px; color:var(--ink); resize:vertical;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.field input:focus,.field textarea:focus{
  outline:none; border-color:var(--orange); box-shadow:0 0 0 3px rgba(255,61,0,.10);
}
.field input.is-invalid,.field textarea.is-invalid{border-color:#e11d48}
.form-note{margin-top:12px; font-size:12px; color:var(--green); font-weight:500}
.form-note[data-state="error"]{color:#e11d48}

/* =========================================================
   Footer
   ========================================================= */
.footer{background:var(--dark); color:#9aa1ac; padding-top:44px; font-size:12px}
.footer__grid{display:grid; grid-template-columns:1.6fr 1fr 1fr; gap:48px; padding-bottom:34px}
.footer__logo{margin:14px 0 10px; font-size:15px; font-weight:800; color:var(--orange); letter-spacing:.01em}
.footer__logo i{font-style:normal}
.footer__desc{max-width:270px; line-height:1.75; color:#8d949f}
.footer__col h4{
  font-size:10.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:#fff; margin-bottom:16px;
}
.footer__col li + li{margin-top:9px}
.footer__col a{color:#9aa1ac; transition:color .18s ease}
.footer__col a:hover{color:var(--orange)}
.footer__bottom{
  display:flex; align-items:center; justify-content:space-between;
  gap:20px; flex-wrap:wrap;
  padding-top:18px; padding-bottom:22px;
  border-top:1px solid #262626; font-size:11px; color:#7d838d;
}
.footer__bottom ul{display:flex; gap:24px}
.footer__bottom a:hover{color:var(--orange)}

/* =========================================================
   Scroll reveal
   ========================================================= */
.reveal{opacity:0; transform:translateY(16px); transition:opacity .55s ease,transform .55s ease}
.reveal.is-visible{opacity:1; transform:none}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width:1060px){
  .hero__grid,.impact__grid,.literacy__grid,.contact__grid{grid-template-columns:1fr; gap:44px}
  .modules{max-width:none}
  .hero__lead{max-width:none}
  .grid--4{grid-template-columns:repeat(2,1fr)}
  .badge-year{left:16px}
  .footer__grid{grid-template-columns:1fr 1fr; gap:36px}
  .brand__ministry{display:none}
  .brand__rule{display:none}
}

@media (max-width:900px){
  .nav{position:relative}
  .nav__inner{
    display:none; flex-direction:column; align-items:stretch; gap:0;
    padding-block:6px;
  }
  .nav.is-open .nav__inner{display:flex}
  .nav__link{padding:11px 0; border-bottom:1px solid var(--line)}
  .nav__link:last-child{border-bottom:0}
  .nav__link.is-active::after{display:none}
  .nav-toggle{display:inline-grid}
  html{scroll-padding-top:90px}
}

@media (max-width:820px){
  .grid--3{grid-template-columns:1fr 1fr}
  .section{padding:64px 0}
  .section--dark{padding:60px 0}
  .topstrip__text{font-size:11px}
}

@media (max-width:640px){
  .grid,.grid--3,.grid--4{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr; gap:24px}
  .field-row{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr}
  .topstrip__inner{flex-direction:column; align-items:flex-start; gap:6px; padding-block:8px}
  .topstrip__sep{display:none}
  .header__inner{min-height:64px}
  .header .btn--ghost{display:none}
  .hero{padding:40px 0 56px}
  .chart{height:180px}
  .chart__bar::after{font-size:8px}
  .form-card{padding:22px}
  .badge-year{left:12px; bottom:12px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.001ms !important;
    transition-duration:.001ms !important;
  }
  .reveal{opacity:1; transform:none}
  .chart__bar{transform:scaleY(1)}
  .bar i{transform:scaleX(1)}
}
