:root{--violet:#c27efe;--purple:#7c4fa5;--deep:#35174f;--teal:#77e3d6;--teal2:#3fc9b5;--ink:#171522;--paper:#f7f5fa;--text:#5a5570;--latin:"Outfit",sans-serif;--jp:"Noto Sans JP",sans-serif}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:var(--ink)}
body{font-family:var(--jp);color:#fff;background:var(--ink);overflow-x:hidden;cursor:none}
::selection{background:var(--teal);color:var(--deep)}
#dataField{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.72}
.noise{position:fixed;inset:0;z-index:20;pointer-events:none;opacity:.055;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:overlay}
.cursor{position:fixed;z-index:100;width:18px;height:18px;border:1px solid rgba(255,255,255,.8);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);transition:width .25s,height .25s,background .25s;mix-blend-mode:difference}
.cursor.hot{width:54px;height:54px;background:#fff}
header{position:fixed;z-index:30;left:0;right:0;top:0;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(14px);background:linear-gradient(180deg,rgba(15,10,25,.6),transparent)}
header img{width:154px;height:auto}header p{font:500 11px/1 var(--latin);letter-spacing:.26em;color:rgba(255,255,255,.6)}header p span{color:var(--teal)}
.progress{position:fixed;right:28px;top:50%;z-index:30;width:1px;height:36vh;background:rgba(255,255,255,.16);transform:translateY(-50%)}
.progress i{position:absolute;inset:0 0 auto;height:0;background:linear-gradient(var(--violet),var(--teal));box-shadow:0 0 14px var(--teal)}
.progress span{position:absolute;top:-42px;left:50%;font:500 9px/1 var(--latin);letter-spacing:.25em;transform:translateX(-50%) rotate(90deg);color:rgba(255,255,255,.55)}
main,section{position:relative;z-index:1}.sticky{position:sticky;top:0;height:100vh;overflow:hidden}
.section-index{position:absolute;left:5vw;top:110px;display:flex;align-items:center;gap:14px;font-family:var(--latin);z-index:5}.section-index b{font-size:11px;color:var(--teal);font-weight:500}.section-index span{font-size:11px;letter-spacing:.28em;color:rgba(255,255,255,.52)}.section-index.dark span{color:rgba(43,39,64,.48)}
.intro{height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 38%,rgba(137,83,177,.32),transparent 38%),linear-gradient(135deg,#28113d,#533172 54%,#376a70 120%);overflow:hidden}
.intro-copy{text-align:center;position:relative;z-index:2}.eyebrow{font:600 11px/1 var(--latin);letter-spacing:.28em;color:var(--teal);margin-bottom:30px}.intro h1{font-size:clamp(48px,7.5vw,106px);line-height:1.23;letter-spacing:.03em;font-weight:900}.intro h1 em{font-style:normal;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.9);text-shadow:0 0 50px rgba(194,126,254,.46)}.intro-copy>p:last-child{font-size:15px;line-height:2;margin-top:34px;color:rgba(255,255,255,.7)}
.intro-orbit{position:absolute;width:min(68vw,820px);aspect-ratio:1;border:1px solid rgba(255,255,255,.1);border-radius:50%;animation:spin 30s linear infinite}.intro-orbit::before,.intro-orbit::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.07);border-radius:50%}.intro-orbit::before{inset:12%}.intro-orbit::after{inset:27%}.intro-orbit i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 25px var(--teal)}.intro-orbit i:nth-child(1){left:10%;top:27%}.intro-orbit i:nth-child(2){right:8%;top:45%;background:var(--violet);box-shadow:0 0 25px var(--violet)}.intro-orbit i:nth-child(3){left:46%;bottom:-4px}
.scroll{position:absolute;bottom:34px;font:500 9px/1 var(--latin);letter-spacing:.28em;color:rgba(255,255,255,.55)}.scroll::before{content:"";display:block;width:1px;height:42px;margin:0 auto 16px;background:linear-gradient(transparent,#fff);animation:scrollCue 1.8s ease-in-out infinite}
.story{height:420vh;background:linear-gradient(155deg,#1c1028,#38214e 58%,#173436)}.story-stage{display:grid;place-items:center}.story-lines{position:relative;text-align:center;width:min(92vw,1200px);z-index:3}.story-lines p{font-size:clamp(34px,6vw,88px);line-height:1.35;font-weight:900;letter-spacing:.015em;opacity:.08;filter:blur(7px);transform:translateY(42px) scale(.94);transition:opacity .2s,filter .2s,transform .2s,color .2s}.story-lines p strong{color:var(--teal)}.story-lines p em{font-style:normal;background:linear-gradient(90deg,var(--violet),#fff,var(--teal));background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent}.story-lines p.active{opacity:1;filter:blur(0);transform:none}.story-lines p.past{opacity:.17;filter:blur(1px);transform:translateY(-15px) scale(.98)}
.story-rings{position:absolute;width:72vmin;height:72vmin;border-radius:50%;border:1px solid rgba(255,255,255,.07);transform:scale(.6);opacity:.2}.story-rings i{position:absolute;border-radius:50%;border:1px solid rgba(119,227,214,.12);animation:ringPulse 4s ease-in-out infinite}.story-rings i:nth-child(1){inset:12%}.story-rings i:nth-child(2){inset:27%;animation-delay:-1.2s}.story-rings i:nth-child(3){inset:40%;animation-delay:-2.4s}.story-caption{position:absolute;bottom:34px;font:500 10px/1 var(--latin);letter-spacing:.24em;color:rgba(255,255,255,.35)}
.brand{height:300vh;background:linear-gradient(145deg,#241333,#3b2850 52%,#193c3c)}.brand-stage{display:flex;align-items:center;justify-content:center;flex-direction:column}.brand-copy{text-align:center;position:absolute;top:17vh;z-index:5}.brand-copy p{font-size:15px;letter-spacing:.18em;color:rgba(255,255,255,.55)}.brand-copy h2{font-size:clamp(28px,4vw,58px);margin-top:12px}.sync-world{width:min(90vw,1100px);display:flex;align-items:center;justify-content:space-between;gap:10vw;position:relative}.sync-node{width:min(34vw,390px);min-height:300px;border:1px solid rgba(255,255,255,.17);border-radius:30px;padding:58px 48px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));backdrop-filter:blur(16px);box-shadow:0 30px 80px rgba(0,0,0,.24);transition:transform .1s,opacity .1s,filter .1s}.sync-node span{font:600 11px/1 var(--latin);letter-spacing:.2em;color:var(--teal)}.sync-node h3{font:500 clamp(40px,5vw,70px)/1.2 var(--latin);margin:35px 0 18px}.sync-node p{font-size:14px;color:rgba(255,255,255,.62)}.node-cocoro h3{color:#d7b1ff}.node-sync h3{color:#9bf3e7}
.products{background:var(--paper);color:#2b2740;padding:150px 0 30vh}.products-head{width:min(90vw,1100px);margin:0 auto 120px;position:relative}.products-head .section-index{position:static;margin-bottom:80px}.products-head .kicker{font:600 11px/1 var(--latin);letter-spacing:.28em;color:var(--purple);margin-bottom:20px}.products-head h2{font-size:clamp(44px,7vw,94px);line-height:1.24;letter-spacing:.01em}.products-head>p:last-child{margin-top:24px;font-size:16px;color:var(--text)}.product-stack{width:min(90vw,1080px);margin:0 auto}.product-card{position:sticky;top:11vh;min-height:72vh;margin-bottom:18vh;border-radius:34px;overflow:hidden;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;padding:6vw;background:#fff;border:1px solid rgba(83,43,118,.12);box-shadow:0 38px 100px rgba(42,23,58,.17);transform-style:preserve-3d}.product-card:nth-child(2){top:14vh}.product-card:nth-child(3){top:17vh}.product-card:nth-child(4){top:20vh}.card-num{position:absolute;right:4vw;top:3vw;font:300 clamp(52px,8vw,120px)/1 var(--latin);color:rgba(83,43,118,.06)}.card-copy{position:relative;z-index:3}.card-copy p{font:600 11px/1 var(--latin);letter-spacing:.26em;color:var(--purple)}.card-copy h3{font:500 clamp(48px,7vw,92px)/1.1 var(--latin);margin:20px 0;color:#2b2740}.card-copy span{display:block;max-width:400px;color:var(--text);font-size:16px;line-height:2}.card-screen{position:relative;z-index:2;transform:perspective(900px) rotateY(calc(-7deg + var(--tilt-y,0deg))) rotateX(var(--tilt-x,0deg)) translateZ(30px);transition:transform .4s}.product-card:hover .card-screen{transform:perspective(900px) rotateY(var(--tilt-y,0deg)) rotateX(var(--tilt-x,0deg)) translateZ(54px) scale(1.025)}.card-screen img{width:100%;border-radius:18px;box-shadow:0 30px 70px rgba(45,24,61,.2)}.card-glow{position:absolute;width:500px;height:500px;border-radius:50%;filter:blur(22px);opacity:.45;right:-180px;bottom:-240px;background:radial-gradient(circle,var(--violet),transparent 65%)}.push .card-glow{background:radial-gradient(circle,var(--teal),transparent 65%);left:-180px;right:auto}.media .card-glow{background:radial-gradient(circle,#9aa8ff,transparent 65%)}
.oem{min-height:140vh;padding:18vh 5vw;background:linear-gradient(135deg,#143030,#3a2950)}.oem-panel{position:sticky;top:10vh;min-height:80vh;border:1px solid rgba(255,255,255,.15);border-radius:36px;padding:9vw 7vw;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.025));backdrop-filter:blur(20px)}.oem-panel .section-index{top:45px;left:55px}.oem-copy{position:relative;z-index:2}.oem-copy p{font:600 11px/1 var(--latin);letter-spacing:.28em;color:var(--teal)}.oem-copy h2{font-size:clamp(38px,6vw,82px);line-height:1.35;margin-top:25px;max-width:900px}.morph-demo{display:flex;align-items:center;justify-content:flex-end;margin-top:70px}.brand-chip{width:220px;height:130px;border-radius:22px;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);font:600 22px/1.05 var(--latin);letter-spacing:.12em;text-align:center}.brand-chip img{width:150px}.morph-line{width:min(26vw,350px);height:1px;background:rgba(255,255,255,.14);position:relative}.morph-line i{position:absolute;left:0;top:-1px;width:28%;height:3px;background:linear-gradient(90deg,var(--violet),var(--teal));box-shadow:0 0 16px var(--teal);animation:morphLine 2.4s ease-in-out infinite}.chip-b{background:linear-gradient(135deg,rgba(194,126,254,.22),rgba(119,227,214,.2))}
.finale{min-height:110vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:radial-gradient(circle at center,rgba(109,63,142,.4),transparent 38%),#130d1a}.finale-mark{width:110px;filter:drop-shadow(0 0 35px rgba(194,126,254,.45));margin-bottom:25px;position:relative;z-index:2}.finale>p{font:500 13px/1 var(--latin);letter-spacing:.28em;color:var(--teal)}.finale h2{font-size:clamp(50px,8vw,116px);line-height:1.25;margin-top:32px;letter-spacing:.03em;position:relative;z-index:2}.finale a{margin-top:65px;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.32);border-radius:999px;padding:18px 32px;font:600 11px/1 var(--latin);letter-spacing:.18em;transition:.3s}.finale a:hover{background:#fff;color:var(--deep);transform:translateY(-3px)}.finale-halo{position:absolute;width:75vmin;height:75vmin;border:1px solid rgba(255,255,255,.08);border-radius:50%;animation:spin 34s linear infinite}.finale-halo i{position:absolute;border-radius:50%;border:1px solid rgba(119,227,214,.08)}.finale-halo i:nth-child(1){inset:12%}.finale-halo i:nth-child(2){inset:27%}.finale-halo i:nth-child(3){inset:41%}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes scrollCue{0%{transform:scaleY(0);transform-origin:top}45%{transform:scaleY(1);transform-origin:top}55%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}@keyframes ringPulse{0%,100%{transform:scale(.92);opacity:.3}50%{transform:scale(1.07);opacity:1}}@keyframes morphLine{0%{left:0;opacity:0}20%{opacity:1}80%{opacity:1}100%{left:72%;opacity:0}}
@media(max-width:760px){body{cursor:auto}.cursor{display:none}header{height:62px;padding:0 20px}header img{width:125px}header p{display:none}.progress{right:12px}.section-index{left:22px;top:85px}.pc{display:none}.intro-copy{padding:0 24px}.intro h1{font-size:clamp(43px,13vw,68px)}.intro-copy>p:last-child{font-size:13px}.story-lines{padding:0 20px}.story-lines p{font-size:clamp(29px,8.7vw,46px);line-height:1.5}.brand-copy{top:14vh;padding:0 20px}.sync-world{gap:12px;padding:0 18px}.sync-node{width:44vw;min-height:230px;border-radius:20px;padding:30px 20px}.sync-node h3{font-size:clamp(27px,8vw,42px);margin:24px 0 12px}.sync-node p{font-size:11px}.products{padding-top:100px}.products-head{margin-bottom:70px}.products-head .section-index{margin-bottom:50px}.products-head h2{font-size:clamp(38px,11vw,60px)}.product-card{min-height:70vh;grid-template-columns:1fr;padding:44px 25px 30px;border-radius:24px}.card-screen{margin-top:32px;transform:none}.card-copy h3{font-size:50px}.card-copy span{font-size:14px}.oem{padding:12vh 16px}.oem-panel{border-radius:24px;padding:120px 24px 50px}.oem-panel .section-index{left:24px;top:35px}.oem-copy h2{font-size:clamp(34px,10vw,52px)}.morph-demo{justify-content:center}.brand-chip{width:120px;height:90px;font-size:15px}.brand-chip img{width:92px}.morph-line{width:65px}.finale{padding:0 20px}.finale h2{font-size:clamp(45px,13vw,70px)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;scroll-behavior:auto!important}.cursor{display:none}.story-lines p{transition:none}.product-card{position:relative;top:auto!important}}

/* Refined direction: original copy, restrained motion, data-sync brand expression */
header img{width:205px}
.intro h1 span{color:#fff;text-shadow:0 0 54px rgba(194,126,254,.34)}
.intro-copy>p:last-of-type{max-width:760px;margin-left:auto;margin-right:auto}
.intro-actions{display:flex;justify-content:center;gap:14px;margin-top:38px}
.intro-actions a{display:inline-flex;align-items:center;gap:12px;padding:14px 26px;border-radius:10px;border:1px solid rgba(255,255,255,.34);color:#fff;text-decoration:none;font-size:13px;font-weight:700;transition:.3s}
.intro-actions a:first-child{background:#fff;color:var(--deep);border-color:#fff}.intro-actions a:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(15,5,25,.22)}

.story{height:330vh}
.story-lines{width:min(90vw,1050px);transform:translateY(-8vh)}
.story-lines p{font-size:clamp(28px,4.2vw,60px);line-height:1.55;opacity:.18;filter:blur(2px);transform:translateY(18px) scale(.98);margin:.12em 0}
.story-lines p.active{opacity:1;filter:none;transform:none}.story-lines p.past{opacity:.46;filter:none;transform:translateY(-5px) scale(.99)}
.story-body-copy{position:absolute;left:50%;bottom:9vh;width:min(88vw,720px);transform:translate(-50%,28px);opacity:0;text-align:center;font-size:15px;line-height:2;color:rgba(255,255,255,.72);transition:opacity .18s,transform .18s}
.story-body-copy p+p{margin-top:18px}.story-body-copy strong{color:#fff;background:linear-gradient(transparent 67%,rgba(119,227,214,.3) 67%);padding:0 2px}
.story-rings{width:62vmin;height:62vmin;opacity:.12}.story-caption{opacity:.65}

.brand{height:245vh}
.brand-copy{top:12vh}.brand-copy>span{display:block;font:600 11px/1 var(--latin);letter-spacing:.26em;color:var(--teal);margin-bottom:15px}.brand-copy h2{font-size:clamp(28px,3.2vw,46px);margin:0 0 18px}.brand-copy p{display:inline;font-size:14px;letter-spacing:.1em}.brand-copy strong{font-size:14px;color:var(--teal);margin-left:5px}
.sync-world{width:min(92vw,1180px);gap:5vw;margin-top:13vh;overflow:visible}
.sync-node{width:min(38vw,450px);min-height:360px;padding:48px 42px;border-radius:24px;opacity:.2}
.sync-node h3{font-size:clamp(38px,4.3vw,62px);margin:25px 0 10px}.sync-node h4{font-size:14px;color:#fff;margin-bottom:18px}.sync-node p{font-size:13px;line-height:1.95;color:rgba(255,255,255,.64)}
.sync-bridge{--connect:0;position:relative;flex:1;min-width:120px;height:90px;display:grid;place-items:center;font:500 8px/1 var(--latin);letter-spacing:.2em;color:rgba(255,255,255,.42)}
.sync-bridge::before,.sync-bridge::after{content:"";position:absolute;left:0;right:0;height:1px;top:36px;transform:scaleX(var(--connect));transition:transform .1s;transform-origin:left;background:linear-gradient(90deg,var(--violet),var(--teal));box-shadow:0 0 12px rgba(119,227,214,.45)}
.sync-bridge::after{top:54px;transform-origin:right;opacity:.35}
.sync-bridge span{padding:8px 10px;background:rgba(28,18,39,.75);position:relative;z-index:2}
.sync-bridge i{position:absolute;top:32px;left:0;width:8px;height:8px;border-radius:2px;background:#fff;box-shadow:0 0 14px var(--teal);opacity:var(--connect);animation:dataPacket 2.8s linear infinite}.sync-bridge i:nth-of-type(2){top:50px;animation-delay:-.9s}.sync-bridge i:nth-of-type(3){animation-delay:-1.8s}
@keyframes dataPacket{from{left:0}to{left:calc(100% - 8px)}}

.products-head{margin-bottom:90px}.products-head .section-index{margin-bottom:55px}.products-head h2{font-size:clamp(40px,5vw,72px)}
.product-card{min-height:76vh}.card-copy span{font-size:15px;line-height:2;max-width:470px}.products-more{text-align:center;margin-top:110px;font-weight:700;letter-spacing:.08em;color:var(--purple)}

.oem-copy{max-width:850px}.oem-copy h2{font-size:clamp(38px,5vw,70px)}.oem-copy>div{margin-top:25px;font-size:16px;line-height:2;color:rgba(255,255,255,.74)}.oem-copy>a{display:inline-flex;align-items:center;gap:12px;margin-top:30px;padding:14px 28px;border-radius:10px;background:#fff;color:var(--deep);text-decoration:none;font-size:14px;font-weight:700;transition:.3s}.oem-copy>a:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(0,0,0,.2)}
.finale>div#contact{margin-top:25px;color:rgba(255,255,255,.7);font-size:15px}

@media(max-width:760px){header img{width:155px}.intro-actions{flex-direction:column;padding:0 34px}.intro-actions a{justify-content:center}.story{height:300vh}.story-lines{transform:translateY(-9vh)}.story-lines p{font-size:clamp(23px,6.6vw,36px);line-height:1.65}.story-body-copy{bottom:8vh;font-size:12px;line-height:1.9}.story-body-copy br{display:none}.brand{height:230vh}.brand-copy{top:11vh}.brand-copy h2{font-size:28px}.brand-copy p,.brand-copy strong{font-size:11px}.sync-world{margin-top:15vh;gap:8px;padding:0 12px}.sync-node{width:41vw;min-height:330px;padding:28px 17px}.sync-node h3{font-size:28px}.sync-node h4{font-size:11px}.sync-node p{font-size:10px;line-height:1.8}.sync-bridge{min-width:42px}.sync-bridge span{display:none}.product-card{min-height:78vh}.card-copy span{font-size:13px}.products-more{margin-top:70px}.oem-copy>div{font-size:14px}.morph-demo{margin-top:50px}}

/* Story layout fix v3 */
.story{height:380vh}
.story-stage{user-select:none}
.story-lines{position:absolute;left:50%;top:47%;width:min(88vw,980px);height:230px;transform:translate(-50%,-50%);text-align:center}
.story-lines p{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0;font-size:clamp(25px,3.25vw,46px);line-height:1.6;letter-spacing:.025em;opacity:0;filter:blur(5px);transform:translateY(22px) scale(.985);transition:opacity .42s ease,filter .42s ease,transform .42s ease}
.story-lines p.active{opacity:1;filter:none;transform:none}
.story-lines p.past{opacity:0;filter:blur(4px);transform:translateY(-20px) scale(.985)}
.story-lines p strong{font-weight:900;color:#fff}.story-lines p em{line-height:1.7}
.story-body-copy{top:50%;bottom:auto;width:min(86vw,760px);padding:36px 44px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));backdrop-filter:blur(14px);box-shadow:0 30px 80px rgba(0,0,0,.18);font-size:14px;line-height:2.05}
.story-body-copy p+p{margin-top:22px;padding-top:22px;border-top:1px solid rgba(255,255,255,.09)}
.story-body-copy strong{background:none;color:var(--teal);font-weight:900}

@media(max-width:760px){.story{height:350vh}.story-lines{top:45%;width:86vw;height:220px;transform:translate(-50%,-50%);padding:0}.story-lines p{font-size:clamp(21px,5.9vw,30px);line-height:1.75}.story-body-copy{top:48%;bottom:auto;width:86vw;padding:25px 20px;font-size:12px;line-height:1.9;transform:translate(-50%,-50%)}.story-body-copy br{display:none}}

/* WordPress integration — cinematic brand theme v2 */
body.home{background:var(--ink);color:#fff}
body.home header#hd{height:78px;padding:0;background:linear-gradient(180deg,rgba(15,10,25,.78),rgba(15,10,25,.12));border-bottom:1px solid rgba(255,255,255,.1);box-shadow:none}
body.home header#hd .nav{width:100%;max-width:none;height:78px;padding:0 4vw}
body.home header#hd .nav-logo img{width:205px;height:auto}
body.home header#hd .nav-logo .lg-dark{display:none!important}
body.home header#hd .nav-logo .lg-light{display:block!important}
body.home header#hd .nav-links{gap:28px;font-size:13px;color:rgba(255,255,255,.82)}
body.home header#hd .nav-links a:not(.nav-cta){color:rgba(255,255,255,.82)}
body.home header#hd .nav-links a:not(.nav-cta):hover{color:#fff}
body.home header#hd .nav-cta{background:rgba(255,255,255,.95);color:var(--deep);border-radius:8px;padding:9px 22px}
body.admin-bar.home header#hd{top:32px}
body.home .intro,body.home .story,body.home .brand,body.home .finale{padding:0}
body.home .story{height:var(--story-height,380vh)}
body.home footer{position:relative;z-index:2}

/* Original gothic slogan, reduced by 8% from the first sample */
.intro h1,.finale h2{font-family:var(--jp);font-weight:900;font-feature-settings:"palt" 1;letter-spacing:.03em}
.intro h1{font-size:clamp(42px,6vw,84px)}
.intro h1>span,.finale h2>span{display:block}
.finale h2{font-size:clamp(40px,5.9vw,84px)}

/* Dynamic products */
.product-card{top:var(--card-top,11vh)!important;color:#2b2740;text-decoration:none;grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);column-gap:clamp(42px,4vw,74px);padding:clamp(58px,5.2vw,88px)}
.card-copy{min-width:0;align-self:center}.card-copy p{font-size:15px;line-height:1.5;letter-spacing:.18em;font-weight:700}.card-copy h3{margin:22px 0 26px}.card-copy span{max-width:430px;font-size:17px;line-height:2.05;overflow-wrap:anywhere}.card-screen{min-width:0;transform:perspective(1100px) rotateY(calc(-4deg + var(--tilt-y,0deg))) rotateX(var(--tilt-x,0deg)) translateZ(18px)}.product-card:hover .card-screen{transform:perspective(1100px) rotateY(var(--tilt-y,0deg)) rotateX(var(--tilt-x,0deg)) translateZ(34px) scale(1.012)}
.card-link{display:inline-flex;align-items:center;gap:10px;margin-top:28px;font:600 11px/1 var(--latin);letter-spacing:.2em;color:var(--purple)}.card-link i{font-style:normal;transition:transform .25s}.product-card:hover .card-link i{transform:translateX(6px)}
.products-more{font-size:17px}

/* Open editorial story statement */
.story-body-copy{top:50%;width:min(88vw,980px);padding:0 0 0 118px;border:0;border-radius:0;background:none;backdrop-filter:none;box-shadow:none;text-align:left;font-size:clamp(16px,1.2vw,19px);line-height:2.15;color:rgba(255,255,255,.82)}
.story-body-copy::before{content:"";position:absolute;left:82px;top:-16px;bottom:-16px;width:1px;background:linear-gradient(180deg,transparent,var(--violet) 20%,var(--teal) 78%,transparent);box-shadow:0 0 20px rgba(119,227,214,.45)}
.story-body-copy::after{content:"";position:absolute;left:76px;top:42%;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 0 0 7px rgba(119,227,214,.12),0 0 28px var(--teal);animation:storySignal 2.8s ease-in-out infinite}
.story-body-label{display:block;margin-bottom:32px;font:600 12px/1 var(--latin);letter-spacing:.34em;color:var(--teal)}
.story-body-copy p{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);gap:22px;align-items:start;max-width:850px}.story-body-copy p+p{margin:34px 0 0 7vw;padding:0;border:0}.story-body-copy p i{padding-top:.65em;font:500 11px/1 var(--latin);letter-spacing:.18em;color:rgba(255,255,255,.42);font-style:normal}.story-body-copy p span{min-width:0}.story-body-copy strong{display:inline;color:#fff;font-weight:900;background:linear-gradient(90deg,rgba(194,126,254,.22),rgba(119,227,214,.38));background-size:100% .38em;background-repeat:no-repeat;background-position:0 92%;padding:0 3px 2px;text-shadow:0 0 22px rgba(119,227,214,.16)}
@keyframes storySignal{0%,100%{transform:scale(.72);opacity:.55}50%{transform:scale(1);opacity:1}}

/* Legibility details */
.eyebrow{font-size:13px}.intro-copy>p:last-of-type{font-size:16px}.section-index b,.section-index span{font-size:13px}.brand-copy>span{font-size:13px}.brand-copy p,.brand-copy strong{font-size:16px}.sync-node{min-height:390px;padding:50px 42px}.sync-node>span{font-size:13px}.sync-node h4{font-size:16px;line-height:1.65}.sync-node p{font-size:15px;line-height:2}.products-head .kicker{font-size:13px}.oem-copy>p{font-size:13px}.oem-copy>div{font-size:17px;line-height:2.05}.finale>p{font-size:14px}.finale>div#contact{font-size:17px}.cursor.hot{width:38px;height:38px;background:transparent;border-color:rgba(255,255,255,.9);box-shadow:0 0 22px rgba(119,227,214,.42)}

@media(max-width:980px){.product-card{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);column-gap:34px;padding:54px 44px}.card-copy span{font-size:16px}.sync-node{padding:42px 32px}}
@media(max-width:782px){body.admin-bar.home header#hd{top:46px}}
@media(max-width:760px){
  body.home header#hd{height:62px}body.home header#hd .nav{height:62px;padding:0 20px}body.home header#hd .nav-logo img{width:155px}body.home header#hd .nav-links{gap:0}
  .intro h1{font-size:clamp(37px,10.5vw,54px)}.finale h2{font-size:clamp(38px,10vw,56px)}
  .eyebrow{font-size:12px}.intro-copy>p:last-of-type{font-size:15px}.section-index b,.section-index span{font-size:11px}.brand-copy>span{font-size:11px}.brand-copy p,.brand-copy strong{font-size:12px}
  .sync-node{min-height:360px;padding:30px 19px}.sync-node>span{font-size:11px}.sync-node h4{font-size:12px}.sync-node p{font-size:12px;line-height:1.85}
  .product-card{grid-template-columns:1fr;row-gap:34px;padding:48px 27px 34px}.card-copy p{font-size:13px}.card-copy span{max-width:none;font-size:15px;line-height:1.95}.card-screen,.product-card:hover .card-screen{margin-top:0;transform:none}.products-more{font-size:15px}
  .story-body-copy{top:49%;width:88vw;padding:0 0 0 42px;font-size:14px;line-height:2}.story-body-copy::before{left:15px;top:-10px;bottom:-10px}.story-body-copy::after{left:10px;width:11px;height:11px}.story-body-label{font-size:10px;letter-spacing:.25em;margin-bottom:24px}.story-body-copy p{grid-template-columns:28px minmax(0,1fr);gap:8px}.story-body-copy p+p{margin:24px 0 0}.story-body-copy p i{font-size:9px}.story-body-copy br{display:none}
  .oem-copy>p{font-size:12px}.oem-copy>div{font-size:15px}.finale>div#contact{font-size:15px}
}

/* Mobile brand section v2.0.1 — readable single-column composition */
@media(max-width:760px){
  .progress{display:none}
  body.home header#hd .nav-logo img{width:145px}
  body.home header#hd .nav-cta{padding:8px 14px;font-size:12px}

  body.home .brand{
    height:auto!important;
    min-height:0;
    padding:96px 0 88px!important;
    overflow:hidden;
  }
  .brand .brand-stage{
    position:relative!important;
    top:auto!important;
    height:auto!important;
    overflow:visible!important;
    display:block;
  }
  .brand .section-index{
    position:relative;
    left:auto;top:auto;
    margin:0 24px 42px;
  }
  .brand .brand-copy{
    position:relative;
    top:auto;
    padding:0 24px;
    text-align:left;
  }
  .brand .brand-copy>span{font-size:12px;margin-bottom:18px}
  .brand .brand-copy h2{font-size:clamp(31px,9vw,40px);line-height:1.45;margin-bottom:26px}
  .brand .brand-copy p,.brand .brand-copy strong{display:block;font-size:14px;line-height:1.85;letter-spacing:.05em;margin:0}
  .brand .brand-copy strong{margin-top:2px;color:var(--teal)}

  .brand .sync-world{
    width:auto;
    display:grid;
    grid-template-columns:1fr;
    gap:0;
    margin:52px 20px 0;
    padding:0;
    overflow:visible;
  }
  .brand .sync-node{
    width:100%;
    min-height:0;
    padding:38px 30px 36px;
    border-radius:20px;
    transform:none!important;
    opacity:1!important;
    filter:none!important;
    box-shadow:0 22px 55px rgba(0,0,0,.18);
  }
  .brand .sync-node::before{
    content:"";
    display:block;
    width:42px;height:2px;
    margin-bottom:28px;
    background:linear-gradient(90deg,var(--violet),var(--teal));
    box-shadow:0 0 14px rgba(119,227,214,.38);
  }
  .brand .sync-node>span{font-size:12px}
  .brand .sync-node h3{font-size:clamp(38px,12vw,52px);margin:20px 0 14px}
  .brand .sync-node h4{font-size:15px;line-height:1.7;margin-bottom:20px}
  .brand .sync-node p{font-size:14.5px;line-height:2;color:rgba(255,255,255,.7)}

  .brand .sync-bridge{
    width:100%;
    min-width:0;
    height:150px;
    display:grid;
    place-items:center;
    overflow:visible;
  }
  .brand .sync-bridge span{
    display:block!important;
    position:relative;
    z-index:3;
    padding:10px 14px;
    font-size:8px;
    letter-spacing:.22em;
    background:rgba(35,20,48,.88);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 12px 28px rgba(0,0,0,.2);
  }
  .brand .sync-bridge::before,.brand .sync-bridge::after{
    top:0;bottom:0;
    right:auto;
    width:1px;height:auto;
    transform:scaleY(var(--connect));
    background:linear-gradient(180deg,var(--violet),var(--teal));
  }
  .brand .sync-bridge::before{left:calc(50% - 9px);transform-origin:top}
  .brand .sync-bridge::after{left:calc(50% + 9px);transform-origin:bottom;opacity:.38}
  .brand .sync-bridge i{
    left:calc(50% - 13px);
    top:0;
    animation-name:dataPacketY;
    animation-duration:2.8s;
  }
  .brand .sync-bridge i:nth-of-type(2){left:calc(50% + 5px);top:0;animation-delay:-.9s}
  .brand .sync-bridge i:nth-of-type(3){left:calc(50% - 13px);top:0;animation-delay:-1.8s}
}
@keyframes dataPacketY{from{top:0}to{top:calc(100% - 8px)}}

/* Ensure the finale decoration never blocks its contact link */
.finale-halo{pointer-events:none}
.finale a{position:relative;z-index:6;pointer-events:auto}

/* Global legibility and editorial polish v4 */
.eyebrow{font-size:13px;letter-spacing:.24em}
.intro-copy>p:last-of-type{font-size:16px;line-height:2.05}
.section-index b,.section-index span{font-size:13px}
.progress span{font-size:10px}
.brand-copy>span{font-size:13px}
.brand-copy p,.brand-copy strong{font-size:16px}
.sync-node{min-height:390px;padding:50px 42px}
.sync-node>span{font-size:13px}
.sync-node h4{font-size:16px;line-height:1.65}
.sync-node p{font-size:15px;line-height:2}
.products-head .kicker{font-size:13px}

/* Product cards: larger labels, protected copy width, no copy/screen collision */
.product-card{
  grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);
  column-gap:clamp(42px,4vw,74px);
  padding:clamp(58px,5.2vw,88px);
}
.card-copy{min-width:0;align-self:center}
.card-copy p{font-size:15px;line-height:1.5;letter-spacing:.18em;font-weight:700}
.card-copy h3{margin:22px 0 26px}
.card-copy span{max-width:430px;font-size:17px;line-height:2.05;overflow-wrap:anywhere}
.card-screen{min-width:0;transform:perspective(1100px) rotateY(calc(-4deg + var(--tilt-y,0deg))) rotateX(var(--tilt-x,0deg)) translateZ(18px)}
.product-card:hover .card-screen{transform:perspective(1100px) rotateY(var(--tilt-y,0deg)) rotateX(var(--tilt-x,0deg)) translateZ(34px) scale(1.012)}
.products-more{font-size:17px}
.oem-copy>p{font-size:13px}
.oem-copy>div{font-size:17px;line-height:2.05}
.finale>p{font-size:14px}
.finale>div#contact{font-size:17px}
.cursor.hot{width:38px;height:38px;background:transparent;border-color:rgba(255,255,255,.9);box-shadow:0 0 22px rgba(119,227,214,.42)}

/* Story closing statement: open editorial composition, no card treatment */
.story-body-copy{
  top:50%;
  width:min(88vw,980px);
  padding:0 0 0 118px;
  border:0;
  border-radius:0;
  background:none;
  backdrop-filter:none;
  box-shadow:none;
  text-align:left;
  font-size:clamp(16px,1.2vw,19px);
  line-height:2.15;
  color:rgba(255,255,255,.82);
}
.story-body-copy::before{
  content:"";
  position:absolute;
  left:82px;
  top:-16px;
  bottom:-16px;
  width:1px;
  background:linear-gradient(180deg,transparent,var(--violet) 20%,var(--teal) 78%,transparent);
  box-shadow:0 0 20px rgba(119,227,214,.45);
}
.story-body-copy::after{
  content:"";
  position:absolute;
  left:76px;
  top:42%;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 7px rgba(119,227,214,.12),0 0 28px var(--teal);
  animation:storySignal 2.8s ease-in-out infinite;
}
.story-body-label{
  display:block;
  margin-bottom:32px;
  font:600 12px/1 var(--latin);
  letter-spacing:.34em;
  color:var(--teal);
}
.story-body-copy p{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:22px;
  align-items:start;
  max-width:850px;
}
.story-body-copy p+p{
  margin:34px 0 0 7vw;
  padding:0;
  border:0;
}
.story-body-copy p i{
  padding-top:.65em;
  font:500 11px/1 var(--latin);
  letter-spacing:.18em;
  color:rgba(255,255,255,.42);
  font-style:normal;
}
.story-body-copy p span{min-width:0}
.story-body-copy strong{
  position:relative;
  display:inline;
  color:#fff;
  font-weight:900;
  background:linear-gradient(90deg,rgba(194,126,254,.22),rgba(119,227,214,.38));
  background-size:100% .38em;
  background-repeat:no-repeat;
  background-position:0 92%;
  padding:0 3px 2px;
  text-shadow:0 0 22px rgba(119,227,214,.16);
}
@keyframes storySignal{0%,100%{transform:scale(.72);opacity:.55}50%{transform:scale(1);opacity:1}}

@media(max-width:980px){
  .product-card{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);column-gap:34px;padding:54px 44px}
  .card-copy span{font-size:16px}
  .sync-node{padding:42px 32px}
}

@media(max-width:760px){
  .eyebrow{font-size:12px}.intro-copy>p:last-of-type{font-size:15px}
  .section-index b,.section-index span{font-size:11px}
  .brand-copy>span{font-size:11px}.brand-copy p,.brand-copy strong{font-size:12px}
  .sync-node{min-height:360px;padding:30px 19px}.sync-node>span{font-size:11px}.sync-node h4{font-size:12px}.sync-node p{font-size:12px;line-height:1.85}
  .product-card{grid-template-columns:1fr;row-gap:34px;padding:48px 27px 34px}
  .card-copy p{font-size:13px}.card-copy span{max-width:none;font-size:15px;line-height:1.95}
  .card-screen,.product-card:hover .card-screen{margin-top:0;transform:none}
  .products-more{font-size:15px}.oem-copy>p{font-size:12px}.oem-copy>div{font-size:15px}
  .story-body-copy{top:49%;width:88vw;padding:0 0 0 42px;font-size:14px;line-height:2}
  .story-body-copy::before{left:15px;top:-10px;bottom:-10px}
  .story-body-copy::after{left:10px;width:11px;height:11px}
  .story-body-label{font-size:10px;letter-spacing:.25em;margin-bottom:24px}
  .story-body-copy p{grid-template-columns:28px minmax(0,1fr);gap:8px}
  .story-body-copy p+p{margin:24px 0 0}
  .story-body-copy p i{font-size:9px}
  .story-body-copy br{display:none}
  .finale>div#contact{font-size:15px}
}
