/* LCS — full-bleed sliders, contact, FAQ, stats */

/* --- Full-width slider bands --- */
.slider-band {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.slider-band__viewport {
  overflow: hidden;
  width: 100%;
  height: clamp(280px, 52vh, 520px);
  position: relative;
}

.slider-band .carousel__track {
  height: 100%;
}

.slider-band .carousel__slide--band {
  height: clamp(280px, 52vh, 520px);
  min-height: 280px;
}

.slider-band__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.slider-band .carousel__slide--band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 280px;
  filter: contrast(1.06) saturate(0.9);
  transition: transform 8s var(--ease);
}

.slider-band .carousel__slide--band.is-active img,
.slider-band .carousel__track .carousel__slide--band:first-child img {
  transform: none;
}

.slider-band__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 2, 2, 0.88) 0%, transparent 55%);
  pointer-events: none;
}

.slider-band__slide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.slider-band__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  pointer-events: none;
}

.slider-band__title {
  font-size: clamp(1.5rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--cream);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}

.slider-band__sub {
  font-size: clamp(0.85rem, 2vw, 1.1rem);
  color: rgba(235, 224, 211, 0.85);
  max-width: 50ch;
}

/* Band carousel nav/dots — unified in .carousel__controls (carousel-controls.css) */
.slider-band .carousel__nav--band:not(.carousel__nav--ctrl),
.slider-band > .carousel__dots:not(.carousel__controls .carousel__dots) {
  display: none;
}

.slider-band--showcase {
  border-top: 0;
  border-bottom: 0;
}

.slider-band--work {
  margin-top: 0.5rem;
}

/* Section headers above bands */
.section--band-head {
  padding-bottom: 1rem !important;
}

.section--work-full .section__head,
.section--showcase .section__head {
  padding: clamp(2rem, 6vh, 3.5rem) clamp(1.25rem, 4vw, 4rem) 1rem;
}

.section--showcase {
  background: var(--linen, #faf7f2);
  color: var(--ink, #1a1a1a);
}

.section--work-full {
  background: var(--linen, #faf7f2);
  color: var(--ink, #1a1a1a);
}

/* Stats strip — 100vh in brutal-breathe.css */
.section--stats {
  background: var(--black);
  color: var(--cream);
  border-top: 3px solid var(--cream);
  border-bottom: 3px solid var(--cream);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1100px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-card {
  border-top: 2px solid rgba(235, 224, 211, 0.35);
  padding: 1.25rem 0;
}

/* stat icon — see lcs-polish.css */

.stat-card__num {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  display: block;
}

.stat-card__label {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-top: 0.35rem;
  display: block;
}

/* Contact — 100vh in brutal-breathe.css */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin: 2rem 0 1.5rem;
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contact-card {
  border: 2px solid var(--black);
  padding: 1.5rem;
  background: var(--black);
  color: var(--cream);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
  box-shadow: 5px 5px 0 var(--gray);
}

.contact-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 8px 8px 0 var(--black);
}

.contact-card__icon .ti {
  font-size: 2rem;
}

.contact-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.contact-card p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.85;
  flex: 1;
}

.contact-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.contact-card .btn--outline {
  background: transparent;
  color: var(--cream);
  box-shadow: inset 0 0 0 2px var(--cream);
}

.contact-card .btn--kinetic {
  background: var(--cream);
  color: var(--black);
}

/* Testimonials — 100vh in brutal-breathe.css */
.section--testimonials-full {
  background: var(--gray);
}

.section--testimonials-full .section__head {
  padding: clamp(2rem, 5vh, 3rem) clamp(1.25rem, 4vw, 4rem) 1rem;
}

.testimonial-band .slider-band__viewport {
  height: clamp(220px, 38vh, 360px);
}

.testimonial-band .testimonial-slide-inner {
  padding-bottom: 3.5rem;
}

.testimonial-band .carousel__slide--band {
  height: clamp(220px, 38vh, 360px);
  min-height: 220px;
}

.testimonial-slide-inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding: clamp(2rem, 6vw, 4rem);
  background: var(--gray);
  color: var(--cream);
  gap: 1.5rem;
}

.testimonial-slide-inner .ti-quote {
  font-size: 3rem;
  opacity: 0.25;
  flex-shrink: 0;
}

.testimonial-slide-inner blockquote {
  margin: 0;
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  font-weight: 500;
  max-width: 42ch;
}

.testimonial-slide-inner cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.85rem;
  font-style: normal;
  opacity: 0.75;
}

/* FAQ — 100vh in brutal-breathe.css */

.faq-list--grid {
  display: grid;
  gap: 0;
}

.faq-list--stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  text-align: left;
}

@media (min-width: 900px) {
  .faq-list--grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
}

.section--faq .faq-item {
  border: 2px solid rgba(235, 224, 211, 0.2);
  margin-bottom: 0.5rem;
  background: rgba(2, 2, 2, 0.2);
}

.section--faq .faq-item[open] {
  background: rgba(2, 2, 2, 0.45);
  border-color: rgba(235, 224, 211, 0.35);
}

.section--faq .faq-item summary {
  padding: 1rem 1rem;
  list-style: none;
}

.section--faq .faq-item p {
  padding: 0 1rem 1rem;
  margin: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(235, 224, 211, 0.2);
}

/* Map fallback hidden */
.lcs-map-fallback[hidden],
.lcs-map-fallback.is-hidden {
  display: none !important;
}

/* CTA strip */
.section--cta-strip {
  min-height: auto !important;
  padding: 2rem clamp(1.25rem, 4vw, 4rem);
  background: var(--cream);
  color: var(--black);
}

.cta-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.cta-strip__title {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  margin: 0;
  max-width: 20ch;
}

.cta-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Footer */
.site-footer {
  padding: 2rem clamp(1.25rem, 4vw, 4rem) calc(var(--nav-h) + 2rem);
  background: var(--black);
  color: var(--cream);
  border-top: 3px solid var(--cream);
}

.footer-legal a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-right: 1.25rem;
}

.footer-legal .ti {
  font-size: 0.95rem;
}
