@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;600;700&display=swap);@keyframes pulseFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes pulseRing{0%{transform:scale(.96);opacity:0}35%{opacity:.7}to{transform:scale(1.1);opacity:0}}@keyframes heroScrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes heroScrollDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@keyframes aboutScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes pulseSpin{to{transform:rotate(360deg)}}@keyframes ringDash{0%,to{stroke-dashoffset:0}50%{stroke-dashoffset:24}}@keyframes fallAndBounce{0%{opacity:0;transform:translateY(-800px) rotate(-20deg) scale(.8)}60%{opacity:1;transform:translateY(20px) rotate(var(--final-rotate)) scale(1.05)}80%{transform:translateY(-8px) rotate(var(--final-rotate)) scale(.98)}to{opacity:1;transform:translateY(0) rotate(var(--final-rotate)) scale(1)}}:root{--bg:#f3efe8;--ink:#0d0e12;--muted:#63646a;--line:#d8d1c7;--card:#fffdfa;--accent:#0d0e12;--accent-2:#f0d7ff;--accent-3:#d6f2ff;--accent-orange:#ff5a1f;--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--shadow:0 20px 50px rgba(13, 14, 18, 0.12);--section-pad:96px;--section-head-gap:40px;--section-title-gap:12px;--section-text-gap:32px;--header-h:78px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Comfortaa","Space Grotesk",sans-serif;background:radial-gradient(900px 700px at 5% 0%,var(--accent-3),transparent 60%),radial-gradient(800px 600px at 95% 5%,var(--accent-2),transparent 55%),var(--bg);color:var(--ink);line-height:1.6;padding-top:var(--header-h)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.section{padding:var(--section-pad)0}.hero-card span,.label{text-transform:uppercase}.label{letter-spacing:.3em;font-size:12px;color:var(--muted);font-weight:600;margin-bottom:8px}.btn-primary{display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:700;background:#fff;color:#111;border:1px solid rgba(0,0,0,.12);box-shadow:0 8px 18px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.btn-primary .dot{width:8px;height:8px;border-radius:999px;background:var(--accent-orange);display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(0,0,0,.12);border-color:rgba(255,90,31,.4)}.btn-primary.pulse{position:relative;animation:pulseFloat 2.6s ease-in-out infinite}.btn-primary.pulse::after{content:"";position:absolute;inset:-6px;border-radius:999px;border:1px solid rgba(255,90,31,.35);opacity:0;animation:pulseRing 2.6s ease-in-out infinite}.site-header{position:fixed;top:0;left:0;right:0;z-index:300;background:0 0;transition:background .35s ease,border-color .35s ease,box-shadow .35s ease}.site-header .bar{width:min(1180px,92vw);padding:10px 16px;margin:8px auto;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.55);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;transition:background .35s ease,border-color .35s ease,box-shadow .35s ease,transform .35s ease}.site-header.is-scrolled{background:rgba(255,255,255,.42);backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);box-shadow:0 8px 30px rgba(15,16,20,.08)}.site-header.is-scrolled .bar{background:rgba(255,255,255,.58);border-color:rgba(255,255,255,.65);box-shadow:0 14px 34px rgba(15,16,20,.12);transform:translateY(-1px)}.site-logo{display:inline-flex;align-items:center;gap:8px;font-weight:700}.header-cta .dot,.site-logo .dot{width:18px;height:18px;border-radius:6px;background:var(--accent-orange);display:inline-block}.menu-pill{display:inline-flex;gap:6px;background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.08);border-radius:999px;padding:6px}.header-cta,.menu-pill a{border-radius:999px;font-size:12px}.menu-pill a{padding:6px 12px;color:#222;transition:background .2s ease,color .2s ease}.menu-pill a:hover{background:#fff;color:#111}.header-cta{justify-self:end;padding:8px 16px;border:1px solid rgba(0,0,0,.1);background:#fff;display:inline-flex;align-items:center;gap:8px}.header-cta .dot{width:6px;height:6px;border-radius:999px}.hero-grid{position:relative;height:100vh;background:#0b0b0d;overflow:hidden;display:grid;place-items:center}.hero-grid-bg{position:absolute;inset:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:18px;opacity:.55}.hero-col{position:relative;overflow:hidden}.hero-stack{display:flex;flex-direction:column;gap:16px;animation:heroScrollUp 40s linear infinite}.hero-col--down .hero-stack{animation:heroScrollDown 45s linear infinite}.hero-card{position:relative;aspect-ratio:3/4;width:100%;border-radius:16px;overflow:hidden;background:#111;border:1px solid rgba(255,255,255,.08)}.hero-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(50%);transition:filter .7s ease}.hero-card span{position:absolute;inset:auto 0 0 0;padding:16px;font-size:10px;letter-spacing:.2em;opacity:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.7) 100%);transition:opacity .5s ease}.hero-card:hover img{filter:grayscale(0%)}.hero-card:hover span{opacity:1}.hero-fade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,11,13,.95),rgba(11,11,13,.1) 40%,rgba(11,11,13,.95));pointer-events:none;z-index:1}.hero-center{position:relative;z-index:2;text-align:center;pointer-events:auto}.hero-center h1{font-size:clamp(42px,8.2vw,112px);font-weight:800;letter-spacing:-.03em;line-height:.95;color:#fff;max-width:16ch;margin:0 auto;text-wrap:balance}.hero-center .dot{color:#3a3a3a}.hero-center p{margin-top:16px;font-size:clamp(13px,1.2vw,16px);letter-spacing:.06em;line-height:1.55;color:rgba(255,255,255,.6);max-width:62ch;margin-left:auto;margin-right:auto;text-wrap:balance}.hero-card span,.hero-center p strong{font-weight:700;color:#fff}.hero-center .hero-cta{margin-top:18px;pointer-events:auto}@media (max-width:980px){.hero-grid-bg{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-fan{background:#fff;padding:var(--section-pad)0;display:grid;gap:32px;justify-items:center;text-align:center;position:relative}.about-fan .label{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.2em;margin-bottom:0}.about-fan .label::before{content:"";width:8px;height:2px;background:#ff4b1f;display:inline-block;transform:rotate(-25deg)}.about-fan .about-sub,.about-fan h2{margin:0;max-width:820px;text-align:center}.about-fan h2{font-size:clamp(28px,4.8vw,44px);font-weight:600;line-height:1.35;color:#111}.about-fan .about-sub{font-size:clamp(16px,1.5vw,22px);line-height:1.5;color:rgba(17,17,17,.85);font-weight:500;width:min(820px,92vw)}.about-fan .about-points{margin:0;padding:0;list-style:none;display:grid;gap:8px;max-width:760px;font-size:clamp(14px,1.15vw,17px);line-height:1.55;color:rgba(17,17,17,.76);text-align:center;justify-items:center}.about-fan .about-points li{position:relative;padding-left:0;max-width:760px;display:inline-flex;align-items:flex-start;gap:10px}.about-fan .about-points li::before{content:"";position:static;top:auto;width:7px;flex:0 0 7px;height:7px;border-radius:50%;background:#ff5a1f;transform:none;margin-top:.55em}.about-fan .about-points strong,.services-creative h2{color:#111;font-weight:700}.about-fan .about-lead{margin:0;max-width:820px;width:min(820px,92vw);font-size:clamp(15px,1.35vw,20px);line-height:1.6;letter-spacing:-.005em;color:rgba(17,17,17,.72);text-wrap:pretty;text-align:center}.about-carousel{position:relative;width:min(1100px,92vw);overflow:hidden;padding:8px 0;margin-top:24px}.about-carousel__track{display:flex;width:max-content;gap:16px;animation:aboutScroll 45s linear infinite}.about-carousel__set{display:flex;gap:16px;padding:0 4px}.about-carousel__item{width:clamp(220px,28vw,360px);aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:#f2f2f2;flex:0 0 auto;box-shadow:0 14px 30px rgba(0,0,0,.08)}.about-carousel__item img{display:block}.about-carousel__fade{position:absolute;top:0;bottom:0;width:120px;pointer-events:none;z-index:2}.about-carousel__fade--left{left:0;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 100%)}.about-carousel__fade--right{right:0;background:linear-gradient(270deg,#fff 0,rgba(255,255,255,0) 100%)}.fan-cta{margin-top:18px;display:inline-flex}.services-creative{position:relative;overflow:hidden;background:radial-gradient(1200px 480px at 20% -10%,rgba(0,0,0,.06),transparent 60%),radial-gradient(900px 420px at 90% 110%,rgba(17,24,39,.06),transparent 58%),#fdfdfd;padding:var(--section-pad)0}.services-creative::after,.services-creative::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0}.services-creative::before{opacity:.62;background-image:radial-gradient(circle,rgba(17,17,17,.2) 1px,transparent 1.1px);background-size:22px 22px}.services-creative::after{background:radial-gradient(circle,rgba(17,17,17,.22) 1px,transparent 1.15px)0 0/16px 16px,radial-gradient(circle,rgba(120,120,120,.2) 1px,transparent 1.15px)0 0/16px 16px;mask-image:radial-gradient(380px 260px at 18% 30%,#000 0,transparent 72%),radial-gradient(420px 300px at 82% 68%,#000 0,transparent 74%);-webkit-mask-image:radial-gradient(380px 260px at 18% 30%,#000 0,transparent 72%),radial-gradient(420px 300px at 82% 68%,#000 0,transparent 74%);opacity:.85}.services-creative .wrap{text-align:left;position:relative;z-index:1}.services-creative h2{font-size:clamp(32px,5vw,56px);margin:0 0 var(--section-title-gap)}.faq-section p,.services-creative p{color:#7a7a7a;font-size:14px;max-width:620px;margin:0 0 var(--section-text-gap)}.services-vistraa{border-top:1px solid #e5e7eb}.service-item,.service-left{display:flex;align-items:center}.service-item{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:22px 0;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-left{gap:16px}.dot-orange{width:6px;height:6px;border-radius:999px;background:var(--accent-orange);flex:0 0 auto}.image-preview{width:0;height:48px;opacity:0;margin-right:0;overflow:hidden;border-radius:10px;background:#f1f1f1;box-shadow:0 8px 18px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.about-carousel__item img,.dispatch-media img,.image-preview img,.work-card img{width:100%;height:100%;object-fit:cover}.service-item:hover .image-preview{width:120px;height:96px;opacity:1;margin-right:16px}.service-title{font-size:clamp(20px,3.2vw,36px);font-weight:800;letter-spacing:-.02em;transition:transform .5s ease}.service-item:hover .service-title{transform:translateX(8px)}.service-desc{font-size:13px;color:#8a8a8a;line-height:1.5;max-width:520px;margin-top:6px}.service-meta{position:relative;width:32px;height:32px;display:flex;align-items:center;justify-content:flex-end;overflow:hidden}.service-number{font-size:24px;font-weight:700;color:#e5e7eb;transition:all .5s ease}.service-plus{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-end;font-size:30px;font-weight:300;color:var(--accent-orange);opacity:0;transform:translateY(10px);transition:all .5s ease}.service-item:hover .service-number{opacity:0;transform:translateY(-12px)}.faq-item.is-open .faq-answer,.service-item:hover .service-plus{opacity:1;transform:translateY(0)}.services-cta{margin-top:28px;display:inline-flex}.rotate-section{background:#0b0b0d;color:#fff;padding:0}.rotate-scroll{position:relative;height:520px}.rotate-sticky{position:sticky;top:0;height:520px;display:grid;place-items:center;overflow:hidden}.rotate-stage{position:relative;height:140px;width:min(860px,92vw);perspective:2000px;perspective-origin:50% 50%}.rotate-item,.rotate-scene{position:absolute;inset:0;transform-style:preserve-3d}.rotate-scene{will-change:transform}.rotate-item{display:flex;align-items:center;justify-content:center;font-size:clamp(18px,3vw,56px);font-weight:800;letter-spacing:-.02em;text-transform:uppercase;line-height:1;color:rgba(255,255,255,.9);backface-visibility:hidden;white-space:nowrap;user-select:none;background:linear-gradient(180deg,#fff 0,#f4f4f4 45%,#8c8c8c 100%);-webkit-background-clip:text;background-clip:text;color:transparent;opacity:.9}.rotate-stage::after,.rotate-stage::before{content:"";position:absolute;left:0;right:0;height:38%;pointer-events:none;z-index:2}.rotate-stage::before{top:0;background:linear-gradient(to bottom,#0b0b0d,rgba(11,11,13,0))}.rotate-stage::after{bottom:0;background:linear-gradient(to top,#0b0b0d,rgba(11,11,13,0))}.featured-works{background:#fff;padding:90px 0 140px}.featured-works .wrap,.services-creative .wrap{width:min(1100px,92vw);margin:0 auto}.featured-works h2{font-size:clamp(36px,5.6vw,64px);font-weight:700;line-height:1.08;margin-bottom:36px;color:#111}.works-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px;align-items:start}.works-left{position:sticky;top:120px;display:grid;gap:18px}.work-card{border-radius:22px;overflow:hidden;background:#f3f3f3;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 40px rgba(0,0,0,.12);width:100%;aspect-ratio:1/1;height:auto;transition:transform .6s ease,box-shadow .6s ease}.dispatch-media img,.work-card img{display:block}.work-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 20px 50px rgba(0,0,0,.15)}.works-right{display:grid;gap:28px;will-change:transform}.works-right .work-card{height:auto}.faq-section{background:#fff;padding:var(--section-pad)0}.faq-section .wrap{width:min(980px,92vw);margin:0 auto;text-align:center}.faq-section h2{font-size:clamp(32px,4.8vw,54px);font-weight:700;margin:0 0 var(--section-title-gap);color:#111}.faq-section p{max-width:520px;margin:0 auto var(--section-text-gap)}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));text-align:left}.faq-col,.faq-grid{display:grid;gap:18px}.faq-card{background:#fff;border:1px solid #ececec;border-radius:14px;padding:16px 18px;justify-content:space-between;font-size:14px;color:#111;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.faq-card:hover{border-color:#dcdcdc;box-shadow:0 10px 22px rgba(0,0,0,.06)}.faq-card,.faq-card .q{display:flex;align-items:center}.faq-card .q{gap:10px;font-weight:600}.faq-card .q span{font-weight:700}.faq-card .plus{width:26px;height:26px;border-radius:999px;border:1px solid #e3e3e3;display:grid;place-items:center;font-size:16px;color:#333;transition:transform .2s ease,background .2s ease}.faq-answer{grid-column:1/-1;padding:0 18px;font-size:13px;color:#7a7a7a;max-height:0;overflow:hidden;opacity:0;transform:translateY(-4px);transition:max-height .6s ease,opacity .6s ease,transform .6s ease,padding .6s ease;text-align:left}.faq-item.is-open .faq-answer{max-height:220px;padding:8px 18px 22px}.faq-item.is-open .faq-card{border-color:#d0d0d0;box-shadow:0 16px 30px rgba(0,0,0,.08)}.faq-item.is-open .plus{transform:rotate(45deg);background:#f7f7f7}.faq-item{display:grid;grid-template-columns:1fr}.dispatch-section{background:#0b0b0d;color:#fff;padding:90px 0 110px}.dispatch-wrap{width:min(1200px,92vw);margin:0 auto;display:grid;gap:28px}.dispatch-head{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.dispatch-title{font-size:clamp(36px,6vw,64px);font-weight:700;line-height:1;letter-spacing:-.02em}.dispatch-subtitle{margin-top:12px;color:rgba(255,255,255,.7);max-width:520px;font-size:14px;line-height:1.6}.dispatch-cta{color:#fff;font-size:14px;display:inline-flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.6);padding-bottom:4px}.dispatch-cta span{font-size:18px;transform:translateY(-1px)}.dispatch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.dispatch-actions{display:flex;justify-content:center;margin-top:18px}.dispatch-card{background:#111;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.08);display:grid;gap:10px;padding:14px;transition:transform .45s ease,box-shadow .45s ease}.dispatch-media{border-radius:16px;overflow:hidden;background:#1c1c1c}.dispatch-media img{height:280px;transform:scale(1);transition:transform .8s ease}.dispatch-card:hover .dispatch-media img{transform:scale(1.06)}.dispatch-meta{font-size:12px;color:rgba(255,255,255,.6)}.dispatch-text{font-size:15px;line-height:1.35;color:#fff}@media (max-width:980px){.dispatch-grid{grid-template-columns:1fr}.dispatch-media img{height:240px}}.team-section{background:#fff;padding:var(--section-pad)0}.team-wrap{width:min(1100px,92vw);margin:0 auto;display:grid;gap:28px}.team-head{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:24px}.team-title{font-size:clamp(36px,6vw,68px);font-weight:700;line-height:1.05;color:#111;display:inline-flex;align-items:center;gap:10px}.team-title .arrow{font-size:24px;transform:translateY(-8px)}.team-copy{color:#7a7a7a;font-size:14px;line-height:1.5;max-width:360px;justify-self:end;text-align:left}.team-svg{width:74px;height:74px;justify-self:end;opacity:.85}.team-svg circle,.team-svg path{stroke:#111;stroke-width:1.2;fill:none}.team-svg .pulse{animation:pulseSpin 6s linear infinite;transform-origin:50% 50%}.team-svg .ring{stroke-dasharray:6 6;animation:ringDash 4s ease-in-out infinite}.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.team-card{position:relative;border-radius:18px;overflow:hidden;background:0 0;aspect-ratio:3/4;transition:transform .5s ease,box-shadow .5s ease}.bubble-img img,.contact-cta-media img,.team-card img{width:100%;height:100%;object-fit:cover;display:block}.team-card::after{content:"";position:absolute;right:0;top:0;width:34%;height:28%;background:#fff;border-bottom-left-radius:24px}.team-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.12)}.team-info{text-align:center;margin-top:10px;display:grid;gap:6px}.stair-card h3,.team-name{font-weight:700}.team-role{font-size:12px;color:#7a7a7a}.team-socials{display:inline-flex;gap:8px;justify-content:center;margin-top:4px}.team-social{width:28px;height:28px;border-radius:999px;border:1px solid rgba(0,0,0,.1);display:grid;place-items:center;font-size:12px;color:#111;background:#fff;transition:background .2s ease,border-color .2s ease,color .2s ease}.team-social:hover{background:var(--accent-orange);border-color:var(--accent-orange);color:#fff}.parallax-section{position:relative;height:70vh;min-height:520px;overflow:hidden;display:grid;place-items:center;background:#000}.parallax-bg{position:absolute;inset:-20%0;background-size:cover;background-position:center;will-change:transform;transform:translateY(0) scale(1.1)}.parallax-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.55)0,rgba(0,0,0,.35) 50%,rgba(0,0,0,.55) 100%)}.parallax-content{position:relative;z-index:2;color:#fff;text-align:center;padding:0 6vw}.parallax-content h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:12px}.parallax-content p{font-size:clamp(1rem,2vw,1.3rem);opacity:.85;line-height:1.6}.stair-section{background:#fff;padding:0}.stair-pin,.stair-track{position:relative;min-height:100vh}.stair-pin{display:flex;flex-direction:column;justify-content:flex-start;padding:72px 0 60px}.stair-head{margin-bottom:24px}.stair-section .wrap{width:min(980px,92vw);margin:0 auto}.stair-section h2{font-size:clamp(32px,4.8vw,54px);font-weight:700;margin-bottom:10px;color:#111}.stair-section p{color:#7a7a7a;font-size:14px;max-width:520px;margin-bottom:36px}.stair-card,.stair-list{display:grid;gap:20px;position:relative}.stair-list.is-animated{display:block;height:var(--stack-height, auto)}.stair-list.is-animated .stair-card{position:absolute;top:0;left:0;right:0}.stair-card{background:#fff;border:1px solid #ececec;border-radius:18px;padding:18px 22px;box-shadow:0 18px 36px rgba(0,0,0,.08);gap:8px;z-index:var(--z, 1);transition:box-shadow .4s ease,border-color .4s ease;will-change:transform;transform-origin:top center}.stair-card .kicker{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#8a8a8a}.stair-card h3{font-size:22px;color:#111}.stair-card p{margin:0;color:#7a7a7a;font-size:14px}.stair-body{max-height:none;opacity:1;overflow:visible;transform:none}.contact-hero{padding:120px 0 90px;background:#fff}.contact-hero-wrap{width:min(1200px,92vw);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:80px;align-items:start}.contact-kicker{text-transform:uppercase;letter-spacing:.2em;font-size:12px;color:#8a8a8a}.contact-title{font-size:clamp(36px,6vw,64px);letter-spacing:-.02em;margin:8px 0 12px;font-weight:700;color:#111}.contact-lead{font-size:18px;color:#6d6d6d;max-width:520px;line-height:1.6}.contact-bubbles{display:flex;align-items:center;gap:16px;margin-top:40px}.bubble-stack{display:flex}.bubble-img{width:48px;height:48px;border:2px solid #fff;border-radius:999px;margin-left:-12px;background:#f3f4f6;overflow:hidden}.bubble-img:first-child{margin-left:0}.bubble-text{font-size:16px;font-weight:600;color:#111}.contact-hero-right{display:flex;flex-direction:column;gap:32px}.contact-block{border-left:1px solid #eee;padding-left:24px}.contact-label{text-transform:uppercase;letter-spacing:.18em;font-size:11px;color:#9a9a9a;font-weight:700;margin-bottom:6px}.contact-form-wrap h2,.contact-value{font-size:clamp(24px,3vw,36px);font-weight:700;color:#111}.contact-cta{padding:0 24px 120px;background:#fff}.contact-cta-media{position:relative;height:120vh;min-height:800px;max-height:1200px;width:min(1400px,96vw);margin:0 auto;border-radius:40px;overflow:hidden;box-shadow:0 35px 80px rgba(0,0,0,.2)}.contact-cta-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.6) 100%)}.contact-cta-info{position:absolute;bottom:40px;left:40px;right:40px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;color:#fff;flex-wrap:wrap}#contact-form label,.contact-cta-label{text-transform:uppercase;letter-spacing:.2em;font-weight:700}.contact-cta-label{font-size:11px;color:rgba(255,255,255,.6);margin-bottom:8px}.contact-cta-value{font-size:clamp(18px,2.6vw,28px);font-weight:500;line-height:1.2}.contact-cta-right{text-align:right}.contact-form-section{padding:120px 0 140px;background:#fff}.contact-form-wrap{width:min(640px,90vw);margin:0 auto;text-align:center}.contact-form-wrap h2{font-size:clamp(28px,4.6vw,52px);margin-bottom:40px}#contact-form{display:grid;gap:24px;text-align:left}#contact-form label{font-size:12px;color:#7a7a7a;display:grid;gap:10px}#contact-form input,#contact-form textarea{background:0 0;border:0;border-bottom:1px solid #ddd;padding:12px 2px;font-size:16px;outline:0;color:#111}#contact-form input:focus,#contact-form textarea:focus{border-bottom-color:#111}.contact-form-section .btn-primary{justify-self:center;margin-top:10px}.contact-form-success{text-align:center;font-weight:700;font-size:22px;padding:40px 0;text-transform:uppercase;letter-spacing:.15em}@media (max-width:980px){.contact-hero-wrap{grid-template-columns:1fr;gap:40px}.contact-cta-right{text-align:left}}@media (max-width:680px){.contact-cta-media{height:80vh;min-height:520px;border-radius:24px}.contact-cta-info{left:24px;right:24px;bottom:24px}}.reveal{opacity:0;transform:translateY(16px);transition:all .8s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (max-width:980px){.site-header .bar{grid-template-columns:1fr;gap:10px;border-radius:18px;padding:10px}.menu-pill{flex-wrap:wrap}.header-cta,.menu-pill{justify-self:center}.hero-grid-bg{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-center h1{font-size:clamp(38px,9.8vw,88px)}.about-grid,.articles,.contact,.projects-wrap{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.project-preview{position:relative;top:0}.video-card iframe{height:320px}.works-grid{grid-template-columns:1fr}.works-left{position:relative;top:0}.faq-grid{grid-template-columns:1fr}.services-list{border-top:none}.service-row{grid-template-columns:44px 1fr;gap:10px;padding:20px 0}.service-preview,.service-row .arrow{display:none}.rotate-scroll,.rotate-sticky{height:420px}.rotate-stage{height:120px}.rotate-item{font-size:clamp(20px,5vw,60px)}.dispatch-head{gap:16px}.dispatch-title{font-size:clamp(30px,7vw,46px)}.about-carousel__fade{width:64px}.team-head{grid-template-columns:1fr;justify-items:start}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-copy{justify-items:start}}@media (max-width:680px){.section{padding:72px 0}.hero-grid-bg{grid-template-columns:1fr;opacity:.6}.hero-card{border-radius:12px}.hero-card span{padding:12px}.hero-center p{letter-spacing:.04em;max-width:34ch}.services-creative h2{font-size:clamp(26px,7vw,42px)}.service-row h3{font-size:18px}.service-row span{font-size:12px}.rotate-scroll,.rotate-sticky{height:360px}.rotate-stage{height:100px}.dispatch-grid{gap:14px}.dispatch-card{border-radius:14px}.team-grid{grid-template-columns:1fr}.team-card{border-radius:18px}.featured-works{padding:70px 0 100px}.works-right{gap:20px}}.manifesto{padding:90px 0 70px}.manifesto .wrap{max-width:980px}.manifesto-line{font-size:clamp(1.4rem,3vw,2.4rem);line-height:1.4;margin:0 0 12px;letter-spacing:-.01em}.manifesto-line.accent{color:var(--accent, #ff5c35);font-weight:600}.showreel{background:#fff}.showreel-track{position:relative;min-height:100vh;background:#fff}.showreel-sticky{position:relative;height:100vh;display:grid;place-items:center;overflow:hidden;background:#fff}.showreel-media{position:relative;width:100%;height:100%;transform:scale(.65);border-radius:32px;overflow:hidden;box-shadow:0 40px 120px rgba(0,0,0,.18);transition:border-radius .2s ease-out}.showreel-media img,.showreel-overlay{position:absolute;inset:0}.showreel-overlay{background:rgba(0,0,0,.1)}.showreel-content{position:relative;z-index:2;width:100%;height:100%;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(12px,2.4vw,42px);padding-inline:clamp(24px,6vw,120px);pointer-events:none}.showreel-text{font-size:clamp(2.2rem,11vw,9rem);font-weight:700;text-transform:uppercase;color:#fff;mix-blend-mode:difference;line-height:.9;letter-spacing:-.02em;white-space:nowrap;opacity:0;transform:translateX(0);transition:transform .2s ease-out,opacity .2s ease-out}.showreel-left{justify-self:end;text-align:right}.showreel-right{justify-self:start;text-align:left}.showreel-play{width:96px;height:96px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;backdrop-filter:blur(10px);pointer-events:auto}.showreel-play-inner{width:56px;height:56px;border-radius:999px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;box-shadow:0 10px 30px rgba(0,0,0,.25)}.showreel-glyph,.showreel-label{font-size:14px;line-height:1;color:#0f172a}.showreel-label{font-size:8px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}@media (max-width:900px){.showreel-content{gap:10px;padding-inline:16px}.showreel-text{font-size:clamp(1.8rem,15vw,6.4rem)}.showreel-play{width:72px;height:72px}.showreel-play-inner{width:42px;height:42px}}.focus-hero{padding:110px 0 96px;min-height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;color:#fff;overflow:hidden}.focus-hero,.focus-track{background:#0b0b0d;isolation:isolate}.focus-pin,.focus-track{position:relative;min-height:100vh;z-index:1}.focus-tagline{font-size:clamp(12px,1vw,14px);letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.82);margin-bottom:clamp(48px,6.8vh,96px);transform:translateY(-10px);z-index:30}.focus-title,.focus-wrapper{display:flex;align-items:center;position:relative}.focus-wrapper{justify-content:center;width:min(92vw,1400px);height:clamp(320px,54vh,560px);z-index:10}.focus-title{font-size:clamp(140px,24vw,520px);font-weight:600;line-height:.7;color:#fff;text-transform:uppercase;letter-spacing:-.12em;z-index:20;user-select:none;pointer-events:none;text-shadow:0 12px 40px rgba(0,0,0,.35),0 0 2px rgba(255,255,255,.18)}.letter{display:inline-block}.focus-float{position:absolute;border-radius:40px;overflow:hidden;pointer-events:none;z-index:5;opacity:1;box-shadow:0 22px 60px rgba(0,0,0,.45);transition:opacity .7s cubic-bezier(.2,.8,.2,1);will-change:transform,opacity}.article-media img,.focus-float img,.showreel-media img,.works-showcase .work-poster img{width:100%;height:100%;object-fit:cover}.focus-float img{filter:brightness(1.02) contrast(.98)}.focus-img-1{top:30%;left:18%;width:18vw;height:18vw;transform:translate(-50%,-50%) rotate(-12deg)}.focus-img-2{top:32%;left:50%;width:15vw;height:20vw;transform:translate(-50%,-50%) rotate(2deg)}.focus-img-3{top:28%;left:80%;width:17vw;height:19vw;transform:translate(-50%,-50%) rotate(14deg)}.articles-editorial::before,.trail-layer{position:absolute;inset:0;pointer-events:none;z-index:35}.trail-bubble{position:absolute;width:clamp(52px,6vw,86px);height:clamp(52px,6vw,86px);object-fit:cover;border-radius:50%;pointer-events:none;box-shadow:0 10px 30px rgba(0,0,0,.12);border:3px solid #fff;will-change:transform,opacity}.paragraph-hero{max-width:520px;text-align:center;margin-top:2.4rem;font-size:16px;color:rgba(255,255,255,.82);line-height:1.45;opacity:1;z-index:30}@media (max-width:900px){.focus-hero{min-height:auto;padding:88px 0 82px}.paragraph-hero{margin-top:2rem}.trail-layer{display:none}.focus-wrapper{height:auto}}.works-showcase{background:#fff;padding:120px 0}.works-shell{width:min(1100px,92vw);margin:0 auto 44px}.articles-head h2,.works-shell h2{margin:0 0 var(--section-title-gap)}.works-shell h2{font-size:clamp(2rem,4.2vw,3.8rem);line-height:1.1;max-width:780px}.articles-head p,.works-shell p{margin:0;max-width:760px;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.55;color:rgba(0,0,0,.56)}.works-showcase .works-grid{width:min(1180px,92vw);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.works-showcase .work-item{display:grid;gap:14px}.works-showcase .work-poster{--rx:0deg;--ry:0deg;--mx:50%;--my:50%;position:relative;display:block;border-radius:28px;overflow:hidden;border:1px solid #e6ebf2;background:#e8edf4;box-shadow:0 18px 48px rgba(17,19,24,.1);min-height:620px;transform:perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(0);transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .42s ease,border-color .42s ease;will-change:transform}.works-showcase .work-poster::after{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(380px circle at var(--mx) var(--my),rgba(255,255,255,.28),transparent 42%),linear-gradient(180deg,rgba(11,12,16,.02) 35%,rgba(11,12,16,.74) 100%);transition:opacity .45s ease}.works-showcase .work-poster::before{content:"";position:absolute;z-index:2;top:-20%;left:-120%;width:70%;height:140%;transform:rotate(14deg);background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.42),rgba(255,255,255,0));transition:left .9s cubic-bezier(.23,1,.32,1)}.works-showcase .work-poster img{position:absolute;inset:0;filter:grayscale(.2) saturate(.86) contrast(1.02);transform:scale(1.02);transition:transform .95s cubic-bezier(.23,1,.32,1),filter .85s ease}.works-showcase .work-badge{margin:0;width:fit-content;height:30px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#111;background:#fff;border:1px solid rgba(0,0,0,.2);transition:box-shadow .25s ease,filter .25s ease}.works-showcase .work-meta{display:grid;gap:8px}.works-showcase .work-meta h3{margin:0;max-width:96%;font-size:clamp(.86rem,1.08vw,1rem);line-height:1.2;letter-spacing:-.01em;color:rgba(21,25,34,.78);font-weight:600;text-wrap:balance;transform:translateY(8px);opacity:.92;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .45s ease}.works-showcase .work-action{width:fit-content;display:inline-flex;align-items:center;gap:10px;height:42px;padding:0 7px 0 14px;border-radius:999px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#111;background:#fff;border:1px solid rgba(0,0,0,.2);transform:translateY(14px);opacity:0;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .45s ease,background .35s ease,border-color .35s ease}.works-showcase .work-action span{white-space:nowrap}.works-showcase .work-action i{width:28px;height:28px;border-radius:999px;display:inline-grid;place-items:center;background:#111;color:#fff;font-style:normal;font-size:13px;font-weight:700;transition:background .35s ease,transform .35s ease}.works-showcase .work-item:hover .work-badge{filter:brightness(1.04);box-shadow:0 6px 14px rgba(0,0,0,.08)}.works-showcase .work-poster:hover{transform:perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-8px);border-color:#d6dde8;box-shadow:0 34px 80px rgba(17,19,24,.2)}.works-showcase .work-poster:hover img{transform:scale(1.09);filter:grayscale(0) saturate(1) contrast(1.06)}.works-showcase .work-poster:hover::before{left:135%}.works-showcase .work-item:hover .work-action,.works-showcase .work-item:hover .work-meta h3{transform:translateY(0);opacity:1}.works-showcase .work-item:hover .work-action i{background:rgba(255,255,255,.2);color:#fff;transform:translateX(1px)}.works-showcase .work-action:hover,.works-showcase .work-item:hover .work-action{color:#fff;background:#ff5a1f;border-color:#ff5a1f}@media (max-width:1000px){.works-showcase{padding:92px 0}.works-showcase .works-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.works-showcase .work-poster{min-height:500px;transform:none}.works-showcase .work-action,.works-showcase .work-meta h3{transform:translateY(0);opacity:1}}@media (max-width:680px){.works-showcase .works-grid{grid-template-columns:1fr;gap:14px}.works-showcase .work-poster{min-height:460px}}.articles-editorial{position:relative;overflow:hidden;background:radial-gradient(900px 420px at 8% -10%,rgba(0,0,0,.065),transparent 60%),radial-gradient(760px 360px at 92% 108%,rgba(0,0,0,.055),transparent 60%),linear-gradient(180deg,#f8f8f8 0,#f2f2f2 100%);padding:var(--section-pad) 10vw var(--section-pad)}.articles-editorial::before{content:"";z-index:0;opacity:.38;background-image:radial-gradient(circle,rgba(17,17,17,.12) .9px,transparent 1px);background-size:26px 26px;mask-image:radial-gradient(circle at center,#000 18%,transparent 76%);-webkit-mask-image:radial-gradient(circle at center,#000 18%,transparent 76%)}.articles-head{max-width:1200px;margin-bottom:var(--section-head-gap)}.articles-head h2{font-size:clamp(2rem,4.5vw,3.6rem)}.articles-head p{color:rgba(0,0,0,.55);font-size:clamp(1rem,1.1vw,1.1rem)}.articles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.article-card{cursor:pointer;border:1px solid #eceff4;border-radius:22px;background:#fff;padding:14px;box-shadow:0 8px 28px rgba(17,19,24,.04);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.article-link{display:block;color:inherit}.article-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:0 2px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#8f95a0;font-weight:700}.article-media{position:relative;aspect-ratio:4/3;background:#f1f2f6;padding:6px;border-radius:18px;overflow:hidden;border:1px solid #edf1f5;transition:box-shadow .5s,border-color .5s}.article-media img{border-radius:18px;filter:grayscale(1);transition:transform 1.2s cubic-bezier(.23,1,.32,1),filter .6s}.article-cta{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);background:#fff;color:#111;height:34px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:700;text-transform:uppercase;box-shadow:0 10px 26px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.2);transition:background .3s ease,color .3s ease,border-color .3s ease}.article-card h3{margin-top:14px;font-size:1.28rem;font-weight:700;line-height:1.2;letter-spacing:-.01em;min-height:3.1em}.article-card p{margin-top:8px;font-size:14px;letter-spacing:0;text-transform:none;color:#5a6070;font-weight:500;line-height:1.45}.article-card:hover{transform:translateY(-4px);border-color:#e0e5ec;box-shadow:0 20px 52px rgba(17,19,24,.1)}.article-card:hover .article-media{border-color:#e0e0e0;box-shadow:0 18px 44px rgba(0,0,0,.12)}.article-card:hover .article-media img{transform:scale(1.08);filter:grayscale(0)}.article-card:hover .article-cta,.article-cta:hover{background:#ff5a1f;color:#fff;border-color:#ff5a1f}.articles-actions{margin-top:42px;display:flex;justify-content:center}@media (max-width:1000px){.articles-grid{grid-template-columns:1fr 1fr;gap:18px}.article-card h3{min-height:auto}}@media (max-width:700px){.articles-grid{grid-template-columns:1fr}}.articles-shell{width:min(1100px,92vw);margin:0 auto}.articles-head{text-align:left}.articles-shell{position:relative;z-index:1}.social-badge{opacity:0;pointer-events:none;display:inline-flex;align-items:center;gap:8px}.animate-fall{animation:fallAndBounce 2.2s cubic-bezier(.175,.885,.32,1.1) forwards;animation-delay:var(--delay, 0s);pointer-events:auto;opacity:1;transform:translateY(0) rotate(var(--final-rotate)) scale(1)}.social-badge .badge-icon{width:12px;height:12px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;opacity:.9}.social-badge .badge-icon svg{width:12px;height:12px;fill:currentColor}body,html{overflow-x:hidden}
/* Typography scale tune (global -10% approx) */
.hero-center h1{font-size:clamp(38px,7.4vw,96px)}
.hero-center p{font-size:clamp(12px,1.05vw,15px)}
.about-fan h2{font-size:clamp(24px,4.2vw,38px)}
.about-fan .about-sub{font-size:clamp(15px,1.25vw,19px)}
.services-creative h2{font-size:clamp(28px,4.4vw,48px)}
.service-title{font-size:clamp(18px,2.7vw,31px)}
.stair-section h2{font-size:clamp(28px,4.2vw,46px)}
.stair-card h3{font-size:20px}
.focus-title{font-size:clamp(120px,21vw,430px)}
.works-shell h2{font-size:clamp(1.8rem,3.6vw,3.2rem)}
.works-showcase .work-meta h3{font-size:clamp(.82rem,1vw,.94rem)}
.articles-head h2{font-size:clamp(1.8rem,3.8vw,3.1rem)}
.article-card h3{font-size:1.14rem}
.team-title{font-size:clamp(30px,5.2vw,58px)}
.faq-section h2{font-size:clamp(28px,4.2vw,46px)}
.parallax-content h2{font-size:clamp(2.1rem,4.1vw,3.3rem)}
.contact-title{font-size:clamp(32px,5.2vw,56px)}

@media (max-width:980px){
  .hero-center h1{font-size:clamp(34px,8.7vw,78px)}
}

@media (max-width:680px){
  .hero-center h1{font-size:clamp(30px,10vw,52px)}
  .article-card h3{font-size:1.06rem}
}

/* Typography normalization pass (consistent hierarchy) */
:root{--h1-size:clamp(1.95rem,4.2vw,3.2rem);--h2-size:clamp(1.75rem,3.6vw,2.75rem);--h3-size:clamp(1.05rem,2vw,1.3rem)}
.works-shell h2,.articles-head h2,.faq-section h2,.services-creative h2,.stair-section h2,.about-fan h2,.parallax-content h2{font-size:var(--h2-size)}
.article-card h3,.works-showcase .work-meta h3,.stair-card h3,.service-title{font-size:var(--h3-size)}
.hero-center h1{font-size:var(--h1-size)}
.team-title{font-size:clamp(1.95rem,4.2vw,3.2rem)}

/* Cookie banner */
.cookie-banner{
  position:fixed;
  left:max(14px,env(safe-area-inset-left));
  right:max(14px,env(safe-area-inset-right));
  bottom:max(14px,env(safe-area-inset-bottom));
  z-index:1400;
  opacity:1;
  transform:translateY(0);
  transition:opacity .24s ease,transform .24s ease;
}
.cookie-banner.is-hidden{
  opacity:0;
  transform:translateY(8px);
}
.cookie-banner__inner{
  margin:0 auto;
  width:min(860px,100%);
  border:1px solid rgba(255,255,255,.26);
  background:rgba(12,12,14,.9);
  color:#fff;
  backdrop-filter:blur(14px) saturate(130%);
  -webkit-backdrop-filter:blur(14px) saturate(130%);
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 18px 42px rgba(0,0,0,.22);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.cookie-banner__text{
  margin:0;
  font-size:12px;
  line-height:1.45;
  color:rgba(255,255,255,.92);
  max-width:64ch;
}
.cookie-banner__actions{
  display:inline-flex;
  gap:10px;
  flex-shrink:0;
}
.cookie-btn{
  height:36px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.cookie-btn:hover{
  transform:translateY(-1px);
}
.cookie-btn--ghost{
  background:#fff;
  color:#111;
  border-color:rgba(0,0,0,.2);
}
.cookie-btn--ghost:hover{
  background:#ff5a1f;
  border-color:#ff5a1f;
  color:#fff;
}
.cookie-btn--solid{
  background:#111;
  color:#fff;
  border-color:rgba(255,255,255,.28);
}
.cookie-btn--solid:hover{
  background:#ff5a1f;
  border-color:#ff5a1f;
}
@media (max-width:760px){
  .cookie-banner__inner{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }
  .cookie-banner__actions{
    width:100%;
  }
  .cookie-btn{
    flex:1;
    min-width:0;
  }
}

/* Global footer background image */
.footer-bg-image{background-image:url('../images/footer/mystorie-agence-footer-background-tech.png');background-size:cover;background-position:center}

/* Variant for longer focus keyword */
.focus-title.focus-title--small{font-size:clamp(84px,15.8vw,300px);letter-spacing:-.085em}
@media (max-width:900px){.focus-title.focus-title--small{font-size:clamp(72px,19vw,180px)}}

/* Header breathing space tweak */
.site-header .bar{padding:12px 16px;margin:10px auto}
.menu-pill{padding:8px}
.menu-pill a{padding:8px 14px}
.header-cta{padding:10px 16px}

@media (max-width:980px){
  .site-header .bar{padding:12px}
  .menu-pill{padding:8px 10px}
}

/* Header spacing correction (lighter) */
.site-header .bar{padding:9px 16px;margin:8px auto}
.menu-pill{padding:7px}
.menu-pill a{padding:7px 13px}
.header-cta{padding:8px 15px}

@media (max-width:980px){
  .site-header .bar{padding:10px}
  .menu-pill{padding:7px 8px}
}

/* Homepage hero emphasis */
.hero-grid .hero-center h1{font-size:clamp(2.2rem,4.8vw,3.85rem);line-height:.94}
.hero-grid .hero-center p{font-size:clamp(.98rem,1.7vw,1.28rem);line-height:1.52;max-width:66ch}

@media (max-width:980px){
  .hero-grid .hero-center h1{font-size:clamp(2rem,8.4vw,3.3rem)}
  .hero-grid .hero-center p{font-size:clamp(.94rem,3.1vw,1.12rem)}
}

@media (max-width:680px){
  .hero-grid .hero-center h1{font-size:clamp(1.85rem,10.5vw,2.6rem)}
  .hero-grid .hero-center p{font-size:clamp(.92rem,4.1vw,1rem);max-width:34ch}
}

/* Language Switch (Apple-like liquid glass) */
.lang-switch{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:rgba(255,255,255,.52);border:1px solid rgba(255,255,255,.65);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}
.lang-pill{height:30px;min-width:40px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;letter-spacing:.08em;color:#1f2532;transition:background .22s ease,color .22s ease,box-shadow .22s ease}
.lang-pill:hover{background:rgba(255,255,255,.65)}
.lang-pill.is-active{background:#fff;color:#111;box-shadow:0 8px 18px rgba(16,18,24,.14)}
.site-header.is-scrolled .lang-switch{background:rgba(255,255,255,.58)}

@media (max-width:980px){
  .lang-switch{justify-self:center}
}

/* Header balance fix with language switch */
.site-header .bar{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto auto;
  align-items:center;
  gap:12px;
}
.menu-pill{justify-self:center}
.lang-switch{justify-self:center}
.header-cta{justify-self:end}

@media (max-width:980px){
  .site-header .bar{
    grid-template-columns:1fr;
    gap:10px;
  }
  .site-logo,.menu-pill,.lang-switch,.header-cta{justify-self:center}
}

/* Final header alignment stabilization */
.site-header .bar{
  grid-template-columns:auto minmax(0,1fr) auto auto !important;
  align-items:center !important;
}
.header-cta{white-space:nowrap}
.menu-pill a{white-space:nowrap}

@media (max-width:1180px){
  .menu-pill a{padding:7px 11px}
  .header-cta{padding:8px 12px;font-size:11px}
}

/* Header rebalance fix */
.site-header .bar{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between;
  gap:12px;
}
.site-logo{flex:0 0 auto}
.menu-pill{margin-inline:auto;flex:0 1 auto}
.lang-switch{flex:0 0 auto}
.header-cta{flex:0 0 auto;white-space:nowrap}

@media (max-width:980px){
  .site-header .bar{
    display:grid !important;
    grid-template-columns:auto minmax(0,1fr) auto auto !important;
    gap:10px;
  }
  .menu-pill{margin-inline:0;justify-self:center}
}

@media (max-width:760px){
  .site-header .bar{
    grid-template-columns:1fr !important;
  }
  .site-logo,.menu-pill,.lang-switch,.header-cta{justify-self:center}
}

/* Brand logo image */
.site-logo{padding:2px 0}
.site-logo-img{display:block;height:28px;width:auto;object-fit:contain}
@media (max-width:980px){
  .site-logo-img{height:23px}
}

/* Header fit after larger logo */
:root{--header-h:112px}
.site-header .bar{min-height:92px;padding:10px 18px !important;gap:10px}
.site-logo{display:flex;align-items:center;line-height:1}
.site-logo-img{height:28px;max-height:28px;width:auto}
.menu-pill{flex:1 1 auto;max-width:560px;justify-content:center}
.menu-pill a{padding:7px 12px}

@media (max-width:1400px){
  .site-header .bar{min-height:86px;padding:9px 14px !important}
  .site-logo-img{height:25px;max-height:25px}
  .menu-pill{max-width:520px}
  .menu-pill a{padding:7px 10px}
  .header-cta{font-size:11px;padding:8px 12px}
}

@media (max-width:1200px){
  :root{--header-h:100px}
  .site-header .bar{min-height:80px;padding:8px 12px !important}
  .site-logo-img{height:21px;max-height:21px}
  .menu-pill{max-width:470px}
}

/* Works section spacing refinement */
.works-showcase{padding-top:130px;padding-bottom:150px}
.works-showcase .works-grid{column-gap:24px;row-gap:38px}
.works-showcase .work-item{gap:18px}
.works-showcase .work-meta{gap:12px}
.works-showcase .work-badge{margin-bottom:2px}
.works-showcase .work-meta h3{margin-bottom:4px;line-height:1.26}
.works-showcase .work-action{margin-top:8px}

@media (max-width:1000px){
  .works-showcase{padding-top:104px;padding-bottom:124px}
  .works-showcase .works-grid{row-gap:28px}
}

/* Language active state + Header CTA pulse */
.lang-pill{border:1px solid transparent}
.lang-pill.is-active{
  background:#111;
  color:#fff;
  border-color:#111;
  box-shadow:0 10px 22px rgba(17,17,17,.28), inset 0 1px 0 rgba(255,255,255,.12);
}

@keyframes ctaPulseGlow{
  0%,100%{box-shadow:0 8px 20px rgba(255,90,31,.16)}
  50%{box-shadow:0 10px 28px rgba(255,90,31,.36)}
}
.site-header .header-cta{
  animation:ctaPulseGlow 2.2s ease-in-out infinite;
  border-color:rgba(255,90,31,.35);
}
.site-header .header-cta .dot{
  box-shadow:0 0 0 0 rgba(255,90,31,.5);
  animation:pulseFloat 1.6s ease-in-out infinite;
}

/* Responsive header menu (hamburger) */
.menu-toggle{display:none;width:42px;height:42px;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.8);align-items:center;justify-content:center;gap:4px;flex-direction:column;cursor:pointer}
.menu-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:#111;transition:transform .22s ease,opacity .22s ease}
.site-header.is-open .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.site-header.is-open .menu-toggle span:nth-child(2){opacity:0}
.site-header.is-open .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

@media (max-width:980px){
  :root{--header-h:86px}
  .site-header .bar{min-height:auto}
  .site-header .site-logo{justify-self:start}
  .site-header .site-logo-img{height:18px;max-height:18px}
}

/* Reduce non-viable hover/motion on touch/mobile */
@media (max-width:980px), (hover: none){
  .works-showcase .work-poster,
  .work-card,
  .article-card,
  .dispatch-card,
  .service-item,
  .team-card{transition:none !important;transform:none !important}
  .works-showcase .work-poster::before,
  .works-showcase .work-poster::after{transition:none !important}
}

/* Stair section spacing refinement */
.stair-pin{padding:72px 0 26px}
.stair-section p{margin-bottom:24px}

/* Stair section isolation + stable pin geometry */
.stair-section{
  position:relative;
  overflow:clip;
}
.stair-track{
  min-height:var(--stair-track-height, 280vh);
}
.stair-pin{
  min-height:100vh;
  height:100vh;
}
@media (max-width:980px){
  .stair-track{
    min-height:auto;
  }
  .stair-pin{
    height:auto;
    min-height:auto;
    padding:56px 0 24px;
  }
}

/* Stronger readability overlay for social proof parallax */
.parallax-section .parallax-bg::after{
  background:linear-gradient(180deg,rgba(0,0,0,.68) 0,rgba(0,0,0,.50) 50%,rgba(0,0,0,.68) 100%);
}

/* Header actions wrapper (injected by JS for responsive consistency) */
.actions-wrap{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.menu-toggle{
  display:none;
}

/* Mobile resilience pass: about points + workflow + no-code focus */
@media (max-width:900px){
  .about-fan .about-points{
    width:min(92vw,640px);
    justify-items:start;
    text-align:left;
    gap:10px;
  }
  .about-fan .about-points li{
    max-width:100%;
    display:grid;
    grid-template-columns:10px 1fr;
    align-items:start;
    gap:10px;
  }

  .showreel-track,
  .showreel-sticky{
    min-height:auto;
    height:auto;
  }
  .showreel-media{
    transform:none !important;
    border-radius:0 !important;
    box-shadow:none;
    min-height:62vh;
  }
  .showreel-content{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
    gap:14px;
    padding-inline:14px;
  }
  .showreel-left,
  .showreel-right{
    justify-self:center;
    text-align:center;
    white-space:normal;
  }

  .focus-track,
  .focus-pin{
    min-height:auto;
  }
  .focus-wrapper{
    width:min(94vw,920px);
    min-height:340px;
  }
  .focus-float{
    border-radius:20px;
  }
  .focus-img-1,
  .focus-img-2,
  .focus-img-3{
    transform:translate(-50%,-50%) rotate(0deg) !important;
  }
  .focus-img-1{
    top:40%;
    left:18%;
    width:32vw;
    height:32vw;
  }
  .focus-img-2{
    top:42%;
    left:50%;
    width:28vw;
    height:38vw;
  }
  .focus-img-3{
    top:38%;
    left:82%;
    width:30vw;
    height:34vw;
  }
}

/* Global responsive UX pass */
@media (max-width:900px){
  :root{
    --header-h:74px;
    --section-pad:74px;
  }

  body{
    padding-top:var(--header-h);
  }

  .site-header .bar{
    width:min(96vw,980px);
    grid-template-columns:auto 1fr auto;
    grid-template-areas:
      "logo actions toggle"
      "menu menu menu";
    gap:8px;
    padding:10px 12px;
    border-radius:18px;
    align-items:center;
  }

  .site-logo{
    grid-area:logo;
  }

  .menu-pill{
    grid-area:menu;
    display:none;
    width:100%;
    margin-top:2px;
    border-radius:14px;
    padding:8px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(0,0,0,.16);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    flex-direction:column;
    gap:4px;
  }

  .menu-pill a{
    width:100%;
    text-align:center;
    padding:10px 12px;
    border-radius:10px;
    color:#111;
  }

  .site-header.is-open .menu-pill{
    display:flex;
  }

  .site-header .actions-wrap{
    grid-area:actions;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    min-width:0;
  }

  .lang-switch{
    transform:scale(.95);
    transform-origin:right center;
  }

  .header-cta{
    padding:8px 12px;
    font-size:11px;
    white-space:nowrap;
  }

  .header-cta .dot{
    width:6px;
    height:6px;
  }

  .menu-toggle{
    grid-area:toggle;
    width:40px;
    height:40px;
    border-radius:10px;
    border:1px solid #111;
    background:#111;
    display:inline-grid;
    place-items:center;
    cursor:pointer;
  }

  .menu-toggle .menu-toggle-line{
    display:block;
    width:16px;
    height:2px;
    background:#fff;
    border-radius:999px;
    box-shadow:0 -5px 0 #fff,0 5px 0 #fff;
    transition:box-shadow .2s ease,transform .2s ease;
  }

  .site-header.is-open .menu-toggle .menu-toggle-line{
    transform:rotate(45deg);
    box-shadow:0 0 0 #fff,0 0 0 #fff;
  }

  .about-fan .about-lead{
    width:min(92vw,640px);
  }

  .works-shell,
  .articles-shell,
  .faq-shell,
  .services-shell,
  .contact-wrap{
    width:min(94vw,1200px);
  }

  .works-showcase .work-poster{
    min-height:400px;
  }

  .articles-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .article-card{
    border-radius:16px;
    padding:12px;
  }

  .article-card h3{
    font-size:1.08rem;
    line-height:1.25;
  }

  .article-card p{
    font-size:13px;
  }

  .faq-grid{
    grid-template-columns:1fr;
  }

  .faq-card{
    padding:14px 14px;
  }

  #footer .min-h-screen{
    min-height:auto;
    padding-top:80px;
  }
}

@media (max-width:680px){
  .site-header .bar{
    grid-template-columns:auto 1fr auto;
    grid-template-areas:
      "logo actions toggle"
      "menu menu menu";
    padding:8px 10px;
    margin:6px auto;
    gap:6px;
  }

  .site-logo-img{
    height:12px;
    width:auto;
  }

  .actions-wrap{
    gap:6px;
  }

  .lang-switch{
    transform:scale(.9);
  }

  .header-cta{
    font-size:10px;
    padding:7px 10px;
  }

  .hero-center p{
    font-size:13px;
    line-height:1.5;
    max-width:34ch;
  }

  .showreel-media{
    min-height:54vh;
  }
  .showreel-text{
    font-size:clamp(2rem,14vw,4rem);
    line-height:.92;
  }

  .focus-title.focus-title--small{
    font-size:clamp(64px,18vw,128px);
  }

  .works-showcase .work-poster{
    min-height:360px;
    border-radius:18px;
  }

  .works-showcase .work-meta h3{
    font-size:.96rem;
  }

  .works-showcase .work-action{
    height:38px;
    font-size:9px;
  }

  .services-creative h2,
  .about-fan h2,
  .faq-section h2,
  .articles-head h2{
    line-height:1.16;
  }

  #footer .footer-title-wrap{
    padding-top:34px !important;
  }

  #footer h2{
    font-size:16vw !important;
  }
}

@media (max-width:480px){
  .site-header .bar{
    padding:7px 8px;
  }
  .menu-pill a{
    padding:9px 10px;
    font-size:11px;
  }
  .header-cta{
    max-width:132px;
    overflow:hidden;
    text-overflow:ellipsis;
    padding:6px 8px;
    font-size:10px;
  }
  .lang-switch{
    transform:scale(.84);
  }
  .hero-center h1{
    font-size:clamp(32px,10.2vw,56px);
    line-height:1;
  }
  .hero-center p{
    font-size:12px;
    max-width:30ch;
  }
  .about-fan .about-points{
    gap:8px;
  }
  .works-showcase .work-poster{
    min-height:320px;
  }
}

/* Responsive pass 2: deterministic mobile behavior */
@media (max-width:900px){
  .site-header .actions-wrap{
    gap:6px;
    min-width:0;
  }
  .site-header .header-cta{
    max-width:166px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .about-fan .about-points{
    width:min(92vw,640px);
    justify-items:center;
    text-align:center;
  }
  .about-fan .about-points li{
    display:inline-flex;
    max-width:100%;
  }
  .showreel-track{
    padding-bottom:18px;
  }
  .showreel-media{
    min-height:58vh;
  }
  .showreel-text{
    white-space:normal;
    letter-spacing:-.01em;
  }
  .focus-track,
  .focus-pin{
    overflow:hidden;
  }
  .focus-hero{
    padding-top:96px;
    padding-bottom:92px;
  }
}

/* Header balance tune (logo increased +20% and aligned header) */
:root{
  --header-h:102px;
}
.site-header .bar{
  min-height:88px;
  padding:10px 18px !important;
  gap:12px;
  align-items:center;
}
.site-logo{
  display:flex;
  align-items:center;
}
.site-logo-img{
  height:41px !important;
  max-height:41px !important;
  width:auto;
}
.site-header .site-logo{
  justify-self:start;
}
.site-header .menu-pill{
  justify-self:center;
}
.site-header .actions-wrap{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:10px;
}

@media (max-width:1200px){
  :root{
    --header-h:96px;
  }
  .site-header .bar{
    min-height:82px;
    padding:9px 16px !important;
  }
  .site-logo-img{
    height:36px !important;
    max-height:36px !important;
  }
}

@media (max-width:900px){
  :root{
    --header-h:88px;
  }
  .site-header .bar{
    min-height:74px;
    padding:8px 12px !important;
  }
  .site-logo-img{
    height:29px !important;
    max-height:29px !important;
  }
}

@media (max-width:680px){
  :root{
    --header-h:82px;
  }
  .site-header .bar{
    padding:7px 10px !important;
  }
  .site-logo-img{
    height:24px !important;
    max-height:24px !important;
  }
}

@media (max-width:600px){
  .site-header .header-cta{
    max-width:136px;
    font-size:9px !important;
    padding:6px 7px !important;
    letter-spacing:0;
  }
  .showreel-media{
    min-height:50vh;
  }
  .focus-wrapper{
    min-height:300px;
  }
}

/* Footer mobile: disable floating badge pile-up and lay badges cleanly */
@media (max-width:900px){
  #footer #trigger-zone{
    padding-top:24px !important;
  }
  #footer #trigger-zone > .absolute{
    position:static !important;
    inset:auto !important;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin:0 auto 14px;
    padding:0 8px;
  }
  #footer .social-badge{
    position:static !important;
    top:auto !important;
    left:auto !important;
    transform:none !important;
    opacity:1 !important;
    animation:none !important;
    pointer-events:auto;
    padding:8px 12px !important;
    border-radius:999px;
  }
  #footer .social-badge.animate-fall{
    animation:none !important;
  }
}

/* Footer mobile refinement: cleaner badge layout (no orphan centered chip) */
@media (max-width:900px){
  #footer #trigger-zone > .absolute{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    width:min(760px,92vw);
    gap:8px;
    justify-items:stretch;
  }
  #footer .social-badge{
    width:100%;
    justify-content:center;
    min-height:38px;
  }
  #footer .social-badge:last-child{
    grid-column:auto;
    justify-self:stretch;
  }
}
@media (max-width:640px){
  #footer #trigger-zone > .absolute{
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:min(560px,94vw);
  }
}

/* Tally embed container (audit pages) */
.audit-tally-wrap{
  margin-top:22px;
  border:1px solid #e8eaee;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}
.audit-tally-wrap iframe{
  display:block;
  width:100%;
  min-height:980px;
}

/* Audit pages: avoid excessive empty area under Tally form */
.audit-page .audit-tally-wrap iframe{
  min-height:640px;
}
@media (max-width:980px){
  .audit-page .audit-tally-wrap iframe{
    min-height:560px;
  }
}

/* Responsive refinement: problem block + carousel + workflow readability */
@media (max-width:1200px){
  .about-fan{
    gap:22px;
  }
  .about-fan h2{
    max-width:min(92vw,820px);
    font-size:clamp(28px,4.4vw,42px);
    line-height:1.22;
    text-wrap:balance;
  }
  .about-fan .about-sub{
    font-size:clamp(16px,2vw,22px);
  }
  .about-fan .about-points{
    width:min(92vw,840px);
    justify-items:start;
    text-align:left;
    gap:10px;
    font-size:clamp(16px,1.65vw,22px);
  }
  .about-fan .about-points li{
    display:block;
    width:100%;
    max-width:none;
    padding-left:22px;
    line-height:1.45;
  }
  .about-fan .about-points li::before{
    position:absolute;
    left:0;
    top:.58em;
    width:8px;
    height:8px;
    margin-top:0;
    transform:translateY(-50%);
    flex:none;
  }
  .about-fan .about-lead{
    max-width:min(92vw,840px);
    font-size:clamp(17px,1.7vw,23px);
    line-height:1.45;
    text-align:left;
  }
}

@media (max-width:1100px){
  .about-carousel{
    width:min(92vw,860px);
    overflow:visible;
    margin-top:18px;
    padding:0;
  }
  .about-carousel__track{
    width:100%;
    display:block;
    animation:none !important;
    transform:none !important;
  }
  .about-carousel__set{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    padding:0;
  }
  .about-carousel__set:nth-child(n+2){
    display:none;
  }
  .about-carousel__item{
    width:100%;
    min-width:0;
    aspect-ratio:4/3;
  }
  .about-carousel__fade{
    display:none;
  }

  .showreel-text{
    font-size:clamp(1.5rem,8.6vw,4.1rem);
    line-height:.96;
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
  .showreel-content{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
    gap:10px;
    padding-inline:14px;
  }
  .showreel-left,
  .showreel-right{
    justify-self:center;
    text-align:center;
  }
  .showreel-play{
    width:68px;
    height:68px;
  }
  .showreel-play-inner{
    width:40px;
    height:40px;
  }
}

/* Responsive fix: article section horizontal clipping */
@media (max-width:1100px){
  .articles-editorial{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .articles-shell,
  .articles-head{
    width:min(94vw,1100px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .articles-grid{
    width:100%;
  }
}

/* Responsive fix: smaller team cards on home/about mobile */
@media (max-width:680px){
  .team-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  .team-card{
    border-radius:14px !important;
  }
  .team-info{
    margin-top:8px !important;
    gap:4px !important;
  }
  .team-name{
    font-size:14px !important;
    line-height:1.2;
  }
  .team-role{
    font-size:11px !important;
    line-height:1.2;
  }
}

/* Mobile polish: no-code focus section */
@media (max-width:900px){
  .focus-hero{
    padding:74px 0 72px !important;
  }
  .focus-tagline{
    width:min(90vw,560px);
    margin:0 auto 24px !important;
    transform:none !important;
    text-align:center;
    line-height:1.35;
    letter-spacing:.14em;
  }
  .focus-wrapper{
    width:min(92vw,560px) !important;
    min-height:276px !important;
  }
  .focus-title.focus-title--small{
    font-size:clamp(64px,19vw,124px) !important;
    letter-spacing:-.075em !important;
    line-height:.82;
    text-align:center;
  }
  .focus-img-1{
    top:50% !important;
    left:24% !important;
    width:28vw !important;
    height:28vw !important;
  }
  .focus-img-2{
    top:51% !important;
    left:50% !important;
    width:26vw !important;
    height:34vw !important;
  }
  .focus-img-3{
    top:50% !important;
    left:76% !important;
    width:28vw !important;
    height:30vw !important;
  }
  .paragraph-hero{
    margin-top:20px !important;
    max-width:34ch;
    text-align:center;
  }
}

@media (max-width:600px){
  .focus-tagline{
    font-size:12px;
    letter-spacing:.12em;
    margin-bottom:18px !important;
  }
  .focus-wrapper{
    min-height:248px !important;
  }
  .focus-title.focus-title--small{
    font-size:clamp(56px,18.5vw,106px) !important;
    letter-spacing:-.07em !important;
  }
  .focus-img-1{
    left:23% !important;
    width:31vw !important;
    height:31vw !important;
  }
  .focus-img-2{
    width:30vw !important;
    height:39vw !important;
  }
  .focus-img-3{
    left:77% !important;
    width:31vw !important;
    height:33vw !important;
  }
  .paragraph-hero{
    max-width:30ch;
    font-size:14px;
  }
}

/* Final mobile balance: no-code section */
@media (max-width:900px){
  .focus-hero{
    padding:68px 0 64px !important;
  }
  .focus-tagline{
    width:min(92vw,520px) !important;
    margin:0 auto 18px !important;
    text-align:center !important;
    font-size:11px !important;
    letter-spacing:.13em !important;
    line-height:1.35 !important;
  }
  .focus-wrapper{
    width:min(94vw,520px) !important;
    min-height:244px !important;
    margin:0 auto !important;
  }
  .focus-title.focus-title--small{
    width:100% !important;
    max-width:92vw !important;
    margin:0 auto !important;
    justify-content:center !important;
    text-align:center !important;
    white-space:nowrap !important;
    font-size:clamp(50px,16.5vw,88px) !important;
    letter-spacing:-.04em !important;
    line-height:.9 !important;
  }
  .focus-float{
    border-radius:26px !important;
  }
  .focus-img-1{
    top:52% !important;
    left:27% !important;
    width:31vw !important;
    height:31vw !important;
  }
  .focus-img-2{
    top:52% !important;
    left:50% !important;
    width:28vw !important;
    height:36vw !important;
  }
  .focus-img-3{
    top:52% !important;
    left:73% !important;
    width:31vw !important;
    height:32vw !important;
  }
  .paragraph-hero{
    margin-top:18px !important;
    width:min(86vw,34ch) !important;
    max-width:34ch !important;
    text-align:center !important;
    line-height:1.45 !important;
  }
}

@media (max-width:600px){
  .focus-wrapper{
    min-height:220px !important;
  }
  .focus-title.focus-title--small{
    font-size:clamp(46px,16.8vw,76px) !important;
  }
  .focus-img-1{
    left:28% !important;
    width:32vw !important;
    height:32vw !important;
  }
  .focus-img-2{
    width:30vw !important;
    height:38vw !important;
  }
  .focus-img-3{
    left:72% !important;
    width:32vw !important;
    height:33vw !important;
  }
}

/* Responsive audit pass: uniform gutters + centering across all pages */
@media (max-width:900px){
  :root{
    --mobile-gutter:clamp(14px,4vw,22px);
  }

  body{
    overflow-x:hidden;
  }

  main,
  section{
    overflow-x:clip;
  }

  .wrap,
  .about-wrap,
  .timeline-shell,
  .process-grid,
  .srv-wrap,
  .projects-shell,
  .news-shell,
  .news-body,
  .case-wrap,
  .case-main,
  .case-body,
  .audit-wrap,
  .audit-form-wrap,
  .ctc-wrap,
  .legal-wrap,
  .error-wrap,
  .contact-hero-wrap,
  .contact-form-wrap,
  .team-wrap,
  .articles-shell,
  .works-shell,
  .dispatch-wrap,
  .stair-section .wrap{
    width:min(calc(100vw - (var(--mobile-gutter) * 2)),1200px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .projects-grid,
  .srv-grid,
  .ctc-grid,
  .process-grid,
  .srv-faq-grid,
  .news-body{
    width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .team-head > div[style*="justify-items:end"]{
    justify-items:start !important;
  }
}

@media (max-width:680px){
  .projects-grid,
  .srv-grid,
  .ctc-grid,
  .process-grid,
  .srv-faq-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .articles-shell,
  .works-shell,
  .team-wrap,
  .dispatch-wrap,
  .about-wrap,
  .timeline-shell,
  .news-shell,
  .case-wrap,
  .audit-wrap,
  .ctc-wrap,
  .legal-wrap,
  .error-wrap{
    width:min(92vw,1200px) !important;
  }

  .news-body p,
  .case-body p{
    max-width:100% !important;
  }
}

/* Team test layout: support 5 cards cleanly on desktop */
@media (min-width:981px) and (max-width:1279px){
  .team-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (min-width:1280px){
  .team-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }
}

/* Temporary toggle: hide team social icons on selected pages */
.hide-team-icons .team-socials{
  display:none !important;
}

/* Case study media hover: subtle zoom + light */
.case-cover,
.case-mini{
  position:relative;
  overflow:hidden;
}
.case-cover img,
.case-mini img{
  transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .55s cubic-bezier(.2,.7,.2,1);
  will-change:transform,filter;
}
.case-cover::after,
.case-mini::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(120% 95% at 18% 14%,rgba(255,255,255,.3) 0%,rgba(255,255,255,.06) 36%,rgba(255,255,255,0) 62%),
    linear-gradient(135deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,0) 45%);
  opacity:0;
  transition:opacity .55s cubic-bezier(.2,.7,.2,1);
  pointer-events:none;
}
@media (hover:hover){
  .case-cover:hover img,
  .case-mini:hover img{
    transform:scale(1.045);
    filter:brightness(1.05) contrast(1.03);
  }
  .case-cover:hover::after,
  .case-mini:hover::after{
    opacity:1;
  }
}

/* Cookie consent v2 (RGPD/CNIL + Consent Mode) */
.cookie-banner{
  position:fixed;
  inset:auto max(14px,env(safe-area-inset-right)) max(14px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));
  z-index:1600;
  opacity:1;
  transform:translateY(0);
  transition:opacity .22s ease,transform .22s ease;
}
.cookie-banner.is-hidden{
  opacity:0;
  transform:translateY(10px);
}
.cookie-panel{
  width:min(460px,100%);
  margin:0 auto;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.32);
  background:rgba(10,11,14,.92);
  color:#fff;
  padding:10px;
  box-shadow:0 24px 50px rgba(0,0,0,.32);
  backdrop-filter:blur(16px) saturate(130%);
  -webkit-backdrop-filter:blur(16px) saturate(130%);
}
.cookie-title{
  margin:0;
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.cookie-text{
  margin:6px 0 0;
  font-size:9.5px;
  line-height:1.42;
  color:rgba(255,255,255,.86);
  max-width:72ch;
}
.cookie-actions,
.cookie-customize-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin-top:8px;
}
.cookie-customize-actions{
  justify-content:flex-start;
}
.cookie-action{
  flex:0 0 auto;
  min-width:132px;
  height:30px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.34);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:8.5px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}
.cookie-action:hover,
.cookie-action:focus-visible{
  border-color:#ff5a1f;
  background:#ff5a1f;
  color:#fff;
  outline:none;
}
.cookie-action:active{
  transform:translateY(1px);
}
.cookie-customize{
  margin-top:8px;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.14);
}
.cookie-customize-title{
  margin:0;
  font-size:10px;
}
.cookie-customize-text{
  margin:5px 0 8px;
  font-size:9.5px;
  color:rgba(255,255,255,.8);
}
.cookie-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  padding:7px 8px;
  margin-top:5px;
}
.cookie-row strong{
  display:block;
  font-size:9.5px;
}
.cookie-row span{
  font-size:8.5px;
  color:rgba(255,255,255,.72);
}
.cookie-switch{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.cookie-toggle{
  position:relative;
  width:34px;
  height:19px;
  border-radius:999px;
  background:rgba(255,255,255,.2);
  border:1px solid rgba(255,255,255,.32);
  flex:0 0 auto;
}
.cookie-toggle::after{
  content:"";
  position:absolute;
  top:1px;
  left:1px;
  width:15px;
  height:15px;
  border-radius:999px;
  background:#fff;
  transition:transform .2s ease;
}
.cookie-switch:checked + .cookie-toggle{
  background:#ff5a1f;
  border-color:#ff5a1f;
}
.cookie-switch:checked + .cookie-toggle::after{
  transform:translateX(16px);
}
.cookie-toggle--locked{
  opacity:.7;
}
.cookie-toggle--locked::after{
  transform:translateX(16px);
}
.cookie-manage-btn{
  position:fixed;
  left:max(14px,env(safe-area-inset-left));
  bottom:max(14px,env(safe-area-inset-bottom));
  z-index:1500;
  width:32px;
  height:32px;
  padding:0;
  border-radius:999px;
  border:1px solid rgba(17,18,24,.2);
  background:rgba(255,255,255,.9);
  color:#12131a;
  display:grid;
  place-items:center;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  cursor:pointer;
  box-shadow:0 10px 24px rgba(15,16,22,.16);
}
.cookie-manage-btn svg{
  width:16px;
  height:16px;
  fill:#12131a;
}
.cookie-manage-btn:hover,
.cookie-manage-btn:focus-visible{
  border-color:#ff5a1f;
  outline:none;
}
.cookie-manage-btn:hover svg,
.cookie-manage-btn:focus-visible svg{
  fill:#ff5a1f;
}

/* Parallax video background */
.parallax-bg video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  pointer-events:none;
}

/* Hero slider cards: images only (no text overlay on hover) */
.hero-card span{
  display:none !important;
}

@media (max-width:700px){
  .cookie-panel{
    padding:8px;
  }
  .cookie-actions{
    justify-content:flex-start;
  }
  .cookie-customize-actions{
    justify-content:flex-start;
  }
  .cookie-manage-btn{
    width:28px;
    height:28px;
  }
  .cookie-manage-btn svg{
    width:14px;
    height:14px;
  }
}

/* Problem section layout refinement */
.about-fan .about-points{
  width:min(960px,92vw);
  margin:4px auto 0;
  justify-items:stretch;
  text-align:left;
  gap:12px;
}
.about-fan .about-points li{
  position:relative;
  display:block;
  max-width:none;
  padding-left:22px;
  line-height:1.55;
}
.about-fan .about-points li::before{
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  margin:0;
}
.about-fan .about-points li strong{
  font-weight:700;
  color:#151515;
}
.about-fan .about-lead{
  width:min(960px,92vw);
  max-width:960px;
  line-height:1.66;
}
.about-fan .about-lead + .about-lead{
  margin-top:8px;
}
@media (max-width:820px){
  .about-fan .about-points{
    gap:10px;
  }
  .about-fan .about-points li{
    padding-left:18px;
    line-height:1.52;
  }
  .about-fan .about-points li::before{
    width:7px;
    height:7px;
    top:.68em;
  }
  .about-fan .about-lead + .about-lead{
    margin-top:6px;
  }
}


/* Premium editorial variant: "Votre frein principal" / EN equivalent */
.about-fan--editorial{
  gap:22px;
}
.about-fan--editorial h2{
  font-size:clamp(1.75rem,3.2vw,2.7rem);
  line-height:1.28;
  letter-spacing:-.012em;
  max-width:860px;
}
.about-fan--editorial .about-sub{
  font-size:clamp(.95rem,1.25vw,1.25rem);
  line-height:1.45;
  color:rgba(17,17,17,.8);
  max-width:760px;
}
.about-fan--editorial .about-points{
  width:min(860px,88vw);
  gap:10px;
  margin-top:2px;
}
.about-fan--editorial .about-points li{
  font-size:clamp(.84rem,1.02vw,.98rem);
  line-height:1.5;
  padding-left:20px;
}
.about-fan--editorial .about-points li:nth-child(2){
  font-size:clamp(.8rem,.96vw,.92rem);
}
.about-fan--editorial .about-points li::before{
  width:7px;
  height:7px;
  top:.68em;
}
.about-fan--editorial .about-lead{
  width:min(860px,88vw);
  font-size:clamp(.9rem,1.05vw,1.08rem);
  line-height:1.62;
  color:rgba(17,17,17,.72);
  max-width:860px;
}
.about-fan--editorial .about-lead + .about-lead{
  font-size:clamp(.84rem,.98vw,1rem);
  margin-top:2px;
}
@media (max-width:820px){
  .about-fan--editorial{
    gap:18px;
  }
  .about-fan--editorial h2{
    font-size:clamp(1.58rem,7.7vw,2.05rem);
    line-height:1.22;
  }
  .about-fan--editorial .about-sub{
    font-size:clamp(.9rem,3.9vw,1.02rem);
  }
  .about-fan--editorial .about-points{
    width:min(92vw,700px);
    gap:9px;
  }
  .about-fan--editorial .about-points li{
    font-size:clamp(.82rem,3.5vw,.92rem);
    line-height:1.46;
    padding-left:18px;
  }
  .about-fan--editorial .about-points li:nth-child(2){
    font-size:clamp(.82rem,3.5vw,.92rem);
  }
  .about-fan--editorial .about-lead{
    width:min(92vw,700px);
    font-size:clamp(.84rem,3.6vw,.94rem);
    line-height:1.56;
  }
  .about-fan--editorial .about-lead + .about-lead{
    font-size:clamp(.8rem,3.35vw,.9rem);
  }
}

/* Mobile rebalance: Work / Flow section */
@media (max-width:900px){
  .showreel{
    padding-top:0;
    padding-bottom:24px;
  }
  .showreel-track{
    min-height:auto !important;
    padding:0 0 10px !important;
  }
  .showreel-sticky{
    min-height:auto !important;
    height:auto !important;
    display:block;
    padding:0 10px;
  }
  .showreel-media{
    width:min(96vw,620px);
    aspect-ratio:4 / 5;
    height:auto !important;
    min-height:0 !important;
    margin:0 auto;
    border-radius:24px !important;
    box-shadow:0 22px 54px rgba(0,0,0,.24);
    overflow:hidden;
  }
  .showreel-content{
    position:absolute;
    inset:0;
    display:flex !important;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:14px !important;
    padding:18px 12px !important;
    text-align:center;
  }
  .showreel-left,
  .showreel-right{
    justify-self:auto !important;
    text-align:center !important;
    white-space:nowrap !important;
    line-height:.95;
  }
  .showreel-text{
    font-size:clamp(2.5rem,18vw,4.7rem) !important;
    letter-spacing:-.01em;
  }
  .showreel-play{
    width:64px !important;
    height:64px !important;
  }
  .showreel-play-inner{
    width:40px !important;
    height:40px !important;
  }
}

/* Header micro-pass: very small mobile widths */
@media (max-width:430px){
  :root{
    --header-h:84px;
  }
  .site-header .bar{
    grid-template-columns:auto 1fr !important;
    min-height:74px;
    padding:8px 10px !important;
    gap:10px;
    width:min(98vw,98vw);
  }
  .site-header .actions-wrap{
    justify-self:end !important;
    align-items:center;
    gap:8px !important;
  }
  .site-header .site-logo-img{
    height:30px !important;
    max-height:30px !important;
  }
  .site-header .lang-switch{
    transform:scale(.92);
    transform-origin:center;
  }
  .site-header .header-cta{
    max-width:168px !important;
    height:38px;
    padding:0 12px !important;
    font-size:10px !important;
    line-height:1;
    letter-spacing:0;
    gap:6px;
  }
  .site-header .header-cta .dot{
    width:6px;
    height:6px;
  }
  .site-header .menu-toggle{
    width:44px;
    height:44px;
    border-radius:12px;
  }
}

@media (max-width:380px){
  .site-header .header-cta{
    max-width:148px !important;
    font-size:9px !important;
    padding:0 10px !important;
  }
  .site-header .lang-switch{
    transform:scale(.88);
    transform-origin:center;
  }
  .site-header .menu-toggle{
    width:42px;
    height:42px;
  }
}

/* Final mobile header order: logo -> hamburger -> CTA -> language */
@media (max-width:900px){
  .site-header .bar{
    grid-template-columns:auto auto 1fr !important;
    grid-template-areas:
      "logo toggle actions"
      "menu menu menu" !important;
    align-items:center;
    gap:8px;
  }
  .site-header .site-logo{
    grid-area:logo;
    justify-self:start !important;
  }
  .site-header .menu-toggle{
    grid-area:toggle;
    justify-self:start;
    margin-left:2px;
  }
  .site-header .actions-wrap{
    grid-area:actions;
    justify-self:end;
    display:flex;
    align-items:center;
    gap:8px !important;
  }
  .site-header .actions-wrap .header-cta{
    order:1;
  }
  .site-header .actions-wrap .lang-switch{
    order:2;
    transform-origin:right center;
  }
}

@media (max-width:430px){
  .site-header .actions-wrap{
    gap:6px !important;
  }
  .site-header .actions-wrap .header-cta{
    max-width:154px !important;
    height:36px;
    padding:0 11px !important;
    font-size:9.5px !important;
  }
  .site-header .actions-wrap .lang-switch{
    transform:scale(.9);
  }
}
