
:root{--ink:#15222b;--muted:#65737d;--blue:#0d5d77;--blue-dark:#073f52;--sky:#eaf6f8;--gold:#efad42;--cream:#fbfaf6;--line:#dce5e7;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,78px);background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:40px;height:40px;border-radius:13px;background:var(--blue);color:white;display:grid;place-items:center;font-family:Georgia,serif;font-weight:700;font-size:23px;box-shadow:inset 0 -4px 0 rgba(0,0,0,.12)}.brand strong,.brand small{display:block}.brand strong{font-size:17px}.brand small{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);margin-top:2px}.site-header nav{display:flex;gap:34px;font-size:14px;font-weight:700}.site-header nav a:hover{color:var(--blue)}.header-cta,.primary,.light-button{background:var(--blue);color:white;border-radius:10px;padding:13px 19px;font-weight:800;font-size:14px;display:inline-flex;align-items:center;justify-content:center}.hero{min-height:620px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:7vw;align-items:center;padding:70px clamp(24px,7vw,110px);background:radial-gradient(circle at 82% 18%,#d5edf1 0,transparent 30%),linear-gradient(135deg,#fbfaf6 55%,#eef8f8)}.eyebrow{display:inline-block;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.17em;text-transform:uppercase;margin-bottom:16px}.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(54px,6.5vw,94px);line-height:.98;letter-spacing:-.055em;margin:0;max-width:850px}.hero h1 em{color:var(--blue);font-style:italic}.hero-copy>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:690px;margin:26px 0}.hero-actions{display:flex;gap:14px;align-items:center}.primary{padding:15px 22px}.primary:hover,.header-cta:hover{background:var(--blue-dark)}.secondary{font-weight:800;font-size:14px;padding:14px}.location-row{display:flex;flex-wrap:wrap;gap:20px;margin-top:34px;color:#76848c;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.location-row span::first-letter{color:var(--gold)}.morning-card{background:white;border:1px solid #d5e3e5;border-radius:24px;padding:24px;box-shadow:0 24px 70px rgba(13,66,80,.16);transform:rotate(1.5deg)}.card-top{display:flex;justify-content:space-between;color:#7b8991;font-size:10px;font-weight:900;letter-spacing:.15em}.live-dot{color:#18815f}.weather-row{display:flex;justify-content:space-between;align-items:center;padding:30px 4px 22px;border-bottom:1px solid var(--line)}.weather-row strong,.weather-row span{display:block}.weather-row strong{font-family:Georgia,serif;font-size:32px}.weather-row span{color:var(--muted);margin-top:5px}.sun{font-size:52px}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.quick-grid a{display:flex;align-items:center;gap:10px;background:#f5f8f8;border-radius:12px;padding:13px;font-size:12px;font-weight:800}.quick-grid b{font-size:20px}.update-note{text-align:center;color:#87939a;font-size:10px;margin:18px 0 0}.ticker{display:flex;gap:42px;align-items:center;padding:15px clamp(24px,7vw,110px);background:var(--blue);color:white;white-space:nowrap;overflow:hidden;font-size:12px;font-weight:700}.ticker strong{color:#ffd17a;letter-spacing:.14em}.section{padding:95px clamp(24px,7vw,110px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.section-heading h2,.weekend h2,.submit h2{font-family:Georgia,serif;font-size:clamp(36px,4vw,55px);letter-spacing:-.035em;margin:0}.section-heading>p{max-width:380px;color:var(--muted);line-height:1.6}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{background:white;border:1px solid var(--line);border-radius:16px;min-height:112px;padding:18px;display:flex;align-items:center;gap:13px;transition:.2s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 14px 35px rgba(20,61,71,.1);border-color:#b7d1d6}.category-icon{background:var(--card-color);width:46px;height:46px;border-radius:13px;display:grid;place-items:center;font-size:22px;flex:none}.category-card h3{font-size:15px;margin:0 0 5px}.category-card p{font-size:11px;color:var(--muted);margin:0}.arrow{margin-left:auto;color:var(--blue);font-weight:900}.today{background:white}.date-pill{border:1px solid var(--line);border-radius:100px;padding:9px 14px;color:var(--muted);font-size:11px;font-weight:800}.story-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:16px}.featured-story{grid-row:span 2;min-height:360px;border-radius:22px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(155deg,rgba(3,43,57,.35),rgba(3,43,57,.95)),linear-gradient(45deg,#377a89,#9cc4c4);color:white}.story-label{font-size:10px;letter-spacing:.15em;font-weight:900}.featured-story h3{font:700 39px/1.05 Georgia,serif;margin:0 0 12px}.featured-story p{max-width:520px;line-height:1.6;color:#d8e9ec}.featured-story a,.mini-story a{font-size:12px;font-weight:900}.mini-story{border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;align-items:center;gap:19px}.mini-story>span{font-size:38px}.mini-story small{color:var(--blue);font-weight:900;letter-spacing:.14em}.mini-story h3{margin:6px 0 13px}.weekend{background:var(--blue-dark);color:white;display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.eyebrow.light{color:#8ed3df}.weekend h2{font-size:clamp(48px,5vw,72px);line-height:1}.weekend>div>p{line-height:1.7;color:#bdd3d8;max-width:520px;margin:25px 0}.light-button{background:white;color:var(--blue-dark)}.weekend-list>div{display:flex;gap:22px;align-items:center;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.2)}.weekend-list b{font:italic 30px Georgia,serif;color:#63b3c2}.weekend-list span{font-size:18px;font-weight:800}.weekend-list small{display:block;color:#8ed3df;font-size:9px;letter-spacing:.18em;margin-bottom:5px}.submit{display:flex;justify-content:space-between;align-items:center;gap:40px}.submit>div{max-width:760px}.submit p{color:var(--muted);line-height:1.7}.submit .primary{flex:none}footer{background:#111f27;color:white;padding:45px clamp(24px,7vw,110px);display:flex;align-items:center;justify-content:space-between;gap:30px}footer p{color:#94a7af;font-size:12px}
@media(max-width:980px){.site-header nav{display:none}.hero{grid-template-columns:1fr;gap:45px}.morning-card{max-width:600px;transform:none}.category-grid{grid-template-columns:repeat(3,1fr)}.weekend{gap:50px}}
@media(max-width:720px){.site-header{height:70px;padding:0 18px}.header-cta{display:none}.hero{padding:52px 20px}.hero h1{font-size:52px}.hero-copy>p{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column}.secondary{text-align:center}.location-row{gap:10px 16px}.ticker{padding-left:20px;gap:28px}.section{padding:70px 20px}.section-heading{align-items:flex-start;flex-direction:column;margin-bottom:26px}.section-heading>p{margin:0}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{padding:13px;min-height:94px}.category-icon{width:40px;height:40px}.arrow{display:none}.story-grid{grid-template-columns:1fr}.featured-story{grid-row:auto;min-height:390px}.weekend{grid-template-columns:1fr}.submit{align-items:flex-start;flex-direction:column}.submit .primary{width:100%}footer{align-items:flex-start;flex-direction:column}}
@media(max-width:430px){.category-grid{grid-template-columns:1fr}.category-card{min-height:78px}.morning-card{padding:18px}.quick-grid{gap:8px}.hero h1{font-size:47px}}

button.category-card{width:100%;text-align:left;color:inherit;font:inherit;cursor:pointer}.category-copy{display:block}.category-copy strong,.category-copy small{display:block}.category-copy strong{font-size:15px;margin-bottom:5px}.category-copy small{font-size:11px;color:var(--muted)}dialog{width:min(92vw,520px);border:0;border-radius:24px;padding:38px;box-shadow:0 30px 90px rgba(3,40,53,.3);color:var(--ink)}dialog::backdrop{background:rgba(4,28,37,.7);backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:16px;top:12px;width:36px;height:36px;border:0;border-radius:50%;font-size:24px;background:#eef4f5;cursor:pointer}.dialog-icon{font-size:45px}.dialog-note{background:var(--sky);border-radius:12px;padding:14px;margin:20px 0;color:var(--blue-dark);font-size:13px;line-height:1.5}.dialog-link{width:100%}
