/* ============================================================
   LeanEdge Resources — home.css
   Homepage sections. Theme: SLATE & CRIMSON. Hard geometry,
   architectural frame lines, index micro-labels, bento grids.
   Depends on tokens.css + site.css.
   ============================================================ */

/* ---------- Architectural framed media ---------- */
.framed { position: relative; }
.framed .shot {
  position: relative; z-index: 1; overflow: hidden;
  background: var(--le-navy-900); border: 1px solid var(--le-line);
}
.framed .shot img { width: 100%; height: 100%; object-fit: cover; }
.framed--portrait .shot { aspect-ratio: 3/4; }
.frame-line { position: absolute; inset: -10px; border: 1px solid #cbd4e0; z-index: 0; pointer-events: none; }
.frame-line--offset { inset: auto; top: 20px; left: 20px; right: -16px; bottom: -16px; }
.media-tag {
  position: absolute; z-index: 3; bottom: 0; left: 0; font-family: var(--font-mono);
  font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: #fff; background: var(--le-navy); padding: 8px 13px;
}

/* Image placeholder + onError fallback */
.img-ph, .img-fallback {
  position: relative;
  background:
    repeating-linear-gradient(135deg, rgba(31,58,95,.05) 0 13px, rgba(31,58,95,.085) 13px 26px),
    var(--le-sand-deep);
  display: grid; place-items: center; text-align: center; padding: 24px; color: var(--le-navy);
}
.img-fallback img { display: none; }
.img-fallback::after {
  content: "IMAGE UNAVAILABLE"; font-family: var(--font-mono); font-size: 11px;
  letter-spacing: .16em; color: var(--le-muted);
}
.img-ph .ph-label { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; max-width: 30ch; line-height: 1.5; color: var(--le-slate); }
.img-ph .ph-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; color: var(--le-muted); position: absolute; top: 12px; left: 14px; }

/* =====================================================
   1 · HERO
   ===================================================== */
.hero { position: relative; background: var(--le-navy-900); padding-top: 112px; min-height: 100svh; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--le-line); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-veil { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(15,23,42,.96) 20%, rgba(15,23,42,.82) 44%, rgba(15,23,42,.34) 72%, rgba(15,23,42,.58) 100%); }
.hero-inner { position: relative; z-index: 2; width: 100%; padding-top: clamp(32px, 4vw, 56px); padding-bottom: clamp(96px, 9vw, 124px); }
.hero-content { max-width: 860px; }
.hero .eyebrow { color: var(--le-slate-soft); }
.hero h1 {
  font-family: var(--font-display); font-weight: 500; color: #fff;
  font-size: clamp(36px, 4.8vw, 62px); line-height: 1.08; letter-spacing: -0.025em; margin-bottom: 26px; text-wrap: balance;
}
.hero h1 em { font-style: italic; font-weight: 700; color: var(--le-slate-soft); }
.hero h1 .ul { border-bottom: 3px solid var(--le-red); padding-bottom: 2px; }
.hero-sub { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.62; color: var(--le-on-dark); max-width: 540px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero-cred { margin-top: 36px; display: flex; align-items: center; gap: 12px; }
.hero-cred .ico { width: 18px; height: 18px; color: var(--le-red); flex: none; }
.hero-cred span { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; color: var(--le-on-dark-mut); text-transform: uppercase; }
.hero-cred span i { color: rgba(255,255,255,.28); font-style: normal; margin-inline: 4px; }

.hero-basin { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; border-top: 1px solid rgba(255,255,255,.12); background: linear-gradient(0deg, rgba(15,23,42,.9), transparent); }
.basin-inner { display: flex; align-items: center; gap: clamp(16px, 3vw, 40px); padding-block: 18px; flex-wrap: wrap; }
.basin-label { font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--le-red); flex: none; }
.basin-list { display: flex; gap: 12px; flex-wrap: wrap; }
.basin-list span { font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; color: var(--le-on-dark-mut); }
.basin-list span:not(:last-child)::after { content: "·"; margin-left: 12px; color: rgba(255,255,255,.25); }

/* =====================================================
   2 · ABOUT
   ===================================================== */
.about-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(40px, 6vw, 84px); align-items: center; }
.about-body .section-title { margin-bottom: 24px; }
.about-lead { font-size: 16.5px; line-height: 1.7; color: var(--le-body); }
.about-support { margin-top: 18px; font-size: 16.5px; line-height: 1.7; color: var(--le-body); }
.pillars { margin-top: 34px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.pillar { padding-left: 16px; border-left: 2px solid var(--le-red); }
.pillar-ico { width: 24px; height: 24px; color: var(--le-red); margin-bottom: 11px; }
.pillar h3 { font-family: var(--font-display); font-weight: 700; font-size: 16.5px; letter-spacing: -0.01em; color: var(--le-ink); margin-bottom: 6px; }
.pillar p { font-size: 13.5px; line-height: 1.5; color: var(--le-muted); }
.about-cta { margin-top: 34px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

/* =====================================================
   3 · SERVICES — icon + deliverables bento
   ===================================================== */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 2.2vw, 30px); }
.svc-card {
  background: #fff; border: 1px solid var(--le-line); box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #c4cedd; }
.svc-media { aspect-ratio: 16/9; overflow: hidden; background: var(--le-navy-900); border-bottom: 1px solid var(--le-line); }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.svc-card:hover .svc-media img { transform: scale(1.04); }
.svc-body { padding: clamp(24px, 2.4vw, 34px); display: flex; flex-direction: column; flex: 1; }
.svc-top { display: flex; align-items: center; margin-bottom: 18px; }
.svc-ico { width: 50px; height: 50px; display: grid; place-items: center; background: #fff; border: 1px solid var(--le-line); color: var(--le-red); }
.svc-ico svg { width: 24px; height: 24px; }
.svc-pillar { font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--le-slate); }
.svc-card h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(20px, 1.8vw, 23px); line-height: 1.2; letter-spacing: -0.015em; color: var(--le-ink); margin-bottom: 14px; }
.svc-summary { font-style: italic; font-size: 15px; line-height: 1.6; color: var(--le-body); padding-left: 16px; border-left: 3px solid var(--le-red); margin-bottom: 22px; }
.svc-deliv-label { font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--le-muted); margin-bottom: 12px; }
.svc-deliv { list-style: none; padding: 0; display: grid; gap: 9px; margin-bottom: 24px; }
.svc-deliv li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.45; color: var(--le-body); }
.svc-deliv li strong { color: var(--le-ink); font-weight: 600; }
.svc-deliv .b { width: 8px; height: 8px; margin-top: 5px; flex: none; border-top: 2px solid var(--le-red); border-right: 2px solid var(--le-red); transform: rotate(45deg); }
.svc-foot { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--le-line); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.svc-spec { font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--le-slate-soft); }

.svc-banner { margin-top: 28px; background: var(--le-navy); color: #fff; padding: clamp(24px, 3vw, 34px) clamp(26px, 3.5vw, 44px); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.svc-banner-copy h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(20px, 2vw, 25px); letter-spacing: -0.015em; color: #fff; margin-bottom: 8px; }
.svc-banner-copy p { font-size: 15px; color: var(--le-on-dark-mut); max-width: 56ch; }

/* =====================================================
   4 · OUR APPROACH (dark timeline)
   ===================================================== */
.approach { overflow: hidden; }
.approach-bg { position: absolute; inset: 0; opacity: .08; }
.approach-bg img { width: 100%; height: 100%; object-fit: cover; }
.approach .container { position: relative; z-index: 2; }
.approach-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; position: relative; }
.approach-track::before { content: ""; position: absolute; top: 24px; left: 7%; right: 7%; height: 1px; background: linear-gradient(90deg, var(--le-slate) 0%, rgba(74,109,165,.25) 100%); z-index: 0; }
.phase { position: relative; z-index: 1; }
.phase-badge { width: 50px; height: 50px; display: grid; place-items: center; background: var(--le-navy-900); border: 1px solid var(--le-slate); color: var(--le-slate-soft); margin-bottom: 22px; transition: background .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease); }
.phase-badge svg { width: 22px; height: 22px; }
.phase:hover .phase-badge { background: var(--le-red); border-color: var(--le-red); color: #fff; }
.phase-num { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .16em; color: #e74c3c; margin-bottom: 10px; }
.phase h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: -0.01em; color: #fff; margin-bottom: 11px; }
.phase p { font-size: 14.5px; line-height: 1.58; color: var(--le-on-dark-mut); }

.approach-note { margin-top: clamp(40px, 5vw, 60px); display: flex; gap: 18px; align-items: flex-start; border: 1px solid rgba(255,255,255,.14); border-left: 3px solid var(--le-red); background: rgba(255,255,255,.03); padding: 22px 26px; }
.note-tag { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #e74c3c; flex: none; padding-top: 2px; }
.approach-note p { font-size: 15px; line-height: 1.6; color: var(--le-on-dark); max-width: 90ch; }
.approach-note p em { color: #fff; font-style: italic; }

/* =====================================================
   5 · WHY LEANEDGE
   ===================================================== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 24px); }
.why-card { background: #fff; border: 1px solid var(--le-line); padding: clamp(24px, 2.4vw, 32px); display: flex; flex-direction: column; transition: border-color .25s var(--ease), transform .25s var(--ease); }
.why-card:hover { border-color: var(--le-navy); }
.why-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.why-ico { width: 50px; height: 50px; display: grid; place-items: center; background: var(--le-light); border: 1px solid var(--le-line); color: var(--le-navy); }
.why-ico svg { width: 24px; height: 24px; }
.why-num { font-family: var(--font-mono); font-size: 13px; font-weight: 700; letter-spacing: .12em; color: var(--le-line); }
.why-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.015em; color: var(--le-ink); margin-bottom: 10px; }
.why-chip { display: inline-block; width: fit-content; font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .04em; color: var(--le-red); background: rgba(192,57,43,.07); border: 1px solid rgba(192,57,43,.2); padding: 5px 10px; margin-bottom: 16px; }
.why-desc { font-size: 15px; line-height: 1.62; color: var(--le-body); margin-bottom: 22px; }
.why-guarantee { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--le-line); display: flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--le-muted); }
.why-guarantee svg { width: 16px; height: 16px; color: #1F8A5B; flex: none; }

.compare { margin-top: clamp(28px, 3vw, 40px); background: var(--le-navy-900); color: #fff; display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(28px, 4vw, 56px); padding: clamp(32px, 4vw, 52px); align-items: center; }
.compare-copy h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.18; letter-spacing: -0.02em; color: #fff; margin-bottom: 16px; }
.compare-copy p { font-size: 15px; line-height: 1.62; color: var(--le-on-dark-mut); max-width: 56ch; }
.compare-stats { display: grid; gap: 18px; }
.stat { border: 1px solid rgba(255,255,255,.14); border-left: 3px solid var(--le-red); padding: 20px 22px; }
.stat-num { font-family: var(--font-display); font-weight: 700; font-size: 44px; line-height: 1; letter-spacing: -0.03em; color: #fff; }
.stat-num span { color: #e74c3c; }
.stat-label { font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--le-slate-soft); margin-top: 10px; }

/* =====================================================
   6 · OUTCOMES (bento tiles)
   ===================================================== */
.outcomes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--le-line); border-left: 1px solid var(--le-line); }
.outcome { padding: clamp(26px, 2.4vw, 34px) clamp(22px, 2vw, 28px); border-bottom: 1px solid var(--le-line); border-right: 1px solid var(--le-line); display: flex; flex-direction: column; }
.outcome-ico { width: 46px; height: 46px; display: grid; place-items: center; background: var(--le-light); border: 1px solid var(--le-line); color: var(--le-navy); margin-bottom: 20px; }
.outcome-ico svg { width: 22px; height: 22px; }
.outcome-tag { font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--le-red); margin-bottom: 12px; }
.outcome h3 { font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1.22; letter-spacing: -0.01em; color: var(--le-ink); text-transform: uppercase; margin-bottom: 10px; }
.outcome p { font-size: 14px; line-height: 1.56; color: var(--le-muted); margin-bottom: 20px; }
.outcome-pillar { margin-top: auto; font-family: var(--font-mono); font-size: 9.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--le-slate-soft); }

/* =====================================================
   7 · FOUNDER
   ===================================================== */
.founder-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(40px, 5vw, 76px); align-items: center; }
.founder-tagline { font-style: italic; font-size: 16px; line-height: 1.6; color: var(--le-muted); margin-top: 6px; margin-bottom: 28px; max-width: 52ch; }
.bio-card { background: #fff; border: 1px solid var(--le-line); padding: clamp(24px, 2.6vw, 34px); }
.bio-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--le-line); }
.bio-head h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(24px, 2.4vw, 30px); letter-spacing: -0.02em; color: var(--le-ink); }
.bio-role { font-family: var(--font-mono); font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--le-red); margin-top: 8px; }
.bio-chip { font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--le-navy); background: var(--le-light); border: 1px solid var(--le-line); padding: 7px 11px; flex: none; }
.bio-card > p { font-size: 15px; line-height: 1.65; color: var(--le-body); margin-bottom: 14px; }
.creds { margin-top: 22px; display: grid; gap: 8px; }
.cred { display: flex; align-items: center; gap: 11px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .02em; color: var(--le-ink); }
.cred svg { width: 16px; height: 16px; color: var(--le-slate); flex: none; }

.founder-media .framed .shot { aspect-ratio: 3/4; }
.founder-portrait { display: grid; place-items: center; }
.founder-overlay { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; padding: 22px 20px 18px; background: linear-gradient(0deg, rgba(15,23,42,.92), transparent); opacity: 0; transform: translateY(8px); transition: opacity .3s var(--ease), transform .3s var(--ease); }
.founder-media .framed:hover .founder-overlay { opacity: 1; transform: none; }
.ov-role { font-family: var(--font-mono); font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--le-slate-soft); }
.ov-name { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.01em; color: #fff; margin-top: 4px; }

/* =====================================================
   8 · INSIGHTS
   ===================================================== */
.insights-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(34px, 4vw, 52px); }
.insights-head .section-head, .insights-head > div { max-width: 680px; }
.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 26px); }
.post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--le-line); overflow: hidden; transition: border-color .25s var(--ease), transform .25s var(--ease); }
.post-card:hover { border-color: var(--le-navy); transform: translateY(-3px); }
.post-media { aspect-ratio: 16/9; overflow: hidden; background: var(--le-navy-900); }
.post-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.post-card:hover .post-media img { transform: scale(1.05); }
.post-text { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.post-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.post-cat { font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--le-red); padding-left: 10px; border-left: 3px solid var(--le-red); }
.post-min { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; color: var(--le-slate-soft); }
.post-text h3 { font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1.3; letter-spacing: -0.01em; color: var(--le-navy); margin-bottom: 18px; text-wrap: pretty; }
.post-text .link-arrow { margin-top: auto; }

.insights-strip { margin-top: 28px; border-top: 1px solid var(--le-line); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.insights-strip p { font-family: var(--font-display); font-weight: 600; font-size: clamp(17px, 1.6vw, 20px); letter-spacing: -0.01em; color: var(--le-ink); }

/* =====================================================
   9 · NEWSLETTER
   ===================================================== */
.news { overflow: hidden; }
.news::before { content: ""; position: absolute; top: -30%; right: -10%; width: 46%; height: 160%; background: radial-gradient(closest-side, rgba(31,58,95,.5), transparent); z-index: 0; }
.news-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.news-copy h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.12; letter-spacing: -0.02em; color: #fff; margin-bottom: 18px; text-wrap: balance; }
.news-copy > p { font-size: 16px; line-height: 1.64; color: var(--le-on-dark); max-width: 52ch; }
.news-disclaimer { margin-top: 16px; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .03em; color: var(--le-on-dark-mut); }
.contact-lines { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.contact-lines a { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-mono); font-size: 13px; letter-spacing: .02em; color: var(--le-on-dark); transition: color .2s var(--ease); width: fit-content; }
.contact-lines svg { width: 16px; height: 16px; color: #e74c3c; flex: none; }
.contact-lines a:hover { color: #fff; }
.news-form { display: grid; gap: 16px; }
.news-form .btn { width: 100%; }
.news-form.is-loading .btn { pointer-events: none; opacity: .85; }
.btn-spinner { display: none; animation: spin .8s linear infinite; }
.news-form.is-loading .btn-spinner { display: block; }
.news-form.is-loading .btn-label { opacity: .7; }
@keyframes spin { to { transform: rotate(360deg); } }
.news-small { display: flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .03em; color: var(--le-on-dark-mut); }
.news-small svg { width: 14px; height: 14px; color: var(--le-slate-soft); flex: none; }
.news-success { display: none; padding: 20px 22px; border: 1px solid var(--le-slate); border-left: 3px solid var(--le-red); background: rgba(74,109,165,.12); color: #fff; font-size: 15px; align-items: center; gap: 12px; }
.news-success svg { width: 20px; height: 20px; color: #4FB286; flex: none; }
.news-form.is-sent .news-success { display: flex; }
.news-form.is-sent .field, .news-form.is-sent > .btn, .news-form.is-sent .news-small { display: none; }

/* =====================================================
   9 · CONTACT (Get In Touch)
   ===================================================== */
.contact { overflow: hidden; }
.contact::before { content: ""; position: absolute; top: -30%; right: -12%; width: 46%; height: 160%; background: radial-gradient(closest-side, rgba(31,58,95,.5), transparent); z-index: 0; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 4vw, 64px); align-items: start; }
.contact-title { font-family: var(--font-display); font-weight: 500; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.12; letter-spacing: -0.02em; color: #fff; margin-bottom: 18px; text-wrap: balance; }
.contact-lead { font-size: 16px; line-height: 1.64; color: var(--le-on-dark); max-width: 48ch; }
.contact-tiles { margin-top: 28px; display: grid; gap: 14px; }
.contact-tile { display: flex; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.03); padding: 15px 18px; transition: border-color .2s var(--ease), background .2s var(--ease); }
.contact-tile:hover { border-color: var(--le-red); background: rgba(255,255,255,.05); }
.ct-ico { width: 44px; height: 44px; display: grid; place-items: center; background: rgba(192,57,43,.12); border: 1px solid rgba(192,57,43,.3); color: #e74c3c; flex: none; }
.ct-ico svg { width: 20px; height: 20px; }
.ct-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.ct-label { font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--le-slate-soft); }
.ct-value { font-family: var(--font-mono); font-size: 14px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.contact-meta { margin-top: 22px; display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .03em; color: var(--le-on-dark-mut); }
.contact-meta svg { width: 15px; height: 15px; color: var(--le-slate-soft); flex: none; }

.contact-card { position: relative; background: #fff; border: 1px solid #e3e8ef; box-shadow: var(--shadow-lg); padding: clamp(26px, 3vw, 40px); }
.contact-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--le-red); }
.contact-card-head { margin-bottom: 22px; }
.contact-card-head h3 { font-family: var(--font-display); font-weight: 700; font-size: 24px; letter-spacing: -0.015em; color: var(--le-ink); margin-bottom: 6px; }
.contact-card-head p { font-size: 14.5px; color: var(--le-muted); }
.contact-card .news-form { display: grid; gap: 8px; }
.contact-card .news-small { color: var(--le-muted); }
.contact-card .news-small svg { color: var(--le-slate); }
.contact-card .news-success { border: 1px solid rgba(31,138,91,.35); border-left: 3px solid #1F8A5B; background: rgba(31,138,91,.08); color: var(--le-ink); }
.contact-card .news-success svg { color: #1F8A5B; }

/* Hero stats (bottom-right of banner) */
.hero-stats { position: absolute; right: clamp(16px, 4vw, 48px); bottom: clamp(20px, 4vw, 46px); z-index: 3; display: flex; gap: 14px; }
.hstat { background: rgba(15,23,42,.55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.16); border-left: 3px solid var(--le-red); padding: 14px 18px; min-width: 132px; }
.hstat-num { font-family: var(--font-display); font-weight: 700; font-size: 34px; line-height: 1; letter-spacing: -0.02em; color: #fff; }
.hstat-num span { color: #e74c3c; }
.hstat-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--le-on-dark-mut); margin-top: 8px; line-height: 1.35; }
@media (max-width: 900px) { .hero-stats { display: none; } }

/* Outcomes CTA */
.outcomes-cta { margin-top: clamp(32px, 4vw, 48px); display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

/* Testimonials carousel (one per row) */
.tst-viewport { overflow: hidden; }
.tst-track { display: flex; transition: transform .5s var(--ease); }
.tst-slide { min-width: 100%; display: grid; grid-template-columns: 0.78fr 1.22fr; gap: clamp(24px, 3vw, 48px); align-items: center; background: #fff; border: 1px solid var(--le-line); box-shadow: var(--shadow-md); padding: clamp(22px, 2.6vw, 38px); }
.tst-media .shot { aspect-ratio: 4/5; }
.tst-body { position: relative; }
.tst-quote { font-family: var(--font-display); font-weight: 700; font-size: 78px; line-height: .8; color: var(--le-red); display: block; height: 42px; }
.tst-text { font-family: var(--font-display); font-weight: 500; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.42; letter-spacing: -0.01em; color: var(--le-ink); margin-top: 16px; text-wrap: pretty; }
.tst-rule { height: 1px; background: var(--le-line); margin: 26px 0 18px; }
.tst-name { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; color: var(--le-ink); }
.tst-role { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--le-muted); margin-top: 5px; }
.tst-nav { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.tst-arrow { width: 46px; height: 46px; display: grid; place-items: center; background: var(--le-navy-900); color: #fff; border: 0; transition: background .2s var(--ease), transform .15s var(--ease); }
.tst-arrow:hover { background: var(--le-red); }
.tst-arrow:active { transform: scale(.95); }
.tst-arrow svg { width: 20px; height: 20px; }
@media (max-width: 760px) { .tst-slide { grid-template-columns: 1fr; } .tst-media { max-width: 320px; } }

/* =====================================================
   Responsive
   ===================================================== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-media { max-width: 560px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-media { max-width: 440px; }
  .why-grid { grid-template-columns: 1fr; }
  .compare { grid-template-columns: 1fr; }
  .compare-stats { grid-template-columns: 1fr 1fr; }
  .outcomes-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-grid { grid-template-columns: 1fr; gap: 44px; }
  .founder-media { max-width: 400px; }
  .news-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 760px) {
  .svc-grid { grid-template-columns: 1fr; }
  .svc-card { border-right: 0; }
  .approach-track { grid-template-columns: 1fr 1fr; gap: 28px 24px; }
  .approach-track::before { display: none; }
  .insights-grid { grid-template-columns: 1fr; max-width: 460px; }
  .insights-head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 540px) {
  .approach-track { grid-template-columns: 1fr; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .compare-stats { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
}
