/* ============ CUSTOMER STORIES — editorial testimonials ============ */
.cs-main { position: relative; z-index: 3; }

/* ---- Hero ---- */
.cs-hero { padding: clamp(110px, 18vh, 220px) 0 clamp(48px, 6vh, 96px); }
.cs-hero-inner { max-width: 1560px; margin: 0 auto; padding: 0 5.5vw; }
.cs-kicker { display: flex; align-items: center; gap: 14px; font-size: 12px; letter-spacing: 0.42em; text-transform: uppercase; color: var(--vl-accent); font-weight: 500; }
.cs-kicker::before { content: ""; width: 46px; height: 1px; background: linear-gradient(90deg, var(--vl-accent), transparent); }
.cs-title { margin: clamp(30px, 5vh, 52px) 0 0; font-weight: 600; letter-spacing: -0.045em; line-height: 0.93; font-size: clamp(3rem, 9vw, 8.5rem); text-transform: uppercase; }
.cs-title em { font-style: normal; background: linear-gradient(180deg, var(--vl-glow) 0%, var(--vl-highlight) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cs-sub { margin-top: clamp(22px, 3.5vh, 36px); max-width: 62ch; color: var(--vl-muted); font-size: var(--vl-lead); line-height: 1.55; }
.cs-sub b { color: var(--vl-text); font-weight: 600; }

/* ---- Stats strip ---- */
.cs-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--vl-line); margin-top: clamp(52px, 8vh, 88px); }
.cs-stat { padding: clamp(24px, 3.5vh, 44px) clamp(18px, 2.5vw, 32px); border-right: 1px solid var(--vl-line); }
.cs-stat:last-child { border-right: none; }
.cs-stat b { display: block; font-size: clamp(2.2rem, 4.2vw, 3.8rem); font-weight: 600; letter-spacing: -0.04em; line-height: 1; }
.cs-stat span { display: block; margin-top: 10px; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--vl-faint); }

/* ---- Handle marquee ---- */
.cs-marquee { overflow: hidden; padding: clamp(30px, 5vh, 52px) 0; border-block: 1px solid var(--vl-line); white-space: nowrap; -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.cs-marquee-track { display: inline-flex; gap: clamp(48px, 7vw, 110px); animation: csMarquee 32s linear infinite; padding-right: clamp(48px, 7vw, 110px); }
.cs-marquee-track span { font-size: clamp(1.7rem, 3.2vw, 2.9rem); font-weight: 600; letter-spacing: -0.02em; text-transform: lowercase; color: transparent; -webkit-text-stroke: 1px rgba(245, 242, 243, 0.28); }
@keyframes csMarquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }

/* ---- Editorial index ---- */
.cs-index { max-width: 1560px; margin: 0 auto; padding: clamp(96px, 14vh, 176px) 5.5vw 0; }
.cs-index-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: clamp(28px, 4vh, 48px); }
.cs-index-head h2 { font-size: clamp(1.9rem, 3.4vw, 3.2rem); font-weight: 600; letter-spacing: -0.035em; line-height: 1; text-transform: uppercase; margin: 0; }
.cs-index-head small { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--vl-faint); }
.cs-card { position: relative; display: grid; grid-template-columns: minmax(90px, 150px) 1fr auto; gap: clamp(20px, 3vw, 52px); align-items: start; padding: clamp(38px, 5.5vh, 68px) 0; border-top: 1px solid var(--vl-line); }
.cs-card:last-of-type { border-bottom: 1px solid var(--vl-line); }
.cs-num { font-size: clamp(1.6rem, 2.4vw, 2.3rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(245, 242, 243, 0.35); transition: color 0.4s ease, -webkit-text-stroke 0.4s ease; }
.cs-card:hover .cs-num { color: var(--vl-highlight); -webkit-text-stroke: 0; }
.cs-quote { font-size: clamp(1.5rem, 2.6vw, 2.6rem); line-height: 1.14; font-weight: 500; letter-spacing: -0.025em; }
.cs-quote .hl { font-weight: 600; background: linear-gradient(90deg, var(--vl-glow), var(--vl-highlight)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cs-meta { grid-column: 3; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; min-width: 190px; }
.cs-handle { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; letter-spacing: 0.1em; text-transform: lowercase; color: var(--vl-text); }
.cs-stars { color: var(--vl-accent); letter-spacing: 0.16em; font-size: 14px; }
.cs-tag { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--vl-faint); border: 1px solid var(--vl-line); border-radius: 99px; padding: 6px 12px; }
.cs-review-link { display: flex; align-items: center; gap: 12px; margin-top: 4px; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--vl-muted); cursor: pointer; background: none; border: none; padding: 0; font-family: inherit; }
.cs-thumb { width: 132px; height: auto; border-radius: 8px; border: 1px solid var(--vl-line); opacity: 0.82; transition: opacity 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease; }
.cs-review-link:hover .cs-thumb { opacity: 1; border-color: var(--vl-accent); box-shadow: 0 0 24px rgba(240, 77, 120, 0.35); }

/* ---- Lightbox ---- */
.cs-lb { position: fixed; inset: 0; z-index: 9990; display: flex; align-items: center; justify-content: center; padding: 5vw; background: rgba(7, 4, 6, 0.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); opacity: 0; visibility: hidden; transition: opacity 0.5s ease, visibility 0.5s ease; }
.cs-lb.open { opacity: 1; visibility: visible; }
.cs-lb-track { position: relative; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.cs-lb-frame { position: relative; border-radius: 14px; border: 1px solid var(--vl-line); box-shadow: 0 50px 140px -30px rgba(0, 0, 0, 0.9); background: #0a080a; overflow: hidden; }
.cs-lb-frame::before { content: ""; position: absolute; inset: 0; z-index: 2; border-radius: inherit; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06); }
.cs-lb-img { display: block; max-width: min(92vw, 1100px); max-height: 82vh; width: auto; height: auto; opacity: 0; transition: opacity 0.6s ease; }
.cs-lb-img.loaded { opacity: 1; }
.cs-lb-line { width: min(78vw, 640px); height: 1px; background: linear-gradient(90deg, transparent, var(--vl-highlight), transparent); transform-origin: center; }
.cs-lb-cap { font-size: 10px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--vl-faint); display: flex; align-items: center; gap: 14px; }
.cs-lb-cap::before, .cs-lb-cap::after { content: ""; width: 34px; height: 1px; background: var(--vl-line); }
.cs-lb-close { position: fixed; top: 24px; right: 28px; z-index: 10000; width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.28); background: rgba(7, 4, 6, 0.82); color: var(--vl-text); cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45); transition: border-color 0.4s ease, transform 0.4s ease, background 0.4s ease; }
.cs-lb-close svg { width: 20px; height: 20px; }
.cs-lb-close:hover { border-color: var(--vl-highlight); background: rgba(215, 45, 82, 0.25); transform: rotate(90deg); }
@media (hover: none), (pointer: coarse) {
  .cs-lb { backdrop-filter: none; -webkit-backdrop-filter: none; }
}

/* ---- FAQ ---- */
.cs-faq { max-width: 1560px; margin: 0 auto; padding: clamp(96px, 14vh, 176px) 5.5vw 0; }
.cs-faq-head { text-align: center; }
.cs-faq-head .cs-kicker { justify-content: center; }
.cs-faq-head .cs-kicker::before { display: none; }
.cs-faq-head h2 { margin: clamp(24px, 3.5vh, 40px) 0 0; font-size: clamp(2.4rem, 5.4vw, 5rem); font-weight: 600; letter-spacing: -0.04em; line-height: 0.98; text-transform: uppercase; }
.cs-faq-head h2 em { font-style: normal; background: linear-gradient(180deg, var(--vl-glow), var(--vl-highlight)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cs-faq-grid { max-width: 1080px; margin: clamp(44px, 7vh, 76px) auto 0; border-top: 1px solid var(--vl-line); }
.cs-faq-item { border-bottom: 1px solid var(--vl-line); }
.cs-faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: clamp(22px, 3.2vh, 34px) 0; background: none; border: none; color: var(--vl-text); font-size: clamp(1.15rem, 1.9vw, 1.45rem); font-weight: 500; letter-spacing: -0.015em; text-align: left; cursor: pointer; font-family: inherit; }
.cs-faq-q:hover { color: var(--vl-glow); }
.cs-faq-icon { font-size: 1.9rem; font-weight: 300; line-height: 1; color: var(--vl-accent); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); flex: none; }
.cs-faq-item.open .cs-faq-icon { transform: rotate(45deg); }
.cs-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
.cs-faq-a-inner { color: var(--vl-muted); line-height: 1.65; font-size: 1rem; max-width: 72ch; padding-bottom: clamp(22px, 3.2vh, 32px); }

/* ---- CTA ---- */
.cs-cta { text-align: center; padding: clamp(120px, 18vh, 220px) 5.5vw clamp(80px, 12vh, 140px); }
.cs-cta h2 { font-size: clamp(2.6rem, 6vw, 5.5rem); letter-spacing: -0.04em; line-height: 1.02; font-weight: 600; text-transform: uppercase; margin: 0 0 10px; }
.cs-cta h2 em { font-style: normal; background: linear-gradient(180deg, var(--vl-glow), var(--vl-highlight)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cs-cta p { color: var(--vl-muted); max-width: 52ch; margin: 0 auto clamp(30px, 4.5vh, 48px); font-size: var(--vl-lead); line-height: 1.55; }

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .cs-card { grid-template-columns: auto 1fr; }
  .cs-meta { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; align-items: center; min-width: 0; }
  .cs-stats { grid-template-columns: repeat(2, 1fr); }
  .cs-stat:nth-child(2) { border-right: none; }
  .cs-stat:nth-child(1), .cs-stat:nth-child(2) { border-bottom: 1px solid var(--vl-line); }
}
@media (max-width: 640px) {
  .cs-title { font-size: clamp(2.5rem, 13.5vw, 3.6rem); }
  .cs-quote { font-size: 1.4rem; }
  .cs-index { padding-left: 4vw; padding-right: 4vw; }
  .cs-lb-close { top: 16px; right: 16px; width: 48px; height: 48px; }
  .cs-lb-img { max-height: 74vh; }
}
