@font-face { font-family: "IranYekan"; src: url("./assets/fonts/IRANYekan-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "IranYekan"; src: url("./assets/fonts/IRANYekan-Medium.ttf") format("truetype"); font-weight: 500 600; font-display: swap; }
@font-face { font-family: "IranYekan"; src: url("./assets/fonts/IRANYekan-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "IranYekan"; src: url("./assets/fonts/IRANYekan-ExtraBold.ttf") format("truetype"); font-weight: 800; font-display: swap; }
@font-face { font-family: "IranYekan"; src: url("./assets/fonts/IRANYekan-ExtraBlack.ttf") format("truetype"); font-weight: 900 950; font-display: swap; }
@font-face { font-family: "IranYekanFaNum"; src: url("./assets/fonts/IRANYekanFaNum-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "IranYekanFaNum"; src: url("./assets/fonts/IRANYekanFaNum-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "IranYekanFaNum"; src: url("./assets/fonts/IRANYekanFaNum-ExtraBlack.ttf") format("truetype"); font-weight: 900 950; font-display: swap; }

:root {
  --paper: #f5f5f2;
  --white: #ffffff;
  --black: #08090c;
  --ink: #111216;
  --muted: #6d7077;
  --line: rgba(17,18,22,.13);
  --blue: #275df5;
  --violet: #8957ff;
  --mint: #21c58b;
  --acid: #dfff38;
  --font: "IranYekan", Arial, sans-serif;
  --ease: cubic-bezier(.2,.75,.2,1);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; min-width: 320px; overflow-x: clip; background: var(--paper); font-family: var(--font); }
body[data-locale="fa"] { --font: "IranYekanFaNum", "IranYekan", Tahoma, sans-serif; }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; inset-block-start: 10px; inset-inline-start: 10px; transform: translateY(-160%); padding: 10px 16px; border-radius: 99px; background: var(--black); color: white; }
.skip-link:focus { transform: none; }

.page-loader { position: fixed; z-index: 900; inset: 0; display: grid; place-items: center; align-content: center; gap: 22px; background: var(--black); color: white; transition: opacity .8s var(--ease), visibility .8s; }
.page-loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-mark { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; font-size: 28px; font-weight: 950; animation: loaderTurn 1.4s var(--ease) infinite alternate; }
.loader-track { width: 180px; height: 2px; overflow: hidden; background: rgba(255,255,255,.15); }
.loader-track i { display: block; width: 48%; height: 100%; background: var(--acid); animation: loaderLine 1s var(--ease) infinite alternate; }
.page-loader small { color: rgba(255,255,255,.35); font-size: 7px; font-weight: 900; letter-spacing: .25em; }
@keyframes loaderTurn { to { transform: rotate(8deg) scale(.92); border-radius: 50%; } }
@keyframes loaderLine { to { transform: translateX(110%); } }

.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  width: min(1480px, calc(100% - 72px));
  min-height: 92px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: width .35s var(--ease), min-height .35s var(--ease), top .35s var(--ease), background .35s ease, border-radius .35s var(--ease), padding .35s var(--ease);
}
.site-header.is-scrolled { position: fixed; top: 12px; width: min(1080px, calc(100% - 28px)); min-height: 66px; padding: 0 14px; border: 1px solid rgba(17,18,22,.09); border-radius: 18px; background: rgba(245,245,242,.78); box-shadow: 0 16px 50px rgba(21,28,45,.1); backdrop-filter: blur(22px); }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 11px; }
.brand-symbol { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--black); color: white; transition: width .3s var(--ease), height .3s var(--ease); }
.brand-symbol svg { width: 28px; height: 28px; fill: currentColor; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-size: 13px; font-weight: 950; letter-spacing: .03em; }
.brand small { margin-top: 5px; color: var(--muted); font: 800 6px/1 var(--font); letter-spacing: .26em; }
.site-header nav { display: flex; align-items: center; gap: 32px; color: #52555d; font-size: 9px; font-weight: 800; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--black); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.language-switch, .account-button { min-height: 39px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: 9px; font-weight: 900; }
.account-button { min-width: 96px; border-color: var(--black); background: var(--black); color: white; }

.hero { min-height: 100svh; padding: 150px max(36px,calc((100vw - 1480px)/2)) 56px; position: relative; display: grid; align-items: end; overflow: hidden; isolation: isolate; }
#hero-canvas { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.hero-wash { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 66% 45%, transparent 0 25%, rgba(245,245,242,.06) 45%, var(--paper) 74%); pointer-events: none; }
.hero-copy { max-width: 1000px; padding-bottom: 60px; position: relative; z-index: 2; }
.hero-overline { margin: 0 0 28px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.hero-overline > span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgba(39,93,245,.1); }
.hero-overline i { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--black); font-style: normal; letter-spacing: 0; }
h1 { margin: 0; max-width: 1000px; font-size: clamp(74px,9.2vw,152px); line-height: .82; letter-spacing: -.085em; font-weight: 950; }
[dir="rtl"] h1 { line-height: 1.08; letter-spacing: -.055em; }
h1 em { display: block; color: var(--blue); font-style: normal; }
.hero-lead { max-width: 580px; margin: 32px 0 0; color: var(--muted); font-size: 13px; line-height: 1.95; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.pill-action { min-height: 54px; padding: 0 21px; border: 1px solid var(--black); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; cursor: pointer; font-size: 10px; font-weight: 900; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s ease; }
.pill-action i { font-style: normal; font-size: 14px; }
.primary-pill { background: var(--black); color: white; }
.primary-pill:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.ghost-pill { background: rgba(255,255,255,.4); backdrop-filter: blur(10px); }
.ghost-pill:hover { background: white; transform: translateY(-3px); }
.light-pill { border-color: white; background: white; color: var(--black); }
.hero-index { position: absolute; z-index: 2; right: max(36px,calc((100vw - 1480px)/2)); bottom: 56px; display: flex; border-top: 1px solid var(--line); }
[dir="rtl"] .hero-index { right: auto; left: max(36px,calc((100vw - 1480px)/2)); }
.hero-index span { min-width: 100px; padding: 12px 14px 0; border-inline-start: 1px solid var(--line); display: flex; flex-direction: column; gap: 3px; }
.hero-index span:first-child { border-inline-start: 0; }
.hero-index b { font-size: 11px; }
.hero-index small { color: var(--muted); font-size: 6px; letter-spacing: .15em; }
.hero-side-note { position: absolute; top: 130px; right: max(36px,calc((100vw - 1480px)/2)); display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .1em; writing-mode: vertical-rl; }
[dir="rtl"] .hero-side-note { right: auto; left: max(36px,calc((100vw - 1480px)/2)); }
.hero-side-note i { width: 1px; height: 46px; background: var(--line); }
.hero-scroll { position: absolute; z-index: 2; left: 50%; bottom: 35px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); font-size: 6px; font-weight: 900; letter-spacing: .17em; }
.hero-scroll i { width: 1px; height: 30px; background: linear-gradient(var(--black), transparent); animation: scrollLine 2s ease-in-out infinite; transform-origin: top; }
@keyframes scrollLine { 50% { transform: scaleY(.45); opacity: .3; } }
.split-in { opacity: 0; transform: translateY(30px); animation: splitIn 1s var(--ease) forwards; }
.hero-copy .split-in:nth-child(2) { animation-delay: .12s; }
.hero-copy .split-in:nth-child(3) { animation-delay: .22s; }
.hero-copy .split-in:nth-child(4) { animation-delay: .3s; }
@keyframes splitIn { to { opacity: 1; transform: none; } }

.journey { height: 360vh; position: relative; background: var(--black); color: white; }
.journey-sticky { height: 100svh; position: sticky; top: 0; overflow: hidden; isolation: isolate; }
#morph-canvas { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; }
.journey-grid { position: absolute; z-index: -2; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle at 70% 50%,black,transparent 72%); }
.journey-chrome { position: absolute; inset: 28px 32px auto; display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.journey-chrome b { color: white; }
.journey-panels { position: absolute; z-index: 4; top: 50%; left: max(36px,calc((100vw - 1480px)/2)); width: min(470px,36vw); height: 620px; transform: translateY(-46%); }
[dir="rtl"] .journey-panels { left: auto; right: max(36px,calc((100vw - 1480px)/2)); }
.journey-panel { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; opacity: 0; visibility: hidden; transform: translateY(45px); transition: opacity .65s var(--ease), transform .65s var(--ease), visibility .65s; }
.journey-panel.is-active { opacity: 1; visibility: visible; transform: none; }
.panel-label { margin: 0; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.45); font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.signal { width: 7px; height: 7px; border-radius: 50%; flex: 0 0 auto; box-shadow: 0 0 15px currentColor; }
.signal-blue { background: #52a8ff; color: #52a8ff; }
.signal-violet { background: #a66cff; color: #a66cff; }
.signal-mint { background: #4ce0ab; color: #4ce0ab; }
.journey-panel h2 { margin: 45px 0 0; font-size: clamp(64px,7.5vw,116px); line-height: .78; letter-spacing: -.08em; }
[dir="rtl"] .journey-panel h2 { line-height: .9; }
.panel-thesis { margin: 43px 0 0; max-width: 440px; font-size: 17px; font-weight: 900; line-height: 1.55; }
.panel-description { max-width: 460px; margin: 14px 0 0; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.9; }
.journey-panel ul { list-style: none; margin: 23px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.journey-panel li { padding: 7px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.62); font-size: 7px; }
.panel-actions { margin-top: auto; display: flex; align-items: center; gap: 18px; }
.circle-action { width: 58px; height: 58px; border: 0; border-radius: 50%; background: white; color: var(--black); cursor: pointer; font-size: 20px; transition: transform .3s var(--ease); }
.circle-action:hover { transform: rotate(45deg) scale(1.08); }
.inline-action { padding: 0; border: 0; background: transparent; color: white; display: flex; align-items: center; gap: 9px; cursor: pointer; font-size: 8px; font-weight: 800; }
.inline-action i { font-style: normal; transition: transform .25s var(--ease); }
.inline-action:hover i { transform: translateX(5px); }
[dir="rtl"] .inline-action:hover i { transform: translateX(-5px); }
.journey-dots { position: absolute; z-index: 4; right: 32px; top: 50%; transform: translateY(-50%); display: grid; gap: 12px; }
[dir="rtl"] .journey-dots { right: auto; left: 32px; }
.journey-dots i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.2); transition: height .35s var(--ease), border-radius .35s, background .35s; }
.journey-dots i.is-active { height: 35px; border-radius: 5px; background: white; }
.journey-hint { position: absolute; z-index: 4; right: 32px; bottom: 26px; margin: 0; color: rgba(255,255,255,.28); font-size: 6px; letter-spacing: .08em; }
[dir="rtl"] .journey-hint { right: auto; left: 32px; }

.product-proof { padding: 160px max(36px,calc((100vw - 1320px)/2)); background: var(--paper); }
.product-proof > header { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.section-code { grid-column: 1 / -1; margin: 0 0 28px; color: var(--muted); font-size: 7px; font-weight: 900; letter-spacing: .18em; }
.product-proof h2, .manifesto h2, .access-heading h2, .footer-main h2 { margin: 0; font-size: clamp(50px,6.4vw,94px); line-height: 1.02; letter-spacing: -.075em; }
[dir="rtl"] .product-proof h2,[dir="rtl"] .manifesto h2,[dir="rtl"] .access-heading h2,[dir="rtl"] .footer-main h2 { line-height: 1.2; letter-spacing: -.045em; }
.product-proof header > p:last-child { max-width: 460px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.proof-grid { margin-top: 100px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid article { min-height: 540px; padding: 28px; display: grid; grid-template-rows: auto auto 1fr auto; border-inline-start: 1px solid var(--line); }
.proof-grid article:first-child { border-inline-start: 0; }
.proof-grid article > span { color: var(--blue); font-size: 8px; font-weight: 900; }
.proof-grid article > b { margin-top: 20px; max-width: 280px; font-size: 20px; line-height: 1.35; }
.proof-grid article > p { max-width: 300px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.8; }
.proof-graphic { align-self: center; height: 245px; position: relative; }
.proof-play { display: grid; place-items: center; }
.proof-play i { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.proof-play i:nth-child(1) { width: 220px; height: 220px; }
.proof-play i:nth-child(2) { width: 160px; height: 160px; border-style: dashed; animation: orbitSpin 18s linear infinite; }
.proof-play i:nth-child(3) { width: 85px; height: 85px; background: var(--blue); border: 0; box-shadow: 0 24px 50px rgba(39,93,245,.28); }
.proof-play em { position: relative; z-index: 2; color: white; font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .15em; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.proof-code { padding: 45px 28px; border: 1px solid var(--line); border-radius: 18px; background: white; overflow: hidden; }
.proof-code::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 22px 22px; opacity: .35; }
.proof-code code { position: relative; z-index: 2; color: var(--blue); font: 700 15px/1.8 monospace; }
.proof-code i { position: absolute; z-index: 2; width: 105px; height: 105px; right: -20px; bottom: -20px; border-radius: 50%; background: var(--acid); filter: blur(2px); }
.proof-nodes i,.proof-nodes b,.proof-nodes em { position: absolute; width: 44px; height: 44px; border-radius: 13px; background: var(--black); box-shadow: 0 15px 35px rgba(0,0,0,.16); }
.proof-nodes i:nth-child(1) { left: 13%; top: 18%; background: var(--blue); }
.proof-nodes i:nth-child(2) { right: 11%; top: 23%; background: var(--violet); }
.proof-nodes i:nth-child(3) { left: 42%; bottom: 12%; background: var(--mint); }
.proof-nodes b { left: 42%; top: 31%; width: 65px; height: 65px; border-radius: 20px; }
.proof-nodes em { left: 0; right: 0; top: 50%; width: auto; height: 1px; border-radius: 0; background: var(--line); box-shadow: none; }

.manifesto { min-height: 100svh; padding: 130px max(36px,calc((100vw - 1320px)/2)); position: relative; display: grid; place-items: center; overflow: hidden; background: var(--blue); color: white; isolation: isolate; }
#manifesto-canvas { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; opacity: .9; }
.manifesto::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at center,transparent 0 25%,rgba(39,93,245,.25) 66%,var(--blue) 92%); }
.manifesto-copy { max-width: 1120px; text-align: center; }
.manifesto .section-code { color: rgba(255,255,255,.55); }
.manifesto h2 em { color: var(--acid); font-style: normal; }
.manifesto-copy > p:not(.section-code) { max-width: 670px; margin: 30px auto 35px; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.9; }
.manifesto-corners span { position: absolute; color: rgba(255,255,255,.4); font-size: 7px; font-weight: 900; letter-spacing: .18em; }
.manifesto-corners span:nth-child(1) { top: 28px; left: 30px; }
.manifesto-corners span:nth-child(2) { top: 28px; right: 30px; }
.manifesto-corners span:nth-child(3) { bottom: 28px; left: 30px; }
.manifesto-corners span:nth-child(4) { bottom: 28px; right: 30px; }

.access-section { min-height: 920px; padding: 140px max(36px,calc((100vw - 1320px)/2)); display: grid; grid-template-columns: 1.08fr .92fr; gap: 110px; align-items: center; }
.access-heading > p:not(.section-code) { max-width: 590px; margin: 28px 0 34px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.access-object { position: relative; padding: 26px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.72); box-shadow: 0 38px 100px rgba(26,36,62,.12); backdrop-filter: blur(20px); overflow: hidden; }
.object-glow { position: absolute; width: 250px; height: 250px; right: -80px; top: -100px; border-radius: 50%; background: var(--acid); filter: blur(40px); opacity: .42; }
.access-object > header { position: relative; display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.access-object > header i { color: #168c62; font-style: normal; }
.object-user { padding: 35px 5px; display: flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.object-user > b { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; background: var(--black); color: white; font-size: 22px; }
.object-user p { margin: 0; display: flex; flex-direction: column; gap: 4px; }
.object-user small { color: var(--muted); font-size: 8px; }
.object-user strong { font-size: 13px; }
.access-object ul { list-style: none; margin: 0; padding: 16px 5px 5px; }
.access-object li { min-height: 65px; display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; border-bottom: 1px solid var(--line); }
.access-object li b { font-size: 10px; }
.access-object li i { padding: 5px 8px; border-radius: 999px; background: #e3f8ef; color: #147754; font-size: 7px; font-style: normal; }
.logout-button { margin: 22px 5px 0; padding: 0; border: 0; background: transparent; color: var(--muted); text-decoration: underline; cursor: pointer; font-size: 8px; font-weight: 800; }

footer { padding: 0 max(36px,calc((100vw - 1480px)/2)); background: var(--black); color: white; }
.footer-main { min-height: 420px; padding: 80px 0; display: grid; grid-template-columns: .4fr 1.2fr auto; gap: 70px; align-items: end; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand .brand-symbol { background: white; color: var(--black); }
.footer-brand small { color: rgba(255,255,255,.4); }
.footer-main h2 { font-size: clamp(46px,6vw,88px); }
.back-top { align-self: start; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.footer-meta { min-height: 70px; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.3); font-size: 7px; letter-spacing: .15em; }

.auth-dialog { width: min(490px,calc(100% - 28px)); padding: 38px; border: 1px solid rgba(17,18,22,.16); border-radius: 24px; background: white; color: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.3); }
.auth-dialog::backdrop { background: rgba(8,9,12,.72); backdrop-filter: blur(12px); }
.dialog-close { position: absolute; top: 16px; inset-inline-end: 17px; border: 0; background: transparent; font-size: 24px; cursor: pointer; }
.auth-brand { margin-bottom: 30px; display: flex; align-items: center; gap: 13px; font-size: 20px; }
.auth-tabs { margin-bottom: 25px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.auth-tabs button { padding: 13px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); cursor: pointer; font-weight: 900; }
.auth-tabs button.active { border-color: var(--blue); color: var(--ink); }
.auth-dialog form { display: grid; gap: 16px; }
.auth-dialog label { display: grid; gap: 7px; font-size: 9px; font-weight: 800; }
.auth-dialog input { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; background: #f8f8f6; }
.auth-dialog label small,.privacy-note { color: var(--muted); }
.submit-auth { width: 100%; margin-top: 4px; border-radius: 999px; }
.submit-auth:disabled { opacity: .6; cursor: wait; }
.form-message { min-height: 18px; margin: 0; color: #a43c38; font-size: 9px; font-weight: 800; }
.privacy-note { margin: 20px 0 0; font-size: 8px; line-height: 1.8; }
.toast { position: fixed; z-index: 500; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 14px 19px; transform: translate(-50%,150%); border-radius: 999px; background: var(--black); color: white; box-shadow: 0 20px 50px rgba(0,0,0,.22); font-size: 9px; text-align: center; transition: transform .35s var(--ease); }
.toast.show { transform: translate(-50%,0); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .journey-panels { width: min(440px,45vw); }
  .product-proof > header { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 420px; grid-template-columns: .65fr 1fr; grid-template-rows: auto 1fr auto; border-inline-start: 0; border-bottom: 1px solid var(--line); }
  .proof-grid article > b { grid-column: 1; }
  .proof-grid article > p { grid-column: 1; }
  .proof-graphic { grid-column: 2; grid-row: 1 / -1; width: 100%; }
  .access-section { grid-template-columns: 1fr; }
  .access-object { max-width: 680px; }
}

@media (max-width: 720px) {
  .page-loader { display: none; }
  .site-header { width: calc(100% - 32px); min-height: 76px; }
  .site-header.is-scrolled { min-height: 62px; }
  .brand-symbol { width: 35px; height: 35px; border-radius: 9px; }
  .account-button { display: none; }
  .hero { min-height: 920px; padding: 115px 16px 35px; align-items: start; }
  .hero-wash { background: radial-gradient(circle at 50% 65%,transparent 0 15%,rgba(245,245,242,.04) 38%,var(--paper) 80%); }
  .hero-copy { padding-bottom: 0; }
  .hero-overline { flex-wrap: wrap; }
  h1 { margin-top: 34px; font-size: clamp(57px,18vw,78px); line-height: .9; }
  [dir="rtl"] h1 { line-height: 1.13; }
  .hero-lead { margin-top: 26px; font-size: 12px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .pill-action { width: 100%; }
  .hero-index { right: 16px; left: 16px; bottom: 34px; }
  [dir="rtl"] .hero-index { left: 16px; right: 16px; }
  .hero-index span { min-width: 0; flex: 1; padding-inline: 9px; }
  .hero-side-note,.hero-scroll { display: none; }
  .journey { height: 330vh; }
  .journey-chrome { inset: 18px 16px auto; }
  .journey-panels,[dir="rtl"] .journey-panels { top: 75px; left: 16px; right: 16px; width: auto; height: calc(100svh - 130px); transform: none; }
  .journey-panel h2 { margin-top: 23px; font-size: 55px; }
  .panel-thesis { max-width: 330px; margin-top: 22px; font-size: 13px; }
  .panel-description { max-width: 340px; font-size: 9px; }
  .journey-panel ul { max-width: 330px; margin-top: 15px; }
  .panel-actions { margin-top: 16px; }
  .circle-action { width: 48px; height: 48px; }
  .journey-dots,[dir="rtl"] .journey-dots { top: auto; right: 16px; left: 16px; bottom: 15px; transform: none; display: flex; justify-content: center; }
  .journey-dots i { width: 26px; height: 3px; border-radius: 4px; }
  .journey-dots i.is-active { width: 60px; height: 3px; }
  .journey-hint { display: none; }
  .product-proof { padding: 100px 16px; }
  .product-proof > header { gap: 26px; }
  .product-proof h2,.manifesto h2,.access-heading h2,.footer-main h2 { font-size: 44px; }
  .proof-grid { margin-top: 60px; }
  .proof-grid article { min-height: 560px; padding: 25px 5px; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto 1fr auto; }
  .proof-grid article > b,.proof-grid article > p,.proof-graphic { grid-column: 1; }
  .proof-graphic { grid-row: auto; }
  .manifesto { min-height: 850px; padding: 100px 16px; }
  .manifesto-copy > p:not(.section-code) { font-size: 11px; }
  .manifesto-corners span { font-size: 5px; }
  .access-section { min-height: 0; padding: 100px 16px; gap: 60px; }
  .access-object { padding: 20px; border-radius: 22px; }
  .footer-main { min-height: 480px; padding: 60px 0; grid-template-columns: 1fr auto; align-items: start; }
  .footer-main h2 { grid-column: 1 / -1; align-self: end; }
  .back-top { grid-column: 2; grid-row: 1; }
  .auth-dialog { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .page-loader { display: none; }
  .split-in { opacity: 1; transform: none; }
  .journey { height: auto; background: var(--black); }
  .journey-sticky { position: relative; height: auto; min-height: 0; padding: 130px max(16px,4vw); overflow: visible; }
  .journey-canvas,.journey-dots,.journey-hint { display: none; }
  .journey-chrome { position: relative; inset: auto; margin-bottom: 70px; }
  .journey-panels,[dir="rtl"] .journey-panels {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(700px,100%);
    height: auto;
    transform: none;
  }
  .journey-panel {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: none;
    margin-bottom: 110px;
  }
  .journey-panel:last-child { margin-bottom: 0; }
}
