body[data-page='home']{
  --home-navy:#081b34;
  --home-navy-soft:#142d4c;
  --home-gold:#d8ad3e;
  --home-gold-soft:#f1ddb0;
  --home-paper:#f6f1e8;
  --home-white:#fffdfa;
  --home-ink:#10213a;
  --home-muted:#5f6d80;
  --home-line:rgba(11,31,58,.11);
  --home-shadow:0 24px 64px rgba(11,31,58,.12);
  --home-shadow-soft:0 14px 38px rgba(11,31,58,.08);
  --space-xs:8px;
  --space-sm:12px;
  --space-md:16px;
  --space-lg:24px;
  --space-xl:32px;
  --space-2xl:48px;
}

body[data-page='home'] .home-skip-link{
  position:fixed;
  inset-block-start:10px;
  inset-inline-start:16px;
  z-index:1200;
  padding:10px 16px;
  border-radius:999px;
  background:var(--home-navy);
  color:#fff;
  font-weight:800;
  transform:translateY(-160%);
  transition:transform .18s ease;
}

body[data-page='home'] .home-skip-link:focus{
  transform:translateY(0);
}

body[data-page='home'] main{
  padding:var(--space-xs) 0 0;
}

body[data-page='home'] main > .container{
  display:grid;
  gap:0;
}

body[data-page='home'] main .section{
  margin:0;
  padding-block:var(--space-md);
}

body[data-page='home'] main .section-head{
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(320px,.72fr);
  align-items:end;
  gap:var(--space-md);
  margin:0 0 var(--space-sm);
}

body[data-page='home'] main .section-head h2{
  max-width:18ch;
  margin:0;
  color:var(--home-ink);
  font-size:clamp(30px,4vw,52px);
  line-height:1.08;
  letter-spacing:-.035em;
}

html[dir='rtl'] body[data-page='home'] main .section-head h2{
  letter-spacing:0;
}

body[data-page='home'] main .section-head > p{
  max-width:58ch;
  margin:0;
  color:var(--home-muted) !important;
  font-size:clamp(15px,1.35vw,18px);
  line-height:1.85;
}

body[data-page='home'] .section-kicker{
  margin:0 0 var(--space-xs);
  color:#8b6816;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
}

body[data-page='home'] .home-hero{
  isolation:isolate;
  min-height:clamp(280px,34vh,380px);
  border:1px solid rgba(255,255,255,.42);
  border-radius:clamp(26px,3vw,42px);
  background:
    linear-gradient(90deg,rgba(5,20,40,.96) 0%,rgba(6,27,53,.87) 47%,rgba(7,25,48,.3) 100%),
    url('../images/02.webp') center 54%/cover no-repeat;
  box-shadow:0 24px 48px rgba(6,24,47,.16);
}

html[dir='rtl'] body[data-page='home'] .home-hero{
  background:
    linear-gradient(270deg,rgba(5,20,40,.96) 0%,rgba(6,27,53,.87) 47%,rgba(7,25,48,.3) 100%),
    url('../images/02.webp') center 54%/cover no-repeat;
}

body[data-page='home'] .home-hero::before{
  z-index:-1;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    radial-gradient(circle at 16% 18%,rgba(216,173,62,.26),transparent 28%);
  background-size:58px 58px,58px 58px,auto;
  mask-image:linear-gradient(90deg,#000,transparent 82%);
}

html[dir='rtl'] body[data-page='home'] .home-hero::before{
  mask-image:linear-gradient(270deg,#000,transparent 82%);
}

body[data-page='home'] .home-hero::after{
  inset:18px;
  width:auto;
  height:auto;
  border:1px solid rgba(255,255,255,.09);
  border-radius:calc(clamp(26px,3vw,42px) - 10px);
  background:transparent;
  pointer-events:none;
}

body[data-page='home'] .home-hero .hero-copy{
  width:min(100%,1040px);
  max-width:none;
  padding:clamp(16px,2.5vw,28px);
}

body[data-page='home'] .home-hero .hero-kicker{
  margin-bottom:var(--space-xs);
  color:var(--home-gold-soft);
  font-size:12px;
  letter-spacing:.16em;
}

body[data-page='home'] .home-hero .hero-copy h1{
  max-width:26ch;
  margin:0 0 var(--space-sm);
  color:#fff;
  font-size:clamp(38px,4.25vw,58px);
  font-weight:700;
  line-height:1.07;
  letter-spacing:-.045em;
  text-wrap:balance;
}

html[dir='rtl'] body[data-page='home'] .home-hero .hero-copy h1{
  letter-spacing:0;
  line-height:1.32;
}

body[data-page='home'] .home-hero .hero-copy > p{
  max-width:63ch;
  margin:0;
  color:rgba(255,255,255,.82) !important;
  font-size:clamp(15px,1.35vw,18px);
  line-height:1.8;
}

body[data-page='home'] .home-hero .hero-actions{
  display:flex;
  align-items:center;
  gap:var(--space-sm);
  margin-top:var(--space-md);
}

body[data-page='home'] .home-hero .button{
  min-height:44px;
  padding-inline:18px;
  box-shadow:none;
}

body[data-page='home'] .home-hero .button.gold{
  background:var(--home-gold);
  color:#101b2b;
}

body[data-page='home'] .home-hero .button.outline{
  border-color:rgba(255,255,255,.25) !important;
  background:rgba(255,255,255,.08) !important;
  color:#fff;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}

body[data-page='home'] .home-signal-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:720px;
  margin-top:var(--space-md);
  border-block-start:1px solid rgba(255,255,255,.16);
}

body[data-page='home'] .home-signal{
  display:grid;
  gap:2px;
  min-width:0;
  padding:14px 16px 2px;
  border-inline-start:1px solid rgba(255,255,255,.13);
  color:#fff;
  transition:background-color .18s ease;
}

body[data-page='home'] .home-signal:first-child{
  border-inline-start:0;
  padding-inline-start:0;
}

body[data-page='home'] .home-signal:hover{
  background:rgba(255,255,255,.055);
}

body[data-page='home'] .home-signal strong{
  color:var(--home-gold-soft);
  font-size:clamp(23px,2.7vw,34px);
  line-height:1;
  font-variant-numeric:tabular-nums;
}

body[data-page='home'] .home-signal span{
  overflow:visible;
  color:rgba(255,255,255,.69);
  font-size:12px;
  font-weight:700;
  line-height:1.45;
  text-overflow:clip;
  white-space:normal;
  overflow-wrap:anywhere;
}

body[data-page='home'] .home-routes-section{
  position:relative;
}

body[data-page='home'] .home-routes-section::before{
  content:'';
  position:absolute;
  inset:18% -8vw auto;
  z-index:-1;
  height:70%;
  background:radial-gradient(circle,rgba(216,173,62,.11),transparent 68%);
  pointer-events:none;
}

body[data-page='home'] .home-route-grid{
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(330px,.94fr);
  grid-template-rows:repeat(3,minmax(100px,auto));
  gap:var(--space-xs);
  align-items:stretch;
}

body[data-page='home'] main .home-route-card{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:var(--space-xs);
  min-height:0;
  padding:var(--space-md) var(--space-lg);
  border:1px solid var(--home-line) !important;
  border-radius:24px !important;
  background:rgba(255,253,250,.92) !important;
  box-shadow:var(--home-shadow-soft) !important;
  color:var(--home-ink);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease !important;
}

body[data-page='home'] main .home-route-card::before{
  display:none;
}

body[data-page='home'] main .home-route-card:hover{
  transform:translateY(-3px);
  border-color:rgba(216,173,62,.5) !important;
  box-shadow:0 20px 46px rgba(11,31,58,.12) !important;
}

body[data-page='home'] main .home-route-card--lead{
  grid-row:1 / span 3;
  grid-template-columns:1fr auto;
  grid-template-rows:auto 1fr auto;
  align-items:start;
  padding:clamp(14px,2vw,20px);
  border-color:rgba(255,255,255,.08) !important;
  background:
    linear-gradient(145deg,rgba(8,27,52,.99),rgba(20,45,76,.96)),
    var(--home-navy) !important;
  color:#fff;
  box-shadow:0 20px 40px rgba(8,27,52,.14) !important;
}

body[data-page='home'] .home-route-card__top{
  display:grid;
  align-content:center;
  align-self:stretch;
  justify-items:center;
  gap:6px;
}

body[data-page='home'] .home-route-index{
  color:#8b6816;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  font-variant-numeric:tabular-nums;
}

body[data-page='home'] .home-route-card .icon{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:15px;
  background:rgba(11,31,58,.055) !important;
  box-shadow:none;
  font-size:18px;
}

body[data-page='home'] .home-route-card__copy{
  min-width:0;
}

body[data-page='home'] .home-route-card h3{
  margin:0 0 6px;
  color:inherit;
  font-size:clamp(18px,1.7vw,23px);
  line-height:1.25;
}

body[data-page='home'] .home-route-card p{
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  color:var(--home-muted) !important;
  font-size:14px;
  line-height:1.7;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

body[data-page='home'] .home-route-card--lead .home-route-card__top{
  display:flex;
  grid-column:1 / -1;
  align-items:center;
  justify-content:space-between;
}

body[data-page='home'] .home-route-card--lead .home-route-index{
  color:var(--home-gold-soft);
}

body[data-page='home'] .home-route-card--lead .icon{
  background:rgba(255,255,255,.1) !important;
}

body[data-page='home'] .home-route-card--lead .home-route-card__copy{
  grid-column:1 / -1;
  align-self:center;
}

body[data-page='home'] .home-route-card--lead h3{
  max-width:12ch;
  font-size:clamp(26px,3.5vw,42px);
  line-height:1.05;
}

body[data-page='home'] .home-route-card--lead p{
  max-width:47ch;
  margin-top:8px;
  color:rgba(255,255,255,.69) !important;
  font-size:15px;
  -webkit-line-clamp:4;
}

body[data-page='home'] .home-route-cta{
  display:inline-flex;
  grid-column:1 / -1;
  align-items:center;
  align-self:end;
  justify-content:space-between;
  gap:18px;
  min-width:0;
  color:#8b6816;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}

body[data-page='home'] .home-route-card:not(.home-route-card--lead) .home-route-cta{
  grid-column:auto;
}

body[data-page='home'] .home-route-card--lead .home-route-cta{
  color:var(--home-gold-soft);
}

body[data-page='home'] .home-route-arrow{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border:1px solid currentColor;
  border-radius:50%;
  font-size:16px;
  line-height:1;
  transition:transform .18s ease;
}

html[dir='rtl'] body[data-page='home'] .home-route-arrow{
  transform:scaleX(-1);
}

body[data-page='home'] .home-route-card:hover .home-route-arrow{
  transform:translateX(4px);
}

html[dir='rtl'] body[data-page='home'] .home-route-card:hover .home-route-arrow{
  transform:scaleX(-1) translateX(4px);
}

body[data-page='home'] .home-watch-section{
  position:relative;
  padding-inline:0;
  border:1px solid var(--home-line);
  border-radius:clamp(22px,2.5vw,34px);
  background:rgba(255,253,250,.82);
  box-shadow:0 18px 42px rgba(11,31,58,.07);
}

body[data-page='home'] .home-watch-grid{
  display:grid;
  grid-template-columns:minmax(0,1.38fr) minmax(310px,.62fr);
  gap:var(--space-xs);
}

body[data-page='home'] main .home-feature-card{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(260px,.82fr);
  min-height:320px;
  border:0 !important;
  border-radius:28px !important;
  background:#fff !important;
  box-shadow:var(--home-shadow-soft) !important;
}

body[data-page='home'] .home-feature-card .feature-copy{
  align-content:center;
  gap:var(--space-xs);
  padding:clamp(12px,2.5vw,20px);
}

body[data-page='home'] .home-feature-card .meta{
  color:#8c6814;
  font-weight:800;
}

body[data-page='home'] .home-feature-card h3{
  margin:0;
  color:var(--home-ink);
  font-size:clamp(27px,2.75vw,36px);
  line-height:1.12;
}

body[data-page='home'] .home-feature-card .feature-copy > p{
  margin:0;
  color:var(--home-muted) !important;
  line-height:1.85;
}

body[data-page='home'] .home-feature-card .feature-media{
  min-height:220px;
}

body[data-page='home'] .home-feature-card .feature-media img{
  height:100%;
}

body[data-page='home'] .home-feature-card .feature-media::after{
  background:linear-gradient(180deg,transparent 58%,rgba(8,27,52,.22));
}

body[data-page='home'] .home-feature-actions{
  display:flex;
  align-items:center;
  gap:var(--space-xs);
  margin-top:var(--space-xs);
}

body[data-page='home'] .home-feature-actions a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid var(--home-line);
  border-radius:999px;
  color:var(--home-ink);
  font-size:13px;
  font-weight:800;
}

body[data-page='home'] .home-feature-actions a:first-child{
  border-color:var(--home-navy);
  background:var(--home-navy);
  color:#fff;
}

body[data-page='home'] .home-latest-card{
  display:grid;
  grid-template-rows:minmax(140px,.82fr) 1fr;
  overflow:hidden;
  min-height:320px;
  border-radius:28px;
  background:var(--home-navy);
  color:#fff;
  box-shadow:0 18px 36px rgba(8,27,52,.14);
}

body[data-page='home'] .home-latest-media{
  position:relative;
  min-height:0;
  overflow:hidden;
}

body[data-page='home'] .home-latest-media::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(8,27,52,.04),rgba(8,27,52,.52));
}

body[data-page='home'] .home-latest-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease;
}

body[data-page='home'] .home-latest-card:hover .home-latest-media img{
  transform:scale(1.035);
}

body[data-page='home'] .home-latest-label{
  position:absolute;
  inset-block-start:18px;
  inset-inline-start:18px;
  z-index:1;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(8,27,52,.72);
  color:#fff;
  font-size:11px;
  font-weight:800;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}

body[data-page='home'] .home-latest-copy{
  display:grid;
  align-content:start;
  gap:var(--space-xs);
  padding:var(--space-md);
}

body[data-page='home'] .home-latest-meta{
  display:flex;
  flex-wrap:wrap;
  gap:var(--space-xs) var(--space-sm);
  color:var(--home-gold-soft);
  font-size:11px;
  font-weight:800;
}

body[data-page='home'] .home-latest-card h3{
  margin:0;
  color:#fff;
  font-size:clamp(21px,2vw,28px);
  line-height:1.3;
}

body[data-page='home'] .home-latest-card p{
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  color:rgba(255,255,255,.67) !important;
  font-size:14px;
  line-height:1.75;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

body[data-page='home'] .home-latest-link{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:auto;
  padding-top:4px;
  color:var(--home-gold-soft);
  font-size:13px;
  font-weight:800;
}

body[data-page='home'] .home-latest-link::after{
  content:'\2192';
  font-size:19px;
}

html[dir='rtl'] body[data-page='home'] .home-latest-link::after{
  content:'\2190';
}

body[data-page='home'] .home-process-section{
  margin-top:0 !important;
  padding:var(--space-lg) !important;
  border-radius:clamp(28px,3vw,42px);
  background:
    radial-gradient(circle at 8% 8%,rgba(216,173,62,.16),transparent 27%),
    linear-gradient(145deg,#071a32,#122d4d);
  box-shadow:0 18px 36px rgba(8,27,52,.14);
}

body[data-page='home'] .home-process-section .section-head h2{
  color:#fff;
}

body[data-page='home'] .home-process-section .section-head > p{
  color:rgba(255,255,255,.66) !important;
}

body[data-page='home'] .home-process-section .section-kicker{
  color:var(--home-gold-soft);
}

body[data-page='home'] .home-process-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
}

body[data-page='home'] .home-process-grid::before{
  content:'';
  position:absolute;
  inset-block-start:25px;
  inset-inline:6% 6%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(216,173,62,.54),transparent);
}

body[data-page='home'] main .home-process-card{
  position:relative;
  z-index:1;
  display:block;
  min-height:0;
  padding:0 var(--space-lg);
  border:0 !important;
  border-inline-start:1px solid rgba(255,255,255,.1) !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

body[data-page='home'] main .home-process-card:first-child{
  border-inline-start:0 !important;
  padding-inline-start:0;
}

body[data-page='home'] main .home-process-card:last-child{
  padding-inline-end:0;
}

body[data-page='home'] main .home-process-card::before{
  display:none;
}

body[data-page='home'] main .home-process-card:hover{
  transform:none;
}

body[data-page='home'] .home-process-index{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  margin-bottom:var(--space-md);
  border:1px solid rgba(216,173,62,.5);
  border-radius:50%;
  background:var(--home-navy);
  color:var(--home-gold-soft);
  font-size:12px;
  font-weight:800;
  font-variant-numeric:tabular-nums;
}

body[data-page='home'] .home-process-card h3{
  margin:0 0 var(--space-xs);
  color:#fff;
  font-size:18px;
  line-height:1.35;
}

body[data-page='home'] .home-process-card p{
  margin:0;
  color:rgba(255,255,255,.62) !important;
  font-size:14px;
  line-height:1.8;
}

body[data-page='home'] .home-action-band{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:var(--space-md);
  margin-block:var(--space-xs);
  padding:var(--space-lg);
  border:1px solid rgba(154,116,25,.18);
  border-radius:clamp(26px,3vw,38px);
  background:
    linear-gradient(135deg,rgba(255,253,250,.98),rgba(241,221,176,.72)),
    var(--home-white);
  box-shadow:var(--home-shadow-soft);
}

body[data-page='home'] .home-action-copy{
  max-width:760px;
}

body[data-page='home'] .home-action-copy span{
  display:block;
  margin-bottom:var(--space-xs);
  color:#8b6816;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body[data-page='home'] .home-action-copy h2{
  max-width:19ch;
  margin:0;
  color:var(--home-ink);
  font-size:clamp(27px,3.5vw,46px);
  line-height:1.13;
}

body[data-page='home'] .home-action-copy p{
  max-width:60ch;
  margin:var(--space-xs) 0 0;
  color:var(--home-muted);
}

body[data-page='home'] .home-action-links{
  display:grid;
  min-width:235px;
  gap:var(--space-xs);
}

body[data-page='home'] .home-action-links .button{
  justify-content:space-between;
  min-height:48px;
  box-shadow:none !important;
}

body[data-page='home'] .home-action-links .button.primary{
  background:var(--home-navy);
}

body[data-page='home'] a:focus-visible,
body[data-page='home'] button:focus-visible,
body[data-page='home'] input:focus-visible{
  outline:3px solid var(--home-gold);
  outline-offset:4px;
}

@media (max-width:1120px){
  body[data-page='home'] .home-route-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-template-rows:auto;
  }

  body[data-page='home'] main .home-route-card,
  body[data-page='home'] main .home-route-card--lead{
    grid-row:auto;
  }

  body[data-page='home'] main .home-route-card--lead{
    grid-column:1 / -1;
    min-height:340px;
  }

  body[data-page='home'] main .home-route-card:not(.home-route-card--lead){
    grid-template-columns:auto minmax(0,1fr);
  }

  body[data-page='home'] .home-route-card:not(.home-route-card--lead) .home-route-cta{
    grid-column:2;
    justify-content:flex-start;
  }

  body[data-page='home'] .home-route-card:not(.home-route-card--lead) .home-route-arrow{
    display:none;
  }

  body[data-page='home'] .home-watch-grid{
    grid-template-columns:1fr;
  }

  body[data-page='home'] .home-latest-card{
    grid-template-columns:minmax(280px,.7fr) 1fr;
    grid-template-rows:none;
    min-height:340px;
  }
}

@media (max-width:900px){
  body[data-page='home'] .home-route-grid{
    grid-template-columns:1fr;
  }

  body[data-page='home'] main .home-route-card--lead{
    min-height:320px;
  }

  body[data-page='home'] main .section-head{
    grid-template-columns:1fr;
    gap:16px;
  }

  body[data-page='home'] .home-hero{
    min-height:0;
    background:
      linear-gradient(90deg,rgba(5,20,40,.95),rgba(6,27,53,.78)),
      url('../images/02.webp') center/cover no-repeat;
  }

  html[dir='rtl'] body[data-page='home'] .home-hero{
    background:
      linear-gradient(270deg,rgba(5,20,40,.95),rgba(6,27,53,.78)),
      url('../images/02.webp') center/cover no-repeat;
  }

  body[data-page='home'] .home-process-section{
    padding-inline:32px !important;
  }

  body[data-page='home'] .home-process-grid{
    grid-template-columns:1fr 1fr;
    gap:30px 0;
  }

  body[data-page='home'] .home-process-grid::before{
    display:none;
  }

  body[data-page='home'] main .home-process-card:nth-child(odd){
    border-inline-start:0 !important;
    padding-inline-start:0;
  }

  body[data-page='home'] main .home-process-card:nth-child(even){
    padding-inline-end:0;
  }

  body[data-page='home'] .home-action-band{
    grid-template-columns:1fr;
  }

  body[data-page='home'] .home-action-links{
    grid-template-columns:repeat(3,minmax(0,1fr));
    min-width:0;
  }
}

@media (max-width:720px){
  body[data-page='home'] main{
    padding-top:var(--space-xs);
  }

  body[data-page='home'] main .section{
    padding-block:var(--space-lg);
  }

  body[data-page='home'] main .section-head{
    margin-bottom:var(--space-xs);
  }

  body[data-page='home'] main .section-head h2{
    max-width:none;
    font-size:clamp(28px,8vw,38px);
  }

  body[data-page='home'] .home-hero{
    border-radius:28px;
  }

  body[data-page='home'] .home-hero::after{
    inset:12px;
    border-radius:20px;
  }

  body[data-page='home'] .home-hero .hero-copy{
    padding:var(--space-lg) var(--space-md);
  }

  body[data-page='home'] .home-hero .hero-copy h1{
    max-width:none;
    font-size:clamp(34px,10.5vw,46px);
    line-height:1.1;
  }

  body[data-page='home'] .home-hero .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    margin-top:var(--space-md);
  }

  body[data-page='home'] .home-signal-grid{
    margin-top:var(--space-md);
  }

  body[data-page='home'] .home-signal{
    padding:14px 10px 0;
  }

  body[data-page='home'] .home-signal:first-child{
    padding-inline-start:0;
  }

  body[data-page='home'] .home-signal strong{
    font-size:25px;
  }

  body[data-page='home'] .home-signal span{
    font-size:10px;
  }

  body[data-page='home'] .home-route-grid{
    grid-template-columns:1fr;
  }

  body[data-page='home'] main .home-route-card--lead{
    min-height:330px;
  }

  body[data-page='home'] main .home-route-card:not(.home-route-card--lead){
    grid-template-columns:auto minmax(0,1fr);
  }

  body[data-page='home'] .home-route-card:not(.home-route-card--lead) .home-route-cta{
    grid-column:2;
    justify-content:flex-start;
  }

  body[data-page='home'] .home-route-card:not(.home-route-card--lead) .home-route-arrow{
    display:none;
  }

  body[data-page='home'] .home-watch-section{
    border-radius:28px;
  }

  body[data-page='home'] main .home-feature-card{
    grid-template-columns:1fr;
    min-height:0;
  }

  body[data-page='home'] .home-feature-card .feature-media{
    min-height:250px;
    order:-1;
  }

  body[data-page='home'] .home-feature-actions{
    align-items:stretch;
    flex-direction:column;
  }

  body[data-page='home'] .home-feature-actions a{
    justify-content:center;
  }

  body[data-page='home'] .home-latest-card{
    grid-template-columns:1fr;
    grid-template-rows:220px 1fr;
    min-height:0;
  }

  body[data-page='home'] .home-process-section{
    margin-top:0 !important;
    padding:var(--space-md) !important;
  }

  body[data-page='home'] .home-process-grid{
    grid-template-columns:1fr;
    gap:0;
  }

  body[data-page='home'] main .home-process-card,
  body[data-page='home'] main .home-process-card:nth-child(odd),
  body[data-page='home'] main .home-process-card:nth-child(even){
    display:grid;
    grid-template-columns:auto 1fr;
    gap:var(--space-xs) var(--space-md);
    padding:var(--space-md) 0;
    border-inline-start:0 !important;
    border-block-start:1px solid rgba(255,255,255,.1) !important;
  }

  body[data-page='home'] main .home-process-card:first-child{
    padding-top:0;
    border-block-start:0 !important;
  }

  body[data-page='home'] .home-process-index{
    grid-row:1 / span 2;
    width:44px;
    height:44px;
    margin:0;
  }

  body[data-page='home'] .home-process-card h3{
    margin:0;
  }

  body[data-page='home'] .home-action-band{
    margin-block:var(--space-md);
    padding:var(--space-md);
  }

  body[data-page='home'] .home-action-links{
    grid-template-columns:1fr;
  }
}

@media (max-width:480px){
  body[data-page='home'] .home-hero .hero-copy{
    padding-inline:22px;
  }

  body[data-page='home'] .home-hero .hero-copy h1{
    font-size:31px;
  }

  body[data-page='home'] .home-hero .hero-copy > p{
    font-size:14px;
    line-height:1.7;
  }

  body[data-page='home'] .home-hero .button{
    min-height:46px;
  }

  body[data-page='home'] .home-signal{
    padding-inline:7px;
  }

  body[data-page='home'] main .home-route-card{
    padding:20px;
  }

  body[data-page='home'] .home-route-card .icon{
    width:40px;
    height:40px;
  }

  body[data-page='home'] .home-route-card--lead h3{
    font-size:32px;
  }
}

@media (prefers-reduced-motion:reduce){
  body[data-page='home'] *,
  body[data-page='home'] *::before,
  body[data-page='home'] *::after{
    scroll-behavior:auto !important;
    transition-duration:.01ms !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
  }
}
