/*
Theme Name: Fairmont Contractors
Theme URI: https://fairmontcontractorsltd.com
Author: Fairmont Heights Contractors Ltd
Description: Professional construction company theme for Fairmont Heights Contractors. Includes product showcase, equipment hire listings, project portfolio, and contact management.
Version: 1.0.0
Text Domain: fairmont
*/

/* ═══════════════════════════════════════════════
   RESET & VARIABLES
   ═══════════════════════════════════════════════ */
:root {
    --fc-navy: #1B2A4A;
    --fc-navy-light: #243556;
    --fc-orange: #E8722A;
    --fc-orange-hover: #D4621E;
    --fc-amber: #F5A623;
    --fc-dark: #0E1A2F;
    --fc-text: #2D3436;
    --fc-text-light: #636E72;
    --fc-light: #F7F8FA;
    --fc-concrete: #ECEEF1;
    --fc-white: #FFFFFF;
    --fc-border: #DFE6E9;
    --fc-success: #27AE60;
    --fc-shadow: 0 4px 24px rgba(27, 42, 74, 0.10);
    --fc-shadow-lg: 0 12px 48px rgba(27, 42, 74, 0.15);
    --fc-radius: 10px;
    --fc-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Work+Sans:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Work Sans', -apple-system, sans-serif;
    color: var(--fc-text);
    line-height: 1.7;
    font-size: 16px;
    background: var(--fc-white);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.15;
    color: var(--fc-navy);
}

a { color: var(--fc-orange); text-decoration: none; transition: var(--fc-transition); }
a:hover { color: var(--fc-orange-hover); }

img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.fc-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ═══════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════ */
.fc-btn {
    display: inline-block;
    padding: 14px 36px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: var(--fc-transition);
    text-align: center;
}
.fc-btn-orange {
    background: var(--fc-orange);
    color: var(--fc-white);
}
.fc-btn-orange:hover {
    background: var(--fc-orange-hover);
    color: var(--fc-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(232, 114, 42, 0.35);
}
.fc-btn-outline {
    background: transparent;
    color: var(--fc-white);
    border: 2px solid var(--fc-white);
}
.fc-btn-outline:hover {
    background: var(--fc-white);
    color: var(--fc-navy);
}
.fc-btn-navy {
    background: var(--fc-navy);
    color: var(--fc-white);
}
.fc-btn-navy:hover {
    background: var(--fc-navy-light);
    color: var(--fc-white);
    transform: translateY(-2px);
}
.fc-btn-sm { padding: 10px 24px; font-size: 12px; }

/* ═══════════════════════════════════════════════
   HEADER & NAVIGATION
   ═══════════════════════════════════════════════ */
.fc-topbar {
    background: var(--fc-dark);
    color: #8a9bb0;
    font-size: 13px;
    padding: 8px 0;
}
.fc-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fc-topbar a { color: var(--fc-amber); }
.fc-topbar a:hover { color: var(--fc-orange); }

.fc-header {
    background: var(--fc-navy);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}
.fc-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 72px;
}
.fc-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}
.fc-logo-icon {
    width: 46px;
    height: 46px;
    background: var(--fc-orange);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
    font-weight: 700;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0;
}
.fc-logo-text { color: #fff; }
.fc-logo-text strong {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.1;
}
.fc-logo-text span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--fc-amber);
    margin-top: 1px;
}

.fc-nav { display: flex; align-items: center; gap: 0; }
.fc-nav a {
    color: rgba(255,255,255,0.8);
    padding: 26px 18px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
}
.fc-nav a:hover, .fc-nav a.current {
    color: #fff;
}
.fc-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    background: var(--fc-orange);
    border-radius: 3px 3px 0 0;
    transform: scaleX(0);
    transition: var(--fc-transition);
}
.fc-nav a:hover::after, .fc-nav a.current::after {
    transform: scaleX(1);
}
.fc-nav .fc-nav-cta {
    background: var(--fc-orange);
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 6px;
    margin-left: 12px;
}
.fc-nav .fc-nav-cta::after { display: none; }
.fc-nav .fc-nav-cta:hover { background: var(--fc-orange-hover); }

/* Mobile menu toggle */
.fc-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 8px;
}

/* ═══════════════════════════════════════════════
   HERO SECTIONS
   ═══════════════════════════════════════════════ */
.fc-hero {
    background: linear-gradient(135deg, var(--fc-dark) 0%, var(--fc-navy) 50%, var(--fc-navy-light) 100%);
    color: #fff;
    padding: 100px 0 110px;
    position: relative;
    overflow: hidden;
}
.fc-hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background:
        radial-gradient(ellipse at 20% 80%, rgba(232,114,42,0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(245,166,35,0.08) 0%, transparent 50%);
    pointer-events: none;
}
.fc-hero::after {
    content: '';
    position: absolute;
    right: -120px;
    top: -80px;
    width: 500px;
    height: 500px;
    border: 60px solid rgba(232,114,42,0.06);
    border-radius: 50%;
    pointer-events: none;
}
.fc-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}
.fc-hero-label {
    display: inline-block;
    background: rgba(232,114,42,0.15);
    color: var(--fc-amber);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid rgba(232,114,42,0.25);
}
.fc-hero h1 {
    font-size: 64px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.05;
}
.fc-hero h1 span { color: var(--fc-orange); }
.fc-hero p {
    font-size: 18px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 36px;
    line-height: 1.8;
    max-width: 560px;
}
.fc-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Page hero (smaller) */
.fc-page-hero {
    background: linear-gradient(135deg, var(--fc-dark), var(--fc-navy));
    color: #fff;
    padding: 56px 0 60px;
    text-align: center;
    position: relative;
}
.fc-page-hero::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--fc-orange), var(--fc-amber), var(--fc-orange));
}
.fc-page-hero h1 { font-size: 48px; color: #fff; margin-bottom: 10px; }
.fc-page-hero p { color: rgba(255,255,255,0.7); font-size: 16px; }

/* Hero Stats bar */
.fc-hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.12);
}
.fc-hero-stat strong {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 38px;
    color: var(--fc-orange);
    line-height: 1;
}
.fc-hero-stat span {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ═══════════════════════════════════════════════
   SECTIONS
   ═══════════════════════════════════════════════ */
.fc-section { padding: 80px 0; }
.fc-section-gray { background: var(--fc-light); }
.fc-section-dark { background: var(--fc-navy); color: #fff; }
.fc-section-dark h2, .fc-section-dark h3 { color: #fff; }

.fc-section-header {
    text-align: center;
    margin-bottom: 50px;
}
.fc-section-header h2 {
    font-size: 44px;
    margin-bottom: 14px;
}
.fc-section-header h2 span { color: var(--fc-orange); }
.fc-section-header p {
    color: var(--fc-text-light);
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}
.fc-section-dark .fc-section-header p { color: rgba(255,255,255,0.65); }
.fc-section-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--fc-orange), var(--fc-amber));
    margin: 16px auto 0;
    border-radius: 2px;
}

/* ═══════════════════════════════════════════════
   SERVICE / CATEGORY CARDS
   ═══════════════════════════════════════════════ */
.fc-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}
.fc-service-card {
    background: var(--fc-white);
    border-radius: var(--fc-radius);
    padding: 36px 28px;
    border: 1px solid var(--fc-border);
    transition: var(--fc-transition);
    position: relative;
    overflow: hidden;
}
.fc-service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--fc-shadow-lg);
    border-color: var(--fc-orange);
}
.fc-service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--fc-orange), var(--fc-amber));
    opacity: 0;
    transition: var(--fc-transition);
}
.fc-service-card:hover::before { opacity: 1; }
.fc-service-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(232,114,42,0.12), rgba(245,166,35,0.08));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}
.fc-service-card h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.fc-service-card p {
    font-size: 14px;
    color: var(--fc-text-light);
    line-height: 1.7;
}

/* ═══════════════════════════════════════════════
   PRODUCT CARDS (Shop page)
   ═══════════════════════════════════════════════ */
.fc-category-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.fc-tab {
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid var(--fc-border);
    background: var(--fc-white);
    color: var(--fc-text);
    transition: var(--fc-transition);
}
.fc-tab:hover, .fc-tab.active {
    background: var(--fc-orange);
    color: var(--fc-white);
    border-color: var(--fc-orange);
}


.fc-products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.fc-product-card {
    background: var(--fc-white);
    border-radius: var(--fc-radius);
    overflow: hidden;
    border: 1px solid var(--fc-border);
    transition: var(--fc-transition);
    display: flex;
    flex-direction: column;
    position: relative;
}
.fc-product-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--fc-orange), var(--fc-amber));
    opacity: 0;
    transition: var(--fc-transition);
    z-index: 2;
}
.fc-product-card:hover {
    box-shadow: var(--fc-shadow-lg);
    transform: translateY(-5px);
    border-color: var(--fc-orange);
}
.fc-product-card:hover::before { opacity: 1; }

/* ── Product image area ── */
.fc-product-img {
    height: 240px;
    background: linear-gradient(145deg, var(--fc-light) 0%, var(--fc-concrete) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-size: 48px;
}
/* All real images inside — fill and cover, tile side by side when multiple */
.fc-product-img img:not(.emoji):not([src*="emoji"]) {
    flex: 1;
    min-width: 0;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: none;
}
/* Single real image takes full width absolutely */
.fc-product-img > img:not(.emoji):not([src*="emoji"]):first-child:last-of-type {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    flex: none;
}
/* Emoji / SVG fallback icons */
.fc-product-img img.emoji,
.fc-product-img img[src*="emoji"] {
    width: 60px !important;
    height: 60px !important;
    flex: none !important;
    object-fit: contain !important;
    position: relative !important;
}
/* Override WordPress alignment classes */
.fc-product-img .alignnone {
    margin: 0;
    float: none;
}
/* Badge */
.fc-product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    z-index: 3;
}
.fc-badge-hire { background: var(--fc-navy); color: #fff; }
.fc-badge-sale { background: var(--fc-success); color: #fff; }
.fc-badge-service { background: var(--fc-orange); color: #fff; }

/* ── Product content area ── */
.fc-product-info {
    padding: 24px 28px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: var(--fc-text-light);
    line-height: 1.7;
}
.fc-product-cat {
    font-size: 11px;
    color: var(--fc-orange);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}
.fc-product-info h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--fc-navy);
    line-height: 1.3;
}
.fc-product-info p {
    font-size: 14px;
    color: var(--fc-text-light);
    line-height: 1.7;
    flex: 1;
    margin: 0;
}
.fc-product-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--fc-border);
}
.fc-product-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: var(--fc-orange);
}
.fc-product-price small {
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    color: var(--fc-text-light);
    font-weight: 400;
}

/* ═══════════════════════════════════════════════
   PORTFOLIO
   ═══════════════════════════════════════════════ */
.fc-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 28px;
}
.fc-project-card {
    background: var(--fc-white);
    border-radius: var(--fc-radius);
    overflow: hidden;
    border: 1px solid var(--fc-border);
    transition: var(--fc-transition);
}
.fc-project-card:hover {
    box-shadow: var(--fc-shadow-lg);
    transform: translateY(-4px);
}
.fc-project-img {
    height: 260px;
    background: linear-gradient(135deg, var(--fc-navy), var(--fc-navy-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    position: relative;
    overflow: hidden;
}
.fc-project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fc-project-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(14,26,47,0.85));
    padding: 30px 24px 20px;
}
.fc-project-location {
    font-size: 11px;
    color: var(--fc-amber);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.fc-project-overlay h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: #fff;
    margin-top: 4px;
}
.fc-project-body {
    padding: 24px;
}
.fc-project-body p {
    font-size: 14px;
    color: var(--fc-text-light);
    line-height: 1.7;
    margin-bottom: 16px;
}
.fc-project-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.fc-project-tag {
    padding: 4px 12px;
    background: var(--fc-light);
    color: var(--fc-text-light);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ═══════════════════════════════════════════════
   WHY CHOOSE US / FEATURES
   ═══════════════════════════════════════════════ */
.fc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 32px;
}
.fc-feature {
    text-align: center;
    padding: 20px;
}
.fc-feature-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 54px;
    color: var(--fc-orange);
    line-height: 1;
    margin-bottom: 12px;
}
.fc-feature h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.fc-feature p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
}

/* ═══════════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════════ */
.fc-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.fc-contact-info {
    background: var(--fc-navy);
    color: #fff;
    border-radius: var(--fc-radius);
    padding: 40px;
}
.fc-contact-info h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 24px;
}
.fc-contact-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: flex-start;
}
.fc-contact-icon {
    width: 44px;
    height: 44px;
    background: rgba(232,114,42,0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.fc-contact-item h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--fc-amber);
    margin-bottom: 4px;
}
.fc-contact-item p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
}
.fc-contact-item a { color: rgba(255,255,255,0.85); }
.fc-contact-item a:hover { color: var(--fc-orange); }

.fc-contact-form {
    background: var(--fc-white);
    border: 1px solid var(--fc-border);
    border-radius: var(--fc-radius);
    padding: 40px;
}
.fc-contact-form h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

/* ═══════════════════════════════════════════════
   FORMS
   ═══════════════════════════════════════════════ */
.fc-form .fc-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
.fc-form .fc-form-group { margin-bottom: 16px; }
.fc-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--fc-navy);
    margin-bottom: 6px;
}
.fc-form input, .fc-form select, .fc-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--fc-border);
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    color: var(--fc-text);
    transition: var(--fc-transition);
    background: var(--fc-white);
}
.fc-form input:focus, .fc-form select:focus, .fc-form textarea:focus {
    outline: none;
    border-color: var(--fc-orange);
    box-shadow: 0 0 0 3px rgba(232,114,42,0.1);
}
.fc-form textarea { resize: vertical; min-height: 120px; }

/* ═══════════════════════════════════════════════
   CTA BANNER
   ═══════════════════════════════════════════════ */
.fc-cta {
    background: linear-gradient(135deg, var(--fc-orange), #D35400);
    color: #fff;
    padding: 64px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.fc-cta::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 300px; height: 300px;
    border: 50px solid rgba(255,255,255,0.06);
    border-radius: 50%;
}
.fc-cta h2 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 14px;
}
.fc-cta p {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ═══════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════ */
.fc-footer {
    background: var(--fc-dark);
    color: rgba(255,255,255,0.6);
    padding: 64px 0 0;
}
.fc-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    padding-bottom: 48px;
}
.fc-footer h4 {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.fc-footer p { font-size: 14px; line-height: 1.7; }
.fc-footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.fc-footer-logo strong {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.05em;
}
.fc-footer ul li { margin-bottom: 10px; }
.fc-footer ul li a { color: rgba(255,255,255,0.6); font-size: 14px; }
.fc-footer ul li a:hover { color: var(--fc-orange); }

.fc-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.fc-footer-bottom a { color: var(--fc-orange); }

/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .fc-hero h1 { font-size: 48px; }
    .fc-page-hero h1 { font-size: 38px; }
    .fc-section-header h2 { font-size: 36px; }
    .fc-footer-grid { grid-template-columns: 1fr 1fr; }
    .fc-contact-grid { grid-template-columns: 1fr; }
    .fc-portfolio-grid { grid-template-columns: 1fr; }
    .fc-products-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .fc-topbar { display: none; }
    .fc-menu-toggle { display: block; }
    .fc-nav {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: var(--fc-navy);
        flex-direction: column;
        padding: 16px 0;
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    .fc-nav.active { display: flex; }
    .fc-nav a { padding: 14px 24px; }
    .fc-nav a::after { display: none; }
    .fc-nav .fc-nav-cta { margin: 8px 24px; text-align: center; }

    .fc-hero { padding: 60px 0 70px; }
    .fc-hero h1 { font-size: 36px; }
    .fc-hero p { font-size: 16px; }
    .fc-hero-stats { flex-wrap: wrap; gap: 24px; }
    .fc-section { padding: 50px 0; }
    .fc-section-header h2 { font-size: 30px; }
    .fc-form .fc-form-row { grid-template-columns: 1fr; }
    .fc-product-card { /* already vertical */ }
    .fc-product-img { height: 180px; }
    .fc-products-grid { grid-template-columns: 1fr; }
    .fc-footer-grid { grid-template-columns: 1fr; }
    .fc-footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
    .fc-cta h2 { font-size: 32px; }
}

/* Admin bar fix */
body.admin-bar .fc-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .fc-header { top: 46px; } }