@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&family=Unbounded:wght@400;500;600;700&display=swap');

:root {
  --night: #171b1a;
  --night-soft: #222725;
  --paper: #f4eadc;
  --paper-bright: #fff7ec;
  --coral: #df624b;
  --coral-deep: #b94737;
  --muted: #c9bdb0;
  --line: rgba(255, 247, 236, .38);
  --line-dark: rgba(23, 27, 26, .26);
  --display: 'Unbounded', Arial, sans-serif;
  --body: 'Golos Text', Arial, sans-serif;
  --mono: 'IBM Plex Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--paper-bright); font: 16px/1.45 var(--body); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 40; top: 8px; left: 8px; padding: 10px 14px; background: var(--coral); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
main { overflow: hidden; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  min-height: 78px;
  padding: 0 2.2vw;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(10, 14, 13, .48), transparent);
}
.wordmark { display: inline-flex; align-items: baseline; gap: 14px; width: max-content; text-transform: uppercase; }
.wordmark b { font: 700 12px/1 var(--body); letter-spacing: 0; }
.wordmark span { color: var(--paper); font: 10px var(--mono); opacity: .78; }
.site-nav { display: flex; align-items: center; gap: 32px; font: 11px var(--body); text-transform: uppercase; }
.site-nav a { color: var(--paper); opacity: .86; }
.site-nav a:last-child { color: var(--paper-bright); border-bottom: 1px solid var(--paper-bright); padding-bottom: 5px; opacity: 1; }
.menu-toggle { display: none; border: 1px solid var(--line); color: var(--paper-bright); background: rgba(23, 27, 26, .4); padding: 10px 13px; }

.section-label, .kicker { color: var(--muted); font: 10px/1.3 var(--mono); letter-spacing: 0; text-transform: uppercase; }
.section-label { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border: 0; padding: 0 20px; font-weight: 600; }
.button-coral { background: var(--coral); color: #fff; }
.button:hover, .hero-booking-action:hover { filter: brightness(1.08); }
.quiet-link { font-size: 13px; border-bottom: 1px solid var(--line); padding-bottom: 5px; }

.opening {
  position: relative;
  min-height: min(900px, 100svh);
  height: max(720px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: #25332c;
}
.opening-photo { position: absolute; z-index: 0; inset: 0; margin: 0; overflow: hidden; }
.opening-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: saturate(.82) contrast(1.08) brightness(.78); }
.opening-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 10, 9, .58), rgba(5, 10, 9, .12) 52%, rgba(5, 10, 9, .5)), linear-gradient(0deg, rgba(5, 10, 9, .72), transparent 34%, rgba(5, 10, 9, .22)); pointer-events: none; }
.opening-photo figcaption { position: absolute; z-index: 2; left: 2.2vw; bottom: 20px; color: #fff; font: 10px var(--mono); text-transform: uppercase; }
.photo-open { position: absolute; z-index: 2; right: 2.2vw; top: 103px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.72); background: rgba(23,27,26,.45); color: #fff; }
.opening-caption { position: absolute; z-index: 2; top: 102px; left: 2.2vw; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(255,247,236,.86); font: 10px var(--mono); text-transform: uppercase; }
.opening-copy { position: absolute; z-index: 2; left: 2.2vw; bottom: 122px; max-width: 92vw; }
.opening-copy .kicker { margin: 0 0 24px; color: var(--paper-bright); opacity: .92; }
.opening-copy h1 { margin: 0; color: var(--paper); font: 600 clamp(56px, 9.9vw, 154px)/.78 var(--display); letter-spacing: 0; text-shadow: 0 4px 28px rgba(0,0,0,.26); }
.opening-copy h1 em { color: var(--coral); font-style: normal; }
.opening-details { position: absolute; z-index: 2; top: 102px; right: 2.2vw; width: min(300px, 24vw); padding-top: 14px; border-top: 1px solid var(--line); }
.opening-details p { margin: 0 0 26px; color: var(--paper-bright); font-size: 16px; line-height: 1.42; }
.opening-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0; }
.opening-facts div:last-child { grid-column: 1 / -1; }
.opening-facts dt { margin-bottom: 5px; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; }
.opening-facts dd { margin: 0; color: var(--paper-bright); font-size: 14px; }
.hero-booking { position: absolute; z-index: 3; right: 2.2vw; bottom: 26px; display: grid; grid-template-columns: minmax(210px, 1.45fr) 116px 116px 116px auto; min-height: 68px; max-width: calc(100% - 4.4vw); background: var(--paper); color: var(--night); }
.hero-booking > div { min-width: 0; padding: 15px 18px; border-right: 1px solid rgba(23,27,26,.28); }
.hero-booking small { display: block; margin-bottom: 8px; color: #78675d; font: 9px var(--mono); text-transform: uppercase; }
.hero-booking strong { display: block; font-size: 12px; line-height: 1.2; }
.hero-booking-action { display: inline-flex; align-items: center; justify-content: center; min-width: 150px; padding: 0 22px; background: var(--coral); color: var(--night); font-weight: 700; }
.film-strip { display: flex; justify-content: space-between; gap: 20px; padding: 16px 6vw; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font: 10px var(--mono); text-transform: uppercase; background: var(--night); }

.arrival-story { padding: 120px 6vw 145px; background: #293a31; }
.arrival-story .section-label { margin-bottom: 42px; }
.story-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: end; max-width: 930px; margin: 0 auto 70px; }
.story-intro h2, .section-title h2, .house-copy h2, .around-title h2, .faq h2, .request-intro h2 { margin: 0; font: 500 clamp(38px, 5vw, 74px)/1.02 var(--display); }
.story-intro h2 em, .section-title h2 em, .house-copy h2 em, .around-title h2 em, .faq h2 em, .request-intro h2 em { color: var(--coral); font-style: normal; }
.story-intro p { max-width: 350px; margin: 0 0 5px; color: var(--paper); font-size: 16px; }
.frame-sequence { position: relative; max-width: 1120px; height: 620px; margin: 0 auto; }
.reveal-frame { position: absolute; inset: 0; margin: 0; overflow: hidden; }
.reveal-frame img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.03); }
.reveal-frame figcaption { position: absolute; left: 18px; bottom: 17px; color: #fff; font: 10px var(--mono); text-transform: uppercase; }
.reveal-under img { filter: saturate(.62) contrast(1.06); }
.reveal-over { clip-path: inset(0 0 0 0); }
.reveal-line { position: absolute; top: 0; bottom: 0; left: 24px; width: 1px; background: rgba(255,255,255,.45); z-index: 2; }
.reveal-line span { display: block; width: 3px; height: 0; margin-left: -1px; background: var(--coral); }

.rooms, .house, .around, .faq { padding: 120px 6vw; background: var(--night); }
.rooms { border-top: 1px solid var(--line); }
.rooms .section-label, .house .section-label, .around .section-label, .faq .section-label { margin-bottom: 42px; }
.section-title { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(250px, .65fr); gap: 8vw; align-items: end; max-width: 1040px; margin: 0 auto 74px; }
.section-title p { max-width: 340px; margin: 0 0 5px; color: var(--muted); }
.room-list { max-width: 1050px; margin: 0 auto; border-top: 1px solid var(--line); }
.room-line { display: grid; grid-template-columns: 52px minmax(0, 1fr) 180px; gap: 25px; padding: 27px 0; border-bottom: 1px solid var(--line); align-items: start; }
.room-no { color: var(--coral); font: 11px var(--mono); }
.room-line h3 { margin: 0 0 8px; font-size: 18px; font-weight: 500; }
.room-line p { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; }
.room-fact { color: var(--muted); font: 11px/1.5 var(--mono); text-align: right; }
.room-fact a { display: inline-block; margin-top: 12px; color: var(--coral); border-bottom: 1px solid var(--coral); }
.house { background: #293a31; }
.house-copy { max-width: 1040px; margin: 0 auto 74px; }
.house-copy h2 { max-width: 900px; }
.house-copy h2 em { display: inline; }
.house-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 700px; margin-top: 42px; border-top: 1px solid var(--line); padding-top: 18px; }
.house-facts p { margin: 0; color: var(--paper); font-size: 14px; }
.house-facts b { display: block; margin-bottom: 8px; color: var(--coral); font: 10px var(--mono); }
.house-photo { position: relative; max-width: 700px; height: 500px; margin-left: auto; overflow: hidden; }
.house-photo img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) contrast(1.04); }
.house-photo figcaption { position: absolute; z-index: 1; left: 18px; bottom: 16px; color: #fff; font: 10px var(--mono); text-transform: uppercase; }
.around { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.around .section-label { grid-column: 1 / -1; margin-bottom: -45px; }
.around-title h2 { font-size: clamp(44px, 6vw, 92px); }
.around-copy { max-width: 580px; }
.around-copy > p { margin-top: 0; color: var(--paper); font-size: 19px; }
.around-copy dl { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 54px 0 0; padding-top: 16px; border-top: 1px solid var(--line); }
.around-copy dt { color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }
.around-copy dd { margin: 7px 0 0; font-size: 15px; }
.faq { background: #293a31; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.faq .section-label { grid-column: 1 / -1; margin-bottom: -45px; }
.faq h2 { max-width: 300px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 0; padding: 22px 0; background: transparent; color: var(--paper-bright); text-align: left; font-weight: 500; }
.faq-item button span { color: var(--coral); font: 20px var(--mono); }
.faq-answer { max-width: 640px; padding: 0 35px 22px 0; color: var(--paper); font-size: 14px; }
.faq-answer p { margin: 0; }
.request { padding: 120px 6vw 140px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: var(--paper); color: var(--night); }
.request .section-label { color: var(--coral-deep); }
.request-intro { max-width: 420px; }
.request-intro h2 { margin: 43px 0 28px; }
.request-intro > p { max-width: 360px; font-size: 17px; }
.request-note { border-top: 1px solid var(--line-dark); padding-top: 15px; color: #665953; font-size: 13px !important; }
.request-form { max-width: 620px; padding-top: 40px; border-top: 1px solid var(--line-dark); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.request-form label { display: block; margin-bottom: 21px; color: #685953; font: 10px var(--mono); text-transform: uppercase; }
.request-form input:not([type="checkbox"]), .request-form select, .request-form textarea { display: block; width: 100%; margin-top: 8px; border: 0; border-bottom: 1px solid #8f7d76; border-radius: 0; padding: 11px 0; background: transparent; color: var(--night); outline: none; }
.request-form textarea { resize: vertical; min-height: 88px; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: var(--coral); box-shadow: 0 2px 0 var(--coral); }
.request-form input.has-error, .request-form select.has-error, .request-form textarea.has-error { border-color: #a52f2f; }
.consent { display: flex !important; gap: 10px; align-items: start; text-transform: none !important; color: #685953 !important; line-height: 1.35; }
.consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 0; accent-color: var(--coral); }
.field-error { display: block; min-height: 15px; margin-top: 6px; color: #a52f2f; font-size: 10px; text-transform: none; }
.form-status { min-height: 25px; margin-top: 15px; color: #685953; font-size: 13px; }
.form-status.error { color: #a52f2f; }
.form-status.success { color: #38634e; }
.submit-button { margin-top: 5px; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 21px 6vw; background: var(--night); color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }
.site-footer a { color: var(--coral); }

.lightbox { position: fixed; z-index: 30; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(12, 17, 15, .96); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1100px, 94vw); max-height: 78vh; object-fit: contain; }
.lightbox-bar { position: absolute; top: 24px; left: 30px; right: 30px; display: flex; justify-content: space-between; color: var(--paper-bright); font: 11px var(--mono); }
.lightbox-bar button { border: 1px solid var(--line); background: transparent; color: var(--paper-bright); padding: 9px 12px; }
.lightbox p { position: absolute; left: 30px; bottom: 25px; color: var(--muted); font: 11px var(--mono); }

@media (max-width: 900px) {
  .site-header { min-height: 70px; padding: 0 18px; grid-template-columns: 1fr auto; }
  .wordmark { display: block; }
  .wordmark b { font-size: 11px; }
  .wordmark span { display: block; margin-top: 4px; font-size: 8px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 18px 14px; border-bottom: 1px solid var(--line); background: rgba(23,27,26,.97); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .opening { min-height: 760px; height: 100svh; max-height: 900px; }
  .opening-photo img { object-position: 58% center; }
  .opening-caption { top: 92px; left: 18px; font-size: 8px; }
  .opening-photo figcaption { left: 18px; bottom: 126px; }
  .photo-open { top: 92px; right: 18px; }
  .opening-copy { left: 18px; bottom: 214px; max-width: calc(100% - 36px); }
  .opening-copy .kicker { margin-bottom: 18px; font-size: 9px; }
  .opening-copy h1 { font-size: clamp(42px, 13.5vw, 66px); line-height: .82; }
  .opening-details { top: 92px; right: 18px; width: min(230px, calc(100% - 86px)); padding-top: 10px; }
  .opening-details p { margin-bottom: 15px; font-size: 12px; line-height: 1.35; }
  .opening-facts { gap: 9px 14px; }
  .opening-facts dt { font-size: 8px; }
  .opening-facts dd { font-size: 11px; }
  .hero-booking { left: 18px; right: 18px; bottom: 18px; grid-template-columns: 1fr auto; max-width: none; min-height: 58px; }
  .hero-booking > div { display: none; }
  .hero-booking > div:first-child { display: block; padding: 12px 14px; }
  .hero-booking > div:first-child strong { font-size: 11px; }
  .hero-booking-action { min-width: 126px; padding: 0 12px; text-align: center; font-size: 12px; }
  .film-strip { padding: 13px 18px; flex-wrap: wrap; gap: 7px 16px; font-size: 9px; }
  .film-strip span:nth-child(3), .film-strip span:nth-child(4) { display: none; }
  .arrival-story, .rooms, .house, .around, .faq, .request { padding: 76px 18px 88px; }
  .story-intro, .section-title { display: block; margin-bottom: 42px; }
  .story-intro p, .section-title p { margin-top: 25px; }
  .frame-sequence { height: min(82vw, 430px); }
  .reveal-line { left: 12px; }
  .rooms .section-label, .house .section-label, .around .section-label, .faq .section-label { margin-bottom: 28px; }
  .section-title h2, .story-intro h2 { font-size: clamp(35px, 10vw, 52px); }
  .room-line { grid-template-columns: 34px minmax(0, 1fr); gap: 13px; padding: 22px 0; }
  .room-fact { grid-column: 2; text-align: left; }
  .house-copy { margin-bottom: 42px; }
  .house-copy h2 { font-size: clamp(33px, 9.5vw, 48px); }
  .house-facts { display: block; margin-top: 30px; }
  .house-facts p + p { margin-top: 22px; }
  .house-photo { height: min(83vw, 390px); margin-left: 0; }
  .around, .faq, .request { display: block; }
  .around .section-label, .faq .section-label { margin-bottom: 28px; }
  .around-title h2, .faq h2, .request-intro h2 { font-size: clamp(39px, 11vw, 58px); }
  .around-copy { margin-top: 38px; }
  .around-copy dl { margin-top: 35px; }
  .faq-list { margin-top: 42px; }
  .faq-answer { padding-right: 10px; }
  .request-intro { max-width: none; }
  .request-intro h2 { margin: 28px 0 20px; }
  .request-form { margin-top: 47px; padding-top: 28px; }
  .field-grid { gap: 13px; }
  .site-footer { padding: 18px; font-size: 9px; }
}

@media (max-width: 560px) {
  .opening { min-height: 720px; }
  .opening-details { width: 205px; }
  .opening-details p { font-size: 11px; }
  .opening-facts { grid-template-columns: 1fr 1fr; }
  .opening-facts div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-over { clip-path: none; }
  .reveal-line { display: none; }
}
