* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    background-color: #fffaf8;
    color: #5c414a;
    line-height: 1.65;
}

img {
    display: block;
    width: 100%;
}

a {
    color: inherit;
}


/* =============================
   NAVIGATION
============================= */

header {
    position: sticky;
    top: 0;
    z-index: 1000;

    background: rgba(255, 250, 248, 0.96);

    border-bottom: 1px solid #f4dfe5;

    backdrop-filter: blur(12px);
}

.navbar {
    max-width: 1320px;

    margin: 0 auto;
    padding: 17px 28px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.logo {
    font-family: "Pacifico", cursive;

    font-size: 27px;
    font-weight: 400;

    color: #c9647f;

    text-decoration: none;

    white-space: nowrap;
}

.nav-links {
    display: flex;
    align-items: center;

    gap: 28px;
}

.nav-links a {
    position: relative;

    color: #664953;

    text-decoration: none;

    font-size: 15px;
    font-weight: 600;

    transition: 0.25s;
}

.nav-links a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -5px;

    width: 0;
    height: 2px;

    background: #d97891;

    transition: 0.25s;
}

.nav-links a:hover {
    color: #c9647f;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-order-button {
    padding: 10px 19px;

    background: #d97891;
    color: white;

    border-radius: 999px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    box-shadow: 0 7px 18px rgba(200, 95, 125, 0.2);

    transition: 0.25s;
}

.nav-order-button:hover {
    background: #bf627b;

    transform: translateY(-2px);
}


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

.hero {
    position: relative;

    min-height: 700px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    text-align: center;

    background: #6b4756;
}

.hero-slide {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;

    opacity: 0;

    transform: scale(1.03);

    transition:
        opacity 1.5s ease-in-out,
        transform 7s ease;

    z-index: 0;
}

.hero-slide.active {
    opacity: 1;

    transform: scale(1.08);
}

.hero-overlay {
    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            135deg,
            rgba(70, 39, 51, 0.66),
            rgba(110, 68, 84, 0.42)
        );
}

.hero-content {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 920px;

    padding: 100px 30px;
}

.eyebrow,
.section-label {
    margin-bottom: 13px;

    color: #cf718a;

    font-size: 12px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 3.2px;
}

.hero .eyebrow {
    color: #ffd7e1;
}

.hero h1 {
    font-family: "Playfair Display", serif;

    max-width: 850px;

    margin: 0 auto 24px;

    color: white;

    font-size: clamp(48px, 7vw, 78px);

    line-height: 1.05;

    text-shadow:
        0 5px 30px rgba(42, 20, 29, 0.3);
}

.hero h1 span {
    font-family: "Pacifico", cursive;

    display: inline-block;

    color: #ffd4df;

    font-weight: 400;
}

.hero-description {
    max-width: 690px;

    margin: 0 auto;

    color: rgba(255,255,255,0.93);

    font-size: 19px;
}

.hero-buttons {
    margin-top: 35px;

    display: flex;
    justify-content: center;

    gap: 14px;

    flex-wrap: wrap;
}

.primary-button,
.secondary-button,
.email-button {
    display: inline-block;

    padding: 14px 27px;

    border-radius: 999px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 800;

    transition: 0.25s;
}

.primary-button {
    background: #d97891;
    color: white;

    box-shadow:
        0 10px 25px rgba(174, 78, 105, 0.3);
}

.primary-button:hover {
    background: #bd617a;

    transform: translateY(-3px);
}

.secondary-button {
    background: white;
    color: #aa536c;
}

.secondary-button:hover {
    background: #fff0f4;

    transform: translateY(-3px);
}

.hero-badge {
    position: absolute;

    z-index: 3;

    right: 40px;
    bottom: 35px;

    padding: 12px 18px;

    background: rgba(255,250,248,0.94);

    color: #714d59;

    border-radius: 20px;

    font-weight: 700;

    box-shadow:
        0 8px 25px rgba(58,29,38,0.18);
}


/* =============================
   INTRO
============================= */

.intro {
    max-width: 850px;

    margin: 0 auto;

    padding: 95px 30px;

    text-align: center;
}

.intro h2,
.section-heading h2,
.order-text h2,
.about-inner h2 {
    font-family: "Playfair Display", serif;

    color: #704d59;

    line-height: 1.15;
}

.intro h2 {
    margin-bottom: 18px;

    font-size: clamp(36px, 5vw, 50px);
}

.intro-text {
    max-width: 700px;

    margin: 0 auto;

    color: #897078;

    font-size: 17px;
}


/* =============================
   SECTION HEADINGS
============================= */

.section-heading {
    margin-bottom: 45px;

    text-align: center;
}

.section-heading h2 {
    margin-bottom: 12px;

    font-size: clamp(40px, 5vw, 52px);
}

.section-heading > p:last-child {
    color: #897078;
}


/* =============================
   FAVORITE TREATS
============================= */

.featured {
    max-width: 1600px;

    margin: 0 auto;

    padding: 15px 35px 110px;
}

.treat-grid {
    display: grid;

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

    gap: 24px;
}

.treat-card {
    overflow: hidden;

    display: flex;
    flex-direction: column;

    min-width: 0;

    background: white;

    border: 1px solid #f4e1e6;

    border-radius: 27px;

    box-shadow:
        0 12px 35px rgba(113,63,77,0.09);

    transition:
        transform 0.3s,
        box-shadow 0.3s;
}

.treat-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 20px 45px rgba(113,63,77,0.15);
}

.image-wrapper {
    position: relative;

    overflow: hidden;

    height: 270px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s;
}

.treat-card:hover .image-wrapper img {
    transform: scale(1.05);
}

.image-tag {
    position: absolute;

    left: 16px;
    bottom: 16px;

    padding: 7px 13px;

    background: rgba(255,250,248,0.94);

    color: #b65b73;

    border-radius: 999px;

    font-size: 12px;
    font-weight: 800;

    box-shadow:
        0 5px 15px rgba(50,30,36,0.08);
}

.seasonal-tag {
    background: #fff0f4;

    color: #c45e78;
}

.treat-card-content {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding: 24px 23px 28px;
}

.treat-card-content h3 {
    margin-bottom: 8px;

    font-family: "Playfair Display", serif;

    color: #714d59;

    font-size: 23px;
}

.treat-card-content p {
    margin-bottom: 18px;

    color: #8b747b;

    font-size: 15px;
}

.treat-card-content a {
    margin-top: auto;

    color: #ca6981;

    font-weight: 700;

    text-decoration: none;

    font-size: 14px;
}

.treat-card-content a:hover {
    color: #a94c64;
}


/* =============================
   WHY US
============================= */

.why-us {
    padding: 80px 30px;

    background:
        linear-gradient(
            180deg,
            #fff3f6,
            #fff9f8
        );

    border-top: 1px solid #f7e5ea;
    border-bottom: 1px solid #f7e5ea;
}

.why-grid {
    max-width: 1100px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 22px;
}

.why-card {
    padding: 29px 22px;

    text-align: center;
}

.why-icon {
    width: 63px;
    height: 63px;

    margin: 0 auto 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffe7ed;

    border-radius: 50%;

    font-size: 28px;
}

.why-card h3 {
    margin-bottom: 8px;

    font-family: "Playfair Display", serif;

    color: #714d59;

    font-size: 21px;
}

.why-card p {
    color: #8c747c;

    font-size: 14px;
}


/* =============================
   MENU
============================= */

.menu-section {
    padding: 105px 30px;

    background:
        radial-gradient(
            circle at top left,
            rgba(255,220,228,0.6),
            transparent 35%
        ),
        #f9edf1;
}

.menu-grid {
    max-width: 1100px;

    margin: 0 auto;

    display: grid;

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

    gap: 25px;
}

.menu-card {
    padding: 30px;

    background: rgba(255,255,255,0.96);

    border: 1px solid #f2dce2;

    border-radius: 26px;

    box-shadow:
        0 10px 28px rgba(115,66,80,0.07);

    transition:
        transform 0.25s,
        box-shadow 0.25s;
}

.menu-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 16px 34px rgba(115,66,80,0.11);
}

.wide-card {
    grid-column: span 2;
}

.menu-card-top {
    margin-bottom: 20px;

    padding-bottom: 18px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;

    border-bottom: 2px dashed #efd2da;
}

.menu-icon {
    margin-bottom: 5px;

    font-size: 25px;
}

.menu-card h3 {
    font-family: "Playfair Display", serif;

    color: #714d59;

    font-size: 25px;
}

.price-badge {
    flex-shrink: 0;

    padding: 7px 13px;

    background: #fff0f4;
    color: #c3627b;

    border-radius: 999px;

    font-size: 13px;
    font-weight: 800;
}

.menu-list {
    display: grid;

    gap: 9px;
}

.menu-list p {
    color: #735f66;
}

.menu-list p::before {
    content: "♡";

    margin-right: 9px;

    color: #db8299;
}

.price-list {
    display: grid;
}

.price-row {
    padding: 13px 0;

    display: flex;
    justify-content: space-between;

    gap: 25px;

    border-bottom: 1px dashed #ead8dd;
}

.price-row:last-child {
    border-bottom: none;
}

.price-row span {
    color: #68555b;

    font-weight: 600;
}

.price-row strong {
    flex-shrink: 0;

    color: #c36079;

    text-align: right;
}

.price-row small {
    margin-top: 2px;

    display: block;

    color: #9b858c;

    font-weight: 400;
}

.gift-card {
    background:
        linear-gradient(
            135deg,
            #fff,
            #fff7f9
        );
}

.special-note {
    margin-top: 20px;

    padding: 14px 17px;

    background: #fff0f4;

    color: #b95a73;

    border-radius: 15px;

    font-weight: 700;

    text-align: center;
}


/* =============================
   ORDER
============================= */

.order-section {
    padding: 105px 30px;

    background: #fffaf8;
}

.order-content {
    max-width: 1100px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}

.order-text h2 {
    margin-bottom: 18px;

    font-size: clamp(40px,5vw,52px);
}

.order-text > p:not(.section-label) {
    margin-bottom: 14px;

    color: #867078;
}

.contact-buttons {
    margin-top: 28px;

    display: flex;
    flex-wrap: wrap;

    gap: 12px;
}

.email-button {
    background: #fff0f4;
    color: #b75972;
}

.email-button:hover {
    background: #f8dfe6;

    transform: translateY(-3px);
}

.order-options {
    display: grid;

    gap: 18px;
}

.order-option {
    padding: 22px;

    display: flex;
    align-items: flex-start;

    gap: 17px;

    background: white;

    border: 1px solid #f1dce2;

    border-radius: 21px;

    box-shadow:
        0 8px 24px rgba(108,64,78,0.07);
}

.order-option-icon {
    flex-shrink: 0;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff0f4;

    border-radius: 15px;

    font-size: 25px;
}

.order-option h3 {
    margin-bottom: 4px;

    font-family: "Playfair Display", serif;

    color: #704d59;

    font-size: 20px;
}

.order-option p {
    color: #8a747b;

    font-size: 14px;
}


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

.about-section {
    position: relative;

    padding: 105px 30px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #6b4756,
            #8c5b6c
        );

    color: white;

    text-align: center;
}

.about-inner {
    position: relative;

    z-index: 2;

    max-width: 780px;

    margin: 0 auto;
}

.about-decoration {
    margin-bottom: 8px;

    font-size: 43px;
}

.light-label {
    color: #ffc7d6;
}

.about-inner h2 {
    margin-bottom: 22px;

    color: white;

    font-size: clamp(40px,5vw,53px);
}

.about-inner > p:not(.section-label) {
    margin-bottom: 14px;

    color: rgba(255,255,255,0.88);

    font-size: 17px;
}


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

footer {
    padding: 52px 30px 24px;

    background: #46303a;

    color: white;
}

.footer-inner {
    max-width: 1100px;

    margin: 0 auto 35px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;
}

.footer-brand h2 {
    margin-bottom: 4px;

    font-family: "Pacifico", cursive;

    color: #ffd0dc;

    font-size: 29px;
    font-weight: 400;
}

.footer-brand p {
    color: rgba(255,255,255,0.7);

    font-size: 14px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;

    gap: 20px;
}

.footer-links a {
    color: #f8bbc9;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;
}

.footer-links a:hover {
    color: white;
}

.footer-bottom {
    max-width: 1100px;

    margin: 0 auto;

    padding-top: 22px;

    display: flex;
    justify-content: space-between;

    gap: 20px;

    border-top: 1px solid rgba(255,255,255,0.12);

    color: rgba(255,255,255,0.52);

    font-size: 12px;
}


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

@media (max-width: 900px) {

    .nav-links {
        display: none;
    }

    .treat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .menu-grid {
        grid-template-columns: 1fr;
    }

    .wide-card {
        grid-column: span 1;
    }

    .order-content {
        grid-template-columns: 1fr;

        gap: 45px;
    }

}


/* =============================
   MOBILE
============================= */

@media (max-width: 600px) {

    .navbar {
        padding: 14px 18px;
    }

    .logo {
        font-size: 21px;
    }

    .nav-order-button {
        padding: 8px 13px;

        font-size: 12px;
    }

    .hero {
        min-height: 630px;
    }

    .hero-content {
        padding: 85px 20px;
    }

    .hero h1 {
        font-size: 45px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;

        align-items: center;
    }

    .primary-button,
    .secondary-button,
    .email-button {
        width: 100%;
        max-width: 310px;

        text-align: center;
    }

    .hero-badge {
        right: 18px;
        bottom: 18px;

        font-size: 12px;
    }

    .intro {
        padding: 75px 20px;
    }

    .featured,
    .menu-section,
    .order-section,
    .about-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .treat-grid {
        grid-template-columns: 1fr;
    }

    .image-wrapper {
        height: 290px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .menu-card {
        padding: 24px 21px;
    }

    .menu-card-top {
        align-items: flex-start;

        flex-direction: column;
    }

    .price-row {
        flex-direction: column;

        gap: 3px;
    }

    .price-row strong {
        text-align: left;
    }

    .footer-inner {
        flex-direction: column;

        align-items: flex-start;
    }

    .footer-bottom {
        flex-direction: column;

        gap: 7px;
    }

}
