:root {
  --ink: #122b2d;
  --river: #0d5965;
  --river-dark: #073d4a;
  --river-light: #9dd8d3;
  --sand: #f1eadc;
  --paper: #fbf7ef;
  --sun: #ec9a4a;
  --coral: #d8664b;
  --sage: #56745e;
  --line: rgba(18, 43, 45, .13);
  --shadow: 0 24px 70px rgba(27, 46, 43, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible { outline: 4px solid rgba(236,154,74,.62); outline-offset: 3px; }
.link-quarantined { display: grid; gap: 4px; padding: 16px 18px; border: 1px solid rgba(180, 68, 45, .28); border-radius: 14px; background: #fff0e9; color: #783423; }
.link-quarantined span, .link-scan-note { font-size: 14px; line-height: 1.45; }
.link-scan-note { color: #637274; }
.empty-state--rebuild { max-width: 760px; margin: 18px auto; padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(13,89,101,.09), rgba(241,234,220,.72)); text-align: center; }
.empty-state--rebuild strong { display: block; font: 700 clamp(28px, 4vw, 46px)/1.05 "Iowan Old Style", Georgia, serif; }
.empty-state--rebuild p { max-width: 620px; margin: 18px auto; font-size: 18px; line-height: 1.6; }
.empty-state--rebuild span { display: inline-block; padding: 9px 13px; border-radius: 999px; background: var(--river-dark); color: var(--paper); font-size: 13px; font-weight: 700; }
.modal__panel--external { max-width: 600px; text-align: left; }
.external-shield { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--river-dark); color: var(--paper); font-size: 28px; }
.external-domain { margin: 22px 0 12px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(13,89,101,.06); overflow-wrap: anywhere; }
.external-domain small, .external-domain strong { display: block; }
.external-domain small { margin-bottom: 5px; color: #647274; text-transform: uppercase; letter-spacing: .12em; }
.external-scan { padding-left: 14px; border-left: 3px solid var(--sun); color: #526265; line-height: 1.5; }
.external-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.external-actions > * { min-height: 48px; padding: 13px 18px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; text-decoration: none; }
.secondary-action { border: 1px solid var(--line); background: transparent; }
.primary-button { border: 1px solid var(--river-dark); background: var(--river-dark); color: var(--paper); }
.ambient { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.ambient span { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .25; }
.ambient span:nth-child(1) { width: 34rem; height: 34rem; background: #cde7df; top: 20%; right: -20rem; }
.ambient span:nth-child(2) { width: 24rem; height: 24rem; background: #f4c392; bottom: 15%; left: -16rem; }
.ambient span:nth-child(3) { width: 12rem; height: 12rem; border: 1px solid #89b4aa; top: 58%; left: 42%; }
.ambient i { display: none; position: absolute; }

.topbar {
  min-height: 86px;
  padding: 13px clamp(18px, 3.5vw, 56px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 247, 239, .9);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.hotel-mark { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; width: fit-content; }
.hotel-mark__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--river-dark); }
.hotel-mark__icon svg { width: 30px; fill: none; stroke: var(--river-light); stroke-width: 1.8; }
.hotel-mark strong { display: block; font: 700 23px/1 "Iowan Old Style", Georgia, serif; letter-spacing: -.02em; }
.hotel-mark small, .citykeyosk-brand small { display: block; font-size: 9px; letter-spacing: .2em; margin-top: 5px; font-weight: 700; }
.topbar__center { display: grid; justify-items: center; color: var(--river-dark); }
.topbar__center small { margin-top: 1px; color: #6b7978; font-size: 8px; font-weight: 800; letter-spacing: .25em; }
.digital-clock { font: 700 clamp(28px, 3vw, 44px)/.9 ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-variant-numeric: tabular-nums; letter-spacing: -.07em; }
.weather-button { justify-self: end; min-width: 230px; min-height: 58px; padding: 8px 12px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.62); cursor: pointer; transition: .2s ease; }
.weather-button:hover { transform: translateY(-2px); background: white; box-shadow: 0 9px 24px rgba(18,43,45,.09); }
.weather-button svg { width: 31px; fill: none; stroke: var(--sun); stroke-width: 1.7; }
.weather-button span:nth-child(2) { text-align: left; flex: 1; }
.weather-button strong { font-size: 17px; }
.weather-button small { display: block; color: #687777; margin-top: 2px; }
.weather-button #weather-updated { font-size: 9px; color: #7b8685; }
.chevron { font-size: 28px; color: #7b8988; }

.dev-weather-trigger { min-width: 158px; min-height: 54px; position: fixed; z-index: 70; right: 20px; bottom: 20px; padding: 8px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 17px; background: var(--river-dark); color: white; box-shadow: 0 18px 50px rgba(7,61,74,.28); cursor: pointer; text-align: left; transition: transform .2s ease, box-shadow .2s ease; }
.dev-weather-trigger:hover { transform: translateY(-3px); box-shadow: 0 22px 58px rgba(7,61,74,.34); }
.dev-weather-trigger > span:first-child { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: var(--sun); color: var(--river-dark); font-size: 18px; }
.dev-weather-trigger small, .dev-weather-trigger strong { display: block; }
.dev-weather-trigger small { color: #bcd1d2; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.dev-weather-trigger strong { max-width: 120px; margin-top: 3px; overflow: hidden; text-overflow: ellipsis; font-size: 13px; white-space: nowrap; }
.dev-weather-trigger[hidden], .dev-weather-panel[hidden] { display: none; }

.dev-weather-panel { width: min(430px, calc(100vw - 32px)); position: fixed; z-index: 75; right: 20px; bottom: 86px; padding: 24px; border: 1px solid rgba(255,255,255,.6); border-radius: 25px; background: rgba(251,247,239,.96); box-shadow: 0 30px 90px rgba(7,38,43,.28); backdrop-filter: blur(22px); animation: dev-weather-rise .3s ease; }
.dev-weather-panel__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.dev-weather-panel__header h2 { margin: 0; font: 700 31px/1 "Iowan Old Style", Georgia, serif; letter-spacing: -.025em; }
.dev-weather-panel__close { width: 46px; height: 46px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; font-size: 25px; }
.dev-weather-panel__copy { margin: 16px 0 18px; color: #5c6d6c; font-size: 14px; line-height: 1.5; }
.dev-weather-value { padding: 15px 17px; display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; border-radius: 16px; background: var(--river-dark); color: white; }
.dev-weather-value small { align-self: center; color: #bcd1d2; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.dev-weather-value strong { grid-row: span 2; align-self: center; color: var(--sun); font: 700 27px "Iowan Old Style", Georgia, serif; }
.dev-weather-value span { color: #d5e3e2; font-size: 12px; }
.dev-weather-slider-row { margin-top: 20px; display: grid; grid-template-columns: 46px 1fr 46px; align-items: center; gap: 10px; }
.dev-weather-slider-row button { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: white; cursor: pointer; font-size: 23px; font-weight: 800; }
.dev-weather-slider-row button:disabled { opacity: .32; cursor: not-allowed; }
.dev-weather-slider-row input { width: 100%; height: 44px; margin: 0; accent-color: var(--coral); cursor: grab; }
.dev-weather-slider-row input:active { cursor: grabbing; }
.dev-weather-legend { margin: 7px 56px 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; color: #7a8785; font-size: 9px; text-align: center; }
.dev-weather-legend span { padding: 3px 1px; border-radius: 5px; }
.dev-weather-legend span.active { background: rgba(216,102,75,.13); color: var(--coral); font-weight: 900; }
.dev-weather-note { margin: 16px 0 0; padding-top: 13px; border-top: 1px solid var(--line); color: #74817f; font-size: 11px; line-height: 1.45; }
@keyframes dev-weather-rise { from { opacity: 0; transform: translateY(18px) scale(.98); } }

main { width: min(1480px, 100%); margin: 0 auto; padding: 0 clamp(18px, 3.5vw, 56px); }
.hero { min-height: 590px; display: grid; grid-template-columns: .96fr 1.04fr; gap: clamp(30px, 5vw, 80px); align-items: center; padding: clamp(58px, 8vw, 112px) 0 72px; }
.eyebrow { margin: 0 0 13px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.hero h1 { margin: 0; max-width: 760px; font: 700 clamp(58px, 6.7vw, 108px)/.88 "Iowan Old Style", Georgia, serif; letter-spacing: -.055em; }
.hero h1 em { color: var(--river); font-style: italic; font-weight: 600; }
.hero__lede { max-width: 560px; margin: 28px 0 34px; color: #566b6b; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.48; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.primary-action { min-height: 72px; min-width: 330px; padding: 10px 16px 10px 13px; display: flex; align-items: center; gap: 13px; border: 0; border-radius: 19px; background: var(--river-dark); color: white; box-shadow: 0 16px 35px rgba(7,61,74,.22); cursor: pointer; text-decoration: none; transition: .2s ease; }
.primary-action:hover { transform: translateY(-3px); background: #0a4a58; }
.primary-action__icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--sun); color: var(--river-dark); font-size: 22px; }
.primary-action span:nth-child(2) { text-align: left; flex: 1; }
.primary-action strong { display: block; font-size: 17px; }
.primary-action small { display: block; color: #bcd1d2; margin-top: 3px; }
.primary-action__arrow { font-size: 23px; }
.phone-action { min-height: 72px; padding: 0 20px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 19px; background: transparent; cursor: pointer; font-weight: 700; transition: .2s ease; }
.phone-action:hover { background: white; transform: translateY(-2px); }
.phone-action svg { width: 24px; fill: none; stroke: var(--river); stroke-width: 1.7; }

.hero__scene { --sky: #efc98f; --horizon: #d0d9bb; --water: #478a88; --mountain-back: #779481; --mountain-front: #365e58; height: clamp(400px, 38vw, 575px); min-height: 400px; position: relative; overflow: hidden; border-radius: 46% 46% 32px 32px; background: linear-gradient(var(--sky) 0 35%, var(--horizon) 35% 52%, var(--water) 52% 100%); box-shadow: var(--shadow); isolation: isolate; transition: background 1.2s ease; }
.hero__scene::before { content: ""; position: absolute; inset: 0; z-index: 1; opacity: 0; background-image: radial-gradient(circle at 15% 17%, white 0 1px, transparent 1.5px), radial-gradient(circle at 38% 8%, white 0 1px, transparent 1.5px), radial-gradient(circle at 67% 20%, white 0 1px, transparent 1.5px), radial-gradient(circle at 82% 10%, white 0 1px, transparent 1.5px), radial-gradient(circle at 55% 29%, white 0 1px, transparent 1.5px); transition: opacity 1.2s ease; }
.hero__scene::after { content: ""; position: absolute; inset: 0; z-index: 10; border: 1px solid rgba(255,255,255,.42); border-radius: inherit; pointer-events: none; }
.scene__sun { width: 23%; aspect-ratio: 1; position: absolute; z-index: 2; border-radius: 50%; top: 11%; right: 16%; background: #f39c4a; box-shadow: 0 0 0 22px rgba(247,181,99,.16); transition: 1.2s ease; }
.scene__mountains { position: absolute; width: 115%; height: 39%; left: -7%; clip-path: polygon(0 100%, 0 73%, 10% 58%, 18% 70%, 30% 31%, 39% 66%, 49% 43%, 59% 72%, 71% 25%, 83% 62%, 93% 45%, 100% 65%, 100% 100%); }
.scene__mountains--back { top: 28%; background: var(--mountain-back); opacity: .72; transition: background 1.2s ease; }
.scene__mountains--front { top: 38%; background: var(--mountain-front); transform: scaleX(1.05); transition: background 1.2s ease; }
.scene__river { position: absolute; left: -12%; width: 128%; height: 38%; border-radius: 48%; transform: rotate(-7deg); }
.scene__river--one { top: 54%; background: #1f7377; }
.scene__river--two { top: 67%; background: #a7cfca; left: -18%; transform: rotate(8deg); }
.weather-scene { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 9; pointer-events: none; }
.scene__label { position: absolute; z-index: 12; left: 28px; bottom: 24px; padding: 12px 15px; border-radius: 13px; color: white; background: rgba(7,61,74,.72); backdrop-filter: blur(8px); }
.scene__label span { display: block; font-size: 9px; letter-spacing: .18em; }
.scene__label strong { display: block; margin-top: 4px; font: 600 18px "Iowan Old Style", Georgia, serif; }
.scene__badge { position: absolute; z-index: 12; right: 25px; top: 47%; width: 106px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--paper); box-shadow: 0 10px 28px rgba(18,43,45,.2); }
.scene__badge span { font: 700 37px/.9 "Iowan Old Style", Georgia, serif; color: var(--river); }
.scene__badge small { margin-top: 6px; font-size: 8px; letter-spacing: .12em; font-weight: 800; }

body[data-daypart="morning"] .hero__scene { --sky: #f2bf8d; --horizon: #dce4c8; --water: #4b8f91; }
body[data-daypart="afternoon"] .hero__scene { --sky: #9ecbd3; --horizon: #dce3c9; --water: #347c82; }
body[data-daypart="evening"] .hero__scene { --sky: #d98970; --horizon: #7e7a87; --water: #27636d; }
body[data-daypart="late-night"] .hero__scene::before { opacity: .78; }
body[data-daypart="late-night"] .scene__sun { width: 18%; top: 9%; background: #e7e3d0; box-shadow: -18px 5px 0 0 #182c47, 0 0 0 17px rgba(235,235,210,.08); }
body[data-season="winter"] .hero__scene { --horizon: #dce4e2; --mountain-back: #9baaa8; --mountain-front: #536c69; }
body[data-season="spring"] .hero__scene { --horizon: #cfdcaf; --mountain-back: #78977c; --mountain-front: #3e6b58; }
body[data-season="summer"] .hero__scene { --horizon: #d8d9a9; --mountain-back: #79917a; --mountain-front: #365e58; }
body[data-season="autumn"] .hero__scene { --horizon: #d7bd91; --mountain-back: #917a64; --mountain-front: #5c5144; }
body[data-daypart="late-night"] .hero__scene { --sky: #182c47; --horizon: #334958; --water: #173f4b; --mountain-back: #344c50; --mountain-front: #1d353a; }

body[data-weather="sun"]:not([data-daypart="late-night"]) .hero__scene { --sky: #89c9dc; --horizon: #dfe2b8; --water: #2e7f88; }
body[data-weather="sun"]:not([data-daypart="late-night"]) .scene__sun { transform: scale(1.06); box-shadow: 0 0 0 24px rgba(247,181,99,.18), 0 0 70px rgba(255,197,111,.58); }
body[data-weather="clouds"] .hero__scene { --sky: #9eb3ba; --horizon: #c7cec1; --water: #477780; }
body[data-weather="clouds"] .scene__sun { opacity: .48; filter: saturate(.65); }
body[data-weather="rain"] .hero__scene { --sky: #708895; --horizon: #8e9b94; --water: #315e6b; --mountain-back: #647873; --mountain-front: #344e4e; }
body[data-weather="rain"] .scene__sun { opacity: .18; filter: saturate(.35); }
body[data-weather="storm"] .hero__scene { --sky: #354958; --horizon: #526269; --water: #253f51; --mountain-back: #44565b; --mountain-front: #24373e; box-shadow: 0 28px 90px rgba(18,34,44,.34); }
body[data-weather="storm"] .scene__sun { opacity: 0; }
body[data-weather="snow"] .hero__scene { --sky: #b8d0d7; --horizon: #e5ece9; --water: #789ba5; --mountain-back: #aebfbe; --mountain-front: #718a88; }
body[data-weather="snow"] .scene__sun { background: #f3e6c6; box-shadow: 0 0 0 21px rgba(255,247,222,.15); opacity: .7; }
body[data-weather="smoke"] .hero__scene { --sky: #b89778; --horizon: #b7aa8f; --water: #667f7c; --mountain-back: #817c6f; --mountain-front: #575d54; }
body[data-weather="smoke"] .scene__sun { background: #d9663c; box-shadow: 0 0 42px rgba(190,83,51,.48); opacity: .84; }
body[data-weather="fog"] .hero__scene { --sky: #aebdbc; --horizon: #c6cfca; --water: #718b8b; --mountain-back: #92a29f; --mountain-front: #687b78; }
body[data-weather="fog"] .scene__sun { opacity: .22; filter: grayscale(.7); }
body[data-weather="wind"] .hero__scene { --sky: #8bbac4; --horizon: #cbd3b8; --water: #367a83; }
body[data-weather="wind"] .scene__sun { transform: translateX(-7px); }
body[data-daypart="late-night"][data-weather="snow"] .hero__scene { --sky: #33475c; --horizon: #657682; --water: #2d5261; --mountain-back: #687982; --mountain-front: #40565d; }
body[data-daypart="late-night"][data-weather="smoke"] .hero__scene { --sky: #4b3f42; --horizon: #655b58; --water: #344f55; --mountain-back: #5b5554; --mountain-front: #383d3f; }
body[data-daypart="late-night"][data-weather="fog"] .hero__scene { --sky: #475660; --horizon: #69767a; --water: #3b5c65; --mountain-back: #5c686a; --mountain-front: #3e5155; }

.quick-section, .live-section { padding: 56px 0; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 27px; }
.section-heading h2, .concierge-strip h2, .modal h2 { margin: 0; font: 700 clamp(34px, 3.1vw, 52px)/1.03 "Iowan Old Style", Georgia, serif; letter-spacing: -.035em; }
.section-heading > p { max-width: 340px; margin: 0; color: #657474; line-height: 1.5; text-align: right; }
.quick-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.quick-card { min-height: 154px; padding: 18px; display: grid; grid-template-columns: 49px 1fr; grid-template-rows: 1fr auto; gap: 12px; text-align: left; border: 1px solid transparent; border-radius: 23px; cursor: pointer; transition: .22s ease; }
.quick-card:hover, .quick-card.active { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(18,43,45,.12); }
.quick-card--food { background: #f4d7bf; }
.quick-card--nightlife { background: #d8c7df; }
.quick-card--events { background: #cfe1de; }
.quick-card--outdoors { background: #d8dfc8; }
.quick-card--family { background: #f2e5b7; }
.quick-card__glyph { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 15px; background: rgba(255,255,255,.48); font-size: 25px; }
.quick-card strong { display: block; font: 700 22px "Iowan Old Style", Georgia, serif; }
.quick-card small { display: block; margin-top: 4px; color: #596765; line-height: 1.3; }
.quick-card > span:last-child { grid-column: 1 / -1; justify-self: start; padding: 5px 9px; border-radius: 50px; background: rgba(255,255,255,.54); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.section-heading--row { align-items: center; }
.filter-pills { display: flex; gap: 7px; padding: 5px; border: 1px solid var(--line); border-radius: 50px; }
.filter-pill { min-width: 68px; min-height: 44px; padding: 0 17px; border: 0; border-radius: 50px; background: transparent; cursor: pointer; font-weight: 700; }
.filter-pill.active { background: var(--river-dark); color: white; }
.place-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.place-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: rgba(255,255,255,.65); cursor: pointer; transition: .23s ease; }
.place-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.place-card__visual { height: 215px; position: relative; overflow: hidden; background: var(--card-bg); }
.place-card__visual--food { background: #a95f4a; }
.place-card__visual--nightlife { background: #5a3f68; }
.place-card__visual--explore { background: #397b78; }
.place-card__visual--shop { background: #8d7654; }
.place-card__visual--services { background: #294d55; }
.place-card__visual::before, .place-card__visual::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.16); }
.place-card__visual::before { width: 200px; height: 200px; right: -30px; top: -65px; }
.place-card__visual::after { width: 140px; height: 140px; left: -30px; bottom: -78px; }
.place-card__symbol { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.88); font: 600 88px "Iowan Old Style", Georgia, serif; text-shadow: 0 12px 35px rgba(0,0,0,.12); }
.place-card__status { position: absolute; z-index: 2; top: 15px; left: 15px; padding: 7px 10px; border-radius: 50px; background: rgba(255,255,255,.88); backdrop-filter: blur(10px); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.place-card__chips { position: absolute; z-index: 2; top: 53px; left: 15px; display: flex; flex-wrap: wrap; gap: 7px; max-width: calc(100% - 30px); }
.place-card__age, .place-card__downtown { padding: 7px 10px; border-radius: 50px; box-shadow: 0 5px 16px rgba(0,0,0,.12); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.place-card__age { background: #f6d783; color: #4b3412; }
.place-card__downtown { background: var(--river-dark); color: white; }
.place-card__distance { position: absolute; z-index: 2; right: 15px; bottom: 14px; color: white; font-weight: 700; text-shadow: 0 1px 5px rgba(0,0,0,.2); }
.place-card__body { padding: 20px; }
.place-card__meta { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.place-card h3 { margin: 8px 0 6px; font: 700 27px/1.07 "Iowan Old Style", Georgia, serif; }
.place-card p { margin: 0; color: #5f706e; line-height: 1.45; }
.place-card__footer { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.place-card__footer span:last-child { color: var(--river); font-size: 21px; }
.place-card[hidden] { display: none; }
.directory-tools { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(190px, 260px) auto; gap: 14px; align-items: end; margin: 24px 0 8px; }
.directory-search, .sort-control { display: block; margin: 0; color: #536866; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.directory-search input { width: 100%; min-height: 56px; margin-top: 8px; padding: 0 17px; border: 1px solid var(--line); border-radius: 15px; background: white; color: var(--ink); font: 600 16px/1.2 "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.directory-search input:focus { outline: 3px solid rgba(13, 89, 101, .22); border-color: var(--river); }
.sort-control select { width: 100%; min-height: 56px; margin-top: 8px; padding: 0 42px 0 15px; border: 1px solid var(--line); border-radius: 15px; background: white; color: var(--ink); font: 700 16px/1.2 "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.district-toggle { min-height: 56px; padding: 0 17px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.68); font-weight: 800; cursor: pointer; }
.district-toggle input { width: 20px; height: 20px; accent-color: var(--river); }
.location-note { margin: 0 0 15px; color: #657776; font-size: 13px; }
.data-notice, .verification-banner { margin: 0 0 24px; padding: 16px 18px; border: 1px solid rgba(187, 101, 79, .22); border-radius: 15px; background: #fff4e8; color: #604e43; line-height: 1.5; }
.verification-banner { display: grid; gap: 4px; }
.age-advisory { margin: 0 0 24px; padding: 17px 18px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; border: 1px solid rgba(126, 87, 24, .28); border-radius: 15px; background: #fff4ce; color: #503b18; }
.age-advisory__badge { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #5a3f68; color: white; font: 800 18px "Avenir Next", Avenir, sans-serif; }
.age-advisory strong { display: block; }
.age-advisory p { margin: 4px 0 0; line-height: 1.45; }
.empty-state { grid-column: 1 / -1; padding: 55px 20px; border: 1px dashed var(--line); border-radius: 20px; text-align: center; color: #667472; }
.detail-hero--archive { background: linear-gradient(135deg, var(--river-dark), var(--river)); }
.road-panel { margin-top: 18px; padding: 18px; border-radius: 16px; background: #e5efed; }
.road-panel strong, .road-panel small { display: block; }
.road-panel p { color: #536866; line-height: 1.45; }
.road-panel a { display: inline-block; color: var(--river-dark); font-weight: 800; }
.road-panel small { margin-top: 12px; color: #667472; }

.concierge-strip { margin: 55px 0 80px; padding: clamp(25px, 4vw, 48px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; border-radius: 30px; background: var(--river-dark); color: white; box-shadow: var(--shadow); }
.concierge-strip__mark { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--sun); color: var(--river-dark); font: 700 37px "Iowan Old Style", Georgia, serif; }
.concierge-strip .eyebrow { color: #f2b97d; }
.concierge-strip h2 { font-size: clamp(30px, 2.6vw, 45px); }
.concierge-strip p:last-child { color: #b9cdcf; margin: 9px 0 0; }
.concierge-strip button { min-height: 60px; padding: 0 22px; border: 1px solid rgba(255,255,255,.23); border-radius: 16px; background: rgba(255,255,255,.08); color: white; cursor: pointer; font-weight: 700; }
.concierge-strip button span { margin-left: 18px; }

footer { min-height: 105px; padding: 22px clamp(18px, 3.5vw, 56px); display: flex; align-items: center; justify-content: space-between; gap: 25px; background: #e9e1d3; border-top: 1px solid var(--line); }
.citykeyosk-brand { display: flex; align-items: center; gap: 10px; }
.citykeyosk-brand__key { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--river); color: white; font-size: 22px; }
.citykeyosk-brand strong { letter-spacing: .08em; }
footer p { color: #6d7876; font-size: 12px; text-align: center; }
footer button { min-height: 44px; border: 0; background: transparent; text-decoration: underline; cursor: pointer; color: #5a6867; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(5,32,37,.68); backdrop-filter: blur(9px); animation: fade .25s ease; }
.modal__panel { width: min(760px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; position: relative; z-index: 1; padding: clamp(28px, 5vw, 54px); border-radius: 30px; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.28); animation: rise .35s ease; }
.modal__close { width: 48px; height: 48px; position: absolute; right: 18px; top: 18px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.68); cursor: pointer; font-size: 27px; }
.modal__panel--phone { width: min(520px, 100%); text-align: center; }
.modal__panel--phone h2 { margin-bottom: 26px; }
.qr { width: min(260px, 70vw); aspect-ratio: 1; margin: 0 auto 24px; padding: 20px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.qr span { display: block; width: 100%; height: 100%; background: repeating-conic-gradient(var(--ink) 0 25%, transparent 0 50%) 0 0/28px 28px; border: 17px solid white; box-shadow: inset 0 0 0 10px var(--ink); }
.privacy-note, .source-note { margin-top: 20px; padding: 12px; border-radius: 12px; background: var(--sand); color: #667472; font-size: 12px; }
.planner__intro { padding-right: 50px; margin-bottom: 30px; }
.planner__intro > p:last-child { color: #647573; }
.planner__step { margin-top: 23px; }
.planner__step h3 { margin: 0 0 11px; font-size: 15px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.choice-grid--four { grid-template-columns: repeat(4, 1fr); }
.choice-grid button { min-height: 56px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: white; cursor: pointer; font-weight: 700; transition: .18s ease; }
.choice-grid button:hover, .choice-grid button.selected { border-color: var(--river); background: #dcebea; color: var(--river-dark); transform: translateY(-2px); }
.planner__build { width: 100%; min-height: 64px; margin-top: 27px; border: 0; border-radius: 17px; background: var(--river-dark); color: white; cursor: pointer; font-weight: 700; font-size: 17px; }
.planner__build:disabled { opacity: .35; cursor: not-allowed; }
.planner__build span { float: right; margin-right: 10px; }
.planner__result { margin-top: 15px; }
.plan-stop { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.plan-stop__number { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--sun); font: 700 18px "Iowan Old Style", Georgia, serif; }
.plan-stop strong { display: block; font: 700 20px "Iowan Old Style", Georgia, serif; }
.plan-stop small { color: #657573; }
.plan-actions { display: flex; gap: 9px; margin-top: 20px; }
.plan-actions button { flex: 1; min-height: 53px; border: 1px solid var(--line); border-radius: 14px; background: white; cursor: pointer; font-weight: 700; }
.weather-now { margin: 28px 0; display: flex; align-items: center; gap: 25px; }
.weather-now > strong { font: 700 86px/.9 "Iowan Old Style", Georgia, serif; color: var(--river); }
.weather-now span { color: #617270; line-height: 1.55; }
.condition-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.condition-list div { padding: 17px; border-radius: 16px; background: var(--sand); }
.condition-list span { display: block; margin-bottom: 16px; color: var(--sun); font-size: 24px; }
.condition-list strong, .condition-list small { display: block; }
.condition-list small { margin-top: 5px; color: #647370; }
.detail-hero { min-height: 240px; margin: calc(clamp(28px, 5vw, 54px) * -1) calc(clamp(28px, 5vw, 54px) * -1) 30px; padding: 35px; display: flex; align-items: end; background: var(--detail-bg); color: white; }
.detail-hero h2 { max-width: 520px; text-shadow: 0 2px 18px rgba(0,0,0,.18); }
.detail-copy { color: #526766; font-size: 17px; line-height: 1.55; }
.detail-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.detail-facts div { padding: 14px; border-radius: 14px; background: var(--sand); }
.detail-facts small, .detail-facts strong { display: block; }
.detail-facts small { color: #71807d; margin-bottom: 5px; }
.detail-action { width: 100%; min-height: 62px; border: 0; border-radius: 16px; background: var(--river-dark); color: white; cursor: pointer; font-weight: 700; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 24px; transform: translate(-50%, 120px); padding: 14px 21px; border-radius: 50px; background: var(--ink); color: white; box-shadow: var(--shadow); opacity: 0; transition: .3s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
@keyframes rise { from { transform: translateY(35px) scale(.98); opacity: 0; } }
@keyframes fade { from { opacity: 0; } }

@media (max-width: 1050px) {
  .topbar { grid-template-columns: 1fr auto auto; }
  .hero { grid-template-columns: minmax(0, 1fr); }
  .hero__copy { min-width: 0; text-align: center; }
  .hero__lede { margin-left: auto; margin-right: auto; }
  .hero__actions { justify-content: center; }
  .hero__scene { width: min(760px, 100%); margin: auto; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .place-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .topbar { min-height: 72px; padding: 10px 15px; }
  .hotel-mark__icon { width: 40px; height: 40px; }
  .hotel-mark strong { font-size: 19px; }
  .hotel-mark small { display: none; }
  .digital-clock { font-size: clamp(21px, 6vw, 28px); }
  .topbar__center small { display: none; }
  .weather-button { min-width: 0; width: 58px; height: 52px; justify-content: center; }
  .weather-button span, .weather-button .chevron { display: none; }
  .hero { min-height: 0; padding: 53px 0 46px; gap: 44px; }
  .hero__copy { width: 100%; min-width: 0; overflow: hidden; }
  .hero h1 { max-width: 100%; font-size: clamp(39px, 10.8vw, 46px); }
  .hero__lede { width: 100%; max-width: 100%; margin: 22px 0 27px; overflow-wrap: anywhere; font-size: 17px; }
  .hero__actions { display: grid; width: 100%; min-width: 0; }
  .primary-action { min-width: 0; width: 100%; padding-right: 12px; }
  .primary-action span:nth-child(2) { min-width: 0; }
  .primary-action small { font-size: 11px; }
  .phone-action { display: none; }
  .hero__scene { min-height: 360px; height: 105vw; max-height: 475px; border-radius: 42% 42% 25px 25px; }
  .quick-section, .live-section { padding: 44px 0; }
  .section-heading, .section-heading--row { display: block; }
  .section-heading > p { margin-top: 12px; text-align: left; }
  .quick-grid, .place-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 128px; }
  .filter-pills { margin-top: 20px; overflow-x: auto; width: 100%; }
  .filter-pill { flex: 1; }
  .place-card__visual { height: 190px; }
  .directory-tools { grid-template-columns: 1fr; }
  .concierge-strip { grid-template-columns: auto 1fr; }
  .concierge-strip button { grid-column: 1 / -1; width: 100%; }
  footer { flex-direction: column; text-align: center; }
  .choice-grid, .choice-grid--four { grid-template-columns: 1fr 1fr; }
  .condition-list, .detail-facts { grid-template-columns: 1fr; }
  .modal { padding: 0; align-items: end; }
  .modal__panel { max-height: 92vh; border-radius: 28px 28px 0 0; }
  .dev-weather-trigger { min-width: 0; right: 12px; bottom: 12px; padding: 8px; }
  .dev-weather-trigger > span:last-child { display: none; }
  .dev-weather-panel { width: auto; left: 12px; right: 12px; bottom: 72px; padding: 20px; border-radius: 22px; }
  .dev-weather-legend { margin-left: 0; margin-right: 0; }
}

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