:root {
  --navy: #001f50;
  --navy2: #001335;
  --orange: #ff6a00;
  --light: #f5f7fb;
  --ink: #071b43;
  --line: #dfe4ec;
  --white: #fff;
  --shadow: 0 3px 14px rgba(0, 23, 66, .09)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

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

a {
  color: inherit;
  text-decoration: none
}

img {
  max-width: 100%
}

.container {
  width: min(1440px, 92%);
  margin: auto
}

.section {
  padding: 34px 0
}

h1,
h2,
h3,
h4 {
  margin-top: 0
}

h1,
h2,
.brand span,
.eyebrow,
.shortcut-card h3,
.decorated {
  font-family: "Barlow Condensed", Arial, sans-serif;
  text-transform: uppercase
}

h2 {
  font-size: 2rem
}

p {
  line-height: 1.55
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e7e7e7
}

.header-inner {
  width: min(1500px, 96%);
  min-height: 108px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 35px
}

.brand {
  display: flex;
  align-items: center;
  min-width: 480px
}

.brand img {
  width: 106px;
  height: 106px;
  object-fit: contain
}

.brand span {
  font-size: 31px;
  font-weight: 800;
  line-height: 1.05;
  color: #061a43
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap
}

.main-nav>a,
.nav-group>a {
  padding: 43px 0 18px;
  border-bottom: 3px solid transparent
}

.main-nav a.active {
  color: var(--orange);
  border-color: var(--orange)
}

.nav-group {
  position: relative
}

.dropdown {
  display: none;
  position: absolute;
  top: 78px;
  left: -18px;
  background: #fff;
  min-width: 240px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: var(--shadow)
}

.dropdown a {
  display: block;
  padding: 10px;
  border-radius: 5px
}

.dropdown a:hover {
  background: #f6f7fa;
  color: var(--orange)
}

.nav-group:hover .dropdown {
  display: block
}

.menu-toggle {
  display: none;
  margin-left: auto;
  font-size: 28px;
  border: 0;
  background: none
}

.photo-placeholder {
  min-height: 180px;
  background: linear-gradient(135deg, #dfe6f0, #f8fafc);
  border: 2px dashed #aab6c8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #516078;
  overflow: hidden
}

.photo-placeholder span {
  font-weight: 800;
  color: var(--orange);
  font-size: .8rem;
  letter-spacing: .08em
}

.photo-placeholder p {
  max-width: 650px;
  margin: 7px auto 0;
  font-size: .8rem
}

.photo-placeholder.fill {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  background: linear-gradient(120deg, #071b43, #dce5ef)
}

.ratio-16-10 {
  aspect-ratio: 16/10
}

.ratio-4-3 {
  aspect-ratio: 4/3
}

.portrait {
  aspect-ratio: 4/3;
  min-height: 0
}

.map {
  aspect-ratio: 1/1;
  min-height: 0
}

.event-thumb {
  height: 100%;
  min-height: 110px
}

.home-hero {
  position: relative;
  height: 395px;
  overflow: hidden;
  background: #00183c;
  color: #fff
}

.hero-photo {
  position: absolute;
  inset: 0
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 18, 54, .98) 0%, rgba(0, 25, 65, .85) 48%, rgba(0, 20, 50, .08) 75%)
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 38px
}

.eyebrow {
  font-size: 2.8rem;
  margin: 0 0 8px;
  font-weight: 700
}

.eyebrow strong {
  color: var(--orange)
}

.hero-content h1 {
  font-size: 3.6rem;
  line-height: 1.02;
  margin: 0;
  letter-spacing: .02em
}

.hero-content h1 em {
  font-style: normal;
  color: var(--orange)
}

.hero-tagline {
  font-size: 1.45rem;
  margin-top: 18px
}

.hero-tagline:before,
.hero-tagline:after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 4px;
  background: var(--orange);
  vertical-align: middle;
  margin: 0 16px
}

.slider-arrow {
  position: absolute;
  z-index: 3;
  top: 48%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  color: #fff;
  font-size: 70px
}

.slider-arrow.left {
  left: 20px
}

.slider-arrow.right {
  right: 20px
}

.slider-dots {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 50%;
  display: flex;
  gap: 12px
}

.slider-dots i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff
}

.slider-dots i:first-child {
  background: var(--orange)
}

.shortcut-wrap {
  margin-top: 10px
}

.shortcut-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px
}

.shortcut-card {
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 12px 10px;
  background: #fff;
  box-shadow: var(--shadow)
}

.shortcut-card img {
  height: 85px;
  width: auto;
  object-fit: contain
}

.shortcut-card h3 {
  font-size: 1rem;
  margin: 0 0 11px
}

.shortcut-card span {
  display: inline-block;
  border: 1px solid #cbd1da;
  border-radius: 16px;
  padding: 6px 12px;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase
}

.shortcut-card b {
  display: inline-grid;
  place-items: center;
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-left: 10px
}

.values-strip {
  margin-top: 12px;
  background: linear-gradient(100deg, #001b47, #00102e);
  color: #fff;
  border-radius: 12px;
  padding: 12px 28px;
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.15fr 1fr;
  gap: 0
}

.values-strip>div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 25px;
  border-right: 1px solid rgba(255, 255, 255, .55)
}

.values-strip>div:last-child {
  border: 2px solid var(--orange);
  border-radius: 10px;
  border-right: 2px solid var(--orange);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;

  width: 310px;
  /* margin-top: 14px; */
  margin-left: 24px;
  margin-right: 0;
  padding: 18px 22px;
  min-height: 110px;
}

.values-strip .join-box strong {
  display: block;
  font-size: 1.22rem;
  line-height: 1.15;
  margin-bottom: 12px;
}

.values-strip .join-box .btn {
  padding: 10px 20px;
  font-size: .8rem;
  border-radius: 8px;
  white-space: nowrap;
}

.values-strip img {
  width: 72px;
  height: 72px;
  object-fit: contain
}

.values-strip p {
  margin: 0;
  font-size: .95rem
}

.values-strip small {
  font-size: .75rem
}

.btn {
  background: linear-gradient(90deg, #ff6600, #ff7a00);
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block
}

.btn.wide {
  display: block;
  text-align: center;
  margin: 18px 0
}

.outline-btn {
  display: inline-block;
  border: 2px solid var(--orange);
  border-radius: 20px;
  padding: 8px 24px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .8rem
}

.split {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 40px;
  align-items: center;
  padding-top: 18px
}

.about-preview h2 {
  font-size: 2rem
}

.stats {
  margin-top: 18px;
  margin-bottom: 20px;
  padding: 28px;
  background: linear-gradient(100deg, #001b47, #00102e);
  color: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.stats>div {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .6);
  display: flex;
  flex-direction: column
}

.stats>div:last-child {
  border-right: 0
}

.stats b {
  color: var(--orange);
  font-size: 2.5rem
}

.stats strong {
  font: 700 2rem "Barlow Condensed";
  text-transform: uppercase
}

.stats span {
  text-transform: uppercase;
  font-weight: 700
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.section-heading a {
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 800
}

.card-grid {
  display: grid;
  gap: 20px
}

.card-grid.three {
  grid-template-columns: repeat(3, 1fr)
}

.card-grid.four {
  grid-template-columns: repeat(4, 1fr)
}

.content-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.content-card>div:not(.photo-placeholder) {
  padding: 16px
}

.content-card h3 {
  text-transform: uppercase
}

.content-card a {
  color: var(--orange);
  font-weight: 800;
  text-transform: uppercase
}

.logo-grid {
  display: grid;
  gap: 18px
}

.logo-grid.five {
  grid-template-columns: repeat(5, 1fr)
}

.logo-grid.four {
  grid-template-columns: repeat(4, 1fr)
}

.logo-grid>div {
  min-height: 100px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
  padding: 15px;
  background: #fff
}

.inner-hero {
  position: relative;
  min-height: 220px;
  color: #fff;
  overflow: hidden
}

.inner-hero-photo {
  position: absolute;
  inset: 0
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #001845 0%, rgba(0, 24, 69, .97) 38%, rgba(0, 24, 69, .2) 68%)
}

.inner-hero-content {
  position: relative;
  z-index: 2;
  padding: 30px 0
}

.inner-hero h1 {
  font-size: 3.1rem;
  margin-bottom: 5px
}

.inner-hero-content>p:last-child {
  max-width: 580px
}

.crumb {
  margin: 0 0 12px
}

.crumb span {
  color: var(--orange)
}

.about-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px
}

.side-menu {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  height: max-content
}

.side-menu a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid var(--line);
  font-weight: 700
}

.side-menu a.active {
  background: #fff1e7;
  color: var(--orange);
  border-radius: 6px
}

.intro-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 25px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  box-shadow: var(--shadow)
}

.info-grid {
  display: grid;
  gap: 20px;
  margin-top: 25px
}

.info-grid.three {
  grid-template-columns: repeat(3, 1fr)
}

.info-grid article {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 22px
}

.info-grid h3 {
  font-size: 1.4rem
}

.info-grid h3:first-letter {
  color: var(--orange)
}

.info-grid li {
  margin-bottom: 10px
}

.two-col-page {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 25px
}

.membership-types article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0
}

.benefit-grid article {
  display: flex;
  gap: 15px;
  padding: 18px;
  border-bottom: 1px solid var(--line)
}

.benefit-grid b {
  font-size: 2.1rem;
  color: var(--navy)
}

.action-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  margin-bottom: 18px;
  box-shadow: var(--shadow)
}

.action-card small {
  display: block;
  color: #61708c
}

.people-grid {
  display: grid;
  gap: 28px
}

.people-grid.six {
  grid-template-columns: repeat(6, 1fr)
}

.people-grid.five {
  grid-template-columns: repeat(5, 1fr)
}

.people-grid article {
  text-align: center
}

.people-grid h3 {
  font-size: .9rem;
  margin: 10px 0 4px
}

.people-grid p {
  color: var(--orange);
  font-size: .8rem
}

.center {
  text-align: center;
  margin-top: 18px
}

.cta {
  margin-top: 25px;
  margin-bottom: 30px;
  background: linear-gradient(100deg, #001b47, #00102e);
  color: #fff;
  border-radius: 10px;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.cta h2,
.cta p {
  margin-bottom: 5px
}

.leader-intro blockquote {
  background: linear-gradient(110deg, #07235a, #00143a);
  color: #fff;
  border-radius: 9px;
  padding: 28px;
  font-size: 1.5rem;
  font-style: italic
}

.center-title {
  text-align: center
}

.decorated {
  text-align: center;
  font-size: 2rem;
  margin: 25px 0
}

.decorated:before,
.decorated:after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 2px;
  background: var(--orange);
  vertical-align: middle;
  margin: 0 18px
}

.leadership-lists {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px
}

.leadership-lists>div:first-child {
  border-right: 1px solid #aaa
}

.leadership-lists li {
  margin: 11px 0
}

.chapter-columns {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.quick-links {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
  text-align: center
}

.quick-links>div {
  display: grid;
  grid-template-columns: repeat(6, 1fr)
}

.quick-links span {
  font-size: 2rem;
  border-right: 1px solid var(--line)
}

.quick-links span:last-child {
  border-right: 0
}

.quick-links small {
  display: block;
  font-size: .7rem
}

.partner-page .logo-grid {
  margin-bottom: 35px
}

.program-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center
}

.program-icons article {
  padding: 15px;
  border-right: 1px solid var(--line)
}

.program-icons article:last-child {
  border-right: 0
}

.program-icons b {
  font-size: 3rem
}

.events-list article {
  display: grid;
  grid-template-columns: 90px 1.5fr 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 10px
}

.events-list time {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid var(--orange);
  border-radius: 7px;
  overflow: hidden
}

.events-list time b {
  width: 100%;
  background: var(--orange);
  color: #fff;
  text-align: center;
  padding: 5px
}

.events-list time strong {
  font-size: 1.7rem;
  padding-top: 8px
}

.site-footer {
  background: linear-gradient(100deg, #001b47, #00102e);
  color: #fff;
  margin-top: 35px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(7, 1fr);
  gap: 30px;
  padding: 26px 0
}

.footer-brand img {
  width: 90px
}

.footer-grid h4 {
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 10px
}

.footer-grid a,
.footer-grid p {
  display: block;
  font-size: .78rem;
  margin: 0 0 9px;
  line-height: 1.35
}

.socials {
  display: flex;
  gap: 12px
}

.socials span {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .35);
  display: flex;
  justify-content: space-between;
  padding: 14px 0 18px
}

.footer-bottom strong {
  color: var(--orange)
}

@media(max-width:1200px) {
  .header-inner {
    min-height: 88px
  }

  .brand {
    min-width: 360px
  }

  .brand img {
    width: 80px;
    height: 80px
  }

  .brand span {
    font-size: 23px
  }

  .main-nav {
    gap: 16px;
    font-size: 11px
  }

  .hero-content h1 {
    font-size: 3rem
  }

  .footer-grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media(max-width:900px) {
  .site-header {
    position: relative
  }

  .header-inner {
    min-height: 82px
  }

  .brand {
    min-width: 0
  }

  .brand img {
    width: 68px;
    height: 68px
  }

  .brand span {
    font-size: 20px
  }

  .menu-toggle {
    display: block
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 24px;
    box-shadow: var(--shadow);
    white-space: normal
  }

  .main-nav.open {
    display: flex
  }

  .main-nav>a,
  .nav-group>a {
    display: block;
    padding: 10px 0;
    border: 0
  }

  .dropdown {
    position: static;
    box-shadow: none;
    padding-left: 15px
  }

  .nav-group:hover .dropdown {
    display: none
  }

  .home-hero {
    height: 520px
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(0, 18, 54, .97), rgba(0, 18, 54, .55))
  }

  .hero-content {
    padding-top: 50px
  }

  .hero-content h1 {
    font-size: 3.2rem
  }

  .shortcut-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .values-strip {
    grid-template-columns: 1fr 1fr
  }

  .values-strip>div:nth-child(2) {
    border-right: 0
  }

  .values-strip>div {
    border-bottom: 1px solid rgba(255, 255, 255, .4)
  }

  .card-grid.four {
    grid-template-columns: repeat(2, 1fr)
  }

  .logo-grid.five {
    grid-template-columns: repeat(3, 1fr)
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .two-col-page {
    grid-template-columns: 1fr
  }

  .action-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
  }

  .people-grid.six,
  .people-grid.five {
    grid-template-columns: repeat(3, 1fr)
  }

  .program-icons {
    grid-template-columns: repeat(2, 1fr)
  }

  .about-layout {
    grid-template-columns: 1fr
  }

  .side-menu {
    display: flex;
    overflow: auto
  }

  .side-menu a {
    white-space: nowrap
  }

  .leadership-lists {
    grid-template-columns: 1fr
  }

  .leadership-lists>div:first-child {
    border-right: 0
  }

  .quick-links>div {
    grid-template-columns: repeat(3, 1fr)
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:640px) {
  .container {
    width: 92%
  }

  .header-inner {
    width: 94%
  }

  .brand span {
    font-size: 16px
  }

  .brand img {
    width: 60px;
    height: 60px
  }

  .home-hero {
    height: 505px
  }

  .hero-content {
    padding-top: 42px
  }

  .eyebrow {
    font-size: 1.65rem
  }

  .hero-content h1 {
    font-size: 2.22rem;
    line-height: 1.08
  }

  .hero-tagline {
    font-size: .95rem
  }

  .hero-tagline:before,
  .hero-tagline:after {
    width: 34px;
    margin: 0 8px
  }

  .shortcut-wrap {
    margin-top: -18px;
    position: relative;
    z-index: 4
  }

  .shortcut-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    background: #fff;
    border-radius: 12px;
    padding: 8px
  }

  .shortcut-card img {
    height: 70px
  }

  .values-strip {
    grid-template-columns: 1fr;
    padding: 12px
  }

  .values-strip>div {
    border-right: 0
  }

  .split {
    grid-template-columns: 1fr
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }

  .stats>div:nth-child(2) {
    border-right: 0
  }

  .card-grid.three,
  .card-grid.four {
    grid-template-columns: 1fr
  }

  .logo-grid.five,
  .logo-grid.four {
    grid-template-columns: repeat(2, 1fr)
  }

  .inner-hero {
    min-height: 310px
  }

  .inner-hero h1 {
    font-size: 2.5rem
  }

  .inner-hero-overlay {
    background: linear-gradient(90deg, rgba(0, 20, 58, .97), rgba(0, 20, 58, .55))
  }

  .intro-card {
    grid-template-columns: 1fr
  }

  .info-grid.three {
    grid-template-columns: 1fr
  }

  .benefit-grid {
    grid-template-columns: 1fr
  }

  .action-column {
    grid-template-columns: 1fr
  }

  .people-grid.six,
  .people-grid.five {
    grid-template-columns: repeat(2, 1fr)
  }

  .leadership-lists {
    gap: 15px
  }

  .chapter-columns {
    grid-template-columns: 1fr
  }

  .quick-links>div {
    grid-template-columns: repeat(2, 1fr)
  }

  .program-icons {
    grid-template-columns: 1fr
  }

  .program-icons article {
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }

  .events-list article {
    grid-template-columns: 75px 1fr
  }

  .events-list article>.photo-placeholder {
    grid-column: 1/-1
  }

  .cta {
    flex-direction: column;
    text-align: center;
    gap: 15px
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center
  }

  .section-heading {
    align-items: flex-start;
    gap: 15px
  }

  .section-heading h2 {
    font-size: 1.7rem
  }

  .decorated:before,
  .decorated:after {
    width: 25px;
    margin: 0 8px
  }
}


/* =========================================================
   HEADER + HOMEPAGE HERO REFINEMENT
   ========================================================= */

.site-header {
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #e6e8ed;
}

.header-inner {
  width: min(1520px, 96%);
  min-height: 114px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 28px;
  overflow: visible;
}

.header-inner {
  width: min(1560px, 98%);
  min-height: 114px;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: visible;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex: 0 0 510px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;

  /* Move logo/title further left */
  margin-left: -22px;

  /* Give the logo/title a little less space */
  flex: 0 0 470px;
}

.brand img {
  width: 108px;
  height: 108px;
  flex: 0 0 108px;
  object-fit: contain;
}

.brand img {
  width: 108px;
  height: 108px;
  flex: 0 0 108px;
  object-fit: contain;
}

.brand span {
  display: block;
  max-width: 390px;
  font-size: 28px;
  line-height: .98;
  letter-spacing: .01em;
  white-space: normal;
}

.brand span {
  display: block;
  width: 460px;
  max-width: none;
  font-size: 28px;
  line-height: .98;
  white-space: nowrap;
}

.main-nav {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  overflow: visible;
  font-size: 12px;
  line-height: 1.15;
}

.main-nav>a,
.nav-group>a {
  display: flex;
  align-items: center;
  min-height: 114px;
  padding: 8px 0 12px;
  border-bottom: 3px solid transparent;
}

.nav-group {
  flex: 0 0 auto;
}

.dropdown {
  top: 92px;
}

.home-hero {
  position: relative;
  height: 510px;
  min-height: 510px;
  overflow: hidden;
  isolation: isolate;
  background: #061c43;
  color: #fff;
}

.hero-background,
.hero-background-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

img.hero-background {
  object-fit: cover;
  object-position: center;
}

.hero-background-placeholder {
  background:
    radial-gradient(circle at 74% 62%, rgba(255, 143, 45, .28), transparent 17%),
    linear-gradient(108deg, #061b43 0%, #17345f 51%, #bfc9d6 100%);
}

.hero-photo-note {
  position: absolute;
  z-index: 1;
  right: 7%;
  bottom: 9%;
  width: min(460px, 34vw);
  padding: 16px 18px;
  color: rgba(7, 27, 67, .72);
  background: rgba(255, 255, 255, .22);
  border: 1px dashed rgba(7, 27, 67, .38);
  border-radius: 8px;
  backdrop-filter: blur(2px);
  text-align: left;
}

.hero-photo-note strong,
.hero-photo-note span {
  display: block;
}

.hero-photo-note strong {
  color: var(--orange);
  margin-bottom: 6px;
  font-size: .8rem;
  letter-spacing: .08em;
}

.hero-photo-note span {
  font-size: .75rem;
  line-height: 1.45;
}

.hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(0, 20, 56, .98) 0%,
      rgba(0, 24, 65, .94) 39%,
      rgba(0, 26, 66, .62) 58%,
      rgba(0, 22, 55, .10) 82%,
      rgba(0, 22, 55, .02) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1440px, 90%);
  height: 100%;
  margin: 0 auto;
  padding: 39px 0 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}


.eyebrow {
  margin: 0 0 13px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: .015em;
}

.eyebrow strong {
  color: var(--orange);
}

.eyebrow span {
  color: #fff;
}

.hero-content h1 {
  width: min(900px, 66vw);
  margin: 0;
  color: #fff;
  font-size: 4rem;
  line-height: .97;
  letter-spacing: .012em;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .10);
}

.hero-content h1 em {
  color: var(--orange);
  font-style: normal;
}

.hero-tagline {
  margin: 18px 0 0;
  font-size: 1.35rem;
  line-height: 1;
  white-space: nowrap;
}

.hero-tagline::before,
.hero-tagline::after {
  width: 72px;
  height: 3px;
  margin: 0 15px;
}

.slider-arrow {
  z-index: 3;
  top: 50%;
  padding: 0 14px;
  color: #fff;
  font-size: 66px;
  line-height: 1;
  opacity: .95;
  cursor: pointer;
}

.slider-arrow.left {
  left: 7px
}

.slider-arrow.right {
  right: 7px
}

.slider-dots {
  z-index: 3;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}

.slider-dots i {
  width: 12px;
  height: 12px;
}

.slider-dots i.active {
  background: var(--orange);
}

/* Keep the full navigation usable before the mobile breakpoint. */
@media (max-width:1400px) {
  .header-inner {
    width: 98%;
    gap: 20px;
  }

  .brand {
    flex-basis: 420px;
  }

  .brand img {
    width: 94px;
    height: 94px;
    flex-basis: 94px;
  }

  .brand span {
    max-width: 310px;
    font-size: 23px;
  }

  .main-nav {
    gap: 14px;
    font-size: 10.5px;
  }

  .main-nav>a,
  .nav-group>a {
    min-height: 102px;
  }

  .dropdown {
    top: 84px;
  }

  .hero-content h1 {
    font-size: 3.65rem;
  }
}

@media (max-width:1120px) {
  .brand {
    flex-basis: 365px;
  }

  .brand span {
    font-size: 20px;
    max-width: 265px;
  }

  .brand img {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }

  .main-nav {
    gap: 11px;
    font-size: 9.6px;
  }

  .hero-content h1 {
    width: min(820px, 75vw);
    font-size: 3.35rem;
  }
}

/* Mobile navigation starts earlier to prevent clipping. */
@media (max-width:980px) {
  .site-header {
    position: relative;
  }

  .header-inner {
    min-height: 84px;
    padding: 0 8px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .brand img {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .brand span {
    max-width: 330px;
    font-size: 19px;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .main-nav {
    display: none;
    position: absolute;
    z-index: 120;
    top: 84px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 12px 24px 20px;
    background: #fff;
    box-shadow: 0 12px 25px rgba(0, 20, 60, .15);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    font-size: 13px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav>a,
  .nav-group>a {
    min-height: auto;
    padding: 12px 0;
    border-bottom: 1px solid #edf0f4;
  }

  .dropdown {
    position: static;
    display: none;
    min-width: 0;
    box-shadow: none;
    border-left: 3px solid var(--orange);
    border-radius: 0;
    margin: 0 0 8px 8px;
    padding: 0 0 0 12px;
  }

  .nav-group:hover .dropdown {
    display: none;
  }

  .home-hero {
    height: 535px;
    min-height: 535px;
  }

  .hero-content {
    width: 88%;
    padding-top: 45px;
  }

  .hero-content h1 {
    width: min(720px, 84vw);
    font-size: 3.25rem;
  }

  .hero-photo-note {
    right: 5%;
    bottom: 7%;
    width: 36vw;
  }
}

@media (max-width:640px) {
  .brand span {
    max-width: 220px;
    font-size: 15px;
    line-height: 1;
  }

  .home-hero {
    height: 530px;
    min-height: 530px;
  }

  .hero-content {
    width: 86%;
    padding: 34px 0 55px;
    justify-content: flex-start;
  }

  .eyebrow {
    margin-top: 16px;
    font-size: 1.75rem;
  }

  .hero-content h1 {
    width: 100%;
    font-size: 2.25rem;
    line-height: 1.05;
  }

  .hero-tagline {
    margin-top: 22px;
    font-size: .88rem;
    white-space: normal;
  }

  .hero-tagline::before,
  .hero-tagline::after {
    width: 28px;
    margin: 0 6px;
  }

  .hero-photo-note {
    right: 7%;
    bottom: 7%;
    width: 47%;
    padding: 10px;
  }

  .hero-photo-note span {
    font-size: .62rem;
  }

  .slider-arrow {
    font-size: 48px;
    padding: 0 4px;
  }
}


/* =========================================================
   TEMPORARY SOURCED PHOTOS
   Replace these remote URLs with ROTECH-hosted local assets later.
   ========================================================= */

.content-photo {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.content-photo.ratio-16-10 {
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center 62%;
}

.content-photo.ratio-4-3 {
  height: auto;
  aspect-ratio: 4/3;
}

.content-photo.portrait {
  height: auto;
  aspect-ratio: 4/3;
  object-position: center 25%;
}

.content-photo.event-thumb {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 7px;
}

.inner-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content-card>.content-photo {
  height: 190px;
}

.home-hero .hero-background {
  filter: saturate(.92) contrast(1.02);
  object-position: center 38%;
}

@media(max-width:640px) {
  .content-card>.content-photo {
    height: 210px;
  }

  .inner-hero-photo img {
    object-position: center;
  }
}