@media (max-width: 700px) and (orientation: portrait) {
    .fc-mega-menu {
        top: 82px;
        left: 0;
        right: 0;
        width: 100%;
        height: calc(100vh - 82px);
        height: calc(100svh - 82px);
        height: calc(100dvh - 82px);
        max-height: none;
        min-height: 0;
        overflow: hidden;
    }

    .fc-mega-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.82),
                rgba(0, 0, 0, 0.56) 55%,
                rgba(0, 0, 0, 0.74)
            ),
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.50),
                rgba(0, 0, 0, 0.38)
            );
    }

    .fc-mega-bg {
        background-position: var(--fc-mega-mobile-position, 100% 0%);
    }

    .fc-mega-top-nav {
        left: 12px;
        right: 12px;
        top: 18px;
        width: auto;
        max-width: none;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 0;
    }

    .fc-mega-top-nav button[data-panel] {
        width: auto;
        flex: 0 1 auto;
        min-width: 0;
        min-height: 30px;
        padding: 4px 0;
        font-size: clamp(8px, 2.15vw, 9px);
        line-height: 1.1;
        letter-spacing: 0.08em;
        text-align: center;
        white-space: nowrap;
    }

    .fc-mega-content {
        left: 22px;
        right: 22px;
        top: 112px;
        bottom: 92px;
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: safe center;
        text-align: center;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: none;
    }

    .fc-mega-content::-webkit-scrollbar {
        display: none;
    }

    #fcMegaTitle {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        font-size: clamp(16px, 4.7vw, 21px);
        line-height: 1.04;
        text-align: center;
        white-space: normal;
        overflow-wrap: normal;
    }

    #fcMegaText {
        width: 100%;
        max-width: none;
        margin: 16px 0 0;
        padding: 0;
        font-size: clamp(14px, 3.75vw, 16px);
        line-height: 1.5;
        text-align: left;
        overflow-wrap: break-word;
    }

    .fc-mega-media {
        left: 18px;
        right: 18px;
        bottom: calc(14px + env(safe-area-inset-bottom, 0px));
        width: auto;
        max-width: none;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        align-items: stretch;
    }

    .fc-mega-media button {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        padding: 6px 3px;
        justify-content: center;
        gap: 6px;
        font-size: clamp(10px, 2.8vw, 12px);
        line-height: 1.2;
        white-space: nowrap;
    }

    .fc-mega-media .fc-media-icon {
        transform: scale(0.5);
    }

    .fc-mega-media .fc-media-link:hover .fc-media-icon,
    .fc-mega-media .fc-media-link:focus .fc-media-icon,
    .fc-mega-media .fc-media-link:focus-visible .fc-media-icon,
    .fc-mega-media .fc-media-link:active .fc-media-icon {
        transform: scale(0.5);
    }

    body.fc-mega-menu-open #fcMoreToggle {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .fc-text-reader-article h2 {
        font-size: clamp(27px, 7.65vw, 32px);
        line-height: 1.06;
        margin-bottom: 38px;
    }

    .fc-text-reader-body {
        font-size: 15px;
        line-height: 1.45;
    }

    .fc-text-reader-body p + p {
        margin-top: 1.2em;
    }

    .fc-text-reader-body p:not(.fc-text-reader-closing) + .fc-text-reader-closing {
        margin-top: 2.2em;
    }

    .fc-text-reader-body .fc-text-reader-closing + .fc-text-reader-closing {
        margin-top: 0.75em;
    }
}

@media
  (min-width: 700px)
  and (max-width: 700px)
  and (min-height: 880px)
  and (max-height: 920px)
  and (orientation: portrait) {
    .fc-mega-content {
        left: 80px;
        right: 80px;
    }

    .fc-mega-bg[data-panel="about"] {
        --fc-mega-mobile-position: calc(100% + 330px) 0% !important;
    }

    .fc-mega-bg[data-panel="products"] {
        --fc-mega-mobile-position: calc(100% + 290px) 0% !important;
    }

    .fc-mega-bg[data-panel="brand"] {
        --fc-mega-mobile-position: calc(100% + 295px) 0% !important;
    }
}
