/*
Theme Name: Site 71 Neon
Theme URI: https://site71.com
Description: Neon Nights in the Woods — the Site 71 redesign. Child of Astra. Preserves the campit-child cart dispatch, guestbook, and MailPoet integrations.
Author: Site 71
Template: astra
Version: 1.0.0
*/

/* ==========================================================================
   SITE 71 — "Neon Nights in the Woods"
   Design system for site71.com redesign
   ========================================================================== */

:root {
  /* Night forest base */
  --night: #0b1310;
  --night-2: #101c17;
  --surface: #16241e;
  --surface-2: #1d2f27;
  --line: rgba(255, 243, 220, 0.12);

  /* Glow accents */
  --flamingo: #ff4fa3;
  --teal: #2de1c2;
  --amber: #ffb84d;
  --lavender: #b48fff;

  /* Text */
  --ink: #fff3dc;
  --ink-dim: #c8bfa8;
  --ink-faint: #8f8873;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Outfit", -apple-system, "Segoe UI", sans-serif;

  --radius: 18px;
  --radius-sm: 10px;
  --shadow-glow-pink: 0 0 24px rgba(255, 79, 163, 0.35);
  --shadow-glow-teal: 0 0 24px rgba(45, 225, 194, 0.3);
  --shadow-card: 0 10px 40px rgba(0, 0, 0, 0.45);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(45, 225, 194, 0.07), transparent 60%),
    radial-gradient(900px 500px at 10% 20%, rgba(255, 79, 163, 0.06), transparent 55%),
    var(--night);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--flamingo); }

/* ---------- Typography ---------- */

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.6rem, 7vw, 5rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: 1.35rem; }

.kicker {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.9rem;
}

.kicker.pink { color: var(--flamingo); }
.kicker.amber { color: var(--amber); }

.neon {
  color: var(--flamingo);
  text-shadow:
    0 0 8px rgba(255, 79, 163, 0.8),
    0 0 30px rgba(255, 79, 163, 0.5),
    0 0 60px rgba(255, 79, 163, 0.3);
}

.neon-teal {
  color: var(--teal);
  text-shadow:
    0 0 8px rgba(45, 225, 194, 0.8),
    0 0 30px rgba(45, 225, 194, 0.45);
}

.lede {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: var(--ink-dim);
  max-width: 46ch;
}

/* ---------- Layout ---------- */

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; }
.center { text-align: center; }
.center .lede { margin-inline: auto; }

/* ---------- String lights divider ---------- */

.lights {
  display: flex;
  justify-content: center;
  gap: 26px;
  padding: 6px 0;
  overflow: hidden;
}

.lights span {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 12px 3px rgba(255, 184, 77, 0.65);
  animation: twinkle 2.6s ease-in-out infinite;
}

.lights span:nth-child(3n)   { background: var(--flamingo); box-shadow: 0 0 12px 3px rgba(255,79,163,.6); animation-delay: .4s; }
.lights span:nth-child(4n)   { background: var(--teal);     box-shadow: 0 0 12px 3px rgba(45,225,194,.6); animation-delay: .9s; }
.lights span:nth-child(5n)   { background: var(--lavender); box-shadow: 0 0 12px 3px rgba(180,143,255,.6); animation-delay: 1.3s; }

@keyframes twinkle {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.45; transform: scale(0.82); }
}

/* ---------- Header / Nav ---------- */

header.site {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(11, 19, 16, 0.82);
  border-bottom: 1px solid var(--line);
}

.nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 2px;
  white-space: nowrap;
}

.brand .seven-one {
  color: var(--flamingo);
  text-shadow: 0 0 10px rgba(255, 79, 163, 0.7), 0 0 28px rgba(255, 79, 163, 0.4);
}

.brand small {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  color: var(--ink-faint);
  margin-left: 10px;
  text-transform: uppercase;
}

.nav ul {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.nav ul a {
  display: block;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--ink-dim);
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s;
}

.nav ul a:hover { color: var(--ink); background: var(--surface-2); }

.nav ul a.active {
  color: var(--night);
  background: var(--teal);
  box-shadow: var(--shadow-glow-teal);
}

.nav ul a.cta {
  color: var(--night);
  background: var(--flamingo);
  box-shadow: var(--shadow-glow-pink);
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-size: 1.3rem;
  padding: 4px 12px;
  cursor: pointer;
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav ul {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--night-2);
    border-bottom: 1px solid var(--line);
    padding: 12px 24px 20px;
    gap: 4px;
  }
  .nav ul.open { display: flex; }
  .nav ul a { padding: 12px 14px; }
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  font-family: var(--font-body);
}

.btn:hover { transform: translateY(-2px); }

.btn-pink { background: var(--flamingo); color: var(--night); box-shadow: var(--shadow-glow-pink); }
.btn-pink:hover { color: var(--night); box-shadow: 0 0 36px rgba(255, 79, 163, 0.55); }
.btn-teal { background: var(--teal); color: var(--night); box-shadow: var(--shadow-glow-teal); }
.btn-teal:hover { color: var(--night); box-shadow: 0 0 36px rgba(45, 225, 194, 0.5); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); }

/* ---------- Ticker ---------- */

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--night-2);
  padding: 13px 0;
  white-space: nowrap;
}

.ticker-track {
  display: inline-block;
  animation: scroll-left 28s linear infinite;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

.ticker-track b { color: var(--amber); margin: 0 18px; font-weight: 700; }

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

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.1);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--night) 4%, rgba(11, 19, 16, 0.55) 45%, rgba(11, 19, 16, 0.25) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 70px 0 80px;
  width: 100%;
}

.hero .badge-row { margin-top: 2rem; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Sticker badges ---------- */

.sticker {
  display: inline-block;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1.5px solid;
  transform: rotate(-1.2deg);
}

.sticker:nth-child(2n) { transform: rotate(1.4deg); }
.sticker.pink  { color: var(--flamingo); border-color: var(--flamingo); background: rgba(255, 79, 163, 0.1); }
.sticker.teal  { color: var(--teal);     border-color: var(--teal);     background: rgba(45, 225, 194, 0.1); }
.sticker.amber { color: var(--amber);    border-color: var(--amber);    background: rgba(255, 184, 77, 0.1); }

/* ---------- Cards ---------- */

.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 900px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s, border-color 0.2s;
}

.card:hover { transform: translateY(-4px); border-color: rgba(45, 225, 194, 0.4); }

.card .icon { font-size: 2rem; margin-bottom: 14px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--ink-dim); font-size: 0.97rem; }

/* ---------- Photo cards / polaroids ---------- */

.polaroid {
  background: var(--ink);
  border-radius: 6px;
  padding: 10px 10px 16px;
  box-shadow: var(--shadow-card);
  transform: rotate(-1.5deg);
  transition: transform 0.25s;
}

.polaroid:nth-child(2n) { transform: rotate(1.6deg); }
.polaroid:nth-child(3n) { transform: rotate(-0.7deg); }
.polaroid:hover { transform: rotate(0) scale(1.03); z-index: 2; }

.polaroid img {
  border-radius: 3px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.polaroid figcaption {
  font-family: var(--font-display);
  font-style: italic;
  color: #2a2a2a;
  font-size: 0.9rem;
  padding-top: 10px;
  text-align: center;
}

/* ---------- Guestbook corkboard ---------- */

.pins { columns: 3; column-gap: 24px; }
@media (max-width: 900px) { .pins { columns: 2; } }
@media (max-width: 600px) { .pins { columns: 1; } }

.pin {
  break-inside: avoid;
  margin-bottom: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-card);
  transition: transform .2s, border-color .2s;
}

.pin:hover { transform: translateY(-3px); border-color: rgba(255, 79, 163, 0.45); }

.pin::before {
  content: "📌";
  position: absolute;
  top: -4px; left: 50%;
  transform: translateX(-50%) rotate(8deg);
  font-size: 1.15rem;
  z-index: 2;
  filter: drop-shadow(0 3px 3px rgba(0,0,0,.5));
}

.pin img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.pin .pin-body { padding: 20px 22px 22px; }
.pin h3 { color: var(--amber); font-size: 1.1rem; margin-bottom: 6px; }
.pin p { color: var(--ink-dim); font-size: 0.95rem; }
.pin .handle { margin-top: 10px; font-size: 0.85rem; color: var(--teal); font-weight: 600; }

/* ---------- Timeline (Our Story) ---------- */

.timeline { position: relative; padding-left: 0; }

.era {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  padding: 44px 0;
  border-top: 1px dashed var(--line);
}

.era:first-of-type { border-top: none; }

.era-year {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2rem;
  color: var(--teal);
  text-shadow: 0 0 18px rgba(45, 225, 194, 0.4);
  position: sticky;
  top: 90px;
  align-self: start;
}

.era-year small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 4px;
}

.era-body h3 { color: var(--flamingo); margin-bottom: 10px; font-size: 1.5rem; }
.era-body p { color: var(--ink-dim); max-width: 62ch; margin-bottom: 1em; }

.era-body figure {
  margin: 22px 0 6px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.era-body figure img { width: 100%; max-height: 460px; object-fit: cover; }

.era-body figcaption {
  padding: 12px 18px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.92rem;
  color: var(--ink-faint);
  background: var(--surface);
}

@media (max-width: 700px) {
  .era { grid-template-columns: 1fr; gap: 10px; }
  .era-year { position: static; }
}

/* ---------- Events ---------- */

.event-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, border-color 0.2s;
}

.event-card:hover { transform: translateY(-4px); border-color: rgba(255, 184, 77, 0.5); }
.event-card img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }

.event-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }

.event-date {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
}

.event-body h3 { font-size: 1.15rem; }
.event-actions { margin-top: auto; display: flex; gap: 10px; flex-wrap: wrap; padding-top: 8px; }
.event-actions .btn { padding: 9px 20px; font-size: 0.9rem; }

/* ---------- Cart Life (Drive / Ride) ---------- */

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow-card);
}

.panel h2 { margin-bottom: 6px; }
.panel .sub { color: var(--ink-faint); font-size: 0.95rem; margin-bottom: 22px; }

.field { margin-bottom: 18px; }

.field label {
  display: block;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 7px;
}

.field input, .field select, .field textarea {
  width: 100%;
  background: var(--night-2);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 12px 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(45, 225, 194, 0.18);
}

.stat-row { display: flex; gap: 16px; flex-wrap: wrap; margin: 18px 0; }

.stat {
  flex: 1;
  min-width: 140px;
  background: var(--night-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  text-align: center;
}

.stat b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: var(--teal);
}

.stat span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.empty-state {
  border: 1.5px dashed var(--line);
  border-radius: var(--radius-sm);
  padding: 26px;
  text-align: center;
  color: var(--ink-faint);
  font-style: italic;
}

/* ---------- Newsletter / footer ---------- */

.newsletter {
  background:
    radial-gradient(600px 300px at 50% 0%, rgba(255, 79, 163, 0.14), transparent 70%),
    var(--night-2);
  border-block: 1px solid var(--line);
  text-align: center;
}

.newsletter form {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.newsletter input[type="email"] {
  background: var(--night);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 1rem;
  padding: 13px 24px;
  min-width: 300px;
  font-family: var(--font-body);
}

.newsletter input[type="email"]:focus {
  outline: none;
  border-color: var(--flamingo);
  box-shadow: 0 0 0 3px rgba(255, 79, 163, 0.2);
}

footer.site {
  padding: 54px 0 40px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; } }

footer.site h4 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 14px;
}

footer.site ul { list-style: none; }
footer.site ul li { margin-bottom: 8px; }
footer.site ul a { color: var(--ink-dim); }
footer.site ul a:hover { color: var(--teal); }

footer.site .map-embed {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

footer.site iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.4) contrast(1.05); }

.footer-bottom {
  text-align: center;
  color: var(--ink-faint);
  font-size: 0.85rem;
  border-top: 1px solid var(--line);
  padding-top: 26px;
}

.footer-bottom .tagline {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--ink-dim);
  margin-bottom: 6px;
}

/* ---------- Homepage album teaser ---------- */

.teaser-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

@media (max-width: 900px) { .teaser-strip { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .teaser-strip { grid-template-columns: repeat(2, 1fr); } }

.teaser-strip a {
  display: block;
  border-radius: var(--radius-sm);
  overflow: hidden;
  line-height: 0;
  box-shadow: var(--shadow-card);
  transition: transform 0.22s, box-shadow 0.22s;
}

.teaser-strip img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: filter 0.22s, transform 0.4s;
  filter: saturate(0.92) brightness(0.92);
}

.teaser-strip a:hover { transform: translateY(-5px); box-shadow: 0 14px 40px rgba(0, 0, 0, 0.6); }
.teaser-strip a:hover img { filter: saturate(1.2) brightness(1); transform: scale(1.06); }

/* ---------- Gallery: filters ---------- */

.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 34px;
}

.chip {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: transparent;
  color: var(--ink-dim);
  cursor: pointer;
  transition: all 0.18s;
}

.chip:hover { color: var(--ink); border-color: var(--teal); }

.chip.active {
  color: var(--night);
  background: var(--teal);
  border-color: var(--teal);
  box-shadow: var(--shadow-glow-teal);
}

/* ---------- Gallery: masonry ---------- */

.masonry { columns: 4; column-gap: 16px; }

@media (max-width: 1000px) { .masonry { columns: 3; } }
@media (max-width: 700px)  { .masonry { columns: 2; } }
@media (max-width: 460px)  { .masonry { columns: 1; } }

.shot {
  display: block;
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
  line-height: 0;
  box-shadow: var(--shadow-card);
  transition: transform 0.22s, box-shadow 0.22s;
}

.shot img { width: 100%; height: auto; transition: filter 0.22s, transform 0.4s; }

.shot::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid transparent;
  border-radius: var(--radius-sm);
  transition: border-color 0.22s;
  pointer-events: none;
}

.shot:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(0, 0, 0, 0.6); }
.shot:hover img { transform: scale(1.04); filter: saturate(1.15); }
.shot:hover::after { border-color: var(--flamingo); box-shadow: inset 0 0 26px rgba(255, 79, 163, 0.28); }

/* ---------- Lightbox ---------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(6, 11, 9, 0.94);
  backdrop-filter: blur(8px);
  padding: 40px 70px;
}

.lightbox.open { display: flex; }

.lightbox img {
  max-width: 100%;
  max-height: 88vh;
  border-radius: var(--radius-sm);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.8), 0 0 90px rgba(255, 79, 163, 0.14);
}

.lightbox button {
  position: absolute;
  background: rgba(22, 36, 30, 0.85);
  border: 1.5px solid var(--line);
  color: var(--ink);
  font-size: 1.9rem;
  line-height: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.18s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox button:hover { border-color: var(--flamingo); color: var(--flamingo); }

.lb-close { top: 22px; right: 22px; }
.lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 18px; top: 50%; transform: translateY(-50%); }

.lb-count {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: var(--ink-faint);
}

@media (max-width: 600px) {
  .lightbox { padding: 20px 8px 60px; }
  .lb-prev { left: 6px; }
  .lb-next { right: 6px; }
}

/* ---------- Reveal on scroll ---------- */

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
/* ==========================================================================
   WORDPRESS + PLUGIN OVERRIDES
   Restyles the markup we deliberately did NOT rewrite, so the cart dispatch,
   guestbook, and MailPoet forms keep their original PHP/JS but wear the
   neon design.
   ========================================================================== */

/* ---------- Astra resets ---------- */

.ast-container, .site-content > .ast-container { max-width: none; padding: 0; }
#content { background: transparent; }
.ast-plain-container.ast-no-sidebar #primary { margin: 0; padding: 0; }
#primary, .site-main, .entry-content { margin: 0; padding: 0; }
.entry-header, .ast-single-post .entry-title, .ast-archive-description { display: none; }
.ast-above-header, .ast-below-header, .site-header, .ast-primary-header-bar,
.site-footer, .ast-scroll-top { display: none !important; }
/* (removed: body.astra { background: none } — it wiped the dark background) */
.entry-content p { color: inherit; }
.entry-content a { color: var(--teal); }
.ast-page-builder-template .entry-header { display: none; }

/* ---------- Shared page shell for kept templates ---------- */

.site71-ride-page, .site71-drive-page, .site71-ride-shell,
.site71-pickup-page, .site71-drive-dashboard {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.site71-ride-hero, .site71-header {
  text-align: center;
  padding: 70px 0 34px;
}

.site71-ride-hero h1, .site71-header h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.1;
  color: var(--ink);
}

.site71-ride-hero p, .site71-header p {
  color: var(--ink-dim);
  max-width: 46ch;
  margin: 1rem auto 0;
  font-size: 1.08rem;
}

.site71-nav { display: none; }

/* ---------- Dispatch cards ---------- */

.site71-ride-card, .site71-ride-form-card, .site71-ride-status-card,
.site71-active-drivers-card, .site71-drive-login-card, .site71-request-card,
.site71-drive-dashboard > div {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-card);
  margin-bottom: 24px;
}

.site71-ride-card h2, .site71-ride-form-card h2, .site71-ride-status-card h2,
.site71-active-drivers-card h2, .site71-drive-login-card h2,
.site71-driver-name-heading, .site71-ride-status-heading {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.6rem;
  color: var(--ink);
  margin-bottom: 6px;
}

.site71-ride-card h3, .site71-request-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--amber);
  margin-bottom: 10px;
}

.site71-muted { color: var(--ink-faint); font-size: 0.95rem; }

.site71-request-card { border-left: 3px solid var(--flamingo); }
.site71-request-card-accepted { border-left-color: var(--teal); }
.site71-request-meta, .site71-request-message, .site71-status-block {
  color: var(--ink-dim);
  font-size: 0.97rem;
}
.site71-status-block p { margin-bottom: 6px; }
.site71-status-block strong { color: var(--ink); }

/* ---------- Dispatch form fields ---------- */

.site71-form-row { margin-bottom: 18px; }

.site71-form-row label,
.site71-drive-login-card label,
.site71-ride-form-card label {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 7px;
}

.site71-ride-page input[type="text"],
.site71-ride-page input[type="password"],
.site71-ride-page select,
.site71-ride-page textarea,
.site71-drive-page input[type="text"],
.site71-drive-page input[type="password"],
.site71-drive-page select,
.site71-drive-page textarea {
  width: 100%;
  background: var(--night-2);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 12px 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.site71-ride-page input:focus, .site71-ride-page select:focus, .site71-ride-page textarea:focus,
.site71-drive-page input:focus, .site71-drive-page select:focus, .site71-drive-page textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(45, 225, 194, 0.18);
}

/* ---------- Dispatch buttons ---------- */

.site71-button {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  text-decoration: none;
}

.site71-button:hover { transform: translateY(-2px); }

.site71-button-primary,
#site71-send-ride-request,
#site71-start-driving,
.site71-accept-ride {
  background: var(--flamingo);
  color: var(--night);
  box-shadow: var(--shadow-glow-pink);
}

#site71-start-driving, .site71-accept-ride {
  background: var(--teal);
  box-shadow: var(--shadow-glow-teal);
}

.site71-button-secondary,
#site71-cancel-ride-request,
#site71-stop-driving,
#site71-test-honk,
.site71-decline-ride,
.site71-complete-ride {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}

.site71-button-secondary:hover, #site71-cancel-ride-request:hover,
#site71-stop-driving:hover, #site71-test-honk:hover,
.site71-decline-ride:hover, .site71-complete-ride:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.site71-form-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }

/* ---------- Driver pills / lists ---------- */

.site71-driver-list { display: flex; flex-wrap: wrap; gap: 12px; }

.site71-driver-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--night-2);
  border: 1.5px solid rgba(45, 225, 194, 0.4);
  border-radius: 999px;
  padding: 10px 20px;
}

.site71-driver-pill strong { color: var(--teal); font-weight: 700; }
.site71-driver-pill span { color: var(--ink-faint); font-size: 0.88rem; }
.site71-driver-meta { color: var(--ink-faint); font-size: 0.88rem; }

.site71-empty-state {
  border: 1.5px dashed var(--line);
  border-radius: var(--radius-sm);
  padding: 26px;
  text-align: center;
  color: var(--ink-faint);
  font-style: italic;
}

/* ---------- Driver stats ---------- */

.site71-drive-stats, .site71-drive-topbar {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 18px 0;
}

.site71-drive-stat {
  flex: 1;
  min-width: 140px;
  background: var(--night-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--teal);
}

.site71-drive-stat-label, .site71-drive-stat span {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.site71-drive-columns { display: grid; gap: 24px; }
@media (min-width: 820px) { .site71-drive-columns { grid-template-columns: 1fr 1fr; } }

/* ---------- Dispatch alerts ---------- */

.site71-ride-alert, .site71-drive-alert {
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  margin-bottom: 20px;
  font-weight: 600;
  border: 1.5px solid;
}

.site71-alert-info    { background: rgba(45,225,194,.1);  border-color: var(--teal);     color: var(--teal); }
.site71-alert-success { background: rgba(45,225,194,.12); border-color: var(--teal);     color: var(--teal); }
.site71-alert-error   { background: rgba(255,79,163,.12); border-color: var(--flamingo); color: var(--flamingo); }
.site71-alert-warning { background: rgba(255,184,77,.12); border-color: var(--amber);    color: var(--amber); }

/* ==========================================================================
   GUESTBOOK (page-community.php markup — real class names verified in DOM:
   .landing-content > header.community-header + section.community-posts,
   plus .community-panel / .community-overlay for the submit modal)
   ========================================================================== */

.landing-content { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

.community-header { text-align: center; padding: 66px 0 34px; }

.community-header h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1.1;
  color: var(--ink);
}

.community-intro {
  color: var(--ink-dim);
  max-width: 52ch;
  margin: 1rem auto 1.8rem;
  font-size: 1.08rem;
}

.community-open-btn {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: var(--flamingo);
  color: var(--night);
  box-shadow: var(--shadow-glow-pink);
  transition: transform 0.15s, box-shadow 0.15s;
}

.community-open-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 36px rgba(255, 79, 163, 0.55);
}

/* The corkboard itself */
.community-posts {
  columns: 3;
  column-gap: 24px;
  padding-bottom: 70px;
}

@media (max-width: 900px) { .community-posts { columns: 2; } }
@media (max-width: 600px) { .community-posts { columns: 1; } }

.community-grid-item {
  break-inside: avoid;
  margin: 0 0 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s, border-color 0.2s;
}

.community-grid-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 79, 163, 0.45);
}

.community-grid-item::before {
  content: "\1F4CC";
  position: absolute;
  top: -2px; left: 50%;
  transform: translateX(-50%) rotate(8deg);
  font-size: 1.1rem;
  z-index: 2;
  filter: drop-shadow(0 3px 3px rgba(0,0,0,.55));
}

img.community-photo, .community-photo img {
  display: block;
  width: 100% !important;
  height: auto;
  max-height: 460px;
  object-fit: cover;
}

.community-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.12rem;
  color: var(--amber);
  margin: 0;
  padding: 22px 22px 0;
}

.community-content {
  color: var(--ink-dim);
  font-size: 0.95rem;
  padding: 8px 22px 0;
}

.community-content p { margin: 0 0 6px; }
.community-content a { color: var(--teal); word-break: break-word; }

.community-meta {
  color: var(--teal);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 12px 22px 22px;
}

.community-meta strong { color: var(--ink-faint); font-weight: 700; }
.community-meta a { color: var(--teal); }

/* Submit modal.
   NOTE: .community-overlay is an empty backdrop div that sits in the normal
   flow (zero height) until the theme's own JS opens it. We deliberately do NOT
   force position/background on it, which would black out the page. We only
   skin the panel, which is inert while hidden. */

/* Proper modal behavior. The theme's JS toggles .is-open on both the backdrop
   and the panel; nothing in the original theme ever positioned them, so the
   form used to render inline down the page. These rules make it a real dialog
   and hide it until opened. */

.community-overlay { display: none; }

.community-overlay.is-open {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(6, 11, 9, 0.9);
  backdrop-filter: blur(8px);
  z-index: 190;
}

.community-panel { display: none; }

.community-panel.is-open {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 200;
  overflow: auto;
  padding: 46px 20px;
}

.community-panel.is-open .community-panel-inner {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}

.panel-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--night-2);
  border: 1.5px solid var(--line);
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.18s, color 0.18s;
}

.panel-close:hover { border-color: var(--flamingo); color: var(--flamingo); }

.community-panel-inner {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow-card);
}

.community-panel-inner h2, .community-panel h2 {
  font-family: var(--font-display);
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 16px;
}

.community-panel label {
  display: block;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 7px;
}

.community-panel input[type="text"],
.community-panel input[type="email"],
.community-panel input[type="file"],
.community-panel textarea {
  width: 100%;
  background: var(--night-2);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 12px 14px;
  margin-bottom: 16px;
}

.community-panel input:focus, .community-panel textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(45, 225, 194, 0.18);
}

.community-panel button {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: var(--flamingo);
  color: var(--night);
  box-shadow: var(--shadow-glow-pink);
}

/* ==========================================================================
   MAILPOET NEWSLETTER (form id 2)

   The saved form is a two-column block: an image on the left, and on the right
   its own <h2> "Want in on the fun?", a paragraph, the email field and button.
   Both the heading and copy duplicate what footer.php already says, and the
   columns collapse to a sliver inside our narrower footer. So: flatten the
   columns, hide MailPoet's own art and copy, and keep just the field + button.
   ========================================================================== */

.mailpoet_form {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  display: block !important;
}

/* Flatten MailPoet's flex column scaffolding */
.mailpoet_form_columns_container,
.mailpoet_form_columns,
.mailpoet_form_column {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* Hide the form's own image, heading, copy and spacers — footer.php supplies
   the section heading and lede in the site's own typography. */
.mailpoet_form_image,
.mailpoet_form .mailpoet-heading,
.mailpoet_form h1, .mailpoet_form h2, .mailpoet_form h3,
.mailpoet_form_paragraph,
.mailpoet_spacer,
.mailpoet_divider {
  display: none !important;
}

/* The field row */
.mailpoet_form .mailpoet_paragraph {
  margin: 0 0 12px !important;
  padding: 0 !important;
  width: 100% !important;
  text-align: center;
}

.mailpoet_form input[type="text"],
.mailpoet_form input[type="email"],
.mailpoet_text {
  width: 100% !important;
  max-width: 100% !important;
  background: var(--night) !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 999px !important;
  color: var(--ink) !important;
  font-family: var(--font-body) !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  padding: 14px 24px !important;
  box-shadow: none !important;
  margin: 0 !important;
  text-align: left;
}

.mailpoet_form input::placeholder { color: var(--ink-faint) !important; opacity: 1; }

.mailpoet_form input[type="email"]:focus,
.mailpoet_form input[type="text"]:focus {
  outline: none !important;
  border-color: var(--flamingo) !important;
  box-shadow: 0 0 0 3px rgba(255, 79, 163, 0.2) !important;
}

/* The button */
.mailpoet_form input[type="submit"],
.mailpoet_form button[type="submit"],
.mailpoet_submit {
  display: inline-block !important;
  width: auto !important;
  min-width: 200px;
  white-space: nowrap !important;
  background: var(--flamingo) !important;
  background-color: var(--flamingo) !important;
  color: var(--night) !important;
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  padding: 14px 34px !important;
  border: none !important;
  border-radius: 999px !important;
  cursor: pointer;
  box-shadow: var(--shadow-glow-pink) !important;
  transition: transform 0.15s, box-shadow 0.15s;
  margin: 4px auto 0 !important;
  text-align: center;
}

.mailpoet_form input[type="submit"]:hover,
.mailpoet_form button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 36px rgba(255, 79, 163, 0.55) !important;
}

/* Messages */
.mailpoet_message { width: 100% !important; text-align: center; margin-top: 10px; }
.mailpoet_validate_success { color: var(--teal) !important; font-weight: 600; }
.mailpoet_validate_error { color: var(--flamingo) !important; font-weight: 600; }
.mailpoet_error, [class^="mailpoet_error_"] { color: var(--flamingo) !important; font-size: .85rem; }

/* reCAPTCHA badge sits inline in this form; keep it out of the layout */
.mailpoet_recaptcha { min-height: 0 !important; }
.mailpoet_recaptcha .grecaptcha-badge { visibility: hidden; position: absolute !important; }

/* ==========================================================================
   INSTAGRAM FEED
   ========================================================================== */

#sb_instagram { padding: 0 !important; }

#sb_instagram .sbi_photo_wrap,
#sb_instagram #sbi_images .sbi_item {
  border-radius: var(--radius-sm);
  overflow: hidden;
}

#sb_instagram .sbi_photo { border-radius: var(--radius-sm); }

#sbi_load, #sb_instagram .sbi_follow_btn a {
  background: var(--flamingo) !important;
  color: var(--night) !important;
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  padding: 12px 28px !important;
  box-shadow: var(--shadow-glow-pink);
}

/* ==========================================================================
   RECAPTCHA / MISC
   ========================================================================== */

.grecaptcha-badge { opacity: 0.35; }
.grecaptcha-badge:hover { opacity: 1; }

/* Skip link */
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus {
  left: 12px; top: 12px;
  z-index: 300;
  background: var(--teal);
  color: var(--night);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
}

/* ==========================================================================
   EVENTS / PARTIFUL HUB (page-partiful-hub.php — kept as-is; real class names
   verified in DOM: main.partiful-hub > section.hub-section >
   div.hub-upcoming-list > div.upcoming-item)
   ========================================================================== */

.partiful-hub { max-width: 1120px; margin: 0 auto; padding: 0 24px 70px; }

.hub-hero { text-align: center; padding: 60px 0 24px; }

.hub-hero h1, .hub-section-title {
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 1.1;
  color: var(--ink);
}

.hub-hero h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); }
.hub-section-title { font-size: clamp(1.8rem, 4vw, 2.7rem); }

.hub-subtext, .hub-section-note {
  color: var(--ink-dim);
  max-width: 54ch;
  margin: 1rem auto 0;
}

.hub-section { padding-top: 46px; }

.hub-section-header, .hub-section-title-row {
  text-align: center;
  margin-bottom: 30px;
}

.hub-section-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hub-toggle-btn {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: transparent;
  color: var(--ink-dim);
  cursor: pointer;
  transition: all 0.18s;
}

.hub-toggle-btn:hover { border-color: var(--teal); color: var(--teal); }
.toggle-icon { margin-left: 6px; }

/* The card grid */
.hub-upcoming-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: start;
}

@media (max-width: 900px) { .hub-upcoming-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .hub-upcoming-list { grid-template-columns: 1fr; } }

.upcoming-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, border-color 0.2s;
}

.upcoming-item:hover { transform: translateY(-4px); border-color: rgba(255, 184, 77, 0.5); }
.upcoming-item--campit:hover { border-color: rgba(45, 225, 194, 0.5); }

.upcoming-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.upcoming-item .event-date {
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
  padding: 18px 20px 0;
}

.upcoming-item--campit .event-date { color: var(--teal); }

.upcoming-item h3, .upcoming-item h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.15rem;
  color: var(--ink);
  padding: 6px 20px 0;
  margin: 0;
}

.upcoming-item p { color: var(--ink-dim); font-size: 0.95rem; padding: 6px 20px 0; margin: 0; }

.event-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 16px 20px 20px;
  margin-top: auto;
}

.btn-rsvp, .btn-book {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn-rsvp {
  background: var(--flamingo);
  color: var(--night) !important;
  border: none;
  box-shadow: var(--shadow-glow-pink);
}

.btn-rsvp:hover { transform: translateY(-2px); }

.btn-book {
  background: transparent;
  color: var(--ink) !important;
  border: 1.5px solid var(--line);
}

.btn-book:hover { border-color: var(--teal); color: var(--teal) !important; }

/* The hub ships its own header/footer/newsletter markup; ours comes from
   header.php and footer.php, so suppress the duplicates. */
.header-inner, .header-socials, .footer-inner, .footer-newsletter,
.footer-copy, .footer-nav, .footer-map { display: none !important; }


/* ==========================================================================
   CASCADE HARDENING — Astra ships `body { background:#fff }` in main.min.css
   and re-injects colors inline. These are the only !important rules here.
   Keep this block LAST in the file.
   ========================================================================== */

html { background-color: var(--night) !important; }

body,
body.astra,
body.wp-singular,
body.page-template,
body.ast-plain-container,
body.ast-separate-container {
  background-color: var(--night) !important;
  background-image:
    radial-gradient(1200px 600px at 80% -10%, rgba(45, 225, 194, 0.07), transparent 60%),
    radial-gradient(900px 500px at 10% 20%, rgba(255, 79, 163, 0.06), transparent 55%) !important;
  color: var(--ink) !important;
}

#page, #content, .site, .site-content, .ast-container,
.ast-separate-container, .ast-separate-container .ast-article-single,
.entry-content, main, .site-main, #primary {
  background-color: transparent !important;
}

h1, h2, h3, h4, h5, h6,
.entry-content h1, .entry-content h2, .entry-content h3 { color: var(--ink); }

h1 .neon, h2 .neon, h3 .neon, .neon { color: var(--flamingo); }
h1 .neon-teal, h2 .neon-teal, h3 .neon-teal, .neon-teal { color: var(--teal); }

.kicker { color: var(--teal); }
.kicker.pink { color: var(--flamingo); }
.kicker.amber { color: var(--amber); }

a { color: var(--teal); }
a:hover { color: var(--flamingo); }
.btn, .btn-pink, .btn-teal, .site71-button { text-decoration: none; }
.btn-pink, .btn-teal, .site71-button-primary { color: var(--night) !important; }
.btn-ghost { color: var(--ink) !important; }
.nav ul a.active, .nav ul a.cta { color: var(--night) !important; }
.chip.active { color: var(--night) !important; }
