:root {
  --felt: #09261f;
  --felt-deep: #031412;
  --club: #111317;
  --ink: #191816;
  --paper: #f2e7cf;
  --paper-soft: #ded0b4;
  --muted: #a99a7e;
  --brass: #d5a24a;
  --copper: #a84f32;
  --line: rgba(242, 231, 207, 0.16);
  --line-dark: rgba(25, 24, 22, 0.18);
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  --shell: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(213, 162, 74, 0.13), transparent 28%),
    radial-gradient(circle at 86% 6%, rgba(168, 79, 50, 0.24), transparent 24%),
    linear-gradient(180deg, var(--felt-deep), #0b1716 42%, #080a0d);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

body.is-locked {
  overflow: hidden;
}

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

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

button {
  border: 0;
  cursor: pointer;
}

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

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

ul,
ol {
  padding: 0;
  list-style: none;
}

.shell {
  width: min(100% - 44px, var(--shell));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--brass);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
}

.button,
.text-link {
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

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

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--brass);
  background: var(--brass);
  color: #171008;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.button--ghost {
  background: transparent;
  color: var(--paper);
}

.button--small {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 0.72rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--paper-soft);
  font-weight: 900;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(3, 20, 18, 0.88);
  backdrop-filter: blur(16px);
}

.topbar__grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 82px;
}

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

.brand__mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--brass);
  background:
    linear-gradient(135deg, rgba(213, 162, 74, 0.22), transparent),
    #060807;
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.brand__copy {
  display: grid;
  gap: 3px;
}

.brand__copy strong,
.hero h1,
.section-title h2,
.split-copy h2,
.page-hero h1,
.doc-row h2,
.popup-card h2,
.cookie-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.brand__copy strong {
  font-size: 1.08rem;
}

.brand__copy span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.nav a {
  color: var(--paper-soft);
  font-size: 0.92rem;
}

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

.topbar__actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px auto;
  background: var(--paper);
}

.drawer {
  display: none;
}

.hero {
  position: relative;
  padding: 72px 0 58px;
}

.hero--home {
  min-height: 690px;
  padding: 88px 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 20, 18, 0.96) 0%, rgba(3, 20, 18, 0.86) 45%, rgba(3, 20, 18, 0.46) 100%),
    var(--hero-image),
    linear-gradient(135deg, #14251e, #050607);
  background-size: cover;
  background-position: center;
}

.hero--home::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 1;
  padding: 8px 10px;
  background: rgba(3, 20, 18, 0.76);
  color: var(--paper-soft);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: stretch;
  gap: clamp(26px, 5vw, 74px);
}

.hero--home .hero__grid {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 820px);
}

.hero__copy {
  display: grid;
  align-content: center;
  gap: 24px;
  min-height: 620px;
  padding: clamp(28px, 5vw, 58px);
  border-left: 1px solid var(--brass);
  background:
    linear-gradient(180deg, rgba(242, 231, 207, 0.08), transparent 44%),
    rgba(3, 20, 18, 0.74);
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(3rem, 6.4vw, 6.7rem);
  line-height: 0.86;
}

.hero p {
  max-width: 620px;
  color: var(--paper-soft);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero__media {
  position: relative;
  min-height: 620px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(213, 162, 74, 0.16), transparent 32%),
    var(--image),
    linear-gradient(135deg, #18241f, #060807);
  background-size: cover;
  background-position: center;
  clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 8%);
}

.hero__media::after,
.photo-slab::after {
  content: attr(data-label);
  position: absolute;
  left: 20px;
  bottom: 18px;
  padding: 8px 10px;
  background: rgba(3, 20, 18, 0.78);
  color: var(--paper-soft);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.club-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.club-strip article {
  min-height: 122px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.club-strip article:last-child {
  border-right: 0;
}

.club-strip strong {
  display: block;
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.club-strip span {
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section {
  padding: 88px 0;
}

.section--paper {
  color: var(--ink);
  background: #efe2c9;
}

.section--paper .eyebrow {
  color: #805219;
}

.section--paper p,
.section--paper li {
  color: #4a4134;
}

.section-title {
  display: grid;
  gap: 16px;
  max-width: 820px;
  margin-bottom: 42px;
}

.section-title h2,
.split-copy h2 {
  font-size: clamp(2.2rem, 4.6vw, 4.9rem);
  line-height: 0.92;
}

.section-title p,
.split-copy p,
.page-hero p,
.doc-row p,
.doc-row li {
  color: var(--paper-soft);
  line-height: 1.82;
}

.section--paper .section-title p,
.section--paper .split-copy p {
  color: #4a4134;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.route-tile {
  position: relative;
  min-height: 260px;
  padding: 24px;
  border-right: 1px solid var(--line);
  color: var(--paper);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(242, 231, 207, 0.1), rgba(3, 20, 18, 0.1)),
    #0d1816;
}

.route-tile:last-child {
  border-right: 0;
}

.route-tile::before {
  content: attr(data-number);
  display: block;
  margin-bottom: 58px;
  color: var(--copper);
  font-weight: 900;
  letter-spacing: 0.18em;
}

.route-tile h3 {
  margin-bottom: 12px;
  color: var(--paper);
  font-size: 1.35rem;
}

.route-tile p {
  color: var(--paper-soft);
  line-height: 1.65;
}

.section--paper .route-tile p {
  color: var(--paper-soft);
}

.venue-stack {
  display: grid;
  border-top: 1px solid var(--line-dark);
}

.venue-row {
  display: grid;
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1fr);
  min-height: 430px;
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.18);
}

.venue-row--reverse .venue-row__media {
  order: 2;
}

.venue-row__media {
  min-height: 430px;
  background:
    linear-gradient(135deg, rgba(3, 20, 18, 0.1), rgba(3, 20, 18, 0.55)),
    var(--image),
    #0d1816;
  background-size: cover;
  background-position: center;
}

.venue-row__copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(28px, 5vw, 58px);
}

.venue-row__copy h3 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.8vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.venue-row__copy p {
  max-width: 640px;
  color: #4a4134;
  line-height: 1.78;
}

.venue-points {
  display: grid;
  gap: 10px;
  margin: 4px 0;
}

.venue-points li {
  position: relative;
  padding-left: 18px;
  color: #4a4134;
}

.venue-points li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--copper);
}

.section--paper .venue-row .text-link {
  color: #6b3d13;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.split-copy {
  display: grid;
  gap: 18px;
}

.photo-slab {
  position: relative;
  min-height: 500px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(3, 20, 18, 0.14), rgba(3, 20, 18, 0.72)),
    var(--image),
    linear-gradient(135deg, #14251e, #050607);
  background-size: cover;
  background-position: center;
}

.photo-slab--cut {
  clip-path: polygon(0 0, 92% 0, 100% 10%, 100% 100%, 8% 100%, 0 90%);
}

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

.ledger-row {
  display: grid;
  grid-template-columns: 70px minmax(190px, 280px) 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.ledger-row__index {
  color: var(--copper);
  font-weight: 900;
  letter-spacing: 0.16em;
}

.ledger-row h3 {
  font-size: 1.28rem;
}

.ledger-row p {
  color: var(--paper-soft);
  line-height: 1.72;
}

.section--paper .ledger {
  border-top-color: var(--line-dark);
}

.section--paper .ledger-row {
  border-bottom-color: var(--line-dark);
}

.section--paper .ledger-row p {
  color: #4a4134;
}

.menu-board,
.event-board,
.price-board {
  display: grid;
  gap: 0;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.22);
}

.board-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.62fr) 1fr auto;
  gap: 22px;
  align-items: start;
  padding: 24px;
  border-bottom: 1px solid var(--line-dark);
}

.board-row:last-child {
  border-bottom: 0;
}

.board-row h3 {
  font-size: 1.18rem;
}

.board-row p {
  line-height: 1.7;
}

.board-row strong {
  color: #7c4b15;
  white-space: nowrap;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.tag-list span {
  border: 1px solid var(--line);
  padding: 8px 10px;
  color: var(--paper-soft);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section--paper .tag-list span {
  border-color: var(--line-dark);
  color: #4a4134;
}

.page-hero {
  padding: 76px 0;
  border-bottom: 1px solid var(--line);
}

.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
}

.page-hero h1 {
  margin-top: 18px;
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: 0.86;
}

.page-hero p {
  font-size: 1.02rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
}

.contact-panel {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(3, 20, 18, 0.72);
}

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

.contact-list span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.form {
  display: grid;
  gap: 14px;
}

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

.form label {
  display: grid;
  gap: 8px;
  color: var(--paper-soft);
  font-size: 0.84rem;
  font-weight: 800;
}

.form input,
.form textarea,
.form select {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper);
  padding: 14px;
  outline: none;
}

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

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: var(--brass);
}

.doc-shell {
  display: grid;
  gap: 22px;
}

.doc-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) 1fr;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.doc-row h2 {
  font-size: 1.8rem;
}

.doc-row__body {
  display: grid;
  gap: 12px;
}

.doc-row li {
  position: relative;
  padding-left: 18px;
}

.doc-row li::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--brass);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050807;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(160px, 0.7fr));
  gap: 32px;
  padding: 54px 0;
}

.site-footer__brand p,
.site-footer__col li,
.site-footer__bottom {
  color: var(--muted);
  line-height: 1.7;
}

.site-footer__brand {
  display: grid;
  gap: 18px;
}

.site-footer__col h3 {
  margin-bottom: 14px;
  color: var(--paper);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__col ul {
  display: grid;
  gap: 9px;
}

.plain-button {
  padding: 0;
  color: inherit;
  background: transparent;
  text-align: left;
}

.plain-button:hover,
.site-footer a:hover {
  color: var(--brass);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 26px;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
}

.cookie-dock {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: none;
  width: min(100% - 36px, 620px);
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--brass);
  background: rgba(5, 8, 7, 0.94);
  box-shadow: var(--shadow);
}

.cookie-dock.is-visible {
  display: grid;
}

.cookie-dock strong {
  display: block;
  margin-bottom: 5px;
}

.cookie-dock p {
  color: var(--muted);
  line-height: 1.55;
}

.cookie-dock__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cookie-panel,
.popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.72);
}

.cookie-panel.is-visible,
.popup.is-visible {
  display: grid;
}

.cookie-card,
.popup-card {
  width: min(100%, 620px);
  border: 1px solid var(--line);
  background: #07110f;
  box-shadow: var(--shadow);
}

.cookie-card__head,
.popup-card__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.cookie-card__body,
.popup-card__body {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.cookie-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
}

.cookie-option p,
.popup-card p {
  color: var(--muted);
  line-height: 1.6;
}

.modal-close {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--paper);
  font-size: 1.2rem;
}

@media (max-width: 1080px) {
  .nav,
  .topbar__actions .button {
    display: none;
  }

  .topbar__grid {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .menu-toggle {
    display: block;
  }

  .drawer {
    display: block;
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid transparent;
    transition: max-height 0.24s ease, border-color 0.24s ease;
  }

  .drawer.is-open {
    max-height: 520px;
    border-top-color: var(--line);
  }

  .drawer nav {
    display: grid;
    gap: 14px;
    padding: 22px 0;
  }

  .hero__grid,
  .split-grid,
  .venue-row,
  .page-hero__grid,
  .contact-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .hero__copy,
  .hero__media {
    min-height: auto;
  }

  .hero__media {
    min-height: 460px;
  }

  .venue-row--reverse .venue-row__media {
    order: 0;
  }

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

  .route-tile {
    border-bottom: 1px solid var(--line);
  }

  .club-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ledger-row {
    grid-template-columns: 60px 1fr;
  }

  .ledger-row p {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 24px, var(--shell));
  }

  .brand__copy span {
    font-size: 0.62rem;
  }

  .brand__mark {
    width: 46px;
    height: 46px;
  }

  .hero,
  .section,
  .page-hero {
    padding: 54px 0;
  }

  .hero__copy {
    padding: 26px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .section-title h2,
  .split-copy h2 {
    font-size: clamp(2.05rem, 11vw, 3.4rem);
  }

  .hero__media,
  .venue-row__media,
  .photo-slab {
    min-height: 340px;
  }

  .club-strip__grid,
  .route-grid,
  .form-pair,
  .board-row,
  .doc-row,
  .ledger-row,
  .cookie-dock {
    grid-template-columns: 1fr;
  }

  .ledger-row p {
    grid-column: auto;
  }

  .club-strip article,
  .route-tile {
    border-right: 0;
  }

  .board-row strong {
    white-space: normal;
  }

  .cookie-dock__actions,
  .site-footer__bottom {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}
