
:root{
  --bg:#0b0b0d;
  --panel:rgba(255,255,255,.06);
  --panel2:rgba(255,255,255,.10);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.70);
  --border:rgba(255,255,255,.14);
  --red:#ff2a2a;
  --red2:#b80f16;
  --shadow:0 18px 55px rgba(0,0,0,.55);
  --r:18px;
  --r2:26px;
  --container:1180px;
}
*{box-sizing:border-box;}
html,body{height:100%;}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 600px at 18% 12%, rgba(255,42,42,.18), transparent 58%),
    radial-gradient(900px 600px at 82% 18%, rgba(184,15,22,.14), transparent 60%),
    radial-gradient(900px 700px at 60% 100%, rgba(255,255,255,.06), transparent 60%),
    var(--bg);
  line-height:1.55;
}
a{color:inherit; text-underline-offset:3px;}
a:hover{opacity:.92;}
.container{width:min(var(--container), calc(100% - 40px)); margin:0 auto;}
.skip{position:absolute; left:-999px; top:-999px; background:#fff; color:#000; padding:10px 12px; border-radius:10px;}
.skip:focus{left:14px; top:14px; z-index:9999;}

/* Header */
.header{position:sticky; top:0; z-index:80; backdrop-filter: blur(14px); background: rgba(11,11,13,.72); border-bottom:1px solid var(--border);}
.header__row{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:12px 0;}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none;}
.brand__mark{width:42px; height:42px; display:grid; place-items:center; border-radius:14px; background:var(--panel); border:1px solid var(--border); color:rgba(255,42,42,.95); font-weight:1000;}
.brand__text{display:flex; flex-direction:column;}
.brand__title{font-weight:1000;}
.brand__sub{font-size:12px; color:var(--muted); margin-top:1px;}
.nav{display:flex; gap:10px; flex-wrap:wrap; align-items:center;}
.nav__link{color:var(--muted); text-decoration:none; font-weight:900; font-size:13px; padding:8px 10px; border-radius:12px;}
.nav__link:hover{background:var(--panel); color:var(--text);}
.nav__link--active{color:rgba(255,255,255,.92); border:1px solid rgba(255,42,42,.35); background: rgba(255,42,42,.10);}
.header__cta{display:flex; gap:10px; align-items:center;}

/* Buttons */
.btn{display:inline-flex; gap:10px; align-items:center; justify-content:center; border-radius:14px; padding:10px 14px; border:1px solid rgba(255,42,42,.35);
  background: linear-gradient(135deg, rgba(255,42,42,.28), rgba(184,15,22,.18)); color:var(--text); font-weight:900; text-decoration:none; box-shadow:0 12px 32px rgba(0,0,0,.35);
  transition: transform .12s ease, filter .12s ease;}
.btn:hover{transform: translateY(-1px); filter: brightness(1.05);}
.btn:active{transform: translateY(0);}
.btn--ghost{background:transparent; border:1px solid var(--border); box-shadow:none;}
.btn--big{padding:12px 16px; border-radius:16px;}

/* Sections */
.section{padding:56px 0;}
.section--alt{background: rgba(255,255,255,.03); border-top:1px solid var(--border); border-bottom:1px solid var(--border);}
.section__head{margin-bottom:18px;}
.section__title{margin:0 0 10px; font-size: clamp(22px, 2.3vw, 34px); letter-spacing:-.2px;}
.section__subtitle{margin:0; color:var(--muted); max-width:92ch;}

.badge{display:inline-flex; align-items:center; gap:8px; background: rgba(255,255,255,.07); border:1px solid var(--border); border-radius:999px; padding:8px 12px; color:var(--muted); font-weight:900; font-size:13px;}
.grad{background: linear-gradient(90deg, rgba(255,255,255,.95), var(--red)); -webkit-background-clip:text; background-clip:text; color:transparent;}

/* Hero */
.hero{padding:44px 0 20px;}
.hero__grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:26px; align-items:center;}
.hero__title{margin:14px 0 10px; font-size: clamp(30px, 3.6vw, 54px); line-height:1.05; letter-spacing:-.8px;}
.hero__text{color:var(--muted); font-size:16px; max-width:70ch;}
.ctaRow{display:flex; flex-wrap:wrap; gap:10px; margin-top:14px;}

.trust{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; margin-top:16px;}
.trust__item{background: var(--panel); border:1px solid var(--border); border-radius: var(--r); padding:12px 14px;}
.trust__k{font-weight:1000;}
.trust__v{margin-top:4px; color:var(--muted); font-weight:800; font-size:13px;}

/* 3D */
.hero__visual{display:flex; flex-direction:column; gap:10px;}
.visual{position:relative; border-radius: var(--r2); border:1px solid var(--border);
  background: radial-gradient(680px 420px at 40% 20%, rgba(255,42,42,.16), transparent 60%), rgba(255,255,255,.04);
  box-shadow: var(--shadow); overflow:hidden; min-height:360px;}
.visual canvas{width:100%; height:360px; display:block;}
.visual__overlay{position:absolute; inset:auto 0 0 0; padding:14px 14px 16px; background: linear-gradient(180deg, transparent, rgba(11,11,13,.70)); border-top:1px solid rgba(255,255,255,.10);}
.visual__title{font-weight:1000; letter-spacing:.5px;}
.visual__sub{color:var(--muted); font-weight:900; font-size:12px; margin-top:4px;}
.hint{margin:0; color:var(--muted); font-size:12px;}

/* Cards */
.grid{display:grid; grid-template-columns: repeat(4, 1fr); gap:14px; margin-top:20px;}
.card{display:flex; flex-direction:column; text-decoration:none; border:1px solid var(--border); border-radius: var(--r2); background: rgba(255,255,255,.04); box-shadow: var(--shadow); padding:14px; min-height:220px; transition: transform .12s ease, filter .12s ease;}
.card:hover{transform: translateY(-2px); filter: brightness(1.03);}
.card__top{display:flex; align-items:center; justify-content:space-between; gap:10px;}
.card__tag{padding:6px 10px; border-radius:999px; border:1px solid rgba(255,42,42,.28); background: rgba(255,42,42,.10); font-weight:900; font-size:12px; color: rgba(255,255,255,.86);}
.card__icon{font-size:20px;}
.card__title{margin:12px 0 6px; font-size:16px;}
.card__text{margin:0; color:var(--muted); font-size:14px;}
.card__cta{margin-top:auto; padding-top:12px; font-weight:1000; color: rgba(255,255,255,.88);}

/* Split/Panel */
.split{display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; align-items:start;}
.panel{border:1px solid var(--border); border-radius: var(--r2); background: rgba(255,255,255,.04); box-shadow: var(--shadow); padding:16px;}
.panel--inline{margin-top:14px;}
.panel__k{color:var(--muted); font-weight:900; font-size:12px;}
.panel__v{margin-top:4px; font-weight:1000;}
.panel__note{margin-top:12px; color:var(--muted); font-weight:800; font-size:12px;}
.panelList{margin:10px 0 0; padding-left:18px; color:var(--muted); font-weight:800;}
.panelList li{margin-bottom:6px;}

/* Feature blocks */
.features{display:grid; gap:10px; margin-top:14px;}
.feature{border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); border-radius:16px; padding:12px 14px;}
.feature__k{font-weight:1000;}
.feature__v{margin-top:4px; color:var(--muted); font-weight:800; font-size:13px;}

/* Page hero */
.page{min-height:55vh;}
.pageHero{padding:44px 0 20px;}
.pageHero__grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:20px; align-items:start;}
.pageHero__title{margin:12px 0 10px; font-size: clamp(28px, 3vw, 44px); line-height:1.08; letter-spacing:-.6px;}
.pageHero__text{margin:0; color:var(--muted); max-width:78ch;}
.pageHero__art{border:1px solid var(--border); border-radius: var(--r2); background: rgba(255,255,255,.04); box-shadow: var(--shadow); min-height:320px;}
.art--tires{background: radial-gradient(520px 320px at 30% 30%, rgba(255,42,42,.22), transparent 60%), rgba(255,255,255,.04);}
.art--rent{background: radial-gradient(520px 320px at 30% 30%, rgba(255,255,255,.10), transparent 60%), rgba(255,255,255,.04);}
.art--repair{background: radial-gradient(520px 320px at 30% 30%, rgba(184,15,22,.18), transparent 60%), rgba(255,255,255,.04);}
.art--weld{background: radial-gradient(520px 320px at 30% 30%, rgba(255,120,80,.16), transparent 60%), rgba(255,255,255,.04);}
.art--contacts{background: radial-gradient(520px 320px at 30% 30%, rgba(255,42,42,.14), transparent 60%), rgba(255,255,255,.04);}

.list{margin:14px 0 0; padding-left:18px; color:var(--muted); font-weight:800;}
.list li{margin-bottom:6px;}

/* Tiles/grids */
.cards2{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; margin-top:16px;}
.miniCard{background: var(--panel); border:1px solid var(--border); border-radius: var(--r); padding:12px 14px;}
.miniCard__k{font-weight:1000;}
.miniCard__v{margin-top:4px; color:var(--muted); font-weight:800; font-size:13px;}

.toolGrid{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; margin-top:16px;}
.toolTile{border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); border-radius:18px; padding:14px;}
.toolTile__k{font-weight:1000;}
.toolTile__v{margin-top:4px; color:var(--muted); font-weight:800; font-size:13px;}
.toolTile--wide{grid-column: span 3;}

.steps{display:grid; grid-template-columns: repeat(5, 1fr); gap:12px; margin-top:16px;}
.step{border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); border-radius:18px; padding:14px;}
.step__n{width:34px; height:34px; display:grid; place-items:center; border-radius:12px; border:1px solid rgba(255,42,42,.35); background: rgba(255,42,42,.10); font-weight:1000;}
.step__k{margin-top:10px; font-weight:1000;}
.step__v{margin-top:6px; color:var(--muted); font-weight:800; font-size:13px;}

.symptoms{display:grid; grid-template-columns: repeat(4, 1fr); gap:12px; margin-top:16px;}
.symptom{border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); border-radius:18px; padding:14px;}
.symptom__k{font-weight:1000;}
.symptom__v{margin-top:6px; color:var(--muted); font-weight:800; font-size:13px;}

.contactCards{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; margin-top:14px;}
.contactCard{border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); border-radius:18px; padding:14px;}
.contactCard__k{color:var(--muted); font-weight:900; font-size:12px;}
.contactCard__v{margin-top:6px; font-weight:1000;}

.mapCard{border:1px solid var(--border); border-radius: var(--r2); overflow:hidden; background: rgba(255,255,255,.04); box-shadow: var(--shadow);}
.mapCard iframe{width:100%; height:360px; border:0; display:block;}
.mapLinks{display:flex; gap:10px; flex-wrap:wrap; padding:10px 12px; border-top:1px solid var(--border);}
.mapLinks__link{color:var(--muted); font-weight:1000; text-decoration:none; padding:8px 10px; border-radius:12px; border:1px solid var(--border); background: rgba(255,255,255,.03);}

.prose{max-width:920px;}
.muted{color:var(--muted);}

/* Footer */
.footer{padding:24px 0 42px;}
.footer__row{display:flex; align-items:flex-start; justify-content:space-between; gap:16px; border-top:1px solid var(--border); padding-top:16px;}
.footer__brand{font-weight:1000;}
.footer__mini{margin-top:6px; color:var(--muted); font-size:12px;}
.footer__links{display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-end;}
.footer__links a{color:var(--muted); font-weight:1000; text-decoration:none;}

/* Responsive */
@media (max-width:1100px){
  .grid{grid-template-columns: repeat(2, 1fr);}
  .trust{grid-template-columns: 1fr;}
  .cards2,.toolGrid,.steps,.symptoms,.contactCards{grid-template-columns: 1fr;}
  .toolTile--wide{grid-column:auto;}
}
@media (max-width:980px){
  .hero__grid,.pageHero__grid,.split{grid-template-columns:1fr;}
  .header__cta{display:none;}
}
@media (max-width:620px){
  .nav{display:none;}
  .grid{grid-template-columns:1fr;}
}


/* Animated logo canvas */
.brand__mark{ position: relative; overflow: hidden; }
.brand__mark .logo-canvas{ width: 42px; height: 42px; display:block; }

/* 3D stingray on inner pages */
.pageHero__art{ position: relative; overflow:hidden; }
.pageHero__art .stingray-canvas{ position:absolute; inset:0; width:100%; height:100%; display:block; }

/* Photo grid (rent) */
.photoGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.photo{
  margin:0;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  border-radius: 18px;
  overflow:hidden;
}
.photo img{
  width:100%;
  height: 220px;
  object-fit: cover;
  display:block;
}
@media (max-width:1100px){
  .photoGrid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:620px){
  .photoGrid{ grid-template-columns: 1fr; }
  .photo img{ height: 240px; }
}


/* Logo wheel (shiny disk) */
.brand__mark{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 0 0 1px rgba(255,42,42,.18);
}
.logoWheel{
  width: 42px;
  height: 42px;
  display:block;
  border-radius: 50%;
  position: relative;
  background:
    radial-gradient(circle at 28% 25%, rgba(255,255,255,.95), rgba(255,255,255,.20) 28%, rgba(255,255,255,0) 58%),
    radial-gradient(circle at 55% 65%, rgba(255,255,255,.22), rgba(255,255,255,.04) 55%, rgba(0,0,0,0) 72%),
    conic-gradient(from 10deg,
      rgba(255,255,255,.70),
      rgba(255,255,255,.10),
      rgba(255,255,255,.60),
      rgba(255,255,255,.08),
      rgba(255,255,255,.70));
  border: 1px solid rgba(255,255,255,.28);
  box-shadow:
    inset 0 0 0 2px rgba(255,42,42,.30),
    inset 0 -8px 18px rgba(0,0,0,.45),
    0 12px 24px rgba(0,0,0,.35);
  animation: wheelSpin 5.5s linear infinite;
  will-change: transform;
}
.logoWheel::before{
  content:'';
  position:absolute;
  inset: 10px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.70), rgba(255,255,255,.08) 42%, rgba(0,0,0,0) 75%),
    radial-gradient(circle at 50% 50%, rgba(0,0,0,.75), rgba(0,0,0,.95));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 0 0 1px rgba(255,42,42,.18);
}
.logoWheel::after{
  content:'';
  position:absolute;
  inset: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.35);
  opacity: .95;
}
@keyframes wheelSpin{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}

/* If any overlay blocks exist, keep them hidden (we don't show helper text) */
.visual__overlay, .hint{ display:none !important; }
