/* ============ LP — conversion landing pages ============ */
.lp-header{
  position:fixed; inset:0 0 auto 0; z-index:50;
  background:linear-gradient(180deg, rgba(7,7,10,.85), rgba(7,7,10,.55) 70%, transparent);
  backdrop-filter:blur(10px); border-bottom:1px solid rgba(255,255,255,.06);
}
.lp-header-inner{ display:flex; align-items:center; justify-content:space-between; height:70px; }
.lp-head-actions{ display:flex; align-items:center; gap:1rem; }
.lp-head-phone{
  display:inline-flex; align-items:center; gap:.5rem;
  font-family:var(--font-display); font-weight:600; font-size:1.02rem; color:#fff;
}
.lp-head-phone svg{ color:var(--orange-bright); }
@media (max-width:680px){ .lp-head-actions .btn{ display:none; } }

/* hero */
.lp-hero{ position:relative; min-height:100svh; display:flex; align-items:flex-end; overflow:hidden; }
.lp-hero video{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  filter:brightness(.62) contrast(1.05) saturate(1.05);
}
.lp-hero-shade{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(7,7,10,.55) 0%, rgba(7,7,10,.25) 40%, rgba(7,7,10,.88) 100%);
}
.lp-hero-inner{ position:relative; z-index:2; width:100%; padding:9rem 0 4.5rem; }
.lp-kicker{
  display:inline-flex; align-items:center; gap:.65rem;
  font-family:var(--font-mono); font-size:.78rem; letter-spacing:.16em; text-transform:uppercase;
  color:var(--orange-bright); margin-bottom:1.2rem;
}
.lp-kicker::before{ content:""; width:26px; height:2px; background:var(--orange); }
.lp-h1{
  font-family:var(--font-display); font-weight:700; letter-spacing:-.02em; line-height:1.04;
  font-size:clamp(2.4rem,5.6vw,4.4rem); color:#fff; max-width:17ch; margin-bottom:1.1rem;
}
.lp-h1 em{ font-style:normal; color:var(--orange-bright); }
.lp-sub{ font-size:clamp(1.02rem,1.6vw,1.22rem); color:rgba(255,255,255,.82); max-width:56ch; line-height:1.55; margin-bottom:1.8rem; }
.lp-cta-row{ display:flex; flex-wrap:wrap; gap:1rem; margin-bottom:1.9rem; }
.lp-chips{ display:flex; flex-wrap:wrap; gap:.55rem; }

/* logo strip */
.lp-logos{ padding:2.2rem 0; border-block:1px solid var(--line); background:var(--bg-2); }
.lp-logos p{
  text-align:center; font-family:var(--font-mono); font-size:.7rem; letter-spacing:.18em;
  text-transform:uppercase; color:var(--muted-2); margin-bottom:1.3rem;
}

/* generic sections */
.lp-section{ padding-block:clamp(3.8rem,8vw,6.5rem); }
.lp-section.alt{ background:var(--bg-2); }
.lp-lead{ font-size:1.08rem; color:var(--muted); max-width:64ch; line-height:1.6; margin-top:1rem; }

/* stakes list */
.lp-stakes{ display:grid; grid-template-columns:repeat(2,1fr); gap:1.1rem; margin-top:2.4rem; }
.lp-stake{
  display:flex; gap:.9rem; align-items:flex-start;
  background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-sm); padding:1.25rem 1.3rem;
}
.lp-stake svg{ flex:0 0 auto; color:var(--orange-bright); margin-top:.15rem; }
.lp-stake strong{ display:block; font-family:var(--font-display); font-size:1.02rem; margin-bottom:.25rem; }
.lp-stake span{ color:var(--muted); font-size:.92rem; line-height:1.5; }

/* capability cards */
.lp-cards{ display:grid; grid-template-columns:repeat(4,1fr); gap:1.1rem; margin-top:2.4rem; }
.lp-card{
  background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-sm);
  padding:1.5rem 1.4rem; transition:transform .3s var(--ease), border-color .3s var(--ease);
}
.lp-card:hover{ transform:translateY(-4px); border-color:rgba(255,91,0,.35); }
.lp-card i{
  display:grid; place-items:center; width:42px; height:42px; border-radius:10px; margin-bottom:1rem;
  background:rgba(255,91,0,.1); border:1px solid rgba(255,91,0,.22); color:var(--orange-bright);
}
.lp-card strong{ display:block; font-family:var(--font-display); font-size:1.05rem; margin-bottom:.3rem; }
.lp-card span{ font-size:.88rem; color:var(--muted); line-height:1.5; }

/* proof */
.lp-proof{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.2rem; margin-top:2.4rem; }
.lp-proj{ border-radius:var(--radius); overflow:hidden; border:1px solid var(--line); background:var(--surface); }
.lp-proj figure{ position:relative; aspect-ratio:16/10; overflow:hidden; margin:0; }
.lp-proj img{ width:100%; height:100%; object-fit:cover; filter:grayscale(.2) brightness(.8); transition:transform .6s var(--ease), filter .5s var(--ease); }
.lp-proj:hover img{ transform:scale(1.05); filter:grayscale(0) brightness(.92); }
.lp-proj figcaption{
  position:absolute; left:0; right:0; bottom:0; padding:.9rem 1.1rem; z-index:2;
  background:linear-gradient(180deg, transparent, rgba(7,7,10,.9));
  font-family:var(--font-mono); font-size:.68rem; letter-spacing:.13em; text-transform:uppercase; color:var(--orange-bright);
}
.lp-proj-body{ padding:1.25rem 1.3rem 1.4rem; }
.lp-proj-body strong{ display:block; font-family:var(--font-display); font-size:1.08rem; margin-bottom:.35rem; }
.lp-proj-body p{ color:var(--muted); font-size:.9rem; line-height:1.5; }

/* steps */
.lp-steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:1.1rem; margin-top:2.4rem; counter-reset:lpstep; }
.lp-step{
  position:relative; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-sm); padding:1.6rem 1.4rem 1.5rem;
}
.lp-step::before{
  counter-increment:lpstep; content:"0" counter(lpstep);
  display:block; font-family:var(--font-mono); font-weight:700; font-size:.8rem; letter-spacing:.14em;
  color:var(--orange-bright); margin-bottom:.8rem;
}
.lp-step strong{ display:block; font-family:var(--font-display); font-size:1.04rem; margin-bottom:.3rem; }
.lp-step span{ font-size:.88rem; color:var(--muted); line-height:1.5; }

/* faq */
.lp-faq{ margin-top:2.2rem; max-width:820px; }
.lp-faq details{ border:1px solid var(--line); border-radius:var(--radius-sm); background:var(--surface); margin-bottom:.8rem; overflow:hidden; }
.lp-faq summary{
  cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:1rem;
  padding:1.1rem 1.3rem; font-family:var(--font-display); font-weight:600; font-size:1rem; color:#fff;
}
.lp-faq summary::-webkit-details-marker{ display:none; }
.lp-faq summary::after{ content:"+"; font-family:var(--font-mono); color:var(--orange-bright); font-size:1.1rem; transition:transform .25s var(--ease); }
.lp-faq details[open] summary::after{ transform:rotate(45deg); }
.lp-faq details p{ padding:0 1.3rem 1.2rem; color:var(--muted); font-size:.95rem; line-height:1.6; }

/* convert */
.lp-convert{ display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(1.5rem,4vw,3.5rem); margin-top:2.6rem; align-items:start; }
.lp-phone-panel{
  background:linear-gradient(150deg, rgba(255,91,0,.12), rgba(255,91,0,.03)); border:1px solid rgba(255,91,0,.3);
  border-radius:var(--radius); padding:2rem 1.8rem; position:sticky; top:96px;
}
.lp-phone-panel h3{ font-family:var(--font-display); font-size:1.4rem; margin-bottom:.6rem; }
.lp-phone-panel p{ color:var(--muted); font-size:.95rem; line-height:1.55; margin-bottom:1.3rem; }
.lp-phone-big{
  display:inline-flex; align-items:center; gap:.7rem; font-family:var(--font-display); font-weight:700;
  font-size:clamp(1.5rem,2.6vw,2rem); color:#fff; margin-bottom:1rem;
}
.lp-phone-big svg{ color:var(--orange-bright); }
.lp-phone-note{ font-family:var(--font-mono); font-size:.7rem; letter-spacing:.13em; text-transform:uppercase; color:var(--muted-2); }
.lp-form{
  background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:2rem 1.8rem;
}
.lp-form h3{ font-family:var(--font-display); font-size:1.4rem; margin-bottom:.4rem; }
.lp-form > p{ color:var(--muted); font-size:.92rem; margin-bottom:1.4rem; }
.lp-grid{ display:grid; grid-template-columns:1fr 1fr; gap:.9rem; }
.lp-field{ display:flex; flex-direction:column; gap:.35rem; }
.lp-field.full{ grid-column:1 / -1; }
.lp-field label{ font-family:var(--font-mono); font-size:.68rem; letter-spacing:.13em; text-transform:uppercase; color:var(--muted-2); }
.lp-field input, .lp-field select, .lp-field textarea{
  background:#0c0c10; border:1px solid var(--line); border-radius:10px; color:#fff;
  font-family:var(--font-body); font-size:.95rem; padding:.78rem .9rem; width:100%;
  transition:border-color .25s var(--ease);
}
.lp-field input:focus, .lp-field select:focus, .lp-field textarea:focus{ outline:none; border-color:var(--orange); }
.lp-field textarea{ min-height:96px; resize:vertical; }
.lp-form .btn{ margin-top:1.2rem; }
.lp-privacy{ margin-top:.9rem; font-size:.78rem; color:var(--muted-2); text-align:center; }

/* sticky mobile bar */
.lp-sticky{
  position:fixed; left:0; right:0; bottom:0; z-index:60; display:none; gap:.6rem; padding:.7rem .9rem;
  background:rgba(7,7,10,.92); backdrop-filter:blur(10px); border-top:1px solid rgba(255,255,255,.08);
  transform:translateY(110%); transition:transform .35s var(--ease);
}
.lp-sticky.show{ transform:translateY(0); }
.lp-sticky .btn{ flex:1; justify-content:center; }
@media (max-width:820px){ .lp-sticky{ display:flex; } }

/* footer */
.lp-footer{ padding:2.4rem 0 6.5rem; border-top:1px solid var(--line); background:var(--bg-2); }
.lp-footer-inner{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:1rem; }
.lp-footer p{ color:var(--muted-2); font-size:.82rem; }
.lp-footer a{ color:var(--muted); }

/* reveals */
.js .lp-rev{ opacity:0; transform:translateY(22px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.js .lp-rev.in{ opacity:1; transform:none; }

/* responsive */
@media (max-width:1020px){
  .lp-cards{ grid-template-columns:repeat(2,1fr); }
  .lp-proof{ grid-template-columns:1fr 1fr; }
  .lp-steps{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:820px){
  .lp-convert{ grid-template-columns:1fr; }
  .lp-phone-panel{ position:static; }
}
@media (max-width:680px){
  .lp-hero-inner{ padding:7.5rem 0 3.5rem; }
  .lp-stakes{ grid-template-columns:1fr; }
  .lp-proof{ grid-template-columns:1fr; }
  .lp-grid{ grid-template-columns:1fr; }
  .lp-steps{ grid-template-columns:1fr; }
}

/* ---- v2: first-party quote + booking alternative in the phone panel ---- */
.lp-quote{
  max-width:840px; margin:2.8rem auto 0; padding-left:1.4rem;
  border-left:3px solid var(--orange-bright);
  font-size:1.22rem; line-height:1.6; font-style:italic;
}
.lp-quote cite{
  display:block; margin-top:.9rem; font-size:.72rem; letter-spacing:.14em;
  text-transform:uppercase; font-style:normal; opacity:.6;
}
.lp-book-alt{ margin-top:1.5rem; padding-top:1.3rem; border-top:1px solid rgba(255,255,255,.14); }
.lp-book-alt p{ font-size:.9rem; opacity:.82; margin:0 0 .8rem; }

/* ==== v3: hover-expand cards + proof hover media ==== */
.lp-stake, .lp-card{ position:relative; overflow:hidden; }
.lp-stake{ transition:transform .3s var(--ease), border-color .3s var(--ease); }
.lp-stake:hover{ transform:translateY(-4px); border-color:rgba(255,91,0,.45); }
.lp-stake::after, .lp-card::after{
  content:""; position:absolute; left:0; top:0; width:3px; height:100%;
  background:linear-gradient(180deg, var(--orange-bright), transparent);
  transform:scaleY(0); transform-origin:top; transition:transform .4s var(--ease);
}
.lp-stake:hover::after, .lp-card:hover::after{ transform:scaleY(1); }
.lp-more{
  display:block; max-height:0; opacity:0; overflow:hidden; margin-top:0;
  font-size:.85rem; line-height:1.55; color:rgba(255,255,255,.82);
  transition:max-height .5s var(--ease), opacity .4s var(--ease), margin .4s var(--ease);
}
.lp-stake:hover .lp-more, .lp-card:hover .lp-more{ max-height:9.5rem; opacity:1; margin-top:.6rem; }
@media (hover:none){ .lp-more{ max-height:none; opacity:.92; margin-top:.6rem; } }

/* proof cards: whole card links to the project, montage plays on hover */
a.lp-proj{ display:block; color:inherit; text-decoration:none; }
.lp-proj figure{ position:relative; overflow:hidden; }
.lp-proj figure img{ transition:transform .6s var(--ease); }
.lp-proj-vid{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  opacity:0; transition:opacity .45s var(--ease); pointer-events:none;
}
.lp-proj:hover .lp-proj-vid.playing{ opacity:1; }
.lp-proj:hover figure img{ transform:scale(1.05); }
.lp-proj-cta{
  display:inline-flex; align-items:center; gap:.45rem; margin-top:.7rem;
  font-family:var(--font-mono); font-size:.72rem; letter-spacing:.14em; text-transform:uppercase;
  color:var(--orange-bright); opacity:0; transform:translateX(-6px);
  transition:opacity .35s var(--ease), transform .35s var(--ease);
}
.lp-proj:hover .lp-proj-cta{ opacity:1; transform:none; }
@media (hover:none){ .lp-proj-vid{ display:none; } .lp-proj-cta{ opacity:1; transform:none; } }

/* ---- two-step enquiry form (v4) ---- */
/* Default (no JS): full form shows, continue button hidden. JS adds
   .lp-two-step to collapse step 2 behind a Continue button. */
.lp-continue{ display:none; }
.lp-two-step .lp-s2,
.lp-two-step .lp-step-note,
.lp-two-step button[type="submit"]{ display:none; }
.lp-two-step .lp-continue{ display:flex; }
.lp-step2-open .lp-continue{ display:none; }
.lp-step-note{ font-size:.85rem; color:var(--ink-dim, #8b949c); margin:.4rem 0 .65rem; }
.lp-step2-open .lp-s2{ animation:lpStepIn .35s ease both; }
@keyframes lpStepIn{ from{ opacity:0; transform:translateY(6px); } to{ opacity:1; transform:none; } }

/* ==== v5: credo strip + proof-harder pass (Aug 2026) ====
   Credo strip: one dark full-width band directly under each lander hero
   carrying the five phrases of the 10-second message:
   135 PROJECTS · COMPLEX BUILDINGS · ENGINEERED REMEDIATION ·
   CONSTRUCTION DELIVERY · CERTIFIED CLOSE-OUT.
   Static flex row, wraps on mobile, orange separators, Space Mono.
   styles.css carries a matching .credo-strip block for pages that do
   not load lp.css (index.html). Keep the two blocks identical. */
.credo-strip{
  background:var(--black);
  border-block:1px solid var(--line);
  padding:1.1rem 0;
}
.credo-inner{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center;
  column-gap:1.15rem; row-gap:.5rem;
}
.credo-item{
  font-family:var(--font-mono); font-weight:700; font-size:.8rem;
  letter-spacing:.16em; text-transform:uppercase; color:var(--text);
  white-space:nowrap;
}
.credo-sep{ color:var(--orange-bright); font-family:var(--font-mono); line-height:1; }
/* the logos band below carries its own top border; stop the hairlines doubling */
.credo-strip + .lp-logos{ border-top:0; }
@media (max-width:680px){
  .credo-item{ font-size:.68rem; letter-spacing:.13em; }
  .credo-inner{ column-gap:.85rem; }
}

/* Proof section, same pass: the "Selected from 135 delivered projects." line
   above the grid, and a hard outcome line on each case card. */
.lp-proof-count{
  margin-top:1.1rem;
  font-family:var(--font-mono); font-size:.72rem; letter-spacing:.15em;
  text-transform:uppercase; color:var(--orange-bright);
}
.lp-proj-outcome{
  display:block; margin-top:.65rem; padding-top:.55rem;
  border-top:1px solid var(--line);
  font-family:var(--font-mono); font-size:.68rem; letter-spacing:.13em;
  text-transform:uppercase; color:var(--orange-bright);
}
