:root{--ink:#062f43;--deep:#032632;--sea:#0b7189;--aqua:#5dd6c0;--gold:#ffbd4a;--paper:#fffdf8;--cream:#fff8e9;--muted:#5f747a;--line:#dce9e7;--coral:#ff6b5f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}.shell{width:min(1080px,calc(100% - 36px));margin:auto}.top{background:linear-gradient(145deg,#032f40,#0b7189);color:#fff}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font-weight:700}.brand img{width:43px;height:43px}.nav>a:last-child{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.4);border-radius:999px;padding:10px 15px}.hero{padding:70px 0 90px}.crumbs{font-size:13px;color:#bfe0df;margin-bottom:28px}.crumbs a{color:#fff}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;color:var(--gold)}h1,h2,h3{font-family:Georgia,serif}h1{font-size:clamp(48px,8vw,82px);line-height:1;margin:12px 0 20px}.hero p{font-size:19px;line-height:1.65;color:#d2ebea;max-width:760px}.category-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:38px}.category-nav a{background:#fff;color:var(--ink);padding:17px;border-radius:18px;text-decoration:none;font-weight:800}.category-nav small{display:block;color:var(--muted);font-weight:400;margin-top:5px}.main{padding:75px 0}.intro{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:end;margin-bottom:40px}.intro h2{font-size:45px;margin:0}.intro p{color:var(--muted);line-height:1.7}.list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.pick{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:22px;border:1px solid var(--line);border-radius:21px;background:#fff}.number{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:var(--cream);color:var(--coral);font-weight:800}.pick h2,.pick h3{font-size:23px;margin:0 0 9px}.pick p{color:var(--muted);line-height:1.55;margin:0 0 13px}.pick a{color:var(--sea);font-weight:800;text-decoration:none;font-size:13px}.source{margin-top:35px;padding:22px;border-radius:18px;background:#eaf7f4;color:var(--muted);line-height:1.6}.source a{color:var(--sea)}.city-cta{margin-top:55px;padding:35px;border-radius:25px;background:var(--deep);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px}.city-cta h2{margin:0 0 8px}.city-cta p{color:#cbe0df}.button{display:inline-flex;background:var(--gold);color:var(--ink);padding:14px 19px;border-radius:999px;text-decoration:none;font-weight:800;white-space:nowrap}footer{background:var(--deep);color:#c7dddd;padding:50px 0 25px}.footer{display:flex;justify-content:space-between;gap:30px}.footer a{color:var(--gold)}@media(max-width:760px){.category-nav{grid-template-columns:1fr 1fr}.category-nav a:last-child{grid-column:1/-1}.intro,.list{grid-template-columns:1fr}.hero{padding-top:45px}.city-cta,.footer{flex-direction:column;align-items:flex-start}.pick{grid-template-columns:45px 1fr}.number{width:45px;height:45px}}
