/* Quasar · Material-inspired, dependency-free landing page */
:root {
  color-scheme: light;
  --bg: #f7f8f2;
  --surface: #ffffff;
  --surface-soft: #edefe7;
  --text: #22291f;
  --muted: #5f695c;
  --primary: #355e35;
  --primary-hover: #284b29;
  --on-primary: #ffffff;
  --tint: #dcebcf;
  --tint-strong: #c0dfa7;
  --line: #d9dfd1;
  --hero-shape: #e6eddd;
  --bubble: #dfedce;
  --accent: #b3d891;
  --access: #253d29;
  --access-ink: #f0f6e7;
  --peach: #f4e5db;
  --lavender: #e9e4f0;
  --mint: #e4ecdc;
  --shadow: 0 22px 65px -25px rgb(35 49 25 / 22%);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --font: "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
:root[data-palette="lilac"] {
  --primary: #675080; --primary-hover: #514064; --tint: #eadcf5; --tint-strong: #d8bfef;
  --hero-shape: #eee5f4; --bubble: #e9dcf5; --accent: #d6b9ee; --access: #393047;
  --bg: #faf7fc; --text: #2c2631; --muted: #6a6070; --surface-soft: #f0eaf3; --line: #e3dae8;
}
:root[data-palette="peach"] {
  --primary: #86533b; --primary-hover: #6d402c; --tint: #f7dfce; --tint-strong: #f2c5a2;
  --hero-shape: #f5e8de; --bubble: #f7dfcd; --accent: #eebb95; --access: #4a3428;
  --bg: #fcf8f3; --text: #32281f; --muted: #746559; --surface-soft: #f3ece4; --line: #e8ded3;
}
:root[data-mode="dark"] {
  color-scheme: dark;
  --bg: #171d16; --surface: #252d22; --surface-soft: #2d3629; --text: #e7ecdf; --muted: #b4bfab;
  --primary: #b4d79d; --primary-hover: #c6e5b2; --on-primary: #213b1e; --tint: #344a2c;
  --tint-strong: #47613b; --line: #394331; --hero-shape: #293622; --bubble: #3a512f;
  --accent: #a9d28d; --access: #2d442c; --peach: #3c322c; --lavender: #332e3d; --mint: #2e3b29;
  --shadow: 0 22px 65px -25px rgb(0 0 0 / 55%);
}
:root[data-mode="dark"][data-palette="lilac"] {
  --bg: #1d1821; --surface: #2c2532; --surface-soft: #352c3c; --text: #eee4f4; --muted: #c5b4cf;
  --primary: #d7b9f0; --primary-hover: #e1c9f6; --on-primary: #3c2750; --tint: #4b365e;
  --tint-strong: #604479; --line: #45384e; --hero-shape: #372a43; --bubble: #4b365e;
  --accent: #d5b0f2; --access: #3c2e49;
}
:root[data-mode="dark"][data-palette="peach"] {
  --bg: #221b16; --surface: #302820; --surface-soft: #3b3027; --text: #f0e6da; --muted: #cebcaa;
  --primary: #eabc98; --primary-hover: #f3cbaa; --on-primary: #4b2f1c; --tint: #583d2b;
  --tint-strong: #6c4c35; --line: #4c3c30; --hero-shape: #403123; --bubble: #583d2b;
  --accent: #edb589; --access: #493528;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; overflow-x: hidden; touch-action: pan-y; }
body { margin: 0; overflow-x: clip; touch-action: pan-y; font-family: var(--font); background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; transition: background-color .45s ease, color .45s ease; }
a { color: inherit; text-decoration: none; touch-action: manipulation; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button, input { color: inherit; }
button { touch-action: manipulation; }
button:disabled { cursor: default; }
a:focus-visible, button:focus-visible, input:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--primary); outline-offset: 5px; }
::selection { background: var(--tint-strong); color: var(--text); }
svg { display: block; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 14px 24px; border-radius: 24px; background: var(--primary); color: var(--on-primary); transform: translateY(-150%); z-index: 100; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.site-header { width: min(1320px, calc(100% - 64px)); margin: 20px auto 0; padding: 12px 16px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; position: relative; z-index: 10; border-radius: 64px; background: color-mix(in srgb, var(--bg) 85%, transparent); }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: 24px; }
.desktop-nav a { font-size: 13px; font-weight: 500; display: flex; align-items: center; gap: 7px; padding: 12px 0; color: var(--muted); position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; bottom: 5px; left: 0; right: 0; background: var(--primary); transform: scaleX(0); transition: transform .3s var(--ease); transform-origin: left; }
.desktop-nav a:hover { color: var(--primary); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.nav-dot { width: 6px; height: 6px; background: var(--primary); border-radius: 50%; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.icon-button { border: 1px solid var(--line); background: transparent; width: 43px; height: 43px; border-radius: 50%; display: grid; place-items: center; transition: background .25s, transform .4s var(--ease); }
.icon-button:hover { background: var(--tint); transform: rotate(-13deg); }
.icon-sun { display: none; }
[data-mode="dark"] .icon-moon { display: none; }
[data-mode="dark"] .icon-sun { display: block; }
.button { min-height: 56px; padding: 16px 25px; border-radius: 100px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; font-size: 14px; line-height: 1.3; font-weight: 600; border: 1px solid transparent; position: relative; isolation: isolate; overflow: hidden; transition: transform .3s var(--ease), background .3s, box-shadow .3s, border-color .3s; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: scale(.97); }
.button .icon { width: 20px; height: 20px; transition: transform .3s var(--ease); }
.button:hover .icon { transform: translate(2px,-2px); }
.button, button, input { touch-action: manipulation; }
.button-small { min-height: 44px; padding: 11px 20px; font-size: 12px; gap: 14px; }
.button-tonal { background: var(--tint); color: var(--primary); }
.button-tonal:hover { background: var(--tint-strong); }
.button-primary { background: var(--primary); color: var(--on-primary); }
.button-primary:hover { background: var(--primary-hover); box-shadow: 0 7px 20px rgb(30 55 30 / 13%); }
.button-outlined { border-color: color-mix(in srgb, var(--primary) 42%, transparent); color: var(--primary); }
.button-outlined:hover { background: var(--tint); border-color: var(--primary); }
.ripple { position: absolute; border-radius: 50%; background: currentColor; opacity: .16; pointer-events: none; transform: scale(0); animation: ripple .65s ease-out forwards; z-index: -1; }
@keyframes ripple { to { transform: scale(2.5); opacity: 0; } }

/* First screen */
.hero { display: grid; grid-template-columns: 1fr 1.06fr; column-gap: 12px; padding-top: 71px; }
.hero-copy { padding-top: 23px; position: relative; z-index: 2; }
.beta-pill { width: fit-content; display: inline-flex; align-items: center; gap: 10px; padding: 7px 10px 7px 13px; border: 1px solid var(--line); border-radius: 30px; font-size: 11px; font-weight: 500; background: color-mix(in srgb, var(--surface) 35%, transparent); transition: background .25s; animation: enter-up .8s var(--ease) both; }
.beta-pill:hover { background: var(--tint); }
.beta-pill .icon { width: 15px; height: 15px; margin-left: 3px; }
.status-dot { height: 6px; width: 6px; border-radius: 50%; background: var(--primary); position: relative; display: inline-block; flex-shrink: 0; }
.status-dot::after { content: ""; position: absolute; inset: -4px; border: 1px solid currentColor; color: var(--primary); border-radius: 50%; animation: status-pulse 3s ease-out infinite; }
.pill-tag { font-size: 8px; letter-spacing: 1px; padding: 3px 5px; background: var(--tint); color: var(--primary); border-radius: 4px; }
h1 { font-size: clamp(72px, 7.2vw, 104px); font-weight: 500; line-height: .99; letter-spacing: -5.6px; margin: 31px 0 27px; animation: enter-up .9s .08s var(--ease) both; }
.title-accent { color: var(--primary); position: relative; display: inline-block; }
.title-accent svg { position: absolute; bottom: -12px; width: 102%; left: -2%; height: 15px; fill: none; stroke: var(--accent); stroke-width: 6px; stroke-linecap: round; }
.title-dot { color: var(--primary); }
.hero-description { color: var(--muted); font-size: 17px; line-height: 1.75; margin: 33px 0 27px; letter-spacing: -.2px; animation: enter-up .9s .16s var(--ease) both; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; animation: enter-up .9s .24s var(--ease) both; }
.hero-note { display: flex; align-items: center; gap: 9px; font-size: 11px; color: var(--muted); margin-top: 23px; animation: enter-up .9s .32s var(--ease) both; }
.tiny-star { font-size: 22px; color: var(--primary); line-height: 1; }
.hero-visual { position: relative; height: 570px; min-width: 0; display: flex; align-items: center; justify-content: center; padding: 0 24px 26px; animation: visual-enter 1.1s .15s var(--ease) both; }
.visual-backdrop { position: absolute; inset: 14px -5px 12px 0; background: var(--hero-shape); border-radius: 47% 49% 44% 46% / 46% 48% 45% 52%; transform: rotate(-9deg); transition: background .5s; }
.orbit-line { position: absolute; inset: -22px -20px; height: calc(100% + 28px); width: calc(100% + 30px); stroke: var(--primary); stroke-opacity: .16; stroke-width: 1; }
.chat-window { width: 345px; background: var(--surface); box-shadow: var(--shadow); position: relative; z-index: 2; border-radius: 28px; padding: 0 14px 14px; transform: rotate(-5deg); transition: transform .7s var(--ease), background .5s; border: 5px solid color-mix(in srgb, var(--surface) 75%, var(--tint)); }
.chat-window:hover, .chat-window:focus-within { transform: rotate(-2deg) translateY(-4px); }
.chat-topbar { padding: 17px 0 15px; display: flex; align-items: center; border-bottom: 1px solid var(--line); gap: 10px; }
.avatar { display: grid; place-items: center; border-radius: 50%; position: relative; flex-shrink: 0; }
.avatar-olya { width: 42px; height: 42px; background: #ede1f3; color: #6a4e7b; font-size: 19px; font-weight: 500; }
.avatar-online { position: absolute; width: 10px; height: 10px; background: #689d54; border: 2px solid var(--surface); border-radius: 50%; right: -1px; bottom: 1px; }
.chat-person { display: flex; flex-direction: column; gap: 3px; }
.chat-person strong { font-size: 13px; font-weight: 600; }
.chat-person span { color: var(--primary); font-size: 10px; }
.preview-label { margin-left: auto; font-size: 7px; letter-spacing: 1.3px; color: var(--muted); background: var(--surface-soft); padding: 4px 6px; border-radius: 4px; }
.chat-video { width: 20px; height: 20px; color: var(--muted); margin-left: 6px; }
.chat-messages { height: 292px; overflow: auto; scrollbar-width: thin; scrollbar-color: var(--tint) transparent; padding: 16px 0 18px; display: flex; flex-direction: column; gap: 13px; overscroll-behavior: contain; }
.chat-day { align-self: center; color: var(--muted); font-size: 9px; margin-bottom: 4px; }
.message { max-width: 90%; padding: 12px 12px 6px; position: relative; font-size: 11px; line-height: 1.5; flex-shrink: 0; }
.message p { margin: 0 0 1px; overflow-wrap: anywhere; }
.message-in { align-self: flex-start; background: var(--surface-soft); border-radius: 16px 16px 16px 4px; }
.message-out { align-self: flex-end; background: var(--bubble); border-radius: 16px 16px 4px 16px; min-width: 185px; }
.message-time { display: flex; align-items: center; justify-content: flex-end; gap: 4px; font-size: 8px; color: var(--muted); }
.message-time .icon { width: 14px; height: 14px; color: var(--primary); }
.message-last { margin-bottom: 10px; }
.reaction { position: absolute; right: 9px; bottom: -13px; display: flex; align-items: center; gap: 4px; font-size: 10px; border: 2px solid var(--surface); border-radius: 16px; padding: 3px 7px; background: var(--tint); }
.reaction svg { width: 12px; height: 12px; fill: #b75c5b; }
.typing-indicator { display: flex; gap: 3px; align-items: center; width: fit-content; padding: 9px 11px; border-radius: 12px; background: var(--surface-soft); flex-shrink: 0; }
.typing-indicator i { width: 4px; height: 4px; border-radius: 50%; background: var(--muted); animation: typing 1.5s infinite; }
.typing-indicator i:nth-child(2) { animation-delay: .15s; }
.typing-indicator i:nth-child(3) { animation-delay: .3s; }
.chat-composer { display: flex; align-items: center; gap: 7px; padding-top: 6px; }
.chat-composer input { width: 0; flex: 1; border: 1px solid transparent; outline-offset: 2px; padding: 12px 13px; border-radius: 24px; background: var(--surface-soft); font-size: 11px; min-height: 41px; }
.chat-composer input::placeholder { color: var(--muted); opacity: 1; }
.send-button { width: 41px; height: 41px; padding: 0; border: none; background: var(--primary); color: var(--on-primary); display: grid; place-items: center; border-radius: 50%; transition: border-radius .3s, transform .3s; flex-shrink: 0; }
.send-button:hover { transform: rotate(-15deg); border-radius: 14px; }
.send-button .icon { width: 17px; height: 17px; }
.new-message { animation: message-enter .4s var(--ease); }
.floating-note { position: absolute; z-index: 3; background: var(--surface); box-shadow: 0 8px 25px -10px rgb(30 40 25 / 12%); display: flex; align-items: center; gap: 8px; padding: 13px 19px; border-radius: 28px; font-size: 11px; font-weight: 500; }
.note-top { top: 18px; left: 34px; transform: rotate(-7deg); animation: float-note 6s ease-in-out infinite; }
.live-dot { width: 7px; height: 7px; background: #75a45d; border-radius: 50%; }
.flower-one { width: 117px; height: 117px; position: absolute; right: 5px; top: 4px; z-index: 3; animation: flower-turn 24s linear infinite; }
.flower-one svg { width: 100%; height: 100%; fill: var(--accent); }
.flower-one circle { fill: none; stroke: var(--primary); stroke-width: 1.6; stroke-dasharray: 1 6; stroke-linecap: round; }
.floating-call { position: absolute; right: -1px; bottom: 44px; z-index: 3; background: var(--surface); padding: 15px 18px 15px 13px; border-radius: 20px; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow); transform: rotate(6deg); animation: float-call 7s ease-in-out infinite; }
.call-icon { background: var(--tint); color: var(--primary); width: 41px; height: 41px; display: grid; place-items: center; border-radius: 50%; }
.call-icon .icon { width: 18px; height: 18px; }
.floating-call strong { font-size: 11px; display: block; margin-bottom: 4px; font-weight: 600; }
.floating-call div > span { color: var(--muted); font-size: 8px; display: block; }
.waveform { display: flex; align-items: center; gap: 3px; height: 30px; margin-left: 12px; }
.waveform i { width: 3px; height: 14px; background: var(--primary); border-radius: 3px; transform-origin: center; animation: wave 1.2s ease-in-out infinite alternate; }
.waveform i:nth-child(2) { height: 24px; animation-delay: -.5s; }
.waveform i:nth-child(3) { height: 30px; animation-delay: -.9s; }
.waveform i:nth-child(4) { height: 19px; animation-delay: -.25s; }
.waveform i:nth-child(5) { height: 10px; animation-delay: -.7s; }
.little-spark { position: absolute; width: 41px; height: 41px; color: var(--primary); stroke: currentColor; fill: none; stroke-width: 1.1px; left: 17px; bottom: 70px; transform: rotate(12deg); }
.demo-caption { position: absolute; bottom: -10px; left: 0; width: 100%; text-align: center; font-size: 9px; color: var(--muted); }
.hero-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; margin-top: 65px; padding-bottom: 27px; border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .2px; color: var(--muted); }
.hero-bottom > a { display: flex; align-items: center; gap: 12px; }
.hero-bottom .icon { width: 18px; height: 18px; transform: rotate(90deg); }

/* Feature cards */
.features { padding-top: 93px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 37px; }
.eyebrow { font-size: 9px; font-weight: 600; letter-spacing: 1.75px; color: var(--primary); display: block; margin-bottom: 17px; }
h2 { margin: 0; font-size: clamp(34px, 3.5vw, 48px); line-height: 1.15; font-weight: 500; letter-spacing: -1.8px; }
.section-heading > p { font-size: 13px; line-height: 1.8; color: var(--muted); margin: 0 10px 3px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feature-card { padding: 26px 28px 24px; border-radius: 30px; min-width: 0; transition: transform .45s var(--ease), box-shadow .45s; }
.feature-card:hover { transform: translateY(-7px); box-shadow: 0 18px 25px -18px rgb(35 40 30 / 20%); }
.card-messages { background: var(--mint); }
.card-calls { background: var(--peach); transition-delay: .08s; }
.card-groups { background: var(--lavender); transition-delay: .16s; }
.feature-icon { display: grid; place-items: center; width: 39px; height: 39px; background: color-mix(in srgb, var(--surface) 55%, transparent); border-radius: 13px; }
.feature-icon .icon { width: 20px; height: 20px; }
.feature-art { height: 180px; position: relative; margin: 2px 0 20px; }
.feature-card h3 { margin: 0 0 12px; font-size: 21px; font-weight: 500; letter-spacing: -.65px; }
.feature-card > p { font-size: 12px; color: var(--muted); line-height: 1.8; margin: 0 0 26px; max-width: 280px; }
.feature-tag { display: inline-block; font-size: 9px; border: 1px solid color-mix(in srgb, var(--text) 15%, transparent); border-radius: 16px; padding: 7px 10px; }
.art-messages { display: flex; flex-direction: column; justify-content: center; padding: 0 6px; }
.mini-message { position: relative; width: fit-content; display: flex; align-items: center; gap: 20px; font-size: 15px; font-weight: 500; padding: 19px 20px; box-shadow: 0 6px 15px -12px rgb(25 40 20 / 30%); }
.mini-in { border-radius: 21px 21px 21px 5px; background: var(--surface); transform: rotate(-7deg); }
.mini-in span { color: var(--muted); font-size: 13px; }
.mini-out { align-self: flex-end; margin-top: 3px; border-radius: 21px 21px 5px 21px; background: var(--primary); color: var(--on-primary); transform: rotate(5deg); }
.mini-out .icon { width: 20px; height: 20px; }
.mini-reaction { position: absolute; left: 22px; bottom: 19px; width: 34px; height: 29px; display: grid; place-items: center; background: var(--surface); border-radius: 20px; transform: rotate(-10deg); }
.mini-reaction svg { width: 15px; height: 15px; fill: #b75c5b; }
.feature-card:hover .mini-in, .feature-card.is-active .mini-in { animation: message-wiggle 1.2s var(--ease); }
.art-calls { display: grid; place-items: center; }
.call-ring { position: absolute; border: 1px solid color-mix(in srgb, var(--text) 11%, transparent); border-radius: 50%; }
.ring-outer { width: 174px; height: 174px; }
.ring-inner { width: 132px; height: 132px; }
.call-avatar { width: 93px; height: 93px; border-radius: 50%; background: #deae90; color: #714a34; display: grid; place-items: center; font-size: 37px; font-weight: 400; transform: rotate(-10deg); }
.mini-video { position: absolute; right: calc(50% - 76px); bottom: 19px; width: 49px; height: 49px; border-radius: 16px; display: grid; place-items: center; color: #f8eee5; background: #70543f; transform: rotate(10deg); }
.call-spark { position: absolute; color: #956c4d; font-size: 48px; top: 5px; left: calc(50% - 84px); transform: rotate(14deg); }
.feature-card:hover .ring-outer, .feature-card.is-active .ring-outer { animation: ring-pulse 2s ease-out infinite; }
.art-groups { max-width: 290px; margin-inline: auto; }
.group-bubble { display: grid; place-items: center; position: absolute; font-weight: 500; }
.bubble-a { width: 107px; height: 67px; border-radius: 34px; top: 32px; left: 12px; transform: rotate(-15deg); background: #cfc0e3; color: #534365; font-size: 20px; }
.bubble-b { width: 70px; height: 70px; border-radius: 21px; top: 10px; right: 26px; transform: rotate(17deg); background: var(--surface); color: #8b739f; }
.bubble-b .icon { width: 39px; height: 39px; }
.bubble-c { width: 92px; height: 58px; border-radius: 10px 29px 29px 29px; bottom: 13px; left: 43px; transform: rotate(11deg); background: var(--surface); font-size: 18px; }
.bubble-d { width: 79px; height: 79px; border-radius: 50%; right: 14px; bottom: 23px; transform: rotate(-9deg); background: #725e86; color: #fff; font-size: 25px; }
.feature-card:hover .bubble-d, .feature-card.is-active .bubble-d { animation: bubble-bounce 1.2s var(--ease); }

/* Touch devices have no reliable hover state, so viewport entry drives these effects. */
.feature-card.is-active { animation: card-settle .7s var(--ease) both; }
.personal-panel.is-active .style-notification { transform: rotate(-3deg) translateY(-5px); }
.access-panel.is-active .beta-ticket { transform: rotate(5deg) translateY(-5px); }
.chat-window.is-active { transform: rotate(-2deg) translateY(-4px); }

/* Theme playground */
.personal-section { padding-top: 25px; }
.personal-panel { padding: 56px 55px; border: 1px solid var(--line); border-radius: 32px; display: grid; grid-template-columns: 1.25fr 1fr; overflow: hidden; position: relative; }
.personal-copy { position: relative; z-index: 1; }
.personal-copy h2 { font-size: clamp(32px, 3vw, 42px); }
.personal-copy > p { color: var(--muted); font-size: 12px; line-height: 1.9; margin: 21px 0 24px; }
.palette-picker { display: flex; gap: 20px; }
.palette-button { display: flex; flex-direction: column; align-items: center; gap: 8px; background: none; border: none; padding: 5px 0; font-size: 9px; color: var(--muted); }
.swatch { width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; transition: transform .35s var(--ease), outline-color .3s; outline: 2px solid transparent; outline-offset: 4px; }
.swatch-mint { background: #c2d7b4; color: #355e35; }
.swatch-lilac { background: #d8c3e9; color: #675080; }
.swatch-peach { background: #edc5a7; color: #86533b; }
.swatch .icon { width: 20px; height: 20px; opacity: 0; transform: scale(.5); transition: opacity .2s, transform .3s; }
.selected .swatch { outline-color: var(--primary); }
.selected .swatch .icon { opacity: 1; transform: scale(1); }
.palette-button:hover .swatch { transform: scale(1.09); }
.palette-button.selected { color: var(--primary); }
.palette-hint { display: flex; align-items: center; gap: 7px; font-size: 9px; color: var(--muted); margin-top: 17px; }
.palette-hint .icon { width: 12px; height: 12px; }
.personal-art { position: relative; display: grid; place-items: center; }
.pixel-flower { position: relative; width: 233px; height: 233px; transform: rotate(8deg); margin-top: -45px; z-index: 1; }
.pixel-flower > svg { width: 100%; height: 100%; fill: var(--tint-strong); animation: flower-turn 60s linear infinite; }
.flower-face { position: absolute; top: 75px; left: 68px; width: 82px; height: 69px; }
.flower-face span { position: absolute; top: 0; width: 9px; height: 20px; background: var(--primary); border-radius: 50%; }
.flower-face span:first-child { left: 18px; }
.flower-face span:nth-child(2) { right: 13px; }
.flower-face i { position: absolute; width: 49px; height: 28px; border: 3px solid var(--primary); border-radius: 0 0 40px 40px; border-top: 0; top: 32px; left: 20px; }
.style-notification { position: absolute; bottom: 23px; left: 9px; right: -12px; border: 1px solid var(--line); box-shadow: var(--shadow); background: var(--surface); padding: 17px 19px; border-radius: 20px; display: flex; align-items: center; gap: 12px; z-index: 2; transform: rotate(-6deg); transition: transform .5s var(--ease); }
.personal-panel:hover .style-notification { transform: rotate(-3deg) translateY(-5px); }
.notification-icon { width: 42px; height: 42px; border-radius: 14px; background: var(--tint); color: var(--primary); display: grid; place-items: center; flex-shrink: 0; }
.notification-icon .icon { width: 21px; height: 21px; }
.style-notification strong { font-size: 12px; font-weight: 600; display: block; margin-bottom: 4px; }
.style-notification div > span { font-size: 10px; color: var(--muted); }
.notification-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--primary); margin-left: auto; }
.style-small-star { position: absolute; top: 6px; right: 1px; font-size: 57px; color: var(--primary); transform: rotate(14deg); }
.style-orbit { position: absolute; height: 307px; width: 307px; border: 1px dashed var(--line); border-radius: 50%; right: 8px; top: 5px; }

/* Early access */
.access-section { padding-top: 85px; }
.access-panel { position: relative; background: var(--access); color: var(--access-ink); border-radius: 34px; padding: 58px 55px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.access-content { position: relative; z-index: 2; }
.access-label { display: flex; align-items: center; gap: 9px; font-size: 8px; letter-spacing: 1.5px; margin-bottom: 23px; opacity: .85; }
.access-label .status-dot { background: #c0dfa7; }
.access-label .status-dot::after { color: #c0dfa7; }
.access-panel h2 { font-size: clamp(40px, 4.1vw, 57px); line-height: 1.06; letter-spacing: -2px; }
.access-panel p { font-size: 12px; line-height: 1.8; color: #ced6c8; margin: 24px 0 27px; }
.access-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.access-actions .button { font-size: 12px; min-height: 51px; padding: 14px 22px; }
.button-light { background: #e1efd2; color: #293c22; }
.button-light:hover { background: #f1f7e8; }
.button-glass { border-color: rgb(231 239 221 / 45%); color: #eff4e8; }
.button-glass:hover { background: rgb(231 239 221 / 9%); border-color: #e7efdd; }
.access-panel a:focus-visible { outline-color: #e1efd2; }
.access-note { display: block; color: #b2c0aa; font-size: 9px; margin-top: 18px; }
.access-decoration { position: absolute; width: 485px; height: 485px; right: -77px; top: -30px; opacity: .08; transform: rotate(12deg); }
.access-decoration svg { width: 100%; height: 100%; fill: #d9ecc9; }
.beta-ticket { position: relative; z-index: 1; flex: 0 0 237px; border-radius: 22px; background: #e1efd2; color: #34492c; padding: 22px; transform: rotate(10deg); margin-right: 17px; box-shadow: 0 15px 40px rgb(0 0 0 / 13%); transition: transform .6s var(--ease); }
.access-panel:hover .beta-ticket { transform: rotate(5deg) translateY(-5px); }
.ticket-top { display: flex; align-items: center; gap: 7px; font-size: 8px; letter-spacing: 2px; }
.ticket-top .icon { width: 18px; height: 18px; }
.ticket-top span:last-child { margin-left: auto; border: 1px solid #a6b999; border-radius: 5px; padding: 4px 5px; font-size: 7px; letter-spacing: 0; }
.beta-ticket > strong { display: block; font-size: 43px; line-height: 1.05; font-weight: 450; letter-spacing: -1.8px; margin: 34px 0 32px; }
.ticket-divider { border-top: 1px dashed #a6b999; margin: 0 -22px 17px; position: relative; }
.ticket-divider::before, .ticket-divider::after { content: ""; position: absolute; width: 19px; height: 19px; border-radius: 50%; background: var(--access); top: -10px; }
.ticket-divider::before { left: -10px; }
.ticket-divider::after { right: -10px; }
.ticket-bottom { display: flex; align-items: center; justify-content: space-between; font-size: 7px; letter-spacing: 1px; }
.ticket-bottom .icon { width: 23px; height: 23px; }
.site-footer { display: flex; align-items: center; gap: 34px; padding-top: 37px; padding-bottom: 36px; }
.footer-tagline { font-size: 10px; color: var(--muted); }
.footer-links { margin-left: auto; display: flex; gap: 24px; }
.footer-links a { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; color: var(--muted); }
.footer-links a:hover { color: var(--primary); }
.footer-links .icon { width: 14px; height: 14px; }
.toast { position: fixed; bottom: 25px; left: 50%; transform: translate(-50%, 22px); background: var(--text); color: var(--bg); border-radius: 18px; padding: 14px 22px; font-size: 12px; opacity: 0; transition: transform .3s var(--ease), opacity .3s; pointer-events: none; z-index: 50; max-width: calc(100vw - 32px); width: max-content; text-align: center; box-shadow: var(--shadow); }
.toast.visible { opacity: 1; transform: translate(-50%,0); }

/* Motion remains progressive enhancement: content is visible without JS. */
.motion-ready .reveal:not(.is-visible) { opacity: 0; transform: translateY(25px); }
.reveal { transition: opacity .7s var(--ease), transform .7s var(--ease), background .5s; }
@keyframes enter-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes visual-enter { from { opacity: 0; transform: translateY(28px) rotate(3deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes status-pulse { 0% { opacity: .55; transform: scale(.6); } 70%,100% { opacity: 0; transform: scale(1.7); } }
@keyframes float-note { 0%,100% { transform: translateY(0) rotate(-7deg); } 50% { transform: translateY(-8px) rotate(-4deg); } }
@keyframes float-call { 0%,100% { transform: translateY(0) rotate(6deg); } 50% { transform: translateY(-8px) rotate(3deg); } }
@keyframes flower-turn { to { transform: rotate(360deg); } }
@keyframes typing { 0%,60%,100% { transform: translateY(0); opacity: .4; } 30% { transform: translateY(-3px); opacity: 1; } }
@keyframes wave { from { transform: scaleY(.4); } to { transform: scaleY(1); } }
@keyframes message-enter { from { opacity: 0; transform: translateY(7px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes message-wiggle { 0%,100% { transform: rotate(-7deg); } 40% { transform: rotate(-3deg) translateY(-3px); } }
@keyframes ring-pulse { 0% { transform: scale(.85); opacity: .5; } 100% { transform: scale(1.09); opacity: 0; } }
@keyframes bubble-bounce { 0%,100% { transform: rotate(-9deg); } 40% { transform: translateY(-9px) rotate(8deg); } }
@keyframes card-settle { from { transform: translateY(12px); } to { transform: translateY(0); } }

@media (min-width: 1500px) {
  .hero { padding-top: 100px; }
  .hero-visual { height: 605px; }
  .hero-copy { padding-top: 38px; }
  .chat-window { width: 368px; }
  .chat-messages { height: 313px; }
  .hero-bottom { margin-top: 76px; }
}
@media (max-width: 1150px) {
  .section-shell { width: calc(100% - 72px); }
  .site-header { width: calc(100% - 44px); padding-inline: 14px; }
  .desktop-nav { gap: 22px; margin-left: 0; }
  .desktop-nav a { font-size: 11px; }
  .hero { padding-top: 54px; }
  h1 { font-size: 85px; }
  .hero-actions { gap: 9px; }
  .hero-actions .button { font-size: 12px; padding-inline: 18px; gap: 9px; }
  .hero-visual { height: 540px; padding-inline: 15px; }
  .chat-window { width: 310px; }
  .flower-one { width: 94px; height: 94px; right: -5px; top: 7px; }
  .note-top { left: 9px; }
  .floating-call { right: -5px; bottom: 32px; }
  .feature-card { padding: 22px; }
  .feature-card h3 { font-size: 19px; }
  .feature-art { height: 166px; }
  .mini-message { font-size: 12px; padding: 18px 15px; gap: 12px; }
  .bubble-a { left: 0; width: 90px; }
  .bubble-b { right: 12px; }
  .bubble-c { left: 12px; }
  .bubble-d { right: 0; }
  .personal-panel { padding: 44px 36px; }
  .access-panel { padding: 50px 38px; gap: 28px; }
  .beta-ticket { flex-basis: 214px; margin-right: 0; }
}
@media (max-width: 900px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 10px; }
  .header-actions { gap: 8px; }
  .header-actions .button { padding-inline: 15px; font-size: 11px; }
  .hero { grid-template-columns: 1fr 1fr; padding-top: 44px; }
  h1 { font-size: 72px; letter-spacing: -4px; }
  .hero-copy { padding-top: 18px; }
  .hero-description { font-size: 14px; }
  .hero-visual { height: 515px; padding: 0 8px 20px; }
  .chat-window { width: 280px; padding: 0 11px 11px; }
  .message { font-size: 10px; }
  .chat-messages { height: 275px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-actions .button { min-width: 204px; min-height: 48px; padding-block: 13px; justify-content: space-between; }
  .hero-note { font-size: 9px; gap: 6px; }
  .floating-call { padding: 11px; bottom: 27px; right: -13px; }
  .waveform { margin-left: 2px; }
  .floating-note { font-size: 10px; padding: 11px 14px; }
  .note-top { top: -5px; }
  .flower-one { width: 80px; height: 80px; right: -14px; top: -8px; }
  .little-spark { left: -4px; bottom: 41px; width: 30px; }
  .hero-bottom { margin-top: 51px; }
  .section-heading > p { font-size: 11px; }
  .feature-grid { gap: 12px; }
  .feature-card { padding: 20px 17px; border-radius: 25px; }
  .feature-card h3 { font-size: 17px; }
  .feature-card > p { font-size: 11px; }
  .feature-tag { font-size: 8px; padding-inline: 8px; }
  .feature-art { margin-left: -9px; margin-right: -9px; }
  .personal-panel { grid-template-columns: 1.15fr 1fr; padding: 38px 30px; }
  .personal-copy .eyebrow { font-size: 8px; letter-spacing: 1px; }
  .personal-copy h2 { font-size: 31px; }
  .personal-copy > p { font-size: 11px; }
  .pixel-flower { width: 200px; height: 200px; }
  .flower-face { transform: scale(.86); top: 61px; left: 53px; }
  .style-notification { left: -12px; right: -12px; bottom: 24px; padding: 14px 12px; gap: 9px; }
  .style-notification strong { font-size: 11px; }
  .style-notification div > span { font-size: 8px; }
  .notification-icon { width: 35px; height: 35px; }
  .style-orbit { width: 260px; height: 260px; top: 20px; right: -20px; }
  .style-small-star { font-size: 40px; right: -10px; }
  .access-panel { padding: 45px 32px; gap: 20px; }
  .access-panel h2 { font-size: 42px; }
  .access-actions { flex-direction: column; align-items: flex-start; gap: 9px; }
  .access-actions .button { min-width: 211px; justify-content: space-between; min-height: 46px; padding-block: 12px; }
  .beta-ticket { flex-basis: 191px; padding: 20px 17px; }
  .beta-ticket > strong { font-size: 36px; }
  .ticket-divider { margin-inline: -17px; }
  .ticket-top { font-size: 7px; letter-spacing: 1px; }
  .ticket-bottom { font-size: 6px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 24px; }
  .section-shell { width: calc(100% - 40px); }
  .site-header { margin-top: 12px; width: calc(100% - 28px); padding: 10px 6px; gap: 12px; }
  .desktop-nav { display: none; }
  .header-actions .button { min-height: 40px; padding: 10px 14px; font-size: 10px; gap: 8px; }
  .header-actions .button .icon { width: 15px; height: 15px; }
  .icon-button { width: 40px; height: 40px; }
  .icon-button .icon { width: 18px; height: 18px; }
  .hero { display: flex; flex-direction: column; padding-top: 43px; }
  .hero-copy { text-align: center; padding: 0; }
  .beta-pill { font-size: 10px; }
  h1 { font-size: clamp(69px, 13.5vw, 92px); letter-spacing: -4px; line-height: 1.01; margin-top: 29px; }
  .title-accent svg { height: 12px; bottom: -10px; }
  .hero-description { font-size: 14px; line-height: 1.7; margin-top: 30px; margin-bottom: 25px; }
  .hero-actions { flex-direction: row; justify-content: center; align-items: stretch; gap: 9px; }
  .hero-actions .button { min-width: 0; min-height: 50px; padding: 14px 18px; font-size: 11px; gap: 10px; }
  .hero-note { justify-content: center; margin-top: 18px; font-size: 9px; }
  .hero-visual { width: min(450px, 100%); margin: 39px auto 0; height: 500px; padding: 0 20px 20px; }
  .visual-backdrop { inset: 15px 0 8px; }
  .orbit-line { inset: -10px -4px; width: calc(100% + 8px); height: 100%; }
  .chat-window { width: 307px; }
  .message { font-size: 11px; }
  .chat-messages { height: 275px; }
  .note-top { top: 3px; left: 8px; }
  .flower-one { right: 2px; top: 0; width: 84px; height: 84px; }
  .floating-call { right: 0; bottom: 18px; padding: 12px; }
  .floating-call strong { font-size: 10px; }
  .little-spark { bottom: 32px; left: 2px; }
  .demo-caption { bottom: -21px; font-size: 8px; }
  .hero-bottom { margin-top: 64px; padding-bottom: 20px; font-size: 8px; }
  .hero-bottom > a { gap: 5px; }
  .hero-bottom .icon { width: 14px; height: 14px; }
  .features { padding-top: 58px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 26px; }
  .eyebrow { font-size: 8px; letter-spacing: 1.5px; margin-bottom: 15px; }
  h2 { font-size: 35px; letter-spacing: -1.3px; }
  .section-heading > p { font-size: 12px; }
  .feature-grid { grid-template-columns: 1fr; gap: 14px; }
  .feature-card { padding: 24px 26px; border-radius: 28px; }
  .feature-art { height: 155px; max-width: 280px; margin: -7px auto 14px; }
  .feature-card h3 { font-size: 23px; }
  .feature-card > p { font-size: 13px; max-width: 100%; margin-bottom: 21px; }
  .feature-tag { font-size: 9px; }
  .mini-message { font-size: 15px; padding: 17px 20px; }
  .mini-reaction { bottom: 7px; }
  .ring-outer { width: 157px; height: 157px; }
  .ring-inner { width: 121px; height: 121px; }
  .call-spark { top: -5px; }
  .mini-video { bottom: 9px; }
  .bubble-a { width: 105px; left: 13px; top: 20px; }
  .bubble-b { top: -6px; right: 24px; }
  .bubble-c { bottom: 3px; left: 42px; }
  .bubble-d { bottom: 10px; right: 14px; }
  .personal-section { padding-top: 17px; }
  .personal-panel { grid-template-columns: 1fr; padding: 32px 26px 25px; border-radius: 28px; }
  .personal-copy h2 { font-size: 34px; }
  .personal-copy > p { font-size: 12px; }
  .personal-copy > p br { display: none; }
  .personal-art { min-height: 283px; margin-top: 28px; max-width: 320px; width: 100%; justify-self: center; }
  .pixel-flower { width: 211px; height: 211px; margin-top: -30px; }
  .flower-face { top: 64px; left: 57px; }
  .style-orbit { right: calc(50% - 135px); width: 270px; height: 270px; top: 4px; }
  .style-notification { left: 0; right: 0; bottom: 14px; padding: 15px; }
  .style-notification strong { font-size: 12px; }
  .style-notification div > span { font-size: 10px; }
  .notification-icon { width: 40px; height: 40px; }
  .style-small-star { right: 3px; top: 8px; }
  .access-section { padding-top: 54px; }
  .access-panel { padding: 35px 26px 40px; flex-direction: column; align-items: flex-start; gap: 40px; border-radius: 28px; }
  .access-label { font-size: 7px; letter-spacing: 1.1px; margin-bottom: 24px; }
  .access-panel h2 { font-size: 43px; }
  .access-panel p { font-size: 12px; }
  .access-actions { flex-direction: row; }
  .access-actions .button { min-width: 0; font-size: 11px; padding: 13px 17px; gap: 12px; min-height: 48px; }
  .access-note { font-size: 8px; line-height: 1.6; }
  .beta-ticket { flex: 0 0 auto; width: 207px; align-self: center; padding: 20px; transform: rotate(7deg); }
  .beta-ticket > strong { margin-block: 27px; font-size: 39px; }
  .ticket-divider { margin-inline: -20px; }
  .ticket-top { font-size: 8px; }
  .ticket-bottom { font-size: 7px; }
  .access-decoration { top: auto; bottom: -14px; right: -55px; width: 380px; height: 380px; }
  .site-footer { flex-wrap: wrap; gap: 15px; padding-top: 30px; padding-bottom: 29px; }
  .footer-tagline { font-size: 9px; margin-left: 0; }
  .footer-links { width: 100%; margin-left: 0; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 17px; margin-top: 2px; }
  .footer-links a { font-size: 10px; }
}
@media (max-width: 380px) {
  .section-shell { width: calc(100% - 32px); }
  .header-actions { gap: 6px; }
  .header-actions .button { padding-inline: 11px; }
  .hero-actions .button { font-size: 10px; padding-inline: 14px; gap: 7px; }
  .hero-visual { padding-inline: 15px; }
  .chat-window { width: 275px; }
  .chat-messages { height: 275px; }
  .message { font-size: 10px; }
  .note-top { left: 0; }
  .floating-call { right: 0; }
  .waveform { display: none; }
  h2, .personal-copy h2 { font-size: 31px; }
  .personal-panel, .access-panel { padding-inline: 22px; }
  .access-panel h2 { font-size: 39px; }
}
@media (hover: none), (pointer: coarse) {
  /* On touch screens there is no stable hover, so scrolling controls the rhythm. */
  .motion-ready .reveal.is-visible {
    transition-delay: calc(var(--reveal-order, 0) * 65ms);
  }
  .feature-card.is-active {
    animation-delay: calc(var(--scroll-order, 0) * 120ms);
  }
  .feature-card:hover {
    transform: none;
    box-shadow: none;
  }
  .chat-window:hover {
    transform: rotate(-5deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .motion-ready .reveal:not(.is-visible) { opacity: 1; transform: none; }
  .feature-card.is-active, .personal-panel.is-active .style-notification, .access-panel.is-active .beta-ticket, .chat-window.is-active { animation: none !important; transform: none !important; }
}
