:root {
  --ink: #181923;
  --muted: #68697a;
  --soft: #f4f5f8;
  --line: #e4e5eb;
  --white: #fbfbfd;
  --pink: #f23fbd;
  --violet: #7a35f0;
  --plum: #342052;
  --gold: #ffbf4d;
  --mint: #2fcf9a;
  --radius: 28px;
  --max: 1184px;
  --ease-out-quart: cubic-bezier(.25, 1, .5, 1);
  --ease-out-quint: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Space Grotesk", system-ui, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.is-hidden { display: none !important; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.nav-wrap { position: sticky; top: 0; z-index: 20; background: rgba(251, 251, 253, .86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(24, 25, 35, .07); }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; font-weight: 900; font-size: 23px; letter-spacing: -.03em; white-space: nowrap; }
.brand span { white-space: nowrap; }
.brand img { width: 45px; height: 45px; border-radius: 14px; box-shadow: 0 14px 34px rgba(122, 53, 240, .2); }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); color: #595b68; font-size: clamp(13px, 1.05vw, 15px); font-weight: 700; }
.nav-links a { position: relative; padding: 10px clamp(4px, .8vw, 12px); border-radius: 999px; transition: color .18s var(--ease-out-quart), background .18s var(--ease-out-quart), box-shadow .18s var(--ease-out-quart); white-space: nowrap; }
.nav-links a:not(.active):hover { color: var(--ink); background: rgba(24,25,35,.06); }
.nav-links a.active { color: var(--violet); background: transparent; box-shadow: none; }
.nav-actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.lang { display: flex; align-items: center; gap: 3px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; color: #777887; font-size: 12px; font-weight: 800; flex: 0 0 auto; }
.lang button { appearance: none; border: 0; background: transparent; color: inherit; font: inherit; padding: 7px 9px; border-radius: 999px; cursor: pointer; transition: .18s ease; user-select: none; white-space: nowrap; }
.lang button:hover { color: var(--ink); background: rgba(24, 25, 35, .06); }
.lang button:focus-visible { outline: 2px solid var(--violet); outline-offset: 2px; }
.lang .on { background: var(--ink); color: white; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--ink); border-radius: 999px; padding: 14px 21px; font-weight: 900; transition: transform .2s var(--ease-out-quart), box-shadow .2s var(--ease-out-quart), background .2s var(--ease-out-quart), color .2s var(--ease-out-quart), border-color .2s var(--ease-out-quart); white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn.is-pressing { transform: translateY(0) scale(.99); }
.btn.dark { background: var(--ink); color: white; box-shadow: 0 18px 44px rgba(24, 25, 35, .16); }
.btn.light { background: white; color: var(--ink); }
.btn.brand { border: 0; color: white; background: linear-gradient(135deg, var(--pink), var(--violet)); box-shadow: 0 20px 48px rgba(242, 63, 189, .22); }
.mobile-menu { display: none; }

.hero { padding: 34px 0 84px; }
.hero-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 34px; min-height: 650px; }
.hero-copy { border-radius: 42px; background: #f1f2f6; padding: clamp(36px, 6vw, 74px); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
.hero-copy:after { content: ""; position: absolute; width: 480px; height: 480px; right: -170px; bottom: -190px; background: radial-gradient(circle, rgba(242,63,189,.2), transparent 66%); pointer-events: none; }
.eyebrow { display: inline-flex; width: fit-content; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(24,25,35,.1); border-radius: 999px; background: white; color: #5e6070; font-size: 13px; font-weight: 900; }
h1 { margin: 26px 0 24px; font-size: clamp(56px, 8.2vw, 112px); line-height: .9; letter-spacing: -.075em; max-width: 820px; }
.hero-statement { font-size: clamp(48px, 6.4vw, 86px); line-height: .92; letter-spacing: -.06em; max-width: 820px; }
h2 { margin: 0; font-size: clamp(38px, 5vw, 72px); line-height: .92; letter-spacing: -.065em; }
h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.035em; }
p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 17px; }
.lead { max-width: 660px; font-size: clamp(19px, 2vw, 24px); color: #4b4d5e; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.proof { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }
.proof span, .pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(24,25,35,.1); background: white; border-radius: 999px; padding: 10px 13px; color: #5d5f6f; font-weight: 800; font-size: 13px; }
.hero-side { border-radius: 42px; min-height: 650px; color: white; background: radial-gradient(circle at 55% 12%, rgba(255,255,255,.34), transparent 22%), linear-gradient(160deg, #ff4bc4 0%, #8b32f0 52%, #4a22c8 100%); padding: 28px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
.hero-side:before { content: ""; position: absolute; inset: 8%; border: 2px solid rgba(255,255,255,.2); border-radius: 38px; transform: rotate(-7deg); }
.logo-tile { width: 112px; height: 112px; border-radius: 30px; background: white; padding: 10px; position: relative; z-index: 1; }
.hero-phone-stack { position: absolute; inset: 42px 36px 36px; z-index: 1; pointer-events: none; }
.phone-shot { position: absolute; width: min(48%, 230px); border-radius: 28px; box-shadow: 0 24px 70px rgba(25, 8, 45, .32); object-fit: cover; border: 7px solid rgba(255,255,255,.72); background: white; }
.primary-shot { right: 12px; top: 52px; transform: rotate(5deg); }
.secondary-shot { left: 18px; top: 172px; transform: rotate(-7deg); }
.section { padding: 92px 0; }
.section.soft { background: var(--soft); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head p { max-width: 520px; }
.kicker { color: var(--pink); text-transform: uppercase; letter-spacing: .13em; font-weight: 1000; font-size: 13px; margin-bottom: 14px; }
.app-showcase { padding-top: 36px; }
.home-core { padding-top: clamp(76px, 8vw, 104px); }
.home-core .section-head { margin-bottom: 38px; }
.home-core .section-head p { max-width: 390px; font-size: clamp(18px, 1.8vw, 22px); color: #4d5060; }
.home-core .card { min-height: 236px; }
.screen-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: end; }
.screen-strip figure { margin: 0; padding: 12px 12px 16px; border: 1px solid var(--line); border-radius: 32px; background: white; box-shadow: 0 22px 70px rgba(24, 25, 35, .07); }
.screen-strip figure:nth-child(2), .screen-strip figure:nth-child(4) { transform: translateY(34px); }
.screen-strip img { width: 100%; aspect-ratio: 460 / 996; object-fit: cover; border-radius: 24px; background: #f6f0fb; }
.screen-strip figcaption { margin-top: 14px; color: var(--ink); font-weight: 900; text-align: center; font-size: 14px; }
.cards-4, .cards-3, .cards-5 { display: grid; gap: 16px; }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-5 { grid-template-columns: repeat(5, 1fr); }
.compact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 820px; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; min-height: 230px; position: relative; overflow: hidden; transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.soft .card { box-shadow: 0 20px 70px rgba(24, 25, 35, .05); }
.card.tint { background: linear-gradient(150deg, #fff, #fbecf8 48%, #f1eafd); border: 0; }
.card:hover, .card:focus-visible { background: #dfe8ff; border-color: #c8d6f5; box-shadow: 0 24px 60px rgba(67, 91, 151, .12); transform: translateY(-2px); outline: 0; }
.card.tint:hover, .card.tint:focus-visible { background: #dfe8ff; border: 1px solid #c8d6f5; }
.card:hover p, .card:focus-visible p { color: #536075; }
.card:hover .num, .card:focus-visible .num { color: #7f8da7; }
.num { font-size: 14px; color: #a0a1ac; font-weight: 1000; margin-bottom: 36px; }
.icon { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(242,63,189,.12), rgba(122,53,240,.14)); font-size: 25px; margin-bottom: 20px; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: stretch; }
.panel { border-radius: 38px; background: var(--ink); color: white; padding: clamp(30px, 5vw, 54px); overflow: hidden; position: relative; }
.panel p { color: rgba(255,255,255,.72); }
.panel:after { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(242,63,189,.42), transparent 68%); }
.ai-solution-panel { background: var(--ink); }
.ai-solution-panel:before { content: ""; position: absolute; inset: -28%; pointer-events: none; background: radial-gradient(circle at 18% 22%, rgba(122,53,240,.24), transparent 26%), radial-gradient(circle at 82% 78%, rgba(242,63,189,.18), transparent 28%), radial-gradient(circle at 60% 22%, rgba(47,207,154,.1), transparent 24%); mix-blend-mode: screen; opacity: .62; animation: ai-solution-light 12s cubic-bezier(.25, 1, .5, 1) infinite alternate; }
.ai-solution-panel > * { position: relative; z-index: 1; }
@keyframes ai-solution-light {
  0% { opacity: .46; transform: translate3d(-2%, -1%, 0) scale(1); }
  50% { opacity: .68; transform: translate3d(2%, 1%, 0) scale(1.04); }
  100% { opacity: .52; transform: translate3d(1%, -2%, 0) scale(1.02); }
}
.steps { display: grid; gap: 14px; }
.step { border: 1px solid rgba(24,25,35,.1); background: white; border-radius: 26px; padding: 22px; display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: start; }
.step-mark { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: var(--ink); color: white; font-weight: 1000; }
.page-hero { padding: 54px 0 82px; }
.page-hero-box { border-radius: 42px; background: var(--soft); padding: clamp(36px, 6vw, 72px); display: grid; grid-template-columns: 1fr .62fr; gap: 28px; align-items: end; }
.page-hero-box.ai-hero-box { grid-template-columns: .58fr 1.42fr; align-items: stretch; padding: clamp(22px, 3.2vw, 38px); gap: clamp(22px, 3vw, 40px); overflow: hidden; }
.ai-fullscreen-hero { min-height: calc(100svh - 92px); padding: 0; position: relative; display: grid; align-items: start; overflow: hidden; background: #201a2e; color: white; }
.ai-fullscreen-hero:before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(12,13,22,.86) 0%, rgba(12,13,22,.64) 36%, rgba(12,13,22,.16) 67%, rgba(12,13,22,.34) 100%); }
.ai-fullscreen-hero:after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle at 18% 24%, rgba(242,63,189,.34), transparent 28%), radial-gradient(circle at 76% 76%, rgba(122,53,240,.36), transparent 36%); mix-blend-mode: screen; }
.ai-fullscreen-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.ai-fullscreen-content { position: relative; z-index: 1; padding-top: clamp(42px, 9svh, 92px); padding-bottom: clamp(50px, 8vw, 96px); }
.ai-fullscreen-content h1 { color: white; max-width: 520px; text-shadow: 0 20px 70px rgba(0,0,0,.34); }
.ai-fullscreen-content .lead { color: rgba(255,255,255,.84); max-width: 500px; }
.ai-fullscreen-content .eyebrow { background: rgba(255,255,255,.14); color: white; border-color: rgba(255,255,255,.24); backdrop-filter: blur(16px); }
.ai-fullscreen-content .btn.light { background: rgba(255,255,255,.92); border-color: transparent; }
.product-visual { min-height: 380px; border-radius: 34px; background: radial-gradient(circle at 76% 18%, rgba(242, 63, 189, .18), transparent 34%), linear-gradient(145deg, #ffffff, #f3f0fb); border: 1px solid var(--line); position: relative; overflow: hidden; padding: 24px; }
.product-visual:before { content: ""; position: absolute; inset: 30px; border-radius: 32px; border: 1px solid rgba(122, 53, 240, .12); transform: rotate(-5deg); }
.product-phone { position: absolute; width: 168px; aspect-ratio: 460 / 996; object-fit: cover; border-radius: 24px; border: 6px solid white; box-shadow: 0 24px 70px rgba(25, 8, 45, .18); background: white; }
.product-phone.main { left: 58px; bottom: -86px; transform: rotate(-4deg); }
.product-phone.side { right: 42px; top: 44px; transform: rotate(7deg); }
.product-badge { position: absolute; z-index: 2; border-radius: 999px; background: var(--ink); color: white; padding: 12px 15px; font-weight: 900; font-size: 13px; box-shadow: 0 16px 38px rgba(24, 25, 35, .18); }
.product-badge.top { left: 28px; top: 28px; }
.product-badge.bottom { right: 24px; bottom: 28px; background: #dfe8ff; color: #29344c; }
.ai-visual { background: radial-gradient(circle at 74% 22%, rgba(47, 207, 154, .16), transparent 32%), linear-gradient(145deg, #ffffff, #f5effc); }
.ai-visual .product-phone.main { left: 42px; bottom: -68px; width: 176px; transform: rotate(-2deg); }
.ai-visual .product-phone.side { right: 34px; top: 74px; width: 132px; transform: rotate(8deg); opacity: .92; }
.ai-video-visual { padding: 0; display: grid; place-items: center; background: linear-gradient(145deg, #201a2e, #6d26d8 58%, #f23fbd); border: 0; isolation: isolate; box-shadow: 0 32px 90px rgba(75, 34, 200, .22); }
.ai-video-visual:before { inset: -18px; border-color: rgba(255,255,255,.22); z-index: 2; pointer-events: none; transform: rotate(-2.4deg); }
.ai-video-visual:after { content: ""; position: absolute; inset: -28%; z-index: 1; pointer-events: none; background: radial-gradient(circle at 34% 24%, rgba(255,255,255,.4), transparent 24%), radial-gradient(circle at 78% 72%, rgba(242,63,189,.42), transparent 30%), radial-gradient(circle at 16% 84%, rgba(47,207,154,.24), transparent 28%); mix-blend-mode: screen; opacity: .72; }
.hero-video, .video-fallback { width: 100%; height: 100%; min-height: 600px; border-radius: 34px; object-fit: cover; background: #201a2e; box-shadow: 0 24px 70px rgba(25, 8, 45, .2); }
.hero-video { position: relative; z-index: 0; transform: scale(1.015); }
.ai-fullscreen-media .hero-video, .ai-fullscreen-media .video-fallback { position: absolute; inset: 0; min-height: 100%; border-radius: 0; box-shadow: none; transform: none; }
.video-fallback { display: block; }
.partner-visual .product-phone.main { left: 38px; bottom: -56px; width: 178px; transform: rotate(2deg); }
.partner-visual .product-phone.side { right: 28px; top: 50px; width: 142px; transform: rotate(-8deg); }
.events-visual { background: radial-gradient(circle at 76% 16%, rgba(255, 191, 77, .2), transparent 32%), linear-gradient(145deg, #ffffff, #f7f0ff); }
.events-visual .product-phone.main { left: 42px; bottom: -116px; width: 190px; transform: rotate(-4deg); }
.events-visual .product-phone.side { right: 32px; top: 62px; width: 132px; transform: rotate(8deg); opacity: .9; }
.about-visual { background: radial-gradient(circle at 20% 78%, rgba(47, 207, 154, .14), transparent 32%), linear-gradient(145deg, #ffffff, #f0f4ff); }
.about-visual .product-phone.main { left: 52px; bottom: -82px; width: 172px; transform: rotate(-6deg); }
.about-visual .product-phone.side { right: 34px; top: 58px; width: 148px; transform: rotate(7deg); }
.table { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: white; }
.row { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.table.two-col .row { grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr); }
.row:last-child { border-bottom: 0; }
.cell { padding: clamp(22px, 2.2vw, 30px); color: #5d5f6e; }
.table.two-col .cell { padding-inline: clamp(24px, 3vw, 34px); }
.cell.head { color: var(--ink); font-weight: 1000; background: #fafafe; }
.product-benefits { background: var(--soft); }
.benefit-layout { display: grid; grid-template-columns: minmax(240px, .36fr) minmax(0, .64fr); gap: clamp(24px, 4vw, 54px); align-items: start; }
.benefit-intro { position: sticky; top: 122px; }
.benefit-intro h2 { max-width: 360px; }
.benefit-intro p { max-width: 320px; margin-top: 20px; color: #4d5060; }
.benefit-matrix .row { grid-template-columns: minmax(120px, .7fr) minmax(180px, 1fr) minmax(0, 1.5fr); }
.benefit-matrix .cell { min-height: 70px; display: flex; align-items: center; }
.benefit-type { color: var(--ink); font-weight: 1000; }
.benefit-matrix .vip-row { background: linear-gradient(90deg, rgba(242,63,189,.08), rgba(122,53,240,.08)); }
.clean-list { margin: 0; padding-left: 18px; color: #5d5f6e; line-height: 1.65; font-size: 16px; }
.clean-list li + li { margin-top: 8px; }
.tier-access .section-head { align-items: stretch; }
.tier-note { align-self: stretch; width: min(410px, 100%); border-radius: 28px; padding: 24px; color: white; background: linear-gradient(145deg, #201a2e, #4b2470 56%, #ef46b6); box-shadow: 0 24px 70px rgba(122, 53, 240, .16); display: flex; flex-direction: column; justify-content: space-between; min-height: 184px; position: relative; overflow: hidden; }
.tier-note:after { content: "AI"; position: absolute; right: 18px; bottom: -18px; color: rgba(255,255,255,.12); font-size: 86px; font-weight: 1000; letter-spacing: -.08em; }
.tier-note strong { display: block; max-width: 260px; font-size: 28px; line-height: 1; letter-spacing: -.045em; position: relative; z-index: 1; }
.tier-note p { max-width: 330px; color: rgba(255,255,255,.78); font-size: 15px; position: relative; z-index: 1; }
.intro-feature { min-height: 100%; }
.relation-step { min-height: 100%; align-content: start; background: radial-gradient(circle at 92% 14%, rgba(255,191,77,.22), transparent 28%), linear-gradient(145deg, #ffffff, #f5effd); border-color: rgba(122,53,240,.16); padding: clamp(24px, 4vw, 36px); }
.relation-step .step-mark { background: linear-gradient(135deg, var(--pink), var(--violet)); box-shadow: 0 16px 36px rgba(242, 63, 189, .18); }
.relation-step h3 { font-size: clamp(26px, 3vw, 40px); line-height: 1.02; max-width: 520px; }
.relation-step p { max-width: 660px; }
.relation-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.relation-points span { border-radius: 999px; padding: 9px 12px; background: rgba(24,25,35,.08); color: #38394a; font-size: 13px; font-weight: 900; }
.festival-cards { margin-top: 20px; }
.festival-card { min-height: 292px; padding-top: 130px; }
.festival-art { position: absolute; top: 18px; right: 18px; left: 18px; width: calc(100% - 36px); height: 92px; border-radius: 22px; object-fit: cover; object-position: top center; filter: saturate(1.08); box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.timeline { display: grid; gap: 16px; }
.timeline-item { display: grid; grid-template-columns: 150px 1fr; gap: 22px; padding: 24px; border: 1px solid var(--line); border-radius: 28px; background: white; }
.timeline-item strong { font-size: 22px; }
.footer { padding: 58px 0 38px; background: var(--ink); color: white; }
.footer p, .footer a, .footer span { color: rgba(255,255,255,.64); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .9fr 1fr; gap: 32px; }
.footer h4 { margin: 0 0 14px; }
.footer a { display: block; margin: 9px 0; font-size: 14px; }
.footer .footer-brand { display: inline-flex; align-items: center; gap: 13px; margin: 0; }
.footer .footer-brand span { align-self: center; line-height: 1; }
.footer .brand img { box-shadow: none; }
.legal { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; }
.download-band { border-radius: 42px; background: linear-gradient(135deg, #25242f, #33204f 50%, #7b31eb); color: white; padding: clamp(34px, 5vw, 56px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
.download-band p { color: rgba(255,255,255,.72); }
.store-row { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-list { display: grid; gap: 12px; }
.contact-list div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding: 14px 0; }

.motion-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 12px, 0) scale(.995);
  transition: opacity .48s var(--ease-out-quart), transform .48s var(--ease-out-quart), filter .48s var(--ease-out-quart);
  transition-delay: calc(var(--reveal-index, 0) * 35ms);
  will-change: opacity, transform;
}
.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: none;
}
.motion-ready .hero-copy[data-reveal],
.motion-ready .page-hero-box[data-reveal],
.motion-ready .ai-fullscreen-content[data-reveal] {
  transform: translate3d(0, 14px, 0) scale(.995);
}
.motion-ready .hero-side[data-reveal],
.motion-ready .product-visual[data-reveal],
.motion-ready .panel[data-reveal] {
  transform: translate3d(0, 14px, 0) scale(.995);
}
.motion-ready .card[data-reveal] {
  transform: translate3d(0, 10px, 0) scale(.995);
}
.motion-ready .calm-reveal[data-reveal] {
  transform: translate3d(0, 8px, 0);
  transition-delay: 35ms;
}
.motion-ready .calm-reveal[data-reveal].is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}
.motion-ready .card[data-reveal].is-visible:hover,
.motion-ready .card[data-reveal].is-visible:focus-visible {
  transform: translate3d(0, -2px, 0) scale(1);
}
.motion-ready .step[data-reveal],
.motion-ready .row[data-reveal],
.motion-ready .timeline-item[data-reveal],
.motion-ready .screen-strip figure[data-reveal] {
  transform: translate3d(0, 8px, 0);
}
.motion-ready .hero-copy[data-reveal].is-visible,
.motion-ready .page-hero-box[data-reveal].is-visible,
.motion-ready .ai-fullscreen-content[data-reveal].is-visible,
.motion-ready .hero-side[data-reveal].is-visible,
.motion-ready .product-visual[data-reveal].is-visible,
.motion-ready .panel[data-reveal].is-visible,
.motion-ready .card[data-reveal].is-visible,
.motion-ready .step[data-reveal].is-visible,
.motion-ready .row[data-reveal].is-visible,
.motion-ready .timeline-item[data-reveal].is-visible,
.motion-ready .screen-strip figure[data-reveal].is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 1180px) {
  .nav-links, .nav-actions { display: none; }
  .mobile-menu { display: inline-flex; }
  .hero-grid, .split, .page-hero-box, .download-band { grid-template-columns: 1fr; }
  .page-hero-box.ai-hero-box { grid-template-columns: 1fr; }
  .cards-4, .cards-5 { grid-template-columns: repeat(2, 1fr); }
  .cards-3 { grid-template-columns: 1fr 1fr; }
  .benefit-layout { grid-template-columns: 1fr; }
  .benefit-intro { position: static; }
  .screen-strip { grid-template-columns: repeat(2, 1fr); }
  .screen-strip figure:nth-child(2), .screen-strip figure:nth-child(4) { transform: none; }
  .product-phone.main { left: 12%; }
  .product-phone.side { right: 12%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .hero-grid, .split, .page-hero-box, .download-band { grid-template-columns: 1fr; }
  .page-hero-box.ai-hero-box { grid-template-columns: 1fr; }
  .cards-4, .cards-5 { grid-template-columns: repeat(2, 1fr); }
  .cards-3 { grid-template-columns: 1fr 1fr; }
  .screen-strip { grid-template-columns: repeat(2, 1fr); }
  .screen-strip figure:nth-child(2), .screen-strip figure:nth-child(4) { transform: none; }
  .product-phone.main { left: 12%; }
  .product-phone.side { right: 12%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(var(--max), calc(100% - 30px)); }
  .nav { height: 78px; }
  .brand { font-size: 20px; }
  .hero-copy, .hero-side, .page-hero-box { border-radius: 30px; }
  .hero-side { min-height: 560px; }
  .hero-phone-stack { inset: 34px 20px 28px; }
  .phone-shot { width: 48%; border-radius: 22px; border-width: 5px; }
  .primary-shot { top: 66px; right: 0; }
  .secondary-shot { top: 190px; left: 0; }
  .product-visual { min-height: 340px; }
  .product-phone { width: 136px; border-radius: 20px; border-width: 5px; }
  .product-phone.main { left: 30px; bottom: -64px; }
  .product-phone.side { right: 24px; top: 62px; }
  .ai-visual .product-phone.main, .partner-visual .product-phone.main, .events-visual .product-phone.main, .about-visual .product-phone.main { left: 24px; width: 142px; bottom: -56px; }
  .ai-visual .product-phone.side, .partner-visual .product-phone.side, .events-visual .product-phone.side, .about-visual .product-phone.side { right: 20px; width: 118px; top: 76px; }
  .product-badge { font-size: 12px; padding: 10px 12px; }
  .hero-video, .video-fallback { min-height: 360px; border-radius: 20px; }
  h1 { font-size: 58px; }
  .hero-statement { font-size: 46px; line-height: .94; }
  h1, h2, h3, p, .btn, .pill, .proof span, .lang button { overflow-wrap: anywhere; }
  .section { padding: 66px 0; }
  .home-core { padding-top: 66px; }
  .section-head { display: block; }
  .tier-note { width: 100%; min-height: 0; margin-top: 20px; }
  .tier-note strong { font-size: 24px; }
  .cards-4, .cards-3, .cards-5, .footer-grid { grid-template-columns: 1fr; }
  .screen-strip { grid-template-columns: 1fr; }
  .row, .table.two-col .row, .timeline-item { grid-template-columns: 1fr; }
  .cell { padding: 18px; border-bottom: 1px solid var(--line); }
  .festival-card { min-height: 270px; }
}

@media (prefers-reduced-motion: reduce) {
  .ai-solution-panel:before { animation: none; }
  .motion-ready [data-reveal],
  .motion-ready [data-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: none;
    filter: none;
    will-change: auto;
  }
  .btn { transition: none; }
}
