/* ============================================================
   B&M Commercial Builders LLC shared stylesheet
   Modern corporate: white + charcoal + brand orange
   ============================================================ */
:root{
  --orange:#E68C19;
  --orange-dark:#C9741A;
  --orange-soft:#FBEFDD;
  --ink:#15181C;
  --charcoal:#1D2126;
  --slate:#525a63;
  --muted:#8a9199;
  --line:#e7eaee;
  --bg:#ffffff;
  --bg-soft:#f6f7f9;
  --white:#ffffff;
  --shadow:0 10px 30px rgba(20,24,28,.08);
  --shadow-lg:0 24px 60px rgba(20,24,28,.14);
  --radius:14px;
  --maxw:1180px;
  --font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font);
  color:var(--slate);
  background:var(--bg);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  font-size:17px;
}
h1,h2,h3,h4{color:var(--ink);line-height:1.15;font-weight:800;letter-spacing:-.02em}
h1{font-size:clamp(2.3rem,5vw,3.6rem)}
h2{font-size:clamp(1.7rem,3.4vw,2.5rem)}
h3{font-size:1.25rem;font-weight:700}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.section{padding:96px 0}
.section-sm{padding:64px 0}
.bg-soft{background:var(--bg-soft)}
.bg-ink{background:var(--charcoal);color:#cfd5db}
.bg-ink h1,.bg-ink h2,.bg-ink h3,.bg-ink h4{color:#fff}
.center{text-align:center}
.eyebrow{
  display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:var(--orange-dark);margin-bottom:14px;
}
.bg-ink .eyebrow{color:var(--orange)}
.lead{font-size:1.15rem;color:var(--slate);max-width:60ch}
.center .lead{margin-left:auto;margin-right:auto}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:.5em;
  padding:14px 26px;border-radius:10px;font-weight:700;font-size:.98rem;
  transition:transform .15s ease,box-shadow .2s ease,background .2s ease;
  cursor:pointer;border:2px solid transparent;
}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 22px rgba(230,140,25,.32)}
.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px)}
.btn-ghost{border-color:rgba(255,255,255,.35);color:#fff}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:#000;transform:translateY(-2px)}
.btn-outline{border-color:var(--line);color:var(--ink)}
.btn-outline:hover{border-color:var(--orange);color:var(--orange-dark)}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);
  backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;height:100px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{height:74px;width:auto}
.brand .bt{font-weight:800;color:var(--ink);font-size:1.02rem;letter-spacing:-.01em;line-height:1.1}
.brand .bt small{display:block;font-size:.66rem;font-weight:600;letter-spacing:.14em;color:var(--muted);text-transform:uppercase}
.menu{display:flex;align-items:center;gap:34px;list-style:none}
.menu a{font-weight:600;font-size:.96rem;color:var(--slate);position:relative;padding:4px 0}
.menu a:hover{color:var(--ink)}
.menu a.active{color:var(--ink)}
.menu a.active::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--orange);border-radius:2px}
.nav .btn{padding:11px 20px}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;flex-direction:column;gap:5px}
.nav-toggle span{width:26px;height:2px;background:var(--ink);border-radius:2px;transition:.2s}

/* ---------- hero ---------- */
.hero{
  position:relative;overflow:hidden;color:#e9edf2;
  background:
    linear-gradient(90deg,rgba(16,20,25,.94) 0%,rgba(16,20,25,.80) 34%,rgba(16,20,25,.42) 66%,rgba(16,20,25,.22) 100%),
    linear-gradient(0deg,rgba(16,20,25,.55) 0%,rgba(16,20,25,0) 42%),
    radial-gradient(1000px 460px at 80% -10%,rgba(230,140,25,.20),transparent 60%),
    url('hero-construction.jpg') center/cover no-repeat #14181d;
}
.hero .skyline{display:none}
.hero .wrap{position:relative;z-index:2;padding-top:104px;padding-bottom:110px}
.hero h1{color:#fff;max-width:16ch;font-size:clamp(2.9rem,6.6vw,4.8rem);line-height:1.04}
.hero .lead{color:#b9c1c9;margin-top:20px;font-size:1.2rem}
.hero .cta{margin-top:34px;display:flex;gap:14px;flex-wrap:wrap}
.hero .license{margin-top:30px;font-size:.85rem;color:#8b949d;letter-spacing:.02em}
.skyline{position:absolute;inset:auto 0 0 0;height:220px;z-index:1;opacity:.5}
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:100px;
  background:rgba(230,140,25,.14);border:1px solid rgba(230,140,25,.35);
  color:var(--orange);font-weight:600;font-size:.82rem;margin-bottom:22px;
}
.hero-kicker{
  display:inline-flex;align-items:center;gap:13px;margin-bottom:22px;
  color:rgba(255,255,255,.88);font-size:.8rem;font-weight:700;
  letter-spacing:.16em;text-transform:uppercase;
}
.hero-kicker{gap:0}
.hero .btn-text{
  display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:700;
  padding:14px 6px;background:none;border:0;
}
.hero .btn-text .arw{transition:transform .2s ease}
.hero .btn-text:hover .arw{transform:translateX(4px)}
.hero-badge .dot{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px rgba(230,140,25,.25)}

/* ---------- stat strip ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.stat{padding:34px 26px;text-align:center;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}
.stat .n{font-size:2.3rem;font-weight:600;color:var(--ink);letter-spacing:-.01em}
.stat .n b{color:var(--orange);font-weight:inherit}
.stat .l{font-size:.86rem;color:var(--muted);margin-top:6px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}

/* ---------- commitment card ---------- */
.commit{
  background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-lg);
  padding:0;overflow:hidden;display:grid;grid-template-columns:300px 1fr;
}
.commit .photo{background:#fff;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:22px}
.commit .photo img{width:100%;height:auto;max-height:78%;object-fit:contain;object-position:center;border-radius:8px}
.commit .body{padding:44px 46px}
.commit .kicker{color:var(--orange-dark);font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:.76rem}
.commit blockquote{font-size:1.24rem;line-height:1.55;color:var(--ink);font-weight:500;margin:16px 0 22px;font-style:normal}
.commit blockquote .hl{color:var(--orange-dark);font-weight:700}
.commit .sign{display:flex;align-items:center;gap:14px;border-top:1px solid var(--line);padding-top:20px}
.commit .sign .sn{font-weight:800;color:var(--ink)}
.commit .sign .st{font-size:.85rem;color:var(--muted)}
.sig{font-family:'Georgia',serif;font-style:italic;font-size:1.7rem;color:var(--ink);transform:rotate(-3deg)}

/* ---------- commitment v3 (Our Commitment) ---------- */
.commit-intro2{width:min(1040px,100%);margin:0 auto 36px;text-align:center}
.commit-intro2 h2{font-family:var(--font);font-weight:800;font-size:clamp(1.7rem,3.4vw,2.5rem);letter-spacing:-.02em;line-height:1.15;color:var(--ink);margin:0 0 16px}
.commit-lead{color:var(--slate);font-size:1.08rem;line-height:1.7;max-width:700px;margin:0 auto}
.commit-statement{position:relative;overflow:hidden;min-height:300px;display:flex;align-items:center;padding:clamp(44px,6vw,68px) clamp(26px,7vw,80px);color:#fff;background:linear-gradient(115deg,rgba(255,255,255,.03),transparent 44%),var(--charcoal);border-top:5px solid var(--orange);box-shadow:0 22px 55px rgba(13,30,51,.16)}
.commit-statement::after{content:"\201C";position:absolute;right:clamp(22px,5vw,62px);top:14px;color:rgba(255,255,255,.05);font-family:Georgia,serif;font-size:clamp(150px,19vw,245px);line-height:1;pointer-events:none}
.commit-quote-wrap{position:relative;z-index:1;width:min(900px,100%);margin:0 auto}
.commit-statement blockquote{margin:0 0 28px;font-family:'Barlow Condensed','Manrope',var(--font);font-size:clamp(1.35rem,2.4vw,2rem);font-weight:600;line-height:1.26;letter-spacing:-.005em}
.commit-author{padding-left:18px;border-left:3px solid var(--orange)}
.commit-author .nm{display:block;margin-bottom:5px;font-family:'Barlow Condensed','Manrope',var(--font);font-size:1.35rem;font-weight:700;letter-spacing:.01em}
.commit-author .ti{display:block;color:rgba(255,255,255,.72);font-size:.85rem;line-height:1.5}
.principles{display:grid;grid-template-columns:repeat(5,1fr);margin:0;padding:0;list-style:none;background:#fff;border:1px solid var(--line);border-top:0;box-shadow:0 18px 42px rgba(13,30,51,.08)}
.principles li{position:relative;min-height:90px;padding:22px 18px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--ink);font-family:'Barlow Condensed','Manrope',var(--font);font-size:1.12rem;font-weight:700;line-height:1.2}
.principles li + li::before{content:"";position:absolute;top:22px;bottom:22px;left:0;width:1px;background:var(--line)}
.principles li::after{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background:var(--orange);transform:translateX(-50%);transition:width .25s ease}
.principles li:hover::after{width:56px}
@media(max-width:840px){
  .principles{grid-template-columns:repeat(2,1fr)}
  .principles li{min-height:76px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
  .principles li + li::before{display:none}
  .principles li:nth-child(2n){border-right:0}
  .principles li:last-child{grid-column:1 / -1;border-right:0;border-bottom:0}
}
@media(max-width:560px){
  .commit-statement{min-height:0;padding:40px 24px}
  .principles{grid-template-columns:1fr}
  .principles li,.principles li:nth-child(2n){border-right:0;border-bottom:1px solid var(--line)}
  .principles li:last-child{grid-column:auto;border-bottom:0}
}

/* ---------- about lead banner (About B&M + Mission, dark) ---------- */
.about-lead .lead-intro{color:#b8c0c8;margin-top:14px;max-width:62ch;font-size:1.12rem;line-height:1.7}
.about-lead__mission{margin-top:clamp(30px,4vw,44px);padding-top:clamp(28px,4vw,38px);border-top:1px solid rgba(255,255,255,.14);display:grid;grid-template-columns:180px 1fr;gap:clamp(20px,4vw,48px);align-items:start}
.about-lead__mission .ml{color:var(--orange);font-size:.75rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-top:6px}
.about-lead__mission h2{font-weight:800;font-size:clamp(1.4rem,2.6vw,2.05rem);line-height:1.22;letter-spacing:-.02em;color:#fff;margin:0 0 12px;max-width:24ch}
.about-lead__mission .mtext{color:#b8c0c8;font-size:1rem;line-height:1.7;max-width:62ch;margin:0}
@media(max-width:900px){.about-lead__mission{grid-template-columns:1fr;gap:14px}}

/* ---------- about combined (About B&M + Mission) ---------- */
.about-main{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(48px,6vw,88px);align-items:start}
.about-copy h2{font-size:clamp(1.8rem,3.6vw,2.7rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--ink);max-width:16ch;margin-bottom:22px}
.about-intro{color:var(--slate);font-size:1.12rem;line-height:1.75;max-width:60ch;margin:0}
.about-proof{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
/* dark About B&M section */
.about-dark{background:var(--charcoal);color:#fff}
.about-dark .about-copy h2{color:#fff}
.about-dark .about-intro{color:#b8c0c8}
.about-dark .about-proof{border-top-color:rgba(255,255,255,.14);border-left-color:rgba(255,255,255,.14)}
.about-dark .about-proof .pf{border-right-color:rgba(255,255,255,.14);border-bottom-color:rgba(255,255,255,.14)}
.about-dark .about-proof .pf:hover{background:rgba(255,255,255,.04);transform:translateY(-2px)}
.about-dark .about-proof .num{color:var(--orange)}
.about-dark .about-proof strong{color:rgba(255,255,255,.9)}
.about-dark .about-proof p{color:#98a2ad}
.about-proof .pf{min-height:160px;padding:26px 24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .2s ease,transform .2s ease}
.about-proof .pf:hover{background:var(--bg-soft);transform:translateY(-2px)}
.about-proof .num{display:block;margin-bottom:22px;color:var(--orange-dark);font-size:.72rem;font-weight:800;letter-spacing:.16em}
.about-proof strong{display:block;margin-bottom:8px;color:var(--ink);font-size:1.3rem;line-height:1.15;font-weight:600}
.about-proof p{margin:0;color:var(--slate);font-size:.92rem;line-height:1.5}
.about-mission{position:relative;background:var(--charcoal);color:#fff;border-radius:6px;overflow:hidden;box-shadow:var(--shadow-lg)}
.about-mission::before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:var(--orange)}
.about-mission .inner{display:grid;grid-template-columns:180px 1fr;gap:clamp(22px,4vw,48px);align-items:start;padding:clamp(38px,5vw,52px) clamp(32px,5vw,56px)}
.about-mission .label{margin:6px 0 0;color:var(--orange);font-size:.75rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.about-mission h3{max-width:22ch;margin:0 0 14px;font-weight:800;font-size:clamp(1.45rem,2.7vw,2.15rem);line-height:1.2;letter-spacing:-.02em;color:#fff}
.about-mission .mtext{max-width:62ch;margin:0;color:rgba(255,255,255,.72);font-size:1rem;line-height:1.7}
@media(max-width:900px){.about-main{grid-template-columns:1fr;gap:44px}.about-copy h2{max-width:none}.about-proof{grid-template-columns:repeat(2,1fr)}.about-mission .inner{grid-template-columns:1fr;gap:16px}.about-mission .label{margin-top:0}}
@media(max-width:580px){.about-proof{grid-template-columns:1fr}.about-proof .pf{min-height:auto}}

/* ---------- development experience ---------- */
.dev-exp{position:relative;overflow:hidden}
.dev-exp::before{content:"";position:absolute;top:0;left:0;width:34%;height:5px;background:var(--orange)}
.dev-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(48px,7vw,96px);align-items:center}
.eyebrow.dev-eyebrow{display:inline-flex;align-items:center;gap:12px}
.eyebrow.dev-eyebrow::before{content:"";width:34px;height:2px;background:var(--orange-dark)}
.dev-copy h2{font-family:'Manrope',var(--font);font-weight:600;font-size:clamp(1.9rem,3.4vw,2.9rem);letter-spacing:-.03em;line-height:1.07;color:var(--ink);max-width:15ch}
.dev-lead{color:var(--slate);font-size:1.08rem;line-height:1.7;max-width:56ch;margin-top:22px}
.dev-lead strong{color:var(--ink);font-weight:700}
.exp-grid{display:grid;grid-template-columns:repeat(2,1fr);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.exp-item{min-height:200px;padding:32px 30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background-color .25s ease,transform .25s ease}
.exp-item:nth-child(2n){border-right:0}
.exp-item:nth-last-child(-n+2){border-bottom:0}
.exp-item:hover{background:var(--charcoal);transform:translateY(-4px);position:relative;z-index:2}
.exp-num{display:block;margin-bottom:30px;color:var(--orange-dark);font-size:.75rem;font-weight:800;letter-spacing:.16em}
.exp-item:hover .exp-num{color:var(--orange)}
.exp-item h3{color:var(--ink);font-size:1.1rem;line-height:1.25;margin-bottom:10px}
.exp-item p{color:var(--slate);font-size:.9rem;line-height:1.6}
.exp-item:hover h3,.exp-item:hover p{color:#fff}
.exp-item:hover p{opacity:.82}
@media(max-width:920px){.dev-inner{grid-template-columns:1fr;gap:44px}.dev-copy h2{max-width:none}}
@media(max-width:580px){.exp-grid{grid-template-columns:1fr}.exp-item{border-right:0;min-height:auto}.exp-item:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.exp-item:last-child{border-bottom:0}}

/* ---------- grid cards ---------- */
.grid{display:grid;gap:26px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px;
  transition:transform .18s ease,box-shadow .2s ease,border-color .2s;
}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#dfe3e9}
.card .ico{
  width:52px;height:52px;border-radius:12px;display:grid;place-items:center;
  background:var(--orange-soft);color:var(--orange-dark);margin-bottom:18px;
}
.card .ico svg{width:26px;height:26px}
.card h3{margin-bottom:8px}
.card p{font-size:.98rem;color:var(--slate)}

/* ---------- project cards ---------- */
.proj{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  transition:transform .18s ease,box-shadow .2s;display:flex;flex-direction:column;
}
.proj:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.proj .top{
  height:210px;position:relative;display:grid;place-items:center;color:#fff;
  background:linear-gradient(145deg,#242b33,#171b20);overflow:hidden;
}
.proj .top>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}
.proj .top>img.zoomable{cursor:zoom-in}
.proj .top .zoom-hint{position:absolute;bottom:12px;right:12px;z-index:2;display:inline-flex;align-items:center;gap:6px;background:rgba(16,20,25,.72);color:#fff;font-size:.72rem;font-weight:600;padding:5px 10px;border-radius:6px;opacity:0;transition:opacity .2s ease;pointer-events:none}
.proj:hover .zoom-hint{opacity:1}

/* lightbox */
.lightbox{position:fixed;inset:0;background:rgba(10,12,15,.92);display:none;align-items:center;justify-content:center;z-index:200;padding:28px}
.lightbox.open{display:flex}
.lightbox figure{margin:0;max-width:1040px;width:100%;position:relative}
.lightbox img{width:100%;height:auto;max-height:78vh;object-fit:contain;border-radius:6px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.lightbox figcaption{color:#e9edf2;text-align:center;margin:16px auto 0;max-width:620px;font-size:1rem;line-height:1.6}
.lightbox figcaption b{color:#fff;display:block;font-size:1.1rem;margin-bottom:4px}
.lightbox .lb-close{position:absolute;top:-16px;right:-16px;width:40px;height:40px;display:grid;place-items:center;background:var(--orange);border:0;border-radius:50%;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.4);z-index:3}
.lightbox .lb-close:hover{background:var(--orange-dark)}
@media(max-width:560px){.lightbox .lb-close{top:8px;right:8px}}
.proj .top .tag{
  position:absolute;top:14px;left:14px;background:var(--orange);color:#fff;
  font-size:.72rem;font-weight:700;padding:5px 11px;border-radius:6px;letter-spacing:.03em;z-index:2;
}
.proj .top svg{position:absolute;bottom:0;left:0;right:0;opacity:.35}
.proj .in{padding:24px 24px 26px}
.proj h3{font-size:1.12rem;margin-bottom:6px}
.proj .meta{font-size:.82rem;color:var(--orange-dark);font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}
.proj p{font-size:.94rem}
.featured-proj{
  display:grid;grid-template-columns:1.1fr 1fr;gap:0;background:#fff;border:1px solid var(--line);
  border-radius:20px;overflow:hidden;box-shadow:var(--shadow-lg);
}
.featured-proj .art{position:relative;min-height:360px;background:linear-gradient(150deg,#1d2329,#12161a);display:grid;place-items:center;overflow:hidden}
.featured-proj .art>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}
.featured-proj .info h3{white-space:nowrap}
.featured-proj .info li span{white-space:nowrap}
.featured-proj .art .pill{position:absolute;top:20px;left:20px;background:var(--orange);color:#fff;font-weight:700;font-size:.78rem;padding:7px 14px;border-radius:8px;z-index:3;box-shadow:0 4px 14px rgba(0,0,0,.35)}
.featured-proj .art .big{color:#fff;text-align:center;z-index:2;padding:20px}
.featured-proj .art .big .u{font-size:3.4rem;font-weight:800;color:var(--orange);line-height:1}
.featured-proj .art .big .t{font-size:1.05rem;color:#c7cdd4;margin-top:6px;letter-spacing:.02em}
.featured-proj .info{padding:44px 46px}
.featured-proj .info ul{list-style:none;margin:20px 0 26px}
.featured-proj .info li{display:flex;gap:12px;padding:9px 0;border-bottom:1px solid var(--line);font-size:.96rem}
.featured-proj .info li b{color:var(--ink);min-width:120px}

/* ---------- team ---------- */
.team-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .18s,box-shadow .2s}
.team-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.team-card .ph{height:340px;background:linear-gradient(160deg,#242b33,#171b20);position:relative;overflow:hidden}
.team-card .ph img{width:100%;height:100%;object-fit:cover;object-position:center 30%}
.team-card .ph .mono{width:100%;height:100%;display:grid;place-items:center;color:var(--orange);font-size:3.4rem;font-weight:800;letter-spacing:.04em}
.team-card .tx{padding:24px 26px 28px}
.team-card .role{color:var(--orange-dark);font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}
.team-card h3{font-size:1.35rem;margin:4px 0 10px}
.team-card p{font-size:.95rem}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.chip{background:var(--bg-soft);border:1px solid var(--line);color:var(--slate);font-size:.78rem;font-weight:600;padding:5px 12px;border-radius:100px}
.chips.chips-oneline{flex-wrap:nowrap;gap:7px}
.chips.chips-oneline .chip{padding:5px 10px;font-size:.73rem;white-space:nowrap}

/* ---------- process ---------- */
.steps{counter-reset:s;display:grid;gap:20px}
.step{display:grid;grid-template-columns:64px 1fr;gap:20px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 28px}
.step .num{counter-increment:s;width:52px;height:52px;border-radius:12px;background:var(--ink);color:#fff;display:grid;place-items:center;font-weight:800;font-size:1.2rem}
.step .num::before{content:"0" counter(s)}
.step h3{margin-bottom:4px}

/* ---------- award ---------- */
.awards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.award{display:flex;gap:18px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-left:4px solid var(--orange);border-radius:12px;padding:24px 26px}
.award .medal{font-size:2rem;line-height:1}
.award h3{font-size:1.05rem;margin-bottom:4px}
.award p{font-size:.9rem;color:var(--muted)}

/* ---------- CTA band ---------- */
.cta-band{
  background:radial-gradient(800px 320px at 80% 0%,rgba(230,140,25,.22),transparent 60%),linear-gradient(160deg,#1a1f25,#21272e);
  color:#fff;border-radius:22px;padding:56px 60px;text-align:center;position:relative;overflow:hidden;
}
.cta-band h2{color:#fff}
.cta-band p{color:#c3cad1;max-width:52ch;margin:14px auto 28px}
.cta-band .cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---------- contact ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}
.field{margin-bottom:18px}
.field label{display:block;font-weight:600;color:var(--ink);font-size:.9rem;margin-bottom:7px}
.field input,.field textarea,.field select{
  width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:10px;
  font-family:inherit;font-size:1rem;color:var(--ink);background:#fff;transition:border .15s,box-shadow .15s;
}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(230,140,25,.15)}

/* email routes */
.email-routes{margin-top:8px}
.email-route{display:block;padding:14px 0;border-bottom:1px solid var(--line);text-decoration:none}
.email-route strong{display:block;color:var(--ink);font-size:.98rem;font-weight:700}
.email-route span{display:block;margin-top:3px;color:var(--muted);font-size:.86rem}
.email-route:hover strong{color:var(--orange-dark)}

/* map band */
.map-band{background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.map-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:36px 0;flex-wrap:wrap}
.map-inner h3{margin-bottom:6px}
.map-inner p{color:var(--slate)}
.field textarea{min-height:130px;resize:vertical}
.info-row{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-bottom:1px solid var(--line)}
.info-row .ic{width:46px;height:46px;border-radius:12px;background:var(--orange-soft);color:var(--orange-dark);display:grid;place-items:center;flex-shrink:0}
.info-row .ic svg{width:22px;height:22px}
.info-row h4{font-size:1rem;margin-bottom:2px}
.info-row p{font-size:.96rem;color:var(--slate)}
.placeholder{color:var(--muted);font-style:italic}

/* ---------- page banner ---------- */
.pbanner{background:radial-gradient(700px 300px at 85% -20%,rgba(230,140,25,.18),transparent 60%),linear-gradient(160deg,#181d22,#20262d);color:#fff;padding:78px 0 66px}
.pbanner .crumb{color:var(--orange);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}
.pbanner h1{color:#fff;max-width:20ch}
h1.oneline,h2.oneline{white-space:nowrap;max-width:none}
h1.oneline{font-size:clamp(1.7rem,4.2vw,2.9rem)}
@media(max-width:680px){h1.oneline,h2.oneline{white-space:normal;font-size:clamp(1.7rem,6vw,2.3rem)}}
.pbanner p{color:#b8c0c8;margin-top:14px;max-width:60ch;font-size:1.1rem}

/* ---------- footer ---------- */
.site-footer{background:#12161a;color:#9aa2ab;padding:64px 0 30px;font-size:.94rem}
.site-footer .cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.08)}
.site-footer h4{color:#fff;font-size:.95rem;letter-spacing:.04em;margin-bottom:16px;text-transform:uppercase}
.site-footer a{color:#9aa2ab;display:block;padding:5px 0}
.site-footer a:hover{color:var(--orange)}
.site-footer .fbrand img{height:52px;margin-bottom:16px}
.site-footer .fbrand p{max-width:34ch;font-size:.92rem;color:#828b94}
.site-footer .lic{margin-top:14px;font-size:.82rem;color:#6c757e}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;flex-wrap:wrap;gap:10px;font-size:.85rem;color:#6c757e}

/* ---------- misc ---------- */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.pill-list{list-style:none;margin-top:8px}
.pill-list li{display:flex;gap:12px;align-items:flex-start;padding:11px 0;border-bottom:1px solid var(--line);font-size:1rem}
.pill-list li .ck{color:var(--orange);flex-shrink:0;margin-top:3px}
.mission-quote{font-size:clamp(1.4rem,2.6vw,2rem);line-height:1.4;color:var(--ink);font-weight:600;max-width:24ch}
.mission-quote .hl{color:var(--orange-dark)}

/* Why owners choose us — heading */
.hl{color:var(--orange-dark)}
.owners-heading{font-family:'Manrope',var(--font);font-weight:600;font-size:clamp(1.5rem,2.8vw,2.4rem);line-height:1.15;letter-spacing:-.02em;color:var(--ink)}
.owners-heading .hl{color:var(--orange-dark)}

/* proof list (Why owners choose us) */
.proof-list{list-style:none;border-top:1px solid var(--line)}
.proof-list li{display:grid;grid-template-columns:40px 1fr;gap:16px;align-items:center;padding:16px 4px;border-bottom:1px solid var(--line);color:var(--slate);font-size:1rem;line-height:1.55;transition:transform .2s ease,color .2s ease}
.proof-list li:hover{color:var(--ink);transform:translateX(5px)}
.proof-list .pic{width:36px;height:36px;border-radius:50%;background:var(--orange-soft);color:var(--orange-dark);display:grid;place-items:center;flex-shrink:0}
.proof-list .pic svg{width:17px;height:17px}
.proof-list strong{color:var(--ink);font-weight:700}

/* ---------- responsive ---------- */
@media(max-width:960px){
  .menu{
    position:fixed;inset:100px 0 auto 0;background:#fff;flex-direction:column;gap:0;
    border-bottom:1px solid var(--line);padding:8px 0;box-shadow:var(--shadow);
    transform:translateY(-140%);transition:transform .28s ease;
  }
  .menu.open{transform:translateY(0)}
  .menu li{width:100%}
  .menu a{display:block;padding:14px 28px;width:100%}
  .menu .btn{margin:10px 28px;justify-content:center}
  .nav-toggle{display:flex}
  .stats{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(2){border-right:0}
  .stat:nth-child(1),.stat:nth-child(2){border-bottom:1px solid var(--line)}
  .commit{grid-template-columns:1fr}
  .commit .photo{height:300px}
  .grid-3,.grid-4{grid-template-columns:1fr 1fr}
  .featured-proj{grid-template-columns:1fr}
  .featured-proj .art{min-height:220px}
  .two-col,.contact-grid{grid-template-columns:1fr;gap:34px}
  .awards{grid-template-columns:1fr}
  .site-footer .cols{grid-template-columns:1fr 1fr;gap:30px}
}
@media(max-width:560px){
  body{font-size:16px}
  .section{padding:64px 0}
  .grid-3,.grid-4{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr}
  .stat{border-right:0;border-bottom:1px solid var(--line)}
  .commit .body,.featured-proj .info,.cta-band{padding:30px 24px}
  .site-footer .cols{grid-template-columns:1fr}
  .featured-proj .info h3,.featured-proj .info li span{white-space:normal}
}
