
:root{
 --bg:#07050b;--bg2:#0b0712;--panel:#120b1c;--panel2:#1b1028;
 --text:#faf7ff;--muted:#c9bfd4;--purple:#b63cff;--purple2:#7020db;
 --line:rgba(198,105,255,.28);--shadow:0 25px 85px rgba(0,0,0,.42);
 --radius:24px;--max:1180px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
radial-gradient(circle at 82% 0%,rgba(153,43,235,.22),transparent 32rem),
radial-gradient(circle at 0 40%,rgba(112,31,181,.14),transparent 30rem),
linear-gradient(180deg,var(--bg),var(--bg2) 55%,var(--bg));
color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{color:inherit}.wrap{width:min(var(--max),calc(100% - 34px));margin:auto}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:10px;top:10px;z-index:999;background:#fff;color:#000;padding:10px}
.topbar{background:rgba(4,3,7,.94);border-bottom:1px solid var(--line);font-size:.83rem;color:#d9cee4}
.topbar .wrap{display:flex;justify-content:space-between;gap:16px;padding:9px 0}
.site-nav{position:sticky;top:0;z-index:80;background:rgba(8,6,13,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav-inner{min-height:82px;display:flex;align-items:center;gap:24px}
.brand{text-decoration:none;font-size:1.2rem;font-weight:950;letter-spacing:.03em}.brand b{color:#cb69ff}.brand small{font-size:.63em;letter-spacing:.2em}
.nav-links{display:flex;gap:19px;margin-left:auto;align-items:center}.nav-links a{text-decoration:none;color:#d9cee3;font-weight:700;font-size:.9rem}.nav-links a:hover{color:#fff}
.menu-toggle{display:none;margin-left:auto;color:#fff;background:transparent;border:1px solid var(--line);border-radius:12px;padding:9px 12px;font-size:1.2rem}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;border-radius:15px;padding:13px 20px;border:1px solid rgba(217,141,255,.44);background:linear-gradient(135deg,var(--purple),var(--purple2));box-shadow:0 12px 38px rgba(137,36,220,.28)}
.btn.secondary{background:rgba(255,255,255,.035);box-shadow:none}.btn:hover{transform:translateY(-1px);filter:brightness(1.08)}
.hero{padding:88px 0 60px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:50px;align-items:center}
.eyebrow{display:inline-flex;text-transform:uppercase;letter-spacing:.2em;font-size:.77rem;font-weight:950;color:#d987ff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;background:rgba(121,32,190,.12)}
h1{font-size:clamp(2.9rem,7.1vw,6.4rem);line-height:.92;letter-spacing:-.055em;margin:24px 0 22px;text-transform:uppercase}
h1 span,h2 span{background:linear-gradient(90deg,#fff,#d68cff 62%,#9a35ff);-webkit-background-clip:text;color:transparent}
.lead{font-size:clamp(1.06rem,2vw,1.32rem);color:var(--muted);max-width:760px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-art{min-height:430px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(145deg,rgba(190,66,255,.17),rgba(18,10,28,.86));box-shadow:var(--shadow);display:grid;place-items:center;overflow:hidden;position:relative}
.hero-art:before{content:"";position:absolute;inset:7%;border:1px solid rgba(226,168,255,.2);border-radius:25px}
.hero-art img{position:relative;width:min(88%,560px);max-height:560px;object-fit:contain;filter:drop-shadow(0 24px 40px rgba(0,0,0,.5))}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:40px}
.trust{padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025)}.trust strong{display:block;font-size:1.32rem}.trust span{color:var(--muted);font-size:.84rem}
section.content{padding:82px 0}
.section-head{max-width:800px;margin-bottom:30px}.section-head>p{color:#d67fff;text-transform:uppercase;letter-spacing:.18em;font-weight:900;font-size:.78rem}
h2{font-size:clamp(2rem,4.8vw,3.9rem);line-height:1.04;letter-spacing:-.04em;margin:7px 0 13px}h3{font-size:1.28rem;margin:0 0 10px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));padding:28px;box-shadow:0 12px 44px rgba(0,0,0,.17)}
.card p,.card li{color:var(--muted)}.card ul{padding-left:19px}.card .kicker{font-size:.75rem;letter-spacing:.17em;color:#d47cff;font-weight:950}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-link{display:block;text-decoration:none;border:1px solid var(--line);border-radius:22px;padding:26px;background:rgba(255,255,255,.025)}.service-link p{color:var(--muted)}.service-link span{color:#d27bff;font-weight:850}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;counter-reset:step}.step{counter-increment:step;padding:23px 18px;border:1px solid var(--line);border-radius:20px;background:#110b1a}.step:before{content:"0" counter(step);display:block;color:#d27bff;font-weight:950;margin-bottom:11px}
.form-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:start}
form{border:1px solid var(--line);border-radius:var(--radius);padding:27px;background:rgba(255,255,255,.025)}
label{display:block;font-weight:800;margin:13px 0 6px}
input,textarea,select{width:100%;border:1px solid var(--line);border-radius:13px;background:#0d0913;color:white;padding:13px;font:inherit}
textarea{min-height:130px;resize:vertical}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.callout{margin-top:36px;padding:32px;border:1px solid rgba(207,111,255,.5);border-radius:26px;background:linear-gradient(135deg,rgba(178,60,247,.15),rgba(23,12,35,.65));display:flex;align-items:center;justify-content:space-between;gap:24px}
.callout strong{font-size:1.5rem}.callout p{margin:4px 0;color:var(--muted)}
footer{border-top:1px solid var(--line);padding:52px 0 92px;background:#07050b}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:36px;color:var(--muted)}
.mobile-cta{display:none}
@media(max-width:900px){
 .nav-links{display:none;position:absolute;top:82px;left:17px;right:17px;padding:18px;flex-direction:column;align-items:stretch;background:#100a19;border:1px solid var(--line);border-radius:18px}.nav-links.open{display:flex}
 .menu-toggle{display:block}.nav-book{display:none}.hero-grid,.form-grid{grid-template-columns:1fr}.hero-art{min-height:300px}
 .cards,.service-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
 .topbar .wrap{display:block;text-align:center}.hero{padding-top:58px}h1{font-size:clamp(2.45rem,14vw,4.1rem)}
 .cards,.service-grid,.trust-grid,.steps,.footer-grid{grid-template-columns:1fr}.hero-art{min-height:270px}.callout{display:block}.field-row{grid-template-columns:1fr}
 .mobile-cta{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:90;background:#08060d;border-top:1px solid var(--line)}
 .mobile-cta a{text-align:center;text-decoration:none;padding:13px 4px;font-size:.8rem;font-weight:850}body{padding-bottom:52px}
}


/* Homepage rebuild */
.home-hero{padding:82px 0 56px;overflow:hidden}
.home-hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:48px;align-items:center}
.home-hero-art{
  min-height:500px;border:1px solid var(--line);border-radius:30px;
  background:
    radial-gradient(circle at 60% 30%,rgba(193,73,255,.22),transparent 21rem),
    linear-gradient(145deg,rgba(180,57,245,.12),rgba(15,8,24,.9));
  box-shadow:var(--shadow);display:grid;place-items:end center;overflow:hidden;position:relative
}
.home-hero-art:before{content:"";position:absolute;inset:7%;border:1px solid rgba(224,165,255,.19);border-radius:25px}
.home-hero-art img{position:relative;width:min(96%,700px);height:auto;max-height:630px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 30px 50px rgba(0,0,0,.6))}
.hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.proof-pill{border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:rgba(255,255,255,.025);font-size:.83rem;font-weight:800;color:#e5daec}
.home-services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.home-service{
  text-decoration:none;border:1px solid var(--line);border-radius:24px;padding:27px;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  transition:.18s ease
}
.home-service:hover{transform:translateY(-3px);border-color:rgba(216,130,255,.55)}
.home-service .icon{font-size:1.7rem;margin-bottom:12px}
.home-service p{color:var(--muted);margin-bottom:12px}.home-service span{color:#d67fff;font-weight:900}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;counter-reset:process}
.process-item{counter-increment:process;border:1px solid var(--line);border-radius:21px;padding:23px;background:#110b1a}
.process-item:before{content:"0" counter(process);display:block;color:#d27bff;font-weight:950;margin-bottom:10px}
.review-strip{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:stretch}
.review-quote,.review-stats{border:1px solid var(--line);border-radius:25px;padding:30px;background:rgba(255,255,255,.025)}
.review-quote blockquote{font-size:1.3rem;margin:0 0 15px}.review-quote p,.review-stats p{color:var(--muted)}
.stat-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stat{border:1px solid var(--line);border-radius:17px;padding:18px}.stat strong{font-size:1.35rem;display:block}
.notice-bar{border:1px solid rgba(213,124,255,.45);border-radius:22px;padding:24px;background:linear-gradient(135deg,rgba(181,61,245,.13),rgba(19,10,29,.7))}
@media(max-width:900px){
 .home-hero-grid,.review-strip{grid-template-columns:1fr}
 .home-hero-art{min-height:370px}
 .home-services{grid-template-columns:repeat(2,1fr)}
 .process-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
 .home-hero{padding-top:55px}
 .home-hero-art{min-height:310px}
 .home-services,.process-grid,.stat-row{grid-template-columns:1fr}
}


/* Launch-ready mobile hero */
.hero-actions{margin-top:24px}
.home-hero-art img{
  width:min(97%,720px);
  max-height:650px;
  object-fit:contain;
  object-position:center bottom;
}
@media(max-width:620px){
  .home-hero{padding:38px 0 34px}
  .home-hero-grid{gap:22px}
  .home-hero-grid>div:first-child{display:flex;flex-direction:column}
  .home-hero h1{font-size:clamp(2.65rem,15vw,4rem);margin:18px 0 16px}
  .home-hero .lead{font-size:1.02rem;line-height:1.55}
  .hero-proof{gap:8px;margin-top:16px}
  .proof-pill{font-size:.76rem;padding:7px 10px}
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:20px;
  }
  .hero-actions .btn{width:100%;padding:14px 16px}
  .home-hero-art{
    min-height:360px;
    margin-top:2px;
    background:
      radial-gradient(circle at 50% 32%,rgba(193,73,255,.28),transparent 16rem),
      linear-gradient(145deg,rgba(180,57,245,.14),rgba(15,8,24,.92));
  }
  .home-hero-art img{
    width:100%;
    max-height:410px;
    object-position:center bottom;
  }
  .trust-grid{margin-top:22px}
}


/* Full original technician hero and personal gallery */
.home-hero-art img,
.hero-art img{
  width:100%;
  height:100%;
  max-height:none;
  object-fit:contain;
  object-position:center bottom;
}
.personal-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.personal-card{
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,255,255,.025);
}
.personal-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.personal-card figcaption{
  display:grid;
  gap:4px;
  padding:19px 21px 22px;
}
.personal-card figcaption span{color:var(--muted)}
@media(max-width:900px){
  .personal-gallery{grid-template-columns:1fr}
  .personal-card img{aspect-ratio:16/10}
}


/* Homepage animation and type enhancement */
:root{
  --glow-purple: rgba(191,75,255,.55);
  --glow-soft: rgba(148,44,220,.24);
}

.hero-title{
  display:flex;
  flex-wrap:wrap;
  gap:.14em .22em;
  align-items:flex-end;
  overflow:visible;
}
.hero-word{
  color:#fff;
  text-shadow:
    0 0 18px rgba(255,255,255,.08),
    0 8px 34px rgba(0,0,0,.45);
  animation:heroRise .8s cubic-bezier(.22,.8,.24,1) both;
}
.hero-gradient{
  background:linear-gradient(90deg,#fff 0%,#e6c2ff 25%,#c44dff 62%,#7a25e2 100%);
  background-size:180% 100%;
  -webkit-background-clip:text;
  color:transparent;
  filter:drop-shadow(0 0 18px var(--glow-soft));
  animation:heroRise .95s .08s cubic-bezier(.22,.8,.24,1) both, gradientDrift 6s ease-in-out infinite;
}
.hero-lead{
  animation:fadeUp .85s .2s ease both;
}
.animated-eyebrow{
  position:relative;
  overflow:hidden;
  animation:fadeUp .65s ease both;
}
.animated-eyebrow:after{
  content:"";
  position:absolute;
  inset:0;
  width:42%;
  transform:translateX(-170%) skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
  animation:eyebrowSweep 4.2s 1.2s ease-in-out infinite;
}
.home-hero-art{
  animation:artFloat 6s ease-in-out infinite;
}
.home-hero-art:after{
  content:"";
  position:absolute;
  inset:auto 14% 5% 14%;
  height:16px;
  border-radius:50%;
  background:rgba(125,33,198,.35);
  filter:blur(16px);
  animation:shadowPulse 6s ease-in-out infinite;
}
.home-hero-art img{
  transition:transform .45s ease, filter .45s ease;
}
.home-hero-art:hover img{
  transform:scale(1.025) translateY(-4px);
  filter:drop-shadow(0 36px 58px rgba(0,0,0,.64)) drop-shadow(0 0 24px rgba(166,56,241,.18));
}

.section-head h2{
  position:relative;
  display:inline-block;
  text-shadow:0 10px 40px rgba(0,0,0,.32);
}
.section-head h2:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:68px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--purple),transparent);
  box-shadow:0 0 16px var(--glow-purple);
  transform-origin:left;
  animation:underlinePulse 3.8s ease-in-out infinite;
}

.reveal-section{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .75s ease, transform .75s cubic-bezier(.22,.8,.24,1);
}
.reveal-section.is-visible{
  opacity:1;
  transform:none;
}
.reveal-card{
  opacity:0;
  transform:translateY(18px) scale(.985);
  transition:
    opacity .6s ease,
    transform .6s cubic-bezier(.22,.8,.24,1),
    border-color .2s ease,
    box-shadow .2s ease;
}
.reveal-card.is-visible{
  opacity:1;
  transform:none;
}
.reveal-card:nth-child(2){transition-delay:.06s}
.reveal-card:nth-child(3){transition-delay:.12s}
.reveal-card:nth-child(4){transition-delay:.18s}
.reveal-card:nth-child(5){transition-delay:.24s}
.reveal-card:nth-child(6){transition-delay:.30s}

.home-service,
.process-item,
.trust,
.personal-card{
  position:relative;
  overflow:hidden;
}
.home-service:before,
.process-item:before,
.trust:before,
.personal-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(194,73,255,.08),transparent 42%);
  opacity:0;
  transition:opacity .25s ease;
}
.home-service:hover:before,
.process-item:hover:before,
.trust:hover:before,
.personal-card:hover:before{
  opacity:1;
}
.home-service:hover,
.process-item:hover,
.trust:hover,
.personal-card:hover{
  border-color:rgba(211,126,255,.62);
  box-shadow:0 18px 48px rgba(91,22,145,.22);
}
.home-service h3,
.process-item strong,
.trust strong,
.personal-card strong{
  letter-spacing:.01em;
}
.proof-pill{
  animation:softPulse 4.4s ease-in-out infinite;
}
.proof-pill:nth-child(2){animation-delay:.35s}
.proof-pill:nth-child(3){animation-delay:.7s}

.btn{
  position:relative;
  overflow:hidden;
}
.btn:after{
  content:"";
  position:absolute;
  top:-70%;
  left:-30%;
  width:32%;
  height:240%;
  transform:rotate(22deg) translateX(-260%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
  transition:transform .55s ease;
}
.btn:hover:after{
  transform:rotate(22deg) translateX(520%);
}

@keyframes heroRise{
  from{opacity:0;transform:translateY(28px);filter:blur(4px)}
  to{opacity:1;transform:none;filter:none}
}
@keyframes fadeUp{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:none}
}
@keyframes gradientDrift{
  0%,100%{background-position:0% 50%}
  50%{background-position:100% 50%}
}
@keyframes eyebrowSweep{
  0%,70%{transform:translateX(-170%) skewX(-18deg)}
  90%,100%{transform:translateX(360%) skewX(-18deg)}
}
@keyframes artFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
@keyframes shadowPulse{
  0%,100%{opacity:.4;transform:scale(.94)}
  50%{opacity:.72;transform:scale(1.08)}
}
@keyframes underlinePulse{
  0%,100%{transform:scaleX(.65);opacity:.7}
  50%{transform:scaleX(1.08);opacity:1}
}
@keyframes softPulse{
  0%,100%{box-shadow:0 0 0 rgba(160,49,229,0)}
  50%{box-shadow:0 0 22px rgba(160,49,229,.14)}
}

@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
  }
  .reveal-section,.reveal-card{opacity:1!important;transform:none!important}
}


/* Upgraded location bar and homepage repair gallery */
.upgraded-topbar{
  background:
    linear-gradient(90deg,rgba(88,18,137,.22),transparent 35%,rgba(111,25,171,.18)),
    rgba(5,3,9,.96);
  box-shadow:inset 0 -1px 0 rgba(211,126,255,.18);
}
.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:9px 0;
}
.topbar-actions{display:flex;gap:10px;align-items:center}
.topbar-badge{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:47px;
  padding:7px 12px;
  border:1px solid rgba(201,104,255,.25);
  border-radius:14px;
  background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.015));
  text-decoration:none;
  color:var(--text);
  box-shadow:0 7px 24px rgba(0,0,0,.17);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.topbar-badge:hover{
  transform:translateY(-1px);
  border-color:rgba(214,134,255,.58);
  box-shadow:0 10px 28px rgba(89,21,141,.24);
}
.topbar-badge strong{display:block;font-size:.82rem;line-height:1.12;letter-spacing:.025em}
.topbar-badge small{display:block;color:#cdbfd7;font-size:.72rem;line-height:1.2;margin-top:3px}
.topbar-icon{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  flex:0 0 31px;
  border-radius:10px;
  background:linear-gradient(145deg,var(--purple),var(--purple2));
  color:#fff;
  font-size:1rem;
  font-weight:950;
  box-shadow:0 0 20px rgba(178,58,255,.25);
}
.location-badge{border-color:rgba(210,118,255,.4)}
.phone-badge{background:linear-gradient(135deg,rgba(180,58,245,.16),rgba(255,255,255,.02))}

.repair-gallery-section{
  position:relative;
  overflow:hidden;
}
.repair-gallery-section:before{
  content:"";
  position:absolute;
  inset:8% -15% auto;
  height:360px;
  background:radial-gradient(circle,rgba(128,31,194,.13),transparent 65%);
  pointer-events:none;
}
.repair-gallery-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.repair-feature{
  grid-column:span 2;
  grid-row:span 2;
}
.repair-gallery-grid figure{
  position:relative;
  min-height:260px;
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:25px;
  background:#0d0814;
  box-shadow:0 18px 55px rgba(0,0,0,.24);
}
.repair-feature{min-height:538px}
.repair-gallery-grid img{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
  transition:transform .55s cubic-bezier(.22,.8,.24,1),filter .4s ease;
}
.repair-feature img{min-height:538px}
.repair-gallery-grid figure:hover img{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.04);
}
.repair-gallery-grid figcaption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  display:grid;
  gap:5px;
  padding:48px 21px 20px;
  background:linear-gradient(transparent,rgba(7,4,11,.93));
}
.gallery-label{
  color:#da8bff;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.16em;
}
.repair-gallery-grid figcaption strong{
  font-size:1.03rem;
  line-height:1.3;
}
.repair-feature figcaption strong{font-size:1.32rem}
.gallery-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}

@media(max-width:900px){
  .topbar-inner{align-items:stretch}
  .topbar-actions{display:grid;grid-template-columns:1fr 1fr;flex:1}
  .location-badge{flex:1}
  .repair-gallery-grid{grid-template-columns:repeat(2,1fr)}
  .repair-feature{grid-column:span 2;grid-row:auto}
  .repair-feature,.repair-feature img{min-height:420px}
}
@media(max-width:620px){
  .topbar-inner{display:grid;grid-template-columns:1fr;padding:8px 0}
  .topbar-actions{grid-template-columns:1fr 1fr}
  .topbar-badge{min-height:44px;padding:6px 9px}
  .topbar-icon{width:28px;height:28px;flex-basis:28px}
  .topbar-badge strong{font-size:.76rem}
  .topbar-badge small{font-size:.67rem}
  .repair-gallery-grid{grid-template-columns:1fr}
  .repair-feature{grid-column:auto}
  .repair-feature,.repair-feature img,.repair-gallery-grid figure,.repair-gallery-grid img{min-height:320px}
}


/* Real uploaded photos — preserve natural proportions, no stretching */
.real-gallery-grid{
  columns:3 300px;
  column-gap:18px;
}
.real-photo{
  position:relative;
  display:inline-block;
  width:100%;
  margin:0 0 18px;
  break-inside:avoid;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:#0c0812;
  box-shadow:0 18px 48px rgba(0,0,0,.25);
}
.real-photo img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  background:#09060d;
  transition:transform .45s ease,filter .35s ease;
}
.real-photo:hover img{
  transform:scale(1.025);
  filter:saturate(1.08) contrast(1.04);
}
.real-photo figcaption{
  display:grid;
  gap:5px;
  padding:16px 18px 19px;
  background:linear-gradient(135deg,rgba(185,61,248,.1),rgba(255,255,255,.015));
}
.real-photo figcaption span{
  color:#d789ff;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.14em;
}
.real-photo figcaption strong{line-height:1.35}

.page-real-gallery{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:18px;
}
.page-real-photo{
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#09060d;
}
.page-real-photo img{
  display:block;
  width:100%;
  height:auto;
  max-height:520px;
  object-fit:contain;
  margin:auto;
}
@media(max-width:620px){
  .real-gallery-grid{columns:1}
  .page-real-gallery{grid-template-columns:1fr}
}


/* Full-scale desktop hero and mobile-first responsive system */
.hero-shell{
  width:min(1600px,100%);
  margin-inline:auto;
  padding-inline:clamp(22px,4vw,72px);
}
.full-scale-hero{
  min-height:calc(100vh - 135px);
  display:flex;
  align-items:center;
  padding:clamp(48px,6vw,92px) 0;
  position:relative;
}
.full-scale-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 80% 35%,rgba(174,54,244,.18),transparent 34rem),
    radial-gradient(circle at 15% 20%,rgba(112,32,183,.12),transparent 26rem);
  pointer-events:none;
}
.full-scale-hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(560px,.98fr);
  align-items:center;
  gap:clamp(36px,5vw,90px);
  width:100%;
}
.full-scale-hero .hero-title{
  font-size:clamp(4.5rem,7.6vw,8.6rem);
  line-height:.86;
  max-width:980px;
  margin:22px 0 26px;
}
.full-scale-hero .hero-lead{
  max-width:850px;
  font-size:clamp(1.1rem,1.55vw,1.42rem);
  line-height:1.65;
}
.full-scale-hero .home-hero-art{
  width:100%;
  min-height:clamp(590px,68vh,860px);
  border-radius:34px;
}
.full-scale-hero .home-hero-art img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
}
.full-scale-hero .hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
}
.full-scale-hero .hero-actions .btn{
  min-width:190px;
}
.full-scale-hero + .content{
  padding-top:96px;
}

/* Desktop content uses the full available canvas without becoming unreadably wide */
@media(min-width:1180px){
  .wrap{
    width:min(1420px,calc(100% - 72px));
  }
  .home-services{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .service-grid,
  .cards{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .real-gallery-grid{
    columns:4 260px;
  }
  .page-real-gallery{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* Large laptop and tablet landscape */
@media(max-width:1179px){
  .full-scale-hero{
    min-height:auto;
  }
  .full-scale-hero-grid{
    grid-template-columns:1fr 1fr;
    gap:34px;
  }
  .full-scale-hero .hero-title{
    font-size:clamp(3.7rem,8vw,6.4rem);
  }
  .full-scale-hero .home-hero-art{
    min-height:520px;
  }
}

/* Tablet portrait and smaller */
@media(max-width:900px){
  .hero-shell{
    padding-inline:22px;
  }
  .full-scale-hero{
    padding:50px 0 42px;
  }
  .full-scale-hero-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .full-scale-hero .hero-title{
    font-size:clamp(3.3rem,11vw,5.8rem);
    max-width:100%;
  }
  .full-scale-hero .hero-lead{
    max-width:100%;
  }
  .full-scale-hero .home-hero-art{
    min-height:500px;
    order:2;
  }
  .full-scale-hero .hero-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .full-scale-hero .hero-actions .btn{
    min-width:0;
    width:100%;
  }
  .full-scale-hero .hero-actions .btn:first-child{
    grid-column:1/-1;
  }
  .home-services,
  .service-grid,
  .cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* Phones */
@media(max-width:620px){
  .hero-shell{
    padding-inline:16px;
  }
  .full-scale-hero{
    min-height:auto;
    padding:30px 0 30px;
  }
  .full-scale-hero-grid{
    display:flex;
    flex-direction:column;
    gap:22px;
  }
  .full-scale-hero .animated-eyebrow{
    width:100%;
    justify-content:center;
    text-align:center;
    font-size:.7rem;
    letter-spacing:.13em;
  }
  .full-scale-hero .hero-title{
    display:block;
    font-size:clamp(2.85rem,14vw,4.4rem);
    line-height:.9;
    margin:18px 0;
    text-align:left;
  }
  .full-scale-hero .hero-title span{
    display:block;
  }
  .full-scale-hero .hero-lead{
    font-size:1rem;
    line-height:1.55;
  }
  .hero-proof{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .proof-pill{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    text-align:center;
  }
  .full-scale-hero .hero-actions{
    grid-template-columns:1fr;
    gap:10px;
  }
  .full-scale-hero .hero-actions .btn,
  .full-scale-hero .hero-actions .btn:first-child{
    grid-column:auto;
    width:100%;
  }
  .full-scale-hero .home-hero-art{
    width:100%;
    min-height:390px;
    border-radius:24px;
  }
  .full-scale-hero .home-hero-art img{
    max-height:430px;
    object-fit:contain;
  }
  .home-services,
  .service-grid,
  .cards,
  .process-grid,
  .trust-grid,
  .page-real-gallery{
    grid-template-columns:1fr;
  }
  .section-head h2{
    font-size:clamp(2rem,10vw,3rem);
  }
  .content{
    padding:62px 0;
  }
  .callout{
    padding:24px;
  }
}

/* Very narrow devices */
@media(max-width:390px){
  .full-scale-hero .hero-title{
    font-size:2.65rem;
  }
  .hero-proof{
    grid-template-columns:1fr;
  }
  .topbar-actions{
    grid-template-columns:1fr;
  }
}


/* Unified desktop hero panel and compact mobile scrolling */
@media(min-width:901px){
  .full-scale-hero{
    min-height:auto;
    padding:clamp(38px,4vw,64px) 0;
  }

  .unified-hero-panel{
    grid-template-columns:minmax(0,1.08fr) minmax(500px,.92fr);
    gap:clamp(26px,3vw,52px);
    padding:clamp(34px,4.6vw,74px);
    min-height:clamp(650px,76vh,880px);
    border:1px solid rgba(211,126,255,.34);
    border-radius:38px;
    background:
      radial-gradient(circle at 82% 32%,rgba(196,72,255,.25),transparent 28rem),
      radial-gradient(circle at 12% 18%,rgba(126,34,199,.18),transparent 24rem),
      linear-gradient(135deg,rgba(53,18,77,.94),rgba(14,8,23,.97) 52%,rgba(29,10,45,.96));
    box-shadow:
      0 30px 90px rgba(0,0,0,.42),
      inset 0 0 0 1px rgba(255,255,255,.025);
    overflow:hidden;
  }

  .unified-hero-panel .hero-copy{
    align-self:center;
    min-width:0;
    width:100%;
  }

  .unified-hero-panel .hero-title{
    width:100%;
    max-width:none;
    font-size:clamp(4.8rem,7.2vw,8.4rem);
    line-height:.84;
    letter-spacing:-.06em;
    margin:22px 0 26px;
  }

  .unified-hero-panel .hero-title .hero-word,
  .unified-hero-panel .hero-title .hero-gradient{
    display:block;
    width:100%;
  }

  .unified-hero-panel .hero-gradient{
    font-size:.93em;
  }

  .unified-hero-panel .hero-lead{
    max-width:760px;
  }

  .unified-hero-panel .home-hero-art{
    min-height:0;
    height:100%;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
    align-self:stretch;
  }

  .unified-hero-panel .home-hero-art:before,
  .unified-hero-panel .home-hero-art:after{
    display:none;
  }

  .unified-hero-panel .home-hero-art img{
    width:100%;
    height:100%;
    max-height:760px;
    object-fit:contain;
    object-position:center bottom;
    filter:
      drop-shadow(0 34px 45px rgba(0,0,0,.5))
      drop-shadow(0 0 28px rgba(174,55,241,.17));
  }
}

/* Compact tablet and phone rhythm: remove oversized blank scroll zones */
@media(max-width:900px){
  .full-scale-hero{
    padding:28px 0 26px;
  }

  .unified-hero-panel{
    gap:18px;
  }

  .full-scale-hero .home-hero-art{
    min-height:0;
    height:auto;
    padding:12px 8px 0;
  }

  .full-scale-hero .home-hero-art img{
    display:block;
    width:100%;
    height:auto;
    max-height:470px;
    object-fit:contain;
  }

  section.content,
  .content{
    padding:48px 0;
  }

  .section-head{
    margin-bottom:22px;
  }

  .trust-grid{
    margin-top:18px;
  }

  .home-services,
  .service-grid,
  .cards,
  .process-grid,
  .page-real-gallery{
    gap:14px;
  }

  .real-photo{
    margin-bottom:14px;
  }

  .callout{
    margin-top:24px;
  }
}

@media(max-width:620px){
  .full-scale-hero{
    padding:20px 0 22px;
  }

  .full-scale-hero-grid{
    gap:14px;
  }

  .full-scale-hero .hero-title{
    margin:14px 0 12px;
  }

  .full-scale-hero .hero-lead{
    margin-bottom:0;
  }

  .hero-proof{
    margin-top:12px;
  }

  .full-scale-hero .hero-actions{
    margin-top:14px;
  }

  .full-scale-hero .home-hero-art{
    min-height:0;
    margin-top:0;
    padding-top:4px;
  }

  .full-scale-hero .home-hero-art img{
    max-height:360px;
  }

  section.content,
  .content{
    padding:38px 0;
  }

  .section-head{
    margin-bottom:18px;
  }

  .section-head h2{
    margin-bottom:10px;
  }

  .home-service,
  .card,
  .process-item,
  .trust{
    padding:20px;
  }

  .real-gallery-grid{
    column-gap:0;
  }

  .real-photo{
    margin-bottom:12px;
  }

  .real-photo figcaption{
    padding:13px 15px 16px;
  }

  .callout{
    margin-top:18px;
    padding:20px;
  }

  footer{
    padding-top:38px;
  }
}

@media(max-width:390px){
  .full-scale-hero .home-hero-art img{
    max-height:320px;
  }

  section.content,
  .content{
    padding:32px 0;
  }
}


/* Integrated full-height technician artwork */
@media(min-width:901px){
  .unified-hero-panel{
    position:relative;
    isolation:isolate;
    grid-template-columns:minmax(0,1.1fr) minmax(470px,.9fr);
  }

  .unified-hero-panel .hero-copy{
    position:relative;
    z-index:3;
  }

  .unified-hero-panel .home-hero-art{
    position:absolute;
    z-index:1;
    top:0;
    right:0;
    bottom:0;
    width:48%;
    height:100%;
    margin:0;
    padding:0;
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
    overflow:hidden;
    pointer-events:none;
  }

  .unified-hero-panel .home-hero-art img{
    width:100%;
    height:100%;
    max-height:none;
    object-fit:contain;
    object-position:right bottom;
    transform:scale(1.05);
    transform-origin:right bottom;
    border:0;
    border-radius:0;
    box-shadow:none;
    filter:
      drop-shadow(-26px 24px 34px rgba(0,0,0,.44))
      drop-shadow(0 0 34px rgba(172,54,240,.2));
  }

  .unified-hero-panel:after{
    content:"";
    position:absolute;
    z-index:2;
    inset:0;
    pointer-events:none;
    background:
      linear-gradient(
        90deg,
        rgba(28,10,43,0) 0%,
        rgba(28,10,43,0) 48%,
        rgba(28,10,43,.18) 58%,
        rgba(28,10,43,0) 76%
      );
  }

  .unified-hero-panel .hero-title,
  .unified-hero-panel .hero-lead,
  .unified-hero-panel .hero-proof,
  .unified-hero-panel .hero-actions,
  .unified-hero-panel .animated-eyebrow{
    max-width:57%;
  }

  .unified-hero-panel .hero-title{
    font-size:clamp(4.7rem,6.4vw,8rem);
  }
}

/* Keep the mobile artwork naturally stacked and unframed */
@media(max-width:900px){
  .unified-hero-panel .home-hero-art{
    border:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
  }

  .unified-hero-panel .home-hero-art:before,
  .unified-hero-panel .home-hero-art:after{
    display:none;
  }

  .unified-hero-panel .home-hero-art img{
    border:0;
    border-radius:0;
    box-shadow:none;
    filter:
      drop-shadow(0 24px 30px rgba(0,0,0,.42))
      drop-shadow(0 0 22px rgba(172,54,240,.16));
  }
}


/* Corrected compact hero: full words, technician-only artwork, no empty purple void */
@media(min-width:901px){
  .full-scale-hero{
    min-height:auto;
    padding:34px 0 40px;
  }

  .unified-hero-panel{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(430px,.85fr);
    gap:24px;
    min-height:600px;
    max-height:720px;
    padding:48px 52px 42px;
    overflow:hidden;
  }

  .unified-hero-panel .hero-copy{
    width:100%;
    max-width:none;
    align-self:center;
    z-index:3;
  }

  .unified-hero-panel .animated-eyebrow,
  .unified-hero-panel .hero-title,
  .unified-hero-panel .hero-lead,
  .unified-hero-panel .hero-proof,
  .unified-hero-panel .hero-actions{
    max-width:none;
    width:100%;
  }

  .unified-hero-panel .hero-title{
    display:block;
    width:100%;
    max-width:820px;
    font-size:clamp(4.2rem,5.7vw,7rem);
    line-height:.84;
    letter-spacing:-.055em;
    margin:18px 0 22px;
    overflow:visible;
  }

  .unified-hero-panel .hero-title .hero-word,
  .unified-hero-panel .hero-title .hero-gradient{
    display:block;
    width:100%;
    white-space:nowrap;
  }

  .unified-hero-panel .hero-gradient{
    font-size:.72em;
    letter-spacing:-.035em;
  }

  .unified-hero-panel .hero-lead{
    max-width:670px;
    font-size:1.08rem;
    line-height:1.55;
  }

  .unified-hero-panel .home-hero-art{
    position:relative;
    inset:auto;
    width:100%;
    height:100%;
    min-height:0;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    overflow:visible;
    pointer-events:none;
    z-index:2;
  }

  .unified-hero-panel .home-hero-art img{
    width:auto;
    height:100%;
    max-width:115%;
    max-height:650px;
    object-fit:contain;
    object-position:center bottom;
    transform:none;
    border:0;
    background:transparent;
    box-shadow:none;
    filter:
      drop-shadow(-18px 22px 30px rgba(0,0,0,.48))
      drop-shadow(0 0 24px rgba(175,56,241,.18));
  }

  .unified-hero-panel:after{
    display:none;
  }
}

/* Tablet: preserve full words and keep artwork close */
@media(max-width:1179px) and (min-width:901px){
  .unified-hero-panel{
    grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
    min-height:560px;
    padding:42px 38px 36px;
  }

  .unified-hero-panel .hero-title{
    font-size:clamp(3.6rem,5.8vw,5.7rem);
  }

  .unified-hero-panel .home-hero-art img{
    max-height:560px;
  }
}

/* Mobile: no empty vertical space and never clip the words */
@media(max-width:900px){
  .unified-hero-panel{
    padding:22px 18px 12px;
    gap:12px;
    border-radius:26px;
  }

  .unified-hero-panel .hero-title{
    display:block;
    width:100%;
    font-size:clamp(2.65rem,13vw,4.15rem);
    line-height:.88;
    overflow:visible;
  }

  .unified-hero-panel .hero-title .hero-word,
  .unified-hero-panel .hero-title .hero-gradient{
    display:block;
    width:100%;
    white-space:normal;
    overflow-wrap:normal;
    word-break:normal;
  }

  .unified-hero-panel .hero-gradient{
    font-size:.78em;
    line-height:.94;
  }

  .unified-hero-panel .home-hero-art{
    min-height:0;
    height:auto;
    margin-top:4px;
    padding:0;
  }

  .unified-hero-panel .home-hero-art img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:330px;
    object-fit:contain;
    object-position:center bottom;
  }
}
