.site-header {
  position: sticky;
  top: var(--marquee-h);
  z-index: 80;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

body.menu-open .site-header {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: color-mix(in srgb, var(--bg) 94%, transparent);
}

.site-header.is-over-hero:not(.is-scrolled) {
  background: transparent;
}

.navbar {
  width: min(1200px, calc(100% - 2rem));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-size: clamp(0.78rem, 2.1vw, 1.05rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  max-width: min(72vw, 28rem);
  line-height: 1.25;
}

.brand__logo {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.site-header.is-over-hero:not(.is-scrolled) .brand {
  color: var(--white);
}

.site-header.is-over-hero:not(.is-scrolled) .nav-toggle__bar,
body.menu-open .nav-toggle__bar {
  background: var(--white);
}

body.menu-open .brand {
  color: var(--white);
  position: relative;
  z-index: 80;
}

.hero {
  position: relative;
  min-height: 100svh;
  margin-top: calc(var(--header-h) * -1);
  display: grid;
  place-items: center;
  color: var(--white);
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/hero.bg.jpg.PNG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 12, 36, 0.35), rgba(20, 12, 36, 0.55) 50%, rgba(20, 12, 36, 0.72));
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 6rem 1.4rem 4rem;
}

.hero__content h1 span {
  display: block;
  margin-top: 0.2em;
  font-size: 0.42em;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 400;
}

.scroll-hint {
  position: absolute;
  right: 1.4rem;
  bottom: 2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-hint__line {
  writing-mode: horizontal-tb;
  width: 1px;
  height: 56px;
  background: linear-gradient(var(--white), transparent);
  animation: pulse-line 2.2s ease-in-out infinite;
}

@keyframes pulse-line {
  0%,
  100% { opacity: 0.25; transform: scaleY(0.7); }
  50% { opacity: 1; transform: scaleY(1); }
}

.intro {
  padding: 6.5rem 0 5.5rem;
}

.intro__grid {
  display: grid;
  justify-items: start;
  max-width: 760px;
  margin-inline: auto;
  text-align: left;
}

.services,
.reviews,
.faq {
  padding: 5.5rem 0;
}

.services {
  background: var(--bg-warm);
}

.service-grid {
  display: grid;
  gap: 1.4rem;
}

.offers {
  padding: 5.5rem 0;
  background: var(--accent);
  color: var(--white);
}

.offers .eyebrow {
  color: var(--gold);
}

.offers h2,
.offers .lede {
  color: var(--white);
}

.offers .lede {
  margin-inline: auto;
}

.section-head--center {
  text-align: center;
}

.lede--center {
  margin-inline: auto;
}

.offer-grid {
  display: grid;
  gap: 1.4rem;
}

.social-band {
  padding: 5rem 0;
  background: var(--bg);
}

.showcase__banner {
  min-height: 0;
  position: relative;
  overflow: hidden;
  background: var(--bg-warm);
}

.showcase__banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.showcase__copy {
  padding: 5rem 0 5.5rem;
  max-width: 820px;
}

.showcase__copy p {
  color: var(--ink-muted);
}

.cta-banner {
  background: var(--accent);
  color: var(--white);
  padding: 5.5rem 0;
}

.cta-banner__inner {
  text-align: center;
  max-width: 720px;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 2rem;
}

.gallery {
  padding: 5.5rem 0 4rem;
}

.gallery .container {
  margin-bottom: 1.5rem;
}

.faq {
  background: var(--bg-warm);
}

.faq__grid {
  display: grid;
  gap: 2rem;
}

.site-footer {
  background: var(--accent-deep);
  color: #efe8dc;
  padding: 4rem 0 1.4rem;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.footer-map {
  margin-bottom: 2.2rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: min(42vh, 320px);
  border: 0;
  filter: grayscale(0.15) contrast(1.05);
}

.footer-map__link {
  margin: 0;
  padding: 0.75rem 1rem 1rem;
  font-size: 0.85rem;
}

.footer-map__link a:hover {
  color: var(--white);
}

.brand--footer {
  color: var(--white);
}

.social {
  display: flex;
  gap: 0.7rem;
}

.social a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.social a:hover {
  background: var(--white);
  color: var(--accent);
}

.social svg {
  width: 18px;
  height: 18px;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid h3 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem;
  padding-top: 1.2rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

@media (min-width: 768px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-grid,
  .social-band__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .faq__grid {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: start;
  }

  .intro {
    padding: 8rem 0 6.5rem;
  }
}

@media (min-width: 1024px) {
  .service-grid,
  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .social-band__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) and (orientation: portrait) {
  .hero {
    min-height: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    background: var(--accent-deep);
  }

  .hero__media {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background-size: contain;
    background-position: center;
    background-color: var(--accent-deep);
  }

  .hero__overlay {
    display: none;
  }

  .hero__content {
    width: 100%;
    padding: 2.5rem 1.4rem 3rem;
    background: var(--accent-deep);
  }

  .scroll-hint {
    display: none;
  }
}

@media (max-width: 640px) {
  .scroll-hint {
    right: 0.9rem;
    bottom: 1.4rem;
  }
}
