body{margin:0;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;background:#f3f0ea;color:#202734;line-height:1.72}.top{display:flex;justify-content:space-between;align-items:center;padding:18px 5vw;background:#1e3550;color:#fff;position:sticky;top:0;z-index:3}.brand{color:#fff;text-decoration:none;font-weight:800;letter-spacing:.03em}.nav{max-width:520px}.nav summary{cursor:pointer;background:#f2c16b;color:#1e3550;padding:8px 12px;border-radius:999px;font-weight:800}.nav ul{position:absolute;right:5vw;background:#fff;color:#1e3550;border:1px solid #d8cfc1;border-radius:18px;padding:16px 24px;box-shadow:0 20px 60px #0003}.nav a{color:#1e3550}.hero{display:grid;grid-template-columns:1fr;gap:26px;max-width:1120px;margin:36px auto 22px;padding:0 5vw}.hero img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:28px;box-shadow:0 22px 70px #1e355033}.hero div{background:#fff;border-left:10px solid #f2c16b;padding:28px;border-radius:22px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#966b1d;font-size:.82rem;font-weight:800}h1{font-size:clamp(2rem,5vw,4.3rem);line-height:1.03;margin:0 0 14px}h2{margin-top:42px;color:#1e3550;font-size:1.75rem}h3{color:#7a4b18}.article{max-width:860px;margin:0 auto 48px;background:#fff;padding:28px 5vw;border-radius:28px;box-shadow:0 12px 50px #1e355016}.article p{font-size:1.075rem}.article a{color:#a04d17;font-weight:800}.article figure{margin:42px 0;background:#f7ead4;padding:14px;border-radius:22px}.article figure img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:16px}figcaption{font-size:.92rem;color:#5a4b3d}footer{background:#16263a;color:#f7ead4;padding:36px 5vw;text-align:center}footer a{color:#f2c16b;margin:0 10px;font-weight:800}@media(min-width:900px){.hero{grid-template-columns:1.25fr .85fr;align-items:end}.hero div{margin-left:-80px;margin-bottom:34px}}