:root{--ink:#102737;--muted:#627784;--paper:#f3f6f4;--white:#fff;--aqua:#83d2ce;--sun:#f5c56b;--line:#d7e1de}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}body{margin:0;min-height:100vh;display:flex;flex-direction:column}header,footer,main{width:min(1120px,calc(100% - 40px));margin:auto}header{height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-size:19px;font-weight:750;letter-spacing:.02em;color:var(--ink);text-decoration:none}.brand span{color:#3b9f9a;margin-right:6px}nav{display:flex;gap:28px}nav a,footer a{color:var(--muted);text-decoration:none;font-size:14px}nav a:hover,nav a.active,footer a:hover{color:var(--ink)}main{flex:1}.hero{min-height:570px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.2em;color:#3d9793;margin:0 0 20px}h1{font-family:Georgia,serif;font-size:clamp(44px,7vw,78px);line-height:1.02;letter-spacing:-.035em;margin:0 0 25px;font-weight:500}h2{font-family:Georgia,serif;font-weight:500}.lead{font-size:20px;line-height:1.65;color:var(--muted);max-width:650px}.button{display:inline-block;margin-top:20px;padding:14px 21px;background:var(--ink);color:white;border-radius:2px;text-decoration:none;font-size:14px;font-weight:700}.sky{height:390px;position:relative;overflow:hidden;border-radius:52% 48% 48% 52% / 58% 50% 50% 42%;background:linear-gradient(#8fd3dd,#d8ebe9 60%,#f4c477);box-shadow:0 30px 80px #5d918944}.sky:after{content:"";position:absolute;width:70px;height:70px;border-radius:50%;background:#fff0b8;right:72px;top:66px;box-shadow:0 0 45px #fff0b8}.sky i{position:absolute;display:block;background:#f9fbf9cc;border-radius:60px;filter:blur(1px)}.sky i:nth-child(1){width:260px;height:58px;left:-40px;top:116px}.sky i:nth-child(2){width:210px;height:48px;right:-35px;top:210px}.sky i:nth-child(3){width:150px;height:40px;left:100px;top:285px}.sky b{position:absolute;inset:auto 0 0;height:90px;background:linear-gradient(transparent,#355d6766)}.grid,.guide{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-bottom:80px}.grid article,.guide article{background:var(--paper);padding:34px}.number,time{font-size:11px;letter-spacing:.15em;color:#3d9793}.grid h2,.guide h2{font-size:25px}.grid p,.guide p,.notes p,.page>p{color:var(--muted);line-height:1.7}.page{padding:90px 0}.page h1{font-size:clamp(42px,6vw,68px)}.notes{margin-top:55px;border-top:1px solid var(--line)}.notes article{padding:34px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:210px 1fr 1.2fr;gap:30px;align-items:start}.notes h2{margin:0;font-size:25px}.notes p{margin:0}.guide{grid-template-columns:repeat(2,1fr);margin-top:55px;margin-bottom:30px}.aside{font-size:13px}.narrow{max-width:760px;margin-left:auto;margin-right:auto}.narrow>p:not(.eyebrow){font-size:18px}footer{min-height:90px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px}@media(max-width:760px){header{height:auto;padding:24px 0;align-items:flex-start;gap:22px}nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.hero{grid-template-columns:1fr;padding:70px 0;min-height:auto}.sky{height:280px;grid-row:1}.grid,.guide{grid-template-columns:1fr}.notes article{grid-template-columns:1fr;gap:10px}.page{padding:65px 0}footer{gap:15px}.lead{font-size:18px}}
