/* Only the retained navigation, hero, core-tech layout and quote fix override the original stylesheet. */
.nav,.hero,#tech,.demo-tools{--ink:#1d1d1f;--muted:#6e6e73;--surface:#f5f5f7;--max:1120px;--nav-h:68px;line-height:1.5;}
html{scroll-padding-top:92px;}
.hero{display:block;min-height:0;}
.hero h1,#tech h2{font-weight:600;letter-spacing:-.035em;text-wrap:balance;}
.hero .sub,#tech .sub{color:#6e6e73;font-weight:400;text-wrap:pretty;}
.hero .sub{margin-bottom:0;}
.hero-shot img{border:0;border-radius:0;box-shadow:none;}
.hero .equipment-switch{font-family:inherit;}
#tech{min-height:0;background:#fff;}
#tech h2{line-height:1.16;}
#tech .eyebrow{font-size:15px;font-weight:600;letter-spacing:.06em;color:#0071e3;margin-bottom:18px;}
#tech .sub{line-height:1.65;max-width:none;}
#tech .feature-photo{margin:0;box-shadow:none;}
.nav-links a{opacity:1;}
.nav-toggle{font:inherit;cursor:pointer;}
.nav{position:fixed;inset:0 0 auto;z-index:1000;height:var(--nav-h);background:rgba(255,255,255,.88);border-bottom:1px solid rgba(0,0,0,.07);backdrop-filter:saturate(160%) blur(22px);-webkit-backdrop-filter:saturate(160%) blur(22px);}
.nav-inner{max-width:var(--max);height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:36px;}
.nav-logo{font-size:16px;font-weight:600;letter-spacing:-.02em;white-space:nowrap;}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none;}
.nav-links a{display:flex;align-items:center;min-height:44px;font-size:12px;color:#55555b;transition:color .2s;}
.nav-links a:hover,.nav-links a.is-active{color:var(--blue);}
.nav-links li:last-child a{min-height:34px;padding:0 17px;color:#fff;background:var(--blue);border-radius:999px;}
.nav-toggle{display:none;width:44px;height:44px;border:0;background:none;align-items:center;justify-content:center;flex-direction:column;gap:6px;}
.nav-toggle span{width:19px;height:1.5px;background:var(--ink);transition:transform .2s;}
.nav-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.75px) rotate(45deg);}
.nav-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.75px) rotate(-45deg);}
.hero{text-align:center;padding:138px 24px 100px;}
.hero h1{line-height:1.14;}
.hero-eyebrow{display:block;font-size:21px;color:var(--muted);letter-spacing:.025em;margin-bottom:20px;}
.hero-heading{display:block;font-size:clamp(44px,5.6vw,76px);letter-spacing:-.055em;}
.hero .mobile-break{display:none;}
.hero .sub{margin:25px auto 0;max-width:720px;font-size:21px;line-height:1.6;}
.hero .links{display:flex;align-items:center;justify-content:center;gap:28px;margin-top:29px;}
.hero .link-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;color:var(--blue);font-size:17px;}
.hero .links .link-cta:first-child{color:#fff;background:var(--blue);border-radius:999px;padding:11px 25px;transition:background .2s;}
.hero .links .link-cta:first-child:hover{background:#0077ed;}
.hero .links .link-cta:last-child:hover{text-decoration:underline;}
.hero-shot{width:min(var(--max),100%);margin:58px auto 0;}
.equipment-link{display:block;position:relative;cursor:zoom-in;border-radius:28px;overflow:hidden;}
.equipment-link::after{content:"↗";position:absolute;right:22px;bottom:22px;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.85);color:var(--ink);font-size:22px;backdrop-filter:blur(10px);transition:background .2s;}
.equipment-link:hover::after{background:#fff;}
.hero-shot img{width:100%;height:auto;aspect-ratio:8/5;object-fit:contain;background:#1d2022;}
.equipment-controls{display:inline-flex;gap:4px;margin-top:28px;padding:5px;background:#ededf0;border-radius:999px;}
.equipment-switch{min-height:44px;padding:10px 26px;border:0;border-radius:999px;background:transparent;font-size:14px;font-weight:500;color:var(--muted);transition:background .2s,color .2s,box-shadow .2s;}
.equipment-switch[aria-pressed="true"]{color:var(--ink);background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.07);}
.hero-shot figcaption{margin-top:17px;font-size:13px;color:var(--muted);letter-spacing:.02em;}
#tech{max-width:var(--max);width:calc(100% - 48px);margin:38px auto 118px;padding:0;display:grid;grid-template-columns:.8fr 1.2fr;grid-template-rows:auto auto 1fr;column-gap:70px;text-align:left;align-items:start;}
#tech .eyebrow{grid-column:1;grid-row:1;padding-top:45px;}
#tech h2{grid-column:1;grid-row:2;font-size:50px;}
#tech .sub{grid-column:1;grid-row:3;margin-top:25px;font-size:20px;}
#tech .feature-photo{grid-column:2;grid-row:1/4;width:100%;height:470px;object-fit:cover;object-position:center;border-radius:28px;background:var(--surface);}
.demo-tools{position:fixed;bottom:18px;right:24px;z-index:1100;display:flex;align-items:center;gap:17px;padding:10px 17px;min-height:42px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 5px 20px rgba(0,0,0,.07);backdrop-filter:blur(16px);font-size:12px;}
.demo-tools span{color:#86868b;}
.demo-tools a{color:var(--blue);font-weight:500;}
.demo-tools a:hover{text-decoration:underline;}
@media(min-width:1500px){
.hero{padding-top:155px;}
.hero-shot{margin-top:64px;}
}
@media(max-width:1200px){
.nav-inner{padding:0 28px;}
.nav-links{gap:22px;}
#tech{column-gap:42px;}
#tech h2{font-size:44px;}
}
@media(max-width:960px){
.hero-heading{font-size:60px;}
.hero-shot{margin-top:46px;}
#tech{grid-template-columns:1fr 1.1fr;column-gap:35px;}
#tech h2{font-size:37px;}
#tech .sub{font-size:18px;}
#tech .feature-photo{height:430px;}
}
@media(max-width:760px){
.nav-inner{padding:0 20px;gap:10px;}
.nav-logo{font-size:14px;}
.nav-toggle{display:flex;flex-shrink:0;}
.nav-links{display:none;position:absolute;top:59px;left:0;right:0;background:rgba(255,255,255,.98);padding:18px 24px 27px;border-bottom:1px solid #e5e5e7;gap:0;box-shadow:0 12px 18px rgba(0,0,0,.03);}
.nav.menu-open .nav-links{display:flex;flex-direction:column;align-items:stretch;}
.nav-links a{font-size:17px;min-height:49px;}
.nav-links li:last-child a{display:inline-flex;margin-top:9px;min-height:42px;font-size:14px;}
.nav-links{max-height:calc(100vh - var(--nav-h));max-height:calc(100dvh - var(--nav-h));overflow-y:auto;overscroll-behavior:contain;}
.hero{padding:105px 20px 66px;}
.hero-eyebrow{font-size:17px;margin-bottom:17px;}
.hero-heading{font-size:49px;}
.hero .sub{font-size:18px;margin-top:23px;line-height:1.65;}
.hero .links{gap:24px;margin-top:24px;}
.hero .link-cta{font-size:15px;}
.hero .links .link-cta:first-child{padding:10px 22px;}
.hero-shot{margin-top:40px;}
.equipment-link{border-radius:20px;}
.equipment-link::after{width:32px;height:32px;font-size:19px;right:14px;bottom:14px;}
.equipment-controls{margin-top:22px;}
.equipment-switch{font-size:13px;padding:9px 23px;}
.hero-shot figcaption{font-size:12px;}
#tech{width:calc(100% - 48px);display:block;margin:20px auto 72px;}
#tech .eyebrow{padding:0;}
#tech h2{font-size:36px;max-width:500px;}
#tech .sub{font-size:18px;max-width:610px;margin-top:21px;}
#tech .feature-photo{height:auto;aspect-ratio:8/5;margin-top:33px;border-radius:22px;}
.demo-tools{right:16px;bottom:13px;gap:13px;font-size:11px;padding:9px 15px;}
}
@media(max-width:520px){
.hero .mobile-break{display:block;}
.hero-heading{font-size:clamp(40px,11vw,53px);line-height:1.15;}
.hero .sub{font-size:17px;}
.hero .sub br{display:none;}
}

.credo-mark-close{line-height:1;height:58px;margin:18px 0 0;}
@media(max-width:760px){.nav{--nav-h:60px;}#tech .eyebrow{font-size:13px;margin-bottom:14px;}}
