/* ==========================================================
   명연재 命緣齋 — styles (mobile-first)
   ========================================================== */

/* 마루부리 (네이버 한글한글 아름답게) — 굵기별로 한 패밀리에 묶음 */
@font-face { font-family: "Maru"; src: url("https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Maru"; src: url("https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Maru"; src: url("https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }

:root {  /* Light (기본) — 아이보리 · 더스티 로즈 · 먹색 */
  --bg: #f7f2eb;
  --bg-2: #fffcf8;
  --bg-3: #efe7dd;
  --surface: rgba(42, 29, 35, 0.035);
  --surface-2: rgba(42, 29, 35, 0.065);
  --line: rgba(42, 29, 35, 0.1);
  --line-2: rgba(42, 29, 35, 0.17);

  --text: #231a1e;
  --text-2: rgba(35, 26, 30, 0.68);
  --text-3: rgba(35, 26, 30, 0.46);
  --on-text: #f7f2eb;
  --dim: rgba(35, 26, 30, 0.14);

  --accent: #a4585b;
  --accent-2: #c98f86;
  --accent-soft: rgba(164, 88, 91, 0.1);
  --gold: #b48f58;
  --grad: linear-gradient(100deg, #c38a6c 0%, #a4585b 50%, #7e5070 100%);
  --on-grad: #fffaf6;

  --glass: rgba(255, 252, 248, 0.72);
  --nav-bg: rgba(255, 252, 248, 0.78);
  --nav-bg-2: rgba(255, 252, 248, 0.94);
  --shadow: rgba(70, 40, 50, 0.16);

  --ok: #4c8764;
  --err: #c4453a;

  --sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --serif-kr: "Maru", "Noto Serif KR", serif;
  --serif-en: "Instrument Serif", Georgia, serif;
  --mono: var(--sans);
  --hanja: "Noto Serif KR", serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --gutter: 20px;
  --wrap: 1240px;
  --r-lg: 28px;
  --r-md: 20px;
  --r-sm: 14px;
  color-scheme: light;
}

/* Dark 섹션 — 짙은 자주 */
.dark {
  --bg: #2b1e25;
  --bg-2: #35262e;
  --bg-3: #402f38;
  --surface: rgba(255, 255, 255, 0.05);
  --surface-2: rgba(255, 255, 255, 0.085);
  --line: rgba(255, 255, 255, 0.1);
  --line-2: rgba(255, 255, 255, 0.18);
  --text: #f7f0ea;
  --text-2: rgba(247, 240, 234, 0.7);
  --text-3: rgba(247, 240, 234, 0.46);
  --on-text: #2b1e25;
  --dim: rgba(247, 240, 234, 0.16);
  --accent: #efb0a7;
  --accent-2: #e9a79d;
  --accent-soft: rgba(239, 176, 167, 0.13);
  --gold: #e2c38e;
  --grad: linear-gradient(100deg, #f4cfae 0%, #eeaaa3 50%, #d3a0c6 100%);
  --on-grad: #2b1e25;
  --glass: rgba(43, 30, 37, 0.6);
  --shadow: rgba(0, 0, 0, 0.45);
  --ok: #8fd0a8;
  --err: #ff9d8c;
  background: var(--bg);
  color: var(--text);
  color-scheme: dark;
}
.section.dark { margin-inline: 8px; border-radius: var(--r-lg); overflow: clip; }
.footer.dark { border-radius: var(--r-lg) var(--r-lg) 0 0; margin-inline: 8px; }

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
html:not(.lenis) { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -0.01em;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, p { margin: 0; }
ul, ol, dl, dd { margin: 0; padding: 0; list-style: none; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
em { font-style: normal; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 8px; }
::selection { background: var(--accent-soft); }

.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: 12px; top: -80px; z-index: 200; padding: 10px 16px; border-radius: 10px; background: var(--text); color: var(--bg); }
.skip-link:focus { top: 12px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.mono { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.serif { font-family: var(--serif-kr); font-weight: 700; color: var(--accent); letter-spacing: -0.04em; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* 필름 그레인 */
.grain {
  position: fixed; inset: -50%; z-index: 100; pointer-events: none; opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes grain {
  25% { transform: translate(-3%, 2%); }
  50% { transform: translate(2%, -3%); }
  75% { transform: translate(-2%, -1%); }
}

/* 오로라 */
.aurora { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.aurora i { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.7; animation: drift 18s ease-in-out infinite alternate; }
.aurora i:nth-child(1) { width: 60vmax; height: 60vmax; left: -20vmax; top: -25vmax; background: radial-gradient(circle, #efcfd6 0%, transparent 65%); }
.aurora i:nth-child(2) { width: 50vmax; height: 50vmax; right: -18vmax; top: 5vmax; background: radial-gradient(circle, #f2cfbf 0%, transparent 65%); animation-duration: 22s; animation-delay: -6s; }
.aurora i:nth-child(3) { width: 40vmax; height: 40vmax; left: 25%; bottom: -25vmax; background: radial-gradient(circle, #eadcc4 0%, transparent 65%); opacity: 0.5; animation-duration: 26s; }
.aurora.dim { -webkit-mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent); mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent); }
.aurora.dim i { opacity: 0.3; }
.dark .aurora i:nth-child(1) { background: radial-gradient(circle, #7a3a55 0%, transparent 65%); }
.dark .aurora i:nth-child(2) { background: radial-gradient(circle, #b8665f 0%, transparent 65%); }
.dark .aurora i:nth-child(3) { background: radial-gradient(circle, #c9884f 0%, transparent 65%); }
@keyframes drift {
  to { transform: translate(6vmax, 4vmax) scale(1.12); }
}

/* ---------- Buttons ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 54px; padding: 0 26px; border: 0; border-radius: 999px;
  font-size: 15px; font-weight: 700; letter-spacing: -0.01em; white-space: nowrap; cursor: pointer;
  transition: transform 0.5s var(--ease), translate 0.3s var(--ease), scale 0.15s, background-color 0.25s, box-shadow 0.35s var(--ease), opacity 0.3s;
}
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.5s var(--ease); }
.btn:hover svg { transform: translate(2px, -2px); }
.btn:active { scale: 0.96; }
.btn-light { background: var(--text); color: var(--on-text); }
.btn-light:hover { box-shadow: 0 0 0 6px var(--surface-2); }
.btn-rose { background: #b0565a; color: #fff; box-shadow: 0 14px 34px -14px rgba(176, 86, 90, 0.9); }
.btn-rose:hover { translate: 0 -2px; box-shadow: 0 0 0 6px rgba(176, 86, 90, 0.16), 0 22px 44px -16px rgba(176, 86, 90, 1); }

/* 예약 버튼 공통 효과 (.fx는 main.js에서 붙임)
   - 들어온 지점에서 진한 색이 원형으로 번짐, 나갈 때는 나간 지점으로 빨려 들어감
   - 빛줄기가 한 번 지나감, 화살표가 빠져나갔다 다시 들어옴
   - 누르면 물결, 떼면 스프링 */
:is(a, button).fx { overflow: hidden; isolation: isolate; transition: transform 0.5s var(--ease), translate 0.35s var(--ease), scale 0.55s cubic-bezier(0.34, 1.9, 0.64, 1), box-shadow 0.4s var(--ease); }
:is(a, button).fx:active { scale: 0.95; transition-duration: 0.5s, 0.35s, 0.12s, 0.4s; }
.fx-fill {
  position: absolute; z-index: -1; left: var(--fx, 50%); top: var(--fy, 50%); width: var(--fs, 320px); aspect-ratio: 1;
  border-radius: 50%; background: radial-gradient(circle, #7a3136 0%, #8e3f44 55%, #9a484d 100%);
  translate: -50% -50%; scale: 0; transition: scale 0.65s var(--ease); pointer-events: none;
}
.fx:hover .fx-fill { scale: 1; }
.fx-shine {
  position: absolute; z-index: 0; top: 0; bottom: 0; left: 0; width: 60%;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.32) 50%, transparent 80%);
  translate: -110% 0; pointer-events: none;
}
.fx:hover .fx-shine { translate: 190% 0; transition: translate 0.95s var(--ease) 0.08s; }
.fx-label { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px; transition: transform 0.5s var(--ease); }
.fx-arrow { position: relative; flex: none; width: 18px; height: 18px; overflow: hidden; }
.fx .fx-arrow svg { position: absolute; inset: 0; transform: none; transition: translate 0.5s var(--ease); }
.fx .fx-arrow svg + svg { translate: -130% 130%; }
.fx:hover .fx-arrow svg:first-child { translate: 130% -130%; }
.fx:hover .fx-arrow svg + svg { translate: 0 0; transition-delay: 0.1s; }
.nav-cta .fx-arrow { width: 15px; height: 15px; }
.nav-cta .fx-arrow svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.fx-ripple {
  position: absolute; z-index: 0; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.18) 45%, transparent 70%);
  translate: -50% -50%; scale: 0; animation: fxRipple 0.75s var(--ease) forwards;
}
@keyframes fxRipple { to { scale: 1; opacity: 0; } }
.btn-xl { height: 62px; padding: 0 34px; font-size: 17px; }
.btn-glass { background: var(--surface-2); color: var(--text); box-shadow: inset 0 0 0 1px var(--line-2); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.btn-glass:hover { background: var(--line); }
.btn-grad { background: var(--grad); color: var(--on-grad); box-shadow: 0 12px 40px -14px var(--accent); }
.btn-grad:hover { box-shadow: 0 16px 50px -12px var(--accent); }

.glass {
  background: var(--glass);
  box-shadow: inset 0 0 0 1px var(--line-2), 0 20px 50px -20px var(--shadow);
  backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%);
}

/* ---------- Nav ---------- */
.nav-wrap { position: fixed; z-index: 90; top: 12px; left: 0; right: 0; padding: 0 12px; pointer-events: none; }
.nav {
  pointer-events: auto; margin: 0 auto; max-width: 880px; height: 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 0 8px 0 16px; border-radius: 999px;
  background: var(--nav-bg); box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%);
  transition: background-color 0.4s, box-shadow 0.4s;
}
.nav-wrap.scrolled .nav { background: var(--nav-bg-2); box-shadow: inset 0 0 0 1px var(--line), 0 10px 30px -12px var(--shadow); }
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo-mark {
  display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%;
  background: var(--grad); color: var(--on-grad); font-family: var(--hanja); font-weight: 700; font-size: 16px;
}
.logo-type { font-family: var(--serif-kr); font-size: 17px; font-weight: 700; letter-spacing: -0.02em; }
.nav-links { display: none; }
.nav-cta {
  display: inline-flex; align-items: center; height: 42px; padding: 0 18px; border-radius: 999px;
  background: #b0565a; color: #fff; font-size: 14px; font-weight: 700;
  box-shadow: 0 8px 22px -8px rgba(176, 86, 90, 0.9);
  cursor: pointer; white-space: nowrap;
  transition: transform 0.5s var(--ease), translate 0.3s var(--ease), scale 0.15s, background-color 0.25s, box-shadow 0.35s var(--ease);
}
.nav-cta { position: relative; gap: 8px; }
.nav-cta:hover { translate: 0 -1px; box-shadow: 0 0 0 5px rgba(176, 86, 90, 0.18), 0 14px 28px -10px rgba(176, 86, 90, 1); }
.nav-cta:focus-visible { outline: 2px solid #b0565a; outline-offset: 3px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding-bottom: 28px; }
.hero-inner { position: relative; z-index: 1; display: flex; flex-direction: column; }

.hero-media { position: relative; }
/* 초상: 아치 액자 + 뒤에 뜬 달 + 회전 도장 + 세로 한자 */
.hero-media { position: relative; width: min(74%, 330px); margin: 96px auto 0; isolation: isolate; }
.moon {
  position: absolute; z-index: -2; width: 84%; aspect-ratio: 1; right: -30%; top: -7%; border-radius: 50%;
  background: radial-gradient(circle at 34% 32%, #fbe6dc 0%, #efbdb3 42%, #d99592 78%, #c9807f 100%);
  box-shadow: 0 0 80px 10px rgba(233, 170, 160, 0.35);
  opacity: 0.75; translate: 0 calc(var(--py, 0px) * -0.35);
  animation: breathe 9s ease-in-out infinite alternate;
}
@keyframes breathe { to { transform: scale(1.06); box-shadow: 0 0 110px 20px rgba(233, 170, 160, 0.45); } }
.arch-line {
  position: absolute; z-index: -1; inset: -12px 12px 12px -12px;
  border: 1px solid var(--gold); border-radius: 999px 999px 26px 26px; opacity: 0.7;
}
.portrait {
  position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--bg-3);
  border-radius: 999px 999px 22px 22px;
  box-shadow: 0 50px 90px -50px rgba(70, 35, 45, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
.portrait-main { position: absolute; inset: 0; display: block; translate: 0 calc(var(--py, 0px) * 0.18); }
.portrait-main img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 14%; transform: scale(1.06); }
.portrait::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 245, 238, 0.12) 0%, transparent 30%, transparent 62%, rgba(58, 30, 40, 0.32) 100%);
}
.v-hanja {
  position: absolute; right: -30px; top: 12%; writing-mode: vertical-rl;
  font-family: var(--hanja); font-size: 14px; font-weight: 600; letter-spacing: 0.7em; color: var(--gold);
}
.v-hanja::after { content: ""; display: block; width: 1px; height: 46px; margin: 10px auto 0; background: var(--gold); opacity: 0.6; }
.seal-badge {
  position: absolute; z-index: 2; left: -34px; bottom: 12%; width: 96px; aspect-ratio: 1; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255, 252, 248, 0.82); box-shadow: 0 14px 34px -14px var(--shadow), inset 0 0 0 1px var(--line);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.seal-badge svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 26s linear infinite; }
.seal-badge text { font-family: var(--sans); font-size: 10.5px; font-weight: 700; fill: var(--text-2); }
.seal-badge span { font-family: var(--hanja); font-size: 28px; font-weight: 700; color: var(--accent); line-height: 1; }
@keyframes spin { to { transform: rotate(360deg); } }

/* 등장: 아치 안으로 사진이 아래에서 위로 걷히며 드러남 */
.js .portrait { clip-path: inset(100% 0 0 0 round 999px 999px 22px 22px); transition: clip-path 1.5s var(--ease) 0.15s; }
.js .portrait-main img { transform: scale(1.22); transition: transform 2.4s var(--ease) 0.15s; }
.js .portrait.on { clip-path: inset(0 0 0 0 round 999px 999px 22px 22px); }
.js .portrait.on .portrait-main img { transform: scale(1.06); }
.js .moon, .js .arch-line, .js .v-hanja, .js .seal-badge { opacity: 0; transition: opacity 1.2s var(--ease) 0.9s; }
.js .hero-media.lit .moon { opacity: 0.75; }
.js .hero-media.lit .arch-line { opacity: 0.7; }
.js .hero-media.lit .v-hanja, .js .hero-media.lit .seal-badge { opacity: 1; }

.chip {
  position: absolute; z-index: 2; display: grid; gap: 1px;
  padding: 10px 14px; border-radius: 16px; font-size: 12px; color: var(--text-2);
  animation: bob 7s ease-in-out infinite;
}
.chip strong { color: var(--text); font-size: 15px; font-weight: 700; letter-spacing: -0.02em; }
.chip-k { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 0.02em; color: var(--accent); }
.chip-iljin { right: -22px; bottom: 5%; }
.chip-iljin strong { font-family: var(--hanja); font-size: 20px; font-weight: 700; }
@keyframes bob { 50% { transform: translateY(-8px); } }

.hero-copy { position: relative; margin-top: 40px; padding: 0 var(--gutter); }
.status {
  display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0 12px 0 10px; border-radius: 999px;
  background: var(--glass); box-shadow: inset 0 0 0 1px var(--line);
  font-size: 12px; font-weight: 600; color: var(--ok);
}
.live { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 0 rgba(76, 135, 100, 0.5); animation: live 2s infinite; }
@keyframes live { 70% { box-shadow: 0 0 0 7px rgba(76, 135, 100, 0); } 100% { box-shadow: 0 0 0 0 rgba(76, 135, 100, 0); } }

.hero-en { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; font-size: 14px; color: var(--text-3); letter-spacing: 0; }
.hero-en em { font-family: var(--hanja); font-size: 19px; font-weight: 600; letter-spacing: 0.18em; color: var(--accent); }
.hero-title {
  margin-top: 6px; font-size: clamp(38px, 10.5vw, 104px); font-weight: 750;
  line-height: 1.12; letter-spacing: -0.05em;
}
.hero-title .line { display: block; white-space: nowrap; }
.hero-lead { margin-top: 18px; font-size: 15px; color: var(--text-2); }
.hero-cta { margin-top: 26px; display: grid; grid-template-columns: 1fr; gap: 10px; }
.hero-cta .btn { width: 100%; }

.hero-proof { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-proof li { padding-top: 16px; display: grid; gap: 2px; }
.hero-proof li + li { padding-left: 14px; border-left: 1px solid var(--line); }
.hero-proof b { font-family: var(--serif-kr); font-size: 22px; font-weight: 700; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.hero-proof li > span { font-size: 12px; color: var(--text-3); }

.ticker { position: relative; z-index: 1; margin-top: 40px; overflow: hidden; border-block: 1px solid var(--line); padding: 14px 0; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.ticker-track { display: flex; width: max-content; animation: marquee 40s linear infinite; }
.ticker span { padding: 0 18px; font-size: 15px; font-weight: 600; color: var(--text-3); white-space: nowrap; }
.ticker span:nth-child(odd) { font-family: var(--hanja); color: var(--text-2); }
.ticker span:nth-child(even)::after { content: "✦"; margin-left: 36px; font-size: 10px; color: var(--gold); vertical-align: 2px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Section commons ---------- */
.section { position: relative; padding: 96px 0; }
.head { margin-bottom: 36px; }
.head.center { text-align: center; }
.label { font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 0.04em; color: var(--accent); margin-bottom: 16px; }
.h2 { font-size: clamp(32px, 8.4vw, 60px); font-weight: 750; line-height: 1.16; letter-spacing: -0.045em; }
.sub { margin-top: 16px; font-size: 15px; color: var(--text-2); }
.fine { margin-top: 12px; font-size: 12px; color: var(--text-3); }

/* ---------- 일주 체크 ---------- */
.check-grid { display: grid; gap: 40px; }
.check-form { margin-top: 28px; display: grid; gap: 10px; max-width: 520px; }
.check-form .btn { height: 54px; }
.ymd { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 8px; }
.ymd select {
  width: 100%; min-width: 0; min-height: 54px; padding: 0 34px 0 16px; border: 0; border-radius: var(--r-sm);
  background: var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23f6f0ea' stroke-opacity='.6' stroke-width='1.6'%3E%3Cpath d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 14px center;
  box-shadow: inset 0 0 0 1px var(--line-2); font-size: 16px; font-weight: 600; cursor: pointer;
  -webkit-appearance: none; appearance: none; transition: box-shadow 0.25s, background-color 0.25s;
}
.ymd select:focus { outline: none; background-color: var(--surface-2); box-shadow: inset 0 0 0 1.5px var(--accent), 0 0 0 4px var(--accent-soft); }
.ymd select option { background: var(--bg-3); color: var(--text); }
.f.invalid .ymd select { box-shadow: inset 0 0 0 1.5px var(--err); }

.pillar-stage { perspective: 1200px; }
.pillar-card {
  --c1: #3a2530; --c2: #6b3a4a; --glow: var(--accent);
  position: relative; overflow: hidden; isolation: isolate;
  max-width: 440px; margin: 0 auto; padding: 24px; border-radius: var(--r-lg);
  background: linear-gradient(160deg, var(--c2) 0%, var(--c1) 55%, #120d0f 100%);
  box-shadow: inset 0 0 0 1px var(--line-2), 0 40px 80px -30px rgba(0, 0, 0, 0.8);
  transform-style: preserve-3d; transition: transform 0.6s var(--ease);
}
.pc-glow { position: absolute; z-index: -1; width: 120%; aspect-ratio: 1; left: -10%; top: -50%; border-radius: 50%; background: radial-gradient(circle, var(--glow) 0%, transparent 60%); opacity: 0.35; filter: blur(20px); transition: background 0.8s; }
.pc-top { display: flex; justify-content: space-between; align-items: center; }
.pc-k { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.02em; color: var(--text-2); }
.pc-el { height: 26px; padding: 0 10px; display: inline-flex; align-items: center; border-radius: 999px; background: rgba(0, 0, 0, 0.25); box-shadow: inset 0 0 0 1px var(--line-2); font-size: 12px; font-weight: 600; }
.pc-hanja { margin: 28px 0 8px; font-family: var(--hanja); font-weight: 700; font-size: clamp(96px, 30vw, 150px); line-height: 1; letter-spacing: 0.02em; color: var(--text); text-shadow: 0 0 40px var(--glow); }
.pc-name strong { display: block; font-family: var(--serif-kr); font-size: 26px; font-weight: 700; letter-spacing: -0.04em; }
.pc-name span { display: block; margin-top: 2px; font-size: 14px; color: var(--text-2); }
.pc-tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.pc-tags li { height: 30px; padding: 0 12px; display: inline-flex; align-items: center; border-radius: 999px; background: rgba(255, 255, 255, 0.08); font-size: 13px; font-weight: 600; }
.pc-desc { margin-top: 16px; font-size: 14px; color: var(--text-2); }
.pc-cta { margin-top: 22px; width: 100%; }
.pillar-card.is-empty .pc-hanja { opacity: 0.25; text-shadow: none; }
.pillar-card.is-empty .pc-tags li { color: var(--text-3); }
.pillar-card.flip { animation: flip 0.9s var(--ease); }
@keyframes flip { 0% { transform: rotateY(-90deg) scale(0.9); opacity: 0; } 100% { transform: none; opacity: 1; } }

/* ---------- Bento ---------- */
.bento { display: grid; grid-template-columns: 1fr; gap: 12px; }
.tile {
  position: relative; overflow: hidden; isolation: isolate;
  display: flex; flex-direction: column; gap: 8px;
  padding: 24px; border-radius: var(--r-md);
  background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--line);
  transition: box-shadow 0.4s, transform 0.6s var(--ease);
}
.tile h3 { font-size: 24px; font-weight: 750; letter-spacing: -0.04em; }
.tile p { font-size: 15px; color: var(--text-2); }
.tile-foot { margin-top: auto; padding-top: 18px; display: flex; align-items: center; gap: 12px; }
.tile-foot .meta, .tile-mode .meta { font-size: 12px; font-weight: 600; color: var(--text-3); letter-spacing: 0.02em; }
.tile-foot .price { margin-left: auto; font-family: var(--serif-kr); font-size: 17px; font-weight: 700; letter-spacing: -0.02em; }
.tile-go {
  flex: none; width: 40px; height: 40px; border: 0; border-radius: 50%; cursor: pointer;
  background: var(--surface-2); box-shadow: inset 0 0 0 1px var(--line-2); font-size: 16px;
  transition: background-color 0.3s, color 0.3s, transform 0.5s var(--ease);
}
.tile:hover .tile-go, .tile-go:focus-visible { background: var(--text); color: var(--on-text); transform: rotate(45deg); }
.tile-badge { align-self: flex-start; height: 26px; padding: 0 10px; display: inline-flex; align-items: center; border-radius: 999px; font-size: 12px; font-weight: 700; background: var(--grad); color: var(--on-grad); }
.tile-badge.rose { background: var(--accent-soft); color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent-soft); }
.tile-main { min-height: 340px; background: radial-gradient(120% 90% at 100% 0%, rgba(214, 170, 190, 0.35), transparent 60%), radial-gradient(90% 80% at 0% 100%, rgba(240, 200, 170, 0.35), transparent 60%), var(--bg-2); }
.tile-hanja { position: absolute; z-index: -1; right: -10px; top: 10px; font-family: var(--hanja); font-weight: 700; font-size: 200px; line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--line-2); transition: transform 1s var(--ease); }
.tile-main:hover .tile-hanja { transform: rotate(-6deg) scale(1.05); }
.tile-body { margin-top: auto; padding-top: 80px; }
.tile-body h3 { font-size: 30px; }
.tile-body p { margin-top: 8px; }

.tile-mode { gap: 16px; background: linear-gradient(120deg, var(--accent-soft), transparent 60%), var(--bg-2); }
.mode-ico { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--text); color: var(--on-text); }
.mode-ico svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mode-copy h3 { font-size: 22px; }
.mode-copy p { margin-top: 6px; }
.mode-points { display: flex; flex-wrap: wrap; gap: 8px; }
.mode-points li { height: 34px; padding: 0 14px; display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: 13px; font-weight: 600; }
.mode-points li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* 스포트라이트 */
.spot::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity 0.4s;
  background: radial-gradient(360px circle at var(--mx, 50%) var(--my, 50%), var(--accent-soft), transparent 60%);
}
.spot::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none; opacity: 0; transition: opacity 0.4s;
  background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), var(--accent-2), transparent 60%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0);
}
@media (hover: hover) {
  .spot:hover::before, .spot:hover::after { opacity: 1; }
  .tile:hover { transform: translateY(-4px); }
}

/* ---------- About ---------- */
.about-grid { display: grid; gap: 40px; }
.about-media { position: relative; }
.about-photo { overflow: hidden; border-radius: var(--r-lg); aspect-ratio: 4 / 4.4; }
.about-photo img { width: 100%; height: 115%; object-fit: cover; object-position: 50% 30%; filter: grayscale(1) contrast(1.05); transition: filter 1.2s var(--ease); will-change: transform; }
.about-media.in .about-photo img { filter: grayscale(0.15) contrast(1.02); }
.about-cap { margin-top: 12px; display: flex; justify-content: space-between; font-size: 12px; color: var(--text-3); }
.creds { margin-top: 40px; border-top: 1px solid var(--line); }
.creds li { display: grid; grid-template-columns: 36px 1fr; column-gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.creds .mono { grid-row: span 2; color: var(--accent); padding-top: 4px; }
.creds b { font-size: 17px; font-weight: 700; }
.creds li > span:last-child { font-size: 14px; color: var(--text-3); }

.quote { position: relative; margin: 0; }
.q-mark {
  display: block; height: 56px; margin: 4px 0 0 -4px; font-family: var(--hanja); font-size: 120px; line-height: 1;
  color: var(--gold); opacity: 0.6; pointer-events: none; user-select: none;
}
.quote blockquote { position: relative; margin: 0; }
.q-line {
  font-family: var(--serif-kr); font-weight: 600; font-size: clamp(30px, 7.6vw, 54px);
  line-height: 1.32; letter-spacing: -0.045em; color: var(--text);
}
.q-line em {
  font-weight: 700; color: var(--accent);
  background: linear-gradient(transparent 68%, var(--accent-soft) 68%, var(--accent-soft) 92%, transparent 92%);
}
.q-sub { margin-top: 28px; max-width: 32em; font-size: 16px; line-height: 1.8; color: var(--text-2); }
.q-by { margin-top: 28px; display: flex; align-items: center; gap: 12px; }
.q-rule { width: 40px; height: 1px; background: var(--text); }
.q-by b { font-family: var(--serif-kr); font-size: 17px; font-weight: 700; }
.q-by small { font-size: 13px; color: var(--text-3); }

/* ---------- Reviews ---------- */
.head-row { display: grid; gap: 20px; }
.score { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.score b { font-family: var(--serif-kr); font-size: 44px; font-weight: 700; letter-spacing: -0.05em; }
.score .stars { color: var(--gold); letter-spacing: 2px; }
.score small { width: 100%; font-size: 12px; color: var(--text-3); }
.rv-rows { display: grid; gap: 12px; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.rv-row { overflow: hidden; padding: 6px 0 16px; }
.rv-track { display: flex; gap: 14px; width: max-content; animation: marquee 80s linear infinite; }
.rv-row.reverse .rv-track { animation-direction: reverse; animation-duration: 90s; }
.rv-rows:hover .rv-track { animation-play-state: paused; }
.rv { width: 290px; margin: 0; padding: 24px 22px 20px; border-radius: var(--r-md); background: var(--bg-2); box-shadow: inset 0 0 0 1px var(--line), 0 10px 30px -20px var(--shadow); display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
.rv blockquote { margin: 0; font-family: var(--serif-kr); font-size: 15px; line-height: 1.75; }
.rv-stars { font-size: 12px; letter-spacing: 2px; color: var(--gold); }
.rv figcaption { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.rv figcaption b { font-weight: 700; }
.rv figcaption span { height: 24px; padding: 0 10px; display: inline-flex; align-items: center; border-radius: 999px; background: var(--accent-soft); color: var(--accent); font-size: 12px; font-weight: 600; }

/* ---------- Booking wizard ---------- */
.booking { overflow: hidden; }
.booking .wrap { position: relative; z-index: 1; }
.booking-grid { display: grid; gap: 36px; }
.info-list { margin: 28px 0; }
.info-list > div { display: grid; grid-template-columns: 88px 1fr; gap: 8px; padding: 16px 0; border-top: 1px solid var(--line); }
.info-list > div:last-child { border-bottom: 1px solid var(--line); }
.info-list dt { font-size: 13px; font-weight: 600; color: var(--gold); }
.info-list dd { font-size: 15px; font-weight: 600; }
.info-list small { display: block; margin-top: 2px; font-size: 13px; font-weight: 500; color: var(--text-3); }
.wizard { position: relative; padding: 22px; border-radius: var(--r-lg); }
.book-form { display: grid; gap: 22px; }
.wizard { transition: box-shadow 0.6s var(--ease); }
.wizard.arrive { box-shadow: inset 0 0 0 1px var(--line-2), 0 0 0 3px #b0565a, 0 0 60px -10px rgba(176, 86, 90, 0.7); }
.book-form .btn-block { width: 100%; margin-top: 4px; height: 58px; font-size: 16px; }
.f legend { padding: 0; margin-bottom: 8px; }

@keyframes panelIn { from { opacity: 0; transform: translateX(16px); } }

.opt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.opt input, .seg input { position: absolute; opacity: 0; pointer-events: none; }
.opt span {
  display: grid; gap: 2px; height: 100%; padding: 16px; border-radius: var(--r-sm); cursor: pointer;
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line-2); transition: all 0.3s var(--ease);
}
.opt b { font-size: 16px; font-weight: 700; }
.opt small { font-size: 12px; color: var(--text-3); }
.opt:hover span { background: var(--surface-2); }
.opt input:checked + span { background: var(--accent-soft); box-shadow: inset 0 0 0 1.5px var(--accent); }
.opt input:checked + span small { color: var(--accent); }
.opt input:focus-visible + span, .seg input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }

.f { display: grid; gap: 8px; }
.f-2 { display: grid; gap: 16px; }
.f-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; flex-wrap: wrap; }
.f-label { font-size: 13px; font-weight: 600; color: var(--text-2); }
.f-label small { margin-left: 4px; font-weight: 500; color: var(--text-3); }

.wizard input[type="text"], .wizard input[type="tel"], .wizard input[type="date"], .wizard select, .wizard textarea {
  width: 100%; min-height: 52px; padding: 12px 16px; border: 0; border-radius: var(--r-sm);
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line-2);
  font-size: 16px; transition: box-shadow 0.25s, background-color 0.25s;
  -webkit-appearance: none; appearance: none;
}
.wizard select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23f6f0ea' stroke-opacity='.6' stroke-width='1.6'%3E%3Cpath d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
.wizard select option { background: var(--bg-3); color: var(--text); }
.wizard textarea { resize: vertical; min-height: 84px; line-height: 1.55; }
.wizard ::placeholder { color: var(--text-3); }
.wizard input:focus, .wizard select:focus, .wizard textarea:focus { outline: none; background: var(--surface-2); box-shadow: inset 0 0 0 1.5px var(--accent), 0 0 0 4px var(--accent-soft); }
.f.invalid input { box-shadow: inset 0 0 0 1.5px var(--err); }

.seg { display: flex; padding: 4px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.seg label { flex: 1; }
.seg span { display: grid; place-items: center; height: 42px; padding: 0 14px; border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--text-3); cursor: pointer; transition: all 0.3s var(--ease); }
.seg input:checked + span { background: var(--text); color: var(--on-text); }
.seg.sm span { height: 30px; padding: 0 12px; font-size: 12px; }
.seg.full { min-height: 52px; }

.agree { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: var(--text-2); line-height: 1.55; cursor: pointer; }
.agree input { flex: none; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--accent); }

.err { display: none; font-size: 12px; color: var(--err); }
.err.show { display: block; }


.wz-done { padding: 28px 4px 8px; text-align: center; animation: panelIn 0.6s var(--ease); }
.done-ring { width: 72px; height: 72px; margin: 0 auto; }
.done-ring svg { width: 100%; height: 100%; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.done-ring circle { stroke: var(--accent); stroke-dasharray: 151; stroke-dashoffset: 151; animation: draw 0.8s var(--ease) forwards; }
.done-ring path { stroke: var(--text); stroke-dasharray: 36; stroke-dashoffset: 36; animation: draw 0.5s 0.6s var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.wz-done h3 { margin-top: 20px; font-family: var(--serif-kr); font-size: 26px; font-weight: 700; letter-spacing: -0.04em; }
.wz-done > p { margin-top: 8px; color: var(--text-2); font-size: 15px; }
.done-sum { margin: 24px 0; padding: 16px 18px; border-radius: var(--r-sm); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); display: grid; gap: 8px; text-align: left; font-size: 14px; }
.done-sum div { display: flex; justify-content: space-between; gap: 16px; }
.done-sum dt { flex: none; color: var(--text-3); }
.done-sum dd { text-align: right; font-weight: 600; }

.kakao-link { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; border-radius: 999px; background: #fee500; color: #191919; font-weight: 700; }
.kakao-link svg { width: 18px; height: 18px; fill: #191919; }

/* ---------- FAQ ---------- */
.faq { padding-top: 40px; }
.faq-grid { display: grid; gap: 28px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  position: relative; list-style: none; cursor: pointer; padding: 22px 44px 22px 0;
  font-size: 17px; font-weight: 650; letter-spacing: -0.02em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 4px; top: 50%; width: 28px; height: 28px; margin-top: -14px; border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--line-2);
  background:
    linear-gradient(var(--text), var(--text)) center / 10px 1.5px no-repeat,
    linear-gradient(var(--text), var(--text)) center / 1.5px 10px no-repeat;
  transition: transform 0.4s var(--ease);
}
.faq details[open] summary::after { transform: rotate(135deg); }
.faq details p { padding: 0 44px 22px 0; font-size: 15px; color: var(--text-2); }

/* ---------- Footer ---------- */
.footer { margin-top: 40px; padding: 40px 0 calc(120px + env(safe-area-inset-bottom)); overflow: hidden; }
.wordmark {
  font-family: var(--hanja); font-weight: 700; font-size: 26vw; line-height: 0.95; letter-spacing: 0.02em; text-align: center;
  background: linear-gradient(180deg, rgba(246, 240, 234, 0.16), rgba(246, 240, 234, 0)); -webkit-background-clip: text; background-clip: text; color: transparent;
  user-select: none;
}
.foot-row { margin-top: 24px; display: grid; gap: 12px; font-size: 12px; color: var(--text-3); line-height: 1.8; }

/* ---------- Mobile CTA ---------- */
.m-cta {
  position: fixed; z-index: 80; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom));
  display: flex; gap: 8px; padding: 6px; border-radius: 999px;
  background: rgba(255, 252, 248, 0.88); box-shadow: inset 0 0 0 1px var(--line), 0 20px 40px -12px var(--shadow);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  opacity: 0; visibility: hidden; transform: translateY(160%);
  transition: transform 0.6s var(--ease), opacity 0.4s, visibility 0s 0.6s;
}
.m-cta.show { opacity: 1; visibility: visible; transform: none; transition: transform 0.6s var(--ease), opacity 0.4s, visibility 0s; }
.m-kakao { flex: none; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: #fee500; }
.m-kakao svg { width: 22px; height: 22px; fill: #191919; }
.m-book { flex: 1; height: 50px; }

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(32px); filter: blur(6px); transition: opacity 1s var(--ease), transform 1.1s var(--ease), filter 1s var(--ease); transition-delay: var(--d, 0s); }
.js .reveal.in { opacity: 1; transform: none; filter: none; }

/* ==========================================================
   ≥ 640px
   ========================================================== */
@media (min-width: 640px) {
  :root { --gutter: 32px; }
  .hero-cta { grid-template-columns: auto auto; justify-content: start; }
  .hero-cta .btn { width: auto; }
  .f-2 { grid-template-columns: 1fr 1fr; }
  .bento { grid-template-columns: 1fr 1fr; }
  .tile-main { grid-column: span 2; }
  .tile-wide { grid-column: span 2; }
  .tile-mode { grid-column: span 2; }
  .rv { width: 340px; }
  .wizard { padding: 32px; }
  .foot-row { grid-template-columns: 1fr auto; align-items: end; }
}

/* ==========================================================
   ≥ 960px (desktop)
   ========================================================== */
@media (min-width: 960px) {
  :root { --gutter: 40px; }
  html { scroll-padding-top: 100px; }
  .nav-wrap { top: 18px; }
  .nav { height: 60px; padding: 0 8px 0 20px; }
  .nav-links { display: flex; gap: 4px; }
  .nav-links a { height: 40px; padding: 0 16px; display: inline-flex; align-items: center; border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--text-2); transition: color 0.3s, background-color 0.3s; }
  .nav-links a:hover { color: var(--text); background: var(--surface-2); }
  .nav-cta { height: 44px; padding: 0 22px; }

  .hero { min-height: min(100svh, 1000px); display: flex; flex-direction: column; justify-content: center; padding: 120px 0 0; }
  .hero-inner {
    max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); width: 100%;
    display: grid; grid-template-columns: 1.15fr 0.85fr; grid-template-areas: "copy media"; align-items: center; gap: 56px;
  }
  .hero-copy { grid-area: copy; margin: 0; padding: 0; }
  .hero-media { grid-area: media; }
  .hero-media { width: min(100%, 430px); margin: 0; justify-self: center; }
  .moon { width: 92%; right: -38%; top: -9%; }
  .v-hanja { right: -54px; font-size: 16px; }
  .seal-badge { left: -58px; bottom: 16%; width: 122px; }
  .seal-badge text { font-size: 10px; }
  .seal-badge span { font-size: 34px; }
  .chip-iljin { right: -46px; bottom: 7%; }
    .hero-en em { font-size: 22px; }
  .hero-title { font-size: clamp(56px, 6.2vw, 96px); }
  .hero-lead { font-size: 17px; max-width: 34em; }
  .hero-cta { margin-top: 34px; }
  .hero-proof { max-width: 520px; margin-top: 44px; }
  .hero-proof b { font-size: 28px; }
  .ticker { margin-top: 72px; }
  .ticker span { font-size: 17px; }

  .section { padding: 120px 0; }
  .head { margin-bottom: 56px; }
  .sub { font-size: 17px; }

  .check-grid { grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
  .check-form { grid-template-columns: 1fr auto; }
  .check-form .btn { padding: 0 26px; }
  .pillar-card { padding: 32px; }

  .bento { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, minmax(230px, auto)) auto; gap: 14px; }
  .tile { padding: 28px; }
  .tile-main { grid-column: span 2; grid-row: span 2; min-height: 0; }
  .tile-hanja { font-size: 300px; right: -20px; top: -10px; }
  .tile-body h3 { font-size: 40px; }
  .tile-wide { grid-column: span 2; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; }
  .tile-wide .tile-foot { padding-top: 0; }

  .about-grid { grid-template-columns: 0.8fr 1.2fr; gap: 100px; align-items: center; }
  .q-mark { height: 76px; font-size: 160px; margin-left: -8px; }
  .about-media { position: sticky; top: 120px; }
  .about-photo { aspect-ratio: 4 / 5; }

  .head-row { grid-template-columns: 1fr auto; align-items: end; }
  .score small { width: auto; }
  .rv { width: 380px; padding: 28px; }
  .rv blockquote { font-size: 16px; }


  .faq-grid { grid-template-columns: 0.8fr 1.2fr; gap: 80px; }
  .booking-grid { grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: start; }
  .booking-info { position: sticky; top: 120px; }
  .wizard { padding: 40px; }
  .tile-mode { grid-column: span 4; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
  .faq summary { font-size: 19px; padding: 26px 56px 26px 0; }

  .footer { padding-bottom: 40px; }
  .section.dark { margin-inline: 16px; border-radius: 40px; }
  .footer.dark { margin-inline: 16px; border-radius: 40px 40px 0 0; }
  .wordmark { font-size: min(24vw, 320px); }

  .m-cta { display: none; }
}

/* ---------- Motion safety ---------- */
@media (prefers-reduced-motion: reduce) {
  /* 자동으로 계속 움직이는 장식만 멈춤 */
  .aurora i, .chip, .grain, .moon, .seal-badge svg { animation: none; }
  /* 등장은 이동·블러 없이 투명도만 */
  .js .reveal { transform: none; filter: none; transition: opacity 0.9s ease; transition-delay: var(--d, 0s); }
  .js .portrait-main img { transform: scale(1.06); }
  /* 흐르는 띠와 후기는 천천히 */
  .ticker-track { animation-duration: 70s; }
  .rv-track { animation-duration: 120s; }
  .rv-row.reverse .rv-track { animation-duration: 130s; }
}
