:root {
  color-scheme: light;
  --bg: #f7f3ec;
  --surface: #fffaf2;
  --surface-2: #efe7dc;
  --text: #221f1b;
  --muted: #6f665c;
  --border: #ddd1c2;
  --accent: #c47a2c;
  --accent-dark: #9b5b1b;
  --dark: #141210;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(16, 14, 12, .94);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
}
.nav-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand, .footer-brand {
  color: white;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 23px;
  white-space: nowrap;
}
.desktop-nav { display: flex; align-items: center; gap: 22px; }
.desktop-nav a, .mobile-nav a {
  color: #eee7dd;
  font-size: 13px;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}
.desktop-nav a:hover, .desktop-nav a.active, .mobile-nav a.active { color: #f6b35f; }
.book-link {
  background: var(--accent);
  color: white !important;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
}
.book-link:hover { background: var(--accent-dark); }
.lang-link {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}
.mobile-nav { display: none; }

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  color: white;
  text-align: center;
  padding: 80px 20px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: center / cover no-repeat var(--hero-image);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.42));
}
.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.02;
  text-shadow: 0 3px 18px rgba(0,0,0,.55);
}
.hero p {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: clamp(18px, 2.2vw, 25px);
  color: #f5eee3;
}
.actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
}
.btn.primary { background: var(--accent); color: white; }
.btn.secondary { border-color: rgba(255,255,255,.5); color: white; background: rgba(255,255,255,.14); }
.btn.dark { background: var(--dark); color: white; }

.section, .page-head {
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px 20px;
}
.page-head {
  padding-bottom: 42px;
  text-align: center;
}
.eyeline {
  width: 84px;
  height: 4px;
  background: var(--accent);
  border-radius: 999px;
  margin: 18px auto 28px;
}
h1, h2, h3 { line-height: 1.15; }
.page-head h1, .section h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
}
.lead {
  max-width: 820px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}
.text-block p { color: var(--muted); font-size: 18px; }
.image-panel {
  min-height: 420px;
  border-radius: 18px;
  background: center / cover no-repeat;
  box-shadow: 0 22px 48px rgba(49, 32, 16, .18);
  border: 6px solid white;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(49, 32, 16, .10);
}
.card-img {
  height: 250px;
  background: center / cover no-repeat;
}
.card-body { padding: 24px; }
.card h2, .card h3 { margin: 0 0 12px; font-size: 23px; }
.card p { margin: 0 0 22px; color: var(--muted); }
.gallery .card:first-child { grid-column: 1 / -1; }
.gallery .card:first-child .card-img { height: 520px; }

.band {
  background: var(--dark);
  color: white;
  padding: 88px 20px;
}
.band-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.band p { color: #d4ccc2; }
.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.mini {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 24px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
}
.contact-list {
  display: grid;
  gap: 24px;
}
.contact-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
}
.contact-item h2 { margin: 0 0 8px; font-size: 21px; }
.contact-item p { margin: 0; color: var(--muted); }
.map {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 18px;
}
.booking-box {
  background: white;
  min-height: 720px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(49,32,16,.14);
}
#tl-booking-form { min-height: 720px; }

.site-footer {
  background: #11100e;
  color: #c9c0b7;
  padding: 54px 20px 26px;
}
.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1.2fr 1fr;
  gap: 40px;
}
.footer-grid h2 { color: white; font-size: 15px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a:hover { color: #f6b35f; }
.copyright {
  max-width: 1180px;
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 14px;
}

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .mobile-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 14px;
  }
  .nav-wrap { align-items: flex-start; }
  .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .grid, .grid.two, .mini-grid { grid-template-columns: 1fr; }
  .gallery .card:first-child .card-img, .card-img { height: 330px; }
  .section, .page-head { padding-left: 16px; padding-right: 16px; }
}

@media (max-width: 560px) {
  .brand { font-size: 19px; }
  .mobile-nav a { font-size: 12px; }
  .nav-wrap { padding: 14px 16px; }
  .hero { min-height: 720px; }
  .card-img, .gallery .card:first-child .card-img { height: 280px; }
}
