@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root {
    /* Brand palette */
    --primary: #1976c5;
    --primary-dark: #105895;
    --secondary: #102b50;
    --bg: #f8fafc;
    --bg-light: #eaf3fb;
    --bg-darker: #d0e0f0;
    --surface: #ffffff;
    --text: #182f4b;
    --muted: #53677b;
    --line: #dce7f0;
    --accent: #e0a22d;
    --whatsapp: #1faa53;

    --font-heading: 'Archivo', system-ui, sans-serif;
    --font-body: 'Source Sans 3', system-ui, sans-serif;

    --r-sm: 10px; --r-md: 16px; --r-lg: 26px; --r-pill: 999px;
    --shadow-sm: 0 2px 10px rgba(38,56,59,.07);
    --shadow-md: 0 10px 30px rgba(38,56,59,.10);
    --shadow-lg: 0 24px 60px rgba(38,56,59,.16);
    --ease: cubic-bezier(.22,.61,.36,1);
}

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

html { scroll-behavior: smooth; scrollbar-gutter: stable; } 
img { max-width: 100%; display: block; }
::selection { background: var(--primary); color: #fff; }

body {
    color: var(--text); background-color: var(--bg);
    line-height: 1.7; font-family: var(--font-body);
    font-weight: 400; font-size: 16px; -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 700; color: var(--secondary); margin-bottom: 15px; line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.3rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }

/* FIX: Simple margin for P tags. Any text centering is handled naturally by wrapper divs */
p { margin-bottom: 15px; color: var(--muted); }
:focus-visible { outline: 3px solid rgba(113,135,138,.55); outline-offset: 2px; border-radius: 4px; }

/* ============ Buttons ============ */
.cta-button { background: var(--primary); color: #ffffff !important; padding: 14px 22px 14px 28px; text-decoration: none; border-radius: var(--r-pill); font-family: var(--font-heading); font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 14px; border: none; cursor: pointer; box-shadow: 0 8px 20px rgba(38,56,59,.18); transition: transform .25s var(--ease), box-shadow .25s, background .25s; }
.cta-button::after { content: ""; width: 32px; height: 32px; border-radius: 50%; background: #fff; display: inline-flex; align-items: center; justify-content: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231976c5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E"); background-size: 14px; background-position: center; background-repeat: no-repeat; flex-shrink: 0; transition: transform .25s var(--ease); }
.cta-button:hover { background: var(--secondary); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(38,56,59,.24); }
.cta-button:hover::after { transform: translateX(3px); }
.cta-button:active { transform: translateY(0); }
.btn-ghost { background: transparent; color: var(--secondary) !important; padding: 14px 22px 14px 28px; text-decoration: none; border-radius: var(--r-pill); font-family: var(--font-heading); font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 14px; border: 2px solid var(--secondary); cursor: pointer; transition: all .25s var(--ease); }
.btn-ghost::after { content: ""; width: 28px; height: 28px; border-radius: 50%; background: var(--secondary); display: inline-flex; align-items: center; justify-content: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E"); background-size: 12px; background-position: center; background-repeat: no-repeat; flex-shrink: 0; transition: all .25s var(--ease); }
.btn-ghost:hover { background: var(--secondary); color: #ffffff !important; transform: translateY(-2px); }
.btn-ghost:hover::after { background: #ffffff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23102b50' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E"); }
.cta-button.whatsapp { background: var(--whatsapp); box-shadow: 0 8px 20px rgba(31,170,83,.25); }
.cta-button.whatsapp:hover { background: #17853f; }

/* ============ Header & Nav ============ */
header { background: #ffffff; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(38,56,59,.08); }
.header-container { max-width: 1240px; margin: 0 auto; padding: 16px 24px 12px; display: flex; justify-content: center; align-items: center; }
.logo { display: inline-flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo-image { height: 92px; width: auto; object-fit: contain; }
.nav-bar { background: var(--bg-darker); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.nav-bar nav { max-width: 1240px; margin: 0 auto; padding: 6px 24px; }
nav ul { list-style: none; display: flex; justify-content: center; gap: 2px; align-items: center; flex-wrap: wrap; }
nav a { display: block; padding: 9px 12px; font-family: var(--font-heading); font-size: 13.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; color: var(--text); border-radius: var(--r-pill); position: relative; transition: color .25s, background .25s; }
nav a:hover { color: var(--primary-dark); background: rgba(255,255,255,.7); }
nav a[aria-current="page"] { color: var(--primary-dark); }
nav a[aria-current="page"]::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 3px; height: 2px; border-radius: 2px; background: var(--primary); }

@media (max-width: 900px) {
    .header-container { padding: 14px 24px 10px; }
    .logo-image { height: 76px; }
    /* Magic-hide: nav bar tucks away on scroll-down, slides back on scroll-up (mobile only) */
    header.header-hidden { transform: translateY(calc(-100% - 20px)); box-shadow: none; border-color: transparent; }
}
@media (max-width: 520px) {
    .logo-image { height: 64px; }
    nav ul { gap: 0; }
    nav a { padding: 8px 10px; font-size: 12px; }
}

/* ============ Layout helpers ============ */
.container { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
main.container { padding-top: 40px; padding-bottom: 48px; }

/* FIX: This class natively centers everything inside it (including the About Us text) */
.text-center { text-align: center; max-width: 780px; margin: 0 auto 26px auto; }
.eyebrow { display: inline-block; font-family: var(--font-heading); font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--primary-dark); background: rgba(113,135,138,.12); border: 1px solid rgba(113,135,138,.25); padding: 7px 16px; border-radius: var(--r-pill); margin-bottom: 12px; }

/* ============ Hero ============ */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--bg-light) 0%, var(--bg) 100%); padding: 60px 24px 70px; }
.hero::before { content: ""; position: absolute; top: -180px; right: -180px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(113,135,138,.18) 0%, rgba(113,135,138,0) 70%); pointer-events: none; }
.hero-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; position: relative; }
.hero-lead { font-size: 1.2rem; max-width: 54ch; margin: 0 auto 15px auto; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 24px; }
.trust-row { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; font-weight: 600; font-size: .95rem; color: var(--muted); }
.trust-row li { display: flex; align-items: center; gap: 8px; }
.trust-row .tick { color: var(--primary-dark); font-weight: 800; }
.hero-media { position: relative; }
.hero-media::after { content: ""; position: absolute; inset: auto -16px -16px auto; width: 140px; height: 140px; border-radius: 50%; border: 14px solid rgba(113,135,138,.20); pointer-events: none; }
.hero-media img { position: relative; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }

/* Homepage hero */
.hero--image { min-height: clamp(580px, 62vw, 740px); padding: 0; display: grid; align-items: center; background: var(--secondary); }
.hero--image::before { inset: 0; width: auto; height: auto; border-radius: 0; background: linear-gradient(90deg, rgba(20, 31, 33, .78) 0%, rgba(20, 31, 33, .64) 46%, rgba(20, 31, 33, .18) 100%); z-index: 1; }
.hero--image .hero-grid { width: 100%; max-width: none; min-height: clamp(580px, 62vw, 740px); display: flex; align-items: center; }
.hero--image .hero-media { position: absolute; inset: 0; z-index: 0; }
.hero--image .hero-media::after { display: none; }
.hero--image .hero-media img { width: 100%; height: 100%; aspect-ratio: auto; border-radius: 0; box-shadow: none; object-position: center; filter: brightness(1.05) saturate(1); }
.hero--image .hero-copy { position: relative; z-index: 2; width: min(650px, calc(100% - 48px)); margin: 0 auto; padding: 56px 0; text-align: center; }
.hero--image h1 { color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.24); }
.hero--image .hero-lead, .hero--image .trust-row { color: rgba(255,255,255,.9); }
.hero--image .hero-cta, .hero--image .trust-row { justify-content: center; }
.hero--image .eyebrow { color: #fff; background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.35); }
.hero--image .trust-row .tick { color: #d8ebe6; }
.hero--image .btn-ghost { color: #fff !important; border-color: rgba(255,255,255,.8); }
.hero--image .btn-ghost::after { background: rgba(255,255,255,.9); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23102b50' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E"); }
.hero--image .btn-ghost:hover { background: #fff; color: var(--secondary) !important; }
.hero--image .btn-ghost:hover::after { background: var(--secondary); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E"); }

/* ============ Service cards ============ */
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); align-items: stretch; gap: 24px; }
.service-card { max-width: none; width: 100%; background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-darker) 100%); border: 1px solid var(--line); border-radius: var(--r-md); padding: 20px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: #ccd6d1; }
.card-media { aspect-ratio: 4 / 3; border-radius: var(--r-md); background: var(--surface); overflow: hidden; margin-bottom: 16px; display: block; }
.card-media img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-md); }
.service-card p { margin-bottom: 16px; }
.service-card .card-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding: 13px 13px 13px 22px; background: var(--primary); color: #ffffff !important; text-decoration: none; border-radius: var(--r-pill); font-family: var(--font-heading); font-weight: 700; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; transition: background .25s var(--ease), transform .25s var(--ease); }
.service-card .card-link::after { content: ""; width: 28px; height: 28px; border-radius: 50%; background: #ffffff; display: inline-flex; align-items: center; justify-content: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231976c5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E"); background-size: 12px; background-position: center; background-repeat: no-repeat; flex-shrink: 0; transition: transform .25s var(--ease); }
.service-card .card-link:hover { background: var(--secondary); transform: translateY(-2px); }
.service-card .card-link:hover::after { transform: translateX(3px); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23102b50' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E"); }

/* ============ Content split (service pages) ============ */
.content-split { display: flex; flex-wrap: wrap; gap: 50px; align-items: center; justify-content: center; margin-top: 40px; }
.content-split.align-start { align-items: flex-start; }
.content-split.reverse { flex-direction: row-reverse; }
.content-text { flex: 1; min-width: 300px; max-width: 800px; display: flex; flex-direction: column; align-items: center; text-align: center; margin: 0 auto; }

/* 
 * FIX: This forces the bullet-point container to fit to its content and align elements to the left. 
 * Because it's inside '.content-text' (which centers children), the block itself is centered, 
 * but the checkmarks inside will align in a perfectly straight vertical line! 
 */
.content-text ul, .check-list { 
    list-style: none; 
    margin: 20px auto 28px auto; 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
    width: fit-content;      
    gap: 12px; 
}
.content-text ul li, .check-list li { 
    color: var(--muted); 
    display: inline-flex; 
    gap: 10px; 
    align-items: flex-start; 
    text-align: left; 
    word-break: break-word; 
    max-width: 100%; 
}
.content-text ul li::before, .check-list li::before { content: "\2713"; color: var(--primary-dark); font-weight: 800; flex-shrink: 0; }
.content-image { flex: 1; min-width: 300px; }
.content-image img { width: 100%; height: auto; max-height: 520px; border-radius: var(--r-lg); box-shadow: var(--shadow-md); object-fit: contain; background: var(--bg-light); }

/* ============ SMART Before / After slider ============ */
.ba-section { padding-top: 10px; margin-top: 40px; }
.ba-slider { 
    --pos: 50%; 
    position: relative; 
    border-radius: var(--r-lg); 
    overflow: hidden; 
    box-shadow: var(--shadow-md); 
    touch-action: pan-y; 
    max-width: 900px; 
    margin: 30px auto 0; 
}
.ba-ratio-img { 
    width: 200%; 
    max-width: none; 
    display: block; 
    opacity: 0; 
    pointer-events: none; 
    user-select: none; 
}
.ba-before-wrap { 
    position: absolute; 
    inset: 0; 
    overflow: hidden; 
    clip-path: inset(0 calc(100% - var(--pos)) 0 0); 
}
.ba-composite { 
    position: absolute; 
    inset: 0; 
    background-repeat: no-repeat; 
    background-size: 200% 100%; 
}
.ba-after { background-position: right center; }
.ba-before { background-position: left center; }
.ba-slider input[type="range"] { 
    position: absolute; 
    inset: 0; 
    width: 100%; 
    height: 100%; 
    opacity: 0; 
    cursor: ew-resize; 
    margin: 0; 
    z-index: 10; 
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}
.ba-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 80px; 
    height: 1000px; 
    background: #000;
    cursor: ew-resize;
}
.ba-slider input[type="range"]::-moz-range-thumb {
    width: 80px;
    height: 1000px;
    background: #000;
    cursor: ew-resize;
    border: none;
}
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px; background: #fff; transform: translateX(-50%); pointer-events: none; box-shadow: 0 0 12px rgba(0,0,0,.35); z-index: 5; }
.ba-handle::after { content: "\21C4"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--secondary); display: grid; place-items: center; font-size: 19px; box-shadow: var(--shadow-md); }
.ba-label { position: absolute; top: 16px; font-family: var(--font-heading); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: rgba(38,56,59,.72); color: #fff; padding: 6px 14px; border-radius: var(--r-pill); pointer-events: none; z-index: 5; }
.ba-label-before { left: 16px; }
.ba-label-after { right: 16px; }
.slider-disclaimer { font-size: 0.85rem; color: var(--muted); margin-top: 18px; font-style: italic; }

/* ============ Reviews ============ */
.reviews-section { background-color: var(--bg-light); padding: 44px 24px; }
.review-hint { color: var(--primary-dark); font-size: 14px; font-weight: 600; margin-top: -5px; }
.reviews-board { display: flex; align-items: stretch; gap: 18px; overflow-x: auto; padding: 10px 4px 26px; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: var(--primary) transparent; }
.review-card { flex: 0 0 min(300px, 80vw); scroll-snap-align: start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 20px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 10px; position: relative; }
.review-card::after { content: "\201C"; position: absolute; top: 4px; right: 16px; font-family: Georgia, serif; font-size: 60px; line-height: 1; color: rgba(113,135,138,.15); pointer-events: none; }
.review-head { display: flex; align-items: center; gap: 10px; }
.review-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--primary); color: #fff; display: grid; place-items: center; font-family: var(--font-heading); font-weight: 700; font-size: .82rem; flex-shrink: 0; }
.stars { color: var(--accent); font-size: 15px; letter-spacing: 2px; }
.review-text { font-style: italic; color: var(--muted); margin: 0; font-size: .92rem; line-height: 1.55; flex: 1 1 auto; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.reviewer-name { font-weight: 700; color: var(--secondary); font-family: var(--font-heading); margin: 4px 0 0; font-size: .92rem; }

/* ============ Promo banner ============ */
.promo-banner { background: var(--secondary); color: #ffffff; text-align: center; padding: 32px 24px; }
.promo-banner h3 { font-size: 26px; margin-bottom: 10px; color: #ffffff; }
.promo-banner p { color: #c3cfcc; font-size: 1.05rem; margin: 0; }
.promo-steps { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 14px; margin-top: 22px; }
.promo-steps li { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--r-pill); padding: 9px 20px; font-family: var(--font-heading); font-weight: 600; font-size: .9rem; }

/* ============ Contact ============ */
.contact-page { max-width: 1060px; padding-top: 40px; }
.contact-intro { max-width: 700px; margin: 0 auto 24px; text-align: center; }
.contact-intro p { font-size: 1.1rem; }
.contact-callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 36px 40px; background: var(--secondary); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.contact-callout p { color: rgba(255,255,255,.76); margin: 0; }
.contact-callout .cta-button { background: #fff; color: var(--secondary) !important; box-shadow: none; padding: 16px 32px; }
.contact-callout .cta-button::after { display: none; }
.contact-callout .cta-button:hover { background: #dceeff; }
.contact-phone-btn { gap: 10px; flex-wrap: wrap; justify-content: center; }
.contact-phone-btn .phone-num { font-size: 1.05rem; font-weight: 800; white-space: nowrap; }
.contact-phone-btn .call-label { font-size: 13px; font-weight: 600; opacity: 0.9; white-space: nowrap; }

.contact-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 26px; }
.contact-detail { padding: 26px 28px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--surface); }
.contact-detail h3 { margin-bottom: 8px; }
.contact-detail p { margin: 0; }
.contact-detail a { color: var(--primary-dark); font-weight: 700; }

/* ============ Footer ============ */
footer { background-color: var(--secondary); color: #ffffff; padding: 44px 24px 22px; }
.footer-grid { max-width: 1200px; margin: 0 auto 26px auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; }
footer h4 { color: #ffffff; margin-bottom: 22px; font-size: 1.1rem; letter-spacing: .04em; }
.footer-grid ul { list-style: none; }
.footer-grid ul li { margin-bottom: 12px; color: #cbd6d3; }
.footer-grid a { color: #ffffff !important; text-decoration: none; font-weight: 600; transition: color .25s; }
.footer-grid a:hover { color: #c8d4d2 !important; text-decoration: underline; text-underline-offset: 4px; }
.footer-grid > div:first-child ul li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 0; }
.footer-grid > div:first-child ul li:first-child { padding-top: 0; }
.footer-grid > div:first-child ul li:last-child { border-bottom: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 25px; text-align: center; font-size: 14px; color: #aebfbb; max-width: 1200px; margin: 0 auto; }
.footer-bottom p { margin-bottom: 8px; color: #aebfbb; }
.footer-bottom a { color: #ffffff !important; text-decoration: none; font-weight: 600; transition: color .25s; }
.footer-bottom a:hover { color: #c8d4d2 !important; text-decoration: underline; text-underline-offset: 4px; }

/* ============ Motion: blur-up & reveal ============ */
@keyframes force-unblur {
    to { filter: blur(0); transform: scale(1); }
}

img.blur-up { 
    filter: blur(18px) saturate(1.05); 
    transform: scale(1.04); 
    transition: filter .7s var(--ease), transform .7s var(--ease); 
    will-change: filter, transform; 
    animation: force-unblur 0.6s ease-out 0.5s forwards; 
}
img.blur-up.is-loaded { 
    filter: blur(0); 
    transform: none; 
    animation: none; 
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    img.blur-up { filter: none; transform: none; }
}

/* ============ Responsive ============ */
@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero { padding: 56px 20px 70px; }
    .hero-media { order: -1; }
    .hero--image { min-height: 560px; padding: 0; }
    .hero--image .hero-grid { min-height: 560px; }
    .hero--image .hero-copy { padding: 72px 24px 56px; }
    .hero--image .hero-media { order: initial; }
    .hero--image .hero-media img { object-position: 58% top; }
}

@media (max-width: 900px) {
    .service-card { padding: 16px; }
}

@media (max-width: 768px) {
    .services-grid { grid-template-columns: 1fr; }
    .service-card { max-width: 420px; margin: 0 auto; padding: 20px; }
    .content-split { flex-direction: column !important; text-align: center; }
    .content-image img { max-height: 400px; }
    main.container { padding-top: 32px; padding-bottom: 40px; }
    .contact-page { padding-top: 32px; }
    .contact-callout { grid-template-columns: 1fr; padding: 34px 24px; text-align: center; justify-items: center; }
    .contact-callout .cta-button { width: 100%; max-width: 300px; justify-content: center; }
    .contact-details { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
    .hero { padding: 40px 16px 56px; }
    .hero--image { min-height: 580px; padding: 0; }
    .hero--image::before { background: linear-gradient(90deg, rgba(20, 31, 33, .92) 0%, rgba(20, 31, 33, .76) 100%); }
    .hero--image .hero-grid { min-height: 580px; }
    .hero--image .hero-copy { padding: 56px 16px 48px; }
    .hero--image .hero-media img { object-position: 60% top; }
    .reviews-board { gap: 12px; margin: 0 -4px; }
    .reviews-board .review-card { flex-basis: 78vw; padding: 18px; }
    .hero-cta .cta-button { width: 100%; justify-content: center; }
}