:root {
  color-scheme: dark;
  --ink: #fff9f5;
  --muted: #d9c9ca;
  --surface: #171013;
  --surface-2: #23171c;
  --accent: #f2b55d;
  --accent-2: #d84a78;
  --line: rgba(255, 255, 255, .16);
  --page: min(1160px, calc(100% - 48px));
  --radius: 26px;
  --section-space: clamp(72px, 9vw, 128px);
  --shadow: 0 28px 80px rgba(0, 0, 0, .28);
  font-family: Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #080507; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: radial-gradient(circle at 20% 0%, #2a101b 0, transparent 38%), #080507; line-height: 1.72; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .22em; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #080507; background: #fff; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.stage, .section-heading { width: var(--page); margin-inline: auto; }

body[data-palette="plum-blush"] { --surface: #18101f; --surface-2: #281a31; --accent: #f2a7be; --accent-2: #a879ca; background: radial-gradient(circle at 82% 4%, #291139 0, transparent 38%), #09060b; }
body[data-palette="rose-charcoal"] { --surface: #191317; --surface-2: #2a2026; --accent: #ffc1cf; --accent-2: #db456b; background: radial-gradient(circle at 50% 0%, #35141f 0, transparent 34%), #090708; }
body[data-palette="ruby-ink"] { --surface: #180b0f; --surface-2: #291117; --accent: #ffcf74; --accent-2: #a90f3e; background: linear-gradient(145deg, #13070b 0%, #050405 54%, #1c080f 100%); }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid var(--line); background: rgba(8, 5, 7, .84); backdrop-filter: blur(18px); }
.header-inner { width: min(1240px, calc(100% - 40px)); min-height: 82px; margin-inline: auto; display: flex; align-items: center; gap: 28px; }
.brand { width: clamp(170px, 20vw, 250px); margin-right: auto; text-decoration: none; }
.brand img { width: 100%; aspect-ratio: 1200 / 440; object-fit: contain; object-position: left center; }
.site-header nav { display: flex; align-items: center; gap: 24px; font-weight: 700; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover { color: var(--accent); }
.header-call { padding: 10px 18px; border: 1px solid var(--accent); border-radius: 999px; color: var(--accent); text-decoration: none; font-weight: 800; }
body[data-header="centered-band"] .header-inner { justify-content: center; }
body[data-header="centered-band"] .brand { margin: 0; }
body[data-header="centered-band"] nav { margin-left: auto; }
body[data-header="edge-tabs"] .site-header { top: 10px; width: min(1240px, calc(100% - 28px)); margin: 10px auto 0; border: 1px solid var(--line); border-radius: 22px; }
body[data-header="compact-dock"] .header-inner { min-height: 68px; }
body[data-header="compact-dock"] .brand { width: 190px; }

.hero { position: relative; min-height: min(820px, 86vh); padding: clamp(70px, 9vw, 130px) 0 82px; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 70% 50%, color-mix(in srgb, var(--accent-2) 28%, transparent), transparent 40%); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 440px; height: 440px; right: -120px; bottom: -150px; border: 1px solid color-mix(in srgb, var(--accent) 50%, transparent); border-radius: 50%; }
.hero-stage { width: var(--page); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); grid-template-areas: "kicker image" "title image" "subtitle image" "lead image" "actions image"; align-items: center; gap: 18px 70px; }
.hero-kicker { grid-area: kicker; margin: 0; color: var(--accent); font-size: .86rem; font-weight: 900; letter-spacing: .22em; }
.hero h1 { grid-area: title; min-width: 0; max-width: 790px; margin: 0; font-size: clamp(2.7rem, 6vw, 6.4rem); line-height: .98; letter-spacing: -.065em; word-break: keep-all; overflow-wrap: normal; text-wrap: balance; }
.h1-phrase { display: inline-block; white-space: normal; }
.hero-search-thumbnail { grid-area: image; width: min(100%, 520px); aspect-ratio: 1 / 1; justify-self: end; object-fit: cover; border: 1px solid color-mix(in srgb, var(--accent) 62%, white 10%); border-radius: 0; box-shadow: var(--shadow), 0 0 55px color-mix(in srgb, var(--accent-2) 24%, transparent); }
.hero-subtitle { grid-area: subtitle; display: flex; flex-wrap: wrap; gap: 9px; margin: 4px 0 0; }
.hero-subtitle span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.045); font-weight: 700; }
.hero-lead { grid-area: lead; max-width: 690px; margin: 4px 0 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { grid-area: actions; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.button { display: inline-flex; min-height: 50px; padding: 11px 22px; align-items: center; justify-content: center; border: 1px solid var(--accent); border-radius: 999px; color: #160d0e; background: var(--accent); text-decoration: none; font-weight: 900; }
.button-ghost { color: var(--ink); background: transparent; }
body[data-hero="framed-split"] .hero-stage { padding: 46px; border: 1px solid var(--line); border-radius: 10px 54px 10px 54px; background: linear-gradient(120deg, rgba(255,255,255,.06), rgba(255,255,255,.01)); }
body[data-hero="framed-split"] .hero-search-thumbnail { border-radius: 0; }
body[data-hero="halo-card"] .hero-stage { grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr); grid-template-areas: "image kicker" "image title" "image subtitle" "image lead" "image actions"; }
body[data-hero="halo-card"] .hero-search-thumbnail { justify-self: start; border-radius: 0; outline: 0; }
body[data-hero="ribbon-center"] .hero-stage { max-width: 980px; grid-template-columns: 1fr; grid-template-areas: "kicker" "title" "image" "subtitle" "lead" "actions"; text-align: center; justify-items: center; }
body[data-hero="ribbon-center"] .hero-search-thumbnail { width: min(440px, 72vw); justify-self: center; border-radius: 0; clip-path: none; }
body[data-hero="ribbon-center"] .hero-subtitle, body[data-hero="ribbon-center"] .hero-actions { justify-content: center; }

.content-section { padding: var(--section-space) 0; border-top: 1px solid var(--line); }
.content-section:nth-of-type(even) { background: linear-gradient(115deg, rgba(255,255,255,.028), rgba(255,255,255,0)); }
.section-heading { margin-bottom: clamp(32px, 5vw, 58px); }
.section-kicker { margin: 0 0 10px; color: var(--accent); font-size: .82rem; font-weight: 900; letter-spacing: .18em; }
.section-heading h2 { margin: 0; max-width: 900px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.1; letter-spacing: -.045em; text-wrap: balance; }
.section-subtitle { margin: 13px 0 0; max-width: 780px; color: var(--muted); font-size: 1.04rem; }

.editorial-row, .local-editorial, .transit-editorial { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: clamp(24px, 5vw, 72px); }
.editorial-row > div, .local-editorial .long-copy, .transit-editorial > div { align-self: center; }
.editorial-row figure, .local-editorial figure, .transit-editorial figure { margin: 0; min-height: 420px; overflow: hidden; border-radius: var(--radius); }
.editorial-row img, .local-editorial img, .transit-editorial img { width: 100%; height: 100%; object-fit: cover; }
.editorial-row p, .long-copy p, .transit-editorial p { color: var(--muted); }
body[data-editorial="image-left-first"] .service-section .editorial-row > div { order: 2; }
body[data-editorial="image-left-first"] .service-section figure { order: 1; }
body[data-editorial="stacked-mosaic"] .editorial-row { grid-template-columns: .8fr 1.2fr; }
body[data-editorial="stacked-mosaic"] .local-editorial { grid-template-columns: 1fr; }
body[data-editorial="stacked-mosaic"] .local-editorial figure { min-height: 560px; }
body[data-editorial="alternating-band"] .editorial-row, body[data-editorial="alternating-band"] .local-editorial, body[data-editorial="alternating-band"] .transit-editorial { gap: 0; border: 1px solid var(--line); }
body[data-editorial="alternating-band"] .editorial-row > div, body[data-editorial="alternating-band"] .local-editorial .long-copy, body[data-editorial="alternating-band"] .transit-editorial > div { padding: clamp(28px, 5vw, 68px); }
body[data-editorial="alternating-band"] figure { border-radius: 0; }

.care-system { display: grid; gap: clamp(28px, 5vw, 58px); }
.care-intro { max-width: 920px; margin: 0; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.34rem); }
.care-mode-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.care-mode-grid article { min-height: 300px; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, color-mix(in srgb, var(--accent-2) 18%, transparent), rgba(255,255,255,.025)); }
.care-mode-grid article > span, .editorial-index { color: var(--accent); font-weight: 900; letter-spacing: .16em; }
.care-mode-grid h3 { margin: 44px 0 14px; font-size: clamp(1.3rem, 2vw, 1.8rem); }
.care-mode-grid p, .course-guide p { color: var(--muted); }
.care-benefits { display: grid; grid-template-columns: minmax(220px, .68fr) minmax(0, 1.32fr); gap: clamp(24px, 5vw, 72px); align-items: start; padding: clamp(28px, 5vw, 58px); border-block: 1px solid var(--line); }
.care-benefits h3 { margin: 0; font-size: clamp(1.55rem, 2.8vw, 2.7rem); line-height: 1.16; }
.care-benefits ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.care-benefits li { position: relative; padding: 0 0 18px 28px; border-bottom: 1px solid var(--line); color: var(--muted); }
.care-benefits li::before { content: ""; position: absolute; top: .72em; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px color-mix(in srgb, var(--accent) 65%, transparent); }
.course-guide { max-width: 900px; padding: clamp(30px, 5vw, 64px); border-left: 4px solid var(--accent); background: rgba(255,255,255,.035); }
.course-guide h3 { margin: 0 0 24px; font-size: clamp(1.7rem, 3vw, 3rem); }

.service-editorial-stack { display: grid; gap: clamp(54px, 8vw, 112px); }
.service-editorial-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 6vw, 86px); align-items: center; }
.service-editorial-row:nth-child(even) figure { order: 2; }
.service-editorial-row figure { margin: 0; min-height: 470px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.service-editorial-row img { width: 100%; height: 100%; object-fit: cover; }
.service-editorial-row[data-editorial-row="local-schedule"] img { object-position: center; }
.service-editorial-row h3 { margin: 18px 0 10px; font-size: clamp(1.8rem, 3.3vw, 3.8rem); line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.service-editorial-row .editorial-subtitle { margin: 0 0 24px; color: var(--accent); font-size: 1.08rem; font-weight: 800; }
.service-editorial-row div > p:not(.editorial-subtitle) { color: var(--muted); }
body[data-editorial="alternating-band"] .service-editorial-row { gap: 0; border: 1px solid var(--line); }
body[data-editorial="alternating-band"] .service-editorial-row > div { padding: clamp(30px, 5vw, 68px); }
body[data-editorial="alternating-band"] .service-editorial-row figure { min-height: 520px; border: 0; border-radius: 0; box-shadow: none; }

.reason-grid, .course-grid, .situation-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.reason-card, .course-card, .situation-grid article { min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.012)); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.reason-card:hover, .reason-card:focus-visible { transform: translateY(-6px); border-color: var(--accent); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.reason-card > span, .card-index { color: var(--accent); font-weight: 900; letter-spacing: .12em; }
.reason-card h3, .course-card h3, .situation-grid h3 { margin: 36px 0 10px; font-size: 1.28rem; }
.reason-card p, .course-card p, .situation-grid p { margin: 0; color: var(--muted); }
.course-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.course-card { min-height: 310px; }
body[data-card="notched-panel"] :is(.reason-card,.course-card,.situation-grid article,.price-card) { border-radius: 4px 34px 4px 34px; }
body[data-card="bordered-slab"] :is(.reason-card,.course-card,.situation-grid article,.price-card) { border-width: 2px; border-radius: 10px; background: transparent; }
body[data-card="sharp-frame"] :is(.reason-card,.course-card,.situation-grid article,.price-card) { border-radius: 0; box-shadow: inset 0 0 0 5px rgba(255,255,255,.02); }

.method-list { display: grid; gap: 14px; padding: 0; list-style: none; counter-reset: method; }
.method-list li { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.method-list li > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: #12090b; background: var(--accent); font-weight: 900; }
.method-list h3, .method-list p { margin: 0; }
.method-list p { color: var(--muted); }

.price-shell { padding: clamp(28px, 5vw, 62px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.price-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.price-card { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface-2); }
.price-card h3 { min-height: 3.1em; margin: 0 0 18px; color: var(--accent); }
.price-card ul { margin: 0; padding: 0; list-style: none; }
.price-card li { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-top: 1px solid var(--line); }
.price-card strong { white-space: nowrap; }
.payment-note { margin: 26px 0 0; color: var(--muted); text-align: center; }
.payment-note strong { color: var(--ink); text-decoration: underline; text-decoration-color: var(--accent); }

.confirm-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-block: 0; padding: 0; list-style: none; }
.confirm-list li { padding: 24px; border-top: 3px solid var(--accent); background: rgba(255,255,255,.04); }
.confirm-list strong, .confirm-list span { display: block; }
.confirm-list span { margin-top: 12px; color: var(--muted); }

.faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.035); }
.faq-list summary { padding: 22px 24px; cursor: pointer; font-weight: 800; }
.faq-list p { margin: 0; padding: 0 24px 24px; color: var(--muted); }

.locality-shell { padding: clamp(28px, 4vw, 52px); border-radius: var(--radius); color: #140b0d; background: var(--accent); }
.locality-shell > p { margin-top: 0; font-weight: 800; }
.locality-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.locality-grid li { padding: 10px 12px; border: 1px solid rgba(0,0,0,.22); border-radius: 999px; background: rgba(255,255,255,.34); text-align: center; font-weight: 750; }
.local-editorial h3 { margin-top: 0; font-size: clamp(1.45rem, 2.5vw, 2.5rem); }
.transit-editorial ul { padding-left: 1.2em; }
.transit-editorial li { margin-block: 7px; }

.media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.media-grid article { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.media-grid h3 { margin-top: 0; }
.responsive-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 14px; background: #000; }
.responsive-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.media-grid article > a { display: inline-block; margin-top: 15px; color: var(--accent); font-weight: 750; }

.closing-card { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.closing-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,4,6,.94), rgba(7,4,6,.25)); }
.closing-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing-card > div { position: relative; z-index: 1; max-width: 650px; padding: clamp(42px, 8vw, 100px); }
.closing-card h3 { margin: 0 0 16px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.05; }
.closing-card p:not(.section-kicker) { color: var(--muted); }

.site-footer { display: grid; justify-items: center; gap: 12px; padding: 80px 24px 120px; border-top: 1px solid var(--line); text-align: center; }
.site-footer img { width: min(260px, 70vw); }
.site-footer p, .site-footer small { margin: 0; color: var(--muted); }
.site-footer > a { color: var(--accent); font-size: 1.25rem; font-weight: 900; }
.floating-call { position: fixed; z-index: 25; right: 18px; bottom: 18px; display: flex; gap: 9px; min-height: 54px; padding: 13px 20px; align-items: center; border: 2px solid white; border-radius: 999px; color: #160d0e; background: var(--accent); box-shadow: var(--shadow); text-decoration: none; }

body[data-spacing="compact"] { --section-space: clamp(58px, 7vw, 94px); --page: min(1100px, calc(100% - 44px)); }
body[data-spacing="modular"] { --section-space: clamp(82px, 10vw, 144px); --page: min(1220px, calc(100% - 56px)); }
body[data-spacing="cinematic"] { --section-space: clamp(92px, 12vw, 170px); --page: min(1280px, calc(100% - 64px)); }

.error-page { min-height: 100vh; display: grid; place-items: center; }
.error-page main { width: min(620px, calc(100% - 40px)); text-align: center; }
.error-page img { width: min(280px, 80vw); margin: 0 auto 28px; }
.error-page h1 { font-size: clamp(2.2rem, 8vw, 5rem); line-height: 1; }

@media (max-width: 1180px) {
  .hero { min-height: auto; }
  .hero-stage, body[data-hero="halo-card"] .hero-stage { grid-template-columns: 1fr; grid-template-areas: "kicker" "title" "image" "subtitle" "lead" "actions"; text-align: center; justify-items: center; }
  .hero-stage > * { min-width: 0; }
  .hero h1 { width: 100%; max-width: 100%; }
  .h1-phrase { white-space: nowrap; }
  .hero-search-thumbnail, body[data-hero="halo-card"] .hero-search-thumbnail { width: min(520px, 76vw); justify-self: center; }
  .hero-subtitle, .hero-actions { justify-content: center; }
  .hero-lead { margin-inline: auto; }
}

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reason-grid, .situation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .confirm-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .locality-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .care-mode-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  :root { --page: min(calc(100% - 32px), 620px); --section-space: 68px; }
  body[data-spacing] { --page: min(calc(100% - 32px), 620px); --section-space: 68px; }
  .header-inner { width: calc(100% - 28px); min-height: 70px; gap: 12px; }
  .brand { width: min(190px, 56vw); }
  .header-call { display: none; }
  .hero { padding: 62px 0 72px; }
  .hero-stage, body[data-hero="framed-split"] .hero-stage { width: var(--page); min-width: 0; padding: 0; border: 0; background: transparent; text-align: center; align-items: center; justify-items: center; }
  .hero-stage > * { min-width: 0; }
  .hero-kicker, .hero h1, .hero-subtitle, .hero-lead, .hero-actions { width: 100%; max-width: 100%; margin-inline: auto; text-align: center; }
  .hero h1 { font-size: clamp(1.65rem, 7vw, 2.6rem); line-height: 1.08; word-break: keep-all; overflow-wrap: normal; }
  .hero-search-thumbnail, body[data-hero] .hero-search-thumbnail { width: min(84vw, 440px); max-width: 100%; margin-inline: auto; justify-self: center; border-radius: 0; outline: 0; clip-path: none; }
  .hero-subtitle, .hero-actions { align-items: center; justify-content: center; }
  .hero-subtitle span, .hero-actions a { max-width: 100%; }
  .section-heading { text-align: center; }
  .section-heading h2, .section-subtitle { margin-inline: auto; }
  .editorial-row, .local-editorial, .transit-editorial, body[data-editorial] .editorial-row, body[data-editorial] .local-editorial, body[data-editorial] .transit-editorial { grid-template-columns: 1fr; gap: 24px; }
  .editorial-row > div, body[data-editorial] .service-section .editorial-row > div { order: 1; }
  .editorial-row figure, body[data-editorial] .service-section figure { order: 2; min-height: 320px; }
  .local-editorial .long-copy, .transit-editorial > div { padding: 0; }
  .reason-grid, .course-grid, .situation-grid, .price-grid, .confirm-list, .faq-list, .media-grid { grid-template-columns: 1fr; }
  .care-intro { margin-inline: auto; text-align: center; }
  .care-benefits { grid-template-columns: 1fr; padding-inline: 0; text-align: center; }
  .care-benefits ul { grid-template-columns: 1fr; text-align: left; }
  .course-guide { border-left: 0; border-top: 4px solid var(--accent); text-align: center; }
  .service-editorial-row, body[data-editorial="alternating-band"] .service-editorial-row { grid-template-columns: 1fr; gap: 24px; border: 0; }
  .service-editorial-row:nth-child(even) figure { order: 0; }
  .service-editorial-row figure, body[data-editorial="alternating-band"] .service-editorial-row figure { min-height: 330px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
  .service-editorial-row > div, body[data-editorial="alternating-band"] .service-editorial-row > div { padding: 0; text-align: center; }
  .reason-card, .course-card, .situation-grid article { min-height: auto; }
  .course-card { min-height: auto; }
  .price-shell { padding: 18px; }
  .price-card h3 { min-height: 0; }
  .method-list li { grid-template-columns: 52px 1fr; padding-inline: 8px; }
  .locality-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .closing-card { min-height: 570px; text-align: center; }
  .closing-card::after { background: linear-gradient(0deg, rgba(7,4,6,.96), rgba(7,4,6,.25)); }
  .closing-card > div { position: absolute; inset: auto 0 0; padding: 38px 22px; }
  .floating-call { left: 14px; right: 14px; bottom: 12px; justify-content: center; }
}

@media (max-width: 360px) {
  :root, body[data-spacing] { --page: calc(100% - 24px); }
  .header-call { font-size: .78rem; }
  .hero h1 { font-size: 1.65rem; }
  .hero-subtitle span { width: 100%; }
  .locality-grid { grid-template-columns: 1fr; }
}

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

/* Search-thumbnail geometry is a release invariant, not a design-variation axis. */
body[data-hero] .hero-search-thumbnail {
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 0;
  outline: 0;
  clip-path: none;
  -webkit-clip-path: none;
  mask: none;
  -webkit-mask: none;
  transform: none;
}
