/*
Theme Name: Temprite
Theme URI: https://temprite.co.za
Author: Temprite Logistics
Author URI: https://temprite.co.za
Description: Premium WordPress theme for Temprite Logistics — expert aircon installation, refrigeration repair, and cold room solutions across Cape Town.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: temprite
Tags: air-conditioning, refrigeration, cold-rooms, services, custom-header, custom-logo
*/

/* ─────────────────────────────────────────
   TEMPRITE THEME — FRESH FOREST-GREEN + AMBER
   ───────────────────────────────────────── */

:root {
  --forest:       #1a3c34;
  --forest-deep:  #0f2820;
  --forest-mid:   #254d42;
  --amber:        #e8a020;
  --amber-light:  #f0b840;
  --amber-dark:   #c07818;
  --white:        #ffffff;
  --off-white:    #f5f7f4;
  --light-green:  #eaf2ee;
  --text-dark:    #1a2e28;
  --text-body:    #374840;
  --text-muted:   #6b8078;
  --border:       #d4e2dc;
  --shadow-sm:    0 2px 8px rgba(26,60,52,.08);
  --shadow-md:    0 6px 24px rgba(26,60,52,.14);
  --shadow-lg:    0 16px 48px rgba(26,60,52,.18);
  --radius:       10px;
  --radius-lg:    18px;
  --trans:        all .25s ease;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'DM Sans','Helvetica Neue',sans-serif;font-size:16px;line-height:1.7;color:var(--text-body);background:var(--white);overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:var(--trans)}
ul,ol{list-style:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;font-weight:700;line-height:1.15;color:var(--text-dark)}
h1{font-size:clamp(2.4rem,5vw,4rem)}
h2{font-size:clamp(1.9rem,4vw,3rem)}
h3{font-size:clamp(1.25rem,2.5vw,1.6rem)}
h4{font-size:1.1rem}
p{margin-bottom:1rem}
p:last-child{margin-bottom:0}
em{font-style:italic;color:var(--amber)}

.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--amber);color:var(--forest-deep);font-weight:700;font-size:.95rem;letter-spacing:.02em;text-transform:uppercase;padding:.85rem 1.8rem;border-radius:var(--radius);transition:var(--trans);box-shadow:0 4px 16px rgba(232,160,32,.35)}
.btn-primary:hover{background:var(--amber-light);transform:translateY(-2px);box-shadow:0 8px 24px rgba(232,160,32,.45)}
.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;border:2px solid rgba(255,255,255,.7);color:var(--white);font-weight:600;font-size:.95rem;padding:.8rem 1.7rem;border-radius:var(--radius);transition:var(--trans)}
.btn-ghost:hover{background:rgba(255,255,255,.15);border-color:var(--white)}
.btn-forest{display:inline-flex;align-items:center;gap:.5rem;background:var(--forest);color:var(--white);font-weight:700;font-size:.95rem;letter-spacing:.02em;text-transform:uppercase;padding:.85rem 1.8rem;border-radius:var(--radius);transition:var(--trans)}
.btn-forest:hover{background:var(--forest-mid);transform:translateY(-2px)}
.btn-amber-lg{display:inline-flex;align-items:center;gap:.6rem;background:var(--amber);color:var(--forest-deep);font-weight:800;font-size:1.05rem;letter-spacing:.04em;text-transform:uppercase;padding:1rem 2.4rem;border-radius:var(--radius);box-shadow:0 6px 20px rgba(232,160,32,.4);transition:var(--trans)}
.btn-amber-lg:hover{background:var(--amber-light);transform:translateY(-2px)}
.btn-nav-cta{background:var(--amber);color:var(--forest-deep);font-weight:700;font-size:.875rem;letter-spacing:.03em;text-transform:uppercase;padding:.6rem 1.4rem;border-radius:8px;transition:var(--trans);white-space:nowrap}
.btn-nav-cta:hover{background:var(--amber-light)}

.skip-link{position:absolute;top:-40px;left:1rem;background:var(--forest);color:#fff;padding:.5rem 1rem;border-radius:4px;z-index:9999;font-size:.875rem;transition:top .2s}
.skip-link:focus{top:1rem}

/* HEADER */
.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:.9rem 2rem;gap:1rem;background:rgba(15,40,32,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);transition:var(--trans)}
.site-header.scrolled{padding:.7rem 2rem;box-shadow:var(--shadow-md)}
.header-logo img{height:48px;width:auto}
.header-logo a{display:flex;align-items:center}
.main-navigation ul{display:flex;align-items:center;gap:0;list-style:none}
.main-navigation ul li a{color:rgba(255,255,255,.85);font-weight:500;font-size:.9rem;padding:.5rem 1rem;border-radius:6px;transition:var(--trans);letter-spacing:.01em}
.main-navigation ul li a:hover,.main-navigation ul li.current-menu-item a{color:#fff;background:rgba(255,255,255,.1)}
.header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.btn-call{display:flex;align-items:center;gap:.45rem;color:rgba(255,255,255,.9);font-weight:600;font-size:.875rem;padding:.5rem .9rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);transition:var(--trans);white-space:nowrap}
.btn-call svg{width:15px;height:15px;flex-shrink:0}
.btn-call:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.4)}
.menu-toggle{display:none;flex-direction:column;gap:5px;padding:6px;z-index:1100}
.menu-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:var(--trans)}
.menu-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.is-active span:nth-child(2){opacity:0}
.menu-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* HERO */
.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.05);transition:transform 8s ease}
.hero-section:hover .hero-bg{transform:scale(1)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,30,22,.9) 0%,rgba(26,60,52,.72) 60%,rgba(26,60,52,.4) 100%)}
.hero-content{position:relative;z-index:2;max-width:700px;padding:10rem 2rem 6rem;margin-left:max(2rem,calc((100vw - 1200px)/2))}
.hero-eyebrow{display:inline-block;background:rgba(232,160,32,.2);border:1px solid rgba(232,160,32,.5);color:var(--amber-light);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.4rem 1rem;border-radius:20px;margin-bottom:1.2rem}
.hero-content h1{color:#fff;margin-bottom:1.2rem}
.hero-content h1 span{color:var(--amber)}
.hero-sub{color:rgba(255,255,255,.82);font-size:1.125rem;margin-bottom:2rem;max-width:560px}
.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}
.hero-badge{position:absolute;right:max(2rem,calc((100vw - 1200px)/2));bottom:4rem;z-index:2;background:var(--amber);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;text-align:center;box-shadow:0 8px 32px rgba(232,160,32,.4)}
.hero-badge-num{display:block;font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:800;color:var(--forest-deep);line-height:1}
.hero-badge-label{font-size:.75rem;font-weight:700;color:var(--forest);text-transform:uppercase;letter-spacing:.06em;margin-top:.3rem}

/* SERVICES STRIP */
.services-strip{background:var(--forest);display:grid;grid-template-columns:repeat(4,1fr)}
.strip-item{display:flex;align-items:center;gap:1rem;padding:1.4rem 1.6rem;border-right:1px solid rgba(255,255,255,.1);cursor:default;transition:background .2s}
.strip-item:last-child{border-right:none}
.strip-item:hover{background:var(--forest-mid)}
.strip-icon{flex-shrink:0;width:42px;height:42px;background:rgba(232,160,32,.18);border-radius:8px;display:flex;align-items:center;justify-content:center}
.strip-icon svg{width:20px;height:20px;stroke:var(--amber)}
.strip-label{color:#fff;font-weight:700;font-size:.9rem}
.strip-desc{color:rgba(255,255,255,.6);font-size:.78rem;margin-top:.1rem}

/* SECTION LABELS */
.section-label{display:inline-block;color:var(--amber);font-weight:700;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}
.section-header{text-align:center;max-width:600px;margin:0 auto 3rem}
.section-header p:not(.section-label){color:var(--text-muted);font-size:1.05rem}

/* ABOUT */
.about-section{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:520px}
.about-image{position:relative;overflow:hidden}
.about-image img{width:100%;height:100%;object-fit:cover;display:block}
.about-image-accent{position:absolute;bottom:0;left:0;right:0;height:6px;background:var(--amber)}
.about-content{background:var(--off-white);padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}
.about-content h2{margin-bottom:1rem}
.about-content p{color:var(--text-body);margin-bottom:1.25rem}
.about-list{margin-bottom:2rem}
.about-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border);color:var(--text-body);font-size:.95rem}
.about-list li:last-child{border-bottom:none}
.check{color:var(--amber);font-weight:800;font-size:1rem;flex-shrink:0;margin-top:.05rem}

/* STATS */
.stats-section{background:linear-gradient(135deg,var(--forest-deep),var(--forest));display:grid;grid-template-columns:repeat(3,1fr);padding:4rem 2rem;gap:0}
.stat-item{text-align:center;padding:2rem;border-right:1px solid rgba(255,255,255,.12)}
.stat-item:last-child{border-right:none}
.stat-number{font-family:'Playfair Display',serif;font-size:3.5rem;font-weight:800;color:var(--amber);display:block;line-height:1}
.stat-plus{font-size:2rem}
.stat-label{color:rgba(255,255,255,.75);font-size:.9rem;margin-top:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em}

/* SERVICES GRID */
.services-section{padding:6rem max(2rem,calc((100vw - 1200px)/2))}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.25rem 2rem;transition:var(--trans);position:relative;overflow:hidden}
.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--amber),var(--amber-light));transform:scaleX(0);transform-origin:left;transition:transform .3s}
.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}
.service-card:hover::before{transform:scaleX(1)}
.service-icon{width:48px;height:48px;background:var(--light-green);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.service-icon svg{width:24px;height:24px}
.service-card h3{font-size:1.15rem;margin-bottom:.6rem;color:var(--text-dark)}
.service-card p{color:var(--text-muted);font-size:.9rem;line-height:1.65}
.service-card a.service-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--amber-dark);font-weight:700;font-size:.85rem;margin-top:1rem;text-transform:uppercase;letter-spacing:.05em}
.service-card a.service-link:hover{color:var(--amber)}

/* HOW IT WORKS */
.how-section{background:linear-gradient(135deg,var(--forest-deep) 0%,var(--forest) 100%);padding:6rem max(2rem,calc((100vw - 1200px)/2));position:relative;overflow:hidden}
.how-section::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(232,160,32,.1) 0%,transparent 70%)}
.how-section .section-header{margin-bottom:3.5rem}
.how-section .section-header h2{color:#fff}
.how-section .section-header p{color:rgba(255,255,255,.7)}
.how-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}
.how-steps::before{content:'';position:absolute;top:2.5rem;left:calc(12.5% + 2rem);right:calc(12.5% + 2rem);height:2px;background:linear-gradient(90deg,var(--amber) 0%,rgba(232,160,32,.2) 100%);z-index:0}
.how-step{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:2.5rem 1.75rem;text-align:center;position:relative;z-index:1;transition:var(--trans)}
.how-step:hover{background:rgba(255,255,255,.1);transform:translateY(-4px)}
.how-step-num{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--amber);color:var(--forest-deep);font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:800;margin:0 auto 1.25rem;box-shadow:0 4px 16px rgba(232,160,32,.4)}
.how-step h3{color:#fff;font-size:1.05rem;margin-bottom:.65rem}
.how-step p{color:rgba(255,255,255,.7);font-size:.875rem;line-height:1.6}

/* OUTDOOR SECTION */
.outdoor-section{position:relative;min-height:500px;display:flex;align-items:center;overflow:hidden}
.outdoor-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-attachment:fixed}
.outdoor-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,30,22,.92) 40%,rgba(10,30,22,.4) 100%)}
.outdoor-content{position:relative;z-index:2;max-width:580px;padding:5rem max(2rem,calc((100vw - 1200px)/2))}
.outdoor-content h2{color:#fff;margin-bottom:1rem}
.outdoor-content p{color:rgba(255,255,255,.82);margin-bottom:2rem}
.outdoor-features{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}
.outdoor-feature{background:rgba(232,160,32,.18);border:1px solid rgba(232,160,32,.4);color:var(--amber-light);font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .85rem;border-radius:20px}

/* TECH SECTION */
.tech-section{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:520px;background:var(--off-white)}
.tech-content{padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}
.tech-content h2{margin-bottom:.75rem}
.tech-content>p{color:var(--text-muted);margin-bottom:2rem}
.checklist{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}
.checklist li{display:flex;align-items:flex-start;gap:1rem}
.checklist-num{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:var(--forest);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:.8rem;font-weight:700;margin-top:.1rem}
.checklist li strong{display:block;color:var(--text-dark);font-weight:700;margin-bottom:.2rem}
.checklist li div{color:var(--text-muted);font-size:.9rem}
.tech-image{position:relative;overflow:hidden}
.tech-image img{width:100%;height:100%;object-fit:cover;display:block}
.tech-image-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:var(--amber);color:var(--forest-deep);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;padding:.5rem 1rem;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.2)}

/* TESTIMONIALS */
.testimonials{padding:6rem max(2rem,calc((100vw - 1200px)/2));background:var(--white)}
.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}
.testimonial-card{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 2rem}
.stars{color:var(--amber);font-size:1rem;margin-bottom:1rem;letter-spacing:.1rem}
.testimonial-card blockquote{color:var(--text-body);font-size:.95rem;line-height:1.7;font-style:italic;margin-bottom:1.25rem}
.testimonial-card blockquote::before{content:'\201C';font-size:2rem;color:var(--amber);line-height:0;vertical-align:-.5rem;margin-right:.2rem}
.testimonial-author{font-weight:700;color:var(--text-dark);font-size:.9rem}
.testimonial-rating{color:var(--text-muted);font-size:.8rem;margin-top:.2rem}

/* CTA BANNER */
.cta-banner{background:linear-gradient(135deg,var(--forest-deep),var(--forest-mid));padding:5rem max(2rem,calc((100vw - 1200px)/2));display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.cta-banner h2{color:#fff;font-size:clamp(1.8rem,3.5vw,2.8rem)}
.cta-banner h2 span{color:var(--amber)}
.cta-banner p{color:rgba(255,255,255,.75);max-width:500px;margin-top:.75rem}

/* CONTACT BAR */
.contact-bar{background:var(--forest-deep);display:grid;grid-template-columns:repeat(3,1fr);border-top:3px solid var(--amber)}
.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:2rem 2.5rem;border-right:1px solid rgba(255,255,255,.08)}
.contact-item:last-child{border-right:none}
.contact-icon{flex-shrink:0;width:44px;height:44px;background:rgba(232,160,32,.18);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-top:.1rem}
.contact-icon svg{width:20px;height:20px;fill:var(--amber)}
.contact-label{color:var(--amber);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.3rem}
.contact-value{color:#fff;font-weight:600;font-size:.95rem}
.contact-value a{color:#fff}
.contact-sub{color:rgba(255,255,255,.6);font-size:.85rem;margin-top:.25rem}
.contact-sub a{color:rgba(255,255,255,.6)}
.contact-value a:hover,.contact-sub a:hover{color:var(--amber)}

/* FOOTER */
.site-footer{background:var(--forest-deep);padding:4rem max(2rem,calc((100vw - 1200px)/2)) 2rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.footer-brand img{height:44px;margin-bottom:1.25rem}
.footer-brand p{color:rgba(255,255,255,.6);font-size:.875rem;line-height:1.7}
.footer-col h4{color:#fff;font-family:'Playfair Display',serif;font-size:.95rem;margin-bottom:1.25rem;letter-spacing:.02em}
.footer-links li{margin-bottom:.6rem}
.footer-links a{color:rgba(255,255,255,.6);font-size:.875rem;transition:var(--trans)}
.footer-links a:hover{color:var(--amber)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-bottom p{color:rgba(255,255,255,.45);font-size:.8rem;margin:0}

/* WHATSAPP FLOAT */
@keyframes wa-pulse{0%,100%{box-shadow:0 6px 20px rgba(37,211,102,.45),0 0 0 0 rgba(37,211,102,.4)}70%{box-shadow:0 6px 20px rgba(37,211,102,.45),0 0 0 12px rgba(37,211,102,0)}}
.wa-float{position:fixed;bottom:1.75rem;right:1.75rem;z-index:999;width:58px;height:58px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(37,211,102,.45);transition:var(--trans);animation:wa-pulse 2.4s ease-in-out infinite}
.wa-float svg{width:30px;height:30px;fill:#fff}
.wa-float:hover{transform:scale(1.1);box-shadow:0 8px 28px rgba(37,211,102,.6);animation:none}

/* PAGE TEMPLATES */
.page-hero{position:relative;min-height:55vh;display:flex;align-items:center;overflow:hidden;padding-top:80px}
.page-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,30,22,.88),rgba(26,60,52,.6))}
.page-hero-content{position:relative;z-index:2;padding:5rem max(2rem,calc((100vw - 1200px)/2))}
.page-hero-content h1{color:#fff;margin-bottom:1rem}
.page-hero-content p{color:rgba(255,255,255,.82);font-size:1.1rem;max-width:600px}
.page-content-section{padding:5rem max(2rem,calc((100vw - 1200px)/2));display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.page-content-section.reverse{direction:rtl}
.page-content-section.reverse > *{direction:ltr}
.page-content-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.page-content-image img{width:100%;height:420px;object-fit:cover;display:block}
.page-content-text{padding:.5rem 0}
.page-content-text h2{margin-bottom:1rem}
.page-content-text p{color:var(--text-body);margin-bottom:1.25rem}
.page-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0 2rem}
.page-feature{background:var(--light-green);border-radius:var(--radius);padding:1.25rem;border-left:3px solid var(--amber)}
.page-feature h4{color:var(--forest);margin-bottom:.35rem;font-size:.95rem}
.page-feature p{color:var(--text-muted);font-size:.85rem;margin:0}

/* RESPONSIVE */
@media(max-width:1024px){
  .about-section,.tech-section{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .how-steps{grid-template-columns:repeat(2,1fr)}
  .how-steps::before{display:none}
  .page-content-section{grid-template-columns:1fr}
  .page-content-section.reverse{direction:ltr}
}
@media(max-width:768px){
  .services-strip{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:1fr}
  .stats-section{grid-template-columns:1fr;gap:0}
  .stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.12)}
  .testimonials-grid{grid-template-columns:1fr}
  .contact-bar{grid-template-columns:1fr}
  .contact-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}
  .cta-banner{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;text-align:center}
  .hero-badge{display:none}
  .how-steps{grid-template-columns:1fr}
  .page-features-grid{grid-template-columns:1fr}
  .main-navigation{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(10,30,22,.97);flex-direction:column;align-items:center;justify-content:center;z-index:1050}
  .main-navigation.is-open{display:flex}
  .main-navigation ul{flex-direction:column;gap:.5rem;text-align:center}
  .main-navigation ul li a{font-size:1.3rem;padding:.75rem 2rem}
  .menu-toggle{display:flex}
  .header-actions .btn-call span{display:none}
}
@media(max-width:480px){
  .services-strip{grid-template-columns:1fr}
  .strip-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}
  .hero-ctas{flex-direction:column}
}
