:root {
  --sky: #69c9f5;
  --blue: #1748d3;
  --deep: #10256b;
  --cloud: #f7fbff;
  --lime: #e7ff78;
  --coral: #ff6b4a;
  --ink: #14244a;
  --muted: #687695;
  --line: rgba(20,36,74,.14);
  --shadow: 0 24px 70px rgba(16,37,107,.16);
  --radius: 30px;
  --shell: min(1320px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cloud); font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif; line-height: 1.5; overflow-x: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:where(a, button, input, select, summary):focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 20px; top: -70px; padding: 12px 18px; background: white; color: var(--deep); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.section-shell { width: var(--shell); margin: 0 auto; }

.site-header { height: 84px; position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.28); color: white; transition: background .25s, box-shadow .25s, color .25s; }
.site-header.scrolled { background: rgba(247,251,255,.92); color: var(--deep); box-shadow: 0 8px 28px rgba(16,37,107,.1); backdrop-filter: blur(15px); border-color: var(--line); }
.header-inner { width: var(--shell); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 218px; color: white; }
.site-header.scrolled .brand img { color: var(--deep); }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 750; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--lime); transition: right .2s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 13px 18px; border-radius: 999px; background: var(--lime); color: var(--deep); }
.mobile-menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.mobile-menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; }

.hero { min-height: max(700px, 100svh); position: relative; display: grid; place-items: center; overflow: hidden; color: white; background: #207ac5; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(9,37,108,.13), rgba(9,37,108,.28)); }
.hero-inner { width: var(--shell); min-height: max(700px, 100svh); display: grid; place-items: center; position: relative; z-index: 2; }
.hero-copy { width: min(760px, 100%); min-width: 0; padding-top: 72px; position: relative; z-index: 4; text-align: center; }
.eyebrow, .section-index { margin: 0 0 24px; font-size: 11px; letter-spacing: .19em; font-weight: 900; }
.eyebrow { display: flex; align-items: center; justify-content: center; gap: 11px; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(76px, 9vw, 148px); line-height: .73; letter-spacing: -.065em; text-shadow: 0 4px 25px rgba(16,37,107,.09); }
.hero h1 small { display: block; margin-left: .38em; margin-bottom: 16px; font-family: Pretendard, "Apple SD Gothic Neo", sans-serif; font-size: 16px; letter-spacing: .38em; text-transform: uppercase; }
.hero-kicker { margin: 40px 0 2px; font-size: 28px; font-weight: 900; letter-spacing: -.04em; }
.hero-text { margin: 0 0 28px; font-size: 16px; opacity: .9; }
.hero-search { width: min(630px, 100%); display: flex; align-items: center; margin-inline: auto; padding: 7px; background: white; color: var(--ink); border-radius: 999px; box-shadow: 0 20px 50px rgba(16,37,107,.2); }
.search-field { flex: 1; min-width: 0; display: flex; align-items: center; gap: 10px; padding-left: 18px; }
.search-field input { width: 100%; min-width: 0; border: 0; outline: 0; font-size: 15px; color: var(--ink); background: transparent; }
.hero-search:focus-within { box-shadow: 0 20px 50px rgba(16,37,107,.2), 0 0 0 4px var(--lime); }
.pin-icon { flex: 0 0 28px; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: white; background: var(--coral); font-weight: 900; line-height: 1; }
.hero-search button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; padding: 14px 22px; color: white; background: var(--deep); font-weight: 850; white-space: nowrap; }
.hero-search button span { display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.quick-tags { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; font-size: 12px; }
.quick-tags span { opacity: .7; }
.quick-tags button { display: inline-flex; align-items: center; justify-content: center; min-height: 29px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; padding: 5px 10px; background: rgba(16,37,107,.16); color: white; }
.hero-visual { position: absolute; z-index: 1; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); opacity: 1; }
.hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(8,37,112,.32) 0%, rgba(15,62,136,.18) 44%, rgba(8,33,98,.46) 100%); }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide { opacity: 0; transform: scale(1.018); transition: opacity .9s ease, transform 4.2s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide:nth-child(3), .hero-slide:nth-child(5) { object-position: 58% center; }
.hero-stage-nav { position: absolute; z-index: 6; left: 50%; bottom: 26px; display: flex; align-items: center; justify-content: center; gap: 8px; transform: translateX(-50%); padding: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(10,37,107,.24); backdrop-filter: blur(10px); }
.hero-stage-nav button { height: 34px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; position: relative; overflow: hidden; padding: 0 11px; border: 0; border-radius: 999px; color: rgba(255,255,255,.66); background: transparent; font-size: 10px; font-weight: 850; white-space: nowrap; }
.hero-stage-nav button i { width: 6px; height: 6px; flex: 0 0 6px; border: 1px solid currentColor; border-radius: 50%; background: transparent; }
.hero-stage-nav button span { display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.hero-stage-nav button.is-active { color: var(--deep); background: rgba(255,255,255,.92); }
.hero-stage-nav button.is-active i { border-color: var(--coral); background: var(--coral); }
.hero-stage-nav button.is-active::after { content: ""; position: absolute; left: 9px; right: 9px; bottom: 3px; height: 2px; border-radius: 2px; background: var(--blue); transform-origin: left; animation: heroProgress 3s linear both; }
@keyframes heroProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.country-section { padding: 140px 0 150px; background: var(--cloud); }
.split-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: end; }
.section-index { color: var(--blue); }
.section-heading h2, .radar-intro h2, .story-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 88px); line-height: .98; letter-spacing: -.065em; }
.section-heading h2 em, .radar-intro h2 em, .story-heading h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.heading-side { padding-bottom: 5px; }
.heading-side > p { max-width: 510px; margin: 0 0 28px; color: var(--muted); font-size: 17px; }
.pill-button { border: 0; border-radius: 999px; padding: 17px 20px 17px 24px; color: white; background: var(--blue); font-weight: 850; box-shadow: 0 13px 30px rgba(23,72,211,.2); }
.pill-button span { display: inline-grid; place-items: center; width: 27px; height: 27px; margin-left: 12px; border-radius: 50%; color: var(--blue); background: var(--lime); }
.carousel-toolbar { display: flex; align-items: center; justify-content: space-between; margin: 70px 0 22px; }
.carousel-toolbar p { margin: 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.carousel-toolbar strong { color: var(--blue); font-size: 24px; }
.arrow-group { display: flex; gap: 8px; }
.arrow-group button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: white; font-size: 20px; transition: transform .2s, color .2s, background .2s; }
.arrow-group button:hover { transform: translateY(-2px); color: white; background: var(--blue); }
.country-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 1fr); grid-template-columns: repeat(4, minmax(280px, 1fr)); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.country-track::-webkit-scrollbar { display: none; }
.country-card { min-width: 0; position: relative; overflow: hidden; border-radius: 160px 160px 26px 26px; background: white; box-shadow: 0 18px 55px rgba(16,37,107,.1); scroll-snap-align: start; transition: transform .25s; }
.country-card:hover, .country-card:focus-within { transform: translateY(-8px); }
.atlas-frame { aspect-ratio: .8; background-image: url("assets/images/country-atlas.jpg"); background-size: 200% 200%; background-repeat: no-repeat; }
.atlas-korea { background-position: 0 0; }
.atlas-japan { background-position: 100% 0; }
.atlas-vietnam { background-position: 0 100%; }
.atlas-china { background-position: 100% 100%; }
.country-card-copy { position: relative; min-height: 148px; padding: 25px 25px 22px; }
.country-card-copy > span { position: absolute; right: 20px; top: -21px; width: 43px; height: 43px; display: grid; place-items: center; color: var(--deep); background: var(--lime); border-radius: 50%; font-size: 11px; font-weight: 900; }
.country-card-copy h3 { display: inline; margin: 0; font-size: 25px; letter-spacing: -.04em; }
.country-card-copy p { display: inline; margin-left: 8px; font-size: 9px; letter-spacing: .16em; color: var(--muted); }
.country-card-copy button { display: block; margin-top: 23px; padding: 0; border: 0; background: transparent; color: var(--blue); font-size: 12px; font-weight: 900; }

.radar-section { position: relative; overflow: hidden; padding: 150px 0; color: white; background: var(--blue); }
.radar-section::before { content: "TAMBANGG"; position: absolute; left: -1vw; bottom: -8vw; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 21vw; font-weight: 900; letter-spacing: -.08em; }
.radar-route { position: absolute; top: -250px; right: -120px; width: 650px; height: 650px; border: 2px dashed rgba(255,255,255,.24); border-radius: 50%; }
.radar-shell { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.section-index.light { color: var(--lime); }
.radar-intro h2 { font-size: clamp(50px, 5vw, 76px); }
.radar-intro > p:not(.section-index) { max-width: 470px; margin: 32px 0; color: rgba(255,255,255,.73); }
.radar-note { display: flex; gap: 12px; max-width: 470px; padding: 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; }
.radar-note span { flex: none; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--deep); font-weight: 900; }
.radar-note p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.radar-panel { padding: 28px; border: 1px solid rgba(255,255,255,.34); border-radius: 32px; color: var(--ink); background: white; box-shadow: 0 35px 90px rgba(5,18,74,.35); }
.panel-topline { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.panel-topline span:first-child { color: var(--coral); }
.radar-form { display: grid; grid-template-columns: 1.45fr 1fr .62fr .62fr .62fr; gap: 12px; padding: 24px 0 12px; }
.radar-form label > span { display: block; margin: 0 0 7px 3px; color: var(--muted); font-size: 10px; font-weight: 850; }
.radar-form input, .radar-form select { width: 100%; height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #f8faff; outline: 0; }
.radar-form input:focus, .radar-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,72,211,.1); }
.radar-form input:focus-visible, .radar-form select:focus-visible { outline: 2px solid var(--lime); outline-offset: 2px; }
.radar-form button { grid-column: 1/-1; min-height: 52px; border: 0; border-radius: 14px; color: white; background: var(--deep); font-weight: 900; }
.radar-form button:hover { background: var(--blue); }
.radar-form button:disabled { cursor: wait; opacity: .65; }
.radar-form button span { margin-left: 9px; color: var(--lime); }
.affiliate-disclosure-inline { margin: 0 3px 10px; padding: 10px 12px; border-radius: 10px; color: #3f3210; background: #fff4c7; font-size: 11px; font-weight: 850; }
.search-assist { margin: 0; padding: 0 3px 15px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.search-assist.is-error { color: #b52d20; font-weight: 800; }
.radar-empty { display: grid; place-items: center; min-height: 270px; text-align: center; color: var(--muted); font-size: 13px; }
.radar-graphic { width: 240px; height: 120px; display: flex; align-items: end; justify-content: center; gap: 12px; position: relative; border-bottom: 1px solid var(--line); }
.radar-graphic i { width: 24px; border-radius: 8px 8px 0 0; background: var(--sky); animation: radar 1.6s ease-in-out infinite alternate; }
.radar-graphic i:nth-child(1) { height: 43%; }
.radar-graphic i:nth-child(2) { height: 76%; animation-delay: -.3s; }
.radar-graphic i:nth-child(3) { height: 54%; animation-delay: -.6s; background: var(--lime); }
.radar-graphic i:nth-child(4) { height: 88%; animation-delay: -.9s; }
.radar-graphic i:nth-child(5) { height: 61%; animation-delay: -1.2s; }
.radar-graphic span { position: absolute; top: 0; right: -10px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
@keyframes radar { to { transform: scaleY(.62); transform-origin: bottom; } }
.radar-results { animation: reveal .45s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(10px); } }
.agoda-search-result { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-top: 18px; padding: 22px; border: 1px solid rgba(23,72,211,.13); border-radius: 18px; background: #f4f8ff; }
.agoda-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: white; background: linear-gradient(145deg, var(--coral), #ff9d61); font-family: Georgia, serif; font-size: 24px; font-weight: 900; }
.detail-label { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.agoda-result-copy h3 { margin: 5px 0 4px; font-size: 18px; }
.agoda-result-copy p { margin: 0 0 5px; color: var(--ink); font-size: 12px; font-weight: 800; }
.agoda-result-copy small { display: block; max-width: 540px; color: var(--muted); font-size: 10px; }
.agoda-search-result > a { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 17px; border-radius: 12px; color: white; background: var(--blue); font-size: 11px; font-weight: 900; white-space: nowrap; }
.agoda-search-result > a span { margin-left: 6px; color: var(--lime); }

.story-section { padding: 150px 0; background: #eff8ff; }
.story-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.story-search { width: 370px; display: flex; align-items: center; border-bottom: 2px solid var(--ink); }
.story-search label { flex: 1; }
.story-search input { width: 100%; padding: 14px 5px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.story-search:focus-within { border-color: var(--blue); box-shadow: 0 3px 0 rgba(23,72,211,.18); }
.story-search button { border: 0; background: transparent; color: var(--blue); font-size: 30px; }
.story-filter { display: flex; gap: 8px; margin: 65px 0 24px; }
.story-filter button { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.story-filter button.active { color: white; border-color: var(--blue); background: var(--blue); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-card { overflow: hidden; border-radius: 24px; background: white; box-shadow: 0 16px 50px rgba(16,37,107,.08); transition: transform .2s; }
.story-card:hover { transform: translateY(-5px); }
.story-feature { grid-column: span 2; display: grid; grid-template-columns: 1.2fr .8fr; }
.story-image { min-height: 260px; background-image: url("assets/images/editorial-atlas.jpg"); background-size: 200% 200%; background-repeat: no-repeat; }
.story-feature .story-image { min-height: 430px; }
.editorial-pool { background-position: 0 0; }
.editorial-cebu { background-position: 100% 0; }
.editorial-newyork { background-position: 0 100%; }
.editorial-ryokan { background-position: 100% 100%; }
.story-copy { padding: 28px; }
.story-copy > span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.story-copy h3 { margin: 13px 0; font-size: 25px; line-height: 1.17; letter-spacing: -.04em; }
.story-feature .story-copy h3 { font-size: 33px; }
.story-copy p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.story-copy a { color: var(--blue); font-size: 12px; font-weight: 900; }
.story-card.is-hidden { display: none; }
.no-story { padding: 35px; border: 1px dashed var(--line); border-radius: 20px; color: var(--muted); text-align: center; }

.site-footer { position: relative; overflow: hidden; padding: 80px 0 35px; color: white; background: var(--deep); }
.site-footer::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle, white 1px, transparent 1px); background-size: 22px 22px; }
.footer-inner { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.footer-inner img { width: 240px; filter: brightness(0) invert(1); }
.footer-inner > div:first-child p { margin: 12px 0 0; color: rgba(255,255,255,.63); }
.footer-inner .affiliate-disclosure { color: var(--lime); font-size: 12px; font-weight: 850; }
.footer-links { display: flex; gap: 26px; font-size: 13px; font-weight: 800; }
.copyright { grid-column: 1/-1; margin: 20px 0 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .15em; }

.filter-modal { width: min(760px, calc(100vw - 30px)); max-height: calc(100vh - 30px); padding: 0; border: 0; border-radius: 28px; color: var(--ink); background: white; box-shadow: 0 40px 120px rgba(5,18,74,.45); }
.filter-modal::backdrop { background: rgba(10,25,79,.66); backdrop-filter: blur(7px); }
.modal-card { padding: 32px; }
.modal-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.modal-head p { margin: 0 0 6px; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.modal-head h2 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.modal-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: white; font-size: 24px; }
.filter-fields { display: grid; grid-template-columns: 1fr; gap: 18px; padding: 25px 0; }
.filter-fields > label > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 850; }
.filter-fields select { width: 100%; height: 50px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #f8faff; }
.modal-submit { width: 100%; min-height: 54px; border: 0; border-radius: 14px; color: white; background: var(--deep); font-weight: 900; }
.modal-submit span { color: var(--lime); }
.hotel-recommendations { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 16px; }
.hotel-pick { padding: 15px; border-radius: 14px; background: #f3f7ff; }
.hotel-pick span { color: var(--blue); font-size: 9px; font-weight: 900; }
.hotel-pick h3 { margin: 5px 0; font-size: 14px; }
.hotel-pick p { margin: 0; color: var(--muted); font-size: 10px; }
.hotel-search-hint { grid-column: 1/-1; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 42px, 920px); }
  .main-nav { gap: 20px; }
  .hero-copy { width: min(760px, 100%); }
  .hero-visual { top: 0; bottom: 0; left: 50%; width: 100vw; }
  .country-track { grid-template-columns: none; grid-auto-columns: min(42vw, 340px); }
  .radar-shell { grid-template-columns: 1fr; gap: 55px; }
  .radar-intro > p:not(.section-index), .radar-note { max-width: 650px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 34px); --radius: 24px; }
  .site-header { height: 72px; }
  .brand img { width: 184px; }
  .mobile-menu-button { display: block; color: white; }
  .site-header.scrolled .mobile-menu-button { color: var(--deep); }
  .main-nav { position: fixed; inset: 72px 14px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px; color: var(--deep); background: white; border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero, .hero-inner { min-height: max(780px, 100svh); }
  .hero-inner { align-items: start; }
  .hero-copy { width: 100%; padding-top: 150px; }
  .hero h1 { font-size: clamp(58px, 17vw, 72px); letter-spacing: -.075em; }
  .hero-kicker { margin-top: 30px; font-size: 23px; }
  .hero-text { max-width: 340px; margin-inline: auto; margin-bottom: 28px; }
  .hero-search { border-radius: 20px; flex-direction: column; padding: 7px; }
  .search-field { min-height: 50px; }
  .hero-search button { border-radius: 14px; }
  .quick-tags { flex-wrap: wrap; }
  .hero-visual { top: 0; bottom: 0; left: 50%; width: 100vw; height: auto; opacity: 1; }
  .hero-visual img { object-position: center; }
  .hero-slide:nth-child(3), .hero-slide:nth-child(5) { object-position: 68% center; }
  .hero-visual::before { background: linear-gradient(180deg, rgba(8,37,112,.34), rgba(12,48,118,.27) 55%, rgba(8,33,98,.52)); }
  .hero-stage-nav { bottom: 18px; gap: 4px; padding: 6px; }
  .hero-stage-nav button { width: 38px; padding: 0; }
  .hero-stage-nav button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .hero-stage-nav button.is-active { width: 55px; }
  .cloud-a { top: 95px; }
  .country-section, .radar-section, .story-section { padding: 95px 0; }
  .split-heading, .story-heading { grid-template-columns: 1fr; gap: 32px; }
  .section-heading h2, .radar-intro h2, .story-heading h2 { font-size: 50px; }
  .carousel-toolbar { margin-top: 50px; }
  .country-track { grid-auto-columns: min(76vw, 330px); }
  .radar-shell { gap: 42px; }
  .radar-panel { padding: 18px; border-radius: 23px; }
  .radar-form { grid-template-columns: 1fr; }
  .radar-form button { grid-column: auto; }
  .agoda-search-result { grid-template-columns: 1fr; }
  .agoda-search-result > a { width: 100%; }
  .story-search { width: 100%; }
  .story-filter { margin-top: 45px; overflow-x: auto; }
  .story-grid { grid-template-columns: 1fr; }
  .story-feature { grid-column: auto; grid-template-columns: 1fr; }
  .story-feature .story-image { min-height: 290px; }
  .footer-inner { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { flex-wrap: wrap; }
  .filter-fields { grid-template-columns: 1fr; }
  .hotel-recommendations { grid-template-columns: 1fr; }
}

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