:root {
  --forest: #153d2b;
  --forest-deep: #09271b;
  --leaf: #477a52;
  --lime: #cbdc75;
  --sand: #f2ede3;
  --cream: #fbf8f1;
  --paper: #ffffff;
  --ink: #17211b;
  --muted: #657069;
  --rust: #c66d3f;
  --line: rgba(23, 33, 27, .14);
  --shadow: 0 20px 60px rgba(14, 37, 26, .14);
  --container: min(1180px, calc(100% - 40px));
  --serif: "Manrope", sans-serif;
  --sans: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 9999; padding: 12px 18px; color: white; background: var(--forest); border-radius: 0 0 8px 8px; transition: top .2s; }
.skip-link:focus { top: 0; }

.topbar { color: rgba(255,255,255,.75); background: var(--forest-deep); font-size: 12px; letter-spacing: .04em; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.topbar p, .topbar-links { display: flex; align-items: center; gap: 9px; margin: 0; }
.topbar svg { width: 14px; }
.topbar-links { gap: 24px; }
.topbar a:hover { color: white; }
.navbar { position: absolute; z-index: 50; left: 0; right: 0; color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: .3s ease; }
.navbar.is-sticky { position: fixed; top: 0; color: var(--ink); background: rgba(251,248,241,.94); border-color: var(--line); box-shadow: 0 8px 30px rgba(10,40,27,.08); backdrop-filter: blur(16px); }
.nav-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; position: relative; display: block; overflow: hidden; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark .sun { position: absolute; top: 8px; right: 8px; width: 8px; height: 8px; background: var(--lime); border-radius: 50%; }
.brand-mark .mountain { position: absolute; bottom: 4px; width: 36px; height: 24px; background: currentColor; clip-path: polygon(50% 0,100% 100%,0 100%); }
.brand-mark .mountain.one { left: -6px; }
.brand-mark .mountain.two { right: -10px; bottom: 2px; height: 18px; opacity: .55; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy small { margin-bottom: 4px; font-size: 8px; letter-spacing: .36em; }
.brand-copy strong { font-family: var(--serif); font-size: 16px; letter-spacing: .03em; }
.nav-menu { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.nav-menu > a { position: relative; padding: 30px 0; }
.nav-menu > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--lime); transition: right .2s; }
.nav-menu > a:hover::after { right: 0; }
.route-button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: inherit; border: 1px solid currentColor; background: transparent; border-radius: 999px; cursor: pointer; }
.route-button svg { width: 16px; }
.route-count { min-width: 20px; height: 20px; display: grid; place-items: center; color: var(--forest-deep); background: var(--lime); border-radius: 50%; font-size: 10px; }
.menu-toggle { display: none; color: inherit; border: 0; background: transparent; cursor: pointer; }

.hero { position: relative; min-height: 780px; height: 94vh; max-height: 940px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--forest-deep); }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transform: scale(1.04); transition: opacity .9s ease, transform 7s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,28,19,.82) 0%, rgba(6,28,19,.42) 48%, rgba(6,28,19,.15) 100%), linear-gradient(0deg, rgba(6,28,19,.45), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1 { max-width: 900px; margin: 0; display: flex; flex-direction: column; align-items: flex-start; font-family: var(--serif); font-weight: 800; line-height: .88; letter-spacing: -.065em; }
.hero h1 strong { font-size: clamp(54px, 7.5vw, 108px); font-weight: 800; }
.hero h1 span { margin: 13px 0 8px 5px; font-size: clamp(14px, 1.65vw, 23px); font-weight: 600; letter-spacing: .23em; }
.hero h1 em { font-size: clamp(56px, 8.4vw, 120px); }
.hero h1 em, .section-heading em, .signature-copy h2 em, .story-copy h2 em, .map-card h2 em, .newsletter h2 em, .gallery-heading h2 em { color: var(--lime); font-style: normal; font-weight: 400; }
.hero-lead { max-width: 540px; margin: 34px 0 30px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 3px; font-size: 12px; font-weight: 700; letter-spacing: .03em; cursor: pointer; transition: .2s ease; }
.btn svg { width: 18px; }
.btn-primary { color: var(--forest-deep); background: var(--lime); }
.btn-primary:hover { background: #deec91; transform: translateY(-2px); }
.btn-glass { color: white; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-glass:hover { background: rgba(255,255,255,.17); }
.hero-controls { position: absolute; z-index: 3; left: max(20px, calc((100vw - 1180px)/2)); bottom: 52px; display: flex; align-items: center; gap: 16px; }
.hero-controls > button { width: 38px; height: 38px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.35); background: transparent; border-radius: 50%; cursor: pointer; }
.hero-controls svg { width: 16px; }
.hero-dots { display: flex; gap: 8px; }
.hero-dots button { width: 22px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.38); cursor: pointer; transition: width .2s; }
.hero-dots button.is-active { width: 50px; background: var(--lime); }
.hero-weather { position: absolute; z-index: 3; right: 0; bottom: 0; min-width: 245px; display: flex; align-items: center; gap: 16px; padding: 22px 32px; color: white; background: rgba(9,39,27,.86); backdrop-filter: blur(10px); }
.hero-weather svg { color: var(--lime); }
.hero-weather span { display: grid; }
.hero-weather small { margin-bottom: 4px; font-size: 9px; letter-spacing: .17em; opacity: .7; }
.hero-weather strong { font-size: 18px; }

.search-strip { position: relative; z-index: 10; margin-top: -1px; color: white; background: var(--forest); }
.travel-search { min-height: 112px; display: grid; grid-template-columns: 1.55fr 1fr 190px; align-items: center; }
.travel-search label { min-height: 64px; display: flex; align-items: center; }
.search-field { gap: 16px; padding-right: 38px; border-right: 1px solid rgba(255,255,255,.17); }
.search-field svg { color: var(--lime); }
.travel-search label > span, .search-select { display: grid !important; align-content: center; }
.travel-search small { color: rgba(255,255,255,.55); font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.travel-search input, .travel-search select { width: 100%; margin-top: 6px; padding: 0; color: white; border: 0; outline: 0; background: transparent; }
.travel-search input::placeholder { color: rgba(255,255,255,.95); }
.search-select { padding: 0 34px; }
.search-select select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,white 50%),linear-gradient(135deg,white 50%,transparent 50%); background-position: calc(100% - 10px) 50%,calc(100% - 5px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.search-select option { color: var(--ink); }
.search-submit { height: 54px; display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--forest-deep); border: 0; background: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .12em; cursor: pointer; }
.search-submit svg { width: 17px; }

.intro { background: var(--sand); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.section-heading .kicker, .kicker { margin: 0 0 18px; color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.section-heading h2, .signature-copy h2, .story-copy h2, .gallery-heading h2, .map-card h2, .newsletter h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 6vw, 76px); font-weight: 700; line-height: .97; letter-spacing: -.055em; }
.section-heading h2 em, .story-copy h2 em, .map-card h2 em, .newsletter h2 em, .gallery-heading h2 em { color: var(--leaf); }
.intro-copy { padding-top: 10px; }
.intro-copy p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.intro-copy .intro-large { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.45; }
.text-link { display: inline-flex; align-items: center; gap: 11px; margin-top: 18px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.text-link svg { width: 16px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(5px); }
.numbers { margin-top: 90px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.numbers div { padding: 30px 24px; border-right: 1px solid var(--line); }
.numbers div:last-child { border: 0; }
.numbers strong { display: block; color: var(--forest); font-family: var(--serif); font-size: 48px; line-height: 1; letter-spacing: -.04em; }
.numbers sup { color: var(--rust); font-size: 18px; }
.numbers span { display: block; margin-top: 9px; color: var(--muted); font-size: 11px; }

.experiences { color: white; background: var(--forest-deep); }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading.light h2 em { color: var(--lime); }
.section-top > p { max-width: 400px; margin: 0 0 5px; color: rgba(255,255,255,.65); line-height: 1.7; }
.filter-row { margin: 58px 0 28px; display: flex; gap: 8px; flex-wrap: wrap; }
.filter-btn { padding: 10px 17px; color: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.2); background: transparent; border-radius: 999px; font-size: 11px; cursor: pointer; }
.filter-btn:hover, .filter-btn.is-active { color: var(--forest-deep); border-color: var(--lime); background: var(--lime); }
.experience-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 20px; }
.place-card { position: relative; grid-column: span 4; min-height: 460px; overflow: hidden; border-radius: 2px; cursor: pointer; }
.place-card:nth-child(1), .place-card:nth-child(5) { grid-column: span 8; }
.place-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.place-card:hover img { transform: scale(1.045); }
.place-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,20,13,.9),rgba(4,20,13,.03) 70%); }
.place-card-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 28px; }
.place-card-tag { display: inline-flex; margin-bottom: 10px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.place-card h3 { margin: 0; font-family: var(--serif); font-size: 29px; letter-spacing: -.03em; }
.place-card p { margin: 8px 0 0; color: rgba(255,255,255,.7); font-size: 13px; }
.card-actions { position: absolute; z-index: 3; top: 16px; right: 16px; display: flex; gap: 8px; }
.icon-button { width: 40px; height: 40px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.4); background: rgba(4,25,16,.28); border-radius: 50%; backdrop-filter: blur(10px); cursor: pointer; }
.icon-button:hover, .icon-button.is-active { color: var(--forest-deep); border-color: var(--lime); background: var(--lime); }
.icon-button svg { width: 17px; }
.place-card-more { position: absolute; z-index: 3; right: 26px; bottom: 26px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--forest-deep); background: var(--lime); border-radius: 50%; }
.place-card-more svg { width: 18px; }
.empty-state { padding: 60px 20px; text-align: center; color: rgba(255,255,255,.7); }

.signature { padding: 0; display: grid; grid-template-columns: 1.2fr .8fr; min-height: 720px; background: var(--lime); }
.signature-image { position: relative; min-height: 620px; }
.signature-image img { width: 100%; height: 100%; object-fit: cover; }
.vertical-label { position: absolute; right: 0; top: 0; bottom: 0; writing-mode: vertical-rl; display: grid; place-items: center; padding: 22px 14px; color: white; background: var(--rust); font-size: 9px; letter-spacing: .24em; }
.signature-copy { align-self: center; padding: 70px clamp(45px,7vw,110px); }
.signature-copy h2 em { color: var(--forest); }
.signature-copy > p:not(.kicker) { margin: 28px 0; line-height: 1.75; }
.signature-copy ul { padding: 0; margin: 32px 0; list-style: none; border-top: 1px solid rgba(9,39,27,.18); }
.signature-copy li { display: flex; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(9,39,27,.18); }
.signature-copy li > svg { width: 21px; }
.signature-copy li span { display: grid; gap: 2px; font-size: 12px; }
.signature-copy li strong { font-size: 13px; }
.btn-dark { color: white; background: var(--forest-deep); }
.btn-dark:hover { background: var(--forest); transform: translateY(-2px); }

.agenda { background: var(--cream); }
.section-top.dark-text { align-items: end; }
.event-list { margin-top: 62px; border-top: 1px solid var(--line); }
.event-card { min-height: 180px; display: grid; grid-template-columns: 130px 1fr 70px; gap: 40px; align-items: center; padding: 30px 10px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.event-card:hover { padding-inline: 28px; background: white; }
.event-date { display: grid; }
.event-date strong { color: var(--forest); font-family: var(--serif); font-size: 38px; }
.event-date span { color: var(--muted); font-size: 11px; }
.event-type { margin: 0 0 8px !important; color: var(--rust) !important; font-size: 9px !important; font-weight: 800; letter-spacing: .16em; }
.event-card h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 26px; }
.event-card p { max-width: 660px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.event-card > svg { width: 30px; height: 30px; color: var(--leaf); }
.event-note { margin-top: 18px; color: var(--muted); font-size: 11px; }

.story { color: white; background: var(--forest); }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.story-copy h2 em { color: var(--lime); }
.story-copy > p:not(.kicker) { color: rgba(255,255,255,.72); line-height: 1.75; }
.btn-outline { margin-top: 20px; color: white; border-color: rgba(255,255,255,.45); background: transparent; }
.btn-outline:hover { border-color: var(--lime); color: var(--forest-deep); background: var(--lime); }
.story-visual { position: relative; }
.story-visual img { width: 100%; aspect-ratio: 4/4.2; object-fit: cover; }
.story-caption { position: absolute; left: -65px; right: 38px; bottom: 32px; display: flex; gap: 18px; padding: 22px 28px; color: var(--ink); background: var(--lime); box-shadow: var(--shadow); }
.story-caption span { font-family: var(--serif); font-size: 30px; }
.story-caption p { display: grid; gap: 4px; margin: 0; font-size: 12px; }

.gallery { overflow: hidden; background: var(--sand); }
.gallery-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 46px; }
.gallery-heading .kicker { grid-column: 1/-1; }
.gallery-heading p:last-child { max-width: 340px; margin: 0; color: var(--muted); line-height: 1.6; }
.gallery-grid { width: min(1500px, calc(100% - 30px)); margin: auto; display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-template-rows: 270px 270px; gap: 12px; }
.gallery-item { position: relative; padding: 0; overflow: hidden; border: 0; background: var(--forest); cursor: zoom-in; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, opacity .3s; }
.gallery-item:hover img { transform: scale(1.035); opacity: .78; }
.gallery-item span { position: absolute; left: 18px; bottom: 18px; display: flex; align-items: center; gap: 8px; color: white; opacity: 0; font-size: 11px; transform: translateY(8px); transition: .25s; }
.gallery-item:hover span { opacity: 1; transform: none; }
.gallery-item span svg { width: 14px; }

.plan { background: var(--cream); }
.section-heading.centered { text-align: center; }
.plan-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.plan-card { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; padding: 34px; color: var(--ink); text-align: left; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; transition: background .25s, transform .25s; }
.plan-card:last-child { border-right: 0; }
.plan-card:hover { color: white; background: var(--forest); transform: translateY(-6px); }
.plan-card > svg { width: 30px; height: 30px; margin-bottom: auto; color: var(--rust); }
.plan-card:hover > svg { color: var(--lime); }
.plan-card h3 { margin: 35px 0 9px; font-family: var(--serif); font-size: 22px; }
.plan-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.plan-card:hover p { color: rgba(255,255,255,.65); }
.plan-card span { display: flex; align-items: center; gap: 7px; margin-top: 22px; font-size: 11px; font-weight: 700; }
.plan-card span svg { width: 15px; }

.local-guide { background: #e7ede3; }
.guide-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.guide-intro-copy { padding-bottom: 4px; }
.guide-intro-copy > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.guide-tabs { margin-top: 62px; display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.guide-tab { min-height: 112px; display: grid; grid-template-columns: 42px 1fr 34px; align-items: center; gap: 16px; padding: 20px 28px; color: var(--muted); text-align: left; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; transition: .25s; }
.guide-tab:last-child { border-right: 0; }
.guide-tab > svg { width: 28px; height: 28px; color: var(--leaf); }
.guide-tab span { display: grid; gap: 4px; }
.guide-tab strong { color: var(--ink); font-family: var(--serif); font-size: 20px; }
.guide-tab small { font-size: 11px; }
.guide-tab b { width: 32px; height: 32px; display: grid; place-items: center; color: var(--forest); border: 1px solid var(--line); border-radius: 50%; font-size: 11px; }
.guide-tab:hover, .guide-tab.is-active { background: var(--forest); }
.guide-tab:hover strong, .guide-tab.is-active strong { color: white; }
.guide-tab:hover small, .guide-tab.is-active small { color: rgba(255,255,255,.62); }
.guide-tab:hover > svg, .guide-tab.is-active > svg { color: var(--lime); }
.guide-tab:hover b, .guide-tab.is-active b { color: var(--forest-deep); border-color: var(--lime); background: var(--lime); }
.local-guide-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.local-card { min-height: 365px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--cream); cursor: pointer; transition: transform .25s, box-shadow .25s; }
.local-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.local-card:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }
.local-card-visual { position: relative; height: 145px; display: flex; align-items: end; justify-content: space-between; padding: 22px; overflow: hidden; color: white; background: var(--forest); }
.local-card-visual::before, .local-card-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.local-card-visual::before { width: 180px; height: 180px; right: -45px; top: -92px; }
.local-card-visual::after { width: 115px; height: 115px; right: 20px; top: -55px; }
.local-card[data-kind="eat"] .local-card-visual { background: var(--rust); }
.local-card-monogram { position: relative; z-index: 1; font-family: var(--serif); font-size: 62px; font-weight: 800; line-height: .75; letter-spacing: -.07em; opacity: .9; }
.local-card-visual > svg { position: relative; z-index: 1; width: 26px; height: 26px; color: var(--lime); }
.local-card[data-kind="eat"] .local-card-visual > svg { color: #ffe3c5; }
.local-card-body { flex: 1; display: flex; flex-direction: column; padding: 25px; }
.local-card-meta { display: flex; gap: 7px; margin-bottom: 14px; flex-wrap: wrap; }
.local-card-meta span { padding: 5px 8px; color: var(--leaf); background: rgba(71,122,82,.1); border-radius: 2px; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.local-card[data-kind="eat"] .local-card-meta span { color: #9a4b28; background: rgba(198,109,63,.1); }
.local-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 22px; line-height: 1.15; letter-spacing: -.03em; }
.local-card p { margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.local-card-actions { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 17px; border-top: 1px solid var(--line); }
.local-card-actions small { display: flex; align-items: center; gap: 6px; color: var(--muted); }
.local-card-actions small svg { width: 14px; }
.local-card-details, .local-card-actions a { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.local-card-details { color: var(--forest); }
.local-card-details svg { width: 14px; }
.local-card-actions a { color: var(--muted); }
.local-card-actions a svg { width: 14px; transition: transform .2s; }
.local-card-actions a:hover svg { transform: translate(3px,-3px); }
.guide-disclaimer { margin-top: 26px; display: flex; align-items: start; gap: 13px; padding: 18px 20px; color: var(--muted); border: 1px solid var(--line); font-size: 11px; }
.guide-disclaimer > svg { flex: 0 0 auto; width: 18px; color: var(--rust); }
.guide-disclaimer p { display: grid; gap: 3px; margin: 0; line-height: 1.5; }
.guide-disclaimer strong { color: var(--ink); }

.map-section { position: relative; min-height: 600px; display: flex; align-items: center; }
.map-section iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.65) contrast(.95); }
.map-card { position: relative; z-index: 2; width: min(500px,calc(100% - 40px)); margin-left: max(20px,calc((100vw - 1180px)/2)); padding: 50px; background: var(--cream); box-shadow: var(--shadow); }
.map-card h2 { font-size: clamp(36px,4vw,52px); }
.map-card > p:not(.kicker) { color: var(--muted); line-height: 1.7; }
.route-info { display: flex; gap: 30px; margin: 26px 0; }
.route-info span { display: grid; grid-template-columns: 22px auto; column-gap: 7px; }
.route-info svg { grid-row: 1/3; width: 18px; color: var(--rust); }
.route-info small { color: var(--muted); font-size: 10px; }

.newsletter { color: white; background: var(--rust); }
.newsletter-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.newsletter .kicker { color: #ffe7d5; }
.newsletter h2 { font-size: clamp(38px,5vw,62px); }
.newsletter h2 em { color: #ffe7d5; }
.newsletter-form label { display: block; margin-bottom: 12px; font-size: 11px; font-weight: 700; }
.newsletter-form > div { display: flex; border-bottom: 1px solid rgba(255,255,255,.6); }
.newsletter-form input { width: 100%; padding: 15px 0; color: white; border: 0; outline: 0; background: transparent; font-size: 18px; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.65); }
.newsletter-form button { width: 50px; color: var(--forest-deep); border: 0; background: var(--lime); cursor: pointer; }
.newsletter-form p { color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.5; }
.newsletter-form.visitor-form > div { border: 0; }
.visitor-fields { display: grid !important; grid-template-columns: 1fr 1fr; gap: 15px 18px; }
.visitor-fields label { margin: 0; color: rgba(255,255,255,.82); }
.visitor-fields input { margin-top: 5px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.5); }
.visitor-fields .visitor-wide { grid-column: 1/-1; }
.visitor-consent { display: flex !important; align-items: center; gap: 9px; margin: 17px 0 12px !important; color: rgba(255,255,255,.76); font-size: 9px !important; font-weight: 400 !important; }
.visitor-consent input { width: 15px; height: 15px; accent-color: var(--lime); }
.visitor-submit { margin-bottom: 8px; border: 0; }

.footer { padding: 80px 0 24px; color: rgba(255,255,255,.68); background: var(--forest-deep); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr 1fr .8fr; gap: 60px; }
.brand-light { color: white; }
.footer-brand p { max-width: 300px; margin-top: 24px; line-height: 1.7; }
.footer h3 { margin: 0 0 20px; color: white; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; font-size: 12px; }
.footer-grid a:hover { color: var(--lime); }
.footer-grid p { margin: 0; font-size: 12px; line-height: 1.7; }
.footer-bottom { margin-top: 65px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.footer-bottom a { display: flex; align-items: center; gap: 7px; }
.footer-bottom svg { width: 13px; }

.route-drawer { position: fixed; z-index: 1002; top: 0; right: 0; width: min(440px,100%); height: 100dvh; display: flex; flex-direction: column; color: var(--ink); background: var(--cream); transform: translateX(105%); transition: transform .35s ease; }
.route-drawer.is-open { transform: none; }
.drawer-backdrop { position: fixed; z-index: 1001; inset: 0; visibility: hidden; opacity: 0; background: rgba(4,20,13,.64); transition: .3s; }
.drawer-backdrop.is-open { visibility: visible; opacity: 1; }
.drawer-head { display: flex; justify-content: space-between; align-items: start; padding: 34px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-family: var(--serif); font-size: 36px; }
.drawer-head button, .modal-close { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; border-radius: 50%; cursor: pointer; }
.drawer-head svg, .modal-close svg { width: 18px; }
.drawer-body { flex: 1; padding: 20px 34px; overflow-y: auto; }
.route-empty { padding-top: 70px; text-align: center; color: var(--muted); }
.route-empty svg { width: 44px; height: 44px; margin-bottom: 14px; color: var(--leaf); }
.route-item { display: grid; grid-template-columns: 64px 1fr 30px; gap: 13px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.route-item img { width: 64px; height: 64px; object-fit: cover; }
.route-item h3 { margin: 0 0 5px; font-size: 14px; }
.route-item p { margin: 0; color: var(--muted); font-size: 10px; }
.route-item button { color: var(--muted); border: 0; background: transparent; cursor: pointer; }
.route-item button svg { width: 16px; }
.drawer-footer { padding: 24px 34px; border-top: 1px solid var(--line); }
.drawer-footer .btn { width: 100%; }
.clear-route { width: 100%; margin-top: 12px; padding: 8px; color: var(--muted); border: 0; background: transparent; font-size: 11px; cursor: pointer; }

dialog { padding: 0; border: 0; }
dialog::backdrop { background: rgba(4,20,13,.82); backdrop-filter: blur(5px); }
.place-modal { width: min(860px,calc(100% - 28px)); max-height: 90vh; color: var(--ink); background: var(--cream); }
.modal-close { position: absolute; z-index: 4; top: 18px; right: 18px; background: var(--cream); }
.modal-hero { position: relative; height: 360px; }
.modal-hero img { width: 100%; height: 100%; object-fit: cover; }
.modal-body { padding: 38px; }
.modal-body .place-card-tag { color: var(--rust); }
.modal-body h2 { margin: 0 0 14px; font-family: var(--serif); font-size: 38px; }
.modal-body p { color: var(--muted); line-height: 1.7; }
.modal-meta { display: flex; gap: 28px; padding: 20px 0; margin: 20px 0; border-block: 1px solid var(--line); }
.modal-meta span { display: grid; gap: 4px; font-size: 11px; }
.modal-meta strong { font-size: 13px; }
.modal-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.business-modal { width: min(980px,calc(100% - 28px)); max-height: 92vh; color: var(--ink); background: var(--cream); }
.business-detail-head { position: relative; min-height: 260px; display: flex; align-items: end; padding: 46px; overflow: hidden; color: white; background: var(--forest); }
.business-detail-head[data-kind="eat"] { background: var(--rust); }
.business-detail-head::before, .business-detail-head::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.business-detail-head::before { width: 430px; height: 430px; right: -70px; top: -270px; }
.business-detail-head::after { width: 270px; height: 270px; right: 70px; top: -170px; }
.business-detail-head > div { position: relative; z-index: 1; }
.business-detail-head .local-card-meta span { color: var(--forest-deep); background: var(--lime); }
.business-detail-head[data-kind="eat"] .local-card-meta span { color: #7f3217; background: #ffe3c5; }
.business-detail-head h2 { max-width: 680px; margin: 0; font-family: var(--serif); font-size: clamp(36px,5vw,62px); line-height: .98; letter-spacing: -.055em; }
.business-detail-body { padding: 38px 46px 48px; }
.business-summary { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.business-summary p { max-width: 620px; margin: 0; color: var(--muted); line-height: 1.75; }
.business-summary .btn-outline { margin: 0; color: var(--ink); border-color: var(--line); white-space: nowrap; }
.business-gallery-head { margin: 34px 0 18px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.business-gallery-head h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 25px; }
.business-gallery-head p { margin: 0; color: var(--muted); font-size: 11px; }
.business-photo-count { flex: 0 0 auto; padding: 7px 11px; color: var(--forest); background: rgba(71,122,82,.1); border-radius: 999px; font-size: 10px; font-weight: 700; }
.business-photo-grid { min-height: 130px; display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.business-photo { position: relative; aspect-ratio: 1; overflow: hidden; border: 0; background: var(--sand); cursor: zoom-in; }
.business-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.business-photo:hover img { transform: scale(1.05); }
.business-gallery-empty, .business-gallery-loading { grid-column: 1/-1; min-height: 130px; display: grid; place-items: center; padding: 25px; color: var(--muted); border: 1px dashed var(--line); text-align: center; font-size: 12px; }
.business-gallery-empty span { display: grid; justify-items: center; gap: 8px; }
.business-gallery-empty svg { width: 28px; color: var(--leaf); }
.photo-upload-form { margin-top: 24px; padding: 22px; border: 1px solid var(--line); background: var(--sand); }
.photo-upload-title { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.photo-upload-title h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 20px; }
.photo-upload-title p { margin: 0; color: var(--muted); font-size: 11px; }
.photo-upload-title > i { color: var(--rust); font-size: 10px; font-style: normal; font-weight: 700; }
.photo-upload-controls { margin-top: 18px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.photo-file-input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.photo-file-label { min-height: 46px; display: inline-flex; align-items: center; gap: 9px; padding: 0 17px; color: var(--forest); border: 1px dashed var(--leaf); background: rgba(255,255,255,.65); font-size: 11px; font-weight: 700; cursor: pointer; }
.photo-file-label:hover { background: white; }
.photo-file-label svg { width: 17px; }
.photo-upload-controls .btn { min-height: 46px; }
.photo-upload-controls .btn:disabled { opacity: .55; cursor: wait; transform: none; }
.upload-selection { flex: 1 1 100%; margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.upload-status { min-height: 18px; margin: 12px 0 0; color: var(--forest); font-size: 11px; font-weight: 600; }
.upload-status.is-error { color: #a23b2a; }
.video-modal { width: min(950px,calc(100% - 30px)); overflow: visible; background: #000; }
.video-frame { aspect-ratio: 16/9; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.light-close { color: white; border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.25); }
.lightbox { width: 100vw; height: 100vh; max-width: none; max-height: none; overflow: hidden; background: transparent; }
.lightbox > img { width: 100%; height: calc(100% - 70px); object-fit: contain; }
.lightbox-arrow { position: absolute; z-index: 2; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.2); border-radius: 50%; cursor: pointer; }
.lightbox-arrow.prev { left: 24px; }
.lightbox-arrow.next { right: 24px; }
.lightbox.is-single .lightbox-arrow { display: none; }
.lightbox-caption { margin: 12px 0 0; color: white; text-align: center; }
.toast { position: fixed; z-index: 1100; left: 50%; bottom: 24px; padding: 13px 20px; color: white; background: var(--forest-deep); box-shadow: var(--shadow); border-radius: 3px; opacity: 0; transform: translate(-50%,20px); pointer-events: none; transition: .25s; font-size: 12px; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }
.tourism-chat { position: fixed; z-index: 990; right: 24px; bottom: 24px; }
.chat-launcher { min-height: 62px; display: flex; align-items: center; gap: 12px; padding: 9px 17px 9px 9px; color: white; border: 1px solid rgba(255,255,255,.14); background: var(--forest-deep); box-shadow: 0 14px 42px rgba(5,30,19,.3); border-radius: 999px; cursor: pointer; transition: transform .2s, background .2s; }
.chat-launcher:hover { background: var(--forest); transform: translateY(-3px); }
.chat-launcher-icon { position: relative; width: 44px; height: 44px; display: grid; place-items: center; color: var(--forest-deep); background: var(--lime); border-radius: 50%; }
.chat-launcher-icon svg { width: 21px; }
.chat-launcher-icon b { position: absolute; right: 1px; top: 1px; width: 10px; height: 10px; background: #55c878; border: 2px solid var(--forest-deep); border-radius: 50%; }
.chat-launcher > span:last-child { display: grid; gap: 2px; text-align: left; }
.chat-launcher small { color: var(--lime); font-size: 7px; letter-spacing: .16em; }
.chat-launcher strong { font-size: 12px; }
.chat-panel { position: absolute; right: 0; bottom: 76px; width: min(375px,calc(100vw - 28px)); visibility: hidden; overflow: hidden; color: var(--ink); background: var(--cream); box-shadow: 0 24px 80px rgba(5,30,19,.3); border-radius: 12px; opacity: 0; transform: translateY(16px) scale(.97); transform-origin: right bottom; transition: .25s ease; }
.chat-panel.is-open { visibility: visible; opacity: 1; transform: none; }
.chat-head { min-height: 84px; display: grid; grid-template-columns: 46px 1fr 36px; gap: 12px; align-items: center; padding: 16px 17px; color: white; background: var(--forest); }
.chat-avatar { width: 46px; height: 46px; display: grid; place-items: center; color: var(--forest-deep); background: var(--lime); border-radius: 50%; }
.chat-avatar svg { width: 22px; }
.chat-head > div:nth-child(2) { display: grid; gap: 5px; }
.chat-head strong { font-family: var(--serif); font-size: 15px; }
.chat-head span { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.68); font-size: 9px; }
.chat-head span b { width: 7px; height: 7px; background: #63d182; border-radius: 50%; }
#chat-connection-label b { flex: 0 0 auto; }
.chat-head button { width: 34px; height: 34px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.24); background: transparent; border-radius: 50%; cursor: pointer; }
.chat-head button svg { width: 16px; }
.chat-body { max-height: 430px; padding: 22px 18px 18px; overflow-y: auto; background: linear-gradient(rgba(242,237,227,.92),rgba(242,237,227,.92)), radial-gradient(circle at 20% 20%,var(--leaf) 1px,transparent 1px); background-size: auto,18px 18px; }
.chat-message { max-width: 85%; padding: 13px 15px; background: white; box-shadow: 0 5px 18px rgba(18,52,36,.08); border-radius: 3px 12px 12px 12px; }
.chat-message p { margin: 0; font-size: 13px; line-height: 1.55; }
.chat-message small { display: block; margin-top: 7px; color: var(--muted); font-size: 8px; }
.chat-hours { display: flex; align-items: center; gap: 9px; margin: 14px 0; padding: 10px 12px; color: var(--muted); background: rgba(255,255,255,.58); border-radius: 5px; font-size: 9px; }
.chat-hours svg { flex: 0 0 auto; width: 16px; color: var(--rust); }
.chat-hours span { display: grid; gap: 2px; }
.chat-hours strong { color: var(--ink); }
.chat-suggestions { display: flex; gap: 7px; flex-wrap: wrap; }
.chat-suggestions button { padding: 7px 10px; color: var(--forest); border: 1px solid rgba(71,122,82,.3); background: rgba(255,255,255,.78); border-radius: 999px; font-size: 9px; cursor: pointer; }
.chat-suggestions button:hover { color: white; border-color: var(--forest); background: var(--forest); }
.chat-form { padding: 15px 17px 13px; border-top: 1px solid var(--line); background: white; }
.chat-form > label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.chat-form > div { display: grid; grid-template-columns: 1fr 43px; gap: 8px; align-items: end; }
.chat-form textarea { max-height: 100px; min-height: 43px; padding: 12px 13px; resize: none; color: var(--ink); border: 1px solid var(--line); outline: 0; background: var(--cream); border-radius: 5px; font-size: 12px; line-height: 1.45; }
.chat-form textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 2px rgba(71,122,82,.12); }
.chat-form button { width: 43px; height: 43px; display: grid; place-items: center; color: var(--forest-deep); border: 0; background: var(--lime); border-radius: 50%; cursor: pointer; }
.chat-form button:hover { background: #dfea8e; }
.chat-form button svg { width: 18px; }
.chat-form > p { display: flex; align-items: center; gap: 5px; margin: 9px 0 0; color: var(--muted); font-size: 8px; }
.chat-form > p svg { width: 12px; color: var(--leaf); }
.chat-form > p a { color: var(--leaf); font-weight: 700; }
.chat-identify { display: grid; gap: 9px; margin: 0 0 14px; }
.chat-identify label { display: grid; gap: 5px; color: var(--muted); font-size: 8px; font-weight: 700; }
.chat-identify input { width: 100%; padding: 9px 10px; color: var(--ink); border: 1px solid var(--line); outline: 0; background: rgba(255,255,255,.82); border-radius: 4px; font-size: 11px; }
.chat-identify input:focus { border-color: var(--leaf); }
.chat-account-gate { display: grid; gap: 12px; margin-top: 15px; padding: 15px; border: 1px solid rgba(71,122,82,.2); background: rgba(255,255,255,.84); border-radius: 9px; box-shadow: 0 8px 28px rgba(18,52,36,.07); }
.chat-auth-intro { display: grid; gap: 4px; }
.chat-auth-intro strong { color: var(--forest-deep); font-family: var(--serif); font-size: 14px; }
.chat-auth-intro span { color: var(--muted); font-size: 9px; line-height: 1.45; }
.chat-auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 3px; background: var(--sand); border-radius: 7px; }
.chat-auth-tabs button { padding: 8px; color: var(--muted); border: 0; background: transparent; border-radius: 5px; cursor: pointer; font-size: 10px; font-weight: 700; }
.chat-auth-tabs button.is-active { color: white; background: var(--forest); box-shadow: 0 3px 10px rgba(9,39,27,.18); }
.chat-auth-form { display: grid; gap: 9px; }
.chat-auth-form > strong { color: var(--forest-deep); font-size: 12px; }
.chat-auth-form label { display: grid; gap: 5px; color: var(--muted); font-size: 8px; font-weight: 700; }
.chat-auth-form input { width: 100%; min-height: 39px; padding: 9px 10px; color: var(--ink); border: 1px solid var(--line); outline: 0; background: white; border-radius: 5px; font-size: 11px; }
.chat-auth-form input:focus { border-color: var(--leaf); box-shadow: 0 0 0 2px rgba(71,122,82,.12); }
.chat-auth-form small { display: flex; align-items: flex-start; gap: 5px; color: var(--muted); font-size: 7.5px; line-height: 1.4; }
.chat-auth-form small svg { flex: 0 0 auto; width: 12px; color: var(--leaf); }
.chat-auth-submit { min-height: 39px; padding: 9px 12px; color: white; border: 0; background: var(--forest); border-radius: 5px; cursor: pointer; font-size: 10px; font-weight: 800; }
.chat-auth-submit:hover { background: var(--forest-deep); }
.chat-auth-submit:disabled { opacity: .58; cursor: wait; }
.chat-auth-link { justify-self: center; padding: 2px; color: var(--leaf); border: 0; background: transparent; cursor: pointer; font-size: 9px; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.chat-auth-back button { display: flex; align-items: center; gap: 4px; padding: 0; color: var(--leaf); border: 0; background: transparent; cursor: pointer; font-size: 8px; font-weight: 700; }
.chat-auth-back svg { width: 12px; }
.chat-auth-status { min-height: 12px; margin: 0; color: var(--rust); font-size: 8.5px; line-height: 1.4; }
.chat-account-summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 14px 0 10px; padding: 9px 11px; color: var(--forest-deep); background: rgba(203,220,117,.24); border: 1px solid rgba(71,122,82,.18); border-radius: 6px; font-size: 9px; }
.chat-account-summary button { padding: 4px 8px; color: var(--forest); border: 1px solid rgba(71,122,82,.3); background: white; border-radius: 999px; cursor: pointer; font-size: 8px; font-weight: 700; }
.chat-live-messages { display: grid; gap: 9px; }
.chat-live-message { max-width: 85%; padding: 10px 12px; background: white; box-shadow: 0 5px 18px rgba(18,52,36,.08); border-radius: 3px 11px 11px 11px; }
.chat-live-message.from-visitor { justify-self: end; color: white; background: var(--forest); border-radius: 11px 3px 11px 11px; }
.chat-live-message p { margin: 0; white-space: pre-wrap; word-break: break-word; font-size: 11px; line-height: 1.45; }
.chat-live-message small { display: block; margin-top: 4px; color: var(--muted); font-size: 7px; }
.chat-live-message.from-visitor small { color: rgba(255,255,255,.56); }
.chat-closed { display: grid; gap: 8px; padding: 10px; color: var(--muted); background: rgba(255,255,255,.7); border-radius: 4px; text-align: center; font-size: 9px; }
.chat-closed button { justify-self: center; padding: 7px 10px; color: white; border: 0; background: var(--forest); border-radius: 999px; cursor: pointer; font-size: 8px; font-weight: 700; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-menu { position: absolute; top: 82px; left: 0; right: 0; display: none; align-items: stretch; padding: 18px 20px 25px; color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
  .nav-menu.is-open { display: grid; }
  .nav-menu > a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav-menu > a::after { display: none; }
  .route-button { margin-top: 8px; justify-content: center; }
  .travel-search { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .search-submit { grid-column: 1/-1; }
  .intro-grid, .story-grid, .newsletter-inner, .guide-intro { grid-template-columns: 1fr; gap: 50px; }
  .numbers { grid-template-columns: repeat(2,1fr); }
  .numbers div:nth-child(2) { border-right: 0; }
  .numbers div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .place-card, .place-card:nth-child(1), .place-card:nth-child(5) { grid-column: span 6; }
  .signature { grid-template-columns: 1fr; }
  .signature-image { min-height: 500px; }
  .story-copy { max-width: 650px; }
  .story-visual { width: 80%; margin-left: auto; }
  .plan-grid { grid-template-columns: repeat(2,1fr); }
  .plan-card:nth-child(2) { border-right: 0; }
  .plan-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .local-guide-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px,1180px); }
  .section { padding: 68px 0; }
  .topbar { display: none; }
  .navbar { top: 0; }
  .nav-inner { min-height: 72px; }
  .nav-menu { top: 72px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand-copy strong { font-size: 13px; }
  .hero { height: 100svh; min-height: 680px; max-height: none; }
  .hero-content { padding-top: 50px; }
  .hero h1 { line-height: .91; }
  .hero h1 strong { font-size: clamp(43px, 13vw, 65px); }
  .hero h1 span { margin: 12px 0 8px 3px; font-size: 12px; letter-spacing: .19em; }
  .hero h1 em { font-size: clamp(50px, 15vw, 74px); }
  .hero-lead { margin-top: 28px; font-size: 15px; }
  .hero-actions { display: grid; max-width: 310px; }
  .hero-controls { left: 14px; bottom: 22px; }
  .hero-weather { right: 14px; bottom: 18px; min-width: 0; padding: 11px 13px; }
  .hero-weather svg { width: 20px; }
  .hero-weather small { display: none; }
  .hero-weather strong { font-size: 13px; }
  .travel-search { grid-template-columns: 1fr; padding: 14px 0; }
  .search-field { padding: 8px 4px 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .search-select { padding: 18px 4px; }
  .search-submit { grid-column: auto; }
  .intro-grid { gap: 40px; }
  .section-heading h2, .signature-copy h2, .story-copy h2, .gallery-heading h2, .newsletter h2 { font-size: 45px; }
  .numbers { margin-top: 55px; }
  .numbers div { padding: 23px 12px; }
  .numbers strong { font-size: 36px; }
  .section-top { display: block; }
  .section-top > p { margin-top: 25px; }
  .filter-row { flex-wrap: nowrap; margin-right: -14px; padding-right: 14px; overflow-x: auto; scrollbar-width: none; }
  .filter-btn { white-space: nowrap; }
  .experience-grid { display: block; }
  .place-card { min-height: 430px; margin-bottom: 14px; }
  .place-card h3 { padding-right: 45px; font-size: 25px; }
  .signature-image { min-height: 430px; }
  .signature-copy { padding: 55px 24px; }
  .event-card { grid-template-columns: 72px 1fr; gap: 16px; }
  .event-card > svg { display: none; }
  .event-date strong { font-size: 28px; }
  .event-card:hover { padding-inline: 10px; }
  .story-grid { gap: 60px; }
  .story-visual { width: calc(100% - 25px); }
  .story-caption { left: -25px; right: 15px; bottom: 18px; padding: 18px; }
  .gallery-heading { display: block; }
  .gallery-heading p:last-child { margin-top: 20px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 190px 220px; }
  .gallery-item.tall { grid-column: span 2; grid-row: auto; }
  .gallery-item.wide { grid-column: span 2; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .plan-card:last-child { border-bottom: 0; }
  .guide-intro { gap: 34px; }
  .guide-tabs { grid-template-columns: 1fr; margin-top: 42px; }
  .guide-tab { border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 18px; }
  .guide-tab:last-child { border-bottom: 0; }
  .local-guide-grid { grid-template-columns: 1fr; }
  .map-section { min-height: 760px; align-items: end; padding-bottom: 25px; }
  .map-card { margin: 0 auto; padding: 34px 25px; }
  .route-info { gap: 15px; flex-wrap: wrap; }
  .newsletter-inner { gap: 45px; }
  .visitor-fields { grid-template-columns: 1fr; }
  .visitor-fields .visitor-wide { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 28px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; gap: 12px; }
  .modal-hero { height: 240px; }
  .modal-body { padding: 27px 22px; }
  .modal-body h2 { font-size: 30px; }
  .modal-meta { gap: 16px; flex-wrap: wrap; }
  .business-detail-head { min-height: 220px; padding: 54px 23px 28px; }
  .business-detail-body { padding: 28px 22px 34px; }
  .business-summary { grid-template-columns: 1fr; gap: 20px; }
  .business-photo-grid { grid-template-columns: repeat(2,1fr); }
  .photo-upload-title { display: grid; }
  .lightbox-arrow { width: 40px; height: 40px; }
  .lightbox-arrow.prev { left: 8px; }
  .lightbox-arrow.next { right: 8px; }
  .tourism-chat { right: 14px; bottom: 14px; }
  .chat-launcher { width: 54px; height: 54px; min-height: 54px; padding: 5px; }
  .chat-launcher-icon { width: 44px; height: 44px; }
  .chat-launcher > span:last-child { display: none; }
  .chat-panel { bottom: 66px; }
}

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