/* ═══════════════════════════════════════════════════════════
   Icookada — Explore / FoodGuesser landing page
   Tokens from tokens.css — do not redeclare palette here.
   ═══════════════════════════════════════════════════════════ */

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

body.ica-explore-page {
    font-family: var(--ica-font);
    background: var(--ica-bg);
    color: var(--ica-text);
    min-height: 100vh;
}

/* ── SHARED ───────────────────────────────────────────────── */
.exp-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.exp-container--narrow { max-width: 720px; }

.exp-tag {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ica-forest);
    background: #e8f0eb;
    padding: .2rem .7rem;
    border-radius: 100px;
    margin-bottom: .75rem;
}

.exp-section__head {
    text-align: center;
    margin-bottom: 2.5rem;
}
.exp-section__title {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
}

.exp-section {
    padding: 4rem 1.5rem;
}
.exp-section--alt {
    background: var(--ica-surface);
}

/* ── BUTTONS ──────────────────────────────────────────────── */
.exp-btn {
    display: inline-block;
    padding: .75rem 1.75rem;
    border-radius: 100px;
    font-family: var(--ica-font);
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: opacity .15s, transform .15s;
    cursor: pointer;
    border: none;
}
.exp-btn--primary {
    background: var(--ica-forest);
    color: #fff;
}
.exp-btn--ghost {
    background: transparent;
    color: var(--ica-forest);
    border: 2px solid var(--ica-forest);
}
.exp-btn--lg { padding: .9rem 2.2rem; font-size: 1rem; }
.exp-btn:hover { opacity: .85; transform: translateY(-1px); }

/* ── HERO ─────────────────────────────────────────────────── */
.exp-hero {
    background: var(--ica-forest);
    color: #fff;
    padding: 5rem 1.5rem 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    min-height: 480px;
}
.exp-hero__inner { max-width: 520px; }
.exp-hero__eyebrow {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(245,240,228,.6);
    margin-bottom: .75rem;
}
.exp-hero__title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.15;
    margin-bottom: 1rem;
}
.exp-hero__title em {
    font-style: italic;
    color: var(--ica-cream, #f5f0e4);
}
.exp-hero__sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,.75);
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Hero preview cards */
.exp-hero__preview {
    flex-shrink: 0;
    position: relative;
    width: 200px;
    height: 220px;
}
.exp-preview-card {
    position: absolute;
    width: 175px;
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem 1.25rem 1.25rem;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0,0,0,.25);
}
.exp-preview-card:first-child {
    top: 0; left: 0;
    z-index: 2;
}
.exp-preview-card--back {
    top: 20px; left: 30px;
    z-index: 1;
    opacity: .5;
    transform: rotate(6deg);
}
.exp-preview-card__dish { font-size: 3rem; line-height: 1; margin-bottom: .6rem; }
.exp-preview-card__label { font-weight: 700; font-size: .9rem; color: var(--ica-text); margin-bottom: .35rem; }
.exp-preview-card__hint { font-size: .75rem; color: var(--ica-muted, #7a6e5c); }

/* ── HOW IT WORKS ─────────────────────────────────────────── */
.exp-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    list-style: none;
    counter-reset: steps;
}
.exp-step {
    text-align: center;
    padding: 2rem 1.5rem;
    background: #fff;
    border: 1px solid var(--ica-border);
    border-radius: var(--ica-radius);
    position: relative;
}
.exp-step__num {
    position: absolute;
    top: -1px; left: -1px;
    background: var(--ica-forest);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    width: 28px; height: 28px;
    border-radius: 0 0 8px 0;
    display: flex; align-items: center; justify-content: center;
}
.exp-step__icon { font-size: 2.5rem; margin-bottom: .75rem; line-height: 1; }
.exp-step__title { font-weight: 700; font-size: 1rem; margin-bottom: .5rem; }
.exp-step__desc { font-size: .875rem; color: var(--ica-muted); line-height: 1.55; }

/* ── WHY PLAY ─────────────────────────────────────────────── */
.exp-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1.25rem;
}
.exp-why-card {
    background: #fff;
    border: 1px solid var(--ica-border);
    border-radius: var(--ica-radius);
    padding: 1.5rem;
}
.exp-why-card__icon { font-size: 2rem; margin-bottom: .75rem; line-height: 1; }
.exp-why-card h3 { font-weight: 700; font-size: .95rem; margin-bottom: .4rem; }
.exp-why-card p { font-size: .875rem; color: var(--ica-muted); line-height: 1.55; }

/* ── FAQ ──────────────────────────────────────────────────── */
.exp-faq { display: flex; flex-direction: column; gap: 1px; }
.exp-faq__item {
    border: 1px solid var(--ica-border);
    border-radius: var(--ica-radius);
    overflow: hidden;
    margin-bottom: .5rem;
    background: #fff;
}
.exp-faq__item dt {
    font-weight: 700;
    font-size: .95rem;
    padding: 1rem 1.25rem;
    cursor: default;
}
.exp-faq__item dd {
    font-size: .875rem;
    color: var(--ica-muted);
    line-height: 1.6;
    padding: 0 1.25rem 1rem;
}

/* Hero: primary button must stand out on dark green background */
.exp-hero .exp-btn--primary {
    background: #f5f0e4;
    color: var(--ica-forest);
}
.exp-hero .exp-btn--primary:hover { opacity: .9; }

/* ── CTA ──────────────────────────────────────────────────── */
.exp-cta {
    background: #f5f0e4;
    color: var(--ica-text);
    padding: 5rem 1.5rem;
    text-align: center;
}
.exp-cta__title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -.02em;
    margin-bottom: .75rem;
}
.exp-cta__sub {
    font-size: 1.05rem;
    color: var(--ica-muted);
    margin-bottom: 2rem;
}
.exp-cta__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 768px) {
    .exp-hero {
        flex-direction: column;
        text-align: center;
        padding: 3.5rem 1.5rem 3rem;
        min-height: unset;
        gap: 2.5rem;
    }
    .exp-hero__inner { max-width: 100%; }
    .exp-steps { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .exp-hero__preview { display: none; }
    .exp-cta__actions { flex-direction: column; align-items: center; }
    .exp-btn--lg { width: 100%; text-align: center; }
}
