/* Base off cars — hand-authored, not generated by build_site.py. Do not re-run
   the builder over this folder or it will be overwritten.

   Direction: design-skills/agent-skills/web-design/high-contrast-skeuomorphic-clean
   ("keep contrast high: white or near-white text on black shells, muted gray
   support copy, and clear separation between interactive and passive surfaces").

   The rule that fixes the previous build: NO small type is ever set over a
   photograph. Images live inside framed panels; every label, rating and caption
   sits on solid ink. The old hero put 11px #a2a09c with no shadow over a pale
   workshop wall, which a contrast checker passes and a human cannot read.
   Minimum support-text size here is 13px, and every colour below is checked
   against the surface it actually lands on. */
:root{
  --ink:#08090a;          /* page */
  --panel:#101215;        /* cards */
  --panel-2:#161a1e;      /* raised */
  --line:#252a30;
  --text:#f2f5f7;         /* 17.6:1 on --ink */
  --soft:#c2cad2;         /* 10.4:1 on --ink, the floor for support copy */
  --dim:#98a2ad;          /*  6.4:1 on --ink, labels only, never below 13px */
  --go:#00e0a4;           /* signal */
  --go-ink:#04231b;
  --sans:'Archivo',system-ui,-apple-system,sans-serif;
  --mono:'IBM Plex Mono',ui-monospace,monospace;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ink);color:var(--text);font-family:var(--sans);
     line-height:1.6;-webkit-font-smoothing:antialiased;
     padding-bottom:env(safe-area-inset-bottom)}
a{color:inherit;text-decoration:none}
h1,h2,h3{margin:0;font-weight:900;letter-spacing:-.035em;line-height:1.04}
img{max-width:100%;display:block}
.shell{max-width:1180px;margin:0 auto;padding:0 clamp(18px,4vw,44px)}
.mono{font-family:var(--mono);font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--dim)}

/* nav */
.nav{position:fixed;inset:0 0 auto 0;z-index:50;transition:background .25s,border-color .25s;
     border-bottom:1px solid transparent}
.nav.solid{background:rgba(8,9,10,.94);backdrop-filter:blur(12px);border-bottom-color:var(--line)}
.nav-in{display:flex;align-items:center;gap:20px;padding-top:14px;padding-bottom:14px}
.brand{display:flex;align-items:center;gap:9px;font-weight:800;font-size:16px;letter-spacing:-.02em}
.dot{width:9px;height:9px;border-radius:50%;background:var(--go);flex:none;
     box-shadow:0 0 0 4px rgba(0,224,164,.16)}
.nav-links{display:none;gap:24px;margin-left:auto}
.nav-links a{font-size:14.5px;color:var(--soft);font-weight:500}
.nav-links a:hover{color:var(--text)}
@media(min-width:900px){.nav-links{display:flex}}
.nav .btn-go{margin-left:auto}
@media(min-width:900px){.nav .btn-go{margin-left:0}}

/* buttons: touchable, layered fill, never a flat outline on a photo */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
     font-family:var(--sans);font-weight:700;font-size:15px;border-radius:10px;
     padding:12px 20px;border:1px solid transparent;transition:.16s;white-space:nowrap}
.btn-go{background:linear-gradient(180deg,#25f2ba,var(--go));color:var(--go-ink);
        box-shadow:0 1px 0 rgba(255,255,255,.35) inset,0 6px 18px rgba(0,224,164,.22)}
.btn-go:hover{filter:brightness(1.07)}
.btn-line{background:var(--panel-2);color:var(--text);border-color:var(--line)}
.btn-line:hover{border-color:#3a424b;background:#1b2025}
.btn-lg{padding:15px 26px;font-size:16px}

/* hero */
.hero{padding-top:clamp(96px,13vw,150px)}
.kicker{margin:0 0 18px;font-family:var(--mono);font-size:13px;letter-spacing:.14em;
        text-transform:uppercase;color:var(--go)}
.hero h1{font-size:clamp(32px,4.6vw,60px);max-width:26ch}
/* 26ch, not 17: the headline carries its own <br>, and a tight max-width was
   re-wrapping each half so 'finish' and 'in.' fell onto orphan lines. */
.hl{color:var(--soft)}
.lede{margin:22px 0 0;max-width:52ch;font-size:clamp(16px,1.5vw,18.5px);color:var(--soft)}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.proof{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:26px 0 40px;
       font-size:15px;color:var(--soft)}
.proof b{color:var(--text);font-size:17px}
.sep{color:#7d8792}   /* was #4c555f: 2.63:1, failed AA */
.stars{color:var(--go);letter-spacing:3px;font-size:16px}
.open{display:inline-flex;align-items:center;gap:8px;margin-left:6px;padding:6px 13px;
      border:1px solid var(--line);background:var(--panel);border-radius:99px;
      font-size:13.5px;color:var(--soft)}
.open i{width:7px;height:7px;border-radius:50%;background:var(--go);display:block}

/* image lives in a frame with its caption on ink, never floating on the photo */
.stage{margin:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--panel)}
.stage img{width:100%;aspect-ratio:16/9;object-fit:cover}
.stage figcaption{padding:14px 18px;border-top:1px solid var(--line);background:var(--panel)}

/* stat strip */
.strip{margin-top:clamp(40px,6vw,72px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);
       background:var(--panel)}
/* Dividers are BORDERS, not a gap over a coloured parent. The parent here is
   .shell, which carries horizontal padding, so a background on it painted the
   line colour into the padding and showed as two pale bands at the edges. */
.strip-in{display:grid;grid-template-columns:repeat(4,1fr)}
.strip-in div{padding:22px clamp(12px,2vw,20px);border-left:1px solid var(--line)}
.strip-in div:first-child{border-left:0}
.strip-in b{display:block;font-size:clamp(20px,2.4vw,28px);font-weight:900;letter-spacing:-.03em}
.strip-in span{font-family:var(--mono);font-size:13px;letter-spacing:.08em;
               text-transform:uppercase;color:var(--dim)}

.pad{padding:clamp(60px,9vw,120px) 0}
.pad-tight{padding-top:0}
.sec-head{margin-bottom:34px}
.sec-head h2{font-size:clamp(26px,4vw,46px)}
.sec-head .mono{margin-top:10px}

/* service cards: 1px wrapper, top highlight, dark-to-darker fill */
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(268px,1fr));gap:14px}
.card{position:relative;border:1px solid var(--line);border-radius:16px;padding:26px 24px;
      background:linear-gradient(180deg,var(--panel-2),var(--panel));overflow:hidden}
.card::before{content:"";position:absolute;inset:0 0 auto 0;height:1px;
              background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent)}
.card .num{font-family:var(--mono);font-size:13px;letter-spacing:.14em;color:var(--go)}
.card h3{font-size:19px;margin:14px 0 9px}
.card p{margin:0;color:var(--soft);font-size:15.5px}
.card-cta{background:linear-gradient(180deg,#12211d,#0d1a17);border-color:#1e3a33}
.card-cta .btn{margin-top:16px}

/* gallery */
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.gallery figure{margin:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--panel)}
.gallery img{width:100%;height:230px;object-fit:cover;transition:transform .55s ease}
.gallery figure:hover img{transform:scale(1.045)}
.gallery .tall{grid-row:span 2}
.gallery .tall img{height:472px}
.gallery .wide{grid-column:span 2}
@media(max-width:900px){
  /* Drop BOTH span classes, not just .tall. A .wide item cannot sit beside a
     single cell in a 2-column grid, so it wrapped to the next row and left a
     visible hole above it. Plain 2-up on mobile, no gaps. */
  .gallery{grid-template-columns:repeat(2,1fr)}
  .gallery .tall,.gallery .wide{grid-row:auto;grid-column:auto}
  .gallery .tall img{height:230px}
}

/* reviews: a horizontal rail, because 10 real reviews stacked in a grid would
   push the contact details a screen further down. Scroll-snap so it lands
   cleanly, native overflow so it works with a trackpad, touch and keyboard. */
.rail-wrap{position:relative}
.rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,330px);gap:14px;
      /* size each card to its own text: one long review was stretching every
         card to match it, leaving 300px of dead space under the short ones */
      align-items:start;
      overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;
      padding:4px 4px 18px;margin:0 -4px;scrollbar-width:thin;
      scrollbar-color:var(--line) transparent}
.rail::-webkit-scrollbar{height:8px}
.rail::-webkit-scrollbar-thumb{background:var(--line);border-radius:99px}
.rail::-webkit-scrollbar-track{background:transparent}
.rail:focus-visible{outline:2px solid var(--go);outline-offset:4px;border-radius:16px}
.rev{margin:0;scroll-snap-align:start;border:1px solid var(--line);border-radius:16px;
     padding:22px 22px 24px;background:linear-gradient(180deg,var(--panel-2),var(--panel));
     display:flex;flex-direction:column;gap:12px}
.rev-top{display:flex;align-items:center;gap:11px}
.av{width:36px;height:36px;border-radius:50%;flex:none;display:grid;place-items:center;
    background:#1e242b;color:var(--text);font-weight:800;font-size:15px}
.who{display:flex;flex-direction:column;gap:1px;min-width:0}
.who b{font-size:14.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.who .mono{font-size:13px}
.gmark{margin-left:auto;flex:none}
.rev p{margin:0;font-size:15.5px;color:var(--text);line-height:1.55}
/* arrows sit outside the cards so they never cover review text */
.nav-btn{position:absolute;top:38%;width:42px;height:42px;border-radius:50%;cursor:pointer;
         border:1px solid var(--line);background:rgba(16,18,21,.94);color:var(--text);
         font-size:22px;line-height:1;display:none;place-items:center;backdrop-filter:blur(6px)}
.nav-btn:hover{border-color:#3a424b}
/* fully outside the rail: at -14px the button overlapped the first card's text
   by 9px. Only shown from 1300px, where the 1180px shell leaves real margin. */
.prev{left:-54px}.next{right:-54px}
@media(min-width:1300px){.nav-btn{display:grid}}
.seeall{display:inline-block;margin-top:8px;font-weight:700;font-size:15.5px;color:var(--go)}
.seeall:hover{text-decoration:underline}

/* visit */
.visit{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(26px,4vw,60px);align-items:start}
.hours{width:100%;border-collapse:collapse;font-size:15.5px;margin-bottom:22px}
.hours td{padding:14px 0;border-bottom:1px solid var(--line);color:var(--soft)}
.hours td:first-child{color:var(--text);font-weight:600}
.hours td:last-child{text-align:right;font-family:var(--mono);font-size:13.5px}
.callcard{border:1px solid var(--line);border-radius:18px;padding:28px 26px;
          background:linear-gradient(180deg,var(--panel-2),var(--panel))}
.tel{display:block;font-size:clamp(24px,3.2vw,36px);font-weight:900;letter-spacing:-.035em;margin:10px 0 22px}
.fine{margin:18px 0 0;font-size:14px;color:var(--dim)}
@media(max-width:880px){.visit{grid-template-columns:1fr}}

/* footer + sticky mobile call bar */
.foot{border-top:1px solid var(--line);padding:30px 0 0;background:var(--panel)}
.foot-in{display:flex;flex-wrap:wrap;gap:12px 26px;align-items:center;padding-bottom:30px}
.foot .note{width:100%;text-transform:none;letter-spacing:.02em;font-size:13px;line-height:1.6}
.foot .note a{color:var(--soft);border-bottom:1px solid #37404a}
.callbar{display:none}
@media(max-width:760px){
  /* 2x2: cell 3 begins a row so it must lose its left border, and the two rows
     need a divider between them. */
  .strip-in{grid-template-columns:1fr 1fr}
  .strip-in div:nth-child(odd){border-left:0}
  .strip-in div:nth-child(n+3){border-top:1px solid var(--line)}
  .callbar{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));
           z-index:60;display:flex;align-items:center;justify-content:center;
           background:linear-gradient(180deg,#25f2ba,var(--go));color:var(--go-ink);
           font-weight:800;font-size:16px;padding:15px;border-radius:12px;
           box-shadow:0 8px 26px rgba(0,0,0,.5)}
  body{padding-bottom:86px}
}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
