
/* ==========================================================================
   CHENONE CASE STUDY — WEBTOS
   This file only styles case-studies/chenone.html.
   ========================================================================== */

.chenone-case-page {
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 5%,
            rgba(192, 21, 15, 0.055),
            transparent 24%
        ),
        var(--color-black);
}

.chenone-container {
    width: calc(100% - 4rem);
    max-width: 1400px;
    margin: 0 auto;
}

.chenone-label {
    display: inline-block;
    color: var(--color-red);
    font-size: 11px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* ==========================================================================
   Shared Buttons
   ========================================================================== */

.chenone-primary-button,
.chenone-secondary-button {
    min-height: 50px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--color-white);
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    transition:
        transform 0.25s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

.chenone-primary-button {
    background: var(--color-red);
    border: 1px solid var(--color-red);
}

.chenone-primary-button:hover {
    color: var(--color-white);
    background: #df1a14;
    border-color: #df1a14;
    transform: translateY(-2px);
}

.chenone-secondary-button {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.chenone-secondary-button:hover {
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.32);
    transform: translateY(-2px);
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */

.chenone-breadcrumb {
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    color: #555555;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.chenone-breadcrumb a {
    color: #777777;
}

.chenone-breadcrumb a:hover {
    color: var(--color-white);
}

.chenone-breadcrumb span[aria-current="page"] {
    color: var(--color-red);
}

/* ==========================================================================
   Hero
   ========================================================================== */

.chenone-hero {
    position: relative;
    min-height: calc(100vh - 72px);
    padding: 6rem 0 7rem;
    display: flex;
    align-items: center;
    isolation: isolate;
}

.chenone-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.chenone-glow-left {
    top: 0;
    left: -15%;
    width: 580px;
    height: 580px;
    background: radial-gradient(
        circle,
        rgba(192, 21, 15, 0.11),
        transparent 68%
    );
}

.chenone-glow-right {
    right: -15%;
    bottom: -10%;
    width: 650px;
    height: 650px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.035),
        transparent 68%
    );
}

.chenone-hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.93fr)
        minmax(440px, 0.8fr);
    gap: 5rem;
    align-items: center;
}

.chenone-hero-content {
    min-width: 0;
}

.chenone-tag-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.chenone-client-tag {
    padding: 7px 11px;
    color: #9d9d9d;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 100px;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.chenone-hero-content h1 {
    max-width: 820px;
    margin: 20px 0 25px;
    color: var(--color-white);
    font-size: clamp(46px, 5vw, 72px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.052em;
}

.chenone-hero-content h1 span {
    color: var(--color-red);
    text-shadow: 0 0 38px rgba(192, 21, 15, 0.3);
}

.chenone-hero-summary {
    max-width: 700px;
    color: var(--color-gray-text);
    font-size: 16px;
    line-height: 1.8;
}

.chenone-hero-actions {
    margin-top: 2.3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.chenone-hero-metrics {
    margin-top: 3.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.4rem;
}

.chenone-hero-metric {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.chenone-hero-metric strong {
    color: var(--color-white);
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
}

.chenone-hero-metric span {
    color: #626262;
    font-size: 8px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.chenone-metric-arrow {
    color: var(--color-red);
    font-size: 18px;
}

/* Hero image */

.chenone-hero-media {
    min-width: 0;
    margin: 0;
}

.chenone-image-frame {
    position: relative;
    overflow: hidden;
    background: #101010;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.5);
}

.chenone-image-frame img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1024 / 546;
    object-fit: cover;
}

.chenone-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.6),
            transparent 48%
        );
    pointer-events: none;
}

.chenone-floating-result {
    position: absolute;
    right: 22px;
    bottom: 22px;
    min-width: 165px;
    padding: 17px;
    display: flex;
    flex-direction: column;
    background: rgba(8, 8, 8, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.chenone-result-status {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #8b8b8b;
    font-size: 8px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.chenone-result-status i {
    width: 6px;
    height: 6px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.7);
}

.chenone-floating-result strong {
    color: var(--color-white);
    font-size: 30px;
    line-height: 1;
}

.chenone-floating-result small {
    margin-top: 5px;
    color: #666666;
    font-size: 9px;
}

.chenone-hero-media figcaption {
    margin-top: 12px;
    color: #535353;
    font-size: 10px;
    line-height: 1.5;
    text-align: right;
}

/* ==========================================================================
   Project Summary
   ========================================================================== */

.chenone-project-summary {
    padding: 2rem 0;
    background: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.045);
    border-bottom: 1px solid rgba(255, 255, 255, 0.045);
}

.chenone-summary-grid {
    display: grid;
    grid-template-columns:
        0.7fr
        1fr
        0.7fr
        1.5fr;
    gap: 2rem;
}

.chenone-summary-item {
    min-width: 0;
    padding-right: 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.055);
}

.chenone-summary-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.chenone-summary-item span {
    display: block;
    margin-bottom: 6px;
    color: #555555;
    font-size: 8px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.chenone-summary-item strong {
    color: #d9d9d9;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
}

/* ==========================================================================
   Shared Section Headings
   ========================================================================== */

.chenone-section-heading {
    max-width: 820px;
    margin-bottom: 4rem;
}

.chenone-section-heading h2,
.chenone-strategy-intro h2,
.chenone-takeaway-heading h2,
.chenone-cta-content h2 {
    color: var(--color-white);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.12;
    letter-spacing: -0.038em;
}

.chenone-section-heading h2 {
    margin: 14px 0 18px;
}

.chenone-section-heading > p {
    color: var(--color-gray-text);
    font-size: 15px;
    line-height: 1.75;
}

.chenone-heading-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

/* ==========================================================================
   Client Overview
   ========================================================================== */

.chenone-overview-section {
    padding: 8rem 0;
}

.chenone-overview-grid {
    display: grid;
    grid-template-columns:
        minmax(300px, 0.8fr)
        minmax(0, 1fr);
    gap: 7rem;
    align-items: start;
}

.chenone-overview-content {
    min-width: 0;
}

.chenone-overview-content p {
    color: var(--color-gray-text);
    font-size: 15px;
    line-height: 1.8;
}

.chenone-overview-content .chenone-large-copy {
    margin-bottom: 1.5rem;
    color: #d2d2d2;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 500;
}

.chenone-category-list {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.chenone-category-list span {
    padding: 8px 12px;
    color: #9b9b9b;
    background: rgba(255, 255, 255, 0.022);
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 100px;
    font-size: 10px;
    font-weight: 600;
}

/* ==========================================================================
   Challenge
   ========================================================================== */

.chenone-challenge-section {
    padding: 8rem 0;
    background: #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.035);
    border-bottom: 1px solid rgba(255, 255, 255, 0.035);
}

.chenone-challenge-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.chenone-challenge-card {
    position: relative;
    min-width: 0;
    min-height: 330px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(192, 21, 15, 0.055),
            transparent 40%
        ),
        #0c0c0c;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.chenone-challenge-card:hover {
    transform: translateY(-5px);
    border-color: rgba(192, 21, 15, 0.2);
}

.chenone-card-index {
    position: absolute;
    top: 20px;
    right: 22px;
    color: #373737;
    font-family: monospace;
    font-size: 10px;
}

.chenone-card-icon {
    width: 49px;
    height: 49px;
    margin-bottom: auto;
    display: grid;
    place-items: center;
    color: var(--color-red);
    background: rgba(192, 21, 15, 0.065);
    border: 1px solid rgba(192, 21, 15, 0.17);
    border-radius: 8px;
    font-size: 18px;
}

.chenone-challenge-card h3 {
    margin-top: 2.8rem;
    margin-bottom: 0.9rem;
    color: var(--color-white);
    font-size: 19px;
}

.chenone-challenge-card p {
    color: var(--color-gray-text);
    font-size: 12px;
    line-height: 1.72;
}

/* ==========================================================================
   Feature Image
   ========================================================================== */

.chenone-feature-image-section {
    padding: 7rem 0;
}

.chenone-wide-image {
    margin: 0;
}

.chenone-wide-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1024 / 546;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 14px;
}

.chenone-wide-image figcaption {
    margin-top: 12px;
    color: #565656;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

/* ==========================================================================
   Strategy
   ========================================================================== */

.chenone-strategy-section {
    padding: 8rem 0;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.012),
            transparent 42%
        ),
        #080808;
}

.chenone-strategy-layout {
    display: grid;
    grid-template-columns:
        minmax(300px, 0.72fr)
        minmax(0, 1.05fr);
    gap: 7rem;
    align-items: start;
}

.chenone-strategy-intro {
    position: sticky;
    top: 125px;
}

.chenone-strategy-intro h2 {
    margin: 14px 0 18px;
}

.chenone-strategy-intro p {
    color: var(--color-gray-text);
    font-size: 14px;
    line-height: 1.78;
}

.chenone-strategy-list {
    display: flex;
    flex-direction: column;
}

.chenone-strategy-item {
    padding: 2rem 0;
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.chenone-strategy-item:first-child {
    padding-top: 0;
}

.chenone-strategy-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.chenone-strategy-number {
    color: var(--color-red);
    font-family: monospace;
    font-size: 11px;
}

.chenone-strategy-item h3 {
    margin-bottom: 9px;
    color: var(--color-white);
    font-size: 20px;
}

.chenone-strategy-item p {
    color: var(--color-gray-text);
    font-size: 13px;
    line-height: 1.72;
}

/* ==========================================================================
   Services
   ========================================================================== */

.chenone-services-section {
    padding: 8rem 0;
}

.chenone-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.chenone-service-card {
    padding: 2rem;
    background: #0b0b0b;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 10px;
}

.chenone-service-card > span {
    display: block;
    margin-bottom: 2.2rem;
    color: var(--color-red);
    font-family: monospace;
    font-size: 10px;
}

.chenone-service-card h3 {
    margin-bottom: 10px;
    color: var(--color-white);
    font-size: 18px;
}

.chenone-service-card p {
    color: var(--color-gray-text);
    font-size: 12px;
    line-height: 1.7;
}

/* ==========================================================================
   Gallery
   ========================================================================== */

.chenone-gallery-section {
    padding: 8rem 0;
    background: #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.035);
}

.chenone-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.chenone-gallery-card {
    min-width: 0;
    margin: 0;
}

.chenone-gallery-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1024 / 546;
    object-fit: cover;
    background: #101010;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 12px;
    transition:
        transform 0.35s ease,
        border-color 0.35s ease;
}

.chenone-gallery-card:hover img {
    transform: translateY(-4px);
    border-color: rgba(192, 21, 15, 0.22);
}

.chenone-gallery-card figcaption {
    padding: 12px 3px 0;
    color: #666666;
    font-size: 10px;
    line-height: 1.5;
}

/* ==========================================================================
   Results
   ========================================================================== */

.chenone-results-section {
    position: relative;
    padding: 9rem 0;
    overflow: hidden;
    isolation: isolate;
}

.chenone-results-glow {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 850px;
    height: 500px;
    background: radial-gradient(
        circle,
        rgba(192, 21, 15, 0.09),
        transparent 68%
    );
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
}

.chenone-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.chenone-result-card {
    min-width: 0;
    min-height: 260px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.018),
            transparent 50%
        ),
        #0b0b0b;
    border: 1px solid rgba(255, 255, 255, 0.045);
    border-radius: 12px;
}

.chenone-result-featured {
    grid-column: span 2;
    min-height: 320px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(192, 21, 15, 0.11),
            transparent 43%
        ),
        #0c0c0c;
    border-color: rgba(192, 21, 15, 0.17);
}

.chenone-result-card-label {
    margin-bottom: auto;
    color: #646464;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.chenone-revenue-comparison {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    gap: 1.7rem;
}

.chenone-revenue-comparison div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.chenone-revenue-comparison small {
    color: #666666;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.chenone-revenue-comparison strong {
    color: var(--color-white);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
}

.chenone-revenue-comparison > span {
    color: var(--color-red);
    font-size: 25px;
}

.chenone-result-number,
.chenone-result-word {
    margin: 2.5rem 0 1rem;
    color: var(--color-white);
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.chenone-result-word {
    font-size: clamp(30px, 3vw, 42px);
}

.chenone-result-card p {
    margin-top: 1rem;
    color: var(--color-gray-text);
    font-size: 12px;
    line-height: 1.65;
}

.chenone-results-note {
    max-width: 880px;
    margin: 1.5rem auto 0;
    color: #4c4c4c;
    font-size: 10px;
    line-height: 1.65;
    text-align: center;
}

/* ==========================================================================
   Takeaway
   ========================================================================== */

.chenone-takeaway-section {
    padding: 8rem 0;
    background: #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.035);
}

.chenone-takeaway-panel {
    padding: 4rem;
    display: grid;
    grid-template-columns:
        minmax(280px, 0.8fr)
        minmax(0, 1fr);
    gap: 6rem;
    background:
        linear-gradient(
            135deg,
            rgba(192, 21, 15, 0.055),
            transparent 38%
        ),
        #0c0c0c;
    border: 1px solid rgba(255, 255, 255, 0.045);
    border-radius: 16px;
}

.chenone-takeaway-heading h2 {
    margin-top: 14px;
}

.chenone-takeaway-copy {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.chenone-takeaway-copy p {
    color: var(--color-gray-text);
    font-size: 14px;
    line-height: 1.8;
}

/* ==========================================================================
   CTA
   ========================================================================== */

.chenone-cta-section {
    position: relative;
    padding: 9rem 0;
    overflow: hidden;
    text-align: center;
}

.chenone-cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 440px;
    background: radial-gradient(
        circle,
        rgba(192, 21, 15, 0.1),
        transparent 68%
    );
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.chenone-cta-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.chenone-cta-content h2 {
    margin: 15px auto 18px;
}

.chenone-cta-content > p {
    max-width: 650px;
    margin: 0 auto;
    color: var(--color-gray-text);
    font-size: 15px;
    line-height: 1.75;
}

.chenone-cta-actions {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 1100px) {

    .chenone-hero-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .chenone-hero-content {
        max-width: 900px;
    }

    .chenone-hero-media {
        max-width: 800px;
    }

    .chenone-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chenone-summary-item:nth-child(2) {
        padding-right: 0;
        border-right: 0;
    }

    .chenone-overview-grid,
    .chenone-strategy-layout {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .chenone-strategy-intro {
        position: static;
        max-width: 800px;
    }

    .chenone-challenge-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chenone-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chenone-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chenone-result-featured {
        grid-column: span 2;
    }

    .chenone-takeaway-panel {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

/* ==========================================================================
   Mobile
   ========================================================================== */

@media (max-width: 768px) {

    .chenone-container {
        width: calc(100% - 2rem);
    }

    .chenone-hero {
        min-height: auto;
        padding: 4rem 0 5rem;
    }

    .chenone-breadcrumb {
        margin-bottom: 2.5rem;
        font-size: 8px;
    }

    .chenone-hero-grid {
        gap: 3rem;
    }

    .chenone-hero-content h1 {
        margin: 16px 0 20px;
        font-size: clamp(35px, 10.5vw, 48px);
        line-height: 1.06;
    }

    .chenone-hero-summary {
        font-size: 14px;
        line-height: 1.72;
    }

    .chenone-hero-actions {
        flex-direction: column;
    }

    .chenone-primary-button,
    .chenone-secondary-button {
        width: 100%;
        min-height: 48px;
        padding: 0 18px;
    }

    .chenone-hero-metrics {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .chenone-hero-metric {
        padding: 1rem;
        text-align: center;
        background: rgba(255, 255, 255, 0.018);
        border: 1px solid rgba(255, 255, 255, 0.045);
        border-radius: 8px;
    }

    .chenone-metric-arrow {
        display: none;
    }

    .chenone-floating-result {
        right: 12px;
        bottom: 12px;
        min-width: 135px;
        padding: 12px;
    }

    .chenone-floating-result strong {
        font-size: 24px;
    }

    .chenone-summary-grid {
        grid-template-columns: 1fr;
        gap: 1.3rem;
    }

    .chenone-summary-item,
    .chenone-summary-item:nth-child(2) {
        padding: 0 0 1.3rem;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    }

    .chenone-summary-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .chenone-overview-section,
    .chenone-challenge-section,
    .chenone-feature-image-section,
    .chenone-strategy-section,
    .chenone-services-section,
    .chenone-gallery-section,
    .chenone-results-section,
    .chenone-takeaway-section {
        padding: 5rem 0;
    }

    .chenone-section-heading {
        margin-bottom: 2.7rem;
    }

    .chenone-section-heading h2,
    .chenone-strategy-intro h2,
    .chenone-takeaway-heading h2,
    .chenone-cta-content h2 {
        font-size: clamp(29px, 8.5vw, 38px);
    }

    .chenone-section-heading > p {
        font-size: 13px;
    }

    .chenone-overview-grid,
    .chenone-strategy-layout {
        gap: 2.7rem;
    }

    .chenone-overview-content .chenone-large-copy {
        font-size: 18px;
    }

    .chenone-overview-content p {
        font-size: 13px;
    }

    .chenone-challenge-grid,
    .chenone-services-grid,
    .chenone-gallery-grid,
    .chenone-results-grid {
        grid-template-columns: 1fr;
    }

    .chenone-challenge-card {
        min-height: auto;
        padding: 1.6rem;
    }

    .chenone-card-icon {
        margin-bottom: 2.5rem;
    }

    .chenone-challenge-card h3 {
        margin-top: 0;
    }

    .chenone-strategy-item {
        grid-template-columns: 33px minmax(0, 1fr);
        gap: 1rem;
    }

    .chenone-strategy-item h3 {
        font-size: 18px;
    }

    .chenone-service-card {
        padding: 1.6rem;
    }

    .chenone-result-featured {
        grid-column: span 1;
    }

    .chenone-result-card {
        min-height: 230px;
        padding: 1.6rem;
    }

    .chenone-revenue-comparison {
        gap: 1rem;
    }

    .chenone-revenue-comparison strong {
        font-size: 29px;
    }

    .chenone-takeaway-panel {
        padding: 1.7rem;
        border-radius: 12px;
    }

    .chenone-takeaway-copy p {
        font-size: 13px;
    }

    .chenone-cta-section {
        padding: 6rem 0;
    }

    .chenone-cta-content > p {
        font-size: 13px;
    }

    .chenone-cta-actions {
        flex-direction: column;
    }
}

/* ==========================================================================
   Very Small Mobile
   ========================================================================== */

@media (max-width: 420px) {

    .chenone-container {
        width: calc(100% - 1.5rem);
    }

    .chenone-tag-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .chenone-hero-content h1 {
        font-size: 33px;
    }

    .chenone-floating-result {
        position: static;
        min-width: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 0;
    }

    .chenone-image-overlay {
        display: none;
    }

    .chenone-hero-media figcaption {
        text-align: left;
    }

    .chenone-revenue-comparison {
        align-items: flex-start;
        flex-direction: column;
    }

    .chenone-revenue-comparison > span {
        transform: rotate(90deg);
    }
}

/* ==========================================================================
   Reduced Motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {

    .chenone-case-page *,
    .chenone-case-page *::before,
    .chenone-case-page *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

