/* HARPOT / Tipografía y componentes del sistema de diseño. */
@font-face{font-family:Inter;font-style:normal;font-weight:400 700;font-display:swap;src:url('../fonts/inter-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root{--ink:#1d1d1f;--muted:#6e6e73;--soft:#717178;--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}
/* 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;--blue:#00509e;--muted:#505058;--soft:#505058}
#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}

/* El foco de teclado forma parte de la navegación. */
:focus:not(:focus-visible){outline:none}
:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
.engine :focus-visible{outline-color:#a4cfff}
.journey-toolbar .tiny-brand{display:block;width:28px;height:28px;flex:0 0 28px;object-fit:contain}
@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{display:flex;align-items:center;flex-shrink:0;width:3em;height:1.47em;font-size:19px;font-weight:600;letter-spacing:-.065em;color:#ebf0f8}
.engine-product-logo{width:26px;height:26px;max-height:100%;object-fit:contain;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
.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:flex-end;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){
 /* Una pantalla fija y aproximadamente 0,7 pantallas de lectura por fase. */
 .engine.is-pinned{height:380svh}
 .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}
.guarantee-copy>.guarantee-scope-note{font-size:14px;line-height:1.65;color:#4b5968}
.guarantee-explained{max-width:1000px;margin:65px auto 45px;padding-top:40px;border-top:1px solid #d2dbe3;scroll-margin-top:90px}
.guarantee-explained h3{max-width:700px;font-size:clamp(28px,3vw,40px);line-height:1.15;letter-spacing:-.035em}
.guarantee-explained-intro{max-width:670px;margin-top:20px;font-size:17px;line-height:1.6;color:#4b5968}
.guarantee-steps{list-style:none;padding:0;margin:35px 0 20px;display:grid;grid-template-columns:1fr 1fr;gap:32px 50px}
.guarantee-steps li{min-width:0;display:grid;grid-template-columns:28px 1fr;gap:15px;border-top:1px solid #d2dbe3;padding-top:23px}
.guarantee-steps li>span{font-size:12px;color:#526779;padding-top:4px;font-variant-numeric:tabular-nums}
.guarantee-steps strong{display:block;font-size:20px;font-weight:600;line-height:1.3;letter-spacing:-.02em}
.guarantee-steps p{margin-top:12px;font-size:15px;line-height:1.75;color:#4b5968}
.guarantee-explained>.text-link{font-size:14px;margin-top:10px}
@media(max-width:760px){.guarantee-explained{margin-top:40px;padding-top:30px}.guarantee-explained-intro{font-size:16px}.guarantee-steps{grid-template-columns:1fr;gap:23px;margin-top:25px}.guarantee-steps li{grid-template-columns:23px 1fr;gap:12px}.guarantee-steps strong{font-size:19px}}
.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: one editorial scene, two bearings aligning. */
.founder{background:#fff;scroll-margin-top:var(--nav);--founder-progress:1;--founder-turn:0deg;--founder-arrival:1;--founder-reveal:1;--founder-lift:0px}
.founder-stage{padding:105px 0 110px}
.founder-layout{display:grid;grid-template-columns:1.08fr 1fr;gap:64px;align-items:center}
.founder-copy .eyebrow{margin-bottom:28px}
.founder-copy h2{font-size:clamp(38px,4.1vw,59px);line-height:1.08;letter-spacing:-.04em}
.founder-note{max-width:470px;font-size:18px;line-height:1.55;color:var(--muted);margin-top:28px}
.founder-resolution{margin-top:32px;padding-top:24px;border-top:1px solid var(--line);opacity:var(--founder-reveal);transform:translateY(var(--founder-lift))}
.founder-resolution-label{font-size:14px;font-weight:600;margin-bottom:10px}
.founder-resolution>p+p{font-size:17px;line-height:1.5;color:var(--muted)}
.founder-resolution .text-link{min-height:48px;margin-top:16px;text-align:left}
.founder-visual{min-width:0}
.founder-art{position:relative;isolation:isolate;aspect-ratio:540/600;overflow:hidden;background:var(--paper);border-radius:34px}
.founder-compass{position:absolute;inset:0;width:100%;height:100%;stroke:none}
.founder-bearings{transform-box:view-box;transform-origin:50% 44.333333%;transform:rotate(var(--founder-turn))}
.founder-course{stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--founder-progress))}
.founder-arrival{opacity:var(--founder-arrival)}
.founder-image{position:absolute;width:77%;height:auto;left:1%;bottom:0;z-index:1}
.founder-origin,.founder-destination{position:absolute;z-index:2;font-size:12px;color:#526879;background:var(--paper);padding:4px 8px;border-radius:99px}
.founder-origin{left:5%;top:8%}
.founder-destination{right:6%;top:8%}
.founder-visual figcaption{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding-top:20px;color:var(--muted);font-size:12px}
.founder-name{font-size:24px;font-weight:600;letter-spacing:-.034em;color:var(--ink)}
.founder.is-pinned{height:calc(100vh + 440px)}
.founder.is-pinned .founder-stage{position:sticky;top:var(--nav);height:calc(100vh - var(--nav));padding:36px 0;display:flex;align-items:center}
@media(max-width:1100px){.founder-layout{gap:32px}.founder-copy h2{font-size:clamp(34px,4.3vw,46px)}.founder-note{font-size:17px}.founder-visual figcaption{display:block}.founder-name{display:block;margin-bottom:4px}}
@media(max-width:760px){
  .founder-stage{padding:72px 0 76px}
  .founder-layout{grid-template-columns:1fr;gap:32px}
  .founder-copy{display:contents}
  .founder-copy .eyebrow{margin:0}
  .founder-copy h2{font-size:clamp(34px,8.4vw,48px);margin-top:-12px}
  .founder-note{margin-top:-12px;max-width:none}
  .founder-visual{grid-row:4}
  .founder-art{max-width:460px;margin-inline:auto;aspect-ratio:540/510;border-radius:26px}
  .founder-compass{inset:0;width:100%;height:100%;transform:none}
  .founder-image{width:65%;left:8%}
  .founder-origin{top:6%}
  .founder-destination{top:6%}
  .founder-resolution{margin:0;padding-top:24px;opacity:1;transform:none}
  .founder-visual figcaption{display:flex;padding-top:16px}
  .founder-name{font-size:23px;margin:0}
  .founder-visual figcaption>span:last-child{max-width:130px;text-align:right}
  .founder-course{stroke-dashoffset:0}
  .founder-arrival{opacity:1}
  .founder-bearings,.founder-needle{transform:none}
}
@media(prefers-reduced-motion:reduce){
  .founder-resolution{opacity:1;transform:none}
  .founder-compass,.founder-bearings,.founder-needle{transform:none}
  .founder-course{stroke-dashoffset:0}
  .founder-arrival{opacity:1}
}

/* 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}}

/* Claridad, recorrido y lectura: ampliaciones de los componentes existentes. */
@media(min-width:761px) and (max-width:1100px){
 .hero{height:auto}
 .hero-stage{position:relative;top:0;height:auto;min-height:0;padding:46px 0 78px}
 .hero-intro{position:relative;left:auto;right:auto;top:auto;margin:0 32px;will-change:auto}
 .hero-art{position:relative;left:50%;top:auto;width:92%;height:400px;margin-top:38px;transform:translateX(-50%);will-change:auto}
 .hero-destination{position:relative;left:auto;right:auto;top:auto;width:calc(100% - 64px);max-width:700px;margin:35px auto 0;text-align:center;opacity:1;visibility:visible;will-change:auto}
 .hero-destination h2 span br{display:none}
 .hero-destination>p:not(.eyebrow){max-width:560px;margin-inline:auto}
 .scroll-hint,.scene-progress{display:none}
}
.hero-description{max-width:740px;margin-inline:auto}
.hero-guarantee,.scroll-hint{color:#626e7b}
.flow-card small{color:#696970}
.scenario-steps span{color:#536e82}
.footer-links a,.footer-links button{color:#64646c}
.section-head>p{max-width:440px}
.journey-toolbar{font-size:13px;color:#626d78}
.journey-track{padding:58px 36px 40px;gap:28px}
.journey-step h3{font-size:22px;line-height:1.2;margin-bottom:13px}
.journey-step p{font-size:16px;line-height:1.5;color:var(--muted);max-width:245px;margin:auto}
.journey-step .journey-capability{display:block;font-size:12px;color:#526b80;margin-top:18px}
.journey-route{position:absolute;left:12.5%;top:52px;width:75%;height:100px;stroke:#ccd9e4;stroke-width:1.5;overflow:visible}
.journey-route-progress{stroke:#6b94b4;stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--journey-progress,1))}
.journey-feedback{gap:22px;padding:26px 36px;color:#526b80}
.journey-feedback .journey-loop{width:64px;height:40px;stroke:#6b94b4;stroke-width:1.5;flex-shrink:0}
.journey-feedback strong{font-size:17px;display:block;color:var(--ink);font-weight:500}
.journey-feedback p span{display:block;font-size:14px;color:var(--muted);margin-top:5px}
.channel-universe{width:min(1000px,100%);height:420px;margin-block:20px 40px}
.orbit-node[data-node="0"]{--x:22;--y:25;--r:-5deg;--mx:24;--my:20}
.orbit-node[data-node="1"]{--x:78;--y:25;--r:5deg;--mx:76;--my:20}
.orbit-node[data-node="2"]{--x:22;--y:75;--r:4deg;--mx:24;--my:80}
.orbit-node[data-node="3"]{--x:78;--y:75;--r:-4deg;--mx:76;--my:80}
.channel-criteria{display:grid;grid-template-columns:1fr 2fr;gap:70px;padding-top:32px;border-top:1px solid var(--line)}
.channel-criteria h3{font-size:32px;line-height:1.1}
.channel-criteria dl{margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}
.channel-criteria dt{font-size:17px;font-weight:600;line-height:1.3}
.channel-criteria dd{font-size:15px;line-height:1.5;color:var(--muted);margin:12px 0 0}
.learning-track[data-setting="message"]{--setting:72%}
.learning-track[data-setting="audience"]{--setting:55%}
.learning-track[data-setting="channels"]{--setting:82%}
.nav-links a,.footer-links a,.footer-links button,.footer-bottom-links a,.footer-bottom-links button{min-height:32px;display:inline-flex;align-items:center}
.footer-links a,.footer-links button{display:flex;margin-bottom:3px;font-size:13px}
.footer-links h3{font-size:13px}
.footer-bottom,.footer-bottom-links a,.footer-bottom-links button,.footer-top>p{font-size:12px;color:#63636b}
.footer-statement span{color:#696971}
.circle,.service-plus,.dialog-close,.menu-button{min-width:44px;min-height:44px}
.form-note,.privacy-check{font-size:12px!important;color:#62626b!important}
input::placeholder,textarea::placeholder{color:#72727a}
.optional,.concept-note,.dialog-body .eyebrow{color:#696971}
.concept-note{font-size:12px}
.hero-guarantee{font-size:12px}
.engine-tabs button:focus-visible{outline-offset:-5px}
.engine-output small{font-size:11px;letter-spacing:.04em}
.engine-output strong{font-size:14px}
.contact .lead{max-width:710px;margin-inline:auto}
.diagnostic-outcomes{max-width:860px;margin:35px auto 25px;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:25px 40px;text-align:left}
.diagnostic-outcomes li{padding-top:20px;border-top:1px solid #cbd5df;min-width:0}
.diagnostic-outcomes strong{display:block;font-size:20px;font-weight:600;line-height:1.35;letter-spacing:-.025em}
.diagnostic-outcomes span{display:block;margin-top:9px;font-size:16px;line-height:1.6;color:#505058}
.diagnostic-note{max-width:700px;margin:25px auto 0;font-size:14px;line-height:1.65;color:#505058}
@media(max-width:760px){.diagnostic-outcomes{grid-template-columns:1fr;gap:20px;margin-top:28px}.diagnostic-outcomes strong{font-size:19px}.diagnostic-outcomes span{font-size:15px}.diagnostic-note{font-size:13px}}
@media(max-width:1100px){
 .journey-track{gap:20px;padding-inline:24px}.journey-step h3{font-size:19px}.journey-step p{font-size:15px}
 .channel-criteria{grid-template-columns:1fr;gap:28px}
}
@media(max-width:760px){
 .desktop-break{display:none}
 .hero{height:auto}.hero-stage{height:auto;min-height:0;position:relative;top:0;padding:36px 0 64px}
 .hero-intro{position:relative;left:auto;right:auto;top:auto;margin:0 24px;will-change:auto}
 .hero-description{font-size:18px;max-width:410px;margin-top:20px}
 .hero-art{position:relative;left:50%;top:auto;width:min(560px,135vw);height:300px;margin-top:28px;transform:translateX(-50%);will-change:auto}
 .hero-destination{position:relative;left:auto;right:auto;top:auto;width:calc(100% - 48px);margin:32px auto 0;opacity:1;visibility:visible;will-change:auto}
 .hero-destination>p:not(.eyebrow){max-width:440px}
 .scroll-hint,.scene-progress{display:none}
 .hero-guarantee{font-size:11px;line-height:1.5}
 .hero .actions{gap:10px 18px}
 .hero-destination h2 span br{display:none}
 .journey-toolbar{padding:20px 24px;font-size:12px}
 .journey-track{gap:30px;padding:30px 22px}
 .journey-step{grid-template-columns:44px minmax(0,1fr);column-gap:18px;align-items:start}
 .journey-step .step-icon{width:44px;height:44px;border-radius:13px;grid-row:1/4;margin:0}
 .step-icon svg{width:23px;height:23px}
 .journey-step h3{font-size:21px;margin:5px 0 10px}
 .journey-step p{font-size:16px;max-width:none;margin:0;grid-column:2}
 .journey-step .journey-capability{grid-column:2;font-size:12px;margin-top:12px}
 .journey-route{left:43px;top:52px;bottom:90px;width:1px;height:calc(100% - 142px)}
 .journey-route path{d:path('M0 0V100');vector-effect:non-scaling-stroke}
 .journey-route-progress{stroke-dashoffset:0}
 .journey-feedback{padding:23px;gap:14px;align-items:flex-start}
 .journey-feedback .journey-loop{width:38px;height:28px}
 .journey-feedback strong{font-size:16px}.journey-feedback p span{font-size:14px;line-height:1.5}
 .channel-universe{width:100%;height:340px;margin:24px 0 32px}
 .orbit-node{font-size:12px;padding:12px 10px;gap:6px}
 .channel-criteria dl{grid-template-columns:1fr;gap:25px}.channel-criteria h3{font-size:29px}
 .channel-criteria dd{margin-top:8px;font-size:16px}
 .engine-product{order:0}.engine-copy>p{min-height:0}.engine-copy h3{min-height:0}
 .engine-output small{font-size:11px}.engine-output strong{font-size:14px}.engine-tags span{font-size:11px}
 .engine-tabs button{font-size:12px}.engine-tab-index{font-size:11px}
 .engine-panel{gap:30px}
 .scenario-panel{min-height:0}.scenario-tabs button{min-height:44px}
 .scenario-steps li{font-size:13px}.scenario-visual{gap:15px}
 .form-row{grid-template-columns:1fr;gap:0}
 .footer-links a,.footer-links button{font-size:13px;min-height:36px}
 .cookie-actions .btn{font-size:12px}.cookie-configure{min-height:44px}
}

/* Página 404: una pieza desconectada, un siguiente paso claro. */
.error-page{min-height:100svh;display:flex;flex-direction:column;background:var(--paper)}
.error-page .legal-header{flex-shrink:0}
.error-main{flex:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding-block:100px 112px}
.error-copy h1{font-size:clamp(64px,6.2vw,88px);line-height:1.03;letter-spacing:-.05em}
.error-copy h1 span{color:var(--muted)}
.error-copy .eyebrow{font-size:15px;letter-spacing:0;margin-bottom:28px}
.error-description{max-width:400px;margin-top:30px;font-size:19px;line-height:1.55;color:var(--muted);letter-spacing:-.015em}
.error-copy .actions{justify-content:flex-start;gap:18px 24px;margin-top:32px;flex-wrap:wrap}
.error-copy .text-link{gap:9px;min-height:44px;font-size:15px}
.error-visual{padding:32px 0 0;min-width:0}
.error-number{display:flex;align-items:center;justify-content:center;gap:10px;font-family:var(--display);font-size:clamp(180px,19vw,274px);font-weight:600;line-height:1;letter-spacing:-.07em;color:#c1c5cc}
.error-number>span:not(.error-zero){padding-right:.035em}
.error-zero{position:relative;flex:0 0 31%;height:.72em;transform:rotate(-16deg)}
.error-zero::before,.error-zero::after{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(125deg,#b9c4ce 2%,#fdfefe 24%,#9caab8 48%,#dfe5eb 66%,#8799aa 100%);mask:radial-gradient(ellipse at center,transparent 51%,#000 52%);box-shadow:inset 0 0 0 1px #aab6c2}
.error-zero::before{clip-path:polygon(0 0,100% 0,100% 46%,0 46%);transform:translate(9px,-14px) rotate(5deg)}
.error-zero::after{clip-path:polygon(0 50%,100% 50%,100% 100%,0 100%)}
.error-caption{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:52px;color:var(--muted);font-size:13px;letter-spacing:-.01em}
.error-caption-line{width:42px;height:1px;background:#91a6ba;position:relative}
.error-caption-line::after{content:"";position:absolute;right:0;top:-2px;width:5px;height:5px;border:1px solid #91a6ba;border-radius:50%;background:var(--paper)}
.error-page .error-footer{background:var(--paper);padding:0}
.error-footer-inner{display:flex;align-items:center;gap:28px;padding-block:28px;border-top:1px solid var(--line)}
.error-footer p{font-size:15px;line-height:1.4;letter-spacing:-.015em}
.error-footer p span{color:var(--muted)}
.error-footer nav{display:flex;gap:24px;margin-left:auto}
.error-footer nav a{display:inline-flex;align-items:center;min-height:44px;font-size:13px;color:var(--muted)}
.error-footer nav a:hover{text-decoration:underline;text-underline-offset:4px}
@media(max-width:1100px){
 .error-main{gap:32px;padding-block:80px}
 .error-copy h1{font-size:64px}
 .error-number{font-size:21vw;gap:4px}
 .error-copy .actions{align-items:flex-start;flex-direction:column;gap:10px}
}
@media(max-width:760px){
 .error-main{grid-template-columns:1fr;gap:44px;padding-block:46px 42px}
 .error-copy h1{font-size:clamp(52px,13.4vw,72px)}
 .error-copy .eyebrow{font-size:13px;margin-bottom:21px}
 .error-description{font-size:17px;margin-top:24px;max-width:380px}
 .error-copy .actions{margin-top:24px}
 .error-visual{padding:8px 16px 0;width:100%;max-width:400px;justify-self:center}
 .error-number{font-size:clamp(140px,43vw,190px);gap:8px}
 .error-zero::before{transform:translate(5px,-9px) rotate(5deg)}
 .error-caption{margin-top:24px;font-size:12px;gap:12px}
 .error-caption-line{width:24px}
 .error-footer-inner{flex-wrap:wrap;gap:18px;padding-block:24px 16px}
 .error-footer p{font-size:14px}
 .error-footer nav{width:100%;margin-left:0;gap:24px}
}

/* Expansión B2B: componentes editoriales compartidos por servicios y sectores. */
.growth-home,.landing-page{--muted:#505058;--soft:#505058;--blue:#00509e}
.growth-home .btn:hover,.landing-page .btn:hover{background:#003e7c}
.growth-home .hero h1{font-size:clamp(36px,4.25vw,62px);max-width:1080px;margin-inline:auto;line-height:1.08}
.growth-home .hero h1 span{color:var(--soft)}
.growth-home .hero-description{max-width:840px;font-size:20px}
.growth-home .hero-destination h2{font-size:clamp(32px,3.1vw,46px);line-height:1.1}
.growth-home .hero-guarantee{color:#495662;max-width:740px;margin-inline:auto;line-height:1.5}
.cta-note{font-size:13px;color:#51515a;line-height:1.6;margin-top:16px}
.growth-home .hero .actions{flex-wrap:wrap;gap:12px 24px}
.growth-home .service-card-copy .card-tag{font-size:15px;line-height:1.4;letter-spacing:-.01em;max-width:310px;margin-bottom:14px;color:#44444d}
.growth-home .service-card:nth-child(2) .card-tag{color:#c6ced9}
.service-promise{font-family:var(--display);font-size:30px;line-height:1.12;font-weight:600;letter-spacing:-.028em}
.growth-home .contact h2{max-width:1000px;margin-inline:auto;font-size:clamp(36px,4.7vw,68px)}
#contact-dialog .form-submit{font-size:17px;font-weight:600;min-height:58px;padding:16px 22px}
#contact-dialog .form-submit:focus-visible{outline:3px solid #003e7c;outline-offset:4px;box-shadow:0 0 0 2px #fff}
.form-privacy{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;color:#50505a;margin-top:18px}
.form-privacy svg{width:20px;height:20px;margin-top:2px}
.growth-home .dialog-intro,.growth-home .dialog-assurance,.growth-home .dialog-assurance strong,.growth-home .form-note,.growth-home .privacy-check,#contact-dialog .dialog-intro,#contact-dialog .dialog-assurance,#contact-dialog .dialog-assurance strong,#contact-dialog .form-note,#contact-dialog .privacy-check{color:#50505a!important}
.growth-home input::placeholder,.growth-home textarea::placeholder,#contact-dialog input::placeholder,#contact-dialog textarea::placeholder{color:#55555d}
.footer-label{font-size:14px;font-weight:600;color:#303039;margin-bottom:14px}
.footer-integrated{grid-template-columns:repeat(5,minmax(0,1fr)) minmax(130px,.95fr);gap:24px;padding-bottom:30px}
.footer-integrated>div{min-width:0}
.footer-integrated a,.footer-integrated button{font-size:13px;line-height:1.5;color:#4d4d56;margin-bottom:9px;max-width:100%}
.footer-integrated .footer-label,.footer-integrated .footer-label a{font-size:14px;font-weight:600;color:#303039;line-height:1.5;margin-bottom:14px}
.footer-integrated .footer-label a{min-height:0;padding:0;margin:0}
.footer-integrated .footer-statement{padding-left:0;font-size:20px}
.footer-integrated a:hover,.related-pages a:hover{text-decoration:underline;text-underline-offset:4px}
@media(max-width:1100px){.footer-integrated{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}}
@media(max-width:760px){.footer-integrated{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px}.footer-integrated a,.footer-integrated button{min-height:32px;display:flex;align-items:center;margin-bottom:4px}.footer-integrated .footer-label a{min-height:0;margin-bottom:0}}
.growth-home footer a,.growth-home footer button,.growth-home .footer-top>p,.growth-home .footer-bottom,.growth-home .footer-statement span,.landing-page footer a,.landing-page footer button,.landing-page .footer-top>p,.landing-page .footer-bottom,.landing-page .footer-statement span{color:#50505a}
.trust-section{padding:85px 0;background:#fff}
.trust-heading{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}
.trust-heading h2{font-size:clamp(36px,4vw,56px)}
.trust-art{max-width:420px;justify-self:end;width:100%}
.editorial-svg{display:block;width:100%;height:auto;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
.editorial-progress{stroke:#365c7a;stroke-width:2.4;stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--editorial-progress,1))}
.editorial-piece{transform:translateY(calc((1 - var(--editorial-progress,1))*18px))}
.trust-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin:20px 0 35px;padding-top:32px;border-top:1px solid var(--line)}
.trust-points dt{font-size:22px;font-weight:600;letter-spacing:-.025em}
.trust-points dd{margin:13px 0 0;color:var(--muted);font-size:16px;line-height:1.6}
.trust-sectors{display:flex;flex-wrap:wrap;gap:8px 28px;align-items:center;padding:25px 0;border-block:1px solid var(--line);font-size:14px;color:#4b4b55}
.trust-sectors p{font-weight:600;width:100%;margin-bottom:6px}
.trust-sectors a{min-height:44px;display:flex;align-items:center;text-decoration:underline;text-underline-offset:5px}
.founder-quote{max-width:none;margin-top:44px;padding:36px 44px;background:#f5f5f7;border-radius:24px}
.founder-quote-top{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:24px}
.founder-quote-top .eyebrow{font-size:13px;margin:0;color:#455665}
.quote-conversation{width:140px;flex:0 0 140px;height:56px}
.founder-quote blockquote{max-width:980px;font-size:clamp(24px,2.6vw,36px);line-height:1.3;letter-spacing:-.025em;font-weight:500}
.founder-quote figcaption{font-size:14px;color:#51515a;margin-top:30px;padding-top:24px;border-top:1px solid #d9dfe5;display:flex;align-items:center;justify-content:space-between;gap:24px}
.quote-author{display:flex;align-items:center;gap:16px}
.quote-author strong{display:block;font-size:16px;font-weight:600;color:var(--ink);margin-bottom:5px}
.quote-author span{display:block;font-size:13px}
.quote-portrait{width:72px;height:72px;flex:0 0 72px;border-radius:50%;overflow:hidden;background:#dfe6ed}
.quote-portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 35%;transform:scale(1.2);transform-origin:50% 65%}
.quote-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.founder-quote a{color:var(--blue);text-decoration:underline;text-underline-offset:4px;min-height:44px;display:inline-flex;align-items:center;gap:8px;font-size:14px}
.quote-links svg{width:18px;height:18px}
.breadcrumbs{width:calc(100% - 96px);max-width:var(--max);margin:0 auto;padding-top:42px;display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;font-size:13px;color:#4c4c55}
.breadcrumbs a{min-height:36px;display:flex;align-items:center;text-decoration:underline;text-underline-offset:4px}
.related-pages{padding-block:38px 55px;display:flex;flex-wrap:wrap;gap:12px 35px}
.related-pages .footer-label{width:100%;margin:0}
.related-pages>a{font-size:16px;min-height:44px;display:flex;align-items:center;gap:12px}

@media(max-width:760px){
 .growth-home .hero-description{font-size:18px}
 .growth-home .hero h1{font-size:clamp(34px,8.5vw,48px)}
 .growth-home .hero .actions{max-width:100%;gap:12px}
 .growth-home .hero .actions .text-link{font-size:15px}
 .growth-home .hero-guarantee{font-size:13px;align-items:flex-start}
 .growth-home .hero-destination h2{font-size:34px}
 .growth-home .service-card-copy .card-tag{font-size:13px;line-height:1.35}
 .service-promise{font-size:25px}
 .cta-note{font-size:13px}
 .trust-section{padding:65px 0}
 .trust-heading{grid-template-columns:1fr;gap:12px}
 .trust-art{max-width:300px;justify-self:center}
 .trust-points{grid-template-columns:1fr;gap:25px;margin-top:5px}
 .trust-points dt{font-size:23px}
 .trust-sectors{gap:5px 20px}
 .founder-quote{margin-top:30px;padding:26px 24px;border-radius:20px}
 .founder-quote-top{gap:16px;margin-bottom:20px}
 .founder-quote-top .eyebrow{max-width:160px;line-height:1.5}
 .quote-conversation{width:90px;flex-basis:90px;height:44px}
 .founder-quote figcaption{display:block;margin-top:24px;padding-top:20px}
 .quote-portrait{width:58px;height:58px;flex-basis:58px}
 .quote-links{margin-top:16px;gap:20px}
 .breadcrumbs{width:calc(100% - 48px);padding-top:25px;font-size:12px}
 .related-pages{display:block}
 .related-pages>a{margin-top:12px}
 .editorial-piece{transform:none}
}
@media(max-width:370px){.breadcrumbs{width:calc(100% - 40px)}.growth-home .hero-intro{margin-inline:20px}.growth-home .form-row{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.editorial-progress{stroke-dashoffset:0}.editorial-piece{transform:none}}
.reduce-motion .editorial-progress{stroke-dashoffset:0}.reduce-motion .editorial-piece{transform:none}

/* Páginas propias: un relato y una composición por servicio y sector. */
.b-wrap{width:calc(100% - 96px);max-width:1180px;margin-inline:auto}
.bespoke-page h1{font-size:clamp(44px,5.1vw,76px);line-height:1.045;letter-spacing:-.045em;font-weight:600}
.bespoke-page h1 span,.bespoke-page h2 span{color:var(--soft)}
.bespoke-page h1 .b-topic{display:block;font-size:15px;line-height:1.5;letter-spacing:-.018em;font-weight:600;color:var(--ink);margin-bottom:22px}
.b-gallery-controls{display:none}
.bespoke-page h2{font-size:clamp(36px,4vw,58px);line-height:1.08;letter-spacing:-.035em}
.bespoke-page h3{font-size:25px;line-height:1.2;letter-spacing:-.025em}
.bespoke-page .eyebrow{font-size:15px;margin-bottom:22px}
.bespoke-page main p:not(.eyebrow):not(.cta-note):not(.footer-label){font-size:18px;line-height:1.6;color:var(--muted)}
.bespoke-page main .b-lead{font-size:21px!important;line-height:1.55!important;letter-spacing:-.017em}
.bespoke-page main h2+p{margin-top:26px}
.bespoke-page main p+p{margin-top:18px}
.bespoke-page main .btn{margin-top:30px;font-size:16px;min-height:50px}
.bespoke-page main .text-link{margin-top:25px}
.bespoke-page .b-guarantee{font-size:13px!important;max-width:500px;margin-top:22px;line-height:1.6!important}
.b-chapter{padding-block:100px;background:var(--paper)}
.b-heading{max-width:730px;margin-bottom:55px}
.b-heading>p:last-child{max-width:610px;margin-top:25px}
.b-narrow{max-width:480px}
.b-art{min-width:0;position:relative;margin:0}
/* Interiores: construcción material y tipográfica de la galería de inicio. */
.internal-editorial .hp-art{position:relative;isolation:isolate;container-type:inline-size;max-width:620px;width:100%;height:420px;min-width:0;margin:20px auto 30px;color:#1d2935;text-align:left}
.hp-art,.hp-art *{box-sizing:border-box}
.hp-art .hp-drawing{position:absolute;inset:0;width:100%;height:100%;stroke:none;overflow:visible;pointer-events:none}
.hp-art>.hp-drawing{z-index:-1}
.hp-art .hp-icon{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.hp-surface{background:#fff;border:1px solid #e2e8ee;border-radius:17px;box-shadow:0 16px 35px #33495620;position:relative;padding:25px;color:#263d50}
.hp-title{display:block;font-family:var(--display);font-weight:600;font-size:clamp(23px,5.8cqw,35px);letter-spacing:-.04em;line-height:1.08}
.hp-note{display:block;font-size:10px;font-weight:500;line-height:1.4;letter-spacing:.025em;color:#688094;margin-bottom:10px}
.hp-ink{background:linear-gradient(135deg,#283b53,#0b1321);border:1px solid #91b3dc60;color:#f1f6fb;box-shadow:0 20px 35px #0003}
.hp-ink .hp-note{color:#b4cde0}
.hp-field{display:flex;justify-content:space-between;gap:15px;align-items:start;border-top:1px solid #dce5ec;padding:15px 0;font-size:13px;line-height:1.4}
.hp-field>span{color:#6d8394}.hp-field>b{font-weight:500}
.hp-tag{display:inline-block;border-radius:14px;padding:15px 19px;background:#ffffffed;border:1px solid #d8e3ec;color:#496981;box-shadow:0 12px 25px #35516312;font-size:clamp(12px,3.1cqw,18px);font-weight:500;line-height:1.3}
.hp-window-bar{height:28px;border-bottom:1px solid #e6ebf0;display:flex;align-items:center;gap:5px;padding-inline:12px}
.hp-window-bar i{width:4px;height:4px;background:#c4ced8;border-radius:50%}
.hp-text-lines{margin-top:25px;width:77%;height:40px;background:repeating-linear-gradient(#d4dfe8 0 2px,transparent 2px 10px)}
.hp-action{display:inline-block;border-radius:30px;padding:11px 17px;background:#0065b7;color:#fff;font-size:11px;line-height:1.2}
.hp-joined-capabilities .hp-word{position:absolute;padding:16px 25px;border-radius:18px;background:linear-gradient(125deg,#fff,#eef3f7);box-shadow:0 16px 32px #344b6214;border:1px solid #fff}.hp-word-a{left:8%;top:5%;width:55%}.hp-word-b{right:3%;top:37%;width:78%}.hp-word-c{left:5%;bottom:3%;width:79%}.hp-joined-capabilities .hp-title{font-size:clamp(27px,8cqw,49px)}.hp-join{position:absolute;right:5%;top:4%;width:56px;height:56px;border-radius:50%;background:#e8eef4;display:grid;place-items:center;color:#698aa6}
.hp-market-radar .hp-radar{position:absolute;width:72%;aspect-ratio:1;left:10%;top:0;border-radius:50%;background:radial-gradient(circle,#102134,#080e18 70%);box-shadow:0 0 0 18px #ffffff03}.hp-target-profile{position:absolute;left:23%;right:3%;top:42%;transform:rotate(-5deg)}.hp-target-profile .hp-tag{margin-top:17px;background:#9ebddb15;border-color:#6687a252;color:#c7def1}
.hp-page-corner{position:absolute;left:12%;top:8%;right:18%;padding:28px 25px 90px;border-radius:15px;background:#fff;box-shadow:0 20px 40px #44679122;transform:perspective(700px) rotateY(-10deg) rotateZ(-5deg)}.hp-key-motion{position:absolute;right:7%;bottom:18%;width:65%;z-index:2}.hp-contact-key{display:flex;align-items:center;gap:17px;border-radius:20px;padding:27px 24px;background:linear-gradient(135deg,#126abc,#005397);color:#fff;box-shadow:0 8px 0 #064780,0 23px 37px #28598735,inset 0 1px 0 #8ec4f9}.hp-contact-key strong{font-size:clamp(21px,6cqw,36px);letter-spacing:-.04em}.hp-contact-key .hp-icon{width:30px;height:30px}.hp-contact-key svg{stroke:white}
.hp-history-sheet{position:absolute;inset:7% 13% 21% 7%;transform:rotate(-3deg)}.hp-history-item{display:flex;gap:17px;align-items:center;font-size:clamp(13px,3.6cqw,19px);line-height:1.35;margin-top:27px;position:relative;z-index:1}.hp-history-item i{width:9px;height:9px;border-radius:50%;background:#d2e1ec;flex-shrink:0;border:2px solid #779bb8}.hp-history-sheet .hp-history-route{position:absolute;left:20px;top:56px;width:28px;height:190px;stroke:none}.hp-history-tab{position:absolute;right:3%;bottom:9%;display:flex;align-items:center;gap:13px;transform:rotate(5deg);font-size:clamp(13px,3.7cqw,20px);padding:20px}
.hp-priority-dial{position:absolute;left:16%;top:2%;width:68%;aspect-ratio:1;border-radius:50%;border:13px solid #e9ecef;box-shadow:0 18px 35px #3c4c601c,inset 0 0 0 2px #bcc8d2,0 0 0 1px #d5dce1;background:repeating-conic-gradient(#a5afba 0deg .5deg,transparent .5deg 7.5deg)}.hp-dial-face{position:absolute;inset:18px;border-radius:50%;background:radial-gradient(circle at 30% 20%,#fff,#eef2f5 90%);border:1px solid #d5dce1;text-align:center;padding:0 0 8%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.hp-dial-face .hp-title{font-size:clamp(24px,6cqw,36px)}.hp-dial-face .hp-note{font-size:8px;margin-bottom:5px}.hp-priority-label{position:absolute;bottom:4%;left:50%;transform:translateX(-50%);white-space:nowrap}
.hp-source{position:absolute;top:5%;display:grid;gap:10px;justify-items:center;font-size:11px;color:#bfd3e6}.hp-source .hp-icon{width:30px;height:30px;padding:13px;box-sizing:content-box;border-radius:17px;background:linear-gradient(135deg,#26384c,#121d2b);border:1px solid #50637880;box-shadow:0 10px 24px #0003}.hp-source-a{left:5%;transform:rotate(-8deg)}.hp-source-b{left:39%}.hp-source-c{right:5%;transform:rotate(8deg)}.hp-receiver{position:absolute;left:7%;right:7%;bottom:4%;padding:25px}.hp-status{display:block;margin-top:20px;padding-top:14px;border-top:1px solid #48627b;font-size:12px;color:#b7d1e7}.hp-status:before{content:"";display:inline-block;width:6px;height:6px;background:#9ebca9;border-radius:50%;margin-right:8px}
.hp-passport-cover{position:absolute;inset:5% 12% 8% 10%;background:linear-gradient(125deg,#253b50,#142235);border-radius:18px;transform:rotate(-8deg);box-shadow:0 25px 40px #31455822}.hp-passport{position:absolute;inset:5% 6% 8% 16%;transform:rotate(3deg)}.hp-passport>.hp-icon{float:right;color:#7e9cb3}.hp-passport .hp-title{margin-bottom:15px}.hp-passport .hp-field{font-size:12px;padding-block:12px;gap:8px}.hp-passport-check{position:absolute;right:16px;bottom:8px;width:47px;height:40px;stroke:none}.hp-passport .hp-field:last-of-type{padding-right:19px}
.hp-search-glass{position:absolute;inset:0 0 20% 16%;opacity:.9}.hp-query{position:absolute;left:1%;right:1%;top:34%;display:flex;gap:12px;align-items:center;padding:17px 15px;border-radius:40px;transform:rotate(-4deg);font-size:clamp(13px,3.4cqw,20px)}.hp-query .hp-icon{width:19px;color:#6e94b4;flex-shrink:0}.hp-search-answer{position:absolute;left:8%;bottom:4%}.hp-search-answer .hp-title{font-size:clamp(21px,5.6cqw,30px)}
.hp-campaign-back{position:absolute;inset:8% 18% 15% 12%;background:#9ab2bd;border-radius:14px;transform:rotate(-8deg);box-shadow:0 16px 35px #0002}.hp-campaign-print{position:absolute;top:3%;left:18%;right:7%;padding:0 0 22px;transform:rotate(7deg);overflow:hidden}.hp-campaign-image{height:145px;position:relative;background:linear-gradient(135deg,#152431,#667f8c 60%,#bdced5)}.hp-campaign-print .hp-note{margin:19px 20px 8px}.hp-campaign-print .hp-title{margin-inline:20px;font-size:clamp(22px,5.7cqw,33px)}.hp-campaign-caption{position:absolute;bottom:2%;left:2%;transform:rotate(-5deg);background:#fff;color:#344b5b;max-width:96%;font-size:12px}
.hp-envelope-back{position:absolute;left:7%;right:7%;bottom:7%;height:61%;background:linear-gradient(145deg,#b9cddb,#dbe7ef);clip-path:polygon(0 27%,50% 0,100% 27%,100% 100%,0 100%)}.hp-letter{position:absolute;left:16%;right:16%;top:3%;transform:rotate(-4deg);padding:22px 20px 90px}.hp-letter p{font-size:13px;line-height:1.45;margin-top:14px;color:#6d7680}.hp-letter .hp-title{font-size:clamp(21px,5.5cqw,30px)}.hp-envelope-front{position:absolute;left:7%;right:7%;bottom:7%;height:44%;filter:drop-shadow(0 15px 14px #39587316)}
.hp-inbox-base{position:absolute;left:4%;right:4%;bottom:5%;height:39%;border-radius:20px;background:linear-gradient(125deg,#c7d6e1,#91acc1);transform:perspective(600px) rotateX(20deg);box-shadow:0 23px 40px #36587020}.hp-inbox-document{position:absolute;left:14%;right:14%;top:4%;padding:27px 22px 54px;transform:rotate(-4deg)}.hp-inbox-details{display:flex;gap:7px;flex-wrap:wrap;margin-top:22px}.hp-inbox-details .hp-tag{padding:7px 9px;font-size:10px}.hp-inbox-front{position:absolute;left:4%;right:4%;bottom:4%;height:26%;display:flex;justify-content:center;align-items:center;gap:14px;border-radius:10px 10px 20px 20px;background:linear-gradient(#f5f9fc,#dce6ed);border:1px solid #cbd9e4;box-shadow:inset 0 1px 0 #fff;color:#44637d;font-size:clamp(13px,4cqw,22px);z-index:2}
.hp-web-window{position:absolute;left:3%;right:15%;top:4%;bottom:12%;padding:0;overflow:hidden;transform:perspective(700px) rotateY(-8deg) rotateZ(-3deg)}.hp-web-content{padding:22px 25px;position:relative;height:calc(100% - 28px)}.hp-web-content>.hp-title{font-size:clamp(24px,6.5cqw,43px);position:relative;z-index:2}.hp-web-object{position:absolute;right:2%;top:22%;width:60%;height:69%;opacity:.8}.hp-web-content>.hp-action{position:absolute;bottom:21px;left:25px}.hp-mobile-preview{position:absolute;right:3%;bottom:2%;width:28%;min-height:53%;padding:30px 12px 19px;border:5px solid #2a2e36;border-radius:24px;background:linear-gradient(145deg,#fff,#dce5ef);box-shadow:0 16px 23px #22375b25;transform:rotate(7deg);z-index:3}.hp-mobile-preview:before{content:"";position:absolute;top:5px;left:30%;width:40%;height:6px;background:#2a2e36;border-radius:6px}.hp-mobile-preview .hp-note{font-size:9px;line-height:1.3}.hp-mobile-preview strong{font-size:clamp(13px,3.7cqw,22px);letter-spacing:-.04em;line-height:1.15}.hp-mobile-preview>.hp-icon{display:block;margin-top:30px;color:#356d99}
.hp-reading-gap{background:#101924;border-radius:25px}.hp-friction-question{position:absolute;left:8%;top:9%;color:#f4f7fa}.hp-friction-question .hp-title{font-size:clamp(25px,6.5cqw,40px)}.hp-friction-stack{position:absolute;right:7%;bottom:9%;display:grid;gap:12px;width:61%}.hp-friction-stack span{display:block;background:linear-gradient(135deg,#23364b,#142233);border:1px solid #4b627a;border-radius:15px;padding:13px 17px;color:#c7dced;box-shadow:0 13px 23px #0002;font-size:clamp(13px,3.8cqw,21px)}.hp-friction-stack span:nth-child(2){margin-left:20px}.hp-friction-stack span:nth-child(3){margin-left:40px}
.hp-hierarchy-page{position:absolute;left:9%;right:11%;top:4%;bottom:13%;padding:30px 26px 30px 37px;transform:rotate(-4deg);border-radius:15px}.hp-type-primary{font-size:clamp(36px,10cqw,65px);font-weight:600;line-height:1;letter-spacing:-.065em;margin-top:25px}.hp-type-secondary{font-size:clamp(20px,5.5cqw,35px);font-weight:500;letter-spacing:-.035em;color:#5b6b79;margin-top:29px}.hp-type-tertiary{font-size:clamp(13px,3.7cqw,23px);color:#7d8c98;margin-top:25px}.hp-hierarchy-guide{position:absolute;left:2px;top:37px;width:29px;height:75%;stroke:none}.hp-hierarchy-label{position:absolute;right:0;bottom:6%;transform:rotate(4deg)}
.hp-audit-paper{position:absolute;inset:5% 7% 14% 14%;background:#f7f9fb;border:1px solid #d9e3eb;border-radius:15px;transform:rotate(5deg);box-shadow:0 20px 35px #44679115;overflow:hidden}.hp-audit-lines{margin:35px 30px;height:130px;background:repeating-linear-gradient(#cdd9e2 0 4px,transparent 4px 21px);opacity:.7}.hp-audit-button{width:90px;height:23px;border-radius:20px;background:#bfd0df;margin-left:30px}.hp-audit-lens{position:absolute;width:65%;aspect-ratio:1;top:11%;left:2%;border-radius:50%;border:9px solid #e6edf3;background:radial-gradient(circle at 30% 20%,#fff,#eef3f8);box-shadow:0 18px 35px #3c4c6020,inset 0 0 0 1px #bcc8d2,0 0 0 1px #d5dce1;text-align:center;padding-top:16%}.hp-audit-lens .hp-title{font-size:clamp(25px,6.8cqw,42px)}.hp-audit-lens .hp-note{font-size:9px}.hp-audit-note{position:absolute;bottom:4%;right:0;transform:rotate(-5deg);font-size:12px}
.hp-stage-board{position:absolute;inset:5% 2% 8%;padding:24px 20px;background:linear-gradient(135deg,#fff,#f0f5f9);border:1px solid #dbe5ed;border-radius:23px;box-shadow:0 20px 36px #304d6720}.hp-stage-board .hp-title{font-size:clamp(25px,6cqw,38px)}.hp-stage-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:31px}.hp-stage-columns>div{min-height:170px;border-left:1px solid #dce5ec;padding-left:10px}.hp-stage-columns small{display:block;font-size:8px;color:#6c8396;line-height:1.4;min-height:25px}.hp-stage-columns i{display:block;height:42px;margin-top:15px;background:#e1eaf1;border:1px solid #d5e2ec;border-radius:8px}.hp-stage-columns>div:last-child i{background:#d6e4ee}.hp-active-opportunity{position:absolute;right:2%;bottom:14%;width:78%;display:flex;gap:13px;align-items:center;transform:rotate(-5deg);background:linear-gradient(135deg,#293f55,#132638);border-color:#506d86;color:#edf5fb;box-shadow:0 16px 30px #233a5140}.hp-active-opportunity>svg{flex-shrink:0;color:#a8c6dd}.hp-active-opportunity strong{font-size:clamp(16px,4cqw,25px);display:block;letter-spacing:-.03em;line-height:1.15}.hp-active-opportunity small{display:block;font-size:11px;color:#bfd4e5;margin-top:7px}
.hp-incoming{position:absolute;top:3%;left:21%;right:21%;display:grid;justify-items:center;gap:13px;font-size:clamp(14px,4cqw,23px);padding:24px 17px;border-radius:22px;background:linear-gradient(135deg,#fff,#eaf1f6);box-shadow:0 15px 30px #344b6215;border:1px solid #dbe5ed}.hp-incoming>.hp-icon{width:35px;height:35px;color:#6389a8}.hp-route-card{position:absolute;bottom:8%;width:30%;display:grid;gap:13px;text-align:center;justify-items:center;background:#fff;border:1px solid #d8e1e9;border-radius:16px;padding:21px 7px;box-shadow:0 14px 28px #3b597517;font-size:clamp(11px,3cqw,17px)}.hp-route-card>.hp-icon{width:29px;height:29px;color:#7698b3}.hp-route-sales{left:1%;transform:rotate(-5deg)}.hp-route-team{left:35%;bottom:2%;background:#e9f1f7}.hp-route-next{right:1%;transform:rotate(5deg)}
.hp-switch-console{position:absolute;inset:3% 15% 18% 3%;padding:27px 25px;background:linear-gradient(135deg,#24364a,#101d2d);border:1px solid #50677f;border-radius:24px;box-shadow:0 20px 35px #0003;color:#d9e8f5;transform:rotate(-4deg)}.hp-switch-console>.hp-note{color:#b7cadb}.hp-switch-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:clamp(17px,4.8cqw,26px);margin-top:23px;letter-spacing:-.025em}.hp-switch-row>i{width:46px;height:26px;border-radius:20px;background:#6a8ba8;box-shadow:inset 0 2px 4px #0003;position:relative;flex-shrink:0}.hp-switch-row>i:after{content:"";position:absolute;right:3px;top:3px;width:20px;height:20px;border-radius:50%;background:linear-gradient(#fff,#dce8f2);box-shadow:0 2px 4px #14283b55}.hp-human-note{position:absolute;right:1%;bottom:7%;display:flex;align-items:center;gap:17px;transform:rotate(5deg);padding:24px 23px}.hp-human-note>.hp-icon{color:#6b8da8;width:31px;height:31px}.hp-human-note .hp-title{font-size:clamp(23px,6cqw,35px)}
.hp-process-plan{position:absolute;inset:3% 10% 11% 5%;transform:rotate(-5deg);background:linear-gradient(135deg,#fff,#f1f6fa)}.hp-plan-grid{height:200px;position:relative;margin-top:15px;background:linear-gradient(#c5d7e42b 1px,transparent 1px),linear-gradient(90deg,#c5d7e42b 1px,transparent 1px);background-size:21px 21px}.hp-template-overlay{position:absolute;right:1%;bottom:5%;max-width:77%;padding:23px 25px;border-radius:18px;background:#ffffffed;box-shadow:0 16px 30px #34516f20;border:1px solid #fff;transform:rotate(4deg)}.hp-template-overlay strong{font-size:clamp(17px,4.8cqw,28px);letter-spacing:-.04em}
.hp-sector-dividers{display:flex;gap:9px;align-items:center;padding:18px 2px}.hp-sector-column{flex:1;min-width:0;height:84%;padding:27px 8px 25px;border:1px solid #d5e1e9;border-radius:22px;background:linear-gradient(135deg,#fff,#e7f0f6);box-shadow:0 18px 35px #3a556c1c;display:flex;flex-direction:column;justify-content:space-between}.hp-sector-column>strong{font-size:clamp(13px,3.5cqw,22px);letter-spacing:-.04em}.hp-sector-glyph{height:47%;position:relative}.hp-sector-column>span{font-size:clamp(11px,3.1cqw,18px);line-height:1.3;letter-spacing:-.02em}.hp-sector-services{margin-top:38px;background:linear-gradient(135deg,#bfd2df,#dce8ee)}.hp-sector-industry{margin-top:-25px;background:linear-gradient(135deg,#294055,#102536);color:#e3eef7;border-color:#5f7f98}
.hp-feature-sheet{position:absolute;inset:4% 18% 23% 3%;padding:26px 25px;border:1px solid #c8d7e3;border-radius:16px;background:#dfe9f1;transform:rotate(-7deg);color:#71889c}.hp-feature-sheet>span{display:block;font-size:clamp(25px,7cqw,41px);font-weight:600;letter-spacing:-.04em;line-height:1.4;margin-top:22px}.hp-benefit-sheet{position:absolute;left:25%;right:0;bottom:6%;padding:27px 24px 48px;transform:rotate(5deg)}.hp-benefit-sheet .hp-title{font-size:clamp(27px,7cqw,42px)}.hp-benefit-sheet .hp-note{font-size:10px}
.hp-quotation-mark{position:absolute;top:-13%;left:0;font-family:Georgia,serif;font-size:clamp(280px,83cqw,480px);line-height:1;color:#d3e0e8;text-shadow:1px 3px 0 #afc3d3,0 20px 30px #49678115;transform:rotate(-8deg)}.hp-quotation-copy{position:absolute;left:30%;right:0;top:26%;z-index:1}.hp-quotation-copy>.hp-title{font-size:clamp(34px,9cqw,54px)}.hp-quotation-copy .hp-note{font-size:10px}.hp-quotation-note{position:absolute;right:5%;bottom:4%;transform:rotate(-5deg);font-size:clamp(14px,4cqw,23px);padding:21px 23px}
.hp-roll-sheet{position:absolute;inset:4% 12% 7% 9%;padding:27px 28px;border-radius:6px 24px 24px 6px;color:#dceaf5;background:linear-gradient(105deg,#182e41,#203b51 65%,#112638);border:1px solid #4c6a81;box-shadow:0 22px 36px #0003;transform:rotate(-5deg);overflow:hidden}.hp-roll-sheet>.hp-title{font-size:clamp(26px,7cqw,43px)}.hp-roll-sheet .hp-note{font-size:10px;color:#b4cbdd}.hp-roll-edge{position:absolute;right:9%;top:1%;bottom:5%;width:33px;border-radius:50%;transform:rotate(-5deg);background:linear-gradient(90deg,#2f4b61,#9bb4c6 45%,#20394e);box-shadow:4px 10px 12px #0002}
.hp-brief-base{position:absolute;left:10%;right:7%;top:3%;bottom:6%;transform:rotate(3deg);padding:27px 24px}.hp-brief-base .hp-title{margin-bottom:26px}.hp-brief-question{font-size:clamp(13px,3.8cqw,22px);padding:16px 0 16px 24px;border-bottom:1px solid #dce5ec}.hp-brief-marks{position:absolute;left:11px;top:131px;width:35px;height:172px;stroke:none}
.hp-app-window{position:absolute;inset:4% 3% 18% 2%;padding:0;overflow:hidden;transform:perspective(700px) rotateY(-6deg) rotateZ(-3deg)}.hp-app-sidebar{position:absolute;left:0;top:28px;bottom:0;width:49px;padding-top:28px;display:flex;flex-direction:column;align-items:center;gap:25px;background:linear-gradient(#1c3044,#101f30);color:#9dbbd3}.hp-app-sidebar .hp-icon{width:20px;height:20px}.hp-app-main{padding:25px 17px 30px 68px}.hp-app-main .hp-title{font-size:clamp(28px,7.2cqw,45px)}.hp-task{display:flex;gap:9px;align-items:center;margin-top:22px;font-size:clamp(11px,3cqw,17px);color:#62798b}.hp-task>.hp-icon{width:19px;height:19px;flex-shrink:0;border:1px solid #c7d8e6;border-radius:50%;padding:3px;background:#edf4f9}.hp-app-result{position:absolute;right:0;bottom:6%;padding:22px 20px;max-width:94%;display:flex;align-items:center;gap:12px;background:#fff;border-radius:17px;box-shadow:0 14px 28px #35516320;transform:rotate(4deg);z-index:2;font-size:clamp(15px,4cqw,23px)}.hp-app-result>.hp-icon{color:#6f96b4}
.hp-capability-chip{position:absolute;top:5%;left:1%;display:flex;gap:12px;align-items:center;background:#e3ecf4;border:1px solid #c1d3e2;border-radius:17px;padding:20px 24px;font-size:clamp(14px,4cqw,22px);transform:rotate(-6deg)}.hp-capability-chip .hp-icon{color:#6f94b3}.hp-translator-slot{position:absolute;left:4%;top:21%;width:74%;height:47%;transform:rotate(28deg)}.hp-outcome-card{position:absolute;right:1%;bottom:4%;width:75%;padding:28px;transform:rotate(4deg)}.hp-outcome-bars{display:flex;gap:9px;margin-top:30px;align-items:center}.hp-outcome-bars i{height:9px;border-radius:9px;background:#a9c2d5;width:20%}.hp-outcome-bars i:last-child{width:43%;background:#46779c}.hp-outcome-card .hp-title{font-size:clamp(25px,6.5cqw,39px)}
.hp-demo-display{position:absolute;inset:5% 10% 20% 1%;background:#fff;border:6px solid #21364a;border-radius:19px;box-shadow:0 22px 40px #0003;transform:perspective(800px) rotateY(7deg) rotateZ(-3deg);padding:19px 21px;color:#1d2935}.hp-demo-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.hp-demo-top .hp-note{font-size:9px;margin:0}.hp-demo-top>span{font-size:10px;color:#5b7f9c;padding:5px 9px;border-radius:12px;background:#e5eef5}.hp-demo-visual{height:165px;position:relative}.hp-demo-display>strong{font-size:clamp(17px,4.4cqw,27px);letter-spacing:-.035em}.hp-demo-pointer{position:absolute;width:49px;height:49px;right:12%;bottom:27%;z-index:2}.hp-demo-question{position:absolute;bottom:3%;right:1%;transform:rotate(4deg);font-size:clamp(16px,4.4cqw,26px);padding:24px;color:#273f53}
.hp-eval-folder{position:absolute;height:26%;width:80%;padding:20px 26px;border-radius:0 17px 17px 17px;border:1px solid #cbd9e4;box-shadow:0 17px 30px #34516c1a;background:linear-gradient(135deg,#fff,#edf3f7);transform:rotate(-5deg)}.hp-eval-folder>span{position:absolute;top:-23px;left:-1px;border:1px solid #cbd9e4;border-bottom:0;background:#fff;border-radius:12px 12px 0 0;padding:7px 20px;font-size:12px;height:26px}.hp-eval-folder>strong{font-size:clamp(25px,6.8cqw,39px);line-height:1.1;letter-spacing:-.045em}.hp-eval-demo{top:9%;left:3%}.hp-eval-trial{top:40%;left:8%;background:#e4edf4;transform:rotate(2deg)}.hp-eval-trial>span{background:#e4edf4}.hp-eval-team{top:72%;left:14%;height:26%;background:linear-gradient(135deg,#2a4056,#14283a);color:#e9f3fa;transform:rotate(6deg)}.hp-eval-team>span{background:#22394e;color:#d7e7f4;border-color:#627e94}
.hp-book-spine{position:absolute;left:15%;top:4%;bottom:9%;width:20%;border-radius:13px 0 0 13px;background:linear-gradient(90deg,#b5c9d6,#dce7ee 45%,#a9bfce);transform:rotate(-7deg);box-shadow:0 24px 35px #35547120}.hp-book-pages{position:absolute;left:24%;right:7%;top:7%;bottom:6%;border-radius:3px 9px 9px 3px;background:repeating-linear-gradient(#fff 0 2px,#dce5ec 2px 3px);transform:rotate(-7deg)}.hp-book-cover{position:absolute;left:20%;right:9%;top:3%;bottom:10%;padding:31px 27px;border-radius:4px 12px 12px 4px;background:linear-gradient(120deg,#e7eff3,#fff 48%,#e9f0f5);transform:rotate(-7deg);box-shadow:inset 5px 0 7px #9fb6c322,4px 8px 20px #344f6520;overflow:hidden}.hp-book-cover .hp-note{font-size:10px}.hp-book-cover .hp-title{font-size:clamp(34px,9cqw,55px)}.hp-book-engraving{position:absolute;left:20px;right:15px;bottom:40px;height:42%}.hp-book-cover>span{position:absolute;bottom:23px;left:27px;right:20px;font-size:11px;color:#526e83}
.hp-reel-strip{position:absolute;left:2%;right:2%;top:10%;bottom:17%;display:flex;gap:11px;padding:28px 13px;border-radius:14px;background:linear-gradient(135deg,#243749,#122234);box-shadow:0 20px 35px #29475f22;transform:rotate(-5deg)}.hp-reel-strip:before,.hp-reel-strip:after{content:"";position:absolute;left:10px;right:10px;height:5px;background:repeating-linear-gradient(90deg,#94adbf 0 10px,transparent 10px 22px);opacity:.55}.hp-reel-strip:before{top:10px}.hp-reel-strip:after{bottom:10px}.hp-reel-frame{flex:1;min-width:0;background:linear-gradient(145deg,#f7fafc,#d9e6ef);border-radius:5px;padding:15px 10px;display:flex;flex-direction:column;justify-content:center}.hp-reel-frame:nth-child(2){background:#bfd2e1}.hp-reel-frame small{font-size:8px;font-weight:600;line-height:1.4;letter-spacing:.03em;margin-bottom:20px}.hp-reel-frame strong{font-size:clamp(12px,3.2cqw,20px);letter-spacing:-.04em;line-height:1.2}.hp-case-caption{position:absolute;bottom:3%;left:13%;transform:rotate(3deg);font-size:clamp(12px,3.3cqw,18px)}
.hp-type-tile{position:absolute;left:1%;top:1%;width:55%;height:50%;display:grid;place-items:center;border-radius:26px;background:linear-gradient(135deg,#3f586c,#162b3e);border:1px solid #7893a8;box-shadow:0 18px 32px #0003;color:#d7e8f3;font-size:clamp(65px,21cqw,115px);letter-spacing:-.08em;font-weight:500;transform:rotate(-9deg)}.hp-argument{position:absolute;left:23%;right:1%;bottom:4%;transform:rotate(5deg);padding:27px 24px;color:#273e50}.hp-argument .hp-title{font-size:clamp(25px,6.8cqw,40px)}.hp-argument .hp-note{font-size:9px}.internal-editorial .hp-art .hp-argument p{font-size:clamp(12px,3.4cqw,19px);line-height:1.65;margin-top:25px;color:#60778a}
.hp-argument>.hp-drawing{position:relative;height:12px;display:block;margin-top:10px}.hp-audio-orb{position:absolute;width:95px;height:95px;left:3%;top:0;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 20%,#fff,#dce8f1);box-shadow:0 16px 28px #34516c20,inset 0 0 0 1px #d0dde7;z-index:2}.hp-audio-orb>.hp-icon{width:39px;height:39px;color:#6085a3}.hp-wave-panel{position:absolute;inset:15% 2% 4% 15%;padding:46px 25px 0;border:1px solid #d5e1eb;border-radius:26px;background:linear-gradient(125deg,#fff,#edf4f9);box-shadow:0 22px 37px #344b6215;transform:rotate(3deg)}.hp-wave-panel .hp-title{font-size:clamp(28px,7.1cqw,43px);margin-top:10px}.hp-wave-panel .hp-note{font-size:9px}.hp-waveform{position:relative;display:block;width:100%;height:145px;stroke:none}
.hp-bearing-body{position:absolute;left:8%;top:0;width:67%;aspect-ratio:1;border-radius:50%;background:repeating-conic-gradient(#c7d4de 0deg 8deg,#ebf0f4 8deg 18deg,#a9bdcc 18deg 20deg);box-shadow:0 22px 30px #3a546b24,0 2px 0 #839bab;transform:perspective(800px) rotateX(18deg) rotateY(-12deg)}.hp-bearing-rim{position:absolute;inset:17px;border-radius:50%;border:15px solid #e8eef3;background:linear-gradient(135deg,#f6f9fb,#cbd9e3);box-shadow:inset 0 0 0 1px #adbfcd,0 0 0 1px #9bafbe}.hp-bearing-core{position:absolute;inset:0;border-radius:50%}.hp-bearing-core:before{content:"";position:absolute;inset:30%;border-radius:50%;background:#f1f5f8;border:12px solid #bacddc;box-shadow:inset 5px 6px 12px #314e692b,0 1px 0 #fff}.hp-bearing-note{position:absolute;right:1%;bottom:4%;padding:25px 27px;transform:rotate(5deg);max-width:72%}.hp-bearing-note .hp-title{font-size:clamp(27px,7cqw,42px)}.hp-bearing-note .hp-note{font-size:10px}
.hp-perspective-disc{position:absolute;left:17%;top:8%;width:65%;aspect-ratio:1;border-radius:50%;box-shadow:0 20px 35px #344b6219;background:radial-gradient(circle at 30% 20%,#fff,#e2edf5);transform:perspective(700px) rotateX(12deg)}.hp-perspective-disc>strong{position:absolute;inset:0;display:grid;place-content:center;text-align:center;font-size:clamp(27px,7cqw,44px);letter-spacing:-.05em;line-height:1}.hp-purchase-perspectives>.hp-tag{position:absolute;padding:18px 21px;font-size:clamp(13px,3.8cqw,22px);box-shadow:0 14px 24px #34516c1c}.hp-role-tech{top:1%;left:27%;transform:rotate(-4deg)}.hp-role-buy{left:1%;bottom:7%;transform:rotate(6deg)}.hp-role-direction{right:1%;bottom:7%;transform:rotate(-5deg)}
.hp-industrial-continuity{min-height:300px}.hp-cycle-track{position:absolute;inset:0 0 27%;}.hp-cycle-labels{position:absolute;top:49%;left:1%;right:0;display:grid;grid-template-columns:repeat(4,1fr);font-size:clamp(10px,2.7cqw,17px);text-align:center;color:#5f7b92;gap:5px}.hp-cycle-memory{position:absolute;left:10%;right:5%;bottom:1%;display:flex;gap:18px;align-items:center;padding:22px 25px;transform:rotate(-3deg)}.hp-cycle-memory>.hp-icon{width:33px;height:33px;color:#7497b2;flex-shrink:0}.hp-cycle-memory .hp-title{font-size:clamp(20px,5.2cqw,32px)}
.hp-spec-board{position:absolute;inset:5% 7% 4% 8%;padding:36px 26px 22px;background:linear-gradient(145deg,#f8fafc,#e9f1f7);border:8px solid #365269;border-radius:18px;box-shadow:0 25px 40px #0003;transform:rotate(-5deg);color:#293f51}.hp-spec-board .hp-note{font-size:10px}.hp-spec-board .hp-title{font-size:clamp(28px,7cqw,43px)}.hp-spec-fields{margin-top:18px}.hp-spec-fields .hp-field{font-size:clamp(11px,2.9cqw,17px);padding-block:10px;gap:10px}.hp-spec-fields .hp-field b{font-weight:500}.hp-spec-clip{position:absolute;left:34%;right:27%;top:2%;height:30px;border-radius:10px 10px 7px 7px;background:linear-gradient(#ccdbe6,#edf3f8 48%,#9cb5c9);border:1px solid #91a9bb;box-shadow:0 4px 8px #27415822;transform:rotate(-5deg)}
.internal-editorial .leads-focus{border-radius:28px;padding:18px 20px 25px}
.internal-editorial .leads-focus .b-art{margin-inline:0}
.internal-editorial .friction-line .b-art,.internal-editorial .industrial-cycle>.b-art{height:auto;max-width:750px;margin:25px auto}
.internal-editorial .industry-drawing{border:0;border-radius:28px;background:#edf2f7;padding:20px 45px}
.internal-editorial .saas-opening-art{background:#eaf0f7;padding:20px 14px}
.internal-editorial .atlas-window{background:#e7eef0}
.internal-editorial .proof-statement .b-art{max-width:520px}
.internal-editorial .channel-volume{background:#edf2f5}
.internal-editorial .channel-volume:nth-child(2){background:#0d121b}
.internal-editorial .channel-volume:nth-child(2) figcaption{color:#bfcfdd}
.internal-editorial .channel-volume:nth-child(3){background:#f5f3ef}
@media(max-width:1100px){
 .internal-editorial .channel-volumes{display:flex;overflow:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:15px;scroll-padding-left:0}
 .internal-editorial .channel-volume{flex:0 0 min(350px,96%);scroll-snap-align:start;padding:28px 24px}
 .internal-editorial .channel-volume h3{font-size:26px}
 .internal-editorial .b-gallery-controls{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}
}
@media(max-width:760px){
 .internal-editorial .hp-art{height:360px;margin-block:18px 27px}
 .internal-editorial .leads-focus{padding:15px 17px 20px}
 .internal-editorial .industry-drawing{padding:15px 8px}
 .internal-editorial .friction-line .b-art,.internal-editorial .industrial-cycle>.b-art{height:auto;margin-block:20px 30px}
 .hp-field{font-size:12px}
 .internal-editorial .hp-priority-instrument{height:310px}
}
.bespoke-svg{display:block;width:100%;height:auto;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
.b-art figcaption{font-size:13px;line-height:1.5;color:#414e5b;text-align:center;margin-top:14px}
.b-dark{--muted:#c5cdd7;--soft:#b7c4d2;background:#0d121b;color:#f7f9fb}
.b-dark .eyebrow,.b-dark .b-art figcaption{color:#bfccd9}
.b-dark .text-link{color:#c4e1fa}
.b-dark :focus-visible{outline-color:#b9d9f4}
.v-trace{stroke:#547e9e;stroke-width:2;stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--editorial-progress,1))}
.b-dark .v-trace{stroke:#b8d8f0}
.v-turn{transform-box:fill-box;transform-origin:center;transform:rotate(calc((1 - var(--editorial-progress,1))*28deg))}
.v-slide{transform:translateX(calc((1 - var(--editorial-progress,1))*44px))}
.v-lift{transform:translateY(calc((1 - var(--editorial-progress,1))*36px))}
.v-pointer{transform:translate(calc((1 - var(--editorial-progress,1))*68px),calc((1 - var(--editorial-progress,1))*28px))}
.v-converge-left{transform:translateX(calc((1 - var(--editorial-progress,1))*-36px))}
.v-converge-right{transform:translateX(calc((1 - var(--editorial-progress,1))*36px))}
.v-layer-back{transform:translateY(calc((1 - var(--editorial-progress,1))*-24px))}
.v-layer-front{transform:translateY(calc((1 - var(--editorial-progress,1))*34px))}
.leads-opening{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;padding-block:70px 100px}
.leads-focus{border-radius:50% 50% 24px 24px;padding:45px 0 28px;min-width:0}
.leads-focus .b-art{margin-inline:-20px}
.leads-intro .b-lead{margin-top:30px}
.object-note{display:block;text-align:center;margin-top:20px;font-size:12px;color:#c4d0dc}
.qualification-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}
.qualification-notes{margin:35px 0 0;border-top:1px solid #c8d1d9}
.qualification-notes>div{display:grid;grid-template-columns:95px 1fr;gap:20px;padding-block:20px;border-bottom:1px solid #c8d1d9}
.qualification-notes dt{font-size:16px;font-weight:600}
.qualification-notes dd{font-size:16px;color:var(--muted);line-height:1.55;margin:0}
.channel-edition{background:#fff}
.channel-volumes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.channel-volume{padding:32px 26px;background:#eef2f5;border-radius:24px;min-width:0}
.channel-volume:nth-child(2){background:#0d1622;color:#fff;--muted:#c9d3dd}
.channel-volume:nth-child(3){background:#f5f3ef}
.channel-volume .eyebrow{font-size:13px}
.channel-volume .b-art{margin:20px -10px 28px}
.bespoke-page .channel-volume p:last-child{font-size:16px!important}
.handoff-chapter{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;align-items:center;padding-block:45px 100px}
.b-cta-row{margin-top:5px}
.cro-opening{padding-top:62px;text-align:center}
.cro-opening h1{font-size:clamp(46px,6vw,90px)}
.cro-opening-bottom{display:flex;justify-content:space-between;align-items:center;text-align:left;gap:75px;margin-top:40px}
.cro-opening-bottom>.b-lead{max-width:610px}
.cro-opening-bottom>div{flex-shrink:0;text-align:center}
.cro-opening-bottom .btn{margin-top:0!important}
.cro-browser{max-width:970px;margin:40px auto 60px}
.friction-header{max-width:830px}
.friction-line .b-art{max-width:800px;margin:0 auto;height:245px}
.friction-line .bespoke-svg{height:245px}
.friction-line ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:55px}
.friction-line strong{display:block;font-size:24px;letter-spacing:-.025em;margin-bottom:14px}
.friction-line li span{font-size:17px;line-height:1.6;color:#c2ccd7}
.reading-chapter{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start;padding-block:115px}
.reading-object{position:sticky;top:150px;margin-top:55px}
.reading-layer{display:grid;grid-template-columns:35px 1fr;gap:20px;border-top:1px solid #ccd5dd;padding-block:26px}
.reading-layer:first-of-type{margin-top:35px}
.reading-layer>span{font-size:13px;color:#354f66;padding-top:4px}
.reading-layer h3{font-size:24px}
.reading-layer p{font-size:17px!important;margin-top:13px}
.evidence-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:75px;align-items:center}
.b-detail{border-bottom:1px solid #bac9d5;margin-top:20px}
.b-detail summary{cursor:pointer;font-size:17px;font-weight:600;padding:15px 22px 15px 0}
.b-detail p{font-size:16px!important;padding-bottom:20px}
.crm-opening{display:grid;grid-template-columns:1fr 1.1fr;gap:35px 65px;align-items:center;padding-block:70px 60px}
.crm-opening .b-lead{margin-top:30px}
.crm-principles{grid-column:1/-1;display:flex;justify-content:space-between;gap:25px;border-top:1px solid #c6d0da;padding-top:27px;margin-top:25px;font-size:15px;color:#40596e}
.routing-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:20px 80px;align-items:end}
.routing-heading .eyebrow{grid-column:1/-1;margin-bottom:0}
.routing-heading h2+p{margin-top:0!important}
.routing-workbench{max-width:1030px;margin:48px auto 0;background:#fff;border:1px solid #c4d1dd;border-radius:26px;padding:25px 45px 35px}
.routing-workbench .b-art{max-width:780px;margin:auto}
.routing-labels{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin:10px 0 0;border-top:1px solid #d2dce4;padding-top:26px}
.routing-labels dt{font-size:19px;font-weight:600;margin-bottom:9px}
.routing-labels dd{margin:0;font-size:16px;line-height:1.55;color:var(--muted)}
.ownership-chapter{padding-block:100px}
.ownership-layout{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}
.ownership-layout .b-art{margin-top:25px}
.ownership-columns article{padding-block:25px;border-bottom:1px solid #405164}
.ownership-columns h3{font-size:26px}
.ownership-columns ul{padding-left:20px;color:#c3ceda;font-size:17px;line-height:1.65;margin-bottom:0}
.ownership-columns li+li{margin-top:10px}
.migration-chapter{display:grid;grid-template-columns:1fr 1fr;gap:95px;padding-block:100px}
.migration-intro .b-art{margin-top:20px}
.migration-list article{border-top:1px solid #c6d2dd;padding-block:23px}
.migration-list article>span{font-size:13px;font-weight:600;color:#354f66;display:block;margin-bottom:15px}
.migration-list h3+p{margin-top:14px}
.saas-opening{display:grid;grid-template-columns:1fr 1.1fr;gap:65px;align-items:center;padding-block:65px 100px}
.saas-opening .b-lead{margin-top:27px}
.saas-opening h1{font-size:clamp(42px,4.6vw,67px)}
.saas-opening-art{background:#f2f5f7;border-radius:28px;padding:40px 0 30px}
.translation-heading{max-width:700px}
.translation-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:40px}
.translation-pairs{margin:0}
.translation-pairs>div{display:grid;grid-template-columns:140px 1fr;gap:25px;padding-block:30px;border-top:1px solid #b9cad7}
.translation-pairs dt{font-size:22px;font-weight:600;letter-spacing:-.03em}
.translation-pairs dd{margin:0;font-size:18px;color:var(--muted)}
.b-aside{max-width:770px;border-left:2px solid #a5bdcf;padding-left:25px;margin-top:40px}
.demo-chapter{padding-block:95px}
.demo-heading{max-width:780px}
.demo-heading>p:last-child{max-width:610px;margin-top:25px}
.demo-stage{display:grid;grid-template-columns:1.6fr 1fr;gap:65px;align-items:center;margin-top:35px}
.demo-stage aside{border-left:1px solid #425267;padding-left:30px}
.demo-stage h3{font-size:23px;margin-bottom:12px}
.demo-stage aside p{font-size:16px!important;margin-bottom:28px}
.saas-evaluation{display:grid;grid-template-columns:1fr .85fr;gap:85px;align-items:center;padding-block:100px}
.professional-opening{padding-block:70px 80px}
.professional-heading{border-bottom:1px solid #c9d3dc;padding-bottom:38px}
.professional-heading h1{font-size:clamp(46px,6.2vw,90px)}
.professional-cover{display:grid;grid-template-columns:1.4fr 1fr;gap:85px;align-items:center;margin-top:20px}
.professional-cover .b-art{margin-left:-35px}
.proof-layout{display:grid;grid-template-columns:1fr .8fr;gap:120px;align-items:start}
.proof-statement .b-art{max-width:380px;margin:20px auto 0}
.proof-notes article{padding-block:30px;border-top:1px solid #c1ccd6}
.proof-notes article>span{font-size:13px;font-weight:600;color:#354f66;display:block;margin-bottom:18px}
.proof-notes article h3+p{margin-top:17px}
.expertise-chapter{padding-block:100px}
.expertise-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}
.expertise-layout .b-art{max-width:480px;margin-top:25px}
.expertise-copy dl{margin:35px 0 0}
.expertise-copy dl>div{padding-block:22px;border-top:1px solid #405366}
.expertise-copy dt{font-size:21px;font-weight:600;margin-bottom:10px}
.expertise-copy dd{margin:0;font-size:17px;color:#c2ced9;line-height:1.6}
.consultation-letter{display:grid;grid-template-columns:1.1fr .8fr;gap:100px;align-items:center;padding-block:110px}
.letter-copy{max-width:630px}
.industry-opening{padding-block:65px 80px}
.industry-heading{max-width:1000px}
.industry-heading h1{font-size:clamp(46px,5.8vw,85px)}
.industry-drawing{margin-top:35px;background:#f5f7f9;border:1px solid #d6e0e8;border-radius:4px;padding:25px 45px}
.industry-drawing .b-art{max-width:840px;margin:auto}
.drawing-caption{border-top:1px solid #bccddc;padding-top:20px;display:flex;justify-content:space-between;font-size:13px;color:#354f66;margin-top:20px}
.industry-intro{display:flex;justify-content:space-between;align-items:center;gap:60px;margin-top:38px}
.industry-intro .b-lead{max-width:690px}
.industry-intro .btn{flex-shrink:0;margin:0!important}
.committee-heading{max-width:750px}
.committee-layout{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center;margin-top:45px}
.committee-roles article{padding-block:24px;border-top:1px solid #b9cbd8}
.committee-roles h3{font-size:24px}
.committee-roles h3+p{margin-top:14px}
.industrial-cycle{padding-block:100px}
.cycle-title{display:grid;grid-template-columns:1fr 1fr;gap:15px 90px;align-items:end}
.cycle-title .eyebrow{grid-column:1/-1;margin-bottom:0}
.cycle-title h2+p{margin-top:0!important}
.industrial-cycle>.b-art{max-width:1050px;margin:25px auto 0;height:280px}
.industrial-cycle>.b-art .bespoke-svg{height:280px}
.cycle-stops{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin:0;padding:0}
.cycle-stops strong{display:block;font-size:20px;letter-spacing:-.025em;margin-bottom:12px}
.cycle-stops span{display:block;font-size:16px;color:var(--muted);line-height:1.55}
.industrial-brief{padding-block:100px}
.brief-layout{display:grid;grid-template-columns:.9fr 1fr;gap:90px;align-items:center}
.brief-list{padding:0;list-style:none;margin-top:30px;color:#c5d0db}
.brief-list li{border-top:1px solid #435569;padding-block:14px;font-size:16px}
.atlas-opening{padding-block:70px 65px}
.atlas-heading{display:grid;grid-template-columns:1.5fr .9fr;gap:85px;align-items:end}
.atlas-heading h1{font-size:clamp(44px,5.3vw,78px)}
.atlas-map{display:grid;grid-template-columns:1.5fr 1fr;gap:85px;align-items:center;margin-top:25px}
.atlas-map .b-art{max-width:690px}
.atlas-anchors{display:flex;flex-direction:column}
.atlas-anchors a{display:flex;justify-content:space-between;gap:25px;align-items:center;min-height:84px;font-size:22px;letter-spacing:-.025em;border-bottom:1px solid #becdd9}
.atlas-anchors a span{font-size:12px;color:#354f66}
.atlas-anchors a:hover{color:var(--blue)}
.atlas-software-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:85px;align-items:center}
.atlas-window{background:#e1e8ef;border-radius:25px;padding:15px 12px 30px}
.atlas-window>p{text-align:center;font-size:14px!important;margin-inline:25px;color:#354653!important}
.atlas-professional{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:center;padding-block:105px}
.atlas-professional-copy{border-left:2px solid #a5b9c9;padding-left:38px}
.atlas-industry{padding-block:90px}
.atlas-industry-heading{max-width:800px}
.atlas-industrial-row{display:grid;grid-template-columns:1.2fr 1fr;gap:90px;align-items:center;margin-top:25px}
.atlas-choice{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;padding-block:100px}
@media(max-width:1100px){
 .b-wrap{width:calc(100% - 64px)}
 .bespoke-page h1{font-size:54px}.bespoke-page h2{font-size:44px}
 .leads-opening,.qualification-layout,.handoff-chapter,.reading-chapter,.evidence-layout,.crm-opening,.ownership-layout,.migration-chapter,.saas-opening,.translation-layout,.demo-stage,.saas-evaluation,.professional-cover,.proof-layout,.expertise-layout,.consultation-letter,.committee-layout,.brief-layout,.atlas-heading,.atlas-map,.atlas-software-layout,.atlas-professional,.atlas-industrial-row,.atlas-choice{gap:40px}
 .channel-volumes{gap:15px}.channel-volume{padding:26px 20px}.channel-volume h3{font-size:23px}
 .cro-opening-bottom{gap:30px;align-items:flex-start}.cro-opening-bottom>div{flex-shrink:1;min-width:235px}
 .crm-principles{gap:20px;font-size:13px}
 .industry-intro{gap:25px}.industry-intro .btn{flex-shrink:1;min-width:230px}
 .atlas-anchors a{font-size:19px}
 .translation-pairs>div{grid-template-columns:115px 1fr;gap:18px}
 .translation-pairs dt{font-size:19px}.translation-pairs dd{font-size:17px}
}
@media(max-width:760px){
 .b-wrap{width:calc(100% - 48px)}
 .bespoke-page h1,.professional-heading h1,.industry-heading h1,.cro-opening h1,.atlas-heading h1,.saas-opening h1{font-size:clamp(39px,10.5vw,56px);line-height:1.065}
 .bespoke-page h2{font-size:clamp(33px,8.6vw,44px)}
 .bespoke-page .eyebrow{font-size:13px;margin-bottom:18px}
 .bespoke-page h1 .b-topic{font-size:13px;margin-bottom:18px}
 .b-gallery-controls{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}
 .bespoke-page main p:not(.eyebrow):not(.cta-note):not(.footer-label){font-size:17px}
 .bespoke-page main .b-lead{font-size:19px!important}
 .bespoke-page main .btn{font-size:15px;max-width:100%}
 .b-chapter{padding-block:65px}
 .leads-opening,.qualification-layout,.handoff-chapter,.reading-chapter,.evidence-layout,.crm-opening,.ownership-layout,.migration-chapter,.saas-opening,.translation-layout,.demo-stage,.saas-evaluation,.professional-cover,.proof-layout,.expertise-layout,.consultation-letter,.committee-layout,.brief-layout,.atlas-heading,.atlas-map,.atlas-software-layout,.atlas-professional,.atlas-industrial-row,.atlas-choice{grid-template-columns:1fr;gap:35px}
 .leads-opening{padding-block:42px 65px}.leads-focus{max-width:460px;width:100%;margin:auto;padding-top:20px}.leads-focus .b-art{margin-inline:0}
 .b-art figcaption{font-size:12px;padding-inline:10px}
 .qualification-notes>div{grid-template-columns:80px 1fr;gap:15px}
 .qualification-notes dd{font-size:15px}.qualification-layout>.b-art{max-width:450px;margin:auto}
 .b-heading{margin-bottom:35px}
 .channel-volumes{display:flex;overflow:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:15px;scroll-padding-left:0}
 .channel-volume{flex:0 0 min(310px,92%);scroll-snap-align:start;padding:28px 24px}
 .channel-volume .b-art{margin-block:20px}.channel-volume h3{font-size:26px}
 .handoff-chapter{padding-block:30px 65px}.handoff-chapter>.b-art{order:2}
 .cro-opening{padding-top:40px;text-align:left}.cro-opening-bottom{display:block;margin-top:28px}.cro-opening-bottom>div{text-align:left;margin-top:26px}
 .cro-browser{margin-block:24px 50px}.cro-browser .bespoke-svg{width:100%}
 .friction-line .b-art,.friction-line .bespoke-svg{height:170px}
 .friction-line ol{grid-template-columns:1fr;gap:30px}.friction-line li{border-top:1px solid #43576c;padding-top:22px}
 .friction-line strong{font-size:23px}
 .reading-chapter{padding-block:65px}.reading-object{position:static;margin:0;order:2}.reading-layer{grid-template-columns:26px 1fr;gap:13px}.reading-layer h3{font-size:23px}
 .crm-opening{padding-block:40px 50px}.crm-principles{display:flex;flex-direction:column;margin-top:0;gap:13px;font-size:14px}
 .routing-heading{display:block}.routing-heading h2+p{margin-top:24px!important}.routing-heading .eyebrow{margin-bottom:18px}
 .routing-workbench{padding:15px 20px 25px;margin-top:30px;border-radius:20px}.routing-labels{grid-template-columns:1fr;gap:23px}
 .routing-labels dt{font-size:21px}
 .ownership-chapter,.expertise-chapter,.industrial-brief{padding-block:65px}
 .ownership-layout{gap:15px}.ownership-columns article{padding-top:15px;padding-bottom:25px}
 .migration-chapter{padding-block:65px}.migration-intro .b-art{max-width:330px;margin:auto}.migration-list h3{font-size:26px}
 .saas-opening{padding-block:40px 65px}.saas-opening-art{order:2;padding:10px 0 25px;max-width:440px;margin:auto}
 .translation-layout{margin-top:35px;gap:20px}.translation-pairs>div{grid-template-columns:100px 1fr;padding-block:22px}.translation-pairs dt{font-size:19px}
 .b-aside{margin-top:25px;padding-left:18px}
 .demo-chapter{padding-block:65px}.demo-stage{margin-top:25px;gap:35px}.demo-stage aside{padding-left:20px}.demo-stage aside p:last-child{margin-bottom:0}
 .saas-evaluation{padding-block:65px}.saas-evaluation .b-art{max-width:350px;margin:auto}
 .professional-opening{padding-block:40px 60px}.professional-heading{padding-bottom:28px}.professional-cover{margin-top:25px;gap:25px}.professional-cover .b-art{margin:0;order:2}
 .proof-layout{gap:20px}.proof-statement .b-art{max-width:300px}.proof-notes article{padding-block:26px}
 .expertise-layout{gap:25px}.expertise-layout .b-art{max-width:330px;margin:auto}
 .consultation-letter{padding-block:65px;gap:25px}.consultation-letter .b-art{max-width:330px;margin:auto}
 .industry-opening{padding-block:40px 65px}.industry-drawing{padding:20px 10px;margin-top:30px}.drawing-caption{font-size:10px;gap:10px;padding-top:15px}
 .industry-intro{display:block;margin-top:25px}.industry-intro .btn{margin-top:25px!important}
 .committee-layout{margin-top:25px;gap:15px}.committee-layout>.b-art{max-width:360px;margin:auto}.committee-roles h3{font-size:25px}
 .industrial-cycle{padding-block:65px}.cycle-title{display:block}.cycle-title .eyebrow{margin-bottom:18px}.cycle-title h2+p{margin-top:25px!important}
 .industrial-cycle>.b-art,.industrial-cycle>.b-art .bespoke-svg{height:190px}
 .cycle-stops{grid-template-columns:1fr 1fr;gap:30px 25px}.cycle-stops li{border-top:1px solid #aabfcf;padding-top:20px}.cycle-stops strong{font-size:20px}
 .brief-layout>.b-art{order:2;max-width:350px;margin:auto}
 .atlas-opening{padding-block:40px 60px}.atlas-heading{gap:25px}.atlas-map{margin-top:15px;gap:15px}.atlas-anchors a{min-height:68px;font-size:21px}
 .atlas-window{padding:10px 10px 25px}.atlas-window>p{margin-inline:10px;font-size:13px!important}
 .atlas-professional{padding-block:65px}.atlas-professional-copy{padding-left:22px}
 .atlas-industry{padding-block:65px}.atlas-industrial-row{gap:20px}
 .atlas-choice{padding-block:65px}.atlas-choice>.b-art{max-width:350px;margin:auto}
 .v-turn,.v-slide,.v-lift,.v-pointer,.v-converge-left,.v-converge-right,.v-layer-back,.v-layer-front{transform:none}
 .v-trace{stroke-dashoffset:0}
}
@media(max-width:370px){.b-wrap{width:calc(100% - 40px)}.bespoke-page h1{font-size:38px}.qualification-notes>div,.translation-pairs>div{grid-template-columns:1fr;gap:7px}.cycle-stops{grid-template-columns:1fr}.drawing-caption{flex-wrap:wrap}.channel-volume{flex-basis:96%;padding-inline:20px}}
@media(max-height:700px){.reading-object{position:static}.v-turn,.v-slide,.v-lift,.v-pointer,.v-converge-left,.v-converge-right,.v-layer-back,.v-layer-front{transform:none}.v-trace{stroke-dashoffset:0}}
@media(prefers-reduced-motion:reduce){.reading-object{position:static}.v-turn,.v-slide,.v-lift,.v-pointer,.v-converge-left,.v-converge-right,.v-layer-back,.v-layer-front{transform:none}.v-trace{stroke-dashoffset:0}}

/* Portada de servicios: elegir el punto de partida comercial. */
.services-cover{padding-block:65px 85px}
.services-cover h1{max-width:1060px}
.services-cover-body{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;gap:85px;margin-top:25px}
.services-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:55px}
.services-selector a{border-top:1px solid #b6c7d5;padding-top:22px;position:relative;padding-right:25px;font-size:21px;font-weight:600;letter-spacing:-.025em;line-height:1.35}
.services-selector a>span{display:block;font-size:12px;color:#3d5366;letter-spacing:0;margin-bottom:12px}
.services-selector svg{position:absolute;right:0;bottom:3px;width:22px;height:22px}
.services-selector a:hover{color:var(--blue)}
.services-reach{padding-block:100px}
.services-reach-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:55px;align-items:center}
.services-scope{font-size:13px!important;border-top:1px solid #52677a;padding-top:24px;margin-top:30px!important}
.services-conversion{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center;padding-block:110px}
.services-conversion-object{background:#f1f4f7;border-radius:28px;padding:25px 0 30px}
.services-reading{margin-top:30px}
.services-reading>div{display:grid;grid-template-columns:100px 1fr;gap:20px;border-top:1px solid #bdccd8;padding-block:17px}
.services-reading dt{font-size:15px;font-weight:600}
.services-reading dd{margin:0;font-size:15px;line-height:1.5;color:#414e5b}
.services-follow-heading{display:grid;grid-template-columns:1.4fr 1fr;gap:80px;align-items:end}
.services-follow-body{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:center;margin-top:35px}
.services-follow-body>div{border-left:2px solid #a6bdce;padding-left:28px}
.services-start{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:85px;padding-block:110px}
@media(max-width:1100px){
 .services-cover-body,.services-reach-grid,.services-conversion,.services-follow-heading,.services-follow-body,.services-start{gap:35px}
 .services-selector{gap:25px}.services-selector a{font-size:18px}
}
@media(max-width:760px){
 .services-cover{padding-block:40px 60px}
 .services-cover-body,.services-reach-grid,.services-conversion,.services-follow-heading,.services-follow-body,.services-start{grid-template-columns:1fr;gap:30px}
 .services-cover-body>div{grid-row:1}.services-cover-body{margin-top:25px}
 .services-selector{grid-template-columns:1fr;gap:25px;margin-top:35px}.services-selector a{font-size:21px;padding-bottom:10px}
 .services-reach,.services-conversion,.services-start{padding-block:65px}
 .services-conversion-object{grid-row:2;max-width:440px;width:100%;margin:auto}
 .services-reading>div{grid-template-columns:85px 1fr;gap:15px}
 .services-follow-body{margin-top:25px}.services-follow-body>div{padding-left:20px}
 .services-start>.b-art{max-width:370px;margin:auto}
}


/* Casos: objetos editoriales y carrusel manual como Servicios. */
.logo-showcase{background:#fff;padding:52px 0 46px}
.case-heading{display:grid;grid-template-columns:1.6fr 1fr;gap:60px;align-items:end;margin-bottom:26px}
.case-heading h2{font-size:clamp(36px,3.7vw,54px);max-width:700px}
.case-heading>p{font-size:13px;line-height:1.65;color:#616b75;max-width:370px}
.case-heading>p strong{display:block;color:var(--ink);font-weight:600;margin-bottom:6px}
.case-grid{align-items:flex-start}
.case-grid:focus-visible{outline:2px solid var(--blue);outline-offset:5px;border-radius:22px}
.case-card{--case-text:#1d1d1f;--case-muted:#53616f;--case-line:#c5d0d9;--case-accent:#294c69;display:flex;flex:0 0 350px;flex-direction:column;min-width:0;padding:24px 24px 16px;border:1px solid #e1e6eb;border-radius:28px;background:#f5f7f9;color:var(--case-text);scroll-snap-align:start;align-self:start}
.case-card--core{--case-text:#f4f7fb;--case-muted:#b8c9d8;--case-line:#36495c;--case-accent:#b4d2e9;background:#0b1421;border-color:#0b1421}
.case-card--dossier{background:#e7eeeb;border-color:#d8e3dc}
.case-card--demo{background:#e5edf8;border-color:#d7e1ef}
.case-card--flow{background:#f7f5ed;border-color:#e7e5da}
.case-card--shield{background:#dee7ef;border-color:#cddbe5}
.case-brand{display:flex;gap:12px;align-items:center;min-height:44px;margin-bottom:18px}
.case-brand img{width:36px;height:36px;object-fit:contain;flex-shrink:0}
.case-brand .case-logo-wide{width:50px;height:44px}
.case-card--core .case-brand img{filter:invert(1)}
.case-brand h3{font-size:21px;line-height:1.15;letter-spacing:-.03em}
.case-brand p{font-size:11px;line-height:1.5;color:var(--case-muted);margin-top:5px}
.case-work{font-size:25px;font-weight:600;line-height:1.12;letter-spacing:-.035em;min-height:56px}
.case-description{font-size:14px;color:var(--case-muted);line-height:1.6}
.case-visual{margin:8px -18px 4px;height:178px;display:grid;place-items:center}
.case-art{display:block;width:100%;height:100%;stroke-width:1.2;fill:none;stroke:none}
.case-outcome{padding:12px 0 14px}
.case-value{font-family:var(--display);font-size:48px;font-weight:600;letter-spacing:-.055em;line-height:1.05;color:var(--case-accent);font-variant-numeric:tabular-nums}
.case-value span{font-size:28px;letter-spacing:-.035em}
.case-measure{font-size:14px;font-weight:600;line-height:1.4;margin-top:6px;min-height:40px}
.case-baseline{font-size:12px;line-height:1.6;color:var(--case-muted);margin-top:12px}
.case-details{border-top:1px solid var(--case-line)}
.case-details summary{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none;cursor:pointer;font-size:12px;font-weight:600}
.case-details summary::-webkit-details-marker{display:none}
.case-details summary svg{width:15px;height:15px}
.case-details[open] summary svg{transform:rotate(45deg)}
.case-details summary:focus-visible{outline:2px solid var(--case-accent);outline-offset:3px;border-radius:4px}
.case-details-body{padding:5px 0 16px}
.case-fiction{font-size:11px;line-height:1.5;color:var(--case-muted);padding-top:8px;border-top:1px solid var(--case-line)}
.case-gallery-bottom{margin-top:4px}
.case-controls{align-items:center}
.case-controls .circle{width:44px;height:44px}
.case-position{font-size:12px;white-space:nowrap;color:#616b75;font-variant-numeric:tabular-nums;margin-right:6px}
@media(max-width:1100px){.case-heading{gap:32px}}
@media(max-width:760px){.logo-showcase{padding:38px 0 32px}.case-heading{grid-template-columns:1fr;gap:16px;margin-bottom:20px}.case-heading h2{font-size:clamp(34px,7vw,46px)}.case-heading>p{max-width:500px}.case-card{flex-basis:307px;padding:22px 20px 14px;border-radius:25px}.case-work{font-size:23px;min-height:52px}.case-visual{height:156px;margin-inline:-15px}.case-value{font-size:44px}.case-brand{gap:10px}.case-brand h3{font-size:19px}.case-brand p{font-size:11px}.case-gallery-bottom{gap:16px}.case-gallery-bottom>p{max-width:145px}.case-controls{gap:8px}.case-position{margin-right:0}}
@media(max-width:370px){.case-card{flex-basis:280px}.case-brand h3{font-size:18px}.case-work{font-size:22px}.case-controls{gap:6px}.case-position{font-size:11px}.case-gallery-bottom>p{max-width:110px}}
/* Una oportunidad conserva su contexto: escena editorial de la home. */
.market-proof{background:#101823;color:#f4f7fb;padding:85px 0 65px;--op-progress:1;--op-x:24px;--op-y:18px;--op-turn:0deg;--op-scale:1;--op-one:1;--op-two:1;--op-three:1}
.op-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:end;margin-bottom:60px}
.op-heading .eyebrow{font-size:15px;color:#b6c8d7;margin-bottom:22px}
.op-heading h2{font-size:clamp(40px,4.4vw,64px);line-height:1.07;letter-spacing:-.04em}
.op-heading h2 span{color:#a6bed2}
.op-heading>p{font-size:18px;line-height:1.65;color:#c2cdd7;max-width:380px;margin:0 0 5px}
.op-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:start}
.op-visual{position:static;top:96px;align-self:start;min-width:0}
.op-animated .op-visual{position:sticky}
.op-art{position:relative;width:100%;aspect-ratio:580/550;isolation:isolate;container-type:inline-size}
.op-route{position:absolute;inset:0;width:100%;height:100%;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
.op-guide{stroke:#35495b;stroke-width:1}
.op-trace{stroke:url(#op-route-light);stroke-width:2;stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--op-progress))}
.op-arrival{transform-origin:515px 486px;transform:scale(calc(.7 + var(--op-three)*.3));opacity:calc(.45 + var(--op-three)*.55)}
.op-origin,.op-destination{position:absolute;font-size:12px;letter-spacing:.03em;color:#b9cddd}
.op-origin{left:10%;top:6%}.op-destination{right:8%;bottom:3%}
.op-paper-motion{position:absolute;left:17%;top:22%;width:64%;transform:translate(var(--op-x),var(--op-y)) rotate(var(--op-turn)) scale(var(--op-scale));transform-origin:50% 60%}
.op-paper-back{position:absolute;inset:-10px 12px 4px -9px;background:#7e92a3;border:1px solid #acc0d1;border-radius:17px;transform:rotate(-5deg);box-shadow:0 25px 55px #0004}
.op-sheet{position:relative;background:#f4f7fa;color:#1d2935;border:1px solid #d8e1e8;border-radius:17px;padding:25px 25px 19px;box-shadow:0 15px 35px #0003}
.op-sheet-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:22px;color:#52697c;font-size:11px}
.op-sheet-top svg{width:22px;height:22px;flex-shrink:0}
.op-sheet>strong{display:block;font-family:var(--display);font-size:clamp(22px,5.9cqw,35px);font-weight:600;line-height:1.1;letter-spacing:-.045em;margin-bottom:26px}
.op-sheet-line{display:grid;grid-template-columns:22px 1fr 7px;gap:8px;align-items:center;border-top:1px solid #ced9e2;padding:13px 0;font-size:12px;color:#344b60}
.op-sheet-line>span{font-size:10px;color:#61788b}.op-sheet-line b{font-weight:500}.op-sheet-line i{height:7px;border-radius:50%;background:#6b91af}
.op-sheet-line:nth-of-type(2) i{opacity:calc(.25 + var(--op-one)*.75)}
.op-sheet-line:nth-of-type(3) i{opacity:calc(.25 + var(--op-two)*.75)}
.op-sheet-line:nth-of-type(4) i{opacity:calc(.25 + var(--op-three)*.75)}
.op-sheet-foot{font-size:10px;color:#52697c;border-top:1px solid #ced9e2;padding-top:15px}
.op-caption{font-size:14px;line-height:1.7;color:#a9bac9;margin:25px 0 0 17%}.op-caption strong{font-weight:500;color:#e3eaf0}
.op-steps{min-width:0}.op-step{position:relative;padding:30px 0 40px;border-top:1px solid #344859}
.op-step::before{content:'';position:absolute;left:0;top:-1px;height:2px;width:100%;background:#a6c7e0;transform-origin:left;transform:scaleX(var(--op-one))}
.op-step:nth-child(2)::before{transform:scaleX(var(--op-two))}.op-step:nth-child(3)::before{transform:scaleX(var(--op-three))}
.op-step-index{display:block;font-size:12px;letter-spacing:.04em;color:#a4bdd1;margin-bottom:18px}
.op-step h3{font-size:clamp(27px,2.6vw,37px);line-height:1.15;letter-spacing:-.035em;margin-bottom:20px}
.op-step>p{font-size:16px;line-height:1.65;color:#c2cdd7;max-width:44ch}
.op-link{display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:14px;color:#b9d6ed;margin-top:17px;text-decoration:underline;text-underline-offset:5px}
.op-link svg{width:18px;height:18px;flex-shrink:0}.op-link:hover{color:#fff}
.op-close{display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid #344859;padding-top:32px;margin-top:20px}
.op-close>p{font-size:23px;line-height:1.3;letter-spacing:-.025em;color:#a6bed2}.op-close strong{font-weight:500;color:#f4f7fb}.op-close .op-link{margin:0}
@media(max-width:1100px){.op-layout,.op-heading{grid-template-columns:1fr 1fr;gap:35px}.op-sheet{padding:19px 18px 15px}.op-sheet-line{font-size:11px;padding:11px 0}.op-sheet>strong{margin-bottom:20px}.op-sheet-top{margin-bottom:16px}.op-sheet-foot{font-size:9px}.op-visual{top:90px}}
@media(max-width:900px){.op-layout{grid-template-columns:1fr}.op-visual{position:static;width:min(540px,100%);margin:0 auto 20px}.op-heading{gap:30px}.op-step{padding-block:28px}.op-step>p{max-width:58ch}.op-caption{text-align:center;margin-left:0}.op-paper-motion{transform:translate(0,0)}.op-trace{stroke-dashoffset:0}.op-arrival{transform:none;opacity:1}.op-step::before{transform:none}.op-sheet-line i{opacity:1!important}}
@media(max-width:760px){.market-proof{padding:55px 0 45px}.op-heading{grid-template-columns:1fr;gap:24px;margin-bottom:25px}.op-heading h2{font-size:clamp(35px,9vw,48px)}.op-heading>p{font-size:16px;max-width:40ch}.op-heading .eyebrow{font-size:13px;margin-bottom:18px}.op-layout{gap:35px}.op-step h3{font-size:29px}.op-step>p{font-size:15px}.op-link{font-size:13px;gap:10px}.op-close{align-items:flex-start;flex-direction:column;gap:18px;padding-top:25px}.op-close>p{font-size:22px}}
@media(max-width:450px){.op-art{aspect-ratio:1/1.65}.op-route{height:100%}.op-paper-motion{left:10%;top:18%;width:80%}.op-sheet{padding:18px 17px 14px}.op-sheet>strong{font-size:clamp(22px,7.3cqw,29px)}.op-sheet-line{font-size:11px;padding-block:11px}.op-sheet-top{font-size:10px;margin-bottom:15px}.op-sheet-foot{font-size:9px;padding-top:12px}.op-origin{top:9%}.op-destination{bottom:0}.op-caption{font-size:12px;margin-top:30px}}
@media(max-height:700px){.op-visual{position:static}.op-paper-motion{transform:translate(0,0)}.op-trace{stroke-dashoffset:0}.op-arrival{transform:none;opacity:1}.op-step::before{transform:none}.op-sheet-line i{opacity:1!important}}
@media(prefers-reduced-motion:reduce){.op-visual{position:static}.op-paper-motion{transform:translate(0,0)}.op-trace{stroke-dashoffset:0}.op-arrival{transform:none;opacity:1}.op-step::before{transform:none}.op-sheet-line i{opacity:1!important}}

/* Profundidad comercial dentro de las composiciones editoriales existentes. */
.commercial-depth{margin-top:30px;min-width:0}
#contenido .commercial-depth h3{font-size:24px;line-height:1.16;max-width:30ch}
#contenido .commercial-depth p{font-size:16px;line-height:1.6;margin-top:14px}
.commercial-notes{margin:22px 0 0;border-top:1px solid var(--line)}
.commercial-notes>div{padding:17px 0;border-bottom:1px solid var(--line)}
.commercial-notes dt{font-size:16px;font-weight:600;line-height:1.4}
.commercial-notes dd{margin:6px 0 0;font-size:15px;line-height:1.6;color:var(--muted)}
.commercial-list{padding-left:21px;margin:20px 0 0;font-size:16px;line-height:1.6;color:var(--muted)}
.commercial-list li+li{margin-top:12px}
#contenido .commercial-note{font-size:14px;line-height:1.6;margin-top:20px;color:var(--muted)}
#contenido .commercial-reference{display:flex;width:fit-content;font-size:15px;line-height:1.5;margin-top:18px;min-height:44px;gap:8px;max-width:100%}
.commercial-reference span{flex-shrink:0}
.commercial-campaign{margin:0 0 30px;max-width:850px}
.commercial-campaign .commercial-reference{margin:0 0 20px}
.b-dark .commercial-notes{border-color:#405366}
.b-dark .commercial-notes>div{border-color:#405366}
.b-dark .commercial-notes dd,.b-dark .commercial-list,#contenido .b-dark .commercial-note{color:#c2ced9}
@media(max-width:760px){.commercial-depth{margin-top:25px}#contenido .commercial-depth h3{font-size:22px}.commercial-list{font-size:15px}}

/* Catálogo editorial compartido: opciones de captación, no un paquete cerrado. */
.channel-catalogue{margin-top:56px;padding-top:36px;border-top:1px solid var(--line)}
.channel-catalogue-heading{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-bottom:25px}
.channel-catalogue-heading h3{font-size:30px;line-height:1.12}
#contenido .channel-catalogue-heading p{font-size:16px;line-height:1.5;color:var(--muted);margin:0}
.channel-catalogue-groups{display:grid;grid-template-columns:1fr 1fr;gap:0 36px;align-items:start}
.channel-catalogue details{border-bottom:1px solid var(--line)}
.channel-catalogue summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;padding:22px 6px 22px 0;min-height:60px;font-size:18px;font-weight:600;cursor:pointer}
.channel-catalogue summary::-webkit-details-marker{display:none}
.channel-catalogue summary svg{width:20px;height:20px;flex-shrink:0}
.channel-catalogue details[open] summary svg{transform:rotate(45deg)}
.channel-catalogue dl{margin:0;padding:0 0 24px}
.channel-catalogue dl>div+div{margin-top:18px}
.channel-catalogue dt{font-size:15px;font-weight:600;line-height:1.4}
.channel-catalogue dd{margin:5px 0 0;font-size:14px;line-height:1.5;color:var(--muted)}
#contenido .channel-catalogue .channel-catalogue-note{margin:24px 0 0;max-width:95ch;font-size:12px;line-height:1.6;color:#62626b}
@media(max-width:760px){.channel-catalogue{margin-top:36px;padding-top:28px}.channel-catalogue-heading,.channel-catalogue-groups{grid-template-columns:1fr;gap:18px}.channel-catalogue-groups{gap:0}.channel-catalogue-heading h3{font-size:26px}#contenido .channel-catalogue-heading p{font-size:15px}.channel-catalogue summary{font-size:17px;padding-block:20px}}

/* Diagnóstico: tres pasos, controles nativos y sin avance automático. */

#contact-dialog .dialog-body{padding:48px 42px 30px}
#contact-dialog h2{font-size:32px;max-width:440px}
#contact-dialog .dialog-intro{font-size:14px;margin-top:14px}
#contact-dialog .dialog-close{width:40px;height:40px;top:14px;right:14px}
#contact-dialog .eyebrow{margin-bottom:12px}
#contact-dialog .dialog-assurance{margin:22px 0 0;font-size:12px}
.form-progress{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 28px;padding:0}
.form-progress li{border-top:3px solid #e8e8ed;padding-top:10px;font-size:12px;color:#62626b;display:flex;gap:6px;align-items:center}
.form-progress li[aria-current]{border-color:var(--blue);color:var(--ink);font-weight:600}
.form-progress li.is-complete{border-color:#7a9db6}
.form-progress span{font-variant-numeric:tabular-nums}
.form-step h3{font-size:25px;line-height:1.14;letter-spacing:-.025em}
.form-step h3:focus{outline:none}
.form-step-intro{font-size:13px;color:#62626b;margin:10px 0 20px;line-height:1.5}
.form-step+.form-step{margin-top:28px}
.is-multistep .form-step{margin-top:0}
.form-step>label{font-size:13px}
.goal-options{border:0;padding:0;margin:0;min-width:0;display:grid;gap:9px}
.form-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
#contact-form .goal-option{position:relative;display:flex;align-items:center;gap:12px;min-height:54px;padding:12px 14px;margin:0;border:1px solid #d9dfe5;border-radius:12px;background:#f5f5f7;color:var(--ink);font-size:14px;line-height:1.3;cursor:pointer}
#contact-form .goal-option input{position:absolute;inset:0;width:100%;height:100%;min-height:0;margin:0;opacity:0;cursor:pointer}
.goal-key{flex:0 0 25px;height:25px;display:grid;place-items:center;border:1px solid #c6c6cc;border-radius:6px;font-size:11px;background:#fff}
.goal-option>svg{width:18px;height:18px;margin-left:auto;opacity:0;color:var(--blue)}
#contact-form .goal-option:has(input:checked){border-color:var(--blue);background:#eef5fc}
.goal-option:has(input:checked)>svg{opacity:1}
.goal-option:has(input:checked) .goal-key{border-color:var(--blue);color:var(--blue)}
.goal-option:has(input:focus-visible){outline:3px solid var(--blue);outline-offset:3px}
@media(hover:hover){#contact-form .goal-option:hover{border-color:#7a9db6}}
.form-navigation{display:flex;align-items:center;gap:18px;margin-top:23px}
.form-navigation .form-next{margin-left:auto;min-width:150px;min-height:48px}
.form-navigation .form-back{flex-shrink:0;min-height:48px;font-size:14px}
#contact-dialog .form-navigation .form-submit{flex:1;width:auto;margin:0;font-size:15px;min-height:48px;padding:13px 18px}
#contact-form .form-note{text-align:left;margin:14px 0 0}
@media(max-width:760px){
 
#contact-dialog .dialog-body{padding:58px 24px 24px}
 #contact-dialog h2{font-size:28px}
 .form-step h3{font-size:23px}
 .form-progress{gap:9px;margin-bottom:24px}
 .form-progress li{font-size:11px}
 .form-navigation{gap:12px}
 #contact-dialog .form-navigation .form-submit{font-size:14px}
}
.hero-title-accent{font-family:var(--display);font-size:clamp(50px,5.75vw,86px);font-weight:600;line-height:1.03;letter-spacing:-.04em;color:#7d7d82;text-wrap:balance}.growth-home .hero-title-accent{font-size:clamp(36px,4.25vw,62px);line-height:1.08;max-width:1080px;margin-inline:auto}@media(max-width:760px){.growth-home .hero-title-accent{font-size:clamp(34px,8.5vw,48px)}}

/* Casos independientes · 20260922. Materiales de la familia hp-*; cifras en HTML. */
.case-study-link{border-top:1px solid var(--case-line);min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;font-weight:600;color:var(--case-text)}
.case-study-link:hover{text-decoration:underline;text-underline-offset:4px}.case-study-link svg{width:16px;height:16px}
.cs-page{--cs-ink:#21384a;--cs-muted:#53616f;--cs-surface:#edf2f6}
.cs-breadcrumb{display:flex;flex-wrap:wrap;gap:10px 14px;padding-block:28px;font-size:13px;color:var(--cs-muted)}
.cs-breadcrumb a{text-decoration:underline;text-underline-offset:4px}
.cs-opening{display:grid;grid-template-columns:1.05fr 1fr;gap:40px 65px;align-items:center;padding-block:45px 30px}
.cs-opening>*{min-width:0}.cs-brand{display:flex;align-items:center;gap:14px;font-weight:600;font-size:22px;margin-bottom:20px}.cs-brand img{object-fit:contain}
.cs-small{font-size:11px;line-height:1.6;font-weight:600;letter-spacing:.08em;color:var(--cs-muted)}
.cs-opening h1{font-size:clamp(42px,4.5vw,68px);line-height:1.04;letter-spacing:-.047em;margin:20px 0 26px;text-wrap:balance}
.cs-lead{font-size:19px;line-height:1.6;color:var(--muted);max-width:62ch}.cs-opening .text-link{margin-top:24px;font-size:15px}
.cs-opening-art{min-width:0;container-type:inline-size;padding:28px 0}
.cs-facts{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:24px 0 0;border-block:1px solid var(--line);padding:26px 0;gap:25px}
.cs-facts dt{font-size:12px;color:var(--cs-muted);margin-bottom:8px}.cs-facts dd{font-size:18px;font-weight:500;margin:0}
.cs-chapters{display:flex;gap:30px;flex-wrap:wrap;padding-block:16px 32px;font-size:13px;color:var(--cs-muted)}.cs-chapters a{padding-block:8px}.cs-chapters a:hover{color:var(--blue);text-decoration:underline;text-underline-offset:5px}
.cs-context{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-block:90px 110px}.cs-context>*{min-width:0}
.cs-page h2{font-size:clamp(34px,3.5vw,52px);line-height:1.1;letter-spacing:-.04em}.cs-context h2{margin-top:18px}
.cs-prose p,.cs-scope p,.cs-method p{font-size:17px;line-height:1.75;color:var(--muted)}.cs-prose h3{font-size:21px;margin:28px 0 10px}
.cs-period{border-top:1px solid var(--line);padding-top:20px;margin-top:28px}.cs-period dt{font-size:12px;color:var(--cs-muted)}.cs-period dd{margin:8px 0 0;font-size:16px;font-weight:600}
.cs-drawing{display:block;width:100%;height:auto;stroke-width:1.2;stroke:none;fill:none;overflow:visible}
.cs-object{position:relative;color:var(--cs-ink);font-family:var(--display);width:100%;height:430px}.cs-object strong{font-weight:600;letter-spacing:-.05em;line-height:1.06}
.cs-object-caption{position:absolute;bottom:0;left:0;right:0;text-align:center;font-size:12px;color:var(--cs-muted)}
@media(max-width:1100px){.cs-object.cs-appointment,.cs-object.cs-receipt{height:460px}.cs-object .cs-appointment-sheet{bottom:115px}.cs-object .cs-receipt-paper{bottom:100px}}
.cs-appointment-sheet{position:absolute;inset:18px 35px 40px 15px;border:1px solid #d8e2eb;border-radius:22px;background:#fff;box-shadow:0 16px 35px #33495620;padding:30px;transform:rotate(-5deg)}
.cs-appointment-sheet>strong{display:block;font-size:clamp(30px,8cqw,44px);margin-top:18px}.cs-appointment-sheet>.cs-drawing{height:155px;margin-top:0}.cs-appointment-foot{display:flex;justify-content:space-between;border-top:1px solid #d4dfe8;padding-top:14px;font-size:13px}
.cs-result-stamp{position:absolute;right:0;bottom:5px;background:#17344d;color:#fff;border:1px solid #496b85;border-radius:18px;padding:22px 25px;width:220px;box-shadow:0 14px 30px #33495620}.cs-result-stamp strong{font-size:58px;display:block}.cs-result-stamp span{font-size:12px;display:block;margin-top:10px;color:#c3d5e3}
.cs-contact-field{height:450px;padding:32px;background:#0b1421;border:1px solid #294052;border-radius:26px;box-shadow:0 16px 35px #33495620;color:#e7f0f7}.cs-contact-field>.cs-small{color:#b9cad8}.cs-contact-field>.cs-drawing{margin-top:24px;height:230px}.cs-contact-field .v-trace{stroke:#a1c1db}.cs-field-result strong{font-size:70px}.cs-field-result strong span{font-size:37px;color:#a0b7c8}.cs-field-result p{font-size:13px;margin-top:5px;color:#b9cad8}.cs-field-period{position:absolute;right:28px;bottom:35px;color:#b9cad8;font-size:12px}
.cs-edition-back{position:absolute;inset:12px 50px 24px 30px;border-radius:12px;background:#dde5e9;border:1px solid #b8c8d3;transform:rotate(-9deg)}.cs-edition-front{position:absolute;inset:18px 18px 14px 52px;border-radius:12px;padding:30px;background:#fafcfd;border:1px solid #cbd8e1;box-shadow:0 16px 35px #33495620;transform:rotate(4deg)}.cs-edition-front{display:flex;flex-direction:column}.cs-edition-front>.cs-drawing{flex:1 1 auto;min-height:35px}.cs-edition-stat{flex-shrink:0;margin-top:10px}.cs-edition-front>strong{display:block;flex-shrink:0;font-size:clamp(28px,7cqw,40px);margin-top:28px}.cs-edition-front>.cs-drawing{height:116px}.cs-edition-stat{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid #bccdd9;padding-top:16px}.cs-edition-stat b{font-size:28px;white-space:nowrap}.cs-edition-stat span{font-size:12px;max-width:110px}
.cs-window{position:absolute;border:1px solid #b9cbdc;border-radius:18px;background:#fff;box-shadow:0 16px 35px #33495620;width:58%;padding:0 24px 24px}.cs-window-top{border-bottom:1px solid #d5e0e8;margin:0 -24px 26px;padding:14px;display:flex;align-items:center;gap:5px}.cs-window-top i{height:4px;width:4px;border-radius:50%;background:#8da5ba}.cs-window-top span{margin-left:auto;font-size:11px}.cs-window strong{font-size:clamp(36px,10cqw,64px);display:block}.cs-window p{font-size:13px;color:var(--cs-muted);margin-top:10px}.cs-window-before{left:2%;top:12px;transform:rotate(-6deg);background:#f3f6f8}.cs-window-after{right:1%;top:120px;transform:rotate(5deg);background:#fff}.cs-type-lines{height:80px;margin-top:20px;background:repeating-linear-gradient(0deg,transparent 0 15px,#d4dfe7 15px 17px)}.cs-window-action{display:block;background:#244c6b;color:white;border-radius:99px;font-size:12px;padding:11px;text-align:center}.cs-window-after .cs-drawing{height:60px}
.cs-time-face{position:absolute;left:8%;top:20px;width:84%;max-width:350px;aspect-ratio:1;height:auto;border-radius:50%;background:linear-gradient(135deg,#fff,#e9eef2);box-shadow:0 16px 35px #33495620,inset 0 0 0 1px #d3dde6}.cs-time-face>.cs-drawing{height:100%}.cs-time-value{position:absolute;inset:30% 0 0;text-align:center;font-size:96px;font-weight:500;letter-spacing:-.06em;line-height:1}.cs-time-value small{display:block;font-size:12px;letter-spacing:0;margin-top:12px}.cs-time-before{position:absolute;right:0;bottom:55px;padding:20px 26px;background:#fff;border:1px solid #d2dce4;border-radius:16px;box-shadow:0 16px 35px #33495620}.cs-time-before span{display:block;font-size:11px;margin-bottom:8px}.cs-time-before strong{font-size:40px}
.cs-receipt-paper{position:absolute;inset:12px 35px 20px 20px;padding:32px;background:#fff;border:1px solid #d0dce5;border-radius:10px 10px 22px 22px;box-shadow:0 16px 35px #33495620;transform:rotate(-4deg)}.cs-receipt-paper>strong{display:block;font-size:clamp(38px,10cqw,60px);margin:24px 0 30px}.cs-receipt-row{display:flex;justify-content:space-between;gap:15px;font-size:12px;padding:14px 0;border-top:1px dashed #c6d2dd}.cs-receipt-paper .cs-drawing{height:35px}.cs-receipt-total span{display:block;font-size:12px;color:var(--cs-muted)}.cs-receipt-total b{display:block;font-size:27px;margin-top:8px}.cs-receipt-tag{position:absolute;right:0;bottom:0;font-size:46px;font-weight:600;letter-spacing:-.05em;color:#e7f1f9;background:#17344d;border-radius:18px;padding:20px 28px;box-shadow:0 16px 35px #33495620}
.cs-mechanism{max-width:400px;margin-top:25px}.cs-mechanism .cs-drawing{height:130px}.cs-mechanism figcaption{font-size:13px;color:var(--cs-muted);line-height:1.6}
.cs-intervention{background:#f5f5f7;padding-block:95px}.cs-work-heading{max-width:850px}.cs-work-heading h2{margin-top:20px}.cs-work-line{width:230px;height:65px;display:block;stroke:none;margin-top:20px}
.cs-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px;list-style:none;padding:0;margin:30px 0 50px}.cs-steps li{border-top:1px solid #cbd4dc;padding-top:25px;min-width:0}.cs-step-number{display:block;font-size:12px;color:#566b7d;margin-bottom:20px}.cs-steps h3{font-size:23px;line-height:1.2;margin-bottom:15px}.cs-steps p{font-size:16px;line-height:1.7;color:var(--muted)}
.cs-scope{display:grid;grid-template-columns:1fr 2fr;gap:40px;padding-top:28px;border-top:1px solid #cbd4dc}.cs-scope h3{font-size:19px}.cs-scope p{font-size:15px}
.cs-results{padding-block:100px;display:grid;grid-template-columns:1.1fr 1fr;gap:45px 80px;align-items:center}.cs-results>*{min-width:0}.cs-results-heading h2{margin:18px 0 24px}.cs-result-art{padding:35px;border-radius:24px;background:var(--cs-surface);color:var(--cs-ink);container-type:inline-size}.cs-method{grid-column:1/-1;display:grid;grid-template-columns:1fr 2fr;gap:15px 40px;border-top:1px solid var(--line);padding-top:35px}.cs-method h3{font-size:22px}.cs-method details{grid-column:2}.cs-method .b-detail p{font-size:15px;line-height:1.75}.cs-method .b-detail summary{font-size:15px}.cs-chart-caption{font-size:12px;line-height:1.6;text-align:center;color:var(--cs-muted);margin-top:10px}
.cs-result-focus strong{font-size:clamp(70px,22cqw,110px);font-weight:500;letter-spacing:-.06em;line-height:1}.cs-result-focus strong span{font-size:.5em}.cs-result-focus>p{font-size:15px;margin-top:20px}.cs-result-focus .cs-drawing{height:70px;margin-top:15px}
.cs-ratio{position:relative;max-width:290px;margin:auto}.cs-ratio strong{position:absolute;inset:37% 0 0;text-align:center;font-size:64px;letter-spacing:-.045em;line-height:1}.cs-ratio strong span{font-size:24px}
.cs-columns{display:flex;gap:30px;align-items:flex-end;justify-content:center;padding-top:15px}.cs-columns>div{display:flex;flex-direction:column;align-items:center;gap:15px;width:43%}.cs-columns>div>span{font-size:11px}.cs-column{width:100%;border-radius:12px 12px 0 0;background:#c5d3df;display:flex;justify-content:center;padding-top:22px}.cs-column b{font-size:45px;font-weight:500;letter-spacing:-.04em}.cs-column-20{height:160px}.cs-column-26{height:208px;background:#284c68;color:#fff}
.cs-fraction-pair{display:grid;grid-template-columns:1fr 1fr;gap:30px}.cs-fraction-pair>div>span{font-size:12px}.cs-fraction-pair strong{display:block;font-size:60px;letter-spacing:-.05em;margin:25px 0}.cs-fraction-pair small{display:block;font-size:12px;letter-spacing:0;border-top:1px solid #9bb3c6;padding-top:12px;margin-top:12px}.cs-fraction-pair b{font-size:33px;font-weight:500}.cs-fraction-pair+.cs-drawing{margin-top:25px}
.cs-time-bars>div+div{margin-top:30px}.cs-time-bars span{font-size:12px;display:block;margin-bottom:12px}.cs-hour-bar{padding:18px 15px;border-radius:0 10px 10px 0;font-size:27px;font-weight:600}.cs-hour-48{width:100%;background:#c8d6e1}.cs-hour-24{width:50%;background:#284c68;color:white}.cs-time-bars+.cs-drawing{margin-top:25px}
.cs-cost-equations>div{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.cs-cost-equations>div+div{margin-top:26px;border-top:1px solid #bdcdda;padding-top:26px}.cs-cost-equations span{grid-column:1/-1;font-size:12px}.cs-cost-equations strong{font-size:21px;letter-spacing:-.03em;font-weight:500}.cs-cost-equations b{font-size:34px;font-weight:500;letter-spacing:-.04em}.cs-cost-equations small{display:block;font-size:10px;letter-spacing:0;font-weight:400}.cs-cost-equations+.cs-drawing{margin-top:25px}
.cs-next{border-top:1px solid var(--line);padding-block:65px 95px;display:grid;grid-template-columns:1.4fr 1fr;gap:70px;align-items:center}.cs-next h2{font-size:clamp(30px,3vw,43px);margin:20px 0 30px}.cs-next .text-link{display:flex;margin-top:18px;font-size:15px}.cs-next-case{display:block;border-left:1px solid var(--line);padding:25px 0 25px 50px}.cs-next-case>span{display:block;font-size:14px;color:var(--cs-muted)}.cs-next-case strong{display:block;font-size:65px;font-weight:500;letter-spacing:-.05em;color:var(--cs-ink);margin:16px 0}.cs-next-case:hover>span{text-decoration:underline;text-underline-offset:5px}
/* Variaciones de composición: la forma de medir decide la estructura. */
.cs-miro .cs-opening{grid-template-columns:1fr}.cs-miro .cs-opening-copy{max-width:830px;text-align:center;margin:auto}.cs-miro .cs-brand{justify-content:center}.cs-miro .cs-opening h1{font-size:clamp(42px,5.7vw,80px)}.cs-miro .cs-opening-art{width:100%;max-width:850px;margin:auto;padding:0}.cs-miro .cs-comparison{height:415px}.cs-miro .cs-window{width:54%}.cs-miro .cs-window-before{left:8%;width:47%;top:20px}.cs-miro .cs-window-after{right:5%;top:95px}.cs-miro .cs-window strong{font-size:70px}.cs-miro .cs-steps{grid-template-columns:1fr 1fr}
.cs-schneider-electric .cs-intervention{background:#0b1421;color:#f0f4f8}.cs-schneider-electric .cs-intervention .cs-small,.cs-schneider-electric .cs-step-number,.cs-schneider-electric .cs-steps p,.cs-schneider-electric .cs-scope p{color:#becddb}.cs-schneider-electric .cs-intervention .v-trace{stroke:#b0d0e8}.cs-schneider-electric .cs-steps{grid-template-columns:1fr;max-width:790px;margin-left:auto}.cs-schneider-electric .cs-steps li{display:grid;grid-template-columns:70px 1fr;border-color:#3d5163}.cs-schneider-electric .cs-scope{border-color:#3d5163}
.cs-accenture .cs-context{grid-template-columns:1.1fr 1fr}.cs-accenture .cs-intervention{background:#fff;border-block:1px solid var(--line)}.cs-accenture .cs-steps li{border-top:0;border-left:1px solid #cbd4dc;padding:0 0 0 24px}.cs-accenture .cs-results{background:#f5f7f9;border-radius:28px;padding:65px;margin-top:85px;margin-bottom:65px}.cs-accenture .cs-result-art{background:#fff}
.cs-abb .cs-opening-copy{grid-column:2;grid-row:1}.cs-abb .cs-opening-art{grid-column:1;grid-row:1}.cs-abb .cs-intervention{background:#f4f5f3}.cs-abb .cs-results-heading{grid-column:2}.cs-abb .cs-result-art{grid-column:1;grid-row:1}
.cs-cloudflare .cs-intervention>.wrap{display:grid;grid-template-columns:1fr 1fr;gap:30px 70px}.cs-cloudflare .cs-steps{grid-template-columns:1fr;margin-top:0}.cs-cloudflare .cs-scope{grid-column:1/-1}.cs-cloudflare .cs-result-art{background:#0d1b29;color:#eef5fa}.cs-cloudflare .cs-result-art .v-trace{stroke:#b8d4e9}
@media(max-width:1100px){.cs-opening{gap:35px}.cs-opening h1{font-size:48px}.cs-context,.cs-results{gap:35px}.cs-opening-art{padding:20px 0}.cs-object{height:400px}.cs-appointment-sheet{padding:24px;inset:12px 20px 35px 8px}.cs-appointment-sheet>.cs-drawing{height:150px}.cs-result-stamp{width:180px;padding:20px}.cs-result-stamp strong{font-size:48px}.cs-contact-field{padding:24px;height:430px}.cs-field-period{position:static;display:block;margin-top:14px}.cs-contact-field>.cs-drawing{height:180px}.cs-field-result strong{font-size:60px}.cs-edition-front{inset:15px 10px 15px 25px;padding:25px}.cs-edition-stat{display:block}.cs-edition-stat span{display:block;margin-top:5px;max-width:none}.cs-time-face{max-width:300px}.cs-time-value{font-size:80px}.cs-receipt-paper{padding:24px;inset:12px 20px 22px 5px}.cs-receipt-row{flex-wrap:wrap;gap:4px 10px}.cs-receipt-paper>strong{margin-block:20px}.cs-receipt-tag{font-size:38px;padding:17px 22px}.cs-result-art{padding:25px}.cs-next{gap:35px}.cs-next-case{padding-left:30px}.cs-accenture .cs-results{padding:40px}.cs-cloudflare .cs-intervention>.wrap{gap:30px}.cs-cost-equations>div{grid-template-columns:1fr}.cs-cost-equations span{grid-column:auto}.cs-cost-equations b{font-size:38px}.cs-cost-equations small{display:inline-block;margin-left:8px}}
@media(max-width:760px){.cs-breadcrumb{padding-block:22px;gap:7px 10px;font-size:12px}.cs-opening{grid-template-columns:1fr;padding-top:16px;gap:24px}.cs-opening h1{font-size:clamp(38px,9vw,56px)}.cs-brand{font-size:20px;margin-bottom:16px}.cs-lead{font-size:17px;line-height:1.65}.cs-opening-art{width:100%;max-width:480px;margin:auto;padding:8px 0 12px}.cs-facts{grid-template-columns:1fr;gap:18px;margin-top:0;padding:24px 0}.cs-facts>div{display:grid;grid-template-columns:1fr 1.4fr;gap:14px}.cs-facts dt{margin:0;font-size:12px}.cs-facts dd{font-size:15px}.cs-chapters{gap:8px 20px;font-size:12px;padding-bottom:20px}.cs-context{grid-template-columns:1fr;gap:30px;padding-block:45px 60px}.cs-page h2{font-size:clamp(32px,7.5vw,42px)}.cs-context h2 br{display:none}.cs-prose p{font-size:16px}.cs-mechanism{max-width:360px;margin-top:15px}.cs-mechanism .cs-drawing{height:100px}.cs-intervention{padding-block:55px}.cs-steps{grid-template-columns:1fr;gap:25px;margin:15px 0 35px}.cs-steps li{display:grid;grid-template-columns:34px 1fr;gap:12px}.cs-step-number{margin:4px 0 0}.cs-steps h3{font-size:22px}.cs-scope{grid-template-columns:1fr;gap:14px}.cs-results{padding-block:60px;grid-template-columns:1fr;gap:30px}.cs-results-heading h2{margin-bottom:18px}.cs-method{grid-template-columns:1fr;gap:15px;padding-top:25px}.cs-method details{grid-column:auto}.cs-method p{font-size:16px}.cs-result-art{width:100%;padding:28px}.cs-next{grid-template-columns:1fr;gap:35px;padding-block:40px 60px}.cs-next h2{font-size:34px}.cs-next-case{border-left:0;border-top:1px solid var(--line);padding:25px 0 0}.cs-next-case strong{font-size:55px}.cs-miro .cs-opening-copy{text-align:left}.cs-miro .cs-brand{justify-content:flex-start}.cs-miro .cs-opening h1{font-size:clamp(38px,9vw,56px)}.cs-miro .cs-comparison{height:450px}.cs-miro .cs-window-before{left:1%;width:72%;top:15px}.cs-miro .cs-window-after{right:1%;width:74%;top:155px}.cs-miro .cs-window strong{font-size:50px}.cs-miro .cs-window-top{margin-bottom:17px}.cs-miro .cs-window-after .cs-drawing{height:35px}.cs-miro .cs-steps{grid-template-columns:1fr}.cs-schneider-electric .cs-steps li{grid-template-columns:34px 1fr}.cs-accenture .cs-context{grid-template-columns:1fr}.cs-accenture .cs-results{padding:30px 20px;margin-block:40px}.cs-accenture .cs-steps li{border-left:0;border-top:1px solid #cbd4dc;padding:25px 0 0}.cs-abb .cs-opening-copy,.cs-abb .cs-opening-art,.cs-abb .cs-results-heading,.cs-abb .cs-result-art{grid-column:auto;grid-row:auto}.cs-cloudflare .cs-intervention>.wrap{grid-template-columns:1fr}.cs-cloudflare .cs-scope{grid-column:auto}.cs-cost-equations>div{grid-template-columns:1fr auto}.cs-cost-equations span{grid-column:1/-1}.cs-cost-equations strong{font-size:19px}.cs-cost-equations b{font-size:30px}.cs-cost-equations small{display:block;margin-left:0}.cs-fraction-pair{gap:20px}.cs-fraction-pair strong{font-size:50px}.cs-fraction-pair b{font-size:29px}}
@media(max-width:370px){.cs-object{height:365px}.cs-appointment-sheet{padding:20px;inset:10px 12px 35px 5px}.cs-appointment-sheet>.cs-drawing{height:120px}.cs-result-stamp{width:165px;padding:16px}.cs-result-stamp strong{font-size:43px}.cs-appointment-foot{font-size:12px}.cs-contact-field{height:390px;padding:22px}.cs-contact-field>.cs-drawing{height:155px}.cs-field-result strong{font-size:55px}.cs-edition-front{padding:22px}.cs-edition-front>strong{font-size:26px}.cs-edition-front>.cs-drawing{height:98px}.cs-time-face{max-width:265px;width:90%;left:2%}.cs-time-value{font-size:73px}.cs-time-before{bottom:40px;padding:16px 20px}.cs-receipt-paper{padding:22px}.cs-receipt-paper>strong{font-size:38px}.cs-receipt-total b{font-size:23px}.cs-receipt-tag{font-size:32px;padding:16px}.cs-cost-equations>div{grid-template-columns:1fr}.cs-result-art{padding:22px}.cs-fraction-pair strong{font-size:42px}.cs-fraction-pair small{font-size:10px}.cs-method .b-detail summary{font-size:14px}.cs-miro .cs-comparison{height:430px}.cs-miro .cs-window{padding-inline:18px}.cs-miro .cs-window-top{margin-inline:-18px}.cs-miro .cs-window strong{font-size:43px}}

/* Contenido trasladado de la home: mismos objetos, páginas propias. */
.focus-links{display:flex;flex-wrap:wrap;align-items:center;gap:20px 32px;padding-block:24px}
.focus-links .text-link{font-size:16px;min-height:44px;margin:0}
.focus-page .channels{padding-top:55px}
.focus-page .channels h1{font-size:clamp(40px,4.85vw,70px);line-height:1.07;letter-spacing:-.04em}
.focus-page .channel-criteria h2{font-size:32px;line-height:1.1}
.focus-intro{max-width:850px;margin:24px 0;font-size:18px;line-height:1.6;color:var(--muted)}
.trust-points a{display:inline-block;margin-top:10px;text-decoration:underline;text-underline-offset:4px;color:var(--blue)}
@media(max-width:760px){
 .focus-page .channels{padding-top:32px}
 .focus-page .channels h1{font-size:39px}
 .focus-intro{font-size:16px}
 .focus-links{gap:14px;padding-block:20px}
 .focus-links .text-link{font-size:15px}
}
@media(max-width:370px){.focus-page .channels h1{font-size:35px}}
