:root {
  --sun: #ffc928;
  --orange: #ff7a1a;
  --coral: #ff4f5e;
  --sand: #fff1c6;
  --paper: #fffdf7;
  --ink: #092146;
  --muted: #657284;
  --line: rgba(9, 33, 70, 0.13);
  --shadow: 0 20px 46px rgba(255, 122, 26, 0.2);
  --radius: 10px;
  --page-gutter: max(26px, calc((100% - 1480px) / 2));
}

* { box-sizing: border-box; }

[hidden] {
  display: none !important;
}

html { scroll-behavior: smooth; }

html {
  scrollbar-color: var(--coral) #fff1c6;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #fff1c6;
}

::-webkit-scrollbar-thumb {
  border: 3px solid #fff1c6;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--coral), var(--orange));
}

::-webkit-scrollbar-thumb:hover {
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 201, 40, 0.18) 25%, transparent 25%) 0 0 / 42px 42px,
    linear-gradient(180deg, #fff7da 0%, #fffdf7 46%, #e5fbff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }
img { display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 10px var(--page-gutter);
  background: rgba(255, 247, 218, 0.9);
  border-bottom: 4px solid var(--sun);
  backdrop-filter: blur(18px);
}

.brand img {
  width: clamp(190px, 18vw, 310px);
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 15px;
  color: var(--ink);
  font-weight: 950;
  text-transform: uppercase;
  transform: skew(-8deg);
  -webkit-text-fill-color: currentColor;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #fff;
  background: var(--coral);
}

.weather-widget {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 3px solid var(--ink);
  padding: 9px 13px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--sun);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.weather-icon {
  color: var(--orange);
  font-size: 20px;
}

.nav-toggle { display: none; }

input,
select,
button {
  -webkit-appearance: none;
  appearance: none;
}

.section-wrap,
.profile-hero,
.content-story {
  width: min(1480px, calc(100% - 52px));
  margin: 0 auto;
}

.hero,
.page-hero,
.location-hero,
.ticker-band,
.poster-wall,
.artist-marquee,
.final-cta {
  width: 100%;
}

.light-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 30px;
  align-items: end;
  min-height: 82vh;
  padding: clamp(44px, 8vw, 112px) var(--page-gutter);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 243, 194, 0.95), rgba(255, 243, 194, 0.24)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=85") center/cover;
  border-bottom: 10px solid var(--coral);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 940px;
}

.eyebrow {
  margin: 0 0 10px;
  color: #bc5600;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p { letter-spacing: 0; }

h1 {
  margin: 0 0 18px;
  max-width: 980px;
  font-size: clamp(48px, 7.4vw, 112px);
  line-height: 0.88;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 5.8vw, 86px);
  line-height: 0.9;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  font-size: clamp(24px, 2.3vw, 38px);
  line-height: 0.95;
}

.hero-copy p,
.page-hero p,
.content-story p,
.poster-wall p,
.profile-hero p,
.final-cta p {
  max-width: 720px;
  color: #39475a;
  font-size: 19px;
  line-height: 1.58;
}

.homebase {
  display: inline-flex;
  margin-bottom: 12px;
  border: 3px solid var(--ink);
  padding: 8px 12px;
  background: var(--sun);
  box-shadow: 5px 5px 0 var(--coral);
  text-transform: uppercase;
}

.hero-actions,
.section-head,
.slider-actions,
.fixed-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--ink);
  padding: 0 22px;
  color: var(--ink);
  background: var(--sun);
  box-shadow: 7px 7px 0 var(--ink);
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-6deg);
}

.button.ghost {
  color: #fff;
  background: var(--coral);
}

.hero-poster {
  position: relative;
  z-index: 1;
  border: 4px solid var(--ink);
  padding: 26px;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), var(--orange));
  box-shadow: 10px 10px 0 var(--ink);
  transform: rotate(3deg);
}

.hero-poster span,
.hero-poster small {
  display: block;
  color: #fff3c8;
  font-weight: 850;
}

.hero-poster strong {
  display: block;
  margin: 10px 0;
  font-size: 42px;
  line-height: 0.95;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 860px;
}

.home-night-card strong {
  font-size: clamp(34px, 4.2vw, 58px);
}

.home-night-card small {
  color: #fff;
  line-height: 1.45;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-bottom: 6px solid var(--ink);
  background: #fff;
}

.quick-facts article {
  min-height: 132px;
  padding: 22px clamp(18px, 4vw, 42px);
  border-right: 4px solid var(--ink);
  background: #fffdf7;
}

.quick-facts article:nth-child(even) {
  background: var(--sun);
}

.quick-facts article:last-child {
  border-right: 0;
}

.quick-facts strong {
  display: block;
  color: var(--coral);
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 0.9;
  text-transform: uppercase;
}

.quick-facts span {
  display: block;
  margin-top: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.ticker-band {
  overflow: hidden;
  overflow: hidden;
  align-items: center;
  padding: 0;
  color: #fff;
  background: var(--ink);
  border-bottom: 8px solid var(--sun);
  white-space: nowrap;
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 32px;
  padding: 18px 0;
  animation: ticker-move 34s linear infinite;
}

.ticker-track strong {
  font-size: clamp(22px, 3vw, 42px);
  text-transform: uppercase;
}

.ticker-track strong:nth-child(odd) {
  color: var(--sun);
}

@keyframes ticker-move {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section-wrap {
  padding: 70px 0;
}

.bleed-slider {
  width: min(1600px, calc(100% - 32px));
}

.home-today-section {
  width: min(1480px, calc(100% - 52px));
}

.section-head {
  justify-content: space-between;
  margin-bottom: 24px;
}

.round-button {
  width: 52px;
  height: 52px;
  border: 3px solid var(--ink);
  color: var(--ink);
  background: #fff;
  box-shadow: 5px 5px 0 var(--sun);
  font-size: 32px;
  cursor: pointer;
}

.card-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 6px 24px;
}

.card-slider > * { flex: 0 0 min(380px, 82vw); }
.huge-slider > * { flex-basis: min(470px, 86vw); }

.card-slider,
.artist-marquee,
.admin-modal-card,
.cookie-dialog {
  scrollbar-color: var(--coral) #fff1c6;
  scrollbar-width: thin;
}

.card-slider::-webkit-scrollbar,
.artist-marquee::-webkit-scrollbar {
  height: 12px;
}

.card-slider::-webkit-scrollbar-track,
.artist-marquee::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #fff1c6;
}

.card-slider::-webkit-scrollbar-thumb,
.artist-marquee::-webkit-scrollbar-thumb {
  border: 3px solid #fff1c6;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral), var(--orange));
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.event-card {
  scroll-snap-align: start;
  overflow: hidden;
  border: 4px solid var(--ink);
  background: #fff;
  box-shadow: 8px 8px 0 rgba(9, 33, 70, 0.95);
  transform: rotate(-0.6deg);
}

.event-card:nth-child(even) {
  transform: rotate(0.8deg);
}

.card-slider .event-card,
.card-slider .portrait-tile {
  transform: none;
}

.event-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-bottom: 4px solid var(--ink);
  object-position: top center;
}

.event-card-body {
  padding: 18px;
}

.event-date {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 9px;
  color: var(--ink);
  background: var(--sun);
  font-weight: 950;
}

.event-card h3 {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.event-card a {
  color: var(--coral);
  font-weight: 950;
}

.poster-wall {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.8fr;
  gap: 30px;
  align-items: stretch;
  padding: 80px var(--page-gutter);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 79, 94, 0.92), rgba(255, 122, 26, 0.84)),
    url("https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.poster-wall article {
  max-width: 820px;
}

.poster-wall p,
.poster-wall .eyebrow {
  color: #fff7da;
}

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

.poster-wall aside span {
  display: grid;
  place-items: center;
  min-height: 110px;
  border: 3px solid #fff;
  background: rgba(9, 33, 70, 0.7);
  font-size: clamp(28px, 5vw, 70px);
  font-weight: 950;
}

.lineup-home aside span {
  min-height: 92px;
  padding: 14px;
  font-size: clamp(22px, 3.4vw, 44px);
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.poster-wall .lineup-home-image {
  position: relative;
  display: block;
  min-height: 340px;
  overflow: hidden;
  border: 5px solid #fff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 12px 12px 0 rgba(9, 33, 70, 0.74);
  transform: rotate(1.2deg);
}

.poster-wall .lineup-home-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.split-preview {
  display: grid;
  grid-template-columns: 0.72fr 1.35fr;
  gap: 34px;
  align-items: center;
}

.mini-grid,
.portrait-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

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

.artist-overview-copy {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin-bottom: 24px;
  border: 4px solid var(--ink);
  padding: clamp(20px, 3vw, 30px);
  background: #fffdf7;
  box-shadow: 8px 8px 0 var(--sun);
}

.artist-overview-copy h2 {
  max-width: 820px;
  font-size: clamp(30px, 4.2vw, 58px);
}

.artist-overview-copy p:not(.eyebrow) {
  max-width: 820px;
  color: #39475a;
  font-size: 18px;
  line-height: 1.55;
}

.portrait-grid.landscape .portrait-tile img {
  aspect-ratio: 4 / 3;
}

.location-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.location-overview-card {
  display: grid;
  overflow: hidden;
  border: 5px solid var(--ink);
  background: #fffdf7;
  box-shadow: 10px 10px 0 var(--sun);
}

.location-overview-card:nth-child(even) {
  box-shadow: 10px 10px 0 var(--coral);
}

.location-overview-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 300px;
  object-fit: cover;
  border-bottom: 5px solid var(--ink);
}

.location-overview-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  padding: clamp(20px, 3vw, 30px);
}

.location-overview-card h2 {
  font-size: clamp(34px, 4.4vw, 66px);
}

.location-overview-card p:not(.eyebrow) {
  color: #39475a;
  line-height: 1.55;
}

.location-overview-card span {
  width: fit-content;
  margin-top: 14px;
  border: 3px solid var(--ink);
  padding: 9px 12px;
  background: var(--sun);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 950;
  text-transform: uppercase;
}

.image-tile,
.portrait-tile {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border: 4px solid var(--ink);
  background: #fff;
  box-shadow: 7px 7px 0 var(--ink);
}

.portrait-tile:nth-child(3n),
.image-tile:nth-child(2n) {
  transform: rotate(1.2deg);
}

.portrait-tile:nth-child(4n),
.image-tile:nth-child(3n) {
  transform: rotate(-1deg);
}

.image-tile img,
.portrait-tile img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 0.25s ease;
  object-position: top center;
}

.image-tile:hover img,
.portrait-tile:hover img {
  transform: scale(1.06);
}

.image-tile span,
.portrait-tile span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 10px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 var(--sun);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.portrait-tile small {
  display: block;
  margin-top: 4px;
  color: var(--coral);
  font-size: 12px;
}

.artist-marquee {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 28px clamp(20px, 6vw, 100px);
  background: var(--sun);
  border-block: 5px solid var(--ink);
}

.artist-marquee a {
  flex: 0 0 auto;
  border: 3px solid var(--ink);
  padding: 12px 16px;
  background: #fff;
  box-shadow: 5px 5px 0 var(--coral);
  font-weight: 950;
  text-transform: uppercase;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.story-card,
.guide-card {
  border: 4px solid var(--ink);
  padding: 24px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--sun);
}

.story-card:nth-child(2),
.guide-card:nth-child(2) {
  box-shadow: 8px 8px 0 var(--coral);
}

.story-card:nth-child(3),
.guide-card:nth-child(3) {
  box-shadow: 8px 8px 0 var(--sun);
}

.story-card p:not(.eyebrow),
.guide-card p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}

.night-board {
  padding-top: 28px;
}

.planning-strip {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 30px;
  align-items: start;
  padding: 72px var(--page-gutter);
  color: #fff;
  background: #119d9f;
  border-block: 6px solid var(--ink);
}

.planning-strip .eyebrow,
.planning-strip p {
  color: #eafffb;
}

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

.tip-grid article {
  min-height: 150px;
  border: 3px solid #fff;
  padding: 20px;
  background: rgba(9, 33, 70, 0.28);
}

.tip-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--sun);
  font-size: 22px;
  text-transform: uppercase;
}

.tip-grid p {
  margin: 0;
  line-height: 1.5;
}

.final-cta {
  padding: 82px var(--page-gutter);
  color: #fff;
  background: var(--ink);
}

.final-cta p,
.final-cta .eyebrow {
  color: #fff1c6;
}

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

.home-location-preview {
  padding-top: 46px;
}

.home-location-preview .mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-location-preview .image-tile {
  min-height: 0;
}

.home-location-preview .image-tile img {
  aspect-ratio: 16 / 10;
  height: auto;
}

.home-party-guide h2 {
  font-size: clamp(34px, 4.8vw, 72px);
}

.home-seo-grid h3 {
  font-size: clamp(24px, 2.1vw, 34px);
}

.home-empty-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 360px;
}

.home-final-cta .button {
  margin-top: 14px;
}

.page-hero.sunny {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 86px var(--page-gutter) 72px;
  background:
    linear-gradient(90deg, rgba(255, 247, 218, 0.96), rgba(255, 247, 218, 0.42)),
    url("https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=2000&q=85") center/cover;
  border-bottom: 8px solid var(--sun);
}

.full-hero.artist-overview {
  background:
    linear-gradient(90deg, rgba(255, 247, 218, 0.96), rgba(255, 247, 218, 0.36)),
    url("https://images.unsplash.com/photo-1524368535928-5b5e00ddc76b?auto=format&fit=crop&w=2000&q=85") center/cover;
}

.full-hero.location-overview {
  background:
    linear-gradient(90deg, rgba(255, 247, 218, 0.96), rgba(255, 247, 218, 0.36)),
    url("https://images.unsplash.com/photo-1533174072545-7a4b6ad7a6c3?auto=format&fit=crop&w=2000&q=85") center/cover;
}

.full-hero.releases-overview {
  background:
    linear-gradient(90deg, rgba(255, 247, 218, 0.96), rgba(255, 247, 218, 0.36)),
    url("https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?auto=format&fit=crop&w=2000&q=85") center/cover;
}

.radar-hero {
  background:
    linear-gradient(90deg, rgba(255, 247, 218, 0.97), rgba(255, 247, 218, 0.34)),
    url("https://images.unsplash.com/photo-1533174072545-7a4b6ad7a6c3?auto=format&fit=crop&w=2000&q=85") center/cover;
}

.radar-hero h1 {
  max-width: 1100px;
  font-size: clamp(42px, 6.8vw, 92px);
}

.radar-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.radar-intro article,
.radar-intro aside {
  border: 4px solid var(--ink);
  padding: clamp(20px, 3vw, 30px);
  background: #fffdf7;
  box-shadow: 8px 8px 0 var(--coral);
}

.radar-intro article h2 {
  max-width: 760px;
  font-size: clamp(30px, 4.2vw, 58px);
}

.radar-intro article p:not(.eyebrow) {
  max-width: 760px;
  color: #39475a;
  font-size: 18px;
  line-height: 1.55;
}

.radar-intro aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--sun);
  box-shadow: 8px 8px 0 var(--ink);
}

.radar-intro aside strong {
  font-size: clamp(52px, 7vw, 84px);
  line-height: 0.9;
}

.radar-intro aside span {
  margin-top: 8px;
  font-weight: 950;
  text-transform: uppercase;
}

.radar-intro aside small {
  margin-top: 16px;
  color: #39475a;
  font-weight: 850;
  line-height: 1.4;
}

.radar-empty {
  margin-bottom: 22px;
}

.lineup-builder {
  display: grid;
  grid-template-columns: 1fr 320px 360px;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 30px;
  border: 5px solid var(--ink);
  padding: 20px;
  background: #fff;
  box-shadow: 10px 10px 0 var(--coral);
}

.lineup-builder p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}

.template-picker {
  display: grid;
  gap: 14px;
  align-content: center;
}

.lineup-add.is-selected {
  color: #fff;
  background: var(--coral);
}

.lineup-add {
  display: none;
  margin-top: 14px;
  border: 3px solid var(--ink);
  padding: 8px 10px;
  color: var(--ink);
  background: var(--sun);
  box-shadow: 4px 4px 0 var(--ink);
  font: inherit;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

body.lineup-mode #radar-results .lineup-add {
  display: inline-flex;
}

.filter-panel,
.search-strip {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 30px;
  overflow: hidden;
  border: 4px solid var(--ink);
  padding: 16px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--sun);
}

.search-strip {
  display: block;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 950;
  text-transform: uppercase;
}

input,
select {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  border: 3px solid var(--ink);
  padding: 0 14px;
  color: var(--ink);
  background: #fffdf7;
  font: inherit;
}

.artist-detail-hero {
  display: grid;
  width: min(1480px, calc(100% - 52px));
  margin: 0 auto;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 42px;
  align-items: center;
  padding: 70px 0 46px;
}

.artist-photo-panel {
  position: relative;
}

.artist-photo-panel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 5px solid var(--ink);
  box-shadow: 10px 10px 0 var(--coral);
  transform: rotate(-2deg);
  object-position: top center;
  background: #fff1d8;
}

.artist-photo-panel span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  border: 3px solid var(--ink);
  padding: 6px 9px;
  background: #fff;
  font-size: 12px;
  font-weight: 950;
}

.artist-profile-copy h1 {
  font-size: clamp(46px, 7vw, 104px);
}

.artist-story-band h2 {
  font-size: clamp(30px, 4vw, 58px);
}

.artist-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.artist-facts span {
  border: 3px solid var(--ink);
  padding: 9px 12px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--sun);
  font-weight: 950;
  text-transform: uppercase;
}

.artist-story-band {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 26px;
  align-items: stretch;
  padding: 62px var(--page-gutter);
  color: #fff;
  background: linear-gradient(135deg, var(--coral), var(--orange));
  border-block: 6px solid var(--ink);
}

.artist-story-band p,
.artist-story-band .eyebrow {
  color: #fff7da;
}

.artist-story-band aside {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-content: center;
}

.artist-story-band aside span {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  padding: 14px 10px;
  color: var(--ink);
  background: var(--sun);
  font-size: clamp(15px, 1.4vw, 22px);
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-2deg);
  overflow-wrap: anywhere;
}

.show-list {
  display: grid;
  gap: 12px;
}

.show-row {
  display: grid;
  grid-template-columns: 150px 120px 1fr;
  gap: 16px;
  align-items: center;
  border: 4px solid var(--ink);
  padding: 16px 18px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--sun);
  font-weight: 950;
}

.show-row:nth-child(even) {
  box-shadow: 6px 6px 0 var(--coral);
}

.show-date {
  color: var(--coral);
}

.show-row em {
  font-style: normal;
  color: var(--coral);
  text-transform: uppercase;
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.release-card {
  overflow: hidden;
  border: 4px solid var(--ink);
  background: #fff;
  box-shadow: 8px 8px 0 var(--sun);
}

.release-card:nth-child(even) {
  box-shadow: 8px 8px 0 var(--coral);
}

.release-main-link {
  display: block;
}

.release-cover-link {
  display: block;
  color: inherit;
}

.release-cover {
  display: grid;
  aspect-ratio: 1;
  min-height: 0;
  place-items: center;
  background: linear-gradient(135deg, var(--sun), var(--coral));
  border-bottom: 4px solid var(--ink);
  background-position: center;
  background-size: cover;
  transition: transform 0.2s ease;
}

.release-cover-link:hover .release-cover {
  transform: scale(1.02);
}

.release-main-link > div:last-child {
  padding: 18px;
}

.release-card span {
  display: block;
  color: var(--muted);
  font-weight: 850;
}

.release-inline-artist {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.release-filter {
  grid-template-columns: 1.3fr 0.7fr;
}

.compact-releases .release-cover {
  min-height: 0;
}

.location-info-band {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 26px;
  align-items: stretch;
  padding: 62px var(--page-gutter);
  color: #fff;
  background: var(--ink);
  border-bottom: 6px solid var(--sun);
}

.location-content-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 24px;
}

.location-copy-card {
  border: 5px solid var(--ink);
  padding: clamp(24px, 4vw, 42px);
  background: #fffdf7;
  box-shadow: 9px 9px 0 var(--sun);
}

.location-copy-card.accent {
  background: #fff;
  box-shadow: 9px 9px 0 var(--coral);
}

.location-copy-card h2,
.location-planning h2,
.location-source-box h2 {
  font-size: clamp(30px, 4vw, 62px);
}

.location-copy-card p,
.location-copy-card li {
  color: #39475a;
  font-size: 18px;
  line-height: 1.58;
}

.location-copy-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.location-planning {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 28px;
  align-items: start;
}

.location-planning .tip-grid article {
  background: #fffdf7;
  color: var(--ink);
  border-color: var(--ink);
}

.location-planning .tip-grid p {
  color: #39475a;
}

.location-source-box {
  padding-top: 20px;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.source-links a {
  border: 3px solid var(--ink);
  padding: 11px 14px;
  background: #fff;
  box-shadow: 5px 5px 0 var(--sun);
  font-weight: 950;
  text-transform: uppercase;
}

.location-info-band p,
.location-info-band .eyebrow {
  color: #fff1c6;
}

.location-info-band h2 {
  font-size: clamp(30px, 4.2vw, 62px);
}

.location-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.location-facts span {
  display: grid;
  place-items: center;
  min-height: 120px;
  border: 3px solid #fff;
  background: var(--sun);
  color: var(--ink);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(1deg);
}

.location-hero {
  min-height: 420px;
  display: flex;
  align-items: end;
  overflow: hidden;
  padding: 70px var(--page-gutter);
  background-position: center;
  background-size: cover;
  border-bottom: 8px solid var(--ink);
}

.location-hero > div {
  max-width: 820px;
  border: 4px solid var(--ink);
  padding: 30px;
  background: rgba(255, 253, 247, 0.88);
  box-shadow: 10px 10px 0 var(--sun);
}

.location-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
}

.location-hero-actions strong {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  border: 3px solid var(--ink);
  padding: 9px 13px;
  background: #fff;
  box-shadow: 5px 5px 0 var(--coral);
  font-weight: 950;
}

.location-hero-actions .button {
  margin: 0;
}

.location-hero h1 {
  font-size: clamp(48px, 7.4vw, 108px);
}

.artist-slider .portrait-tile.compact {
  min-height: 340px;
}

.content-story {
  max-width: 920px;
  padding: 96px 0;
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(255, 247, 218, 0.98) 0%, rgba(255, 247, 218, 0.88) 42%, rgba(255, 247, 218, 0.22) 100%),
    url("https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?auto=format&fit=crop&w=2200&q=85") center/cover;
  border-bottom-color: var(--coral);
}

.about-hero h1 {
  max-width: 860px;
  font-size: clamp(44px, 6.2vw, 88px);
}

.about-hero p {
  max-width: 700px;
}

.about-intro h2,
.about-feature h2 {
  font-size: clamp(30px, 4.1vw, 62px);
}

.about-intro {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 34px;
  align-items: start;
}

.about-intro > p,
.about-feature p,
.about-closing p {
  color: #39475a;
  font-size: 19px;
  line-height: 1.6;
}

.about-feature {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 34px;
  align-items: stretch;
  padding: 0 var(--page-gutter) 74px;
}

.about-feature.reverse {
  grid-template-columns: 0.82fr 1fr;
}

.about-feature.reverse img {
  order: 2;
}

.about-feature img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  border: 5px solid var(--ink);
  box-shadow: 10px 10px 0 var(--coral);
}

.about-feature article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 5px solid var(--ink);
  padding: clamp(26px, 4vw, 46px);
  background: #fffdf7;
  box-shadow: 10px 10px 0 var(--sun);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-top: 0;
}

.about-grid article {
  border: 4px solid var(--ink);
  padding: 24px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--sun);
}

.about-grid article:nth-child(2) {
  box-shadow: 8px 8px 0 var(--coral);
}

.about-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.about-note {
  margin-top: 18px;
  border-top: 2px solid var(--line);
  padding-top: 14px;
  color: var(--muted) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.about-closing {
  max-width: 1040px;
  padding-top: 28px;
}

.legal-page {
  min-height: 62vh;
}

.legal-hero {
  min-height: 360px;
  padding: clamp(42px, 7vw, 86px) var(--page-gutter);
  background:
    linear-gradient(90deg, rgba(255, 247, 218, 0.98), rgba(255, 247, 218, 0.62)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=80") center/cover;
  border-bottom: 8px solid var(--sun);
}

.legal-hero h1 {
  font-size: clamp(44px, 6vw, 86px);
}

.legal-page {
  display: grid;
  gap: 20px;
  max-width: 980px;
}

.legal-block {
  border: 3px solid var(--ink);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 30px);
  background: #fffdf7;
  box-shadow: 7px 7px 0 var(--sun);
}

.legal-block:nth-child(even) {
  box-shadow: 7px 7px 0 var(--coral);
}

.legal-block h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.legal-block p {
  margin: 0;
  max-width: none;
  font-size: 17px;
}

.legal-warning {
  background: #fff1c6;
}

.cookie-settings-button {
  position: fixed;
  left: 18px;
  bottom: 22px;
  z-index: 62;
  width: 52px;
  height: 52px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 5px 5px 0 var(--ink);
  cursor: pointer;
}

.cookie-settings-button img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.cookie-settings-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.cookie-banner {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 22px;
  color: var(--ink);
  background: rgba(9, 33, 70, 0.62);
  backdrop-filter: blur(6px);
  transition: opacity 0.25s ease;
}

.cookie-dialog {
  display: grid;
  gap: 18px;
  width: min(720px, 100%);
  border: 4px solid var(--ink);
  padding: 16px;
  background: #fffdf7;
  box-shadow: 9px 9px 0 var(--sun);
  transform: translateY(0);
  transition: transform 0.25s ease;
}

.cookie-banner.is-hiding {
  opacity: 0;
}

.cookie-banner.is-hiding .cookie-dialog {
  transform: translateY(10px);
}

.cookie-dialog > div > strong {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.cookie-banner p {
  margin: 0;
  color: #39475a;
  line-height: 1.45;
}

.cookie-options {
  display: grid;
  gap: 10px;
}

.cookie-options article {
  border: 2px solid var(--line);
  border-radius: 8px;
  padding: 13px;
  background: #fff;
}

.cookie-options article strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 950;
  text-transform: uppercase;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.cookie-actions a,
.cookie-actions button {
  border: 3px solid var(--ink);
  padding: 10px 13px;
  color: var(--ink);
  background: #fff;
  box-shadow: 4px 4px 0 var(--ink);
  font: inherit;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}

.cookie-actions button {
  background: var(--sun);
}

.cookie-actions .cookie-secondary {
  background: #fff;
}

.fixed-footer {
  padding: 0 var(--page-gutter);
  color: #fff;
  background: var(--ink);
  border-top: 5px solid var(--sun);
  font-size: 14px;
}

.fixed-footer-inner {
  width: min(1480px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
}

.fixed-footer a {
  font-weight: 950;
  color: var(--sun);
}

.sticky-plan-button {
  position: fixed;
  right: 22px;
  bottom: 78px;
  z-index: 35;
  border: 4px solid var(--ink);
  padding: 14px 18px;
  color: var(--ink);
  background: var(--sun);
  box-shadow: 7px 7px 0 var(--ink);
  font: inherit;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  transform: rotate(-2deg);
}

.plan-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  background: rgba(9, 33, 70, 0);
  transition: background 0.2s ease;
}

.plan-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  width: min(560px, 100%);
  overflow-y: auto;
  overflow-x: hidden;
  border-left: 6px solid var(--ink);
  padding: 28px;
  background: #fffdf7;
  box-shadow: -16px 0 50px rgba(9, 33, 70, 0.25);
  transform: translateX(104%);
  transition: transform 0.24s ease;
}

.plan-panel-open .plan-backdrop {
  pointer-events: auto;
  background: rgba(9, 33, 70, 0.38);
}

.plan-panel-open .plan-panel {
  transform: translateX(0);
}

.plan-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 3px solid var(--ink);
  background: var(--coral);
  color: #fff;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 28px;
  font-weight: 950;
  cursor: pointer;
}

.plan-panel h2 {
  padding-right: 40px;
  font-size: clamp(32px, 5vw, 54px);
}

.plan-panel p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.55;
}

.plan-panel .button {
  margin-top: 14px;
}

.plan-actions {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.style-picker {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 18px 0 22px;
}

.style-dot {
  display: block;
  width: 54px;
  height: 54px;
  cursor: pointer;
}

.style-dot input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.style-dot span {
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid var(--ink);
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--ink);
}

.style-dot[data-template="sunset"] span {
  background: linear-gradient(135deg, var(--sun), var(--orange), var(--coral));
}

.style-dot[data-template="poster"] span {
  background:
    linear-gradient(135deg, rgba(255, 201, 40, 0.34) 25%, transparent 25%) 0 0 / 14px 14px,
    linear-gradient(135deg, #fffdf7, #fff7da);
}

.style-dot[data-template="fiesta"] span {
  background: linear-gradient(135deg, var(--coral), var(--orange), var(--sun));
}

.style-dot[data-template="ticket"] span {
  background: linear-gradient(135deg, var(--ink), var(--orange));
}

.style-dot[data-template="beach"] span {
  background: linear-gradient(135deg, var(--sand), var(--sun), var(--coral));
}

.style-dot.is-selected span {
  outline: 4px solid var(--coral);
  outline-offset: 4px;
}

.lineup-preview {
  aspect-ratio: 9 / 16;
  min-height: auto;
  max-height: min(62vh, 720px);
  overflow: hidden;
  border: 5px solid var(--ink);
  padding: 0;
  background: #fff;
  box-shadow: 9px 9px 0 var(--sun);
}

.lineup-preview canvas {
  display: block;
  width: 100%;
  height: auto;
}

.day-group {
  display: grid;
  gap: 12px;
}

.day-group + .day-group {
  margin-top: 28px;
}

.day-group h3 {
  display: inline-flex;
  width: fit-content;
  border: 4px solid var(--ink);
  padding: 10px 14px;
  background: var(--sun);
  box-shadow: 6px 6px 0 var(--coral);
}

.is-hidden { display: none !important; }

.admin-shell {
  width: min(1480px, calc(100% - 52px));
  margin: 0 auto;
  padding: 48px 0 110px;
}

.admin-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.admin-head h1,
.admin-login h1 {
  font-size: clamp(42px, 7vw, 92px);
}

.admin-tabs {
  position: sticky;
  top: 82px;
  z-index: 10;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin-bottom: 24px;
  border: 4px solid var(--ink);
  padding: 10px;
  background: #fffdf7;
  box-shadow: 8px 8px 0 var(--sun);
}

.admin-tabs a {
  flex: 0 0 auto;
  border: 3px solid var(--ink);
  padding: 10px 13px;
  background: #fff;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-panel {
  scroll-margin-top: 130px;
  margin-bottom: 54px;
}

.admin-login,
.admin-form,
.admin-row,
.admin-alert {
  border: 4px solid var(--ink);
  background: #fff;
  box-shadow: 8px 8px 0 var(--sun);
}

.admin-login {
  max-width: 620px;
  padding: clamp(22px, 4vw, 42px);
}

.admin-form {
  display: grid;
  gap: 13px;
  padding: 18px;
  margin-bottom: 18px;
}

.admin-form.inline {
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  align-items: end;
}

.admin-form.compact {
  box-shadow: 8px 8px 0 var(--coral);
}

.admin-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

textarea {
  width: 100%;
  min-height: 120px;
  border: 3px solid var(--ink);
  padding: 12px 14px;
  background: #fffdf7;
  color: var(--ink);
  font: inherit;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  border: 3px solid var(--ink);
  padding: 12px;
}

.admin-checks legend {
  padding: 0 8px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-checks label {
  display: flex;
  grid-template-columns: none;
  gap: 8px;
  align-items: center;
  text-transform: none;
}

.admin-checks input {
  width: auto;
  min-height: auto;
}

.admin-table {
  display: grid;
  gap: 12px;
}

.admin-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 150px 120px auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
}

.admin-alert {
  margin: 14px 0;
  padding: 14px 16px;
  color: #fff;
  background: var(--coral);
  font-weight: 900;
}

@media (max-width: 1180px) {
  .event-grid,
  .portrait-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-facts,
  .guide-grid,
  .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-facts article:nth-child(2) {
    border-right: 0;
  }

  .light-hero,
  .poster-wall,
  .split-preview,
  .profile-hero,
  .artist-detail-hero,
  .artist-story-band,
  .lineup-builder,
  .location-info-band,
  .location-content-grid,
  .location-planning,
  .planning-strip,
  .about-intro,
  .about-feature,
  .about-feature.reverse {
    grid-template-columns: 1fr;
  }

  .about-feature.reverse img {
    order: 0;
  }

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

  .admin-list,
  .admin-form.inline,
  .admin-row {
    grid-template-columns: 1fr;
  }
}

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

  .brand img {
    width: 210px;
  }

  .nav-toggle {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    border: 3px solid var(--ink);
    padding: 0 12px;
    color: var(--ink);
    background: #fff;
    box-shadow: 4px 4px 0 var(--sun);
    font-weight: 950;
    -webkit-text-fill-color: var(--ink);
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    background: #fff;
    border: 3px solid var(--ink);
  }

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

  .weather-widget {
    display: none;
    grid-column: 1 / -1;
    order: 4;
    width: 100%;
    box-shadow: 4px 4px 0 var(--sun);
  }

  .site-header.is-menu-open .weather-widget {
    display: inline-flex;
  }

  .light-hero {
    min-height: auto;
    padding: 40px var(--page-gutter);
  }

  .hero-poster {
    transform: rotate(0);
  }

  .home-hero .hero-poster {
    display: none;
  }

  .event-grid,
  .portrait-grid,
  .mini-grid,
  .location-overview-grid,
  .filter-panel,
  .radar-intro,
  .story-grid,
  .guide-grid,
  .about-grid,
  .release-grid,
  .show-row,
  .artist-story-band aside,
  .location-facts,
  .quick-facts,
  .tip-grid {
    grid-template-columns: 1fr;
  }

  .quick-facts article {
    border-right: 0;
    border-bottom: 4px solid var(--ink);
  }

  .quick-facts article:last-child {
    border-bottom: 0;
  }

  .poster-wall aside {
    grid-template-columns: 1fr;
  }

  .home-location-preview .mini-grid {
    grid-template-columns: 1fr;
  }

  .location-overview-card {
    grid-template-columns: 1fr;
  }

  .location-overview-card img {
    max-height: none;
    border-right: 0;
    border-bottom: 5px solid var(--ink);
  }

  .location-overview-card div {
    min-height: auto;
  }

  .filter-panel {
    gap: 10px;
    padding: 12px;
  }

  .filter-panel input,
  .filter-panel select {
    max-width: 100%;
    font-size: 16px;
  }

  .show-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 13px 14px;
  }

  .show-row strong,
  .show-row span {
    min-width: 0;
  }

  .event-card img {
    aspect-ratio: 16 / 10;
  }

  .event-card-body {
    padding: 14px;
  }

  .event-card h3 {
    font-size: clamp(22px, 7vw, 30px);
  }

  .location-hero {
    min-height: 360px;
    padding: 28px var(--page-gutter);
  }

  .fixed-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cookie-banner {
    padding: 14px;
  }

  .cookie-settings-button {
    left: 10px;
    bottom: 10px;
    width: 44px;
    height: 44px;
  }

  .cookie-dialog {
    padding: 14px;
  }

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

  .cookie-actions a,
  .cookie-actions button {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .sticky-plan-button {
    right: 12px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    padding: 0;
    border-width: 3px;
    border-radius: 50%;
    box-shadow: 4px 4px 0 var(--ink);
    color: transparent;
    transform: none;
  }

  .sticky-plan-button::before {
    content: "+";
    display: grid;
    place-items: center;
    color: var(--ink);
    font-size: 30px;
    line-height: 1;
  }

  .plan-panel {
    width: 100%;
    padding: 22px 18px;
    border-left: 0;
  }

  .admin-head {
    flex-direction: column;
  }

  .admin-checks {
    grid-template-columns: 1fr;
  }
}
