:root {
  --ha-navy: #051f3a;
  --ha-navy-deep: #03172c;
  --ha-blue: #0a3154;
  --ha-red: #df242f;
  --ha-cream: #f7f5f0;
  --ha-paper: #fcfbf8;
  --ha-ink: #09213a;
  --ha-muted: #617183;
  --ha-line: #dfe3e7;
}

html { scroll-behavior: smooth; }
body.about-showcase { margin: 0; color: var(--ha-ink); background: #fff; font-family: "Inter", Arial, sans-serif; }
body.about-showcase *, body.about-showcase *::before, body.about-showcase *::after { box-sizing: border-box; }
body.about-showcase img { max-width: 100%; }
.ha-page { overflow: hidden; background: #fff; }
.ha-shell { width: min(1740px, calc(100% - clamp(32px, 3.5vw, 64px))); margin-inline: auto; }
.ha-section { padding-block: clamp(38px, 4vw, 54px); }
.ha-kicker { display: inline-flex; align-items: center; gap: 11px; color: var(--ha-red); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ha-kicker::before { content: ""; width: 28px; height: 3px; background: var(--ha-red); }
.ha-copy-block h2, .ha-capacity h2, .ha-standards h2, .ha-principles h2, .ha-process h2, .ha-team h2 { margin: 12px 0 14px; color: var(--ha-ink); font-size: clamp(30px, 2.8vw, 48px); line-height: 1.1; letter-spacing: -.04em; font-weight: 800; }
.ha-copy-block > p, .ha-capacity-copy > p, .ha-standards-copy > p, .ha-principles-copy > p, .ha-team-heading > p { margin: 0; color: var(--ha-muted); font-size: 15.5px; line-height: 1.65; }
.ha-button { min-height: 55px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; color: #fff; background: var(--ha-red); border: 1px solid var(--ha-red); border-radius: 3px; font-size: 13px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; text-decoration: none; transition: background .25s ease, transform .25s ease, border-color .25s ease; }
.ha-button span { font-size: 19px; line-height: 1; transition: transform .25s ease; }
.ha-button:hover { color: #fff; background: #be1722; border-color: #be1722; transform: translateY(-2px); }
.ha-button:hover span { transform: translateX(4px); }

/* Header */
.ha-header { position: relative; z-index: 50; height: 98px; background: rgba(255,255,255,.98); border-bottom: 1px solid #e8ebee; box-shadow: 0 3px 14px rgba(4,27,52,.04); }
.ha-header.is-sticky { position: sticky; top: 0; }
.ha-header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.ha-brand { width: 200px; display: block; }
.ha-brand img { width: 100%; height: 76px; display: block; object-fit: contain; }
.ha-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 48px); }
.ha-nav-right { justify-content: flex-end; }
.ha-nav a { position: relative; padding: 39px 0 33px; color: var(--ha-ink); font-size: 12px; font-weight: 800; letter-spacing: .015em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.ha-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 3px; background: var(--ha-red); transition: right .25s ease; }
.ha-nav a:hover::after, .ha-nav a.active::after { right: 0; }
.ha-nav a.active { color: var(--ha-red); }
.ha-language { display: flex; align-items: center; gap: 8px; color: #657385; font-size: 11px; }
.ha-language b { color: var(--ha-red); }
.ha-language i { width: 1px; height: 14px; background: #9ea8b2; }
.ha-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.ha-menu-toggle span { width: 24px; height: 2px; display: block; margin: 5px auto; background: var(--ha-ink); transition: transform .25s ease, opacity .25s ease; }
.ha-menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ha-menu-toggle.open span:nth-child(2) { opacity: 0; }
.ha-menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.ha-mobile-nav { display: none; }

/* Hero */
.ha-hero { position: relative; min-height: 610px; display: flex; align-items: stretch; color: #fff; background: var(--ha-navy); isolation: isolate; }
.ha-hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 53%; }
.ha-hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(2,23,44,.98) 0%, rgba(2,25,48,.94) 23%, rgba(3,28,52,.70) 45%, rgba(4,24,43,.14) 73%, rgba(4,21,38,.08) 100%); }
.ha-hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 150px; background: linear-gradient(0deg, rgba(2,20,38,.58), transparent); }
.ha-hero-inner { display: flex; align-items: center; }
.ha-hero-copy { width: min(610px, 50%); padding-block: 74px 58px; }
.ha-hero-copy h1 { margin: 23px 0 27px; color: #fff; font-size: clamp(49px, 5vw, 78px); line-height: .99; letter-spacing: -.055em; font-weight: 800; }
.ha-hero-copy > p { width: min(550px, 100%); margin: 0 0 32px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.75; }
.ha-hero-badges { display: flex; align-items: center; gap: 46px; margin-top: 39px; }
.ha-hero-badges > span { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.95); font-size: 11px; line-height: 1.35; letter-spacing: .1em; text-transform: uppercase; }
.ha-hero-badges svg { width: 33px; height: 33px; fill: none; stroke: #fff; stroke-width: 1.4; }

/* Intro */
.ha-intro { background: #fff; }
.ha-intro-grid { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: clamp(32px, 4vw, 56px); }
.ha-intro .ha-copy-block h2 { max-width: 680px; }
.ha-service-row { display: flex; gap: 0; margin-top: 24px; border-top: 1px solid var(--ha-line); border-bottom: 1px solid var(--ha-line); }
.ha-service-row span { min-height: 56px; flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 14px; color: var(--ha-ink); border-right: 1px solid var(--ha-line); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.ha-service-row span:last-child { border-right: 0; }
.ha-service-row b { color: var(--ha-red); font-size: 22px; font-weight: 500; }
.ha-intro-media, .ha-approach-media { position: relative; margin: 0; overflow: hidden; background: #dce2e6; border-radius: 4px; }
.ha-intro-media { min-height: clamp(360px, 25vw, 440px); }
.ha-intro-media::before { content: ""; position: absolute; z-index: 1; top: 0; right: 0; width: 34%; height: 48%; background: rgba(7,31,55,.88); }
.ha-intro-media::after { content: ""; position: absolute; z-index: 1; right: 10%; bottom: 0; width: 29%; height: 42%; background: rgba(196,176,150,.20); border: 1px solid rgba(255,255,255,.45); }
.ha-intro-media img, .ha-approach-media img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.ha-intro-media img { object-position: center; }
.ha-intro-media figcaption, .ha-approach-media figcaption { position: absolute; z-index: 2; left: 0; bottom: 0; display: flex; align-items: center; gap: 10px; padding: 11px 18px; color: #fff; background: rgba(4,27,51,.92); font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ha-intro-media figcaption i, .ha-approach-media figcaption i { width: 5px; height: 5px; border-radius: 50%; background: var(--ha-red); }

/* Capacity */
.ha-capacity { position: relative; padding-block: 42px; color: #fff; background: var(--ha-navy); overflow: hidden; }
.ha-capacity::after, .ha-principles-art { content: ""; position: absolute; right: -80px; bottom: -120px; width: 570px; height: 390px; opacity: .16; background-image: repeating-radial-gradient(ellipse at center, transparent 0 12px, rgba(255,255,255,.32) 13px 14px, transparent 15px 25px); transform: rotate(-11deg); pointer-events: none; }
.ha-capacity-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 2.15fr; align-items: center; gap: 36px; }
.ha-capacity h2 { margin: 12px 0 12px; color: #fff; font-size: clamp(28px, 2.4vw, 40px); }
.ha-capacity-copy > p { color: rgba(255,255,255,.69); font-size: 14.5px; }
.ha-capacity-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ha-capacity-cards article { min-height: 175px; display: flex; flex-direction: column; padding: 18px 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 4px; background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); box-shadow: inset 0 1px rgba(255,255,255,.06); }
.ha-spec-icon { color: #fff; font-size: 26px; line-height: 1; font-weight: 300; }
.ha-capacity-cards strong { margin-top: 10px; color: #fff; font-size: clamp(24px, 2vw, 32px); letter-spacing: -.045em; white-space: nowrap; }
.ha-capacity-cards strong small { font-size: 12px; font-weight: 600; letter-spacing: 0; }
.ha-capacity-cards b { margin-top: 5px; color: #fff; font-size: 11.5px; }
.ha-capacity-cards p { margin: 6px 0 0; color: rgba(255,255,255,.62); font-size: 10.5px; line-height: 1.45; }

/* Commitment */
.ha-commitment { background: var(--ha-cream); }
.ha-commitment-grid { display: grid; grid-template-columns: .78fr 1.72fr; gap: clamp(36px, 5vw, 70px); }
.ha-commitment .ha-copy-block h2 { font-size: clamp(30px, 2.8vw, 44px); }
.ha-commitment-points { display: grid; grid-template-columns: repeat(3, 1fr); }
.ha-commitment-points article { min-height: 180px; padding: 10px 24px 18px; border-left: 1px solid #d9dcdf; }
.ha-commitment-points strong { color: var(--ha-red); font-size: 28px; font-weight: 700; }
.ha-commitment-points h3 { margin: 14px 0 10px; color: var(--ha-ink); font-size: 16px; }
.ha-commitment-points p { margin: 0; color: var(--ha-muted); font-size: 13.5px; line-height: 1.6; }

/* Approach */
.ha-approach { background: #fff; }
.ha-approach-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(36px, 4.5vw, 68px); }
.ha-approach-media { min-height: clamp(360px, 25vw, 420px); }
.ha-approach-media img { object-position: center; }
.ha-approach .ha-copy-block h2 { max-width: 660px; }
.ha-approach-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border: 1px solid #e5e2dd; background: var(--ha-cream); }
.ha-approach-steps span { min-height: 68px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 12px 18px; border-right: 1px solid #deddd9; color: var(--ha-ink); font-size: 11.5px; font-weight: 700; }
.ha-approach-steps span:last-child { border-right: 0; }
.ha-approach-steps b { color: var(--ha-red); font-size: 19px; }

/* Team */
.ha-team { padding-top: 0; background: #fff; }
.ha-team-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin: 12px 0 28px; }
.ha-team-heading h2 { max-width: 700px; margin: 0; font-size: clamp(28px, 2.6vw, 42px); }
.ha-team-heading p { max-width: 510px; font-size: 14px; }
.ha-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ha-team-card { min-height: 230px; display: grid; grid-template-columns: 44% 56%; overflow: hidden; border: 1px solid #e2e5e8; border-radius: 4px; background: var(--ha-paper); box-shadow: 0 8px 20px rgba(3,27,51,.045); }
.ha-team-card > img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; }
.ha-team-card:nth-child(1) > img { object-position: 24% center; }
.ha-team-card:nth-child(2) > img { object-position: 42% center; }
.ha-team-card:nth-child(3) > img { object-position: 54% center; }
.ha-team-card > div { display: flex; flex-direction: column; padding: 22px 20px 18px; }
.ha-team-card span { color: #526374; font-size: 10px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.ha-team-card h3 { margin: 8px 0 6px; color: var(--ha-ink); font-size: 17px; line-height: 1.2; }
.ha-team-card p { margin: 0; color: var(--ha-muted); font-size: 11.5px; line-height: 1.5; }
.ha-team-card b { margin-top: auto; color: var(--ha-red); font-size: 10.5px; letter-spacing: .1em; }

/* Eight-document standards section */
.ha-standards { position: relative; background: #faf9f5; border-top: 1px solid #ebe8e1; }
.ha-standards::before { content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none; background-image: radial-gradient(#cfd3d5 .65px, transparent .65px); background-size: 15px 15px; mask-image: linear-gradient(90deg, #000, transparent 32%, transparent 70%, #000); }
.ha-standards-grid { position: relative; display: grid; grid-template-columns: 300px 1fr; align-items: start; gap: clamp(36px, 4.5vw, 72px); }
.ha-standards-copy { position: sticky; top: 110px; padding-top: 24px; }
.ha-document-count { display: block; margin: 14px 0 12px; color: var(--ha-ink); font-size: clamp(64px, 6vw, 100px); line-height: .8; letter-spacing: -.06em; }
.ha-standards h2 { margin: 18px 0 14px; font-size: clamp(30px, 2.8vw, 44px); }
.ha-certificate-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ha-certificate { min-width: 0; display: flex; flex-direction: column; align-items: center; padding: 14px 14px 18px; color: var(--ha-ink); border: 1px solid #d8dbdd; border-radius: 6px; background: rgba(255,255,255,.93); box-shadow: 0 4px 14px rgba(7,32,56,.03); text-align: center; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.ha-certificate:hover { color: var(--ha-ink); border-color: rgba(223,36,47,.48); transform: translateY(-3px); box-shadow: 0 12px 24px rgba(7,32,56,.09); }
.ha-certificate-media { position: relative; width: 100%; aspect-ratio: 1.92 / 1; display: block; overflow: hidden; border-radius: 3px; background: #e9e8e4; }
.ha-certificate-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ha-certificate-media b { position: absolute; right: 6px; bottom: 6px; padding: 5px 7px; color: #fff; border-radius: 3px; background: rgba(3,28,52,.9); font-size: 8.5px; letter-spacing: .04em; text-transform: uppercase; }
.ha-certificate > i { width: 24px; height: 2px; display: block; margin: 12px auto 9px; background: var(--ha-red); }
.ha-certificate h3 { margin: 0; color: var(--ha-ink); font-size: 13.5px; font-weight: 800; }
.ha-certificate p { margin: 4px 0 0; color: var(--ha-muted); font-size: 11px; line-height: 1.35; }

/* Principles */
.ha-principles { position: relative; padding-block: 46px; color: #fff; background: var(--ha-navy); overflow: hidden; }
.ha-principles-art { width: 760px; height: 500px; right: -60px; bottom: -205px; opacity: .13; }
.ha-principles-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.45fr; gap: clamp(36px, 5vw, 76px); align-items: center; }
.ha-principles h2 { margin: 14px 0 14px; color: #fff; font-size: clamp(30px, 2.7vw, 44px); }
.ha-principles-copy > p { color: rgba(255,255,255,.66); }
.ha-principle-list article { display: grid; grid-template-columns: 55px 95px 1fr; gap: 16px; align-items: start; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.ha-principle-list article:last-child { border-bottom: 0; }
.ha-principle-list strong { color: #fff; font-size: 26px; line-height: 1; }
.ha-principle-list h3 { margin: 0; color: #fff; font-size: 16px; }
.ha-principle-list p { margin: 0; color: rgba(255,255,255,.68); font-size: 12.5px; line-height: 1.55; }

/* Process + CTA */
.ha-process { background: #fff; padding-block: clamp(48px, 4.5vw, 68px); }
.ha-process-header { margin-bottom: 24px; }
.ha-process-header h2 { margin: 12px 0 0; color: var(--ha-ink); font-size: clamp(26px, 2.5vw, 38px); font-weight: 800; letter-spacing: -.035em; line-height: 1.15; }

.ha-process-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(8px, 1.2vw, 18px);
  margin-top: 24px;
}

.ha-process-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  padding: 20px 18px;
  background: #ffffff;
  border: 1px solid #e7eaee;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(9, 33, 58, 0.02);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ha-process-card:hover {
  transform: translateY(-2px);
  border-color: #d2d7dd;
  box-shadow: 0 8px 18px rgba(9, 33, 58, 0.05);
}

.ha-process-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b313a;
}

.ha-process-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ha-process-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ha-process-num {
  color: var(--ha-red);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}

.ha-process-name {
  margin: 0 0 5px;
  color: var(--ha-ink);
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.2;
}

.ha-process-text {
  margin: 0;
  color: var(--ha-muted);
  font-size: 11.5px;
  line-height: 1.45;
}

.ha-process-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ha-red);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.ha-process-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 24px;
  padding: 24px 34px;
  border-radius: 6px;
  background: #f5f2eb;
}

.ha-process-cta-text strong {
  display: block;
  color: var(--ha-ink);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.ha-process-cta-text p {
  margin: 5px 0 0;
  color: var(--ha-muted);
  font-size: 13.5px;
  line-height: 1.5;
}

.ha-process-cta-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 28px;
  color: #fff;
  background: #b11f26;
  border: 1px solid #b11f26;
  border-radius: 4px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background .25s ease, transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  box-shadow: 0 4px 12px rgba(177, 31, 38, 0.22);
}

.ha-process-cta-btn span {
  font-size: 18px;
  line-height: 1;
  transition: transform .25s ease;
}

.ha-process-cta-btn:hover {
  color: #fff;
  background: #97151b;
  border-color: #97151b;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(177, 31, 38, 0.32);
}

.ha-process-cta-btn:hover span {
  transform: translateX(4px);
}

/* Footer */
.ha-footer { color: #fff; background: var(--ha-navy-deep); }
.ha-footer-main { min-height: 142px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 45px; }
.ha-footer-brand { display: flex; flex-direction: column; align-items: flex-start; color: #fff; text-decoration: none; }
.ha-footer-brand img { width: 185px; height: 72px; object-fit: contain; filter: brightness(0) invert(1); opacity: .94; }
.ha-footer-brand span { margin-left: 18px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.ha-footer nav { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 38px); }
.ha-footer nav a, .ha-footer-contact a, .ha-footer-bottom a { color: rgba(255,255,255,.77); font-size: 11px; font-weight: 650; text-decoration: none; }
.ha-footer nav a:hover, .ha-footer-contact a:hover, .ha-footer-bottom a:hover { color: #fff; }
.ha-footer-contact { display: flex; flex-direction: column; gap: 12px; }
.ha-footer-bottom { min-height: 54px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.49); font-size: 10px; }
.ha-footer-bottom > span:last-child { display: flex; align-items: center; gap: 12px; }
.ha-footer-bottom i { width: 3px; height: 3px; border-radius: 50%; background: var(--ha-red); }

/* Motion */
.ha-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.8,.25,1); }
.ha-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ha-reveal { opacity: 1; transform: none; transition: none; }
  .ha-button, .ha-certificate { transition: none; }
}

@media (max-width: 1240px) {
  .ha-shell { width: min(1120px, calc(100% - 56px)); }
  .ha-header-inner { gap: 22px; }
  .ha-brand { width: 165px; }
  .ha-nav { gap: 18px; }
  .ha-nav a { font-size: 10px; }
  .ha-language { display: none; }
  .ha-capacity-grid { grid-template-columns: 1fr; }
  .ha-capacity-copy { max-width: 650px; }
  .ha-certificate-grid { grid-template-columns: repeat(3, 1fr); }
  .ha-team-card { grid-template-columns: 42% 58%; }
  .ha-footer-main { grid-template-columns: 220px 1fr; }
  .ha-footer-contact { grid-column: 2; flex-direction: row; justify-content: center; margin-top: -35px; }
}

@media (max-width: 980px) {
  .ha-header { height: 82px; }
  .ha-header-inner { grid-template-columns: auto 1fr auto; }
  .ha-brand { grid-column: 1; grid-row: 1; width: 162px; }
  .ha-brand img { height: 65px; }
  .ha-nav { display: none; }
  .ha-menu-toggle { display: block; grid-column: 3; }
  .ha-mobile-nav { position: absolute; top: 82px; left: 0; right: 0; display: grid; max-height: 0; overflow: hidden; background: #fff; box-shadow: 0 18px 36px rgba(4,29,54,.18); transition: max-height .35s ease; }
  .ha-mobile-nav.open { max-height: 520px; border-top: 1px solid #e6e9eb; }
  .ha-mobile-nav a { padding: 15px 29px; color: var(--ha-ink); border-bottom: 1px solid #edf0f1; font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
  .ha-mobile-nav a.active { color: var(--ha-red); }
  .ha-hero { min-height: 585px; }
  .ha-hero-copy { width: 68%; }
  .ha-intro-grid, .ha-approach-grid { grid-template-columns: 1fr; }
  .ha-intro-media, .ha-approach-media { min-height: 460px; }
  .ha-commitment-grid { grid-template-columns: 1fr; gap: 50px; }
  .ha-team-grid { grid-template-columns: 1fr; }
  .ha-team-card { min-height: 300px; grid-template-columns: 36% 64%; }
  .ha-team-card > img { min-height: 300px; }
  .ha-standards-grid { grid-template-columns: 1fr; gap: 45px; }
  .ha-standards-copy { position: static; max-width: 570px; padding-top: 0; }
  .ha-document-count { display: inline-block; margin-right: 18px; }
  .ha-certificate-grid { grid-template-columns: repeat(2, 1fr); }
  .ha-principles-grid { grid-template-columns: 1fr; gap: 48px; }
  .ha-process-flow { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .ha-process-arrow { display: none; }
  .ha-team-heading p { margin-top: 18px; }
  .ha-footer-main { grid-template-columns: 1fr; gap: 25px; padding-block: 38px; text-align: center; }
  .ha-footer-brand { align-items: center; }
  .ha-footer nav { flex-wrap: wrap; }
  .ha-footer-contact { grid-column: auto; margin-top: 0; justify-content: center; }
}

@media (max-width: 680px) {
  .ha-shell { width: calc(100% - 34px); }
  .ha-section { padding-block: 66px; }
  .ha-kicker { font-size: 11px; }
  .ha-header-inner { width: calc(100% - 26px); }
  .ha-brand { width: 142px; }
  .ha-hero { min-height: 640px; align-items: flex-end; }
  .ha-hero-image { object-position: 61% center; }
  .ha-hero-overlay { background: linear-gradient(90deg, rgba(2,22,42,.96), rgba(2,24,45,.73) 70%, rgba(2,22,42,.35)), linear-gradient(0deg, rgba(2,22,42,.92), transparent 70%); }
  .ha-hero-copy { width: 100%; padding-block: 88px 48px; }
  .ha-hero-copy h1 { font-size: clamp(42px, 13vw, 62px); }
  .ha-hero-copy > p { font-size: 14px; }
  .ha-hero-badges { gap: 24px; }
  .ha-hero-badges > span { font-size: 9px; }
  .ha-hero-badges svg { width: 27px; }
  .ha-intro-media, .ha-approach-media { min-height: 340px; }
  .ha-service-row { flex-direction: column; }
  .ha-service-row span { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--ha-line); }
  .ha-service-row span:last-child { border-bottom: 0; }
  .ha-capacity-cards { grid-template-columns: repeat(2, 1fr); }
  .ha-capacity-cards article { min-height: 205px; }
  .ha-commitment-points { grid-template-columns: 1fr; }
  .ha-commitment-points article { min-height: 0; padding: 18px 10px 27px 28px; border-bottom: 1px solid #d9dcdf; }
  .ha-commitment-points article:last-child { border-bottom: 0; }
  .ha-approach-steps { grid-template-columns: 1fr; }
  .ha-approach-steps span { min-height: 68px; border-right: 0; border-bottom: 1px solid #deddd9; }
  .ha-approach-steps span:last-child { border-bottom: 0; }
  .ha-team-card { grid-template-columns: 1fr; }
  .ha-team-card > img { min-height: 230px; max-height: 230px; }
  .ha-team-card > div { min-height: 205px; }
  .ha-certificate-grid { gap: 12px; }
  .ha-certificate { padding: 9px 9px 15px; }
  .ha-certificate h3 { font-size: 12px; }
  .ha-certificate p { font-size: 10px; }
  .ha-certificate-media b { font-size: 7px; }
  .ha-principle-list article { grid-template-columns: 48px 1fr; gap: 10px 16px; }
  .ha-principle-list p { grid-column: 2; }
  .ha-process-flow { grid-template-columns: 1fr; gap: 12px; }
  .ha-process-card { padding: 16px 14px; min-height: 0; }
  .ha-process-cta { flex-direction: column; align-items: stretch; padding: 20px; gap: 18px; }
  .ha-process-cta-btn { width: 100%; justify-content: center; }
  .ha-footer nav { gap: 14px 22px; }
  .ha-footer-contact { align-items: center; flex-direction: column; }
  .ha-footer-bottom { min-height: 86px; flex-direction: column; justify-content: center; gap: 13px; text-align: center; }
}

@media (max-width: 420px) {
  .ha-capacity-cards { grid-template-columns: 1fr; }
  .ha-certificate-grid { grid-template-columns: 1fr; }
  .ha-certificate-media { aspect-ratio: 1.95 / 1; }
}
