/* Mobile (SP) CSS - Media Queries for Smaller Screens */
@media (max-width: 768px) {

    /* =========================================
       Common Layout
       ========================================= */
    .section-inner {
        overflow: hidden;
        padding: 0 20px;
    }


    /* =========================================
       Header
       ========================================= */
    .main-header {
        width: 100%;
        max-width: 150px;
        top: 20px;
        left: 20px;
        z-index: 1000;
        padding: 0;
    }

    .header-logo {
        width: 100%;
    }

    .brand-text {
        width: 100%;
        max-width: 100%;
        display: block;
    }


    /* =========================================
       Hero Section
       ========================================= */
    .hero {
        height: auto;
    }

    .hero,
    .hero-center {
        width: 100%;
    }

    .hero-center {
        position: relative;
        margin: 240px 0 50px;
    }

    .hero-center.fade-in {
        transform: translate(0%, +30%);
    }

    .hero-center.fade-in.visible {
        transform: translate(0%, 0%);
        top: 0;
        left: auto;
    }

    .hero-logo-mark {
        margin-bottom: 15px;
    }

    .hero-logo-img {
        max-width: 166px;
    }

    .hero-title-wrap {
        padding: 20px 20px;
    }

    .hero-title-wrap p {
        font-size: 0.85rem;
    }

    .hero-title-img {
        width: 100%;
        max-width: 320px;
    }

    .hero-lead {
        position: relative;
        bottom: auto;
        right: auto;
        text-align: center;
        width: 100%;
        padding: 40px 20px;
        font-size: 1rem;
    }

    .side-nav {
        position: relative;
        bottom: 0;
        margin-bottom: 20px;
    }

    .side-nav a {
        width: 200px;
        font-size: 0.85rem;
        padding: 8px 10px 8px 16px;
    }

    .nav-icon {
        width: 15px;
        height: 15px;
        margin-right: 9px;
    }

    .nav-prev:hover,
    .nav-next:hover {
        background-color: transparent;
        border-color: #ccc;
        color: #666;
    }

    .hero-visual-sakura {
        width: 50%;
        max-width: 190px;
        right: 1px;
    }

    .sakura-branch-bg.hero {
        width: 215px;
        height: 130px;
        top: 116%;
    }

    .deco-pattern-1 {
        top: 65%;
        right: -40px;
        width: 116px;
        height: 116px;
    }

    .deco-pattern-2 {
        bottom: 10%;
        right: 40px;
        width: 86px;
        height: 86px;
    }


    /* =========================================
       Lobby Section
       ========================================= */
    #lobby.section {
        padding: 90px 0 50px;
    }

    .lobby-inner {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
    }

    .lobby-visual {
        order: 3;
        width: 100%;
        max-width: none;
        flex: 1;
    }

    .insta-badge {
        bottom: 2cqw;
        left: 4cqw;
    }

    .lobby-info {
        order: 1;
        padding: 0;
        text-align: left;
        width: 100%;
        gap: 0;
        padding: 0 20px;
    }

    .lobby-header {
        text-align: left;
    }

    .lobby-title {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }

    .lobby-subtitle {
        font-size: 0.8rem;
        margin-top: 10px;
    }

    .lobby-hr {
        margin-top: 18px;
    }

    .lobby-text {
        margin-top: 28px;
        font-size: 0.85rem;
        letter-spacing: 0.6px;
    }

    .lobby-text p {
        margin-bottom: 34px;
    }

    .lobby-nav {
        order: 2;
        margin-top: -8px;
        width: 100%;
        justify-content: flex-end;
        gap: 8px;
    }

    .nav-line {
        width: 30px;
    }

    .sakura-branch-bg.lobby {
        max-width: 124px;
        max-height: 124px;
        bottom: -74px;
    }

    /* .deco-pattern-3 is hidden on SP */
    .deco-pattern-3 {
        display: none;
    }


    /* =========================================
       Restaurant Section
       ========================================= */
    section#restaurant {
        padding-top: 90px;
        padding-bottom: 80px;
        overflow-x: hidden;
    }

    .restaurant-header {
        margin-bottom: 38px;
    }

    .restaurant-title {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .restaurant-subtitle {
        font-size: 0.8rem;
    }

    .restaurant-hr {
        width: 100%;
        border-top: 1.8px solid #D1D1D1;
    }

    .restaurant-lead {
        font-size: 0.95rem;
        letter-spacing: 0.6px;
        text-align: left;
    }

    .restaurant-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 24px;
        margin: 0;
        padding: 0;
    }

    .shop-card:hover {
        transform: none;
    }

    .shop-visual {
        width: 100%;
        height: 100%;
        min-width: 150px;
        min-height: 150px;
        margin-bottom: 14px;
    }

    .shop-decor {
        right: 0;
        left: 0;
    }

    .shop-img {
        object-fit: contain;
    }

    .shop-card:hover .shop-img {
        transform: scale(1);
    }

    .shop-info {
        padding: 0;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .shop-name {
        font-size: 0.8rem;
    }

    .shop-brand {
        width: 40%;
        justify-content: center;
    }

    .shop-brand-img {
        max-height: 40px;
        min-height: unset;
    }

    .shop-actions {
        width: 100%;
        padding: 14px 7px 7px 10px;
    }

    .shop-actions .btn-more {
        font-size: 0.9rem;
    }

    /* Restaurant Decorations */
    .restaurant-decoration-bg.deco-1 {
        right: auto;
        left: 10px;
        top: 36%;
        width: 24px;
        height: 24px;
    }

    .restaurant-decoration-bg.deco-2 {
        display: none;
        left: 10px;
        top: 300px;
        width: 40px;
        height: 40px;
    }

    .restaurant-decoration-bg.deco-3 {
        right: -46px;
        top: 48%;
        width: 88px;
        height: 88px;
    }

    .restaurant-decoration-bg.deco-4 {
        left: -50px;
        top: 70%;
        width: 88px;
        height: 88px;
    }

    .restaurant-decoration-bg.deco-5 {
        display: none;
        left: 10px;
        top: 1400px;
    }

    .restaurant-decoration-bg.deco-6 {
        right: 26px;
        top: auto;
        bottom: 6%;
        width: 42px;
        height: 42px;
    }

    .sakura-branch-bg.restaurant {
        max-width: 140px;
        max-height: 130px;
        bottom: 71px;
        right: -8px;
    }


    /* =========================================
       Stay Section
       ========================================= */
    #stay.section {
        padding-top: 78px;
        padding-bottom: 10px;
    }

    #stay .section-title {
        font-size: 1.8rem;
    }

    #stay .section-subtitle {
        font-size: 0.8rem;
    }

    #stay .section-hr {
        width: 100%;
        margin: 20px auto 24px;
    }

    #stay .section-lead {
        font-size: 0.95rem;
        text-align: left;
    }

    .stay-header {
        padding: 0 20px;
        margin-bottom: 42px;
    }

    .stay-inner {
        padding: 0;
    }

    .sakura-branch-bg.stay {
        top: 30px;
        max-width: 136px;
        max-height: 120px;
    }

    /* Plan Cards (Stay) */
    .plan-card,
    .plan-reverse {
        display: flex;
        flex-direction: column;
        margin-bottom: 48px;
    }

    .plan-content,
    .plan-reverse .plan-content {
        flex: none;
        width: 89%;
        order: 1;
        /* Text first */
        margin: 0 auto 0 0;
    }

    .plan-content {
        padding: 60px 20px 90px;
    }

    .plan-content-bg {
        border-radius: 8px;
    }

    .plan-content .plan-content-bg {
        border-radius: 0 8px 8px 0;
    }

    .plan-reverse .plan-content {
        margin: 0 0 0 auto;
        padding: 30px 0 90px 20px;
    }

    .plan-reverse .plan-content .plan-content-bg {
        border-radius: 8px 0 0 8px;
    }

    .plan-content-inner {
        width: 100%;
        gap: 0;
        padding-right: 0;
    }

    .plan-reverse .plan-content-inner {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .plan-title {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .plan-desc {
        font-size: 0.95rem;
        letter-spacing: 0.6px;
        margin-bottom: 18px;
    }

    .plan-period {
        font-size: 0.95rem;
        margin-bottom: 35px;
    }

    .plan-actions {
        width: 100%;
        padding: 0 8px 9px 7px;
    }

    .plan-actions .btn-more {
        font-size: 0.95rem;
    }

    .plan-reverse .plan-actions {
        width: 93%;
    }

    .plan-visual,
    .plan-reverse .plan-visual {
        margin: -44px 0 0 20px;
        width: 100%;
        padding: 0 20px;
        flex: none;
        order: 2;
        /* Image second */
    }

    .plan-reverse .plan-visual {
        margin: -42px 0 0px -21px;
    }

    .plan-img {
        height: auto;
        min-height: 250px;
        border-radius: 16px 0 0 16px;
    }

    .plan-reverse .plan-img {
        border-radius: 0 16px 16px 0;
    }

    .plan-badge {
        width: 78px;
        height: 78px;
        top: 16px;
        left: 32px;
    }

    .plan-reverse .plan-badge {
        left: auto;
        right: 40px;
        top: 12px;
    }

    .deco-pattern-5 {
        display: none;
    }


    /* =========================================
       Salon Escoffier Section
       ========================================= */
    #salon.section {
        padding: 80px 0 55px;
        background: linear-gradient(to bottom, #3E6974 65%, #8FA2A7 65%);
    }

    .salon-inner {
        overflow: hidden;
        flex-direction: column;
        padding: 0 20px;
        gap: 0;
    }

    .salon-content {
        padding: 0;
        margin-bottom: 56px;
        order: 1;
    }

    .salon-title {
        font-size: 1.8rem;
    }

    .salon-subtitle {
        font-size: 0.8rem;
    }

    .salon-lead {
        font-size: 0.95rem;
        letter-spacing: 0.6px;
        margin-bottom: 40px;
    }

    .salon-plan-box {
        padding: 44px 24px 30px;
    }

    .salon-plan-box .plan-title {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 34px;
    }

    .salon-plan-box .plan-desc {
        margin-bottom: 12px;
    }

    .salon-plan-box .plan-period {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .salon-plan-box .plan-actions {
        width: 100%;
        padding: 0 8px 9px 7px;
        border-bottom: none;
    }

    .salon-plan-box .btn-more-white {
        font-size: 0.95rem;
        padding-bottom: 7px;
    }

    .salon-visuals {
        order: 2;
        width: 100%;
        gap: 24px;
    }

    .salon-img-main {
        width: 100%;
        height: auto;
    }

    .salon-img-sub {
        width: 70%;
        height: auto;
        position: relative;
        left: auto;
        right: auto;
    }

    .salon-bg-accent {
        width: 100%;
        height: 35%;
        top: auto;
        bottom: 0;
    }

    .salon-deco-bottom {
        width: 100px;
        height: 100px;
        right: 54px;
        bottom: 44px;
        z-index: 2;
    }

    .salon-deco-top {
        display: none;
    }

    .sakura-branch-bg.salon {
        width: 200px;
        height: 120px;
        top: auto;
        bottom: 274px;
        right: -25px;
    }


    /* =========================================
       Spa Treatment Section
       ========================================= */
    #spa.section {
        padding: 20px 0 28px;
        background: linear-gradient(to bottom, #A5916A 69%, #D7C398 69%);
    }

    .spa-inner {
        flex-direction: column;
        overflow: hidden;
        padding: 0 20px;
    }

    .spa-content {
        padding: 0;
        margin-bottom: 60px;
        order: 1;
    }

    .spa-title {
        font-size: 1.8rem;
    }

    .spa-subtitle {
        font-size: 0.8rem;
    }

    .spa-lead {
        font-size: 0.95rem;
        margin-bottom: 40px;
    }

    .spa-plan-box {
        padding: 39px 22px 30px;
    }

    .spa-plan-box .plan-title {
        font-size: 1.2rem;
        line-height: 1.7;
        margin-bottom: 32px;
    }

    .spa-plan-box .plan-desc {
        font-size: 0.9rem;
        margin-bottom: 18px;
    }

    .spa-plan-box .plan-period {
        font-size: 0.95rem;
        letter-spacing: 0.6px;
    }

    .spa-plan-box .plan-actions {
        width: 100%;
        border-bottom: none;
        padding: 0 3px 9px 10px;
    }

    .spa-plan-box .btn-more-white {
        font-size: 0.95rem;
        letter-spacing: 0.6px;
        padding-bottom: 8px;
    }

    .spa-visuals {
        order: 2;
        padding: 0;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .spa-img-main {
        width: 100%;
        max-width: unset;
        height: auto;
        position: relative;
        left: auto;
        right: auto;
    }

    .spa-img-sub {
        width: 70%;
        height: auto;
        position: relative;
        left: 0;
        right: auto;
        margin: 0 0 0 auto;
    }



    .sakura-branch-bg.spa {
        width: 240px;
        height: 130px;
        top: auto;
        bottom: 240px;
        z-index: 3;
    }

    .deco-pattern-7 {
        width: 100px;
        height: 100px;
        bottom: 55px;
        left: 55px;
        z-index: 3;
    }


    /* =========================================
       Footer Section
       ========================================= */
    .footer {
        padding: 52px 0 46px;
    }

    .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: left;
        gap: 30px;
        padding: 0 20px;
    }

    .footer-brand {
        font-size: 1.8rem;
        margin-bottom: 18px;
        width: 200px;
    }

    .footer-brand a {
        width: 100%;
    }

    .footer-brand a img {
        width: 100%;
    }

    .footer-contact {
        font-size: 1rem;
        letter-spacing: 0.6px;
    }

    .footer-right {
        position: fixed;
        left: auto;
        margin: 0;
        right: 16px;
        bottom: 20px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease;
        z-index: 100;
    }

    .footer-bottom {
        padding-top: 28px;
    }

    /* Top Text defined in mobile only? Check main.css.
       .top-text was in main.css inside footer.
       mobile.css had font-size .7rem override.
       I need to make sure I included it in my new mobile.css
    */
    .top-text {
        font-size: 0.7rem;
    }

    .copyright {
        font-size: 0.65rem;
        letter-spacing: 0.5px;
    }

    .btn-top,
    .btn-top:hover {
        width: 65px;
        height: 65px;
        border: 1px solid var(--white, #FFF);
        background-color: #D88898;
        opacity: 1;
    }

    .top-arrow {
        font-size: 1.2rem;
    }
}

@media (min-width: 769px) and (max-width: 1080px) {
    .sakura-branch-bg.salon{
        bottom: 25%;
    }
}