/*
Theme Name: WOOH Estudio
Theme URI: https://woohestudio.com/
Author: WOOH Estudio
Description: WOOH Estudio — bilingual creative & digital studio theme with premium motion, horizontal storytelling and case studies.
Version: 11.7.7
Text Domain: wooh
*/

:root{
  --ink:#080908;
  --ink-2:#101110;
  --paper:#f3f1ea;
  --paper-2:#e9e7df;
  --white:#f9f9f5;
  --muted:#999b94;
  --dark-muted:#62645f;
  --line:rgba(255,255,255,.12);
  --dark-line:rgba(8,9,8,.14);
  --acid:#e7ff4f;
  --acid-2:#d7ef42;
  --blue:#79bdf2;
  --rose:#dda3cf;
  --orange:#ff9b5f;
  --green:#8fc29e;
  --max:1460px;
  --header:78px;
  --radius:28px;
  --ease:cubic-bezier(.16,1,.3,1);
}
*{box-sizing:border-box}
html{background:var(--ink);scroll-behavior:auto}
body{
  margin:0;background:var(--ink);color:var(--white);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;
}
body.admin-bar .site-header{top:32px}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
img,video{display:block;max-width:100%}
::selection{background:var(--acid);color:var(--ink)}
.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}
.eyebrow{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:750}
.eyebrow.muted{color:var(--muted)}
.light-section{background:var(--paper);color:var(--ink)}
.dark-section{background:var(--ink);color:var(--white)}
.section{position:relative;padding:120px 0}
.section-border{border-top:1px solid var(--line)}
.light-section.section-border{border-color:var(--dark-line)}
.section-head{
  display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);
  gap:70px;align-items:end;margin-bottom:58px
}
.section-title{
  font-size:clamp(3rem,6.5vw,7.2rem);line-height:.88;
  letter-spacing:-.065em;font-weight:730;margin:14px 0 0
}
.section-copy{font-size:1.08rem;max-width:500px;color:#b9bbb4;margin:0}
.light-section .section-copy{color:#54564f}
.acid{color:var(--acid)}
.noise{
  position:absolute;inset:0;pointer-events:none;opacity:.028;z-index:10;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
[data-reveal]{opacity:0;transform:translateY(32px)}
html.no-js [data-reveal]{opacity:1;transform:none}

/* LOGO / HEADER */
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:1500;
  background:rgba(8,9,8,.75);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.07);
  transition:transform .45s var(--ease),background .3s ease
}
.site-header.is-hidden{transform:translateY(-115%)}
.header-inner{height:var(--header);display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:12px}
.wooh-wordmark{display:flex;align-items:center;gap:1px;font-weight:950;letter-spacing:-.075em;font-size:1.32rem;line-height:1}
.wooh-o{
  width:17px;height:17px;border:3px solid currentColor;border-radius:50%;display:inline-block;position:relative
}
.wooh-o.second::after{
  content:"";width:5px;height:5px;background:var(--acid);border-radius:50%;
  position:absolute;right:-6px;top:-6px;box-shadow:0 0 18px rgba(231,255,79,.6)
}
.brand-sub{font-size:.58rem;letter-spacing:.18em;color:#777972;text-transform:uppercase;margin-left:4px}
.nav{display:flex;align-items:center;gap:28px;font-size:.86rem}
.nav a{position:relative}
.nav a::after{content:"";position:absolute;height:1px;left:0;right:100%;bottom:-8px;background:var(--acid);transition:right .25s ease}
.nav a:hover::after{right:0}
.header-actions{display:flex;align-items:center;gap:11px}
.lang-switch{
  display:flex;border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:3px;background:rgba(255,255,255,.035)
}
.lang-btn{
  border:0;background:transparent;border-radius:999px;padding:7px 9px;
  font-size:.69rem;letter-spacing:.08em;cursor:pointer;color:#8d8f88
}
.lang-btn.active{background:#f4f4ef;color:#090a09}
.btn{
  --mx:0px;--my:0px;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;padding:0 21px;border:1px solid rgba(255,255,255,.14);
  border-radius:999px;background:transparent;color:inherit;cursor:pointer;
  transform:translate(var(--mx),var(--my));transition:border .25s ease,background .25s ease,color .25s ease,transform .25s ease
}
.btn:hover{border-color:rgba(255,255,255,.38)}
.btn-acid{background:var(--acid);color:var(--ink);border-color:var(--acid);font-weight:850}
.btn-acid:hover{background:#f0ff87;border-color:#f0ff87}
.btn-dark{background:#080908;color:#fff;border-color:#080908;font-weight:800}
.arrow{display:inline-block;transition:transform .26s ease}
.btn:hover .arrow{transform:translate(4px,-2px)}
.menu-toggle{display:none;background:transparent;border:0;padding:7px}

/* HERO */
.hero{
  position:relative;min-height:100svh;padding:calc(var(--header) + 100px) 0 70px;
  display:flex;align-items:flex-end;overflow:hidden
}
.hero-grid{
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,#000,transparent 88%)
}
.hero-glow{
  position:absolute;width:min(45vw,700px);aspect-ratio:1;border-radius:50%;right:-3vw;top:15vh;
  background:radial-gradient(circle at 54% 58%,rgba(231,255,79,.3),rgba(16,17,16,.7) 29%,rgba(7,8,7,.1) 63%,transparent 70%);
  border:1px solid rgba(231,255,79,.08)
}
.hero-glow::before,.hero-glow::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(231,255,79,.12)}
.hero-glow::before{inset:13%}.hero-glow::after{inset:28%}
.hero-orbit{
  position:absolute;width:min(58vw,900px);aspect-ratio:1;border-radius:50%;right:-10vw;top:6vh;
  border:1px solid rgba(255,255,255,.065)
}
.hero-orbit-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--acid);left:12%;top:24%;box-shadow:0 0 25px var(--acid)}
.hero-content{position:relative;z-index:4;width:min(100%,1220px)}
.hero-title{
  margin:14px 0 0;font-size:clamp(4.1rem,9.6vw,10rem);
  line-height:.84;letter-spacing:-.078em;font-weight:740
}
.hero-title-line{display:block;overflow:hidden;padding-bottom:.08em}
.hero-title-inner{display:block}
.hero-lower{display:grid;grid-template-columns:minmax(0,610px) 1fr;gap:60px;align-items:end;margin-top:35px}
.hero-copy{font-size:clamp(1.02rem,1.5vw,1.28rem);color:#c0c2ba;max-width:620px;margin:0}
.hero-actions-row{display:flex;gap:11px;flex-wrap:wrap;margin-top:27px}
.hero-small{justify-self:end;text-align:right;color:#858780;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}
.hero-small strong{display:block;color:#fff;text-transform:none;letter-spacing:0;font-size:.88rem;margin-top:6px}
.hero-scroll{
  position:absolute;right:26px;bottom:32px;writing-mode:vertical-rl;font-size:.64rem;text-transform:uppercase;
  letter-spacing:.18em;color:#72746d;display:flex;align-items:center;gap:12px
}
.hero-scroll::before{content:"";height:44px;width:1px;background:#777972}

/* TICKER */
.ticker{overflow:hidden;background:var(--acid);color:#0a0b09;border-block:1px solid #0a0b09}
.ticker-track{display:flex;width:max-content;animation:ticker 28s linear infinite}
.ticker-line{display:flex;align-items:center;gap:28px;white-space:nowrap;padding:17px 14px;font-size:clamp(1.1rem,2vw,1.8rem);font-weight:900;letter-spacing:-.035em}
.ticker-star{font-size:.85em}
@keyframes ticker{to{transform:translateX(-50%)}}

/* INTRO / EDITORIAL */
.editorial{
  overflow:hidden;background:var(--paper);color:var(--ink);padding:125px 0 140px;position:relative
}
.editorial-grid{display:grid;grid-template-columns:1.8fr .7fr;gap:90px;align-items:start}
.editorial-big{
  font-size:clamp(3rem,6.6vw,7.5rem);line-height:.91;letter-spacing:-.064em;font-weight:720;margin:0
}
.editorial-big em{font-style:normal;background:linear-gradient(90deg,var(--green),var(--blue));padding:0 .08em}
.editorial-side{padding-top:18px}
.editorial-side p{font-size:1.05rem;color:#484a45;margin:0 0 30px}
.stamp{
  --stamp-speed:18s;
  width:164px;height:164px;border-radius:50%;position:relative;display:grid;place-items:center
}
.stamp-ring{
  position:absolute;inset:0;width:100%;height:100%;
  animation:stamp-spin var(--stamp-speed) linear infinite;
  overflow:visible
}
.stamp-ring text{
  font-size:9.3px;letter-spacing:1.55px;font-weight:780;fill:currentColor
}
.stamp-ring .ring-guide{fill:none;stroke:currentColor;stroke-width:.65;opacity:.42}
.stamp-core{
  width:54px;height:54px;border-radius:50%;background:var(--acid);color:#090a09;
  display:grid;place-items:center;font-weight:950;font-size:1rem;letter-spacing:-.04em;
  position:relative;z-index:2;box-shadow:0 0 0 1px rgba(8,9,8,.16)
}
.stamp.light{color:#171814}
.stamp.dark{color:#c7c9c0}
.stamp.dark .stamp-core{color:#090a09}
@keyframes stamp-spin{to{transform:rotate(360deg)}}
.doodle{position:absolute;font-size:2.3rem;font-weight:900;opacity:.9;transform:rotate(-9deg)}
.doodle.one{right:10%;top:15%;color:#e471a9}.doodle.two{left:5%;bottom:12%;color:#5a91e8}

/* VIDEO SHOWREEL */
.showreel-section{padding:0;background:var(--ink);position:relative}
.showreel-wrap{height:min(82vh,880px);position:relative;overflow:hidden}
.showreel-video{width:100%;height:100%;object-fit:cover;filter:saturate(1.06) contrast(1.03)}
.showreel-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.58),rgba(0,0,0,.08) 52%,rgba(0,0,0,.28))}
.showreel-copy{
  position:absolute;left:max(24px,calc((100vw - min(calc(100vw - 48px),var(--max)))/2));bottom:50px;z-index:4
}
.showreel-title{font-size:clamp(3rem,7vw,7.8rem);line-height:.88;letter-spacing:-.065em;margin:8px 0 0}
.video-toggle{
  position:absolute;right:35px;bottom:38px;z-index:5;width:78px;height:78px;border-radius:50%;
  border:1px solid rgba(255,255,255,.4);background:rgba(8,9,8,.35);backdrop-filter:blur(8px);
  display:grid;place-items:center;cursor:pointer;font-size:.74rem;font-weight:750
}
.video-tag{display:flex;align-items:center;gap:9px}
.video-tag i{width:8px;height:8px;background:var(--acid);border-radius:50%;display:inline-block;box-shadow:0 0 16px var(--acid)}

/* PROJECTS */
.work-section{background:var(--ink);padding:125px 0}
.projects-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.project-card{
  grid-column:span 6;background:var(--ink-2);border:1px solid var(--line);
  border-radius:var(--radius);overflow:hidden;position:relative;transform-style:preserve-3d
}
.project-card.wide{grid-column:span 12}
.project-media{position:relative;overflow:hidden;aspect-ratio:1.2/1;background:#151615}
.project-card.wide .project-media{aspect-ratio:1.95/1}
.project-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease),filter .5s ease}
.project-card:hover .project-media img{transform:scale(1.045)}
.project-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.58),transparent 55%);opacity:.5}
.project-index{
  position:absolute;top:17px;left:17px;padding:7px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);background:rgba(0,0,0,.25);
  font-size:.68rem;letter-spacing:.1em
}
.project-hover{
  position:absolute;top:17px;right:17px;width:48px;height:48px;border-radius:50%;
  display:grid;place-items:center;background:var(--acid);color:#090a09;opacity:0;transform:scale(.75) rotate(-20deg);
  transition:.32s var(--ease)
}
.project-card:hover .project-hover{opacity:1;transform:scale(1) rotate(0)}
.project-info{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:end;padding:23px}
.project-meta{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#8f918a}
.project-title{font-size:clamp(1.5rem,2.6vw,2.5rem);letter-spacing:-.045em;margin:5px 0 0}
.project-result{font-size:.84rem;color:#bcbeb6;text-align:right;max-width:230px}
.cursor-view{
  position:fixed;z-index:1800;pointer-events:none;width:86px;height:86px;border-radius:50%;
  background:var(--acid);color:#080908;display:grid;place-items:center;font-size:.68rem;font-weight:900;
  opacity:0;transform:translate(-50%,-50%) scale(.6);transition:opacity .2s ease,transform .2s ease
}

/* HORIZONTAL SERVICES */
.horizontal-section{position:relative;background:var(--paper);color:var(--ink);overflow:hidden}
.horizontal-intro{padding:125px 0 50px}
.horizontal-intro .section-head{margin-bottom:0}
.horizontal-intro .section-title{max-width:930px}
.horizontal-intro .section-copy{color:#565852}
.horizontal-stage{position:relative}
.horizontal-sticky{
  height:100vh;min-height:690px;display:flex;align-items:center;position:relative;overflow:hidden;
  border-top:1px solid var(--dark-line)
}
.horizontal-ui{
  position:absolute;left:0;right:0;top:28px;z-index:8;pointer-events:none;
  display:flex;align-items:center;justify-content:space-between;color:#686a64;
  font-size:.69rem;letter-spacing:.12em;text-transform:uppercase
}
.horizontal-ui-left{display:flex;align-items:center;gap:14px}
.horizontal-count-current{color:#090a09;font-weight:900}
.horizontal-progress{
  width:min(260px,23vw);height:2px;background:#d0cec5;position:relative;overflow:hidden
}
.horizontal-progress span{position:absolute;inset:0 auto 0 0;width:0;background:#080908}
.services-track{
  display:flex;gap:18px;width:max-content;
  padding-left:max(24px,calc((100vw - min(calc(100vw - 48px),var(--max)))/2));
  padding-right:8vw;will-change:transform
}
.service-card{
  --spot-x:50%;--spot-y:50%;
  width:min(620px,43vw);height:min(590px,68vh);min-height:510px;border-radius:30px;
  padding:30px;position:relative;overflow:hidden;flex:0 0 auto;background:#080908;color:#fff;
  display:flex;flex-direction:column;justify-content:space-between;isolation:isolate;border:1px solid rgba(8,9,8,.08);
  transition:transform .4s var(--ease)
}
.service-card::before{
  content:"";position:absolute;inset:0;z-index:-2;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y),rgba(255,255,255,.2),transparent 21%),
    radial-gradient(circle at 75% 88%,var(--card-a),transparent 27%),
    radial-gradient(circle at 27% 90%,var(--card-b),transparent 31%),
    #090a09;
  transition:filter .3s ease
}
.service-card::after{
  content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(to bottom,rgba(0,0,0,.04),rgba(0,0,0,.18))
}
.service-card:nth-child(1){--card-a:#de9ad0;--card-b:#ff9b62}
.service-card:nth-child(2){--card-a:#78bdef;--card-b:#e7d765}
.service-card:nth-child(3){--card-a:#9dcbaa;--card-b:#7bb9dd}
.service-card:nth-child(4){--card-a:#f0ad67;--card-b:#c18cc8}
.service-card:nth-child(5){--card-a:#b1dc69;--card-b:#6e8de8}
.service-top{display:flex;justify-content:space-between;align-items:flex-start}
.service-no{font-size:.72rem;letter-spacing:.12em;color:#979991}
.service-symbol{font-size:3.4rem;line-height:1;color:#8c8e88;transition:transform .4s var(--ease),color .3s ease}
.service-card:hover .service-symbol{transform:rotate(45deg) scale(1.08);color:var(--acid)}
.service-bottom h3{font-size:clamp(2.1rem,3.5vw,4rem);line-height:.92;letter-spacing:-.055em;margin:0 0 20px}
.service-bottom p{max-width:470px;color:#d5d6d0;font-size:1rem}
.service-pill{display:inline-flex;margin-top:18px;border:1px solid rgba(255,255,255,.22);padding:9px 13px;border-radius:999px;font-size:.76rem}

/* MANIFESTO */
.manifesto{position:relative;background:#070807;padding:135px 0 160px;overflow:hidden}
.manifesto-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}
.manifesto-mark{position:sticky;top:150px;height:max-content}
.manifesto-copy{font-size:clamp(2.5rem,4.6vw,5.4rem);line-height:1.03;letter-spacing:-.052em;margin:0}
.manifesto-copy .muted-word{color:#51534e}
.manifesto-note{margin-top:55px;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#96988f}
.scribble{display:inline-block;color:var(--blue);transform:rotate(-6deg);font-weight:900}
.heart{color:#e77aa9;display:inline-block;transform:rotate(10deg)}

/* SECOND MEDIA SPLIT */
.media-split{background:var(--paper);color:var(--ink);padding:120px 0}
.media-split-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}
.media-copy-card{
  min-height:620px;border-radius:28px;background:#080908;color:#fff;padding:46px;
  display:flex;flex-direction:column;justify-content:space-between
}
.media-copy-card h2{font-size:clamp(3rem,5vw,5.8rem);line-height:.9;letter-spacing:-.06em;margin:0}
.media-copy-card p{max-width:430px;color:#c6c7c1}
.media-video-card{min-height:620px;border-radius:28px;overflow:hidden;position:relative;background:#111}
.media-video-card video{width:100%;height:100%;object-fit:cover}
.sticker{
  position:absolute;background:#fff;color:#080908;border:2px solid #080908;border-radius:18px;padding:10px 14px;
  font-weight:900;box-shadow:4px 5px 0 #080908
}
.sticker.one{top:12%;right:12%;transform:rotate(8deg);background:#ffb1d9}
.sticker.two{top:38%;left:18%;transform:rotate(-9deg);background:#f4df69}
.sticker.three{bottom:13%;right:20%;transform:rotate(5deg);background:#9fd4b0}

/* PROCESS */
.process-section{padding:125px 0;background:var(--ink)}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);border-block:1px solid var(--line)}
.process-item{min-height:340px;padding:27px 22px;border-right:1px solid var(--line);position:relative;overflow:hidden}
.process-item:last-child{border-right:0}
.process-item::after{
  content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(231,255,79,.2);
  border-radius:50%;right:-120px;bottom:-120px;transition:.5s var(--ease)
}
.process-item:hover::after{transform:scale(1.5);border-color:rgba(231,255,79,.65)}
.process-no{font-size:.72rem;letter-spacing:.14em;color:#858780}
.process-item h3{font-size:1.55rem;margin:100px 0 12px}
.process-item p{font-size:.92rem;color:#989a93;margin:0}

/* CTA */
.final-cta{background:var(--paper);color:var(--ink);padding:145px 0 80px;text-align:center;position:relative;overflow:hidden}
.final-cta h2{font-size:clamp(4.5rem,11vw,12rem);letter-spacing:-.083em;line-height:.78;margin:25px 0 55px}
.final-cta .cta-sub{font-size:.74rem;text-transform:uppercase;letter-spacing:.15em}
.final-gradient{position:absolute;left:0;right:0;bottom:0;height:170px;background:linear-gradient(90deg,#eeb4d7,#f2d998,#a6cfe9);filter:blur(25px);opacity:.6;transform:translateY(70%)}

/* FOOTER */
.site-footer{background:#080908;color:#9a9c95;border-top:1px solid var(--line);padding:42px 0 35px}
.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:50px}
.footer-logo{font-size:2rem;color:#fff;font-weight:950;letter-spacing:-.06em;margin-bottom:12px}
.footer-label{font-size:.66rem;letter-spacing:.13em;text-transform:uppercase;color:#575954;margin-bottom:12px}
.footer-links{display:flex;flex-direction:column;gap:7px;font-size:.88rem}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:45px;margin-top:45px;border-top:1px solid var(--line);font-size:.74rem}

/* SINGLE PROJECT */
.single-hero{padding:170px 0 70px;background:var(--ink)}
.single-hero h1{font-size:clamp(4rem,8vw,9rem);line-height:.86;letter-spacing:-.07em;margin:15px 0}
.single-meta{display:flex;gap:18px;flex-wrap:wrap;color:#92948c}
.single-cover-wrap{padding-bottom:90px;background:var(--ink)}
.single-cover{overflow:hidden;border-radius:28px}
.single-cover img{width:100%}
.project-prose{font-size:1.16rem;color:#383a35;max-width:850px}
.project-prose p{margin:0 0 1.45em}
.project-body-section{background:var(--paper);color:#080908;padding:110px 0}
.project-gallery{background:var(--paper);padding:0 0 120px}
.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.gallery-grid img{width:100%;border-radius:22px}
.lang-block.en{display:none}
html[data-lang="en"] .lang-block.es{display:none}
html[data-lang="en"] .lang-block.en{display:block}

/* CONTACT */
.contact-page{background:var(--paper);color:var(--ink);min-height:100vh;padding:155px 0 90px}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}
.contact-title{font-size:clamp(4rem,7vw,8rem);line-height:.84;letter-spacing:-.072em;margin:10px 0 35px}
.contact-intro{max-width:440px;color:#555750}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.field{display:flex;flex-direction:column;gap:8px}
.field.full{grid-column:1/-1}
.field label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#6e7069}
.field input,.field textarea,.field select{
  width:100%;border:0;border-bottom:1px solid #b9b8b0;background:transparent;
  padding:14px 2px;color:#080908;outline:none;border-radius:0
}
.field input:focus,.field textarea:focus,.field select:focus{border-color:#080908}
.field textarea{min-height:130px;resize:vertical}
.form-note{font-size:.76rem;color:#75776f;margin-top:15px}
.success-box{padding:16px 18px;background:#d8efb2;border-radius:14px;margin-bottom:22px}

/* RESPONSIVE */
@media(max-width:1120px){
  .section-head,.editorial-grid,.manifesto-grid,.media-split-grid,.contact-grid{grid-template-columns:1fr}
  .editorial-grid{gap:42px}
  .hero-lower{grid-template-columns:1fr}
  .hero-small{display:none}
  .horizontal-head{width:440px;min-width:440px}
  .service-card{width:58vw}
  .process-grid{grid-template-columns:1fr 1fr}
  .process-item{border-bottom:1px solid var(--line)}
  .process-item:nth-child(2n){border-right:0}
  .process-item:last-child{grid-column:1/-1}
}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
@media(max-width:760px){
  :root{--header:68px;--radius:20px}
  .container{width:min(calc(100% - 24px),var(--max))}
  .nav,.header-cta{display:none}
  .menu-toggle{display:block}
  .site-header.menu-open .nav{
    display:flex;position:absolute;left:0;right:0;top:100%;background:#080908;padding:24px;
    flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)
  }
  .brand-sub{display:none}
  .hero{min-height:94svh;padding-top:122px}
  .hero-title{font-size:clamp(3.6rem,17vw,6.5rem)}
  .hero-glow{width:100vw;right:-58vw;top:20vh}
  .hero-orbit{width:130vw;right:-72vw}
  .hero-scroll{display:none}
  .editorial,.section,.work-section,.process-section,.media-split{padding:82px 0}
  .editorial-big{font-size:clamp(2.8rem,13vw,5.4rem)}
  .showreel-wrap{height:72svh}
  .showreel-copy{left:20px;bottom:28px}
  .video-toggle{width:58px;height:58px;right:17px;bottom:18px}
  .projects-grid{grid-template-columns:1fr}
  .project-card,.project-card.wide{grid-column:auto}
  .project-card.wide .project-media,.project-media{aspect-ratio:1.05/1}
  .project-info{grid-template-columns:1fr}
  .project-result{text-align:left}
  .cursor-view{display:none}
  /* Mobile: intro scrolls normally; cards swipe horizontally */
  .horizontal-intro{padding:82px 0 35px}
  .horizontal-sticky{height:auto;display:block;min-height:0;border-top:1px solid var(--dark-line);padding:62px 0 35px}
  .horizontal-ui{top:18px}
  .horizontal-ui .horizontal-progress{width:120px}
  .services-track{
    width:auto;overflow-x:auto;gap:12px;padding:0 24px 18px;scroll-snap-type:x mandatory;
    scrollbar-width:none
  }
  .services-track::-webkit-scrollbar{display:none}
  .service-card{width:84vw;height:570px;min-height:0;scroll-snap-align:start}
  .manifesto{padding:90px 0}
  .manifesto-mark{position:relative;top:auto}
  .media-copy-card,.media-video-card{min-height:520px}
  .process-grid{grid-template-columns:1fr}
  .process-item,.process-item:nth-child(2n){border-right:0}
  .process-item:last-child{grid-column:auto}
  .process-item{min-height:250px}
  .process-item h3{margin-top:60px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
  .gallery-grid,.contact-form{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .final-cta{padding-top:95px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  [data-reveal]{opacity:1!important;transform:none!important}
}

/* V3.1 editorial refinement */
.editorial-big .editorial-line{display:block}
.editorial-highlight{
  display:table;
  margin:.08em 0;
  padding:.02em .08em .06em;
  background:linear-gradient(90deg,#a7d1a9 0%,#83c9ee 100%);
  line-height:.95
}
.editorial-big em{background:none;padding:0}

/* V3.1 project micro tilt */
.project-card > a{
  display:block;height:100%;transform-style:preserve-3d;
  transition:transform .42s cubic-bezier(.16,1,.3,1)
}

/* ========== WOOH V4 BUILDER ========== */
.site-header{
  position:fixed!important;
  top:0!important;
  transform:none!important;
  background:rgba(8,9,8,.52)!important;
  border-bottom:1px solid rgba(255,255,255,.055)!important;
  backdrop-filter:blur(18px) saturate(1.15);
  -webkit-backdrop-filter:blur(18px) saturate(1.15);
  transition:background .35s ease,border-color .35s ease,box-shadow .35s ease!important;
}
body.admin-bar .site-header{top:32px!important}
.site-header.is-hidden{transform:none!important}
.site-header.is-scrolled{
  background:rgba(8,9,8,.86)!important;
  border-bottom-color:rgba(255,255,255,.11)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.12)
}
.custom-logo-img{height:30px;width:auto;max-width:180px;object-fit:contain}
.wooh-builder-page{overflow:clip}

/* Gutenberg editor-friendly modules */
.wooh-module{position:relative}
.wooh-module + .wooh-module{margin-top:0}

/* Horizontal services v4: true scroll-driven horizontal stage */
.wooh-services-module{background:var(--paper);color:var(--ink)}
.wooh-services-intro{padding:120px 0 64px}
.wooh-services-intro-grid{
  display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:70px;align-items:end
}
.wooh-services-stage{position:relative;background:var(--paper)}
.wooh-services-viewport{
  position:sticky;top:0;height:100vh;min-height:680px;overflow:hidden;
  display:flex;align-items:center;border-top:1px solid var(--dark-line)
}
.wooh-services-ui{
  position:absolute;left:0;right:0;top:24px;z-index:8;pointer-events:none;
  font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:#676963
}
.wooh-services-ui-inner{display:flex;justify-content:space-between;align-items:center}
.wooh-services-ui-left{display:flex;align-items:center;gap:14px}
.wooh-services-progress{width:min(260px,24vw);height:2px;background:#d2d0c7;overflow:hidden}
.wooh-services-progress > span{display:block;height:100%;width:0;background:#080908}
.wooh-services-track{
  display:flex;gap:18px;width:max-content;will-change:transform;
  padding-left:max(24px,calc((100vw - min(calc(100vw - 48px),var(--max)))/2));
  padding-right:10vw
}
.wooh-service-card{
  --spot-x:50%;--spot-y:50%;--card-a:#dda3cf;--card-b:#ff9b5f;
  width:min(620px,42vw);height:min(590px,68vh);min-height:500px;
  border-radius:30px;padding:30px;flex:0 0 auto;position:relative;overflow:hidden;
  background:#080908;color:white;display:flex;flex-direction:column;justify-content:space-between;
  isolation:isolate
}
.wooh-service-card::before{
  content:"";position:absolute;inset:0;z-index:-2;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y),rgba(255,255,255,.19),transparent 21%),
    radial-gradient(circle at 76% 88%,var(--card-a),transparent 28%),
    radial-gradient(circle at 27% 90%,var(--card-b),transparent 31%),
    #080908
}
.wooh-service-card:nth-child(2){--card-a:#79bdf2;--card-b:#e7d765}
.wooh-service-card:nth-child(3){--card-a:#8fc29e;--card-b:#79bdf2}
.wooh-service-card:nth-child(4){--card-a:#ff9b5f;--card-b:#c88fca}
.wooh-service-card:nth-child(5){--card-a:#b4db72;--card-b:#718fe5}
.wooh-service-top{display:flex;justify-content:space-between}
.wooh-service-no{font-size:.7rem;letter-spacing:.12em;color:#979991}
.wooh-service-symbol{font-size:3rem;color:#858780;transition:.35s var(--ease)}
.wooh-service-card:hover .wooh-service-symbol{color:var(--acid);transform:rotate(45deg)}
.wooh-service-bottom h3{font-size:clamp(2.1rem,3.5vw,4rem);line-height:.92;letter-spacing:-.055em;margin:0 0 18px}
.wooh-service-bottom p{max-width:470px;color:#d3d5cd;margin:0}
.wooh-service-pill{display:inline-flex;margin-top:20px;padding:9px 13px;border:1px solid rgba(255,255,255,.22);border-radius:999px;font-size:.75rem}

/* Builder hero */
.wooh-hero-module{
  min-height:100svh;position:relative;display:flex;align-items:flex-end;overflow:hidden;
  padding:calc(var(--header) + 100px) 0 72px;background:var(--ink);color:var(--white)
}
.wooh-hero-grid{
  position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:72px 72px;mask-image:linear-gradient(to bottom,#000,transparent 88%)
}
.wooh-hero-glow{
  position:absolute;width:min(45vw,700px);aspect-ratio:1;border-radius:50%;right:-3vw;top:15vh;
  background:radial-gradient(circle at 54% 58%,rgba(231,255,79,.3),rgba(16,17,16,.7) 29%,rgba(7,8,7,.1) 63%,transparent 70%);
  border:1px solid rgba(231,255,79,.08)
}
.wooh-hero-content{position:relative;z-index:3;width:min(100%,1220px)}
.wooh-hero-title{font-size:clamp(4.1rem,9.6vw,10rem);line-height:.84;letter-spacing:-.078em;font-weight:740;margin:14px 0 0}
.wooh-hero-title span{display:block;overflow:hidden;padding-bottom:.06em}
.wooh-hero-copy{font-size:clamp(1.02rem,1.5vw,1.28rem);color:#c0c2ba;max-width:620px;margin:28px 0 0}
.wooh-hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:27px}

/* Builder editorial */
.wooh-editorial-module{background:var(--paper);color:var(--ink);padding:125px 0}
.wooh-editorial-grid{display:grid;grid-template-columns:1.7fr .7fr;gap:90px}
.wooh-editorial-big{font-size:clamp(3rem,6.6vw,7.5rem);line-height:.91;letter-spacing:-.064em;font-weight:720;margin:0}
.wooh-editorial-big .line{display:block}
.wooh-editorial-big .highlight{display:table;margin:.08em 0;padding:.02em .08em .06em;background:linear-gradient(90deg,#a7d1a9,#83c9ee)}
.wooh-editorial-side{color:#484a45;font-size:1.05rem;padding-top:20px}

/* Builder showreel */
.wooh-video-module{position:relative;background:#080908;color:#fff}
.wooh-video-wrap{height:min(82vh,880px);position:relative;overflow:hidden}
.wooh-video-wrap video{width:100%;height:100%;object-fit:cover}
.wooh-video-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,.06) 60%)}
.wooh-video-copy{position:absolute;z-index:3;left:max(24px,calc((100vw - min(calc(100vw - 48px),var(--max)))/2));bottom:48px}
.wooh-video-title{font-size:clamp(3rem,7vw,7.5rem);line-height:.88;letter-spacing:-.06em;margin:8px 0 0}

/* Builder projects */
.wooh-projects-module{background:var(--ink);color:#fff;padding:120px 0}
.wooh-projects-head{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:58px}
.wooh-projects-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.wooh-project-card{grid-column:span 6;background:#101110;border:1px solid var(--line);border-radius:28px;overflow:hidden}
.wooh-project-card.wide{grid-column:span 12}
.wooh-project-media{aspect-ratio:1.2/1;overflow:hidden;position:relative;background:#151615}
.wooh-project-card.wide .wooh-project-media{aspect-ratio:1.95/1}
.wooh-project-media img{width:100%;height:100%;object-fit:cover;transition:.7s var(--ease)}
.wooh-project-card:hover img{transform:scale(1.045)}
.wooh-project-info{padding:22px}
.wooh-project-meta{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#8f918a}
.wooh-project-title{font-size:clamp(1.5rem,2.5vw,2.4rem);letter-spacing:-.04em;margin:4px 0}

/* Builder manifesto & CTA */
.wooh-manifesto-module{background:#080908;color:#fff;padding:130px 0}
.wooh-manifesto-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}
.wooh-manifesto-copy{font-size:clamp(2.5rem,4.6vw,5.4rem);line-height:1.03;letter-spacing:-.052em;margin:0}
.wooh-cta-module{background:var(--paper);color:var(--ink);padding:140px 0 90px;text-align:center}
.wooh-cta-module h2{font-size:clamp(4.5rem,11vw,12rem);line-height:.78;letter-spacing:-.083em;margin:25px 0 55px}

/* block editor previews */
.editor-styles-wrapper .wooh-module{margin-left:-10px;margin-right:-10px}
.editor-styles-wrapper .wooh-services-stage{height:auto!important}
.editor-styles-wrapper .wooh-services-viewport{position:relative;height:auto;min-height:0;padding:40px 0;overflow-x:auto}
.editor-styles-wrapper .wooh-services-track{transform:none!important}
.editor-styles-wrapper .wooh-service-card{width:420px;height:450px;min-height:0}

@media(max-width:980px){
  .wooh-services-intro-grid,.wooh-editorial-grid,.wooh-projects-head,.wooh-manifesto-grid{grid-template-columns:1fr;gap:34px}
}
@media(max-width:760px){
  .wooh-hero-module{min-height:92svh;padding-top:120px}
  .wooh-hero-title{font-size:clamp(3.6rem,17vw,6.3rem)}
  .wooh-services-intro{padding:80px 0 42px}
  .wooh-services-stage{height:auto!important}
  .wooh-services-viewport{position:relative;height:auto;min-height:0;padding:58px 0 30px}
  .wooh-services-ui{top:15px}
  .wooh-services-progress{width:110px}
  .wooh-services-track{overflow-x:auto;width:auto;padding:0 24px 15px;scroll-snap-type:x mandatory;transform:none!important}
  .wooh-service-card{width:84vw;height:560px;min-height:0;scroll-snap-align:start}
  .wooh-editorial-module,.wooh-projects-module,.wooh-manifesto-module{padding:82px 0}
  .wooh-projects-grid{grid-template-columns:1fr}
  .wooh-project-card,.wooh-project-card.wide{grid-column:auto}
  .wooh-project-card.wide .wooh-project-media,.wooh-project-media{aspect-ratio:1.05/1}
}

/* ========== WOOH V4.2 — THREE.JS HERO ========== */
.wooh-hero-module{
  isolation:isolate;
  background:
    radial-gradient(circle at 72% 42%,rgba(231,255,79,.045),transparent 24%),
    #080908;
}
.wooh-three-scene{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}
.wooh-three-scene canvas{
  display:block;
  width:100%!important;
  height:100%!important;
  opacity:.98;
}
.wooh-hero-grid{z-index:0}
.wooh-hero-glow{
  z-index:0;
  opacity:.5;
  filter:blur(18px);
}
.wooh-hero-content{z-index:3}
.wooh-hero-module::after{
  content:"";
  position:absolute;inset:0;z-index:2;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(8,9,8,.88) 0%,rgba(8,9,8,.52) 45%,rgba(8,9,8,.08) 73%,rgba(8,9,8,.2) 100%),
    linear-gradient(to top,rgba(8,9,8,.6),transparent 40%);
}
.wooh-hero-3d-label{
  position:absolute;
  right:max(22px,calc((100vw - min(calc(100vw - 48px),var(--max)))/2));
  bottom:38px;
  z-index:4;
  display:flex;align-items:center;gap:9px;
  font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;
  color:#878a82;
}
.wooh-hero-3d-label::before{
  content:"";width:7px;height:7px;border-radius:50%;
  background:var(--acid);box-shadow:0 0 18px rgba(231,255,79,.7)
}
.wooh-hero-title{
  text-shadow:0 1px 0 rgba(255,255,255,.02);
}
.wooh-hero-title .hero-title-inner{
  will-change:transform,filter;
}
.wooh-hero-title .hero-title-inner:hover{
  filter:brightness(1.05);
}
.wooh-hero-copy{position:relative;z-index:4}
.wooh-hero-actions{position:relative;z-index:4}

/* subtle scan line */
.wooh-hero-scan{
  position:absolute;left:0;right:0;top:0;height:1px;z-index:4;pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(231,255,79,.5),transparent);
  opacity:.35;animation:woohScan 8s ease-in-out infinite;
}
@keyframes woohScan{
  0%,100%{transform:translateY(0);opacity:0}
  12%{opacity:.3}
  50%{transform:translateY(78vh);opacity:.18}
  88%{opacity:0}
}

@media(max-width:760px){
  .wooh-three-scene{opacity:.72}
  .wooh-hero-module::after{
    background:
      linear-gradient(90deg,rgba(8,9,8,.92),rgba(8,9,8,.62) 66%,rgba(8,9,8,.28)),
      linear-gradient(to top,rgba(8,9,8,.72),transparent 48%);
  }
  .wooh-hero-3d-label{display:none}
}
@media(prefers-reduced-motion:reduce){
  .wooh-three-scene{display:none}
  .wooh-hero-scan{display:none}
}

/* ==========================================================
   WOOH V5 — HEADER / REAL 3D / INTERNAL PAGES
   ========================================================== */

/* HEADER: fixed, no disappearing, no Lenis tricks */
html body header.site-header.wooh-fixed-header{
  position:fixed!important;
  inset:0 0 auto 0!important;
  top:0!important;
  z-index:99999!important;
  transform:none!important;
  visibility:visible!important;
  opacity:1!important;
  background:rgba(8,9,8,.58)!important;
  border-bottom:1px solid rgba(255,255,255,.075)!important;
  backdrop-filter:blur(20px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.18)!important;
}
body.admin-bar header.site-header.wooh-fixed-header{top:32px!important}
header.site-header.wooh-fixed-header.is-hidden{transform:none!important}
header.site-header.wooh-fixed-header.is-scrolled{
  background:rgba(8,9,8,.93)!important;
  border-bottom-color:rgba(255,255,255,.13)!important;
  box-shadow:0 18px 60px rgba(0,0,0,.14)
}
.nav .menu-item{list-style:none}
.nav .menu-item a{color:inherit}
.custom-logo-img{height:31px;width:auto;max-width:190px}

/* HERO — real 3D visual hierarchy */
.wooh-hero-module{
  min-height:100svh;
  padding-top:calc(var(--header) + 92px);
  background:#050605;
  overflow:hidden;
}
.wooh-three-scene{position:absolute;inset:0;z-index:1;pointer-events:none}
.wooh-three-scene canvas{width:100%!important;height:100%!important;display:block}
.wooh-hero-grid{opacity:.42}
.wooh-hero-module::after{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(5,6,5,.97) 0%,rgba(5,6,5,.88) 28%,rgba(5,6,5,.44) 51%,rgba(5,6,5,.03) 75%,rgba(5,6,5,.15) 100%),
    linear-gradient(to top,rgba(5,6,5,.75),transparent 44%);
}
.wooh-hero-content{position:relative;z-index:5}
.wooh-hero-title{max-width:1120px}
.wooh-hero-copy{max-width:570px}
.wooh-hero-depth-caption{
  position:absolute;z-index:6;right:max(24px,calc((100vw - min(calc(100vw - 48px),var(--max)))/2));
  top:calc(var(--header) + 40px);
  display:grid;gap:4px;text-align:right;color:#71746c;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase
}
.wooh-hero-depth-caption strong{color:#d6d8cf;font-size:.76rem;letter-spacing:.06em}
.wooh-hero-axis{
  position:absolute;z-index:6;right:28px;bottom:35px;display:flex;gap:6px;align-items:center;
  color:#6f716b;font-size:.61rem;letter-spacing:.12em
}
.wooh-hero-axis i{display:block;width:58px;height:1px;background:linear-gradient(90deg,var(--acid),transparent)}
.wooh-hero-fallback{
  position:absolute;z-index:1;width:min(48vw,720px);aspect-ratio:1;right:-4vw;top:14vh;
  border:1px solid rgba(231,255,79,.12);border-radius:50%;
  box-shadow:inset 0 0 100px rgba(231,255,79,.04);
}
.wooh-hero-fallback::before,.wooh-hero-fallback::after{
  content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.07)
}
.wooh-hero-fallback::before{inset:13%}.wooh-hero-fallback::after{inset:29%}

/* INTERNAL PAGE GLOBALS */
.wooh-page-hero{
  position:relative;overflow:hidden;
  padding:calc(var(--header) + 110px) 0 90px;
  min-height:72vh;background:#080908;color:#fff;
  display:flex;align-items:flex-end
}
.wooh-page-hero::after{
  content:"";position:absolute;inset:auto -10vw -42vh auto;width:70vw;height:70vw;border-radius:50%;
  background:radial-gradient(circle,rgba(231,255,79,.12),transparent 66%);pointer-events:none
}
.wooh-page-kicker{color:#8d8f88;font-size:.72rem;text-transform:uppercase;letter-spacing:.16em}
.wooh-page-title{
  font-size:clamp(4rem,9vw,10rem);line-height:.82;letter-spacing:-.078em;
  margin:16px 0 0;max-width:1250px
}
.wooh-page-lead{
  display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end;margin-top:46px
}
.wooh-page-lead p{font-size:1.12rem;color:#b9bbb4;max-width:560px;margin:0}
.wooh-page-lead-meta{justify-self:end;text-align:right;color:#777a72;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}

.wooh-light{background:var(--paper);color:#080908}
.wooh-dark{background:#080908;color:#fff}
.wooh-inner-section{padding:115px 0}
.wooh-inner-section.border{border-top:1px solid rgba(255,255,255,.1)}
.wooh-light.wooh-inner-section.border{border-color:rgba(8,9,8,.12)}
.wooh-inner-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}
.wooh-inner-title{font-size:clamp(2.8rem,5vw,5.8rem);line-height:.92;letter-spacing:-.058em;margin:0}
.wooh-rich{font-size:1.1rem;line-height:1.75;color:#3f413c;max-width:850px}
.wooh-rich p{margin:0 0 1.5em}
.wooh-dark .wooh-rich{color:#c1c3bc}

/* PROJECT ARCHIVE */
.work-archive-hero{min-height:60vh}
.wooh-archive-filter{
  display:flex;gap:8px;flex-wrap:wrap;margin-top:32px
}
.wooh-chip{
  display:inline-flex;align-items:center;padding:9px 13px;border:1px solid rgba(255,255,255,.14);
  border-radius:999px;color:#aaa;font-size:.75rem
}
.wooh-work-archive{padding:35px 0 120px;background:#080908}
.wooh-work-list{display:grid;grid-template-columns:repeat(var(--wooh-project-cols,3),minmax(0,1fr));gap:18px}
.wooh-work-card{
  grid-column:auto;border-radius:22px;overflow:hidden;background:#101110;border:1px solid rgba(255,255,255,.1)
}
.wooh-work-card:nth-child(3n+1){grid-column:auto}
.wooh-work-card-media{position:relative;aspect-ratio:16/9;overflow:hidden;background:#151615}
.wooh-work-card:nth-child(3n+1) .wooh-work-card-media{aspect-ratio:16/9}
.wooh-work-card-media img{width:100%;height:100%;object-fit:cover;transition:.75s var(--ease)}
.wooh-work-card:hover img{transform:scale(1.04)}
.wooh-work-card-index{position:absolute;top:16px;left:16px;font-size:.67rem;letter-spacing:.1em;color:#ddd}
.wooh-work-card-info{padding:18px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end}
.wooh-work-card h2{font-size:clamp(1.25rem,1.55vw,1.8rem);line-height:1.02;letter-spacing:-.04em;margin:5px 0}
.wooh-work-card-meta{font-size:.7rem;color:#8e9089;text-transform:uppercase;letter-spacing:.1em}
.wooh-work-card-year{color:#70736b;font-size:.8rem}

/* PROJECT SINGLE — CASE STUDY */
.project-detail-hero{
  position:relative;padding:calc(var(--header) + 105px) 0 70px;background:#080908;color:#fff;overflow:hidden
}
.project-detail-top{display:flex;justify-content:space-between;gap:30px;color:#777a72;font-size:.72rem;text-transform:uppercase;letter-spacing:.13em}
.project-detail-title{
  font-size:clamp(4.2rem,9.5vw,10.5rem);line-height:.8;letter-spacing:-.082em;margin:34px 0 35px;max-width:1320px
}
.project-detail-summary{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}
.project-detail-summary p{font-size:1.15rem;color:#b9bbb4;max-width:640px;margin:0}
.project-detail-tags{justify-self:end;text-align:right;color:#9c9e97}
.project-cover-section{background:#080908;padding:0 0 110px}
.project-cover{
  position:relative;border-radius:28px;overflow:hidden;min-height:72vh;background:#111
}
.project-cover img{width:100%;height:100%;min-height:72vh;object-fit:cover}
.project-cover-badge{
  position:absolute;right:25px;bottom:25px;padding:11px 14px;border-radius:999px;
  background:rgba(8,9,8,.62);backdrop-filter:blur(12px);color:#fff;font-size:.71rem;letter-spacing:.1em;text-transform:uppercase
}

.project-overview{background:var(--paper);color:#080908;padding:120px 0}
.project-overview-grid{display:grid;grid-template-columns:.62fr 1.38fr;gap:95px}
.project-tech{
  position:sticky;top:calc(var(--header) + 28px);height:max-content;border-top:1px solid #9e9d96
}
.project-tech-row{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:16px 0;border-bottom:1px solid #cbc9c1}
.project-tech-row dt{font-size:.66rem;text-transform:uppercase;letter-spacing:.12em;color:#777871}
.project-tech-row dd{margin:0;font-size:.9rem}
.project-story h2{font-size:clamp(2.8rem,5vw,5.5rem);letter-spacing:-.055em;line-height:.93;margin:0 0 35px}
.project-story-copy{font-size:1.14rem;line-height:1.7;color:#444640}
.project-story-copy p{margin:0 0 1.35em}

.project-story-band{padding:110px 0;background:#080908;color:white}
.project-story-band-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.project-story-card{
  min-height:470px;border:1px solid rgba(255,255,255,.12);border-radius:26px;padding:34px;
  display:flex;flex-direction:column;justify-content:space-between;background:#101110
}
.project-story-card:nth-child(2){background:var(--acid);color:#080908;border-color:var(--acid)}
.project-story-card .num{font-size:.7rem;letter-spacing:.14em;color:#7b7e76}
.project-story-card:nth-child(2) .num{color:#555842}
.project-story-card h3{font-size:clamp(2rem,4vw,4.2rem);line-height:.93;letter-spacing:-.05em;margin:0 0 20px}
.project-story-card p{max-width:560px;color:#b9bbb4;font-size:1rem}
.project-story-card:nth-child(2) p{color:#333523}

.project-metrics{background:var(--paper);color:#080908;padding:90px 0}
.project-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #c8c6bd;border-radius:24px;overflow:hidden}
.project-metric{padding:30px;min-height:190px;border-right:1px solid #c8c6bd;display:flex;flex-direction:column;justify-content:space-between}
.project-metric:last-child{border-right:0}
.project-metric strong{font-size:clamp(2.7rem,5vw,5rem);letter-spacing:-.06em;line-height:1}
.project-metric span{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;color:#64665f}

.project-gallery-section{background:var(--paper);padding:0 0 120px}
.project-gallery-v5{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.project-gallery-item{grid-column:span 6;border-radius:22px;overflow:hidden;background:#ddd;min-height:360px}
.project-gallery-item:nth-child(3n+1){grid-column:span 12}
.project-gallery-item img{width:100%;height:100%;object-fit:cover}
.project-video-section{background:#080908;padding:0 0 110px}
.project-video-frame{height:min(78vh,850px);overflow:hidden;border-radius:28px;background:#111}
.project-video-frame video{width:100%;height:100%;object-fit:cover}
.project-next{background:#080908;color:#fff;padding:110px 0 130px;border-top:1px solid rgba(255,255,255,.1)}
.project-next-link{display:flex;justify-content:space-between;gap:40px;align-items:end}
.project-next-label{font-size:.7rem;color:#777a72;text-transform:uppercase;letter-spacing:.14em}
.project-next-title{font-size:clamp(3.5rem,7vw,8rem);letter-spacing:-.07em;line-height:.85;margin:15px 0 0}
.project-next-arrow{font-size:4rem;color:var(--acid)}

/* SERVICES ARCHIVE */
.service-archive{background:var(--paper);color:#080908;padding:100px 0 125px}
.service-archive-list{border-top:1px solid #bbb9b1}
.service-archive-row{
  display:grid;grid-template-columns:90px 1fr 1fr 48px;gap:30px;align-items:center;
  padding:27px 0;border-bottom:1px solid #bbb9b1;position:relative;isolation:isolate
}
.service-archive-row::before{
  content:"";position:absolute;inset:0 -24px;background:var(--acid);transform:scaleY(0);transform-origin:bottom;
  z-index:-1;transition:.35s var(--ease)
}
.service-archive-row:hover::before{transform:scaleY(1)}
.service-archive-no{color:#777a72;font-size:.72rem;letter-spacing:.12em}
.service-archive-title{font-size:clamp(1.8rem,3vw,3.6rem);letter-spacing:-.045em}
.service-archive-copy{color:#5e6059;max-width:520px}
.service-archive-arrow{font-size:1.8rem}

/* SERVICE DETAIL */
.service-detail-hero{min-height:78vh}
.service-detail-num{font-size:.75rem;letter-spacing:.14em;color:var(--acid)}
.service-detail-content{background:var(--paper);color:#080908;padding:120px 0}
.service-detail-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px}
.service-sidebar{position:sticky;top:calc(var(--header) + 28px);height:max-content}
.service-sidebar-box{border:1px solid #c3c1b8;border-radius:20px;padding:24px}
.service-sidebar-label{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:#777a72;margin-bottom:18px}
.service-deliverables{list-style:none;margin:0;padding:0;border-top:1px solid #cbc9c1}
.service-deliverables li{padding:13px 0;border-bottom:1px solid #cbc9c1}
.service-main h2{font-size:clamp(2.8rem,5vw,5.7rem);line-height:.92;letter-spacing:-.055em;margin:0 0 36px}
.service-main-copy{font-size:1.13rem;line-height:1.7;color:#454741}
.service-process{margin-top:70px;border-top:1px solid #a6a59e}
.service-process-row{display:grid;grid-template-columns:70px 200px 1fr;gap:25px;padding:20px 0;border-bottom:1px solid #c6c4bc}
.service-process-row span:first-child{font-size:.7rem;color:#777a72}
.service-process-row strong{font-size:1rem}
.service-process-row p{margin:0;color:#5e605a}

/* ABOUT */
.about-intro{background:var(--paper);color:#080908;padding:120px 0}
.about-statement{font-size:clamp(3rem,6vw,7rem);line-height:.92;letter-spacing:-.064em;max-width:1250px;margin:0}
.about-statement .accent{color:#7ca9ef}
.about-values{background:#080908;color:white;padding:120px 0}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.about-value{min-height:380px;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:28px;display:flex;flex-direction:column;justify-content:space-between}
.about-value:nth-child(2){background:var(--acid);color:#080908;border-color:var(--acid)}
.about-value-num{font-size:.72rem;color:#74776f}
.about-value h3{font-size:2.3rem;letter-spacing:-.045em;margin:0 0 15px}
.about-value p{color:#aeb0a9;margin:0}
.about-value:nth-child(2) p{color:#343626}

/* CONTACT V5 */
.contact-page{padding:calc(var(--header) + 95px) 0 95px}
.contact-grid{align-items:start}
.contact-side-card{
  margin-top:45px;border:1px solid #c6c4bb;border-radius:20px;padding:22px;
  display:grid;gap:12px;font-size:.86rem
}
.contact-side-card a{text-decoration:underline;text-underline-offset:4px}

/* 404 */
.wooh-404{min-height:100vh;background:#080908;color:#fff;display:grid;place-items:center;text-align:center;padding:120px 24px}
.wooh-404 strong{font-size:clamp(7rem,20vw,22rem);line-height:.7;color:var(--acid);letter-spacing:-.09em}
.wooh-404 h1{font-size:clamp(2rem,4vw,4rem);letter-spacing:-.04em}

/* Responsive internals */
@media(max-width:960px){
  .wooh-page-lead,.project-detail-summary,.project-overview-grid,.project-story-band-grid,
  .service-detail-grid,.wooh-inner-grid{grid-template-columns:1fr}
  .project-tech,.service-sidebar{position:relative;top:auto}
  .project-detail-tags,.wooh-page-lead-meta{justify-self:start;text-align:left}
  .project-metrics-grid{grid-template-columns:1fr 1fr}
  .project-metric:nth-child(2){border-right:0}
  .project-metric:nth-child(-n+2){border-bottom:1px solid #c8c6bd}
  .service-archive-row{grid-template-columns:55px 1fr 40px}
  .service-archive-copy{grid-column:2/4}
  .about-values-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  body.admin-bar header.site-header.wooh-fixed-header{top:46px!important}
  .wooh-page-hero,.project-detail-hero{padding-top:calc(var(--header) + 90px)}
  .wooh-page-title,.project-detail-title{font-size:clamp(3.6rem,17vw,6.4rem)}
  .wooh-hero-depth-caption,.wooh-hero-axis{display:none}
  .wooh-hero-module::after{background:linear-gradient(90deg,rgba(5,6,5,.95),rgba(5,6,5,.68) 70%,rgba(5,6,5,.22))}
  .wooh-work-list{grid-template-columns:1fr}
  .wooh-work-card,.wooh-work-card:nth-child(3n+1){grid-column:auto}
  .wooh-work-card:nth-child(3n+1) .wooh-work-card-media,.wooh-work-card-media{aspect-ratio:16/9}
  .project-cover,.project-cover img{min-height:52vh}
  .project-metrics-grid{grid-template-columns:1fr}
  .project-metric{border-right:0!important;border-bottom:1px solid #c8c6bd!important}
  .project-metric:last-child{border-bottom:0!important}
  .project-gallery-v5{grid-template-columns:1fr}
  .project-gallery-item,.project-gallery-item:nth-child(3n+1){grid-column:auto}
  .project-next-link{align-items:flex-start;flex-direction:column}
  .service-archive-row{grid-template-columns:42px 1fr 28px;gap:13px}
  .service-process-row{grid-template-columns:42px 1fr}
  .service-process-row p{grid-column:2}
}

/* ==========================================================
   WOOH V6 — SALES LAYER
   ========================================================== */
.footer-logo-image img{height:34px;width:auto;max-width:210px;object-fit:contain}

/* Floating WhatsApp */
.wooh-whatsapp-float{
  position:fixed;right:22px;bottom:22px;z-index:99990;
  display:flex;align-items:center;gap:10px;
  min-height:52px;padding:7px 8px 7px 17px;
  border-radius:999px;background:var(--acid);color:#080908;
  box-shadow:0 14px 45px rgba(0,0,0,.22);
  font-size:.78rem;font-weight:850;letter-spacing:.02em;
  transition:.28s var(--ease)
}
.wooh-whatsapp-float:hover{transform:translateY(-3px) scale(1.02)}
.wooh-whatsapp-float strong{
  width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  background:#080908;color:#fff;font-size:.7rem
}
.wa-pulse{
  position:absolute;right:8px;width:38px;height:38px;border-radius:50%;
  border:1px solid rgba(231,255,79,.8);animation:waPulse 2.2s ease-out infinite
}
@keyframes waPulse{0%{transform:scale(.8);opacity:.8}100%{transform:scale(1.8);opacity:0}}

/* Browser Preview */
.project-browser-section{background:var(--paper);color:#080908;padding:120px 0}
.project-browser-head{
  display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;margin-bottom:42px
}
.project-browser-head h2{
  font-size:clamp(2.8rem,5vw,5.8rem);line-height:.92;letter-spacing:-.058em;
  margin:12px 0 0;max-width:980px
}
.project-browser-actions{display:flex;gap:10px;align-items:center}
.browser-shell{
  position:relative;border:1px solid #bcbab2;border-radius:24px;overflow:hidden;
  background:#d9d7cf;box-shadow:0 30px 80px rgba(0,0,0,.11)
}
.browser-chrome{
  height:56px;display:grid;grid-template-columns:100px 1fr 60px;align-items:center;
  gap:12px;padding:0 16px;background:#eceae4;border-bottom:1px solid #c9c7bf
}
.browser-dots{display:flex;gap:6px}
.browser-dots i{width:9px;height:9px;border-radius:50%;background:#b2b1aa}
.browser-dots i:first-child{background:#ff745f}
.browser-dots i:nth-child(2){background:#f2c85b}
.browser-dots i:nth-child(3){background:#7fc878}
.browser-address{
  justify-self:center;width:min(570px,100%);height:30px;border-radius:999px;background:#dedcd5;
  display:flex;align-items:center;justify-content:center;color:#7b7c76;font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 14px
}
.browser-open{justify-self:end;color:#70716c}
.browser-viewport{
  position:relative;height:min(72vh,780px);min-height:540px;background:#111;overflow:hidden
}
.browser-longshot{
  width:100%;height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;
  scroll-behavior:smooth;background:#fff
}
.browser-longshot img{width:100%;height:auto;display:block}
.browser-viewport video,.browser-viewport iframe{width:100%;height:100%;border:0;object-fit:cover;background:#fff}
.browser-scroll-hint{
  position:absolute;right:18px;bottom:18px;padding:9px 12px;border-radius:999px;
  background:rgba(8,9,8,.72);backdrop-filter:blur(8px);color:#fff;
  font-size:.62rem;letter-spacing:.12em;pointer-events:none
}
.browser-preview-fallback{
  height:100%;display:grid;place-items:center;align-content:center;text-align:center;padding:40px;background:#111;color:#fff
}
.browser-preview-fallback strong{font-size:clamp(2.5rem,5vw,5rem);letter-spacing:-.05em}
.browser-preview-fallback p{max-width:520px;color:#aaa}

/* Sales CTA in projects */
.project-sales-cta{padding:110px 0;background:#080908;color:#fff;border-top:1px solid rgba(255,255,255,.09)}
.project-sales-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end}
.project-sales-grid h2{
  font-size:clamp(2.8rem,5vw,5.6rem);line-height:.92;letter-spacing:-.057em;margin:15px 0 0;max-width:930px
}
.project-sales-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}

/* Contact quick channels */
.contact-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:38px}
.contact-quick-card{
  position:relative;min-height:135px;border:1px solid #c5c3ba;border-radius:18px;padding:18px;
  display:flex;flex-direction:column;justify-content:space-between;transition:.3s var(--ease)
}
.contact-quick-card span{font-size:.64rem;letter-spacing:.13em;color:#777972}
.contact-quick-card strong{font-size:1.18rem;letter-spacing:-.025em}
.contact-quick-card b{position:absolute;right:17px;top:15px;font-size:1.2rem}
.contact-quick-card:hover{background:#080908;color:#fff;transform:translateY(-3px)}
.contact-quick-card:hover span{color:#9fa198}

/* leads / conversion micro */
[data-track]{cursor:pointer}

@media(max-width:840px){
  .project-browser-head,.project-sales-grid{grid-template-columns:1fr}
  .project-sales-actions{justify-content:flex-start}
  .browser-viewport{height:64vh;min-height:430px}
}
@media(max-width:600px){
  .wooh-whatsapp-float{right:12px;bottom:12px}
  .wa-label{display:none}
  .wooh-whatsapp-float{padding:7px}
  .contact-quick-actions{grid-template-columns:1fr}
  .browser-chrome{grid-template-columns:74px 1fr 30px;padding:0 10px}
  .browser-address{font-size:.58rem}
}


/* ==========================================================
   WOOH V6.5 — SALES PRO REFINEMENT
   ========================================================== */
html body .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:99999!important;transform:none!important;opacity:1!important;visibility:visible!important}
body.admin-bar .site-header{top:32px!important}.site-header.is-hidden{transform:none!important}
.wooh-hero-module .wooh-hero-content{max-width:min(1040px,68vw)}
.wooh-hero-title,.wooh-hero-title>span,.wooh-hero-title .hero-title-inner{overflow:visible!important}
@media(max-width:1280px){.wooh-hero-title{font-size:clamp(4.2rem,8.2vw,7.8rem)!important}.wooh-hero-module .wooh-hero-content{max-width:min(880px,67vw)}}
@media(max-width:980px){.wooh-hero-module .wooh-hero-content{max-width:100%}}
.wooh-archive-filter{align-items:center}.wooh-archive-filter .wooh-chip{font:inherit;cursor:pointer;background:transparent}.wooh-archive-filter .wooh-chip.is-active{background:var(--acid);border-color:var(--acid);color:#080908}
.wooh-work-card{transition:opacity .28s ease,transform .4s var(--ease)}.wooh-work-card.is-filtered-out{display:none}
.work-archive-cta{margin-top:72px;padding:54px;border:1px solid rgba(255,255,255,.12);border-radius:28px;display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:end;background:#101110}
.work-archive-cta h2{font-size:clamp(2.5rem,5vw,5.3rem);line-height:.92;letter-spacing:-.055em;margin:12px 0 0}.work-archive-cta-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.service-related-projects{padding:110px 0}.service-related-head{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;margin-bottom:38px}.service-related-head h2{font-size:clamp(2.8rem,5vw,5.5rem);line-height:.92;letter-spacing:-.055em;margin:12px 0 0}
.service-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-related-card{border:1px solid rgba(255,255,255,.11);border-radius:22px;overflow:hidden;background:#101110}.service-related-media{aspect-ratio:1.15/1;overflow:hidden;background:#151615}.service-related-media img{width:100%;height:100%;object-fit:cover;transition:.7s var(--ease)}.service-related-card:hover img{transform:scale(1.045)}
.service-related-info{padding:19px;position:relative}.service-related-info span{font-size:.68rem;color:#868981;text-transform:uppercase;letter-spacing:.1em}.service-related-info h3{font-size:1.65rem;letter-spacing:-.04em;margin:5px 34px 0 0}.service-related-info b{position:absolute;right:18px;bottom:18px;color:var(--acid);font-size:1.3rem}
.wooh-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.browser-shell{border-color:#b7b5ad;box-shadow:0 28px 90px rgba(0,0,0,.13)}.browser-chrome{position:sticky;top:0;z-index:4}.browser-longshot{overscroll-behavior:contain}
@media(max-width:900px){.work-archive-cta,.service-related-head{grid-template-columns:1fr}.work-archive-cta-actions{justify-content:flex-start}.service-related-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){body.admin-bar .site-header{top:46px!important}.work-archive-cta{padding:30px 22px}.service-related-grid{grid-template-columns:1fr}}


/* ==========================================================
   WOOH V6.6 — CYBER WORLD MOTION LAYER
   ========================================================== */
:root{
  --motion-x:50%;--motion-y:50%;--motion-p:0;
  --cyber-acid:rgba(231,255,79,.88);
  --cyber-line:rgba(255,255,255,.095);
}
body.wooh-motion-off *{animation-duration:.001ms!important;animation-iteration-count:1!important}

/* Hero interface / world field */
.wooh-cyber-hero{isolation:isolate}
.wooh-cyber-hero .wooh-hero-grid{
  background-image:
    linear-gradient(rgba(255,255,255,.027) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.027) 1px,transparent 1px)!important;
  background-size:64px 64px!important;
  background-position:calc((var(--motion-x) - 50%) * .035) calc((var(--motion-y) - 50%) * .035)!important;
  mask-image:radial-gradient(circle 78vw at var(--motion-x) var(--motion-y),#000 0%,rgba(0,0,0,.74) 47%,transparent 90%)!important;
  opacity:.82;
  transition:opacity .25s ease;
}
.wooh-cyber-hero::before{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:
    repeating-linear-gradient(to bottom,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 5px),
    radial-gradient(circle at var(--motion-x) var(--motion-y),rgba(231,255,79,.025),transparent 24%);
  mix-blend-mode:screen;
}
.wooh-cyber-crosshair{position:absolute;z-index:5;width:42px;height:42px;left:var(--motion-x);top:var(--motion-y);transform:translate(-50%,-50%);pointer-events:none;opacity:.17}
.wooh-cyber-crosshair::before{content:"";position:absolute;inset:8px;border:1px solid rgba(231,255,79,.55);border-radius:50%}
.wooh-cyber-crosshair i:first-child{position:absolute;left:0;right:0;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent)}
.wooh-cyber-crosshair i:last-child{position:absolute;top:0;bottom:0;left:50%;width:1px;background:linear-gradient(transparent,rgba(255,255,255,.65),transparent)}

.wooh-cyber-hud{
  position:absolute;z-index:7;right:max(24px,calc((100vw - min(calc(100vw - 48px),var(--max)))/2));top:calc(var(--header) + 42px);
  width:250px;padding:13px 14px;border:1px solid rgba(255,255,255,.09);border-radius:10px;
  background:rgba(5,6,5,.35);backdrop-filter:blur(9px);color:#777b72;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;
}
.cyber-hud-head{display:flex;align-items:center;gap:7px;padding-bottom:9px;border-bottom:1px solid rgba(255,255,255,.07)}
.cyber-hud-head strong{color:#e7ff4f;font-size:.59rem}.cyber-hud-head>span:last-child{margin-left:auto;color:#555a52}
.cyber-status-dot{width:6px;height:6px;border-radius:50%;background:#e7ff4f;box-shadow:0 0 14px rgba(231,255,79,.58)}
.cyber-hud-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px 16px;padding-top:9px}.cyber-hud-grid b{color:#d7d9d2;font-weight:500}
.wooh-cyber-controls{
  position:absolute;z-index:7;right:max(24px,calc((100vw - min(calc(100vw - 48px),var(--max)))/2));bottom:31px;
  display:flex;gap:19px;color:#5d6159;font:500 .56rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;text-transform:uppercase
}
.wooh-cyber-controls b{color:#b7bab1;margin-right:4px}

/* Orbital badge — from reference, adapted to WOOH */
.stamp.orbital-stamp{width:190px;height:190px;perspective:800px;will-change:transform}
.orbital-stamp .stamp-ring{inset:0;width:100%;height:100%;animation:stamp-spin var(--stamp-speed) linear infinite;overflow:visible}
.orbital-stamp .stamp-ring text{font-size:8.2px;letter-spacing:1.6px;font-weight:750;fill:currentColor}
.orbital-stamp .ring-guide{stroke-width:.55;opacity:.22}
.orbital-stamp .stamp-core{
  width:86px;height:86px;background:transparent!important;color:currentColor;border:1px solid currentColor;
  box-shadow:0 0 0 12px rgba(127,127,127,.035),0 0 34px rgba(231,255,79,.055);position:relative;overflow:visible
}
.stamp-wire-globe{width:68px;height:68px;fill:none;stroke:currentColor;stroke-width:1.5;opacity:.84}
.stamp-orbit{position:absolute;width:112px;height:34px;border:1px solid currentColor;border-radius:50%;transform:rotate(-13deg);opacity:.36;animation:badgeOrbit 8s linear infinite}
.stamp-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:#e7ff4f;right:-13px;top:38px;box-shadow:0 0 16px rgba(231,255,79,.55)}
.stamp-center-label{position:absolute;bottom:4px;font:800 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.16em;opacity:.65}
@keyframes badgeOrbit{to{transform:rotate(347deg)}}

/* Project depth / shine */
.wooh-project-card,.wooh-work-card,.wooh-service-card{transform-style:preserve-3d;will-change:transform}
.wooh-project-card::after,.wooh-work-card::after{
  content:"";position:absolute;inset:0;z-index:3;pointer-events:none;border-radius:inherit;
  background:radial-gradient(circle at var(--shine-x,50%) var(--shine-y,50%),rgba(255,255,255,.12),transparent 28%);
  opacity:0;transition:opacity .25s ease
}
.wooh-project-card:hover::after,.wooh-work-card:hover::after{opacity:.65}
.wooh-project-card,.wooh-work-card{position:relative}
.wooh-project-card .wooh-project-info,.wooh-work-card-info{position:relative;z-index:4}
.wooh-project-card:hover .wooh-project-title,.wooh-work-card:hover h2{transform:translateX(5px)}
.wooh-project-title,.wooh-work-card h2{transition:transform .35s var(--ease)}
.wooh-service-card{transition:transform .18s ease,box-shadow .35s ease}
.wooh-service-card:hover{box-shadow:0 28px 85px rgba(0,0,0,.15)}

/* Motion rail */
.wooh-motion-rail{position:fixed;z-index:9990;right:11px;top:50%;transform:translateY(-50%);height:210px;width:18px;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:.55}
.wooh-motion-rail-line{position:absolute;top:0;bottom:0;width:1px;background:rgba(255,255,255,.11);overflow:hidden}
.wooh-motion-rail-line i{display:block;width:1px;height:100%;background:#e7ff4f;transform:scaleY(var(--motion-p));transform-origin:top}
.wooh-motion-rail small{position:absolute;top:-23px;font:600 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#777;letter-spacing:.1em}.wooh-motion-rail b{position:absolute;bottom:-26px;font:500 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#777}

/* Text + section motion polish */
.wooh-editorial-module,.wooh-projects-module,.wooh-services-module,.wooh-video-module{position:relative}
.wooh-editorial-module::before,.wooh-services-module::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(8,9,8,.18),transparent)}
.wooh-video-module::after{content:"WOOH / MOTION / DIGITAL / WORLD / ";position:absolute;left:0;right:0;bottom:0;overflow:hidden;white-space:nowrap;color:rgba(255,255,255,.07);font-size:clamp(3rem,7vw,8rem);font-weight:800;letter-spacing:-.04em;line-height:.75;pointer-events:none}

@media(max-width:980px){.wooh-cyber-hud,.wooh-cyber-controls,.wooh-motion-rail,.wooh-cyber-crosshair{display:none}.stamp.orbital-stamp{width:160px;height:160px}.orbital-stamp .stamp-core{width:72px;height:72px}.stamp-wire-globe{width:56px;height:56px}}
@media(prefers-reduced-motion:reduce){.wooh-cyber-crosshair,.wooh-motion-rail{display:none!important}.orbital-stamp .stamp-ring,.stamp-orbit{animation:none!important}}


/* ==========================================================
   WOOH V6.7 — SERVICE ORBS / CANVAS 2D
   ========================================================== */
.wooh-service-card.wooh-orb-card{
  --spot-x:50%;--spot-y:50%;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y),rgba(255,255,255,.045),transparent 27%),
    linear-gradient(180deg,#070807 0%,#090a09 100%);
  border:1px solid rgba(255,255,255,.055);
  min-height:560px;
  overflow:hidden;
  isolation:isolate;
}
.wooh-service-card.wooh-orb-card::before{
  background:
    linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,0) 38%),
    radial-gradient(circle at 50% 34%,rgba(255,255,255,.035),transparent 36%),
    #070807!important;
}
.wooh-service-card.wooh-orb-card::after{
  content:"";
  position:absolute;inset:0;z-index:2;pointer-events:none;
  background:
    linear-gradient(to bottom,transparent 35%,rgba(7,8,7,.08) 53%,rgba(7,8,7,.78) 84%,#070807 100%),
    repeating-linear-gradient(to bottom,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 5px);
}
.wooh-service-orb-stage{
  position:absolute;
  z-index:1;
  left:2.5%;
  right:2.5%;
  top:5%;
  height:66%;
  pointer-events:none;
}
.wooh-service-orb-canvas{
  display:block;
  width:100%;
  height:100%;
}
.wooh-service-ghost{
  position:absolute;
  z-index:0;
  left:-1%;
  right:-4%;
  top:14%;
  white-space:nowrap;
  overflow:hidden;
  font-size:clamp(4.4rem,7vw,8.7rem);
  line-height:.82;
  font-weight:850;
  letter-spacing:-.075em;
  text-transform:uppercase;
  color:rgba(255,255,255,.026);
  filter:blur(.1px);
  pointer-events:none;
}
.wooh-orb-card .wooh-service-top,
.wooh-orb-card .wooh-service-bottom{
  position:relative;
  z-index:4;
}
.wooh-orb-card .wooh-service-top{align-items:center}
.wooh-service-orb-type{
  font:600 .56rem/1 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing:.16em;
  color:#666a62;
  border:1px solid rgba(255,255,255,.08);
  padding:7px 9px;
  border-radius:999px;
}
.wooh-orb-card .wooh-service-bottom{
  padding-top:48%;
}
.wooh-orb-card .wooh-service-bottom h3{
  font-size:clamp(2rem,3.15vw,3.75rem);
  max-width:95%;
}
.wooh-orb-card .wooh-service-bottom p{
  color:#c2c5bd;
  min-height:2.8em;
}
.wooh-orb-card .wooh-service-pill{
  position:relative;
  z-index:6;
  color:#fff;
  text-decoration:none;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}
.wooh-orb-card .wooh-service-pill:hover{
  background:#fff;
  color:#080908;
  border-color:#fff;
  transform:translateY(-2px);
}
.wooh-orb-card:hover{
  border-color:rgba(255,255,255,.12);
}
.wooh-orb-card:hover .wooh-service-ghost{
  color:rgba(255,255,255,.043);
}
.wooh-orb-card:hover .wooh-service-orb-type{
  color:#d7dad2;
  border-color:rgba(255,255,255,.15);
}

@media(max-width:760px){
  .wooh-service-card.wooh-orb-card{height:590px}
  .wooh-service-orb-stage{height:58%;top:6%}
  .wooh-service-ghost{top:15%;font-size:clamp(3.6rem,18vw,6rem)}
  .wooh-orb-card .wooh-service-bottom{padding-top:42%}
}
@media(prefers-reduced-motion:reduce){
  .wooh-orb-card{transform:none!important}
}


/* ==========================================================
   WOOH V6.8 — THREEUI SERVICES
   Exact renderer paths: Orbital Sphere + Data Pixel Arc
   ========================================================== */

/* Shared ThreeUI structure used by the registered components */
.threeui-background{
  position:relative;
  width:100%;
  height:100%;
  min-width:0;
  min-height:0;
  overflow:hidden;
}
.threeui-background{isolation:isolate;background:#030304}
.threeui-background > canvas{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
}

.wooh-service-card.wooh-threeui-card{
  width:min(680px,46vw);
  height:min(640px,72vh);
  min-height:560px;
  padding:30px;
  background:#030304;
  border:1px solid rgba(255,255,255,.075);
  box-shadow:0 32px 90px rgba(0,0,0,.12);
  isolation:isolate;
  transform-style:preserve-3d;
}
.wooh-service-card.wooh-threeui-card::before{
  display:none!important;
}
.wooh-service-scene{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  border-radius:inherit;
  background:#030304;
}
.wooh-threeui-canvas{
  position:absolute;
  inset:0;
}
.wooh-service-card-shade{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(3,3,4,.03) 0%,rgba(3,3,4,.02) 38%,rgba(3,3,4,.38) 58%,rgba(3,3,4,.96) 84%,#030304 100%),
    radial-gradient(circle at 50% 35%,transparent 0%,transparent 36%,rgba(3,3,4,.12) 72%);
}
.wooh-threeui-card .wooh-service-ghost{
  z-index:1;
  left:-4%;
  top:18%;
  right:-10%;
  font-size:clamp(5.5rem,8.3vw,10rem);
  color:rgba(255,255,255,.025);
  mix-blend-mode:screen;
  filter:none;
}
.wooh-threeui-card .wooh-service-top,
.wooh-threeui-card .wooh-service-bottom{
  position:relative;
  z-index:4;
}
.wooh-threeui-card .wooh-service-top{
  align-items:center;
}
.wooh-service-scene-type{
  font:600 .55rem/1 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing:.16em;
  color:rgba(255,255,255,.34);
  border:1px solid rgba(255,255,255,.09);
  background:rgba(3,3,4,.22);
  backdrop-filter:blur(10px);
  padding:7px 9px;
  border-radius:999px;
}
.wooh-threeui-card .wooh-service-bottom{
  margin-top:auto;
  padding-top:52%;
  transform:translateZ(24px);
}
.wooh-threeui-card .wooh-service-bottom h3{
  font-size:clamp(2.35rem,3.55vw,4.15rem);
  line-height:.9;
  max-width:96%;
  text-shadow:0 8px 28px rgba(0,0,0,.34);
}
.wooh-threeui-card .wooh-service-bottom p{
  max-width:500px;
  color:rgba(238,240,234,.74);
  text-shadow:0 4px 18px rgba(0,0,0,.7);
}
.wooh-threeui-card .wooh-service-pill{
  background:rgba(3,3,4,.24);
  backdrop-filter:blur(10px);
}
.wooh-threeui-card:hover{
  border-color:rgba(255,255,255,.16);
  box-shadow:0 38px 110px rgba(0,0,0,.2);
}
.wooh-threeui-card:hover .wooh-service-ghost{
  color:rgba(255,255,255,.043);
}

/* Orbital sphere gets a little breathing room inside cards without changing renderer props */
.wooh-threeui-card[data-threeui-scene="orbital-sphere"] .wooh-service-scene{
  background:
    radial-gradient(circle at 50% 40%,rgba(167,139,250,.065),transparent 44%),
    #030304;
}
.wooh-threeui-card[data-threeui-scene="orbital-sphere"] .orbital-sphere{
  transform:scale(1.16);
  transform-origin:50% 42%;
}

/* The pixel arc is intentionally full-bleed and architectural */
.wooh-threeui-card[data-threeui-scene="data-pixel"] .data-pixel-arc{
  transform:scale(1.02);
  transform-origin:center;
}

/* Keep the existing horizontal scroll but make the scenes feel more cinematic */
.wooh-services-track{
  gap:22px;
}
.wooh-services-viewport{
  min-height:720px;
}

@media(max-width:980px){
  .wooh-service-card.wooh-threeui-card{
    width:min(620px,78vw);
    height:620px;
  }
}
@media(max-width:760px){
  .wooh-service-card.wooh-threeui-card{
    width:88vw;
    height:590px;
    min-height:0;
  }
  .wooh-threeui-card .wooh-service-bottom{padding-top:48%}
  .wooh-threeui-card .wooh-service-ghost{font-size:clamp(4rem,20vw,7rem)}
}


/* V6.8.1 — renderer visibility / legacy Core compatibility */
.wooh-threeui-card .wooh-service-scene{
  opacity:1!important;
  visibility:visible!important;
}
.wooh-threeui-card .wooh-service-scene canvas{
  opacity:1!important;
  visibility:visible!important;
}
.wooh-threeui-card[data-threeui-scene="orbital-sphere"] .orbital-sphere{
  transform:scale(1.34);
  transform-origin:50% 37%;
}
.wooh-threeui-card[data-threeui-scene="data-pixel"] .data-pixel-arc{
  transform:scale(1.08);
  transform-origin:50% 38%;
}


/* ==========================================================
   WOOH V6.9 — SERVICES VISUAL SYSTEM
   ========================================================== */

.wooh-threeui-card{
  --scene-primary:#A855F7;
  --scene-secondary:#47D9FF;
}
.wooh-threeui-card .wooh-service-scene{
  background:#020303;
}
.wooh-service-colorwash{
  position:absolute;
  inset:-12%;
  z-index:2;
  pointer-events:none;
  opacity:.7;
  mix-blend-mode:screen;
  background:
    radial-gradient(circle at 37% 34%,color-mix(in srgb,var(--scene-primary) 34%,transparent),transparent 29%),
    radial-gradient(circle at 72% 42%,color-mix(in srgb,var(--scene-secondary) 28%,transparent),transparent 31%);
  filter:blur(26px);
  transition:opacity .4s ease,transform .6s cubic-bezier(.2,.8,.2,1);
}
.wooh-threeui-card:hover .wooh-service-colorwash{
  opacity:.96;
  transform:scale(1.08);
}
.wooh-service-data-lines{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  opacity:.22;
  background:
    linear-gradient(90deg,transparent 0%,transparent 49.8%,rgba(255,255,255,.12) 50%,transparent 50.2%),
    linear-gradient(180deg,transparent 0%,transparent 49.8%,rgba(255,255,255,.08) 50%,transparent 50.2%);
  mask-image:radial-gradient(circle at 50% 38%,#000 0%,transparent 62%);
}
.wooh-service-card-shade{
  background:
    linear-gradient(180deg,rgba(2,3,3,.01) 0%,rgba(2,3,3,.02) 43%,rgba(2,3,3,.25) 60%,rgba(2,3,3,.91) 85%,#020303 100%),
    radial-gradient(circle at 50% 34%,transparent 0%,transparent 45%,rgba(2,3,3,.08) 74%)!important;
}
.wooh-threeui-card .wooh-service-ghost{
  color:rgba(255,255,255,.032);
  top:15%;
}
.wooh-threeui-card:hover .wooh-service-ghost{
  color:rgba(255,255,255,.052);
}
.wooh-service-scene-type{
  color:rgba(255,255,255,.60);
  border-color:color-mix(in srgb,var(--scene-primary) 30%,rgba(255,255,255,.12));
}
.wooh-service-tags{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin:15px 0 17px;
}
.wooh-service-tags span{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:5px 9px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(3,4,4,.20);
  backdrop-filter:blur(10px);
  color:rgba(255,255,255,.66);
  font:600 .57rem/1 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.wooh-threeui-card:hover .wooh-service-tags span:first-child{
  border-color:color-mix(in srgb,var(--scene-primary) 55%,rgba(255,255,255,.12));
  color:#fff;
}
.wooh-threeui-card .wooh-service-bottom{
  padding-top:48%;
}

/* Web — blue/coral digital horizon */
.wooh-threeui-card[data-scene-shape="horizon-wide"] .data-pixel-arc{
  transform:scale(1.22,1.08) translateY(-3%);
  transform-origin:50% 39%;
}
.wooh-threeui-card[data-scene-shape="horizon-wide"] .wooh-service-colorwash{
  background:
    radial-gradient(circle at 33% 38%,color-mix(in srgb,var(--scene-primary) 45%,transparent),transparent 30%),
    radial-gradient(circle at 76% 31%,color-mix(in srgb,var(--scene-secondary) 22%,transparent),transparent 25%);
}

/* Branding — centered luminous orbital system */
.wooh-threeui-card[data-scene-shape="sphere-core"] .orbital-sphere{
  transform:scale(1.48) translateY(-3%);
  transform-origin:50% 38%;
}
.wooh-threeui-card[data-scene-shape="sphere-core"] .wooh-service-colorwash{
  background:
    radial-gradient(circle at 50% 34%,color-mix(in srgb,var(--scene-primary) 40%,transparent),transparent 25%),
    radial-gradient(circle at 68% 28%,color-mix(in srgb,var(--scene-secondary) 30%,transparent),transparent 25%);
}

/* Growth — lime + electric blue, upward / aggressive */
.wooh-threeui-card[data-scene-shape="arc-surge"] .data-pixel-arc{
  transform:scale(1.31,1.13) rotate(-3deg) translate(1%,-4%);
  transform-origin:50% 38%;
}
.wooh-threeui-card[data-scene-shape="arc-surge"] .wooh-service-colorwash{
  opacity:.86;
  background:
    radial-gradient(ellipse at 38% 32%,color-mix(in srgb,var(--scene-primary) 56%,transparent),transparent 31%),
    radial-gradient(ellipse at 72% 39%,color-mix(in srgb,var(--scene-secondary) 46%,transparent),transparent 32%);
}
.wooh-threeui-card[data-scene-shape="arc-surge"] .wooh-service-data-lines{
  opacity:.36;
  background:
    linear-gradient(116deg,transparent 32%,color-mix(in srgb,var(--scene-primary) 34%,transparent) 32.4%,transparent 33%),
    linear-gradient(64deg,transparent 55%,color-mix(in srgb,var(--scene-secondary) 28%,transparent) 55.3%,transparent 56%);
}

/* Content — coral/orange sphere pushed off-center like a creative burst */
.wooh-threeui-card[data-scene-shape="sphere-burst"] .orbital-sphere{
  transform:scale(1.55) translate(10%,-5%) rotate(5deg);
  transform-origin:50% 38%;
}
.wooh-threeui-card[data-scene-shape="sphere-burst"] .wooh-service-colorwash{
  opacity:.92;
  background:
    radial-gradient(circle at 62% 30%,color-mix(in srgb,var(--scene-primary) 55%,transparent),transparent 28%),
    radial-gradient(circle at 34% 39%,color-mix(in srgb,var(--scene-secondary) 36%,transparent),transparent 30%);
}
.wooh-threeui-card[data-scene-shape="sphere-burst"] .wooh-service-data-lines{
  opacity:.20;
  background:
    repeating-linear-gradient(90deg,transparent 0 23px,rgba(255,255,255,.055) 24px 25px),
    repeating-linear-gradient(180deg,transparent 0 23px,rgba(255,255,255,.035) 24px 25px);
}

/* AI — cyan/violet network, larger and more technical */
.wooh-threeui-card[data-scene-shape="sphere-network"] .orbital-sphere{
  transform:scale(1.65) translate(-5%,-1%);
  transform-origin:50% 38%;
}
.wooh-threeui-card[data-scene-shape="sphere-network"] .wooh-service-colorwash{
  opacity:.9;
  background:
    radial-gradient(circle at 42% 31%,color-mix(in srgb,var(--scene-primary) 44%,transparent),transparent 26%),
    radial-gradient(circle at 68% 44%,color-mix(in srgb,var(--scene-secondary) 39%,transparent),transparent 31%);
}
.wooh-threeui-card[data-scene-shape="sphere-network"] .wooh-service-data-lines{
  opacity:.32;
  background:
    linear-gradient(90deg,transparent 0 19%,rgba(255,255,255,.05) 19.2%,transparent 19.5%),
    linear-gradient(90deg,transparent 0 72%,rgba(255,255,255,.05) 72.2%,transparent 72.5%),
    linear-gradient(180deg,transparent 0 27%,rgba(255,255,255,.05) 27.2%,transparent 27.5%);
}

/* Mode support */
.wooh-threeui-card[data-scene-mode="light"]{
  background:#f1f0ea;
  color:#060706;
}
.wooh-threeui-card[data-scene-mode="light"] .wooh-service-card-shade{
  background:linear-gradient(180deg,rgba(244,243,237,0) 35%,rgba(244,243,237,.6) 67%,#f4f3ed 92%)!important;
}
.wooh-threeui-card[data-scene-mode="light"] .wooh-service-bottom p,
.wooh-threeui-card[data-scene-mode="light"] .wooh-service-tags span{
  color:#43453f;
}

@media(max-width:760px){
  .wooh-service-tags{margin:12px 0 15px}
  .wooh-threeui-card .wooh-service-bottom{padding-top:44%}
}


/* ==========================================================
   WOOH V8.1 — ORBITAL STAMP REFINEMENT ONLY
   Frontend layout intentionally remains V6.9.
   ========================================================== */
.orbital-stamp-v81{width:202px;height:202px;isolation:isolate}
.orbital-stamp-v81 .stamp-ring{width:100%;height:100%;inset:0}
.orbital-stamp-v81 .stamp-ring text{font-size:7.45px;letter-spacing:1.82px;font-weight:760}
.orbital-stamp-v81 .ring-guide-outer{stroke-width:.5;opacity:.20}
.orbital-stamp-v81 .ring-guide-inner{stroke-width:.42;opacity:.09;stroke-dasharray:2.4 5.2}
.orbital-stamp-v81 .stamp-core{
  width:92px;height:92px;border:0;background:transparent!important;box-shadow:none;overflow:visible;
}
.orbital-stamp-v81 .stamp-core::before{
  content:"";position:absolute;inset:10px;border-radius:50%;
  border:1px solid currentColor;opacity:.16;box-shadow:0 0 28px rgba(231,255,79,.035)
}
.orbital-stamp-v81 .stamp-wire-globe{width:72px;height:72px;stroke-width:1.35;opacity:.78}
.orbital-stamp-v81 .stamp-orbit{
  position:absolute;left:50%;top:50%;width:118px;height:38px;margin:-19px 0 0 -59px;
  border:1px solid currentColor;border-radius:50%;opacity:.28;animation:badgeOrbit var(--orbit-speed,9s) linear infinite
}
.orbital-stamp-v81 .stamp-orbit i{
  position:absolute;width:5px;height:5px;border-radius:50%;background:currentColor;top:50%;right:-2.5px;margin-top:-2.5px;
  box-shadow:0 0 8px rgba(127,127,127,.16)
}
.orbital-stamp-v81 .stamp-orbit-a{transform:rotate(-12deg);--orbit-speed:8.5s}
.orbital-stamp-v81 .stamp-orbit-b{transform:rotate(58deg) scaleX(.86);--orbit-speed:11.5s;opacity:.19;animation-direction:reverse}
.orbital-stamp-v81 .stamp-orbit-c{transform:rotate(112deg) scaleX(.72);--orbit-speed:14s;opacity:.13}
.orbital-stamp-v81 .stamp-orbit-b i{width:4px;height:4px;right:9px;background:#e7ff4f;box-shadow:0 0 12px rgba(231,255,79,.55)}
.orbital-stamp-v81 .stamp-orbit-c i{width:3px;height:3px;right:18px}
.orbital-stamp-v81 .stamp-center-label{bottom:2px;font-size:7px;letter-spacing:.19em;opacity:.48}
.orbital-stamp-v81.light{color:#20221f}
.orbital-stamp-v81.dark{color:#f5f5ef}
.wooh-manifesto-module .orbital-stamp-v81.dark .ring-guide-outer{opacity:.34}
.wooh-manifesto-module .orbital-stamp-v81.dark .ring-guide-inner{opacity:.18}
.wooh-manifesto-module .orbital-stamp-v81.dark .stamp-wire-globe{opacity:.98}
.wooh-manifesto-module .orbital-stamp-v81.dark .stamp-orbit{opacity:.34}
.wooh-manifesto-module .orbital-stamp-v81.dark .stamp-orbit-b{opacity:.28}
.wooh-manifesto-module .orbital-stamp-v81.dark .stamp-orbit-c{opacity:.24}
@media(max-width:980px){.orbital-stamp-v81{width:170px;height:170px}.orbital-stamp-v81 .stamp-core{transform:scale(.88)}}

/* ==========================================================
   WOOH V8.3 — SERIOUS FIX
   ========================================================== */

/* Hero: same direction, just less oversized */
.wooh-hero-title{font-size:clamp(4rem,7.85vw,7.45rem)!important;line-height:.88!important;letter-spacing:-.073em!important;max-width:970px!important}
.wooh-hero-module .wooh-hero-content{max-width:min(920px,61vw)!important}
@media(max-width:1280px){.wooh-hero-title{font-size:clamp(4rem,7.65vw,7.2rem)!important}.wooh-hero-module .wooh-hero-content{max-width:min(850px,62vw)!important}}
@media(max-width:760px){.wooh-hero-title{font-size:clamp(3.35rem,15.6vw,5.9rem)!important}.wooh-hero-module .wooh-hero-content{max-width:100%!important}}

/* Entire service card is clickable */
.wooh-service-card{cursor:pointer}
.wooh-service-card-link{position:absolute;inset:0;z-index:8;border-radius:inherit;text-indent:-9999px;overflow:hidden}
.wooh-service-card-link:focus-visible{outline:2px solid var(--acid);outline-offset:-6px}
.wooh-service-card .wooh-service-top,.wooh-service-card .wooh-service-bottom{pointer-events:none}
.wooh-service-card .wooh-service-pill{display:inline-flex;pointer-events:none}
.wooh-service-card:hover .wooh-service-pill{background:#fff;color:#080908;border-color:#fff;transform:translateY(-2px)}

/* Manifesto: animated dark field, better white orbital stamp */
.wooh-manifesto-module{position:relative;isolation:isolate;overflow:hidden;background:#070807!important}
.wooh-manifesto-module>.container{position:relative;z-index:3}
.wooh-manifesto-motion{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;background:#070807}
.wooh-manifesto-motion canvas{position:absolute;inset:0;width:100%;height:100%;opacity:.62}
.wooh-manifesto-motion::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(7,8,7,.96) 0%,rgba(7,8,7,.72) 33%,rgba(7,8,7,.44) 68%,rgba(7,8,7,.88) 100%),repeating-linear-gradient(0deg,transparent 0 45px,rgba(255,255,255,.018) 46px),repeating-linear-gradient(90deg,transparent 0 45px,rgba(255,255,255,.018) 46px)}
.wooh-manifesto-motion::after{content:"";position:absolute;width:620px;height:620px;border-radius:50%;right:-130px;top:50%;transform:translateY(-50%);background:radial-gradient(circle,rgba(231,255,79,.065),rgba(231,255,79,.018) 34%,transparent 67%);filter:blur(8px);animation:woohManifestoGlow 7s ease-in-out infinite alternate}
.m-orbit{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.055);border-radius:50%;right:4%;top:50%;transform:translateY(-50%) rotate(20deg)}
.m-orbit-a{width:760px;height:250px;animation:woohManifestoOrbit 18s linear infinite}
.m-orbit-b{width:590px;height:420px;right:8%;transform:translateY(-50%) rotate(-32deg);border-color:rgba(231,255,79,.055);animation:woohManifestoOrbitB 25s linear infinite}
.m-glow{position:absolute;z-index:2;width:7px;height:7px;border-radius:50%;background:var(--acid);right:24%;top:30%;box-shadow:0 0 18px rgba(231,255,79,.58);animation:woohManifestoDot 5s ease-in-out infinite}
@keyframes woohManifestoGlow{to{transform:translateY(-54%) scale(1.1);opacity:.82}}
@keyframes woohManifestoOrbit{to{transform:translateY(-50%) rotate(380deg)}}
@keyframes woohManifestoOrbitB{to{transform:translateY(-50%) rotate(-392deg)}}
@keyframes woohManifestoDot{50%{transform:translate(38px,22px);opacity:.45}}
.wooh-manifesto-module .orbital-stamp-v81.dark{color:#fff!important;filter:drop-shadow(0 0 14px rgba(255,255,255,.04))}
.wooh-manifesto-module .orbital-stamp-v81.dark .ring-guide-outer{opacity:.52!important}
.wooh-manifesto-module .orbital-stamp-v81.dark .ring-guide-inner{opacity:.23!important}
.wooh-manifesto-module .orbital-stamp-v81.dark .stamp-wire-globe{opacity:1!important}
.wooh-manifesto-module .orbital-stamp-v81.dark .stamp-orbit{opacity:.5!important;border-color:currentColor!important}
.wooh-manifesto-module .orbital-stamp-v81.dark .stamp-center-label{color:#fff!important;opacity:.86}

/* Case study V8.3 — sticky project file + full longshot on the right */
.project-workspace{background:#0a0b0a;color:#fff;padding:88px 0 120px;border-top:1px solid rgba(255,255,255,.06)}
.project-workspace-grid{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.72fr);gap:30px;align-items:start}
.project-workspace-sidebar{min-width:0}
.project-workspace-sticky{position:sticky;top:calc(var(--header) + 26px);max-height:calc(100vh - var(--header) - 48px);overflow:auto;padding:6px 14px 20px 0;scrollbar-width:thin;scrollbar-color:#343631 transparent}
.project-workspace-heading{padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}
.project-workspace-heading h2{font-size:clamp(2.05rem,3.1vw,3.45rem);line-height:.96;letter-spacing:-.05em;margin:10px 0 0;max-width:11ch}
.project-tech-compact{margin:18px 0 0;border-top:0}
.project-tech-compact .project-tech-row{padding:11px 0;border-color:rgba(255,255,255,.09);grid-template-columns:.8fr 1.2fr;gap:12px}
.project-tech-compact dt{color:#73776f;font-size:.58rem;letter-spacing:.11em;text-transform:uppercase}
.project-tech-compact dd{color:#ebede7;font-size:.78rem;text-align:right}
.project-workspace-overview{padding:22px 0 16px}
.project-workspace-overview .project-story-copy{font-size:.92rem;line-height:1.62;color:#b9bdb3}
.project-workspace-overview .project-story-copy p{margin:10px 0 0}
.project-brief-detail{border-top:1px solid rgba(255,255,255,.1)}
.project-brief-detail:last-of-type{border-bottom:1px solid rgba(255,255,255,.1)}
.project-brief-detail summary{list-style:none;display:grid;grid-template-columns:34px 1fr 22px;gap:10px;align-items:center;padding:14px 0;cursor:pointer}
.project-brief-detail summary::-webkit-details-marker{display:none}
.project-brief-detail summary span{font:600 .58rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#7a7e74}
.project-brief-detail summary b{font-size:.86rem;font-weight:760}
.project-brief-detail summary i{font-style:normal;text-align:right;color:var(--acid);transition:.25s ease}
.project-brief-detail[open] summary i{transform:rotate(45deg)}
.project-brief-detail p{margin:0 0 18px;padding-left:44px;color:#aeb2a7;font-size:.82rem;line-height:1.58}
.project-workspace-actions{display:flex;flex-direction:column;align-items:flex-start;gap:11px;margin-top:20px}
.project-workspace-note{font-size:.62rem;line-height:1.45;color:#73776f;max-width:33ch}
.project-workspace-visual{min-width:0}
.project-browser-kicker{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin:0 0 13px;padding:0 3px}
.project-browser-kicker>div{display:flex;flex-direction:column;gap:4px}
.project-browser-kicker span{font:600 .58rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em;color:#73776f}
.project-browser-kicker strong{font-size:.9rem;color:#e8eae4;font-weight:650}
.project-browser-kicker>a{font:650 .62rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;color:var(--acid)}
.browser-shell-v83{border-color:#33352f;background:#111;border-radius:18px;box-shadow:0 32px 90px rgba(0,0,0,.28)}
.browser-shell-v83 .browser-chrome{position:sticky;top:var(--header);z-index:4;background:rgba(24,25,23,.96);border-color:#33352f;backdrop-filter:blur(16px)}
.browser-shell-v83 .browser-address{background:#30322e;color:#989c92}
.browser-shell-v83 .browser-open{color:#a8aca1}
.browser-longshot-page{height:auto!important;overflow:visible!important;background:#fff}
.browser-longshot-page img{display:block;width:100%;height:auto!important;max-width:none!important;image-rendering:auto}
.browser-viewport-fixed{height:min(82vh,900px);min-height:620px}

/* Admin project longshot diagnostics */
.wooh-project-preview-admin{margin:12px 0;display:grid;grid-template-columns:minmax(220px,620px) minmax(220px,1fr);gap:14px;align-items:start}
.wooh-preview-diagnostics{background:#f6f7f5;border:1px solid #d9ddd5;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:7px}
.wooh-preview-diagnostics strong{font-size:13px}
.wooh-preview-diagnostics span{font-size:12px;color:#5a6056}
.wooh-preview-diagnostics .is-ok{color:#28703d;font-weight:700}

@media(max-width:1080px){
  .project-workspace-grid{grid-template-columns:1fr}
  .project-workspace-sticky{position:relative;top:auto;max-height:none;overflow:visible;padding-right:0}
  .project-workspace-heading h2{max-width:17ch}
  .browser-shell-v83 .browser-chrome{top:var(--header)}
}
@media(max-width:760px){
  .project-workspace{padding:64px 0 80px}
  .project-workspace-grid{gap:24px}
  .project-browser-kicker{align-items:flex-start;flex-direction:column}
  .browser-viewport-fixed{min-height:480px;height:70vh}
  .wooh-project-preview-admin{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.m-orbit,.m-glow,.wooh-manifesto-motion::after{animation:none!important}}
.wooh-manifesto-module .orbital-stamp-v81{width:238px;height:238px}
@media(max-width:980px){.wooh-manifesto-module .orbital-stamp-v81{width:190px;height:190px}}


/* ==========================================================
   WOOH V8.4 — POSITIONING / AMAZON / REAL ABOUT + SERVICES
   ========================================================== */
.about-v84-hero .wooh-page-title,.services-v84-hero .wooh-page-title{max-width:12.5ch}
.about-v84-statement{padding:130px 0;position:relative;overflow:hidden}
.about-v84-statement::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 42%,rgba(231,255,79,.055),transparent 24%),linear-gradient(90deg,transparent,rgba(255,255,255,.015),transparent);pointer-events:none}
.about-v84-statement-grid{display:grid;grid-template-columns:.58fr 1.42fr;gap:86px;position:relative}
.about-v84-big{font-size:clamp(3rem,5.8vw,6.4rem);line-height:.96;letter-spacing:-.065em;margin:0;color:#f5f5f0}
.about-v84-story{max-width:800px;margin:34px 0 0;color:#b9bdb3;font-size:1.06rem;line-height:1.7}
.about-v84-orbit{width:190px;height:190px;border:1px solid rgba(255,255,255,.12);border-radius:50%;position:relative;margin-top:30px}
.about-v84-orbit::before,.about-v84-orbit::after{content:"";position:absolute;inset:28px;border:1px solid rgba(255,255,255,.09);border-radius:50%;transform:rotate(62deg) scaleY(.46)}
.about-v84-orbit::after{transform:rotate(-28deg) scaleY(.56)}
.about-v84-orbit span{position:absolute;width:48px;height:48px;border:1px solid #f5f5f0;border-radius:50%;left:70px;top:70px}
.about-v84-orbit i{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--acid);right:22px;top:86px;box-shadow:0 0 18px rgba(231,255,79,.6)}
.about-v84-practices,.about-v84-method{padding:120px 0;background:var(--paper)}
.about-v84-section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:end;margin-bottom:54px}
.about-v84-section-head h2{font-size:clamp(3rem,5.2vw,5.5rem);line-height:.96;letter-spacing:-.06em;margin:12px 0 0}
.about-v84-section-head>p{max-width:520px;color:#666a61;line-height:1.6}
.about-v84-service-list{border-top:1px solid #d8d4cb}
.about-v84-service-list a{display:grid;grid-template-columns:70px minmax(240px,.8fr) minmax(320px,1fr) 30px;gap:25px;align-items:center;padding:28px 0;border-bottom:1px solid #d8d4cb;color:var(--ink);text-decoration:none;transition:padding .3s ease,background .3s ease}
.about-v84-service-list a:hover{padding-left:16px;padding-right:16px;background:rgba(0,0,0,.025)}
.about-v84-service-list span{font:600 .66rem/1 ui-monospace,monospace;color:#8a8d85;letter-spacing:.12em}
.about-v84-service-list strong{font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.045em}
.about-v84-service-list p{margin:0;color:#666a61;line-height:1.55}
.about-v84-method{padding-top:28px}
.about-v84-method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:32px}
.about-v84-method-grid article{border:1px solid #d8d4cb;border-radius:22px;padding:26px;min-height:300px;display:flex;flex-direction:column}
.about-v84-method-grid article span{font:600 .66rem/1 ui-monospace,monospace;color:#8a8d85;letter-spacing:.12em}
.about-v84-method-grid h3{font-size:1.8rem;line-height:1.02;letter-spacing:-.04em;margin:auto 0 18px}
.about-v84-method-grid p{color:#666a61;line-height:1.55;margin:0}
.about-v84-work{padding:120px 0}
.about-v84-work .about-v84-section-head h2{color:#fff}
.about-v84-work .about-v84-section-head>p{color:#aaa}
.about-v84-work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.about-v84-project{color:#fff;text-decoration:none}
.about-v84-project img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px;display:block;transition:transform .4s ease}
.about-v84-project:hover img{transform:scale(.985)}
.about-v84-project span{display:block;font-size:.7rem;color:#8e9388;margin:14px 0 5px;text-transform:uppercase;letter-spacing:.08em}
.about-v84-project h3{font-size:1.7rem;margin:0}

.services-v84-practices{padding:100px 0 120px;background:var(--paper)}
.services-v84-intro{display:grid;grid-template-columns:.55fr 1.45fr;gap:60px;margin-bottom:55px}
.services-v84-intro p{font-size:clamp(1.6rem,3vw,3rem);line-height:1.12;letter-spacing:-.04em;margin:0;max-width:950px}
.services-v84-stack{display:grid;gap:18px}
.service-v84-card{position:relative;display:grid;grid-template-columns:1.02fr .98fr;min-height:510px;background:#080908;color:#fff;border-radius:28px;overflow:hidden;text-decoration:none;border:1px solid rgba(255,255,255,.07)}
.service-v84-card:nth-child(even){grid-template-columns:.98fr 1.02fr}
.service-v84-card:nth-child(even) .service-v84-scene{order:2}
.service-v84-scene{position:relative;min-height:510px;overflow:hidden;background:#030304}
.service-v84-scene .threeui-background{position:absolute;inset:0;width:100%;height:100%}
.service-v84-scene .wooh-service-colorwash{opacity:.82}
.service-v84-content{padding:36px 38px;display:flex;flex-direction:column;position:relative;z-index:4}
.service-v84-top{display:flex;justify-content:space-between;align-items:center;font:600 .62rem/1 ui-monospace,monospace;letter-spacing:.12em;color:#777d72}
.service-v84-top b{color:#cbd0c4;font-weight:600}
.service-v84-content h2{font-size:clamp(3rem,5vw,5.8rem);line-height:.9;letter-spacing:-.06em;margin:auto 0 18px}
.service-v84-content p{color:#b8bdb2;line-height:1.55;max-width:600px}
.service-v84-tags{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0 22px}.service-v84-tags span{font:600 .58rem/1 ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(255,255,255,.11);padding:7px 9px;border-radius:999px;color:#d8dbd4}
.service-v84-link{font-weight:700;margin-top:10px}.service-v84-card:hover .service-v84-link{color:var(--acid)}
.service-v84-card.is-amazon{border-color:rgba(255,157,66,.24)}
.service-v84-card[data-scene-shape="marketplace-grid"] .data-pixel-arc{transform:scale(1.26) rotate(2deg);transform-origin:center}
.service-v84-card[data-scene-shape="marketplace-grid"] .wooh-service-colorwash{background:radial-gradient(circle at 38% 34%,rgba(255,157,66,.40),transparent 28%),radial-gradient(circle at 68% 46%,rgba(231,255,79,.25),transparent 30%)}
.services-v84-amazon{padding:130px 0}.services-v84-amazon-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.services-v84-amazon h2{font-size:clamp(3.5rem,6vw,6.6rem);line-height:.9;letter-spacing:-.065em;color:#fff;margin:16px 0 24px}.services-v84-amazon p{color:#b9bdb3;line-height:1.65;max-width:650px}.services-v84-amazon-stack{display:grid;grid-template-columns:1fr 1fr;gap:12px}.services-v84-amazon-stack article{min-height:240px;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:24px;background:linear-gradient(145deg,rgba(255,157,66,.08),rgba(231,255,79,.025))}.services-v84-amazon-stack span{font:600 .62rem/1 ui-monospace,monospace;color:#868c80}.services-v84-amazon-stack strong{display:block;color:#fff;font-size:1.4rem;margin:95px 0 8px}.services-v84-amazon-stack p{font-size:.92rem;margin:0}.services-v84-connect{padding:120px 0;background:var(--paper)}.services-v84-connect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.services-v84-connect-grid article{padding:26px;border-top:1px solid #d8d4cb}.services-v84-connect-grid span{font:600 .62rem/1 ui-monospace,monospace;color:#8a8d85}.services-v84-connect-grid h3{font-size:2rem;letter-spacing:-.045em;margin:80px 0 14px}.services-v84-connect-grid p{color:#666a61;line-height:1.55}

.amazon-service-stack{padding:120px 0}.amazon-service-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:48px}.amazon-service-head h2{font-size:clamp(3.5rem,6vw,6.7rem);line-height:.92;letter-spacing:-.065em;color:#fff;margin:12px 0 0}.amazon-service-head>p{color:#b7bbb2;line-height:1.65}.amazon-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.amazon-service-grid article{border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:24px;min-height:310px;background:radial-gradient(circle at 75% 15%,rgba(255,157,66,.08),transparent 25%)}.amazon-service-grid span{font:600 .62rem/1 ui-monospace,monospace;color:#81877b}.amazon-service-grid h3{color:#fff;font-size:1.7rem;margin:140px 0 12px}.amazon-service-grid p{color:#afb4aa;line-height:1.55}

.work-v84-filter-note{margin-top:13px;color:#787b75;font-size:.84rem}.work-v84-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.work-v84-tags span{font:600 .56rem/1 ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase;border:1px solid #d7d3ca;border-radius:999px;padding:5px 8px;color:#6a6e65}.work-archive-empty{padding:42px 0;color:#777b72}

@media(max-width:980px){.about-v84-statement-grid,.about-v84-section-head,.services-v84-intro,.services-v84-amazon-grid,.amazon-service-head{grid-template-columns:1fr}.about-v84-method-grid,.amazon-service-grid{grid-template-columns:1fr 1fr}.service-v84-card,.service-v84-card:nth-child(even){grid-template-columns:1fr}.service-v84-card:nth-child(even) .service-v84-scene{order:0}.service-v84-scene{min-height:390px}.about-v84-work-grid,.services-v84-connect-grid{grid-template-columns:1fr 1fr}.about-v84-service-list a{grid-template-columns:50px 1fr 30px}.about-v84-service-list p{display:none}}
@media(max-width:680px){.about-v84-statement,.about-v84-practices,.about-v84-work,.services-v84-practices,.services-v84-amazon,.services-v84-connect,.amazon-service-stack{padding:82px 0}.about-v84-method-grid,.about-v84-work-grid,.services-v84-amazon-stack,.services-v84-connect-grid,.amazon-service-grid{grid-template-columns:1fr}.service-v84-content{padding:26px}.service-v84-scene{min-height:310px}.about-v84-service-list a{grid-template-columns:42px 1fr 24px}.amazon-service-grid article{min-height:230px}.amazon-service-grid h3{margin-top:90px}}


/* ==========================================================
   WOOH V8.5 — FINAL POLISH / VISUAL BUILDER
   ========================================================== */
.wooh-section-hero{position:relative;overflow:hidden;isolation:isolate;background:#080908;color:#fff}
.wooh-section-canvas,.wooh-section-image,.wooh-section-shade{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.wooh-section-canvas{z-index:0}.wooh-section-image{z-index:-1;background-image:var(--section-image);background-size:cover;background-position:center;opacity:.26;filter:saturate(.8) contrast(1.05)}
.wooh-section-shade{z-index:1;background:linear-gradient(90deg,#080908 0%,rgba(8,9,8,.86) 42%,rgba(8,9,8,.32) 78%,rgba(8,9,8,.2) 100%),radial-gradient(circle at 76% 40%,rgba(231,255,79,.055),transparent 30%)}
.wooh-section-hero-content{position:relative;z-index:2}.services-v85-hero .wooh-page-title,.about-v85-hero .wooh-page-title{max-width:9.3ch;font-size:clamp(4.3rem,8vw,8.6rem)}
.service-v85-hero .wooh-page-title{max-width:10ch;font-size:clamp(4.5rem,9vw,9rem)}

.services-v85-practices{padding:110px 0 125px;background:var(--paper)}.services-v85-intro{display:grid;grid-template-columns:.55fr 1.45fr;gap:60px;margin-bottom:50px}.services-v85-intro p{font-size:clamp(1.5rem,2.8vw,2.8rem);line-height:1.13;letter-spacing:-.04em;margin:0;max-width:930px}.services-v85-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.service-v85-card{--card-overlay:.58;position:relative;min-height:470px;border-radius:24px;overflow:hidden;background:#060706;color:#fff;text-decoration:none;border:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;padding:25px;isolation:isolate;transition:border-color .32s ease,box-shadow .32s ease}.service-v85-card:nth-child(5){grid-column:1/-1;min-height:390px}.service-v85-media{position:absolute;inset:0;z-index:-3;background-image:var(--card-image);background-size:cover;background-position:center;transition:transform .6s cubic-bezier(.2,.75,.2,1)}.service-v85-card.has-image .service-v85-media{transform:scale(1.015)}.service-v85-card:hover .service-v85-media{transform:scale(1.045)}.service-v85-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(5,6,5,.14),rgba(5,6,5,var(--card-overlay)) 55%,rgba(5,6,5,.96) 100%)}.service-v85-card:not(.has-image) .service-v85-overlay{background:linear-gradient(180deg,rgba(5,6,5,.04),rgba(5,6,5,.35) 58%,rgba(5,6,5,.96) 100%)}.service-v85-card:hover{border-color:rgba(231,255,79,.28);box-shadow:0 22px 70px rgba(0,0,0,.09)}.service-v85-top{display:flex;justify-content:space-between;font:600 .59rem/1 ui-monospace,monospace;letter-spacing:.12em;color:#a8aca3}.service-v85-top b{font-weight:600}.service-v85-copy{margin-top:auto;max-width:680px}.service-v85-copy h2{font-size:clamp(2.8rem,4.4vw,5rem);line-height:.92;letter-spacing:-.055em;margin:0 0 14px;color:#fff}.service-v85-copy p{color:#c4c8be;line-height:1.55;max-width:600px}.service-v85-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:16px}.service-v85-tags span{font:600 .56rem/1 ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(255,255,255,.13);padding:7px 9px;border-radius:999px;color:#e2e5dd;background:rgba(0,0,0,.12)}.service-v85-arrow{position:absolute;right:24px;bottom:23px;font-size:1.5rem;transition:transform .3s ease}.service-v85-card:hover .service-v85-arrow{transform:translate(3px,-3px)}

.services-v85-engagement,.services-v85-faq{padding:120px 0;background:var(--paper)}.services-v85-section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:end;margin-bottom:38px}.services-v85-section-head h2{font-size:clamp(3rem,5vw,5.3rem);line-height:.95;letter-spacing:-.06em;margin:12px 0 0}.services-v85-section-head>p{color:#666a61;line-height:1.6}.engagement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.engagement-card{position:relative;overflow:hidden;min-height:360px;border:1px solid #d9d5cc;border-radius:24px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;background:#efede6;background-image:var(--eng-image);background-size:cover;background-position:center;isolation:isolate}.engagement-shade{position:absolute;inset:0;z-index:-1;background:rgba(246,243,235,.94)}.engagement-card.has-image{color:#fff;border-color:#222}.engagement-card.has-image .engagement-shade{background:linear-gradient(180deg,rgba(5,6,5,.16),rgba(5,6,5,.85))}.engagement-card>span{font:600 .62rem/1 ui-monospace,monospace;color:#858980}.engagement-card h3{font-size:2rem;letter-spacing:-.045em;margin:0 0 12px;color:inherit}.engagement-card p{color:#666a61;line-height:1.55;margin:0}.engagement-card.has-image p{color:#d5d8d1}.engagement-card b{display:block;margin-top:20px;color:var(--ink)}.engagement-card.has-image b{color:var(--acid)}.engagement-cta{margin-top:26px}
.services-v85-amazon{padding:130px 0}.services-v85-amazon-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:start}.services-v85-amazon h2{font-size:clamp(3.2rem,5.6vw,6rem);line-height:.92;letter-spacing:-.06em;color:#fff;margin:15px 0 22px}.services-v85-amazon p{color:#b9bdb3;line-height:1.65;max-width:650px}.services-v85-amazon-stack,.amazon-service-grid-v85{display:grid;grid-template-columns:1fr 1fr;gap:12px}.amazon-v85-card{position:relative;min-height:245px;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:24px;overflow:hidden;background:linear-gradient(145deg,rgba(255,157,66,.08),rgba(231,255,79,.025));background-image:var(--amazon-image);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate}.amazon-v85-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(7,8,7,.05),rgba(7,8,7,.93))}.amazon-v85-card:not(.has-image) .amazon-v85-shade{background:linear-gradient(145deg,rgba(255,157,66,.08),rgba(231,255,79,.025))}.amazon-v85-card span{font:600 .62rem/1 ui-monospace,monospace;color:#989d92}.amazon-v85-card strong,.amazon-v85-card h3{display:block;color:#fff;font-size:1.45rem;margin:0 0 8px}.amazon-v85-card p{font-size:.92rem;margin:0;color:#c4c7c0;line-height:1.55}
.services-v85-faq{padding-top:105px}.services-v85-faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.services-v85-faq h2{font-size:clamp(3rem,5vw,5rem);letter-spacing:-.055em;margin:14px 0}.services-faq-list{border-top:1px solid #d8d4cb}.services-faq-list details{border-bottom:1px solid #d8d4cb}.services-faq-list summary{list-style:none;padding:22px 0;display:grid;grid-template-columns:1fr 30px;gap:20px;cursor:pointer;font-size:1.25rem;font-weight:700}.services-faq-list summary::-webkit-details-marker{display:none}.services-faq-list summary i{font-style:normal;text-align:right;color:#777;transition:transform .25s ease}.services-faq-list details[open] summary i{transform:rotate(45deg)}.services-faq-list p{margin:0 50px 22px 0;color:#64685f;line-height:1.65}

.about-v85-statement{padding:120px 0}.about-v85-statement-grid{display:grid;grid-template-columns:.52fr 1.48fr;gap:80px}.about-v85-statement .orbital-stamp-v81{width:220px;height:220px}.about-v85-big{font-size:clamp(3rem,5.6vw,6.2rem);line-height:.95;letter-spacing:-.062em;margin:0;color:#fff}.about-v85-story{color:#b8bcb2;font-size:1.06rem;line-height:1.7;max-width:760px;margin:30px 0 0}.about-v85-facts{background:#0a0b0a;color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.about-facts-grid{display:grid;grid-template-columns:repeat(4,1fr)}.about-facts-grid>div{padding:28px;border-right:1px solid rgba(255,255,255,.08)}.about-facts-grid>div:last-child{border-right:0}.about-facts-grid strong{display:block;font-size:1.8rem}.about-facts-grid span{display:block;color:#8e9388;margin-top:5px;font-size:.76rem}.about-v85-practices,.about-v85-method{padding:115px 0;background:var(--paper);color:var(--ink)}.about-v85-section-head{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:end;margin-bottom:45px}.about-v85-section-head h2{font-size:clamp(3rem,5vw,5.2rem);line-height:.96;letter-spacing:-.058em;margin:12px 0 0;color:var(--ink)}.about-v85-section-head>p{color:#64685f;line-height:1.6}.about-v85-service-list{border-top:1px solid #d8d4cb}.about-v85-service-list a{display:grid;grid-template-columns:64px minmax(230px,.8fr) minmax(300px,1fr) 30px;gap:24px;align-items:center;padding:27px 0;border-bottom:1px solid #d8d4cb;color:var(--ink);text-decoration:none}.about-v85-service-list span{font:600 .62rem/1 ui-monospace,monospace;color:#898d84}.about-v85-service-list strong{font-size:clamp(1.8rem,3vw,2.9rem);letter-spacing:-.045em}.about-v85-service-list p{color:#666a61;line-height:1.55;margin:0}.about-v85-service-list b{transition:transform .3s ease}.about-v85-service-list a:hover b{transform:translate(3px,-3px)}.about-v85-method{padding-top:30px}.about-v85-method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}.about-method-card{position:relative;overflow:hidden;min-height:300px;padding:24px;border:1px solid #d8d4cb;border-radius:22px;background:#f0eee7;background-image:var(--about-image);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate;color:var(--ink)}.about-method-shade{position:absolute;inset:0;z-index:-1;background:rgba(246,243,235,.94)}.about-method-card.has-image{color:#fff;border-color:#222}.about-method-card.has-image .about-method-shade{background:linear-gradient(180deg,rgba(5,6,5,.12),rgba(5,6,5,.88))}.about-method-card>span{font:600 .62rem/1 ui-monospace,monospace;color:#8a8d85}.about-method-card h3{color:inherit!important;font-size:1.75rem;line-height:1.03;letter-spacing:-.04em;margin:0 0 14px}.about-method-card p{color:#64685f;line-height:1.55;margin:0}.about-method-card.has-image p{color:#d6d9d2}.about-v85-work{padding:115px 0}.about-v85-work .about-v85-section-head h2{color:#fff}.about-v85-work .about-v85-section-head>p{color:#aaa}.about-v85-work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.about-v85-project{color:#fff;text-decoration:none}.about-v85-project img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px;display:block;transition:transform .4s ease}.about-v85-project:hover img{transform:scale(.985)}.about-v85-project span{display:block;font-size:.7rem;color:#8e9388;margin:14px 0 5px;text-transform:uppercase;letter-spacing:.08em}.about-v85-project h3{font-size:1.7rem;margin:0}

/* Preserve the approved V8.3 project workspace: left project file sticky, right longshot natural scroll. */
.project-workspace-grid{grid-template-columns:minmax(330px,.86fr) minmax(0,1.7fr)!important}.project-workspace-sticky{position:sticky!important;top:calc(var(--header) + 26px)!important}.project-workspace-heading h2,.project-tech-compact dd{color:#f3f4ef!important}.project-workspace-overview .project-story-copy,.project-brief-detail p{color:#c4c8be!important}.browser-longshot-page img{image-rendering:auto!important}

@media(max-width:980px){.services-v85-stack{grid-template-columns:1fr}.service-v85-card:nth-child(5){grid-column:auto}.services-v85-section-head,.services-v85-amazon-grid,.services-v85-faq-grid,.about-v85-statement-grid,.about-v85-section-head{grid-template-columns:1fr}.engagement-grid,.about-v85-method-grid{grid-template-columns:1fr 1fr}.about-facts-grid{grid-template-columns:1fr 1fr}.about-facts-grid>div:nth-child(2){border-right:0}.about-v85-service-list a{grid-template-columns:48px 1fr 28px}.about-v85-service-list p{display:none}.about-v85-work-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.services-v85-practices,.services-v85-engagement,.services-v85-amazon,.services-v85-faq,.about-v85-statement,.about-v85-practices,.about-v85-work{padding:78px 0}.engagement-grid,.services-v85-amazon-stack,.amazon-service-grid-v85,.about-v85-method-grid,.about-v85-work-grid,.about-facts-grid{grid-template-columns:1fr}.about-facts-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.service-v85-card{min-height:420px}.services-v85-hero .wooh-page-title,.about-v85-hero .wooh-page-title{font-size:clamp(3.7rem,16vw,5.7rem)}.about-v85-statement .orbital-stamp-v81{width:175px;height:175px}}


/* ==========================================================
   WOOH V8.6 — FRONT-END BUILDER / STRONGER SECTION MOTION
   ========================================================== */
.wooh-section-hero{--section-image-opacity:.34;min-height:min(900px,88vh)}
.wooh-section-hero::before{content:"";position:absolute;inset:-20%;z-index:0;pointer-events:none;background:radial-gradient(circle at 74% 42%,rgba(231,255,79,.105),transparent 25%),radial-gradient(circle at 88% 61%,rgba(73,169,255,.075),transparent 22%);filter:blur(24px);animation:woohSectionDrift 12s ease-in-out infinite alternate}
.wooh-section-image{z-index:0!important;opacity:var(--section-image-opacity)!important;filter:saturate(.9) contrast(1.08) brightness(.76)!important;transform:scale(1.04);animation:woohSectionImageFloat 18s ease-in-out infinite alternate}
.wooh-section-canvas{z-index:1!important;opacity:.98;mix-blend-mode:screen;filter:saturate(1.15) contrast(1.08)}
.wooh-section-shade{z-index:2!important;background:linear-gradient(90deg,#080908 0%,rgba(8,9,8,.75) 38%,rgba(8,9,8,.19) 72%,rgba(8,9,8,.08) 100%),linear-gradient(180deg,rgba(8,9,8,.05),rgba(8,9,8,.18))!important}
.wooh-section-hero-content{z-index:3!important}
.services-v85-hero::before{background:radial-gradient(circle at 72% 38%,rgba(231,255,79,.16),transparent 24%),radial-gradient(circle at 88% 60%,rgba(41,121,255,.11),transparent 24%)}
.about-v85-hero::before{background:radial-gradient(circle at 78% 44%,rgba(121,168,255,.15),transparent 25%),radial-gradient(circle at 61% 32%,rgba(231,255,79,.08),transparent 20%)}
.service-v85-hero::before{background:radial-gradient(circle at 75% 42%,color-mix(in srgb,var(--scene-primary,#e7ff4f) 24%,transparent),transparent 26%),radial-gradient(circle at 90% 60%,color-mix(in srgb,var(--scene-secondary,#68a8ff) 17%,transparent),transparent 24%)}
@keyframes woohSectionDrift{0%{transform:translate3d(-1.5%,-1%,0) scale(1)}100%{transform:translate3d(2%,1.5%,0) scale(1.07)}}
@keyframes woohSectionImageFloat{0%{transform:scale(1.04) translate3d(-.7%,-.4%,0)}100%{transform:scale(1.095) translate3d(.8%,.6%,0)}}

/* Light cards: never hide content when no image is selected. */
.about-method-card,.engagement-card{position:relative}
.about-method-shade,.engagement-shade{z-index:0!important}
.about-method-card>span,.about-method-card>div:last-child,.engagement-card>span,.engagement-card>div:last-child{position:relative;z-index:2}
.about-method-card:not(.has-image){color:#0b0c0b!important;background:#f0eee7!important}
.about-method-card:not(.has-image) h3{color:#11130f!important}
.about-method-card:not(.has-image) p{color:#595e55!important}
.engagement-card:not(.has-image){color:#0b0c0b!important;background:#efede6!important}
.engagement-card:not(.has-image) h3{color:#11130f!important}
.engagement-card:not(.has-image) p{color:#595e55!important}
.amazon-v85-card>span,.amazon-v85-card>div:last-child{position:relative;z-index:2}
.amazon-v85-shade{z-index:0!important}

/* Less generic hover: keep movement controlled. */
.service-v85-card:hover{border-color:rgba(0,0,0,.18);box-shadow:0 15px 45px rgba(0,0,0,.07)}
.service-v85-card:hover .service-v85-media{transform:scale(1.025)}
.service-v85-card:hover .service-v85-arrow{transform:translate(2px,-2px)}

@media(prefers-reduced-motion:reduce){.wooh-section-hero::before,.wooh-section-image{animation:none!important}}

/* V8.7 — live style controls + stronger hover */
.about-v85-statement{
  --wooh-title-color:#fff;
  --wooh-body-color:#b8bcb2;
  --wooh-title-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --wooh-body-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.about-v85-big{font-size:var(--wooh-title-size,clamp(3rem,5.6vw,6.2rem));color:var(--wooh-title-color,#fff);font-family:var(--wooh-title-font,inherit)}
.about-v85-story{font-size:var(--wooh-body-size,1.06rem);color:var(--wooh-body-color,#b8bcb2);font-family:var(--wooh-body-font,inherit)}

.about-method-card,.engagement-card,.amazon-v85-card,.service-v85-card{transition:border-color .28s ease,box-shadow .28s ease,transform .28s ease}
.about-method-card,.engagement-card,.amazon-v85-card{--wooh-title-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--wooh-body-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--wooh-overlay-opacity:.88}
.about-method-card:hover,.engagement-card:hover,.amazon-v85-card:hover,.service-v85-card:hover{transform:translateY(-3px)}

.about-method-shade{background:rgba(246,243,235,var(--wooh-overlay-opacity,.94))}
.about-method-card.has-image .about-method-shade{background:linear-gradient(180deg,rgba(5,6,5,.12),rgba(5,6,5,var(--wooh-overlay-opacity,.88)))}
.about-method-card h3{font-size:var(--wooh-title-size,1.75rem);font-family:var(--wooh-title-font,inherit);color:var(--wooh-title-color,inherit)!important}
.about-method-card p{font-size:var(--wooh-body-size,1rem);font-family:var(--wooh-body-font,inherit);color:var(--wooh-body-color,#64685f)!important}
.about-method-card.has-image p{color:var(--wooh-body-color,#d6d9d2)!important}
.about-method-card:not(.has-image) h3{color:var(--wooh-title-color,#11130f)!important}
.about-method-card:not(.has-image) p{color:var(--wooh-body-color,#595e55)!important}
.about-method-card:hover{border-color:rgba(231,255,79,.5);box-shadow:0 18px 44px rgba(0,0,0,.08)}

.engagement-shade{background:rgba(246,243,235,var(--wooh-overlay-opacity,.94))}
.engagement-card.has-image .engagement-shade{background:linear-gradient(180deg,rgba(5,6,5,.16),rgba(5,6,5,var(--wooh-overlay-opacity,.85)))}
.engagement-card h3{font-size:var(--wooh-title-size,2rem);font-family:var(--wooh-title-font,inherit);color:var(--wooh-title-color,inherit)!important}
.engagement-card p{font-size:var(--wooh-body-size,1rem);font-family:var(--wooh-body-font,inherit);color:var(--wooh-body-color,#666a61)!important}
.engagement-card b{color:var(--wooh-accent-color,var(--ink))}
.engagement-card.has-image b{color:var(--wooh-accent-color,var(--acid))}
.engagement-card:hover{border-color:rgba(231,255,79,.45);box-shadow:0 18px 44px rgba(0,0,0,.08)}

.amazon-v85-shade{background:linear-gradient(180deg,rgba(7,8,7,.05),rgba(7,8,7,var(--wooh-overlay-opacity,.93)))}
.amazon-v85-card strong,.amazon-v85-card h3{font-size:var(--wooh-title-size,1.45rem);font-family:var(--wooh-title-font,inherit);color:var(--wooh-title-color,#fff)}
.amazon-v85-card p{font-size:var(--wooh-body-size,.92rem);font-family:var(--wooh-body-font,inherit);color:var(--wooh-body-color,#c4c7c0)}
.amazon-v85-card:hover{border-color:rgba(231,255,79,.42);box-shadow:0 16px 40px rgba(0,0,0,.12)}

.service-v85-card{--wooh-title-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--wooh-body-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--wooh-hover-accent:var(--acid)}
.service-v85-copy h2{font-size:var(--wooh-title-size,clamp(2.8rem,4.4vw,5rem));font-family:var(--wooh-title-font,inherit);color:var(--wooh-title-color,#fff)}
.service-v85-copy p{font-size:var(--wooh-body-size,1rem);font-family:var(--wooh-body-font,inherit);color:var(--wooh-body-color,#c4c8be)}
.service-v85-card:hover{border-color:color-mix(in srgb,var(--wooh-hover-accent,#e7ff4f) 38%, transparent);box-shadow:0 18px 52px rgba(0,0,0,.11)}
.service-v85-card:hover .service-v85-copy h2,.service-v85-card:hover .service-v85-arrow{color:var(--wooh-hover-accent,#e7ff4f)}
.service-v85-card:hover .service-v85-tags span{border-color:color-mix(in srgb,var(--wooh-hover-accent,#e7ff4f) 40%, rgba(255,255,255,.13));color:#fff}

.about-v85-service-list a{transition:background .25s ease,border-color .25s ease,color .25s ease,padding .25s ease}
.about-v85-service-list a strong,.about-v85-service-list a p,.about-v85-service-list a b{transition:color .25s ease,transform .25s ease}
.about-v85-service-list a:hover{background:rgba(231,255,79,.12);padding-left:12px;padding-right:12px;border-bottom-color:rgba(8,9,8,.18)}
.about-v85-service-list a:hover strong,.about-v85-service-list a:hover b{color:var(--acid)}
.about-v85-service-list a:hover p{color:#33372f}

/* ============================================================
   V8.8 — HOME LIVE BUILDER / MODULE DESIGN SYSTEM
   ============================================================ */
.wooh-live-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-radius:var(--wooh-live-radius,0px);
  background:var(--wooh-live-bg-color,transparent)!important;
}
.wooh-live-bg-layer,.wooh-live-overlay-layer{
  position:absolute;inset:0;pointer-events:none;
}
.wooh-live-bg-layer{
  z-index:0;
  background-image:var(--wooh-live-bg-image,none);
  background-size:cover;background-position:center;
  opacity:var(--wooh-live-bg-opacity,0);
  transform:scale(1.015);
}
.wooh-live-overlay-layer{
  z-index:0;
  background:var(--wooh-live-bg-color,transparent);
  opacity:var(--wooh-live-overlay-opacity,0);
}
.wooh-live-section>.container,
.wooh-live-section>.wooh-video-wrap,
.wooh-live-section>.wooh-services-intro,
.wooh-live-section>.wooh-services-stage{position:relative;z-index:2}

.wooh-hero-module.wooh-live-section{padding-top:var(--wooh-live-padding-top,178px)!important;padding-bottom:var(--wooh-live-padding-bottom,72px)!important}
.wooh-editorial-module.wooh-live-section{padding-top:var(--wooh-live-padding-top,125px)!important;padding-bottom:var(--wooh-live-padding-bottom,125px)!important}
.wooh-projects-module.wooh-live-section{padding-top:var(--wooh-live-padding-top,120px)!important;padding-bottom:var(--wooh-live-padding-bottom,120px)!important}
.wooh-manifesto-module.wooh-live-section{padding-top:var(--wooh-live-padding-top,130px)!important;padding-bottom:var(--wooh-live-padding-bottom,130px)!important}
.wooh-cta-module.wooh-live-section{padding-top:var(--wooh-live-padding-top,140px)!important;padding-bottom:var(--wooh-live-padding-bottom,90px)!important}
.wooh-services-module.wooh-live-section{padding:0!important;background:var(--wooh-live-bg-color,var(--paper))!important}
.wooh-services-module .wooh-services-intro{padding-top:var(--wooh-live-padding-top,120px)!important;padding-bottom:var(--wooh-live-padding-bottom,64px)!important;background:transparent!important}
.wooh-services-module .wooh-services-stage,.wooh-services-module .wooh-services-viewport{background:transparent!important}

/* Live typography variables */
.wooh-hero-module .wooh-hero-title,
.wooh-editorial-module .wooh-editorial-big,
.wooh-video-module .wooh-video-title,
.wooh-projects-module .section-title,
.wooh-services-module .section-title,
.wooh-manifesto-module .wooh-manifesto-copy,
.wooh-cta-module h2{
  font-family:var(--wooh-live-title-font,inherit)!important;
  font-size:var(--wooh-live-title-size,inherit)!important;
  color:var(--wooh-live-title-color,inherit)!important;
}
.wooh-hero-module .wooh-hero-copy,
.wooh-editorial-module .wooh-editorial-side,
.wooh-editorial-module .wooh-editorial-side p,
.wooh-projects-module .section-copy,
.wooh-services-module .section-copy,
.wooh-video-module .eyebrow,
.wooh-manifesto-module .eyebrow,
.wooh-cta-module .eyebrow{
  font-family:var(--wooh-live-body-font,inherit)!important;
  font-size:var(--wooh-live-body-size,inherit)!important;
  color:var(--wooh-live-body-color,inherit)!important;
}
.wooh-editorial-module .wooh-editorial-big .highlight{
  background:linear-gradient(90deg,color-mix(in srgb,var(--wooh-live-accent,#79bdf2) 48%,#d8e6d8),var(--wooh-live-accent,#79bdf2))!important;
  color:var(--wooh-live-title-color,#080908)!important;
}

/* Live accent / hover system */
.wooh-live-section .btn-acid{background:var(--wooh-live-accent,var(--acid));border-color:var(--wooh-live-accent,var(--acid))}
.wooh-live-section .btn-acid:hover{background:color-mix(in srgb,var(--wooh-live-accent,var(--acid)) 82%,white);border-color:color-mix(in srgb,var(--wooh-live-accent,var(--acid)) 82%,white)}
.wooh-projects-module .wooh-project-card{transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease}
.wooh-projects-module .wooh-project-title{transition:color .25s ease}
.wooh-projects-module .wooh-project-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--wooh-live-accent,var(--acid)) 42%,transparent);box-shadow:0 24px 65px rgba(0,0,0,.16)}
.wooh-projects-module .wooh-project-card:hover .wooh-project-title{color:var(--wooh-live-accent,var(--acid))}
.wooh-services-module .wooh-service-card{transition:border-color .28s ease,box-shadow .28s ease,transform .28s ease}
.wooh-services-module .wooh-service-card:hover{border:1px solid color-mix(in srgb,var(--wooh-live-accent,var(--acid)) 42%,transparent)!important;box-shadow:0 34px 90px rgba(0,0,0,.2);transform:translateY(-3px)}
.wooh-services-module .wooh-service-card:hover .wooh-service-pill{border-color:var(--wooh-live-accent,var(--acid));color:var(--wooh-live-accent,var(--acid))}
.wooh-services-module .wooh-services-progress>span{background:var(--wooh-live-accent,var(--ink))!important}
.wooh-cta-module .btn-dark:hover,.wooh-manifesto-module .btn:hover{border-color:var(--wooh-live-accent,var(--acid))}

/* Video live overlay */
.wooh-video-module.wooh-live-section{background:var(--wooh-live-bg-color,#080908)!important;border-radius:var(--wooh-live-radius,0px)}
.wooh-video-module .wooh-video-overlay{background:linear-gradient(to top,rgba(0,0,0,var(--wooh-live-overlay-opacity,.6)),rgba(0,0,0,.05) 60%)!important}
.wooh-video-module .wooh-video-title{color:var(--wooh-live-title-color,#fff)!important}

/* Live background refinement */
.wooh-live-section.has-live-bg .wooh-live-bg-layer{animation:woohLiveBgDrift 16s ease-in-out infinite alternate}
@keyframes woohLiveBgDrift{from{transform:scale(1.015) translate3d(0,0,0)}to{transform:scale(1.05) translate3d(-1.2%,.8%,0)}}

/* Keep builder toolbar legible on very light custom backgrounds */
.wooh-live-section.wooh-fb-active{overflow:visible}
.wooh-live-section.wooh-fb-active>.wooh-live-bg-layer,.wooh-live-section.wooh-fb-active>.wooh-live-overlay-layer{border-radius:var(--wooh-live-radius,0px);overflow:hidden}

@media(max-width:760px){
  .wooh-hero-module .wooh-hero-title{font-size:min(var(--wooh-live-title-size,92px),17vw)!important}
  .wooh-editorial-module .wooh-editorial-big,.wooh-projects-module .section-title,.wooh-services-module .section-title,.wooh-manifesto-module .wooh-manifesto-copy,.wooh-cta-module h2{font-size:min(var(--wooh-live-title-size,72px),15vw)!important}
}


/* ============================================================
   V8.8.1 STABILITY PATCH — preserve stable interactions
   ============================================================ */
/* Sticky horizontal services MUST NOT live inside an overflow container. */
.wooh-services-module.wooh-live-section{overflow:visible!important;isolation:auto}
.wooh-services-module>.wooh-live-bg-layer,
.wooh-services-module>.wooh-live-overlay-layer{pointer-events:none}
.wooh-services-module .wooh-services-viewport{position:sticky!important;top:0!important;overflow:hidden!important}
.wooh-services-module .wooh-services-track{will-change:transform!important}

/* Showreel: MP4 or YouTube remains behind the WOOH green/cyber treatment. */
.wooh-video-wrap{background:#050705;isolation:isolate}
.wooh-video-media{position:absolute;inset:0;z-index:0;overflow:hidden;background:#050705}
.wooh-video-media video,.wooh-video-native{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.94) contrast(1.06) brightness(.8)}
.wooh-video-youtube{position:absolute;left:50%;top:50%;width:177.77777778vh;min-width:100%;height:56.25vw;min-height:100%;transform:translate(-50%,-50%) scale(1.035);border:0;pointer-events:none;filter:saturate(.86) contrast(1.08) brightness(.72)}
.wooh-video-green-fx{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden;background:radial-gradient(circle at 72% 44%,rgba(231,255,79,.22),transparent 24%),radial-gradient(circle at 18% 80%,rgba(94,147,34,.12),transparent 30%),linear-gradient(110deg,rgba(8,12,7,.12),rgba(29,43,13,.18) 52%,rgba(4,7,4,.08));mix-blend-mode:screen}
.wooh-video-grid-fx{position:absolute;inset:0;opacity:.24;background-image:linear-gradient(rgba(231,255,79,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(231,255,79,.055) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,transparent 5%,#000 35%,#000 100%)}
.wooh-video-scan-fx{position:absolute;left:-20%;right:-20%;height:2px;top:12%;background:linear-gradient(90deg,transparent,rgba(231,255,79,.68),rgba(255,255,255,.42),transparent);box-shadow:0 0 22px rgba(231,255,79,.35);animation:woohShowreelScan 7.5s ease-in-out infinite}
.wooh-video-glow-fx{position:absolute;width:42vw;height:42vw;right:-8vw;top:-12vw;border-radius:50%;background:radial-gradient(circle,rgba(231,255,79,.12),transparent 66%);filter:blur(28px);animation:woohShowreelGlow 8s ease-in-out infinite alternate}
.wooh-video-overlay{z-index:2;background:linear-gradient(to top,rgba(2,4,2,var(--wooh-live-overlay-opacity,.62)),rgba(4,8,3,.14) 57%,rgba(0,0,0,.28))!important}
.wooh-video-copy{z-index:3}
@keyframes woohShowreelScan{0%,100%{transform:translateY(0);opacity:.2}48%{opacity:.78}55%{transform:translateY(58vh);opacity:.5}}
@keyframes woohShowreelGlow{from{transform:translate3d(0,0,0) scale(.95);opacity:.6}to{transform:translate3d(-6vw,4vw,0) scale(1.12);opacity:1}}

/* Live builder helper text */
.wooh-fb-help{display:block;margin-top:7px;color:#7f867b;font-size:11px;line-height:1.4}

/* ============================================================
   V8.9 CONSOLIDATION — builder fix, client logos, social, hovers
   ============================================================ */

/* Header / footer logo sizing controlled from WOOH Branding. */
.brand .custom-logo-img{width:var(--wooh-header-logo-width,140px)!important;height:auto!important;max-width:none!important;max-height:48px!important;object-fit:contain}
.footer-logo-image img{width:var(--wooh-footer-logo-width,160px)!important;height:auto!important;max-width:none!important;max-height:72px!important;object-fit:contain}

/* Home readability: dark modules should never inherit washed-out text. */
.wooh-hero-module .wooh-hero-title{text-shadow:0 1px 0 rgba(255,255,255,.02)}
.wooh-hero-module .wooh-hero-title,.wooh-manifesto-module .wooh-manifesto-copy,.wooh-projects-module .section-title{opacity:1}

/* Home horizontal service CTA: acid background + dark text for legibility. */
.wooh-services-module .wooh-service-pill{transition:background .24s ease,color .24s ease,border-color .24s ease,transform .24s ease}
.wooh-services-module .wooh-service-card:hover .wooh-service-pill{
  background:var(--wooh-live-accent,var(--acid))!important;
  border-color:var(--wooh-live-accent,var(--acid))!important;
  color:#080908!important;
  transform:translateY(-2px)
}

/* About / Services list hover: decisive, readable, WOOH. */
.about-v85-service-list a:hover{
  background:#0b0c0b!important;
  color:#fff!important;
  padding-left:18px!important;
  padding-right:18px!important;
  border-bottom-color:#0b0c0b!important;
}
.about-v85-service-list a:hover strong{color:#fff!important}
.about-v85-service-list a:hover p{color:#c4c8be!important}
.about-v85-service-list a:hover b{color:var(--acid)!important;transform:translate(4px,-4px)}
.about-v85-service-list a:hover>span{color:var(--acid)!important}

/* Global client-logo strip. White/monochrome PNGs are normalized to the same visual height. */
.wooh-client-logos{position:relative;padding:44px 0 48px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);background:#090a09;color:#fff;overflow:visible}
.wooh-client-logos-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.wooh-client-logos-head>span{font:700 .65rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.15em;color:#f1f2ec}
.wooh-client-logos-head small{color:#73786e;font-size:.76rem}
.wooh-client-logo-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.08);border-left:1px solid rgba(255,255,255,.08)}
.wooh-client-logo{height:112px;display:grid;place-items:center;padding:24px;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);transition:background .25s ease,opacity .25s ease}
.wooh-client-logo img{display:block;width:100%;height:42px;object-fit:contain;object-position:center;filter:grayscale(1) brightness(0) invert(1);opacity:.58;transition:opacity .25s ease,transform .25s ease,filter .25s ease}
.wooh-client-logo:hover{background:rgba(231,255,79,.035)}
.wooh-client-logo:hover img{opacity:1;transform:scale(1.04);filter:grayscale(1) brightness(0) invert(1)}
.wooh-client-logo-empty{grid-column:1/-1;padding:35px;text-align:center;color:#6f746a;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}

/* Social icons */
.wooh-social-icons{display:flex;gap:9px;align-items:center;flex-wrap:wrap}
.wooh-social-icons a{width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:999px;display:grid;place-items:center;color:#c4c8be;text-decoration:none;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}
.wooh-social-icons a svg{width:18px;height:18px;display:block}
.wooh-social-icons a:hover{background:var(--acid);border-color:var(--acid);color:#080908;transform:translateY(-2px)}
.footer-social-icons{margin-top:20px}
.contact-social-icons{margin-top:18px}
.contact-social-icons a{border-color:#d2cfc7;color:#54584f}
.contact-social-icons a:hover{color:#080908;border-color:var(--acid)}

/* Portfolio: keep project file sticky and also give the visual column a fixed browser window.
   This preserves the readable left file while making the right preview behave like a real viewport. */
@media(min-width:1001px){
  .project-workspace-visual{align-self:start;min-width:0}
  .project-workspace-visual .browser-shell-v83{position:sticky;top:calc(var(--header) + 26px);max-height:calc(100vh - var(--header) - 44px);overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#3a3c36 #111}
  .project-workspace-visual .browser-longshot-page{overflow:visible}
  .project-workspace-visual .browser-shell-v83 .browser-chrome{top:0!important}
  .project-browser-kicker{position:sticky;top:var(--header);z-index:5;background:#090a09;padding:10px 0}
}

/* Front builder gallery preview */
.wooh-fb-gallery-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:8px}
.wooh-fb-gallery-preview img{width:100%;height:56px;object-fit:contain;background:#0c0f0c;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:8px}

@media(max-width:980px){.wooh-client-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.wooh-client-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wooh-client-logos-head{align-items:flex-start;flex-direction:column}.brand .custom-logo-img{max-width:48vw!important}}

/* ============================================================
   V9.0 — STABILITY + CONTACT + SCROLL-LINKED PORTFOLIO
   ============================================================ */

/* Stable header: never hide, never inherit page opacity, keep contrast. */
html body .site-header.wooh-fixed-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:99999!important;transform:none!important;opacity:1!important;visibility:visible!important;background:rgba(7,8,7,.93)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(16px) saturate(1.08)!important;-webkit-backdrop-filter:blur(16px) saturate(1.08)!important}
body.admin-bar .site-header.wooh-fixed-header{top:32px!important}
.site-header.wooh-fixed-header .header-inner{height:72px!important}
.site-header.wooh-fixed-header .nav a{color:#f4f5ef!important}
.site-header.wooh-fixed-header .brand{opacity:1!important;filter:none!important}

/* Home hero must open readable after the old style-slider bug. */
.wooh-hero-module .wooh-hero-title,.wooh-hero-module .hero-title-inner{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;text-shadow:none!important}
.wooh-hero-module .wooh-hero-copy{opacity:1!important;filter:none!important}

/* Generic front-builder typography / color layer for internal sections. */
.wooh-page-hero,.services-v85-practices,.services-v85-engagement,.services-v85-amazon,.services-v85-faq,.about-v85-practices,.contact-v90-hero,.contact-v90-channels,.contact-v90-form-section,.wooh-client-logos{background:var(--wooh-section-bg,inherit)}
.wooh-page-hero .wooh-page-title,.services-v85-section-head h2,.services-v85-amazon h2,.services-v85-faq h2,.about-v85-section-head h2,.contact-v90-title,.contact-v90-channels-head h2,.contact-v90-form-head h2,.wooh-client-logos-head>span{font-family:var(--wooh-section-title-font,inherit)!important;font-size:var(--wooh-section-title-size,inherit)!important;color:var(--wooh-section-title-color,inherit)!important}
.wooh-page-hero .wooh-page-lead p,.services-v85-intro p,.services-v85-section-head>p,.services-v85-amazon-grid>div:first-child>p,.services-faq-list p,.about-v85-section-head>p,.contact-v90-lead,.contact-v90-channels-head p,.contact-v90-form-head p,.wooh-client-logos-head small{font-family:var(--wooh-section-body-font,inherit)!important;font-size:var(--wooh-section-body-size,inherit)!important;color:var(--wooh-section-body-color,inherit)!important}

/* Service archive hover: premium contrast, no washed-out pale green panel. */
.about-v85-service-list a,.services-v85-stack>a{transition:background .26s ease,color .26s ease,border-color .26s ease,transform .26s ease,box-shadow .26s ease}
.about-v85-service-list a:hover{background:#0a0b0a!important;color:#fff!important;border-color:#0a0b0a!important;box-shadow:0 18px 42px rgba(0,0,0,.08)}
.about-v85-service-list a:hover strong{color:#fff!important}.about-v85-service-list a:hover p{color:#bfc3b9!important}.about-v85-service-list a:hover b,.about-v85-service-list a:hover>span{color:var(--wooh-section-accent,var(--acid))!important}
.service-v85-card:hover{transform:translateY(-5px)!important;box-shadow:0 30px 80px rgba(0,0,0,.18)!important}
.service-v85-card:hover .service-v85-copy h2,.service-v85-card:hover .service-v85-arrow{color:var(--wooh-hover-accent,var(--acid))!important}

/* Portfolio: no nested scrollbar. Browser stays fixed and the longshot moves with PAGE scroll. */
@media(min-width:1001px){
  .project-workspace-grid{align-items:start!important}
  .project-workspace-sticky{position:sticky!important;top:calc(var(--header) + 22px)!important;max-height:none!important;overflow:visible!important;padding-right:14px!important}
  .project-workspace-visual{min-width:0!important;align-self:stretch!important}
  .project-workspace-visual-sticky{position:sticky!important;top:calc(var(--header) + 18px)!important}
  .project-workspace-visual .browser-shell-v83{position:relative!important;top:auto!important;max-height:none!important;overflow:hidden!important;scrollbar-width:none!important}
  .project-browser-kicker{position:relative!important;top:auto!important;padding:8px 0 12px!important;background:#090a09!important}
  .browser-viewport-autoscroll{height:calc(100vh - var(--header) - 155px);min-height:560px;overflow:hidden!important;position:relative;background:#fff}
  .browser-longshot-page{position:absolute!important;left:0;right:0;top:0;height:auto!important;overflow:visible!important;will-change:transform;transform:translate3d(0,0,0)}
  .browser-longshot-page img{width:100%!important;height:auto!important;max-width:none!important;display:block}
  .browser-chrome{position:relative!important;top:auto!important}
}
@media(max-width:1000px){.project-workspace-visual-sticky{position:relative}.browser-viewport-autoscroll{height:auto;overflow:visible}.browser-longshot-page{position:relative;transform:none!important}}

/* Compact footer with CTA in the brand column. */
.site-footer-v90{padding:30px 0 18px!important}
.footer-v90-grid{display:grid;grid-template-columns:minmax(340px,1.6fr) .7fr .95fr;gap:48px;align-items:start}
.footer-v90-brand p{max-width:480px;margin:12px 0 18px;color:#8f938a;font-size:.9rem;line-height:1.55}
.footer-v90-cta{min-height:42px;padding:0 18px;font-size:.83rem}
.footer-v90-col{display:grid;align-content:start;gap:11px}.footer-v90-col>a,.footer-v90-col>span{color:#9b9f96;font-size:.82rem}.footer-v90-col>a:hover{color:#fff}
.footer-v90-contact .footer-social-icons{margin-top:8px}
.footer-v90-bottom{margin-top:24px;padding-top:15px!important;font-size:.68rem!important}
@media(max-width:900px){.footer-v90-grid{grid-template-columns:1fr 1fr}.footer-v90-brand{grid-column:1/-1}}
@media(max-width:620px){.footer-v90-grid{grid-template-columns:1fr;gap:28px}.footer-v90-brand{grid-column:auto}.site-footer-v90{padding-top:26px!important}}

/* New Contact architecture. */
.contact-v90-page{background:var(--paper);color:var(--ink)}
.contact-v90-hero{position:relative;overflow:hidden;padding:calc(var(--header) + 95px) 0 90px;color:#fff;background:var(--wooh-section-bg,#080908)}
.contact-v90-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.55fr);gap:80px;align-items:end;position:relative;z-index:2}
.contact-v90-title{font-size:var(--wooh-section-title-size,clamp(4rem,7vw,8rem));line-height:.9;letter-spacing:-.065em;max-width:10ch;margin:16px 0 24px}
.contact-v90-lead{max-width:650px;font-size:var(--wooh-section-body-size,1.1rem);line-height:1.65;margin:0}
.contact-v90-hero-meta{display:grid;gap:8px;text-align:right;font:700 .64rem/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;color:#73786d}
.contact-v90-hero-meta strong{color:#d6d9d1;font-size:.72rem}
.contact-v90-orbit{position:absolute;width:min(720px,48vw);aspect-ratio:1;right:-9vw;top:8%;border:1px solid rgba(231,255,79,.08);border-radius:50%}
.contact-v90-orbit i{position:absolute;inset:12%;border:1px solid rgba(255,255,255,.05);border-radius:50%;transform:rotate(32deg)}.contact-v90-orbit i:nth-child(2){inset:28%;transform:rotate(78deg)}.contact-v90-orbit i:nth-child(3){width:10px;height:10px;inset:auto;left:18%;top:22%;background:var(--acid);border:0;box-shadow:0 0 25px rgba(231,255,79,.65)}
.contact-v90-channels{padding:70px 0;background:var(--wooh-section-bg,#0b0c0b);color:#fff}
.contact-v90-channels-head{display:grid;grid-template-columns:1.1fr .8fr;gap:70px;align-items:end;margin-bottom:32px}.contact-v90-channels-head h2{margin:0;line-height:.96;letter-spacing:-.045em}.contact-v90-channels-head p{margin:0;max-width:520px}
.contact-v90-channel-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.1);border-left:1px solid rgba(255,255,255,.1)}
.contact-v90-channel{min-height:190px;padding:25px;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:space-between;position:relative;transition:background .25s ease,color .25s ease}
.contact-v90-channel>span{font:700 .62rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em;color:#73786e}.contact-v90-channel>strong{font-size:1.4rem;line-height:1.1}.contact-v90-channel>b{position:absolute;right:24px;bottom:24px;color:var(--wooh-section-accent,var(--acid))}.contact-v90-channel[href]:hover{background:var(--wooh-section-accent,var(--acid));color:#080908}.contact-v90-channel[href]:hover>span,.contact-v90-channel[href]:hover>b{color:#080908}
.contact-v90-social-card .wooh-social-icons{margin-top:24px}
.contact-v90-form-section{padding:95px 0 110px;background:var(--wooh-section-bg,var(--paper))}
.contact-v90-form-grid{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:80px;align-items:start}
.contact-v90-form-head{position:sticky;top:calc(var(--header) + 30px)}.contact-v90-form-head h2{line-height:.96;letter-spacing:-.05em;margin:13px 0 18px}.contact-v90-form-head p{max-width:490px;line-height:1.6}
.contact-v90-steps{display:grid;gap:0;margin-top:34px;border-top:1px solid var(--dark-line)}.contact-v90-steps>div{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid var(--dark-line);align-items:center}.contact-v90-steps span{font:700 .64rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#8b8e86}.contact-v90-steps b{font-size:.88rem}
.contact-v90-form-card{background:#fff;border:1px solid #d9d6ce;border-radius:26px;padding:28px;box-shadow:0 22px 70px rgba(0,0,0,.05)}
.contact-form-v90{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form-v90 .field{margin:0}.contact-form-v90 .field.full{grid-column:1/-1}.contact-form-v90 input,.contact-form-v90 select,.contact-form-v90 textarea{background:#f6f4ee;border:1px solid #ddd9d0}.contact-form-v90 input:focus,.contact-form-v90 select:focus,.contact-form-v90 textarea:focus{border-color:#9aa45c;box-shadow:0 0 0 3px rgba(231,255,79,.22)}
@media(max-width:900px){.contact-v90-hero-grid,.contact-v90-channels-head,.contact-v90-form-grid{grid-template-columns:1fr}.contact-v90-hero-meta{text-align:left}.contact-v90-channel-grid{grid-template-columns:1fr}.contact-v90-form-head{position:relative;top:auto}}
@media(max-width:620px){.contact-v90-hero{padding-top:calc(var(--header) + 60px)}.contact-form-v90{grid-template-columns:1fr}.contact-v90-form-card{padding:20px;border-radius:20px}}

/* Client-logo strip follows live colors now. */
.wooh-client-logos{background:var(--wooh-section-bg,#090a09)!important}.wooh-client-logos-head>span{color:var(--wooh-section-title-color,#fff)!important}.wooh-client-logos-head small{color:var(--wooh-section-body-color,#7f8479)!important}.wooh-client-logo:hover{background:color-mix(in srgb,var(--wooh-section-accent,var(--acid)) 8%,transparent)!important}
.about-v85-work{background:var(--wooh-section-bg,#080908)!important}.about-v85-work .about-v85-section-head h2{font-family:var(--wooh-section-title-font,inherit)!important;font-size:var(--wooh-section-title-size,inherit)!important;color:var(--wooh-section-title-color,#fff)!important}.about-v85-work .about-v85-project span{font-family:var(--wooh-section-body-font,inherit)!important;font-size:var(--wooh-section-body-size,inherit)!important;color:var(--wooh-section-body-color,#c4c8be)!important}
.about-v85-work + .wooh-cta-module,.wooh-services-v85>.wooh-cta-module{background:var(--wooh-section-bg,var(--paper))!important}.about-v85-work + .wooh-cta-module h2,.wooh-services-v85>.wooh-cta-module h2{font-family:var(--wooh-section-title-font,inherit)!important;font-size:var(--wooh-section-title-size,inherit)!important;color:var(--wooh-section-title-color,inherit)!important}.about-v85-work + .wooh-cta-module .eyebrow,.wooh-services-v85>.wooh-cta-module .eyebrow{font-family:var(--wooh-section-body-font,inherit)!important;font-size:var(--wooh-section-body-size,inherit)!important;color:var(--wooh-section-body-color,inherit)!important}

/* ============================================================
   V9.0.1 — REPAIR PATCH: readable Home + natural project scroll
   ============================================================ */

/* PROJECT CASE STUDY
   Left column stays sticky. Right column is normal document flow.
   The long screenshot itself creates the page height and scrolls with the page. */
@media (min-width:1001px){
  .project-workspace{min-height:0!important}
  .project-workspace-grid{align-items:start!important}
  .project-workspace-sidebar{align-self:stretch!important}
  .project-workspace-sticky{
    position:sticky!important;
    top:calc(var(--header) + 22px)!important;
    max-height:none!important;
    overflow:visible!important;
    padding-right:14px!important;
  }
  .project-workspace-visual,
  .project-workspace-visual-flow{
    position:relative!important;
    top:auto!important;
    align-self:start!important;
    min-width:0!important;
  }
  .project-workspace-visual .browser-shell-v83,
  .project-workspace-visual-flow .browser-shell-v83{
    position:relative!important;
    top:auto!important;
    max-height:none!important;
    height:auto!important;
    overflow:hidden!important;
  }
  .project-browser-kicker{
    position:relative!important;
    top:auto!important;
    padding:8px 0 12px!important;
    background:#090a09!important;
  }
  .browser-viewport-natural{
    position:relative!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    background:#fff!important;
  }
  .browser-viewport-natural .browser-longshot-page,
  .project-workspace .browser-longshot-page{
    position:relative!important;
    inset:auto!important;
    height:auto!important;
    overflow:visible!important;
    transform:none!important;
    will-change:auto!important;
  }
  .browser-viewport-natural .browser-longshot-page img,
  .project-workspace .browser-longshot-page img{
    width:100%!important;
    height:auto!important;
    max-width:none!important;
    display:block!important;
    transform:none!important;
  }
  .project-workspace .browser-chrome{position:relative!important;top:auto!important}
}
@media(max-width:1000px){
  .project-workspace-sticky{position:relative!important;top:auto!important;max-height:none!important;overflow:visible!important}
  .browser-viewport-natural{height:auto!important;min-height:0!important;overflow:visible!important}
}

/* HOME HERO
   Restore the approved high-contrast treatment. Saved Live Builder values are
   repaired by Core V7.0.1; these rules only protect inheritance/opacity. */
.wooh-hero-module .wooh-hero-title,
.wooh-hero-module .wooh-hero-title > span,
.wooh-hero-module .wooh-hero-title .hero-title-inner,
.wooh-hero-module .wooh-hero-title [data-es],
.wooh-hero-module .wooh-hero-title [data-en]{
  color:var(--wooh-live-title-color,#f9f9f5)!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.wooh-hero-module .wooh-hero-copy,
.wooh-hero-module .wooh-hero-copy [data-es],
.wooh-hero-module .wooh-hero-copy [data-en]{
  color:var(--wooh-live-body-color,#c9ccc3)!important;
  opacity:1!important;
  filter:none!important;
}
.wooh-hero-module .hero-eyebrow,
.wooh-hero-module .hero-eyebrow [data-es],
.wooh-hero-module .hero-eyebrow [data-en]{color:#aeb2a8!important;opacity:1!important}

/* ============================================================
   V9.0.2 — HOME HERO HARD REPAIR + ABOUT IDENTITY HERO
   ============================================================ */

/* HOME: protect the approved high-contrast treatment from old saved builder values. */
.wooh-hero-module .wooh-hero-title,
.wooh-hero-module .wooh-hero-title > span,
.wooh-hero-module .wooh-hero-title .hero-title-inner,
.wooh-hero-module .wooh-hero-title span[data-es],
.wooh-hero-module .wooh-hero-title span[data-en]{
  color:#f9f9f5!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.wooh-hero-module .wooh-hero-copy,
.wooh-hero-module .wooh-hero-copy span,
.wooh-hero-module .hero-eyebrow,
.wooh-hero-module .hero-eyebrow span{
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.wooh-hero-module .wooh-hero-copy,
.wooh-hero-module .wooh-hero-copy span{color:#c9ccc3!important}
.wooh-hero-module .hero-eyebrow,.wooh-hero-module .hero-eyebrow span{color:#aeb2a8!important}
.wooh-hero-module::after{
  background:
    linear-gradient(90deg,rgba(5,6,5,.88) 0%,rgba(5,6,5,.64) 31%,rgba(5,6,5,.18) 56%,rgba(5,6,5,.02) 78%,rgba(5,6,5,.08) 100%),
    linear-gradient(to top,rgba(5,6,5,.42),transparent 47%)!important;
}
.wooh-hero-module .wooh-live-overlay-layer{opacity:.16!important}
.wooh-hero-module .wooh-live-bg-layer{opacity:0!important}

/* ABOUT — coded character system from the supplied WOOH hand asset. */
.about-v902-hero{
  min-height:78svh!important;
  padding:calc(var(--header) + 72px) 0 52px!important;
  align-items:center!important;
  overflow:hidden;
  background:#060806!important;
}
.about-v902-hero::after{
  width:64vw!important;height:64vw!important;right:-13vw!important;bottom:-39vw!important;
  background:radial-gradient(circle,rgba(231,255,79,.13),rgba(231,255,79,.035) 38%,transparent 69%)!important;
}
.about-v902-hero .wooh-section-shade{
  background:
    linear-gradient(90deg,rgba(4,5,4,.98) 0%,rgba(4,5,4,.88) 38%,rgba(4,5,4,.28) 61%,rgba(4,5,4,.1) 100%),
    linear-gradient(to top,rgba(4,5,4,.4),transparent 42%)!important;
}
.about-v902-grid{
  position:relative;z-index:5;
  display:grid!important;
  grid-template-columns:minmax(0,.86fr) minmax(480px,1.14fr);
  align-items:center;
  gap:42px;
  min-height:620px;
}
.about-v902-copy{position:relative;z-index:7;align-self:center;padding:20px 0}
.about-v902-copy .wooh-page-kicker{color:#a7aa9f}
.about-v902-copy .wooh-page-title{
  font-size:clamp(4rem,6.1vw,7.15rem)!important;
  line-height:.88!important;
  letter-spacing:-.067em!important;
  max-width:7.2ch!important;
  margin-top:18px!important;
  color:#f9f9f5!important;
}
.about-v902-copy .wooh-page-lead{
  display:block!important;margin-top:30px!important;max-width:600px!important;
}
.about-v902-copy .wooh-page-lead p{
  color:#c1c5bb!important;
  font-size:clamp(1rem,1.2vw,1.12rem)!important;
  line-height:1.62!important;
  max-width:590px!important;
}
.about-v902-visual{
  position:relative;
  min-height:610px;
  align-self:stretch;
  isolation:isolate;
  --hand-px:0px;
  --hand-py:0px;
}
.about-v902-character{
  position:absolute;
  z-index:5;
  left:50%;top:49%;
  width:min(560px,38vw);
  aspect-ratio:1145/1374;
  background-image:var(--about-character-image);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  transform:
    translate3d(calc(-50% + var(--about-character-x,0px) + var(--hand-px,0px)),calc(-50% + var(--about-character-y,0px) + var(--hand-py,0px)),0)
    scale(var(--about-character-scale,1));
  transform-origin:center;
  filter:
    drop-shadow(0 26px 48px rgba(0,0,0,.52))
    drop-shadow(0 0 calc(48px * var(--about-character-glow,.42)) rgba(231,255,79,.32));
  animation:woohHandFloat 6.8s ease-in-out infinite alternate;
  will-change:transform;
}
.about-v902-glow{
  position:absolute;z-index:1;
  width:min(560px,42vw);height:min(370px,28vw);
  left:52%;top:65%;transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(231,255,79,.24),rgba(231,255,79,.075) 43%,transparent 70%);
  filter:blur(22px);
  opacity:.85;
}
.about-v902-orbit{
  position:absolute;z-index:2;left:50%;top:49%;
  width:min(720px,49vw);height:min(310px,22vw);
  border:1px solid rgba(231,255,79,.24);
  border-radius:50%;
  transform:translate(-50%,-50%) rotate(-12deg);
  box-shadow:0 0 35px rgba(231,255,79,.035);
}
.about-v902-orbit::after{
  content:"";position:absolute;width:7px;height:7px;border-radius:50%;right:15%;top:5%;
  background:#e7ff4f;box-shadow:0 0 18px rgba(231,255,79,.75)
}
.about-v902-orbit.orbit-b{width:min(650px,44vw);height:min(410px,29vw);transform:translate(-50%,-50%) rotate(31deg);border-color:rgba(255,255,255,.11);animation:woohOrbitSlow 19s linear infinite}
.about-v902-orbit.orbit-c{width:min(500px,34vw);height:min(520px,35vw);transform:translate(-50%,-50%) rotate(73deg);border-color:rgba(231,255,79,.11);animation:woohOrbitSlowReverse 25s linear infinite}
.about-v902-field{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.55}
.about-v902-field::before{
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:62px 62px;
  mask-image:linear-gradient(90deg,transparent 0,#000 43%,#000 100%);
}
.about-v902-field i{position:absolute;width:2px;height:2px;border-radius:50%;background:#dfe6cf;box-shadow:0 0 8px currentColor;opacity:.55}
.about-v902-field i:nth-child(1){left:62%;top:29%}.about-v902-field i:nth-child(2){left:81%;top:44%;color:#e7ff4f}.about-v902-field i:nth-child(3){left:73%;top:72%;color:#6cbce7}
.about-v902-field b{position:absolute;width:4px;height:4px;border-radius:50%;background:#e7ff4f;opacity:.33}
.about-v902-field b:nth-of-type(1){left:58%;top:66%}.about-v902-field b:nth-of-type(2){left:89%;top:57%}.about-v902-field b:nth-of-type(3){left:78%;top:21%}
.about-v902-visual .wooh-page-lead-meta{
  position:absolute;right:10px;bottom:18px;z-index:7;
  color:#777b72!important;font-size:.67rem!important;letter-spacing:.1em!important;line-height:1.55;
}
.about-v902-hero .wooh-section-canvas{opacity:.48!important;mix-blend-mode:screen}

@keyframes woohHandFloat{
  from{translate:0 -5px}
  to{translate:0 8px}
}
@keyframes woohOrbitSlow{to{transform:translate(-50%,-50%) rotate(391deg)}}
@keyframes woohOrbitSlowReverse{to{transform:translate(-50%,-50%) rotate(-287deg)}}

@media(max-width:1080px){
  .about-v902-grid{grid-template-columns:minmax(0,.95fr) minmax(390px,1.05fr)}
  .about-v902-character{width:min(490px,43vw)}
  .about-v902-copy .wooh-page-title{font-size:clamp(3.8rem,7vw,6.4rem)!important}
}
@media(max-width:820px){
  .about-v902-hero{padding-top:calc(var(--header) + 54px)!important;padding-bottom:30px!important}
  .about-v902-grid{grid-template-columns:1fr;gap:10px;min-height:auto}
  .about-v902-copy{padding-top:34px}
  .about-v902-copy .wooh-page-title{max-width:8ch!important}
  .about-v902-visual{min-height:500px}
  .about-v902-character{width:min(460px,72vw);left:54%}
  .about-v902-orbit{width:88vw;height:36vw}.about-v902-orbit.orbit-b{width:78vw;height:50vw}.about-v902-orbit.orbit-c{width:60vw;height:64vw}
  .about-v902-visual .wooh-page-lead-meta{right:18px;bottom:8px}
}
@media(max-width:560px){
  .about-v902-copy .wooh-page-title{font-size:clamp(3.4rem,15vw,5.15rem)!important;max-width:7.5ch!important}
  .about-v902-visual{min-height:430px}
  .about-v902-character{width:88vw;left:53%;top:50%}
  .about-v902-visual .wooh-page-lead-meta{display:none}
}
@media(prefers-reduced-motion:reduce){
  .about-v902-character,.about-v902-orbit{animation:none!important}
}

/* ============================================================
   V9.0.3 — HERO STACK REPAIR + CONTACT VIOLET IDENTITY
   ============================================================ */

/* Home: the 3D scene and overlays must stay BEHIND the actual copy.
   This is intentionally high because the Live Builder creates extra stacking contexts. */
.wooh-hero-module{isolation:isolate!important}
.wooh-hero-module>.wooh-three-scene,
.wooh-hero-module>.wooh-hero-grid,
.wooh-hero-module>.wooh-hero-glow,
.wooh-hero-module>.wooh-live-bg-layer,
.wooh-hero-module>.wooh-live-overlay-layer{z-index:1!important}
.wooh-hero-module::after{z-index:2!important}
.wooh-hero-module>.container,
.wooh-hero-module .wooh-hero-content,
.wooh-hero-module .hero-eyebrow,
.wooh-hero-module .wooh-hero-title,
.wooh-hero-module .wooh-hero-copy,
.wooh-hero-module .wooh-hero-actions{position:relative!important;z-index:99!important}
.wooh-hero-module .wooh-hero-title,
.wooh-hero-module .wooh-hero-title span,
.wooh-hero-module .wooh-hero-title .hero-title-inner{color:#f9f9f5!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important}
.wooh-hero-module .wooh-hero-copy,
.wooh-hero-module .wooh-hero-copy span{color:#c9ccc3!important;opacity:1!important;filter:none!important}
.wooh-hero-module .hero-eyebrow,
.wooh-hero-module .hero-eyebrow span{color:#aeb2a8!important;opacity:1!important}
.wooh-hero-module .wooh-cyber-hud,
.wooh-hero-module .wooh-cyber-controls,
.wooh-hero-module .wooh-hero-3d-label{z-index:40!important}

/* CONTACT — intense violet identity with the supplied chrome W as an independent coded layer. */
.contact-v903-hero{
  --contact-violet:#7d3cff;
  --contact-magenta:#cf52ff;
  position:relative;
  min-height:82svh;
  padding:calc(var(--header) + 68px) 0 54px!important;
  overflow:hidden;
  isolation:isolate;
  color:#fff;
  background:
    radial-gradient(circle at 76% 41%,color-mix(in srgb,var(--wooh-section-accent,#b86cff) 36%,transparent),transparent 29%),
    radial-gradient(circle at 93% 78%,rgba(209,82,255,.24),transparent 30%),
    linear-gradient(117deg,#08060d 0%,#13081f 38%,var(--wooh-section-bg,#170826) 68%,#0b0710 100%)!important;
}
.contact-v903-hero::before{
  content:"";position:absolute;inset:-22%;z-index:0;pointer-events:none;
  background:
    radial-gradient(circle at 60% 39%,rgba(132,65,255,.5),transparent 18%),
    radial-gradient(circle at 78% 62%,rgba(227,75,255,.3),transparent 21%),
    radial-gradient(circle at 42% 84%,rgba(73,58,190,.22),transparent 25%);
  filter:blur(56px) saturate(1.28);
  opacity:.62;
  animation:woohContactAurora calc(11s / var(--contact-motion,1.35)) ease-in-out infinite alternate;
}
.contact-v903-hero::after{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(6,5,10,.97) 0%,rgba(7,5,12,.86) 35%,rgba(10,5,17,.33) 58%,rgba(7,5,12,.12) 80%,rgba(7,5,12,.38) 100%),
    linear-gradient(to top,rgba(5,4,8,.62),transparent 45%);
}
.contact-v903-aurora{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
.contact-v903-aurora i{position:absolute;border-radius:50%;filter:blur(18px);mix-blend-mode:screen;opacity:.42}
.contact-v903-aurora i:nth-child(1){width:34vw;height:34vw;right:-5vw;top:-6vw;background:radial-gradient(circle,rgba(162,69,255,.38),transparent 67%);animation:woohContactBlobA calc(9s / var(--contact-motion,1.35)) ease-in-out infinite alternate}
.contact-v903-aurora i:nth-child(2){width:22vw;height:22vw;right:24vw;bottom:-7vw;background:radial-gradient(circle,rgba(224,72,255,.3),transparent 65%);animation:woohContactBlobB calc(12s / var(--contact-motion,1.35)) ease-in-out infinite alternate}
.contact-v903-aurora i:nth-child(3){width:18vw;height:18vw;right:5vw;top:48%;background:radial-gradient(circle,rgba(91,92,255,.3),transparent 67%);animation:woohContactBlobC calc(8s / var(--contact-motion,1.35)) ease-in-out infinite alternate}
.contact-v903-gridfx{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.28;background-image:linear-gradient(rgba(205,174,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(205,174,255,.05) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(90deg,transparent 0,#000 44%,#000 100%)}
.contact-v903-hero-grid{position:relative;z-index:6;display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:36px;align-items:center;min-height:660px}
.contact-v903-copy{position:relative;z-index:8;padding:20px 0}
.contact-v903-copy .eyebrow{color:#b8a8cc!important}
.contact-v903-copy .contact-v90-title{font-size:var(--wooh-section-title-size,clamp(4.4rem,6.9vw,8.2rem))!important;line-height:.88!important;letter-spacing:-.068em!important;max-width:8.8ch;color:var(--wooh-section-title-color,#fff)!important;margin:18px 0 24px}
.contact-v903-copy .contact-v90-lead{max-width:570px;font-size:var(--wooh-section-body-size,1.08rem)!important;line-height:1.62!important;color:var(--wooh-section-body-color,#d8ccea)!important}
.contact-v903-direct{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin-top:34px;font:700 .62rem/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;color:#8e829d}
.contact-v903-direct b{font-weight:700;color:#d6c7e7}
.contact-v903-visual{position:relative;min-height:620px;align-self:stretch;isolation:isolate;--contact-px:0px;--contact-py:0px}
.contact-v903-character{position:absolute;z-index:7;left:51%;top:49%;width:min(520px,35vw);aspect-ratio:1122/1402;background-image:var(--contact-character-image);background-repeat:no-repeat;background-size:contain;background-position:center;transform:translate3d(calc(-50% + var(--contact-character-x,0px) + var(--contact-px,0px)),calc(-50% + var(--contact-character-y,0px) + var(--contact-py,0px)),0) scale(var(--contact-character-scale,1));transform-origin:center;filter:drop-shadow(0 32px 46px rgba(0,0,0,.6)) drop-shadow(0 0 calc(58px * var(--contact-character-glow,.62)) rgba(181,92,255,.68));animation:woohContactCharacterFloat calc(5.8s / var(--contact-motion,1.35)) ease-in-out infinite alternate;will-change:transform}
.contact-v903-halo{position:absolute;z-index:2;width:min(560px,41vw);height:min(410px,30vw);left:52%;top:54%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(176,80,255,.33),rgba(209,73,255,.12) 38%,transparent 70%);filter:blur(28px);opacity:.9;animation:woohContactHalo calc(7s / var(--contact-motion,1.35)) ease-in-out infinite alternate}
.contact-v903-orbits{position:absolute;z-index:3;right:3vw;top:48%;width:min(650px,45vw);height:min(420px,31vw);transform:translateY(-50%);pointer-events:none}
.contact-v903-orbits i{position:absolute;left:50%;top:50%;width:100%;height:48%;border:1px solid rgba(194,142,255,.24);border-radius:50%;transform:translate(-50%,-50%) rotate(-12deg);animation:woohContactOrbitA calc(18s / var(--contact-motion,1.35)) linear infinite}
.contact-v903-orbits i:nth-child(2){width:77%;height:76%;border-color:rgba(255,255,255,.1);transform:translate(-50%,-50%) rotate(44deg);animation:woohContactOrbitB calc(24s / var(--contact-motion,1.35)) linear infinite}
.contact-v903-orbits b{position:absolute;width:8px;height:8px;border-radius:50%;left:17%;top:25%;background:#cf52ff;box-shadow:0 0 24px rgba(207,82,255,.9),0 0 55px rgba(143,77,255,.6);animation:woohContactNode calc(4s / var(--contact-motion,1.35)) ease-in-out infinite alternate}
.contact-v903-signal{position:absolute;z-index:5;inset:0;pointer-events:none}
.contact-v903-signal span{position:absolute;width:4px;height:4px;border-radius:50%;background:#d58cff;box-shadow:0 0 14px currentColor;opacity:.55;animation:woohContactSignal calc(3.8s / var(--contact-motion,1.35)) ease-in-out infinite alternate}
.contact-v903-signal span:nth-child(1){left:19%;top:28%}.contact-v903-signal span:nth-child(2){right:9%;top:42%;animation-delay:-1.3s;background:#796cff}.contact-v903-signal span:nth-child(3){left:30%;bottom:18%;animation-delay:-2.1s;background:#f078ff}

@keyframes woohContactAurora{from{transform:translate3d(-2%,0,0) scale(.96);opacity:.48}to{transform:translate3d(5%,-3%,0) scale(1.08);opacity:.78}}
@keyframes woohContactBlobA{to{transform:translate3d(-7vw,5vw,0) scale(1.18)}}
@keyframes woohContactBlobB{to{transform:translate3d(8vw,-5vw,0) scale(.88)}}
@keyframes woohContactBlobC{to{transform:translate3d(-5vw,-4vw,0) scale(1.2)}}
@keyframes woohContactCharacterFloat{from{translate:0 -7px;rotate:-.45deg}to{translate:0 10px;rotate:.65deg}}
@keyframes woohContactHalo{from{scale:.91;opacity:.58}to{scale:1.09;opacity:1}}
@keyframes woohContactOrbitA{to{transform:translate(-50%,-50%) rotate(348deg)}}
@keyframes woohContactOrbitB{to{transform:translate(-50%,-50%) rotate(-316deg)}}
@keyframes woohContactNode{to{transform:translate(16px,-12px) scale(1.5);opacity:.5}}
@keyframes woohContactSignal{to{transform:translate(9px,-13px) scale(1.7);opacity:.95}}

@media(max-width:980px){
  .contact-v903-hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);min-height:610px}
  .contact-v903-character{width:min(460px,42vw)}
}
@media(max-width:760px){
  .contact-v903-hero{min-height:auto;padding-top:calc(var(--header) + 54px)!important;padding-bottom:28px!important}
  .contact-v903-hero-grid{grid-template-columns:1fr;gap:8px;min-height:auto}
  .contact-v903-copy .contact-v90-title{font-size:clamp(3.5rem,14.5vw,5.4rem)!important;max-width:8ch}
  .contact-v903-visual{min-height:460px}
  .contact-v903-character{width:min(430px,76vw);left:53%;top:49%}
  .contact-v903-orbits{right:-12vw;top:73%;width:92vw;height:56vw}
  .contact-v903-gridfx{opacity:.2}
}
@media(prefers-reduced-motion:reduce){.contact-v903-hero::before,.contact-v903-aurora i,.contact-v903-character,.contact-v903-halo,.contact-v903-orbits i,.contact-v903-orbits b,.contact-v903-signal span{animation:none!important}}

/* ============================================================
   V9.0.4 — IDENTITY CHARACTERS + FLOATING CONTACT
   ============================================================ */

/* ABOUT: neon green wireframe character. The PNG is independent;
   atmosphere, orbit, particles and movement remain code-driven. */
.about-v902-hero{
  --about-neon:#36ff45;
  --about-neon-soft:#baff64;
  --about-character-float-speed:6.4s;
  --about-parallax:18;
  --about-particles:.78;
}
.about-v902-character{
  filter:
    drop-shadow(0 28px 52px rgba(0,0,0,.62))
    drop-shadow(0 0 calc(64px * var(--about-character-glow,.72)) rgba(42,255,66,.72))
    drop-shadow(0 0 calc(18px * var(--about-character-glow,.72)) rgba(203,255,145,.52));
  animation-duration:var(--about-character-float-speed,6.4s)!important;
}
.about-v902-glow{
  background:radial-gradient(ellipse,rgba(41,255,65,.34),rgba(74,255,86,.1) 42%,transparent 72%)!important;
  filter:blur(28px)!important;
}
.about-v902-orbit{border-color:rgba(54,255,69,.34)!important;box-shadow:0 0 42px rgba(54,255,69,.055)!important}
.about-v902-orbit::after{background:var(--about-neon)!important;box-shadow:0 0 22px rgba(54,255,69,.9)!important}
.about-v902-orbit.orbit-b{border-color:rgba(225,255,224,.14)!important}
.about-v902-orbit.orbit-c{border-color:rgba(54,255,69,.18)!important}
.about-v902-field{opacity:calc(.72 * var(--about-particles,.78))!important}
.about-v902-field i:nth-child(2),.about-v902-field b{color:var(--about-neon)!important;background:var(--about-neon)!important}
.about-v902-hero::after{background:radial-gradient(circle,rgba(54,255,69,.15),rgba(54,255,69,.035) 38%,transparent 69%)!important}

/* About WHY badge: larger W, cleaner centre, keeps rotating ring in code. */
.about-stamp-w{transform:scale(1.08);transform-origin:center;transition:transform .35s ease,filter .35s ease}
.about-stamp-w:hover{transform:scale(1.14);filter:drop-shadow(0 0 20px rgba(54,255,69,.18))}
.about-stamp-w .stamp-core{background:radial-gradient(circle,rgba(54,255,69,.1),transparent 62%)}
.about-stamp-w .stamp-about-w{
  position:absolute;left:50%;top:50%;z-index:5;transform:translate(-50%,-50%);
  font:800 2.45rem/1 Inter,ui-sans-serif,system-ui,sans-serif;
  letter-spacing:-.12em;color:#f8fff5;text-shadow:0 0 20px rgba(54,255,69,.36);
}
.about-stamp-w .stamp-center-label{display:none}
.about-stamp-w .stamp-orbit{border-color:rgba(54,255,69,.32)}
.about-stamp-w .stamp-orbit i{background:#36ff45!important;box-shadow:0 0 14px rgba(54,255,69,.9)!important}
.about-stamp-w .stamp-ring text{fill:#eef7ea}

/* CONTACT: the supplied violet W is the foreground asset. */
.contact-v903-hero{--contact-motion:1.55;--contact-parallax:22;--contact-particles:.88}
.contact-v903-character{
  filter:drop-shadow(0 34px 50px rgba(0,0,0,.68)) drop-shadow(0 0 calc(76px * var(--contact-character-glow,.72)) rgba(218,52,255,.82)) drop-shadow(0 0 18px rgba(115,71,255,.72))!important;
}
.contact-v903-signal{opacity:var(--contact-particles,.88)}
.contact-v903-aurora{opacity:calc(.65 + (.35 * var(--contact-particles,.88)))}

/* Global floating contact module */
.wooh-contact-float{
  --float-accent:#e7ff4f;
  position:fixed;z-index:99980;bottom:22px;display:flex;flex-direction:column;align-items:flex-end;gap:10px;
  opacity:0;visibility:hidden;transform:translateY(18px) scale(.96);transition:opacity .35s ease,transform .35s ease,visibility .35s;
  pointer-events:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.wooh-contact-float.is-right{right:22px}.wooh-contact-float.is-left{left:22px;align-items:flex-start}
.wooh-contact-float.is-ready{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.wooh-contact-float-launcher{
  appearance:none;border:1px solid rgba(255,255,255,.15);background:rgba(7,9,7,.9);color:#f7f8f3;
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:999px;padding:10px 12px 10px 10px;
  display:flex;align-items:center;gap:9px;font:750 .78rem/1 Inter,ui-sans-serif,system-ui,sans-serif;cursor:pointer;
  box-shadow:0 18px 48px rgba(0,0,0,.28);transition:transform .25s ease,border-color .25s ease,background .25s ease,color .25s ease;
}
.wooh-contact-float-launcher:hover,.wooh-contact-float.is-open .wooh-contact-float-launcher{transform:translateY(-2px);border-color:color-mix(in srgb,var(--float-accent) 52%,transparent);background:var(--float-accent);color:#090b08}
.wooh-contact-float-launcher b{font-size:.9rem}.wooh-contact-float-dot{width:24px;height:24px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff 0 5%,var(--float-accent) 19%,color-mix(in srgb,var(--float-accent) 32%,#071007) 68%);box-shadow:0 0 16px color-mix(in srgb,var(--float-accent) 60%,transparent);position:relative}
.wooh-contact-float-dot::after{content:"";position:absolute;inset:7px;border:1px solid rgba(0,0,0,.5);border-radius:50%}
.wooh-contact-float-panel{
  position:absolute;right:0;bottom:54px;width:min(320px,calc(100vw - 28px));padding:22px;
  border:1px solid color-mix(in srgb,var(--float-accent) 24%,rgba(255,255,255,.1));border-radius:20px;
  background:linear-gradient(145deg,rgba(9,11,9,.97),rgba(11,13,11,.93));color:#f6f7f2;
  box-shadow:0 28px 80px rgba(0,0,0,.42),0 0 42px color-mix(in srgb,var(--float-accent) 8%,transparent);
  backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);
  opacity:0;visibility:hidden;transform:translateY(12px) scale(.97);transform-origin:bottom right;transition:opacity .25s ease,transform .25s ease,visibility .25s;
}
.wooh-contact-float.is-left .wooh-contact-float-panel{left:0;right:auto;transform-origin:bottom left}
.wooh-contact-float.is-open .wooh-contact-float-panel{opacity:1;visibility:visible;transform:none}
.wooh-contact-float-dismiss{position:absolute;right:12px;top:10px;border:0;background:transparent;color:#7e8279;font-size:1.3rem;line-height:1;cursor:pointer;padding:4px 7px;border-radius:50%}.wooh-contact-float-dismiss:hover{color:#fff;background:rgba(255,255,255,.06)}
.wooh-contact-float-kicker{font:800 .55rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.16em;color:var(--float-accent);margin-bottom:16px}
.wooh-contact-float-panel h3{font-size:1.55rem;line-height:1;letter-spacing:-.045em;margin:0 26px 9px 0;color:#fff}
.wooh-contact-float-panel p{margin:0 0 18px;color:#aeb2a9;font-size:.86rem;line-height:1.5;max-width:28ch}
.wooh-contact-float-actions{display:grid;gap:7px}
.wooh-contact-float-actions>a{min-height:48px;padding:9px 11px;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:9px;color:#f6f7f2;text-decoration:none;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}
.wooh-contact-float-actions>a:hover{background:var(--float-accent);border-color:var(--float-accent);color:#090b08;transform:translateX(2px)}
.wooh-contact-float-actions i{width:22px;height:22px;display:grid;place-items:center}.wooh-contact-float-actions svg{width:21px;height:21px;display:block}.wooh-contact-float-actions span{font-weight:650;font-size:.84rem}.wooh-contact-float-actions b{font-size:.92rem}

@media(max-width:640px){
  .wooh-contact-float{bottom:14px}.wooh-contact-float.is-right{right:14px}.wooh-contact-float.is-left{left:14px}
  .wooh-contact-float-launcher{width:46px;height:46px;padding:0;display:grid;place-items:center}.wooh-contact-float-launcher>span:not(.wooh-contact-float-dot),.wooh-contact-float-launcher>b{display:none}.wooh-contact-float-dot{width:28px;height:28px}
  .wooh-contact-float-panel{bottom:56px;width:min(300px,calc(100vw - 28px));padding:20px}
}
@media(prefers-reduced-motion:reduce){.wooh-contact-float,.wooh-contact-float-panel,.wooh-contact-float-launcher{transition:none!important}}

/* ==========================================================
   V9.0.5 — GLOBAL CONVERSION CTA / CONTACT-INTEGRATED STYLE
   ========================================================== */
.wooh-contact-float{bottom:20px;z-index:100200;opacity:1;visibility:visible;transform:none;pointer-events:auto}
.wooh-contact-float:not(.is-ready){opacity:0;transform:translateY(8px)}
.wooh-contact-float-launcher{
  min-height:48px;padding:7px 16px 7px 8px;gap:10px;
  border-color:color-mix(in srgb,var(--float-accent) 28%,rgba(255,255,255,.13));
  background:linear-gradient(135deg,rgba(9,11,9,.96),rgba(15,17,14,.93));
  box-shadow:0 18px 52px rgba(0,0,0,.34),0 0 30px color-mix(in srgb,var(--float-accent) 8%,transparent);
}
.wooh-contact-float-launcher::before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(115deg,color-mix(in srgb,var(--float-accent) 72%,transparent),transparent 35%,rgba(255,255,255,.12),transparent 72%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.7}
.wooh-contact-float-launcher{position:relative;overflow:hidden}
.wooh-contact-float-dot{width:30px;height:30px;background:transparent;box-shadow:none;border:1px solid color-mix(in srgb,var(--float-accent) 64%,rgba(255,255,255,.16));display:grid;place-items:center}
.wooh-contact-float-dot::before{content:"↗";font:800 .72rem/1 Inter,sans-serif;color:var(--float-accent)}
.wooh-contact-float-dot::after{inset:5px;border-color:color-mix(in srgb,var(--float-accent) 35%,transparent)}
.wooh-contact-float-launcher:hover,.wooh-contact-float.is-open .wooh-contact-float-launcher{background:var(--float-accent);color:#090b08;box-shadow:0 18px 54px rgba(0,0,0,.32),0 0 36px color-mix(in srgb,var(--float-accent) 25%,transparent)}
.wooh-contact-float-launcher:hover .wooh-contact-float-dot,.wooh-contact-float.is-open .wooh-contact-float-dot{border-color:#090b08}.wooh-contact-float-launcher:hover .wooh-contact-float-dot::before,.wooh-contact-float.is-open .wooh-contact-float-dot::before{color:#090b08}

.wooh-contact-float-panel{
  bottom:60px;width:min(330px,calc(100vw - 28px));padding:20px;
  border-radius:18px;border-color:color-mix(in srgb,var(--float-accent) 42%,rgba(255,255,255,.08));
  background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--float-accent) 13%,transparent),transparent 42%),linear-gradient(145deg,rgba(8,9,8,.985),rgba(13,14,12,.965));
  box-shadow:0 32px 90px rgba(0,0,0,.5),0 0 52px color-mix(in srgb,var(--float-accent) 12%,transparent);
}
.wooh-contact-float-panel::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,color-mix(in srgb,var(--float-accent) 12%,transparent),transparent 28% 72%,color-mix(in srgb,var(--float-accent) 7%,transparent));}
.wooh-contact-float-panel>*{position:relative;z-index:1}
.wooh-contact-float-kicker{margin-bottom:13px}
.wooh-contact-float-panel h3{font-size:1.45rem;margin-bottom:7px}
.wooh-contact-float-panel p{margin-bottom:15px}
.wooh-contact-float-actions{gap:9px}
.wooh-contact-float-actions>a{
  min-height:52px;padding:10px 13px;border-radius:14px;
  border-color:color-mix(in srgb,var(--float-accent) 24%,rgba(255,255,255,.12));
  background:rgba(255,255,255,.018);
}
.wooh-contact-float-actions>a.is-whatsapp{border-color:color-mix(in srgb,var(--float-accent) 62%,rgba(255,255,255,.12));box-shadow:inset 0 0 22px color-mix(in srgb,var(--float-accent) 5%,transparent)}
.wooh-contact-float-actions>a.is-whatsapp i{color:var(--float-accent)}
.wooh-contact-float-actions>a:hover{background:var(--float-accent);border-color:var(--float-accent);color:#080908;box-shadow:0 0 28px color-mix(in srgb,var(--float-accent) 18%,transparent)}
.wooh-contact-float-actions>a:hover i{color:#080908}

/* Contact uses its violet identity; same module, contextual accent. */
.wooh-contact-float.is-contact-page .wooh-contact-float-panel{background:radial-gradient(circle at 88% 0%,rgba(216,76,255,.17),transparent 44%),linear-gradient(145deg,rgba(11,5,17,.985),rgba(14,7,20,.97))}

@media(max-width:640px){
  .wooh-contact-float-launcher{width:50px;height:50px;padding:0;border-radius:50%}
  .wooh-contact-float-dot{width:34px;height:34px}
  .wooh-contact-float-panel{bottom:60px}
}

/* ==========================================================
   WOOH V9.0.6 — POLISH / CYBER CONTROLS / CONVERSION
   ========================================================== */

/* Home hero: a calmer editorial scale. The Live Builder can still move it,
   but the default no longer overwhelms the composition. */
.wooh-hero-module .wooh-hero-title{
  font-size:min(var(--wooh-live-title-size,116px),12.8vw)!important;
  max-width:920px!important;
}
@media(max-width:1280px){.wooh-hero-module .wooh-hero-title{font-size:min(var(--wooh-live-title-size,108px),11.2vw)!important}}
@media(max-width:760px){.wooh-hero-module .wooh-hero-title{font-size:min(var(--wooh-live-title-size,82px),15vw)!important}}

/* Cyber World: green + violet are now first-class editable colors. */
.wooh-cyber-hero{
  --wooh-cyber-primary:#dfff3f;
  --wooh-cyber-secondary:#b84cff;
  --wooh-cyber-tertiary:#59b7ff;
  --wooh-cyber-intensity:1.22;
  --wooh-cyber-scale:1;
}
.wooh-cyber-hero .wooh-hero-glow{
  background:
    radial-gradient(circle at 78% 35%,color-mix(in srgb,var(--wooh-cyber-secondary) 28%,transparent),transparent 35%),
    radial-gradient(circle at 67% 54%,color-mix(in srgb,var(--wooh-cyber-primary) 22%,transparent),transparent 43%),
    radial-gradient(circle at 86% 72%,color-mix(in srgb,var(--wooh-cyber-tertiary) 13%,transparent),transparent 34%)!important;
  opacity:.92!important;
  filter:blur(4px) saturate(1.22)!important;
}
.wooh-cyber-hero::before{
  background:
    radial-gradient(circle at 72% 30%,color-mix(in srgb,var(--wooh-cyber-secondary) 17%,transparent),transparent 31%),
    radial-gradient(circle at 62% 52%,color-mix(in srgb,var(--wooh-cyber-primary) 13%,transparent),transparent 42%),
    linear-gradient(90deg,rgba(5,6,5,.86) 0%,rgba(5,6,5,.3) 53%,rgba(5,6,5,.08) 100%)!important;
  opacity:.98!important;
}
.wooh-cyber-hero .wooh-cyber-crosshair::before{border-color:color-mix(in srgb,var(--wooh-cyber-secondary) 58%,var(--wooh-cyber-primary))!important}
.wooh-cyber-hero .cyber-status-dot{background:var(--wooh-cyber-primary)!important;box-shadow:0 0 12px color-mix(in srgb,var(--wooh-cyber-primary) 70%,transparent)!important}

/* Defensive fix for the tiny/huge stamp-label regression caused by old saved style values. */
.wooh-manifesto-module .orbital-stamp-v81.dark .stamp-center-label{
  font-size:18px!important;line-height:1!important;letter-spacing:.08em!important;
  width:auto!important;height:auto!important;padding:0!important;background:transparent!important;
  color:#fff!important;opacity:.72!important;transform:none!important;
}
.wooh-manifesto-module .orbital-stamp-v81.dark .stamp-core{background:transparent!important}

/* Contact hero — direct conversion actions, same language as the approved visual. */
.contact-v903-hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:30px}
.contact-v903-hero-cta{
  min-width:184px;min-height:54px;padding:0 18px;border:1px solid rgba(216,76,255,.36);border-radius:999px;
  display:inline-flex;align-items:center;gap:11px;color:#fff;text-decoration:none;background:rgba(12,5,18,.36);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 0 28px rgba(196,51,255,.055);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease;
}
.contact-v903-hero-cta i{width:22px;height:22px;display:grid;place-items:center;color:#f5eaff}.contact-v903-hero-cta i svg{width:21px;height:21px}
.contact-v903-hero-cta span{font-weight:700}.contact-v903-hero-cta b{margin-left:auto;font-size:.9rem}
.contact-v903-hero-cta:hover{transform:translateY(-2px);border-color:#d84cff;background:rgba(119,18,155,.22);box-shadow:0 0 34px rgba(216,76,255,.17)}
.contact-v903-hero-cta.is-whatsapp{border-color:rgba(216,76,255,.68);box-shadow:0 0 28px rgba(216,76,255,.09)}
@media(max-width:680px){.contact-v903-hero-actions{gap:9px}.contact-v903-hero-cta{min-width:0;flex:1;justify-content:center}.contact-v903-direct{margin-top:22px}}

/* Floating contact is intentionally CLOSED on load; only the launcher is visible. */
.wooh-contact-float:not(.is-open) .wooh-contact-float-panel{pointer-events:none}

/* Copyright can now carry the complete legal sentence without stretching the footer. */
.footer-v90-bottom span:first-child{max-width:720px}

/* ==========================================================
   WOOH V9.0.7 — SERVICES REBUILD / DISTINCT VISUAL SYSTEMS
   Pure code: Canvas + CSS only. No hero raster required.
   ========================================================== */
.wooh-services-v907{background:#070807}

/* HERO — stronger coded visual, lime + violet + electric blue. */
.services-v907-hero{
  --services-c1:#dfff3f;--services-c2:#b84cff;--services-c3:#59b7ff;
  --services-density:.92;--services-core-scale:1;
  min-height:min(860px,92vh)!important;background:var(--wooh-section-bg,#070807)!important;
  border-bottom:1px solid rgba(223,255,63,.12);overflow:hidden!important;
}
.services-v907-hero::before{
  content:"";position:absolute;inset:-12%;z-index:0;pointer-events:none;
  background:
    radial-gradient(circle at 77% 36%,color-mix(in srgb,var(--services-c2) 25%,transparent),transparent 28%),
    radial-gradient(circle at 71% 51%,color-mix(in srgb,var(--services-c1) 20%,transparent),transparent 37%),
    radial-gradient(circle at 92% 72%,color-mix(in srgb,var(--services-c3) 14%,transparent),transparent 31%);
  filter:blur(14px) saturate(1.35);opacity:var(--services-density);animation:servicesV907Aurora 12s ease-in-out infinite alternate;
}
.services-v907-hero .wooh-section-canvas{z-index:1!important;opacity:.98!important;mix-blend-mode:screen!important;filter:saturate(1.28) contrast(1.08)}
.services-v907-hero .wooh-section-shade{z-index:3!important;background:linear-gradient(90deg,rgba(5,6,5,.97) 0%,rgba(5,6,5,.86) 34%,rgba(5,6,5,.30) 66%,rgba(5,6,5,.08) 100%),linear-gradient(180deg,rgba(5,6,5,.02),rgba(5,6,5,.28))!important}
.services-v907-gridfx{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:.30;background-image:linear-gradient(rgba(223,255,63,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(184,76,255,.042) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(90deg,transparent 0,#000 41%,#000 100%)}
.services-v907-hero-content{position:relative;z-index:8!important;display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(360px,.68fr);gap:70px;align-items:end;min-height:min(780px,84vh);padding-top:calc(var(--header) + 72px);padding-bottom:72px}
.services-v907-hero-copy{max-width:830px}
.services-v907-hero .wooh-page-kicker{color:color-mix(in srgb,var(--services-c1) 72%,#fff)!important;font:700 .68rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.16em;text-transform:uppercase}
.services-v907-hero .wooh-page-title{font-size:var(--wooh-section-title-size,clamp(4.6rem,7vw,8rem))!important;line-height:.88!important;letter-spacing:-.067em!important;max-width:10ch!important;color:var(--wooh-section-title-color,#fff)!important;margin:22px 0 28px!important;text-wrap:balance}
.services-v907-hero .wooh-page-lead{display:block!important}.services-v907-hero .wooh-page-lead p{font-size:var(--wooh-section-body-size,1.1rem)!important;line-height:1.62!important;max-width:620px!important;color:var(--wooh-section-body-color,#c7cbc2)!important;margin:0!important}
.services-v907-hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:32px}.services-v907-hero-actions .btn{min-height:52px;padding-inline:20px}.services-v907-hero-secondary{border-color:rgba(255,255,255,.17)!important;background:rgba(5,6,5,.28)!important;color:#fff!important}.services-v907-hero-secondary:hover{border-color:var(--services-c2)!important;box-shadow:0 0 28px color-mix(in srgb,var(--services-c2) 14%,transparent)!important}
.services-v907-hero-meta{justify-self:end;align-self:end;padding:18px 0 4px;display:grid;gap:8px;text-align:right;font:650 .62rem/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;color:#899084}.services-v907-hero-meta span{color:var(--services-c1);font-size:.7rem}.services-v907-hero-meta b{font-weight:650}

/* Coded four-lobe core. */
.services-v907-core{position:absolute;z-index:4;right:7vw;top:51%;width:min(480px,34vw);aspect-ratio:1;transform:translateY(-50%) scale(var(--services-core-scale));pointer-events:none;filter:drop-shadow(0 0 50px color-mix(in srgb,var(--services-c1) 12%,transparent));animation:servicesV907CoreFloat 7s ease-in-out infinite alternate}
.services-v907-core>i{position:absolute;left:50%;top:50%;width:32%;height:32%;border:1px solid color-mix(in srgb,var(--services-c1) 72%,transparent);border-radius:50% 50% 46% 54%;background:radial-gradient(circle at 36% 30%,color-mix(in srgb,#fff 13%,transparent),transparent 20%),radial-gradient(circle,color-mix(in srgb,var(--services-c1) 8%,transparent),transparent 68%);box-shadow:inset 0 0 35px color-mix(in srgb,var(--services-c1) 7%,transparent),0 0 28px color-mix(in srgb,var(--services-c1) 7%,transparent);transform-origin:center}
.services-v907-core>i:nth-child(1){transform:translate(-108%,-108%) rotate(18deg)}.services-v907-core>i:nth-child(2){transform:translate(8%,-108%) rotate(72deg);border-color:color-mix(in srgb,var(--services-c2) 72%,transparent)}.services-v907-core>i:nth-child(3){transform:translate(-108%,8%) rotate(118deg);border-color:color-mix(in srgb,var(--services-c3) 68%,transparent)}.services-v907-core>i:nth-child(4){transform:translate(8%,8%) rotate(166deg)}
.services-v907-core .core-ring{position:absolute;left:50%;top:50%;width:92%;height:36%;border:1px solid color-mix(in srgb,var(--services-c1) 36%,transparent);border-radius:50%;transform:translate(-50%,-50%) rotate(-14deg);animation:servicesV907RingA 16s linear infinite}.services-v907-core .ring-b{width:76%;height:82%;border-color:color-mix(in srgb,var(--services-c2) 30%,transparent);transform:translate(-50%,-50%) rotate(48deg);animation:servicesV907RingB 22s linear infinite}.services-v907-core .ring-c{width:110%;height:54%;border-color:color-mix(in srgb,var(--services-c3) 20%,transparent);transform:translate(-50%,-50%) rotate(78deg);animation-duration:28s}.services-v907-core>b{position:absolute;left:78%;top:24%;width:8px;height:8px;border-radius:50%;background:var(--services-c1);box-shadow:0 0 18px var(--services-c1),0 0 50px color-mix(in srgb,var(--services-c1) 55%,transparent);animation:servicesV907Node 3.8s ease-in-out infinite alternate}
@keyframes servicesV907Aurora{from{transform:translate3d(-1.5%,0,0) scale(.98);opacity:.76}to{transform:translate3d(4%,-2%,0) scale(1.06);opacity:1}}
@keyframes servicesV907CoreFloat{from{translate:0 -8px;rotate:-1deg}to{translate:0 10px;rotate:1.2deg}}
@keyframes servicesV907RingA{to{transform:translate(-50%,-50%) rotate(346deg)}}@keyframes servicesV907RingB{to{transform:translate(-50%,-50%) rotate(-312deg)}}@keyframes servicesV907Node{to{transform:translate(16px,-10px) scale(1.45);opacity:.62}}

/* INTRO + CARD MOSAIC */
.services-v907-practices{padding:108px 0 126px!important;background:var(--wooh-section-bg,var(--paper))!important;color:var(--wooh-section-title-color,#080908)}
.services-v907-practices .services-v85-intro{grid-template-columns:.58fr 1.42fr;margin-bottom:54px;align-items:start}.services-v907-practices .services-v85-intro .eyebrow{font-size:.68rem!important;color:var(--wooh-section-accent,#9caf18)!important;letter-spacing:.15em}.services-v907-intro-title{font-family:var(--wooh-section-title-font,inherit)!important;font-size:var(--wooh-section-title-size,46px)!important;line-height:.96;letter-spacing:-.05em;color:var(--wooh-section-title-color,#080908)!important;margin:18px 0 0;max-width:10ch}.services-v907-practices .services-v85-intro p{font-family:var(--wooh-section-body-font,inherit)!important;font-size:var(--wooh-section-body-size,clamp(1.45rem,2.6vw,2.7rem))!important;color:var(--wooh-section-body-color,#555b52)!important;max-width:940px}
.services-v907-stack{grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:14px!important}
.service-v907-card{min-height:500px!important;grid-column:span 6;padding:26px!important;border-color:rgba(255,255,255,.095)!important;background:#060706!important;box-shadow:0 24px 70px rgba(0,0,0,.06);transform:translateZ(0)}
.service-v907-card[data-service-type="web"]{grid-column:span 7;background:radial-gradient(circle at 28% 32%,rgba(69,184,255,.14),transparent 30%),radial-gradient(circle at 76% 68%,rgba(255,138,91,.12),transparent 32%),#050607!important}
.service-v907-card[data-service-type="branding"]{grid-column:span 5;background:radial-gradient(circle at 72% 34%,rgba(168,85,247,.17),transparent 34%),radial-gradient(circle at 34% 72%,rgba(255,79,163,.08),transparent 28%),#070507!important}
.service-v907-card[data-service-type="growth"]{grid-column:span 5;background:radial-gradient(circle at 30% 70%,rgba(223,255,79,.14),transparent 30%),radial-gradient(circle at 77% 30%,rgba(41,121,255,.12),transparent 31%),#050706!important}
.service-v907-card[data-service-type="content"]{grid-column:span 7;background:radial-gradient(circle at 72% 62%,rgba(255,112,77,.16),transparent 32%),radial-gradient(circle at 26% 24%,rgba(255,170,115,.08),transparent 28%),#080504!important}
.service-v907-card[data-service-type="amazon"]{grid-column:1/-1;min-height:420px!important;background:radial-gradient(circle at 72% 42%,rgba(54,150,255,.14),transparent 30%),radial-gradient(circle at 85% 70%,rgba(69,211,255,.10),transparent 30%),radial-gradient(circle at 20% 40%,rgba(255,157,66,.07),transparent 28%),#040609!important}
.service-v907-card .service-v85-media{z-index:-4!important;background-image:var(--card-image);background-size:cover;background-position:center;overflow:hidden}.service-v907-card .service-v907-canvas{position:absolute;inset:0;width:100%;height:100%;opacity:.95;mix-blend-mode:screen;filter:saturate(1.25) contrast(1.03)}.service-v907-card.has-image .service-v907-canvas{opacity:.68}.service-v907-card .wooh-service-colorwash{position:absolute;inset:0;background:radial-gradient(circle at 72% 34%,color-mix(in srgb,var(--scene-primary) 12%,transparent),transparent 30%),radial-gradient(circle at 36% 75%,color-mix(in srgb,var(--scene-secondary) 8%,transparent),transparent 32%)}
.service-v907-card .service-v85-overlay{z-index:-2!important;background:linear-gradient(180deg,rgba(4,5,4,.03) 0%,rgba(4,5,4,.22) 42%,rgba(4,5,4,.94) 100%)!important}.service-v907-card.has-image .service-v85-overlay{background:linear-gradient(180deg,rgba(4,5,4,.16),rgba(4,5,4,var(--card-overlay)) 58%,rgba(4,5,4,.96))!important}
.service-v907-card .service-v85-top{position:relative;z-index:4}.service-v907-card .service-v85-copy{position:relative;z-index:4;max-width:660px}.service-v907-card[data-service-type="amazon"] .service-v85-copy{max-width:720px}.service-v907-card .service-v85-copy h2{line-height:.94!important}.service-v907-card .service-v85-copy p{max-width:620px!important}.service-v907-card .service-v85-arrow{z-index:5}
.service-v907-card:hover{transform:translateY(-4px)!important;border-color:color-mix(in srgb,var(--wooh-hover-accent) 54%,rgba(255,255,255,.1))!important;box-shadow:0 30px 82px rgba(0,0,0,.14),0 0 44px color-mix(in srgb,var(--wooh-hover-accent) 6%,transparent)!important}.service-v907-card:hover .service-v907-canvas{filter:saturate(1.4) contrast(1.06) brightness(1.08)}

/* HOW WE START — no more empty pale cards. */
.services-v907-engagement{position:relative;overflow:hidden;padding:118px 0!important;background:var(--wooh-section-bg,#0a0b0a)!important;color:#fff}.services-v907-engagement::before{content:"";position:absolute;inset:-25%;pointer-events:none;background:radial-gradient(circle at 12% 28%,rgba(223,255,79,.07),transparent 28%),radial-gradient(circle at 52% 75%,rgba(184,76,255,.07),transparent 28%),radial-gradient(circle at 86% 28%,rgba(89,183,255,.06),transparent 27%);filter:blur(18px)}
.services-v907-engagement>.container{position:relative;z-index:2}.services-v907-engagement .services-v85-section-head h2{color:var(--wooh-section-title-color,#fff)!important}.services-v907-engagement .services-v85-section-head>p{color:var(--wooh-section-body-color,#bdc2b8)!important}.services-v907-engagement .eyebrow{color:var(--wooh-section-accent,#dfff3f)!important}.services-v907-engagement .engagement-grid{gap:14px}
.engagement-v907-card{min-height:360px!important;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012))!important;border-color:rgba(255,255,255,.09)!important;color:#fff!important;isolation:isolate}.engagement-v907-card:not(.has-image) h3{color:var(--wooh-title-color,#fff)!important}.engagement-v907-card:not(.has-image) p{color:var(--wooh-body-color,#bfc4ba)!important}.engagement-v907-card .engagement-shade{background:linear-gradient(180deg,rgba(5,6,5,.03),rgba(5,6,5,.56))!important}.engagement-v907-card .engagement-v907-code{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.engagement-v907-card .engagement-v907-code i{position:absolute;border:1px solid color-mix(in srgb,var(--wooh-accent-color) 26%,transparent);border-radius:50%;width:250px;height:94px;right:-35px;top:45px;transform:rotate(-18deg);animation:engagementV907Orbit 15s linear infinite}.engagement-v907-card .engagement-v907-code i:nth-child(2){width:180px;height:180px;right:25px;top:4px;transform:rotate(48deg);animation-duration:21s}.engagement-v907-card .engagement-v907-code i:nth-child(3){width:7px;height:7px;right:56px;top:64px;border:0;background:var(--wooh-accent-color);box-shadow:0 0 20px var(--wooh-accent-color);animation:engagementV907Node 3s ease-in-out infinite alternate}.engagement-v907-card>span,.engagement-v907-card>div:last-child{position:relative;z-index:3!important}.engagement-v907-card:hover{border-color:color-mix(in srgb,var(--wooh-accent-color) 42%,rgba(255,255,255,.09))!important;box-shadow:0 22px 58px rgba(0,0,0,.22),0 0 34px color-mix(in srgb,var(--wooh-accent-color) 6%,transparent)!important}
@keyframes engagementV907Orbit{to{transform:rotate(342deg)}}@keyframes engagementV907Node{to{transform:translate(-18px,10px) scale(1.35);opacity:.55}}

/* AMAZON */
.services-v907-amazon{position:relative;overflow:hidden;background:var(--wooh-section-bg,#080908)!important}.services-v907-amazon::before{content:"";position:absolute;inset:-15%;pointer-events:none;background:radial-gradient(circle at 72% 32%,rgba(54,150,255,.09),transparent 30%),radial-gradient(circle at 82% 72%,rgba(255,157,66,.07),transparent 25%)}.services-v907-amazon>.container{position:relative;z-index:2}

/* FAQ — fix unreadable white text on light background and make every row editable. */
.services-v907-faq{padding:110px 0!important;background:var(--wooh-section-bg,#f3f1ea)!important;color:var(--wooh-section-title-color,#080908)!important}.services-v907-faq .eyebrow{color:var(--wooh-section-accent,#a0b818)!important}.services-v907-faq h2{color:var(--wooh-section-title-color,#080908)!important}.services-v907-faq-intro{max-width:360px;margin:18px 0 0;color:var(--wooh-section-body-color,#555b52)!important;font-family:var(--wooh-section-body-font,inherit)!important;font-size:var(--wooh-section-body-size,1rem)!important;line-height:1.6}.services-v907-faq .services-faq-list{border-top-color:rgba(8,9,8,.16)!important}.services-v907-faq .services-faq-list details{border-bottom-color:rgba(8,9,8,.14)!important}.services-v907-faq .services-faq-list summary{color:var(--wooh-section-title-color,#080908)!important;transition:color .22s ease,padding .22s ease}.services-v907-faq .services-faq-list summary i{color:#676b64!important}.services-v907-faq .services-faq-list summary:hover{color:color-mix(in srgb,var(--wooh-section-accent,#dfff3f) 65%,#080908)!important;padding-left:10px}.services-v907-faq .services-faq-list p{color:var(--wooh-section-body-color,#555b52)!important;font-family:var(--wooh-section-body-font,inherit)!important;font-size:var(--wooh-section-body-size,1rem)!important}

/* FINAL CTA */
.services-v907-final{position:relative;overflow:hidden;background:var(--wooh-section-bg,#080908)!important;color:#fff!important;padding:122px 0!important}.services-v907-final>.container{position:relative;z-index:3;text-align:center;max-width:1100px}.services-v907-final .eyebrow{color:var(--wooh-section-accent,#dfff3f)!important}.services-v907-final h2{color:var(--wooh-section-title-color,#fff)!important;max-width:14ch;margin:18px auto 20px!important}.services-v907-final-copy{max-width:660px;margin:0 auto 30px;color:var(--wooh-section-body-color,#c7cbc2)!important;font-family:var(--wooh-section-body-font,inherit)!important;font-size:var(--wooh-section-body-size,1.05rem)!important;line-height:1.65}.services-v907-final-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.services-v907-final-wa{border-color:rgba(255,255,255,.16)!important;color:#fff!important}.services-v907-final-wa:hover{border-color:var(--wooh-section-accent,#dfff3f)!important;color:var(--wooh-section-accent,#dfff3f)!important}.services-v907-final-lines{position:absolute;inset:0;pointer-events:none;opacity:.55;background:radial-gradient(circle at 50% 105%,rgba(223,255,79,.10),transparent 34%),repeating-radial-gradient(ellipse at 50% 110%,transparent 0 78px,rgba(223,255,79,.055) 79px 80px,transparent 81px 130px);animation:servicesV907FinalDrift 14s ease-in-out infinite alternate}@keyframes servicesV907FinalDrift{to{transform:scale(1.06) translateY(-8px);opacity:.78}}

/* Live Builder visual clarity on this page. */
body.wooh-fb-open .service-v907-card,.service-v907-card.wooh-fb-active{overflow:visible}.service-v907-card .wooh-fb-toolbar{z-index:50}.services-v907-faq.wooh-fb-active,.services-v907-engagement.wooh-fb-active,.services-v907-final.wooh-fb-active{outline-color:var(--acid)}

@media(max-width:1100px){.services-v907-hero-content{grid-template-columns:1fr .6fr;gap:32px}.services-v907-core{right:1vw;width:min(430px,39vw)}.service-v907-card[data-service-type]{grid-column:span 6}}
@media(max-width:820px){.services-v907-hero{min-height:auto!important}.services-v907-hero-content{grid-template-columns:1fr;min-height:auto;padding-top:calc(var(--header) + 74px);padding-bottom:60px}.services-v907-core{position:relative;right:auto;top:auto;margin:20px auto 8px;width:min(420px,78vw);transform:scale(var(--services-core-scale));grid-row:2}.services-v907-hero-meta{justify-self:start;text-align:left}.services-v907-stack{grid-template-columns:1fr!important}.service-v907-card[data-service-type]{grid-column:auto!important;min-height:440px!important}.services-v907-practices .services-v85-intro{grid-template-columns:1fr;gap:20px}.services-v907-engagement .engagement-grid{grid-template-columns:1fr!important}}
@media(max-width:620px){.services-v907-hero .wooh-page-title{font-size:clamp(3.6rem,15vw,5.2rem)!important}.services-v907-core{width:86vw}.service-v907-card[data-service-type]{min-height:400px!important;padding:22px!important}.service-v907-card .service-v85-copy h2{font-size:min(var(--wooh-title-size,48px),12vw)!important}.services-v907-faq{padding:78px 0!important}.services-v907-final{padding:88px 0!important}}
@media(prefers-reduced-motion:reduce){.services-v907-hero::before,.services-v907-core,.services-v907-core .core-ring,.services-v907-core>b,.engagement-v907-card .engagement-v907-code i,.services-v907-final-lines{animation:none!important}}


/* ==========================================================
   WOOH V9.0.8 — SERVICES IDENTITY + HOME RESTRAINT
   ========================================================== */

/* Home: same Cyber World, but calmer. Thin orbit lines and smaller composition. */
.wooh-cyber-hero{
  --wooh-cyber-intensity:.92;
  --wooh-cyber-scale:.90;
  --wooh-cyber-orbit-strength:.54;
}
.wooh-cyber-hero .wooh-hero-glow{
  opacity:.66!important;
  filter:blur(9px) saturate(1.10)!important;
  background:
    radial-gradient(circle at 78% 35%,color-mix(in srgb,var(--wooh-cyber-secondary) 20%,transparent),transparent 34%),
    radial-gradient(circle at 67% 54%,color-mix(in srgb,var(--wooh-cyber-primary) 15%,transparent),transparent 42%),
    radial-gradient(circle at 86% 72%,color-mix(in srgb,var(--wooh-cyber-tertiary) 9%,transparent),transparent 33%)!important;
}
.wooh-cyber-hero::before{
  opacity:.86!important;
  background:
    radial-gradient(circle at 74% 31%,color-mix(in srgb,var(--wooh-cyber-secondary) 12%,transparent),transparent 31%),
    radial-gradient(circle at 64% 52%,color-mix(in srgb,var(--wooh-cyber-primary) 8%,transparent),transparent 42%),
    linear-gradient(90deg,rgba(5,6,5,.91) 0%,rgba(5,6,5,.42) 54%,rgba(5,6,5,.10) 100%)!important;
}
.wooh-cyber-hero .wooh-hero-grid{opacity:.22!important}

/* Services Hero: user-supplied WOOH emblem is the protagonist.
   Canvas remains around it for motion/depth; the emblem is not baked into a screenshot. */
.services-v908-symbol-wrap{
  position:absolute;z-index:5;right:5.5vw;top:50%;
  width:min(560px,35vw);aspect-ratio:1;pointer-events:none;
  transform:translate(calc(var(--services-symbol-x,0px)),calc(-50% + var(--services-symbol-y,0px)));
  display:grid;place-items:center;
  filter:drop-shadow(0 0 calc(34px * var(--services-symbol-glow,.68)) color-mix(in srgb,var(--services-c1) 34%,transparent));
}
.services-v908-symbol{
  position:relative;z-index:3;width:84%;height:84%;
  background-image:var(--services-symbol-image);
  background-size:contain;background-repeat:no-repeat;background-position:center;
  transform:scale(var(--services-symbol-scale,.96));
  transform-origin:center;
  animation:servicesV908SymbolFloat 6.6s ease-in-out infinite alternate;
  filter:saturate(1.05) brightness(.98);
}
.services-v908-symbol-orbit{
  position:absolute;left:50%;top:50%;border:1px solid rgba(255,255,255,.08);border-radius:50%;
  transform:translate(-50%,-50%) rotate(-16deg);
  opacity:.55;
}
.services-v908-symbol-orbit.orbit-a{width:112%;height:43%;border-color:color-mix(in srgb,var(--services-c1) 34%,transparent);animation:servicesV908OrbitA 18s linear infinite}
.services-v908-symbol-orbit.orbit-b{width:92%;height:116%;border-color:color-mix(in srgb,var(--services-c2) 25%,transparent);transform:translate(-50%,-50%) rotate(51deg);animation:servicesV908OrbitB 25s linear infinite}
.services-v908-symbol-orbit.orbit-c{width:128%;height:64%;border-color:color-mix(in srgb,var(--services-c3) 18%,transparent);transform:translate(-50%,-50%) rotate(78deg);animation:servicesV908OrbitA 34s linear infinite reverse}
.services-v908-symbol-node{position:absolute;z-index:4;width:7px;height:7px;border-radius:50%;background:var(--services-c1);box-shadow:0 0 18px var(--services-c1)}
.services-v908-symbol-node.node-a{left:83%;top:24%;animation:servicesV908Node 3.8s ease-in-out infinite alternate}
.services-v908-symbol-node.node-b{left:14%;top:70%;width:5px;height:5px;background:var(--services-c2);box-shadow:0 0 18px var(--services-c2);animation:servicesV908Node 4.8s 1s ease-in-out infinite alternate}
@keyframes servicesV908SymbolFloat{to{transform:scale(var(--services-symbol-scale,.96)) translate3d(0,-12px,0) rotate(1.2deg)}}
@keyframes servicesV908OrbitA{to{transform:translate(-50%,-50%) rotate(344deg)}}
@keyframes servicesV908OrbitB{to{transform:translate(-50%,-50%) rotate(-309deg)}}
@keyframes servicesV908Node{to{opacity:.34;transform:scale(.65)}}

/* retire the generic coded four-lobe placeholder from V9.0.7 */
.services-v907-core{display:none!important}
.services-v907-hero::before{opacity:.72!important;filter:blur(22px) saturate(1.18)!important}
.services-v907-hero .wooh-section-canvas{opacity:.68!important;filter:saturate(1.10) contrast(1.02)!important}
.services-v907-gridfx{opacity:.18!important}
.services-v907-hero .wooh-section-shade{
  background:
    linear-gradient(90deg,rgba(5,6,5,.98) 0%,rgba(5,6,5,.88) 37%,rgba(5,6,5,.38) 62%,rgba(5,6,5,.12) 100%),
    linear-gradient(180deg,rgba(5,6,5,.01),rgba(5,6,5,.22))!important;
}
.services-v907-hero-content{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr)!important}
.services-v907-hero-meta{position:relative;z-index:9}

/* Five services: stronger visual correlation by discipline. */
.service-v907-card{isolation:isolate}
.service-v907-card::after{
  content:"";position:absolute;left:26px;right:26px;top:25px;height:1px;z-index:3;
  background:linear-gradient(90deg,var(--scene-primary),color-mix(in srgb,var(--scene-secondary) 60%,transparent),transparent 76%);
  opacity:.38;pointer-events:none;
}
.service-v907-card[data-service-type="web"]{--service-mark:#45B8FF}
.service-v907-card[data-service-type="branding"]{--service-mark:#A855F7}
.service-v907-card[data-service-type="growth"]{--service-mark:#DFFF4F}
.service-v907-card[data-service-type="content"]{--service-mark:#FF704D}
.service-v907-card[data-service-type="amazon"]{--service-mark:#FF9D42}
.service-v907-card .service-v85-top b{color:color-mix(in srgb,var(--service-mark,#fff) 76%,#fff)!important}
.service-v907-card .service-v85-tags span{border-color:color-mix(in srgb,var(--service-mark,#fff) 24%,rgba(255,255,255,.10))!important}
.service-v907-card:hover .service-v85-tags span{border-color:color-mix(in srgb,var(--service-mark,#fff) 52%,rgba(255,255,255,.12))!important;color:#fff!important}
.service-v907-card:hover .service-v85-arrow{color:var(--service-mark,#fff)!important}
.service-v907-card[data-service-type="web"] .service-v907-canvas{filter:saturate(1.34) hue-rotate(-4deg) contrast(1.05)}
.service-v907-card[data-service-type="branding"] .service-v907-canvas{filter:saturate(1.22) contrast(1.03)}
.service-v907-card[data-service-type="growth"] .service-v907-canvas{filter:saturate(1.42) contrast(1.05)}
.service-v907-card[data-service-type="content"] .service-v907-canvas{filter:saturate(1.34) contrast(1.04)}
.service-v907-card[data-service-type="amazon"] .service-v907-canvas{filter:saturate(1.25) contrast(1.04)}

/* Light services sections: lime is only an accent. Never use lime as readable copy. */
.services-v907-practices,
.services-v907-faq{color:#080908!important}
.services-v907-practices .eyebrow,
.services-v907-faq .eyebrow{
  color:#5d6259!important;
  position:relative;padding-left:14px;
}
.services-v907-practices .eyebrow::before,
.services-v907-faq .eyebrow::before{
  content:"";position:absolute;left:0;top:50%;width:6px;height:6px;border-radius:50%;
  transform:translateY(-50%);background:#b9d514;box-shadow:0 0 12px rgba(185,213,20,.16);
}
.services-v907-practices .services-v907-intro-title,
.services-v907-practices .services-v85-intro p,
.services-v907-faq h2,
.services-v907-faq .services-v907-faq-intro,
.services-v907-faq .services-faq-list summary,
.services-v907-faq .services-faq-list summary span,
.services-v907-faq .services-faq-list p{
  opacity:1!important;filter:none!important;mix-blend-mode:normal!important;
}
.services-v907-practices .services-v907-intro-title,
.services-v907-faq h2,
.services-v907-faq .services-faq-list summary,
.services-v907-faq .services-faq-list summary span{color:#10120f!important}
.services-v907-practices .services-v85-intro p,
.services-v907-faq .services-v907-faq-intro,
.services-v907-faq .services-faq-list p{color:#555b52!important}
.services-v907-faq .services-faq-list summary:hover,
.services-v907-faq .services-faq-list summary:hover span{color:#10120f!important}
.services-v907-faq .services-faq-list summary:hover i{color:#8ea414!important}
.services-v907-faq .services-faq-list summary i{color:#6b7068!important}

/* Keep bright CTA readability deterministic. */
.services-v907-hero-primary,
.services-v907-engagement .btn-acid,
.services-v907-final-primary{color:#080908!important}
.services-v907-hero-primary:hover,
.services-v907-engagement .btn-acid:hover,
.services-v907-final-primary:hover{color:#080908!important}

/* Live Builder: service symbol controls should stay usable without clipping. */
.services-v907-hero.wooh-fb-active,.services-v907-hero:has(.wooh-fb-toolbar){overflow:visible!important}

@media(max-width:1100px){
  .services-v908-symbol-wrap{right:1vw;width:min(470px,40vw)}
}
@media(max-width:820px){
  .services-v907-hero-content{grid-template-columns:1fr!important}
  .services-v908-symbol-wrap{
    position:relative;right:auto;top:auto;margin:28px auto 0;width:min(430px,78vw);
    transform:translate(var(--services-symbol-x,0px),var(--services-symbol-y,0px));
  }
  .services-v907-hero-meta{justify-self:start!important;text-align:left!important}
}
@media(max-width:620px){
  .services-v908-symbol-wrap{width:82vw}
  .services-v907-hero::before{opacity:.55!important}
}
@media(prefers-reduced-motion:reduce){
  .services-v908-symbol,.services-v908-symbol-orbit,.services-v908-symbol-node{animation:none!important}
}

/* ============================================================
   V10.0 — CONSOLIDATED VISUAL SYSTEM
   Stable hero proportions, thin Home orbits, layered service cards,
   focused project selector and violet Projects identity.
   ============================================================ */

/* SERVICES HERO — same visual rhythm/width as Contact. */
.services-v907-hero{
  min-height:82svh!important;
  padding:calc(var(--header) + 68px) 0 54px!important;
  background:
    radial-gradient(circle at 75% 40%,color-mix(in srgb,var(--services-c1) 13%,transparent),transparent 31%),
    radial-gradient(circle at 92% 24%,color-mix(in srgb,var(--services-c2) 16%,transparent),transparent 28%),
    radial-gradient(circle at 86% 78%,color-mix(in srgb,var(--services-c3) 10%,transparent),transparent 30%),
    linear-gradient(116deg,#060806 0%,#0a0b08 42%,#11100f 72%,#08090a 100%)!important;
}
.services-v907-hero::before{opacity:.48!important;filter:blur(42px) saturate(1.08)!important}
.services-v907-hero .wooh-section-canvas{opacity:.62!important;mix-blend-mode:screen!important;filter:saturate(1.06) contrast(1.01)!important}
.services-v907-gridfx{opacity:.15!important}
.services-v907-hero .wooh-section-shade{
  background:
    linear-gradient(90deg,rgba(5,6,5,.97) 0%,rgba(5,6,5,.88) 34%,rgba(5,6,5,.38) 58%,rgba(5,6,5,.08) 82%,rgba(5,6,5,.18) 100%),
    linear-gradient(to top,rgba(5,6,5,.46),transparent 48%)!important;
}
.services-v10-hero-grid{
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr)!important;
  gap:36px!important;
  align-items:center!important;
  min-height:660px!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.services-v907-hero-copy{max-width:760px!important;position:relative;z-index:9}
.services-v907-hero .wooh-page-title{
  font-size:var(--wooh-section-title-size,clamp(4.4rem,6.9vw,8.2rem))!important;
  line-height:.88!important;letter-spacing:-.068em!important;
  max-width:8.8ch!important;margin:18px 0 24px!important;
}
.services-v907-hero .wooh-page-lead p{max-width:570px!important;font-size:var(--wooh-section-body-size,1.08rem)!important}
.services-v10-visual{position:relative;min-height:620px;align-self:stretch;isolation:isolate}
.services-v10-visual .services-v908-symbol-wrap{
  position:absolute!important;z-index:7;left:51%!important;right:auto!important;top:49%!important;
  width:min(520px,35vw)!important;aspect-ratio:1;
  transform:translate3d(calc(-50% + var(--services-symbol-x,0px)),calc(-50% + var(--services-symbol-y,0px)),0)!important;
}
.services-v10-visual .services-v907-hero-meta{
  position:absolute!important;right:5%;bottom:7%;z-index:9;text-align:right!important;justify-self:auto!important;
}
.services-v908-symbol{filter:saturate(1.03) brightness(.94) drop-shadow(0 0 18px color-mix(in srgb,var(--services-c1) 16%,transparent))!important}
.services-v908-symbol-orbit{opacity:.36!important;border-width:1px!important}
.services-v908-symbol-orbit.orbit-a{border-color:color-mix(in srgb,var(--services-c1) 23%,transparent)!important}
.services-v908-symbol-orbit.orbit-b{border-color:color-mix(in srgb,var(--services-c2) 16%,transparent)!important}
.services-v908-symbol-orbit.orbit-c{border-color:color-mix(in srgb,var(--services-c3) 12%,transparent)!important}

/* SERVICE CARDS — image is layer 1, particles stay alive above it. */
.service-v907-card{position:relative!important;isolation:isolate!important;background:#050605!important}
.service-v907-card .service-v85-media{
  position:absolute!important;inset:0!important;z-index:0!important;overflow:hidden!important;
  background-image:none!important;transform:none!important;
}
.service-v907-card .service-v85-media::before{
  content:"";position:absolute;inset:-2%;z-index:0;pointer-events:none;
  background-image:var(--card-image);background-size:cover;background-position:center;
  opacity:0;transform:scale(1.02);transition:opacity .35s ease,transform .65s var(--ease);
}
.service-v907-card.has-image .service-v85-media::before{opacity:1}
.service-v907-card:hover .service-v85-media::before{transform:scale(1.045)}
.service-v907-card .service-v907-canvas{
  position:absolute!important;inset:0!important;z-index:2!important;width:100%!important;height:100%!important;
  opacity:.92!important;mix-blend-mode:screen!important;filter:saturate(1.28) contrast(1.05)!important;
}
.service-v907-card.has-image .service-v907-canvas{opacity:.82!important;mix-blend-mode:screen!important}
.service-v907-card .wooh-service-colorwash{z-index:3!important;pointer-events:none!important;mix-blend-mode:screen!important}
.service-v907-card .service-v85-overlay{
  z-index:4!important;pointer-events:none!important;
  background:linear-gradient(180deg,rgba(3,4,3,.04) 0%,rgba(3,4,3,.15) 36%,rgba(3,4,3,.84) 76%,rgba(3,4,3,.97) 100%)!important;
}
.service-v907-card.has-image .service-v85-overlay{
  background:linear-gradient(180deg,rgba(3,4,3,.12) 0%,rgba(3,4,3,.18) 35%,rgba(3,4,3,calc(var(--card-overlay) * .82)) 68%,rgba(3,4,3,.96) 100%)!important;
}
.service-v907-card .service-v85-top,.service-v907-card .service-v85-copy,.service-v907-card .service-v85-arrow{position:relative!important;z-index:7!important}
.service-v907-card .service-v85-copy h2{color:var(--wooh-title-color,#fff)!important}
.service-v907-card .service-v85-copy p{color:var(--wooh-body-color,#c4c8be)!important}
.service-v907-card:hover .service-v907-canvas{opacity:1!important;filter:saturate(1.48) contrast(1.08) brightness(1.08)!important}

/* LIGHT SECTIONS — no white/lime copy can leak in from saved builder values. */
.services-v907-practices,.services-v907-faq{background:#f3f1ea!important;color:#10120f!important}
.services-v907-practices .services-v907-intro-title,
.services-v907-practices .services-v85-intro p,
.services-v907-faq h2,
.services-v907-faq .services-v907-faq-intro,
.services-v907-faq .services-faq-list summary,
.services-v907-faq .services-faq-list summary span,
.services-v907-faq .services-faq-list p,
.services-v907-faq details[open] summary span{opacity:1!important;filter:none!important;mix-blend-mode:normal!important;text-shadow:none!important}
.services-v907-practices .services-v907-intro-title,.services-v907-faq h2,.services-v907-faq .services-faq-list summary,.services-v907-faq .services-faq-list summary span{color:#10120f!important}
.services-v907-practices .services-v85-intro p,.services-v907-faq .services-v907-faq-intro,.services-v907-faq .services-faq-list p{color:#555b52!important}
.services-v907-practices .eyebrow,.services-v907-faq .eyebrow{color:#62675f!important}
.services-v907-faq .services-faq-list summary:hover,.services-v907-faq .services-faq-list summary:hover span{color:#10120f!important}

/* PROJECTS ARCHIVE HERO — violet supplied asset + coded motion, same diagram as Contact. */
.work-v10-hero{
  --work-c1:#9d4dff;--work-c2:#e04cff;--work-c3:#5f7cff;
  position:relative;min-height:82svh;padding:calc(var(--header) + 68px) 0 54px!important;overflow:hidden;isolation:isolate;color:#fff;
  background:
    radial-gradient(circle at 76% 42%,color-mix(in srgb,var(--work-c1) 24%,transparent),transparent 30%),
    radial-gradient(circle at 91% 76%,color-mix(in srgb,var(--work-c2) 16%,transparent),transparent 28%),
    linear-gradient(117deg,#07060b 0%,#100719 40%,#13071e 69%,#08070c 100%)!important;
}
.work-v10-hero::after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(90deg,rgba(6,5,10,.97) 0%,rgba(7,5,12,.86) 35%,rgba(10,5,17,.32) 59%,rgba(7,5,12,.10) 82%,rgba(7,5,12,.34) 100%),linear-gradient(to top,rgba(5,4,8,.56),transparent 48%)}
.work-v10-canvas{position:absolute!important;inset:0!important;z-index:1!important;width:100%!important;height:100%!important;opacity:var(--work-particles,.88)!important;mix-blend-mode:screen!important}
.work-v10-gridfx{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.22;background-image:linear-gradient(rgba(205,174,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(205,174,255,.04) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(90deg,transparent 0,#000 42%,#000 100%)}
.work-v10-hero-grid{position:relative;z-index:6;display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:36px;align-items:center;min-height:660px}
.work-v10-copy{position:relative;z-index:8;padding:20px 0}
.work-v10-kicker{color:#c3b2d6!important}
.work-v10-title{font-size:var(--wooh-section-title-size,clamp(4.4rem,6.9vw,8.2rem))!important;line-height:.88!important;letter-spacing:-.068em!important;max-width:8.8ch!important;color:var(--wooh-section-title-color,#fff)!important;margin:18px 0 24px!important}
.work-v10-lead{max-width:570px;font-size:var(--wooh-section-body-size,1.08rem)!important;line-height:1.62!important;color:var(--wooh-section-body-color,#d8ccea)!important}
.work-v10-hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:30px}.work-v10-hero-actions .btn:not(.btn-acid){color:#fff;border-color:rgba(255,255,255,.16);background:rgba(0,0,0,.13)}
.work-v10-visual{position:relative;min-height:620px;align-self:stretch;isolation:isolate}
.work-v10-character{position:absolute;z-index:7;left:51%;top:49%;width:min(540px,37vw);aspect-ratio:1;background-image:var(--work-character-image);background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate3d(calc(-50% + var(--work-character-x,0px)),calc(-50% + var(--work-character-y,0px)),0) scale(var(--work-character-scale,1));transform-origin:center;filter:drop-shadow(0 30px 46px rgba(0,0,0,.58)) drop-shadow(0 0 calc(60px * var(--work-character-glow,.78)) color-mix(in srgb,var(--work-c2) 56%,transparent));animation:workV10Float 6.2s ease-in-out infinite alternate}
.work-v10-halo{position:absolute;z-index:2;left:52%;top:53%;width:min(560px,42vw);height:min(430px,31vw);transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,color-mix(in srgb,var(--work-c1) 26%,transparent),color-mix(in srgb,var(--work-c2) 10%,transparent) 42%,transparent 72%);filter:blur(30px);animation:workV10Halo 8s ease-in-out infinite alternate}
.work-v10-orbits{position:absolute;z-index:4;inset:0;pointer-events:none}.work-v10-orbits i{position:absolute;left:51%;top:50%;width:86%;height:31%;border:1px solid color-mix(in srgb,var(--work-c1) 22%,transparent);border-radius:50%;transform:translate(-50%,-50%) rotate(-12deg);animation:workV10OrbitA 22s linear infinite}.work-v10-orbits i:nth-child(2){width:70%;height:72%;border-color:color-mix(in srgb,var(--work-c2) 16%,transparent);transform:translate(-50%,-50%) rotate(47deg);animation:workV10OrbitB 29s linear infinite}.work-v10-orbits i:nth-child(3){width:103%;height:44%;border-color:color-mix(in srgb,var(--work-c3) 11%,transparent);transform:translate(-50%,-50%) rotate(72deg);animation:workV10OrbitA 36s linear infinite reverse}.work-v10-orbits b{position:absolute;left:18%;top:27%;width:7px;height:7px;border-radius:50%;background:var(--work-c2);box-shadow:0 0 24px var(--work-c2);animation:workV10Node 4s ease-in-out infinite alternate}
.work-v10-meta{position:absolute;right:4%;bottom:7%;z-index:9;display:grid;gap:7px;text-align:right;font:700 .61rem/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;color:#8d829b}.work-v10-meta strong{color:#d9cce6;font-size:.69rem}
@keyframes workV10Float{to{transform:translate3d(calc(-50% + var(--work-character-x,0px)),calc(-50% + var(--work-character-y,0px) - 12px),0) scale(var(--work-character-scale,1)) rotate(1deg)}}
@keyframes workV10Halo{to{scale:1.08;opacity:.72}}
@keyframes workV10OrbitA{to{transform:translate(-50%,-50%) rotate(348deg)}}@keyframes workV10OrbitB{to{transform:translate(-50%,-50%) rotate(-313deg)}}@keyframes workV10Node{to{transform:translate(16px,-12px) scale(1.45);opacity:.52}}

/* HOME PROJECT SELECTOR — focus on one case study at a time. */
.wooh-projects-focus-module{position:relative;overflow:hidden}
.wooh-projects-focus-head{margin-bottom:42px!important}
.wooh-projects-focus-copy{display:grid;gap:20px;align-content:end}.wooh-projects-all-link{font-size:.82rem;color:#d7dad2;text-decoration:none}.wooh-projects-all-link:hover{color:var(--wooh-live-accent,var(--acid))}
.wooh-project-selector{display:grid;grid-template-columns:minmax(280px,.42fr) minmax(0,1.58fr);gap:18px;min-height:680px}
.wooh-project-selector-nav{display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.018)}
.wooh-project-selector-tab{appearance:none;border:0;border-bottom:1px solid rgba(255,255,255,.08);background:transparent;color:#8f938a;text-align:left;padding:22px 20px;display:grid;grid-template-columns:36px 1fr 26px;gap:12px;align-items:center;cursor:pointer;transition:background .25s ease,color .25s ease,padding .25s ease}.wooh-project-selector-tab:last-child{border-bottom:0}.wooh-project-selector-tab small{grid-column:2;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#6f736b}.wooh-project-selector-index{font:700 .63rem/1 ui-monospace,monospace;letter-spacing:.12em}.wooh-project-selector-name{font-size:clamp(1.15rem,1.8vw,1.7rem);line-height:1.05;letter-spacing:-.035em}.wooh-project-selector-tab b{grid-column:3;grid-row:1/3;font-weight:500;justify-self:end}.wooh-project-selector-tab:hover,.wooh-project-selector-tab.is-active{background:rgba(255,255,255,.055);color:#fff;padding-left:25px}.wooh-project-selector-tab.is-active .wooh-project-selector-index,.wooh-project-selector-tab.is-active b{color:var(--wooh-live-accent,var(--acid))}
.wooh-project-selector-stage{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:#030403;min-height:680px}.wooh-project-selector-pane{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.018);transition:opacity .42s ease,transform .65s var(--ease),visibility 0s linear .42s}.wooh-project-selector-pane.is-active{opacity:1;visibility:visible;transform:scale(1);transition-delay:0s}.wooh-project-selector-pane>a{display:block;height:100%;color:#fff;text-decoration:none}.wooh-project-selector-media{position:absolute;inset:0;overflow:hidden}.wooh-project-selector-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.10) 45%,rgba(0,0,0,.88) 100%)}.wooh-project-selector-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform 1.1s var(--ease)}.wooh-project-selector-pane.is-active:hover img{transform:scale(1.045)}.wooh-project-selector-scan{position:absolute;inset:0;background:linear-gradient(100deg,transparent 0%,rgba(231,255,79,.07) 48%,transparent 53%);transform:translateX(-115%);animation:projectSelectorScan 7s ease-in-out infinite}.wooh-project-selector-meta{position:absolute;z-index:5;left:30px;right:30px;bottom:26px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}.wooh-project-selector-meta>div{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap;font:650 .62rem/1.2 ui-monospace,monospace;letter-spacing:.1em;text-transform:uppercase;color:#b6bab0}.wooh-project-selector-meta strong{font-size:clamp(2.5rem,5.4vw,6rem);line-height:.88;letter-spacing:-.06em;max-width:12ch}.wooh-project-selector-year{align-self:end;color:var(--wooh-live-accent,var(--acid));font:700 .72rem/1 ui-monospace,monospace;letter-spacing:.08em}
@keyframes projectSelectorScan{0%,65%{transform:translateX(-115%)}85%,100%{transform:translateX(115%)}}

/* Floating contact — exact recognizable WhatsApp glyph proportions. */
.wooh-contact-float-actions a i svg,.contact-v903-hero-cta i svg{display:block;width:21px!important;height:21px!important;overflow:visible}

@media(max-width:980px){
  .services-v10-hero-grid,.work-v10-hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr)!important;min-height:610px!important}
  .services-v10-visual .services-v908-symbol-wrap{width:min(460px,42vw)!important}
  .work-v10-character{width:min(470px,43vw)}
  .wooh-project-selector{grid-template-columns:1fr;min-height:0}.wooh-project-selector-nav{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);overflow-x:auto;scroll-snap-type:x proximity}.wooh-project-selector-tab{scroll-snap-align:start;border-bottom:0;border-right:1px solid rgba(255,255,255,.08)}.wooh-project-selector-stage{min-height:620px}
}
@media(max-width:760px){
  .services-v907-hero,.work-v10-hero{min-height:auto!important;padding-top:calc(var(--header) + 54px)!important;padding-bottom:28px!important}
  .services-v10-hero-grid,.work-v10-hero-grid{grid-template-columns:1fr!important;gap:8px!important;min-height:auto!important}
  .services-v907-hero .wooh-page-title,.work-v10-title{font-size:clamp(3.5rem,14.5vw,5.4rem)!important;max-width:8ch!important}
  .services-v10-visual,.work-v10-visual{min-height:460px}
  .services-v10-visual .services-v908-symbol-wrap{width:min(430px,76vw)!important;left:53%!important;top:49%!important}
  .services-v10-visual .services-v907-hero-meta{right:4%;bottom:3%}
  .work-v10-character{width:min(450px,78vw);left:53%;top:49%}
  .wooh-project-selector-stage{min-height:520px}.wooh-project-selector-meta{left:20px;right:20px;bottom:20px}.wooh-project-selector-meta strong{font-size:clamp(2.3rem,11vw,4.2rem)}
}
@media(max-width:620px){
  .service-v907-card{min-height:410px!important;padding:21px!important}.service-v907-card .service-v907-canvas{opacity:.78!important}.service-v907-card.has-image .service-v907-canvas{opacity:.74!important}
  .wooh-project-selector-stage{min-height:460px;border-radius:19px}.wooh-project-selector-nav{border-radius:19px}.wooh-project-selector-tab{padding:17px 15px;grid-template-columns:28px 1fr 20px}.wooh-project-selector-tab small{display:none}
}
@media(prefers-reduced-motion:reduce){.work-v10-character,.work-v10-halo,.work-v10-orbits i,.work-v10-orbits b,.wooh-project-selector-scan{animation:none!important}}
/* V10 layer correction: shade the image first, then render particles above it. */
.service-v907-card .service-v85-overlay{z-index:1!important}
.service-v907-card .service-v907-canvas{z-index:2!important}
.service-v907-card .wooh-service-colorwash{z-index:3!important}

/* ==========================================================
   WOOH V10.1 — SIGNAL HOME + CATEGORY WORK BROWSER
   ========================================================== */

/* HOME HERO — completely new visual language.
   No solid knot, no tube rings, no thick acid geometry. */
.wooh-signal-hero{
  --wooh-cyber-primary:#dfff3f;
  --wooh-cyber-secondary:#b84cff;
  --wooh-cyber-tertiary:#59b7ff;
  --wooh-cyber-intensity:.82;
  --wooh-cyber-scale:.94;
  --wooh-cyber-orbit-strength:.20;
  position:relative;
  isolation:isolate;
  min-height:min(900px,92svh);
  overflow:hidden;
  background:#050605!important;
}
.wooh-signal-hero::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(circle at 77% 34%,color-mix(in srgb,var(--wooh-cyber-secondary) 13%,transparent),transparent 26%),
    radial-gradient(circle at 72% 57%,color-mix(in srgb,var(--wooh-cyber-primary) 8%,transparent),transparent 34%),
    radial-gradient(circle at 91% 69%,color-mix(in srgb,var(--wooh-cyber-tertiary) 7%,transparent),transparent 26%),
    linear-gradient(90deg,#050605 0%,#050605 31%,rgba(5,6,5,.76) 51%,rgba(5,6,5,.28) 100%)!important;
  opacity:1!important;filter:none!important;
}
.wooh-signal-hero::after{
  content:"";position:absolute;inset:0;z-index:3;pointer-events:none;
  background:linear-gradient(90deg,rgba(5,6,5,.92) 0%,rgba(5,6,5,.70) 30%,rgba(5,6,5,.16) 57%,rgba(5,6,5,.02) 79%,rgba(5,6,5,.08) 100%),linear-gradient(to top,rgba(5,6,5,.38),transparent 45%)!important;
}
.wooh-signal-backdrop{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.wooh-signal-backdrop::before,.wooh-signal-backdrop::after{content:"";position:absolute;border-radius:50%;filter:blur(74px);opacity:.32;animation:woohSignalBreath 9s ease-in-out infinite alternate}
.wooh-signal-backdrop::before{width:34vw;height:34vw;right:8vw;top:14%;background:color-mix(in srgb,var(--wooh-cyber-secondary) 19%,transparent)}
.wooh-signal-backdrop::after{width:26vw;height:26vw;right:26vw;bottom:2%;background:color-mix(in srgb,var(--wooh-cyber-primary) 12%,transparent);animation-delay:-3.5s}
.wooh-signal-grid{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.20;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,transparent 0,#000 48%,#000 100%)}
.wooh-signal-hero .wooh-three-scene{z-index:1!important;opacity:.96!important;filter:none!important;mix-blend-mode:screen;overflow:hidden}
.wooh-signal-hero .wooh-three-scene canvas{filter:saturate(1.06) contrast(1.02)}
.wooh-signal-hero .container{position:relative;z-index:5}
.wooh-signal-hero .wooh-hero-content{position:relative;z-index:6;max-width:min(920px,58vw)}
.wooh-signal-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,108px),7.25vw)!important;line-height:.88!important;max-width:970px!important;color:#fafaf6!important;text-shadow:0 1px 0 rgba(255,255,255,.02)}
.wooh-signal-hero .wooh-hero-copy{max-width:600px!important;color:#c9cdc4!important}
.wooh-signal-hero .wooh-live-bg-layer{opacity:0!important}
.wooh-signal-hero .wooh-live-overlay-layer{opacity:.08!important}
.wooh-signal-hero .wooh-hero-3d-label{color:#777d71!important;opacity:.66}
.wooh-signal-hud{background:rgba(7,8,7,.48)!important;border-color:rgba(255,255,255,.08)!important;backdrop-filter:blur(14px);opacity:.68}
.wooh-signal-hud .cyber-status-dot{background:var(--wooh-cyber-primary)!important;box-shadow:0 0 12px color-mix(in srgb,var(--wooh-cyber-primary) 68%,transparent)!important}
@keyframes woohSignalBreath{to{transform:translate3d(-18px,14px,0) scale(1.12);opacity:.46}}

/* ABOUT HERO — same visual rhythm/height family as Services and Contact.
   The previous version sat too close to the header. */
.about-v902-hero{min-height:min(800px,84svh)!important;padding:calc(var(--header) + 72px) 0 58px!important}
.about-v902-grid{min-height:min(720px,76svh)!important;align-items:center!important}
.about-v902-copy{transform:translateY(42px)}
.about-v902-visual{transform:translateY(22px)}
.about-v902-copy .wooh-page-title{font-size:clamp(3.9rem,5.85vw,6.85rem)!important;max-width:7.8ch!important}
@media(max-width:820px){.about-v902-copy,.about-v902-visual{transform:none}.about-v902-grid{min-height:auto!important}}

/* HOME — CATEGORY-LED WORK BROWSER */
.wooh-home-work-browser-module{background:#080908!important;color:#fff;padding:120px 0 132px!important;position:relative;overflow:hidden}
.wooh-home-work-browser-module::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 84% 20%,rgba(184,76,255,.065),transparent 30%),radial-gradient(circle at 72% 78%,rgba(223,255,63,.045),transparent 28%)}
.wooh-home-work-browser-module>.container{position:relative;z-index:2}
.wooh-home-work-browser-module .section-title{color:#f8f8f4!important;max-width:11ch}
.wooh-home-work-browser-module .section-copy{color:#aeb2a9!important}
.wooh-home-work-browser{margin-top:48px}
.wooh-home-work-filters{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:18px}
.wooh-home-work-filter{appearance:none;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.025);color:#a8aca3;border-radius:999px;padding:11px 15px;cursor:pointer;font:700 .63rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.10em;text-transform:uppercase;transition:.24s ease}
.wooh-home-work-filter:hover{border-color:rgba(255,255,255,.28);color:#fff;transform:translateY(-1px)}
.wooh-home-work-filter.is-active{background:var(--wooh-live-accent,var(--acid));border-color:var(--wooh-live-accent,var(--acid));color:#070807;box-shadow:0 0 26px color-mix(in srgb,var(--wooh-live-accent,var(--acid)) 12%,transparent)}
.wooh-home-work-browser-grid{display:grid;grid-template-columns:minmax(280px,.40fr) minmax(0,1.60fr);gap:18px;min-height:670px}
.wooh-home-work-list{display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.095);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.018)}
.wooh-home-work-tab{appearance:none;border:0;border-bottom:1px solid rgba(255,255,255,.075);background:transparent;color:#8e9389;text-align:left;padding:20px 20px;display:grid;grid-template-columns:34px 1fr 24px;gap:11px;align-items:center;cursor:pointer;transition:background .24s ease,color .24s ease,padding .24s ease,opacity .2s ease}
.wooh-home-work-tab:last-child{border-bottom:0}.wooh-home-work-tab[hidden]{display:none!important}.wooh-home-work-tab small{grid-column:2;color:#656a61;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.wooh-home-work-index{font:700 .61rem/1 ui-monospace,monospace;letter-spacing:.12em}.wooh-home-work-name{font-size:clamp(1.12rem,1.55vw,1.55rem);line-height:1.05;letter-spacing:-.035em}.wooh-home-work-tab b{grid-column:3;grid-row:1/3;justify-self:end;font-weight:500}.wooh-home-work-tab:hover,.wooh-home-work-tab.is-active{background:rgba(255,255,255,.055);color:#fff;padding-left:25px}.wooh-home-work-tab.is-active .wooh-home-work-index,.wooh-home-work-tab.is-active b{color:var(--wooh-live-accent,var(--acid))}
.wooh-home-work-stage{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,.095);background:#030403;min-height:670px}
.wooh-home-work-pane{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.016);transition:opacity .38s ease,transform .62s var(--ease),visibility 0s linear .38s}.wooh-home-work-pane[hidden]{display:none!important}.wooh-home-work-pane.is-active{opacity:1;visibility:visible;transform:scale(1);transition-delay:0s}.wooh-home-work-pane>a{display:block;height:100%;color:#fff}.wooh-home-work-media{position:absolute;inset:0;overflow:hidden}.wooh-home-work-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.035),rgba(0,0,0,.12) 48%,rgba(0,0,0,.90) 100%)}.wooh-home-work-media img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease);transform:scale(1.01)}.wooh-home-work-pane.is-active:hover img{transform:scale(1.04)}
.wooh-home-work-scan{position:absolute;inset:0;background:linear-gradient(100deg,transparent 0%,rgba(184,76,255,.045) 46%,rgba(223,255,63,.055) 50%,transparent 55%);transform:translateX(-120%);animation:woohHomeWorkScan 8s ease-in-out infinite}
.wooh-home-work-meta{position:absolute;z-index:4;left:30px;right:30px;bottom:28px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}.wooh-home-work-meta>div{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap;color:#b8bcb2;font:650 .61rem/1.2 ui-monospace,monospace;letter-spacing:.1em;text-transform:uppercase}.wooh-home-work-meta strong{font-size:clamp(2.55rem,5.2vw,5.8rem);line-height:.88;letter-spacing:-.06em;max-width:12ch}.wooh-home-work-year{color:var(--wooh-live-accent,var(--acid));font:700 .72rem/1 ui-monospace,monospace;letter-spacing:.08em}.wooh-home-work-empty{position:absolute;inset:0;display:grid;place-items:center;color:#7e8379;text-align:center;padding:30px}.wooh-home-work-empty[hidden]{display:none}.wooh-home-work-empty.is-static{position:relative;min-height:220px;border:1px solid rgba(255,255,255,.1);border-radius:22px}
@keyframes woohHomeWorkScan{0%,58%{transform:translateX(-120%);opacity:0}70%{opacity:1}100%{transform:translateX(120%);opacity:0}}

@media(max-width:1040px){.wooh-home-work-browser-grid{grid-template-columns:1fr;min-height:0}.wooh-home-work-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);overflow-x:auto;scroll-snap-type:x proximity}.wooh-home-work-tab{border-bottom:0;border-right:1px solid rgba(255,255,255,.08);scroll-snap-align:start}.wooh-home-work-stage{min-height:610px}}
@media(max-width:760px){.wooh-signal-hero{min-height:auto}.wooh-signal-hero .wooh-hero-content{max-width:100%}.wooh-signal-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,82px),14.7vw)!important}.wooh-signal-hero .wooh-three-scene{opacity:.72!important}.wooh-signal-grid{opacity:.12}.wooh-home-work-browser-module{padding:86px 0 96px!important}.wooh-home-work-stage{min-height:510px}.wooh-home-work-meta{left:20px;right:20px;bottom:20px}.wooh-home-work-meta strong{font-size:clamp(2.3rem,10.5vw,4rem)}}
@media(max-width:520px){.wooh-home-work-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.wooh-home-work-filter{white-space:nowrap}.wooh-home-work-stage{min-height:450px;border-radius:19px}.wooh-home-work-list{border-radius:19px}.wooh-home-work-tab{padding:17px 15px;grid-template-columns:28px 1fr 18px}.wooh-home-work-tab small{display:none}}
@media(prefers-reduced-motion:reduce){.wooh-signal-backdrop::before,.wooh-signal-backdrop::after,.wooh-home-work-scan{animation:none!important}}


/* ============================================================
   V10.2 — ORBIT HERO + FILTERED HOME WORK + ABOUT STAMP
   ============================================================ */
.wooh-orbit-hero{
  min-height:100svh;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 34%, rgba(231,255,79,.075), transparent 16%),
    radial-gradient(circle at 70% 44%, rgba(184,76,255,.09), transparent 22%),
    radial-gradient(circle at 84% 60%, rgba(89,183,255,.06), transparent 18%),
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.018), transparent 18%),
    linear-gradient(180deg, #060706 0%, #050605 55%, #040504 100%);
}
.wooh-orbit-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(circle at 66% 46%, rgba(255,255,255,.028), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(255,255,255,.018), transparent 16%),
    linear-gradient(180deg, rgba(255,255,255,.015) 0, transparent 16%, transparent 84%, rgba(255,255,255,.02) 100%);
}
.wooh-orbit-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:24%;
  pointer-events:none;
  z-index:0;
  background:linear-gradient(180deg, rgba(5,6,5,0), rgba(5,6,5,.55) 54%, rgba(5,6,5,.92) 100%);
}
.wooh-orbit-hero .wooh-live-bg-layer{opacity:0!important}
.wooh-orbit-hero .wooh-live-overlay-layer{opacity:.04!important}
.wooh-orbit-backdrop{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.wooh-orbit-backdrop::before,.wooh-orbit-backdrop::after{content:"";position:absolute;border-radius:50%;filter:blur(92px);opacity:.34;animation:woohOrbitBreath 12s ease-in-out infinite alternate}
.wooh-orbit-backdrop::before{width:34vw;height:34vw;right:10vw;top:16%;background:color-mix(in srgb,var(--wooh-cyber-secondary) 22%,transparent)}
.wooh-orbit-backdrop::after{width:26vw;height:26vw;right:22vw;bottom:14%;background:color-mix(in srgb,var(--wooh-cyber-primary) 18%,transparent);animation-delay:-3.2s}
.wooh-orbit-grid{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.09;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:88px 88px;mask-image:radial-gradient(circle at 74% 43%, rgba(0,0,0,.98) 0 25%, rgba(0,0,0,.88) 42%, transparent 80%)}
.wooh-orbit-fallback{position:absolute;right:1vw;top:11%;width:min(52vw,860px);aspect-ratio:1/1;z-index:1;pointer-events:none;opacity:.9;filter:drop-shadow(0 0 40px rgba(0,0,0,.24))}
.wooh-orbit-fallback .orbit-ring{position:absolute;left:13%;top:13%;right:13%;bottom:13%;border:1px solid rgba(255,255,255,.1);border-radius:50%;transform-origin:50% 50%;animation:woohOrbitSpin 18s linear infinite}
.wooh-orbit-fallback .orbit-a{transform:rotate(18deg) scaleX(1.12);border-color:rgba(231,255,79,.18)}
.wooh-orbit-fallback .orbit-b{inset:18%;transform:rotate(72deg) scaleX(.82);border-color:rgba(184,76,255,.16);animation-duration:15s;animation-direction:reverse}
.wooh-orbit-fallback .orbit-c{inset:24%;transform:rotate(128deg) scaleX(.64);border-color:rgba(89,183,255,.14);animation-duration:21s}
.wooh-orbit-fallback .orbit-core{position:absolute;inset:38%;border-radius:50%;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 1px rgba(255,255,255,.03) inset,0 0 110px rgba(184,76,255,.10)}
.wooh-orbit-fallback .orbit-node{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--wooh-cyber-primary);box-shadow:0 0 22px color-mix(in srgb,var(--wooh-cyber-primary) 65%,transparent)}
.wooh-orbit-fallback .node-a{left:18%;top:28%}
.wooh-orbit-fallback .node-b{right:18%;top:42%;width:10px;height:10px;background:var(--wooh-cyber-secondary);box-shadow:0 0 22px color-mix(in srgb,var(--wooh-cyber-secondary) 65%,transparent)}
.wooh-orbit-fallback .node-c{left:42%;bottom:18%;width:9px;height:9px;background:var(--wooh-cyber-tertiary);box-shadow:0 0 18px color-mix(in srgb,var(--wooh-cyber-tertiary) 65%,transparent)}
.wooh-orbit-hero .wooh-three-scene{z-index:2!important;opacity:1!important;mix-blend-mode:screen;overflow:hidden}
.wooh-orbit-hero .wooh-three-scene canvas{filter:saturate(1.1) contrast(1.04)}
.wooh-orbit-hero .container{position:relative;z-index:6}
.wooh-orbit-hero .wooh-hero-content{position:relative;z-index:7;max-width:min(760px,48vw);padding-top:clamp(14px,2.8vw,24px)}
.wooh-orbit-hero .hero-eyebrow{margin-bottom:20px}
.wooh-orbit-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,112px),6.7vw)!important;line-height:.84!important;max-width:8.8ch!important;color:#fafaf6!important;text-shadow:0 2px 28px rgba(0,0,0,.22)}
.wooh-orbit-hero .wooh-hero-copy{max-width:560px!important;color:#cfd3ca!important}
.wooh-orbit-hero .wooh-hero-actions{margin-top:30px}
.wooh-orbit-hero .wooh-hero-3d-label{color:#8b9186!important;opacity:.62;letter-spacing:.18em}
.wooh-orbit-hero .btn{backdrop-filter:blur(8px)}
.wooh-orbit-hero .btn:not(.btn-acid){background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.14)}
.wooh-signal-hud{background:rgba(7,8,7,.44)!important;border-color:rgba(255,255,255,.07)!important;backdrop-filter:blur(14px);opacity:.6}
.wooh-signal-hud .cyber-status-dot{background:var(--wooh-cyber-primary)!important;box-shadow:0 0 12px color-mix(in srgb,var(--wooh-cyber-primary) 68%,transparent)!important}

@keyframes woohOrbitBreath{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(-16px,10px,0) scale(1.08)}}
@keyframes woohOrbitSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

@media(max-width:1180px){
  .wooh-orbit-hero .wooh-hero-content{max-width:min(100%,640px)}
  .wooh-orbit-fallback{right:-6vw;top:15%;width:min(78vw,650px);opacity:.62}
}
@media(max-width:760px){
  .wooh-orbit-hero{min-height:auto}
  .wooh-orbit-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,86px),14vw)!important;max-width:10.5ch!important}
  .wooh-orbit-hero .wooh-three-scene{opacity:.88!important}
  .wooh-orbit-fallback{right:-18vw;top:22%;width:96vw;opacity:.38}
}
@media(prefers-reduced-motion:reduce){
  .wooh-orbit-backdrop::before,.wooh-orbit-backdrop::after,.wooh-orbit-fallback .orbit-ring{animation:none!important}
}

.wooh-home-project-filter-grid{margin-top:46px}
.wooh-home-project-filter-grid .wooh-home-work-filters{margin-bottom:22px}
.wooh-home-projects-grid{align-items:stretch;grid-template-columns:repeat(var(--wooh-project-cols,3),minmax(0,1fr))}
.wooh-home-projects-grid .wooh-project-card{display:block;grid-column:auto!important;background:#0d0e0d;border:1px solid rgba(255,255,255,.08);border-radius:22px;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,opacity .2s ease}
.wooh-home-projects-grid .wooh-project-card.is-hidden{display:none!important}
.wooh-home-projects-grid .wooh-project-card a{display:block;height:100%;color:inherit;text-decoration:none}
.wooh-home-projects-grid .wooh-project-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--wooh-live-accent,var(--acid)) 42%,transparent);box-shadow:0 24px 65px rgba(0,0,0,.22)}
.wooh-home-projects-grid .wooh-project-title{font-size:clamp(1.25rem,1.5vw,1.8rem);line-height:1.02;transition:color .25s ease}
.wooh-home-projects-grid .wooh-project-card:hover .wooh-project-title{color:var(--wooh-live-accent,var(--acid))}
.wooh-home-projects-grid .wooh-project-media{background:#121312;overflow:hidden}
.wooh-home-projects-grid .wooh-project-info{display:grid;gap:8px;padding:24px}
.wooh-home-projects-grid .wooh-project-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#8f948a}
.wooh-project-services-line{margin:0;color:#c3c7be;line-height:1.55}
.wooh-home-project-filter-grid-module .wooh-home-work-empty{margin-top:18px}
.wooh-home-projects-grid .wooh-project-media img{width:100%;height:100%;object-fit:cover;transform:translateZ(0);backface-visibility:hidden}
.wooh-home-projects-grid .wooh-project-card.wide .wooh-project-media{aspect-ratio:16/9}
.wooh-home-projects-grid .wooh-project-media{aspect-ratio:16/9}
@media(max-width:1100px){
  .wooh-home-projects-grid,.wooh-work-list{grid-template-columns:repeat(var(--wooh-project-cols-tablet,2),minmax(0,1fr))}
}
@media(max-width:720px){
  .wooh-home-projects-grid,.wooh-work-list{grid-template-columns:1fr}
  .wooh-home-projects-grid .wooh-project-media,
  .wooh-home-projects-grid .wooh-project-card.wide .wooh-project-media,
  .wooh-work-card-media,
  .wooh-work-card:nth-child(3n+1) .wooh-work-card-media{aspect-ratio:16/9}
}


.wooh-manifesto-module .about-stamp-w .stamp-core{background:transparent!important;box-shadow:none!important}
.wooh-manifesto-module .about-stamp-w .stamp-about-w{font-size:5.1rem;line-height:1;color:#f0f2eb;opacity:.9}
.wooh-manifesto-module .about-stamp-w .stamp-center-label{display:none}

@keyframes woohOrbitBreath{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(-12px,10px,0) scale(1.08)}}
@keyframes woohOrbitSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

@media(max-width:1040px){
  .wooh-orbit-hero .wooh-hero-content{max-width:min(100%,640px)}
  .wooh-orbit-fallback{right:-10vw;top:15%;width:min(78vw,600px);opacity:.56}
}
@media(max-width:760px){
  .wooh-orbit-hero{min-height:auto}
  .wooh-orbit-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,86px),14.5vw)!important}
  .wooh-orbit-hero .wooh-three-scene{opacity:.84!important}
  .wooh-orbit-fallback{right:-20vw;top:22%;width:96vw;opacity:.42}
  .wooh-home-project-filter-grid-module{padding:86px 0 96px!important}
}
@media(max-width:520px){
  .wooh-home-projects-grid .wooh-project-card,
  .wooh-home-projects-grid .wooh-project-card.wide{grid-column:auto}
  .wooh-home-projects-grid .wooh-project-media,
  .wooh-home-projects-grid .wooh-project-card.wide .wooh-project-media{aspect-ratio:16/9}
}
@media(prefers-reduced-motion:reduce){
  .wooh-orbit-backdrop::before,.wooh-orbit-backdrop::after,.wooh-orbit-fallback .orbit-ring{animation:none!important}
}

/* ============================================================
   V10.2.2 — HOME HERO ONLY / WOOH ORBITAL ENGINE
   ============================================================ */
.wooh-orbital-engine-hero{
  position:relative!important;
  min-height:100svh!important;
  overflow:hidden!important;
  isolation:isolate;
  background:
    radial-gradient(circle at 75% 43%,rgba(231,255,79,.055),transparent 17%),
    radial-gradient(circle at 73% 47%,rgba(168,85,247,.055),transparent 25%),
    linear-gradient(180deg,#060706 0%,#050605 58%,#040504 100%)!important;
}
.wooh-orbital-engine-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(5,6,5,.96) 0%,rgba(5,6,5,.90) 25%,rgba(5,6,5,.58) 42%,rgba(5,6,5,.08) 60%,transparent 76%),
    linear-gradient(180deg,rgba(5,6,5,.18),transparent 24%,transparent 74%,rgba(5,6,5,.56));
}
.wooh-orbital-engine-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  opacity:.09;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:86px 86px;
  mask-image:linear-gradient(90deg,transparent 0,#000 44%,#000 100%);
}
.wooh-orbital-engine-hero>.wooh-live-bg-layer{opacity:0!important}
.wooh-orbital-engine-hero>.wooh-live-overlay-layer{opacity:.025!important;z-index:0!important}
.wooh-engine-backdrop{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 41%,rgba(255,255,255,.035),transparent 17%),
    radial-gradient(circle at 82% 55%,color-mix(in srgb,var(--wooh-cyber-primary) 9%,transparent),transparent 20%),
    radial-gradient(circle at 67% 30%,color-mix(in srgb,var(--wooh-cyber-secondary) 8%,transparent),transparent 18%);
}
.wooh-engine-grid{position:absolute;inset:0;z-index:0;pointer-events:none}
.wooh-orbital-engine-hero .wooh-three-scene{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  opacity:1!important;
  mix-blend-mode:screen;
  overflow:hidden;
  pointer-events:none;
}
.wooh-orbital-engine-hero .wooh-three-scene canvas{
  width:100%!important;
  height:100%!important;
  display:block;
  filter:saturate(1.02) contrast(1.05);
}
.wooh-engine-fallback{
  position:absolute;
  right:-2vw;
  top:10%;
  width:min(55vw,900px);
  aspect-ratio:1;
  z-index:1;
  pointer-events:none;
  opacity:.14;
}
.wooh-engine-fallback i{
  position:absolute;
  left:50%;top:50%;
  width:86%;height:31%;
  border:1px solid rgba(255,255,255,.15);
  border-radius:50%;
  transform:translate(-50%,-50%) rotate(-13deg);
  animation:woohEngineFallbackA 24s linear infinite;
}
.wooh-engine-fallback i:nth-child(2){width:69%;height:72%;border-color:color-mix(in srgb,var(--wooh-cyber-primary) 30%,transparent);transform:translate(-50%,-50%) rotate(49deg);animation-duration:31s;animation-direction:reverse}
.wooh-engine-fallback i:nth-child(3){width:102%;height:44%;border-color:color-mix(in srgb,var(--wooh-cyber-secondary) 22%,transparent);transform:translate(-50%,-50%) rotate(74deg);animation-duration:38s}
.wooh-engine-fallback b{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--wooh-cyber-primary);box-shadow:0 0 18px color-mix(in srgb,var(--wooh-cyber-primary) 62%,transparent);left:18%;top:29%}
.wooh-engine-fallback b:last-child{left:auto;right:20%;top:42%;width:5px;height:5px;background:var(--wooh-cyber-secondary);box-shadow:0 0 16px color-mix(in srgb,var(--wooh-cyber-secondary) 58%,transparent)}

.wooh-engine-layout{
  position:relative;
  z-index:6!important;
  min-height:calc(100svh - var(--header));
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);
  align-items:center;
  padding-top:calc(var(--header) + 20px);
  padding-bottom:118px;
}
.wooh-orbital-engine-hero .wooh-hero-content{
  position:relative;
  z-index:8!important;
  max-width:720px!important;
  padding-top:24px;
}
.wooh-orbital-engine-hero .hero-eyebrow{
  margin:0 0 22px;
  color:#aeb3a8!important;
  letter-spacing:.16em;
}
.wooh-orbital-engine-hero .wooh-hero-title{
  margin:0!important;
  max-width:9ch!important;
  font-size:min(var(--wooh-live-title-size,108px),6.25vw)!important;
  line-height:.87!important;
  letter-spacing:-.066em!important;
  color:#fbfbf7!important;
  text-shadow:0 12px 40px rgba(0,0,0,.30);
}
.wooh-orbital-engine-hero .wooh-hero-title>span{display:block}
.wooh-orbital-engine-hero .wooh-hero-copy{
  max-width:560px!important;
  margin:28px 0 0!important;
  color:#c7cbc2!important;
  font-size:var(--wooh-live-body-size,18px)!important;
  line-height:1.55!important;
}
.wooh-orbital-engine-hero .wooh-hero-actions{margin-top:30px!important;display:flex;gap:12px;flex-wrap:wrap}
.wooh-orbital-engine-hero .btn:not(.btn-acid){background:rgba(255,255,255,.025);border-color:rgba(255,255,255,.15);color:#f6f6f1}
.wooh-orbital-engine-hero .btn:not(.btn-acid):hover{border-color:rgba(255,255,255,.30);background:rgba(255,255,255,.055)}

.wooh-engine-caption{
  position:absolute;
  z-index:7;
  right:2px;
  top:calc(var(--header) + 58px);
  display:flex;
  align-items:center;
  gap:14px;
  font:700 .57rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#7d8278;
  pointer-events:none;
}
.wooh-engine-caption::before{content:"";width:42px;height:1px;background:rgba(255,255,255,.16)}
.wooh-engine-caption b{font-weight:700;color:var(--wooh-cyber-primary)}
.wooh-engine-metrics{
  position:absolute;
  z-index:8;
  left:max(24px,calc((100vw - var(--max))/2));
  right:max(24px,calc((100vw - var(--max))/2));
  bottom:28px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  max-width:760px;
  border-top:1px solid rgba(255,255,255,.10);
  pointer-events:none;
}
.wooh-engine-metrics>div{padding:13px 22px 0 0;display:grid;gap:5px;border-right:1px solid rgba(255,255,255,.07)}
.wooh-engine-metrics>div:last-child{border-right:0}
.wooh-engine-metrics span{font:700 .52rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.15em;color:#676c63}
.wooh-engine-metrics b{font:700 .62rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.07em;color:#b7bbb2}
.wooh-engine-metrics b i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--wooh-cyber-primary);box-shadow:0 0 12px color-mix(in srgb,var(--wooh-cyber-primary) 70%,transparent);margin-right:6px}
.wooh-orbital-engine-hero .wooh-hero-3d-label{
  z-index:8!important;
  right:max(24px,calc((100vw - var(--max))/2));
  bottom:31px;
  left:auto!important;
  color:#5d6259!important;
  opacity:.72!important;
  font-size:.5rem!important;
  letter-spacing:.18em!important;
}
/* Kill the old HUD visually in this hero: the new micro UI is the identity layer. */
.wooh-orbital-engine-hero .wooh-signal-hud,.wooh-orbital-engine-hero .wooh-cyber-hud{display:none!important}

@keyframes woohEngineFallbackA{to{transform:translate(-50%,-50%) rotate(347deg)}}

@media(max-width:1180px){
  .wooh-engine-layout{grid-template-columns:minmax(0,1fr) minmax(350px,.8fr)}
  .wooh-orbital-engine-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,100px),7.4vw)!important}
  .wooh-engine-caption{right:18px}
}
@media(max-width:900px){
  .wooh-orbital-engine-hero{min-height:96svh!important}
  .wooh-engine-layout{grid-template-columns:1fr;min-height:96svh;padding-top:calc(var(--header) + 68px);padding-bottom:150px}
  .wooh-orbital-engine-hero .wooh-hero-content{max-width:650px!important;align-self:end;padding-bottom:52px}
  .wooh-orbital-engine-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,88px),11vw)!important;max-width:9.4ch!important}
  .wooh-orbital-engine-hero::before{background:linear-gradient(180deg,rgba(5,6,5,.18) 0%,rgba(5,6,5,.22) 38%,rgba(5,6,5,.78) 68%,rgba(5,6,5,.96) 100%)}
  .wooh-engine-caption{top:calc(var(--header) + 28px);right:22px}
  .wooh-engine-metrics{grid-template-columns:1fr 1fr;max-width:480px;gap:12px 0;bottom:24px}
  .wooh-engine-metrics>div{border-right:0}
  .wooh-orbital-engine-hero .wooh-hero-3d-label{display:none}
}
@media(max-width:620px){
  .wooh-engine-layout{padding-left:0;padding-right:0;padding-top:calc(var(--header) + 42px)}
  .wooh-orbital-engine-hero .wooh-hero-content{padding-top:0;padding-bottom:84px}
  .wooh-orbital-engine-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,82px),14vw)!important;line-height:.89!important}
  .wooh-orbital-engine-hero .wooh-hero-copy{font-size:16px!important;max-width:92%}
  .wooh-engine-caption{display:none}
  .wooh-engine-metrics{left:22px;right:22px;grid-template-columns:1fr 1fr;max-width:none}
  .wooh-engine-metrics b{font-size:.55rem}
  .wooh-engine-metrics span{font-size:.48rem}
}
@media(prefers-reduced-motion:reduce){.wooh-engine-fallback i{animation:none!important}}

/* ============================================================
   V10.2.3 — HERO HOME ONLY / LOWER + MORE KINETIC
   This block intentionally overrides the legacy Live Builder section padding.
   ============================================================ */
.wooh-orbital-engine-hero.wooh-live-section{
  height:clamp(700px,84svh,860px)!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  background:
    radial-gradient(circle at 77% 43%,rgba(231,255,79,.065),transparent 15%),
    radial-gradient(circle at 70% 37%,rgba(158,85,255,.055),transparent 21%),
    radial-gradient(circle at 84% 64%,rgba(89,183,255,.035),transparent 17%),
    linear-gradient(180deg,#060706 0%,#050605 60%,#040504 100%)!important;
}
.wooh-orbital-engine-hero::before{
  z-index:3!important;
  background:
    linear-gradient(90deg,rgba(5,6,5,.96) 0%,rgba(5,6,5,.88) 20%,rgba(5,6,5,.52) 37%,rgba(5,6,5,.18) 50%,rgba(5,6,5,0) 64%),
    linear-gradient(180deg,rgba(5,6,5,.08),transparent 26%,transparent 76%,rgba(5,6,5,.36))!important;
}
.wooh-orbital-engine-hero::after{
  opacity:.07!important;
  background-size:78px 78px!important;
  mask-image:linear-gradient(90deg,transparent 0,#000 38%,#000 100%)!important;
}
.wooh-orbital-engine-hero .wooh-three-scene{
  mix-blend-mode:normal!important;
  opacity:1!important;
}
.wooh-orbital-engine-hero .wooh-three-scene canvas{
  filter:saturate(1.06) contrast(1.08)!important;
}
.wooh-engine-layout{
  height:100%!important;
  min-height:0!important;
  grid-template-columns:minmax(0,.84fr) minmax(470px,1.16fr)!important;
  align-items:center!important;
  padding-top:calc(var(--header) + 4px)!important;
  padding-bottom:64px!important;
}
.wooh-orbital-engine-hero .wooh-hero-content{
  max-width:680px!important;
  padding-top:0!important;
  transform:translateY(24px);
}
.wooh-orbital-engine-hero .hero-eyebrow{margin-bottom:17px!important}
.wooh-orbital-engine-hero .wooh-hero-title{
  max-width:9.2ch!important;
  font-size:min(var(--wooh-live-title-size,104px),5.85vw)!important;
  line-height:.865!important;
  letter-spacing:-.064em!important;
}
.wooh-orbital-engine-hero .wooh-hero-copy{
  max-width:545px!important;
  margin-top:22px!important;
  line-height:1.5!important;
}
.wooh-orbital-engine-hero .wooh-hero-actions{margin-top:24px!important}
.wooh-engine-caption{
  top:calc(var(--header) + 25px)!important;
  right:12px!important;
  opacity:.76;
}
.wooh-engine-metrics{
  bottom:20px!important;
  max-width:620px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.wooh-engine-metrics>div{padding-top:9px!important}
.wooh-engine-metrics span{font-size:.47rem!important}
.wooh-engine-metrics b{font-size:.56rem!important}
.wooh-orbital-engine-hero .wooh-hero-3d-label{
  bottom:22px!important;
  opacity:.46!important;
}
.wooh-engine-backdrop{
  background:
    radial-gradient(circle at 80% 44%,rgba(255,255,255,.045),transparent 15%),
    radial-gradient(circle at 82% 55%,color-mix(in srgb,var(--wooh-cyber-primary) 10%,transparent),transparent 19%),
    radial-gradient(circle at 68% 28%,color-mix(in srgb,var(--wooh-cyber-secondary) 7%,transparent),transparent 17%)!important;
}
.wooh-engine-fallback{top:4%!important;width:min(58vw,940px)!important;opacity:.10!important}

@media(max-width:1180px){
  .wooh-orbital-engine-hero.wooh-live-section{height:clamp(700px,82svh,820px)!important}
  .wooh-engine-layout{grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr)!important}
  .wooh-orbital-engine-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,96px),7vw)!important}
}
@media(max-width:900px){
  .wooh-orbital-engine-hero.wooh-live-section{height:auto!important;min-height:86svh!important;padding:0!important}
  .wooh-engine-layout{min-height:86svh!important;height:auto!important;grid-template-columns:1fr!important;padding-top:calc(var(--header) + 52px)!important;padding-bottom:130px!important}
  .wooh-orbital-engine-hero .wooh-hero-content{transform:none;align-self:end;padding-bottom:34px!important}
  .wooh-engine-metrics{grid-template-columns:1fr 1fr!important;max-width:440px!important}
}
@media(max-width:620px){
  .wooh-orbital-engine-hero.wooh-live-section{min-height:88svh!important}
  .wooh-engine-layout{padding-top:calc(var(--header) + 34px)!important;padding-bottom:142px!important}
  .wooh-orbital-engine-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,78px),13.5vw)!important}
  .wooh-engine-metrics{bottom:18px!important}
}

/* ============================================================
   V10.2.4 — HOME HERO / EXACT THREEUI ORBITAL SPHERE
   StructureFlowCollection variant="orbital-sphere"
   ============================================================ */
.wooh-threeui-orbital-hero.wooh-live-section{
  position:relative!important;
  isolation:isolate;
  overflow:hidden!important;
  height:clamp(620px,72svh,760px)!important;
  min-height:0!important;
  padding:0!important;
  background:#030304!important;
  color:#f9f9f5;
}
.wooh-threeui-orbital-hero>.wooh-live-bg-layer{display:none!important}
.wooh-threeui-orbital-hero>.wooh-live-overlay-layer{display:none!important}
.wooh-threeui-hero-stage{
  position:absolute;
  inset:0;
  z-index:1;
  overflow:hidden;
  pointer-events:none;
  background:
    radial-gradient(circle at 72% 48%,rgba(150,214,32,.16),transparent 25%),
    radial-gradient(circle at 88% 18%,rgba(166,255,70,.08),transparent 18%),
    linear-gradient(90deg,#030304 0%,#030304 28%,rgba(3,3,4,.96) 46%,rgba(3,3,4,.72) 62%,rgba(8,12,2,.64) 78%,rgba(10,18,4,.78) 100%),
    #030304;
}
.wooh-threeui-hero-stage::before,
.wooh-threeui-hero-stage::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}
.wooh-threeui-hero-stage::before{
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size:88px 88px;
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.1) 22%,rgba(0,0,0,.72) 48%,rgba(0,0,0,1) 100%);
  opacity:.22;
}
.wooh-threeui-hero-stage::after{
  background:radial-gradient(circle at 75% 46%,rgba(231,255,79,.16),transparent 0 16%,rgba(173,255,47,.06) 24%,transparent 50%);
  filter:blur(18px);
  opacity:.9;
}
.wooh-threeui-hero-sphere{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:0;
  min-height:0;
  background:transparent!important;
}
.wooh-threeui-hero-sphere>canvas{
  width:100%!important;
  height:100%!important;
  opacity:.98;
}
.wooh-threeui-hero-vignette{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(3,3,4,.985) 0%,rgba(3,3,4,.96) 18%,rgba(3,3,4,.84) 34%,rgba(3,3,4,.52) 48%,rgba(3,3,4,.14) 66%,rgba(3,3,4,0) 84%),
    linear-gradient(180deg,rgba(3,3,4,.18) 0%,transparent 18%,transparent 72%,rgba(3,3,4,.36) 100%);
}
.wooh-threeui-hero-layout{
  position:relative;
  z-index:4;
  height:100%;
  min-height:100%;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);
  align-items:center;
  gap:32px;
  padding-top:calc(var(--header) + 18px);
  padding-bottom:34px;
}
.wooh-threeui-orbital-hero .wooh-hero-content{
  position:relative;
  z-index:5;
  max-width:590px!important;
  padding:0!important;
  transform:translateY(8px);
}
.wooh-threeui-orbital-hero .hero-eyebrow{
  margin-bottom:16px!important;
  color:#aab09f!important;
  opacity:1!important;
}
.wooh-threeui-orbital-hero .wooh-hero-title{
  margin:0!important;
  max-width:8.1ch!important;
  font-size:min(var(--wooh-live-title-size,82px),5.9vw)!important;
  line-height:.88!important;
  letter-spacing:-.066em!important;
  color:#fafaf6!important;
  text-shadow:none!important;
}
.wooh-threeui-orbital-hero .wooh-hero-title,
.wooh-threeui-orbital-hero .wooh-hero-title span,
.wooh-threeui-orbital-hero .wooh-hero-title .hero-title-inner{
  color:#fafaf6!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.wooh-threeui-orbital-hero .wooh-hero-copy{
  max-width:500px!important;
  margin:22px 0 0!important;
  color:#bec5b2!important;
  line-height:1.55!important;
  font-size:clamp(16px,1.2vw,18px)!important;
}
.wooh-threeui-orbital-hero .wooh-hero-actions{
  margin-top:24px!important;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.wooh-threeui-orbital-hero .btn:not(.btn-acid){
  color:#f6f6f2;
  background:rgba(255,255,255,.025);
  border-color:rgba(255,255,255,.15);
  backdrop-filter:blur(10px);
}
.wooh-threeui-orbital-hero .btn:not(.btn-acid):hover{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.28);
}
.wooh-threeui-hero-index{
  align-self:start;
  justify-self:end;
  margin-top:calc(var(--header) + 18px);
  display:grid;
  gap:5px;
  text-align:right;
  font:700 .52rem/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.13em;
  color:#666b61;
}
.wooh-threeui-hero-index b{font-weight:700;color:#d9ff58}
.wooh-threeui-hero-meta{
  position:absolute;
  z-index:5;
  left:max(22px,calc((100vw - var(--max))/2));
  right:max(22px,calc((100vw - var(--max))/2));
  bottom:16px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  pointer-events:none;
  font:650 .48rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.13em;
  color:#5e6558;
}

@media(max-width:1100px){
  .wooh-threeui-orbital-hero.wooh-live-section{height:clamp(600px,70svh,720px)!important}
  .wooh-threeui-hero-layout{grid-template-columns:minmax(0,1fr) minmax(300px,.86fr);gap:24px}
  .wooh-threeui-orbital-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,74px),7.2vw)!important}
}
@media(max-width:820px){
  .wooh-threeui-orbital-hero.wooh-live-section{height:auto!important;min-height:80svh!important}
  .wooh-threeui-hero-layout{min-height:80svh;grid-template-columns:1fr;align-items:end;padding-top:calc(var(--header) + 38px);padding-bottom:74px}
  .wooh-threeui-orbital-hero .wooh-hero-content{max-width:560px!important;transform:none;padding-bottom:8px!important}
  .wooh-threeui-orbital-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,66px),11.8vw)!important;max-width:8.8ch!important}
  .wooh-threeui-hero-stage::before{opacity:.1}
  .wooh-threeui-hero-vignette{background:linear-gradient(180deg,rgba(3,3,4,.08) 0%,rgba(3,3,4,.14) 34%,rgba(3,3,4,.68) 58%,rgba(3,3,4,.98) 100%)}
  .wooh-threeui-hero-index{display:none}
  .wooh-threeui-hero-meta{bottom:14px;font-size:.43rem}
}
@media(max-width:560px){
  .wooh-threeui-orbital-hero.wooh-live-section{min-height:84svh!important}
  .wooh-threeui-hero-layout{min-height:84svh;padding-top:calc(var(--header) + 24px);padding-bottom:66px}
  .wooh-threeui-orbital-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,58px),13.2vw)!important;line-height:.9!important}
  .wooh-threeui-orbital-hero .wooh-hero-copy{font-size:15px!important;max-width:96%!important}
  .wooh-threeui-hero-meta span:last-child{display:none}
}

/* ============================================================
   V10.2.6 — INTERACTIVE GREEN HERO + SCROLL EDITORIAL
   ============================================================ */
.wooh-threeui-orbital-hero .wooh-hero-content{
  max-width:690px!important;
}
.wooh-threeui-orbital-hero .wooh-hero-title{
  max-width:12.2ch!important;
  font-size:min(var(--wooh-live-title-size,88px),4.75vw)!important;
  line-height:.9!important;
  letter-spacing:-.062em!important;
}
.wooh-threeui-orbital-hero .wooh-threeui-hero-stage{
  pointer-events:auto;
}
.wooh-threeui-orbital-hero .wooh-threeui-hero-sphere{
  pointer-events:auto;
}
.wooh-threeui-orbital-hero .wooh-threeui-hero-sphere canvas{
  pointer-events:auto;
}
.wooh-threeui-hero-index{
  z-index:6;
  position:relative;
  pointer-events:none;
}
.wooh-threeui-hero-index b{
  color:#e7ff4f!important;
  text-shadow:0 0 16px rgba(231,255,79,.16);
}
.wooh-hero-service-card{
  position:absolute;
  z-index:8;
  right:max(26px,calc((100vw - var(--max))/2));
  bottom:58px;
  width:min(340px,calc(100vw - 44px));
  padding:22px 22px 20px;
  border:1px solid rgba(231,255,79,.18);
  border-radius:18px;
  background:rgba(8,10,7,.82);
  color:#f8f8f4;
  box-shadow:0 22px 70px rgba(0,0,0,.38),0 0 42px rgba(231,255,79,.055);
  backdrop-filter:blur(18px);
  opacity:0;
  visibility:hidden;
  transform:translate3d(0,16px,0) scale(.98);
  transition:opacity .28s ease,transform .34s var(--ease),visibility 0s linear .34s;
}
.wooh-hero-service-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(231,255,79,.06),transparent 42%,rgba(184,76,255,.045));
}
.wooh-hero-service-card.is-visible{
  opacity:1;
  visibility:visible;
  transform:none;
  transition-delay:0s;
}
.wooh-hero-service-close{
  position:absolute;
  right:12px;
  top:10px;
  width:30px;
  height:30px;
  border:0;
  background:transparent;
  color:#969c8f;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.wooh-hero-service-kicker{
  display:block;
  margin-bottom:11px;
  color:#aeb5a2;
  font:700 .56rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.14em;
}
.wooh-hero-service-card h3{
  position:relative;
  margin:0 28px 9px 0;
  font-size:clamp(1.45rem,2vw,2.1rem);
  line-height:1;
  letter-spacing:-.045em;
}
.wooh-hero-service-card p{
  position:relative;
  margin:0 0 17px;
  color:#adb3a5;
  font-size:.9rem;
  line-height:1.52;
}
.wooh-hero-service-card a{
  position:relative;
  display:inline-flex;
  gap:8px;
  align-items:center;
  color:#e7ff4f;
  text-decoration:none;
  font-size:.82rem;
  font-weight:700;
}
.wooh-hero-service-card a:hover{color:#fff}

.wooh-editorial-scroll-module.wooh-live-section{
  position:relative;
  overflow:hidden;
  background:#070807!important;
  color:#f7f7f2!important;
  padding-top:clamp(96px,10vw,150px)!important;
  padding-bottom:clamp(110px,12vw,170px)!important;
}
.wooh-editorial-scroll-module>.wooh-live-bg-layer,
.wooh-editorial-scroll-module>.wooh-live-overlay-layer{
  display:none!important;
}
.wooh-editorial-scroll-module::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 18%,rgba(184,76,255,.07),transparent 24%),
    radial-gradient(circle at 18% 82%,rgba(231,255,79,.055),transparent 22%);
}
.wooh-editorial-signal-grid{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.12;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);
  background-size:88px 88px;
  mask-image:linear-gradient(180deg,transparent 0%,#000 18%,#000 82%,transparent 100%);
}
.wooh-editorial-scroll-module .wooh-editorial-grid{
  position:relative;
  z-index:2;
  align-items:center;
}
.wooh-editorial-scroll-module .eyebrow{
  color:#8f958a!important;
}
.wooh-editorial-scroll-module .wooh-editorial-big{
  max-width:12ch;
  font-size:clamp(3.5rem,6.2vw,7.2rem)!important;
  line-height:.91!important;
}
.wooh-editorial-scroll-module .wooh-scroll-line{
  --wooh-fill:0;
  display:block;
  width:max-content;
  max-width:100%;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  background:
    linear-gradient(90deg,#f6f7f2 0 calc(var(--wooh-fill)*100%),rgba(255,255,255,.18) calc(var(--wooh-fill)*100%) 100%);
  -webkit-background-clip:text!important;
  background-clip:text!important;
  transition:filter .2s linear;
}
.wooh-editorial-scroll-module .wooh-scroll-line-accent{
  position:relative;
  margin:.08em 0!important;
  padding:0!important;
  background:
    linear-gradient(90deg,#e7ff4f 0 calc(var(--wooh-fill)*100%),rgba(231,255,79,.16) calc(var(--wooh-fill)*100%) 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
}
.wooh-editorial-scroll-module .wooh-scroll-line-accent::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-.08em;
  height:2px;
  transform-origin:left center;
  transform:scaleX(var(--wooh-fill));
  background:linear-gradient(90deg,#e7ff4f,#b84cff);
  box-shadow:0 0 18px rgba(231,255,79,.16);
}
.wooh-editorial-scroll-module .wooh-editorial-side,
.wooh-editorial-scroll-module .wooh-editorial-side p{
  color:#aeb4a8!important;
}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark{
  color:#e8ebe3!important;
  opacity:.72;
}

@media(max-width:1100px){
  .wooh-threeui-orbital-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,80px),5.9vw)!important;max-width:11.7ch!important}
  .wooh-hero-service-card{right:24px}
}
@media(max-width:820px){
  .wooh-threeui-orbital-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,64px),10.6vw)!important;max-width:10.5ch!important}
  .wooh-hero-service-card{right:20px;bottom:26px;width:min(320px,calc(100vw - 40px))}
  .wooh-threeui-hero-meta{display:none}
  .wooh-editorial-scroll-module .wooh-editorial-big{font-size:clamp(3rem,11vw,5.5rem)!important}
}
@media(max-width:560px){
  .wooh-threeui-orbital-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,56px),12vw)!important;max-width:10.8ch!important}
  .wooh-hero-service-card{left:18px;right:18px;bottom:18px;width:auto}
}
@media(prefers-reduced-motion:reduce){
  .wooh-hero-service-card{transition:none}
  .wooh-editorial-scroll-module .wooh-scroll-line{--wooh-fill:1!important}
}

/* ============================================================
   V10.2.7 — HERO BREATH + LIGHT EDITORIAL RESTORE
   Only requested corrections: more breathing room in Home Hero,
   restore the next editorial section to its light palette while
   keeping the scroll text / underline interaction.
   ============================================================ */

/* HERO — preserve V10.2.6 interaction and sphere, only improve spacing */
.wooh-threeui-orbital-hero.wooh-live-section{
  height:clamp(680px,78svh,820px)!important;
}
.wooh-threeui-hero-layout{
  grid-template-columns:minmax(0,.98fr) minmax(380px,1.02fr)!important;
  gap:44px!important;
  padding-top:calc(var(--header) + 30px)!important;
  padding-bottom:54px!important;
}
.wooh-threeui-orbital-hero .wooh-hero-content{
  max-width:760px!important;
  transform:translateY(10px)!important;
}
.wooh-threeui-orbital-hero .hero-eyebrow{
  margin-bottom:24px!important;
}
.wooh-threeui-orbital-hero .wooh-hero-title{
  max-width:14.2ch!important;
  font-size:min(var(--wooh-live-title-size,82px),4.25vw)!important;
  line-height:.92!important;
  letter-spacing:-.058em!important;
}
.wooh-threeui-orbital-hero .wooh-hero-title>span:first-child{
  margin-bottom:.18em!important;
}
.wooh-threeui-orbital-hero .wooh-hero-copy{
  max-width:560px!important;
  margin-top:30px!important;
  line-height:1.62!important;
}
.wooh-threeui-orbital-hero .wooh-hero-actions{
  margin-top:30px!important;
}

/* EDITORIAL — restore the light section, keep scroll-reactive typography */
.wooh-editorial-scroll-module.wooh-live-section{
  position:relative;
  overflow:hidden;
  background:var(--paper,#f3f1ea)!important;
  color:var(--ink,#080908)!important;
  padding-top:var(--wooh-live-padding-top,125px)!important;
  padding-bottom:var(--wooh-live-padding-bottom,125px)!important;
}
.wooh-editorial-scroll-module>.wooh-live-bg-layer,
.wooh-editorial-scroll-module>.wooh-live-overlay-layer{
  display:none!important;
}
.wooh-editorial-scroll-module::before{
  display:none!important;
}
.wooh-editorial-signal-grid{
  display:none!important;
}
.wooh-editorial-scroll-module .wooh-editorial-grid{
  position:relative;
  z-index:2;
  align-items:start;
}
.wooh-editorial-scroll-module .eyebrow{
  color:#62645f!important;
}
.wooh-editorial-scroll-module .wooh-editorial-big{
  max-width:12ch;
  color:#080908!important;
  font-size:clamp(3.5rem,6.2vw,7.2rem)!important;
  line-height:.91!important;
}
.wooh-editorial-scroll-module .wooh-scroll-line{
  --wooh-fill:0;
  display:block;
  width:max-content;
  max-width:100%;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  background:
    linear-gradient(90deg,#080908 0 calc(var(--wooh-fill)*100%),rgba(8,9,8,.17) calc(var(--wooh-fill)*100%) 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  transition:filter .2s linear;
}
.wooh-editorial-scroll-module .wooh-scroll-line-accent{
  position:relative;
  margin:.08em 0!important;
  padding:0!important;
  background:
    linear-gradient(90deg,#080908 0 calc(var(--wooh-fill)*100%),rgba(8,9,8,.17) calc(var(--wooh-fill)*100%) 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
}
.wooh-editorial-scroll-module .wooh-scroll-line-accent::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-.075em;
  height:3px;
  border-radius:999px;
  transform-origin:left center;
  transform:scaleX(var(--wooh-fill));
  background:linear-gradient(90deg,#e7ff4f 0%,#e7ff4f 62%,#b84cff 100%);
  box-shadow:none;
}
.wooh-editorial-scroll-module .wooh-editorial-side,
.wooh-editorial-scroll-module .wooh-editorial-side p{
  color:#484a45!important;
}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark{
  color:#080908!important;
  opacity:.76;
}

@media(max-width:1100px){
  .wooh-threeui-orbital-hero.wooh-live-section{height:clamp(650px,76svh,780px)!important}
  .wooh-threeui-hero-layout{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)!important;gap:30px!important}
  .wooh-threeui-orbital-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,76px),5.8vw)!important;max-width:13ch!important}
}
@media(max-width:820px){
  .wooh-threeui-orbital-hero.wooh-live-section{height:auto!important;min-height:82svh!important}
  .wooh-threeui-hero-layout{min-height:82svh!important;padding-top:calc(var(--header) + 46px)!important;padding-bottom:84px!important}
  .wooh-threeui-orbital-hero .wooh-hero-content{max-width:600px!important;transform:none!important}
  .wooh-threeui-orbital-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,64px),10.4vw)!important;max-width:10.8ch!important}
  .wooh-editorial-scroll-module .wooh-editorial-big{font-size:clamp(3rem,11vw,5.5rem)!important}
}
@media(max-width:560px){
  .wooh-threeui-orbital-hero .wooh-hero-title{font-size:min(var(--wooh-live-title-size,56px),11.6vw)!important;line-height:.94!important}
  .wooh-threeui-orbital-hero .hero-eyebrow{margin-bottom:18px!important}
  .wooh-threeui-orbital-hero .wooh-hero-copy{margin-top:22px!important}
  .wooh-threeui-orbital-hero .wooh-hero-actions{margin-top:24px!important}
}

/* ============================================================
   V10.2.8 — EDITORIAL CLEAN SCROLL
   HERO IS FROZEN / UNTOUCHED.
   Only repairs the second Home editorial section.
   ============================================================ */
.wooh-editorial-scroll-module.wooh-live-section{
  background:var(--paper,#f3f1ea)!important;
  color:var(--ink,#080908)!important;
  overflow:hidden!important;
}
.wooh-editorial-scroll-module::before,
.wooh-editorial-scroll-module .wooh-editorial-signal-grid{
  display:none!important;
}
.wooh-editorial-scroll-module .wooh-editorial-grid{
  align-items:start!important;
}
.wooh-editorial-scroll-module .wooh-editorial-big{
  color:#080908!important;
  max-width:11.7ch!important;
}
.wooh-editorial-scroll-module .wooh-editorial-big .line,
.wooh-editorial-scroll-module .wooh-editorial-big .highlight,
.wooh-editorial-scroll-module .wooh-scroll-line,
.wooh-editorial-scroll-module .wooh-scroll-line-accent{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  padding:0!important;
  background:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  -webkit-text-fill-color:currentColor!important;
  color:#080908!important;
  opacity:calc(.24 + (var(--wooh-fill,0) * .76));
  transform:translate3d(calc((1 - var(--wooh-fill,0)) * 14px),0,0);
  transition:opacity .12s linear,transform .12s linear,color .18s ease!important;
}
.wooh-editorial-scroll-module .wooh-scroll-line-accent{
  position:relative!important;
  margin:.10em 0 .18em!important;
  color:#080908!important;
}
.wooh-editorial-scroll-module .wooh-scroll-line-accent::before{
  content:"";
  position:absolute;
  left:0;
  bottom:.04em;
  width:100%;
  height:.075em;
  min-height:5px;
  border-radius:999px;
  background:rgba(8,9,8,.07);
  transform:translateY(100%);
  pointer-events:none;
}
.wooh-editorial-scroll-module .wooh-scroll-line-accent::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:auto!important;
  bottom:.04em!important;
  width:100%!important;
  height:.075em!important;
  min-height:5px!important;
  border-radius:999px!important;
  transform-origin:left center!important;
  transform:translateY(100%) scaleX(var(--wooh-fill,0))!important;
  background:linear-gradient(90deg,#e7ff4f 0%,#e7ff4f 68%,#b84cff 100%)!important;
  box-shadow:none!important;
  pointer-events:none;
}
.wooh-editorial-scroll-module .wooh-editorial-side,
.wooh-editorial-scroll-module .wooh-editorial-side p{
  color:#484a45!important;
}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark{
  color:#080908!important;
  opacity:.72!important;
}
@media(max-width:820px){
  .wooh-editorial-scroll-module .wooh-scroll-line,
  .wooh-editorial-scroll-module .wooh-scroll-line-accent{
    transform:none!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .wooh-editorial-scroll-module .wooh-scroll-line,
  .wooh-editorial-scroll-module .wooh-scroll-line-accent{
    opacity:1!important;
    transform:none!important;
  }
}


/* ============================================================
   V10.2.9 — Hero Frozen / Editorial Refine / Sharper Home Work
   - Hero remains untouched.
   - Editorial section gets shorter copy rhythm, darker orbital stamp,
     and a cleaner underline.
   - Home work filter now shows up to 5 visible projects per category.
   - Project previews request higher-resolution imagery.
   ============================================================ */
.wooh-editorial-scroll-module .wooh-editorial-grid{
  grid-template-columns:minmax(0,1.42fr) minmax(280px,.58fr)!important;
  gap:86px!important;
  align-items:start!important;
}
.wooh-editorial-scroll-module .wooh-editorial-big{
  max-width:10.5ch!important;
  font-size:clamp(3.1rem,8.3vw,6.5rem)!important;
  line-height:.90!important;
  letter-spacing:-.072em!important;
}
.wooh-editorial-scroll-module .wooh-scroll-line-accent{
  margin:.12em 0 .16em!important;
}
.wooh-editorial-scroll-module .wooh-scroll-line-accent::before{
  background:rgba(8,9,8,.08)!important;
}
.wooh-editorial-scroll-module .wooh-scroll-line-accent::after{
  background:linear-gradient(90deg,#1f221f 0%,#5c6457 72%,#cfe93d 100%)!important;
  min-height:4px!important;
}
.wooh-editorial-scroll-module .wooh-editorial-side{
  display:grid!important;
  justify-items:start!important;
  gap:24px!important;
  padding-top:8px!important;
}
.wooh-editorial-scroll-module .wooh-editorial-side p{
  max-width:26ch!important;
}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark{
  color:#111310!important;
  opacity:.92!important;
  filter:none!important;
}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark .stamp-ring text{
  opacity:.24!important;
}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark .ring-guide-outer{
  opacity:.28!important;
}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark .ring-guide-inner{
  opacity:.18!important;
}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark .stamp-wire-globe{
  opacity:.84!important;
}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark .stamp-core{
  background:rgba(17,19,16,.02)!important;
}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark .stamp-center-label{
  display:none!important;
}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark .stamp-orbit{
  opacity:.26!important;
  border-color:currentColor!important;
}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark .stamp-orbit-b{opacity:.22!important}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark .stamp-orbit-c{opacity:.18!important}
.wooh-editorial-scroll-module .orbital-stamp-v81.dark .stamp-orbit i{
  background:#cfe93d!important;
  box-shadow:0 0 0 6px rgba(207,233,61,.08),0 0 14px rgba(207,233,61,.18)!important;
}
@media(max-width:1080px){
  .wooh-editorial-scroll-module .wooh-editorial-grid{
    grid-template-columns:1fr!important;
    gap:42px!important;
  }
  .wooh-editorial-scroll-module .wooh-editorial-side{
    max-width:540px!important;
  }
}

/* ============================================================
   WOOH V11.0 — SERVICE SYSTEM
   Internal service pages only. Home stays frozen.
   ============================================================ */
.service-v11{background:#070807;color:#f7f8f3;overflow:hidden}
.service-v11 .container{position:relative;z-index:3}
.service-v11-hero{position:relative;min-height:min(780px,86svh);padding:calc(var(--header) + 72px) 0 72px;display:flex;align-items:center;isolation:isolate;overflow:hidden;background:#050605}
.service-v11-hero .wooh-section-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:0;opacity:.92}
.service-v11-hero-image{position:absolute;inset:0;z-index:0;background-image:var(--service-hero-image);background-size:cover;background-position:center;opacity:0;transition:opacity .3s ease}
.service-v11-hero.has-service-image .service-v11-hero-image{opacity:.36}
.service-v11-hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(5,6,5,.98) 0%,rgba(5,6,5,.92) 38%,rgba(5,6,5,.48) 62%,rgba(5,6,5,.10) 100%),linear-gradient(180deg,rgba(5,6,5,.12),rgba(5,6,5,.5))}
.service-v11-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:70px;align-items:center;width:100%}
.service-v11-hero-copyblock{max-width:780px}
.service-v11-kicker{color:var(--service-primary);margin-bottom:18px}
.service-v11-hero .wooh-page-title{font-size:clamp(4.6rem,7.4vw,8.4rem);line-height:.84;letter-spacing:-.07em;margin:0;max-width:8ch;color:#f8f8f3}
.service-v11-hero-copy{font-size:clamp(1.05rem,1.45vw,1.32rem);line-height:1.58;color:#bfc3b9;max-width:610px;margin:28px 0 0}
.service-v11-hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:32px}
.service-v11-scrolllink{font-size:.86rem;color:#c5c9bf;border-bottom:1px solid rgba(255,255,255,.16);padding:12px 2px}
.service-v11-hero-system{justify-self:end;align-self:end;margin-bottom:5%;display:grid;gap:5px;text-align:right;font:700 .56rem/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.15em;color:#676d64;text-transform:uppercase}
.service-v11-hero-system b{color:var(--service-primary)}
.service-v11-hero-system i{justify-self:end;width:72px;height:1px;background:linear-gradient(90deg,transparent,var(--service-primary))}

.service-v11-overview{background:var(--paper);color:var(--ink);padding:120px 0 132px;border-bottom:1px solid #d8d4cb}
.service-v11-overview-grid{display:grid;grid-template-columns:minmax(360px,.78fr) minmax(440px,1.22fr);gap:90px;align-items:start}
.service-v11-overview-title{font-size:clamp(3.2rem,5.3vw,6.2rem);line-height:.91;letter-spacing:-.065em;margin:16px 0 0;max-width:8.5ch}
.service-v11-overview-copy{padding-top:8px}
.service-v11-statement{font-size:clamp(1.8rem,3.3vw,3.5rem);line-height:1.03;letter-spacing:-.045em;margin:0 0 38px;color:#11120f;max-width:20ch}
.service-v11-overview-copy .lang-block{color:#5d6159;font-size:1.04rem;line-height:1.72;max-width:760px}

.service-v11-problems{padding:118px 0 124px;background:#080908;color:#fff}
.service-v11-section-head{display:grid;grid-template-columns:.42fr 1.58fr;gap:50px;align-items:start;margin-bottom:48px}
.service-v11-section-head h2{font-size:clamp(3rem,5.4vw,6rem);line-height:.9;letter-spacing:-.06em;margin:0;max-width:11ch}
.service-v11-section-head.light h2{color:#080908}
.service-v11-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.12)}
.service-v11-problem-grid article{min-height:330px;padding:28px 28px 34px;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}
.service-v11-problem-grid article:last-child{border-right:0}
.service-v11-problem-grid article::before{content:"";position:absolute;inset:auto -25% -65% 20%;height:90%;background:radial-gradient(circle,var(--service-primary),transparent 66%);opacity:.035;transition:.4s ease}
.service-v11-problem-grid article:hover::before{opacity:.085;transform:translateY(-10px)}
.service-v11-problem-grid article>span{font:700 .62rem/1 ui-monospace,monospace;color:var(--service-primary);letter-spacing:.1em}
.service-v11-problem-grid h3{font-size:clamp(1.8rem,2.7vw,3rem);line-height:1;letter-spacing:-.045em;margin:82px 0 18px}
.service-v11-problem-grid p{color:#aeb3a8;line-height:1.62;max-width:32ch;margin:0}

.service-v11-capabilities{padding:120px 0 128px;background:#f3f1ea;color:#080908}
.service-v11-cap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #d4d0c7}
.service-v11-cap-grid article{display:grid;grid-template-columns:52px minmax(180px,.65fr) minmax(220px,1.35fr);gap:20px;align-items:start;padding:28px 20px 30px 0;border-bottom:1px solid #d4d0c7}
.service-v11-cap-grid article:nth-child(odd){padding-right:36px;border-right:1px solid #d4d0c7}
.service-v11-cap-grid article:nth-child(even){padding-left:36px}
.service-v11-cap-grid article>span{font:700 .58rem/1 ui-monospace,monospace;color:#8c9086}
.service-v11-cap-grid h3{font-size:clamp(1.55rem,2vw,2.25rem);line-height:1.03;letter-spacing:-.04em;margin:0}
.service-v11-cap-grid p{color:#64685f;line-height:1.58;margin:0}
.service-v11-deliverables{margin-top:54px;display:grid;grid-template-columns:.34fr 1.66fr;gap:30px;padding-top:24px;border-top:1px solid #d4d0c7}
.service-v11-deliverables>div{display:flex;flex-wrap:wrap;gap:9px}
.service-v11-deliverables>div span{border:1px solid #cbc8bf;border-radius:999px;padding:10px 13px;font-size:.78rem;background:#ebe9e1}

.service-v11-process{padding:120px 0;background:#0a0b0a;color:#fff}
.service-v11-process-list{border-top:1px solid rgba(255,255,255,.12)}
.service-v11-process-list article{position:relative;display:grid;grid-template-columns:70px minmax(210px,.55fr) minmax(300px,1fr) 80px;gap:22px;align-items:center;padding:30px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.service-v11-process-list article>span{font:700 .62rem/1 ui-monospace,monospace;color:var(--service-primary)}
.service-v11-process-list h3{font-size:clamp(1.8rem,3vw,3.2rem);line-height:.95;letter-spacing:-.05em;margin:0}
.service-v11-process-list p{color:#9ea39a;line-height:1.55;max-width:52ch;margin:0}
.service-v11-process-list i{justify-self:end;width:54px;height:54px;border:1px solid rgba(255,255,255,.13);border-radius:50%;position:relative}
.service-v11-process-list i::after{content:"↗";position:absolute;inset:0;display:grid;place-items:center;color:var(--service-primary);font-style:normal}

.service-v11-tools{padding:110px 0;background:#e9e7df;color:#080908}
.service-v11-tools-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:end}
.service-v11-tools h2{font-size:clamp(3rem,4.8vw,5.3rem);line-height:.93;letter-spacing:-.06em;margin:14px 0 0;max-width:10ch}
.service-v11-tool-cloud{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;align-content:flex-end}
.service-v11-tool-cloud span{font-size:clamp(.88rem,1.15vw,1.08rem);border:1px solid #c9c6bd;border-radius:999px;padding:12px 16px;background:#f1efe8;transition:.25s ease}
.service-v11-tool-cloud span:hover{background:#080908;color:#fff;border-color:#080908;transform:translateY(-2px)}

.service-v11-work{padding:118px 0 126px;background:#070807;color:#fff}
.service-v11-work-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:44px}
.service-v11-work-head h2{font-size:clamp(3.2rem,5.5vw,6rem);line-height:.9;letter-spacing:-.06em;margin:12px 0 0}
.service-v11-work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-v11-work-grid>a{display:block;color:#fff}
.service-v11-work-media{overflow:hidden;border-radius:20px;background:#111}
.service-v11-work-media img{width:100%;aspect-ratio:1.15/1;object-fit:cover;transition:transform .55s var(--ease)}
.service-v11-work-grid>a:hover img{transform:scale(1.025)}
.service-v11-work-grid>a>span{display:block;color:#82877e;font-size:.69rem;letter-spacing:.08em;text-transform:uppercase;margin:15px 0 5px}
.service-v11-work-grid h3{font-size:clamp(1.6rem,2.25vw,2.4rem);letter-spacing:-.04em;margin:0}

.service-v11-faq{padding:118px 0 130px;background:#f3f1ea;color:#080908}
.service-v11-faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:85px;align-items:start}
.service-v11-faq h2{font-size:clamp(3rem,4.9vw,5.4rem);line-height:.92;letter-spacing:-.06em;max-width:9ch;margin:15px 0 0}
.service-v11-faq-list{border-top:1px solid #cfcbc2}
.service-v11-faq-list details{border-bottom:1px solid #cfcbc2}
.service-v11-faq-list summary{cursor:pointer;list-style:none;display:grid;grid-template-columns:44px 1fr 28px;gap:18px;align-items:center;padding:24px 0}
.service-v11-faq-list summary::-webkit-details-marker{display:none}
.service-v11-faq-list summary span{font:700 .6rem/1 ui-monospace,monospace;color:#8b8f86}
.service-v11-faq-list summary strong{font-size:clamp(1.15rem,1.8vw,1.55rem);letter-spacing:-.025em}
.service-v11-faq-list summary i{font-style:normal;font-size:1.5rem;font-weight:300;transition:transform .25s ease}
.service-v11-faq-list details[open] summary i{transform:rotate(45deg)}
.service-v11-faq-list details p{padding:0 50px 25px 62px;color:#62665e;line-height:1.65;max-width:62ch;margin:0}

.service-v11-cta{position:relative;overflow:hidden;padding:126px 0 135px;background:#070807;color:#fff}
.service-v11-cta .container{max-width:1120px;text-align:center}
.service-v11-cta h2{font-size:clamp(3.6rem,6.8vw,7.5rem);line-height:.88;letter-spacing:-.065em;margin:14px auto 22px;max-width:11ch}
.service-v11-cta p{color:#aeb3a9;font-size:1.08rem;max-width:540px;margin:0 auto 28px}
.service-v11-cta-orbit{position:absolute;right:-8vw;top:50%;width:min(50vw,720px);aspect-ratio:1;transform:translateY(-50%);opacity:.18}
.service-v11-cta-orbit i{position:absolute;inset:15%;border:1px solid var(--service-primary);border-radius:50%;animation:serviceV11Orbit 18s linear infinite}
.service-v11-cta-orbit i:nth-child(2){inset:26% 8%;transform:rotate(65deg);border-color:var(--service-secondary);animation-duration:26s;animation-direction:reverse}
.service-v11-cta-orbit i:nth-child(3){inset:8% 31%;transform:rotate(115deg);animation-duration:34s}
@keyframes serviceV11Orbit{to{rotate:360deg}}

@media(max-width:1080px){
  .service-v11-hero-grid,.service-v11-overview-grid,.service-v11-tools-grid,.service-v11-faq-grid{grid-template-columns:1fr;gap:44px}
  .service-v11-hero-system{display:none}
  .service-v11-section-head{grid-template-columns:1fr;gap:18px}
  .service-v11-problem-grid{grid-template-columns:1fr 1fr}
  .service-v11-cap-grid{grid-template-columns:1fr}
  .service-v11-cap-grid article:nth-child(odd),.service-v11-cap-grid article:nth-child(even){padding:28px 0;border-right:0}
  .service-v11-work-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .service-v11-hero{min-height:auto;padding:calc(var(--header) + 60px) 0 72px}
  .service-v11-hero .wooh-page-title{font-size:clamp(3.6rem,16vw,5.7rem)}
  .service-v11-overview,.service-v11-problems,.service-v11-capabilities,.service-v11-process,.service-v11-tools,.service-v11-work,.service-v11-faq,.service-v11-cta{padding:82px 0}
  .service-v11-problem-grid,.service-v11-work-grid{grid-template-columns:1fr}
  .service-v11-problem-grid article{border-right:0;min-height:260px}
  .service-v11-problem-grid h3{margin-top:56px}
  .service-v11-cap-grid article{grid-template-columns:38px 1fr;gap:12px}.service-v11-cap-grid article p{grid-column:2}
  .service-v11-deliverables{grid-template-columns:1fr}
  .service-v11-process-list article{grid-template-columns:44px 1fr;gap:12px}.service-v11-process-list p{grid-column:2}.service-v11-process-list i{display:none}
  .service-v11-work-head{align-items:start;flex-direction:column}
  .service-v11-faq-list details p{padding-left:0;padding-right:0}
  .service-v11-cta-orbit{display:none}
}


/* ============================================================
   V11.1 — SERVICES REPAIR
   Scope: internal service pages + global scroll-to-top only.
   Home remains frozen.
   ============================================================ */
.service-v11-hero{
  min-height:clamp(610px,74svh,700px)!important;
  padding:calc(var(--header) + 46px) 0 62px!important;
  align-items:center!important;
}
.service-v11-hero .container,
.service-v11-overview .container,
.service-v11-problems .container,
.service-v11-capabilities .container,
.service-v11-process .container,
.service-v11-tools .container,
.service-v11-work .container,
.service-v11-faq .container,
.service-v11-cta .container{
  width:min(calc(100% - 72px),var(--max))!important;
  margin-inline:auto!important;
}
.service-v11-hero-grid{
  grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr)!important;
  gap:42px!important;
  align-items:center!important;
}
.service-v11-hero-copyblock{max-width:660px!important;position:relative;z-index:5}
.service-v11-kicker{margin-bottom:16px!important}
.service-v11-hero .wooh-page-title{
  font-size:clamp(4.2rem,6.2vw,7rem)!important;
  line-height:.86!important;
  letter-spacing:-.068em!important;
  max-width:9ch!important;
}
.service-v11-hero-copy{font-size:clamp(1rem,1.2vw,1.18rem)!important;max-width:570px!important;margin-top:24px!important}
.service-v11-hero-actions{margin-top:28px!important}
.service-v11-hero-shade{
  background:linear-gradient(90deg,rgba(5,6,5,.99) 0%,rgba(5,6,5,.94) 36%,rgba(5,6,5,.50) 60%,rgba(5,6,5,.18) 100%),linear-gradient(180deg,rgba(5,6,5,.10),rgba(5,6,5,.58))!important;
}
.service-v11-hero-visual{position:relative;justify-self:end;width:min(620px,42vw);aspect-ratio:1;display:grid;place-items:center;z-index:4;opacity:.92}
.service-v11-hero-visual::before{content:"";position:absolute;inset:16%;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--service-primary) 18%,transparent) 0%,color-mix(in srgb,var(--service-secondary) 7%,transparent) 34%,transparent 70%);filter:blur(8px)}
.service-v11-orbit{position:absolute;inset:17%;border:1px solid color-mix(in srgb,var(--service-primary) 42%,transparent);border-radius:50%;animation:serviceV111Orbit 18s linear infinite;transform:rotate(14deg) scaleX(1.15)}
.service-v11-orbit-b{inset:25% 7%;border-color:color-mix(in srgb,var(--service-secondary) 38%,transparent);transform:rotate(67deg) scaleX(.83);animation-duration:25s;animation-direction:reverse}
.service-v11-orbit-c{inset:8% 29%;border-color:rgba(255,255,255,.12);transform:rotate(118deg) scaleX(.72);animation-duration:31s}
.service-v11-orbit i{position:absolute;width:8px;height:8px;border-radius:50%;right:9%;top:47%;background:var(--service-primary);box-shadow:0 0 0 8px color-mix(in srgb,var(--service-primary) 9%,transparent),0 0 26px color-mix(in srgb,var(--service-primary) 36%,transparent)}
.service-v11-orbit-b i{left:17%;right:auto;background:var(--service-secondary);box-shadow:0 0 0 7px color-mix(in srgb,var(--service-secondary) 8%,transparent),0 0 24px color-mix(in srgb,var(--service-secondary) 32%,transparent)}
.service-v11-visual-core{position:relative;width:44%;aspect-ratio:1;border:1px solid color-mix(in srgb,var(--service-primary) 35%,transparent);transform:rotate(31deg);display:grid;place-items:center;clip-path:polygon(50% 0,92% 25%,92% 75%,50% 100%,8% 75%,8% 25%)}
.service-v11-visual-core::before,.service-v11-visual-core::after{content:"";position:absolute;border:1px solid color-mix(in srgb,var(--service-secondary) 24%,transparent);inset:18%;border-radius:50%}
.service-v11-visual-core::after{inset:34%;border-color:color-mix(in srgb,var(--service-primary) 52%,transparent)}
.service-v11-visual-core span{width:8px;height:8px;border-radius:50%;background:var(--service-primary);box-shadow:0 0 30px var(--service-primary)}
.service-v11-visual-core b{position:absolute;inset:48% -40%;height:1px;background:linear-gradient(90deg,transparent,var(--service-primary),transparent);transform:rotate(-31deg)}
.service-v11-hero-system{position:absolute!important;right:0;bottom:4%;margin:0!important;align-self:auto!important;justify-self:auto!important;z-index:6}
@keyframes serviceV111Orbit{to{rotate:360deg}}

.service-v11-overview{padding:104px 0 112px!important}
.service-v11-overview-grid{grid-template-columns:minmax(300px,.72fr) minmax(420px,1.28fr)!important;gap:72px!important}
.service-v11-overview-title{font-size:clamp(3rem,4.7vw,5.4rem)!important;max-width:9.5ch!important}
.service-v11-statement{font-size:clamp(1.65rem,2.75vw,3rem)!important;margin-bottom:30px!important}
.service-v11-problems,.service-v11-capabilities,.service-v11-process,.service-v11-tools,.service-v11-work,.service-v11-faq{padding-top:104px!important;padding-bottom:110px!important}
.service-v11-section-head{grid-template-columns:.36fr 1.64fr!important;gap:42px!important;margin-bottom:38px!important}
.service-v11-section-head h2{font-size:clamp(2.8rem,4.45vw,5rem)!important;max-width:12ch!important}
.service-v11-problem-grid article{min-height:280px!important;padding:26px 26px 30px!important}
.service-v11-problem-grid h3{font-size:clamp(1.65rem,2.3vw,2.65rem)!important;margin:64px 0 16px!important}
.service-v11-cap-grid article{padding-top:24px!important;padding-bottom:26px!important}
.service-v11-process-list article{padding:26px 0!important}
.service-v11-tools{background:#efede6!important}
.service-v11-tools-grid{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr)!important;gap:64px!important;align-items:center!important}
.service-v11-tools h2{font-size:clamp(2.9rem,4.35vw,4.9rem)!important;max-width:9.2ch!important}
.service-v11-tool-cloud{gap:10px!important;align-items:flex-start!important;align-content:center!important}
.service-v11-tool-cloud span{white-space:nowrap!important;background:#f8f6ef!important;border-color:#cbc8be!important;padding:11px 15px!important}

.wooh-scroll-top{position:fixed;right:26px;bottom:98px;z-index:9990;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(8,9,8,.86);backdrop-filter:blur(12px);color:#fff;display:grid;place-items:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s ease;box-shadow:0 12px 35px rgba(0,0,0,.2)}
.wooh-scroll-top.is-visible{opacity:1;visibility:visible;transform:none}.wooh-scroll-top:hover{border-color:var(--acid);color:var(--acid);transform:translateY(-2px)}
.wooh-scroll-top span{font-size:18px;line-height:1}.wooh-scroll-top small{position:absolute;font:700 7px/1 ui-monospace,monospace;letter-spacing:.12em;bottom:8px;opacity:.58}.wooh-scroll-top span{transform:translateY(-4px)}
@media(max-width:1050px){
  .service-v11-hero-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.75fr)!important}
  .service-v11-hero-visual{width:min(500px,40vw)}
  .service-v11-overview-grid,.service-v11-tools-grid{grid-template-columns:1fr!important;gap:38px!important}
}
@media(max-width:820px){
  .service-v11-hero{min-height:auto!important;padding:calc(var(--header) + 54px) 0 68px!important}
  .service-v11-hero .container,.service-v11-overview .container,.service-v11-problems .container,.service-v11-capabilities .container,.service-v11-process .container,.service-v11-tools .container,.service-v11-work .container,.service-v11-faq .container,.service-v11-cta .container{width:min(calc(100% - 38px),var(--max))!important}
  .service-v11-hero-grid{grid-template-columns:1fr!important;gap:24px!important}
  .service-v11-hero-visual{width:min(420px,84vw);justify-self:center;opacity:.72;margin-top:4px}
  .service-v11-hero .wooh-page-title{font-size:clamp(3.6rem,14.5vw,5.5rem)!important}
  .service-v11-hero-system{display:none!important}
  .service-v11-section-head{grid-template-columns:1fr!important;gap:15px!important}
  .wooh-scroll-top{right:16px;bottom:88px;width:44px;height:44px}
}
@media(prefers-reduced-motion:reduce){.service-v11-orbit{animation:none!important}.wooh-scroll-top{transition:none!important}}


/* ============================================================
   V11.1.1 — SERVICES CONVERSION REORDER
   Scope: single service pages only. Home is untouched.
   Commercial flow: Promise → Proof → Why → What → Transformation
   → Short process → More proof → FAQ → CTA.
   ============================================================ */
.service-v1111 .service-v11-hero{min-height:min(720px,82svh)!important}
.service-v1111 .service-v11-hero .wooh-page-title{max-width:9ch!important}
.service-v1111 .service-v11-hero-copy{max-width:540px!important}
.service-v1111-proof{padding:92px 0 96px;background:#070807;color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.service-v1111-proof-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}
.service-v1111-proof-head h2{font-size:clamp(2.8rem,5vw,5.8rem);line-height:.9;letter-spacing:-.06em;margin:10px 0 0;max-width:10ch}
.service-v1111-textlink{font-size:.86rem;color:#d7dbd2;border-bottom:1px solid rgba(255,255,255,.22);padding-bottom:7px}
.service-v1111-proof-grid{display:grid;grid-template-columns:1.45fr .85fr;gap:16px;align-items:stretch}
.service-v1111-proof-card{display:flex;flex-direction:column;color:#fff;min-width:0}
.service-v1111-proof-media{position:relative;overflow:hidden;border-radius:22px;background:#111;aspect-ratio:1.28/1}
.service-v1111-proof-card:not(.is-primary) .service-v1111-proof-media{aspect-ratio:1/1}
.service-v1111-proof-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.32))}
.service-v1111-proof-media img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}
.service-v1111-proof-card:hover img{transform:scale(1.025)}
.service-v1111-proof-meta{display:flex;justify-content:space-between;align-items:center;margin:15px 0 7px;color:#858a81;font:.68rem/1.2 ui-monospace,monospace;letter-spacing:.09em;text-transform:uppercase}
.service-v1111-proof-meta b{color:var(--service-primary);font-size:1rem}
.service-v1111-proof-card h3{font-size:clamp(1.8rem,3vw,3.35rem);line-height:.95;letter-spacing:-.05em;margin:0}
.service-v1111-inline-cta{margin-top:46px;padding:20px 0 0;border-top:1px solid rgba(255,255,255,.10);display:flex;align-items:center;justify-content:space-between;gap:24px}
.service-v1111-inline-cta p{font-size:clamp(1.15rem,1.8vw,1.55rem);margin:0;color:#d5d8d1;max-width:34ch}
.service-v1111-why{padding:96px 0 100px!important;background:#f3f1ea!important;color:#080908!important}
.service-v1111-why-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,.7fr);gap:90px;align-items:start}
.service-v1111-why .service-v11-overview-title{font-size:clamp(3rem,5.7vw,6rem)!important;line-height:.9!important;max-width:9ch!important}
.service-v1111-why .service-v11-statement{font-size:clamp(1.45rem,2.2vw,2.2rem)!important;line-height:1.12!important;color:#111!important;max-width:22ch!important}
.service-v1111-overview-short{color:#656960;line-height:1.65;font-size:1rem;max-width:48ch;margin:26px 0 0}
.service-v1111-problems{padding:92px 0 98px!important}
.service-v1111-section-head{margin-bottom:36px!important}
.service-v1111-section-head h2{font-size:clamp(2.8rem,4.8vw,5rem)!important;max-width:12ch!important}
.service-v1111-problems .service-v11-problem-grid article{min-height:260px!important;padding-top:26px!important;padding-bottom:30px!important}
.service-v1111-capabilities{padding:100px 0 104px!important}
.service-v1111-capabilities .service-v11-cap-grid{gap:10px!important}
.service-v1111-capabilities .service-v11-cap-grid article{min-height:260px!important}
.service-v1111-capabilities .service-v11-deliverables{margin-top:46px!important}
.service-v1111-capabilities .service-v1111-inline-cta{border-top-color:#d3d0c7;margin-top:42px}
.service-v1111-capabilities .service-v1111-inline-cta p{color:#353833}
.service-v1111-transformation{padding:96px 0 102px;background:#0a0b0a;color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.service-v1111-transform-head{display:grid;grid-template-columns:.4fr 1fr;gap:60px;align-items:start;margin-bottom:42px}
.service-v1111-transform-head h2{font-size:clamp(3rem,5.2vw,5.8rem);line-height:.9;letter-spacing:-.06em;margin:0;max-width:10ch}
.service-v1111-transform-grid{border-top:1px solid rgba(255,255,255,.12)}
.service-v1111-transform-grid article{display:grid;grid-template-columns:1fr 70px 1fr;gap:28px;align-items:center;padding:30px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.service-v1111-transform-grid article>div{display:grid;gap:8px}
.service-v1111-transform-grid span{font:700 .58rem/1 ui-monospace,monospace;letter-spacing:.12em;color:#777d73}
.service-v1111-transform-grid strong{font-size:clamp(1.45rem,2.5vw,2.7rem);line-height:1;letter-spacing:-.045em}
.service-v1111-transform-grid i{font-style:normal;color:var(--service-primary);font-size:1.5rem;text-align:center}
.service-v1111-process{padding:92px 0 98px!important}
.service-v1111-process .service-v11-process-list article{padding:22px 0!important}
.service-v1111-process .service-v11-process-list h3{font-size:clamp(1.6rem,2.5vw,2.6rem)!important}
.service-v1111-more-work{padding:96px 0 104px!important}
.service-v1111 .service-v11-faq{padding-top:96px!important}
/* Tools remain editable in the backend but intentionally do not occupy a commercial section in V11.1.1. */
@media(max-width:980px){
  .service-v1111-proof-grid,.service-v1111-why-grid,.service-v1111-transform-head{grid-template-columns:1fr;gap:34px}
  .service-v1111-proof-grid{grid-template-columns:1fr 1fr}
  .service-v1111-transform-grid article{grid-template-columns:1fr 46px 1fr}
}
@media(max-width:680px){
  .service-v1111-proof{padding:72px 0 76px}
  .service-v1111-proof-head,.service-v1111-inline-cta{align-items:flex-start;flex-direction:column}
  .service-v1111-proof-grid{grid-template-columns:1fr}
  .service-v1111-proof-card:not(.is-primary) .service-v1111-proof-media,.service-v1111-proof-media{aspect-ratio:1.08/1}
  .service-v1111-why,.service-v1111-problems,.service-v1111-capabilities,.service-v1111-transformation,.service-v1111-process,.service-v1111-more-work{padding-top:76px!important;padding-bottom:80px!important}
  .service-v1111-transform-grid article{grid-template-columns:1fr;gap:12px;padding:25px 0}
  .service-v1111-transform-grid i{text-align:left;transform:rotate(90deg);width:22px}
}


/* ============================================================
   V11.3 — Leads & Forms
   Contact-only form states; Home/Services/Projects untouched.
   ============================================================ */
.wooh-form-status{margin:0 0 18px;padding:15px 17px;border-radius:14px;font-weight:650;line-height:1.45;border:1px solid transparent}
.wooh-form-status[hidden]{display:none!important}.wooh-form-status.is-success{background:#eff8c9;border-color:#cfdf6c;color:#273000}.wooh-form-status.is-error{background:#fff0ed;border-color:#e6b7ae;color:#7b261d}
.contact-form-v90 .wooh-consent-field{margin-top:-2px}.wooh-consent{display:flex!important;align-items:flex-start;gap:10px;color:#555b52;font-size:.82rem;line-height:1.5;cursor:pointer}.wooh-consent input{width:17px!important;height:17px!important;min-width:17px;margin:2px 0 0!important;accent-color:#080908;box-shadow:none!important}
.contact-form-v90 [data-submit-button][disabled]{opacity:.62;cursor:wait;transform:none!important}.contact-form-v90 [data-submit-button].is-loading .arrow{animation:woohLeadArrow .75s linear infinite}@keyframes woohLeadArrow{to{transform:rotate(360deg)}}

/* ============================================================
   WOOH V11.6 — SERVICES EXPERIENCE SYSTEM
   Scope: singular Service pages only. Home / Projects untouched.
   ============================================================ */
.service-v116{background:#080908;color:#f7f7f2;--svc-paper:#f3f1ea;--svc-ink:#080908}
.service-v116 .container{position:relative;z-index:2}
.service-v116-hero{position:relative;min-height:calc(100svh - var(--header));display:flex;align-items:center;overflow:hidden;padding:124px 0 90px;background:#080908}
.service-v116-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 78% 42%,color-mix(in srgb,var(--service-primary) 14%,transparent),transparent 30%),radial-gradient(circle at 84% 55%,color-mix(in srgb,var(--service-secondary) 9%,transparent),transparent 24%)}
.service-v116-hero-bg::after{content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,transparent 35%,#000 76%,transparent)}
.service-v116-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);gap:76px;align-items:center}
.service-v116-kicker{color:var(--service-primary);margin-bottom:22px}
.service-v116-service-name{display:inline-flex;margin-bottom:16px;padding:7px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#a8aca4;font:700 .58rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;text-transform:uppercase}
.service-v116-hero h1{max-width:8.7ch;margin:0;font-size:clamp(4.8rem,7.7vw,9.2rem);line-height:.84;letter-spacing:-.075em;font-weight:760;color:#fff}
.service-v116-hero-copy{max-width:570px;margin:30px 0 0;color:#b4b8af;font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.62}
.service-v116-hero-actions{display:flex;align-items:center;gap:25px;margin-top:38px;flex-wrap:wrap}
.service-v116-secondary{display:inline-flex;align-items:center;gap:10px;color:#d9dcd5;font-size:.84rem;font-weight:700}
.service-v116-secondary i{font-style:normal;transition:transform .25s ease}.service-v116-secondary:hover i{transform:translateY(4px)}
.service-v116-hero-demo{position:relative;height:min(600px,68svh);min-height:500px;border:1px solid rgba(255,255,255,.1);border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012));overflow:hidden;box-shadow:0 35px 110px rgba(0,0,0,.35);transition:transform .35s cubic-bezier(.16,1,.3,1);transform-style:preserve-3d}
.service-v116-demo-grid{position:absolute;inset:0;opacity:.17;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:34px 34px;mask-image:radial-gradient(circle at 50% 48%,#000 5%,transparent 70%)}
.service-v116-demo-label{position:absolute;top:24px;left:26px;color:#83887f;font:700 .58rem/1 ui-monospace,monospace;letter-spacing:.14em}
.service-v116-demo-icon{position:absolute;left:50%;top:45%;width:230px;height:230px;transform:translate(-50%,-50%);display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--service-primary) 12%,transparent),transparent 66%)}
.service-v116-demo-icon svg{width:64%;height:64%;fill:none;stroke:#f5f6f1;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 18px color-mix(in srgb,var(--service-primary) 22%,transparent))}
.service-v116-demo-icon .i-live{stroke:var(--service-primary);animation:svc116Dash 3.2s ease-in-out infinite}
.service-v116-demo-chip{position:absolute;display:flex;gap:9px;align-items:center;max-width:220px;padding:11px 14px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(8,9,8,.76);backdrop-filter:blur(12px);font-size:.72rem;color:#d9dcd5;box-shadow:0 16px 40px rgba(0,0,0,.28);animation:svc116Float 6s ease-in-out infinite}
.service-v116-demo-chip b{color:var(--service-primary);font:700 .55rem/1 ui-monospace,monospace}.service-v116-demo-chip span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.service-v116-demo-chip.chip-1{left:7%;top:25%}.service-v116-demo-chip.chip-2{right:6%;top:34%;animation-delay:-2s}.service-v116-demo-chip.chip-3{left:13%;bottom:15%;animation-delay:-4s}
.service-v116-orbit{position:absolute;left:50%;top:45%;border:1px solid color-mix(in srgb,var(--service-primary) 38%,transparent);border-radius:50%;pointer-events:none}.service-v116-orbit.orbit-a{width:390px;height:190px;transform:translate(-50%,-50%) rotate(-17deg);animation:svc116Orbit 16s linear infinite}.service-v116-orbit.orbit-b{width:270px;height:350px;transform:translate(-50%,-50%) rotate(38deg);border-color:color-mix(in srgb,var(--service-secondary) 28%,transparent);animation:svc116OrbitB 20s linear infinite reverse}
.service-v116-spark{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--service-primary);box-shadow:0 0 18px color-mix(in srgb,var(--service-primary) 78%,transparent);animation:svc116Pulse 2.4s ease-in-out infinite}.service-v116-spark.spark-a{right:20%;top:20%}.service-v116-spark.spark-b{left:23%;bottom:22%;background:var(--service-secondary);animation-delay:-1.1s}

.service-v116-proof,.service-v116-process,.service-v116-faq{padding:118px 0;background:#0b0c0b}
.service-v116-section-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.55fr);gap:50px;align-items:end;margin-bottom:48px}
.service-v116-section-head h2,.service-v116-outcomes h2,.service-v116-fit h2,.service-v116-faq h2{margin:10px 0 0;font-size:clamp(3rem,5.4vw,6.1rem);line-height:.91;letter-spacing:-.062em;font-weight:720;max-width:11ch}
.service-v116-section-head>a{justify-self:end;color:#c1c4bd;font-size:.79rem}.service-v116-section-head>a:hover{color:var(--service-primary)}
.service-v116-proof-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:15px}
.service-v116-proof-card{display:block;color:#fff;min-width:0}.service-v116-proof-media{position:relative;overflow:hidden;border-radius:26px;background:#151615;aspect-ratio:1.12/1}.service-v116-proof-card:not(.is-large) .service-v116-proof-media{aspect-ratio:.82/1}.service-v116-proof-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.32))}.service-v116-proof-media img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}.service-v116-proof-card:hover img{transform:scale(1.025)}
.service-v116-proof-card>div:last-child{display:grid;grid-template-columns:1fr auto;gap:5px;margin-top:14px;align-items:end}.service-v116-proof-card span{font-size:.64rem;color:#82877e;text-transform:uppercase;letter-spacing:.1em}.service-v116-proof-card h3{grid-column:1;margin:0;font-size:clamp(1.7rem,2.6vw,3.2rem);line-height:.95;letter-spacing:-.045em}.service-v116-proof-card b{grid-column:2;grid-row:1/3;font-size:1.2rem;color:var(--service-primary)}
.service-v116-cta-rail{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:50px;padding:24px 0 0;border-top:1px solid rgba(255,255,255,.1)}.service-v116-cta-rail p{margin:0;color:#c5c8c1;font-size:1rem}

.service-v116-options{padding:128px 0;background:var(--svc-paper);color:var(--svc-ink)}
.service-v116-options .eyebrow{color:#686c64}.service-v116-options .service-v116-section-head h2{color:#080908}.service-v116-head-copy{max-width:420px;margin:0;color:#61665d;line-height:1.65}
.service-v116-option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.service-v116-option-card{position:relative;min-height:360px;padding:26px;border:1px solid #d9d5cc;border-radius:24px;background:#f7f5ef;display:flex;flex-direction:column;transition:transform .35s var(--ease),background .35s ease,border-color .35s ease,box-shadow .35s ease;overflow:hidden}
.service-v116-option-card::before{content:"";position:absolute;inset:auto -25% -55% 20%;height:70%;background:radial-gradient(circle,color-mix(in srgb,var(--service-primary) 17%,transparent),transparent 68%);opacity:0;transition:opacity .3s ease}.service-v116-option-card:hover,.service-v116-option-card.is-active{transform:translateY(-5px);background:#fff;border-color:color-mix(in srgb,var(--service-primary) 50%,#d9d5cc);box-shadow:0 24px 60px rgba(12,13,12,.08)}.service-v116-option-card:hover::before,.service-v116-option-card.is-active::before{opacity:1}
.service-v116-icon-wrap{width:82px;height:82px;margin-bottom:38px;display:grid;place-items:center;border-radius:20px;border:1px solid #d8d4cb;background:#efede6;transition:transform .35s var(--ease),background .35s ease}.service-v116-option-card:hover .service-v116-icon-wrap{transform:rotate(-3deg) scale(1.035);background:#080908}
.service-v116-icon-wrap svg{width:54px;height:54px;fill:none;stroke:#11130f;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.service-v116-option-card:hover .service-v116-icon-wrap svg{stroke:#f7f7f2}.service-v116-icon-wrap .i-live{stroke:var(--service-primary);stroke-dasharray:90;stroke-dashoffset:0;animation:svc116Dash 3.4s ease-in-out infinite}
.service-v116-option-card>span{position:absolute;right:24px;top:24px;color:#9b9f96;font:700 .57rem/1 ui-monospace,monospace;letter-spacing:.1em}.service-v116-option-card h3{position:relative;margin:auto 0 10px;font-size:clamp(1.55rem,2.1vw,2.35rem);line-height:.98;letter-spacing:-.045em}.service-v116-option-card p{position:relative;margin:0 0 22px;color:#5f645b;line-height:1.55;font-size:.93rem}.service-v116-option-card>a{position:relative;display:inline-flex;gap:7px;align-items:center;color:#11130f;font-size:.73rem;font-weight:750;opacity:.62;transition:opacity .2s ease,transform .2s ease}.service-v116-option-card:hover>a{opacity:1;transform:translateX(3px)}

.service-v116-outcomes{padding:126px 0;background:#080908;color:#fff}.service-v116-outcomes-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.service-v116-outcomes-copy p{max-width:470px;color:#9fa39a;line-height:1.65;margin-top:25px}.service-v116-outcome-list{border-top:1px solid rgba(255,255,255,.1)}.service-v116-outcome-list article{display:grid;grid-template-columns:54px 1fr;gap:22px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.1)}.service-v116-outcome-list article>i{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid color-mix(in srgb,var(--service-primary) 45%,rgba(255,255,255,.1));background:color-mix(in srgb,var(--service-primary) 5%,transparent)}.service-v116-outcome-list svg{width:24px;height:24px;fill:none;stroke:var(--service-primary);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.service-v116-outcome-list h3{font-size:1.7rem;letter-spacing:-.035em;margin:0 0 7px}.service-v116-outcome-list p{margin:0;color:#9fa39a;line-height:1.55}.service-v116-cta-rail.is-light{margin-top:58px}

.service-v116-process{background:#101110}.service-v116-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(255,255,255,.1)}.service-v116-process-grid article{position:relative;padding:28px 28px 20px 0;border-right:1px solid rgba(255,255,255,.1);min-height:265px}.service-v116-process-grid article+article{padding-left:28px}.service-v116-process-grid article:last-child{border-right:0}.service-v116-process-grid>article>span{color:var(--service-primary);font:700 .63rem/1 ui-monospace,monospace;letter-spacing:.12em}.service-v116-process-node{position:relative;height:40px;margin:22px 0}.service-v116-process-node::before{content:"";position:absolute;left:0;right:-28px;top:50%;height:1px;background:rgba(255,255,255,.09)}.service-v116-process-node i{position:absolute;left:0;top:50%;width:10px;height:10px;margin-top:-5px;border-radius:50%;background:var(--service-primary);box-shadow:0 0 0 7px color-mix(in srgb,var(--service-primary) 8%,transparent),0 0 17px color-mix(in srgb,var(--service-primary) 35%,transparent);animation:svc116Pulse 2.8s ease-in-out infinite}.service-v116-process-grid h3{font-size:1.7rem;letter-spacing:-.035em;margin:0 0 9px}.service-v116-process-grid p{color:#969b91;line-height:1.55;margin:0;font-size:.91rem}

.service-v116-fit{padding:124px 0;background:var(--svc-paper);color:#080908}.service-v116-fit-grid{display:grid;grid-template-columns:1fr .82fr;gap:90px}.service-v116-fit .eyebrow{color:#6f736b}.service-v116-fit-list{display:grid;gap:0;margin-top:36px;border-top:1px solid #d7d3ca}.service-v116-fit-list>span{display:grid;grid-template-columns:16px 1fr;gap:13px;align-items:center;padding:18px 0;border-bottom:1px solid #d7d3ca}.service-v116-fit-list i{width:7px;height:7px;border-radius:50%;background:var(--service-primary);box-shadow:0 0 0 5px color-mix(in srgb,var(--service-primary) 12%,transparent)}.service-v116-fit-list b{font-size:1.05rem;font-weight:650}.service-v116-deliver{padding:30px;border:1px solid #d7d3ca;border-radius:25px;background:#ebe9e2}.service-v116-deliver>div{margin-top:20px}.service-v116-deliver p{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:13px 0;margin:0;border-bottom:1px solid #d5d1c8}.service-v116-deliver p:last-child{border-bottom:0}.service-v116-deliver p span{font:700 .58rem/1.5 ui-monospace,monospace;color:#858980}.service-v116-deliver p b{font-size:.92rem;font-weight:650}

.service-v116-faq{background:#0b0c0b}.service-v116-faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.service-v116-faq h2{max-width:9ch}.service-v116-faq details{border-top:1px solid rgba(255,255,255,.1)}.service-v116-faq details:last-child{border-bottom:1px solid rgba(255,255,255,.1)}.service-v116-faq summary{list-style:none;display:grid;grid-template-columns:35px 1fr 24px;gap:12px;align-items:center;padding:24px 0;cursor:pointer}.service-v116-faq summary::-webkit-details-marker{display:none}.service-v116-faq summary>span{color:var(--service-primary);font:700 .59rem/1 ui-monospace,monospace}.service-v116-faq summary strong{font-size:1.08rem}.service-v116-faq summary i{font-style:normal;font-size:1.35rem;transition:transform .25s ease}.service-v116-faq details[open] summary i{transform:rotate(45deg)}.service-v116-faq details p{max-width:690px;margin:-5px 0 24px 47px;color:#9da198;line-height:1.62}

.service-v116-final{position:relative;overflow:hidden;padding:138px 0;background:#080908;border-top:1px solid rgba(255,255,255,.08)}.service-v116-final .container{max-width:1100px}.service-v116-final h2{max-width:9ch;margin:12px 0 22px;font-size:clamp(4rem,8.2vw,9rem);line-height:.84;letter-spacing:-.075em}.service-v116-final p{max-width:570px;color:#a5a9a0;font-size:1.05rem;line-height:1.65;margin-bottom:32px}.service-v116-final-orbit{position:absolute;right:-90px;top:50%;width:520px;height:520px;transform:translateY(-50%);border:1px solid color-mix(in srgb,var(--service-primary) 18%,transparent);border-radius:50%}.service-v116-final-orbit::before,.service-v116-final-orbit::after{content:"";position:absolute;inset:15%;border:1px solid color-mix(in srgb,var(--service-secondary) 17%,transparent);border-radius:50%;transform:rotate(45deg) scaleY(.52)}.service-v116-final-orbit::after{inset:28%;transform:rotate(-30deg) scaleY(.62)}.service-v116-final-orbit i,.service-v116-final-orbit b{position:absolute;border-radius:50%;background:var(--service-primary);box-shadow:0 0 20px color-mix(in srgb,var(--service-primary) 60%,transparent)}.service-v116-final-orbit i:first-child{width:8px;height:8px;top:18%;left:20%;animation:svc116Pulse 2.2s ease-in-out infinite}.service-v116-final-orbit i:nth-child(2){width:5px;height:5px;right:14%;top:45%;background:var(--service-secondary);animation:svc116Pulse 3s ease-in-out infinite reverse}.service-v116-final-orbit b{width:10px;height:10px;bottom:20%;left:36%;animation:svc116Pulse 2.7s ease-in-out infinite}

/* Service-specific accents only. No global/Home changes. */
.service-v116-web-ecommerce{--service-primary:#63c8ff;--service-secondary:#e7ff4f}
.service-v116-branding{--service-primary:#b84cff;--service-secondary:#ff63b7}
.service-v116-growth{--service-primary:#e7ff4f;--service-secondary:#4f8dff}
.service-v116-content{--service-primary:#ff7655;--service-secondary:#ffb07c}
.service-v116-amazon{--service-primary:#ff9d42;--service-secondary:#e7ff4f}

@keyframes svc116Dash{0%,100%{stroke-dashoffset:0;opacity:1}50%{stroke-dashoffset:30;opacity:.55}}
@keyframes svc116Float{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-8px,0)}}
@keyframes svc116Pulse{0%,100%{transform:scale(.88);opacity:.55}50%{transform:scale(1.12);opacity:1}}
@keyframes svc116Orbit{to{transform:translate(-50%,-50%) rotate(343deg)}}
@keyframes svc116OrbitB{to{transform:translate(-50%,-50%) rotate(398deg)}}

@media(max-width:1120px){
 .service-v116-hero-grid{grid-template-columns:1fr 460px;gap:45px}.service-v116-hero h1{font-size:clamp(4.7rem,8.5vw,7.3rem)}
 .service-v116-option-grid{grid-template-columns:repeat(2,1fr)}.service-v116-outcomes-grid,.service-v116-fit-grid,.service-v116-faq-grid{gap:55px}
}
@media(max-width:900px){
 .service-v116-hero{min-height:auto;padding:120px 0 72px}.service-v116-hero-grid{grid-template-columns:1fr}.service-v116-hero-demo{height:470px;min-height:0}.service-v116-hero h1{font-size:clamp(4rem,13vw,7.2rem)}
 .service-v116-section-head,.service-v116-outcomes-grid,.service-v116-fit-grid,.service-v116-faq-grid{grid-template-columns:1fr;gap:35px}.service-v116-section-head>a{justify-self:start}.service-v116-proof-grid{grid-template-columns:1fr}.service-v116-proof-card:not(.is-large) .service-v116-proof-media{aspect-ratio:1.12/1}
 .service-v116-process-grid{grid-template-columns:repeat(2,1fr)}.service-v116-process-grid article:nth-child(2){border-right:0}.service-v116-process-grid article:nth-child(n+3){border-top:1px solid rgba(255,255,255,.1)}
 .service-v116-final-orbit{opacity:.45;right:-250px}
}
@media(max-width:620px){
 .service-v116-hero{padding:105px 0 64px}.service-v116-hero h1{font-size:clamp(3.5rem,16vw,5.5rem)}.service-v116-hero-copy{margin-top:22px}.service-v116-hero-demo{height:390px;border-radius:24px}.service-v116-demo-icon{width:170px;height:170px}.service-v116-orbit.orbit-a{width:280px;height:140px}.service-v116-orbit.orbit-b{width:200px;height:270px}.service-v116-demo-chip{max-width:180px;padding:9px 11px;font-size:.64rem}.service-v116-demo-chip.chip-1{left:3%}.service-v116-demo-chip.chip-2{right:2%}.service-v116-demo-chip.chip-3{left:7%}
 .service-v116-proof,.service-v116-options,.service-v116-outcomes,.service-v116-process,.service-v116-fit,.service-v116-faq,.service-v116-final{padding:84px 0}.service-v116-section-head h2,.service-v116-outcomes h2,.service-v116-fit h2,.service-v116-faq h2{font-size:clamp(2.7rem,12vw,4.6rem)}
 .service-v116-option-grid{grid-template-columns:1fr}.service-v116-option-card{min-height:320px}.service-v116-outcome-list article{grid-template-columns:45px 1fr}.service-v116-process-grid{grid-template-columns:1fr}.service-v116-process-grid article,.service-v116-process-grid article+article{padding:24px 0;border-right:0;border-top:1px solid rgba(255,255,255,.1)}.service-v116-process-grid article:first-child{border-top:0}.service-v116-process-node::before{right:0}.service-v116-cta-rail{align-items:flex-start;flex-direction:column}.service-v116-final h2{font-size:clamp(3.7rem,15vw,6rem)}
}
@media(prefers-reduced-motion:reduce){.service-v116 *{animation-duration:.001ms!important;animation-iteration-count:1!important}.service-v116-hero-demo{transform:none!important}}

/* ============================================================
   V11.6.1 — Services Editable System
   Scope: singular Service pages ONLY. Home / Projects untouched.
   ============================================================ */
.service-v116{font-size:var(--svc-body-size,16px)}
.service-v116-hero{background:var(--svc-section-bg,var(--svc-hero-bg,#080908))}
.service-v116-proof{background:var(--svc-section-bg,var(--svc-proof-bg,#0b0c0b))}
.service-v116-options{background:var(--svc-section-bg,var(--svc-options-bg,#f3f1ea))}
.service-v116-outcomes{background:var(--svc-section-bg,var(--svc-outcomes-bg,#080908))}
.service-v116-process{background:var(--svc-section-bg,var(--svc-process-bg,#101110))}
.service-v116-fit{background:var(--svc-section-bg,var(--svc-fit-bg,#f3f1ea))}
.service-v116-faq{background:var(--svc-section-bg,var(--svc-faq-bg,#0b0c0b))}
.service-v116-final{background:var(--svc-section-bg,var(--svc-cta-bg,#080908))}

/* One typography system for every internal service page. */
.service-v116-hero h1{
  font-size:clamp(3.7rem,6.2vw,var(--svc-h1-size,92px));
  line-height:.88;
  letter-spacing:-.067em;
  max-width:9.4ch
}
.service-v116-section-head h2,
.service-v116-outcomes h2,
.service-v116-fit h2,
.service-v116-faq h2,
.service-v116-final h2{
  font-size:clamp(2.45rem,4.05vw,var(--svc-h2-size,58px));
  line-height:.94;
  letter-spacing:-.052em;
  max-width:12ch
}
.service-v116-option-card h3,
.service-v116-outcome-list h3,
.service-v116-process-grid h3,
.service-v116-proof-card h3{
  font-size:clamp(1.25rem,1.65vw,var(--svc-h3-size,25px));
  line-height:1.02;
  letter-spacing:-.035em
}
.service-v116-hero-copy,
.service-v116-head-copy,
.service-v116-option-card p,
.service-v116-outcomes-copy p,
.service-v116-outcome-list p,
.service-v116-process-grid p,
.service-v116-faq details p,
.service-v116-final p{
  font-size:var(--svc-body-size,16px)
}

/* Smaller, calmer related-work presentation. */
.service-v116-proof .container{max-width:min(var(--max),1320px)}
.service-v116-proof-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  max-width:1080px
}
.service-v116-proof-media,
.service-v116-proof-card:not(.is-large) .service-v116-proof-media{
  height:var(--svc-project-height,330px);
  max-height:420px;
  aspect-ratio:auto;
  border-radius:var(--svc-card-radius,22px)
}
.service-v116-proof-card>div:last-child{margin-top:11px}
.service-v116-proof-card h3{max-width:18ch}

/* Capability cards: uploaded icon/background + per-card colors. */
.service-v116-option-card{
  min-height:330px;
  border-radius:var(--svc-card-radius,22px);
  background:var(--cap-bg,#f7f5ef);
  color:var(--cap-text,#11130f);
  isolation:isolate
}
.service-v116-card-bg{
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:linear-gradient(180deg,color-mix(in srgb,var(--cap-bg,#f7f5ef) 70%,transparent),var(--cap-bg,#f7f5ef)),var(--cap-bg-image,none);
  background-size:cover;
  background-position:center;
  opacity:.9;
  transition:opacity .35s ease,transform .5s var(--ease)
}
.service-v116-option-card:hover .service-v116-card-bg{opacity:1;transform:scale(1.015)}
.service-v116-option-card h3,
.service-v116-option-card>a{color:var(--cap-text,#11130f)}
.service-v116-option-card p{color:color-mix(in srgb,var(--cap-text,#11130f) 72%,transparent)}
.service-v116-option-card>span{color:color-mix(in srgb,var(--cap-text,#11130f) 46%,transparent)}
.service-v116-icon-wrap{
  position:relative;
  overflow:hidden;
  border-radius:calc(var(--svc-card-radius,22px) * .78)
}
.service-v116-icon-custom{
  position:absolute;
  inset:8px;
  z-index:3;
  display:grid;
  place-items:center;
  pointer-events:none
}
.service-v116-icon-custom img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block
}
.service-v116-icon-wrap:has(.service-v116-icon-custom img)>svg{opacity:0}
.service-v116-icon-wrap>svg{transition:opacity .2s ease}

/* Unify corner language on the rest of service components. */
.service-v116-hero-demo,
.service-v116-deliver{border-radius:var(--svc-card-radius,22px)}

@media(max-width:900px){
  .service-v116-hero h1{font-size:clamp(3.5rem,10.5vw,var(--svc-h1-size,92px))}
  .service-v116-proof-grid{max-width:none}
  .service-v116-proof-media,.service-v116-proof-card:not(.is-large) .service-v116-proof-media{height:min(var(--svc-project-height,330px),48vw)}
}
@media(max-width:620px){
  .service-v116-hero h1{font-size:clamp(3.2rem,14vw,5rem)}
  .service-v116-section-head h2,.service-v116-outcomes h2,.service-v116-fit h2,.service-v116-faq h2,.service-v116-final h2{font-size:clamp(2.35rem,10.5vw,3.8rem)}
  .service-v116-proof-grid{grid-template-columns:1fr}
  .service-v116-proof-media,.service-v116-proof-card:not(.is-large) .service-v116-proof-media{height:260px}
  .service-v116-option-card{min-height:290px}
}


/* ============================================================
   V11.6.2 — Services Process Outcome Upgrade
   Only service internals. Home remains untouched.
   ============================================================ */
.service-v116-process-head{align-items:end}
.service-v116-process-intro{max-width:440px;margin:0;color:#9ea39a;line-height:1.65;font-size:var(--svc-body-size,16px)}
.service-v116-process-track{position:relative;height:54px;margin:44px 0 0;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;color:#666c62;font:700 .55rem/1 ui-monospace,monospace;letter-spacing:.12em}
.service-v116-process-track::before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:rgba(255,255,255,.09)}
.service-v116-process-track i{position:absolute;left:0;top:50%;height:2px;width:100%;transform:scaleX(.02);transform-origin:left center;background:linear-gradient(90deg,var(--service-primary),color-mix(in srgb,var(--service-primary) 55%,var(--service-secondary)),var(--service-secondary));box-shadow:0 0 22px color-mix(in srgb,var(--service-primary) 15%,transparent);transition:transform 1.35s cubic-bezier(.16,1,.3,1)}
.service-v116-process.is-inview .service-v116-process-track i{transform:scaleX(1)}
.service-v116-process-track b{position:relative;z-index:2;justify-self:start;width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:#101110;border:1px solid rgba(255,255,255,.12);color:#8a9087}
.service-v116-process.is-inview .service-v116-process-track b{border-color:color-mix(in srgb,var(--service-primary) 42%,rgba(255,255,255,.12));color:var(--service-primary)}
.service-v116-process-grid{border-top:0!important;margin-top:4px;gap:12px!important}
.service-v116-process-grid article,.service-v116-process-grid article+article{min-height:470px;padding:26px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:var(--svc-card-radius,22px);background:rgba(255,255,255,.018);display:flex;flex-direction:column;opacity:.55;transform:translateY(16px);transition:opacity .5s ease,transform .65s var(--ease),border-color .35s ease,background .35s ease;transition-delay:calc(var(--step-i,0) * 90ms)}
.service-v116-process.is-inview .service-v116-process-grid article{opacity:1;transform:none}
.service-v116-process-grid article:hover{background:rgba(255,255,255,.035);border-color:color-mix(in srgb,var(--service-primary) 32%,rgba(255,255,255,.08))!important}
.service-v116-process-grid article.is-final{background:linear-gradient(180deg,color-mix(in srgb,var(--service-primary) 7%,#111311),#111311 55%);border-color:color-mix(in srgb,var(--service-primary) 35%,rgba(255,255,255,.08))!important;box-shadow:inset 0 0 50px color-mix(in srgb,var(--service-primary) 4%,transparent)}
.service-v116-process-grid>article>span{font-size:.59rem}
.service-v116-process-node{height:28px;margin:16px 0 18px}
.service-v116-process-node::before{right:0!important;background:rgba(255,255,255,.07)}
.service-v116-process-grid h3{font-size:var(--svc-h3-size,25px)!important;margin:0 0 10px}
.service-v116-step-copy{min-height:68px;color:#9da299!important}
.service-v116-step-impact{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}
.service-v116-step-impact small,.service-v116-step-receive small{display:block;margin-bottom:7px;color:#777d74;font:700 .52rem/1 ui-monospace,monospace;letter-spacing:.12em}
.service-v116-step-impact p{margin:0!important;color:#d3d6cf!important;font-size:.84rem!important;line-height:1.48!important}
.service-v116-step-receive{margin-top:auto;padding:16px 17px;border-radius:14px;background:color-mix(in srgb,var(--service-primary) 8%,rgba(255,255,255,.025));border:1px solid color-mix(in srgb,var(--service-primary) 18%,rgba(255,255,255,.08))}
.service-v116-step-receive small{color:var(--service-primary);margin-bottom:8px}
.service-v116-step-receive strong{display:block;color:#fff;font-size:.91rem;line-height:1.35;font-weight:700}
.service-v116-process-grid article.is-final .service-v116-step-receive{background:var(--service-primary);border-color:var(--service-primary)}
.service-v116-process-grid article.is-final .service-v116-step-receive small,.service-v116-process-grid article.is-final .service-v116-step-receive strong{color:#0b0c0b}
.service-v116-process-result{margin-top:18px;padding:18px 20px;border:1px solid rgba(255,255,255,.08);border-radius:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;color:#777d74;font:700 .56rem/1.3 ui-monospace,monospace;letter-spacing:.08em}
.service-v116-process-result i{height:1px;background:linear-gradient(90deg,rgba(255,255,255,.08),var(--service-primary));font-size:0}
.service-v116-process-result strong{color:#f2f3ed;font-weight:700;max-width:420px;text-align:right}

.service-v116-fit-grid{grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr)!important;align-items:start}
.service-v116-deliver{position:relative;overflow:hidden;padding:36px!important;border:1px solid #171917!important;background:#0b0c0b!important;color:#f4f5ef!important;box-shadow:0 28px 70px rgba(8,9,8,.13)}
.service-v116-deliver::before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-120px;top:-120px;background:radial-gradient(circle,color-mix(in srgb,var(--service-primary) 18%,transparent),transparent 70%);pointer-events:none}
.service-v116-deliver-top{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px}
.service-v116-deliver-top .eyebrow{color:var(--service-primary)!important}
.service-v116-deliver-top>i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);font-style:normal;color:var(--service-primary)}
.service-v116-deliver h3{position:relative;margin:28px 0 10px;max-width:10ch;font-size:clamp(2rem,3.1vw,var(--svc-h2-size,58px));line-height:.94;letter-spacing:-.052em;color:#fff}
.service-v116-deliver-intro{position:relative;max-width:50ch;margin:0 0 24px!important;color:#aeb3aa!important;font-size:.91rem!important;line-height:1.6!important}
.service-v116-deliver-list{position:relative;margin-top:22px!important;border-top:1px solid rgba(255,255,255,.1)}
.service-v116-deliver-list p{grid-template-columns:34px 1fr 22px!important;border-bottom:1px solid rgba(255,255,255,.09)!important;padding:14px 0!important}
.service-v116-deliver-list p span{color:#6f756c!important}
.service-v116-deliver-list p b{color:#f5f6f1!important;font-size:.94rem!important}
.service-v116-deliver-list p i{font-style:normal;color:var(--service-primary);justify-self:end}
.service-v116-deliver-cta{position:relative;margin-top:24px;display:inline-flex;align-items:center;gap:10px;padding:13px 17px;border-radius:999px;background:var(--service-primary);color:#090a09;font-weight:800;font-size:.75rem;transition:transform .25s ease,box-shadow .25s ease}
.service-v116-deliver-cta:hover{transform:translateY(-2px);box-shadow:0 10px 28px color-mix(in srgb,var(--service-primary) 18%,transparent)}

@media(max-width:1050px){
 .service-v116-process-grid{grid-template-columns:repeat(2,1fr)!important}
 .service-v116-process-grid article{min-height:430px}
 .service-v116-fit-grid{grid-template-columns:1fr!important}
 .service-v116-deliver{max-width:760px}
}
@media(max-width:680px){
 .service-v116-process-track{display:none}
 .service-v116-process-grid{grid-template-columns:1fr!important}
 .service-v116-process-grid article{min-height:0!important}
 .service-v116-step-copy{min-height:0}
 .service-v116-process-result{grid-template-columns:1fr;gap:10px}.service-v116-process-result i{display:none}.service-v116-process-result strong{text-align:left}
 .service-v116-deliver{padding:26px!important}.service-v116-deliver h3{font-size:clamp(2.2rem,10vw,3.4rem)}
}
@media(prefers-reduced-motion:reduce){.service-v116-process-track i,.service-v116-process-grid article{transition:none!important;transform:none!important;opacity:1!important}}

/* ============================================================
   V11.6.3 — Services Process Interactive
   Scope: singular Services only. Home / Projects untouched.
   Replaces the static four-card process with one interactive stage.
   ============================================================ */
.service-v116-process-interactive{padding:108px 0 118px!important;overflow:hidden}
.service-v116-process-interactive .service-v116-process-head{align-items:end!important}
.service-v116-process-interactive .service-v116-process-title{max-width:12ch!important}
.service-v116-process-interactive .service-v116-process-intro{max-width:37ch!important}
.service-v116-process-shell{display:grid;grid-template-columns:minmax(270px,.42fr) minmax(0,1.58fr);gap:16px;margin-top:46px;position:relative}
.service-v116-process-tabs{border:1px solid rgba(255,255,255,.08);border-radius:var(--svc-card-radius,22px);overflow:hidden;background:rgba(255,255,255,.012);align-self:stretch}
.service-v116-process-tab{appearance:none;width:100%;min-height:118px;border:0;border-bottom:1px solid rgba(255,255,255,.075);background:transparent;color:#777d74;display:grid;grid-template-columns:38px 1fr 24px;grid-template-rows:auto auto;column-gap:13px;align-items:center;text-align:left;padding:20px 20px;cursor:pointer;position:relative;transition:background .35s ease,color .35s ease,padding .35s var(--ease)}
.service-v116-process-tab:last-child{border-bottom:0}
.service-v116-process-tab::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--service-primary);transform:scaleY(0);transform-origin:center;transition:transform .4s var(--ease)}
.service-v116-process-tab>span{grid-row:1/3;color:var(--service-primary);font:760 .62rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}
.service-v116-process-tab strong{font-size:1.16rem;line-height:1.06;letter-spacing:-.03em;color:#d8dbd3;font-weight:690;transition:color .25s ease}
.service-v116-process-tab small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:25ch;color:#696f66;font-size:.72rem;line-height:1.3}
.service-v116-process-tab>i{grid-column:3;grid-row:1/3;justify-self:end;font-style:normal;opacity:.36;transform:translate(-4px,4px);transition:opacity .3s ease,transform .35s var(--ease),color .3s ease}
.service-v116-process-tab:hover{background:rgba(255,255,255,.025);color:#fff;padding-left:24px}
.service-v116-process-tab.is-active{background:linear-gradient(90deg,color-mix(in srgb,var(--service-primary) 9%,transparent),rgba(255,255,255,.025));color:#fff;padding-left:25px}
.service-v116-process-tab.is-active::before{transform:scaleY(1)}
.service-v116-process-tab.is-active strong{color:#fff}
.service-v116-process-tab.is-active small{color:#aeb3aa}
.service-v116-process-tab.is-active>i{opacity:1;color:var(--service-primary);transform:none}
.service-v116-process-stage{position:relative;min-height:520px;border:1px solid rgba(255,255,255,.085);border-radius:var(--svc-card-radius,22px);overflow:hidden;background:radial-gradient(circle at 24% 42%,color-mix(in srgb,var(--service-primary) 8%,transparent),transparent 30%),radial-gradient(circle at 86% 10%,color-mix(in srgb,var(--service-secondary) 6%,transparent),transparent 34%),#0d0f0d;isolation:isolate}
.service-v116-process-stage-grid{position:absolute;inset:0;z-index:-1;opacity:.19;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(90deg,#000,transparent 68%)}
.service-v116-process-stage-orbit{position:absolute;width:440px;height:440px;left:-95px;top:50%;transform:translateY(-50%);opacity:.42;pointer-events:none;z-index:-1}
.service-v116-process-stage-orbit i{position:absolute;inset:44px;border:1px solid color-mix(in srgb,var(--service-primary) 28%,transparent);border-radius:50%;animation:svc1163Orbit 14s linear infinite}
.service-v116-process-stage-orbit i:nth-child(2){inset:88px;transform:rotate(58deg) scaleY(.55);border-color:color-mix(in srgb,var(--service-secondary) 25%,transparent);animation-duration:9s;animation-direction:reverse}
.service-v116-process-stage-orbit b{position:absolute;width:9px;height:9px;border-radius:50%;left:75px;top:82px;background:var(--service-primary);box-shadow:0 0 0 9px color-mix(in srgb,var(--service-primary) 8%,transparent),0 0 26px color-mix(in srgb,var(--service-primary) 45%,transparent);animation:svc1163Node 3.2s ease-in-out infinite}
.service-v116-process-panel{position:absolute;inset:0;display:grid;grid-template-columns:minmax(300px,.88fr) minmax(360px,1.12fr);gap:28px;align-items:center;padding:44px 52px 52px;opacity:0;transform:translate3d(26px,0,0) scale(.985);pointer-events:none;transition:opacity .4s ease,transform .58s var(--ease)}
.service-v116-process-panel[hidden]{display:grid!important;visibility:hidden}
.service-v116-process-panel.is-active{opacity:1;transform:none;pointer-events:auto;visibility:visible}
.service-v116-process-visual{position:relative;display:grid;place-items:center;min-height:355px}
.service-v116-process-custom{display:grid;place-items:center;width:min(310px,90%);height:min(310px,90%);position:relative;z-index:3}
.service-v116-process-custom:empty{display:none}
.service-v116-process-custom img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 22px 54px rgba(0,0,0,.25));animation:svc1163Float 5.5s ease-in-out infinite}
.service-v116-process-glyph{width:min(305px,86%);height:auto;overflow:visible;stroke:rgba(255,255,255,.14);stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;position:relative;z-index:2;filter:drop-shadow(0 0 28px color-mix(in srgb,var(--service-primary) 10%,transparent));animation:svc1163GlyphFloat 5.8s ease-in-out infinite}
.service-v116-process-glyph circle:nth-child(1){stroke:color-mix(in srgb,var(--service-primary) 32%,transparent);stroke-dasharray:4 7;transform-origin:90px 90px;animation:svc1163Spin 17s linear infinite}
.service-v116-process-glyph circle:nth-child(2){stroke:color-mix(in srgb,var(--service-secondary) 25%,transparent);stroke-dasharray:12 6;transform-origin:90px 90px;animation:svc1163Spin 11s linear infinite reverse}
.service-v116-process-glyph .glyph-live{stroke:var(--service-primary);stroke-width:3;stroke-dasharray:100;stroke-dashoffset:100;animation:svc1163Draw 2.6s var(--ease) infinite alternate}
.service-v116-process-visual>b{position:absolute;left:18px;bottom:8px;color:rgba(255,255,255,.04);font-size:clamp(8rem,13vw,13rem);line-height:.75;letter-spacing:-.08em;font-weight:800;z-index:0}
.service-v116-process-panel-copy{position:relative;z-index:4;max-width:610px}
.service-v116-process-count{display:inline-flex;padding:7px 10px;border:1px solid color-mix(in srgb,var(--service-primary) 30%,rgba(255,255,255,.09));border-radius:999px;color:var(--service-primary);font:730 .57rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em;margin-bottom:18px}
.service-v116-process-panel h3{font-size:clamp(2.45rem,4vw,var(--svc-h2-size,58px))!important;line-height:.9;letter-spacing:-.055em;margin:0 0 15px;color:#f3f4ee;max-width:9ch}
.service-v116-process-panel .service-v116-step-copy{font-size:clamp(.96rem,1.15vw,1.08rem)!important;line-height:1.58;color:#9da299;max-width:42ch;margin:0 0 27px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.service-v116-process-change{border-top:1px solid rgba(255,255,255,.09);padding-top:18px;margin-top:4px}
.service-v116-process-change small,.service-v116-process-output small{display:block;color:#747a71;font:720 .54rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em;margin-bottom:9px}
.service-v116-process-change strong{display:block;color:#d9dcd4;font-size:1rem;line-height:1.4;font-weight:580;max-width:46ch}
.service-v116-process-output{margin-top:20px;padding:17px 18px;border:1px solid color-mix(in srgb,var(--service-primary) 25%,rgba(255,255,255,.08));border-radius:14px;background:color-mix(in srgb,var(--service-primary) 6%,rgba(255,255,255,.015));max-width:510px}
.service-v116-process-output small{color:var(--service-primary)}
.service-v116-process-output strong{display:block;color:#fff;font-size:1.05rem;line-height:1.35;font-weight:690}
.service-v116-process-cta{display:inline-flex;align-items:center;gap:13px;margin-top:22px;padding:13px 17px;border-radius:999px;background:#f4f5ef;color:#0a0b0a!important;font-weight:750;font-size:.78rem;transition:transform .3s var(--ease),background .25s ease}
.service-v116-process-cta:hover{transform:translateY(-2px);background:var(--service-primary)}
.service-v116-process-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.06);overflow:hidden}
.service-v116-process-progress span{display:block;height:100%;width:100%;background:linear-gradient(90deg,var(--service-primary),var(--service-secondary));transform:scaleX(var(--process-progress,.25));transform-origin:left center;transition:transform .55s var(--ease);box-shadow:0 0 18px color-mix(in srgb,var(--service-primary) 30%,transparent)}
.service-v116-process-shell.is-playing .service-v116-process-progress span::after{content:"";display:block;width:22%;height:100%;background:rgba(255,255,255,.65);animation:svc1163ProgressSweep 5.4s linear infinite}
@keyframes svc1163Spin{to{transform:rotate(360deg)}}
@keyframes svc1163Orbit{to{transform:rotate(360deg)}}
@keyframes svc1163Node{50%{transform:scale(1.6);opacity:.65}}
@keyframes svc1163Draw{to{stroke-dashoffset:0}}
@keyframes svc1163Float{50%{transform:translateY(-10px) rotate(.6deg)}}
@keyframes svc1163GlyphFloat{50%{transform:translateY(-8px) scale(1.018)}}
@keyframes svc1163ProgressSweep{from{transform:translateX(-120%)}to{transform:translateX(560%)}}
@media(max-width:1120px){
 .service-v116-process-shell{grid-template-columns:240px 1fr}
 .service-v116-process-tab{min-height:105px;padding:17px 16px;grid-template-columns:32px 1fr 20px}
 .service-v116-process-tab small{max-width:18ch}
 .service-v116-process-panel{grid-template-columns:.72fr 1.28fr;padding:34px 34px 44px}
 .service-v116-process-visual{min-height:320px}
}
@media(max-width:860px){
 .service-v116-process-shell{grid-template-columns:1fr;margin-top:34px}
 .service-v116-process-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-radius:16px}
 .service-v116-process-tab{min-height:auto;padding:15px 13px!important;display:flex;gap:8px;border-bottom:0;border-right:1px solid rgba(255,255,255,.075)}
 .service-v116-process-tab:last-child{border-right:0}.service-v116-process-tab::before{left:0;right:0;top:auto;height:3px;width:auto;transform:scaleX(0)}.service-v116-process-tab.is-active::before{transform:scaleX(1)}
 .service-v116-process-tab small,.service-v116-process-tab>i{display:none}.service-v116-process-tab strong{font-size:.9rem}.service-v116-process-tab>span{font-size:.53rem}
 .service-v116-process-stage{min-height:680px}
 .service-v116-process-panel{grid-template-columns:1fr;align-content:start;padding:28px 26px 40px;gap:10px;overflow:auto}
 .service-v116-process-visual{min-height:260px}.service-v116-process-glyph{width:220px}.service-v116-process-custom{width:220px;height:220px}.service-v116-process-visual>b{font-size:8rem;left:4px}
 .service-v116-process-panel-copy{max-width:none}.service-v116-process-panel h3{max-width:11ch}
}
@media(max-width:560px){
 .service-v116-process-interactive{padding:80px 0 88px!important}
 .service-v116-process-tabs{grid-template-columns:repeat(2,1fr)}
 .service-v116-process-tab:nth-child(2){border-right:0}.service-v116-process-tab:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.075)}
 .service-v116-process-stage{min-height:690px;border-radius:18px}.service-v116-process-panel{padding:24px 20px 38px}.service-v116-process-visual{min-height:225px}.service-v116-process-glyph,.service-v116-process-custom{width:190px;height:190px}.service-v116-process-panel h3{font-size:clamp(2.25rem,12vw,3.2rem)!important}.service-v116-process-output{padding:15px}.service-v116-process-cta{width:100%;justify-content:center}
}
@media(prefers-reduced-motion:reduce){
 .service-v116-process-stage-orbit i,.service-v116-process-stage-orbit b,.service-v116-process-custom img,.service-v116-process-glyph,.service-v116-process-glyph circle,.service-v116-process-glyph .glyph-live,.service-v116-process-shell.is-playing .service-v116-process-progress span::after{animation:none!important}
 .service-v116-process-panel{transition:none!important}
}


/* ============================================================
   V11.6.4 — Services Horizontal Journey
   Scope: service singles only. Home remains untouched.
   ============================================================ */
.service-v1164-journey{
  --journey-height:360vh;
  position:relative!important;
  min-height:var(--journey-height)!important;
  padding:0!important;
  background:var(--svc-section-bg,var(--svc-process-bg,#101110))!important;
  color:#f4f5ef;
  overflow:clip;
}
.service-v1164-journey-pin{
  position:sticky;
  top:78px;
  height:calc(100svh - 78px);
  min-height:650px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
  padding:32px 0 26px;
}
.service-v1164-journey-head{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.55fr);
  gap:56px;
  align-items:end;
}
.service-v1164-journey-head .service-v116-process-title{
  margin:10px 0 0!important;
  max-width:12ch!important;
  font-size:clamp(2.65rem,4.65vw,4.95rem)!important;
  line-height:.91!important;
  letter-spacing:-.062em!important;
}
.service-v1164-journey-head .service-v116-process-intro{
  margin:0!important;
  max-width:38ch!important;
  font-size:.96rem!important;
  line-height:1.58!important;
  color:#9ca198!important;
}
.service-v1164-journey-nav{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:24px;
  border-top:1px solid rgba(255,255,255,.09);
}
.service-v1164-journey-step{
  appearance:none;
  border:0;
  background:transparent;
  color:#6f756c;
  min-width:0;
  padding:13px 18px 12px 0;
  display:grid;
  grid-template-columns:34px 1fr;
  grid-template-rows:auto 2px;
  align-items:center;
  text-align:left;
  cursor:pointer;
  position:relative;
  transition:color .3s ease;
}
.service-v1164-journey-step+button{padding-left:18px;border-left:1px solid rgba(255,255,255,.07)}
.service-v1164-journey-step span{font:760 .57rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em;color:var(--service-primary)}
.service-v1164-journey-step strong{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:650;color:#747a71;transition:color .3s ease}
.service-v1164-journey-step i{grid-column:1/-1;height:2px;margin-top:10px;background:rgba(255,255,255,.08);position:relative;overflow:hidden}
.service-v1164-journey-step i::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--service-primary),var(--service-secondary));transform:scaleX(0);transform-origin:left;transition:transform .45s var(--ease)}
.service-v1164-journey-step:hover strong,.service-v1164-journey-step.is-active strong{color:#f4f5ef}
.service-v1164-journey-step.is-active i::after{transform:scaleX(1)}
.service-v1164-journey-window{
  width:min(calc(100% - 48px),var(--max));
  margin:0 auto;
  overflow:hidden;
  border-radius:var(--svc-card-radius,22px);
  cursor:default;
}
.service-v1164-journey-track{
  display:flex;
  width:400%;
  will-change:transform;
  transition:transform .08s linear;
}
.service-v1164-journey-card{
  flex:0 0 25%;
  min-width:0;
  min-height:440px;
  display:grid;
  grid-template-columns:minmax(320px,.92fr) minmax(420px,1.08fr);
  align-items:stretch;
  border:1px solid rgba(255,255,255,.09);
  border-radius:var(--svc-card-radius,22px);
  overflow:hidden;
  background:linear-gradient(115deg,rgba(255,255,255,.018),rgba(255,255,255,.006));
  opacity:.56;
  transform:scale(.985);
  transition:opacity .42s ease,transform .55s var(--ease),border-color .35s ease;
}
.service-v1164-journey-card.is-active{opacity:1;transform:scale(1);border-color:color-mix(in srgb,var(--service-primary) 24%,rgba(255,255,255,.1))}
.service-v1164-journey-visual{
  position:relative;
  min-height:440px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:radial-gradient(circle at 50% 52%,color-mix(in srgb,var(--service-primary) 12%,transparent),transparent 36%),#0d0f0d;
  transform-style:preserve-3d;
  transition:transform .18s ease-out;
}
.service-v1164-grid{position:absolute;inset:0;opacity:.14;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:38px 38px;mask-image:radial-gradient(circle at 50% 50%,#000,transparent 72%)}
.service-v1164-step-ghost{position:absolute;left:24px;bottom:-28px;font-size:clamp(10rem,17vw,17rem);font-weight:820;line-height:.8;letter-spacing:-.1em;color:rgba(255,255,255,.035);pointer-events:none}
.service-v1164-process-custom{position:relative;z-index:3;display:grid;place-items:center;width:min(330px,75%);height:min(330px,75%)}
.service-v1164-process-custom:empty{display:none}
.service-v1164-process-custom img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 24px 48px rgba(0,0,0,.24));animation:svc1164Float 5.4s ease-in-out infinite}
.service-v1164-glyph{position:relative;z-index:2;width:min(330px,76%);height:auto;stroke:rgba(255,255,255,.14);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;overflow:visible;filter:drop-shadow(0 0 28px color-mix(in srgb,var(--service-primary) 12%,transparent))}
.service-v1164-glyph .ring-a{stroke:color-mix(in srgb,var(--service-primary) 42%,transparent);stroke-dasharray:4 8;transform-origin:130px 130px;animation:svc1164Spin 16s linear infinite}
.service-v1164-glyph .ring-b{stroke:color-mix(in srgb,var(--service-secondary) 30%,transparent);stroke-dasharray:13 7;transform-origin:130px 130px;animation:svc1164Spin 10s linear reverse infinite}
.service-v1164-glyph .route-a,.service-v1164-glyph .route-b{stroke:rgba(255,255,255,.13);stroke-dasharray:8 12;animation:svc1164Dash 8s linear infinite}
.service-v1164-glyph .live{stroke:var(--service-primary);stroke-width:4;stroke-dasharray:140;stroke-dashoffset:140;animation:svc1164Draw 2.6s var(--ease) infinite alternate}
.service-v1164-status{position:absolute;left:22px;top:22px;display:flex;align-items:center;gap:9px;color:#747a71;font:700 .52rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em}
.service-v1164-status i{width:7px;height:7px;border-radius:50%;background:var(--service-primary);box-shadow:0 0 0 7px color-mix(in srgb,var(--service-primary) 10%,transparent),0 0 18px color-mix(in srgb,var(--service-primary) 38%,transparent);animation:svc1164Pulse 2.4s ease-in-out infinite}
.service-v1164-journey-copy{padding:42px 48px;display:flex;flex-direction:column;justify-content:center;min-width:0;background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--service-secondary) 7%,transparent),transparent 36%)}
.service-v1164-count{display:inline-flex;align-self:flex-start;border:1px solid color-mix(in srgb,var(--service-primary) 28%,rgba(255,255,255,.09));border-radius:999px;padding:7px 10px;color:var(--service-primary);font:760 .56rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em}
.service-v1164-journey-copy h3{margin:18px 0 10px!important;font-size:clamp(2.7rem,4.2vw,4.6rem)!important;line-height:.89!important;letter-spacing:-.06em!important;color:#f5f6f1;max-width:10ch}
.service-v1164-step-copy{margin:0!important;color:#9ea39a!important;font-size:1rem!important;line-height:1.55!important;max-width:40ch!important}
.service-v1164-outcomes{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}
.service-v1164-outcomes>div{min-height:92px;padding:15px 16px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(255,255,255,.018)}
.service-v1164-outcomes>div:last-child{border-color:color-mix(in srgb,var(--service-primary) 30%,rgba(255,255,255,.08));background:color-mix(in srgb,var(--service-primary) 7%,rgba(255,255,255,.012))}
.service-v1164-outcomes small{display:block;margin-bottom:8px;color:#71776e;font:720 .52rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em}
.service-v1164-outcomes>div:last-child small{color:var(--service-primary)}
.service-v1164-outcomes strong{display:block;color:#e7e9e2;font-size:.9rem;line-height:1.34;font-weight:620}
.service-v1164-cta{display:inline-flex;align-self:flex-start;align-items:center;gap:14px;margin-top:22px;padding:13px 17px;border-radius:999px;background:#f4f5ef;color:#090a09!important;font-weight:780;font-size:.76rem;transition:transform .28s var(--ease),background .25s ease}
.service-v1164-cta b{font-size:1rem}.service-v1164-cta:hover{transform:translateY(-2px);background:var(--service-primary)}
.service-v1164-journey-footer{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;margin-top:16px}
.service-v1164-progress{height:2px;background:rgba(255,255,255,.08);overflow:hidden}
.service-v1164-progress span{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--service-primary),var(--service-secondary));transform:scaleX(0);transform-origin:left;will-change:transform}
.service-v1164-hint{display:flex;align-items:center;gap:12px;color:#71766e;font:700 .52rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em}.service-v1164-hint i{font-style:normal;color:var(--service-primary);animation:svc1164Hint 1.8s ease-in-out infinite}
.service-v116-fit-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:52px!important}
.service-v116-deliver h3{max-width:14ch!important;font-size:clamp(2.25rem,3vw,3.65rem)!important}
.service-v116-deliver-intro{max-width:46ch!important;font-size:.96rem!important;line-height:1.58!important}
@keyframes svc1164Spin{to{transform:rotate(360deg)}}
@keyframes svc1164Dash{to{stroke-dashoffset:-80}}
@keyframes svc1164Draw{to{stroke-dashoffset:0}}
@keyframes svc1164Float{50%{transform:translateY(-10px) rotate(.8deg)}}
@keyframes svc1164Pulse{50%{transform:scale(1.45);opacity:.72}}
@keyframes svc1164Hint{50%{transform:translateX(6px)}}
@media(max-width:1100px){
 .service-v1164-journey-head{grid-template-columns:1fr .6fr;gap:36px}
 .service-v1164-journey-card{grid-template-columns:minmax(280px,.8fr) minmax(360px,1.2fr);min-height:410px}
 .service-v1164-journey-visual{min-height:410px}.service-v1164-journey-copy{padding:34px 36px}
}
@media(max-width:900px){
 .service-v1164-journey{min-height:auto!important;padding:78px 0 84px!important;overflow:hidden}
 .service-v1164-journey-pin{position:relative;top:auto;height:auto;min-height:0;padding:0;overflow:visible}
 .service-v1164-journey-head{grid-template-columns:1fr;gap:18px}.service-v1164-journey-head .service-v116-process-title{font-size:clamp(2.5rem,10vw,4.2rem)!important}
 .service-v1164-journey-nav{display:flex;overflow-x:auto;scrollbar-width:none}.service-v1164-journey-nav::-webkit-scrollbar{display:none}.service-v1164-journey-step{flex:0 0:180px}
 .service-v1164-journey-window{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x}.service-v1164-journey-window::-webkit-scrollbar{display:none}.service-v1164-journey-window.is-dragging{cursor:grabbing;scroll-snap-type:none}
 .service-v1164-journey-track{width:max-content;gap:12px;transform:none!important;transition:none}
 .service-v1164-journey-card{flex:0 0:min(86vw,720px);width:min(86vw,720px);grid-template-columns:1fr;scroll-snap-align:center;opacity:1;transform:none;min-height:0}
 .service-v1164-journey-visual{min-height:300px}.service-v1164-journey-copy{padding:28px 28px 32px}.service-v1164-journey-copy h3{font-size:clamp(2.6rem,10vw,4rem)!important}.service-v1164-outcomes{grid-template-columns:1fr}
 .service-v1164-hint span{font-size:0}.service-v1164-hint span::after{content:"DESLIZA";font-size:.52rem}.service-v1164-hint i{transform:rotate(0)}
 .service-v116-fit-grid{grid-template-columns:1fr!important}.service-v116-deliver{max-width:none!important}
}
@media(max-width:560px){
 .service-v1164-journey{padding:68px 0 74px!important}.service-v1164-journey-window{width:min(calc(100% - 30px),var(--max))}.service-v1164-journey-card{flex-basis:88vw;width:88vw}.service-v1164-journey-visual{min-height:250px}.service-v1164-process-custom{width:68%;height:68%}.service-v1164-journey-copy{padding:24px 22px 28px}.service-v1164-outcomes>div{min-height:0}.service-v1164-journey-footer{grid-template-columns:1fr auto;width:min(calc(100% - 30px),var(--max))}
}
@media(prefers-reduced-motion:reduce){.service-v1164-glyph *,.service-v1164-process-custom img,.service-v1164-status i,.service-v1164-hint i{animation:none!important}.service-v1164-journey-track{transition:none!important}}


/* ============================================================
   V11.7 — Projects / Case Study refinement ONLY
   Home, Services, archive, header and footer stay untouched.
   ============================================================ */
.project-detail-hero-v117{padding-bottom:96px!important}
.project-detail-kicker-row{display:flex;align-items:center;gap:16px;padding-top:4px;color:#8d9188;font:700 .64rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em;text-transform:uppercase}
.project-detail-kicker-row>span:first-child{color:#c9ccc4}.project-detail-year{position:relative;padding-left:18px;color:var(--acid)}.project-detail-year::before{content:"";position:absolute;left:0;top:50%;width:7px;height:1px;background:#5f645b}
.project-detail-hero-v117 .project-detail-title{margin-top:24px!important;margin-bottom:0!important;max-width:12ch}
.project-detail-summary-v117{margin-top:58px!important;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)!important;align-items:start!important}
.project-detail-summary-v117>p{max-width:620px!important;font-size:clamp(1.02rem,1.4vw,1.22rem)!important;line-height:1.58!important;color:#c2c5be!important}
.project-detail-facts{display:grid;grid-template-columns:1fr 1fr;gap:28px;border-top:1px solid rgba(255,255,255,.12);padding-top:18px}
.project-detail-facts>div{display:grid;gap:7px}.project-detail-facts small{font:700 .58rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em;color:#686d64}.project-detail-facts strong{font-size:.92rem;line-height:1.4;color:#f0f2ec;font-weight:590}
.project-workspace-heading-v117{padding-bottom:18px!important}.project-workspace-heading-v117 h2{font-size:clamp(1.75rem,2.4vw,2.55rem)!important;max-width:13ch!important;margin-top:9px!important}
.project-tech-v117 .project-tech-row{grid-template-columns:.72fr 1.28fr!important}.project-tech-v117 dt{font-size:.56rem!important}.project-tech-v117 dd{font-size:.8rem!important;line-height:1.45}
.project-workspace-overview .project-story-copy{max-width:36ch}
.project-browser-kicker-v117{margin-bottom:16px!important;align-items:center!important}.project-browser-kicker-v117>div{gap:6px!important}.project-browser-kicker-v117 strong{font-size:clamp(1.05rem,1.5vw,1.28rem)!important;letter-spacing:-.02em}
.project-open-live{display:inline-flex!important;align-items:center;gap:9px!important;border:1px solid rgba(231,255,79,.46)!important;border-radius:999px!important;padding:10px 14px!important;color:#111!important;background:var(--acid)!important;font:800 .62rem/1 ui-monospace,SFMono-Regular,Menlo,monospace!important;letter-spacing:.08em!important;transition:transform .25s var(--ease),box-shadow .25s ease!important}.project-open-live:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(231,255,79,.12)}.project-open-live b{font-size:.9rem}
.project-results-v117{padding:70px 0!important}.project-results-v117 .project-metrics-grid{border-radius:18px!important}.project-result-item-v117{min-height:145px!important;padding:24px!important;justify-content:space-between!important}.project-result-item-v117 small{font:700 .58rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;color:#8b8d86}.project-result-item-v117 strong{font-size:clamp(1.2rem,2.15vw,2.1rem)!important;line-height:1.04!important;letter-spacing:-.045em!important;max-width:14ch!important;font-weight:690!important}
.project-next-v117{padding:100px 0 120px!important}.project-next-card-v117{display:grid!important;grid-template-columns:minmax(280px,.88fr) minmax(0,1.12fr)!important;gap:0!important;align-items:stretch!important;border:1px solid rgba(255,255,255,.11);border-radius:24px;overflow:hidden;background:#0e100e;transition:border-color .3s ease,transform .35s var(--ease)}.project-next-card-v117:hover{border-color:rgba(231,255,79,.38);transform:translateY(-3px)}
.project-next-media-v117{position:relative;min-height:360px;overflow:hidden;background:#171917}.project-next-media-v117 img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .65s var(--ease)}.project-next-card-v117:hover .project-next-media-v117 img{transform:scale(1.035)}.project-next-media-v117 span{position:absolute;inset:0;background:linear-gradient(90deg,transparent 45%,rgba(5,6,5,.24))}
.project-next-content-v117{padding:34px 38px;display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.project-next-content-v117 small{display:block;margin:12px 0 0;color:#878b82;font:650 .62rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase}.project-next-content-v117 .project-next-title{font-size:clamp(2.7rem,5.2vw,6.2rem)!important;max-width:8ch;margin-top:14px!important}.project-next-content-v117 .project-next-arrow{font-size:3.2rem!important;transition:transform .3s var(--ease)}.project-next-card-v117:hover .project-next-arrow{transform:translate(5px,-5px)}
@media(max-width:1000px){.project-detail-summary-v117{grid-template-columns:1fr!important;gap:32px!important;margin-top:42px!important}.project-detail-facts{max-width:600px}.project-next-card-v117{grid-template-columns:1fr!important}.project-next-media-v117{min-height:320px}.project-next-content-v117{min-height:310px}.project-browser-kicker-v117{align-items:flex-start!important;flex-direction:row!important}}
@media(max-width:700px){.project-detail-hero-v117{padding-bottom:70px!important}.project-detail-kicker-row{gap:11px;flex-wrap:wrap}.project-detail-hero-v117 .project-detail-title{font-size:clamp(3.3rem,15vw,5.2rem)!important;margin-top:20px!important}.project-detail-summary-v117{margin-top:32px!important}.project-detail-facts{grid-template-columns:1fr;gap:18px}.project-browser-kicker-v117{flex-direction:column!important;gap:12px!important}.project-open-live{width:100%;justify-content:center}.project-results-v117{padding:52px 0!important}.project-results-v117 .project-metrics-grid{grid-template-columns:1fr 1fr!important}.project-result-item-v117{min-height:126px!important;padding:18px!important;border-bottom:1px solid #c8c6bd}.project-result-item-v117:nth-child(odd){border-right:1px solid #c8c6bd!important}.project-result-item-v117:nth-child(even){border-right:0!important}.project-result-item-v117 strong{font-size:clamp(1.05rem,5.2vw,1.45rem)!important}.project-next-v117{padding:72px 0 86px!important}.project-next-media-v117{min-height:230px}.project-next-content-v117{padding:24px;min-height:260px;align-items:flex-start}.project-next-content-v117 .project-next-title{font-size:clamp(2.5rem,12vw,4.2rem)!important}.project-next-content-v117 .project-next-arrow{font-size:2.4rem!important}}
@media(max-width:460px){.project-results-v117 .project-metrics-grid{grid-template-columns:1fr!important}.project-result-item-v117{border-right:0!important}.project-next-content-v117{flex-direction:column;justify-content:space-between}}


/* ============================================================
   V11.7.1 — Services Process Interactive Cards
   Scope: singular Services only. Home / Projects untouched.
   ============================================================ */
.service-v1171-process{position:relative;padding:116px 0 112px!important;background:var(--svc-section-bg,var(--svc-process-bg,#101110));color:#f4f5ef;overflow:hidden}
.service-v1171-process::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 16% 18%,color-mix(in srgb,var(--service-primary) 9%,transparent),transparent 30%),radial-gradient(circle at 84% 78%,color-mix(in srgb,var(--service-secondary) 7%,transparent),transparent 28%);opacity:.9}
.service-v1171-process>.container{position:relative;z-index:1}
.service-v1171-process-head{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(300px,.72fr);gap:clamp(40px,7vw,110px);align-items:end;margin-bottom:48px}
.service-v1171-process-head .service-v116-process-title{margin:10px 0 0!important;max-width:13ch!important;font-size:clamp(2.6rem,4.7vw,var(--svc-h2-size,58px))!important;line-height:.92!important;letter-spacing:-.057em!important;text-wrap:balance}
.service-v1171-process-head .service-v116-process-intro{margin:0!important;max-width:52ch!important;color:#989e95!important;font-size:clamp(.94rem,1.1vw,1.05rem)!important;line-height:1.6!important}
.service-v1171-process-flow{display:grid;grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr) 48px minmax(0,1fr) 48px minmax(0,1fr);align-items:stretch;gap:0;position:relative}
.service-v1171-process-card{position:relative;min-width:0;min-height:435px;padding:20px 20px 22px;border:1px solid rgba(255,255,255,.09);border-radius:var(--svc-card-radius,22px);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.014));overflow:hidden;cursor:pointer;outline:none;transition:border-color .38s var(--ease),background .38s var(--ease),transform .38s var(--ease),box-shadow .38s var(--ease),opacity .3s ease}
.service-v1171-process-card::before{content:"";position:absolute;inset:-1px;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at var(--mx,50%) var(--my,20%),color-mix(in srgb,var(--service-primary) 12%,transparent),transparent 42%);opacity:0;transition:opacity .35s ease}
.service-v1171-process-card::after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:2px;background:linear-gradient(90deg,var(--service-primary),var(--service-secondary));transform:scaleX(0);transform-origin:left center;transition:transform .45s var(--ease)}
.service-v1171-process-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.17)}
.service-v1171-process-card:hover::before,.service-v1171-process-card.is-active::before{opacity:1}
.service-v1171-process-card.is-active{border-color:color-mix(in srgb,var(--service-primary) 58%,rgba(255,255,255,.12));background:linear-gradient(180deg,color-mix(in srgb,var(--service-primary) 7%,#151715),#0d0f0d);box-shadow:0 20px 65px rgba(0,0,0,.25),0 0 0 1px color-mix(in srgb,var(--service-primary) 7%,transparent),0 0 38px color-mix(in srgb,var(--service-primary) 9%,transparent);transform:translateY(-7px)}
.service-v1171-process-card.is-active::after,.service-v1171-process-card.is-complete::after{transform:scaleX(1)}
.service-v1171-process-card.is-complete{border-color:color-mix(in srgb,var(--service-primary) 24%,rgba(255,255,255,.09));background:linear-gradient(180deg,color-mix(in srgb,var(--service-primary) 3.5%,#121412),#0c0d0c)}
.service-v1171-card-top{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:12px}
.service-v1171-step-no{font:760 .66rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em;color:#72786f}
.service-v1171-step-state{display:inline-flex;align-items:center;gap:7px;font:750 .5rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;color:#676d64}
.service-v1171-step-state i{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 0 transparent}
.service-v1171-process-card.is-active .service-v1171-step-state{color:var(--service-primary)}
.service-v1171-process-card.is-active .service-v1171-step-state i{animation:svc1171Pulse 1.8s ease-in-out infinite;box-shadow:0 0 16px color-mix(in srgb,var(--service-primary) 55%,transparent)}
.service-v1171-process-card.is-complete .service-v1171-step-state{color:#b8c08e}
.service-v1171-process-visual{position:relative;height:150px;margin:18px 0 16px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.065);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.007));overflow:hidden;transition:transform .38s var(--ease),border-color .3s ease}
.service-v1171-process-visual::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:22px 22px;mask-image:linear-gradient(to bottom,#000,transparent 94%)}
.service-v1171-process-card:hover .service-v1171-process-visual,.service-v1171-process-card.is-active .service-v1171-process-visual{border-color:color-mix(in srgb,var(--service-primary) 24%,rgba(255,255,255,.07))}
.service-v1171-process-custom{position:absolute;inset:10px;z-index:3;display:grid;place-items:center}
.service-v1171-process-custom:empty{display:none}
.service-v1171-process-custom img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 15px 30px rgba(0,0,0,.28));transition:transform .45s var(--ease)}
.service-v1171-process-card:hover .service-v1171-process-custom img{transform:translateY(-4px) scale(1.025)}
.service-v1171-process-card.is-active .service-v1171-process-custom img{animation:svc1171Float 3.8s ease-in-out infinite}
.service-v1171-glyph{position:relative;z-index:2;width:90%;height:90%;overflow:visible}
.service-v1171-glyph .mesh{stroke:rgba(255,255,255,.12);stroke-width:1.2;stroke-dasharray:3 6}
.service-v1171-glyph .node{fill:#131513;stroke:rgba(255,255,255,.2);stroke-width:1.2;transition:fill .3s ease,stroke .3s ease,transform .4s var(--ease);transform-origin:center}
.service-v1171-glyph .live{stroke:color-mix(in srgb,var(--service-primary) 68%,#fff);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:190;stroke-dashoffset:190;transition:stroke-dashoffset .8s var(--ease)}
.service-v1171-glyph .pulse{fill:none;stroke:var(--service-primary);stroke-width:1.3;opacity:.55;transform-origin:center}
.service-v1171-glyph .mark{stroke:var(--service-primary);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.service-v1171-process-card:hover .service-v1171-glyph .node-b,.service-v1171-process-card.is-active .service-v1171-glyph .node-b{fill:var(--service-primary);stroke:var(--service-primary);transform:scale(1.25)}
.service-v1171-process-card:hover .service-v1171-glyph .live,.service-v1171-process-card.is-active .service-v1171-glyph .live,.service-v1171-process-card.is-complete .service-v1171-glyph .live{stroke-dashoffset:0}
.service-v1171-process-card.is-active .service-v1171-glyph .pulse{animation:svc1171Ring 1.9s ease-out infinite}
.service-v1171-visual-scan{position:absolute;z-index:4;left:0;right:0;height:1px;top:20%;background:linear-gradient(90deg,transparent,var(--service-primary),transparent);opacity:0;box-shadow:0 0 14px color-mix(in srgb,var(--service-primary) 55%,transparent)}
.service-v1171-process-card.is-active .service-v1171-visual-scan{opacity:.55;animation:svc1171Scan 2.9s ease-in-out infinite}
.service-v1171-process-copy{position:relative;z-index:2}
.service-v1171-process-card h3{margin:0 0 9px!important;color:#f7f8f3;font-size:clamp(1.35rem,1.75vw,var(--svc-h3-size,25px))!important;line-height:1!important;letter-spacing:-.037em!important;overflow-wrap:normal;word-break:normal;hyphens:none;text-wrap:balance}
.service-v1171-step-copy{margin:0!important;color:#8f958c!important;font-size:.86rem!important;line-height:1.52!important;max-width:31ch;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.service-v1171-process-result{position:absolute;z-index:2;left:20px;right:20px;bottom:22px;padding-top:14px;border-top:1px solid rgba(255,255,255,.085)}
.service-v1171-process-result small{display:block;margin-bottom:7px;color:var(--service-primary);font:760 .5rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em}
.service-v1171-process-result strong{display:block;color:#dfe2db;font-size:.87rem;line-height:1.35;font-weight:650;overflow-wrap:normal;word-break:normal;hyphens:none}
.service-v1171-complete-mark{position:absolute;right:16px;bottom:16px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--service-primary);color:#080908;font-size:.72rem;font-weight:900;opacity:0;transform:scale(.7);transition:opacity .3s ease,transform .35s var(--ease)}
.service-v1171-process-card.is-complete .service-v1171-complete-mark{opacity:1;transform:scale(1)}
.service-v1171-process-arrow{align-self:center;justify-self:center;position:relative;z-index:4;width:48px;height:74px;border:0;background:transparent;padding:0;cursor:pointer;display:grid;place-items:center;color:#656b62;transition:color .25s ease,transform .3s var(--ease)}
.service-v1171-process-arrow svg{position:absolute;width:22px;height:22px;right:1px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s var(--ease)}
.service-v1171-arrow-line{position:absolute;left:0;right:7px;height:1px;background:rgba(255,255,255,.11);overflow:hidden}
.service-v1171-arrow-line i{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--service-primary),var(--service-secondary));transform:scaleX(0);transform-origin:left;transition:transform .45s var(--ease)}
.service-v1171-process-arrow:hover{color:var(--service-primary);transform:translateX(3px)}
.service-v1171-process-arrow:hover .service-v1171-arrow-line i,.service-v1171-process-arrow.is-complete .service-v1171-arrow-line i{transform:scaleX(1)}
.service-v1171-process-arrow.is-complete{color:var(--service-primary)}
.service-v1171-process-progress{max-width:760px;margin:44px auto 0}
.service-v1171-progress-track{height:2px;background:rgba(255,255,255,.08);overflow:hidden}
.service-v1171-progress-track span{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--service-primary),var(--service-secondary));transform:scaleX(0);transform-origin:left center;transition:transform .55s var(--ease);box-shadow:0 0 18px color-mix(in srgb,var(--service-primary) 30%,transparent)}
.service-v1171-progress-nodes{display:flex;justify-content:space-between;margin-top:-8px}
.service-v1171-progress-nodes button{border:0;background:transparent;color:#6b7168;padding:0;display:grid;justify-items:center;gap:9px;cursor:pointer;font:720 .53rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;transition:color .25s ease}
.service-v1171-progress-nodes button i{width:14px;height:14px;border-radius:50%;background:#101210;border:2px solid #454a43;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}
.service-v1171-progress-nodes button.is-active,.service-v1171-progress-nodes button.is-complete{color:var(--service-primary)}
.service-v1171-progress-nodes button.is-active i{border-color:var(--service-primary);background:#101210;box-shadow:0 0 0 5px color-mix(in srgb,var(--service-primary) 9%,transparent),0 0 18px color-mix(in srgb,var(--service-primary) 30%,transparent)}
.service-v1171-progress-nodes button.is-complete i{border-color:var(--service-primary);background:var(--service-primary)}
.service-v1171-process.is-complete .service-v1171-process-card:last-of-type{box-shadow:0 20px 70px rgba(0,0,0,.28),0 0 45px color-mix(in srgb,var(--service-primary) 14%,transparent)}

/* Qué recibes — wider, readable and never broken word-by-word. */
.service-v116-fit-grid{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)!important;gap:clamp(42px,5.4vw,84px)!important}
.service-v116-deliver{min-width:0!important;padding:clamp(30px,3vw,44px)!important}
.service-v116-deliver h3{max-width:none!important;width:min(100%,18ch);font-size:clamp(2.2rem,3vw,3.75rem)!important;line-height:.96!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important;text-wrap:balance}
.service-v116-deliver-intro{max-width:64ch!important;font-size:1rem!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
.service-v116-deliver-list p{grid-template-columns:40px minmax(0,1fr) 24px!important;gap:14px!important;align-items:start}
.service-v116-deliver-list p b{font-size:.97rem!important;line-height:1.4!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}

@keyframes svc1171Pulse{0%,100%{transform:scale(1);opacity:.75}50%{transform:scale(1.55);opacity:1}}
@keyframes svc1171Ring{0%{transform:scale(.7);opacity:.7}100%{transform:scale(1.55);opacity:0}}
@keyframes svc1171Scan{0%,100%{top:18%;opacity:.18}50%{top:82%;opacity:.65}}
@keyframes svc1171Float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}

@media(max-width:1180px){
 .service-v1171-process-flow{grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr) 38px minmax(0,1fr) 38px minmax(0,1fr)}
 .service-v1171-process-card{padding:18px;min-height:420px}.service-v1171-process-result{left:18px;right:18px;bottom:20px}.service-v1171-process-arrow{width:38px}
}
@media(max-width:900px){
 .service-v1171-process{padding:92px 0!important}.service-v1171-process-head{grid-template-columns:1fr;gap:18px;margin-bottom:38px}
 .service-v1171-process-head .service-v116-process-title{max-width:16ch!important}
 .service-v1171-process-flow{display:flex;flex-direction:column;gap:0}
 .service-v1171-process-card{width:100%;min-height:355px;padding:22px;transform:none!important}.service-v1171-process-card.is-active{transform:none!important}
 .service-v1171-process-visual{height:135px}.service-v1171-process-result{left:22px;right:22px;bottom:22px}
 .service-v1171-process-arrow{width:100%;height:58px;transform:none!important}.service-v1171-process-arrow svg{position:relative;right:auto;transform:rotate(90deg)}.service-v1171-arrow-line{left:50%;right:auto;top:0;bottom:0;width:1px;height:auto}.service-v1171-arrow-line i{width:100%;height:100%;transform:scaleY(0);transform-origin:top}.service-v1171-process-arrow:hover .service-v1171-arrow-line i,.service-v1171-process-arrow.is-complete .service-v1171-arrow-line i{transform:scaleY(1)}
 .service-v1171-process-progress{margin-top:34px}
 .service-v116-fit-grid{grid-template-columns:1fr!important}.service-v116-deliver{max-width:none!important}.service-v116-deliver h3{width:min(100%,20ch)}
}
@media(max-width:560px){
 .service-v1171-process{padding:78px 0!important}.service-v1171-process-card{min-height:375px;padding:19px}.service-v1171-process-result{left:19px;right:19px;bottom:19px}.service-v1171-process-card h3{font-size:clamp(1.55rem,7vw,2rem)!important}.service-v1171-process-visual{height:140px;margin-top:16px}.service-v1171-progress-nodes button span{font-size:.49rem}
 .service-v116-deliver{padding:26px!important}.service-v116-deliver h3{width:100%;font-size:clamp(2.05rem,9vw,3rem)!important}
}
@media(prefers-reduced-motion:reduce){
 .service-v1171-process-card,.service-v1171-process-visual,.service-v1171-process-custom img,.service-v1171-glyph .node,.service-v1171-glyph .live,.service-v1171-process-arrow,.service-v1171-arrow-line i,.service-v1171-progress-track span{transition:none!important;animation:none!important}.service-v1171-process-card.is-active .service-v1171-visual-scan,.service-v1171-process-card.is-active .service-v1171-glyph .pulse{animation:none!important}.service-v1171-visual-scan{display:none}
}


/* ============================================================
   V11.7.3 — MOBILE HOME HERO / IMPACT + GRID REPAIR
   Scope: Home Hero on tablet/mobile only.
   Fixes the desktop two-column !important grid leaking into mobile,
   which squeezed the content into a very narrow first column.
   ============================================================ */
@media(max-width:820px){
  .wooh-threeui-orbital-hero.wooh-live-section{
    height:auto!important;
    min-height:100svh!important;
  }
  .wooh-threeui-hero-layout{
    grid-template-columns:minmax(0,1fr)!important;
    gap:0!important;
    min-height:100svh!important;
    width:min(calc(100% - 36px),var(--max))!important;
    align-items:center!important;
    padding-top:calc(var(--header) + 42px)!important;
    padding-bottom:72px!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-content{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    align-self:center!important;
    transform:none!important;
    padding:0!important;
  }
  .wooh-threeui-orbital-hero .hero-eyebrow{
    width:auto!important;
    max-width:32ch!important;
    margin-bottom:22px!important;
    font-size:.76rem!important;
    line-height:1.35!important;
    letter-spacing:.15em!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-title{
    display:block!important;
    width:100%!important;
    max-width:9.6ch!important;
    font-size:clamp(4rem,15.4vw,6.4rem)!important;
    line-height:.86!important;
    letter-spacing:-.072em!important;
    text-wrap:balance!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-title>span,
  .wooh-threeui-orbital-hero .wooh-hero-title .hero-title-inner{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    overflow:visible!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-title .hero-title-inner{
    transform:none!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-copy{
    width:min(100%,35ch)!important;
    max-width:35ch!important;
    margin-top:26px!important;
    font-size:clamp(1.05rem,4.25vw,1.24rem)!important;
    line-height:1.48!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-actions{
    width:100%!important;
    margin-top:28px!important;
    gap:10px!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-actions .btn{
    min-height:52px!important;
    padding-inline:19px!important;
    font-size:.92rem!important;
  }
  .wooh-threeui-hero-index{display:none!important}
  .wooh-threeui-hero-meta{display:none!important}
  .wooh-threeui-hero-vignette{
    background:
      linear-gradient(180deg,rgba(3,3,4,.12) 0%,rgba(3,3,4,.18) 28%,rgba(3,3,4,.63) 60%,rgba(3,3,4,.96) 100%),
      linear-gradient(90deg,rgba(3,3,4,.82) 0%,rgba(3,3,4,.42) 58%,rgba(3,3,4,.08) 100%)!important;
  }
}
@media(max-width:560px){
  .wooh-threeui-orbital-hero.wooh-live-section{min-height:102svh!important}
  .wooh-threeui-hero-layout{
    min-height:102svh!important;
    width:calc(100% - 32px)!important;
    padding-top:calc(var(--header) + 34px)!important;
    padding-bottom:62px!important;
  }
  .wooh-threeui-orbital-hero .hero-eyebrow{
    max-width:27ch!important;
    margin-bottom:19px!important;
    font-size:.72rem!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-title{
    max-width:9.15ch!important;
    font-size:clamp(4.05rem,16.2vw,5.55rem)!important;
    line-height:.85!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-copy{
    width:min(100%,31ch)!important;
    max-width:31ch!important;
    margin-top:24px!important;
    font-size:clamp(1.03rem,4.45vw,1.18rem)!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-actions{
    align-items:stretch!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-actions .btn{
    flex:0 1 auto!important;
  }
}


/* ============================================================
   V11.7.4 — Responsive typography controls + no horizontal
   category scroll on mobile.
   ============================================================ */

/* Desktop typography now reads an explicit line-height variable. */
.wooh-hero-module .wooh-hero-title,
.wooh-editorial-module .wooh-editorial-big,
.wooh-video-module .wooh-video-title,
.wooh-projects-module .section-title,
.wooh-services-module .section-title,
.wooh-manifesto-module .wooh-manifesto-copy,
.wooh-cta-module h2{
  font-size:var(--wooh-live-title-size,inherit)!important;
  line-height:var(--wooh-live-title-line-height,.92)!important;
}
.wooh-hero-module .wooh-hero-copy,
.wooh-editorial-module .wooh-editorial-side,
.wooh-editorial-module .wooh-editorial-side p,
.wooh-projects-module .section-copy,
.wooh-services-module .section-copy,
.wooh-video-module .eyebrow,
.wooh-manifesto-module .eyebrow,
.wooh-cta-module .eyebrow{
  font-size:var(--wooh-live-body-size,inherit)!important;
  line-height:var(--wooh-live-body-line-height,1.55)!important;
}

/* Internal page sections use the same Desktop / Mobile model. */
.wooh-page-hero .wooh-page-title,
.services-v85-section-head h2,
.services-v85-amazon h2,
.services-v85-faq h2,
.about-v85-section-head h2,
.contact-v90-title,
.contact-v90-channels-head h2,
.contact-v90-form-head h2,
.wooh-client-logos-head>span{
  font-size:var(--wooh-section-title-size,inherit)!important;
  line-height:var(--wooh-section-title-line-height,.92)!important;
}
.wooh-page-hero .wooh-page-lead p,
.work-v10-lead,
.services-v85-intro p,
.services-v85-section-head>p,
.services-v85-amazon-grid>div:first-child>p,
.services-faq-list p,
.about-v85-section-head>p,
.contact-v90-lead,
.contact-v90-channels-head p,
.contact-v90-form-head p,
.wooh-client-logos-head small{
  font-size:var(--wooh-section-body-size,inherit)!important;
  line-height:var(--wooh-section-body-line-height,1.60)!important;
}

@media(max-width:760px){
  /* Home modules: mobile size is independent from desktop. */
  .wooh-hero-module .wooh-hero-title,
  .wooh-editorial-module .wooh-editorial-big,
  .wooh-video-module .wooh-video-title,
  .wooh-projects-module .section-title,
  .wooh-services-module .section-title,
  .wooh-manifesto-module .wooh-manifesto-copy,
  .wooh-cta-module h2{
    font-size:var(--wooh-live-title-size-mobile,var(--wooh-live-title-size,56px))!important;
    line-height:var(--wooh-live-title-line-height-mobile,var(--wooh-live-title-line-height,.94))!important;
  }
  .wooh-hero-module .wooh-hero-copy,
  .wooh-editorial-module .wooh-editorial-side,
  .wooh-editorial-module .wooh-editorial-side p,
  .wooh-projects-module .section-copy,
  .wooh-services-module .section-copy,
  .wooh-video-module .eyebrow,
  .wooh-manifesto-module .eyebrow,
  .wooh-cta-module .eyebrow{
    font-size:var(--wooh-live-body-size-mobile,var(--wooh-live-body-size,16px))!important;
    line-height:var(--wooh-live-body-line-height-mobile,var(--wooh-live-body-line-height,1.58))!important;
  }

  /* Keep the approved Home hero width/composition while making its type editable. */
  .wooh-threeui-orbital-hero .wooh-hero-title{
    font-size:var(--wooh-live-title-size-mobile,68px)!important;
    line-height:var(--wooh-live-title-line-height-mobile,.86)!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-copy{
    font-size:var(--wooh-live-body-size-mobile,18px)!important;
    line-height:var(--wooh-live-body-line-height-mobile,1.50)!important;
  }

  /* Internal page sections. */
  .wooh-page-hero .wooh-page-title,
  .services-v85-section-head h2,
  .services-v85-amazon h2,
  .services-v85-faq h2,
  .about-v85-section-head h2,
  .contact-v90-title,
  .contact-v90-channels-head h2,
  .contact-v90-form-head h2,
  .wooh-client-logos-head>span{
    font-size:var(--wooh-section-title-size-mobile,var(--wooh-section-title-size,44px))!important;
    line-height:var(--wooh-section-title-line-height-mobile,var(--wooh-section-title-line-height,.94))!important;
  }
  .wooh-page-hero .wooh-page-lead p,
  .work-v10-lead,
  .services-v85-intro p,
  .services-v85-section-head>p,
  .services-v85-amazon-grid>div:first-child>p,
  .services-faq-list p,
  .about-v85-section-head>p,
  .contact-v90-lead,
  .contact-v90-channels-head p,
  .contact-v90-form-head p,
  .wooh-client-logos-head small{
    font-size:var(--wooh-section-body-size-mobile,var(--wooh-section-body-size,16px))!important;
    line-height:var(--wooh-section-body-line-height-mobile,var(--wooh-section-body-line-height,1.58))!important;
  }
}

/* Category chips: wrap into a clean grid instead of creating an internal
   horizontal scrollbar / clipped last categories on phones. */
@media(max-width:620px){
  .wooh-home-work-filters,
  .wooh-archive-filter{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
    overflow-x:visible!important;
    padding-bottom:0!important;
    scrollbar-width:none!important;
  }
  .wooh-home-work-filter,
  .wooh-archive-filter .wooh-chip{
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:normal!important;
    line-height:1.15!important;
    padding:10px 12px!important;
  }
}

/* ============================================================
   V11.7.5 — Hero typography + Live Motion controls
   ============================================================ */
/* The Hero now obeys the same responsive typography model as the rest of
   the site, including its kicker and CTA labels. These rules intentionally
   sit after older hero polish patches so Live Builder values win. */
.wooh-threeui-orbital-hero .wooh-hero-title{
  font-size:var(--wooh-live-title-size,116px)!important;
  line-height:var(--wooh-live-title-line-height,.86)!important;
}
.wooh-threeui-orbital-hero .wooh-hero-copy{
  font-size:var(--wooh-live-body-size,20px)!important;
  line-height:var(--wooh-live-body-line-height,1.48)!important;
}
.wooh-threeui-orbital-hero .hero-eyebrow{
  font-size:var(--wooh-hero-kicker-size,12px)!important;
  line-height:var(--wooh-hero-kicker-line-height,1.2)!important;
  letter-spacing:var(--wooh-hero-kicker-tracking,.16em)!important;
}
.wooh-threeui-orbital-hero .wooh-hero-actions .btn{
  font-size:var(--wooh-hero-button-size,15px)!important;
  line-height:var(--wooh-hero-button-line-height,1.1)!important;
}

@media(max-width:760px){
  .wooh-threeui-orbital-hero .wooh-hero-title{
    font-size:var(--wooh-live-title-size-mobile,68px)!important;
    line-height:var(--wooh-live-title-line-height-mobile,.86)!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-copy{
    font-size:var(--wooh-live-body-size-mobile,18px)!important;
    line-height:var(--wooh-live-body-line-height-mobile,1.50)!important;
  }
  .wooh-threeui-orbital-hero .hero-eyebrow{
    font-size:var(--wooh-hero-kicker-size-mobile,11px)!important;
    line-height:var(--wooh-hero-kicker-line-height-mobile,1.25)!important;
    letter-spacing:var(--wooh-hero-kicker-tracking-mobile,.14em)!important;
  }
  .wooh-threeui-orbital-hero .wooh-hero-actions .btn{
    font-size:var(--wooh-hero-button-size-mobile,15px)!important;
    line-height:var(--wooh-hero-button-line-height-mobile,1.1)!important;
  }
}


/* ==========================================================
   WOOH V11.7.7 — SERVICES UNIFORM CARD SYSTEM
   Equal grid + independent mockup / motion layers.
   ========================================================== */
.services-v1177-practices .services-v907-stack{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:var(--services-card-gap,14px)!important;
  align-items:stretch!important;
}
.services-v1177-practices .service-v1177-card,
.services-v1177-practices .service-v1177-card:nth-child(5),
.services-v1177-practices .service-v1177-card[data-service-type="web"],
.services-v1177-practices .service-v1177-card[data-service-type="branding"],
.services-v1177-practices .service-v1177-card[data-service-type="growth"],
.services-v1177-practices .service-v1177-card[data-service-type="content"],
.services-v1177-practices .service-v1177-card[data-service-type="amazon"]{
  grid-column:auto!important;
  width:100%!important;
  height:var(--services-card-height,500px)!important;
  min-height:var(--services-card-height,500px)!important;
  max-height:var(--services-card-height,500px)!important;
  border-radius:var(--services-card-radius,24px)!important;
}
.service-v1177-card .service-v85-media{
  z-index:auto!important;
  background-image:none!important;
  background:none!important;
  overflow:hidden!important;
  transform:none!important;
}
.service-v1177-card .service-v1177-image{
  position:absolute;
  inset:-1px;
  z-index:0;
  pointer-events:none;
  background-image:var(--card-image);
  background-repeat:no-repeat;
  background-size:var(--card-image-fit,cover);
  background-position:var(--card-image-x,50%) var(--card-image-y,50%);
  transform:scale(var(--card-image-scale,1.04));
  transform-origin:center;
  transition:transform .75s cubic-bezier(.16,1,.3,1),filter .45s ease;
  filter:saturate(.94) contrast(1.04);
}
.service-v1177-card:not(.has-image) .service-v1177-image{display:none}
.service-v1177-card:hover .service-v1177-image{
  transform:scale(calc(var(--card-image-scale,1.04) + .025));
  filter:saturate(1.02) contrast(1.06);
}
.service-v1177-card .service-v85-overlay{
  z-index:1!important;
  background:linear-gradient(180deg,rgba(4,5,4,.08) 0%,rgba(4,5,4,.26) 45%,rgba(4,5,4,.93) 100%)!important;
}
.service-v1177-card.has-image .service-v85-overlay{
  background:linear-gradient(180deg,rgba(4,5,4,.10) 0%,rgba(4,5,4,var(--card-overlay,.58)) 54%,rgba(4,5,4,.95) 100%)!important;
}
.service-v1177-card .service-v907-canvas{
  z-index:2!important;
  opacity:var(--card-motion-opacity,.92)!important;
  mix-blend-mode:var(--card-motion-blend,screen)!important;
  transition:opacity .35s ease,filter .35s ease!important;
}
.service-v1177-card .wooh-service-colorwash{
  z-index:3!important;
  opacity:.82;
}
.service-v1177-card .service-v85-top,
.service-v1177-card .service-v85-copy,
.service-v1177-card .service-v85-arrow{z-index:5!important}
.service-v1177-card .service-v85-copy{
  max-width:min(650px,92%)!important;
}
.service-v1177-card .service-v85-copy h2{
  font-size:min(var(--wooh-title-size,56px),4.2vw)!important;
}
.service-v1177-card .service-v85-copy p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.services-v1177-practices .service-v1177-card:last-child:nth-child(odd){
  grid-column:1/-1!important;
  width:calc((100% - var(--services-card-gap,14px))/2)!important;
  justify-self:center!important;
}
@media(max-width:900px){
  .services-v1177-practices .services-v907-stack{grid-template-columns:1fr!important}
  .services-v1177-practices .service-v1177-card,
  .services-v1177-practices .service-v1177-card:nth-child(5),
  .services-v1177-practices .service-v1177-card[data-service-type="amazon"]{
    grid-column:auto!important;
    width:100%!important;
    justify-self:stretch!important;
    height:var(--services-card-height-mobile,420px)!important;
    min-height:var(--services-card-height-mobile,420px)!important;
    max-height:var(--services-card-height-mobile,420px)!important;
  }
  .service-v1177-card .service-v85-copy h2{font-size:min(var(--wooh-title-size,56px),10.5vw)!important}
}
@media(max-width:620px){
  .service-v1177-card{padding:21px!important}
  .service-v1177-card .service-v85-copy{max-width:96%!important}
  .service-v1177-card .service-v85-copy p{-webkit-line-clamp:3}
}
@media(prefers-reduced-motion:reduce){.service-v1177-card .service-v1177-image{transition:none!important}}
