:root {
  --forest: #123f31;
  --forest-2: #205d48;
  --lime: #d7f06a;
  --paper: #f7f5ee;
  --white: #fff;
  --ink: #173028;
  --muted: #627169;
  --line: #dce2dc;
  --amber: #fff3cd;
  --amber-ink: #6d4d00;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 20; padding: .7rem 1rem; color: var(--white); background: var(--forest); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.license { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem clamp(1rem, 5vw, 4rem); color: #d9eee6; background: #092c21; font-size: .82rem; }
.license a { font-weight: 750; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem clamp(1rem, 5vw, 4rem); color: var(--white); background: var(--forest); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 850; text-decoration: none; }
.brand-mark { display: grid; width: 2.2rem; height: 2.2rem; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: .7rem; color: var(--lime); }
.site-header nav { display: flex; align-items: center; gap: 1rem; }
.site-header nav a { text-decoration: none; font-weight: 700; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .75rem 1.1rem; border-radius: .65rem; color: #102c22; background: var(--lime); font-weight: 850; text-decoration: none; }
.button.secondary { color: var(--forest); background: var(--white); border: 1px solid var(--line); }
.watch-hero { padding: clamp(3.5rem, 8vw, 7rem) clamp(1rem, 7vw, 7rem); color: var(--white); background: radial-gradient(circle at 85% 10%, rgba(215,240,106,.22), transparent 28%), var(--forest); }
.watch-hero .inner, main > .inner { width: min(1120px, 100%); margin: 0 auto; }
.eyebrow { margin-bottom: .8rem; color: #bad6cc; font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.watch-hero h1, .detail-hero h1 { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 7vw, 5.8rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.watch-hero p { max-width: 760px; margin: 1.25rem 0 1.8rem; color: #d9eee6; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.snapshot-bar { padding: .9rem 1rem; border-bottom: 1px solid var(--line); background: var(--white); text-align: center; font-size: .92rem; }
.region-list { padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 5vw, 4rem); }
.region { margin-bottom: 3.5rem; }
.region-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.region-head h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 500; }
.region-head p { margin: 0; color: var(--muted); }
.listing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.listing-card { display: flex; flex-direction: column; min-height: 285px; padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); box-shadow: 0 15px 35px rgba(18,63,49,.06); }
.status { display: inline-flex; align-items: center; align-self: flex-start; gap: .4rem; padding: .3rem .55rem; border-radius: 999px; color: #1b513f; background: #e3f3eb; font-size: .75rem; font-weight: 850; text-transform: uppercase; }
.status::before { width: .45rem; height: .45rem; border-radius: 50%; background: #2a8a63; content: ""; }
.listing-card h3 { margin: 1rem 0 .45rem; font-size: clamp(1.25rem, 3vw, 1.6rem); line-height: 1.2; }
.listing-card p { margin: 0 0 .75rem; color: var(--muted); }
.listing-card .card-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: auto; padding-top: 1rem; }
.text-link { color: var(--forest-2); font-weight: 800; text-underline-offset: .2em; }
.detail-main { padding: clamp(2.5rem, 7vw, 6rem) clamp(1rem, 5vw, 4rem); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .7fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: start; }
.detail-hero h1 { color: var(--forest); font-size: clamp(2.5rem, 6vw, 5rem); }
.detail-hero .region-name { margin: 1rem 0; color: var(--muted); font-size: 1.08rem; }
.freshness { margin: 1.5rem 0; padding: 1rem; border: 1px solid #d8c67a; border-radius: .8rem; color: var(--amber-ink); background: var(--amber); }
.freshness strong { display: block; margin-bottom: .2rem; }
.checklist { margin: 2rem 0; padding: 0; list-style: none; counter-reset: checks; }
.checklist li { position: relative; margin: 0 0 1rem; padding: 1rem 1rem 1rem 3.5rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--white); }
.checklist li::before { position: absolute; top: 1rem; left: 1rem; display: grid; width: 1.8rem; height: 1.8rem; place-items: center; border-radius: 50%; color: var(--white); background: var(--forest); counter-increment: checks; content: counter(checks); font-weight: 850; }
.side-card { position: sticky; top: 1rem; padding: 1.35rem; border-radius: 1rem; color: var(--white); background: var(--forest); box-shadow: 0 20px 45px rgba(18,63,49,.18); }
.side-card h2 { margin: 0 0 .65rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 500; }
.side-card p { color: #d9eee6; }
.side-card .button { width: 100%; margin: .5rem 0 .8rem; }
.source-box, .disclaimer { margin-top: 1.5rem; padding: 1.1rem; border-left: 4px solid var(--forest-2); background: #eef3ef; }
.source-box p, .disclaimer p { margin: .35rem 0; }
.disclaimer { color: #44534c; font-size: .9rem; }
footer { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 2.5rem clamp(1rem, 5vw, 4rem); color: #d9eee6; background: #092c21; font-size: .88rem; }
footer strong { display: block; color: var(--white); }
footer a { color: var(--white); }
.expired .status { color: #684b00; background: #fff0bd; }
.expired .status::before { background: #c78b00; }
.guide-main { padding: clamp(2.5rem, 7vw, 6rem) clamp(1rem, 5vw, 4rem); }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .62fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: start; }
.guide-article { max-width: 780px; }
.guide-article h1 { margin: 0 0 1rem; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.guide-article h2 { margin: 2.5rem 0 .65rem; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 3.5vw, 2.35rem); font-weight: 500; line-height: 1.15; }
.guide-article h3 { margin: 1.5rem 0 .4rem; }
.guide-article p, .guide-article li { font-size: 1.04rem; }
.guide-article .dek { color: var(--muted); font-size: 1.2rem; }
.byline { margin: 1.25rem 0 2rem; padding: .85rem 1rem; border-left: 4px solid var(--forest-2); background: #eef3ef; color: #44534c; }
.guide-article ul { padding-left: 1.35rem; }
.guide-article li { margin-bottom: .55rem; }
.timeline { display: grid; gap: .75rem; margin: 1.25rem 0 2rem; }
.timeline article { padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--white); }
.timeline strong { display: block; color: var(--forest); }
.faq { padding: 1rem 0; border-top: 1px solid var(--line); }
.faq h3 { margin-top: 0; }
.source-list { padding: 1.1rem 1.1rem 1.1rem 2.25rem; border-radius: .8rem; background: #eef3ef; }

@media (max-width: 760px) {
  .license { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .site-header { align-items: flex-start; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .brand { max-width: 190px; font-size: .9rem; }
  .listing-grid, .detail-layout, .guide-layout, footer { grid-template-columns: 1fr; }
  .region-head { align-items: flex-start; flex-direction: column; }
  .side-card { position: static; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
