.page-home{
  background:var(--color-bg);
  color:var(--color-paper);
  font-family:var(--font-body);
  overflow-x:hidden;
}
.page-home .container{
  max-width:var(--container);
  margin-inline:auto;
  padding-inline:var(--gutter);
}
.page-home a{
  color:var(--color-cyan);
  text-decoration:none;
  transition:color 220ms ease;
}
.page-home a:hover{
  color:var(--color-accent);
}
.page-home .image-frame__img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}

/* ========== HERO ========== */
.page-home .home-hero{
  position:relative;
  overflow:hidden;
  padding:clamp(40px,7vw,84px) 0 48px;
  background:
    radial-gradient(ellipse at 12% 0%,rgba(0,229,255,.13),transparent 42%),
    radial-gradient(ellipse at 88% 92%,rgba(255,107,53,.15),transparent 48%),
    linear-gradient(160deg,#0A1F44 0%,#102B54 58%,#0A1F44 100%);
}
.page-home .home-hero__bg{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.page-home .home-hero__grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(139,155,180,.12) 1px,transparent 1px),
    linear-gradient(90deg,rgba(139,155,180,.12) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,#000,transparent 88%);
  -webkit-mask-image:linear-gradient(to bottom,#000,transparent 88%);
}
.page-home .home-hero__orb{
  position:absolute;
  border-radius:50%;
  filter:blur(60px);
}
.page-home .home-hero__orb--one{
  width:360px;
  height:360px;
  left:-80px;
  top:18px;
  background:rgba(0,229,255,.18);
}
.page-home .home-hero__orb--two{
  width:480px;
  height:480px;
  right:-140px;
  bottom:-170px;
  background:rgba(255,107,53,.16);
}
.page-home .home-hero__word{
  position:absolute;
  top:8px;
  right:-2vw;
  font-family:var(--font-heading);
  font-size:clamp(48px,11vw,152px);
  line-height:1;
  color:transparent;
  -webkit-text-stroke:1px rgba(245,240,230,.2);
  white-space:nowrap;
  user-select:none;
  pointer-events:none;
  transform:rotate(6deg);
  z-index:0;
}
.page-home .home-hero__inner{
  position:relative;
  z-index:1;
  display:grid;
  gap:36px;
  grid-template-columns:1fr;
  align-items:start;
}
.page-home .home-hero__crumb{
  display:inline-flex;
  gap:6px;
  padding:8px 14px;
  border:1px solid rgba(245,240,230,.22);
  border-left:3px solid var(--color-accent);
  font-family:var(--font-mono);
  font-size:13px;
  letter-spacing:.06em;
  color:var(--color-cyan);
  margin-bottom:22px;
  background:rgba(10,31,68,.6);
}
.page-home .home-hero__title{
  font-family:var(--font-heading);
  font-size:clamp(30px,5.2vw,62px);
  line-height:1.12;
  margin:0 0 18px;
  color:var(--color-paper);
  font-weight:400;
}
.page-home .home-hero__title-accent{
  color:var(--color-cyan);
}
.page-home .home-hero__lede{
  font-size:16px;
  line-height:1.85;
  color:rgba(245,240,230,.82);
  max-width:660px;
  margin:0 0 28px;
}
.page-home .home-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:18px;
}
.page-home .home-hero__mini{
  font-size:13px;
  color:var(--color-stone);
  margin:0;
}
.page-home .home-hero__panel{
  display:grid;
  gap:20px;
  align-content:start;
}
.page-home .home-hero__cta{
  padding:22px;
  background:rgba(245,240,230,.06);
  border:1px solid rgba(245,240,230,.16);
  border-top:3px solid var(--color-accent);
  border-radius:2px;
  box-shadow:var(--shadow);
}
.page-home .home-hero__cta-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}
.page-home .home-hero__cta-code{
  font-family:var(--font-mono);
  font-size:12px;
  color:var(--color-ice);
}
.page-home .home-hero__cta-title{
  font-family:var(--font-heading);
  font-size:28px;
  line-height:1.15;
  margin:0 0 6px;
  color:var(--color-paper);
}
.page-home .home-hero__cta-ver{
  font-family:var(--font-mono);
  font-size:14px;
  color:var(--color-cyan);
  margin:0 0 16px;
}
.page-home .home-hero__cta-list{
  list-style:none;
  margin:0 0 18px;
  padding:0;
  display:grid;
  gap:8px;
  font-size:14px;
  color:rgba(245,240,230,.78);
}
.page-home .home-hero__cta-list li{
  position:relative;
  padding-left:18px;
}
.page-home .home-hero__cta-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.6em;
  width:8px;
  height:2px;
  background:var(--color-accent);
}
.page-home .home-hero__cta-note{
  margin:12px 0 0;
  font-size:12px;
  color:var(--color-stone);
}
.page-home .countdown{
  padding:18px 20px 16px;
  background:rgba(10,31,68,.72);
  border:1px solid rgba(0,229,255,.3);
  border-left:4px solid var(--color-accent);
  position:relative;
}
.page-home .countdown__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}
.page-home .countdown__label{
  font-size:13px;
  letter-spacing:.08em;
  color:var(--color-ice);
}
.page-home .countdown__clock{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
}
.page-home .countdown__num{
  font-family:var(--font-mono);
  font-size:clamp(30px,5vw,44px);
  font-weight:700;
  color:var(--color-paper);
  background:rgba(0,0,0,.28);
  border:1px solid rgba(245,240,230,.14);
  padding:6px 10px;
  border-radius:4px;
  min-width:1.6em;
  text-align:center;
}
.page-home .countdown__num--tick{
  animation:pageHomeTick 1s steps(1) infinite;
}
.page-home .countdown__colon{
  font-family:var(--font-mono);
  font-size:26px;
  color:var(--color-accent);
  animation:pageHomeColonBlink 1.2s steps(1) infinite;
}
.page-home .countdown__bar{
  height:6px;
  background:rgba(245,240,230,.12);
  border-radius:999px;
  overflow:hidden;
  margin-bottom:8px;
}
.page-home .countdown__bar span{
  display:block;
  height:100%;
  width:46%;
  background:linear-gradient(90deg,var(--color-accent),var(--color-cyan));
  border-radius:999px;
  animation:pageHomeCountBar 2.8s ease-in-out infinite alternate;
}
.page-home .countdown__legend{
  display:flex;
  justify-content:space-between;
  font-family:var(--font-mono);
  font-size:11px;
  color:var(--color-stone);
}

/* ========== SECTIONS ========== */
.page-home .home-section{
  position:relative;
  padding:clamp(40px,7vw,88px) 0;
}
.page-home .home-section + .home-section{
  border-top:1px solid rgba(245,240,230,.12);
}
.page-home .section--tint{
  background:
    linear-gradient(120deg,rgba(0,229,255,.05),transparent 42%),
    rgba(139,155,180,.07);
}
.page-home .home-section__head{
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin-bottom:30px;
}
.page-home .home-section__head::after{
  content:"";
  flex:1;
  height:2px;
  margin-left:12px;
  background:linear-gradient(90deg,rgba(0,229,255,.55),transparent);
  transform:translateY(20px);
}
.page-home .home-section__index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:56px;
  height:40px;
  padding:0 22px 0 12px;
  background:linear-gradient(135deg,var(--color-accent),#ff8b4c);
  color:var(--color-bg);
  font-family:var(--font-mono);
  font-weight:700;
  font-size:16px;
  clip-path:polygon(0 0,86% 0,100% 50%,86% 100%,0 100%);
  -webkit-clip-path:polygon(0 0,86% 0,100% 50%,86% 100%,0 100%);
  flex-shrink:0;
}
.page-home .home-section__head .section__kicker{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--color-cyan);
  margin:0 0 6px;
}
.page-home .home-section__head .section__title{
  font-family:var(--font-heading);
  font-size:clamp(28px,4.4vw,44px);
  line-height:1.16;
  margin:0;
  color:var(--color-paper);
  font-weight:400;
}

/* ========== LINEUP ========== */
.page-home .home-lineup__layout{
  display:grid;
  gap:24px;
  grid-template-columns:1fr;
}
.page-home .home-lineup__visual{
  position:relative;
  min-width:0;
}
.page-home .home-lineup__visual .image-frame{
  position:relative;
}
.page-home .home-lineup__caption{
  font-family:var(--font-mono);
  font-size:12px;
  color:var(--color-stone);
  margin:10px 0 0;
}
.page-home .home-lineup__stamp{
  position:absolute;
  left:12px;
  bottom:12px;
  background:rgba(10,31,68,.85);
  color:var(--color-cyan);
  border:1px solid rgba(0,229,255,.4);
  padding:6px 10px;
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.06em;
  pointer-events:none;
}
.page-home .home-lineup__panel{
  padding:24px;
}
.page-home .home-lineup__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:16px;
}
.page-home .home-lineup__teams{
  font-family:var(--font-heading);
  font-size:clamp(22px,3vw,30px);
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin:0 0 18px;
  color:var(--color-paper);
}
.page-home .home-lineup__vs{
  color:var(--color-accent);
  font-family:var(--font-mono);
  font-size:18px;
  font-style:normal;
}
.page-home .home-lineup__pos{
  font-size:13px;
  letter-spacing:.12em;
  color:var(--color-ice);
  margin:0 0 10px;
}
.page-home .home-lineup__list{
  list-style:none;
  margin:0 0 16px;
  padding:0;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(190px,1fr));
  gap:6px 14px;
}
.page-home .home-lineup__list li{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border:1px solid rgba(245,240,230,.1);
  background:rgba(245,240,230,.04);
  border-radius:2px;
  font-size:14px;
}
.page-home .home-lineup__pos-abbr{
  font-family:var(--font-mono);
  font-size:12px;
  color:var(--color-cyan);
  background:rgba(0,229,255,.1);
  padding:2px 6px;
  border-radius:2px;
}
.page-home .home-lineup__num{
  margin-left:auto;
  font-family:var(--font-mono);
  color:var(--color-accent);
}
.page-home .home-lineup__detail{
  margin-top:4px;
}
.page-home .home-lineup__detail summary{
  display:inline-block;
  cursor:pointer;
  font-size:14px;
  color:var(--color-cyan);
  padding:10px 0 4px;
  border-bottom:1px dashed rgba(0,229,255,.35);
}
.page-home .home-lineup__detail-body{
  padding:12px;
  background:rgba(245,240,230,.06);
  display:grid;
  gap:8px;
  font-size:14px;
  color:rgba(245,240,230,.85);
}
.page-home .home-lineup__detail-body p{
  margin:0;
}

/* ========== DOWNLOAD ========== */
.page-home .home-download__grid{
  display:grid;
  gap:24px;
  grid-template-columns:1fr;
  align-items:stretch;
}
.page-home .home-download__feature{
  padding:26px;
  position:relative;
  overflow:hidden;
}
.page-home .home-download__feature::after{
  content:"APP";
  position:absolute;
  right:-10px;
  bottom:-22px;
  font-family:var(--font-heading);
  font-size:96px;
  line-height:1;
  color:rgba(0,229,255,.06);
  pointer-events:none;
}
.page-home .home-download__lead{
  font-size:18px;
  font-weight:600;
  margin:0 0 16px;
  color:var(--color-paper);
}
.page-home .home-download__list{
  list-style:none;
  margin:0 0 18px;
  padding:0;
  display:grid;
  gap:10px;
  font-size:15px;
  color:rgba(245,240,230,.8);
}
.page-home .home-download__list li{
  padding-left:26px;
  position:relative;
}
.page-home .home-download__list li::before{
  content:">";
  position:absolute;
  left:0;
  font-family:var(--font-mono);
  color:var(--color-accent);
  font-weight:700;
}
.page-home .home-download__foot{
  position:relative;
  font-size:13px;
  line-height:1.75;
  color:var(--color-stone);
  margin:0;
}
.page-home .home-download__spec{
  padding:26px;
}
.page-home .home-download__spec-list{
  margin:0 0 18px;
  display:grid;
  gap:10px;
}
.page-home .home-download__spec-list div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding-bottom:8px;
  border-bottom:1px dashed rgba(245,240,230,.16);
}
.page-home .home-download__spec-list dt{
  font-size:13px;
  color:var(--color-ice);
}
.page-home .home-download__spec-list dd{
  font-family:var(--font-mono);
  font-size:15px;
  color:var(--color-paper);
  margin:0;
}
.page-home .home-download__note{
  margin:14px 0 0;
  font-size:13px;
  line-height:1.7;
  color:var(--color-stone);
}

/* ========== CATALOG ========== */
.page-home .home-catalog__layout{
  display:grid;
  gap:24px;
  grid-template-columns:1fr;
}
.page-home .home-catalog__bands{
  display:grid;
  gap:12px;
  min-width:0;
}
.page-home .home-catalog__band{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  padding:18px 20px;
  background:rgba(245,240,230,.05);
  border-left:4px solid var(--color-cyan);
  border-radius:2px;
}
.page-home .home-catalog__band-name{
  font-family:var(--font-heading);
  font-size:22px;
  color:var(--color-paper);
  min-width:88px;
  margin:0;
  font-weight:400;
}
.page-home .home-catalog__band-stat{
  font-family:var(--font-mono);
  font-size:14px;
  color:var(--color-accent);
}
.page-home .home-catalog__band-desc{
  font-size:14px;
  color:rgba(245,240,230,.7);
  flex:1;
  min-width:160px;
  margin:0;
}
.page-home .home-catalog__band-status{
  margin-left:auto;
}
.page-home .home-catalog__footnote{
  font-size:14px;
  line-height:1.75;
  color:rgba(245,240,230,.75);
  margin:10px 0 0;
}
.page-home .home-catalog__link{
  display:inline-block;
  margin-left:6px;
}
.page-home .home-catalog__aside{
  display:grid;
  gap:16px;
  align-content:start;
  min-width:0;
}
.page-home .home-catalog__aside .image-frame{
  position:relative;
}
.page-home .home-catalog__stamp{
  position:absolute;
  left:12px;
  bottom:12px;
  background:rgba(10,31,68,.85);
  color:var(--color-cyan);
  border:1px solid rgba(0,229,255,.4);
  padding:6px 10px;
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.06em;
  pointer-events:none;
}
.page-home .home-catalog__metrics{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.page-home .home-catalog__metric{
  padding:14px 10px;
  background:rgba(0,229,255,.08);
  border:1px solid rgba(0,229,255,.22);
  border-radius:2px;
  text-align:center;
}
.page-home .home-catalog__metric-value{
  display:block;
  font-family:var(--font-mono);
  font-size:24px;
  font-weight:700;
  color:var(--color-cyan);
}
.page-home .home-catalog__metric-label{
  display:block;
  font-size:12px;
  color:var(--color-ice);
  margin-top:4px;
}

/* ========== REGISTER ========== */
.page-home .home-register__layout{
  display:grid;
  gap:24px;
  grid-template-columns:1fr;
}
.page-home .home-register__intro{
  min-width:0;
}
.page-home .home-register__lead{
  font-size:17px;
  line-height:1.75;
  color:rgba(245,240,230,.85);
  margin:0 0 20px;
}
.page-home .home-register__steps{
  list-style:none;
  counter-reset:regStep;
  margin:0 0 20px;
  padding:0;
  display:grid;
  gap:12px;
}
.page-home .home-register__step{
  position:relative;
  counter-increment:regStep;
  display:block;
  padding:18px 20px 18px 68px;
  background:rgba(245,240,230,.05);
  border:1px solid rgba(245,240,230,.12);
  border-radius:2px;
}
.page-home .home-register__step::before{
  content:"0" counter(regStep);
  position:absolute;
  left:16px;
  top:18px;
  width:28px;
  text-align:center;
  font-family:var(--font-mono);
  font-weight:700;
  font-size:18px;
  line-height:1;
  color:var(--color-accent);
}
.page-home .home-register__step h3{
  font-size:17px;
  line-height:1.45;
  margin:0 0 8px;
  color:var(--color-paper);
}
.page-home .home-register__step p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:rgba(245,240,230,.75);
}
.page-home .home-register__note{
  font-size:14px;
  line-height:1.7;
  color:var(--color-stone);
  margin:0;
}
.page-home .home-register__visual{
  display:grid;
  gap:14px;
  align-content:start;
  min-width:0;
}
.page-home .home-register__visual .image-frame{
  position:relative;
}
.page-home .home-register__stamp{
  position:absolute;
  left:12px;
  bottom:12px;
  background:rgba(10,31,68,.85);
  color:var(--color-cyan);
  border:1px solid rgba(0,229,255,.4);
  padding:6px 10px;
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.06em;
  pointer-events:none;
}
.page-home .home-register__map{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 14px;
  border:1px dashed rgba(0,229,255,.4);
  background:rgba(0,229,255,.06);
  font-family:var(--font-mono);
  font-size:13px;
  color:var(--color-paper);
}
.page-home .home-register__map span{
  padding:5px 8px;
  background:rgba(10,31,68,.7);
  border:1px solid rgba(245,240,230,.18);
  white-space:nowrap;
}
.page-home .home-register__map i{
  flex:1;
  height:1px;
  background:var(--color-accent);
  position:relative;
}
.page-home .home-register__map i::after{
  content:"→";
  position:absolute;
  right:-2px;
  top:-9px;
  font-style:normal;
  color:var(--color-accent);
  font-size:14px;
  line-height:1;
}

/* ========== CHANGES ========== */
.page-home .home-changes__layout{
  display:grid;
  gap:24px;
  grid-template-columns:1fr;
}
.page-home .home-changes__table{
  min-width:0;
}
.page-home .home-changes__note{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:var(--font-mono);
  font-size:13px;
  color:var(--color-clay);
  padding:8px 12px;
  border:1px solid rgba(198,124,91,.4);
  background:rgba(198,124,91,.1);
  margin:0 0 16px;
}
.page-home .home-changes__more{
  font-size:14px;
  line-height:1.7;
  margin:14px 0 0;
}
.page-home .home-changes__side{
  display:grid;
  gap:14px;
  align-content:start;
  min-width:0;
}
.page-home .home-changes__side .image-frame{
  position:relative;
}
.page-home .home-changes__stamp{
  position:absolute;
  left:12px;
  bottom:12px;
  background:rgba(10,31,68,.85);
  color:var(--color-cyan);
  border:1px solid rgba(0,229,255,.4);
  padding:6px 10px;
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.06em;
  pointer-events:none;
}
.page-home .home-changes__alarm{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px 16px;
  background:rgba(255,107,53,.08);
  border-left:4px solid var(--color-accent);
  font-size:14px;
  line-height:1.7;
  color:rgba(245,240,230,.85);
}
.page-home .home-changes__alarm p{
  margin:0;
}
.page-home .home-changes__alarm-dot{
  width:10px;
  height:10px;
  margin-top:6px;
  border-radius:50%;
  background:var(--color-accent);
  box-shadow:0 0 0 0 rgba(255,107,53,.5);
  animation:pageHomeAlarmDot 1.6s ease-out infinite;
  flex-shrink:0;
}

/* ========== REPLAY ========== */
.page-home .home-replay__grid{
  display:grid;
  gap:14px;
  grid-template-columns:1fr;
}
.page-home .home-replay__card{
  padding:22px;
  position:relative;
  overflow:hidden;
  border-radius:2px;
  transition:transform 220ms ease,border-color 220ms ease;
}
.page-home .home-replay__card:hover{
  transform:translateY(-4px);
  border-color:rgba(0,229,255,.5);
}
.page-home .home-replay__card::after{
  content:"→";
  position:absolute;
  right:18px;
  bottom:10px;
  font-size:26px;
  font-family:var(--font-mono);
  color:rgba(0,229,255,.24);
  transition:color 220ms ease;
}
.page-home .home-replay__card:hover::after{
  color:var(--color-cyan);
}
.page-home .home-replay__card-title{
  font-family:var(--font-heading);
  font-size:24px;
  line-height:1.2;
  margin:0 0 12px;
  color:var(--color-paper);
  font-weight:400;
}
.page-home .home-replay__card-list{
  list-style:none;
  margin:0 0 16px;
  padding:0;
  display:grid;
  gap:8px;
  font-size:14px;
  color:rgba(245,240,230,.78);
}
.page-home .home-replay__card-list li{
  position:relative;
  padding-left:16px;
}
.page-home .home-replay__card-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.6em;
  width:6px;
  height:2px;
  background:var(--color-cyan);
}
.page-home .home-replay__metrics{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin:26px 0;
  padding:18px 0;
  border-top:1px solid rgba(245,240,230,.12);
  border-bottom:1px solid rgba(245,240,230,.12);
}
.page-home .home-replay__metrics .metric__value{
  font-size:30px;
  color:var(--color-accent);
}
.page-home .home-replay__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

/* ========== KEYFRAMES ========== */
@keyframes pageHomeTick{
  0%,100%{opacity:1;transform:translateY(0);}
  50%{opacity:.65;transform:translateY(2px);}
}
@keyframes pageHomeColonBlink{
  0%,100%{opacity:1;}
  50%{opacity:.35;}
}
@keyframes pageHomeCountBar{
  from{transform:translateX(-20%);}
  to{transform:translateX(140%);}
}
@keyframes pageHomeAlarmDot{
  0%{box-shadow:0 0 0 0 rgba(255,107,53,.5);}
  80%,100%{box-shadow:0 0 0 10px rgba(255,107,53,0);}
}

/* ========== MEDIA QUERIES ========== */
@media (min-width:768px){
  .page-home .home-hero__inner{
    grid-template-columns:1.15fr .85fr;
  }
  .page-home .home-replay__grid{
    grid-template-columns:repeat(3,1fr);
  }
  .page-home .home-catalog__metrics{
    grid-template-columns:repeat(4,1fr);
  }
  .page-home .home-replay__metrics{
    grid-template-columns:repeat(3,1fr);
  }
}
@media (min-width:1024px){
  .page-home .home-lineup__layout{
    grid-template-columns:5fr 7fr;
    align-items:start;
  }
  .page-home .home-lineup__layout > *,
  .page-home .home-catalog__layout > *,
  .page-home .home-register__layout > *,
  .page-home .home-changes__layout > *{
    min-width:0;
  }
  .page-home .home-download__grid{
    grid-template-columns:1fr 1fr;
  }
  .page-home .home-catalog__layout{
    grid-template-columns:7fr 5fr;
    align-items:start;
  }
  .page-home .home-register__layout{
    grid-template-columns:6fr 6fr;
    align-items:center;
  }
  .page-home .home-changes__layout{
    grid-template-columns:7fr 5fr;
    align-items:start;
  }
  .page-home .home-hero{
    padding-top:clamp(56px,8vw,96px);
  }
}
@media (prefers-reduced-motion:reduce){
  .page-home .home-hero__word,
  .page-home .countdown__bar span,
  .page-home .countdown__colon,
  .page-home .countdown__num--tick,
  .page-home .home-changes__alarm-dot{
    animation:none;
  }
}
