:root {
  --tourism-forest: #123d2e;
  --tourism-leaf: #1f7a4d;
  --tourism-water: #0ea5b7;
  --tourism-sand: #f4ead8;
  --tourism-white: #fffdf8;
  --tourism-ink: #13231b;
  --tourism-muted: #617268;
  --tourism-orange: #ff8a3d;
  --tourism-line: rgba(19, 35, 27, 0.12);
  --tourism-surface: rgba(255, 253, 248, 0.9);
  --tourism-surface-strong: rgba(255, 253, 248, 0.98);
  --tourism-card: rgba(255, 253, 248, 0.95);
  --tourism-field: rgba(255, 255, 255, 0.9);
  --tourism-field-placeholder: rgba(19, 35, 27, 0.48);
  --tourism-nav-bg: rgba(255, 253, 248, 0.72);
  --tourism-nav-hover-bg: rgba(255, 253, 248, 0.94);
  --tourism-body-glow-warm: rgba(255, 138, 61, 0.18);
  --tourism-body-glow-cool: rgba(14, 165, 183, 0.13);
  --tourism-visual-wash: rgba(19, 35, 27, 0.04);
  --tourism-visual-shade: rgba(18, 61, 46, 0.24);
  --tourism-success: #1f7a4d;
  --tourism-danger: #9c3c34;
  --tourism-shadow: 0 24px 64px rgba(18, 61, 46, 0.14);
  --tourism-radius-xl: 24px;
  --tourism-radius-lg: 20px;
  --tourism-radius-md: 14px;
  --tourism-radius-pill: 999px;
  --tourism-max: 1180px;
  --tourism-font-display: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --tourism-font-body: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
  color-scheme: light;
}

html[data-theme="dark"] {
  --tourism-sand: #0e1718;
  --tourism-white: #142123;
  --tourism-ink: #eef6f2;
  --tourism-muted: #9db0a7;
  --tourism-orange: #f0a45d;
  --tourism-line: rgba(238, 246, 242, 0.1);
  --tourism-surface: rgba(14, 25, 27, 0.9);
  --tourism-surface-strong: rgba(17, 30, 33, 0.96);
  --tourism-card: rgba(17, 30, 33, 0.94);
  --tourism-field: rgba(238, 246, 242, 0.08);
  --tourism-field-placeholder: rgba(238, 246, 242, 0.48);
  --tourism-nav-bg: rgba(17, 30, 33, 0.72);
  --tourism-nav-hover-bg: rgba(17, 30, 33, 0.96);
  --tourism-body-glow-warm: rgba(240, 164, 93, 0.16);
  --tourism-body-glow-cool: rgba(84, 151, 127, 0.14);
  --tourism-visual-wash: rgba(238, 246, 242, 0.04);
  --tourism-visual-shade: rgba(0, 0, 0, 0.28);
  --tourism-success: #72d0a3;
  --tourism-danger: #ff8b80;
  --tourism-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
  html[data-theme="auto"] {
    --tourism-sand: #0e1718;
    --tourism-white: #142123;
    --tourism-ink: #eef6f2;
    --tourism-muted: #9db0a7;
    --tourism-orange: #f0a45d;
    --tourism-line: rgba(238, 246, 242, 0.1);
    --tourism-surface: rgba(14, 25, 27, 0.9);
    --tourism-surface-strong: rgba(17, 30, 33, 0.96);
    --tourism-card: rgba(17, 30, 33, 0.94);
    --tourism-field: rgba(238, 246, 242, 0.08);
    --tourism-field-placeholder: rgba(238, 246, 242, 0.48);
    --tourism-nav-bg: rgba(17, 30, 33, 0.72);
    --tourism-nav-hover-bg: rgba(17, 30, 33, 0.96);
    --tourism-body-glow-warm: rgba(240, 164, 93, 0.16);
    --tourism-body-glow-cool: rgba(84, 151, 127, 0.14);
    --tourism-visual-wash: rgba(238, 246, 242, 0.04);
    --tourism-visual-shade: rgba(0, 0, 0, 0.28);
    --tourism-success: #72d0a3;
    --tourism-danger: #ff8b80;
    --tourism-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
    color-scheme: dark;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--tourism-font-body);
  color: var(--tourism-ink);
  background:
    linear-gradient(180deg, rgba(244, 234, 216, 0.72), rgba(255, 253, 248, 0.96)),
    radial-gradient(circle at 12% 8%, var(--tourism-body-glow-warm), transparent 24%),
    radial-gradient(circle at 86% 11%, var(--tourism-body-glow-cool), transparent 18%),
    var(--tourism-white);
}

a {
  color: inherit;
}

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

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

.tourism-shell {
  width: min(calc(100% - 32px), var(--tourism-max));
  margin: 0 auto;
}

.tourism-topbar,
.tourism-brand,
.tourism-nav,
.tourism-actions,
.tourism-section-head,
.tourism-footer {
  display: flex;
  align-items: center;
}

.tourism-topbar {
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
  padding: 14px 0;
}

.tourism-brand {
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.tourism-nav,
.tourism-actions {
  flex-wrap: wrap;
  gap: 10px;
}

.tourism-nav {
  justify-content: flex-end;
}

.tourism-eyebrow {
  margin: 0;
  color: var(--tourism-orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tourism-display {
  margin: 0;
  font-family: var(--tourism-font-display);
  line-height: 1.03;
  letter-spacing: 0;
}

.tourism-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--tourism-radius-pill);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.tourism-button:hover,
.tourism-nav a:hover {
  transform: translateY(-1px);
}

.tourism-button-primary {
  background: linear-gradient(135deg, var(--tourism-leaf), var(--tourism-forest));
  color: #fff;
  box-shadow: 0 16px 34px rgba(18, 61, 46, 0.24);
}

.tourism-button-ghost {
  border-color: rgba(255, 253, 248, 0.42);
  background: rgba(255, 253, 248, 0.14);
  color: #fff;
}

.tourism-button-soft {
  border-color: rgba(31, 122, 77, 0.24);
  background: rgba(31, 122, 77, 0.08);
  color: var(--tourism-forest);
}

.tourism-button:focus-visible,
.tourism-nav a:focus-visible,
.tourism-brand:focus-visible,
.tourism-field:focus-visible {
  outline: 3px solid var(--tourism-orange);
  outline-offset: 3px;
}

.tourism-hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--tourism-forest);
  color: #fff;
  box-shadow: var(--tourism-shadow);
}

.tourism-hero-media,
.tourism-hero-media img,
.tourism-hero-overlay {
  position: absolute;
  inset: 0;
}

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

.tourism-hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 18, 14, 0.76), rgba(18, 61, 46, 0.46) 52%, rgba(6, 18, 14, 0.2)),
    linear-gradient(0deg, rgba(6, 18, 14, 0.58), rgba(6, 18, 14, 0.08) 54%);
}

.tourism-hero-content,
.tourism-floating-panel {
  position: relative;
  z-index: 2;
}

.tourism-hero-content {
  display: grid;
  align-content: center;
  gap: 20px;
  max-width: 780px;
  min-height: 620px;
  padding: 42px;
}

.tourism-panel,
.tourism-card,
.tourism-section,
.tourism-final-cta,
.tourism-floating-panel {
  border: 1px solid var(--tourism-line);
  border-radius: var(--tourism-radius-xl);
  background: var(--tourism-surface);
  box-shadow: var(--tourism-shadow);
}

.tourism-panel,
.tourism-section {
  padding: 28px;
}

.tourism-grid {
  display: grid;
  gap: 14px;
}

.tourism-flow {
  display: grid;
  gap: 12px;
}

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

.tourism-auto-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.tourism-card {
  overflow: hidden;
  background: var(--tourism-card);
}

.tourism-flow-step {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.tourism-card-media {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.tourism-card-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.tourism-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tourism-pill {
  border: 1px solid rgba(31, 122, 77, 0.2);
  border-radius: var(--tourism-radius-pill);
  padding: 9px 12px;
  background: rgba(31, 122, 77, 0.1);
  color: var(--tourism-forest);
  font-weight: 800;
}

.tourism-booking-form {
  display: grid;
  gap: 12px;
}

.tourism-booking-form label {
  display: grid;
  gap: 7px;
}

.tourism-booking-form label span {
  color: var(--tourism-muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tourism-field {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--tourism-line);
  border-radius: 14px;
  padding: 0 12px;
  background: var(--tourism-field);
  color: var(--tourism-ink);
}

.tourism-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.tourism-gallery img {
  width: 100%;
  height: 320px;
  border-radius: var(--tourism-radius-lg);
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(19, 35, 27, 0.1);
  box-shadow: 0 18px 44px rgba(18, 61, 46, 0.16);
}

@media (max-width: 980px) {
  .tourism-topbar,
  .tourism-section-head,
  .tourism-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 640px) {
  .tourism-shell {
    width: min(calc(100% - 20px), var(--tourism-max));
  }

  .tourism-hero,
  .tourism-hero-content {
    min-height: 560px;
  }

  .tourism-hero-content,
  .tourism-panel,
  .tourism-section {
    padding: 20px;
  }

  .tourism-grid-4 {
    grid-template-columns: 1fr;
  }
}
