:root{
  --ink:#080b14;
  --ink-2:#151b2c;
  --paper:#f5f8fd;
  --paper-2:#eaf0f8;
  --white:#ffffff;
  --muted:#667085;
  --muted-on-dark:#aeb8d6;
  --line:rgba(8,11,20,.12);
  --line-dark:rgba(255,255,255,.15);
  --aqua:#18d8c7;
  --copper:#ff3d8d;
  --coral:#ff6b5f;
  --blue:#1769ff;
  --gold:#f6b94f;
  --shadow:0 30px 80px rgba(9,17,38,.22);
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:"Avenir Next","Helvetica Neue","PingFang SC","Noto Sans SC",Arial,sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.skip{position:absolute;left:-999px;top:12px;z-index:999}
.skip:focus{left:12px;background:var(--ink);color:var(--white);padding:10px 14px}

.site-nav{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
  height:76px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:0 max(24px,calc((100vw - var(--max))/2));
  color:var(--white);
  background:rgba(8,11,20,.72);
  border-bottom:1px solid rgba(255,255,255,.10);
  transition:background .24s ease,color .24s ease,border-color .24s ease;
  backdrop-filter:blur(16px);
}
.site-nav.scrolled,
.site-nav.open{
  background:rgba(8,11,20,.92);
  color:var(--white);
  border-color:rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
}
.brand{display:flex;align-items:center}
.brand img{width:142px;height:auto}
.nav-links{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:4px;
}
.nav-links a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 13px;
  border-radius:6px;
  font-size:14px;
  font-weight:650;
}
.nav-links a:hover{background:rgba(255,255,255,.12)}
.site-nav.scrolled .nav-links a:hover,
.site-nav.open .nav-links a:hover{background:rgba(255,255,255,.12)}
.nav-links a.active{
  background:rgba(255,255,255,.14);
}
.nav-cta{
  border:1px solid currentColor;
  margin-left:8px;
}
.menu-toggle{
  display:none;
  margin-left:auto;
  width:44px;
  height:44px;
  border:1px solid currentColor;
  background:transparent;
  color:inherit;
  border-radius:6px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:7px;
}
.menu-toggle span{
  width:21px;
  height:2px;
  background:currentColor;
  transition:transform .2s ease,opacity .2s ease;
}
.site-nav.open .menu-toggle span:first-child{transform:translateY(4.5px) rotate(45deg)}
.site-nav.open .menu-toggle span:last-child{transform:translateY(-4.5px) rotate(-45deg)}

.hero{
  position:relative;
  min-height:84svh;
  color:var(--white);
  display:grid;
  align-items:end;
  isolation:isolate;
  padding:118px max(24px,calc((100vw - var(--max))/2)) 34px;
}
.page-hero{
  display:grid;
  grid-template-columns:1fr .74fr;
  gap:48px;
  align-items:end;
  min-height:560px;
  padding:132px max(24px,calc((100vw - var(--max))/2)) 70px;
  color:var(--white);
  background:
    linear-gradient(135deg,rgba(8,11,20,.98) 0%,rgba(14,24,47,.98) 56%,rgba(6,18,28,.98) 100%);
}
.page-hero h1{
  max-width:820px;
  margin:0 0 22px;
  color:var(--white);
  font-size:64px;
  line-height:1.05;
}
.page-hero p:not(.kicker){
  max-width:700px;
  color:var(--muted-on-dark);
  font-size:21px;
}
.page-hero figure{
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  box-shadow:0 38px 110px rgba(0,0,0,.42);
  aspect-ratio:4/3;
  background:var(--ink);
}
.page-hero img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-bg,
.hero-shade{position:absolute;inset:0;z-index:-2}
.hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.hero-shade{
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(7,7,7,.82) 0%,rgba(7,7,7,.58) 42%,rgba(7,7,7,.20) 100%),
    linear-gradient(0deg,rgba(7,7,7,.78) 0%,rgba(7,7,7,.08) 46%,rgba(7,7,7,.48) 100%);
}
.hero-content{
  max-width:760px;
  padding-bottom:44px;
}
.kicker{
  margin:0 0 16px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  color:var(--blue);
}
.hero .kicker,
.page-hero .kicker{color:var(--gold)}
h1,h2,h3,p{margin-top:0}
h1{
  margin-bottom:18px;
  font-size:92px;
  line-height:.96;
  font-weight:850;
}
.hero-copy{
  max-width:640px;
  margin-bottom:30px;
  font-size:24px;
  line-height:1.45;
  color:rgba(255,250,242,.86);
}
.hero-actions,
.contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:6px;
  border:1px solid transparent;
  font-size:15px;
  font-weight:800;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--blue);color:var(--white);box-shadow:0 18px 36px rgba(23,105,255,.28)}
.button-primary:hover{background:#0f54d6}
.button-ghost{border-color:currentColor;color:inherit}
.button-ghost:hover{background:rgba(255,255,255,.10)}
.hero-facts{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.20);
  border-left:1px solid rgba(255,255,255,.20);
  background:rgba(8,11,20,.30);
  backdrop-filter:blur(12px);
}
.hero-facts div{
  min-height:104px;
  padding:22px;
  border-right:1px solid rgba(255,255,255,.20);
}
.hero-facts strong{
  display:block;
  font-size:34px;
  line-height:1;
  font-weight:850;
}
.hero-facts span{
  display:block;
  margin-top:8px;
  color:rgba(255,255,255,.72);
  font-size:13px;
}

.award-strip{
  overflow:hidden;
  background:var(--ink);
  color:var(--white);
  border-top:1px solid var(--line-dark);
  border-bottom:1px solid var(--line-dark);
}
.strip-track{
  display:flex;
  width:max-content;
  gap:44px;
  padding:18px 0;
  animation:marquee 34s linear infinite;
}
.strip-track span{
  white-space:nowrap;
  font-size:13px;
  font-weight:800;
  color:rgba(255,255,255,.84);
}
.strip-track span::before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-right:14px;
  background:var(--aqua);
}
@keyframes marquee{to{transform:translateX(-50%)}}

.section{
  padding:88px max(24px,calc((100vw - var(--max))/2));
  background:var(--paper);
}
.section.soft,
.contact-lite{
  background:linear-gradient(180deg,#eef3fa,#f7faff);
}
.section-head{
  max-width:770px;
  margin-bottom:48px;
}
.section-head h2,
.academy-copy h2,
.contact-panel h2{
  margin-bottom:18px;
  font-size:46px;
  line-height:1.12;
  font-weight:850;
}
.section-head p:last-child,
.academy-copy p,
.contact-panel p,
.proof-copy p{
  color:var(--muted);
  font-size:18px;
}
.proof-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:center;
}
.proof-media{
  margin:0;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(8,11,20,.10);
  border-radius:14px;
  background:var(--ink);
  box-shadow:var(--shadow);
}
.proof-media img{
  width:100%;
  height:560px;
  object-fit:cover;
}
.proof-media figcaption{
  position:absolute;
  left:18px;
  bottom:18px;
  padding:8px 12px;
  color:var(--white);
  background:rgba(8,11,20,.70);
  border:1px solid rgba(255,255,255,.20);
  border-radius:6px;
  font-size:13px;
  font-weight:750;
}
.proof-copy{
  padding:28px 0;
}
.overline{
  margin-bottom:14px;
  color:var(--blue);
  font-size:13px;
  font-weight:850;
}
.proof-copy h3{
  margin-bottom:16px;
  font-size:34px;
  line-height:1.18;
}
.proof-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin:34px 0 0;
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.proof-metrics div{
  padding:20px 16px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.proof-metrics dt{
  font-size:28px;
  line-height:1;
  font-weight:850;
}
.proof-metrics dd{
  margin:8px 0 0;
  color:var(--muted);
  font-size:13px;
}
.featured-awards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:54px;
}
.route-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.route-grid a{
  min-height:190px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:24px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--white);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.route-grid a:hover{
  transform:translateY(-3px);
  border-color:rgba(23,105,255,.34);
  box-shadow:var(--shadow);
}
.route-grid strong{
  font-size:24px;
  line-height:1.18;
}
.route-grid span{
  color:var(--muted);
  font-size:15px;
}

.dark{
  background:
    linear-gradient(135deg,#080b14,#121a2e 62%,#07111e);
  color:var(--white);
}
.dark .section-head p:last-child{color:var(--muted-on-dark)}
.business-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.service{
  min-height:300px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--white);
  box-shadow:0 20px 60px rgba(8,11,20,.06);
}
.service span{
  display:block;
  margin-bottom:58px;
  color:var(--aqua);
  font-size:13px;
  font-weight:850;
}
.service h3{
  margin-bottom:14px;
  font-size:24px;
  line-height:1.16;
}
.service p{
  margin-bottom:0;
  color:var(--muted);
}
.dark .service{
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  box-shadow:none;
}
.dark .service p{
  color:var(--muted-on-dark);
}

.academy{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:58px;
  align-items:center;
}
.academy-media{
  overflow:hidden;
  border:1px solid rgba(8,11,20,.10);
  border-radius:14px;
  background:var(--ink);
  box-shadow:var(--shadow);
}
.academy-media img{
  width:100%;
  height:680px;
  object-fit:cover;
}
.academy-copy{max-width:690px}
.steps{
  list-style:none;
  margin:36px 0 0;
  padding:0;
  border-top:1px solid var(--line);
}
.steps.wide{
  max-width:920px;
}
.steps li{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:24px;
  padding:22px 0;
  border-bottom:1px solid var(--line);
}
.steps strong{
  font-size:18px;
}
.steps span{
  color:var(--muted);
}

.space{background:#eef3fa}
.space-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr 1fr;
  grid-auto-rows:260px;
  gap:16px;
}
.space-grid figure{
  position:relative;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(8,11,20,.10);
  border-radius:14px;
  background:var(--ink);
}
.space-grid figure.wide{grid-column:span 2}
.space-grid figure.tall{grid-row:span 2}
.space-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.space-grid figure:hover img{transform:scale(1.04)}
.space-grid figcaption{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:7px 11px;
  background:rgba(8,11,20,.72);
  color:var(--white);
  border-radius:6px;
  font-size:13px;
  font-weight:800;
}

.filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:28px;
}
.filters button{
  min-height:42px;
  padding:0 15px;
  border:1px solid var(--line);
  border-radius:6px;
  color:var(--ink);
  background:var(--white);
  cursor:pointer;
  font-weight:800;
}
.filters button.active,
.filters button:hover{
  border-color:var(--blue);
  background:var(--blue);
  color:var(--white);
}
.award-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.award-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--white);
  min-height:300px;
  box-shadow:0 20px 56px rgba(8,11,20,.07);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.award-card:hover{
  transform:translateY(-3px);
  border-color:rgba(23,105,255,.25);
  box-shadow:0 28px 76px rgba(8,11,20,.12);
}
.award-card button{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  text-align:left;
  color:inherit;
  cursor:pointer;
}
.award-thumb{
  aspect-ratio:4/5;
  background:#dbe5f2;
  overflow:hidden;
}
.award-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.award-body{
  padding:16px;
}
.award-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:12px;
}
.pill{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 8px;
  border-radius:6px;
  font-size:11px;
  font-weight:850;
  background:rgba(24,216,199,.14);
  color:#08766f;
}
.pill.rank-top{background:rgba(255,61,141,.13);color:#c91867}
.pill.level{background:rgba(23,105,255,.12);color:#1557d4}
.award-card h3{
  margin-bottom:12px;
  font-size:18px;
  line-height:1.28;
}
.award-card p{
  margin:0;
  color:var(--muted);
  font-size:13px;
}
.text-link{
  display:inline-flex;
  margin-top:14px;
  color:var(--blue);
  font-size:13px;
  font-weight:850;
}
.event-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.event-card a{
  display:grid;
  height:100%;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--white);
  box-shadow:0 20px 56px rgba(8,11,20,.07);
}
.event-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.event-card span,
.event-card h3,
.event-card p{
  margin-left:18px;
  margin-right:18px;
}
.event-card span{
  margin-top:18px;
  color:var(--blue);
  font-size:12px;
  font-weight:850;
}
.event-card h3{
  margin-top:8px;
  margin-bottom:10px;
  font-size:20px;
  line-height:1.25;
}
.event-card p{
  margin-bottom:20px;
  color:var(--muted);
  font-size:14px;
}
.detail-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:46px;
  align-items:start;
}
.detail-media{
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--white);
  box-shadow:var(--shadow);
}
.detail-media button{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  cursor:zoom-in;
}
.detail-media img{
  width:100%;
  height:auto;
}
.detail-copy{
  padding:8px 0;
}
.detail-copy h2{
  margin-bottom:18px;
  font-size:42px;
  line-height:1.12;
}
.detail-copy p{
  color:var(--muted);
  font-size:18px;
}
.fact-list{
  display:grid;
  gap:0;
  margin:28px 0;
  border-top:1px solid var(--line);
}
.fact-list div{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:20px;
  padding:16px 0;
  border-bottom:1px solid var(--line);
}
.fact-list dt{
  color:var(--muted);
  font-size:14px;
  font-weight:800;
}
.fact-list dd{
  margin:0;
  color:var(--ink);
  font-weight:800;
}
.skeleton{
  min-height:360px;
  background:
    linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.48),rgba(255,255,255,0)),
    var(--paper-2);
  background-size:220px 100%,100% 100%;
  background-repeat:no-repeat;
  animation:loading 1.3s infinite;
}
.empty{
  grid-column:1/-1;
  margin:0;
  padding:34px;
  border:1px solid var(--line);
  border-radius:8px;
  color:var(--muted);
  background:var(--white);
}
@keyframes loading{to{background-position:calc(100% + 220px) 0,0 0}}

.contact,
.contact-lite{
  background:
    linear-gradient(135deg,#080b14,#111a2f 58%,#061622);
  color:var(--white);
}
.lead-form{
  max-width:900px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  padding:34px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:var(--white);
  box-shadow:0 34px 110px rgba(0,0,0,.28);
}
.lead-form h2{
  grid-column:1/-1;
  margin:0 0 8px;
  font-size:34px;
  line-height:1.15;
}
.lead-form label{
  display:grid;
  gap:8px;
  color:var(--ink-2);
  font-size:14px;
  font-weight:800;
}
.lead-form input,
.lead-form select,
.lead-form textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  padding:13px 12px;
  color:var(--ink);
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus{
  outline:0;
  border-color:var(--blue);
  box-shadow:0 0 0 4px rgba(23,105,255,.14);
}
.lead-form textarea{resize:vertical}
.lead-form .full{grid-column:1/-1}
.form-note{
  min-height:22px;
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.form-note.success{color:#08766f}
.form-note.error{color:#c91867}
.contact-panel{
  max-width:900px;
}
.contact-panel p{
  color:rgba(255,250,242,.70);
  max-width:690px;
}
.contact-actions{margin-top:30px}
.contact .button-ghost:hover{background:rgba(255,255,255,.10)}

.site-footer{
  padding:68px max(24px,calc((100vw - var(--max))/2)) 30px;
  color:var(--white);
  background:#050711;
  border-top:1px solid rgba(255,255,255,.10);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.5fr .8fr .8fr 1fr;
  gap:34px;
}
.site-footer img{
  width:138px;
  margin-bottom:18px;
}
.site-footer h2{
  margin:0 0 14px;
  color:rgba(255,255,255,.54);
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.site-footer p,
.site-footer a{
  display:block;
  margin:0 0 9px;
  color:rgba(255,255,255,.68);
  font-size:14px;
}
.site-footer a:hover{color:var(--aqua)}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-top:46px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.40);
  font-size:13px;
}

.lightbox{
  position:fixed;
  inset:0;
  z-index:200;
  display:grid;
  place-items:center;
  padding:28px;
  background:rgba(8,8,8,.86);
}
.lightbox[hidden]{display:none}
.lightbox img{
  max-width:min(900px,94vw);
  max-height:88svh;
  border-radius:8px;
  box-shadow:0 34px 90px rgba(0,0,0,.55);
}
.lightbox button{
  position:absolute;
  inset:0;
  border:0;
  background:transparent;
  cursor:zoom-out;
}

.reveal{
  opacity:1;
  transform:none;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.reveal.in{
  opacity:1;
  transform:translateY(0);
}

@media (max-width:980px){
  .site-nav{height:68px;padding-left:18px;padding-right:18px}
  .menu-toggle{display:flex}
  .nav-links{
    position:fixed;
    left:0;
    right:0;
    top:68px;
    display:none;
    padding:10px 18px 20px;
    background:rgba(8,11,20,.98);
    color:var(--white);
    border-bottom:1px solid rgba(255,255,255,.12);
  }
  .site-nav.open .nav-links{display:grid}
  .nav-links a{min-height:48px;border-radius:6px}
  .nav-cta{margin-left:0;margin-top:6px;justify-content:center}
  .hero{min-height:88svh;padding:104px 18px 24px}
  .page-hero{
    grid-template-columns:1fr;
    padding:120px 18px 58px;
    gap:28px;
  }
  .page-hero h1{font-size:46px}
  .page-hero p:not(.kicker){font-size:18px}
  h1{font-size:62px}
  .hero-copy{font-size:20px}
  .hero-facts{grid-template-columns:repeat(2,1fr)}
  .hero-facts div{min-height:92px;padding:18px}
  .section{padding:78px 18px}
  .section-head h2,.academy-copy h2,.contact-panel h2{font-size:36px}
  .proof-layout,
  .academy{grid-template-columns:1fr}
  .proof-media img{height:430px}
  .featured-awards,
  .business-grid,
  .route-grid,
  .award-grid,
  .event-grid{grid-template-columns:repeat(2,1fr)}
  .detail-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .academy-media img{height:520px}
  .space-grid{
    grid-template-columns:1fr 1fr;
    grid-auto-rows:230px;
  }
  .space-grid figure.wide{grid-column:span 2}
  .space-grid figure.tall{grid-row:span 1}
}

@media (max-width:620px){
  .brand img{width:124px}
  h1{font-size:48px}
  .hero-content{padding-bottom:26px}
  .page-hero h1{font-size:36px}
  .page-hero figure{aspect-ratio:4/3}
  .hero-copy{font-size:18px}
  .button{width:100%}
  .hero-facts{grid-template-columns:1fr 1fr}
  .hero-facts strong{font-size:26px}
  .section-head h2,.academy-copy h2,.contact-panel h2{font-size:30px}
  .section-head p:last-child,.academy-copy p,.contact-panel p,.proof-copy p{font-size:16px}
  .proof-media img{height:330px}
  .proof-metrics,
  .featured-awards,
  .business-grid,
  .route-grid,
  .award-grid,
  .event-grid{grid-template-columns:1fr}
  .route-grid a{min-height:150px}
  .service{min-height:auto}
  .service span{margin-bottom:34px}
  .academy-media img{height:440px}
  .steps li{grid-template-columns:1fr;gap:6px}
  .space-grid{grid-template-columns:1fr;grid-auto-rows:220px}
  .space-grid figure.wide{grid-column:auto}
  .award-card h3{font-size:17px}
  .lead-form{
    grid-template-columns:1fr;
    padding:24px;
  }
  .lead-form h2{font-size:28px}
  .lead-form .full{grid-column:auto}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{display:grid}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}
