:root {
  --navy: #050b3e;
  --navy-2: #0a155e;
  --blue: #147cc1;
  --green: #38d551;
  --green-dark: #0c8c49;
  --orange: #f58120;
  --ink: #101426;
  --muted: #5d6474;
  --line: rgba(5, 11, 62, 0.12);
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(5, 11, 62, 0.16);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f6f9ff;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font-family: inherit; }

.skip-link {
  position: fixed;
  left: 12px;
  top: -70px;
  z-index: 9999;
  background: #fff;
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 11, 62, 0.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.nav-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}
.brand img {
  display: block;
  width: 148px;
  height: auto;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.site-nav > a:not(.button) {
  color: #fff;
  text-decoration: none;
  font-weight: 750;
  padding: 12px 15px;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.site-nav > a:not(.button):hover,
.site-nav > a:not(.button):focus-visible,
.site-nav > a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.12);
}
.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 1rem;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-2px); }
.button-primary,
.site-nav .nav-cta {
  background: linear-gradient(135deg, var(--green), #1ebd61);
  color: #07133d;
  box-shadow: 0 10px 28px rgba(56, 213, 81, 0.25);
}
.button-secondary {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
}
.site-nav .nav-work {
  min-height: 46px;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
}
.site-nav .nav-work:hover,
.site-nav .nav-work:focus-visible {
  background: #fff;
  color: var(--navy);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: grid;
  align-items: center;
  background: #050b3e;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../background.png") center / cover no-repeat;
  opacity: 0.2;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 11, 62, 0.32);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 64px;
  padding: 72px 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #b9f6c3;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 3px;
  background: var(--green);
}
.eyebrow-dark { color: var(--green-dark); }
.hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: none;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
}
.services-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
}
.hero h1 span,
.services-hero h1 span { color: var(--green); }
.hero-copy {
  max-width: 660px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}
.hero-visual {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
}
.logo-orbit {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02) 64%, transparent 65%);
}
.logo-orbit::before,
.logo-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.18);
}
.logo-orbit::before { inset: 36px; }
.logo-orbit::after { inset: 76px; }
.logo-card {
  position: relative;
  z-index: 2;
  width: 76%;
  padding: 30px;
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}
.logo-card img { width: 100%; }
.orbit-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 26px rgba(245, 129, 32, 0.7);
}
.orbit-dot.one { top: 7%; left: 20%; }
.orbit-dot.two { right: 4%; bottom: 30%; background: var(--green); }
.orbit-dot.three { left: 8%; bottom: 14%; width: 10px; height: 10px; background: #64a8e8; }

.home-carousel {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: #03072d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}
.home-carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-carousel-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.home-carousel-image.is-active { opacity: 1; }
.home-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(5, 11, 62, 0.72);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}
.home-carousel-prev { left: 14px; }
.home-carousel-next { right: 14px; }
.home-carousel-dots {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}
.home-carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
}
.home-carousel-dot.is-active { background: #fff; }

.section,
.service-catalog {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
}
.section-heading {
  max-width: 720px;
  margin-bottom: 38px;
}
.section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.035em;
}
.section-heading p {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 1.07rem;
}

.service-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.service-option {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  padding: 0 0 22px;
  border: 0;
  border-radius: 26px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  box-shadow: 0 10px 34px rgba(5, 11, 62, 0.1);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.service-option:hover,
.service-option:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 22px 52px rgba(5, 11, 62, 0.18);
  outline: 3px solid rgba(56, 213, 81, 0.35);
  outline-offset: 3px;
}
.service-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 40px 0 40px 0;
  background: #dfe5ef;
}
.service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.service-option:hover .service-photo img,
.service-option:focus-visible .service-photo img { transform: scale(1.045); }
.service-option-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 20px 0;
  color: var(--green-dark);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.05;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
.service-check {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #35b968;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}
.service-option-copy {
  display: block;
  flex: 1;
  padding: 12px 20px 0;
  color: var(--muted);
  font-size: 0.96rem;
}
.service-open-label {
  display: inline-flex;
  align-self: flex-start;
  margin: 18px 20px 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eefcf1;
  color: #08743a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reviews-section { padding-top: 28px; }
.review-carousel {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(5, 11, 62, 0.1);
}
.review-carousel-track {
  position: relative;
  min-height: 360px;
}
.review-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  padding: 34px 72px 58px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.review-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.review-slide img {
  width: 100%;
  max-height: 245px;
  object-fit: contain;
  border: 1px solid rgba(5, 11, 62, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(5, 11, 62, 0.08);
}
.review-carousel-dots { bottom: 22px; }
.review-carousel .home-carousel-button { background: rgba(5, 11, 62, 0.88); }

.about-page { background: #fff; }
.about-hero { background: #050b3e; }
.about-section { padding-bottom: 42px; }
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.about-card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(5, 11, 62, 0.08);
}
.about-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.25rem;
}
.about-card p { margin: 0; color: var(--muted); }
.about-contact-card {
  margin-top: 26px;
  padding: 24px;
  border-radius: 24px;
  background: #eefcf1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.about-contact-card span {
  display: block;
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-contact-card a {
  display: inline-block;
  margin-top: 4px;
  color: var(--navy);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
  text-decoration: none;
}
.career-section {
  padding-top: 42px;
  padding-bottom: 92px;
}

.highlight-strip {
  background: var(--navy);
  color: #fff;
}
.highlight-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
}
.highlight-inner h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; }
.highlight-inner p { margin: 12px 0 0; color: rgba(255, 255, 255, 0.75); }

/* Services page: intentionally uses no background image. */
.services-page { background: #fff; }
.services-main { background: #fff; }
.services-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(56, 213, 81, 0.17), transparent 24%),
    radial-gradient(circle at 88% 75%, rgba(245, 129, 32, 0.14), transparent 22%),
    linear-gradient(135deg, #050b3e 0%, #0b1d68 70%, #0b387a 100%);
}
.services-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -210px;
  top: -250px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.services-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 90px 0 96px;
}
.services-hero h1 { font-size: clamp(3rem, 7vw, 6rem); }
.services-hero p:last-child {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
}
.service-catalog { padding-top: 72px; padding-bottom: 110px; }
.service-gallery-page { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1160px; margin: 0 auto; }
.service-gallery-page .service-photo { aspect-ratio: 16 / 8.6; }
.service-gallery-page .service-option-title { font-size: clamp(1.4rem, 3vw, 2rem); }

.site-footer {
  background: #03072d;
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.footer-inner img { display: block; width: 120px; height: auto; border-radius: 0; background: transparent; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: #fff; text-decoration: none; font-weight: 750; }

/* Embedded service forms */
.intake-dialog {
  width: min(1180px, calc(100% - 28px));
  height: min(860px, calc(100% - 28px));
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
}
.intake-dialog::backdrop { background: rgba(2, 5, 35, 0.86); backdrop-filter: blur(5px); }
.dialog-shell { height: 100%; display: grid; grid-template-rows: auto 1fr; }
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  color: #fff;
  background: var(--navy);
}
.dialog-header strong { font-size: 1rem; }
.dialog-actions { display: flex; align-items: center; gap: 9px; }
.dialog-actions a,
.dialog-actions button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 9px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.intake-frame { width: 100%; height: 100%; border: 0; background: #fff; }
.no-dialog {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
body.dialog-open { overflow: hidden; }

@media (max-width: 1040px) {
  .site-nav { gap: 5px; }
  .site-nav > a:not(.button) { padding-inline: 11px; }
  .site-nav .button { padding-inline: 15px; font-size: 0.92rem; }
  .service-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-slide { padding-inline: 62px; gap: 16px; }
  .about-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .nav-shell { min-height: 76px; }
  .brand img { width: 126px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { text-align: center; }
  .site-nav .button { width: 100%; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; padding: 62px 0; }
  .hero-visual { min-height: 340px; }
  .logo-orbit { width: min(340px, 90vw); }
  .highlight-inner { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .review-carousel,
  .review-carousel-track { min-height: 820px; }
  .review-slide { grid-template-columns: 1fr; padding: 28px 58px 58px; }
  .review-slide img { max-height: 220px; }
  .about-contact-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .section,
  .service-catalog { padding-top: 68px; padding-bottom: 68px; }
  .service-gallery,
  .service-gallery-page { grid-template-columns: 1fr; }
  .service-photo,
  .service-gallery-page .service-photo { aspect-ratio: 16 / 9; }
  .review-carousel,
  .review-carousel-track { min-height: 760px; }
  .review-slide { padding-inline: 42px; }
  .services-hero-inner { padding: 72px 0 78px; }
  .services-hero h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .intake-dialog { width: 100%; height: 100%; max-width: none; max-height: none; border-radius: 0; }
  .dialog-header { align-items: flex-start; }
  .dialog-actions a { display: none; }
}


/* Rocket City enhancements: registered slogan, rotating carousel CTA, biography and footer trust area. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.about-page .services-hero h1 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: none;
}

.brand-registered {
  position: relative;
  display: inline-block;
  margin-left: 0.12em;
  color: var(--green);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.23em;
  font-weight: 800;
  line-height: 1;
  vertical-align: top;
  transform: translateY(0.16em);
}

.carousel-cta {
  position: absolute;
  left: 50%;
  bottom: 48px;
  z-index: 4;
  min-width: min(260px, calc(100% - 112px));
  padding-inline: 22px;
  white-space: nowrap;
  transform: translateX(-50%);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.15);
}
.carousel-cta:hover,
.carousel-cta:focus-visible {
  transform: translateX(-50%) translateY(-2px);
}
.carousel-cta [data-rotating-cta-text] {
  display: inline-block;
}
.carousel-cta-registered {
  margin-left: 0.08em;
  font-size: 0.62em;
  line-height: 1;
  vertical-align: super;
}

.service-asterisk {
  margin-left: 0.08em;
  color: #d71920;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72em;
  font-weight: 900;
  line-height: 1;
  vertical-align: super;
}
.service-footnote {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
  text-align: right;
}
.service-footnote span {
  margin-right: 0.2em;
  color: #d71920;
  font-weight: 900;
}

.steve-biography-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(56, 213, 81, 0.15), transparent 28%),
    linear-gradient(135deg, #050b3e 0%, #0a155e 100%);
}
.steve-biography-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -240px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.steve-biography-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
}
.steve-biography-heading .eyebrow {
  margin-bottom: 16px;
}
.steve-biography-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.steve-role {
  margin: 18px 0 0;
  color: #b9f6c3;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.steve-biography-copy {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.2);
}
.steve-biography-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.45vw, 1.13rem);
  line-height: 1.78;
}
.steve-biography-copy p + p {
  margin-top: 22px;
}

.footer-showcase {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0 56px;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.footer-bbb-section {
  min-width: 0;
}
.footer-bbb-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: #031438;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
}
.footer-bbb-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 2048 / 1075;
  object-fit: cover;
}
.footer-partners {
  min-width: 0;
}
.footer-kicker {
  margin: 0 0 8px;
  color: #9ce8aa;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.footer-partners h2 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
}
.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.partner-logo-card {
  min-width: 0;
  min-height: 92px;
  padding: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: #fff;
}
.partner-logo-card img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}
.site-footer .footer-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-brand-logo {
  flex: 0 0 auto;
}

@media (max-width: 860px) {
  .steve-biography-inner,
  .footer-showcase {
    grid-template-columns: 1fr;
  }
  .steve-biography-section {
    padding: 76px 0;
  }
  .footer-bbb-card {
    width: min(560px, 100%);
    margin: 0 auto;
  }
  .footer-partners {
    text-align: center;
  }
  .partner-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .about-page .services-hero h1 {
    font-size: clamp(2.8rem, 15vw, 4.5rem);
  }
  .brand-registered {
    font-size: 0.25em;
  }
  .carousel-cta {
    bottom: 48px;
    min-width: 0;
    max-width: calc(100% - 96px);
    padding: 10px 15px;
    font-size: 0.82rem;
  }
  .service-footnote {
    text-align: left;
  }
  .steve-biography-section {
    padding: 68px 0;
  }
  .steve-biography-copy {
    padding: 24px;
  }
  .footer-showcase {
    padding: 54px 0 42px;
  }
  .partner-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .partner-logo-card {
    min-height: 82px;
    padding: 12px;
  }
  .partner-logo-card img {
    max-height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .home-carousel-image,
  .review-slide {
    transition: none;
  }
}
