/*
Theme Name:   Mundori Boards Child
Theme URI:    https://www.mundoriboards.co.za
Description:  Mundori Boards Cut and Edge – Astra Child Theme with Elementor support
Author:       Mundori Boards
Author URI:   https://www.mundoriboards.co.za
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
Text Domain:  mundori
Tags: child-theme, elementor, astra
*/

/* ============================================================
   MUNDORI BOARDS – GLOBAL CUSTOM STYLES
   ============================================================ */

:root {
    --mundori-orange:  #F57C00;
    --mundori-orange2: #FF8F00;
    --mundori-gold:    #FFB300;
    --mundori-dark:    #1A1A1A;
    --mundori-darker:  #111111;
    --mundori-blue:    #1565C0;
    --mundori-blue2:   #1976D2;
    --mundori-light:   #F5F5F5;
    --mundori-white:   #FFFFFF;
    --mundori-gray:    #757575;
    --mundori-gray2:   #EEEEEE;
    --mundori-border:  #E0E0E0;
    --mundori-radius:  8px;
    --mundori-shadow:  0 4px 20px rgba(0,0,0,0.12);
    --mundori-font:    'Barlow', sans-serif;
    --mundori-display: 'Oswald', sans-serif;
}

/* === GOOGLE FONTS IMPORT === */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

/* === BASE === */
body {
    font-family: var(--mundori-font);
    color: var(--mundori-dark);
    background: var(--mundori-white);
    font-size: 16px;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--mundori-display);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: var(--mundori-dark);
}

a { color: var(--mundori-orange); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--mundori-blue); }

/* === BUTTONS === */
.mundori-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: var(--mundori-radius);
    font-family: var(--mundori-display);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 2px solid transparent;
    text-decoration: none;
}
.mundori-btn-primary {
    background: var(--mundori-orange);
    color: #fff;
    border-color: var(--mundori-orange);
}
.mundori-btn-primary:hover {
    background: var(--mundori-orange2);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245,124,0,0.4);
}
.mundori-btn-secondary {
    background: transparent;
    color: var(--mundori-white);
    border-color: var(--mundori-white);
}
.mundori-btn-secondary:hover {
    background: var(--mundori-white);
    color: var(--mundori-dark);
}
.mundori-btn-outline {
    background: transparent;
    color: var(--mundori-orange);
    border-color: var(--mundori-orange);
}
.mundori-btn-outline:hover {
    background: var(--mundori-orange);
    color: #fff;
}

/* === SECTION SPACING === */
.mundori-section {
    padding: 80px 0;
}
.mundori-section-sm {
    padding: 50px 0;
}

/* === SECTION HEADINGS === */
.mundori-section-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--mundori-dark);
}
.mundori-section-subtitle {
    font-size: 18px;
    color: var(--mundori-gray);
    max-width: 600px;
    line-height: 1.6;
}
.mundori-eyebrow {
    display: inline-block;
    font-family: var(--mundori-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--mundori-orange);
    margin-bottom: 10px;
    padding: 4px 12px;
    background: rgba(245,124,0,0.1);
    border-radius: 4px;
}
.mundori-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--mundori-orange), var(--mundori-gold));
    border-radius: 2px;
    margin: 16px 0 24px;
}
.mundori-divider.center { margin: 16px auto 24px; }

/* === TOP BAR === */
.mundori-topbar {
    background: var(--mundori-dark);
    color: #ccc;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 2px solid var(--mundori-orange);
}
.mundori-topbar a { color: #ccc; }
.mundori-topbar a:hover { color: var(--mundori-orange); }
.mundori-topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.mundori-topbar-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.mundori-topbar-right {
    display: flex;
    gap: 20px;
}

/* === HERO SECTION === */
.mundori-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--mundori-darker) 0%, #2a1f00 50%, #001a3d 100%);
    overflow: hidden;
}
.mundori-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(245,124,0,0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(21,101,192,0.15) 0%, transparent 60%);
    pointer-events: none;
}
.mundori-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: repeating-linear-gradient(
        45deg,
        #fff 0,
        #fff 1px,
        transparent 0,
        transparent 50%
    );
    background-size: 30px 30px;
}
.mundori-hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
}
.mundori-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245,124,0,0.15);
    border: 1px solid rgba(245,124,0,0.3);
    color: var(--mundori-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 24px;
}
.mundori-hero h1 {
    font-size: clamp(36px, 5.5vw, 70px);
    color: var(--mundori-white);
    margin-bottom: 20px;
    line-height: 1.1;
}
.mundori-hero h1 span { color: var(--mundori-orange); }
.mundori-hero p {
    font-size: clamp(16px, 2vw, 20px);
    color: rgba(255,255,255,0.75);
    max-width: 600px;
    margin-bottom: 36px;
    font-weight: 300;
    line-height: 1.7;
}
.mundori-hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}
.mundori-hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    flex-wrap: wrap;
}
.mundori-hero-stat-number {
    font-family: var(--mundori-display);
    font-size: 36px;
    font-weight: 700;
    color: var(--mundori-orange);
    display: block;
    line-height: 1;
}
.mundori-hero-stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.mundori-hero-image-side {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45%;
    overflow: hidden;
}
.mundori-hero-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    mix-blend-mode: luminosity;
}

/* === SERVICES STRIP === */
.mundori-services-strip {
    background: var(--mundori-orange);
    padding: 0;
}
.mundori-services-strip-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mundori-strip-item {
    padding: 18px 32px;
    color: white;
    font-family: var(--mundori-display);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid rgba(255,255,255,0.2);
    transition: background 0.2s;
}
.mundori-strip-item:last-child { border-right: none; }
.mundori-strip-item:hover { background: rgba(0,0,0,0.15); }

/* === ABOUT SECTION === */
.mundori-about {
    background: var(--mundori-white);
}
.mundori-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}
.mundori-about-image-wrap {
    position: relative;
}
.mundori-about-image-wrap img {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover;
    height: 500px;
}
.mundori-about-image-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--mundori-orange);
    color: white;
    padding: 20px 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--mundori-shadow);
}
.mundori-about-image-badge strong {
    font-family: var(--mundori-display);
    font-size: 28px;
    display: block;
    line-height: 1;
}
.mundori-about-image-badge span {
    font-size: 12px;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.mundori-about-commitments {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.mundori-about-commitments li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
}
.mundori-about-commitments li::before {
    content: '✓';
    width: 24px;
    height: 24px;
    background: var(--mundori-orange);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

/* === SERVICES CARDS === */
.mundori-services-bg {
    background: var(--mundori-light);
}
.mundori-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.mundori-service-card {
    background: var(--mundori-white);
    border-radius: 12px;
    padding: 36px 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-top: 4px solid transparent;
}
.mundori-service-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(135deg, var(--mundori-orange), var(--mundori-gold));
    transition: height 0.3s ease;
    z-index: 0;
    opacity: 0.05;
}
.mundori-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
    border-top-color: var(--mundori-orange);
}
.mundori-service-card:hover::before { height: 100%; }
.mundori-service-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--mundori-orange), var(--mundori-gold));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.mundori-service-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}
.mundori-service-card p {
    font-size: 15px;
    color: var(--mundori-gray);
    line-height: 1.65;
    position: relative;
    z-index: 1;
    margin: 0;
}

/* === PROCESS SECTION === */
.mundori-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 48px;
    position: relative;
}
.mundori-process-grid::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--mundori-orange), var(--mundori-blue));
    z-index: 0;
}
.mundori-process-step {
    text-align: center;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}
.mundori-process-number {
    width: 72px;
    height: 72px;
    background: var(--mundori-dark);
    border: 3px solid var(--mundori-orange);
    color: var(--mundori-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--mundori-display);
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto 20px;
}
.mundori-process-step h4 {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--mundori-dark);
}
.mundori-process-step p {
    font-size: 13px;
    color: var(--mundori-gray);
    line-height: 1.6;
    margin: 0;
}

/* === WHY CHOOSE US === */
.mundori-why-bg {
    background: linear-gradient(135deg, var(--mundori-dark) 0%, #1a1a2e 100%);
    color: white;
}
.mundori-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
}
.mundori-why-card {
    padding: 32px;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s;
}
.mundori-why-card:hover {
    background: rgba(245,124,0,0.1);
    border-color: rgba(245,124,0,0.3);
    transform: translateY(-4px);
}
.mundori-why-card h3 {
    font-size: 18px;
    margin: 16px 0 8px;
    color: white;
}
.mundori-why-card p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
    margin: 0;
}
.mundori-why-icon {
    font-size: 32px;
    display: block;
}

/* === FAQ === */
.mundori-faq-list {
    margin-top: 36px;
    max-width: 800px;
}
.mundori-faq-item {
    border: 1px solid var(--mundori-border);
    border-radius: var(--mundori-radius);
    margin-bottom: 12px;
    overflow: hidden;
}
.mundori-faq-question {
    padding: 20px 24px;
    font-family: var(--mundori-display);
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--mundori-white);
    transition: background 0.2s;
}
.mundori-faq-question:hover { background: var(--mundori-light); }
.mundori-faq-question.open {
    background: var(--mundori-orange);
    color: white;
}
.mundori-faq-toggle {
    width: 24px;
    height: 24px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    transition: transform 0.3s;
}
.mundori-faq-question.open .mundori-faq-toggle { transform: rotate(45deg); }
.mundori-faq-answer {
    display: none;
    padding: 20px 24px;
    font-size: 15px;
    color: var(--mundori-gray);
    line-height: 1.7;
    background: var(--mundori-light);
}

/* === CONTACT SECTION === */
.mundori-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 60px;
    align-items: start;
}
.mundori-contact-info-card {
    background: var(--mundori-dark);
    color: white;
    padding: 40px;
    border-radius: 12px;
}
.mundori-contact-info-card h2 { color: white; }
.mundori-contact-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mundori-contact-item:last-of-type { border-bottom: none; }
.mundori-contact-item-icon {
    width: 44px;
    height: 44px;
    background: rgba(245,124,0,0.15);
    border: 1px solid rgba(245,124,0,0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.mundori-contact-item-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--mundori-orange);
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}
.mundori-contact-item-value {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
}
.mundori-contact-item-value a { color: rgba(255,255,255,0.85); }
.mundori-contact-item-value a:hover { color: var(--mundori-orange); }

/* === CONTACT FORM === */
.mundori-contact-form-wrap {
    background: var(--mundori-white);
    border-radius: 12px;
    padding: 40px;
    box-shadow: var(--mundori-shadow);
}
.mundori-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.mundori-form .form-group {
    margin-bottom: 20px;
}
.mundori-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mundori-dark);
    margin-bottom: 6px;
}
.mundori-form input,
.mundori-form select,
.mundori-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--mundori-border);
    border-radius: var(--mundori-radius);
    font-family: var(--mundori-font);
    font-size: 15px;
    color: var(--mundori-dark);
    background: var(--mundori-light);
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.mundori-form input:focus,
.mundori-form select:focus,
.mundori-form textarea:focus {
    outline: none;
    border-color: var(--mundori-orange);
    box-shadow: 0 0 0 3px rgba(245,124,0,0.12);
    background: white;
}
.mundori-form textarea { resize: vertical; }
#form-response {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: var(--mundori-radius);
    font-size: 15px;
}
#form-response.success { background: #E8F5E9; color: #2E7D32; border: 1px solid #A5D6A7; }
#form-response.error   { background: #FFEBEE; color: #C62828; border: 1px solid #EF9A9A; }

/* === MAP === */
.mundori-map-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--mundori-shadow);
    margin-top: 32px;
}
.mundori-map-wrap iframe {
    display: block;
    width: 100%;
    height: 300px;
    border: 0;
}

/* === FOOTER === */
.mundori-footer {
    background: var(--mundori-darker);
    color: rgba(255,255,255,0.6);
}
.mundori-footer-main {
    padding: 70px 0 40px;
}
.mundori-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
}
.mundori-footer-logo { margin-bottom: 16px; }
.mundori-footer-logo img { max-height: 80px; }
.mundori-footer-about {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.mundori-footer h4 {
    color: white;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--mundori-orange);
    display: inline-block;
}
.mundori-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mundori-footer-links li {
    margin-bottom: 10px;
}
.mundori-footer-links a {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mundori-footer-links a::before {
    content: '›';
    color: var(--mundori-orange);
    font-size: 16px;
}
.mundori-footer-links a:hover { color: var(--mundori-orange); }
.mundori-footer-contact-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 14px;
}
.mundori-footer-contact-item a { color: rgba(255,255,255,0.6); }
.mundori-footer-contact-item a:hover { color: var(--mundori-orange); }
.mundori-footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    flex-wrap: wrap;
    gap: 12px;
}
.mundori-footer-reg {
    color: rgba(255,255,255,0.3);
    font-size: 12px;
}
.mundori-footer-cta {
    background: linear-gradient(135deg, var(--mundori-orange) 0%, var(--mundori-gold) 100%);
    padding: 60px 0;
    text-align: center;
}
.mundori-footer-cta h2 {
    color: white;
    font-size: clamp(28px, 4vw, 44px);
    margin-bottom: 12px;
}
.mundori-footer-cta p {
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    margin-bottom: 32px;
}
.mundori-footer-cta .mundori-btn-secondary {
    border-color: white;
    color: white;
}
.mundori-footer-cta .mundori-btn-secondary:hover {
    background: white;
    color: var(--mundori-orange);
}

/* === WHATSAPP FLOAT === */
.mundori-whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,0.5);
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
}
.mundori-whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37,211,102,0.6);
}
.mundori-whatsapp-float svg { width: 30px; height: 30px; fill: white; }

/* === GALLERY GRID === */
.mundori-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
}
.mundori-gallery-item {
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: var(--mundori-gray2);
}
.mundori-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.mundori-gallery-item:hover img { transform: scale(1.05); }
.mundori-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
    color: white;
    font-family: var(--mundori-display);
    font-size: 18px;
    font-weight: 600;
}
.mundori-gallery-item:hover .mundori-gallery-overlay { opacity: 1; }
.mundori-gallery-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--mundori-gray);
    font-size: 14px;
    text-align: center;
    gap: 12px;
    height: 100%;
    background: var(--mundori-light);
    border: 2px dashed var(--mundori-border);
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    transition: border-color 0.2s;
}
.mundori-gallery-placeholder:hover { border-color: var(--mundori-orange); }
.mundori-gallery-placeholder-icon { font-size: 36px; opacity: 0.4; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .mundori-services-grid { grid-template-columns: repeat(2, 1fr); }
    .mundori-process-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .mundori-process-grid::before { display: none; }
    .mundori-why-grid { grid-template-columns: repeat(2, 1fr); }
    .mundori-footer-grid { grid-template-columns: 1fr 1fr; }
    .mundori-hero-image-side { display: none; }
}
@media (max-width: 768px) {
    .mundori-section { padding: 56px 0; }
    .mundori-about-grid { grid-template-columns: 1fr; gap: 40px; }
    .mundori-about-image-wrap { order: -1; }
    .mundori-about-image-badge { bottom: 10px; right: 10px; }
    .mundori-services-grid { grid-template-columns: 1fr; }
    .mundori-process-grid { grid-template-columns: 1fr; }
    .mundori-why-grid { grid-template-columns: 1fr; }
    .mundori-contact-grid { grid-template-columns: 1fr; }
    .mundori-form .form-row { grid-template-columns: 1fr; }
    .mundori-footer-grid { grid-template-columns: 1fr; }
    .mundori-about-commitments { grid-template-columns: 1fr; }
    .mundori-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .mundori-hero-stats { gap: 24px; }
    .mundori-topbar { display: none; }
    .mundori-services-strip-inner { flex-direction: column; align-items: stretch; }
    .mundori-strip-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
}

/* === ELEMENTOR COMPATIBILITY === */
.elementor-section .mundori-btn { margin: 4px; }
.e-con-inner .mundori-section-title,
.elementor-widget-container .mundori-section-title { margin-top: 0; }

/* ═══ GALLERY TABS ═══ */
.mundori-gallery-tab {
    padding: 10px 22px;
    border-radius: 30px;
    border: 2px solid var(--mundori-border);
    background: white;
    font-family: var(--mundori-display);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    color: var(--mundori-gray);
}
.mundori-gallery-tab:hover,
.mundori-gallery-tab.active {
    background: var(--mundori-orange);
    border-color: var(--mundori-orange);
    color: white;
}

/* ═══ GALLERY ITEM OVERLAY TEXT ═══ */
.mundori-gallery-overlay {
    flex-direction: column;
    text-align: center;
    gap: 4px;
}
.mundori-gallery-overlay strong {
    display: block;
    font-family: var(--mundori-display);
    font-size: 17px;
}
.mundori-gallery-overlay span {
    font-size: 13px;
    opacity: 0.75;
}

/* ═══ GALLERY IMAGE SIZING ═══ */
.mundori-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.mundori-gallery-item {
    aspect-ratio: 4/3;
}

/* ═══ MACHINERY SECTION RESPONSIVE ═══ */
@media (max-width: 768px) {
    .mundori-section[id="machinery"] > .container > div {
        grid-template-columns: 1fr !important;
    }
    .mundori-faq-list { margin-top: 0; }
    .mundori-section[id="faq"] > .container > div {
        grid-template-columns: 1fr !important;
    }
}
