.field-operations-page {
    --fo-bg-top: #f7f3ee;
    --fo-bg-bottom: #ffffff;
    --fo-surface: #ffffff;
    --fo-surface-soft: #f4f6f9;
    --fo-border: rgba(16, 35, 56, 0.10);
    --fo-shadow: 0 18px 38px rgba(9, 24, 39, 0.08);
    --fo-shadow-hover: 0 24px 46px rgba(9, 24, 39, 0.12);
    --fo-text: #11283e;
    --fo-text-soft: rgba(17, 40, 62, 0.76);
    --fo-navy: #133a5b;
    --fo-red: #c93d43;
    --fo-navy-soft: rgba(19, 58, 91, 0.07);
    background: linear-gradient(180deg, var(--fo-bg-top) 0%, var(--fo-bg-bottom) 38%, #f7f8fb 100%);
    color: var(--fo-text);
    position: relative;
    overflow: hidden;
}

    .field-operations-page::before,
    .field-operations-page::after {
        content: "";
        position: absolute;
        border-radius: 999px;
        filter: blur(34px);
        opacity: 0.35;
        pointer-events: none;
    }

    .field-operations-page::before {
        top: 120px;
        left: -110px;
        width: 260px;
        height: 260px;
        background: rgba(19, 58, 91, 0.12);
    }

    .field-operations-page::after {
        right: -70px;
        top: 980px;
        width: 220px;
        height: 220px;
        background: rgba(201, 61, 67, 0.08);
    }

    .field-operations-page section,
    .field-operations-page .container {
        position: relative;
        z-index: 1;
    }

    .field-operations-page .row > * {
        min-width: 0;
    }

.fo-hero-section,
.fo-media-section,
.fo-overview-section,
.fo-services,
.fo-gallery-section,
.fo-final-cta {
    padding: 40px 0;
}

.fo-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(19, 58, 91, 0.12);
    background: var(--fo-navy-soft);
    color: var(--fo-navy);
    font-size: var(--tx-text-xs);
    font-weight: var(--tx-font-bold);
    letter-spacing: var(--tx-tracking-normal);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1rem;
}

.fo-section-heading {
    max-width: 860px;
    margin: 0 auto 2rem;
}

.fo-section-title {
    margin-bottom: 0.85rem;
    color: var(--fo-text);
}

    .fo-section-title strong {
        color: var(--fo-navy);
    }

.fo-section-text,
.fo-hero-text {
    margin: 0;
    color: var(--fo-text-soft);
}

.fo-hero-content {
    max-width: 620px;
}

.fo-hero-title {
    margin-bottom: 1rem;
    color: var(--fo-text);
}

    .fo-hero-title span {
        color: var(--fo-navy);
    }

.fo-hero-chip-list,
.fo-hero-actions,
.fo-media-chip-row,
.fo-service-tag-row,
.fo-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.fo-hero-chip-list {
    margin: 1.5rem 0 1.3rem;
}

.fo-hero-chip,
.fo-media-chip-row span,
.fo-service-tag-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(19, 58, 91, 0.10);
    background: rgba(19, 58, 91, 0.05);
    color: var(--fo-navy);
    font-size: var(--tx-text-sm);
    font-weight: var(--tx-font-semibold);
    text-align: center;
}

.fo-hero-actions {
    margin-top: 1.5rem;
}

.fo-hero-visual-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.72fr);
    grid-template-rows: minmax(360px, 1fr) auto;
    gap: 1rem;
    align-items: stretch;
}

.fo-hero-visual-main,
.fo-hero-visual-secondary,
.fo-media-frame,
.fo-gallery-image {
    margin: 0;
    overflow: hidden;
    border-radius: 30px;
    background: var(--fo-surface-soft);
    box-shadow: var(--fo-shadow);
}

.fo-hero-visual-main {
    min-height: 430px;
}

.fo-hero-visual-secondary {
    min-height: 430px;
}

    .fo-hero-visual-main img,
    .fo-hero-visual-secondary img,
    .fo-media-asset,
    .fo-gallery-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

.fo-hero-note {
    grid-column: 1 / -1;
    display: grid;
    gap: 0.45rem;
    padding: 1.1rem 1.15rem;
    border-radius: 24px;
    border: 1px solid rgba(19, 58, 91, 0.10);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--fo-shadow);
}

    .fo-hero-note strong {
        color: var(--fo-navy);
    }

    .fo-hero-note span {
        color: var(--fo-text-soft);
        line-height: var(--tx-leading-relaxed);
    }

.fo-media-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.25rem;
}

.fo-media-card {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--fo-border);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--fo-shadow);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

    .fo-media-card:nth-child(4),
    .fo-media-card:nth-child(5) {
        grid-column: span 2;
    }

    .fo-media-card:hover,
    .fo-service-card:hover,
    .fo-gallery-item:hover {
        transform: translateY(-5px);
        box-shadow: var(--fo-shadow-hover);
    }

.fo-media-frame {
    aspect-ratio: 16 / 10;
}

.fo-media-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.35rem;
}

    .fo-media-card__body h3,
    .fo-service-card h3 {
        margin: 0;
        color: var(--fo-text);
    }

.fo-gallery-item h3 {
    margin: 0;
    color: var(--fo-text);
    font-size: var(--tx-text-lg);
    font-weight: var(--tx-font-bold);
}

.fo-media-card__body p,
.fo-service-card__top p,
.fo-gallery-item p,
.fo-overview-list-item span {
    margin: 0;
    color: var(--fo-text-soft);
    line-height: var(--tx-leading-relaxed);
}

.fo-media-chip-row,
.fo-service-tag-row {
    margin-top: auto;
}

/* ── Overview Section ────────────────────────────────────── */
.fo-overview-copy {
    max-width: 580px;
}

.fo-overview-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.fo-overview-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    border: 1px solid var(--fo-border);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--fo-shadow);
}

    .fo-overview-list-item i {
        flex: 0 0 auto;
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--fo-navy);
        background: rgba(19, 58, 91, 0.08);
        font-size: var(--tx-text-lg);
    }

/* ── Overview Slider ─────────────────────────────────────── */
.fo-overview-slider {
    position: relative;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--fo-shadow);
    background: var(--fo-surface-soft);
    aspect-ratio: 4 / 3;
}

.fo-overview-slider__track {
    flex-direction: row !important;
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.fo-overview-slider__slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

    .fo-overview-slider__slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

.fo-overview-slider__dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.45rem;
    z-index: 2;
}

.fo-overview-slider__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease;
}

    .fo-overview-slider__dot.is-active {
        width: 24px;
        background: #ffffff;
    }

/* ── Services ────────────────────────────────────────────── */
.fo-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.fo-service-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.5rem;
    border-radius: 30px;
    border: 1px solid var(--fo-border);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--fo-shadow);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.fo-service-card__top {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.25rem;
}

.fo-service-card__icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--fo-navy) 0%, #1e507b 100%);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(19, 58, 91, 0.18);
    font-size: var(--tx-text-2xl);
}

.fo-service-list {
    display: grid;
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .fo-service-list li {
        position: relative;
        padding-left: 1.4rem;
        color: var(--fo-text);
        line-height: var(--tx-leading-relaxed);
    }

        .fo-service-list li::before {
            content: "";
            position: absolute;
            top: 0.7rem;
            left: 0;
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: var(--fo-red);
            box-shadow: 0 0 0 5px rgba(201, 61, 67, 0.13);
        }

/* ── Gallery ─────────────────────────────────────────────── */
.fo-gallery-visuals {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.fo-gallery-image-large,
.fo-gallery-image-small {
    aspect-ratio: 16 / 10;
}

.fo-gallery-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.fo-gallery-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.05rem 1.1rem;
    border-radius: 24px;
    border: 1px solid var(--fo-border);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--fo-shadow);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

    .fo-gallery-item i {
        flex: 0 0 auto;
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--fo-navy);
        background: rgba(19, 58, 91, 0.08);
        font-size: var(--tx-text-lg);
    }

/* ── Final CTA ───────────────────────────────────────────── */
.fo-final-cta__box {
    padding: 2.35rem;
    border-radius: 34px;
    background: linear-gradient(135deg, #132f4c 0%, #173b5d 55%, #1e4a72 100%);
    color: #ffffff;
    box-shadow: 0 28px 56px rgba(9, 24, 39, 0.18);
}

    .fo-final-cta__box .fo-eyebrow {
        border-color: rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.10);
        color: #ffffff;
    }

    .fo-final-cta__box h2,
    .fo-final-cta__box p {
        color: #ffffff;
    }

    .fo-final-cta__box p {
        max-width: 780px;
        opacity: 0.84;
    }

.fo-final-cta__actions {
    margin-top: 1.4rem;
}

.tx-btn--light {
    border-color: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

/* ── Media Showcase Switcher ─────────────────────────────── */
.fo-media-intro {
    position: sticky;
    top: 2rem;
}

.fo-media-switcher {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 1.5rem;
}

.fo-media-switch-btn {
    display: block;
    width: 100%;
    padding: 0.85rem 1.1rem;
    border-radius: 18px;
    border: 1px solid var(--fo-border);
    background: rgba(255, 255, 255, 0.7);
    color: var(--fo-text-soft);
    font-size: var(--tx-text-sm);
    font-weight: var(--tx-font-semibold);
    text-align: left;
    cursor: pointer;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

    .fo-media-switch-btn.is-active {
        background: var(--fo-navy);
        border-color: var(--fo-navy);
        color: #ffffff;
        box-shadow: 0 8px 20px rgba(19, 58, 91, 0.18);
    }

    .fo-media-switch-btn:not(.is-active):hover {
        background: rgba(19, 58, 91, 0.06);
        border-color: rgba(19, 58, 91, 0.18);
        color: var(--fo-navy);
    }

.fo-media-panels {
    position: relative;
}

.fo-media-panel {
    display: none;
}

    .fo-media-panel.is-active {
        display: block;
    }

.fo-media-title {
    margin-bottom: 1rem;
    color: var(--fo-text);
}

.fo-media-points {
    display: grid;
    gap: 0.65rem;
}

    .fo-media-points div {
        display: flex;
        align-items: flex-start;
        gap: 0.6rem;
        color: var(--fo-text-soft);
        line-height: var(--tx-leading-relaxed);
    }

    .fo-media-points i {
        flex: 0 0 auto;
        color: var(--fo-navy);
        font-size: 1.1rem;
        margin-top: 0.15rem;
    }

.fo-media-progress {
    margin-top: 1.25rem;
}

.fo-media-progress-track {
    height: 3px;
    border-radius: 999px;
    background: var(--fo-border);
    overflow: hidden;
}

.fo-media-progress-fill {
    height: 100%;
    border-radius: 999px;
    background: var(--fo-navy);
    width: 0%;
    transition: width linear;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 1199.98px) {
    .fo-hero-section,
    .fo-media-section,
    .fo-overview-section,
    .fo-services,
    .fo-gallery-section,
    .fo-final-cta {
        padding: 36px 0;
    }

    .fo-section-heading {
        margin-bottom: 1.75rem;
    }

    .fo-final-cta__box h2 {
        max-width: 12ch;
    }

    .fo-media-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

    .fo-media-card {
        grid-column: span 1;
    }

        .fo-media-card:nth-child(4) {
            grid-column: 1 / span 1;
        }

        .fo-media-card:nth-child(5) {
            grid-column: 2 / span 1;
        }

    .fo-hero-visual-grid {
        grid-template-columns: 1fr 0.78fr;
        gap: 0.875rem;
    }

    .fo-hero-visual-main,
    .fo-hero-visual-secondary {
        min-height: 380px;
    }

    .fo-media-card__body,
    .fo-service-card,
    .fo-final-cta__box {
        padding: 1.25rem;
    }

    .fo-services-grid,
    .fo-gallery-list {
        gap: 1rem;
    }

    .fo-overview-slider {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 991.98px) {
    .fo-hero-section,
    .fo-media-section,
    .fo-overview-section,
    .fo-services,
    .fo-gallery-section,
    .fo-final-cta {
        padding: 32px 0;
    }

    .fo-section-heading {
        margin-bottom: 1.5rem;
    }

    .fo-services-grid {
        grid-template-columns: 1fr;
    }

    .fo-media-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .fo-media-card,
    .fo-media-card:nth-child(4),
    .fo-media-card:nth-child(5) {
        grid-column: auto;
    }

    .fo-hero-content,
    .fo-overview-copy {
        max-width: none;
    }

    .fo-gallery-list {
        margin-top: 1.25rem;
    }

    .fo-final-cta__box {
        padding: 2rem;
    }

    .fo-overview-slider {
        aspect-ratio: 16 / 10;
        border-radius: 24px;
    }

    .fo-media-intro {
        position: static;
    }

    .fo-media-switcher {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .fo-media-switch-btn {
        width: auto;
        flex: 1 1 auto;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .fo-hero-section .container > .row {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 1.5rem;
    }

        .fo-hero-section .container > .row > .col-lg-6,
        .fo-hero-section .container > .row > .fo-hero-visual-col {
            flex: 0 0 50%;
            width: 50%;
            max-width: 50%;
        }

        .fo-hero-section .container > .row > :first-child {
            order: 1;
        }

    .fo-hero-content {
        max-width: 100%;
        padding-right: 0.5rem;
    }

    .fo-hero-title {
        font-size: clamp(2.2rem, 3.7vw, 3rem);
    }

    .fo-hero-chip-list {
        margin: 1.25rem 0 1.1rem;
        gap: 0.6rem;
    }

    .fo-hero-actions {
        margin-top: 1.25rem;
        gap: 0.6rem;
    }

    .fo-hero-visual-col {
        order: 2;
    }

    .fo-hero-visual,
    .fo-hero-visual-grid {
        width: 100%;
        max-width: 100%;
    }

    .fo-hero-visual-grid {
        grid-template-columns: minmax(0, 1fr) minmax(180px, 0.68fr);
        grid-template-rows: minmax(300px, 1fr) auto;
        gap: 0.75rem;
    }

    .fo-hero-visual-main,
    .fo-hero-visual-secondary {
        min-height: 0;
        max-height: 380px;
        aspect-ratio: auto;
    }

        .fo-hero-visual-main img,
        .fo-hero-visual-secondary img {
            width: 100%;
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .fo-hero-note {
        padding: 1rem 1.05rem;
    }
}

@media (max-width: 767.98px) {
    .fo-hero-section,
    .fo-media-section,
    .fo-overview-section,
    .fo-services,
    .fo-gallery-section,
    .fo-final-cta {
        padding: 28px 0;
    }

    .fo-hero-title {
        font-size: clamp(2rem, 5vw, 2.75rem);
        line-height: var(--tx-leading-tight);
    }

    .fo-hero-section .container > .row {
        --bs-gutter-y: 1.25rem;
    }

        .fo-hero-section .container > .row > :first-child {
            order: 1;
        }

    .fo-hero-visual-col {
        order: 2;
    }

    .fo-hero-text,
    .fo-section-text,
    .fo-media-card__body p,
    .fo-service-card__top p,
    .fo-gallery-item p,
    .fo-overview-list-item span {
        font-size: var(--tx-text-base);
    }

    .fo-hero-chip-list,
    .fo-hero-actions,
    .fo-final-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .fo-media-grid,
    .fo-services-grid {
        grid-template-columns: 1fr;
    }

    .fo-hero-visual-grid,
    .fo-gallery-visuals {
        grid-template-columns: 1fr;
        gap: 0.875rem;
        grid-template-rows: auto;
    }

    .fo-media-frame,
    .fo-gallery-image-large,
    .fo-gallery-image-small,
    .fo-hero-visual-main,
    .fo-hero-visual-secondary {
        aspect-ratio: 16 / 10;
    }

    .fo-hero-visual-main,
    .fo-hero-visual-secondary {
        min-height: 0;
    }

    .fo-overview-list,
    .fo-gallery-list {
        gap: 0.875rem;
    }

    .fo-service-card__top {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .fo-service-card__icon {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

    .fo-gallery-item {
        flex-direction: column;
    }

    .fo-media-card__body,
    .fo-service-card,
    .fo-gallery-item,
    .fo-overview-list-item {
        padding: 1.15rem;
    }

    .fo-hero-chip,
    .fo-media-chip-row span,
    .fo-service-tag-row span {
        width: 100%;
    }

    .fo-overview-slider {
        aspect-ratio: 16 / 10;
        border-radius: 20px;
    }
}

@media (max-width: 575.98px) {
    .fo-hero-section,
    .fo-media-section,
    .fo-overview-section,
    .fo-services,
    .fo-gallery-section,
    .fo-final-cta {
        padding: 24px 0;
    }

    .fo-hero-title,
    .fo-final-cta__box h2 {
        font-size: var(--tx-text-3xl);
    }

    .fo-hero-title {
        font-size: clamp(1.75rem, 8vw, 2.2rem);
    }

    .fo-section-title {
        font-size: clamp(1.5rem, 6.5vw, 2rem);
    }

    .fo-hero-chip-list,
    .fo-overview-list,
    .fo-gallery-list {
        margin-top: 1.1rem;
    }

    .fo-media-card__body,
    .fo-service-card,
    .fo-final-cta__box,
    .fo-gallery-item,
    .fo-overview-list-item {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .fo-hero-chip,
    .fo-media-chip-row span,
    .fo-service-tag-row span {
        min-height: 36px;
        padding: 0.55rem 0.8rem;
        font-size: var(--tx-text-xs);
    }

    .fo-hero-note {
        padding: 1rem;
    }

    .fo-overview-slider {
        aspect-ratio: 4 / 3;
        border-radius: 18px;
    }
}
