:root {
  color-scheme: dark;
  --ink: #080808;
  --paper: #f2f0ec;
  --muted: #aaa7a1;
  --line: rgba(242, 240, 236, 0.35);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background: var(--ink);
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}

.front-door {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
}

.portrait {
  position: relative;
  min-height: 100svh;
  background: #242424 url("../images/hero.jpg") center 42% / cover no-repeat;
  filter: grayscale(1);
}

.portrait-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.12), transparent 55%, rgba(0,0,0,.48)),
    linear-gradient(0deg, rgba(0,0,0,.3), transparent 42%);
}

.welcome {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding: clamp(48px, 7vw, 118px);
}

.welcome-inner { width: min(100%, 620px); }

.eyebrow,
.location {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .38em;
}

h1 {
  margin: 22px 0 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 6.5vw, 108px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: .015em;
}

.arrival {
  margin: 0 0 clamp(50px, 9vh, 88px);
  color: #d9d6d0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(26px, 2.2vw, 38px);
  font-style: italic;
}

.enter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 335px);
  padding: 18px 2px;
  color: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .31em;
  transition: border-color .3s ease, padding .3s ease;
}

.enter:hover,
.enter:focus-visible {
  padding-inline: 10px;
  border-color: var(--paper);
  outline: none;
}

.arrow { font-size: 21px; font-weight: 300; letter-spacing: 0; }

.location {
  position: absolute;
  right: clamp(28px, 4vw, 70px);
  bottom: 30px;
  letter-spacing: .28em;
}

.inside {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: clamp(60px, 9vw, 150px);
  min-height: 100svh;
  padding: clamp(70px, 8vw, 130px);
  background: #0b0b0b;
}

.inside h2 {
  margin: 24px 0 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(60px, 6.7vw, 112px);
  font-weight: 400;
  line-height: .87;
}

.inside-note {
  margin: 0;
  color: var(--muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-style: italic;
}

.rooms { border-top: 0; }

.room {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 105px;
  padding: 18px 4px;
  color: var(--paper);
  border-bottom: 1px solid rgba(242, 240, 236, .2);
  text-decoration: none;
  transition: padding .3s ease, background-color .3s ease;
}

.room:hover,
.room:focus-visible {
  padding-inline: 16px;
  background: rgba(255, 255, 255, .035);
  outline: none;
}

.room-number {
  color: #77746f;
  font-size: 9px;
  letter-spacing: .18em;
}

.room-copy { display: grid; gap: 6px; }

.room-copy strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(25px, 2.1vw, 35px);
  font-weight: 400;
}

.room-copy small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.room-arrow { font-size: 22px; }

.back-door {
  position: absolute;
  left: clamp(32px, 5vw, 82px);
  bottom: 32px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
}

.return-waiting-room { margin-top: 18px; border-top: 1px solid rgba(242, 240, 236, .2); }

.threshold {
  display: grid;
  align-content: center;
  min-height: 34svh;
  padding: clamp(58px, 7vw, 110px);
  color: #11110f;
  background: #ddd9d1;
}

.threshold .eyebrow { color: #6c6963; }

.threshold > p:last-child {
  max-width: 1050px;
  margin: 30px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 6.7vw, 108px);
  font-weight: 400;
  line-height: .92;
}

.rates {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(600px, 1.28fr);
  align-items: start;
  gap: clamp(70px, 10vw, 170px);
  min-height: 100svh;
  padding: clamp(74px, 8vw, 132px);
  color: var(--paper);
  background: #0b0b0b;
}

.rates-intro { position: sticky; top: 90px; }

.rates .eyebrow { color: var(--muted); }

.rates h2 {
  margin: 24px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 6.5vw, 104px);
  font-weight: 400;
  line-height: .88;
}

.rates-intro > p:last-child {
  max-width: 330px;
  color: var(--muted);
  font: italic 400 23px/1.35 "Cormorant Garamond", Georgia, serif;
}

.rate-list { border-top: 1px solid rgba(242, 240, 236, .3); }

.rate-row {
  display: grid;
  grid-template-columns: 112px minmax(150px, .65fr) 1fr;
  align-items: baseline;
  gap: 24px;
  padding: 27px 2px;
  border-bottom: 1px solid rgba(242, 240, 236, .2);
}

.rate-row > span {
  color: #8f8c86;
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rate-row strong {
  font: 400 clamp(28px, 2.6vw, 42px)/1 "Cormorant Garamond", Georgia, serif;
}

.rate-row small { color: #aaa7a1; font-size: 14px; line-height: 1.55; }
.featured-rate { background: rgba(255, 255, 255, .035); padding-inline: 18px; }

.rate-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0 54px; margin-top: 70px; }

.rate-details article {
  padding: 32px 0;
  border-top: 1px solid rgba(242, 240, 236, .2);
}

.detail-number { margin: 0 0 20px; color: #77746f; font-size: 10px; letter-spacing: .18em; }
.rate-details h3 { margin: 0 0 14px; font: 400 30px/1.1 "Cormorant Garamond", Georgia, serif; }
.rate-details article > p:last-child,
.rate-details article > p:not(.detail-number) { margin: 0; color: #aaa7a1; font-size: 15px; line-height: 1.7; }
.rate-details ul { margin: 22px 0 0; padding: 0; list-style: none; }
.rate-details li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-top: 1px solid rgba(242, 240, 236, .14); font-size: 13px; }
.rate-details li strong { font-weight: 500; text-align: right; }

.rate-details .policy-card { grid-column: 1 / -1; }

.policy-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 52px;
  margin-top: 28px !important;
}

.policy-list li {
  display: grid;
  justify-content: stretch;
  gap: 8px;
  padding: 18px 0;
}

.policy-list li strong { color: #d8d5cf; font-size: 13px; letter-spacing: .05em; text-align: left; }
.policy-list li span { color: #9e9b95; font-size: 14px; line-height: 1.6; }

.rates-continue {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding: 22px 2px;
  color: var(--paper);
  border-top: 1px solid rgba(242, 240, 236, .35);
  border-bottom: 1px solid rgba(242, 240, 236, .35);
  font-size: 12px;
  letter-spacing: .24em;
  text-decoration: none;
}

.booking {
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(560px, 1.25fr);
  align-items: start;
  gap: clamp(70px, 10vw, 170px);
  min-height: 100svh;
  padding: clamp(74px, 8vw, 132px);
  color: #151411;
  background: #dedad2;
}

.booking .eyebrow { color: #6c6963; }

.booking-intro {
  position: sticky;
  top: 90px;
}

.room-back {
  display: inline-block;
  margin-bottom: clamp(80px, 15vh, 150px);
  color: #6c6963;
  font-size: 11px;
  letter-spacing: .22em;
  text-decoration: none;
  text-transform: uppercase;
}

.booking h2 {
  margin: 24px 0 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(60px, 6.7vw, 110px);
  font-weight: 400;
  line-height: .86;
}

.booking-intro > p:last-child {
  max-width: 330px;
  color: #66625c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-style: italic;
  line-height: 1.35;
}

.booking-form { border-top: 0; }

.booking-form fieldset {
  margin: 0;
  padding: 44px 0 52px;
  border: 0;
  border-bottom: 1px solid rgba(20, 19, 17, .22);
}

.booking-form legend {
  width: 100%;
  margin-bottom: 38px;
  color: #151411;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
}

.booking-form legend span {
  display: inline-block;
  width: 48px;
  color: #817d76;
  font-family: "Jost", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .18em;
}

.field-grid {
  display: grid;
  gap: 28px;
}

.two-columns { grid-template-columns: 1fr 1fr; }

.booking-form label:not(.check-row) {
  display: grid;
  gap: 11px;
  margin-bottom: 28px;
}

.booking-form label > span {
  color: #5e5a54;
  font-size: 12px;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.booking-form em {
  color: #817d76;
  font-style: normal;
}

.booking-form input:not([type="checkbox"]),
.booking-form textarea,
.booking-form select {
  width: 100%;
  padding: 13px 0;
  color: #151411;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(20, 19, 17, .32);
  border-radius: 0;
  font: 400 18px/1.5 "Cormorant Garamond", Georgia, serif;
  outline: none;
}

.booking-form textarea { resize: vertical; }

.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus { border-bottom-color: #151411; }

.check-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 14px;
  margin-bottom: 22px;
  cursor: pointer;
}

.contact-choice {
  margin-top: 38px;
  padding: 28px 0 4px;
  border-top: 1px solid rgba(20, 19, 17, .15);
}

.contact-choice > p {
  margin: 0 0 22px;
  color: #5e5a54;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.choice-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 14px;
  margin-bottom: 17px;
  cursor: pointer;
}

.choice-row input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #151411;
}

.choice-row span {
  color: #383631;
  font: 400 19px/1.45 "Cormorant Garamond", Georgia, serif;
}

.contact-choice small {
  display: block;
  max-width: 620px;
  margin-top: 24px;
  color: #66625c;
  font-size: 14px;
  line-height: 1.65;
}

.password-fields {
  margin-top: 30px;
  padding: 30px 0 4px;
  border-top: 1px solid rgba(20, 19, 17, .15);
}

.password-fields[hidden] { display: none; }

.password-fields > p {
  margin: 0 0 10px;
  color: #151411;
  font: 400 25px/1.3 "Cormorant Garamond", Georgia, serif;
}

.password-fields > small { margin: 0 0 25px; }

.show-password {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  width: max-content;
  margin: -8px 0 18px !important;
  cursor: pointer;
}

.show-password input { width: 16px; height: 16px; accent-color: #151411; }
.show-password span { font-size: 10px !important; letter-spacing: .14em !important; }

.check-row input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #151411;
}

.check-row span {
  color: #383631 !important;
  font: 400 23px/1.45 "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.check-row a { color: inherit; text-decoration-color: #77736c; text-underline-offset: 4px; }

.submit-wrap { padding: 48px 0 20px; }

.submit-wrap p {
  max-width: 500px;
  margin: 0 0 38px;
  color: #66625c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
}

.submit-wrap button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 2px;
  color: #151411;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(20, 19, 17, .35);
  border-bottom: 1px solid rgba(20, 19, 17, .35);
  cursor: pointer;
  font: 400 12px "Jost", Arial, sans-serif;
  letter-spacing: .28em;
}

.submit-wrap .form-status {
  margin-top: 28px;
  color: #4f4c47;
  font-family: "Jost", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.digital {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(600px, 1.28fr);
  align-items: start;
  gap: clamp(70px, 10vw, 170px);
  min-height: 100svh;
  padding: clamp(74px, 8vw, 132px);
  color: var(--paper);
  background: #0b0b0b;
}

.digital-intro {
  position: sticky;
  top: 90px;
}

.digital .room-back { color: var(--muted); }

.digital h2 {
  margin: 24px 0;
  font: 400 clamp(58px, 6.5vw, 104px)/.88 "Cormorant Garamond", Georgia, serif;
}

.digital-intro > p:last-child {
  max-width: 330px;
  color: var(--muted);
  font: italic 400 23px/1.35 "Cormorant Garamond", Georgia, serif;
}

.digital-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(242, 240, 236, .3);
}

.digital-rate {
  min-height: 310px;
  padding: 34px 28px 38px 0;
  border-bottom: 1px solid rgba(242, 240, 236, .2);
}

.digital-rate:nth-child(2) {
  padding-left: 28px;
  border-left: 1px solid rgba(242, 240, 236, .2);
}

.digital-rate > span {
  color: #8f8c86;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.digital-rate h3 {
  margin: 42px 0 10px;
  font: 400 clamp(34px, 3.3vw, 52px)/1 "Cormorant Garamond", Georgia, serif;
}

.digital-rate > strong {
  display: block;
  margin-bottom: 22px;
  font: 400 30px/1 "Cormorant Garamond", Georgia, serif;
}

.digital-rate > p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.featured-digital { background: rgba(255, 255, 255, .025); }

.video-rate {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(210px, .7fr) minmax(300px, 1.3fr);
  align-items: start;
  gap: 0 58px;
  padding-right: 0;
}

.video-rate > span { grid-column: 1 / -1; }
.video-rate h3 { grid-column: 1; }

.video-prices {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  gap: 0;
  width: min(100%, 480px);
  margin-top: 30px;
}

.video-prices p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 17px 0;
  border-top: 1px solid rgba(242, 240, 236, .18);
}

.video-prices b {
  color: var(--muted);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.video-prices strong {
  font: 400 22px/1 "Cormorant Garamond", Georgia, serif;
}

.digital-form { margin-top: 86px; }
.digital-form fieldset { border-bottom-color: rgba(242, 240, 236, .2); }
.digital-form legend { color: var(--paper); }
.digital-form legend span { color: #77746f; }
.digital-form label > span,
.digital-form .contact-choice > p { color: #aaa7a1; }
.digital-form em { color: #77746f; }

.digital-form input:not([type="checkbox"]),
.digital-form textarea,
.digital-form select {
  color: var(--paper);
  border-bottom-color: rgba(242, 240, 236, .3);
}

.digital-form input:focus,
.digital-form textarea:focus,
.digital-form select:focus { border-bottom-color: var(--paper); }
.digital-form select option { color: #151411; background: var(--paper); }
.digital-form .contact-choice,
.digital-form .password-fields { border-top-color: rgba(242, 240, 236, .16); }
.digital-form .choice-row input,
.digital-form .check-row input,
.digital-form .show-password input { accent-color: var(--paper); }
.digital-form .choice-row span,
.digital-form .check-row span,
.digital-form .password-fields > p { color: #d8d5cf !important; }
.digital-form .contact-choice small,
.digital-form .submit-wrap p { color: var(--muted); }
.digital-form .submit-wrap button {
  color: var(--paper);
  border-top-color: rgba(242, 240, 236, .35);
  border-bottom-color: rgba(242, 240, 236, .35);
}
.digital-form .submit-wrap .form-status { color: var(--muted); }
.digital-payment-check { margin-top: 38px; }

.waiting-page { min-height: 100svh; background: #0b0b0b; }

.waiting-room {
  width: min(100% - 48px, 980px);
  margin: 0 auto;
  padding: clamp(70px, 10vw, 150px) 0 70px;
}

.waiting-room h1 {
  margin: 28px 0 clamp(70px, 10vh, 120px);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(62px, 10vw, 126px);
  font-weight: 400;
  line-height: .82;
}

.waiting-content {
  max-width: 720px;
  padding: 45px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.waiting-content h2 {
  margin: 14px 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(35px, 5vw, 58px);
  font-weight: 400;
}

.waiting-content > p { color: #b8b5af; font-size: 19px; line-height: 1.7; }
.waiting-name { font-size: 12px !important; letter-spacing: .14em; text-transform: uppercase; }

.locked-room {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  padding: 18px 2px;
  color: #8f8c86;
  border-top: 1px solid rgba(242, 240, 236, .18);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.waiting-warning {
  max-width: 580px;
  margin: 34px 0 70px;
  color: #77746f;
  font-size: 13px;
  line-height: 1.7;
}

.waiting-home { color: var(--muted); font-size: 12px; letter-spacing: .2em; text-decoration: none; text-transform: uppercase; }
.message-list { display: grid; gap: 22px; margin-top: 34px; }
.message { max-width: 78%; padding: 20px 22px; background: #171715; }
.message.from-client { justify-self: end; background: #24221f; }
.message small { color: #77746f; font-size: 8px; letter-spacing: .18em; }
.message p { margin: 9px 0 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 19px; line-height: 1.5; }
.waiting-note { margin-top: 30px; }

.return-room h1 { font-size: clamp(54px, 8vw, 108px); }

.return-form {
  max-width: 720px;
  padding: 45px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.return-form > label:first-child { display: grid; gap: 12px; }
.return-form label > span { color: #bab7b1; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.return-form input[type="password"],
.return-form input[type="text"] {
  width: 100%;
  padding: 15px 0;
  color: var(--paper);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(242, 240, 236, .28);
  border-radius: 0;
  font: 400 22px/1.5 "Cormorant Garamond", Georgia, serif;
  outline: none;
}

.return-form .show-password { margin: 22px 0 36px !important; }

.return-form button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 2px;
  color: var(--paper);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  font: 400 12px "Jost", Arial, sans-serif;
  letter-spacing: .25em;
}

.return-form .form-status { color: var(--muted); font-size: 13px; line-height: 1.6; }

@media (max-width: 1200px) {
  .rates {
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .rates-intro {
    position: static;
    max-width: 680px;
  }

  .rates h2 {
    max-width: 760px;
    font-size: clamp(62px, 9vw, 100px);
  }

  .rates-content { min-width: 0; }

  .digital {
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .digital-intro {
    position: static;
    max-width: 680px;
  }

  .digital h2 { font-size: clamp(62px, 9vw, 100px); }
}

@media (max-width: 760px) {
  .front-door {
    position: relative;
    display: block;
    min-height: 100svh;
  }

  .portrait {
    position: absolute;
    inset: 0;
    min-height: 0;
    background-position: center 44%;
  }

  .portrait-shade {
    background:
      linear-gradient(0deg, rgba(0,0,0,.9) 3%, rgba(0,0,0,.32) 64%, rgba(0,0,0,.12)),
      linear-gradient(90deg, rgba(0,0,0,.28), transparent 60%);
  }

  .welcome {
    z-index: 1;
    align-items: flex-end;
    min-height: 100svh;
    padding: 52px 28px 72px;
  }

  h1 { font-size: clamp(55px, 18vw, 82px); }
  .arrival { margin-bottom: 38px; }
  .location { display: none; }

  .inside {
    display: block;
    min-height: 100svh;
    padding: 82px 28px 88px;
  }

  .inside-intro { margin-bottom: 58px; }
  .inside h2 { font-size: clamp(58px, 19vw, 82px); }
  .room { min-height: 92px; gap: 12px; }
  .room-copy strong { font-size: 26px; }
  .room-copy small { font-size: 8px; line-height: 1.5; }
  .back-door { left: 28px; bottom: 28px; }

  .threshold {
    min-height: 42svh;
    padding: 70px 28px;
  }

  .threshold > p:last-child { font-size: clamp(44px, 14vw, 66px); }

  .rates { display: block; padding: 72px 28px 90px; }
  .rates-intro { position: static; margin-bottom: 68px; }
  .rates h2 { font-size: clamp(54px, 17vw, 78px); }
  .rate-row { grid-template-columns: 1fr auto; gap: 9px 20px; }
  .rate-row > span { grid-column: 1; }
  .rate-row strong { grid-column: 2; grid-row: 1; }
  .rate-row small { grid-column: 1 / -1; font-size: 15px; }
  .rate-details { grid-template-columns: 1fr; margin-top: 52px; }
  .policy-list { grid-template-columns: 1fr; gap: 0; }
  .rates-continue { line-height: 1.5; }

  .booking {
    display: block;
    padding: 72px 28px 90px;
  }

  .booking-intro { position: static; margin-bottom: 76px; }
  .room-back { margin-bottom: 78px; }
  .booking h2 { font-size: clamp(58px, 18vw, 82px); }
  .two-columns { grid-template-columns: 1fr; gap: 0; }
  .booking-form fieldset { padding: 38px 0 44px; }
  .booking-form legend { font-size: 25px; }

  .digital { display: block; padding: 72px 28px 90px; }
  .digital-intro { position: static; margin-bottom: 68px; }
  .digital h2 { font-size: clamp(54px, 17vw, 78px); }
  .digital-list { grid-template-columns: 1fr; }
  .digital-rate,
  .digital-rate:nth-child(2) {
    min-height: 0;
    padding: 38px 0;
    border-left: 0;
  }
  .video-rate { grid-column: auto; }
  .video-rate { display: block; }
  .video-prices { width: 100%; margin-top: 30px; }
  .digital-form { margin-top: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .enter { transition: none; }
}
