@font-face{font-family:"Barlow Condensed";src:url('/fonts/BarlowCondensed-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
:root{color-scheme:light;--ink:#172f3a;--muted:#52636a;--paper:#fafbf9;--tint:#edf1ef;--line:#ccd5d2;--accent:#285d57;--white:#fff;--display:"Barlow Condensed","Arial Narrow",sans-serif;--shell:min(1360px,calc(100% - 96px))}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.nav-open{overflow:hidden}
img,video,svg{display:block;max-width:100%}
img,video{object-fit:cover}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}
button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
a,button,summary{touch-action:manipulation}
button,summary{cursor:pointer}
button:disabled{cursor:not-allowed}
[hidden]{display:none!important}
::selection{background:var(--accent);color:white}
:focus-visible{outline:3px solid #277d9b;outline-offset:5px}
h1,h2,h3,p,figure,dl{margin:0}
h1,h2{font-family:var(--display);font-weight:600;line-height:1.05;letter-spacing:-.015em;text-wrap:balance}
h1{font-size:clamp(3.3rem,5.5vw,5.5rem)}
h2{font-size:clamp(2rem,3vw,3rem)}
h3{font-size:1.15rem;line-height:1.3;letter-spacing:-.025em;font-weight:600}
p{color:var(--muted)}
p+p{margin-top:18px}
em{font-style:normal}
ul,ol{padding-left:1.3em}
.shell{width:var(--shell);margin-inline:auto}
.shell>*{min-width:0}
.eyebrow,.kicker{font-size:.75rem;line-height:1.5;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:18px}
.visually-hidden,.field-honeypot{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip-path:inset(50%);white-space:nowrap}
.skip-link{position:fixed;left:16px;top:-100px;z-index:100;background:white;padding:12px 20px}
.skip-link:focus{top:12px}
.site-header{position:sticky;top:0;z-index:50;background:var(--paper);border-bottom:1px solid var(--line)}
.header-inner{height:88px;display:flex;align-items:center;gap:40px}
.brand{display:inline-flex;gap:10px;align-items:center;flex-shrink:0}
.brand-mark{width:42px;height:36px;stroke:currentColor;fill:none;stroke-width:1.8}
.brand-mark path:first-child{fill:currentColor;stroke:none}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-size:21px;letter-spacing:.1em;font-weight:750}
.brand-copy small{font-size:10px;letter-spacing:.48em;margin-top:6px}
.main-nav{display:flex;align-items:center;gap:30px;margin-left:auto;font-size:.875rem;font-weight:500}
.main-nav>a,.nav-services>summary{padding-block:12px;white-space:nowrap}
.main-nav a:hover,.nav-services>summary:hover,.main-nav [aria-current],.nav-services.is-current>summary{color:var(--accent)}
.main-nav>a[aria-current]{text-decoration:underline;text-underline-offset:7px;text-decoration-thickness:1px}
.nav-services{position:relative}
.nav-services>summary{list-style:none;display:flex;align-items:center;gap:9px}
.nav-services>summary::-webkit-details-marker{display:none}
.nav-services>summary::after{content:"";width:6px;height:6px;border-right:1px solid;border-bottom:1px solid;transform:rotate(45deg);margin-top:-4px}
.nav-services[open]>summary::after{transform:rotate(225deg);margin-top:3px}
.nav-panel{position:absolute;top:calc(100% + 12px);left:-24px;min-width:300px;background:white;border:1px solid var(--line);padding:10px;box-shadow:0 12px 30px #172f3a10}
.nav-panel a{display:block;padding:12px 14px}
.nav-panel a+a{border-top:1px solid var(--tint)}
.nav-panel a:hover{background:var(--tint)}
.nav-panel strong{display:block;font-size:.9rem}
.nav-panel span{display:block;font-size:.8rem;font-weight:400;color:var(--muted);margin-top:2px}
.header-cta{display:inline-flex;gap:22px;align-items:center;justify-content:space-between;background:var(--ink);color:#fff;padding:12px 18px;font-size:.875rem;font-weight:500;white-space:nowrap}
.header-cta:hover{background:var(--accent)}
.menu-toggle{display:none;border:1px solid var(--line);background:transparent;width:44px;height:44px;padding:12px}
.menu-toggle span{display:block;height:1px;background:var(--ink);margin:6px 0;transition:transform .2s}
.button-row{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:28px}
.button{min-height:50px;display:inline-flex;align-items:center;justify-content:space-between;gap:26px;padding:12px 22px;font-size:.875rem;font-weight:600;border:1px solid transparent;transition:background .18s,color .18s}
.button-primary{background:var(--ink);color:white}
.button-primary:hover{background:var(--accent)}
.button-light{background:var(--paper);color:var(--ink)}
.button-light:hover{background:#dbe6e1}
.button-secondary{border-color:var(--line)}
.button-secondary:hover{background:var(--tint)}
.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;font-size:.875rem;font-weight:600;border-bottom:1px solid var(--ink);padding-block:8px;line-height:1.5}
.text-link span,.button span,.header-cta span{font-size:1.15rem;line-height:1}
.text-link:hover{color:var(--accent);border-color:var(--accent)}
.home-hero{display:grid;grid-template-columns:1fr 1.03fr;gap:64px;align-items:center;padding-top:40px;padding-bottom:40px}
.home-hero-copy{padding-block:24px}
.home-hero h1{font-size:clamp(4.5rem,7.8vw,7.7rem);line-height:.95;margin-bottom:28px}
.home-hero h1 span{color:var(--accent)}
.home-lead{font-size:1.0625rem;max-width:510px;line-height:1.75}
.hero-location{display:flex;align-items:center;gap:10px;font-size:.8rem;color:var(--muted);margin-top:44px}
.status-dot{width:7px;height:7px;background:var(--accent);display:inline-block;border-radius:50%}
.home-film{position:relative;height:clamp(440px,40vw,580px);background:var(--ink);overflow:hidden}
.home-film video{width:100%;height:100%}
.media-note,.image-frame figcaption{position:absolute;bottom:12px;left:12px;z-index:2;font-size:.75rem;line-height:1.5;padding:5px 9px;color:white;background:var(--ink)}
.home-film .media-note{bottom:62px}
.film-caption{position:absolute;inset:auto 0 0;background:var(--ink);color:white;display:flex;justify-content:space-between;gap:12px;padding:16px 20px;font-size:.75rem}
.video-toggle{position:absolute;right:12px;top:12px;z-index:3;padding:8px 12px;border:1px solid #fff9;background:var(--ink);color:white;font-size:.75rem;line-height:1.5;min-height:36px}
.scope-strip{display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:20px;color:var(--muted);font-size:.75rem}
.scope-strip span:last-child{color:var(--accent)}
.section{padding-block:72px}
.section-tint{background:var(--tint)}
.section-border{border-top:1px solid var(--line)}
.section-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:end;margin-bottom:32px}
.section-heading p:not(.eyebrow){max-width:480px}
.section-heading .eyebrow{margin-bottom:12px}
.section-bottom{display:flex;justify-content:flex-end;margin-top:18px}
.service-explorer{display:grid;grid-template-columns:340px minmax(0,1fr);border:1px solid var(--line);background:var(--paper)}
.service-explorer-nav{display:flex;flex-direction:column}
.service-mobile-hint{display:none}
.service-choice{display:flex;gap:18px;align-items:center;padding:24px;flex:1;min-height:100px;border-bottom:1px solid var(--line)}
.service-choice:last-child{border-bottom:0}
.service-choice-number{font-size:.75rem;color:var(--muted);align-self:flex-start;margin-top:7px}
.service-choice-copy{min-width:0}
.service-choice-copy strong{font-family:var(--display);font-weight:600;font-size:1.8rem;line-height:1.1;display:block}
.service-choice-copy strong br{display:none}
.service-choice-copy small{font-size:.75rem;color:var(--muted);display:block;margin-top:8px}
.service-choice-arrow{margin-left:auto;font-size:1.25rem}
.service-choice.is-active{background:var(--ink);color:white}
.service-choice.is-active small,.service-choice.is-active .service-choice-number{color:#c3d3d5}
.service-choice:not(.is-active):hover{background:var(--tint)}
.service-explorer-stage{min-width:0}
.service-pane{position:relative;display:grid;grid-template-columns:1.05fr 1fr;height:100%;min-height:350px}
.service-pane>img{height:100%;width:100%;min-height:350px}
.service-demo-note{position:absolute;top:12px;left:12px;max-width:calc(50% - 24px);font-size:.75rem;line-height:1.5;color:white;background:var(--ink);padding:5px 9px}
.service-pane-copy{padding:32px 28px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.service-pane-copy>p:first-child{font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;color:var(--accent);margin-bottom:14px}
.service-pane-copy h3{font-family:var(--display);font-size:2rem;font-weight:600;line-height:1.1;margin-bottom:14px}
.service-pane-copy>p{font-size:.9375rem}
.service-pane-copy>a{font-size:.875rem;font-weight:600;border-bottom:1px solid;margin-top:20px;padding-block:7px}
.image-pair{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.image-frame{position:relative;overflow:hidden;background:var(--tint);aspect-ratio:3/2}
.image-frame img{width:100%;height:100%;transition:transform .4s}
.image-caption{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding-block:14px}
.image-caption .text-link{border:0}
.about-strip,.combination{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.about-strip h2,.combination h2{max-width:460px}
.about-strip .text-link,.profile-copy .text-link{margin-top:18px}
.process-line{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.process-line li{border-top:1px solid var(--line);padding-top:18px}
.step-number{display:block;font-size:.75rem;color:var(--accent);margin-bottom:20px}
.process-line h3,.principles h3{margin-bottom:10px}
.process-line p{font-size:.9375rem}
.cta-section{background:var(--ink);color:white;padding-block:54px}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:56px}
.cta-section .eyebrow{color:#bdd2cd;margin-bottom:12px}
.cta-section h2{font-size:clamp(2.3rem,3.5vw,3.5rem)}
.cta-section p:not(.eyebrow){color:#c3d3d5;margin-top:14px;max-width:680px}
.cta-inner .button{flex-shrink:0}
.site-footer{padding-top:54px;background:var(--paper)}
.footer-top{display:grid;grid-template-columns:1.8fr 1.1fr 1fr .8fr;gap:48px;padding-bottom:40px}
.footer-brand p{font-size:.875rem;max-width:300px;margin-top:20px}
.footer-column{display:flex;flex-direction:column;gap:10px;font-size:.8125rem;align-items:flex-start}
.footer-column>strong{font-size:.75rem;letter-spacing:.07em;text-transform:uppercase;margin-bottom:10px}
.footer-column a{color:var(--muted)}
.footer-column a:hover{text-decoration:underline;text-underline-offset:4px}
.footer-link span{display:none}
.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding-block:20px;font-size:.75rem;color:var(--muted)}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;list-style:none;padding:0;margin:0 0 30px;font-size:.75rem;color:var(--muted)}
.breadcrumbs li+li::before{content:"/";padding-right:9px;color:#8a9a9d}
.breadcrumbs a:hover{text-decoration:underline}
.page-intro{padding-top:28px;padding-bottom:46px}
.intro-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:end}
.intro-description{max-width:550px;font-size:1.0625rem;padding-bottom:5px}
.service-catalog{border-top:1px solid var(--line)}
.service-row{display:grid;grid-template-columns:1.05fr 1.2fr .7fr;gap:34px;padding-block:30px;border-bottom:1px solid var(--line);align-items:center}
.service-row .image-frame{aspect-ratio:1.5}
.service-row .eyebrow{margin-bottom:12px}
.service-row h2{font-size:clamp(2rem,2.75vw,2.75rem);overflow-wrap:anywhere}
.service-row-copy>p:not(.eyebrow){margin-top:14px;font-size:.9375rem}
.service-row-copy .text-link{margin-top:14px}
.service-spec{border-left:1px solid var(--line);padding-left:26px;font-size:.875rem}
dt{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}
dd{margin:0;line-height:1.6}
.service-spec div+div{margin-top:22px}
.format-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.format-list span{border:1px solid var(--line);padding:9px 15px;font-size:.8125rem}
.about-profile{display:grid;grid-template-columns:1fr 1.45fr;border:1px solid var(--line)}
.profile-card{padding:40px;background:var(--ink);color:white}
.profile-card .eyebrow{color:#bdd2cd}
.profile-card h2{font-size:2.75rem}
.profile-card dl{margin-top:36px}
.profile-card dl div{border-top:1px solid #ffffff29;padding-top:14px;margin-top:14px}
.profile-card dt{color:#b7caca}
.profile-card dd{font-size:.9375rem}
.profile-copy{padding:42px 48px}
.profile-copy h2{font-size:2.5rem;max-width:520px;margin-bottom:24px}
.profile-copy p:not(.eyebrow){max-width:620px}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.principles article{border-top:1px solid var(--line);padding-top:18px}
.detail-hero{padding-block:28px 48px}
.detail-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.detail-hero h1{font-size:clamp(3rem,4.8vw,4.75rem);max-width:610px;margin-bottom:24px}
.detail-hero-grid .image-frame{aspect-ratio:1.25}
.output-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.output-layout h2{margin-bottom:22px}
.check-list{list-style:none;padding:0;margin:24px 0 0}
.check-list li{position:relative;border-top:1px solid var(--line);padding:10px 0 10px 22px;font-size:.9375rem}
.check-list li::before{content:"+";position:absolute;left:0;color:var(--accent)}
.output-panel{padding:30px 36px;background:var(--tint)}
.delivery-spec>div{padding-block:18px;border-top:1px solid var(--line)}
.delivery-spec>div:last-child{padding-bottom:0}
.delivery-spec dt{font-weight:600;color:var(--accent)}
.delivery-spec dd{font-size:.9375rem}
.format-feature{display:grid;grid-template-columns:.75fr 1fr;gap:80px;align-items:center}
.format-feature h2{margin-bottom:22px}
.format-feature .text-link{margin-top:20px}
.vertical-preview{position:relative;background:var(--ink);width:100%;max-width:290px;margin-inline:auto;aspect-ratio:9/14}
.vertical-preview video{width:100%;height:100%}
.related{display:flex;align-items:center;gap:48px}
.related h2{font-size:2rem;margin-right:auto}
.portfolio-section{padding-bottom:64px}
.portfolio-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 28px}
.project-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-top:18px}
.project-meta .eyebrow{margin-bottom:8px}
.project-meta h2{font-size:2rem}
.project-meta p:not(.eyebrow){font-size:.875rem;margin-top:8px}
.project-meta .text-link{flex-shrink:0;margin-top:18px}
.portfolio-vertical{position:relative;aspect-ratio:3/2;background:var(--ink);display:flex;justify-content:center}
.portfolio-vertical video{height:100%;max-width:100%;aspect-ratio:9/16;object-fit:contain}
.contact-section{padding-bottom:72px}
.notice{padding:16px 20px;background:#edf1ef;border-left:3px solid var(--accent);font-size:.875rem;color:var(--muted)}
.notice strong{color:var(--ink)}
.section-tint .notice{background:var(--paper)}
.space-after{margin-bottom:28px}
.contact-layout{display:grid;grid-template-columns:.8fr 1.4fr;gap:72px;align-items:start}
.contact-aside h2{font-size:2.75rem;margin-bottom:20px}
.contact-aside h2 span{color:var(--muted)}
.contact-aside>p{max-width:310px}
.contact-facts{margin-top:30px}
.contact-facts div{border-top:1px solid var(--line);padding-block:16px}
.contact-facts dd{font-size:.9375rem}
.contact-next{margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}
.contact-next h3{margin-bottom:12px}
.contact-next ol{font-size:.875rem;color:var(--muted);margin:0}
.contact-next li+li{margin-top:8px}
.contact-form{padding:30px;background:white;border:1px solid var(--line);min-width:0}
.form-draft-note{font-size:.8125rem;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:22px}
.contact-form fieldset{border:0;padding:0;margin:0;min-width:0}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.field{display:flex;flex-direction:column;gap:7px;min-width:0}
.field label{font-size:.875rem;font-weight:500}
.field input,.field select,.field textarea{width:100%;min-width:0;min-height:46px;padding:11px 12px;border:1px solid var(--line);border-radius:0;background:var(--paper);font-size:1rem}
.field input:disabled,.field textarea:disabled,.field select:disabled{color:var(--muted);opacity:1;-webkit-text-fill-color:var(--muted)}
.field textarea{min-height:120px;resize:vertical}
.field-full{grid-column:1/-1}
.form-footer{margin-top:22px}
.form-consent{font-size:.75rem;margin-bottom:20px}
.form-consent a{text-decoration:underline}
.form-footer button{max-width:100%;white-space:normal}
.form-footer button:disabled{background:var(--tint);color:var(--muted);border-color:var(--line)}
.form-status:empty{display:none}
.form-status{margin-top:20px;font-size:.875rem}
.is-error{color:#a53225}
.is-success{color:var(--accent)}
.page-hero{padding-block:28px 40px;border-bottom:1px solid var(--line)}
.page-title{font-size:clamp(3rem,5vw,4.5rem)}
.page-lead{margin-top:18px;max-width:700px}
.legal-wrap{display:grid;grid-template-columns:220px minmax(0,800px);gap:64px}
.legal-nav{display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:.875rem}
.legal-nav a[aria-current]{text-decoration:underline;text-underline-offset:5px}
.legal-content{overflow-wrap:anywhere}
.legal-content h2{font-size:1.75rem;margin-block:30px 16px}
.legal-content h2:first-child{margin-top:0}
.legal-content a{text-decoration:underline}
.placeholder-value{color:#864a33}
@media(min-width:1600px){.home-hero{gap:80px}.home-hero h1{font-size:8rem}.home-film{height:570px}}
@media(max-width:1150px){
 :root{--shell:calc(100% - 64px)}
 .header-inner{gap:24px}.main-nav{gap:22px}.header-cta{gap:12px}
 .home-hero{gap:36px}.home-film{height:480px}.home-hero h1{font-size:6.3rem}
 .section-heading,.intro-grid{gap:40px}.section{padding-block:60px}
 .service-explorer{grid-template-columns:270px minmax(0,1fr)}
 .service-pane{grid-template-columns:1fr;grid-template-rows:210px auto;min-height:0}
 .service-pane>img{height:210px;min-height:0}.service-pane-copy{padding:24px}.service-pane-copy h3{font-size:1.8rem}.service-demo-note{max-width:calc(100% - 24px)}
 .service-row{grid-template-columns:.9fr 1.2fr;gap:24px 30px}.service-spec{grid-column:2;display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:0;border:0}.service-spec div+div{margin:0}.service-row .image-frame{grid-row:span 2;height:100%;min-height:290px;aspect-ratio:auto}
 .profile-card{padding:32px}.profile-copy{padding:32px}.profile-copy h2{font-size:2.2rem}
 .about-strip,.combination,.output-layout{gap:48px}.detail-hero-grid{gap:40px}.detail-hero h1{font-size:3.8rem}
 .footer-top{gap:30px}.contact-layout{gap:40px}.process-line{gap:22px}.project-meta{display:block}.project-meta .text-link{margin-top:8px}
}
@media(max-width:820px){
 :root{--shell:calc(100% - 40px)}
 .header-inner{height:74px;gap:20px}.brand-copy strong{font-size:19px}.brand-mark{width:36px}.header-cta{margin-left:auto;font-size:.8125rem;min-height:44px}
 .menu-toggle{display:block;order:3}
 .main-nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--paper);border-bottom:1px solid var(--line);padding:12px 20px 24px;max-height:calc(100dvh - 74px);overflow-y:auto;font-size:1rem}
 .site-header.is-open .main-nav{display:block}.main-nav>a{display:block;border-bottom:1px solid var(--line);padding:15px 0}.nav-services>summary{padding:15px 0;justify-content:space-between;border-bottom:1px solid var(--line)}
 .nav-panel{position:static;min-width:0;box-shadow:none;border:0;padding:0 0 0 14px;background:transparent}.nav-panel a{padding:12px 8px}.nav-panel span{font-size:.8125rem}
 .site-header.is-open .menu-toggle span:first-child{transform:translateY(3.5px) rotate(45deg)}.site-header.is-open .menu-toggle span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
 .home-hero{grid-template-columns:1fr 1fr;gap:26px;padding-block:28px}.home-hero h1{font-size:4.8rem}.home-lead{font-size:1rem}.home-film{height:440px}.home-hero .button-row{gap:16px}.hero-location{margin-top:28px;font-size:.75rem}.film-caption{padding:14px 12px}.film-caption span:last-child{display:none}
 .scope-strip{gap:16px;flex-wrap:wrap;font-size:.75rem}.scope-strip span{width:calc(50% - 8px)}
 .section-heading{grid-template-columns:1fr 1fr;gap:32px}.section-heading h2{font-size:2.3rem}
 .intro-grid{gap:36px}.intro-grid h1{font-size:3.5rem}.intro-description{font-size:1rem}.page-intro{padding-bottom:36px}
 .service-explorer{grid-template-columns:230px minmax(0,1fr)}.service-choice{padding:20px 16px;gap:12px}.service-choice-copy strong{font-size:1.6rem}.service-choice-arrow{display:none}
 .about-profile{grid-template-columns:.85fr 1.15fr}.profile-card,.profile-copy{padding:26px}.profile-card h2{font-size:2.2rem}.profile-copy h2{font-size:2rem}
 .principles{gap:24px}.principles h3{font-size:1rem}.principles p{font-size:.9375rem}
 .detail-hero-grid{gap:28px}.detail-hero h1{font-size:3.25rem}.detail-hero-grid .image-frame{aspect-ratio:auto;height:100%;min-height:360px}.detail-hero .button-row{gap:14px}
 .output-layout{gap:32px}.output-panel{padding:24px}.process-line{grid-template-columns:1fr 1fr;gap:28px}.format-feature{gap:40px}
 .cta-inner{gap:32px}.cta-inner .button{max-width:220px}
 .footer-top{grid-template-columns:1.5fr 1fr;gap:30px 48px}.contact-layout{grid-template-columns:.7fr 1.3fr;gap:28px}.contact-form{padding:22px}.form-grid{grid-template-columns:1fr}.contact-next .eyebrow{font-size:.7rem}.legal-wrap{grid-template-columns:150px 1fr;gap:32px}
}
@media(max-width:600px){
 h1{font-size:3.6rem}h2{font-size:2.35rem}.eyebrow{font-size:.75rem;margin-bottom:14px}
 .header-inner{gap:12px}.header-cta{padding:9px 12px;font-size:.75rem;gap:9px}.brand{gap:7px}.brand-copy strong{font-size:17px}.brand-copy small{font-size:8px}.brand-mark{width:30px}.menu-toggle{flex-shrink:0}
 .home-hero{display:flex;flex-direction:column;align-items:stretch;gap:28px;padding-top:32px;padding-bottom:24px}.home-hero-copy{padding:0}.home-hero h1{font-size:clamp(4.75rem,18vw,6.8rem);margin-bottom:24px}.home-lead{max-width:100%}.home-hero .button-row{margin-top:24px;gap:20px}.hero-location{margin-top:25px}.home-film{height:360px}.home-film video{object-position:50% 50%}
 .scope-strip{gap:10px 16px;padding-block:18px;font-size:.6875rem}.section{padding-block:44px}
 .section-heading,.intro-grid,.about-strip,.combination,.output-layout,.format-feature{grid-template-columns:1fr;gap:22px}.section-heading{margin-bottom:24px}.section-heading p:not(.eyebrow){max-width:100%}
 .service-explorer{grid-template-columns:1fr}.service-explorer-nav{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.service-choice{min-height:0;padding:16px 10px;gap:8px;align-items:flex-start;flex-direction:column;border:0;border-right:1px solid var(--line)}.service-choice:last-child{border-right:0}.service-choice-number{margin:0}.service-choice-copy strong{font-family:inherit;font-size:.8125rem;line-height:1.4;overflow-wrap:anywhere}.service-choice-copy small{display:none}.service-choice-copy strong br{display:block}.service-pane{grid-template-rows:220px auto}.service-pane>img{height:220px}.service-pane-copy{padding:24px}.service-pane-copy h3{font-size:2rem}.section-bottom{justify-content:flex-start}
 .image-pair{grid-template-columns:1fr;gap:24px}.image-caption h3{font-size:1rem}.image-caption .text-link{font-size:.8125rem;gap:10px}
 .process-line{gap:24px 20px}.process-line h3{font-size:1rem}.process-line p{font-size:.875rem}.step-number{margin-bottom:14px}
 .cta-section{padding-block:38px}.cta-inner{display:block}.cta-inner .button{margin-top:26px;max-width:none}.cta-section h2{font-size:2.7rem}.cta-section p:not(.eyebrow){font-size:.9375rem}
 .site-footer{padding-top:36px}.footer-top{grid-template-columns:1fr 1fr;gap:30px 20px;padding-bottom:30px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:300px}.footer-column{font-size:.8125rem}.footer-bottom{display:block;font-size:.6875rem}.footer-bottom span+span{display:block;margin-top:6px}
 .breadcrumbs{margin-bottom:24px}.page-intro{padding-top:20px;padding-bottom:30px}.intro-grid h1{font-size:3.5rem}.intro-description{padding:0;font-size:1rem}
 .service-row{grid-template-columns:1fr;padding-block:24px;gap:22px}.service-row .image-frame{grid-row:auto;height:auto;min-height:0;aspect-ratio:3/2}.service-row h2{font-size:2.5rem}.service-row-copy>p:not(.eyebrow){font-size:1rem}.service-spec{grid-column:auto;grid-template-columns:1fr 1fr;font-size:.8125rem;padding-top:18px;border-top:1px solid var(--line);gap:22px}
 .about-profile{grid-template-columns:1fr}.profile-card{padding:28px}.profile-card h2{font-size:2.6rem}.profile-card h2 br{display:none}.profile-card dl{margin-top:24px}.profile-copy{padding:28px}.profile-copy h2{font-size:2.3rem}.principles{grid-template-columns:1fr;gap:24px}.principles h3{font-size:1.0625rem}.principles p{font-size:1rem}
 .detail-hero{padding-block:20px 32px}.detail-hero-grid{grid-template-columns:1fr;gap:28px}.detail-hero h1{font-size:3.4rem}.detail-hero-grid .image-frame{min-height:0;height:auto;aspect-ratio:3/2}.output-panel{padding:24px}.vertical-preview{max-width:240px;order:2}.format-feature{gap:28px}.related{align-items:stretch;flex-direction:column;gap:12px}.related h2{margin-bottom:10px}
 .portfolio-grid{grid-template-columns:1fr;gap:32px}.portfolio-section{padding-bottom:44px}.project-meta{padding-top:16px}.project-meta .text-link{margin-top:6px}
 .contact-layout{grid-template-columns:1fr;gap:28px}.contact-aside>p{max-width:100%}.contact-aside h2{font-size:2.5rem}.contact-aside h2 br{display:none}.contact-facts{margin-top:22px}.contact-next{margin-top:14px;padding-top:18px}.contact-form{padding:22px 18px}.contact-section{padding-bottom:44px}.form-grid{gap:18px}.notice{padding:14px 16px}
 .legal-wrap{grid-template-columns:1fr;gap:30px}.legal-nav{flex-direction:row;flex-wrap:wrap;gap:20px}.page-title{font-size:3.3rem}.legal-content{font-size:.9375rem}
}
@media(max-width:360px){.header-cta>span{display:none}.brand-copy strong{font-size:15px}.brand-mark{width:26px}.header-inner{gap:10px}.header-cta{padding-inline:10px}.home-hero h1{font-size:4.75rem}.button-row{gap:18px}.intro-grid h1{font-size:3.2rem}.service-spec{grid-template-columns:1fr}.profile-copy{padding:24px}.process-line{grid-template-columns:1fr}.footer-column{font-size:.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media print{.site-header,.site-footer,.video-toggle,.button,.cta-section{display:none!important}:root{--shell:100%}.section{padding-block:24px}body{color:black;background:white}.image-frame{break-inside:avoid}}
/* Separate service stories; the established mobile scale stays intact. */
.home-film .media-note{bottom:12px}
.page-intro{padding-top:48px}
.detail-hero{padding-top:48px}
.page-hero{padding-top:48px}
.demo-invitation{display:grid;grid-template-columns:1fr auto;align-items:center;gap:48px;padding:28px 32px;background:var(--tint);border-left:3px solid var(--accent);margin-bottom:64px}
.demo-invitation h2{font-family:inherit;font-size:1.25rem;line-height:1.3;font-weight:600;letter-spacing:-.02em;margin-bottom:10px}
.demo-invitation p{max-width:980px;font-size:.9375rem}
.demo-invitation .text-link{white-space:nowrap}
.sector-section{padding-block:72px;border-top:1px solid var(--line)}
.sector-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}
.sector-grid>*{min-width:0}
.sector-grid .image-frame{aspect-ratio:1.45}
.sector-copy{max-width:620px}
.sector-copy h2{font-size:clamp(2.6rem,3.4vw,4rem);margin-bottom:24px}
.sector-copy>p{font-size:1.0625rem}
.sector-copy .button{margin-top:28px}
.sector-reverse{background:var(--tint)}
.sector-reverse .sector-grid{grid-template-columns:1fr 1.1fr}
.sector-reverse .image-frame{order:2}
.sector-reverse .sector-copy{order:1}
.sector-secondary .sector-grid{grid-template-columns:.75fr 1fr;gap:80px}
.sector-secondary .image-frame{aspect-ratio:1.8}
.sector-secondary .sector-copy h2{font-size:clamp(2.3rem,2.7vw,3rem)}
.sector-secondary .check-list{margin-top:18px}
.sector-secondary+.section{border-top:1px solid var(--line)}
body[data-page="portfolio"] .project-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;padding-top:30px;border-top:1px solid var(--line)}
body[data-page="portfolio"] .project-card:last-child .image-frame{aspect-ratio:2}
body[data-page="portfolio"] .project-card:last-child .project-meta{display:block;padding:0}
body[data-page="portfolio"] .project-card:last-child .text-link{margin-top:14px}
/* Widen imagery and layout on large displays without stretching paragraphs. */
@media(min-width:1600px){
 :root{--shell:min(1840px,calc(100% - 160px))}
 .home-hero{grid-template-columns:1fr 1.1fr;gap:clamp(70px,5vw,120px);padding-block:48px}
 .home-hero h1{font-size:clamp(8rem,6.1vw,9.75rem)}
 .home-film{height:clamp(560px,28vw,700px)}
 .home-lead{max-width:610px;font-size:1.1875rem}
 .home-hero .button,.home-hero .text-link{font-size:1rem}
 .hero-location{font-size:.9375rem}
 .header-inner{height:96px}.main-nav{font-size:1rem;gap:36px}.header-cta{font-size:1rem}
 .demo-invitation{padding:30px 40px;margin-bottom:76px}.demo-invitation p{font-size:1rem}
 .sector-section{padding-block:84px}.sector-grid,.sector-reverse .sector-grid{gap:clamp(80px,5vw,128px)}
 .sector-copy{max-width:670px}.sector-copy>p{font-size:1.1875rem}.sector-copy h2{font-size:4.5rem}
 .sector-copy .check-list li{font-size:1.0625rem;padding-block:14px}.sector-copy .button{font-size:1rem}
 .sector-secondary .sector-grid{grid-template-columns:.8fr 1.2fr;gap:100px}.sector-secondary .image-frame{aspect-ratio:1.9}
 .about-strip{grid-template-columns:1fr 1.1fr;gap:120px}.about-strip>div:last-child{max-width:670px}.about-strip p{font-size:1.125rem}
 .intro-grid{grid-template-columns:1fr 1.1fr;gap:120px}.intro-description{max-width:650px;font-size:1.1875rem}
 .service-row{gap:48px;grid-template-columns:1.15fr 1fr .65fr}.service-row h2{font-size:3.2rem}.service-row-copy>p:not(.eyebrow){font-size:1.0625rem}.service-spec{font-size:1rem}
 .detail-hero-grid{gap:100px;grid-template-columns:1fr 1.1fr}.detail-hero-grid .image-frame{aspect-ratio:1.5}.detail-hero h1{font-size:5.4rem;max-width:690px}
 .output-layout{gap:120px}.output-layout>div:first-child{max-width:680px}.output-layout p,.delivery-spec dd{font-size:1.0625rem}
 .about-profile{grid-template-columns:.9fr 1.45fr}.profile-card{padding:48px}.profile-copy{padding:48px 64px}.profile-copy p:not(.eyebrow){max-width:750px;font-size:1.125rem}
 .contact-layout{grid-template-columns:.7fr 1.3fr;gap:100px}.contact-form{max-width:1050px;width:100%}
 .legal-wrap{grid-template-columns:300px minmax(0,900px)}
}
@media(max-width:1150px){.sector-grid,.sector-reverse .sector-grid,.sector-secondary .sector-grid{gap:40px}.sector-copy h2{font-size:2.8rem}.sector-grid .image-frame{aspect-ratio:1.15}.sector-secondary .image-frame{aspect-ratio:1.3}.demo-invitation{gap:30px;padding:24px;margin-bottom:48px}}
@media(max-width:820px){.sector-section{padding-block:48px}.sector-grid,.sector-reverse .sector-grid,.sector-secondary .sector-grid{gap:30px}.sector-copy h2{font-size:2.4rem;margin-bottom:18px}.sector-copy>p{font-size:1rem}.sector-copy .check-list li{font-size:.875rem}.sector-copy .button{padding-inline:16px}.demo-invitation{grid-template-columns:1fr;gap:14px}.demo-invitation .text-link{justify-self:start}.demo-invitation p{max-width:none}.page-intro,.detail-hero,.page-hero{padding-top:34px}}
@media(max-width:600px){
 .demo-invitation{padding:22px 20px;margin-bottom:36px;gap:14px}.demo-invitation h2{font-size:1.125rem}.demo-invitation p{font-size:.9375rem}.demo-invitation .text-link{white-space:normal}
 .sector-section{padding-block:38px}.sector-grid,.sector-reverse .sector-grid,.sector-secondary .sector-grid{grid-template-columns:1fr;gap:26px}
 .sector-grid .sector-copy{order:1}.sector-grid .image-frame{order:2;aspect-ratio:3/2}.sector-copy h2,.sector-secondary .sector-copy h2{font-size:2.5rem;margin-bottom:18px}.sector-copy>p{font-size:1rem}.sector-copy .check-list li{font-size:.9375rem}.sector-copy .button{margin-top:22px;max-width:100%}
 .page-intro,.detail-hero,.page-hero{padding-top:30px}
 body[data-page="portfolio"] .project-card:last-child{grid-column:auto;display:block;padding-top:0;border-top:0}
 body[data-page="portfolio"] .project-card:last-child .image-frame{aspect-ratio:3/2}
 body[data-page="portfolio"] .project-card:last-child .project-meta{padding-top:16px}
}

