@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --ink: #151b21;
  --slate: #5d6771;
  --slate-strong: #313942;
  --sand: #e8dece;
  --canvas: #f5f0e7;
  --mist: #efebe4;
  --accent: #b88f57;
  --accent-strong: #8e6b3f;
  --white: #ffffff;
  --line: rgba(21, 27, 33, 0.1);
  --line-light: rgba(255, 255, 255, 0.14);
  --shadow-soft: 0 24px 60px rgba(21, 27, 33, 0.1);
  --shadow-strong: 0 28px 72px rgba(21, 27, 33, 0.22);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(184, 143, 87, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(21, 27, 33, 0.08), transparent 24%),
    linear-gradient(180deg, #fcfaf6 0%, #f3eee5 46%, #ece6dc 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(21, 27, 33, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 27, 33, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 90%);
  pointer-events: none;
  z-index: -1;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.page-shell {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: 20px 0 72px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 20;
  margin-top: 8px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px rgba(21, 27, 33, 0.08);
}

.brandmark {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.brandmark-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: -0.06em;
}

.brandmark-place {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(93, 103, 113, 0.76);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.site-nav a {
  color: rgba(21, 27, 33, 0.72);
  font-size: 0.94rem;
  font-weight: 600;
}

.site-nav .nav-cta {
  color: var(--ink);
}

.lang-switch {
  display: inline-flex;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(21, 27, 33, 0.05);
}

.lang-switch button {
  border: 0;
  border-radius: 999px;
  padding: 8px 10px;
  background: transparent;
  color: rgba(21, 27, 33, 0.74);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lang-switch button.is-active {
  background: var(--ink);
  color: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: 56px;
  border-radius: 46px;
  display: grid;
  align-items: end;
  gap: 30px;
  box-shadow: var(--shadow-strong);
}

.hero-home {
  min-height: 760px;
  grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
  background:
    linear-gradient(100deg, rgba(15, 18, 22, 0.82) 0%, rgba(15, 18, 22, 0.42) 48%, rgba(15, 18, 22, 0.16) 100%),
    url("https://images.unsplash.com/photo-1639736901119-ef880a55a410?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzNjI4MTh8MHwxfGFsbHwyfHxjaXR5JTIwY2VudGVyJTIwbHV4dXJ5JTIwaG90ZWwlMjBleHRlcmlvciUyMGJvdXRpcXVlJTIwaG90ZWwlMjByb29tfGVufDB8fHx8MTc4NTY4OTQ0M3ww&ixlib=rb-4.1.0&q=80&w=1080")
      center/cover;
}

.hero-selection {
  min-height: 540px;
  background:
    linear-gradient(96deg, rgba(15, 18, 22, 0.84) 0%, rgba(15, 18, 22, 0.36) 52%, rgba(15, 18, 22, 0.12) 100%),
    url("https://images.unsplash.com/photo-1755613708939-d572099433ab?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzNjI4MTh8MHwxfGFsbHwxfHxjaXR5JTIwY2VudGVyJTIwbHV4dXJ5JTIwaG90ZWwlMjBleHRlcmlvciUyMGJvdXRpcXVlJTIwaG90ZWwlMjByb29tfGVufDB8fHx8MTc4NTY4OTQ0M3ww&ixlib=rb-4.1.0&q=80&w=1080")
      center/cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(232, 222, 206, 0.18), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(184, 143, 87, 0.22), transparent 20%);
}

.hero-copy,
.booking-card,
.intro-band,
.section-copy,
.panel-head,
.location-copy,
.contact-card,
.content-card,
.feature-card,
.booking-summary,
.availability-strip,
.policy-panel,
.inventory-card,
.payment-panel,
.payment-card,
.payment-breakdown {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 720px;
  color: var(--white);
}

.hero-copy.narrow {
  max-width: 720px;
}

.eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(93, 103, 113, 0.78);
}

.eyebrow.light,
.label.light {
  color: rgba(255, 255, 255, 0.62);
}

.hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.66);
}

.hero-copy h1,
.section-copy h2,
.panel-head h2,
.section-head h2,
.location-copy h2,
.booking-summary h2,
.policy-panel h2,
.booking-card h2 {
  margin: 16px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: -0.055em;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(3.3rem, 8vw, 6.4rem);
  line-height: 0.92;
}

.hero-selection .hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 7vw, 5.4rem);
}

.hero-lead,
.section-copy p,
.location-copy p,
.intro-band p,
.booking-card p,
.section-note,
.policy-panel p,
.content-card p,
.feature-copy p,
.contact-card p {
  margin: 20px 0 0;
  line-height: 1.8;
}

.hero-lead {
  max-width: 46rem;
  font-size: 1.04rem;
  color: rgba(255, 255, 255, 0.8);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(21, 27, 33, 0.2);
}

.button-light {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button-cream {
  background: var(--sand);
  color: var(--ink);
  box-shadow: 0 14px 28px rgba(21, 27, 33, 0.16);
}

.full {
  width: 100%;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.hero-highlights article {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(93, 103, 113, 0.68);
}

.hero-highlights .label {
  color: rgba(255, 255, 255, 0.54);
}

.hero-highlights strong {
  display: block;
  margin-top: 12px;
  font-size: 1.42rem;
  color: var(--white);
}

.hero-highlights p {
  margin: 10px 0 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.booking-card {
  align-self: stretch;
  padding: 30px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-xl);
  background: rgba(16, 20, 26, 0.52);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.booking-card h2 {
  font-size: 2rem;
}

.booking-grid {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.booking-grid label {
  display: grid;
  gap: 8px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
}

.booking-grid input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.booking-note {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
}

.intro-band,
.content-card,
.contact-card,
.policy-panel,
.availability-strip,
.inventory-card,
.payment-panel,
.payment-card,
.payment-breakdown {
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.intro-band {
  margin: 22px auto 0;
  max-width: 1080px;
  padding: 32px 38px;
  border-radius: var(--radius-xl);
}

.section-grid,
.location-block {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
  margin-top: 86px;
}

.section-copy h2,
.panel-head h2,
.section-head h2,
.location-copy h2,
.policy-panel h2 {
  font-size: clamp(2.45rem, 5vw, 4rem);
  line-height: 0.98;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 72px;
}

.section-note {
  max-width: 30rem;
  font-size: 1rem;
  color: var(--slate);
}

.feature-stack,
.three-up,
.experience-grid,
.detail-grid,
.inventory-column,
.payment-layout {
  display: grid;
  gap: 18px;
}

.feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.feature-card img,
.inventory-card img {
  height: 100%;
  object-fit: cover;
}

.feature-card img {
  min-height: 300px;
}

.feature-copy,
.content-card,
.contact-card,
.policy-panel,
.inventory-copy {
  padding: 28px;
}

.feature-copy h3,
.content-card h3,
.contact-card h3,
.inventory-copy h3 {
  margin: 12px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.85rem;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.feature-copy p,
.content-card p,
.contact-card p,
.policy-panel p {
  color: var(--slate);
}

.experiences-panel {
  margin-top: 88px;
  padding: 36px;
  border-radius: 44px;
  background:
    linear-gradient(180deg, rgba(15, 18, 22, 0.96) 0%, rgba(36, 41, 47, 0.94) 100%),
    url("https://images.unsplash.com/photo-1767395523555-c44546bea0f0?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=2000")
      center/cover;
  box-shadow: var(--shadow-strong);
}

.panel-head {
  max-width: 760px;
  color: var(--white);
}

.experience-grid,
.three-up,
.detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.experience-card,
.content-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.experience-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.experience-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.74rem;
  letter-spacing: -0.05em;
}

.experience-card p {
  margin: 12px 0 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.74);
}

.content-card.dark {
  background: linear-gradient(180deg, #151b21 0%, #2f3740 100%);
  box-shadow: var(--shadow-strong);
}

.content-card.dark h3,
.content-card.dark p {
  color: var(--white);
}

.content-card.dark p {
  color: rgba(255, 255, 255, 0.76);
}

.three-up,
.detail-grid,
.policy-panel {
  margin-top: 72px;
}

.payment-panel {
  margin-top: 72px;
  padding: 34px;
  border-radius: 40px;
}

.payment-copy {
  max-width: 820px;
}

.payment-copy h2 {
  margin: 16px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.45rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.payment-copy p {
  margin: 20px 0 0;
  color: var(--slate);
  line-height: 1.8;
}

.payment-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.payment-flags span,
.payment-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(184, 143, 87, 0.12);
  color: var(--accent-strong);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.payment-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  margin-top: 28px;
}

.payment-card,
.payment-breakdown {
  padding: 28px;
  border-radius: 30px;
}

.payment-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(247, 243, 236, 0.86) 100%);
}

.payment-breakdown {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(17, 20, 26, 0.96) 0%, rgba(39, 45, 52, 0.94) 100%);
  box-shadow: var(--shadow-strong);
}

.payment-card-top,
.breakdown-list div,
.payment-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.payment-card-top {
  align-items: start;
}

.payment-card h3,
.payment-breakdown h3 {
  margin: 12px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.payment-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.payment-field {
  display: grid;
  gap: 8px;
}

.payment-field span:first-child {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(93, 103, 113, 0.76);
}

.payment-field-wide {
  grid-column: span 2;
}

.field-value {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(21, 27, 33, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--slate-strong);
  font-weight: 600;
}

.payment-actions {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.payment-actions p {
  max-width: 22rem;
  margin: 0;
  color: var(--slate);
  line-height: 1.75;
}

.breakdown-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.breakdown-list div {
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.breakdown-list span,
.payment-total span {
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.breakdown-list strong,
.payment-total strong {
  text-align: right;
  line-height: 1.55;
}

.payment-total {
  align-items: end;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.payment-total strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.25rem;
  letter-spacing: -0.05em;
}

.payment-note {
  margin: 16px 0 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
}

.contact-card .button {
  margin-top: 16px;
  width: fit-content;
}

.availability-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  padding: 16px;
  border-radius: var(--radius-xl);
}

.availability-chip {
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(21, 27, 33, 0.06);
}

.availability-chip strong {
  display: block;
  margin-top: 12px;
  font-size: 1.05rem;
  color: var(--slate-strong);
}

.booking-head {
  margin-top: 70px;
}

.booking-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(320px, 0.66fr);
  gap: 24px;
  align-items: start;
  margin-top: 26px;
}

.inventory-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  overflow: hidden;
  border-radius: 34px;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.inventory-card:hover {
  transform: translateY(-2px);
}

.inventory-card img {
  min-height: 340px;
}

.inventory-card.is-selected {
  border-color: rgba(184, 143, 87, 0.72);
  box-shadow: 0 30px 72px rgba(21, 27, 33, 0.16);
}

.room-head,
.room-footer,
.summary-list div,
.policy-panel {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.room-head {
  align-items: start;
}

.title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(184, 143, 87, 0.14);
  color: var(--accent-strong);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price-block {
  min-width: 150px;
  text-align: right;
}

.price-block span,
.total-block span,
.summary-list span {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.price-block span,
.total-block span {
  color: rgba(93, 103, 113, 0.76);
}

.price-block strong {
  display: block;
  margin-top: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  color: var(--slate-strong);
  letter-spacing: -0.05em;
}

.room-description {
  margin: 16px 0 0;
  color: var(--slate);
  line-height: 1.8;
}

.spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.spec-list span {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--mist);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate-strong);
}

.inclusion-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.inclusion-list li {
  position: relative;
  padding-left: 18px;
  color: var(--slate);
  line-height: 1.65;
}

.inclusion-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.room-footer {
  align-items: end;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.total-block strong {
  display: block;
  margin-top: 8px;
  font-size: 1.32rem;
  color: var(--slate-strong);
}

.select-button {
  min-width: 180px;
  cursor: pointer;
}

.select-button.is-selected {
  background: var(--accent);
  color: var(--white);
}

.booking-summary {
  position: sticky;
  top: 102px;
  padding: 30px;
  border: 1px solid var(--line-light);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(17, 20, 26, 0.96) 0%, rgba(39, 45, 52, 0.94) 100%);
  color: var(--white);
  box-shadow: var(--shadow-strong);
}

.booking-summary h2 {
  font-size: 2.32rem;
}

.summary-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.summary-list div {
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.summary-list span {
  color: rgba(255, 255, 255, 0.54);
}

.summary-list strong {
  max-width: 184px;
  text-align: right;
  line-height: 1.55;
}

.summary-notes {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.summary-notes ul {
  margin: 12px 0 0;
  padding-left: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.76);
}

.summary-disclaimer {
  margin-top: 16px;
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.56);
}

.policy-panel {
  align-items: center;
  padding: 30px;
  border-radius: 34px;
}

.reveal,
.reveal-delay,
.reveal-delay-2,
.reveal-delay-3 {
  animation: rise 720ms ease both;
}

.reveal-delay {
  animation-delay: 120ms;
}

.reveal-delay-2 {
  animation-delay: 220ms;
}

.reveal-delay-3 {
  animation-delay: 320ms;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .hero-home,
  .section-grid,
  .location-block,
  .feature-card,
  .booking-workspace,
  .detail-grid,
  .payment-layout,
  .three-up,
  .experience-grid,
  .hero-highlights,
  .availability-strip,
  .inventory-card,
  .policy-panel {
    grid-template-columns: 1fr;
  }

  .site-header {
    border-radius: 32px;
  }

  .booking-summary {
    position: static;
  }
}

@media (max-width: 820px) {
  .page-shell {
    width: min(100% - 20px, 1280px);
  }

  .site-header {
    position: static;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px 14px;
  }

  .hero {
    padding: 30px;
    min-height: unset;
    border-radius: 32px;
  }

  .hero-copy h1,
  .hero-selection .hero-copy h1 {
    max-width: unset;
    font-size: clamp(2.7rem, 11vw, 4.4rem);
  }

  .intro-band,
  .feature-copy,
  .content-card,
  .contact-card,
  .policy-panel,
  .inventory-copy,
  .booking-summary,
  .payment-panel,
  .payment-card,
  .payment-breakdown {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-head,
  .room-head,
  .room-footer,
  .policy-panel,
  .summary-list div,
  .payment-card-top,
  .payment-actions,
  .breakdown-list div,
  .payment-total {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-block,
  .summary-list strong,
  .breakdown-list strong,
  .payment-total strong {
    min-width: 0;
    text-align: left;
    max-width: unset;
  }

  .inclusion-list {
    grid-template-columns: 1fr;
  }

  .payment-form-grid {
    grid-template-columns: 1fr;
  }

  .payment-field-wide {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .site-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .lang-switch {
    align-self: stretch;
    justify-content: space-between;
  }

  .hero-actions,
  .button.full {
    width: 100%;
  }

  .hero-actions .button,
  .select-button,
  .payment-actions .button,
  .contact-card .button,
  .policy-panel .button {
    width: 100%;
  }

  .availability-chip,
  .booking-card,
  .intro-band,
  .content-card,
  .contact-card,
  .policy-panel,
  .inventory-copy,
  .booking-summary,
  .payment-panel,
  .payment-card,
  .payment-breakdown {
    padding: 20px;
  }
}
