:root {
  --ink: #22352f;
  --ink-soft: #4e625c;
  --sand: #f5efe5;
  --paper: #fffdf8;
  --sea: #5f8f88;
  --sea-dark: #356761;
  --sun: #c98457;
  --line: rgba(34, 53, 47, 0.14);
  --shadow: 0 24px 70px rgba(34, 53, 47, 0.10);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
button { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 253, 248, 0.93);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  max-width: var(--max);
  min-height: 84px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.05;
}
.brand__name {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.12em;
  font-size: 1.18rem;
}
.brand__place {
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.site-nav > a {
  padding: 8px 0;
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.93rem;
  border-bottom: 1px solid transparent;
}
.site-nav > a:hover,
.site-nav > a:focus,
.site-nav > a.active {
  color: var(--ink);
  border-color: var(--sea);
}
.language-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.language-switcher a { text-decoration: none; }
.language-switcher strong { color: var(--ink); }
.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--ink);
}

.hero {
  min-height: min(770px, calc(100vh - 84px));
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 39, 34, 0.12) 15%, rgba(20, 39, 34, 0.83) 100%);
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 110px 28px 72px;
  color: white;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--sea-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.hero .eyebrow { color: #e8eee9; }
.hero h1,
.page-hero h1,
.split-copy h2,
.section-heading h2,
.cta-panel h2,
.content-heading h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.04;
}
.hero h1 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.7rem);
  letter-spacing: -0.035em;
}
.hero__lead {
  max-width: 670px;
  margin: 26px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: rgba(255,255,255,.88);
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 650;
  border: 1px solid transparent;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button--light { background: white; color: var(--ink); }
.button--ghost { border-color: rgba(255,255,255,.55); color: white; }
.button--dark { background: var(--ink); color: white; }
.button--outline { border-color: var(--line); color: var(--ink); background: transparent; }

.fact-strip {
  border-bottom: 1px solid var(--line);
  background: var(--sand);
}
.fact-strip__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.fact {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fact strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 400; }
.fact span { color: var(--ink-soft); font-size: .86rem; }

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 28px;
}
.section--tight { padding-top: 64px; padding-bottom: 64px; }
.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 4.2rem);
  letter-spacing: -0.025em;
}
.section-heading p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.naturist-note {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 48px;
  align-items: start;
  padding: 48px;
  border-radius: var(--radius);
  background: var(--sand);
}
.naturist-note h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.06;
}
.naturist-note p { margin: 0; color: var(--ink-soft); font-size: 1.04rem; }
.naturist-note p + p { margin-top: 14px; }

.split {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 62px;
  align-items: center;
}
.split--reverse { grid-template-columns: .92fr 1.08fr; }
.split-copy h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4rem); letter-spacing: -.02em; }
.split-copy p { color: var(--ink-soft); font-size: 1.04rem; }
.split-copy p:first-of-type { margin-top: 22px; }
.photo-card {
  min-height: 520px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #d8ded8;
  box-shadow: var(--shadow);
}
.photo-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}
.card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 400; }
.card p { margin: 10px 0 0; color: var(--ink-soft); }

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 300px 300px;
  gap: 14px;
}
.gallery-grid figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #dde3df;
}
.gallery-grid figure:first-child { grid-row: 1 / span 2; }
.gallery-grid img { height: 100%; object-fit: cover; }

.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 28px 54px;
}
.page-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  letter-spacing: -.035em;
}
.page-hero__lead { max-width: 720px; color: var(--ink-soft); font-size: 1.2rem; margin-top: 22px; }

.amenities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.amenity {
  padding: 24px 20px 24px 0;
  border-bottom: 1px solid var(--line);
}
.amenity strong { display: block; margin-bottom: 4px; }
.amenity span { color: var(--ink-soft); font-size: .93rem; }

.story-panel {
  background: var(--ink);
  color: white;
  border-radius: var(--radius);
  padding: 54px;
}
.story-panel p { max-width: 850px; color: rgba(255,255,255,.82); font-size: 1.14rem; }
.story-panel a { color: white; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.contact-card {
  min-height: 300px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}
.contact-card h2 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 2rem; }
.contact-card p { color: var(--ink-soft); }
.contact-email {
  display: inline-block;
  margin: 14px 0 6px;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  overflow-wrap: anywhere;
}

.cta-wrap { padding: 0 28px 96px; }
.cta-panel {
  max-width: var(--max);
  margin: 0 auto;
  padding: 64px;
  border-radius: var(--radius);
  background: var(--sea-dark);
  color: white;
}
.cta-panel h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.6rem); }
.cta-panel p { max-width: 720px; color: rgba(255,255,255,.82); font-size: 1.05rem; }

.content-shell {
  max-width: 880px;
  margin: 0 auto;
  padding: 84px 28px 96px;
}
.content-heading { padding-bottom: 28px; border-bottom: 1px solid var(--line); margin-bottom: 36px; }
.content-heading h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.version { color: var(--ink-soft); }
.prose { font-size: 1rem; }
.prose h2 { margin-top: 44px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 1.7rem; }
.prose p, .prose li { color: #344b44; }
.prose a { color: var(--sea-dark); }
.prose .note {
  margin: 26px 0;
  padding: 20px 22px;
  border-radius: 14px;
  background: var(--sand);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--sand);
}
.site-footer__grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 58px 28px 42px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
}
.site-footer h2 { margin: 0 0 12px; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer p { max-width: 420px; color: var(--ink-soft); }
.site-footer__grid > div:nth-child(n+2) { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.site-footer__grid a { text-decoration: none; color: var(--ink-soft); }
.site-footer__grid a:hover { color: var(--ink); }
.site-footer__bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 28px 28px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: .8rem;
}
.brand--footer { margin-bottom: 16px; }

.redirect-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background: var(--sand);
}
.redirect-card {
  max-width: 660px;
  padding: 62px;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  text-align: center;
}
.redirect-card h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: .1em; font-size: clamp(2.4rem, 8vw, 4.8rem); }
.redirect-card p { color: var(--ink-soft); }
.redirect-languages { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }
.redirect-languages a { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; }

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .site-header__inner { min-height: 74px; }
  .site-nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    padding: 20px 28px 26px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .site-nav.open { display: flex; }
  .language-switcher { margin-top: 8px; }
  .fact-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .naturist-note, .split, .split--reverse, .contact-grid { grid-template-columns: 1fr; }
  .split--reverse .split-copy { order: 1; }
  .split--reverse .photo-card { order: 2; }
  .cards { grid-template-columns: 1fr; }
  .amenities { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 1.5fr 1fr; }
  .site-footer__grid > div:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  .site-header__inner { padding: 0 18px; }
  .brand__name { font-size: 1rem; }
  .brand__place { font-size: .63rem; }
  .hero__content, .section, .page-hero, .content-shell { padding-left: 20px; padding-right: 20px; }
  .hero__content { padding-bottom: 50px; }
  .fact-strip__inner { padding: 20px; }
  .section { padding-top: 70px; padding-bottom: 70px; }
  .naturist-note { padding: 30px; gap: 24px; }
  .photo-card, .photo-card img { min-height: 380px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 260px); }
  .gallery-grid figure:first-child { grid-row: auto; }
  .amenities { grid-template-columns: 1fr; }
  .cta-wrap { padding: 0 20px 70px; }
  .cta-panel { padding: 36px 28px; }
  .story-panel { padding: 34px 28px; }
  .contact-card { padding: 28px; }
  .site-footer__grid { padding: 44px 20px 34px; grid-template-columns: 1fr; }
  .site-footer__grid > div:last-child { grid-column: auto; }
  .site-footer__bottom { padding: 16px 20px 24px; }
  .redirect-card { padding: 38px 24px; }
}
