/* ==========================================================================
   Locksmith on Wheels · link-in-bio page
   Brand tokens mirror the main site (locksmithonwheels.us).
   ========================================================================== */

@font-face{font-family:Rajdhani;src:url(/assets/fonts/rajdhani-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Rajdhani;src:url(/assets/fonts/rajdhani-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Open Sans";src:url(/assets/fonts/open-sans-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Open Sans";src:url(/assets/fonts/open-sans-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}

:root{
  --blue:#00b3ff;
  --blue-dim:rgba(0,179,255,.14);
  --orange:#ff6337;
  --orange-hi:#ff7a53;
  --orange-dk:#e5522a;
  --navy:#0a0f1a;
  --surface:#121a2b;
  --surface-hi:#182338;
  --line:rgba(255,255,255,.09);
  --line-hi:rgba(255,255,255,.18);
  --text:#f2f5fa;
  --muted:#93a1b8;
  --green:#22c55e;
  --radius:16px;
  --col:26.5rem;
  --font-display:Rajdhani,"Trebuchet MS",Segoe UI,system-ui,sans-serif;
  --font-body:"Open Sans",system-ui,-apple-system,"Segoe UI",sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  min-height:100vh;
  padding:clamp(1.5rem,5vw,3rem) 1.25rem clamp(2rem,6vw,3.5rem);
  background:var(--navy);
  color:var(--text);
  font-family:var(--font-body);
  font-size:1rem;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

/* --- ambient light -------------------------------------------------------- */
.glow{position:fixed;z-index:0;pointer-events:none;border-radius:50%;filter:blur(90px);opacity:.5}
.glow--blue{top:-14rem;left:-10rem;width:32rem;height:32rem;background:radial-gradient(circle,rgba(0,179,255,.5),transparent 68%)}
.glow--orange{bottom:-16rem;right:-12rem;width:34rem;height:34rem;background:radial-gradient(circle,rgba(255,99,55,.42),transparent 68%)}

.sprite{position:absolute;width:0;height:0;overflow:hidden}

/* --- a11y ----------------------------------------------------------------- */
.skip-link{position:absolute;left:-9999px;top:0;z-index:99;padding:.75rem 1.25rem;background:var(--orange);color:var(--navy);font-weight:600;border-radius:0 0 10px 0}
.skip-link:focus{left:0}
:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:6px}

/* --- layout --------------------------------------------------------------- */
.wrap{position:relative;z-index:1;width:100%;max-width:var(--col);margin-inline:auto}

/* --- language switch ------------------------------------------------------ */
.langbar{display:flex;justify-content:flex-end;gap:.25rem;margin-bottom:1.25rem}
.langbtn{
  min-width:2.75rem;min-height:2.25rem;padding:.4rem .75rem;
  border:1px solid var(--line);border-radius:999px;background:transparent;
  color:var(--muted);font-family:var(--font-display);font-size:.9375rem;font-weight:600;letter-spacing:.06em;
  cursor:pointer;transition:color .18s,background-color .18s,border-color .18s;
}
.langbtn:hover{color:var(--text);border-color:var(--line-hi)}
.langbtn.is-active{background:var(--blue-dim);border-color:rgba(0,179,255,.45);color:var(--blue)}

/* --- header --------------------------------------------------------------- */
.head{text-align:center;margin-bottom:1.75rem}
.avatar{
  width:6.5rem;height:6.5rem;border-radius:50%;object-fit:cover;
  border:2px solid var(--line-hi);
  box-shadow:0 0 0 6px rgba(0,179,255,.10),0 18px 40px -18px rgba(0,0,0,.9);
  background:var(--navy);
}
.name{
  margin:1rem 0 .35rem;
  font-family:var(--font-display);font-size:clamp(2rem,8.5vw,2.6rem);font-weight:700;
  line-height:1.05;letter-spacing:.005em;text-transform:uppercase;
}
.tagline{margin:0;color:var(--muted);font-size:.9375rem}

.trust{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:1.1rem 0 0;padding:0;list-style:none}
.chip{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.4rem .75rem;border:1px solid var(--line);border-radius:999px;
  background:rgba(255,255,255,.03);color:var(--muted);
  font-size:.8125rem;line-height:1.2;white-space:nowrap;
}
.chip strong{color:var(--text);font-weight:600}
.chip--rating .ico{color:var(--orange)}
.chip--status[data-state=open]{border-color:rgba(34,197,94,.4);color:var(--green)}
.chip--status[data-state=closed]{border-color:rgba(255,99,55,.35);color:var(--orange-hi)}
.chip--status::before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:currentColor;flex:none}
.chip--status[data-state=open]::before{animation:blip 2.4s ease-in-out infinite}

/* --- link buttons --------------------------------------------------------- */
.links{display:flex;flex-direction:column;gap:.75rem}
.btn{
  position:relative;display:flex;align-items:center;gap:.875rem;
  min-height:4rem;padding:.875rem 1rem;
  border:1px solid var(--line);border-radius:var(--radius);
  background:var(--surface);color:var(--text);text-decoration:none;
  transition:transform .18s ease,background-color .18s,border-color .18s,box-shadow .18s;
}
.btn:hover{background:var(--surface-hi);border-color:var(--line-hi);transform:translateY(-2px);box-shadow:0 14px 28px -18px rgba(0,0,0,.95)}
.btn:active{transform:translateY(0)}

.btn__ico{
  flex:none;display:grid;place-items:center;width:2.75rem;height:2.75rem;
  border-radius:12px;background:var(--blue-dim);color:var(--blue);
}
.btn__txt{display:flex;flex-direction:column;gap:.125rem;min-width:0}
.btn__label{font-family:var(--font-display);font-size:1.1875rem;font-weight:600;line-height:1.15;letter-spacing:.01em}
.btn__sub{color:var(--muted);font-size:.78125rem;line-height:1.3}
.btn:hover .btn__sub{color:#a9b6c9}

.ico{width:1.375rem;height:1.375rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ico--sm{width:1rem;height:1rem}
.ico--chev{flex:none;width:1.125rem;height:1.125rem;margin-left:auto;color:var(--muted);transition:transform .18s ease,color .18s}
.btn:hover .ico--chev{transform:translateX(3px);color:var(--text)}

/* primary call-to-action */
.btn--primary{
  background:var(--orange);border-color:var(--orange);color:#fff;
  box-shadow:0 12px 30px -14px rgba(255,99,55,.75);
}
.btn--primary:hover{background:var(--orange-dk);border-color:var(--orange-dk);box-shadow:0 18px 38px -14px rgba(255,99,55,.85)}
.btn--primary .btn__ico{background:rgba(255,255,255,.18);color:#fff}
.btn--primary .btn__sub,.btn--primary:hover .btn__sub{color:rgba(255,255,255,.92)}
.btn--primary .ico--chev{color:rgba(255,255,255,.8)}
.btn--primary:hover .ico--chev{color:#fff}
.btn--primary::after{
  content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;
  box-shadow:0 0 0 0 rgba(255,99,55,.55);animation:pulse 2.8s ease-out infinite;
}

/* --- socials -------------------------------------------------------------- */
.socials{display:flex;justify-content:center;gap:.625rem;margin:.75rem 0 0;padding:0;list-style:none}
.soc{
  display:grid;place-items:center;width:3rem;height:3rem;
  border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--muted);
  transition:color .18s,background-color .18s,border-color .18s,transform .18s ease;
}
.soc:hover{color:var(--blue);border-color:rgba(0,179,255,.45);background:var(--surface-hi);transform:translateY(-3px)}

/* --- footer --------------------------------------------------------------- */
.foot{margin-top:2rem;text-align:center;color:var(--muted);font-size:.75rem;line-height:1.6}
.foot p{margin:.25rem 0}
.foot__hours{color:#a9b6c9}
.foot__legal{margin-top:.75rem;opacity:.75}

/* --- motion --------------------------------------------------------------- */
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,99,55,.55)}70%{box-shadow:0 0 0 14px rgba(255,99,55,0)}100%{box-shadow:0 0 0 0 rgba(255,99,55,0)}}
@keyframes blip{0%,100%{opacity:1}50%{opacity:.35}}
@keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}

.js-anim .head,.js-anim .btn,.js-anim .socials,.js-anim .foot{animation:rise .5s cubic-bezier(.22,1,.36,1) backwards}
.js-anim .head{animation-delay:.02s}
.js-anim .btn:nth-child(1){animation-delay:.10s}
.js-anim .btn:nth-child(2){animation-delay:.16s}
.js-anim .btn:nth-child(3){animation-delay:.22s}
.js-anim .btn:nth-child(4){animation-delay:.28s}
.js-anim .btn:nth-child(5){animation-delay:.34s}
.js-anim .socials{animation-delay:.40s}
.js-anim .foot{animation-delay:.46s}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  .btn:hover{transform:none}
  .soc:hover{transform:none}
  .btn--primary::after{display:none}
}

/* --- narrow phones -------------------------------------------------------- */
@media (max-width:22.5rem){
  .btn{gap:.75rem;padding:.75rem .875rem}
  .btn__ico{width:2.5rem;height:2.5rem}
  .btn__label{font-size:1.0625rem}
  .btn__sub{font-size:.75rem}
}

@media (forced-colors:active){
  .btn,.soc,.chip{border-color:ButtonBorder}
  .ico{stroke:currentColor}
}
