@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;--oudpro-red:#b3262d;--oudpro-red-deep:#8e1d23;--ink:#252629;--body:#44464a;--muted:#66686b;--line:#dedfe1;--white:#fff;--color-accent:var(--oudpro-red);--color-text:var(--ink);--color-muted:var(--muted);--color-border:var(--line);--color-surface:var(--white);--content-width:1200px;--header-height:72px;--radius:6px;--shadow:0 16px 40px #191b1e1f;font-family:Inter,Arial,Helvetica,sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 16px);background:var(--white)}body{min-width:320px;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}body,button,input,select,textarea{font-family:Inter,Arial,Helvetica,sans-serif}img,picture,svg{max-width:100%;display:block}img{height:auto}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:1px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:2px solid #1d4ed8}::selection{color:var(--white);background:var(--oudpro-red)}.container{width:min(calc(100% - 48px), var(--content-width));margin-inline:auto}.skip-link{z-index:200;color:var(--white);background:var(--ink);border-radius:var(--radius);padding:12px 18px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:100;height:var(--header-height);border-bottom:1px solid var(--line);backdrop-filter:blur(14px);background:#fffffff5;transition:box-shadow .18s;position:sticky;top:0}.site-header.is-scrolled{box-shadow:0 6px 18px #191b1e14}.site-header__inner{justify-content:space-between;align-items:center;gap:28px;height:100%;display:flex}.site-header__brand{flex:none;align-items:center;width:150px;height:64px;display:inline-flex;overflow:hidden}.site-header__brand img{object-fit:contain;object-position:center;width:100%;height:100%}.primary-nav{align-items:center;gap:clamp(20px,3vw,40px);min-height:100%;display:flex}.primary-nav__link{min-height:44px;color:var(--ink);letter-spacing:.045em;text-transform:uppercase;align-items:center;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.primary-nav__link:after{background:var(--oudpro-red);content:"";transform-origin:0;height:2px;transition:transform .16s;position:absolute;bottom:3px;left:0;right:0;transform:scaleX(0)}.primary-nav__link:hover:after,.primary-nav__link.is-active:after{transform:scaleX(1)}.nav-services{align-items:center;display:inline-flex;position:relative}.nav-services__button{color:var(--ink);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-family:inherit;display:inline-flex}.nav-services__chevron{flex-shrink:0;width:10px;height:10px;transition:transform .18s;display:inline-block}.nav-services__button[aria-expanded=true] .nav-services__chevron{transform:rotate(180deg)}.nav-services__button[aria-expanded=true]:after{transform:scaleX(1)}.services-dropdown{z-index:120;background:var(--white);width:304px;box-shadow:var(--shadow);border:1px solid #ececee;border-radius:8px;gap:2px;padding:10px;display:grid;position:absolute;top:calc(100% + 13px);left:-18px}.services-dropdown[hidden]{display:none}.services-dropdown a{color:var(--body);border-radius:4px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:color .14s,background .14s}.services-dropdown a:hover,.services-dropdown a:focus-visible{color:var(--oudpro-red);background:#faf0f1}.btn{min-height:48px;color:var(--white);background:var(--oudpro-red);border:1px solid var(--oudpro-red);border-radius:var(--radius);cursor:pointer;text-align:center;justify-content:center;align-items:center;gap:10px;padding:12px 22px;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.btn:hover{background:var(--oudpro-red-deep);border-color:var(--oudpro-red-deep);transform:translateY(-1px)}.btn--header{text-transform:uppercase;min-height:44px;padding:10px 18px;font-size:13px}.btn--secondary{color:var(--oudpro-red);background:var(--white)}.btn--secondary:hover{color:var(--white);background:var(--oudpro-red)}.btn--light{color:var(--ink);background:var(--white);border-color:var(--white)}.btn--light:hover{color:var(--white);background:0 0;border-color:#ffffffb3}.menu-toggle{display:none}main{min-height:50vh}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--ink);letter-spacing:-.035em;font-weight:600;line-height:1.14}h1{margin-bottom:24px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.04}h2{margin-bottom:20px;font-size:clamp(2rem,3.5vw,2.75rem)}h3{margin-bottom:12px;font-size:clamp(1.25rem,2vw,1.65rem)}p{margin-bottom:18px}.lead{max-width:780px;color:var(--body);font-size:clamp(1.08rem,1.7vw,1.25rem);line-height:1.65}.eyebrow{color:var(--oudpro-red);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:18px;font-size:12px;font-weight:700;line-height:1.4;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:28px;height:2px}.section{padding-block:clamp(64px,8vw,104px)}.section--soft{background:var(--soft)}.section--dark{color:#ffffffd1;background:var(--ink)}.section--dark h2,.section--dark h3{color:var(--white)}.section-heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:38px;display:flex}.section-heading__copy{max-width:700px}.section-heading .lead{margin-bottom:0}.section-heading--center{text-align:center;max-width:780px;margin-inline:auto;display:block}.section-heading--center .lead{margin-inline:auto}.section-heading--center .eyebrow{justify-content:center}.red-rule{background-image:radial-gradient(circle, var(--oudpro-red) 1.5px, transparent 1.7px);background-position:0;background-size:9px 3px;width:112px;height:3px;margin-top:26px}.section-heading--center .red-rule{margin-inline:auto}.text-link{color:var(--oudpro-red);align-items:center;gap:9px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.text-link span{font-size:19px;line-height:1;transition:transform .15s}.text-link:hover span{transform:translate(4px)}.page-hero{isolation:isolate;background:#252629;align-items:end;min-height:480px;display:grid;position:relative;overflow:hidden}.page-hero:not(.about-hero):not(.service-hero){background-color:var(--ink);background-image:linear-gradient(118deg, var(--ink) 0%, #37383b 56%, var(--oudpro-red-deep) 100%)}.page-hero:not(.about-hero):not(.service-hero)>.hero-copy{width:min(calc(100% - 48px), var(--content-width));color:#ffffffe0;margin-inline:auto;padding-block:80px 64px}.page-hero:not(.about-hero):not(.service-hero) .hero-copy h1,.page-hero:not(.about-hero):not(.service-hero) .hero-copy .eyebrow{color:var(--white)}.page-hero:not(.about-hero):not(.service-hero) .hero-copy>p:not(.eyebrow){color:#ffffffdb;max-width:720px}.page-hero__image,.page-hero__shade{z-index:-1;position:absolute;inset:0}.page-hero__image img{object-fit:cover;width:100%;height:100%}.page-hero__shade{background:linear-gradient(90deg,#0a0c0fc7 0%,#0a0c0f7d 48%,#0a0c0f12 100%),linear-gradient(#0000 40%,#0a0c0f47)}.page-hero__content{width:min(calc(100% - 48px), var(--content-width));color:#ffffffe0;margin-inline:auto;padding-block:100px 84px}.page-hero__content h1,.page-hero__content .eyebrow{color:var(--white)}.page-hero__content h1{max-width:820px}.page-hero__content .lead{color:#ffffffdb;max-width:680px}.page-hero__actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.page-hero__actions .btn--secondary{color:var(--white);background:0 0;border-color:#ffffffbf}.page-hero__actions .btn--secondary:hover{color:var(--ink);background:var(--white);border-color:var(--white)}.page-hero--compact{min-height:360px}.page-hero--compact .page-hero__content{padding-block:80px 64px}.prose{max-width:760px;color:var(--body);font-size:17px;line-height:1.75}.prose h2,.prose h3{margin-top:38px}.prose>:last-child{margin-bottom:0}.card-grid,.portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 24px;display:grid}.project-card{background:var(--white);border:1px solid var(--line);border-radius:14px;flex-direction:column;min-width:0;height:100%;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .25s;display:flex;overflow:hidden;box-shadow:0 4px 16px -2px #1118270d}.project-card:hover{border-color:#b3262d40;transform:translateY(-4px);box-shadow:0 16px 32px -4px #1118271a}.project-card__image{aspect-ratio:16/10;background:#dfe0e2;text-decoration:none;display:block;position:relative;overflow:hidden}.project-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block}.project-card:hover .project-card__image img{transform:scale(1.04)}.project-card__body{background:var(--white);flex-direction:column;flex:auto;padding:22px 24px 24px;display:flex}.project-card__meta{color:var(--oudpro-red);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:700;display:flex}.project-card__year{color:var(--oudpro-red);font-variant-numeric:tabular-nums}.project-card__dot{background:var(--oudpro-red);border-radius:50%;width:4px;height:4px}.project-card__category{color:var(--muted)}.project-card h3,.project-card__title{margin:0 0 10px;font-size:1.25rem;font-weight:700;line-height:1.35}.project-card h3 a,.project-card__title a{color:var(--ink);text-decoration:none;transition:color .18s}.project-card:hover h3 a,.project-card:hover .project-card__title a{color:var(--oudpro-red)}.project-card__body>p,.project-card__summary{color:var(--muted);flex-grow:1;margin:0 0 20px;font-size:14px;line-height:1.6}.project-card__action{border-top:1px solid var(--line);margin-top:auto;padding-top:14px}.project-card__link{color:var(--oudpro-red);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:8px;font-size:12.5px;font-weight:800;transition:color .18s;display:inline-flex;text-decoration:none!important}.project-card__link .project-card__arrow-icon,.project-card__arrow-icon{width:14px;height:14px;transition:transform .2s}.project-card:hover .project-card__arrow-icon{transform:translate(4px)}.project-card--compact .project-card__body{padding:16px 18px 18px}.service-list{border-top:1px solid var(--line);display:grid}.service-row{border-bottom:1px solid var(--line);grid-template-columns:70px minmax(220px,.9fr) minmax(280px,1.25fr) auto;align-items:center;gap:24px;min-height:142px;padding-block:24px;text-decoration:none;transition:padding .18s,color .18s;display:grid}.service-row:hover{color:var(--oudpro-red);padding-inline:12px}.service-row__number{color:var(--oudpro-red);letter-spacing:.08em;font-size:13px;font-weight:600}.service-row h2,.service-row h3{margin:0;font-size:clamp(1.3rem,2.2vw,1.8rem)}.service-row p{max-width:480px;color:var(--muted);margin:0;font-size:15px}.service-row__arrow{font-size:24px}.service-row:has(>.service-row__copy){grid-template-columns:56px minmax(0,1fr) minmax(280px,.78fr);gap:clamp(20px,4vw,56px);min-height:250px}.service-row:has(>.service-row__copy) .service-row__copy{grid-column:2}.service-row__copy .tag{margin-bottom:14px}.service-row__copy h3{margin-bottom:12px}.service-row__copy>p:not(.tag){margin-bottom:18px}.service-row__media{aspect-ratio:16/10;background:var(--line);grid-column:3;display:block;overflow:hidden}.service-row__media img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.service-row__media:hover img{transform:scale(1.03)}.service-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.service-detail-card{background:var(--soft);padding:26px}.service-detail-card h3{margin-bottom:10px;font-size:19px}.service-detail-card p{color:var(--muted);margin-bottom:0}.tag{min-height:28px;color:var(--oudpro-red);letter-spacing:.05em;text-transform:uppercase;background:#f8ebec;border-radius:3px;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;line-height:1.2;display:inline-flex}.filter-bar{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}.filter-button{min-height:42px;color:var(--body);background:var(--white);border:1px solid var(--line);cursor:pointer;border-radius:4px;padding:9px 14px;font-size:13px;font-weight:600;transition:color .15s,background .15s,border-color .15s}.filter-button:hover,.filter-button[aria-pressed=true]{color:var(--white);background:var(--oudpro-red);border-color:var(--oudpro-red)}.empty-state{color:var(--muted);background:var(--soft);text-align:center;padding:36px 24px}.cta-panel{color:#ffffffdb;background:var(--oudpro-red);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 36px;padding:clamp(32px,5vw,58px);display:grid}.cta-panel>.cta-panel__copy,.cta-panel>div:first-child{grid-area:1/1/span 3}.cta-panel>.eyebrow,.cta-panel>h2,.cta-panel>p:not(.eyebrow){grid-column:1}.cta-panel>.btn{grid-area:1/2/span 3;align-self:center}.cta-panel--dark{background:var(--ink)}.cta-panel--light{color:var(--body);background:var(--soft)}.cta-panel__copy{max-width:700px}.cta-panel h2{color:var(--white);margin-bottom:12px;font-size:clamp(1.8rem,3vw,2.5rem)}.cta-panel--light h2{color:var(--ink)}.cta-panel .eyebrow{color:#ffffffc2}.cta-panel--light .eyebrow{color:var(--oudpro-red)}.cta-panel__copy>p:last-child{margin-bottom:0}.site-footer{color:#ffffffd1;background:var(--oudpro-red)}.site-footer__main{grid-template-columns:1.25fr .8fr 1.1fr 1.25fr;gap:52px;padding-block:64px 58px;display:grid}.site-footer__brand img{object-fit:contain;object-position:left center;mix-blend-mode:normal;width:152px;height:68px}.site-footer__brand p{max-width:240px;margin:12px 0 0;font-size:14px}.site-footer__column{flex-direction:column;align-items:flex-start;gap:8px;font-size:14px;display:flex}.site-footer__column h2{color:var(--white);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}.site-footer__column a{color:#ffffffd1;text-decoration:none}.site-footer__column a:hover,.site-footer__copyright a:hover{color:var(--white);text-decoration:underline}.site-footer__column p{margin:0 0 2px;line-height:1.6}.site-footer__column strong{color:var(--white);font-size:13px;font-weight:600}.site-footer__external{margin-top:6px;font-weight:600}.site-footer__social{flex-direction:column;align-items:flex-start;gap:6px;margin-top:10px;display:flex}.site-footer__social h3{color:var(--white);letter-spacing:.1em;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:700}.site-footer__copyright{background:#00000029}.site-footer__copyright-inner{justify-content:space-between;align-items:center;gap:24px;min-height:54px;font-size:12px;display:flex}.site-footer__copyright p{margin:0}.site-footer__copyright a{color:#ffffffd1;text-decoration:none}.home-hero{min-height:min(600px, calc(76svh - var(--header-height)));color:var(--white);background:var(--ink);isolation:isolate;align-items:center;display:grid;position:relative;overflow:hidden}.home-hero__image,.home-hero__shade{z-index:-1;position:absolute;inset:0}.home-hero__image img{object-fit:cover;object-position:center 54%;width:100%;height:100%}.home-hero__shade{background:linear-gradient(90deg,#0b0d11d1 0%,#0b0d11ab 39%,#0b0d1124 100%),linear-gradient(#0000 40%,#0b0d1159)}.home-hero__inner{width:min(calc(100% - 48px), var(--content-width));margin-inline:auto;padding-block:clamp(64px,8vw,96px)}.home-hero__copy{color:#ffffffdb;max-width:820px}.home-hero__copy .eyebrow{color:#fff}.home-hero__copy h1{max-width:820px;color:var(--white);margin-bottom:0;font-size:clamp(3.1rem,6vw,5.5rem);line-height:1.02}.home-hero__caption{right:max(24px, calc((100vw - var(--content-width)) / 2));color:#ffffffb8;letter-spacing:.08em;text-transform:uppercase;font-size:11px;position:absolute;bottom:24px}.home-overview{background:var(--white);padding-block:clamp(64px,8vw,104px)}.home-overview__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(36px,6vw,72px);display:grid}.home-overview__copy{max-width:580px}.home-overview__copy h2{color:var(--ink);margin-bottom:20px;font-size:clamp(2rem,3.2vw,2.75rem);line-height:1.12}.home-overview__copy .lead{color:var(--body);margin-bottom:28px;font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.65}.home-overview__actions{flex-wrap:wrap;gap:12px;display:flex}.home-overview__media{padding-bottom:36px;padding-right:28px;position:relative}.home-overview__image{background:#ececee;border-radius:12px;overflow:hidden}.home-overview__image img{object-fit:cover;width:100%;height:100%;display:block}.home-overview__image--primary{aspect-ratio:16/11;width:88%;box-shadow:0 16px 36px -12px #191b1e24,0 0 0 1px #191b1e0f}.home-overview__image--secondary{aspect-ratio:4/3;border:4px solid var(--white);border-radius:10px;width:52%;position:absolute;bottom:0;right:0;box-shadow:0 20px 40px -8px #191b1e38,0 0 0 1px #191b1e14}@media (width<=900px){.home-overview__grid{grid-template-columns:1fr;gap:40px}.home-overview__copy{max-width:100%}.home-overview__media{width:100%;max-width:520px;margin-inline:auto}}.intro-band{text-align:center;color:var(--white);background:var(--ink);padding-block:clamp(84px,12vw,140px);position:relative;overflow:hidden}.intro-band__parallax-media{pointer-events:none;user-select:none;z-index:0;will-change:transform;width:100%;height:160%;position:absolute;top:-30%;left:0}.intro-band__parallax-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.intro-band__shade{background:linear-gradient(#101216cc 0%,#101216db 100%);position:absolute;inset:0}.intro-band__copy{z-index:2;max-width:820px;margin-inline:auto;position:relative}.intro-band h2{max-width:720px;color:var(--white);margin-inline:auto}.intro-band__copy .lead{color:#ffffffe6;max-width:720px;margin-inline:auto}.intro-band__copy .eyebrow{color:#ff5c63}.intro-band__copy .red-rule{background-image:radial-gradient(circle,#ff5c63 1.5px,#0000 1.7px);margin-inline:auto;display:inline-block}@media (prefers-reduced-motion:reduce){.intro-band__parallax-media{will-change:auto;height:100%!important;top:0!important;transform:none!important}}.scrolling-ticker{background:var(--oudpro-red);color:var(--white);user-select:none;padding-block:clamp(32px,4.5vw,48px);position:relative;overflow:hidden}.scrolling-ticker__track{will-change:transform;width:max-content;animation:34s linear infinite ticker-slide;display:flex}.scrolling-ticker:hover .scrolling-ticker__track{animation-play-state:paused}.scrolling-ticker__list{align-items:center;margin:0;padding:0;list-style:none;display:flex}.scrolling-ticker__item{letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:clamp(28px,4vw,48px);padding-inline:clamp(14px,2vw,24px);font-size:clamp(1.25rem,2vw,1.75rem);font-weight:800;display:inline-flex}.scrolling-ticker__separator{color:#fff9;align-items:center;display:inline-flex}.scrolling-ticker__separator svg{width:clamp(10px,1.2vw,14px);height:clamp(10px,1.2vw,14px)}@keyframes ticker-slide{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.scrolling-ticker__track{animation:none}}.split-section{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(36px,6vw,80px);display:grid}.split-section--reverse .split-section__media{order:2}.split-section__media{background:#dfe0e2;min-width:0;min-height:360px;position:relative;overflow:hidden}.split-section__media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.split-section__copy{min-width:0;max-width:560px}.split-section__copy>p:last-child{margin-bottom:0}.numbered-points{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:34px;padding:0;list-style:none;display:grid}.numbered-points li{border-top:2px solid var(--oudpro-red);padding-top:14px}.numbered-points__number{color:var(--oudpro-red);margin-bottom:12px;font-size:12px;font-weight:700;display:block}.numbered-points h3{margin-bottom:8px;font-size:15px;line-height:1.35}.numbered-points p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.featured-work{background:#f7f7f8}.featured-work__footer{justify-content:center;margin-top:36px;display:flex}.broadway-feature{background:var(--ink);grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);align-items:center;display:grid;overflow:hidden}.broadway-feature__visual{min-height:360px;color:var(--white);background:linear-gradient(145deg,#37383c,#191a1d 64%);align-content:end;padding:36px;display:grid}.broadway-feature__visual p{letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:14px}.broadway-feature__visual strong{color:var(--white);letter-spacing:-.06em;font-size:clamp(2rem,4vw,4rem);line-height:.98;display:block}.broadway-feature__copy{color:#ffffffd1;padding:clamp(28px,5vw,60px)}.broadway-feature__copy h2{color:var(--white)}.broadway-feature__copy .eyebrow{color:#f0b4b7}.image-frame{aspect-ratio:16/10;background:#dedfe1;position:relative;overflow:hidden}.split-section__media.image-frame{aspect-ratio:auto}.image-frame img{object-fit:cover;width:100%;height:100%}.content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px;display:grid}.content-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.facts-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 32px;margin:0;display:grid}.facts-list div{border-top:1px solid var(--line);padding-top:14px}.facts-list dt{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:600}.facts-list dd{margin:0;font-weight:500}.contact-grid{grid-template-columns:minmax(240px,.75fr) minmax(0,1.25fr);gap:clamp(36px,6vw,84px);display:grid}.form-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;display:grid}.field{flex-direction:column;gap:7px;display:flex}.field--wide{grid-column:1/-1}.field label,.field__label{color:var(--ink);font-size:13px;font-weight:600}.input{width:100%;min-height:48px;color:var(--ink);background:var(--white);border:1px solid #c9cacc;border-radius:4px;padding:11px 13px}textarea.input{resize:vertical;min-height:140px}.input[aria-invalid=true]{border-color:#b3262d}.form-help,.field-error{color:var(--muted);font-size:12px;line-height:1.5}.field-error{color:var(--oudpro-red-deep)}.form-status{min-height:24px;color:var(--body);font-size:14px}.form-status[data-state=error]{color:var(--oudpro-red-deep)}.form-status[data-state=success]{color:#176b45}.blog-card{border-top:1px solid var(--line);grid-template-columns:.8fr 1.2fr;gap:24px;padding-block:24px;display:grid}.blog-card:last-child{border-bottom:1px solid var(--line)}.blog-card__image{background:var(--soft);min-height:220px}.blog-card__image img{object-fit:cover;width:100%;height:100%}.motion-enabled [data-reveal],.motion-enabled [data-reveal-item]{opacity:0;transition:opacity .42s ease-out,transform .42s ease-out;transform:translateY(14px)}.motion-enabled [data-reveal-item]{transition-delay:var(--reveal-delay,0s)}.motion-enabled .service-row[data-reveal-item]{transition:opacity .42s ease-out var(--reveal-delay,0s), transform .42s ease-out var(--reveal-delay,0s), padding .18s ease, color .18s ease}.motion-enabled [data-reveal].is-visible,.motion-enabled [data-reveal-item].is-visible{opacity:1;transform:translateY(0)}@media (width>=1400px){.home-hero{min-height:700px}}@media (width<=1000px){.primary-nav{gap:20px}.primary-nav__link{font-size:12px}.site-footer__main{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 64px}.numbered-points{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=767px){:root{--header-height:64px}body{font-size:16px}.container{width:min(calc(100% - 40px), var(--content-width))}.site-header__inner{gap:12px}.site-header__brand{width:128px;height:58px}.menu-toggle{min-width:44px;min-height:44px;color:var(--ink);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:10px;padding:8px 4px 8px 10px;font-size:14px;font-weight:600;display:inline-flex}.menu-toggle__icon{gap:5px;width:22px;display:grid}.menu-toggle__icon span{background:currentColor;height:2px;transition:transform .15s;display:block}.menu-toggle[aria-expanded=true] .menu-toggle__icon span:first-child{transform:translateY(3.5px)rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-toggle__icon span:last-child{transform:translateY(-3.5px)rotate(-45deg)}.primary-nav{top:var(--header-height);max-height:calc(100svh - var(--header-height));background:var(--white);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;padding:12px 20px 24px;display:none;position:absolute;left:0;right:0;overflow-y:auto;box-shadow:0 16px 26px #191b1e1a}.primary-nav.is-open{display:flex}.primary-nav__link{min-height:50px;font-size:14px}.primary-nav__link:after{width:44px;bottom:4px;right:auto}.nav-services{width:100%;display:block}.nav-services__button{justify-content:space-between;align-items:center;width:100%;min-height:50px;font-size:14px;display:flex}.services-dropdown{border:0;border-left:2px solid var(--oudpro-red);width:auto;box-shadow:none;border-radius:0;grid-column:1/-1;margin:0 0 8px;padding:4px 0 4px 14px;position:static}.services-dropdown a{min-height:42px}.btn--header{width:100%;margin-top:10px}.section{padding-block:58px}.section-heading{margin-bottom:28px;display:block}.section-heading>.text-link{margin-top:18px}.page-hero{min-height:410px}.page-hero__content{width:min(calc(100% - 40px), var(--content-width));padding-block:72px 54px}.page-hero__shade{background:linear-gradient(90deg,#0a0c0fc2,#0a0c0f6e),linear-gradient(#0000 30%,#0a0c0f4d)}.page-hero--compact{min-height:340px}.home-hero{min-height:640px;min-height:min(700px, calc(100svh - var(--header-height)))}.home-hero__inner{width:min(calc(100% - 40px), var(--content-width));padding-block:72px}.home-hero__copy h1{font-size:clamp(2.75rem,12vw,4.5rem)}.home-hero__shade{background:linear-gradient(90deg,#0b0d11c7,#0b0d114d),linear-gradient(#0000 20%,#0b0d1180)}.home-hero__caption{font-size:9px;bottom:14px;right:20px}.card-grid,.portfolio-grid,.content-grid,.content-grid--three,.service-detail-grid{grid-template-columns:1fr}.service-row{grid-template-columns:42px minmax(0,1fr) 28px;gap:12px;min-height:auto;padding-block:22px}.service-row p{grid-area:2/2;font-size:14px}.service-row__arrow{grid-area:1/3}.service-row:has(>.service-row__copy){grid-template-columns:minmax(0,1fr);gap:18px}.service-row:has(>.service-row__copy) .service-row__number,.service-row:has(>.service-row__copy) .service-row__copy,.service-row:has(>.service-row__copy) .service-row__media{grid-area:auto/1}.split-section,.split-section--reverse,.broadway-feature,.contact-grid{grid-template-columns:minmax(0,1fr)}.split-section--reverse .split-section__media{order:initial}.split-section__media{min-height:280px}.numbered-points{grid-template-columns:repeat(2,minmax(0,1fr))}.broadway-feature__visual{min-height:260px}.facts-list{grid-template-columns:1fr}.filter-bar{scrollbar-color:var(--oudpro-red) #e7e7e8;scrollbar-width:thin;flex-wrap:nowrap;padding-bottom:8px;overflow-x:auto}.filter-button{flex:none}.cta-panel{grid-template-columns:1fr;align-items:start;gap:16px}.cta-panel>.cta-panel__copy,.cta-panel>div:first-child,.cta-panel>.btn{grid-area:auto/1}.cta-panel .btn{width:100%}.site-footer__main{grid-template-columns:1fr;gap:32px;padding-block:48px}.site-footer__copyright-inner{flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;padding-block:14px}.form-fields{grid-template-columns:1fr}.field--wide{grid-column:auto}.blog-card{grid-template-columns:1fr}.blog-card__image{min-height:190px}}@media (width<=479px){.container{width:min(calc(100% - 36px), var(--content-width))}h1{font-size:clamp(2.25rem,11vw,3.25rem)}.home-hero__inner,.page-hero__content{width:min(calc(100% - 36px), var(--content-width))}.home-overview__actions,.page-hero__actions{flex-direction:column;align-items:stretch;width:100%}.home-overview__actions .btn,.page-hero__actions .btn{width:100%}.numbered-points{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.motion-enabled [data-reveal],.motion-enabled [data-reveal].is-visible,.motion-enabled [data-reveal-item],.motion-enabled [data-reveal-item].is-visible{opacity:1;transform:none}}
