@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#171818;--paper:#f7f7f5;--muted:#636665;--red:#d92c28;--line:#d5d7d4}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a,button,input,select,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:5px}.skip{position:fixed;top:-100px}.skip:focus{top:0;background:white;z-index:9;padding:10px}header{height:94px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px;background:var(--paper)}.brand{width:145px;height:65px;overflow:hidden;background:#000}.brand img{width:100%;height:100%;object-fit:cover;object-position:center}nav{display:flex;gap:26px;font-size:14px}nav a:hover,.text-link:hover{color:var(--red)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;background:var(--red);color:white;padding:17px 23px;font-weight:600;font-size:14px;border:0;cursor:pointer;transition:background .2s}.button:hover{background:#ad211e}.small{padding:12px 18px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:650px;padding:52px 5% 42px;gap:5%}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 28px}h1,h2,h3,.principles{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif}h1{font-size:clamp(74px,7.5vw,120px);line-height:.9;letter-spacing:-1.8px;margin:0 0 28px;font-weight:700}em{font-style:normal;color:var(--red)}.intro{font-size:20px;line-height:1.4;margin:0 0 14px}.muted{color:var(--muted);max-width:410px;margin:0 0 26px}.text-link{display:inline-flex;font-size:14px;gap:28px;margin-left:22px;border-bottom:1px solid;padding:8px 0}.hero-photo{margin:0;position:relative;min-height:580px;overflow:hidden;background:#252727}.hero-photo>img{width:100%;height:100%;object-fit:cover;position:absolute;filter:saturate(.7)}figcaption{position:absolute;bottom:0;width:100%;padding:24px;color:white;background:linear-gradient(transparent,#000b);display:flex;justify-content:space-between;font-size:11px;letter-spacing:1px}.principles{background:var(--ink);color:#fff;display:flex;justify-content:space-around;padding:23px 5%;font-size:27px;font-weight:600;letter-spacing:1px}.principles span::before{content:'+';color:var(--red);margin-right:25px}section[id]{scroll-margin-top:20px}
@media(max-width:1000px){nav{gap:14px}header{padding:0 4%}h1{font-size:85px}.hero{gap:4%}.text-link{margin:15px 0 0;display:flex;width:max-content}}@media(max-width:760px){header{height:auto;min-height:84px;flex-wrap:wrap;padding:12px 5%;gap:12px}.brand{width:110px;height:48px}nav{order:3;width:100%;overflow:auto;padding:7px 0;gap:22px;white-space:nowrap}.hero{grid-template-columns:1fr;padding-top:35px}.hero-copy{padding-bottom:15px}h1{font-size:clamp(70px,19vw,110px)}.hero-photo{min-height:440px}.principles{flex-wrap:wrap;font-size:20px;gap:12px}.principles span::before{margin-right:8px}.eyebrow{margin-bottom:22px}.intro{font-size:19px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
