.page-home .home-main{overflow:hidden;background:var(--paper)}
.page-home .home-hero{position:relative;display:flex;height:calc(100svh - 124px);min-height:650px;max-height:790px;overflow:hidden;background:var(--charcoal);color:var(--white)}
.page-home .home-hero-images,.page-home .home-hero-image,.page-home .home-hero-shade{position:absolute;inset:0}
.page-home .home-hero-image{opacity:0;transform:scale(1.035);transition:opacity 700ms ease,transform 1400ms var(--ease)}
.page-home .home-hero-image.is-active{opacity:1;transform:scale(1)}
.page-home .home-hero-image img{width:100%;height:100%;max-width:none;object-fit:cover}
.page-home .home-hero-shade{background:linear-gradient(90deg,rgba(8,12,18,.94) 0%,rgba(8,12,18,.72) 38%,rgba(8,12,18,.22) 68%,rgba(8,12,18,.62) 100%),linear-gradient(180deg,rgba(8,12,18,.12),rgba(8,12,18,.82))}
.page-home .home-hero-inner{position:relative;z-index:2;display:grid;width:var(--content);grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:center;gap:80px;margin:0 auto 124px}
.page-home .home-hero-copy{max-width:790px}
.page-home .home-hero-copy h1{max-width:800px;color:var(--white);font-size:clamp(3.35rem,5.35vw,4.9rem);line-height:1.03}
.page-home .home-hero-copy>p{max-width:680px;margin-top:22px;color:rgba(255,255,255,.84);font-size:19px;line-height:1.62}
.page-home .home-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.page-home .button--yellow{border-color:var(--yellow);background:var(--yellow);color:var(--ink)}
.page-home .button--yellow:hover{border-color:#f7dc73;background:#f7dc73;color:var(--ink)}
.page-home .button--glass{border-color:rgba(255,255,255,.56);background:rgba(255,255,255,.08);color:var(--white)}
.page-home .button--glass:hover{border-color:var(--white);background:var(--white);color:var(--ink)}
.page-home .button--dark{border-color:var(--ink);background:var(--ink);color:var(--white)}
.page-home .home-hero-focus{max-width:350px;justify-self:end;padding-left:26px;border-left:2px solid var(--yellow)}
.page-home .home-hero-focus>span{color:rgba(255,255,255,.58);font-size:11px;font-weight:800;text-transform:uppercase}
.page-home .home-hero-focus strong{display:block;margin-top:12px;color:var(--white);font-size:24px;line-height:1.2}
.page-home .home-hero-focus p{margin-top:10px;color:rgba(255,255,255,.74);font-size:14px;line-height:1.55}
.page-home .home-hero-focus a{display:inline-flex;gap:18px;margin-top:18px;color:var(--white);font-size:13px;font-weight:700;text-decoration:none}
.page-home .home-hero-focus a:hover{color:var(--yellow)}
.page-home .home-hero-rail{position:absolute;z-index:3;inset:auto 0 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-height:124px;border-top:1px solid rgba(255,255,255,.3);background:rgba(8,12,18,.72);backdrop-filter:blur(14px)}
.page-home .home-hero-rail button{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;align-content:center;column-gap:14px;padding:18px 24px;border:0;border-right:1px solid rgba(255,255,255,.2);background:transparent;color:var(--white);text-align:left;cursor:pointer;transition:background 220ms ease,color 220ms ease}
.page-home .home-hero-rail button:last-child{border-right:0}
.page-home .home-hero-rail button::before{position:absolute;inset:0 0 auto;height:3px;background:var(--yellow);content:"";transform:scaleX(0);transform-origin:left;transition:transform 260ms var(--ease)}
.page-home .home-hero-rail button:hover{background:rgba(255,255,255,.08)}
.page-home .home-hero-rail button.is-active{background:var(--yellow);color:var(--ink)}
.page-home .home-hero-rail button.is-active::before{background:var(--ink);transform:scaleX(1)}
.page-home .home-hero-rail button>span{grid-row:1/3;align-self:center;font-size:12px;font-weight:800;opacity:.64}
.page-home .home-hero-rail strong{font-size:18px;line-height:1.2}
.page-home .home-hero-rail small{margin-top:5px;font-size:12px;line-height:1.35;opacity:.72}
.page-home .home-logo-strip{display:grid;grid-template-columns:max(230px,calc((100vw - 1240px)/2 + 230px)) minmax(0,1fr);min-height:104px;border-bottom:1px solid var(--line);background:var(--white)}
.page-home .home-logo-intro{display:flex;min-width:0;flex-direction:column;justify-content:center;padding-right:24px;padding-left:max(24px,calc((100vw - 1240px)/2));border-right:1px solid var(--line)}
.page-home .home-logo-intro span{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}
.page-home .home-logo-intro strong{margin-top:2px;font-size:14px}
.page-home .home-logo-window{overflow:hidden}
.page-home .home-logo-track{display:flex;width:max-content;height:100%;align-items:center;animation:home-logo-flow 34s linear infinite;will-change:transform}
.page-home .home-logo-set{display:flex;flex:0 0 auto;align-items:center;gap:64px;padding-inline:32px}
.page-home .home-logo-set img{width:128px;max-height:42px;object-fit:contain;filter:grayscale(1);opacity:.62;transition:filter 180ms ease,opacity 180ms ease}
.page-home .home-logo-set img:hover{filter:none;opacity:1}
@keyframes home-logo-flow{to{transform:translateX(-50%)}}
.page-home .home-continuity{width:var(--content);margin:auto;padding:104px 0 112px}
.page-home .home-continuity-intro{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);grid-template-areas:"index index" "title copy";align-items:end;gap:18px 88px}
.page-home .home-continuity-intro .section-index{grid-area:index}
.page-home .home-continuity-intro h2{grid-area:title;max-width:760px;font-size:clamp(2.55rem,4.2vw,3.55rem);line-height:1.04}
.page-home .home-continuity-intro p{grid-area:copy;max-width:490px;padding-bottom:5px;font-size:16px;line-height:1.72}
.page-home .home-process{margin-top:60px;border-block:1px solid var(--ink);background:var(--white)}
.page-home .home-process-phases{display:grid;grid-template-columns:2fr 3fr;min-height:48px;border-bottom:1px solid var(--line)}
.page-home .home-process-phases span{display:flex;align-items:center;gap:10px;padding:0 24px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}
.page-home .home-process-phases span:first-child{border-right:1px solid var(--ink)}
.page-home .home-process-phases span::before{width:7px;height:7px;flex:0 0 7px;background:var(--blue);content:""}
.page-home .home-process-phases span:last-child::before{background:var(--yellow)}
.page-home .home-process-line{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0;list-style:none}
.page-home .home-process-line li{position:relative;min-height:228px;padding:26px 24px 28px;border-right:1px solid var(--line)}
.page-home .home-process-line li:nth-child(2){border-right:0}
.page-home .home-process-line li:nth-child(3){box-shadow:inset 1px 0 0 var(--ink)}
.page-home .home-process-line li:last-child{border-right:0}
.page-home .home-process-line li:not(:last-child)::after{position:absolute;top:23px;right:17px;color:#9aa4b0;font-size:17px;content:"\2192"}
.page-home .home-process-line li>span{display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-size:11px;font-weight:800}
.page-home .home-process-line li>span::after{width:24px;height:1px;background:currentColor;content:"";opacity:.42}
.page-home .home-process-line li:nth-child(n+3)>span{color:#806500}
.page-home .home-process-line strong{display:block;margin-top:34px;font-size:22px;line-height:1.2}
.page-home .home-process-line p{margin-top:12px;font-size:13px;line-height:1.62}
.page-home .home-service-stage{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);gap:90px;padding:112px max(24px,calc((100vw - 1240px)/2));background:var(--charcoal);color:var(--white)}
.page-home .home-service-heading{position:sticky;top:116px;align-self:start}
.page-home .home-service-heading .section-index{color:#9fc3e7}
.page-home .home-service-heading h2{max-width:590px;margin-top:22px;color:var(--white);font-size:clamp(2.5rem,4.2vw,3.7rem);line-height:1.04}
.page-home .home-service-heading p{max-width:480px;margin-top:24px;color:rgba(255,255,255,.67);font-size:16px;line-height:1.72}
.page-home .home-service-lines{border-top:1px solid rgba(255,255,255,.34)}
.page-home .home-service-line{border-bottom:1px solid rgba(255,255,255,.23)}
.page-home .home-service-line>button{display:grid;width:100%;min-height:106px;grid-template-columns:46px minmax(190px,1fr) minmax(170px,.8fr) 32px;align-items:center;gap:18px;padding:0;border:0;background:transparent;color:var(--white);text-align:left;cursor:pointer}
.page-home .home-service-number{font-size:11px;font-weight:800;opacity:.58}
.page-home .home-service-name{font-size:22px;font-weight:750;line-height:1.2}
.page-home .home-service-summary{color:rgba(255,255,255,.58);font-size:13px;line-height:1.45}
.page-home .home-service-toggle{position:relative;width:32px;height:32px;border:1px solid rgba(255,255,255,.38)}
.page-home .home-service-toggle::before,.page-home .home-service-toggle::after{position:absolute;top:50%;left:50%;width:12px;height:1px;background:var(--white);content:"";transform:translate(-50%,-50%)}
.page-home .home-service-toggle::after{transform:translate(-50%,-50%) rotate(90deg)}
.page-home .home-service-line.is-open .home-service-toggle{border-color:var(--yellow);background:var(--yellow)}
.page-home .home-service-line.is-open .home-service-toggle::before{background:var(--ink)}
.page-home .home-service-line.is-open .home-service-toggle::after{display:none}
.page-home .home-service-detail{display:grid;grid-template-columns:1fr 1fr;gap:24px 38px;max-height:0;overflow:hidden;opacity:0;transition:max-height 420ms var(--ease),opacity 240ms ease,padding 420ms var(--ease)}
.page-home .home-service-line.is-open .home-service-detail{max-height:480px;padding:0 50px 34px 64px;opacity:1}
.page-home .home-service-detail p{grid-column:1/-1;max-width:690px;color:rgba(255,255,255,.76);font-size:15px;line-height:1.72}
.page-home .home-service-detail ul{margin:0;padding:0;list-style:none}
.page-home .home-service-detail li{position:relative;padding:7px 0 7px 17px;color:rgba(255,255,255,.74);font-size:13px}
.page-home .home-service-detail li::before{position:absolute;top:15px;left:0;width:6px;height:6px;background:var(--yellow);content:""}
.page-home .home-service-detail a{align-self:end;justify-self:end;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.48);color:var(--white);font-size:13px;font-weight:700;text-decoration:none}
.page-home .home-product-studio{padding:110px max(24px,calc((100vw - 1240px)/2)) 116px;background:var(--white)}
.page-home .home-product-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);grid-template-areas:"index index" "title copy";align-items:end;gap:18px 84px}
.page-home .home-product-heading .section-index{grid-area:index}
.page-home .home-product-heading h2{grid-area:title;max-width:760px;font-size:clamp(2.55rem,4.2vw,3.55rem);line-height:1.04}
.page-home .home-product-heading p{grid-area:copy;max-width:500px;font-size:16px;line-height:1.72}
.page-home .home-product-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:58px;border-block:1px solid var(--ink)}
.page-home .home-product-nav button{min-height:62px;padding:12px 14px;border:0;border-right:1px solid var(--line);background:transparent;color:var(--ink);font-size:13px;font-weight:750;cursor:pointer}
.page-home .home-product-nav button:last-child{border-right:0}
.page-home .home-product-nav button:hover{background:var(--paper)}
.page-home .home-product-nav button.is-active{background:var(--ink);color:var(--yellow)}
.page-home .home-product-view{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);min-height:480px;border-bottom:1px solid var(--ink)}
.page-home .home-product-copy{display:flex;flex-direction:column;justify-content:center;padding:46px 50px 46px 0}
.page-home .home-product-copy>span{color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase}
.page-home .home-product-copy h3{max-width:520px;margin-top:16px;font-size:clamp(2rem,3.1vw,3rem);line-height:1.08}
.page-home .home-product-copy p{max-width:520px;margin-top:20px;font-size:15px;line-height:1.72}
.page-home .home-product-copy a{display:inline-flex;align-self:flex-start;gap:28px;margin-top:28px;padding-bottom:8px;border-bottom:1px solid var(--ink);font-size:13px;font-weight:750;text-decoration:none}
.page-home .home-product-screen{display:grid;min-width:0;place-items:center;padding:42px;background:#e9edf1}
.page-home .home-product-screen img{width:100%;height:100%;max-height:390px;object-fit:contain;transition:opacity 180ms ease,transform 180ms ease}
.page-home .home-product-screen img.is-changing{opacity:0;transform:translateY(6px)}
.page-home .home-cases{width:var(--content);margin:auto;padding:112px 0}
.page-home .home-cases-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);grid-template-areas:"index index" "title copy";align-items:end;gap:18px 84px}
.page-home .home-cases-heading .section-index{grid-area:index}
.page-home .home-cases-heading h2{grid-area:title;max-width:760px;font-size:clamp(2.55rem,4.2vw,3.55rem);line-height:1.04}
.page-home .home-cases-heading p{grid-area:copy;font-size:16px;line-height:1.72}
.page-home .home-case-lead{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);margin-top:58px;border-block:1px solid var(--ink);color:var(--ink);text-decoration:none}
.page-home .home-case-lead>div{min-height:500px;overflow:hidden}
.page-home .home-case-lead img{width:100%;height:100%;object-fit:cover;transition:transform 600ms var(--ease)}
.page-home .home-case-lead:hover img{transform:scale(1.02)}
.page-home .home-case-lead>span{display:flex;flex-direction:column;justify-content:center;padding:46px}
.page-home .home-case-lead small,.page-home .home-case-followups small{color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase}
.page-home .home-case-lead h3{margin-top:18px;font-size:clamp(2rem,3vw,3rem);line-height:1.08}
.page-home .home-case-lead p{margin-top:18px;font-size:15px;line-height:1.72}
.page-home .home-case-lead strong{margin-top:30px;font-size:13px}
.page-home .home-case-followups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid var(--ink)}
.page-home .home-case-followups>a{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:190px;color:var(--ink);text-decoration:none}
.page-home .home-case-followups>a:first-child{border-right:1px solid var(--line)}
.page-home .home-case-followups img{width:100%;height:100%;object-fit:cover}
.page-home .home-case-followups a>span{position:relative;display:flex;flex-direction:column;justify-content:center;padding:28px}
.page-home .home-case-followups strong{margin-top:10px;padding-right:24px;font-size:18px;line-height:1.35}
.page-home .home-case-followups b{position:absolute;right:24px;bottom:22px}
.page-home .home-all-cases{display:flex;justify-content:space-between;width:260px;margin:28px 0 0 auto;padding-bottom:8px;border-bottom:1px solid var(--ink);font-size:13px;font-weight:750;text-decoration:none}
.page-home .home-responsibility{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);background:var(--charcoal);color:var(--white)}
.page-home .home-responsibility-image{position:relative;min-height:720px;overflow:hidden}
.page-home .home-responsibility-image img{width:100%;height:100%;object-fit:cover}
.page-home .home-responsibility-image>span{position:absolute;right:20px;bottom:20px;padding:8px 11px;background:rgba(8,12,18,.78);font-size:11px;font-weight:700}
.page-home .home-responsibility-copy{display:flex;flex-direction:column;justify-content:center;padding:90px max(32px,calc((100vw - 1240px)/2)) 90px clamp(48px,7vw,100px)}
.page-home .home-responsibility-copy .section-index{color:#9fc3e7}
.page-home .home-responsibility-copy h2{max-width:680px;margin-top:20px;color:var(--white);font-size:clamp(2.5rem,4.1vw,3.55rem);line-height:1.04}
.page-home .home-responsibility-copy p{max-width:650px;margin-top:18px;color:rgba(255,255,255,.67);line-height:1.72}
.page-home .home-responsibility-copy .home-responsibility-lead{color:rgba(255,255,255,.88);font-size:18px}
.page-home .home-responsibility-copy blockquote{max-width:650px;margin:30px 0 0;padding-left:22px;border-left:2px solid var(--yellow);color:var(--white);font-size:18px;font-weight:650;line-height:1.55}
.page-home .home-responsibility-proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:34px;border-top:1px solid rgba(255,255,255,.22)}
.page-home .home-responsibility-proof span{padding:18px 12px 18px 0;border-bottom:1px solid rgba(255,255,255,.22);color:rgba(255,255,255,.62);font-size:12px}
.page-home .home-responsibility-proof span:nth-child(odd){border-right:1px solid rgba(255,255,255,.22)}
.page-home .home-responsibility-proof span:nth-child(even){padding-left:18px}
.page-home .home-responsibility-proof strong{display:block;color:var(--yellow);font-size:14px}
.page-home .home-responsibility-copy>a{display:inline-flex;align-self:flex-start;gap:28px;margin-top:30px;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.5);font-size:13px;font-weight:750;text-decoration:none}
.page-home .home-knowledge{width:var(--content);margin:auto;padding:108px 0}
.page-home .home-knowledge-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"index link" "title link";align-items:end;gap:16px 44px}
.page-home .home-knowledge-heading .section-index{grid-area:index}
.page-home .home-knowledge-heading h2{grid-area:title;max-width:760px;font-size:clamp(2.45rem,4vw,3.45rem);line-height:1.04}
.page-home .home-knowledge-heading>a{grid-area:link;align-self:end;padding-bottom:7px;border-bottom:1px solid var(--ink);font-size:13px;font-weight:750;text-decoration:none}
.page-home .home-knowledge-list{margin-top:50px;border-top:1px solid var(--ink)}
.page-home .home-knowledge-list a{display:grid;grid-template-columns:180px minmax(0,1fr) 28px;gap:30px;align-items:center;min-height:108px;border-bottom:1px solid var(--line);text-decoration:none}
.page-home .home-knowledge-list a>span{color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase}
.page-home .home-knowledge-list strong{font-size:20px;line-height:1.35}
.page-home .home-knowledge-list b{justify-self:end}
.page-home .home-contact-stage{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.65fr) auto;align-items:end;gap:64px;padding:88px max(24px,calc((100vw - 1240px)/2));border-top:1px solid var(--ink);background:var(--yellow)}
.page-home .home-contact-stage .section-index{color:var(--ink)}
.page-home .home-contact-stage .section-index::before{background:var(--ink)}
.page-home .home-contact-stage h2{max-width:650px;margin-top:16px;font-size:clamp(2.45rem,4vw,3.45rem);line-height:1.04}
.page-home .home-contact-stage p{max-width:470px;color:var(--ink);line-height:1.72}
.page-home .home-reveal{opacity:0;transform:translateY(22px);transition:opacity 700ms var(--ease),transform 700ms var(--ease)}
.page-home .home-reveal.is-visible{opacity:1;transform:none}
@media(max-width:1050px){
  .page-home .home-hero-inner{grid-template-columns:minmax(0,1fr) 300px;gap:42px}
  .page-home .home-hero-copy h1{font-size:clamp(3.1rem,6.3vw,4.4rem)}
  .page-home .home-continuity-intro,.page-home .home-product-heading,.page-home .home-cases-heading{gap:18px 46px}
  .page-home .home-service-stage{grid-template-columns:1fr;gap:52px}.page-home .home-service-heading{position:static}
  .page-home .home-product-view{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr)}
  .page-home .home-case-followups>a{grid-template-columns:150px minmax(0,1fr)}
  .page-home .home-contact-stage{grid-template-columns:1fr 1fr}.page-home .home-contact-stage>a{grid-column:2;justify-self:start}
}
@media(max-width:760px){
  .page-home .home-hero{display:block;height:auto;min-height:0;max-height:none}.page-home .home-hero-images,.page-home .home-hero-shade{bottom:192px}
  .page-home .home-hero-inner{display:block;min-height:530px;margin:0 auto;padding:64px 0 42px}.page-home .home-hero-copy h1{max-width:12ch;font-size:clamp(2.6rem,12vw,3.75rem)}.page-home .home-hero-copy>p{max-width:34rem;margin-top:18px;font-size:16px;line-height:1.58}
  .page-home .home-hero-actions{display:grid;grid-template-columns:1fr;max-width:360px;margin-top:24px}.page-home .home-hero-actions .button{width:100%}.page-home .home-hero-focus{display:none}
  .page-home .home-hero-rail{position:relative;grid-template-columns:repeat(2,minmax(0,1fr));min-height:192px;background:#0d1219;backdrop-filter:none}.page-home .home-hero-rail button{min-height:96px;grid-template-columns:28px minmax(0,1fr);padding:14px 12px;border-bottom:1px solid rgba(255,255,255,.18)}.page-home .home-hero-rail button:nth-child(2){border-right:0}.page-home .home-hero-rail button:nth-child(n+3){border-bottom:0}.page-home .home-hero-rail button>span{font-size:10px}.page-home .home-hero-rail strong{font-size:16px}.page-home .home-hero-rail small{font-size:10px}
  .page-home .home-logo-strip{grid-template-columns:1fr;min-height:126px}.page-home .home-logo-intro{min-height:54px;padding:10px 16px;border-right:0;border-bottom:1px solid var(--line)}.page-home .home-logo-track{height:72px}.page-home .home-logo-set{gap:42px;padding-inline:22px}.page-home .home-logo-set img{width:100px;max-height:34px}
  .page-home .home-continuity{padding:72px 0 78px}.page-home .home-continuity-intro,.page-home .home-product-heading,.page-home .home-cases-heading{display:block}.page-home .home-continuity-intro h2,.page-home .home-product-heading h2,.page-home .home-cases-heading h2{margin-top:18px;font-size:clamp(2.2rem,10vw,3rem)}.page-home .home-continuity-intro p,.page-home .home-product-heading p,.page-home .home-cases-heading p{margin-top:20px;padding:0}
  .page-home .home-process{margin-top:38px}.page-home .home-process-phases{display:none}.page-home .home-process-line{grid-template-columns:1fr}.page-home .home-process-line li{display:grid;min-height:0;grid-template-columns:54px minmax(0,1fr);gap:18px;padding:24px 18px;border-right:0;border-bottom:1px solid var(--line);box-shadow:none}.page-home .home-process-line li:nth-child(3){box-shadow:none}.page-home .home-process-line li:last-child{border-bottom:0}.page-home .home-process-line li:not(:last-child)::after{top:auto;right:22px;bottom:-11px;z-index:1;padding:0 5px;background:var(--white);transform:rotate(90deg)}.page-home .home-process-line li>span{align-self:start}.page-home .home-process-line li>span::after{display:none}.page-home .home-process-line strong{margin:0;font-size:20px}.page-home .home-process-line p{margin-top:7px}
  .page-home .home-service-stage{gap:38px;padding:72px 16px}.page-home .home-service-heading h2{font-size:clamp(2.25rem,10vw,3rem)}.page-home .home-service-line>button{min-height:90px;grid-template-columns:34px minmax(0,1fr) 32px;gap:12px}.page-home .home-service-summary{grid-column:2;margin-top:-18px;padding-bottom:14px}.page-home .home-service-toggle{grid-column:3;grid-row:1/3}.page-home .home-service-name{font-size:18px}.page-home .home-service-line.is-open .home-service-detail{display:block;max-height:620px;padding:0 0 28px 46px}.page-home .home-service-detail p{font-size:14px}.page-home .home-service-detail ul{margin-top:16px}.page-home .home-service-detail a{display:inline-block;margin-top:18px}
  .page-home .home-product-studio{padding:72px 16px 78px}.page-home .home-product-nav{display:flex;overflow-x:auto;margin-top:36px;scrollbar-width:thin}.page-home .home-product-nav button{min-width:150px}.page-home .home-product-view{grid-template-columns:1fr;min-height:0}.page-home .home-product-copy{padding:36px 0}.page-home .home-product-copy h3{font-size:2.2rem}.page-home .home-product-screen{min-height:260px;padding:20px}.page-home .home-product-screen img{max-height:270px}
  .page-home .home-cases{padding:76px 0}.page-home .home-case-lead{grid-template-columns:1fr;margin-top:38px}.page-home .home-case-lead>div{min-height:280px}.page-home .home-case-lead>span{padding:28px 20px}.page-home .home-case-lead h3{font-size:2rem}.page-home .home-case-followups{grid-template-columns:1fr}.page-home .home-case-followups>a{grid-template-columns:120px minmax(0,1fr);min-height:150px}.page-home .home-case-followups>a:first-child{border-right:0;border-bottom:1px solid var(--line)}.page-home .home-case-followups a>span{padding:20px}.page-home .home-case-followups strong{font-size:16px}.page-home .home-all-cases{width:100%}
  .page-home .home-responsibility{grid-template-columns:1fr}.page-home .home-responsibility-image{min-height:430px}.page-home .home-responsibility-copy{padding:68px 16px}.page-home .home-responsibility-copy h2{font-size:clamp(2.25rem,10vw,3rem)}.page-home .home-responsibility-proof{grid-template-columns:1fr}.page-home .home-responsibility-proof span:nth-child(odd){border-right:0}.page-home .home-responsibility-proof span:nth-child(even){padding-left:0}
  .page-home .home-knowledge{padding:72px 0}.page-home .home-knowledge-heading{display:block}.page-home .home-knowledge-heading h2{margin-top:18px;font-size:clamp(2.2rem,10vw,3rem)}.page-home .home-knowledge-heading>a{display:inline-flex;margin-top:24px}.page-home .home-knowledge-list{margin-top:34px}.page-home .home-knowledge-list a{grid-template-columns:1fr 24px;gap:7px 16px;min-height:126px;padding:20px 0}.page-home .home-knowledge-list a>span{grid-column:1}.page-home .home-knowledge-list strong{grid-column:1;font-size:17px}.page-home .home-knowledge-list b{grid-column:2;grid-row:1/3}
  .page-home .home-contact-stage{grid-template-columns:1fr;gap:24px;padding:68px 16px}.page-home .home-contact-stage h2{font-size:clamp(2.2rem,10vw,3rem)}.page-home .home-contact-stage>a{grid-column:auto;width:100%;justify-self:stretch}
}
@media(prefers-reduced-motion:reduce){.page-home .home-logo-track{animation:none}.page-home .home-reveal{opacity:1;transform:none}.page-home .home-hero-image,.page-home .home-product-screen img,.page-home .home-service-detail{transition:none}}
