:root{--bg:#08151b;--text:#f7f8fb;--muted:#9ca5b6;--accent:#38bdf8;--line:rgba(255,255,255,.1);--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{width:min(var(--max),calc(100% - 32px));margin:auto}
.topbar{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:74px;display:flex;align-items:center;gap:24px}.brand{font-size:1.38rem;font-weight:900;letter-spacing:-.04em}.brand i{color:var(--accent);font-style:normal}.navlinks{display:flex;gap:20px;margin-left:auto;color:var(--muted);font-size:.92rem}.navlinks a:hover{color:#fff}
.search{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:rgba(255,255,255,.03)}.search input{width:170px;border:0;outline:0;padding:10px 14px;background:transparent;color:#fff}.search button{border:0;background:var(--accent);color:#fff;font-weight:800;padding:0 14px;cursor:pointer}
.hero{padding:66px 0 34px}.eyebrow,.kicker{color:var(--accent);font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:.75rem}.hero h1{max-width:930px;margin:14px 0 20px;font-size:clamp(2.6rem,6vw,5.8rem);line-height:.93;letter-spacing:-.065em}.hero p{max-width:720px;color:var(--muted);font-size:1.12rem}
.feature{display:grid;grid-template-columns:1.3fr .8fr;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.035);margin-bottom:54px}.feature img{width:100%;height:100%;min-height:450px;object-fit:cover}.feature-copy{display:flex;flex-direction:column;justify-content:end;padding:42px}.feature h2{margin:10px 0 16px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.02;letter-spacing:-.05em}.feature p,.card p{color:var(--muted)}.meta{color:var(--muted);font-size:.84rem}
.section-head{display:flex;align-items:end;justify-content:space-between;margin:38px 0 20px}.section-head h2{margin:0;font-size:2rem;letter-spacing:-.04em}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:72px}.card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.035);transition:.2s}.card:hover{transform:translateY(-4px);border-color:var(--accent)}.card img{width:100%;aspect-ratio:16/10;object-fit:cover}.card-body{padding:22px}.card h3{margin:8px 0 12px;font-size:1.35rem;line-height:1.15;letter-spacing:-.035em}
.article{max-width:840px;margin:64px auto 100px}.article h1{margin:12px 0 20px;font-size:clamp(2.7rem,7vw,5.3rem);line-height:.96;letter-spacing:-.06em}.dek{font-size:1.3rem;color:#c8ccd5}.article .heroimg{width:calc(100% + 180px);max-height:600px;object-fit:cover;margin:38px -90px;border-radius:28px}.credit{margin:-24px 0 42px;color:var(--muted);font-size:.78rem}.article h2{margin-top:48px;font-size:2rem;letter-spacing:-.035em}.article p{font-size:1.08rem;color:#d9dde6}.empty{padding:50px;border:1px dashed var(--line);border-radius:22px;color:var(--muted)}footer{border-top:1px solid var(--line);padding:34px 0;color:var(--muted)}footer .wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:850px){.navlinks{display:none}.feature{grid-template-columns:1fr}.feature img{min-height:280px}.grid{grid-template-columns:1fr 1fr}.article .heroimg{width:100%;margin:30px 0}.credit{margin:10px 0 34px}}
@media(max-width:580px){.grid{grid-template-columns:1fr}.feature-copy{padding:26px}.search input{width:112px}.hero{padding-top:42px}}
