/* Runtime interaction styles: lightbox, scroll reveals, and subtle motion. */
.reveal-ready .reveal-target {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1);
}
.reveal-ready .reveal-target.is-visible { opacity: 1; transform: translateY(0); }
.reveal-ready .reveal-target:nth-child(2) { transition-delay: .06s; }
.reveal-ready .reveal-target:nth-child(3) { transition-delay: .12s; }
.reveal-ready .reveal-target:nth-child(4) { transition-delay: .18s; }
header { transition: background-color .25s ease, box-shadow .25s ease, border-color .25s ease; }
header.is-scrolled { background-color: rgba(11,12,15,.96); box-shadow: 0 12px 35px rgba(0,0,0,.38); border-color: rgba(240,74,42,.38); }
.site-header-inner { max-width: 1500px !important; }
.hero-positioning-strip { background: #101216; border-top: 1px solid rgba(240,74,42,.35); border-bottom: 1px solid rgba(240,74,42,.25); color: #f4f1e9; text-align: center; padding: .8rem 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.hero-positioning-strip strong { color: #f04a2a; }
.homepage-hero { padding-inline: 0; }
.homepage-hero__art { position: relative; width: 100%; margin-inline: auto; overflow: hidden; }
.homepage-hero__art picture, .homepage-hero__art picture img { width: 100%; }
.homepage-hero__art picture img { height: calc(100svh - 80px); object-fit: cover; object-position: center bottom; }
.homepage-hero__desktop-actions { position: absolute; right: 1.25rem; bottom: 1.25rem; z-index: 2; }
.homepage-hero__mobile-actions { max-width: 34rem; margin-inline: auto; }
.brand-hero { min-height: clamp(580px, calc(100svh - 80px), 820px); display: grid; grid-template-columns: minmax(390px, 44%) 1fr; overflow: hidden; background: #0b0c0f; border-bottom: 1px solid rgba(240,74,42,.48); }
.brand-hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 6.5rem) clamp(1.5rem, 5vw, 5.5rem); background: linear-gradient(115deg, #101216 0%, #101216 76%, rgba(16,18,22,.82) 91%, transparent 100%); }
.brand-hero__content::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .22; background: repeating-linear-gradient(132deg, transparent 0 45px, rgba(244,241,233,.17) 46px 48px, transparent 49px 74px); }
.brand-hero__eyebrow { margin-bottom: .75rem; color: #f04a2a; font-size: .82rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.brand-hero h1 { color: #f4f1e9; font-family: "Bebas Neue", sans-serif; font-size: clamp(5.3rem, 8.3vw, 9.5rem); line-height: .82; letter-spacing: .01em; text-transform: uppercase; text-shadow: 0 5px 25px rgba(0,0,0,.45); }
.brand-hero__name { width: min(100%, 620px); margin-top: 1.4rem; padding: 1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: #f04a2a; color: #f4f1e9; box-shadow: 0 18px 45px rgba(0,0,0,.3); }
.brand-hero__name span { font-size: clamp(1.8rem, 3.2vw, 3.6rem); font-weight: 800; line-height: .93; text-transform: uppercase; }
.brand-hero__name img { width: clamp(62px, 7vw, 100px); height: clamp(62px, 7vw, 100px); object-fit: contain; }
.brand-hero__services { margin-top: 1.25rem; color: #f04a2a; font-family: "Bebas Neue", sans-serif; font-size: clamp(1.15rem, 1.8vw, 1.65rem); letter-spacing: .075em; text-transform: uppercase; }
.brand-hero__services span { color: #f4f1e9; margin-inline: .35rem; }
.brand-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.brand-hero__actions a { padding: .85rem 1.25rem; border-radius: .55rem; font-weight: 800; text-align: center; }
.brand-hero__call { color: #f4f1e9; border: 1px solid rgba(244,241,233,.35); background: rgba(11,12,15,.72); }
.brand-hero__photo { position: relative; min-width: 0; }
.brand-hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,12,15,.48), transparent 35%), linear-gradient(0deg, rgba(11,12,15,.3), transparent 45%); pointer-events: none; }
.brand-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
#gallery img, .lightbox-trigger { cursor: zoom-in; }
.lightbox-dialog { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(4,5,7,.94); backdrop-filter: blur(10px); }
.lightbox-dialog.is-open { display: flex; animation: lightbox-in .22s ease both; }
.lightbox-stage { position: relative; display: flex; flex-direction: column; align-items: center; max-width: min(94vw, 1400px); max-height: 92vh; }
.lightbox-image { display: block; max-width: 100%; max-height: 82vh; width: auto; height: auto; object-fit: contain; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.65); }
.lightbox-caption { margin-top: 12px; color: rgba(244,241,233,.82); font-size: 14px; text-align: center; }
.lightbox-control { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(244,241,233,.28); border-radius: 999px; color: #F4F1E9; background: rgba(11,12,15,.82); font-size: 28px; line-height: 1; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.lightbox-control:hover { background: #F04A2A; border-color: #F04A2A; color: #0B0C0F; transform: scale(1.05); }
.lightbox-close { top: 18px; right: 18px; }
.lightbox-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 18px; top: 50%; transform: translateY(-50%); }
.lightbox-prev:hover, .lightbox-next:hover { transform: translateY(-50%) scale(1.05); }
body.lightbox-open { overflow: hidden; }
.home-hero { min-height: clamp(560px, calc(100svh - 80px), 860px); display: grid; align-items: end; isolation: isolate; }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("img/demo_cleanout_01.webp") center 58% / cover no-repeat; }
.home-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,10,13,.97) 0%, rgba(8,10,13,.84) 38%, rgba(8,10,13,.34) 70%, rgba(8,10,13,.16) 100%), linear-gradient(0deg, rgba(8,10,13,.92) 0%, transparent 48%); }
.home-hero__content { width: min(1280px, 100%); margin-inline: auto; padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem); }
.hero-service-line { display: flex; flex-wrap: wrap; gap: .45rem 1rem; color: #f04a2a; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.hero-service-line span:not(:last-child)::after { content: " •"; margin-left: 1rem; color: #f4f1e9; }
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: stretch; }
@media (min-width: 768px) { .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1200px) {
  .reviews-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .reviews-grid .review-featured { grid-column: span 2 / span 2; }
}
@media (max-width: 640px) {
  .homepage-hero { padding-inline: 0; }
  .homepage-hero__art picture img { height: auto; max-height: calc(100svh - 150px); object-fit: contain; object-position: center; }
  .homepage-hero__mobile-actions a { min-width: 0; padding-inline: .65rem; font-size: .88rem; }
  .brand-hero { min-height: auto; display: flex; flex-direction: column; }
  .brand-hero__content { order: 1; padding: 2.4rem 1rem 1.5rem; background: #101216; }
  .brand-hero h1 { font-size: clamp(4.5rem, 23vw, 6.3rem); line-height: .84; }
  .brand-hero__name { padding: .8rem .9rem; margin-top: 1rem; }
  .brand-hero__name span { font-size: clamp(1.75rem, 9vw, 2.6rem); }
  .brand-hero__name img { width: 64px; height: 64px; }
  .brand-hero__services { display: grid; gap: .2rem; font-size: 1rem; }
  .brand-hero__services span { display: none; }
  .brand-hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .brand-hero__actions a { padding-inline: .6rem; font-size: .9rem; }
  .brand-hero__photo { order: 2; height: clamp(270px, 72vw, 390px); }
  .brand-hero__photo::after { background: linear-gradient(180deg, rgba(11,12,15,.25), transparent 25%); }
  .brand-hero__photo img { object-position: 50% 52%; }
  .home-hero { min-height: calc(100svh - 64px); align-items: end; }
  .home-hero::before { background-position: 52% center; }
  .home-hero::after { background: linear-gradient(0deg, rgba(8,10,13,.98) 0%, rgba(8,10,13,.82) 58%, rgba(8,10,13,.42) 100%); }
  .home-hero__content { padding: 5rem 1rem 2rem; }
  .hero-service-line { display: grid; gap: .25rem; font-size: .8rem; }
  .hero-service-line span:not(:last-child)::after { content: ""; margin: 0; }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .desktop-brand-name { display: none; }
  header nav { gap: .7rem !important; font-size: .85rem !important; }
  header nav a:last-child { padding-inline: .8rem; }
}
@keyframes lightbox-in { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 640px) {
  .lightbox-dialog { padding: 12px; }
  .lightbox-control { width: 42px; height: 42px; }
  .lightbox-close { top: 10px; right: 10px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-ready .reveal-target, .reveal-ready .reveal-target.is-visible { opacity: 1; transform: none; transition: none; }
  .lightbox-dialog.is-open { animation: none; }
}
