/* AHAR Holding ? Bootstrap 5 theme overrides */
:root {
  --bs-primary: #cb2c6c;
  --bs-primary-rgb: 203, 44, 108;
  --bs-link-color: #cb2c6c;
  --bs-link-hover-color: #9c2152;
  --primary: #cb2c6c;
  --primary-dark: #9c2152;
  --secondary: #2d3239;
  --ink: #171a1f;
  --muted: #66707c;
  --line: #ebecef;
  --surface-alt: #faf9fa;
  --footer: #16191e;
  --font-display: "Lora", Georgia, serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, .navbar-brand {
  font-family: var(--font-display);
}

.text-primary { color: var(--primary) !important; }
.bg-primary { background-color: var(--primary) !important; }
.btn-primary {
  --bs-btn-bg: #cb2c6c;
  --bs-btn-border-color: #cb2c6c;
  --bs-btn-hover-bg: #9c2152;
  --bs-btn-hover-border-color: #9c2152;
  --bs-btn-active-bg: #9c2152;
  --bs-btn-active-border-color: #9c2152;
  --bs-btn-disabled-bg: #cb2c6c;
  --bs-btn-disabled-border-color: #cb2c6c;
  border-radius: 2px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.btn-outline-primary {
  --bs-btn-color: #cb2c6c;
  --bs-btn-border-color: #cb2c6c;
  --bs-btn-hover-bg: #cb2c6c;
  --bs-btn-hover-border-color: #cb2c6c;
  --bs-btn-active-bg: #9c2152;
  --bs-btn-active-border-color: #9c2152;
  border-radius: 2px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.btn-outline-light,
.btn-light {
  border-radius: 2px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.section-kicker {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.65rem;
}

.section-head { margin-bottom: 2.5rem; max-width: 40rem; }
.section-pad { padding-top: 4.5rem; padding-bottom: 4.5rem; }
.surface-alt { background: var(--surface-alt); }

/* Navbar */
.site-header,
.site-header .navbar,
.site-header .navbar-collapse,
.site-header .navbar-nav {
  overflow: visible;
}

.site-header .nav-link {
  font-weight: 600;
  color: var(--secondary);
  padding: 0.65rem 0.85rem !important;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: var(--primary);
}

.dropdown-mega {
  position: static;
}

.mega-dropdown {
  border-radius: 0.5rem !important;
  padding-top: 1.25rem !important;
}

.mega-dropdown .mega-grid {
  min-width: min(920px, 92vw);
}

.mega-title {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--secondary);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-bottom: 0.5rem;
  margin-bottom: 0.35rem;
  border-bottom: 2px solid var(--primary);
}

.mega-title:hover {
  color: var(--primary);
}

.mega-dropdown .dropdown-item {
  font-size: 0.92rem;
  color: var(--muted);
  border-radius: 0.25rem;
  padding: 0.4rem 0.65rem;
}

.mega-dropdown .dropdown-item:hover {
  background: rgba(203, 44, 108, 0.08);
  color: var(--primary);
}

/* Desktop: open mega menu on hover */
@media (min-width: 992px) {
  .dropdown-mega {
    position: relative;
  }

  .dropdown-mega .mega-dropdown {
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    margin-top: 0;
    top: calc(100% - 2px);
    left: 50%;
    right: auto;
    transform: translate(-50%, 10px);
    min-width: min(920px, calc(100vw - 2rem));
    z-index: 1050;
  }

  .dropdown-mega::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
  }

  .dropdown-mega:hover > .mega-dropdown,
  .dropdown-mega:focus-within > .mega-dropdown,
  .dropdown-mega.show-mega > .mega-dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 991.98px) {
  .dropdown-mega {
    position: relative;
  }

  .mega-dropdown {
    position: static !important;
    float: none;
    display: none;
    width: 100%;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0.5rem 0 0.75rem !important;
    transform: none !important;
    min-width: 0 !important;
  }

  .dropdown-mega.show-mega > .mega-dropdown {
    display: block;
  }

  .mega-dropdown .mega-grid {
    min-width: 0;
  }
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1s var(--ease);
  will-change: opacity, transform;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
  animation: heroKen 9s ease-out forwards;
}

@keyframes heroKen {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 17, 20, 0.45) 0%, rgba(15, 17, 20, 0.2) 35%, rgba(15, 17, 20, 0.82) 100%),
    linear-gradient(90deg, rgba(15, 17, 20, 0.7) 0%, rgba(15, 17, 20, 0.25) 55%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 6rem 0 5.5rem;
  gap: 2.75rem;
}

.hero-copy {
  max-width: 38rem;
}

.hero-kicker {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  animation: rise 0.85s var(--ease) both;
}

.hero-brand {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 9vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: #fff;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  animation: rise 0.9s var(--ease) 0.06s both;
}

.hero-division {
  margin: 0 0 1rem;
  display: inline-block;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid var(--primary);
  animation: rise 0.9s var(--ease) 0.12s both;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero-lead {
  margin: 0 0 1.75rem;
  max-width: 32rem;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  animation: rise 0.9s var(--ease) 0.18s both;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero-copy.is-switching .hero-division,
.hero-copy.is-switching .hero-lead {
  opacity: 0;
  transform: translateY(8px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  animation: rise 0.9s var(--ease) 0.24s both;
}

.hero-actions .btn-primary {
  box-shadow: 0 10px 28px rgba(203, 44, 108, 0.35);
}

.hero-controls {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  max-width: 42rem;
}

.hero-arrow {
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.hero-arrow:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.hero-tabs {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.hero-tab {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.65rem 0 0.55rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  text-align: left;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.hero-tab:hover,
.hero-tab.active {
  color: #fff;
}

.hero-tab-bar {
  display: block;
  height: 2px;
  margin-bottom: 0.55rem;
  background: rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.hero-tab-progress {
  display: block;
  height: 100%;
  width: 0;
  background: var(--primary);
}

.hero-tab.active .hero-tab-progress {
  animation: heroProgress 6.5s linear forwards;
}

@keyframes heroProgress {
  from { width: 0; }
  to { width: 100%; }
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  right: clamp(1.25rem, 4vw, 3rem);
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.hero-scroll:hover {
  color: #fff;
}

.hero-scroll i {
  animation: heroBounce 1.6s ease-in-out infinite;
}

@keyframes heroBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Page banner */
.page-banner {
  position: relative;
  min-height: 280px;
  background-size: cover;
  background-position: center;
}

.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 25, 30, 0.35) 0%, rgba(22, 25, 30, 0.82) 100%);
}

.banner-breadcrumb .breadcrumb-item,
.banner-breadcrumb .breadcrumb-item a,
.banner-breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.8);
}

.banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.45);
}

/* Cards / hub */
.hub-card {
  background: var(--surface-alt);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
  height: 100%;
}

.hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(23, 26, 31, 0.1);
}

.hub-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-biz-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.home-biz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(23, 26, 31, 0.1);
}

.home-biz-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.home-biz-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.home-biz-card:hover .home-biz-media img {
  transform: scale(1.05);
}

.home-biz-body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.home-biz-cta {
  background: linear-gradient(160deg, #fff 0%, rgba(203, 44, 108, 0.08) 100%);
  padding: 2rem 1.5rem;
  border-color: rgba(203, 44, 108, 0.2);
}

.service-card .media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
}

.service-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.service-card:hover .media img { transform: scale(1.05); }

.service-card .media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(transparent, rgba(22, 25, 30, 0.55));
  pointer-events: none;
}

.eyebrow-tagline {
  font-style: italic;
  font-size: 1.12rem;
  color: var(--secondary);
  margin-bottom: 1.25rem;
  padding-left: 1rem;
  border-left: 3px solid var(--primary);
}

.prose { max-width: 68ch; }

.stat-item {
  padding: 1.25rem 1rem;
  background: var(--surface-alt);
  border-top: 3px solid var(--primary);
  height: 100%;
}

.stat-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--secondary);
}

.mission-card .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}

.split-img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

/* Service detail sidebar */
.side-nav .nav-link {
  color: var(--muted);
  font-weight: 600;
  border-left: 2px solid transparent;
  border-radius: 0;
  padding: 0.7rem 1rem;
}

.side-nav .nav-link:hover,
.side-nav .nav-link.active {
  color: var(--primary);
  background: transparent;
  border-left-color: var(--primary);
}

.service-panel .hero-img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

.tab-pane { display: none; }
.tab-pane.active { display: block; animation: rise 0.4s var(--ease); }

.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

.check-list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.45rem;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.mini-gallery a {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--secondary);
}

.mini-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease);
}

.mini-gallery a:hover img { transform: scale(1.05); }

.mini-gallery a::after {
  content: "\f06e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(22, 25, 30, 0.45);
  color: #fff;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mini-gallery a:hover::after { opacity: 1; }

.service-gallery-block h4 {
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.service-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(120px, 16vw);
  gap: 0.65rem;
}

.service-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--secondary);
  grid-column: span 2;
  text-decoration: none;
  color: #fff;
}

.service-gallery-feature {
  grid-column: span 4;
  grid-row: span 2;
}

.service-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--ease);
}

.service-gallery-item:hover img {
  transform: scale(1.06);
}

.service-gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: linear-gradient(180deg, transparent 35%, rgba(22, 25, 30, 0.72) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  padding: 1rem;
  text-align: center;
}

.service-gallery-item:hover .service-gallery-overlay {
  opacity: 1;
}

.service-gallery-overlay i {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  font-size: 0.95rem;
}

.service-gallery-overlay span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .mini-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(140px, 28vw);
  }

  .service-gallery-item,
  .service-gallery-feature {
    grid-column: span 1;
    grid-row: span 1;
  }

  .service-gallery-feature {
    grid-column: span 2;
    grid-row: span 2;
  }
}

.detail-block {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}

/* Gallery */
.gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--secondary);
  display: block;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--ease);
}

.gallery-item:hover img { transform: scale(1.06); }

.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(203, 44, 108, 0.55);
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.25s var(--ease);
}

.gallery-item:hover .overlay { opacity: 1; }
.gallery-item .overlay i { color: #fff; font-size: 1.25rem; }
.gallery-item.is-hidden { display: none !important; }

.filter-btn.active {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

/* Contact */
.form-control,
.form-control:focus {
  border-radius: 0;
  border: 0;
  border-bottom: 1.5px solid var(--line);
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.form-control:focus {
  border-bottom-color: var(--primary);
}

.form-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.detail-item .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(203, 44, 108, 0.1);
  color: var(--primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--secondary);
  color: #fff;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
}

.socials a:hover {
  background: var(--primary);
  color: #fff;
}

.map-wrap iframe {
  width: 100%;
  height: 420px;
  border: 0;
  filter: grayscale(0.2);
}

/* Contact page */
.contact-page .lead-sm {
  font-size: 1.08rem;
  line-height: 1.65;
}

.contact-channel {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1.4rem 1.35rem;
  background: var(--surface-alt);
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}

.contact-channel:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(23, 26, 31, 0.08);
  border-color: rgba(203, 44, 108, 0.35);
  color: inherit;
}

.contact-channel-accent {
  background: linear-gradient(160deg, #fff 0%, rgba(37, 211, 102, 0.1) 100%);
  border-color: rgba(37, 211, 102, 0.35);
}

.contact-channel-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
  background: rgba(203, 44, 108, 0.1);
  color: var(--primary);
  font-size: 1.2rem;
}

.contact-channel-accent .contact-channel-icon {
  background: rgba(37, 211, 102, 0.15);
  color: #1fa855;
}

.contact-channel-value {
  font-weight: 700;
  color: var(--ink);
  font-size: 0.98rem;
  word-break: break-word;
}

.contact-channel-cta {
  margin-top: auto;
  padding-top: 1.25rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}

.contact-channel-cta i {
  margin-left: 0.35rem;
  font-size: 0.7rem;
}

.contact-panel {
  padding: 2rem 1.75rem;
  background: #fff;
  border: 1px solid var(--line);
}

.contact-panel-dark {
  background: var(--secondary);
  border-color: transparent;
}

.contact-panel-dark .section-kicker {
  color: #f3a0bf;
}

.contact-address {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact-address > i {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(203, 44, 108, 0.1);
  color: var(--primary);
}

.contact-hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
}

.contact-hours li:last-child {
  border-bottom: 0;
}

.contact-hours strong {
  color: #fff;
  font-weight: 700;
  text-align: right;
}

.contact-hours-note {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.55;
}

.contact-dept {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  height: 100%;
  padding: 1.25rem 1.15rem;
  background: var(--surface-alt);
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.contact-dept:hover {
  background: #fff;
  border-color: rgba(203, 44, 108, 0.3);
  transform: translateY(-2px);
  color: inherit;
}

.contact-dept > i {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
  color: var(--primary);
  border: 1px solid var(--line);
}

.contact-dept h3 {
  color: var(--ink);
}

.contact-dept p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.contact-map {
  border: 1px solid var(--line);
  overflow: hidden;
}

.contact-map iframe {
  height: min(52vh, 480px);
  display: block;
}

/* CTA */
.cta-band {
  position: relative;
  background-size: cover;
  background-position: center;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(156, 33, 82, 0.92) 0%, rgba(22, 25, 30, 0.88) 100%);
}

/* Footer */
.site-footer { background: var(--footer); }

.footer-text,
.footer-links a,
.footer-contact,
.footer-bottom,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.footer-links a:hover,
.footer-bottom a:hover { color: #fff; }

.footer-bottom-links a { margin-left: 0.85rem; }
.footer-bottom-links a:first-child { margin-left: 0; }

/* Scroll / lightbox */
.scroltop {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 46px;
  height: 46px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s var(--ease);
  box-shadow: 0 10px 28px rgba(203, 44, 108, 0.35);
}

.scroltop.show { opacity: 1; visibility: visible; }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(16, 18, 22, 0.94);
  display: none;
  place-items: center;
  z-index: 2000;
  padding: 1.5rem;
}

.lightbox.open { display: grid; }

.lightbox img {
  max-width: min(1000px, 92vw);
  max-height: 88vh;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  font-size: 1.4rem;
  line-height: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.quote-block .fa-quote-left {
  color: var(--primary);
  font-size: 1.75rem;
  margin-bottom: 1rem;
  display: block;
}

.quote-block .tagline {
  font-size: 1.2rem;
  font-style: italic;
  color: var(--muted);
  margin-bottom: 1.75rem;
  border-left: 3px solid var(--primary);
  padding-left: 1rem;
}

.legal-content { max-width: 720px; }
.legal-content .divider {
  width: 48px;
  height: 3px;
  background: var(--primary);
  margin-bottom: 1.75rem;
}

.brands img {
  height: 42px;
  width: auto;
  opacity: 0.55;
  transition: opacity 0.2s;
}

.brands img:hover { opacity: 1; }

@media (max-width: 991.98px) {
  .hero-content {
    justify-content: flex-end;
    padding: 5rem 0 4.5rem;
    gap: 2rem;
  }

  .hero-brand {
    font-size: clamp(2.75rem, 12vw, 4rem);
  }

  .hero-controls {
    max-width: none;
  }

  .hero-scroll {
    display: none;
  }

  .side-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    border-left: 0 !important;
  }

  .side-nav .nav-link {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
  }

  .side-nav .nav-link.active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
  }
}

@media (max-width: 575.98px) {
  .hero-arrow {
    display: none;
  }

  .hero-tabs {
    gap: 0.5rem;
  }

  .hero-tab {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
  }
}
