:root{
  --bg:#07070b;
  --bg2:#0b0b11;
  --panel: rgba(255,255,255,0.06);
  --panel2: rgba(255,255,255,0.08);
  --text: rgba(255,255,255,0.94);
  --muted: rgba(255,255,255,0.72);
  --faint: rgba(255,255,255,0.56);
  --line: rgba(255,255,255,0.12);
  --red:#ff2a2a;
  --red2:#a40000;
  --radius:18px;
  --radius-lg:26px;
  --shadow:0 18px 60px rgba(0,0,0,0.55);
  --shadow-soft:0 14px 34px rgba(0,0,0,0.35);
  --container:1120px;
  --base-font:100%;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth; font-size:var(--base-font);}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:
    radial-gradient(860px 520px at 20% 10%, rgba(255,42,42,0.14), transparent 60%),
    radial-gradient(900px 560px at 86% 14%, rgba(164,0,0,0.14), transparent 62%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  color:var(--text);
  line-height:1.55;
  padding-bottom:72px;
}
a{color:inherit}
img{max-width:100%; height:auto; display:block}
.container{width:min(var(--container), calc(100% - 40px)); margin-inline:auto;}
.narrow{width:min(820px, calc(100% - 40px)); margin-inline:auto;}
.muted{color:var(--muted);}
.small{font-size:13px;}
.lead{color:var(--muted); font-size:18px; margin:0 0 18px; max-width:68ch;}

/* Skip + focus */
.skip-link{position:absolute; left:-999px; top:12px; background:#fff; color:#000; padding:10px 12px; border-radius:12px;}
.skip-link:focus{left:12px; z-index:9999;}
a:focus-visible,button:focus-visible,.btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{
  outline:none; box-shadow:0 0 0 4px rgba(255,42,42,0.22); border-radius:12px;
}

/* Header */
.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(7,7,11,0.72);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 0;}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none; min-width:0;}
.brand-mark{
  width:36px; height:36px; border-radius:14px;
  background:
    radial-gradient(14px 14px at 30% 30%, rgba(255,42,42,0.70), transparent 60%),
    radial-gradient(16px 16px at 70% 70%, rgba(164,0,0,0.55), transparent 62%),
    rgba(255,255,255,0.05);
  border:1px solid rgba(255,42,42,0.28);
  box-shadow:0 12px 30px rgba(0,0,0,0.45);
}
.brand-mark.brand-logo{
  background:none; border:none; box-shadow:none;
  object-fit:contain; display:block;
  transition:transform 0.2s ease;
}
.brand:hover .brand-mark.brand-logo{ transform:scale(1.1); }
.brand-text{display:flex; flex-direction:column; min-width:0;}
.brand-name{
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight:850; letter-spacing:0.3px;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.brand-tag{font-size:12px; color:var(--muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.site-nav{display:flex; align-items:center; gap:12px;}
.site-nav a{ text-decoration:none; color:var(--muted); font-weight:800; font-size:14px; padding:10px 12px; border-radius:14px;}
.site-nav a:hover{color:var(--text); background:rgba(255,255,255,0.06);}

.nav-toggle{
  display:none;
  border:1px solid var(--line);
  background: rgba(255,255,255,0.06);
  color:var(--text);
  border-radius:14px;
  width:44px; height:44px;
  align-items:center; justify-content:center;
}
.burger{width:18px; height:2px; background:currentColor; position:relative; border-radius:2px;}
.burger::before,.burger::after{content:""; position:absolute; left:0; width:18px; height:2px; background:currentColor; border-radius:2px;}
.burger::before{top:-6px;} .burger::after{top:6px;}

/* Typography */
h1,h2,h3{font-family: ui-serif, Georgia, "Times New Roman", Times, serif; letter-spacing:0.25px;}
h1{font-size:clamp(34px, 4.6vw, 60px); line-height:1.05; margin:0 0 14px;}
.section-head h2{margin:0; font-size:30px;}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid rgba(255,42,42,0.35);
  background: linear-gradient(135deg, rgba(255,42,42,0.28), rgba(164,0,0,0.18));
  text-decoration:none;
  font-weight:950;
  letter-spacing:0.2px;
  box-shadow: var(--shadow-soft);
  transition: transform 160ms ease, border-color 160ms ease;
}
.btn:hover{transform:translateY(-1px); border-color: rgba(255,42,42,0.55);}
.btn:active{transform:translateY(0);}
.btn-small{padding:10px 14px; font-size:14px;}
.btn-ghost{background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.16); box-shadow:none;}
.link{color:var(--text); font-weight:900; text-decoration:none;}
.link:hover{text-decoration:underline;}

/* Hero */
.hero{padding:54px 0 18px;}
.hero-grid{display:grid; gap:18px; grid-template-columns:1.12fr 0.88fr; align-items:stretch;}
.eyebrow{display:inline-flex; align-items:center; gap:10px; color:var(--muted); font-weight:900; letter-spacing:1px; text-transform:uppercase; font-size:12px; margin:0 0 12px;}
.hero-cta{display:flex; flex-wrap:wrap; gap:12px; margin:14px 0 8px;}
.trust-row{display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:16px;}
.trust-item{background:var(--panel); border:1px solid var(--line); border-radius:var(--radius); padding:12px; box-shadow:var(--shadow-soft);}
.trust-title{display:block; font-weight:950; font-size:14px;}
.trust-sub{display:block; color:var(--muted); font-size:12px; margin-top:4px;}

.hero-card{
  border-radius:var(--radius-lg);
  border:1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  box-shadow:var(--shadow);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.hero-photo{
  min-height:260px;
  background:
    linear-gradient(90deg, rgba(7,7,11,0.72), rgba(7,7,11,0.18)),
    url("../assets/hero.png");
  background-size:cover;
  background-position:center;
}
.hero-mini{padding:18px; border-top:1px solid rgba(255,255,255,0.10);}
.card-title{margin:0 0 10px; font-size:18px;}
.checklist{margin:0 0 12px; padding-left:18px; color:var(--muted);}
.checklist li{margin:8px 0;}

/* Sections */
.section{padding:64px 0;}
.section-alt{background: rgba(255,255,255,0.03); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.section-head{display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:18px;}
.section-head p{margin:0; color:var(--muted); max-width:68ch;}

/* Service cards */
.cards{display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:16px;}
.card{background:var(--panel2); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-soft);}
.card-inner{padding:16px;}
.card h3{margin:0 0 8px; font-size:16px;}
.card p{margin:0 0 10px; color:var(--muted);}
.bullets{margin:0; padding-left:18px; color:var(--muted);}
.bullets li{margin:8px 0;}
.card-media{aspect-ratio:4/3; overflow:hidden; background: rgba(255,255,255,0.03);}
.card-media img{width:100%; height:100%; object-fit:cover; transform:scale(1.03);}
.note{margin-top:16px; background:rgba(255,42,42,0.10); border:1px solid rgba(255,42,42,0.18); border-radius:var(--radius); padding:14px 16px; color:var(--muted);}

/* Gallery */
.gallery-grid{display:grid; grid-template-columns:repeat(6,1fr); gap:12px; margin-top:16px;}
.gallery-item{border-radius:16px; overflow:hidden; border:1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.03); cursor:pointer; padding:0;}
.gallery-item img{width:100%; height:100%; object-fit:cover; aspect-ratio:1/1;}
.modal{position:fixed; inset:0; z-index:90; display:none; align-items:center; justify-content:center; background:rgba(0,0,0,0.74); padding:18px;}
.modal.open{display:flex;}
.modal-inner{width:min(980px,100%); background:rgba(7,7,11,0.92); border:1px solid rgba(255,255,255,0.14); border-radius:18px; box-shadow:var(--shadow); overflow:hidden;}
.modal-head{display:flex; align-items:center; justify-content:space-between; padding:12px; border-bottom:1px solid rgba(255,255,255,0.12);}
.modal-head strong{font-family: ui-serif, Georgia, "Times New Roman", Times, serif;}
.modal-close{border:1px solid rgba(255,255,255,0.12); background:rgba(255,255,255,0.06); color:var(--text); border-radius:12px; width:40px; height:40px;}
.modal-body img{width:100%; height:auto; display:block;}
.modal-inner--logo{max-width:320px;}
.modal-inner--logo .modal-body img{width:100%; height:auto; display:block;}

/* Process */
.process{display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:16px;}
.step{background:var(--panel2); border:1px solid rgba(255,255,255,0.12); border-radius:var(--radius); padding:14px; box-shadow:var(--shadow-soft);}
.step .num{display:inline-flex; width:34px; height:34px; align-items:center; justify-content:center; border-radius:999px; background:rgba(255,42,42,0.18); border:1px solid rgba(255,42,42,0.28); font-weight:950; margin-bottom:10px;}
.step h3{margin:0 0 6px; font-size:16px;}
.step p{margin:0; color:var(--muted);}

/* FAQ */
.faq{display:grid; gap:12px; max-width:980px;}
details{background:var(--panel2); border:1px solid var(--line); border-radius:var(--radius); padding:12px 14px; box-shadow:var(--shadow-soft);}
summary{cursor:pointer; font-weight:950;}
details p{margin:10px 0 0; color:var(--muted);}

/* Contact */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:start;}
.contact-cards{display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:14px 0;}
.contact-card{background:var(--panel2); border:1px solid var(--line); border-radius:var(--radius); padding:14px; box-shadow:var(--shadow-soft);}
.contact-card h3{margin:0 0 6px; font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:0.9px;}
.contact-card p{margin:0;}
.form{background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.04)); border:1px solid rgba(255,255,255,0.12); border-radius:var(--radius-lg); padding:16px; box-shadow:var(--shadow);}
.form-title{margin:0 0 12px; font-size:18px;}
.form-row{display:grid; gap:8px; margin-bottom:12px;}
label{font-weight:950; font-size:14px;}
input,select,textarea{width:100%; padding:12px; border-radius:14px; border:1px solid rgba(255,255,255,0.16); background:rgba(0,0,0,0.22); color:var(--text);}
input:focus,select:focus,textarea:focus{border-color:rgba(255,42,42,0.55); box-shadow:0 0 0 4px rgba(255,42,42,0.12);}
.field-error{min-height:18px; margin:0; color:rgba(255,200,200,0.92); font-size:13px;}
.form-actions{display:grid; gap:10px; margin-top:6px;}
.honeypot{display:none;}

/* Wizard */
.wizard-progress{display:flex; gap:10px; justify-content:center; margin:4px 0 14px;}
.step-dot{width:10px; height:10px; border-radius:999px; background:rgba(255,255,255,0.18); border:1px solid rgba(255,255,255,0.12);}
.step-dot.active{background:rgba(255,42,42,0.75); border-color:rgba(255,42,42,0.55);}
.wizard-step{display:block;}
body.js .wizard-step{display:none;}
body.js .wizard-step.active{display:block;}
.wizard-actions{display:flex; justify-content:flex-end; gap:10px; margin-top:8px;}
.review-card{background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:16px; padding:12px; margin-bottom:12px;}
.review-list{margin:0; padding-left:18px; color:var(--muted);}
.review-list strong{color:var(--text);}

/* Footer */
.site-footer{border-top:1px solid var(--line); padding:22px 0 30px; background:rgba(0,0,0,0.14);}
.footer-inner{display:flex; align-items:flex-start; justify-content:space-between; gap:16px; flex-wrap:wrap;}
.footer-brand{display:flex; align-items:center; gap:10px;}
.footer-links{display:flex; gap:14px; flex-wrap:wrap; flex-direction:column;}
.footer-links a{text-decoration:none; color:var(--muted); font-weight:900;}
.footer-links a:hover{color:var(--text);}
.footer-small p{margin:0;}
.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;}

/* Reveal */
.reveal{opacity:0; transform:translateY(10px); transition: opacity 450ms ease, transform 450ms ease;}
.reveal.in-view{opacity:1; transform:translateY(0);}

/* Sticky CTA */
.sticky-cta{position:fixed; left:12px; right:12px; bottom:calc(12px + env(safe-area-inset-bottom)); display:none; gap:10px; z-index:60;}
.sticky-btn{flex:1 1 0; text-decoration:none; text-align:center; font-weight:950; padding:12px; border-radius:999px; border:1px solid rgba(255,255,255,0.14); background:rgba(255,255,255,0.06); color:var(--text); box-shadow:var(--shadow-soft);}
.sticky-btn-red{border-color: rgba(255,42,42,0.35); background: linear-gradient(135deg, rgba(255,42,42,0.28), rgba(164,0,0,0.18));}

/* Accessibility UI */
.a11y-fab{position:fixed; right:12px; bottom:calc(86px + env(safe-area-inset-bottom)); z-index:70; padding:10px 12px; border-radius:999px; border:1px solid rgba(255,255,255,0.14); background:rgba(0,0,0,0.35); color:var(--text); font-weight:900;}
.a11y-panel{position:fixed; right:12px; bottom:calc(130px + env(safe-area-inset-bottom)); z-index:80; width:min(320px, calc(100% - 24px));}
.a11y-panel-inner{background:rgba(7,7,11,0.92); border:1px solid rgba(255,255,255,0.12); border-radius:18px; padding:12px; box-shadow:var(--shadow);}
.a11y-panel-head{display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:10px;}
.a11y-close{border:1px solid rgba(255,255,255,0.12); background:rgba(255,255,255,0.06); color:var(--text); border-radius:12px; width:36px; height:36px;}
.a11y-row{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 6px; border-top:1px solid rgba(255,255,255,0.10);}
.a11y-row:first-of-type{border-top:none;}
.a11y-controls{display:flex; gap:8px;}
.a11y-btn,.a11y-reset{border:1px solid rgba(255,255,255,0.12); background:rgba(255,255,255,0.06); color:var(--text); border-radius:12px; padding:8px 10px; font-weight:900;}
.a11y-toggle{display:flex; align-items:center; gap:10px; color:var(--text); font-weight:850;}

/* Responsive */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;}
  .cards{grid-template-columns:repeat(2,1fr);}
  .process{grid-template-columns:1fr 1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .contact-cards{grid-template-columns:1fr;}
  .trust-row{grid-template-columns:1fr;}
  .gallery-grid{grid-template-columns:repeat(3,1fr);}
}
@media (max-width:760px){
  body{padding-bottom:calc(72px + 84px + env(safe-area-inset-bottom));}
  #contact{padding-bottom:110px;}
  .header-inner{position:relative;}
  .site-nav{
    position:absolute; left:0; right:0; top:calc(100% + 10px);
    display:none; flex-direction:column; align-items:stretch; gap:8px;
    padding:10px; background:rgba(7,7,11,0.92);
    border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow);
  }
  .site-nav a{padding:12px;}
  .nav-toggle{display:inline-flex;}
  .site-nav.open{display:flex;}
  .sticky-cta{display:flex;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:520px){
  .container{width:calc(100% - 28px);}
  .hero{padding:44px 0 14px;}
  .lead{font-size:16px;}
  .brand-tag{display:none;}
  .section{padding:54px 0;}
  .section-head{flex-direction:column; align-items:flex-start;}
  .cards{grid-template-columns:1fr;}
  .process{grid-template-columns:1fr;}
  .hero-cta .btn{width:100%;}
}
@media (max-width:360px){
  .gallery-grid{grid-template-columns:1fr;}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  .btn,.reveal{transition:none;}
  .btn:hover{transform:none;}
  .reveal{opacity:1; transform:none;}
}
