/* Showcase page: all editable words remain in HTML, all behavior remains in js/showcase-reference.js. */
body.showcase-page { background: #fff; color: #171717; }
body.showcase-page .showcase-hero { min-height: 100vh; }
body.showcase-page .showcase-hero .gallery-top { height: 78vh; }
body.showcase-page .showcase-hero .gallery-top .swiper-slide { overflow: hidden; }
body.showcase-page .showcase-hero .gallery-top video { height: 100%; object-fit: cover; width: 100%; }
body.showcase-page .showcase-intro { background: #f4f1eb; padding: 120px 0 100px; }
body.showcase-page .showcase-intro h1 { font-family: "Fjalla One", sans-serif; font-size: clamp(48px, 8vw, 116px); line-height: .95; margin: 16px 0 28px; max-width: 900px; text-transform: uppercase; }
body.showcase-page .showcase-intro p:not(.eyebrow) { font-size: 20px; line-height: 1.6; max-width: 690px; }
body.showcase-page .eyebrow { color: #e05c43; font-family: "Poppins", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .16em; margin: 0; text-transform: uppercase; }
body.showcase-page .case-studies { background: #fff; color: #171717; display: block; padding: 130px 0 110px; }
body.showcase-page .showcase-section-heading { margin-bottom: 72px; }
body.showcase-page .showcase-section-heading h2 { font-family: "Fjalla One", sans-serif; font-size: clamp(52px, 8vw, 110px); line-height: .95; margin: 14px 0 0; }
body.showcase-page .case-studies > ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 110px 54px; margin: 0 auto; max-width: 1240px; padding: 0 30px; }
body.showcase-page .case-studies > ul > li { list-style: none; margin: 0; padding: 0; }
body.showcase-page .case-study-item:nth-child(even) { transform: translateY(100px); }
body.showcase-page .case-visual { background: #171717; margin: 0 0 28px; overflow: hidden; position: relative; }
body.showcase-page .case-visual img { display: block; height: auto; transition: transform .5s ease; width: 100%; }
body.showcase-page .case-visual:hover img { transform: scale(1.035); }
body.showcase-page .case-visual-copy { bottom: 30px; color: #fff; display: flex; flex-direction: column; left: 30px; position: absolute; right: 30px; text-shadow: 0 2px 18px rgba(0,0,0,.5); }
body.showcase-page .case-number { color: #75dab4; font-family: "Fjalla One", sans-serif; font-size: 18px; }
body.showcase-page .case-visual-copy strong { font-family: "Fjalla One", sans-serif; font-size: clamp(32px, 5vw, 66px); line-height: .95; }
body.showcase-page .case-visual-copy em { font-family: "Poppins", sans-serif; font-size: 10px; font-style: normal; letter-spacing: .12em; margin-top: 10px; }
body.showcase-page .case-play { background: #75dab4; border: 0; bottom: 30px; color: #171717; cursor: pointer; font-family: "Fjalla One", sans-serif; font-size: 13px; line-height: 1.05; padding: 14px 18px; position: absolute; right: 30px; text-align: center; }
body.showcase-page .case-play span { display: block; font-size: 18px; margin-bottom: 3px; }
body.showcase-page .case-caption h2 { font-family: "Fjalla One", sans-serif; font-size: 38px; line-height: 1; margin: 8px 0 14px; }
body.showcase-page .case-caption p:not(.case-kicker) { font-size: 15px; line-height: 1.7; max-width: 470px; }
body.showcase-page .case-kicker { color: #e05c43; font-family: "Poppins", sans-serif; font-size: 10px; letter-spacing: .14em; margin: 0; }
body.showcase-page .showcase-watch { background: #171717; color: #fff; padding: 160px 0; }
body.showcase-page .showcase-watch h2 { font-family: "Fjalla One", sans-serif; font-size: clamp(52px, 8vw, 110px); line-height: .95; margin: 16px 0 26px; max-width: 800px; text-transform: uppercase; }
body.showcase-page .showcase-watch p:not(.eyebrow) { font-size: 18px; line-height: 1.7; max-width: 620px; }
body.showcase-page .showcase-watch .link { color: #75dab4; display: inline-block; margin-top: 24px; }
body.showcase-page .video-modal { align-items: center; background: rgba(0,0,0,.9); display: none; height: 100vh; inset: 0; justify-content: center; position: fixed; width: 100%; z-index: 100; }
body.showcase-page .video-modal.is-open { display: flex; }
body.showcase-page .video-modal-inner { max-width: 1100px; padding: 30px; position: relative; width: 92%; }
body.showcase-page .video-modal-inner video { display: block; max-height: 80vh; width: 100%; }
body.showcase-page .video-modal-close { background: transparent; border: 0; color: #fff; cursor: pointer; font-size: 44px; line-height: 1; position: absolute; right: 0; top: -20px; }
@media (max-width: 767px) {
  body.showcase-page .showcase-intro { padding: 90px 0 70px; }
  body.showcase-page .case-studies > ul { display: block; padding: 0 20px; }
  body.showcase-page .case-study-item:nth-child(even) { transform: none; }
  body.showcase-page .case-study-item + .case-study-item { margin-top: 70px; }
  body.showcase-page .case-visual-copy { bottom: 20px; left: 20px; right: 20px; }
  body.showcase-page .case-play { bottom: 20px; right: 20px; }
}
