:root {
    --bg: #f7f3ec;
    --paper: #fcfaf6;
    --card: #f4efe7;
    --card-strong: #e8efe4;
    --text: #1f3a2a;
    --muted: #5e6f61;
    --line: #d9d2c5;
    --accent: #2f5e3d;
    --accent-2: #6e8b61;
    --shadow: 0 12px 30px rgba(31, 58, 42, 0.08);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
}

.container {
    width: min(1100px, calc(100% - 24px));
    margin: 0 auto;
}

/* HERO */
.hero {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
}

.hero-stage {
    position: relative;
    width: min(1240px, calc(100% - 24px));
    height: 340px;
    margin: 0 auto;
}

.hero-art {
    position: absolute;
    inset: 0;
    background: url("./assets/hero.png") center center / contain no-repeat;
}

.hero-copy {
    position: absolute;
    left: clamp(80px, 25vw, 400px);
    top: 50%;
    transform: translateY(-50%);
    max-width: 420px;
    z-index: 1;
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.leaf-mark {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(47, 94, 61, 0.08);
    color: var(--accent);
    font-size: 1.2rem;
}

.brand-name {
    font-family: Georgia, serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1;
}

.brand-sub {
    margin-top: 4px;
    color: var(--muted);
    font-size: 1rem;
}

.hero h1 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: clamp(3.2rem, 6vw, 5rem);
    line-height: 0.95;
    color: var(--text);
}

.hero-subtitle {
    margin: 14px 0 0;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    color: var(--accent-2);
}


.brand-kicker {
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    color: var(--accent);
    margin: 0 0 10px;
}

.hero h1 {
    font-family: Georgia, serif;
    font-size: 3rem;
    margin: 0;
}

.hero-text {
    margin-top: 10px;
    color: var(--muted);
}

/* TOOLBAR */
.toolbar {
    position: sticky;
    top: 0;
    background: rgba(247, 243, 236, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}

.toolbar-top {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: var(--muted);
    padding: 10px 0;
}

/* DAY TABS */
.day-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.day-tab {
    background: #ece7dd;
    border: none;
    padding: 12px 16px;
    border-radius: 999px;
    cursor: pointer;
    min-width: 120px;
}

.day-tab.active {
    background: var(--accent);
    color: white;
    font-weight: 600;
}

.day-tab:hover {
    opacity: 0.85;
}

.day-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.day-leaf {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(47, 94, 61, 0.08);
    color: var(--accent);
}

/* MENU CONTENT */
#menu-content {
    padding: 20px 0 40px;
    display: grid;
    gap: 24px;
}

.day-block {
    background: var(--paper);
    border-radius: 20px;
    padding: 20px;
    box-shadow: var(--shadow);
    scroll-margin-top: 140px;
    margin-bottom: 24px;
}

.day-title {
    font-family: Georgia, serif;
    font-size: 2rem;
    margin: 0 0 10px;
}

.service-block {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.service-block:first-child {
    border-top: none;
    padding-top: 0;
    padding-top: 0;
}

.service {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
    letter-spacing: 0.08em;
}

.course-type {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent);
    margin-bottom: 10px;
    font-weight: 700;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.course-card {
    background: var(--card);
    padding: 20px;
    border-radius: 18px;
}

.course-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(47, 94, 61, 0.08);
    font-size: 1.4rem;
}

.course-type {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent-2);
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.course-card h3 {
    margin: 0;
    text-align: center;
    font-size: 1.2rem;
}

.course-details {
    margin-top: 8px;
    font-size: 0.7rem;
    line-height: 1.4;
    color: var(--muted);
    text-align: center;
    font-style: italic;
}

.card-bio-vege {
    background: #dfead7;
}

.card-bio-vege .course-icon {
    background: rgba(77, 125, 69, 0.14);
}

.card-bio-vege .course-type {
    color: #4d7d45;
}

.card-divider {
    height: 1px;
    background: var(--line);
    margin: 16px 0 14px;
}

.allergens {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.92rem;
    color: var(--muted);
}

.allergen-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(47, 94, 61, 0.08);
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    color: var(--accent);
}

/* ADAPTED MEALS */
.adapted {
    margin-top: 20px;
    background: var(--card-strong);
    padding: 18px 20px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
}

.adapted-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 3px solid var(--accent);
    color: var(--accent);
    font-weight: 700;
    font-size: 1.4rem;
}

.adapted h4 {
    margin: 0 0 10px;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* MOBILE */
@media (max-width: 768px) {
    .cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-copy {
        top: 52%;
        left: 20px;
        max-width: 250px;
    }
}