:root {
  --paper: #f7f4ed;
  --paper-soft: #ece8dc;
  --ink: #1f2a28;
  --muted: #66746e;
  --accent: #bd4c39;
  --accent-2: #2f7770;
  --sage: #7d8760;
  --sky: #d7e9e8;
  --white: #fffdf8;
  --shadow: 0 24px 80px rgba(26, 35, 32, 0.18);
  --max: 1180px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body[data-style="boutique"] {
  --paper: #fbfbf7;
  --paper-soft: #edf2ed;
  --ink: #182422;
  --muted: #66706b;
  --accent: #2f7770;
  --accent-2: #b75f4c;
  --sage: #8a7f59;
  --sky: #dceceb;
  --shadow: 0 18px 52px rgba(24, 36, 34, 0.12);
}

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

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

#spaces,
#place,
#contact {
  scroll-margin-top: 92px;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  color: var(--white);
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 251, 247, 0.86);
  box-shadow: 0 1px 0 rgba(31, 42, 40, 0.08);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(var(--max), calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  gap: 24px;
  align-items: center;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
}

.main-nav,
.language-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.main-nav {
  justify-content: center;
}

.language-nav {
  justify-content: end;
  gap: 10px;
}

.main-nav a,
.language-nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  font-size: 0.88rem;
}

.language-nav a {
  min-width: 34px;
  justify-content: center;
  border-bottom: 1px solid transparent;
}

.language-nav a[aria-current="page"] {
  border-color: currentColor;
}

.hero {
  min-height: 86svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: #1f2a28;
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.03);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 20, 18, 0.74), rgba(15, 20, 18, 0.22) 52%, rgba(15, 20, 18, 0.04)),
    linear-gradient(0deg, rgba(15, 20, 18, 0.58), rgba(15, 20, 18, 0.04) 46%);
}

.hero-content {
  width: min(760px, calc(100% - 32px));
  margin-left: max(16px, calc((100% - var(--max)) / 2));
  padding: 8.4rem 0 5.6rem;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero .eyebrow {
  color: #ffd1bd;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.96;
}

h1 {
  max-width: 10ch;
  margin-bottom: 1.15rem;
  font-size: 4.8rem;
}

h2 {
  margin-bottom: 1rem;
  font-size: 3.15rem;
}

h3 {
  margin-bottom: 0.44rem;
  font-size: 1.08rem;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 1.35rem;
  font-size: 1.22rem;
  color: rgba(255, 253, 248, 0.88);
}

.fact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 1.7rem;
  color: rgba(255, 253, 248, 0.8);
  font-size: 0.92rem;
}

.fact-line span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
}

.fact-line span:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 16px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.7;
}

.primary-link,
.contact-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.32) inset;
}

.primary-link::after,
.contact-actions a::after {
  content: ">";
  margin-left: 12px;
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 6.8rem 0;
}

.intro-section {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: center;
  padding-top: 0;
  padding-right: max(16px, calc((100% - var(--max)) / 2));
}

.intro-photo {
  min-height: 620px;
  overflow: hidden;
}

.intro-photo.reveal {
  opacity: 1;
  transform: none;
}

.intro-photo img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
}

.section-copy {
  max-width: 440px;
}

.section-copy p,
.place-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.06rem;
}

.section-heading {
  max-width: 620px;
  margin-bottom: 2.4rem;
}

.spaces-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.space-item {
  display: grid;
  gap: 1rem;
}

.space-item img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.space-item p {
  color: var(--muted);
}

.gallery-section {
  width: 100%;
  max-width: none;
  padding-right: max(16px, calc((100% - var(--max)) / 2));
  padding-left: max(16px, calc((100% - var(--max)) / 2));
  background:
    linear-gradient(180deg, transparent, rgba(215, 233, 232, 0.38) 34%, transparent 82%);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
}

.gallery-item {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: var(--paper-soft);
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(6) {
  grid-column: span 5;
  min-height: 420px;
}

.gallery-item:nth-child(2),
.gallery-item:nth-child(5) {
  grid-column: span 4;
}

.gallery-item:nth-child(3),
.gallery-item:nth-child(4),
.gallery-item:nth-child(7),
.gallery-item:nth-child(8) {
  grid-column: span 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-item figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  color: var(--white);
  font-size: 0.86rem;
  text-shadow: 0 1px 24px rgba(0, 0, 0, 0.7);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.place-section {
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: #1f2a28;
}

.place-section img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.74) saturate(0.95);
}

.place-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(14, 20, 18, 0.7), rgba(14, 20, 18, 0.08) 58%);
}

.place-copy {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 5.4rem;
  text-align: center;
}

.place-copy .eyebrow {
  color: #ffd1bd;
}

.place-copy p {
  color: rgba(255, 253, 248, 0.84);
}

.contact-section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 6rem 0 5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
}

.contact-copy {
  max-width: 560px;
}

.contact-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}

.contact-actions a {
  background: var(--ink);
  color: var(--white);
}

.contact-actions a:first-child {
  background: var(--accent);
}

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 2.2rem 0 3rem;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 0.86rem;
  border-top: 1px solid rgba(31, 42, 40, 0.12);
}

.site-footer p {
  margin: 0;
}

.language-choice {
  min-height: 100svh;
  display: grid;
  place-content: center;
  gap: 22px;
  padding: 24px;
  text-align: center;
}

.language-choice h1 {
  max-width: none;
  margin: 0;
}

.language-choice nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.language-choice a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  background: var(--ink);
  color: var(--white);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body[data-style="boutique"] .hero {
  min-height: 78svh;
}

body[data-style="boutique"] .site-header {
  color: var(--ink);
  background: rgba(251, 251, 247, 0.9);
  box-shadow: 0 1px 0 rgba(31, 42, 40, 0.08);
  backdrop-filter: blur(18px);
}

body[data-style="boutique"] .hero::after {
  background:
    linear-gradient(90deg, rgba(15, 20, 18, 0.62), rgba(15, 20, 18, 0.14) 58%, transparent),
    linear-gradient(0deg, rgba(15, 20, 18, 0.48), rgba(15, 20, 18, 0.02) 50%);
}

body[data-style="boutique"] .hero-content {
  width: min(640px, calc(100% - 32px));
  padding-bottom: 3.8rem;
}

body[data-style="boutique"] h1 {
  font-size: 4.1rem;
}

body[data-style="boutique"] .primary-link {
  background: var(--ink);
  color: var(--white);
}

body[data-style="boutique"] .section {
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

body[data-style="boutique"] .intro-photo,
body[data-style="boutique"] .intro-photo img {
  min-height: 540px;
}

body[data-style="boutique"] .gallery-section {
  background: transparent;
}

body[data-style="boutique"] .gallery-grid {
  gap: 14px;
}

body[data-style="boutique"] .gallery-item {
  min-height: 230px;
}

body[data-style="boutique"] .place-section {
  min-height: 560px;
}

@media (max-width: 980px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .intro-section {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

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

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

  .gallery-item,
  .gallery-item:nth-child(n) {
    grid-column: span 6;
    min-height: 280px;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    justify-content: start;
  }
}

@media (max-width: 640px) {
  .site-header {
    color: var(--ink);
    background: rgba(251, 251, 247, 0.9);
    backdrop-filter: blur(18px);
  }

  .nav-shell {
    width: min(100% - 24px, var(--max));
    min-height: 64px;
    gap: 12px;
  }

  .brand {
    font-size: 1rem;
  }

  .language-nav {
    gap: 2px;
  }

  .language-nav a {
    min-width: 30px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 84svh;
  }

  .hero-media img {
    object-position: 54% center;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(15, 20, 18, 0.78), rgba(15, 20, 18, 0.3)),
      linear-gradient(0deg, rgba(15, 20, 18, 0.68), rgba(15, 20, 18, 0.04) 55%);
  }

  .hero-content {
    width: min(100% - 24px, 720px);
    margin: 0 auto;
    padding-bottom: 3rem;
  }

  h1 {
    max-width: 9ch;
    font-size: 2.85rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .hero-lead {
    font-size: 1.02rem;
  }

  .fact-line {
    display: grid;
    gap: 4px;
  }

  .fact-line span::after {
    display: none;
  }

  .section {
    padding: 4.4rem 0;
  }

  .intro-photo,
  .intro-photo img,
  body[data-style="boutique"] .intro-photo,
  body[data-style="boutique"] .intro-photo img {
    min-height: 430px;
  }

  .spaces-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item:nth-child(n) {
    grid-column: auto;
    min-height: 330px;
  }

  .place-section,
  body[data-style="boutique"] .place-section {
    min-height: 560px;
  }

  .place-copy {
    text-align: left;
  }

  .contact-section {
    padding: 4.6rem 0 4rem;
  }

  .contact-actions a {
    width: 100%;
  }

  .site-footer {
    display: grid;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
