/* HARPOT / Homepage concept. Native system typography on Apple; Inter elsewhere. */
:root{--ink:#1d1d1f;--muted:#6e6e73;--soft:#86868b;--paper:#f5f5f7;--blue:#0071e3;--line:#d2d2d7;--nav:64px;--max:1180px;--ease:cubic-bezier(.22,.68,0,1.01);--display:-apple-system,BlinkMacSystemFont,"Inter Display","Inter","Segoe UI",sans-serif;--text:-apple-system,BlinkMacSystemFont,"Inter","Helvetica Neue",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);background:#fff;font-family:var(--text);font-size:17px;line-height:1.47;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:has(dialog[open]){overflow:hidden}[hidden]{display:none!important}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:0;background:none;color:inherit;padding:0;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:disabled{cursor:default;opacity:.35}img{display:block;max-width:100%}h1,h2,h3,p,figure,blockquote{margin:0}h1,h2,h3{font-family:var(--display);font-weight:600}h1,h2{letter-spacing:-.034em;text-wrap:balance}h2{font-size:clamp(40px,4.35vw,64px);line-height:1.065}h3{letter-spacing:-.024em}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.wrap{width:calc(100% - 96px);max-width:var(--max);margin-inline:auto}.center{text-align:center}.muted{color:var(--soft)}.eyebrow{font-size:19px;font-weight:600;letter-spacing:-.018em;margin-bottom:22px}.lead{font-size:23px;line-height:1.43;letter-spacing:-.018em;color:var(--muted);margin-top:28px}.narrow{max-width:670px;margin-inline:auto}.section-gray{background:var(--paper)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:62px}.section-head>p{font-size:20px;line-height:1.45;color:var(--muted);letter-spacing:-.015em;padding-bottom:4px}.actions{display:flex;gap:26px;align-items:center;justify-content:center;margin-top:26px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:12px;border-radius:99px;background:var(--blue);color:#fff;padding:13px 24px;min-height:48px;font-size:17px;line-height:1.25;letter-spacing:-.014em;transition:background .2s,transform .25s var(--ease);white-space:normal}.btn:hover{background:#0077ed}.btn:active{transform:scale(.97)}.btn-small{min-height:34px;padding:9px 18px;font-size:12px;letter-spacing:0}.btn-large{font-size:19px;min-height:56px;padding:16px 28px}.text-link{display:inline-flex;align-items:center;gap:4px;color:var(--blue);font-size:17px;letter-spacing:-.013em;min-height:40px}.text-link:hover{text-decoration:underline;text-underline-offset:3px}.text-link svg{width:18px;height:18px}.circle{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#e8e8ed;color:#56565b;transition:background .2s,transform .2s}.circle:hover{background:#dedee4}.circle svg{width:21px;height:21px;stroke-width:2}.reverse{transform:rotate(180deg)}.skip{position:fixed;left:20px;top:-100px;background:white;padding:14px 24px;z-index:100;border-radius:8px}.skip:focus{top:15px}.reveal{opacity:1;transform:none}.motion-ready .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.motion-ready .reveal.is-visible{opacity:1;transform:none}
/* Navigation */
.header{position:sticky;top:0;height:var(--nav);z-index:40;background:rgba(250,250,252,.82);-webkit-backdrop-filter:blur(22px) saturate(160%);backdrop-filter:blur(22px) saturate(160%);border-bottom:1px solid rgba(0,0,0,.08)}.nav{display:flex;height:var(--nav);align-items:center;justify-content:space-between;gap:36px;max-width:1180px}.brand{font-family:var(--display);font-size:29px;letter-spacing:-.065em;font-weight:700;line-height:1}.brand span{color:var(--ink)}.nav-links{display:flex;align-items:center;gap:36px;margin-left:auto;margin-right:20px}.nav-links a{font-size:12px;line-height:1.3;color:#444446;transition:color .2s}.nav-links a:hover{color:var(--blue)}.nav-actions{display:flex;gap:16px;align-items:center}.menu-button{width:30px;height:40px;display:none;position:relative}.menu-button span{display:block;position:absolute;left:7px;right:7px;height:1.5px;background:var(--ink);top:16px;transition:transform .3s}.menu-button span+span{top:23px}.menu-button[aria-expanded=true] span{transform:translateY(3.5px) rotate(45deg)}.menu-button[aria-expanded=true] span+span{transform:translateY(-3.5px) rotate(-45deg)}.mobile-menu{position:absolute;top:var(--nav);left:0;right:0;padding:20px 28px 30px;background:rgba(250,250,252,.98);border-bottom:1px solid var(--line);box-shadow:0 25px 50px #0001}.mobile-menu a{display:block;padding:14px 0;font-size:21px;font-weight:600}.reading-progress{height:2px;background:var(--blue);position:absolute;bottom:-1px;left:0;width:100%;transform-origin:left;transform:scaleX(0)}
.logo-header{width:40px;height:auto;}
/* A single object travels from the opening composition to the editorial message. */
.hero{height:205svh;position:relative;background:#fff}.hero-stage{height:calc(100svh - var(--nav));min-height:720px;position:sticky;top:var(--nav);overflow:clip;isolation:isolate}.hero-intro{position:absolute;left:24px;right:24px;top:46px;text-align:center;z-index:4;will-change:transform,opacity}.hero-intro .eyebrow{font-size:21px;margin-bottom:18px}.hero h1{font-size:clamp(50px,5.75vw,86px);line-height:1.03;letter-spacing:-.04em}.hero h1 span{color:#7d7d82}.hero-description{font-size:21px;letter-spacing:-.018em;line-height:1.42;color:var(--muted);margin-top:23px}.hero-art{width:min(1000px,92vw);height:430px;position:absolute;left:50%;top:430px;transform:translateX(-50%);z-index:2;will-change:transform}.hero-connections{position:absolute;inset:0;width:100%;height:100%;stroke:none}.sculpture{position:absolute;top:-8%;left:21%;width:58%;filter:drop-shadow(0 24px 20px rgba(47,69,92,.14));will-change:transform}.sculpture img{width:100%;height:auto;mix-blend-mode:multiply}.signal{position:absolute;background:rgba(255,255,255,.84);border:1px solid rgba(208,217,227,.8);box-shadow:0 8px 28px rgba(81,103,124,.07),inset 0 1px 0 #fff;backdrop-filter:blur(8px);border-radius:17px;padding:13px 18px;font-size:13px;font-weight:500;display:flex;align-items:center;gap:10px;color:#515b67}.signal svg{width:20px;height:20px;color:#7f94a6}.signal-a{left:7%;top:18%;transform:rotate(-5deg)}.signal-b{right:5%;top:24%;transform:rotate(6deg)}.signal-c{left:14%;bottom:18%;transform:rotate(5deg)}.signal-d{right:10%;bottom:14%;transform:rotate(-5deg)}.hero-destination{position:absolute;top:28%;left:55%;width:39%;max-width:510px;opacity:0;visibility:hidden;z-index:5;will-change:transform,opacity}.hero-destination h2{font-size:clamp(40px,4.7vw,68px);line-height:1.05}.hero-destination h2 span{color:var(--soft)}.hero-destination>p:not(.eyebrow){font-size:21px;line-height:1.43;letter-spacing:-.02em;color:var(--muted);margin-top:27px;max-width:450px}.hero-destination .text-link{margin-top:18px}.scroll-hint{position:absolute;bottom:23px;left:50%;transform:translateX(-50%);font-size:12px;color:#85858b;display:flex;gap:12px;align-items:center;z-index:6;white-space:nowrap}.scroll-hint span{font-size:17px}.scene-progress{position:absolute;bottom:7px;left:calc(50% - 24px);width:48px;height:3px;border-radius:3px;background:#e8e8ed;overflow:hidden}.scene-progress span{display:block;height:100%;background:#9caebf;transform-origin:left;transform:scaleX(0)}
/* Services / product-like cards */
.services{padding:110px 0 70px}.service-gallery{display:flex;gap:24px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px max(48px,calc((100vw - var(--max))/2)) 26px}.service-gallery::-webkit-scrollbar{display:none}.service-card{flex:0 0 350px;height:514px;border-radius:28px;background:#fff;position:relative;overflow:hidden;scroll-snap-align:start;transition:transform .45s var(--ease);isolation:isolate}.service-card:hover{transform:translateY(-4px)}.service-card-copy{position:relative;padding:29px 28px;z-index:3}.service-card .card-tag{font-size:14px;font-weight:600;letter-spacing:-.01em;margin-bottom:12px}.service-card h3{font-size:29px;line-height:1.09;letter-spacing:-.034em}.service-plus{position:absolute;bottom:22px;right:22px;z-index:5;background:rgba(238,238,242,.93);width:36px;height:36px}.service-plus:hover{transform:rotate(90deg)}.service-visual{position:absolute;left:0;right:0;top:174px;bottom:0;z-index:1}.service-card:nth-child(2){background:#070b13;color:#f5f5f7}.service-card:nth-child(3){background:#e7eef0}.service-card:nth-child(4){background:#eaf0fa}.service-card:nth-child(5){background:#fdfcfa}.service-card:nth-child(6){background:#dfe8ec}.gallery-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:16px;gap:24px}.gallery-bottom p{font-size:13px;color:var(--muted)}.gallery-buttons{display:flex;gap:12px}.compass{width:256px;height:256px;border-radius:50%;position:absolute;left:50%;top:25px;transform:translateX(-50%) rotate(-22deg);background:repeating-conic-gradient(from 0deg,#a5afba 0deg .5deg,transparent .5deg 7.5deg);border:14px solid #e9ecef;box-shadow:0 18px 35px #3c4c601c,inset 0 0 0 2px #bcc8d2,0 0 0 1px #d5dce1}.compass:before{content:"";position:absolute;inset:17px;border-radius:50%;background:radial-gradient(circle at 30% 20%,#fff,#eef2f5 90%);box-shadow:inset 0 0 0 1px #d5dce1}.compass:after{content:"";position:absolute;inset:41px;border-radius:50%;border:1px solid #d8e0e6;background:linear-gradient(90deg,transparent 49.7%,#c9d6e1 49.7% 50.3%,transparent 50.3%),linear-gradient(transparent 49.7%,#c9d6e1 49.7% 50.3%,transparent 50.3%)}.compass-needle{position:absolute;left:50%;top:32px;bottom:32px;width:40px;transform:translateX(-50%) rotate(32deg);z-index:2;background:linear-gradient(90deg,#2a68b6 0 50%,#94b9e1 50%);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.compass-needle:after{content:"";position:absolute;top:calc(50% - 8px);left:calc(50% - 8px);width:16px;height:16px;border-radius:50%;background:#f5f8fb;border:4px solid #71889d}.reach-orbit{position:absolute;width:300px;height:300px;top:16px;left:25px;border-radius:50%;border:1px solid #243042;box-shadow:0 0 0 43px #ffffff03,0 0 0 44px #26304450}.reach-core{position:absolute;top:110px;left:104px;width:142px;height:85px;border-radius:22px;display:grid;place-items:center;color:white;background:linear-gradient(135deg,#283b53,#0b1321);border:1px solid #91b3dc60;font-size:26px;letter-spacing:-.04em;font-weight:600;box-shadow:0 0 45px #005aa327}.reach-chip{position:absolute;display:grid;place-items:center;background:#121e2b;border:1px solid #50637880;border-radius:16px;width:65px;height:65px;box-shadow:0 10px 24px #0003}.reach-chip svg{width:27px;height:27px;stroke:#a9c8e4}.rc1{left:60px;top:36px;transform:rotate(-15deg)}.rc2{right:42px;top:75px;transform:rotate(13deg)}.rc3{left:42px;bottom:60px;transform:rotate(-8deg)}.rc4{right:70px;bottom:43px;transform:rotate(12deg)}.editorial-card{position:absolute;width:246px;height:260px;left:74px;top:16px;border-radius:12px;transform:rotate(8deg);background:#fff;box-shadow:0 16px 40px #33495630;overflow:hidden}.editorial-card .mag-image{height:128px;background:#375466 url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjAwIDEwMDAiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmciIHgyPSIxIiB5Mj0iMSI+PHN0b3Agc3RvcC1jb2xvcj0iIzE1MjQzMSIvPjxzdG9wIG9mZnNldD0iLjU1IiBzdG9wLWNvbG9yPSIjNjY3ZjhjIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZDRlMWUzIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImciPjxzdG9wIHN0b3AtY29sb3I9IiNjNGViZmIiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9Ii41NSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIuOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzliY2JlYiIgc3RvcC1vcGFjaXR5PSIuMTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB3aWR0aD0iMTYwMCIgaGVpZ2h0PSIxMDAwIiBmaWxsPSJ1cmwoI2JnKSIvPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0idXJsKCNnKSIgc3Ryb2tlLXdpZHRoPSIyLjMiPjxwYXRoIGQ9Ik0tMTAwIDcwIEMgMjUwIC03MCwgNDcwIDM2MCwgODIwIDE0MCBTIDEzMjAgLTExMCwgMTY2MCAyMjAiLz48cGF0aCBkPSJNLTEwMCA5MyBDIDI1MCAtNDcsIDQ3MCAzODMsIDgyMCAxNjMgUyAxMzIwIC04NywgMTY2MCAyNDMiLz48cGF0aCBkPSJNLTEwMCAxMTYgQyAyNTAgLTI0LCA0NzAgNDA2LCA4MjAgMTg2IFMgMTMyMCAtNjQsIDE2NjAgMjY2Ii8+PHBhdGggZD0iTS0xMDAgMTM5IEMgMjUwIC0xLCA0NzAgNDI5LCA4MjAgMjA5IFMgMTMyMCAtNDEsIDE2NjAgMjg5Ii8+PHBhdGggZD0iTS0xMDAgMTYyIEMgMjUwIDIyLCA0NzAgNDUyLCA4MjAgMjMyIFMgMTMyMCAtMTgsIDE2NjAgMzEyIi8+PHBhdGggZD0iTS0xMDAgMTg1IEMgMjUwIDQ1LCA0NzAgNDc1LCA4MjAgMjU1IFMgMTMyMCA1LCAxNjYwIDMzNSIvPjxwYXRoIGQ9Ik0tMTAwIDIwOCBDIDI1MCA2OCwgNDcwIDQ5OCwgODIwIDI3OCBTIDEzMjAgMjgsIDE2NjAgMzU4Ii8+PHBhdGggZD0iTS0xMDAgMjMxIEMgMjUwIDkxLCA0NzAgNTIxLCA4MjAgMzAxIFMgMTMyMCA1MSwgMTY2MCAzODEiLz48cGF0aCBkPSJNLTEwMCAyNTQgQyAyNTAgMTE0LCA0NzAgNTQ0LCA4MjAgMzI0IFMgMTMyMCA3NCwgMTY2MCA0MDQiLz48cGF0aCBkPSJNLTEwMCAyNzcgQyAyNTAgMTM3LCA0NzAgNTY3LCA4MjAgMzQ3IFMgMTMyMCA5NywgMTY2MCA0MjciLz48cGF0aCBkPSJNLTEwMCAzMDAgQyAyNTAgMTYwLCA0NzAgNTkwLCA4MjAgMzcwIFMgMTMyMCAxMjAsIDE2NjAgNDUwIi8+PHBhdGggZD0iTS0xMDAgMzIzIEMgMjUwIDE4MywgNDcwIDYxMywgODIwIDM5MyBTIDEzMjAgMTQzLCAxNjYwIDQ3MyIvPjxwYXRoIGQ9Ik0tMTAwIDM0NiBDIDI1MCAyMDYsIDQ3MCA2MzYsIDgyMCA0MTYgUyAxMzIwIDE2NiwgMTY2MCA0OTYiLz48cGF0aCBkPSJNLTEwMCAzNjkgQyAyNTAgMjI5LCA0NzAgNjU5LCA4MjAgNDM5IFMgMTMyMCAxODksIDE2NjAgNTE5Ii8+PHBhdGggZD0iTS0xMDAgMzkyIEMgMjUwIDI1MiwgNDcwIDY4MiwgODIwIDQ2MiBTIDEzMjAgMjEyLCAxNjYwIDU0MiIvPjxwYXRoIGQ9Ik0tMTAwIDQxNSBDIDI1MCAyNzUsIDQ3MCA3MDUsIDgyMCA0ODUgUyAxMzIwIDIzNSwgMTY2MCA1NjUiLz48cGF0aCBkPSJNLTEwMCA0MzggQyAyNTAgMjk4LCA0NzAgNzI4LCA4MjAgNTA4IFMgMTMyMCAyNTgsIDE2NjAgNTg4Ii8+PHBhdGggZD0iTS0xMDAgNDYxIEMgMjUwIDMyMSwgNDcwIDc1MSwgODIwIDUzMSBTIDEzMjAgMjgxLCAxNjYwIDYxMSIvPjxwYXRoIGQ9Ik0tMTAwIDQ4NCBDIDI1MCAzNDQsIDQ3MCA3NzQsIDgyMCA1NTQgUyAxMzIwIDMwNCwgMTY2MCA2MzQiLz48cGF0aCBkPSJNLTEwMCA1MDcgQyAyNTAgMzY3LCA0NzAgNzk3LCA4MjAgNTc3IFMgMTMyMCAzMjcsIDE2NjAgNjU3Ii8+PHBhdGggZD0iTS0xMDAgNTMwIEMgMjUwIDM5MCwgNDcwIDgyMCwgODIwIDYwMCBTIDEzMjAgMzUwLCAxNjYwIDY4MCIvPjxwYXRoIGQ9Ik0tMTAwIDU1MyBDIDI1MCA0MTMsIDQ3MCA4NDMsIDgyMCA2MjMgUyAxMzIwIDM3MywgMTY2MCA3MDMiLz48cGF0aCBkPSJNLTEwMCA1NzYgQyAyNTAgNDM2LCA0NzAgODY2LCA4MjAgNjQ2IFMgMTMyMCAzOTYsIDE2NjAgNzI2Ii8+PHBhdGggZD0iTS0xMDAgNTk5IEMgMjUwIDQ1OSwgNDcwIDg4OSwgODIwIDY2OSBTIDEzMjAgNDE5LCAxNjYwIDc0OSIvPjxwYXRoIGQ9Ik0tMTAwIDYyMiBDIDI1MCA0ODIsIDQ3MCA5MTIsIDgyMCA2OTIgUyAxMzIwIDQ0MiwgMTY2MCA3NzIiLz48cGF0aCBkPSJNLTEwMCA2NDUgQyAyNTAgNTA1LCA0NzAgOTM1LCA4MjAgNzE1IFMgMTMyMCA0NjUsIDE2NjAgNzk1Ii8+PC9nPjxjaXJjbGUgY3g9IjEyMTAiIGN5PSIzNDAiIHI9IjIxMCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZWZmYWZmIiBzdHJva2Utb3BhY2l0eT0iLjI1Ii8+PGNpcmNsZSBjeD0iMTIxMCIgY3k9IjM0MCIgcj0iMjE4IiBmaWxsPSJub25lIiBzdHJva2U9IiNlZmZhZmYiIHN0cm9rZS1vcGFjaXR5PSIuMTIiLz48L3N2Zz4=') center/cover}.editorial-card small{display:block;font-size:9px;color:#6d7680;margin:15px 18px 7px}.editorial-card strong{display:block;font-family:var(--display);font-size:23px;letter-spacing:-.04em;line-height:1.05;margin:0 18px}.editorial-card .mag-lines{margin:13px 18px;width:140px;height:16px;background:repeating-linear-gradient(#d4dbdf 0 2px,transparent 2px 7px)}.quote-chip{position:absolute;left:20px;top:155px;background:#fdfdfde8;padding:18px 20px;border-radius:18px;box-shadow:0 14px 28px #35516320;transform:rotate(-8deg);font-size:16px;font-weight:600;line-height:1.25;backdrop-filter:blur(8px);border:1px solid #fff}.mini-browser{position:absolute;top:25px;left:30px;width:286px;height:246px;border-radius:14px;background:white;box-shadow:0 20px 35px #44679122;transform:perspective(700px) rotateY(-10deg) rotateZ(-5deg);overflow:hidden;border:1px solid #ffffff}.mini-topbar{height:25px;display:flex;align-items:center;gap:4px;padding:0 10px;border-bottom:1px solid #eee}.mini-topbar i{width:4px;height:4px;border-radius:50%;background:#c8ccd4}.mini-browser strong{font-size:22px;line-height:1.08;display:block;text-align:center;letter-spacing:-.04em;margin-top:22px}.mini-browser img{width:140px;margin:-6px auto 0}.mini-button{position:absolute;bottom:13px;left:calc(50% - 26px);height:12px;width:52px;border-radius:10px;background:var(--blue)}.mini-phone{position:absolute;width:80px;height:155px;right:24px;bottom:29px;background:linear-gradient(145deg,#fff,#dce5ef);border:5px solid #2a2e36;box-shadow:0 16px 23px #22375b25;border-radius:20px;transform:rotate(8deg)}.mini-phone:before{content:"";position:absolute;width:28px;height:7px;border-radius:5px;background:#2a2e36;left:21px;top:3px}.mini-phone img{margin:31px 0 0;width:80px}.flow-card{position:absolute;left:31px;right:31px;height:69px;border-radius:17px;background:#fff;border:1px solid #ece9e3;box-shadow:0 10px 25px #6257490a;display:flex;align-items:center;gap:13px;padding:15px;transform:rotate(-5deg)}.flow-card svg{width:26px;height:26px;color:#6c8aa0}.flow-card strong{display:block;font-size:13px;font-weight:600}.flow-card small{display:block;font-size:10px;color:#8a8a8f;margin-top:4px}.flow-card:nth-child(1){top:22px;left:17px;right:44px}.flow-card:nth-child(2){top:113px;left:45px;right:17px;transform:rotate(3deg)}.flow-card:nth-child(3){top:204px;left:27px;right:35px;transform:rotate(-2deg)}.flow-card:after{content:"";width:6px;height:6px;background:#8fae99;border-radius:50%;margin-left:auto}.data-art svg{position:absolute;inset:0;width:100%;height:100%;stroke:none}.data-label{position:absolute;font-size:12px;color:#557080;left:28px;bottom:35px}.data-dot{position:absolute;right:71px;top:56px;width:15px;height:15px;background:#f7fbff;border:3px solid #588bb6;box-shadow:0 0 0 8px #fff6;border-radius:50%}
.phase-panel-enter{animation:phase-in .32s var(--ease)}@keyframes phase-in{from{opacity:.3;transform:translateY(8px)}to{opacity:1;transform:none}}
/* Channel constellation and filtered catalogue */
.channels{padding:120px 0 108px;overflow:clip}.channels h2{font-size:clamp(40px,4.85vw,70px)}.channel-universe{height:510px;width:min(1200px,100vw);margin:30px auto 22px;position:relative}.universe-lines{position:absolute;inset:0;width:100%;height:100%;stroke-width:1;opacity:.8}.universe-center{position:absolute;width:176px;height:176px;left:calc(50% - 88px);top:calc(50% - 88px);display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:radial-gradient(circle at 30% 20%,#fff,#f5f7f9);border:1px solid #e3e8ed;box-shadow:0 15px 40px #7d92aa12,inset 0 1px 3px white;z-index:3}.universe-center svg{width:30px;height:30px;color:#6d8297;margin-bottom:12px}.universe-center strong{font-size:21px;font-weight:600;letter-spacing:-.025em}.universe-center span{font-size:12px;color:var(--soft);margin-top:3px}.orbit-node{position:absolute;left:calc(var(--x) * 1%);top:calc(var(--y) * 1%);padding:14px 18px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8ee;border-radius:18px;display:flex;align-items:center;gap:11px;font-size:14px;font-weight:500;color:#5d6a77;box-shadow:0 12px 25px rgba(66,88,112,.07),inset 0 1px 1px #fff;transform:translate(-50%,-50%) rotate(var(--r));will-change:transform;white-space:nowrap;z-index:2}.orbit-node svg{width:22px;height:22px;stroke:#708fa9}.channel-explorer{max-width:1100px}.channel-explorer-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.channel-explorer-head h3{font-size:25px}.channel-explorer-head>span{font-size:13px;color:var(--soft)}.channel-filters{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:3px 2px 18px;overscroll-behavior-x:contain}.channel-filters button{font-size:13px;line-height:1.3;white-space:nowrap;padding:11px 16px;border-radius:99px;background:#f5f5f7;color:#616168;transition:background .2s,color .2s;min-height:40px}.channel-filters button[aria-pressed=true]{background:var(--ink);color:#fff}.channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;min-height:176px;align-content:start}.channel-card{border:1px solid #ececee;background:#fafafc;border-radius:17px;min-height:137px;padding:19px;position:relative;transition:background .25s,border-color .25s,transform .25s;text-align:left}.channel-card:hover{border-color:#c4d5e6;background:#f4f8fc;transform:translateY(-2px)}.channel-card>svg{width:22px;height:22px;color:#607b94;display:block;margin-bottom:16px}.channel-card strong{font-weight:600;font-size:13px;display:block;letter-spacing:-.012em}.channel-card p{font-size:11px;line-height:1.5;color:#81818a;margin-top:6px;max-width:200px}.channel-card .channel-plus{position:absolute;top:19px;right:17px;opacity:0;color:#7f94a8;transition:opacity .2s}.channel-card:hover .channel-plus,.channel-card:focus-visible .channel-plus{opacity:1}.channel-plus svg{width:15px;height:15px}.catalog-note{font-size:11px;color:#85858a;line-height:1.5;margin-top:23px;max-width:780px}.channel-card.show-card{animation:card-in .32s var(--ease)}@keyframes card-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
/* A useful demonstration instead of made-up metrics */
.journey{padding:110px 0 105px;overflow:clip}.journey-stage{background:#fff;border-radius:24px;box-shadow:0 20px 50px #34445a09;transform-origin:center;border:1px solid #eeeff1;will-change:transform}.journey-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 28px;border-bottom:1px solid #ededf0;font-size:11px;color:#96969d}.tiny-brand{font-family:var(--display);font-size:19px;letter-spacing:-.06em;font-weight:700;color:#2b2b30}.status-dot{display:flex;align-items:center;gap:7px}.status-dot:before{content:"";width:5px;height:5px;background:#789d83;border-radius:50%}.journey-track{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:75px 40px 65px;position:relative}.track-line{height:1px;background:#dde5ec;position:absolute;left:15%;right:15%;top:119px}.track-line>span{width:8px;height:8px;border-radius:50%;background:#76a7d1;box-shadow:0 0 0 5px #e8f3ff99;position:absolute;left:0;top:-3px;transform:translateX(0);will-change:left}.journey-step{text-align:center;position:relative;z-index:2}.step-icon{margin:0 auto 26px;width:88px;height:88px;display:grid;place-items:center;border-radius:24px;border:1px solid #e1e6eb;background:linear-gradient(145deg,#fff,#f0f4f8);box-shadow:0 9px 18px #42617e09,inset 0 1px 2px #fff;transform:rotate(-5deg)}.journey-step:nth-of-type(3) .step-icon{transform:rotate(4deg)}.journey-step:nth-of-type(4) .step-icon{transform:rotate(-3deg)}.journey-step:nth-of-type(5) .step-icon{transform:rotate(5deg)}.step-icon svg{width:31px;height:31px;stroke:#718da4}.journey-step b{display:block;font-size:16px;font-weight:600;letter-spacing:-.02em;margin-bottom:7px}.journey-step>span:last-child{font-size:12px;color:var(--soft)}.journey-feedback{border-top:1px solid #ededf0;padding:20px 28px;display:flex;align-items:center;gap:10px;font-size:11px;color:#698091}.journey-feedback svg{width:16px;height:16px}.journey-feedback>span{margin-left:auto;color:#939399}.concept-note{font-size:10px;color:#8b8b92;margin-top:18px;line-height:1.5}.tech-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:59px}.tech-benefits h3{font-size:21px;margin-bottom:12px}.tech-benefits p{font-size:16px;line-height:1.5;color:var(--muted);letter-spacing:-.012em;max-width:320px}
/* Editorial chapter. External photography is never presented as Harpot's team. */
.about{padding:115px 0 104px;overflow:clip}.about-intro{max-width:1000px;text-align:center}.about-intro h2{font-size:clamp(38px,4.6vw,66px)}.about-intro .lead{max-width:720px;margin-inline:auto}.about-photo{width:calc(100% - 96px);max-width:1320px;height:580px;position:relative;margin:67px auto 0;overflow:hidden;border-radius:34px;isolation:isolate;will-change:clip-path}.photo-underlay{position:absolute;inset:-8%;background:#5e747e url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjAwIDEwMDAiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmciIHgyPSIxIiB5Mj0iMSI+PHN0b3Agc3RvcC1jb2xvcj0iIzE1MjQzMSIvPjxzdG9wIG9mZnNldD0iLjU1IiBzdG9wLWNvbG9yPSIjNjY3ZjhjIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZDRlMWUzIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImciPjxzdG9wIHN0b3AtY29sb3I9IiNjNGViZmIiIHN0b3Atb3BhY2l0eT0iLjEiLz48c3RvcCBvZmZzZXQ9Ii41NSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIuOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzliY2JlYiIgc3RvcC1vcGFjaXR5PSIuMTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB3aWR0aD0iMTYwMCIgaGVpZ2h0PSIxMDAwIiBmaWxsPSJ1cmwoI2JnKSIvPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0idXJsKCNnKSIgc3Ryb2tlLXdpZHRoPSIyLjMiPjxwYXRoIGQ9Ik0tMTAwIDcwIEMgMjUwIC03MCwgNDcwIDM2MCwgODIwIDE0MCBTIDEzMjAgLTExMCwgMTY2MCAyMjAiLz48cGF0aCBkPSJNLTEwMCA5MyBDIDI1MCAtNDcsIDQ3MCAzODMsIDgyMCAxNjMgUyAxMzIwIC04NywgMTY2MCAyNDMiLz48cGF0aCBkPSJNLTEwMCAxMTYgQyAyNTAgLTI0LCA0NzAgNDA2LCA4MjAgMTg2IFMgMTMyMCAtNjQsIDE2NjAgMjY2Ii8+PHBhdGggZD0iTS0xMDAgMTM5IEMgMjUwIC0xLCA0NzAgNDI5LCA4MjAgMjA5IFMgMTMyMCAtNDEsIDE2NjAgMjg5Ii8+PHBhdGggZD0iTS0xMDAgMTYyIEMgMjUwIDIyLCA0NzAgNDUyLCA4MjAgMjMyIFMgMTMyMCAtMTgsIDE2NjAgMzEyIi8+PHBhdGggZD0iTS0xMDAgMTg1IEMgMjUwIDQ1LCA0NzAgNDc1LCA4MjAgMjU1IFMgMTMyMCA1LCAxNjYwIDMzNSIvPjxwYXRoIGQ9Ik0tMTAwIDIwOCBDIDI1MCA2OCwgNDcwIDQ5OCwgODIwIDI3OCBTIDEzMjAgMjgsIDE2NjAgMzU4Ii8+PHBhdGggZD0iTS0xMDAgMjMxIEMgMjUwIDkxLCA0NzAgNTIxLCA4MjAgMzAxIFMgMTMyMCA1MSwgMTY2MCAzODEiLz48cGF0aCBkPSJNLTEwMCAyNTQgQyAyNTAgMTE0LCA0NzAgNTQ0LCA4MjAgMzI0IFMgMTMyMCA3NCwgMTY2MCA0MDQiLz48cGF0aCBkPSJNLTEwMCAyNzcgQyAyNTAgMTM3LCA0NzAgNTY3LCA4MjAgMzQ3IFMgMTMyMCA5NywgMTY2MCA0MjciLz48cGF0aCBkPSJNLTEwMCAzMDAgQyAyNTAgMTYwLCA0NzAgNTkwLCA4MjAgMzcwIFMgMTMyMCAxMjAsIDE2NjAgNDUwIi8+PHBhdGggZD0iTS0xMDAgMzIzIEMgMjUwIDE4MywgNDcwIDYxMywgODIwIDM5MyBTIDEzMjAgMTQzLCAxNjYwIDQ3MyIvPjxwYXRoIGQ9Ik0tMTAwIDM0NiBDIDI1MCAyMDYsIDQ3MCA2MzYsIDgyMCA0MTYgUyAxMzIwIDE2NiwgMTY2MCA0OTYiLz48cGF0aCBkPSJNLTEwMCAzNjkgQyAyNTAgMjI5LCA0NzAgNjU5LCA4MjAgNDM5IFMgMTMyMCAxODksIDE2NjAgNTE5Ii8+PHBhdGggZD0iTS0xMDAgMzkyIEMgMjUwIDI1MiwgNDcwIDY4MiwgODIwIDQ2MiBTIDEzMjAgMjEyLCAxNjYwIDU0MiIvPjxwYXRoIGQ9Ik0tMTAwIDQxNSBDIDI1MCAyNzUsIDQ3MCA3MDUsIDgyMCA0ODUgUyAxMzIwIDIzNSwgMTY2MCA1NjUiLz48cGF0aCBkPSJNLTEwMCA0MzggQyAyNTAgMjk4LCA0NzAgNzI4LCA4MjAgNTA4IFMgMTMyMCAyNTgsIDE2NjAgNTg4Ii8+PHBhdGggZD0iTS0xMDAgNDYxIEMgMjUwIDMyMSwgNDcwIDc1MSwgODIwIDUzMSBTIDEzMjAgMjgxLCAxNjYwIDYxMSIvPjxwYXRoIGQ9Ik0tMTAwIDQ4NCBDIDI1MCAzNDQsIDQ3MCA3NzQsIDgyMCA1NTQgUyAxMzIwIDMwNCwgMTY2MCA2MzQiLz48cGF0aCBkPSJNLTEwMCA1MDcgQyAyNTAgMzY3LCA0NzAgNzk3LCA4MjAgNTc3IFMgMTMyMCAzMjcsIDE2NjAgNjU3Ii8+PHBhdGggZD0iTS0xMDAgNTMwIEMgMjUwIDM5MCwgNDcwIDgyMCwgODIwIDYwMCBTIDEzMjAgMzUwLCAxNjYwIDY4MCIvPjxwYXRoIGQ9Ik0tMTAwIDU1MyBDIDI1MCA0MTMsIDQ3MCA4NDMsIDgyMCA2MjMgUyAxMzIwIDM3MywgMTY2MCA3MDMiLz48cGF0aCBkPSJNLTEwMCA1NzYgQyAyNTAgNDM2LCA0NzAgODY2LCA4MjAgNjQ2IFMgMTMyMCAzOTYsIDE2NjAgNzI2Ii8+PHBhdGggZD0iTS0xMDAgNTk5IEMgMjUwIDQ1OSwgNDcwIDg4OSwgODIwIDY2OSBTIDEzMjAgNDE5LCAxNjYwIDc0OSIvPjxwYXRoIGQ9Ik0tMTAwIDYyMiBDIDI1MCA0ODIsIDQ3MCA5MTIsIDgyMCA2OTIgUyAxMzIwIDQ0MiwgMTY2MCA3NzIiLz48cGF0aCBkPSJNLTEwMCA2NDUgQyAyNTAgNTA1LCA0NzAgOTM1LCA4MjAgNzE1IFMgMTMyMCA0NjUsIDE2NjAgNzk1Ii8+PC9nPjxjaXJjbGUgY3g9IjEyMTAiIGN5PSIzNDAiIHI9IjIxMCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZWZmYWZmIiBzdHJva2Utb3BhY2l0eT0iLjI1Ii8+PGNpcmNsZSBjeD0iMTIxMCIgY3k9IjM0MCIgcj0iMjE4IiBmaWxsPSJub25lIiBzdHJva2U9IiNlZmZhZmYiIHN0cm9rZS1vcGFjaXR5PSIuMTIiLz48L3N2Zz4=') center/cover;z-index:0}.about-photo>img{position:absolute;inset:-9% 0;width:100%;height:118%;object-fit:cover;object-position:center 48%;opacity:0;transition:opacity .4s;z-index:1;will-change:transform}.about-photo.photo-loaded>img{opacity:1}.photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,#06131e9c);z-index:2}.about-photo blockquote{position:absolute;bottom:80px;left:60px;z-index:3;color:#fff;font-family:var(--display);font-size:clamp(32px,4vw,58px);font-weight:600;letter-spacing:-.035em;line-height:1.06}.about-photo figcaption{position:absolute;bottom:25px;left:60px;right:25px;font-size:10px;color:#ffffffb5;z-index:3}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin-top:60px}.about-values article>span{display:block;font-size:11px;letter-spacing:.08em;color:#9499a0;margin-bottom:17px}.about-values h3{font-size:24px;line-height:1.15;letter-spacing:-.025em;margin-bottom:14px}.about-values p{font-size:17px;color:var(--muted);letter-spacing:-.018em;line-height:1.5;max-width:340px}
/* Example approaches, explicitly not case studies */
.scenarios{padding:110px 0 95px}.scenarios .section-head{margin-bottom:37px}.scenario-tabs{display:flex;gap:8px;margin-bottom:28px;overflow-x:auto;padding:4px 3px;scrollbar-width:none}.scenario-tabs button{white-space:nowrap;background:#e8e8ed;padding:12px 19px;border-radius:99px;font-size:13px;color:#686870;transition:background .2s,color .2s}.scenario-tabs button[aria-selected=true]{color:#fff;background:#1d1d1f}.scenario-panel{background:white;border-radius:28px;min-height:396px;display:grid;grid-template-columns:1.15fr 1fr;gap:60px;padding:55px 60px;align-items:center}.scenario-copy .eyebrow{font-size:13px;color:var(--soft);margin-bottom:20px}.scenario-copy h3{font-size:43px;line-height:1.085;letter-spacing:-.035em}.scenario-copy>p:not(.eyebrow){font-size:17px;line-height:1.5;color:var(--muted);margin-top:22px;max-width:450px}.scenario-visual{position:relative;padding:15px 0 10px 30px}.scenario-symbol{width:75px;height:75px;background:linear-gradient(140deg,#f9fbfd,#e4edf3);border:1px solid #d9e3eb;border-radius:22px;display:grid;place-items:center;margin-bottom:25px;box-shadow:0 12px 25px #516d8712;transform:rotate(-6deg)}.scenario-symbol svg{width:30px;height:30px;color:#6d8ca5}.scenario-steps{list-style:none;margin:0;padding:0;position:relative}.scenario-steps:before{content:"";position:absolute;top:18px;bottom:20px;left:15px;width:1px;background:#d8e3ed}.scenario-steps li{display:flex;align-items:center;gap:16px;position:relative;font-size:14px;color:#63727e;margin-bottom:17px}.scenario-steps span{width:31px;height:31px;border:1px solid #dce5ed;border-radius:50%;background:#fbfcfd;display:grid;place-items:center;font-size:10px;color:#7a8f9f;z-index:1}.scenario-steps li:last-child{margin-bottom:0}
/* FAQ, close and footer */
.faq{padding:120px 0}.faq-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:90px}.faq h2{font-size:44px;line-height:1.09}.faq .text-link{margin-top:25px}.faq-items{border-top:1px solid #dcdce1}.faq details{border-bottom:1px solid #dcdce1}.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:23px 0;font-size:17px;letter-spacing:-.019em;font-weight:600;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq summary svg{width:18px;height:18px;stroke:#85858d;transition:transform .25s}.faq details[open] summary svg{transform:rotate(45deg)}.faq details p{font-size:16px;color:var(--muted);line-height:1.55;letter-spacing:-.012em;padding:0 30px 24px 0}.contact{position:relative;isolation:isolate;overflow:hidden;padding:112px 0 96px;background:#f5f5f7}.contact h2{font-size:clamp(46px,6.2vw,88px);line-height:1.03;letter-spacing:-.043em}.contact .lead{font-size:23px}.contact .actions{margin-top:33px}.contact-email{display:inline-block;font-size:14px;color:var(--muted);margin-top:20px;padding:9px}.contact-email:hover{color:var(--blue)}.contact-orbit{position:absolute;width:1600px;height:880px;border:1px solid #d7e1eb;border-radius:50%;left:calc(50% - 800px);top:70px;z-index:-1;box-shadow:0 0 0 90px #f5f5f7,0 0 0 91px #e3e9ef;transform:rotate(-12deg)}footer{background:#f5f5f7;color:#67676c;padding:0 0 28px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:39px 0;border-top:1px solid #dcdce1}.footer-top .brand{color:var(--ink);font-size:27px}.footer-top>p{font-size:12px;color:#88888f}.footer-links{display:grid;grid-template-columns:1fr 1fr 1.1fr 1.1fr;gap:30px;padding-bottom:41px}.footer-links h3{font-family:var(--text);font-size:11px;font-weight:600;color:#2b2b30;letter-spacing:0;margin-bottom:15px}.footer-links a,.footer-links button{display:block;width:fit-content;font-size:11px;color:#73737a;margin-bottom:11px;text-align:left}.footer-links a:hover,.footer-links button:hover{text-decoration:underline}.footer-statement{font-size:20px;line-height:1.25;letter-spacing:-.03em;color:#47474d;font-weight:600;padding-left:35px}.footer-statement span{color:#9b9ba2}.footer-bottom{display:flex;align-items:center;gap:28px;border-top:1px solid #dcdce1;padding-top:18px;font-size:10px;color:#87878f}.footer-bottom>span:last-child{margin-left:auto}.footer-bottom button:hover{text-decoration:underline}.motion-toggle{position:fixed;right:20px;bottom:20px;z-index:30;border-radius:99px;background:rgba(240,242,245,.92);border:1px solid #d6dce3;backdrop-filter:blur(12px);display:flex;align-items:center;gap:6px;padding:10px 13px;color:#606d7a;box-shadow:0 3px 16px #23313f0b}.motion-toggle svg{width:14px;height:14px}.motion-toggle span{font-size:10px}.motion-toggle[aria-pressed=true]{background:#e5eef6;color:#375878}
/* Real dialogs, validation, focus trapping provided by native dialog. */
dialog{width:820px;max-width:calc(100vw - 40px);max-height:calc(100svh - 48px);border:0;border-radius:28px;padding:0;background:#fff;color:var(--ink);overflow:auto;overscroll-behavior:contain;box-shadow:0 30px 100px #0003}dialog::backdrop{background:rgba(10,15,22,.42);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}dialog[open]{animation:dialog-in .28s var(--ease)}@keyframes dialog-in{from{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:none}}.dialog-close{position:absolute;top:20px;right:20px;z-index:5;width:36px;height:36px}.dialog-close svg{transform:rotate(45deg)}.dialog-body{padding:64px}.dialog-body .eyebrow{font-size:15px;color:#85858c;margin-bottom:16px}.dialog-body h2{font-size:49px;line-height:1.07;max-width:630px;letter-spacing:-.035em}#detail-copy{font-size:20px;line-height:1.5;color:var(--muted);letter-spacing:-.015em;margin-top:25px}#detail-copy p+p{margin-top:20px}#detail-copy a{color:var(--blue);text-decoration:underline}#detail-list{margin-top:30px;display:grid;gap:15px}.detail-point{display:flex;align-items:center;gap:12px;font-size:15px;color:#5c6570}.detail-point svg{width:19px;height:19px;color:#7a9db6}.detail-cta{margin-top:35px}.notes-copy h3{color:#1d1d1f;font-size:22px;margin-top:27px;margin-bottom:10px}.notes-copy p{font-size:16px}#contact-dialog{width:650px}#contact-dialog .dialog-body{padding:56px 52px 44px}#contact-dialog h2{font-size:42px}.dialog-intro{font-size:15px;line-height:1.5;color:var(--muted);margin-top:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}form{margin-top:26px}form label{display:block;font-size:12px;color:#45454d;margin-bottom:17px}input,select,textarea{width:100%;border:1px solid #c6c6cc;background:#fff;border-radius:11px;padding:13px 14px;min-height:48px;color:var(--ink);font-size:16px;display:block;margin-top:8px;appearance:none;min-width:0}textarea{resize:vertical;min-height:90px}input::placeholder,textarea::placeholder{color:#9b9ba2}select{padding-right:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='m3 5 4 4 4-4' fill='none' stroke='%23888' stroke-width='1.4'/%3E%3C/svg%3E");background-position:right 15px center;background-repeat:no-repeat}.optional{color:#92929a}.form-submit{width:100%;margin-top:5px}.form-note{font-size:10px;line-height:1.5;color:#96969d;text-align:center;margin:13px 8px 0}.email-ready{margin-top:27px}.ready-check{background:#edf5f0;color:#5a9973;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin-bottom:18px}.email-ready h3{font-size:24px;line-height:1.15}.email-ready>p{font-size:14px;color:var(--muted);margin-top:10px}.email-ready pre{background:var(--paper);padding:19px;border-radius:12px;font:13px/1.5 var(--text);white-space:pre-wrap;overflow-wrap:anywhere;max-height:235px;overflow:auto;margin:23px 0}#copy-email{margin-left:15px;font-size:14px}#edit-email{display:flex;font-size:13px;margin-top:17px}#copy-status{min-height:16px;font-size:12px}.noscript-note{padding:30px;text-align:center;background:#f5f5f7}
/* Tablet */
@media(min-width:1600px){.hero-intro{top:65px}.hero-art{width:1080px;height:464px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.nav-links{gap:24px;margin-right:0}.nav{gap:24px}.hero h1{font-size:74px}.hero-destination{left:54%;width:42%}.hero-destination h2{font-size:53px}.hero-destination>p:not(.eyebrow){font-size:19px}.service-gallery{padding-inline:32px}.section-head{gap:30px}.section-head>p{font-size:17px}.about-photo{width:calc(100% - 64px);height:510px}.about-values{gap:35px}.scenario-panel{gap:30px;padding:44px}.scenario-copy h3{font-size:36px}.faq-layout{gap:45px}.faq h2{font-size:38px}}
/* Mobile is composed separately, not a miniature of the desktop. */
@media(max-width:760px){:root{--nav:60px}.wrap{width:calc(100% - 48px)}h2{font-size:39px;line-height:1.09;letter-spacing:-.033em}.eyebrow{font-size:16px;margin-bottom:17px}.lead{font-size:19px;line-height:1.44;margin-top:23px}.btn{font-size:15px;padding:13px 21px;min-height:46px}.btn-small{font-size:12px;min-height:32px;padding:8px 16px}.text-link{font-size:15px}.actions{gap:17px;flex-wrap:wrap}.section-head{display:block;margin-bottom:36px}.section-head>p{font-size:16px;line-height:1.4;margin-top:21px}.nav{width:calc(100% - 40px);gap:16px}.brand{font-size:27px}.nav-links{display:none}.menu-button{display:block}.nav-actions{gap:12px}.hero{height:185svh}.hero-stage{min-height:715px}.hero-intro{left:17px;right:17px;top:40px}.hero-intro .eyebrow{font-size:17px;margin-bottom:18px}.hero h1{font-size:clamp(35px,10.85vw,62px);letter-spacing:-.047em;line-height:1.06}.hero-description{font-size:18px;line-height:1.45;margin-top:23px}.hero .actions{gap:9px 18px;margin-top:25px;max-width:400px;margin-inline:auto}.hero .actions .btn{font-size:14px;min-height:46px}.hero .actions .text-link{font-size:14px}.hero-art{width:620px;height:310px;top:405px}.sculpture{width:56%;left:22%;top:0}.signal{font-size:10px;padding:10px 12px;border-radius:13px;gap:7px}.signal svg{width:16px;height:16px}.signal-a{left:23%;top:1%;transform:rotate(-7deg)}.signal-b{right:18%;top:28%;transform:rotate(6deg)}.signal-c{left:20%;bottom:17%}.signal-d{right:23%;bottom:2%}.hero-connections{width:115%;left:-7.5%}.hero-destination{left:24px;right:24px;width:auto;max-width:460px;margin-inline:auto;top:380px;text-align:center}.hero-destination .eyebrow{font-size:15px}.hero-destination h2{font-size:40px;line-height:1.07}.hero-destination h2 span br{display:none}.hero-destination>p:not(.eyebrow){font-size:17px;line-height:1.46;max-width:365px;margin:20px auto 0}.hero-destination .text-link{margin-top:15px}.scroll-hint{font-size:10px;bottom:18px}.scene-progress{bottom:5px}.services{padding:78px 0 43px}.service-gallery{gap:17px;padding-inline:24px;padding-bottom:22px}.service-card{flex-basis:307px;height:480px;border-radius:25px}.service-card-copy{padding:28px 25px}.service-card h3{font-size:27px}.service-card .card-tag{font-size:13px}.service-visual{top:161px}.compass{width:228px;height:228px;top:31px}.reach-core{left:83px}.reach-orbit{left:4px}.rc1{left:39px}.rc2{right:22px}.editorial-card{left:53px}.mini-browser{width:261px;left:24px}.mini-phone{right:15px}.gallery-bottom{margin-top:11px}.gallery-bottom p{font-size:11px;max-width:185px;line-height:1.45}.gallery-buttons{gap:9px}.circle{width:36px;height:36px}.channels{padding:77px 0 74px}.channels h2{font-size:39px;line-height:1.075}.channel-universe{width:730px;height:382px;left:50%;transform:translateX(-50%);margin:25px 0 18px}.universe-center{width:136px;height:136px;left:calc(50% - 68px);top:calc(50% - 68px)}.universe-center strong{font-size:18px}.universe-center span{font-size:10px}.universe-center svg{width:26px;height:26px;margin-bottom:8px}.orbit-node{font-size:10px;padding:11px 13px;border-radius:14px;gap:8px}.orbit-node svg{width:17px;height:17px}.orbit-node:nth-child(n+9){display:none}.channel-explorer-head{margin-bottom:20px;align-items:flex-end;gap:8px}.channel-explorer-head h3{font-size:21px;max-width:180px;line-height:1.12}.channel-explorer-head>span{font-size:11px;white-space:nowrap}.channel-filters{margin-right:-24px;padding-right:24px;gap:7px;padding-bottom:19px}.channel-filters button{font-size:12px;padding:11px 14px}.channel-grid{grid-template-columns:repeat(2,1fr);gap:10px}.channel-card{min-height:141px;padding:17px 15px;border-radius:16px}.channel-card strong{font-size:12px}.channel-card p{font-size:10px;line-height:1.4}.channel-card>svg{width:21px;height:21px;margin-bottom:13px}.channel-card .channel-plus{opacity:1;right:13px;top:17px}.catalog-note{font-size:10px;line-height:1.5;margin-top:22px}.journey{padding:77px 0 75px}.journey-stage{border-radius:21px}.journey-toolbar{padding:18px 18px;font-size:10px}.journey-toolbar>span:nth-child(2){display:none}.tiny-brand{font-size:19px}.journey-track{grid-template-columns:1fr;gap:29px;padding:30px 24px}.journey-step{display:grid;grid-template-columns:62px 1fr;text-align:left;column-gap:20px;align-items:center}.step-icon{width:61px;height:61px;border-radius:18px;margin:0;grid-row:span 2}.step-icon svg{width:24px;height:24px}.journey-step b{font-size:14px;align-self:end;margin-bottom:5px}.journey-step>span:last-child{font-size:11px;align-self:start}.track-line{left:54px;width:1px;top:65px;bottom:60px;height:auto;right:auto}.track-line>span{top:0;left:-3px!important}.journey-feedback{padding:18px;font-size:10px;gap:7px}.journey-feedback>span{display:none}.journey-feedback svg{width:15px;height:15px}.concept-note{font-size:9px;margin-top:14px}.tech-benefits{display:block;margin-top:35px}.tech-benefits article+article{margin-top:25px}.tech-benefits h3{font-size:20px;margin-bottom:8px}.tech-benefits p{font-size:16px;max-width:500px}.about{padding:77px 0 72px}.about-intro h2{font-size:39px}.about-photo{width:calc(100% - 28px);height:475px;margin-top:40px;border-radius:24px}.about-photo blockquote{left:27px;right:20px;bottom:72px;font-size:38px;line-height:1.075}.about-photo figcaption{left:27px;right:27px;bottom:23px;font-size:9px;line-height:1.4}.about-values{display:block;margin-top:37px}.about-values article+article{margin-top:31px}.about-values article>span{margin-bottom:10px}.about-values h3{font-size:24px;margin-bottom:11px}.about-values p{font-size:16px;max-width:500px}.scenarios{padding:76px 0 70px}.scenario-tabs{margin-right:-24px;padding-right:24px;gap:7px;margin-bottom:22px}.scenario-tabs button{font-size:12px;padding:11px 15px}.scenario-panel{display:block;padding:29px 26px;border-radius:24px;min-height:556px}.scenario-copy .eyebrow{font-size:11px;margin-bottom:17px}.scenario-copy h3{font-size:34px;line-height:1.085}.scenario-copy>p:not(.eyebrow){font-size:16px;line-height:1.48;margin-top:20px}.scenario-visual{padding:28px 0 0;display:flex;gap:25px;align-items:flex-start}.scenario-symbol{width:52px;height:52px;flex-shrink:0;border-radius:16px;margin-top:7px}.scenario-symbol svg{width:24px;height:24px}.scenario-steps li{font-size:11px;gap:11px;line-height:1.4;margin-bottom:15px}.scenario-steps span{width:27px;height:27px;flex-shrink:0;font-size:9px}.scenario-steps:before{left:13px}.faq{padding:78px 0 75px}.faq-layout{display:block}.faq h2{font-size:39px}.faq .text-link{margin-top:19px;margin-bottom:34px}.faq summary{font-size:16px;line-height:1.35;padding:21px 0;gap:24px}.faq details p{font-size:15px;line-height:1.5;padding-right:10px}.contact{padding:79px 0 71px}.contact h2{font-size:48px;letter-spacing:-.04em;line-height:1.035}.contact .lead{font-size:19px}.contact .eyebrow{font-size:17px}.contact .btn-large{font-size:16px;min-height:51px;padding:15px 23px}.contact-email{font-size:12px;margin-top:18px}.footer-top{padding:32px 0;align-items:flex-start;flex-direction:column;gap:18px}.footer-top>p{font-size:11px}.footer-links{grid-template-columns:1fr 1fr;gap:27px 20px;padding-bottom:29px}.footer-links a,.footer-links button{font-size:10px;line-height:1.4;min-height:20px}.footer-links h3{font-size:10px;margin-bottom:12px}.footer-statement{font-size:18px;padding:0}.footer-bottom{font-size:9px;flex-wrap:wrap;gap:13px 18px;line-height:1.5}.footer-bottom>span:first-child{width:100%}.footer-bottom>span:last-child{margin-left:0}.motion-toggle{right:12px;bottom:13px;padding:10px;width:35px;height:35px;justify-content:center}.motion-toggle span{display:none}dialog{max-width:calc(100vw - 24px);max-height:calc(100svh - 28px);border-radius:23px}.dialog-body{padding:61px 28px 34px}.dialog-body h2{font-size:35px;line-height:1.08}.dialog-body .eyebrow{font-size:13px}#detail-copy{font-size:17px;line-height:1.5;margin-top:22px}.detail-point{font-size:13px}.detail-cta{margin-top:29px;font-size:14px}.dialog-close{right:16px;top:16px;width:32px;height:32px}#contact-dialog .dialog-body{padding:60px 26px 30px}#contact-dialog h2{font-size:34px}.dialog-intro{font-size:14px}.form-row{gap:13px}form label{font-size:11px}input,select,textarea{padding:12px 11px;font-size:16px}.form-submit{font-size:14px}.form-note{font-size:9px}.email-ready h3{font-size:23px}#copy-email{margin:12px 0 0;display:flex}.notes-copy h3{font-size:20px}.notes-copy p{font-size:15px}}
@media(max-width:370px){.wrap{width:calc(100% - 40px)}.hero-intro{left:14px;right:14px;top:34px}.hero h1{font-size:36px}.hero-description{font-size:16px}.hero .actions{max-width:280px;gap:3px}.hero .actions .text-link{min-height:35px}.hero-art{width:550px;height:290px}.hero-destination{left:20px;right:20px}.hero-destination h2{font-size:35px}.hero-destination>p:not(.eyebrow){font-size:16px}.hero-destination .eyebrow{margin-bottom:14px}.service-gallery{padding-inline:20px}.service-card{flex-basis:280px;height:468px}.service-card h3{font-size:25px}.service-card-copy{padding:26px 23px}.channels h2,.about-intro h2,h2{font-size:35px}.channel-explorer-head h3{font-size:20px}.scenario-panel{padding:27px 22px}.scenario-copy h3{font-size:30px}.scenario-visual{gap:16px}.scenario-symbol{width:43px;height:43px;border-radius:13px}.contact h2{font-size:43px}.footer-links{gap:28px 15px}}
/* Short screens and user-selected reduced motion get all content without a pinned scroll track. */
@media(max-height:700px){.hero{height:auto}.hero-stage{height:auto;min-height:0;position:relative;top:0;padding:50px 0 65px}.hero-intro{position:relative;left:auto;right:auto;top:auto;margin:0 20px;transform:none!important;opacity:1!important;visibility:visible!important}.hero-art{position:relative;top:auto!important;left:50%!important;margin:28px 0 0;width:min(900px,120vw);height:370px;transform:translateX(-50%)!important}.sculpture{top:0}.hero-destination{position:relative;top:auto!important;left:auto;right:auto;width:calc(100% - 48px);max-width:700px;margin:20px auto 0;text-align:center;transform:none!important;opacity:1!important;visibility:visible!important}.hero-destination h2 span br{display:none}.hero-destination>p:not(.eyebrow){margin:22px auto 0}.scroll-hint,.scene-progress{display:none}}
@media(max-width:760px) and (max-height:700px){.hero-stage{padding-top:40px}.hero-art{height:275px;width:550px;margin-top:27px}.hero-destination{margin-top:12px}.hero-destination h2{font-size:36px}.hero-destination>p:not(.eyebrow){font-size:17px}}
.reduce-motion{scroll-behavior:auto}.reduce-motion *, .reduce-motion *:before,.reduce-motion *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reduce-motion .reveal{opacity:1!important;transform:none!important}.reduce-motion .hero{height:auto}.reduce-motion .hero-stage{height:auto;min-height:0;position:relative;top:0;padding:55px 0 70px}.reduce-motion .hero-intro{position:relative;left:auto;right:auto;top:auto;margin:0 20px;transform:none!important;opacity:1!important;visibility:visible!important}.reduce-motion .hero-art{position:relative;top:auto!important;left:50%!important;margin:30px 0 0;transform:translateX(-50%)!important;width:min(930px,125vw);height:410px}.reduce-motion .hero-destination{position:relative;left:auto;right:auto;top:auto!important;width:calc(100% - 48px);max-width:750px;margin:30px auto 0;text-align:center;opacity:1!important;visibility:visible!important;transform:none!important}.reduce-motion .hero-destination h2 span br{display:none}.reduce-motion .hero-destination>p:not(.eyebrow){margin:22px auto 0;max-width:620px}.reduce-motion .scroll-hint,.reduce-motion .scene-progress{display:none}.reduce-motion .journey-stage{transform:none!important}.reduce-motion .about-photo{clip-path:none!important}.reduce-motion .about-photo>img{transform:none!important}.reduce-motion .orbit-node{transform:translate(-50%,-50%) rotate(var(--r))!important}.reduce-motion .signal{opacity:1!important}
@media(max-width:760px){.reduce-motion .hero-art{width:600px;height:315px;margin-top:25px}.reduce-motion .hero-destination{margin-top:10px}.reduce-motion .hero-destination h2{font-size:36px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important}}
@media(prefers-contrast:more){:root{--muted:#4d4d52;--soft:#5a5a60}.catalog-note,.concept-note{color:#55555b}.channel-card p{color:#5a5a62}.hero h1 span{color:#55555b}.nav-links a{color:#111}}

.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}
@media(max-width:760px){.orbit-node{left:calc(var(--mx)*1%);top:calc(var(--my)*1%)}}

@media(max-width:760px){.signal-b{right:20%}}
@media(max-width:370px){.channel-filters,.scenario-tabs{margin-right:-20px;padding-right:20px}}
/* Keep the first gallery card aligned with the content grid; preserve image proportions. */
img{height:auto}
.about-photo>img{height:118%}
.service-gallery{scroll-padding-inline:max(48px,calc((100vw - var(--max))/2))}
@media(max-width:1100px){.service-gallery{scroll-padding-inline:32px}}
@media(max-width:760px){.service-gallery{scroll-padding-inline:24px}}
@media(max-width:370px){.service-gallery{scroll-padding-inline:20px}}

/* HARPOT v3 / An explorable growth system, not an abstract illustration. */
.engine{--engine-accent:#a4cfff;--engine-progress:0;background:#080a0e;color:#f5f5f7;position:relative;isolation:isolate;scroll-margin-top:0}
.engine-stage{position:relative;padding:86px 0 35px;overflow:clip;background:radial-gradient(ellipse at 73% 59%,rgba(52,99,152,.16),transparent 54%)}
.engine-stage:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.015),transparent 50%);z-index:-1}
.engine-head{display:flex;justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:45px}
.engine-head .eyebrow{color:#a1a5ae;font-size:17px;margin-bottom:18px}
.engine-head h2{font-size:clamp(42px,4.6vw,64px);line-height:1.045;letter-spacing:-.04em}
.engine-head h2 span{color:#9297a2}
.engine-intro{color:#a1a6b0;max-width:282px;padding-bottom:5px;font-size:17px;line-height:1.5;letter-spacing:-.018em}
.engine-console{position:relative;border:1px solid #2b303a;border-radius:30px;background:linear-gradient(130deg,rgba(24,28,36,.86),rgba(14,18,24,.94));box-shadow:inset 0 1px 0 #ffffff06,0 36px 100px #0003;overflow:hidden}
.engine-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid #2a2f39;background:#ffffff02;position:relative;padding:0 28px}
.engine-tabs button{position:relative;display:flex;align-items:center;gap:13px;text-align:left;color:#9da4b0;font-size:14px;font-weight:500;min-height:76px;padding:18px 22px;transition:color .3s,background .3s;isolation:isolate}
.engine-tabs button:hover{color:#fff;background:#ffffff03}
.engine-tab-index{width:27px;height:27px;display:grid;place-items:center;flex-shrink:0;border:1px solid #424853;border-radius:50%;font-size:10px;font-weight:500;letter-spacing:0;transition:background .35s,border-color .35s,color .35s}
.engine-tabs button[aria-selected=true]{color:#f5f5f7}
.engine-tabs button[aria-selected=true] .engine-tab-index{background:#d9e9fb;border-color:#d9e9fb;color:#172434}
.engine-tabs button:after{content:"";height:2px;position:absolute;bottom:-1px;left:22px;right:22px;background:#a4cfff;transform:scaleX(0);transform-origin:left;transition:transform .45s var(--ease);box-shadow:0 0 13px #6aafff55}
.engine-tabs button[aria-selected=true]:after{transform:scaleX(1)}
.engine-panel{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.3fr);align-items:center;gap:48px;padding:42px;outline-offset:-4px}
.engine-copy{min-width:0;padding:4px 0 6px 4px}
.engine-step{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--engine-accent);display:block;margin-bottom:19px}
.engine-copy h3{font-size:clamp(29px,2.7vw,38px);line-height:1.095;letter-spacing:-.036em;min-height:84px;text-wrap:balance}
.engine-copy>p{font-size:17px;line-height:1.53;letter-spacing:-.015em;color:#a6adb9;margin-top:19px;min-height:104px;max-width:360px}
.engine-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:21px}
.engine-tags span{border:1px solid #343c49;background:#ffffff03;color:#c0c8d4;border-radius:99px;padding:6px 10px;font-size:10px;line-height:1.4}
.engine-output{border-top:1px solid #2c333e;display:flex;align-items:flex-start;gap:10px;margin-top:24px;padding-top:19px;max-width:356px}
.engine-output>svg{width:17px;height:17px;color:var(--engine-accent);margin-top:3px}
.engine-output small{display:block;font-size:9px;font-weight:500;text-transform:uppercase;letter-spacing:.09em;color:#939cab;margin-bottom:5px}
.engine-output strong{font-size:12px;font-weight:500;line-height:1.5;color:#d3dbe6;display:block}
.engine-copy.is-entering{animation:engine-copy-in .5s var(--ease) both}
@keyframes engine-copy-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.engine-product{align-self:center;border-radius:21px;min-width:0;background:#0d131c;border:1px solid #303e50;box-shadow:0 25px 55px #0003,inset 0 1px 0 #ffffff0a;overflow:hidden;position:relative;transform:translateZ(0)}
.engine-product:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px 0 #ffffff0a;pointer-events:none}
.engine-product-bar{height:49px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #2a3545;padding:0 21px;background:linear-gradient(90deg,#1c2634,#16202c)}
.engine-product-brand{font-size:19px;font-weight:600;letter-spacing:-.065em;color:#ebf0f8}
.engine-product-caption{color:#a7b3c4;font-size:10px;letter-spacing:.01em}
.engine-product-dot{width:5px;height:5px;background:#93b7db;border-radius:50%;box-shadow:0 0 8px #81b8f655;display:inline-block;margin-right:6px;vertical-align:2px}
.engine-scenes{height:335px;position:relative;background:radial-gradient(ellipse at 50% 55%,#20375150,transparent 80%);isolation:isolate}
.engine-scenes:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#b7cfea28 .65px,transparent .65px);background-size:18px 18px;opacity:.35;pointer-events:none;mask-image:linear-gradient(transparent,#000 30%,#000 70%,transparent)}
.engine-scene{position:absolute;inset:0;padding:25px 28px;display:flex;flex-direction:column;justify-content:center;align-items:center}
.engine-scene.is-active{animation:engine-scene-in .6s var(--ease) both}
@keyframes engine-scene-in{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}
.scene-caption{font-size:11px;letter-spacing:-.006em;color:#94a5b9;text-align:center;line-height:1.5}
.scene-inputs{display:flex;gap:8px;justify-content:center;width:100%;position:relative;padding-bottom:27px}
.scene-inputs:after{content:"";position:absolute;bottom:0;left:50%;height:27px;width:1px;background:linear-gradient(#3b5775,#9bbfe7)}
.scene-inputs span{font-size:10px;line-height:1.4;padding:9px 14px;border:1px solid #354459;background:#182536;border-radius:9px;color:#bdd0e4;white-space:nowrap;box-shadow:0 5px 12px #0001}
.profile-card{width:100%;max-width:380px;border-radius:16px;border:1px solid #647c95;background:linear-gradient(125deg,#263b51,#172637 90%);padding:20px 23px;position:relative;box-shadow:0 18px 30px #0003,0 0 40px #598cc317,inset 0 1px 0 #ffffff1a}
.profile-card:before{content:"";position:absolute;height:3px;width:52px;border-radius:3px;left:calc(50% - 26px);top:-2px;background:#afdaff;box-shadow:0 0 20px #81bfff55}
.profile-top{display:flex;align-items:center;gap:11px;padding-bottom:17px;border-bottom:1px solid #718ba630}
.profile-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#aec4db,#6686a6);color:#172c40;box-shadow:inset 0 1px 0 #ffffff70}
.profile-avatar svg{width:20px;height:20px}
.profile-top strong{font-size:18px;letter-spacing:-.03em;font-weight:500;display:block;color:#f1f5fb}
.profile-top small{display:block;font-size:9px;color:#b2c4d9;margin-top:2px}
.profile-badge{font-size:9px;line-height:1;margin-left:auto;align-self:flex-start;color:#bfd6ee;border:1px solid #6c8dae77;border-radius:5px;padding:5px 7px}
.profile-row{display:grid;grid-template-columns:70px 1fr 13px;align-items:center;gap:12px;padding-top:14px;line-height:1.35;font-size:10px;color:#e0e9f4}
.profile-row span{color:#a9bcd1}
.profile-row b{font-weight:400}
.profile-row svg{width:13px;height:13px;color:#aed6ff}
.engine-scene .scene-caption:last-child{margin-top:17px}
.build-heading{font-size:20px;font-weight:500;letter-spacing:-.033em;margin-bottom:30px;color:#e0e9f4}
.build-chain{width:100%;display:grid;grid-template-columns:1fr 23px 1fr 23px 1fr;align-items:center;gap:0;position:relative}
.build-module{height:146px;border:1px solid #3d4c61;border-radius:15px;padding:16px 10px 14px;background:linear-gradient(140deg,#223045,#132032);text-align:center;box-shadow:0 12px 20px #0002;position:relative}
.build-module.is-highlighted{background:linear-gradient(140deg,#ebf2fa,#b8cfe5);color:#233750;border-color:#dbebfc;box-shadow:0 15px 40px #4d86c326}
.build-module>svg{margin:0 auto 12px;width:25px;height:25px;color:#b3cee8}
.build-module.is-highlighted>svg{color:#3f668c}
.build-module strong{display:block;font-size:13px;font-weight:500;letter-spacing:-.02em}
.build-module small{display:block;font-size:9px;color:#9bacc1;margin-top:5px;line-height:1.4}
.build-module.is-highlighted small{color:#4b6580}
.module-detail{height:17px;max-width:57px;border:1px solid #6e8aa950;border-radius:5px;display:flex;align-items:center;gap:4px;justify-content:center;margin:13px auto 0}
.module-detail i{width:5px;height:5px;background:#94bce5;border-radius:2px}
.is-highlighted .module-detail{border-color:#779bbb55}
.is-highlighted .module-detail i{background:#577ea4}
.build-connector{height:1px;background:#506b8a;position:relative;overflow:visible}
.build-connector:after{content:"";width:4px;height:4px;border-radius:50%;position:absolute;top:-1.5px;left:0;background:#c7e4ff;box-shadow:0 0 9px #8ac4ff}
.engine-scene.is-active .build-connector:after{animation:engine-travel-x 1.1s .35s var(--ease) both}
@keyframes engine-travel-x{from{left:0;opacity:0}20%{opacity:1}to{left:100%;opacity:1}}
.build-result{display:flex;align-items:center;gap:8px;border-top:1px solid #354458;padding-top:18px;margin-top:24px;color:#b6c9de;font-size:10px;width:100%;justify-content:center}
.build-result svg{width:15px;height:15px;color:#9fcaed}
.engine-scene.is-active .build-module{animation:engine-node-in .65s var(--ease) both}
.engine-scene.is-active .build-module:nth-of-type(3){animation-delay:.1s}
.engine-scene.is-active .build-module:nth-of-type(5){animation-delay:.2s}
@keyframes engine-node-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.activation-sources{display:flex;align-items:center;gap:8px;margin-bottom:23px}
.activation-sources span{display:flex;align-items:center;gap:5px;font-size:9px;color:#aebfd2;background:#1a293b;border:1px solid #34485f;padding:7px 10px;border-radius:99px;white-space:nowrap}
.activation-sources svg{width:12px;height:12px}
.conversation-stack{width:100%;max-width:376px;display:flex;flex-direction:column;gap:9px;position:relative;isolation:isolate}
.conversation-stack:before{content:"";position:absolute;top:20px;bottom:30px;left:23px;width:1px;background:#627f9e;z-index:-1}
.conversation-item{display:flex;align-items:center;gap:12px;border:1px solid #384b63;border-radius:13px;background:#19293b;padding:13px 17px 13px 12px;box-shadow:0 8px 18px #0002}
.conversation-item:nth-child(2){margin-left:14px;background:#22384f}
.conversation-item:nth-child(3){margin-left:28px;background:linear-gradient(130deg,#f0f6fc,#cbdff1);color:#263c52;border-color:#e8f4ff;padding-block:17px;box-shadow:0 14px 35px #2f75b92b}
.conversation-symbol{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#9dbfe019;color:#b4d4f4;flex-shrink:0}
.conversation-symbol svg{width:17px;height:17px}
.conversation-item:last-child .conversation-symbol{background:#7d9fbe33;color:#456f99}
.conversation-item strong{font-size:12px;font-weight:500;letter-spacing:-.01em;display:block;line-height:1.25}
.conversation-item small{font-size:9px;color:#acbfd3;display:block;line-height:1.5;margin-top:3px}
.conversation-item:last-child small{color:#52708c}
.conversation-item>svg{width:16px;height:16px;margin-left:auto;color:#456f99}
.engine-scene.is-active .conversation-item{animation:engine-node-in .7s var(--ease) both}
.engine-scene.is-active .conversation-item:nth-child(2){animation-delay:.13s}
.engine-scene.is-active .conversation-item:nth-child(3){animation-delay:.26s}
.learning-board{width:100%;max-width:386px;background:linear-gradient(125deg,#223349,#152335);border:1px solid #4c6580;border-radius:16px;padding:22px;box-shadow:0 18px 35px #0003}
.learning-heading{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #3b5069;padding-bottom:17px;margin-bottom:19px}
.learning-heading strong{font-size:17px;font-weight:500;letter-spacing:-.035em}
.learning-heading>svg{color:#9bc9f6;width:22px;height:22px}
.learning-row{display:grid;grid-template-columns:76px 1fr 56px;align-items:center;gap:13px;font-size:10px;margin-top:17px;color:#cfdfef}
.learning-row>span:last-child{font-size:9px;color:#a5c9e7;text-align:right}
.learning-track{height:4px;border-radius:99px;background:#405871;position:relative;overflow:visible}
.learning-track:before{content:"";position:absolute;inset:0;width:var(--setting);border-radius:99px;background:linear-gradient(90deg,#688bad,#abcff0)}
.learning-track:after{content:"";position:absolute;top:-3px;left:var(--setting);margin-left:-5px;width:10px;height:10px;border-radius:50%;background:#d8eafd;box-shadow:0 0 0 3px #a4cfff12}
.engine-scene.is-active .learning-track:after{animation:engine-adjust 1.1s .15s var(--ease) both}
.engine-scene.is-active .learning-track:before{animation:engine-adjust-fill 1.1s .15s var(--ease) both}
@keyframes engine-adjust{from{left:20%}to{left:var(--setting)}}
@keyframes engine-adjust-fill{from{width:20%}to{width:var(--setting)}}
.learning-footer{font-size:9px;color:#9eb4cc;border-top:1px solid #3b5069;padding-top:17px;margin-top:23px;display:flex;align-items:center;gap:7px;line-height:1.5}
.learning-footer svg{width:12px;height:12px}
.learning-loop{display:flex;align-items:center;gap:11px;margin-top:21px;font-size:10px;color:#a9c0d8}
.learning-loop svg{width:13px;height:13px;color:#7594b5}
.engine-product-foot{height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #263344;background:#111c29;padding:0 20px;font-size:9px;color:#92a4ba}
.engine-product-foot>span:last-child{color:#afc7df}
.engine-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:19px 2px 0}
.engine-scroll-note{font-size:11px;color:#9197a2}
.engine-next{display:none}
.engine-pagination{font-size:11px;color:#bbc2ce;letter-spacing:.04em;display:flex;align-items:center;gap:16px;white-space:nowrap}
.engine-pagination span:last-child{color:#7d8796}
.engine-scroll-track{width:100px;height:2px;background:#303741;display:block;overflow:hidden;border-radius:2px}
.engine-scroll-track i{height:100%;width:100%;display:block;background:#aecff3;transform:scaleX(var(--engine-progress));transform-origin:left;transition:transform .18s linear}
.engine-commitment{border-top:1px solid #272c35;padding:25px 2px 0;margin-top:25px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.engine-commitment>p{display:flex;align-items:center;gap:11px;font-size:12px;line-height:1.5;color:#a2aab6}
.engine-commitment>p svg{width:18px;height:18px;color:#a4cfff}
.engine-commitment a{display:inline-flex;align-items:center;gap:7px;color:#b6d8ff;font-size:12px;min-height:30px}
.engine-commitment a:hover{text-decoration:underline;text-underline-offset:4px}
.engine-commitment a svg{width:14px;height:14px}
@media(min-width:901px) and (min-height:761px){
 .engine.is-pinned{height:290svh}
 .engine.is-pinned .engine-stage{position:sticky;top:var(--nav);height:calc(100svh - var(--nav));min-height:0;display:flex;flex-direction:column;justify-content:center;padding-top:28px;padding-bottom:24px}
 .engine.is-pinned .engine-head{margin-bottom:28px}
 .engine.is-pinned .engine-panel{padding-top:34px;padding-bottom:34px}
 .engine.is-pinned .engine-tabs button{min-height:70px}
 .engine.is-pinned .engine-scenes{height:clamp(285px,calc(50svh - 180px),335px)}
 .engine.is-pinned .engine-commitment{margin-top:21px;padding-top:18px}
}
@media(min-width:901px) and (min-height:761px) and (max-height:960px){
 .engine.is-pinned .engine-stage{padding-top:24px;padding-bottom:22px}
 .engine.is-pinned .engine-head{margin-bottom:24px}
 .engine.is-pinned .engine-head h2{font-size:clamp(38px,3.45vw,46px)}
 .engine.is-pinned .engine-head .eyebrow{font-size:14px;margin-bottom:10px}
 .engine.is-pinned .engine-intro{font-size:15px}
 .engine.is-pinned .engine-tabs button{min-height:56px;padding-top:14px;padding-bottom:14px}
 .engine.is-pinned .engine-panel{padding:22px 34px;gap:34px}
 .engine.is-pinned .engine-scenes{height:264px}
 .engine.is-pinned .engine-copy h3{font-size:32px;min-height:70px}
 .engine.is-pinned .engine-copy>p{font-size:15px;margin-top:14px;min-height:92px}
 .engine.is-pinned .engine-output{margin-top:17px;padding-top:14px}
 .engine.is-pinned .engine-tags{margin-top:15px}
 .engine.is-pinned .engine-step{margin-bottom:14px}
 .engine.is-pinned .engine-product-bar{height:41px}
 .engine.is-pinned .engine-product-foot{height:30px}
 .engine.is-pinned .profile-card{padding:16px 20px}
 .engine.is-pinned .profile-row{padding-top:11px}
 .engine.is-pinned .engine-scene{padding:20px 24px}
 .engine.is-pinned .learning-board{padding:17px 22px}
 .engine.is-pinned .activation-sources{margin-bottom:15px}
 .engine.is-pinned .conversation-item{padding-top:10px;padding-bottom:10px}
 .engine.is-pinned .engine-bottom{padding-top:14px}
 .engine.is-pinned .engine-commitment{margin-top:12px;padding-top:10px}
}
/* A commitment, not a badge hidden in the footer. */
.guarantee{padding:115px 0 110px;background:#fff;position:relative;overflow:clip}
.guarantee-heading .eyebrow{display:flex;justify-content:center;align-items:center;gap:9px;color:#5e6772;font-size:16px;margin-bottom:22px}
.guarantee-heading .eyebrow svg{width:20px;height:20px;color:#55728e}
.guarantee-heading h2{font-size:clamp(44px,5.5vw,76px);line-height:1.035;letter-spacing:-.046em}
.guarantee-heading h2 span{color:#878b93}
.guarantee-heading>p:last-child{font-size:21px;line-height:1.45;color:var(--muted);letter-spacing:-.02em;margin:25px auto 0;max-width:670px}
.guarantee-card{position:relative;isolation:isolate;display:grid;grid-template-columns:1.04fr 1fr;gap:55px;align-items:center;border:1px solid #e3e7ec;border-radius:32px;max-width:1100px;margin:51px auto 0;padding:60px 65px;background:linear-gradient(125deg,#f9fafc 0%,#f0f3f7 45%,#f8f9fb 100%);box-shadow:0 24px 65px #293e5c09,inset 0 1px 0 #fff;overflow:hidden}
.guarantee-card:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 0%,#fff 10%,transparent 66%);pointer-events:none;z-index:-1}
.guarantee-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 30%,#ffffff80 48%,transparent 65%);transform:translateX(-110%);z-index:2}
.motion-ready:not(.reduce-motion) .guarantee-card.is-visible:after{animation:guarantee-shine 1.75s .2s var(--ease) both}
@keyframes guarantee-shine{from{transform:translateX(-110%)}to{transform:translateX(110%)}}
.guarantee-figure{text-align:center;padding:7px 0 12px;position:relative}
.guarantee-value{font-family:var(--display);font-size:clamp(120px,13vw,185px);font-weight:600;line-height:.91;letter-spacing:-.07em;display:flex;align-items:baseline;justify-content:center;white-space:nowrap;padding-right:.05em;transform-origin:center 80%}
.guarantee-value>span{padding-right:.085em;margin-right:-.075em;background:linear-gradient(155deg,#1d293a 20%,#526980 58%,#26394c 78%);-webkit-background-clip:text;background-clip:text;color:transparent}
.guarantee-value>small{font-size:.49em;line-height:1;font-weight:500;letter-spacing:-.075em;margin-left:.045em;color:#75899e}
.guarantee-figure>p{font-size:13px;letter-spacing:-.01em;color:#637082;margin-top:19px}
.guarantee-seal{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:25px;font-size:10px;line-height:1.4;font-weight:500;letter-spacing:.005em;border:1px solid #cfd8e2;background:#ffffff9c;color:#405b73;border-radius:99px;padding:8px 12px;box-shadow:inset 0 1px 0 #fff}
.guarantee-seal svg{width:13px;height:13px}
.guarantee-copy{max-width:380px;min-width:0}
.guarantee-copy h3{font-size:33px;line-height:1.1;letter-spacing:-.035em}
.guarantee-copy>p{font-size:18px;line-height:1.55;color:#6d7580;letter-spacing:-.015em;margin-top:22px}
.guarantee-copy>p strong{color:#344153;font-weight:500}
.guarantee-copy .text-link{margin-top:17px;font-size:14px}
.guarantee-meta{grid-column:1/-1;border-top:1px solid #dce2e9;padding-top:21px;display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:-6px;font-size:11px;color:#6b7786}
.guarantee-meta span{display:inline-flex;align-items:center;gap:7px}
.guarantee-meta svg{width:15px;height:15px;color:#758ca3}
.guarantee-actions{margin-top:33px}
.guarantee-actions .btn{font-size:17px;padding:14px 25px}
.guarantee-afterword{font-size:12px;color:#848a93;text-align:center;margin-top:17px}
.hero-guarantee{display:flex;align-items:center;justify-content:center;gap:6px;width:fit-content;margin:15px auto 0;color:#727c88;font-size:11px;line-height:1.5;letter-spacing:-.005em}
.hero-guarantee svg{width:14px;height:14px;color:#6e879e}
.hero-guarantee:hover{color:var(--blue)}
.contact-assurance{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;line-height:1.5;color:#6c7786;max-width:470px;margin:20px auto 0}
.contact-assurance:hover{color:var(--blue)}
.contact-assurance svg{width:17px;height:17px;color:#7791ab}
.contact-assurance strong{font-weight:500;color:#384d63}
.dialog-assurance{display:flex;gap:9px;align-items:flex-start;font-size:12px;line-height:1.55;color:#647a90;border:1px solid #dbe5ee;background:#f3f7fb;border-radius:12px;padding:12px 14px;margin:19px 0 0}
.dialog-assurance svg{width:18px;height:18px;color:#6384a5;margin-top:1px}
.dialog-assurance strong{font-weight:600;color:#3a5773}
.guarantee-faq summary{color:#354e68}
.guarantee-faq p strong{font-weight:600;color:#374b63}
@media(max-width:1100px){
 .engine-panel{grid-template-columns:minmax(0,.86fr) minmax(0,1.25fr);gap:28px;padding:30px}
 .engine-head{gap:30px}
 .engine-head h2{font-size:52px}
 .engine-tabs{padding-inline:18px}
 .engine-tabs button{padding-inline:13px;font-size:13px;gap:9px}
 .engine-tabs button:after{left:13px;right:13px}
 .engine-copy h3{font-size:31px}
 .engine-copy>p{font-size:16px}
 .engine-scene{padding-inline:19px}
 .scene-inputs span{font-size:9px;padding-inline:10px}
 .profile-card{padding:18px}
 .build-chain{grid-template-columns:1fr 17px 1fr 17px 1fr}
 .build-module{padding-inline:7px}
 .build-module strong{font-size:11px}
 .build-module small{font-size:8px}
 .guarantee-card{padding:51px 43px;gap:36px}
 .guarantee-copy h3{font-size:30px}
 .guarantee-copy>p{font-size:17px}
}
@media(max-width:900px){
 .engine-stage{padding-top:75px;padding-bottom:36px}
 .engine-head{display:block;margin-bottom:32px}
 .engine-head h2{font-size:clamp(40px,6.2vw,56px)}
 .engine-intro{font-size:17px;max-width:520px;margin-top:23px;padding:0}
 .engine-panel{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:26px;padding:29px}
 .engine-copy h3{font-size:29px;min-height:95px}
 .engine-copy>p{min-height:122px;font-size:15px}
 .engine-product{border-radius:17px}
 .engine-product-bar{padding-inline:15px}
 .engine-product-caption{font-size:9px}
 .engine-scene{padding:20px 16px}
 .engine-scenes{height:335px}
 .scene-inputs span{padding-inline:8px;font-size:8px}
 .profile-card{padding:17px 15px}
 .profile-row{grid-template-columns:55px 1fr 12px;gap:8px;font-size:9px}
 .profile-top strong{font-size:16px}
 .profile-avatar{width:32px;height:32px}
 .profile-badge{font-size:8px;padding:4px}
 .profile-top{gap:8px}
 .activation-sources{gap:5px}
 .activation-sources span{font-size:8px;padding:7px}
 .activation-sources svg{width:10px;height:10px}
 .conversation-item{padding-left:9px;gap:8px}
 .conversation-item:nth-child(2){margin-left:8px}
 .conversation-item:nth-child(3){margin-left:16px}
 .conversation-item strong{font-size:11px}
 .conversation-item small{font-size:8px}
 .conversation-symbol{width:26px;height:29px}
 .conversation-symbol svg{width:14px;height:14px}
 .learning-board{padding:20px 16px}
 .learning-heading strong{font-size:15px}
 .learning-row{grid-template-columns:58px 1fr 43px;gap:9px;font-size:9px}
 .learning-row>span:last-child{font-size:8px}
 .learning-footer{font-size:8px}
 .learning-loop{gap:8px;font-size:9px}
 .engine-product-foot{padding-inline:14px;font-size:8px}
 .guarantee-card{gap:28px;padding:45px 30px}
 .guarantee-value{font-size:135px}
 .guarantee-copy h3{font-size:28px}
 .guarantee-copy>p{font-size:16px}
 .nav-links{gap:19px}.nav{gap:18px}
}
@media(max-width:760px){
 .engine-stage{padding:72px 0 33px}
 .engine-head .eyebrow{font-size:15px;margin-bottom:17px}
 .engine-head h2{font-size:clamp(35px,9.5vw,49px);line-height:1.065}
 .engine-intro{font-size:16px;line-height:1.48;margin-top:20px;max-width:410px}
 .engine-console{border-radius:23px}
 .engine-tabs{padding:0 10px}
 .engine-tabs button{flex-direction:column;gap:7px;justify-content:center;text-align:center;padding:14px 3px;min-height:83px;font-size:10px;line-height:1.4}
 .engine-tab-index{width:24px;height:24px;font-size:9px}
 .engine-tabs button:after{left:8px;right:8px}
 .engine-panel{display:flex;flex-direction:column;align-items:stretch;gap:25px;padding:26px 23px 22px}
 .engine-copy{padding:0}
 .engine-copy h3{font-size:29px;line-height:1.13;min-height:66px;max-width:400px}
 .engine-copy>p{font-size:15px;line-height:1.5;min-height:90px;margin-top:15px;max-width:540px}
 .engine-step{font-size:10px;margin-bottom:15px}
 .engine-tags{margin-top:17px;gap:6px;min-height:29px}
 .engine-tags span{font-size:9px;padding:6px 9px}
 .engine-output{margin-top:19px;padding-top:16px;max-width:none;min-height:58px;gap:8px}
 .engine-output small{font-size:8px;margin-bottom:3px}
 .engine-output strong{font-size:11px}
 .engine-output>svg{width:15px;height:15px}
 .engine-product{width:100%;border-radius:15px;order:-1}
 .engine-product-bar{height:40px;padding-inline:15px}
 .engine-product-brand{font-size:17px}
 .engine-product-caption{font-size:8px}
 .engine-scenes{height:292px}
 .engine-scene{padding:19px 14px}
 .scene-inputs{gap:5px;padding-bottom:22px}
 .scene-inputs:after{height:22px}
 .scene-inputs span{padding:8px;font-size:8px}
 .profile-card{padding:17px 14px}
 .profile-top{padding-bottom:13px}
 .profile-top strong{font-size:16px}
 .profile-avatar{width:31px;height:31px;border-radius:9px}
 .profile-row{grid-template-columns:52px 1fr 12px;gap:8px;padding-top:12px;font-size:9px}
 .scene-caption{font-size:9px}
 .engine-scene .scene-caption:last-child{margin-top:16px}
 .build-heading{font-size:18px;margin-bottom:23px}
 .build-module{height:138px;padding:16px 5px 12px;border-radius:11px}
 .build-module>svg{width:22px;height:22px;margin-bottom:11px}
 .build-module strong{font-size:10px}
 .build-module small{font-size:8px}
 .build-chain{grid-template-columns:1fr 13px 1fr 13px 1fr}
 .module-detail{max-width:43px;height:16px;margin-top:13px}
 .build-result{font-size:9px;padding-top:17px;margin-top:21px;gap:6px}
 .activation-sources{margin-bottom:18px}
 .conversation-item{padding:11px 10px;gap:8px}
 .conversation-item:nth-child(3){padding-block:15px}
 .conversation-item strong{font-size:10px}
 .conversation-item small{font-size:8px}
 .conversation-symbol{width:26px;height:28px;border-radius:7px}
 .conversation-item>svg{width:13px;height:13px}
 .learning-board{padding:18px 14px}
 .learning-heading{padding-bottom:14px;margin-bottom:16px}
 .learning-heading strong{font-size:15px}
 .learning-heading>svg{width:18px;height:18px}
 .learning-row{grid-template-columns:58px 1fr 42px;gap:7px;margin-top:15px}
 .learning-footer{margin-top:20px;padding-top:15px}
 .learning-loop{margin-top:18px}
 .engine-product-foot{height:30px;font-size:7px;gap:6px;padding-inline:12px}
 .engine-bottom{padding-top:18px;align-items:flex-start;gap:10px}
 .engine-scroll-note{display:none}
 .engine-next{display:inline-flex;gap:7px;align-items:center;font-size:11px;line-height:1.4;min-height:36px;color:#b6d8ff}
 .engine-next svg{width:14px;height:14px}
 .engine-pagination{font-size:10px;gap:8px;padding-top:10px}
 .engine-scroll-track{width:43px}
 .engine-commitment{flex-direction:column;align-items:flex-start;gap:10px;margin-top:23px;padding-top:22px}
 .engine-commitment>p{font-size:11px;gap:8px;align-items:flex-start;max-width:390px}
 .engine-commitment>p svg{width:16px;height:16px;margin-top:2px}
 .engine-commitment a{font-size:12px;margin-left:24px}
 .guarantee{padding:77px 0 74px}
 .guarantee-heading .eyebrow{font-size:13px;margin-bottom:20px;gap:7px}
 .guarantee-heading .eyebrow svg{width:17px;height:17px}
 .guarantee-heading h2{font-size:clamp(36px,9.8vw,54px);line-height:1.075;letter-spacing:-.04em}
 .guarantee-heading>p:last-child{font-size:18px;line-height:1.48;margin-top:21px;max-width:360px}
 .guarantee-card{display:flex;flex-direction:column;gap:29px;border-radius:25px;margin-top:33px;padding:38px 27px 25px;text-align:center}
 .guarantee-figure{padding:9px 0 0}
 .guarantee-value{font-size:clamp(130px,36vw,180px)}
 .guarantee-figure>p{font-size:12px;margin-top:15px}
 .guarantee-seal{font-size:9px;margin-top:18px;padding:7px 11px}
 .guarantee-copy{max-width:400px}
 .guarantee-copy h3{font-size:28px}
 .guarantee-copy>p{font-size:16px;line-height:1.55;margin-top:18px}
 .guarantee-copy .text-link{font-size:13px;margin-top:12px}
 .guarantee-meta{width:100%;flex-wrap:wrap;justify-content:center;gap:10px 18px;margin-top:0;padding-top:20px;font-size:9px;line-height:1.5}
 .guarantee-meta span:last-child{width:100%;justify-content:center}
 .guarantee-meta svg{width:12px;height:12px}
 .guarantee-actions{margin-top:27px}
 .guarantee-actions .btn{font-size:15px;min-height:49px;padding:14px 23px}
 .guarantee-afterword{font-size:11px;margin-top:15px}
 .hero-guarantee{font-size:10px;gap:5px;margin-top:12px}
 .hero-guarantee svg{width:12px;height:12px}
 .contact-assurance{font-size:11px;max-width:270px;align-items:flex-start;margin-top:19px}
 .contact-assurance svg{width:15px;height:15px;margin-top:2px}
 .dialog-assurance{font-size:11px;padding:11px 12px}
 .hero .actions .text-link{font-size:13px}
}
@media(max-width:370px){
 .engine-panel{padding:24px 17px 19px;gap:22px}
 .engine-head h2{font-size:34px}
 .engine-copy h3{font-size:27px;min-height:66px}
 .engine-copy>p{min-height:112px;font-size:14px}
 .engine-tabs{padding-inline:5px}
 .engine-tabs button{font-size:9px}
 .engine-scenes{height:282px}
 .engine-scene{padding-inline:10px}
 .profile-card{padding:15px 12px}
 .profile-row{grid-template-columns:47px 1fr 11px;font-size:8px}
 .profile-top strong{font-size:14px}
 .profile-top small{font-size:8px}
 .activation-sources span{font-size:7px;padding:6px}
 .conversation-item:nth-child(2){margin-left:5px}
 .conversation-item:nth-child(3){margin-left:10px}
 .conversation-item strong{font-size:9px}
 .conversation-item small{font-size:7px}
 .engine-product-caption{font-size:7px}
 .engine-product-foot{font-size:6.5px;padding-inline:10px}
 .guarantee-card{padding-inline:22px}
 .guarantee-value{font-size:125px}
 .guarantee-copy h3{font-size:26px}
 .guarantee-copy>p{font-size:15px}
 .guarantee-meta{font-size:8px;gap:10px}
 .hero-guarantee{font-size:9px}
}
.reduce-motion .engine-stage{position:relative;top:auto;height:auto;min-height:0}
.reduce-motion .guarantee-value{transform:none!important;opacity:1!important}
@media(prefers-reduced-motion:reduce){.guarantee-value{transform:none!important;opacity:1!important}}
@media(prefers-contrast:more){
 .engine-intro,.engine-copy>p,.engine-scroll-note,.engine-commitment>p{color:#c7cdd7}
 .engine-tabs button{color:#d2d8e2}.engine-product-caption,.engine-product-foot,.scene-caption{color:#c0d2e6}
 .guarantee-copy>p,.guarantee-heading>p:last-child,.guarantee-afterword,.hero-guarantee,.contact-assurance{color:#4b5968}
 .guarantee-value>span{padding-right:.085em;margin-right:-.075em;background:none;color:#213349}.guarantee-value>small{color:#40566d}
}
/* Keep comfortable gutters inside the compact laptop scene. */
@media(min-width:901px) and (min-height:761px) and (max-height:960px){
 .engine.is-pinned .scene-inputs{padding-bottom:17px}
 .engine.is-pinned .scene-inputs:after{height:17px}
 .engine.is-pinned .scene-inputs span{font-size:9px;padding:7px 11px}
 .engine.is-pinned .profile-card{padding:12px 18px}
 .engine.is-pinned .profile-top{padding-bottom:11px}
 .engine.is-pinned .profile-avatar{width:32px;height:32px}
 .engine.is-pinned .profile-top strong{font-size:16px}
 .engine.is-pinned .profile-row{padding-top:8px}
 .engine.is-pinned .scene-caption{font-size:10px}
 .engine.is-pinned .engine-scene .scene-caption:last-child{margin-top:10px}
 .engine.is-pinned .build-heading{font-size:17px;margin-bottom:18px}
 .engine.is-pinned .build-module{height:120px;padding-top:13px;padding-bottom:13px}
 .engine.is-pinned .build-module>svg{width:22px;height:22px;margin-bottom:9px}
 .engine.is-pinned .build-module strong{font-size:12px}
 .engine.is-pinned .build-module small{font-size:8px}
 .engine.is-pinned .module-detail{height:14px;margin-top:9px}
 .engine.is-pinned .build-result{margin-top:16px;padding-top:12px}
 .engine.is-pinned .activation-sources{margin-bottom:12px}
 .engine.is-pinned .activation-sources span{font-size:8px;padding:6px 10px}
 .engine.is-pinned .conversation-stack{gap:7px}
 .engine.is-pinned .conversation-item{padding-top:8px;padding-bottom:8px}
 .engine.is-pinned .conversation-item:last-child{padding-top:10px;padding-bottom:10px}
 .engine.is-pinned .conversation-symbol{width:26px;height:26px}
 .engine.is-pinned .conversation-symbol svg{width:15px;height:15px}
 .engine.is-pinned .conversation-item strong{font-size:11px}
 .engine.is-pinned .conversation-item small{font-size:8px;margin-top:2px}
 .engine.is-pinned .learning-board{padding:14px 20px}
 .engine.is-pinned .learning-heading{padding-bottom:10px;margin-bottom:12px}
 .engine.is-pinned .learning-heading strong{font-size:16px}
 .engine.is-pinned .learning-row{margin-top:11px}
 .engine.is-pinned .learning-footer{padding-top:10px;margin-top:13px}
 .engine.is-pinned .learning-loop{margin-top:14px}
}
@media(min-width:901px) and (max-width:1350px){.engine.is-pinned .engine-commitment{padding-right:110px}}


/* Hero first-view fit: the sculpture always stays below the copy and fully inside the viewport. */
@media (min-height:701px){
  .hero-stage{min-height:0}
  .hero-art{overflow:visible}
  .hero-art .sculpture{top:0;left:50%;width:auto;height:100%;transform:translateX(-50%)}
  .hero-art .sculpture img{width:auto;height:100%;max-width:none;object-fit:contain}
  .scroll-hint{bottom:16px;padding:5px 12px;border-radius:99px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 3px 18px rgba(70,82,96,.08)}
  .scene-progress{bottom:5px}
}
@media (max-width:760px) and (min-height:701px){
  .scroll-hint{bottom:14px;padding:4px 10px}
  .scene-progress{bottom:4px}
}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* Founder chapter */
.founder{padding:112px 0 118px;overflow:clip;background:#fff}.founder-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,.88fr);gap:80px;align-items:center}.founder-copy{max-width:545px}.founder-copy h2{font-size:clamp(42px,4.7vw,66px);line-height:1.055}.founder-copy .lead{max-width:515px}.founder-note{font-size:18px;line-height:1.5;letter-spacing:-.016em;color:#515158;margin-top:27px;max-width:485px}.founder-signature{display:flex;flex-direction:column;gap:3px;margin:30px 0 27px}.founder-signature strong{font-family:var(--display);font-size:20px;letter-spacing:-.025em}.founder-signature span{font-size:12px;color:var(--soft)}.founder-portrait{height:526px;position:relative;overflow:hidden;isolation:isolate;border:1px solid #dce5eb;border-radius:34px;background:radial-gradient(circle at 28% 24%,#fff 0,#eef4f8 42%,#dbe6ee 100%);box-shadow:0 22px 52px #34445a12}.founder-portrait:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,#31465518);z-index:1;pointer-events:none}.founder-portrait img{position:absolute;z-index:2;right:5%;bottom:-1px;width:min(92%,415px);height:auto;filter:drop-shadow(0 20px 22px rgba(27,44,61,.17))}.founder-orbit{position:absolute;border:1px solid #a9c0d033;border-radius:50%;z-index:0}.founder-orbit-a{width:620px;height:400px;left:-185px;top:54px;transform:rotate(-28deg);box-shadow:0 0 0 44px #ffffff40,0 0 0 45px #bbced735}.founder-orbit-b{width:310px;height:310px;right:-105px;top:-74px;border-color:#8faec64d}.founder-portrait figcaption{position:absolute;z-index:3;left:25px;bottom:22px;display:flex;align-items:center;gap:9px;font-size:11px;color:#526978;font-weight:600}.founder-portrait figcaption span{width:7px;height:7px;border-radius:50%;background:#789d83;box-shadow:0 0 0 5px #ffffff9e}@media(max-width:760px){.founder{padding:76px 0 78px}.founder-layout{display:block}.founder-copy h2{font-size:39px}.founder-note{font-size:16px;margin-top:22px}.founder-signature{margin:25px 0 23px}.founder-portrait{height:440px;margin-top:45px;border-radius:26px}.founder-portrait img{right:50%;transform:translateX(50%);width:350px;max-width:96%;}.founder-orbit-a{width:510px;height:330px;left:-155px;top:61px}.founder-portrait figcaption{left:20px;bottom:18px;font-size:10px}}

/* Legal pages and consent manager */
.legal-page{background:var(--paper)}.legal-header{height:var(--nav);display:flex;align-items:center;background:rgba(250,250,252,.9);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.legal-header .wrap{display:flex;align-items:center;justify-content:space-between}.legal-header .text-link{font-size:13px}.legal-main{padding:88px 0 100px}.legal-document{max-width:820px;margin:auto;background:#fff;border:1px solid #e8e8ec;border-radius:28px;padding:58px 64px;box-shadow:0 20px 50px #34445a09}.legal-document h1{font-size:clamp(40px,5vw,64px);line-height:1.05;letter-spacing:-.04em}.legal-document h2{font-size:27px;line-height:1.15;margin-top:47px}.legal-document h3{font-size:19px;margin-top:28px}.legal-document p,.legal-document li{color:var(--muted);font-size:16px;line-height:1.6;letter-spacing:-.012em}.legal-document p{margin-top:16px}.legal-document ul{margin:16px 0 0;padding-left:22px}.legal-document li+li{margin-top:7px}.legal-document a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.legal-updated{font-size:13px!important;color:var(--soft)!important;margin-top:20px!important}.legal-footer{background:var(--paper);padding-bottom:28px}.legal-footer .footer-top{border-top:1px solid var(--line)}.footer-bottom-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.footer-bottom-links a,.footer-bottom-links button{font-size:10px;color:#87878f}.footer-bottom-links a:hover,.footer-bottom-links button:hover{text-decoration:underline}.cookie-banner{position:fixed;z-index:90;left:20px;bottom:20px;width:min(420px,calc(100vw - 40px));padding:23px;background:rgba(255,255,255,.96);border:1px solid #dfe4e9;border-radius:22px;box-shadow:0 20px 60px #1f2a351c;backdrop-filter:blur(18px)}.cookie-banner h2{font-size:22px;letter-spacing:-.03em}.cookie-banner p{font-size:13px;line-height:1.5;color:var(--muted);margin-top:10px}.cookie-banner a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.cookie-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.cookie-actions .btn{min-height:44px;padding:10px 13px;font-size:13px}.cookie-actions .cookie-reject{background:#45454a}.cookie-configure{grid-column:1/-1;justify-self:center;font-size:13px;margin-top:2px}.cookie-dialog{width:600px}.cookie-dialog .dialog-body{padding:54px}.cookie-dialog h2{font-size:38px}.cookie-option{display:flex;gap:14px;padding:20px 0;border-top:1px solid var(--line);margin-top:20px}.cookie-option:last-of-type{border-bottom:1px solid var(--line)}.cookie-option input{appearance:auto!important;-webkit-appearance:checkbox!important;width:20px!important;min-height:20px!important;height:20px!important;margin:2px 0 0!important;padding:0!important;display:block!important;accent-color:var(--blue);flex:0 0 auto;cursor:pointer}.cookie-option label{display:block;cursor:pointer;flex:1}.cookie-option strong{font-size:15px}.cookie-option p{font-size:13px;color:var(--muted);line-height:1.5;margin-top:4px}.cookie-dialog-actions{display:flex;gap:12px;align-items:center;margin-top:25px}.cookie-dialog-actions .text-link{margin-left:auto;font-size:13px}.cookie-settings-link{background:transparent;border:0;font:inherit;cursor:pointer}.privacy-check{display:flex!important;align-items:flex-start;gap:10px;font-size:11px!important;line-height:1.45;color:#686870!important}.privacy-check input{appearance:auto!important;-webkit-appearance:checkbox!important;width:18px!important;min-height:18px!important;height:18px!important;margin:0!important;padding:0!important;flex:0 0 auto;cursor:pointer}.privacy-check a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.privacy-check.optional-marketing{margin-top:-6px}@media(max-width:760px){.legal-main{padding:48px 0 64px}.legal-document{border-radius:22px;padding:36px 26px}.legal-document h2{font-size:24px;margin-top:38px}.legal-document p,.legal-document li{font-size:15px}.cookie-banner{left:12px;bottom:12px;width:calc(100vw - 24px);border-radius:19px;padding:20px}.cookie-dialog .dialog-body{padding:54px 26px 30px}.cookie-dialog h2{font-size:32px}.cookie-dialog-actions{flex-wrap:wrap}.cookie-dialog-actions .text-link{margin-left:0;width:100%}.footer-bottom-links{gap:12px}.footer-bottom{align-items:flex-start}}
