:root {
  --tf-forest-950: #0b1712;
  --tf-forest-900: #14261e;
  --tf-forest-800: #1c3429;
  --tf-forest-700: #28503d;
  --tf-forest-600: #37694f;
  --tf-paper: #f4f0e6;
  --tf-paper-deep: #e8e0d1;
  --tf-white: #fffdf8;
  --tf-ink: #17221c;
  --tf-muted: #657168;
  --tf-ochre: #c98625;
  --tf-ochre-light: #f0b44d;
  --tf-danger: #a73b31;
  --tf-warning: #9b6413;
  --tf-line: rgba(23, 34, 28, .15);
  --tf-shadow: 0 22px 55px rgba(18, 29, 23, .13);
  --tf-shadow-small: 0 8px 24px rgba(18, 29, 23, .08);
  --tf-radius: 15px;
}

html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; overflow-x: hidden; background: var(--tf-paper); color: var(--tf-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 99999; top: 10px; left: 10px; padding: .7rem 1rem; background: white; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--tf-ochre-light); outline-offset: 3px; }

.site-header { position: sticky; z-index: 900; top: 0; background: rgba(11, 23, 18, .96); color: var(--tf-white); border-bottom: 1px solid rgba(255,255,255,.11); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; width: min(1240px, calc(100% - 40px)); min-height: 70px; align-items: center; gap: 2rem; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: white; text-decoration: none; }
.brand__mark { position: relative; display: block; width: 37px; height: 37px; overflow: hidden; border: 2px solid var(--tf-ochre-light); border-radius: 50%; }
.brand__mark::before, .brand__mark::after, .brand__mark span { content: ""; position: absolute; left: 4px; right: 4px; bottom: 7px; height: 10px; border-top: 2px solid var(--tf-ochre-light); transform: rotate(-16deg); }
.brand__mark::after { bottom: 2px; transform: rotate(19deg); }
.brand__mark span { bottom: 12px; left: 9px; right: 9px; transform: rotate(12deg); }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; font-weight: 600; letter-spacing: -.02em; line-height: 1; }
.brand small { display: block; margin-top: .2rem; color: rgba(255,255,255,.62); font-size: .61rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-height: 52px; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; gap: 1.6rem; margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: rgba(255,255,255,.76); font-size: .81rem; font-weight: 720; text-decoration: none; }
.primary-nav a:hover { color: white; }
.header-cta { display: inline-flex; min-height: 40px; align-items: center; padding: 0 .85rem; border: 0; border-radius: 8px; background: var(--tf-ochre-light); color: var(--tf-forest-950); font-size: .78rem; font-weight: 850; text-decoration: none; white-space: nowrap; }

.finder-hero { position: relative; min-height: 570px; display: grid; overflow: hidden; align-items: end; background: var(--tf-forest-950); color: white; }
.finder-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.finder-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,15,10,.93) 0%, rgba(5,15,10,.63) 48%, rgba(5,15,10,.25) 100%), linear-gradient(0deg, rgba(5,15,10,.72), transparent 58%); }
.finder-hero__inner { position: relative; z-index: 2; display: grid; width: min(1240px, calc(100% - 40px)); grid-template-columns: 1.3fr .8fr; gap: 4rem; align-items: end; margin: 0 auto; padding: 5rem 0 4.6rem; }
.eyebrow { margin: 0 0 .65rem; color: var(--tf-ochre-light); font-size: .69rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--dark { color: #855813; }
.finder-hero h1, .detail-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.7rem, 7.5vw, 7.4rem); font-weight: 500; letter-spacing: -.06em; line-height: .88; }
.finder-hero h1 em { color: var(--tf-ochre-light); font-weight: 400; }
.hero-search-panel { align-self: end; padding: 1.1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(13,31,22,.72); box-shadow: 0 24px 65px rgba(0,0,0,.25); backdrop-filter: blur(16px); }
.hero-search-panel > label { display: block; margin-bottom: .5rem; color: rgba(255,255,255,.74); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.search-field { display: grid; min-height: 54px; grid-template-columns: auto 1fr auto; align-items: center; gap: .55rem; padding: 0 .75rem; border-radius: 9px; background: white; color: var(--tf-ink); }
.search-field > span { font-size: 1.6rem; line-height: 1; transform: rotate(-18deg); }
.search-field input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--tf-ink); }
.search-field button { width: 35px; height: 35px; border: 0; border-radius: 50%; background: transparent; color: var(--tf-muted); font-size: 1.4rem; }
.nearby-button { display: flex; width: 100%; min-height: 46px; align-items: center; justify-content: center; gap: .5rem; margin-top: .6rem; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; background: transparent; color: white; font-size: .82rem; font-weight: 800; }
.nearby-button:hover { background: rgba(255,255,255,.1); }

.explorer { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 2.2rem 0 6rem; }
.quick-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: .9rem; border-bottom: 1px solid var(--tf-line); }
.quick-filters { display: flex; flex-wrap: wrap; gap: .45rem; }
.quick-filters button, .advanced-toggle { display: inline-flex; min-height: 42px; align-items: center; gap: .4rem; padding: .6rem .82rem; border: 1px solid transparent; border-radius: 999px; background: #e9e3d7; color: var(--tf-ink); font-size: .8rem; font-weight: 780; }
.quick-filters button:hover, .quick-filters button.is-active { border-color: var(--tf-forest-700); background: #e2eee5; color: var(--tf-forest-700); }
.advanced-toggle { border-radius: 9px; background: var(--tf-forest-900); color: white; }
.advanced-filters { display: none; grid-template-columns: repeat(4, minmax(0, 1fr)) auto auto; gap: .75rem; align-items: end; padding: 1.05rem; border: 1px solid var(--tf-line); border-top: 0; border-radius: 0 0 14px 14px; background: rgba(255,253,248,.87); }
.advanced-filters.is-open { display: grid; }
.advanced-filters label:not(.check-filter), .sort-select { display: grid; gap: .28rem; }
.advanced-filters label > span, .sort-select span, .report-dialog label > span { color: var(--tf-muted); font-size: .68rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.advanced-filters select, .sort-select select, .report-dialog input, .report-dialog select, .report-dialog textarea { width: 100%; min-height: 45px; padding: .6rem .68rem; border: 1px solid var(--tf-line); border-radius: 8px; background: var(--tf-white); color: var(--tf-ink); }
.check-filter { display: flex; min-height: 45px; align-items: center; gap: .45rem; padding: .35rem .5rem; white-space: nowrap; font-size: .78rem; font-weight: 750; }
.check-filter input { position: absolute; opacity: 0; }
.check-filter span { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid var(--tf-line); border-radius: 5px; background: white; color: transparent; }
.check-filter input:checked + span { background: var(--tf-forest-700); color: white; }
.reset-link { min-height: 45px; padding: 0 .5rem; border: 0; background: transparent; color: var(--tf-forest-700); font-size: .78rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.location-message { min-height: 0; margin: .7rem 0 0; color: var(--tf-muted); font-size: .82rem; }
.location-message:empty { display: none; }
.active-filters { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .8rem; }
.active-filters:empty { display: none; }
.active-filters button { display: inline-flex; align-items: center; gap: .38rem; padding: .32rem .58rem; border: 1px solid rgba(40,80,61,.28); border-radius: 999px; background: #e2eee5; color: var(--tf-forest-700); font-size: .74rem; font-weight: 760; }
.results-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin: 3.3rem 0 1.25rem; }
.results-toolbar h2, .legal-section h2, .method-section h2, .source-card h2, .detail-map-section h2, .related-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.55rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.results-toolbar h2 strong { color: var(--tf-ochre); }
.results-actions { display: flex; align-items: flex-end; gap: .5rem; }
.sort-select select { min-height: 42px; }
.view-switch { display: flex; padding: 3px; border: 1px solid var(--tf-line); border-radius: 9px; background: var(--tf-white); }
.view-switch button, .icon-action { display: inline-flex; min-height: 36px; align-items: center; gap: .35rem; padding: .42rem .62rem; border: 0; border-radius: 6px; background: transparent; color: var(--tf-muted); font-size: .76rem; font-weight: 780; }
.view-switch button.is-active { background: var(--tf-forest-900); color: white; }
.icon-action { min-height: 42px; border: 1px solid var(--tf-line); background: white; color: var(--tf-ink); }
.status-notice { display: grid; grid-template-columns: auto 1fr auto; gap: .9rem; align-items: center; margin-bottom: 1rem; padding: .9rem 1rem; border: 1px solid rgba(40,80,61,.18); border-radius: 12px; background: #e9f1eb; }
.status-notice__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 10px; background: var(--tf-forest-700); color: white; font-weight: 900; }
.status-notice strong { font-size: .88rem; }
.status-notice p { margin: .15rem 0 0; color: #536159; font-size: .78rem; line-height: 1.45; }
.status-notice button { display: inline-flex; min-height: 42px; align-items: center; gap: .4rem; padding: 0 .75rem; border: 1px solid var(--tf-forest-700); border-radius: 8px; background: white; color: var(--tf-forest-700); font-size: .77rem; font-weight: 820; white-space: nowrap; }
.status-notice button.is-loading { opacity: .7; }
.warning-summary { margin: 0 0 1rem; padding: .7rem .85rem; border-left: 3px solid var(--tf-warning); background: #fbefd9; color: #72480e; font-size: .8rem; }

.trail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.trail-card { display: flex; min-height: 424px; flex-direction: column; padding: 1.15rem; border: 1px solid var(--tf-line); border-radius: var(--tf-radius); background: var(--tf-white); transition: transform .18s, box-shadow .18s, border-color .18s; }
.trail-card:hover { transform: translateY(-3px); border-color: rgba(40,80,61,.4); box-shadow: var(--tf-shadow-small); }
.trail-card__top { display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.legal-badge { display: inline-flex; align-items: center; gap: .28rem; padding: .27rem .46rem; border-radius: 999px; background: #e2f1e6; color: #24563a; font-size: .67rem; font-weight: 820; }
.favorite-button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--tf-line); border-radius: 50%; background: transparent; color: var(--tf-muted); font-size: 1.1rem; }
.favorite-button.is-active { border-color: rgba(163,77,50,.35); background: #fff0e9; color: #a34d32; }
.trail-card__heading { margin-top: .9rem; }
.trail-card__heading > p { margin: 0 0 .25rem; color: #8a5d19; font-size: .67rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.trail-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.08; }
.trail-card h3 a { text-decoration: none; }
.trail-card h3 a:hover { color: var(--tf-forest-700); text-decoration: underline; text-underline-offset: 4px; }
.trail-location { margin: .42rem 0 0; color: var(--tf-muted); font-size: .74rem; font-weight: 650; }
.trail-description { margin: .8rem 0; color: #4d5a52; font-size: .84rem; line-height: 1.52; }
.fact-list { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0 0 .8rem; padding: 0; list-style: none; }
.fact-list li { padding: .23rem .4rem; border-radius: 6px; background: var(--tf-paper); color: #566159; font-size: .66rem; font-weight: 720; }
.source-mini { display: flex; gap: .52rem; align-items: flex-start; margin-top: auto; padding: .62rem .68rem; border-radius: 8px; background: #f3f0e8; }
.source-mini__dot { width: 8px; height: 8px; flex: 0 0 auto; margin-top: .3rem; border-radius: 50%; background: #89948d; }
.source-mini div { display: grid; min-width: 0; }
.source-mini strong { font-size: .73rem; line-height: 1.25; }
.source-mini small { margin-top: .1rem; overflow: hidden; color: var(--tf-muted); font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
.source-mini.source-positive { background: #e7f2e9; color: #225238; }.source-positive .source-mini__dot { background: #398052; }
.source-mini.source-warning { background: #fbefd9; color: #754b0f; }.source-warning .source-mini__dot { background: var(--tf-warning); }
.source-mini.source-danger { background: #f9e4e1; color: #7d2c27; }.source-danger .source-mini__dot { background: var(--tf-danger); }
.source-mini.source-checking .source-mini__dot { background: #2b6ee7; animation: tfPulse 1s infinite; }
@keyframes tfPulse { 50% { opacity: .3; transform: scale(.7); } }
.trail-card__actions { display: grid; grid-template-columns: 1fr auto auto; gap: .38rem; margin-top: .8rem; padding-top: .75rem; border-top: 1px solid var(--tf-line); }
.trail-card__actions a, .trail-card__actions button { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; gap: .28rem; padding: .45rem .57rem; border: 1px solid var(--tf-line); border-radius: 8px; background: transparent; color: var(--tf-ink); font-size: .72rem; font-weight: 800; text-decoration: none; }
.trail-card__actions a:first-child { border-color: var(--tf-forest-900); background: var(--tf-forest-900); color: white; }
.trail-card__actions button.is-active { border-color: var(--tf-ochre); background: #fff0d2; color: #80520e; }
.pagination { display: flex; align-items: center; justify-content: center; gap: .8rem; margin-top: 2rem; }
.pagination button { min-height: 42px; padding: 0 .8rem; border: 1px solid var(--tf-line); border-radius: 8px; background: white; font-size: .78rem; font-weight: 780; }
.pagination button:disabled { opacity: .4; cursor: default; }
.pagination span { color: var(--tf-muted); font-size: .78rem; }
.empty-state { display: grid; min-height: 330px; place-items: center; align-content: center; padding: 2rem; border: 1px dashed rgba(40,80,61,.35); border-radius: 14px; background: white; text-align: center; }
.empty-state > span { font-size: 2rem; }.empty-state h3 { margin: .5rem 0 .1rem; font-family: Georgia, serif; font-size: 1.7rem; }.empty-state p { margin: 0 0 .9rem; color: var(--tf-muted); }.empty-state button { min-height: 42px; padding: 0 .9rem; border: 0; border-radius: 8px; background: var(--tf-forest-900); color: white; font-weight: 800; }

.map-shell { overflow: hidden; border: 1px solid var(--tf-line); border-radius: 16px; background: white; box-shadow: var(--tf-shadow-small); }
.trail-map { width: 100%; height: min(68vh, 690px); min-height: 470px; background: #dfe8df; }
.map-note { margin: 0; padding: .62rem .85rem; border-top: 1px solid var(--tf-line); color: var(--tf-muted); font-size: .72rem; }
.tfbw-div-icon { background: transparent; border: 0; }
.tfbw-map-marker { display: grid; width: 34px; height: 34px; place-items: center; border: 3px solid white; border-radius: 50% 50% 50% 15%; background: var(--tf-forest-700); box-shadow: 0 5px 16px rgba(11,23,18,.3); color: white; font-weight: 900; transform: rotate(-45deg); }
.tfbw-map-marker span { transform: rotate(45deg); }
.tfbw-map-marker.has-warning { background: var(--tf-danger); }
.tfbw-popup { min-width: 175px; }.tfbw-popup p { margin: 0 0 .25rem; color: var(--tf-muted); font-size: .68rem; }.tfbw-popup strong { display: block; margin-bottom: .35rem; font-family: Georgia, serif; font-size: 1.05rem; }.tfbw-popup a { color: var(--tf-forest-700); font-weight: 800; text-decoration: none; }
.leaflet-control-attribution { font-size: 10px !important; }

.legal-section { display: grid; width: min(1240px, calc(100% - 40px)); grid-template-columns: .55fr 1fr .9fr; gap: 3rem; align-items: center; margin: 0 auto 6rem; padding: 3rem; border-radius: 20px; background: var(--tf-forest-900); color: white; }
.legal-number { color: var(--tf-ochre-light); font-family: Georgia, serif; font-size: clamp(5rem, 10vw, 9rem); font-weight: 600; line-height: .8; text-align: center; }.legal-number span { font-size: .34em; }
.legal-section > div > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.trail-code { margin: 0; padding: 0; list-style: none; }.trail-code li { display: grid; grid-template-columns: 34px 1fr; gap: .7rem; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.84); font-size: .82rem; }.trail-code span { color: var(--tf-ochre-light); font-weight: 850; }
.method-section { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding-bottom: 7rem; }
.method-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2rem; }.method-grid article { padding: 1.35rem; border: 1px solid var(--tf-line); border-radius: 14px; background: white; }.method-grid article > span { color: var(--tf-ochre); font-weight: 900; }.method-grid h3 { margin: .7rem 0 .3rem; font-family: Georgia, serif; font-size: 1.3rem; }.method-grid p { margin: 0; color: var(--tf-muted); font-size: .83rem; }
.method-note { margin: 1rem 0 0; padding: 1rem 1.1rem; border-left: 3px solid var(--tf-ochre); background: var(--tf-paper-deep); color: #59645d; font-size: .8rem; }
.home-project-section { display: grid; width: min(1240px, calc(100% - 40px)); grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: center; margin: 0 auto 7rem; padding: 2.5rem 3rem; border-radius: 20px; background: var(--tf-forest-900); color: white; }
.home-project-section h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }.home-project-section > div > p:not(.eyebrow) { color: rgba(255,255,255,.74); }.home-project-section a { color: var(--tf-ochre-light); font-size: .82rem; font-weight: 850; text-decoration: none; }.home-project-action { padding: 1.4rem; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.07); }.home-project-action strong { display: block; font-family: Georgia, serif; font-size: 1.55rem; }.home-project-action button { min-height: 45px; padding: 0 .9rem; border: 0; border-radius: 9px; background: var(--tf-ochre-light); color: var(--tf-forest-950); font-weight: 850; }

.compare-dock { position: fixed; z-index: 700; right: 50%; bottom: 18px; display: flex; align-items: center; gap: .6rem; padding: .55rem .65rem .55rem .82rem; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: var(--tf-forest-950); box-shadow: 0 15px 40px rgba(0,0,0,.28); color: white; transform: translateX(50%); }.compare-dock span { white-space: nowrap; font-size: .78rem; font-weight: 750; }.compare-dock button { min-height: 37px; padding: 0 .7rem; border: 0; border-radius: 8px; background: var(--tf-ochre-light); color: var(--tf-forest-950); font-size: .76rem; font-weight: 850; }.compare-dock button:last-child { width: 36px; padding: 0; background: rgba(255,255,255,.12); color: white; font-size: 1.1rem; }
.tfbw-dialog { width: min(940px, calc(100% - 28px)); max-height: min(88vh, 780px); margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 18px; background: var(--tf-paper); color: var(--tf-ink); box-shadow: 0 30px 90px rgba(0,0,0,.4); }.tfbw-dialog::backdrop { background: rgba(8,17,13,.72); backdrop-filter: blur(5px); }.dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1.35rem 1.45rem; border-bottom: 1px solid var(--tf-line); background: white; }.dialog-header h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.8rem,4vw,2.7rem); letter-spacing: -.035em; }.dialog-header > button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--tf-line); border-radius: 50%; background: transparent; font-size: 1.2rem; }.comparison-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; padding: 1.2rem; }.comparison-grid article { padding: 1rem; border: 1px solid var(--tf-line); border-radius: 12px; background: white; }.comparison-grid h3 { min-height: 3.1rem; margin: .25rem 0 .8rem; font-family: Georgia, serif; font-size: 1.4rem; line-height: 1.1; }.comparison-grid dl { margin: 0 0 1rem; }.comparison-grid dl div { display: grid; grid-template-columns: .8fr 1.2fr; gap: .4rem; padding: .45rem 0; border-bottom: 1px solid var(--tf-line); font-size: .75rem; }.comparison-grid dt { color: var(--tf-muted); }.comparison-grid dd { margin: 0; font-weight: 750; }.comparison-grid a { color: var(--tf-forest-700); font-size: .78rem; font-weight: 850; text-decoration: none; }

.detail-hero { position: relative; display: grid; min-height: 420px; align-items: end; overflow: hidden; background: var(--tf-forest-950); color: white; }.detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.detail-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,15,10,.92), rgba(5,15,10,.32)), linear-gradient(0deg, rgba(5,15,10,.65), transparent); }.detail-hero__inner { position: relative; z-index: 2; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 3rem 0; }.back-link { display: inline-flex; margin-bottom: 2rem; color: rgba(255,255,255,.8); font-size: .82rem; font-weight: 750; text-decoration: none; }.detail-badges { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .75rem; }.detail-badges span { padding: .28rem .52rem; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(10,25,18,.58); font-size: .69rem; font-weight: 780; }.detail-badges span:first-child { color: #bcf0c8; }.detail-hero h1 { font-size: clamp(3.1rem,7vw,6rem); }.detail-hero__inner > p { margin: .9rem 0 0; color: rgba(255,255,255,.77); }
.detail-layout { display: grid; width: min(1120px, calc(100% - 40px)); grid-template-columns: 1.55fr .75fr; gap: 2rem; margin: 2.5rem auto; }.detail-main, .detail-side { padding: 1.5rem; border: 1px solid var(--tf-line); border-radius: 16px; background: white; }.detail-lead { margin: 0; font-family: Georgia, serif; font-size: clamp(1.4rem,2.6vw,2.1rem); line-height: 1.28; }.detail-facts { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.15rem 0; padding: 0; list-style: none; }.detail-facts li { padding: .4rem .6rem; border-radius: 8px; background: var(--tf-paper); font-size: .76rem; font-weight: 750; }.detail-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.15rem; }.detail-actions a, .detail-actions button, .button-primary { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; padding: 0 .8rem; border: 1px solid var(--tf-line); border-radius: 9px; background: transparent; color: var(--tf-ink); font-size: .78rem; font-weight: 820; text-decoration: none; }.detail-actions .button-primary, .button-primary { border-color: var(--tf-forest-900); background: var(--tf-forest-900); color: white; }.detail-actions button.is-active { background: #fff0e9; color: #a34d32; }.precision-note { position: relative; margin: 1.15rem 0 0; padding: .82rem .85rem .82rem 2.5rem; background: #f3f0e8; color: var(--tf-muted); font-size: .76rem; }.precision-note strong { position: absolute; left: .85rem; display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid var(--tf-muted); border-radius: 50%; font-size: .65rem; }.detail-side h2 { margin: 0 0 .7rem; font-family: Georgia, serif; font-size: 1.75rem; }.detail-side dl { margin: 0; }.detail-side dl div { display: grid; grid-template-columns: 1fr 1.2fr; gap: .6rem; padding: .65rem 0; border-bottom: 1px solid var(--tf-line); font-size: .78rem; }.detail-side dt { color: var(--tf-muted); }.detail-side dd { margin: 0; font-weight: 750; text-align: right; }
.source-card, .trail-video-section, .detail-map-section, .related-section { width: min(1120px, calc(100% - 40px)); margin: 2rem auto; padding: 1.5rem; border: 1px solid var(--tf-line); border-radius: 16px; background: white; }.source-card__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }.source-card__heading button { min-height: 41px; padding: 0 .72rem; border: 1px solid var(--tf-line); border-radius: 8px; background: var(--tf-paper); font-size: .76rem; font-weight: 800; }.status-columns { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 1.1rem 0; }.status-columns article { display: flex; gap: .75rem; padding: 1rem; border-radius: 12px; background: #f3f0e8; }.status-columns article.verified { background: #e4f1e7; color: #244f36; }.status-columns article.source-warning { background: #fbefd9; color: #754b0f; }.status-columns article.source-danger { background: #f9e4e1; color: #7d2c27; }.status-columns article > span { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 9px; background: rgba(255,255,255,.7); font-weight: 900; }.status-columns strong { font-size: .86rem; }.status-columns p { margin: .2rem 0 0; font-size: .76rem; opacity: .78; }.source-card > a { color: var(--tf-forest-700); font-size: .8rem; font-weight: 850; text-decoration: none; }.detail-map-section > div:first-child { margin-bottom: 1rem; }.detail-map-section .trail-map { height: 430px; min-height: 360px; border-radius: 12px; }.related-section { margin-bottom: 6rem; }.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; margin-top: 1.2rem; }.related-grid article { padding: 1rem; border: 1px solid var(--tf-line); border-radius: 12px; background: var(--tf-paper); }.related-grid span { color: #8a5d19; font-size: .66rem; font-weight: 850; text-transform: uppercase; }.related-grid h3 { margin: .35rem 0; font-family: Georgia, serif; font-size: 1.25rem; }.related-grid h3 a { text-decoration: none; }.related-grid p { margin: 0; color: var(--tf-muted); font-size: .75rem; }
.trail-video-section h2 { margin: 0 0 1rem; font-family: Georgia, serif; font-size: clamp(2rem,4vw,3.2rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; }.video-consent { display: grid; min-height: 320px; grid-template-columns: auto minmax(0,1fr) auto; gap: 1.2rem; align-items: center; padding: 2rem; border-radius: 13px; background: linear-gradient(135deg, var(--tf-forest-950), var(--tf-forest-700)); color: white; }.video-consent__mark { display: grid; width: 70px; height: 70px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.1); color: var(--tf-ochre-light); font-size: 1.6rem; }.video-consent strong { font-family: Georgia, serif; font-size: 1.55rem; }.video-consent p { max-width: 580px; margin: .4rem 0 0; color: rgba(255,255,255,.72); font-size: .8rem; }.video-consent .button-primary { border-color: var(--tf-ochre-light); background: var(--tf-ochre-light); color: var(--tf-forest-950); }.video-consent.is-loaded { position: relative; display: block; min-height: 0; padding: 0 0 56.25%; overflow: hidden; background: #000; }.video-consent iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }.video-source-link { margin: .65rem 0 0; font-size: .75rem; }.video-source-link a { color: var(--tf-forest-700); font-weight: 800; text-decoration: none; }
.report-dialog { width: min(640px, calc(100% - 28px)); }.report-dialog form { display: grid; gap: .9rem; padding: 1.3rem; }.report-dialog label { display: grid; gap: .3rem; }.report-dialog textarea { min-height: 130px; resize: vertical; }.report-dialog .button-primary { justify-self: start; padding: 0 1rem; }.honeypot { position: absolute !important; left: -9999px !important; }.privacy-hint { margin: 0; color: var(--tf-muted); font-size: .72rem; }.privacy-hint a { color: var(--tf-forest-700); }.form-status { margin: 0; color: var(--tf-muted); font-size: .8rem; }.form-status.is-error { color: var(--tf-danger); }.form-status.is-success { color: var(--tf-forest-700); }
.trail-submit-dialog { width: min(760px, calc(100% - 28px)); }.dialog-intro { padding: 1rem 1.3rem 0; color: var(--tf-muted); font-size: .84rem; }.dialog-intro p { margin: 0; }.tfbw-public-form { display: grid; gap: .95rem; }.trail-submit-dialog .tfbw-public-form { padding: 1.2rem 1.3rem 1.4rem; }.tfbw-public-form label:not(.consent-field) { display: grid; gap: .3rem; }.tfbw-public-form label > span { color: var(--tf-muted); font-size: .68rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }.tfbw-public-form input:not([type="checkbox"]), .tfbw-public-form select, .tfbw-public-form textarea { width: 100%; min-height: 46px; padding: .65rem .72rem; border: 1px solid var(--tf-line); border-radius: 8px; background: var(--tf-white); color: var(--tf-ink); }.tfbw-public-form textarea { min-height: 135px; resize: vertical; }.tfbw-public-form small { color: var(--tf-muted); font-size: .69rem; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }.consent-field { display: grid; grid-template-columns: auto 1fr; gap: .6rem; align-items: start; }.consent-field input { width: 18px; height: 18px; margin-top: .1rem; accent-color: var(--tf-forest-700); }.consent-field > span { color: var(--tf-muted) !important; font-size: .74rem !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.45; text-transform: none !important; }.consent-field a { color: var(--tf-forest-700); font-weight: 750; }.tfbw-public-form .button-primary { justify-self: start; padding: 0 1rem; }.tfbw-public-form button:disabled { cursor: wait; opacity: .65; }

.content-page { width: min(1000px, calc(100% - 40px)); min-height: 60vh; margin: 0 auto; padding: 5rem 0; }.content-page > h1, .content-page article > h1, .error-page h1 { font-family: Georgia, serif; font-size: clamp(2.6rem,6vw,5rem); letter-spacing: -.05em; }.content-page article { padding: 1.5rem 0; border-bottom: 1px solid var(--tf-line); }.content-page article h2 a { text-decoration: none; }.entry-content > :first-child { margin-top: 0; }
.legal-copy { display: grid; gap: 0; }.legal-copy section { padding: 1.25rem 0; border-top: 1px solid var(--tf-line); }.legal-copy h2 { margin: 0 0 .55rem; font-family: Georgia, serif; font-size: 1.55rem; }.legal-copy p, .legal-copy address { margin: 0; color: #4f5b54; font-size: .88rem; font-style: normal; }.legal-copy a { color: var(--tf-forest-700); font-weight: 750; }.legal-updated { margin-bottom: 1.2rem !important; color: var(--tf-muted) !important; font-size: .72rem !important; }
.project-lead { max-width: 800px; padding: 1.5rem 0 2.4rem; }.project-lead h2, .project-process h2, .project-cta h2, .contact-card h2, .contact-form-card h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem,4vw,3.4rem); letter-spacing: -.04em; line-height: 1.05; }.project-lead > p:last-child { color: #4f5b54; font-size: 1.06rem; }.project-values { display: grid; grid-template-columns: repeat(3,1fr); gap: .9rem; }.project-values article { padding: 1.2rem; border: 1px solid var(--tf-line); border-radius: 13px; background: white; }.project-values article > span { color: var(--tf-ochre); font-weight: 900; }.project-values h3 { margin: .6rem 0 .3rem; font-family: Georgia, serif; font-size: 1.3rem; }.project-values p { margin: 0; color: var(--tf-muted); font-size: .8rem; }.project-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; margin: 3rem 0; padding: 2rem; border-radius: 16px; background: white; }.project-process ol { margin: 0; padding: 0; list-style: none; counter-reset: project; }.project-process li { display: grid; grid-template-columns: .7fr 1.3fr; gap: .8rem; padding: .8rem 0; border-bottom: 1px solid var(--tf-line); }.project-process li span { color: var(--tf-muted); font-size: .8rem; }.project-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem; border-radius: 16px; background: var(--tf-forest-900); color: white; }.project-cta p { margin: .45rem 0 0; color: rgba(255,255,255,.7); }.project-cta .button-primary { flex: 0 0 auto; border-color: var(--tf-ochre-light); background: var(--tf-ochre-light); color: var(--tf-forest-950); }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 1rem; }.contact-card, .contact-form-card { padding: 1.5rem; border-radius: 15px; }.contact-card { background: var(--tf-forest-900); color: white; }.contact-card > p:not(.eyebrow) { color: rgba(255,255,255,.72); }.contact-card > a { display: inline-block; color: var(--tf-ochre-light); font-size: .83rem; font-weight: 800; word-break: break-word; }.contact-card > button { display: block; min-height: 45px; margin-top: 1.2rem; padding: 0 .9rem; border: 0; border-radius: 9px; background: var(--tf-ochre-light); color: var(--tf-forest-950); font-weight: 850; }.contact-form-card { border: 1px solid var(--tf-line); background: white; }.contact-form-card h2 { margin-bottom: 1.2rem; font-size: 2.2rem; }
.site-footer { padding: 4rem 0 1.5rem; background: var(--tf-forest-950); color: rgba(255,255,255,.7); }.site-footer__grid { display: grid; width: min(1240px, calc(100% - 40px)); grid-template-columns: 1.2fr 1fr .6fr; gap: 3rem; margin: 0 auto; }.footer-brand { margin: 0; color: white; font-family: Georgia, serif; font-size: 1.65rem; }.site-footer h2 { margin: 0 0 .5rem; color: white; font-size: .82rem; text-transform: uppercase; }.site-footer p, .site-footer li { font-size: .78rem; }.site-footer ul { margin: 0; padding: 0; list-style: none; }.site-footer a { text-decoration: none; }.site-footer__bottom { display: flex; width: min(1240px, calc(100% - 40px)); justify-content: space-between; gap: 1rem; margin: 2.5rem auto 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .68rem; }

@media (max-width: 1050px) {
  .trail-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .advanced-filters { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .legal-section { grid-template-columns: .45fr 1fr; }.legal-section .trail-code { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  body.admin-bar .site-header { top: 46px; }
  .primary-nav { display: none; }
  .site-header__inner { min-height: 62px; }.header-cta { margin-left: auto; }
  .finder-hero { min-height: 620px; }.finder-hero__inner { grid-template-columns: 1fr; gap: 2rem; padding: 4rem 0 3rem; }.finder-hero h1 { font-size: clamp(3.2rem,14vw,5.2rem); }
  .results-toolbar { align-items: flex-start; flex-direction: column; }.results-actions { width: 100%; flex-wrap: wrap; }.sort-select { flex: 1; }
  .status-notice { grid-template-columns: auto 1fr; }.status-notice button { grid-column: 1 / -1; }
  .detail-layout { grid-template-columns: 1fr; }.status-columns { grid-template-columns: 1fr; }
  .legal-section { grid-template-columns: 1fr; padding: 2rem; }.legal-number { text-align: left; }
  .method-grid, .related-grid, .site-footer__grid { grid-template-columns: 1fr; }
  .home-project-section, .project-process, .contact-layout { grid-template-columns: 1fr; }
  .project-values { grid-template-columns: 1fr; }
  .comparison-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header__inner, .finder-hero__inner, .explorer, .legal-section, .method-section, .home-project-section, .detail-hero__inner, .detail-layout, .source-card, .trail-video-section, .detail-map-section, .related-section, .site-footer__grid, .site-footer__bottom, .content-page { width: min(100% - 28px, 1240px); }
  .header-cta { display: none; }
  .brand strong { font-size: 1.05rem; }
  .finder-hero { min-height: 600px; }.finder-hero h1 { font-size: clamp(3rem,16vw,4.4rem); }.hero-search-panel { padding: .8rem; }
  .quick-bar { align-items: flex-start; flex-direction: column; }.quick-filters { display: grid; width: 100%; grid-template-columns: 1fr 1fr; }.quick-filters button { justify-content: center; }.advanced-toggle { width: 100%; justify-content: center; }
  .advanced-filters { grid-template-columns: 1fr; }.check-filter { padding-left: 0; }
  .results-toolbar { margin-top: 2.3rem; }.results-actions { display: grid; grid-template-columns: 1fr auto; }.sort-select { grid-column: 1 / -1; }.view-switch button { font-size: 0; }.view-switch button:first-letter { font-size: 1rem; }.icon-action span { display: none; }
  .trail-grid { grid-template-columns: 1fr; }.trail-card { min-height: 0; }
  .trail-map { min-height: 430px; }
  .detail-main, .detail-side, .source-card, .trail-video-section, .detail-map-section, .related-section { padding: 1rem; }.detail-actions { display: grid; }.detail-actions > * { width: 100%; }.source-card__heading { align-items: flex-start; flex-direction: column; }
  .home-project-section { padding: 1.5rem; }.video-consent { min-height: 360px; grid-template-columns: 1fr; align-content: center; padding: 1.3rem; }.video-consent__mark { width: 58px; height: 58px; }.form-grid { grid-template-columns: 1fr; }.project-cta { align-items: flex-start; flex-direction: column; }.project-process { padding: 1.2rem; }.project-process li { grid-template-columns: 1fr; gap: .25rem; }
  .compare-dock { width: calc(100% - 24px); justify-content: center; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
