.ifl-bife-page-container {
    width: min(calc(100% - 40px), 1340px);
    margin-inline: auto;
}

.ifl-bife-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ifl-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ifl-bife-kicker::before {
    content: "";
    width: 34px;
    height: 3px;
    background: currentColor;
}

/* Homepage spotlight */
.ifl-bife-highlight {
    padding: 18px 24px 62px;
    background: #fff;
}

.ifl-bife-highlight__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    width: min(100%, 1340px);
    min-height: 460px;
    margin: 0 auto;
    overflow: hidden;
    background: var(--ifl-navy);
    box-shadow: 0 28px 70px rgba(var(--ifl-blue-rgb), .18);
}

.ifl-bife-highlight__inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 7px;
    height: 100%;
    background: var(--ifl-green);
}

.ifl-bife-highlight__media {
    position: relative;
    min-height: 460px;
    overflow: hidden;
}

.ifl-bife-highlight__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 45%, rgba(34, 51, 81, .92) 100%);
}

.ifl-bife-highlight__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    transform: scale(1.03);
}

.ifl-bife-highlight__year {
    position: absolute;
    bottom: -22px;
    left: 22px;
    z-index: 1;
    color: rgba(255, 255, 255, .13);
    font-size: clamp(84px, 9vw, 150px);
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: 1;
}

.ifl-bife-highlight__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(42px, 5vw, 78px);
    color: #fff;
    background:
        radial-gradient(circle at 90% 15%, rgba(var(--ifl-green-rgb), .18), transparent 34%),
        var(--ifl-navy);
}

.ifl-bife-highlight__content h2 {
    max-width: 720px;
    margin: 18px 0 18px;
    color: #fff;
    font-size: clamp(34px, 4.2vw, 62px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.02;
    text-transform: uppercase;
}

.ifl-bife-highlight__content p {
    max-width: 680px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, .8);
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.75;
}

.ifl-bife-highlight__button,
.ifl-bife-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 13px 22px;
    color: #fff;
    background: var(--ifl-green);
    border: 1px solid var(--ifl-green);
    border-radius: 2px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.ifl-bife-highlight__button svg,
.ifl-bife-hero-cta svg,
.ifl-bife-product-card__button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ifl-bife-highlight__button:hover,
.ifl-bife-highlight__button:focus-visible,
.ifl-bife-hero-cta:hover,
.ifl-bife-hero-cta:focus-visible {
    color: var(--ifl-navy);
    background: #fff;
    border-color: #fff;
    transform: translateY(-2px);
}

/* BIFE landing page */
.ifl-bife-page-hero {
    position: relative;
    min-height: min(720px, calc(100vh - 120px));
    overflow: hidden;
    background: var(--ifl-navy);
}

.ifl-bife-page-hero__background,
.ifl-bife-page-hero__overlay {
    position: absolute;
    inset: 0;
}

.ifl-bife-page-hero__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

.ifl-bife-page-hero__overlay {
    background:
        linear-gradient(90deg, rgba(20, 34, 57, .96) 0%, rgba(34, 51, 81, .84) 47%, rgba(34, 51, 81, .28) 100%),
        linear-gradient(0deg, rgba(34, 51, 81, .4), transparent 50%);
}

.ifl-bife-page-hero__content {
    position: relative;
    z-index: 3;
    display: flex;
    min-height: inherit;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 72px;
    padding-bottom: 72px;
    color: #fff;
}

.ifl-bife-page-hero h1 {
    max-width: 900px;
    margin: 20px 0 22px;
    color: #fff;
    font-size: clamp(44px, 6vw, 88px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .98;
    text-transform: uppercase;
}

.ifl-bife-page-hero p {
    max-width: 720px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.75;
}

.ifl-bife-hero-cta svg {
    transform: translateY(1px);
}

.ifl-bife-page-hero__mark {
    position: absolute;
    right: 4vw;
    bottom: -3.8vw;
    z-index: 2;
    color: rgba(255, 255, 255, .1);
    font-size: clamp(120px, 19vw, 310px);
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: .8;
    pointer-events: none;
}

.ifl-bife-products {
    padding: 88px 0 104px;
    background: linear-gradient(180deg, #f7f9fb 0%, #fff 100%);
}

.ifl-bife-products__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    align-items: end;
    gap: 40px;
    margin-bottom: 42px;
}

.ifl-bife-products__heading h2 {
    margin: 13px 0 0;
    color: var(--ifl-navy);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.02;
    text-transform: uppercase;
}

.ifl-bife-products__heading > p {
    margin: 0;
    color: rgba(var(--ifl-blue-rgb), .68);
    font-size: 16px;
    line-height: 1.7;
}

.ifl-bife-products__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ifl-bife-product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(var(--ifl-blue-rgb), .09);
    box-shadow: 0 18px 45px rgba(var(--ifl-blue-rgb), .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ifl-bife-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 55px rgba(var(--ifl-blue-rgb), .14);
}

.ifl-bife-product-card__media {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    aspect-ratio: 1.08 / 1;
    overflow: hidden;
    background: linear-gradient(180deg, #f3f5f7 0%, #eef1f3 100%);
    color: inherit;
    text-align: left;
    cursor: pointer;
}


.ifl-bife-product-card__media:focus-visible {
    outline: 3px solid var(--ifl-green);
    outline-offset: -3px;
}
.ifl-bife-product-card__media::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    background: var(--ifl-green);
}

.ifl-bife-product-card__media img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 14px 14px 10px;
    object-fit: contain;
    object-position: center center;
    transition: transform .35s ease;
}

.ifl-bife-product-card:hover .ifl-bife-product-card__media img {
    transform: scale(1.015);
}

.ifl-bife-product-card__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 11px;
    color: var(--ifl-navy);
    background: rgba(255, 255, 255, .94);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 7px 22px rgba(var(--ifl-blue-rgb), .14);
}

.ifl-bife-product-card__stock-note {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    padding: 9px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(10, 18, 37, .82);
    backdrop-filter: blur(6px);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(var(--ifl-blue-rgb), .24);
}

.ifl-bife-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 28px 28px;
}

.ifl-bife-product-card__edition {
    color: var(--ifl-green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
}

.ifl-bife-product-card h3 {
    margin: 10px 0 12px;
    color: var(--ifl-navy);
    font-size: 25px;
    font-weight: 850;
    line-height: 1.2;
}

.ifl-bife-product-card p {
    margin: 0;
    color: rgba(var(--ifl-blue-rgb), .66);
    font-size: 14px;
    line-height: 1.7;
}

.ifl-bife-product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
    padding-top: 24px;
}

.ifl-bife-product-card__footer > span {
    color: rgba(var(--ifl-blue-rgb), .5);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ifl-bife-product-card__button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0;
    color: var(--ifl-navy);
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ifl-bife-product-card__button:hover,
.ifl-bife-product-card__button:focus-visible {
    color: var(--ifl-green);
}

.ifl-bife-closing {
    padding: 78px 0;
    color: #fff;
    background: var(--ifl-navy);
    border-top: 7px solid var(--ifl-green);
}

.ifl-bife-closing__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 42px;
}

.ifl-bife-closing span {
    color: var(--ifl-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
}

.ifl-bife-closing h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3.2vw, 46px);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.ifl-bife-closing a {
    padding-bottom: 5px;
    border-bottom: 2px solid var(--ifl-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* Product modal */
body.bife-modal-open {
    overflow: hidden;
}

.ifl-bife-modal {
    position: fixed;
    inset: 0;
    z-index: 2500;
    display: none;
    padding: 28px;
}

.ifl-bife-modal.is-open {
    display: grid;
    place-items: center;
}

.ifl-bife-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 22, 39, .8);
    backdrop-filter: blur(7px);
}

.ifl-bife-modal__dialog {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
    width: min(1280px, 100%);
    height: min(900px, calc(100vh - 56px));
    height: min(900px, calc(100dvh - 56px));
    min-height: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 40px 110px rgba(0, 0, 0, .36);
    outline: none;
    animation: ifl-bife-modal-in .2s ease both;
}

@keyframes ifl-bife-modal-in {
    from { opacity: 0; transform: translateY(12px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.ifl-bife-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 6;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    color: var(--ifl-navy);
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(var(--ifl-blue-rgb), .1);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(var(--ifl-blue-rgb), .15);
    cursor: pointer;
}

.ifl-bife-modal__close svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.ifl-bife-modal__gallery {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 0;
    padding: 18px;
    background: #edf1f3;
}

.ifl-bife-modal__main-image {
    min-height: 0;
    overflow: hidden;
    background: #dfe4e8;
}

.ifl-bife-modal__main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ifl-bife-modal__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 8px;
    padding-top: 10px;
}

.ifl-bife-modal__thumb {
    aspect-ratio: 1.2 / 1;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 2px solid transparent;
    cursor: pointer;
}

.ifl-bife-modal__thumb.is-active {
    border-color: var(--ifl-green);
}

.ifl-bife-modal__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ifl-bife-modal__content {
    min-width: 0;
    min-height: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    padding: clamp(42px, 5vw, 72px) clamp(30px, 4vw, 62px) 50px;
}

.ifl-bife-modal__content h2 {
    margin: 16px 0 18px;
    color: var(--ifl-navy);
    font-size: clamp(32px, 3.4vw, 52px);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.04;
    text-transform: uppercase;
}

.ifl-bife-modal__lead {
    margin: 0 0 24px;
    color: rgba(var(--ifl-blue-rgb), .73);
    font-size: 15px;
    line-height: 1.75;
}

.ifl-bife-modal__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 24px;
}

.ifl-bife-modal__features span {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 9px 12px;
    color: var(--ifl-navy);
    background: #f5f7f8;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.ifl-bife-modal__features i {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    background: var(--ifl-green);
    border-radius: 50%;
}

.ifl-bife-modal__material {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid rgba(var(--ifl-blue-rgb), .1);
    border-bottom: 1px solid rgba(var(--ifl-blue-rgb), .1);
}

.ifl-bife-modal__material span {
    color: rgba(var(--ifl-blue-rgb), .52);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ifl-bife-modal__material strong {
    font-size: 14px;
}

.ifl-bife-modal__table-wrap {
    margin-top: 24px;
    overflow-x: auto;
}

.ifl-bife-modal__table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    color: var(--ifl-navy);
    font-size: 13px;
}

.ifl-bife-modal__table th,
.ifl-bife-modal__table td {
    padding: 12px 13px;
    text-align: left;
    border-bottom: 1px solid rgba(var(--ifl-blue-rgb), .1);
}

.ifl-bife-modal__table th {
    color: rgba(var(--ifl-blue-rgb), .58);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ifl-bife-modal__table td strong {
    color: var(--ifl-green);
}

.ifl-bife-modal__detail-section {
    margin-top: 26px;
}

.ifl-bife-modal__detail-section h3 {
    margin: 0 0 13px;
    color: var(--ifl-navy);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ifl-bife-modal__spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    overflow: hidden;
    background: rgba(var(--ifl-blue-rgb), .08);
    border: 1px solid rgba(var(--ifl-blue-rgb), .08);
}

.ifl-bife-modal__spec-grid > div {
    min-width: 0;
    padding: 14px 15px;
    background: #f8fafb;
}

.ifl-bife-modal__spec-grid dt {
    margin: 0 0 5px;
    color: rgba(var(--ifl-blue-rgb), .52);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ifl-bife-modal__spec-grid dd {
    margin: 0;
    color: var(--ifl-navy);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.45;
}

.ifl-bife-modal__info-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 2px;
}

.ifl-bife-modal__bullet-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ifl-bife-modal__bullet-list li {
    position: relative;
    padding-left: 17px;
    color: rgba(var(--ifl-blue-rgb), .7);
    font-size: 12px;
    line-height: 1.55;
}

.ifl-bife-modal__bullet-list li::before {
    content: "";
    position: absolute;
    top: .62em;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--ifl-green);
    border-radius: 50%;
}

@media (max-width: 980px) {
    .ifl-bife-highlight__inner {
        grid-template-columns: .9fr 1.1fr;
    }

    .ifl-bife-highlight__content {
        padding: 44px;
    }

    .ifl-bife-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ifl-bife-modal__dialog {
        grid-template-columns: .82fr 1.18fr;
    }

    .ifl-bife-modal__features {
        grid-template-columns: 1fr;
    }

    .ifl-bife-modal__info-columns {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ifl-bife-closing__inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 760px) {
    .ifl-bife-highlight {
        padding: 8px 14px 42px;
    }

    .ifl-bife-highlight__inner {
        grid-template-columns: 1fr;
    }

    .ifl-bife-highlight__media {
        min-height: 300px;
    }

    .ifl-bife-highlight__media::after {
        background: linear-gradient(0deg, rgba(34, 51, 81, .9) 0%, transparent 50%);
    }

    .ifl-bife-highlight__content {
        padding: 38px 28px 42px;
    }

    .ifl-bife-highlight__content h2 {
        font-size: clamp(33px, 11vw, 50px);
    }

    .ifl-bife-page-container {
        width: min(calc(100% - 28px), 1340px);
    }

    .ifl-bife-page-hero {
        min-height: 650px;
    }

    .ifl-bife-page-hero__overlay {
        background: linear-gradient(0deg, rgba(20, 34, 57, .98) 0%, rgba(34, 51, 81, .72) 72%, rgba(34, 51, 81, .32) 100%);
    }

    .ifl-bife-page-hero__background img {
        object-position: 54% center;
    }

    .ifl-bife-page-hero h1 {
        font-size: clamp(40px, 13vw, 66px);
    }

    .ifl-bife-products {
        padding: 64px 0 72px;
    }

    .ifl-bife-products__heading {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 30px;
    }

    .ifl-bife-products__grid {
        grid-template-columns: 1fr;
    }

    .ifl-bife-modal {
        padding: 12px;
    }

    .ifl-bife-modal__dialog {
        display: block;
        height: auto;
        max-height: calc(100vh - 24px);
        max-height: calc(100dvh - 24px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .ifl-bife-modal__gallery {
        min-height: 500px;
    }

    .ifl-bife-modal__main-image {
        min-height: 390px;
    }

    .ifl-bife-modal__content {
        overflow: visible;
        padding: 34px 22px 32px;
    }

    .ifl-bife-modal__spec-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .ifl-bife-highlight__media {
        min-height: 260px;
    }

    .ifl-bife-highlight__button,
    .ifl-bife-hero-cta {
        width: 100%;
    }

    .ifl-bife-product-card__body {
        padding: 23px 20px 24px;
    }

    .ifl-bife-product-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .ifl-bife-modal__gallery {
        min-height: 390px;
        padding: 10px;
    }

    .ifl-bife-modal__main-image {
        min-height: 290px;
    }

    .ifl-bife-modal__thumbs {
        gap: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ifl-bife-product-card,
    .ifl-bife-product-card__media img,
    .ifl-bife-modal__dialog {
        transition: none;
        animation: none;
    }
}


/* Standalone BIFE 2026 product page */
.ifl-bife-detail-page {
    background: #f4f6f7;
}

.ifl-bife-detail-hero {
    padding: 52px 0 82px;
}

.ifl-bife-detail-breadcrumbs {
    margin-bottom: 22px;
}

.ifl-bife-detail-breadcrumbs a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(var(--ifl-blue-rgb), .68);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease;
}

.ifl-bife-detail-breadcrumbs a:hover,
.ifl-bife-detail-breadcrumbs a:focus-visible {
    color: var(--ifl-green);
}

.ifl-bife-detail-breadcrumbs svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ifl-bife-detail__layout {
    display: grid;
    grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
    align-items: stretch;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(var(--ifl-blue-rgb), .08);
    box-shadow: 0 28px 70px rgba(var(--ifl-blue-rgb), .12);
}

.ifl-bife-detail__gallery {
    position: sticky;
    top: 20px;
    align-self: start;
    height: min(760px, calc(100vh - 40px));
    height: min(760px, calc(100dvh - 40px));
}

.ifl-bife-detail__main-image {
    min-height: 520px;
}

.ifl-bife-detail__content {
    max-height: none;
    overflow: visible;
    padding: clamp(42px, 5vw, 76px) clamp(30px, 4.5vw, 68px) 62px;
}

.ifl-bife-detail__content h1 {
    margin: 16px 0 18px;
    color: var(--ifl-navy);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.04;
    text-transform: uppercase;
}

.ifl-bife-detail__content .ifl-bife-modal__detail-section h2 {
    margin: 0 0 13px;
    color: var(--ifl-navy);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ifl-bife-detail-cta {
    padding: 58px 0;
    color: #fff;
    background: var(--ifl-navy);
    border-top: 7px solid var(--ifl-green);
}

.ifl-bife-detail-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 34px;
}

.ifl-bife-detail-cta span {
    color: var(--ifl-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}

.ifl-bife-detail-cta h2 {
    max-width: 760px;
    margin: 10px 0 0;
    font-size: clamp(27px, 3vw, 42px);
    line-height: 1.08;
}

.ifl-bife-detail-cta a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 22px;
    color: var(--ifl-navy);
    background: var(--ifl-green);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .ifl-bife-detail__layout {
        grid-template-columns: 1fr;
    }

    .ifl-bife-detail__gallery {
        position: static;
        height: auto;
        min-height: 620px;
    }

    .ifl-bife-detail-cta__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .ifl-bife-detail-hero {
        padding: 30px 0 58px;
    }

    .ifl-bife-detail__gallery {
        min-height: 500px;
    }

    .ifl-bife-detail__main-image {
        min-height: 390px;
    }

    .ifl-bife-detail__content {
        padding: 36px 22px 40px;
    }

    .ifl-bife-detail__content h1 {
        font-size: clamp(32px, 10vw, 46px);
    }
}

@media (max-width: 480px) {
    .ifl-bife-detail-breadcrumbs a {
        font-size: 10px;
    }

    .ifl-bife-detail__gallery {
        min-height: 390px;
    }

    .ifl-bife-detail__main-image {
        min-height: 290px;
    }
}
