/* Legally Brief: Federal — "Harbor Ledger" · May 24, 2026 */

:root {
  --bg-primary: #030a14;
  --bg-secondary: #071a28;
  --bg-surface: rgba(10, 32, 48, 0.82);
  --bg-elevated: rgba(14, 44, 62, 0.94);
  --text-primary: #e8f2f8;
  --text-secondary: rgba(200, 224, 236, 0.88);
  --text-muted: rgba(148, 182, 198, 0.55);
  --accent-red: #ff5c5c;
  --accent-red-dim: rgba(255, 92, 92, 0.14);
  --accent-green: #3dd6a5;
  --accent-green-dim: rgba(61, 214, 165, 0.12);
  --accent-gold: #d4a84b;
  --accent-gold-dim: rgba(212, 168, 75, 0.18);
  --accent-blue: #6ec8ff;
  --accent-blue-dim: rgba(110, 200, 255, 0.12);
  --glass: rgba(6, 28, 42, 0.55);
  --glass-border: rgba(110, 200, 255, 0.22);
  --glass-highlight: rgba(232, 242, 248, 0.28);
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', 'Fira Code', monospace;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
}

.mono {
  font-family: var(--font-mono);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.65;
  -webkit-tap-highlight-color: transparent;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
  padding-top: calc(46px + env(safe-area-inset-top));
  overflow-x: hidden;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  z-index: 9000;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.ticker-strip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 46px;
  padding-top: env(safe-area-inset-top);
  padding-left: max(0.5rem, env(safe-area-inset-left));
  padding-right: max(0.5rem, env(safe-area-inset-right));
  display: flex;
  align-items: center;
  background: rgba(2, 8, 16, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(110, 200, 255, 0.12);
  overflow: hidden;
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  white-space: nowrap;
  animation: ticker-marquee 46s linear infinite;
  font-family: var(--font-mono);
  font-size: clamp(0.62rem, 1.5vw, 0.72rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(200, 224, 236, 0.92);
}

.ticker-sep {
  color: var(--accent-gold);
  opacity: 0.85;
}

@keyframes ticker-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hero-dock {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  padding: calc(46px + env(safe-area-inset-top) + 2.5rem) 1.25rem 4rem;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
}

.hero-dock__swell {
  position: absolute;
  inset: -20% -10% 0;
  background: radial-gradient(ellipse 80% 55% at 50% 100%, rgba(61, 214, 165, 0.12), transparent 62%),
    radial-gradient(ellipse 60% 40% at 20% 30%, rgba(110, 200, 255, 0.14), transparent 55%),
    linear-gradient(165deg, #02060c 0%, #061a2a 45%, #030a14 100%);
  z-index: 0;
}

.hero-dock__grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(105deg, rgba(110, 200, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 100%;
  z-index: 1;
}

.hero-dock__inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}

.hero-dock__eyebrow {
  font-family: var(--font-mono);
  font-size: clamp(0.62rem, 1.4vw, 0.74rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 1rem;
}

.hero-dock__title {
  margin: 0;
  font-weight: 800;
  font-size: clamp(3.5rem, 11vw, 9rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-shadow: 0 12px 60px rgba(0, 0, 0, 0.45);
}

.hero-dock__title span {
  display: block;
}

.hero-dock__title em {
  font-style: italic;
  color: var(--accent-gold);
}

.hero-dock__stat {
  margin: 1.5rem 0 0;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  color: var(--text-secondary);
}

.hero-dock__stat .mono {
  font-family: var(--font-mono);
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  font-weight: 700;
  color: var(--accent-blue);
  margin-right: 0.5rem;
}

.hero-dock__deck {
  margin: 1.75rem 0 0;
  max-width: 52rem;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.75;
  color: var(--text-secondary);
}

.hero-dock__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.75rem;
}

.hero-dock__tags span {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  backdrop-filter: blur(10px);
}

.plate-dissent {
  padding: 4rem 1.25rem;
  background: linear-gradient(90deg, rgba(255, 92, 92, 0.08), transparent 55%);
  border-top: 1px solid rgba(255, 92, 92, 0.15);
}

.plate-dissent__inner {
  max-width: 900px;
  margin: 0 auto;
  border-left: 6px solid var(--accent-red);
  padding-left: clamp(1rem, 4vw, 2.5rem);
}

.plate-dissent__label {
  font-family: var(--font-mono);
  font-size: clamp(0.65rem, 1.2vw, 0.72rem);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent-red);
  margin: 0 0 0.75rem;
}

.plate-dissent__h {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
}

.plate-dissent__p {
  margin: 0;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  color: var(--text-secondary);
  line-height: 1.75;
}

.dock-eight {
  padding: 4.5rem 1.25rem;
  background: var(--bg-secondary);
}

.dock-eight__head {
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
}

.dock-eight__h {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 700;
}

.dock-eight__sub {
  margin: 0.75rem 0 0;
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: clamp(0.65rem, 1.2vw, 0.72rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.dock-eight__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  max-width: 520px;
  margin: 0 auto;
}

.dock-eight__cell {
  width: clamp(36px, 8vw, 44px);
  height: clamp(36px, 8vw, 44px);
  border-radius: 6px;
  background: linear-gradient(145deg, var(--accent-gold), #8a6528);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.dock-eight__cell--solo {
  background: linear-gradient(145deg, var(--accent-red), #8a2020);
}

.crowther-swing {
  padding: 5rem 1.25rem;
  position: relative;
}

.crowther-swing__skew {
  position: absolute;
  top: 12%;
  left: -5%;
  font-family: var(--font-mono);
  font-size: clamp(0.6rem, 1.2vw, 0.68rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent-blue);
  transform: rotate(-90deg);
  transform-origin: left top;
  opacity: 0.5;
}

.crowther-swing__body {
  max-width: 920px;
  margin: 0 auto;
  padding: 2rem 2rem 2rem 2.5rem;
  background: var(--bg-surface);
  border: 1px solid var(--glass-border);
  border-radius: 4px 48px 4px 24px;
  backdrop-filter: blur(14px);
}

.crowther-swing__h {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
}

.crowther-swing__h em {
  font-style: italic;
}

.crowther-swing__mono {
  font-family: var(--font-mono);
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  color: var(--accent-gold);
  margin: 0.5rem 0 1rem;
}

.crowther-swing__p {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.75;
  color: var(--text-secondary);
}

.crowther-swing__split {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.crowther-swing__chip {
  flex: 1 1 200px;
  padding: 1rem 1.1rem;
  background: var(--bg-elevated);
  border-radius: 8px;
  border: 1px solid rgba(110, 200, 255, 0.12);
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.callais-zig {
  padding: 4.5rem 1.25rem;
  background: linear-gradient(180deg, var(--bg-primary), #041018);
}

.callais-zig__h {
  max-width: 800px;
  margin: 0 auto 2.5rem;
  font-size: clamp(2rem, 5vw, 3.3rem);
  font-weight: 700;
  text-align: center;
}

.callais-zig__rail {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.callais-zig__step {
  position: relative;
  padding: 1.75rem 1.25rem 1.75rem 3.25rem;
  border-left: 2px solid rgba(212, 168, 75, 0.35);
}

.callais-zig__step::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 2rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent-gold);
  box-shadow: 0 0 0 4px var(--bg-primary);
}

.callais-zig__step h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.15rem, 2.4vw, 1.35rem);
}

.callais-zig__step p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
}

.miss-ink {
  padding: 3.5rem 1.25rem;
  background: radial-gradient(circle at 100% 0%, rgba(212, 168, 75, 0.12), transparent 45%), var(--bg-primary);
}

.miss-ink__wrap {
  max-width: 760px;
  margin: 0 0 0 auto;
  padding-right: clamp(0rem, 4vw, 3rem);
}

.miss-ink__h {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  text-align: right;
}

.miss-ink__p {
  margin: 0;
  text-align: right;
  color: var(--text-secondary);
  line-height: 1.75;
  font-size: clamp(0.95rem, 1.2vw, 1.06rem);
}

.miss-ink .cite {
  text-align: right;
}

.drug-chip {
  padding: 3.5rem 1.25rem 4rem;
}

.drug-chip__pill {
  max-width: 640px;
  margin: 0 auto;
  padding: 2.25rem 2rem;
  border-radius: 999px;
  border: 1px solid rgba(110, 200, 255, 0.2);
  background: var(--glass);
  backdrop-filter: blur(12px);
  text-align: center;
}

.drug-chip__h {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 3.8vw, 2.2rem);
  font-weight: 700;
}

.drug-chip__p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: clamp(0.92rem, 1.15vw, 1.04rem);
}

.lairy-ribbon {
  padding: 4rem 0;
  overflow: hidden;
}

.lairy-ribbon__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.lairy-ribbon__band {
  background: var(--accent-gold-dim);
  border: 1px solid rgba(212, 168, 75, 0.35);
  padding: 2.5rem clamp(1rem, 4vw, 3rem);
  transform: skewY(-1.2deg);
}

.lairy-ribbon__band-inner {
  transform: skewY(1.2deg);
}

.lairy-ribbon__h {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
}

.lairy-ribbon__h em {
  font-style: italic;
}

.lairy-ribbon__quote {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.65;
  font-style: italic;
  color: var(--text-primary);
}

.lairy-ribbon__cap {
  margin: 1rem 0 0;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.shutter-meter {
  padding: 4.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.shutter-meter__num {
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: clamp(3.5rem, 14vw, 8rem);
  line-height: 1;
  color: var(--accent-green);
  text-shadow: 0 0 40px var(--accent-green-dim);
}

.shutter-meter__h {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  text-align: center;
  max-width: 18ch;
}

.shutter-meter__p {
  margin: 0;
  max-width: 38rem;
  text-align: center;
  color: var(--text-secondary);
  line-height: 1.75;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
}

.shutter-meter__bar {
  width: min(520px, 100%);
  height: 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  border: 1px solid var(--glass-border);
}

.shutter-meter__bar-fill {
  height: 100%;
  width: 0;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-blue));
}

.cmg-split {
  padding: 4rem 1.25rem;
  background: var(--bg-secondary);
}

.cmg-split__grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  overflow: hidden;
}

.cmg-split__old,
.cmg-split__new {
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.cmg-split__old {
  background: rgba(255, 92, 92, 0.06);
  border-right: 1px solid var(--glass-border);
}

.cmg-split__new {
  background: rgba(61, 214, 165, 0.06);
}

.cmg-split__tag {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.cmg-split__h {
  margin: 0.5rem 0 1rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
}

.cmg-split__p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.samesurf-terminal {
  padding: 4.5rem 1.25rem;
  font-family: var(--font-mono);
}

.samesurf-terminal__frame {
  max-width: 880px;
  margin: 0 auto;
  background: #020508;
  border: 1px solid rgba(110, 200, 255, 0.25);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.samesurf-terminal__title {
  font-family: var(--font-sans);
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--accent-blue);
}

.samesurf-terminal__line {
  margin: 0.35rem 0;
  font-size: clamp(0.78rem, 1.4vw, 0.88rem);
  color: rgba(200, 224, 236, 0.85);
  line-height: 1.55;
}

.samesurf-terminal__prompt {
  color: var(--accent-green);
}

.standing-weave {
  padding: 4.5rem 1.25rem;
}

.standing-weave__cols {
  max-width: 1040px;
  margin: 0 auto;
  columns: 1;
}

.standing-weave__h {
  margin: 0 0 1.25rem;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 700;
}

.standing-weave__p {
  margin: 0 0 1rem;
  break-inside: avoid;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.75;
  color: var(--text-secondary);
}

@media (min-width: 769px) {
  .standing-weave__cols {
    columns: 2;
    column-gap: 2.5rem;
  }
}

.deny-ladder {
  padding: 4rem 1.25rem;
  background: linear-gradient(12deg, #050814, var(--bg-primary));
}

.deny-ladder__h {
  margin: 0 0 2rem;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
}

.deny-ladder__list {
  max-width: 760px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: dl;
}

.deny-ladder__list li {
  counter-increment: dl;
  position: relative;
  padding: 1.35rem 1rem 1.35rem 3.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  color: var(--text-secondary);
  line-height: 1.65;
}

.deny-ladder__list li::before {
  content: counter(dl, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1.1rem;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--accent-gold);
}

.bama-marquee {
  padding: 3.5rem 1.25rem 4.5rem;
  border-top: 1px solid var(--glass-border);
}

.bama-marquee__track {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 1.5rem;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.bama-marquee__inner {
  display: inline-flex;
  gap: 4rem;
  animation: bama-scroll 26s linear infinite;
  font-family: var(--font-mono);
  font-size: clamp(0.75rem, 2vw, 0.95rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

@keyframes bama-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.bama-marquee__card {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem;
  background: var(--bg-surface);
  border-radius: 16px;
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
}

.bama-marquee__h {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  font-weight: 700;
}

.bama-marquee__p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.75;
  font-size: clamp(0.95rem, 1.2vw, 1.06rem);
}

.week-grid {
  padding: 4.5rem 1.25rem 6rem;
  background: var(--bg-secondary);
}

.week-grid__intro {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.week-grid__h {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
}

.week-grid__lede {
  margin: 1rem 0 0;
  color: var(--text-secondary);
  line-height: 1.75;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
}

.week-grid__cards {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.week-card {
  display: grid;
  grid-template-columns: minmax(0, 140px) 1fr;
  gap: 1.25rem;
  padding: 1.35rem 1.25rem;
  background: var(--bg-elevated);
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  align-items: start;
}

.week-card__when {
  font-family: var(--font-mono);
  font-size: clamp(0.72rem, 1.3vw, 0.82rem);
  letter-spacing: 0.06em;
  color: var(--accent-blue);
  line-height: 1.4;
}

.week-card__what {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.65;
  font-size: clamp(0.92rem, 1.15vw, 1.04rem);
}

.cite {
  margin-top: 1.25rem;
  font-family: var(--font-mono);
  font-size: clamp(0.68rem, 1.1vw, 0.76rem);
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: var(--text-muted);
}

.cite a {
  color: var(--accent-blue);
  text-decoration: none;
  border-bottom: 1px solid rgba(110, 200, 255, 0.35);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.cite a:hover {
  color: var(--text-primary);
  border-bottom-color: var(--accent-blue);
}

.js-reveal {
  opacity: 0;
  transform: translateY(22px);
}

.js-fade {
  opacity: 0;
}

.site-footer {
  padding: 3rem 1.25rem calc(2.5rem + env(safe-area-inset-bottom));
  text-align: center;
  background: #020508;
  border-top: 1px solid rgba(110, 200, 255, 0.12);
}

.site-footer__brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.site-footer__pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent-green);
  box-shadow: 0 0 14px var(--accent-green);
  animation: pulse 2.4s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.55;
    transform: scale(0.85);
  }
}

.site-footer__regen,
.site-footer__session,
.site-footer__timestamp {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0.75rem 0 0;
}

.site-footer__session {
  font-family: var(--font-mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.site-footer .source {
  color: var(--accent-gold);
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  min-height: 44px;
  align-items: center;
}

@media (max-width: 768px) {
  .cmg-split__grid {
    grid-template-columns: 1fr;
  }

  .cmg-split__old {
    border-right: none;
    border-bottom: 1px solid var(--glass-border);
  }

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

@media (max-width: 480px) {
  .crowther-swing__skew {
    display: none;
  }

  .hero-dock__tags span {
    font-size: 0.58rem;
  }

  .miss-ink__wrap {
    margin: 0 auto;
    padding-right: 0;
  }

  .miss-ink__h,
  .miss-ink__p,
  .miss-ink .cite {
    text-align: left;
  }

  .drug-chip__pill {
    border-radius: 20px;
  }
}
