/*
Theme Name: Car Care Automotive
Theme URI: https://www.carcareauto.com.au/
Author: Digital My Business
Description: Custom WordPress theme matching the approved Car Care Automotive HTML website.
Version: 1.1.1
Text Domain: carcareauto
*/

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


/* =========================================================
   GLOBAL VARIABLES
========================================================= */

:root{
  --red:#e51719;
  --red-2:#ff2a2d;
  --black:#0b0c0f;
  --ink:#14161b;
  --panel:#11141a;
  --soft:#f3f4f6;
  --muted:#a9adb7;
  --white:#ffffff;
  --line:rgba(255,255,255,.11);
  --shadow:0 24px 70px rgba(0,0,0,.22);
  --radius:24px;
  --container:min(1180px, calc(100% - 40px));
}


/* =========================================================
   RESET
========================================================= */

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  background:linear-gradient(
    180deg,
    #090a0d 0%,
    #0d0f13 48%,
    #08090c 100%
  );
  color:#fff;
  line-height:1.65;
  overflow-x:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  display:block;
}

button,
input,
select,
textarea{
  font:inherit;
}

::selection{
  background:var(--red);
  color:#fff;
}


/* =========================================================
   GENERAL LAYOUT
========================================================= */

.container{
  width:var(--container);
  margin-inline:auto;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.76rem;
  font-weight:700;
  color:#ffb1b2;
}

.eyebrow::before{
  content:"";
  width:34px;
  height:2px;
  background:var(--red);
}

.display{
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(3.8rem,8vw,7.8rem);
  line-height:.82;
  letter-spacing:-.035em;
  text-transform:uppercase;
  margin:0;
}

.h2{
  font-family:'Barlow Condensed',sans-serif;
  font-size:clamp(2.6rem,5vw,4.5rem);
  line-height:.95;
  text-transform:uppercase;
  margin:0;
}

.lead{
  font-size:clamp(1.02rem,1.5vw,1.2rem);
  color:#d0d3d9;
  max-width:680px;
}

.red{
  color:var(--red);
}

.section{
  padding:100px 0;
  position:relative;
}

.section.light{
  background:#f6f7f8;
  color:#14161b;
}

.section.light .lead{
  color:#5c616b;
}

.section.dark{
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(229,23,25,.07),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #0b0d11 0%,
      #101319 52%,
      #0b0d11 100%
    );
}

.section.gradient-bg{
  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(229,23,25,.11),
      transparent 28%
    ),
    radial-gradient(
      circle at 8% 92%,
      rgba(255,255,255,.025),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #0a0c10 0%,
      #12151b 55%,
      #0b0d11 100%
    );
}


/* =========================================================
   TOP BAR
========================================================= */

.topbar{
  background:#050608;
  color:#c9ccd3;
  font-size:.84rem;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.topbar-inner{
  height:38px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.topbar a:hover{
  color:#fff;
}

.topbar-links{
  display:flex;
  align-items:center;
  gap:24px;
}


/* Phone + Email icon link */

.topbar-contact-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#c9ccd3;
  text-decoration:none;
  transition:color .25s ease;
}

.topbar-contact-link svg{
  width:14px;
  height:14px;
  fill:var(--red);
  flex-shrink:0;
}

.topbar-contact-link:hover{
  color:#fff;
}


/* =========================================================
   HEADER
========================================================= */

.header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(10,11,14,.84);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.07);
  transition:.3s;
}

.header.scrolled{
  box-shadow:0 10px 40px rgba(0,0,0,.25);
  background:rgba(7,8,10,.96);
}

.navbar{
  height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}


/* =========================================================
   HEADER LOGO
   Horizontal Car Care Automotive logo
========================================================= */

.brand{
  display:inline-flex;
  align-items:center;
  flex-shrink:0;
  text-decoration:none;
}


/* Header logo */

.header .brand img{
  display:block;
  width:auto;
  height:58px;
  max-width:240px;

  object-fit:contain;
  object-position:left center;

  border-radius:0;
  background:transparent;
}


/*
Old separate brand text is no longer required
because the new PNG already contains:
CAR CARE AUTOMOTIVE
*/

.header .brand-text{
  display:none !important;
}


/* =========================================================
   MAIN NAVIGATION
========================================================= */

.nav{
  display:flex;
  align-items:center;
  gap:28px;
  font-size:.9rem;
  font-weight:600;
}

.nav a{
  color:#dddfe4;
  position:relative;
  padding:29px 0;
}

.nav a:hover,
.nav a.active{
  color:#fff;
}

.nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:20px;
  width:0;
  height:2px;
  background:var(--red);
  transition:.25s;
}

.nav a:hover::after,
.nav a.active::after{
  width:100%;
}

.nav-item{
  position:relative;
}


/* Dropdown */

.dropdown{
  position:absolute;
  top:68px;
  left:-22px;
  width:285px;
  background:#111319;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  padding:10px;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:.2s;
  box-shadow:var(--shadow);
}

.nav-item:hover .dropdown{
  opacity:1;
  visibility:visible;
  transform:none;
}

.dropdown a{
  display:block;
  padding:12px 14px;
  border-radius:10px;
  color:#cfd2d9;
}

.dropdown a:hover{
  background:rgba(229,23,25,.12);
  color:#fff;
}

.dropdown a::after{
  display:none;
}


/* Header CTA */

.nav-cta{
  background:var(--red);
  padding:13px 20px!important;
  border-radius:999px!important;
  color:#fff!important;
  box-shadow:0 8px 30px rgba(229,23,25,.28);
}

.nav-cta::after{
  display:none!important;
}


/* Mobile Menu Button */

.menu-toggle{
  display:none;
  border:1px solid rgba(255,255,255,.15);
  background:#14161b;
  color:#fff;
  width:46px;
  height:46px;
  border-radius:13px;
  font-size:1.3rem;
  cursor:pointer;
}


/* =========================================================
   HERO
========================================================= */

.hero{
  min-height:770px;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:#090a0d;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;

  background:
    linear-gradient(
      90deg,
      rgba(7,8,10,.96) 0%,
      rgba(7,8,10,.80) 45%,
      rgba(7,8,10,.35) 72%,
      rgba(7,8,10,.50) 100%
    ),
    var(--hero-bg, url('assets/images/hero-bg.jpg'))
    center/cover no-repeat;

  transform:scale(1.03);
}

.hero::after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(229,23,25,.12);
  filter:blur(100px);
  right:-160px;
  top:60px;
  animation:pulseGlow 5s ease-in-out infinite alternate;
}

@keyframes pulseGlow{
  to{
    transform:scale(1.18);
    opacity:.7;
  }
}


/*
Single-column hero.

The old right-side poster card was removed.
*/

.hero-grid{
  position:relative;
  z-index:1;

  display:grid;
  grid-template-columns:1fr;

  align-items:center;
  padding:90px 0;
}

.hero-copy{
  max-width:760px;
}

.hero-copy p{
  max-width:640px;
  color:#c9ccd3;
  font-size:1.12rem;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:32px;
}


/* =========================================================
   BUTTONS
========================================================= */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  border-radius:999px;
  padding:14px 22px;

  font-weight:700;
  border:1px solid transparent;

  transition:.25s;
  cursor:pointer;
}

.btn-primary{
  background:var(--red);
  color:#fff;
  box-shadow:0 10px 35px rgba(229,23,25,.28);
}

.btn-primary:hover{
  transform:translateY(-2px);
  background:#f52225;
}

.btn-outline{
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.03);
}

.btn-outline:hover{
  border-color:#fff;
  background:#fff;
  color:#111;
}


/* =========================================================
   TRUST STRIP
========================================================= */

.trust-strip{
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
  background:#0d0f13;
  overflow:hidden;
}

.marquee{
  display:flex;
  width:max-content;
  animation:marquee 26s linear infinite;
  padding:18px 0;
}

.marquee span{
  font-family:'Barlow Condensed';
  font-size:1.1rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#f1f2f4;

  margin-right:52px;

  display:flex;
  align-items:center;
  gap:20px;
}

.marquee i{
  width:7px;
  height:7px;
  background:var(--red);
  border-radius:50%;
}

@keyframes marquee{
  to{
    transform:translateX(-50%);
  }
}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:48px;
}

.section-head p{
  max-width:560px;
  margin:0;
  color:#aeb2ba;
}

.light .section-head p{
  color:#60656e;
}


/* =========================================================
   SERVICES GRID
========================================================= */

.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.service-card{
  background:linear-gradient(
    145deg,
    #161a21,
    #11141a
  );

  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  overflow:hidden;

  position:relative;

  transition:.35s;
  min-height:360px;
}

.service-card:hover{
  transform:translateY(-8px);
  border-color:rgba(229,23,25,.35);
  box-shadow:0 24px 60px rgba(0,0,0,.32);
}

.service-card .media{
  height:185px;
  overflow:hidden;
  position:relative;
}

.service-card .media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s;
}

.service-card:hover .media img{
  transform:scale(1.07);
}

.service-card .media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    transparent 30%,
    rgba(20,23,29,1)
  );
}

.service-card .body{
  padding:22px 22px 24px;
  margin-top:-15px;
  position:relative;
}

.service-card h3{
  font-family:'Barlow Condensed';
  font-size:1.75rem;
  text-transform:uppercase;
  margin:0 0 8px;
}

.service-card p{
  color:#aeb2ba;
  margin:0 0 16px;
  font-size:.94rem;
}

.text-link{
  font-size:.9rem;
  font-weight:700;
  color:#fff;

  display:inline-flex;
  gap:8px;
  align-items:center;
}

.text-link:hover{
  color:#ff6d70;
}

.service-card.featured{
  grid-column:span 2;
  background:linear-gradient(
    135deg,
    #171a20,
    #101216
  );
}


/* =========================================================
   ABOUT / SPLIT SECTION
========================================================= */

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.photo-stack{
  position:relative;
}

.photo-main{
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.08);
}

.photo-main img{
  width:100%;
  aspect-ratio:4/4.6;
  object-fit:cover;
}

.float-card{
  position:absolute;
  right:-28px;
  bottom:30px;

  background:#fff;
  color:#111;

  padding:18px 22px;
  border-radius:18px;

  box-shadow:0 18px 50px rgba(0,0,0,.2);

  max-width:240px;
}

.float-card strong{
  font-family:'Barlow Condensed';
  font-size:1.6rem;
  text-transform:uppercase;
}


/* Checklist */

.check-list{
  display:grid;
  gap:15px;
  margin-top:28px;
}

.check{
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.check .dot{
  width:30px;
  height:30px;
  border-radius:50%;

  background:rgba(229,23,25,.14);
  color:var(--red);

  display:grid;
  place-items:center;

  flex:0 0 auto;
  font-weight:800;
}

.check strong{
  display:block;
  margin-bottom:2px;
}

.check span{
  color:#aeb2ba;
  font-size:.94rem;
}

.light .check span{
  color:#676c75;
}


/* =========================================================
   PROCESS
========================================================= */

.process{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:46px;
}

.step{
  padding:28px;

  border:1px solid rgba(255,255,255,.1);
  border-radius:22px;

  background:linear-gradient(
    145deg,
    rgba(255,255,255,.045),
    rgba(255,255,255,.018)
  );
}

.step-num{
  font-family:'Barlow Condensed';
  font-size:4rem;
  line-height:1;
  color:rgba(229,23,25,.4);
}

.step h3{
  font-family:'Barlow Condensed';
  font-size:1.7rem;
  text-transform:uppercase;
  margin:12px 0 6px;
}

.step p{
  margin:0;
  color:#aeb2ba;
  font-size:.94rem;
}


/* =========================================================
   PROJECTS
========================================================= */

.project-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:18px;
}

.project{
  position:relative;

  border-radius:24px;
  overflow:hidden;
  min-height:390px;

  border:1px solid rgba(255,255,255,.1);

  cursor:pointer;
}

.project img{
  width:100%;
  height:100%;

  object-fit:cover;

  position:absolute;
  inset:0;

  transition:.5s;
}

.project::after{
  content:"";
  position:absolute;
  inset:0;

  background:linear-gradient(
    180deg,
    transparent 25%,
    rgba(0,0,0,.88)
  );
}

.project:hover img{
  transform:scale(1.06);
}

.project-copy{
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:22px;
}

.project-copy h3{
  font-family:'Barlow Condensed';
  font-size:1.8rem;
  text-transform:uppercase;
  margin:0;
}

.project-copy p{
  color:#c7c9ce;
  margin:6px 0 0;
  font-size:.9rem;
}


/* =========================================================
   CTA
========================================================= */

.cta{
  padding:70px 0;

  background:linear-gradient(
    120deg,
    #e51719,
    #b7090b
  );

  position:relative;
  overflow:hidden;
}

.cta::after{
  content:"CAR CARE";

  position:absolute;
  right:-30px;
  top:-60px;

  font-family:'Barlow Condensed';
  font-size:15rem;
  font-weight:800;

  color:rgba(255,255,255,.06);

  white-space:nowrap;
}

.cta-inner{
  position:relative;
  z-index:1;

  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
}

.cta h2{
  font-family:'Barlow Condensed';

  font-size:clamp(2.6rem,5vw,4.6rem);
  line-height:.9;

  text-transform:uppercase;

  margin:0;
  max-width:690px;
}

.cta .btn{
  background:#fff;
  color:#111;
}


/* =========================================================
   PAGE HERO
========================================================= */

.page-hero{
  padding:120px 0 80px;

  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(229,23,25,.22),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #0a0b0e,
      #0d0f13
    );

  border-bottom:1px solid rgba(255,255,255,.08);
}

.page-hero .display{
  font-size:clamp(3.5rem,7vw,6.7rem);
}

.breadcrumbs{
  display:flex;
  gap:9px;

  color:#aeb2ba;
  font-size:.84rem;

  margin-top:24px;
}

.breadcrumbs a:hover{
  color:#fff;
}


/* =========================================================
   SERVICE PAGE
========================================================= */

.service-hero-grid{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:60px;
  align-items:center;
}

.service-image{
  border-radius:30px;
  overflow:hidden;

  border:1px solid rgba(255,255,255,.1);
  box-shadow:var(--shadow);
}

.service-image img{
  width:100%;
  height:460px;
  object-fit:cover;
}

.icon-badge{
  width:62px;
  height:62px;

  border-radius:18px;

  background:rgba(229,23,25,.14);

  display:grid;
  place-items:center;

  color:var(--red);
  font-size:1.7rem;

  margin-bottom:24px;
}


/* =========================================================
   INFO CARDS
========================================================= */

.info-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:40px;
}

.info-card{
  background:#fff;

  border:1px solid #e2e4e8;
  border-radius:20px;

  padding:24px;
  color:#16181d;
}

.info-card h3{
  font-family:'Barlow Condensed';
  font-size:1.6rem;
  text-transform:uppercase;
  margin:8px 0;
}

.info-card p{
  color:#646a74;
  font-size:.92rem;
  margin:0;
}


/* =========================================================
   CONTACT PAGE
========================================================= */

.contact-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:28px;
}

.contact-panel,
.form-panel{
  background:linear-gradient(
    145deg,
    #141820,
    #101319
  );

  border:1px solid rgba(255,255,255,.09);
  border-radius:26px;

  padding:32px;
}

.contact-items{
  display:grid;
  gap:15px;
  margin-top:26px;
}

.contact-item{
  display:flex;
  gap:14px;
  align-items:flex-start;

  padding:16px;
  border-radius:15px;

  background:rgba(255,255,255,.035);
}

.contact-item strong{
  display:block;
  margin-bottom:3px;
}

.contact-item span,
.contact-item a{
  color:#b6bac2;
  font-size:.93rem;
}


/* Forms */

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.form-group{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.form-group.full{
  grid-column:1/-1;
}

.form-group label{
  font-size:.83rem;
  color:#bec2ca;
  font-weight:600;
}

.form-control{
  width:100%;

  background:#0d0f13;

  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;

  padding:13px 14px;

  color:#fff;

  outline:none;
  transition:.2s;
}

.form-control:focus{
  border-color:var(--red);
  box-shadow:0 0 0 3px rgba(229,23,25,.12);
}

textarea.form-control{
  min-height:130px;
  resize:vertical;
}


/* Map */

.map-wrap{
  margin-top:28px;

  border-radius:24px;
  overflow:hidden;

  border:1px solid rgba(255,255,255,.1);
}

.map-wrap iframe{
  width:100%;
  height:420px;
  border:0;
  display:block;
}


/* =========================================================
   FOOTER
========================================================= */

.footer{
  background:#060709;

  border-top:1px solid rgba(255,255,255,.08);

  padding:64px 0 22px;
}

.footer-grid{
  display:grid;

  grid-template-columns:1.4fr .8fr .9fr 1fr;

  gap:40px;
}

.footer h4{
  font-family:'Barlow Condensed';
  font-size:1.3rem;
  text-transform:uppercase;

  margin:0 0 14px;
}

.footer p,
.footer a{
  color:#969ba5;
  font-size:.9rem;
}

.footer a{
  display:block;
  margin:9px 0;
}

.footer a:hover{
  color:#fff;
}


/* =========================================================
   FOOTER LOGO
   IMPORTANT:
   Prevents the horizontal logo being cropped into a square.
========================================================= */

.footer .brand{
  display:inline-flex;
  align-items:center;

  width:auto;

  margin:0 0 24px;

  text-decoration:none;
}

.footer .brand img{
  display:block;

  width:auto !important;
  height:64px !important;
  max-width:260px !important;

  object-fit:contain !important;
  object-position:left center !important;

  border-radius:0 !important;
  background:transparent !important;
}


/* Footer bottom */

.footer-bottom{
  margin-top:44px;
  padding-top:20px;

  border-top:1px solid rgba(255,255,255,.08);

  display:flex;
  justify-content:space-between;
  align-items:center;

  gap:20px;

  color:#737984;
  font-size:.82rem;
}


/*
Allow Digital My Business link to remain
on the same line as "Website Designed by"
*/

.footer-bottom a{
  display:inline;
  margin:0;
  color:#aeb2ba;
}

.footer-bottom a:hover{
  color:#fff;
}


/* =========================================================
   FLOATING CALL BUTTON
========================================================= */

.floating-call{
  position:fixed;
  right:20px;
  bottom:20px;

  z-index:999;

  background:var(--red);

  width:58px;
  height:58px;

  border-radius:50%;

  display:grid;
  place-items:center;

  box-shadow:0 14px 40px rgba(229,23,25,.38);

  font-size:1.3rem;

  transition:.2s;
}

.floating-call:hover{
  transform:translateY(-3px) scale(1.03);
}


/* =========================================================
   SCROLL REVEAL
========================================================= */

.reveal{
  opacity:0;
  transform:translateY(26px);

  transition:
    opacity .7s ease,
    transform .7s ease;
}

.reveal.visible{
  opacity:1;
  transform:none;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:960px){

  :root{
    --container:min(100% - 28px, 1180px);
  }

  .topbar{
    display:none;
  }

  .navbar{
    height:72px;
  }


  /* Header Logo */

  .header .brand img{
    width:auto;
    height:50px;
    max-width:210px;
  }


  /* Mobile Navigation */

  .nav{
    position:fixed;

    inset:72px 14px auto 14px;

    display:none;

    flex-direction:column;
    align-items:stretch;

    gap:0;

    background:#111318;

    border:1px solid rgba(255,255,255,.1);
    border-radius:20px;

    padding:12px;

    box-shadow:var(--shadow);
  }

  .nav.open{
    display:flex;
  }

  .nav a{
    padding:13px 14px;
    border-radius:10px;
  }

  .nav a::after{
    display:none;
  }

  .nav-item:hover .dropdown{
    display:none;
  }

  .dropdown{
    display:none;
  }

  .menu-toggle{
    display:block;
  }


  /* Hero */

  .hero{
    min-height:auto;
  }

  .hero-grid,
  .split,
  .service-hero-grid,
  .contact-grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .hero-grid{
    padding:68px 0;
  }


  /* Services */

  .services-grid{
    grid-template-columns:1fr 1fr;
  }

  .service-card.featured{
    grid-column:span 2;
  }


  /* Projects */

  .project-grid{
    grid-template-columns:1fr 1fr;
  }

  .project:first-child{
    grid-column:span 2;
  }


  /* Footer */

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .footer .brand img{
    width:auto !important;
    height:58px !important;
    max-width:235px !important;
  }


  /* CTA */

  .cta-inner{
    align-items:flex-start;
    flex-direction:column;
  }


  .float-card{
    right:14px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:640px){

  .section{
    padding:74px 0;
  }

  .display{
    font-size:clamp(3.2rem,16vw,5.4rem);
  }

  .section-head{
    align-items:flex-start;
    flex-direction:column;
    margin-bottom:32px;
  }


  /* Header Logo */

  .header .brand img{
    width:auto !important;
    height:44px !important;
    max-width:180px !important;

    object-fit:contain !important;

    border-radius:0 !important;
    background:transparent !important;
  }


  /* Layout */

  .services-grid,
  .process,
  .project-grid,
  .info-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .service-card.featured,
  .project:first-child{
    grid-column:auto;
  }

  .project{
    min-height:330px;
  }


  /* Forms */

  .form-grid{
    grid-template-columns:1fr;
  }

  .form-group.full{
    grid-column:auto;
  }


  /* Hero Buttons */

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .hero-actions .btn{
    width:100%;
  }


  /* Page Hero */

  .page-hero{
    padding:96px 0 60px;
  }


  /* Service Image */

  .service-image img{
    height:320px;
  }


  /* Footer */

  .footer-grid{
    gap:30px;
  }

  .footer .brand{
    margin-bottom:18px;
  }

  .footer .brand img{
    width:auto !important;
    height:50px !important;
    max-width:200px !important;

    object-fit:contain !important;
    object-position:left center !important;

    border-radius:0 !important;
    background:transparent !important;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }


  /* Floating Phone */

  .floating-call{
    width:52px;
    height:52px;
    right:14px;
    bottom:14px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media(prefers-reduced-motion:reduce){

  *{
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important;
  }

  .reveal{
    opacity:1;
    transform:none;
  }

}


/* =========================================================
   WORDPRESS ADMIN BAR
========================================================= */

.admin-bar .header{
  top:32px;
}

@media(max-width:782px){

  .admin-bar .header{
    top:46px;
  }

}