@font-face{font-family:"Instrument Sans";src:url("/instrument-sans.ttf") format("truetype");font-style:normal;font-weight:400 700;font-display:swap}
:root{--paper:#EAEBE1;--ink:#161616;--muted:#626754;--line:#c4c7b9;color-scheme:light}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:2rem}
body{margin:0;background:var(--paper);color:var(--ink);font:18px/1.65 "Instrument Sans",Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-underline-offset:5px;touch-action:manipulation}
a:focus-visible{outline:2px solid var(--ink);outline-offset:6px}
::selection{background:#ced1ba}
.wrap{width:min(1184px,calc(100% - 112px));margin-inline:auto}
.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:29px;border-bottom:1px solid var(--line)}
.brand{display:inline-flex;align-items:center;gap:15px;text-decoration:none;font-size:24px;font-weight:500;letter-spacing:-.04em}
.brand img{object-fit:contain;flex-shrink:0}
nav{display:flex;align-items:center;gap:32px;font-size:15px}
nav a{text-decoration:none}
nav a:hover{text-decoration:underline}
.nav-apply{display:inline-flex;gap:16px;align-items:center;white-space:nowrap}
.hero{padding-block:57px 70px}
.eyebrow{font-size:13px;font-weight:500;letter-spacing:.07em;line-height:1.6;margin:0}
.hero h1{font-size:clamp(58px,7.6vw,108px);font-weight:400;line-height:1.03;letter-spacing:-.055em;margin:31px 0 39px;max-width:1150px}
.hero h1 span{color:#696d5c}
.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:50px}
.hero-intro{font-size:25px;line-height:1.5;letter-spacing:-.025em;margin:0;max-width:700px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;min-width:160px;min-height:56px;padding:14px 22px;border:1px solid var(--ink);border-radius:3px;background:var(--ink);color:var(--paper);font-size:16px;font-weight:500;text-decoration:none;line-height:1.5;transition:background .15s;flex-shrink:0}
.button:hover{background:#35382e}
.section-row{display:grid;grid-template-columns:1fr 1.8fr;gap:72px;padding-block:64px;border-top:1px solid var(--line)}
.section-label{display:flex;align-items:baseline;gap:21px}
.section-number{font-size:13px;color:var(--muted);font-variant-numeric:tabular-nums}
.section-label h2{font-size:23px;line-height:1.35;letter-spacing:-.025em;font-weight:400;margin:0}
.section-content{max-width:760px;min-width:0}
.section-content p{margin:0 0 24px}
.section-content p:last-child{margin-bottom:0}
.section-content .large-copy{font-size:29px;line-height:1.4;letter-spacing:-.03em;margin-bottom:31px}
.thesis-item{margin-bottom:28px}
.thesis-item h3{font-size:21px;font-weight:500;letter-spacing:-.025em;line-height:1.4;margin:0 0 10px}
.thesis-item p{font-size:17px}
.offer-specs{margin:0}
.offer-specs>div{display:grid;grid-template-columns:155px 1fr;gap:25px;padding-block:22px;border-bottom:1px solid var(--line)}
.offer-specs>div:first-child{padding-top:0}
.offer-specs dt{font-size:16px;font-weight:500;line-height:1.55}
.offer-specs dd{font-size:17px;margin:0}
.apply-row{display:flex;align-items:center;gap:27px;margin-top:32px}
.apply-row p{font-size:15px;color:var(--muted);line-height:1.6;margin:0}
.site-footer{padding-block:32px 28px;border-top:1px solid var(--line)}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:25px}
.footer-top .brand{font-size:21px}
.footer-top p{font-size:14px;margin:0}
.footer-bottom{margin-top:26px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:30px;color:var(--muted);font-size:13px}
.footer-bottom p{margin:0}
.footer-bottom>a{flex-shrink:0}
.skip-link{position:fixed;top:-100px;left:20px;z-index:100;padding:12px 18px;color:white;background:var(--ink)}
.skip-link:focus{top:20px}
@media(max-width:1100px){.wrap{width:calc(100% - 72px)}.hero-bottom{align-items:flex-start;flex-direction:column;gap:26px}.section-row{grid-template-columns:1fr 2fr;gap:40px}.hero h1{font-size:clamp(58px,8.5vw,100px)}.offer-specs>div{grid-template-columns:125px 1fr;gap:20px}}
@media(max-width:760px){body{font-size:17px}.wrap{width:calc(100% - 40px)}.site-header{padding-block:23px;gap:16px}.brand{font-size:21px;gap:10px}.brand img{width:33px;height:24px}nav>a:not(.nav-apply){display:none}nav{font-size:14px}.nav-apply{gap:9px}.hero{padding-block:38px 43px}.eyebrow{font-size:12px;letter-spacing:.035em}.hero h1{font-size:clamp(46px,8.8vw,72px);line-height:1.08;margin:25px 0 28px;letter-spacing:-.05em}.hero-intro{font-size:21px;max-width:530px}.hero-bottom{gap:24px}.section-row{display:block;padding-block:39px}.section-label{margin-bottom:27px;gap:15px}.section-label h2{font-size:22px}.section-label h2 br{display:none}.section-label h2 br::after{content:" "}.section-content .large-copy{font-size:25px;margin-bottom:26px}.thesis-item h3{font-size:20px}.thesis-item{margin-bottom:25px}.offer-specs>div{display:block;padding-block:19px}.offer-specs dt{margin-bottom:7px}.apply-row{align-items:flex-start;flex-direction:column;gap:18px;margin-top:28px}.footer-top,.footer-bottom{align-items:flex-start;flex-direction:column;gap:17px}.footer-bottom{margin-top:21px;font-size:13px}.site-footer{padding-block:28px}}
@media(max-width:380px){.site-header{gap:12px}.site-header .brand{font-size:18px;gap:8px}.nav-apply{font-size:13px;gap:5px}.site-header .brand img{width:25px}.hero h1{font-size:43px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
