:root {
  --ink: #20242a;
  --muted: #667064;
  --paper: #f7f1e5;
  --surface: #ffffff;
  --line: #e5d7bf;
  --red: #526f3d;
  --teal: #254d35;
  --gold: #f5b52e;
  --blue: #78b5de;
  --violet: #6f963f;
  --sage: #8fa878;
  --clay: #b98b68;
  --night: #1b211d;
  --cream: #fff8ec;
  --shadow: 0 22px 70px rgba(41, 31, 18, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fff9ed 0, var(--paper) 42rem, #f3ead9 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 248, 236, 0.9);
  border-bottom: 1px solid rgba(229, 215, 191, 0.84);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 54px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 11px;
  min-width: 190px;
}

.brand-mark {
  align-items: center;
  background: #fff8ec;
  border: 2px solid rgba(37, 77, 53, 0.16);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(41, 31, 18, 0.16);
  color: white;
  display: inline-flex;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  overflow: hidden;
  width: 46px;
}

.brand-mark img {
  display: block;
  height: 112%;
  object-fit: cover;
  transform: scale(1.02);
  width: 100%;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  gap: clamp(14px, 3vw, 32px);
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  color: rgba(32, 36, 42, 0.76);
}

.nav a:hover {
  color: var(--teal);
}

.header-cta,
.booking-panel button,
.contact-actions a:last-child,
.mobile-booking {
  background: linear-gradient(135deg, var(--teal), var(--violet));
  border: 0;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  font-weight: 800;
}

.header-cta,
.booking-panel button,
.mobile-booking {
  box-shadow: 0 14px 30px rgba(37, 77, 53, 0.24);
}

.header-cta {
  padding: 12px 16px;
}

.hero {
  min-height: 88vh;
  overflow: hidden;
  position: relative;
}

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

.hero-media {
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
  transition: background-image 240ms ease;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(27, 33, 29, 0.9), rgba(27, 33, 29, 0.54), rgba(27, 33, 29, 0.1)),
    linear-gradient(0deg, rgba(27, 33, 29, 0.34), transparent 52%);
}

.hero-content {
  color: white;
  max-width: 920px;
  padding: 136px clamp(18px, 5vw, 72px) 54px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.section-heading .eyebrow,
.pricing-section .eyebrow,
.availability-copy .eyebrow,
.service-strip .eyebrow,
.gallery-section .eyebrow,
.contact-band .eyebrow {
  color: var(--clay);
  font-size: 12px;
}

.hero h1 {
  font-size: clamp(42px, 5.6vw, 76px);
  line-height: 0.98;
  margin: 0;
  max-width: 900px;
}

.hero-copy {
  font-size: clamp(18px, 1.7vw, 22px);
  margin: 22px 0 28px;
  max-width: 720px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.hero-trust span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 11px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.hero-actions a {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
}

.hero-actions a:first-child {
  background: linear-gradient(135deg, var(--teal), var(--violet));
  box-shadow: 0 14px 30px rgba(37, 77, 53, 0.24);
  color: white;
}

.hero-actions a:last-child {
  background: rgba(255, 248, 236, 0.2);
  border: 1px solid rgba(255, 248, 236, 0.46);
  color: white;
}

.booking-panel {
  align-items: end;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(190px, 1fr) minmax(190px, 0.95fr) minmax(190px, 1fr) minmax(190px, auto);
  max-width: 980px;
  padding: 14px;
}

.booking-panel label {
  display: grid;
  gap: 5px;
}

.booking-panel span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.booking-panel input,
.booking-panel select {
  background: #fffaf1;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 48px;
  padding: 0 12px;
  width: 100%;
}

.booking-panel button {
  min-height: 48px;
  min-width: 190px;
  padding: 0 18px;
  white-space: nowrap;
}

.hero-status {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  display: none;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  padding: 10px 12px;
}

.hero-status.is-visible {
  display: inline-flex;
}

.section,
.availability-band,
.service-strip,
.audience-band,
.gallery-section,
.contact-band {
  padding: clamp(58px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.section > *,
.audience-band > *,
.gallery-section > *,
.pricing-section > *,
.availability-band,
.service-strip,
.contact-band {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: 100%;
}

.section-heading {
  margin-bottom: 28px;
  max-width: 860px;
}

.section-heading.split {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  max-width: none;
}

h2 {
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.06;
  margin: 0;
  max-width: 880px;
}

.category-grid,
.product-grid,
.flow-grid,
.audience-grid,
.gallery-grid {
  display: grid;
  gap: 18px;
}

.audience-band {
  background: #fffaf1;
}

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

.audience-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.audience-grid strong,
.audience-grid span {
  display: block;
}

.audience-grid strong {
  font-size: 18px;
  margin-bottom: 12px;
}

.audience-grid span {
  color: var(--muted);
}

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

.category-card,
.product-card,
.flow-grid article,
.pricing-grid article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.category-card {
  cursor: pointer;
  min-height: 330px;
  position: relative;
}

.category-card:nth-child(1),
.category-card:nth-child(2) {
  grid-column: span 3;
}

.category-card:nth-child(n + 3) {
  grid-column: span 2;
}

.category-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.category-card::after {
  background: linear-gradient(0deg, rgba(27, 33, 29, 0.88), rgba(27, 33, 29, 0.12));
  content: "";
  inset: 0;
  position: absolute;
}

.category-card div {
  bottom: 0;
  color: white;
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.category-card div span {
  background: rgba(255, 248, 236, 0.9);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 6px 9px;
}

.category-card h3,
.product-card h3,
.flow-grid h3 {
  font-size: 21px;
  line-height: 1.1;
  margin: 0 0 8px;
}

.category-card p,
.product-card p,
.flow-grid p,
.availability-copy p,
.service-list span {
  color: var(--muted);
  margin: 0;
}

.category-card p {
  color: rgba(255, 255, 255, 0.82);
}

.availability-band {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(111, 150, 63, 0.28), transparent 44%),
    linear-gradient(315deg, rgba(245, 181, 46, 0.18), transparent 38%),
    var(--night);
  color: white;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.availability-copy p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 620px;
}

.calendar-shell {
  background: #ffffff;
  border-radius: 8px;
  color: var(--ink);
  padding: 18px;
}

.reserve-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin-top: 24px;
  max-width: 560px;
  padding: 18px;
}

.reserve-card strong {
  color: white;
  font-size: 20px;
}

.reserve-card span {
  color: rgba(255, 255, 255, 0.76);
}

.reserve-card a {
  background: var(--gold);
  border-radius: 8px;
  color: #241900;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  margin-top: 6px;
  max-width: 210px;
  padding: 11px 14px;
}

.calendar-top,
.legend {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.calendar-top {
  gap: 18px;
}

.calendar-top strong,
.calendar-top span {
  display: block;
}

.calendar-top span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.calendar-top a {
  background: var(--gold);
  border-radius: 8px;
  color: #241900;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  padding: 10px 12px;
}

.calendar-note {
  color: var(--muted);
  font-size: 14px;
  margin: 14px 0 16px;
}

.weekday-row {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  text-align: center;
}

.calendar-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 8px 0 18px;
}

.day {
  align-items: start;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  min-width: 0;
  padding: 9px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.day:hover,
.day:focus-visible,
.day.is-selected {
  border-color: var(--teal);
  box-shadow: 0 10px 22px rgba(37, 77, 53, 0.18);
  outline: none;
  transform: translateY(-1px);
}

.day strong {
  font-size: 16px;
}

.day span {
  font-size: 10px;
  opacity: 0.7;
  text-transform: uppercase;
}

.day.free {
  background: #dcfff6;
}

.day.empty {
  aspect-ratio: 1;
  background: transparent;
  border: 0;
  display: block;
  min-width: 0;
}

.day.hold {
  background: #fff1c2;
}

.day.busy {
  background: #ead4c1;
}

.legend {
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.legend span {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
}

.legend i {
  border-radius: 999px;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.legend .free {
  background: var(--teal);
}

.legend .hold {
  background: var(--gold);
}

.legend .busy {
  background: var(--clay);
}

.calendar-status {
  background: #f7f1e5;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
  margin-top: 14px;
  padding: 12px;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-pills button {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  min-height: 40px;
  padding: 0 14px;
}

.filter-pills button.active {
  background: linear-gradient(135deg, var(--teal), var(--violet));
  color: white;
}

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

.product-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.product-body {
  padding: 20px;
}

.price-row {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.price-row strong {
  color: var(--teal);
  font-size: 18px;
  line-height: 1.1;
}

.price-row small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  max-width: 130px;
  text-align: right;
}

.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 16px;
}

.facts span {
  background: #f3ead9;
  border-radius: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  padding: 7px 9px;
}

.product-actions {
  display: grid;
  gap: 9px;
}

.product-detail {
  background: #f7f1e5;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--teal);
  cursor: pointer;
  font-weight: 900;
  min-height: 44px;
  padding: 0 12px;
  text-align: left;
}

.product-detail:hover,
.product-detail:focus-visible {
  border-color: var(--teal);
  outline: none;
}

.product-action {
  align-items: center;
  background: var(--night);
  border-radius: 8px;
  color: white;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  padding: 12px 14px;
}

.service-strip {
  align-items: start;
  background: #fffaf1;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
}

.gallery-section {
  background: #1b211d;
  color: white;
}

.gallery-section .section-heading {
  max-width: none;
}

.gallery-link {
  background: var(--gold);
  border-radius: 8px;
  color: #241900;
  font-weight: 900;
  padding: 12px 16px;
}

.gallery-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.gallery-grid img {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.pricing-section {
  background: var(--cream);
  padding: clamp(58px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.pricing-section .section-heading p {
  color: var(--muted);
  font-size: 17px;
  margin: 14px 0 0;
  max-width: 780px;
}

.pricing-section h2 {
  font-size: clamp(30px, 2.7vw, 42px);
  max-width: 780px;
}

.pricing-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid article {
  background:
    linear-gradient(180deg, rgba(245, 181, 46, 0.18), rgba(255, 255, 255, 0)),
    white;
  padding: 28px;
}

.pricing-grid article span {
  background: #e7f3d7;
  border-radius: 999px;
  color: #254d35;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 34px;
  padding: 7px 10px;
}

.pricing-grid h3 {
  font-size: 22px;
  margin: 0 0 8px;
}

.pricing-grid p {
  color: var(--muted);
  margin: 0 0 22px;
}

.pricing-grid strong {
  color: var(--teal);
  font-size: 18px;
}

.service-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-list li {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: 150px 1fr;
  padding: 15px 0;
}

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

.flow-grid article {
  padding: 24px;
}

.flow-grid span {
  color: var(--teal);
  display: block;
  font-weight: 900;
  margin-bottom: 34px;
}

.contact-band {
  align-items: center;
  background: linear-gradient(135deg, var(--teal), #48752e);
  color: white;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.contact-band .eyebrow {
  color: #ffe199;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-actions a {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  font-weight: 900;
  padding: 12px 16px;
}

.mobile-booking {
  bottom: 14px;
  box-shadow: var(--shadow);
  display: none;
  left: 14px;
  padding: 14px 18px;
  position: fixed;
  right: 14px;
  text-align: center;
  z-index: 25;
}

.product-dialog {
  background: transparent;
  border: 0;
  max-width: min(920px, calc(100vw - 28px));
  padding: 0;
  width: 100%;
}

.product-dialog::backdrop {
  background: rgba(27, 33, 29, 0.68);
  backdrop-filter: blur(6px);
}

.dialog-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1.1fr);
  overflow: hidden;
  position: relative;
}

.dialog-card > img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  width: 100%;
}

.dialog-close {
  align-items: center;
  background: rgba(27, 33, 29, 0.86);
  border: 0;
  border-radius: 999px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 40px;
  z-index: 2;
}

.dialog-content {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
}

.dialog-content h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.dialog-content p {
  color: var(--muted);
  font-size: 17px;
  margin: 0;
}

.dialog-content ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.dialog-content li {
  color: var(--ink);
}

.dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.dialog-actions a {
  border-radius: 8px;
  font-weight: 900;
  padding: 12px 16px;
}

.dialog-actions a:first-child {
  background: linear-gradient(135deg, var(--teal), var(--violet));
  color: white;
}

.dialog-actions a:last-child {
  background: white;
  border: 1px solid var(--line);
  color: var(--teal);
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero-content {
    padding-top: 120px;
  }

  .availability-band,
  .service-strip {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .product-grid,
  .flow-grid,
  .pricing-grid,
  .audience-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-card:nth-child(n) {
    grid-column: auto;
  }

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

  .section-heading.split,
  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-content {
    padding: 104px 14px 32px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .booking-panel {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .product-grid,
  .flow-grid,
  .pricing-grid,
  .audience-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 260px;
  }

  .calendar-grid {
    gap: 5px;
  }

  .day {
    border-radius: 6px;
    flex-direction: column;
    font-size: 12px;
    gap: 2px;
    padding: 5px;
  }

  .day strong {
    font-size: 13px;
  }

  .day span {
    font-size: 9px;
    line-height: 1;
  }

  .weekday-row {
    gap: 5px;
  }

  .calendar-top {
    align-items: stretch;
    flex-direction: column;
  }

  .service-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .dialog-card {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 28px);
    overflow-y: auto;
  }

  .dialog-card > img {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .mobile-booking {
    display: block;
  }

  body {
    padding-bottom: 68px;
  }
}
