@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Mona+Sans:wght@400;500;600;700&display=swap');

:root{
  --steel:#1E3A5F;
  --steel-deep:#0F2440;
  --steel-soft:#3A5A85;
  --forge:#E8742C;
  --forge-bright:#F18E47;
  --cream:#F4EDE0;
  --cream-2:#E8DDC8;
  --paper:#FBF7EE;
  --ink:#1A1F2E;
  --muted:#5C6776;
  --line:#D4C9B4;
  --shadow:0 2px 4px rgba(15,36,64,.04), 0 14px 32px -18px rgba(15,36,64,.32);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Mona Sans',sans-serif;color:var(--ink);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--steel);text-decoration:none}
a:hover{color:var(--forge)}

.container{max-width:1180px;margin:0 auto;padding:0 1.5rem}

/* Topbar */
.topbar{background:var(--steel-deep);color:var(--cream);font-size:.78rem;letter-spacing:.02em}
.topbar-inner{max-width:1180px;margin:0 auto;padding:.55rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
.topbar-tagline{display:flex;align-items:center;gap:.5rem}
.topbar-tagline svg{width:14px;height:14px;color:var(--forge-bright)}
.topbar-meta{display:flex;gap:1rem;color:rgba(244,237,224,.7)}

/* Nav */
.nav{position:sticky;top:0;z-index:50;background:var(--paper);border-bottom:2px solid var(--steel);backdrop-filter:saturate(140%) blur(6px)}
.nav-inner{max-width:1180px;margin:0 auto;padding:1.05rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}
.nav-logo{display:flex;align-items:center;gap:.7rem;font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:1.15rem;color:var(--steel-deep);letter-spacing:-.02em}
.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;background:var(--steel);color:var(--cream);font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.85rem;letter-spacing:-.02em;clip-path:polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);position:relative}
.logo-mark::after{content:'';position:absolute;width:8px;height:8px;background:var(--forge);bottom:0;left:0;clip-path:polygon(0 100%, 100% 100%, 0 0)}
.logo-text span{color:var(--forge)}
.nav-links{list-style:none;display:flex;gap:1.7rem;align-items:center}
.nav-links a{font-size:.92rem;font-weight:500;color:var(--ink);transition:color .15s}
.nav-links a:hover{color:var(--forge)}
.nav-cta{background:var(--forge);color:var(--paper)!important;padding:.65rem 1.2rem;font-weight:600!important;clip-path:polygon(0 0, 100% 0, 100% 80%, 92% 100%, 0 100%)}
.nav-cta:hover{background:var(--steel-deep)}

/* Hero */
.hero{position:relative;background:var(--paper);padding:5rem 0 5.5rem;overflow:hidden;border-bottom:1px solid var(--line)}
.hero::before{content:'';position:absolute;top:0;right:0;width:45%;height:100%;background:linear-gradient(135deg, var(--cream) 0%, var(--cream-2) 100%);clip-path:polygon(20% 0, 100% 0, 100% 100%, 0 100%);z-index:0}
.hero::after{content:'';position:absolute;top:50%;right:8%;width:120px;height:120px;background:var(--forge);opacity:.15;clip-path:polygon(50% 0, 100% 50%, 50% 100%, 0 50%);z-index:0;transform:translateY(-50%)}
.hero-inner{position:relative;max-width:1180px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:center;z-index:1}
.hero-eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-size:.82rem;color:var(--forge);margin-bottom:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;background:var(--paper);padding:.45rem 1rem;border:1.5px solid var(--forge);clip-path:polygon(0 0, 100% 0, 100% 80%, 92% 100%, 0 100%)}
.hero-eyebrow::before{content:'';width:6px;height:6px;background:var(--forge);transform:rotate(45deg)}
.hero h1{font-family:'Bricolage Grotesque',sans-serif;font-size:3.6rem;line-height:1.02;font-weight:800;color:var(--steel-deep);margin-bottom:1.4rem;letter-spacing:-.025em}
.hero h1 em{color:var(--forge);font-style:normal;position:relative;display:inline-block}
.hero h1 em::after{content:'';position:absolute;left:0;right:0;bottom:.05em;height:.18em;background:var(--cream-2);z-index:-1}
.hero-lede{font-size:1.12rem;color:var(--muted);margin-bottom:2rem;max-width:520px;line-height:1.65}
.hero-cta-row{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center}
.btn{display:inline-flex;align-items:center;gap:.55rem;padding:.95rem 1.6rem;font-weight:600;font-size:.95rem;transition:all .18s;cursor:pointer;border:2px solid transparent;font-family:'Mona Sans',sans-serif}
.btn-primary{background:var(--forge);color:var(--paper);border-color:var(--forge);clip-path:polygon(0 0, 100% 0, 100% 78%, 94% 100%, 0 100%)}
.btn-primary:hover{background:var(--steel-deep);border-color:var(--steel-deep)}
.btn-ghost{background:transparent;color:var(--steel);border-color:var(--steel)}
.btn-ghost:hover{background:var(--steel);color:var(--paper)}

.hero-card{background:var(--paper);border:2px solid var(--steel);padding:2rem;position:relative;box-shadow:var(--shadow);clip-path:polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%)}
.hero-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:var(--forge)}
.hero-card-label{font-size:.78rem;color:var(--forge);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.4rem;font-weight:700}
.hero-card h3{font-family:'Bricolage Grotesque',sans-serif;font-size:1.35rem;margin-bottom:1.2rem;color:var(--steel-deep);font-weight:700;letter-spacing:-.01em}
.fact-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px dashed var(--line);font-size:.92rem}
.fact-row:last-child{border:none;padding-bottom:0}
.fact-row span:first-child{color:var(--muted)}
.fact-row span:last-child{color:var(--steel-deep);font-weight:700;font-family:'Bricolage Grotesque',sans-serif}

/* Sections */
section{padding:5rem 0}
.section-head{text-align:center;max-width:720px;margin:0 auto 3.2rem}
.eyebrow{display:inline-block;font-size:.82rem;color:var(--forge);font-weight:700;text-transform:uppercase;letter-spacing:.14em;margin-bottom:.8rem}
.section-head h2{font-family:'Bricolage Grotesque',sans-serif;font-size:2.6rem;font-weight:800;color:var(--steel-deep);line-height:1.1;letter-spacing:-.02em}
.section-head h2 em{color:var(--forge);font-style:normal}
.section-head p{margin-top:1rem;color:var(--muted);font-size:1.05rem}

/* Pillars */
.pillars-bg{background:var(--cream)}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.pillar{background:var(--paper);padding:2rem 1.7rem;position:relative;transition:all .2s;border:2px solid var(--steel-deep);clip-path:polygon(0 0, 100% 0, 100% 92%, 94% 100%, 0 100%)}
.pillar:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--forge)}
.pillar-num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:var(--steel);color:var(--cream);font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:1rem;margin-bottom:1rem;clip-path:polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%)}
.pillar:nth-child(2) .pillar-num{background:var(--forge)}
.pillar h3{font-family:'Bricolage Grotesque',sans-serif;font-size:1.25rem;color:var(--steel-deep);margin-bottom:.6rem;font-weight:700;letter-spacing:-.01em}
.pillar p{font-size:.95rem;color:var(--muted);line-height:1.6}

/* Industries */
.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.ind-card{background:var(--paper);padding:1.7rem 1.5rem;transition:all .18s;border-left:4px solid var(--steel);position:relative;background-image:linear-gradient(90deg, var(--paper) 0%, var(--paper) 100%)}
.ind-card:hover{border-left-color:var(--forge);transform:translateX(3px);background:var(--cream)}
.ind-card .ico{width:38px;height:38px;color:var(--forge);margin-bottom:.9rem}
.ind-card h3{font-family:'Bricolage Grotesque',sans-serif;font-size:1.08rem;color:var(--steel-deep);margin-bottom:.5rem;font-weight:700;letter-spacing:-.01em}
.ind-card p{font-size:.88rem;color:var(--muted);line-height:1.6}

/* Process band */
.process{background:var(--steel-deep);color:var(--cream);position:relative;overflow:hidden}
.process::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:var(--forge);opacity:.1;clip-path:polygon(50% 0, 100% 50%, 50% 100%, 0 50%)}
.process .section-head h2,.process .section-head h2 em{color:var(--cream)}
.process .section-head h2 em{color:var(--forge-bright)}
.process .section-head p{color:rgba(244,237,224,.7)}
.process .eyebrow{color:var(--forge-bright)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;position:relative}
.step{background:rgba(255,255,255,.04);padding:1.7rem 1.4rem;border-left:3px solid var(--forge);position:relative}
.step-num{font-family:'Bricolage Grotesque',sans-serif;font-size:2.6rem;color:var(--forge-bright);font-weight:800;line-height:1;margin-bottom:.6rem;letter-spacing:-.02em}
.step h3{font-family:'Bricolage Grotesque',sans-serif;font-size:1.1rem;color:var(--cream);margin-bottom:.6rem;font-weight:700;letter-spacing:-.01em}
.step p{font-size:.88rem;color:rgba(244,237,224,.7);line-height:1.55}

/* Stats strip */
.stats-strip{background:var(--paper);padding:3rem 0;border-bottom:1px solid var(--line)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.stat-num{font-family:'Bricolage Grotesque',sans-serif;font-size:2.8rem;font-weight:800;color:var(--steel);line-height:1;margin-bottom:.4rem;letter-spacing:-.02em}
.stat-num em{color:var(--forge);font-style:normal}
.stat-label{font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:500}

/* Region band */
.region-band{background:var(--cream);padding:3.5rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.region-content{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:2.5rem;align-items:center}
.region-content h3{font-family:'Bricolage Grotesque',sans-serif;font-size:1.8rem;color:var(--steel-deep);font-weight:800;letter-spacing:-.02em;line-height:1.15}
.region-content h3 em{color:var(--forge);font-style:normal}
.region-tags{display:flex;flex-wrap:wrap;gap:.6rem}
.region-tag{background:var(--paper);border:1.5px solid var(--steel);padding:.5rem .9rem;font-size:.85rem;color:var(--steel-deep);font-weight:600}

/* Page header */
.page-header{padding:4.5rem 0 3rem;background:var(--paper);text-align:center;border-bottom:2px solid var(--steel);position:relative;overflow:hidden}
.page-header::before{content:'';position:absolute;top:50%;right:-30px;width:100px;height:100px;background:var(--forge);opacity:.12;clip-path:polygon(50% 0, 100% 50%, 50% 100%, 0 50%);transform:translateY(-50%)}
.page-header::after{content:'';position:absolute;top:50%;left:-30px;width:80px;height:80px;background:var(--steel);opacity:.08;clip-path:polygon(50% 0, 100% 50%, 50% 100%, 0 50%);transform:translateY(-50%)}
.page-header h1{font-family:'Bricolage Grotesque',sans-serif;font-size:3.2rem;color:var(--steel-deep);font-weight:800;margin-bottom:.8rem;letter-spacing:-.02em;position:relative}
.page-header h1 em{color:var(--forge);font-style:normal}
.page-header p{max-width:680px;margin:0 auto;color:var(--muted);font-size:1.08rem;position:relative}
.crumbs{margin-top:1rem;font-size:.85rem;color:var(--muted);position:relative}
.crumbs a{color:var(--forge)}

/* Prose */
.prose{max-width:760px;margin:0 auto;font-size:1.04rem;line-height:1.75;color:var(--ink)}
.prose h2{font-family:'Bricolage Grotesque',sans-serif;font-size:1.85rem;color:var(--steel-deep);margin:2.5rem 0 1rem;font-weight:800;letter-spacing:-.01em}
.prose h3{font-family:'Bricolage Grotesque',sans-serif;font-size:1.3rem;color:var(--steel);margin:1.8rem 0 .8rem;font-weight:700}
.prose p{margin-bottom:1.1rem;color:var(--ink)}
.prose ul{margin:1rem 0 1.5rem 1.4rem}
.prose li{margin-bottom:.5rem}

/* Contact */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;max-width:1080px;margin:0 auto}
.contact-info h2{font-family:'Bricolage Grotesque',sans-serif;font-size:1.95rem;color:var(--steel-deep);margin-bottom:1.2rem;font-weight:800;letter-spacing:-.01em}
.contact-info h2 em{color:var(--forge);font-style:normal}
.contact-info p{color:var(--muted);margin-bottom:1.5rem}
.contact-meta{background:var(--cream);padding:1.5rem;border-left:4px solid var(--forge);margin-top:1.5rem}
.contact-meta h4{font-family:'Bricolage Grotesque',sans-serif;font-size:1rem;color:var(--steel-deep);margin-bottom:.8rem;font-weight:700}
.contact-meta ul{list-style:none}
.contact-meta li{padding:.5rem 0;font-size:.92rem;color:var(--ink);border-bottom:1px dashed var(--line);display:flex;justify-content:space-between}
.contact-meta li:last-child{border:none}
.contact-meta li span:first-child{color:var(--muted)}
.form-card{background:var(--paper);border:2px solid var(--steel);padding:2rem;box-shadow:var(--shadow);position:relative}
.form-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:var(--forge)}
.form-card h3{font-family:'Bricolage Grotesque',sans-serif;font-size:1.35rem;color:var(--steel-deep);margin-bottom:.4rem;font-weight:800;letter-spacing:-.01em}
.form-card .sub{color:var(--muted);font-size:.92rem;margin-bottom:1.5rem}
.form-card iframe{width:100%;border:none;min-height:580px}

/* CTA */
.cta-banner{background:var(--steel-deep);color:var(--cream);padding:4rem 1.5rem;text-align:center;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;top:50%;left:8%;width:80px;height:80px;background:var(--forge);clip-path:polygon(50% 0, 100% 50%, 50% 100%, 0 50%);transform:translateY(-50%);opacity:.18}
.cta-banner::after{content:'';position:absolute;top:50%;right:8%;width:120px;height:120px;background:var(--forge);clip-path:polygon(50% 0, 100% 50%, 50% 100%, 0 50%);transform:translateY(-50%);opacity:.18}
.cta-banner h2{position:relative;font-family:'Bricolage Grotesque',sans-serif;font-size:2.3rem;font-weight:800;margin-bottom:.8rem;letter-spacing:-.02em}
.cta-banner h2 em{color:var(--forge-bright);font-style:normal}
.cta-banner p{position:relative;color:rgba(244,237,224,.78);margin-bottom:1.8rem;max-width:580px;margin-left:auto;margin-right:auto}

/* Footer */
.footer{background:var(--ink);color:var(--cream);padding:3.5rem 0 1.5rem;border-top:4px solid var(--forge)}
.footer-grid{max-width:1180px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem}
.footer-col h4{font-family:'Bricolage Grotesque',sans-serif;font-size:.92rem;color:var(--forge);margin-bottom:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.footer-col ul{list-style:none}
.footer-col li{padding:.3rem 0;font-size:.88rem;color:rgba(244,237,224,.65)}
.footer-col li a{color:rgba(244,237,224,.85)}
.footer-col li a:hover{color:var(--forge)}
.footer-brand p{font-size:.88rem;color:rgba(244,237,224,.7);line-height:1.6;margin-top:.8rem}
.footer-bottom{max-width:1180px;margin:2.5rem auto 0;padding:1.4rem 1.5rem 0;border-top:1px solid rgba(244,237,224,.12);font-size:.8rem;color:rgba(244,237,224,.55);display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}

@media(max-width:900px){
  .hero-inner,.contact-grid,.region-content{grid-template-columns:1fr;gap:2rem}
  .hero h1{font-size:2.5rem}
  .pillars,.industries-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .nav-links{gap:1rem;font-size:.85rem}
  .topbar-meta{display:none}
}
@media(max-width:520px){
  .nav-links li:nth-child(1),.nav-links li:nth-child(2){display:none}
  .steps,.stats-grid,.footer-grid{grid-template-columns:1fr}
  .section-head h2,.page-header h1,.hero h1{font-size:2rem}
  .cta-banner h2{font-size:1.6rem}
}
