:root{
    --navy:#0f1f3d;
    --navy-deep:#0a1730;
    --gold:#f0b429;
    --gold-soft:#f6cc5f;
    --steel:#7d879c;
    --cream:#f4efe4;
    --rust:#c23b3b;
    --white:#ffffff;
    --ink:#1c2537;
  }

  *{ box-sizing:border-box; margin:0; padding:0; }
  html{ scroll-behavior:smooth; }
  body{
    font-family:'Barlow', sans-serif;
    color:var(--ink);
    background:var(--cream);
    line-height:1.5;
  }
  img{ max-width:100%; display:block; }
  a{ color:inherit; }
  h1,h2,h3{ font-family:'Archivo Black', sans-serif; text-transform:uppercase; letter-spacing:0.3px; }
  .container{ max-width:1140px; margin:0 auto; padding:0 24px; }
  .eyebrow{
    font-family:'Barlow Condensed', sans-serif;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:14px;
    color:var(--rust);
  }
  :focus-visible{ outline:3px solid var(--gold); outline-offset:3px; }

  @media (prefers-reduced-motion: reduce){
    *{ animation:none !important; transition:none !important; scroll-behavior:auto !important; }
  }

  /* ---------- NAV ---------- */
  header{
    position:sticky; top:0; z-index:50;
    background:var(--navy);
    border-bottom:3px solid var(--gold);
  }
  nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:22px 24px;
    max-width:1140px; margin:0 auto;
  }
  .brand{ display:flex; align-items:center; gap:12px; color:var(--white); text-decoration:none; }
  .brand img{ height:136px; width:auto; display:block; }
  .brand .brand-text{ font-family:'Archivo Black',sans-serif; line-height:0.85; }
  .brand .brand-text .arc{ font-size:24px; color:var(--gold); display:block; }
  .brand .brand-text .auto{ font-size:13px; letter-spacing:3px; color:var(--white); }
  .nav-links{ display:flex; gap:30px; list-style:none; }
  .nav-links a{
    color:var(--cream); text-decoration:none; font-weight:600;
    font-family:'Barlow Condensed', sans-serif; letter-spacing:1px; text-transform:uppercase; font-size:15px;
    padding:6px 2px; border-bottom:2px solid transparent;
  }
  .nav-links a:hover{ border-color:var(--gold); }
  .nav-cta{
    background:var(--gold); color:var(--navy) !important; text-decoration:none;
    font-family:'Barlow Condensed', sans-serif; font-weight:700; letter-spacing:0.5px;
    padding:10px 18px; border-radius:3px; font-size:15px; white-space:nowrap;
  }
  .menu-toggle{ display:none; background:none; border:none; color:var(--white); font-size:26px; cursor:pointer; }

  @media (max-width:860px){
    .brand img{ height:104px; }
    .nav-links{
      position:absolute; top:100%; left:0; right:0;
      background:var(--navy); flex-direction:column; gap:0;
      max-height:0; overflow:hidden; transition:max-height 0.3s ease;
    }
    .nav-links.open{ max-height:320px; }
    .nav-links li{ border-top:1px solid rgba(255,255,255,0.1); }
    .nav-links a{ display:block; padding:16px 24px; border-bottom:none; }
    .menu-toggle{ display:block; }
    .nav-cta{ display:none; }
  }

  /* ---------- HERO ---------- */
  .hero{
    background:var(--navy);
    color:var(--white);
    position:relative;
    overflow:hidden;
    padding:70px 0 90px;
  }
  .hero::before{
    content:"";
    position:absolute; inset:0;
    background:repeating-linear-gradient(120deg, rgba(255,255,255,0.02) 0 2px, transparent 2px 70px);
    pointer-events:none;
  }
  .hero-grid{
    display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px; align-items:center;
    position:relative;
  }
  .hero h1{
    font-size:clamp(34px,5vw,54px);
    line-height:1.05;
    margin-bottom:18px;
  }
  .hero h1 .hl{ color:var(--gold); }
  .hero p.lead{
    font-size:19px; color:var(--cream); max-width:480px; margin-bottom:28px;
  }
  .btn-row{ display:flex; gap:14px; flex-wrap:wrap; }
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    font-family:'Barlow Condensed', sans-serif; font-weight:700; letter-spacing:0.5px;
    text-decoration:none; padding:14px 26px; border-radius:3px; font-size:17px;
    text-transform:uppercase;
  }
  .btn-primary{ background:var(--gold); color:var(--navy); }
  .btn-primary:hover{ background:var(--gold-soft); }
  .btn-outline{ border:2px solid var(--white); color:var(--white); }
  .btn-outline:hover{ background:rgba(255,255,255,0.1); }

  /* Work order ticket - signature element */
  .ticket{
    background:var(--cream);
    color:var(--ink);
    border-radius:4px;
    padding:28px 30px 30px;
    position:relative;
    box-shadow:0 20px 45px rgba(0,0,0,0.35);
    transform:rotate(1.4deg);
  }
  .ticket::before, .ticket::after{
    content:"";
    position:absolute; top:0; bottom:0; width:22px;
    background:
      radial-gradient(circle at 11px 14px, var(--navy) 6px, transparent 6.5px) top/100% 28px repeat-y;
  }
  .ticket::before{ left:-11px; }
  .ticket::after{ right:-11px; }
  .ticket-head{
    display:flex; justify-content:space-between; align-items:baseline;
    border-bottom:2px dashed var(--steel); padding-bottom:10px; margin-bottom:14px;
  }
  .ticket-head .no{ font-family:'IBM Plex Mono', monospace; font-weight:600; font-size:14px; color:var(--rust); }
  .ticket-head .date{ font-family:'IBM Plex Mono', monospace; font-size:13px; color:var(--steel); }
  .ticket-row{ display:flex; gap:10px; margin-bottom:10px; font-size:15px; }
  .ticket-row .label{
    font-family:'Barlow Condensed', sans-serif; font-weight:700; letter-spacing:1px;
    text-transform:uppercase; color:var(--steel); width:110px; flex:0 0 auto; font-size:13px; padding-top:2px;
  }
  .ticket-row .value{ font-weight:600; }
  .stamp{
    position:absolute; right:22px; bottom:20px;
    border:3px solid var(--rust); color:var(--rust);
    font-family:'Archivo Black', sans-serif; font-size:13px;
    padding:8px 12px; border-radius:6px; transform:rotate(-9deg);
    letter-spacing:1px; opacity:0.9;
  }

  @media (max-width:860px){
    .hero-grid{ grid-template-columns:1fr; }
    .ticket{ transform:rotate(0.5deg); margin-top:10px; }
  }

  /* ---------- TRUST STRIP ---------- */
  .trust-strip{
    background:var(--gold); color:var(--navy);
    padding:16px 0;
  }
  .trust-strip .container{
    display:flex; flex-wrap:wrap; gap:10px 34px; justify-content:center;
    font-family:'Barlow Condensed', sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; font-size:15px;
  }
  .trust-strip span{ display:flex; align-items:center; gap:8px; }

  /* ---------- SECTIONS ---------- */
  section{ padding:80px 0; }
  .section-head{ max-width:640px; margin-bottom:44px; }
  .section-head h2{ font-size:clamp(28px,4vw,38px); margin-top:8px; color:var(--navy); }

  /* Services - pegboard texture */
  #services{
    background-color:var(--white);
    background-image:radial-gradient(var(--steel) 1px, transparent 1.4px);
    background-size:26px 26px;
    background-position:-6px -6px;
    position:relative;
  }
  #services .container{ position:relative; }
  .svc-grid{
    display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:20px;
  }
  .svc-card{
    background:var(--navy); color:var(--white);
    border-radius:6px; padding:26px 22px;
    border-top:4px solid var(--gold);
  }
  .svc-card .icon{
    width:46px; height:46px; border-radius:50%;
    background:var(--gold); display:flex; align-items:center; justify-content:center; margin-bottom:16px;
  }
  .svc-card h3{ font-size:18px; margin-bottom:8px; }
  .svc-card p{ color:var(--cream); font-size:15px; }

  /* About */
  #about{ background:var(--navy); color:var(--white); }
  #about .eyebrow{ color:var(--gold); }
  .about-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:56px; align-items:center; }
  .andrew-photo{
    position:relative;
    max-width:340px;
    margin:0 auto;
  }
  .andrew-photo img{
    width:100%; border-radius:10px;
    border:4px solid var(--gold);
    display:block;
  }
  .badge{
    width:130px; height:130px; border-radius:50%;
    background:var(--white);
    display:flex; align-items:center; justify-content:center;
    position:absolute; right:-24px; bottom:-24px;
    box-shadow:0 8px 20px rgba(0,0,0,0.35);
    padding:8px;
    overflow:hidden;
  }
  .badge img{ width:100%; height:100%; object-fit:contain; border-radius:50%; }
  #about p{ color:var(--cream); font-size:17px; margin-bottom:16px; max-width:560px; }
  #about h2{ color:var(--white); }
  @media (max-width:860px){
    .about-grid{ grid-template-columns:1fr; }
    .andrew-photo{ max-width:260px; }
    .badge{ width:100px; height:100px; font-size:11px; right:-16px; bottom:-16px; }
    .badge strong{ font-size:16px; }
  }

  /* Service area - road motif */
  #area{ background:var(--cream); }
  .road-strip{
    background:var(--navy-deep); border-radius:8px; padding:34px 30px 26px; margin-top:10px; position:relative; overflow:hidden;
  }
  .road-strip::after{
    content:""; position:absolute; left:30px; right:30px; bottom:20px; height:4px;
    background:repeating-linear-gradient(90deg, var(--gold-soft) 0 32px, transparent 32px 64px);
    opacity:0.85;
  }
  .towns{ display:flex; flex-wrap:wrap; gap:14px 10px; justify-content:space-between; position:relative; z-index:1; padding-bottom:26px; }
  .town{
    background:var(--white); color:var(--navy);
    font-family:'Barlow Condensed', sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:0.5px;
    padding:9px 16px; border-radius:4px; font-size:15px; position:relative;
  }
  .town::after{
    content:""; position:absolute; left:50%; bottom:-20px; width:0; height:0;
    transform:translateX(-50%);
    border-left:7px solid transparent; border-right:7px solid transparent; border-top:9px solid var(--white);
  }

  /* Reviews */
  #reviews{ background:var(--navy-deep); padding:70px 0; }
  .reviews-inner{ text-align:center; max-width:560px; }
  .reviews-inner .stars{ color:var(--gold); font-size:28px; letter-spacing:6px; margin-bottom:14px; }
  .reviews-inner h2{ color:var(--white); font-size:clamp(26px,3.6vw,34px); margin-bottom:12px; }
  .reviews-inner p{ color:var(--cream); font-size:17px; margin-bottom:26px; }

  /* Gallery */
  #gallery{ background:var(--white); }
  .gallery-teaser{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
  }
  .teaser-thumb{
    position:relative;
    aspect-ratio:3/4;
    border-radius:6px;
    overflow:hidden;
    display:block;
    border:2px solid transparent;
  }
  .teaser-thumb img{
    width:100%; height:100%; object-fit:cover;
    transition:transform 0.35s ease;
    display:block;
  }
  .teaser-thumb:hover{ border-color:var(--gold); }
  .teaser-thumb:hover img{ transform:scale(1.06); }
  .teaser-more{ position:relative; }
  .teaser-more img{ filter:brightness(0.45); }
  .teaser-more-label{
    position:absolute; inset:0;
    display:flex; align-items:center; justify-content:center;
    text-align:center;
    color:var(--white);
    font-family:'Barlow Condensed', sans-serif;
    font-weight:700; letter-spacing:0.5px;
    font-size:17px;
    text-transform:uppercase;
  }
  @media (max-width:700px){
    .gallery-teaser{ grid-template-columns:repeat(2,1fr); }
  }

  .gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(210px,1fr));
    gap:14px;
  }
  .gallery-item{
    position:relative;
    aspect-ratio:3/4;
    border-radius:6px;
    overflow:hidden;
    cursor:pointer;
    border:2px solid transparent;
    background:var(--cream);
  }
  .gallery-item img{
    width:100%; height:100%; object-fit:cover;
    transition:transform 0.35s ease;
    display:block;
  }
  .gallery-item:hover img{ transform:scale(1.06); }
  .gallery-item:hover{ border-color:var(--gold); }

  .lightbox{
    position:fixed; inset:0; background:rgba(10,15,30,0.92);
    display:none; align-items:center; justify-content:center;
    z-index:200; padding:24px;
  }
  .lightbox.open{ display:flex; }
  .lightbox img{
    max-width:min(90vw,900px); max-height:85vh;
    border-radius:6px;
    box-shadow:0 20px 60px rgba(0,0,0,0.5);
  }
  .lightbox-close, .lightbox-prev, .lightbox-next{
    position:absolute;
    background:var(--gold); color:var(--navy);
    border:none; border-radius:50%;
    width:46px; height:46px;
    font-size:22px; font-weight:700;
    cursor:pointer;
    display:flex; align-items:center; justify-content:center;
  }
  .lightbox-close{ top:24px; right:24px; }
  .lightbox-prev{ left:24px; top:50%; transform:translateY(-50%); }
  .lightbox-next{ right:24px; top:50%; transform:translateY(-50%); }
  @media (max-width:700px){
    .lightbox-prev{ left:8px; } .lightbox-next{ right:8px; }
    .lightbox-close{ top:12px; right:12px; }
  }


  #contact{ background:var(--white); }
  .contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:40px; }
  .hours-card{
    background:var(--navy); color:var(--white); border-radius:6px; padding:30px;
  }
  .hours-card h3{ color:var(--gold); font-size:20px; margin-bottom:16px; }
  .hours-row{
    display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid rgba(255,255,255,0.12);
    font-family:'IBM Plex Mono', monospace; font-size:14.5px;
  }
  .hours-row:last-child{ border-bottom:none; }
  .contact-card{ display:flex; flex-direction:column; gap:16px; }
  .contact-line{ display:flex; align-items:center; gap:14px; font-size:17px; }
  .contact-line .ic{
    width:42px; height:42px; border-radius:50%; background:var(--gold); flex:0 0 auto;
    display:flex; align-items:center; justify-content:center;
  }
  .contact-line a{ text-decoration:none; font-weight:700; color:var(--navy); }
  .map-wrap{ border-radius:6px; overflow:hidden; border:3px solid var(--navy); }
  .map-wrap iframe{ width:100%; height:220px; border:0; display:block; }

  @media (max-width:860px){ .contact-grid{ grid-template-columns:1fr; } }

  /* Footer */
  footer{ background:var(--navy-deep); color:var(--cream); padding:34px 0; }
  footer .container{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:16px; }
  footer .foot-tag{ font-family:'Barlow Condensed', sans-serif; font-weight:700; color:var(--gold); text-transform:uppercase; letter-spacing:1px; }
  footer small{ color:var(--steel); }
  .social-link{
    display:flex; align-items:center; gap:8px;
    color:var(--cream); text-decoration:none;
    font-family:'Barlow Condensed', sans-serif; font-weight:600; font-size:15px;
  }
  .social-link:hover{ color:var(--gold); }
  .social-link:hover svg path{ fill:var(--gold); }
