:root {
  color-scheme: light;
  --brand: #6f5ae8;
  --brand-rgb: 111, 90, 232;
  --brand-strong: #5140c7;
  --accent: #ff7187;
  --accent-rgb: 255, 113, 135;
  --canvas: #f8f7fc;
  --surface: #ffffff;
  --surface-soft: #f0edf9;
  --ink: #1a1825;
  --ink-soft: #625f6f;
  --line: rgba(32, 26, 66, .12);
  --header: rgba(248, 247, 252, .82);
  --shadow: 0 26px 80px rgba(47, 35, 99, .12);
  --radius: 28px;
  --display: "Songti SC", "Noto Serif SC", "STSong", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html[data-accent="rose"] { --brand: #c9476d; --brand-rgb: 201, 71, 109; --brand-strong: #a33154; --accent: #f09a75; --accent-rgb: 240, 154, 117; }
html[data-accent="teal"] { --brand: #197f81; --brand-rgb: 25, 127, 129; --brand-strong: #116568; --accent: #e7a85a; --accent-rgb: 231, 168, 90; }
html[data-accent="amber"] { --brand: #ad6b18; --brand-rgb: 173, 107, 24; --brand-strong: #88500e; --accent: #d55d67; --accent-rgb: 213, 93, 103; }

html[data-theme="dark"] {
  color-scheme: dark;
  --canvas: #121118;
  --surface: #1a1922;
  --surface-soft: #24222f;
  --ink: #f4f0fa;
  --ink-soft: #b9b3c4;
  --line: rgba(238, 230, 255, .13);
  --header: rgba(18, 17, 24, .82);
  --shadow: 0 28px 90px rgba(0, 0, 0, .36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--sans); line-height: 1.6; transition: background .25s ease, color .25s ease; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { display: block; }
::selection { background: rgba(var(--brand-rgb), .22); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--ink); color: var(--canvas); border-radius: 8px; }
.skip-link:focus { top: 14px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 80px; display: flex; align-items: center; padding: 0 clamp(22px, 5vw, 76px); background: transparent; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, height .25s; }
.site-header.scrolled { height: 68px; background: var(--header); border-color: var(--line); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.brand img { filter: drop-shadow(0 8px 20px rgba(var(--brand-rgb), .22)); }
.desktop-nav { display: flex; gap: clamp(24px, 3vw, 48px); margin: 0 auto; font-size: 14px; color: var(--ink-soft); }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 50% 4px; height: 1px; background: var(--brand); transition: inset .2s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { inset-inline: 0; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(var(--brand-rgb), .04); border-radius: 999px; cursor: pointer; }
.icon-button:hover { background: rgba(var(--brand-rgb), .11); }
.theme-toggle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.theme-toggle .moon, html[data-theme="dark"] .theme-toggle .sun { display: none; }
html[data-theme="dark"] .theme-toggle .moon { display: block; }
.palette { position: relative; }
.palette-dot { width: 15px; height: 15px; border-radius: 50%; background: var(--brand); box-shadow: inset 0 0 0 3px rgba(255,255,255,.32); }
.palette-menu { position: absolute; top: 48px; right: 0; width: 180px; padding: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.palette-menu > span { font-size: 12px; color: var(--ink-soft); }
.swatches { display: flex; gap: 10px; margin-top: 10px; }
.swatches button { width: 27px; height: 27px; border-radius: 50%; border: 3px solid var(--surface); box-shadow: 0 0 0 1px var(--line); cursor: pointer; }
.swatches [data-accent="violet"] { background: #6f5ae8; }
.swatches [data-accent="rose"] { background: #c9476d; }
.swatches [data-accent="teal"] { background: #197f81; }
.swatches [data-accent="amber"] { background: #ad6b18; }
.admin-link { margin-left: 5px; padding: 9px 17px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; }
.admin-link:hover { border-color: var(--brand); color: var(--brand); }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 760px; padding: 148px clamp(22px, 7vw, 110px) 80px; display: grid; grid-template-columns: minmax(420px, .9fr) minmax(520px, 1.1fr); align-items: center; gap: clamp(40px, 7vw, 110px); position: relative; overflow: hidden; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; opacity: .72; }
.glow-one { width: 580px; height: 580px; right: -200px; top: -190px; background: radial-gradient(circle, rgba(var(--brand-rgb), .18), transparent 68%); }
.glow-two { width: 480px; height: 480px; left: -240px; bottom: -210px; background: radial-gradient(circle, rgba(var(--accent-rgb), .14), transparent 68%); }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--brand); font-size: 11px; font-weight: 750; letter-spacing: .22em; }
.eyebrow span { width: 25px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; max-width: 620px; font-family: var(--display); font-size: clamp(52px, 6vw, 92px); font-weight: 600; line-height: 1.08; letter-spacing: -.045em; }
.hero h1 em { color: var(--brand); font-style: normal; }
.hero-lead { max-width: 590px; margin: 28px 0 34px; color: var(--ink-soft); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.button { min-height: 48px; padding: 12px 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 650; }
.button.primary { color: white; background: var(--brand); box-shadow: 0 15px 35px rgba(var(--brand-rgb), .25); }
.button.primary:hover { transform: translateY(-2px); background: var(--brand-strong); }
.button.quiet { border: 1px solid var(--line); background: rgba(var(--brand-rgb), .04); }
.button.quiet:hover { border-color: var(--brand); }
.trust-note { margin: 28px 0 0; display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 12px; }
.trust-note i { width: 3px; height: 3px; border-radius: 50%; background: var(--brand); }

.resonance-stage { position: relative; min-height: 540px; border-radius: 48% 52% 42% 58% / 45% 42% 58% 55%; background: linear-gradient(145deg, rgba(var(--brand-rgb), .13), rgba(var(--accent-rgb), .08)); border: 1px solid rgba(var(--brand-rgb), .12); isolation: isolate; }
.resonance-stage::before { content: ""; position: absolute; inset: 10%; border: 1px dashed rgba(var(--brand-rgb), .22); border-radius: inherit; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(var(--brand-rgb), .18); }
.orbit-a { width: 260px; height: 260px; top: 48px; left: 38px; }
.orbit-b { width: 310px; height: 310px; right: 22px; bottom: 34px; border-color: rgba(var(--accent-rgb), .2); }
.resonance-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.line { fill: none; stroke-width: 1.6; stroke-dasharray: 7 9; animation: flow 16s linear infinite; }
.line-a { stroke: var(--brand); }
.line-b { stroke: var(--accent); animation-direction: reverse; }
@keyframes flow { to { stroke-dashoffset: -160; } }
.person-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; min-width: 190px; padding: 13px 16px; background: rgba(255,255,255,.74); color: #25212d; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; box-shadow: 0 18px 48px rgba(57, 41, 105, .12); backdrop-filter: blur(12px); }
.person-card strong, .person-card small { display: block; }
.person-card strong { font-size: 13px; }
.person-card small { color: #77717e; font-size: 10px; margin-top: 2px; }
.person-a { top: 70px; left: -25px; }
.person-b { right: -10px; bottom: 90px; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; font-family: var(--display); }
.avatar-a { background: linear-gradient(145deg, var(--brand), #9383f2); }
.avatar-b { background: linear-gradient(145deg, var(--accent), #f6a48d); }
.resonance-core { position: absolute; left: 50%; top: 50%; width: 200px; transform: translate(-50%, -50%); padding: 22px; text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: 50%; aspect-ratio: 1; display: grid; place-content: center; box-shadow: var(--shadow); }
.resonance-core span { color: var(--brand); font-size: 10px; letter-spacing: .14em; }
.resonance-core strong { margin-top: 10px; font-family: var(--display); font-size: 17px; line-height: 1.55; }
.stage-caption { position: absolute; left: 8%; bottom: 5%; display: flex; gap: 11px; align-items: flex-start; color: var(--ink-soft); font-size: 11px; }
.stage-caption span { color: var(--brand); font-weight: 750; }
.stage-caption p { margin: 0; }

.section { padding: 120px clamp(22px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px 70px; align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4.5vw, 66px); font-weight: 600; line-height: 1.2; letter-spacing: -.035em; }
.section-heading > p:last-child { margin: 0; max-width: 520px; color: var(--ink-soft); line-height: 1.9; }
.principle-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }
.principle-card { min-height: 390px; padding: 28px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 60px rgba(47,35,99,.05); }
.principle-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; top: -90px; border-radius: 50%; background: rgba(var(--brand-rgb), .07); }
.card-number { color: var(--ink-soft); font-size: 11px; letter-spacing: .15em; }
.principle-card h3 { margin: auto 0 10px; font-family: var(--display); font-size: 24px; line-height: 1.4; }
.principle-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.mini-deck { height: 165px; margin: 24px 0; position: relative; }
.mini-deck div { position: absolute; left: 50%; top: 50%; width: 104px; height: 140px; border-radius: 15px; background: linear-gradient(155deg, rgba(var(--brand-rgb), .8), rgba(var(--accent-rgb), .75)); box-shadow: 0 16px 36px rgba(var(--brand-rgb), .16); }
.mini-deck div:nth-child(1) { transform: translate(-82%, -50%) rotate(-11deg); opacity: .45; }
.mini-deck div:nth-child(2) { transform: translate(-50%, -54%); }
.mini-deck div:nth-child(3) { transform: translate(-18%, -50%) rotate(11deg); opacity: .45; }
.mini-deck span { position: absolute; inset: 50% auto auto 50%; z-index: 2; transform: translate(-50%, -50%); color: white; font-family: var(--display); font-size: 17px; white-space: nowrap; }
.mutual-mark, .boundary-mark { height: 165px; margin: 24px 0; display: grid; place-items: center; position: relative; }
.mutual-mark i { position: absolute; width: 92px; height: 92px; border-radius: 50%; background: rgba(var(--brand-rgb), .24); }
.mutual-mark i:first-child { transform: translateX(-28px); }
.mutual-mark i:last-child { transform: translateX(28px); background: rgba(var(--accent-rgb), .22); }
.boundary-mark span { width: 104px; height: 130px; border: 1px solid var(--brand); border-radius: 52px 52px 20px 20px; position: relative; }
.boundary-mark span::before { content: ""; position: absolute; left: 50%; top: -22px; width: 1px; height: 174px; background: linear-gradient(transparent, var(--brand), transparent); }

.journey { background: #1b1825; color: #f9f6ff; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 160px); }
html[data-theme="dark"] .journey { background: #08080d; }
.eyebrow.light { color: #bdb0ff; }
.journey-intro { position: sticky; top: 130px; align-self: start; }
.journey-intro > p:last-child { max-width: 520px; margin-top: 30px; color: #aaa4b3; line-height: 1.9; }
.journey-list { list-style: none; margin: 0; padding: 0; }
.journey-list li { min-height: 155px; padding: 32px 0; display: grid; grid-template-columns: 54px 1fr; gap: 18px; border-top: 1px solid rgba(255,255,255,.13); }
.journey-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.journey-list > li > span { color: #9e8cf2; font-size: 12px; }
.journey-list strong { font-family: var(--display); font-size: 24px; }
.journey-list p { margin: 8px 0 0; color: #aaa4b3; font-size: 14px; }

.safety { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.safety-visual { min-height: 530px; position: relative; display: grid; place-items: center; }
.shield-rings span { position: absolute; inset: 50% auto auto 50%; width: 400px; aspect-ratio: 1; border: 1px solid rgba(var(--brand-rgb), .15); border-radius: 50%; transform: translate(-50%, -50%); }
.shield-rings span:nth-child(2) { width: 300px; border-style: dashed; animation: spin 30s linear infinite; }
.shield-rings span:nth-child(3) { width: 205px; background: rgba(var(--brand-rgb), .06); }
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.shield-center { z-index: 2; text-align: center; }
.shield-center img { margin: auto; width: 72px; }
.shield-center strong { display: block; margin-top: 18px; font-family: var(--display); font-size: 18px; }
.safety-chip { position: absolute; z-index: 3; padding: 8px 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--shadow); font-size: 12px; }
.chip-one { top: 22%; left: 2%; }.chip-two { top: 18%; right: 4%; }.chip-three { bottom: 17%; right: 8%; }
.safety-copy > p:not(.eyebrow) { margin: 26px 0; color: var(--ink-soft); line-height: 1.9; }
.safety-copy ul { list-style: none; margin: 0 0 28px; padding: 0; }
.safety-copy li { display: flex; gap: 10px; padding: 9px 0; color: var(--ink-soft); font-size: 14px; }
.safety-copy li span { color: var(--brand); font-weight: 800; }
.text-link { color: var(--brand); font-size: 14px; font-weight: 700; }
.text-link span { display: inline-block; transition: transform .2s; }.text-link:hover span { transform: translateX(4px); }

.manifesto { min-height: 650px; position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; overflow: hidden; background: linear-gradient(145deg, rgba(var(--brand-rgb), .12), rgba(var(--accent-rgb), .09)); }
.manifesto-mark { position: absolute; margin: 0; top: -150px; right: 3%; color: rgba(var(--brand-rgb), .1); font-family: Georgia, serif; font-size: 560px; line-height: 1; }
.manifesto-copy { position: relative; z-index: 1; }
.manifesto-copy > p:last-child { max-width: 680px; margin-top: 30px; color: var(--ink-soft); line-height: 2; }
.manifesto-stats { position: relative; z-index: 1; display: grid; gap: 20px; }
.manifesto-stats div { padding: 18px 0; display: grid; grid-template-columns: 90px 1fr; align-items: center; border-top: 1px solid var(--line); }
.manifesto-stats strong { color: var(--brand); font-family: var(--display); font-size: 36px; }
.manifesto-stats span { color: var(--ink-soft); font-size: 13px; }

.app-section { padding-block: 80px 120px; }
.app-panel { min-height: 560px; padding: clamp(45px, 7vw, 90px); display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 60px; overflow: hidden; background: var(--brand); color: white; border-radius: 42px; position: relative; }
.app-panel::after { content: ""; position: absolute; width: 480px; height: 480px; right: -130px; top: -150px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.03); }
.app-panel > div { position: relative; z-index: 2; }
.app-panel .eyebrow { color: white; opacity: .72; }
.app-panel > div > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.75); }
.store-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.store-actions button { min-width: 160px; padding: 10px 16px; display: grid; grid-template-columns: 30px 1fr; text-align: left; color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: 14px; opacity: .75; }
.store-actions button span { grid-row: 1 / 3; align-self: center; font-size: 22px; }.store-actions button small { font-size: 8px; letter-spacing: .12em; }
.phone-scene { min-height: 410px; display: grid; place-items: center; }
.phone { width: 245px; height: 490px; padding: 30px 20px; background: #fbf9ff; color: #2a2533; border: 7px solid #292432; border-radius: 38px; transform: rotate(6deg); box-shadow: 0 35px 80px rgba(0,0,0,.3); }
.phone-top { width: 70px; height: 17px; margin: -23px auto 20px; background: #292432; border-radius: 0 0 13px 13px; }
.phone > small { color: #7f768b; font-size: 9px; }.profile-art { height: 200px; margin: 14px 0 20px; border-radius: 25px; background: linear-gradient(160deg, #ddcff8, #f4c7cb); position: relative; overflow: hidden; }
.profile-art span { position: absolute; width: 98px; height: 130px; left: 50%; bottom: -8px; transform: translateX(-50%); background: #7869a8; border-radius: 50px 50px 15px 15px; }.profile-art i { position: absolute; width: 58px; height: 58px; left: 50%; top: 28px; transform: translateX(-50%); background: #e5b59d; border-radius: 50%; }
.phone strong { font-family: var(--display); font-size: 14px; line-height: 1.5; }.phone p { color: #837b8c; font-size: 9px; line-height: 1.6; }.phone-buttons { display: flex; justify-content: center; gap: 42px; margin-top: 18px; }.phone-buttons i { width: 34px; height: 34px; border: 1px solid #ddd7e6; border-radius: 50%; }.phone-buttons i:last-child { background: var(--brand); border-color: var(--brand); }

.site-footer { padding: 70px clamp(22px, 7vw, 110px) 30px; background: var(--surface); border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1fr 1.5fr; gap: 70px; padding-bottom: 60px; }
.footer-brand p { color: var(--ink-soft); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 8px; font-size: 12px; letter-spacing: .08em; }
.footer-links a { color: var(--ink-soft); font-size: 13px; }.footer-links a:hover { color: var(--brand); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; }
.footer-bottom p { margin: 0; }

.not-found { min-height: 100vh; padding: 24px; display: grid; place-content: center; text-align: center; }
.not-found .eyebrow { justify-content: center; }
.not-found h1 { margin: 0; font-family: var(--display); font-size: clamp(42px, 8vw, 80px); }
.not-found > p:not(.eyebrow) { color: var(--ink-soft); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(var(--brand-rgb), .42); outline-offset: 3px; }

@media (max-width: 1050px) {
  .desktop-nav, .admin-link { display: none; }
  .site-header { justify-content: space-between; }
  .menu-button { width: 40px; height: 40px; padding: 0; display: grid; place-content: center; gap: 6px; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
  .menu-button span { width: 16px; height: 1px; background: currentColor; }
  .mobile-nav { position: absolute; left: 18px; right: 18px; top: 70px; padding: 12px; display: grid; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 12px 14px; border-radius: 10px; }.mobile-nav a:hover { background: var(--surface-soft); }
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-copy { max-width: 720px; }
  .resonance-stage { width: min(680px, 92vw); justify-self: center; }
  .principle-grid { grid-template-columns: 1fr 1fr; }.card-large { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .site-header { padding-inline: 18px; }
  .brand span { font-size: 15px; }
  .hero { min-height: auto; padding: 120px 20px 72px; gap: 55px; }
  .hero h1 { font-size: clamp(46px, 15vw, 66px); }
  .hero-lead { font-size: 15px; }
  .trust-note { align-items: flex-start; flex-wrap: wrap; }
  .resonance-stage { min-height: 430px; border-radius: 38% 62% 46% 54% / 44% 44% 56% 56%; }
  .person-card { min-width: auto; padding: 9px; }.person-card div { display: none; }.avatar { width: 38px; height: 38px; }
  .person-a { left: 7px; top: 62px; }.person-b { right: 5px; bottom: 72px; }
  .resonance-core { width: 170px; }.resonance-core strong { font-size: 15px; }
  .stage-caption { left: 12%; bottom: 4%; }
  .section { padding: 82px 20px; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 36px; }.section-heading .eyebrow { grid-column: auto; }
  .section h2 { font-size: 39px; }
  .principle-grid { grid-template-columns: 1fr; }.card-large { grid-column: auto; }.principle-card { min-height: 350px; }
  .journey { grid-template-columns: 1fr; gap: 45px; }.journey-intro { position: static; }
  .journey-list li { grid-template-columns: 42px 1fr; }
  .safety { grid-template-columns: 1fr; gap: 40px; }.safety-visual { min-height: 400px; }.shield-rings span { width: 330px; }.shield-rings span:nth-child(2) { width: 250px; }.shield-rings span:nth-child(3) { width: 170px; }
  .manifesto { min-height: auto; grid-template-columns: 1fr; gap: 45px; }.manifesto-mark { font-size: 360px; }
  .app-section { padding: 40px 14px 80px; }.app-panel { padding: 50px 24px 0; grid-template-columns: 1fr; border-radius: 28px; }.phone-scene { min-height: 410px; overflow: hidden; }.phone { transform: translateY(40px) rotate(4deg); }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { flex-direction: column; }
}

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