@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{font-family:'DM Sans',sans-serif;color:#263622;background:#f3f1e7;font-synthesis:none;font-size:16px}
*{box-sizing:border-box}
html{background:#f3f1e7}
body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 78% 24%,#e5ead3 0,transparent 34%),#f3f1e7}
a{-webkit-tap-highlight-color:transparent}
a:focus-visible,video:focus-visible{outline:3px solid #81973f;outline-offset:5px}
header{width:100%;max-width:1600px;margin:0 auto;height:102px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d5d8c8}
.brand{position:relative;display:block;flex-shrink:0;width:180px;aspect-ratio:1470/543;overflow:hidden;color:inherit;text-decoration:none}
.brand img{position:absolute;display:block;width:120.6803%;max-width:none;height:auto;left:-10.4082%;top:-34.4383%;clip-path:polygon(0 0,100% 0,100% 73%,41.5% 73%,41.5% 100%,0 100%)}
.eyebrow{font-size:.75rem;letter-spacing:2px;font-weight:600}
.eyebrow b{letter-spacing:1px;font-size:.625rem;border:1px solid #77856b;border-radius:20px;padding:5px 9px;margin-left:15px;font-weight:500}
main{width:100%;max-width:1180px;margin:0 auto;padding:72px 5% 78px;flex:1}
.intro{text-align:center;max-width:820px;margin:0 auto 42px}
.kicker{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 22px;color:#627153;font-size:.75rem;font-weight:600;letter-spacing:2px}
.kicker span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#748957}
h1{margin:0;font:600 clamp(2.5rem,6vw,4.8rem)/1.02 Manrope,sans-serif;letter-spacing:-.055em;color:#263622}
h1 em{font-style:normal;color:#879d48}
.subtitle{max-width:650px;margin:24px auto 0;font-size:1.125rem;line-height:1.65;color:#69725f}
.video-section{display:flex;flex-direction:column;align-items:center}
.video-frame{width:100%;padding:10px;background:#f8f6ee;border:1px solid #cdd3c0;box-shadow:0 24px 70px rgba(38,54,34,.14)}
video{display:block;width:100%;height:auto;max-height:72vh;aspect-ratio:910/512;background:#182015;object-fit:contain}
.pilot-link{display:inline-flex;align-items:center;gap:20px;margin-top:32px;padding:16px 22px;border:1px solid #879378;border-radius:2px;color:#354d29;text-decoration:none;font-size:.8125rem;font-weight:600;letter-spacing:1.2px;transition:background .2s,color .2s,border-color .2s}
.pilot-link:hover{background:#354d29;border-color:#354d29;color:#f8f6ed}
.pilot-link span{font-size:1.2rem;line-height:1}
footer{width:100%;max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;padding:24px 5%;font-size:.6875rem;color:#7b8373;border-top:1px solid #d5d8c8}
@media(max-width:760px){header{height:78px;padding:0 6%}.brand{width:136px}.eyebrow{font-size:.625rem;letter-spacing:1px}.eyebrow b{margin-left:5px;font-size:.5625rem}main{padding:48px 5% 58px}.intro{margin-bottom:30px}.kicker{font-size:.6875rem;letter-spacing:1.4px;margin-bottom:18px}h1{font-size:clamp(2.35rem,12vw,3.6rem);letter-spacing:-.05em}.subtitle{margin-top:18px;font-size:1rem;line-height:1.55}.video-frame{padding:5px}.pilot-link{width:100%;justify-content:space-between;margin-top:24px;padding:15px 17px;font-size:.75rem}footer{font-size:.625rem;gap:16px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
