/*
 * MogLand English shell
 * English-only header / navigation / footer modifiers.
 * Existing Japanese renewal-header.css / renewal-footer.css are left unchanged.
 */

.mog-en-site-header .mog-renewal-header__context-title {
    font-size: 13px;
    font-weight: 600;
}

.mog-en-site-header__identity {
    display: none;
}

.mog-en-site-header__contact-mobile {
    display: flex;
    width: 52px;
    min-width: 52px;
    height: 58px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin: 0;
    border: 1px solid #cfddcc;
    border-radius: 6px;
    background: #f2f8f1;
    color: #137127;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.mog-en-site-header__contact-mobile:hover,
.mog-en-site-header__contact-mobile:focus-visible {
    border-color: #16762a;
    background: #e8f4e6;
    color: #0e5d1d;
    text-decoration: none;
    outline: 2px solid rgba(22, 118, 42, .28);
    outline-offset: 1px;
}

.mog-en-site-header__contact-mobile img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.mog-en-site-header .mog-renewal-header__menu-label,
.mog-en-site-floating-menu .mog-renewal-floating-menu__label {
    font-size: 11px;
}

.mog-en-site-nav__contact > a {
    color: #087227;
}

.mog-en-site-footer__app-icon,
.mog-en-site-header__app-icon {
    display: block;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    object-fit: contain;
}

.mog-en-site-header__action-copy {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.05;
}

.mog-en-site-header__action-kicker {
    display: none;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
}

.mog-en-site-header__action-copy .mog-renewal-header__action-label {
    display: block;
    min-width: 0;
    font-size: clamp(18px, 1.35vw, 25px);
    font-weight: 800;
    line-height: 1.04;
    white-space: nowrap;
}

.mog-en-site-footer__mobile-brand {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 4px 16px;
    border-bottom: 1px solid #dfe6de;
    color: #176f29;
    text-decoration: none;
}

.mog-en-site-footer__mobile-brand img {
    width: min(56%, 190px);
    height: auto;
}

.mog-en-site-footer__mobile-brand span {
    font-size: 16px;
    font-weight: 800;
}

.mog-en-site-footer__japanese-link {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    border: 1px solid #b9ccb9;
    border-radius: 8px;
    background: #fff;
    color: #203024;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.mog-en-site-footer__japanese-link span {
    color: #16822d;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
}

.mog-en-site-footer__japanese-link:hover,
.mog-en-site-footer__japanese-link:focus-visible {
    border-color: #16762a;
    background: #f2f8f1;
    color: #126c25;
}

@media (max-width: 374px) {
    .mog-en-site-header__contact-mobile {
        width: 48px;
        min-width: 48px;
        height: 56px;
    }

    .mog-en-site-header__contact-mobile img {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 992px) {
    .mog-en-site-nav__buyback-mobile {
        display: none !important;
    }

    .mog-en-site-nav__desktop-only {
        display: block !important;
    }

    .mog-en-site-header .mog-renewal-header__main-inner {
        grid-template-columns: minmax(220px, 260px) minmax(250px, 320px) minmax(500px, 1fr);
        min-height: 116px;
    }

    .mog-en-site-header .mog-renewal-header__logo {
        max-width: 250px;
    }

    .mog-en-site-header__identity {
        display: flex;
        min-height: 84px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 14px 18px;
        border: 1px solid #cfe0d1;
        border-radius: 12px;
        background: linear-gradient(180deg, #f7fbf7 0%, #fff 100%);
        color: #202720;
    }

    .mog-en-site-header__identity strong {
        display: block;
        color: #087227;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.2;
    }

    .mog-en-site-header__identity span {
        display: block;
        margin-top: 7px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.35;
    }

    .mog-en-site-header__contact-mobile {
        display: none;
    }

    .mog-en-site-header .mog-renewal-header__actions {
        grid-template-columns: repeat(3, minmax(145px, 1fr));
    }

    .mog-en-site-header .mog-renewal-header__action {
        min-height: 72px;
        font-size: clamp(14px, 1vw, 17px);
    }

    .mog-en-site-header__action--whatsapp,
    .mog-en-site-header__action--line {
        border-color: #0b7b27;
        background: linear-gradient(180deg, #179334 0%, #087821 100%);
        color: #fff;
    }

    .mog-en-site-header .mog-renewal-header__action {
        justify-content: flex-start;
        gap: 12px;
        border-radius: 16px;
        text-align: left;
    }

    .mog-en-site-header .mog-renewal-header__action-badge--whatsapp img,
    .mog-en-site-header .mog-renewal-header__action-badge--line img {
        width: 36px;
        height: 36px;
    }

    .mog-en-site-header .mog-renewal-nav__list {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .mog-en-site-header .mog-renewal-nav__item:nth-child(6) {
        border-right: 1px solid rgba(255, 255, 255, .24);
    }

    .mog-en-site-header .mog-renewal-nav__item > a,
    .mog-en-site-header .mog-renewal-nav__submenu-button {
        padding-inline: 10px;
        font-size: clamp(13px, .95vw, 16px);
    }

    .mog-en-site-header .mog-renewal-nav__link-content {
        gap: 7px;
    }

    .mog-en-site-header .mog-renewal-nav__icon {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    .mog-en-site-footer .mog-renewal-footer__desktop-contact {
        grid-template-columns: minmax(210px, 260px) repeat(3, minmax(180px, 1fr));
        max-width: 1180px;
        margin-inline: auto;
    }

    .mog-en-site-footer .mog-renewal-footer__desktop-contact .mog-renewal-footer__cta {
        min-height: 82px;
    }

    .mog-en-site-footer .mog-renewal-footer__sitemap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 980px;
        margin-inline: auto;
        padding-top: 24px;
        padding-bottom: 10px;
    }

    .mog-en-site-footer .mog-renewal-footer__link-group {
        padding-inline: clamp(28px, 3vw, 48px);
    }

    .mog-en-site-footer .mog-renewal-footer__link-group:first-child {
        padding-left: 0;
    }

    .mog-en-site-footer .mog-renewal-footer__link-group:last-child {
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .mog-en-site-header .mog-renewal-header__main-inner {
        grid-template-columns: minmax(175px, 195px) minmax(210px, 250px) minmax(420px, 1fr);
        min-height: 104px;
        column-gap: 8px;
    }

    .mog-en-site-header__identity {
        min-height: 74px;
        padding: 10px 13px;
    }

    .mog-en-site-header__identity strong {
        font-size: 17px;
    }

    .mog-en-site-header__identity span {
        font-size: 13px;
    }

    .mog-en-site-header .mog-renewal-header__actions {
        gap: 6px;
    }

    .mog-en-site-header .mog-renewal-header__action {
        min-height: 64px;
        gap: 8px;
        padding: 8px 10px;
        font-size: 12px;
    }

    .mog-en-site-header .mog-renewal-header__action-badge {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 12px;
    }

    .mog-en-site-header__app-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .mog-en-site-header__action-copy .mog-renewal-header__action-label {
        font-size: 19px;
    }

    .mog-en-site-header .mog-renewal-nav__item > a,
    .mog-en-site-header .mog-renewal-nav__submenu-button {
        font-size: 12px;
    }

    .mog-en-site-footer .mog-renewal-footer__desktop-contact {
        grid-template-columns: minmax(180px, 210px) repeat(3, minmax(145px, 1fr));
    }
}


@media (max-width: 991px) {
    .mog-en-site-nav__desktop-only {
        display: none !important;
    }

    .mog-en-site-header__action-kicker {
        display: block;
    }

    .mog-en-site-header .mog-renewal-header__action {
        justify-content: flex-start;
        text-align: left;
    }

    .mog-en-site-header .mog-renewal-header__action-badge--whatsapp img {
        width: 30px;
        height: 30px;
    }

    .mog-en-site-header .mog-renewal-header__action-badge--line img {
        width: 40px;
        height: 40px;
    }

    .mog-en-site-header__action-copy .mog-renewal-header__action-label {
        font-size: 17px;
    }
}

/* English SP buyback navigation icon: orange only when selected. */
.mog-en-site-nav .mog-renewal-nav__item > a:hover .mog-en-buyback-nav-icon,
.mog-en-site-nav .mog-renewal-nav__item > a:focus-visible .mog-en-buyback-nav-icon,
.mog-en-site-nav .mog-renewal-nav__item.is-current > a .mog-en-buyback-nav-icon {
    color: #f45112;
}

/* English store cards: keep card bottoms and action buttons aligned on desktop. */
@media (min-width: 768px) {
    .mog-en-store-grid {
        align-items: stretch;
    }

    .mog-en-store-card {
        display: flex;
        height: 100%;
        flex-direction: column;
    }

    .mog-en-store-card__body {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
    }

    .mog-en-store-card__action--desktop {
        margin-top: auto;
    }
}
