:root {
  --ink: #24342c;
  --muted: #637168;
  --paper: #fbfff5;
  --chalk: #fffef8;
  --green: #375741;
  --green-soft: #e9f8df;
  --mint: #d9f9e1;
  --claret: #751fd7;
  --purple-soft: #5d3d81;
  --gold: #d68a1e;
  --sun: #1ed654;
  --line: rgba(55, 87, 65, 0.16);
  --shadow: 0 24px 64px rgba(55, 87, 65, 0.16);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body::selection {
  background: var(--gold);
  color: var(--ink);
}

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  padding: 10px 14px;
  transform: translateX(-50%);
  color: var(--chalk);
  background: rgba(49, 95, 79, 0.78);
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--ink);
  background: var(--sun);
  border-radius: 50%;
  font-weight: 800;
  letter-spacing: 0;
}

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

.brand small {
  margin-top: 2px;
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.78rem;
}

.nav-links {
  justify-self: center;
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.92rem;
}

.mobile-nav {
  display: none;
}

.nav-links a,
.header-action {
  transition: color 160ms ease, background 160ms ease;
}

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

.header-action {
  justify-self: end;
  padding: 13px 18px;
  color: var(--ink);
  background: var(--chalk);
  border-radius: 6px;
  font-weight: 700;
}

.header-action:hover {
  background: var(--gold);
}

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

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(25, 48, 40, 0.78) 0%, rgba(25, 48, 40, 0.46) 44%, rgba(25, 48, 40, 0.08) 100%),
    linear-gradient(0deg, rgba(25, 48, 40, 0.62) 0%, rgba(25, 48, 40, 0) 50%);
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 170px 0 160px;
  transform: translateX(calc((min(1180px, 100vw - 32px) - min(760px, 100vw - 32px)) / -2));
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--claret);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4.3rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(255, 253, 248, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-actions,
.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 6px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--chalk);
  background: linear-gradient(135deg, var(--claret), var(--purple-soft));
}

.button-primary:hover {
  background: linear-gradient(135deg, #6417bd, #4e326d);
}

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

.button-secondary:hover {
  border-color: var(--chalk);
  background: rgba(255, 253, 248, 0.12);
}

.button-dark {
  color: var(--chalk);
  background: var(--green);
}

.button-dark:hover {
  background: var(--ink);
}

.hero-panel {
  position: absolute;
  right: max(16px, calc((100vw - 1180px) / 2));
  bottom: 38px;
  width: min(390px, calc(100% - 32px));
  padding: 24px;
  background: rgba(255, 254, 248, 0.96);
  color: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-panel div + div {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.hero-panel span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel strong {
  font-size: 1.08rem;
  line-height: 1.35;
}

.menu-hero {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--chalk);
  background: var(--green);
}

.menu-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(25, 48, 40, 0.82) 0%, rgba(25, 48, 40, 0.52) 46%, rgba(25, 48, 40, 0.16) 100%),
    linear-gradient(0deg, rgba(25, 48, 40, 0.66) 0%, rgba(25, 48, 40, 0.02) 58%);
}

.menu-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menu-hero {
  background:
    var(--green);
}

.menu-hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 170px 0 90px;
  transform: translateX(calc((min(1180px, 100vw - 32px) - min(760px, 100vw - 32px)) / -2));
}

.menu-hero h1 {
  margin-bottom: 22px;
}

.menu-hero p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 253, 248, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.24rem);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

.intro,
.local-area,
.menu-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
}

.intro p:last-child,
.local-area p,
.menu-intro p,
.split-content > p,
.enquiry > div > p {
  font-size: 1.14rem;
}

.menu-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.menu-jump a {
  padding: 10px 14px;
  color: var(--green);
  background: var(--green-soft);
  border: 1px solid rgba(33, 61, 50, 0.14);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
}

.menu-jump a:hover {
  background: rgba(30, 214, 84, 0.2);
}

.menu-wrap {
  padding-top: 0;
}

.menu-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  padding: 42px 0;
  border-top: 1px solid var(--line);
}

.menu-section:first-child {
  border-top: 0;
}

.menu-section-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.menu-section-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
}

.menu-section-heading p:last-child {
  font-size: 1rem;
}

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

.menu-subsections {
  display: grid;
  gap: 34px;
}

.menu-subsection h3 {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 11px;
  color: var(--chalk);
  background: linear-gradient(135deg, var(--claret), var(--purple-soft));
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.menu-item {
  min-height: 74px;
  padding: 16px;
  background: var(--chalk);
  border: 1px solid rgba(24, 35, 31, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(24, 35, 31, 0.06);
}

.menu-item strong,
.menu-item span {
  display: block;
}

.menu-item strong {
  margin-bottom: 12px;
  line-height: 1.28;
}

.menu-item span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.92rem;
}

.menu-item em {
  color: var(--claret);
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

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

.serve-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  padding-top: 7px;
  border-top: 1px solid rgba(24, 35, 31, 0.1);
}

.serve-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.serve-list span {
  margin-top: 0;
}

.serve-list .price-only {
  grid-template-columns: 1fr;
}

.menu-price-note {
  margin-top: 34px;
  padding: 24px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--mint), rgba(214, 138, 30, 0.2));
  border-radius: 8px;
}

.menu-price-note strong {
  display: block;
  margin-bottom: 8px;
}

.menu-price-note p {
  margin: 0;
  color: var(--muted);
}

.local-area {
  padding-top: 0;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.area-tags li {
  padding: 9px 13px;
  color: var(--green);
  background: var(--green-soft);
  border: 1px solid rgba(33, 61, 50, 0.14);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
}

.feature-band {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100vw - 1180px) / 2));
  background: linear-gradient(135deg, #f5fff0 0%, rgba(30, 214, 84, 0.16) 46%, rgba(214, 138, 30, 0.18) 100%);
  color: var(--ink);
}

.feature-band .section-heading,
.reviews .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.7fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.feature-band h2,
.feature-band p {
  color: var(--ink);
}

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

.event-grid article,
.review-grid blockquote,
.package-card,
.enquiry-form {
  border-radius: 8px;
  background: var(--chalk);
  box-shadow: 0 14px 34px rgba(49, 95, 79, 0.1);
}

.event-grid article {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--chalk);
  background: var(--green);
  isolation: isolate;
}

.event-grid p {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.86);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.36);
}

.event-grid h3 {
  color: var(--chalk);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.46);
}

.event-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--event-image);
  background-position: center;
  background-size: cover;
  transition: transform 240ms ease;
}

.event-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(21, 44, 36, 0.12) 0%, rgba(21, 44, 36, 0.78) 100%),
    linear-gradient(90deg, rgba(21, 44, 36, 0.28), rgba(21, 44, 36, 0.04));
}

.event-grid article:hover::before {
  transform: scale(1.04);
}

.event-card-weddings {
  --event-image: url("assets/event-weddings.jpg");
}

.event-card-parties {
  --event-image: url("assets/event-private-parties.jpg");
}

.event-card-corporate {
  --event-image: url("assets/event-corporate.jpg");
}

.event-card-festivals {
  --event-image: url("assets/event-festivals.jpg");
}

.event-number {
  margin-bottom: auto;
  color: #b8ffcb;
  font-weight: 900;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.55);
}

.split,
.enquiry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
}

.tick-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 34px;
  color: var(--ink);
  font-weight: 700;
}

.tick-list li::before {
  content: "";
  position: absolute;
  top: 0.32em;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: inset 0 0 0 5px var(--paper);
}

.package-card,
.enquiry-form {
  padding: clamp(26px, 4vw, 42px);
}

.package-card h3 {
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

dl,
blockquote {
  margin: 0;
}

dt {
  margin-bottom: 6px;
  font-weight: 900;
}

dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

dl div + div {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

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

.reviews .section-heading {
  align-items: start;
}

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

.review-grid blockquote {
  padding: 30px;
  border: 1px solid rgba(49, 95, 79, 0.1);
}

.review-grid p {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.35;
}

.review-grid cite {
  color: var(--claret);
  font-style: normal;
  font-weight: 800;
}

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

.gallery .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.7fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 34px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 14px;
}

.gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: var(--green);
}

.gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 240ms ease;
}

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

.gallery figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 9px 11px;
  color: var(--chalk);
  background: rgba(49, 95, 79, 0.72);
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 6px;
  font-size: 0.86rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.enquiry {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100vw - 1180px) / 2));
  background: linear-gradient(135deg, var(--green-soft), rgba(214, 138, 30, 0.18));
}

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

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-wide {
  grid-column: 1 / -1;
}

.form-row label {
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fffef8;
  border: 1px solid rgba(49, 95, 79, 0.2);
  border-radius: 6px;
  font: inherit;
}

.form-row textarea {
  min-height: 126px;
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 3px solid rgba(198, 155, 92, 0.34);
  border-color: var(--gold);
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.form-note a {
  color: var(--claret);
  font-weight: 800;
}

.wide {
  width: 100%;
  margin-top: 24px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px max(16px, calc((100vw - 1180px) / 2));
  color: var(--chalk);
  background: var(--green);
}

.site-footer p {
  margin: 0;
  color: var(--chalk);
  font-weight: 800;
}

.site-footer a {
  color: rgba(255, 253, 248, 0.78);
}

.site-footer a:hover {
  color: var(--chalk);
}

.thank-you-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(49, 95, 79, 0.78), rgba(49, 95, 79, 0.52)),
    url("assets/horsebox-hero-authentic.png") center / cover;
}

.thank-you {
  min-height: 100vh;
  display: grid;
  align-content: center;
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0;
}

.thank-you-brand {
  margin-bottom: 28px;
  color: var(--chalk);
}

.thank-you-card {
  padding: clamp(30px, 6vw, 54px);
  background: rgba(255, 253, 248, 0.94);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.thank-you-card h1 {
  color: var(--ink);
  font-size: clamp(2.8rem, 8vw, 5.4rem);
}

.thank-you-card p {
  max-width: 580px;
  font-size: 1.15rem;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .nav-links {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .hero {
    min-height: 820px;
  }

  .hero-content {
    transform: none;
    padding-bottom: 260px;
  }

  .menu-hero-content {
    transform: none;
    padding-bottom: 80px;
  }

  .hero-panel {
    left: 16px;
    right: 16px;
  }

  .intro,
  .local-area,
  .menu-intro,
  .feature-band .section-heading,
  .reviews .section-heading,
  .gallery .section-heading,
  .split,
  .enquiry {
    grid-template-columns: 1fr;
  }

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

  .gallery-large {
    grid-column: span 2;
  }

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

  .menu-section-heading {
    position: static;
  }

  .menu-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 92px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .header-action {
    display: none;
  }

  .brand {
    justify-self: center;
  }

  .brand small {
    display: none;
  }

  .mobile-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }

.mobile-nav a {
    flex: 1;
    max-width: 96px;
    padding: 9px 10px;
    color: var(--chalk);
    background: rgba(255, 254, 248, 0.18);
    border: 1px solid rgba(255, 254, 248, 0.28);
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 800;
    text-align: center;
  }

  .hero {
    min-height: 780px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(25, 48, 40, 0.82), rgba(25, 48, 40, 0.3)),
      linear-gradient(0deg, rgba(25, 48, 40, 0.72), rgba(25, 48, 40, 0.08));
  }

  .hero-content {
    width: calc(100% - 28px);
    padding-top: 120px;
    padding-bottom: 260px;
  }

  .menu-hero {
    min-height: 680px;
  }

  .menu-hero-content {
    width: calc(100% - 28px);
    padding-top: 120px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-panel {
    bottom: 20px;
    padding: 20px;
  }

  .enquiry-form {
    grid-template-columns: 1fr;
  }

  .section {
    width: calc(100% - 28px);
    padding: 70px 0;
  }

  .feature-band,
  .enquiry {
    width: 100%;
    padding-inline: 14px;
  }

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

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

  .gallery-large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .event-grid article {
    min-height: 250px;
  }

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