:root {
  color-scheme: light;
  --canvas: #f5f1e7;
  --surface: #fffdf7;
  --panel: #eae4d6;
  --ink: #2c332b;
  --muted: #676c5f;
  --line: #d9d2c1;
  --accent: #4f6043;
  --accent-strong: #34452f;
  --clay: #984938;
  --wood: #70523b;
  --body-font: "Apple SD Gothic Neo", system-ui, sans-serif;
  --heading-font: "Iowan Mincho", "Nanum Myeongjo", "AppleMyungjo", "Batang", Georgia, serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: var(--ink); background: var(--canvas); font: 16px/1.75 var(--body-font); word-break: keep-all; overflow-wrap: break-word; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; }
button, a { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--clay); outline-offset: 5px; }
button:disabled { opacity: .7; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--heading-font); font-weight: 500; }
[hidden] { display: none !important; }
.wrap { width: min(1360px, calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 20; padding: 12px 20px; background: var(--surface); border: 1px solid var(--accent); }
.skip-link:focus { top: 16px; }
.masthead { display: flex; align-items: center; justify-content: space-between; min-height: 108px; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; font-family: var(--heading-font); font-size: 25px; line-height: 1.4; letter-spacing: .08em; }
.brand small { display: block; margin-top: 5px; font: 9px/1.4 var(--body-font); letter-spacing: .18em; }
.seal { display: grid; place-content: center; width: 36px; height: 48px; color: var(--surface); background: var(--clay); font: 18px/1.05 var(--heading-font); text-align: center; box-shadow: inset 0 0 0 3px var(--clay), inset 0 0 0 4px #c78f77; letter-spacing: 0; }
.masthead nav { display: flex; gap: 32px; color: var(--muted); font-size: 13px; }
.masthead nav a, .header-book { display: inline-flex; align-items: center; min-height: 44px; }
.masthead nav a:hover, .text-button:hover, .footer-actions a:hover { color: var(--clay); }
.header-book { gap: 24px; font-size: 13px; border-bottom: 1px solid var(--accent); }
.header-book span { font-size: 19px; }
.hero { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 16px; min-height: 660px; padding-block: 52px 64px; }
.hero-copy { position: relative; z-index: 1; padding-bottom: 12px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--accent); font-size: 10px; font-weight: 600; letter-spacing: .16em; line-height: 1.5; }
.eyebrow > span { width: 20px; height: 1px; background: var(--clay); }
.hero h1 { margin-top: 28px; font-size: clamp(40px, 4.1vw, 62px); line-height: 1.45; letter-spacing: -.065em; }
.hero-description { margin-top: 24px; color: var(--muted); font-size: 14px; line-height: 1.95; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 54px; border: 1px solid var(--accent); border-radius: 2px; padding: 14px 24px; background: var(--accent); color: var(--surface); font-size: 13px; transition: background 180ms, transform 180ms var(--ease); }
.button:hover:not(:disabled) { background: var(--accent-strong); transform: translateY(-2px); }
.button span { font-size: 18px; }
.text-button { min-height: 44px; border: 0; padding: 8px 0; background: transparent; font-size: 12px; }
.text-button span { margin-left: 12px; }
.hero-footnote { display: flex; align-items: center; gap: 12px; margin-top: 36px; color: var(--muted); font-size: 11px; }
.tiny-seal { color: var(--clay); font: 20px var(--heading-font); }
.hero-art { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: center; min-width: 0; height: 530px; background: radial-gradient(ellipse at 52% 55%, #dfd8c638, transparent 68%); }
.art-caption { position: absolute; z-index: 2; top: 8px; right: 8px; display: flex; align-items: center; gap: 12px; color: var(--muted); }
.art-caption > span { font: 18px var(--heading-font); letter-spacing: .2em; }
.art-caption small { font-size: 8px; letter-spacing: .15em; writing-mode: vertical-rl; }
.courtyard { width: 112%; margin-left: -6%; transform: scale(.91); opacity: .12; filter: blur(3px); transition: transform 1300ms var(--ease), opacity 1000ms, filter 1000ms; }
.courtyard svg { display: block; width: 100%; height: auto; }
.is-open .courtyard { transform: scale(1); opacity: 1; filter: none; }
.scene-caption { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px 16px; color: var(--muted); font-size: 10px; text-align: center; }
.scene-caption .text-button { min-height: 36px; font-size: 10px; color: var(--accent); }
.hero-vertical { position: absolute; right: -28px; top: 110px; color: #949684; writing-mode: vertical-rl; font: 11px var(--heading-font); letter-spacing: .2em; }
.welcome-band { border-block: 1px solid var(--line); background: #eae6d969; }
.welcome-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 100px; }
.welcome-inner > p { font-family: var(--heading-font); font-size: 16px; }
.welcome-inner > p > span { margin-right: 24px; color: var(--muted); font-family: var(--body-font); font-size: 11px; }
.welcome-inner > div { display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: 11px; }
.welcome-inner i { height: 12px; width: 1px; background: var(--line); }
.rooms-section { padding-block: 100px 112px; }
.section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
h2 { font-size: clamp(30px, 3vw, 44px); letter-spacing: -.055em; line-height: 1.5; }
.section-title h2 { margin-top: 16px; }
.section-title > p { padding-bottom: 4px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.room-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.room-tabs button { display: flex; align-items: center; gap: 20px; min-width: 0; min-height: 94px; padding: 16px 24px; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; background: transparent; text-align: left; transition: background 180ms, border-color 180ms; }
.room-tabs button:hover { background: #eae4d680; }
.room-tabs button[aria-pressed="true"] { border-bottom-color: var(--accent); background: #e7e9dc80; }
.tab-number { color: var(--muted); font: italic 13px Georgia, serif; }
.room-tabs strong { display: block; font-family: var(--heading-font); font-size: 19px; font-weight: 500; }
.room-tabs small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; }
.tab-arrow { margin-left: auto; color: var(--accent); font-size: 18px; }
.room-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center; }
.room-visual { min-width: 0; background: #e9e3d6; border: 1px solid var(--line); }
.room-visual img { display: block; width: 100%; height: auto; aspect-ratio: 720/500; object-fit: contain; }
.room-visual figcaption { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 24px; border-top: 1px solid #d7d0bf; color: var(--muted); font-size: 10px; }
.room-visual figcaption > span:first-child { font-size: 9px; letter-spacing: .12em; }
.room-info { min-width: 0; }
.room-kicker { margin-bottom: 10px; color: var(--accent); font-size: 12px; }
.room-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.room-heading h3 { font-size: 38px; line-height: 1.4; letter-spacing: -.055em; }
.room-heading > span { color: var(--muted); font-size: 12px; white-space: nowrap; }
.room-description { margin-top: 18px; color: var(--muted); font-size: 13px; line-height: 1.95; }
.amenities { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; margin: 24px 0; padding: 0 0 24px; border-bottom: 1px solid var(--line); list-style: none; font-size: 11px; }
.amenities li { display: flex; align-items: center; gap: 8px; }
.amenities svg { flex: 0 0 16px; width: 16px; height: 16px; fill: none; stroke: var(--accent); stroke-width: 1.2; }
.price-line { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.price-line > span { font-size: 12px; color: var(--muted); }
.price-line strong { font: 40px/1.3 Georgia, serif; letter-spacing: -.02em; }
.price-line strong small { margin-left: 8px; font: 13px var(--body-font); letter-spacing: 0; }
.room-cost { margin-top: 7px; color: var(--muted); font-size: 11px; text-align: right; }
.room-availability { margin-top: 16px; color: var(--accent); font-size: 11px; }
.room-availability::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: var(--accent); vertical-align: middle; }
.room-book { width: 100%; margin-top: 16px; }
.demo-caption { margin-top: 8px; color: var(--muted); font-size: 10px; text-align: center; }
.tea-section { color: #f0ecd9; background: #354330; position: relative; overflow: hidden; }
.tea-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background: radial-gradient(ellipse at 85% 20%, #80936755, transparent 60%), repeating-linear-gradient(90deg, transparent 0 159px, #d0d2b50a 159px 160px); }
.tea-inner { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; padding-block: 80px; }
.tea-copy .eyebrow { color: #c3c9ae; }
.tea-copy h2 { margin-top: 24px; font-size: clamp(34px, 3.3vw, 48px); line-height: 1.5; }
.tea-copy > p:not(.eyebrow) { margin-top: 24px; color: #ced2be; font-size: 13px; line-height: 1.95; }
.tea-options { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.tea-options button { min-height: 44px; padding: 8px 16px; border: 1px solid #929d7f; border-radius: 2px; color: #e0e4cd; background: transparent; font-size: 12px; transition: background 180ms, color 180ms; }
.tea-options button:hover { background: #58664c; }
.tea-options button[aria-pressed="true"] { color: #34432e; background: #e3e5cf; border-color: #e3e5cf; }
.tea-copy .tea-description { min-height: 26px; margin-top: 12px !important; font-size: 11px !important; }
.tea-experience { min-width: 0; }
.tea-set { --tea-color: #93a05c; position: relative; width: 460px; height: 320px; max-width: 100%; margin: 0 auto; filter: drop-shadow(0 20px 25px #1f271f33); }
.tea-mat { position: absolute; left: 12%; top: 41%; width: 77%; height: 55%; border-radius: 3px; transform: rotate(-8deg) skewX(20deg) scaleY(.8); background: repeating-linear-gradient(0deg, #ac9770 0 2px, #756347 2px 3px); box-shadow: 0 8px 12px #13221645; }
.tea-tray { position: absolute; left: 11%; top: 37%; width: 77%; height: 47%; border: 9px solid #6b4f34; border-radius: 50%; background: repeating-linear-gradient(-10deg, #76573b 0 3px, #7a5b3e 3px 10px, #6e513536 10px 12px); box-shadow: 0 8px 0 #3d3226, 0 14px 12px #1d241c66, inset 0 4px 9px #34261880, inset 0 -2px 2px #aa8553; }
.tea-shadow { position: absolute; left: 31%; top: 58%; width: 42%; height: 15%; border-radius: 50%; background: #1f291e80; filter: blur(12px); }
.teapot { position: absolute; left: 33%; top: 17%; width: 150px; height: 149px; transform-origin: 55% 82%; }
.pot-body { position: absolute; z-index: 3; left: 10px; top: 44px; width: 132px; height: 90px; border-radius: 44% 48% 43% 44%; background: radial-gradient(ellipse at 32% 15%, #c8cfb0, transparent 50%), linear-gradient(120deg, #a4b294, #829778 50%, #566d51); box-shadow: inset -10px -12px 20px #374c4266, inset 4px 3px 4px #e2e2c963, 0 9px 5px #14241f2e; }
.pot-handle { position: absolute; z-index: 1; width: 68px; height: 79px; top: 43px; right: -30px; border: 13px solid #859979; border-left-width: 11px; border-radius: 50%; transform: rotate(-14deg); box-shadow: inset -3px 2px 3px #314f3680, 2px 1px 3px #b6c09f; }
.pot-spout { position: absolute; z-index: 2; top: 64px; left: -30px; width: 77px; height: 42px; transform: rotate(25deg); background: linear-gradient(#aebe9b, #748a68 60%, #51684d); clip-path: polygon(0 0, 16% 8%, 25% 38%, 100% 30%, 100% 100%, 20% 67%); }
.pot-lid { position: absolute; z-index: 4; top: 35px; left: 34px; width: 82px; height: 34px; border-radius: 50%; border-bottom: 3px solid #5b7151; background: radial-gradient(ellipse at 38% 30%, #d6d9bd, #92a684 65%, #647e5a); box-shadow: 0 3px 3px #3d533c55; }
.pot-knob { position: absolute; z-index: 5; top: 29px; left: 68px; width: 16px; height: 16px; border-radius: 50% 50% 35% 35%; background: linear-gradient(120deg, #c5cfae, #778e67); box-shadow: 1px 2px 2px #566c444d; }
.tea-cup { position: absolute; width: 76px; height: 54px; border-radius: 5% 5% 46% 46%; background: linear-gradient(100deg, #e6e1c9, #a3ae90 62%, #839573); box-shadow: inset -6px -5px 8px #586d514d, 0 6px 4px #24301f55; }
.tea-cup::before { content: ""; position: absolute; z-index: 1; left: 0; top: -14px; width: 100%; height: 30px; border: 5px solid #d7d9be; border-radius: 50%; background: radial-gradient(ellipse at 40% 80%, #a5ac8f, #65785c); box-shadow: 0 1px 1px #75876a; }
.tea-cup i { position: absolute; z-index: 2; left: 9px; top: -6px; width: calc(100% - 18px); height: 19px; border-radius: 50%; background: radial-gradient(ellipse at 32% 55%, #d3d398b3, transparent 70%), var(--tea-color); opacity: 0; transform: scale(.5); transition: opacity 1400ms, transform 1600ms var(--ease); box-shadow: inset 0 -2px 2px #354b3555; }
.cup-back { left: 22%; top: 53%; transform: scale(.85); }
.cup-front { left: 50%; top: 65%; transform: scale(1.06); }
.tea-cloth { position: absolute; left: 74%; top: 63%; width: 80px; height: 57px; background: repeating-linear-gradient(0deg, transparent 0 3px, #bac1a14d 3px 4px), #d2cbae; border: 1px solid #c2b997; border-radius: 2px; transform: rotate(-22deg) skewX(15deg); box-shadow: 1px 4px 0 #a7a58c, 2px 7px 4px #14251a40; }
.tea-leaves { position: absolute; z-index: 2; left: 18%; top: 79%; width: 50px; height: 35px; }
.tea-leaves i { position: absolute; width: 27px; height: 9px; border-radius: 90% 0 90% 0; transform: rotate(-35deg); background: linear-gradient(6deg, #718558 45%, #b8c47c 48%, #83965b 54%); }
.tea-leaves i:nth-child(2) { left: 10px; top: 9px; transform: rotate(12deg); }
.tea-leaves i:nth-child(3) { left: 23px; top: -3px; transform: rotate(-68deg); }
.tea-steam { position: absolute; z-index: 5; left: 55%; top: 40%; width: 48px; height: 80px; opacity: 0; }
.tea-steam i { position: absolute; bottom: 0; left: 0; width: 13px; height: 70px; border-left: 2px solid #e9e8c980; border-radius: 50%; filter: blur(2px); }
.tea-steam i:nth-child(2) { left: 15px; height: 57px; }
.tea-steam i:nth-child(3) { left: 30px; height: 65px; }
.is-brewing .teapot { animation: pour-tea 2200ms var(--ease); }
.is-brewing .tea-cup i, .is-ready .tea-cup i { opacity: 1; transform: scale(1); }
.is-brewing .tea-steam { opacity: 1; }
.is-brewing .tea-steam i { animation: steam 1000ms ease-out 2; }
.is-ready .tea-steam { opacity: .6; }
.brew-actions { text-align: center; margin-top: 12px; }
.brew-label { display: block; color: #c3c9ae; font-size: 10px; letter-spacing: .1em; }
.brew-button { display: inline-flex; align-items: center; gap: 36px; justify-content: center; min-height: 52px; padding: 10px 24px; margin-top: 14px; border: 1px solid #b5bfa0; border-radius: 2px; background: transparent; color: #f2efd8; font-size: 13px; transition: background 180ms; }
.brew-button:hover:not(:disabled) { background: #556548; }
.brew-button span { font-size: 19px; }
.brew-actions p { min-height: 24px; margin-top: 12px; color: #c6cdb4; font-size: 10px; }
.tea-section :focus-visible { outline-color: #e3c99d; }
.journey { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; padding-block: 100px; }
.journey h2 { margin-top: 20px; }
.text-link { display: inline-flex; gap: 48px; align-items: center; min-height: 44px; margin-top: 24px; border-bottom: 1px solid var(--accent); font-size: 12px; }
.text-link:hover { color: var(--clay); border-color: var(--clay); }
.journey ol { margin: 0; padding: 0; list-style: none; }
.journey li { display: flex; align-items: center; gap: 32px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.journey li:first-child { padding-top: 0; }
.journey li > span { color: var(--clay); font: 28px var(--heading-font); }
.journey h3 { font-size: 20px; letter-spacing: -.04em; }
.journey li p { margin-top: 6px; color: var(--muted); font-size: 12px; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 32px 40px; border-top: 1px solid var(--line); }
.footer .brand { font-size: 22px; }
.footer .brand small { letter-spacing: .01em; font-size: 10px; }
.footer > p { color: var(--muted); font-size: 10px; line-height: 1.8; }
.footer-actions { display: flex; flex-direction: column; align-items: flex-end; font-size: 10px; }
.footer-actions button, .footer-actions a { min-height: 44px; display: inline-flex; align-items: center; padding: 4px 0; border: 0; background: transparent; }
.footer-actions button { color: var(--muted); }
.noscript { margin: 20px; padding: 20px; border: 1px solid var(--clay); }
@keyframes pour-tea { 0%, 100% { transform: translate(0) rotate(0); } 30%, 62% { transform: translate(-20px, -14px) rotate(-16deg); } }
@keyframes steam { from { opacity: 0; transform: translateY(10px) scaleX(.7); } 40% { opacity: .9; } to { opacity: 0; transform: translateY(-28px) scaleX(1.3); } }
@media (min-width: 1500px) { .hero { min-height: 740px; } .hero-art { height: 570px; } .hero h1 { font-size: 68px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .masthead nav { gap: 20px; }
  .hero { min-height: 620px; }
  .hero-art { height: 480px; }
  .hero h1 { font-size: 43px; }
  .hero-actions { gap: 12px; }
  .hero .button { padding-inline: 18px; gap: 20px; }
  .gate-frame { transform: translate(-50%, -48%) scale(.9); }
  .welcome-inner { flex-direction: column; justify-content: center; gap: 12px; padding-block: 24px; }
  .room-layout { gap: 36px; grid-template-columns: 1.1fr 1fr; }
  .room-tabs button { gap: 12px; padding-inline: 16px; }
  .tea-inner { gap: 24px; }
  .footer { flex-wrap: wrap; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 48px); }
  .masthead { min-height: 90px; }
  .masthead nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 12px; padding-top: 52px; padding-bottom: 36px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { font-size: 48px; margin-top: 20px; }
  .hero-description { margin-top: 20px; }
  .hero-actions { gap: 24px; margin-top: 28px; }
  .hero-footnote { margin-top: 24px; }
  .hero-art { height: 500px; max-width: 640px; width: 100%; margin-inline: auto; }
  .courtyard { width: 100%; margin: 0; }
  .gate-frame { transform: translate(-50%, -48%); }
  .hero-vertical { right: 0; top: 60px; }
  .rooms-section { padding-block: 72px; }
  .section-title { align-items: flex-start; }
  .section-title > p { max-width: 15em; font-size: 12px; }
  .room-layout { grid-template-columns: 1fr; gap: 32px; }
  .room-visual { width: 100%; }
  .room-visual img { max-height: 420px; }
  .room-info { max-width: 600px; width: 100%; margin: auto; }
  .tea-inner { grid-template-columns: 1fr 1fr; gap: 16px; padding-block: 64px; }
  .tea-set { width: 460px; max-width: none; transform: scale(.73); transform-origin: left center; margin-right: -124px; margin-left: -4px; }
  .tea-copy h2 { font-size: 36px; }
  .tea-copy > p:not(.eyebrow) { font-size: 12px; }
  .tea-options { gap: 6px; }
  .tea-options button { padding-inline: 10px; font-size: 11px; }
  .brew-actions { margin-top: -28px; }
  .brew-button { gap: 20px; padding-inline: 16px; font-size: 12px; }
  .journey { gap: 36px; padding-block: 72px; }
  .journey h3 { font-size: 18px; }
  .journey li { gap: 20px; }
  .footer > p { order: 3; width: 100%; }
}
@media (max-width: 540px) {
  html { scroll-padding-top: 20px; }
  .wrap { width: calc(100% - 40px); }
  .masthead { min-height: 84px; gap: 16px; }
  .brand { font-size: 22px; gap: 10px; }
  .brand small { font-size: 7px; letter-spacing: .13em; }
  .seal { width: 30px; height: 42px; font-size: 16px; }
  .header-book { font-size: 11px; gap: 12px; }
  .hero { padding-top: 40px; gap: 0; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .08em; }
  .hero h1 { font-size: 37px; line-height: 1.5; letter-spacing: -.065em; }
  .hero-description { font-size: 12px; line-height: 1.9; }
  .hero-actions { flex-wrap: nowrap; gap: 16px; }
  .hero .button { padding-inline: 14px; gap: 12px; min-height: 50px; font-size: 12px; }
  .hero .text-button { font-size: 11px; white-space: nowrap; }
  .hero .text-button span { margin-left: 4px; }
  .hero-footnote { font-size: 10px; gap: 8px; margin-top: 20px; }
  .hero-art { height: 410px; margin-top: 20px; }
  .gate-frame { transform: translate(-50%, -53%) scale(.78); }
  .art-caption { top: 12px; right: 0; gap: 6px; }
  .art-caption small { font-size: 6px; }
  .art-caption > span { font-size: 15px; }
  .courtyard { width: 110%; margin-left: -5%; }
  .scene-caption { font-size: 9px; bottom: 0; }
  .hero-vertical { display: none; }
  .welcome-inner > p { font-size: 14px; text-align: center; }
  .welcome-inner > p > span { display: block; margin: 0 0 8px; font-size: 10px; }
  .welcome-inner > div { gap: 9px; font-size: 9px; }
  .rooms-section { padding-block: 56px 64px; }
  .section-title { display: block; margin-bottom: 20px; }
  .section-title h2 { font-size: 28px; margin-top: 14px; }
  .section-title > p { max-width: none; margin-top: 14px; font-size: 11px; }
  .section-title > p br { display: none; }
  .eyebrow { font-size: 9px; letter-spacing: .14em; }
  .room-tabs { margin-bottom: 24px; }
  .room-tabs button { min-height: 78px; gap: 7px; padding: 12px 6px; }
  .tab-number { font-size: 10px; }
  .room-tabs strong { font-size: 16px; }
  .room-tabs small { display: none; }
  .tab-arrow { font-size: 14px; }
  .room-visual figcaption { gap: 8px; padding: 14px 12px; font-size: 8px; }
  .room-visual figcaption > span:first-child { font-size: 7px; letter-spacing: .04em; }
  .room-heading h3 { font-size: 32px; }
  .room-heading > span { font-size: 11px; }
  .room-description { font-size: 12px; }
  .amenities { gap: 12px 8px; font-size: 10px; }
  .tea-inner { grid-template-columns: 1fr; gap: 8px; padding-block: 56px; }
  .tea-copy h2 { font-size: 36px; margin-top: 18px; }
  .tea-copy > p:not(.eyebrow) { margin-top: 20px; }
  .tea-options { margin-top: 24px; gap: 8px; }
  .tea-options button { padding-inline: 16px; font-size: 12px; }
  .tea-set { transform: scale(.75); height: 320px; margin-left: calc((100% - 345px) / 2); margin-right: -115px; margin-top: -10px; }
  .brew-actions { margin-top: -36px; }
  .brew-button { min-width: 240px; font-size: 13px; }
  .brew-actions p { font-size: 10px; }
  .journey { grid-template-columns: 1fr; gap: 32px; padding-block: 56px; }
  .journey h2 { font-size: 30px; margin-top: 14px; }
  .journey li { gap: 24px; padding-block: 20px; }
  .journey h3 { font-size: 18px; }
  .journey li p { font-size: 11px; }
  .text-link { margin-top: 18px; }
  .footer { padding-block: 24px 32px; gap: 20px; }
  .footer > p { font-size: 9px; }
}
body.reduced-motion *, body.reduced-motion *::before, body.reduced-motion *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
html:has(body.reduced-motion) { scroll-behavior: auto; }
@media (prefers-reduced-motion: reduce) { html, *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

/* Full-viewport entry: the room is beyond the doors, not beside them. */
.entrance {
  --door-width: min(62vw, 920px);
  --door-top: 14%;
  --door-bottom: 13%;
  --entry-wood: #68452e;
  --entry-wood-light: #a17a51;
  position: fixed; inset: 0; z-index: 50; height: 100svh; min-height: 420px;
  isolation: isolate; overflow: hidden; background: #ded9c8;
}
body.at-gate { overflow: hidden; }
.entrance-world { position: absolute; inset: 0; transform-origin: 50% 51%; transition: transform 1350ms cubic-bezier(.48,.02,.32,1) 550ms; }
.entrance-world::after { content: ""; position: absolute; inset: 0; z-index: 9; pointer-events: none; background: radial-gradient(ellipse at 50% 40%, transparent 35%, #1b221a30 100%); }
.entry-garden { position: absolute; z-index: 0; inset: 5% 9% 7%; overflow: hidden; background: #d8dcca; }
.garden-sky { position: absolute; inset: 0 0 35%; background: radial-gradient(ellipse at 60% 25%, #fffce5, #c6d0b9 85%); }
.garden-mountain { position: absolute; left: -10%; right: -10%; top: 13%; height: 45%; border-radius: 80% 75% 0 0; background: #7f947d; opacity: .4; transform: rotate(-8deg); }
.mountain-near { left: 30%; top: 22%; background: #7c886e; transform: rotate(14deg); opacity: .5; }
.garden-house { position: absolute; width: 72%; height: 40%; top: 28%; left: 14%; border: 14px solid #725239; background: #e6dec7; box-shadow: 0 18px 0 #867251, 0 28px 20px #45523933; }
.garden-roof { position: absolute; top: -62px; left: -10%; width: 120%; height: 78px; background: repeating-linear-gradient(90deg, #505a50 0 15px, #333e35 15px 20px, #7d8170 20px 23px); clip-path: polygon(0 13%, 15% 23%, 50% 0, 85% 23%, 100% 13%, 97% 85%, 78% 100%, 22% 100%, 3% 85%); }
.garden-lattice { position: absolute; inset: 8% 9% 0; background: repeating-linear-gradient(0deg, transparent 0 26px, #987954 26px 29px), repeating-linear-gradient(90deg, #e3dbc4 0 25px, #987954 25px 28px); border: 8px solid #836647; }
.garden-ground { position: absolute; left: -20%; right: -20%; top: 68%; bottom: -30%; background: repeating-linear-gradient(0deg, transparent 0 38px, #c1bca72b 38px 40px), repeating-linear-gradient(90deg, #e2ddca 0 70px, #b9bda452 70px 72px); transform: perspective(450px) rotateX(40deg); transform-origin: top; }
.garden-path { position: absolute; top: 72%; bottom: -4%; left: 40%; width: 20%; background: repeating-linear-gradient(0deg, #a6ad95 0 24%, transparent 24% 30%); transform: perspective(120px) rotateX(25deg); }
.garden-tree { position: absolute; left: 74%; top: 42%; height: 35%; width: 18%; }
.garden-tree b { position: absolute; top: 15%; left: 43%; width: 12%; height: 80%; border-radius: 55%; transform: rotate(10deg); background: linear-gradient(90deg, #6e523a, #9b8056); }
.garden-tree i { position: absolute; z-index: 1; top: 12%; width: 94%; height: 26%; border-radius: 65% 55% 40% 55%; background: repeating-radial-gradient(ellipse at 50% 100%, #566c4640 0 3px, #6e815040 3px 5px), #7d8f60; box-shadow: inset 0 -8px 0 #4a653140; transform: rotate(-7deg); }
.garden-tree i:nth-child(2) { top: 35%; left: 17%; width: 78%; }
.garden-tree i:nth-child(3) { top: -8%; left: 13%; width: 65%; }
.entry-wall { position: absolute; z-index: 1; top: 0; bottom: 10%; width: calc((100% - var(--door-width)) / 2 + 24px); background: repeating-linear-gradient(0deg, transparent 0 46%, #66492f 46% 48%, transparent 48% 96%), linear-gradient(100deg, #b8aa8e, #e3d9bf 45%, #c6b79a); box-shadow: inset 0 0 90px #4b351850; }
.wall-left { left: 0; border-right: 28px solid var(--entry-wood); }
.wall-right { right: 0; border-left: 28px solid var(--entry-wood); background-color: #d2c5a8; }
.entry-wall::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 45%, #846244 45% 50%, transparent 50% 95%); opacity: .7; }
.entry-eaves { position: absolute; z-index: 5; top: -15px; left: -5%; width: 110%; height: 18%; background: repeating-linear-gradient(90deg, #3b4339 0 35px, #263429 35px 42px, #6c7260 42px 45px); clip-path: polygon(0 0, 100% 0, 100% 40%, 85% 68%, 67% 84%, 50% 91%, 33% 84%, 15% 68%, 0 40%); filter: drop-shadow(0 15px 5px #362b2370); }
.entry-beam { position: absolute; z-index: 4; top: 10%; left: 0; right: 0; height: 6%; background: repeating-linear-gradient(0deg, #916b46 0 3px, #8a643f 3px 8px, #7b57385e 8px 10px); border-block: 5px solid #61432c; box-shadow: 0 12px 24px #38291870; }
.entry-sign { position: absolute; z-index: 6; top: 6.8%; left: 50%; transform: translateX(-50%); padding: 10px 32px; border: 5px solid #a28457; color: #e8dac0; background: #3c4030; font: 25px var(--heading-font); box-shadow: 0 5px 8px #30251460; white-space: nowrap; }
.entry-floor { position: absolute; left: -20%; right: -20%; top: 87%; height: 45%; background: repeating-linear-gradient(0deg, transparent 0 42px, #74796750 42px 44px), repeating-linear-gradient(90deg, #abae9e 0 145px, #757b6750 145px 148px); border-top: 5px solid #9f9d88; transform: perspective(600px) rotateX(42deg); transform-origin: top; box-shadow: inset 0 25px 30px #585a454f; }
.entry-doors { position: absolute; z-index: 3; left: 50%; top: var(--door-top); bottom: var(--door-bottom); width: var(--door-width); transform: translateX(-50%); display: flex; border: 16px solid var(--entry-wood); border-bottom-width: 21px; box-shadow: 0 0 0 6px #b1976f, 0 0 0 16px #5d432f, 0 20px 34px #382d2252; }
.entry-leaf { position: relative; width: 50%; height: 100%; flex: 0 0 50%; padding: 16px; background: repeating-linear-gradient(0deg, #a17c51 0 2px, #9b764c 2px 5px); border: 5px solid #765434; box-shadow: inset 0 0 0 2px #c2a174, 3px 0 8px #33231780; transition: transform 1150ms cubic-bezier(.42,0,.22,1); }
.entry-paper { position: absolute; inset: 18px; border: 6px solid #795835; background: repeating-linear-gradient(0deg, transparent 0 49px, #96724a 49px 53px, #b99665 53px 55px), repeating-linear-gradient(90deg, transparent 0 42px, #9a744a 42px 46px, #c4a576 46px 48px), radial-gradient(ellipse at 45% 40%, #fff6da, #e7d5ae 75%, #baa782); box-shadow: inset 0 0 45px #83644550; }
.entry-pull { position: absolute; top: 57%; height: 52px; width: 10px; border: 2px solid #bda273; border-radius: 10px; background: #544a34; box-shadow: 2px 4px 3px #3c2a2955; }
.leaf-left .entry-pull { right: 8px; }
.leaf-right .entry-pull { left: 8px; }
.entry-sill { position: absolute; bottom: -45px; left: -48px; right: -48px; height: 30px; background: linear-gradient(#c3bfae 0 35%, #939987 35% 55%, #b9bead 55% 82%, #777f6c 82%); box-shadow: 0 16px 25px #3943314d; }
.entry-lantern { position: absolute; z-index: 6; top: 35%; width: 50px; height: 96px; border: 7px solid #644a31; background: repeating-linear-gradient(90deg, #8d7957 0 3px, #f1e2b8 3px 18px); box-shadow: 0 0 55px 8px #f6d59455, 0 8px 10px #48341d44; }
.lantern-left { left: calc((100% - var(--door-width)) / 4 - 25px); }
.lantern-right { right: calc((100% - var(--door-width)) / 4 - 25px); }
.entry-lantern::before { content: ""; position: absolute; height: 12px; top: -17px; left: -10px; right: -10px; background: #524933; border-radius: 45% 45% 2px 2px; }
.entry-lantern::after { content: ""; position: absolute; bottom: -28px; left: 50%; height: 20px; border-left: 2px solid #9b7445; }
.entrance-header { position: absolute; z-index: 20; top: 28px; left: 36px; right: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #f4eedb; }
.entrance-header .brand { font-size: 25px; text-shadow: 0 2px 5px #172417; }
.entry-location { font: 12px var(--heading-font); letter-spacing: .1em; }
.entrance-hit { position: absolute; z-index: 10; top: var(--door-top); bottom: var(--door-bottom); left: 50%; width: var(--door-width); transform: translateX(-50%); padding: 0; border: 0; background: transparent; }
.entrance-hit:focus-visible { outline: 4px solid #8b4632; outline-offset: -24px; }
.entrance-copy { position: absolute; z-index: 11; inset: 24% 0 20%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; text-align: center; pointer-events: none; transition: opacity 300ms, transform 500ms; }
.entrance-copy::before { content: ""; position: absolute; z-index: -1; top: 50%; left: 50%; width: min(550px, 48vw); height: 400px; max-height: 75vh; transform: translate(-50%,-50%); background: radial-gradient(ellipse, #f5e9cffa 0 36%, #f5e9cfd9 50%, #f5e9cf00 73%); }
.entrance-copy .eyebrow { color: #625239; font-size: 10px; letter-spacing: .22em; }
.entrance-copy h1 { color: #3e402c; font-size: clamp(38px, 4.4vw, 66px); line-height: 1.45; letter-spacing: -.06em; text-shadow: 0 2px 12px #f3e8ca; }
.entrance-copy > p:not(.eyebrow) { font-size: 13px; color: #544d36; }
.entrance-footer { position: absolute; z-index: 20; bottom: 20px; left: 36px; right: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #39432f; }
.entrance-footer .text-button { min-height: 44px; color: inherit; }
.entrance-footer > span { font-size: 11px; }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body:not(.reduced-motion) .entrance:not(.is-opening):has(.entrance-hit:hover) .leaf-left { transform: translateX(-7%); }
  body:not(.reduced-motion) .entrance:not(.is-opening):has(.entrance-hit:hover) .leaf-right { transform: translateX(7%); }
}
@media (prefers-reduced-motion: no-preference) {
  body:not(.reduced-motion) .entrance:not(.is-opening):has(.entrance-hit:focus-visible) .leaf-left { transform: translateX(-7%); }
  body:not(.reduced-motion) .entrance:not(.is-opening):has(.entrance-hit:focus-visible) .leaf-right { transform: translateX(7%); }
}
.entrance.is-opening { pointer-events: none; animation: entry-veil 1900ms linear both; }
.entrance.is-opening .entrance-footer { pointer-events: auto; }
.entrance.is-opening .entrance-world { transform: scale(3.7); }
.entrance.is-opening .leaf-left { transform: translateX(-102%); }
.entrance.is-opening .leaf-right { transform: translateX(102%); }
.entrance.is-opening .entrance-copy { opacity: 0; transform: translateY(-10px); }
.entrance.is-opening .entrance-header { opacity: 0; transition: opacity 400ms; }
#hanok-home > .masthead { gap: 20px; }
#hanok-home > .masthead nav { gap: 24px; }
@keyframes entry-veil { 0%, 82% { opacity: 1; } 100% { opacity: 0; } }
@media (max-width: 800px) {
  .entrance { --door-width: 78vw; }
  .entrance-header { top: 22px; left: 24px; right: 24px; }
  .entry-location { font-size: 10px; }
  .entrance-header .brand { font-size: 21px; }
  .entry-sign { padding: 8px 24px; font-size: 21px; top: 8%; }
  .entry-lantern { width: 32px; height: 66px; border-width: 4px; }
  .lantern-left { left: 2%; }
  .lantern-right { right: 2%; }
  .entrance-copy::before { width: 70vw; }
  .entrance-footer { left: 24px; right: 24px; }
  #hanok-home > .masthead .header-book { display: none; }
}
@media (max-width: 540px) {
  .entrance { --door-width: 86vw; --door-top: 18%; --door-bottom: 14%; }
  .entrance-header { top: 18px; left: 20px; right: 20px; }
  .entry-location { display: none; }
  .entry-eaves { height: 18%; width: 170%; left: -35%; }
  .entry-sign { top: 10%; padding: 8px 20px; font-size: 18px; border-width: 4px; }
  .entry-beam { top: 14%; }
  .entry-doors { border-width: 10px; border-bottom-width: 16px; box-shadow: 0 0 0 4px #b1976f, 0 0 0 10px #5d432f; }
  .entry-wall { bottom: 13%; }
  .wall-left { border-right-width: 14px; }
  .wall-right { border-left-width: 14px; }
  .entry-leaf { padding: 8px; border-width: 3px; }
  .entry-paper { inset: 8px; border-width: 4px; background-size: auto; }
  .entry-pull { height: 36px; width: 8px; }
  .entry-lantern { display: none; }
  .entry-floor { top: 86%; }
  .entry-sill { left: -26px; right: -26px; bottom: -34px; height: 24px; }
  .entrance-copy { inset: 25% 10px 23%; gap: 17px; }
  .entrance-copy::before { width: 95vw; height: 330px; }
  .entrance-copy h1 { font-size: 38px; }
  .entrance-copy .eyebrow { font-size: 8px; letter-spacing: .12em; }
  .entrance-copy > p:not(.eyebrow) { font-size: 11px; }
  .entrance-footer { bottom: 14px; left: 20px; right: 20px; gap: 8px; flex-wrap: wrap; }
  .entrance-footer > span { order: -1; width: 100%; text-align: center; font-size: 10px; }
  .entrance-footer .text-button { font-size: 11px; }
  .garden-house { left: 5%; width: 90%; border-width: 8px; }
  .garden-tree { left: 75%; }
}
@media (max-height: 600px) and (min-width: 541px) {
  .entrance { --door-top: 12%; --door-bottom: 14%; }
  .entrance-header { top: 12px; }
  .entry-sign { top: 3%; font-size: 18px; padding-block: 4px; }
  .entrance-copy { inset: 15% 0 18%; gap: 10px; }
  .entrance-copy h1 { font-size: 36px; }
  .entrance-copy > p:not(.eyebrow) { font-size: 11px; }
  .entrance-footer { bottom: 8px; }
}
body.reduced-motion .entrance, body.reduced-motion .entrance * { animation: none !important; transition: none !important; }
