@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');

:root {
  color-scheme: light;
  --bg: #fff8fa;
  --surface: #fffdfd;
  --surface-soft: #f9eaf0;
  --line: rgba(112, 52, 77, .16);
  --text: #362633;
  --muted: #715c68;
  --rose: #9c315f;
  --rose-dark: #742143;
  --blush: #f7dce6;
  --mint: var(--rose);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', 'Noto Sans KR', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
::selection { background: #f4c1d4; color: var(--text); }

.skip-link { position: absolute; left: 1rem; top: -5rem; padding: .6rem 1rem; background: var(--rose-dark); color: #fff; z-index: 100; }
.skip-link:focus { top: 1rem; }
.shell { width: min(100% - 2.5rem, 1300px); margin-inline: auto; }
.site-header { position: relative; z-index: 30; background: #fff9fb; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 2.2rem; }
.brand { display: inline-flex; align-items: center; gap: .68rem; white-space: nowrap; font-size: 1.35rem; font-weight: 800; letter-spacing: -.06em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px 11px 15px 15px; background: var(--blush); color: var(--rose-dark); transform: rotate(-8deg); font-family: var(--serif); font-size: 1.28rem; line-height: 1; }
.brand-mark span { transform: rotate(8deg); }
.brand b { color: var(--mint); }
.nav { display: flex; align-items: center; gap: 1.7rem; margin-left: auto; }
.nav a { color: #533d4a; font-size: .92rem; font-weight: 600; transition: color .2s; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--mint); }
.contact-actions { display: flex; flex-wrap: wrap; gap: .55rem; }
.contact-actions a { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: .48rem .9rem; border: 1px solid var(--rose); border-radius: 8px; color: var(--rose-dark); font-size: .85rem; font-weight: 700; white-space: nowrap; }
.contact-actions a:first-child { background: var(--rose); color: #fff; }
.contact-actions a:hover, .contact-actions a:focus-visible { border-color: var(--rose-dark); box-shadow: 0 0 0 3px rgba(156,49,95,.14); }
.header-contact { margin-left: .3rem; }
.nav-contact { display: none; }
.menu-toggle { display: none; margin-left: auto; border: 1px solid var(--line); background: transparent; color: var(--text); padding: .42rem .7rem; border-radius: 8px; }

.hero { position: relative; min-height: 610px; overflow: hidden; background: #f7e7ed; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255,248,250,.98) 0%, rgba(255,248,250,.94) 30%, rgba(255,242,247,.72) 52%, rgba(255,242,247,.08) 75%); }
.hero-inner { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 610px; padding-block: 4.5rem 5rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; margin: 0 0 1.4rem; color: var(--mint); font-size: .77rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 850px; margin: 0; font-size: clamp(2.8rem, 5vw, 4.7rem); letter-spacing: -.075em; line-height: 1.15; font-weight: 700; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero-copy { max-width: 610px; margin: 1.7rem 0 0; color: #594451; font-size: 1.06rem; line-height: 1.85; }
.hero-cta { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 51px; margin-top: 2rem; padding: .75rem 1.3rem; border-radius: 4px; background: var(--rose); color: #fff; font-weight: 800; }
.hero-cta:hover { background: var(--rose-dark); }

.section { padding-block: 5rem; }
.section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.2rem; }
.section-kicker { display: block; margin-bottom: .7rem; color: var(--mint); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2, .page-section h2 { margin: 0; font-size: clamp(1.9rem, 3.7vw, 3.1rem); letter-spacing: -.065em; line-height: 1.28; }
.section-heading p { max-width: 480px; margin: 0; color: var(--muted); font-size: .96rem; }
.section--raised { background: #fbeef3; border-block: 1px solid var(--line); }
.section--light { background: #f8e2ea; color: var(--text); }
.section--light .section-kicker { color: var(--rose-dark); }
.section--light .section-heading p { color: var(--muted); }

.finder { padding: 1.1rem; border: 1px solid #e7c9d5; border-radius: 16px; background: #fffdfd; box-shadow: 0 22px 50px rgba(103,46,71,.09); }
.finder-head { display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding: .45rem .55rem 1rem; }
.finder-head label { font-size: .93rem; font-weight: 700; }
.result-count { color: var(--muted); font-size: .86rem; }
.search-wrap { position: relative; }
.search-wrap svg { position: absolute; left: 1.15rem; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: #8d7180; pointer-events: none; }
.search-input { width: 100%; height: 61px; padding: 0 1.2rem 0 3.1rem; border: 1px solid #dcb9c7; border-radius: 9px; outline: none; background: #fff9fb; color: var(--text); font-size: 1rem; }
.search-input:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(156,49,95,.14); }
.search-input::placeholder { color: #88717d; }
.search-suggestions { position: absolute; z-index: 5; top: calc(100% + .4rem); left: 0; right: 0; display: grid; gap: .15rem; max-height: 280px; overflow: auto; padding: .65rem; border: 1px solid #ddb8c7; border-radius: 9px; background: #fffdfd; box-shadow: 0 18px 35px rgba(103,46,71,.16); }
.search-suggestions[hidden] { display: none; }
.suggestions-label { padding: .25rem .55rem; color: var(--mint); font-size: .77rem; font-weight: 700; }
.search-suggestions a { padding: .45rem .55rem; border-radius: 5px; color: var(--text); font-size: .9rem; }
.search-suggestions a:hover, .search-suggestions a:focus-visible { background: #fbe5ed; }
.filters { display: flex; flex-wrap: wrap; gap: .55rem; padding-top: 1rem; }
.filter { min-height: 40px; padding: .42rem .85rem; border: 1px solid #d5adbd; border-radius: 999px; background: #fff9fb; color: #573e4b; font-size: .87rem; font-weight: 700; }
.filter:hover, .filter[aria-pressed="true"] { border-color: var(--rose); background: var(--rose); color: #fff; }
.region-groups { display: grid; gap: 1.5rem; margin-top: 1.8rem; }
.region-group { padding: 1.75rem; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.region-group-header { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.region-group-header h3 { margin: 0; font-size: 1.32rem; letter-spacing: -.04em; }
.region-group-header a { color: var(--mint); font-size: .86rem; font-weight: 700; white-space: nowrap; }
.region-group-header a:hover { text-decoration: underline; }
.region-group-header span { display: block; margin-top: .15rem; color: var(--muted); font-size: .85rem; }
.region-links { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: .65rem; }
.region-link { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: .5rem; padding: .55rem .85rem; border: 1px solid #e6cbd5; border-radius: 7px; background: #fff9fb; font-size: .88rem; font-weight: 600; transition: border-color .2s, background .2s; }
.region-link:hover { border-color: var(--rose); background: #fae3ec; }
.region-link i { color: var(--mint); font-style: normal; font-weight: 400; }
.empty-state { display: none; padding: 2rem 1rem; color: var(--muted); text-align: center; }
.empty-state.is-visible { display: block; }

.popular-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid #e3bdcb; border-radius: 13px; background: #e3bdcb; }
.popular-link { display: flex; min-height: 105px; flex-direction: column; justify-content: space-between; padding: 1.2rem; background: #fffafd; transition: background .2s; }
.popular-link:hover { background: #f8dce7; }
.popular-link strong { font-size: 1.04rem; letter-spacing: -.04em; }
.popular-link span { color: #715c68; font-size: .82rem; }
.popular-link i { align-self: flex-end; margin-top: -1rem; color: var(--rose); font-style: normal; }

.disclosure-stack { display: grid; gap: .8rem; }
.disclosure { overflow: hidden; border: 1px solid #e3c4d0; border-radius: 12px; background: #fffdfd; }
.disclosure summary { display: flex; align-items: center; gap: 1.1rem; min-height: 86px; padding: 1.2rem 1.55rem; list-style: none; cursor: pointer; }
.disclosure summary::-webkit-details-marker { display: none; }
.disclosure summary:hover { background: #fcebf1; }
.disclosure summary:focus-visible { outline: 3px solid var(--mint); outline-offset: -3px; }
.disclosure-name { margin: 0; font-size: 1.45rem; font-weight: 700; letter-spacing: -.05em; }
.disclosure-count { margin-left: auto; color: var(--muted); font-size: .9rem; }
.disclosure-indicator { flex: 0 0 auto; width: 13px; height: 13px; margin-left: .6rem; border-right: 2px solid var(--mint); border-bottom: 2px solid var(--mint); transform: rotate(45deg) translateY(-3px); transition: transform .2s; }
.disclosure[open] .disclosure-indicator { transform: rotate(225deg) translateY(-3px); }
.disclosure-panel { padding: 1.5rem; border-top: 1px solid var(--line); }
.disclosure-panel > p { margin: 0 0 1.25rem; color: var(--muted); }
.disclosure-panel-intro { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
.disclosure-panel-intro p { margin: 0; color: var(--muted); }
.disclosure-page-link { flex: 0 0 auto; padding: .65rem .9rem; border: 1px solid #ddb7c6; border-radius: 7px; color: var(--mint); font-size: .9rem; font-weight: 700; }
.disclosure-page-link:hover { border-color: var(--rose); background: #fae3ec; }
.disclosure-page-link--pulse { animation: pageLinkPulse 3s ease-in-out infinite; }
.disclosure-page-link--pulse:hover, .disclosure-page-link--pulse:focus-visible { animation: none; border-color: #b9356c; background: #b9356c; color: #fff; }
@keyframes pageLinkPulse {
  0%, 100% { border-color: #ddb7c6; background: #fff7fa; color: #9c315f; box-shadow: 0 0 0 0 rgba(185,53,108,0); }
  50% { border-color: #b9356c; background: #b9356c; color: #fff; box-shadow: 0 0 0 6px rgba(185,53,108,.18); }
}
.disclosure-all { display: inline-block; margin-top: 1.3rem; color: var(--mint); font-size: .9rem; font-weight: 700; }
.disclosure-all:hover { text-decoration: underline; }
.disclosure--light { border-color: #ddb7c6; background: #fff8fb; color: var(--text); }
.disclosure--light summary:hover { background: #f8dce7; }
.disclosure--light .disclosure-count { color: var(--muted); }
.disclosure--light .disclosure-indicator { border-color: var(--rose); }
.disclosure--light .disclosure-panel { border-color: #e7c9d5; }

.home-editorial { background: #fff3f7; border-top: 1px solid var(--line); }
.home-editorial-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.8fr); align-items: end; gap: 1.3rem 4rem; margin-bottom: 2.5rem; }
.home-editorial-head .section-kicker { grid-column: 1 / -1; margin: 0; }
.home-editorial-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.2; letter-spacing: -.065em; }
.home-editorial-head h2 em { color: var(--mint); font-style: normal; }
.home-editorial-head p { margin: 0; color: #654e5b; font-size: 1rem; }
.home-editorial-body { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.editorial-chapter { padding: 2rem; border: 1px solid #ecd3dc; border-radius: 12px; background: #fffdfd; }
.editorial-chapter h3 { margin-bottom: 1rem; color: var(--text); font-size: 1.38rem; line-height: 1.4; letter-spacing: -.045em; text-align: center; }
.editorial-chapter p { margin-bottom: 1rem; color: #614d59; font-size: 1rem; line-height: 1.85; word-break: keep-all; }
.editorial-chapter p:last-child { margin-bottom: 0; }

.faq-section { border-top: 1px solid var(--line); background: #fff9fb; }
.faq-heading { max-width: 760px; margin: 0 auto 2rem; text-align: center; }
.faq-heading h2 { margin: 0; font-size: clamp(1.9rem,3.7vw,3rem); letter-spacing: -.06em; line-height: 1.3; }
.faq-heading p { margin: .85rem 0 0; color: var(--muted); }
.faq-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: .8rem; }
.faq-item { min-width: 0; overflow: hidden; border: 1px solid #e5c5d1; border-radius: 12px; background: #fffdfd; }
.faq-item summary { position: relative; display: flex; min-height: 88px; align-items: center; justify-content: center; padding: 1.15rem 3rem; list-style: none; cursor: pointer; text-align: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: #fff1f6; }
.faq-item summary:focus-visible { outline: 3px solid var(--rose); outline-offset: -3px; }
.faq-item h3 { margin: 0; font-size: 1.05rem; letter-spacing: -.035em; line-height: 1.45; }
.faq-icon { position: absolute; right: 1.15rem; color: var(--rose); font-size: 1.5rem; line-height: 1; transition: transform .2s; }
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-item > p { margin: 0; padding: 1.1rem 1.3rem 1.3rem; border-top: 1px solid var(--line); color: #5e4b56; line-height: 1.75; word-break: keep-all; }

.price-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .8rem; }
.price-card { padding: 1.8rem; border: 1px solid #e5c5d1; border-radius: 12px; background: #fffdfd; }
.price-card h3 { margin-bottom: .5rem; color: var(--mint); font-size: 1rem; }
.price-card strong { display: block; margin-bottom: 1rem; font-size: clamp(1.7rem,2.8vw,2.35rem); letter-spacing: -.06em; }
.pricing-contact { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; padding: 1.1rem 1.25rem; border: 1px solid #e5c5d1; border-radius: 12px; background: #fffdfd; }
.pricing-contact p { margin: 0; color: var(--muted); font-size: .95rem; }
.price-card p { margin: 0; color: var(--muted); font-size: .93rem; }

.guide-band { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.guide-band h2 { margin-bottom: 1rem; font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.28; letter-spacing: -.065em; }
.guide-band h2 em { color: var(--mint); font-family: var(--serif); font-weight: 400; font-style: italic; }
.guide-band > div > p { max-width: 530px; color: var(--muted); }
.guide-list { display: grid; gap: .8rem; }
.guide-item { padding: 1.1rem 0; border-top: 1px solid var(--line); }
.guide-item h3 { margin: 0 0 .35rem; font-size: 1rem; }
.guide-item p { margin: 0; color: var(--muted); font-size: .91rem; }

.page-hero { padding-block: 4.6rem 4.2rem; background: radial-gradient(circle at 80% 0%, rgba(232,148,181,.27), transparent 38%), linear-gradient(135deg, #fff5f9, #f9e4ec); border-bottom: 1px solid var(--line); }
.page-hero .shell { text-align: center; }
.breadcrumbs { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem; align-items: center; margin-bottom: 2rem; color: #6f5966; font-size: .84rem; }
.breadcrumbs a:hover { color: var(--mint); }
.breadcrumbs span[aria-hidden] { color: #ab8a9a; }
.page-hero h1 { max-width: 900px; margin: 0 auto; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: 1.19; letter-spacing: -.075em; }
.page-hero h1 em { color: var(--mint); font-style: normal; }
.page-hero p { max-width: 720px; margin: 1.4rem auto 0; color: #624c59; font-size: 1.02rem; }
.page-tag { display: inline-block; margin-bottom: 1.4rem; padding: .38rem .65rem; border: 1px solid #c98ba5; border-radius: 5px; color: var(--rose-dark); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.page-section { padding-block: 4.3rem; }
.page-section + .page-section { border-top: 1px solid var(--line); }
.page-section-header { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; margin-bottom: 1.7rem; }
.page-section-header p { max-width: 480px; margin: 0; color: var(--muted); }
.area-cards { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .8rem; }
.area-card { display: flex; min-height: 118px; flex-direction: column; justify-content: space-between; padding: 1.15rem; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); transition: border-color .2s, transform .2s; }
.area-card:hover { border-color: var(--mint); transform: translateY(-2px); }
.area-card strong { font-size: 1.05rem; }
.area-card span { color: var(--muted); font-size: .82rem; }
.area-card i { align-self: flex-end; color: var(--mint); font-style: normal; }
.editorial { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 3rem; padding: 2.3rem; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.editorial h2 { font-size: clamp(1.7rem, 3vw, 2.7rem); }
.editorial-copy p { color: #5e4b56; }
.editorial-copy p:last-child { margin-bottom: 0; }
.editorial--expanded { grid-template-columns: minmax(0,1fr); gap: clamp(1.5rem,3vw,2.5rem); }
.editorial--expanded .editorial-heading { display: flex; width: 100%; flex-direction: column; align-items: center; justify-content: center; padding: .2rem 0 2rem; border-bottom: 1px solid var(--line); text-align: center; }
.editorial--expanded .editorial-copy { width: 100%; max-width: 880px; min-width: 0; margin-inline: auto; }
.local-notes-lead { margin-bottom: 1.8rem; color: var(--text) !important; font-size: 1.07rem; font-weight: 600; line-height: 1.85; word-break: keep-all; }
.local-notes-topic { padding-block: 1.55rem; border-top: 1px solid var(--line); }
.local-notes-topic h3 { margin-bottom: .7rem; font-size: 1.2rem; letter-spacing: -.04em; line-height: 1.45; text-align: center; }
.local-notes-topic p { margin-bottom: .85rem; line-height: 1.85; word-break: keep-all; }
.local-notes-links { display: flex; flex-wrap: wrap; gap: .6rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.local-notes-links a { padding: .55rem .8rem; border: 1px solid #dbaaba; border-radius: 8px; color: var(--rose-dark); font-size: .88rem; font-weight: 700; }
.local-notes-links a:hover, .local-notes-links a:focus-visible { border-color: var(--rose); background: #fbe7ee; }
.back-link { display: inline-flex; align-items: center; gap: .6rem; margin-top: 2rem; color: var(--mint); font-weight: 700; }
.back-link:hover { text-decoration: underline; }

.region-photo { width: min(100% - 2.5rem, 560px); margin: 2.2rem auto .3rem; }
.region-photo img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: 75% center; border: 1px solid var(--line); border-radius: 13px; }

.location-video { border-top: 1px solid var(--line); background: #fff8fa; }
.location-video-panel { padding: 2.1rem; border: 1px solid #e7c9d5; border-radius: 20px; background: #fffdfd; box-shadow: 0 18px 40px rgba(103,46,71,.06); }
.location-video-panel h2 { margin: 0 0 .45rem; font-size: clamp(1.7rem,3vw,2.5rem); line-height: 1.3; letter-spacing: -.055em; }
.location-video-intro { margin-bottom: 1.5rem; color: var(--muted); }
.location-video-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.media-card { display: flex; min-width: 0; flex-direction: column; padding: 1.2rem; border: 1px solid #ebcad7; border-radius: 15px; background: #fffafb; }
.media-card h3 { margin-bottom: .85rem; font-size: 1.08rem; letter-spacing: -.035em; }
.media-frame { position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 9; border-radius: 10px; background: #f6e7ed; }
.media-frame iframe { display: block; width: 100%; height: 100%; border: 0; opacity: 0; pointer-events: none; }
.media-frame.is-loaded iframe { opacity: 1; pointer-events: auto; }
.media-fallback { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .45rem; overflow: hidden; padding: 1rem; text-align: center; }
.media-fallback[hidden] { display: none; }
.media-fallback strong { position: relative; z-index: 1; font-size: clamp(1rem,2vw,1.25rem); }
.media-fallback > span:last-child { position: relative; z-index: 1; font-size: .83rem; font-weight: 700; }
.media-fallback--map { background: repeating-linear-gradient(0deg,transparent 0 32px,rgba(156,49,95,.12) 33px 35px,transparent 36px 70px), repeating-linear-gradient(90deg,#f9e7ef 0 47px,#e8c7d4 48px 51px,#fff7fa 52px 90px); color: var(--rose-dark); }
.media-fallback--map::before { content: ''; position: absolute; width: 125%; height: 15px; transform: rotate(-18deg); background: rgba(255,255,255,.75); box-shadow: 0 0 0 2px rgba(156,49,95,.12); }
.map-pin { position: relative; z-index: 1; display: grid; place-items: center; width: 42px; height: 42px; border: 3px solid #fff; border-radius: 50%; background: var(--rose); color: #fff; font-size: 1.1rem; box-shadow: 0 6px 14px rgba(83,31,55,.22); }
.media-fallback--video { background: linear-gradient(rgba(38,26,34,.38),rgba(38,26,34,.62)), url('https://i.ytimg.com/vi/2EDcC2FtJs4/hqdefault.jpg') center / cover, #5c404e; color: #fff; }
.video-play { position: relative; z-index: 1; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: #d32451; color: #fff; font-size: 1.35rem; box-shadow: 0 7px 22px rgba(0,0,0,.25); }
.media-card p { margin: .9rem 0 1rem; color: var(--muted); font-size: .88rem; line-height: 1.7; word-break: keep-all; }
.media-link { display: inline-flex; align-items: center; align-self: flex-start; min-height: 41px; margin-top: auto; padding: .45rem .85rem; border: 1px solid #dbaaba; border-radius: 9px; background: #fffdfd; color: var(--rose-dark); font-size: .86rem; font-weight: 700; }
.media-link:hover, .media-link:focus-visible { border-color: var(--rose); background: #fbe7ee; }

.site-footer { padding-block: 2.7rem; border-top: 1px solid #654054; background: #513043; color: #fff4f8; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; }
.footer-inner .brand { font-size: 1.1rem; }
.footer-inner .brand-mark { width: 29px; height: 29px; font-size: 1.05rem; }
.site-footer .brand b { color: #ffd0e1; }
.footer-note { max-width: 620px; color: #f0cedd; font-size: .83rem; }
.footer-contact { margin-top: 1rem; }
.footer-contact a { border-color: #f0cedd; color: #fff4f8; }
.footer-contact a:first-child { background: #fff4f8; color: #513043; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; color: #ffe8f0; font-size: .84rem; }
.footer-links a:hover { color: #fff; }
.mobile-contact-bar { display: none; }

@media (max-width: 1000px) {
  .header-contact { display: none; }
  .region-links { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .popular-grid, .area-cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .home-editorial-head { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); font-size: .94rem; line-height: 1.6; }
  .shell { width: min(100% - 1.4rem, 1300px); }
  .header-inner { min-height: 65px; }
  .brand { font-size: 1.14rem; }
  .brand-mark { width: 30px; height: 30px; font-size: 1.1rem; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 65px; margin: 0; padding: 1rem; background: #fff9fb; border-bottom: 1px solid var(--line); box-shadow: 0 16px 22px rgba(103,46,71,.15); }
  .nav.is-open { display: grid; gap: .4rem; }
  .nav a { padding: .5rem; }
  .nav-contact { display: flex; padding-top: .5rem; border-top: 1px solid var(--line); }
  .nav-contact a { padding: .48rem .9rem; }
  .hero, .hero-inner { min-height: 0; }
  .hero-image { position: relative; height: 290px; object-position: 72% 32%; }
  .hero::before { display: none; }
  .hero-inner { padding-block: 2rem 2.5rem; background: #fff1f6; }
  .hero h1 { font-size: clamp(1.85rem, 7.5vw, 2.5rem); }
  .hero-copy { margin-top: 1.1rem; font-size: .94rem; line-height: 1.65; }
  .section { padding-block: 2.8rem; }
  .section-heading { margin-bottom: 1.4rem; }
  .section-heading h2, .page-section h2 { font-size: clamp(1.55rem, 6.3vw, 1.9rem); line-height: 1.3; }
  .section-heading, .page-section-header { display: block; }
  .section-heading p, .page-section-header p { margin-top: .7rem; }
  .finder { padding: .8rem; }
  .region-group { padding: 1.15rem; }
  .region-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .popular-grid, .area-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .area-cards { gap: .65rem; }
  .area-card { min-height: 88px; padding: .7rem .85rem; }
  .disclosure summary { min-height: 72px; padding: 1rem 1.1rem; }
  .disclosure-name { font-size: 1.18rem; }
  .disclosure-panel { padding: 1.05rem; }
  .disclosure-panel-intro { align-items: flex-start; flex-direction: column; }
  .home-editorial-head { margin-bottom: 1.5rem; }
  .home-editorial-head h2 { font-size: clamp(1.7rem, 7vw, 2.1rem); }
  .home-editorial-body, .price-grid { grid-template-columns: 1fr; }
  .faq-heading { margin-bottom: 1.4rem; }
  .faq-heading h2 { font-size: clamp(1.55rem, 6.3vw, 1.9rem); }
  .faq-list { grid-template-columns: 1fr; gap: .65rem; }
  .faq-item summary { min-height: 74px; padding: .95rem 2.5rem; }
  .faq-item h3 { font-size: .97rem; }
  .faq-item > p { padding: 1rem 1.1rem 1.1rem; font-size: .9rem; line-height: 1.65; }
  .pricing-contact { align-items: flex-start; flex-direction: column; }
  .editorial-chapter { padding: 1.15rem; }
  .editorial-chapter h3 { margin-bottom: .7rem; font-size: 1.15rem; }
  .editorial-chapter p { margin-bottom: .8rem; font-size: .94rem; line-height: 1.65; }
  .guide-band, .editorial { grid-template-columns: 1fr; gap: 1.5rem; }
  .guide-band h2 { font-size: 1.7rem; }
  .editorial { padding: 1.2rem; }
  .editorial h2 { font-size: clamp(1.55rem, 6.3vw, 1.9rem); }
  .editorial-copy p { line-height: 1.65; }
  .editorial--expanded .editorial-heading { padding-block: .4rem 1.2rem; }
  .local-notes-lead { margin-bottom: 1.2rem; font-size: .98rem; line-height: 1.65; }
  .local-notes-topic { padding-block: 1rem; }
  .local-notes-topic h3 { font-size: 1.1rem; }
  .local-notes-topic p { margin-bottom: .7rem; line-height: 1.65; }
  .page-hero { padding-block: 2.5rem; }
  .breadcrumbs { margin-bottom: 1.3rem; }
  .page-tag { margin-bottom: 1rem; }
  .page-hero h1 { font-size: clamp(2rem, 8vw, 2.5rem); }
  .page-hero p { margin-top: 1rem; font-size: .94rem; }
  .page-section { padding-block: 2.7rem; }
  .page-section-header { margin-bottom: 1.2rem; }
  .region-photo { width: min(100% - 1.4rem, 560px); margin-top: 1.2rem; }
  .location-video-panel { padding: 1.2rem; border-radius: 14px; }
  .location-video-grid { grid-template-columns: 1fr; }
  .media-card { padding: 1rem; }
  .footer-inner { display: block; }
  .footer-note { margin-top: 1.3rem; }
  .footer-contact { width: 100%; flex-wrap: nowrap; justify-content: center; }
  .footer-contact a { flex: 1 1 0; min-width: 0; min-height: 46px; }
  .footer-links { margin-top: 1.3rem; }
  .mobile-contact-bar { position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; padding: .65rem max(.7rem, env(safe-area-inset-right)) calc(.65rem + env(safe-area-inset-bottom)) max(.7rem, env(safe-area-inset-left)); border-top: 1px solid var(--line); background: rgba(255,249,251,.97); box-shadow: 0 -8px 24px rgba(103,46,71,.13); }
  .mobile-contact-bar a { display: flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--rose); border-radius: 9px; background: var(--rose); color: #fff; font-size: .92rem; font-weight: 800; }
  .mobile-contact-bar a + a { background: #fff; color: var(--rose-dark); }
  .mobile-contact-bar a:focus-visible { outline: 3px solid var(--rose-dark); outline-offset: 2px; }
  .header-inner { position: relative; justify-content: center; }
  .menu-toggle { position: absolute; right: 0; margin-left: 0; }
  .nav.is-open { text-align: center; }
  .nav-contact { justify-content: center; }
  .hero-inner { align-items: center; text-align: center; }
  .hero h1, .hero-copy { margin-inline: auto; }
  .eyebrow { justify-content: center; }
  .eyebrow::before { display: none; }
  .section-heading, .page-section-header, .home-editorial-head,
  .guide-band, .pricing-contact, .location-video-panel { text-align: center; }
  .section-heading p, .page-section-header p, .home-editorial-head p,
  .guide-band > div > p { margin-inline: auto; }
  .disclosure summary { position: relative; flex-direction: column; justify-content: center; gap: .1rem; padding-inline: 2.6rem; text-align: center; }
  .disclosure-count { margin-left: 0; }
  .disclosure-indicator { position: absolute; right: 1.2rem; top: 50%; margin-left: 0; }
  .disclosure-panel-intro { align-items: center; text-align: center; }
  .region-link { position: relative; justify-content: center; padding-right: 1.2rem; text-align: center; }
  .region-link i { position: absolute; right: .45rem; }
  .popular-link, .area-card { position: relative; align-items: center; justify-content: center; gap: .25rem; text-align: center; }
  .popular-link i, .area-card i { position: absolute; right: .55rem; bottom: .35rem; margin: 0; }
  .home-editorial-head .section-kicker { text-align: center; }
  .editorial-chapter h3, .local-notes-topic h3 { text-align: center; }
  .guide-item { text-align: center; }
  .price-card { text-align: center; }
  .pricing-contact { align-items: center; }
  .pricing-contact .contact-actions { width: 100%; flex-wrap: nowrap; }
  .pricing-contact .contact-actions a { flex: 1 1 0; min-width: 0; }
  .local-notes-links { justify-content: center; }
  .back-link { display: flex; justify-content: center; }
  .media-card { text-align: center; }
  .media-link { align-self: center; }
  .footer-inner .brand { display: flex; width: fit-content; margin-inline: auto; justify-content: center; }
  .footer-note { margin-inline: auto; text-align: center; }
  .footer-links { justify-content: center; }
}

@media (max-width: 390px) {
  .region-links, .popular-grid, .area-cards { grid-template-columns: 1fr 1fr; }
  .region-link { font-size: .82rem; padding-inline: .55rem; }
  .popular-link { min-height: 95px; padding: .85rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .disclosure-page-link--pulse { animation: none !important; border-color: #b9356c; background: #fff0f5; color: #9c315f; }
}
