
.ef-home { font-family: 'Inter', sans-serif; color: #1A1A1A; }

.ef-hero { position: relative; min-height: 80vh; display: flex; align-items: center; background: linear-gradient(135deg, #F5F0E8 0%, #EFE9DD 100%); overflow: hidden; }
.ef-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: linear-gradient(135deg, rgba(139,111,71,0.05) 0%, rgba(201,169,97,0.1) 100%); }
.ef-hero-content { max-width: 1200px; margin: 0 auto; padding: 60px 20px; position: relative; z-index: 2; }
.ef-hero-eyebrow { display: inline-block; background: #C9A961; color: #1A1A1A; padding: 6px 16px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 24px; }
.ef-hero-title { font-family: 'Playfair Display', Georgia, serif; font-size: 72px; font-weight: 500; color: #1A1A1A; margin: 0 0 16px; line-height: 1.05; max-width: 700px; }
.ef-hero-subtitle { font-size: 20px; color: #6B6B6B; margin: 0 0 32px; max-width: 600px; line-height: 1.5; }
.ef-hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.ef-btn-primary { display: inline-block; background: #1A1A1A; color: #FFFFFF; padding: 18px 40px; border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; transition: all 0.3s ease; }
.ef-btn-primary:hover { background: #8B6F47; color: #FFFFFF; transform: translateY(-2px); }
.ef-btn-secondary { display: inline-block; background: transparent; color: #1A1A1A; padding: 18px 40px; border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; border: 2px solid #1A1A1A; transition: all 0.3s ease; }
.ef-btn-secondary:hover { background: #1A1A1A; color: #FFFFFF; }
.ef-hero-stats { display: flex; gap: 48px; margin-top: 60px; flex-wrap: wrap; }
.ef-hero-stat strong { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 48px; color: #8B6F47; font-weight: 600; line-height: 1; }
.ef-hero-stat span { font-size: 12px; color: #6B6B6B; text-transform: uppercase; letter-spacing: 1.5px; }

.ef-section { padding: 80px 20px; }
.ef-section-dark { background: linear-gradient(135deg, #1A1A1A 0%, #2C2825 100%); color: #FFFFFF; }
.ef-section-cream { background: #F5F0E8; }
.ef-container { max-width: 1200px; margin: 0 auto; }
.ef-section-eyebrow { font-size: 11px; font-weight: 700; color: #C9A961; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 12px; }
.ef-section-title { font-family: 'Playfair Display', Georgia, serif; font-size: 48px; font-weight: 500; color: inherit; margin: 0 0 16px; line-height: 1.1; }
.ef-section-dark .ef-section-title { color: #FFFFFF; }
.ef-section-subtitle { font-size: 18px; color: #6B6B6B; max-width: 700px; line-height: 1.6; margin: 0 0 48px; }
.ef-section-dark .ef-section-subtitle { color: #C8C0B5; }
.ef-section-header { text-align: center; margin-bottom: 60px; }
.ef-section-header .ef-section-subtitle { margin: 0 auto 48px; }

.ef-cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.ef-cat-card { background: #FFFFFF; border-radius: 8px; overflow: hidden; text-align: center; transition: all 0.3s ease; border: 1px solid #F0F0F0; text-decoration: none; color: inherit; display: block; }
.ef-cat-card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.ef-cat-card-img { width: 100%; height: 200px; background: #F5F0E8; display: flex; align-items: center; justify-content: center; font-size: 48px; color: #8B6F47; }
.ef-cat-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; font-weight: 500; color: #1A1A1A; margin: 16px 0 4px; padding: 0 16px; }
.ef-cat-card span { display: block; font-size: 12px; color: #6B6B6B; text-transform: uppercase; letter-spacing: 1.5px; padding: 0 16px 16px; }

.ef-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; text-align: center; }
.ef-stat-num { font-family: 'Playfair Display', Georgia, serif; font-size: 56px; color: #C9A961; font-weight: 600; line-height: 1; }
.ef-stat-label { font-size: 12px; color: #C8C0B5; text-transform: uppercase; letter-spacing: 2px; margin-top: 12px; }

.ef-power-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.ef-power-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(201,169,97,0.2); border-radius: 8px; padding: 32px; transition: all 0.3s ease; }
.ef-power-card:hover { background: rgba(201,169,97,0.1); border-color: #C9A961; transform: translateY(-4px); }
.ef-power-card-icon { font-size: 32px; color: #C9A961; margin-bottom: 16px; }
.ef-power-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; color: #FFFFFF; margin: 0 0 12px; font-weight: 500; }
.ef-power-card p { font-size: 14px; color: #C8C0B5; line-height: 1.6; margin: 0; }

.ef-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.ef-feature-item { display: flex; align-items: center; gap: 12px; padding: 16px; background: #FFFFFF; border-radius: 8px; border: 1px solid #F0F0F0; }
.ef-feature-check { color: #C9A961; font-size: 20px; line-height: 1; flex-shrink: 0; }
.ef-feature-text { font-size: 14px; color: #1A1A1A; line-height: 1.4; }

.ef-cta-section { background: linear-gradient(135deg, #8B6F47 0%, #5C4A30 100%); color: #FFFFFF; padding: 100px 20px; text-align: center; }
.ef-cta-section h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 56px; color: #FFFFFF; margin: 0 0 16px; font-weight: 500; }
.ef-cta-section p { font-size: 18px; color: #F5F0E8; max-width: 600px; margin: 0 auto 32px; }
.ef-cta-btn { display: inline-block; background: #C9A961; color: #1A1A1A; padding: 18px 48px; border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
.ef-cta-btn:hover { background: #FFFFFF; color: #1A1A1A; }

.ef-countdown-section { background: #1A1A1A; color: #FFFFFF; padding: 60px 20px; text-align: center; }
.ef-countdown-section h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 36px; margin: 0 0 8px; color: #FFFFFF; }
.ef-countdown-section p { color: #C9A961; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 24px; }
.ef-countdown { display: flex; justify-content: center; gap: 32px; }
.ef-cd-item { text-align: center; }
.ef-cd-num { font-family: 'Playfair Display', Georgia, serif; font-size: 64px; color: #C9A961; font-weight: 600; line-height: 1; }
.ef-cd-label { font-size: 11px; color: #C8C0B5; text-transform: uppercase; letter-spacing: 2px; margin-top: 8px; }

.ef-services { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; text-align: center; }
.ef-service-icon { font-size: 36px; color: #8B6F47; margin-bottom: 16px; }
.ef-service h4 { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; margin: 0 0 8px; color: #1A1A1A; }
.ef-service p { font-size: 13px; color: #6B6B6B; line-height: 1.6; margin: 0; }

.ef-prod-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.ef-prod-card { background: #FFFFFF; border-radius: 8px; overflow: hidden; transition: all 0.3s ease; border: 1px solid #F0F0F0; }
.ef-prod-card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.ef-prod-img { width: 100%; height: 240px; background: #F5F0E8; display: flex; align-items: center; justify-content: center; color: #8B6F47; font-size: 14px; }
.ef-prod-content { padding: 16px; }
.ef-prod-title { font-family: 'Playfair Display', Georgia, serif; font-size: 16px; font-weight: 500; color: #1A1A1A; margin: 0 0 8px; }
.ef-prod-price { font-family: 'Playfair Display', Georgia, serif; font-size: 20px; color: #8B6F47; font-weight: 600; }

@media (max-width: 768px) {
    /* Typography */
    .ef-hero-title { font-size: 42px !important; line-height: 1.05 !important; }
    .ef-section-title { font-size: 32px !important; }
    .ef-cta-section h2 { font-size: 32px !important; }
    .ef-power-card h3 { font-size: 18px !important; }
    .ef-power-card p { font-size: 13px !important; }

    /* Hero */
    .ef-hero { min-height: 60vh !important; }
    .ef-hero-content { padding: 40px 16px !important; }
    .ef-hero-subtitle { font-size: 16px !important; }
    .ef-hero-stats { gap: 24px !important; }
    .ef-hero-stat strong { font-size: 32px !important; }
    .ef-hero-stat span { font-size: 10px !important; }

    /* Hero buttons stack */
    .ef-hero-cta { flex-direction: column !important; align-items: stretch !important; }
    .ef-btn-primary, .ef-btn-secondary { padding: 14px 24px !important; font-size: 12px !important; }

    /* Category grid */
    .ef-cat-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
    .ef-cat-card h3 { font-size: 14px !important; }
    .ef-cat-card span { font-size: 10px !important; }
    .ef-cat-card-img { height: 140px !important; font-size: 32px !important; }

    /* Sections */
    .ef-section { padding: 48px 16px !important; }
    .ef-section-header { margin-bottom: 32px !important; }
    .ef-section-subtitle { font-size: 15px !important; }

    /* Countdown */
    .ef-countdown { gap: 12px !important; flex-wrap: wrap !important; }
    .ef-cd-num { font-size: 36px !important; }
    .ef-cd-label { font-size: 10px !important; }
    .ef-countdown-section h2 { font-size: 24px !important; }
    .ef-countdown-section { padding: 40px 16px !important; }

    /* Power cards */
    .ef-power-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
    .ef-power-card { padding: 20px !important; }
    .ef-power-card-icon { font-size: 24px !important; margin-bottom: 10px !important; }

    /* Features */
    .ef-features-grid { grid-template-columns: 1fr !important; gap: 10px !important; }
    .ef-feature-item { padding: 12px !important; }
    .ef-feature-text { font-size: 13px !important; }

    /* Services */
    .ef-services { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
    .ef-service h4 { font-size: 14px !important; }
    .ef-service p { font-size: 11px !important; }

    /* Stats */
    .ef-stats-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 24px !important; }
    .ef-stat-num { font-size: 36px !important; }
    .ef-stat-label { font-size: 10px !important; }

    /* CTA */
    .ef-cta-section { padding: 60px 16px !important; }
    .ef-cta-section p { font-size: 15px !important; }
    .ef-cta-btn { padding: 14px 32px !important; }

    /* Container */
    .ef-container { padding: 0 !important; }
}

/* Very small phones */
@media (max-width: 480px) {
    .ef-hero-title { font-size: 32px !important; }
    .ef-cat-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; }
    .ef-services { grid-template-columns: 1fr !important; }
    .ef-stats-grid { grid-template-columns: 1fr 1fr !important; }
    .ef-countdown { gap: 8px !important; }
    .ef-cd-num { font-size: 28px !important; }
}
