
:root{
  --forest:#214f36;
  --forest-dark:#153b29;
  --sage:#91a96d;
  --gold:#d7aa58;
  --cream:#f7f1e8;
  --paper:#fffaf3;
  --ink:#283b2f;
  --muted:#716d64;
  --line:#e5ddd2;
  --shadow:0 12px 35px rgba(50,43,30,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;padding-bottom:88px}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.hero{height:640px;position:relative;background:
  linear-gradient(rgba(17,47,31,.08),rgba(17,47,31,.15)),
  url("images/hero.jpg.png") center/cover no-repeat;
  background-color:#0f2a1c;
  overflow:hidden}
.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,35,23,.05),rgba(9,35,23,.48))}
.round-icon{position:absolute;top:30px;z-index:5;border:0;color:white;background:transparent;font-size:42px;cursor:pointer;text-shadow:0 3px 14px rgba(0,0,0,.35)}
.menu-toggle{left:38px}.search-toggle{right:38px}
.drawer{position:absolute;top:90px;left:32px;z-index:10;display:none;flex-direction:column;gap:4px;background:rgba(255,250,243,.96);padding:14px;border-radius:20px;box-shadow:var(--shadow);min-width:190px}
.drawer.open{display:flex}
.drawer a{padding:12px 14px;border-radius:12px;font-weight:700}
.drawer a:hover{background:#eef1e5;color:var(--forest)}
.hero-copy{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:white;padding:70px 20px 20px}
.script-title{font-family:"Pacifico",cursive;color:#77d8d4;font-size:56px;margin-bottom:0;text-shadow:0 3px 18px rgba(0,0,0,.22)}
.hero h1{font:700 clamp(72px,10vw,120px)/.98 "Libre Baskerville",serif;margin:0 0 22px;text-shadow:0 3px 20px rgba(0,0,0,.28)}
.hero-copy p{font-size:25px;line-height:1.45;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.4)}
.leaf-rule{display:block;color:#a9c46f;margin-top:22px;font-size:20px}
.torn-edge{position:absolute;z-index:3;bottom:-1px;left:-3%;width:106%;height:72px;background:var(--paper);clip-path:polygon(0 48%,5% 41%,10% 55%,15% 45%,20% 62%,25% 50%,30% 66%,35% 54%,40% 69%,45% 55%,50% 68%,55% 52%,60% 65%,65% 50%,70% 62%,75% 46%,80% 58%,85% 43%,90% 54%,95% 39%,100% 50%,100% 100%,0 100%)}
.quick-shell,.section-shell{width:min(1180px,calc(100% - 38px));margin:auto}
.quick-shell{margin-top:8px}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.quick-card{display:flex;align-items:center;gap:18px;background:rgba(255,252,247,.95);border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:0 9px 24px rgba(68,55,34,.08);transition:.2s}
.quick-card>div{min-width:0}
.quick-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.quick-icon{width:100px;height:100px;display:grid;place-items:center;border-radius:50%;overflow:hidden;flex-shrink:0}
.quick-icon img{width:100%;height:100%;object-fit:cover}
.quick-card h2{font:700 25px/1.1 "Libre Baskerville",serif;margin:0 0 5px;color:var(--forest)}
.quick-card p{margin:0;color:var(--muted)}
.search-panel{width:min(740px,calc(100% - 38px));margin:32px auto 0}
.search-panel label{height:58px;background:white;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;gap:12px;padding:0 21px;box-shadow:0 7px 22px rgba(68,55,34,.08)}
.search-panel span{font-size:24px}.search-panel input{width:100%;border:0;outline:0;background:transparent;font-size:16px}
.section-shell{padding:72px 0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.section-heading>div{display:flex;align-items:center;gap:10px}
.section-heading h2{font:700 32px/1.1 "Libre Baskerville",serif;margin:0;color:var(--forest)}
.section-heading p{color:var(--muted);margin:0}
.mini-leaf{color:#7d9c50;font-size:24px}
.text-button{border:0;background:transparent;color:var(--forest);font-weight:700;cursor:pointer}
.featured-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,1fr);gap:18px;overflow-x:auto;padding:2px 2px 14px;scroll-snap-type:x mandatory}
.feature-card{height:340px;position:relative;border-radius:28px;overflow:hidden;scroll-snap-align:start;cursor:pointer;background:#ddd;box-shadow:0 10px 22px rgba(44,39,31,.12)}
.feature-card img{width:100%;height:100%;object-fit:cover}
.feature-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(9,30,19,.86))}
.feature-card-content{position:absolute;left:20px;right:20px;bottom:18px;z-index:2;color:white}
.feature-card h3{font-size:23px;margin:0 0 4px}.feature-card p{margin:0 0 12px;color:#f1eee6}
.category-pill,.tag{display:inline-block;background:rgba(125,156,80,.85);color:white;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700}
.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.place-card{background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 8px 24px rgba(59,46,27,.08);transition:.22s}
.place-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.place-card img{width:100%;height:220px;object-fit:cover}
.place-body{padding:20px}
.place-meta{font-size:12px;font-weight:700;color:#82915f;text-transform:uppercase;letter-spacing:.06em}
.place-card h3{font:700 24px/1.15 "Libre Baskerville",serif;margin:9px 0 5px;color:var(--forest)}
.place-subtitle{color:#4e594f;font-weight:600;margin:0 0 10px}
.place-description{color:var(--muted);line-height:1.55;margin:0 0 16px}
.tag-row{display:flex;gap:7px;flex-wrap:wrap}
.tag{background:#edf0df;color:#52663d}
.card-actions{display:flex;gap:10px;margin-top:18px}
.card-actions a,.card-actions button{flex:1;text-align:center;border-radius:999px;padding:11px 13px;font-weight:700;font-size:13px;cursor:pointer}
.open-map{background:var(--forest);color:white}
.view-details{background:transparent;border:1px solid #b9c3af;color:var(--forest)}
.alt{position:relative}
.alt::before{content:"";position:absolute;z-index:-1;left:50%;transform:translateX(-50%);top:0;bottom:0;width:100vw;background:#f2eee5}
.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin:-5px 0 25px}
.chip{border:1px solid #cfd7c7;background:white;border-radius:999px;padding:9px 14px;color:var(--forest);font-weight:700;cursor:pointer}
.chip.active{background:var(--forest);color:white;border-color:var(--forest)}
.map-wrap{background:#1e4a33;color:white}
.map-heading h2,.map-heading p{color:white}
#guideMap{height:560px;border-radius:28px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.25)}
.map-popup h3{font-family:"Libre Baskerville",serif;margin:0 0 5px;color:var(--forest)}
.map-popup p{margin:0 0 10px;color:#625e56}.map-popup a{color:var(--forest);font-weight:700}
.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-top:1px solid var(--line);height:82px;display:flex;justify-content:center;gap:clamp(20px,6vw,75px);padding:10px 16px}
.bottom-nav a{display:flex;min-width:62px;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#5d5a55;font-size:12px}
.bottom-nav span{font-size:25px}.bottom-nav a:hover{color:var(--forest)}
.site-footer{text-align:center;padding:44px 20px 30px;color:var(--muted)}
.site-footer .leaf-rule{display:block;color:var(--sage);font-size:16px;margin-bottom:10px}
.site-footer p{margin:0;font-size:13px;letter-spacing:.02em}
.footer-heart{color:#c56a5c}
.drive-time{display:inline-block;margin:2px 0 8px;padding:4px 12px;border-radius:999px;background:#eef3e6;color:var(--forest);font-size:13px;font-weight:600}
.detail-modal{position:fixed;inset:0;z-index:200;display:none}
.detail-modal.open{display:block}
.modal-backdrop{position:absolute;inset:0;background:rgba(10,25,16,.75);backdrop-filter:blur(7px)}
.modal-card{position:relative;width:min(720px,calc(100% - 24px));max-height:92vh;overflow:auto;margin:4vh auto;background:white;border-radius:28px;box-shadow:0 28px 90px rgba(0,0,0,.38)}
.modal-card>img{width:100%;height:310px;object-fit:cover}
.modal-close{position:absolute;right:15px;top:15px;width:42px;height:42px;border:0;border-radius:50%;background:white;font-size:27px;cursor:pointer}
.modal-content{padding:28px}.modal-content h2{font:700 36px "Libre Baskerville",serif;color:var(--forest);margin:15px 0 5px}
.modal-subtitle{font-weight:700;color:#687456}.modal-content>p{line-height:1.7;color:var(--muted)}
.modal-actions{display:flex;gap:12px;margin-top:24px}
.modal-actions a{padding:13px 18px;border-radius:999px;font-weight:700;text-align:center}
.primary-action{background:var(--forest);color:white}.secondary-action{border:1px solid #aebaaa;color:var(--forest)}
@media(max-width:900px){
  .hero{height:570px}.hero-copy p{font-size:20px}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  body{padding-bottom:76px}
  .hero{height:auto;min-height:420px;background-size:auto 62%,contain;background-position:center top;background-repeat:no-repeat}
  .hero h1{font-size:57px}.script-title{font-size:40px}.hero-copy p{font-size:17px}
  .hero-copy{position:static;padding:34vh 20px 40px}
  .hero-shade{background:linear-gradient(180deg,rgba(9,35,23,0) 40%,rgba(9,35,23,.72))}
  .round-icon{top:18px;font-size:32px}.menu-toggle{left:20px}.search-toggle{right:20px}
  .quick-shell,.section-shell{width:min(100% - 24px,1180px)}
  .quick-grid{gap:12px}.quick-card{min-height:112px;padding:18px 12px;gap:10px;border-radius:20px;flex-direction:column;text-align:center;justify-content:center}
  .quick-icon{width:58px;height:58px;font-size:23px}.quick-card h2{font-size:17px;margin:0 0 3px}.quick-card p{font-size:12px}
  .section-shell{padding:52px 0}.section-heading{align-items:flex-start;flex-direction:column;gap:8px}
  .section-heading h2{font-size:28px}.content-grid{grid-template-columns:1fr}
  .featured-track{grid-auto-columns:73%}.feature-card{height:310px}
  #guideMap{height:470px;border-radius:20px}
  .bottom-nav{height:76px;gap:0;justify-content:space-around}.bottom-nav a{min-width:55px;font-size:10px}.bottom-nav span{font-size:22px}
  .modal-actions{flex-direction:column}
}

.quick-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.quick-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.quick-grid{grid-template-columns:repeat(2,1fr)}}
