/* ============================================================
   DJ XHAMA — cosmic hand-drawn, 2000s album-cover energy
   Deep cosmic black · neon green + hot pink loud moments ·
   blush / ice / mint supporting tones
   ============================================================ */

:root {
  --black: #060608;
  --black-2: #0b0b0e;

  --ink: #f2f1ea;      /* off-white text */
  --muted: #9b9b93;
  --faint: #565650;

  /* loud pair: reserved for the wordmark, primary CTA, and peak hovers */
  --green: #39ff14;
  --pink: #ff2ea6;

  /* supporting cosmic tones */
  --blush: #ffb0d5;    /* pale pink */
  --ice: #a5e8ff;      /* comet blue */
  --mint: #a8ffc2;     /* soft green */

  --line: rgba(242, 241, 234, .12);

  /* scattered glowing stars in the full cosmic range, baked at low opacity */
  --starfield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420'%3E%3Cg%3E%3Ccircle cx='30' cy='50' r='1.1' fill='%23a8ffc2' opacity='.5'/%3E%3Ccircle cx='170' cy='24' r='.8' fill='%23ffb0d5' opacity='.45'/%3E%3Ccircle cx='320' cy='90' r='1.3' fill='%23a5e8ff' opacity='.4'/%3E%3Ccircle cx='90' cy='150' r='.7' fill='%23ff2ea6' opacity='.35'/%3E%3Ccircle cx='240' cy='190' r='1' fill='%23f2f1ea' opacity='.3'/%3E%3Ccircle cx='390' cy='230' r='.8' fill='%23ffb0d5' opacity='.4'/%3E%3Ccircle cx='50' cy='280' r='1.2' fill='%23a5e8ff' opacity='.4'/%3E%3Ccircle cx='200' cy='330' r='.7' fill='%23ffb0d5' opacity='.45'/%3E%3Ccircle cx='340' cy='380' r='1' fill='%23a8ffc2' opacity='.4'/%3E%3Ccircle cx='120' cy='400' r='.8' fill='%23f2f1ea' opacity='.3'/%3E%3Ccircle cx='280' cy='20' r='.6' fill='%2339ff14' opacity='.3'/%3E%3Ccircle cx='400' cy='140' r='.6' fill='%23a5e8ff' opacity='.35'/%3E%3Cpath d='M60 205l2.2 5 5 2.2-5 2.2-2.2 5-2.2-5-5-2.2 5-2.2z' fill='%23a8ffc2' opacity='.4'/%3E%3Cpath d='M310 290l1.8 4.2 4.2 1.8-4.2 1.8-1.8 4.2-1.8-4.2-4.2-1.8 4.2-1.8z' fill='%23ffb0d5' opacity='.45'/%3E%3Cpath d='M150 70l1.5 3.5 3.5 1.5-3.5 1.5-1.5 3.5-1.5-3.5-3.5-1.5 3.5-1.5z' fill='%23a5e8ff' opacity='.35'/%3E%3Ccircle cx='30' cy='50' r='3.2' fill='%23a8ffc2' opacity='.1'/%3E%3Ccircle cx='90' cy='150' r='2.6' fill='%23ff2ea6' opacity='.1'/%3E%3Ccircle cx='200' cy='330' r='2.8' fill='%23ffb0d5' opacity='.1'/%3E%3Ccircle cx='320' cy='90' r='3' fill='%23a5e8ff' opacity='.1'/%3E%3C/g%3E%3C/svg%3E");

  --font-display: 'Bitcount', monospace;
  --font-body: 'Manrope', system-ui, sans-serif;
  --font-mono: 'Space Grotesk', monospace;

  --pad: clamp(1.25rem, 5vw, 5rem);
  --ease: cubic-bezier(.22, .9, .28, 1);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--black) var(--starfield);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-splashed { overflow: hidden; }

::selection { background: var(--pink); color: var(--black); }

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

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

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

/* ---------- wordmark (Bitcount) ---------- */

.wordmark {
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 1;
}

/* chunky dots, still legible (full ELXP merges into blobs) */
.wordmark--dense {
  font-weight: 600;
  font-variation-settings: 'ELXP' 40, 'ELSH' 0;
}

/* ---------- doodles ---------- */

.doodle {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  filter: drop-shadow(0 0 6px currentColor);
  opacity: .85;
}

.doodle use { fill: inherit; stroke: inherit; }

.doodle--green { color: var(--green); }
.doodle--pink { color: var(--pink); }
.doodle--blush { color: var(--blush); }
.doodle--ice { color: var(--ice); }
.doodle--mint { color: var(--mint); }

.tw { animation: twinkle var(--twd, 3s) ease-in-out infinite; }

.fl { animation: floaty 7s ease-in-out infinite; }

@keyframes twinkle {
  0%, 100% { opacity: .9; transform: scale(1) rotate(0deg); }
  50% { opacity: .3; transform: scale(.8) rotate(12deg); }
}

@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-10px) rotate(5deg); }
}

/* ---------- cat saucer (brand mascot) ---------- */

.saucer {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 0 14px rgba(168, 255, 194, .4));
  animation: saucer-drift 11s ease-in-out infinite;
}

/* sits in the flow, centered — used above "Book me" and the footer logo */
.saucer--center {
  position: static;
  display: block;
  margin: 0 auto 1.4rem;
  width: clamp(60px, 6vw, 84px);
}

.saucer--small { width: 46px; margin-bottom: 1rem; }

/* wandering UFO hover: drifts around its spot, swaying as it corrects course */
@keyframes saucer-drift {
  0%   { transform: translate(0, 0) rotate(-5deg); }
  22%  { transform: translate(16px, -10px) rotate(4deg); }
  47%  { transform: translate(-6px, -20px) rotate(-3deg); }
  71%  { transform: translate(-18px, -6px) rotate(5deg); }
  100% { transform: translate(0, 0) rotate(-5deg); }
}

@keyframes saucer-hover {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-8px) rotate(4deg); }
}

/* flies across the section, wobbling as it goes (outer crosses, inner drifts) */
.saucer-fly {
  position: absolute;
  left: 0;
  z-index: 3;
  width: clamp(52px, 6vw, 80px);
  pointer-events: none;
  animation: saucer-cross 38s linear infinite;
}

.saucer-fly img {
  width: 100%;
  filter: drop-shadow(0 0 14px rgba(168, 255, 194, .4));
  animation: saucer-drift 5.5s ease-in-out infinite;
}

@keyframes saucer-cross {
  0% { transform: translateX(-140%); }
  55% { transform: translateX(105vw); }
  100% { transform: translateX(105vw); }
}

/* ---------- type helpers ---------- */

.kicker {
  font-family: var(--font-mono);
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--muted);
}

.creds {
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--ink);
  margin-top: 1.3rem;
}

.section {
  position: relative;
  padding: clamp(6rem, 12vh, 9rem) var(--pad);
}

.section__head { margin-bottom: clamp(2.5rem, 6vh, 4.5rem); }

.section__title {
  font-weight: 500;
  font-variation-settings: 'ELXP' 40, 'ELSH' 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  color: var(--ink);
  margin-top: .9rem;
  text-shadow: .05em .05em 0 rgba(255, 176, 213, .55);
}

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

.btn {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  padding: 1.05rem 2.4rem;
  border: 2px solid var(--line);
  transition: all .35s var(--ease);
  cursor: pointer;
  background: transparent;
  color: var(--ink);
}

.btn--neon {
  border-color: var(--green);
  color: var(--green);
  box-shadow: 0 0 14px rgba(57, 255, 20, .25), inset 0 0 10px rgba(57, 255, 20, .08);
}

.btn--neon:hover {
  background: var(--green);
  color: var(--black);
  box-shadow: 4px 4px 0 var(--pink);
  transform: translate(-2px, -2px);
}

.btn--ghost:hover {
  border-color: var(--pink);
  color: var(--pink);
  box-shadow: 0 0 14px rgba(255, 46, 166, .3);
}

.btn--small { padding: .7rem 1.5rem; font-size: .65rem; }

/* play/pause icon on the Listen buttons — drawn rather than typed, so the two
   states match in weight and follow the button colour on hover */
.btn__icon {
  display: inline-block;
  width: .62em;
  height: .68em;
  margin-left: .55em;
  letter-spacing: 0;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.btn__icon.is-pause {
  clip-path: none;
  background:
    linear-gradient(currentColor 0 0) left / 34% 100% no-repeat,
    linear-gradient(currentColor 0 0) right / 34% 100% no-repeat;
}

/* ---------- placeholders (replaced by real assets) ---------- */

.ph {
  position: relative;
  overflow: hidden;
  border: 1px dashed rgba(242, 241, 234, .18);
  background:
    var(--starfield),
    radial-gradient(110% 80% at 15% 12%, rgba(57, 255, 20, .07), transparent 55%),
    radial-gradient(100% 80% at 88% 90%, rgba(255, 46, 166, .08), transparent 60%),
    var(--black-2);
}

.ph::before {
  content: attr(data-ph);
  position: absolute;
  left: 1rem;
  bottom: .85rem;
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--faint);
  z-index: 2;
}

/* ============================================================
   SPLASH
   ============================================================ */

.splash {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  text-align: center;
  transition: opacity 1s var(--ease), visibility 1s;
}

.splash.is-gone {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.splash__photo {
  position: absolute;
  inset: 0;
  border: 0;
  background: url('../assets/splash.jpeg') no-repeat;
  background-size: cover;
  /* subject stands on the right of the frame; favor that side when cropping */
  background-position: 66% 20%;
  transform: scale(1.04);
  animation: splash-drift 18s var(--ease) infinite alternate;
}

@media (max-width: 720px) {
  /* keep face and upper body in view on narrow crops */
  .splash__photo { background-position: 72% 16%; }
}

@keyframes splash-drift {
  to { transform: scale(1.09) translateY(-1%); }
}

.splash__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(6, 6, 8, .8), rgba(6, 6, 8, .38) 48%, transparent 68%),
    linear-gradient(180deg, rgba(6, 6, 8, .35), transparent 30%, transparent 60%, rgba(6, 6, 8, .8));
}

/* buttons can land on bright photo areas (laptop) on small screens */
.splash .btn:not(:hover) { background: rgba(6, 6, 8, .6); }

/* wordmark sits in the darker open space on the left; subject stays clear on the right */
.splash__inner {
  position: relative;
  z-index: 2;
  justify-self: start;
  text-align: left;
  padding: 0 var(--pad);
  max-width: 44rem;
  animation: rise 1.4s var(--ease) both .3s;
}

.splash__logo {
  font-size: clamp(2.6rem, 10vw, 7.5rem);
  color: var(--green);
  text-shadow:
    .06em .06em 0 rgba(255, 46, 166, .8),
    0 0 45px rgba(168, 255, 194, .35);
}

.splash__actions {
  display: flex;
  gap: 1.25rem;
  justify-content: flex-start;
  margin-top: 3rem;
  flex-wrap: wrap;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}

/* ============================================================
   NAV
   ============================================================ */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.1rem var(--pad);
  transition: background .5s, border-color .5s;
  border-bottom: 1px solid transparent;
}

.nav.is-scrolled {
  background: rgba(6, 6, 8, .82);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: 1rem;
  color: var(--green);
  text-shadow: .06em .06em 0 rgba(255, 46, 166, .7);
}

.nav__saucer {
  width: 26px;
  flex: none;
  filter: drop-shadow(0 0 8px rgba(168, 255, 194, .5));
  animation: saucer-hover 5s ease-in-out infinite;
}

.nav__links {
  display: flex;
  gap: 2.2rem;
}

.nav__links a {
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color .3s, text-shadow .3s;
}

.nav__links a:hover {
  color: var(--blush);
  text-shadow: 0 0 10px rgba(255, 176, 213, .5);
}

@media (max-width: 720px) {
  .nav__links { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 0 var(--pad) 7rem;
}

.hero__photo {
  position: absolute;
  inset: 0;
  border: 0;
  background: url('../assets/hero.png') no-repeat;
  background-size: cover;
  background-position: center 40%;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 6, 8, .55), transparent 35%, transparent 55%, var(--black) 96%),
    linear-gradient(100deg, rgba(6, 6, 8, .55), transparent 55%);
}

.hero__inner { position: relative; z-index: 2; max-width: 62rem; }

.hero__name {
  font-size: clamp(2.8rem, 10.5vw, 8.5rem);
  color: var(--green);
  margin: .4rem 0 .6rem;
  text-shadow:
    .06em .06em 0 rgba(255, 46, 166, .8),
    0 0 55px rgba(168, 255, 194, .35);
}

.hero__cta {
  display: flex;
  gap: 1.25rem;
  margin-top: 2.4rem;
  flex-wrap: wrap;
}

/* venue marquee */
.hero__marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  border-top: 1px solid var(--line);
  padding: 1.1rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.marquee__track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee 36s linear infinite;
}

.marquee__track span {
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .35em;
  /* no text-transform: venue names keep their exact casing (sPACYcLOUd) */
  color: var(--muted);
  white-space: nowrap;
}

.marquee__track i {
  font-style: normal;
  font-size: .65rem;
  align-self: center;
  color: var(--blush);
  text-shadow: 0 0 8px currentColor;
}

.marquee__track i:nth-of-type(odd) { color: var(--mint); }

.marquee__track i:nth-of-type(3n) { color: var(--ice); }

@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ============================================================
   ABOUT
   ============================================================ */

.about {
  background: radial-gradient(70% 55% at 85% 10%, rgba(168, 255, 194, .05), transparent 60%);
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.about__photo {
  aspect-ratio: 3 / 4;
  /* roughly match the height of the copy column, a touch bigger */
  width: 100%;
  max-width: 27rem;
  justify-self: start;
  background: url('../assets/portrait.jpeg') no-repeat;
  background-size: cover;
  background-position: center 20%;
  border: 1px solid var(--line);
}

.about__lede {
  font-weight: 600;
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  line-height: 1.6;
  margin-bottom: 1.6rem;
}

.about__lede:last-of-type { margin-bottom: 0; }

.about__marks {
  list-style: none;
  margin-top: 2.8rem;
  border-top: 1px solid var(--line);
}

.about__marks li {
  display: flex;
  gap: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  font-size: .92rem;
}

.about__marks span {
  font-family: var(--font-mono);
  font-size: .65rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--mint);
  min-width: 5.5rem;
  padding-top: .25em;
}

@media (max-width: 860px) {
  .about__grid { grid-template-columns: 1fr; }
  .about__photo { max-width: 26rem; }
}

/* ============================================================
   BOOKINGS
   ============================================================ */

.bookings__list {
  border-top: 1px solid var(--line);
}

.booking {
  display: flex;
  align-items: baseline;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(1.8rem, 4vh, 2.8rem) .5rem;
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: padding-left .5s var(--ease);
}

.booking:hover { padding-left: 1.5rem; }

.booking::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(57, 255, 20, .06), transparent 60%);
  opacity: 0;
  transition: opacity .5s;
}

.booking:hover::before { opacity: 1; }

.booking__num {
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .2em;
  color: var(--blush);
}

.booking__body { flex: 1; }

.booking__name {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(1.4rem, 3.2vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .35s, text-shadow .35s;
}

.booking:hover .booking__name {
  color: var(--green);
  text-shadow: 0 0 18px rgba(57, 255, 20, .5);
}

.booking__desc {
  display: block;
  max-width: 38rem;
  margin-top: .5rem;
  color: var(--muted);
  font-size: .95rem;
}

.booking__arrow {
  font-size: 1.4rem;
  color: var(--faint);
  transition: transform .5s var(--ease), color .4s;
  align-self: center;
}

.booking:hover .booking__arrow {
  transform: translateX(.6rem);
  color: var(--pink);
}

/* ============================================================
   LISTEN
   ============================================================ */

.listen {
  background: radial-gradient(60% 50% at 10% 90%, rgba(165, 232, 255, .05), transparent 60%);
}

.listen__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  gap: 1.5rem;
}

.embed { border: 1px solid var(--line); }

.embed::before {
  content: attr(data-platform);
  display: block;
  font-family: var(--font-mono);
  font-size: .65rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--ice);
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--line);
}

.embed__slot { aspect-ratio: 4 / 3; }

.embed__slot iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Spotify: profiles have no embeddable player, so it gets a profile preview card */
.embed__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(57, 255, 20, .5);
  box-shadow: 0 0 22px rgba(57, 255, 20, .3);
  margin-bottom: .5rem;
  transition: transform .5s var(--ease), box-shadow .5s;
}

.embed__link:hover .embed__avatar {
  transform: scale(1.06);
  box-shadow: 0 0 30px rgba(57, 255, 20, .5);
}

.embed__cta {
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--green);
  border: 1px solid var(--green);
  border-radius: 999px;
  padding: .55rem 1.3rem;
  margin-top: .9rem;
  box-shadow: 0 0 12px rgba(57, 255, 20, .2), inset 0 0 8px rgba(57, 255, 20, .06);
  transition: background .35s, color .35s;
}

.embed__link:hover .embed__cta {
  background: var(--green);
  color: var(--black);
}

.embed__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  background:
    var(--starfield),
    radial-gradient(100% 80% at 50% 100%, rgba(57, 255, 20, .08), transparent 60%),
    var(--black-2);
  transition: background-color .4s;
}

.embed__link-mark {
  font-size: 2.2rem;
  color: var(--green);
  text-shadow: 0 0 18px rgba(57, 255, 20, .5);
  transition: transform .5s var(--ease);
}

.embed__link:hover .embed__link-mark { transform: translateY(-6px) scale(1.1); }

.embed__link-text {
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--ink);
}

.embed__link-sub {
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ============================================================
   GALLERY
   ============================================================ */

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(11rem, 22vh);
  grid-auto-flow: dense;
  gap: 1rem;
}

.g {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .6s var(--ease);
}

.g:hover { transform: scale(.985); }

.g--wide { grid-column: span 2; grid-row: span 2; }

.g--tall { grid-row: span 2; }

.g img,
.g video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.g video { object-position: center; }

@media (max-width: 720px) {
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   CONTACT
   ============================================================ */

.contact {
  background: radial-gradient(80% 60% at 50% 110%, rgba(255, 176, 213, .07), transparent 65%);
  border-top: 1px solid var(--line);
}

.contact__inner { max-width: 52rem; margin: 0 auto; }

.contact__head { text-align: center; margin-bottom: 3.5rem; }

.contact__title { margin-bottom: 1rem; }

.contact__sub { color: var(--muted); }

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

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

.field {
  display: block;
  margin-bottom: 2rem;
}

.field span {
  display: block;
  font-family: var(--font-mono);
  font-size: .65rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .6rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  padding: .6rem 0;
  transition: border-color .4s, box-shadow .4s;
  border-radius: 0;
}

.field select { appearance: none; cursor: pointer; }

.field select option { background: var(--black-2); }

.field input::placeholder,
.field textarea::placeholder { color: var(--faint); }

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-bottom-color: var(--mint);
  box-shadow: 0 1px 0 0 rgba(168, 255, 194, .4);
}

.field textarea { resize: vertical; }

.field input[type="date"] { color-scheme: dark; }

.btn--submit { width: 100%; padding: 1.2rem; }

.form__alt {
  text-align: center;
  margin-top: 1.8rem;
  font-size: .9rem;
  color: var(--muted);
}

.form__alt a {
  color: var(--blush);
  border-bottom: 1px solid var(--blush);
  transition: color .3s, border-color .3s, text-shadow .3s;
}

.form__alt a:hover {
  color: var(--mint);
  border-color: var(--mint);
  text-shadow: 0 0 10px rgba(168, 255, 194, .5);
}

/* ============================================================
   FOOTER
   ============================================================ */

.footer {
  position: relative;
  padding: 4rem var(--pad) 2.5rem;
  text-align: center;
  border-top: 1px solid var(--line);
}

.footer__logo {
  font-size: 1.4rem;
  color: var(--green);
  text-shadow: .06em .06em 0 rgba(255, 46, 166, .7);
  margin-bottom: 1.5rem;
}

.footer__meta p {
  font-family: var(--font-mono);
  font-size: .65rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--faint);
}

.footer__social {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: 1.5rem 0 2.5rem;
}

.footer__social a {
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color .3s, text-shadow .3s;
}

.footer__social a:hover {
  color: var(--ice);
  text-shadow: 0 0 10px rgba(165, 232, 255, .5);
}

.footer__fine {
  font-size: .75rem;
  color: var(--faint);
}

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01s !important;
    transition-duration: .01s !important;
  }
  .reveal { opacity: 1; transform: none; }
  .saucer-fly { display: none; }
}
