:root {
  --bg: #f5f1ea;
  --bg-secondary: #e8e1d8;
  --text: #2f2a26;
  --accent: #5f6f5b;
  --wood: #8b6b4a;
  --line: rgba(47, 42, 38, 0.12);
  --line-strong: rgba(47, 42, 38, 0.2);
  --surface: rgba(245, 241, 234, 0.76);
  --surface-strong: rgba(255, 252, 247, 0.84);
  --shadow: 0 24px 60px rgba(47, 42, 38, 0.08);
  --radius: 28px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(139, 107, 74, 0.12), transparent 28%),
    linear-gradient(180deg, var(--bg), #f0e8de 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

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

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

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

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.shell {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.demo-banner {
  padding: 0.75rem 1rem;
  text-align: center;
  background: rgba(95, 111, 91, 0.12);
  border-bottom: 1px solid var(--line);
  color: var(--accent);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(245, 241, 234, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(47, 42, 38, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
}

.brand,
.site-nav {
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand {
  font-weight: 700;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: rgba(47, 42, 38, 0.74);
}

.hero {
  position: relative;
  min-height: min(92svh, 860px);
  display: grid;
  align-items: center;
  overflow: clip;
}

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

.hero-media {
  background:
    linear-gradient(180deg, rgba(47, 42, 38, 0.18), rgba(47, 42, 38, 0.28)),
    url("https://images.squarespace-cdn.com/content/v1/6106f99760f0122454bf2274/1719253510500-455JYN4P8F6WL0CXK1Z1/0E57CD92-C95D-4A2B-B9F6-7AB90855E7F8.jpg")
      center/cover;
  transform: scale(1.03);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(245, 241, 234, 0.02), rgba(245, 241, 234, 0.16) 38%, rgba(47, 42, 38, 0.5)),
    linear-gradient(90deg, rgba(139, 107, 74, 0.16), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 50rem);
  margin: 0 auto;
  padding: 7rem 0 4.2rem;
  color: #f8f3eb;
  display: grid;
  justify-items: center;
  text-align: center;
}

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(245, 241, 234, 0.9);
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

h1 {
  max-width: none;
  font-size: clamp(3.5rem, 6.2vw, 5.85rem);
  line-height: 0.92;
  white-space: nowrap;
}

.hero-subtitle {
  margin-top: 1rem;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 241, 234, 0.36);
  background: rgba(245, 241, 234, 0.16);
  color: #fffaf4;
  box-shadow: 0 16px 40px rgba(47, 42, 38, 0.2);
  backdrop-filter: blur(10px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 241, 234, 0.28);
  background: rgba(47, 42, 38, 0.14);
  color: #fffaf4;
}

.intro,
.selection,
.gallery,
.reservation,
.contact {
  padding: 7rem 0;
}

.intro-text {
  max-width: 17ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.intro-text span {
  display: block;
  margin-top: 1.2rem;
  max-width: 24ch;
  color: rgba(47, 42, 38, 0.76);
}

.section-heading {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}

.section-heading h2 {
  max-width: 16ch;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.heading-split {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  align-items: end;
}

.section-note {
  color: rgba(47, 42, 38, 0.72);
  font-size: 0.98rem;
}

.selection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.selection-card,
.reservation-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.selection-card {
  background: var(--surface-strong);
}

.selection-card img {
  height: 420px;
  object-fit: cover;
}

.selection-card.featured {
  transform: translateY(2.4rem);
}

.selection-copy {
  padding: 1.35rem 1.35rem 1.5rem;
}

.selection-copy h3 {
  font-size: 2rem;
  margin-bottom: 0.55rem;
}

.selection-copy p {
  color: rgba(47, 42, 38, 0.76);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 1rem;
  grid-auto-rows: 260px;
}

.gallery-item {
  overflow: hidden;
  border-radius: calc(var(--radius) - 8px);
  background: var(--bg-secondary);
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
}

.gallery-item-tall {
  grid-row: span 2;
}

.gallery-item-wide {
  grid-column: span 2;
}

.reservation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 2rem;
  align-items: start;
}

.reservation-copy h2,
.contact-card h2 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  max-width: 15ch;
}

.reservation-copy p:last-child {
  max-width: 48ch;
  margin-top: 1rem;
  color: rgba(47, 42, 38, 0.78);
}

.reservation-card {
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(232, 225, 216, 0.86)),
    var(--bg-secondary);
}

.reservation-topline {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  color: rgba(47, 42, 38, 0.74);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reservation-card h3 {
  margin-top: 1rem;
  font-size: 2.4rem;
}

.slots {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.slots button {
  padding: 1rem 1.1rem;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(245, 241, 234, 0.7);
  color: var(--text);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.slots button:hover {
  background: rgba(95, 111, 91, 0.12);
  border-color: rgba(95, 111, 91, 0.3);
  transform: translateY(-1px);
}

.reservation-panel {
  margin-top: 1.25rem;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 250, 244, 0.76);
  border: 1px solid rgba(47, 42, 38, 0.08);
}

.panel-label {
  margin-bottom: 0.35rem;
  color: var(--wood);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.button-soft {
  width: 100%;
  margin-top: 1.3rem;
  background: var(--accent);
  border-color: var(--accent);
  color: #f8f3eb;
}

.reservation-microcopy {
  margin-top: 1rem;
  color: rgba(47, 42, 38, 0.72);
  font-size: 0.92rem;
}

.contact-card {
  padding: 2rem;
  background:
    linear-gradient(135deg, rgba(232, 225, 216, 0.72), rgba(255, 252, 247, 0.9)),
    var(--surface);
}

.contact-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.contact-list a {
  width: fit-content;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(47, 42, 38, 0.24);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
}

.contact-note {
  max-width: 52ch;
  margin-top: 1.4rem;
  color: rgba(47, 42, 38, 0.72);
}

@media (max-width: 980px) {
  .selection-grid,
  .gallery-grid,
  .reservation,
  .heading-split {
    grid-template-columns: 1fr;
  }

  .selection-card.featured {
    transform: none;
  }

  .gallery-grid {
    grid-auto-rows: 300px;
  }

  .gallery-item-wide,
  .gallery-item-tall {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .header-inner {
    padding: 1rem 0;
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    gap: 0.7rem;
    font-size: 0.76rem;
  }

  .hero-content {
    padding: 5.2rem 0 2.6rem;
    max-width: 20rem;
  }

  .hero {
    min-height: 72svh;
  }

  h1 {
    font-size: clamp(2.9rem, 14vw, 4.2rem);
    max-width: 8ch;
    line-height: 0.96;
    white-space: normal;
  }

  .hero-subtitle {
    margin-top: 0.75rem;
    font-size: 1rem;
    letter-spacing: 0.08em;
  }

  .intro,
  .selection,
  .gallery,
  .reservation,
  .contact {
    padding: 4.5rem 0;
  }

  .selection-card img,
  .gallery-grid {
    height: auto;
  }

  .intro-text {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .section-heading h2,
  .reservation-copy h2,
  .contact-card h2 {
    max-width: 100%;
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .selection-card img {
    height: 320px;
  }

  .gallery-grid {
    gap: 0.85rem;
    grid-auto-rows: 220px;
  }

  .gallery-item:first-child {
    grid-row: auto;
  }

  .hero-actions {
    width: 100%;
    display: grid;
  }

  .button-primary,
  .button-secondary {
    width: 100%;
  }

  .reservation-card,
  .contact-card {
    padding: 1.25rem;
  }

  .reservation-card h3 {
    font-size: 2rem;
  }

  .slots button {
    padding: 0.95rem 1rem;
    font-size: 0.98rem;
  }
}
