/* Homepage — extends citrus-solution.css patterns; VI green #00856f */
.citrus-page.home-page {
    --home-brand: #00856f;
    --home-brand-dark: #006b59;
    --home-brand-light: #00a88a;
    --home-brand-bright: #6ee7c7;
    --home-accent: #00a88a;
    --citrus-primary: #00856f;
    --citrus-primary-fg: #fff;
    --citrus-accent: #00a88a;
    --citrus-accent-fg: #fff;
    --citrus-bg: #f7fbf9;
    --citrus-fg: #0f2e28;
    --citrus-muted: #eef6f3;
    --citrus-muted-fg: #5a756e;
    --citrus-border: #d4e8e3;
}

.home-page .citrus-hero__fallback {
    background:
        radial-gradient(ellipse 80% 60% at 20% 50%, rgba(0, 133, 111, 0.4), transparent),
        radial-gradient(ellipse 60% 50% at 80% 30%, rgba(0, 168, 138, 0.25), transparent),
        linear-gradient(135deg, #061512, #0a2520, #061512);
}

/* Hero — VI teal overlay & accent typography */
.home-page .citrus-hero__overlay {
    background:
        linear-gradient(90deg, rgba(0, 35, 30, 0.82), rgba(0, 55, 46, 0.58) 50%, rgba(0, 45, 38, 0.38)),
        linear-gradient(0deg, rgba(0, 30, 26, 0.48), transparent 42%, rgba(0, 25, 22, 0.28));
}

.home-page .citrus-hero__badge {
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.04em;
    text-transform: none;
}

.home-page .citrus-hero__title-accent {
    color: #fff;
}

.home-page .citrus-hero .citrus-btn--accent {
    background: var(--home-brand-light);
    box-shadow: 0 4px 20px rgba(0, 133, 111, 0.35);
}

.home-page .citrus-hero .citrus-btn--accent:hover,
.home-page .citrus-hero .citrus-btn--accent:focus {
    color: #fff;
    background: var(--home-brand);
    border-color: var(--home-brand);
    box-shadow: 0 6px 24px rgba(0, 133, 111, 0.45);
}

.home-page .citrus-hero .citrus-btn--outline:hover,
.home-page .citrus-hero .citrus-btn--outline:focus {
    color: var(--home-brand);
    background: rgba(255, 255, 255, 0.95);
    border-color: #fff;
}

.home-page .citrus-badge--primary {
    color: #00856f;
    background: rgba(0, 133, 111, 0.1);
}

/* Section stripes: green ↔ white (stats → future → tech → cases → news → contact) */
.home-page .citrus-section--muted,
.home-page .citrus-section--surface {
    background: #eef6f3;
}

.home-page .citrus-section:not(.citrus-section--muted):not(.citrus-section--surface),
.home-page .citrus-section--cta {
    background: #fff;
}

/* Hero: one viewport below site header — keeps scroll arrow visible */
.home-page .home-hero.citrus-hero {
    --home-header-offset: 96px;
    min-height: calc(100vh - var(--home-header-offset));
    height: calc(100vh - var(--home-header-offset));
    max-height: calc(100vh - var(--home-header-offset));
    min-height: calc(100svh - var(--home-header-offset));
    height: calc(100svh - var(--home-header-offset));
    max-height: calc(100svh - var(--home-header-offset));
    box-sizing: border-box;
}

.home-page .home-hero .citrus-hero__content {
    padding-top: clamp(2rem, 5vh, 4.5rem);
    padding-bottom: 4.5rem;
}

@media (max-width: 991px) {
    .home-page .home-hero.citrus-hero {
        --home-header-offset: 72px;
    }
}

/* Stats — live section-feature1: centered green title + divider + #f7f7f7 */
#stats.citrus-section--muted {
    background: #f7f7f7;
}

#stats .citrus-section__header {
    max-width: 67.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#stats .citrus-section__title {
    color: #00856f;
    font-size: clamp(1.875rem, 3.2vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
}

#stats .citrus-section__title::after {
    content: "";
    display: block;
    width: 1.875rem;
    height: 2px;
    margin: 1.25rem auto;
    background: #e6e6e6;
}

#stats .citrus-section__subtitle {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

#stats .home-stats .citrus-stat__value {
    color: #333;
}

#stats .home-stats .citrus-stat__label {
    color: #7f7f7f;
}

.home-stats .citrus-stat {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1.25rem;
}

.home-stats .citrus-stat__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.home-stats .citrus-stat__value {
    font-size: clamp(1.375rem, 2.2vw, 1.75rem);
    line-height: 1.25;
    margin: 0 0 0.35rem;
}

.home-stats .citrus-stat__label {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
}

#future .citrus-section__header--compact {
    text-align: center;
}

#future .citrus-section__header--compact .citrus-section__title {
    color: #252525;
    font-size: clamp(1.375rem, 2.4vw, 1.75rem);
    font-weight: 700;
}

@media (min-width: 768px) {
    .home-stats--5.citrus-grid--stats {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: clamp(0.75rem, 1.2vw, 1.5rem);
    }

    .home-stats--4.citrus-grid--stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    #stats .home-stats--5 .citrus-stat {
        padding: clamp(1rem, 2vw, 1.5rem) clamp(0.5rem, 1vw, 1.25rem);
    }

    #stats .home-stats--5 .citrus-stat__label {
        font-size: clamp(0.75rem, 1.05vw, 0.9375rem);
    }
}

.home-pillars {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .home-pillars {
        grid-template-columns: repeat(3, 1fr);
    }
}

.home-pillar {
    padding: 2rem 1.75rem;
    border-radius: 1.25rem;
    background: var(--citrus-card, #fff);
    border: 1px solid var(--citrus-border, #d4e8e3);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.25s ease;
    transform-origin: center;
}

.home-pillar:hover {
    transform: scale(1.03);
    border-color: rgba(0, 133, 111, 0.25);
    box-shadow: 0 16px 40px rgba(0, 133, 111, 0.12);
}

.home-pillar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.25rem;
    border-radius: 0.75rem;
    background: rgba(0, 133, 111, 0.06);
    color: var(--home-brand);
}

.home-pillar--emerald .home-pillar__icon { color: #00856f; background: rgba(0, 133, 111, 0.1); }
.home-pillar--blue .home-pillar__icon { color: #2563eb; background: hsl(220 80% 96%); }
.home-pillar--violet .home-pillar__icon { color: #7c3aed; background: hsl(270 70% 96%); }

.home-pillar__icon .citrus-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.home-pillar__title {
    margin: 0 0 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--citrus-fg);
}

.home-pillar__desc {
    margin: 0 0 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--citrus-muted-fg);
}

.home-pillar__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--home-brand);
    text-decoration: none;
}

.home-pillar__link:hover {
    color: var(--home-accent);
}

.home-solutions__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
    padding: 0.35rem 0;
}

/* Compact fruit strip — live / abcd.com homepage style (icon + name, 了解更多) */
.home-solutions--compact .home-solutions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    max-width: 56rem;
    margin: 0 auto;
    padding: 0.5rem 0 0;
}

@media (min-width: 640px) {
    .home-solutions--compact .home-solutions__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.125rem;
    }
}

@media (min-width: 992px) {
    .home-solutions--compact .home-solutions__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 1.25rem 1rem;
        max-width: 68rem;
    }
}

.home-solutions--compact .home-solution-card {
    min-height: auto;
    padding: 0;
    overflow: hidden;
    border-radius: 0.875rem;
    border: 1px solid #e3ebe8;
    background: #fff;
    box-shadow: none;
    gap: 0;
    transform: none;
}

.home-solutions--compact .home-solution-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    padding: clamp(0.75rem, 2vw, 1.125rem);
    background: linear-gradient(160deg, #f0f6f4 0%, #fff 100%);
    border-bottom: 1px solid #e3ebe8;
}

.home-solutions--compact .home-solution-card__img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
}

.home-solutions--compact .home-solution-card__name {
    display: block;
    width: 100%;
    padding: 1rem 0.75rem 1.15rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0b3d34;
    letter-spacing: 0.02em;
    text-align: center;
}

.home-solutions--compact .home-solution-card:hover,
.home-solutions--compact .home-solution-card:focus {
    transform: none;
    border-color: #c5d9d3;
    box-shadow: 0 10px 28px rgba(11, 61, 52, 0.08);
}

.home-solutions--compact .home-solution-card:hover .home-solution-card__img {
    transform: scale(1.04);
}

.home-solutions--compact .home-solutions__more {
    margin-top: 1.75rem;
}

.home-solutions--compact .home-solutions__more a {
    font-size: 1rem;
    font-weight: 600;
    color: #0b3d34;
}

.home-solutions--compact .home-solutions__more a:hover {
    color: var(--home-brand);
}

.citrus-section__header--compact {
    margin-bottom: 1.75rem;
}

.citrus-section__header--compact .citrus-section__title {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .home-solutions__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.home-solution-card {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 0.75rem;
    border-radius: 1rem;
    background: var(--citrus-card, #fff);
    border: 1px solid var(--citrus-border);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, border-color 0.25s ease, box-shadow 0.3s ease;
    transform-origin: center;
}

.home-solution-card:hover,
.home-solution-card:focus {
    color: inherit;
    text-decoration: none;
}

.home-solution-card:hover {
    z-index: 1;
    transform: scale(1.08);
    border-color: var(--home-brand);
    box-shadow: 0 12px 32px rgba(0, 133, 111, 0.18);
    color: inherit;
    text-decoration: none;
}

.home-solution-card:hover .home-solution-card__name {
    color: var(--home-brand);
}

.home-solution-card__img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.home-solution-card:hover .home-solution-card__img {
    transform: scale(1.1);
}

.home-solution-card__type {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--citrus-muted, #64748b);
    text-align: center;
    line-height: 1.3;
}

.home-solution-card__name {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--citrus-fg);
    text-align: center;
    line-height: 1.3;
}

.home-solution-card__cta {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--home-brand);
    text-align: center;
}

.home-solutions__more {
    margin: 1.5rem 0 0;
    text-align: center;
}

.home-solutions__more a {
    font-weight: 600;
    color: var(--home-brand);
    text-decoration: none;
}

.home-tech-grid {
    display: grid;
    gap: clamp(1.25rem, 2.5vw, 2rem);
    max-width: 72rem;
    margin: 0 auto;
    padding: 0.35rem 0;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .home-tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home-tech-card {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 1.25rem;
    background: var(--citrus-card, #fff);
    border: 1px solid var(--citrus-border);
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.25s ease;
    transform-origin: center;
}

.home-tech-card:hover {
    z-index: 1;
    transform: translateY(-6px);
    border-color: rgba(0, 133, 111, 0.35);
    box-shadow: 0 20px 48px rgba(0, 133, 111, 0.14);
}

.home-tech-card__media {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 100%;
    aspect-ratio: 16 / 10;
    padding: 0;
    background: #eef6f3;
    overflow: hidden;
}

.home-tech-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 133, 111, 0.2), transparent);
    pointer-events: none;
}

.home-tech-card__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease;
}

.home-tech-card:hover .home-tech-card__media img {
    transform: scale(1.04);
}

.home-tech-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.5rem, 2.5vw, 2rem);
}

.home-tech-card__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    font-weight: 700;
    line-height: 1.4;
    color: var(--citrus-fg);
}

.home-tech-card__desc {
    flex: 1;
    margin: 0 0 1rem;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--citrus-muted-fg);
}

.home-tech-card__link {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--home-brand);
    text-decoration: none;
}

.home-cases-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .home-cases-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.home-case-card {
    border-radius: 1.25rem;
    overflow: hidden;
    background: var(--citrus-card, #fff);
    border: 1px solid var(--citrus-border);
    transition: box-shadow 0.25s;
}

.home-case-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.home-case-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef6f3;
}

.home-case-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.home-case-card:hover .home-case-card__media img {
    transform: scale(1.04);
}

.home-case-card__body {
    padding: 1.25rem 1.5rem 1.5rem;
}

.home-case-card__meta {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--home-accent);
}

.home-case-card__title {
    margin: 0 0 0.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.4;
}

.home-case-card__title a {
    color: var(--citrus-fg);
    text-decoration: none;
}

.home-case-card__title a:hover {
    color: var(--home-brand);
}

.home-case-card__summary {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--citrus-muted-fg);
}

.home-network {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1.75rem 2rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(0, 133, 111, 0.08), hsl(25 95% 53% / 0.06));
    border: 1px solid rgba(0, 133, 111, 0.15);
    margin-bottom: 1.5rem;
}

.home-network__icon {
    flex-shrink: 0;
    color: var(--home-brand);
}

.home-network__icon .citrus-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.home-network__title {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--citrus-fg);
}

.home-network__desc {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--citrus-muted-fg);
}

.home-news-grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .home-news-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.home-news-card {
    border-radius: 1.25rem;
    overflow: hidden;
    background: var(--citrus-card, #fff);
    border: 1px solid var(--citrus-border);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-news-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef6f3;
}

.home-news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-news-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1.5rem 1.5rem;
}

.home-news-card__date {
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
    color: var(--citrus-muted-fg);
}

.home-news-card__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news-card__title a {
    color: var(--citrus-fg);
    text-decoration: none;
}

.home-news-card__title a:hover {
    color: var(--home-brand);
}

.home-news-card__summary {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--citrus-muted-fg);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news-block + .home-news-block {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

.home-news-block__title {
    margin: 0 0 1.5rem;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--citrus-fg);
    text-align: center;
}

.home-news-block .home-section-more {
    margin-top: 1.75rem;
}

.home-section-more {
    margin: 2rem 0 0;
    text-align: center;
}

.home-section-more a:not(.citrus-btn) {
    font-weight: 600;
    color: var(--home-brand);
    text-decoration: none;
}

.home-section-more a:not(.citrus-btn):hover {
    color: var(--home-accent);
}

.home-section-more .citrus-btn--primary {
    color: #fff;
}

.home-section-more .citrus-btn {
    display: inline-flex;
}

@media (prefers-reduced-motion: reduce) {
    .home-pillar,
    .home-solution-card,
    .home-solution-card__img,
    .home-tech-card,
    .home-tech-card__media img {
        transition: none;
    }

    .home-pillar:hover,
    .home-solution-card:hover,
    .home-solution-card:hover .home-solution-card__img,
    .home-tech-card:hover,
    .home-tech-card:hover .home-tech-card__media img {
        transform: none;
    }
}

/* ── Mobile: shorter homepage scroll ───────────────────────────────── */

@media (max-width: 767px) {
    .home-page .citrus-section {
        padding: clamp(2rem, 5vw, 2.75rem) 0;
    }

    .home-page .citrus-section__header {
        margin-bottom: 1.5rem;
    }

    .home-page .citrus-section__title {
        margin-top: 0.5rem;
        font-size: 1.375rem;
    }

    .home-page .citrus-section__subtitle {
        font-size: 0.9375rem;
        line-height: 1.55;
    }

    /* Stats — 2-column compact grid */
    .home-page .home-stats.citrus-grid--stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .home-page .home-stats .citrus-stat {
        padding: 0.875rem 0.75rem;
        text-align: center;
    }

    .home-page .home-stats .citrus-stat:hover {
        transform: none;
        box-shadow: none;
    }

    .home-page .home-stats .citrus-stat__icon {
        width: 2.25rem;
        height: 2.25rem;
        margin: 0 auto 0.5rem;
    }

    .home-page .home-stats .citrus-stat__value {
        margin-bottom: 0.25rem;
        font-size: 1.375rem;
    }

    .home-page .home-stats .citrus-stat__label {
        margin: 0;
        font-size: 0.75rem;
        line-height: 1.35;
        font-weight: 600;
    }

    .home-page .home-stats .citrus-stat__desc {
        display: none;
    }

    /* Pillars — tighter cards */
    .home-page .home-pillars {
        gap: 0.875rem;
        margin-bottom: 1.5rem;
    }

    .home-page .home-pillar {
        padding: 1.125rem 1rem;
    }

    .home-page .home-pillar__icon {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.75rem;
    }

    .home-page .home-pillar__title {
        margin-bottom: 0.5rem;
        font-size: 1.0625rem;
    }

    .home-page .home-pillar__desc {
        margin-bottom: 0.75rem;
        font-size: 0.875rem;
        line-height: 1.55;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .home-page .home-solutions--compact .home-solutions__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .home-page .home-solutions--compact .home-solution-card {
        min-height: auto;
        padding: 0;
    }

    .home-page .home-solutions--compact .home-solution-card__media {
        padding: 0.625rem;
    }

    .home-page .home-solutions--compact .home-solution-card__name {
        padding: 0.75rem 0.5rem 0.875rem;
        font-size: 0.875rem;
    }

    .home-page .home-solutions__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.625rem;
    }

    .home-page .home-solution-card {
        padding: 0.75rem 0.375rem;
    }

    .home-page .home-solution-card__img {
        width: 2.75rem;
        height: 2.75rem;
    }

    .home-page .home-solution-card__name {
        font-size: 0.75rem;
    }

    .home-page .home-solutions__more {
        margin-top: 1rem;
    }

    /* Tech — stacked pair (cases / news keep horizontal swipe) */
    .home-page .home-tech-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.875rem;
        overflow: visible;
        margin-left: 0;
        margin-right: 0;
        padding: 0.35rem 0;
        scroll-snap-type: none;
    }

    .home-page .home-cases-grid,
    .home-page .home-news-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.875rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin-left: calc(-1 * var(--citrus-gutter, 15px));
        margin-right: calc(-1 * var(--citrus-gutter, 15px));
        padding: 0.25rem var(--citrus-gutter, 15px) 0.5rem;
        scrollbar-width: none;
    }

    .home-page .home-tech-grid::-webkit-scrollbar,
    .home-page .home-cases-grid::-webkit-scrollbar,
    .home-page .home-news-grid::-webkit-scrollbar {
        display: none;
    }

    .home-page .home-tech-card {
        flex: unset;
        scroll-snap-align: unset;
    }

    .home-page .home-tech-card__body {
        padding: 1.125rem 1rem 1.25rem;
    }

    .home-page .home-tech-card__media {
        padding: 0;
    }

    .home-page .home-case-card,
    .home-page .home-news-card {
        flex: 0 0 min(78vw, 280px);
        scroll-snap-align: start;
    }

    .home-page .home-tech-card__title {
        margin-bottom: 0.5rem;
        font-size: 0.9375rem;
    }

    .home-page .home-tech-card__desc {
        margin-bottom: 0.625rem;
        font-size: 0.8125rem;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .home-page .home-cases-grid {
        margin-bottom: 1.25rem;
    }

    .home-page .home-case-card__body,
    .home-page .home-news-card__body {
        padding: 0.875rem 1rem 1rem;
    }

    .home-page .home-case-card__summary,
    .home-page .home-news-card__summary {
        display: none;
    }

    .home-page .home-case-card__title,
    .home-page .home-news-card__title {
        font-size: 0.9375rem;
    }

    .home-page .home-network {
        gap: 0.875rem;
        padding: 1rem 1.125rem;
        margin-bottom: 1rem;
    }

    .home-page .home-network__title {
        font-size: 1rem;
    }

    .home-page .home-network__desc {
        font-size: 0.875rem;
        line-height: 1.55;
    }

    .home-page .home-news-block__title {
        margin-bottom: 1rem;
        font-size: 1.125rem;
    }

    .home-page .home-section-more {
        margin-top: 1.25rem;
    }

    /* Contact CTA — flat form card */
    .home-page .inquiry-cta.citrus-section {
        padding: 1.75rem 0;
    }

    .home-page .inquiry-cta .citrus-section__header {
        margin-bottom: 1rem;
    }

    .home-page .inquiry-cta--form-only .citrus-form,
    .home-page .inquiry-cta--form-only .inquiry-cta__form {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .home-page .inquiry-cta--form-only .citrus-form__grid,
    .home-page .inquiry-cta--form-only .contact-form__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
