/* ---- lavender heart trip site ---- */

:root {
  --bg: #f5eeff;
  --bg-2: #ede1ff;
  --cream: #fbf6ff;
  --ink: #2b1f4a;
  --ink-soft: #5b4b80;
  --muted: #8a7aae;

  --lav-1: #c9b3f5;   /* soft */
  --lav-2: #a98bf0;   /* mid */
  --lav-3: #7b5cd6;   /* deep */
  --lav-4: #4a2fa1;   /* ink */
  --pink: #ffb6d5;
  --pink-2: #ff8fbf;
  --rose: #f7c8e0;
  --butter: #fff3c4;

  --display: "Fraunces", "Times New Roman", serif;
  --body: "Geist", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;

  --r: 20px;
  --r-sm: 12px;
  --shadow: 0 12px 32px -16px rgba(74,47,161,.32), 0 2px 6px rgba(74,47,161,.08);
  --shadow-lg: 0 28px 60px -28px rgba(74,47,161,.45), 0 4px 10px rgba(74,47,161,.1);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--body);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 90% -10%, #ffd9ec 0%, transparent 60%),
    radial-gradient(900px 500px at -10% 30%, #d6c1ff 0%, transparent 55%),
    radial-gradient(800px 500px at 110% 80%, #e6d4ff 0%, transparent 55%),
    var(--bg);
  background-attachment: fixed;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.005em;
  overflow-x: hidden;
}

/* film grain overlay */
.grain {
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 1000;
  opacity: .35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.3  0 0 0 0 0.2  0 0 0 0 0.5  0 0 0 0.18 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* floating hearts background */
.hearts-bg {
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 8% 12%, var(--pink) 1.5px, transparent 2px) 0 0 / 240px 240px,
    radial-gradient(circle at 70% 30%, var(--lav-1) 1.5px, transparent 2px) 0 0 / 180px 200px,
    radial-gradient(circle at 30% 78%, var(--rose) 1px, transparent 1.5px) 0 0 / 220px 260px;
  opacity: .35;
}

.hearts-bg::before, .hearts-bg::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><path d='M12 21s-7-4.5-9.5-9C.9 9 2 5 5.5 5c2 0 3.5 1.2 4.5 3 1-1.8 2.5-3 4.5-3 3.5 0 4.6 4 3 7-2.5 4.5-9.5 9-9.5 9z' fill='%23c9b3f5' opacity='.5'/></svg>");
  background-repeat: repeat;
  background-size: 320px 320px;
  background-position: 60px 40px;
  opacity: .45;
}
.hearts-bg::after {
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'><path d='M12 21s-7-4.5-9.5-9C.9 9 2 5 5.5 5c2 0 3.5 1.2 4.5 3 1-1.8 2.5-3 4.5-3 3.5 0 4.6 4 3 7-2.5 4.5-9.5 9-9.5 9z' fill='%23ffb6d5' opacity='.55'/></svg>");
  background-size: 260px 260px;
  background-position: 180px 160px;
}

/* hero */
.hero {
  position: relative;
  z-index: 2;
  padding: 64px 22px 28px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.stamp {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lav-3);
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(8px);
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px dashed var(--lav-2);
}
.stamp span { line-height: 1; }

.title {
  font-family: var(--display);
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 600;
  font-size: clamp(22px, 7vw, 52px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 22px 0 14px;
  color: var(--lav-4);
  white-space: nowrap;
  padding-bottom: .15em;
}
.heart-big {
  display: inline-block;
  font-family: var(--body);
  color: var(--pink-2);
  font-size: 0.7em;
  margin-left: .2em;
  transform: rotate(14deg);
  transform-origin: center;
  animation: heartbeat 1.8s ease-in-out infinite;
  vertical-align: -0.05em;
}
@keyframes heartbeat {
  0%, 100% { transform: rotate(14deg) scale(1); }
  20% { transform: rotate(14deg) scale(1.15); }
  40% { transform: rotate(14deg) scale(.95); }
  60% { transform: rotate(14deg) scale(1.1); }
}

.sub {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.sub .dot { color: var(--pink-2); }

/* ticket */
.ticket {
  position: relative;
  background: var(--cream);
  border-radius: var(--r);
  padding: 22px 24px 18px;
  margin-top: 8px;
  box-shadow: var(--shadow-lg);
  border: 1px solid #ece1ff;
  text-align: left;
  overflow: hidden;
}
.ticket::before, .ticket::after {
  content: "";
  position: absolute;
  width: 22px; height: 22px;
  background: var(--bg);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.ticket::before { left: -11px; }
.ticket::after { right: -11px; }

.ticket-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
}
.ticket-row.small {
  grid-template-columns: 1fr 1fr 1fr;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.ticket-row.small > div { text-align: center; }
.ticket-row.small > div:first-child { text-align: left; }
.ticket-row.small > div:last-child { text-align: right; }

.lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.lbl.right { text-align: right; }
.big {
  font-family: var(--display);
  font-variation-settings: "opsz" 144, "wght" 600;
  font-size: 42px;
  line-height: 1;
  color: var(--lav-4);
  letter-spacing: -.02em;
}
.big.right { text-align: right; }
.time {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-soft);
  margin-top: 4px;
}
.time.right { text-align: right; }

.arrow {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--lav-2);
}
.arrow .line {
  width: 22px;
  height: 1px;
  border-top: 1.5px dashed var(--lav-2);
}
.arrow .plane { font-size: 18px; color: var(--lav-3); }

.perf {
  border-top: 1.5px dashed var(--lav-1);
  margin: 16px -24px 14px;
}

/* nav */
.navbar {
  position: sticky;
  top: 10px;
  z-index: 50;
  margin: 8px auto 28px;
  max-width: 640px;
  padding: 6px;
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(14px);
  border: 1px solid #e6d6ff;
  border-radius: 999px;
  display: flex;
  justify-content: space-around;
  gap: 4px;
  box-shadow: var(--shadow);
}
.navbar a {
  flex: 1;
  text-align: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 10px 6px;
  border-radius: 999px;
  transition: background .2s, color .2s;
}
.navbar a:hover, .navbar a:active {
  background: var(--lav-1);
  color: var(--lav-4);
}

main {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 18px 80px;
}

/* sections */
.sec {
  margin-top: 56px;
  scroll-margin-top: 90px;
}
.sec-head {
  margin-bottom: 22px;
  text-align: left;
}
.sec-head .num {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--pink-2);
  background: white;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--rose);
  margin-bottom: 12px;
}
.sec-head h2 {
  font-family: var(--display);
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 500;
  font-style: italic;
  font-size: clamp(34px, 7vw, 52px);
  line-height: 1;
  letter-spacing: -.025em;
  color: var(--lav-4);
  margin: 0;
}
.h-inline {
  display: inline-block;
  font-style: normal;
  color: var(--pink-2);
  font-size: .7em;
  vertical-align: 0.15em;
  margin-left: .1em;
}
.kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 10px 0 0;
}

/* itinerary */
.days {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.day {
  background: var(--cream);
  border-radius: var(--r);
  padding: 18px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  box-shadow: var(--shadow);
  border: 1px solid #ece1ff;
  position: relative;
}
.day.big-day {
  background: linear-gradient(160deg, #fff6fa 0%, #f3e6ff 100%);
  border: 1.5px solid var(--pink-2);
  box-shadow: var(--shadow-lg), 0 0 0 4px rgba(255,143,191,.12);
}
.day.big-day::after {
  content: "♡";
  position: absolute;
  top: -12px; right: 16px;
  color: var(--pink-2);
  font-size: 24px;
  background: var(--cream);
  width: 32px; height: 32px;
  border-radius: 50%;
  display: grid; place-items: center;
  border: 1.5px solid var(--pink-2);
}
.day-meta {
  text-align: center;
  border-right: 1.5px dashed var(--lav-1);
  padding-right: 14px;
}
.day-meta .dow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--lav-3);
  text-transform: uppercase;
}
.day-meta .dom {
  font-family: var(--display);
  font-variation-settings: "opsz" 144, "wght" 600;
  font-size: 38px;
  line-height: 1;
  color: var(--lav-4);
  margin-top: 2px;
}
.day-meta .mo {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 2px;
}
.chip {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--lav-1);
  color: var(--lav-4);
  margin-bottom: 8px;
}
.chip.grad {
  background: linear-gradient(90deg, var(--pink), var(--lav-2));
  color: white;
}
.chip.arrive { background: #d8f0ff; color: #1d5688; }
.chip.depart { background: var(--butter); color: #7a5d00; }

.day-body h3 {
  font-family: var(--display);
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 500;
  font-size: 20px;
  line-height: 1.2;
  margin: 2px 0 10px;
  color: var(--ink);
  letter-spacing: -.015em;
}
.events {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.events li {
  padding: 5px 0;
  border-bottom: 1px dotted #e0d2f5;
}
.events li:last-child { border: 0; }
.events b {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--lav-3);
  font-weight: 500;
  margin-right: 8px;
}
.events .meta { color: var(--muted); font-size: 12px; }
.events li.tentative {
  background: linear-gradient(90deg, rgba(255,243,196,.6), transparent);
  border-radius: 6px;
  padding-left: 6px;
  border-bottom-style: dashed;
}
.events li.tentative i { color: var(--ink); font-style: italic; }
.tbd {
  display: inline-block;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .18em;
  background: var(--butter);
  color: #7a5d00;
  padding: 2px 7px;
  border-radius: 999px;
  vertical-align: 1px;
  margin-left: 4px;
  border: 1px solid #ecd98a;
}

/* map */
.map-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.map-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.map-link {
  background: var(--cream);
  border: 1.5px solid #ece1ff;
  border-radius: var(--r);
  padding: 16px 18px;
  font-size: 15px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform .15s, border-color .15s, box-shadow .15s;
}
.map-link:hover {
  transform: translateX(4px);
  border-color: var(--lav-2);
  box-shadow: var(--shadow-lg);
}
.map-link span {
  font-size: 20px;
}
.map-link.route {
  background: linear-gradient(135deg, #efe4ff 0%, #d6c1ff 100%);
  border-color: var(--lav-2);
  font-weight: 500;
  color: var(--lav-4);
}

/* pack */
.pack-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 600px) {
  .pack-grid { grid-template-columns: 1fr 1fr; }
}
.pack-col {
  background: var(--cream);
  border-radius: var(--r);
  padding: 18px 18px 12px;
  border: 1px solid #ece1ff;
  box-shadow: var(--shadow);
}
.pack-col h4 {
  font-family: var(--display);
  font-style: italic;
  font-variation-settings: "opsz" 144, "wght" 500;
  font-size: 22px;
  margin: 0 0 12px;
  color: var(--lav-4);
  letter-spacing: -.01em;
}
.check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check li {
  padding: 2px 0;
}
.check li.critical label {
  background: linear-gradient(90deg, #fff0d8, transparent);
  border-radius: 8px;
  padding-left: 6px;
}
.check label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  padding: 6px 4px;
  font-size: 15px;
  color: var(--ink);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px; height: 22px;
  border-radius: 7px;
  border: 1.5px solid var(--lav-2);
  background: white;
  flex-shrink: 0;
  margin: 1px 0 0;
  cursor: pointer;
  position: relative;
  transition: all .15s;
}
.check input[type="checkbox"]:hover { border-color: var(--lav-3); }
.check input[type="checkbox"]:checked {
  background: linear-gradient(135deg, var(--lav-2), var(--pink-2));
  border-color: var(--lav-3);
}
.check input[type="checkbox"]:checked::after {
  content: "♡";
  position: absolute;
  inset: 0;
  display: grid; place-items: center;
  color: white;
  font-size: 14px;
  line-height: 1;
}
.check label:has(input:checked) span {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: var(--lav-2);
}

/* progress */
.progress {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.bar {
  flex: 1;
  height: 10px;
  background: white;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #e6d6ff;
  box-shadow: inset 0 1px 2px rgba(74,47,161,.08);
}
.fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--lav-2), var(--pink-2));
  border-radius: 999px;
  transition: width .35s cubic-bezier(.5,.0,.2,1);
}
.pct {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--lav-3);
  letter-spacing: .08em;
  white-space: nowrap;
}

/* grad */
.grad-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 600px) {
  .grad-grid { grid-template-columns: 1fr 1fr; }
}
.card {
  background: var(--cream);
  border: 1px solid #ece1ff;
  border-radius: var(--r);
  padding: 18px;
  box-shadow: var(--shadow);
  position: relative;
}
.card-lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--pink-2);
  margin-bottom: 8px;
}
.card-big {
  font-family: var(--display);
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 600;
  font-size: 30px;
  line-height: 1;
  color: var(--lav-4);
  letter-spacing: -.02em;
}
.card-h {
  font-family: var(--display);
  font-style: italic;
  font-size: 24px;
  color: var(--lav-4);
  margin-bottom: 6px;
}
.card p {
  margin: 0;
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.card-foot {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  margin-top: 10px;
  letter-spacing: .04em;
}
.card.key {
  background: linear-gradient(160deg, #efe4ff 0%, #d6c1ff 100%);
  border: none;
}
.cal-btns {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.cal-btn {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  background: white;
  color: var(--lav-4);
  border: 1.5px solid var(--lav-3);
  transition: transform .1s, background .15s, color .15s;
}
.cal-btn:hover { background: var(--lav-3); color: white; }
.cal-btn:active { transform: scale(.96); }
.cal-btn.alt {
  background: linear-gradient(135deg, var(--pink), var(--pink-2));
  border-color: var(--pink-2);
  color: white;
}
.cal-btn.alt:hover { filter: brightness(1.05); }
.card.key .card-lbl { color: var(--lav-4); opacity: .7; }
.card.key.pink {
  background: linear-gradient(160deg, #ffe0ee 0%, #ffb6d5 100%);
}
.card.key.pink .card-big,
.card.key.pink .card-lbl { color: #6a2546; }
.card.key.pink .card-foot { color: #7a3a5a; }

/* ideas */
.idea-cat {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--lav-3);
  margin: 20px 0 10px;
  padding-left: 4px;
}
.idea-cat:first-of-type {
  margin-top: 0;
}
.ideas {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ideas li {
  background: var(--cream);
  border: 1px solid #ece1ff;
  border-radius: var(--r-sm);
  padding: 12px 16px;
  font-size: 15px;
  color: var(--ink);
  box-shadow: var(--shadow);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: transform .15s;
}
.ideas li:hover { transform: translateX(3px); }
.ideas li .del {
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 6px;
  opacity: .5;
  transition: opacity .15s, color .15s;
}
.ideas li .del:hover { opacity: 1; color: var(--pink-2); }

.add {
  margin-top: 14px;
  display: flex;
  gap: 8px;
}
.add input {
  flex: 1;
  padding: 12px 16px;
  border-radius: var(--r-sm);
  border: 1.5px solid #e6d6ff;
  background: white;
  font-family: var(--body);
  font-size: 15px;
  color: var(--ink);
  outline: none;
  transition: border-color .15s;
}
.add input:focus { border-color: var(--lav-3); }
.add button {
  padding: 12px 18px;
  border-radius: var(--r-sm);
  border: none;
  background: linear-gradient(135deg, var(--lav-3), var(--pink-2));
  color: white;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform .1s;
}
.add button:active { transform: scale(.96); }

/* notes */
#notes-box {
  width: 100%;
  min-height: 220px;
  padding: 18px;
  border-radius: var(--r);
  border: 1.5px solid #e6d6ff;
  background:
    repeating-linear-gradient(transparent 0, transparent 27px, #f0e3ff 27px, #f0e3ff 28px),
    var(--cream);
  font-family: var(--body);
  font-size: 15px;
  line-height: 28px;
  color: var(--ink);
  resize: vertical;
  outline: none;
  box-shadow: var(--shadow);
  transition: border-color .15s;
}
#notes-box:focus { border-color: var(--lav-3); }
.saved {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--lav-3);
  text-align: right;
  margin-top: 8px;
  opacity: 0;
  transition: opacity .25s;
}
.saved.show { opacity: 1; }

/* for kristine */
.k-card {
  background: linear-gradient(160deg, #fff6fa 0%, #f1e4ff 100%);
  border: 1.5px solid var(--lav-1);
  border-radius: var(--r);
  padding: 6px 20px;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.k-card::before {
  content: "♡";
  position: absolute;
  top: -14px; left: 20px;
  color: var(--pink-2);
  font-size: 22px;
  background: var(--cream);
  width: 32px; height: 32px;
  border-radius: 50%;
  display: grid; place-items: center;
  border: 1.5px solid var(--pink-2);
}
.k-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px dotted #e0d2f5;
}
.k-row:last-child { border-bottom: 0; }
@media (max-width: 480px) {
  .k-row { grid-template-columns: 1fr; gap: 4px; }
}
.k-lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--pink-2);
  padding-top: 3px;
}
.k-val {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.55;
}
.k-val.mono {
  font-family: var(--mono);
  font-size: 13px;
}
.k-val b { color: var(--lav-4); }
.pill {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  background: var(--lav-1);
  color: var(--lav-4);
  padding: 2px 8px;
  border-radius: 999px;
  margin-right: 6px;
}
.pill.alt {
  background: linear-gradient(90deg, var(--pink), var(--lav-2));
  color: white;
}

.k-sub {
  font-family: var(--display);
  font-style: italic;
  font-variation-settings: "opsz" 144, "wght" 500;
  font-size: 22px;
  color: var(--lav-4);
  margin: 28px 0 14px;
  letter-spacing: -.01em;
}
.k-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.k-field {
  display: block;
}
.k-field > span {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--lav-3);
  margin-bottom: 6px;
}
.k-field textarea {
  width: 100%;
  min-height: 70px;
  padding: 12px 14px;
  border-radius: var(--r-sm);
  border: 1.5px solid #e6d6ff;
  background: var(--cream);
  font-family: var(--body);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink);
  resize: vertical;
  outline: none;
  transition: border-color .15s;
  box-shadow: var(--shadow);
}
.k-field textarea:focus { border-color: var(--lav-3); }

/* footer */
footer {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 20px 40px;
  color: var(--ink-soft);
}
.footer-stars {
  font-size: 20px;
  color: var(--pink-2);
  letter-spacing: .3em;
  margin-bottom: 14px;
}
footer p {
  font-family: var(--display);
  font-style: italic;
  font-size: 16px;
  margin: 4px 0;
}
footer .tiny {
  font-family: var(--mono);
  font-style: normal;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 18px;
}

/* hero entrance */
@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
.stamp, .title, .sub, .ticket {
  opacity: 0;
  animation: rise .8s cubic-bezier(.22,1,.36,1) forwards;
}
.stamp { animation-delay: .05s; }
.title { animation-delay: .2s; }
.sub { animation-delay: .4s; }
.ticket { animation-delay: .55s; }
