/* ========= British Theme — Traditional British ========= */

/* --- Theme Variables --- */
:root {
    --fc-red: #CF142B;
    --fc-red-dark: #8B0000;
    --fc-red-light: #E8394D;
    --fc-gold: #B8860B;
    --fc-gold-light: #DAA520;
    --fc-gold-dark: #996515;
    --fc-dark: #1A1A2E;
    --fc-dark-warm: #0A2351;
    --fc-cream: #F5F0E1;
    --fc-cream-dark: #EDE5D0;
    --fc-ink: #1A1A2E;
    --fc-text: #1A1A2E;
    --fc-text-muted: #5A6378;
    --fc-border: rgba(0, 51, 102, 0.12);
}

/* --- Hero Background --- */
.hero-section {
    background: linear-gradient(160deg, #0A0A1E 0%, #0A2351 40%, #003366 70%, #1A1A2E 100%);
}

/* --- Hide other theme decorations, show British --- */
.hero-clouds { display: none !important; }
.hero-lanterns { display: none !important; }
.hero-spices { display: none !important; }
.hero-kebab { display: none !important; }
.hero-british { display: block !important; }
.hero-chinese-char { display: none !important; }

/* ============================================
   BRITISH DECORATIVE ELEMENTS — Union Stripes, Crowns & Stars
   ============================================ */

/* --- Union Jack Accent Stripes --- */
.union-stripe {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.union-stripe-1 {
    width: 300%;
    height: 2px;
    top: 30%;
    left: -50%;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(207, 20, 43, 0.15) 20%,
        rgba(207, 20, 43, 0.25) 50%,
        rgba(207, 20, 43, 0.15) 80%,
        transparent 100%);
    transform: rotate(-15deg);
    animation: stripeReveal 3s ease-out forwards, stripePulse 8s ease-in-out 3s infinite;
}
.union-stripe-2 {
    width: 300%;
    height: 2px;
    top: 65%;
    left: -50%;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(184, 134, 11, 0.12) 20%,
        rgba(184, 134, 11, 0.2) 50%,
        rgba(184, 134, 11, 0.12) 80%,
        transparent 100%);
    transform: rotate(12deg);
    animation: stripeReveal 3s ease-out 0.5s forwards, stripePulse 10s ease-in-out 3.5s infinite;
}

@keyframes stripeReveal {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes stripePulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* --- Crown Decorations --- */
.crown {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    font-size: 0;
}
.crown::before {
    content: '♛';
    font-size: 48px;
    color: rgba(184, 134, 11, 0.08);
    text-shadow: 0 0 30px rgba(184, 134, 11, 0.1);
}

.crown-1 {
    top: 10%;
    right: 8%;
    animation: crownFloat 3s ease-out forwards, crownBob 6s ease-in-out 3s infinite;
}
.crown-2 {
    bottom: 15%;
    left: 6%;
    animation: crownFloat 3s ease-out 1s forwards, crownBob 8s ease-in-out 4s infinite;
}
.crown-2::before {
    font-size: 36px;
    color: rgba(207, 20, 43, 0.06);
}

@keyframes crownFloat {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes crownBob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* --- Twinkling Stars --- */
.brit-star {
    position: absolute;
    pointer-events: none;
}
.brit-star::before {
    content: '✦';
    color: rgba(184, 134, 11, 0.15);
    text-shadow: 0 0 8px rgba(184, 134, 11, 0.2);
}

.brit-star-1 {
    top: 18%;
    left: 15%;
    animation: starTwinkle 4s ease-in-out infinite;
}
.brit-star-1::before { font-size: 14px; }

.brit-star-2 {
    top: 45%;
    right: 18%;
    animation: starTwinkle 5s ease-in-out infinite 1.5s;
}
.brit-star-2::before { font-size: 10px; }

.brit-star-3 {
    bottom: 25%;
    right: 30%;
    animation: starTwinkle 6s ease-in-out infinite 3s;
}
.brit-star-3::before { font-size: 12px; }

@keyframes starTwinkle {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.4); }
}

/* --- Royal Blue & Gold Shimmer on Hero --- */
.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
        radial-gradient(1.5px 1.5px at 15% 20%, rgba(184, 134, 11, 0.4) 0%, transparent 100%),
        radial-gradient(1px 1px at 35% 55%, rgba(184, 134, 11, 0.3) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 55% 12%, rgba(218, 165, 32, 0.35) 0%, transparent 100%),
        radial-gradient(1px 1px at 72% 40%, rgba(184, 134, 11, 0.25) 0%, transparent 100%),
        radial-gradient(1px 1px at 88% 75%, rgba(207, 20, 43, 0.2) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 20% 80%, rgba(184, 134, 11, 0.3) 0%, transparent 100%),
        radial-gradient(1px 1px at 65% 70%, rgba(218, 165, 32, 0.25) 0%, transparent 100%);
    animation: royalShimmer 7s ease-in-out infinite;
    pointer-events: none;
}
@keyframes royalShimmer {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 1; }
}

/* --- British Decorative Overlay (Subtle Heraldic Pattern) --- */
.hero-overlay {
    background-image:
        repeating-linear-gradient(0deg, transparent 0px, transparent 40px, rgba(184, 134, 11, 0.02) 40px, rgba(184, 134, 11, 0.02) 41px),
        repeating-linear-gradient(90deg, transparent 0px, transparent 40px, rgba(184, 134, 11, 0.02) 40px, rgba(184, 134, 11, 0.02) 41px) !important;
}

/* --- Section Title Underline --- */
.section-title::after {
    background: linear-gradient(90deg, #003366, #B8860B);
}

/* --- Dividers (Clean British Lines) --- */
.oriental-divider::before {
    background: linear-gradient(90deg, transparent, #B8860B, transparent);
}
.oriental-divider-diamond { color: #B8860B; }

/* --- Buttons --- */
.btn-oriental,
.btn-hero-primary {
    background: linear-gradient(135deg, #CF142B 0%, #8B0000 100%);
    border-color: rgba(184, 134, 11, 0.3);
    border-radius: 4px;
    letter-spacing: 1.5px;
    transition: all 0.4s ease;
}
.btn-oriental:hover,
.btn-hero-primary:hover {
    background: linear-gradient(135deg, #E8394D 0%, #CF142B 100%);
    box-shadow: 0 8px 30px rgba(207, 20, 43, 0.3), 0 0 40px rgba(184, 134, 11, 0.15);
    border-color: #B8860B;
    transform: translateY(-2px);
}

.btn-hero-outline {
    border-color: rgba(184, 134, 11, 0.4);
    color: #DAA520;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.btn-hero-outline:hover {
    background: rgba(184, 134, 11, 0.1);
    border-color: #B8860B;
    color: #B8860B;
    transform: translateY(-2px);
}

/* --- Info Card Top Stripe --- */
.info-card::before {
    background: linear-gradient(90deg, #003366, #CF142B);
}
.info-card-icon {
    background: linear-gradient(135deg, #003366, #0A2351);
    box-shadow: 0 4px 15px rgba(0, 51, 102, 0.2);
}
.info-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 51, 102, 0.1);
}

/* --- Hero Badge --- */
.hero-badge-inner {
    border-color: rgba(184, 134, 11, 0.4);
    color: #DAA520;
    border-radius: 2px;
    letter-spacing: 4px;
}

/* --- Hero Divider --- */
.hero-divider-line {
    background: linear-gradient(90deg, transparent, #B8860B, transparent);
}
.hero-divider-icon { color: #B8860B; }

/* --- Hero Subtitle --- */
.hero-subtitle { color: #DAA520; }

/* --- Navigation --- */
#mainNav {
    background: rgba(10, 10, 30, 1);
}
#mainNav::before {
    background: inherit;
}
#mainNav .nav-link:hover { color: #DAA520 !important; }

/* --- Top Info Bar --- */
.top-info-bar {
    background: #0A0A1E;
}
.top-info-phone {
    color: #DAA520 !important;
}
.top-info-phone:hover {
    color: #B8860B !important;
}
.top-info-item i {
    color: #CF142B;
}

/* --- Popular Section --- */
.popular-section {
    background: #F5F0E1;
    position: relative;
}
.popular-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #003366, #CF142B, #B8860B);
    background-size: 200% auto;
    animation: royalGradient 5s linear infinite;
}
@keyframes royalGradient {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* --- Footer --- */
.site-footer {
    background: #0A0A1E;
    color: rgba(255,255,255,0.7);
}

/* --- Cards & Borders --- */
.info-card,
.dish-card {
    border-color: rgba(0, 51, 102, 0.1);
    border-radius: 6px;
}

/* --- Floating Basket --- */
.floating-basket-btn {
    background: linear-gradient(135deg, #CF142B, #8B0000) !important;
}

/* --- Section Label --- */
.section-label {
    color: #003366;
}
