:root{
  --bg:#0a0c10;
  --panel:#12151c;
  --panel2:#0f1218;
  --text:#f5f7fb;
  --muted:rgba(245,247,251,.72);
  --line:rgba(255,255,255,.12);

  /* Brand */
  --brand-red:#d60000;
  --brand-red-dark:#9e0000;
  --brand-blue:#1f3cff;

  --radius:18px;
  --shadow:0 18px 55px rgba(0,0,0,.55);
  --shadow-hover:0 26px 70px rgba(0,0,0,.62);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  /* Site background (still has subtle blue overall, but HERO overrides remove it visually) */
  background:
    radial-gradient(1000px 600px at 70% -10%, rgba(214,0,0,.26), transparent 60%),
    radial-gradient(900px 500px at 15% 15%, rgba(31,60,255,.12), transparent 60%),
    linear-gradient(180deg, #0c0f16 0%, #07090d 100%);
  color:var(--text);
  line-height:1.6;
}

a{color:inherit; text-underline-offset:3px}
.container{width:min(1100px, 92vw); margin:0 auto}
p{margin:0 0 12px}
h1,h2,h3,h4{margin:0 0 10px; letter-spacing:.2px}

.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* =========================
   PRO BACKGROUND LOGO WATERMARK
   ========================= */
.bg-logo{
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* vignette so it blends */
.bg-logo::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 520px at 60% 18%, rgba(0,0,0,.15), rgba(0,0,0,.55)),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.35));
}

.bg-logo img{
  position:absolute;
  left: 50%;
  top: 6%;
  width: min(980px, 125vw);
  height:auto;
  transform: translate(-50%, 0);
  opacity: 0.15;
  filter:
    grayscale(0.35)
    saturate(0.75)
    contrast(0.95)
    brightness(1.05)
    blur(0.6px);
  mix-blend-mode: screen;
}

/* Keep content above watermark */
.header, main, .footer, .mobile-cta{ position: relative; z-index: 1; }

/* =========================
   HEADER + NAV
   ========================= */
.header{
  position: sticky;
  top:0;
  z-index:50;
  background: rgba(10,12,16,.86);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.header__inner{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 0;
}

.brand{display:flex; align-items:center; text-decoration:none}
.logo{
  height:46px;
  width:auto;
  display:block;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.35));
}

.nav{
  display:flex;
  align-items:center;
  gap:18px;
}
.nav a{font-weight:800; opacity:.92; text-decoration:none}
.nav a:hover{opacity:1}

.nav__toggle{
  display:none;
  background: rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  padding:10px 14px;
  font-size:20px;
  color:#fff;
  cursor:pointer;
}

/* =========================
   BUTTONS
   ========================= */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 18px;
  border-radius:999px;
  background: linear-gradient(180deg, var(--brand-red), var(--brand-red-dark));
  color:#fff;
  text-decoration:none;
  font-weight:900;
  border:1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 28px rgba(214,0,0,.18);
  transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}
.btn:hover{
  transform: translateY(-1px);
  filter:brightness(1.06);
  box-shadow: 0 14px 34px rgba(214,0,0,.24);
}

/* Blue is used as a secondary accent BELOW the hero */
.btn--ghost{
  background: rgba(31,60,255,.08);
  border:1px solid rgba(31,60,255,.35);
  box-shadow:none;
  font-weight:900;
  color:#e8ecff;
}
.btn--ghost:hover{transform: translateY(-1px); filter:brightness(1.05);}
.btn--small{padding:9px 12px; font-size:14px}

/* =========================
   SECTIONS / SPACING
   ========================= */
.section{padding:74px 0}
.section--alt{
  background: rgba(255,255,255,.015);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.section__head{margin-bottom:26px}
.section__head p{color:var(--muted); margin-top:6px}
.section__foot{
  margin-top:32px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

/* =========================
   HERO (RED/CHARCOAL ONLY)
   ========================= */
.hero{position:relative; overflow:hidden}
.section--first{position:relative}

.hero__inner{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:28px;
  padding:58px 0 28px;
  align-items:start;
}

/* Hero glow: RED ONLY (removes the blue feel) */
.hero__bg{
  position:absolute;
  inset:auto -45% -75% -45%;
  height:580px;
  background:
    radial-gradient(circle at 55% 18%, rgba(214,0,0,.24), transparent 70%),
    radial-gradient(circle at 25% 85%, rgba(214,0,0,.12), transparent 75%);
  filter: blur(28px);
  pointer-events:none;
}

/* Premium hero separator: soft fade, no harsh line */
.section--first::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:120px;
  pointer-events:none;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(10,12,16,.35) 55%,
    rgba(10,12,16,1) 100%
  );
}

.pill{
  display:inline-block;
  padding:6px 12px;
  border-radius:999px;
  background: rgba(214,0,0,.10);
  border:1px solid rgba(214,0,0,.35);
  color: rgba(255,220,220,.95);
  font-weight:900;
  margin-bottom:12px;
}

h1{font-size:clamp(32px, 4vw, 54px); line-height:1.05; margin-bottom:16px}
.lead{font-size:18px; color:var(--muted); max-width:58ch; margin-bottom:18px}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:12px}
.fineprint{color: rgba(255,255,255,.62); font-size:14px; margin-top:10px}

/* Trust strip */
.trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 6px 0 18px;
}
.trust__item{
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  color: rgba(245,247,251,.80);
  font-weight:900;
  font-size:14px;
}

/* =========================
   CARDS / BOXES
   ========================= */
.card,
.feature,
.meta,
.steps li,
.work,
.form,
.hours{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
}

.card{overflow:hidden}
.card__top{
  display:flex; gap:8px; padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.dot{width:10px; height:10px; border-radius:50%}
.dot--r{background:rgba(214,0,0,.9)}
.dot--b{background:rgba(31,60,255,.85)}
.dot--w{background:rgba(255,255,255,.65)}
.card__body{padding:20px}

/* Checklist */
.checklist{list-style:none; padding:0; margin:12px 0 0}
.checklist li{
  position:relative;
  padding-left:26px;
  margin-bottom:10px;
  color: rgba(255,255,255,.78);
}
.checklist li::before{
  content:"✔";
  position:absolute;
  left:0; top:0;
  color: var(--brand-red);
  font-weight:900;
}

/* HERO meta box: red/neutral only */
.meta{
  padding:14px;
  background: linear-gradient(180deg, rgba(31,60,255,.10), rgba(255,255,255,.03));
  border-color: rgba(31,60,255,.22);
}
.hero .meta{
  background: linear-gradient(180deg, rgba(214,0,0,.10), rgba(255,255,255,.03));
  border-color: rgba(214,0,0,.25);
}
.meta__row{
  display:grid;
  grid-template-columns: 90px 1fr;
  gap:12px;
  padding:8px 0;
}
.meta__k{color: rgba(255,255,255,.70); font-weight:900}
.meta__v{color: rgba(255,255,255,.92)}

/* =========================
   SERVICES GRID
   ========================= */
.grid{display:grid; gap:22px; margin-top:28px}
.grid--3{grid-template-columns: repeat(3, 1fr)}
.feature{
  padding:20px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.feature p{color: rgba(255,255,255,.74); margin-bottom:0}
.feature:hover{
  transform: translateY(-2px);
  border-color: rgba(31,60,255,.45);
  box-shadow: var(--shadow-hover);
}

/* =========================
   STEPS
   ========================= */
.steps{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:22px;
}
.steps li{padding:20px}
.steps p{color: rgba(255,255,255,.74); margin-bottom:0}

/* =========================
   OPENING HOURS
   ========================= */
.hours{margin-top:26px; padding:20px}
.hours h3{font-size:20px; margin-bottom:14px}
.hours__list{display:grid; gap:12px}
.hours__item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 14px;
  border-radius:14px;
  background: rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.14);
}
.hours__day{font-weight:900}
.hours__time{font-weight:900; color: rgba(255,255,255,.86)}
.hours__time--closed{color: rgba(255,255,255,.55); font-weight:800}

/* =========================
   RECENT WORK GALLERY
   ========================= */
.gallery{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
  margin-top:28px;
}
.work{
  margin:0;
  overflow:hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.work:hover{
  transform: translateY(-2px);
  border-color: rgba(31,60,255,.45);
  box-shadow: var(--shadow-hover);
}

/* For real images: <img class="work__img" ...> */
.work__img{
  width:100%;
  height:190px;
  object-fit: cover;
  display:block;
  background: rgba(0,0,0,.25);
}

.work__img--ph{
  height:190px;
  background:
    radial-gradient(900px 350px at 30% 10%, rgba(214,0,0,.18), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border-bottom:1px solid rgba(255,255,255,.10);
  position:relative;
}
.work__img--ph::after{
  content:"Add photo";
  position:absolute; inset:0;
  display:grid; place-items:center;
  color: rgba(255,255,255,.72);
  font-weight:900;
  letter-spacing:.2px;
}
.work__cap{padding:14px 14px 16px; display:grid; gap:4px}
.work__cap span{color: rgba(255,255,255,.70); font-size:14px}

/* =========================
   CONTACT / FORM
   ========================= */
.contact{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:22px;
  align-items:start;
}
.form{padding:22px}
.form label{
  display:block;
  font-weight:900;
  color: rgba(255,255,255,.92);
  margin-bottom:14px;
}
.form__row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  margin-bottom:12px;
}

input, textarea, select{
  width:100%;
  margin-top:8px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.35);
  color: rgba(255,255,255,.92);
  outline:none;
  transition: border-color .15s ease, box-shadow .15s ease;
  line-height:1.4;
}
input::placeholder, textarea::placeholder{color: rgba(255,255,255,.45)}
input:focus, textarea:focus, select:focus{
  border-color: rgba(31,60,255,.55);
  box-shadow: 0 0 0 4px rgba(31,60,255,.18);
}
.form__actions{
  margin-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.contact__p{color: rgba(255,255,255,.80)}
.hr{
  border:0;
  border-top:1px solid rgba(255,255,255,.12);
  margin:16px 0;
}
@media (min-width: 901px){
  .contact__card{
    position: sticky;
    top: 88px;
    align-self:start;
  }
}

/* =========================
   FOOTER
   ========================= */
.footer{
  padding:26px 0 36px;
  color: rgba(255,255,255,.70);
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.10);
  padding-top:22px;
}
.footer__links a{opacity:.9}
.footer__links a:hover{opacity:1}

/* =========================
   MOBILE STICKY CTA
   ========================= */
.mobile-cta{display:none}
@media (max-width: 900px){
  .mobile-cta{
    display:flex;
    gap:10px;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 60;
  }
  .mobile-cta .btn{flex:1; justify-content:center}
  body{padding-bottom: 90px}
}

/* =========================
   REVEAL ANIMATION
   ========================= */
.reveal{
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 900px){
  .bg-logo img{left: 50%; width: min(760px, 155vw); opacity: 0.055;}
  .hero__inner{grid-template-columns: 1fr}
  .grid--3{grid-template-columns: 1fr}
  .steps{grid-template-columns: 1fr}
  .gallery{grid-template-columns: repeat(2, 1fr)}
  .contact{grid-template-columns: 1fr}
  .form__row{grid-template-columns: 1fr}
}

/* Mobile nav behaviour */
@media (max-width: 900px){
  .nav__toggle{display:inline-flex}
  .nav{
    display:none;
    position:absolute;
    top: calc(100% + 10px);
    right: 0;
    flex-direction:column;
    gap:10px;
    min-width:220px;
    padding:14px;
    background: rgba(10,12,16,.96);
    border:1px solid rgba(255,255,255,.14);
    border-radius:16px;
    box-shadow: 0 20px 60px rgba(0,0,0,.6);
    z-index:999;
  }
  .nav.is-open{display:flex}
  .nav a{padding:10px 12px}
}

@media (max-width: 520px){
  .gallery{grid-template-columns: 1fr}
}

/* =========================
   GALLERY HOVER ENLARGE
   ========================= */

.gallery{
  overflow: visible;
}

.work{
  position: relative;
  transform: translateZ(0); /* helps smooth rendering */
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  will-change: transform;
}

.work:hover{
  transform: translateY(-4px) scale(1.08);
  z-index: 5; /* bring above neighbours */
}

.work:hover .work__img{
  filter: brightness(1.03) contrast(1.03);
  transition: filter .18s ease;
}
