/* Savu — Midnight Birch */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #101817;
  color: #f3eee3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

strong {
  font-weight: 600;
  color: #eee7da;
}

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6%;
  letter-spacing: 0.08em;
  font-size: 11px;
  text-transform: uppercase;
  background: rgba(16, 24, 23, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(198, 168, 120, 0.08);
}

.logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  letter-spacing: 0.16em;
  text-transform: none;
  color: #f3eee3;
}

.site-nav {
  display: flex;
  gap: 24px;
  color: #c5cabe;
}

.site-nav a {
  position: relative;
  padding: 4px 0;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #f3eee3;
}

.site-nav a.is-active {
  color: #d1b67e;
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: #c6a878;
  opacity: 0.7;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  background: #f3eee3;
  margin: 6px auto;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* Typography */
.eyebrow {
  color: #d1b67e;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
  color: #f3eee3;
}

h1 {
  font-size: clamp(42px, 7vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0 0 22px;
}

h2 {
  font-size: clamp(28px, 4.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}

h3 {
  font-size: 20px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.lede {
  color: #c5cfca;
  font-size: 15px;
  max-width: 420px;
  margin: 0 0 28px;
  line-height: 1.65;
}

p {
  color: #c5cfca;
  margin: 0 0 1em;
}

.section-title {
  margin-bottom: 36px;
}

/* Buttons */
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c6a878;
  background: #c6a878;
  color: #17211f;
  padding: 13px 20px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.btn:hover,
.btn:focus-visible {
  background: #d4b888;
  border-color: #d4b888;
}

.btn:active {
  transform: translateY(1px);
}

.btn-secondary {
  background: transparent;
  color: #eee7da;
  border-color: #71807a;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(243, 238, 227, 0.06);
  border-color: #aab8b1;
  color: #f3eee3;
}

.btn-block {
  width: 100%;
}

.btn:disabled {
  opacity: 0.55;
  cursor: wait;
}

.text-link {
  color: #d1b67e;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(209, 182, 126, 0.35);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: #f3eee3;
  border-color: rgba(243, 238, 227, 0.45);
}

/* Hero home */
.hero {
  position: relative;
  overflow: hidden;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: end;
  padding: 0 0 48px;
}

.hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 35%, rgba(180, 151, 99, 0.24), transparent 24%),
    linear-gradient(120deg, rgba(8, 19, 19, 0.95) 28%, rgba(8, 19, 19, 0.35)),
    linear-gradient(145deg, #122525 0%, #263c38 47%, #0c1718 48%, #101817 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-line {
  position: absolute;
  right: -5%;
  top: 18%;
  width: 62%;
  height: 1px;
  background: #c6a878;
  opacity: 0.5;
  transform: rotate(-9deg);
  z-index: 2;
  pointer-events: none;
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  opacity: 0.55;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 100px 7% 24px;
  max-width: 640px;
}

.hero-note {
  position: absolute;
  right: 7%;
  bottom: 28px;
  z-index: 3;
  color: #aab8b1;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}

.hero-note b {
  color: #d1b67e;
  font-weight: normal;
}

/* Sections */
.section {
  padding: 88px 0;
  position: relative;
}

.section.tight-top {
  padding-top: 36px;
}

.section-inner {
  width: min(1120px, 88%);
  margin: 0 auto;
}

.section-inner.narrow {
  width: min(720px, 88%);
}

.band-dark {
  background: #0c1413;
}

.band-soft {
  background: linear-gradient(180deg, #13201e 0%, #101817 100%);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  align-items: center;
}

.split.reverse .split-text {
  order: 2;
}

.split.reverse .split-media {
  order: 1;
}

.split-text .lede,
.split-text p {
  max-width: 440px;
}

.split-media {
  margin: 0;
  position: relative;
}

.split-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
  border: 1px solid rgba(198, 168, 120, 0.12);
}

.split-media figcaption,
.feature-card figcaption {
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8f9e97;
}

.trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 18px;
  border: 1px solid rgba(198, 168, 120, 0.1);
}

.feature-card p {
  margin: 0;
  font-size: 14px;
  color: #b7c2bc;
}

.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 36px;
  margin: 28px 0 32px;
}

.stat {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  color: #d1b67e;
  letter-spacing: -0.03em;
  line-height: 1;
}

.stat-label {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8f9e97;
}

.quote-section {
  padding: 72px 0;
}

.quote-section blockquote {
  margin: 0;
}

.quote-section blockquote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.25;
  color: #eee7da;
  letter-spacing: -0.02em;
  margin: 0;
}

.quote-meta {
  margin: 22px 0 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8f9e97;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.cta-band .cta-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-band .cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(10, 18, 17, 0.94) 30%, rgba(10, 18, 17, 0.55) 70%, rgba(10, 18, 17, 0.75));
  z-index: 1;
}

.cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.cta-inner p {
  max-width: 420px;
}

.cta-simple {
  background: #0c1413;
}

.cta-simple::after,
.cta-simple .cta-media {
  display: none;
}

/* Page heroes */
.page-hero {
  position: relative;
  padding: 56px 0 0;
  overflow: hidden;
}

.page-hero-compact {
  padding-bottom: 20px;
}

.page-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(180, 151, 99, 0.18), transparent 30%),
    linear-gradient(180deg, #152422 0%, #101817 100%);
  z-index: 0;
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 36px;
}

.page-hero-media {
  position: relative;
  z-index: 1;
  width: min(1120px, 88%);
  margin: 0 auto;
}

.page-hero-media img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border: 1px solid rgba(198, 168, 120, 0.12);
}

/* Session page */
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-top: 1px solid rgba(198, 168, 120, 0.14);
}

.step:last-child {
  border-bottom: 1px solid rgba(198, 168, 120, 0.14);
}

.step-num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: #d1b67e;
  letter-spacing: 0.06em;
  padding-top: 4px;
}

.step h3 {
  margin-bottom: 8px;
}

.step p {
  margin: 0;
  max-width: 560px;
}

.check-list,
.plain-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li,
.plain-list li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid rgba(198, 168, 120, 0.1);
  color: #c5cfca;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15em;
  width: 8px;
  height: 1px;
  background: #c6a878;
}

.plain-list li {
  padding-left: 0;
}

.plain-list.soft li {
  border-bottom-color: rgba(198, 168, 120, 0.08);
  font-size: 14px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 64px;
}

.note-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 36px 0 40px;
  text-align: left;
}

.note-grid article {
  padding: 22px;
  border: 1px solid rgba(198, 168, 120, 0.14);
  background: rgba(8, 16, 15, 0.35);
}

.note-grid h3 {
  font-size: 16px;
  color: #d1b67e;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.note-grid p {
  margin: 0;
  font-size: 14px;
}

.center-text {
  text-align: center;
}

.center-text .lede,
.center-text > p {
  margin-left: auto;
  margin-right: auto;
}

.center-actions {
  justify-content: center;
}

/* Book page */
.price-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
  padding: 32px 0 36px;
  border-bottom: 1px solid rgba(198, 168, 120, 0.16);
}

.price-banner p {
  max-width: 420px;
  margin-bottom: 0;
}

.price-figure {
  text-align: right;
}

.price-amount {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 72px);
  line-height: 1;
  color: #d1b67e;
  letter-spacing: -0.04em;
}

.price-unit {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8f9e97;
}

.price-extras {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 36px 0 0;
}

.price-extras h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d1b67e;
  margin-bottom: 10px;
}

.price-extras p {
  margin: 0;
  font-size: 14px;
}

.schedule-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 28px;
}

.schedule-head p {
  max-width: 480px;
}

.season-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pill {
  border: 1px solid #71807a;
  background: transparent;
  color: #c5cabe;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.pill.is-active,
.pill:hover,
.pill:focus-visible {
  border-color: #c6a878;
  color: #17211f;
  background: #c6a878;
}

.schedule-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(198, 168, 120, 0.14);
}

.schedule-wrap.is-hidden {
  display: none;
}

.schedule {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  background: rgba(8, 14, 13, 0.4);
}

.schedule th,
.schedule td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(198, 168, 120, 0.1);
  vertical-align: middle;
}

.schedule thead th {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8f9e97;
  font-weight: normal;
  background: rgba(16, 24, 23, 0.8);
}

.schedule tbody th {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: normal;
  color: #eee7da;
  white-space: nowrap;
}

.slot {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  border: 1px solid transparent;
  background: rgba(198, 168, 120, 0.06);
  color: #dce5e0;
  padding: 10px 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  text-align: left;
}

.slot:hover,
.slot:focus-visible {
  border-color: rgba(198, 168, 120, 0.55);
  background: rgba(198, 168, 120, 0.14);
  color: #f3eee3;
}

.slot.is-selected {
  border-color: #c6a878;
  background: rgba(198, 168, 120, 0.22);
  color: #f3eee3;
}

.slot-closed {
  color: #5f6d67;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding-left: 12px;
}

.schedule-note,
.slot-hint {
  margin: 16px 0 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #8f9e97;
}

.slot-hint.is-filled {
  color: #d1b67e;
}

.book-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px 56px;
  align-items: start;
}

.book-aside-media {
  margin: 28px 0;
}

.book-aside-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border: 1px solid rgba(198, 168, 120, 0.12);
}

.book-form {
  padding: 28px;
  border: 1px solid rgba(198, 168, 120, 0.18);
  background:
    radial-gradient(circle at 100% 0%, rgba(180, 151, 99, 0.1), transparent 40%),
    #0e1615;
}

.form-row {
  margin-bottom: 18px;
}

.form-row.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-row label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aab8b1;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  background: #101817;
  border: 1px solid #3a4a45;
  padding: 12px 14px;
  color: #f3eee3;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
  color: #6d7c76;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: #c6a878;
  box-shadow: 0 0 0 1px rgba(198, 168, 120, 0.25);
}

.form-row input.invalid,
.form-row select.invalid,
.form-row textarea.invalid {
  border-color: #c47a6a;
}

.form-row.check {
  margin-top: 8px;
}

.check-label {
  display: flex !important;
  gap: 12px;
  align-items: flex-start;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  font-size: 13px !important;
  line-height: 1.5;
  color: #c5cfca !important;
  cursor: pointer;
}

.check-label input {
  width: auto;
  margin-top: 3px;
  accent-color: #c6a878;
}

.form-status {
  min-height: 1.4em;
  margin: 14px 0 0;
  font-size: 13px;
}

.form-status.is-success {
  color: #d1b67e;
}

.form-status.is-error {
  color: #e0a090;
}

/* Find us */
.meta-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  max-width: 360px;
}

.meta-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(198, 168, 120, 0.12);
  font-size: 14px;
}

.meta-list span {
  color: #8f9e97;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 11px;
  align-self: center;
}

.meta-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-size: 16px;
  color: #eee7da;
}

.arrive-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 8px;
}

.arrive-card {
  padding: 22px 18px;
  border: 1px solid rgba(198, 168, 120, 0.12);
  background: rgba(16, 24, 23, 0.5);
  min-height: 100%;
}

.arrive-num {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  color: #d1b67e;
  font-size: 18px;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}

.arrive-card p {
  margin: 0;
  font-size: 14px;
  color: #b7c2bc;
}

.map-block {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.map-legend {
  margin-top: 24px;
  display: grid;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #aab8b1;
}

.map-legend .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.map-legend .dot.gold {
  background: #c6a878;
  box-shadow: 0 0 0 3px rgba(198, 168, 120, 0.2);
}

.map-legend .dot.mute {
  background: #71807a;
}

.map-legend .dot.line {
  border-radius: 0;
  height: 2px;
  width: 16px;
  background: repeating-linear-gradient(90deg, #c6a878 0 4px, transparent 4px 7px);
}

.map-panel {
  position: relative;
  border: 1px solid rgba(198, 168, 120, 0.16);
  overflow: hidden;
  min-height: 320px;
  background: #0a1211;
}

.map-panel > img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  opacity: 0.75;
}

.map-overlay {
  position: absolute;
  inset: 0;
}

.map-road {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.map-marker {
  position: absolute;
}

.savu-marker {
  left: 74%;
  top: 18%;
}

.town-marker {
  left: 14%;
  top: 68%;
}

.marker-pulse {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c6a878;
  box-shadow: 0 0 0 0 rgba(198, 168, 120, 0.5);
  animation: pulse 2.4s ease-out infinite;
}

.marker-label {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 8px;
  background: rgba(12, 20, 19, 0.82);
  border: 1px solid rgba(198, 168, 120, 0.35);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #eee7da;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(198, 168, 120, 0.45);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(198, 168, 120, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(198, 168, 120, 0);
  }
}

/* Footer */
.site-footer {
  margin-top: auto;
  padding: 56px 6% 28px;
  border-top: 1px solid rgba(198, 168, 120, 0.1);
  background: #0a1211;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 32px;
  width: min(1120px, 100%);
  margin: 0 auto 36px;
}

.footer-tag {
  margin: 14px 0 0;
  color: #8f9e97;
  font-size: 14px;
  max-width: 260px;
}

.footer-label {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d1b67e;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin-bottom: 10px;
}

.site-footer li a {
  color: #c5cabe;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.site-footer li a:hover,
.site-footer li a:focus-visible {
  color: #f3eee3;
}

.footer-small {
  margin: 0;
  color: #8f9e97;
  font-size: 13px;
  max-width: 280px;
  line-height: 1.6;
}

.footer-base {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(198, 168, 120, 0.08);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5f6d67;
}

/* Focus */
:focus-visible {
  outline: 1px solid #c6a878;
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 960px) {
  .split,
  .split.reverse,
  .trio,
  .two-col,
  .book-grid,
  .map-block,
  .price-extras,
  .arrive-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .split.reverse .split-text,
  .split.reverse .split-media {
    order: initial;
  }

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

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0 7% 8px;
    z-index: 3;
  }

  .price-figure {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 5%;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 64px 0 auto 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 8px 5% 20px;
    background: rgba(12, 20, 19, 0.97);
    border-bottom: 1px solid rgba(198, 168, 120, 0.12);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(198, 168, 120, 0.08);
    font-size: 12px;
  }

  .site-nav a.is-active::after {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 88px 5% 20px;
  }

  .section {
    padding: 64px 0;
  }

  .section-inner,
  .page-hero-media {
    width: 90%;
  }

  .note-grid,
  .arrive-grid,
  .form-row.two {
    grid-template-columns: 1fr;
  }

  .step {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .book-form {
    padding: 20px;
  }

  .actions .btn {
    width: 100%;
  }

  .hero-line {
    display: none;
  }
}

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

  .marker-pulse {
    animation: none;
  }

  .btn,
  .slot,
  .pill,
  .site-nav a {
    transition: none;
  }
}