:root {
  --ink: #0c0711;
  --ink-soft: #18101f;
  --paper: #fff8f5;
  --paper-muted: #eee3e7;
  --pink: #ff4f9a;
  --pink-soft: #ffb8d5;
  --pink-pale: #ffe4ef;
  --violet: #a98aff;
  --peach: #ffb99b;
  --line: rgba(255, 255, 255, 0.14);
  --serif: "Bodoni 72", Didot, "Bodoni MT", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mouse-x: 50%;
  --mouse-y: 30%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
  overflow-x: clip;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--paper);
  background:
    radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgba(255, 79, 154, 0.13), transparent 24rem),
    linear-gradient(135deg, #09060d 0%, #15091a 46%, #0c0711 100%);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--ink);
  background: var(--pink-soft);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  color: var(--ink);
  background: var(--paper);
  border-radius: 999px;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

#particles,
.noise,
.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

#particles {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.62;
}

.noise {
  z-index: 3;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.ambient {
  z-index: 0;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  filter: blur(90px);
  will-change: transform;
}

.ambient--one {
  top: -18vw;
  left: 35vw;
  background: rgba(255, 44, 132, 0.22);
  animation: drift-one 14s ease-in-out infinite alternate;
}

.ambient--two {
  top: 48vh;
  right: -22vw;
  left: auto;
  background: rgba(141, 103, 255, 0.16);
  animation: drift-two 18s ease-in-out infinite alternate;
}

@keyframes drift-one {
  to { transform: translate3d(-12vw, 12vh, 0) scale(1.18); }
}

@keyframes drift-two {
  to { transform: translate3d(-16vw, -14vh, 0) scale(0.82); }
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: flex;
  width: min(100% - 3rem, 1400px);
  height: 92px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.42rem;
  letter-spacing: -0.035em;
  line-height: 1;
}

.brand__first {
  font-family: var(--serif);
  font-size: 2rem;
  font-style: italic;
}

.brand__last {
  font-size: 0.86rem;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.social-link,
.age-pill {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px);
}

.social-link {
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.social-link:hover {
  border-color: rgba(255, 184, 213, 0.6);
  background: rgba(255, 79, 154, 0.14);
  transform: translateY(-2px);
}

.social-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.social-link svg rect,
.social-link svg circle:not(.fill-dot) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.fill-dot {
  fill: currentColor;
}

.age-pill {
  width: auto;
  padding-inline: 0.85rem;
  border-color: rgba(255, 79, 154, 0.42);
  color: var(--pink-soft);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

main,
.site-footer {
  position: relative;
  z-index: 4;
}

.hero {
  position: relative;
  display: grid;
  width: min(100% - 3rem, 1400px);
  min-height: max(760px, 100svh);
  margin: 0 auto;
  padding: 9rem 0 5.5rem;
  grid-template-columns: minmax(0, 1.03fr) minmax(370px, 0.78fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 710px;
}

.eyebrow {
  display: flex;
  margin: 0 0 1.2rem;
  align-items: center;
  gap: 0.7rem;
  color: var(--pink-soft);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.live-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 18px var(--pink);
}

.live-dot::after {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1px solid rgba(255, 79, 154, 0.5);
  border-radius: inherit;
  animation: ping 1.8s ease-out infinite;
}

@keyframes ping {
  70%, 100% { opacity: 0; transform: scale(2); }
}

.hero__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 8.1vw, 8.4rem);
  font-weight: 400;
  letter-spacing: -0.072em;
  line-height: 0.77;
}

.hero__title em {
  color: var(--pink-soft);
  font-weight: 400;
}

.hero__title span {
  display: block;
  margin-top: 0.21em;
  padding-left: 0.52em;
  color: transparent;
  font-size: 0.69em;
  font-style: italic;
  letter-spacing: -0.055em;
  -webkit-text-stroke: 1px rgba(255, 248, 245, 0.68);
}

.hero__intro {
  max-width: 570px;
  margin: 2rem 0 1.8rem;
  color: rgba(255, 248, 245, 0.66);
  font-size: clamp(1rem, 1.45vw, 1.17rem);
  line-height: 1.65;
}

.hero__actions {
  display: grid;
  max-width: 610px;
  gap: 0.72rem;
}

.cta {
  position: relative;
  display: grid;
  min-height: 76px;
  padding: 0.8rem 1rem;
  overflow: hidden;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 19px;
  grid-template-columns: auto 1fr auto;
  gap: 0.95rem;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.cta::before {
  position: absolute;
  top: -80%;
  left: -55%;
  width: 32%;
  height: 260%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: rotate(24deg);
  transition: left 700ms ease;
}

.cta:hover::before {
  left: 125%;
}

.cta:hover {
  transform: translateY(-3px);
}

.cta--primary {
  color: #1a0b14;
  background: linear-gradient(115deg, #ff5da5, #ff9cc6 58%, #ffc0d8);
  box-shadow: 0 20px 50px rgba(255, 43, 132, 0.19), inset 0 1px rgba(255, 255, 255, 0.65);
}

.cta--primary:hover {
  box-shadow: 0 24px 70px rgba(255, 43, 132, 0.33), inset 0 1px rgba(255, 255, 255, 0.7);
}

.cta--secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.cta--secondary:hover {
  border-color: rgba(255, 184, 213, 0.48);
  background: rgba(255, 255, 255, 0.08);
}

.cta__icon {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border-radius: 14px;
  background: rgba(12, 7, 17, 0.12);
}

.cta__icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.cta__icon--heart {
  color: var(--pink-soft);
  background: rgba(255, 79, 154, 0.12);
}

.cta__text {
  display: grid;
  gap: 0.22rem;
}

.cta__text small {
  opacity: 0.62;
  font-size: 0.67rem;
  font-weight: 780;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.cta__text strong {
  font-size: 0.98rem;
  letter-spacing: -0.01em;
}

.cta__badge {
  padding: 0.56rem 0.7rem;
  border: 1px solid rgba(12, 7, 17, 0.18);
  border-radius: 999px;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.cta__arrow {
  padding-right: 0.55rem;
  color: var(--pink-soft);
  font-size: 1.3rem;
}

.hero__meta {
  display: flex;
  margin-top: 1.2rem;
  padding-left: 0.2rem;
  align-items: center;
  gap: 0.7rem;
  color: rgba(255, 248, 245, 0.38);
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.meta-separator {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--pink);
}

.hero__visual {
  position: relative;
  width: min(100%, 500px);
  justify-self: center;
  isolation: isolate;
}

.portrait-card {
  position: relative;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 48% 48% 2rem 2rem / 26% 26% 2rem 2rem;
  aspect-ratio: 0.74;
  background: #20121e;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.48), 0 0 0 9px rgba(255, 255, 255, 0.025);
  transform-style: preserve-3d;
  will-change: transform;
}

.portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(0.92) contrast(1.04) brightness(0.92);
  transform: scale(1.015);
}

.portrait-card__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(12, 7, 17, 0.72), transparent 30%),
    radial-gradient(circle at 88% 9%, rgba(255, 184, 213, 0.28), transparent 32%);
  mix-blend-mode: screen;
}

.portrait-card figcaption {
  position: absolute;
  right: 1.6rem;
  bottom: 1.35rem;
  left: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.58rem;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.caption-line {
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.34);
}

.orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 184, 213, 0.19);
  border-radius: 50%;
}

.orbit::before {
  position: absolute;
  top: -4px;
  left: 48%;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--pink-soft);
  box-shadow: 0 0 20px var(--pink);
}

.orbit--outer {
  inset: -5% -13%;
  animation: spin 24s linear infinite;
}

.orbit--inner {
  inset: 4% -5%;
  animation: spin 17s linear infinite reverse;
}

@keyframes spin {
  to { transform: rotate(1turn); }
}

.floating-tag {
  position: absolute;
  z-index: 4;
  display: flex;
  padding: 0.85rem 1rem;
  align-items: center;
  gap: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(17, 9, 21, 0.74);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  font-family: var(--serif);
  font-size: 1.03rem;
  font-style: italic;
  animation: float 4.5s ease-in-out infinite;
}

.floating-tag span {
  padding: 0.36rem 0.5rem;
  border-radius: 999px;
  color: var(--ink);
  background: var(--pink-soft);
  font-family: var(--sans);
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.floating-tag--top {
  top: 15%;
  right: -13%;
}

@keyframes float {
  50% { transform: translateY(-9px); }
}

.scroll-cue {
  position: absolute;
  bottom: 2.1rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 248, 245, 0.35);
  font-size: 0.61rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  animation: nudge 1.8s ease-in-out infinite;
}

@keyframes nudge {
  50% { transform: translateY(5px); }
}

.support {
  position: relative;
  min-height: 720px;
  padding: clamp(5rem, 10vw, 9rem) 1.5rem;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
}

.support::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.42;
  background-image: linear-gradient(rgba(12, 7, 17, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(12, 7, 17, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}

.support__halo {
  position: absolute;
  top: -8rem;
  left: 8%;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background: rgba(255, 79, 154, 0.15);
  filter: blur(80px);
}

.support__inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 1180px);
  margin: 0 auto;
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(3rem, 8vw, 7.5rem);
}

.eyebrow--dark {
  color: #9f2e62;
}

.support__copy h2 {
  max-width: 570px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.support__copy h2 em {
  color: #b53570;
  font-weight: 400;
}

.support__copy > p:not(.eyebrow) {
  max-width: 510px;
  margin: 1.8rem 0 0;
  color: rgba(12, 7, 17, 0.58);
  font-size: 1.04rem;
  line-height: 1.7;
}

.support__signature {
  display: flex;
  margin-top: 2.2rem;
  align-items: center;
  gap: 0.8rem;
  color: #b53570;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-style: italic;
}

.support__signature svg {
  width: 88px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.4;
}

.paypal-card {
  position: relative;
  padding: clamp(1.3rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(12, 7, 17, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 35px 90px rgba(77, 31, 55, 0.13);
  backdrop-filter: blur(18px);
}

.paypal-card::before {
  position: absolute;
  top: -35%;
  right: -25%;
  width: 20rem;
  height: 20rem;
  content: "";
  border-radius: 50%;
  background: rgba(255, 79, 154, 0.1);
  filter: blur(18px);
}

.paypal-card__top,
.paypal-card__body,
.paypal-card__foot {
  position: relative;
  z-index: 1;
}

.paypal-card__top {
  display: flex;
  padding-bottom: 1.2rem;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(12, 7, 17, 0.08);
}

.paypal-card__label {
  color: #a52c63;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.17em;
}

.paypal-card h3 {
  margin: 0.45rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.lock-icon {
  width: 36px;
  height: 36px;
  padding: 0.55rem;
  border-radius: 50%;
  fill: none;
  stroke: #a52c63;
  stroke-linecap: round;
  stroke-width: 1.5;
  background: var(--pink-pale);
}

.paypal-card__body {
  min-height: 190px;
  padding: 1.35rem 0 0;
}

.paypal-status {
  margin: 3rem 0;
  color: rgba(12, 7, 17, 0.5);
  font-size: 0.82rem;
  text-align: center;
}

.paypal-status--error {
  padding: 0.9rem;
  color: #7a2449;
  border: 1px solid rgba(165, 44, 99, 0.16);
  border-radius: 12px;
  background: var(--pink-pale);
}

#paypal-container-W29JV3RQSXRD2 {
  min-height: 1px;
}

.paypal-card__foot {
  margin: 0.75rem 0 0;
  color: rgba(12, 7, 17, 0.38);
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  min-height: 210px;
  padding: 3.5rem max(1.5rem, calc((100% - 1400px) / 2));
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  color: rgba(255, 248, 245, 0.62);
  background: #09060d;
}

.brand--footer {
  color: var(--paper);
  justify-self: start;
}

.footer-links {
  display: flex;
  gap: 1.7rem;
  font-size: 0.75rem;
  font-weight: 720;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-links a {
  transition: color 160ms ease;
}

.footer-links a:hover {
  color: var(--pink-soft);
}

.site-footer > p {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.55;
  text-align: right;
}

.mobile-dock {
  display: none;
}

.reveal {
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js-ready .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(24px);
}

:focus-visible {
  outline: 2px solid var(--pink-soft);
  outline-offset: 4px;
}

@media (max-width: 1050px) {
  .hero {
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  }

  .hero__title {
    font-size: clamp(4rem, 8.4vw, 6.5rem);
  }

  .floating-tag--top { right: -6%; }
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer > p {
    grid-column: 1 / -1;
    text-align: left;
  }

  .footer-links {
    justify-self: end;
  }
}

@media (max-width: 780px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .site-header {
    width: calc(100% - 2rem);
    height: 76px;
  }

  .brand__first { font-size: 1.7rem; }
  .brand__last { font-size: 0.72rem; }
  .social-link { display: none; }

  .age-pill {
    height: 36px;
    padding-inline: 0.7rem;
  }

  .hero {
    width: calc(100% - 2rem);
    min-height: auto;
    padding: 7.5rem 0 5rem;
    grid-template-columns: 1fr;
    gap: 3.8rem;
  }

  .hero__copy {
    max-width: none;
  }

  .eyebrow {
    margin-bottom: 1rem;
    font-size: 0.63rem;
    letter-spacing: 0.17em;
  }

  .hero__title {
    font-size: clamp(3.7rem, 18.2vw, 6rem);
    line-height: 0.8;
  }

  .hero__title span {
    padding-left: 0.22em;
  }

  .hero__intro {
    margin: 1.5rem 0;
    font-size: 0.97rem;
    line-height: 1.55;
  }

  .cta {
    min-height: 70px;
    padding: 0.7rem 0.78rem;
    border-radius: 17px;
    gap: 0.7rem;
  }

  .cta__icon {
    width: 44px;
    height: 44px;
  }

  .cta__text strong {
    font-size: 0.9rem;
  }

  .cta__badge {
    display: none;
  }

  .hero__meta {
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }

  .hero__visual {
    width: min(85%, 430px);
  }

  .floating-tag--top {
    top: 14%;
    right: -9%;
  }

  .floating-tag {
    padding: 0.7rem 0.8rem;
    font-size: 0.9rem;
  }

  .scroll-cue {
    display: none;
  }

  .support {
    min-height: auto;
    padding: 5.5rem 1rem;
  }

  .support__inner {
    grid-template-columns: 1fr;
    gap: 2.7rem;
  }

  .support__copy h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .support__copy > p:not(.eyebrow) {
    font-size: 0.95rem;
  }

  .paypal-card {
    padding: 1.15rem;
    border-radius: 24px;
  }

  .site-footer {
    padding: 3.5rem 1.5rem;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .footer-links {
    justify-self: start;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
  }

  .mobile-dock {
    position: fixed;
    right: 0.65rem;
    bottom: calc(0.65rem + env(safe-area-inset-bottom));
    left: 0.65rem;
    z-index: 40;
    display: grid;
    padding: 0.32rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(12, 7, 17, 0.82);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(22px);
    grid-template-columns: 1.3fr 0.7fr;
  }

  .mobile-dock a {
    display: grid;
    min-height: 54px;
    padding: 0.52rem 0.85rem;
    align-content: center;
    border-radius: 14px;
  }

  .mobile-dock a:first-child {
    color: var(--ink);
    background: linear-gradient(115deg, #ff5da5, #ffb2d1);
  }

  .mobile-dock span {
    opacity: 0.58;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-dock strong {
    margin-top: 0.08rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 400px) {
  .hero__title { font-size: 3.55rem; }
  .floating-tag--top { right: -12%; }
  .hero__visual { width: 82%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  #particles { display: none; }
}
