/* Three states from the supplied wireframe: top, floating full, floating compact. */
:root{--header-height:84px;--thesis-gutter:40px;--thesis-reveal:max(120px,16vw)}
body{position:relative;isolation:isolate;background:#0e0e0d}
.page-surface{position:relative;z-index:1;background:var(--paper);border-radius:0 0 36px 36px;overflow:clip;margin-bottom:var(--thesis-reveal);padding-top:var(--header-height)}
.home .page-surface{padding-top:0}
.site-header{position:fixed;inset:0 0 auto;z-index:60;padding:0;pointer-events:none;transition:padding .28s ease;color:var(--ink)}
.header-inner{position:relative;display:flex;align-items:center;gap:28px;height:var(--header-height);padding:0 40px;background:transparent;border-radius:0;pointer-events:auto;transition:background .28s ease,border-radius .28s ease,height .28s ease,padding .28s ease}
.brand{flex:none;display:flex;align-items:center;border-radius:12px;width:auto;min-height:44px;transition:background .28s ease,padding .28s ease}
.brand img{display:none;width:auto;height:26px;max-width:none}
.brand .wordmark.art-dark{display:block}
.site-header.over{color:#fff}
.site-header.over .brand .wordmark.art-dark{display:none}
.site-header.over .brand .wordmark.art-light{display:block}
.nav{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;transition:opacity .24s ease,transform .24s ease,visibility .24s ease}
.nav-group{position:relative}
.nav-trigger{display:flex;align-items:center;gap:6px;white-space:nowrap;min-height:44px;padding:10px 15px;font-size:15px;line-height:1;border:0;border-radius:9px;background:none;color:inherit}
.nav-trigger>span{font-size:12px;transition:transform .2s ease}
.nav-trigger[aria-expanded=true]>span{transform:rotate(180deg)}
.nav-trigger[aria-expanded=true]{background:#fff;color:var(--ink)}
.nav-trigger:hover{opacity:.75}
.nav-trigger[aria-expanded=true]:hover{opacity:1}
.nav-panel{display:none;position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#fff;color:var(--ink);border-radius:10px;padding:32px;width:360px;max-width:calc(100vw - 80px);box-shadow:0 16px 48px #0000000c}
.nav-panel.is-open{display:block}
.nav-panel a{display:block;padding:12px 0;font-size:24px;font-weight:450;line-height:1.15;letter-spacing:-.025em}
.nav-panel a:hover{text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px}
.nav-panel small{display:block;font-size:13px;line-height:1.5;font-weight:400;color:var(--muted);letter-spacing:0;margin-top:7px}
.header-actions{margin-left:auto;display:flex;align-items:center;gap:22px;border-radius:12px;transition:background .28s ease,padding .28s ease}
.header-contact{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;padding:14px 0;min-height:44px;background:none;color:inherit;border:0;font-size:15px;font-weight:400}
.header-contact:hover{background:none;transform:none}
.header-contact .arrow{font-size:20px;transition:transform .22s ease}
.menu-toggle{display:none;padding:12px 0;min-height:44px;border:0;background:none;font-size:14px;white-space:nowrap}
.site-header.float{padding:12px 24px}
.site-header.float .header-inner{height:60px;padding:0 16px;border-radius:12px;background:rgba(245,245,240,.82);-webkit-backdrop-filter:saturate(180%) blur(18px);backdrop-filter:saturate(180%) blur(18px)}
.site-header.over.float .header-inner{background:rgba(20,20,18,.58)}
.site-header.float.compact .header-inner{padding:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}
.site-header.compact .nav{opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(-6px)}
.site-header.compact .brand,.site-header.compact .header-actions{height:60px;padding:0 16px;background:rgba(245,245,240,.82);-webkit-backdrop-filter:saturate(180%) blur(18px);backdrop-filter:saturate(180%) blur(18px);pointer-events:auto}
.site-header.over.compact .brand,.site-header.over.compact .header-actions{background:rgba(20,20,18,.58)}
.site-header.float.compact .brand .wordmark{display:none}
.site-header.float.compact .brand .icon.art-dark{display:block}
.site-header.float.compact.over .brand .icon.art-dark{display:none}
.site-header.float.compact.over .brand .icon.art-light{display:block}
.site-header.compact .menu-toggle{display:none}
/* The page and footer slide over this stationary, oversized thesis band. */
.thesis{position:fixed;inset:auto 0 0;height:calc(16vw + 90px);min-height:210px;z-index:0;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;padding:0 var(--thesis-gutter) 2.2vw;background:#0e0e0d;pointer-events:none}
.thesis span{display:inline-block;flex:none;width:auto;white-space:nowrap;color:#f7f7f4;font-family:Geist,Arial,sans-serif;font-size:15.5vw;font-weight:800;letter-spacing:-.035em;line-height:.86;transform-origin:center bottom}
@supports(backdrop-filter:blur(18px)){
 .site-header.float .header-inner,.site-header.compact .brand,.site-header.compact .header-actions{background:rgba(245,245,240,.60)}
 .site-header.over.float .header-inner,.site-header.over.compact .brand,.site-header.over.compact .header-actions{background:rgba(20,20,18,.42)}
 .site-header.float.compact .header-inner{background:transparent}
}
@media(max-width:1000px) and (min-width:851px){.nav{gap:0}.nav-trigger{padding-inline:10px}.header-inner{padding-inline:28px}}
@media(max-width:850px){
 .header-inner{padding-inline:24px;gap:16px}
 .menu-toggle{display:block}
 .site-header .nav{display:none;position:absolute;left:0;right:0;top:var(--header-height);transform:none;max-height:calc(100svh - 110px);overflow:auto;background:var(--paper);color:var(--ink);padding:18px 24px 24px;border-radius:0 0 12px 12px;box-shadow:0 24px 32px #00000012}
 .site-header .nav.mobile-open{display:block}
 .site-header.float .nav{top:70px;max-height:calc(100svh - 110px);border-radius:12px}
 .nav-group{border-bottom:1px solid var(--line)}
 .nav-trigger{width:100%;justify-content:space-between;padding:18px 0;font-size:19px;border-radius:0}
 .nav-trigger[aria-expanded=true]{background:none}
 .nav-panel{position:static;transform:none;width:auto;max-width:none;padding:0 0 20px 12px;border-radius:0;background:transparent;box-shadow:none}
 .nav-panel a{font-size:20px;padding:12px 0}
 .nav-panel small{font-size:13px}
 .site-header.menu-open{color:var(--ink)}
 .site-header.menu-open .header-inner{background:var(--paper)}
 .site-header.menu-open .brand .wordmark.art-light{display:none}
 .site-header.menu-open .brand .wordmark.art-dark{display:block}
}
@media(max-width:580px){
 :root{--header-height:76px;--thesis-gutter:20px}
 .header-inner{padding-inline:20px;gap:12px}
 .brand img{height:24px}
 .header-actions{gap:16px}
 .header-contact{font-size:14px;gap:8px}
 .site-header.float{padding:10px 12px}
 .site-header.float .header-inner{padding-inline:12px}
 .site-header.float.compact .header-inner{padding:0}
 .site-header.compact .brand,.site-header.compact .header-actions{padding-inline:16px}
 .page-surface{border-bottom-left-radius:26px;border-bottom-right-radius:26px}
 .thesis{padding-bottom:20px}
}
@media(max-width:370px){.header-inner{padding-inline:16px}.brand img{height:21px}.header-actions{gap:10px}.header-contact{gap:5px}.menu-toggle{font-size:14px}}
@media(prefers-reduced-motion:reduce){.site-header,.header-inner,.brand,.header-actions,.nav,.header-contact .arrow{transition:none}}

/* Shared compact SVG arrows retain their shape on every platform. */
svg.arrow{display:inline-block;width:1em;height:1em;flex-shrink:0;vertical-align:-.12em;overflow:visible}
.source-link .arrow{font-size:16px;transition:transform .2s ease}

/* Natural, balanced headings and a quieter home opening. */
h1,h2,h3,h4,h5,h6{text-wrap:balance;text-align:left}
.hero h1{width:18ch;max-width:100%;text-wrap:balance}
.hero-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;border-top:0;padding-top:0}
.hero-bottom .button{justify-self:end}
@media(max-width:580px){
 .hero h1{font-size:clamp(44px,11.5vw,66px);line-height:1.02;letter-spacing:-.05em}
 .hero-bottom{grid-template-columns:1fr;gap:26px}
 .hero-bottom .button{margin-top:0;justify-self:end}
}

/* Full-viewport opening with the supplied film. */
.home .hero{min-height:100vh;min-height:100dvh;max-height:none;background:#17271f url('/assets/hero-poster.jpg') center/cover no-repeat}
.hero-video{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}
.home .hero::before{z-index:1;background:linear-gradient(90deg,rgba(5,14,9,.56),rgba(5,14,9,.2)),linear-gradient(0deg,rgba(5,14,9,.72),rgba(5,14,9,.08) 65%);opacity:1;pointer-events:none}
.home .hero .container{z-index:2}
.hero-video-control{position:absolute;z-index:3;right:24px;bottom:12px;width:30px;height:30px;display:grid;place-items:center;padding:0;border:1px solid #ffffff60;border-radius:50%;background:#10171366;color:#fff}
.hero-video-control:hover{background:#101713bb}
@media(max-width:580px){.hero-video-control{right:16px;bottom:10px}}
@media(prefers-reduced-motion:reduce){.hero-video{visibility:hidden}.hero-video.is-playing{visibility:visible}}

/* Bridge the trigger-to-panel gap so the pointer can enter the dropdown. */
@media(min-width:851px){.nav-panel::before{content:"";position:absolute;left:0;right:0;top:-8px;height:8px}}

/* A single restrained corner treatment for the site's controls and surfaces. */
:root{--radius:6px}
.button,.filter-bar button,.form-field input,.form-field select,.form-field textarea,
.enquiry-result textarea,.app-card,.console,.demo,.flow,.note-box,.source-detail,
.featured-essay,.asset,.review-dialog,.enquiry-result,.tag,.industry-row,
.hero-video-control,.nav-trigger,.nav-panel,.brand,.header-actions{border-radius:var(--radius)}
.demo,.flow{overflow:hidden}
.page-surface{border-radius:0 0 var(--radius) var(--radius)}
.site-header.float .header-inner{border-radius:var(--radius)}
/* Dropdowns share the page's paper, typography, and quiet borders. */
.nav-trigger[aria-expanded=true]{background:rgba(32,37,34,.055);color:inherit}
.site-header.over .nav-trigger[aria-expanded=true]{background:rgba(255,255,255,.10)}
.nav-panel a{font-size:16px;font-weight:450;line-height:1.35;letter-spacing:-.015em;border-radius:var(--radius);transition:background .16s ease}
.nav-panel a:hover,.nav-panel a:focus-visible{background:rgba(32,37,34,.045);text-decoration:none}
.nav-panel small{font-size:13px;line-height:1.45;margin-top:4px;color:var(--muted)}
@media(min-width:851px){
 .nav-panel{width:304px;padding:12px;background:var(--paper);border:1px solid rgba(32,37,34,.09);box-shadow:0 8px 24px rgba(15,25,18,.07)}
 .nav-panel a{padding:11px 12px}
}
@media(max-width:850px){
 .site-header .nav,.site-header.float .nav{border-radius:var(--radius);box-shadow:0 8px 24px rgba(15,25,18,.07)}
 .nav-trigger{font-size:16px}
 .nav-panel{padding:0 0 14px 8px}
 .nav-panel a{padding:12px 8px}
 .site-header.menu-open .nav-trigger[aria-expanded=true]{background:none}
}

/* Stable title widths with a quiet directional cue on hover and keyboard focus. */
.nav-item-title{display:flex;align-items:center;justify-content:space-between;gap:12px}
.nav-item-title .arrow{font-size:18px;opacity:0;transform:translateX(-4px);transition:opacity .18s ease,transform .18s ease}
.nav-panel a:hover .arrow,.nav-panel a:focus-visible .arrow{opacity:1;transform:translateX(4px)}
.button:hover{transform:none}
/* One forward-action treatment across buttons, text links, cards and rows. */
svg.arrow{transition:transform .22s ease}
a:hover .arrow,a:focus-visible .arrow,button:hover .arrow,button:focus-visible .arrow{transform:translateX(4px)}
@media(prefers-reduced-motion:reduce){svg.arrow,.nav-item-title .arrow,.source-link .arrow,.header-contact .arrow{transition:none}}

/* Give light navigation panels a slight lift from the paper beneath them. */
@media(min-width:851px){
 .site-header:not(.over) .nav-panel{background:#fff;box-shadow:0 8px 24px rgba(15,25,18,.08)}
}
@media(max-width:850px){
 .site-header:not(.over) .nav{background:#fff}
}

/* Industry openings use stills from the homepage film beneath transparent navigation. */
.industry-page .page-surface{padding-top:0}
.industry-hero{background-color:#17271f;background-position:center;background-size:cover;border-bottom:0;padding-top:calc(var(--header-height) + 85px);isolation:isolate}
.industry-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,14,9,.38),rgba(5,14,9,.20));pointer-events:none;z-index:0}
.industry-hero::after{content:none}
.industry-hero .container{z-index:1}
.industry-hero h1,.industry-hero .eyebrow{color:#f7f7f4}
.industry-hero .lede{color:#eeeFEB}
.industry-hero .button{background:var(--paper);color:var(--ink)}
.industry-hero .button:hover{background:#fff}
.industry-security{background-image:url('/assets/industry-security.jpg')}
.industry-construction{background-image:url('/assets/industry-construction.jpg')}
.industry-field-services{background-image:url('/assets/industry-field-services.jpg')}
.industry-facilities{background-image:url('/assets/industry-facilities.jpg')}
.industry-healthcare{background-image:url('/assets/industry-healthcare.jpg')}
.industry-overview{background-image:url('/assets/industry-overview.jpg')}
@media(max-width:850px){
 .industry-hero{padding-top:calc(var(--header-height) + 60px)}
 .industry-security{background-position:44% center}
 .industry-field-services{background-position:38% center}
 .industry-healthcare{background-position:55% center}
}

/* Wide, cropped team photograph directly beneath the careers opening. */
.careers-photo{padding-top:48px}
.careers-photo img{display:block;width:100%;height:auto;aspect-ratio:2 / 1;object-fit:cover;object-position:center 7%;border-radius:var(--radius)}
@media(max-width:580px){.careers-photo{padding-top:28px}}

/* Shared motion: short responses, gentle arrivals, no layout-changing hover effects. */
:root{--ease-out:cubic-bezier(.22,1,.36,1);--ease-ui:cubic-bezier(.2,.7,.2,1)}
.site-header,.header-inner,.brand,.header-actions,.nav{transition-timing-function:var(--ease-ui)}
.nav-trigger{transition:background .2s var(--ease-ui),color .2s var(--ease-ui),opacity .2s var(--ease-ui)}
.nav-trigger>span{transition:transform .24s var(--ease-out)}
.button,.industry-row,.nav-panel a,.filter-bar button,.subnav a,.footer-col a,.text-link,.story,.featured-essay{transition:background-color .24s var(--ease-ui),border-color .24s var(--ease-ui),color .24s var(--ease-ui)}
svg.arrow,.header-contact .arrow,.source-link .arrow{transition:transform .28s var(--ease-out)}
.nav-item-title .arrow{transition:opacity .2s var(--ease-ui),transform .28s var(--ease-out)}
.form-field input,.form-field select,.form-field textarea{transition:border-color .2s var(--ease-ui),box-shadow .2s var(--ease-ui)}
@media(min-width:851px){
 .nav-panel{display:block;visibility:hidden;opacity:0;pointer-events:none;transform:translate(-50%,0);transition:opacity .3s var(--ease-ui),visibility 0s linear .3s}
 .nav-panel.is-open{visibility:visible;opacity:1;pointer-events:auto;transform:translate(-50%,0);transition-delay:0s}
}
@media(max-width:850px) and (prefers-reduced-motion:no-preference){
 .nav.mobile-open,.nav-panel.is-open{animation:menu-arrive .3s var(--ease-ui)}
}
@keyframes menu-arrive{from{opacity:0}to{opacity:1}}
@media(prefers-reduced-motion:reduce){
 html{scroll-behavior:auto}
 *,*::before,*::after{animation:none!important;transition:none!important}
}

.contact-email{margin-bottom:32px}.contact-email a{text-decoration:underline;text-underline-offset:4px}

/* Readable task entries with quiet status pills. */
.console-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.console-heading h4{margin:0;font-size:22px}
.console-heading .meta{font-size:12px;color:var(--muted)}
.console .task-row{grid-template-columns:94px minmax(0,1fr);gap:20px;padding:22px 0;align-items:start}
.console .task-kind{display:inline-flex;justify-self:start;align-items:center;padding:6px 10px;border:1px solid #53634e26;border-radius:999px;background:#eaf0e6;color:#4e604f;font-size:11px;line-height:1.3;white-space:nowrap}
.console .task-row p{font-size:18px;line-height:1.5}
.console .task-row small{display:block;font-size:14px;line-height:1.55;margin-top:6px}
.console .task-row:last-child{padding-bottom:0}
@media(max-width:580px){.console-heading{gap:12px}.console-heading h4{font-size:20px}.console-heading .meta{font-size:10px}.console .task-row{grid-template-columns:1fr;gap:12px}.console .task-row p{font-size:17px}}

/* Action-specific status colors. */
.console .task-kind--clarify{background:#f5eddc;border-color:#dfcca5;color:#795719}
.console .task-kind--approve{background:#e7eef6;border-color:#c6d5e5;color:#395b80}
.console .task-kind--signoff{background:#e7efe5;border-color:#c8d9c3;color:#45653d}

/* Wider description column and hover bleed without moving the row content. */
.industry-row{position:relative;isolation:isolate}
.industry-row::before{content:'';position:absolute;inset:0 -18px;z-index:-1;border-radius:var(--radius);background:transparent;transition:background-color .24s var(--ease-ui);pointer-events:none}
.industry-row:hover{background:transparent}
.industry-row:hover::before,.industry-row:focus-visible::before{background:#e9ece2}
@media(min-width:1200px){.industry-row{grid-template-columns:75px minmax(0,1fr) 560px 40px}.industry-row p{white-space:nowrap;max-width:none}}
@media(min-width:581px) and (max-width:1199px){.industry-row{grid-template-columns:40px minmax(0,1fr) 24px}.industry-row p{grid-column:2;grid-row:2;max-width:none}.industry-row .arrow{grid-column:3;grid-row:1}}
@media(max-width:580px){.industry-row::before{inset-inline:-12px}}

/* Center footer link arrows on the text line. */
.footer-bottom a{display:inline-flex;align-items:center;gap:8px}
.footer-bottom a .arrow{display:block;vertical-align:initial}

/* Overview section navigation lives beside the reading surface. */
.overview-layout{display:grid;grid-template-columns:176px minmax(0,1fr);gap:24px;max-width:1600px;margin-inline:auto;padding-inline:24px;align-items:start}
.overview-rail{position:sticky;top:132px;margin-top:clamp(65px,8vw,130px);z-index:15}
.overview-rail nav{padding:8px;background:#fcfcf8;border:1px solid #273c311a;border-radius:8px;box-shadow:0 4px 18px #1f292309}
.overview-rail a{display:block;padding:12px;font-size:13px;line-height:1.4;color:var(--muted);border-radius:5px;transition:background .2s,color .2s}
.overview-rail a:hover,.overview-rail a[aria-current]{background:#e9eee5;color:var(--ink)}
.overview-content{min-width:0}
.overview-content>.section>.container{padding-inline:clamp(24px,3vw,48px)}
.overview-content .section-title{grid-template-columns:1fr;gap:0}
.overview-content .section-title h2{max-width:20ch}
.overview-content .section-title .eyebrow{margin-bottom:24px}
.overview-content .flow{grid-template-columns:repeat(2,minmax(0,1fr))}
.overview-content .section{scroll-margin-top:110px}
@media(max-width:900px){.overview-layout{display:block;padding-inline:0}.overview-rail{top:88px;margin:0 20px;max-width:none}.overview-rail nav{display:flex;overflow-x:auto;gap:4px;padding:5px}.overview-rail a{white-space:nowrap;flex:1;text-align:center;padding:10px;font-size:12px}.overview-content>.section>.container{padding-inline:var(--gutter)}.overview-content .section{scroll-margin-top:165px}}
@media(max-width:580px){.overview-content .flow{grid-template-columns:1fr}.overview-rail{margin-inline:12px}}

/* Full-bleed bands behind the floating overview rail. */
.overview-content>.feature-band{box-shadow:0 0 0 100vmax #e7ebe0;clip-path:inset(0 -100vmax)}
.overview-rail a{display:flex;align-items:baseline;gap:10px}
.overview-rail .rail-number{font-family:'Geist Mono',monospace;font-size:10px;opacity:.65;flex-shrink:0}
.overview-content .flow{border:0;border-radius:0;gap:18px;background:transparent}
.overview-content .flow-item,.overview-content .flow-item:last-child,.overview-content .flow-item:nth-child(2){border:1px solid var(--line);border-radius:var(--radius);padding:28px}
@media(max-width:900px){.overview-rail a{justify-content:center;gap:7px}.overview-rail .rail-number{font-size:10px}}
@media(max-width:580px){.overview-content .flow{gap:14px}.overview-content .flow-item{padding:24px}}

/* Actual product views, with quiet captions and full-resolution access. */
.product-shot{margin:48px 0 56px;min-width:0}
.product-shot>a{display:block;overflow:hidden;border:1px solid #20252224;border-radius:8px;background:#0c0d0a;box-shadow:0 14px 40px #2025220c;cursor:zoom-in}
.product-shot img{display:block;width:100%;height:auto}
.product-shot figcaption{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-top:16px;font-size:14px;color:var(--muted)}
.product-shot figcaption .meta{font-size:10px;white-space:nowrap}
@media(max-width:580px){.product-shot{margin:32px 0 40px}.product-shot figcaption{display:block;font-size:13px}.product-shot figcaption .meta{display:block;margin-top:8px}}
