:root {
  --steel: #16212e;
  --slate: #33475c;
  --mist: #7a8a9b;
  --paper: #efefec;
  --edge: #d5d7d2;
  --amber: #e39b14;
  --white: #ffffff;
  --line-dark: #2c3b4c;

  --display: "Archivo", system-ui, -apple-system, sans-serif;
  --body: "IBM Plex Sans", system-ui, -apple-system, sans-serif;

  --gutter: clamp(1.15rem, 4vw, 4.5rem);
  --measure: 66ch;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--steel);
  font-family: var(--body);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  font-family: var(--display);
  line-height: 1.05;
  letter-spacing: -0.022em;
  margin: 0;
  overflow-wrap: break-word;
}
h1 {
  font-weight: 800;
  font-size: clamp(2.35rem, 1.5rem + 4vw, 4.6rem);
}
h2 {
  font-weight: 800;
  font-size: clamp(1.75rem, 1.25rem + 2vw, 2.85rem);
}
h3 {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
}
p {
  margin: 0 0 1rem;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[hidden] {
  display: none;
}
:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: var(--gutter);
}
.lede {
  font-size: clamp(1.03rem, 1rem + 0.3vw, 1.2rem);
  color: var(--slate);
  max-width: var(--measure);
}
section {
  padding-block: clamp(3rem, 6.5vw, 6rem);
}
.section-head {
  max-width: var(--measure);
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}
.section-head p {
  margin-top: 1rem;
  margin-bottom: 0;
}

/* ---------- header ---------- */
.masthead {
  background: var(--steel);
  color: var(--white);
  position: sticky;
  top: 0;
  z-index: 50;
}
.masthead .wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 0.25rem;
  min-height: 66px;
}
.mark {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  white-space: nowrap;
}
.mark span {
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.17em;
  color: var(--mist);
}
.mark img {
  height: 44px;
  width: auto;
}
footer .mark img {
  height: 38px;
}
.masthead nav {
  display: flex;
  gap: 1.35rem;
  justify-content: flex-end;
}
.masthead nav a {
  font-size: 0.9375rem;
  text-decoration: none;
  color: #c9d2db;
  padding: 0.7rem 0;
  white-space: nowrap;
}
.masthead nav a:hover {
  color: var(--white);
}
.btn-header {
  padding: 0.3rem 0.5rem;
  font-size: 0.8125rem;
  white-space: nowrap;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  border: 2px solid transparent;
  text-align: center;
}
@media (max-width: 860px) {
  .masthead .wrap {
    grid-template-columns: 1fr;
    padding-bottom: 0.25rem;
  }
  .masthead nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 1.25rem;
    padding-bottom: 0.35rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .masthead nav::-webkit-scrollbar {
    display: none;
  }
  .btn-header {
    grid-column: 1 / -1;
    order: 2;
  }
}

/* ---------- hero ---------- */
.hero {
  background: var(--steel);
  color: var(--white);
  padding-block: clamp(2.75rem, 7vw, 6rem) clamp(2.5rem, 5vw, 4.5rem);
}
.hero-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
@media (min-width: 960px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }
}
.hero h1 {
  max-width: 14ch;
}
.hero .lede {
  color: #c9d2db;
  margin-top: 1.35rem;
  max-width: 52ch;
}
.hero-figure {
  margin: 0;
  position: relative;
  order: -1;
}
@media (min-width: 960px) {
  .hero-figure {
    order: 0;
  }
}
.hero-figure img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}
.hero-figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--amber);
  color: var(--steel);
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0.55rem 0.9rem;
  max-width: 80%;
}
.actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.btn {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1rem;
  padding: 0.9rem 1.55rem;
  text-decoration: none;
  display: inline-block;
  border: 2px solid transparent;
  text-align: center;
}
.btn-primary {
  background: var(--amber);
  color: var(--steel);
}
.btn-primary:hover {
  background: #f2ac28;
}
.btn-ghost {
  border-color: #4b5e73;
  color: var(--white);
}
.btn-ghost:hover {
  border-color: var(--white);
}
@media (max-width: 420px) {
  .btn {
    width: 100%;
  }
}

.facts {
  border-top: 1px solid var(--line-dark);
  margin-top: clamp(2.25rem, 5vw, 3.5rem);
  padding-top: 1.6rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 760px) {
  .facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.facts strong {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.3rem, 1.1rem + 0.6vw, 1.6rem);
  color: var(--amber);
  line-height: 1.1;
}
.facts p {
  margin: 0.3rem 0 0;
  font-size: 0.875rem;
  color: #c9d2db;
  max-width: 28ch;
}

/* ---------- event staffing feature ---------- */
.eyebrow {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.75rem;
}
/* ---------- client logo strip ---------- */
.logos {
  background: var(--white);
  border-bottom: 1px solid var(--edge);
  padding-block: 1.75rem;
}
.logos h2 {
  font-size: 0.8125rem;
  font-family: var(--body);
  font-weight: 600;
  color: var(--mist);
  letter-spacing: 0.02em;
  margin-bottom: 1.15rem;
}
.logo-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
  gap: clamp(1rem, 3vw, 1.75rem);
  padding-inline-start: 0;
}
.logo-row li {
  list-style: none;
}
.logo-row ul {
  display: contents;
}
.logo {
  display: flex;
  align-items: center;
  min-height: 100px;
  min-width: 0;
  max-width: 100%;
  padding: 0.65rem 1.15rem;
  background: var(--white);
  border: 1px solid var(--edge);
  border-radius: 4px;
}
.logo img {
  max-height: 100px;
  width: auto;
  object-fit: contain;
}
.logo .wordmark {
  overflow-wrap: break-word;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--slate);
  letter-spacing: -0.01em;
}

/* ---------- name row (text-only credentials / event types) ---------- */
.name-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-inline-start: 0;
  margin: 0;
}
.name-row li {
  list-style: none;
  font-family: var(--body);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
  padding: 0.5rem 0.9rem;
  border: 1px solid currentColor;
  border-radius: 4px;
  opacity: 0.85;
}

/* ---------- sectors ---------- */
.roster {
  border-top: 2px solid var(--steel);
}
details.sector {
  border-bottom: 1px solid var(--edge);
}
details.sector > summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 2.25rem 1.15rem 0;
  position: relative;
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: baseline;
}
@media (max-width: 560px) {
  details.sector > summary {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.3rem;
  }
  .sector-body {
    padding-left: 0 !important;
  }
}
details.sector > summary::-webkit-details-marker {
  display: none;
}
.sector-key {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--mist);
  letter-spacing: 0.09em;
  padding-top: 0.3rem;
}
details.sector > summary:hover h3 {
  color: var(--slate);
}
details.sector > summary::after {
  content: "";
  position: absolute;
  right: 0.35rem;
  top: 1.6rem;
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--slate);
  border-bottom: 2px solid var(--slate);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
details.sector[open] > summary::after {
  transform: rotate(-135deg);
}
.sector-roles {
  display: block;
  font-size: 0.9375rem;
  color: var(--slate);
  margin-top: 0.35rem;
  max-width: 60ch;
}
.sector-body {
  padding: 0 2.25rem 1.6rem 4.1rem;
  max-width: 72ch;
}
.sector-body p {
  color: var(--slate);
}
.sector-body p:last-child {
  margin-bottom: 0;
}

/* ---------- image band ---------- */
.band {
  background: var(--steel);
  padding-block: 0;
}
.band ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-dark);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 900px) {
  .band ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.band figure {
  margin: 0;
  position: relative;
  background: var(--steel);
}
.band img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.05);
}
@media (max-width: 899px) {
  .band img {
    aspect-ratio: 1/1;
  }
}
.band figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.9rem;
  color: var(--white);
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.9375rem;
  background: rgba(22, 33, 46, 0.85);
}

/* ---------- process ---------- */
.process {
  background: var(--white);
  border-block: 1px solid var(--edge);
}
.steps {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  margin-top: 2.25rem;
}
.step {
  border-top: 3px solid var(--amber);
  padding-top: 0.9rem;
  min-width: 0;
}
.step b {
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.8125rem;
  color: var(--amber);
  display: block;
  margin-bottom: 0.45rem;
}
.step h3 {
  margin-bottom: 0.35rem;
}
.step p {
  font-size: 0.9375rem;
  color: var(--slate);
  margin: 0;
}

/* ---------- assurances ---------- */
.assure {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr;
  background: var(--edge);
  border: 1px solid var(--edge);
}
@media (min-width: 600px) {
  .assure {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .assure {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .assure-small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.assure > div {
  background: var(--paper);
  padding: 1.5rem;
  min-width: 0;
}
.assure h3 {
  margin-bottom: 0.45rem;
}
.assure p {
  font-size: 0.9375rem;
  color: var(--slate);
  margin: 0;
  max-width: 40ch;
}

/* ---------- training ---------- */
.compare {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr;
  background: var(--edge);
  border: 1px solid var(--edge);
  margin-top: 2.25rem;
}
@media (min-width: 760px) {
  .compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.compare > div {
  background: var(--paper);
  padding: 1.5rem;
  min-width: 0;
}
.compare h3 {
  font-size: 0.8125rem;
  font-family: var(--body);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 1rem;
}
.compare ul {
  padding-inline-start: 0;
  margin: 0;
}
.compare li {
  list-style: none;
  font-size: 0.9375rem;
  color: var(--slate);
  padding: 0.6rem 0 0.6rem 1.35rem;
  border-top: 1px solid var(--edge);
  position: relative;
}
.compare li:first-child {
  border-top: 0;
}
.compare li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--mist);
}
.compare .is-mada {
  border-top: 3px solid var(--amber);
}
.compare .is-mada h3 {
  color: var(--amber);
}
.compare .is-mada li {
  color: var(--steel);
  font-weight: 500;
}
.compare .is-mada li::before {
  content: "✓";
  color: var(--amber);
  font-weight: 700;
}

/* ---------- clients ---------- */
.clients {
  background: var(--steel);
  color: var(--white);
}
.clients .lede {
  color: #c9d2db;
}
.client-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}
@media (min-width: 600px) {
  .client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .client-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.client-grid article {
  background: var(--steel);
  padding: 1.5rem;
  min-width: 0;
}
.client-logo {
  display: inline-flex;
  align-items: center;
  min-height: 150px;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.client-logo img {
  display: block;
  max-height: 150px;
  width: auto;
  object-fit: contain;
}
.client-logo.is-placeholder {
  visibility: hidden;
}
.client-logo.on-white {
  background: var(--white);
  padding: 0.65rem 1rem;
}
.client-grid h3 {
  color: var(--white);
  margin-bottom: 0.45rem;
}
.client-grid p {
  font-size: 0.9375rem;
  color: #c9d2db;
  margin: 0;
}
.client-grid p strong {
  color: var(--amber);
  font-weight: 700;
}
.quote {
  margin-top: clamp(2.25rem, 5vw, 4rem);
  border-left: 3px solid var(--amber);
  padding-left: 1.35rem;
  max-width: 58ch;
}
.quote blockquote {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.2rem, 1rem + 0.9vw, 1.55rem);
  line-height: 1.34;
  letter-spacing: -0.015em;
}
.quote cite {
  display: block;
  margin-top: 0.9rem;
  font-style: normal;
  font-size: 0.875rem;
  color: var(--mist);
  letter-spacing: 0.04em;
}

/* ---------- request ---------- */
.request {
  background: var(--white);
  border-top: 1px solid var(--edge);
}
.form-layout {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 900px) {
  .form-layout {
    grid-template-columns: 1fr 1.15fr;
  }
}
form {
  display: grid;
  gap: 1rem;
}
.row {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 520px) {
  .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}
input,
select,
textarea {
  width: 100%;
  font-family: var(--body);
  font-size: 16px;
  color: var(--steel);
  padding: 0.75rem 0.8rem;
  border: 1px solid #b9bec4;
  background: var(--white);
  border-radius: 0;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--steel);
}
textarea {
  min-height: 110px;
  resize: vertical;
}
button {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1rem;
  background: var(--steel);
  color: var(--white);
  border: none;
  padding: 0.95rem 1.75rem;
  cursor: pointer;
  justify-self: start;
}
button:hover {
  background: var(--slate);
}
@media (max-width: 420px) {
  button {
    width: 100%;
    justify-self: stretch;
  }
}
.form-note {
  font-size: 0.8125rem;
  color: var(--mist);
  margin: 0;
}
.contact-block {
  margin: 1.5rem 0 0;
}
.contact-block dt {
  font-size: 0.8125rem;
  color: var(--mist);
  margin-top: 1.1rem;
}
.contact-block dd {
  margin: 0.15rem 0 0;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.0625rem;
  overflow-wrap: break-word;
}
.contact-block dd a {
  text-decoration: none;
}
.contact-block dd a:hover {
  text-decoration: underline;
}

/* ---------- footer ---------- */
footer {
  background: var(--steel);
  color: #c9d2db;
  padding-block: 2.75rem;
  font-size: 0.875rem;
}
footer .wrap {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
footer a {
  color: #c9d2db;
}
footer .mark {
  color: var(--white);
  margin-bottom: 0.7rem;
}
footer p {
  margin: 0;
}
.partner {
  max-width: 34ch;
}
.credit {
  font-size: 0.75rem;
  color: var(--mist);
  margin-top: 1.5rem;
  grid-column: 1/-1;
  border-top: 1px solid var(--line-dark);
  padding-top: 1.25rem;
}
