@import "https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&family=Archivo:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--gh-blue-50:#eef3f9;--gh-blue-100:#d6e2f0;--gh-blue-200:#aec4df;--gh-blue-300:#7e9fc9;--gh-blue-500:#2a5c96;--gh-blue-600:#15457f;--gh-blue-700:#103765;--gh-blue-800:#0c2a4d;--gh-blue-900:#081d36;--gh-ink:#0f1722;--gh-orange-400:#f37544;--gh-orange-500:#f15a25;--gh-orange-600:#d8481a;--gh-white:#fff;--gh-grey-50:#f5f7fa;--gh-grey-100:#eceff3;--gh-grey-200:#dde3ea;--gh-grey-300:#c3ccd6;--gh-grey-400:#97a4b2;--gh-grey-500:#6b7a8a;--gh-grey-600:#4d5c6b;--gh-grey-700:#374350;--gh-grey-800:#232d38;--gh-grey-900:#141c24;--font-display:"Chakra Petch", system-ui, sans-serif;--font-body:"Archivo", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--gh-grey-50);color:var(--gh-ink);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}#root{flex-direction:column;min-height:100vh;display:flex}.reveal{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(16px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.nav{z-index:100;background:var(--gh-ink);border-bottom:2px solid var(--gh-orange-500);position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.nav-logo{width:auto;height:36px}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;font-size:.75rem;font-weight:600;transition:color .2s}.nav-links a:hover{color:var(--gh-orange-400)}@media (width<=640px){.nav-links{gap:16px}.nav-links a{font-size:.65rem}}.hero{background:var(--gh-ink);padding:96px 0 80px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:linear-gradient(#15457f2e 1px,#0000 1px),linear-gradient(90deg,#15457f2e 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.hero:after{content:"";background:var(--gh-orange-500);width:4px;position:absolute;top:0;bottom:0;left:0}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid;position:relative}.hero-eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--gh-orange-500);margin-bottom:16px;font-size:.75rem}.hero-name{font-family:var(--font-display);color:#fff;margin-bottom:8px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.05}.hero-title{font-family:var(--font-body);color:var(--gh-blue-200);max-width:30ch;margin-bottom:32px;font-size:clamp(1rem,1.6vw,1.1875rem);font-weight:400;line-height:1.55}.btn-primary{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--gh-orange-500);border-radius:6px;justify-content:center;align-items:center;padding:14px 28px;font-size:.8125rem;font-weight:600;transition:background .2s,transform .1s;display:inline-flex}.btn-primary:hover{background:var(--gh-orange-600)}.btn-primary:active{transform:translateY(1px)}.hero-cta{margin-top:32px}.contact-cta{width:100%;margin-top:28px}.hero-contacts{flex-direction:column;gap:12px;display:flex}.contact-item{color:#fffc;align-items:center;gap:12px;font-size:.9375rem;display:flex}.contact-icon{width:18px;height:18px;color:var(--gh-orange-500);flex-shrink:0}.contact-item a:hover{color:var(--gh-orange-400)}.hero-right{flex-direction:column;align-items:flex-end;gap:24px;display:flex}.hero-logo{filter:drop-shadow(0 4px 16px #f15a2526);width:auto;height:80px}@media (width<=768px){.hero-inner{grid-template-columns:1fr;gap:40px}.hero-right{align-items:flex-start}}.section{padding:72px 0}.section-alt{background:var(--gh-white)}.section-dark{background:var(--gh-blue-800);color:#fff}.section-label{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--gh-orange-500);margin-bottom:8px;font-size:.6875rem;font-weight:600}.section-title{font-family:var(--font-display);color:inherit;margin-bottom:16px;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.1}.section-lead{color:var(--gh-grey-600);max-width:540px;font-size:1.0625rem;line-height:1.6}.section-dark .section-lead{color:#fff9}.capabilities-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:48px;display:grid}.cap-card{background:var(--gh-white);border:1.5px solid var(--gh-grey-200);border-radius:8px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.cap-card-body{padding:24px}.cap-card-title{font-family:var(--font-display);margin-bottom:8px;font-size:1rem;font-weight:600}.cap-card-desc{color:var(--gh-grey-600);font-size:.875rem;line-height:1.5}.section-dark .cap-card-desc{color:#fff9}.cap-card-processes{grid-column:1/-1}.cap-process-list{flex-wrap:wrap;gap:8px;margin-top:16px;list-style:none;display:flex}.cap-process-pill{font-family:var(--font-mono);color:var(--gh-blue-700);background:var(--gh-blue-50);border:1px solid var(--gh-blue-100);border-radius:999px;padding:6px 14px;font-size:.75rem}.section-dark .cap-process-pill{color:var(--gh-blue-100);background:#ffffff0f;border-color:#ffffff24}.section-dark .cap-card{background:#ffffff0f;border-color:#ffffff1a}.cap-card:hover{border-color:var(--gh-blue-300);box-shadow:0 4px 20px #15457f1a}.cap-carousel{aspect-ratio:4/3;background:var(--gh-grey-100);width:100%;position:relative;overflow:hidden}.cap-carousel-img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .4s;position:absolute;inset:0}.cap-carousel-img.is-active{opacity:1}.cap-carousel-btn{width:32px;height:32px;color:var(--gh-grey-800,#1a1a1a);cursor:pointer;opacity:0;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;transition:opacity .2s,background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.cap-card:hover .cap-carousel-btn,.cap-carousel:focus-within .cap-carousel-btn{opacity:1}.cap-carousel-btn:hover{background:#fff}.cap-carousel-btn.prev{left:8px}.cap-carousel-btn.next{right:8px}.cap-carousel-dots{justify-content:center;gap:6px;display:flex;position:absolute;bottom:8px;left:0;right:0}.cap-carousel-dot{cursor:pointer;background:#fff9;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .2s}.cap-carousel-dot.is-active{background:#fff}.cap-carousel-pending{border:1.5px dashed var(--gh-grey-300);background:var(--gh-grey-50);justify-content:center;align-items:center;display:flex}.section-dark .cap-carousel-pending{background:#ffffff08;border-color:#ffffff26}.cap-carousel-pending-label{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--gh-grey-400);font-size:.6875rem}.cap-placeholder{font-family:var(--font-mono);letter-spacing:.08em;color:var(--gh-grey-400);text-transform:uppercase;background:var(--gh-grey-50);border:1.5px dashed var(--gh-grey-200);text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:140px;padding:40px 24px;font-size:.75rem;display:flex}.certs-list{flex-direction:column;gap:12px;max-width:640px;margin-top:48px;display:flex}.cert-card{text-align:left;width:100%;font:inherit;cursor:pointer;background:#ffffff0f;border:1.5px solid #ffffff1f;border-radius:8px;align-items:center;gap:20px;padding:24px;transition:border-color .2s,background .2s;display:flex}.cert-card:hover{border-color:var(--gh-orange-500);background:#ffffff17}.cert-card-text{flex:1}.cert-card-action{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--gh-orange-400);flex-shrink:0;font-size:.6875rem}@media (width<=560px){.cert-card{flex-wrap:wrap}.cert-card-action{width:100%}}.cert-modal-backdrop{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:24px;animation:.15s ease-out cert-fade;display:flex;position:fixed;inset:0}@keyframes cert-fade{0%{opacity:0}to{opacity:1}}.cert-modal{background:var(--gh-blue-700,#1a2b4a);border-radius:10px;flex-direction:column;width:100%;max-width:900px;height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 64px #00000080}.cert-modal-bar{background:#00000040;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.cert-modal-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.cert-modal-link{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:#fff;border:1.5px solid #fff3;border-radius:6px;padding:7px 12px;font-size:.6875rem;transition:border-color .2s,background .2s}.cert-modal-link:hover{border-color:var(--gh-orange-500);background:#ffffff0f}.cert-modal-close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;padding:0 6px;font-size:1.5rem;line-height:1;transition:opacity .2s}.cert-modal-close:hover{opacity:1}.cert-modal-frame{background:#525659;border:none;flex:1;width:100%}@media (width<=600px){.cert-modal{height:92vh}.cert-modal-link{padding:6px 9px}}.cert-icon{background:var(--gh-orange-500);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cert-name{font-family:var(--font-display);color:#fff;font-size:.9375rem;font-weight:600;line-height:1.2}.cert-meta{font-family:var(--font-mono);letter-spacing:.08em;color:#ffffff73;text-transform:uppercase;margin-top:2px;font-size:.6875rem}.cert-placeholder{font-family:var(--font-mono);letter-spacing:.08em;color:#ffffff4d;text-transform:uppercase;text-align:center;border:1.5px dashed #ffffff26;border-radius:8px;justify-content:center;align-items:center;min-height:100px;padding:40px 24px;font-size:.75rem;display:flex}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;margin-top:48px;display:grid}.contact-card{background:var(--gh-white);border:1.5px solid var(--gh-grey-200);border-radius:8px;padding:32px}.contact-info-list{flex-direction:column;gap:20px;margin-top:24px;display:flex}.contact-info-item{align-items:flex-start;gap:14px;display:flex}.contact-info-icon{width:20px;height:20px;color:var(--gh-orange-500);flex-shrink:0;margin-top:1px}.contact-info-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--gh-grey-500);margin-bottom:2px;font-size:.6875rem}.contact-info-value{color:var(--gh-ink);font-size:.9375rem;font-weight:500}.contact-info-value a:hover{color:var(--gh-blue-600)}.contact-map{border:1.5px solid var(--gh-grey-200);border-radius:8px;align-self:stretch;width:100%;height:100%;min-height:360px}@media (width<=768px){.contact-grid{grid-template-columns:1fr}}.footer{background:var(--gh-ink);border-top:1px solid #ffffff0f;margin-top:auto;padding:32px 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-logo{opacity:.7;width:auto;height:28px}.footer-copy{font-family:var(--font-mono);letter-spacing:.08em;color:#ffffff59;text-align:right;font-size:.6875rem}@media (width<=640px){.footer-inner{text-align:center;justify-content:center}.footer-copy{text-align:center}}
