/* ==========================================================================
   Site Theme Variables
   ========================================================================== */

:root {
    /* Colors */
    --primary-color: #ef4444;
    --secondary-color: #1e293b;
    --accent-color: #eab308;
    --text-color: #1e293b;
    --text-light: #64748b;
    --background-color: #ffffff;
    --background-alt: #f8fafc;

    /* Typography */
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-heading: var(--font-family);

    /* Spacing */
    --section-padding: 4rem 1.5rem;

    /* Borders & Shadows */
    --border-color: #e2e8f0;
    --border-radius: 8px;
    --box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}


/* ==========================================================================
   Base Styles
   ========================================================================== */

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

body {
    font-family: var(--font-family);
    color: var(--text-color);
    background-color: var(--background-color);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    opacity: 0.9;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    margin-top: 0;
    line-height: 1.2;
}

/* ==========================================================================
   Component Styles
   ========================================================================== */

/* Wings Network Footer */
.wings-network-footer { background: #0f172a; color: white; padding: 48px 24px 32px; }
.wings-network-inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.wings-network-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.4em; color: #64748b; font-weight: 700; margin-bottom: 24px; }
.wings-network-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin-bottom: 28px; }
.wings-network-link { display: block; padding: 16px 12px; border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; text-decoration: none; color: white; transition: all 0.15s; }
.wings-network-link:hover { border-color: #ef4444; background: rgba(239,68,68,0.08); transform: translateY(-1px); }
.wings-network-link[aria-current="page"] { border-color: #ef4444; background: rgba(239,68,68,0.12); }
.wings-network-icon { display: block; font-size: 24px; margin-bottom: 6px; }
.wings-network-name { display: block; font-weight: 700; font-size: 14px; margin-bottom: 2px; }
.wings-network-desc { display: block; font-size: 11px; color: #94a3b8; }
.wings-network-tagline { font-size: 14px; font-style: italic; color: #64748b; margin-bottom: 12px; }
.wings-network-powered { font-size: 11px; color: #475569; }
.wings-network-powered a { color: #6366f1; text-decoration: none; }
.wings-network-powered a:hover { text-decoration: underline; }

/* Ad Slot */
.ad-slot { line-height: 1.5; }
.ad-slot a:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.08); }

/* Wings Hero */
.wings-hero { padding: 120px 24px 80px; text-align: center; position: relative; overflow: hidden; }
.wings-hero-inner { max-width: 780px; margin: 0 auto; position: relative; z-index: 2; }
.wings-eyebrow { font-size: 13px; text-transform: uppercase; letter-spacing: 0.2em; opacity: 0.7; font-weight: 700; margin-bottom: 16px; }
.wings-title { font-size: clamp(36px, 6vw, 72px); line-height: 1; font-weight: 900; margin: 0 0 20px; letter-spacing: -0.02em; }
.wings-subtitle { font-size: clamp(16px, 2vw, 20px); opacity: 0.85; max-width: 560px; margin: 0 auto 32px; line-height: 1.5; }
.wings-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.wings-btn { display: inline-block; padding: 14px 28px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform 0.15s; font-size: 15px; }
.wings-btn:hover { transform: translateY(-1px); }
.wings-btn-primary { color: white; box-shadow: 0 6px 24px rgba(0,0,0,0.18); }
.wings-btn-ghost { color: inherit; border: 2px solid currentColor; background: transparent; }

/* Wings Map */
.wings-map-section .wings-map-inner { max-width: 1200px; margin: 0 auto; }
.wings-map-heading { font-size: 32px; font-weight: 900; margin: 0 0 8px; text-align: center; }
.wings-map-sub { text-align: center; color: #64748b; margin: 0 0 32px; }
.wings-map-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 20px; align-items: stretch; }
@media (max-width: 768px) { .wings-map-layout { grid-template-columns: 1fr; } }
.wings-map-canvas { min-height: 500px; border-radius: 12px; border: 1px solid #e2e8f0; }
.wings-map-list { max-height: 500px; overflow-y: auto; padding-right: 4px; display: flex; flex-direction: column; gap: 10px; }
.wings-spot-card { display: block; padding: 14px 16px; border: 1px solid #e2e8f0; border-radius: 10px; text-decoration: none; color: inherit; background: white; transition: all 0.15s; }
.wings-spot-card:hover { border-color: #ef4444; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(0,0,0,0.06); }
.wings-spot-card.active { border-color: #ef4444; background: #fef2f2; }
.wings-spot-name { font-weight: 700; font-size: 15px; margin-bottom: 4px; color: #1e293b; }
.wings-spot-meta { font-size: 12px; color: #64748b; }
.wings-spot-review { font-size: 13px; color: #475569; margin-top: 6px; font-style: italic; line-height: 1.4; }
.wings-spot-rating { font-size: 12px; color: #f59e0b; font-weight: 700; margin-top: 4px; }
.wings-spot-empty { padding: 20px; color: #94a3b8; text-align: center; font-size: 14px; }

/* Wing of the Day */
.wotd-section { padding: 60px 20px; }
.wotd-inner { max-width: 1000px; margin: 0 auto; }
.wotd-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; font-weight: 700; color: #ef4444; text-align: center; margin-bottom: 24px; }
.wotd-content { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; background: white; padding: 32px; border-radius: 16px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
@media (max-width: 768px) { .wotd-content { grid-template-columns: 1fr; padding: 20px; } }
.wotd-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; }
.wotd-headline { font-size: clamp(24px, 4vw, 36px); font-weight: 900; margin: 0 0 12px; line-height: 1.15; }
.wotd-one-liner { font-size: 16px; color: #475569; line-height: 1.5; margin: 0 0 16px; }
.wotd-spot { font-size: 14px; color: #64748b; margin-bottom: 16px; }
.wotd-cta { display: inline-block; padding: 10px 20px; background: #ef4444; color: white; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 14px; }
.wotd-date { margin-top: 16px; font-size: 12px; color: #94a3b8; }
.wotd-empty { text-align: center; padding: 48px; color: #94a3b8; }

/* Bring Wings Party CTA */
.wings-party { padding: 80px 20px; }
.wings-party-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 768px) { .wings-party-inner { grid-template-columns: 1fr; gap: 24px; } }
.wings-party-emoji { font-size: 48px; margin-bottom: 16px; }
.wings-party-title { font-size: clamp(28px, 4vw, 44px); font-weight: 900; line-height: 1.1; margin: 0 0 16px; }
.wings-party-sub { font-size: 17px; opacity: 0.85; line-height: 1.5; }
.wings-party-form { background: white; color: #1e293b; padding: 28px; border-radius: 16px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); }
.wings-party-row { margin-bottom: 14px; }
.wings-party-row label { display: block; font-size: 12px; font-weight: 700; color: #475569; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.wings-party-row input, .wings-party-row textarea { width: 100%; padding: 12px 14px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 14px; font-family: inherit; }
.wings-party-row input:focus, .wings-party-row textarea:focus { outline: none; border-color: #ef4444; }
.wings-party-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.wings-party-pill { padding: 10px 16px; border: 2px solid #cbd5e1; border-radius: 999px; background: white; cursor: pointer; font-weight: 600; font-size: 14px; transition: all 0.15s; }
.wings-party-pill.active { border-color: #ef4444; background: #ef4444; color: white; }
.wings-party-submit { width: 100%; padding: 14px; background: #ef4444; color: white; border: none; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; margin-top: 8px; }
.wings-party-submit:hover { background: #dc2626; }
.wings-party-tiny { text-align: center; font-size: 11px; color: #94a3b8; margin-top: 10px; }

/* Wing Sauce Personality Quiz */
.wings-quiz { padding: 80px 20px; }
.wings-quiz-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.wings-quiz-title { font-size: clamp(28px, 4vw, 40px); font-weight: 900; margin: 0 0 8px; }
.wings-quiz-sub { color: #64748b; margin: 0 0 28px; }
.wings-quiz-card { background: white; border-radius: 16px; padding: 32px; text-align: left; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.wq-progress { height: 6px; background: #f1f5f9; border-radius: 999px; margin-bottom: 24px; overflow: hidden; }
.wq-progress-bar { height: 100%; background: #ef4444; transition: width 0.3s; }
.wq-question { font-size: 20px; font-weight: 700; margin: 0 0 20px; line-height: 1.3; }
.wq-options { display: flex; flex-direction: column; gap: 10px; }
.wq-option { padding: 14px 18px; border: 2px solid #e2e8f0; border-radius: 10px; background: white; cursor: pointer; font-size: 15px; text-align: left; transition: all 0.15s; }
.wq-option:hover { border-color: #ef4444; background: #fef2f2; }
.wq-result { text-align: center; }
.wq-result h3 { font-size: 36px; font-weight: 900; margin: 0 0 8px; color: #ef4444; }
.wq-result p { font-size: 16px; color: #475569; line-height: 1.6; margin: 0 0 24px; }
.wq-capture { text-align: left; margin-top: 24px; padding-top: 20px; border-top: 1px solid #f1f5f9; }
.wq-capture input { width: 100%; padding: 12px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 14px; margin-bottom: 10px; }
.wq-capture button { width: 100%; padding: 12px; background: #ef4444; color: white; border: none; border-radius: 8px; font-size: 14px; font-weight: 700; cursor: pointer; }
.wq-restart { margin-top: 20px; background: none; border: none; color: #6366f1; cursor: pointer; font-size: 13px; text-decoration: underline; }

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

@media (max-width: 1024px) {
    .features.cols-4 { grid-template-columns: repeat(2, 1fr); }
    .features.cols-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .hero-headline { font-size: 2rem; }
    .hero-subheadline { font-size: 1rem; }
    .features.cols-4,
    .features.cols-3,
    .features.cols-2 { grid-template-columns: 1fr; }
    .navbar-menu { display: none; }
    .navbar-menu.active { display: flex; flex-direction: column; }
    .about-container { flex-direction: column !important; }
    .about-image { width: 100% !important; }
}
