:root {
    --bg: #080a0f;
    --bg-soft: #0d1017;
    --panel: #11151d;
    --panel-light: #171c25;
    --text: #f5f6f8;
    --muted: #969ca9;
    --line: rgba(255, 255, 255, .11);
    --purple: #8067ff;
    --purple-light: #a696ff;
    --blue: #3fd8ff;
    --gold: #ffc95c;
    --container: 1220px;
    --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--purple); color: white; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; background: white; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.cursor-dot, .cursor-ring { position: fixed; z-index: 9999; left: 0; top: 0; pointer-events: none; opacity: 0; border-radius: 50%; transform: translate(-50%, -50%); transition: opacity .2s, width .2s, height .2s, border-color .2s, background .2s; }
.cursor-dot { width: 5px; height: 5px; background: #fff; mix-blend-mode: difference; }
.cursor-ring { width: 34px; height: 34px; border: 1px solid rgba(166,150,255,.7); box-shadow: 0 0 24px rgba(128,103,255,.22); }
body.enhanced-cursor .cursor-dot, body.enhanced-cursor .cursor-ring { opacity: 1; }
body.enhanced-cursor.cursor-hover .cursor-ring { width: 54px; height: 54px; border-color: rgba(63,216,255,.75); background: rgba(63,216,255,.06); }
@media (pointer: fine) {
    body.enhanced-cursor, body.enhanced-cursor a, body.enhanced-cursor button { cursor: none; }
}

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; border-bottom: 1px solid transparent; transition: .3s ease; }
.scroll-progress { position: absolute; left: 0; top: 0; width: var(--progress, 0%); height: 2px; background: linear-gradient(90deg, var(--purple), var(--blue)); box-shadow: 0 0 14px var(--purple); }
.site-header.scrolled { height: 70px; background: rgba(8, 10, 15, .9); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 46px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { position: relative; width: 34px; height: 36px; display: inline-block; transform: skew(-10deg); }
.brand-mark i { position: absolute; width: 10px; background: linear-gradient(180deg, var(--purple-light), var(--purple)); border-radius: 2px; }
.brand-mark i:first-child { height: 28px; left: 5px; top: 1px; transform: rotate(35deg); }
.brand-mark i:last-child { height: 28px; right: 5px; bottom: 1px; transform: rotate(35deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 18px; font-weight: 800; letter-spacing: .08em; }
.brand-copy small { margin-top: 6px; font: 500 8px/1 "Space Grotesk", sans-serif; letter-spacing: .16em; color: #8f95a2; }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-nav a { position: relative; padding: 30px 0; color: #b5bac4; font-size: 14px; transition: color .2s; }
.site-nav a::after { content: ''; position: absolute; left: 50%; bottom: 19px; width: 0; height: 2px; background: var(--purple-light); transform: translateX(-50%); transition: width .2s; }
.site-nav a:hover, .site-nav a.active { color: white; }
.site-nav a.active::after { width: 14px; }
.nav-cta { position: relative; overflow: hidden; display: inline-flex; align-items: center; gap: 22px; border: 1px solid rgba(255,255,255,.24); padding: 12px 16px 12px 20px; font-size: 13px; transition: .2s; }
.nav-cta::before { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.3), transparent 65%); transform: translateX(-120%); transition: transform .55s; }
.nav-cta:hover::before { transform: translateX(120%); }
.nav-cta:hover { background: white; color: #111; border-color: white; }
.nav-cta b { color: var(--purple-light); font-size: 16px; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }

.hero { position: relative; min-height: 810px; height: 100svh; max-height: 980px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 76% 45%, #141024 0, #080a0f 36%, #080a0f 100%); }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,15,.95) 0%, rgba(8,10,15,.72) 46%, rgba(8,10,15,.08) 78%); }
.hero-canvas { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; opacity: .58; pointer-events: none; }
.hero-grid { position: absolute; inset: -80px; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, #000 45%, #000 80%, transparent); animation: gridDrift 16s linear infinite; }
@keyframes gridDrift { to { transform: translate3d(80px, 80px, 0); } }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .22; }
.hero-glow-one { width: 420px; height: 420px; background: var(--purple); right: 9%; top: 24%; }
.hero-glow-two { width: 240px; height: 240px; background: var(--blue); right: 33%; bottom: -10%; opacity: .09; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; padding-top: 72px; }
.hero-copy { padding: 40px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: #9fa5b0; font: 500 11px/1.2 "Space Grotesk", "Noto Sans SC", sans-serif; letter-spacing: .22em; }
.eyebrow span { width: 24px; height: 1px; background: var(--purple-light); box-shadow: 8px 0 16px var(--purple); }
.hero h1 { margin: 0; max-width: 680px; font-size: clamp(54px, 5.8vw, 86px); line-height: 1.12; letter-spacing: -.055em; font-weight: 800; }
.hero h1 span { color: transparent; background: linear-gradient(100deg, #a697ff 0%, #f7f4ff 28%, #53dcff 50%, #f7f4ff 72%, #a697ff 100%); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.18); text-shadow: 0 0 44px rgba(128,103,255,.16); animation: titleFlow 5.5s linear infinite; }
@keyframes titleFlow { to { background-position: -220% 0; } }
.hero-code { display: flex; align-items: center; gap: 9px; margin-top: 16px; color: #505661; font: 500 8px "Space Grotesk", sans-serif; letter-spacing: .2em; }
.hero-code i { color: var(--purple-light); font-style: normal; }
.hero-lead { max-width: 620px; margin: 28px 0 34px; padding-left: 18px; border-left: 2px solid var(--purple); color: #a9aeba; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 15px; }
.button { position: relative; min-height: 48px; padding: 0 22px; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; border-radius: 1px; font-size: 14px; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.28), transparent 65%); transform: translateX(-130%); transition: transform .6s; }
.button:hover::after { transform: translateX(130%); }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #8d77ff, #6b52e8); color: white; box-shadow: 0 16px 40px rgba(104,79,225,.2); }
.button-primary:hover { background: linear-gradient(135deg, #9b88ff, #765eed); }
.button-ghost { border-color: var(--line); color: #c6cad2; }
.button-ghost:hover { border-color: rgba(255,255,255,.34); color: white; }
.button-ghost i { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-style: normal; font-size: 7px; }
.hero-proof { display: flex; gap: 28px; margin-top: 46px; color: #707681; font-size: 11px; }
.hero-proof span { padding-right: 28px; border-right: 1px solid var(--line); }
.hero-proof span:last-child { border: 0; padding: 0; }
.hero-proof b { display: block; margin-bottom: 4px; color: #c9cdd4; font-size: 13px; font-weight: 500; }

.hero-visual { --px: 0px; --py: 0px; --reveal-transform: perspective(1000px) translate3d(var(--px), var(--py), 0) rotateX(var(--prx, 0deg)) rotateY(var(--pry, 0deg)); position: relative; height: 600px; transition: transform .18s ease-out; }
.story-card { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.17); box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.story-main { width: 360px; height: 475px; top: 58px; right: 75px; padding: 25px; transform: rotate(2.5deg); background: radial-gradient(180px at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,.16), transparent 72%), linear-gradient(145deg, #1b1d31, #3c2a72 58%, #e35d73); animation: cardFloat 5s ease-in-out infinite; }
@keyframes cardFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
.story-main::before { content: ''; position: absolute; inset: 0; opacity: .24; background: repeating-linear-gradient(110deg, transparent 0 18px, rgba(255,255,255,.15) 19px 20px); }
.story-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; color: rgba(255,255,255,.65); font: 500 8px "Space Grotesk"; letter-spacing: .17em; }
.story-title { position: relative; z-index: 2; margin-top: 44px; display: flex; align-items: flex-start; gap: 15px; }
.story-title small { writing-mode: vertical-rl; font-size: 10px; letter-spacing: .3em; color: #ddd6ff; }
.story-title strong { font-size: 29px; line-height: 1.4; letter-spacing: .05em; text-shadow: 0 2px 15px rgba(0,0,0,.35); }
.story-sun { position: absolute; width: 240px; height: 240px; right: -55px; bottom: 44px; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #ffd6aa, #ff7c7c 42%, #7a3ad0 72%); box-shadow: 0 0 60px rgba(255,116,142,.28); }
.story-silhouette { position: absolute; z-index: 2; right: 88px; bottom: 16px; width: 100px; height: 230px; }
.story-silhouette i { position: absolute; left: 32px; top: 0; width: 48px; height: 55px; border-radius: 50% 50% 44% 44%; background: #0b0b13; }
.story-silhouette b { position: absolute; left: 7px; top: 45px; width: 92px; height: 190px; background: #0b0b13; clip-path: polygon(38% 0, 62% 0, 82% 32%, 100% 100%, 0 100%, 25% 35%); }
.story-caption { position: absolute; z-index: 3; left: 25px; right: 25px; bottom: 22px; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .2em; color: rgba(255,255,255,.78); }
.story-side { width: 210px; height: 250px; right: -65px; bottom: 58px; padding: 24px; transform: rotate(-4deg); background: radial-gradient(150px at var(--mx, 50%) var(--my, 50%), rgba(63,216,255,.12), transparent 70%), linear-gradient(145deg, #19202e, #12151c); animation: cardFloat 6.2s ease-in-out -1.5s infinite reverse; }
.story-side::before { content: ''; position: absolute; width: 130px; height: 130px; right: -30px; bottom: -28px; border: 1px solid rgba(63,216,255,.5); border-radius: 50%; box-shadow: 0 0 40px rgba(63,216,255,.16); }
.story-side span { color: var(--blue); font: 500 8px "Space Grotesk"; letter-spacing: .15em; }
.story-side strong { display: block; margin-top: 32px; font-size: 20px; line-height: 1.5; }
.story-side i { position: absolute; bottom: 20px; left: 24px; color: var(--blue); font-style: normal; }
.floating-badge { position: absolute; z-index: 4; top: 91px; left: 38px; width: 116px; height: 116px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(15,17,26,.68); backdrop-filter: blur(15px); animation: badgePulse 3.6s ease-in-out infinite; }
@keyframes badgePulse { 0%, 100% { box-shadow: 0 0 0 rgba(128,103,255,0); } 50% { box-shadow: 0 0 35px rgba(128,103,255,.22); } }
.floating-badge strong { color: var(--purple-light); font: 400 35px "Space Grotesk"; }
.floating-badge span { color: #afb4bd; font-size: 9px; line-height: 1.5; letter-spacing: .12em; }
.orbit { position: absolute; border: 1px solid rgba(128,103,255,.2); border-radius: 50%; }
.orbit::before { content: ''; position: absolute; left: 50%; top: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--purple-light); box-shadow: 0 0 18px var(--purple); }
.orbit-one { width: 540px; height: 540px; right: -20px; top: 20px; animation: orbitSpin 18s linear infinite; }
.orbit-two { width: 410px; height: 410px; right: 45px; top: 83px; border-color: rgba(255,255,255,.07); animation: orbitSpin 12s linear infinite reverse; }
.orbit-two::before { background: var(--blue); box-shadow: 0 0 18px var(--blue); }
@keyframes orbitSpin { to { rotate: 360deg; } }
.hero-tech { position: absolute; z-index: 5; left: 12px; bottom: 40px; display: grid; gap: 7px; color: #606774; font: 500 7px "Space Grotesk", sans-serif; letter-spacing: .14em; }
.hero-tech span { color: #9097a3; }
.hero-tech span i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #67f0b1; box-shadow: 0 0 10px #67f0b1; animation: statusBlink 1.5s ease-in-out infinite; }
@keyframes statusBlink { 50% { opacity: .25; } }
.hero-foot { position: absolute; z-index: 3; bottom: 25px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; color: #646a75; font: 500 8px "Space Grotesk"; letter-spacing: .17em; }
.scroll-cue { display: flex; align-items: center; gap: 11px; font-family: "Noto Sans SC"; font-size: 10px; letter-spacing: .1em; }
.scroll-cue span { width: 18px; height: 28px; border: 1px solid #5b616d; border-radius: 12px; position: relative; }
.scroll-cue span::after { content: ''; position: absolute; top: 6px; left: 50%; width: 2px; height: 5px; background: var(--purple-light); transform: translateX(-50%); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translate(-50%, -2px); } 45% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 8px); } }

.metrics { border-block: 1px solid var(--line); background: #0b0e14; }
.metric-grid { min-height: 150px; display: grid; grid-template-columns: repeat(3, 1fr) 1.5fr; }
.metric-grid > div { display: flex; align-items: center; gap: 19px; padding: 30px 34px; border-right: 1px solid var(--line); }
.metric-grid > div:first-child { padding-left: 0; }
.metric-grid > div:last-child { border: 0; padding-right: 0; }
.metric-grid strong { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.34); font: 500 28px "Space Grotesk"; }
.metric-grid span { color: #a2a7b1; font-size: 12px; line-height: 1.7; }
.metric-slogan { justify-content: flex-end; }
.metric-slogan small { color: var(--purple-light); font: 500 8px "Space Grotesk"; letter-spacing: .17em; writing-mode: vertical-rl; }
.metric-slogan p { margin: 0; font-size: 16px; line-height: 1.7; font-weight: 500; }

.marquee { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, #6049dc, #7b61f0 44%, #4caed0); color: white; transform: rotate(-1.2deg) scale(1.02); transform-origin: center; }
.marquee-track { width: max-content; height: 52px; display: flex; align-items: center; gap: 28px; animation: marqueeFlow 24s linear infinite; }
.marquee-track span { font: 600 12px "Space Grotesk", sans-serif; letter-spacing: .16em; }
.marquee-track i { color: rgba(255,255,255,.5); font-style: normal; }
@keyframes marqueeFlow { to { transform: translateX(-50%); } }

.section { position: relative; padding: 130px 0; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.28; letter-spacing: -.04em; }
.section-heading h2 em { color: var(--purple-light); font-style: normal; font-weight: inherit; }
.about { background: #f0f0f1; color: #101116; }
.about .eyebrow { color: #727680; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.about-copy { padding-bottom: 4px; }
.about-lead { margin: 0 0 19px; color: #202129; font-size: 20px; font-weight: 600; line-height: 1.75; }
.about-copy > p:not(.about-lead) { color: #666b74; font-size: 14px; line-height: 2.05; }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid #222; font-size: 13px; font-weight: 600; }
.text-link b { color: #7159ee; }
.belief-band { position: relative; min-height: 310px; margin-top: 95px; padding: 45px 54px; overflow: hidden; display: grid; grid-template-columns: 1fr 1.2fr .8fr; align-items: center; background: radial-gradient(260px at var(--mx, 50%) var(--my, 50%), rgba(128,103,255,.18), transparent 72%), #13151d; color: white; }
.belief-band::after { content: ''; position: absolute; width: 290px; height: 290px; right: 24%; top: 14%; border: 1px solid rgba(128,103,255,.25); border-radius: 50%; }
.belief-symbol { position: relative; width: 225px; height: 170px; color: transparent; font: 900 155px/1 "Space Grotesk"; -webkit-text-stroke: 1px rgba(255,255,255,.18); }
.belief-symbol span { position: absolute; }
.belief-symbol span:last-child { left: 76px; top: 11px; color: rgba(128,103,255,.12); -webkit-text-stroke-color: var(--purple); }
.belief-band > p { position: relative; z-index: 2; margin: 0; font-size: 28px; line-height: 1.75; }
.belief-band > p strong { color: var(--purple-light); }
.belief-tags { position: relative; z-index: 2; justify-self: end; display: flex; flex-direction: column; gap: 12px; color: #696f7b; font: 500 9px "Space Grotesk"; letter-spacing: .17em; text-align: right; }

.services { background: var(--bg); }
.section-top { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 65px; }
.section-top > p { max-width: 400px; margin: 0 0 4px; color: #838995; font-size: 13px; line-height: 1.9; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { --mx: 50%; --my: 50%; position: relative; min-height: 380px; padding: 32px; display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(240px at var(--mx) var(--my), rgba(128,103,255,.13), transparent 70%), #0b0e14; transition: transform .3s, background-color .3s, box-shadow .3s; }
.service-card:hover { --reveal-transform: translateY(-8px); z-index: 2; background-color: #11151f; box-shadow: 0 24px 55px rgba(0,0,0,.35), inset 0 0 0 1px rgba(166,150,255,.16); }
.service-card.featured { background: radial-gradient(260px at var(--mx) var(--my), rgba(128,103,255,.24), transparent 72%), linear-gradient(155deg, #17182a, #11121b 72%); }
.service-card.featured::after { content: ''; position: absolute; width: 170px; height: 170px; right: -85px; top: -85px; border: 1px solid rgba(128,103,255,.28); border-radius: 50%; box-shadow: 0 0 50px rgba(128,103,255,.12); }
.service-meta { display: flex; align-items: center; justify-content: space-between; }
.service-meta span { color: var(--purple-light); font: 500 12px "Space Grotesk"; }
.service-meta small { color: #626874; font: 500 8px "Space Grotesk"; letter-spacing: .16em; }
.service-card h3 { margin: 55px 0 17px; font-size: 22px; }
.service-card > p { margin: 0; color: #858b97; font-size: 13px; line-height: 1.9; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0; padding: 0; list-style: none; }
.service-card li { padding: 5px 9px; border: 1px solid var(--line); color: #777d88; font-size: 9px; }
.service-card > a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 17px; border-top: 1px solid var(--line); color: #c1c5cc; font-size: 11px; }
.service-card > a b { color: var(--purple-light); font-size: 15px; }

.projects { background: #0c0f15; border-top: 1px solid var(--line); }
.project-list { display: grid; gap: 22px; }
.project-card { --mx: 50%; --my: 50%; position: relative; min-height: 345px; display: grid; grid-template-columns: 1.35fr 1fr; background: radial-gradient(320px at var(--mx) var(--my), rgba(128,103,255,.12), transparent 70%), #12151c; border: 1px solid var(--line); overflow: hidden; transition: transform .35s, border-color .35s, box-shadow .35s; }
.project-card:hover { --reveal-transform: translateY(-6px); border-color: rgba(166,150,255,.28); box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.project-art { position: relative; min-height: 345px; overflow: hidden; border-right: 1px solid var(--line); }
.project-violet .project-art { background: radial-gradient(circle at 66% 50%, #bf82c9, #523375 33%, #181523 65%); }
.project-blue .project-art { background: radial-gradient(circle at 65% 44%, #7ed0e7, #1e5c79 30%, #101b26 68%); }
.project-gold .project-art { background: radial-gradient(circle at 65% 44%, #ffd36f, #a35630 31%, #241a17 67%); }
.project-art::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(117deg, transparent 0 35px, rgba(255,255,255,.05) 36px 37px); }
.project-art { transition: filter .45s; }
.project-card:hover .project-art { filter: saturate(1.2) brightness(1.06); }
.project-index { position: absolute; left: 28px; top: 25px; font: 500 10px "Space Grotesk"; letter-spacing: .2em; color: rgba(255,255,255,.55); }
.project-kanji { position: absolute; left: 50%; top: 49%; transform: translate(-50%, -50%); color: rgba(255,255,255,.92); font-size: 150px; font-weight: 900; text-shadow: 0 10px 40px rgba(0,0,0,.3); transition: transform .6s cubic-bezier(.2,.8,.2,1), text-shadow .6s; }
.project-card:hover .project-kanji { transform: translate(-50%, -50%) scale(1.08) rotate(-2deg); text-shadow: 0 20px 55px rgba(0,0,0,.45), 0 0 35px rgba(255,255,255,.16); }
.project-lines { position: absolute; inset: 0; }
.project-lines i { position: absolute; left: 50%; top: 50%; width: 520px; height: 1px; background: rgba(255,255,255,.16); transform-origin: left; }
.project-lines i:first-child { transform: rotate(22deg); }
.project-lines i:nth-child(2) { transform: rotate(142deg); }
.project-lines i:last-child { transform: rotate(270deg); }
.project-corner { position: absolute; right: 25px; bottom: 23px; font: 500 8px/1.5 "Space Grotesk"; letter-spacing: .2em; color: rgba(255,255,255,.6); text-align: right; }
.project-info { padding: 48px 45px; display: flex; flex-direction: column; justify-content: center; }
.project-info small { color: var(--purple-light); font-size: 10px; letter-spacing: .15em; }
.project-info h3 { margin: 17px 0 13px; font-size: 27px; }
.project-info p { margin: 0; color: #747b87; font-size: 12px; line-height: 1.8; }
.project-info a { margin-top: 54px; display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); color: #bfc3cb; font-size: 11px; }
.project-info b { color: var(--purple-light); }

.process { background: #ececef; color: #11131a; }
.process .eyebrow { color: #6f737d; }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro h2 { margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.3; letter-spacing: -.04em; }
.process-intro h2 em { color: #7159ea; font-style: normal; }
.process-intro > p:not(.eyebrow) { max-width: 440px; margin: 26px 0 32px; color: #70747c; font-size: 13px; line-height: 1.9; }
.process-item { display: grid; grid-template-columns: 55px 150px 1fr; align-items: center; gap: 10px; min-height: 138px; border-top: 1px solid #cacbd0; }
.process-item:last-child { border-bottom: 1px solid #cacbd0; }
.process-item > span { color: #7159ea; font: 500 11px "Space Grotesk"; }
.process-item h3 { font-size: 19px; }
.process-item p { color: #777b83; font-size: 12px; line-height: 1.8; }

.contact { overflow: hidden; background: #0d0f16; }
.contact-glow { position: absolute; width: 550px; height: 550px; left: -250px; bottom: -290px; background: #4931b4; opacity: .2; filter: blur(110px); border-radius: 50%; }
.contact-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; }
.contact-copy h2 { margin: 0; font-size: clamp(40px, 4.5vw, 62px); line-height: 1.28; letter-spacing: -.05em; }
.contact-copy h2 em { color: var(--purple-light); font-style: normal; }
.contact-copy > p:not(.eyebrow):not(.contact-note) { max-width: 470px; margin: 25px 0 40px; color: #888e99; font-size: 13px; line-height: 2; }
.contact-details { display: grid; gap: 12px; }
.contact-details a, .contact-details div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-details small { display: block; margin-bottom: 7px; color: #626874; font-size: 9px; }
.contact-details strong { font-size: 13px; font-weight: 500; }
.contact-note { margin-top: 18px; color: #575d67; font-size: 9px; line-height: 1.7; }
.contact-panel { --mx: 50%; --my: 50%; position: relative; min-height: 580px; padding: 48px; overflow: hidden; border: 1px solid var(--line); background: radial-gradient(300px at var(--mx) var(--my), rgba(128,103,255,.2), transparent 72%), linear-gradient(145deg, #171a25, #101219); }
.contact-panel::before { content: ''; position: absolute; width: 280px; height: 280px; right: -110px; top: -110px; border: 1px solid rgba(128,103,255,.3); border-radius: 50%; box-shadow: 0 0 65px rgba(128,103,255,.13); }
.contact-panel::after { content: 'ZY'; position: absolute; right: 26px; bottom: -35px; color: transparent; font: 800 150px/1 "Space Grotesk", sans-serif; -webkit-text-stroke: 1px rgba(255,255,255,.06); }
.contact-panel-label { position: relative; z-index: 1; margin: 0; color: var(--purple-light); font: 500 9px "Space Grotesk", sans-serif; letter-spacing: .2em; }
.contact-panel h3 { position: relative; z-index: 1; margin: 28px 0 17px; font-size: 32px; line-height: 1.45; }
.contact-panel > p:not(.contact-panel-label) { position: relative; z-index: 1; max-width: 420px; margin: 0; color: #7f8590; font-size: 12px; line-height: 1.9; }
.contact-channel-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 35px; }
.contact-channel { min-height: 120px; padding: 16px; display: flex; flex-direction: column; border: 1px solid var(--line); background: rgba(8,10,15,.28); }
.contact-channel span { color: var(--purple-light); font: 500 9px "Space Grotesk", sans-serif; }
.contact-channel small { margin: 19px 0 5px; color: #717783; font-size: 9px; }
.contact-channel strong { margin-top: auto; font-size: 11px; font-weight: 500; }
.qr-placeholder {
    position: relative;
    width: 132px;
    height: 132px;
    padding: 0;
    overflow: hidden;
}

.qr-placeholder img {
    right: 10%;
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.qr-placeholder::before, .qr-placeholder::after { content: ''; position: absolute; width: 14px; height: 14px; border: solid var(--purple-light); }
.qr-placeholder::before { left: 7px; top: 7px; border-width: 2px 0 0 2px; }
.qr-placeholder::after { right: 7px; bottom: 7px; border-width: 0 2px 2px 0; }
.qr-placeholder span { font-size: 9px; }
.qr-placeholder small { color: #5e6470; font-size: 8px; }

.site-footer { background: #07090d; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.7fr .75fr .75fr 1fr; gap: 65px; padding-top: 70px; padding-bottom: 65px; }
.footer-brand > p { margin: 24px 0 0; color: #686e79; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 13px; }
.footer-links strong { margin-bottom: 7px; color: #d0d3d9; font-size: 11px; }
.footer-links a { color: #666d78; font-size: 10px; transition: color .2s; }
.footer-links a:hover { color: white; }
.footer-action { padding-left: 30px; border-left: 1px solid var(--line); }
.footer-action p { margin: 0 0 22px; font-size: 17px; line-height: 1.6; }
.footer-action a { display: flex; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid #414650; color: #aeb3bd; font-size: 11px; }
.footer-action b { color: var(--purple-light); }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #4e545f; font-size: 9px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].revealed { opacity: 1; transform: var(--reveal-transform, none); }

@media (max-width: 1100px) {
    .site-nav { gap: 19px; }
    .site-nav a { font-size: 12px; }
    .nav-cta { display: none; }
    .hero-layout { grid-template-columns: 1fr .82fr; }
    .story-main { right: 12px; }
    .story-side { display: none; }
    .floating-badge { left: 0; }
    .metric-grid > div { padding-inline: 18px; }
    .about-layout, .contact-layout { gap: 60px; }
    .process-layout { gap: 60px; }
}

@media (max-width: 860px) {
    .container { width: min(calc(100% - 36px), var(--container)); }
    .site-header, .site-header.scrolled { height: 68px; }
    .nav-wrap { justify-content: space-between; }
    .menu-toggle { z-index: 2; display: block; width: 42px; height: 42px; }
    .menu-toggle i { display: block; width: 22px; height: 1px; margin: 6px auto; background: white; transition: .25s; }
    .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
    .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 4px; background: rgba(8,10,15,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
    .site-nav.open { opacity: 1; visibility: visible; transform: none; }
    .site-nav a { padding: 12px; font-size: 20px; }
    .site-nav a::after { bottom: 7px; }
    .hero { min-height: 940px; height: auto; max-height: none; padding: 95px 0 72px; }
    .hero-layout { grid-template-columns: 1fr; padding-top: 0; }
    .hero-copy { padding: 28px 0 10px; }
    .hero h1 { font-size: clamp(49px, 12vw, 72px); }
    .hero-visual { width: min(100%, 500px); height: 500px; margin: 15px auto 0; }
    .story-main { width: 330px; height: 430px; right: 10%; top: 35px; }
    .floating-badge { top: 55px; left: 5%; }
    .orbit-one { width: 460px; height: 460px; }
    .orbit-two { width: 340px; height: 340px; }
    .hero-foot { bottom: 18px; }
    .metrics { padding: 18px 0; }
    .metric-grid { grid-template-columns: repeat(3, 1fr); }
    .metric-grid > div { padding: 20px 12px; }
    .metric-grid > div:first-child { padding-left: 0; }
    .metric-slogan { display: none !important; }
    .section { padding: 95px 0; }
    .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
    .belief-band { grid-template-columns: .8fr 1.2fr; }
    .belief-tags { display: none; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .project-card { grid-template-columns: 1fr; }
    .project-art { border-right: 0; border-bottom: 1px solid var(--line); }
    .process-layout { grid-template-columns: 1fr; }
    .process-intro { position: static; }
    .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-action { display: none; }
}

@media (max-width: 580px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand-copy strong { font-size: 16px; }
    .hero { min-height: 880px; padding-top: 85px; }
    .hero-copy { padding-top: 20px; }
    .eyebrow { margin-bottom: 18px; font-size: 9px; }
    .hero h1 { font-size: clamp(43px, 13.2vw, 62px); line-height: 1.18; }
    .hero-lead { margin-block: 22px 26px; font-size: 13px; }
    .hero-actions { align-items: stretch; }
    .hero-actions .button { padding-inline: 16px; gap: 12px; font-size: 12px; }
    .hero-proof { gap: 11px; margin-top: 28px; }
    .hero-proof span { padding-right: 11px; font-size: 8px; }
    .hero-proof b { font-size: 10px; }
    .hero-visual { height: 405px; }
    .story-main { width: 270px; height: 360px; right: 7%; top: 28px; padding: 20px; }
    .story-title { margin-top: 31px; }
    .story-title strong { font-size: 22px; }
    .story-sun { width: 180px; height: 180px; }
    .story-silhouette { transform: scale(.76); transform-origin: bottom; right: 52px; bottom: 9px; }
    .floating-badge { width: 88px; height: 88px; left: 1%; top: 55px; }
    .floating-badge strong { font-size: 25px; }
    .floating-badge span { font-size: 7px; }
    .orbit-one { width: 370px; height: 370px; }
    .orbit-two { width: 280px; height: 280px; }
    .hero-foot p { display: none; }
    .metric-grid { grid-template-columns: 1fr; }
    .metric-grid > div { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .metric-grid > div:last-of-type { border-bottom: 0; }
    .section { padding: 78px 0; }
    .section-heading h2, .process-intro h2 { font-size: 36px; }
    .about-layout { gap: 35px; }
    .about-lead { font-size: 17px; }
    .belief-band { min-height: 265px; grid-template-columns: 1fr; margin-top: 60px; padding: 30px; }
    .belief-symbol { position: absolute; opacity: .45; }
    .belief-band > p { z-index: 2; font-size: 24px; }
    .section-top { display: block; margin-bottom: 40px; }
    .section-top > p { margin-top: 22px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 340px; padding: 27px; }
    .service-card h3 { margin-top: 42px; }
    .project-art { min-height: 275px; }
    .project-kanji { font-size: 110px; }
    .project-info { padding: 32px 26px; }
    .project-info h3 { font-size: 21px; }
    .project-info a { margin-top: 35px; }
    .process-item { grid-template-columns: 38px 100px 1fr; }
    .process-item h3 { font-size: 16px; }
    .process-item p { font-size: 10px; }
    .contact-layout { gap: 35px; }
    .contact-panel { min-height: 0; padding: 30px 24px; }
    .contact-panel h3 { font-size: 26px; }
    .contact-channel-grid { grid-template-columns: 1fr; }
    .contact-channel { min-height: 75px; display: grid; grid-template-columns: 28px 78px 1fr; align-items: center; }
    .contact-channel small, .contact-channel strong { margin: 0; }
    .qr-placeholder { position: relative; right: auto; bottom: auto; margin: 22px 0 0 auto; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { padding: 18px 0; flex-direction: column; align-items: flex-start; gap: 8px; }
}

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