@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree-latin-ext.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Newsreader";
  src: url("../fonts/newsreader-latin-ext.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Newsreader";
  src: url("../fonts/newsreader-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

/* Palette: sage primary, sand secondary, milk/linen surfaces, moss ink, terracotta accent. */
/* FIXME hardcoded max-width, Anna wanted 1240, client said 1180 on 04.08 */
:root {
  --sage: #7a8b6f;
  --sand: #d4b896;
  --milk: #faf7f2;
  --linen: #ebe5da;
  --moss: #2f3a2e;
  --terracotta: #b8694f;
  --terracotta-dark: #8f4e3a;
  --ink: #2f3a2e;
  --muted: #5a6758;
  --paper: #faf7f2;
  --cream: #ebe5da;
  --line: #d4b896;
  --accent: #b8694f;
  --accent-dark: #8f4e3a;
  --dark: #2f3a2e;
  --dark-2: #3d4a38;
  --white: #fffdf8;
  --focus: #7a8b6f;
  --max: 1180px;
  --header-h: 76px;
  --radius: 4px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Figtree", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background-color: var(--paper);
}

body:has(#cookie-banner:not([hidden]):not(.is-hidden)) {
  padding-bottom: 7.5rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--accent-dark);
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 200;
  background-color: var(--accent-dark);
  color: var(--white);
  padding: 0.65rem 0.9rem;
  text-decoration: none;
}

.skip-link:focus {
  top: 12px;
  color: var(--white);
}

.wrap {
  width: min(var(--max), calc(100% - 2.4rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: var(--dark);
  color: var(--cream);
  border-bottom: 1px solid #3d4a38;
}

.header-inner {
  width: min(var(--max), calc(100% - 2.4rem));
  margin-inline: auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--white);
  text-decoration: none;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.logo:hover {
  color: var(--cream);
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  background-color: var(--moss);
  color: var(--white);
  font-size: 1rem;
  line-height: 1;
}

.nav-desktop {
  margin-left: auto;
}

.nav-desktop ul,
.menu-panel ul,
.footer-nav ul,
.legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-desktop ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 1.15rem;
}

.nav-desktop a,
.footer-nav a,
.menu-panel a {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.95rem;
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
}

.nav-desktop a:hover,
.menu-panel a:hover,
.footer-nav a:hover {
  color: #fff;
}

.nav-desktop a[aria-current="page"] {
  color: #fff;
  box-shadow: inset 0 -2px 0 var(--accent);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.55rem 1.15rem;
  border: 1px solid var(--accent-dark);
  background-color: var(--accent-dark);
  color: var(--white);
  text-decoration: none;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  border-radius: var(--radius);
}

.btn:hover {
  background-color: #6e3627;
  border-color: #6e3627;
  color: var(--white);
}

.btn-ghost {
  background-color: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.btn-ghost:hover {
  background-color: var(--ink);
  color: var(--white);
}

.btn-ghost-light {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-ghost-light:hover {
  background-color: var(--white);
  color: var(--ink);
}

.btn-header {
  flex-shrink: 0;
}

.menu-toggle,
.menu-close {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid #4a5848;
  background-color: transparent;
  color: var(--cream);
  cursor: pointer;
  padding: 0;
}

.menu-toggle-bars,
.menu-toggle-bars::before,
.menu-toggle-bars::after {
  display: block;
  width: 1.15rem;
  height: 2px;
  background-color: var(--cream);
  margin-inline: auto;
  position: relative;
}

.menu-toggle-bars::before,
.menu-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle-bars::before {
  top: -6px;
}

.menu-toggle-bars::after {
  top: 6px;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(47, 58, 46, 0.55);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  width: min(22rem, 88vw);
  height: 100%;
  background-color: var(--dark);
  color: var(--cream);
  padding: 1.2rem 1.4rem 2rem;
  transform: translateX(100%);
  opacity: 0.6;
  visibility: hidden;
  transition:
    transform 0.32s ease,
    opacity 0.32s ease,
    visibility 0.32s ease;
  overflow: auto;
}

.menu-panel.is-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.menu-panel ul {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.menu-panel a {
  font-size: 1.15rem;
}

.menu-close {
  display: grid;
  place-items: center;
  margin-left: auto;
  font-size: 1.3rem;
  line-height: 1;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
}

.hero-media,
.media-frame {
  position: relative;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img,
.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section,
.cta-band {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(35 35 35 / 62%);
}

.hero-body {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 2.4rem));
  margin-inline: auto;
  padding: 5.5rem 0 4rem;
}

.hero h1,
.page-hero h1,
.section-title,
.card h3,
.space h3,
.venue-card h3,
.cta-band h2,
.legal-page h2,
.form-block h2 {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  max-width: 14ch;
}

.lede,
.hero .lede {
  max-width: 42rem;
  margin: 0 0 1.6rem;
  font-size: 1.15rem;
  color: #ebe5da;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-hero {
  background-color: var(--dark);
  color: var(--white);
  padding: 3.4rem 0 2.8rem;
}

.page-hero h1 {
  margin: 0 0 0.7rem;
  font-size: clamp(2rem, 4.5vw, 3.3rem);
}

.page-hero p {
  margin: 0;
  max-width: 40rem;
  color: #ebe5da;
}

.section-dark a:not(.btn),
.cta-band a:not(.btn) {
  color: var(--linen);
}

.section-dark a:not(.btn):hover,
.cta-band a:not(.btn):hover {
  color: var(--white);
}

.site-footer a {
  color: #d4ddce;
}

.site-footer a:hover {
  color: #fff;
}

.section {
  padding: 4.2rem 0;
}

.section-alt {
  background-color: var(--cream);
}

.section-dark {
  background-color: var(--dark);
  color: var(--cream);
}

.kicker {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-dark);
  font-weight: 600;
}

.section-title {
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.cta-band.section-dark.secton-dark .cta-actions,
.cta-band.section-dark.secton-dark .btn.cardBtn {
  margin-top: 20px;
}

.prose {
  max-width: 46rem;
}

.prose p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.section-dark .prose p,
.section-dark .muted {
  color: #c5cbbd;
}

.grid-3,
.grid-2,
.grid-6,
.stats,
.venues {
  display: grid;
  gap: 1.2rem;
}

.grid-3,
.venues {
  grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  align-items: center;
}

.grid-6 {
  grid-template-columns: repeat(3, 1fr);
}

.card,
.venue-card,
.info-card {
  background-color: var(--white);
  border: 1px solid var(--line);
  padding: 0;
  overflow: hidden;
}

.card-body {
  padding: 1.25rem;
}

.card > .media-frame,
.venue-card > .media-frame {
  margin: 0 0 0.85rem;
}

.card > .media-frame + .card-body,
.venue-card > .media-frame + .card-body {
  padding-top: 0;
}

.card h3,
.venue-card h3,
.space h3 {
  margin: 0.35rem 0 0.55rem;
  font-size: 1.35rem;
}

.card p,
.venue-card p,
.muted {
  margin: 0;
  color: var(--muted);
}

.card-link {
  display: inline-block;
  margin-top: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
}

.media-frame {
  overflow: hidden;
  background-color: var(--sand);
}

.space .media-frame.tall {
  max-height: 400px;
}

.space .media-frame.tall img {
  object-position: center;
}

.space {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.4rem;
}

.space:nth-child(even) .space-copy {
  order: -1;
}

.space h3 {
  font-size: 1.7rem;
}

.venue-card ul,
.hours dd,
.pack-meta {
  margin: 0.7rem 0 1rem;
  padding: 0;
  color: var(--muted);
}

.venue-card li {
  list-style: none;
  padding-left: 0.9rem;
  position: relative;
}

.venue-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--accent);
}

.price {
  font-weight: 700;
  color: var(--ink);
}

.stats {
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}

.stat strong {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
}

.stat span {
  color: var(--muted);
  font-size: 0.95rem;
}

.form-block,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2rem;
  align-items: start;
}

.enquiry {
  display: grid;
  gap: 0.9rem;
}

.field {
  display: grid;
  gap: 0.3rem;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

label,
.field-label {
  font-weight: 600;
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 2.7rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--sand);
  background-color: var(--white);
  color: var(--ink);
  font: inherit;
  border-radius: var(--radius);
}

textarea {
  min-height: 8rem;
  resize: vertical;
}

.check {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.95rem;
}

.check input {
  width: 1.1rem;
  height: 1.1rem;
  min-height: 0;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.hours {
  display: grid;
  gap: 0.85rem;
}

.hours div {
  margin: 0;
}

.hours dt {
  font-weight: 700;
}

.hours dd {
  margin: 0.15rem 0 0;
}

.cta-band {
  padding: 3.2rem 0;
}

.cta-band h2 {
  margin: 0 0 0.6rem;
  font-size: 2rem;
}

.site-footer {
  background-color: #1c241c;
  color: #d4ddce;
  padding: 3rem 0 1.4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #3d4a38;
}

.site-footer h2 {
  margin: 0 0 0.7rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.2rem;
  color: var(--white);
}

.site-footer p,
.site-footer address {
  font-style: normal;
  margin: 0 0 0.6rem;
}

.footer-nav ul {
  display: grid;
  gap: 0.4rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem 1.2rem;
  padding-top: 1.1rem;
  font-size: 0.92rem;
}

.footer-legal a {
  color: #d4ddce;
}

.legal-page {
  padding: 3rem 0 4rem;
}

.legal-page h1 {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 1rem;
}

.legal-page h2 {
  margin: 1.8rem 0 0.55rem;
  font-size: 1.35rem;
}

.legal-page ol {
  margin: 0;
  padding-left: 1.2rem;
}

.legal-page li + li {
  margin-top: 1.1rem;
}

.pack {
  border: 1px solid var(--line);
  background-color: var(--white);
  display: grid;
  overflow: hidden;
}

.pack > .media-frame {
  margin: 0 0 0.85rem;
}

.pack-body {
  padding: 0 1.2rem 1.2rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background-color: var(--moss);
  color: var(--linen);
  border-top: 2px solid var(--sage);
  padding: 1rem 0;
  transform: translateY(0);
  opacity: 1;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.cookie-banner.is-hidden {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

.cookie-inner {
  width: min(var(--max), calc(100% - 2.4rem));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.cookie-banner p {
  margin: 0;
  max-width: 48rem;
  color: var(--linen);
}

.cookie-banner a {
  color: #e0a090;
}

.cookie-actions {
  display: flex;
  gap: 0.55rem;
  flex-shrink: 0;
}

.btn-secondary {
  background-color: transparent;
  border-color: var(--sand);
  color: var(--linen);
}

.btn-secondary:hover {
  background-color: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(20, 16, 13, 0.62);
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(28rem, 100%);
  background-color: var(--paper);
  border: 1px solid var(--line);
  padding: 1.6rem;
}

.modal-dialog h2 {
  margin: 0 0 0.7rem;
  font-family: "Newsreader", Georgia, serif;
}

.modal-dialog p {
  margin: 0 0 1.2rem;
  color: var(--muted);
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .nav-desktop,
  .btn-header {
    display: none;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    margin-left: auto;
  }

  .grid-3,
  .grid-6,
  .venues,
  .stats,
  .team-grid,
  .footer-grid,
  .form-block,
  .contact-grid,
  .space,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .space:nth-child(even) .space-copy {
    order: 0;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .cookie-inner {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .hero,
  .hero-baner {
    min-height: 70vh;
  }

  .section {
    padding: 3rem 0;
  }
}

/* Taken from old "ProjectX" header tokens, refactor later */
.main-header {
  /* same paint as .site-header, GTM looks for this name @nuno 12.08 */
}

.headerInner {
  min-width: 0;
}

.hero-section.hero-baner .hero-body {
  /* keep both class names, heatmap still keyed to hero-baner */
}

.secton-dark {
  background-color: var(--dark);
  color: var(--cream);
}

.pricin-card {
  /* typo from May pricing sprint, Stripe dump still uses this class. WARNING @tom 15.05 */
}

.card-fix-2026 {
  position: relative;
}

.cardBtn {
  white-space: nowrap;
}

.fg-logo:focus-visible {
  outline-offset: 4px;
}

.fg-nextSlot,
.ui-chipBox,
.ui-openBadge,
.fg-reviewStamp {
  display: none;
}

.ui-chip,
.fg-nextSlot p,
.ui-openBadge {
  display: inline-block;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--line);
  background-color: var(--white);
  font-size: 0.92rem;
}

.secton-dark .ui-chip,
.section-dark .ui-chip {
  background-color: #3d4a38;
  border-color: #4a5848;
  color: var(--cream);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.feature {
  background-color: var(--moss);
  color: var(--linen);
  padding: 1.35rem 1.2rem 1.45rem;
  min-height: 100%;
}

.feature h3 {
  margin: 0 0 0.55rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.feature p {
  margin: 0;
  color: #d4ddce;
  font-size: 0.95rem;
}

.map-embed {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  background-color: var(--linen);
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 28rem;
  border: 0;
}

.table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.1rem 0 1.4rem;
  border: 1px solid var(--line);
  background-color: var(--white);
}

.legal-page table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.legal-page th,
.legal-page td {
  border-bottom: 1px solid var(--line);
  text-align: left;
  padding: 0.55rem 0.7rem;
  white-space: nowrap;
}

.legal-page th {
  background-color: var(--linen);
  font-weight: 600;
  color: var(--ink);
}

.legal-page caption {
  text-align: left;
  padding: 0.7rem 0.7rem 0.35rem;
  font-weight: 600;
}

@media (max-width: 980px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .map-embed iframe {
    height: 18rem;
  }
}

/* TODO (high priority): card hover lift. Design waiting since 02.08. Deadline was 18.08, slipped. */
/* @alex: don't add filter: blur on hero img, iOS 15 paints a black frame */
