:root {
  color-scheme: light;
  --ink: #13232d;
  --steel: #43616e;
  --mist: #edf3f2;
  --linen: #fbf7f0;
  --sand: #efe3d2;
  --copper: #be8151;
  --moss: #44675a;
  --cream: #f8e0c0;
  --line: rgba(19, 35, 45, 0.1);
  --shadow: 0 28px 70px rgba(19, 35, 45, 0.12);
  --radius-xl: 36px;
  --radius-lg: 28px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(68, 103, 90, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(190, 129, 81, 0.16), transparent 24%),
    linear-gradient(180deg, #fffaf3 0%, #eef3f2 48%, #dde7e5 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(19, 35, 45, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 35, 45, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), 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(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 56px;
}

.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.46);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 30px rgba(19, 35, 45, 0.08);
}

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

.brandmark-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  letter-spacing: -0.05em;
}

.brandmark-place {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(67, 97, 110, 0.7);
}

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

.site-nav a {
  color: rgba(19, 35, 45, 0.74);
  font-size: 0.94rem;
}

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

.lang-switch {
  display: inline-flex;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(19, 35, 45, 0.06);
}

.lang-switch button {
  border: 0;
  border-radius: 999px;
  padding: 8px 10px;
  background: transparent;
  color: rgba(19, 35, 45, 0.72);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

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

.hero-home {
  min-height: 760px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  background:
    linear-gradient(100deg, rgba(19, 35, 45, 0.8) 0%, rgba(19, 35, 45, 0.36) 48%, rgba(19, 35, 45, 0.2) 100%),
    url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero-room {
  min-height: 560px;
  background:
    linear-gradient(100deg, rgba(19, 35, 45, 0.82) 0%, rgba(19, 35, 45, 0.32) 52%, rgba(19, 35, 45, 0.18) 100%),
    url("https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(248, 224, 192, 0.14), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(68, 103, 90, 0.18), transparent 24%);
}

.hero-copy,
.booking-card,
.panel-head,
.section-copy,
.location-copy,
.contact-card,
.reserve-panel,
.intro-band,
.content-card,
.room-card,
.feature-card {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 760px;
  color: white;
}

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

.eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(67, 97, 110, 0.72);
}

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

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

.hero-copy h1,
.section-copy h2,
.panel-head h2,
.reserve-panel h2,
.section-head h2,
.location-copy h2 {
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.05em;
}

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

.hero-room .hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 5.2rem);
}

.hero-lead,
.section-copy p,
.location-copy p,
.reserve-panel p,
.intro-band p {
  margin: 22px 0 0;
  max-width: 48rem;
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-lead {
  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: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.button-dark {
  background: var(--ink);
  color: white;
}

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

.button-cream {
  background: var(--cream);
  color: var(--ink);
}

.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.16);
}

.label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(67, 97, 110, 0.66);
}

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

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

.hero-highlights strong {
  display: block;
  margin-top: 12px;
  font-size: 1.45rem;
}

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

.booking-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-xl);
  background: rgba(12, 25, 34, 0.48);
  color: white;
  backdrop-filter: blur(14px);
}

.booking-card h2 {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

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

.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: white;
}

.booking-note {
  margin: 16px 0 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.intro-band {
  margin: 22px auto 0;
  max-width: 1080px;
  padding: 32px 36px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

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

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

.feature-stack,
.experience-grid,
.three-up,
.room-grid,
.rituals-grid {
  display: grid;
  gap: 18px;
}

.feature-card,
.content-card,
.room-card,
.contact-card,
.reserve-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.feature-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.feature-card img,
.room-card img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.feature-copy,
.room-copy,
.content-card,
.contact-card,
.reserve-panel {
  padding: 26px;
}

.feature-copy h3,
.content-card h3,
.room-copy h3,
.contact-card h3 {
  margin: 12px 0 0;
  font-size: 1.6rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.feature-copy p,
.content-card p,
.room-copy p,
.contact-card p,
.reserve-panel p {
  margin: 12px 0 0;
  line-height: 1.8;
  color: rgba(67, 97, 110, 0.84);
}

.experiences-panel {
  margin-top: 88px;
  padding: 34px;
  border-radius: 44px;
  background:
    linear-gradient(180deg, rgba(19, 35, 45, 0.96) 0%, rgba(34, 54, 63, 0.94) 100%),
    url("https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?auto=format&fit=crop&w=1600&q=80") center/cover;
  box-shadow: var(--shadow);
}

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

.experience-grid,
.three-up,
.room-grid,
.rituals-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: white;
  backdrop-filter: blur(10px);
}

.experience-card h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.14;
}

.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, #12232d 0%, #213945 100%);
}

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

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

.three-up,
.section-head.compact,
.rituals-grid,
.reserve-panel {
  margin-top: 72px;
}

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

.room-card strong {
  display: inline-block;
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}

.reserve-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.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: 1080px) {
  .hero-home,
  .section-grid,
  .location-block,
  .reserve-panel,
  .feature-card,
  .experience-grid,
  .three-up,
  .room-grid,
  .rituals-grid,
  .hero-highlights {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .intro-band,
  .experiences-panel,
  .feature-copy,
  .room-copy,
  .content-card,
  .contact-card,
  .reserve-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-copy h1,
  .hero-room .hero-copy h1 {
    max-width: unset;
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .hero-actions,
  .reserve-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}
