/* ═══════════════════════════════════════════════════════════════
   FiLLi Cafe — Country Pages Design System
   Prefix: cy- (country) to avoid collision with fi- (UAE) and sl- (store locator)
   ═══════════════════════════════════════════════════════════════ */

:root {
    --cy-orange: #fc5007;
    --cy-brown: #3f2016;
    --cy-cream: #f9f5f0;
    --cy-warm: #fdf6ef;
    --cy-dark: #1a0e08;
    --cy-gold: #d4a053;
    --cy-text: #555;
    --cy-radius: 16px;
}


/* ── External link icon ── */
.cy-ext-icon { font-size: 0.6em; opacity: 0.5; margin-left: 2px; }
.cy-btn .cy-ext-icon { font-size: 0.85em; opacity: 0.7; }


/* ── Global site link (header + mobile overlay) ── */
.cy-global-link {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 16px; font-weight: 500; color: var(--cy-brown);
    text-decoration: none; transition: color 0.2s ease;
}
.cy-global-link:hover { color: var(--cy-orange); }
.cy-global-link .bi-globe2 { font-size: 18px; }
.fi-nav-link--global { margin-top: 16px; padding-top: 24px; }


/* ── Utility ── */
.cy-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.cy-kicker {
    font-size: 0.62rem; font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; color: var(--cy-orange);
    display: block; margin-bottom: 10px;
}
.cy-section { position: relative; overflow: hidden; }


/* ── Reveal animation ── */
.cy-reveal {
    opacity: 0; transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.cy-reveal.vis { opacity: 1; transform: none; }
.cy-reveal-d1 { transition-delay: 0.1s; }
.cy-reveal-d2 { transition-delay: 0.2s; }


/* ── Buttons ── */
.cy-btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.75rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    padding: 13px 30px; border-radius: 50px; border: none; cursor: pointer;
    transition: all 0.3s ease; text-decoration: none; line-height: 1;
}
.cy-btn-fill { background: var(--cy-orange); color: #fff; }
.cy-btn-fill:hover { background: #e04500; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(252,80,7,0.25); color: #fff; }
.cy-btn-dark { background: var(--cy-brown); color: #fff; }
.cy-btn-dark:hover { background: #2e1810; transform: translateY(-2px); color: #fff; }
.cy-btn-outline { background: transparent; border: 1.5px solid rgba(255,255,255,0.3); color: #fff; }
.cy-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }
.cy-btn-white { background: #fff; color: var(--cy-brown); }
.cy-btn-white:hover, .cy-btn-white:focus, .cy-btn-white:active { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.15); color: var(--cy-brown); text-decoration: none; background: #fff; }
.cy-btn:hover, .cy-btn:focus { text-decoration: none; }


/* ═══ HERO — Full-bleed image, gradient overlay ═══ */
.cy-hero {
    position: relative; min-height: 100vh;
    display: flex; flex-direction: column; justify-content: flex-start;
    background: var(--cy-dark); overflow: hidden;
    margin-top: -82px; padding-top: 0;
}
.cy-hero--compact {
    min-height: 45vh;
    justify-content: center;
    padding-top: 82px;
}
.cy-hero--cream {
    background: var(--cy-warm);
    min-height: auto;
    padding: 24px 0 clamp(24px, 3vw, 36px);
    margin-top: -82px;
    padding-top: 92px;
}
.cy-hero-img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center;
}
.cy-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(26,14,8,0.85) 0%, rgba(26,14,8,0.65) 30%, rgba(26,14,8,0.15) 55%, transparent 70%);
    z-index: 1;
}
.cy-hero-inner {
    position: relative; z-index: 2;
    width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 32px;
    display: flex; flex-direction: column; justify-content: space-between;
    flex: 1;
}
.cy-hero--compact .cy-hero-inner,
.cy-hero--cream .cy-hero-inner { padding-bottom: 0; flex: initial; }
.cy-hero--cream .cy-hero-text { padding-top: 0; }
.cy-hero-text { max-width: 600px; padding-top: 140px; }
.cy-hero-tagline {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.575rem; font-weight: 700; letter-spacing: 3.5px; text-transform: uppercase;
    color: rgba(255,255,255,0.8); margin-bottom: 10px;
}
.cy-hero--cream .cy-hero-tagline { color: var(--cy-orange); }
.cy-hero-tagline::before {
    content: ''; display: block; width: 18px; height: 1.5px;
    background: var(--cy-orange);
}
.cy-hero h1 {
    font-size: clamp(1.84rem, 4vw, 3rem);
    font-weight: 900; color: #fff; line-height: 1.1;
    letter-spacing: -0.3px; margin: 0 0 10px;
    text-transform: uppercase;
}
.cy-hero--cream h1 { color: var(--cy-brown); }
.cy-hero h1 em {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic; font-weight: 400;
    color: var(--cy-orange); text-transform: none;
    letter-spacing: 0;
}
.cy-hero-desc {
    font-size: clamp(0.83rem, 1.03vw, 0.92rem);
    color: rgba(255,255,255,0.85); line-height: 1.65;
    max-width: 415px; margin: 0 0 20px;
}
.cy-hero--cream .cy-hero-desc { color: var(--cy-text); }
.cy-hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.cy-hero-btns .cy-btn { padding: 10px 23px; font-size: 0.67rem; }


/* ═══ INTRO — Warm brand section ═══ */
.cy-intro {
    background: var(--cy-warm) url('/web-assets/img/filli-zafran-cups-v3.webp?v=2') no-repeat left center;
    background-size: 57.5%;
    padding: clamp(48px, 7vw, 88px) 0;
    min-height: 420px;
}
.cy-intro-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 56px; align-items: center;
}
.cy-intro h2 {
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    font-weight: 900; color: var(--cy-brown);
    line-height: 1.12; margin: 0 0 20px;
}
.cy-intro h2 em {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic; color: var(--cy-orange);
}
.cy-intro p {
    font-size: 0.95rem; line-height: 1.85; color: var(--cy-text); margin-bottom: 14px;
}
.cy-intro-values {
    display: flex; gap: 24px; margin-top: 28px; flex-wrap: wrap;
}
.cy-value {
    display: flex; align-items: center; gap: 10px;
    font-size: 0.78rem; font-weight: 700; color: var(--cy-brown);
    text-transform: uppercase; letter-spacing: 0.5px;
}
.cy-value i { color: var(--cy-orange); font-size: 1rem; }


/* ═══ MENU PREVIEW — Horizontal scroll cards ═══ */
.cy-menu-section {
    background: #fff;
    padding: clamp(48px, 7vw, 80px) 0;
}
.cy-menu-head {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 36px;
}
.cy-menu-head h2 {
    font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 900;
    color: var(--cy-brown); margin: 0; text-transform: uppercase;
}
.cy-menu-head h2 em {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic; color: var(--cy-orange);
}
.cy-menu-scroll {
    display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; padding-bottom: 12px; scrollbar-width: none;
}
.cy-menu-scroll::-webkit-scrollbar { display: none; }
.cy-mcard {
    flex: 0 0 280px; scroll-snap-align: start;
    border-radius: var(--cy-radius); overflow: hidden;
    position: relative; aspect-ratio: 3/4; background: var(--cy-dark);
    text-decoration: none;
}
.cy-mcard img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.cy-mcard:hover img { transform: scale(1.07); }
.cy-mcard-ov {
    position: absolute; inset: 0;
    background: linear-gradient(0deg, rgba(26,14,8,0.85) 0%, transparent 55%);
    display: flex; flex-direction: column; justify-content: flex-end; padding: 24px;
}
.cy-mcard-ov span {
    font-size: 0.58rem; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: var(--cy-orange); margin-bottom: 4px;
}
.cy-mcard-ov h3 {
    font-size: 1.1rem; font-weight: 800; color: #fff;
    margin: 0; text-transform: uppercase;
}
/* Fallback: no image */
.cy-mcard--fallback {
    background: linear-gradient(135deg, var(--cy-brown) 0%, var(--cy-dark) 100%);
    display: flex; align-items: center; justify-content: center;
}
.cy-mcard--fallback i {
    font-size: 3rem; color: rgba(255,255,255,0.15);
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}


/* ═══ STORES STRIP — Dark section with scroll cards ═══ */
.cy-stores-section {
    background: var(--cy-brown);
    padding: clamp(48px, 7vw, 80px) 0;
    text-align: center;
}
.cy-stores-section h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 900;
    color: #fff; margin: 0 0 8px; text-transform: uppercase;
}
.cy-stores-section h2 em {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic; color: var(--cy-gold);
}
.cy-stats-row {
    display: flex; justify-content: center; gap: clamp(28px, 6vw, 72px);
    margin-bottom: 36px; flex-wrap: wrap;
}
.cy-stat { text-align: center; }
.cy-stat-num {
    font-size: clamp(2rem, 4vw, 3rem); font-weight: 900;
    color: #fff; line-height: 1;
}
.cy-stat-num em { font-style: normal; color: var(--cy-orange); }
.cy-stat-label {
    font-size: 0.6rem; letter-spacing: 2px; text-transform: uppercase;
    color: rgba(255,255,255,0.35); font-weight: 600; margin-top: 4px;
}
.cy-store-strip {
    display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
    scrollbar-width: none; padding-bottom: 12px; margin-bottom: 24px;
}
.cy-store-strip::-webkit-scrollbar { display: none; }
.cy-store-slide {
    flex: 0 0 280px; scroll-snap-align: start;
    position: relative; border-radius: var(--cy-radius);
    overflow: hidden; aspect-ratio: 4/3; cursor: pointer;
    text-decoration: none; display: block;
}
.cy-store-slide img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.cy-store-slide:hover img { transform: scale(1.04); }
.cy-store-slide-ov {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 32px 24px 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.65));
    display: flex; align-items: flex-end; justify-content: space-between;
}
.cy-store-slide-info h3 {
    font-size: 0.95rem; font-weight: 800; color: #fff;
    text-transform: uppercase; margin: 0 0 3px; letter-spacing: 0.02em;
    text-align: left;
}
.cy-store-slide-info span {
    font-size: 0.7rem; color: rgba(255,255,255,0.7); font-weight: 500;
}
/* Fallback: no cover image */
.cy-store-slide--fallback {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    display: flex; align-items: center; justify-content: center;
}
.cy-store-slide--fallback i {
    font-size: 2.5rem; color: rgba(255,255,255,0.12);
}


/* ═══ FRANCHISE CTA — Orange banner ═══ */
.cy-cta {
    background: var(--cy-orange); padding: 52px 0;
    text-align: center; position: relative; overflow: hidden;
}
.cy-cta::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%);
}
.cy-cta h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 900;
    color: #fff; margin: 0 0 6px; text-transform: uppercase; position: relative;
}
.cy-cta h2 em {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic; text-transform: none;
}
.cy-cta p {
    font-size: 0.95rem; color: rgba(255,255,255,0.8);
    margin-bottom: 24px; position: relative;
}


/* ═══ CONTACT PAGE ═══ */
.cy-contact-hero {
    position: relative;
    min-height: 50vh; display: flex; align-items: center;
    background: linear-gradient(155deg, #0d0705 0%, #1a0e08 35%, #3f2016 100%);
    overflow: hidden;
    padding: clamp(120px, 18vh, 200px) 0 clamp(60px, 10vh, 120px);
    margin-top: -82px;
}
.cy-contact-hero .cy-wrap { position: relative; z-index: 2; }
.cy-contact-hero h1 {
    font-size: clamp(2rem, 4vw, 3rem); font-weight: 900;
    color: #fff; margin: 0 0 12px; text-transform: uppercase;
}
.cy-contact-hero h1 em {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic; color: var(--cy-orange); text-transform: none;
}
.cy-contact-hero p {
    font-size: 0.95rem; color: rgba(255,255,255,0.6);
    max-width: 480px; line-height: 1.7;
}
.cy-contact-cards {
    padding: clamp(48px, 8vw, 80px) 0 clamp(56px, 10vw, 100px);
    background: var(--cy-cream);
}
.cy-contact-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; max-width: 900px; margin: 0 auto;
}
.cy-contact-card {
    background: #fff; border-radius: var(--cy-radius);
    padding: 40px 32px; text-align: center;
    border: 1px solid rgba(63,32,22,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none; display: flex; flex-direction: column;
    align-items: center; color: inherit;
}
.cy-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(63,32,22,0.08);
    color: inherit;
}
.cy-contact-card__icon {
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--cy-warm); display: flex;
    align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.cy-contact-card__icon i {
    font-size: 1.4rem; color: var(--cy-orange);
}
.cy-contact-card h3 {
    font-size: 1rem; font-weight: 800; color: var(--cy-brown);
    margin: 0 0 8px; text-transform: uppercase;
}
.cy-contact-card p {
    font-size: 0.85rem; color: var(--cy-text); line-height: 1.7; margin: 0 0 16px;
}
.cy-contact-card .cy-contact-link {
    font-size: 0.72rem; font-weight: 700; letter-spacing: 1px;
    text-transform: uppercase; color: var(--cy-orange); text-decoration: none;
    display: inline-flex; align-items: center; gap: 6px;
    transition: gap 0.3s;
}
.cy-contact-card:hover .cy-contact-link { gap: 10px; }


/* ═══ MENU PAGE — Empty state ═══ */
.cy-empty-state {
    text-align: center; padding: 80px 20px;
}
.cy-empty-state img {
    max-width: 300px; width: 100%; margin-bottom: 32px;
    border-radius: var(--cy-radius); opacity: 0.9;
}
.cy-empty-state h2 {
    font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 900;
    color: var(--cy-brown); margin: 0 0 12px;
}
.cy-empty-state h2 em {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic; color: var(--cy-orange);
}
.cy-empty-state p {
    font-size: 1rem; color: var(--cy-text); margin-bottom: 24px;
    line-height: 1.7;
}


/* ═══ POPULAR MENU ITEMS (store detail) ═══ */
.cy-popular-menu {
    padding: 40px 0; background: var(--cy-cream);
}
.cy-popular-menu h2 {
    font-size: 1.2rem; font-weight: 800; color: var(--cy-brown);
    text-transform: uppercase; margin: 0 0 20px;
}
.cy-popular-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.cy-popular-item {
    background: #fff; border-radius: 12px; padding: 16px;
    text-align: center; text-decoration: none; display: block;
    transition: transform 0.3s;
}
.cy-popular-item:hover { transform: translateY(-3px); }
.cy-popular-item img {
    width: 60px; height: 60px; border-radius: 50%;
    object-fit: cover; margin-bottom: 8px;
}
.cy-popular-item h4 {
    font-size: 0.75rem; font-weight: 700; color: var(--cy-brown);
    margin: 0; line-height: 1.3;
}


/* ═══ RESPONSIVE ═══ */
@media (max-width: 991px) {
    .cy-intro {
        background-size: 115% auto;
        background-position: center top;
        padding-top: 0;
    }
    .cy-intro-grid { grid-template-columns: 1fr; gap: 24px; }
    .cy-intro-grid > .cy-reveal:first-child { aspect-ratio: 1689/1191; width: 100%; }
    .cy-store-slide { flex: 0 0 260px; }
    .cy-contact-grid { grid-template-columns: 1fr; max-width: 400px; }
    .cy-popular-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .cy-store-slide { flex: 0 0 240px; }
    .cy-mcard { flex: 0 0 240px; }
    .cy-menu-head { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (max-width: 575px) {
    .cy-wrap { padding: 0 16px; }
    .cy-hero-inner { padding: 0 16px; }
    .cy-hero-text { padding-top: 100px; }
    .cy-hero h1 { font-size: 2rem; }
    .cy-hero-desc { font-size: 0.88rem; max-width: 100%; }
    .cy-hero-btns .cy-btn { padding: 10px 18px; font-size: 0.62rem; }
    .cy-hero-img { object-position: 70% center; }
    .cy-hero-overlay {
        background: linear-gradient(180deg, rgba(26,14,8,0.85) 0%, rgba(26,14,8,0.7) 35%, rgba(26,14,8,0.3) 60%, rgba(26,14,8,0.5) 100%) !important;
    }
    .cy-hero { min-height: 75vh; }
    .cy-intro h2 { font-size: 1.5rem; }
    .cy-stores-section h2 { font-size: 1.5rem; }
    .cy-stat-num { font-size: clamp(2rem, 8vw, 2.8rem); }
    .cy-cta h2 { font-size: 1.3rem; }
    .cy-contact-hero h1 { font-size: 1.8rem; }
    .cy-store-slide { flex: 0 0 220px; }
    .cy-popular-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
