:root { --ink:#17352d; --green:#1f5b45; --mint:#e9f4ea; --cream:#faf7ef; --paper:#fffdf8; --line:#d9dfd1; --orange:#bd6434; }
* { box-sizing:border-box; }
body { margin:0; background:var(--cream); color:var(--ink); font-family: ui-rounded, "Hiragino Maru Gothic ProN", "Hiragino Sans", system-ui, sans-serif; line-height:1.7; }
button, input { font:inherit; }
button { color:inherit; }
.hero { color:#fff; background:linear-gradient(120deg, rgba(20,67,51,.94), rgba(42,109,70,.83)), url("https://images.unsplash.com/photo-1464278533981-50106e6176b1?auto=format&fit=crop&w=1800&q=80") center/cover; }
.hero-inner, .container { width:min(1120px, calc(100% - 32px)); margin:auto; }
.hero-inner { padding:clamp(48px, 9vw, 108px) 0 clamp(42px, 7vw, 76px); }
.eyebrow { margin:0 0 8px; letter-spacing:.14em; font-size:.78rem; font-weight:800; }
h1 { margin:0; font-family: Georgia, "Hiragino Mincho ProN", serif; font-size:clamp(2.35rem, 7vw, 4.7rem); letter-spacing:.04em; line-height:1.2; }
.lead { max-width:540px; margin:18px 0 0; font-size:clamp(1rem, 2vw, 1.2rem); }
.container { padding:28px 0 64px; }
.controls { padding:clamp(18px,3vw,30px); border:1px solid #e5e4d8; border-radius:24px; background:var(--paper); box-shadow:0 8px 24px rgba(30,55,37,.06); }
.search-label,.filter-label { display:block; margin:0 0 7px; font-weight:800; font-size:.92rem; }
.search-wrap { display:flex; align-items:center; gap:8px; padding:0 12px; border:2px solid #b8c9b9; border-radius:14px; background:#fff; }
.search-wrap:focus-within { border-color:var(--green); box-shadow:0 0 0 3px #cfe4d2; }
.search-wrap span { font-size:1.6rem; line-height:1; }
input { width:100%; min-height:52px; border:0; outline:0; background:transparent; }
.clear-search { width:32px; height:32px; border:0; border-radius:50%; background:#e5ece5; cursor:pointer; font-size:1.25rem; }
.filter-group { margin-top:21px; }
.chips { display:flex; flex-wrap:wrap; gap:9px; }
.chip { min-height:42px; padding:7px 14px; border:1px solid #abb9ab; border-radius:999px; background:#fff; cursor:pointer; font-weight:700; }
.chip:hover { background:#f0f6ef; }
.chip[aria-pressed="true"] { border-color:var(--green); color:#fff; background:var(--green); }
.wizard-title { margin:0 0 18px; font-family: Georgia, "Hiragino Mincho ProN", serif; font-size:clamp(1.45rem, 4.5vw, 1.9rem); line-height:1.4; text-align:center; color:var(--ink); }
.wizard-step { margin-top:4px; }
.wizard-back { margin:0 0 10px; padding:0; }
.wizard-options { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:10px; }
.wizard-options-icons { gap:12px; }
.wizard-option { min-height:58px; padding:12px 16px; border:2px solid #b8c9b9; border-radius:16px; background:#fff; cursor:pointer; font-weight:800; font-size:1rem; transition:background .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease; }
.wizard-options-icons .wizard-option { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; min-height:118px; padding:16px 12px; }
.wizard-option-icon-wrap { display:grid; width:72px; height:72px; place-items:center; border-radius:18px; background:#fff; border:1px solid #d4e0d4; }
.wizard-option-icon { display:block; width:52px; height:52px; object-fit:contain; }
.wizard-option-label { line-height:1.3; text-align:center; }
.wizard-option:hover { background:#f0f6ef; border-color:var(--green); transform:translateY(-1px); box-shadow:0 6px 16px rgba(31,91,69,.1); }
.wizard-option:focus-visible { outline:3px solid var(--green); outline-offset:2px; }
.drive-banner { margin-bottom:18px; border-color:#c8d8c8; background:linear-gradient(135deg,#f7fbf7,#fff9ef); }
.drive-banner-eyebrow { margin:0 0 6px; color:var(--green); font-size:.78rem; font-weight:800; letter-spacing:.08em; }
.drive-banner-title { margin:0; font-family: Georgia, "Hiragino Mincho ProN", serif; font-size:clamp(1.35rem, 3vw, 1.8rem); line-height:1.35; color:var(--ink); }
.drive-banner-note { margin:10px 0 0; color:#53675b; font-size:.92rem; }
.drive-banner .filter-group { margin-top:18px; margin-bottom:0; }
.modal { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:20px; }
.modal[hidden] { display:none; }
.modal-backdrop { position:absolute; inset:0; background:rgba(15,35,28,.58); backdrop-filter:blur(3px); }
.modal-dialog { position:relative; width:min(520px, 100%); max-height:calc(100vh - 40px); overflow:auto; padding:clamp(24px, 5vw, 34px); border:1px solid #e5e4d8; border-radius:24px; background:var(--paper); box-shadow:0 24px 60px rgba(15,35,28,.28); animation:modal-in .22s ease; }
.modal-body { position:relative; }
body.modal-open { overflow:hidden; }
.results-meta { display:flex; flex-direction:column; gap:4px; }
.selection-summary { margin:0; color:#53675b; font-size:.88rem; font-weight:700; }
@keyframes modal-in { from { opacity:0; transform:translateY(12px) scale(.98); } to { opacity:1; transform:none; } }
.results-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; margin:27px 2px 14px; }
.results-heading p { margin:0; font-weight:800; }
.results-actions { display:flex; flex-wrap:wrap; gap:12px 16px; justify-content:flex-end; }
.text-button { border:0; background:transparent; color:var(--green); cursor:pointer; font-weight:800; text-decoration:underline; text-underline-offset:3px; }
.result-section-title { grid-column:1 / -1; margin:8px 2px 2px; font-size:1.08rem; line-height:1.4; color:var(--green); }
.result-section-title:not(:first-child) { margin-top:24px; }
.spot-card.is-featured { border-color:#d4a574; box-shadow:0 8px 20px rgba(189,100,52,.12); }
.badge-season { background:#c96d2b; }
.cards { display:grid; grid-template-columns:repeat(auto-fill,minmax(265px,1fr)); gap:18px; }
.spot-card { position:relative; display:flex; flex-direction:column; overflow:hidden; border:1px solid #e0e2d8; border-radius:20px; background:#fff; box-shadow:0 5px 14px rgba(24,50,37,.055); }
.spot-card.is-clickable { cursor:pointer; transition:box-shadow .15s ease, border-color .15s ease, transform .15s ease; }
.spot-card.is-clickable:hover { border-color:#b8c9b9; box-shadow:0 10px 22px rgba(24,50,37,.11); transform:translateY(-1px); }
.card-link { position:absolute; inset:0; z-index:1; border-radius:inherit; }
.card-link:focus-visible { outline:3px solid var(--green); outline-offset:3px; }
.image-area { position:relative; min-height:168px; background:linear-gradient(145deg,#b9d9c6,#e7c98f); }
.image-area img { width:100%; height:100%; position:absolute; object-fit:cover; inset:0; }
.no-image { display:grid; height:168px; place-items:center; color:#fff; background:linear-gradient(140deg,#376e56,#83ad76); font-weight:800; letter-spacing:.06em; }
.card-body { display:flex; flex:1; flex-direction:column; padding:17px; }
.card-topline { display:flex; align-items:flex-start; justify-content:space-between; gap:8px; }
.category { margin:0; color:var(--green); font-size:.82rem; font-weight:800; }
.favorite-button { position:relative; z-index:2; flex:0 0 auto; width:38px; height:38px; border:1px solid #c3d1c3; border-radius:50%; background:#fff; cursor:pointer; font-size:1.4rem; line-height:1; }
.favorite-button[aria-pressed="true"] { color:#b84e4e; border-color:#b84e4e; background:#fff4f3; }
h2 { margin:8px 0 7px; font-size:1.23rem; line-height:1.45; }
.modal-body .wizard-title,
.drive-banner-title { margin-top:0; }
.description { margin:0; font-size:.94rem; }
.details { margin:12px 0 0; padding:0; list-style:none; color:#53675b; font-size:.83rem; }
.badge { display:inline-block; padding:2px 9px; border-radius:999px; background:var(--orange); color:#fff; font-weight:800; }
.links { position:relative; z-index:2; display:flex; flex-wrap:wrap; gap:7px; margin-top:auto; padding-top:16px; }
.links a { padding:7px 10px; border-radius:999px; background:var(--mint); color:var(--green); font-size:.82rem; font-weight:800; text-decoration:none; }
.links a:hover { background:#d6ead8; }
.empty { grid-column:1/-1; padding:38px 18px; border:1px dashed #aeb9aa; border-radius:18px; background:#fffdf9; text-align:center; }
.empty p { margin:0 0 12px; font-weight:800; }
.empty button { padding:9px 15px; border:0; border-radius:999px; background:var(--green); color:white; cursor:pointer; font-weight:800; }
@media (max-width:520px) { .hero-inner,.container { width:min(100% - 24px,1120px); } .container { padding-top:16px; } .controls { border-radius:18px; } .results-heading { align-items:flex-start; flex-direction:column; gap:3px; } .cards { grid-template-columns:1fr; } .chip { min-height:46px; } .wizard-options { grid-template-columns:1fr; } .modal { padding:12px; } .modal-dialog { border-radius:20px; } }
