*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--workshop-white);color:var(--concrete-grey);-webkit-font-smoothing:antialiased;font-family:Work Sans,system-ui,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Archivo,system-ui,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.container{padding:0 2rem}}.fade-in{opacity:0;transition:all .7s ease-out;transform:translateY(1.5rem)}.fade-in.visible{opacity:1;transform:translateY(0)}.navbar{z-index:50;-webkit-backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #d1d5db4d;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;height:4.5rem;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo-icon{background:var(--forge-orange);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-family:Archivo,sans-serif;font-size:14px;font-weight:900;display:flex}.logo-text{flex-direction:column;line-height:1;display:flex}.logo-text span{letter-spacing:.02em;color:var(--steel-navy);font-family:Archivo,sans-serif;font-size:14px}.logo-text .top{font-weight:500}.logo-text .bottom{font-weight:900}.nav-links{align-items:center;gap:2rem;display:none}@media (min-width:768px){.nav-links{display:flex}}.nav-links a{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:15px;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--steel-navy)}.nav-item{position:relative}.nav-item>a{color:var(--concrete-grey);cursor:pointer;font-family:Work Sans,sans-serif;font-size:15px;font-weight:500;transition:color .2s}.nav-item>a:hover{color:var(--steel-navy)}.mega-dropdown{opacity:0;visibility:hidden;z-index:100;background:#fff;border:1px solid #d1d5db4d;border-radius:.75rem;min-width:220px;padding:1.5rem;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(.5rem);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.nav-item:hover>.mega-dropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.mega-dropdown.mega-wide{min-width:680px}.mega-dropdown.mega-medium{min-width:480px}.mega-columns{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.mega-columns.cols-4{grid-template-columns:repeat(4,1fr)}.mega-columns.cols-5{grid-template-columns:repeat(5,1fr)}.mega-col-title{text-transform:uppercase;letter-spacing:.08em;color:var(--forge-orange);border-bottom:1px solid var(--light-grey);margin-bottom:.75rem;padding-bottom:.5rem;font-family:Archivo,sans-serif;font-size:11px;font-weight:700}.mega-dropdown a{color:var(--concrete-grey);padding:.375rem 0;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;transition:color .15s;display:block}.mega-dropdown a:hover{color:var(--steel-navy)}.mega-footer{border-top:1px solid var(--light-grey);text-align:center;margin-top:1rem;padding-top:.75rem}.mega-footer a{font-size:13px;font-weight:600;color:var(--forge-orange)!important}.mega-footer a:hover{text-decoration:underline}.nav-cta{align-items:center;gap:1rem;display:none}@media (min-width:768px){.nav-cta{display:flex}}.nav-cta a{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:15px;font-weight:500;transition:color .2s}.nav-cta a:hover{color:var(--forge-orange)}.mobile-menu-btn{cursor:pointer;width:40px;height:40px;color:var(--steel-navy);background:0 0;border:none;justify-content:center;align-items:center;display:flex}@media (min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu{background:#fff;border-top:1px solid #d1d5db4d;padding:1rem 0;display:none}.mobile-menu.open{display:block}.mobile-menu a{color:var(--concrete-grey);padding:.75rem 1.5rem;font-family:Work Sans,sans-serif;font-size:15px;font-weight:500;display:block}.mobile-menu a:hover{color:var(--steel-navy);background:var(--light-grey)}.btn{letter-spacing:.02em;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;font-family:Archivo,sans-serif;font-weight:600;transition:all .2s;display:inline-flex}.btn-sm{padding:.5rem 1rem;font-size:13px}.btn-md{padding:.75rem 1.5rem;font-size:14px}.btn-lg{padding:1rem 2rem;font-size:15px}.btn-primary{background:var(--forge-orange);color:#fff;box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background:#d4741a}.btn-outline{border:2px solid var(--steel-navy);color:var(--steel-navy);background:0 0}.btn-outline:hover{background:var(--steel-navy);color:#fff}.btn-full{width:100%}.error-hero{background:var(--workshop-white);align-items:center;min-height:60vh;padding-top:7.5rem;padding-bottom:5rem;display:flex}.error-content{text-align:center;max-width:48rem;margin:0 auto}.error-code{letter-spacing:-.02em;color:var(--forge-orange);margin-bottom:1rem;font-family:Space Mono,monospace;font-size:80px;font-weight:700;line-height:1}@media (min-width:768px){.error-code{font-size:96px}}.error-hero h1{letter-spacing:-.01em;color:var(--steel-navy);margin-bottom:1rem;font-size:32px;font-weight:700;line-height:1.15}@media (min-width:768px){.error-hero h1{font-size:40px}}.error-subtitle{color:var(--concrete-grey);margin-bottom:3rem;font-size:16px;font-weight:400;line-height:1.6}.error-actions{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}@media (min-width:768px){.error-actions{flex-direction:row;justify-content:center;gap:1.5rem}}.suggested-section{background:#fff;padding:5rem 0}.suggested-header{text-align:center;margin-bottom:3rem}.suggested-header h2{color:var(--steel-navy);margin-bottom:.5rem;font-size:24px;font-weight:700;line-height:1.2}.suggested-header p{color:var(--concrete-grey);font-size:15px}.suggested-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.suggested-grid{grid-template-columns:repeat(3,1fr)}}.suggested-card{background:var(--light-grey);color:inherit;text-align:center;border:1px solid #0000;border-radius:1rem;flex-direction:column;padding:2rem 1.5rem;text-decoration:none;transition:all .3s;display:flex}@media (min-width:1024px){.suggested-card{padding:2rem}}.suggested-card:hover{border-color:var(--light-grey);background:#fff;box-shadow:0 10px 15px -3px #0000000d}.suggested-card-icon{flex-shrink:0;width:44px;height:44px;margin:0 auto 1.25rem}.suggested-card-icon svg{width:44px;height:44px;color:var(--forge-orange);stroke-width:1.5px}.suggested-card h3{color:var(--steel-navy);font-family:Archivo,sans-serif;font-size:18px;font-weight:600;line-height:1.3}.suggested-card-link{color:var(--forge-orange);justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.suggested-card:hover .suggested-card-link{gap:.75rem}.footer{background:var(--steel-navy);color:#fff}.footer-inner{padding:4rem 0}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr}}.footer-brand p{color:#b0b8c8;max-width:24rem;margin-top:1rem;font-family:Work Sans,sans-serif;font-size:15px;line-height:1.7}.footer-col h4{color:#fff;margin-bottom:1rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600}.footer-col ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-col a{color:#b0b8c8;font-family:Work Sans,sans-serif;font-size:14px;transition:color .2s}.footer-col a:hover{color:var(--forge-orange)}.footer-bottom{border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{color:#b0b8c8;font-family:Work Sans,sans-serif;font-size:13px}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#b0b8c8;font-family:Work Sans,sans-serif;font-size:13px;transition:color .2s}.footer-legal a:hover{color:var(--forge-orange)}.btn-dark-outline{color:#fff;background:0 0;border:2px solid #ffffff4d}.btn-dark-outline:hover{background:#ffffff1a}.overline{letter-spacing:.1em;text-transform:uppercase;color:var(--forge-orange);margin-bottom:1.25rem;font-family:Archivo,sans-serif;font-size:12px;font-weight:600;display:inline-block}.overline-dark{color:#e8821acc}.section-header{margin-bottom:3rem}.section-header.center{text-align:center}.section-header h2{letter-spacing:-.01em;color:var(--steel-navy);margin-bottom:1rem;font-size:32px;font-weight:700;line-height:1.2}@media (min-width:1024px){.section-header h2{font-size:36px}}.section-header p{color:var(--concrete-grey);max-width:40rem;font-size:16px;line-height:1.7}.section-header.center p{margin:0 auto}.section-header h2.dark-heading{color:#fff}.breadcrumbs-inner{color:var(--concrete-grey);align-items:center;gap:.5rem;font-family:Work Sans,sans-serif;font-size:14px;display:flex}.breadcrumbs-inner a{color:var(--concrete-grey);transition:color .2s}.breadcrumbs-inner a:hover{color:var(--steel-navy)}.breadcrumbs-inner .separator{color:var(--mid-grey)}.breadcrumbs-inner .current{color:var(--steel-navy);font-weight:500}.hero-simple{background:var(--workshop-white);padding-top:2rem;padding-bottom:4rem;overflow:hidden}.hero-simple-content{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.hero-simple-content{grid-template-columns:2fr 1fr;align-items:center}}@media (min-width:1024px){.hero-simple h1{font-size:52px}}.hero-simple h1 .accent{color:var(--forge-orange)}.credentials{background:#fff;padding:6rem 0}.credentials-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.credentials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.credentials-grid{grid-template-columns:repeat(3,1fr)}}.credential-card{border:1px solid var(--light-grey);background:#fff;border-radius:1rem;padding:2rem;transition:all .3s}.credential-card:hover{box-shadow:0 10px 15px -3px #0000001a}.credential-card-icon{margin-bottom:1.25rem}.credential-card-icon svg{color:var(--forge-orange);width:32px;height:32px}.credential-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600;line-height:1.3}.credential-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:15px;line-height:1.7}.credential-badge{background:var(--light-grey);color:var(--steel-navy);border-radius:4px;margin-top:1rem;padding:.25rem .75rem;font-size:12px;font-weight:600;display:inline-block}.clearances{background:var(--light-grey);padding:6rem 0}.clearances h3{color:var(--steel-navy);margin-bottom:1.5rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600}.clearance-row{border:1px solid var(--light-grey);background:#fff;border-radius:.5rem;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.clearance-icon{flex-shrink:0}.clearance-icon svg{color:var(--forge-orange);width:24px;height:24px}.clearance-text{flex:1}.clearance-text p{color:var(--concrete-grey);font-size:15px}.individual-certs{background:#fff;padding:6rem 0}.cert-columns{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:1024px){.cert-columns{grid-template-columns:1fr 1fr}}.cert-list{flex-direction:column;gap:1rem;display:flex}.cert-item{align-items:flex-start;gap:1rem;display:flex}.cert-item svg{color:var(--success);flex-shrink:0;width:20px;height:20px;margin-top:2px}.cert-item-text h4{color:var(--steel-navy);margin-bottom:.25rem;font-family:Archivo,sans-serif;font-size:16px;font-weight:600}.cert-item-text p{color:var(--concrete-grey);font-size:14px;line-height:1.6}.partnerships{background:var(--dark-bg);color:#fff;padding:6rem 0}.partnerships .section-header h2{color:#fff}.partnerships .section-header p{color:#b0b8c8}.partner-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.partner-grid{grid-template-columns:repeat(2,1fr)}}.partner-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;padding:2rem}.partner-card h3{margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600}.partner-card p{color:#b0b8c8;font-size:15px;line-height:1.7}.why-matters{background:var(--light-grey);padding:6rem 0}@media (min-width:768px){.why-grid{grid-template-columns:repeat(2,1fr)}}.why-card{border:1px solid var(--light-grey);background:#fff;border-radius:1rem;padding:2rem;transition:all .3s}.why-card:hover{box-shadow:0 10px 15px -3px #0000001a}.why-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600}.cta-banner h2{color:#fff;margin-bottom:1rem;font-size:32px;font-weight:700;line-height:1.15}@media (min-width:1024px){.cta-banner h2{font-size:40px}}.cta-banner p{color:#b0b8c8;max-width:36rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-banner .fine-print{color:#b0b8c899;margin-top:1.5rem;font-family:Work Sans,sans-serif;font-size:13px}.hero-about{background:var(--workshop-white);padding-top:2rem;padding-bottom:5rem;overflow:hidden}.hero-about h1{letter-spacing:-.02em;color:var(--steel-navy);margin-bottom:1.5rem;font-size:44px;font-weight:900;line-height:1.1}@media (min-width:1024px){.hero-about h1{font-size:52px}}.hero-about .subtitle{color:var(--concrete-grey);max-width:540px;margin-bottom:2rem;font-size:16px;line-height:1.7}.story{background:#fff;padding:6rem 0}.story-grid{grid-template-columns:1fr;align-items:start;gap:3rem;display:grid}@media (min-width:1024px){.story-grid{grid-template-columns:1.2fr 1fr}}.story-content h3{color:var(--steel-navy);margin-bottom:1.25rem;font-size:20px;font-weight:600}.story-content p{color:var(--concrete-grey);margin-bottom:1.5rem;font-size:15px;line-height:1.7}.story-content p:last-of-type{margin-bottom:0}.story-highlight{background:var(--light-grey);border-left:4px solid var(--forge-orange);border-radius:.5rem;margin:2rem 0;padding:1.5rem}.story-highlight p{margin-bottom:0;font-style:italic}.mission{background:var(--dark-bg);color:#fff;padding:6rem 0}.mission .section-header h2{color:#fff}.mission-content{max-width:48rem;margin:0 auto}.mission-content p{color:#b0b8c8;margin-bottom:1.5rem;font-size:18px;line-height:1.8}.mission-content p:last-child{margin-bottom:0}.differentiators{background:#fff;padding:6rem 0}.diff-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.diff-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.diff-grid{grid-template-columns:repeat(3,1fr)}}.diff-card{background:var(--light-grey);border:1px solid #0000;border-radius:1rem;padding:2rem;transition:all .3s}.diff-card:hover{border-color:var(--light-grey);background:#fff;box-shadow:0 10px 15px -3px #0000000d}.diff-card-icon{margin-bottom:1rem}.diff-card-icon svg{color:var(--forge-orange);width:32px;height:32px}.diff-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-size:18px;font-weight:600}.diff-card p{color:var(--concrete-grey);font-size:14px;line-height:1.6}.values{background:var(--light-grey);padding:6rem 0}.values-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.values-grid{grid-template-columns:repeat(3,1fr)}}.value-card{border:1px solid var(--light-grey);background:#fff;border-radius:1rem;padding:2rem}.value-card h3{color:var(--steel-navy);margin-bottom:1rem;font-size:18px;font-weight:600}.value-card p{color:var(--concrete-grey);font-size:15px;line-height:1.7}.team-preview{background:#fff;padding:6rem 0}.team-preview-content{background:var(--light-grey);text-align:center;border-radius:1rem;padding:3rem}.team-preview-content h3{color:var(--steel-navy);margin-bottom:1rem;font-size:24px;font-weight:600}.team-preview-content p{color:var(--concrete-grey);margin-bottom:2rem;font-size:16px;line-height:1.7}.hero-team{background:var(--workshop-white);padding-top:2rem;padding-bottom:5rem;overflow:hidden}.hero-team h1{letter-spacing:-.02em;color:var(--steel-navy);margin-bottom:1rem;font-size:44px;font-weight:900;line-height:1.1}@media (min-width:1024px){.hero-team h1{font-size:52px}}.hero-team h1 .accent{color:var(--forge-orange)}.hero-team p{color:var(--concrete-grey);max-width:540px;font-size:16px;line-height:1.7}.team-section{background:#fff;padding:6rem 0}.team-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-card{background:var(--light-grey);border:1px solid var(--light-grey);border-radius:1rem;transition:all .3s;overflow:hidden}.team-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.team-card-image{aspect-ratio:1;width:100%;color:var(--concrete-grey);background:#e5e7eb;justify-content:center;align-items:center;display:flex}.team-card-image svg{width:64px;height:64px;color:var(--mid-grey)}.team-card-image.with-initials{color:#fff;background:linear-gradient(135deg,#3b82c6 0%,#1b2a4a 100%);font-family:Archivo,sans-serif;font-size:32px;font-weight:900}.team-card-content{padding:1.5rem}.team-card h3{color:var(--steel-navy);margin-bottom:.25rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600}.team-card .role{color:var(--forge-orange);margin-bottom:.75rem;font-family:Work Sans,sans-serif;font-size:13px;font-weight:500}.team-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.why-team{background:var(--light-grey);padding:6rem 0}.why-team-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.why-team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.why-team-grid{grid-template-columns:repeat(3,1fr)}}.why-team-card{border:1px solid var(--light-grey);background:#fff;border-radius:1rem;padding:1.5rem;transition:all .3s}@media (min-width:1024px){.why-team-card{padding:2rem}}.why-team-card:hover{box-shadow:0 10px 15px -3px #0000001a}.why-team-card-icon{color:var(--forge-orange);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.why-team-card-icon svg{width:32px;height:32px}.why-team-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600}.why-team-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.credentials h2{color:var(--steel-navy)}.credentials-content{max-width:48rem;margin:0 auto}.credentials-intro{color:var(--concrete-grey);margin-bottom:2rem;font-size:16px;line-height:1.7}.credential-item{align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.credential-item-icon{width:24px;height:24px;color:var(--forge-orange);flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.credential-item-icon svg{width:20px;height:20px}.credential-item-text h4{color:var(--steel-navy);margin-bottom:.25rem;font-family:Archivo,sans-serif;font-size:16px;font-weight:600}.credential-item-text p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.credentials-cta{border-top:1px solid var(--light-grey);margin-top:2rem;padding-top:2rem}.credentials-cta a{color:var(--forge-orange);align-items:center;gap:.5rem;font-family:Archivo,sans-serif;font-size:15px;font-weight:600;transition:gap .2s;display:inline-flex}.credentials-cta a:hover{gap:.75rem}.hero-contact{background:var(--workshop-white);padding-top:2rem;padding-bottom:5rem;overflow:hidden}.hero-contact h1{letter-spacing:-.02em;color:var(--steel-navy);margin-bottom:1.5rem;font-size:44px;font-weight:900;line-height:1.1}@media (min-width:1024px){.hero-contact h1{font-size:52px}}.hero-desc{color:var(--concrete-grey);max-width:540px;font-size:16px;line-height:1.7}.contact-methods{background:#fff;padding:6rem 0}.contact-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.contact-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.contact-grid{grid-template-columns:repeat(4,1fr)}}.contact-card{background:var(--light-grey);text-align:center;border:1px solid #0000;border-radius:1rem;padding:2rem;transition:all .3s}.contact-card:hover{border-color:var(--light-grey);background:#fff;box-shadow:0 10px 15px -3px #0000000d}.contact-card-icon{margin-bottom:1rem}.contact-card-icon svg{color:var(--forge-orange);width:32px;height:32px}.contact-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:16px;font-weight:600}.contact-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:15px;line-height:1.6}.contact-card a{color:var(--forge-orange);font-weight:600;transition:color .2s}.contact-card a:hover{color:#d4741a}.contact-form-section{background:var(--light-grey);padding:6rem 0}.contact-form-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:1024px){.contact-form-grid{grid-template-columns:1fr 1fr}}.form-intro h2{color:var(--steel-navy);margin-bottom:1rem}.form-intro p{color:var(--concrete-grey);max-width:36rem;font-size:16px;line-height:1.7}.form-intro p+p{margin-top:1.5rem}.form-container{border:1px solid var(--light-grey);background:#fff;border-radius:1rem;padding:2.5rem}@media (min-width:768px){.form-container{padding:3rem}}.form-placeholder{background:var(--light-grey);border:2px dashed var(--mid-grey);text-align:center;border-radius:.75rem;padding:3rem}.form-placeholder-icon{background:var(--light-grey);width:56px;height:56px;color:var(--concrete-grey);border-radius:.5rem;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.form-placeholder h4{color:var(--steel-navy);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:16px;font-weight:600}.form-placeholder p{color:var(--concrete-grey);max-width:28rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:14px}.office-location{background:#fff;padding:6rem 0}.location-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:1024px){.location-grid{grid-template-columns:1fr 1fr}}.location-content h2{color:var(--steel-navy);margin-bottom:1.5rem}.location-content p{color:var(--concrete-grey);margin-bottom:1.5rem;font-size:16px;line-height:1.7}.location-details{background:var(--light-grey);border-radius:1rem;margin-top:2rem;padding:2rem}.location-detail-item{gap:1rem;margin-bottom:1.5rem;display:flex}.location-detail-item:last-child{margin-bottom:0}.location-detail-icon{width:32px;height:32px;color:var(--forge-orange);flex-shrink:0;justify-content:center;align-items:center;display:flex}.location-detail-icon svg{width:24px;height:24px}.location-detail-text h4{color:var(--steel-navy);margin-bottom:.25rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600}.location-detail-text p{color:var(--concrete-grey);margin:0;font-size:15px;line-height:1.5}.map-placeholder{background:var(--light-grey);border:1px solid var(--light-grey);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;height:400px;display:flex}.map-placeholder svg{color:var(--concrete-grey);width:64px;height:64px;margin-bottom:1rem}.map-placeholder p{color:var(--concrete-grey);text-align:center;max-width:24rem;font-size:14px}.quick-links{background:var(--light-grey);padding:6rem 0}.quick-links-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.quick-links-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.quick-links-grid{grid-template-columns:repeat(3,1fr)}}.quick-link-card{border:1px solid var(--light-grey);cursor:pointer;background:#fff;border-radius:1rem;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}.quick-link-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.quick-link-icon{width:40px;height:40px;color:var(--forge-orange);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.quick-link-icon svg{width:24px;height:24px}.quick-link-card h3{color:var(--steel-navy);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600;line-height:1.3}.quick-link-card p{color:var(--concrete-grey);flex:1;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.quick-link-arrow{color:var(--forge-orange);align-items:center;gap:.5rem;margin-top:1rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.quick-link-card:hover .quick-link-arrow{gap:.75rem}.section-header h2.dark{color:#fff}.section-header.dark p{color:#b0b8c8}.hero-health-check{background:var(--workshop-white);padding-top:2rem;padding-bottom:5rem;overflow:hidden}.hero-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-health-check h1{letter-spacing:-.02em;color:var(--steel-navy);margin-bottom:1.5rem;font-size:44px;font-weight:900;line-height:1.1}@media (min-width:1024px){.hero-health-check h1{font-size:52px}}.hero-health-check h1 .accent{color:var(--forge-orange)}.hero-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.trust-item{align-items:center;gap:.5rem;display:flex}.trust-item svg{color:var(--success);flex-shrink:0;width:16px;height:16px}.hero-visual{position:relative}.health-check-visual{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.visual-header{border-bottom:1px solid var(--light-grey);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.visual-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.visual-item{align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.visual-item svg{color:var(--success);flex-shrink:0;width:20px;height:20px}.visual-item-text{flex:1}.visual-item .label{color:var(--concrete-grey);text-transform:uppercase;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.visual-item .title{color:var(--steel-navy);font-family:Archivo,sans-serif;font-size:14px;font-weight:600}.deliverables{background:#fff;padding:6rem 0}@media (min-width:768px){.deliverables-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.deliverables-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.deliverable-card{background:var(--light-grey);border:1px solid #0000;border-radius:1rem;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}@media (min-width:1024px){.deliverable-card{padding:2rem}}.deliverable-card:hover{border-color:var(--light-grey);background:#fff;box-shadow:0 10px 15px -3px #0000000d}.deliverable-icon{width:28px;height:28px;color:var(--forge-orange);flex-shrink:0;justify-content:center;align-items:center;margin-top:4px;display:flex}.deliverable-icon svg{width:24px;height:24px}.deliverable-content h3{color:var(--steel-navy);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600}.deliverable-content p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{border:1px solid var(--light-grey);background:#fff;border-radius:1rem;padding:2rem;position:relative}.step-number{color:var(--forge-orange);margin-bottom:1rem;font-family:Space Mono,monospace;font-size:24px;font-weight:700;display:inline-block}.step-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.who-its-for{background:#fff;padding:6rem 0}.profiles-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.profiles-grid{grid-template-columns:repeat(3,1fr)}}.profile-card{background:var(--workshop-white);border:1px solid var(--light-grey);border-radius:1rem;padding:1.5rem;transition:all .3s}@media (min-width:1024px){.profile-card{padding:2rem}}.profile-card:hover{box-shadow:0 10px 15px -3px #0000001a}.profile-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600}.profile-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.disclaimer{border-left:4px solid var(--warning);background:#fefce8;border-radius:.5rem;margin-bottom:3rem;padding:2rem 1.5rem}.disclaimer-header{align-items:flex-start;gap:1rem;display:flex}.disclaimer-icon{color:var(--warning);flex-shrink:0;margin-top:2px}.disclaimer-icon svg{width:20px;height:20px}.disclaimer-content h4{color:var(--steel-navy);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:16px;font-weight:600}.disclaimer-content p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.trust-section{background:var(--dark-bg);color:#fff;padding:5rem 0}.trust-section .section-header h2{color:#fff}.trust-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item-card{flex-direction:column;gap:.75rem;display:flex}.trust-item-card .label{color:#fff;font-family:Archivo,sans-serif;font-size:14px;font-weight:600}.trust-item-card .value{color:#b0b8c8;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.booking-section{background:#fff;padding:6rem 0}.form-container{border:1px solid var(--light-grey);background:#fff;border-radius:1.5rem;max-width:48rem;margin:0 auto;padding:2rem}.form-header{margin-bottom:2rem}.form-header h2{color:var(--steel-navy);margin-bottom:.5rem;font-size:28px;font-weight:700}.form-header p{color:var(--concrete-grey);font-size:15px;line-height:1.6}.form-field{margin-bottom:1.5rem}.form-field label{color:var(--steel-navy);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;display:block}.form-field input,.form-field textarea{border:1px solid var(--light-grey);border-radius:6px;width:100%;padding:.75rem 1rem;font-family:Work Sans,sans-serif;font-size:14px;transition:border-color .2s}.form-field input:focus,.form-field textarea:focus{border-color:var(--forge-orange);outline:none;box-shadow:0 0 0 3px #e8821a1a}.form-field textarea{resize:vertical;min-height:100px}.form-submit{gap:1rem;display:flex}.form-submit .btn{flex:1}.ghl-embed-placeholder{background:var(--light-grey);border:2px dashed var(--mid-grey);text-align:center;color:var(--concrete-grey);border-radius:1rem;padding:2rem}.ghl-embed-placeholder p{margin-bottom:1rem;font-size:14px}.ghl-embed-placeholder code{color:var(--steel-navy);font-family:Space Mono,monospace;font-size:12px}.faq-list{max-width:48rem;margin:0 auto}.faq-item{border-bottom:1px solid var(--mid-grey);background:#fff;border-radius:.75rem;margin-bottom:1rem;overflow:hidden}.faq-question svg{color:var(--concrete-grey);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s ease-out;overflow:hidden}.faq-item.open .faq-answer{max-height:500px}.faq-answer p{color:var(--concrete-grey);padding:0 1.5rem 1.25rem;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.7}[id]{scroll-margin-top:5.5rem}.breadcrumbs{padding-top:5.5rem}@media (min-width:1024px){.hero-grid{grid-template-columns:3fr 2fr}}@media (min-width:1024px){.hero h1{font-size:52px}}.hero h1 .accent{color:var(--forge-orange)}.hero-img-placeholder{background:linear-gradient(135deg, var(--light-grey), var(--mid-grey));aspect-ratio:4/3;color:var(--concrete-grey);border-radius:1rem;justify-content:center;align-items:center;font-family:Work Sans,sans-serif;font-size:14px;display:flex;box-shadow:0 20px 25px -5px #0000001a}.float-card{z-index:20;position:absolute}.float-card-inner-light{border:1px solid var(--light-grey);background:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 10px 15px -3px #0000001a}.float-card-inner-dark{background:var(--steel-navy);border-radius:.75rem;padding:1rem;box-shadow:0 10px 15px -3px #0000001a}.float-top{top:-1rem;right:-1rem}@media (min-width:1024px){.float-top{right:1rem}}.float-bottom{bottom:-1rem;left:-1rem}@media (min-width:1024px){.float-bottom{left:1rem}}.float-row{align-items:center;gap:.75rem;display:flex}.float-label{color:var(--steel-navy);font-family:Archivo,sans-serif;font-size:12px;font-weight:600}.float-value{color:var(--success);font-family:Space Mono,monospace;font-size:11px;font-weight:700}.float-dark-overline{letter-spacing:.08em;text-transform:uppercase;color:var(--forge-orange);margin-bottom:.25rem;font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.float-dark-number{color:#fff;font-family:Space Mono,monospace;font-size:20px;font-weight:700}.float-dark-sub{color:#b0b8c8;font-family:Work Sans,sans-serif;font-size:12px}.icon-box{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.icon-box-orange{color:var(--forge-orange);background:#e8821a1a}.icon-box-green-sm{width:32px;height:32px;color:var(--success);background:#16a34a1a;border-radius:8px;justify-content:center;align-items:center;display:flex}.empathy{background:#fff;padding:6rem 0}.empathy-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.empathy-grid{grid-template-columns:repeat(2,1fr)}}.empathy-card{background:var(--light-grey);border:1px solid #0000;border-radius:1rem;padding:1.5rem;transition:all .3s}@media (min-width:1024px){.empathy-card{padding:2rem}}.empathy-card:hover{border-color:var(--light-grey);background:#fff;box-shadow:0 10px 15px -3px #0000000d}.empathy-card .quote-mark{color:var(--forge-orange);opacity:.3;margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:48px;font-weight:900;line-height:1}.empathy-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600;line-height:1.3}.empathy-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:15px;line-height:1.7}.empathy-card .source{color:var(--concrete-grey);opacity:.7;margin-top:.75rem;font-family:Space Mono,monospace;font-size:11px}.bridge{background:var(--steel-navy);padding:5rem 0}.bridge-inner{text-align:center;max-width:48rem;margin:0 auto}.bridge h2{color:#fff;margin-bottom:1.5rem;font-size:32px;font-weight:700;line-height:1.2}@media (min-width:1024px){.bridge h2{font-size:40px}}.bridge p{color:#b0b8c8;max-width:36rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.7}.bridge-stat-row{grid-template-columns:1fr;gap:2rem;margin-top:2.5rem;display:grid}@media (min-width:768px){.bridge-stat-row{grid-template-columns:repeat(3,1fr)}}.bridge-stat{text-align:center}.bridge-stat-value{color:var(--forge-orange);font-family:Space Mono,monospace;font-size:48px;font-weight:700;line-height:1}@media (min-width:1024px){.bridge-stat-value{font-size:56px}}.bridge-stat-label{color:#b0b8c8;max-width:14rem;margin-top:.75rem;margin-left:auto;margin-right:auto;font-family:Work Sans,sans-serif;font-size:14px}.done-for-you{background:var(--workshop-white);padding:6rem 0}.dfy-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.dfy-grid{grid-template-columns:1fr 1fr}}.dfy-steps{flex-direction:column;gap:1.25rem;display:flex}.dfy-step{border:1px solid var(--light-grey);background:#fff;border-radius:.75rem;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.dfy-step-num{color:var(--forge-orange);opacity:.4;flex-shrink:0;margin-top:2px;font-family:Space Mono,monospace;font-size:24px;font-weight:700;line-height:1}.dfy-step h4{color:var(--steel-navy);margin-bottom:.25rem;font-family:Archivo,sans-serif;font-size:16px;font-weight:600}.dfy-step p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.grant-callout{background:var(--light-grey);padding:5rem 0}.grant-inner{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (min-width:768px){.grant-inner{grid-template-columns:auto 1fr}}.grant-badge{background:#e8821a1a;border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;display:flex}.grant-badge-inner{text-align:center}.grant-badge-amount{color:var(--forge-orange);font-family:Space Mono,monospace;font-size:24px;font-weight:700;line-height:1}.grant-badge-label{text-transform:uppercase;letter-spacing:.08em;color:var(--forge-orange);margin-top:.25rem;font-family:Archivo,sans-serif;font-size:10px;font-weight:600}.grant-text h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:24px;font-weight:700}.grant-text p{color:var(--concrete-grey);max-width:36rem;font-family:Work Sans,sans-serif;font-size:15px;line-height:1.7}.peer-proof{background:var(--dark-bg);padding:6rem 0}.peer-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.peer-grid{grid-template-columns:repeat(3,1fr)}}.peer-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;padding:2rem}.peer-card-overline{letter-spacing:.08em;text-transform:uppercase;color:var(--forge-orange);margin-bottom:1rem;font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.peer-card h3{color:#fff;margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600;line-height:1.3}.peer-card p{color:#b0b8c8;margin-bottom:1rem;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.peer-card-stat{align-items:baseline;gap:.5rem;display:flex}.peer-card-stat-value{color:var(--forge-orange);font-family:Space Mono,monospace;font-size:28px;font-weight:700}.peer-card-stat-label{color:#b0b8c8;font-family:Work Sans,sans-serif;font-size:12px}.services-relevant{background:var(--workshop-white);padding:6rem 0}.sr-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.sr-grid{grid-template-columns:repeat(3,1fr)}}.sr-card{border:1px solid var(--light-grey);cursor:pointer;background:#fff;border-radius:1rem;flex-direction:column;padding:2rem;transition:all .3s;display:flex}.sr-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.sr-card h3{color:var(--steel-navy);margin-top:.75rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600}.sr-card p{color:var(--concrete-grey);flex:1;margin-top:.5rem;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.sr-link{color:var(--forge-orange);align-items:center;gap:.5rem;margin-top:1rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.sr-card:hover .sr-link{gap:.75rem}.faq-item{border-bottom:1px solid var(--mid-grey)}.faq-item:first-child{border-top:1px solid var(--mid-grey)}.faq-question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 0;display:flex}.faq-question h3{color:var(--steel-navy);font-family:Archivo,sans-serif;font-size:18px;font-weight:600;line-height:1.3}.faq-answer p{color:var(--concrete-grey);padding-bottom:1.25rem;font-family:Work Sans,sans-serif;font-size:15px;line-height:1.7}.btn-ghost{color:var(--steel-navy);background:0 0}.btn-ghost:hover{background:#1b2a4a0d}.section-header{text-align:center;margin-bottom:4rem}.section-header p{color:var(--concrete-grey);max-width:40rem;margin:0 auto;font-size:16px;line-height:1.7}.hero{background:var(--workshop-white);padding-top:7rem;padding-bottom:5rem;overflow:hidden}.hero h1{letter-spacing:-.02em;color:var(--steel-navy);margin-bottom:1.5rem;font-size:48px;font-weight:900;line-height:1.1}@media (min-width:1024px){.hero h1{font-size:56px}}.dashboard-card{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.dashboard-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:22px;font-weight:700}.bar-group{flex-direction:column;gap:1rem;display:flex}.bar-item-header{justify-content:space-between;margin-bottom:.375rem;display:flex}.bar-item-header .name{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:13px;font-weight:500}.bar-item-header .value{color:var(--concrete-grey);font-family:Space Mono,monospace;font-size:12px}.bar-track{background:var(--light-grey);border-radius:9999px;height:8px;overflow:hidden}.bar-fill{border-radius:9999px;height:100%}.bar-success{background:var(--success)}.bar-blue{background:var(--blueprint-blue)}.bar-warning{background:var(--warning)}.bar-error{background:var(--error)}.bar-forge{background:var(--forge-orange)}.stats-bar{background:var(--steel-navy);padding:4rem 0}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-value{color:#fff;margin-bottom:.5rem;font-family:Space Mono,monospace;font-size:40px;font-weight:700;line-height:1}@media (min-width:1024px){.stat-value{font-size:48px}}.stat-label{color:#b0b8c8;font-family:Work Sans,sans-serif;font-size:14px}.pain-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.pain-grid{grid-template-columns:repeat(2,1fr)}}.pain-card{border:1px solid var(--light-grey);background:#fff;border-radius:1rem;padding:1.5rem;transition:box-shadow .3s}@media (min-width:1024px){.pain-card{padding:2rem}}.pain-card:hover{box-shadow:0 10px 15px -3px #0000001a}.pain-card-top{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.pain-card h3{color:var(--steel-navy);font-family:Archivo,sans-serif;font-size:22px;font-weight:600;line-height:1.3}.pain-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:15px;line-height:1.7}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{border:1px solid var(--light-grey);cursor:pointer;background:#fff;border-radius:1rem;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}@media (min-width:1024px){.service-card{padding:2rem}}.service-card h3{color:var(--steel-navy);margin-top:.75rem;font-family:Archivo,sans-serif;font-size:22px;font-weight:600;line-height:1.3}.service-card p{color:var(--concrete-grey);flex:1;margin-top:.75rem;font-family:Work Sans,sans-serif;font-size:15px;line-height:1.7}.service-link{color:var(--forge-orange);align-items:center;gap:.5rem;margin-top:1.25rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.service-card:hover .service-link{gap:.75rem}.step-card{text-align:center;position:relative}.step-number{color:var(--forge-orange);opacity:.2;margin-bottom:1rem;font-family:Space Mono,monospace;font-size:48px;font-weight:700;line-height:1}.step-connector{display:none}@media (min-width:768px){.step-connector{background:var(--mid-grey);width:2rem;height:2px;display:block;position:absolute;top:1.5rem;right:-1rem}}.industries{background:var(--workshop-white);padding:6rem 0}.industry-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.industry-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.industry-grid{grid-template-columns:repeat(4,1fr)}}.industry-card{border:1px solid var(--light-grey);cursor:pointer;text-align:center;background:#fff;border-radius:1rem;padding:1.5rem;transition:all .3s}@media (min-width:1024px){.industry-card{padding:2rem}}.industry-icon{width:56px;height:56px;color:var(--forge-orange);background:#e8821a1a;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.industry-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.dataviz{background:var(--dark-bg);padding:6rem 0;overflow:hidden}.dataviz-grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.dataviz-grid{grid-template-columns:1fr 1fr}}.dataviz h2{letter-spacing:-.01em;color:#fff;margin-bottom:1.5rem;font-size:32px;font-weight:700;line-height:1.2}@media (min-width:1024px){.dataviz h2{font-size:36px}}.dataviz .body-text{color:#b0b8c8;max-width:32rem;margin-bottom:2rem;font-size:16px;line-height:1.7}.dark-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.dark-stat-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;padding:1.25rem}.dark-stat-value{color:var(--forge-orange);font-family:Space Mono,monospace;font-size:32px;font-weight:700;line-height:1}.dark-stat-desc{color:#b0b8c8;margin-top:.5rem;font-family:Work Sans,sans-serif;font-size:13px}.dark-chart-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;padding:1.5rem}@media (min-width:1024px){.dark-chart-card{padding:2rem}}.dark-chart-header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.dark-chart-title{color:#fff;font-family:Archivo,sans-serif;font-size:18px;font-weight:600}.dark-bar-group{flex-direction:column;gap:1rem;display:flex}.dark-bar-header{justify-content:space-between;margin-bottom:.25rem;display:flex}.dark-bar-label{color:#b0b8c8;font-family:Work Sans,sans-serif;font-size:13px}.dark-bar-value{color:#fff;font-family:Space Mono,monospace;font-size:12px;font-weight:700}.dark-bar-track{background:#ffffff1a;border-radius:9999px;height:12px;overflow:hidden}.dark-bar-fill{border-radius:9999px;height:100%}.dark-legend{color:#b0b8c8;border-top:1px solid #ffffff1a;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;font-family:Space Mono,monospace;font-size:11px;display:flex}.legend-dot{border-radius:2px;width:10px;height:10px;margin-right:.375rem;display:inline-block}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.pricing-card{border:1px solid var(--light-grey);background:#fff;border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex;position:relative}@media (min-width:1024px){.pricing-card{padding:2rem}}.pricing-card.highlighted{background:var(--steel-navy);border-color:var(--steel-navy);color:#fff}.pricing-pill{background:var(--forge-orange);color:#fff;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:9999px;padding:.25rem 1rem;font-family:Archivo,sans-serif;font-size:11px;font-weight:600;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.pricing-overline{letter-spacing:.08em;text-transform:uppercase;font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.pricing-name{margin-top:.5rem;font-family:Archivo,sans-serif;font-size:24px;font-weight:700}.pricing-price{margin-top:1rem;margin-bottom:.5rem}.pricing-from{margin-bottom:.25rem;font-family:Work Sans,sans-serif;font-size:13px;display:block}.pricing-amount{font-family:Space Mono,monospace;font-size:36px;font-weight:700;line-height:1}.pricing-period{margin-left:.25rem;font-family:Work Sans,sans-serif;font-size:14px}.pricing-desc{margin-top:.75rem;margin-bottom:1.5rem;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.pricing-features{flex-direction:column;gap:.75rem;margin-top:auto;margin-bottom:1.5rem;list-style:none;display:flex}.pricing-feature{align-items:flex-start;gap:.75rem;display:flex}.pricing-feature svg{flex-shrink:0;margin-top:2px}.pricing-feature span{font-family:Work Sans,sans-serif;font-size:14px;line-height:1.5}.testimonial{background:var(--light-grey);padding:6rem 0}.testimonial-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.testimonial-grid{grid-template-columns:1fr 1fr}}.quote-icon{width:48px;height:48px;color:var(--forge-orange);background:#e8821a1a;border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}blockquote{color:var(--steel-navy);margin-bottom:2rem;font-family:Archivo,sans-serif;font-size:22px;font-weight:600;line-height:1.4}@media (min-width:1024px){blockquote{font-size:26px}}.author-row{align-items:center;gap:1rem;display:flex}.avatar{background:var(--mid-grey);width:56px;height:56px;color:var(--steel-navy);border:2px solid #e8821a33;border-radius:50%;justify-content:center;align-items:center;font-family:Archivo,sans-serif;font-size:18px;font-weight:700;display:flex}.author-name{color:var(--steel-navy);font-family:Archivo,sans-serif;font-size:16px;font-weight:600}.author-title{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px}.author-sub{color:#6b7280b3;font-family:Work Sans,sans-serif;font-size:13px}.testimonial-img{aspect-ratio:6/5;background:var(--mid-grey);border-radius:1rem;position:relative;overflow:hidden}.testimonial-img-placeholder{width:100%;height:100%;color:var(--concrete-grey);background:linear-gradient(135deg, var(--light-grey), var(--mid-grey));justify-content:center;align-items:center;font-family:Work Sans,sans-serif;font-size:14px;display:flex}.social-proof-badge{border:1px solid var(--light-grey);z-index:20;background:#fff;border-radius:.75rem;padding:1rem;position:absolute;bottom:-1rem;left:-1rem;box-shadow:0 10px 15px -3px #0000001a}.proof-row{align-items:center;gap:.75rem;display:flex}.avatar-stack{display:flex}.avatar-stack .mini-avatar{width:32px;height:32px;color:var(--steel-navy);background:#1b2a4a1a;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;margin-left:-.5rem;font-family:Archivo,sans-serif;font-size:10px;font-weight:700;display:flex}.avatar-stack .mini-avatar:first-child{margin-left:0}.proof-text-main{color:var(--steel-navy);font-family:Archivo,sans-serif;font-size:13px;font-weight:600}.proof-text-sub{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:11px}.cta-banner{background:var(--steel-navy);padding:5rem 0}.blog-teasers{background:var(--workshop-white);padding:6rem 0}.blog-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{border:1px solid var(--light-grey);cursor:pointer;background:#fff;border-radius:1rem;transition:all .3s;overflow:hidden}.blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.blog-card-img{background:var(--light-grey);height:200px;color:var(--concrete-grey);justify-content:center;align-items:center;font-size:14px;display:flex}.blog-card-body{padding:1.5rem}.blog-card-cat{letter-spacing:.08em;text-transform:uppercase;color:var(--forge-orange);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.blog-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600;line-height:1.3}.blog-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.final-cta{background:var(--dark-bg);padding:6rem 0}.final-cta-inner{text-align:center;max-width:48rem;margin:0 auto}.final-cta h2{letter-spacing:-.01em;color:#fff;margin-bottom:1.5rem;font-size:32px;font-weight:700;line-height:1.15}@media (min-width:1024px){.final-cta h2{font-size:40px}}.final-cta .body-text{color:#b0b8c8;max-width:36rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.7}.final-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.final-cta .fine-print{color:#b0b8c899;margin-top:1.5rem;font-family:Work Sans,sans-serif;font-size:13px}@media (min-width:768px){.services-grid-5{grid-template-columns:repeat(2,1fr)!important}}@media (min-width:1024px){.services-grid-5{grid-template-columns:repeat(3,1fr)!important}}.hero-industry{background:var(--workshop-white);padding-top:2rem;padding-bottom:5rem;overflow:hidden}.hero-industry h1{letter-spacing:-.02em;color:var(--steel-navy);margin-bottom:1.5rem;font-size:44px;font-weight:900;line-height:1.1}@media (min-width:1024px){.hero-industry h1{font-size:52px}}.hero-industry h1 .accent{color:var(--forge-orange)}.compliance-stack{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.stack-header{border-bottom:1px solid var(--light-grey);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.stack-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.stack-item{align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.stack-item svg{color:var(--forge-orange);flex-shrink:0;width:20px;height:20px}.stack-item-text{flex:1}.stack-item .label{color:var(--concrete-grey);text-transform:uppercase;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.stack-item .title{color:var(--steel-navy);font-family:Archivo,sans-serif;font-size:14px;font-weight:600}.challenges{background:#fff;padding:6rem 0}.challenges-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.challenges-grid{grid-template-columns:repeat(2,1fr)}}.challenge-card{background:var(--light-grey);border:1px solid #0000;border-radius:1rem;padding:1.5rem;transition:all .3s}@media (min-width:1024px){.challenge-card{padding:2rem}}.challenge-card:hover{border-color:var(--light-grey);background:#fff;box-shadow:0 10px 15px -3px #0000000d}.challenge-card-icon{margin-bottom:1rem}.challenge-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600;line-height:1.3}.challenge-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:15px;line-height:1.7}.how-help{background:var(--light-grey);padding:6rem 0}.service-item{border:1px solid var(--light-grey);background:#fff;border-radius:.75rem;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.service-item h4{color:var(--steel-navy);margin-bottom:.25rem;font-family:Archivo,sans-serif;font-size:16px;font-weight:600}.service-item p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.why-us{background:#fff;padding:6rem 0}.why-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.why-card{background:var(--workshop-white);border:1px solid var(--light-grey);border-radius:1rem;padding:1.5rem;transition:all .3s}@media (min-width:1024px){.why-card{padding:2rem}}.why-card-icon{width:56px;height:56px;color:var(--forge-orange);border-radius:0;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.why-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.industry-stats{background:var(--dark-bg);color:#fff;padding:5rem 0}.industry-stats .section-header h2{color:#fff}.stats-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-number{color:var(--forge-orange);word-spacing:-.2em;margin-bottom:.5rem;font-family:Space Mono,monospace;font-size:48px;font-weight:700}.stat-label{color:#b0b8c8;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.related-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.related-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.related-grid{grid-template-columns:repeat(4,1fr)}}.related-card{border:1px solid var(--light-grey);cursor:pointer;background:#fff;border-radius:1rem;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}@media (min-width:1024px){.related-card{padding:1.5rem}}.related-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.related-card-icon{width:40px;height:40px;color:var(--forge-orange);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.related-card-icon svg{width:24px;height:24px}.related-card p{color:var(--concrete-grey);flex:1;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.related-link{color:var(--forge-orange);align-items:center;gap:.5rem;margin-top:1rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.related-card:hover .related-link{gap:.75rem}.faq{background:#fff;padding:6rem 0}.stat-number{color:var(--forge-orange);margin-bottom:.5rem;font-family:Space Mono,monospace;font-size:48px;font-weight:700}.breadcrumbs{padding-top:5.5rem;padding-bottom:1.5rem}.hero-hub{background:var(--workshop-white);text-align:center;padding:4rem 0 5rem}.hero-hub-inner{max-width:48rem;margin:0 auto}.hero-hub h1{letter-spacing:-.02em;color:var(--steel-navy);margin-bottom:1.5rem;font-size:44px;font-weight:900;line-height:1.1}@media (min-width:1024px){.hero-hub h1{font-size:52px}}.hero-hub .subtitle{color:var(--concrete-grey);margin-bottom:2.5rem;font-size:16px;line-height:1.7}.industry-cards-section{background:#fff;padding:6rem 0}.industry-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.industry-grid .industry-card{width:100%}@media (min-width:768px){.industry-grid .industry-card{width:calc(50% - .75rem)}}@media (min-width:1024px){.industry-grid .industry-card{width:calc(50% - .75rem)}}.industry-card{background:var(--workshop-white);border:1px solid var(--light-grey);cursor:pointer;color:inherit;border-radius:1rem;flex-direction:column;padding:2.5rem;text-decoration:none;transition:all .3s;display:flex}.industry-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.industry-card-icon{width:56px;height:56px;color:var(--forge-orange);justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:32px;display:flex}.industry-card p{color:var(--concrete-grey);flex:1;margin-bottom:1.5rem;font-family:Work Sans,sans-serif;font-size:15px;line-height:1.6}.industry-card-link{color:var(--forge-orange);align-items:center;gap:.5rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.industry-card:hover .industry-card-link{gap:.75rem}.why-industry-section{background:var(--light-grey);padding:6rem 0}.why-industry-inner{max-width:48rem;margin:0 auto}.why-industry-section h2{letter-spacing:-.01em;color:var(--steel-navy);margin-bottom:1.5rem;font-size:32px;font-weight:700;line-height:1.2}@media (min-width:1024px){.why-industry-section h2{font-size:36px}}.why-industry-section p{color:var(--concrete-grey);margin-bottom:1.5rem;font-family:Work Sans,sans-serif;font-size:16px;line-height:1.8}.why-industry-section p:last-child{margin-bottom:0}.hero-location{color:#fff;background:linear-gradient(135deg,#1b2a4a 0%,#2a3a5a 100%);padding-top:2rem;padding-bottom:5rem;overflow:hidden}@media (min-width:1024px){.hero-location h1{font-size:52px}}.hero-location h1 .accent{color:var(--forge-orange)}.hero-desc{color:#b0b8c8;max-width:540px;margin-bottom:2rem;font-size:16px;line-height:1.7}.hero-visual-location{text-align:center;background:#e8821a1a;border:1px solid #e8821a4d;border-radius:1.5rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;position:relative}.hero-visual-icon{background:#e8821a33;border-radius:1rem;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex}.hero-visual-icon svg{width:40px;height:40px;color:var(--forge-orange)}.hero-visual-text{color:#fff;font-size:18px;font-weight:600;line-height:1.4}.why-adelaide{background:#fff;padding:6rem 0}.services-available{background:var(--light-grey);padding:6rem 0}@media (min-width:768px){.expertise-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.expertise-card{padding:2rem}}.expertise-card:hover{border-color:var(--light-grey);background:#fff;box-shadow:0 10px 15px -3px #0000000d}.expertise-card-icon{margin-bottom:1rem}.expertise-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600;line-height:1.3}.industries-serve{background:var(--light-grey);padding:6rem 0}.industries-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.industries-grid{grid-template-columns:repeat(2,1fr)}}.industry-item{border:1px solid var(--light-grey);background:#fff;border-radius:1rem;padding:2rem;transition:all .3s}@media (min-width:1024px){.industry-item{padding:2rem}}.industry-item:hover{box-shadow:0 10px 15px -3px #0000001a}.industry-item-icon{width:56px;height:56px;color:var(--forge-orange);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.industry-item-icon svg{width:32px;height:32px}.industry-item h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600}.industry-item p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.hero-location h1{letter-spacing:-.02em;color:var(--steel-navy);margin-bottom:1.5rem;font-size:44px;font-weight:900;line-height:1.1}.hero-visual{background:linear-gradient(135deg,#e8821a14 0%,#3b82c614 100%);border-radius:1rem;justify-content:center;align-items:center;min-height:360px;padding:2rem;display:flex;position:relative}.canberra-icon{border:2px solid var(--forge-orange);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.canberra-icon svg{color:var(--forge-orange);width:80px;height:80px}.why-canberra{background:#fff;padding:6rem 0}.why-card-icon{margin-bottom:1.25rem}.why-card-icon svg{color:var(--forge-orange);width:32px;height:32px}.services{background:var(--light-grey);padding:6rem 0}.expertise{background:#fff;padding:6rem 0}.expertise-card:hover{box-shadow:0 10px 15px -3px #0000001a}.expertise-card-icon svg{color:var(--forge-orange);width:28px;height:28px}.expertise-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.industry-section{background:var(--light-grey);padding:6rem 0}.industry-link{color:var(--forge-orange);align-items:center;gap:.5rem;margin-top:1rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.industry-card:hover .industry-link{gap:.75rem}.location-cards-section{background:#fff;padding:6rem 0}.location-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.location-grid .location-card{width:100%}@media (min-width:768px){.location-grid .location-card{width:calc(50% - .75rem)}}@media (min-width:1024px){.location-grid .location-card{width:calc(33.333% - 1rem)}}.location-card{background:var(--workshop-white);border:1px solid var(--light-grey);cursor:pointer;color:inherit;border-radius:1rem;flex-direction:column;padding:2.5rem;text-decoration:none;transition:all .3s;display:flex}.location-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.location-card-icon{width:56px;height:56px;color:var(--forge-orange);justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:32px;display:flex}.location-card h3{color:var(--steel-navy);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:24px;font-weight:700;line-height:1.3}.location-card .location-state{color:var(--concrete-grey);margin-bottom:1rem;font-family:Work Sans,sans-serif;font-size:13px;font-weight:500}.location-card p{color:var(--concrete-grey);flex:1;margin-bottom:1.5rem;font-family:Work Sans,sans-serif;font-size:15px;line-height:1.6}.location-card-link{color:var(--forge-orange);align-items:center;gap:.5rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.location-card:hover .location-card-link{gap:.75rem}.national-reach-section{background:var(--light-grey);padding:6rem 0}.national-reach-inner{max-width:48rem;margin:0 auto}.national-reach-section h2{letter-spacing:-.01em;color:var(--steel-navy);margin-bottom:1.5rem;font-size:32px;font-weight:700;line-height:1.2}@media (min-width:1024px){.national-reach-section h2{font-size:36px}}.national-reach-section p{color:var(--concrete-grey);margin-bottom:1.5rem;font-family:Work Sans,sans-serif;font-size:16px;line-height:1.8}.national-reach-section p:last-child{margin-bottom:0}.location-card-title{align-items:center;gap:.5rem;display:flex}.hq-badge{background:var(--forge-orange);color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:.25rem .625rem;font-family:Archivo,sans-serif;font-size:10px;font-weight:600;line-height:1;display:inline-block}.hero-location{background:linear-gradient(135deg, var(--workshop-white) 0%, #e8821a0d 100%);padding-top:2rem;padding-bottom:5rem;overflow:hidden}.location-highlight{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.highlight-header{border-bottom:1px solid var(--light-grey);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.highlight-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.highlight-item{align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.highlight-item svg{color:var(--forge-orange);flex-shrink:0;width:20px;height:20px}.highlight-item-text{flex:1}.highlight-item .label{color:var(--concrete-grey);text-transform:uppercase;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.highlight-item .title{color:var(--steel-navy);font-family:Archivo,sans-serif;font-size:14px;font-weight:600}.why-melbourne{background:#fff;padding:6rem 0}.why-melbourne-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.why-melbourne-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.why-melbourne-grid{grid-template-columns:repeat(3,1fr)}}.why-card-icon{width:40px;height:40px;color:var(--forge-orange);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.why-card-icon svg{width:24px;height:24px}.expertise-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.expertise-grid{grid-template-columns:1fr 1fr}}.expertise-card{background:var(--light-grey);border:1px solid #0000;border-radius:1rem;padding:2rem;transition:all .3s}.expertise-card p{color:var(--concrete-grey);margin-bottom:1rem;font-family:Work Sans,sans-serif;font-size:15px;line-height:1.7}@media (min-width:1024px){.industries-grid{grid-template-columns:repeat(3,1fr)}}.industry-card{border:1px solid var(--light-grey);cursor:pointer;background:#fff;border-radius:1rem;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}@media (min-width:1024px){.industry-card{padding:1.5rem}}.industry-card h3{color:var(--steel-navy);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600;line-height:1.3}.industry-card p{color:var(--concrete-grey);flex:1;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.location-badge{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:2rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.badge-title{color:var(--steel-navy);margin-bottom:1.5rem;font-family:Archivo,sans-serif;font-size:24px;font-weight:700}.badge-item{border-bottom:1px solid var(--light-grey);align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.badge-item:last-child{border-bottom:none}.badge-icon{width:32px;height:32px;color:var(--forge-orange);flex-shrink:0;justify-content:center;align-items:center;display:flex}.badge-icon svg{width:24px;height:24px}.badge-item h4{color:var(--steel-navy);margin-bottom:.25rem;font-family:Archivo,sans-serif;font-size:15px;font-weight:600}.badge-item p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:13px;line-height:1.6}.why-location{background:#fff;padding:6rem 0}.why-location-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.why-location-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.why-location-grid{grid-template-columns:repeat(4,1fr)}}.why-location-card{background:var(--light-grey);border:1px solid #0000;border-radius:1rem;padding:1.75rem;transition:all .3s}.why-location-card:hover{background:#fff;box-shadow:0 10px 15px -3px #0000000d}.why-location-card-icon{width:48px;height:48px;color:var(--forge-orange);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.why-location-card-icon svg{width:28px;height:28px}.why-location-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600;line-height:1.3}.why-location-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.local-expertise{background:var(--light-grey);padding:6rem 0}.expertise-card{border:1px solid var(--light-grey);background:#fff;border-radius:1rem;padding:2rem;transition:all .3s}.expertise-card h3{color:var(--steel-navy);margin-bottom:1rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600}.services-location{background:#fff;padding:6rem 0}.service-item{background:var(--light-grey);border:1px solid #0000;border-radius:1rem;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.service-item:hover{background:#fff;box-shadow:0 10px 15px -3px #0000000d}.service-item svg{color:var(--forge-orange);flex-shrink:0;width:28px;height:28px;margin-top:2px}.industries-location{background:var(--light-grey);padding:6rem 0}.industry-card{border:1px solid var(--light-grey);cursor:pointer;background:#fff;border-radius:1rem;padding:2rem;transition:all .3s}.industry-card-icon{width:56px;height:56px;color:var(--forge-orange);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.industry-card-icon svg{width:32px;height:32px}.industry-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600}.section-header.dark h2{color:#fff}.hero-location{color:#fff;background:linear-gradient(135deg,#1b2a4a 0%,#2d4066 100%);padding-top:2rem;padding-bottom:5rem;position:relative;overflow:hidden}.hero-location:before{content:"";z-index:1;background:radial-gradient(circle,#e8821a1a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.hero-grid{z-index:2;grid-template-columns:1fr;align-items:center;gap:3rem;display:grid;position:relative}.trust-row{color:#b0b8c8;flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:13px;display:flex}.location-highlights{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.expertise-content{grid-template-columns:1fr;align-items:center;gap:2rem;max-width:48rem;display:grid}.expertise-text h3{color:var(--steel-navy);margin-bottom:1rem;font-family:Archivo,sans-serif;font-size:24px;font-weight:600}.expertise-text p{color:var(--concrete-grey);margin-bottom:1rem;font-family:Work Sans,sans-serif;font-size:15px;line-height:1.7}.expertise-points{list-style:none}.expertise-points li{color:var(--concrete-grey);align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:15px;line-height:1.6;display:flex}.expertise-points li svg{color:var(--success);flex-shrink:0;width:20px;height:20px;margin-top:2px}.industries-location .section-header h2{color:var(--steel-navy)}.hero-simple{background:var(--workshop-white);padding:3rem 0 4rem;overflow:hidden}@media (min-width:1024px){.hero-simple h1{font-size:48px}}.hero-subtitle{color:var(--concrete-grey);margin-bottom:0;font-size:18px;line-height:1.6}.policy-content{background:#fff;padding:4rem 0}.policy-inner{max-width:56rem;margin:0 auto}.policy-section{margin-bottom:3rem}.policy-section:last-child{margin-bottom:0}.policy-section h2{letter-spacing:-.01em;color:var(--steel-navy);border-bottom:1px solid var(--light-grey);margin-bottom:1.25rem;padding-bottom:1rem;font-family:Archivo,sans-serif;font-size:28px;font-weight:700;line-height:1.25}.policy-section h3{color:var(--steel-navy);margin-top:1.5rem;margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600;line-height:1.35}.policy-section h3:first-of-type{margin-top:0}.policy-section p{color:var(--concrete-grey);margin-bottom:1rem;font-family:Work Sans,sans-serif;font-size:16px;line-height:1.8}.policy-section ul{margin-bottom:1.5rem;padding-left:0;list-style:none}.policy-section li{color:var(--concrete-grey);margin-bottom:.75rem;padding-left:1.75rem;font-family:Work Sans,sans-serif;font-size:16px;line-height:1.8;position:relative}.policy-section li:before{content:"•";color:var(--forge-orange);font-weight:700;position:absolute;left:0}.policy-section strong{color:var(--steel-navy)}.update-date{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;font-style:italic}.hero-security{background:var(--workshop-white);padding-top:2rem;padding-bottom:5rem;overflow:hidden}.hero-security h1{letter-spacing:-.02em;color:var(--steel-navy);margin-bottom:1.5rem;font-size:44px;font-weight:900;line-height:1.1}@media (min-width:1024px){.hero-security h1{font-size:52px}}.hero-security h1 .accent{color:var(--forge-orange)}.our-approach{background:#fff;padding:6rem 0}.approach-content{grid-template-columns:1fr;align-items:start;gap:3rem;display:grid}@media (min-width:1024px){.approach-content{grid-template-columns:1fr 1fr}}.approach-text p{color:var(--concrete-grey);margin-bottom:1.25rem;font-size:15px;line-height:1.7}.approach-text p:last-child{margin-bottom:0}.approach-highlights{background:var(--light-grey);border:1px solid #0000;border-radius:1rem;padding:2rem}.highlight-item{gap:1.25rem;margin-bottom:1.5rem;display:flex}.highlight-item:last-child{margin-bottom:0}.highlight-icon{width:24px;height:24px;color:var(--forge-orange);flex-shrink:0}.highlight-item h4{color:var(--steel-navy);margin-bottom:.25rem;font-family:Archivo,sans-serif;font-size:15px;font-weight:600}.highlight-item p{color:var(--concrete-grey);font-size:14px;line-height:1.6}.security-practices{background:var(--dark-bg);color:#fff;padding:6rem 0}.security-practices .section-header h2{color:#fff}.security-practices .section-header p{color:#fffc}.practices-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.practices-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.practices-grid{grid-template-columns:repeat(3,1fr)}}.practice-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;padding:2rem;transition:all .3s}.practice-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.practice-card-icon{width:32px;height:32px;color:var(--forge-orange);margin-bottom:1.5rem}.practice-card h3{color:#fff;margin-bottom:1rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:700;line-height:1.3}.practice-card p{color:#ffffffd9;font-size:15px;line-height:1.7}.continuous-improvement{background:#fff;padding:6rem 0}.improvement-content{max-width:40rem}.improvement-content p{color:var(--concrete-grey);margin-bottom:1.5rem;font-size:15px;line-height:1.7}.improvement-content p:last-child{margin-bottom:0}.improvement-highlights{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;display:grid}@media (min-width:768px){.improvement-highlights{grid-template-columns:repeat(2,1fr)}}.improvement-item{background:var(--light-grey);border:1px solid #0000;border-radius:.75rem;padding:1.5rem}.improvement-item h4{color:var(--steel-navy);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600}.improvement-item p{color:var(--concrete-grey);margin-bottom:0;font-size:14px;line-height:1.6}.cta-banner{background:linear-gradient(135deg, var(--steel-navy) 0%, #234464 100%);color:#fff;padding:5rem 0}.cta-banner-inner{text-align:center;max-width:50rem;margin:0 auto}.cta-banner h2{letter-spacing:-.01em;margin-bottom:1.5rem;font-family:Archivo,sans-serif;font-size:40px;font-weight:900;line-height:1.2}@media (min-width:1024px){.cta-banner h2{font-size:44px}}.cta-banner p{opacity:.95;margin-bottom:2rem;font-size:16px;line-height:1.7}.cta-banner-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (min-width:768px){.cta-banner-buttons{gap:1.5rem}}.cta-banner .fine-print{opacity:.8;margin-top:1.5rem;font-size:13px}.footer{background:var(--steel-navy);color:#fff;padding:4rem 0 2rem}.footer-inner{flex-direction:column;gap:3rem;display:flex}.footer-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(5,1fr)}}.footer-brand p{color:#fffc;margin-top:.5rem;font-size:14px;line-height:1.6}.footer-col h4{margin-bottom:1rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col a{color:#fffc;font-size:14px;transition:color .2s}.footer-bottom{border-top:1px solid #ffffff1a;flex-direction:column;gap:1rem;padding-top:2rem;display:flex}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom p{color:#ffffffb3;font-size:13px}.footer-legal{flex-wrap:wrap;gap:2rem;display:flex}.footer-legal a{color:#ffffffb3;font-size:13px;transition:color .2s}.hero-service{background:var(--workshop-white);padding-top:2rem;padding-bottom:5rem;overflow:hidden}.hero-service h1{letter-spacing:-.02em;color:var(--steel-navy);margin-bottom:1.5rem;font-size:44px;font-weight:900;line-height:1.1}@media (min-width:1024px){.hero-service h1{font-size:52px}}.hero-service h1 .accent{color:var(--forge-orange)}.review-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.review-mockup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.review-mockup-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.review-mockup-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.review-timeline{flex-direction:column;gap:1rem;display:flex}.timeline-item{background:var(--light-grey);border-radius:8px;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.timeline-dot{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:12px;display:flex}.timeline-content{flex:1}.timeline-content .period{color:var(--concrete-grey);text-transform:uppercase;margin-bottom:.25rem;font-family:Space Mono,monospace;font-size:11px;font-weight:700}.timeline-content .activity{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:14px;font-weight:500}.pain-points{background:#fff;padding:6rem 0}.pain-card{background:var(--light-grey);border:1px solid #0000;border-radius:1rem;padding:1.5rem;transition:all .3s}.pain-card:hover{border-color:var(--light-grey);background:#fff;box-shadow:0 10px 15px -3px #0000000d}.pain-card-icon{margin-bottom:1rem}.pain-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600;line-height:1.3}.whats-included{background:var(--light-grey);padding:6rem 0}.deliverables-grid{grid-template-columns:1fr;gap:1rem;display:grid}.deliverable-item{border:1px solid var(--light-grey);background:#fff;border-radius:.75rem;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.deliverable-item svg{color:var(--success);flex-shrink:0;margin-top:2px}.deliverable-item h4{color:var(--steel-navy);margin-bottom:.25rem;font-family:Archivo,sans-serif;font-size:16px;font-weight:600}.deliverable-item p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.how-it-works{background:#fff;padding:6rem 0}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.step-card{text-align:center}.step-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:22px;font-weight:700}.step-card p{color:var(--concrete-grey);max-width:20rem;margin:0 auto;font-family:Work Sans,sans-serif;font-size:15px;line-height:1.7}.who-for{background:var(--light-grey);padding:6rem 0}.who-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.who-grid{grid-template-columns:repeat(2,1fr)}}.who-card{border:1px solid var(--light-grey);text-align:center;background:#fff;border-radius:1rem;padding:2rem;transition:all .3s}.who-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.who-card-icon{width:56px;height:56px;color:var(--forge-orange);background:#e8821a1a;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.who-card h3{color:var(--steel-navy);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600}.who-card .audience-tag{color:var(--forge-orange);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-family:Space Mono,monospace;font-size:11px;font-weight:700;display:block}.who-card p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.related-services{background:#fff;padding:6rem 0}@media (min-width:768px){.related-grid{grid-template-columns:repeat(3,1fr)}}.related-card{background:var(--workshop-white);border:1px solid var(--light-grey);cursor:pointer;border-radius:1rem;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}@media (min-width:1024px){.related-card{padding:2rem}}.related-card h3{color:var(--steel-navy);margin-top:.75rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600;line-height:1.3}.related-card p{color:var(--concrete-grey);flex:1;margin-top:.5rem;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.cmmc-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.cmmc-mockup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.cmmc-mockup-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.cmmc-mockup-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.cmmc-mapping{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;margin-bottom:1.5rem;display:grid}.cmmc-column{background:var(--light-grey);border-radius:.75rem;padding:1rem}.cmmc-column-header{letter-spacing:.08em;text-transform:uppercase;color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:12px;font-weight:600;display:block}.cmmc-control{color:var(--steel-navy);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:13px;display:flex}.cmmc-control-label{flex:1;font-weight:500}.cmmc-status{white-space:nowrap;border-radius:4px;padding:.2rem .4rem;font-family:Space Mono,monospace;font-size:11px;font-weight:700}.cmmc-status-pass{color:var(--success);background:#16a34a1a}.cmmc-status-mapping{color:var(--blueprint-blue);background:#3b82c61a}.cmmc-mapping-arrow{background:linear-gradient(180deg, var(--mid-grey), transparent);width:2px;height:60px;display:none;position:absolute;left:50%;transform:translate(-50%)}@media (min-width:768px){.cmmc-mapping-arrow{display:block}.pain-grid,.who-grid{grid-template-columns:repeat(3,1fr)}}.csq-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.csq-mockup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.csq-mockup-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.csq-mockup-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.csq-sections{flex-direction:column;gap:1rem;display:flex}.csq-section-item{background:var(--light-grey);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.csq-section-dot{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.csq-section-label{flex:1}.csq-section-label .name{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:14px;font-weight:500}.csq-section-label .status{font-family:Space Mono,monospace;font-size:11px;font-weight:700}.status-pass{color:var(--success)}.status-progress{color:var(--blueprint-blue)}.status-pending{color:var(--warning)}.pricing-section{background:#fff;padding:6rem 0}.pricing-box{background:var(--light-grey);border:1px solid var(--mid-grey);border-radius:1rem;max-width:500px;padding:2rem}.pricing-box h3{color:var(--steel-navy);margin-bottom:1.5rem;font-size:18px;font-weight:700}.pricing-amount{color:var(--forge-orange);margin-bottom:.5rem;font-family:Space Mono,monospace;font-size:32px;font-weight:700}.pricing-note{color:var(--concrete-grey);margin-bottom:1.5rem;font-size:14px;line-height:1.6}.pricing-cta{margin-top:1.5rem}.risk-dashboard{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.risk-dashboard-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.risk-dashboard-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.risk-dashboard-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.risk-matrix{flex-direction:column;gap:.5rem;display:flex}.risk-item{background:var(--light-grey);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.risk-badge{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-family:Archivo,sans-serif;font-size:10px;font-weight:700;display:flex}.risk-high{background:var(--error)}.risk-medium{background:var(--warning)}.risk-low{background:var(--success)}.risk-label{flex:1}.risk-label .name{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:14px;font-weight:500}.risk-label .rating{font-family:Space Mono,monospace;font-size:11px;font-weight:700}.case-study-teaser{background:var(--dark-bg);padding:5rem 0}.case-study-inner{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.case-study-inner{grid-template-columns:1fr 1fr}}.case-study-quote{color:#fff;margin-bottom:1.5rem;font-family:Archivo,sans-serif;font-size:22px;font-weight:600;line-height:1.4}@media (min-width:1024px){.case-study-quote{font-size:24px}}.case-study-meta{color:#b0b8c8;font-family:Work Sans,sans-serif;font-size:14px}.case-study-meta strong{color:#fff;font-weight:600}.case-study-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.case-stat{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;padding:1.25rem}.case-stat-value{color:var(--forge-orange);font-family:Space Mono,monospace;font-size:28px;font-weight:700;line-height:1}.case-stat-desc{color:#b0b8c8;margin-top:.5rem;font-family:Work Sans,sans-serif;font-size:13px}.supply-chain-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.supply-chain-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.supply-chain-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.supply-chain-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.supply-chain-map{flex-direction:column;gap:1.25rem;display:flex}.map-layer{align-items:center;gap:.75rem;display:flex}.map-level{color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.map-level-defence{background:var(--steel-navy)}.map-level-prime{background:var(--blueprint-blue)}.map-level-sub{background:#8b5cf6}.map-level-vendor{background:var(--concrete-grey)}.map-label{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:14px;font-weight:500}.map-desc{color:var(--concrete-grey);margin-left:1rem;font-family:Work Sans,sans-serif;font-size:12px}.pain-card-icon{color:var(--forge-orange);width:28px;height:28px;margin-bottom:1rem}.who-card-icon{width:56px;height:56px;color:var(--forge-orange);justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:28px;display:flex}.related-card-icon{color:var(--forge-orange);margin-bottom:.75rem;font-size:28px}.related-card h3{color:var(--steel-navy);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600;line-height:1.3}.related-card p{color:var(--concrete-grey);flex:1;margin-bottom:1rem;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.related-link{color:var(--forge-orange);align-items:center;gap:.5rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.grant-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.grant-mockup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.grant-mockup-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.grant-mockup-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.grant-bars{flex-direction:column;gap:1rem;display:flex}.allocation-item{flex-direction:column;gap:.5rem;display:flex}.allocation-label{color:var(--steel-navy);justify-content:space-between;align-items:center;font-family:Work Sans,sans-serif;font-size:13px;font-weight:500;display:flex}.allocation-value{color:var(--forge-orange);font-family:Space Mono,monospace;font-size:12px;font-weight:700}.progress-bar{background:var(--light-grey);border-radius:4px;height:8px;overflow:hidden}.progress-fill{background:var(--blueprint-blue);border-radius:4px;height:100%}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.related-card svg{width:24px;height:24px;color:var(--forge-orange);margin-bottom:.75rem}.disp-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.disp-mockup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.disp-mockup-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.disp-mockup-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.disp-checklist{flex-direction:column;gap:.75rem;display:flex}.disp-check-item{background:var(--light-grey);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.disp-check-dot{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.disp-check-label{flex:1}.disp-check-label .name{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:14px;font-weight:500}.disp-check-label .status{font-family:Space Mono,monospace;font-size:11px;font-weight:700}.dspf-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.dspf-mockup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dspf-mockup-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.dspf-mockup-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.dspf-domains{flex-direction:column;gap:.75rem;display:flex}.dspf-domain-item{background:var(--light-grey);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.dspf-domain-dot{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.dspf-domain-label{flex:1}.dspf-domain-label .name{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:14px;font-weight:500}.dspf-domain-label .status{font-family:Space Mono,monospace;font-size:11px;font-weight:700}.e8-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.e8-mockup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.e8-mockup-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.e8-mockup-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.e8-checklist{flex-direction:column;gap:.75rem;display:flex}.e8-check-item{background:var(--light-grey);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.e8-check-dot{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.e8-check-label{flex:1}.e8-check-label .name{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:14px;font-weight:500}.e8-check-label .status{font-family:Space Mono,monospace;font-size:11px;font-weight:700}.pricing{background:#fff;padding:6rem 0}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}.pricing-card{background:var(--light-grey);border:2px solid #0000;border-radius:1rem;padding:2.5rem;transition:all .3s;position:relative}.pricing-card.featured{border-color:var(--forge-orange);background:#fff;box-shadow:0 20px 25px -5px #0000001a}.pricing-badge{background:var(--forge-orange);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:4px;padding:.5rem 1rem;font-family:Archivo,sans-serif;font-size:12px;font-weight:600;position:absolute;top:0;right:2rem;transform:translateY(-50%)}.pricing-price{margin-bottom:.5rem}.pricing-price-label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:13px;font-weight:600}.pricing-price-amount{color:var(--steel-navy);font-family:Space Mono,monospace;font-size:36px;font-weight:700;line-height:1}.pricing-card h3{color:var(--steel-navy);margin-top:1.5rem;margin-bottom:1rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600}.pricing-card p{color:var(--concrete-grey);margin-bottom:1.5rem;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.pricing-card .btn{width:100%;margin-bottom:1.5rem}.pricing-footnote{text-align:center;color:var(--concrete-grey);border-top:1px solid var(--mid-grey);margin-top:2rem;padding-top:2rem;font-family:Work Sans,sans-serif;font-size:13px}.primary-services{background:#fff;padding:6rem 0}.primary-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.primary-grid .service-card{width:100%}@media (min-width:768px){.primary-grid .service-card{width:calc(50% - .75rem)}}@media (min-width:1024px){.primary-grid .service-card{width:calc(33.333% - 1rem)}}.service-card{background:var(--workshop-white);border:1px solid var(--light-grey);cursor:pointer;color:inherit;border-radius:1rem;flex-direction:column;padding:2rem;text-decoration:none;transition:all .3s;display:flex}.service-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.service-card-icon{width:56px;height:56px;color:var(--forge-orange);background:#e8821a1a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600;line-height:1.3}.service-card p{color:var(--concrete-grey);flex:1;margin-bottom:1rem;font-family:Work Sans,sans-serif;font-size:15px;line-height:1.6}.service-card-badge{color:var(--forge-orange);letter-spacing:.05em;background:#e8821a1a;border-radius:20px;margin-bottom:1rem;padding:.35rem .75rem;font-family:Archivo,sans-serif;font-size:12px;font-weight:600;display:inline-block}.service-card-link{color:var(--forge-orange);align-items:center;gap:.5rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.service-card:hover .service-card-link{gap:.75rem}.additional-services{background:var(--light-grey);padding:6rem 0}.additional-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.additional-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.additional-grid{grid-template-columns:repeat(3,1fr)}}.service-card-sm{border:1px solid var(--light-grey);cursor:pointer;color:inherit;background:#fff;border-radius:1rem;flex-direction:column;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex}.service-card-sm:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.service-card-sm-icon{width:40px;height:40px;color:var(--forge-orange);background:#e8821a1a;border-radius:8px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.service-card-sm h3{color:var(--steel-navy);margin-bottom:.5rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600;line-height:1.3}.service-card-sm p{color:var(--concrete-grey);flex:1;margin-bottom:1rem;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.service-card-sm-link{color:var(--forge-orange);align-items:center;gap:.5rem;font-family:Archivo,sans-serif;font-size:13px;font-weight:600;transition:gap .2s;display:inline-flex}.service-card-sm:hover .service-card-sm-link{gap:.75rem}.how-we-work{background:#fff;padding:6rem 0}.how-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.how-grid{grid-template-columns:repeat(3,1fr)}}.how-step{text-align:center}.how-step-number{color:var(--forge-orange);opacity:.2;margin-bottom:1rem;font-family:Space Mono,monospace;font-size:48px;font-weight:700;line-height:1}.how-step h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:22px;font-weight:700}.how-step p{color:var(--concrete-grey);font-family:Work Sans,sans-serif;font-size:15px;line-height:1.7}.irap-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.irap-mockup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.irap-mockup-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.irap-mockup-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.irap-checklist{flex-direction:column;gap:.75rem;display:flex}.irap-check-item{background:var(--light-grey);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.irap-check-dot{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.irap-check-label{flex:1}.irap-check-label .name{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:14px;font-weight:500}.irap-check-label .status{font-family:Space Mono,monospace;font-size:11px;font-weight:700}.ism-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.ism-mockup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ism-mockup-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.ism-mockup-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.ism-checklist{flex-direction:column;gap:.75rem;display:flex}.ism-check-item{background:var(--light-grey);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.ism-check-dot{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.ism-check-label{flex:1}.ism-check-label .name{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:14px;font-weight:500}.ism-check-label .status{font-family:Space Mono,monospace;font-size:11px;font-weight:700}.steps-grid{grid-template-columns:1fr;gap:3rem;display:grid}.scan-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.scan-mockup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.scan-mockup-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.scan-mockup-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.scan-results{flex-direction:column;gap:1rem;display:flex}.result-item{background:var(--light-grey);border-left:4px solid;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.result-critical{border-left-color:var(--error)}.result-high{border-left-color:var(--warning)}.result-medium{border-left-color:var(--blueprint-blue)}.result-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.result-icon svg{width:16px;height:16px}.result-content{flex:1}.result-content .severity{color:var(--concrete-grey);text-transform:uppercase;margin-bottom:.25rem;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.result-content .finding{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:13px;font-weight:500}.result-count{color:var(--steel-navy);background:#fff;border-radius:4px;flex-shrink:0;padding:.25rem .75rem;font-family:Space Mono,monospace;font-size:12px;font-weight:700}.pain-card-icon svg{color:var(--forge-orange)}.who-card-icon{width:56px;height:56px;color:var(--forge-orange);justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.who-card-icon svg{width:28px;height:28px}.related-card-icon{width:24px;height:24px;margin-bottom:1rem}.related-card-icon svg{color:var(--forge-orange);width:24px;height:24px}.pspf-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.pspf-mockup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.pspf-mockup-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.pspf-mockup-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.pspf-checklist{flex-direction:column;gap:.75rem;display:flex}.pspf-check-item{background:var(--light-grey);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.pspf-check-dot{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.pspf-check-label{flex:1}.pspf-check-label .name{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:14px;font-weight:500}.pspf-check-label .status{font-family:Space Mono,monospace;font-size:11px;font-weight:700}.status-managed{color:var(--success)}.status-adhoc{color:var(--warning)}.status-developing{color:var(--blueprint-blue)}.vciso-mockup{border:1px solid var(--light-grey);z-index:10;background:#fff;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.vciso-mockup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.vciso-mockup-header .label{letter-spacing:.08em;text-transform:uppercase;color:var(--concrete-grey);font-family:Archivo,sans-serif;font-size:11px;font-weight:600}.vciso-mockup-header h3{color:var(--steel-navy);margin-top:.25rem;font-size:20px;font-weight:700}.vciso-checklist{flex-direction:column;gap:.75rem;display:flex}.vciso-check-item{background:var(--light-grey);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.vciso-check-dot{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.vciso-check-label{flex:1}.vciso-check-label .name{color:var(--steel-navy);font-family:Work Sans,sans-serif;font-size:14px;font-weight:500}.vciso-check-label .status{font-family:Space Mono,monospace;font-size:11px;font-weight:700}.pricing-card{background:var(--light-grey);border:1px solid var(--light-grey);text-align:center;border-radius:1rem;padding:2.5rem;transition:all .3s}.pricing-card:hover{background:#fff;box-shadow:0 10px 15px -3px #0000001a}.pricing-label{color:var(--steel-navy);margin-bottom:1rem;font-family:Archivo,sans-serif;font-size:14px;font-weight:600}.pricing-amount{color:var(--forge-orange);margin-bottom:.5rem;font-family:Space Mono,monospace;font-size:48px;font-weight:700;line-height:1}.pricing-period{color:var(--concrete-grey);margin-bottom:1.5rem;font-family:Work Sans,sans-serif;font-size:14px}.pricing-note{color:var(--concrete-grey);margin-bottom:2rem;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.hero-simple-inner{text-align:center;max-width:48rem;margin:0 auto}.hero-simple h1{letter-spacing:-.02em;color:var(--steel-navy);margin-bottom:1rem;font-size:44px;font-weight:900;line-height:1.1}.hero-simple .subtitle{color:var(--concrete-grey);margin-bottom:0;font-size:16px;line-height:1.7}.content-section{background:#fff;padding:5rem 0}.content-inner{max-width:48rem;margin:0 auto}.content-inner h2{letter-spacing:-.01em;color:var(--steel-navy);margin-top:2.5rem;margin-bottom:1.5rem;font-family:Archivo,sans-serif;font-size:28px;font-weight:700;line-height:1.2}.content-inner h2:first-child{margin-top:0}.content-inner h3{color:var(--steel-navy);margin-top:2rem;margin-bottom:1rem;font-family:Archivo,sans-serif;font-size:20px;font-weight:600;line-height:1.3}.content-inner p{color:var(--concrete-grey);margin-bottom:1.25rem;font-size:15px;line-height:1.8}.content-inner p:last-child{margin-bottom:0}.content-inner strong{color:var(--steel-navy);font-weight:600}.content-inner a{color:var(--blueprint-blue)}.content-inner a:hover{text-decoration:underline}.thank-you-hero{background:var(--workshop-white);align-items:center;min-height:60vh;padding-top:7.5rem;padding-bottom:5rem;display:flex}.thank-you-content{text-align:center;max-width:48rem;margin:0 auto}.checkmark-icon{background:#e8821a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;display:flex}.checkmark-icon svg{width:48px;height:48px;color:var(--forge-orange);stroke-width:2px}.thank-you-hero h1{letter-spacing:-.01em;color:var(--steel-navy);margin-bottom:1rem;font-size:40px;font-weight:700;line-height:1.15}@media (min-width:768px){.thank-you-hero h1{font-size:48px}}.thank-you-subtitle{color:var(--concrete-grey);margin-bottom:1.5rem;font-size:18px;font-weight:500;line-height:1.6}.thank-you-next-steps{color:var(--concrete-grey);border-top:1px solid var(--light-grey);margin-bottom:3rem;padding-top:1.5rem;font-size:15px;line-height:1.7}.resources-section{background:#fff;padding:5rem 0}.resources-header{text-align:center;margin-bottom:3rem}.resources-header h2{color:var(--steel-navy);margin-bottom:1rem;font-size:28px;font-weight:700;line-height:1.2}.resources-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.resources-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.resources-grid{grid-template-columns:repeat(3,1fr)}}.resource-card{background:var(--light-grey);color:inherit;border:1px solid #0000;border-radius:1rem;flex-direction:column;padding:2rem 1.5rem;text-decoration:none;transition:all .3s;display:flex}@media (min-width:1024px){.resource-card{padding:2rem}}.resource-card:hover{border-color:var(--light-grey);background:#fff;box-shadow:0 10px 15px -3px #0000000d}.resource-card-icon{flex-shrink:0;width:44px;height:44px;margin-bottom:1.25rem}.resource-card-icon svg{width:44px;height:44px;color:var(--forge-orange);stroke-width:1.5px}.resource-card h3{color:var(--steel-navy);margin-bottom:.75rem;font-family:Archivo,sans-serif;font-size:18px;font-weight:600;line-height:1.3}.resource-card p{color:var(--concrete-grey);flex:1;margin-bottom:1.25rem;font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6}.resource-card-link{color:var(--forge-orange);align-items:center;gap:.5rem;margin-top:auto;font-family:Archivo,sans-serif;font-size:14px;font-weight:600;transition:gap .2s;display:inline-flex}.resource-card:hover .resource-card-link{gap:.75rem}
