:root {
    --cream: #f5efd9;
    --brown: #82662e;
    --brown-dark: #503815;
    --pink: #d53289;
    --pink-deep: #9c2777;
    --pink-soft: #ef9dca;
    --lavender: #d7b8eb;
    --white: #fffdf7;
    --shadow: 0 24px 60px rgba(92, 58, 26, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
    margin: 0;
    background:
        radial-gradient(circle at 10% 12%, rgba(239, 157, 202, 0.38) 0 5px, transparent 6px),
        radial-gradient(circle at 90% 22%, rgba(130, 102, 46, 0.12) 0 4px, transparent 5px),
        var(--cream);
    background-size: 72px 72px, 84px 84px, auto;
    color: var(--brown-dark);
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link {
    position: fixed; top: -80px; left: 1rem; z-index: 100;
    padding: .75rem 1rem; border-radius: 0 0 12px 12px;
    background: var(--brown-dark); color: #fff; transition: top .2s;
}
.skip-link:focus { top: 0; }

.hero {
    position: relative; min-height: 540px; overflow: hidden;
    background:
        linear-gradient(105deg, rgba(157, 39, 119, .96) 0 35%, rgba(213, 50, 137, .9) 35% 42%, transparent 42%),
        linear-gradient(90deg, transparent 0 56%, rgba(245, 239, 217, .3) 100%),
        url('../../img/menu-v2/crepe-sucree.jpg') center right 13% / min(720px, 58vw) auto no-repeat,
        var(--cream);
}
.hero::after {
    content: ''; position: absolute; inset: auto -4% -100px 25%; height: 220px;
    border-radius: 50% 50% 0 0; background: var(--cream); transform: rotate(-3deg);
}
.hero-inner {
    position: relative; z-index: 2; width: min(1180px, calc(100% - 2rem));
    margin: 0 auto; padding: 58px 0 130px;
}
.brand-logo {
    width: min(270px, 60vw); margin-bottom: 1.4rem;
    filter: drop-shadow(0 8px 16px rgba(81, 15, 60, .15));
}
.hero-kicker {
    margin: 0 0 .35rem; color: #ffe4f4; font-size: .79rem; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase;
}
.hero h1 {
    width: min(530px, 50vw); margin: 0; color: #fff;
    font-family: 'Pacifico', cursive; font-size: clamp(2.6rem, 5vw, 5.2rem);
    font-weight: 400; line-height: 1.08; text-shadow: 0 7px 18px rgba(69, 20, 52, .2);
}
.hero-copy {
    width: min(520px, 48vw); margin: 1.2rem 0 1.6rem;
    color: #fff7fc; font-size: 1rem; font-weight: 500;
    background: #9d2c78ab;
    padding: 5px;
    border-radius: 5px;
}
.contact-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.contact-row a {
    padding: .72rem 1rem; border: 1px solid rgba(255, 255, 255, .48); border-radius: 999px;
    background: rgba(255, 255, 255, .15); color: #fff; font-size: .82rem; font-weight: 700;
    text-decoration: none; backdrop-filter: blur(8px);
}
.contact-row a:hover, .contact-row a:focus-visible { background: #fff; color: var(--pink-deep); }
.hero-orb {
    position: absolute; z-index: 1; border-radius: 46% 54% 57% 43% / 43% 50% 50% 57%; opacity: .82;
}
.hero-orb-one { top: 35px; right: 42%; width: 170px; height: 125px; background: var(--lavender); transform: rotate(24deg); }
.hero-orb-two { right: 2%; bottom: 40px; width: 210px; height: 150px; background: var(--pink-soft); transform: rotate(-18deg); }

.category-nav { position: sticky; top: 0; z-index: 20; margin-top: -45px; padding: 0 1rem; }
.category-nav-inner {
    display: flex; width: min(1120px, 100%); margin: 0 auto; padding: .55rem; overflow-x: auto;
    border: 1px solid rgba(130, 102, 46, .16); border-radius: 22px;
    background: rgba(255, 253, 247, .92); box-shadow: 0 10px 35px rgba(80, 56, 21, .11);
    scrollbar-width: none; backdrop-filter: blur(12px);
}
.category-nav-inner::-webkit-scrollbar { display: none; }
.category-nav a {
    flex: 0 0 auto; padding: .72rem .9rem; border-radius: 16px; color: var(--brown);
    font-size: .76rem; font-weight: 800; text-decoration: none; text-transform: uppercase;
}
.category-nav a:hover, .category-nav a:focus-visible { background: var(--pink); color: #fff; }

.menu-shell { width: min(1240px, calc(100% - 2rem)); margin: 0 auto; padding: 92px 0 30px; }
.menu-section {
    display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.65fr);
    margin-bottom: 84px; overflow: hidden; border: 1px solid rgba(130, 102, 46, .14);
    border-radius: 42px; background: rgba(255, 253, 247, .86); box-shadow: var(--shadow);
}
.menu-section.is-reversed { grid-template-columns: minmax(0, 1.65fr) minmax(300px, .82fr); }
.menu-section.is-reversed .photo-panel { grid-column: 2; }
.menu-section.is-reversed .menu-panel { grid-column: 1; grid-row: 1; }

.photo-panel {
    position: relative; min-height: 100%; overflow: hidden;
    background: linear-gradient(145deg, var(--lavender), var(--pink-soft));
}
.photo-panel::before {
    content: ''; position: absolute; z-index: 2; inset: auto -30px -35px auto;
    width: 170px; height: 170px; border-radius: 48% 52% 42% 58%; background: rgba(213, 50, 137, .72);
}
.photo-panel > img { width: 100%; height: auto; min-height: 470px; object-fit: cover; object-position: center; }
.photo-panel.photo-pair { display: grid; grid-template-rows: 1fr 1fr; }
.photo-panel.photo-pair > img { min-height: 300px; }
.photo-script {
    position: absolute; z-index: 3; bottom: 28px; left: 24px; max-width: calc(100% - 48px);
    padding: .6rem 1rem .75rem; border: 2px solid rgba(255, 255, 255, .7); border-radius: 999px;
    background: rgba(180, 31, 116, .88); box-shadow: 0 8px 20px rgba(76, 18, 53, .24);
    color: #fff; font-family: 'Pacifico', cursive; font-size: clamp(1rem, 2vw, 1.45rem); line-height: 1.2;
}
.menu-panel { padding: clamp(2rem, 4vw, 3.8rem); }
.section-heading { margin-bottom: 1.9rem; }
.section-heading > p, .extras-kicker, .drink-subtitle {
    margin: 0 0 .25rem; color: var(--pink-deep); font-size: .74rem; font-weight: 800;
    letter-spacing: .16em; text-transform: uppercase;
}
.section-heading h2, .extras h2 {
    margin: 0; color: var(--brown); font-family: 'Pacifico', cursive;
    font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 400; line-height: 1.14;
}
.section-note {
    margin-top: .8rem; padding: .7rem .9rem; border-left: 4px solid var(--pink);
    background: rgba(239, 157, 202, .16); color: var(--brown); font-size: .82rem; font-weight: 600;
}
.item-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.35rem 2rem; }
.item-grid.single-column { grid-template-columns: 1fr; }
.menu-item { min-width: 0; }
.item-heading { display: flex; align-items: baseline; gap: .7rem; border-bottom: 1px solid rgba(130, 102, 46, .52); }
.item-heading h3 {
    min-width: 0; margin: 0; color: var(--brown); font-size: .94rem;
    font-weight: 800; line-height: 1.25; text-transform: uppercase;
}
.item-heading span { margin-left: auto; color: var(--brown); font-size: .98rem; font-weight: 800; white-space: nowrap; }
.item-fr, .item-en { margin: .48rem 0 0; font-size: .75rem; line-height: 1.45; }
.item-fr { color: #654d2c; font-weight: 500; }
.item-en { margin-top: .12rem; color: #8b7350; font-size: .7rem; }
.item-badge {
    display: inline-block; margin-top: .55rem; padding: .28rem .6rem; border-radius: 999px;
    background: var(--lavender); color: var(--brown-dark); font-size: .63rem; font-weight: 800; text-transform: uppercase;
}
.choice-list { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .6rem; }
.choice-list span {
    padding: .28rem .56rem; border-radius: 999px; background: rgba(213, 50, 137, .11);
    color: var(--pink-deep); font-size: .65rem; font-weight: 700;
}

.extras {
    display: grid; grid-template-columns: .8fr 1.4fr; gap: 2rem; align-items: center;
    margin: -35px 0 84px; padding: 2rem clamp(1.5rem, 4vw, 3.5rem);
    border: 2px solid var(--brown); border-radius: 34px; background: rgba(255, 253, 247, .9);
}
.extras h2 { font-family: 'Montserrat', Arial, sans-serif; font-size: clamp(1.35rem, 2.6vw, 2rem); font-weight: 800; }
.extras h2 strong {
    display: inline-block; padding: .18rem .65rem; border-radius: 999px;
    background: var(--pink); color: #fff; white-space: nowrap;
}
.extras ul {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem 1rem; margin: 0; padding: 0; list-style: none;
}
.extras li { position: relative; padding-left: 1.1rem; color: #6b512d; font-size: .75rem; font-weight: 600; }
.extras li::before { content: '♥'; position: absolute; left: 0; color: var(--pink); }

.drinks-section { margin-bottom: 84px; }
.section-heading.centered { text-align: center; }
.drink-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.drink-card {
    overflow: hidden; border: 1px solid rgba(130, 102, 46, .14); border-radius: 36px;
    background: rgba(255, 253, 247, .88); box-shadow: var(--shadow);
}
.drink-card > img { width: 100%; height: 270px; object-fit: cover; object-position: center; }
.drink-card.no-photo { grid-column: 1 / -1; }
.drink-card.no-photo .drink-items { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.drink-content { padding: 1.7rem; }
.drink-content > h3 {
    margin: 0 0 1.4rem; color: var(--brown); font-family: 'Pacifico', cursive;
    font-size: 2rem; font-weight: 400;
}
.drink-items { display: grid; gap: 1.1rem; }
.oblea-section { grid-template-columns: minmax(340px, .92fr) minmax(0, 1.1fr); }

footer {
    position: relative; overflow: hidden; padding: 65px 1rem 55px;
    background: var(--pink-deep); color: #fff; text-align: center;
}
footer::before {
    content: ''; position: absolute; top: -80px; left: -5%; width: 110%; height: 130px;
    border-radius: 0 0 50% 50%; background: var(--cream);
}
footer img { width: 175px; margin: 0 auto 1rem; /*filter: brightness(0) invert(1); */}
footer p { margin: .3rem 0 1rem; font-size: .86rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem 1.3rem; }
.footer-links a { color: #fff; font-size: .8rem; font-weight: 700; }

@media (max-width: 920px) {
    .hero {
        min-height: 620px;
        background:
            linear-gradient(180deg, rgba(156, 39, 119, .97) 0 52%, rgba(213, 50, 137, .82) 52% 60%, transparent 60%),
            url('../../img/menu-v2/crepe-sucree.jpg') center bottom 18% / 560px auto no-repeat,
            var(--cream);
    }
    .hero-inner { padding-top: 42px; }
    .hero h1, .hero-copy { width: min(620px, 100%); }
    .menu-section, .menu-section.is-reversed, .oblea-section { grid-template-columns: 1fr; }
    .menu-section.is-reversed .photo-panel, .menu-section.is-reversed .menu-panel { grid-column: 1; }
    .menu-section.is-reversed .photo-panel { grid-row: 1; }
    .menu-section.is-reversed .menu-panel { grid-row: 2; }
    .photo-panel > img { height: 390px; min-height: 390px; }
    .photo-panel.photo-pair { grid-template-columns: 1fr; grid-template-rows: 1fr; }
    .photo-panel.photo-pair > img { height: 340px; min-height: 340px; }
    .drink-card.no-photo .drink-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .hero {
        min-height: 590px;
        background:
            linear-gradient(180deg, rgba(156, 39, 119, .98) 0 61%, rgba(213, 50, 137, .68) 61% 67%, transparent 67%),
            url('../../img/menu-v2/crepe-sucree.jpg') center bottom 10% / 440px auto no-repeat,
            var(--cream);
    }
    .hero-inner { width: min(100% - 2rem, 520px); padding: 34px 0 145px; }
    .brand-logo { width: 205px; }
    .hero h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
    .hero-copy { font-size: .86rem; }
    .contact-row { display: grid; justify-items: start; }
    .category-nav { margin-top: -32px; }
    .category-nav-inner { border-radius: 18px; }
    .category-nav a { padding: .62rem .75rem; font-size: .68rem; }
    .menu-shell { width: min(100% - 1rem, 560px); padding-top: 70px; }
    .menu-section { margin-bottom: 55px; border-radius: 28px; }
    .photo-panel > img { height: 320px; min-height: 320px; }
    .photo-panel.photo-pair > img { height: 240px; min-height: 240px; }
    .photo-script { bottom: 18px; left: 16px; }
    .menu-panel { padding: 1.6rem 1.15rem 2rem; }
    .section-heading { margin-bottom: 1.5rem; }
    .item-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .item-heading h3 { font-size: .87rem; }
    .item-fr, .item-en { font-size: .72rem; }
    .extras { grid-template-columns: 1fr; margin: -15px 0 55px; border-radius: 26px; }
    .extras ul { grid-template-columns: 1fr; }
    .drink-groups { grid-template-columns: 1fr; }
    .drink-card, .drink-card.no-photo { grid-column: auto; border-radius: 28px; }
    .drink-card.no-photo .drink-items { grid-template-columns: 1fr; }
    .drink-card > img { height: 250px; }
    .drink-content { padding: 1.45rem 1.15rem 1.8rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
