:root {
  --ink: #17130f;
  --paper: #f4efe5;
  --sand: #d9c5a5;
  --koa: #4c2c1b;
  --gold: #d89b32;
  --moss: #263a33;
  --wine: #562b2d;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.top {
  min-height: 100vh;
  padding: 24px clamp(20px, 5vw, 76px) 56px;
  background:
    radial-gradient(
      circle at 86% 12%,
      rgba(216, 155, 50, 0.33),
      transparent 22rem
    ),
    linear-gradient(125deg, #1f1812 0%, #4c2c1b 45%, #101815 100%);
  color: #fff;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}
.brand {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
}
.navlinks {
  display: flex;
  gap: 20px;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero {
  max-width: 1200px;
  margin: clamp(70px, 12vw, 150px) auto 0;
}
.eyebrow,
.section-kicker {
  font:
    700 0.76rem Arial,
    sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f4c76d;
}
.hero h1 {
  font-size: clamp(3.7rem, 9vw, 8rem);
  line-height: 0.88;
  max-width: 850px;
  margin: 0.32em 0;
}
.hero p {
  max-width: 590px;
  font-size: 1.22rem;
  line-height: 1.55;
  color: #f1e6d5;
}
.rule {
  width: 72px;
  height: 4px;
  background: var(--gold);
  margin: 33px 0;
}
.adventures {
  max-width: 1200px;
  margin: -38px auto 68px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  min-height: 355px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 14px 36px rgba(32, 20, 14, 0.17);
  transition: transform 0.2s ease;
}
.card:hover {
  transform: translateY(-6px);
}
.card h2 {
  font-size: 2.2rem;
  line-height: 1;
  margin: 12px 0;
}
.card p {
  font-size: 1.03rem;
  line-height: 1.45;
}
.cafe {
  background: linear-gradient(150deg, #f3dfb5, #cf9b4e);
}
.days {
  background: linear-gradient(150deg, #f4ede3, #d6bea0);
}
.game {
  background: linear-gradient(150deg, #283a34, #8e6b32);
  color: #fff;
}
.tag {
  font:
    700 0.72rem Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.arrow {
  margin-top: 25px;
  font:
    700 0.77rem Arial,
    sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.place {
  max-width: 1030px;
  margin: 0 auto 75px;
  padding: 45px 24px;
  border-top: 1px solid var(--sand);
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 40px;
}
.place h2 {
  font-size: 2.4rem;
  margin: 0;
}
.place p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}
.footer {
  background: #17130f;
  color: #eadfca;
  padding: 38px 24px;
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
}
.footer-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.page {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--paper), #e8ddca);
}
.page .top {
  min-height: auto;
  padding-bottom: 40px;
}
.content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 24px;
}
.content h1 {
  font-size: clamp(3.2rem, 8vw, 6rem);
  line-height: 0.92;
  margin: 0 0 24px;
}
.lead {
  font-size: 1.35rem;
  line-height: 1.55;
  max-width: 760px;
}
.blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
}
.block {
  padding: 25px;
  background: #fff9ee;
  border-top: 5px solid var(--gold);
}
.local-roots {
  margin: 62px -24px 0;
  padding: clamp(48px, 7vw, 88px) clamp(24px, 6vw, 72px);
  background: linear-gradient(115deg, #342116, #70431d 54%, #263a33);
  color: #fff3de;
  position: relative;
  overflow: hidden;
}
.local-roots:after {
  content: "";
  position: absolute;
  right: -9%;
  bottom: -58%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(246, 212, 138, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 32px rgba(246, 212, 138, 0.06),
    0 0 0 64px rgba(246, 212, 138, 0.04);
}
.local-roots > * {
  position: relative;
  z-index: 1;
}
.local-roots .section-kicker {
  color: #f6d48a;
}
.local-roots h2 {
  max-width: 720px;
  margin: 10px 0 18px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.91;
}
.local-roots p {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1.08rem, 1.7vw, 1.27rem);
  line-height: 1.62;
}
.block h2 {
  font-size: 1.55rem;
  margin-top: 0;
}
.button {
  display: inline-block;
  margin-top: 28px;
  padding: 15px 20px;
  background: var(--ink);
  color: #fff;
  font:
    700 0.78rem Arial,
    sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.button-outline {
  border: 1px solid rgba(255, 243, 216, 0.72);
  background: rgba(20, 18, 14, 0.42) !important;
  color: #fff8e9 !important;
}
.cafe-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 48px;
}
.cafe-details article {
  padding: 26px;
  background: #fff9ee;
  border-top: 5px solid var(--gold);
}
.cafe-details h2 {
  margin: 8px 0 14px;
  font-size: 1.8rem;
}
.cafe-details p {
  font-size: 1rem;
  line-height: 1.55;
}
.hours-list {
  margin: 0;
}
.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  border-bottom: 1px solid #dfd2bd;
}
.hours-list dt {
  font-weight: 700;
}
.hours-list dd {
  margin: 0;
  text-align: right;
}
.cafe-menu {
  margin: 62px -24px 0;
  padding: clamp(52px, 7vw, 82px) 24px;
  border-top: 1px solid var(--sand);
}
.cafe-menu > .section-kicker,
.cafe-menu > h2,
.cafe-menu > .section-lead,
.cafe-menu > .bottom-cta {
  max-width: 1000px;
}
.cafe-menu > h2 {
  margin: 8px 0 14px;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 0.95;
}
.cafe-food-grid,
.cafe-drink-grid {
  margin-top: 28px;
}
.cafe-drink-grid {
  margin-top: 18px;
}
.cafe-menu .menu-grid article,
.noodle-menu,
.drink-options article,
.smoothie-menu {
  border: 1px solid #dfd0b7;
}
.cafe-menu .menu-grid article h3:not(:first-child) {
  margin-top: 30px;
}
.noodle-menu {
  margin-top: 18px;
  padding: 25px;
  background: #283a34;
  color: #fff7e6;
}
.noodle-menu h3 {
  margin: 0 0 10px;
  font-size: 1.55rem;
}
.noodle-menu h3 b,
.smoothie-menu h3 b {
  float: right;
}
.noodle-menu .fine-print {
  color: #e9deca;
}
.drink-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.drink-options article {
  padding: 23px;
  background: #eee3cf;
}
.drink-options h3,
.smoothie-menu h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}
.drink-options p,
.smoothie-menu p,
.smoothie-menu li {
  font-size: 0.98rem;
  line-height: 1.5;
}
.smoothie-menu {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 30px;
  margin-top: 18px;
  padding: 27px;
  background: #fff9ee;
}
.smoothie-menu ul {
  margin: 0;
  padding-left: 20px;
}
.knights-open-hours {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
  margin: 0 -24px 38px;
  padding: 34px clamp(24px, 6vw, 72px);
  background: #eadcbc;
}
.knights-open-hours h2 {
  margin: 7px 0 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
}
.knights-open-hours p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.6;
}
.knights-open-hours a {
  color: #72430f;
  text-decoration: underline;
  font-weight: 700;
}
.story {
  max-width: 760px;
  margin: 58px 0 0;
  padding: 30px 0;
  border-top: 1px solid var(--sand);
}
.story h2 {
  font-size: 2rem;
  margin: 0 0 12px;
}
.story p {
  font-size: 1.12rem;
  line-height: 1.65;
  margin: 0;
}
.notice {
  margin-top: 40px;
  padding: 20px 22px;
  border-left: 5px solid var(--gold);
  background: rgba(216, 155, 50, 0.16);
  font-size: 1.05rem;
  line-height: 1.5;
}
.how-it-works {
  max-width: 820px;
  margin: 56px 0 35px;
  padding: 30px;
  background: #fff9ee;
  border-left: 5px solid var(--gold);
}
.how-it-works h2 {
  margin: 0 0 12px;
  font-size: 2rem;
}
.how-it-works p,
.how-it-works li {
  font-size: 1.05rem;
  line-height: 1.55;
}
.menu-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 38px 0 54px;
}
.menu-jump a {
  padding: 10px 14px;
  border: 1px solid var(--koa);
  font:
    700 0.75rem Arial,
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.menu-section {
  margin: 0 -24px;
  padding: 66px 24px;
  border-top: 1px solid var(--sand);
}
.menu-section h2 {
  font-size: clamp(2.7rem, 6vw, 4.4rem);
  line-height: 0.95;
  margin: 8px 0 14px;
}
.section-lead {
  font-size: 1.16rem;
  line-height: 1.55;
  max-width: 720px;
  margin: 0 0 34px;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.menu-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.menu-grid article,
.theme-grid article {
  background: #fff9ee;
  padding: 25px;
}
.menu-grid h3,
.theme-grid h3 {
  font-size: 1.4rem;
  margin: 0 0 18px;
}
.menu-grid dl {
  margin: 0;
}
.menu-grid dt {
  font-size: 1.02rem;
  font-weight: 700;
  margin: 16px 0 4px;
}
.menu-grid dd {
  font-size: 0.95rem;
  line-height: 1.43;
  margin: 0;
  color: #4a4038;
}
.menu-grid b,
.price-line b {
  float: right;
}
.menu-grid ol {
  padding-left: 22px;
  line-height: 1.5;
}
.menu-grid li {
  margin: 0 0 9px;
}
.balanced {
  background: #e7eee4;
}
.add-on-line {
  font-size: 1.05rem;
  margin: 25px 0 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.6);
}
.theme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.theme-grid p {
  font-size: 1rem;
  line-height: 1.48;
}
.price-line {
  font-family: Arial, sans-serif;
  font-size: 0.88rem !important;
  letter-spacing: 0.02em;
}
.price-tiers {
  display: grid;
  gap: 7px;
  margin-top: 22px;
  font-family: Arial, sans-serif;
  font-size: 0.88rem;
}
.price-tiers span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-top: 7px;
  border-top: 1px solid rgba(76, 44, 27, 0.22);
}
.price-tiers strong {
  font-weight: 500;
}
.price-tiers b {
  font-size: 1rem;
  white-space: nowrap;
}
.price-single {
  margin-top: 28px;
}
.fine-print {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #51483e;
}
.weekday {
  margin: 0 -24px;
  padding: 52px 24px;
  background: #283a34;
  color: #f6efe1;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 34px;
}
.weekday .section-kicker {
  color: #f4c76d;
}
.weekday h2 {
  font-size: 2.7rem;
  line-height: 1;
  margin: 8px 0;
}
.weekday p {
  font-size: 1.12rem;
  line-height: 1.6;
  margin: 0;
}
.bottom-cta {
  margin-top: 35px;
}
@media (max-width: 760px) {
  .navlinks {
    display: none;
  }
  .hero h1 {
    font-size: 4rem;
  }
  .adventures,
  .blocks,
  .menu-grid,
  .menu-grid.two,
  .theme-grid,
  .weekday {
    grid-template-columns: 1fr;
  }
  .adventures {
    margin-top: -18px;
  }
  .card {
    min-height: 265px;
  }
  .place {
    grid-template-columns: 1fr;
  }
  .top {
    padding-top: 20px;
  }
  .menu-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .menu-grid b {
    float: none;
    display: block;
    margin-top: 2px;
  }
  .theme-grid {
    gap: 12px;
  }
  .cafe-details,
  .drink-options,
  .smoothie-menu,
  .knights-open-hours {
    grid-template-columns: 1fr;
  }
  .noodle-menu h3 b,
  .smoothie-menu h3 b {
    float: none;
    display: block;
    margin-top: 4px;
  }
}
.month-calendar {
  margin: 0 -24px 60px;
  padding: clamp(44px, 6vw, 72px) clamp(24px, 6vw, 72px);
  background: #f8f1df;
  position: relative;
}
.month-calendar-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.month-calendar-head h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.95;
  margin: 8px 0 0;
}
.month-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Arial, sans-serif;
}
.month-controls strong {
  min-width: 148px;
  text-align: center;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.month-button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--koa);
  background: transparent;
  color: var(--koa);
  font-size: 1.3rem;
  cursor: pointer;
}
.month-button:hover {
  background: var(--koa);
  color: #fff;
}
.calendar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.4fr);
  gap: 24px;
  align-items: stretch;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
}
.weekday-label {
  padding: 7px 2px;
  color: #6f5e45;
  font:
    700 0.67rem Arial,
    sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.calendar-blank {
  min-height: 82px;
}
.calendar-day {
  min-height: 82px;
  padding: 9px;
  border: 1px solid #dac9aa;
  background: rgba(255, 255, 255, 0.65);
  text-align: left;
  cursor: pointer;
  position: relative;
  color: var(--ink);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease;
}
.calendar-day:hover,
.calendar-day.selected {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(42, 30, 16, 0.14);
  border-color: var(--gold);
}
.calendar-day b {
  display: block;
  font:
    700 0.9rem Arial,
    sans-serif;
}
.calendar-day small {
  display: block;
  margin-top: 15px;
  font:
    700 0.62rem Arial,
    sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
}
.calendar-dot {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.calendar-dot.dnd {
  background: #8664a5;
}
.calendar-dot.commander {
  background: #c49a47;
}
.calendar-dot.fnm {
  background: #9d4350;
}
.calendar-dot.tournament,
.calendar-dot.standard {
  background: #9d4350;
}
.calendar-dot.community {
  background: #3d7890;
}
.calendar-dot.crown {
  background: #d89b32;
  box-shadow: 0 0 0 3px rgba(216, 155, 50, 0.2);
}
.calendar-dot.closed {
  background: #746e65;
}
.calendar-day.is-today {
  outline: 2px solid var(--koa);
  outline-offset: 1px;
}
.calendar-detail {
  padding: 28px;
  background: #253d31;
  color: #fff6e6;
  box-shadow: 0 12px 26px rgba(23, 19, 15, 0.13);
}
.calendar-detail h3 {
  font-size: 2rem;
  line-height: 1;
  margin: 7px 0 13px;
}
.calendar-detail p {
  font-size: 1rem;
  line-height: 1.55;
}
.calendar-detail .event-type {
  color: #f6d48a;
}
.detail-time {
  color: #f6d48a;
  font-weight: 700;
}
.calendar-detail .text-link {
  color: #fff3c8;
}
.event-facts {
  display: grid;
  gap: 0;
  margin: 22px 0;
  border-top: 1px solid rgba(246, 212, 138, 0.28);
}
.event-facts div {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(246, 212, 138, 0.2);
}
.event-facts dt {
  color: #f6d48a;
  font: 700 0.67rem Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.event-facts dd {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.4;
}
.event-note {
  padding: 13px 15px;
  background: rgba(246, 212, 138, 0.1);
  border-left: 3px solid #f6d48a;
}
@media (max-width: 760px) {
  .month-calendar-head {
    align-items: start;
    flex-direction: column;
  }
  .calendar-layout {
    grid-template-columns: 1fr;
  }
  .calendar-grid {
    gap: 4px;
  }
  .calendar-day {
    min-height: 64px;
    padding: 6px;
  }
  .calendar-day small {
    font-size: 0.53rem;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .calendar-blank {
    min-height: 64px;
  }
}

.prize-forward,
.knights-path,
.featured-programs,
.hollow-crown,
.before-you-arrive {
  margin: 0 -24px 56px;
  padding: clamp(46px, 6vw, 76px) clamp(24px, 6vw, 72px);
}
.prize-forward {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
  background: #ead8b5;
  border-top: 1px solid #cba667;
  border-bottom: 1px solid #cba667;
}
.prize-forward .section-kicker,
.knights-path .section-kicker,
.featured-programs .section-kicker,
.hollow-crown .section-kicker,
.before-you-arrive .section-kicker {
  color: #9a6417;
}
.prize-forward h2,
.knights-path h2,
.featured-programs > h2,
.hollow-crown h2,
.before-you-arrive h2 {
  font-size: clamp(2.4rem, 4.7vw, 4.6rem);
  line-height: 0.95;
  margin: 10px 0 22px;
}
.prize-statement {
  max-width: 600px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.45;
}
.prize-forward ul,
.before-you-arrive ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.prize-forward li,
.before-you-arrive li {
  padding: 13px 0 13px 28px;
  border-bottom: 1px solid rgba(76, 44, 27, 0.22);
  font-size: 1rem;
  line-height: 1.45;
  position: relative;
}
.prize-forward li:before,
.before-you-arrive li:before {
  content: "◆";
  position: absolute;
  left: 2px;
  top: 14px;
  color: #9a6417;
  font-size: 0.72rem;
}
.knights-path {
  background: #ece2cf;
}
.path-intro {
  max-width: 790px;
}
.path-intro p,
.path-note {
  font-size: 1.08rem;
  line-height: 1.6;
}
.path-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin: 38px 0 28px;
  padding: 1px;
  background: #b79b72;
  list-style: none;
}
.path-steps li {
  min-height: 145px;
  padding: 21px 17px;
  background: #fffaf0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
.path-steps span {
  color: #9a6417;
  font: 700 0.75rem Arial, sans-serif;
  letter-spacing: 0.1em;
}
.path-steps strong {
  font-size: 1.05rem;
  line-height: 1.18;
}
.path-note {
  max-width: 900px;
  margin-bottom: 0;
  padding-left: 20px;
  border-left: 4px solid var(--gold);
}
.featured-programs {
  background: #f8f1df;
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.featured-grid article {
  min-height: 300px;
  padding: 28px;
  background: #253d31;
  color: #fff5e5;
  border-top: 5px solid #d89b32;
}
.feature-mark {
  color: #f6d48a;
  font: 700 0.7rem Arial, sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.featured-grid h3 {
  margin: 34px 0 15px;
  font-size: 1.8rem;
}
.featured-grid p {
  line-height: 1.55;
  color: #f1e4d2;
}
.hollow-crown {
  color: #fff4e0;
  background:
    radial-gradient(circle at 90% 12%, rgba(216, 155, 50, 0.22), transparent 25rem),
    linear-gradient(135deg, #110f0d, #352017 58%, #15251c);
  border-top: 6px solid #d89b32;
}
.hollow-crown .section-kicker,
.hollow-crown .hollow-subtitle {
  color: #f4c76d;
}
.hollow-title {
  max-width: 850px;
}
.hollow-title > p:not(.hollow-subtitle) {
  font-size: 1.15rem;
  line-height: 1.65;
}
.hollow-subtitle {
  margin: -10px 0 24px;
  font: 700 0.85rem Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hollow-crown .button {
  margin-top: 14px;
  background: #d89b32;
  color: #17130f;
}
.hollow-details,
.hollow-prizes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
}
.hollow-details article,
.hollow-prizes > div {
  padding: 28px;
  background: rgba(255, 249, 235, 0.075);
  border: 1px solid rgba(244, 199, 109, 0.25);
}
.hollow-details h3,
.hollow-prizes h3 {
  margin: 0 0 20px;
  font-size: 1.55rem;
}
.hollow-details dl {
  margin: 0;
}
.hollow-details dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(244, 199, 109, 0.18);
}
.hollow-details dt {
  color: #f4c76d;
  font-weight: 700;
}
.hollow-details dd {
  margin: 0;
  text-align: right;
}
.hollow-details li,
.hollow-prizes p {
  line-height: 1.55;
}
.hollow-details li {
  margin-bottom: 9px;
}
.prize-example span,
.prize-example strong {
  display: block;
}
.prize-example span {
  color: #f4c76d;
  font: 700 0.72rem Arial, sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.prize-example strong {
  margin: 9px 0 18px;
  font-size: 1.4rem;
}
.prize-example small {
  color: #d9c8ae;
}
.halloween-features {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}
.halloween-features span {
  padding: 10px 13px;
  border: 1px solid rgba(244, 199, 109, 0.38);
  color: #f4c76d;
  font: 700 0.7rem Arial, sans-serif;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.hollow-note {
  margin: 22px 0 0;
  color: #d9c8ae;
  font-size: 0.9rem;
}
.before-you-arrive {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(32px, 6vw, 80px);
  background: #e7eee4;
}
.before-you-arrive p {
  line-height: 1.55;
}
.before-you-arrive .text-link {
  display: inline-block;
  margin-top: 10px;
  color: #6f4515;
}

@media (max-width: 920px) {
  .path-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .prize-forward,
  .before-you-arrive,
  .featured-grid,
  .hollow-details,
  .hollow-prizes {
    grid-template-columns: 1fr;
  }
  .path-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .path-steps li {
    min-height: 125px;
  }
  .featured-grid article {
    min-height: 0;
  }
  .event-facts div {
    grid-template-columns: 88px 1fr;
  }
}
.event-calendar {
  margin: 0 -24px 56px;
  padding: clamp(42px, 6vw, 72px) clamp(24px, 6vw, 72px);
  background: #14291f;
  color: #fff7e6;
  position: relative;
  overflow: hidden;
}
.event-calendar:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(
      30deg,
      transparent 49%,
      rgba(246, 212, 138, 0.7) 50%,
      transparent 51%
    ),
    linear-gradient(
      -30deg,
      transparent 49%,
      rgba(246, 212, 138, 0.7) 50%,
      transparent 51%
    );
  background-size: 42px 42px;
  pointer-events: none;
}
.calendar-heading,
.event-list {
  position: relative;
  z-index: 1;
}
.calendar-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 30px;
}
.calendar-heading h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.95;
  margin: 8px 0 0;
}
.calendar-cta {
  padding: 12px 15px;
  border: 1px solid rgba(246, 212, 138, 0.8);
  font:
    700 0.75rem Arial,
    sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}
.event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.event-card {
  min-height: 250px;
  padding: 25px;
  background: rgba(8, 14, 11, 0.58);
  border: 1px solid rgba(246, 212, 138, 0.32);
  display: grid;
  align-content: space-between;
  gap: 35px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
}
.event-date {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #f6d48a;
  font:
    700 0.78rem Arial,
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.event-date strong {
  color: #fff;
  font-size: 0.95rem;
}
.event-type {
  margin: 0 0 9px;
  color: #d1be9b;
  font:
    700 0.69rem Arial,
    sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.event-card h3 {
  font-size: 1.8rem;
  line-height: 1.03;
  margin: 0 0 11px;
}
.event-card p:last-child {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #f6eadb;
}
.dnd-event {
  border-top: 4px solid #8664a5;
}
.commander-event {
  border-top: 4px solid #c49a47;
}
.fnm-event {
  border-top: 4px solid #9d4350;
}
@media (max-width: 760px) {
  .calendar-heading {
    align-items: start;
    flex-direction: column;
  }
  .event-list {
    grid-template-columns: 1fr;
  }
  .event-card {
    min-height: 0;
    gap: 25px;
  }
  .event-calendar {
    margin-bottom: 36px;
  }
}
.urgent-contact,
.callout {
  max-width: 760px;
  margin: 34px 0 10px;
  padding: 24px;
  background: #fff9ee;
  border-left: 5px solid var(--gold);
}
.urgent-contact h2 {
  font-size: 1.7rem;
  margin: 0 0 8px;
}
.urgent-contact p,
.callout {
  font-size: 1.05rem;
  line-height: 1.55;
}
.urgent-contact a,
.callout a {
  color: #7e4812;
  text-decoration: underline;
  font-weight: 700;
}
.contact-line {
  font-size: 0.95rem !important;
}
.text-link {
  font:
    700 0.78rem Arial,
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.form-page h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
}
.inquiry-form {
  max-width: 820px;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.inquiry-form label {
  display: grid;
  gap: 7px;
  font:
    700 0.82rem Arial,
    sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #a99c8c;
  background: #fffdf8;
  color: var(--ink);
  font:
    1rem Georgia,
    serif;
  letter-spacing: normal;
  text-transform: none;
}
.inquiry-form .wide {
  grid-column: 1/-1;
}
.inquiry-form .button {
  justify-self: start;
  border: 0;
  cursor: pointer;
}
.form-note {
  font-size: 0.95rem;
  color: #51483e;
}
@media (max-width: 760px) {
  .inquiry-form {
    grid-template-columns: 1fr;
  }
  .inquiry-form .wide {
    grid-column: auto;
  }
}

/* Visual world: three linked destinations, each with its own atmosphere. */
.home .top {
  background:
    linear-gradient(
      100deg,
      rgba(12, 13, 12, 0.94) 0%,
      rgba(23, 19, 15, 0.76) 45%,
      rgba(26, 44, 35, 0.7) 100%
    ),
    url("assets/knights-hero.png") center/cover;
  color: #fff;
  position: relative;
}
.home .top:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image: radial-gradient(
    rgba(244, 199, 109, 0.55) 1px,
    transparent 1px
  );
  background-size: 22px 22px;
  mix-blend-mode: screen;
  pointer-events: none;
}
.home .nav,
.home .hero {
  position: relative;
  z-index: 1;
}
.home .hero {
  margin-top: clamp(80px, 12vw, 165px);
}
.home .hero h1 {
  letter-spacing: -0.055em;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.35);
}
.home .hero p {
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
}
.adventures {
  gap: 22px;
}
.card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 24px 48px rgba(23, 19, 15, 0.28);
  min-height: 435px;
  color: #fff;
  background-position: center;
  background-size: cover;
}
.card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    0deg,
    rgba(8, 10, 8, 0.94) 2%,
    rgba(8, 10, 8, 0.32) 65%,
    rgba(8, 10, 8, 0.05)
  );
}
.card:after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 235, 188, 0.33);
  pointer-events: none;
}
.card:hover {
  transform: translateY(-9px) scale(1.01);
  box-shadow: 0 32px 54px rgba(23, 19, 15, 0.35);
}
.cafe {
  background-image: url("assets/cafe-hero.png");
}
.days {
  background-image: url("assets/days-hero.png");
}
.game {
  background-image: url("assets/knights-hero.png");
}
.card h2 {
  font-size: clamp(2rem, 2.6vw, 2.7rem);
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}
.card p {
  max-width: 29ch;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
}
.tag,
.arrow {
  position: relative;
  z-index: 1;
}
.tag {
  color: #f6d48a;
}
.arrow {
  color: #fff2cc;
}
.place {
  position: relative;
  border: 0;
  margin-bottom: 0;
  padding-top: 86px;
  padding-bottom: 86px;
}
.place:before {
  content: "";
  position: absolute;
  top: 32px;
  width: 94%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.place h2 {
  font-size: clamp(2.6rem, 4vw, 4.3rem);
  line-height: 0.95;
}
.page .top {
  min-height: auto;
  background: #151511;
  padding-bottom: 26px;
}
.page .content {
  max-width: 1120px;
  padding-top: 46px;
}
.page-splash {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0 -24px 58px;
  padding: clamp(70px, 11vw, 140px) clamp(24px, 6vw, 72px) 52px;
  color: #fff;
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 40px rgba(23, 19, 15, 0.2);
}
.page-splash:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(12, 12, 10, 0.93) 0%,
    rgba(12, 12, 10, 0.76) 43%,
    rgba(12, 12, 10, 0.16) 100%
  );
}
.page-splash .eyebrow {
  color: #f6d48a !important;
}
.page-splash h1 {
  max-width: 720px;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.35);
}
.page-splash .lead {
  color: #fff4df;
  max-width: 680px;
}
.page-splash .button {
  background: #f5d18b;
  color: #2d1b10;
}
.cafe-splash {
  background-image: url("assets/cafe-hero.png");
}
.days-splash {
  background-image: url("assets/days-hero.png");
}
.knights-splash {
  background-image: url("assets/knights-hero.png");
}
.cafe-page .blocks,
.game-page .blocks {
  margin-top: 0;
}
.urgent-contact {
  background: rgba(255, 249, 238, 0.94);
  color: var(--ink);
  border-left-color: #f5d18b;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.15);
}
.story {
  max-width: 850px;
}
.block {
  background: #fffdf6;
  border-top-color: #a56d24;
  box-shadow: 0 8px 19px rgba(23, 19, 15, 0.08);
}
.days-page .how-it-works {
  box-shadow: 0 12px 28px rgba(23, 19, 15, 0.1);
}
.days-page .menu-section {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: clamp(24px, 6vw, 72px);
  padding-right: clamp(24px, 6vw, 72px);
}
.days-page .themes {
  background: #2a211f;
  color: #fff1d9;
}
.days-page .themes .section-kicker {
  color: #f6d48a;
}
.days-page .themes .section-lead,
.days-page .themes .fine-print {
  color: #f6eadb;
}
.days-page .themes .theme-grid article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(246, 212, 138, 0.22);
}
.weekday {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: clamp(24px, 6vw, 72px);
  padding-right: clamp(24px, 6vw, 72px);
}
@media (max-width: 760px) {
  .home .top {
    background-position: 64% center;
  }
  .home .top:after {
    opacity: 0.15;
  }
  .card {
    min-height: 380px;
  }
  .page-splash {
    margin-bottom: 36px;
    padding-top: 76px;
  }
  .page-splash:before {
    background: linear-gradient(
      0deg,
      rgba(12, 12, 10, 0.92),
      rgba(12, 12, 10, 0.26)
    );
  }
  .page-splash h1 {
    font-size: 3.8rem;
  }
  .days-page .menu-section,
  .weekday {
    margin-left: -24px;
    margin-right: -24px;
  }
}
