:root {
  --bg: #f5f6ef;
  --bg-soft: #e8efe4;
  --surface: rgba(255, 255, 252, 0.82);
  --surface-strong: #fffffb;
  --text: #173227;
  --muted: #4b6257;
  --line: rgba(20, 70, 47, 0.14);
  --accent: #069747;
  --accent-dark: #056a34;
  --accent-soft: #dff2e7;
  --shadow: 0 24px 60px rgba(12, 61, 38, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
  --hero-parallax: 0px;
  --hero-overlay-opacity: 0.52;
  --hero-green-overlay-opacity: 0;
  --ribbon-shift-x: 0px;
  --ribbon-scale: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(6, 151, 71, 0.18), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(192, 230, 204, 0.65), transparent 22%),
    linear-gradient(180deg, #fbfcf8 0%, #f5f6ef 42%, #eef3ea 100%);
}

body.gallery-open {
  overflow: hidden;
}

.auth-pending body {
  overflow: hidden;
}

.auth-pending body > :not(.auth-gate) {
  visibility: hidden;
}

.auth-gate {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(circle at top, rgba(6, 151, 71, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(251, 252, 248, 0.98), rgba(238, 243, 234, 0.98));
}

.auth-pending .auth-gate {
  display: grid;
}

.auth-gate-panel {
  width: min(100%, 420px);
  padding: 2rem;
  border: 1px solid rgba(20, 70, 47, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 252, 0.94);
  box-shadow: 0 24px 60px rgba(12, 61, 38, 0.12);
}

.auth-gate-kicker {
  margin: 0 0 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.auth-gate h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 0.95;
}

.auth-gate-copy {
  margin: 0.9rem 0 1.5rem;
  color: var(--muted);
}

.auth-gate-form {
  display: grid;
  gap: 0.9rem;
}

.auth-gate-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
}

.auth-gate-input {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(20, 70, 47, 0.14);
  border-radius: 16px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 252, 0.92);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.auth-gate-input:focus {
  outline: none;
  border-color: rgba(6, 151, 71, 0.58);
  box-shadow: 0 0 0 4px rgba(6, 151, 71, 0.14);
}

.auth-gate-submit {
  width: 100%;
  justify-content: center;
}

.auth-gate-error {
  min-height: 1.25rem;
  margin: 0;
  font-size: 0.92rem;
  color: #b42318;
}

body.preload .reveal {
  opacity: 0;
  transform: translateY(20px);
}

body.is-ready .reveal {
  animation: fade-rise 700ms ease both;
}

body.is-ready .reveal-delay-1 {
  animation-delay: 90ms;
}

body.is-ready .reveal-delay-2 {
  animation-delay: 180ms;
}

body.is-ready .reveal-delay-3 {
  animation-delay: 270ms;
}

body.preload .fade-panel {
  opacity: 0;
}

body.is-ready .fade-panel {
  animation: panel-fade 500ms ease both;
}

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

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

.container {
  width: calc(100% - 2rem);
  max-width: var(--container);
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(245, 246, 239, 0.8);
  border-bottom: 1px solid rgba(20, 70, 47, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  transition: transform 220ms ease, filter 220ms ease, opacity 220ms ease;
}

.brand-logo-stack {
  position: relative;
  display: block;
  width: 260px;
  height: 72px;
}

.brand-logo {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 220ms ease, filter 220ms ease, opacity 220ms ease;
}

.brand-logo-stack .brand-logo {
  position: absolute;
  inset: 0;
  margin: auto;
}

.brand-logo-title {
  opacity: 1;
}

.brand-logo-symbol {
  width: 68px;
  opacity: 0;
  transform: translateY(4px) scale(0.92);
}

.brand:hover,
.brand:focus-visible {
  transform: translateY(-1px);
}

.brand:hover .brand-logo-title,
.brand:focus-visible .brand-logo-title {
  opacity: 0;
  transform: scale(0.98);
}

.brand:hover .brand-logo-symbol,
.brand:focus-visible .brand-logo-symbol {
  opacity: 1;
  transform: translateY(0) scale(1.02);
  filter: drop-shadow(0 10px 18px rgba(0, 150, 0, 0.16));
}

.site-footer h3,
.site-footer h4,
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  position: relative;
}

.site-nav a {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--muted);
}

.nav-indicator {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 0;
  height: 3px;
  background: var(--accent);
  pointer-events: none;
  transition: transform 220ms ease, width 220ms ease, opacity 180ms ease;
  opacity: 0;
}

.menu-toggle {
  display: none;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(20, 70, 47, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 252, 0.92);
  box-shadow: 0 10px 24px rgba(12, 61, 38, 0.08);
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--text);
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 252, 0.98);
  border-color: rgba(20, 70, 47, 0.18);
  box-shadow: 0 14px 28px rgba(12, 61, 38, 0.12);
}

.hero,
.page-hero {
  padding: 5.5rem 0 4rem;
}

.hero {
  position: relative;
  min-height: 74vh;
  display: grid;
  align-items: end;
  overflow: visible;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 1.5rem auto auto 0;
  width: min(42vw, 460px);
  height: min(42vw, 460px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6, 151, 71, 0.14), transparent 68%);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: 0;
  overflow: hidden;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(6, 151, 71, 0.62) 0%,
      rgba(6, 151, 71, 0.38) 24%,
      rgba(6, 151, 71, 0.18) 42%,
      rgba(6, 151, 71, 0) 64%
    );
  opacity: 0;
  transition: opacity 90ms linear;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

body.hero-image-ready .hero-media::before {
  opacity: var(--hero-green-overlay-opacity);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(5, 106, 52, 0.28) 0%,
      rgba(5, 106, 52, 0.14) 20%,
      rgba(5, 106, 52, 0.05) 38%,
      rgba(5, 106, 52, 0) 58%
    );
  opacity: 0;
  transition: opacity 90ms linear;
  pointer-events: none;
  z-index: 2;
}

body.hero-image-ready .hero-media::after {
  opacity: var(--hero-overlay-opacity);
}

.hero-booking-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 2.4rem;
  transform: translateY(4.5rem);
}

.section-grid,
.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--accent-dark);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 5.7rem);
  line-height: 0.95;
  max-width: 11ch;
}

h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  line-height: 1;
}

.hero-text,
.page-hero-inner p:last-child,
.section-copy p,
.discover-panel p,
.info-card p,
.contact-list p,
.contact-form label,
.site-footer p,
.site-footer a {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  background: var(--accent-dark);
  color: #fffaf4;
}

.button-secondary {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}

.info-card,
.contact-card,
.discover-panel {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.hero-image {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: calc(100% + 240px);
  object-fit: cover;
  object-position: center 42%;
  transform: translate3d(0, var(--hero-parallax), 0);
  will-change: transform;
  opacity: 0;
  transition: opacity 700ms ease, filter 700ms ease;
  filter: saturate(0.92) brightness(0.98);
}

body.hero-image-ready .hero-image {
  opacity: 1;
  filter: saturate(1) brightness(1);
}

.booking-bar {
  display: grid;
  width: 100%;
  grid-template-columns: 1.1fr 1.1fr 0.8fr auto;
  gap: 0.9rem;
  align-items: end;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(245, 246, 239, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  position: relative;
}

.booking-field {
  display: grid;
  gap: 0.45rem;
  position: relative;
}

.booking-field label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

.booking-field input,
.booking-field select {
  width: 100%;
  min-height: 54px;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font: inherit;
}

.booking-date-trigger,
.booking-select-trigger {
  width: 100%;
  min-height: 54px;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: border-radius 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.booking-date-trigger::after,
.booking-select-trigger::after {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 4px;
  border: 2px solid rgba(23, 50, 39, 0.7);
  box-sizing: border-box;
}

.booking-date-trigger::after {
  background:
    linear-gradient(rgba(23, 50, 39, 0.7), rgba(23, 50, 39, 0.7)) center 4px / 10px 2px no-repeat;
}

.booking-select-trigger::after {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border: 0;
  border-right: 2px solid rgba(23, 50, 39, 0.7);
  border-bottom: 2px solid rgba(23, 50, 39, 0.7);
  border-radius: 0;
  transform: rotate(45deg) translateY(-2px);
  background: none;
}

.booking-date-trigger:focus-visible,
.booking-select-trigger:focus-visible {
  outline: 2px solid rgba(6, 151, 71, 0.3);
  outline-offset: 2px;
}

.booking-date-value,
.booking-select-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.booking-select-menu {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  padding: 0.45rem;
  border-radius: 0 0 16px 16px;
  background: rgba(255, 255, 252, 0.98);
  border: 1px solid rgba(20, 70, 47, 0.12);
  border-top: 0;
  box-shadow: 0 16px 36px rgba(12, 61, 38, 0.14);
  z-index: 4;
  opacity: 0;
  transform: translateY(-8px) scaleY(0.96);
  transform-origin: top;
  pointer-events: none;
  transition: opacity 100ms ease, transform 100ms ease;
}

.booking-select-menu.opens-upward {
  top: auto;
  bottom: calc(100% - 1px);
  border-radius: 16px 16px 0 0;
  border-top: 1px solid rgba(20, 70, 47, 0.12);
  border-bottom: 0;
  transform-origin: bottom;
  box-shadow: 0 -16px 36px rgba(12, 61, 38, 0.14);
}

.booking-select-menu.is-open {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  pointer-events: auto;
}

.booking-field.is-open .booking-select-trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.booking-field.is-open.opens-upward .booking-select-trigger {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.booking-select-option {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 0.9rem 0.95rem;
  background: transparent;
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.booking-select-option:hover,
.booking-select-option:focus-visible,
.booking-select-option[aria-selected="true"] {
  background: rgba(6, 151, 71, 0.1);
  outline: none;
}

.booking-calendar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 360px;
  padding: 1rem;
  border-radius: 0 0 20px 20px;
  background: rgba(255, 255, 252, 0.98);
  border: 1px solid rgba(20, 70, 47, 0.12);
  border-top: 0;
  box-shadow: 0 20px 50px rgba(12, 61, 38, 0.18);
  opacity: 0;
  transform: translateY(-6px) scaleY(0.98);
  transform-origin: top;
  pointer-events: none;
  transition: opacity 100ms ease, transform 100ms ease;
}

.booking-calendar.opens-upward {
  border-radius: 20px 20px 0 0;
  border-top: 1px solid rgba(20, 70, 47, 0.12);
  border-bottom: 0;
  transform-origin: bottom;
  box-shadow: 0 -14px 34px rgba(12, 61, 38, 0.12);
}

.booking-calendar.is-open {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  pointer-events: auto;
}

.booking-field.is-open .booking-date-trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 6;
}

.booking-field.is-open.opens-upward .booking-date-trigger {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.booking-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.booking-calendar-title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.calendar-nav {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.booking-calendar-weekdays,
.booking-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
}

.booking-calendar-weekdays {
  margin-bottom: 0.45rem;
}

.booking-calendar-weekdays span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--muted);
}

.calendar-day,
.calendar-empty {
  aspect-ratio: 1;
}

.calendar-empty {
  pointer-events: none;
}

.calendar-day {
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--text);
  font: inherit;
  cursor: pointer;
}

.calendar-day:hover,
.calendar-day:focus-visible {
  background: rgba(6, 151, 71, 0.1);
  outline: none;
}

.calendar-day.is-selected {
  background: var(--accent);
  color: #fff;
}

.calendar-day.is-range {
  background: rgba(6, 151, 71, 0.14);
  color: var(--text);
}

.calendar-day.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.calendar-day.is-today {
  box-shadow: inset 0 0 0 1px rgba(6, 151, 71, 0.45);
}

.booking-submit {
  min-width: 210px;
}

.card-label {
  margin: 0 0 1.25rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent-dark);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.feature-list {
  display: grid;
  gap: 1rem;
}

.feature-list article {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.feature-list article:first-child {
  padding-top: 0;
  border-top: 0;
}

.feature-list strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.15rem;
}

.feature-list span {
  color: var(--muted);
  line-height: 1.7;
}

.intro-strip {
  border-top: 1px solid rgba(20, 70, 47, 0.08);
  border-bottom: 1px solid rgba(20, 70, 47, 0.08);
  background: rgba(255, 255, 252, 0.45);
}

.contact-ribbon {
  position: relative;
  overflow: hidden;
}

.contact-ribbon::before {
  content: "";
  position: absolute;
  inset: -12%;
  background:
    radial-gradient(circle at 50% 20%, rgba(10, 90, 49, 0.14), transparent 34%),
    radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.04), transparent 26%),
    linear-gradient(90deg, #1c1c1b 0%, #21211f 50%, #1d2621 100%);
  transform: translate3d(var(--ribbon-shift-x), 0, 0) scale(var(--ribbon-scale));
  transform-origin: center;
  will-change: transform;
  transition: transform 120ms linear;
  pointer-events: none;
}

.contact-ribbon > * {
  position: relative;
  z-index: 1;
}

.contact-ribbon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.2rem 0;
}

.contact-ribbon-item {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.7rem;
  min-height: 96px;
  padding: 0.5rem 0.75rem;
  text-align: center;
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
  border-radius: 18px;
}

.contact-ribbon-item:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.04);
}

.contact-ribbon-item img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: transform 180ms ease, filter 180ms ease;
}

.contact-ribbon-item span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color 180ms ease;
}

.contact-ribbon-item:hover img,
.contact-ribbon-item:focus-visible img {
  transform: translateY(-2px) scale(1.06);
  filter: drop-shadow(0 6px 14px rgba(6, 151, 71, 0.22));
}

.contact-ribbon-item:hover span,
.contact-ribbon-item:focus-visible span {
  color: #dff2e7;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.2rem 0;
}

.intro-grid p {
  margin: 0;
  color: var(--accent-dark);
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
}

.section {
  padding: 5rem 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(223, 242, 231, 0.55), rgba(223, 242, 231, 0.16));
}

.section-copy {
  display: grid;
  gap: 1rem;
}

.about-hotel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 340px);
  gap: 2rem;
  align-items: stretch;
}

.about-hotel-copy {
  padding: 0.2rem 0 0;
}

.about-hotel-figure {
  margin: 0;
  min-height: 235px;
  border-radius: 0;
  overflow: hidden;
  background: rgba(223, 242, 231, 0.4);
}

.about-hotel-figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 320ms ease;
}

.about-hotel-figure:hover img {
  transform: scale(1.03);
}

.about-hotel-highlights {
  grid-column: 1 / -1;
  padding: 1.9rem 0 0;
}

.about-hotel-points {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.hotel-point {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  text-align: center;
  padding: 0.4rem 0;
}

.hotel-point strong {
  display: block;
  font-size: 0.98rem;
}

.hotel-point-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.about-inline-link {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.section-copy p,
.discover-panel p,
.page-hero-inner p:last-child {
  margin: 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.stay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.info-card,
.contact-card {
  padding: 1.75rem;
}

.stay-card {
  padding: 0;
  overflow: hidden;
  display: grid;
  min-height: 100%;
}

.stay-card-link {
  display: grid;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.stay-card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.stay-card-copy {
  padding: 1.45rem 1.55rem 1.55rem;
}

.info-card h3,
.contact-card h2 {
  margin: 0 0 0.75rem;
  font-size: 2rem;
}

.card-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.card-heading-row h2 {
  margin-bottom: 0;
}

.copy-card-button {
  min-height: 40px;
  padding: 0 1rem;
  flex-shrink: 0;
}

.copy-card-button.is-copied {
  background: rgba(6, 151, 71, 0.1);
  border-color: rgba(6, 151, 71, 0.3);
}

.stay-card h3 {
  font-size: 2.1rem;
}

.stay-card p {
  margin: 0;
}

.stay-card-clickable {
  position: relative;
  top: 0;
  transition: top 180ms ease;
}

.stay-card-clickable:hover,
.stay-card-clickable:focus-within {
  top: -6px;
}

.stay-card-link:focus-visible {
  outline: 2px solid rgba(5, 106, 52, 0.45);
  outline-offset: -2px;
}

.discover-panel {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(5, 106, 52, 0.92), rgba(6, 151, 71, 0.86));
  color: #f8fff9;
}

.discover-panel .eyebrow,
.discover-panel p,
.discover-panel h2 {
  color: #f8fff9;
}

.page-hero-inner {
  max-width: 820px;
  text-align: center;
}

.page-hero {
  padding: 2.2rem 0 0.6rem;
}

.page-hero + .section {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.page-hero-inner h1 {
  max-width: none;
  margin-bottom: 0;
}

.contact-title-lockup {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
}

.contact-title-lockup h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 5vw, 2.9rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.contact-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.contact-dots span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
}

body.preload .contact-dots span:nth-child(1) {
  opacity: 0;
  transform: translateX(-18px);
}

body.preload .contact-dots span:nth-child(2) {
  opacity: 0;
  transform: scale(0.75);
}

body.preload .contact-dots span:nth-child(3) {
  opacity: 0;
  transform: translateX(18px);
}

body.is-ready .contact-dots span:nth-child(1) {
  animation: dot-merge-left 420ms ease-out 140ms both;
}

body.is-ready .contact-dots span:nth-child(2) {
  animation: dot-merge-center 360ms ease-out 180ms both;
}

body.is-ready .contact-dots span:nth-child(3) {
  animation: dot-merge-right 420ms ease-out 140ms both;
}

.contact-layout {
  align-items: start;
  gap: 2.75rem;
}

.contact-list {
  display: grid;
  gap: 1rem;
}

.contact-list-item {
  display: grid;
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.contact-list-clickable {
  cursor: pointer;
}

.contact-list-item img,
.contact-list-placeholder {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transform: translateY(9px);
}

.contact-list-card {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0.9rem;
  align-items: start;
  color: inherit;
  text-decoration: none;
  border-radius: 18px;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-list-card:hover,
.contact-list-card:focus-visible {
  transform: translateY(-2px);
}

.contact-list-static .contact-list-card {
  transition: none;
}

.contact-list-static .contact-list-card:hover,
.contact-list-static .contact-list-card:focus-visible {
  transform: none;
}

.contact-list-card > span,
.contact-list-item > span {
  display: grid;
  gap: 0.3rem;
}

.contact-list-card strong,
.contact-list-item strong {
  color: var(--text);
  font-weight: 500;
}

.contact-list-card > span > span,
.contact-list-item > span > span {
  color: var(--text);
  font-weight: 700;
}

.contact-list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-list-item img,
.contact-list-placeholder {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transform: translateY(9px);
}

.contact-list-item > span {
  display: grid;
  gap: 0.3rem;
}

.contact-list-item strong {
  color: var(--text);
  font-weight: 500;
}

.contact-list-item > span > span {
  color: var(--text);
  font-weight: 700;
}

.company-list p {
  display: grid;
  gap: 0.3rem;
  margin: 0;
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--line);
}

.company-list p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.company-list strong {
  color: var(--text);
}

.contact-layout > .contact-card {
  height: 100%;
}

.contact-form-card {
  display: grid;
  align-content: start;
}

.company-stack {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.company-stack p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.company-stack .company-divider {
  margin-top: 0.35rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.company-stack span {
  color: var(--text);
}

.company-stack strong {
  color: var(--text);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-strong);
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--text);
}

.contact-form textarea {
  resize: vertical;
}

.section-map {
  padding-top: 1rem;
  padding-bottom: 2.4rem;
}

.map-card h2 {
  margin-bottom: 1rem;
}

.travel-accordion {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.9rem;
}

.travel-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  overflow: hidden;
}

.travel-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.2rem;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.travel-item summary::-webkit-details-marker {
  display: none;
}

.travel-item summary::after {
  content: "+";
  font-size: 1.3rem;
  line-height: 1;
  color: var(--accent-dark);
  transition: transform 180ms ease;
}

.travel-item[open] summary::after {
  transform: rotate(45deg);
}

.travel-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 1.2rem;
  border-top: 1px solid transparent;
  transition:
    max-height 260ms ease,
    padding 260ms ease,
    opacity 180ms ease,
    border-color 260ms ease;
}

.travel-item[open] .travel-content {
  opacity: 1;
  padding: 0 1.2rem 1.2rem;
  border-top-color: rgba(20, 70, 47, 0.08);
}

.travel-item.is-closing .travel-content {
  opacity: 0;
  padding: 0 1.2rem;
  border-top-color: transparent;
}

.travel-content p {
  margin: 0.85rem 0 0;
}

.travel-content p:first-child {
  margin-top: 1rem;
}

.sauna-layout {
  align-items: stretch;
}

.sauna-layout > .contact-card {
  height: auto;
}

.sauna-side-stack {
  display: grid;
  gap: 1.5rem;
  align-content: start;
}

.page-card-stack {
  display: grid;
  gap: 1.5rem;
}

.sauna-copy {
  gap: 1.1rem;
}

.gallery-page-card {
  display: grid;
  gap: 2rem;
}

.gallery-page-intro {
  max-width: 720px;
}

.gallery-page-intro h2 {
  margin: 0 0 0.75rem;
}

.gallery-page-intro p {
  margin: 0;
}

#gallery-page-sections {
  display: grid;
  gap: 2rem;
}

.gallery-category {
  display: grid;
  gap: 1.15rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(20, 70, 47, 0.12);
}

.gallery-category:first-child {
  padding-top: 0;
  border-top: 0;
}

.gallery-category-heading {
  display: grid;
  gap: 0.35rem;
}

.gallery-category-heading .eyebrow {
  margin-bottom: 0;
}

.gallery-category-heading h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.gallery-page-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.gallery-page.preload .site-footer {
  opacity: 0;
}

body.gallery-page.is-ready .site-footer {
  animation: panel-fade 500ms ease 140ms both;
}

.sauna-callout {
  margin-top: 1.4rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(20, 70, 47, 0.08);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 1.25rem;
  align-items: center;
}

.sauna-callout p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.sauna-callout-button {
  white-space: nowrap;
}

.sauna-stack {
  gap: 0.85rem;
}

.sauna-table {
  display: grid;
  gap: 0;
}

.sauna-table-row {
  display: grid;
  grid-template-columns: minmax(112px, 0.82fr) minmax(0, 1.55fr);
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
}

.sauna-table-row:first-child {
  padding-top: 0.35rem;
}

.sauna-table-row:last-child {
  border-bottom: 0;
}

.sauna-table-label {
  color: var(--muted);
}

.sauna-table-value {
  color: var(--text);
  font-weight: 700;
}

.sauna-table-value-group {
  display: grid;
  gap: 0.2rem;
}

.sauna-table-note {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.sauna-includes-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.sauna-include-item {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(6, 151, 71, 0.08);
  color: var(--text);
  font-weight: 700;
  line-height: 1.3;
}

.conference-includes-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.conference-table-row {
  grid-template-columns: minmax(0, 1fr);
}

.conference-include-item {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(6, 151, 71, 0.08);
  color: var(--text);
  font-weight: 700;
  line-height: 1.3;
}

.conference-style-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.conference-style-item {
  position: relative;
  top: 0;
  margin: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  background: rgba(6, 151, 71, 0.04);
  border: 1px solid rgba(20, 70, 47, 0.08);
  transition: top 180ms ease;
}

.conference-style-trigger {
  display: grid;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.conference-style-item:hover,
.conference-style-item:focus-within {
  top: -6px;
}

.conference-style-trigger:focus-visible {
  outline: 2px solid rgba(5, 106, 52, 0.45);
  outline-offset: -2px;
}

.conference-style-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fffdfa;
  padding: 0.75rem;
}

.conference-style-item figcaption {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 1rem 1rem;
}

.conference-style-item strong {
  color: var(--text);
  font-weight: 700;
  line-height: 1.3;
}

.conference-style-item span {
  color: var(--muted);
  line-height: 1.45;
}

.conference-documents {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.85rem;
}

.conference-documents-section {
  display: grid;
  gap: 0.4rem;
  margin-top: 0.35rem;
  padding: 1rem 0 0.9rem;
  border-top: 1px solid var(--line);
}

.conference-documents-card {
  align-content: start;
}

.conference-documents-note {
  margin: 0.1rem 0 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.75;
}

.sauna-table-section {
  margin-top: 0.35rem;
  padding: 1rem 0 0.9rem;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-weight: 700;
}

.sauna-book-panel {
  min-height: 0;
  align-content: start;
}

.sauna-book-link {
  text-decoration: none;
  position: relative;
  top: 0;
  transition: top 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.sauna-book-link {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.sauna-book-link h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.1;
  margin-bottom: 0;
}

.sauna-book-arrow {
  font-size: 2rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.sauna-book-link:hover {
  top: -3px;
  box-shadow: 0 28px 68px rgba(12, 61, 38, 0.18);
  filter: saturate(1.03);
}

.sauna-book-link:hover .sauna-book-arrow {
  transform: translateX(4px);
}

.sauna-gallery-section {
  padding-top: 0.3rem;
  padding-bottom: 2.4rem;
}

.sauna-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.sauna-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.sauna-gallery-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.sauna-gallery-trigger img {
  transition: transform 240ms ease, filter 240ms ease;
}

.sauna-gallery-trigger:hover img {
  transform: scale(1.03);
  filter: saturate(1.04);
}

.sauna-visual img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 220ms ease;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox.is-visible {
  opacity: 1;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 16, 10, 0.82);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 220ms ease;
}

.gallery-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 1160px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  opacity: 0;
  transform: translateY(18px) scale(0.97);
  transition: opacity 240ms ease, transform 240ms ease;
}

.gallery-lightbox.is-visible .gallery-lightbox-backdrop,
.gallery-lightbox.is-visible .gallery-lightbox-dialog {
  opacity: 1;
}

.gallery-lightbox.is-visible .gallery-lightbox-dialog {
  transform: translateY(0) scale(1);
}

.gallery-lightbox-figure {
  margin: 0;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  touch-action: pan-y;
  cursor: grab;
}

.gallery-lightbox-figure.is-dragging {
  cursor: grabbing;
}

.gallery-lightbox-viewport {
  overflow: hidden;
  background: transparent;
}

.gallery-lightbox-track {
  display: flex;
  width: 300%;
  transform: translateX(-33.3333%);
  transition: transform 260ms ease;
  will-change: transform;
  backface-visibility: hidden;
}

.gallery-lightbox-image {
  width: 33.3333%;
  max-height: min(82vh, 900px);
  display: block;
  object-fit: contain;
  background: transparent;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-lightbox-caption {
  display: none;
}

.gallery-lightbox.is-styles-gallery .gallery-lightbox-figure {
  background: #fffdfa;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-lightbox.is-styles-gallery .gallery-lightbox-viewport {
  background: #fffdfa;
}

.gallery-lightbox.is-styles-gallery .gallery-lightbox-image {
  background: #fffdfa;
  padding: 1.35rem 1.35rem 0.3rem;
}

.gallery-lightbox.is-styles-gallery .gallery-lightbox-caption {
  display: block;
  padding: 0.2rem 1.35rem 1.15rem;
  background: #fffdfa;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.gallery-lightbox-arrow,
.gallery-lightbox-close {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #f8fff9;
  backdrop-filter: blur(8px);
}

.gallery-lightbox-arrow {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 1;
}

.gallery-lightbox-close {
  position: absolute;
  top: -0.85rem;
  right: -0.85rem;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 1.8rem;
  line-height: 1;
}

.gallery-lightbox-arrow:hover,
.gallery-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.map-embed {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.site-footer {
  padding: 3rem 0;
  border-top: 1px solid rgba(20, 70, 47, 0.08);
  background: rgba(8, 43, 28, 0.97);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 0.9fr 0.65fr;
  gap: 2rem;
}

.site-footer h3,
.site-footer h4 {
  margin: 0 0 0.8rem;
  color: #effaf1;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0.3rem 0;
  color: rgba(239, 250, 241, 0.78);
}

@keyframes fade-rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

@keyframes panel-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes dot-merge-left {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }

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

@keyframes dot-merge-center {
  from {
    opacity: 0;
    transform: scale(0.75);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes dot-merge-right {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

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

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

  .hero-image {
    transform: none;
    opacity: 1;
    filter: none;
    transition: none;
  }

  body.preload .reveal {
    opacity: 1;
    transform: none;
  }

  body.preload .contact-dots span:nth-child(1),
  body.preload .contact-dots span:nth-child(2),
  body.preload .contact-dots span:nth-child(3),
  body.is-ready .contact-dots span:nth-child(1),
  body.is-ready .contact-dots span:nth-child(2),
  body.is-ready .contact-dots span:nth-child(3) {
    opacity: 1;
    transform: none;
    animation: none;
  }

  body.is-ready .reveal,
  body.is-ready .reveal-delay-1,
  body.is-ready .reveal-delay-2,
  body.is-ready .reveal-delay-3 {
    animation: none;
  }
}

@media (max-width: 920px) {
  .about-hotel,
  .section-grid,
  .stay-grid,
  .cards,
  .discover-panel,
  .contact-layout,
  .footer-grid,
  .intro-grid {
    grid-template-columns: 1fr;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.6rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 252, 0.97);
    border: 1px solid rgba(20, 70, 47, 0.08);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top center;
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 0s linear 180ms;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 0s linear 0s;
  }

  .booking-bar {
    grid-template-columns: 1fr 1fr;
  }

  .contact-ribbon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .about-hotel-copy {
    padding: 0;
  }

  .about-hotel-figure {
    min-height: 280px;
  }

  .about-hotel-highlights {
    padding-top: 1.5rem;
  }

  .about-hotel-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-layout,
  .page-card-stack {
    gap: 1.5rem;
  }

  .sauna-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-lightbox-dialog {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .gallery-lightbox-arrow[data-gallery-prev] {
    left: 0.35rem;
  }

  .gallery-lightbox-arrow[data-gallery-next] {
    right: 0.35rem;
  }

  .gallery-lightbox-close {
    top: 0.5rem;
    right: 0.5rem;
  }

  .sauna-gallery-section {
    padding-bottom: 1.4rem;
  }

  .booking-calendar {
    width: 100%;
    max-width: 360px;
  }

  .booking-select-menu {
    position: absolute;
  }

  .booking-submit {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hero,
  .section {
    padding: 4rem 0;
  }

  .hero {
    min-height: 64vh;
  }

  .hero-booking-wrap {
    padding-bottom: 1.4rem;
    transform: translateY(2.25rem);
  }

  .booking-bar {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 0.85rem;
    border-radius: 18px;
  }

  .booking-calendar {
    width: 100%;
    max-width: none;
  }

  .page-hero {
    padding: 1.8rem 0 0.45rem;
  }

  .page-hero + .section {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .gallery-page-card,
  #gallery-page-sections {
    gap: 1.6rem;
  }

  .gallery-category {
    padding-top: 1.5rem;
  }

  .section-map {
    padding-bottom: 1.4rem;
  }

  .contact-ribbon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.2rem;
    padding: 0.7rem 0;
  }

  .contact-ribbon-item {
    min-height: 82px;
    padding: 0.45rem 0.5rem;
  }

  .contact-ribbon-item span {
    font-size: 0.83rem;
  }

  .header-inner {
    min-height: 76px;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .brand-logo-stack {
    width: 210px;
    height: 58px;
  }

.brand-logo-symbol {
    width: 56px;
  }
}

@media (min-width: 921px) {
  .header-inner {
    height: 84px;
    align-items: stretch;
  }

  .brand {
    align-self: center;
  }

  .site-nav {
    height: 84px;
    align-items: stretch;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
