/* ==========================================================================
   SKAYA — Case Study
   Metaphor: Quiet-Luxury Gallery

   Palette sampled from the live storefront: cream paper, near-black display
   serif, antique gold, and one lilac note carried from the lookbook.

   Contrast note: gold #9A854F on cream is 3.06:1 — hairlines, rules and large
   numerals only. Never body copy, never small letterspaced caps.
   ========================================================================== */

:root {
    --skaya-bg:      #F3EFE3;
    --skaya-bg-alt:  #EAE4D4;
    --skaya-surface: #FBF9F3;
    --skaya-paper:   #FFFFFF;

    --skaya-ink:     #15130F;
    --skaya-ink-rgb: 21, 19, 15;
    --skaya-body:    #57503F;   /* 7.4:1 on --skaya-bg */
    --skaya-gold:    #9A854F;
    --skaya-gold-dp: #6F5E33;   /* the readable gold, for small text */
    --skaya-lilac:   #8B5CD6;   /* used exactly once on the page */

    --skaya-line:      rgba(21, 19, 15, .13);
    --skaya-line-soft: rgba(21, 19, 15, .07);

    --cs-elev-1: 0 1px 2px rgba(var(--skaya-ink-rgb), .04), 0 8px 20px -14px rgba(var(--skaya-ink-rgb), .22);
    --cs-elev-2: 0 2px 4px rgba(var(--skaya-ink-rgb), .05), 0 22px 48px -30px rgba(var(--skaya-ink-rgb), .34);
    --cs-elev-3: 0 4px 8px rgba(var(--skaya-ink-rgb), .05), 0 60px 110px -60px rgba(var(--skaya-ink-rgb), .48);

    /* Back-compat aliases for inline styles left in the blades */
    --skaya-cream:  var(--skaya-ink);
    --skaya-muted:  var(--skaya-body);
    --skaya-border: var(--skaya-line);
    --skaya-card:   var(--skaya-surface);
    --skaya-dark:   var(--skaya-bg-alt);
    --skaya-beige:  var(--skaya-bg-alt);
}

.skaya-page { background: var(--skaya-bg); color: var(--skaya-body); }
.skaya-page *:not([class*="fa-"]):not(i) { font-family: 'Jost', sans-serif; }
.skaya-serif { font-family: 'Playfair Display', serif !important; }
.skaya-gold  { color: var(--skaya-gold-dp) !important; }
.skaya-cream { color: var(--skaya-ink) !important; }
.skaya-muted { color: var(--skaya-body) !important; }

.skaya-page .section-hero,
.skaya-page .box-white,
.skaya-page .box-black { background: transparent !important; }

/* ==========================================================================
   1. HERO
   ========================================================================== */
.cs-hero {
    position: relative;
    padding: 150px 0 110px;
    overflow-x: clip;
    background: linear-gradient(180deg, #F7F4EA 0%, var(--skaya-bg) 100%);
}
.cs-hero-eyebrow {
    font-size: .72rem;
    letter-spacing: .38em;
    text-transform: uppercase;
    color: var(--skaya-gold-dp);
    font-weight: 500;
}
.cs-hero-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    font-weight: 400;
    color: var(--skaya-ink);
    line-height: 1.02;
    letter-spacing: -.015em;
}
.cs-hero-sub {
    font-size: clamp(1rem, 1.4vw, 1.1rem);
    color: var(--skaya-body);
    line-height: 1.85;
    max-width: 560px;
}
.cs-hero-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    border-top: 1px solid var(--skaya-gold);
    padding-top: 34px;
    margin-top: 44px;
}
.cs-meta-label {
    font-size: .65rem;
    letter-spacing: .24em;
    color: var(--skaya-gold-dp);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 8px;
}
.cs-meta-value { font-size: .93rem; color: var(--skaya-ink); font-weight: 400; }
.cs-meta-value a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--skaya-gold); }

@media (max-width: 767px) {
    .cs-hero { padding: 120px 0 70px; }
    .cs-hero-meta { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}

/* ==========================================================================
   2. SECTION SHARED
   ========================================================================== */
.cs-section    { padding: 120px 0; position: relative; }
.cs-section-sm { padding: 80px 0;  position: relative; }
.cs-section-tint { background: var(--skaya-bg-alt); }

.cs-label {
    font-size: .68rem;
    letter-spacing: .38em;
    text-transform: uppercase;
    color: var(--skaya-gold-dp);
    font-weight: 500;
    margin-bottom: 1.25rem;
    display: inline-block;
}
.cs-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    font-weight: 400;
    color: var(--skaya-ink);
    line-height: 1.14;
    letter-spacing: -.01em;
}
.cs-text      { color: var(--skaya-body); font-size: 1.02rem; line-height: 1.9; }
.cs-text-lead { color: var(--skaya-ink);  font-size: 1.18rem; line-height: 1.8; }
.cs-divider   { width: 56px; height: 1px; background: var(--skaya-gold); margin: 1.5rem 0; }
.cs-divider-center { margin-left: auto; margin-right: auto; }

/* ==========================================================================
   3. IMAGE PRIMITIVES — sources are 1440x1087 (≈4:3)
   ========================================================================== */
.cs-frame {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--skaya-paper);
}
.cs-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}
.cs-mat {
    background: var(--skaya-paper);
    padding: 14px;
    border: 1px solid var(--skaya-line);
    box-shadow: var(--cs-elev-2);
}

.cs-zoom { display: block; position: relative; text-decoration: none; cursor: zoom-in; }
.cs-zoom-cue {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 5;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(251, 249, 243, .96);
    border: 1px solid var(--skaya-gold);
    box-shadow: var(--cs-elev-1);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .3s ease, transform .3s ease;
    pointer-events: none;
}
.cs-zoom-cue svg { width: 16px; height: 16px; stroke: var(--skaya-gold-dp); fill: none; stroke-width: 1.6; }
.cs-zoom:hover .cs-zoom-cue,
.cs-zoom:focus-visible .cs-zoom-cue { opacity: 1; transform: translateY(0); }
.cs-zoom:focus-visible { outline: 1px solid var(--skaya-gold); outline-offset: 4px; }

/* ==========================================================================
   K1 · HERO — Vitrine
   The gold hairline sits BETWEEN the mat edge and the image, which is the
   actual framing convention.
   ========================================================================== */
.skaya-vitrine { margin: 0; }
.skaya-vitrine-mat {
    position: relative;
    background: var(--skaya-bg);
    padding: 34px;
    box-shadow: var(--cs-elev-3);
}
.skaya-vitrine-mat::before {
    content: '';
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(154, 133, 79, .55);
    pointer-events: none;
    z-index: 3;
}
.skaya-vitrine-label {
    margin-top: 20px;
    font-size: .66rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--skaya-body);
}
.skaya-vitrine-label strong { color: var(--skaya-ink); font-weight: 600; }
.skaya-vitrine-label span { display: inline-block; margin-left: 14px; }

@media (max-width: 991.98px) {
    .skaya-vitrine-mat { padding: 20px; }
    .skaya-vitrine-mat::before { inset: 12px; }
    .skaya-vitrine-label { text-align: center; }
}
@media (max-width: 575.98px) {
    /* The inset rule collapses onto the image at this size — drop it. */
    .skaya-vitrine-mat { padding: 12px; box-shadow: var(--cs-elev-2); }
    .skaya-vitrine-mat::before { display: none; }
}

/* ==========================================================================
   K2 · SHOT GRID — every capture on screen at once, three across.
   ========================================================================== */
.skaya-shots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.skaya-shot {
    display: block;
    position: relative;
    background: var(--skaya-paper);
    padding: 10px;
    border: 1px solid var(--skaya-line);
    box-shadow: var(--cs-elev-1);
    text-decoration: none;
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}
.skaya-shot:hover {
    transform: translateY(-5px);
    box-shadow: var(--cs-elev-2);
    border-color: var(--skaya-gold);
}
.skaya-shot-cap {
    display: block;
    padding: 14px 4px 4px;
    font-size: .66rem;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--skaya-body);
    font-weight: 500;
}
.skaya-shot-cap strong { color: var(--skaya-ink); font-weight: 600; }

@media (max-width: 991.98px) { .skaya-shots { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 575.98px) { .skaya-shots { grid-template-columns: 1fr; } }

/* ==========================================================================
   K3 · CHAPTERS — a heading, a sentence, then that chapter's screens.
   Every admin capture is a visible image here. The previous version pinned a
   single plate against six 78vh columns of link text: 468vh of scrolling in
   which one image was on screen and nothing else changed.
   ========================================================================== */
.skaya-chapter { padding-bottom: 76px; }
.skaya-chapter:last-child { padding-bottom: 0; }
.skaya-chapter-head {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-bottom: 10px;
}
.skaya-chapter-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.1rem;
    color: var(--skaya-gold);
    line-height: 1;
    flex-shrink: 0;
}
.skaya-chapter-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(1.5rem, 2.4vw, 2.1rem);
    font-weight: 400;
    color: var(--skaya-ink);
    line-height: 1.2;
    margin: 0;
}
.skaya-chapter-text {
    color: var(--skaya-body);
    font-size: .97rem;
    line-height: 1.9;
    max-width: 820px;
    margin-bottom: 0;
}
.skaya-screens {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    .skaya-chapter { padding-bottom: 56px; }
    .skaya-screens { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 575.98px) {
    .skaya-chapter-head { flex-direction: column; gap: 6px; }
    .skaya-screens { grid-template-columns: 1fr; }
}

/* ==========================================================================
   K4 · GOLD RULE TRIPTYCH
   The rule passes behind all three plates and shows only in the gaps.
   ========================================================================== */
.skaya-triptych {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.28fr 1fr;
    gap: 26px;
    align-items: center;
}
.skaya-triptych::before {
    content: '';
    position: absolute;
    left: -6%;
    right: -6%;
    top: 50%;
    height: 1px;
    background: var(--skaya-gold);
    opacity: .6;
    z-index: 0;
}
.skaya-triptych > * { position: relative; z-index: 1; }
.skaya-triptych > :nth-child(1) { transform: translateY(-14px); }
.skaya-triptych > :nth-child(3) { transform: translateY(14px); }
.skaya-tri-plate {
    display: block;
    position: relative;
    background: var(--skaya-paper);
    padding: 10px;
    border: 1px solid var(--skaya-line);
    box-shadow: var(--cs-elev-2);
    text-decoration: none;
}
.skaya-tri-cap {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 4px 2px;
    font-size: .62rem;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--skaya-body);
}
/* The single lilac note on the whole page. */
.skaya-tri-cap--accent::before {
    content: '';
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    background: var(--skaya-lilac);
}

@media (max-width: 991.98px) {
    .skaya-triptych { grid-template-columns: repeat(2, 1fr); }
    .skaya-triptych::before { display: none; }
    .skaya-triptych > :nth-child(1),
    .skaya-triptych > :nth-child(3) { transform: none; }
    .skaya-triptych > :nth-child(3) { grid-column: 1 / -1; width: 62%; margin: 0 auto; }
}
@media (max-width: 575.98px) {
    .skaya-triptych { grid-template-columns: 1fr; }
    .skaya-triptych > :nth-child(3) { width: 100%; }
}

/* ==========================================================================
   4. CASE-STUDY MODULE CARDS
   ========================================================================== */
.cs-module {
    background: var(--skaya-surface);
    border: 1px solid var(--skaya-line);
    padding: 40px 34px;
    height: 100%;
    box-shadow: var(--cs-elev-1);
    transition: box-shadow .4s ease, transform .4s ease;
}
.cs-module:hover { box-shadow: var(--cs-elev-2); transform: translateY(-3px); }
.cs-module-tag {
    display: inline-block;
    font-size: .62rem;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--skaya-gold-dp);
    border: 1px solid var(--skaya-gold);
    padding: 5px 14px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
.cs-module-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 400;
    color: var(--skaya-ink);
    line-height: 1.2;
    margin-bottom: 1rem;
}
.cs-module-title-link {
    color: inherit;
    text-decoration: none;
    background-image: linear-gradient(var(--skaya-gold), var(--skaya-gold));
    background-size: 0% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s ease, color .3s ease;
}
.cs-module-title-link:hover { color: var(--skaya-gold-dp); background-size: 100% 1px; }
.cs-module-brief {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--skaya-ink);
    line-height: 1.7;
    padding-left: 18px;
    border-left: 1px solid var(--skaya-gold);
    margin-bottom: 1.25rem;
}
.cs-module-desc { font-size: .92rem; color: var(--skaya-body); line-height: 1.8; margin-bottom: 1.25rem; }
.cs-module-feats { list-style: none; padding: 0; margin: 0 0 1.25rem; }
.cs-module-feats li {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    font-size: .86rem;
    color: var(--skaya-body);
    line-height: 1.65;
    border-bottom: 1px solid var(--skaya-line-soft);
}
.cs-module-feats li:last-child { border-bottom: none; }
.cs-module-feats li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--skaya-gold);
    margin-top: 8px;
    flex-shrink: 0;
}
.cs-module-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: .5rem; }
.cs-module-stat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border: 1px solid var(--skaya-line);
    background: var(--skaya-bg);
    font-size: .7rem;
    color: var(--skaya-ink);
    letter-spacing: .06em;
}
.cs-module-stat::before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--skaya-gold);
    flex-shrink: 0;
}
.cs-module-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 1.75rem;
    padding: 12px 24px;
    background: var(--skaya-ink);
    color: var(--skaya-bg);
    font-size: .7rem;
    letter-spacing: .26em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    transition: transform .3s ease, outline-color .3s ease;
    outline: 1px solid transparent;
    outline-offset: 4px;
}
.cs-module-cta svg { width: 14px; height: 14px; stroke: currentColor; transition: transform .3s ease; }
.cs-module-cta:hover { color: var(--skaya-bg); outline-color: var(--skaya-gold); transform: translateX(4px); }
.cs-module-cta:hover svg { transform: translateX(2px); }

.cs-module-img-link { display: block; text-decoration: none; position: relative; }
.cs-module-img {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--skaya-line);
    box-shadow: var(--cs-elev-2);
    aspect-ratio: 4 / 3;
    background: var(--skaya-paper);
}
.cs-module-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform .6s ease;
}
.cs-module-img-link:hover .cs-module-img img { transform: scale(1.04); }
.cs-module-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(21, 19, 15, 0) 45%, rgba(21, 19, 15, .8) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 22px 26px;
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 3;
    pointer-events: none;
}
.cs-module-img-link:hover .cs-module-img-overlay,
.cs-module-img-link:focus-visible .cs-module-img-overlay { opacity: 1; }
.cs-module-img-overlay-label {
    font-size: .68rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #F7F3E8;
    font-weight: 500;
}
.cs-module-img-overlay svg { width: 22px; height: 22px; stroke: #F7F3E8; }
@media (max-width: 767px) { .cs-module { padding: 28px 22px; } }

/* ==========================================================================
   5. PILLARS
   ========================================================================== */
.cs-pillar {
    position: relative;
    background: var(--skaya-surface);
    border: 1px solid var(--skaya-line);
    padding: 38px 34px;
    height: 100%;
    box-shadow: var(--cs-elev-1);
    transition: transform .4s ease, box-shadow .4s ease;
}
.cs-pillar:hover { transform: translateY(-4px); box-shadow: var(--cs-elev-2); }
.cs-pillar-num {
    font-family: 'Playfair Display', serif !important;
    font-size: 4.2rem;
    font-weight: 400;
    color: rgba(154, 133, 79, .28);
    line-height: 1;
    position: absolute;
    top: 18px;
    right: 26px;
}
.cs-pillar-icon {
    position: relative;
    width: 52px;
    height: 52px;
    border: 1px solid var(--skaya-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.cs-pillar-icon svg { width: 24px; height: 24px; stroke: var(--skaya-gold-dp); fill: none; }
.cs-pillar-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--skaya-ink);
    margin-bottom: .85rem;
}
.cs-pillar-text { font-size: .94rem; color: var(--skaya-body); line-height: 1.85; }

.cs-pillar-list { list-style: none; padding: 0; margin: 20px 0 0; }
.cs-pillar-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--skaya-ink);
    font-size: .93rem;
    line-height: 1.65;
    margin-bottom: 12px;
}
.cs-pillar-list li::before {
    content: '';
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    background: var(--skaya-gold);
    margin-top: 8px;
}

/* ==========================================================================
   6. FEATURES
   ========================================================================== */
.cs-feature {
    background: var(--skaya-surface);
    border: 1px solid var(--skaya-line);
    padding: 32px 28px;
    height: 100%;
    box-shadow: var(--cs-elev-1);
    transition: transform .4s ease, box-shadow .4s ease;
}
.cs-feature:hover { transform: translateY(-3px); box-shadow: var(--cs-elev-2); }
.cs-feature-icon {
    width: 42px;
    height: 42px;
    border: 1px solid var(--skaya-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.cs-feature-icon svg { width: 20px; height: 20px; stroke: var(--skaya-gold-dp); fill: none; }
.cs-feature-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--skaya-ink);
    margin-bottom: 10px;
}
.cs-feature-text { font-size: .88rem; color: var(--skaya-body); line-height: 1.75; }

/* ==========================================================================
   7. QUOTE
   ========================================================================== */
.cs-quote { background: var(--skaya-bg-alt); padding: 100px 0; }
.cs-quote-mark {
    font-family: 'Playfair Display', serif !important;
    font-size: 6rem;
    color: var(--skaya-gold);
    opacity: .5;
    line-height: .5;
    margin-bottom: 1.5rem;
}
.cs-quote-text {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(1.5rem, 2.6vw, 2.35rem);
    font-weight: 400;
    font-style: italic;
    color: var(--skaya-ink);
    line-height: 1.48;
    max-width: 880px;
    margin: 0 auto 28px;
}
.cs-quote-author {
    font-size: .78rem;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--skaya-gold-dp);
    font-weight: 600;
}

/* ==========================================================================
   8. PROCESS
   ========================================================================== */
.cs-step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 32px;
    padding: 38px 0;
    border-bottom: 1px solid var(--skaya-line);
}
.cs-step:last-child { border-bottom: none; }
.cs-step-num {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.6rem;
    font-weight: 400;
    color: var(--skaya-gold);
    line-height: 1;
}
.cs-step-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--skaya-ink);
    margin-bottom: 10px;
}
.cs-step-text { color: var(--skaya-body); font-size: .95rem; line-height: 1.85; }
.cs-step-tags { margin-top: 16px; }
.cs-step-tag {
    display: inline-block;
    padding: 6px 15px;
    background: var(--skaya-bg-alt);
    border: 1px solid var(--skaya-line);
    color: var(--skaya-body);
    font-size: .72rem;
    letter-spacing: .06em;
    margin: 4px 6px 4px 0;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.cs-step-tag:hover { background: var(--skaya-ink); border-color: var(--skaya-ink); color: var(--skaya-bg); }
@media (max-width: 767px) { .cs-step { grid-template-columns: 56px 1fr; gap: 18px; } }

/* ==========================================================================
   9. STATS
   ========================================================================== */
.cs-stats {
    background: var(--skaya-surface);
    border: 1px solid var(--skaya-line);
    box-shadow: var(--cs-elev-2);
    padding: 56px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.cs-stat { text-align: center; }
.cs-stat-num {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.6rem, 4.4vw, 3.8rem);
    font-weight: 400;
    color: var(--skaya-gold);   /* large numeral — gold is legitimate here */
    line-height: 1;
    margin-bottom: 10px;
}
.cs-stat-label {
    font-size: .7rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--skaya-body);
    font-weight: 500;
}
@media (max-width: 767px) {
    .cs-stats { grid-template-columns: repeat(2, 1fr); padding: 36px 22px; gap: 30px; }
}

/* ==========================================================================
   10. CTA
   ========================================================================== */
.cs-cta-section { background: var(--skaya-bg-alt); padding: 116px 0; }
.cs-cta-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    font-weight: 400;
    color: var(--skaya-ink);
}
.cs-cta-text { font-size: 1rem; color: var(--skaya-body); line-height: 1.85; max-width: 560px; }

/* Black fill with a gold ring on hover — gold on cream cannot carry the label. */
.cs-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 46px;
    background: var(--skaya-ink);
    color: var(--skaya-bg);
    font-size: .74rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    outline: 1px solid transparent;
    outline-offset: 4px;
    box-shadow: var(--cs-elev-1);
    transition: transform .3s ease, outline-color .3s ease, box-shadow .3s ease;
}
.cs-cta-btn:hover {
    color: var(--skaya-bg);
    outline-color: var(--skaya-gold);
    transform: translateY(-2px);
    box-shadow: var(--cs-elev-2);
}
.cs-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 38px;
    background: transparent;
    color: var(--skaya-ink);
    border: 1px solid var(--skaya-ink);
    font-size: .74rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    margin-left: 12px;
    transition: background .3s ease, color .3s ease;
}
.cs-cta-btn-outline:hover { background: var(--skaya-ink); color: var(--skaya-bg); }
@media (max-width: 575.98px) {
    .cs-cta-btn, .cs-cta-btn-outline { display: flex; justify-content: center; margin: 0 0 12px; }
}

/* ==========================================================================
   11. FOOTER CREDIT
   ========================================================================== */
.cs-footer-credit { border-top: 1px solid var(--skaya-line); padding: 38px 0; text-align: center; }
.cs-footer-credit p { font-size: .74rem; color: var(--skaya-body); letter-spacing: .14em; margin: 0; }
.cs-footer-credit a { color: var(--skaya-gold-dp); text-decoration: none; font-weight: 600; }

/* ==========================================================================
   12. REVEAL
   ========================================================================== */
.skaya-fade-up {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .8s ease, transform .8s ease;
}
.skaya-fade-up.visible { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   13. CASE-STUDY CHILD PAGE (skaya/case-study.blade.php)
   ========================================================================== */
.mod-breadcrumb {
    padding: 130px 0 0;
    font-size: .7rem;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--skaya-body);
    font-weight: 500;
}
.mod-breadcrumb a { color: var(--skaya-body); text-decoration: none; }
.mod-breadcrumb a:hover { color: var(--skaya-gold-dp); }
.mod-breadcrumb .sep { margin: 0 12px; color: var(--skaya-line); }
.mod-breadcrumb .current { color: var(--skaya-ink); }

.mod-hero { padding: 50px 0 80px; position: relative; overflow-x: clip; }
.mod-eyebrow {
    font-size: .7rem;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--skaya-gold-dp);
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.mod-number {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(4rem, 9vw, 8rem);
    font-weight: 400;
    color: rgba(154, 133, 79, .3);
    line-height: .9;
    margin-bottom: 1rem;
}
.mod-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.25rem, 5vw, 4rem);
    font-weight: 400;
    color: var(--skaya-ink);
    line-height: 1.08;
    margin-bottom: 1.5rem;
}
.mod-tagline {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    color: var(--skaya-gold-dp);
    margin-bottom: 2rem;
}
.mod-brief {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-size: clamp(1.05rem, 1.6vw, 1.4rem);
    line-height: 1.6;
    color: var(--skaya-ink);
    padding-left: 22px;
    border-left: 1px solid var(--skaya-gold);
    margin: 0 0 2rem;
}
.mod-description { font-size: 1.02rem; line-height: 1.9; color: var(--skaya-body); max-width: 640px; }

.mod-featured {
    position: relative;
    background: var(--skaya-paper);
    border: 1px solid var(--skaya-line);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: var(--cs-elev-2);
}
.mod-featured img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.mod-featured-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 4;
    padding: 8px 16px;
    background: rgba(251, 249, 243, .95);
    border: 1px solid var(--skaya-gold);
    font-size: .62rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--skaya-gold-dp);
    font-weight: 600;
}

.mod-inside {
    background: var(--skaya-bg-alt);
    padding: 100px 0;
    border-top: 1px solid var(--skaya-line);
    border-bottom: 1px solid var(--skaya-line);
}
.mod-feats { list-style: none; padding: 0; margin: 0; }
.mod-feats li {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    font-size: 1rem;
    color: var(--skaya-ink);
    line-height: 1.7;
    border-bottom: 1px solid var(--skaya-line);
}
.mod-feats li:last-child { border-bottom: none; }
.mod-feats li::before {
    content: '';
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: var(--skaya-gold);
    margin-top: 10px;
}
.mod-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.5rem; }
.mod-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border: 1px solid var(--skaya-line);
    background: var(--skaya-surface);
    font-size: .72rem;
    color: var(--skaya-ink);
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 500;
}
.mod-badge::before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--skaya-gold);
    flex-shrink: 0;
}
.mod-badge:hover { border-color: var(--skaya-gold); }

.cs-carousel-section { padding: 100px 0; }
.cs-carousel-head { margin-bottom: 44px; }
.cs-carousel-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    font-weight: 400;
    color: var(--skaya-ink);
}
.cs-carousel-tagline { color: var(--skaya-body); font-size: 1rem; line-height: 1.8; }
.cs-carousel-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.25rem; }
.cs-swiper {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--skaya-line);
    box-shadow: var(--cs-elev-2);
}
.cs-slide { position: relative; background: var(--skaya-paper); }
.cs-slide img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: top center;
    display: block;
}
.cs-slide-caption {
    position: absolute;
    inset: auto 0 0 0;
    padding: 40px 32px 26px;
    background: linear-gradient(180deg, rgba(21, 19, 15, 0), rgba(21, 19, 15, .84));
}
.cs-slide-caption-eyebrow {
    font-size: .62rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #D8C79A;
    font-weight: 600;
    margin-bottom: 6px;
}
.cs-slide-caption-title { font-size: 1.05rem; color: #F7F3E8; font-weight: 500; }

.cs-swiper .swiper-button-next,
.cs-swiper .swiper-button-prev {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(251, 249, 243, .96);
    border: 1px solid var(--skaya-gold);
    box-shadow: var(--cs-elev-1);
    color: var(--skaya-ink);
}
.cs-swiper .swiper-button-next::after,
.cs-swiper .swiper-button-prev::after { font-size: 15px; font-weight: 700; }
.cs-swiper .swiper-button-next:hover,
.cs-swiper .swiper-button-prev:hover { background: var(--skaya-ink); color: var(--skaya-bg); }
.cs-swiper .swiper-pagination-bullet { background: rgba(247, 243, 232, .6); opacity: 1; }
.cs-swiper .swiper-pagination-bullet-active { background: var(--skaya-gold); }
.cs-swiper-prev { left: 18px; }
.cs-swiper-next { right: 18px; }
.cs-swiper-pagination { bottom: 16px !important; }

/* Screen-by-screen breakdown rows on the case-study child */
.cs-breakdown { padding: 100px 0; }
.cs-breakdown-head { margin-bottom: 56px; }
.cs-breakdown-row { margin-bottom: 68px; }
.cs-breakdown-row:last-child { margin-bottom: 0; }
.cs-breakdown-img {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--skaya-line);
    background: var(--skaya-paper);
    box-shadow: var(--cs-elev-2);
    aspect-ratio: 4 / 3;
    transition: box-shadow .4s ease;
}
.cs-breakdown-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform .6s ease;
}
.cs-breakdown-img:hover { box-shadow: var(--cs-elev-3); }
.cs-breakdown-img:hover img { transform: scale(1.03); }
.cs-breakdown-img-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    padding: 7px 14px;
    background: rgba(251, 249, 243, .95);
    border: 1px solid var(--skaya-gold);
    font-size: .62rem;
    letter-spacing: .24em;
    color: var(--skaya-gold-dp);
    font-weight: 600;
}
.cs-breakdown-body { padding-top: 4px; }
.cs-breakdown-num {
    font-size: .64rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--skaya-gold-dp);
    font-weight: 600;
    margin-bottom: 10px;
}
.cs-breakdown-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(1.4rem, 2.3vw, 2rem);
    font-weight: 400;
    color: var(--skaya-ink);
    line-height: 1.18;
    margin-bottom: 4px;
}
.cs-breakdown-text { color: var(--skaya-body); font-size: .96rem; line-height: 1.85; }
.cs-breakdown-feats { list-style: none; padding: 0; margin: 18px 0 0; }
.cs-breakdown-feats li {
    display: flex;
    gap: 12px;
    padding: 9px 0;
    font-size: .87rem;
    color: var(--skaya-ink);
    line-height: 1.6;
    border-bottom: 1px solid var(--skaya-line-soft);
}
.cs-breakdown-feats li:last-child { border-bottom: none; }
.cs-breakdown-feats li::before {
    content: '';
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    background: var(--skaya-gold);
    margin-top: 8px;
}

/* "What's inside" chips */
.mod-strip { padding: 90px 0; }
.mod-strip-head { margin-bottom: 40px; }
.mod-chip {
    height: 100%;
    background: var(--skaya-surface);
    border: 1px solid var(--skaya-line);
    padding: 26px 24px;
    box-shadow: var(--cs-elev-1);
    transition: transform .4s ease, box-shadow .4s ease;
}
.mod-chip:hover { transform: translateY(-3px); box-shadow: var(--cs-elev-2); }
.mod-chip-num {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.8rem;
    font-weight: 400;
    color: rgba(154, 133, 79, .5);
    line-height: 1;
    margin-bottom: 12px;
}
.mod-chip-title { font-size: .95rem; color: var(--skaya-ink); font-weight: 500; line-height: 1.5; }

/* Prev / next case-study navigation */
.mod-nav { padding: 90px 0; border-top: 1px solid var(--skaya-line); }
.mod-nav-card {
    display: block;
    height: 100%;
    padding: 32px 30px;
    background: var(--skaya-surface);
    border: 1px solid var(--skaya-line);
    text-decoration: none;
    box-shadow: var(--cs-elev-1);
    transition: transform .4s ease, box-shadow .4s ease;
}
.mod-nav-card:hover { transform: translateY(-3px); box-shadow: var(--cs-elev-2); }
.mod-nav-label {
    font-size: .64rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--skaya-gold-dp);
    font-weight: 600;
    margin-bottom: 10px;
}
.mod-nav-num {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.2rem;
    font-weight: 400;
    color: rgba(154, 133, 79, .5);
    line-height: 1;
    margin-bottom: 6px;
}
.mod-nav-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--skaya-ink);
}
.mod-nav-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    border: 1px solid var(--skaya-ink);
    color: var(--skaya-ink);
    font-size: .72rem;
    letter-spacing: .26em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    transition: background .3s ease, color .3s ease;
}
.mod-nav-back:hover { background: var(--skaya-ink); color: var(--skaya-bg); }

/* ==========================================================================
   14. LIGHTBOX — light theme
   ========================================================================== */
.mfp-cs.mfp-bg { background: #EFEADC; opacity: 1; }
.mfp-cs .mfp-figure::after { background: var(--skaya-paper); box-shadow: var(--cs-elev-3); }
.mfp-cs img.mfp-img { padding: 18px 0 44px; background: var(--skaya-paper); }
.mfp-cs .mfp-title {
    color: var(--skaya-ink);
    font-size: .76rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 60px;
}
.mfp-cs .mfp-counter { color: var(--skaya-gold-dp); font-size: .74rem; letter-spacing: .14em; font-weight: 600; }
.mfp-cs .mfp-arrow::before { border-color: transparent; }
.mfp-cs .mfp-arrow::after { border-right-color: var(--skaya-ink); border-left-color: var(--skaya-ink); }
.mfp-cs .mfp-arrow:hover { opacity: 1; }
.mfp-cs .mfp-close { color: var(--skaya-ink); opacity: .7; font-size: 30px; }
.mfp-cs .mfp-close:hover { opacity: 1; }

/* ==========================================================================
   15. REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    .skaya-fade-up { opacity: 1; transform: none; transition: none; }
    .cs-pillar:hover,
    .cs-feature:hover,
    .cs-module:hover,
    .cs-cta-btn:hover { transform: none; }
    .skaya-shot:hover { transform: none; }
    .cs-zoom-cue { transition: none; }
}
