/* Homepage editorial refresh. TMA's established palette and fonts are retained. */
.home-page{--home-space:100px}
.home-page h2{font-size:clamp(42px,4.4vw,64px);line-height:1.02;letter-spacing:-.02em}
.home-page h2 span{color:var(--muted)}
.home-page .eyebrow{font-size:11px;letter-spacing:.14em;margin-bottom:22px}
.home-page .eyebrow:before{width:30px;flex-shrink:0}
.home-section{padding:var(--home-space) 0}
.home-section-heading{display:flex;justify-content:space-between;align-items:end;gap:48px;margin-bottom:42px}
.home-section-heading h2{margin-bottom:0}
.heading-aside{max-width:310px;padding-bottom:2px}
.heading-aside p{color:var(--muted);margin-bottom:16px}
.home-hero{position:relative;isolation:isolate;background:var(--dark);color:white;overflow:hidden}
.home-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 45%;z-index:-2}
.home-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(12,20,32,.97) 0%,rgba(12,20,32,.90) 28%,rgba(12,20,32,.38) 55%,rgba(12,20,32,.02) 85%)}
.home-hero-inner{position:relative;padding-top:64px;padding-bottom:68px}
.home-hero .eyebrow{color:#e1e5ed}
.home-hero h1{font-size:clamp(74px,7.8vw,112px);line-height:.92;letter-spacing:-.018em;text-transform:uppercase;max-width:650px;margin-bottom:25px}
.home-hero h1 span{color:#fff}
.home-hero .hero-promise{font-family:'Barlow Condensed',sans-serif;font-size:30px;line-height:1.2;margin-bottom:16px;color:#fff}
.hero-description{font-size:17px;line-height:1.65;color:#d8dce3;max-width:500px;margin-bottom:28px}
.home-hero .actions{gap:28px}
.home-hero-link{display:inline-flex;align-items:center;min-height:52px;font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:7px;text-decoration-color:#8993a0}
.home-hero-link:hover{text-decoration-color:white}
.hero-image-label{position:absolute;right:0;bottom:37px;display:grid;gap:4px;border-left:2px solid #ad2638;padding:10px 16px;background:#111923db;font-size:11px;letter-spacing:.09em}
.hero-image-label span+span{color:#d8dce3;font-size:12px;letter-spacing:0}
.home-specs{background:var(--navy);color:#fff}
.home-specs>.wrap{display:grid;grid-template-columns:1.1fr repeat(3,1fr);padding:29px 0}
.home-specs .wrap>div{border-left:1px solid #ffffff30;padding-left:40px}
.home-specs .wrap>div:first-child{border:0;padding-left:0}
.home-specs .spec-intro{font-size:18px;line-height:1.45;align-self:center;color:#d4d9e7}
.spec-intro strong{color:#fff}
.home-specs b{font:700 50px/1 'Barlow Condensed',sans-serif;letter-spacing:-.02em}
.home-specs b span{font-size:27px}
.home-specs p{font-size:13px;margin:7px 0 0;color:#d4d9e7}
.capability-gallery{display:grid;grid-template-columns:1.15fr 1fr;grid-template-rows:290px 290px;gap:18px}
.capability-tile{position:relative;isolation:isolate;overflow:hidden;background:var(--dark);color:#fff}
.capability-tile img{position:absolute;z-index:-2;width:100%;height:100%;object-fit:cover}
.capability-tile:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,#0b1422ed 0%,#0b142277 40%,transparent 80%)}
.tile-large{grid-row:span 2}
.tile-large img{object-position:48% center}
.tile-copy{position:absolute;bottom:29px;left:32px;right:32px}
.tile-kicker{font-size:10px;letter-spacing:.13em;color:#e0e5ef}
.tile-copy h3{font-family:'Barlow Condensed',sans-serif;font-size:38px;line-height:1.02;margin:10px 0 14px}
.tile-large h3{font-size:58px}
.tile-link{font-size:14px;font-weight:700;border-bottom:1px solid #a3aab8;padding-bottom:5px;display:inline-block}
.capability-tile:hover .tile-link{text-decoration:underline;text-underline-offset:5px;border-color:white}
.capability-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:25px}
.capability-bottom p{font-size:17px;font-weight:600;margin:0}
.capability-bottom>div{display:flex;gap:30px;flex-wrap:wrap}
.home-work{background:var(--dark);color:#fff}
.home-work .eyebrow{color:#c9d1df}
.home-work h2 span{color:#c6cedc}
.home-work .text-link:hover{color:#fff;border-color:#fff;text-decoration:underline;text-underline-offset:5px}
.featured-work{display:grid;grid-template-columns:1.12fr 1fr;border-top:1px solid #46505d;border-bottom:1px solid #46505d}
.featured-work figure{position:relative;margin:0;min-height:515px}
.featured-work figure img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.featured-work figcaption{position:absolute;bottom:0;left:0;right:0;background:#0e1723e8;padding:10px 20px;font-size:11px;color:#d4dbe5}
.featured-work-copy{padding:35px 0 36px 56px}
.featured-work-copy .eyebrow{margin-bottom:13px}
.featured-quantity{display:flex;align-items:baseline;gap:18px;margin-bottom:24px;flex-wrap:wrap}
.featured-quantity strong{font:700 clamp(70px,7.2vw,108px)/1 'Barlow Condensed',sans-serif;letter-spacing:-.025em;color:#fff}
.featured-quantity strong span{color:#ef8290}
.featured-quantity>span{font-size:14px;color:#c7d0dd}
.featured-work h3{font-size:25px;line-height:1.25;margin-bottom:17px}
.featured-work p{font-size:16px;color:#c4cdd9;max-width:440px;margin-bottom:21px}
.project-services{display:flex;flex-wrap:wrap;list-style:none;margin:0 0 29px;padding:0;gap:8px 20px;color:#d8deea;font-size:12px}
.project-services li{border-bottom:1px solid #596372;padding-bottom:7px}
.work-stories{display:grid;grid-template-columns:1fr 1fr;gap:56px;padding-top:42px}
.work-stories article+article{border-left:1px solid #46505d;padding-left:56px}
.work-stories .eyebrow{margin-bottom:16px}
.work-stories h3{font-size:25px}
.work-stories p{color:#c4cdd9;max-width:500px;font-size:16px}
.material-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
.material-intro>p{max-width:440px;color:var(--muted)}
.material-intro figure{margin:30px 0 0;max-width:460px;height:230px;overflow:hidden}
.material-intro img{width:100%;height:100%;object-fit:cover;object-position:center 45%}
.home-material-table{padding-top:8px}
.home-material-table caption{font-size:13px;padding-bottom:20px}
.home-material-table thead th{background:transparent;border-top:2px solid var(--navy);color:var(--navy);padding:19px 0}
.home-material-table th:last-child{text-align:right}
.home-material-table tbody th{font-size:17px;padding:20px 0;font-weight:400}
.home-material-table td{text-align:right;font:700 40px/1.2 'Barlow Condensed',sans-serif;padding:17px 0;color:var(--navy)}
.home-material-table td span{font:400 14px/1 Barlow,sans-serif;color:var(--muted)}
.home-material-table tbody tr:nth-child(even){background:transparent}
.home-material-table .small{margin-top:22px;max-width:480px}
.home-engineering{background:var(--paper);padding:74px 0}
.engineering-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:90px;align-items:center}
.engineering-layout h2{font-size:clamp(40px,3.8vw,54px);margin-bottom:0}
.engineering-layout p{color:var(--muted);font-size:17px;margin-bottom:15px}
.home-process{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);padding:0;margin:50px 0 0;border-top:1px solid #b7bdc7}
.home-process li{padding:24px 20px 0 0;position:relative}
.home-process li:before{content:'';height:3px;width:32px;background:var(--red);position:absolute;top:-2px;left:0}
.home-process li>span{font:700 35px/1 'Barlow Condensed',sans-serif;color:var(--red);display:block;margin-bottom:18px}
.home-process h3{font-size:19px;margin-bottom:9px}
.home-process p{font-size:14px;color:var(--muted);max-width:160px;margin:0}
.start-layout{display:grid;grid-template-columns:1fr 1.35fr;gap:100px;align-items:start}
.start-layout>div>p{color:var(--muted);max-width:310px;font-size:17px}
.start-paths{border-top:1px solid #b8bfcb}
.start-paths>a{display:flex;gap:25px;border-bottom:1px solid #b8bfcb;padding:26px 12px 26px 0}
.start-paths>a:hover{background:#f3f4f7}
.path-number{font:700 25px/1.3 'Barlow Condensed',sans-serif;color:var(--red);flex:0 0 28px}
.start-paths h3{font-size:24px;margin-bottom:8px}
.start-paths p{font-size:15px;color:var(--muted);margin-bottom:15px}
.path-action{font-size:13px;font-weight:700;border-bottom:1px solid #aeb3bd;padding-bottom:4px}
.start-paths>a:hover .path-action{color:var(--red)}
.home-industries{border-top:1px solid var(--line);padding:43px 0 56px}
.home-industries h2{font:700 22px/1.3 Barlow,sans-serif;letter-spacing:0;margin-bottom:15px}
.home-industries .industry-links>a{font-size:15px}
.home-closing{background:var(--red);color:white;padding:65px 0 72px}
.home-closing .wrap{display:flex;align-items:end;justify-content:space-between;gap:40px}
.home-closing .eyebrow{color:#fff}
.home-closing .eyebrow:before{background:#fff}
.home-closing h2{font-size:clamp(62px,7vw,100px);text-transform:uppercase;line-height:.94;margin:0}
.home-closing p{font-size:19px;line-height:1.5;color:#fff;margin-bottom:24px}
.home-closing .button{background:white;color:var(--red);border-color:white;min-width:260px}
.home-closing .button:hover{background:#f0e7e8}
@media(prefers-reduced-motion:no-preference){.capability-tile img{transition:transform .7s cubic-bezier(.2,.65,.3,1)}.capability-tile:hover img{transform:scale(1.035)}}
@media(max-width:1100px){.home-page{--home-space:76px}.home-hero h1{font-size:88px}.home-hero-inner{padding-top:52px;padding-bottom:60px}.hero-image-label{max-width:240px}.capability-gallery{grid-template-rows:260px 260px}.tile-copy{left:25px;right:25px}.tile-large h3{font-size:49px}.home-specs .wrap>div{padding-left:28px}.featured-work-copy{padding-left:32px}.material-layout,.engineering-layout{gap:50px}.start-layout{gap:65px}.capability-bottom{align-items:start}.capability-bottom>div{gap:16px}.work-stories{gap:32px}.work-stories article+article{padding-left:32px}}
@media(max-width:760px){.home-page{--home-space:58px}.home-page h2{font-size:44px}.home-hero h1{font-size:clamp(60px,12vw,88px)}.home-hero-inner{padding:46px 0 48px}.home-hero-photo{object-position:62% center}.home-hero:after{background:linear-gradient(90deg,#0c1420ed,#0c1420bc 47%,#0c142035)}.hero-image-label{display:none}.home-hero .hero-promise{font-size:27px}.hero-description{font-size:16px;max-width:420px}.hero-description br{display:none}.home-hero .actions{gap:16px}.home-specs>.wrap{grid-template-columns:1fr 1fr;gap:24px 0;padding:25px 0}.home-specs .wrap>div:nth-child(3){border:0;padding-left:0}.home-specs b{font-size:42px}.home-specs .spec-intro{font-size:17px}.home-section-heading{display:block;margin-bottom:30px}.heading-aside{margin-top:22px;max-width:430px}.home-section-heading>.text-link{margin-top:20px}.capability-gallery{grid-template-columns:1fr 1fr;grid-template-rows:380px 290px;gap:12px}.tile-large{grid-row:auto;grid-column:1/-1}.tile-large img{object-position:center 40%}.tile-large h3{font-size:49px}.tile-copy{left:22px;right:22px;bottom:24px}.tile-copy h3{font-size:31px}.tile-large h3{font-size:49px}.tile-kicker{font-size:9px}.capability-bottom{display:block;padding-top:24px}.capability-bottom>div{margin-top:10px;gap:24px}.featured-work{grid-template-columns:1fr}.featured-work figure{min-height:330px}.featured-work-copy{padding:30px 0}.featured-quantity strong{font-size:88px}.featured-work h3{font-size:26px}.featured-work p{max-width:560px}.work-stories{gap:24px;padding-top:30px}.work-stories article+article{padding-left:24px}.work-stories h3{font-size:22px}.material-layout{grid-template-columns:1fr;gap:32px}.material-intro figure{max-width:none;height:240px}.home-material-table{padding-top:0}.engineering-layout{grid-template-columns:1fr;gap:22px}.home-engineering{padding:55px 0}.home-process{grid-template-columns:repeat(3,1fr);row-gap:28px;margin-top:35px;border:0}.home-process li{border-top:1px solid #b7bdc7;padding-top:20px}.start-layout{grid-template-columns:1fr;gap:25px}.start-layout>div>p{max-width:430px}.home-closing .wrap{align-items:start;flex-direction:column;gap:30px}.home-closing h2{font-size:70px}.home-closing p{font-size:17px}.home-industries .industry-links{grid-template-columns:1fr 1fr}.home-page .eyebrow{font-size:10px}}
@media(max-width:480px){.home-hero h1{font-size:clamp(58px,13.4vw,67px)}.home-hero .eyebrow{font-size:9px;gap:10px}.home-hero .eyebrow:before{width:20px}.home-hero-inner{padding-top:38px;padding-bottom:38px}.home-hero .actions{align-items:stretch;flex-direction:column;gap:5px}.home-hero-link{justify-content:center;min-height:48px}.home-hero .hero-promise{margin-bottom:17px}.home-specs b{font-size:38px}.home-specs b span{font-size:24px}.home-specs .wrap>div{padding-left:22px}.home-specs p{font-size:12px}.home-page h2{font-size:40px}.capability-gallery{display:flex;flex-direction:column;gap:14px}.capability-tile{min-height:285px}.tile-large{min-height:390px}.tile-copy h3{font-size:36px}.tile-large h3{font-size:47px}.tile-kicker{font-size:10px}.capability-bottom p{font-size:16px}.capability-bottom>div{gap:0 24px}.featured-work figure{min-height:260px}.featured-work-copy{padding-top:27px}.featured-work h3{font-size:24px}.featured-quantity{margin-bottom:22px;gap:16px}.featured-quantity strong{font-size:84px}.work-stories{grid-template-columns:1fr;gap:28px}.work-stories article+article{padding:28px 0 0;border-left:0;border-top:1px solid #46505d}.home-material-table thead th{font-size:12px}.home-material-table tbody th{font-size:16px}.home-material-table td{font-size:36px}.material-intro figure{height:210px}.home-process{grid-template-columns:1fr 1fr;gap:26px 16px}.home-process li{padding-right:0}.home-process li>span{font-size:31px;margin-bottom:13px}.start-paths>a{gap:16px;padding:24px 0}.start-paths h3{font-size:21px}.start-paths p{font-size:15px}.home-industries .industry-links{grid-template-columns:1fr}.home-closing{padding:50px 0}.home-closing h2{font-size:62px}.home-closing .wrap>div:last-child{width:100%}.home-closing .button{width:100%;min-width:0}}
