:root{--bg: #f5f1e8;--bg-card: #ffffff;--bg-footer: #ece6d8;--ink: #14262f;--ink-muted: #48606c;--ink-faint: #8b9ba4;--border: #e5ddcb;--green: #0e7a5f;--green-deep: #0a5c48;--green-bright: #2fbf9a;--calm: #0e9f6e;--normal: #0e7490;--busy: #d97706;--crowded: #e11d48;--sunset: #e8542f;--dark: #14262f}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--green);text-decoration:none}a:hover{color:var(--green-deep)}img{max-width:100%}.container{max-width:1120px;margin:0 auto;padding-left:20px;padding-right:20px}.site-header{position:sticky;top:0;z-index:50;background:#f5f1e8e0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header nav{max-width:1120px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:10px}.brand img{width:34px;height:34px;border-radius:9px;display:block}.brand-name{font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.brand-name em{font-style:normal;color:var(--green)}.header-links{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.header-links a{font-size:15px;font-weight:600;color:var(--ink-muted)}.header-links a:hover{color:var(--ink)}.header-cta{display:inline-flex;align-items:center;gap:6px;background:var(--dark);color:#fff!important;font-size:14px;font-weight:700;padding:9px 16px;border-radius:999px}.header-cta:hover{background:var(--green)}.hero{position:relative;overflow:hidden}.hero-glow{position:absolute;inset:0;background:radial-gradient(900px 420px at 75% -10%,rgba(14,122,95,.1),transparent 70%),radial-gradient(700px 360px at 10% 110%,rgba(232,84,47,.07),transparent 70%)}.hero-inner{position:relative;padding-top:clamp(48px,8vw,96px);padding-bottom:clamp(40px,6vw,80px);display:flex;flex-wrap:wrap;align-items:center;gap:clamp(32px,5vw,72px)}.hero-copy{flex:1 1 400px;min-width:300px}.hero-badge{margin:0 0 14px;display:inline-flex;align-items:center;gap:8px;background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:7px 14px;font-size:13.5px;font-weight:700;color:var(--green)}.hero h1{margin:0 0 18px;font-size:clamp(34px,6vw,58px);font-weight:800;letter-spacing:-.03em;line-height:1.12;text-wrap:balance}.hero h1 em{font-style:normal;color:var(--green)}.hero-sub{margin:0 0 26px;font-size:clamp(16px,2.2vw,19px);line-height:1.65;color:var(--ink-muted);max-width:46ch;text-wrap:pretty}.store-buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:26px}.store-btn{display:inline-flex;align-items:center;gap:10px;background:var(--dark);color:#fff!important;border-radius:14px;padding:11px 20px}.store-btn:hover{background:#0b1a22}.store-btn-outline{display:inline-flex;align-items:center;gap:10px;background:var(--bg-card);color:var(--ink)!important;border:1.5px solid #d8cfba;border-radius:14px;padding:10px 20px}.store-btn-outline:hover{border-color:var(--green);color:var(--green)!important}.store-btn-label{display:flex;flex-direction:column;line-height:1.15;text-align:left}.store-btn-label .small{font-size:11px;font-weight:500;opacity:.85}.store-btn-label .small.accent{font-weight:600;color:var(--sunset);opacity:1}.store-btn-label .big{font-size:17px;font-weight:700}.hero-chips{display:flex;gap:8px;flex-wrap:wrap}.hero-chips span{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:8px 13px;font-size:14px;color:var(--ink-muted)}.hero-chips .chip-note{background:transparent;border-style:dashed;color:var(--ink-faint);font-size:13px}.hero-chips strong{color:var(--ink);font-weight:700}.hero-chips strong.sunset{color:var(--sunset)}.hero-chips strong.calm{color:var(--calm)}.hero-phone{flex:0 1 340px;min-width:260px;margin:0 auto}.phone-frame{border-radius:44px;border:10px solid var(--dark);overflow:hidden;background:var(--dark);box-shadow:0 24px 60px #14262f38,0 4px 14px #14262f1f}.phone-frame img{display:block;width:100%;height:auto}figcaption{text-align:center;margin-top:14px;font-size:13px;color:var(--ink-faint)}.section{padding-top:clamp(40px,6vw,72px);padding-bottom:clamp(40px,6vw,72px)}.section-title{margin:0;font-size:clamp(24px,3.6vw,34px);font-weight:800;letter-spacing:-.02em}.section-sub{margin:0 0 24px;font-size:15.5px;color:var(--ink-muted);max-width:62ch;text-wrap:pretty}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:8px}.section-head .meta{margin:0;font-size:13.5px;color:var(--ink-faint)}.live-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.park-card{display:flex;flex-direction:column;gap:8px;height:100%;box-sizing:border-box;background:var(--bg-card);border:1px solid var(--border);border-radius:18px;padding:16px 18px;box-shadow:0 1px 2px #14262f08;color:var(--ink)!important}.park-card:hover{border-color:var(--green);box-shadow:0 8px 22px #0e7a5f1f}.park-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.park-card-top strong{font-size:16.5px;font-weight:700}.park-card-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:800}.badge:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.badge.calm{color:var(--calm)}.badge.normal{color:var(--normal)}.badge.busy{color:var(--busy)}.badge.crowded{color:var(--crowded)}.park-card-parking{font-size:14px;color:var(--ink-muted)}.features-band{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.features-band .container{padding-top:clamp(48px,7vw,88px);padding-bottom:clamp(48px,7vw,88px)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.feature-card{background:var(--bg);border-radius:22px;padding:26px 24px;display:flex;flex-direction:column;gap:12px}.feature-icon{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center}.feature-card h3{margin:0;font-size:19px;font-weight:800}.feature-card p{margin:0;font-size:15px;line-height:1.62;color:var(--ink-muted);text-wrap:pretty}.screens-strip{margin-top:clamp(36px,5vw,56px);display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:clamp(16px,3vw,28px)}.screens-strip figure{margin:0}.screen-frame{border-radius:28px;border:7px solid var(--dark);overflow:hidden;background:var(--dark);box-shadow:0 12px 32px #14262f24}.screen-frame img{display:block;width:100%;height:auto}.screens-strip figcaption{margin-top:10px}.park-pills{display:flex;flex-wrap:wrap;gap:10px}.park-pill{display:inline-flex;align-items:center;gap:8px;background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:11px 18px;font-size:15px;font-weight:700;color:var(--ink)!important}.park-pill:hover{border-color:var(--green);color:var(--green)!important}.faq-wrap{max-width:860px;margin:0 auto;padding:clamp(20px,3vw,32px) 20px clamp(48px,6vw,80px)}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-list details{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;overflow:hidden}.faq-list summary{cursor:pointer;padding:18px 20px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:16.5px;font-weight:700}.faq-list summary::-webkit-details-marker{display:none}.faq-chev{flex-shrink:0;transition:transform .2s}details[open] .faq-chev{transform:rotate(180deg)}.faq-list p{margin:0;padding:0 20px 20px;font-size:15px;line-height:1.68;color:var(--ink-muted);text-wrap:pretty}.cta-section{padding-bottom:clamp(56px,7vw,88px)}.cta-box{position:relative;overflow:hidden;background:var(--dark);border-radius:32px;padding:clamp(40px,6vw,72px) clamp(24px,5vw,64px);text-align:center}.cta-wave{position:absolute;left:0;bottom:0;opacity:.18}.cta-box img.logo{width:60px;height:60px;border-radius:16px;margin-bottom:18px}.cta-box h2{margin:0 0 12px;font-size:clamp(26px,4.2vw,40px);font-weight:800;letter-spacing:-.02em;color:#fff;text-wrap:balance}.cta-box .cta-sub{margin:0 auto 28px;font-size:16px;line-height:1.6;color:#a9bac4;max-width:44ch;text-wrap:pretty}.cta-buttons{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.store-btn-light{display:inline-flex;align-items:center;gap:10px;background:#fff;color:var(--dark)!important;border-radius:14px;padding:11px 20px}.store-btn-light:hover{background:#ece6d8}.store-btn-ghost{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#fff!important;border:1.5px solid rgba(255,255,255,.35);border-radius:14px;padding:10px 20px}.store-btn-ghost:hover{border-color:var(--green-bright);color:var(--green-bright)!important}.store-btn-ghost .small.accent{color:#ffb59f}.site-footer{border-top:1px solid var(--border);background:var(--bg-footer)}.site-footer .container{padding-top:36px;padding-bottom:44px;display:flex;flex-direction:column;gap:18px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:800;color:var(--ink)}.footer-brand img{width:26px;height:26px;border-radius:7px}.footer-brand em{font-style:normal;color:var(--green)}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{font-size:13.5px;color:var(--ink-muted)}.footer-links a:hover{color:var(--ink)}.footer-note{margin:0;font-size:12.5px;line-height:1.7;color:var(--ink-faint);text-wrap:pretty}.park-hero{padding-top:clamp(36px,6vw,64px);padding-bottom:clamp(20px,3vw,32px)}.park-hero h1{margin:0 0 12px;font-size:clamp(28px,5vw,44px);font-weight:800;letter-spacing:-.03em}.park-hero .lede{margin:0;font-size:clamp(15.5px,2vw,17.5px);line-height:1.65;color:var(--ink-muted);max-width:58ch;text-wrap:pretty}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin:24px 0}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:16px 18px}.stat-card .num{font-size:24px;font-weight:800;color:var(--green)}.stat-card .label{font-size:13.5px;color:var(--ink-muted);margin-top:2px}.facility-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.facility-list li{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:13px 16px;font-size:15px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.facility-list .note{color:var(--ink-faint);font-size:13.5px}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:14.5px;font-weight:600;margin-bottom:8px}
