/* ========================================================================
   Testimonials. Loaded after mockup-home.css, which supplies the palette,
   buttons, .eyebrow / .section-title / .section-sub and the FAQ accordion.
   ======================================================================== */

.tst-hero{
  padding:80px 40px 60px;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(15,61,46,0.5) 0%, transparent 60%),
    radial-gradient(ellipse at 85% 20%, rgba(212,175,55,0.09) 0%, transparent 55%),
    var(--ink);
}
.tst-hero .section-sub{max-width:74ch}

/* ---- featured review: the one long piece worth reading in full ---- */
.tst-featured{
  padding:80px 40px;
  background:var(--ink-2);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.tst-lead{
  font-family:'Fraunces',serif;font-style:italic;
  font-size:clamp(21px,2.4vw,28px);
  color:var(--gold);margin:6px 0 26px;
}
.tst-featured-body{
  max-width:86ch;margin:0;
  padding-left:26px;border-left:3px solid var(--gold);
}
.tst-featured-body p{
  color:var(--ivory-dim);font-size:17px;line-height:1.75;margin-bottom:18px;
}
.tst-featured-body footer,
.tst-story footer{
  display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;
  margin-top:18px;padding-top:16px;border-top:1px solid var(--line);
  font-family:'JetBrains Mono',monospace;font-size:12px;
  text-transform:uppercase;letter-spacing:1.2px;
}
.tst-featured-body footer strong,
.tst-story footer strong{color:var(--gold);font-weight:600}
.tst-featured-body footer span,
.tst-story footer span{color:var(--muted)}
.tst-topic{color:var(--muted);font-style:italic;text-transform:none;letter-spacing:0}

/* ---- video testimonials ---- */
.tst-videos{padding:80px 40px;background:var(--ink);border-bottom:1px solid var(--line)}
.tst-video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px;max-width:1000px}
/* one reel should not sit in half a grid looking like something failed to load */
.tst-video-grid:has(.tst-video:only-child){grid-template-columns:1fr;max-width:720px}
.tst-video{text-decoration:none;color:var(--ivory);display:block}
.tst-video-media{
  position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:8px;
  border:1px solid rgba(212,175,55,0.25);
  box-shadow:0 20px 44px rgba(0,0,0,0.5);
  background:var(--ink-2);
}
.tst-video-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease,filter 0.3s ease}
.tst-video:hover .tst-video-media img{transform:scale(1.04);filter:brightness(1.08)}
.tst-video .tv-play{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:62px;height:62px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:rgba(10,11,13,0.6);border:2px solid var(--gold);color:var(--gold);
  transition:transform 0.3s ease,background 0.3s ease,color 0.3s ease;padding-left:4px;
}
.tst-video:hover .tv-play{background:var(--gold);color:var(--ink);transform:translate(-50%,-50%) scale(1.08)}
.tst-video-cap{
  margin-top:12px;font-family:'JetBrains Mono',monospace;
  font-size:11.5px;text-transform:uppercase;letter-spacing:1.3px;color:var(--muted);
}
.tst-video:hover .tst-video-cap{color:var(--gold)}

/* ---- longer stories ---- */
.tst-stories{padding:80px 40px;background:var(--ink-2);border-bottom:1px solid var(--line)}
.tst-story-list{display:flex;flex-direction:column;gap:2px;margin-top:44px;background:var(--line);border:1px solid var(--line)}
.tst-story{margin:0;background:var(--ink);padding:34px 36px}
.tst-story p{color:var(--ivory-dim);font-size:16px;line-height:1.72;margin-bottom:16px;max-width:88ch}
.tst-story p:last-of-type{margin-bottom:0}

/* ---- recipe aside ---- */
.tst-recipe{padding:70px 40px;background:var(--ink)}
.tst-recipe-card{
  max-width:760px;
  border:1px solid var(--line);border-radius:10px;
  background:rgba(212,175,55,0.05);
  padding:34px 38px;
}
.tst-recipe-title{
  font-family:'Fraunces',serif;font-size:26px;font-weight:700;
  color:var(--ivory);margin-bottom:20px;letter-spacing:-0.01em;
}
.tst-recipe-card ul{list-style:none;padding:0;margin:0 0 22px}
.tst-recipe-card li{
  padding:9px 0 9px 22px;position:relative;
  color:var(--ivory-dim);font-size:15.5px;
  border-bottom:1px solid rgba(212,175,55,0.10);
}
.tst-recipe-card li:last-child{border-bottom:none}
.tst-recipe-card li::before{
  content:"";position:absolute;left:2px;top:17px;
  width:6px;height:6px;border-radius:50%;background:var(--gold);
}
.tst-recipe-card p{color:var(--ivory-dim);font-size:15.5px;line-height:1.7;margin:0}

/* ---- short quote cards ---- */
.tst-short{padding:80px 40px;background:var(--ink-2);border-top:1px solid var(--line)}
.tst-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:2px;
  background:var(--line);border:1px solid var(--line);margin-top:44px;
}
.tst-card{
  margin:0;background:var(--ink);padding:28px 26px;
  display:flex;flex-direction:column;
}
.tst-card blockquote{
  margin:0 0 18px;flex:1;
  color:var(--ivory-dim);font-size:15px;line-height:1.65;
}
.tst-card blockquote::before{
  content:"\201C";display:block;
  font-family:'Fraunces',serif;font-size:44px;line-height:0.6;
  color:var(--gold);opacity:0.5;margin-bottom:10px;
}
.tst-card figcaption{
  padding-top:14px;border-top:1px solid var(--line);
  font-family:'JetBrains Mono',monospace;font-size:11px;
  text-transform:uppercase;letter-spacing:1.2px;
  display:flex;flex-direction:column;gap:3px;
}
.tst-card figcaption strong{color:var(--gold);font-weight:600}
.tst-card figcaption span{color:var(--muted)}

/* ---- cta ---- */
.tst-cta{padding:80px 40px;background:var(--ink);border-top:1px solid var(--line)}
.tst-cta-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}

/* ---- responsive ---- */
@media (max-width:1024px){
  .tst-grid{grid-template-columns:repeat(2,1fr)}
  .tst-video-grid{grid-template-columns:1fr}
  .tst-hero,.tst-featured,.tst-videos,.tst-stories,.tst-recipe,.tst-short,.tst-cta{padding-left:24px;padding-right:24px}
}
@media (max-width:640px){
  .tst-grid{grid-template-columns:1fr}
  .tst-story{padding:26px 22px}
  .tst-recipe-card{padding:26px 22px}
  .tst-featured-body{padding-left:18px}
  .tst-cta-row{flex-direction:column;align-items:stretch}
  .tst-cta-row a{text-align:center;justify-content:center}
}
