:root {
  --ink: #1f2520;
  --muted: #5f675d;
  --line: #d8d3c5;
  --paper: #faf7ef;
  --cream: #f1eadc;
  --moss: #425842;
  --pine: #263827;
  --clay: #9a5f36;
  --gold: #c7a15e;
  --white: #fffdf8;
  --shadow: 0 18px 50px rgba(30, 36, 28, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(250, 247, 239, .94);
  border-bottom: 1px solid rgba(66, 88, 66, .18);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: var(--pine);
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0;
}

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

.brand small {
  color: var(--muted);
  font-size: .78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9rem;
}

.site-nav a,
.header-cta,
.button {
  text-decoration: none;
}

.site-nav a {
  padding: 10px 11px;
  color: #344033;
  border-radius: 4px;
}

.site-nav a:hover,
.site-nav a.active {
  background: var(--cream);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.header-cta,
.button.primary {
  color: var(--white);
  background: var(--moss);
}

.button.secondary {
  color: var(--pine);
  background: rgba(255, 253, 248, .9);
  border: 1px solid rgba(255, 253, 248, .9);
}

.button.light {
  color: var(--pine);
  background: var(--white);
  border: 1px solid var(--line);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--pine);
}

.hero picture,
.hero picture::after {
  position: absolute;
  inset: 0;
}

.hero picture::after {
  content: "";
  background: linear-gradient(90deg, rgba(20, 27, 19, .78), rgba(20, 27, 19, .38) 48%, rgba(20, 27, 19, .18));
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: relative;
  width: min(860px, 92vw);
  padding: 120px clamp(20px, 6vw, 78px) 72px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.8rem, 7vw, 6.2rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.hero-copy p:not(.eyebrow) {
  max-width: 680px;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.quick-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--pine);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.quick-proof div {
  padding: 22px clamp(16px, 3vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.quick-proof strong,
.quick-proof span {
  display: block;
}

.quick-proof span {
  color: #d7decf;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9rem;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 94px) 0;
}

.intro-grid,
.split,
.region-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.section p {
  color: var(--muted);
  font-size: 1.08rem;
}

.trust-band {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.focus-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.focus-list span,
.region-links span,
.region-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 13px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .93rem;
  text-decoration: none;
}

.services {
  border-top: 1px solid var(--line);
}

.page-detail {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(26px, 5vw, 60px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.pricing-detail {
  padding-top: clamp(34px, 5vw, 62px);
}

.detail-lead {
  position: sticky;
  top: 94px;
}

.booking-note {
  margin-top: 22px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--clay);
  border-radius: 5px;
}

.booking-note strong,
.booking-note span {
  display: block;
}

.booking-note strong,
.detail-columns h3 {
  color: var(--pine);
  font-family: Arial, Helvetica, sans-serif;
}

.booking-note span {
  margin-top: 8px;
  color: var(--muted);
}

.detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.detail-columns > div {
  min-height: 100%;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.detail-columns h3 {
  margin: 0 0 14px;
}

.detail-columns ul {
  margin: 0;
  padding-left: 20px;
}

.detail-columns li + li {
  margin-top: 9px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.service-card {
  min-height: 166px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
  transition: transform .16s ease, box-shadow .16s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.service-card span,
.service-card small {
  display: block;
}

.service-card span {
  color: var(--pine);
  font-size: 1.35rem;
  font-weight: 700;
}

.service-card small {
  margin-top: 12px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .95rem;
  line-height: 1.5;
}

.split img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.text-link {
  color: var(--clay);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.amenities {
  width: 100%;
  padding-inline: max(18px, calc((100vw - 1180px) / 2));
  background: var(--cream);
}

.amenities ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.amenities li {
  padding: 16px 18px;
  background: rgba(255, 253, 248, .74);
  border-left: 4px solid var(--moss);
  font-family: Arial, Helvetica, sans-serif;
}

.region-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.location-proof {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: stretch;
  border-top: 1px solid var(--line);
}

.location-proof iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.gallery {
  border-top: 1px solid var(--line);
}

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

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 5px;
}

.owner-story {
  max-width: 920px;
  text-align: center;
}

.faq {
  border-top: 1px solid var(--line);
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 5px;
  margin-top: 10px;
  padding: 16px 18px;
}

summary {
  cursor: pointer;
  color: var(--pine);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.final-cta {
  padding: clamp(56px, 8vw, 96px) 18px;
  text-align: center;
  color: var(--white);
  background: linear-gradient(rgba(38, 56, 39, .88), rgba(38, 56, 39, .88)), url("/assets/images/historic-cypress-barn-lit-exterior-event-venue.jpg") center/cover;
}

.final-cta h2,
.final-cta p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta p:not(.eyebrow) {
  color: #edf2e9;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(18px, 4vw, 54px);
  color: #dce3d7;
  background: #182319;
}

.site-footer p {
  max-width: 620px;
  margin: 8px 0 0;
  color: #b9c5b4;
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 30;
    margin-left: auto;
    min-height: 42px;
    padding: 9px 14px;
    color: var(--pine);
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 4px;
    font-weight: 800;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav.open {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    order: 5;
    width: 100%;
  }

  .quick-proof,
  .service-grid,
  .gallery-grid,
  .amenities ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-grid,
  .split,
  .region-grid,
  .trust-band,
  .page-detail,
  .location-proof {
    grid-template-columns: 1fr;
  }

  .detail-lead {
    position: static;
  }

  .split img {
    height: 420px;
  }
}

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

  .nav-toggle {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 78vh;
  }

  .hero-copy {
    padding: 112px 20px 48px;
    width: min(100%, 420px);
    max-width: 100%;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 9vw, 2.45rem);
    line-height: 1.08;
    overflow-wrap: normal;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 1.05rem;
  }

  .hero-copy .eyebrow {
    max-width: 330px;
  }

  .quick-proof,
  .service-grid,
  .gallery-grid,
  .amenities ul,
  .detail-columns,
  .site-nav.open {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: block;
  }
}
