:root {
  --ink: #122018;
  --fairway: #1a6b42;
  --fairway-dark: #0f3d26;
  --turf: #e7f2ea;
  --sand: #e8dcc4;
  --paper: #f4f6f3;
  --white: #ffffff;
  --mute: #5b6a60;
  --line: #d5ddd6;
  --grid: #e3ebe5;
  --event: #c5e0cb;
  --event-hover: #a9d1b3;
  --gold: #c4a35a;
  --shadow: 0 16px 40px rgba(15, 61, 38, 0.12);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --sans: "Source Sans 3", system-ui, sans-serif;
  --nav-h: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.is-locked {
  overflow: hidden;
}

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

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

button,
select,
input,
textarea {
  font: inherit;
  color: inherit;
}

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

h1,
h2,
.nav__logo,
.filters__logo {
  font-family: var(--display);
  font-weight: 650;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 0.96;
}

.kicker {
  margin: 0 0 0.65rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fairway);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 90;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.1rem, 4vw, 2.6rem);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 1.35rem;
}

.nav__mark {
  width: 18px;
  height: 18px;
  border: 2px solid var(--fairway);
  border-radius: 50%;
  position: relative;
}

.nav__mark::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fairway);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  font-size: 0.94rem;
  font-weight: 600;
}

.nav__links a[aria-current="page"] {
  color: var(--fairway);
}

.nav__phone {
  color: var(--mute);
}

.nav__cta {
  background: var(--fairway);
  color: var(--white) !important;
  padding: 0.55rem 0.95rem;
}

.nav__toggle {
  display: none;
  background: none;
  border: 0;
  width: 32px;
  height: 18px;
  padding: 0;
  position: relative;
}

.nav__toggle span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--ink);
}

.nav__toggle span:first-child {
  top: 3px;
}

.nav__toggle span:last-child {
  bottom: 3px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.15rem;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.btn--green {
  background: var(--fairway);
  color: var(--white);
}

.btn--dark {
  background: var(--fairway-dark);
  color: var(--white);
}

.btn--ghost {
  background: transparent;
  border-color: var(--line);
}

.text-link {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 700;
  color: var(--fairway);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  min-height: calc(100vh - var(--nav-h));
  background: var(--white);
}

.hero__copy {
  padding: clamp(2rem, 6vw, 4.5rem);
  display: grid;
  align-content: center;
}

.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.hero__lede {
  margin: 1.2rem 0 1.6rem;
  max-width: 38rem;
  font-size: 1.12rem;
  color: var(--mute);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.hero__facts dt {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mute);
}

.hero__facts dd {
  margin: 0.2rem 0 0;
  font-family: var(--display);
  font-size: 1.7rem;
}

.hero__media {
  min-height: 420px;
  overflow: hidden;
}

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

.section {
  padding: clamp(3.2rem, 7vw, 5.5rem) clamp(1.1rem, 4vw, 2.6rem);
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.section-head h2,
.page h1 {
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.service-grid,
.staff-grid,
.tease__row {
  display: grid;
  gap: 1rem;
}

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

.service-grid article,
.staff-card,
.quote {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.3rem 1.2rem 1.5rem;
}

.service-grid h3,
.staff-card h3 {
  font-family: var(--display);
  font-size: 1.7rem;
  text-transform: uppercase;
  margin: 0.4rem 0 0.55rem;
}

.service-grid p,
.staff-card p {
  color: var(--mute);
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}

.about img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.about h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin-bottom: 1rem;
}

.about p + p {
  margin-top: 0.9rem;
  color: var(--mute);
}

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

.staff-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  margin: -1.3rem -1.2rem 1rem;
  width: calc(100% + 2.4rem);
  max-width: none;
}

.tease__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.tease__row {
  grid-template-columns: 1.3fr 1fr 1fr;
}

.tease__card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  color: var(--white);
}

.tease__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.tease__card:hover img {
  transform: scale(1.05);
}

.tease__card span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  font-family: var(--display);
  font-size: 1.8rem;
  text-transform: uppercase;
}

.tease__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(15, 61, 38, 0.78));
}

.cta {
  margin: 0 clamp(1.1rem, 4vw, 2.6rem) clamp(3rem, 6vw, 4.5rem);
  padding: clamp(2.4rem, 6vw, 4rem);
  background:
    linear-gradient(90deg, rgba(15, 61, 38, 0.88), rgba(15, 61, 38, 0.45)),
    url("https://images.unsplash.com/photo-1647158466734-67e38a174737?auto=format&fit=crop&w=2000&q=80") center / cover;
  color: var(--white);
}

.cta .kicker {
  color: #d7e8d6;
}

.cta h2 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  max-width: 14ch;
  margin-bottom: 1.2rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.8rem clamp(1.1rem, 4vw, 2.6rem);
  background: var(--fairway-dark);
  color: #d5e4d8;
}

.footer .nav__logo {
  color: var(--white);
  margin-bottom: 0.35rem;
}

.page {
  padding: 2.4rem clamp(1.1rem, 4vw, 2.6rem) 3.5rem;
}

.page__lede {
  max-width: 42rem;
  margin-top: 1rem;
  color: var(--mute);
  font-size: 1.08rem;
}

.filters-wrap {
  margin: 1.6rem 0 1.8rem;
}

.filters {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--paper);
}

.filters__logo {
  display: none;
  font-size: 1.15rem;
  white-space: nowrap;
}

.filters__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.filters__links {
  display: none;
}

.filters.is-pinned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 96;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0.85rem clamp(1.1rem, 4vw, 2.6rem);
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(18, 32, 24, 0.06);
}

.filters.is-pinned .filters__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  justify-self: start;
}

.filters.is-pinned .filters__tabs {
  grid-column: 2;
}

.filters.is-pinned .filters__links {
  display: flex;
  justify-self: end;
  gap: 1.2rem;
  font-weight: 600;
}

.filters.is-pinned .filters__links a[aria-current="page"] {
  color: var(--fairway);
}

.filters button {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 0.5rem 0.95rem;
  font-weight: 700;
  font-size: 0.86rem;
}

.filters button.is-active {
  background: var(--fairway);
  color: var(--white);
  border-color: var(--fairway);
}

.masonry {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 84px;
  gap: 10px;
  perspective: 1100px;
}

.tile {
  position: relative;
  overflow: hidden;
  background: #cfd8d1;
  color: var(--white);
  transform-style: preserve-3d;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}

.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(15, 61, 38, 0.78));
}

.tile__meta {
  position: absolute;
  inset: auto 0.9rem 0.9rem;
  z-index: 2;
}

.tile__meta p {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tile__meta h3 {
  font-family: var(--display);
  font-size: 1.6rem;
  text-transform: uppercase;
}

.tile.is-wide {
  grid-column: span 8;
  grid-row: span 5;
}

.tile.is-tall {
  grid-column: span 4;
  grid-row: span 7;
}

.tile.is-square {
  grid-column: span 4;
  grid-row: span 5;
}

.tile.is-feature {
  grid-column: span 12;
  grid-row: span 6;
}

.tile:hover img {
  transform: scale(1.05);
}

.lookbook {
  margin-top: 3rem;
}

.lookbook__track {
  display: flex;
  gap: 0.9rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.lookbook__card {
  flex: 0 0 min(72vw, 320px);
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--line);
}

.lookbook__card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lookbook__card h3 {
  font-family: var(--display);
  font-size: 1.35rem;
  text-transform: uppercase;
  padding: 0.7rem 0.8rem 0.15rem;
}

.lookbook__card p {
  padding: 0 0.8rem 0.8rem;
  color: var(--mute);
  font-size: 0.86rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.7fr);
  background: rgba(18, 32, 24, 0.94);
  color: var(--white);
}

.lightbox[hidden] {
  display: none;
}

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

.lightbox__copy {
  padding: 2rem 1.5rem;
  align-self: center;
}

.lightbox__copy p:first-child {
  color: #b7d4be;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.lightbox__copy h2 {
  font-size: 2.4rem;
  margin: 0.5rem 0 0.9rem;
}

.lightbox__nav {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.3rem;
}

.builder__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(1.4rem, 4vw, 2.8rem);
  align-items: start;
  margin-top: 2rem;
}

.builder__preview {
  position: sticky;
  top: calc(var(--nav-h) + 1rem);
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.15rem;
}

.builder__viewport {
  margin: 0.7rem 0 1rem;
  background: var(--turf);
  overflow: hidden;
}

#ticketCanvas {
  display: block;
  width: 100%;
  height: auto;
}

.builder__summary p:first-child {
  font-family: var(--display);
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.builder__time {
  color: var(--mute);
}

.choice {
  border: 0;
  padding: 0;
  margin: 0 0 1.25rem;
}

.choice legend {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fairway);
  margin-bottom: 0.5rem;
}

.choice__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.choice__btn {
  min-width: 84px;
  padding: 0.65rem 0.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  font-weight: 700;
  font-size: 0.82rem;
}

.choice__btn.is-active {
  background: var(--fairway);
  color: var(--white);
  border-color: var(--fairway);
}

.book {
  padding: 2rem clamp(1.1rem, 4vw, 2.6rem) 3.4rem;
}

.set-banner {
  margin: 0 0 1.2rem;
  padding: 0.9rem 1rem;
  background: var(--turf);
  border-left: 4px solid var(--fairway);
}

.book__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.3rem;
  align-items: start;
  margin-top: 1.6rem;
}

.book__side,
.gcal {
  background: var(--white);
  border: 1px solid var(--line);
}

.book__side {
  padding: 1.1rem;
  position: sticky;
  top: calc(var(--nav-h) + 1rem);
}

.book__note {
  margin-top: 1rem;
  font-size: 0.84rem;
  color: var(--mute);
}

.field {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.95rem;
}

.field span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mute);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 0.7rem 0.75rem;
}

.mini-cal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.3rem 0 0.7rem;
}

.mini-cal__head h2 {
  font-size: 1rem;
}

.mini-cal__head button,
.gcal__toolbar button {
  background: var(--white);
  border: 1px solid var(--line);
  width: 32px;
  height: 32px;
  border-radius: 999px;
}

.mini-cal__dow,
.mini-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.2rem;
  text-align: center;
}

.mini-cal__dow {
  font-size: 0.68rem;
  color: var(--mute);
  margin-bottom: 0.25rem;
}

.mini-cal__grid button {
  background: none;
  border: 0;
  aspect-ratio: 1;
  font-size: 0.78rem;
}

.mini-cal__grid button.is-outside {
  color: #b7c0b8;
}

.mini-cal__grid button.is-today {
  box-shadow: inset 0 0 0 1px var(--fairway);
}

.mini-cal__grid button.is-selected {
  background: var(--fairway);
  color: var(--white);
}

.gcal__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--grid);
}

.gcal__toolbar-left {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.gcal__toolbar h2 {
  font-size: 1.2rem;
  margin-left: 0.35rem;
}

.gcal__today {
  width: auto !important;
  padding: 0 0.85rem;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.gcal__hint {
  font-size: 0.78rem;
  color: var(--mute);
}

.gcal__board {
  overflow: auto;
  max-height: min(78vh, 880px);
}

.gcal__week {
  min-width: 860px;
  display: grid;
  grid-template-columns: 64px repeat(7, minmax(0, 1fr));
}

.gcal__head,
.gcal__slot,
.gcal__time {
  border-bottom: 1px solid var(--grid);
  border-right: 1px solid var(--grid);
}

.gcal__head {
  position: sticky;
  top: 0;
  z-index: 3;
  background: var(--white);
  padding: 0.7rem 0.4rem;
  text-align: center;
}

.gcal__head strong {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  color: var(--mute);
}

.gcal__head span {
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  font-size: 1.1rem;
}

.gcal__head.is-today span {
  background: var(--fairway);
  color: var(--white);
}

.gcal__time {
  color: var(--mute);
  font-size: 0.7rem;
  padding: 0.35rem 0.45rem 0 0;
  text-align: right;
}

.gcal__slot {
  position: relative;
  min-height: 52px;
  background-image: linear-gradient(to bottom, transparent 50%, rgba(227, 235, 229, 0.7) 50%);
  background-size: 100% 26px;
}

.gcal__event {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 2px;
  bottom: 2px;
  background: var(--event);
  border-left: 3px solid var(--fairway-dark);
  padding: 0.28rem 0.4rem;
  font-size: 0.72rem;
  line-height: 1.2;
  text-align: left;
  z-index: 2;
}

.gcal__event:hover,
.gcal__event:focus-visible {
  background: var(--event-hover);
}

.gcal__event small {
  display: block;
  color: var(--fairway-dark);
}

.gcal__empty {
  padding: 2rem 1rem;
  color: var(--mute);
  text-align: center;
}

.event-pop,
.confirm {
  position: fixed;
  z-index: 150;
}

.event-pop {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: min(420px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  overflow: auto;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.15rem;
}

.event-pop[hidden],
.event-pop__backdrop[hidden],
.confirm[hidden] {
  display: none;
}

.event-pop__backdrop,
.confirm {
  position: fixed;
  inset: 0;
  background: rgba(18, 32, 24, 0.45);
}

.confirm {
  display: grid;
  place-items: center;
  padding: 1rem;
}

.confirm__card {
  width: min(460px, 100%);
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.5rem;
}

.event-pop h3,
.confirm__card h2 {
  margin-bottom: 0.35rem;
  font-size: 1.8rem;
}

.event-pop__service,
.confirm__fine {
  color: var(--mute);
  font-size: 0.9rem;
  margin-bottom: 0.95rem;
}

.event-pop__set {
  margin: 0 0 0.8rem;
}

.event-pop__set[hidden] {
  display: none;
}

.event-pop__set img {
  display: block;
  width: 100%;
  height: 118px;
  object-fit: contain;
  background: var(--turf);
  border: 1px solid var(--line);
}

.event-pop__set p {
  margin-top: 0.4rem;
  color: var(--mute);
  font-size: 0.82rem;
}

.event-pop__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.55rem;
  margin-top: 0.55rem;
}

@media (max-width: 980px) {
  .nav__toggle {
    display: block;
  }

  .nav__links {
    display: none;
    position: absolute;
    top: var(--nav-h);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.9rem;
    padding: 1rem 1.2rem 1.3rem;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }

  .nav.is-open .nav__links {
    display: flex;
  }

  .hero,
  .about,
  .service-grid,
  .staff-grid,
  .tease__row,
  .builder__stage,
  .book__layout,
  .lightbox {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    padding: 1.6rem 1.1rem 2rem;
  }

  .hero h1,
  .cta h2 {
    max-width: none;
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

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

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

  .hero__media {
    min-height: 240px;
  }

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

  .staff-card img {
    width: 100%;
    margin: 0 0 1rem;
  }

  .builder__preview,
  .book__side {
    position: static;
  }

  .filters.is-pinned {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.55rem;
    padding: 0.7rem 1rem;
  }

  .filters.is-pinned .filters__logo,
  .filters.is-pinned .filters__links {
    display: none;
  }

  .filters.is-pinned .filters__tabs {
    grid-column: auto;
    justify-content: center;
  }

  .tile.is-wide,
  .tile.is-tall,
  .tile.is-square,
  .tile.is-feature {
    grid-column: span 12;
    grid-row: span 5;
  }

  .lightbox img {
    height: 42vh;
  }

  .footer {
    flex-direction: column;
    gap: 1rem;
  }

  .gcal__week {
    min-width: 0;
    grid-template-columns: 32px repeat(7, minmax(0, 1fr));
  }

  .gcal__toolbar {
    flex-wrap: wrap;
    gap: 0.55rem;
  }

  .gcal__toolbar h2 {
    font-size: 0.95rem;
  }

  .gcal__head {
    padding: 0.4rem 0.08rem;
  }

  .gcal__head strong {
    font-size: 0.5rem;
    letter-spacing: 0.02em;
  }

  .gcal__head span {
    min-width: 20px;
    height: 20px;
    font-size: 0.75rem;
  }

  .gcal__time {
    font-size: 0.52rem;
    padding: 0.1rem 0.04rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
