 :root {
  --top-text: #ffffff;
  --serif: var(--body);
  --top-muted: rgba(255,255,255,0.82);
  --top-line: rgba(255,255,255,0.10);
}
.container { width: min(calc(100% - 48px), 1280px); margin: 0 auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 600;
  backdrop-filter: blur(16px);
  background: rgba(6,6,6,0.82);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.wordmark {
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
.wordmark span { color: var(--gold); }
.site-nav {
  display: flex;
  gap: 40px;
  align-items: center;
}
.site-nav a,
.header-cta,
.menu-button,
.mobile-nav a {
  font-family: var(--serif);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.82rem;
}
.site-nav a { color: rgba(255,255,255,0.78); }
.site-nav a:hover,
.mobile-nav a:hover { color: #fff; }
.header-cta {
  background: var(--gold);
  color: #111;
  padding: 0.85rem 1.45rem;
}
.menu-button {
  display: none;
  border: 1px solid var(--top-line);
  background: transparent;
  color: #fff;
  padding: 0.75rem 1rem;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 0 24px 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(6,6,6,0.96);
}
.mobile-nav.is-open { display: flex; }

.hero {
  position: relative;
  overflow: clip;
  background: #000000;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,
    #000000 0%,
    #000000 38%,
    rgba(0,0,0,0.92) 50%,
    rgba(0,0,0,0.60) 65%,
    rgba(0,0,0,0.10) 82%,
    transparent 100%
  );
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: min(980px, calc(100vh - 84px));
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  align-items: stretch;
}
.hero-copy {
  padding: 22vh 0 4vh 12vw;
  align-self: center;
  max-width: 620px;
  transform: none;
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.75rem, 10vw, 8.5rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
.hero h1 span {
  display: block;
  color: var(--gold);
  font-weight: 300;
  letter-spacing: 0.07em;
}
.hero-rule {
  width: 64px;
  height: 2px;
  background: var(--gold);
  margin: 2rem 0;
}
.hero-quote {
  margin: 0;
  max-width: 480px;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-style: italic;
  color: rgba(255,255,255,0.92);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 2.4rem;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: var(--serif);
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.btn-primary { background: var(--gold); color: #111; }
.btn-primary:hover { background: var(--gold-lt); }
.btn-secondary { border: 1px solid var(--top-line); color: #fff; }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }
.hero-media {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 0;
}
.hero-image-shell {
  width: 100%;
  height: 100%;
  min-height: min(980px, calc(100vh - 84px));
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  filter: brightness(0.95) contrast(1.04);
}
.featured-bar {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: #070707;
}
.featured-row {
  min-height: 108px;
  position: relative;
  display: block;
  padding: 0.9rem 0;
}
.featured-label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--body);
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.62);
}
.featured-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}
.featured-items span {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  letter-spacing: 0.14em;
  color: #fff;
  padding: 0 1.45rem;
}
.featured-items span + span {
  border-left: 1px solid rgba(255,255,255,0.22);
}
.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.photo-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.strip-a { object-position: center 34%; }
.strip-b { object-position: center 22%; }
.strip-c { object-position: 38% center; }
.strip-d { object-position: center center; }

@media (max-width: 1080px) {
  .site-nav, .header-cta { display: none; }
  .menu-button { display: inline-flex; }
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 8.5rem 0 2rem;
    transform: none;
    max-width: none;
  }
  .hero-media { justify-content: center; }
  .hero-image-shell {
    width: min(100%, 760px);
    min-height: auto;
    aspect-ratio: 0.95;
  }
  .featured-row {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 1rem 0;
    gap: 14px;
  }
  .featured-label {
    position: static;
    transform: none;
  }
  .featured-items span {
    padding: 0 0.9rem;
  }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), 1280px); }
  .header-inner { min-height: 74px; }
  .wordmark { font-size: 1.35rem; }
  .hero h1 { font-size: clamp(3.5rem, 21vw, 5.4rem); }
  .photo-strip { grid-template-columns: repeat(2, 1fr); }
}


/* Small-text system: match header/nav font across the site */
.label,
.eyebrow,
.featured-label,
.keynotes-header-label,
.keynotes-header-note,
.keynote-num,
.keynote-for,
.section-divider-label span,
.distinction-label,
.distinction-cta,
.distinction-cta-ghost,
.service-num,
.service-for,
.press-kicker,
.press-detail,
.media-bar-label,
.btn,
.footer-nav a,
.contact-meta,
.form-note,
.contact-label,
.cause-label {
  font-family: var(--body) !important;
  font-weight: 500;
  letter-spacing: 0.16em;
}
