:root{color-scheme:dark;--ink:#f2f7ff;--muted:#bfd1e7;--cyan:#a5e5f4;--gold:#f6d99a;--edge:rgba(189,222,255,.2)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#071527;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;line-height:1.75}a{color:var(--cyan)}a:hover{text-decoration:none}header{border-bottom:1px solid var(--edge);background:rgba(5,16,32,.92);position:sticky;top:0;z-index:2;backdrop-filter:blur(16px)}.nav{max-width:1080px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;gap:20px}.brand{font-size:1.2rem;font-weight:800;text-decoration:none;color:#fff;letter-spacing:.04em}.brand span{color:var(--gold)}nav{display:flex;gap:20px;flex-wrap:wrap}nav a{font-size:.92rem;text-decoration:none;color:var(--muted)}nav a:hover{color:#fff}main{min-height:70vh}.hero{min-height:550px;display:flex;align-items:end;background:linear-gradient(90deg,rgba(3,12,28,.62),rgba(3,12,28,.1)),url('/assets/pegasus-sky.png') center 28%/cover no-repeat}.hero-content{max-width:1080px;width:100%;margin:0 auto;padding:70px 24px}.eyebrow{color:var(--gold);font-size:.84rem;font-weight:700;letter-spacing:.16em}.hero h1{font-size:clamp(2.5rem,6vw,5rem);line-height:1.18;max-width:760px;margin:12px 0;text-wrap:balance}.hero p{max-width:700px;color:#e0efff;font-size:clamp(1rem,2vw,1.22rem)}.wrap{max-width:1080px;margin:auto;padding:48px 24px 90px}.prose{max-width:780px}.page-title{font-size:clamp(2.1rem,5vw,3.3rem);line-height:1.25;margin:8px 0 22px}.lead{color:var(--muted);font-size:1.06rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin:32px 0}.card{background:#10233a;border:1px solid var(--edge);border-radius:22px;padding:23px}.card h2{font-size:1.25rem;margin:0 0 8px}.card p{color:var(--muted);margin:0}section{margin:34px 0}h2{font-size:1.42rem;line-height:1.35}h3{font-size:1.1rem}p,li{color:#d7e4f3}ul{padding-left:1.4em}.callout{background:#122a42;border-left:4px solid var(--cyan);border-radius:10px;padding:17px 20px}.button{display:inline-block;border-radius:999px;border:1px solid #aee9f8;background:#aee9f8;color:#07243a;font-weight:800;text-decoration:none;padding:11px 20px}.button.outline{background:transparent;color:#d3f5fd}.meta{font-size:.85rem;color:#9fb1c6}footer{border-top:1px solid var(--edge);background:#04101e;padding:28px 24px;color:var(--muted)}footer>div{max-width:1080px;margin:auto;display:flex;gap:18px;flex-wrap:wrap;justify-content:space-between}footer a{color:var(--muted);text-decoration:none}.shot{max-width:285px;width:100%;height:auto;border-radius:25px;box-shadow:0 20px 70px #0008;border:1px solid var(--edge)}.showcase{display:flex;align-items:center;gap:42px;flex-wrap:wrap}.showcase>div{flex:1 1 260px}@media(max-width:600px){.nav{align-items:flex-start;flex-direction:column;gap:5px}.hero{min-height:500px;background-position:center top}.hero-content{padding-bottom:45px}.wrap{padding-top:34px}.shot{max-width:230px}}
