/* Spear Commercial & Industrial — Marketing Homepage Styles */
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@400;500;600;700;800;900&family=Archivo:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #F4F6F7; font-family: 'Archivo', sans-serif; color: #0B0E10; -webkit-font-smoothing: antialiased; }

.ds-display-font { font-family: 'Saira Condensed', sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.02; }
.ds-h2 { font-family: 'Saira Condensed', sans-serif; font-weight: 700; font-size: 52px; line-height: 1.04; letter-spacing: -0.005em; text-transform: uppercase; margin: 0; }
.ds-h3 { font-family: 'Saira Condensed', sans-serif; font-weight: 700; font-size: 28px; line-height: 1.1; text-transform: uppercase; margin: 0; }
.ds-over { font-family: 'Archivo', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #5D6872; }
.ds-mono { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0; }
.ds-body { font-size: 16px; line-height: 1.65; color: #434D55; }

.container { max-width: 1320px; margin: 0 auto; padding: 0 40px; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 50; height: 72px; background: rgba(11,14,16,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid #2B333A; color: #fff; }
.nav .inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.nav .brand { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.nav .brand img { height: 36px; width: auto; }
.nav .brand .w { font-family: 'Saira Condensed', sans-serif; line-height: 1; text-transform: uppercase; display: flex; flex-direction: column; gap: 2px; }
.nav .brand .w .t1 { font-weight: 900; font-size: 22px; letter-spacing: 0.02em; color: #fff; }
.nav .brand .w .t2 { font-weight: 700; font-size: 11px; letter-spacing: 0.22em; color: #64CD02; }
.nav .links { display: flex; gap: 0; margin-left: auto; }
.nav .links a { display: inline-flex; align-items: center; justify-content: center; text-align: center; width: 140px; color: #CBD1D6; font-family: 'Archivo', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; transition: color 120ms cubic-bezier(0.2,0,0.1,1), border-color 120ms; cursor: pointer; }
.nav .links a:hover, .nav .links a.active { color: #fff; border-bottom-color: #64CD02; }
.nav .right { display: flex; gap: 12px; align-items: center; }

/* BUTTON */
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; padding: 12px 22px; border: 0; cursor: pointer; transition: background 120ms cubic-bezier(0.2,0,0.1,1), color 120ms, transform 80ms; border-radius: 2px; text-decoration: none; }
.btn:focus-visible { outline: 2px solid #64CD02; outline-offset: 2px; }
.btn-primary { background: #64CD02; color: #fff; }
.btn-primary:hover { background: #4FA302; }
.btn-primary:active { transform: translateY(1px); box-shadow: inset 0 2px 0 rgba(0,0,0,0.18); }
.btn-secondary { background: transparent; color: #fff; border: 1px solid #CBD1D6; }
.btn-secondary:hover { background: #fff; color: #0B0E10; }
.btn-secondary.on-light { color: #0B0E10; border-color: #0B0E10; }
.btn-secondary.on-light:hover { background: #0B0E10; color: #fff; }

/* HERO */
.hero { position: relative; background: #0B0E10; color: #fff; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: url('./hero-solar-sunset.jpg');
  background-size: cover; background-position: center 40%;
  filter: saturate(1.05) contrast(1.02);
  z-index: 0;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,14,16,0.78) 0%, rgba(11,14,16,0.55) 40%, rgba(11,14,16,0.92) 100%),
    linear-gradient(90deg, rgba(11,14,16,0.72) 0%, rgba(11,14,16,0.15) 55%, rgba(11,14,16,0.0) 100%);
  z-index: 1; pointer-events: none;
}
.hero > * { position: relative; z-index: 2; }
.hero .stripes { position: absolute; inset: 0; opacity: 0.06; pointer-events: none; background: repeating-linear-gradient(60deg, rgba(255,255,255,0.4) 0 2px, transparent 2px 18px); z-index: 2; }
.hero .inner { position: relative; padding: 120px 40px 140px; }
.hero .eyebrow { color: #64CD02; font-family: 'Archivo', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.hero .eyebrow::before { content: ''; width: 32px; height: 2px; background: #64CD02; }
.hero h1 { font-family: 'Saira Condensed', sans-serif; font-weight: 900; font-size: clamp(64px, 9vw, 128px); line-height: 0.94; letter-spacing: -0.018em; text-transform: uppercase; margin: 0 0 28px; max-width: 1100px; }
.hero h1 .g { color: #64CD02; }
.hero .lead { font-size: 20px; line-height: 1.55; color: #CBD1D6; max-width: 620px; margin: 0 0 40px; }
.hero .ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .trust-strip { margin-top: 28px; padding-top: 24px; border-top: 1px solid #2B333A; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; font-family: 'Archivo', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #CBD1D6; }
.hero .trust-strip .dot { color: #64CD02; font-size: 14px; line-height: 1; }
.hero .kpis { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #2B333A; margin-top: 96px; }
.hero .kpi { padding: 28px 24px 8px; border-right: 1px solid #2B333A; }
.hero .kpi:last-child { border-right: 0; }
.hero .kpi .v { font-family: 'Saira Condensed', sans-serif; font-weight: 800; font-size: 52px; line-height: 1; letter-spacing: -0.01em; }
.hero .kpi .v .u { font-size: 22px; color: #A9B1B8; margin-left: 4px; font-weight: 400; }
.hero .kpi .l { font-family: 'Archivo', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #808A93; margin-top: 10px; padding-bottom: 20px; }

/* SECTION */
.section { padding: 112px 0; background: #F4F6F7; }
.section.light { background: #fff; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 56px; border-top: 3px solid #64CD02; padding-top: 18px; }
.section-head h2 { max-width: 780px; }
.section-head .meta { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #5D6872; letter-spacing: 0; text-align: right; white-space: nowrap; }

/* CAPABILITY GRID */
.caps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cap { background: #fff; border: 1px solid #E9ECEE; border-top: 3px solid #64CD02; padding: 28px; cursor: pointer; transition: border-color 120ms, transform 120ms; }
.cap:hover { border-color: #0B0E10; border-top-color: #64CD02; }
.cap .num { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #5D6872; letter-spacing: 0.06em; }
.cap h4 { font-family: 'Saira Condensed', sans-serif; font-weight: 700; font-size: 24px; text-transform: uppercase; margin: 10px 0 10px; letter-spacing: 0; line-height: 1.1; }
.cap p { margin: 0; font-size: 14px; color: #434D55; line-height: 1.6; }
.cap .more { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-family: 'Archivo', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #0B0E10; transition: gap 120ms; }
.cap:hover .more { gap: 14px; }
.cap.expanded { background: #0B0E10; color: #fff; border-color: #64CD02; }
.cap.expanded h4 { color: #fff; }
.cap.expanded p { color: #CBD1D6; }
.cap.expanded .num { color: #64CD02; }
.cap.expanded .more { color: #64CD02; }
.cap .detail { margin-top: 16px; padding-top: 16px; border-top: 1px solid #2B333A; }
.cap .detail ul { margin: 0; padding-left: 18px; font-size: 13px; line-height: 1.7; color: #CBD1D6; }

/* PROJECT CASE */
.project { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #0B0E10; color: #fff; }
.project .image { background: #1F252B; position: relative; min-height: 520px; background-image: linear-gradient(135deg, #14181C 0%, #2B333A 50%, #14181C 100%); }
.project .image .placeholder { position: absolute; inset: 24px; border: 1px dashed #434D55; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: #5D6872; font-family: 'JetBrains Mono', monospace; font-size: 12px; }
.project .image .stripe-decor { position: absolute; inset: 0; opacity: 0.12; background: repeating-linear-gradient(60deg, #fff 0 1px, transparent 1px 10px); }
.project .body { padding: 56px 48px; display: flex; flex-direction: column; }
.project .over { color: #64CD02; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; font-family: 'Archivo', sans-serif; }
.project h3 { font-family: 'Saira Condensed', sans-serif; font-weight: 800; font-size: 44px; text-transform: uppercase; margin: 16px 0 16px; letter-spacing: -0.01em; line-height: 1.02; }
.project .lead { font-size: 16px; line-height: 1.65; color: #CBD1D6; }
.project .spec { margin-top: auto; padding-top: 32px; border-top: 1px solid #2B333A; }
.project .spec-row { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 0; border-bottom: 1px solid #2B333A; }
.project .spec-row:last-child { border-bottom: 0; }
.project .spec-row .l { font-family: 'Archivo', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #808A93; }
.project .spec-row .v { font-family: 'JetBrains Mono', monospace; font-size: 14px; color: #fff; }
.project .spec-row .v.green { color: #64CD02; }

/* FORM */
.form-wrap { background: #fff; border: 1px solid #E9ECEE; padding: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.form-wrap .intro h3 { font-family: 'Saira Condensed', sans-serif; font-weight: 800; font-size: 36px; text-transform: uppercase; margin: 0 0 16px; line-height: 1.02; }
.form-wrap .intro p { color: #434D55; font-size: 15px; line-height: 1.6; }
.form-wrap .intro .prom { margin-top: 24px; padding-top: 20px; border-top: 1px solid #E9ECEE; }
.form-wrap .intro .prom li { font-family: 'Archivo', sans-serif; font-size: 13px; color: #0B0E10; padding: 6px 0; display: flex; gap: 10px; list-style: none; }
.form-wrap .intro .prom ul { padding: 0; margin: 0; }
.form-wrap .intro .prom li::before { content: '→'; color: #64CD02; font-weight: 700; }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: 'Archivo', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #5D6872; margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; box-sizing: border-box; padding: 12px 14px; font-family: 'Archivo', sans-serif; font-size: 14px; background: #fff; border: 1px solid #CBD1D6; color: #0B0E10; border-radius: 2px; outline: none; transition: border-color 120ms, box-shadow 120ms; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #64CD02; box-shadow: 0 0 0 2px rgba(100,205,2,0.15); }
.field .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-confirm { background: #E8F7D0; border: 1px solid #64CD02; padding: 32px; }
.form-confirm h4 { font-family: 'Saira Condensed', sans-serif; font-weight: 800; font-size: 28px; text-transform: uppercase; margin: 0 0 8px; color: #0B0E10; }
.form-confirm p { margin: 0; color: #2B333A; }

/* FOOTER */
.foot { background: #0B0E10; color: #CBD1D6; padding: 72px 0 32px; border-top: 3px solid #64CD02; }
.foot .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.foot h5 { font-family: 'Archivo', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; margin: 0 0 14px; }
.foot a, .foot li { color: #A9B1B8; text-decoration: none; font-size: 14px; line-height: 1.9; display: block; }
.foot a:hover { color: #64CD02; }
.foot ul { list-style: none; padding: 0; margin: 0; }
.foot .brand-col { max-width: 340px; }
.foot .brand-col .w { font-family: 'Saira Condensed', sans-serif; line-height: 1; text-transform: uppercase; margin-bottom: 14px; display: flex; align-items: center; gap: 12px; }
.foot .brand-col .w img { height: 32px; }
.foot .brand-col .w .stack { display: flex; flex-direction: column; gap: 2px; }
.foot .brand-col .w .t1 { font-weight: 900; font-size: 22px; letter-spacing: 0.02em; color: #fff; }
.foot .brand-col .w .t2 { font-weight: 700; font-size: 11px; letter-spacing: 0.22em; color: #64CD02; }
.foot .brand-col p { color: #808A93; font-size: 13px; line-height: 1.65; }
.foot .fine { border-top: 1px solid #2B333A; padding-top: 24px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #5D6872; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }

/* APPROACH STEPS */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid #0B0E10; }
.step { padding: 28px 24px; border-bottom: 1px solid #E9ECEE; }
.step:not(:last-child) { border-right: 1px solid #E9ECEE; }
.step .n { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #64CD02; font-weight: 700; letter-spacing: 0.08em; margin-bottom: 10px; }
.step h4 { font-family: 'Saira Condensed', sans-serif; font-weight: 700; font-size: 22px; text-transform: uppercase; margin: 0 0 10px; line-height: 1.1; }
.step p { margin: 0; font-size: 13px; line-height: 1.6; color: #434D55; }
