:root {
  color-scheme: light;
  --ink: #24121d;
  --muted: #67545f;
  --pink: #ff0b63;
  --pink-deep: #d90b57;
  --coral: #ff697a;
  --blush: #fff5f6;
  --line: #efdde4;
  --cream: #fffbf8;
  --white: #fff;
  --purple: #3a1b38;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 12px 18px; border-radius: 999px; background: var(--white); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }
.section-shell { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.section-pad { padding-block: clamp(80px, 9vw, 144px); }

.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 32px; height: 80px; padding-inline: clamp(24px, 5vw, 72px); background: rgba(255, 251, 248, 0.96); border-bottom: 1px solid rgba(239, 221, 228, 0.8); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.48rem; font-weight: 900; letter-spacing: -0.06em; white-space: nowrap; }
.brand img { width: 44px; height: 44px; border-radius: 12px; object-fit: contain; }
.brand-dot { color: var(--pink); }
.site-nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 0.92rem; font-weight: 750; transition: color 180ms ease, background 180ms ease; }
.site-nav a:hover { color: var(--pink-deep); }
.site-nav .nav-cta { padding: 11px 20px; border-radius: 999px; background: var(--ink); color: var(--white); }
.site-nav .nav-cta:hover { background: var(--pink-deep); color: var(--white); }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--ink); }

.eyebrow { margin: 0 0 20px; color: var(--pink-deep); font-size: 0.8rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255, 255, 255, 0.9); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.055em; }
h2 { margin-bottom: 0; font-size: clamp(3.2rem, 6vw, 6.2rem); line-height: 0.99; font-weight: 850; }
h2 em { color: var(--pink); font-style: normal; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 56px; padding: 15px 24px; border: 1.5px solid transparent; border-radius: 999px; font-weight: 850; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-white { background: var(--white); color: var(--ink); }
.button-white:hover { background: #ffe3ed; }
.button-outline { border-color: rgba(255, 255, 255, 0.7); color: var(--white); }
.button-outline:hover { background: rgba(255, 255, 255, 0.15); }

.hero { position: relative; overflow: hidden; background: linear-gradient(118deg, #fa075c 0%, #ff3b70 48%, #ff7681 100%); color: var(--white); }
.hero::before { position: absolute; width: 760px; height: 760px; right: -240px; top: -330px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; }
.hero-inner { position: relative; width: min(1440px, calc(100% - 96px)); min-height: 790px; margin-inline: auto; display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1fr); align-items: center; gap: 40px; padding-block: 70px 84px; }
.hero-copy { z-index: 3; }
.hero h1 { max-width: 780px; margin-bottom: 30px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.8rem, 6.7vw, 7rem); font-weight: 700; letter-spacing: -.065em; line-height: 1.02; }
.hero-lead { max-width: 550px; margin-bottom: 32px; color: rgba(255,255,255,.94); font-size: clamp(1.14rem, 1.45vw, 1.42rem); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin: 24px 0 0; font-size: .94rem; color: rgba(255,255,255,.82); }
.hero-visual { position: relative; min-height: 640px; }
.hero-glow { position: absolute; width: 620px; height: 620px; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; background: rgba(255,255,255,.12); box-shadow: 0 0 0 55px rgba(255,255,255,.06), 0 0 0 110px rgba(255,255,255,.035); }
.hero-shot { position: absolute; width: min(44vw, 340px); height: auto; aspect-ratio: 9/16; object-fit: contain; border-radius: 25px; box-shadow: 0 30px 90px rgba(113, 0, 45, .28); }
.hero-shot-front { z-index: 2; top: 0; left: 16%; transform: rotate(-8deg); }
.hero-shot-back { z-index: 1; top: 65px; right: 0; transform: rotate(10deg); }
.hero-spark { position: absolute; z-index: 3; font-size: 4rem; line-height: 1; }
.hero-spark-one { color: #a4ffb3; top: 30px; right: 12%; }
.hero-spark-two { color: #ffe671; bottom: 35px; left: 8%; }
.hero-bottom { display: flex; justify-content: center; align-items: center; gap: 22px; padding: 18px 24px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.88); font-size: .83rem; font-weight: 850; letter-spacing: .17em; }
.hero-bottom-line { width: 48px; height: 1px; background: rgba(255,255,255,.68); }

.intro { background: var(--cream); }
.section-heading { max-width: 850px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 620px; margin: 26px 0 0; color: var(--muted); font-size: 1.18rem; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.step-card { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(26px, 3vw, 42px); border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.step-card:nth-child(2) { background: #ffe7ef; border-color: #ffe0e9; }
.step-card:nth-child(3) { background: #fff0e9; border-color: #ffe5d7; }
.step-number { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: auto; border-radius: 50%; background: var(--pink); color: var(--white); font-weight: 900; font-size: .83rem; }
.step-card h3 { max-width: 250px; margin: 28px 0 10px; font-size: clamp(1.7rem, 2.2vw, 2.45rem); line-height: 1.07; }
.step-card p { max-width: 280px; margin: 0; color: var(--muted); }

.story { overflow: hidden; }
.story-like { background: #ffeaf0; }
.story-profiles { background: #fff9f8; }
.story-match { background: #fce8ff; }
.story-locals { background: #fff0e8; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(60px, 10vw, 160px); }
.story-grid.reverse .story-visual { order: 2; }
.story-visual { display: flex; align-items: center; justify-content: center; min-height: 680px; border-radius: 42px; background: linear-gradient(145deg, #ff0a62, #ff7782); }
.story-profiles .story-visual { background: linear-gradient(145deg, #ff4387, #ffd0dc); }
.story-match .story-visual { background: linear-gradient(145deg, #d146be, #ffa1ad); }
.story-locals .story-visual { background: linear-gradient(145deg, #ff4d76, #ffa17e); }
.story-visual img { width: min(370px, 78%); height: auto; aspect-ratio: 9/16; border-radius: 24px; box-shadow: 0 26px 60px rgba(93, 0, 47, .22); }
.story-copy { max-width: 570px; }
.story-copy h2 { margin-bottom: 28px; }
.story-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 30px; color: var(--muted); font-size: 1.18rem; }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 48px; color: var(--pink-deep); font-weight: 850; border-bottom: 2px solid currentColor; }
.text-link:hover { color: var(--ink); }

.safety { background: var(--purple); color: var(--white); }
.safety-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 8vw, 130px); align-items: end; }
.safety h2 em { color: #ffa7c5; }
.safety-copy > p { max-width: 440px; color: rgba(255,255,255,.82); font-size: 1.18rem; }
.safety-links { display: grid; margin-top: 42px; }
.safety-links a { display: flex; justify-content: space-between; gap: 24px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.3); font-weight: 850; }
.safety-links a:last-child { border-bottom: 1px solid rgba(255,255,255,.3); }
.safety-links a:hover { color: #ffa7c5; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); }
.faq h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; font-size: 1.15rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 4px; top: 17px; content: "+"; color: var(--pink); font-size: 1.7rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 620px; padding: 0 28px 24px 0; margin: 0; color: var(--muted); }
.faq-list a { color: var(--pink-deep); text-decoration: underline; text-underline-offset: 3px; }

.closing { overflow: hidden; background: linear-gradient(110deg, #ff0b63, #ff7480); color: var(--white); text-align: center; }
.closing-inner { position: relative; }
.closing h2 { font-size: clamp(4rem, 7vw, 8.5rem); }
.closing h2 em { color: #ffe6ef; }
.closing p:not(.eyebrow) { margin: 28px 0; font-size: 1.2rem; }
.closing .button { min-width: 190px; }
.site-footer { padding: 72px 0 34px; background: #21151e; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; }
.footer-brand { font-size: 2rem; }
.footer-grid > div > p { margin: 16px 0 0; color: rgba(255,255,255,.64); }
.site-footer nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 30px; align-content: start; font-size: .95rem; font-weight: 650; }
.site-footer nav a:hover { color: #ff93b5; }
.copyright { grid-column: 1/-1; margin: 20px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.55); font-size: .9rem; }

.support-page { background: var(--cream); }
.support-hero { padding-block: clamp(96px, 12vw, 170px); background: linear-gradient(115deg, #ff0b63, #ff7381); color: var(--white); }
.support-hero h1 { max-width: 820px; margin-bottom: 26px; font-size: clamp(4.3rem, 8vw, 8rem); line-height: .94; }
.support-hero p:not(.eyebrow) { max-width: 600px; margin-bottom: 30px; font-size: 1.2rem; }
.support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.support-grid article { padding: 36px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.support-grid h2 { margin-bottom: 18px; font-size: 2rem; }
.support-grid p { color: var(--muted); }
.support-grid a { color: var(--pink-deep); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1050px) {
  .hero-inner { width: min(100% - 64px, 620px); min-height: 0; grid-template-columns: 1fr; gap: 18px; padding-block: 80px 40px; }
  .hero h1 { font-size: clamp(4.3rem, 7.4vw, 6rem); }
  .hero-visual { min-height: 600px; }
  .hero-shot { width: min(42vw, 310px); }
  .story-grid { gap: 50px; }
  .story-visual { min-height: 590px; }
  .story-visual img { width: min(320px, 82%); }
}

@media (max-width: 860px) {
  .section-shell { width: min(100% - 40px, 620px); }
  .section-pad { padding-block: 80px; }
  .site-header { height: 72px; padding-inline: 20px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 72px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 25px 70px rgba(69, 15, 41, .18); }
  .site-nav.is-open { display: flex; }
  .site-nav a { justify-content: flex-start; padding: 12px 16px; }
  .site-nav .nav-cta { justify-content: center; margin-top: 6px; }
  .hero-inner { width: min(100% - 40px, 620px); min-height: 0; grid-template-columns: 1fr; gap: 10px; padding-block: 80px 30px; }
  .hero h1 { font-size: clamp(3.5rem, 9.5vw, 5.2rem); }
  .hero-lead { max-width: 550px; }
  .hero-visual { min-height: 580px; }
  .hero-shot { width: min(50vw, 320px); }
  .hero-shot-front { left: 14%; }
  .hero-shot-back { right: 9%; }
  .hero-glow { width: 460px; height: 460px; }
  .steps, .story-grid, .safety-grid, .faq-grid, .support-grid, .footer-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 230px; }
  .story-grid { gap: 42px; }
  .story-grid.reverse .story-visual { order: 0; }
  .story-visual { min-height: 640px; }
  .story-visual img { width: min(340px, 76%); }
  .story-copy { max-width: none; }
  .safety-grid, .faq-grid { gap: 42px; }
  .footer-grid { gap: 44px; }
  .copyright { grid-column: 1; }
}

@media (max-width: 460px) {
  .hero-inner { padding-top: 64px; }
  .hero h1 { font-size: clamp(2.2rem, 11.2vw, 3rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-visual { min-height: 500px; }
  .hero-shot { width: 61vw; }
  .hero-shot-front { left: 2%; }
  .hero-shot-back { right: -4%; top: 54px; }
  .hero-spark-one { right: 3%; }
  .hero-bottom { gap: 10px; font-size: .65rem; }
  .hero-bottom-line { width: 22px; }
  h2 { font-size: clamp(3rem, 12vw, 4.5rem); }
  .story-visual { min-height: 560px; border-radius: 28px; }
  .story-visual img { width: min(300px, 80%); border-radius: 18px; }
  .support-grid article { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .site-nav a { transition: none; }
}
