/* Services page only. Loads AFTER the frozen shared site.css.
   Nothing here redefines a shared component — only components this page introduces. */

.hero-eyebrow{color:var(--orange);font-weight:800;font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;margin:0 0 .7rem}

/* alternating image / copy rows */
.sec-servicelist{background:#fff}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:52px;align-items:center;margin-bottom:74px}
.split:last-child{margin-bottom:0}
.split.is-flip .split-media{order:2}
.split-media picture{display:block;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.split-media img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.split-body h2{margin-bottom:.45em}
.split-body .checks{margin:1.1rem 0 1.6rem}

/* Infinity Wall System */
.sec-infinity{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.inf-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;margin-bottom:52px}
.inf-hero picture,.inf-video picture{display:block;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.inf-hero img,.inf-video img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.vid-facade{position:relative;display:block;width:100%;padding:0;border:0;background:none;cursor:pointer;border-radius:var(--radius);overflow:hidden}
.vid-label{position:absolute;left:0;right:0;bottom:0;padding:14px 18px;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,0));color:#fff;font-size:.86rem;font-weight:700;text-align:left}
.inf-video video{display:block;width:100%;height:auto;aspect-ratio:16/9;border-radius:var(--radius);background:#000}

.inf-layers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;counter-reset:layer}
.inf-layers li{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.inf-media{position:relative}
.inf-media img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.inf-num{position:absolute;top:10px;left:10px;background:var(--orange);color:#111;font-size:.7rem;font-weight:800;letter-spacing:.1em;padding:5px 9px;border-radius:6px}
.inf-layers h3{font-size:.95rem;margin:16px 18px .35em}
.inf-layers p{font-size:.88rem;margin:0 18px 18px}

.inf-close{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:44px;align-items:center;margin-top:52px}
.inf-close-media picture{display:block;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.inf-close-media img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.inf-close h3{font-size:1.3rem}
.inf-gallery{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:44px}
.inf-gallery picture{display:block;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.inf-gallery img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}

/* black band: four points + a stat rail */
.band-grid{display:grid;grid-template-columns:minmax(0,2.4fr) minmax(0,1fr);gap:44px;align-items:start}
.band-points{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.band-points li{display:flex;gap:14px;align-items:flex-start}
.band-points h3{font-size:.95rem;color:#fff;margin-bottom:.35em}
.band-points p{font-size:.9rem;margin:0;color:#C9CDD3}
.band-stat{border-left:1px solid rgba(255,255,255,.22);padding-left:34px}
.band-stat strong{display:block;font-size:3.6rem;line-height:1;color:var(--orange);font-weight:800;letter-spacing:-.03em}
.band-stat span{display:block;color:#fff;font-weight:800;font-size:.95rem;margin:.5rem 0 1rem;line-height:1.3}
.band-stat p{font-size:.9rem;color:#C9CDD3;margin:0}

/* FAQ */
.sec-faq{background:#fff}
.faq{max-width:900px;margin:0 auto}
.faq details{border:1px solid var(--line);border-radius:10px;margin-bottom:12px;background:#fff}
.faq summary{cursor:pointer;list-style:none;padding:18px 22px;font-weight:700;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";width:11px;height:11px;border-right:2px solid var(--orange);border-bottom:2px solid var(--orange);transform:rotate(45deg);flex:none;margin-top:-4px}
.faq details[open] summary::after{transform:rotate(225deg);margin-top:3px}
.faq details>div{padding:0 22px 20px}
.faq p{margin:0;font-size:.95rem}

/* closing CTA band */
.band-cta{border-top:1px solid rgba(255,255,255,.12)}
.band-cta-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:40px;align-items:center}
.band-cta h2{color:#fff;margin-bottom:.4em}
.band-cta p{color:#C9CDD3;margin:0}
.band-cta-actions{display:flex;flex-direction:column;gap:12px}

@media (max-width:1024px){
  .split,.inf-top,.inf-close,.band-grid,.band-cta-grid,.portfolio-grid{grid-template-columns:1fr;gap:28px}
  .split{margin-bottom:52px}
  .split.is-flip .split-media{order:0}
  .inf-layers{grid-template-columns:1fr 1fr}
  .band-stat{border-left:0;border-top:1px solid rgba(255,255,255,.22);padding-left:0;padding-top:26px}
}
@media (max-width:767px){
  .inf-layers,.inf-gallery{grid-template-columns:1fr}
  .band-points{grid-template-columns:1fr}
  .band-cta-actions .btn{width:100%}
}

/* ---- light split-panel hero, per the Services mockup ----
   Photo runs full width; a white wash covers the left half and fades out over it,
   so the copy sits on white while the shower stays visible on the right. */
.hero-light::before{background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.95) 38%,rgba(255,255,255,.72) 50%,rgba(255,255,255,0) 62%)}
.hero-light h1{color:var(--ink)}
.hero-light p{color:var(--body)}
.hero-light .hero-eyebrow{color:var(--orange)}
.hero-light .hero-inner{padding:84px 0 118px;max-width:600px}
.btn-ink{background:#000;color:#fff;border-color:#000;display:inline-flex;align-items:center;gap:10px;justify-content:center}
.btn-ink:hover{background:#1c1c1c;border-color:#1c1c1c}
.btn-ico{width:18px;height:18px;fill:currentColor;flex:none}
@media (max-width:1024px){
  .hero-light::before{background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.92) 62%,rgba(255,255,255,.70) 100%)}
  .hero-light .hero-inner{padding:56px 0 84px;max-width:none}
}

/* ---- warranty (verbatim from RENEWITHQ.md) ---- */
.sec-warranty{background:#fff;padding-top:0}
.warranty-card{display:flex;gap:22px;align-items:flex-start;background:var(--cream);border:1px solid var(--line);border-left:5px solid var(--orange);border-radius:var(--radius);padding:30px 32px}
.warranty-ico{flex:none;width:52px;height:52px;border-radius:50%;border:2px solid var(--orange);display:grid;place-items:center}
.warranty-ico svg{width:26px;height:26px;fill:none;stroke:var(--orange);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.warranty-card h2{font-size:1.25rem;margin-bottom:.4em}
.warranty-text{margin:0;font-size:1rem}
@media (max-width:767px){.warranty-card{flex-direction:column;gap:16px;padding:22px}}
