/* ==========================================================
   QUOREAL MOBILE / TABLET FIXES
   Loaded after style.css, experience.css and company.css.
   Desktop styles above 1180px are unchanged.
========================================================== */

@media (max-width: 1180px) {

    html,
    body {
        max-width: 100%;
        overflow-x: clip;
    }

    img,
    svg,
    video {
        max-width: 100%;
    }

    .container,
    .hero-container {
        width: min(960px, calc(100% - 48px)) !important;
        margin-inline: auto !important;
    }

    .hero-grid {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
    }

    .hero-left {
        width: 100%;
        max-width: 860px;
    }

    .hero-right {
        width: 100% !important;
        max-width: 800px;
        margin-inline: auto !important;
    }

    .hero-slider {
        width: 100%;
        height: auto !important;
        min-height: 520px;
        max-height: 660px;
        aspect-ratio: 16 / 11;
    }

    .about-grid {
        grid-template-columns: 1fr !important;
        gap: 56px !important;
    }

    .about-content {
        width: 100%;
        max-width: 720px;
        margin-inline: auto;
    }

    .strength-track {
        grid-template-columns: 1fr !important;
    }

    .strength-card,
    .strength-card-featured {
        min-height: 0;
        transform: none !important;
    }

    .case-switcher {
        grid-template-columns: 1fr !important;
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

    .about,
    .service,
    .strength,
    .case,
    .flow,
    .faq,
    .contact {
        padding-top: 86px !important;
        padding-bottom: 92px !important;
    }

    .section-header {
        margin-bottom: 46px !important;
    }

    .section-flow-bridge {
        height: 105px !important;
    }

    .service-grid {
        gap: 16px !important;
    }

    .case-tabs {
        display: flex !important;
        flex-direction: row !important;
        gap: 12px !important;

        overflow-x: auto;

        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;

        padding: 2px 2px 10px;
    }

    .case-tabs::-webkit-scrollbar {
        display: none;
    }

    .case-tab {
        min-width: 250px !important;
        scroll-snap-align: start;
    }

    .company-reference__shell {
        min-height: auto !important;
        grid-template-columns: 1fr !important;
    }

    .company-reference__side {
        padding: 0 28px !important;
        border-right: 0 !important;
    }

    .company-reference__nav {
        display: flex !important;
        flex-direction: row !important;
        gap: 0;

        overflow-x: auto;

        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .company-reference__nav::-webkit-scrollbar {
        display: none;
    }

    .company-reference__tab {
        min-width: 240px !important;
        scroll-snap-align: start;
    }

    .company-reference__main {
        padding: 54px 28px 82px !important;
    }

    .company-reference__overview {
        grid-template-columns: 1fr !important;
    }

    .company-reference__profile {
        max-width: 760px !important;
    }

    .company-reference__art {
        width: min(100%, 700px);
        min-height: 440px !important;
        margin: 12px auto 0;
    }

}


/* ==========================================================
   PHONE / SMALL TABLET
========================================================== */

@media (max-width: 820px) {

    :root {
        --header-height: 70px;
    }

    .container,
    .hero-container {
        width: calc(100% - 34px) !important;
    }


    /* ======================================================
       HEADER
    ====================================================== */

    .header-inner,
    .header.scrolled .header-inner {
        min-height: 68px !important;
        padding-inline: 14px !important;
    }

    .logo img,
    .header.scrolled .logo img {
        width: 82px !important;
    }

    .menu-toggle {
        width: 46px;
        height: 46px;
    }

    .mobile-menu {
        padding: 88px 20px 28px !important;

        justify-content: flex-start;

        overflow-y: auto;
    }

    .mobile-menu-nav a {
        padding: 14px 0;

        font-size:
            clamp(
                22px,
                7vw,
                32px
            );
    }

    .mobile-menu-cta {
        min-height: 56px;
        margin-top: 24px;
    }


    /* ======================================================
       HERO
    ====================================================== */

    .hero {
        min-height: auto !important;

        padding:
            102px
            0
            72px !important;
    }

    .hero-grid {
        gap: 34px !important;
    }

    .hero-label {
        margin-bottom: 16px !important;

        font-size: 8px !important;
        letter-spacing: 0.19em !important;
    }

    .hero-message {
        font-size:
            clamp(
                36px,
                10.4vw,
                50px
            ) !important;

        line-height: 1.12 !important;
        letter-spacing: -0.055em !important;
    }

    .hero-line {
        width: auto !important;
        white-space: normal !important;
    }

    .hero-line-bottom {
        margin-top: 6px !important;

        flex-wrap: wrap;

        gap:
            0.08em
            0.2em !important;
    }

    .hero-copy {
        margin-top: 24px !important;
    }

    .hero-copy p {
        font-size: 13px !important;
        line-height: 1.9 !important;
    }

    .hero-buttons {
        margin-top: 28px !important;

        flex-direction: column;

        gap: 10px !important;
    }

    .hero-buttons .btn {
        width: 100%;
        min-height: 58px;
    }

    .hero-right {
        max-width: none !important;
    }

    .hero-slider {
        height:
            clamp(
                410px,
                116vw,
                590px
            ) !important;

        min-height: 0 !important;
        max-height: none !important;

        aspect-ratio: auto !important;

        border-radius: 24px !important;
    }

    .hero-slide img,
    .hero-image {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }

    .hero-slider-ui {
        top: auto !important;
        right: 14px !important;
        bottom: 14px !important;
    }

    .hero-data-card {
        display: none !important;
    }


    /* ======================================================
       SECTION COMMON
    ====================================================== */

    .about,
    .service,
    .strength,
    .case,
    .flow,
    .faq,
    .contact {
        padding-top: 74px !important;
        padding-bottom: 82px !important;
    }

    .section-header {
        margin-bottom: 38px !important;
    }

    .section-header h2 {
        font-size:
            clamp(
                34px,
                9vw,
                46px
            ) !important;

        line-height: 1.28 !important;
    }

    .section-description {
        max-width: 38em;

        margin-left: 0 !important;

        font-size: 12.5px !important;
        line-height: 1.9 !important;
    }


    /* ======================================================
       ABOUT
    ====================================================== */

    .about-heading {
        align-items: flex-start !important;

        gap: 6px !important;
    }

    .about-heading span {
        font-size:
            clamp(
                28px,
                7.8vw,
                39px
            ) !important;

        line-height: 1.42 !important;
    }

    .about-grid {
        gap: 38px !important;
    }

    .sales-loop {
        width:
            min(
                100%,
                390px
            ) !important;

        margin-inline: auto !important;
    }

    .loop-node {
        width: 78px !important;
        height: 78px !important;

        padding: 7px !important;
    }

    .loop-node strong {
        font-size: 9px !important;
    }

    .loop-node span {
        font-size: 5px !important;
    }

    .loop-center {
        width: 120px !important;
        height: 120px !important;
    }

    .loop-center strong {
        font-size: 13px !important;
    }

    .loop-center p {
        margin-top: 7px !important;

        font-size: 7px !important;
    }

    .about-content {
        max-width: none !important;

        margin-inline: 0 !important;
    }

    .about-content h3 {
        margin:
            18px
            0
            22px !important;

        font-size:
            clamp(
                29px,
                7.6vw,
                38px
            ) !important;
    }

    .about-content > p:not(.content-index) {
        font-size: 13px !important;
        line-height: 1.95 !important;
    }


    /* ======================================================
       SERVICE
    ====================================================== */

    .service-grid {
        grid-template-columns: 1fr !important;

        gap: 14px !important;
    }

    .service-card {
        min-height: 0 !important;

        padding:
            26px
            22px
            30px !important;

        border-radius: 22px !important;
    }

    .service-top {
        margin-bottom: 54px !important;
    }

    .service-visual {
        top: 22px !important;
        right: 20px !important;

        width: 88px !important;
        height: 88px !important;
    }

    .service-card h3 {
        max-width:
            calc(
                100% - 24px
            );

        font-size: 22px !important;
        line-height: 1.45 !important;
    }

    .service-card > p {
        font-size: 12.5px !important;
        line-height: 1.95 !important;
    }

    .service-card ul {
        padding-right: 30px !important;

        gap: 8px !important;
    }

    .service-card li {
        font-size: 11px !important;
    }

    .service-arrow {
        right: 20px !important;
        bottom: 20px !important;
    }


    /* ======================================================
       WHY QUOREAL
    ====================================================== */

    .strength-track {
        gap: 14px !important;

        padding-top: 0 !important;
    }

    .strength-card,
    .strength-card-featured {
        min-height: 0 !important;

        padding:
            25px
            22px
            30px !important;

        border-radius: 22px !important;

        transform: none !important;
    }

    .strength-card-top {
        min-height: 96px !important;

        margin-bottom: 14px !important;
    }

    .strength-number {
        font-size: 50px !important;
    }

    .strength-emblem {
        width: 82px !important;
        height: 82px !important;
        flex-basis: 82px !important;
    }

    .strength-card h3 {
        font-size: 22px !important;
    }

    .strength-card > p:last-child {
        font-size: 12.5px !important;
        line-height: 1.95 !important;
    }


    /* ======================================================
       CASE
    ====================================================== */

    .case-tabs {
        margin-inline: -2px;
    }

    .case-tab {
        min-width: 225px !important;
        min-height: 124px !important;

        padding:
            20px
            18px !important;

        border-radius: 18px !important;
    }

    .case-stage {
        min-height: 0 !important;

        padding:
            28px
            21px !important;

        border-radius: 22px !important;
    }

    .case-panel-head h3 {
        font-size:
            clamp(
                27px,
                7.4vw,
                34px
            ) !important;

        line-height: 1.45 !important;
    }

    .case-journey {
        margin-top: 34px !important;

        grid-template-columns: 1fr !important;
    }

    .case-journey > div {
        min-height: 0 !important;

        padding:
            22px
            2px !important;
    }

    .case-note {
        font-size: 10px !important;
        line-height: 1.8 !important;
    }


    /* ======================================================
       FLOW
    ====================================================== */

    .flow-scroll {
        overflow: visible !important;

        padding: 0 !important;
    }

    .flow-track {
        min-width: 0 !important;

        padding-top: 0 !important;

        grid-template-columns: 1fr !important;

        gap: 14px !important;
    }

    .flow-progress-line {
        display: none !important;
    }

    .flow-step {
        min-height: 0 !important;

        padding:
            24px
            22px
            26px !important;

        border-radius: 20px !important;
    }

    .flow-node {
        position: static !important;

        width: 48px !important;
        height: 48px !important;

        margin-bottom: 20px;

        transform: none !important;
    }

    .flow-step h3 {
        font-size: 20px !important;
    }

    .flow-step p {
        font-size: 12.5px !important;
        line-height: 1.9 !important;
    }


    /* ======================================================
       COMPANY
    ====================================================== */

    .company-reference__hero {
        padding:
            50px
            18px
            22px !important;
    }

    .company-reference__hero h2 {
        font-size:
            clamp(
                58px,
                18vw,
                78px
            ) !important;

        line-height: 0.86 !important;
    }

    .company-reference__hero p {
        margin-top: 18px !important;

        font-size: 14px !important;
    }

    .company-reference__side {
        padding-inline: 18px !important;
    }

    .company-reference__tab {
        min-width: 210px !important;
        min-height: 84px !important;

        padding:
            18px
            30px
            18px
            0 !important;
    }

    .company-reference__main {
        padding:
            46px
            18px
            70px !important;
    }

    .company-reference__panel {
        min-height: 0 !important;
    }

    .company-reference__panel-header > span {
        margin-bottom: 10px !important;

        font-size: 15px !important;
    }

    .company-reference__panel-header h3 {
        font-size:
            clamp(
                36px,
                10vw,
                46px
            ) !important;

        line-height: 1.35 !important;
    }

    .company-reference__panel-header i {
        margin-top: 18px !important;
    }

    .company-reference__profile {
        margin-top: 38px !important;
    }

    .company-reference__profile > div {
        min-height: 0 !important;

        grid-template-columns: 1fr !important;
    }

    .company-reference__profile dt {
        padding:
            20px
            0
            8px !important;

        font-size: 14px !important;
    }

    .company-reference__profile dd {
        padding:
            0
            0
            20px !important;

        border-left: 0 !important;

        font-size: 17px !important;
    }

    .company-reference__profile-business {
        min-height: 0 !important;
    }

    .company-reference__art {
        width: 520px !important;
        max-width: none !important;

        min-height: 330px !important;

        margin:
            0
            0
            -20px
            50% !important;

        transform:
            translateX(-50%)
            scale(0.62) !important;

        transform-origin:
            top center !important;
    }

    .company-reference__principles,
    .company-reference__history {
        margin-top: 38px !important;
    }

    .company-reference__principles article,
    .company-reference__history article {
        min-height: 0 !important;

        padding:
            20px
            0 !important;

        grid-template-columns:
            52px
            1fr !important;

        gap: 16px !important;
    }

    .company-reference__message {
        margin-top: 38px !important;

        grid-template-columns: 1fr !important;

        gap: 28px !important;
    }

    .company-reference__message figure {
        width:
            min(
                100%,
                360px
            );

        height: 420px !important;
    }

    .company-reference__message-copy h4 {
        font-size: 27px !important;
    }


    /* ======================================================
       FAQ
    ====================================================== */

    .faq-list {
        width: 100%;
    }

    .faq-question {
        min-height: 78px !important;

        padding:
            18px
            0 !important;

        gap: 14px !important;
    }

    .faq-question-text {
        gap: 10px !important;

        font-size: 13px !important;
        line-height: 1.65 !important;
    }

    .faq-icon {
        width: 34px !important;
        height: 34px !important;
    }

    .faq-answer-inner {
        padding:
            0
            0
            24px !important;

        gap: 10px !important;
    }

    .faq-answer-inner p {
        font-size: 12.5px !important;
        line-height: 1.9 !important;
    }


    /* ======================================================
       CONTACT
    ====================================================== */

    .contact-box h2 {
        font-size:
            clamp(
                36px,
                10vw,
                48px
            ) !important;

        line-height: 1.3 !important;
    }

    .contact-copy,
    .contact-box > p {
        margin-left: 0 !important;

        font-size: 12.5px !important;
        line-height: 1.95 !important;
    }

    .contact-actions {
        margin-top: 28px !important;

        flex-direction: column;

        gap: 10px !important;
    }

    .contact-actions .btn {
        width: 100%;
        min-height: 58px;
    }


    /* ======================================================
       FOOTER
    ====================================================== */

    .footer {
        padding-top: 50px !important;
    }

    .footer-container {
        width: calc(100% - 34px) !important;
    }

    .footer-top {
        grid-template-columns: 1fr !important;

        gap: 34px !important;

        padding-bottom: 40px !important;
    }

    .footer-nav {
        display: grid !important;

        grid-template-columns:
            repeat(
                2,
                minmax(
                    0,
                    1fr
                )
            );

        gap:
            0
            20px !important;
    }

    .footer-bottom {
        padding:
            24px
            0 !important;

        flex-direction: column-reverse !important;
        align-items: flex-start !important;

        gap: 20px;
    }

}


/* ==========================================================
   SMALL PHONE
========================================================== */

@media (max-width: 520px) {

    .container,
    .hero-container {
        width: calc(100% - 28px) !important;
    }

    .hero {
        padding-top: 94px !important;
    }

    .hero-message {
        font-size:
            clamp(
                34px,
                10.2vw,
                44px
            ) !important;
    }

    .hero-slider {
        height:
            clamp(
                390px,
                120vw,
                520px
            ) !important;
    }

    .about-heading span {
        font-size:
            clamp(
                27px,
                7.7vw,
                34px
            ) !important;
    }

    .sales-loop {
        width:
            min(
                100%,
                350px
            ) !important;
    }

    .loop-node {
        width: 70px !important;
        height: 70px !important;
    }

    .loop-center {
        width: 108px !important;
        height: 108px !important;
    }

    .service-card h3,
    .strength-card h3 {
        font-size: 20px !important;
    }

    .case-tab {
        min-width: 210px !important;
    }

    .company-reference__hero h2 {
        font-size:
            clamp(
                54px,
                17vw,
                70px
            ) !important;
    }

    .company-reference__art {
        transform:
            translateX(-50%)
            scale(0.55) !important;

        margin-bottom: -65px !important;
    }

    .company-reference__message figure {
        height: 360px !important;
    }

    .footer-nav {
        grid-template-columns: 1fr !important;
    }

}


@media (max-width: 380px) {

    .hero-message {
        font-size: 33px !important;
    }

    .hero-buttons .btn,
    .contact-actions .btn {
        padding-inline: 18px;
    }

    .company-reference__tab {
        min-width: 195px !important;
    }

}


/* ==========================================================
   TOUCH DEVICES
========================================================== */

@media (hover: none) and (pointer: coarse) {

    .service-card:hover,
    .strength-card:hover,
    .strength-card-featured:hover,
    .flow-step:hover,
    .case-tab:hover {
        transform: none !important;
    }

}

/* ==========================================================
   MOBILE FINAL FIX
   ABOUT改行・CASEタブ・COMPANYタブ
========================================================== */

@media (max-width: 820px) {

    /* ======================================================
       ABOUT：日本語が単語の途中で切れないようにする
    ====================================================== */

    .about-heading span {
        font-size:
            clamp(
                25px,
                7vw,
                32px
            ) !important;

        line-height: 1.5 !important;

        word-break: normal;
        word-break: auto-phrase;

        text-wrap: balance;
    }

    .about-content h3 {
        font-size:
            clamp(
                27px,
                7.2vw,
                34px
            ) !important;

        line-height: 1.5 !important;

        word-break: normal;
        word-break: auto-phrase;

        text-wrap: balance;
    }

    .about-content > p:not(.content-index) {
        font-size: 12.5px !important;
        line-height: 2 !important;

        word-break: normal;
        word-break: auto-phrase;

        text-wrap: pretty;
    }


    /* ======================================================
       CASE：横並びをやめて1列表示
    ====================================================== */

    .case-tabs {
        display: grid !important;

        grid-template-columns: 1fr !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        gap: 12px !important;

        overflow: visible !important;

        scroll-snap-type: none !important;
    }

    .case-tab {
        position: relative !important;

        width: 100% !important;
        min-width: 0 !important;
        min-height: 112px !important;

        padding:
            18px
            16px !important;

        display: grid !important;

        grid-template-columns:
            46px
            minmax(0, 1fr)
            68px !important;

        grid-template-rows: 1fr !important;

        align-items: center !important;

        column-gap: 12px !important;

        border-radius: 18px !important;

        scroll-snap-align: none !important;
    }

    .case-tab-number {
        position: static !important;

        grid-column: 1 !important;
        grid-row: 1 !important;

        align-self: center !important;

        font-size: 32px !important;
        line-height: 1 !important;
    }

    .case-tab-copy {
        position: static !important;

        grid-column: 2 !important;
        grid-row: 1 !important;

        min-width: 0 !important;

        align-self: center !important;

        gap: 4px !important;
    }

    .case-tab-copy strong {
        font-size: 9px !important;
        line-height: 1.4 !important;
        letter-spacing: 0.14em !important;
    }

    .case-tab-copy small {
        font-size: 14px !important;
        line-height: 1.5 !important;

        word-break: normal;
        word-break: auto-phrase;
    }

    .case-tab-graphic {
        position: relative !important;

        grid-column: 3 !important;
        grid-row: 1 !important;

        justify-self: end !important;
        align-self: center !important;

        width: 62px !important;
        height: 62px !important;
    }


    /* ======================================================
       COMPANY：タブを1列表示
    ====================================================== */

    .company-reference__side {
        padding-inline: 18px !important;
    }

    .company-reference__nav {
        display: grid !important;

        grid-template-columns: 1fr !important;

        width: 100% !important;

        gap: 0 !important;

        overflow: visible !important;

        scroll-snap-type: none !important;
    }

    .company-reference__tab {
        position: relative !important;

        width: 100% !important;
        min-width: 0 !important;
        min-height: 76px !important;

        padding:
            14px
            4px !important;

        display: grid !important;

        grid-template-columns:
            34px
            minmax(0, 1fr)
            24px !important;

        align-items: center !important;

        gap: 10px !important;

        scroll-snap-align: none !important;
    }

    .company-reference__tab-number {
        position: static !important;

        font-size: 13px !important;
    }

    .company-reference__tab-copy {
        min-width: 0 !important;
    }

    .company-reference__tab-copy strong {
        font-size: 15px !important;
        line-height: 1.5 !important;

        word-break: normal;
        word-break: auto-phrase;
    }

    .company-reference__tab-copy small {
        font-size: 8px !important;
        line-height: 1.5 !important;
    }

    .company-reference__tab i {
        position: static !important;

        justify-self: end !important;

        font-size: 18px !important;
    }

}

/* ==========================================================
   ABOUT MOBILE HEADING FIX
========================================================== */

.about-mobile-br {
    display: none;
}

@media (max-width: 820px) {

    .about-mobile-br {
        display: block;
    }

    .about-heading span {
        font-size:
            clamp(
                25px,
                6.8vw,
                31px
            ) !important;

        line-height: 1.48 !important;

        word-break: keep-all !important;
        overflow-wrap: normal !important;
        text-wrap: initial !important;
    }

}

/* ==========================================================
   MOBILE ANCHOR OFFSET
   固定ヘッダーに見出しが隠れないようにする
========================================================== */

@media (max-width: 820px) {

    html {
        scroll-padding-top: 82px;
    }

    #about,
    #service,
    #strength,
    #case,
    #flow,
    #company,
    #faq,
    #contact {
        scroll-margin-top: 82px !important;
    }

}

/* ==========================================================
   MOBILE HEADER COMPLETE FIX
   ロゴを小さく・お問い合わせとメニューを右端へ寄せる
========================================================== */

@media (max-width: 820px) {

    :root {
        --header-height: 62px;
        --header-logo-width: 72px;
    }

    #site-header.header {
        height: 62px !important;
        min-height: 62px !important;
        max-height: 62px !important;
    }

    #site-header.header > .header-inner,
    #site-header.header.scrolled > .header-inner {
        width: 100% !important;
        height: 62px !important;
        min-height: 62px !important;
        max-height: 62px !important;

        padding:
            0
            3px
            0
            0 !important;

        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
    }


    /* 左上ロゴ */

#site-header.header
> .header-inner
> a.logo {
    width: 86px !important;
    min-width: 86px !important;
    max-width: 86px !important;

    height: 62px !important;

    flex:
        0
        0
        84px !important;

    margin:
        0
        0
        0
        -4px !important;

    transform: none !important;
}

#site-header.header
> .header-inner
> a.logo
> img,

#site-header.header.scrolled
> .header-inner
> a.logo
> img {
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;

    height: auto !important;

    transform: none !important;
}

    /* お問い合わせボタン */

    #site-header.header
    > .header-inner
    > a.header-button {
        display: grid !important;

        grid-template-columns:
            minmax(0, 1fr)
            25px !important;

        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;

        height: 35px !important;
        min-height: 35px !important;
        max-height: 35px !important;

        flex:
            0
            0
            120px !important;

        margin:
            0
            2px
            0
            auto !important;

        padding:
            0
            6px
            0
            10px !important;

        column-gap: 4px !important;
        transform: none !important;
    }

    #site-header.header
    > .header-inner
    > a.header-button
    > .header-button-text,

    #site-header.header
    > .header-inner
    > a.header-button
    > span:first-child {
        font-size: 10px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    #site-header.header
    > .header-inner
    > a.header-button
    > .header-button-icon {
        width: 20px !important;
        min-width: 20px !important;
        max-width: 20px !important;

        height: 20px !important;
        min-height: 20px !important;
        max-height: 20px !important;

        flex:
            0
            0
            25px !important;

        font-size: 11px !important;
    }


    /* 三本線 */

    #site-header.header
    > .header-inner
    > .menu-toggle {
        display: block !important;

        width: 36px !important;
        min-width: 36px !important;
        max-width: 36px !important;

        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;

        flex:
            0
            0
            36px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    #site-header.header
    .menu-toggle span {
        left: 5px !important;
        width: 26px !important;
    }

    #site-header.header
    .menu-toggle span:nth-child(1) {
        top: 11px !important;
    }

    #site-header.header
    .menu-toggle span:nth-child(2) {
        top: 19px !important;
    }

    #site-header.header
    .menu-toggle span:nth-child(3) {
        top: 27px !important;
    }

    #site-header.header
    .menu-toggle.active span:nth-child(1),

    #site-header.header
    .menu-toggle.active span:nth-child(3) {
        top: 19px !important;
    }

}