:root {
  color-scheme: dark;
  --ink: #eff8fb;
  --muted: #b7cbd4;
  --line: rgba(218, 240, 246, .19);
  --ocean: #21a8d0;
  --signal: #ffc46a;
  --deep: #06172b;
  --deeper: #03101f;
  --surface: #10273c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--deeper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }

.site-header, main, footer { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 25px; letter-spacing: .02em; text-decoration: none; }
.brand-mark { color: var(--signal); font-family: Inter, sans-serif; font-size: 31px; font-weight: 500; transform: rotate(-15deg); }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
nav a { color: var(--muted); font-size: 14px; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--ink); }

.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: 1.1fr .9fr; min-height: 430px; overflow: hidden; border-radius: 28px; background: var(--deep); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 72% 20%, rgba(48, 187, 226, .5), transparent 20%), radial-gradient(circle at 92% 97%, #109fc5 0 7%, transparent 7.3%), linear-gradient(122deg, #051426 4%, #08304b 58%, #076b92 155%); }
.hero-copy { padding: 66px 38px 58px 55px; }
.eyebrow { margin: 0 0 16px; color: #bde9f8; font-size: 11px; font-weight: 600; letter-spacing: .16em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(52px, 7vw, 86px); line-height: .88; letter-spacing: -.055em; }
.intro { max-width: 440px; margin: 23px 0 28px; color: #d7eaf1; font-size: 16px; line-height: 1.55; }
.reporting-status { display: inline-flex; align-items: center; gap: 9px; margin: 0; color: #d5e5ea; font-size: 13px; }
.reporting-status span { width: 9px; height: 9px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 6px rgba(255, 196, 106, .16); }
.hero-link { display: inline-flex; gap: 9px; margin-top: 24px; color: var(--ink); font-size: 14px; font-weight: 500; text-decoration: none; }
.hero-link span { color: var(--signal); }

.hero-map { position: relative; align-self: center; min-height: 313px; margin: 35px 35px 35px 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .25); border-radius: 20px; background: linear-gradient(143deg, rgba(183, 232, 245, .18), rgba(0, 8, 18, .24)); }
.hero-map::before, .hero-map::after { content: ""; position: absolute; border: 1px solid rgba(218, 248, 255, .26); border-radius: 48% 52% 40% 60%; transform: rotate(-22deg); }
.hero-map::before { width: 370px; height: 175px; top: 65px; left: -125px; }
.hero-map::after { width: 270px; height: 350px; right: -70px; bottom: -170px; }
.map-label { position: absolute; top: 20px; left: 21px; margin: 0; color: #e4f8ff; font-size: 11px; letter-spacing: .1em; }
.map-rings { position: absolute; left: 48%; top: 50%; width: 52px; height: 52px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 50%; box-shadow: 0 0 0 12px rgba(255, 196, 106, .14), 0 0 0 36px rgba(255, 196, 106, .06); }
.anchor { position: absolute; left: calc(48% + 12px); top: calc(50% + 10px); z-index: 1; color: var(--signal); font-size: 24px; }
.map-card { position: absolute; right: 18px; bottom: 18px; padding: 12px 14px; border-radius: 12px; background: rgba(4, 20, 34, .74); font-size: 13px; }
.map-card span { display: block; margin-bottom: 3px; color: #add5e3; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.map-card strong { font-weight: 500; }

.overview { padding: 42px 0 16px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 0 3px 18px; }
.section-heading h2, .detail-card h2, .about h2 { margin: 0; font-size: 32px; letter-spacing: -.03em; }
.section-heading p { max-width: 385px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.feature-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 13px; }
.feature { min-height: 185px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: rgba(20, 46, 66, .75); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.feature:hover, .feature:focus-visible { transform: translateY(-3px); border-color: rgba(104, 208, 237, .65); }
.primary-feature { display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(125deg, rgba(22, 59, 82, .98), rgba(19, 74, 99, .85)); }
.feature-icon { color: var(--ocean); font-size: 23px; }
.feature h3 { margin: 22px 0 6px; font-size: 17px; font-weight: 500; }
.feature p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.48; }
.feature-value { margin-top: 13px !important; color: var(--ink) !important; font-size: 29px !important; font-weight: 500; letter-spacing: -.04em; }
.feature-value small { color: var(--muted); font-size: 13px; font-weight: 400; letter-spacing: 0; }

.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; padding: 26px 0 12px; }
.detail-card { min-height: 220px; padding: 25px; border-top: 1px solid var(--line); }
.detail-card h2 { margin-bottom: 13px; font-size: 25px; }
.detail-card p:not(.eyebrow), .about > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.55; }
.journal-callout { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 36px 0 4px; padding: 33px 35px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(120deg, rgba(18, 49, 70, .98), rgba(11, 87, 108, .78)); }
.journal-callout h2 { margin: 0 0 9px; font-size: 31px; letter-spacing: -.03em; }
.journal-callout p:not(.eyebrow) { max-width: 550px; margin: 0; color: #d1e6ed; font-size: 14px; line-height: 1.55; }
.journal-button { flex: 0 0 auto; padding: 12px 16px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px; color: var(--ink); font-size: 14px; text-decoration: none; }
.journal-button span { color: var(--signal); font-size: 18px; }
.about { margin: 44px 0 25px; padding: 44px 6%; border-radius: 22px; background: linear-gradient(108deg, #0a263b, #0d4b65); }
.about h2 { max-width: 630px; font-size: 39px; line-height: 1.02; }
.about > p:last-child { max-width: 550px; margin: 18px 0 0; color: #c9e0e7; }
footer { display: flex; justify-content: space-between; gap: 16px; padding: 25px 4px 38px; color: var(--muted); font-size: 12px; }
footer strong { color: var(--ink); font-weight: 500; }
footer a { color: var(--muted); }

.journal-hero { padding: 60px 8% 50px; border-radius: 26px; background: linear-gradient(125deg, #08283f, #085d7d); }
.journal-hero h1 { max-width: 590px; font-size: clamp(48px, 7vw, 82px); }
.journal-hero > p:last-child { max-width: 570px; margin: 20px 0 0; color: #d5e9f0; font-size: 16px; line-height: 1.55; }
.journal-layout { display: grid; grid-template-columns: 1.35fr .85fr; gap: 14px; padding: 28px 0 20px; }
.post-card, .comment-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: rgba(20, 46, 66, .75); }
.post-date { margin: 0 0 17px; color: var(--signal); font-size: 11px; font-weight: 600; letter-spacing: .13em; }
.post-card h2, .comment-card h2 { margin: 0 0 13px; font-size: 29px; letter-spacing: -.03em; }
.post-card > p:not(.post-date), .comment-card > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.6; }
.post-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; color: #cfe4eb; font-size: 12px; }
.post-meta span + span::before { padding-right: 12px; color: var(--signal); content: "•"; }
.comment-card { background: linear-gradient(145deg, rgba(18, 58, 80, .95), rgba(9, 37, 55, .86)); }
.comment-card button { width: 100%; margin-top: 14px; padding: 12px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 10px; background: rgba(255, 255, 255, .08); color: #abc4cf; font: inherit; }

@media (max-width: 760px) {
  .site-header { align-items: flex-start; }
  nav { max-width: 190px; gap: 8px 13px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 28px 22px; }
  .hero-map { min-height: 250px; margin: 20px 28px 28px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 10px; }
  .feature-grid, .detail-grid { grid-template-columns: 1fr; }
  .journal-callout { display: block; }
  .journal-button { display: inline-flex; margin-top: 22px; }
  .journal-layout { grid-template-columns: 1fr; }
  .feature { min-height: 145px; }
  .detail-card { min-height: 0; }
  footer { flex-direction: column; }
}

@media (max-width: 440px) {
  .site-header, main, footer { width: min(100% - 26px, 1120px); }
  .site-header { gap: 12px; }
  .brand { font-size: 21px; }
  nav { font-size: 12px; }
  h1 { font-size: 52px; }
  .about h2 { font-size: 32px; }
}
