:root {
  --black: #030303;
  --ink: #090909;
  --panel: #0d0d0d;
  --yellow: #fff34f;
  --gold: #d4b46f;
  --muted: #c8c4ba;
  --line: rgba(255, 243, 79, 0.28);
  --stage: min(980px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { background: var(--black); scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: #fff;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", system-ui, sans-serif;
  line-height: 1.72;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.page-stage { width: var(--stage); margin-inline: auto; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link { position: fixed; z-index: 1000; top: -90px; left: 16px; padding: 11px 18px; background: var(--yellow); color: #111; font-weight: 900; }
.skip-link:focus { top: 14px; }

/* Target-like 980px centered header with a compact, searchable region directory. */
.site-header { position: sticky; z-index: 100; top: 0; height: 80px; border-bottom: 1px solid #333; background: rgba(0, 0, 0, 0.985); }
.header-inner { width: 980px; max-width: 100%; height: 80px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; width: 148px; height: 64px; margin-left: 27px; align-items: center; overflow: hidden; }
.brand img { width: 148px; height: auto; }
.primary-nav { display: flex; gap: 34px; align-items: center; margin-right: 75px; color: var(--yellow); font-size: 17px; font-weight: 850; letter-spacing: 0.03em; }
.nav-link, .region-trigger { min-height: 50px; padding: 11px 4px; }
.nav-link { display: flex; align-items: center; }
.region-menu { position: relative; }
.region-trigger { display: flex; gap: 8px; align-items: center; border: 0; background: transparent; color: inherit; cursor: pointer; font-weight: inherit; }
.region-trigger span { font-size: 18px; transition: transform 180ms ease; }
.region-trigger[aria-expanded="true"] span { transform: rotate(180deg); }
.region-panel {
  position: absolute;
  z-index: 101;
  top: 58px;
  right: -24px;
  width: min(520px, calc(100vw - 28px));
  max-height: min(560px, calc(100dvh - 96px));
  padding: 18px;
  overflow: auto;
  overscroll-behavior: contain;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);
  border: 1px solid #e7db9b;
  border-radius: 16px;
  background: #fffef6;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.56);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}
.region-panel::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 10px; }
.region-menu.is-open .region-panel { visibility: visible; opacity: 1; transform: none; }
.region-search { margin: 0; }
.region-search label { display: block; margin-bottom: 7px; color: #322c18; font-size: 13px; font-weight: 900; letter-spacing: .04em; }
.region-search-control { position: relative; }
.region-search input {
  width: 100%;
  height: 46px;
  padding: 0 45px 0 14px;
  border: 1px solid #c8b95f;
  border-radius: 10px;
  background: #fff;
  color: #19170f;
  font-size: 15px;
  font-weight: 700;
}
.region-search input::placeholder { color: #8b8777; font-weight: 600; }
.region-search input::-webkit-search-cancel-button { display: none; }
.region-search [data-region-search-clear] {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 34px;
  height: 34px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 8px;
  background: #f1eccd;
  color: #625516;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.region-search-help { margin: 6px 2px 0; color: #817b66; font-size: 11px; font-weight: 650; }
.region-panel-heading { display: flex; margin: 15px 2px 9px; align-items: center; justify-content: flex-start; gap: 12px; }
.region-panel-title { margin: 0; color: #6e5500; font-size: 14px; font-weight: 900; letter-spacing: .02em; }
.region-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.region-links a {
  display: flex;
  min-width: 0;
  height: 40px;
  padding: 0 11px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #eee6b8;
  border-radius: 9px;
  background: #fff;
  color: #554a13;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 800;
  transition: color 150ms ease, background 150ms ease, border-color 150ms ease, transform 150ms ease;
}
.region-links a:hover, .region-links a:focus-visible { border-color: #c8b442; background: #fff7bd; color: #342b00; transform: translateY(-1px); }
.region-links a[hidden], .region-empty[hidden], [data-region-search-clear][hidden] { display: none; }
.region-empty { margin: 8px 0 0; padding: 16px 12px; border: 1px dashed #d8cf9f; border-radius: 9px; color: #756e52; text-align: center; font-size: 13px; }

/* Hero: keep the mandated H1-direct thumbnail while using its true square geometry. */
.hero { min-height: 0; padding: 32px 24px 64px; background: #030303; }
.hero-inner { width: 980px; max-width: 100%; margin-inline: auto; display: flex; flex-direction: column; align-items: center; text-align: center; }
h1 {
  width: min(760px, 100%);
  max-width: 100%;
  min-height: 0;
  margin: 0;
  color: var(--gold);
  font-size: 48px;
  font-weight: 850;
  line-height: 1.28;
  letter-spacing: -0.045em;
  word-break: keep-all;
}
.hero-search-thumbnail {
  width: min(760px, 100%);
  height: auto;
  aspect-ratio: 1 / 1;
  margin-top: 18px;
  border: 1px solid rgba(255, 243, 79, 0.24);
  object-fit: cover;
  object-position: center;
}
.hero-subtitle { display: flex; gap: 8px 20px; margin: 24px auto 0; justify-content: center; flex-wrap: wrap; color: #fff; font-size: 16px; font-weight: 800; }
.hero-subtitle span { white-space: nowrap; }
.hero-lead { max-width: 700px; margin: 13px auto 0; color: #f0ede4; font-size: 18px; font-weight: 700; word-break: keep-all; }
.hero-promise { max-width: 700px; margin: 3px auto 0; color: #bbb6aa; font-size: 15px; word-break: keep-all; }
.phone-cta { display: inline-flex; min-width: 300px; margin-top: 20px; padding: 12px 22px; align-items: center; justify-content: center; gap: 12px; border: 2px solid #2647d9; border-radius: 16px; background: #ffb82b; color: #111; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28); }
.phone-cta span { font-weight: 800; }
.phone-cta strong { font-size: 19px; }

.section-heading, .poster-heading, .closing-heading { width: min(760px, calc(100% - 32px)); margin-inline: auto; text-align: center; }
.section-heading h2, .poster-heading h2, .closing-heading h2 { margin: 0; color: var(--gold); font-size: 38px; line-height: 1.28; word-break: keep-all; }
.section-kicker, .quality-label { margin: 0 0 12px; color: var(--yellow); font-size: 13px; font-weight: 900; letter-spacing: 0.22em; text-transform: uppercase; }
.section-subtitle { margin: 12px auto 0; color: #d0cbc1; font-size: 15px; }

/* Intro: centered greeting followed by the source-like long copy + portrait split. */
.intro-section { position: relative; min-height: 1070px; padding: 105px 0 96px; overflow: hidden; background: #080808; isolation: isolate; }
.intro-backdrop { position: absolute; z-index: -2; inset: 0; background: linear-gradient(rgba(0,0,0,.88), rgba(0,0,0,.92)), url("assets/generated-v2/image-007-system-background.png") center / cover no-repeat; }
.intro-backdrop::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 45%, rgba(255, 243, 79, .08), transparent 34%); }
.intro-content { width: var(--stage); }
.intro-heading { width: min(780px, 100%); margin-inline: auto; text-align: center; }
.intro-heading h2 { margin: 0; color: var(--yellow); font-size: 42px; line-height: 1.25; }
.short-rule { display: block; width: 54px; height: 3px; margin: 25px auto; background: var(--yellow); }
.intro-lead p { margin: 5px 0; color: #eee; font-size: 16px; }
.intro-editorial { display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; align-items: center; margin-top: 64px; }
.long-copy { font-size: 15px; }
.long-copy p { margin: 0 0 18px; color: #e0ddd5; }
.intro-portrait { margin: 0; border: 1px solid rgba(255, 243, 79, .34); background: #111; }
.intro-portrait img { width: 100%; aspect-ratio: 5 / 6; object-fit: cover; }
.intro-portrait figcaption { padding: 12px; color: var(--yellow); text-align: center; font-size: 11px; font-weight: 850; letter-spacing: .14em; }

/* Price remains a single raster board, mirroring the target's image-based role. */
.price-section { min-height: 0; padding: 92px 24px 100px; background: #030303; }
.price-section .section-heading { margin-bottom: 42px; }
.price-poster { width: 523px; max-width: 100%; margin: 0 auto; }
.price-poster > img { width: 100%; height: auto; object-fit: contain; border: 1px solid rgba(255, 243, 79, .3); }
.price-poster figcaption:not(.sr-only) { display: grid; gap: 12px; padding: 16px 0 0; text-align: center; }
.price-poster figcaption p { margin: 0; color: #aaa59a; font-size: 12px; }
.poster-phone { display: inline-flex; min-height: 48px; padding: 10px 18px; align-items: center; justify-content: center; border: 1px solid var(--yellow); color: var(--yellow); font-weight: 850; }

/* System / course block: long source rhythm with transparent operational detail. */
.system-section { position: relative; min-height: 1420px; padding: 104px 0; overflow: hidden; background: #060606; isolation: isolate; }
.system-backdrop { position: absolute; z-index: -2; inset: 0; background: linear-gradient(rgba(0,0,0,.82), rgba(0,0,0,.94)), url("assets/generated-v2/image-007-system-background.png") center / cover no-repeat; }
.system-content { width: var(--stage); }
.system-heading { width: min(860px, 100%); margin-inline: auto; text-align: center; }
.system-heading h2, .course-intro > h2 { margin: 0; color: var(--yellow); font-size: 40px; line-height: 1.24; word-break: keep-all; }
.system-heading h3 { margin: 28px 0 0; color: #fff; font-size: 18px; line-height: 1.75; }
.system-promise { max-width: 770px; margin: 18px auto 0; color: #d3cec4; }
.system-longcopy { width: min(760px, 100%); margin: 68px auto 0; }
.system-longcopy h3 { margin: 0 0 18px; color: var(--gold); font-size: 27px; }
.system-longcopy p { margin: 0 0 17px; color: #d8d4cc; }
.aroma-paths { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 34px 0 42px; background: var(--line); }
.aroma-paths article { padding: 28px 30px; background: rgba(4, 4, 4, .94); }
.aroma-paths h4 { margin: 0 0 12px; color: var(--yellow); font-size: 20px; }
.aroma-paths p { margin: 0; font-size: 14px; }
.aroma-benefits { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; margin: 25px 0 30px; border-block: 1px solid var(--line); list-style: none; }
.aroma-benefits li { min-height: 74px; display: grid; padding: 13px 10px; place-items: center; border-right: 1px solid var(--line); color: #fff; text-align: center; font-size: 13px; font-weight: 850; }
.aroma-benefits li:last-child { border-right: 0; }
.booking-flow { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 38px 0 0; border-block: 1px solid var(--line); list-style: none; }
.booking-flow li { min-height: 112px; padding: 18px 15px; border-right: 1px solid var(--line); }
.booking-flow li:last-child { border-right: 0; }
.booking-flow b { display: block; color: var(--yellow); }
.booking-flow span { display: block; margin-top: 8px; color: #c8c3b8; font-size: 13px; }
.course-intro { width: min(900px, 100%); margin: 80px auto 0; text-align: center; }
.course-list { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 34px; border-block: 1px solid var(--line); }
.course-list[data-course-count="2"] { grid-template-columns: repeat(2, 1fr); }
.course-list article { padding: 22px 15px 26px; border-right: 1px solid var(--line); }
.course-list article:last-child { border-right: 0; }
.course-list span { color: var(--yellow); font-size: 12px; font-weight: 900; }
.course-list h3 { margin: 11px 0; font-size: 18px; }
.course-list p { margin: 0; color: #bdb8ae; text-align: left; font-size: 12px; line-height: 1.65; }

.quality-bridge { min-height: 270px; padding: 66px 24px; border-block: 1px solid #262626; background: #030303; text-align: center; }
.quality-bridge h2 { margin: 0; color: var(--gold); font-size: 42px; line-height: 1.25; }
.bridge-line { margin: 10px auto 0; color: var(--yellow); font-size: 19px; font-weight: 850; }
.quality-bridge .section-subtitle { max-width: 650px; }

/* Four alternating image/white-copy rows copy the target's desktop editorial geometry. */
.editorial-section { background: #030303; }
.editorial-grid { width: var(--stage); }
.editorial-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 365px; }
.editorial-image { min-height: 365px; margin: 0; overflow: hidden; background: #151515; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-image img[data-image-id="image-006"] { object-position: 50% 50%; }
.editorial-copy { position: relative; display: flex; padding: 44px 40px; flex-direction: column; justify-content: center; background: #f3f0e9; color: #151515; }
.editorial-copy .quality-badge { position: absolute; top: 20px; right: 24px; width: 42px; height: 42px; object-fit: contain; }
.editorial-copy h2 { max-width: 390px; margin: 0; font-size: 25px; line-height: 1.28; word-break: keep-all; }
.editorial-copy .section-subtitle { margin: 13px 0 0; color: #786e54; text-align: left; font-size: 13px; font-weight: 800; }
.editorial-copy > p:not(.section-subtitle) { margin: 14px 0 0; color: #4d4a44; font-size: 13px; line-height: 1.72; }

.closing-section { min-height: 760px; padding: 92px 0 100px; background: radial-gradient(circle at 50% 0, #241c09, #050505 52%); }
.closing-heading .section-subtitle { max-width: 700px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 48px; border-top: 1px solid var(--line); }
.faq-grid details { border-bottom: 1px solid var(--line); padding: 0 22px; }
.faq-grid details:nth-child(odd) { border-right: 1px solid var(--line); }
.faq-grid summary { position: relative; padding: 18px 28px 18px 0; cursor: pointer; list-style: none; font-weight: 850; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { content: "+"; position: absolute; top: 16px; right: 0; color: var(--yellow); }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid p { margin: -2px 0 18px; color: #beb9af; font-size: 13px; }

.poster-section { min-height: 0; padding: 86px 24px 100px; background: #030303; }
.poster-heading { margin-bottom: 38px; }
.booking-poster { width: 600px; max-width: 100%; margin: 0 auto; }
.booking-poster img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border: 1px solid rgba(255, 243, 79, .35); }

.banner-section { min-height: 0; padding: 74px 24px; background: #030303; }
.promo-banner {
  position: relative;
  width: min(980px, 100%);
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 243, 79, .5);
  background: #12071e;
  isolation: isolate;
}
.neon-backdrop { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.neon-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 5.5%;
  border: 2px solid #fff45c;
  border-radius: 28px;
  box-shadow: 0 0 5px #fff, 0 0 13px #ffe33e, inset 0 0 12px rgba(255, 227, 62, .42);
}
.neon-stage::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 48%, rgba(6, 2, 18, .2), rgba(3, 0, 9, .64)); }
.neon-sign-copy { position: absolute; inset: 10% 8%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.neon-main,
.neon-subline { margin: 0; word-break: keep-all; }
.neon-main {
  color: #fffdf0;
  font-family: "Avenir Next", "Trebuchet MS", "Apple SD Gothic Neo", sans-serif;
  font-size: clamp(34px, 5.8vw, 72px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: .025em;
  text-shadow: 0 0 2px #fff, 0 0 6px #fff6a0, 0 0 14px #ffd735, 0 0 28px #ff9d1c, 0 0 48px #ff4fc9;
  animation: neon-double-flicker 3s steps(1, end) infinite;
}
.neon-subline {
  margin-top: clamp(20px, 3vw, 38px);
  color: #fff8b6;
  font-size: clamp(15px, 2.1vw, 25px);
  font-weight: 850;
  letter-spacing: .05em;
  text-shadow: 0 0 2px #fff, 0 0 7px #fff568, 0 0 16px #ffba2d, 0 0 28px #ff4bd8;
}
.neon-phone {
  min-width: min(410px, 82%);
  margin-top: clamp(14px, 2.2vw, 26px);
  padding: 9px 24px 11px;
  border: 2px solid #65ecff;
  border-radius: 999px;
  background: rgba(5, 2, 20, .52);
  color: #eaffff;
  font-family: "Avenir Next", "Trebuchet MS", sans-serif;
  font-size: clamp(18px, 2.6vw, 31px);
  font-weight: 750;
  letter-spacing: .08em;
  text-shadow: 0 0 3px #fff, 0 0 8px #64ecff, 0 0 18px #2977ff;
  box-shadow: 0 0 7px rgba(101, 236, 255, .9), 0 0 20px rgba(41, 119, 255, .56), inset 0 0 12px rgba(101, 236, 255, .24);
}
.neon-phone:hover, .neon-phone:focus-visible { color: #fff; box-shadow: 0 0 9px #fff, 0 0 26px rgba(101, 236, 255, .85), inset 0 0 16px rgba(101, 236, 255, .35); }

@keyframes neon-double-flicker {
  0%, 1.99%, 4%, 5.99%, 8%, 100% {
    opacity: 1;
    filter: brightness(1);
    text-shadow: 0 0 2px #fff, 0 0 6px #fff6a0, 0 0 14px #ffd735, 0 0 28px #ff9d1c, 0 0 48px #ff4fc9;
  }
  2%, 3.99%, 6%, 7.99% {
    opacity: .14;
    filter: brightness(.35);
    text-shadow: 0 0 1px rgba(255,255,255,.25), 0 0 4px rgba(255,79,201,.16);
  }
}

.map-section { position: relative; min-height: 670px; padding: 82px 0 90px; overflow: hidden; background: #050505; isolation: isolate; }
.map-backdrop { position: absolute; z-index: -2; inset: 0; background: linear-gradient(rgba(0,0,0,.82), rgba(0,0,0,.94)), url("assets/generated-v2/image-002-hero-base.png") center / cover no-repeat; }
.map-section .section-heading { margin-bottom: 32px; }
.map-frame { position: relative; height: 280px; overflow: hidden; border: 1px solid #a6a29a; background: #d9d3c4; color: #1a1a1a; }
.map-toolbar { position: absolute; z-index: 4; top: 10px; left: 10px; display: flex; box-shadow: 0 2px 6px rgba(0,0,0,.25); }
.map-toolbar button { padding: 7px 11px; border: 0; background: #fff; color: #222; font-size: 12px; cursor: pointer; }
.map-toolbar button[aria-pressed="true"] { background: #eae6dc; font-weight: 850; }
.map-water { position: absolute; top: -15%; right: -5%; width: 42%; height: 130%; transform: rotate(8deg); background: #9fc6d3; }
.map-road { position: absolute; display: block; height: 6px; border: 1px solid #d6ad54; background: #fff5c9; transform-origin: left; }
.road-one { top: 38%; left: 5%; width: 90%; transform: rotate(8deg); }
.road-two { top: 75%; left: 3%; width: 80%; transform: rotate(-10deg); }
.road-three { top: 8%; left: 57%; width: 57%; transform: rotate(72deg); }
.map-pin { position: absolute; z-index: 3; top: 47%; left: 53%; display: grid; transform: translate(-50%, -50%); place-items: center; text-align: center; }
.map-pin i { width: 31px; height: 31px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #e33b34; box-shadow: 0 0 0 9px rgba(227,59,52,.18); }
.map-pin strong { margin-top: 14px; }
.map-pin span { font-size: 11px; }
.map-link { position: absolute; z-index: 4; right: 12px; bottom: 10px; padding: 8px 12px; background: #fff; color: #174ea6; font-size: 12px; font-weight: 800; box-shadow: 0 2px 6px rgba(0,0,0,.2); }

.site-footer { min-height: 190px; display: flex; padding: 34px 20px; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border-top: 1px solid #242424; background: #010101; color: #888278; text-align: center; font-size: 12px; }
.site-footer img { width: 176px; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--yellow); font-size: 19px; font-weight: 900; }
.site-footer small { max-width: 680px; }
.floating-phone { position: fixed; z-index: 80; right: 20px; bottom: 20px; display: flex; min-width: 208px; padding: 12px 18px; align-items: center; justify-content: center; gap: 9px; border: 2px solid #fff; border-radius: 999px; background: var(--yellow); color: #111; box-shadow: 0 10px 30px rgba(0,0,0,.45); }
.floating-phone span { font-weight: 850; }
.floating-phone strong { font-size: 15px; }

.reveal { opacity: 1; transform: none; }
.reveal-ready .reveal { opacity: 0; transform: translateY(20px); transition: opacity 620ms ease, transform 620ms ease; }
.reveal-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .header-inner { width: calc(100% - 28px); }
  .brand { margin-left: 0; }
  .primary-nav { margin-right: 0; }
  .region-panel { right: 0; }
  .intro-editorial { grid-template-columns: 1fr; }
  .intro-portrait { width: min(520px, 86%); margin-inline: auto; }
  .system-section { min-height: 0; }
  .course-list { grid-template-columns: repeat(2, 1fr); }
  .course-list article:nth-child(2n) { border-right: 0; }
  .course-list:not([data-course-count="2"]) article:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
}

@media (max-width: 700px) {
  :root { --stage: calc(100% - 32px); }
  .site-header, .header-inner { height: 72px; }
  .brand { width: 140px; height: 58px; }
  .brand img { width: 140px; }
  .primary-nav { gap: 8px; font-size: 14px; }
  .nav-link { display: none; }
  .region-trigger { padding: 9px 6px; }
  .region-panel { position: fixed; top: 72px; right: 14px; left: 14px; width: auto; height: auto; max-height: calc(100dvh - 90px); padding: 15px; overflow: auto; overscroll-behavior: contain; border-radius: 0 0 14px 14px; }
  .region-panel::before { display: none; }
  .region-search input { height: 44px; }
  .region-panel-heading { margin-top: 12px; }
  .region-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .region-links a { height: 41px; padding: 0 8px; font-size: 13px; }

  .hero { min-height: 0; padding: 46px 16px 70px; }
  h1 { width: min(100%, 560px); min-height: 0; font-size: clamp(36px, 10.5vw, 48px); line-height: 1.16; text-align: center; }
  .hero-search-thumbnail { width: min(100%, 600px); height: auto; aspect-ratio: 1 / 1; margin-top: 20px; }
  .hero-subtitle { gap: 6px; margin-top: 21px; }
  .hero-subtitle span { padding: 6px 9px; border: 1px solid rgba(255,243,79,.34); border-radius: 999px; font-size: 11px; }
  .hero-lead { margin-top: 21px; font-size: 16px; }
  .hero-promise { margin-top: 8px; font-size: 14px; }
  .phone-cta { width: min(100%, 340px); min-width: 0; flex-wrap: wrap; }

  .section-heading h2, .poster-heading h2, .closing-heading h2, .quality-bridge h2, .system-heading h2, .course-intro > h2 { font-size: 31px; }
  .section-subtitle { font-size: 14px; }
  .intro-section { min-height: 0; padding: 68px 0; }
  .intro-heading h2 { font-size: 34px; }
  .intro-lead p, .long-copy { font-size: 14px; }
  .intro-editorial { gap: 30px; margin-top: 42px; }
  .intro-portrait { width: 100%; }

  .price-section { min-height: 0; padding: 66px 16px 74px; }
  .price-section .section-heading { margin-bottom: 30px; }
  .price-poster { width: min(100%, 523px); }
  .poster-phone { width: 100%; }

  .system-section { padding: 72px 0; }
  .system-heading h3 { font-size: 15px; }
  .system-longcopy { margin-top: 46px; }
  .system-longcopy h3 { font-size: 23px; }
  .system-longcopy p { font-size: 14px; }
  .aroma-paths { grid-template-columns: 1fr; margin-block: 28px 36px; }
  .aroma-paths article { padding: 24px 22px; text-align: center; }
  .aroma-benefits { grid-template-columns: 1fr; }
  .aroma-benefits li { min-height: 52px; border-right: 0; border-bottom: 1px solid var(--line); }
  .aroma-benefits li:last-child { border-bottom: 0; }
  .booking-flow { grid-template-columns: repeat(2, 1fr); }
  .booking-flow li:nth-child(2) { border-right: 0; }
  .booking-flow li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .course-intro { margin-top: 56px; }
  .course-list { grid-template-columns: 1fr; }
  .course-list article, .course-list article:nth-child(2n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .course-list article:last-child { grid-column: auto; border-bottom: 0; }
  .course-list p { text-align: center; }

  .quality-bridge { min-height: 0; padding: 54px 16px; }
  .editorial-grid { width: 100%; }
  .editorial-row { grid-template-columns: 1fr; min-height: 0; }
  .editorial-row:nth-child(even) .editorial-copy { order: 2; }
  .editorial-image { min-height: 0; aspect-ratio: 4 / 3; }
  .editorial-copy { min-height: 340px; padding: 42px 28px; text-align: center; }
  .editorial-copy h2 { max-width: 100%; font-size: 27px; }
  .editorial-copy .section-subtitle { margin-inline: auto; text-align: center; }
  .editorial-copy .quality-badge { position: static; width: 52px; height: 52px; margin: 0 auto 18px; }

  .closing-section { min-height: 0; padding: 68px 0 74px; }
  .faq-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .faq-grid details:nth-child(odd) { border-right: 0; }
  .poster-section { min-height: 0; padding: 66px 16px 74px; }
  .booking-poster { width: min(100%, 600px); }
  .banner-section { min-height: 0; padding: 60px 16px; }
  .promo-banner { width: min(100%, 655px); }
  .neon-stage::before { inset: 5%; border-width: 1px; border-radius: 18px; }
  .neon-sign-copy { inset: 9% 8%; }
  .neon-main { font-size: clamp(29px, 8.7vw, 48px); }
  .neon-subline { max-width: 88%; font-size: clamp(13px, 3.8vw, 19px); }
  .neon-phone { min-width: min(330px, 86%); padding-inline: 15px; font-size: clamp(16px, 5vw, 24px); }
  .map-section { min-height: 0; padding: 68px 0 75px; }
  .map-frame { height: 300px; }
  .map-link { right: 8px; bottom: 8px; left: 8px; text-align: center; }
  .floating-phone { right: 12px; bottom: 12px; min-width: 0; padding: 11px 15px; }
  .floating-phone strong { display: none; }
}

@media (max-width: 390px) {
  .brand { width: 126px; }
  .brand img { width: 126px; }
  h1 { font-size: clamp(34px, 10.4vw, 41px); }
  .region-links a { font-size: 12px; }
  .hero-subtitle span { padding-inline: 7px; font-size: 10px; }
  .editorial-copy { min-height: 365px; padding-inline: 22px; }
  .section-heading h2, .poster-heading h2, .closing-heading h2, .quality-bridge h2, .system-heading h2, .course-intro > h2 { font-size: 28px; }
}

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