/* ============================================================
   Lunamé — PRISM Approach (Part 1 of 3)  |  case-study-luname-prism.css
   Loads last (per-page enqueue) so it can override theme globals.
   ============================================================ */

.lcs { color: #1a1a1a; overflow-x: clip; }
.lcs .container-fluid {
    width: 100%; max-width: 1440px; margin: 0 auto;
    padding-left: clamp(20px, 6.94vw, 100px);
    padding-right: clamp(20px, 6.94vw, 100px);
}
.lcs img { max-width: 100%; }

/* accents — force Source Serif italic regardless of heading font rules */
.lcs .ttc-em { font-family: 'Source Serif 4', serif !important; font-style: italic !important; font-weight: 400; }
.lcs .lcs-blue   { color: #005eb8; }
.lcs .lcs-orange { color: #f96815; }
.lcs .lcs-green  { color: #77DD77; }

/* section eyebrow label */
.lcs .lcs-label {
    font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
    letter-spacing: 2.5px; text-transform: uppercase; color: #8a8a8a; margin: 0 0 18px;
}
.lcs .lcs-label--light { color: #b7b1ab; }

/* ---------------- HERO ---------------- */
.lcs-hero { background: #120d0d; }
.lcs-hero .container-fluid { padding-top: 120px; padding-bottom: 84px; }
.lcs-hero__grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center;
}
.lcs-hero__title {
    display: block; font-family: 'Poppins', sans-serif; font-weight: 600;
    font-size: 46px; line-height: 1.16; color: #fff; margin: 0;
}
.lcs-hero__accent {
    display: block; font-family: 'Source Serif 4', serif; font-style: italic; font-weight: 400;
    font-size: 40px; line-height: 1.2; color: #ead7a0; margin-top: 10px;
}
.lcs-hero__tags {
    font-family: 'Poppins', sans-serif; font-size: 16px; color: #cfc9c3;
    margin: 30px 0 0; letter-spacing: .2px;
}
.lcs-hero__media img {
    width: 100%; height: 440px; object-fit: cover; border-radius: 10px; display: block;
}

/* ---------------- INTRO ---------------- */
.lcs-intro { background: #fff; }
.lcs-intro .container-fluid { padding-top: 80px; padding-bottom: 40px; }
.lcs-intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.lcs-intro__lead {
    display: block; font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 32px; line-height: 1.3; color: #120d0d; margin: 0;
}
.lcs-intro__lead .ttc-em { color: #120d0d; }
.lcs-intro__body { font-size: 18px; line-height: 1.65; color: #333; margin: 6px 0 0; }

/* ---------------- CLIENT + CHALLENGE ---------------- */
.lcs-cc { background: #fff; }
.lcs-cc .container-fluid { padding-top: 56px; padding-bottom: 80px; }
.lcs-cc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.lcs-cc__block + .lcs-cc__block { margin-top: 40px; }
.lcs-cc__logo { height: 42px; width: auto; margin: 0 0 16px; display: block; }
.lcs-cc__text p { font-size: 17px; line-height: 1.65; color: #333; margin: 0; }
.lcs-cc__media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: 10px; display: block; }

/* ---------------- OUR APPROACH / PRISM MATRIX ---------------- */
.lcs-approach { background: #fff; }
.lcs-approach .container-fluid { padding-top: 48px; padding-bottom: 84px; }
.lcs-approach__title {
    display: block; font-family: 'Poppins', sans-serif; font-weight: 600;
    font-size: 40px; line-height: 1.2; color: #120d0d; margin: 0 0 20px;
}
.lcs-approach__intro { font-size: 18px; line-height: 1.6; color: #333; max-width: 1240px; margin: 0 0 40px; }

.lcs-prism { border: 1px solid #ececec; border-radius: 4px; overflow: hidden; }
.lcs-prism__row {
    display: grid; grid-template-columns: 94px 250px 1fr; align-items: stretch;
    border-top: 1px solid #ececec;
}
.lcs-prism__row:first-child { border-top: 0; }
.lcs-prism__badge {
    display: flex; align-items: center; justify-content: center;
    font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 38px; color: #120d0d;
}
.lcs-prism__badge--p { background: #d9eef4; }
.lcs-prism__badge--r { background: #fbe4de; }
.lcs-prism__badge--i { background: #e7e0f2; }
.lcs-prism__badge--s { background: #fbf3da; }
.lcs-prism__badge--m { background: #e0f0e3; }
.lcs-prism__name {
    display: flex; align-items: center; padding: 26px 20px 26px 32px;
    font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 22px; color: #120d0d;
}
.lcs-prism__desc {
    display: flex; align-items: center; padding: 26px 40px 26px 24px;
    font-size: 16px; line-height: 1.5; color: #444;
}

/* ---------------- THE IMPACT (dark) ---------------- */
.lcs-impact { background: #120d0d; color: #fff; }
.lcs-impact .container-fluid { padding-top: 84px; padding-bottom: 84px; }
.lcs-impact__row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
    margin-top: 72px;
}
.lcs-impact__row:first-of-type { margin-top: 12px; }
.lcs-impact__h {
    display: block; font-family: 'Poppins', sans-serif; font-weight: 600;
    font-size: 40px; line-height: 1.2; color: #fff; margin: 0 0 22px;
}
.lcs-impact__h--sm { font-size: 30px; margin-bottom: 18px; }
.lcs-impact__text p { font-size: 17px; line-height: 1.7; color: #d7d3cf; margin: 0 0 18px; }
.lcs-impact__text p:last-child { margin-bottom: 0; }
.lcs-impact__lead2 { font-size: 20px !important; color: #fff !important; font-weight: 500; }
.lcs-impact__media img { width: 100%; border-radius: 10px; display: block; }
.lcs-impact__text--mid { align-self: center; }

/* ---------------- SERIES NAV ---------------- */
.lcs-series { background: #fff; }
.lcs-series .container-fluid { padding-top: 8px; padding-bottom: 8px; display: flex; justify-content: flex-end; }
.lcs-series__card {
    display: flex; align-items: center; gap: 24px; justify-content: space-between;
    width: 400px; max-width: 100%; padding: 22px 24px; border: 1px solid #e3e3e3; border-radius: 12px;
    text-decoration: none; transition: box-shadow .2s ease, transform .2s ease;
}
.lcs-series__card:hover { box-shadow: 0 8px 26px rgba(0,0,0,.08); transform: translateY(-2px); }
.lcs-series__meta { display: flex; flex-direction: column; gap: 3px; }
.lcs-series__part { font-family: 'Poppins', sans-serif; font-size: 13px; color: #8a8a8a; }
.lcs-series__title { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 21px; color: #120d0d; }
.lcs-series__sub { font-family: 'Poppins', sans-serif; font-size: 15px; color: #555; }
.lcs-series__arrow { color: #120d0d; flex: 0 0 auto; display: flex; }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 991px) {
    .lcs-hero .container-fluid { padding-top: 100px; padding-bottom: 56px; }
    .lcs-hero__grid,
    .lcs-intro__grid,
    .lcs-cc__grid,
    .lcs-impact__row { grid-template-columns: 1fr; gap: 28px; }
    .lcs-hero__title { font-size: 34px; }
    .lcs-hero__accent { font-size: 30px; }
    .lcs-hero__media img { height: 300px; }
    .lcs-intro__lead { font-size: 26px; }
    .lcs-intro__body { font-size: 16px; }
    .lcs-cc__media img { min-height: 300px; }
    .lcs-approach__title,
    .lcs-impact__h { font-size: 28px; }
    .lcs-impact__h--sm { font-size: 24px; }
    .lcs-impact__row { margin-top: 48px; }
    /* keep the reversed row in reading order (media below text) on mobile */
    .lcs-impact__row--rev { direction: ltr; }
    .lcs-impact__row--rev .lcs-impact__media { order: 2; }
    .lcs-impact__row--rev .lcs-impact__text { order: 1; }
    /* PRISM matrix: badge + name on one line, desc below */
    .lcs-prism__row { grid-template-columns: 64px 1fr; }
    .lcs-prism__badge { font-size: 28px; }
    .lcs-prism__name { padding: 18px 16px; font-size: 19px; }
    .lcs-prism__desc { grid-column: 1 / -1; border-top: 1px solid #f0f0f0; padding: 0 20px 22px 20px; }
    .lcs-series .container-fluid { justify-content: stretch; }
    .lcs-series__card { width: 100%; }
}
@media (max-width: 520px) {
    .lcs-hero__title { font-size: 29px; }
    .lcs-hero__accent { font-size: 25px; }
    .lcs-intro__lead { font-size: 23px; }
}

/* luname-task-20260727: CTA mobile overflow fix */
@media (max-width: 991px){
  .lcs .cta-section .cta-image{ max-width:100% !important; height:auto !important; }
  .lcs .cta-section .cta-image-wrapper{ text-align:center !important; padding:0; }
}
