:root{
  --red:#d10f1a;
  --black:#0b0c10;
  --ink:#111318;
  --muted:#5b616e;
  --bg:#ffffff;
  --alt:#f6f7f9;
  --card:#ffffff;
  --ring: rgba(209,15,26,.25);
  --radius:22px;
  --shadow: 0 18px 45px rgba(0,0,0,.12);
  --shadow2: 0 10px 25px rgba(0,0,0,.10);
  --max: 1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--ink);
  background:var(--bg);
  line-height:1.5;
}
a{color:inherit}
img{max-width:100%; display:block}
.wrap{max-width:var(--max); margin:0 auto; padding:0 18px}

.skip{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{left:12px; top:12px; width:auto; height:auto; padding:10px 12px; background:#fff; border:2px solid var(--red); border-radius:12px; z-index:9999}

.topbar{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.topbar__inner{
  display:flex; align-items:center; gap:14px;
  min-height:74px;
}
.brand{
  display:flex; gap:12px; align-items:center; text-decoration:none;
  min-width: 240px;
}
.brand__logo{width:44px; height:44px}
.brand__name{font-weight:900; letter-spacing:.8px; font-size:14px}
.brand__tag{font-size:12px; color:var(--muted)}
.nav{
  display:flex; gap:14px; align-items:center; margin-left:auto;
}
.nav a{
  text-decoration:none; padding:10px 10px; border-radius:12px;
  color:var(--muted); font-weight:650; font-size:14px;
}
.nav a:hover{background:rgba(0,0,0,.04); color:var(--ink)}
.nav__cta{color:var(--ink)!important; border:1px solid rgba(0,0,0,.12)}
.topbar__actions{display:flex; gap:10px; align-items:center}
.navToggle{
  display:none; margin-left:auto;
  width:44px; height:44px; border:1px solid rgba(0,0,0,.12);
  background:#fff; border-radius:14px; padding:10px; cursor:pointer;
}
.navToggle span{display:block; height:2px; background:var(--ink); margin:6px 0; border-radius:10px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; border-radius:14px; border:1px solid rgba(0,0,0,.12);
  text-decoration:none; font-weight:750; letter-spacing:.2px;
  transition: transform .08s ease, box-shadow .2s ease, background .2s ease;
}
.btn:active{transform: translateY(1px)}
.btn--solid{
  background:var(--red); color:#fff; border-color: transparent;
  box-shadow: 0 10px 18px rgba(209,15,26,.25);
}
.btn--solid:hover{box-shadow: 0 14px 25px rgba(209,15,26,.30)}
.btn--ghost{background:#fff}
.btn--ghost:hover{background:rgba(0,0,0,.03)}
.btn--lg{padding:12px 16px; border-radius:16px}
.btn--block{width:100%}

.hero{
  position:relative;
  min-height: 74vh;
  display:flex; align-items:stretch;
  overflow:hidden;
}
.hero__media{
  position:absolute; inset:0;
}
.hero__media img{
  width:100%; height:100%; object-fit:cover;
  filter: contrast(1.05) saturate(1.05);
}
.hero__media::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(11,12,16,.78) 0%, rgba(11,12,16,.60) 42%, rgba(11,12,16,.25) 100%);
}
.hero__inner{
  position:relative;
  padding: 78px 18px 54px;
  width:100%;
}
.hero__card{
  max-width: 620px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px 22px 18px;
}
.eyebrow{
  display:inline-block;
  padding:8px 10px;
  background: rgba(209,15,26,.10);
  border:1px solid rgba(209,15,26,.25);
  border-radius: 999px;
  font-weight:800;
  font-size: 12px;
  letter-spacing:.4px;
}
h1{margin:10px 0 8px; font-size:44px; line-height:1.08}
h2{margin:0 0 10px; font-size:32px; line-height:1.15}
h3{margin:0 0 8px; font-size:18px}
.lead{font-size:17px; color:var(--ink); margin:0 0 16px}
.hero__cta{display:flex; gap:10px; flex-wrap:wrap; margin:12px 0 10px}
.hero__proof{display:flex; gap:10px; flex-wrap:wrap}
.pill{
  padding:8px 10px; border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  font-weight:700; font-size:13px; color:var(--muted);
}

.section{padding: 64px 0}
.section--alt{background:var(--alt)}
.section__head{margin-bottom:18px}
.section__foot{margin-top:18px; display:flex; gap:10px; flex-wrap:wrap}

.grid2{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: start;
}
.card{
  background:var(--card);
  border:1px solid rgba(0,0,0,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding:18px;
}
.card--photo{padding:0; overflow:hidden}
.card--photo img{width:100%; height:100%; object-fit:cover}
.card__caption{padding:14px 16px; color:var(--muted); font-weight:650}
.card--callout{
  background: radial-gradient(1200px 800px at 10% 10%, rgba(209,15,26,.18), transparent 55%), #fff;
}
.callout__buttons{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}

.checks{list-style:none; padding:0; margin:14px 0 0}
.checks li{
  padding-left:30px; margin:10px 0;
  position:relative; color:var(--muted); font-weight:650
}
.checks li::before{
  content:"✓";
  position:absolute; left:0; top:0;
  width:22px; height:22px;
  display:inline-flex; align-items:center; justify-content:center;
  background: rgba(209,15,26,.12);
  border:1px solid rgba(209,15,26,.25);
  border-radius: 7px;
  color: var(--red);
  font-weight:900;
}

.cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.cards .card{min-height: 148px}
.cards .card p{color:var(--muted); margin:0}

.gallery{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.shot{
  grid-column: span 4;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow2);
}
.shot img{width:100%; height:260px; object-fit:cover}
.shot figcaption{padding:12px 14px; color:var(--muted); font-weight:650}
.shot--wide{grid-column: span 12}
.shot--wide img{height:360px}

.stars{font-size:28px; color:var(--red); margin:0 0 6px}
.quotes{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.quote{
  margin:0;
  padding:18px;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  color:var(--ink);
  font-weight:650;
}
.quote span{
  display:block;
  margin-top:10px;
  color:var(--muted);
  font-weight:750;
}

.muted{color:var(--muted)}

.contact{display:grid; gap:12px; margin-top:16px}
.contact__label{font-weight:900; letter-spacing:.3px; font-size:12px; color:var(--muted); text-transform:uppercase; margin-bottom:6px}
.contact a{color:var(--ink); font-weight:800; text-decoration:none}
.contact a:hover{text-decoration:underline}

.card--form label{display:block; font-weight:800; font-size:13px; margin-bottom:10px}
input, textarea{
  width:100%;
  margin-top:6px;
  border:1px solid rgba(0,0,0,.14);
  border-radius:14px;
  padding:12px 12px;
  font: inherit;
  background:#fff;
  outline:none;
}
input:focus, textarea:focus{
  border-color: rgba(209,15,26,.55);
  box-shadow: 0 0 0 6px var(--ring);
}
.fineprint{margin:10px 0 0; color:var(--muted); font-size:12px}

.footer{
  background: #0b0c10;
  color:#fff;
  padding: 34px 0 18px;
}
.footer a{color:#fff; text-decoration:none}
.footer a:hover{text-decoration:underline}
.footer__inner{
  display:grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 18px;
  align-items:start;
}
.footer__brand{display:flex; gap:12px; align-items:center}
.footer__brand img{width:44px; height:44px; background:#fff; border-radius:12px; padding:6px}
.footer__name{font-weight:950; letter-spacing:.5px}
.footer__tag{opacity:.86; font-weight:650}
.footer__cols{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.footer__head{font-weight:950; margin-bottom:8px; opacity:.92}
.footer__bottom{
  opacity:.7; font-size:12px; margin-top:14px;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 12px;
}

.stickyCta{
  position:fixed;
  left:50%; transform:translateX(-50%);
  bottom: 14px;
  display:none;
  gap:10px;
  z-index:60;
}
.stickyCta__btn{
  padding:12px 16px;
  border-radius: 999px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  font-weight:900;
  text-decoration:none;
  box-shadow: var(--shadow2);
}
.stickyCta__btn--primary{
  background: var(--red);
  border-color: transparent;
  color:#fff;
}

.bullets{margin:0; padding-left:18px}
.bullets li{margin:8px 0; color:var(--muted); font-weight:650}

@media (max-width: 980px){
  .nav{display:none}
  .topbar__actions{display:none}
  .navToggle{display:block}
  .grid2{grid-template-columns: 1fr}
  .cards{grid-template-columns: repeat(2, minmax(0,1fr))}
  .quotes{grid-template-columns: 1fr}
  .shot{grid-column: span 6}
  .shot--wide{grid-column: span 12}
  h1{font-size:38px}
  .stickyCta{display:flex}
}
@media (max-width: 560px){
  .cards{grid-template-columns: 1fr}
  .shot{grid-column: span 12}
  .hero{min-height: 76vh}
  .hero__inner{padding-top:64px}
}


/* ===== Astronomical add-ons (multi-page) ===== */
.hero--small{min-height:48vh}
.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}

.note{
  margin-top:16px;
  background:rgba(209,15,26,.06);
  border:1px solid rgba(209,15,26,.18);
  border-radius:16px;
  padding:14px 16px;
}

.stack{display:flex;gap:10px;flex-wrap:wrap}

.beforeAfter{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.beforeAfter__item{
  background:var(--card);
  border-radius:16px;
  overflow:hidden;
  box-shadow:var(--shadow2);
  margin:0;
}
.beforeAfter__item img{width:100%;height:260px;object-fit:cover;display:block}
.beforeAfter__item figcaption{padding:12px 14px;color:var(--muted);font-size:14px}

.galleryGrid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
  margin-top:12px;
}
.galleryGrid__item{
  border-radius:16px;
  overflow:hidden;
  display:block;
  box-shadow:var(--shadow2);
  position:relative;
}
.galleryGrid__item img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .25s ease}
.galleryGrid__item:hover img{transform:scale(1.03)}

.accordion{display:grid;gap:10px}
.acc{
  background:var(--card);
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:8px 14px;
  box-shadow:var(--shadow2);
}
.acc summary{cursor:pointer;font-weight:800;list-style:none}
.acc summary::-webkit-details-marker{display:none}
.acc p{margin:10px 0 4px;color:var(--muted)}

.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}
.quote{
  background:var(--card);
  border-radius:16px;
  padding:16px;
  box-shadow:var(--shadow2);
  border:1px solid rgba(0,0,0,.06);
}
.quote p{margin:0 0 10px}
.quote__meta{color:var(--muted);font-size:14px;display:flex;gap:10px;align-items:center}

.form{margin-top:14px}
.form__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.form label{display:flex;flex-direction:column;gap:6px;font-weight:700}
.form input,.form textarea{
  font:inherit;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.12);
  outline:none;
}
.form input:focus,.form textarea:focus{box-shadow:0 0 0 6px var(--ring);border-color:rgba(209,15,26,.45)}
.form__full{grid-column:1 / -1}
.form__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.form__fine{color:var(--muted);font-size:12px;margin-top:10px}

.lightbox{
  position:fixed;inset:0;display:none;align-items:center;justify-content:center;
  background:rgba(0,0,0,.85);z-index:9999;padding:18px;
}
.lightbox.is-open{display:flex}
.lightbox img{
  max-width:min(1100px,96vw);
  max-height:86vh;
  border-radius:16px;
  box-shadow:0 25px 70px rgba(0,0,0,.55);
}
.lightbox__close{
  position:absolute;top:16px;right:16px;
  border:none;border-radius:999px;
  padding:10px 12px;
  background:rgba(255,255,255,.12);
  color:#fff;font-weight:900;cursor:pointer;
}
@media (max-width:720px){
  .beforeAfter{grid-template-columns:1fr}
  .form__grid{grid-template-columns:1fr}
}
