:root {
  --berry: #8f275c;
  --berry-dark: #68173f;
  --plum: #401b38;
  --plum-deep: #281323;
  --cream: #fff9f3;
  --paper: #fffdf9;
  --blush: #f8e4e5;
  --rose: #d9778e;
  --charcoal: #292329;
  --muted: #6d6269;
  --line: #e8dbdd;
  --focus: #166c87;
  --shadow: 0 24px 70px rgba(73, 27, 52, .14);
  --radius: 1.5rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--charcoal); font-family: ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, -apple-system, sans-serif; line-height: 1.65; }
a { color: inherit; text-underline-offset: .2em; }
button, summary { font: inherit; }
svg { display: block; }
.shell { width: min(1120px, calc(100% - 2.25rem)); margin-inline: auto; }
.narrow { max-width: 800px; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .65rem 1rem; border-radius: .5rem; background: var(--paper); color: var(--plum); font-weight: 800; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; border-radius: .25rem; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(78, 29, 57, .09); background: rgba(255, 249, 243, .97); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .62rem; color: var(--plum); font-size: 1.22rem; font-weight: 800; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { width: 35px; height: 35px; fill: var(--berry); }
.brand-wave { fill: none; stroke: var(--cream); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.desktop-nav { display: none; align-items: center; gap: 1.75rem; }
.desktop-nav a { color: #55464f; font-size: .94rem; font-weight: 650; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--berry-dark); }
.desktop-nav .nav-action { padding: .62rem 1rem; border: 1px solid #d8bdc8; border-radius: 999px; }
.mobile-nav { position: relative; }
.mobile-nav summary { display: flex; align-items: center; gap: .65rem; padding: .55rem .7rem; cursor: pointer; color: var(--plum); font-weight: 750; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 19px; height: 2px; border-radius: 2px; background: currentColor; content: ""; transition: transform .2s ease; }
.menu-icon::before { transform: translateY(-6px); }
.menu-icon::after { transform: translateY(4px); }
.mobile-nav[open] .menu-icon { background: transparent; }
.mobile-nav[open] .menu-icon::before { transform: translateY(0) rotate(45deg); }
.mobile-nav[open] .menu-icon::after { transform: translateY(-2px) rotate(-45deg); }
.mobile-nav nav { position: absolute; top: calc(100% + .7rem); right: 0; width: min(260px, calc(100vw - 2.25rem)); padding: .6rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); box-shadow: var(--shadow); }
.mobile-nav nav a { display: block; padding: .7rem .85rem; border-radius: .6rem; color: var(--plum); font-weight: 650; text-decoration: none; }
.mobile-nav nav a:hover, .mobile-nav nav a[aria-current="page"] { background: var(--blush); }

.hero { position: relative; overflow: hidden; padding: 4.5rem 0 5rem; background: linear-gradient(145deg, #fffaf5 10%, #fae9e8 57%, #f0d2dc 100%); }
.hero::before { position: absolute; width: 28rem; height: 28rem; right: -14rem; top: -16rem; border-radius: 50%; background: rgba(143, 39, 92, .12); content: ""; }
.hero-glow { position: absolute; width: 14rem; height: 14rem; left: -9rem; bottom: -7rem; border: 2.5rem solid rgba(217, 119, 142, .12); border-radius: 50%; }
.hero-grid { position: relative; display: grid; align-items: center; gap: 4.5rem; }
.eyebrow { display: flex; align-items: center; gap: .55rem; margin: 0 0 .9rem; color: var(--berry); font-size: .77rem; font-weight: 850; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow > span { width: 1.8rem; height: 2px; background: var(--rose); }
.eyebrow.light { color: #f5bdcb; }
.hero h1, .section h2, .page-hero h1 { color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.1rem, 11vw, 5.6rem); }
.hero h1 em { color: var(--berry); font-weight: 500; }
.hero-lede { max-width: 620px; margin: 1.6rem 0 0; color: #564850; font-size: clamp(1.06rem, 2.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 1.8rem; }
.status-pill { display: inline-flex; align-items: center; gap: .65rem; padding: .85rem 1.05rem; border: 1px solid #d9bdc7; border-radius: 999px; background: rgba(255, 253, 249, .72); color: var(--plum); font-size: .88rem; font-weight: 750; box-shadow: 0 8px 25px rgba(82, 31, 58, .06); }
.status-pill svg { width: 21px; fill: none; stroke: var(--berry); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.text-link { color: var(--berry-dark); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.availability-note { max-width: 550px; margin: 1rem 0 0; color: var(--muted); font-size: .86rem; }
.voice-scene { position: relative; min-height: 330px; display: grid; place-items: center; }
.message-card { position: relative; z-index: 2; width: min(100%, 390px); padding: 1.4rem; border: 1px solid rgba(94, 42, 68, .1); border-radius: 1.75rem; background: var(--paper); box-shadow: var(--shadow); transform: rotate(-2deg); }
.message-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; }
.message-top strong, .message-top span { display: block; }
.message-top strong { color: var(--plum); font-size: .93rem; }
.message-top div span { color: var(--muted); font-size: .76rem; }
.avatar { width: 42px; height: 42px; display: grid !important; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #9a3567, #5f173e); color: white; font-weight: 800; }
.heart-chip { width: 32px; height: 32px; display: grid !important; place-items: center; border-radius: 50%; background: var(--blush); color: var(--berry); }
.waveform { height: 82px; display: flex; align-items: center; justify-content: center; gap: 4px; margin: 1rem 0 .5rem; }
.waveform i { width: 4px; height: 22%; border-radius: 5px; background: linear-gradient(#b94676, #74204e); }
.waveform i:nth-child(3n) { height: 63%; }.waveform i:nth-child(4n) { height: 42%; }.waveform i:nth-child(5n) { height: 85%; }.waveform i:nth-child(7n) { height: 100%; }
.player-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; color: var(--muted); font-size: .76rem; }
.play-demo { width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--berry); color: white; opacity: 1; }
.orbit { position: absolute; border: 1px solid rgba(117, 31, 75, .17); border-radius: 50%; }
.orbit-one { width: 330px; height: 330px; }.orbit-two { width: 270px; height: 270px; border-style: dashed; }
.mini-note { position: absolute; z-index: 3; padding: .6rem .8rem; border-radius: .8rem; background: rgba(255, 253, 249, .96); color: var(--plum); font-size: .75rem; font-weight: 750; box-shadow: 0 12px 35px rgba(64, 27, 56, .12); }
.mini-note span { color: var(--berry); }.note-one { top: 3%; right: 2%; }.note-two { bottom: 2%; left: 0; }

.section { padding: 5rem 0; }
.section-heading { max-width: 650px; margin-bottom: 2.6rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section h2, .page-hero h1 { margin: 0; font-size: clamp(2.35rem, 7vw, 3.8rem); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; gap: 2.5rem; }
.feature { text-align: center; }
.feature-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 1.2rem; border-radius: 24px; background: #f0d8df; color: var(--berry); transform: rotate(-3deg); }
.feature-icon.blush { background: #f9e9df; color: #a4475f; transform: rotate(3deg); }.feature-icon.plum { background: #eadde8; color: var(--plum); }
.feature-icon svg { width: 36px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }.feature-icon.blush svg { fill: currentColor; stroke: none; }
.feature h3, .steps h3 { margin: 0 0 .4rem; color: var(--plum); font-size: 1.12rem; }.feature p, .steps p { margin: 0; color: var(--muted); }
.privacy-callout { overflow: hidden; background: linear-gradient(145deg, var(--plum-deep), #541d41 65%, #752451); color: #f9edf1; }
.privacy-grid { display: grid; align-items: center; gap: 2.5rem; }
.privacy-callout h2 { color: white; }
.privacy-callout p:not(.eyebrow) { color: #eadbe2; }
.privacy-art { min-height: 230px; position: relative; display: grid; place-items: center; }
.privacy-art::before, .privacy-art::after { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; content: ""; }.privacy-art::before { width: 230px; height: 230px; }.privacy-art::after { width: 170px; height: 170px; }
.shield { z-index: 1; width: 118px; height: 132px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 2rem; background: rgba(255,255,255,.1); box-shadow: 0 20px 50px rgba(0,0,0,.18); transform: rotate(3deg); }
.shield svg { width: 72px; fill: rgba(255,255,255,.04); stroke: #f5bdcb; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.lock-dot { position: absolute; z-index: 2; right: 18%; top: 20%; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: #f5bdcb; color: var(--berry); box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.button { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1rem; padding: .82rem 1.15rem; border-radius: 999px; font-weight: 800; text-decoration: none; }
.button-light { background: var(--paper); color: var(--berry-dark); }.button-light:hover { background: var(--blush); }
.steps-section { background: var(--paper); }
.steps { display: grid; gap: 2rem; margin: 0; padding: 0; list-style: none; }
.steps li { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 1rem; }
.steps li > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--berry-dark); font-family: Georgia, serif; font-size: 1.15rem; font-weight: 700; }
.faq-section { background: #faefec; }
.faq-list { border-top: 1px solid #dbc9cc; }
.faq-list details { border-bottom: 1px solid #dbc9cc; }
.faq-list summary { position: relative; padding: 1.25rem 2.8rem 1.25rem 0; cursor: pointer; color: var(--plum); font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 50%; right: .5rem; width: 14px; height: 2px; background: var(--berry); content: ""; }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s; }.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -.25rem 2.8rem 1.3rem 0; color: var(--muted); }
.closing-cta { padding-bottom: 6rem; background: var(--paper); }
.cta-panel { display: grid; align-items: center; gap: 1.5rem; padding: 2.5rem; border-radius: 2rem; background: linear-gradient(135deg, #74204e, #461a3d); color: white; box-shadow: var(--shadow); }
.cta-panel h2 { color: white; font-size: clamp(2rem, 6vw, 3.2rem); }.cta-panel p { margin-bottom: 0; color: #eadbe2; }
.cta-links { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; }.cta-links > a:not(.button) { font-weight: 750; }

.site-footer { padding: 3.5rem 0 1.5rem; background: #24121f; color: #d9cbd2; }
.footer-main { display: grid; gap: 2.5rem; }.footer-brand { color: white; }.footer-main p { color: #bbaab3; font-size: .9rem; }.footer-main h2 { margin: 0 0 .8rem; color: #f5edf1; font-family: inherit; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-main nav a, .footer-contact a { display: block; width: fit-content; margin: .45rem 0; color: #d9cbd2; font-size: .9rem; text-decoration: none; }.footer-main a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.1); color: #a997a1; font-size: .78rem; }.footer-bottom p { margin: 0; }

.page-hero { padding: 4rem 0 3.5rem; background: linear-gradient(145deg, #fffaf5, #f5dee2); text-align: center; }
.page-hero .eyebrow { justify-content: center; }.page-hero p:last-child { max-width: 680px; margin: 1rem auto 0; color: var(--muted); font-size: 1.08rem; }
.prose-wrap { padding: 4rem 0 6rem; background: var(--paper); }
.prose { max-width: 780px; margin: auto; }
.prose .updated { display: inline-block; margin: 0 0 2rem; padding: .35rem .7rem; border-radius: 999px; background: var(--blush); color: var(--berry-dark); font-size: .82rem; font-weight: 750; }
.prose h2 { margin: 2.5rem 0 .65rem; color: var(--plum); font-family: Georgia, serif; font-size: 1.65rem; letter-spacing: -.025em; }
.prose h3 { margin: 1.4rem 0 .4rem; color: var(--plum); font-size: 1.05rem; }.prose p, .prose li { color: #514850; }.prose ul, .prose ol { padding-left: 1.3rem; }.prose li + li { margin-top: .4rem; }.prose a { color: var(--berry-dark); font-weight: 700; }
.notice { margin: 2rem 0; padding: 1.15rem 1.25rem; border-left: 4px solid var(--berry); border-radius: 0 .8rem .8rem 0; background: #f9e9e8; }.notice p { margin: 0; }
.contact-panel { margin-top: 2.5rem; padding: 1.5rem; border-radius: var(--radius); background: #f7e7e8; }.contact-panel h2 { margin-top: 0; }
.action-button { display: inline-flex; align-items: center; gap: .55rem; margin: .5rem 0 1rem; padding: .85rem 1.15rem; border-radius: 999px; background: var(--berry); color: white !important; font-weight: 800; text-decoration: none; }.action-button:hover { background: var(--berry-dark); }
.support-grid { display: grid; gap: 1.25rem; margin: 2rem 0; }.support-card { padding: 1.3rem; border-radius: 1rem; background: #fbf1ee; }.support-card h2 { margin-top: 0; font-size: 1.35rem; }
.error-page { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 4rem 0; background: linear-gradient(145deg, #fffaf5, #f2d8df); text-align: center; }.error-code { margin: 0; color: var(--rose); font-family: Georgia, serif; font-size: clamp(5rem, 25vw, 10rem); line-height: .8; }.error-page h1 { margin: 1.5rem 0 .5rem; color: var(--plum); font-family: Georgia, serif; font-size: clamp(2.2rem, 8vw, 3.8rem); }.error-page p { max-width: 520px; margin: 0 auto 1.5rem; color: var(--muted); }

@media (min-width: 700px) {
  .shell { width: min(1120px, calc(100% - 4rem)); }
  .desktop-nav { display: flex; }.mobile-nav { display: none; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); gap: 3rem; }
  .privacy-grid { grid-template-columns: .8fr 1.2fr; gap: 5rem; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 4rem; }
  .steps li:nth-child(odd)::after { position: absolute; top: 22px; left: calc(100% + 1rem); width: 2rem; border-top: 1px dashed #ceb7be; content: ""; }
  .cta-panel { grid-template-columns: 1fr auto; padding: 3rem; }
  .footer-main { grid-template-columns: 1.7fr .7fr 1fr; }
  .support-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
  .hero { padding: 6.5rem 0; }.hero-grid { grid-template-columns: 1.08fr .92fr; }.voice-scene { min-height: 430px; }.note-one { right: -1%; top: 9%; }.note-two { left: -2%; bottom: 9%; }
  .privacy-grid { grid-template-columns: 1fr 1.25fr; }.privacy-art { min-height: 350px; }.privacy-art::before { width: 330px; height: 330px; }.privacy-art::after { width: 250px; height: 250px; }
  .steps { grid-template-columns: repeat(4, 1fr); gap: 2rem; }.steps li { display: block; text-align: center; }.steps li > span { margin: 0 auto 1rem; }.steps li:not(:last-child)::after { top: 22px; left: calc(50% + 35px); width: calc(100% - 38px); }.steps li:nth-child(even)::after { position: absolute; border-top: 1px dashed #ceb7be; content: ""; }
}

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