:root {
  --ink: #0b1412;
  --paper: #eee9dd;
  --paper-2: #e4dece;
  --red: #d2382e;
  --red-dark: #8d251f;
  --gold: #c6a66a;
  --jade: #244f46;
  --line: rgba(11, 20, 18, .18);
  --serif: 'Noto Serif CJK SC', 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', serif;
  --sans: 'Noto Sans CJK SC', 'Noto Sans SC', 'Source Han Sans SC', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { color: white; background: var(--red); }

.grain { position: fixed; inset: 0; z-index: 1000; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 22px 4vw; color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: flex; align-items: center; gap: 11px; width: max-content; font-size: 14px; font-weight: 700; line-height: 1.1; letter-spacing: .18em; }
.brand em { font-size: 8px; font-style: normal; letter-spacing: .4em; opacity: .6; }
.brand-mark, .footer-mark { display: grid; place-items: center; width: 40px; height: 40px; color: white; background: var(--red); font-family: var(--serif); font-size: 24px; }
.nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-size: 13px; }
.nav a { opacity: .72; transition: .25s ease; }
.nav a:hover { opacity: 1; color: #f0c88b; }
.header-cta { justify-self: end; padding: 10px 0; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.6); }
.header-cta span { color: #f0c88b; margin-left: 10px; }
.menu-toggle { display: none; background: none; border: 0; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: white; background: #0a1110; }
.hero-bg { position: absolute; inset: 0; background-image: url('assets/zunyi-hero.png'); background-size: cover; background-position: center; transform: scale(1.02); animation: heroIn 2s cubic-bezier(.2,.7,.2,1) both; }
.hero.mist .hero-bg { filter: saturate(.65) contrast(1.08); transform: scale(1.05); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,11,10,.88) 0%, rgba(4,11,10,.45) 45%, rgba(4,11,10,.05) 75%), linear-gradient(0deg, rgba(4,9,8,.78), transparent 45%); }
.hero-content { position: relative; z-index: 2; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 120px 6vw 80px; }
.eyebrow, .section-kicker { margin: 0 0 28px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .34em; text-transform: uppercase; }
.eyebrow { color: #e8c28a; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(80px, 13.5vw, 210px); font-weight: 900; letter-spacing: -.1em; line-height: .72; }
.hero h1 span:first-child { color: #fff; }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.75); }
.hero-lead { margin: 42px 0 30px; padding-left: 4px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: clamp(14px, 1.2vw, 18px); line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 210px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.25); font-size: 13px; }
.button.primary { border-color: var(--red); background: var(--red); }
.button.primary:hover { background: #ea4439; }
.sound-toggle { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); background: none; border: 0; cursor: pointer; font-size: 11px; }
.sound-bars { display: flex; align-items: center; gap: 2px; height: 18px; }
.sound-bars i { width: 1px; height: 6px; background: #e8c28a; animation: bars 1s infinite alternate paused; }
.sound-bars i:nth-child(2) { height: 13px; animation-delay: -.4s; }.sound-bars i:nth-child(3) { height: 9px; animation-delay: -.7s; }.sound-bars i:nth-child(4) { height: 16px; animation-delay: -.2s; }
.sound-toggle.active i { animation-play-state: running; }
.hero-facts { position: absolute; z-index: 3; right: 4vw; bottom: 4vw; display: flex; color: white; border-top: 1px solid rgba(255,255,255,.3); }
.hero-facts div { min-width: 130px; padding: 18px 20px 0; border-left: 1px solid rgba(255,255,255,.17); }
.hero-facts strong { display: block; color: #f5d49f; font-family: var(--serif); font-size: 30px; }
.hero-facts span { color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .12em; }
.scroll-hint { position: absolute; z-index: 3; left: 3vw; bottom: 26px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .2em; transform: rotate(-90deg); transform-origin: left; }
.scroll-hint span { width: 36px; height: 1px; background: currentColor; }

.section { padding: 120px max(5vw, 24px); }
.display-title { margin: 0; font-family: var(--serif); font-size: clamp(48px, 7vw, 108px); font-weight: 900; letter-spacing: -.06em; line-height: 1.04; }
.display-title span { color: var(--red); }
.display-title.light { color: #eee9dd; }.display-title.light span { color: #d65a4e; }
.section-kicker.light { color: #c7aa77; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: end; }
.intro-copy { max-width: 650px; padding-bottom: 6px; }
.intro-copy p { color: #4c5652; font-size: 14px; line-height: 2; }
.intro-copy .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(18px, 2vw, 26px); line-height: 1.75; }
.intro-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.intro-tags span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 99px; font-size: 10px; letter-spacing: .12em; }
.identity-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 90px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.identity-strip article { position: relative; padding: 36px 42px 42px 0; }
.identity-strip article + article { padding-left: 42px; border-left: 1px solid var(--line); }
.identity-strip span { color: var(--red); font-size: 10px; }
.identity-strip h3 { margin: 35px 0 12px; font-family: var(--serif); font-size: 24px; }
.identity-strip p { max-width: 320px; margin: 0; color: #65706c; font-size: 12px; line-height: 1.8; }

.history { color: rgba(255,255,255,.68); background: #0b1613; }
.history-head, .counties-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.history-note { max-width: 260px; font-size: 12px; line-height: 1.8; }
.timeline { display: flex; gap: 1px; overflow-x: auto; margin: 80px -5vw 0; padding: 0 5vw 25px; scroll-snap-type: x mandatory; scrollbar-color: #8e332c rgba(255,255,255,.08); }
.timeline-card { position: relative; flex: 0 0 min(380px, 83vw); min-height: 400px; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); scroll-snap-align: start; transition: .35s ease; }
.timeline-card:hover, .timeline-card.active { color: white; background: #152622; border-color: rgba(216,174,104,.5); transform: translateY(-7px); }
.timeline-card.feature { background: linear-gradient(150deg, rgba(204,53,43,.8), rgba(90,24,21,.9)); }
.year { display: block; color: #d8b77f; font-family: var(--serif); font-size: clamp(42px, 5vw, 72px); line-height: 1; }
.era { display: block; margin-top: 8px; font-size: 9px; letter-spacing: .2em; }
.timeline-card h3 { margin: 100px 0 18px; color: #f0ede5; font-family: var(--serif); font-size: 24px; }
.timeline-card p { margin: 0; font-size: 12px; line-height: 1.9; }
.timeline-card b { position: absolute; right: 26px; bottom: 20px; color: rgba(255,255,255,.12); font-family: var(--serif); font-size: 42px; }
.rare-facts { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); margin-top: 100px; border-top: 1px solid rgba(255,255,255,.13); }
.rare-title, .fact-card { min-height: 300px; padding: 38px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.rare-title { padding-left: 0; }
.rare-title small { color: #d7b87f; font-size: 9px; letter-spacing: .3em; }
.rare-title h3 { max-width: 280px; margin-top: 50px; color: white; font-family: var(--serif); font-size: 34px; }
.fact-card span { color: #d7b87f; font-family: var(--serif); font-size: 30px; }
.fact-card h4 { margin: 60px 0 14px; color: white; font-family: var(--serif); font-size: 17px; }
.fact-card p { font-size: 11px; line-height: 1.9; }

.counties { background: var(--paper-2); }
.counties-head > p { max-width: 360px; color: #626c68; font-size: 12px; line-height: 1.8; }
.county-toolbar { display: flex; justify-content: space-between; gap: 20px; margin: 65px 0 32px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chips button { padding: 8px 14px; color: #68716d; background: transparent; border: 1px solid transparent; border-radius: 30px; font-size: 11px; cursor: pointer; }
.filter-chips button.active { color: white; background: var(--ink); }
.county-search { display: flex; align-items: center; min-width: 220px; border-bottom: 1px solid #7a827e; }
.county-search input { width: 100%; padding: 8px; background: none; border: 0; outline: 0; font-size: 11px; }
.county-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.county-card { position: relative; min-height: 310px; padding: 25px; color: white; text-align: left; background: var(--ink); border: 0; border-right: 1px solid rgba(238,233,221,.18); border-bottom: 1px solid rgba(238,233,221,.18); cursor: pointer; overflow: hidden; transition: .35s ease; }
.county-card::after { content: ''; position: absolute; inset: 0; background-image: var(--card-image); background-position: var(--card-position, center); background-size: cover; transition: transform .55s ease, filter .55s ease; }
.county-card::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(5,13,11,.32), rgba(5,13,11,.86) 82%), linear-gradient(90deg, rgba(5,13,11,.38), transparent 70%); transition: background .35s; }
.county-card:hover { color: white; transform: translateY(-3px); box-shadow: 0 18px 35px rgba(11,20,18,.25); z-index: 2; }
.county-card:hover::after { filter: saturate(1.12) contrast(1.04); transform: scale(1.055); }
.county-card:hover::before { background: linear-gradient(180deg, rgba(5,13,11,.2), rgba(5,13,11,.82) 82%), linear-gradient(90deg, rgba(5,13,11,.32), transparent 70%); }
.county-card > * { position: relative; z-index: 2; }
.county-card .num { color: var(--red); font-family: var(--serif); font-size: 13px; }
.county-card .type { float: right; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .12em; }
.county-card h3 { margin: 56px 0 6px; font-family: var(--serif); font-size: 30px; }
.county-card .pinyin { color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .3em; }
.county-card .tagline { margin: 45px 0 18px; font-size: 12px; }
.county-card .sights { color: rgba(255,255,255,.7); font-size: 10px; line-height: 1.7; }
.county-card .arrow { position: absolute; right: 22px; bottom: 20px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; opacity: .45; }
.county-card:hover .type, .county-card:hover .sights, .county-card:hover .pinyin { color: rgba(255,255,255,.82); }
.empty-state { padding: 50px; text-align: center; color: #777; }

.routes { display: grid; grid-template-columns: .85fr 1.15fr; grid-template-rows: auto 1fr; gap: 30px 8vw; color: white; background: #11231e; }
.route-intro { grid-row: 1 / 3; }
.route-intro > p:last-child { max-width: 450px; margin-top: 45px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.9; }
.route-tabs { display: flex; align-self: end; border-bottom: 1px solid rgba(255,255,255,.17); }
.route-tabs button { flex: 1; padding: 18px 5px; color: rgba(255,255,255,.35); background: none; border: 0; border-bottom: 2px solid transparent; cursor: pointer; font-size: 11px; letter-spacing: .18em; }
.route-tabs button.active { color: #e5c48b; border-color: #d6aa64; }
.route-content { min-height: 430px; }
.route-summary { display: flex; justify-content: space-between; align-items: baseline; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.route-summary h3 { margin: 0; font-family: var(--serif); font-size: 26px; }.route-summary span { color: #d6aa64; font-size: 10px; }
.route-day { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.route-day strong { color: #d6aa64; font-family: var(--serif); font-size: 18px; }
.route-day h4 { margin: 0 0 8px; font-size: 13px; }.route-day p { margin: 0; color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.8; }

.flavours { position: relative; overflow: hidden; background: #d7d0bf; }
.flavour-title { display: flex; justify-content: space-between; align-items: start; }
.flavour-wheel { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.dish { min-height: 220px; padding: 32px; color: white; background-image: linear-gradient(180deg, rgba(7,14,12,.18), rgba(7,14,12,.84)), var(--dish-image); background-position: center; background-size: cover; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); transition: background-size .4s, filter .3s; }
.dish:hover { filter: saturate(1.1) contrast(1.03); background-size: 108%; }
.dish-main { grid-row: span 2; min-height: 440px; color: white; background-image: linear-gradient(180deg, rgba(94,14,10,.12), rgba(91,16,12,.86)), var(--dish-image); }
.dish span { font-family: var(--serif); font-size: 12px; opacity: .6; }
.dish h3 { margin: 85px 0 6px; font-family: var(--serif); font-size: 30px; }.dish-main h3 { margin-top: 245px; font-size: 48px; }
.dish p { margin: 0; font-size: 10px; opacity: .55; letter-spacing: .15em; }
.drink-note { max-width: 700px; margin: 40px 0 0 auto; padding-left: 20px; color: #58605d; border-left: 2px solid var(--red); font-size: 11px; line-height: 1.8; }.drink-note strong { display: block; color: var(--ink); }

.tips { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--paper); }
.tips-list { border-top: 1px solid var(--line); }
.tips-list details { border-bottom: 1px solid var(--line); }
.tips-list summary { list-style: none; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; padding: 25px 0; cursor: pointer; font-family: var(--serif); font-size: 16px; }.tips-list summary::-webkit-details-marker { display: none; }
.tips-list summary span { color: var(--red); font-family: var(--sans); font-size: 10px; }.tips-list summary i { font-style: normal; font-size: 22px; transition: .3s; }
.tips-list details[open] summary i { transform: rotate(45deg); }
.tips-list details p { margin: -5px 0 25px 50px; color: #626d68; font-size: 12px; line-height: 1.9; }
.sources { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding-top: 70px; padding-bottom: 70px; color: rgba(255,255,255,.58); background: #1a2a26; }
.sources h2 { color: white; font-family: var(--serif); font-size: 38px; }.sources p { font-size: 11px; line-height: 1.9; }
.source-links { display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.15); }
.source-links a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 10px; }.source-links a:nth-child(odd) { margin-right: 25px; }
.source-links a:hover { color: #e0bd82; }
.image-credits { margin-top: 28px; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.image-credits summary { display: flex; justify-content: space-between; padding: 16px 0; color: #eee9dd; list-style: none; cursor: pointer; font-size: 11px; }
.image-credits summary::-webkit-details-marker { display: none; }.image-credits summary span { color: #d0b079; font-size: 9px; }
.image-credits p { margin: 0 0 12px; }.image-credits > a { display: inline-block; margin-bottom: 16px; color: #d0b079; font-size: 10px; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 44px 5vw; color: rgba(255,255,255,.55); background: #08110f; font-size: 10px; }
footer > div { display: flex; align-items: center; gap: 15px; }footer p { margin: 0; }footer small { font-size: 7px; letter-spacing: .2em; }footer > a { color: #e4bd7f; }footer > p { text-align: right; }

.county-dialog { width: min(620px, calc(100vw - 30px)); padding: 55px; color: var(--paper); background: #10211d; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.county-dialog::backdrop { background: rgba(5,10,9,.78); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 34px; height: 34px; color: white; background: none; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; cursor: pointer; }
.dialog-index { color: #d7b271; font-size: 10px; letter-spacing: .25em; }.dialog-type { color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .2em; }
.county-dialog h2 { margin: 25px 0 8px; font-family: var(--serif); font-size: 58px; }.dialog-tagline { color: #e3bd80; font-family: var(--serif); font-size: 17px; }
.dialog-body { margin: 35px 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 2; }.dialog-meta { padding-top: 25px; color: rgba(255,255,255,.55); border-top: 1px solid rgba(255,255,255,.17); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }.reveal.visible { opacity: 1; transform: none; }
@keyframes heroIn { from { opacity: 0; transform: scale(1.1); } to { opacity: 1; transform: scale(1.02); } }
@keyframes bars { to { height: 2px; } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }.nav { position: fixed; inset: 0; display: none; flex-direction: column; justify-content: center; color: white; background: rgba(7,17,14,.97); font-family: var(--serif); font-size: 26px; }.nav.open { display: flex; }.menu-toggle { position: relative; z-index: 2; display: grid; gap: 6px; width: 42px; padding: 10px; }.menu-toggle span { display: block; width: 100%; height: 1px; background: white; }.header-cta { display: none; }
  .hero-content { padding-left: 8vw; }.hero-facts { right: 5vw; }.hero-facts div { min-width: 105px; padding-left: 12px; padding-right: 12px; }
  .intro-grid, .tips { grid-template-columns: 1fr; }.intro-copy { margin-top: 35px; }.rare-facts { grid-template-columns: 1fr 1fr; }.rare-title { border-bottom: 1px solid rgba(255,255,255,.13); }.county-grid { grid-template-columns: repeat(2, 1fr); }.routes { grid-template-columns: 1fr; }.route-intro { grid-row: auto; }.flavour-wheel { grid-template-columns: repeat(2,1fr); }.dish-main { grid-row: span 1; min-height: 220px; }.dish-main h3 { margin-top: 85px; font-size: 30px; }
}

@media (max-width: 640px) {
  .site-header { padding: max(16px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) 16px max(20px, env(safe-area-inset-left)); }.brand-mark { width: 34px; height: 34px; font-size: 20px; }
  .menu-toggle { width: 44px; height: 44px; padding: 11px 8px; }
  .nav { padding: max(70px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left)); }
  .hero { min-height: 820px; }.hero-bg { background-position: 62% center; }.hero-content { min-height: 720px; justify-content: flex-end; padding: 120px 24px 110px; }.hero h1 { font-size: 92px; }.hero-lead { margin-top: 28px; }.hero-actions { width: 100%; }.button { min-width: 180px; }.sound-toggle { display: none; }.hero-facts { left: 24px; right: 24px; bottom: 25px; }.hero-facts div { flex: 1; min-width: 0; padding-top: 12px; }.hero-facts strong { font-size: 22px; }.hero-facts span { font-size: 7px; }.scroll-hint { display: none; }
  .section { padding: 85px 22px; }.display-title { font-size: 50px; }.intro-grid { gap: 20px; }.identity-strip { grid-template-columns: 1fr; margin-top: 55px; }.identity-strip article, .identity-strip article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }.identity-strip h3 { margin-top: 15px; }
  .history-head, .counties-head, .flavour-title { align-items: flex-start; flex-direction: column; }.timeline { margin: 60px -22px 0; padding-left: 22px; padding-right: 22px; }.timeline-card { min-height: 380px; padding: 28px; }.rare-facts { grid-template-columns: 1fr; margin-top: 60px; }.rare-title, .fact-card { min-height: 240px; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }.rare-title h3 { margin-top: 25px; }.fact-card h4 { margin-top: 35px; }
  .county-toolbar { flex-direction: column; }.filter-chips button { min-height: 44px; padding: 10px 15px; }.county-search { width: 100%; min-height: 44px; }.county-grid { grid-template-columns: 1fr; }.county-card { min-height: 260px; }.county-card h3 { margin-top: 35px; }.county-card .tagline { margin-top: 30px; }.county-card .sights { font-size: 12px; }
  .flavour-wheel { grid-template-columns: 1fr; margin-top: 45px; }.dish, .dish-main { min-height: 180px; }.dish h3, .dish-main h3 { margin-top: 55px; }.route-content { min-height: auto; }.route-day { grid-template-columns: 55px 1fr; }.tips-list details p { margin-left: 0; }.source-links { grid-template-columns: 1fr; }.source-links a:nth-child(odd) { margin-right: 0; }.sources { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: left; }footer > p { text-align: left; }.county-dialog { max-height: 90svh; padding: 45px 28px 35px; overflow-y: auto; }.county-dialog h2 { font-size: 45px; }.source-links a { overflow-wrap: anywhere; }
}

@media (max-width: 900px) and (orientation: landscape) {
  .menu-toggle { width: 44px; height: 44px; padding: 11px 8px; }
  .filter-chips button { min-height: 44px; padding: 10px 15px; }
  .county-search { min-height: 44px; }
  .county-card .sights { font-size: 12px; }
  .county-dialog { max-height: 90svh; overflow-y: auto; }
  .hero, .hero-content { min-height: 620px; }
  .hero-content { padding-top: 100px; padding-bottom: 105px; }
  .hero h1 { font-size: 76px; }
  .hero-lead { margin: 22px 0 18px; line-height: 1.6; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
