:root {
  color-scheme: dark;
  --canvas: #101916; --surface: #19241f; --panel: #202d25;
  --ink: #f3f0e7; --muted: #b3bbad; --line: #3b493e;
  --accent: #e5b57c; --accent-strong: #f1c996; --success: #b5d3a9; --error: #ffb3a7;
  --font: 'Apple SD Gothic Neo', 'Malgun Gothic', system-ui, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 16px/1.65 var(--font); }
body.at-door { height: 100svh; overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
button:disabled { cursor: default; opacity: .55; }
a { color: inherit; text-decoration: none; }
button, a, input, select { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--accent-strong); outline-offset: 5px; }
h1, h2, h3, p { word-break: keep-all; overflow-wrap: anywhere; }
h1, h2, h3 { line-height: 1.2; }
p { margin: 0; }
.wrap { width: min(1440px, calc(100% - 96px)); margin: auto; }
.micro { font: 11px/1.6 var(--mono); letter-spacing: 1.5px; color: var(--muted); }
.eyebrow { font: 11px/1.5 var(--mono); letter-spacing: 2px; color: var(--accent); display: flex; gap: 12px; align-items: center; }
.eyebrow > span { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-size: 20px; letter-spacing: 3px; font-weight: 500; }
.wordmark-ko { font-size: 12px; font-weight: 400; letter-spacing: 0; color: var(--muted); margin-left: 4px; padding-left: 16px; border-left: 1px solid var(--line); }
.logo-door { display: block; width: 19px; height: 26px; border: 1px solid var(--accent); border-bottom: 0; border-radius: 10px 10px 0 0; position: relative; }
.logo-door::after { content: ''; position: absolute; height: 22px; width: 1px; background: var(--accent); left: 50%; bottom: 0; }
.button { min-height: 56px; display: inline-flex; gap: 40px; align-items: center; justify-content: space-between; padding: 16px 24px; border: 1px solid var(--accent); border-radius: 6px; background: var(--accent); color: var(--canvas); font-size: 14px; font-weight: 650; transition: transform 180ms var(--ease), opacity 180ms; }
.button:hover { background: var(--accent-strong); transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.985); }
.button > span { font-size: 20px; font-weight: 400; }
.button--secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.text-button { background: none; border: 0; padding: 12px 0; min-height: 44px; font-size: 12px; display: inline-flex; align-items: center; gap: 20px; color: var(--muted); }
.text-button:hover, nav a:hover, .site-footer a:hover { color: var(--accent); }
.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 24px; }
.site-header nav { display: flex; gap: 32px; font-size: 12px; }
.site-header nav a { padding: 12px 0; min-height: 44px; display: inline-flex; align-items: center; }
.home-intro { display: flex; justify-content: space-between; align-items: end; padding: 56px 0 40px; gap: 32px; }
.home-intro h1 { font-size: clamp(36px, 4.5vw, 64px); letter-spacing: -.055em; font-weight: 400; margin: 20px 0 0; }
.home-intro h1 em { font: italic 1.08em/1.15 Georgia, serif; letter-spacing: -.04em; color: var(--accent); }
.intro-aside { font-size: 13px; color: var(--muted); line-height: 1.9; padding-bottom: 4px; }
.availability { display: inline-flex; gap: 8px; align-items: center; color: var(--success); font-size: 11px; margin-top: 24px; }
.availability i, .scene-legend i { background: var(--success); width: 5px; height: 5px; border-radius: 50%; display: inline-block; }
.explore { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; scroll-margin-top: 24px; }
.scene-panel { min-width: 0; background: radial-gradient(ellipse at 50% 40%, #344336 0%, var(--surface) 68%); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; }
.scene-heading { padding: 28px 28px 0; display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.scene-heading h2 { font-size: 18px; margin: 8px 0 0; font-weight: 450; letter-spacing: -.04em; }
.scene-heading .micro { font-size: 10px; letter-spacing: 1.2px; }
.scene-mode { background: color-mix(in srgb, var(--canvas) 30%, transparent); border: 1px solid var(--line); border-radius: 40px; padding: 8px 12px; min-height: 44px; font-size: 11px; white-space: nowrap; }
.scene-mode span { font-size: 18px; padding-right: 4px; color: var(--accent); }
.model-stage { height: 410px; flex: 1; min-height: 350px; overflow: hidden; }
.compass { position: absolute; top: 24px; right: 24px; text-align: center; font: 10px/1.5 var(--mono); color: var(--muted); opacity: .65; }
.plan-note { position: absolute; bottom: 8px; left: 0; width: 100%; text-align: center; font-size: 9px; letter-spacing: .3px; color: var(--muted); }
.scene-footer { padding: 8px 28px 20px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.scene-legend { display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: 10px; }
.scene-legend span:first-child { color: var(--accent); }
.scene-legend i { margin-right: 5px; background: var(--accent); }
.scene-controls { display: flex; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.scene-controls button { background: none; border: 0; min-width: 44px; min-height: 44px; font-size: 18px; padding: 8px; }
.scene-controls button:hover { background: var(--panel); }
.scene-controls button:nth-child(2) { font-size: 11px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.plan-room-switcher { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.plan-room-switcher button { display: flex; align-items: center; gap: 8px; padding: 16px 20px; min-height: 64px; border: 0; background: transparent; font-size: 12px; color: var(--muted); }
.plan-room-switcher button + button { border-left: 1px solid var(--line); }
.plan-room-switcher button span { font: 10px var(--mono); opacity: .65; }
.plan-room-switcher button i { margin-left: auto; font-style: normal; }
.plan-room-switcher button[aria-pressed="true"] { background: color-mix(in srgb, var(--accent) 12%, transparent); color: var(--accent); box-shadow: inset 0 -2px var(--accent); }
.room-detail { min-width: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); overflow: hidden; }
.detail-photo { height: 212px; position: relative; }
.detail-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 50%, #101916a8); pointer-events: none; }
.detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-label, .photo-number { position: absolute; z-index: 1; color: #fff; }
.photo-label { bottom: 20px; left: 24px; font: 10px var(--mono); letter-spacing: 1.5px; }
.photo-number { right: 24px; bottom: 12px; font: 36px Georgia, serif; }
.detail-body { padding: 24px; }
.room-title-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.room-title-row .micro { font-size: 10px; letter-spacing: .8px; }
.room-title-row h2 { font-size: 24px; font-weight: 500; margin: 8px 0 0; letter-spacing: -.04em; }
.room-title-row h2 span { font: italic 16px Georgia, serif; color: var(--muted); margin-left: 8px; white-space: nowrap; }
.room-area { font: 12px var(--mono); color: var(--accent); white-space: nowrap; }
.room-description { color: var(--muted); font-size: 12px; margin-top: 16px; min-height: 40px; line-height: 1.8; }
.room-features { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 24px; }
.room-features span { font-size: 10px; padding: 4px 8px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); }
.rent-row { display: flex; align-items: baseline; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); }
.rent-row > span { color: var(--muted); font-size: 12px; }
.rent-row strong { font-size: 32px; font-weight: 450; letter-spacing: -1px; line-height: 1.1; }
.rent-row small { font-size: 13px; margin-left: 4px; }
.cost-lines { display: flex; flex-direction: column; gap: 4px; font-size: 10px; color: var(--muted); margin: 12px 0 20px; }
.cost-lines span:last-child { color: var(--success); }
.book-button { width: 100%; min-height: 52px; padding: 12px 20px; }
.under-button { text-align: center; font-size: 10px; color: var(--muted); margin-top: 12px; }
.room-collection { margin-top: 56px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading h2 { font-size: 20px; font-weight: 450; letter-spacing: -.04em; margin: 0; }
.section-heading .micro { font-size: 10px; }
.room-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.room-card { padding: 0; background: none; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; text-align: left; transition: transform 220ms var(--ease); }
.room-card:hover { transform: translateY(-4px); }
.room-card[aria-pressed="true"] { border-color: var(--accent); }
.card-image { display: block; position: relative; height: 180px; overflow: hidden; }
.card-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(#10191630, transparent 70%); }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.room-card:hover .card-image img { transform: scale(1.04); }
.card-number { position: absolute; top: 12px; left: 16px; font: 20px Georgia, serif; color: white; z-index: 1; text-shadow: 0 1px 6px #0008; }
.card-check { position: absolute; top: 12px; right: 12px; background: var(--accent); color: var(--canvas); border-radius: 50%; height: 24px; width: 24px; text-align: center; line-height: 24px; opacity: 0; z-index: 1; }
[aria-pressed="true"] .card-check { opacity: 1; }
.card-content { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 20px; }
.card-content strong { display: block; font-size: 16px; font-weight: 450; }
.card-content small { display: block; font-size: 10px; color: var(--muted); margin-top: 4px; }
.card-price { font-size: 24px; line-height: 1.2; text-align: right; }
.selection-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.how-it-works { margin-top: 80px; border-top: 1px solid var(--line); padding: 64px 0 80px; display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; }
.workflow-intro h2 { font-size: 32px; font-weight: 400; letter-spacing: -.04em; margin: 20px 0; line-height: 1.4; }
.workflow-intro > p:last-child { font-size: 12px; color: var(--muted); }
.workflow-steps { list-style: none; padding: 0; margin: 0; }
.workflow-steps li { display: flex; align-items: center; gap: 32px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.workflow-steps li:first-child { padding-top: 0; }
.workflow-steps li > span { font: italic 24px Georgia, serif; color: var(--accent); }
.workflow-steps h3 { font-size: 16px; font-weight: 450; margin: 0 0 8px; }
.workflow-steps p { font-size: 12px; color: var(--muted); }
.site-footer { display: flex; align-items: end; justify-content: space-between; gap: 32px; border-top: 1px solid var(--line); padding: 32px 0 40px; color: var(--muted); font-size: 10px; }
.site-footer .wordmark { color: var(--ink); font-size: 16px; margin-bottom: 8px; }
.site-footer > p { text-align: center; }
.site-footer a { font-size: 11px; min-height: 44px; display: inline-flex; align-items: center; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 10; background: var(--accent); color: var(--canvas); padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.noscript { position: fixed; bottom: 0; z-index: 20; padding: 20px; width: 100%; background: var(--accent); color: var(--canvas); }
.noscript a { text-decoration: underline; }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .explore { grid-template-columns: 1.25fr 1fr; gap: 16px; }
  .scene-heading, .scene-footer { padding-inline: 20px; }
  .scene-heading { flex-wrap: wrap; }
  .plan-room-switcher button { padding-inline: 12px; }
  .scene-legend { flex-direction: column; align-items: start; gap: 4px; }
  .room-title-row h2 span { display: block; margin: 4px 0 0; }
  .room-cards { gap: 16px; }
}
@media (max-width: 800px) {
  .site-header nav { gap: 20px; }
  .site-header nav a:last-child { display: none; }
  .replay-button { display: inline-flex; justify-content: center; min-width: 44px; font-size: 0; }
  .replay-button span { font-size: 20px; }
  .explore { grid-template-columns: 1fr; }
  .scene-heading { flex-wrap: nowrap; }
  .scene-legend { flex-direction: row; gap: 20px; }
  .model-stage { min-height: 410px; }
  .room-detail { display: grid; grid-template-columns: .9fr 1fr; }
  .detail-photo { height: 100%; min-height: 420px; }
  .room-title-row h2 span { display: block; }
  .home-intro { padding-top: 40px; }
  .intro-aside { font-size: 11px; }
  .card-content { padding: 16px; }
  .card-content strong { font-size: 14px; }
  .card-image { height: 140px; }
  .section-heading .micro { display: none; }
  .how-it-works { gap: 32px; }
  .site-footer { flex-wrap: wrap; }
  .site-footer > p { text-align: left; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 40px); }
  .wordmark { font-size: 17px; gap: 10px; }
  .wordmark-ko { margin: 0; padding-left: 12px; }
  .site-header { height: 76px; gap: 12px; }
  .site-header .wordmark-ko { display: none; }
  .site-header nav { gap: 16px; font-size: 10px; }
  .home-intro { display: block; padding: 36px 0 28px; }
  .home-intro h1 { font-size: 38px; }
  .home-intro .eyebrow { font-size: 9px; }
  .intro-aside { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; font-size: 10px; }
  .availability { margin: 0; font-size: 9px; }
  .scene-heading { padding: 20px 16px 0; gap: 8px; }
  .scene-heading h2 { font-size: 15px; }
  .scene-heading .micro { font-size: 8px; }
  .scene-mode { font-size: 9px; min-height: 44px; padding: 8px; }
  .model-stage { min-height: 320px; height: 320px; }
  .scene-footer { padding: 0 16px 16px; }
  .scene-legend { font-size: 8px; gap: 4px; flex-direction: column; align-items: start; }
  .scene-controls button { min-width: 44px; }
  .plan-room-switcher button { padding: 12px 10px; font-size: 10px; gap: 5px; min-height: 56px; }
  .plan-room-switcher button span { font-size: 8px; }
  .room-detail { display: block; }
  .detail-photo { height: 220px; min-height: 0; }
  .detail-body { padding: 20px; }
  .room-title-row h2 span { display: inline; margin-left: 8px; }
  .room-collection { margin-top: 40px; }
  .section-heading h2 { font-size: 18px; }
  .room-cards { grid-template-columns: 1fr; gap: 12px; }
  .room-card { display: grid; grid-template-columns: 112px 1fr; }
  .card-image { height: 108px; }
  .card-number { font-size: 16px; left: 10px; top: 8px; }
  .card-check { height: 20px; width: 20px; font-size: 11px; line-height: 20px; right: 8px; top: 8px; }
  .card-content { padding: 16px; }
  .card-price { font-size: 20px; }
  .card-content small { font-size: 9px; }
  .how-it-works { grid-template-columns: 1fr; gap: 36px; margin-top: 48px; padding: 40px 0; }
  .workflow-intro h2 { font-size: 28px; margin-bottom: 16px; }
  .workflow-intro h2 br { display: initial; }
  .workflow-intro > p:last-child br { display: none; }
  .workflow-steps li { gap: 24px; padding: 20px 0; }
  .workflow-steps h3 { font-size: 14px; }
  .workflow-steps p { font-size: 11px; }
  .site-footer { gap: 16px; padding-block: 24px; font-size: 9px; }
  .site-footer > p { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover, .room-card:hover, .room-card:hover .card-image img { transform: none; }
}

/* One continuous vestibule, sized to the viewport rather than a hero column. */
.entry {
  --entry-plaster: #273128; --entry-plaster-shade: #101811; --entry-wash: #7a6948;
  --entry-oak-dark: #3b291e; --entry-oak-face: #785238; --entry-oak-edge: #a58056;
  --entry-brass-light: #efdaa9; --entry-stone: #6d715d; --entry-interior: #1c2119;
  --entry-door-height: 78svh; --entry-door-width: calc(var(--entry-door-height) * .66);
  --entry-preview-angle: 12deg; --entry-preview-time: 420ms; --entry-swing-time: 1150ms;
  position: fixed; z-index: 20; inset: 0; width: 100%; height: 100svh;
  min-height: 0; overflow: hidden; isolation: isolate; display: block;
  background: var(--entry-plaster-shade);
}
.entry .entry-header, .entry .entry-footer {
  position: absolute; z-index: 5; left: 0; right: 0; margin: 0;
  padding-inline: 48px; display: flex; align-items: center; justify-content: space-between;
}
.entry .entry-header { top: 0; height: 104px; border: 0; }
.entry .entry-header .wordmark { font-size: 18px; }
.entry .entry-header .wordmark-ko { color: var(--ink); border-color: rgb(243 240 231 / .25); }
.entry-motion { display: flex; align-items: center; gap: 12px; padding: 10px 14px; min-height: 44px; border: 1px solid rgb(243 240 231 / .18); border-radius: 24px; background: rgb(16 25 22 / .62); color: var(--ink); font-size: 11px; }
.entry-motion:hover { border-color: var(--accent); }
.motion-indicator { display: inline-flex; gap: 3px; align-items: center; height: 12px; }
.motion-indicator i { width: 2px; height: 5px; background: var(--accent); border-radius: 2px; }
.motion-indicator i:nth-child(2) { height: 12px; }
.motion-indicator i:nth-child(3) { height: 8px; }
.entry-motion[aria-pressed="false"] .motion-indicator i { height: 2px; }
.entry .entry-content { position: absolute; inset: 0; display: block; width: 100%; height: 100%; min-height: 0; margin: 0; }
#entry .door-scene { position: absolute; inset: 0; height: 100%; width: 100%; perspective: 1400px; transform-origin: 50% 46%; }
.vestibule-wall { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 38%, rgb(122 105 72 / .24), transparent 53%), repeating-linear-gradient(0deg, transparent 0 119px, rgb(0 0 0 / .1) 120px 121px, transparent 122px 240px), linear-gradient(90deg, var(--entry-plaster-shade), var(--entry-plaster) 24% 76%, var(--entry-plaster-shade)); }
.vestibule-wall::after { content: ''; position: absolute; top: 0; bottom: 13%; width: calc(var(--entry-door-width) + 160px); left: 50%; transform: translateX(-50%); border-left: 1px solid rgb(243 240 231 / .07); border-right: 1px solid rgb(243 240 231 / .07); box-shadow: 18px 0 36px rgb(0 0 0 / .08), -18px 0 36px rgb(0 0 0 / .08); }
.vestibule-side { position: absolute; inset: 0; background: linear-gradient(110deg, rgb(0 0 0 / .42), transparent 44%), repeating-linear-gradient(0deg, transparent 0 170px, rgb(0 0 0 / .2) 171px 173px), linear-gradient(90deg, var(--entry-plaster), var(--entry-plaster-shade)); }
.vestibule-side--left { clip-path: polygon(0 0, 16% 8%, 16% 85%, 0 100%); }
.vestibule-side--right { transform: scaleX(-1); clip-path: polygon(0 0, 16% 8%, 16% 85%, 0 100%); }
.vestibule-ceiling { position: absolute; inset: 0 0 auto; height: 9%; clip-path: polygon(0 0, 100% 0, 84% 100%, 16% 100%); background: linear-gradient(var(--entry-plaster-shade), var(--entry-plaster)); border-bottom: 1px solid rgb(229 181 124 / .12); }
.vestibule-floor { position: absolute; z-index: 1; left: -30%; right: -30%; top: 86%; height: 60%; transform: perspective(360px) rotateX(48deg); transform-origin: center top; background: repeating-linear-gradient(90deg, transparent 0 139px, rgb(0 0 0 / .22) 140px 142px, rgb(255 255 255 / .035) 143px 144px), repeating-linear-gradient(0deg, transparent 0 77px, rgb(0 0 0 / .26) 78px 80px), radial-gradient(ellipse at 50% 0%, var(--entry-stone), var(--entry-plaster) 57%, var(--entry-plaster-shade)); box-shadow: inset 0 4px 12px rgb(0 0 0 / .38); }
.entry-architecture { position: absolute; z-index: 2; width: var(--entry-door-width); height: var(--entry-door-height); left: 50%; top: 9%; transform: translateX(-50%); transform-style: flat; }
.entry-arch { position: absolute; inset: -30px -35px -2px; border-radius: 49% 49% 0 0 / 35% 35% 0 0; border: 18px solid var(--entry-plaster); background: var(--entry-interior); box-shadow: 0 0 0 1px rgb(216 199 158 / .2), 0 0 0 8px rgb(16 24 17 / .58), 0 0 0 10px rgb(216 199 158 / .09), 0 0 0 28px rgb(39 49 40 / .55), 0 0 0 30px rgb(216 199 158 / .06), inset 12px 10px 22px rgb(0 0 0 / .8), 16px 6px 24px rgb(0 0 0 / .25); }
.entry-step { position: absolute; z-index: 1; left: -62px; right: -62px; bottom: -19px; height: 28px; background: linear-gradient(var(--entry-stone) 0 4px, #424c3e 5px 15px, var(--entry-plaster-shade) 16px); box-shadow: 0 14px 16px rgb(0 0 0 / .35); transform: perspective(200px) rotateX(14deg); }
#entry .doorway { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; border-radius: 50% 50% 0 0 / 33% 33% 0 0; background: transparent; perspective: 1400px; transform-style: preserve-3d; opacity: 1; }
#entry .doorway:focus-visible { outline-offset: 24px; }
#entry .doorway > span { pointer-events: none; }
/* Composite each leaf's trim with its wood face before the doorway rotates it. */
#entry .door-leaf { transform-style: flat; }
#entry .door-interior { inset: 0; border-radius: inherit; transform: translateZ(-2px); background: var(--entry-interior); box-shadow: inset 0 0 60px var(--entry-interior); overflow: hidden; }
#entry .door-interior::after { inset: 0; width: auto; height: auto; transform: none; background: linear-gradient(rgb(28 33 25 / .12), rgb(28 33 25 / .06) 70%, rgb(28 33 25 / .38)); }
.entry-room { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 52% 50%; opacity: .85; transform: scale(1.08); }
.interior-reveal { position: absolute; inset: 0; box-shadow: inset 0 0 70px 12px rgb(28 33 25 / .42); }
#entry .door-leaf { height: 100%; width: calc(50% - .5px); top: 0; background: repeating-linear-gradient(89deg, transparent 0 4px, rgb(43 25 14 / .12) 5px, transparent 6px 14px), linear-gradient(95deg, var(--entry-oak-dark), var(--entry-oak-face) 28%, var(--entry-oak-edge) 53%, var(--entry-oak-face) 80%, var(--entry-oak-dark)); box-shadow: inset 0 0 0 2px rgb(239 218 169 / .24), inset 0 0 0 9px rgb(41 23 13 / .18), 5px 0 12px rgb(0 0 0 / .35); transform: rotateY(0deg); transition: transform var(--entry-preview-time) var(--ease); }
#entry .door-leaf--left { left: 0; border-radius: 100% 0 0 0 / 33% 0 0 0; transform-origin: 0% 50%; }
#entry .door-leaf--right { right: 0; border-radius: 0 100% 0 0 / 0 33% 0 0; transform-origin: 100% 50%; background-position: 11px 0, 0 0; }
#entry .door-panel { top: 5%; left: 10%; right: 10%; height: 72%; border-color: rgb(239 218 169 / .26); box-shadow: inset 7px 6px 14px rgb(30 17 10 / .32), inset -2px -2px 1px rgb(239 218 169 / .15), 2px 2px 0 rgb(239 218 169 / .2), 0 0 0 5px rgb(60 37 22 / .11); }
#entry .door-leaf--left .door-panel { border-radius: 100% 0 0 0 / 37% 0 0 0; }
#entry .door-leaf--right .door-panel { border-radius: 0 100% 0 0 / 0 37% 0 0; }
#entry .door-leaf::after { bottom: 5%; height: 13%; left: 10%; right: 10%; border-color: rgb(239 218 169 / .23); box-shadow: inset 6px 5px 12px rgb(30 17 10 / .3), 2px 2px 0 rgb(239 218 169 / .18); }
#entry .door-handle { top: 54%; width: 8px; height: 12%; background: linear-gradient(90deg, #765a36, var(--entry-brass-light) 35%, #b59a68 75%, #765a36); box-shadow: 7px 4px 8px rgb(30 17 10 / .65); }
#entry .door-leaf--left .door-handle { right: 8%; }
#entry .door-leaf--right .door-handle { left: 8%; }
#entry .door-handle::before, #entry .door-handle::after { width: 13px; height: 4px; left: -2px; }
#entry .door-threshold { left: -20px; right: -20px; bottom: -6px; height: 12px; background: linear-gradient(var(--entry-stone) 0 3px, #464e3d 4px 8px, #293224 9px); }
.entry-sconce { position: absolute; z-index: 3; top: 40%; width: 11px; height: 76px; border-radius: 3px; background: linear-gradient(90deg, #6f5b38, var(--entry-brass-light) 45%, #a28a59 65%, #504329); box-shadow: 0 0 16px rgb(239 218 169 / .25), 4px 4px 8px rgb(0 0 0 / .5); }
.entry-sconce--left { left: -118px; }
.entry-sconce--right { right: -118px; }
.entry-sconce::before { content: ''; position: absolute; z-index: -1; left: -84px; right: -84px; top: -160px; bottom: -150px; background: radial-gradient(ellipse, rgb(229 181 124 / .21), rgb(229 181 124 / .045) 42%, transparent 69%); }
.entry-sconce::after { content: ''; position: absolute; z-index: -1; top: 12px; bottom: 12px; left: -6px; right: -6px; background: var(--entry-oak-dark); border-radius: 3px; box-shadow: 1px 1px 0 rgb(239 218 169 / .25); }
.entry-number { position: absolute; right: calc(100% + 178px); top: 52%; width: 180px; text-align: center; color: var(--accent); }
.entry-number > span { display: block; font: 9px/1.6 var(--mono); letter-spacing: 2px; color: var(--muted); white-space: nowrap; }
.entry-number b { display: block; font: 60px/1.3 Georgia, serif; font-weight: 400; letter-spacing: -4px; }
.entry-number > span:last-child { margin-top: 4px; font-size: 8px; }
.entry-planter { position: absolute; z-index: 4; right: -245px; bottom: 0; width: 132px; height: 260px; pointer-events: none; }
.entry-planter b { position: absolute; bottom: 0; left: 12px; right: 12px; height: 96px; border-radius: 5px 5px 25px 25px; background: repeating-linear-gradient(90deg, transparent 0 7px, rgb(0 0 0 / .07) 8px 9px), linear-gradient(95deg, var(--entry-stone), #434f3e 65%, #283524); box-shadow: inset 0 3px 0 rgb(239 218 169 / .22), 20px 12px 16px rgb(0 0 0 / .28); }
.planter-stem { position: absolute; bottom: 90px; left: 65px; width: 3px; height: 178px; background: #576344; transform: rotate(3deg); }
.entry-planter i { position: absolute; left: 56px; bottom: 91px; width: 44px; height: 160px; border-radius: 90% 0 95% 0; transform-origin: 20% 100%; transform: rotate(-29deg); background: linear-gradient(90deg, #1b301e, #526344 47%, #7c8860 50%, #405239 55%, #233723); box-shadow: inset 1px 0 0 rgb(239 218 169 / .12); }
.entry-planter i:nth-of-type(2) { transform: rotate(33deg); height: 174px; }
.entry-planter i:nth-of-type(3) { transform: rotate(-57deg); height: 132px; }
.entry-planter i:nth-of-type(4) { transform: rotate(64deg); height: 128px; }
.entry-planter i:nth-of-type(5) { transform: rotate(-6deg); height: 210px; width: 35px; }
.entry-vignette { position: absolute; z-index: 3; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 50% 45%, transparent 30%, rgb(9 15 11 / .18) 62%, rgb(9 15 11 / .55)), linear-gradient(rgb(9 15 11 / .32), transparent 20% 75%, rgb(9 15 11 / .56)); }
.entry .entry-copy { position: absolute; z-index: 4; top: 45%; left: 50%; width: min(440px, calc(100% - 48px)); padding: 0; text-align: center; transform: translate(-50%, -50%); pointer-events: none; }
.entry .entry-copy .eyebrow { justify-content: center; font-size: 10px; letter-spacing: 3px; color: var(--entry-brass-light); text-shadow: 0 1px 8px var(--entry-oak-dark); }
.entry .entry-copy h1 { font-size: clamp(36px, 4vw, 58px); font-weight: 350; line-height: 1.27; letter-spacing: -.055em; margin: 20px 0 16px; text-shadow: 0 2px 24px rgb(0 0 0 / .28); }
.entry .entry-description { font-size: 12px; line-height: 1.8; color: var(--ink); text-shadow: 0 2px 12px rgb(0 0 0 / .5); }
.entry .entry-hint { margin-top: 32px; font-size: 11px; line-height: 1.8; color: var(--entry-brass-light); text-shadow: 0 2px 12px var(--entry-oak-dark); }
.entry-hint--pointer { display: none; }
.entry .entry-footer { bottom: 0; height: 96px; border: 0; font-size: 11px; color: var(--ink); letter-spacing: .1px; }
.entry-demo { display: block; padding-top: 3px; font: 8px/1.5 var(--mono); letter-spacing: 1.5px; color: var(--muted); }
.entry .entry-footer .text-button { color: var(--ink); font-size: 11px; gap: 24px; border-bottom: 1px solid rgb(243 240 231 / .3); padding: 8px 0; }
#entry.is-opening { animation: entry-dissolve 360ms 1440ms linear both; }
#entry.is-opening .door-scene { animation: entry-walk 1420ms 380ms cubic-bezier(.65,0,.35,1) both; will-change: transform; }
#entry.is-opening .entry-copy { animation: entry-copy-away 320ms ease both; }
#entry.is-opening .entry-header .wordmark, #entry.is-opening .entry-footer > span { opacity: 0; transition: opacity 240ms; }
#entry.is-opening .door-leaf { transition-duration: var(--entry-swing-time); }
#entry.is-opening .doorway .door-leaf--left { transform: rotateY(-104deg); }
#entry.is-opening .doorway .door-leaf--right { transform: rotateY(104deg); }
#entry[data-motion="off"] .doorway .door-leaf { transform: none; transition: none; }
@media (prefers-reduced-motion: no-preference) {
  #entry[data-motion="on"]:not(.is-opening) .doorway:focus-visible .door-leaf--left { transform: rotateY(calc(-1 * var(--entry-preview-angle))); }
  #entry[data-motion="on"]:not(.is-opening) .doorway:focus-visible .door-leaf--right { transform: rotateY(var(--entry-preview-angle)); }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  #entry[data-motion="on"]:not(.is-opening) .doorway:hover .door-leaf--left { transform: rotateY(calc(-1 * var(--entry-preview-angle))); }
  #entry[data-motion="on"]:not(.is-opening) .doorway:hover .door-leaf--right { transform: rotateY(var(--entry-preview-angle)); }
  #entry[data-motion="on"] .entry-hint--pointer { display: inline; }
  #entry[data-motion="on"] .entry-hint--direct { display: none; }
}
@keyframes entry-walk { from { transform: scale(1); } to { transform: scale(4.8); } }
@keyframes entry-copy-away { from { opacity: 1; transform: translate(-50%, -50%); } to { opacity: 0; transform: translate(-50%, calc(-50% - 12px)); } }
@keyframes entry-dissolve { from { opacity: 1; } to { opacity: 0; } }
@media (max-width: 1000px) {
  .entry .entry-header, .entry .entry-footer { padding-inline: 32px; }
  .entry-number { right: calc(100% + 116px); width: 130px; }
  .entry-number > span { font-size: 7px; letter-spacing: 1px; }
  .entry-number b { font-size: 48px; }
  .entry-sconce--left { left: -90px; }
  .entry-sconce--right { right: -90px; }
  .entry-planter { right: -196px; transform: scale(.8); transform-origin: right bottom; }
}
@media (max-width: 650px) {
  .entry { --entry-door-height: 76svh; --entry-door-width: calc(var(--entry-door-height) * .61); }
  .entry .entry-header, .entry .entry-footer { padding-inline: 20px; }
  .entry .entry-header { height: 76px; }
  .entry .entry-header .wordmark { font-size: 16px; gap: 10px; }
  .entry .entry-header .wordmark-ko { display: none; }
  .entry-motion { padding: 8px 12px; font-size: 10px; gap: 8px; }
  .entry-architecture { top: 11%; }
  .entry-arch { inset: -22px -27px -2px; border-width: 14px; }
  .entry .entry-copy { top: 45%; width: calc(100% - 40px); }
  .entry .entry-copy h1 { font-size: 40px; margin: 20px 0 16px; }
  .entry .entry-copy .eyebrow { font-size: 8px; letter-spacing: 2.5px; }
  .entry .entry-description { font-size: 11px; }
  .entry .entry-hint { margin-top: 28px; }
  .entry .entry-footer { height: 84px; }
  .entry .entry-footer > span { max-width: 170px; font-size: 10px; }
  .entry-demo { font-size: 6px; letter-spacing: .8px; }
  .entry .entry-footer .text-button { font-size: 10px; gap: 12px; }
  .entry-number, .entry-planter { display: none; }
  .entry-sconce--left { left: -52px; }
  .entry-sconce--right { right: -52px; }
  .vestibule-side--left, .vestibule-side--right { clip-path: polygon(0 0, 4% 8%, 4% 85%, 0 100%); }
  .vestibule-ceiling { clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%); }
  .entry-vignette { background: radial-gradient(ellipse at 50% 44%, transparent 30%, rgb(9 15 11 / .24) 75%), linear-gradient(rgb(9 15 11 / .55), transparent 22% 72%, rgb(9 15 11 / .65)); }
}
@media (max-height: 600px) and (min-width: 651px) {
  .entry .entry-header { height: 72px; }
  .entry .entry-footer { height: 64px; }
  .entry .entry-copy h1 { font-size: 32px; margin-block: 12px; }
  .entry .entry-hint { margin-top: 20px; }
  .entry-number, .entry-planter { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  #entry .doorway .door-leaf { transform: none; }
}
@media (max-height: 480px) {
  .entry .entry-header, .entry .entry-footer { height: 56px; }
  .entry .entry-copy { top: 50%; }
  .entry .entry-copy .eyebrow { font-size: 8px; letter-spacing: 2px; }
  .entry .entry-copy h1 { font-size: 28px; line-height: 1.15; margin: 12px 0 8px; }
  .entry .entry-description { font-size: 11px; }
  .entry .entry-hint { margin-top: 16px; }
  .entry-number, .entry-planter { display: none; }
}
