:root {
  --bg: #040404;
  --panel: rgba(12, 12, 12, 0.92);
  --panel-soft: rgba(255, 255, 255, 0.02);
  --text: #f4efe8;
  --muted: #b8b0a4;
  --gold: #d4af37;
  --border: rgba(212, 175, 55, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, 0.1), transparent 28%),
    linear-gradient(180deg, #050505 0%, #000 72%);
}

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

.shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 42px;
}

.home-page {
  height: 100vh;
  overflow: hidden;
}

.home-page .shell {
  height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 12px 0 12px;
}

.topbar {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
}

.nav-start-prompt {
  color: #fff;
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  animation: startPromptGlow 5.5s ease-in-out infinite;
}

.pill,
.cta,
.card-cta {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav a {
  color: var(--text);
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.35s ease;
}

.pill:hover,
.cta:hover,
.card-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(212, 175, 55, 0.58);
  color: var(--gold);
}

.nav a:hover {
  color: var(--gold);
}

.nav a.nav-olivia {
  border: 0;
  background: transparent;
  color: var(--gold);
  box-shadow: none;
  animation: oliviaNavGlow 5.5s ease-in-out infinite;
}

.nav a.nav-olivia:hover {
  color: #f6efe6;
}

.hero {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
  align-content: center;
  padding: 0;
}

.brand-mark {
  width: 156px;
  height: 156px;
  object-fit: contain;
  border-radius: 26px;
  border: 0;
  background: transparent;
  padding: 0;
}

.notary-wordmark {
  display: block;
  width: min(520px, 86vw);
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.08em;
  color: var(--gold);
  text-transform: uppercase;
}

.subhead {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.divider {
  width: 118px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.35);
}

.hero-copy {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.hero-copy p,
.intro-copy {
  margin: 0;
  color: #d7d1c8;
  line-height: 1.8;
  max-width: 60ch;
}

.cta-row,
.quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}

.cta.primary {
  background: rgba(212, 175, 55, 0.14);
}

.cta.start {
  border-color: rgba(212, 175, 55, 0.72);
  background: rgba(212, 175, 55, 0.18);
  color: var(--gold);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.12);
}

.cards,
.grid-2,
.grid-3,
.stack {
  display: grid;
  gap: 18px;
}

.cards {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 30px;
  width: 100%;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.section {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: var(--panel);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.section h2,
.card h2,
.mini h3 {
  margin: 0 0 10px;
  font-family: "Cinzel", Georgia, serif;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
}

.section h2 {
  font-size: 1rem;
}

.section h3,
.card h3,
.mini h4 {
  margin: 0 0 8px;
  color: #efe8dd;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}

.section p,
.section li,
.card p,
.mini p,
.mini li,
.page-copy,
.page-copy li {
  color: var(--muted);
  line-height: 1.75;
}

.card,
.mini {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: var(--panel-soft);
  padding: 22px;
}

.page-title {
  margin: 0 0 10px;
  text-align: center;
  font-family: "Cinzel", Georgia, serif;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 500;
}

.page-subtitle {
  margin: 0;
  text-align: center;
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.page-copy {
  max-width: 940px;
  margin: 0 auto;
}

.note {
  color: #d7d1c8;
  font-style: italic;
}

.split-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.toggle-link {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.88rem;
}

.toggle-link.active {
  color: var(--gold);
  text-decoration: underline;
}

.center-list {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.callout-line {
  color: #d7d1c8;
}

.back-link {
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 5;
  color: rgba(244, 239, 232, 0.68);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.promo-page-body,
.olivia-page-body {
  min-height: 100vh;
  overflow-x: hidden;
}

.promo-gate-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 182, 213, 0.22), transparent 34%),
    linear-gradient(135deg, #16080f, #050505 62%);
}

.promo-gate-card {
  width: min(560px, 100%);
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(10, 10, 10, 0.76);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  text-align: center;
  backdrop-filter: blur(18px);
}

.promo-gate-card h1 {
  font-size: clamp(2.4rem, 8vw, 4.8rem);
}

.promo-gate-card p {
  color: var(--muted);
  line-height: 1.7;
}

.promo-form {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.promo-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 1rem;
  text-align: center;
  outline: none;
}

.promo-form button {
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 999px;
  padding: 15px 20px;
  background: rgba(212, 175, 55, 0.18);
  color: var(--text);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.promo-message {
  min-height: 28px;
  margin: 18px 0 0;
  color: #ffdbe8 !important;
}

.olivia-landing {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  align-content: center;
  gap: 24px;
  padding: 9vh 24px;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 182, 213, 0.38), transparent 22%),
    radial-gradient(circle at 78% 12%, rgba(186, 245, 224, 0.26), transparent 24%),
    linear-gradient(135deg, #fff6fb, #ffffff 48%, #effaf5);
  color: #181114;
}

.olivia-glitter-field {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 6;
  mix-blend-mode: normal;
}

.glitter-curtain,
.glitter-curtain-alt {
  position: absolute;
  inset: -10%;
  opacity: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 238, 170, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 22% 74%, rgba(255, 182, 213, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 34% 42%, rgba(215, 255, 242, 0.75) 0 2px, transparent 3px),
    radial-gradient(circle at 48% 20%, rgba(255, 238, 170, 0.85) 0 2px, transparent 3px),
    radial-gradient(circle at 63% 68%, rgba(255, 182, 213, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 34%, rgba(255, 238, 170, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 90% 82%, rgba(215, 255, 242, 0.7) 0 2px, transparent 3px);
  background-size: 220px 220px;
  filter: drop-shadow(0 0 10px rgba(255, 238, 170, 0.65));
  animation: glitterCurtain 6.5s ease-in-out both;
}

.glitter-curtain-alt {
  background-size: 170px 170px;
  animation-delay: 0.35s;
  animation-duration: 7.5s;
  transform: rotate(8deg);
}

.fairy-sweep {
  position: absolute;
  left: -16vw;
  top: 54vh;
  z-index: 8;
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff7c8;
  font-size: 9rem;
  text-shadow:
    0 0 20px rgba(255, 238, 170, 0.95),
    0 0 56px rgba(255, 182, 213, 0.82);
  animation: fairySweep 3.2s ease-in-out both;
}

.fairy-sweep::after {
  content: "";
  position: absolute;
  right: 55%;
  width: 72vw;
  height: 90px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 238, 170, 0.82), rgba(255, 182, 213, 0.44));
  filter: blur(16px);
}

.dust {
  position: absolute;
  z-index: 9;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff3a8;
  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.95),
    0 0 34px rgba(255, 238, 170, 0.92),
    0 0 68px rgba(255, 182, 213, 0.82);
  opacity: 0;
  animation: glitterBurst 4.2s ease-out both;
}

.dust:nth-child(3n) {
  background: #ffc8dc;
}

.dust:nth-child(4n) {
  background: #d7fff2;
}

.dust:nth-child(5n) {
  width: 34px;
  height: 34px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}

.dust-1 { left: 50%; top: 48%; --x: -38vw; --y: -31vh; animation-delay: 0.18s; }
.dust-2 { left: 50%; top: 48%; --x: -24vw; --y: -42vh; animation-delay: 0.21s; }
.dust-3 { left: 50%; top: 48%; --x: -8vw; --y: -36vh; animation-delay: 0.24s; }
.dust-4 { left: 50%; top: 48%; --x: 14vw; --y: -40vh; animation-delay: 0.27s; }
.dust-5 { left: 50%; top: 48%; --x: 34vw; --y: -26vh; animation-delay: 0.3s; }
.dust-6 { left: 50%; top: 48%; --x: 42vw; --y: -6vh; animation-delay: 0.33s; }
.dust-7 { left: 50%; top: 48%; --x: 30vw; --y: 20vh; animation-delay: 0.36s; }
.dust-8 { left: 50%; top: 48%; --x: 8vw; --y: 34vh; animation-delay: 0.39s; }
.dust-9 { left: 50%; top: 48%; --x: -18vw; --y: 30vh; animation-delay: 0.42s; }
.dust-10 { left: 50%; top: 48%; --x: -38vw; --y: 12vh; animation-delay: 0.45s; }
.dust-11 { left: 20%; top: -8%; --x: 10vw; --y: 112vh; animation-delay: 0.8s; animation-duration: 7s; }
.dust-12 { left: 34%; top: -8%; --x: -4vw; --y: 115vh; animation-delay: 1.1s; animation-duration: 7.6s; }
.dust-13 { left: 52%; top: -8%; --x: 8vw; --y: 118vh; animation-delay: 0.95s; animation-duration: 7.2s; }
.dust-14 { left: 68%; top: -8%; --x: -8vw; --y: 116vh; animation-delay: 1.3s; animation-duration: 8s; }
.dust-15 { left: 82%; top: -8%; --x: 4vw; --y: 120vh; animation-delay: 1.5s; animation-duration: 8.2s; }
.dust-16 { left: 8%; top: -8%; --x: 14vw; --y: 114vh; animation-delay: 1.7s; animation-duration: 8.5s; }
.dust-17 { left: 50%; top: 48%; --x: -46vw; --y: -2vh; animation-delay: 0.48s; }
.dust-18 { left: 50%; top: 48%; --x: -30vw; --y: -18vh; animation-delay: 0.51s; }
.dust-19 { left: 50%; top: 48%; --x: -14vw; --y: -8vh; animation-delay: 0.54s; }
.dust-20 { left: 50%; top: 48%; --x: 2vw; --y: -24vh; animation-delay: 0.57s; }
.dust-21 { left: 50%; top: 48%; --x: 20vw; --y: -14vh; animation-delay: 0.6s; }
.dust-22 { left: 50%; top: 48%; --x: 44vw; --y: 16vh; animation-delay: 0.63s; }
.dust-23 { left: 50%; top: 48%; --x: 22vw; --y: 40vh; animation-delay: 0.66s; }
.dust-24 { left: 50%; top: 48%; --x: -4vw; --y: 46vh; animation-delay: 0.69s; }
.dust-25 { left: 50%; top: 48%; --x: -28vw; --y: 44vh; animation-delay: 0.72s; }
.dust-26 { left: 50%; top: 48%; --x: -50vw; --y: 28vh; animation-delay: 0.75s; }
.dust-27 { left: 14%; top: -8%; --x: 20vw; --y: 116vh; animation-delay: 2s; animation-duration: 9s; }
.dust-28 { left: 28%; top: -8%; --x: 10vw; --y: 118vh; animation-delay: 2.2s; animation-duration: 9.2s; }
.dust-29 { left: 42%; top: -8%; --x: -8vw; --y: 120vh; animation-delay: 2.4s; animation-duration: 9.4s; }
.dust-30 { left: 56%; top: -8%; --x: 12vw; --y: 122vh; animation-delay: 2.1s; animation-duration: 9.5s; }
.dust-31 { left: 70%; top: -8%; --x: -12vw; --y: 119vh; animation-delay: 2.35s; animation-duration: 9.7s; }
.dust-32 { left: 86%; top: -8%; --x: -20vw; --y: 116vh; animation-delay: 2.55s; animation-duration: 9.8s; }
.dust-33 { left: 6%; top: 35%; --x: 86vw; --y: -12vh; animation-delay: 1.1s; animation-duration: 6.8s; }
.dust-34 { left: 3%; top: 58%; --x: 92vw; --y: 16vh; animation-delay: 1.35s; animation-duration: 7.2s; }
.dust-35 { left: 95%; top: 26%; --x: -90vw; --y: 22vh; animation-delay: 1.6s; animation-duration: 7.4s; }
.dust-36 { left: 96%; top: 72%; --x: -88vw; --y: -20vh; animation-delay: 1.85s; animation-duration: 7.6s; }

.glitter-shard {
  position: fixed;
  left: 50%;
  top: 52%;
  z-index: 10;
  width: 52px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff, #ffe88f, #ffb8d0);
  box-shadow:
    0 0 24px rgba(255, 238, 170, 0.9),
    0 0 58px rgba(255, 182, 213, 0.72);
  opacity: 0;
  animation: shardThrow 2.5s ease-out both;
}

.shard-1 { --x: -44vw; --y: -34vh; --r: 220deg; animation-delay: 0.18s; }
.shard-2 { --x: -26vw; --y: -48vh; --r: 320deg; animation-delay: 0.22s; }
.shard-3 { --x: 2vw; --y: -44vh; --r: 180deg; animation-delay: 0.26s; }
.shard-4 { --x: 28vw; --y: -36vh; --r: 280deg; animation-delay: 0.3s; }
.shard-5 { --x: 48vw; --y: -8vh; --r: 210deg; animation-delay: 0.34s; }
.shard-6 { --x: 40vw; --y: 26vh; --r: 360deg; animation-delay: 0.38s; }
.shard-7 { --x: 8vw; --y: 42vh; --r: 260deg; animation-delay: 0.42s; }
.shard-8 { --x: -24vw; --y: 38vh; --r: 330deg; animation-delay: 0.46s; }
.shard-9 { --x: -50vw; --y: 14vh; --r: 230deg; animation-delay: 0.5s; }
.shard-10 { --x: 0vw; --y: 0vh; --r: 180deg; width: 90px; height: 90px; border-radius: 50%; animation-delay: 0.12s; }

.glitter-flash {
  position: fixed;
  inset: 0;
  z-index: 7;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.72), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(255, 238, 170, 0.48), transparent 36%);
  animation: glitterFlash 1.45s ease-out both;
}

.olivia-card {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 182, 213, 0.52);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 90px rgba(92, 34, 52, 0.18);
  text-align: center;
  backdrop-filter: blur(16px);
  animation: cardFloatIn 0.8s ease both;
}

.olivia-logo {
  width: min(150px, 38vw);
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(92, 34, 52, 0.18);
}

.olivia-pill {
  display: inline-flex;
  margin: 0 0 18px;
  border-radius: 999px;
  padding: 10px 16px;
  background: #ffe5ef;
  color: #6f1736;
  font-size: 0.82rem;
  font-weight: 700;
}

.olivia-card h1 {
  max-width: 820px;
  margin: 0 auto;
  color: #1d1518;
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-transform: none;
}

.olivia-copy {
  max-width: 760px;
  margin: 24px auto 0;
  color: #5f5559;
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.75;
}

.olivia-actions {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 14px;
  margin-top: 34px;
}

.olivia-request-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 390px);
  border: 0;
  border-radius: 999px;
  padding: 20px 34px;
  background:
    linear-gradient(135deg, #191316, #7d2449 52%, #191316);
  color: #fff;
  box-shadow:
    0 20px 46px rgba(125, 36, 73, 0.32),
    0 0 34px rgba(255, 182, 213, 0.38);
  font-size: clamp(0.98rem, 2.2vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease;
}

.olivia-request-button:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.06);
  box-shadow:
    0 26px 58px rgba(125, 36, 73, 0.4),
    0 0 48px rgba(255, 182, 213, 0.5);
}

.olivia-secondary-link {
  color: rgba(33, 25, 28, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: rgba(125, 36, 73, 0.28);
  text-underline-offset: 5px;
}

.olivia-secondary-link:hover {
  color: #7d2449;
}

.olivia-note {
  max-width: 760px;
  margin: 28px auto 0;
  border: 1px solid rgba(170, 114, 35, 0.24);
  border-radius: 24px;
  padding: 16px 18px;
  background: #fff8df;
  color: #735927;
  line-height: 1.55;
}

.olivia-ideas {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.olivia-ideas article {
  border: 1px solid rgba(255, 182, 213, 0.42);
  border-radius: 24px;
  min-height: 178px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 38px rgba(92, 34, 52, 0.1);
}

.olivia-ideas h2 {
  margin: 0 0 10px;
  color: #2a1f23;
  font-family: Georgia, serif;
  font-size: 1.15rem;
}

.olivia-ideas p {
  margin: 0;
  color: #665a5e;
  line-height: 1.6;
}

.olivia-choice-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #665a5e;
  line-height: 1.7;
}

.olivia-footer {
  position: relative;
  z-index: 2;
  color: rgba(33, 25, 28, 0.62);
}

@keyframes fairySweep {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(-18deg) scale(0.55);
  }
  18% {
    opacity: 1;
  }
  82% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(128vw, -70vh) rotate(10deg) scale(1.35);
  }
}

@keyframes glitterBurst {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0) rotate(0deg);
  }
  14% {
    opacity: 1;
    transform: translate(calc(var(--x) * 0.18), calc(var(--y) * 0.18)) scale(2.1) rotate(80deg);
  }
  42% {
    opacity: 1;
    transform: translate(calc(var(--x) * 0.72), calc(var(--y) * 0.72)) scale(1.35) rotate(220deg);
  }
  100% {
    opacity: 0;
    transform: translate(var(--x), var(--y)) scale(0.45) rotate(420deg);
  }
}

@keyframes shardThrow {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(0deg) scale(0.1);
  }
  12% {
    opacity: 1;
    transform: translate(calc(var(--x) * 0.16), calc(var(--y) * 0.16)) rotate(60deg) scale(2.4);
  }
  52% {
    opacity: 1;
    transform: translate(calc(var(--x) * 0.72), calc(var(--y) * 0.72)) rotate(var(--r)) scale(1.2);
  }
  100% {
    opacity: 0;
    transform: translate(var(--x), var(--y)) rotate(var(--r)) scale(0.4);
  }
}

@keyframes glitterFlash {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  18% {
    opacity: 0.9;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes glitterCurtain {
  0% {
    opacity: 0;
    transform: translateY(-8vh) scale(0.98);
  }
  16% {
    opacity: 1;
  }
  72% {
    opacity: 0.78;
  }
  100% {
    opacity: 0;
    transform: translateY(18vh) scale(1.04);
  }
}

@keyframes cardFloatIn {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

footer {
  margin-top: 10px;
  padding: 10px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(244, 239, 232, 0.76);
  font-size: 0.68rem;
  text-align: center;
}

.business-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  letter-spacing: 0.1em;
  color: rgba(244, 239, 232, 0.76);
  line-height: 1.2;
  white-space: nowrap;
}

.business-footer span:not(:last-child)::after {
  content: "|";
  margin: 0 clamp(12px, 2vw, 26px);
  color: var(--gold);
}

.scroll-rail {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 30;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.scroll-rail a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  color: #fff;
  font-size: 1.05rem;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.12);
  backdrop-filter: blur(10px);
}

.scroll-rail a:hover {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--gold);
}

.policy-table-wrap {
  overflow-x: auto;
  margin: 14px auto 16px;
}

.policy-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  text-align: left;
}

.policy-table th,
.policy-table td {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 14px;
}

.policy-table th {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.04);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
}

.policy-table td {
  color: #d8d1c6;
}

.did-page .mini strong {
  color: #fff;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.22),
    0 0 18px rgba(212, 175, 55, 0.22);
  animation: didStrongGlow 4.2s ease-in-out infinite;
}

.contact-card {
  text-align: center;
}

.contact-card a {
  color: #efe8dd;
}

.contact-form {
  display: grid;
  gap: 14px;
  max-width: 560px;
  margin: 18px auto 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(212, 175, 55, 0.26);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  outline: none;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(212, 175, 55, 0.68);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12);
}

.contact-form button {
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 999px;
  padding: 14px 18px;
  background: rgba(212, 175, 55, 0.18);
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-actions {
  margin-top: 18px;
}

@keyframes oliviaNavGlow {
  0%,
  100% {
    color: var(--gold);
    text-shadow:
      0 0 10px rgba(212, 175, 55, 0.35),
      0 0 18px rgba(212, 175, 55, 0.18);
  }

  50% {
    color: #f4efe8;
    text-shadow: none;
  }
}

@keyframes startPromptGlow {
  0%,
  100% {
    color: rgba(244, 239, 232, 0.86);
    text-shadow: none;
  }

  50% {
    color: var(--gold);
    text-shadow:
      0 0 10px rgba(212, 175, 55, 0.34),
      0 0 18px rgba(212, 175, 55, 0.18);
  }
}

@keyframes didStrongGlow {
  0%,
  100% {
    color: #fff;
    text-shadow:
      0 0 8px rgba(255, 255, 255, 0.16),
      0 0 14px rgba(212, 175, 55, 0.12);
  }

  50% {
    color: #fff7d6;
    text-shadow:
      0 0 14px rgba(255, 255, 255, 0.32),
      0 0 28px rgba(212, 175, 55, 0.34);
  }
}

.help-page .page-title,
.help-page .section h2,
.help-page .mini h2,
.help-page .mini h3 {
  font-family: Montserrat, Arial, sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.16em !important;
  line-height: 1.22 !important;
  color: #c9ad68 !important;
  font-weight: 600 !important;
}

.help-page .page-title {
  font-size: clamp(1.9rem, 4vw, 3.2rem) !important;
}

.help-page .mini h2 {
  font-size: clamp(1rem, 2vw, 1.28rem) !important;
}

.help-page .section > section:not(.mini) h2 {
  font-size: clamp(1.35rem, 3vw, 2.15rem) !important;
}

.help-page .mini p[style*="Starting"] {
  font-family: Montserrat, Arial, sans-serif !important;
  color: #c9ad68 !important;
  letter-spacing: 0.15em !important;
  font-size: 0.82rem !important;
}

@media (max-width: 940px) {
  .nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .business-footer {
    flex-wrap: wrap;
    white-space: normal;
  }

  .business-footer span::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 28px, 1120px);
    padding-top: 18px;
  }

  .home-page {
    height: auto;
    min-height: 100vh;
    overflow-y: auto;
  }

  .home-page .shell {
    min-height: 100vh;
    height: auto;
    grid-template-rows: auto auto auto;
    gap: 18px;
  }

  .nav {
    gap: 9px;
  }

  .pill,
  .cta,
  .card-cta {
    padding: 8px 10px;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .nav-start-prompt {
    text-align: center;
    font-size: 0.58rem;
  }

  .nav a {
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }

  .hero {
    gap: 12px;
    padding: 8px 0;
  }

  .brand-mark {
    width: 104px;
    height: 104px;
  }

  h1 {
    font-size: clamp(2.35rem, 15vw, 4rem);
  }

  .subhead {
    font-size: 0.68rem;
    line-height: 1.55;
  }

  .intro-copy {
    font-size: 0.88rem;
  }

  .section {
    margin-top: 20px;
    padding: 20px 16px;
    border-radius: 20px;
  }

  .mini,
  .card {
    padding: 18px;
    border-radius: 18px;
  }

  .business-footer {
    gap: 5px;
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    line-height: 1.45;
  }

  .scroll-rail {
    right: 10px;
  }

  .scroll-rail a {
    width: 34px;
    height: 34px;
  }

  .contact-form input,
  .contact-form textarea {
    border-radius: 12px;
  }
}

@media (max-width: 920px) {
  .olivia-ideas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .olivia-ideas {
    grid-template-columns: 1fr;
  }
}
