:root{--ink:#102640;--navy:#0c2947;--blue:#1261df;--blue-dark:#084bb8;--muted:#566777;--paper:#fff;--soft:#f3f6f9;--line:#dce3ea;--head:Arial,Helvetica,sans-serif;--yellow:#a3caff;color-scheme:light;font-synthesis:none}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:7rem}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait}img{display:block;max-width:100%;height:auto}figure,p,h1,h2,h3,dl{margin:0}svg{width:1.2rem;height:1.2rem;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}h1,h2,h3{font-family:var(--head);font-weight:700;letter-spacing:-.045em;line-height:1.08;text-wrap:balance}h1{font-size:clamp(2.6rem,4.8vw,4.7rem)}h2{font-size:clamp(2rem,3.05vw,3.05rem)}h3{font-size:1.5rem;letter-spacing:-.03em;line-height:1.2}p{color:var(--muted)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #428cff;outline-offset:5px}.wrap{width:min(1320px,calc(100% - 6rem));margin-inline:auto}.section{padding:6rem 0}.label{font-size:.75rem;font-weight:700;line-height:1.6;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:1.2rem}.split-head{display:flex;justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:2.7rem}.split-head>p{max-width:27rem;line-height:1.85}.split-head>div{min-width:0}.split-head h1,.split-head h2{margin:0}.split-head>.textlink{flex-shrink:0}.lead{font-size:1.1875rem;line-height:1.75}.button{display:inline-flex;align-items:center;justify-content:center;gap:1rem;min-height:3.35rem;padding:.9rem 1.4rem;background:var(--blue);color:#fff;border:1px solid transparent;border-radius:3px;font-weight:600;font-size:.9375rem;line-height:1.4;transition:background .2s,transform .2s;text-align:center}.button:hover{background:var(--blue-dark)}.button:hover svg,.textlink:hover svg{transform:translateX(3px)}.button svg,.textlink svg{transition:transform .2s}.textlink{display:inline-flex;align-items:center;gap:.8rem;min-height:2.75rem;color:var(--blue);font-weight:600;font-size:.9375rem;line-height:1.45}.textlink:hover{text-decoration:underline;text-underline-offset:.3em}.skip{position:fixed;z-index:100;top:-5rem;left:1rem;padding:.75rem 1rem;background:#fff;color:var(--ink)}.skip:focus{top:1rem}.header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.98);border-bottom:1px solid #edf0f4}.nav{min-height:6.25rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:inline-flex;align-items:center;gap:.8rem;flex-shrink:0}.brand>img{width:2.65rem;height:2.65rem;object-fit:contain;background:#212121;border-radius:2px}.brand-copy{display:block;font-size:1.22rem;font-weight:800;letter-spacing:-.025em;line-height:1.2}.brand-copy small{display:block;font-size:.625rem;font-weight:600;letter-spacing:.31em;color:var(--blue);margin-top:.4rem}.navlinks{display:flex;gap:2rem;align-items:center}.navlinks>a{display:flex;align-items:center;min-height:2.8rem;font-size:.875rem;font-weight:600;position:relative}.navlinks>a:not(.mobile-contact)::after{content:'';height:2px;background:var(--blue);position:absolute;left:0;right:0;bottom:.1rem;transform:scaleX(0);transform-origin:left;transition:transform .2s}.navlinks>a:hover::after,.navlinks>a[aria-current]::after{transform:scaleX(1)}.nav-cta{min-height:3rem;padding:.75rem 1.1rem;font-size:.8125rem}.navlinks>.mobile-contact{display:none}.menu{display:none;background:none;border:1px solid var(--line);border-radius:3px;width:2.9rem;height:2.9rem;padding:.65rem}.menu i{display:block;background:var(--ink);width:100%;height:2px;transition:transform .2s,opacity .2s}.menu i+i{margin-top:5px}.menu[aria-expanded=true] i:first-child{transform:translateY(7px) rotate(45deg)}.menu[aria-expanded=true] i:nth-child(2){opacity:0}.menu[aria-expanded=true] i:last-child{transform:translateY(-7px) rotate(-45deg)}
.hero{display:grid;grid-template-columns:46% 54%;background:var(--navy);color:#fff;min-height:clamp(32rem,43vw,40rem);max-width:1800px;margin-inline:auto}.hero-content{padding:4.5rem clamp(2.5rem,4.1vw,5rem) 4.5rem max(3rem,calc((100vw - 1320px)/2));display:flex;flex-direction:column;justify-content:center}.hero .label{color:#aecff3;font-size:.7rem;letter-spacing:.13em}.hero h1{font-size:clamp(2.8rem,4.35vw,4.3rem);line-height:1.05;letter-spacing:-.048em;text-wrap:initial}.hero-content>p{color:#dce6f0;font-size:1.0625rem;line-height:1.85;margin-top:1.65rem;max-width:31rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1.3rem;align-items:center;margin-top:2rem}.hero-actions .textlink{color:#fff}.hero-photo{position:relative;min-width:0;min-height:100%;overflow:hidden}.hero-photo>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.hero-photo>figcaption{position:absolute;right:1rem;bottom:1rem;background:#102640c9;color:#fff;padding:.25rem .65rem;font-size:.75rem;border-radius:2px}.home-projects{padding-block:4.5rem 5.5rem}.home-projects .project-catalog{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.project-photo{position:relative;overflow:hidden;aspect-ratio:3/2;background:var(--soft)}.project-photo img{object-fit:cover;transition:transform .4s}.project-card-link:hover .project-photo img{transform:scale(1.025)}.pill{position:absolute;top:.8rem;left:.8rem;padding:.35rem .65rem;background:#fff;color:var(--ink);font-size:.75rem;font-weight:600;border-radius:2px}.project-info{display:flex;justify-content:space-between;gap:1rem;padding-top:1.3rem}.project-info h3{font-size:1.4rem}.project-info p{margin-top:.45rem}.circle-arrow{display:grid;place-items:center;width:2.5rem;height:2.5rem;flex-shrink:0;border:1px solid var(--line);border-radius:50%;color:var(--blue)}.project-card-action{color:var(--blue)}.home-projects .project-excerpt{display:none}.photo-note{font-size:.75rem;color:var(--muted);margin-top:1.5rem}.expertise-section{background:var(--soft)}.expertise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.expertise-card{display:flex;flex-direction:column;align-items:flex-start;border-top:2px solid #b9cadd;padding-top:1.8rem;min-width:0}.expertise-card:hover{border-color:var(--blue)}.card-number{font-size:.8rem;font-weight:600;color:var(--blue);margin-bottom:1.7rem}.expertise-card h3{font-size:1.8rem}.expertise-card p{margin-block:1.25rem 1.5rem}.expertise-card .textlink{margin-top:auto}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:5.5rem;align-items:center}.story-copy>p{margin-top:1.3rem;line-height:1.9}.story-copy>.textlink{margin-top:1.5rem}.story-photo{min-width:0;position:relative}.story-photo img{width:100%;aspect-ratio:1.13;object-fit:cover;border-radius:2px}.story-photo figcaption{font-size:.75rem;margin-top:.65rem;color:var(--muted)}.about-teaser .story-photo img{aspect-ratio:1.35}.quote-section{background:var(--navy);padding-block:6rem}.quote-section .quote-layout>div:first-child{color:#fff}.quote-section .quote-layout>div:first-child>.label{color:#aecff3}.quote-section .quote-layout>div:first-child>.lead{color:#dce6f0}.quote-section .quote-layout>div:first-child>.textlink{color:#c7dcff}.quote-section .form-panel{box-shadow:0 1rem 3rem #061b3033}.quote-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:5rem;align-items:start}.quote-layout>div>.lead{margin-top:1.4rem;max-width:25rem}.contact-phone{display:flex;align-items:center;gap:1rem;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin-top:2rem;margin-bottom:.4rem}.form-panel{background:#fff;padding:2.4rem;border:1px solid var(--line);border-radius:3px}.form-panel>h3,.form-panel>h2{margin-bottom:1.75rem}.form-panel>h2{font-size:2rem}.form-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem;border:0;padding:0;margin:0;min-width:0}.form-field{min-width:0}.form-field label{display:block;font-size:.875rem;font-weight:600;line-height:1.6;margin-bottom:.45rem}.form-field label span{color:var(--blue)}.form-field input,.form-field select,.form-field textarea{display:block;min-width:0;width:100%;border:1px solid #bdcbd7;border-radius:2px;background:#fff;color:var(--ink);min-height:3rem;padding:.7rem .85rem;font-size:1rem;line-height:1.5}.form-field input:hover,.form-field select:hover,.form-field textarea:hover{border-color:#8196aa}.form-field textarea{resize:vertical;min-height:8rem}.form-field textarea::placeholder{color:#68798a;opacity:1}.full{grid-column:1/-1}.form-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-note{font-size:.8125rem;margin-top:1.2rem;line-height:1.7}.form-note a{text-decoration:underline;text-underline-offset:3px}.form-result:empty{display:none}.form-result{margin-top:1rem;padding:1rem;font-size:.9375rem;border:1px solid var(--line)}.form-result.success{background:#edf5f2;color:#224b3b;border-color:#a9ccbc}.form-result.error{background:#fff0ef;color:#8b2424;border-color:#e3b6b3}.site-form[aria-busy=true]{opacity:.8}.page-top{background:var(--soft);padding:4.5rem 0}.page-top .split-head{margin:0;align-items:center}.page-top h1{max-width:16ch;font-size:clamp(2.65rem,4.3vw,4.2rem)}.page-top .split-head>p{max-width:28rem;font-size:1.0625rem;line-height:1.8}.page-top .label{margin-bottom:1.2rem}.page-top h1:only-child{max-width:22ch}.story-section{padding-top:5.5rem}.certifications{background:#f5f7fa;border-top:1px solid #e5ebf1;border-bottom:1px solid #e5ebf1;padding-block:5.5rem}.cert-heading{text-align:center;max-width:44rem;margin:0 auto 3rem}.cert-heading .label{margin-bottom:.8rem}.cert-heading h2{font-size:clamp(2rem,3.1vw,3rem)}.cert-heading p{max-width:36rem;margin:1.25rem auto 0;line-height:1.8}.cert-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:1120px;margin-inline:auto}.cert-card{padding:2.25rem 1.75rem;background:#fff;border:1px solid #dce4ed;border-radius:8px;box-shadow:0 .4rem 1.5rem #142d4505;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}.cert-logo{width:100%;height:7.5rem;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #edf1f5;padding-bottom:1.5rem;margin-bottom:1.6rem}.cert-logo img{max-width:9rem;max-height:5.75rem;object-fit:contain;width:auto;height:auto}.cert-card h3{font-size:1.5rem}.cert-card p{margin-block:1rem;font-size:.9375rem;max-width:25ch}.cert-card .textlink{margin-top:auto;justify-content:center;font-size:.875rem;gap:.5rem;line-height:1.6}.cert-card .textlink svg{width:1rem;height:1rem}.contact-band{background:var(--navy);color:#fff;padding:4.5rem 0}.contact-band .wrap{display:flex;align-items:center;justify-content:space-between;gap:3rem}.contact-band .label{color:#aecff3}.contact-band p{color:#d6e3ef;margin-top:1.3rem}.contact-band h2{max-width:24ch}.contact-band .button{flex-shrink:0}.expertise-detail .story-photo img{aspect-ratio:1.15}.alternate{background:var(--soft)}.check-list{padding:0;margin:1.5rem 0;list-style:none}.check-list li{padding:.75rem 0 .75rem 1.5rem;border-top:1px solid var(--line);position:relative;color:var(--muted);font-size:.9375rem}.check-list li::before{content:'✓';color:var(--blue);position:absolute;left:0;font-weight:700}.contact-full-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:start}.contact-panel{background:var(--navy);color:#fff;padding:2.4rem}.contact-panel h2{font-size:2rem}.contact-panel .label{color:#aecff3}.contact-panel p{color:#d6e3ef;margin-top:1.2rem}.contact-options{margin-top:1.75rem;display:grid;gap:.7rem}.contact-options>a{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:2.75rem;font-weight:600;font-size:1rem;overflow-wrap:anywhere}.office-panel{padding:2.4rem 0 0}.office-panel p{margin-top:1rem}.office-panel .textlink{display:flex;align-items:center;width:fit-content}.office-panel .textlink:first-of-type{margin-top:1rem}.map-section{padding-bottom:5rem}.map-section iframe{border:1px solid var(--line);display:block;width:100%;height:23rem;background:var(--soft)}.map-section .textlink{margin-top:.75rem}.projects-page{padding:4.5rem 0 6rem}.breadcrumb{display:flex;flex-wrap:wrap;gap:.7rem;font-size:.875rem;margin-bottom:2rem}.breadcrumb a{color:var(--blue)}.detail-grid{display:grid;grid-template-columns:1fr 2fr;gap:6rem;align-items:start}.facts>div{padding:1rem 0;border-bottom:1px solid var(--line)}.facts>div:first-child{padding-top:0}.facts dt{font-size:.8125rem;color:var(--muted);margin-bottom:.3rem}.facts dd{font-size:1.0625rem;font-weight:600;margin:0}.detail-copy h2{font-size:clamp(1.9rem,3vw,2.7rem);margin-bottom:1.5rem}.project-story p+p{margin-top:1rem}.project-source-link{margin-top:1.5rem}.project-return{border-top:1px solid var(--line);padding-top:1.75rem}.footer{padding:4rem 0 1.3rem;background:#fff}.footer-top{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:4rem;padding-bottom:3.5rem}.footer-company p{font-size:.875rem;line-height:1.9;margin-top:1.3rem}.footer h3{font-size:.9375rem;letter-spacing:0;margin-bottom:1.25rem}.footer-links{display:grid;gap:.55rem;font-size:.875rem;color:var(--muted)}.footer-links>a{padding:.15rem 0;min-height:1.75rem;overflow-wrap:anywhere}.footer-links>a:hover{color:var(--blue);text-decoration:underline}.footer-bottom{border-top:1px solid var(--line);padding-top:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.75rem;color:var(--muted);flex-wrap:wrap}.footer-bottom a:hover{text-decoration:underline}
@media(min-width:1800px){.hero-content{padding-left:8rem}.hero{min-height:40rem}}
@media(max-width:1200px){.wrap{width:calc(100% - 4rem)}.nav{gap:1.2rem}.navlinks{gap:1.4rem}.hero-content{padding:3.5rem 2rem}.hero h1{font-size:clamp(2.7rem,4.4vw,3.5rem)}.hero-actions{gap:.8rem}.hero-actions .button{padding-inline:1rem}.hero-actions .textlink{font-size:.875rem}.story-grid{gap:3rem}.quote-layout{gap:3rem}.contact-full-layout{gap:2rem}.footer-top{gap:2.5rem}.home-projects .project-catalog{gap:1.5rem}}
@media(max-width:960px){.nav{min-height:5rem;gap:1rem}.navlinks{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:1.5rem 2rem;box-shadow:0 12px 20px #0c294711}.navlinks.open{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;max-height:calc(100dvh - 5rem);overflow:auto}.navlinks>a{font-size:1rem;padding:.45rem 0;min-height:2.9rem}.navlinks>.mobile-contact{display:flex;color:var(--blue);gap:1rem;border-top:1px solid var(--line);margin-top:.7rem;padding-top:1rem}.menu{display:block;flex-shrink:0}.nav-cta{margin-left:auto}.hero{grid-template-columns:1fr 1fr;min-height:33rem}.hero-content{padding:3rem 2rem}.hero h1{font-size:clamp(2.25rem,4.5vw,2.75rem)}.hero-content>p{font-size:1rem}.hero-actions{gap:.8rem}.hero .label{font-size:.65rem;letter-spacing:.08em}.section{padding-block:4rem}.home-projects .project-catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.home-projects .project-card:last-child{grid-column:1/-1;max-width:calc(50% - .75rem)}.expertise-grid{gap:1.5rem}.expertise-card h3{font-size:1.5rem}.split-head{gap:2rem}.split-head>p{max-width:23rem}.story-grid{gap:2.5rem}.story-photo img{aspect-ratio:.85}.quote-layout{grid-template-columns:1fr 1.2fr;gap:2rem}.form-panel{padding:1.5rem}.form-fields{gap:1rem}.cert-grid{gap:1rem}.cert-card{padding:1.5rem}.page-top{padding-block:3.5rem}.page-top .split-head{align-items:flex-start}.page-top h1{font-size:3rem}.page-top .split-head>p{max-width:22rem;font-size:1rem}.contact-full-layout{gap:2rem;grid-template-columns:1.1fr .9fr}.contact-panel{padding:1.5rem}.contact-panel h2{font-size:1.7rem}.detail-grid{gap:3rem}.footer-top{gap:2rem;grid-template-columns:1.2fr 1fr 1fr}.brand-copy{font-size:1.1rem}.brand-copy small{font-size:.55rem}}
@media(max-width:700px){html{scroll-padding-top:6rem}.wrap{width:calc(100% - 2.5rem)}.nav{min-height:4.75rem}.nav-cta{display:none}.brand-copy{font-size:1.08rem}.brand>img{width:2.4rem;height:2.4rem}.navlinks{padding:1.2rem 1.25rem}.hero{display:flex;flex-direction:column;min-height:0}.hero-content{padding:3rem 1.25rem 2.6rem}.hero .label{font-size:.65rem;letter-spacing:.1em;margin-bottom:1rem}.hero h1{font-size:clamp(2.55rem,8.8vw,3.65rem);line-height:1.04}.hero-content>p{margin-top:1.4rem;font-size:1rem;line-height:1.8;max-width:31rem}.hero-actions{margin-top:1.5rem;gap:.7rem 1.25rem}.hero-actions .button{min-height:3.2rem}.hero-photo{height:20rem;min-height:0}.hero-photo>img{object-position:50% 45%}.section{padding-block:3.5rem}.split-head{gap:1.2rem;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap}.split-head>p{max-width:none;font-size:1rem}.split-head>.textlink{font-size:.875rem}.home-projects .split-head{align-items:flex-end;gap:1rem}.home-projects .split-head h2{font-size:1.85rem}.label{font-size:.7rem;margin-bottom:.9rem}.home-projects .project-catalog{grid-template-columns:minmax(0,1fr);gap:2.25rem}.home-projects .project-card:last-child{max-width:none;grid-column:auto}.home-projects .project-photo{aspect-ratio:1.5}.project-info h3{font-size:1.5rem}.photo-note{font-size:.75rem}.expertise-grid{grid-template-columns:minmax(0,1fr);gap:2rem}.expertise-card{padding-top:1.2rem}.card-number{margin-bottom:1rem}.expertise-card h3{font-size:1.8rem}.expertise-card p{max-width:36rem;margin-block:1rem}.story-grid{grid-template-columns:minmax(0,1fr);gap:2rem}.story-copy h2{font-size:2.15rem}.story-copy>p{margin-top:1rem}.story-copy .lead{font-size:1.125rem}.story-photo img,.about-teaser .story-photo img{aspect-ratio:1.15}.quote-layout{grid-template-columns:minmax(0,1fr);gap:2rem}.quote-layout h2{font-size:2.2rem}.contact-phone{margin-top:1.4rem}.form-panel{padding:1.4rem}.form-fields{grid-template-columns:minmax(0,1fr);gap:1.1rem}.form-fields .button{width:100%}.page-top{padding-block:3rem}.page-top .split-head{display:grid;gap:1.5rem}.page-top h1{font-size:clamp(2.45rem,8.3vw,3.25rem)}.page-top .split-head>p{max-width:35rem}.cert-grid{grid-template-columns:minmax(0,1fr);gap:1rem}.cert-card{padding:1.75rem}.cert-logo{margin-bottom:1rem}.cert-card .textlink{font-size:.9375rem}.contact-band{padding-block:3rem}.contact-band .wrap{flex-direction:column;align-items:flex-start;gap:1.5rem}.contact-band h2{font-size:2rem}.contact-band .button{width:100%}.expertise-detail.alternate .story-copy{order:-1}.expertise-detail .story-photo img{aspect-ratio:1.2}.contact-full-layout{grid-template-columns:minmax(0,1fr);gap:2.5rem}.contact-panel{padding:1.75rem}.contact-panel h2{font-size:2rem}.contact-options>a{font-size:1rem}.office-panel{padding:2rem 0 0}.map-section{padding-bottom:3.5rem}.map-section iframe{height:18rem}.detail-grid{grid-template-columns:minmax(0,1fr);gap:2.5rem}.facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.facts>div{padding:0 0 1rem;min-width:0}.facts dd{overflow-wrap:anywhere;font-size:1rem}.projects-page{padding-block:3rem}.footer{padding-top:3rem}.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem 1.5rem;padding-bottom:2.5rem}.footer-company{grid-column:1/-1}.footer-bottom{align-items:flex-start;justify-content:flex-start;column-gap:1.5rem;row-gap:.75rem}.footer-bottom>span:first-child{flex-basis:100%}}
@media(max-width:380px){.wrap{width:calc(100% - 2rem)}.hero-content{padding-inline:1rem}.hero h1{font-size:2.45rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .textlink{justify-content:center}.hero-photo{height:16rem}.footer-top{grid-template-columns:1fr}.footer-company{grid-column:auto}.form-panel{padding:1rem}.navlinks{padding-inline:1rem}}
@media(max-width:700px){.certifications{padding-block:3.5rem}.cert-heading{margin-bottom:2rem;text-align:left}.cert-heading p{margin-inline:0}.cert-grid{gap:1rem}.cert-card{padding:1.5rem;display:grid;grid-template-columns:6rem minmax(0,1fr);column-gap:1.25rem;align-items:start;text-align:left}.cert-logo{grid-row:1/4;height:100%;min-height:7rem;border-bottom:0;border-right:1px solid #edf1f5;padding:0 1rem 0 0;margin:0;align-items:center}.cert-logo img{max-width:100%;max-height:5.5rem}.cert-card h3{font-size:1.3rem}.cert-card p{margin:.65rem 0;max-width:none}.cert-card .textlink{justify-content:flex-start;margin-top:0}.quote-section{padding-block:3.5rem}}
@media(max-width:380px){.cert-card{padding:1.25rem;grid-template-columns:4.5rem minmax(0,1fr);column-gap:1rem}.cert-logo{padding-right:.7rem}.cert-card .textlink{font-size:.875rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
