:root {
  --hcih-dark: #111c1c;
  --hcih-deep: #0b1112;
  --hcih-green: #172726;
  --hcih-slate: #263432;
  --hcih-cream: #fff4e6;
  --hcih-muted: #c7d0c9;
  --hcih-orange: #f15a0a;
  --hcih-gold: #d49a00;
  --hcih-yellow: #e4bf22;
  --hcih-line: rgba(255,255,255,.14);
  --hcih-shadow: 0 28px 80px rgba(0,0,0,.32);
}

.hcih-page,
.hcih-page * {
  box-sizing: border-box;
}

.hcih-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: var(--hcih-dark);
  color: var(--hcih-cream);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.45;
}

.hcih-page a {
  color: inherit;
  text-decoration: none;
}

.hcih-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hcih-wrap {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.hcih-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  background-color: var(--hcih-deep);
  isolation: isolate;
}

.hcih-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: .20;
  z-index: -2;
}

.hcih-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: min(52vw, 760px);
  height: 100%;
  background-size: cover;
  background-position: center right;
  opacity: .62;
  z-index: -3;
  filter: saturate(.95) contrast(1.05);
}

.hcih-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11,17,18,1) 0%, rgba(11,17,18,.92) 42%, rgba(11,17,18,.48) 70%, rgba(11,17,18,.70) 100%),
    radial-gradient(circle at 20% 30%, rgba(241,90,10,.16), transparent 38%);
  z-index: -2;
}

.hcih-shape {
  position: absolute;
  width: 240px;
  height: 90px;
  transform: rotate(45deg);
  opacity: .92;
  z-index: -1;
}

.hcih-shape::after {
  content: "";
  position: absolute;
  left: 92px;
  top: 0;
  width: 148px;
  height: 90px;
  background: var(--hcih-orange);
}

.hcih-shape--one {
  right: -88px;
  top: 92px;
  background: var(--hcih-yellow);
}

.hcih-shape--two {
  left: -96px;
  bottom: 92px;
  background: var(--hcih-gold);
}

.hcih-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 48px;
  padding: 92px 0 78px;
}

.hcih-logo-card {
  width: 240px;
  padding: 14px 18px;
  background: rgba(255,255,255,.96);
  border-radius: 2px;
  box-shadow: 0 18px 50px rgba(0,0,0,.32);
  margin-bottom: 42px;
}

.hcih-kicker,
.hcih-eyebrow {
  margin: 0 0 14px;
  color: var(--hcih-yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hcih-hero h1 {
  max-width: 720px;
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 8vw, 122px);
  line-height: .82;
  letter-spacing: -.06em;
  color: #fff;
  text-transform: uppercase;
}

.hcih-lead {
  max-width: 670px;
  margin: 0 0 28px;
  color: rgba(255,244,230,.88);
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.23;
}

.hcih-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.hcih-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
}

.hcih-hero__actions,
.hcih-mini-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hcih-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 15px 26px;
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 900;
  letter-spacing: .02em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
  cursor: pointer;
}

.hcih-button:hover,
.hcih-button:focus {
  transform: translateY(-2px);
}

.hcih-button--primary {
  background: var(--hcih-orange);
  color: #fff;
  border-color: var(--hcih-orange);
  box-shadow: 0 14px 34px rgba(241,90,10,.28);
}

.hcih-button--ghost {
  background: rgba(255,255,255,.07);
  color: #fff;
}

.hcih-button--wide {
  width: 100%;
  border: 0;
  font-size: 16px;
}

.hcih-hero__card {
  position: relative;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  backdrop-filter: blur(14px);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--hcih-shadow);
}

.hcih-hero__card::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -6px;
  width: 106px;
  height: 12px;
  background: var(--hcih-orange);
}

.hcih-prize {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #fff;
}

.hcih-prize strong {
  display: block;
  margin-top: 8px;
  font-size: 46px;
  letter-spacing: -.04em;
  color: var(--hcih-yellow);
}

.hcih-hero__card p {
  margin: 0;
  color: rgba(255,244,230,.86);
  font-size: 18px;
}

.hcih-section {
  position: relative;
  padding: 96px 0;
  background: #f6efe3;
  color: #16201f;
}

.hcih-section--intro {
  padding-top: 78px;
}

.hcih-section--split {
  background: #fff7ea;
}

.hcih-section--dark {
  background: var(--hcih-green);
  color: var(--hcih-cream);
}

.hcih-section--dark::before,
.hcih-section--form::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: .16;
  pointer-events: none;
}

.hcih-section--program {
  background: #efe3d0;
}

.hcih-section--who {
  background: #fff7ea;
}

.hcih-section h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .98;
  letter-spacing: -.045em;
}

.hcih-section p {
  margin: 0 0 18px;
  color: rgba(22,32,31,.76);
  font-size: 18px;
}

.hcih-section--dark p,
.hcih-section--dark .hcih-steps span,
.hcih-section--form p,
.hcih-footer p {
  color: rgba(255,244,230,.80);
}

.hcih-grid {
  display: grid;
  gap: 24px;
}

.hcih-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hcih-card {
  min-height: 288px;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(22,32,31,.10);
  border-radius: 22px;
  box-shadow: 0 22px 64px rgba(22,32,31,.08);
}

.hcih-card--accent {
  background: var(--hcih-green);
  color: var(--hcih-cream);
}

.hcih-card--accent p {
  color: rgba(255,244,230,.78);
}

.hcih-card__number {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--hcih-orange);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .16em;
}

.hcih-card h2 {
  font-size: 29px;
  line-height: 1.05;
  margin-bottom: 14px;
}

.hcih-card p {
  font-size: 16px;
  margin-bottom: 0;
}

.hcih-split {
  display: grid;
  grid-template-columns: 1fr .86fr;
  gap: 58px;
  align-items: center;
}

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

.hcih-image-panel {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--hcih-shadow);
  background: var(--hcih-green);
  transform: rotate(-1.5deg);
}

.hcih-image-panel::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 20px;
  pointer-events: none;
}

.hcih-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.hcih-steps div {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  border-radius: 20px;
  padding: 24px;
}

.hcih-steps strong {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--hcih-orange);
  color: #fff;
  font-size: 22px;
}

.hcih-steps span {
  display: block;
  font-size: 16px;
}

.hcih-roles {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.hcih-roles article {
  min-height: 210px;
  padding: 22px;
  background: #fff;
  border-radius: 20px;
  border-top: 6px solid var(--hcih-orange);
  box-shadow: 0 18px 50px rgba(22,32,31,.07);
}

.hcih-roles article:nth-child(even) {
  border-top-color: var(--hcih-gold);
}

.hcih-roles h3 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.14;
}

.hcih-roles p {
  font-size: 15px;
  margin: 0;
}

.hcih-timeline {
  margin-top: 36px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 62px rgba(22,32,31,.08);
}

.hcih-timeline div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  align-items: center;
  padding: 20px 24px;
  background: #fff9f0;
  border-bottom: 1px solid rgba(22,32,31,.08);
}

.hcih-timeline div:nth-child(even) {
  background: #f7eddd;
}

.hcih-timeline time {
  color: var(--hcih-orange);
  font-weight: 900;
}

.hcih-timeline span {
  font-weight: 650;
}

.hcih-callout {
  padding: 38px;
  border-radius: 26px;
  background: var(--hcih-green);
  color: var(--hcih-cream);
  box-shadow: var(--hcih-shadow);
}

.hcih-callout p {
  color: rgba(255,244,230,.82);
}

.hcih-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hcih-list li {
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  color: rgba(22,32,31,.80);
}

.hcih-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .56em;
  width: 16px;
  height: 5px;
  background: var(--hcih-orange);
  transform: rotate(-12deg);
}


.hcih-section--photos {
  background: #111c1c;
  color: var(--hcih-cream);
  padding-top: 84px;
  padding-bottom: 88px;
}

.hcih-section--photos p,
.hcih-section--photos h2 {
  color: var(--hcih-cream);
}

.hcih-section--photos h2 {
  max-width: 900px;
}

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

.hcih-photo-grid figure {
  position: relative;
  margin: 0;
  min-height: 330px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  background: var(--hcih-green);
}

.hcih-photo-grid figure:first-child {
  min-height: 330px;
}

.hcih-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hcih-photo-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.74));
}

.hcih-photo-grid figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
}

.hcih-section--form {
  background: var(--hcih-deep);
  color: var(--hcih-cream);
}

.hcih-form-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 42px;
  align-items: start;
}

.hcih-form-intro {
  position: sticky;
  top: 24px;
  padding-top: 10px;
}

.hcih-mini-facts span {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.06);
  font-weight: 800;
  font-size: 14px;
}

.hcih-form-card {
  padding: 30px;
  background: #fff7ea;
  color: #16201f;
  border-radius: 28px;
  box-shadow: var(--hcih-shadow);
}

.hcih-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.hcih-field {
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
}

.hcih-field--half {
  grid-column: span 1;
}

.hcih-field label,
.hcih-consent {
  color: #17201f;
  font-size: 14px;
  font-weight: 850;
}

.hcih-field input,
.hcih-field select,
.hcih-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border-radius: 12px;
  border: 1px solid rgba(22,32,31,.16);
  background: #fff;
  color: #17201f;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.hcih-field textarea {
  resize: vertical;
}

.hcih-field input:focus,
.hcih-field select:focus,
.hcih-field textarea:focus {
  border-color: var(--hcih-orange);
  box-shadow: 0 0 0 4px rgba(241,90,10,.14);
}

.hcih-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  grid-column: 1 / -1;
  line-height: 1.3;
}

.hcih-consent input {
  width: 18px;
  height: 18px;
  accent-color: var(--hcih-orange);
  margin-top: 1px;
}

.hcih-alert {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 850;
}

.hcih-alert--ok {
  background: rgba(36,137,80,.12);
  border: 1px solid rgba(36,137,80,.30);
  color: #155c36;
}

.hcih-alert--error {
  background: rgba(201,54,28,.12);
  border: 1px solid rgba(201,54,28,.30);
  color: #84220f;
}

.hcih-honeypot {
  position: absolute;
  left: -9999px;
  height: 1px;
  overflow: hidden;
}

.hcih-footer {
  padding: 34px 0;
  background: #080d0e;
  border-top: 1px solid rgba(255,255,255,.10);
}

.hcih-footer__inner {
  display: grid;
  grid-template-columns: 170px 1fr auto;
  gap: 24px;
  align-items: center;
}

.hcih-footer img {
  padding: 8px 10px;
  background: #fff;
  border-radius: 2px;
}

.hcih-footer p {
  margin: 0;
  font-size: 15px;
}

.hcih-footer a {
  color: var(--hcih-yellow);
  font-weight: 900;
}

@media (max-width: 1024px) {
  .hcih-hero {
    min-height: auto;
  }

  .hcih-hero__bg {
    width: 100%;
    opacity: .28;
  }

  .hcih-hero__inner,
  .hcih-split,
  .hcih-split--reverse,
  .hcih-form-wrap {
    grid-template-columns: 1fr;
  }

  .hcih-hero__card {
    max-width: 520px;
  }

  .hcih-grid--3,
  .hcih-steps,
  .hcih-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hcih-roles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hcih-form-intro {
    position: static;
  }
}

@media (max-width: 680px) {
  .hcih-wrap {
    width: min(100% - 28px, 1180px);
  }

  .hcih-hero__inner {
    padding: 52px 0 54px;
  }

  .hcih-logo-card {
    width: 200px;
    margin-bottom: 36px;
  }

  .hcih-hero h1 {
    font-size: clamp(48px, 17vw, 76px);
  }

  .hcih-lead {
    font-size: 18px;
  }

  .hcih-section {
    padding: 64px 0;
  }

  .hcih-grid--3,
  .hcih-steps,
  .hcih-roles,
  .hcih-form,
  .hcih-photo-grid {
    grid-template-columns: 1fr;
  }

  .hcih-field--half {
    grid-column: 1 / -1;
  }

  .hcih-card,
  .hcih-form-card,
  .hcih-callout {
    padding: 22px;
    border-radius: 20px;
  }

  .hcih-timeline div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hcih-photo-grid figure,
  .hcih-photo-grid figure:first-child {
    min-height: 260px;
  }

  .hcih-footer__inner {
    grid-template-columns: 1fr;
  }

  .hcih-footer img {
    width: 170px;
  }
}
