:root {
  --maroon: #630d2b;
  --orange: #d94f18;
  --ink: #302824;
  --muted: #766e67;
  --cream: #faf8f3;
  --line: #e7e1d7;
  --green: #3f6647;
  --heading: "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", sans-serif;
  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: default;
}
button {
  border: 0;
  background: none;
}
a,
button {
  touch-action: manipulation;
}
p {
  line-height: 1.65;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.1;
}
h2 {
  font-family: var(--heading);
  font-size: 32px;
  font-weight: 600;
}
h3 {
  font-size: 16px;
  font-weight: 700;
}
button,
a {
  transition:
    background 0.18s,
    color 0.18s,
    transform 0.18s;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}
main:focus {
  outline: none;
}
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: middle;
}
.muted {
  color: var(--muted);
  font-size: 14px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: var(--maroon);
  line-height: 1.5;
}
.header {
  height: 94px;
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
}
.brand > span > span:not(.brand-mark span) {
  display: block;
  font-size: 15px;
  letter-spacing: 3.2px;
  margin-top: 4px;
}
.brand-mark {
  height: 48px;
  width: 44px;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  background: var(--maroon);
  color: #fff4e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-style: italic;
  position: relative;
  padding-bottom: 8px;
}
.brand-mark span {
  font-size: 11px;
  position: absolute;
  bottom: 7px;
  left: 18px;
}
#desktop-nav {
  display: flex;
  height: 100%;
  gap: 30px;
}
#desktop-nav a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  position: relative;
  gap: 7px;
}
#desktop-nav .icon {
  width: 16px;
  height: 16px;
}
#desktop-nav a.active {
  color: var(--maroon);
}
#desktop-nav a.active:after {
  content: "";
  height: 3px;
  background: var(--maroon);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.profile {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--maroon);
  font-size: 13px;
  font-weight: 700;
}
.profile:first-letter {
  background: #ddd;
}
.profile span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
}
.profile {
  min-height: 44px;
}
.preview-bar {
  flex-wrap: wrap;
  background: #ede8df;
  border-block: 1px solid #e5dfd5;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 30px;
  padding: 4px 20px;
}
.preview-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.preview-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
}
.preview-explainer {
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 8px;
  font-size: 11px;
  color: #655c52;
}
.preview-bar button {
  font-size: 11px;
  letter-spacing: 0;
  text-decoration: underline;
  margin-left: 10px;
  padding: 6px;
  color: #655c52;
}
.weekend-hero {
  position: relative;
  isolation: isolate;
  min-height: 380px;
  overflow: hidden;
  color: #fff5e9;
  display: flex;
  align-items: center;
  padding: 42px max(64px, calc((100vw - 1312px) / 2));
  gap: 40px;
}
.stadium {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% 62%;
  z-index: -2;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(44, 16, 23, 0.94) 0%,
    rgba(44, 16, 23, 0.84) 33%,
    rgba(44, 16, 23, 0.18) 72%,
    rgba(44, 16, 23, 0.38)
  );
}
.hero-content {
  animation: arrive 0.65s both;
}
.hero-kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.3px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #f5e3d3;
}
.live-dot {
  width: 6px;
  height: 6px;
  background: #ef8046;
  border-radius: 50%;
}
.hero-content h1 {
  font-family: var(--heading);
  font-size: 85px;
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 0.88;
}
.orange-period {
  color: #f07c35;
}
.hero-tagline {
  font-size: 15px;
  margin-top: 18px;
  color: #f5e5da;
}
.hero-meta {
  display: flex;
  gap: 22px;
  margin-top: 22px;
  font-size: 11px;
  color: #e2d5cd;
}
.hero-meta span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-meta .icon {
  width: 15px;
  height: 15px;
}
.matchup {
  margin-left: auto;
  text-align: center;
  align-self: flex-end;
  backdrop-filter: blur(14px);
  border: 1px solid #ffffff50;
  border-radius: 8px;
  background: #301c2380;
  padding: 22px 28px;
  min-width: 226px;
  animation: arrive 0.7s 0.15s both;
}
.matchup-label {
  font-size: 11px;
  letter-spacing: 2px;
}
.matchup > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 12px 0;
}
.matchup b {
  font-family: var(--heading);
  font-style: italic;
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  color: #fff7ee;
  text-shadow: 2px 2px var(--orange);
}
.matchup b.stanford {
  font-family: Georgia, serif;
  font-style: normal;
  text-shadow: none;
}
.matchup > div > span {
  font-size: 12px;
  opacity: 0.7;
}
.matchup > span:not(.matchup-label) {
  font-size: 12px;
  display: block;
}
.matchup small {
  font-size: 11px;
  display: block;
  margin-top: 8px;
  color: #e1d0c6;
}
.gather-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  margin: 0 auto;
  max-width: 1184px;
  border-bottom: 1px solid var(--line);
  gap: 18px;
}
.gather-people {
  display: flex;
  align-items: center;
  gap: 18px;
}
.avatar-stack {
  display: flex;
  padding-left: 0;
}
.avatar-stack .avatar {
  border: 3px solid var(--cream);
  margin-left: -10px;
}
.avatar-stack .avatar:first-child {
  margin-left: 0;
}
.avatar {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  flex-shrink: 0;
  border: 1px solid #00000009;
}
.avatar.small {
  width: 38px;
  height: 38px;
  font-size: 11px;
}
.rose {
  background: #e7c8c3;
  color: #74352f;
}
.blue {
  background: #cbd8df;
  color: #425a70;
}
.sand {
  background: #eddbb3;
  color: #7a6335;
}
.green.avatar {
  background: #d4ded0;
  color: #50624a;
}
.purple {
  background: #ded0e3;
  color: #6e467c;
}
.gather-people strong {
  display: block;
  font-size: 13px;
}
.gather-people > div:not(.avatar-stack) > span {
  font-size: 11px;
  color: var(--muted);
  display: block;
  margin-top: 4px;
}
.button {
  border: 1px solid #d6cec3;
  border-radius: 5px;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 600;
  min-height: 44px;
  background: transparent;
}
.button:hover {
  background: #eee8dd;
}
.button.primary {
  background: var(--maroon);
  color: #fff5ee;
  border-color: var(--maroon);
}
.button.primary:hover {
  background: #81123a;
  border-color: #81123a;
  transform: translateY(-1px);
}
.button .icon {
  width: 16px;
  height: 16px;
}
.full {
  width: 100%;
}
.workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 64px;
  max-width: 1184px;
  margin: 0 auto;
  padding: 40px 0 54px;
}
.welcome h2 {
  font-size: 41px;
  letter-spacing: -0.5px;
  margin: 8px 0 10px;
}
.welcome .muted {
  font-size: 12px;
}
.quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
  gap: 0;
}
.quick-links a {
  padding: 0 20px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.quick-links a:first-child {
  padding-left: 0;
  border-left: 0;
}
.quick-links a:last-child {
  padding-right: 0;
}
.quick-icon {
  color: var(--maroon);
}
.quick-links strong {
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 600;
}
.quick-links small {
  font-family: var(--body);
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
}
.quick-links a > span:last-child {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 12px;
}
.quick-links a > span:last-child .icon {
  width: 13px;
  height: 13px;
}
.quick-links a:hover strong {
  color: var(--orange);
}
.section {
  margin-top: 32px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.section-heading h2 {
  font-size: 29px;
}
.text-link {
  font-size: 11px;
  font-weight: 600;
  color: var(--maroon);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 32px;
}
.text-link:hover {
  color: var(--orange);
}
.text-link .icon {
  width: 15px;
  height: 15px;
}
.day-label {
  font-size: 11px;
  letter-spacing: 1.3px;
  font-weight: 700;
  margin: 26px 0 14px;
  color: var(--maroon);
  display: flex;
  align-items: center;
  gap: 10px;
}
.day-label span {
  color: var(--muted);
  font-weight: 500;
  font-size: 11px;
}
.timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 0 0 26px;
  gap: 16px;
}
.timeline-item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  left: 19px;
  top: 44px;
  bottom: 5px;
  background: var(--line);
}
.timeline-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1ece3;
  color: var(--maroon);
  flex-shrink: 0;
}
.timeline-icon.orange {
  background: #f9e6d7;
  color: #b64417;
  border-color: #f5ddc9;
}
.timeline-icon .icon {
  width: 18px;
  height: 18px;
}
.timeline-item > div {
  flex: 1;
  min-width: 0;
}
.time {
  color: var(--muted);
  font-size: 11px;
  display: block;
  margin: 2px 0 8px;
}
.timeline-item h3 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.timeline-item p {
  font-size: 11px;
  color: var(--muted);
}
.location {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--muted);
  font-size: 11px;
  margin-top: 9px;
  line-height: 1.6;
}
.location .icon {
  width: 12px;
  height: 12px;
}
.badge {
  font-size: 11px;
  line-height: 1.5;
  border-radius: 4px;
  color: #7c6949;
  background: #eee7d9;
  padding: 4px 8px;
  white-space: nowrap;
  display: inline-block;
  font-weight: 500;
}
.badge.green {
  background: #e5ebdf;
  color: #3b6344;
}
.timeline-item > .badge {
  margin-top: 24px;
}
.sidebar {
  padding-top: 0;
}
.next-up {
  background: #f1ede5;
  padding: 25px;
  border: 1px solid #e5ded2;
  border-radius: 7px;
}
.next-up > .eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 1.3px;
}
.next-up > .eyebrow .icon {
  width: 14px;
  height: 14px;
}
.next-up h2 {
  margin-top: 12px;
  font-size: 30px;
}
.next-up > p:not(.eyebrow) {
  font-size: 11px;
  color: var(--muted);
  margin-top: 9px;
}
.task-row {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid #ded7ca;
}
.task-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.task-row > .icon {
  width: 13px;
  height: 13px;
  color: var(--muted);
  margin-left: auto;
}
.task-number {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6cfc3;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
  color: var(--maroon);
}
.task-number.done {
  color: var(--green);
  border-color: #8baa86;
}
.task-number .icon {
  width: 14px;
  height: 14px;
}
.task-row strong {
  font-size: 11px;
  font-weight: 600;
  display: block;
}
.task-row small {
  font-size: 11px;
  display: block;
  color: var(--muted);
  margin-top: 5px;
  line-height: 1.5;
}
.task-row:hover strong {
  color: var(--maroon);
}
.host-note {
  position: relative;
  margin-top: 24px;
  background: #f6ecd6;
  padding: 27px 25px 24px;
  transform: rotate(-1deg);
  border-radius: 2px;
}
.host-note > .eyebrow {
  font-size: 11px;
  letter-spacing: 1.6px;
}
.host-note h3 {
  font-family: var(--heading);
  font-weight: 600;
  font-size: 28px;
  color: #583b26;
  margin: 12px 0;
}
.host-note > p:not(.eyebrow) {
  font-size: 11px;
  color: #7d6955;
}
.note-pin {
  position: absolute;
  top: -5px;
  left: 48%;
  width: 36px;
  height: 14px;
  background: #d9c5a880;
  transform: rotate(-6deg);
}
.host-signature {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 19px;
}
.host-signature strong {
  font-size: 11px;
  display: block;
}
.host-signature small {
  font-size: 11px;
  display: block;
  color: #7d6955;
  margin-top: 4px;
}
.bring-mini {
  display: flex;
  gap: 14px;
  padding: 27px 0;
}
.mini-icon {
  color: var(--maroon);
}
.bring-mini h3 {
  font-size: 12px;
  margin: 3px 0 6px;
}
.bring-mini p {
  font-size: 11px;
  color: var(--muted);
}
.bring-mini .text-link {
  font-size: 11px;
  margin-top: 5px;
}
.crew-intro {
  border-top: 1px solid var(--line);
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.crew-intro .eyebrow {
  font-size: 11px;
  letter-spacing: 1.5px;
}
.crew-intro h2 {
  font-size: 29px;
  margin: 12px 0;
}
.crew-intro p:not(.eyebrow) {
  font-size: 11px;
  color: var(--muted);
}
.crew-intro .text-link {
  margin-top: 13px;
}
.intro-art {
  position: relative;
  width: 190px;
  height: 150px;
  flex-shrink: 0;
}
.intro-art .avatar {
  position: absolute;
  width: 61px;
  height: 61px;
  border: 5px solid var(--cream);
  z-index: 1;
  font-size: 13px;
}
.intro-art .avatar:nth-child(1) {
  left: 18px;
  top: 0;
}
.intro-art .avatar:nth-child(2) {
  right: 0;
  top: 25px;
}
.intro-art .avatar:nth-child(3) {
  left: 66px;
  top: 70px;
}
.intro-art:before {
  content: "";
  position: absolute;
  inset: 22px 30px 35px 40px;
  border: 1px dashed #c5b4a2;
  transform: rotate(25deg);
  border-radius: 30%;
}
.connector-label {
  position: absolute;
  bottom: 0;
  left: 36px;
  font-family: var(--heading);
  font-size: 12px;
  letter-spacing: 2px;
  color: #978675;
}
.footer {
  max-width: 1184px;
  margin: auto;
  padding: 24px 0 35px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 15px;
  font-size: 11px;
  color: var(--muted);
}
.footer-wordmark {
  font-family: var(--heading);
  font-size: 12px;
  letter-spacing: 0.4px;
  flex: 1;
  min-width: 280px;
  color: #8a6e5c;
}
.footer a {
  text-decoration: underline;
}
.mobile-only,
#mobile-nav {
  display: none;
}
.page-main {
  max-width: 1184px;
  margin: 0 auto;
  min-height: calc(100vh - 235px);
  padding: 48px 0 64px;
  animation: arrive 0.3s both;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.page-heading h1 {
  font-family: var(--heading);
  font-size: 58px;
  margin: 9px 0 13px;
  letter-spacing: -0.5px;
}
.crew-summary {
  display: flex;
  align-items: center;
  gap: 25px;
  border-block: 1px solid var(--line);
  padding: 19px 0;
  font-size: 12px;
  color: var(--muted);
}
.crew-summary strong {
  color: var(--green);
}
.crew-summary span:last-child {
  margin-left: auto;
  font-size: 11px;
}
.crew-tools {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin: 25px 0;
}
.filters {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.filters button {
  padding: 11px 15px;
  border-radius: 4px;
  font-size: 11px;
  min-height: 40px;
}
.filters .selected {
  background: var(--maroon);
  color: white;
}
.search {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 0 12px;
  background: #fffdf9;
}
.search .icon {
  width: 16px;
  height: 16px;
  color: var(--muted);
}
.search input {
  border: 0;
  background: none;
  min-height: 43px;
  font-size: 11px;
  width: 185px;
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.person-card {
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fffdf9;
  padding: 23px;
  display: flex;
  flex-direction: column;
}
.person-card:hover {
  border-color: #b2a190;
  transform: translateY(-3px);
}
.person-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.person-card h2 {
  overflow-wrap: anywhere;
  min-width: 0;
  font-size: 27px;
  margin: 21px 0 9px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.role {
  font-family: var(--body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #967665;
}
.connection {
  overflow-wrap: anywhere;
  min-width: 0;
  font-size: 11px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 7px;
}
.connection .icon {
  width: 14px;
  height: 14px;
}
.person-card p {
  font-size: 12px;
  color: var(--muted);
  margin: 17px 0 23px;
  flex: 1;
  overflow-wrap: anywhere;
}
.person-bottom {
  border-top: 1px solid var(--line);
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  font-size: 11px;
  color: var(--muted);
}
.person-bottom span:last-child {
  color: var(--maroon);
  display: flex;
  gap: 7px;
  align-items: center;
}
.person-bottom .icon {
  width: 12px;
  height: 12px;
}
.info-strip {
  display: flex;
  gap: 14px;
  background: #f0ece3;
  padding: 20px 23px;
  border-radius: 5px;
  margin-top: 28px;
  color: #655e54;
}
.info-strip > .icon {
  color: var(--maroon);
  margin-top: 2px;
}
.info-strip p {
  font-size: 12px;
}
.info-strip a {
  text-decoration: underline;
}
.workspace.inner {
  padding: 0;
  max-width: none;
  gap: 48px;
}
.inner .day-label:first-child {
  margin-top: 4px;
}
.inner .timeline-item {
  padding-bottom: 35px;
}
.inner .timeline-item h3 {
  font-size: 16px;
}
.inner .timeline-item p {
  font-size: 12px;
}
.inner .time {
  font-size: 11px;
}
.inner .location {
  font-size: 11px;
}
.supply-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  padding: 17px 0;
  border-bottom: 1px solid #ded7ca;
}
.supply-row:last-child {
  border: 0;
  padding-bottom: 0;
}
.claim-check {
  width: 25px;
  height: 25px;
  border: 1px solid #c9beb0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.claim-check .icon {
  width: 14px;
  height: 14px;
}
.claimed .claim-check {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.supply-row strong {
  display: block;
  font-size: 12px;
}
.supply-row small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}
.ticket-banner {
  background: var(--maroon);
  color: #fff2df;
  border-radius: 7px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.ticket-brand {
  font-family: var(--heading);
  font-size: 45px;
  font-weight: 800;
  white-space: nowrap;
}
.ticket-brand small {
  font-size: 16px;
  font-style: italic;
  padding: 0 6px;
  font-weight: 400;
}
.ticket-banner .eyebrow {
  color: #e8beac;
  font-size: 11px;
}
.ticket-banner h2 {
  font-size: 29px;
  margin: 7px 0;
}
.ticket-banner p:last-child {
  font-size: 11px;
  color: #e6c3b8;
}
.ticket-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0 38px;
}
.ticket-stats > div {
  border-left: 1px solid var(--line);
  padding: 0 18px;
}
.ticket-stats > div:first-child {
  border: 0;
  padding-left: 0;
}
.ticket-stats strong {
  font-family: var(--heading);
  font-size: 40px;
  display: block;
  color: var(--maroon);
}
.ticket-stats span {
  font-size: 11px;
  display: block;
  margin-top: 7px;
  color: var(--muted);
}
.ticket-row {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
  font-size: 12px;
}
.ticket-row > div {
  flex: 1;
}
.ticket-row small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 5px;
}
.ticket-row > strong {
  font-size: 11px;
  margin-right: 12px;
}
.simple-list {
  padding-left: 17px;
  margin: 22px 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}
.simple-list li {
  margin: 9px 0;
}
.stay-notice {
  margin-bottom: 27px;
  margin-top: 0;
}
.stays-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.stay-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  background: #fffdf9;
  display: flex;
  flex-direction: column;
}
.stay-card.chosen {
  border-color: var(--maroon);
  box-shadow: 0 0 0 1px var(--maroon);
}
.stay-visual {
  height: 155px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8e695a;
  background: #e5ddd1;
  overflow: hidden;
}
.stay-visual > .icon {
  width: 65px;
  height: 65px;
  stroke-width: 0.75;
}
.stay-visual > span {
  position: absolute;
  font-family: var(--heading);
  font-size: 110px;
  right: 10px;
  bottom: -16px;
  opacity: 0.13;
  line-height: 1;
}
.stay-house {
  background: #dde2d3;
  color: #677452;
}
.stay-daytrip {
  background: #efd9c2;
  color: #ac6c3b;
}
.stay-content {
  padding: 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.stay-content .eyebrow {
  font-size: 11px;
  letter-spacing: 1.3px;
}
.stay-content h2 {
  margin: 9px 0 13px;
  font-size: 34px;
}
.stay-content > p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 25px;
  flex: 1;
}
.stay-content .text-link {
  margin-top: 13px;
  justify-content: center;
}
.stay-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 34px;
  margin-top: 38px;
  border-top: 1px solid var(--line);
}
.stay-bottom h2 {
  font-size: 34px;
  margin: 9px 0;
}
.stay-bottom p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
}
.empty {
  grid-column: 1/-1;
  padding: 70px 25px;
  text-align: center;
}
.empty p {
  font-size: 14px;
  color: var(--muted);
  margin: 14px 0 23px;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 34px;
  width: min(480px, calc(100% - 28px));
  max-height: 90dvh;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 25px 90px #24121540;
}
dialog::backdrop {
  background: #231a20a6;
  backdrop-filter: blur(4px);
}
dialog[open] {
  animation: arrive 0.22s;
}
dialog h2 {
  font-size: 37px;
  margin: 8px 0 12px;
}
.close-modal {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-modal:hover {
  background: #eae2d8;
}
form {
  margin-top: 24px;
}
form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 14px;
}
form label > span {
  font-weight: 400;
  color: var(--muted);
  font-size: 11px;
  margin-left: 5px;
}
form input,
form select,
form textarea {
  display: block;
  width: 100%;
  border: 1px solid #d7cfc3;
  background: #fffdf9;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 13px;
  min-height: 44px;
  margin-top: 7px;
  color: var(--ink);
}
form textarea {
  resize: vertical;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-note {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  margin: 18px 0;
}
.profile-intro {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 24px 0;
}
.profile-intro ~ p:not(.form-note) {
  margin: 14px 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 26px;
  justify-content: flex-end;
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: var(--maroon);
  color: #fff8ee;
  padding: 15px 22px;
  border-radius: 7px;
  font-size: 12px;
  z-index: 10;
  max-width: calc(100vw - 32px);
  width: max-content;
  box-shadow: 0 8px 35px #29121730;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.skip {
  position: fixed;
  top: -100px;
  left: 10px;
  z-index: 20;
  padding: 15px;
  background: var(--maroon);
  color: white;
}
.skip:focus {
  top: 10px;
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1440px) {
  .weekend-hero {
    min-height: 410px;
  }
  .hero-content h1 {
    font-size: 94px;
  }
}
@media (max-width: 1280px) {
  .header {
    padding: 0 40px;
  }
  .gather-strip,
  .workspace,
  .footer,
  .page-main {
    margin-inline: 40px;
  }
  .weekend-hero {
    padding-inline: 40px;
  }
  .workspace {
    gap: 38px;
    grid-template-columns: minmax(0, 1fr) 295px;
  }
  .workspace.inner {
    margin: 0;
    gap: 32px;
  }
  .quick-links a {
    padding-inline: 14px;
  }
  .timeline-item > .badge {
    font-size: 11px;
    padding: 4px 6px;
  }
  .timeline-item {
    gap: 12px;
  }
  .intro-art {
    width: 155px;
  }
  .intro-art .avatar:nth-child(3) {
    left: 45px;
  }
  .header #desktop-nav {
    gap: 23px;
  }
}
@media (max-width: 1000px) {
  .header {
    padding: 0 28px;
    height: 82px;
  }
  .header #desktop-nav {
    gap: 20px;
  }
  #desktop-nav .icon {
    display: none;
  }
  .profile span {
    display: none;
  }
  .gather-strip,
  .workspace,
  .footer,
  .page-main {
    margin-inline: 28px;
  }
  .weekend-hero {
    padding-inline: 28px;
  }
  .workspace {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 270px;
  }
  .timeline-item > .badge {
    display: none;
  }
  .quick-links strong {
    font-size: 25px;
  }
  .quick-links small {
    display: block;
    margin-top: 5px;
  }
  .quick-links a > span:last-child {
    gap: 4px;
    font-size: 11px;
  }
  .quick-links a > span:last-child .icon {
    display: none;
  }
  .intro-art {
    display: none;
  }
  .people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-heading h1 {
    font-size: 50px;
  }
  .page-heading > .button {
    max-width: 210px;
  }
  .stays-grid {
    gap: 14px;
  }
  .stay-content {
    padding: 20px;
  }
  .ticket-banner {
    padding: 24px;
    gap: 18px;
  }
  .ticket-brand {
    font-size: 34px;
  }
  .ticket-banner h2 {
    font-size: 24px;
  }
  .crew-summary span:last-child {
    display: none;
  }
}
@media (max-width: 760px) {
  .header {
    padding: 0 20px;
    height: 74px;
  }
  .brand {
    font-size: 20px;
    gap: 9px;
  }
  .brand > span > span:not(.brand-mark span) {
    font-size: 13px;
    letter-spacing: 3px;
  }
  .brand-mark {
    height: 43px;
    width: 39px;
    font-size: 22px;
  }
  .brand-mark span {
    left: 15px;
    bottom: 6px;
  }
  .profile {
    border-radius: 50%;
    width: 35px;
    min-height: 35px;
    background: #eadbd5;
    justify-content: center;
  }
  .header #desktop-nav {
    display: none;
  }
  .preview-bar {
    flex-wrap: wrap;
    font-size: 11px;
    letter-spacing: 0;
    gap: 5px;
    padding: 2px 10px;
    min-height: 30px;
  }
  .preview-explainer {
    font-size: 11px;
    margin: 0 0 6px;
    order: 3;
    flex-basis: 100%;
    text-align: center;
  }
  .preview-bar button {
    font-size: 11px;
    margin-left: 3px;
    padding: 8px 2px;
  }
  .weekend-hero {
    min-height: 348px;
    padding: 30px 24px;
    align-items: flex-start;
  }
  .hero-shade {
    background: linear-gradient(90deg, #2c1017e8, #2c101777),
      linear-gradient(0deg, #27151bc0, transparent 70%);
  }
  .stadium {
    object-position: 65% center;
  }
  .hero-kicker {
    font-size: 11px;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
  }
  .hero-content h1 {
    font-size: 71px;
    line-height: 0.9;
  }
  .hero-tagline {
    font-size: 13px;
    margin-top: 15px;
  }
  .hero-meta {
    font-size: 11px;
    gap: 14px;
    margin-top: 22px;
  }
  .hero-meta .icon {
    width: 13px;
    height: 13px;
  }
  .matchup {
    display: none;
  }
  .gather-strip {
    margin: 0 20px;
    padding: 19px 0;
    gap: 12px;
    align-items: center;
  }
  .gather-people {
    gap: 10px;
    min-width: 0;
  }
  .gather-people strong {
    font-size: 11px;
    line-height: 1.5;
  }
  .gather-people > div:not(.avatar-stack) > span {
    display: none;
  }
  .avatar-stack .avatar {
    width: 28px;
    height: 28px;
    font-size: 11px;
    margin-left: -11px;
    border-width: 2px;
  }
  .avatar-stack .avatar:nth-child(n + 4) {
    display: none;
  }
  .gather-strip .button {
    padding: 11px 12px;
    font-size: 11px;
    gap: 7px;
    white-space: nowrap;
    min-height: 42px;
  }
  .gather-strip .button .icon {
    width: 13px;
    height: 13px;
  }
  .workspace {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 20px;
    padding: 30px 0 35px;
  }
  .welcome h2 {
    font-size: 35px;
    margin-top: 8px;
    line-height: 1.05;
  }
  .welcome .muted {
    font-size: 11px;
    max-width: 320px;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .mobile-only {
    display: block;
  }
  .quick-links {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .quick-links a {
    padding-inline: 13px;
    gap: 9px;
  }
  .quick-links strong {
    font-size: 30px;
  }
  .quick-links small {
    display: block;
    font-size: 11px;
    margin-top: 4px;
  }
  .quick-links a > span:last-child {
    font-size: 11px;
    line-height: 1.5;
  }
  .quick-links a:last-child > span:last-child {
    max-width: 80px;
  }
  .quick-icon .icon {
    width: 19px;
    height: 19px;
  }
  .section {
    margin-top: 27px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .text-link {
    font-size: 11px;
    gap: 7px;
  }
  .timeline-item {
    gap: 12px;
    padding-bottom: 25px;
  }
  .timeline-item h3 {
    font-size: 12px;
  }
  .timeline-item p {
    font-size: 11px;
  }
  .timeline-item .location {
    font-size: 11px;
  }
  .time {
    font-size: 11px;
  }
  .day-label {
    margin: 23px 0 14px;
    font-size: 11px;
  }
  .crew-intro {
    margin-top: 5px;
    padding-top: 25px;
  }
  .crew-intro h2 {
    font-size: 29px;
  }
  .crew-intro p:not(.eyebrow) {
    font-size: 11px;
  }
  .intro-art {
    display: block;
    width: 115px;
    height: 125px;
  }
  .intro-art .avatar {
    width: 45px;
    height: 45px;
    font-size: 11px;
    border-width: 3px;
  }
  .intro-art .avatar:nth-child(1) {
    left: 5px;
    top: 0;
  }
  .intro-art .avatar:nth-child(2) {
    right: 0;
    top: 20px;
  }
  .intro-art .avatar:nth-child(3) {
    left: 28px;
    top: 65px;
  }
  .intro-art:before {
    inset: 20px 15px 25px 20px;
  }
  .connector-label {
    font-size: 11px;
    left: 5px;
    bottom: 0;
  }
  .crew-intro .eyebrow {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .sidebar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .next-up {
    padding: 23px;
  }
  .next-up h2 {
    font-size: 31px;
  }
  .next-up > p:not(.eyebrow) {
    font-size: 12px;
  }
  .task-row {
    padding: 18px 0;
  }
  .task-row strong {
    font-size: 12px;
  }
  .task-row small {
    font-size: 11px;
  }
  .host-note {
    margin: 5px 3px 0;
    padding: 25px;
  }
  .host-note h3 {
    font-size: 30px;
  }
  .host-note > p:not(.eyebrow) {
    font-size: 12px;
  }
  .host-note > .eyebrow {
    font-size: 11px;
  }
  .bring-mini {
    padding: 10px 0;
  }
  .bring-mini h3 {
    font-size: 13px;
  }
  .bring-mini p {
    font-size: 11px;
  }
  .footer {
    margin: 0 20px 84px;
    padding: 25px 0;
    gap: 9px 12px;
  }
  .footer-wordmark {
    flex-basis: 100%;
    font-size: 13px;
  }
  .footer > span:not(.footer-wordmark) {
    flex-basis: 100%;
  }
  .footer a {
    font-size: 11px;
  }
  #mobile-nav {
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    background: #faf8f3f5;
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--line);
    padding: 8px 8px max(8px, env(safe-area-inset-bottom));
    box-shadow: 0 -4px 20px #2b1b1906;
  }
  #mobile-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    justify-content: center;
    font-size: 11px;
    min-height: 47px;
    flex: 1;
    position: relative;
    color: var(--muted);
  }
  #mobile-nav a.active {
    color: var(--maroon);
    font-weight: 700;
  }
  #mobile-nav a.active:before {
    content: "";
    position: absolute;
    top: -9px;
    width: 26px;
    height: 3px;
    background: var(--maroon);
    border-radius: 0 0 3px 3px;
  }
  #mobile-nav .icon {
    width: 20px;
    height: 20px;
  }
  .page-main {
    margin: 0 20px;
    padding: 30px 0 38px;
    min-height: 70vh;
  }
  .page-heading {
    display: block;
    margin-bottom: 25px;
  }
  .page-heading h1 {
    font-size: 46px;
    margin-top: 9px;
    margin-bottom: 12px;
  }
  .page-heading .muted {
    font-size: 12px;
  }
  .page-heading > .button {
    margin-top: 19px;
    max-width: none;
    font-size: 11px;
  }
  .crew-summary {
    gap: 19px;
    font-size: 11px;
    padding-block: 16px;
  }
  .crew-tools {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
  .filters {
    gap: 2px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .filters button {
    padding: 10px 11px;
    font-size: 11px;
  }
  .search input {
    width: 100%;
    min-width: 0;
    font-size: 12px;
  }
  .people-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .person-card {
    padding: 22px;
  }
  .person-card h2 {
    overflow-wrap: anywhere;
    min-width: 0;
    font-size: 29px;
    margin-top: 16px;
  }
  .person-card p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .person-bottom {
    font-size: 11px;
  }
  .person-bottom .icon {
    width: 13px;
    height: 13px;
  }
  .info-strip {
    padding: 18px 16px;
    gap: 11px;
    margin-top: 23px;
  }
  .info-strip p {
    font-size: 11px;
  }
  .workspace.inner {
    gap: 30px;
    margin: 0;
  }
  .inner .timeline-item h3 {
    font-size: 13px;
  }
  .inner .timeline-item p {
    font-size: 11px;
  }
  .inner .time,
  .inner .location {
    font-size: 11px;
  }
  .inner .timeline-item {
    padding-bottom: 28px;
  }
  .ticket-banner {
    padding: 22px 18px;
    gap: 20px;
  }
  .ticket-banner h2 {
    font-size: 25px;
  }
  .ticket-brand {
    font-size: 34px;
  }
  .ticket-brand small {
    font-size: 11px;
  }
  .ticket-banner .eyebrow {
    font-size: 11px;
    letter-spacing: 0.8px;
  }
  .ticket-banner p:last-child {
    font-size: 11px;
  }
  .ticket-stats {
    margin: 25px 0 30px;
  }
  .ticket-stats > div {
    padding: 0 14px;
  }
  .ticket-stats strong {
    font-size: 35px;
  }
  .ticket-stats span {
    font-size: 11px;
    line-height: 1.5;
  }
  .ticket-row {
    gap: 10px;
    font-size: 11px;
  }
  .ticket-row > strong {
    font-size: 11px;
    margin: 0;
  }
  .ticket-row .badge {
    font-size: 11px;
    padding: 4px 5px;
  }
  .ticket-row .avatar {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }
  .stays-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .stay-visual {
    height: 130px;
  }
  .stay-content {
    padding: 24px;
  }
  .stay-content .eyebrow {
    font-size: 11px;
  }
  .stay-content h2 {
    font-size: 35px;
  }
  .stay-content > p:not(.eyebrow) {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .stay-bottom {
    display: block;
    margin-top: 28px;
    padding-top: 26px;
  }
  .stay-bottom > .button {
    margin-top: 20px;
  }
  .stay-bottom h2 {
    font-size: 32px;
  }
  .stay-notice {
    margin-bottom: 24px;
  }
  dialog {
    padding: 28px 22px;
    border-radius: 10px;
    max-height: calc(100dvh - 28px);
  }
  dialog h2 {
    font-size: 33px;
  }
  dialog > .muted {
    font-size: 12px;
  }
  form {
    margin-top: 18px;
  }
  form input,
  form select,
  form textarea {
    font-size: 16px;
  }
  form label {
    font-size: 11px;
  }
  .form-note {
    font-size: 11px;
  }
  .modal-actions {
    gap: 8px;
  }
  .modal-actions .button {
    padding: 11px 12px;
    font-size: 11px;
  }
  #toast {
    bottom: 85px;
    font-size: 11px;
    padding: 13px 17px;
  }
  .supply-row strong {
    font-size: 13px;
  }
  .supply-row small {
    font-size: 11px;
  }
  .supply-row {
    padding-block: 18px;
  }
  .desktop-only {
    display: none;
  }
}
@media (max-width: 365px) {
  .preview-explainer {
    font-size: 11px;
  }
  .preview-bar {
    flex-wrap: wrap;
    gap: 4px;
  }
  .preview-bar button {
    font-size: 11px;
  }
  .hero-content h1 {
    font-size: 64px;
  }
  .weekend-hero {
    padding-left: 20px;
    min-height: 330px;
  }
  .hero-meta {
    gap: 9px;
    font-size: 11px;
  }
  .gather-people .avatar-stack {
    display: none;
  }
  .gather-strip .button {
    font-size: 11px;
  }
  .filters button {
    padding: 10px 9px;
    font-size: 11px;
  }
  .crew-intro {
    gap: 10px;
  }
  .intro-art {
    width: 90px;
  }
  .crew-intro h2 {
    font-size: 26px;
  }
  .quick-links a {
    padding-inline: 10px;
  }
  .page-heading h1 {
    font-size: 41px;
  }
  .ticket-banner {
    gap: 10px;
  }
  .ticket-banner h2 {
    font-size: 22px;
  }
  .ticket-brand {
    font-size: 29px;
  }
  .ticket-brand small {
    padding: 0 2px;
  }
  .ticket-row {
    gap: 7px;
  }
  .ticket-row > .badge {
    font-size: 11px;
  }
  .preview-dot {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
