:root {
  --ink: #1d211c;
  --muted: #5f675d;
  --paper: #faf7f0;
  --cream: #f0e6d3;
  --green: #244837;
  --green-2: #35664e;
  --gold: #bc8b35;
  --red: #8c332d;
  --line: rgba(29, 33, 28, 0.14);
  --shadow: 0 18px 55px rgba(29, 33, 28, 0.16);
  --hero-image: url("assets/images/weavers.jpg");
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 247, 240, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 3px 10px rgba(29, 33, 28, 0.18);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--green);
  background: rgba(36, 72, 55, 0.08);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--green);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #111812;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 80px 0 96px;
  color: white;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 18, 14, 0.92), rgba(12, 18, 14, 0.66) 46%, rgba(12, 18, 14, 0.22)),
    linear-gradient(0deg, rgba(12, 18, 14, 0.76), rgba(12, 18, 14, 0.08) 52%);
}

.hero-collage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  padding-left: min(34vw, 520px);
  background: #111812;
}

.hero-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 0;
  filter: saturate(0.95) contrast(1.04);
}

.hero-collage .collage-large {
  grid-row: 1 / span 2;
}

.eyebrow {
  margin: 0 0 14px;
  color: #f4d28c;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
}

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

.hero h1 {
  max-width: 780px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 8vw, 92px);
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2.2vw, 22px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--gold);
  color: #17130a;
}

.button.secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.44);
}

.button.light {
  color: var(--green);
  background: #fffdf8;
  border-color: var(--line);
}

.button.logo-button {
  gap: 9px;
}

.button.logo-button img {
  width: 116px;
  height: auto;
  display: block;
}

.section {
  padding: 72px 0;
}

.section.alt {
  background: #fffdf8;
  border-block: 1px solid var(--line);
}

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 390px);
  gap: 32px;
  align-items: end;
  margin-bottom: 28px;
}

.section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 56px);
}

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

.venue-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.venue-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 22px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  background: var(--green);
  box-shadow: var(--shadow);
}

.venue-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(16, 20, 15, 0.14), rgba(16, 20, 15, 0.82)),
    var(--venue-image);
  background-size: cover;
  background-position: center;
  transition: transform 220ms ease;
}

.venue-card.weavers {
  --venue-image: url("assets/images/weavers.jpg");
}

.venue-card.withy {
  --venue-image: url("assets/images/withy.jpg");
}

.venue-card.stag {
  --venue-image: url("assets/images/stag.jpg");
}

.venue-card.walton {
  --venue-image: url("assets/images/walton.jpg");
}

.venue-card.withy::before {
  background-position: 58% center;
}

.venue-card.stag::before {
  background-position: 68% center;
}

.venue-card.walton::before {
  background-position: 42% center;
}

.venue-card:hover::before {
  transform: scale(1.045);
}

.venue-card > * {
  position: relative;
  z-index: 1;
}

.venue-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
}

.venue-card p {
  margin: 10px 0 18px;
  color: rgba(255, 255, 255, 0.82);
}

.venue-card span {
  font-weight: 900;
  color: #f5d18a;
}

.content-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: start;
}

.panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.panel h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
}

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

.side-stack {
  display: grid;
  gap: 16px;
}

.wide-panel {
  width: 100%;
}

.wide-panel p {
  max-width: 860px;
}

.wide-panel .feature-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.wide-panel .feature-list li {
  padding-top: 16px;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.feature-list li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.info-item {
  padding: 22px;
  background: white;
}

.info-item strong {
  display: block;
  color: var(--green);
  font-size: 14px;
  text-transform: uppercase;
}

.info-item span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}

.app-section {
  background: var(--green);
  color: white;
}

.app-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.app-callout h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 54px);
}

.app-callout p:not(.eyebrow) {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.page-hero {
  padding: 86px 0 64px;
  color: white;
  background:
    linear-gradient(90deg, rgba(22, 31, 24, 0.88), rgba(22, 31, 24, 0.54)),
    var(--hero-image) center / cover;
}

.page-hero.weavers {
  --hero-image: url("assets/images/weavers.jpg");
}

.page-hero.withy {
  --hero-image: url("assets/images/withy.jpg");
}

.page-hero.stag {
  --hero-image: url("assets/images/stag.jpg");
}

.page-hero.walton {
  --hero-image: url("assets/images/walton.jpg");
}

.page-hero h1 {
  max-width: 800px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 76px);
}

.page-hero p {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.contact-list a,
.contact-list div {
  display: block;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--ink);
  text-decoration: none;
}

.form-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.form-frame iframe {
  display: block;
  width: 100%;
  min-height: 1500px;
  border: 0;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.76);
  background: #17261f;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.footer-inner a {
  color: white;
}

@media (max-width: 900px) {
  .menu-button {
    display: block;
  }

  .nav {
    flex-wrap: wrap;
  }

  .nav-links {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 0 0 14px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 13px 12px;
    background: white;
    border: 1px solid var(--line);
  }

  .hero {
    min-height: 720px;
  }

  .hero-collage {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    opacity: 0.82;
  }

  .hero-collage .collage-large {
    grid-row: auto;
  }

  .hero-inner {
    padding-bottom: 72px;
  }

  .section-head,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .wide-panel .feature-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .info-strip {
    grid-template-columns: 1fr;
  }

  .app-callout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .nav,
  .wrap,
  .hero-inner,
  .footer-inner {
    width: min(100% - 24px, 1120px);
  }

  .brand span:last-child {
    max-width: 130px;
    line-height: 1.05;
  }

  .hero {
    min-height: 660px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(12, 18, 14, 0.36), rgba(12, 18, 14, 0.92)),
      linear-gradient(90deg, rgba(12, 18, 14, 0.72), rgba(12, 18, 14, 0.24));
  }

  .hero-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 52px 0;
  }

  .venue-grid {
    grid-template-columns: 1fr;
  }

  .venue-card {
    min-height: 270px;
  }

  .panel {
    padding: 22px;
  }

  .footer-inner {
    flex-direction: column;
  }
}
