/* === RESET & BASE === */
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

body {
    font-family: "Vividly-Regular", "Single Day", Helvetica, sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

@font-face {
    font-family: "Vividly-Regular";
    src: url("./Vividly-Regular.otf") format("woff2"),
         url("./Vividly-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Peperrito Ornaments Regular";
    src: url("./PeperritoOrnaments-Regular.otf") format("woff2"),
         url("./PeperritoOrnaments-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Kinan";
    src: url("./Kinan.ttf") format("woff2"),
         url("./Kinan.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family: "Vividly-Regular"; src: local("Vividly-Regular"); }
@font-face { font-family: "Single Day-Regular"; src: local("Single Day-Regular"); }
@font-face { font-family: "Kinan Regular"; src: local("Kinan-Regular"); }

/* ============================================================ */
/* ===== 📱 MOBILE SCREEN (YOUR EXACT ORIGINAL) 📱 ===== */
/* ============================================================ */
.mobile-only.details-page {
    max-width: 420px;
    margin: 0 auto;
    background-color: #fff2f6;
    overflow: hidden;
    position: relative;
    display: block;
}

.mobile-only .nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff2f6;
}
.mobile-only .back-btn {
    font-family: "Vividly-Regular", Helvetica;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    border: 2.75px solid #ff9fba;
    border-radius: 22.66px;
    padding: 8px 20px;
    background: #ffe6ed;
    transition: 0.3s;
}
.mobile-only .back-btn:hover { background: #ff9fba; color: white; }

.mobile-only .hero-details {
    text-align: center;
    padding: 40px 20px;
    background-color: #ffffff;
    margin: 0 20px;
    border-radius: 22.66px;
    border: 2.75px solid #ff9fba;
    position: relative;
}
.mobile-only .hero-details h1 {
    font-family: "Kinan";
    font-size: 37.1px;
    -webkit-text-stroke: 0.69px #000;
    margin-bottom: 10px;
}
.mobile-only .hero-details p {
    font-family: "Vividly-Regular";
    font-size: 20px;
    margin-bottom: 20px;
}
.mobile-only .cute-mascot {
    width: 140px;
    height: auto;
    margin-top: 10px;
}
.mobile-only .hero-sub {
    font-family: 'Single Day' !important;
    font-size: 16px !important;
    margin-top: 15px !important;
    color: #555 !important;
}
.mobile-only .tiny-hearts {
    position: absolute;
    font-size: 25px;
    color: #ff9fba;
}
.mobile-only .heart-left { top: -15px; left: 0px; transform: rotate(-15deg); }
.mobile-only .heart-right { bottom: -15px; right: 0px; transform: rotate(15deg); }

.mobile-only .gallery-section {
    padding: 40px 20px;
    text-align: center;
}
.mobile-only .gallery-section h2 {
    font-family: "Kinan";
    font-size: 28.2px;
    margin-bottom: 30px;
    -webkit-text-stroke: 0.69px #000;
    position: relative;
    display: inline-block;
}
.mobile-only .gallery-section h2::after {
    color: #ff9fba;
}
.mobile-only .bento-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.mobile-only .bento-item {
    background-color: #fff3f6;
    border: 2.75px solid #ff9fba;
    border-radius: 22.66px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    box-shadow: 0 4px 15px rgba(255, 159, 186, 0.2);
}
.mobile-only .bento-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-only .bento-item.large {
    grid-column: span 2;
    aspect-ratio: 2 / 1;
}
.mobile-only .bento-item .overlay-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 18px;
    border-radius: 22.66px;
    border: 2px solid #ff9fba;
    font-family: "Vividly-Regular";
    font-size: 16px;
}

.mobile-only .specialty-section {
    background-color: #fff3f6;
    margin: 20px;
    padding: 30px 20px;
    border-radius: 22.66px;
    border: 2.75px solid #ff9fba;
    text-align: center;
}
.mobile-only .specialty-section h3 {
    font-family: "Kinan";
    font-size: 26.8px;
    margin-bottom: 15px;
    -webkit-text-stroke: 0.69px #000;
}
.mobile-only .specialty-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
.mobile-only .specialty-card {
    background: white;
    padding: 15px;
    border-radius: 22.66px;
    border: 2px dashed #ff9fba;
    width: calc(50% - 15px);
    transition: 0.3s;
}
.mobile-only .specialty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(255, 159, 186, 0.3);
}
.mobile-only .specialty-card img { width: 35px; margin-bottom: 10px; }
.mobile-only .specialty-card .icon-star { width: 30px; }
.mobile-only .specialty-card h4 { font-family: "Vividly-Regular"; font-size: 18px; margin-bottom: 5px; }
.mobile-only .specialty-card p { 
    font-family: "Vividly-Regular";
    font-size: 14px; color: #555; }

.mobile-only .baking-story {
    padding: 20px;
    text-align: center;
}
.mobile-only .baking-story h2 {
    font-family: "Kinan";
    font-size: 28.2px;
    margin-bottom: 15px;
}
.mobile-only .baking-story .story-box {
    background: white;
    padding: 25px;
    border-radius: 22.66px;
    border: 2.75px solid #ff9fba;
    font-family: "Vividly-Regular";
    font-size: 17.2px;
    line-height: 1.6;
    color: #000;
}
.mobile-only .baking-story .story-box b {
    font-family: "Vividly-Regular";
}
.mobile-only .story-bold {
    font-family: 'Single Day' !important;
}
.mobile-only .baking-story .story-img {
    margin-top: 20px;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 22.66px;
    border: 2.75px solid #ff9fba;
}

.mobile-only .footer-details {
    margin-top: 40px;
    padding: 30px 20px 40px;
    text-align: center;
    background-color: #fff2f6;
    position: relative;
}
.mobile-only .footer-details .footer-cat {
    width: 100px;
    margin-bottom: 10px;
}
.mobile-only .footer-text {
    font-family: "Vividly-Regular", Helvetica;
    color: #000000;
    font-size: 15.1px;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}

/* ===== MOBILE ANIMATIONS ===== */
.mobile-only .reveal {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform, opacity;
}
.mobile-only .reveal.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.mobile-only .reveal-delay-1 { transition-delay: 0.1s; }
.mobile-only .reveal-delay-2 { transition-delay: 0.2s; }
.mobile-only .reveal-delay-3 { transition-delay: 0.3s; }
.mobile-only .reveal-delay-4 { transition-delay: 0.4s; }
.mobile-only .reveal-delay-5 { transition-delay: 0.5s; }
.mobile-only .reveal-delay-6 { transition-delay: 0.6s; }
.mobile-only .reveal-delay-7 { transition-delay: 0.7s; }
.mobile-only .reveal-delay-8 { transition-delay: 0.8s; }

.mobile-only .reveal-left {
    opacity: 0;
    transform: translateX(-60px) rotate(-2deg);
    transition: all 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .reveal-left.active {
    opacity: 1;
    transform: translateX(0) rotate(0);
}

.mobile-only .reveal-right {
    opacity: 0;
    transform: translateX(60px) rotate(2deg);
    transition: all 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .reveal-right.active {
    opacity: 1;
    transform: translateX(0) rotate(0);
}

.mobile-only .reveal-scale {
    opacity: 0;
    transform: scale(0.7) rotate(-5deg);
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mobile-only .reveal-scale.active {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.mobile-only .reveal-float {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .reveal-float.active {
    opacity: 1;
    transform: translateY(0);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(40px) scale(0.9); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.mobile-only .bento-item {
    animation: slideUp 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.mobile-only .bento-item:nth-child(1) { animation-delay: 0.1s; }
.mobile-only .bento-item:nth-child(2) { animation-delay: 0.2s; }
.mobile-only .bento-item:nth-child(3) { animation-delay: 0.3s; }
.mobile-only .bento-item:nth-child(4) { animation-delay: 0.4s; }
.mobile-only .bento-item:nth-child(5) { animation-delay: 0.5s; }

.mobile-only .specialty-card {
    animation: slideUp 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.mobile-only .specialty-card:nth-child(1) { animation-delay: 0.1s; }
.mobile-only .specialty-card:nth-child(2) { animation-delay: 0.3s; }
.mobile-only .specialty-card:nth-child(3) { animation-delay: 0.5s; }
.mobile-only .specialty-card:nth-child(4) { animation-delay: 0.7s; }

.mobile-only .back-btn {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .back-btn:hover {
    transform: translateX(-5px) scale(1.05);
}

.mobile-only .bento-item {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .bento-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(255, 159, 186, 0.3);
}
.mobile-only .bento-item .overlay-text {
    transition: all 0.4s ease;
}
.mobile-only .bento-item:hover .overlay-text {
    background: #ff9fba;
    color: white;
    transform: scale(1.05);
}

.mobile-only .specialty-card {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .specialty-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 12px 30px rgba(255, 159, 186, 0.3);
    border-color: #ff6b8a;
}

.mobile-only .story-box {
    transition: all 0.4s ease;
}
.mobile-only .story-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 159, 186, 0.2);
}
.mobile-only .story-img {
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .story-img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(255, 159, 186, 0.3);
}

@keyframes bobHeart {
    0%, 100% { transform: translateY(0) rotate(-15deg); }
    50% { transform: translateY(-8px) rotate(-10deg); }
}
.mobile-only .heart-left {
    animation: bobHeart 2.5s ease-in-out infinite;
}

@keyframes bobHeartRight {
    0%, 100% { transform: translateY(0) rotate(15deg); }
    50% { transform: translateY(-8px) rotate(10deg); }
}
.mobile-only .heart-right {
    animation: bobHeartRight 2.5s ease-in-out infinite 0.5s;
}

.mobile-only .cute-mascot {
    transition: all 0.6s ease;
    animation: float 3s ease-in-out infinite;
}

@keyframes gentlePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.mobile-only .footer-socials img {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .footer-socials img:hover {
    transform: scale(1.3) rotate(-5deg);
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #fff2f6;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff9fba, #ff6b8a);
    border-radius: 10px;
    transition: all 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff6b8a, #ff9fba);
}

body {
    animation: fadeIn 1s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.98); }
    to { opacity: 1; transform: scale(1); }
}
html {
    scroll-behavior: smooth;
}

/* ============================================================ */
/* ===== 🖥️ BRAND NEW LAPTOP/TABLET DESIGN 🖥️ ===== */
/* ============================================================ */

/* Hide laptop version on phones */
@media (max-width: 767px) {
    .desktop-wrapper { display: none !important; }
}

/* Show laptop version on tablets and laptops */
@media (min-width: 768px) {
    .mobile-only { display: none !important; }
    
    body {
        background: #ffffff;
        display: flex;
        justify-content: center;
        padding: 40px;
    }

    .desktop-wrapper {
        max-width: 1200px;
        width: 100%;
        border-radius: 40px;
        overflow: hidden;
        padding: 40px 50px 50px 50px;
        font-family: "Vividly-Regular", "Single Day", "Kinan", sans-serif;
        color: #000000;
    }

    /* ===== HEADER ===== */
    .d-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #ff9fba;
        margin-bottom: 40px;
    }
    .d-back-btn {
        font-family: "Vividly-Regular", Helvetica;
        color: #000;
        text-decoration: none;
        font-size: 18px;
        border: 2px solid #ff9fba;
        border-radius: 22.66px;
        padding: 8px 20px;
        background: #ffe6ed;
        transition: 0.3s;
    }
    .d-back-btn:hover { background: #ffdaeb; color: white; transform: scale(1.05); }
    .d-logo {
        font-family: "Kinan";
        font-size: 28px;
        color: #000000;
        -webkit-text-stroke: 0.5px #000000;
    }

    /* ===== HERO ===== */
    .d-hero { margin-bottom: 40px; }
    .d-hero-content {
        text-align: center;
        background: #ffffff;
        padding: 40px 30px;
        border-radius: 22.66px;
        position: relative;
        max-width: 600px;
        margin: 0 auto;
    }
    .d-hearts {
        position: relative;
        height: 0;
    }
    .d-heart-left, .d-heart-right {
        position: absolute;
        font-size: 30px;
        color: #ff9fba;
    }
    .d-heart-left { top: -50px; left: -10px; transform: rotate(-15deg); animation: bobHeart 2.5s ease-in-out infinite; }
    .d-heart-right { bottom: -40px; right: -10px; transform: rotate(15deg); animation: bobHeartRight 2.5s ease-in-out infinite 0.5s; }
    
    .d-hero-content h1 {
        font-family: "Kinan";
        font-size: 42px;
        -webkit-text-stroke: 0.5px #000;
        margin-bottom: 10px;
    }
    .d-hero-content p {
        font-family: "Vividly-Regular";
        font-size: 20px;
        margin-bottom: 20px;
    }
    .d-cute-mascot {
        width: 160px;
        height: auto;
        animation: float 3s ease-in-out infinite;
        margin-bottom: 10px;
    }
    .d-hero-sub {
        font-family: 'Single Day' !important;
        font-size: 16px !important;
        color: #555 !important;
    }

    /* ===== BENTO GRID ===== */
    .d-gallery-section { margin-bottom: 40px; }
    .d-gallery-title {
        font-family: "Kinan";
        font-size: 32px;
        text-align: center;
        margin-bottom: 30px;
        -webkit-text-stroke: 0.5px #000;
    }
    .d-bento-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 900px;
        margin: 0 auto;
    }
    .d-bento-item {
        background-color: #fff3f6;
        border: 2px solid #ff9fba;
        border-radius: 22.66px;
        overflow: hidden;
        position: relative;
        aspect-ratio: 1 / 1;
        box-shadow: 0 4px 15px rgba(255, 159, 186, 0.2);
        transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-bento-item:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 15px 35px rgba(255, 159, 186, 0.3);
    }
    .d-bento-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .d-bento-item.large {
        grid-column: span 2;
        aspect-ratio: 2 / 1;
    }
    .d-overlay-text {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background: rgba(255, 255, 255, 0.9);
        padding: 8px 18px;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        font-family: "Vividly-Regular";
        font-size: 16px;
        transition: all 0.4s ease;
    }
    .d-bento-item:hover .d-overlay-text {
        background: #ff9fba;
        color: white;
        transform: scale(1.05);
    }

    /* ===== SPECIALTIES ===== */
    .d-specialty-section { margin-bottom: 40px; }
    .d-specialty-title {
        font-family: "Kinan";
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
        -webkit-text-stroke: 0.5px #000;
    }
    .d-specialty-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        max-width: 800px;
        margin: 0 auto;
    }
    .d-specialty-card {
        background: #ffffff;
        padding: 25px 15px;
        border-radius: 22.66px;
        border: 2px dashed #ff9fba;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-specialty-card:hover {
        transform: translateY(-10px) scale(1.03);
        box-shadow: 0 12px 30px rgba(255, 159, 186, 0.3);
        border-color: #ff6b8a;
    }
    .d-specialty-card img { width: 40px; margin-bottom: 10px; }
    .d-specialty-card .d-icon-star { width: 35px; }
    .d-specialty-card h4 { font-family: "Vividly-Regular"; font-size: 18px; margin-bottom: 5px; }
    .d-specialty-card p { font-family: "Vividly-Regular"; font-size: 14px; color: #555; }

    /* ===== STORY ===== */
    .d-story-section { margin-bottom: 40px; }
    .d-story-title {
        font-family: "Kinan";
        font-size: 32px;
        text-align: center;
        margin-bottom: 25px;
        -webkit-text-stroke: 0.5px #000;
    }
    .d-story-layout {
        display: flex;
        gap: 40px;
        align-items: center;
        max-width: 800px;
        margin: 0 auto;
    }
    .d-story-box {
        flex: 1;
        background: #ffffff;
        padding: 30px;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        font-family: "Vividly-Regular";
        font-size: 17px;
        line-height: 1.8;
        color: #000;
        transition: all 0.4s ease;
    }
    .d-story-box:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255, 159, 186, 0.2); }
    .d-story-box b { font-family: "Vividly-Regular"; }
    .d-story-bold { font-family: 'Single Day' !important; }
    .d-story-img {
        flex: 1;
        height: 250px;
        object-fit: cover;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-story-img:hover { transform: scale(1.02); box-shadow: 0 10px 30px rgba(255, 159, 186, 0.3); }

    /* ===== FOOTER ===== */
    .d-footer {
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #ff9fba;
        margin-top: 20px;
    }
    .d-footer-cat {
        width: 120px;
        margin-bottom: 10px;
    }
    .d-footer-text {
        font-family: "Vividly-Regular", Helvetica;
        color: #000000;
        font-size: 15px;
    }
}