@font-face {
  font-family: "Big Shoulders Display";
  src: url("/assets/fonts/big-shoulders-display-latin-800-normal.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --pulse: #063f46;
  --redshift: #0b6f78;
  --carbon: #1a1a1a;
  --static: #efefee;
  --graphite: #3d3d3d;
  --ink-soft: #6c6763;
  --paper: #f7f3ec;
  --mist: #e8f1fb;
  --coast: #1f6d78;
  --sun: #f5b84b;
  --line: rgba(26, 26, 26, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--carbon);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.topbar {
  background: var(--mist);
  color: var(--carbon);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.topbar__inner,
.nav__inner,
.section__inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
}

.topbar a,
.cta-link {
  text-decoration: none;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 0;
  backdrop-filter: blur(14px);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 700;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 14px;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.08);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav__links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  text-decoration: none;
}

.nav-phone,
.text-link {
  color: var(--redshift);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.nav__links .nav-phone {
  background: var(--redshift);
  color: #fff;
  text-decoration: none;
}

.nav__toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--carbon);
  font: inherit;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--carbon);
  color: var(--static);
  font-weight: 800;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
}

.button--red {
  border-color: var(--redshift);
  background: var(--redshift);
}

.button--light {
  background: var(--static);
  color: var(--carbon);
}

.button--ghost {
  background: rgba(26, 26, 26, 0.08);
  color: var(--carbon);
}

.hero {
  min-height: 720px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(rgba(11, 24, 32, 0.82), rgba(11, 24, 32, 0.55)),
    url("/assets/images/san-diego-aerial.jpg") center 30% / cover no-repeat;
  color: var(--static);
  overflow: hidden;
}

.hero__inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  padding: 90px 0 0;
}

.hero__copy {
  padding-bottom: 56px;
}

.hero__copy {
  position: relative;
  z-index: 2;
}

.hero__person {
  align-self: end;
  justify-self: end;
  width: min(520px, 100%);
  max-height: 620px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  margin-bottom: 0;
  filter: drop-shadow(0 26px 45px rgba(0, 0, 0, 0.45));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--redshift);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3,
.display {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: none;
}

h1 {
  max-width: 680px;
  font-size: clamp(2.25rem, 4.2vw, 3.5rem);
}

h2 {
  max-width: 780px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

h3 {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
}

.hero p {
  max-width: 640px;
  margin: 20px 0 28px;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.hero__actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-row {
  margin-top: 28px;
}

.hero__marquee {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  overflow: hidden;
  background: var(--pulse);
  color: var(--static);
  border-top: 1px solid rgba(239, 239, 238, 0.16);
  padding: 14px 0;
}

.hero__marquee-track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: hero-marquee 36s linear infinite;
}

.hero__marquee-item {
  padding: 0 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.hero__marquee-sep {
  font-size: 1rem;
  line-height: 1;
  opacity: 0.9;
}

@keyframes hero-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.section {
  padding: 96px 0;
}

.section--dark {
  background: var(--carbon);
  color: var(--static);
}

.section--paper {
  background: var(--mist);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(32px, 7vw, 78px);
  align-items: center;
}

.split--reverse {
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
}

.section p,
.service-card p,
.feature p,
.quote p {
  color: var(--ink-soft);
}

.section--dark p,
.section--dark .service-card p,
.section--dark .feature p,
.section--dark .quote p {
  color: rgba(239, 239, 238, 0.72);
}

.lead {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 1.03rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  background: transparent;
  border: 0;
  margin-top: 36px;
}

.feature {
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 22px 60px rgba(26, 26, 26, 0.08);
}

.feature__number {
  color: var(--redshift);
  font-weight: 800;
  margin-bottom: 32px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.service-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  color: var(--static);
  text-decoration: none;
  background: var(--carbon);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.03), rgba(26, 26, 26, 0.8));
  z-index: 1;
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card > *:not(img) {
  position: relative;
  z-index: 2;
}

.service-card p {
  margin-bottom: 0;
  color: rgba(239, 239, 238, 0.78);
}

.service-card--wide {
  grid-column: span 1;
}

.image-panel {
  aspect-ratio: 4 / 5;
  background: var(--graphite);
  overflow: hidden;
  border-radius: 22px;
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 18px;
  margin-top: 26px;
}

.stat {
  border-top: 3px solid var(--redshift);
  padding-top: 14px;
}

.stat strong {
  display: block;
  font-family: "Big Shoulders Display", Impact, sans-serif;
  font-size: 2.55rem;
  line-height: 0.9;
}

.stat span {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.service-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
  background: transparent;
  border: 0;
}

.service-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.5fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px;
  border-radius: 20px;
  background: var(--paper);
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(26, 26, 26, 0.07);
}

.service-row p {
  margin: 0;
}

.arrow {
  color: var(--redshift);
  font-size: 1.6rem;
  font-weight: 800;
}

.areas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.areas span {
  border: 1px solid rgba(239, 239, 238, 0.28);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--static);
  font-weight: 700;
}

.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.quote {
  border-top: 0;
  border-radius: 22px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 22px 60px rgba(26, 26, 26, 0.08);
}

.quote strong {
  display: block;
  margin-top: 20px;
  font-weight: 800;
  text-transform: none;
}

.cta-band {
  background:
    radial-gradient(circle at 84% 20%, rgba(245, 184, 75, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(6, 63, 70, 0.98), rgba(11, 111, 120, 0.9)),
    url("/assets/images/lighting-interior-01.jpg") center / cover;
  color: var(--static);
}

.cta-band p {
  color: rgba(239, 239, 238, 0.8);
}

.cta-band .text-link {
  color: var(--static);
}

.footer {
  background: var(--carbon);
  color: var(--static);
  padding: 42px 0 24px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 28px;
}

.footer img {
  width: 120px;
  height: auto;
  object-fit: contain;
  }

.footer a {
  display: block;
  width: fit-content;
  margin: 8px 0;
  color: rgba(239, 239, 238, 0.8);
  text-decoration: none;
}

.footer small {
  display: block;
  border-top: 1px solid rgba(239, 239, 238, 0.18);
  margin-top: 34px;
  padding-top: 18px;
  color: rgba(239, 239, 238, 0.56);
}

.page-hero {
  background:
    radial-gradient(circle at 80% 10%, rgba(11, 111, 120, 0.28), transparent 26%),
    var(--carbon);
  color: var(--static);
  padding: 88px 0 58px;
}

.breadcrumb {
  margin-bottom: 26px;
  color: rgba(239, 239, 238, 0.65);
  font-size: 0.88rem;
}

.breadcrumb a {
  text-decoration: none;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
}

.copy-block h2 {
  margin-top: 44px;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
}

.copy-block p,
.copy-block li {
  color: var(--ink-soft);
  font-size: 1rem;
}

.copy-block li + li {
  margin-top: 10px;
}

.side-cta {
  position: sticky;
  top: 94px;
  border: 0;
  border-radius: 22px;
  padding: 22px;
  background: var(--paper);
  box-shadow: 0 22px 60px rgba(26, 26, 26, 0.08);
}

.side-cta img {
  margin-bottom: 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
}

.contact-grid--simple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.contact-card {
  border: 0;
  border-radius: 22px;
  background: var(--paper);
  padding: 28px;
  box-shadow: 0 22px 60px rgba(26, 26, 26, 0.08);
}

.contact-card.contact-card--lead {
  background: var(--carbon);
  color: var(--static);
}

.contact-card.contact-card--lead p {
  color: rgba(239, 239, 238, 0.78);
}

.contact-card a {
  display: block;
  margin-top: 10px;
  color: var(--redshift);
  font-size: 1.18rem;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .topbar__inner {
    flex-direction: column;
    gap: 4px;
  }

  .nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav__links {
    display: none;
    position: absolute;
    inset: 67px 0 auto;
    width: 100%;
    background: var(--static);
    border-bottom: 1px solid var(--line);
    padding: 18px 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav__links.is-open {
    display: flex;
  }

  .hero {
    min-height: 690px;
  }

  .hero__inner {
    grid-template-columns: 1fr;
  }

  .hero__person {
    justify-self: center;
    width: min(430px, 86vw);
    max-height: 480px;
    margin-top: -18px;
  }

  .feature-grid,
  .quotes,
  .stat-row,
  .footer__grid,
  .contact-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .split,
  .split--reverse {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card--wide {
    grid-column: span 1;
  }

  .service-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .topbar {
    font-size: 0.72rem;
  }

  .brand img {
    width: 116px;
  }

  .hero {
    min-height: 760px;
  }

  .hero__inner {
    padding-top: 58px;
  }

  h1 {
    font-size: clamp(2.9rem, 13.5vw, 4.3rem);
  }

  .section {
    padding: 62px 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 300px;
  }

  .button {
    width: 100%;
  }
}
