/* Wrench Ace — Midnight Garage landing site */
:root{
  --bg:#0B0D0F; --bg2:#0E1114; --panel:#14171A; --panel2:#1B1F23;
  --line:rgba(142,149,156,.16);
  --yel:#FFC400; --yel2:#E0A800;
  --steel:#8E959C; --chrome:#C7CDD3;
  --text:#EDEFF2; --muted:#9AA3AB; --faint:#5c646c;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  background:var(--bg);
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.6;-webkit-font-smoothing:antialiased;
  /* subtle carbon weave + center lift */
  background-image:
    radial-gradient(120% 80% at 50% 0%, #12161A 0%, var(--bg) 60%),
    repeating-linear-gradient(45deg, rgba(255,255,255,.014) 0 2px, transparent 2px 8px),
    repeating-linear-gradient(-45deg, rgba(0,0,0,.25) 0 2px, transparent 2px 8px);
  background-attachment:fixed;
}
h1,h2,h3,.logo,.wordmark,.strip b,.badge{font-family:"Chakra Petch",-apple-system,sans-serif}
a{color:inherit}
.wrap{max-width:1000px;margin:0 auto;padding:0 22px}

/* header */
header{position:sticky;top:0;z-index:20;backdrop-filter:blur(10px);
  background:rgba(11,13,15,.72);border-bottom:1px solid var(--line)}
.hrow{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.logo{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:700;font-size:20px;letter-spacing:.06em}
.logo img{width:34px;height:34px;border-radius:8px;display:block}
.logo span{color:var(--text)} .logo b{color:var(--yel);font-weight:700}
nav a{color:var(--muted);text-decoration:none;margin-left:22px;font-size:15px;transition:color .15s}
nav a:hover{color:var(--yel)}

/* hero */
.hero{text-align:center;padding:70px 0 40px}
.hero .icon{width:112px;height:112px;border-radius:24px;display:block;margin:0 auto 26px;
  box-shadow:0 14px 44px rgba(0,0,0,.55),0 0 0 1px var(--line)}
.wordmark{font-size:clamp(30px,7vw,52px);font-weight:700;letter-spacing:.12em;margin-bottom:22px;color:var(--text)}
.wordmark b{color:var(--yel)}
.hero h1{font-size:clamp(30px,5.4vw,50px);font-weight:700;line-height:1.1;letter-spacing:-.01em;max-width:820px;margin:0 auto 20px}
.hero h1 .yel{color:var(--yel)}
.hero p.sub{font-size:clamp(17px,2.4vw,21px);color:var(--muted);max-width:640px;margin:0 auto 30px}
.badge{display:inline-flex;align-items:center;gap:10px;background:var(--panel);border:1px solid var(--line);
  color:var(--chrome);font-weight:600;font-size:15px;letter-spacing:.04em;padding:12px 20px;border-radius:14px}
.badge .dot{width:9px;height:9px;border-radius:50%;background:var(--yel);box-shadow:0 0 12px var(--yel)}
.badge small{display:block;color:var(--faint);font-size:12px;font-weight:500;letter-spacing:0}

/* value strips */
.strips{margin:56px 0 10px;display:flex;flex-direction:column;gap:14px}
.strip{display:flex;align-items:center;gap:18px;background:linear-gradient(90deg,var(--panel),rgba(20,23,26,.35));
  border:1px solid var(--line);border-left:4px solid var(--yel);border-radius:14px;padding:22px 24px}
.strip .mk{flex:none;width:34px;height:34px;border-radius:9px;background:rgba(255,196,0,.12);
  display:flex;align-items:center;justify-content:center}
.strip .mk svg{width:20px;height:20px;stroke:var(--yel);stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.strip b{font-weight:600;font-size:clamp(18px,2.8vw,25px);line-height:1.25;letter-spacing:.01em;color:var(--text)}
.strip b em{color:var(--yel);font-style:normal}

/* screenshots */
.shots{margin:70px 0 30px;text-align:center}
.shots h2{font-size:clamp(22px,4vw,32px);font-weight:700;letter-spacing:.02em;margin-bottom:6px}
.shots .lede{color:var(--muted);margin-bottom:34px;font-size:16px}
.frames{display:flex;gap:22px;justify-content:center;flex-wrap:wrap}
.phone{width:220px;max-width:72vw;aspect-ratio:9/19;border-radius:34px;background:#000;
  border:2px solid #2b3036;box-shadow:0 18px 50px rgba(0,0,0,.6);position:relative;overflow:hidden}
.phone::before{content:"";position:absolute;top:11px;left:50%;transform:translateX(-50%);
  width:78px;height:20px;border-radius:12px;background:#000;border:1px solid #23272c;z-index:2}
.phone .screen{position:absolute;inset:9px;border-radius:26px;
  background:radial-gradient(120% 70% at 50% 0%, #14171A, #0B0D0F);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:22px;text-align:center}
.phone .ph-ic{width:56px;height:56px;border-radius:14px;opacity:.9}
.phone .ph-cap{color:var(--faint);font-size:13px;letter-spacing:.04em;text-transform:uppercase;font-weight:600}
.phone .ph-bars{width:80%;display:flex;flex-direction:column;gap:9px;margin-top:6px}
.phone .ph-bars i{height:11px;border-radius:6px;background:var(--panel2);display:block}
.phone .ph-bars i:nth-child(1){width:100%}
.phone .ph-bars i:nth-child(2){width:86%}
.phone .ph-bars i.yel{background:rgba(255,196,0,.28);width:64%}

/* footer */
footer{margin-top:64px;border-top:1px solid var(--line);background:var(--bg2)}
.foot{padding:44px 0 40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}
.foot .badge{opacity:.95}
.foot .links a{color:var(--muted);text-decoration:none;margin:0 12px;font-size:15px}
.foot .links a:hover{color:var(--yel)}
.foot .mail{color:var(--chrome);text-decoration:none;font-size:15px}
.foot .mail:hover{color:var(--yel)}
.disclaimer{color:var(--faint);font-size:13px;max-width:640px;line-height:1.6}
.copy{color:var(--faint);font-size:13px}

/* article pages */
.article{padding:40px 0 20px;max-width:760px;margin:0 auto}
.article h1{font-size:clamp(28px,5vw,40px);font-weight:700;letter-spacing:.01em;margin-bottom:8px}
.article .updated{color:var(--faint);font-size:14px;margin-bottom:30px}
.article h2{font-size:22px;font-weight:700;color:var(--yel);margin:34px 0 12px}
.article p,.article li{color:var(--text);opacity:.92;font-size:17px;margin-bottom:14px}
.article ul{padding-left:22px;margin-bottom:14px}
.article li{margin-bottom:8px}
.article a{color:var(--yel);text-decoration:none}
.article a:hover{text-decoration:underline}
.back{display:inline-block;margin-bottom:26px;color:var(--muted);text-decoration:none;font-size:15px}
.back:hover{color:var(--yel)}

@media (max-width:560px){
  .hrow nav a:first-child{margin-left:0}
  .strip{padding:18px 18px}
  .frames{gap:16px}
}
