@charset "UTF-8";
:root{--ink:#1a1d21;--night:#121519;--paper:#f1eee7;--stone:#dfd9cf;--muted:#a8a6a1;--plum:#853453;--rose:#c684a0;--line:#ffffff24;--header:88px;--gutter:clamp(24px,7.7vw,160px);color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 24px)}body{margin:0;background:var(--ink);color:var(--paper);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body:has(.primary-nav.open){overflow:hidden}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.04;letter-spacing:-.048em;font-weight:560}h1{font-size:clamp(46px,5.6vw,88px)}h2{font-size:clamp(34px,4.3vw,66px)}h3{font-size:30px}em{font-style:normal;color:var(--rose)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit;cursor:pointer;border:0;background:none}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button:disabled{cursor:wait;opacity:.6}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--rose);outline-offset:5px}img{display:block;max-width:100%;object-fit:cover}svg{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}ul{margin:0;padding:0;list-style:none}button[hidden],[hidden]{display:none!important}fieldset{border:0;min-width:0;margin:0;padding:0}legend{padding:0}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link:focus{position:fixed;top:14px;left:15px;z-index:300;background:var(--paper);color:var(--ink);padding:15px}.eyebrow{display:block;font-size:10px;font-weight:600;letter-spacing:.21em;line-height:1.6;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:52px;padding:16px 22px;border:1px solid transparent;font-size:13px;line-height:1.3;position:relative;overflow:hidden;transition:background .3s,box-shadow .3s,transform .3s;isolation:isolate}.button:before{content:"";position:absolute;inset:0;background:#ffffff14;transform:translateX(-105%);transition:transform .4s;z-index:-1}.button:hover:before{transform:translateX(0)}.button:hover{transform:translateY(-2px)}.button svg{width:18px;height:18px;flex-shrink:0}.button.primary{background:var(--plum);color:#fff;border-color:#a35a78}.button.outline{border-color:#c8c3bc75;background:transparent}.button.dark{background:var(--ink);color:var(--paper)}.text-link{display:inline-flex;align-items:center;gap:30px;padding:15px 0;border-bottom:1px solid currentColor;font-size:13px}.text-button{padding:12px 0;font-size:13px}.section-heading>.eyebrow{margin-bottom:25px}.section-heading>p{max-width:620px;line-height:1.7;margin-top:25px;color:var(--muted)}.reveal{transition:opacity .8s,transform .8s;will-change:opacity,transform}.motion-ready .reveal:not(.visible){opacity:0;transform:translateY(35px)}
/* Shared navigation. Original artwork stays intact on a light surface. */
.site-header{position:fixed;inset:0 0 auto;height:var(--header);z-index:100;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 clamp(24px,3.8vw,76px);background:rgba(239,236,230,.98);color:var(--ink);border-bottom:1px solid #bfb6ab73;backdrop-filter:blur(20px)}.brand{display:inline-flex;align-items:center;flex-shrink:0;width:250px;height:78px}.brand-image{width:100%;height:100%;object-fit:contain}.primary-nav{display:flex;align-items:center;gap:clamp(16px,1.7vw,31px);font-size:13px;line-height:1.4}.primary-nav>a:not(.button){white-space:nowrap}.primary-nav>a:hover,.nav-dropdown>summary:hover{color:var(--plum)}.primary-nav [aria-current=page]:not(.button){color:var(--plum)}.nav-dropdown>summary{min-height:44px;display:flex;align-items:center;gap:10px}.chevron{width:6px;height:6px;border-right:1px solid;border-bottom:1px solid;transform:rotate(45deg)}.nav-dropdown[open] .chevron{transform:rotate(225deg)}.mega-menu{position:absolute;top:100%;left:3.8vw;right:3.8vw;padding:36px;display:grid;grid-template-columns:1fr 3fr;gap:35px;background:var(--paper);box-shadow:0 28px 60px #0005;border-bottom:3px solid var(--plum)}.menu-intro{padding-right:30px;border-right:1px solid #cfc6bc}.menu-intro h2{font-size:31px;margin:20px 0}.menu-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 16px}.menu-products>a{display:flex;align-items:center;gap:12px;position:relative;border-bottom:1px solid #d4cbc2;padding:12px 4px 24px}.menu-products>a:hover{background:#e7e1d8}.menu-products i{font-style:normal;width:31px;height:35px;display:grid;place-items:center;border:1px solid #94877d80;border-bottom:3px solid var(--accent);font-weight:600}.menu-products strong{display:block;font-size:14px}.menu-products small{display:block;font-size:10px;color:#66605a;line-height:1.3;margin-top:5px}.menu-products em{position:absolute;left:47px;bottom:5px;font-size:8px;color:#7d5366;letter-spacing:.03em}.login-link{display:flex;align-items:center;gap:9px;padding-left:24px;border-left:1px solid #b9b0a6}.login-link svg{width:20px;height:24px}.nav-cta{font-size:12px;padding:14px 19px;min-height:48px;white-space:nowrap}.menu-toggle{display:none}.subpage-hero,.compact-hero{padding:calc(var(--header) + 90px) var(--gutter) 90px}.subpage-hero{display:grid;grid-template-columns:1.3fr 1fr;gap:6vw;align-items:center;min-height:90svh}.subpage-hero h1{font-size:clamp(48px,4.25vw,72px);margin:28px 0}.subpage-hero p{max-width:590px;color:#c2bfb9;font-size:18px;line-height:1.65}.subpage-hero .button{margin-top:35px}.compact-hero h1{margin-top:25px}
/* Cinematic introduction: photographs have their own area below navigation. */
.opening{margin-top:var(--header);height:230svh;position:relative}.hero{position:sticky;top:var(--header);height:calc(100svh - var(--header));min-height:560px;overflow:hidden;isolation:isolate;background:#171a1c}.hero-photos,.hero-photo,.hero-shade,.hero-flash{position:absolute;inset:0}.hero-photos{z-index:-4;transform-origin:65% 48%;will-change:transform}.hero-photo{opacity:0;transform:scale(1.055);filter:blur(7px);transition:opacity 1.05s ease,transform 1.45s cubic-bezier(.2,.65,.2,1),filter 1.1s}.hero-photo.active{opacity:1;transform:scale(1);filter:blur(0)}.hero-photo img{width:100%;height:100%;object-position:68% 12%}.hero-photo[data-scene="1"] img{object-position:65% 10%}.hero-photo[data-scene="2"] img{object-position:62% 10%}.hero-photo[data-scene="3"] img{object-position:68% 10%}.hero-photo[data-scene="4"] img{object-position:68% 8%}.hero-shade{z-index:-2;background:linear-gradient(90deg,#0e1115c9,#0e111570 42%,#0e111508 83%),linear-gradient(0deg,#0e111588,transparent 28%)}.hero-flash{z-index:-1;pointer-events:none;background:linear-gradient(115deg,transparent 15%,#f6d3b577 48%,#fff0e599 51%,transparent 72%);mix-blend-mode:screen;opacity:0}.hero.flash .hero-flash{animation:light-pass 1.25s ease-out both}.hero-copy{position:absolute;left:var(--gutter);top:49%;width:58%;max-width:1000px;transform:translateY(-46%);will-change:opacity,transform}.hero-eyebrow{margin-bottom:26px;font-size:10px}.hero h1{font-size:clamp(44px,4.45vw,85px);font-weight:610;letter-spacing:-.05em;line-height:1.05}.hero-line{display:block;transform-origin:left center}.hero h1 em{color:#c8819d}.hero-description,#hero-description{margin:27px 0 34px;font-size:clamp(15px,1.35vw,22px);line-height:1.48;color:#e0ded9;max-width:750px}.desc-line{display:block}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero-arrow{position:absolute;top:51%;transform:translateY(-50%);width:52px;height:60px;display:grid;place-items:center;padding:0;background:#171a1d25;border-radius:4px;transition:background .3s,transform .3s;filter:drop-shadow(0 2px 5px #0006)}.hero-arrow:hover{background:#fff2;transform:translateY(-50%) scale(1.08)}.hero-arrow svg{width:42px;height:42px;stroke-width:1.6}.hero-arrow img{width:50px;height:50px;object-fit:contain;filter:invert(1)}.hero-prev{left:20px}.hero-next{right:20px}.hero-bottom{position:absolute;bottom:27px;left:4.5vw;right:4.5vw;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:10px}.carousel-controls{display:flex;align-items:center;gap:5px}.slide-dot{width:29px;height:32px;display:grid;place-items:center}.slide-dot span{width:6px;height:6px;display:block;background:#ded9d3aa;border-radius:50%;transition:transform .35s,background .35s}.slide-dot.active span{background:var(--rose);transform:scale(1.6)}.play-toggle{border:1px solid #fff6;width:31px;height:31px;border-radius:50%;margin-left:14px;line-height:1;font-size:12px}.hero-manifesto{font-size:9px;letter-spacing:.3em}.scroll-cue{display:flex;gap:25px;align-items:center;margin-right:80px}.scroll-cue>span{font-size:26px}.hero-statement{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:30px;padding:var(--gutter);background:#14171955;opacity:0;pointer-events:none;will-change:opacity,transform}.hero-statement p{font-size:clamp(36px,5vw,80px);line-height:1.09;letter-spacing:-.05em}.hero-statement em{color:#dfc5b6}.statement-line{height:1px;width:100px;background:var(--rose)}
.hero-copy.entering[data-motion=cross] .line-a{animation:line-from-left 1s cubic-bezier(.17,.8,.24,1) both}.hero-copy.entering[data-motion=cross] .line-b{animation:line-from-right 1s .12s cubic-bezier(.17,.8,.24,1) both}.hero-copy.entering[data-motion=cross] .desc-line:first-child{animation:line-from-left 1s .24s both}.hero-copy.entering[data-motion=cross] .desc-line:last-child{animation:line-from-right 1s .34s both}.hero-copy.entering[data-motion=rise] .hero-line{animation:line-rise .95s cubic-bezier(.2,.7,.2,1) both}.hero-copy.entering[data-motion=rise] .line-b{animation-delay:.13s}.hero-copy.entering[data-motion=focus] .hero-line{animation:line-focus 1.1s ease-out both}.hero-copy.entering[data-motion=focus] .line-b{animation-delay:.1s}.hero-copy.entering[data-motion=turn] .hero-line{animation:line-turn 1.1s cubic-bezier(.15,.7,.2,1) both}.hero-copy.entering[data-motion=turn] .line-b{animation-delay:.15s}.hero-copy.entering[data-motion=reveal] .hero-line{animation:line-uncover 1.2s cubic-bezier(.15,.7,.2,1) both}.hero-copy.entering[data-motion=reveal] .line-b{animation-delay:.15s}.hero-copy.entering:not([data-motion=cross]) .desc-line{animation:line-rise .9s .25s both}.hero-copy.entering .hero-eyebrow{animation:line-rise .8s both}.hero-copy.entering .hero-actions{animation:line-rise .8s .42s both}
@keyframes line-from-left{from{opacity:0;transform:translateX(-70px);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}@keyframes line-from-right{from{opacity:0;transform:translateX(75px);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}@keyframes line-rise{from{opacity:0;transform:translateY(35px)}to{opacity:1;transform:none}}@keyframes line-focus{from{opacity:0;filter:blur(15px);transform:scale(.96)}to{opacity:1;filter:none;transform:none}}@keyframes line-turn{from{opacity:0;transform:perspective(700px) rotateX(45deg) translateY(26px)}to{opacity:1;transform:none}}@keyframes line-uncover{from{clip-path:inset(0 100% 0 0);transform:translateX(-18px)}to{clip-path:inset(0);transform:none}}@keyframes light-pass{0%{opacity:0;transform:translateX(-65%)}28%{opacity:.38}100%{opacity:0;transform:translateX(90%)}}
/* The photographed world gives way to a software scene, not a repeated image. */
.software-bridge{height:190svh;background:#101418;position:relative;overflow:clip}.bridge-sticky{height:calc(100svh - var(--header));min-height:670px;top:var(--header);position:sticky;display:flex;align-items:center;padding:7vw var(--gutter);isolation:isolate}.bridge-copy{max-width:570px;z-index:3;width:42%}.bridge-copy h2{margin:28px 0}.bridge-copy>p{font-size:16px;color:#a7acaf;max-width:340px}.system-scene{position:absolute;left:40%;top:5%;right:0;bottom:7%;perspective:1100px;transform-style:preserve-3d;will-change:transform,opacity}.system-grid{position:absolute;inset:-10%;background-image:linear-gradient(#90a3a00b 1px,transparent 1px),linear-gradient(90deg,#90a3a00b 1px,transparent 1px);background-size:43px 43px;transform:rotateX(57deg) rotateZ(-22deg) scale(1.2);mask-image:radial-gradient(ellipse,#000,transparent 65%)}.system-orbit{position:absolute;left:49%;top:51%;border:1px solid #a0b6b22b;border-radius:50%;width:64%;aspect-ratio:1;transform:translate(-50%,-50%) rotateX(48deg) rotateZ(-28deg)}.orbit-two{width:94%;border-style:dashed;animation:orbit-spin 36s linear infinite}.system-core{position:absolute;left:49%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;gap:16px;width:22%;z-index:3;filter:drop-shadow(0 0 28px #96425a55)}.system-core img{width:100%;height:auto}.system-core>span{font-size:10px;letter-spacing:.3em}.system-node{position:absolute;width:31%;min-height:170px;padding:22px;background:linear-gradient(145deg,#303a3deb,#1b2229ef);border:1px solid #b7bdb748;box-shadow:0 30px 70px #0004;backdrop-filter:blur(10px);border-radius:8px;z-index:4;will-change:transform}.system-node>span{font-size:8px;color:#b6c9c4;letter-spacing:.1em}.system-node strong{display:block;font-size:clamp(15px,1.5vw,24px);font-weight:450;line-height:1.25;margin-top:13px;letter-spacing:-.025em}.node-sales{left:7%;top:12%;transform:rotateY(15deg) rotateZ(-6deg)}.node-stock{right:1%;top:32%;transform:rotateY(-15deg) rotateZ(6deg)}.node-finance{left:13%;bottom:4%;transform:rotateY(15deg) rotateZ(-4deg)}.mini-bars{display:flex;gap:5px;height:45px;align-items:end;margin-top:20px}.mini-bars i{width:13%;height:30%;background:#9c5972}.mini-bars i:nth-child(2){height:55%}.mini-bars i:nth-child(3){height:40%}.mini-bars i:nth-child(4){height:75%}.mini-bars i:nth-child(5){height:94%;background:#b9cabc}.node-dots{font-size:24px;line-height:1.05;letter-spacing:15px;color:#99bdb8;margin-top:16px}.mini-trend{height:30px;line-height:1;color:var(--rose);font-size:43px;margin-top:5px}.system-stream{position:absolute;height:1px;background:linear-gradient(90deg,transparent,#a76985,transparent);width:45%;left:30%;top:38%;transform:rotate(27deg);opacity:.6}.stream-b{top:68%;left:25%;transform:rotate(-30deg)}.scene-note{position:absolute;bottom:0;right:4%;font-size:8px;color:#858f96;letter-spacing:.15em}.bridge-foot{position:absolute;bottom:35px;left:var(--gutter);right:var(--gutter);border-top:1px solid #71808240;display:flex;justify-content:space-between;gap:25px;padding-top:18px;font-size:11px;letter-spacing:.04em;color:#b4b8b4}@keyframes orbit-spin{to{transform:translate(-50%,-50%) rotateX(48deg) rotateZ(332deg)}}
/* Rotating product gallery controlled by native scroll. */
.product-theatre{position:relative;height:520svh;background:var(--paper);color:var(--ink);overflow:clip}.theatre-sticky{position:sticky;top:var(--header);height:calc(100svh - var(--header));min-height:640px;padding:35px var(--gutter) 25px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.theatre-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;z-index:2}.theatre-heading h2{font-size:clamp(30px,3vw,47px);margin-top:12px}.theatre-heading h2 em{color:var(--plum)}.theatre-heading>p{white-space:nowrap;font-size:11px;text-align:right;color:#756b62;line-height:1.8}.theatre-heading>p>span{font-size:27px;font-weight:300;color:var(--plum);letter-spacing:.06em}.product-stage{position:relative;height:65%;min-height:355px;perspective:1600px;transform-style:preserve-3d;width:100%;margin:14px 0 8px}.product-card{position:absolute;top:0;left:50%;width:78%;max-width:1120px;height:100%;color:#eee9e0;background:radial-gradient(ellipse at 88% 13%,color-mix(in srgb,var(--accent) 20%,transparent),transparent 58%),#1e2429;border:1px solid #ffffff22;border-top:2px solid var(--accent);border-radius:12px;padding:28px 34px;box-shadow:0 25px 35px #1a1d211c;transform:translateX(-50%);transform-style:preserve-3d;will-change:transform,opacity;display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:auto 1fr auto;gap:12px 28px;backface-visibility:hidden}.product-card:not(:first-child){opacity:0;pointer-events:none}.product-card-top,.product-card-foot{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px}.product-card-top{font-size:8px;letter-spacing:.13em;color:var(--accent)}.product-card-top>span:last-child{font-size:7px;border:1px solid #ffffff25;padding:5px 8px}.product-card-copy{align-self:center}.product-symbol{display:inline-grid;place-items:center;width:36px;height:36px;border:1px solid var(--accent);color:var(--accent);font-size:18px;font-style:normal;margin-bottom:14px}.product-card h3{font-size:clamp(26px,2.5vw,42px)}.product-card-copy>p{font-size:13px;line-height:1.65;color:#c2c8c7;margin-top:18px;max-width:365px}.product-card-foot{border-top:1px solid #fff2;padding-top:18px}.product-card-foot>strong{font-size:25px;font-weight:500;letter-spacing:-.035em;color:var(--accent)}.product-card-foot>span{font-size:7px;letter-spacing:.13em;color:#acaeaa}.theatre-bottom{display:flex;padding-right:80px;align-items:center;gap:30px;margin-top:10px;color:#71685d;font-size:7px;letter-spacing:.1em}.theatre-progress{height:1px;flex:1;background:#c6b9ab}.theatre-progress i{display:block;height:2px;width:20%;background:var(--plum);transform-origin:left}.theatre-controls{display:flex;gap:10px}.theatre-controls button{height:33px;width:40px;border:1px solid #ae9f9170;font-size:20px}.card-interface{align-self:center;border:1px solid color-mix(in srgb,var(--accent) 40%,transparent);padding:20px;background:#0c12154d;transform:perspective(800px) rotateY(-12deg);border-radius:6px}.ui-label{font-size:7px;letter-spacing:.12em;color:var(--accent);display:flex;justify-content:space-between}.recovery-flow{display:flex;gap:7px;align-items:center;margin:28px 0 22px;flex-wrap:wrap;font-size:10px}.recovery-flow i{display:grid;place-items:center;height:30px;width:30px;background:var(--accent);color:var(--ink);border-radius:50%;font-style:normal}.recovery-flow b{font-size:9px;font-weight:400}.recovery-flow>span{color:var(--accent)}.ui-lines{display:grid;gap:8px}.ui-lines span{height:5px;background:#ffffff20}.ui-lines span:nth-child(2){width:80%}.ui-lines span:nth-child(3){width:55%}.ui-pill{font-size:8px;border:1px solid #fff2;padding:8px 10px;margin-top:20px;color:var(--accent)}.invoice-art{position:relative;align-self:center;height:235px;display:grid;place-items:center}.document{width:135px;height:180px;padding:20px;background:#efe8d7;color:#574836;transform:rotate(-11deg);box-shadow:10px 15px 30px #0003;border-top:4px solid var(--accent)}.document>span{font-size:9px;letter-spacing:.08em}.document>i{display:block;height:1px;margin-top:17px;background:#a69786;width:100%}.document>i:nth-of-type(2){width:85%}.document>i:nth-of-type(3){width:55%}.document>div{border-top:1px solid #b3a692;margin-top:25px;padding-top:10px;font-size:12px;display:flex;justify-content:space-between}.document-stamp{position:absolute;right:0;bottom:15px;width:90px;height:90px;border:1px solid var(--accent);border-radius:50%;display:grid;place-items:center;font-size:9px;letter-spacing:.1em;line-height:1.5;transform:rotate(10deg);color:var(--accent);background:#22272bc9}.orbit-dot{position:absolute;left:14px;top:55px;width:7px;height:7px;background:var(--accent);box-shadow:0 0 25px var(--accent);border-radius:50%}.inventory-art{align-self:center;perspective:600px}.stock-cubes{display:grid;grid-template-columns:repeat(3,48px);gap:9px;justify-content:center;transform:rotateX(25deg) rotateZ(-18deg);margin:10px 0 30px}.stock-cubes i{height:48px;border:1px solid var(--accent);background:linear-gradient(135deg,#ffffff18,#ffffff05);box-shadow:5px 5px 0 #15212a}.stock-route{display:flex;justify-content:space-around;gap:9px;align-items:center;font-size:10px}.stock-route b{color:var(--accent)}.people-art{align-self:center;text-align:center}.people-orbit{width:210px;height:180px;margin:auto;position:relative;border:1px solid #ffffff24;border-radius:50%;transform:rotate(-8deg)}.people-orbit>i{position:absolute;height:40px;width:40px;border-radius:50%;background:#2a3039;border:1px solid var(--accent);font-style:normal;display:grid;place-items:center;color:var(--accent);font-size:10px}.people-orbit>i:nth-child(1){top:-15px;left:75px}.people-orbit>i:nth-child(2){top:60px;right:-15px}.people-orbit>i:nth-child(3){bottom:-15px;left:75px}.people-orbit>i:nth-child(4){top:60px;left:-15px}.people-orbit>b{position:absolute;inset:0;display:grid;place-items:center;font-size:18px;font-weight:400;transform:rotate(8deg)}.people-art>span{display:block;margin-top:30px;font-size:7px;letter-spacing:.12em}.finance-art{align-self:center}.bar-chart{display:flex;gap:9px;height:150px;align-items:end;padding:0 25px;border-bottom:1px solid #ffffff55}.bar-chart i{flex:1;height:var(--bar);background:linear-gradient(0deg,color-mix(in srgb,var(--accent) 30%,transparent),var(--accent));border-top:2px solid #e4e9d7}.finance-caption{display:flex;justify-content:space-between;margin-top:20px;font-size:8px;letter-spacing:.09em}.finance-caption>b{color:var(--accent)}
/* Additional areas enter and leave as a family of modules. */
.areas-section{height:190svh;background:#e7e1d8;color:var(--ink);position:relative;overflow:clip}.areas-sticky{position:sticky;top:var(--header);height:calc(100svh - var(--header));min-height:650px;padding:55px var(--gutter) 30px;display:flex;flex-direction:column;justify-content:center}.areas-sticky .section-heading{text-align:center}.areas-sticky h2{font-size:clamp(32px,3.5vw,55px)}.areas-sticky h2 em{color:var(--plum)}.areas-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:48px;perspective:1000px}.area-card{min-height:260px;padding:25px 23px;border:1px solid #c7bfb5;background:#f3efe8;box-shadow:0 15px 28px #312c2210;will-change:opacity,transform;transform-origin:center bottom}.area-card>i{display:grid;place-items:center;width:38px;height:40px;border-bottom:3px solid var(--accent);border-top:1px solid #ccc4b8;font-style:normal;font-size:20px}.area-card>span{display:block;font-size:8px;letter-spacing:.08em;margin:23px 0 8px;color:#756b64}.area-card h3{font-size:26px}.area-card p{font-size:12px;line-height:1.5;margin-top:15px;color:#736b61}.area-card small{display:block;font-size:7px;margin-top:22px;letter-spacing:.15em;color:var(--plum)}.areas-caption{font-size:8px;letter-spacing:.18em;text-align:center;display:block;margin-top:35px;color:#8b7f75}
.flex-section{padding:130px var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:center;overflow:hidden;background:radial-gradient(ellipse at 80% 50%,#363038,#181c20 65%)}.flex-copy h2{margin:28px 0}.flex-copy>p{font-size:16px;color:#b8b7b2;max-width:470px}.flex-tabs{display:flex;gap:6px;border-bottom:1px solid #fff2;margin:35px 0 22px;flex-wrap:wrap}.flex-tabs button{padding:14px 10px;font-size:11px;border-bottom:2px solid transparent}.flex-tabs button[aria-selected=true]{border-color:var(--rose);color:var(--rose)}.flex-copy .flex-description{font-size:14px;min-height:52px;max-width:450px}.flex-copy .button{margin-top:28px}.flex-visual{position:relative;aspect-ratio:1;min-height:360px;isolation:isolate}.flex-ring{position:absolute;inset:20%;border:1px solid #b38c9c3b;border-radius:50%;transition:transform .8s,opacity .8s}.ring-b{inset:7%;border-style:dashed;opacity:.35}.flex-visual[data-flex-state="1"] .ring-a{transform:scale(1.1)}.flex-visual[data-flex-state="2"] .ring-b{opacity:.9;transform:rotate(35deg)}.flex-center{position:absolute;inset:34%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.flex-center img{width:90%;filter:drop-shadow(0 0 24px #94567255)}.flex-center span{font-size:8px;letter-spacing:.16em;white-space:nowrap}.flex-node{position:absolute;left:50%;top:50%;width:95px;height:45px;margin:-22px 0 0 -47px;display:grid;place-items:center;border:1px solid #b099a455;border-radius:5px;background:#29282e;font-size:11px;transform:rotate(calc(var(--n)*60deg)) translateX(clamp(135px,15vw,225px)) rotate(calc(var(--n)*-60deg));transition:opacity .7s,background .7s,box-shadow .7s,border-color .7s;opacity:.16}.flex-node:nth-of-type(4){opacity:1}.flex-visual[data-flex-state="1"] .flex-node:nth-last-child(-n+5){opacity:1;border-color:#b099a4aa}.flex-visual[data-flex-state="2"] .flex-node{opacity:1;background:#4d3141;border-color:var(--rose);box-shadow:0 0 35px #85345328}.flex-visual-caption{position:absolute;bottom:-15px;left:0;right:0;text-align:center;font-size:8px;letter-spacing:.13em;color:#9c8c94}
.services-teaser{display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:9vw;background:var(--paper);color:var(--ink);padding:110px var(--gutter)}.service-portrait{position:relative;max-width:340px;justify-self:center;width:100%}.service-portrait>img{width:100%;height:auto;aspect-ratio:335/480;object-position:center 17%;filter:saturate(.65)}.service-portrait>div{padding:18px 0;border-bottom:1px solid #ccc1b4;display:flex;flex-direction:column}.service-portrait strong{font-size:17px;font-weight:550}.service-portrait>div>span{font-size:10px;color:#7a6d63}.service-teaser-copy h2,.leadership-full h2{font-size:clamp(33px,4vw,63px);margin:28px 0}.services-teaser em{color:var(--plum)}.services-teaser p{font-size:16px;max-width:650px;margin:20px 0;color:#71685f}.services-teaser .stanley-trajectory{font-size:13px;color:#8a7d72}.services-teaser .button{margin-top:16px}.home-finale{text-align:center;padding:110px 24px 125px;background:radial-gradient(ellipse at 50% 100%,#62324655,transparent 68%),#171a1e}.home-finale h2{margin:25px 0 40px;font-size:clamp(42px,6vw,94px)}
/* Shared footer and ready-to-connect assistance. */
.site-footer{padding:55px var(--gutter) 20px;background:#111518;border-top:1px solid #ffffff17}.footer-top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:35px;align-items:center;padding-bottom:45px;border-bottom:1px solid #ffffff1a}.site-footer .brand{background:var(--paper);width:235px;height:82px;padding:0 12px}.footer-top>p{font-size:13px;color:#c3bfb7;line-height:1.65}.footer-top>p>span{font-size:10px;color:#8f908a}.footer-contact{font-size:27px;letter-spacing:-.025em;line-height:1.2;display:block;justify-self:end}.footer-contact>span{margin-left:20px;color:var(--rose)}.footer-grid{padding:45px 0 40px;display:grid;grid-template-columns:1.5fr 1fr .8fr;gap:70px}.footer-grid .eyebrow{color:#a999a0;font-size:8px;margin-bottom:22px}.footer-grid a{display:block;font-size:12px;color:#afafaa;margin:9px 0}.footer-grid a:hover{color:var(--rose)}.footer-products{display:grid;grid-template-columns:1fr 1fr;gap:0 25px}.footer-bottom{border-top:1px solid #fff2;padding-top:20px;display:flex;align-items:center;gap:28px;justify-content:space-between;font-size:9px;color:#8f938e}.footer-bottom>a:last-child{font-size:25px}.assistant-launcher{position:fixed;right:24px;bottom:22px;z-index:130;display:flex;align-items:center;gap:9px;min-height:48px;padding:11px 17px;background:#843554;border:1px solid #d798b1;border-radius:28px;box-shadow:0 8px 25px #0004;color:#fff;font-size:11px}.assistant-launcher svg{height:24px;width:24px;stroke-width:1.3}.assistant-launcher:hover{background:#994767}.assistant-panel{position:fixed;bottom:86px;right:24px;width:min(355px,calc(100vw - 32px));z-index:131;background:var(--paper);color:var(--ink);padding:25px;border:1px solid #c3b7ad;box-shadow:0 15px 60px #0005;border-radius:12px;animation:line-rise .3s ease-out}.assistant-head{display:flex;align-items:start;justify-content:space-between}.assistant-head .eyebrow{font-size:7px;color:var(--plum)}.assistant-head h2{font-size:26px;margin-top:8px}.icon-close{font-size:26px;width:30px;height:30px;line-height:1}.assistant-panel>p{margin:20px 0;font-size:13px;color:#71665c}.assistant-options{display:grid;gap:7px}.assistant-options button{padding:12px 14px;background:#e3dcd2;border:1px solid #cfc2b6;font-size:11px;text-align:left;border-radius:5px}.assistant-options button:hover{background:#d6c8c0}.assistant-panel>.button{margin-top:18px;width:100%;font-size:11px;min-height:44px}
/* Services have a complete, independent narrative. */
.services-page{background:#171b1f}.service-orbit{position:relative;aspect-ratio:1;border:1px solid #b28d9e33;border-radius:50%;box-shadow:0 0 0 50px #b28d9e05,0 0 0 100px #b28d9e03;margin:50px 15px}.service-orbit-core{position:absolute;inset:18%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #b28d9e55;border-radius:50%;font-size:clamp(16px,2vw,30px);line-height:1.7;letter-spacing:.02em;text-align:center}.service-orbit-core em{font-size:12px;letter-spacing:.1em}.service-orbit>span{position:absolute;background:#28262e;border:1px solid #9d687b66;padding:9px 18px;border-radius:30px;font-size:12px}.service-orbit>span:nth-last-child(4){top:-5%;left:38%}.service-orbit>span:nth-last-child(3){right:-5%;top:45%}.service-orbit>span:nth-last-child(2){bottom:-5%;left:38%}.service-orbit>span:nth-last-child(1){left:-5%;top:45%}.service-details{padding:30px var(--gutter) 90px}.service-detail{display:grid;grid-template-columns:.4fr 1.6fr;gap:40px;padding:65px 0;border-top:1px solid #ffffff25;scroll-margin-top:110px}.service-number{font-size:clamp(55px,9vw,130px);font-weight:200;color:#ad718d33;letter-spacing:-.05em;line-height:1}.service-detail .eyebrow{color:var(--rose);font-size:9px}.service-detail h2{margin:25px 0;font-size:clamp(36px,4vw,63px)}.service-detail p{max-width:660px;color:#b4b7b1;font-size:16px}.service-detail ul{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0}.service-detail li{padding:9px 12px;border:1px solid #ffffff24;font-size:10px;color:#bcaab3}.service-detail .button{margin-top:5px}.method-section{background:#e5ded4;color:var(--ink);padding:100px var(--gutter)}.method-section em{color:var(--plum)}.method-grid{margin-top:55px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}.method-grid img{width:100%;aspect-ratio:1.25;height:auto;filter:saturate(.5)}.method-grid article>span{display:block;margin-top:22px;color:var(--plum);font-size:11px}.method-grid h3{font-size:26px;margin:12px 0}.method-grid p{font-size:13px;color:#716659;line-height:1.6}.leadership-full{background:#f2eee6}.leadership-full .text-link{color:var(--plum)}
/* Plans and Business Starter. */
.plans-sculpture{perspective:900px;padding:25px;display:grid;gap:15px}.plans-sculpture>span{display:flex;justify-content:space-between;align-items:center;width:100%;padding:30px;background:linear-gradient(130deg,#4b3341,#20262d);border:1px solid #ba8fa24d;transform:rotateY(-20deg) rotateZ(-5deg);box-shadow:0 30px 40px #0003;font-size:11px;color:var(--rose);animation:sculpture-float 6s ease-in-out infinite}.plans-sculpture>span:nth-child(2){margin-left:-25px;animation-delay:-2s}.plans-sculpture>span:nth-child(3){margin-left:-50px;animation-delay:-4s}.plans-sculpture b{font-size:36px;font-weight:400;letter-spacing:-.04em;color:var(--paper)}@keyframes sculpture-float{50%{transform:rotateY(-12deg) rotateZ(-3deg) translateY(-7px)}}.plan-paths{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:0 var(--gutter) 100px}.plan-paths>article{border-top:1px solid #90778566;padding-top:30px}.plan-paths .eyebrow{color:var(--rose);font-size:9px}.plan-paths h2{font-size:clamp(32px,3.5vw,52px);margin:20px 0}.plan-paths p{font-size:15px;color:#b6b4ad;max-width:470px;margin-bottom:28px}.starter-section{background:var(--paper);color:var(--ink);padding:100px var(--gutter);scroll-margin-top:var(--header)}.starter-intro{text-align:center;max-width:870px;margin:auto}.starter-intro .eyebrow{color:var(--plum)}.starter-intro h2{margin:25px 0;font-size:clamp(36px,4vw,62px)}.starter-intro em{color:var(--plum)}.starter-intro>p{color:#74695e;font-size:17px;max-width:650px;margin:0 auto}.starter-stage{display:flex;gap:20px;justify-content:center;align-items:center;font-size:10px;margin:35px 0 45px;color:#7d6d62}.starter-stage i{font-size:18px;color:var(--plum);font-style:normal}.starter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.starter-card{padding:28px;background:#e6ded3;border:1px solid #cfc1b3;display:flex;flex-direction:column;transition:transform .4s,box-shadow .4s}.starter-card:hover{transform:translateY(-8px);box-shadow:0 25px 45px #32251a17}.starter-card.featured{background:#25212a;color:var(--paper);border-top:3px solid var(--rose)}.starter-card-label{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:7px;letter-spacing:.08em}.starter-card-label b{font-size:7px;color:var(--rose);font-weight:500}.starter-card h3{font-size:38px;margin:26px 0 15px}.starter-card>p{font-size:13px;min-height:42px;color:#827162}.starter-card.featured>p{color:#bcb1b7}.price{font-size:70px;font-weight:300;letter-spacing:-.07em;line-height:1.2;margin:22px 0 25px;display:flex;gap:3px;align-items:baseline}.price>span{font-size:25px;align-self:flex-start;margin-top:12px}.price small{font-size:10px;letter-spacing:0;margin-left:8px;white-space:nowrap;color:#8f7b6c}.featured .price small{color:#b9a3b2}.starter-card ul{border-top:1px solid #9e87773b;padding-top:22px;margin-bottom:30px;flex:1}.starter-card li{position:relative;padding-left:20px;font-size:12px;margin:12px 0;line-height:1.5}.starter-card li:before{content:"✓";position:absolute;left:0;color:var(--plum)}.featured li:before{color:var(--rose)}.starter-card .button{width:100%;font-size:12px;min-height:49px}.starter-card:not(.featured) .button{border-color:#9e8777}.plan-note{font-size:11px;color:#8a786a;margin-top:28px;max-width:900px;line-height:1.7}.plan-consultation{padding:110px var(--gutter);display:grid;grid-template-columns:1.15fr .85fr;gap:45px}.plan-consultation .section-heading{grid-row:span 2}.plan-facts{display:grid;align-content:center;gap:20px}.plan-facts p{border-bottom:1px solid #ffffff25;padding:0 0 20px;font-size:14px;color:#c2b8b6;display:flex;gap:25px}.plan-facts span{font-size:10px;color:var(--rose)}.plan-consultation>.button{justify-self:start;align-self:start}
/* A consultative contact experience using the existing reception endpoint. */
.contact-experience{display:grid;grid-template-columns:1fr 1fr;gap:7vw;padding:calc(var(--header) + 85px) var(--gutter) 110px;align-items:start;background:radial-gradient(ellipse at 12% 25%,#62304522,transparent 50%),#171b1f}.contact-intro{position:sticky;top:calc(var(--header) + 45px)}.contact-intro h1{font-size:clamp(43px,3.8vw,65px);margin:24px 0 30px}.contact-intro>p{font-size:16px;max-width:500px;color:#b5b6b0}.contact-steps{margin-top:40px;display:grid;gap:18px}.contact-steps>div{display:flex;gap:22px;align-items:start}.contact-steps span{font-size:10px;color:var(--rose);border-top:1px solid var(--plum);padding-top:4px}.contact-steps p{font-size:12px;color:#aaa8a3;max-width:370px}.contact-steps b{font-weight:500;color:#ded5d1}.contact-hint{font-size:10px;color:#91858c;border-top:1px solid #ffffff20;margin-top:35px;padding-top:18px;max-width:430px}.company-form-panel{padding:35px;background:var(--paper);color:var(--ink);border:1px solid #d1c1b2;min-height:625px;color-scheme:light}.form-progress{display:flex;gap:15px;align-items:center;margin-bottom:35px;font-size:8px;color:var(--plum);letter-spacing:.08em}.form-progress>div{height:1px;background:#d2c5b7;flex:1}.form-progress i{width:33.33%;height:2px;display:block;background:var(--plum);transition:width .4s}.form-progress small{font-size:8px;white-space:nowrap;color:#938175}.company-form-panel legend{font-size:30px;line-height:1.14;letter-spacing:-.04em;font-weight:500}.company-form-panel fieldset>p{font-size:12px;color:#837161;margin:16px 0 25px;line-height:1.6}.company-form-panel label:not(.choice):not(.consent){display:block;font-size:11px;font-weight:500;margin:20px 0 0;color:#5e544d}.company-form-panel input:not([type=checkbox]),.company-form-panel select,.company-form-panel textarea{width:100%;display:block;padding:13px 12px;color:#282425;background:#f9f6ef;border:1px solid #cdbdaf;border-radius:0;font-size:13px;margin-top:8px;min-height:46px}.company-form-panel select{padding-right:26px}.company-form-panel textarea{resize:vertical}.company-form-panel input::placeholder,.company-form-panel textarea::placeholder{color:#a6978a;font-size:12px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.choices-grid,.finder-needs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.choice{display:flex;align-items:center;position:relative;cursor:pointer;min-width:0}.choice input{position:absolute;opacity:0;width:1px;height:1px}.choice>span{width:100%;padding:13px 12px;border:1px solid #c9b9a8;font-size:11px;line-height:1.3;transition:background .2s,color .2s,border-color .2s;min-height:43px;display:flex;align-items:center}.choice input:checked+span{background:#843653;color:#fff;border-color:#843653}.choice input:focus-visible+span{outline:2px solid var(--plum);outline-offset:3px}.choice input:checked+span:after{content:"✓";margin-left:auto;padding-left:8px}.consent{display:flex;align-items:start;gap:10px;margin-top:25px;font-size:11px;line-height:1.5;color:#786959}.consent input{accent-color:var(--plum);margin:3px 0 0;flex-shrink:0}.consent a{text-decoration:underline}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:30px}.form-actions>.button{margin-left:auto;min-height:48px;font-size:12px}.form-status{font-size:12px;line-height:1.6;color:var(--plum);margin-top:18px;overflow-wrap:anywhere}.contact-review{margin-top:25px;border-top:1px solid #d1c3b4;padding-top:18px;font-size:11px;line-height:1.8;color:#867265;white-space:pre-line}.request-context{padding:12px;background:#e0d5c8;border-left:2px solid var(--plum)}.contact-success{padding:40px 0}.contact-success>span{display:grid;place-items:center;height:60px;width:60px;border:1px solid var(--plum);border-radius:50%;color:var(--plum);font-size:30px;margin-bottom:35px}.contact-success h2{font-size:44px}.contact-success h2 em{color:var(--plum)}.contact-success p{font-size:14px;margin:25px 0;color:#786959}.contact-success code{display:block;margin:25px 0;padding:16px;background:#e1d6c8;color:#654152;font-size:15px;overflow-wrap:anywhere}
/* An independent, interactive commercial discovery path. */
.finder-page .primary-nav{display:none}.finder-page .site-header:after{content:"TU ECOSISTEMA EMPIEZA AQUÍ";font-size:9px;letter-spacing:.16em;color:#8b6a7a}.finder-intro{padding:calc(var(--header) + 100px) var(--gutter) 150px;position:relative;overflow:hidden;background:radial-gradient(ellipse at 84% 25%,#7f3d5c3b,transparent 50%),#15191e}.finder-intro h1{font-size:clamp(50px,6.5vw,104px);margin:28px 0 30px}.finder-intro>p{max-width:650px;color:#b7b5b0;font-size:18px;line-height:1.65}.finder-intro>.button{margin-top:35px}.finder-marquee{position:absolute;bottom:0;left:0;display:flex;gap:40px;white-space:nowrap;font-size:95px;font-weight:600;letter-spacing:-.05em;color:#b0809824;line-height:1.1;animation:marquee 25s linear infinite}.finder-marquee>span{flex-shrink:0}@keyframes marquee{to{transform:translateX(-50%)}}.finder-workspace{padding:100px var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:7vw;background:var(--paper);color:var(--ink);align-items:start}.finder-controls>.eyebrow{color:var(--plum);font-size:8px;margin-top:35px}.finder-controls>.eyebrow:first-child{margin-top:0}.finder-controls h2{font-size:clamp(32px,3.2vw,48px);margin:18px 0 28px}.finder-controls h2 em{color:var(--plum)}.finder-stage-choices,.finder-mode{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0}.finder-stage-choices button,.finder-mode button{border:1px solid #c4b3a4;padding:12px 14px;font-size:11px;line-height:1.4;transition:background .25s,color .25s}.finder-stage-choices button.selected,.finder-mode button.selected{background:#25212a;color:#fff;border-color:#25212a}.finder-needs{margin-top:18px}.finder-result{position:sticky;top:calc(var(--header) + 30px);background:radial-gradient(ellipse at 50% 10%,#653f53,#23232b 55%);color:var(--paper);padding:30px;border:1px solid #8f6e8180;min-height:550px}.finder-result>.eyebrow{font-size:8px;color:#be91a6}.finder-orbit{position:relative;height:250px;display:grid;place-items:center}.finder-orbit:before,.finder-orbit:after{content:"";position:absolute;left:50%;top:50%;width:175px;height:175px;transform:translate(-50%,-50%);border:1px solid #b790a43b;border-radius:50%}.finder-orbit:after{width:225px;height:225px;border-style:dashed}.finder-orbit>img{width:100px;height:100px;filter:drop-shadow(0 0 20px #ae668555)}#finder-result-nodes{position:absolute;inset:0}#finder-result-nodes>span{position:absolute;padding:6px 10px;background:#4c3547;border:1px solid #b894aa66;border-radius:3px;font-size:8px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(calc(var(--node)*60deg)) translateX(117px) rotate(calc(var(--node)*-60deg));animation:line-focus .4s}.finder-result h3{font-size:35px}.finder-result>p{font-size:13px;line-height:1.7;color:#bcb3bc;margin:18px 0}.finder-result .button{margin-top:24px;width:100%;font-size:11px}#finder-product-summary{display:flex;flex-wrap:wrap;gap:7px;font-size:10px}#finder-product-summary>span{border:1px solid #ffffff24;padding:7px 10px}.finder-result .finder-note{font-size:9px;line-height:1.6;color:#a08b99;margin-bottom:0}.finder-manifesto{padding:100px var(--gutter)}.finder-promises{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin-top:60px}.finder-promises article{border-top:1px solid #fff3;padding-top:25px}.finder-promises span{color:var(--rose);font-size:10px}.finder-promises h3{font-size:29px;margin:25px 0}.finder-promises p{font-size:14px;color:#adaca8;line-height:1.7}
/* Product destination pages and company pages. */
.products-page .compact-hero{padding-bottom:50px}.catalogue-grid{padding:0 var(--gutter) 100px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.catalogue-card{padding:28px;background:linear-gradient(145deg,#2d3036,#20242b);border:1px solid #ffffff21;border-top:2px solid var(--accent);transition:transform .4s,box-shadow .4s;display:flex;flex-direction:column;min-height:320px}.catalogue-card:hover{transform:translateY(-6px);box-shadow:0 20px 35px #0002}.catalogue-card>i{display:grid;place-items:center;height:45px;width:45px;border:1px solid var(--accent);font-style:normal;color:var(--accent);font-size:23px}.catalogue-card>span{font-size:8px;color:#bab4b5;margin:22px 0 12px;letter-spacing:.04em}.catalogue-card h2{font-size:33px;color:var(--accent)}.catalogue-card>p{font-size:12px;color:#a8aab0;margin-top:18px;flex:1}.catalogue-card>div{display:flex;justify-content:space-between;align-items:center;margin-top:25px;border-top:1px solid #fff2;padding-top:18px}.catalogue-card small{font-size:9px}.catalogue-card b{font-size:22px;color:var(--accent)}.product-page-hero{display:grid;grid-template-columns:1.3fr .7fr;gap:8vw;padding:calc(var(--header) + 90px) var(--gutter) 100px;min-height:95svh;align-items:center;background:radial-gradient(ellipse at 85% 45%,color-mix(in srgb,var(--accent) 12%,transparent),transparent 60%)}.product-page-hero .eyebrow{color:var(--accent);font-size:9px}.upcoming{display:inline-block;border:1px solid #ffffff30;padding:7px 12px;font-size:8px;letter-spacing:.12em;margin:25px 0 15px;color:#a5a8a5}.product-page-hero h1{color:var(--accent);font-size:clamp(54px,6vw,100px)}.product-page-hero h2{font-size:clamp(28px,3.1vw,50px);margin:22px 0}.product-page-hero p{font-size:16px;color:#b7b5ae;max-width:560px;margin-bottom:30px}.product-page-art{position:relative;min-height:310px;padding:30px;isolation:isolate}.product-page-art>div{position:relative;z-index:1}.product-page-symbol{position:absolute;inset:0;display:grid;place-items:center;font-size:350px;color:color-mix(in srgb,var(--accent) 6%,transparent);line-height:1;z-index:0;font-weight:650}.product-possibility{background:var(--paper);color:var(--ink);padding:100px var(--gutter)}.product-possibility em{color:var(--plum)}.product-possibility p{color:#7c7065}.product-possibility .button{margin-top:30px;border-color:#a68f7f}.about-emblem{padding:20px}.about-emblem img{width:100%;filter:drop-shadow(0 15px 40px #0003);animation:emblem-drift 9s ease-in-out infinite}@keyframes emblem-drift{50%{transform:translateY(-15px) rotate(3deg)}}.about-principles{display:grid;grid-template-columns:1fr 1fr;gap:70px 80px;padding:60px var(--gutter) 100px}.about-principles article{border-top:1px solid #ffffff26;padding-top:28px}.about-principles span{color:var(--rose);font-size:9px;letter-spacing:.1em}.about-principles h2{font-size:clamp(33px,3.6vw,55px);margin:25px 0}.about-principles p{max-width:520px;font-size:15px;color:#b1b0ab}.privacy-copy{max-width:900px;padding:0 var(--gutter) 100px;box-sizing:content-box}.privacy-copy h2{font-size:28px;margin:35px 0 16px}.privacy-copy p{font-size:15px;color:#b6b3ad;line-height:1.8}.privacy-copy a{color:var(--rose);text-decoration:underline}
/* Authentication keeps its original form contract and account flows. */
.auth-experience{padding:calc(var(--header) + 60px) var(--gutter) 80px;display:grid;grid-template-columns:1fr 1fr;gap:8vw;min-height:100svh;align-items:center}.auth-form-shell{max-width:470px;width:100%}.access-panel>.eyebrow{color:var(--rose);font-size:9px}.access-panel h1{font-size:clamp(43px,4.3vw,67px);margin:24px 0}.access-panel>p{font-size:14px;color:#b5b2ad;line-height:1.65;margin-bottom:30px}.access-panel label{display:block;font-size:12px;margin:20px 0}.access-panel input:not([type=hidden]){width:100%;margin-top:9px;border:1px solid #89727c80;background:#202329;padding:14px 15px;color:#efeae3;font-size:15px;min-height:50px;border-radius:0}.password-wrap{display:block;position:relative}.password-wrap input{padding-right:60px!important}.password-wrap button{position:absolute;right:10px;top:23px;font-size:11px;color:var(--rose);padding:4px 8px}.recovery-link{display:block;text-align:right;font-size:11px;color:#c38a9f;margin:20px 0}.access-panel .button.full{width:100%;margin-top:13px;min-height:52px}.access-panel .access-note{border-top:1px solid #fff2;padding-top:20px;margin-top:27px;font-size:11px;color:#8f9290}.notice{padding:14px;border:1px solid #aa9c8155;border-left:2px solid var(--rose);font-size:12px;color:#d3b6c0;margin-bottom:20px}.auth-art{aspect-ratio:1;display:flex;align-items:center;flex-direction:column;justify-content:center;position:relative;background:radial-gradient(circle,#62374e38,transparent 68%);isolation:isolate}.auth-art-orbit{position:absolute;inset:1%;border:1px solid #a3839b33;border-radius:50%;z-index:-1}.auth-art-orbit:after{content:"";position:absolute;inset:13%;border:1px dashed #a3839b22;border-radius:50%}.auth-art>img{width:140px;height:140px;margin-bottom:35px;filter:drop-shadow(0 0 24px #b6678755)}.auth-art>.eyebrow{font-size:8px;color:#bb9dac}.auth-art h2{font-size:clamp(30px,3vw,45px);text-align:center;margin:23px 0}.auth-art-pills{display:flex;gap:10px;margin-top:20px}.auth-art-pills span{padding:7px 12px;font-size:9px;border:1px solid #99738855;border-radius:20px}.auth-page .site-footer{display:none}.auth-page .nav-cta{display:none}
/* Screen sizes keep the same narrative without forced sideways page scrolling. */
@media(min-width:961px) and (max-width:1300px){.site-header{gap:20px;padding:0 26px}.brand{width:200px}.primary-nav{gap:15px;font-size:11px}.login-link{padding-left:16px;gap:6px}.nav-cta{padding:13px;gap:12px;font-size:10px}.product-card{width:87%;padding:25px;gap:10px 20px}.product-card h3{font-size:33px}.hero-copy{width:65%}.hero h1{font-size:4.7vw}.system-node{padding:17px;min-height:160px}.areas-grid{gap:12px}.area-card{padding:22px 16px}.area-card h3{font-size:23px}.footer-grid{gap:40px}.starter-card{padding:24px 20px}.price{font-size:60px}.company-form-panel{padding:25px}.contact-experience{gap:5vw}.flex-tabs button{font-size:10px;padding:13px 7px}.product-stage{height:62%}}
@media(max-width:960px){:root{--header:76px;--gutter:40px}.site-header{padding:0 32px}.brand{width:220px;height:68px}.menu-toggle{display:flex;align-items:center;gap:15px;font-size:12px;padding:10px 0}.menu-toggle span{font-size:22px}.primary-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);padding:20px 32px 28px;max-height:calc(100dvh - var(--header));overflow-y:auto;font-size:15px;border-bottom:2px solid var(--plum);box-shadow:0 20px 40px #0004}.primary-nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.primary-nav>a,.nav-dropdown>summary{padding:15px 0;border-bottom:1px solid #d1c5b8;min-height:48px}.primary-nav .button{padding:17px 20px;margin-top:16px;border-color:var(--plum)}.login-link{border-left:0}.mega-menu{position:static;display:block;padding:18px 0;box-shadow:none;border:0;background:transparent}.menu-intro{display:none}.menu-products{grid-template-columns:1fr 1fr;gap:9px 15px}.menu-products>a{padding:12px 0 24px}.hero-copy{width:75%;left:var(--gutter)}.hero h1{font-size:clamp(44px,6.2vw,65px)}#hero-description{font-size:16px;max-width:590px}.hero-prev{left:5px}.hero-next{right:5px}.hero-arrow{width:32px;height:45px}.hero-arrow svg{width:30px;height:30px}.hero-manifesto{display:none}.hero-bottom{left:var(--gutter);right:var(--gutter)}.hero-statement p{font-size:52px}.bridge-copy{width:46%;max-width:360px}.bridge-copy h2{font-size:43px}.system-scene{left:43%;right:-18%;top:12%;bottom:10%}.system-node{width:35%;padding:15px;min-height:150px}.system-node strong{font-size:17px}.node-stock{right:9%}.system-core{left:44%;width:24%}.node-finance{bottom:8%;left:4%}.system-node.node-sales{left:4%;top:6%}.scene-note{display:none}.theatre-sticky{min-height:660px;padding:32px 30px 25px}.theatre-heading h2{font-size:37px}.product-card{width:86%;padding:24px;grid-template-columns:1.15fr .85fr;gap:8px 15px}.product-card h3{font-size:31px}.product-card-copy>p{font-size:12px}.product-card-top{font-size:7px}.product-card-foot>strong{font-size:22px}.product-card-foot>span{font-size:6px}.product-stage{height:62%;min-height:360px}.theatre-bottom>span{display:none}.areas-grid{gap:12px}.area-card{padding:20px 15px;min-height:255px}.area-card h3{font-size:22px}.area-card p{font-size:11px}.areas-sticky{padding:45px 30px 30px}.area-card>span{font-size:7px}.flex-section{grid-template-columns:minmax(0,1fr);padding:90px var(--gutter);gap:55px}.flex-copy{max-width:660px}.flex-visual{width:min(500px,100%);justify-self:center;min-height:400px}.flex-node{transform:rotate(calc(var(--n)*60deg)) translateX(185px) rotate(calc(var(--n)*-60deg))}.services-teaser{gap:6vw;padding:85px var(--gutter);grid-template-columns:.8fr 1.2fr}.services-teaser h2{font-size:41px}.services-teaser p{font-size:14px}.services-teaser .stanley-trajectory{font-size:11px}.home-finale h2{font-size:65px}.footer-top{grid-template-columns:1fr 1fr;gap:30px}.footer-contact{grid-column:2;grid-row:1;align-self:center}.footer-top>p{grid-column:1/-1}.footer-grid{gap:30px;grid-template-columns:1.2fr 1fr 1fr}.footer-products{grid-template-columns:1fr}.site-footer{padding:45px var(--gutter) 25px}.subpage-hero{padding-top:calc(var(--header) + 65px);min-height:750px;gap:5vw}.subpage-hero h1{font-size:58px}.subpage-hero p{font-size:16px}.service-orbit{margin:30px 0}.service-orbit>span{font-size:10px;padding:7px 11px}.service-orbit-core{font-size:18px}.service-orbit-core em{font-size:8px}.service-detail{grid-template-columns:.25fr 1.75fr;gap:28px}.method-grid{grid-template-columns:1fr 1fr;gap:35px}.plan-paths{gap:30px}.plans-sculpture{padding:0}.plans-sculpture>span{padding:25px}.plans-sculpture b{font-size:30px}.starter-grid{gap:14px}.starter-card{padding:23px 17px}.starter-card h3{font-size:30px}.starter-card-label{font-size:6px;flex-direction:column;align-items:start;min-height:25px;gap:5px}.starter-card>p{font-size:12px}.starter-card li{font-size:11px}.price{font-size:54px}.price small{font-size:8px}.plan-consultation{grid-template-columns:1fr;gap:35px}.contact-experience{grid-template-columns:1fr;gap:50px;padding-top:calc(var(--header) + 65px)}.contact-intro{position:static}.contact-intro h1{font-size:65px}.contact-intro>p{max-width:670px}.contact-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.contact-steps>div{display:block}.contact-steps p{margin-top:12px}.contact-hint{max-width:none}.company-form-panel{max-width:720px;width:100%;justify-self:center;padding:40px}.finder-intro{padding-top:calc(var(--header) + 75px)}.finder-intro h1{font-size:76px}.finder-workspace{gap:30px;padding-top:70px}.finder-controls h2{font-size:37px}.finder-result{padding:23px}.finder-result h3{font-size:30px}.finder-orbit{height:235px}.finder-orbit>img{width:80px;height:80px}#finder-result-nodes>span{transform:translate(-50%,-50%) rotate(calc(var(--node)*60deg)) translateX(95px) rotate(calc(var(--node)*-60deg));font-size:7px;padding:5px 7px}.finder-orbit:after{width:190px;height:190px}.finder-orbit:before{width:145px;height:145px}.finder-needs{grid-template-columns:1fr}.finder-promises{gap:25px}.finder-promises h3{font-size:25px}.finder-promises p{font-size:12px}.catalogue-grid{grid-template-columns:1fr 1fr}.product-page-hero{grid-template-columns:1.1fr .9fr;gap:30px}.product-page-hero h1{font-size:58px}.product-page-art{padding:10px}.about-principles{gap:50px}.auth-experience{gap:30px;padding-top:calc(var(--header) + 65px)}.auth-art>img{width:110px;height:110px}.auth-art h2{font-size:32px}.auth-art-pills{gap:5px}.auth-art-pills span{padding:6px 8px;font-size:8px}.auth-art-orbit{inset:-10%}.access-panel h1{font-size:50px}}
@media(max-width:640px){:root{--header:72px;--gutter:24px}.site-header{padding:0 20px}.brand{width:205px;height:65px}.primary-nav{padding:15px 24px 25px}.menu-products{grid-template-columns:1fr 1fr;gap:8px 12px}.menu-products i{width:26px;height:30px;flex-shrink:0}.menu-products>a{gap:8px}.menu-products strong{font-size:12px}.menu-products small{font-size:8px}.menu-products em{left:35px;font-size:7px}.opening{height:175svh}.hero{height:calc(100svh - var(--header));min-height:650px}.hero-photo img{object-position:72% 0%!important}.hero-shade{background:linear-gradient(0deg,#11151af5 3%,#11151ab0 44%,#11151a05 100%)}.hero-copy{top:auto;bottom:135px;transform:none;left:24px;width:calc(100% - 48px)}.hero-eyebrow{font-size:7px;letter-spacing:.17em;margin-bottom:18px}.hero h1{font-size:clamp(36px,9.5vw,58px);line-height:1.07}.hero-line{max-width:100%}.hero-line em{white-space:normal}#hero-description{font-size:14px;line-height:1.5;margin:22px 0 26px;max-width:370px}.desc-line{display:inline}.desc-line+ .desc-line:before{content:" "}.hero-actions{gap:10px}.hero-actions .button{font-size:10px;min-height:44px;padding:12px 15px;gap:13px}.hero-actions .button svg{width:15px;height:15px}.hero-arrow{top:auto;bottom:67px;transform:none;width:35px;height:36px;background:#ffffff08}.hero-arrow:hover{transform:scale(1.05)}.hero-arrow svg{width:31px;height:31px}.hero-arrow img{width:33px;height:33px}.hero-prev{left:24px}.hero-next{left:73px;right:auto}.hero-bottom{left:24px;right:84px;bottom:20px;gap:10px}.carousel-controls{gap:2px}.slide-dot{width:23px;height:28px}.play-toggle{margin-left:8px;height:28px;width:28px}.scroll-cue{font-size:0;gap:0;margin-right:0}.scroll-cue span{font-size:20px}.hero-statement{padding:24px;gap:25px}.hero-statement p{font-size:40px;line-height:1.13}.hero-statement .eyebrow{font-size:7px}.software-bridge{height:155svh}.bridge-sticky{min-height:670px;display:block;padding:45px 24px 30px;overflow:hidden}.bridge-copy{width:100%;max-width:100%;position:relative;z-index:6}.bridge-copy>.eyebrow{font-size:7px;letter-spacing:.15em}.bridge-copy h2{font-size:40px;margin:20px 0 15px}.bridge-copy>p{font-size:13px;max-width:300px}.system-scene{left:0;right:-3%;top:33%;bottom:11%}.system-node{min-height:130px;width:35%;padding:12px}.system-node>span{font-size:6px;letter-spacing:.02em}.system-node strong{font-size:12px;margin-top:9px}.mini-bars{height:24px;margin-top:13px}.node-dots{font-size:15px;letter-spacing:8px}.system-core{left:49%;top:51%;width:23%;gap:8px}.system-core>span{font-size:6px;letter-spacing:.18em}.node-stock{right:2%;top:34%}.node-sales{left:4%!important;top:1%!important}.node-finance{left:10%;bottom:0}.mini-trend{height:20px;font-size:27px}.bridge-foot{bottom:18px;font-size:8px;gap:25px;line-height:1.5;padding-top:12px}.product-theatre{height:480svh}.theatre-sticky{min-height:690px;height:calc(100svh - var(--header));padding:28px 18px 20px}.theatre-heading{gap:15px}.theatre-heading .eyebrow{font-size:6px;letter-spacing:.12em}.theatre-heading h2{font-size:26px;line-height:1.12;margin-top:12px}.theatre-heading>p{font-size:8px;min-width:60px}.theatre-heading>p>span{font-size:20px}.product-stage{height:70%;min-height:440px;margin:20px 0 10px}.product-card{width:94%;padding:22px;grid-template-columns:1fr;grid-template-rows:auto auto 1fr auto;gap:10px;border-radius:8px}.product-card-top{font-size:6px;letter-spacing:.04em;gap:8px}.product-card-top>span:last-child{font-size:5px;padding:4px}.product-symbol{position:absolute;top:50px;right:22px;width:31px;height:31px;font-size:15px}.product-card h3{font-size:32px;max-width:245px;padding-right:18px;line-height:1.07}.product-card-copy{margin-top:8px}.product-card-copy>p{font-size:11px;margin-top:14px;line-height:1.5;max-width:270px}.product-card-foot{padding-top:12px;gap:10px}.product-card-foot>strong{font-size:22px}.product-card-foot>span{font-size:5px;max-width:95px;text-align:right}.card-interface{padding:13px;max-width:240px;width:100%;justify-self:center;transform:rotateY(-7deg);margin:4px 0}.recovery-flow{margin:15px 0;font-size:8px;gap:6px}.recovery-flow i{height:23px;width:23px;font-size:7px}.recovery-flow b{font-size:8px}.ui-label{font-size:6px}.ui-lines{gap:5px}.ui-lines span{height:3px}.ui-pill{font-size:7px;margin-top:11px;padding:5px 8px}.invoice-art{height:150px;margin:5px auto;width:240px}.document{height:133px;width:100px;padding:12px}.document>span{font-size:7px}.document>i{margin-top:11px}.document>div{margin-top:17px;padding-top:7px;font-size:10px}.document-stamp{width:68px;height:68px;font-size:7px;right:14px;bottom:0}.stock-cubes{grid-template-columns:repeat(3,34px);gap:6px;margin:4px 0 18px}.stock-cubes i{height:34px}.stock-route{font-size:8px;max-width:230px;margin:auto}.people-orbit{width:145px;height:115px}.people-orbit>i{width:27px;height:27px;font-size:7px}.people-orbit>i:nth-child(1){top:-10px;left:58px}.people-orbit>i:nth-child(2){top:43px;right:-12px}.people-orbit>i:nth-child(3){bottom:-10px;left:58px}.people-orbit>i:nth-child(4){top:43px;left:-12px}.people-orbit>b{font-size:14px}.people-art>span{font-size:5px;margin-top:17px}.bar-chart{height:105px;max-width:210px;margin:auto;padding:0 10px;gap:6px}.finance-caption{max-width:220px;margin:13px auto 0;font-size:7px}.theatre-bottom{margin-top:0;gap:15px;padding-right:55px}.theatre-controls button{height:30px;width:35px;font-size:18px}.areas-section{height:185svh}.areas-sticky{height:calc(100svh - var(--header));min-height:700px;padding:40px 20px 25px}.areas-sticky .section-heading>.eyebrow{font-size:6px;letter-spacing:.12em;margin-bottom:17px}.areas-sticky h2{font-size:34px}.areas-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.area-card{padding:18px 14px;min-height:210px}.area-card>i{height:30px;width:28px;font-size:17px}.area-card>span{font-size:6px;margin:15px 0 8px;line-height:1.3}.area-card h3{font-size:24px}.area-card p{font-size:10px;line-height:1.4;margin-top:12px}.area-card small{font-size:5px;margin-top:14px}.areas-caption{font-size:6px;letter-spacing:.1em;margin-top:22px}.flex-section{padding:75px 24px;gap:30px}.flex-copy>.eyebrow{font-size:7px;letter-spacing:.13em}.flex-copy h2{font-size:49px;margin:23px 0}.flex-copy>p{font-size:14px}.flex-tabs{margin-top:24px;gap:0;justify-content:space-between}.flex-tabs button{padding:13px 4px;font-size:10px}.flex-copy .flex-description{font-size:12px;min-height:45px}.flex-copy .button{font-size:11px;margin-top:20px}.flex-visual{min-height:0;width:min(350px,100%);max-width:350px}.flex-node{width:74px;height:35px;margin:-17px 0 0 -37px;font-size:9px;transform:rotate(calc(var(--n)*60deg)) translateX(128px) rotate(calc(var(--n)*-60deg))}.flex-center{inset:36%}.flex-center span{font-size:6px}.flex-visual-caption{font-size:6px;bottom:0}.services-teaser{padding:75px 24px;grid-template-columns:1fr;gap:38px}.service-portrait{max-width:270px}.service-portrait>img{aspect-ratio:335/390;object-position:center 15%}.service-portrait>div{padding:14px 0}.service-portrait strong{font-size:15px}.service-portrait>div>span{font-size:9px}.service-teaser-copy>.eyebrow,.leadership-full .eyebrow{font-size:7px}.services-teaser h2{font-size:41px;margin:22px 0}.services-teaser p{font-size:14px}.services-teaser .stanley-trajectory{font-size:12px}.services-teaser .button{font-size:12px}.home-finale{padding:85px 24px}.home-finale>.eyebrow{font-size:7px;max-width:270px;margin:auto}.home-finale h2{font-size:clamp(38px,11vw,47px);margin:25px 0 32px}.home-finale .button{font-size:11px;max-width:100%}.site-footer{padding:40px 24px 85px}.site-footer .brand{width:200px;height:68px}.footer-top{grid-template-columns:1fr;gap:25px;padding-bottom:35px}.footer-top>p{grid-column:auto;grid-row:2;font-size:12px}.footer-contact{grid-column:auto;grid-row:3;justify-self:start;font-size:28px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 22px;padding:35px 0}.footer-grid>div:first-child{grid-column:1/-1}.footer-products{grid-template-columns:1fr 1fr}.footer-grid .eyebrow{font-size:7px;letter-spacing:.1em;margin-bottom:18px}.footer-grid a{font-size:11px}.footer-bottom{flex-wrap:wrap;justify-content:flex-start;gap:15px 25px;font-size:8px}.footer-bottom>span:nth-last-child(2){width:80%}.footer-bottom>a:last-child{margin-left:auto}.assistant-launcher{right:16px;bottom:max(15px,env(safe-area-inset-bottom));min-height:46px;width:46px;padding:10px;justify-content:center}.assistant-launcher>span{display:none}.assistant-launcher>svg{width:23px;height:23px}.assistant-panel{right:16px;bottom:75px;padding:22px}.assistant-panel>.button{font-size:11px}.subpage-hero{grid-template-columns:1fr;min-height:auto;padding:calc(var(--header) + 60px) 24px 70px;gap:65px}.subpage-hero h1{font-size:49px;line-height:1.08;margin:23px 0}.subpage-hero>.reveal>.eyebrow{font-size:7px}.subpage-hero p{font-size:15px}.subpage-hero .button{margin-top:27px;font-size:12px}.service-orbit{width:65%;max-width:285px;margin:10px auto 20px;box-shadow:0 0 0 35px #b28d9e05,0 0 0 65px #b28d9e03}.service-orbit-core{font-size:19px;inset:13%}.service-orbit-core em{font-size:8px}.service-details{padding:20px 24px 60px}.service-detail{grid-template-columns:1fr;padding:45px 0;gap:20px}.service-number{font-size:50px;color:#ad718d77}.service-detail .eyebrow{font-size:8px}.service-detail h2{font-size:39px;line-height:1.08;margin:20px 0}.service-detail p{font-size:14px}.service-detail li{font-size:9px;padding:8px 10px}.service-detail .button{font-size:11px}.method-section{padding:70px 24px}.method-section h2{font-size:39px}.method-section .eyebrow{font-size:8px}.method-grid{gap:30px 15px;margin-top:35px}.method-grid article>span{font-size:9px;margin-top:15px}.method-grid h3{font-size:23px;margin:10px 0}.method-grid p{font-size:11px}.plan-paths{grid-template-columns:1fr;padding:0 24px 70px;gap:45px}.plan-paths h2{font-size:39px}.plan-paths p{font-size:14px}.plan-paths .button{font-size:11px}.plans-sculpture{width:75%;max-width:320px;margin:0 auto;gap:9px}.plans-sculpture>span{padding:20px 25px}.plans-sculpture b{font-size:27px}.plans-sculpture>span:nth-child(2){margin-left:-13px}.plans-sculpture>span:nth-child(3){margin-left:-25px}.starter-section{padding:70px 24px}.starter-intro h2{font-size:40px;line-height:1.08}.starter-intro .eyebrow{font-size:8px}.starter-intro>p{font-size:14px}.starter-stage{gap:10px;margin:28px 0 35px;font-size:8px;line-height:1.4}.starter-stage i{font-size:15px}.starter-grid{grid-template-columns:1fr;gap:22px;max-width:400px;margin:auto}.starter-card{padding:30px}.starter-card-label{flex-direction:row;font-size:8px;min-height:auto}.starter-card-label b{font-size:7px}.starter-card h3{font-size:41px;margin-top:28px}.starter-card>p{min-height:auto;font-size:14px}.price{font-size:77px;margin:20px 0}.price small{font-size:10px}.starter-card li{font-size:13px}.starter-card .button{font-size:12px}.plan-note{font-size:10px;margin-top:24px}.plan-consultation{padding:75px 24px;gap:30px}.plan-consultation h2{font-size:41px}.plan-consultation .eyebrow{font-size:7px}.plan-consultation .section-heading>p{font-size:14px}.plan-facts p{font-size:13px}.contact-experience{padding:calc(var(--header) + 55px) 24px 70px;gap:40px}.contact-intro>.eyebrow{font-size:7px}.contact-intro h1{font-size:49px;line-height:1.07}.contact-intro>p{font-size:14px}.contact-steps{grid-template-columns:1fr;gap:17px;margin-top:30px}.contact-steps>div{display:flex;gap:18px}.contact-steps p{margin:0;font-size:11px}.contact-steps span{min-width:20px;font-size:9px}.contact-hint{font-size:9px;margin-top:25px}.company-form-panel{padding:25px 20px;min-height:600px;margin:0 -7px;width:calc(100% + 14px)}.form-progress{font-size:7px;gap:10px;margin-bottom:30px}.form-progress small{font-size:7px}.company-form-panel legend{font-size:28px}.company-form-panel fieldset>p{font-size:11px;margin-bottom:23px}.company-form-panel .field-grid{grid-template-columns:1fr;gap:0}.company-form-panel input:not([type=checkbox]),.company-form-panel select,.company-form-panel textarea{font-size:16px}.company-form-panel label:not(.choice):not(.consent){font-size:11px;margin-top:18px}.choice>span{font-size:10px;padding:12px 9px;min-height:47px}.choices-grid{gap:8px}.consent{font-size:10px}.form-actions{gap:15px}.form-actions>.button{font-size:10px;padding:14px 13px;gap:15px}.text-button{font-size:11px}.contact-review{font-size:10px}.form-status{font-size:11px}.contact-success h2{font-size:39px}.contact-success p{font-size:13px}.finder-page .site-header:after{font-size:6px;max-width:100px;text-align:right}.finder-page .menu-toggle{display:none}.finder-intro{padding:calc(var(--header) + 60px) 24px 100px}.finder-intro>.eyebrow{font-size:7px;letter-spacing:.13em}.finder-intro h1{font-size:48px;line-height:1.08;margin:24px 0}.finder-intro>p{font-size:15px}.finder-intro>.button{font-size:12px;margin-top:25px}.finder-marquee{font-size:57px}.finder-workspace{grid-template-columns:1fr;padding:65px 24px;gap:40px}.finder-controls>.eyebrow{font-size:7px}.finder-controls h2{font-size:38px}.finder-stage-choices button,.finder-mode button{font-size:10px;padding:12px}.finder-needs{grid-template-columns:1fr 1fr}.finder-result{position:relative;top:auto;min-height:520px;padding:25px}.finder-result>.eyebrow{font-size:7px}.finder-orbit{height:230px}.finder-orbit:before{width:165px;height:165px}.finder-orbit:after{width:215px;height:215px}#finder-result-nodes>span{transform:translate(-50%,-50%) rotate(calc(var(--node)*60deg)) translateX(113px) rotate(calc(var(--node)*-60deg));font-size:7px}.finder-result h3{font-size:34px}.finder-result>p{font-size:12px}.finder-result .button{font-size:10px}.finder-manifesto{padding:75px 24px}.finder-manifesto h2{font-size:39px}.finder-manifesto .eyebrow{font-size:7px}.finder-promises{grid-template-columns:1fr;gap:30px;margin-top:40px}.finder-promises h3{font-size:30px;margin:17px 0}.finder-promises p{font-size:14px}.compact-hero{padding:calc(var(--header) + 60px) 24px 50px}.compact-hero .eyebrow{font-size:8px}.compact-hero h1,.compact-hero h2{font-size:44px}.compact-hero p{font-size:14px}.catalogue-grid{grid-template-columns:1fr;padding:0 24px 75px;gap:20px}.catalogue-card{min-height:320px;padding:28px}.catalogue-card h2{font-size:38px}.catalogue-card>p{font-size:13px}.catalogue-card>span{font-size:9px}.product-page-hero{grid-template-columns:1fr;padding:calc(var(--header) + 60px) 24px 70px;min-height:auto;gap:30px}.product-page-hero .eyebrow{font-size:7px}.product-page-hero h1{font-size:57px;overflow-wrap:anywhere}.product-page-hero h2{font-size:35px}.product-page-hero p{font-size:15px}.product-page-hero .button{font-size:12px}.product-page-art{min-height:260px;max-width:340px;width:100%;justify-self:center;display:grid;place-items:center}.product-page-art>.card-interface{max-width:270px;width:100%}.product-page-symbol{font-size:270px}.product-possibility{padding:70px 24px}.product-possibility h2{font-size:43px}.product-possibility .eyebrow{font-size:7px}.product-possibility p{font-size:14px}.product-possibility .button{font-size:12px}.about-hero{gap:40px}.about-emblem{max-width:290px;justify-self:center;width:100%}.about-principles{grid-template-columns:1fr;padding:30px 24px 75px;gap:40px}.about-principles h2{font-size:38px}.about-principles p{font-size:14px}.privacy-copy{padding:0 24px 75px}.privacy-copy h2{font-size:27px}.privacy-copy p{font-size:14px}.auth-experience{grid-template-columns:1fr;padding:calc(var(--header) + 50px) 24px 90px;gap:50px;min-height:100svh}.auth-form-shell{max-width:450px;justify-self:center}.access-panel h1{font-size:48px}.access-panel>p{font-size:13px}.access-panel input:not([type=hidden]){font-size:16px}.access-panel .access-note{font-size:10px}.auth-art{display:none}.auth-page .primary-nav{display:none}.auth-page .menu-toggle{display:none}.auth-page .site-header:after{content:"ACCESO CLIENTES";font-size:7px;letter-spacing:.1em;color:#7e5267}}
@media(max-width:370px){.hero h1{font-size:35px}.hero-copy{bottom:140px}#hero-description{font-size:13px}.hero-actions .button{font-size:9px;padding:12px}.hero-actions .button svg{width:12px}.brand{width:185px}.hero-bottom{gap:8px}.scroll-cue{font-size:0;gap:0}.slide-dot{width:21px}.play-toggle{margin-left:3px}.product-card{padding:19px}.product-card h3{font-size:29px}.product-symbol{right:19px}.area-card h3{font-size:21px}.area-card p{font-size:9px}.flex-tabs button{font-size:9px}.flex-node{transform:rotate(calc(var(--n)*60deg)) translateX(117px) rotate(calc(var(--n)*-60deg));width:70px;margin-left:-35px}.finder-intro h1{font-size:43px}.price{font-size:67px}.starter-card{padding:26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.motion-ready .reveal{opacity:1;transform:none}.opening{height:auto}.hero{position:relative;top:0}.hero-photos,.hero-copy{will-change:auto}.hero-statement{display:none}.software-bridge{height:auto}.bridge-sticky{position:relative;top:0;min-height:700px}.system-scene{transform:none!important;opacity:1!important}.product-theatre{height:auto}.theatre-sticky{height:auto;position:relative;top:0;overflow:visible;min-height:0;padding-top:60px;padding-bottom:50px}.product-stage{display:grid;gap:25px;height:auto;min-height:0;perspective:none;margin:35px 0}.product-card{position:relative;left:auto;width:100%;max-width:none;min-height:390px;height:auto;transform:none!important;opacity:1!important;pointer-events:auto!important;will-change:auto}.product-card:not(:first-child){opacity:1}.product-card-top,.product-card-foot{min-height:20px}.theatre-bottom{display:none}.theatre-heading>p{display:none}.areas-section{height:auto}.areas-sticky{position:relative;top:0;height:auto;min-height:0;padding:70px var(--gutter)}.area-card{opacity:1!important;transform:none!important;will-change:auto}.areas-grid{margin-top:40px}.flex-node{transition:none}.plans-sculpture>span{animation:none}.finder-marquee{animation:none}.assistant-panel{animation:none}.product-card .invoice-art{min-height:170px}@media(max-width:640px){.product-card{min-height:500px}.bridge-sticky{min-height:710px}}}
