:root {
  --orange: #ff5d22;
  --yellow: #ffd06a;
  --purple: #3b1c69;
  --purple-dark: #160b40;
  --ink: #222126;
  --muted: #77757b;
  --line: #dedde0;
  --soft: #f5f5f5;
  --paper: #fff;
  --shadow: 0 5px 14px rgba(28, 23, 34, .16);
  --font: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.62 var(--font); word-break: keep-all; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
.container { width: min(1235px, calc(100% - 32px)); margin-inline: auto; }
.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; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; color: #fff; background: #111; }
.skip-link:focus { top: 16px; }
.reveal { opacity: 0; transform: translateY(17px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Reference-like two-tier portal header */
.top-strip { display: none; }
.brand-row { background: var(--yellow); }
.brand-row .container { height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand-note { visibility: hidden; }
.brand { display: inline-flex; align-items: center; justify-self: center; gap: 9px; color: #111; font-size: 27px; font-weight: 950; letter-spacing: -.06em; }
.brand-mark { width: 41px; height: 41px; display: grid; place-items: center; border: 2px solid #111; border-radius: 50%; background: #fff; }
.brand-mark svg { width: 27px; height: 27px; filter: hue-rotate(150deg) saturate(1.5); }
.brand-actions { justify-self: end; display: flex; gap: 14px; }
.mini-action { min-width: 76px; display: grid; justify-items: center; gap: 4px; color: #3b3228; font-size: 12px; font-weight: 800; }
.mini-action svg { width: 25px; height: 25px; stroke-width: 1.7; }
.mini-action:hover { color: var(--orange); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 8px; background: rgba(255,255,255,.7); }
.nav-shell { position: sticky; top: 0; z-index: 90; border-bottom: 1px solid #ddd; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.nav-inner { min-height: 58px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.main-nav { display: grid; grid-template-columns: repeat(5,1fr); align-items: center; }
.main-nav a { position: relative; min-height: 58px; display: grid; place-items: center; border-right: 1px solid #ddd; font-size: 17px; font-weight: 850; letter-spacing: -.035em; }
.main-nav a:first-child { border-left: 1px solid #ddd; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: var(--orange); transform: translateX(-50%); transition: width .2s; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { width: 100%; }
.nav-call { padding: 8px 17px; border-radius: 999px; color: #fff; background: #271d17; font-size: 14px; font-weight: 900; white-space: nowrap; }
.nav-call:hover { background: var(--orange); }

/* Wide campaign banner */
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 20% 20%, rgba(255,80,217,.42), transparent 26%), linear-gradient(115deg, var(--purple-dark), #3a1664 52%, #762c86); }
.home-hero { height: 445px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle, #fff 1px, transparent 1.5px); background-size: 50px 50px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.hero-inner { position: relative; z-index: 2; height: 100%; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.hero-art { position: relative; align-self: stretch; min-width: 0; }
.hero-photo { position: absolute; left: 95px; bottom: 0; width: 340px; height: 405px; overflow: hidden; border-radius: 170px 170px 0 0; box-shadow: 0 0 0 12px rgba(255,255,255,.08), 0 25px 55px rgba(0,0,0,.35); }
.hero-photo img { height: 100%; object-fit: cover; object-position: center 15%; }
.hero-ring { position: absolute; border: 2px solid rgba(255,255,255,.34); border-radius: 50%; }
.ring-a { width: 145px; height: 145px; left: 14px; top: 45px; }
.ring-b { width: 70px; height: 70px; right: 34px; top: 57px; border-color: var(--yellow); }
.hero-copy { position: relative; z-index: 3; padding-bottom: 18px; text-align: center; }
.hero-small { margin: 0 0 8px; color: #fba3ee; font-size: 18px; font-weight: 900; letter-spacing: .03em; }
.hero h1 { margin: 0; font-size: clamp(52px, 5.8vw, 78px); line-height: 1.05; letter-spacing: -.075em; text-shadow: 0 5px 0 rgba(0,0,0,.16); }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-copy > p:not(.hero-small) { max-width: 540px; margin: 18px auto 0; color: #e7ddf2; font-size: 16px; }
.hero-badges { margin-top: 20px; display: flex; justify-content: center; gap: 8px; }
.hero-badges span { padding: 6px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(0,0,0,.16); font-size: 13px; font-weight: 800; }

/* Banner-overlapping new item + search panel */
.overlap-directory { position: relative; z-index: 10; margin-top: -50px; }
.directory-shell { display: grid; grid-template-columns: 400px 1fr; min-height: 235px; border: 1px solid #cfcfcf; background: #fff; box-shadow: 0 5px 14px rgba(0,0,0,.11); }
.new-area-box { min-width: 0; border-right: 1px solid #ccc; }
.new-area-head { height: 50px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: #4c4a4c; }
.new-area-head strong { font-size: 18px; }
.slider-dots { color: #ddd; font-size: 11px; letter-spacing: 3px; }
.new-area-content { position: relative; min-height: 184px; padding: 24px 62px 20px 20px; }
.new-area-content .orange-label { margin: 0; color: var(--orange); font-size: 18px; font-weight: 900; }
.new-area-content h2 { margin: 6px 0 5px; font-size: 19px; letter-spacing: -.04em; }
.new-area-content > p:not(.orange-label) { margin: 0; color: #5d5b60; font-size: 14px; }
.card-meta { margin-top: 19px; display: flex; flex-wrap: wrap; gap: 15px; color: #777; font-size: 12px; }
.card-meta span::before { content: "▣"; margin-right: 4px; color: var(--orange); }
.round-arrow { position: absolute; right: 18px; bottom: 26px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); font-size: 22px; box-shadow: 0 5px 12px rgba(255,93,34,.3); }
.round-arrow:hover { transform: translateX(3px); }
.quick-find { min-width: 0; }
.find-controls { height: 50px; display: grid; grid-template-columns: 205px 205px 1fr; border-bottom: 1px solid #d7d7d7; }
.find-controls > button { padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 0; border-right: 1px solid #ddd; background: #fff; color: #555; cursor: pointer; }
.find-controls > button span { color: var(--orange); font-size: 19px; }
.find-search { display: grid; grid-template-columns: 1fr 58px; background: var(--orange); }
.find-search input { min-width: 0; padding: 0 18px; border: 0; outline: 0; color: #fff; background: transparent; font-size: 14px; }
.find-search input::placeholder { color: rgba(255,255,255,.83); }
.find-search button { border: 0; color: #fff; background: transparent; font-size: 32px; cursor: pointer; }
.map-shortcuts { min-height: 164px; padding: 19px 17px; display: grid; grid-template-columns: repeat(6,1fr); gap: 13px; align-items: start; }
.map-shortcuts a { position: relative; min-width: 0; padding-top: 57px; color: #656469; text-align: center; font-size: 13px; font-weight: 800; }
.map-shortcuts a::before { content: ""; position: absolute; left: 50%; top: 2px; width: 48px; height: 42px; border: 1px solid #bdbdbd; border-radius: 45% 55% 58% 42%; background: #ddd; transform: translateX(-50%) rotate(calc(var(--i, 0) * 5deg)); transition: .2s; }
.map-shortcuts a:nth-child(2n)::before { border-radius: 58% 42% 48% 52%; transform: translateX(-50%) rotate(13deg); }
.map-shortcuts a:hover { color: var(--orange); }
.map-shortcuts a:hover::before { background: var(--yellow); border-color: var(--orange); transform: translateX(-50%) translateY(-4px); }
.search-message { min-height: 16px; margin: -10px 18px 6px; color: var(--orange); font-size: 12px; font-weight: 800; }

.section { padding: 84px 0; }
.center-title { margin-bottom: 38px; text-align: center; }
.center-title > p { margin: 0 0 7px; color: #8d898f; font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.center-title h2 { margin: 0; font-size: 32px; letter-spacing: -.045em; }
.center-title i { width: 52px; height: 4px; display: block; margin: 13px auto; background: var(--yellow); }
.popular-section { padding-top: 74px; }
.listing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.listing-card { min-width: 0; overflow: hidden; border: 1px solid #e2e2e2; background: #fff; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.listing-card:hover { transform: translateY(-7px); box-shadow: 0 11px 22px rgba(28,23,34,.2); }
.listing-card > img { height: 175px; object-fit: cover; object-position: center 20%; }
.listing-meta { min-height: 42px; padding: 11px 12px 7px; display: flex; gap: 12px; color: #8b858a; font-size: 12px; }
.listing-meta span::before { content: "▣"; margin-right: 4px; color: var(--orange); }
.listing-body { padding: 4px 12px 13px; }
.listing-body h3 { margin: 0 0 5px; overflow: hidden; font-size: 20px; letter-spacing: -.04em; text-overflow: ellipsis; white-space: nowrap; }
.listing-body p { min-height: 47px; margin: 0; overflow: hidden; color: #6f6b70; font-size: 13px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.listing-price { min-height: 67px; padding: 12px; display: grid; gap: 2px; color: #5c5658; background: #faf8f7; font-size: 12px; }
.listing-price strong { color: var(--orange); font-size: 14px; }
.listing-price a { color: var(--orange); font-weight: 900; }

.recommend-section { padding-top: 30px; background: #fff; }
.recommend-title { margin-bottom: 25px; text-align: center; }
.recommend-title h2 { margin: 0; font-size: 31px; letter-spacing: -.045em; }
.recommend-title h2 em { color: var(--orange); font-style: normal; }
.recommend-title p { margin: 6px 0 0; color: #858187; font-size: 14px; }
.category-tabs { display: grid; grid-template-columns: repeat(5,1fr); margin-bottom: 34px; border: 1px solid #3d3330; }
.category-tabs button { height: 47px; border: 0; border-right: 1px solid #3d3330; background: #fff; font-size: 16px; font-weight: 800; cursor: pointer; }
.category-tabs button:last-child { border-right: 0; }
.category-tabs button.is-active { color: #fff; background: #b1916d; }

.hot-section { padding-top: 22px; }
.hot-board { display: grid; grid-template-columns: 1fr 292px; border: 1px solid #d9d9d9; background: #fff; }
.hot-feed { padding: 30px 25px; border-right: 1px solid #ddd; }
.hot-feed h2, .rank-box h2 { margin: 0 0 18px; font-size: 23px; font-weight: 500; }
.hot-feed h2 em, .rank-box h2 em { color: var(--orange); font-style: normal; }
.best-ribbon { margin-right: 12px; padding: 10px 6px; color: #fff; background: #b39a78; font-size: 11px; clip-path: polygon(0 0,100% 0,100% 100%,50% 80%,0 100%); }
.hot-row { min-height: 47px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; border-top: 1px solid #eee; font-size: 14px; }
.hot-row a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hot-row a:hover { color: var(--orange); }
.hot-row span { padding: 3px 12px; border-radius: 999px; color: #fff; background: #f2a12d; font-size: 12px; }
.rank-box { padding: 30px 25px; }
.rank-box ol { margin: 0; padding: 0; list-style: none; }
.rank-box li { margin-bottom: 7px; }
.rank-box a { display: flex; align-items: center; gap: 9px; padding: 8px 10px; background: #fbf8f6; font-size: 13px; }
.rank-box b { color: var(--orange); }

.guide-section { background: #f5f5f5; }
.guide-article-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.guide-article { background: #fff; box-shadow: var(--shadow); }
.guide-article img { height: 170px; object-fit: cover; object-position: center 20%; }
.guide-article > div { padding: 17px 14px 16px; }
.guide-article h3 { margin: 0 0 9px; font-size: 18px; }
.guide-article p { min-height: 122px; margin: 0; overflow: hidden; color: #6f6c70; font-size: 13px; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.guide-article p strong { color: #222; }
.guide-article span { display: block; margin-top: 12px; color: #777; font-size: 12px; }

.area-section { background: #fff; }
.area-board { padding: 26px; border: 1px solid #ddd; }
.area-tabs { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 22px; border: 1px solid #444; }
.area-filter { height: 44px; border: 0; border-right: 1px solid #444; background: #fff; font-weight: 800; cursor: pointer; }
.area-filter:last-child { border-right: 0; }
.area-filter.is-active { color: #fff; background: #b1916d; }
.area-links { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.area-links a { min-width: 0; padding: 10px 8px; overflow: hidden; border: 1px solid #e1e1e1; color: #666; background: #fafafa; text-align: center; font-size: 13px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.area-links a:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.area-links a[hidden] { display: none; }

.info-banners { padding-top: 36px; }
.banner-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.info-banner { min-height: 190px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; box-shadow: var(--shadow); }
.info-banner b { font-size: 35px; letter-spacing: -.04em; }
.info-banner span { font-size: 18px; font-weight: 850; }
.info-banner.yellow { color: #322719; background: #ffd06a; }
.info-banner.purple { background: #ad2466; }
.info-banner.orange { background: #ff7625; }
.info-banner.green { background: #4fc749; }

.faq-section { background: #f6f6f6; }
.faq-list { max-width: 900px; margin-inline: auto; display: grid; gap: 8px; }
.faq-item { border: 1px solid #ddd; background: #fff; }
.faq-question { width: 100%; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; text-align: left; font-size: 15px; font-weight: 850; cursor: pointer; }
.faq-question::after { content: "+"; color: var(--orange); font-size: 20px; }
.faq-item.is-open .faq-question::after { content: "–"; }
.faq-answer { display: none; padding: 0 20px 17px; color: #706e73; font-size: 14px; }
.faq-answer p { margin: 0; }
.faq-item.is-open .faq-answer { display: block; }

/* Regional pages */
.region-hero { padding: 64px 0 118px; color: #fff; background: linear-gradient(120deg, var(--purple-dark), #4f2278 65%, #8d3f8f); }
.breadcrumbs { margin-bottom: 17px; color: #d7cfe2; font-size: 13px; }
.breadcrumbs a:hover { color: var(--yellow); }
.region-hero-grid { display: grid; grid-template-columns: 1fr 300px; align-items: center; gap: 40px; }
.region-hero .eyebrow { margin: 0 0 7px; color: #fbb1e9; font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.region-hero h1 { margin: 0; font-size: clamp(39px,5vw,59px); line-height: 1.15; letter-spacing: -.06em; }
.region-hero h1 em { color: var(--yellow); font-style: normal; }
.region-hero p { max-width: 680px; margin: 15px 0 0; color: #e5dcef; }
.region-badge { padding: 24px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.09); }
.region-badge small { display: block; color: var(--yellow); font-weight: 850; }
.region-badge strong { display: block; margin-top: 5px; font-size: 22px; }
.region-content-wrap { position: relative; z-index: 5; margin-top: -66px; }
.region-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 17px; }
.content-card { padding: 30px; border: 1px solid #ddd; background: #fff; box-shadow: var(--shadow); }
.section-kicker { margin: 0 0 6px !important; color: var(--orange) !important; font-size: 12px !important; font-weight: 900 !important; letter-spacing: .1em; }
.content-card h2 { margin: 0 0 10px; font-size: 25px; }
.content-card p { margin: 0; color: #6c696e; }
.feature-list { margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; list-style: none; }
.feature-list li { padding: 10px 12px; border-left: 3px solid var(--orange); background: #f7f5f4; font-size: 13px; font-weight: 800; }
.region-photo { position: relative; min-height: 330px; margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.region-photo img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 20%; }
.region-photo::after { content: "쏘울홈타이"; position: absolute; left: 15px; bottom: 15px; padding: 7px 11px; color: #fff; background: var(--orange); font-size: 12px; font-weight: 900; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-size: 31px; line-height: 1.25; letter-spacing: -.045em; }
.section-heading > p { max-width: 440px; margin: 0; color: #777; font-size: 14px; }
.section.compact { padding-top: 72px; }
.price-table { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.price-card { padding: 25px; border: 1px solid #ddd; background: #fff; box-shadow: var(--shadow); }
.price-card.featured { border-top: 4px solid var(--orange); }
.price-card h3 { margin: 0; font-size: 21px; }
.price-card > p { margin: 4px 0 15px; color: #777; font-size: 13px; }
.price-row { padding: 9px 0; display: flex; justify-content: space-between; border-top: 1px solid #e6e6e6; font-size: 13px; }
.price-row strong { color: var(--orange); font-size: 14px; }
.guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.guide-card { padding: 24px; border: 1px solid #ddd; background: #fff; }
.guide-icon { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--orange); font-weight: 900; }
.guide-card h3 { margin: 15px 0 6px; font-size: 18px; }
.guide-card p { margin: 0; color: #777; font-size: 14px; }
.nearby-links { display: flex; flex-wrap: wrap; gap: 7px; }
.nearby-links a { padding: 8px 12px; border: 1px solid #ddd; background: #fff; font-size: 13px; }
.nearby-links a:hover { color: #fff; border-color: var(--orange); background: var(--orange); }

.contact-banner { padding: 36px 0; color: #fff; background: #ff6b22; }
.contact-banner .container { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.contact-banner h2 { margin: 0; font-size: 28px; }
.contact-banner p { margin: 3px 0 0; color: #fff0e9; font-size: 14px; }
.contact-button { padding: 13px 22px; border-radius: 999px; color: #fff; background: #2e2019; font-weight: 900; }
.footer { padding: 50px 0 90px; color: #a7a2a6; background: #28252a; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 48px; }
.footer .brand { justify-self: start; color: #fff; font-size: 22px; }
.footer-copy { max-width: 500px; margin: 15px 0 0; font-size: 13px; }
.footer h3 { margin: 0 0 10px; color: #fff; font-size: 14px; }
.footer-links { display: grid; gap: 7px; font-size: 13px; }
.footer-links a:hover { color: var(--yellow); }
.copyright { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.floating-call { position: fixed; right: 22px; bottom: 22px; z-index: 100; padding: 13px 18px; display: flex; align-items: center; gap: 9px; border-radius: 999px; color: #fff; background: var(--orange); box-shadow: 0 8px 24px rgba(0,0,0,.28); font-weight: 950; }
.floating-call svg { width: 19px; height: 19px; }

@media (max-width: 980px) {
  .container { width: min(100% - 28px, 900px); }
  .main-nav a { font-size: 15px; }
  .hero-photo { left: 20px; }
  .directory-shell { grid-template-columns: 330px 1fr; }
  .find-controls { grid-template-columns: 135px 135px 1fr; }
  .map-shortcuts { grid-template-columns: repeat(3,1fr); }
  .listing-grid, .guide-article-grid { grid-template-columns: repeat(2,1fr); }
  .area-links { grid-template-columns: repeat(4,1fr); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 22px, 560px); }
  .brand-row { position: relative; z-index: 140; }
  .brand-row .container { height: 74px; grid-template-columns: 1fr auto; }
  .brand { justify-self: start; font-size: 21px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-note, .mini-action { display: none; }
  .menu-button { position: relative; z-index: 150; display: grid; place-items: center; }
  .nav-inner { min-height: 0; display: block; }
  .main-nav { position: fixed; inset: 74px 0 0; z-index: 130; padding: 24px; display: none; grid-template-columns: 1fr; align-content: start; background: rgba(31,19,48,.98); }
  .main-nav.is-open { display: grid; }
  .main-nav a, .main-nav a:first-child { min-height: 55px; justify-content: start; color: #fff; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 17px; }
  .nav-call { display: none; }
  .home-hero { height: 500px; }
  .hero-inner { display: block; }
  .hero-art { position: absolute; inset: 0; opacity: .64; }
  .hero-photo { left: auto; right: -28px; width: 61%; height: 330px; }
  .ring-a { left: -30px; }
  .ring-b { right: 58%; top: 290px; }
  .hero-copy { padding-top: 70px; text-align: left; }
  .hero-small { font-size: 14px; }
  .hero h1 { max-width: 95%; font-size: 45px; }
  .hero-copy > p:not(.hero-small) { max-width: 82%; margin-left: 0; font-size: 14px; }
  .hero-badges { justify-content: flex-start; flex-wrap: wrap; }
  .overlap-directory { margin-top: -22px; }
  .directory-shell { grid-template-columns: 1fr; }
  .new-area-box { border-right: 0; border-bottom: 1px solid #ccc; }
  .new-area-content { min-height: 176px; }
  .find-controls { height: auto; grid-template-columns: 1fr 1fr; }
  .find-controls > button { height: 46px; }
  .find-search { grid-column: span 2; height: 49px; }
  .map-shortcuts { min-height: auto; grid-template-columns: repeat(3,1fr); padding: 18px 12px 24px; }
  .section { padding: 62px 0; }
  .center-title { margin-bottom: 27px; }
  .center-title h2, .recommend-title h2 { font-size: 26px; }
  .listing-grid, .guide-article-grid { grid-template-columns: 1fr; }
  .listing-card > img { height: 235px; }
  .category-tabs { overflow-x: auto; grid-template-columns: repeat(5,128px); }
  .hot-board { grid-template-columns: 1fr; }
  .hot-feed { padding: 24px 17px; border-right: 0; border-bottom: 1px solid #ddd; }
  .rank-box { padding: 24px 17px; }
  .guide-article img { height: 230px; }
  .guide-article p { min-height: auto; }
  .area-board { padding: 17px 12px; }
  .area-tabs { overflow-x: auto; grid-template-columns: repeat(4,100px); }
  .area-links { grid-template-columns: repeat(2,1fr); }
  .banner-grid { grid-template-columns: repeat(2,1fr); }
  .info-banner { min-height: 150px; }
  .region-hero { padding: 48px 0 98px; }
  .region-hero-grid, .region-intro, .price-table, .guide-grid { grid-template-columns: 1fr; }
  .region-badge { display: none; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 8px; }
  .feature-list { grid-template-columns: 1fr; }
  .contact-banner .container { display: block; }
  .contact-button { display: inline-flex; margin-top: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .floating-call { right: 12px; bottom: 12px; padding: 11px 14px; font-size: 14px; }
}

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