.site-footer{padding-top:var(--space-16);color:var(--color-text-light);background:var(--color-black)}.site-footer__grid{gap:var(--space-12);padding-bottom:var(--space-16);grid-template-columns:1.5fr .8fr 1fr 1fr;display:grid}.site-footer__brand{margin-bottom:var(--space-5);font-family:var(--font-display);letter-spacing:-.06em;font-size:34px;font-weight:850;display:inline-block}.site-footer__brand span{color:var(--color-red)}.site-footer__description{max-width:32ch;color:var(--color-text-muted-light);font-size:14px}.site-footer__label{margin-bottom:var(--space-4);color:var(--color-text-muted-light);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:750}.site-footer__navigation{flex-direction:column;gap:8px;display:flex}.site-footer a{transition:color var(--duration-fast) var(--ease-standard)}.site-footer a:hover{color:var(--color-red)}.site-footer__muted{margin-top:var(--space-2);color:var(--color-text-muted-light);font-size:13px}.site-footer__statement{font-family:var(--font-display);font-size:24px;line-height:1.15}.site-footer__bottom{padding-block:var(--space-6);border-top:1px solid var(--color-border-dark);color:var(--color-text-muted-light);justify-content:space-between;align-items:center;font-size:12px;display:flex}@media (width<=900px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{align-items:flex-start;gap:var(--space-3);flex-direction:column}}.vmm-button{border-radius:var(--radius-sm);cursor:pointer;min-height:48px;transition:color var(--duration-fast) var(--ease-standard), background-color var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard);border:1px solid #0000;justify-content:center;align-items:center;gap:24px;padding:12px 20px;font-weight:650;line-height:1;display:inline-flex}.vmm-button__arrow{transition:transform var(--duration-normal) var(--ease-standard)}.vmm-button:hover .vmm-button__arrow{transform:translate(4px)}.vmm-button--primary{color:var(--color-white);background:var(--color-red)}.vmm-button--primary:hover{background:var(--color-red-hover)}.vmm-button--secondary{color:inherit;background:0 0;border-color:currentColor}.vmm-button--dark{color:var(--color-white);background:var(--color-black)}.vmm-button--dark:hover{background:var(--color-black-elevated)}.vmm-button--text{min-height:auto;color:var(--color-red);background:0 0;padding:4px 0}@media (width<=640px){.vmm-button{min-height:50px}}.mobile-menu{z-index:var(--z-menu);padding:var(--space-6) var(--page-padding-mobile) var(--space-8);color:var(--color-white);background:var(--color-black);animation:mobile-menu-enter .26s var(--ease-standard) both;flex-direction:column;display:flex;position:fixed;inset:0}.mobile-menu__top{justify-content:space-between;align-items:center;display:flex}.mobile-menu__brand{font-family:var(--font-display);letter-spacing:-.06em;font-size:30px;font-weight:800}.mobile-menu__brand span{color:var(--color-red)}.mobile-menu__close{border:1px solid var(--color-border-dark);width:48px;height:48px;color:var(--color-white);cursor:pointer;background:0 0;border-radius:50%;place-items:center;font-size:30px;display:grid}.mobile-menu__navigation{flex-direction:column;flex:1;justify-content:center;gap:16px;display:flex}.mobile-menu__navigation a{width:fit-content;font-family:var(--font-display);letter-spacing:-.05em;animation:mobile-menu-link-enter .42s var(--ease-standard) both;font-size:clamp(2.5rem,12vw,4.5rem);font-weight:700;line-height:1}.mobile-menu__navigation a:first-child{animation-delay:40ms}.mobile-menu__navigation a:nth-child(2){animation-delay:70ms}.mobile-menu__navigation a:nth-child(3){animation-delay:.1s}.mobile-menu__navigation a:nth-child(4){animation-delay:.13s}.mobile-menu__navigation a:nth-child(5){animation-delay:.16s}.mobile-menu__navigation a:nth-child(6){animation-delay:.19s}.mobile-menu__navigation a.active{color:var(--color-red)}.mobile-menu__actions{gap:var(--space-5);display:grid}.mobile-menu__email{width:fit-content;color:var(--color-text-muted-light)}.mobile-menu__actions p{color:var(--color-text-muted-light);font-size:13px}@keyframes mobile-menu-enter{0%{opacity:0}to{opacity:1}}@keyframes mobile-menu-link-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.site-header{z-index:var(--z-header);height:var(--header-height);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #00000014;position:sticky;top:0}.site-header__inner{grid-template-columns:1fr auto 1fr;align-items:center;height:100%;display:grid}.site-header__brand{color:var(--color-black);flex-direction:column;justify-self:start;line-height:1;display:inline-flex}.site-header__brand-main{font-family:var(--font-display);letter-spacing:-.07em;font-size:29px;font-weight:850}.site-header__brand-main span{color:var(--color-red)}.site-header__brand-sub{letter-spacing:.38em;text-transform:uppercase;margin-top:3px;font-size:7px;font-weight:750}.site-header__navigation{align-items:center;gap:clamp(20px,2.4vw,36px);display:flex}.site-header__nav-link{padding-block:10px;font-size:14px;font-weight:550;position:relative}.site-header__nav-link:after{background:var(--color-red);content:"";transform-origin:50%;height:2px;transition:transform var(--duration-normal) var(--ease-standard);position:absolute;bottom:3px;left:0;right:0;transform:scaleX(0)}.site-header__nav-link:hover:after,.site-header__nav-link--active:after{transform:scaleX(1)}.site-header__desktop-cta{justify-self:end}.site-header__menu-button{width:48px;height:48px;color:var(--color-black);cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;justify-self:end;align-items:center;gap:6px;display:none}.site-header__menu-button span{background:currentColor;width:24px;height:2px}@media (width<=900px){.site-header__inner{grid-template-columns:1fr auto}.site-header__navigation,.site-header__desktop-cta{display:none}.site-header__menu-button{display:flex}}.section-label{margin-bottom:var(--space-5);color:var(--color-red);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:14px;font-size:11px;font-weight:750;display:flex}.section-label:after{content:"";background:currentColor;width:42px;height:2px}.section-heading{max-width:18ch}.section-heading+p{margin-top:var(--space-6)}.igs-project{--igs-orange:#ff4f1f;--igs-navy:#14243e;--igs-text:#18202b;--igs-muted:#606a7b;--igs-border:#e9e9e6;--igs-soft:#f6f6f4;--igs-white:#fff;width:100%;color:var(--igs-text);background:var(--igs-white);overflow-x:clip}.igs-project *,.igs-project :before,.igs-project :after{box-sizing:border-box}.igs-project__hero{color:#fff;background:linear-gradient(115deg,#0c0c0d 0%,#111 50%,#151515 100%);padding:clamp(72px,8vw,132px) clamp(20px,6vw,96px) clamp(64px,7vw,112px)}.igs-project__hero-inner{grid-template-columns:minmax(560px,.96fr) minmax(0,1.04fr);align-items:center;gap:clamp(32px,4vw,60px);width:min(1400px,100%);margin:0 auto;display:grid}.igs-project__hero-copy{min-width:0;max-width:650px}.igs-project__eyebrow,.igs-project__section-label{letter-spacing:.16em;text-transform:uppercase;color:var(--igs-orange);margin:0 0 14px;font-size:.72rem;font-weight:700}.igs-project__section-label{color:#b73511}.igs-project__final .igs-project__section-label{color:var(--igs-orange)}.igs-project__title{letter-spacing:-.055em;text-wrap:balance;max-width:100%;margin:0;font-size:clamp(3.4rem,5.6vw,6rem);font-weight:800;line-height:.88}.igs-project__category{color:#ff7853;margin:28px 0 0;font-size:.95rem;font-weight:600}.igs-project__summary{color:#ffffffb8;max-width:560px;margin:24px 0 0;font-size:clamp(1rem,1.4vw,1.14rem);line-height:1.75}.igs-project__actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.igs-project__button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-height:48px;padding:0 20px;font-size:.86rem;font-weight:700;text-decoration:none;transition:transform .18s,background-color .18s,border-color .18s,color .18s;display:inline-flex}.igs-project__button:hover{transform:translateY(-2px)}.igs-project__button:focus-visible{outline:3px solid var(--igs-orange);outline-offset:4px}.igs-project__button--primary{background:var(--igs-orange);color:#111}.igs-project__button--primary:hover{background:#e84416}.igs-project__button--secondary{color:#fff;background:#ffffff0d;border-color:#ffffff38}.igs-project__button--secondary:hover{background:#ffffff1a}.igs-project__hero-media{background:#fff;border-radius:2px;position:relative;overflow:hidden;box-shadow:0 36px 100px #00000047}.igs-project__hero-video,.igs-project__hero-image{aspect-ratio:16/9;object-fit:contain;object-position:center;width:100%;height:auto;display:block}.igs-project__meta{border-bottom:1px solid var(--igs-border);background:#fff}.igs-project__meta-inner{grid-template-columns:repeat(4,minmax(0,1fr));width:min(1400px,100% - 40px);margin:0 auto;display:grid}.igs-project__meta-item{border-right:1px solid var(--igs-border);flex-direction:column;justify-content:center;gap:6px;min-height:108px;padding:20px 26px;display:flex}.igs-project__meta-item:first-child{border-left:1px solid var(--igs-border)}.igs-project__meta-item span{letter-spacing:.1em;text-transform:uppercase;color:var(--igs-muted);font-size:.72rem}.igs-project__meta-item strong{color:var(--igs-text);font-size:.94rem;font-weight:700}.igs-project__section{padding:clamp(80px,9vw,150px) clamp(20px,6vw,96px)}.igs-project__section--soft{background:var(--igs-soft)}.igs-project__two-column{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(50px,9vw,140px);width:min(1280px,100%);margin:0 auto;display:grid}.igs-project__section-header{width:min(1280px,100%);margin:0 auto 54px}.igs-project__heading{letter-spacing:-.048em;color:#111;max-width:700px;margin:0;font-size:clamp(2.25rem,5vw,4.6rem);font-weight:750;line-height:.98}.igs-project__body-copy{max-width:620px;color:var(--igs-muted);font-size:clamp(1rem,1.3vw,1.12rem);line-height:1.8}.igs-project__body-copy p{margin:0}.igs-project__body-copy p+p{margin-top:24px}.igs-project__deliverables{border-top:1px solid #dcdcd8;grid-template-columns:repeat(2,minmax(0,1fr));width:min(1280px,100%);margin:0 auto;display:grid}.igs-project__deliverable{border-bottom:1px solid #dcdcd8;grid-template-columns:52px 1fr;align-items:center;gap:20px;min-height:96px;padding:22px 0;display:grid}.igs-project__deliverable:nth-child(odd){padding-right:42px}.igs-project__deliverable:nth-child(2n){border-left:1px solid #dcdcd8;padding-left:42px}.igs-project__number{color:#b73511;font-size:.74rem;font-weight:700}.igs-project__deliverable p{margin:0;font-size:clamp(.98rem,1.2vw,1.08rem);font-weight:550;line-height:1.45}.igs-project__feature-image-section{background:#101010;padding:clamp(40px,6vw,90px) clamp(20px,6vw,96px)}.igs-project__feature-image-wrapper{background:#fff;width:min(1280px,100%);margin:0 auto;overflow:hidden}.igs-project__feature-image{object-fit:contain;object-position:top center;width:100%;height:auto;display:block}.igs-project__features{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.igs-project__feature{border-bottom:1px solid var(--igs-border);align-items:center;gap:16px;min-height:92px;padding:22px 12px 22px 0;font-size:.97rem;line-height:1.5;display:flex}.igs-project__feature-marker{background:var(--igs-orange);border-radius:50%;flex:none;width:8px;height:8px}.igs-project__gallery-section{background:#f4f4f2;padding:clamp(90px,10vw,160px) clamp(20px,6vw,96px)}.igs-project__gallery-header{width:min(1280px,100%);margin:0 auto clamp(44px,6vw,80px)}.igs-project__gallery-description{max-width:560px;color:var(--igs-muted);margin:24px 0 0;line-height:1.7}.igs-project__gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2vw,30px);width:min(1280px,100%);margin:0 auto;display:grid}.igs-project__gallery-item{margin:0}.igs-project__gallery-item--wide{grid-column:1/-1}.igs-project__gallery-image-wrapper{background:#fff;border:1px solid #14141414;border-radius:14px;overflow:hidden;box-shadow:0 15px 48px #0000000e}.igs-project__gallery-image{object-fit:contain;object-position:top center;background:#fff;width:100%;height:auto;display:block}.igs-project__gallery-video{aspect-ratio:16/9;object-fit:contain;object-position:center;background:#111;width:100%;display:block}.igs-project__gallery-item figcaption{letter-spacing:.08em;text-transform:uppercase;color:#606a7b;margin-top:12px;font-size:.74rem;font-weight:650}.igs-project__final{color:#fff;background:#101010;padding:clamp(90px,10vw,150px) clamp(20px,6vw,96px)}.igs-project__final-inner{justify-content:space-between;align-items:flex-end;gap:40px;width:min(1280px,100%);margin:0 auto;display:flex}.igs-project__final h2{letter-spacing:-.05em;text-wrap:balance;max-width:760px;margin:0;font-size:clamp(2.6rem,5vw,5.5rem);line-height:.98}@media (width<=1180px){.igs-project__hero-inner{grid-template-columns:1fr}.igs-project__hero-copy{max-width:760px}.igs-project__meta-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.igs-project__meta-item:nth-child(3){border-left:1px solid var(--igs-border)}.igs-project__two-column{grid-template-columns:1fr;gap:42px}.igs-project__final-inner{flex-direction:column;align-items:flex-start}}@media (width<=680px){.igs-project__hero{padding:76px 20px 56px}.igs-project__title{font-size:clamp(2rem,10.5vw,4.8rem)}.igs-project__actions{flex-direction:column}.igs-project__button{width:100%}.igs-project__meta-inner{grid-template-columns:1fr;width:100%}.igs-project__meta-item{border-right:0;border-bottom:1px solid var(--igs-border);min-height:86px;margin:0 20px;padding-left:0;padding-right:0;border-left:0!important}.igs-project__deliverables{grid-template-columns:1fr}.igs-project__deliverable,.igs-project__deliverable:nth-child(odd),.igs-project__deliverable:nth-child(2n){border-left:0;padding-left:0;padding-right:0}.igs-project__features,.igs-project__gallery{grid-template-columns:1fr}.igs-project__gallery-item--wide{grid-column:auto}}@media (prefers-reduced-motion:reduce){.igs-project__button,.igs-project__gallery-image{transition:none}.igs-project__button:hover,.igs-project__gallery-item:hover .igs-project__gallery-image{transform:none}}.portfolio-card{color:var(--color-text);border:1px solid var(--color-border);background:var(--color-white);overflow:hidden}.portfolio-card__visual{aspect-ratio:8/5;background:var(--color-black);display:block;position:relative;overflow:hidden}.portfolio-card__visual img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.portfolio-card:focus-within{border-color:var(--color-red)}.portfolio-card__visual:focus-visible{outline-offset:-3px}.portfolio-card__fallback{text-align:center;color:#fff;background:radial-gradient(circle at 50% 35%,#e51b2347,#0000 30%),#0a0a0a;place-content:center;gap:8px;width:100%;height:100%;display:grid}.portfolio-card__fallback span{color:var(--color-red);letter-spacing:.18em;font-weight:800}.portfolio-card__fallback strong{font-size:24px}.portfolio-card__meta{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:16px;font-size:10px;font-weight:700;display:flex}.portfolio-card__number{flex-shrink:0}.portfolio-card__body{padding:22px}.portfolio-card__status{color:var(--color-red-hover);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:750}.portfolio-card__body h3{margin-top:8px;font-size:24px}.portfolio-card__body>p:not(.portfolio-card__status){color:var(--color-text-muted);margin-top:12px;font-size:14px}.portfolio-card__link{color:var(--color-red-hover);margin-top:20px;font-weight:700;display:inline-block}.contact-form{border:1px solid var(--color-border);background:var(--color-white);padding:32px}.contact-form__honeypot{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.contact-form__grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.contact-form label{gap:8px;font-size:14px;font-weight:700;display:grid}.contact-form label>span[aria-hidden]{color:var(--color-red);display:inline}.contact-form input,.contact-form select,.contact-form textarea{width:100%;color:var(--color-text);background:#fff;border:1px solid #d8d8d8;border-radius:0;padding:14px 16px}.contact-form input,.contact-form select{min-height:50px}.contact-form textarea{resize:vertical;line-height:1.5}.contact-form__message{margin-top:22px}.contact-form__consent{grid-template-columns:auto 1fr;align-items:flex-start;margin-top:22px;font-weight:500!important}.contact-form__consent input{width:18px;height:18px;min-height:auto;margin-top:2px}.contact-form__footer{align-items:center;gap:22px;margin-top:24px;display:flex}.contact-form__submit{cursor:pointer;color:#fff;background:var(--color-red);border:0;min-height:50px;padding:14px 24px;font-weight:750}.contact-form__submit:disabled{cursor:wait;opacity:.65}.contact-form__footer p{color:var(--color-text-muted);font-size:12px}.contact-form__status{border:1px solid;margin-top:22px;padding:14px 16px}.contact-form__status--success{color:#215923;background:#f3faf3;border-color:#2f7d32}.contact-form__status--error{color:#801919;background:#fff4f4;border-color:#a52020}@media (width<=700px){.contact-form{padding:22px}.contact-form__grid{grid-template-columns:1fr}.contact-form__footer{flex-direction:column;align-items:stretch}.contact-form__submit{width:100%}}.founder-band{color:#fff;background:#080909}.founder-band__inner{grid-template-columns:1.05fr 1fr .6fr;width:min(88%,1268px);min-height:390px;margin:auto;display:grid}.founder-band__copy{padding:34px 0 25px}.founder-band__label{color:#d9d9d9;letter-spacing:.15em;text-transform:uppercase;font-size:10px}.founder-band__label:before{content:"";background:#f00016;width:42px;height:2px;margin:0 13px 3px 0;display:inline-block}.founder-band h2{max-width:16ch;margin-top:17px;font-size:clamp(33px,3.45vw,48px);line-height:1.02}.founder-band h2 .vmm-accent{display:inline}.founder-band__copy>p:not(.founder-band__label):not(.founder-band__signature){color:#d7d7d7;max-width:410px;margin-top:18px;font-size:15px;line-height:1.48}.founder-band__signature{margin-top:26px;font-family:Segoe Script,cursive;font-size:27px}.founder-band small{letter-spacing:.14em;text-transform:uppercase;font-size:9px}.founder-band>div>img{object-fit:cover;object-position:center 20%;width:100%;height:100%;min-height:390px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 14% 88%,#0000);mask-image:linear-gradient(90deg,#0000,#000 14% 88%,#0000)}.founder-band__quote{padding:34px 0 30px 24px}.founder-band__quote>span{color:#f00016;height:35px;font-family:Georgia,serif;font-size:76px;line-height:.7;display:block}.founder-band blockquote{margin:10px 0 20px;font-size:17px;font-style:italic;line-height:1.32}.founder-band__quote>p{color:#c8c8c8;font-size:13px;line-height:1.45}.founder-band__cta{color:#fff;border:1px solid #fff;align-items:center;gap:13px;margin-top:22px;padding:11px 15px;font-size:13px;font-weight:700;display:inline-flex}.founder-band__cta .vmm-icon{color:#f00016}@media (width<=900px){.founder-band__inner{grid-template-columns:1fr 1fr}.founder-band__quote{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:13px 28px;padding:25px 0 34px;display:grid}.founder-band__quote>span{display:none}.founder-band blockquote{grid-row:span 2;margin:0}.founder-band__quote>p{margin:0}.founder-band__cta{justify-self:start;margin:0}}@media (width<=600px){.founder-band__inner{grid-template-columns:1fr}.founder-band__copy{padding:32px 0 12px}.founder-band>div>img{min-height:390px;-webkit-mask-image:linear-gradient(#0000,#000 10% 85%,#0000);mask-image:linear-gradient(#0000,#000 10% 85%,#0000)}.founder-band__quote{grid-template-columns:1fr;gap:18px}.founder-band blockquote{grid-row:auto}.founder-band h2{font-size:36px}}.home-hero.home-hero--interactive{background:radial-gradient(circle at 78% 32%,#e51b231f,#0000 30%),#080909;position:relative;overflow:hidden}.home-hero--interactive .home-hero__grid{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:clamp(36px,5vw,78px);min-height:min(760px,100vh - 86px);padding-block:clamp(58px,7vw,98px);display:grid}.home-hero--interactive .home-hero__content,.home-hero--interactive .home-hero__visual{min-width:0}.home-hero--interactive .home-hero__visual{width:min(100%,720px);margin-left:auto;display:block;position:relative}.interactive-hero{width:100%;position:relative}.interactive-hero__rail{align-items:stretch;gap:clamp(6px,.65vw,10px);height:clamp(430px,36vw,520px);display:flex;overflow:hidden}.hero-card{color:#fff;text-align:left;cursor:pointer;isolation:isolate;background:#111;border:1px solid #ffffff2e;border-radius:2px;flex:1 1 0;min-width:0;padding:0;transition:flex-grow .36s cubic-bezier(.22,1,.36,1),opacity .26s,border-color .26s,transform .26s;position:relative;overflow:hidden}.hero-card:hover,.hero-card:focus-visible,.hero-card[data-previewed=true]{border-color:#ffffff7a}.hero-card:focus-visible{outline-offset:3px;outline:2px solid #ff2631}.interactive-hero__rail[data-has-preview=true] .hero-card{opacity:.78;flex-grow:.72}.interactive-hero__rail[data-has-preview=true] .hero-card[data-previewed=true]{opacity:1;flex-grow:2.45}.hero-card__fallback,.hero-card__video{object-fit:cover;width:100%;height:100%;transition:transform .48s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.hero-card:hover .hero-card__fallback,.hero-card:hover .hero-card__video,.hero-card:focus-visible .hero-card__fallback,.hero-card:focus-visible .hero-card__video,.hero-card[data-previewed=true] .hero-card__fallback,.hero-card[data-previewed=true] .hero-card__video{transform:scale(1.035)}.hero-card__video{z-index:1}.hero-card__fallback{z-index:0}.hero-card__shade{z-index:2;background:linear-gradient(#08080814 0%,#08080826 44%,#080808f0 100%),linear-gradient(90deg,#08080829,#0000 58%);position:absolute;inset:0}.hero-card__index{z-index:3;color:#ff2631;letter-spacing:.08em;font-size:12px;font-weight:800;position:absolute;top:14px;left:14px}.hero-card__copy{z-index:3;flex-direction:column;gap:6px;display:flex;position:absolute;bottom:16px;left:14px;right:14px}.hero-card__copy strong{font-family:var(--font-display);letter-spacing:-.04em;font-size:clamp(18px,1.9vw,28px);line-height:.98}.hero-card__category{color:#ffffff9e;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.hero-card__summary{color:#ffffffd1;opacity:0;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:12px;line-height:1.4;transition:opacity .24s 80ms;display:-webkit-box;overflow:hidden}.hero-card[data-previewed=true] .hero-card__summary{opacity:1}.hero-dialog{color:#fff;background:0 0;border:0;width:min(1040px,100vw - 40px);max-width:none;padding:0}.hero-dialog::backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b8}.hero-dialog__panel{background:#0b0b0b;border:1px solid #2d2d2d;border-radius:4px;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);min-height:520px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000007a}.hero-dialog__close{z-index:4;color:#fff;cursor:pointer;background:#0a0a0ae0;border:1px solid #444;border-radius:999px;place-items:center;width:46px;height:46px;display:grid;position:absolute;top:16px;right:16px}.hero-dialog__close span{font-size:26px;line-height:1}.hero-dialog__close:focus-visible{outline-offset:3px;outline:2px solid #ff2631}.hero-dialog__media{background:#151515;min-height:520px}.hero-dialog__media img{object-fit:contain;width:100%;height:100%}.hero-dialog__content{flex-direction:column;justify-content:center;padding:64px clamp(28px,4vw,54px) 48px;display:flex}.hero-dialog__eyebrow{color:#a9a9a9;text-transform:uppercase;letter-spacing:.11em;align-items:center;gap:14px;font-size:10px;font-weight:750;display:flex}.hero-dialog__number{color:#ff2631}.hero-dialog h2{font-family:var(--font-display);letter-spacing:-.045em;margin-top:18px;font-size:clamp(34px,4vw,58px);line-height:.98}.hero-dialog__summary{color:#eee;margin-top:24px;font-size:17px;line-height:1.48}.hero-dialog__detail{color:#aaa;margin-top:18px;font-size:14px;line-height:1.55}.hero-dialog ul{border-top:1px solid #292929;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 18px;margin:28px 0 0;padding:22px 0 0;list-style:none;display:grid}.hero-dialog li{color:#d0d0d0;padding-left:14px;font-size:12px;line-height:1.4;position:relative}.hero-dialog li:before{content:"";background:#e51b23;border-radius:999px;width:4px;height:4px;position:absolute;top:.62em;left:0}@media (width<=1180px) and (width>=901px){.home-hero--interactive .home-hero__grid{grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:32px}.interactive-hero__rail{height:450px}.hero-card__category{display:none}}@media (width<=900px){.home-hero.home-hero--interactive{background:radial-gradient(circle at 68% 77%,#e51b2321,#0000 34%),#080909}.home-hero--interactive .home-hero__grid{grid-template-columns:1fr;gap:34px;min-height:0;padding-block:46px 42px;display:grid}.home-hero--interactive .home-hero__content{width:100%;max-width:680px}.home-hero--interactive .home-hero__visual{width:100%;margin-inline:0}.interactive-hero__rail{scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-auto-columns:minmax(76%,76%);grid-auto-flow:column;gap:12px;height:430px;padding-inline:12%;scroll-padding-inline:12%;display:grid;overflow:auto hidden}.interactive-hero__rail::-webkit-scrollbar{display:none}.hero-card,.interactive-hero__rail[data-has-preview=true] .hero-card,.interactive-hero__rail[data-has-preview=true] .hero-card[data-previewed=true]{scroll-snap-align:center;flex:none;width:auto;min-width:0}.hero-card__summary,.interactive-hero__rail[data-has-preview=true] .hero-card .hero-card__summary,.interactive-hero__rail[data-has-preview=true] .hero-card[data-previewed=true] .hero-card__summary{opacity:1}.hero-card__category{display:none}.hero-card__copy strong{font-size:clamp(24px,7vw,34px)}.hero-dialog{width:min(700px,100vw - 24px)}.hero-dialog__panel{grid-template-columns:1fr;max-height:calc(100vh - 24px);overflow-y:auto}.hero-dialog__media{min-height:min(62vw,420px)}.hero-dialog__content{padding:34px 24px 30px}.hero-dialog h2{font-size:clamp(32px,9vw,48px)}}@media (width<=600px){.home-hero--interactive .home-hero__grid{gap:26px;padding-block:36px 34px}.interactive-hero__rail{grid-auto-columns:minmax(82%,82%);gap:10px;height:405px;padding-inline:9%;scroll-padding-inline:9%}.hero-card__index{top:12px;left:12px}.hero-card__copy{bottom:14px;left:12px;right:12px}.hero-card__summary{-webkit-line-clamp:3}.hero-dialog ul{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.hero-card,.hero-card__fallback,.hero-card__video,.hero-card__summary{transition:none}.hero-card__video{display:none}.interactive-hero__rail{scroll-behavior:auto}}.home-hero--interactive .interactive-hero{min-width:0;max-width:100%}.home-hero--interactive .interactive-hero__rail{gap:10px}.home-hero--interactive .hero-card{contain:layout paint}.home-hero--interactive .hero-card__shade{background:linear-gradient(#06060624 0%,#0606060d 30%,#0606064d 56%,#060606d1 80%,#060606f7 100%),linear-gradient(90deg,#0606062e,#0000 58%)}.home-hero--interactive .hero-card__copy{gap:8px;bottom:16px;left:10px;right:10px}.home-hero--interactive .hero-card__copy strong{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;letter-spacing:-.025em;text-wrap:balance;font-size:clamp(13px,1.05vw,17px);line-height:1.06}.home-hero--interactive .hero-card[data-previewed=true] .hero-card__copy strong{font-size:clamp(18px,1.55vw,23px)}.home-hero--interactive .hero-card__summary{max-width:38ch}.home-hero--interactive .hero-card__category{opacity:0;max-width:18ch}.home-hero--interactive .hero-card[data-previewed=true] .hero-card__category{opacity:1}@keyframes interactive-hero-wave{0%,to{transform:translateY(0)}20%{transform:translateY(-8px)}45%{transform:translateY(6px)}65%{transform:translateY(-4px)}82%{transform:translateY(2px)}}@keyframes interactive-hero-mobile-wave{0%,to{transform:translateY(0)}24%{transform:translateY(-3px)}52%{transform:translateY(2px)}76%{transform:translateY(-1px)}}@media (width>=901px) and (prefers-reduced-motion:no-preference){.home-hero--interactive .interactive-hero__rail[data-has-preview=false] .hero-card{will-change:transform;transform-origin:bottom;animation:5s cubic-bezier(.22,1,.36,1) infinite interactive-hero-wave}.home-hero--interactive .interactive-hero__rail[data-has-preview=false] .hero-card:first-child{animation-delay:0s}.home-hero--interactive .interactive-hero__rail[data-has-preview=false] .hero-card:nth-child(2){animation-delay:.16s}.home-hero--interactive .interactive-hero__rail[data-has-preview=false] .hero-card:nth-child(3){animation-delay:.32s}.home-hero--interactive .interactive-hero__rail[data-has-preview=false] .hero-card:nth-child(4){animation-delay:.48s}.home-hero--interactive .interactive-hero__rail[data-has-preview=false] .hero-card:nth-child(5){animation-delay:.64s}.home-hero--interactive .interactive-hero__rail[data-has-preview=true] .hero-card{animation:none}}@media (width<=900px){.home-hero--interactive .home-hero__grid{gap:22px;padding-block:40px 34px}.home-hero--interactive .interactive-hero{overflow:hidden}.home-hero--interactive .interactive-hero__rail{scroll-behavior:smooth;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none;grid-auto-columns:minmax(70%,70%);gap:12px;max-width:100%;height:390px;padding-inline:15%;scroll-padding-inline:15%}.home-hero--interactive .interactive-hero__rail::-webkit-scrollbar{width:0;height:0;display:none}.home-hero--interactive .hero-card__category,.home-hero--interactive .interactive-hero__rail[data-has-preview=true] .hero-card:not([data-previewed=true]) .hero-card__category{opacity:1;display:block}.home-hero--interactive .hero-card__copy{gap:8px;bottom:16px;left:16px;right:16px}.home-hero--interactive .hero-card__copy strong,.home-hero--interactive .hero-card[data-previewed=true] .hero-card__copy strong{font-size:21px;line-height:1.03}.home-hero--interactive .hero-card__summary{-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:none;font-size:11px;line-height:1.42;display:-webkit-box;overflow:hidden}}@media (width<=900px) and (prefers-reduced-motion:no-preference){.home-hero--interactive .hero-card,.home-hero--interactive .interactive-hero__rail[data-has-preview=true] .hero-card,.home-hero--interactive .interactive-hero__rail[data-has-preview=true] .hero-card[data-previewed=true]{transition:border-color .24s,transform .42s cubic-bezier(.22,1,.36,1),box-shadow .36s cubic-bezier(.22,1,.36,1)}.home-hero--interactive .interactive-hero__rail[data-mobile-autoplay=true] .hero-card{will-change:transform;transform-origin:bottom;animation:3s cubic-bezier(.22,1,.36,1) infinite interactive-hero-mobile-wave}.home-hero--interactive .interactive-hero__rail[data-mobile-autoplay=true] .hero-card:first-child{animation-delay:0s}.home-hero--interactive .interactive-hero__rail[data-mobile-autoplay=true] .hero-card:nth-child(2){animation-delay:.13s}.home-hero--interactive .interactive-hero__rail[data-mobile-autoplay=true] .hero-card:nth-child(3){animation-delay:.26s}.home-hero--interactive .interactive-hero__rail[data-mobile-autoplay=true] .hero-card:nth-child(4){animation-delay:.39s}.home-hero--interactive .interactive-hero__rail[data-mobile-autoplay=true] .hero-card:nth-child(5){animation-delay:.52s}.home-hero--interactive .hero-card[data-previewed=true]{border-color:#ff1724c7;box-shadow:0 14px 30px #00000038}.home-hero--interactive .interactive-hero__rail[data-mobile-autoplay=false] .hero-card[data-previewed=true]{transform:translateY(-3px)}.home-hero--interactive .hero-card[data-previewed=true] .hero-card__fallback,.home-hero--interactive .hero-card[data-previewed=true] .hero-card__video{transform:scale(1.025)}}@media (width<=600px){.home-hero--interactive .home-hero__grid{gap:16px;padding-block:26px 28px}.home-hero--interactive .home-hero__intro{margin-top:20px}.home-hero--interactive .home-hero__actions{margin-top:18px}.home-hero--interactive .home-hero__capabilities{margin-top:20px}.home-hero--interactive .home-hero__visual{margin-top:-4px}.home-hero--interactive .interactive-hero__rail{grid-auto-columns:minmax(66%,66%);gap:12px;height:348px;padding-inline:17%;scroll-padding-inline:17%}.home-hero--interactive .hero-card__copy{bottom:13px;left:13px;right:13px}.home-hero--interactive .hero-card__copy strong,.home-hero--interactive .hero-card[data-previewed=true] .hero-card__copy strong{font-size:19px}.home-hero--interactive .hero-card__summary{-webkit-line-clamp:3;font-size:10.5px;line-height:1.38}.home-hero--interactive .hero-card__category{max-width:12ch;font-size:8px}}.home-hero--interactive .hero-dialog__panel{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr)}.home-hero--interactive .hero-dialog__media{background:#101010;place-items:center;min-height:0;display:grid}.home-hero--interactive .hero-dialog__media img{object-fit:contain;width:100%;height:100%;max-height:620px}.home-hero--interactive .hero-dialog__content{padding-inline:clamp(30px,4vw,52px)}@media (width<=900px){.home-hero--interactive .hero-dialog__panel{grid-template-columns:1fr}.home-hero--interactive .hero-dialog__media img{max-height:38vh}}.home-hero{color:var(--color-white);background:radial-gradient(circle at 78% 35%,#e51b2321,#0000 24%),linear-gradient(120deg,#070707,#111 58%,#070707);position:relative;overflow:hidden}.home-hero__grid{grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);align-items:center;gap:clamp(40px,6vw,90px);min-height:590px;display:grid}.home-hero__heading{max-width:12ch}.home-hero__intro{color:#c5c5c5;max-width:610px;margin-top:26px;font-size:18px}.home-hero__actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.home-hero__capabilities{color:#b6b6b6;flex-wrap:wrap;gap:12px 0;margin-top:32px;font-size:12px;display:flex}.home-hero__capabilities span{border-right:1px solid #444;padding-inline:16px}.home-hero__capabilities span:first-child{padding-left:0}.home-hero__capabilities span:last-child{border-right:0}.home-hero__visual{place-items:center;min-height:520px;display:grid;position:relative}.home-hero__beam{background:linear-gradient(transparent, var(--color-red), #ff5a5f, transparent);width:2px;height:105%;position:absolute;top:-10%;left:62%;box-shadow:0 0 15px #e51b23e6,0 0 35px #e51b2373}.home-device{aspect-ratio:1.55;background:linear-gradient(135deg,#141414,#090909);border:1px solid #3a3a3a;border-radius:18px;width:min(100%,560px);padding:28px;position:relative;transform:perspective(1100px)rotateY(-7deg)rotateX(2deg);box-shadow:0 50px 100px #0000008c}.home-device:after{content:"";background:#2c2c2c;border-radius:0 0 80px 80px;height:24px;position:absolute;bottom:-24px;left:10%;right:10%}.home-device__top{color:#aaa;justify-content:space-between;font-size:10px;display:flex}.home-device__top strong{color:#fff;font-size:16px}.home-device__top strong span{color:var(--color-red)}.home-device__screen{font-family:var(--font-display);flex-direction:column;margin-top:78px;font-size:clamp(26px,3vw,46px);font-weight:800;line-height:.92;display:flex}.home-device__screen strong{color:var(--color-red)}.home-hero__side-copy{color:#d7d7d7;font-family:var(--font-display);font-size:18px;font-style:italic;line-height:1.2;position:absolute;bottom:38px;right:0}.home-proof-strip{color:var(--color-white);background:#0d0d0d;border-top:1px solid #282828;border-bottom:1px solid #282828}.home-proof-strip__inner{grid-template-columns:repeat(4,auto) 1fr;align-items:center;gap:24px;min-height:70px;font-size:12px;display:grid}.home-proof-strip__inner span{white-space:nowrap}.home-proof-strip__inner strong{color:#c8c8c8;text-transform:uppercase;letter-spacing:.09em;justify-self:end;font-weight:500}.home-section{padding-block:var(--space-24);background:var(--color-white)}.home-section--soft{background:#fafafa}.home-section__header{grid-template-columns:1.15fr .85fr;gap:80px;margin-bottom:42px;display:grid}.home-section__header>p{color:var(--color-text-muted);align-self:end;font-size:17px}.services-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.service-card{background:#fff;border:1px solid #dedede;flex-direction:column;min-height:340px;padding:26px;display:flex}.service-card__top{justify-content:space-between;align-items:flex-start;display:flex}.service-card__icon{color:var(--color-red);font-size:42px;line-height:1}.service-card__number{color:#b9bbc1;font-size:17px;font-weight:700}.service-card h3{max-width:14ch;margin-top:28px;font-size:25px}.service-card p{color:var(--color-text-muted);margin-top:14px}.service-card__link{color:var(--color-red);margin-top:auto;padding-top:28px;font-weight:700}.work-layout{grid-template-columns:250px 1fr;gap:38px;display:grid}.work-layout__intro p{color:var(--color-text-muted);margin-top:20px;margin-bottom:28px}.project-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.project-card{background:#fff;border:1px solid #dedede;overflow:hidden}.project-visual{height:220px;color:var(--color-white);background:#111;position:relative;overflow:hidden}.project-visual__image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform var(--duration-editorial) var(--ease-standard)}.project-card:hover .project-visual__image{transform:scale(1.025)}.project-visual__overlay{pointer-events:none;background:linear-gradient(#0000002e 0%,#0000001a 52%,#000000a3 100%);position:absolute;inset:0}.project-visual__category{z-index:2;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:750;position:absolute;bottom:16px;left:18px}.project-visual__number{z-index:2;font-size:12px;font-weight:750;position:absolute;top:16px;right:16px}.project-card__content{padding:18px}.project-card__content h3{font-size:21px}.project-card__content p{color:var(--color-text-muted);margin-top:10px;font-size:14px}.project-card__content a{color:var(--color-red);margin-top:18px;font-weight:700;display:inline-block}.founder-section{color:#fff;background:linear-gradient(90deg,#0a0a0a,#111 55%,#070707);padding-block:0}.founder-section__grid{grid-template-columns:.9fr 1.05fr .65fr;align-items:stretch;display:grid}.founder-section__copy,.founder-section__quote{padding-block:64px}.founder-section__copy{padding-right:40px}.founder-section__copy p{color:#c2c2c2;margin-top:20px}.founder-signature{margin-top:34px;font-family:cursive;font-size:28px;font-style:italic}.founder-section__copy small{color:#aaa;letter-spacing:.12em;text-transform:uppercase}.founder-section__portrait{min-height:440px;position:relative;overflow:hidden}.founder-section__portrait img{object-fit:cover;object-position:center 20%;width:100%;height:100%}.founder-section__quote{padding-left:38px}.founder-section__quote-mark{color:var(--color-red);font-size:70px;font-weight:900;line-height:.8}.founder-section__quote blockquote{margin:10px 0 22px;font-size:20px;font-style:italic;line-height:1.45}.founder-section__quote p{color:#bdbdbd;margin-bottom:26px}.process-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.process-step{border-top:1px solid #d7d7d7;min-height:220px;padding:18px}.process-step__number{color:var(--color-red);font-size:12px;font-weight:800}.process-step__icon{margin-top:16px;font-size:30px}.process-step h3{margin-top:14px;font-size:18px}.process-step p{color:var(--color-text-muted);margin-top:10px;font-size:13px}.home-cta{color:#fff;background:linear-gradient(120deg,#c90911,#f10f19 60%,#bc0710)}.home-cta__inner{grid-template-columns:1.1fr .8fr auto;align-items:center;gap:40px;min-height:150px;display:grid}.home-cta .section-label{color:#fff}.home-cta h2{font-size:clamp(30px,3.5vw,48px)}.home-cta__inner>p{color:#ffe4e4}.home-cta__actions{gap:12px;display:grid}.home-cta__actions>a:last-child{font-size:13px;text-decoration:underline}@media (width<=1100px){.home-hero__grid{grid-template-columns:1fr .8fr}.work-layout{grid-template-columns:1fr}.founder-section__grid{grid-template-columns:1fr 1fr}.founder-section__quote{grid-column:1/-1;padding-top:0;padding-left:0}.process-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.home-hero__grid{grid-template-columns:1fr;padding-block:70px}.home-hero__visual{min-height:390px}.home-section__header{grid-template-columns:1fr;gap:24px}.services-grid,.project-grid,.founder-section__grid{grid-template-columns:1fr}.founder-section__copy{padding-right:0}.founder-section__portrait{min-height:520px}.process-grid{grid-template-columns:repeat(2,1fr)}.home-cta__inner{grid-template-columns:1fr;gap:20px;padding-block:36px}}@media (width<=640px){.home-hero__actions{flex-direction:column}.home-hero__actions .vmm-button{justify-content:space-between;width:100%}.home-hero__capabilities span{border:0;padding-inline:0}.home-hero__capabilities{gap:10px 18px}.home-device{transform:none}.home-hero__side-copy{display:none}.home-proof-strip__inner{grid-template-columns:1fr 1fr;gap:18px;padding-block:22px}.home-proof-strip__inner strong{grid-column:1/-1;justify-self:start}.process-grid{grid-template-columns:1fr}.founder-section__portrait{min-height:420px}}.home-hero{background:#080909 url(/images/brand/laptop-mountain.png) 50%/cover no-repeat;padding:0}.home-hero__grid{min-height:500px;padding-block:46px 30px;display:block}.home-hero__content{width:50%;max-width:640px}.home-hero h1{letter-spacing:-.045em;text-wrap:initial;max-width:640px;font-size:clamp(40px,4.05vw,59px);font-weight:700;line-height:1}.home-hero h1 .vmm-accent{display:block}.home-hero__intro{max-width:555px;margin-top:22px;font-size:17px;line-height:1.45}.home-hero__actions{gap:18px;margin-top:22px}.home-hero__actions .vmm-button{min-width:220px;min-height:51px}.home-hero__capabilities{flex-wrap:nowrap;margin-top:30px;font-size:12px}.home-hero__capabilities span{white-space:nowrap;padding-inline:20px}.home-hero__visual{display:none}.home-hero .section-label,.home-section .section-label,.founder-section .section-label,.home-cta .section-label{letter-spacing:.16em;margin:0 0 20px;font-size:11px;font-weight:500;line-height:1.4}.home-hero .section-label,.founder-section .section-label{color:#e0e0e0}.home-section .section-label{color:#535762}.home-hero .section-label:after,.home-section .section-label:after,.founder-section .section-label:after,.home-cta .section-label:after{background:#ff0018;flex-shrink:0;order:-1;width:44px}.home-section{background:#fff;border-bottom:1px solid #e6e7e9;padding-block:32px 24px}.home-section__header{grid-template-columns:1.6fr 1fr;align-items:end;gap:70px;margin-bottom:26px}.home-section .section-heading{letter-spacing:-.045em;max-width:670px;font-size:40px;line-height:1}.home-section__header>p{justify-self:end;max-width:400px;font-size:16px;line-height:1.45}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.service-card{border:1px solid #e1e3e7;border-radius:5px;min-height:300px;padding:24px 30px 20px}.service-card h3{letter-spacing:-.035em;max-width:17ch;margin-top:17px;font-size:25px;line-height:1.08}.service-card p{margin-top:13px;font-size:17px;line-height:1.45}.service-card__link{align-items:center;gap:10px;padding-top:17px;font-weight:500;display:flex}.work-layout{grid-template-columns:280px minmax(0,1fr);gap:28px}.work-layout__intro .section-heading{font-size:36px}.work-layout__intro p{margin-top:22px;margin-bottom:30px;font-size:16px;line-height:1.5}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.project-card{border:1px solid #e1e3e7;border-radius:4px;flex-direction:column;min-width:0;display:flex}.project-visual{flex-shrink:0;height:190px}.project-visual__image{object-position:center top}.project-visual__category{letter-spacing:0;font-size:10px;bottom:10px;left:14px}.project-visual__number{top:10px;right:14px}.project-card__content{flex-direction:column;flex:1;padding:16px;display:flex}.project-card__content h3{letter-spacing:-.03em;min-height:46px;font-size:19px;line-height:1.2}.project-card__content p{margin:6px 0 14px;font-size:14px;line-height:1.45}.project-card__content a{align-items:center;gap:10px;margin-top:auto;font-size:14px;font-weight:500;display:flex}.founder-section__grid{grid-template-columns:1.15fr 1.1fr .6fr;min-height:408px}.founder-section__copy{z-index:1;padding:32px 0 24px}.founder-section__copy h2{letter-spacing:-.045em;max-width:530px;margin-right:-55px;font-size:51px;line-height:1}.founder-section__copy p{max-width:410px;margin-top:18px;font-size:16px;line-height:1.5}.founder-signature{white-space:nowrap;margin-top:20px;font-family:Segoe Script,cursive;font-size:28px;font-weight:400}.founder-section__copy small{font-size:10px}.founder-section__portrait{min-height:408px}.founder-section__portrait img{object-position:center 22%;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 92%,#0000)}.founder-section__quote{grid-column:auto;padding:36px 0 24px 24px}.founder-section__quote-mark{height:36px;font-family:Georgia,serif;font-size:76px;display:block}.founder-section__quote blockquote{margin:10px 0 20px;font-size:18px;line-height:1.3}.founder-section__quote p{margin-bottom:20px;font-size:14px;line-height:1.4}.founder-section__quote .vmm-button{gap:15px;min-height:44px;padding:10px 15px;font-size:13px}.process-section{padding:26px 0 32px}.process-section .section-heading{max-width:370px;font-size:34px;line-height:1.05}.process-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:30px}.process-step{border:0;grid-template-columns:44px 1fr;column-gap:12px;min-height:0;padding:0;display:grid;position:relative}.process-step:not(:last-child):after{content:"";background:#aeb3bb;width:36px;height:1px;position:absolute;top:26px;right:-17px}.process-step__icon{grid-row:1/3;align-items:center;margin:0;display:flex}.process-step__number{grid-column:2;font-size:14px;line-height:1.2}.process-step h3{margin:0;font-size:16px;line-height:1.3}.process-step p{grid-column:1/-1;margin-top:15px;font-size:14px;line-height:1.4}.home-cta__inner{grid-template-columns:1.5fr .6fr auto;gap:30px;min-height:142px}.home-cta h2{font-size:36px;line-height:1.1}.home-cta .section-label{margin-bottom:12px}.home-cta .section-label:after{background:#fff}.home-cta__inner>p{border-left:1px solid #ef6070;padding-left:30px;font-size:14px;line-height:1.4}.home-cta__actions{align-items:center;gap:20px;display:flex}.home-cta__actions .vmm-button{color:#111;background:#fff;border:0;gap:12px;font-size:12px}.home-cta__actions>a:last-child{align-items:center;gap:8px;font-size:11px;display:flex}.vmm-icon{vertical-align:middle;flex-shrink:0}.vmm-button--secondary .vmm-button__arrow,.vmm-button--dark .vmm-button__arrow{color:#ff0018}@media (width>=1101px){.home-hero .site-container,.home-section .site-container,.founder-section .site-container,.home-cta .site-container{width:88%;max-width:1268px}}@media (width<=1280px) and (width>=901px){.home-hero__grid{min-height:450px;padding-block:40px 28px}.home-hero__intro{font-size:16px}.home-hero__actions .vmm-button{min-width:180px}.home-hero__capabilities span{padding-inline:12px}.work-layout{grid-template-columns:230px minmax(0,1fr);gap:20px}.founder-section__copy h2{font-size:43px}.founder-section__grid{grid-template-columns:1.05fr 1fr .7fr}.founder-signature{font-size:23px}.home-cta__inner{grid-template-columns:1.3fr .7fr auto;gap:20px}.home-cta__actions{flex-direction:column;gap:8px}.home-cta h2{font-size:32px}}@media (width<=900px){.home-hero{background-position:75% bottom;background-size:auto 350px}.home-hero__grid{min-height:0;padding-block:40px 340px}.home-hero__content{width:100%;max-width:650px}.home-hero h1{max-width:650px;font-size:48px}.home-hero__intro{max-width:580px}.home-section__header{grid-template-columns:1fr;gap:18px}.home-section__header>p{justify-self:start;max-width:600px}.home-section .section-heading{font-size:36px}.service-card{padding:20px}.service-card h3{font-size:21px}.service-card p{font-size:15px}.work-layout{grid-template-columns:1fr}.work-layout__intro p{max-width:550px}.project-visual{height:155px}.founder-section__grid{grid-template-columns:1fr 1fr}.founder-section__copy h2{margin-right:0;font-size:39px}.founder-section__copy{padding-right:20px}.founder-section__quote{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:14px 28px;padding:24px 0 32px;display:grid}.founder-section__quote-mark{display:none}.founder-section__quote blockquote{grid-row:span 2;margin:0}.founder-section__quote p{margin:0}.founder-section__quote .vmm-button{justify-self:start}.process-grid{grid-template-columns:repeat(3,1fr);gap:30px}.process-step:nth-child(3):after{display:none}.home-cta__inner{grid-template-columns:1fr;gap:18px;padding-block:28px}.home-cta__inner>p{border:0;padding:0}.home-cta__actions{flex-direction:row}}@media (width<=600px){.home-hero h1{letter-spacing:-.045em;width:100%;max-width:100%;font-size:39px;line-height:1.04}.home-hero__content,.home-hero__intro{min-width:0;max-width:100%}.home-hero__intro{font-size:16px}.home-hero .section-label{gap:12px;font-size:9px}.home-hero .section-label:after{width:25px}.home-hero{background-position:76% bottom;background-size:auto 265px}.home-hero__grid{padding-block:32px 265px}.home-hero__actions{flex-direction:row;gap:10px;width:100%}.home-hero__actions .vmm-button{flex:0 calc(50% - 5px);gap:7px;width:calc(50% - 5px);min-width:0;padding:12px 8px;font-size:12px;overflow:hidden}.home-hero__capabilities{flex-wrap:wrap;gap:10px 14px;margin-top:24px}.home-hero__capabilities span{border:0;padding:0;font-size:10px}.home-section{padding-block:30px}.home-section .section-heading{font-size:32px;line-height:1.05}.services-grid,.project-grid{grid-template-columns:1fr;gap:16px}.service-card{min-height:0;padding:24px}.service-card h3{max-width:20ch;font-size:25px}.service-card p{font-size:16px}.project-visual{height:210px}.project-card__content h3{min-height:0;font-size:22px}.project-card__content p{font-size:15px}.founder-section__grid{grid-template-columns:1fr}.founder-section__copy{padding:32px 0 10px}.founder-section__copy h2{font-size:37px}.founder-signature{font-size:25px}.founder-section__portrait{min-height:420px}.founder-section__portrait img{object-position:center 20%;-webkit-mask-image:linear-gradient(#0000,#000 10% 85%,#0000);mask-image:linear-gradient(#0000,#000 10% 85%,#0000)}.founder-section__quote{grid-template-columns:1fr;gap:18px}.founder-section__quote blockquote{grid-row:auto}.process-grid{grid-template-columns:1fr;gap:24px;margin-left:5px}.process-step{grid-template-columns:44px 1fr;column-gap:18px;padding-left:10px}.process-step p{grid-column:2;margin-top:8px;font-size:15px}.process-step:not(:last-child):after,.process-step:nth-child(3):after{width:1px;height:calc(100% - 35px);display:block;top:46px;left:27px}.home-cta h2{font-size:30px}.home-cta__actions{flex-wrap:wrap}}@media (width>=901px){.work-layout__intro .section-heading{letter-spacing:-.055em;font-size:34px}.project-card__content h3{min-height:24px;font-size:18px}.project-card__content{padding:14px}.home-section--soft{padding-block:28px 22px}}@media (width<=600px){.home-hero{background-position:100% 100%}.home-hero h1{font-size:37px}.home-hero .section-label{letter-spacing:.1em;font-size:8px}.home-hero__capabilities{gap:9px 12px}.home-hero__capabilities span{font-size:9px}}@media (width>=901px){.work-layout__intro .section-heading{letter-spacing:-.055em;white-space:nowrap;font-size:32px}}:root{--color-black:#090909;--color-black-soft:#111;--color-black-elevated:#181818;--color-white:#fff;--color-canvas:#f6f7f8;--color-canvas-soft:#fff;--color-text:#111;--color-text-light:#f7f7f7;--color-text-muted:#666;--color-text-muted-light:#a6a6a6;--color-red:#f00016;--color-red-hover:#c9161d;--color-border:#e1e3e7;--color-border-dark:#292929;--font-display:Arial, "Helvetica Neue", Arial, sans-serif;--font-body:Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--container-width:1360px;--page-padding-desktop:64px;--page-padding-tablet:32px;--page-padding-mobile:20px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--space-32:128px;--radius-sm:4px;--radius-md:8px;--radius-lg:14px;--duration-fast:.16s;--duration-normal:.24s;--duration-editorial:.42s;--ease-standard:cubic-bezier(.2, .8, .2, 1);--header-height:76px;--z-header:100;--z-menu:200}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}img,picture,video,canvas,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6,p{margin:0}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-canvas-soft);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.04em;font-weight:700}h1{font-size:clamp(3rem,7vw,6.5rem);line-height:.96}h2{font-size:clamp(2.25rem,4.4vw,4rem);line-height:1}h3{font-size:clamp(1.4rem,2.2vw,2rem);line-height:1.1}p{max-width:70ch}::selection{color:var(--color-white);background:var(--color-red)}body{min-width:320px;overflow-x:hidden}html{scroll-behavior:smooth}#root{width:100%}.site-container{width:min(calc(100% - (var(--page-padding-desktop) * 2)), var(--container-width));margin-inline:auto}.page-section,.route-page{padding-block:var(--space-24)}.page-section--dark,.route-page--dark{color:var(--color-text-light);background:var(--color-black)}.page-section--canvas{background:var(--color-canvas)}.route-page{min-height:65vh}.route-page__intro{max-width:62ch;margin-top:var(--space-6);color:var(--color-text-muted);font-size:clamp(17px,1.4vw,20px)}.route-page--dark .route-page__intro{color:var(--color-text-muted-light)}.route-page__actions{gap:var(--space-4);margin-top:var(--space-8);flex-wrap:wrap;display:flex}.vmm-accent{color:var(--color-red)}.skip-link{z-index:9999;color:var(--color-white);background:var(--color-red);padding:10px 16px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--color-red);outline-offset:3px}#main-content[data-site-motion-ready=true] .site-scroll-reveal{opacity:0;transition:opacity .62s var(--ease-standard), transform .62s var(--ease-standard);will-change:opacity, transform;transform:translateY(28px)}#main-content[data-site-motion-ready=true] .site-scroll-reveal--visible{opacity:1;will-change:auto;transform:translateY(0)}@media (hover:hover) and (pointer:fine){#main-content .vmm-button{transition:color var(--duration-fast) var(--ease-standard), background-color var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard), transform var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard)}#main-content .vmm-button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0c0c0c1f}#main-content :is(.project-card,.portfolio-card,.insight-card,.service-card,.process-step,.detailed-service-card,.capability-card,.timeline-grid article,.case-gallery__item,.igs-project__gallery-item--motion-preview){transition:transform .28s var(--ease-standard), box-shadow .28s var(--ease-standard), border-color .28s var(--ease-standard)}#main-content :is(.project-card,.portfolio-card,.insight-card,.service-card,.process-step,.detailed-service-card,.capability-card,.timeline-grid article,.case-gallery__item,.igs-project__gallery-item--motion-preview):hover{transform:translateY(-4px)}#main-content .igs-project__gallery-item--motion-preview:hover .igs-project__gallery-image-wrapper{border-color:#f04a006b;box-shadow:0 22px 56px #12121229}}@media (width<=1024px){.site-container{width:min(calc(100% - (var(--page-padding-tablet) * 2)), var(--container-width))}}@media (width<=640px){.site-container{width:calc(100% - (var(--page-padding-mobile) * 2))}.page-section,.route-page{padding-block:var(--space-16)}.route-page__actions{flex-direction:column;align-items:stretch}.route-page__actions .vmm-button{justify-content:space-between;width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}#main-content[data-site-motion-ready=true] .site-scroll-reveal{opacity:1;transform:none}}.production-hero{padding-block:clamp(72px,9vw,130px)}.production-hero--dark{color:var(--color-white);background:radial-gradient(circle at 76% 28%,#e51b2324,#0000 25%),#090909}.work-hero{isolation:isolate;align-items:stretch;min-height:720px;padding-block:0;display:grid;position:relative;overflow:hidden}.work-hero:before{z-index:-1;content:"";background:radial-gradient(48% 62% at 79% 24%,#800a1152,#0000 72%),#090909;position:absolute;inset:0}.work-hero .site-container{z-index:2;flex-direction:column;justify-content:center;min-height:720px;padding-block:124px 108px;display:flex;position:relative}.work-hero .section-label{margin-bottom:22px}.work-hero__playback{color:#ddd;cursor:pointer;background:#111;border:1px solid #555;border-radius:2px;align-self:flex-start;min-height:44px;margin-top:24px;padding:8px 12px;font-size:12px}@media (width<=900px),(prefers-reduced-motion:reduce){.work-hero__playback{display:none}}.work-hero__title{max-width:none;font-size:clamp(4.2rem,5.65vw,6.5rem);line-height:.96}.work-hero__title>span{display:block}.work-hero .production-hero__intro{color:#c8c8c8;max-width:710px;margin-top:30px;font-size:21px;line-height:1.58}.work-hero__media{z-index:1;aspect-ratio:16/9;pointer-events:none;width:min(60vw,1110px);position:absolute;top:38%;right:-15%;transform:none}#main-content[data-site-motion-ready=true] .work-hero__media.site-scroll-reveal,#main-content[data-site-motion-ready=true] .work-hero__media.site-scroll-reveal--visible{opacity:1;will-change:auto;transition:none;transform:none}.work-hero__video,.work-hero__poster{object-fit:cover;object-position:center;width:100%;height:100%}.work-hero__poster{display:none}.work-hero__video,.work-hero__poster{-webkit-mask-image:linear-gradient(#0000 0%,#000 16% 82%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 16% 82%,#0000 100%)}.work-hero__media:after{content:"";background:linear-gradient(90deg,#090909 0%,#090909f0 14%,#09090980 29%,#0000 47%),linear-gradient(#0000 65%,#0909099e 88%,#090909 100%),linear-gradient(270deg,#09090985 0%,#0000 17%),linear-gradient(#09090926 0%,#0000 22%);position:absolute;inset:-1px}@media (width<=1200px){.work-hero,.work-hero .site-container{min-height:670px}.work-hero .site-container{padding-block:102px 86px}.work-hero__title{font-size:clamp(4rem,6.2vw,5.4rem)}.work-hero .production-hero__intro{max-width:550px;font-size:19px}.work-hero__media{width:min(63vw,900px);right:-18%}}@media (width<=900px){.work-hero,.work-hero .site-container{min-height:740px}.work-hero .site-container{justify-content:flex-start;padding-block:74px 350px}.work-hero__title{font-size:clamp(3.25rem,9vw,4.8rem)}.work-hero .production-hero__intro{max-width:36ch;font-size:17px}.work-hero__media{width:117%;top:auto;bottom:-25%;right:-17%;transform:none}.work-hero__video{display:none}.work-hero__poster{display:block}}@media (width<=600px){.work-hero,.work-hero .site-container{min-height:760px}.work-hero .site-container{padding-block:54px 330px}.work-hero .section-label{margin-bottom:18px}.work-hero__title{font-size:clamp(2.5rem,11.7vw,3rem)}.work-hero .production-hero__intro{margin-top:22px;font-size:16px;line-height:1.52}.work-hero__media{width:148%;bottom:-23%;right:-28%}.work-hero__media:after{background:linear-gradient(#090909 0%,#090909c2 17%,#0000 47%),linear-gradient(#0000 74%,#090909 100%),linear-gradient(90deg,#090909 0%,#0000 40%)}}@media (prefers-reduced-motion:reduce){.work-hero__video{display:none}.work-hero__poster{display:block}}.services-hero{background:#090909 url(/images/brand/laptop-mountain.png) 50%/cover no-repeat;min-height:500px;padding-block:48px}.services-hero .site-container{width:min(88%,1268px)}.services-hero h1{max-width:11.5ch;font-size:clamp(44px,4.1vw,60px);line-height:1}.services-hero .production-hero__intro{color:#e2e2e2;max-width:48ch;margin-top:17px;font-size:16px;line-height:1.45}.services-hero .section-label{color:#e2e2e2;font-weight:500}.services-hero .section-label:after{background:#f00016;order:-1}.services-hero .production-hero__actions{margin-top:20px}.services-hero .vmm-button{min-width:185px;min-height:48px}.process-hero,.insights-hero,.contact-hero{background-color:#090909;background-position:50%;background-size:cover;min-height:438px;padding-block:48px}.process-hero,.insights-hero{background-image:url(/images/brand/mountain-beam.png)}.contact-hero{background-image:url(/images/brand/contact-studio.png)}.process-hero .site-container,.insights-hero .site-container,.contact-hero .site-container{width:min(88%,1268px)}.process-hero h1,.insights-hero h1,.contact-hero h1{max-width:13ch;font-size:clamp(43px,4.1vw,60px);line-height:1}.process-hero .production-hero__intro,.insights-hero .production-hero__intro,.contact-hero .production-hero__intro{color:#e0e0e0;max-width:50ch;margin-top:17px;font-size:16px;line-height:1.45}.process-hero .section-label,.insights-hero .section-label,.contact-hero .section-label{color:#e5e5e5;font-weight:500}.process-hero .section-label:after,.insights-hero .section-label:after,.contact-hero .section-label:after{background:#f00016;order:-1}.process-hero+.production-section{padding-block:36px 28px}.process-hero+.production-section .full-process-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.process-hero+.production-section .full-process-grid article{border-radius:4px;min-height:410px;padding:21px}.process-hero+.production-section .full-process-grid article>span{float:right;color:#aeb2ba}.process-hero+.production-section .full-process-grid h3{margin-top:48px;font-size:22px}.process-hero+.production-section .full-process-grid p{font-size:13px;line-height:1.45}.process-hero+.production-section .full-process-grid ul{padding-left:14px;font-size:12px;line-height:1.35}.insights-hero{min-height:330px}.insights-hero h1{max-width:14ch}.insights-hero+.production-section{padding-block:28px 52px}.insights-hero+.production-section .insight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.insights-hero+.production-section .insight-card{border-radius:4px;flex-direction:column;min-height:360px;padding:0 20px 18px;display:flex;overflow:hidden}.insights-hero+.production-section .insight-card__image{background:#111;height:160px;margin:0 -20px 16px;display:block;overflow:hidden}.insights-hero+.production-section .insight-card__image img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform var(--duration-editorial) var(--ease-standard)}.insights-hero+.production-section .insight-card:hover .insight-card__image img{transform:scale(1.03)}.insights-hero+.production-section .insight-card h2{margin-top:15px;font-size:23px;line-height:1.06}.insights-hero+.production-section .insight-card>p{color:#676b73;margin-top:12px;font-size:14px;line-height:1.45}.insights-hero+.production-section .insight-card>div{margin-top:auto;padding-top:20px;font-size:11px}.insights-hero+.production-section .insight-card>div a{color:#111;font-size:11px}.contact-hero{min-height:284px}.contact-hero h1{max-width:10ch}.contact-hero .production-hero__intro{max-width:48ch}.contact-hero+.production-section{padding-block:30px}.contact-hero+.production-section .contact-layout h2{font-size:32px}.contact-layout>div{border:1px solid var(--color-border);border-radius:4px;padding:22px}.contact-sidebar{border-radius:4px;padding:26px}.contact-sidebar .section-label{color:#f00016}.contact-sidebar .section-label:after{display:none}.contact-step-grid article{min-height:170px}@media (width<=1050px){.process-hero+.production-section .full-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.process-hero,.insights-hero,.contact-hero{background-position:78% bottom;background-size:auto 360px;min-height:600px;padding-bottom:330px}.insights-hero{min-height:500px;padding-bottom:270px}.contact-hero{background-size:auto 310px;min-height:530px;padding-bottom:285px}.insights-hero+.production-section .insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.process-hero,.insights-hero,.contact-hero{background-position:76% bottom;background-size:auto 265px;min-height:0;padding-block:32px 250px}.process-hero h1,.insights-hero h1,.contact-hero h1{font-size:38px}.process-hero .production-hero__intro,.insights-hero .production-hero__intro,.contact-hero .production-hero__intro{font-size:16px}.process-hero+.production-section .full-process-grid{grid-template-columns:1fr}.process-hero+.production-section .full-process-grid article{min-height:0}.insights-hero+.production-section .insight-grid{grid-template-columns:1fr}.contact-layout>div{padding:18px}}.production-section .section-label{color:#555a62;font-weight:500}.production-section .section-label:after{background:#f00016;order:-1}.production-section__heading h2{letter-spacing:-.045em}.services-hero+.production-section{padding-block:36px 28px}.services-hero+.production-section .production-section__heading{margin-bottom:24px}.services-hero+.production-section .detailed-service-card{border-radius:4px;min-height:570px;padding:25px 28px 20px}.services-hero+.production-section .detailed-service-card__number{float:right;color:#b7bac2;font-size:16px}.services-hero+.production-section .detailed-service-card h3{max-width:14ch;margin-top:52px;font-size:26px}.services-hero+.production-section .detailed-service-card>p{font-size:15px;line-height:1.45}.services-hero+.production-section .detailed-service-card h4{border-top:1px solid #e6e7e9;margin-top:26px;padding-top:16px}.services-hero+.production-section .detailed-service-card li{font-size:13px}.services-hero~.production-section--soft{padding-block:26px 22px}.services-hero~.production-section--soft .production-section__heading{margin-bottom:24px}.services-hero~.production-section--soft .capability-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:0}.services-hero~.production-section--soft .capability-card{flex-direction:column;align-items:flex-start;gap:20px;min-height:220px;padding:20px}.services-hero~.production-section--soft .capability-card span{font-size:33px}.services-hero~.production-section--soft .capability-card strong{font-size:16px;line-height:1.2}@media (width<=900px){.services-hero{background-position:78% bottom;background-size:auto 360px;min-height:620px;padding-bottom:330px}.services-hero h1{font-size:46px}.services-hero~.production-section--soft .capability-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.services-hero{background-position:76% bottom;background-size:auto 265px;min-height:0;padding-block:32px 255px}.services-hero h1{font-size:38px}.services-hero .production-hero__intro{font-size:16px}.services-hero .production-hero__actions{flex-direction:row;gap:10px}.services-hero .vmm-button{flex:1;gap:10px;min-width:0;padding-inline:11px;font-size:13px}.services-hero~.production-section--soft .capability-grid{grid-template-columns:repeat(2,1fr)}.services-hero~.production-section--soft .capability-card{min-height:150px;padding:16px}.services-hero+.production-section .detailed-service-card{min-height:0}}.production-hero h1{max-width:14ch}.production-hero__intro{color:#bebebe;max-width:700px;margin-top:26px;font-size:clamp(17px,1.7vw,21px)}.production-hero__actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.production-section{background:#fff;padding-block:clamp(72px,8vw,110px)}.production-section--soft{background:#f7f7f5}.production-section--dark{color:#fff;background:#090909}.production-section__heading{grid-template-columns:1fr .75fr;align-items:end;gap:60px;margin-bottom:42px;display:grid}.production-section__heading h2,.production-section>.site-container>h2{max-width:16ch;font-size:clamp(34px,4vw,58px)}.production-section__heading>p{color:var(--color-text-muted);font-size:17px}.production-section--dark .production-section__heading>p{color:#b7b7b7}.portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.portfolio-grid--systems{grid-template-columns:repeat(2,minmax(0,1fr))}.production-cta{color:#fff;background:linear-gradient(120deg,#c90a12,#ed0f19 60%,#bb0710)}.production-cta__grid{grid-template-columns:1fr auto;align-items:center;gap:40px;min-height:155px;padding-block:28px;display:grid}.production-cta h2{font-size:clamp(30px,4vw,52px)}.production-cta .section-label{color:#fff}.detailed-service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.detailed-service-card{border:1px solid var(--color-border);padding:28px;position:relative}.detailed-service-card__number{color:#b3b3b3;font-weight:750}.detailed-service-card h3{max-width:13ch;margin-top:36px;font-size:26px}.detailed-service-card>p{color:var(--color-text-muted);margin-top:14px}.detailed-service-card h4{color:var(--color-red);letter-spacing:.08em;text-transform:uppercase;margin-top:26px;font-size:11px}.detailed-service-card ul{gap:8px;margin-top:14px;display:grid}.detailed-service-card li{color:#444;padding-left:20px;font-size:14px;position:relative}.detailed-service-card li:before{color:var(--color-red);content:"✓";position:absolute;left:0}.capability-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px;display:grid}.capability-card{border:1px solid var(--color-border);background:#fff;align-items:center;gap:18px;min-height:110px;padding:22px;display:flex}.capability-card span{color:var(--color-red);font-size:28px}.why-grid{grid-template-columns:.8fr 1.2fr;gap:70px;display:grid}.why-grid h2{max-width:14ch;font-size:clamp(34px,4vw,58px)}.why-grid>div>p{color:#bdbdbd;margin-top:20px}.why-cards{grid-template-columns:repeat(3,1fr);display:grid}.why-cards>div{border-left:1px solid #333;padding:20px 24px}.why-cards strong{font-size:18px}.why-cards p{color:#aaa;margin-top:10px;font-size:14px}.case-hero{color:#fff;background:#090909;padding-block:62px}.case-hero__grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:60px;display:grid}.case-hero .section-label{color:#ff4050}.case-related .section-label{color:#a6a6a6}.case-back{color:#aaa;margin-bottom:30px;font-size:13px;display:inline-block}.case-hero h1{max-width:12ch}.case-hero__summary{color:#c1c1c1;max-width:600px;margin-top:22px;font-size:18px}.case-hero__actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.case-hero__visual{background:#111;border:1px solid #252525;overflow:hidden}.case-hero__visual img{object-fit:contain;width:100%;height:auto}.case-hero__fallback{text-align:center;background:radial-gradient(circle,#e51b234d,#0000 35%);place-content:center;min-height:430px;display:grid}.case-hero__fallback span{color:var(--color-red);font-weight:700}.case-hero__fallback strong{margin-top:12px;font-size:38px}.case-meta{border-bottom:1px solid var(--color-border);background:#fff}.case-meta__grid{grid-template-columns:repeat(4,1fr);display:grid}.case-meta__grid>div{border-right:1px solid var(--color-border);gap:4px;padding:22px;display:grid}.case-meta__grid>div:last-child{border-right:0}.case-meta span{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px}.case-story-grid{grid-template-columns:repeat(2,1fr);gap:70px 90px;display:grid}.case-story-grid h2{max-width:16ch;font-size:clamp(28px,3vw,42px)}.case-story-grid article>p:last-child{color:var(--color-text-muted);margin-top:18px;font-size:16px}.service-pill-grid{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.service-pill{border:1px solid var(--color-border);background:#fff;padding:12px 16px}.case-gallery{gap:30px;margin-top:40px;display:grid}.case-gallery--portrait{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}@media (width<=600px){.case-gallery--portrait{grid-template-columns:1fr}}.case-gallery__item{border:1px solid var(--color-border);background:#f4f4f4;overflow:hidden}.case-gallery__item img,.case-gallery__item video{object-fit:contain;background:#111;width:100%;height:auto}.case-audio{color:#fff;background:#111;gap:18px;padding:32px;display:grid}.case-audio audio{width:100%}.about-hero{color:#fff;background:#090909}.about-hero__grid{grid-template-columns:.85fr 1.15fr;align-items:stretch;display:grid}.about-hero__grid>div:first-child{padding-block:70px;align-self:center;padding-right:50px}.about-hero h1{max-width:10ch}.about-hero h2{max-width:20ch;margin-top:18px;font-size:clamp(24px,2.5vw,36px)}.about-hero p{color:#c3c3c3;max-width:590px;margin-top:18px}.about-hero__portrait{min-height:620px;overflow:hidden}.about-hero__portrait img{object-fit:cover;object-position:center 20%;width:100%;height:100%}.about-story{grid-template-columns:.8fr 1.2fr;gap:80px;display:grid}.about-story h2{max-width:15ch;font-size:clamp(34px,4vw,56px)}.about-story>div:last-child{align-content:start;gap:20px;display:grid}.about-story p{color:var(--color-text-muted);font-size:17px}.principle-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px;display:grid}.principle-grid article{border:1px solid var(--color-border);background:#fff;padding:24px}.principle-grid h3{font-size:21px}.principle-grid p{color:var(--color-text-muted);margin-top:12px;font-size:14px}.full-process-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.full-process-grid article{border:1px solid var(--color-border);padding:24px}.full-process-grid article>span{color:var(--color-red);font-weight:750}.full-process-grid h3{margin-top:28px;font-size:24px}.full-process-grid p{color:var(--color-text-muted);margin-top:12px}.full-process-grid ul{color:#444;gap:7px;margin-top:20px;padding-left:18px;font-size:13px;list-style:outside;display:grid}.timeline-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px;display:grid}.timeline-grid article{border:1px solid var(--color-border);background:#fff;gap:8px;padding:24px;display:grid}.timeline-grid strong{font-size:18px}.timeline-grid span{color:var(--color-red);font-family:var(--font-display);font-size:28px;font-weight:750}.timeline-grid p{color:var(--color-text-muted);font-size:14px}.faq-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:36px;display:grid}.faq-grid details{border:1px solid var(--color-border-dark);background:0 0}.production-section:not(.production-section--dark) .faq-grid details{border-color:var(--color-border)}.faq-grid summary{cursor:pointer;padding:18px;font-weight:700}.faq-grid details p{color:#aaa;padding:0 18px 18px;font-size:14px}.production-section:not(.production-section--dark) .faq-grid details p{color:var(--color-text-muted)}.insight-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.insight-card{border:1px solid var(--color-border);min-height:300px;padding:28px}.insight-card>span{color:var(--color-red);text-transform:uppercase;font-size:11px;font-weight:750}.insight-card h2{max-width:17ch;margin-top:28px;font-size:clamp(26px,3vw,38px)}.insight-card>p{color:var(--color-text-muted);margin-top:16px}.insight-card>div{justify-content:space-between;gap:20px;margin-top:28px;display:flex}.insight-card a:last-child{color:var(--color-red);font-weight:700}.article-page{padding-block:clamp(70px,9vw,130px)}.article-page>.site-container{max-width:900px}.article-page__back{color:var(--color-text-muted);font-size:14px}.article-page__category{color:var(--color-red);text-transform:uppercase;margin-top:42px;font-size:12px;font-weight:750}.article-page h1{margin-top:16px}.article-page__excerpt{color:var(--color-text-muted);margin-top:26px;font-size:20px}.article-page__read-time{margin-top:18px;font-size:13px;font-weight:700}.article-page__body{gap:24px;margin-top:60px;font-size:18px;line-height:1.8;display:grid}.article-page__cta{color:#fff;background:#090909;margin-top:70px;padding:34px}.article-page__cta h2{font-size:30px}.article-page__cta a{color:var(--color-red);margin-top:20px;font-weight:700;display:inline-block}.contact-layout{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:38px;display:grid}.contact-layout h2{font-size:38px}.contact-layout__intro{color:var(--color-text-muted);margin-top:10px;margin-bottom:24px}.contact-sidebar{color:#fff;background:#090909;align-self:start;padding:30px}.contact-sidebar h2{margin-top:12px}.contact-sidebar__email{color:var(--color-red);margin-top:18px;font-weight:700;display:inline-block}.contact-sidebar>p{color:#bbb;margin-top:14px}.contact-sidebar__panel{border-top:1px solid #333;margin-top:34px;padding-top:26px}.contact-sidebar__panel ul{color:#bbb;gap:9px;margin-top:16px;padding-left:18px;font-size:14px;list-style:outside;display:grid}.contact-step-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px;display:grid}.contact-step-grid article{border:1px solid var(--color-border);background:#fff;padding:24px}.contact-step-grid span{color:var(--color-red);font-weight:750}.contact-step-grid h3{margin-top:18px}.contact-step-grid p{color:var(--color-text-muted);margin-top:10px;font-size:14px}.legal-page,.not-found{padding-block:clamp(80px,10vw,140px)}.legal-page>.site-container{max-width:900px}.legal-page h1,.not-found h1{margin-top:12px}.legal-page__updated{color:var(--color-text-muted);margin-top:18px}.legal-page__body{gap:42px;margin-top:60px;display:grid}.legal-page__body h2{font-size:26px}.legal-page__body p{color:var(--color-text-muted);margin-top:12px;line-height:1.75}.not-found{color:#fff;background:#090909;min-height:65vh}.not-found p{color:#bbb;margin-top:20px}.not-found__actions{gap:24px;margin-top:30px;display:flex}.not-found__actions a{color:var(--color-red);font-weight:700}@media (width<=1050px){.portfolio-grid,.detailed-service-grid{grid-template-columns:repeat(2,1fr)}.case-hero__grid,.about-hero__grid{grid-template-columns:1fr}.about-hero__grid>div:first-child{padding-right:0}.case-meta__grid,.principle-grid,.contact-step-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=800px){.production-section__heading,.why-grid,.about-story,.contact-layout,.why-cards{grid-template-columns:1fr}.why-cards>div{border-top:1px solid #333;border-left:0}.case-story-grid,.faq-grid,.insight-grid{grid-template-columns:1fr}.full-process-grid,.timeline-grid,.capability-grid{grid-template-columns:repeat(2,1fr)}.production-cta__grid{grid-template-columns:1fr;gap:20px}}@media (width<=600px){.portfolio-grid,.portfolio-grid--systems,.detailed-service-grid,.full-process-grid,.timeline-grid,.capability-grid,.principle-grid,.contact-step-grid,.case-meta__grid{grid-template-columns:1fr}.production-hero__actions,.case-hero__actions{flex-direction:column;align-items:stretch}.production-hero__actions .vmm-button,.case-hero__actions .vmm-button{justify-content:space-between;width:100%}.about-hero__portrait{min-height:440px}}.site-header__brand-main{letter-spacing:-.07em;font-family:Arial,sans-serif;font-size:43px;font-weight:900}.site-header__brand-sub{letter-spacing:.65em;font-size:7px}.site-header__inner{width:88%;max-width:1268px}.site-header__nav-link{font-size:14px;font-weight:400}.site-header__nav-link--active{color:var(--color-red-hover)}.site-footer{padding-top:30px}.site-footer__grid{grid-template-columns:1.1fr .7fr 1.5fr .7fr;gap:40px;padding-bottom:28px}.site-footer__brand{margin-bottom:14px;font-family:Arial,sans-serif;font-size:40px;line-height:1}.site-footer__description{max-width:25ch;line-height:1.4}.site-footer__label{color:#eee;letter-spacing:0;text-transform:none;margin-bottom:12px;font-size:14px}.site-footer__navigation{gap:0;font-size:14px;line-height:1.45}.site-footer__grid>div:nth-child(3){font-size:13px}.site-footer__statement{color:#aaa;padding-top:50px;font:16px/1.4 Arial,sans-serif}.site-footer__bottom{padding-block:22px 28px}@media (width<=900px){.site-footer__grid{grid-template-columns:1fr 1fr}.site-footer__statement{padding-top:0}.site-header__brand-main{font-size:34px}}@media (width<=560px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:25px 16px}.site-footer__grid>div:nth-child(3),.site-footer__grid>div:last-child{grid-column:1/-1}.site-footer__description{font-size:12px}.site-header__inner{width:calc(100% - 40px)}}.about-hero .site-container{width:min(88%,1268px)}.about-hero__grid>div:first-child{padding-block:42px 28px}.about-hero h1{max-width:16ch;font-size:clamp(44px,3.75vw,56px);line-height:1}.about-hero h2{max-width:20ch;font-size:25px;line-height:1.12}.about-hero p{max-width:480px;font-size:15px;line-height:1.45}.about-hero__stats{gap:46px;margin-top:27px;display:flex}.about-hero__stats div{gap:2px;display:grid}.about-hero__stats strong{font-size:22px}.about-hero__stats span{color:#c4c4c4;font-size:10px}.about-story{grid-template-columns:.85fr 1fr .52fr;align-items:stretch;gap:32px}.about-story__copy{align-self:center}.about-story__portrait{min-height:420px;overflow:hidden}.about-story__portrait img{object-fit:cover;object-position:center 20%;width:100%;height:100%}.about-story__quote{padding:20px 0 20px 12px}.about-story__quote>span{color:#f00016;height:33px;font:70px/.7 Georgia,serif;display:block}.about-story__quote blockquote{margin:10px 0 22px;font-size:18px;line-height:1.3}.about-story__quote p{color:var(--color-text-muted);font-size:14px;line-height:1.45}.about-story__signature{margin-top:28px;font-family:Segoe Script,cursive;color:#111!important;font-size:23px!important}.about-story__quote small{letter-spacing:.12em;text-transform:uppercase;font-size:10px}@media (width<=1050px){.about-story{grid-template-columns:1fr 1fr}.about-story__quote{grid-column:1/-1;padding-left:0}}@media (width<=600px){.about-hero__stats{gap:20px}.about-hero__stats strong{font-size:18px}.about-story{grid-template-columns:1fr}.about-story__portrait{min-height:360px}.contact-layout,.contact-layout>div,.contact-form{min-width:0;max-width:100%}}@media (width>=901px){.home-hero.home-hero--interactive .home-hero__content{width:100%;max-width:640px}}@media (width>=1181px){.home-hero.home-hero--interactive .home-hero__grid{gap:clamp(36px,4vw,64px)}}@media (width<=600px){.services-hero,.process-hero,.insights-hero,.contact-hero{background-repeat:no-repeat;min-height:0;padding-top:30px}.services-hero .site-container,.process-hero .site-container,.insights-hero .site-container,.contact-hero .site-container{width:calc(100% - 40px)}.services-hero .section-label,.process-hero .section-label,.insights-hero .section-label,.contact-hero .section-label,.work-hero .section-label{margin-bottom:16px}.services-hero h1,.process-hero h1,.insights-hero h1,.contact-hero h1{letter-spacing:-.04em;font-size:36px;line-height:1.01}.services-hero .production-hero__intro,.process-hero .production-hero__intro,.insights-hero .production-hero__intro,.contact-hero .production-hero__intro{margin-top:16px;font-size:15.5px;line-height:1.48}.work-hero,.work-hero .site-container{min-height:0}.work-hero .site-container{justify-content:flex-start;padding-block:34px 218px}.work-hero__title{font-size:clamp(2.35rem,10.9vw,2.75rem);line-height:.98}.work-hero .production-hero__intro{max-width:33ch;margin-top:18px;font-size:15.5px;line-height:1.48}.work-hero__media{aspect-ratio:16/9;width:100%;bottom:0;right:0}.work-hero__poster{object-position:center 48%}.work-hero__media:after{background:linear-gradient(#090909 0%,#09090933 20%,#0000 48%),linear-gradient(#0000 78%,#090909 100%)}.services-hero{background-position:72% bottom;background-size:auto 220px;padding-bottom:214px}.services-hero h1{max-width:10.5ch}.services-hero .production-hero__actions{margin-top:18px}.services-hero .vmm-button{min-height:46px;padding-inline:10px;font-size:12px}.process-hero{background-position:bottom;background-size:auto 238px;padding-bottom:232px}.process-hero h1{max-width:11.5ch}.process-hero .production-hero__actions{gap:10px;margin-top:18px}.process-hero .production-hero__actions .vmm-button{min-height:48px}.insights-hero{background-position:bottom;background-size:auto 212px;padding-bottom:205px}.insights-hero h1{max-width:11.5ch}.contact-hero{background-position:68% bottom;background-size:auto 222px;padding-bottom:214px}.contact-hero h1{max-width:9.5ch}.contact-hero+.production-section{padding-top:24px}}
