:root{--navy:#171936;--deep:#0d1028;--blue:#08689f;--yellow:#ffbf00;--ink:#111827;--muted:#526074;--soft:#f3f6fa;--line:#dce3eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:17px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-underline-offset:4px}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}button,a,input,textarea,select{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #1688cf;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.13;letter-spacing:-.04em}h1{font-size:clamp(2.6rem,4.5vw,4.35rem);max-width:960px;margin-bottom:1.5rem}h2{font-size:clamp(2.1rem,3.3vw,3rem);font-weight:650;margin-bottom:1.3rem}h3{font-size:1.45rem;font-weight:650}p{margin-bottom:1.4rem}.container{width:min(1200px,calc(100% - 64px));margin-inline:auto}.header{background:white;border-bottom:1px solid var(--line)}.nav{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-size:1.25rem;line-height:1.15;letter-spacing:.025em;font-weight:800;text-decoration:none}.brand img{width:46px;height:46px;object-fit:contain}.brand small{display:block;font-size:.66rem;letter-spacing:.23em;margin-top:4px}.nav nav{display:flex;align-items:center;gap:25px}.nav nav a{font-size:.875rem;text-decoration:none;font-weight:550}.nav nav a:hover{color:var(--blue)}.menu-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:14px 23px;background:var(--navy);color:white;border:1px solid transparent;border-radius:6px;font-weight:650;text-decoration:none;line-height:1.4;min-height:48px}.button:hover{filter:brightness(1.1)}.button.compact{padding:12px 20px}.button.yellow{background:var(--yellow);color:var(--deep)}.button.secondary{background:white;color:var(--navy);border-color:var(--line)}.hero{background:var(--deep);color:white;padding:72px 0 65px}.hero-grid{display:grid;grid-template-columns:1.07fr .93fr;align-items:center;gap:55px}.hero h1{font-size:clamp(2.6rem,4.15vw,4rem);line-height:1.09;letter-spacing:-.048em}.hero h1 em{font-style:normal;color:var(--yellow)}.eyebrow{font-size:.75rem;letter-spacing:.14em;font-weight:750;text-transform:uppercase;color:var(--blue);margin-bottom:21px}.hero .eyebrow{color:#a7cce7}.lead{font-size:1.2rem;line-height:1.65;max-width:660px}.hero .lead{color:#c8cfdd;font-size:1.0625rem;max-width:480px}.actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap;margin:30px 0}.text-link{font-weight:650;font-size:.94rem;display:inline-block;padding:10px 0}.hero-foot{font-size:.78rem;color:#aeb9cf;margin:40px 0 0}.hero-photo{position:relative;margin:0;border-radius:12px;overflow:hidden;background:var(--navy)}.hero-photo img{width:100%;height:475px;object-fit:cover}.hero-photo figcaption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(13,16,40,.95));padding:55px 28px 25px}.hero-photo figcaption span{font-size:.68rem;letter-spacing:.12em;display:block;color:#f4cb63;margin-bottom:6px}.hero-photo figcaption strong{display:block;font-size:1.15rem;line-height:1.4;max-width:300px}.section{padding-top:85px;padding-bottom:85px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:55px;margin-bottom:35px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:350px;color:var(--muted);font-size:1rem;margin-bottom:4px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{border:1px solid var(--line);border-radius:10px;padding:28px 24px;text-decoration:none;display:flex;flex-direction:column;align-items:flex-start;transition:border-color .15s,transform .15s}.service-card:hover{border-color:var(--blue);transform:translateY(-3px)}.service-card .number{font-size:.8rem;color:var(--blue);font-weight:700;margin-bottom:30px}.service-card h3{font-size:1.27rem;line-height:1.25;margin-bottom:15px}.service-card p{font-size:.94rem;color:var(--muted)}.card-link{font-size:.82rem;font-weight:700;margin-top:auto}.soft-section{background:var(--soft);padding:75px 0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.product-card{border-radius:12px;min-height:315px;padding:30px;text-decoration:none;display:flex;flex-direction:column;align-items:flex-start}.tag{font-size:.68rem;letter-spacing:.12em;font-weight:700}.product-card h3{font-size:2.6rem;margin:33px 0 17px;letter-spacing:-.04em}.product-card p{font-size:.95rem;opacity:.88;max-width:275px}.product-card>span:last-child{margin-top:auto;font-size:.9rem;font-weight:600}.navy-card{background:var(--navy);color:white}.blue-card{background:#08689f;color:white}.white-card{background:white;color:var(--navy);border:1px solid var(--line)}.split{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.split>img{width:100%;height:370px;object-fit:cover}.rounded{border-radius:12px}.split p:not(.eyebrow){color:var(--muted)}.cta{border-top:1px solid var(--line);padding:70px 0 85px;text-align:center}.cta .eyebrow{margin-bottom:15px}.cta h2{font-size:clamp(2.3rem,4vw,3.5rem)}.cta p{color:var(--muted)}footer{background:var(--deep);color:#c5cede;padding:60px 0 25px;font-size:.9rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:45px}.footer-grid a:not(.brand){display:block;text-decoration:none;margin:9px 0}.footer-grid strong{display:block;color:white;margin-bottom:15px}.footer-grid .brand{font-size:1rem;color:white;margin-bottom:15px}.footer-base{border-top:1px solid #30344a;padding-top:25px;margin-top:40px;display:flex;justify-content:space-between;gap:20px;font-size:.8rem}.footer-base>div{display:flex;gap:20px;flex-wrap:wrap}.link-button{border:0;padding:0;background:transparent;color:inherit;text-decoration:underline;font-size:inherit}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;margin-top:45px}.form-card{background:var(--soft);border:1px solid var(--line);padding:32px;border-radius:12px}label{display:block;font-size:.95rem;font-weight:550;margin-bottom:20px}input,textarea,select{display:block;background:white;width:100%;border:1px solid #aeb9c8;border-radius:5px;padding:11px 12px;margin-top:7px;color:var(--ink);min-width:0}textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.check{display:flex;gap:12px;align-items:start;font-weight:400;font-size:.875rem}.check input{width:19px;height:19px;flex-shrink:0;margin-top:5px}.muted{color:var(--muted)}.small{font-size:.83rem}.notice{padding:16px;border:1px solid #8bb69e;background:#f0f9f3;border-radius:6px;margin-bottom:24px;font-size:.95rem}.notice.error{background:#fff4ed;border-color:#bd764b}.notice ul{margin-bottom:0}.honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.g-recaptcha{margin:20px 0}.skip{position:absolute;left:10px;top:-80px;background:white;padding:10px;z-index:50}.skip:focus{top:10px}.cookie-panel{position:fixed;bottom:18px;left:18px;right:18px;max-width:760px;margin:auto;background:white;border:1px solid var(--line);box-shadow:0 8px 45px #0003;border-radius:10px;padding:24px;z-index:30;font-size:.92rem}.cookie-panel[hidden]{display:none}.cookie-panel>div{display:flex;gap:12px;flex-wrap:wrap}.cookie-panel p{margin-bottom:14px}.reading{max-width:760px;margin:auto}.reading h1{font-size:clamp(2.3rem,4.6vw,3.5rem)}.article-body{font-size:1.15rem;line-height:1.8;margin:40px 0}.article-body h2{font-size:2rem;margin-top:2rem}.article-body h3{margin-top:2rem}.article-body img{height:auto;border-radius:8px;margin:25px 0}.article-body table{display:block;overflow:auto;border-collapse:collapse;max-width:100%}.article-body td,.article-body th{border:1px solid var(--line);padding:10px}.article-body pre{overflow:auto;background:var(--soft);padding:20px;font-size:.9rem}.article-body blockquote{border-left:4px solid var(--yellow);padding:5px 25px;margin-left:0}.meta{font-size:.875rem;color:var(--muted)}.reaction-row{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.comments{border-top:1px solid var(--line);margin-top:50px;padding-top:35px}.comment{padding:20px 0;border-bottom:1px solid var(--line)}.comment p{white-space:pre-wrap;overflow-wrap:anywhere;margin-bottom:8px}.filters{display:flex;gap:15px;flex-wrap:wrap;margin:25px 0}.search-form{display:flex;gap:12px;align-items:end;max-width:650px}.search-form label{flex:1;margin:0}.search-form input{margin:0}.empty{padding:45px;background:var(--soft);border:1px solid var(--line);border-radius:10px;margin:40px 0}.story-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.page-hero{background:var(--soft);padding:65px 0}.page-hero p{max-width:750px}.page-content{max-width:820px}.page-content h2{font-size:1.8rem;margin-top:2rem}.page-content li{margin-bottom:8px}nav[role=navigation]{margin-top:35px}nav[role=navigation] svg{width:20px;height:20px}.badge{display:inline-block;padding:4px 10px;background:#e3eef9;border-radius:4px;font-size:.8rem;color:#174e7a}
@media(max-width:1050px){.nav nav{gap:14px}.nav nav a{font-size:.8rem}.hero-grid{gap:32px}.hero-photo img{height:430px}.services-grid{grid-template-columns:repeat(2,1fr)}.split{gap:40px}}@media(max-width:800px){.container{width:calc(100% - 40px)}.nav{min-height:80px;flex-wrap:wrap;position:relative}.menu-toggle{display:block;border:1px solid var(--line);border-radius:5px;background:white;padding:8px 15px}.nav nav{display:flex;flex-wrap:wrap;width:100%;padding:10px 0 20px;gap:18px}.js .nav nav{display:none}.js .nav nav.open{display:flex}.nav nav a{font-size:.94rem}.hero{padding:45px 0}.hero-grid{grid-template-columns:1fr}.hero h1{max-width:660px;font-size:3.2rem}.hero-photo img{height:330px}.hero-foot{margin-top:25px}.section{padding-top:55px;padding-bottom:55px}.section-heading{align-items:start;gap:22px;flex-direction:column}.product-grid{grid-template-columns:1fr}.product-card{min-height:250px}.product-card h3{margin-top:25px}.product-card h3 br{display:none}.split{grid-template-columns:1fr}.split>img{height:320px}.contact-grid{grid-template-columns:1fr;gap:25px}.story-list{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.6fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.footer-base{flex-direction:column}.soft-section{padding:55px 0}}@media(max-width:460px){.hero h1{font-size:2.7rem}.hero-photo img{height:280px}.services-grid,.story-list{grid-template-columns:1fr}.service-card{padding:24px}.service-card .number{margin-bottom:18px}.form-row{grid-template-columns:1fr;gap:0}.form-card{padding:20px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}.actions{gap:15px}.hero-foot{font-size:.75rem}.search-form{align-items:stretch;flex-direction:column}.cookie-panel{padding:18px}.empty{padding:25px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.article-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1rem}.article-gallery figure{margin:0}.article-body img,.article-cover{max-width:100%;height:auto;border-radius:.7rem}.article-body figcaption,.reading>figure figcaption{font-size:.875rem;color:#526477}.media-embed{padding:1.25rem;border:1px solid #d5dde5;border-radius:.75rem;margin:1.5rem 0}.media-embed iframe{display:block;width:100%;aspect-ratio:16/9;border:0}.media-embed button{background:#082b46;color:white;border:0;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer}
