
:root{--ink:#12151f;--muted:#687080;--line:#e5e7eb;--paper:#fbfbf8;--card:#ffffff;--accent:#f47b3f;--accent2:#0f766e;--deep:#111827;--cream:#fff7ed}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#fffaf3 0%,#f8fafc 42%,#ffffff 100%);color:var(--ink);font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;line-height:1.6}.wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}.nav{position:sticky;top:0;z-index:20;background:rgba(255,250,243,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(17,24,39,.08)}.navrow{min-height:136px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;text-decoration:none}.logo img{height:176px;width:auto;display:block}.navlinks{display:flex;gap:24px;align-items:center}.navlinks a{color:#374151;text-decoration:none;font-size:14px;font-weight:700}.navlinks a:hover{color:var(--accent)}.hero{padding:72px 0 54px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.kicker{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent2);font-weight:900}.hero h1{font-size:clamp(44px,7vw,86px);line-height:.93;margin:14px 0 22px;letter-spacing:-.075em}.hero p{font-size:clamp(18px,2vw,22px);color:#4b5563;max-width:720px}.hero-card{position:relative;min-height:440px;border-radius:34px;overflow:hidden;background:linear-gradient(135deg,#111827,#334155);box-shadow:0 28px 70px rgba(17,24,39,.24)}.hero-card:before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.22);border-radius:24px}.hero-card img.main{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.82;filter:saturate(1.05) contrast(1.02)}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 18px;font-weight:900;text-decoration:none;border:1px solid transparent}.btn.primary{background:var(--deep);color:white}.btn.secondary{border-color:#d1d5db;color:#111827;background:white}.section{padding:58px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.section h2{font-size:clamp(30px,4vw,48px);line-height:1;margin:0;letter-spacing:-.055em}.section-head p{margin:0;color:var(--muted);max-width:480px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{position:relative;display:flex;flex-direction:column;min-height:100%;background:rgba(255,255,255,.86);border:1px solid rgba(17,24,39,.09);border-radius:24px;padding:18px;text-decoration:none;color:inherit;box-shadow:0 10px 28px rgba(17,24,39,.06);transition:.25s ease}.card:hover{transform:translateY(-4px);box-shadow:0 22px 54px rgba(17,24,39,.13);border-color:rgba(244,123,63,.28)}.thumb{aspect-ratio:16/10;border-radius:18px;overflow:hidden;background:#e5e7eb}.thumb img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.card:hover .thumb img{transform:scale(1.06)}.card h3{font-size:22px;line-height:1.08;margin:18px 0 10px;letter-spacing:-.035em}.card p{color:var(--muted);margin:0 0 20px}.byline{margin-top:auto;padding-top:16px;border-top:1px dashed #e5e7eb;color:#9a3412;font-size:13px;font-weight:900}.feature{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;background:#111827;color:white;border-radius:34px;padding:28px;overflow:hidden}.feature img{width:100%;border-radius:24px;box-shadow:0 24px 60px rgba(0,0,0,.22)}.feature h2{color:white}.feature p{color:#d1d5db}.feature .btn{background:white;color:#111827}.article-hero{padding:56px 0 22px}.article-hero h1{font-size:clamp(38px,6vw,72px);line-height:.96;letter-spacing:-.07em;margin:16px 0}.article-shell{display:grid;grid-template-columns:minmax(0,760px) 260px;gap:52px;align-items:start;padding-bottom:72px}.article{font-size:18px}.article .lead{font-size:22px;color:#4b5563}.article h2{font-size:32px;line-height:1.08;letter-spacing:-.04em;margin-top:38px}.article p{color:#374151}.note{background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12;border-radius:18px;padding:14px 16px;font-size:14px;font-weight:650}.sidebar{position:sticky;top:104px}.sidecard{background:white;border:1px solid #e5e7eb;border-radius:22px;padding:18px;box-shadow:0 10px 30px rgba(17,24,39,.06)}.sidecard img{max-width:170px}.footer{padding:38px 0;border-top:1px solid rgba(17,24,39,.08);color:#6b7280}.footer-row{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer a{color:#111827;font-weight:800;text-decoration:none}@media(max-width:860px){.hero-grid,.feature,.article-shell{grid-template-columns:1fr}.hero{padding-top:42px}.hero-card{min-height:320px}.grid{grid-template-columns:1fr}.section-head{display:block}.navlinks{gap:14px}.navrow{min-height:auto;padding:12px 0}.logo img{height:112px}.sidebar{position:static}}
