:root {
  --bg: oklch(96.5% 0.018 82);
  --paper: oklch(98% 0.012 82);
  --card: oklch(99% 0.008 82);
  --ink: oklch(20% 0.026 62);
  --muted: oklch(43% 0.025 70);
  --soft: oklch(91% 0.026 82);
  --line: oklch(87% 0.02 78);
  --accent: oklch(46% 0.075 142);
  --accent-dark: oklch(34% 0.062 142);
  --accent-light: oklch(72% 0.07 138);
  --clay: oklch(63% 0.09 54);
  --moss: oklch(38% 0.06 135);
  --night: oklch(18% 0.024 68);
  --shadow: 0 24px 70px oklch(20% 0.03 70 / 0.10);
  --shadow-hover: 0 32px 90px oklch(20% 0.03 70 / 0.16);
  --radius: 22px;
  --radius-sm: 14px;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.25rem;
  --space-5: 3.5rem;
  --space-6: 5rem;
  --max-width: 1180px;
}

html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 4%, oklch(90% 0.06 112 / 0.45), transparent 32rem),
    radial-gradient(circle at 86% 16%, oklch(84% 0.055 54 / 0.36), transparent 28rem),
    linear-gradient(180deg, var(--bg), oklch(94% 0.018 82));
  color: var(--ink);
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; border-radius: var(--radius); }
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, serif;
  margin: 0 0 var(--space-2);
  color: var(--ink);
  letter-spacing: -0.025em;
  line-height: 1.04;
}
h1 { font-size: clamp(3.2rem, 9vw, 7.8rem); }
h2 { font-size: clamp(2.15rem, 4vw, 4.4rem); }
h3 { font-size: clamp(1.65rem, 2.4vw, 2.55rem); }
h4 { font-size: 1.25rem; }
p { margin: 0 0 var(--space-2); color: var(--muted); max-width: 72ch; }
p.lead { font-size: clamp(1.18rem, 2vw, 1.55rem); color: var(--ink); line-height: 1.45; }
p.supporting { max-width: 660px; font-size: 1.05rem; }
p.highlight { color: var(--ink); font-weight: 700; margin-top: var(--space-1); }
a { color: var(--accent-dark); text-decoration: none; transition: color 0.2s ease, opacity 0.2s ease; }
a:hover { color: var(--ink); }

.container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem); }
.narrow { max-width: 780px; margin: 0 auto; }
.section { padding: clamp(4rem, 8vw, var(--space-6)) 0; }
.section.centered { text-align: center; }
.section.centered p { margin-left: auto; margin-right: auto; }
.section.neutral {
  background: linear-gradient(135deg, oklch(92% 0.027 82), oklch(88% 0.036 100));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-heading { text-align: center; margin: 0 auto var(--space-5); max-width: 780px; }
.section-heading .eyebrow { display: inline-block; margin-bottom: var(--space-1); }
.rule { width: 96px; height: 1px; background: linear-gradient(90deg, transparent, var(--accent), transparent); margin: var(--space-2) auto 0; }

.header-inner, .nav-links { display: flex; align-items: center; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: oklch(96.5% 0.018 82 / 0.86);
  backdrop-filter: blur(18px) saturate(1.1);
  border-bottom: 1px solid oklch(88% 0.02 82 / 0.72);
}
.header-inner { justify-content: space-between; min-height: 78px; }
.logo { display: inline-flex; align-items: center; gap: var(--space-2); padding: 8px 0; }
.logo img { height: 58px; width: auto; display: block; border-radius: 0; }
.site-nav { flex: 1; }
.nav-links { list-style: none; gap: clamp(0.8rem, 2vw, 1.65rem); justify-content: flex-end; padding: 0; margin: 0; }
.nav-links li { position: relative; }
.nav-links a { color: var(--muted); font-size: 0.96rem; font-weight: 700; }
.nav-links a:hover, .nav-links a:focus { color: var(--ink); }
.nav-cta .btn { padding: 0.66rem 1rem; }
.nav-toggle { display: none; background: none; border: 0; padding: var(--space-1); flex-direction: column; gap: 6px; cursor: pointer; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); display: block; transition: transform 0.2s ease, opacity 0.2s ease; }

.hero {
  position: relative;
  color: oklch(98% 0.01 82);
  background-size: cover;
  background-position: center;
  min-height: clamp(680px, 82vh, 900px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(16% 0.025 70 / 0.76) 0%, oklch(18% 0.024 70 / 0.50) 42%, oklch(18% 0.024 70 / 0.20) 100%),
    linear-gradient(0deg, oklch(12% 0.018 70 / 0.58), transparent 45%);
  pointer-events: none;
}
.hero.slim { min-height: 54vh; align-items: center; }
.hero-content { position: relative; z-index: 1; display: flex; align-items: flex-end; padding: clamp(6rem, 14vh, 9rem) clamp(1rem, 4vw, 2rem); }
.hero-text { max-width: 850px; }
.hero h1 { color: oklch(98% 0.012 82); margin-bottom: var(--space-2); text-wrap: balance; }
.hero p { color: oklch(91% 0.025 82); }
.hero .lead { color: oklch(98% 0.012 82); max-width: 780px; }
.hero .supporting { color: oklch(88% 0.025 82); }
.hero .eyebrow, .eyebrow { color: var(--accent-dark); text-transform: uppercase; letter-spacing: 0.13em; font-weight: 800; font-size: 0.78rem; }
.hero .eyebrow { color: oklch(84% 0.07 125); }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--space-2); align-items: center; margin-top: var(--space-3); }

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.18s cubic-bezier(.16, 1, .3, 1), box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
.btn.primary { background: var(--accent-dark); color: oklch(98% 0.012 82); box-shadow: 0 16px 36px oklch(24% 0.05 130 / 0.22); }
.btn.primary:hover, .btn.primary:focus { background: var(--moss); color: oklch(98% 0.012 82); transform: translateY(-2px); }
.btn.ghost { background: oklch(98% 0.012 82 / 0.72); color: var(--ink); border-color: oklch(82% 0.025 82 / 0.85); }
.btn.ghost:hover, .btn.ghost:focus { border-color: var(--accent); color: var(--accent-dark); transform: translateY(-2px); }
.hero .btn.ghost { color: oklch(98% 0.012 82); border-color: oklch(92% 0.02 82 / 0.58); background: oklch(98% 0.01 82 / 0.12); }
.hero .btn.ghost:hover, .hero .btn.ghost:focus { border-color: oklch(98% 0.012 82); background: oklch(98% 0.01 82 / 0.20); color: oklch(98% 0.012 82); }
.link-cta { font-weight: 800; color: oklch(98% 0.012 82); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.link-cta:hover { color: oklch(90% 0.055 95); }

.hero-sub { text-align: center; padding: var(--space-5) 0 var(--space-4); background: linear-gradient(135deg, oklch(93% 0.026 82), oklch(89% 0.034 98)); border-bottom: 1px solid var(--line); }
.hero-sub h1 { font-size: clamp(2.3rem, 5vw, 4.8rem); margin-bottom: var(--space-2); }
.hero-sub p { max-width: 780px; margin: 0 auto var(--space-2); color: var(--muted); }
.subheading { color: var(--muted); font-weight: 800; margin-top: -0.25rem; margin-bottom: var(--space-2); }

.two-column { display: grid; gap: clamp(1.4rem, 3vw, var(--space-4)); grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); align-items: stretch; }
.card { background: var(--card); border: 1px solid oklch(88% 0.018 82); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; display: grid; grid-template-rows: auto 1fr; transition: transform 0.35s cubic-bezier(.16, 1, .3, 1), box-shadow 0.35s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.card-image { min-height: 300px; background-size: cover; background-position: center; }
.card-body { padding: clamp(1.6rem, 4vw, var(--space-4)); }
.card.simple, .contact-card, .policy, .badge, .highlight-columns > div, .booking-form { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.card.simple, .contact-card, .policy { padding: var(--space-4); }
.split { background: transparent; }
.split-columns { display: grid; gap: var(--space-4); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.highlight-columns { gap: var(--space-5); }
.highlight-columns > div { padding: var(--space-4); }

.checklist { list-style: none; padding: 0; margin: 0 0 var(--space-3); }
.checklist li { position: relative; padding-left: 1.65rem; margin-bottom: 0.72rem; color: var(--muted); }
.checklist li::before { content: ""; position: absolute; left: 0; top: 0.68em; width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px oklch(74% 0.07 138 / 0.18); }
.bullet { padding-left: 1.1rem; color: var(--muted); }
.bullet li { margin-bottom: 0.6rem; }

.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: var(--space-2); margin-top: var(--space-4); }
.stat { background: oklch(98% 0.012 82 / 0.78); border: 1px solid oklch(86% 0.02 82); border-radius: var(--radius-sm); padding: var(--space-3); box-shadow: 0 14px 38px oklch(28% 0.03 70 / 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.stat:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.stat-number { display: block; font-family: "Playfair Display", Georgia, serif; font-weight: 700; color: var(--ink); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.05; }
.stat-label { color: var(--muted); font-size: 0.95rem; }

.gallery-grid { display: grid; gap: var(--space-2); grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.gallery-item { border: 0; padding: 0; background: none; cursor: pointer; position: relative; overflow: hidden; border-radius: var(--radius); min-height: 44px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s cubic-bezier(.16, 1, .3, 1), filter 0.3s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, oklch(14% 0.02 70 / 0.42)); opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.gallery-item:hover::after { opacity: 1; }
.gallery-item:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.lightbox { position: fixed; inset: 0; background: oklch(12% 0.018 70 / 0.88); display: none; align-items: center; justify-content: center; padding: var(--space-4); z-index: 2000; }
.lightbox.open { display: flex; }
.lightbox-content { position: relative; max-width: 980px; width: 100%; text-align: center; color: oklch(98% 0.012 82); }
.lightbox img { width: 100%; max-height: 72vh; object-fit: contain; margin-bottom: var(--space-2); border-radius: var(--radius-sm); }
.lightbox-caption { color: oklch(90% 0.025 82); margin: 0 auto; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; background: oklch(98% 0.01 82 / 0.14); color: oklch(98% 0.012 82); border: 1px solid oklch(98% 0.01 82 / 0.18); border-radius: 50%; width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s ease; }
.lightbox-close { top: 12px; right: 12px; font-size: 1.4rem; }
.lightbox-prev { left: max(10px, calc(50% - 560px)); top: 50%; transform: translateY(-50%); font-size: 1.2rem; }
.lightbox-next { right: max(10px, calc(50% - 560px)); top: 50%; transform: translateY(-50%); font-size: 1.2rem; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: oklch(98% 0.01 82 / 0.24); }

.badge-list, .info-grid, .card-grid { display: grid; gap: var(--space-3); }
.badge-list { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin: var(--space-3) 0; }
.info-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.badge { padding: var(--space-3); font-weight: 800; color: var(--ink); }
.list-tight { margin: 0; padding-left: 1.1rem; color: var(--muted); }
.list-tight li { margin-bottom: 0.5rem; }
.booking-form { padding: var(--space-4); display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--space-3); align-items: end; }
.booking-form label { display: block; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.4rem; font-weight: 800; }
.booking-form input, .booking-form select { width: 100%; min-height: 44px; padding: 0.86rem 0.85rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); font-family: inherit; font-size: 1rem; color: var(--ink); }
.booking-form button, .booking-form .btn { width: 100%; }

.map-embed iframe { width: 100%; min-height: 340px; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-row { display: flex; align-items: center; gap: var(--space-2); }
.contact-label, .contact-link { font-weight: 800; color: var(--ink); }
.small { color: var(--muted); font-size: 0.95rem; }

.testimonial-section { background: linear-gradient(135deg, oklch(93% 0.026 82), oklch(89% 0.033 105)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testimonial { background: var(--night); border-radius: calc(var(--radius) + 10px); padding: clamp(2rem, 5vw, 4rem); box-shadow: var(--shadow-hover); text-align: center; max-width: 860px; margin: 0 auto; position: relative; overflow: hidden; }
.testimonial::before { content: ""; position: absolute; inset: 1px; border: 1px solid oklch(98% 0.012 82 / 0.12); border-radius: calc(var(--radius) + 9px); pointer-events: none; }
.testimonial-quote { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.35rem, 2.4vw, 2.15rem); font-style: italic; color: oklch(96% 0.012 82); line-height: 1.45; margin: 0 auto var(--space-3); }
.testimonial-author { font-weight: 800; color: oklch(96% 0.012 82); margin-bottom: 0.2rem; }
.testimonial-context { color: oklch(78% 0.04 90); font-size: 0.95rem; margin-bottom: 0; }
.trust-badges { display: flex; flex-wrap: wrap; gap: var(--space-2); justify-content: center; margin-top: var(--space-3); }
.trust-badge { display: inline-flex; align-items: center; gap: var(--space-1); color: var(--muted); font-size: 0.92rem; background: oklch(98% 0.012 82 / 0.66); border: 1px solid var(--line); border-radius: 999px; padding: 0.6rem 0.9rem; }
.trust-badge strong { color: var(--ink); }

.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: var(--space-3); }
.feature-item { padding: var(--space-3); background: oklch(98% 0.012 82 / 0.58); border: 1px solid var(--line); border-radius: var(--radius); }
.feature-icon { width: 46px; height: 46px; background: oklch(72% 0.07 138 / 0.22); border: 1px solid oklch(62% 0.075 138 / 0.35); border-radius: 50%; margin: 0 0 var(--space-2); display: flex; align-items: center; justify-content: center; color: var(--accent-dark); font-size: 1.35rem; }
.feature-item h4 { margin-bottom: var(--space-1); }
.feature-item p { font-size: 0.98rem; margin-bottom: 0; }
a[target="_blank"]:not(.btn)::after { content: " ↗"; font-size: 0.8em; opacity: 0.7; }
.cta-block { margin-top: var(--space-3); }
.cta-large { background: linear-gradient(135deg, var(--night), oklch(28% 0.045 112)); border-top: 1px solid oklch(40% 0.04 110); border-bottom: 1px solid oklch(40% 0.04 110); }
.cta-large h2, .cta-large p { color: oklch(96% 0.012 82); }
.cta-large .small { color: oklch(82% 0.025 82); }
.cta-block-enhanced { background: var(--card); border-radius: var(--radius); padding: var(--space-4); box-shadow: var(--shadow); text-align: center; margin-top: var(--space-4); }
.cta-block-enhanced h3 { margin-bottom: var(--space-1); }
.cta-block-enhanced p { margin-bottom: var(--space-3); }
.intro-text { font-size: 1.1rem; max-width: 720px; margin: 0 auto var(--space-4); text-align: center; }

.site-footer { background: var(--night); color: oklch(94% 0.014 82); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: var(--space-4); padding: var(--space-5) 0; }
.site-footer h4 { color: oklch(96% 0.012 82); margin-bottom: var(--space-2); }
.site-footer p { color: oklch(78% 0.025 82); margin-bottom: var(--space-2); }
.site-footer a { color: oklch(88% 0.045 110); }
.social { display: flex; gap: var(--space-2); flex-wrap: wrap; }
.social a:hover { color: oklch(98% 0.012 82); }

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 78px; left: 0; right: 0; background: oklch(96.5% 0.018 82 / 0.98); border-bottom: 1px solid var(--line); display: none; }
  .site-nav.open { display: block; }
  .nav-links { flex-direction: column; align-items: flex-start; padding: var(--space-3); gap: var(--space-2); }
  .nav-links a { min-height: 44px; display: flex; align-items: center; }
  .nav-cta { width: 100%; }
  .nav-cta .btn { width: 100%; justify-content: center; }
  .hero { min-height: 620px; }
  .hero-content { padding-top: 5rem; padding-bottom: 5rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .link-cta { padding: 0.7rem 0; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .highlight-columns > div { padding: var(--space-3); }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --space-6: 4rem; }
  .container { padding: 0 1rem; }
  .header-inner { min-height: 72px; }
  .logo img { height: 48px; }
  .site-nav { top: 72px; }
  .hero { min-height: 590px; }
  .card-image { min-height: 230px; }
  .feature-grid, .stats-grid { grid-template-columns: 1fr; }
  .testimonial { text-align: left; }
  .trust-badges { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

:focus-visible { outline: 3px solid var(--accent-light); outline-offset: 3px; }
