@font-face{font-family: 'Barlow';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/homepage/fonts/barlow-400.woff2') format('woff2')}
@font-face{font-family: 'Barlow';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/homepage/fonts/barlow-500.woff2') format('woff2')}
@font-face{font-family: 'Barlow';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/homepage/fonts/barlow-600.woff2') format('woff2')}
@font-face{font-family: 'Barlow';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/homepage/fonts/barlow-700.woff2') format('woff2')}
@font-face{font-family: 'Barlow';font-style:normal;font-weight:800;font-display:swap;src:url('/assets/homepage/fonts/barlow-800.woff2') format('woff2')}

:root{--black:#000;--white:#fff;--red:#cc0100;--soft:#f2f2f2;--gray:#606060;--line:#d7d7d7;--max:1120px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--black);font-family: 'Barlow',Arial,sans-serif;font-size:18px;line-height:1.5;text-rendering:optimizeLegibility}
img{display:block;max-width:100%}
a{color:inherit}
[hidden]{display:none!important}
.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;z-index:1000;top:10px;left:10px;padding:10px 14px;background:var(--white);color:var(--black);transform:translateY(-150%)}
.skip-link:focus{transform:none}
.site-header{height:82px;background:var(--black);color:var(--white)}
.navigation{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;width:148px;height:54px}
.brand img{width:148px;height:54px;object-fit:contain;object-position:left center}
.navigation nav{display:flex;align-items:center;gap:30px;font-size:15px;font-weight:600}
.navigation nav a{text-decoration:none}
.navigation nav a:hover{text-decoration:underline;text-underline-offset:5px}
.hero{background:var(--black);color:var(--white);text-align:center;padding:102px 0 255px}
.hero h1{max-width:1030px;margin:0 auto;font-size:clamp(56px,6.7vw,94px);font-weight:700;letter-spacing:-.045em;line-height:.96}
.hero p{max-width:690px;margin:30px auto;color:#c6c6c6;font-size:21px}
.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border:1px solid transparent;border-radius:999px;font-size:16px;font-weight:600;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.button-primary{background:var(--red);color:var(--white)}
.button-primary:hover{background:#a90100}
.button-secondary{border-color:#777;color:var(--white)}
.button-secondary:hover{border-color:var(--white)}
.stage-section{margin-top:-175px;padding-bottom:62px}
.stage{position:relative;display:grid;grid-template-columns:1.05fr .95fr;min-height:610px;overflow:hidden;border:1px solid #d2d2d2;background:var(--white);box-shadow:0 25px 70px rgba(0,0,0,.16)}
.stage::before{position:absolute;z-index:1;top:0;bottom:0;left:0;width:8px;background:var(--red);content:''}
.stage-copy{display:flex;flex-direction:column;justify-content:center;padding:70px 62px}
.stage-copy h2{margin:0 0 42px;font-size:48px;letter-spacing:-.03em;line-height:1.02}
.starting-points{border-top:1px solid var(--black)}
.start{display:grid;grid-template-columns:1fr 28px;gap:18px;padding:24px 0;border-bottom:1px solid var(--line);text-decoration:none}
.start strong{display:block;font-size:22px}
.start span{display:block;margin-top:4px;color:var(--gray);font-size:15px}
.start b{font-size:25px;font-weight:400}
.start:hover strong{text-decoration:underline;text-underline-offset:4px}
.stage-portrait{position:relative;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:var(--black)}
.stage-portrait::after{position:absolute;right:0;bottom:0;left:0;height:8px;background:var(--red);content:''}
.stage-portrait img{width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:grayscale(100%)}
.proof-line{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.proof-item{padding:23px 28px}
.proof-item+.proof-item{border-left:1px solid var(--line)}
.proof-value{display:block;font-size:23px;font-weight:700}
.proof-label{display:block;color:var(--gray);font-size:14px}
.proof-value [data-years-since]{display:inline;color:inherit;font-size:inherit}
.routes{padding:120px 0}
.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;margin-bottom:62px}
.section-head h2,.course-copy h2,.about-copy h2{margin:0;font-size:clamp(48px,5.2vw,72px);letter-spacing:-.04em;line-height:.98}
.section-head p,.course-copy p,.about-copy p{margin:0;color:var(--gray)}
.route-list{border-top:1px solid var(--black)}
.route{display:grid;grid-template-columns:1fr 1.25fr 40px;gap:44px;align-items:center;padding:34px 0;border-bottom:1px solid var(--line);text-decoration:none}
.route h3{margin:0;font-size:27px}
.route p{margin:0;color:var(--gray);font-size:16px}
.route span{font-size:27px}
.route[href]:hover h3{text-decoration:underline;text-underline-offset:5px}
.route-detail{grid-template-columns:1fr 1.25fr;scroll-margin-top:90px}
.course-band{padding:120px 0;background:var(--soft)}
.course-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.course-art{aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:space-between;padding:48px;background:var(--red);color:var(--white)}
.course-art small{font-size:15px}
.course-art strong{max-width:420px;font-size:clamp(58px,6.6vw,94px);letter-spacing:-.055em;line-height:.86}
.course-copy h2{margin-bottom:26px}
.course-copy p{margin-bottom:30px}
.course-copy .button{background:var(--black);color:var(--white)}
.course-copy .button:hover{background:#2a2a2a}
.about{padding:120px 0}
.about-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:start}
.about-label{padding-top:10px;font-size:23px;font-weight:700}
.about-copy h2{margin-bottom:28px}
.about-copy p{max-width:700px}
.bio-facts{display:flex;gap:44px;margin-top:40px;padding-top:28px;border-top:1px solid var(--black)}
.bio-facts .proof-item{padding:0}
.bio-facts .proof-item+.proof-item{border:0}
.footer{padding:72px 0;background:var(--black);color:var(--white)}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:50px}
.footer-brand img{width:150px;height:60px;object-fit:contain;object-position:left center}
.footer-brand p{max-width:280px;color:#a8a8a8;font-size:14px}
.footer h2{margin:0 0 18px;color:#909090;font-size:15px}
.footer a{display:block;margin:9px 0;color:#e4e4e4;font-size:15px;text-decoration:none}
.footer a:hover{text-decoration:underline;text-underline-offset:4px}
:focus-visible{outline:3px solid var(--red);outline-offset:4px}
.site-header :focus-visible,.footer :focus-visible,.hero :focus-visible{outline-color:var(--white)}

@media (max-width:760px){
  body{font-size:16px}
  .container{width:min(var(--max),calc(100% - 32px))}
  .site-header{height:70px}
  .brand,.brand img{width:125px;height:48px}
  .navigation nav a:not(:first-child){display:none}
  .hero{padding:70px 0 165px}
  .hero h1{font-size:48px}
  .hero p{margin:24px auto;font-size:18px}
  .hero-actions .button{width:100%;min-height:54px}
  .stage-section{margin-top:-108px;padding-bottom:42px}
  .stage{display:flex;flex-direction:column;min-height:0}
  .stage-portrait{order:-1;height:410px}
  .stage-copy{padding:42px 28px}
  .stage-copy h2{margin-bottom:28px;font-size:37px}
  .start strong{font-size:20px}
  .proof-line{grid-template-columns:1fr}
  .proof-item{padding:17px 0}
  .proof-item+.proof-item{border-top:1px solid var(--line);border-left:0}
  .routes,.course-band,.about{padding:78px 0}
  .section-head{display:block;margin-bottom:42px}
  .section-head h2,.course-copy h2,.about-copy h2{font-size:46px}
  .section-head p{margin-top:22px}
  .route{grid-template-columns:1fr 28px;gap:14px;padding:28px 0}
  .route p{grid-column:1/3}
  .route-detail{grid-template-columns:1fr}
  .route-detail p{grid-column:1}
  .course-layout{display:flex;flex-direction:column;gap:44px}
  .course-art{width:100%;padding:32px}
  .course-art strong{font-size:66px}
  .about-layout{display:block}
  .about-label{margin-bottom:28px}
  .bio-facts{display:grid;grid-template-columns:1fr;gap:0}
  .bio-facts .proof-item+.proof-item{border-top:1px solid var(--line)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}

@media (max-width:410px){
  .hero h1{font-size:43px}
  .stage-portrait{height:350px}
  .course-art strong{font-size:60px}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
}

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