:root {
  --ink: #080808;
  --paper: #fbfaf6;
  --muted: #6d6a62;
  --line: #ded9cc;
  --yellow: #ffd429;
  --yellow-dark: #d6a900;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.15rem;
}

body::selection {
  color: var(--ink);
  background: var(--yellow);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 24px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(8, 8, 8, 0.12);
  background: rgba(251, 250, 246, 0.9);
  backdrop-filter: blur(18px);
}

.brand,
.header-nav,
.header-cta,
.button,
.category-tab,
.rank-chip,
.site-footer,
.ticker {
  font-size: 0.897rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--yellow);
}

.header-nav {
  display: flex;
  gap: 16px;
  justify-content: center;
  min-width: 0;
}

.header-nav-groups {
  display: flex;
  gap: 12px;
  justify-content: center;
  min-width: 0;
  align-items: center;
}

.header-nav-item {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: -10px;
}

.header-nav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: none;
  flex-direction: column;
  min-width: 230px;
  padding: 0;
  border: 1px solid var(--ink);
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--ink);
}

.header-nav-item:hover .header-nav-menu,
.header-nav-item:focus-within .header-nav-menu {
  display: flex;
}

.header-nav-group,
.header-nav-subgroup {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.header-nav-group {
  border-color: var(--ink);
  color: var(--ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.2rem;
  min-height: 40px;
  padding: 0 14px;
  letter-spacing: 0;
  text-transform: none;
}

.header-nav-subgroup {
  width: 100%;
  min-height: 38px;
  justify-content: flex-start;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font-size: 0.828rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.header-nav-group.active,
.header-nav-subgroup.active {
  border-color: var(--ink);
  background: var(--yellow);
  color: var(--ink);
}

.header-nav-subgroup.active {
  border-bottom-color: transparent;
}

.header-nav-group:hover,
.header-nav-group:focus-visible,
.header-nav-subgroup:hover,
.header-nav-subgroup:focus-visible {
  border-color: var(--ink);
  background: var(--yellow);
  color: var(--ink);
}

.header-nav-item.active .header-nav-group {
  background: var(--yellow);
  border-color: var(--ink);
}

.header-nav-subgroup:hover,
.header-nav-subgroup:focus-visible {
  border-bottom-color: transparent;
}

.header-nav-subgroup:last-child {
  border-bottom: 0;
}

.header-cta {
  justify-self: end;
  padding: 11px 16px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.language-switch {
  display: inline-flex;
  justify-self: end;
  border: 1px solid var(--ink);
}

.language-switch button {
  min-height: 38px;
  padding: 0 11px;
  border: 0;
  border-right: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.language-switch button:last-child {
  border-right: 0;
}

.language-switch button[aria-pressed="true"] {
  background: var(--yellow);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(40px, 7vw, 88px) clamp(18px, 4vw, 56px) 56px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--yellow-dark);
  font-size: 0.897rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(4.3rem, 13vw, 10.8rem);
  line-height: 0.82;
}

h2 {
  font-size: clamp(2.7rem, 6vw, 6rem);
  line-height: 0.9;
}

h3 {
  font-size: clamp(1.9rem, 3.8vw, 3.9rem);
  line-height: 0.95;
}

.hero-text,
.section-intro p,
.club p {
  color: var(--muted);
  font-size: clamp(1.15rem, 1.61vw, 1.403rem);
  line-height: 1.55;
}

.hero-text {
  max-width: 590px;
  margin: 26px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid var(--ink);
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
}

.button.secondary {
  background: var(--yellow);
}

.hero-visual {
  position: relative;
  display: block;
  min-height: 540px;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--ink);
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.hero-visual:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 5px;
  width: min(280px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.hero-badge span {
  width: max-content;
  padding: 4px 8px;
  background: var(--yellow);
  font-weight: 900;
}

.hero-badge strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.hero-badge small {
  color: var(--muted);
  font-weight: 700;
}

.ticker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--ink);
  background: var(--yellow);
}

.ticker span {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 12px;
  text-align: center;
}

.ticker span + span {
  border-left: 1px solid var(--ink);
}

.section-intro {
  max-width: 1000px;
  padding: 92px clamp(18px, 4vw, 56px) 34px;
}

.section-intro p:last-child {
  max-width: 660px;
  margin: 20px 0 0;
}

.section-intro.compact {
  display: grid;
  gap: 8px;
  padding-top: 82px;
}

.section-intro.compact .eyebrow {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-intro.compact h2 {
  font-size: clamp(3.2rem, 6vw, 6.2rem);
}

.category-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  padding: 0 clamp(18px, 4vw, 56px) 80px;
}

.category-tabs {
  position: sticky;
  top: 92px;
  align-self: start;
  display: grid;
  gap: 16px;
}

.top-group-tabs,
.subtop-tabs {
  display: grid;
  gap: 8px;
}

.top-group-tabs {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.top-group-tab {
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.55rem;
  text-transform: none;
  letter-spacing: 0;
}

.top-group-tab[aria-selected="true"] {
  background: var(--yellow);
}

.category-tab {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
  font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-tab[aria-selected="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.featured-list {
  border-top: 1px solid var(--ink);
}

.list-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.list-head p {
  max-width: 600px;
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.week-chip {
  padding: 9px 12px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.places {
  display: grid;
}

.place-card {
  display: grid;
  grid-template-columns: 82px minmax(190px, 0.65fr) minmax(230px, 1fr) 190px;
  gap: 22px;
  align-items: center;
  width: 100%;
  min-height: 178px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: padding-inline 180ms ease, background-color 180ms ease;
}

.place-card:hover,
.place-card:focus-visible {
  padding-inline: 14px;
  background: rgba(255, 212, 41, 0.14);
}

.rank-stack {
  display: grid;
  width: 56px;
  align-self: center;
}

.rank-chip {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid var(--ink);
  background: var(--yellow);
  font-size: 1.15rem;
}

.movement-tab {
  display: grid;
  width: 100%;
  min-height: 22px;
  place-items: center;
  border: 1px solid var(--ink);
  border-top: 0;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.place-title {
  display: grid;
  gap: 8px;
}

.place-title strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 400;
  line-height: 0.98;
}

.place-title span {
  color: var(--muted);
  font-size: 1.058rem;
  font-weight: 700;
}

.place-copy {
  display: grid;
  gap: 13px;
  font-size: 1rem;
}

.place-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: inherit;
}

.place-photo {
  width: 190px;
  height: 126px;
  object-fit: cover;
  border: 1px solid var(--ink);
}

.place-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.place-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(10px);
}

.modal-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(320px, 1fr);
  width: min(960px, 100%);
  max-height: min(760px, calc(100vh - 44px));
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  transform: translateY(14px) scale(0.98);
  transition: transform 180ms ease;
}

.place-modal.is-open .modal-panel {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.modal-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(8, 8, 8, 0.28);
  background: rgba(251, 250, 246, 0.72);
  color: var(--ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2.45rem;
  line-height: 0.8;
  cursor: pointer;
  opacity: 0.72;
  transform: translateY(-50%);
  transition: background-color 160ms ease, border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.modal-nav:hover,
.modal-nav:focus-visible {
  border-color: var(--ink);
  background: var(--yellow);
  opacity: 1;
  transform: translateY(-50%);
}

.modal-prev {
  left: 10px;
}

.modal-next {
  right: 10px;
}

.modal-photo {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

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

.modal-kicker,
.modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.modal-kicker span,
.modal-meta span,
.modal-meta a {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid var(--ink);
  font-size: 0.874rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.modal-kicker span:first-child {
  background: var(--yellow);
}

.modal-meta .modal-icon-link {
  display: grid;
  width: 36px;
  height: 32px;
  place-items: center;
  padding: 0;
  background: var(--ink);
  color: var(--paper);
  letter-spacing: 0;
}

.modal-meta .modal-icon-link[hidden] {
  display: none;
}

.modal-meta .modal-icon-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.modal-meta .modal-icon-link:hover,
.modal-meta .modal-icon-link:focus-visible {
  background: var(--yellow);
  color: var(--ink);
}

.modal-kicker #modalMovement {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
  letter-spacing: 0;
}

.modal-content h2 {
  font-size: clamp(3.4rem, 7vw, 6.8rem);
}

.modal-address,
.modal-content p {
  margin: 0;
  color: var(--muted);
  font-size: 1.208rem;
  line-height: 1.55;
}

.modal-address {
  color: var(--ink);
  font-weight: 800;
}

.modal-meta {
  padding-top: 10px;
}

body.modal-open {
  overflow: hidden;
}

.all-lists {
  padding: 44px 0 90px;
  margin-top: 58px;
  background: var(--yellow);
  color: var(--ink);
}

.all-lists .section-intro.compact {
  padding-top: 0;
}

.all-lists .section-intro.compact .eyebrow {
  color: rgba(8, 8, 8, 0.68);
}

.all-lists .section-intro.compact h2 {
  color: var(--ink);
}

.all-lists .archive-tab,
.all-lists .archive-pill,
.all-lists .archive-week-head span,
.all-lists .mini-list,
.all-lists .mini-list.compact {
  background: var(--white);
  color: var(--ink);
}

.all-lists .archive-tab,
.all-lists .archive-pill {
  border-color: rgba(8, 8, 8, 0.16);
}

.all-lists .archive-tab[aria-selected="true"],
.all-lists .archive-pill.active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.all-lists .archive-tab[aria-selected="true"] span,
.all-lists .archive-pill.active em {
  color: rgba(251, 250, 246, 0.72);
}

.all-lists .archive-week-head span {
  border-color: var(--yellow);
}

.all-lists .archive-tab span,
.all-lists .archive-pill em,
.all-lists .mini-list ol,
.all-lists .mini-list.compact .eyebrow,
.all-lists .mini-list.compact li,
.all-lists .mini-list.compact .eyebrow,
.all-lists .mini-list.compact p {
  color: rgba(8, 8, 8, 0.68);
}

.archive-grid {
  display: grid;
  gap: 24px;
}

.archive-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 clamp(18px, 4vw, 56px) 4px;
  scrollbar-width: thin;
}

.archive-tab {
  display: grid;
  gap: 4px;
  min-width: 220px;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.archive-tab[aria-selected="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.archive-tab strong {
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.archive-tab span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 56px);
}

.list-grid.compact {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.archive-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
  gap: 8px;
  padding: 0 clamp(18px, 4vw, 56px);
}

.archive-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.archive-pill em {
  font-style: normal;
  color: var(--muted);
}

.archive-pill.active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.archive-week {
  display: grid;
  gap: 18px;
  padding-bottom: 42px;
}

.archive-week + .archive-week {
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.archive-week-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  padding: 0 clamp(18px, 4vw, 56px);
}

.archive-week-head h3 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.archive-week-head span {
  padding: 8px 10px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.archive-group-list {
  display: grid;
  gap: 28px;
}

.archive-top-group {
  display: grid;
  gap: 10px;
}

.archive-top-group h4 {
  margin: 0;
  padding: 0 clamp(18px, 4vw, 56px) 8px;
  border-bottom: 1px solid var(--ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0;
}

.mini-list {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--ink);
  background: var(--white);
}

.mini-list.compact {
  gap: 10px;
  padding: 14px;
}

.mini-list h3 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.mini-list.compact h3 {
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
}

.mini-list.compact .eyebrow {
  margin: 0;
  font-size: 0.64rem;
}

.mini-list ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.mini-list li::marker {
  color: var(--ink);
  font-weight: 900;
}

.archive-place-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.archive-place-link:hover,
.archive-place-link:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.club {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin: 0;
  padding: clamp(34px, 6vw, 72px) clamp(18px, 4vw, 56px) 76px;
  border: 0;
  background: var(--ink);
  color: var(--paper);
}

.club p {
  max-width: 640px;
  color: #c9c4b8;
}

.signup-form {
  display: grid;
  gap: 10px;
}

.signup-form label {
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.signup-row input,
.signup-row button {
  min-height: 52px;
  border: 1px solid var(--paper);
  font: inherit;
}

.signup-row input {
  min-width: 0;
  padding: 0 14px;
  background: var(--paper);
  color: var(--ink);
}

.signup-row button {
  padding: 0 16px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.signup-form p {
  margin: 0;
  color: #c9c4b8;
  font-size: 0.84rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 24px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--ink);
}

.social-links {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.social-links[hidden] {
  display: none;
}

.social-links a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  transition: background-color 140ms ease, color 140ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: var(--ink);
  color: var(--paper);
}

.social-links svg {
  width: 18px;
  height: 18px;
}

.social-links svg rect,
.social-links svg circle,
.social-links svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.social-links svg .social-fill {
  fill: currentColor;
  stroke: none;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .header-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: block;
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: thin;
  }

  .header-nav-groups {
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
  }

  .header-nav-menu {
    left: 0;
  }

  .hero,
  .category-shell,
  .club {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .category-tabs {
    position: static;
  }

  .top-group-tabs,
  .subtop-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .place-card {
    grid-template-columns: 64px minmax(0, 1fr) 150px;
  }

  .movement-tab {
    font-size: 0.62rem;
    min-height: 20px;
  }

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

  .place-copy {
    grid-column: 2 / 3;
  }

  .place-photo {
    grid-column: 3;
    grid-row: 1 / span 2;
    width: 150px;
    height: 150px;
  }

  .modal-panel {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .modal-photo {
    min-height: 280px;
    height: 34vh;
  }

  .modal-nav {
    top: calc(34vh / 2);
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 12px;
    padding-block: 12px;
  }

  .brand span:last-child {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-cta {
    padding-inline: 12px;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(4rem, 23vw, 7rem);
  }

  .hero-visual,
  .hero-visual img {
    min-height: 380px;
  }

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

  .ticker span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ink);
  }

  .ticker span:nth-child(4) {
    border-top: 1px solid var(--ink);
  }

  .top-group-tabs,
  .subtop-tabs,
  .list-grid {
    grid-template-columns: 1fr;
  }

  .list-grid.compact {
    grid-template-columns: 1fr;
  }

  .list-head {
    grid-template-columns: 1fr;
  }

  .place-card {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
  }

  .rank-chip {
    width: 46px;
    height: 46px;
  }

  .rank-stack {
    width: 46px;
  }

  .movement-tab {
    font-size: 0.58rem;
    min-height: 18px;
  }

  .place-copy,
  .place-photo {
    grid-column: 1 / -1;
  }

  .place-photo {
    grid-row: auto;
    width: 100%;
    height: 210px;
  }

  .place-card:hover,
  .place-card:focus-visible {
    padding-inline: 10px;
  }

  .place-modal {
    padding: 14px;
    place-items: end center;
  }

  .modal-panel {
    max-height: calc(100vh - 28px);
  }

  .modal-content {
    padding: 24px;
  }

  .modal-content h2 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .modal-nav {
    top: 128px;
    width: 34px;
    height: 46px;
    font-size: 2.25rem;
  }

  .signup-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}
