@font-face {
  font-family: 'Gotham Altius';
  src: local('Gotham Light'), local('Gotham-Light'), local('GothamLight');
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Gotham Altius';
  src: local('Gotham Book'), local('Gotham-Book'), local('GothamBook');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Gotham Altius';
  src: local('Gotham Regular'), local('Gotham-Regular'), local('Gotham');
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Gotham Altius';
  src: local('Gotham Bold'), local('Gotham-Bold'), local('GothamBold');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Gotham Altius';
  src: local('Gotham Black'), local('Gotham-Black'), local('GothamBlack');
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}

:root {
  --orange: #f47b20;
  --orange-deep: #d95d0b;
  --orange-soft: #fff0e5;
  --ink: #171c1f;
  --ink-2: #232a2e;
  --ink-3: #343d42;
  --cream: #f3f0e9;
  --paper: #fbfaf7;
  --white: #fff;
  --muted: #657076;
  --line: #d9ddd9;
  --green: #1fab61;
  --shadow: 0 24px 70px rgba(14, 18, 20, .12);
  --radius: 4px;
  --shell: min(1180px, calc(100% - 48px));
  --gotham: 'Gotham Altius', Gotham, Montserrat, Arial, sans-serif;
  --serif: var(--gotham);
  --sans: var(--gotham);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.035em; }
h1, h2 { font-weight: 900; }
h3, h4 { font-weight: 700; }
h1 em, h2 em { color: var(--orange); font-family: var(--serif); font-style: normal; font-weight: 500; }
::selection { background: var(--orange); color: var(--white); }
.shell { width: var(--shell); margin-inline: auto; }
.shell--narrow { max-width: 830px; }
.section { padding: 112px 0; position: relative; }
.section--light { background: var(--paper); }
.section--cream { background: var(--cream); }
.section--dark { background: var(--ink); color: var(--white); }
.skip-link { position: fixed; left: 16px; top: -100px; padding: 12px 18px; color: var(--white); background: var(--ink); z-index: 99999; }
.skip-link:focus { top: 16px; }
.icon { width: 1.2em; height: 1.2em; flex: 0 0 auto; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow > span { width: 34px; height: 2px; background: currentColor; }
.eyebrow--light { color: #ffae75; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button .icon { transition: transform .25s ease; }
.button:hover .icon { transform: translateX(4px); }
.button--small { min-height: 43px; padding: 0 18px; font-size: 12px; }
.button--orange { color: var(--white); background: var(--orange); }
.button--orange:hover { background: var(--orange-deep); }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { background: var(--orange); }
.button--light { color: var(--ink); background: var(--white); }
.button--light:hover { color: var(--white); background: var(--orange); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.45); background: transparent; }
.button--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button--full { width: 100%; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
}
.text-link .icon { transition: transform .25s ease; }
.text-link:hover .icon { transform: translateX(4px); }
.lead-copy { color: var(--ink-3); font-family: var(--serif); font-size: clamp(22px, 2.1vw, 29px); font-weight: 300; line-height: 1.45; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 20px; font-size: clamp(40px, 5vw, 68px); }
.section-heading > p:last-child { max-width: 620px; color: var(--muted); font-size: 18px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.center-action { margin-top: 44px; text-align: center; }

/* Header */
.utility-bar { color: rgba(255,255,255,.78); background: #101416; font-size: 12px; }
.utility-bar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; }
.utility-bar p { display: flex; align-items: center; gap: 7px; margin: 0; }
.utility-bar__links { display: flex; align-items: center; gap: 24px; }
.utility-bar__links a { display: flex; align-items: center; gap: 7px; transition: color .2s ease; }
.utility-bar__links a:hover { color: var(--orange); }
.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(23,28,31,.08); background: rgba(251,250,247,.96); backdrop-filter: blur(14px); transition: box-shadow .25s ease; }
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { box-shadow: 0 10px 40px rgba(10,15,18,.08); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 47px; height: 47px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .13em; line-height: 1.05; text-transform: uppercase; }
.brand strong { font-size: 15px; letter-spacing: .09em; }
.primary-navigation { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 32px); }
.primary-navigation > a:not(.button) { position: relative; padding: 29px 0 26px; font-size: 13px; font-weight: 750; }
.primary-navigation > a:not(.button)::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--orange); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-navigation > a:not(.button):hover::after,
.primary-navigation > a[aria-current='page']::after { transform: scaleX(1); transform-origin: left; }
.primary-navigation > a[aria-current='page'] { color: var(--orange-deep); }
.menu-toggle { display: none; border: 0; color: var(--ink); background: transparent; }

/* Hero */
.hero { position: relative; min-height: 760px; overflow: hidden; color: var(--white); background: var(--ink); }
.hero__media, .hero__veil { position: absolute; inset: 0; }
.hero__media { background-position: center; background-size: cover; transform: scale(1.01); }
.hero__veil { background: linear-gradient(90deg, rgba(12,17,19,.94) 0%, rgba(12,17,19,.78) 47%, rgba(12,17,19,.20) 78%, rgba(12,17,19,.06) 100%); }
.hero__veil::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,17,19,.6), transparent 48%); content: ''; }
.hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 760px; padding: 90px 0 72px; }
.hero h1 { max-width: 800px; margin-bottom: 27px; font-size: clamp(60px, 7.4vw, 104px); letter-spacing: -.055em; }
.hero__lead { max-width: 680px; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: clamp(18px, 1.7vw, 23px); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proof { display: flex; gap: 0; margin-top: 64px; }
.hero__proof > div { display: flex; flex-direction: column; min-width: 190px; padding: 0 34px; border-left: 1px solid rgba(255,255,255,.22); }
.hero__proof > div:first-child { padding-left: 0; border-left: 0; }
.hero__proof strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.hero__proof span { color: rgba(255,255,255,.55); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero__side-note { position: absolute; z-index: 2; right: 0; bottom: 0; display: flex; flex-direction: column; width: 330px; padding: 24px 36px; color: var(--ink); background: var(--orange); }
.hero__side-note span { font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero__side-note strong { font-size: 14px; }
.trust-strip { color: var(--white); background: var(--orange); }
.trust-strip__inner { display: flex; align-items: center; justify-content: space-between; min-height: 100px; }
.trust-strip p { margin: 0; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-strip__logos { display: flex; align-items: center; gap: clamp(24px, 4vw, 55px); }
.trust-strip__logos span { font-size: 17px; font-weight: 900; letter-spacing: .045em; }

/* Home expertise */
.intro-section { padding-bottom: 132px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 70px; }
.split-heading h2 { max-width: 760px; margin: 0; font-size: clamp(46px, 5.2vw, 72px); }
.split-heading .lead-copy { margin-bottom: 30px; }
.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); box-shadow: var(--shadow); }
.expertise-card { position: relative; min-height: 390px; padding: 38px 30px 30px; overflow: hidden; border-right: 1px solid var(--line); background: var(--white); }
.expertise-card:last-child { border-right: 0; }
.expertise-card__number { position: absolute; top: 24px; right: 24px; color: #c3c8c6; font-family: var(--serif); font-size: 13px; }
.icon-box { display: grid; place-items: center; width: 62px; height: 62px; margin: 42px 0 54px; color: var(--orange); border: 1px solid #dfe2df; }
.icon-box .icon { width: 27px; height: 27px; }
.expertise-card h3 { margin-bottom: 15px; font-size: 26px; }
.expertise-card p { color: var(--muted); font-size: 14px; }
.expertise-card > a { position: absolute; right: 28px; bottom: 27px; display: grid; place-items: center; width: 41px; height: 41px; border: 1px solid var(--line); transition: color .2s, background .2s, transform .2s; }
.expertise-card > a:hover { color: var(--white); background: var(--orange); transform: translateX(4px); }
.expertise-card--dark { color: var(--white); border-color: rgba(255,255,255,.1); background: var(--ink); }
.expertise-card--dark p, .expertise-card--dark .expertise-card__number { color: rgba(255,255,255,.58); }
.expertise-card--dark .icon-box, .expertise-card--dark > a { border-color: rgba(255,255,255,.18); }
.expertise-card--orange { color: var(--white); background: var(--orange); }
.expertise-card--orange p, .expertise-card--orange .expertise-card__number { color: rgba(255,255,255,.75); }
.expertise-card--orange .icon-box, .expertise-card--orange > a { color: var(--white); border-color: rgba(255,255,255,.3); }
.expertise-card--orange > a:hover { color: var(--orange); background: var(--white); }

/* Training story */
.training-story { overflow: hidden; color: var(--white); background: var(--ink); }
.training-story::before { position: absolute; top: -30%; right: -8%; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; content: ''; }
.training-story__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.training-story__copy h2 { margin-bottom: 26px; font-size: clamp(44px, 5vw, 68px); }
.training-story__copy > p:not(.eyebrow) { margin-bottom: 30px; color: rgba(255,255,255,.67); font-size: 18px; }
.check-list { display: grid; gap: 14px; margin: 25px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; font-weight: 650; }
.check-list .icon { margin-top: 3px; color: var(--orange); }
.check-list--light li { color: rgba(255,255,255,.82); }
.training-story__media { position: relative; min-height: 600px; }
.media-tile { position: absolute; margin: 0; overflow: hidden; }
.media-tile img { width: 100%; height: 100%; object-fit: cover; }
.media-tile--large { top: 0; right: 0; width: 80%; height: 72%; }
.media-tile--small { bottom: 0; left: 0; width: 53%; height: 39%; border: 8px solid var(--ink); }
.media-stat { position: absolute; right: 0; bottom: 20px; display: grid; grid-template-columns: auto auto auto; gap: 6px; align-items: baseline; width: 260px; padding: 25px 27px; color: var(--ink); background: var(--orange); }
.media-stat strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.media-stat span { font-size: 19px; }
.media-stat small { grid-column: 1 / -1; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Course cards */
.course-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.course-card { position: relative; min-height: 430px; padding: 32px 29px; border-top: 3px solid var(--orange); background: var(--white); box-shadow: 0 14px 45px rgba(20,25,28,.06); transition: transform .25s ease, box-shadow .25s ease; }
.course-card:hover { transform: translateY(-8px); box-shadow: 0 24px 55px rgba(20,25,28,.11); }
.course-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 55px; color: var(--orange); }
.course-card__top span { color: #adb4b0; font-family: var(--serif); }
.course-card__top .icon { width: 31px; height: 31px; }
.course-card__tag { margin-bottom: 12px; color: var(--orange-deep); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.course-card h3 { margin-bottom: 17px; font-size: 28px; }
.course-card > p:not(.course-card__tag) { color: var(--muted); font-size: 14px; }
.course-card > a { position: absolute; right: 29px; bottom: 29px; left: 29px; display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.course-card > a .icon { color: var(--orange); }
.course-card--featured { color: var(--white); background: var(--ink); }
.course-card--featured > p:not(.course-card__tag), .course-card--featured .course-card__top span { color: rgba(255,255,255,.58); }
.course-card--featured > a { border-color: rgba(255,255,255,.17); }

/* System feature */
.systems-feature { display: grid; grid-template-columns: 1fr 1fr; padding: 0; color: var(--white); background: var(--orange); }
.systems-feature__image { min-height: 690px; background-position: center; background-size: cover; }
.systems-feature__content { display: flex; flex-direction: column; justify-content: center; max-width: 690px; padding: 90px clamp(45px, 6vw, 105px); }
.systems-feature__content h2 { margin-bottom: 25px; font-size: clamp(42px, 4.5vw, 64px); }
.systems-feature__content > p:not(.eyebrow) { color: rgba(255,255,255,.81); font-size: 17px; }
.systems-feature .eyebrow { color: var(--white); }
.feature-points { display: grid; gap: 0; margin: 26px 0 34px; border-top: 1px solid rgba(255,255,255,.28); }
.feature-points > div { display: flex; align-items: center; gap: 22px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.28); }
.feature-points strong { font-family: var(--serif); font-size: 12px; }
.feature-points span { font-size: 13px; font-weight: 750; }

/* Commitment */
.commitment-section__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.commitment-section__media { position: relative; }
.commitment-section__media > img { width: 100%; min-height: 650px; object-fit: cover; }
.commitment-badge { position: absolute; right: -38px; bottom: 45px; display: flex; flex-direction: column; width: 185px; padding: 26px; color: var(--white); background: var(--ink); }
.commitment-badge > span { color: var(--orange); font-size: 42px; line-height: 1; }
.commitment-badge strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.commitment-badge small { color: rgba(255,255,255,.6); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.commitment-section__copy h2 { margin-bottom: 25px; font-size: clamp(43px, 4.6vw, 64px); }
.commitment-section__copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }

/* CTA and footer */
.cta-band { padding: 86px 0; color: var(--white); background: var(--orange); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.cta-band__inner > div:first-child { max-width: 720px; }
.cta-band .eyebrow { margin-bottom: 14px; color: var(--white); }
.cta-band h2 { margin-bottom: 12px; font-size: clamp(42px, 4.8vw, 65px); }
.cta-band p:last-child { margin-bottom: 0; color: rgba(255,255,255,.82); }
.cta-band__actions { display: flex; align-items: center; gap: 28px; flex: 0 0 auto; }
.phone-link { display: flex; align-items: center; gap: 11px; }
.phone-link > .icon { width: 27px; height: 27px; }
.phone-link span { display: flex; flex-direction: column; font-family: var(--serif); font-size: 22px; line-height: 1.05; }
.phone-link small { margin-bottom: 4px; font-family: var(--sans); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.site-footer { padding: 84px 0 0; color: rgba(255,255,255,.72); background: #111517; }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr .65fr 1.25fr; gap: 80px; padding-bottom: 70px; }
.site-footer h2 { margin: 14px 0 24px; color: var(--white); font-size: 17px; letter-spacing: -.01em; }
.site-footer__brand img { width: 96px; height: 96px; margin-bottom: 20px; object-fit: contain; }
.site-footer__brand > p { max-width: 390px; color: rgba(255,255,255,.6); }
.social-links { display: flex; gap: 9px; margin-top: 24px; }
.social-links a { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 11px; font-weight: 850; transition: color .2s, border-color .2s, background .2s; }
.social-links a:hover { color: var(--white); border-color: var(--orange); background: var(--orange); }
.footer-links, .footer-contact { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.footer-links a, .footer-contact a { transition: color .2s ease; }
.footer-links a:hover, .footer-contact a:hover { color: var(--orange); }
.footer-contact { gap: 19px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 11px; font-size: 13px; }
.footer-contact .icon { margin-top: 4px; color: var(--orange); }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; min-height: 70px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.site-footer__bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; padding: 11px 16px 11px 11px; color: var(--white); border-radius: 50px; background: #20b867; box-shadow: 0 12px 32px rgba(0,0,0,.25); font-size: 12px; font-weight: 800; transition: transform .25s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }

/* Internal page hero */
.page-hero { position: relative; min-height: 650px; overflow: hidden; color: var(--white); background: var(--ink); }
.page-hero__media, .page-hero__overlay { position: absolute; inset: 0; }
.page-hero__media { background-position: center; background-size: cover; }
.page-hero__overlay { background: linear-gradient(90deg, rgba(14,19,21,.94), rgba(14,19,21,.68) 52%, rgba(14,19,21,.12)); }
.page-hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 650px; padding: 80px 0; }
.page-hero h1 { max-width: 880px; margin-bottom: 24px; font-size: clamp(58px, 7vw, 96px); }
.page-hero__content > p:not(.eyebrow) { max-width: 680px; margin-bottom: 30px; color: rgba(255,255,255,.78); font-size: 20px; }
.page-hero__content .button { align-self: flex-start; }
.page-hero__index { position: absolute; z-index: 2; right: 46px; bottom: 34px; color: var(--orange); font-family: var(--serif); font-size: 42px; }
.page-hero__index span { color: rgba(255,255,255,.55); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.page-hero--training .page-hero__media { background-position: center 56%; }
.page-hero--services .page-hero__media { background-position: center; }

/* Training page */
.training-intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.training-intro h2 { margin: 0; font-size: clamp(46px, 5vw, 70px); }
.mini-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.mini-features > div { display: flex; gap: 15px; padding-top: 20px; border-top: 1px solid var(--line); }
.mini-features .icon { width: 28px; height: 28px; color: var(--orange); }
.mini-features span { display: flex; flex-direction: column; color: var(--muted); font-size: 12px; }
.mini-features strong { color: var(--ink); font-size: 14px; }
.programs-section { padding-bottom: 130px; }
.program-list { border-top: 1px solid #cfd4d0; }
.program-row { display: grid; grid-template-columns: 55px 1fr 1.1fr 56px; gap: 34px; align-items: start; padding: 40px 0; border-bottom: 1px solid #cfd4d0; }
.program-row__number { padding-top: 5px; color: var(--orange); font-family: var(--serif); font-size: 13px; }
.program-row__title > span { display: block; margin-bottom: 10px; color: var(--orange-deep); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.program-row__title h3 { margin: 0; font-size: clamp(25px, 2.6vw, 36px); }
.program-row__body p { margin-bottom: 13px; color: var(--muted); font-size: 14px; }
.program-row__body ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 20px; margin: 0; padding: 0; list-style: none; }
.program-row__body li { position: relative; padding-left: 13px; font-size: 12px; font-weight: 650; }
.program-row__body li::before { position: absolute; top: .75em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); content: ''; }
.program-row__action { display: grid; place-items: center; width: 52px; height: 52px; color: var(--orange); border: 1px solid #cfd4d0; transition: color .2s, background .2s, transform .2s; }
.program-row:hover .program-row__action { color: var(--white); background: var(--orange); transform: translateX(4px); }
.training-gallery { padding-bottom: 0; color: var(--white); background: var(--ink); }
.training-gallery__header { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.training-gallery__header h2 { margin: 0; font-size: clamp(44px, 5vw, 68px); }
.training-gallery__header > p { color: rgba(255,255,255,.64); font-size: 17px; }
.training-gallery__grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr 1fr; height: 430px; }
.training-gallery__grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: filter .3s, transform .3s; }
.training-gallery__grid img:hover { filter: saturate(1.1); }
.standards-section__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.standards-section h2 { font-size: clamp(43px, 4.7vw, 64px); }
.standards-section p:not(.eyebrow) { color: var(--muted); }
.standards-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.standards-grid span { display: grid; place-items: center; min-height: 115px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 900; letter-spacing: .05em; }
.standards-grid span:nth-child(3n) { border-right: 0; }
.standards-grid span:nth-last-child(-n+3) { border-bottom: 0; }

/* Services */
.service-overview { background: var(--paper); }
.service-overview__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.service-overview__sticky { position: sticky; top: 130px; }
.service-overview__sticky h2 { font-size: clamp(42px, 4.8vw, 64px); }
.service-overview__sticky > p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); font-size: 17px; }
.service-overview__list { border-top: 1px solid var(--line); }
.service-detail { padding: 52px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 130px; }
.service-detail__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; }
.service-detail__head span { color: var(--orange); font-family: var(--serif); font-size: 14px; }
.service-detail__head .icon { width: 44px; height: 44px; color: var(--orange); }
.service-detail h3 { margin-bottom: 17px; font-size: clamp(34px, 3.8vw, 50px); }
.service-detail > p { max-width: 700px; color: var(--muted); font-size: 17px; }
.service-detail .check-list { grid-template-columns: 1fr 1fr; }
.process-section .section-heading h2 { max-width: 780px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.process-step { min-height: 270px; padding: 30px 28px; border-right: 1px solid rgba(255,255,255,.18); }
.process-step:last-child { border-right: 0; }
.process-step > span { display: block; margin-bottom: 70px; color: var(--orange); font-family: var(--serif); }
.process-step h3 { margin-bottom: 13px; font-size: 26px; }
.process-step p { color: rgba(255,255,255,.58); font-size: 13px; }
.equipment-showcase__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.equipment-showcase__media { position: relative; }
.equipment-showcase__media img { width: 100%; min-height: 590px; object-fit: cover; }
.equipment-showcase__media > div { position: absolute; right: -30px; bottom: 35px; display: flex; flex-direction: column; padding: 24px 28px; color: var(--white); background: var(--orange); }
.equipment-showcase__media strong { font-family: var(--serif); font-size: 26px; font-weight: 400; }
.equipment-showcase__media span { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.equipment-showcase__copy h2 { font-size: clamp(43px, 4.7vw, 65px); }
.equipment-showcase__copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.category-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin: 29px 0 34px; }
.category-cloud span { padding: 9px 14px; border: 1px solid var(--line); font-size: 11px; font-weight: 750; }

/* About */
.about-manifesto__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.about-manifesto__headline h2 { margin: 0; font-size: clamp(48px, 5.6vw, 76px); }
.about-manifesto__copy > p:not(.lead-copy) { color: var(--muted); }
.about-manifesto__copy .text-link { margin-top: 10px; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card { min-height: 265px; padding: 27px 25px; border-right: 1px solid var(--line); }
.value-card:last-child { border-right: 0; }
.value-card > span { display: block; margin-bottom: 62px; color: var(--orange); font-family: var(--serif); }
.value-card h3 { margin-bottom: 12px; font-size: 25px; }
.value-card p { color: var(--muted); font-size: 13px; }
.about-center { display: grid; grid-template-columns: 1.1fr .9fr; padding: 0; color: var(--white); background: var(--ink); }
.about-center__media { min-height: 690px; background-position: center; background-size: cover; }
.about-center__copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(44px, 6vw, 95px); }
.about-center__copy h2 { font-size: clamp(43px, 4.7vw, 64px); }
.about-center__copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.about-center__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 33px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
.about-center__facts div { display: flex; flex-direction: column; }
.about-center__facts strong { color: var(--orange); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.about-center__facts span { color: rgba(255,255,255,.52); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.team-card { position: relative; min-height: 480px; padding: 28px; border-top: 3px solid var(--orange); background: var(--white); }
.team-card__initials { display: grid; place-items: center; width: 78px; height: 78px; margin-bottom: 48px; color: var(--white); background: var(--ink); font-family: var(--serif); font-size: 28px; }
.team-card > span { display: block; margin-bottom: 9px; color: var(--orange-deep); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.team-card h3 { margin-bottom: 15px; font-size: 28px; }
.team-card p { color: var(--muted); font-size: 13px; }
.team-card ul { position: absolute; right: 28px; bottom: 25px; left: 28px; margin: 0; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; }
.team-card li { font-size: 11px; font-weight: 700; }
.team-card li::before { margin-right: 7px; color: var(--orange); content: '•'; }
.responsibility-section__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.responsibility-section h2 { margin: 0; font-size: clamp(43px, 4.8vw, 65px); }
.responsibility-section__grid > div:last-child > p { color: var(--muted); font-size: 18px; }
.responsibility-points { display: grid; grid-template-columns: 1fr 1fr; margin-top: 35px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.responsibility-points span { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; }

/* Contact */
.contact-hero { padding: 100px 0 110px; color: var(--white); background: var(--ink); }
.contact-hero__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.contact-hero__copy { position: sticky; top: 135px; padding-top: 40px; }
.contact-hero h1 { margin-bottom: 24px; font-size: clamp(57px, 6.7vw, 90px); }
.contact-hero__copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); font-size: 18px; }
.contact-hero__quick { display: grid; gap: 18px; margin-top: 45px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.16); }
.contact-hero__quick a { display: flex; align-items: center; gap: 15px; }
.contact-hero__quick .icon { width: 24px; height: 24px; color: var(--orange); }
.contact-hero__quick span { display: flex; flex-direction: column; font-family: var(--serif); font-size: 20px; }
.contact-hero__quick small { font-family: var(--sans); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-form-card { padding: clamp(34px, 5vw, 60px); color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.contact-form-card__kicker { margin-bottom: 9px; color: var(--orange-deep); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.contact-form-card h2 { margin-bottom: 30px; font-size: clamp(35px, 4vw, 52px); }
.contact-form { display: grid; gap: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink-3); font-size: 11px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #bcc3bf; border-radius: 0; outline: 0; color: var(--ink); background: transparent; font-size: 15px; font-weight: 450; transition: border-color .2s ease; }
.contact-form input, .contact-form select { height: 46px; }
.contact-form textarea { min-height: 120px; padding: 10px 0; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); }
.form-privacy { margin: -5px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { margin-bottom: 22px; padding: 13px 15px; border-left: 3px solid; font-size: 13px; }
.form-notice--success { color: #14663b; border-color: var(--green); background: #e8f8ef; }
.form-notice--error { color: #8a2b20; border-color: #d54332; background: #fff0ed; }
.contact-details__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.contact-location { position: relative; }
.contact-location__index { position: absolute; top: 0; right: 0; color: #ccd1ce; font-family: var(--serif); font-size: 44px; }
.contact-location h2 { font-size: clamp(43px, 4.8vw, 64px); }
.contact-location > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.contact-hours { display: grid; gap: 0; border-top: 1px solid var(--line); }
.contact-hours > div { display: flex; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.contact-hours .icon { width: 25px; height: 25px; color: var(--orange); }
.contact-hours span { display: flex; flex-direction: column; color: var(--muted); font-size: 14px; }
.contact-hours strong { margin-bottom: 4px; color: var(--ink); font-size: 12px; }
.contact-hours a { color: var(--ink); font-weight: 750; }
.contact-whatsapp { padding: 70px 0; color: var(--white); background: #178f4e; }
.contact-whatsapp__inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.contact-whatsapp p { margin-bottom: 3px; font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-whatsapp h2 { margin: 0; font-size: clamp(40px, 4.4vw, 58px); }

/* Generic content */
.simple-hero { padding: 110px 0 95px; color: var(--white); background: var(--ink); }
.simple-hero h1 { margin-bottom: 8px; font-size: clamp(52px, 6.5vw, 86px); }
.simple-hero > .shell > p:last-child { color: rgba(255,255,255,.55); }
.legal-content { background: var(--paper); }
.legal-content h2 { margin: 45px 0 15px; font-size: 32px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--ink-3); }
.legal-content a { color: var(--orange-deep); text-decoration: underline; }
.entry-content img { margin: 35px auto; }
.not-found { display: grid; place-items: center; min-height: 75vh; padding: 100px 0; color: var(--white); background: var(--ink); }
.not-found__code { margin: 0 0 -35px; color: rgba(255,255,255,.04); font-family: var(--serif); font-size: clamp(160px, 28vw, 360px); line-height: .7; }
.not-found h1 { max-width: 760px; font-size: clamp(50px, 7vw, 90px); }
.not-found > .shell > p:not(.eyebrow):not(.not-found__code) { color: rgba(255,255,255,.6); }
.not-found .button { margin: 15px 8px 0 0; }

/* Motion */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 38px, 980px); }
  .primary-navigation { gap: 17px; }
  .nav-cta { display: none; }
  .expertise-grid, .course-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-card:nth-child(2) { border-right: 0; }
  .expertise-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .training-story__grid, .commitment-section__grid { gap: 55px; }
  .program-row { grid-template-columns: 45px .8fr 1.2fr 52px; gap: 25px; }
  .service-overview__grid { gap: 60px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .site-footer__grid { grid-template-columns: 1.1fr .65fr 1fr; gap: 45px; }
}

@media (max-width: 900px) {
  .admin-bar .site-header { top: 46px; }
  .section { padding: 86px 0; }
  .utility-bar p { display: none; }
  .utility-bar__inner { justify-content: center; }
  .primary-navigation {
    position: fixed;
    top: 114px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - 114px);
    padding: 24px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    background: var(--paper);
    transform: translateY(-12px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }
  .admin-bar .primary-navigation { top: 160px; max-height: calc(100vh - 160px); }
  .primary-navigation.is-open { visibility: visible !important; opacity: 1 !important; transform: translateY(0) !important; transition: none; }
  .primary-navigation > a:not(.button) { padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .primary-navigation > a:not(.button)::after { display: none; }
  .primary-navigation .nav-cta { display: flex; margin-top: 20px; }
  .menu-toggle { display: flex; align-items: center; gap: 12px; }
  .menu-toggle__label { font-size: 11px; font-weight: 850; text-transform: uppercase; }
  .menu-toggle__lines { display: grid; gap: 4px; width: 26px; }
  .menu-toggle__lines i { display: block; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded='true'] .menu-toggle__lines i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] .menu-toggle__lines i:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] .menu-toggle__lines i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero, .hero__content { min-height: 700px; }
  .hero__content { padding-top: 75px; }
  .hero__side-note { display: none; }
  .trust-strip__inner { flex-direction: column; justify-content: center; gap: 15px; padding: 20px 0; }
  .split-heading, .training-intro__grid, .standards-section__grid, .about-manifesto__grid, .responsibility-section__grid { grid-template-columns: 1fr; gap: 38px; }
  .training-story__grid { grid-template-columns: 1fr; }
  .training-story__media { min-height: 560px; }
  .systems-feature, .about-center { grid-template-columns: 1fr; }
  .systems-feature__image, .about-center__media { min-height: 480px; }
  .commitment-section__grid, .equipment-showcase__grid { grid-template-columns: 1fr; }
  .commitment-section__media { max-width: 680px; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; gap: 35px; }
  .program-row { grid-template-columns: 40px 1fr 48px; }
  .program-row__body { grid-column: 2 / 4; }
  .program-row__action { grid-column: 3; grid-row: 1; }
  .training-gallery__header { grid-template-columns: 1fr; gap: 25px; }
  .training-gallery__grid { grid-template-columns: 1fr 1fr; height: auto; }
  .training-gallery__grid img { height: 330px; }
  .service-overview__grid { grid-template-columns: 1fr; }
  .service-overview__sticky, .contact-hero__copy { position: static; }
  .equipment-showcase__media { max-width: 680px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .value-card:nth-child(2) { border-right: 0; }
  .value-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-hero__grid, .contact-details__grid { grid-template-columns: 1fr; gap: 60px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100% - 32px); }
  .section { padding: 72px 0; }
  .utility-bar__links { gap: 15px; }
  .utility-bar__links a:last-child { display: none; }
  .site-header__inner { min-height: 70px; }
  .brand img { width: 42px; height: 42px; }
  .brand span { font-size: 10px; }
  .brand strong { font-size: 12px; }
  .primary-navigation { top: 106px; max-height: calc(100vh - 106px); }
  .admin-bar .primary-navigation { top: 152px; max-height: calc(100vh - 152px); }
  .hero, .hero__content { min-height: 660px; }
  .hero__veil { background: linear-gradient(90deg, rgba(12,17,19,.9), rgba(12,17,19,.63)); }
  .hero h1 { font-size: clamp(49px, 15vw, 66px); }
  .hero__lead { font-size: 17px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__proof { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
  .hero__proof > div { min-width: 0; padding: 0 14px; }
  .hero__proof > div:nth-child(3) { display: none; }
  .hero__proof strong { font-size: 18px; }
  .trust-strip__logos { width: 100%; justify-content: space-between; gap: 10px; }
  .trust-strip__logos span { font-size: 12px; }
  .split-heading { margin-bottom: 45px; }
  .split-heading h2, .section-heading h2 { font-size: 42px; }
  .expertise-grid, .course-grid, .team-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .expertise-card:last-child { border-bottom: 0; }
  .icon-box { margin: 30px 0 45px; }
  .training-story__copy h2 { font-size: 43px; }
  .training-story__media { min-height: 450px; }
  .media-tile--large { width: 92%; height: 68%; }
  .media-tile--small { width: 58%; }
  .media-stat { right: 0; bottom: 0; width: 220px; padding: 18px; }
  .course-card { min-height: 380px; }
  .systems-feature__image, .about-center__media { min-height: 370px; }
  .systems-feature__content, .about-center__copy { padding: 65px 22px; }
  .systems-feature__content h2, .about-center__copy h2 { font-size: 42px; }
  .commitment-section__media > img { min-height: 460px; }
  .commitment-badge { right: -5px; bottom: 22px; width: 165px; }
  .commitment-section__copy h2 { font-size: 43px; }
  .cta-band { padding: 65px 0; }
  .cta-band__actions { flex-direction: column; align-items: flex-start; width: 100%; }
  .cta-band__actions .button { width: 100%; }
  .page-hero, .page-hero__content { min-height: 590px; }
  .page-hero h1 { font-size: 52px; }
  .page-hero__content > p:not(.eyebrow) { font-size: 17px; }
  .page-hero__index { display: none; }
  .training-intro h2 { font-size: 43px; }
  .mini-features { grid-template-columns: 1fr; }
  .program-row { grid-template-columns: 32px 1fr 42px; gap: 15px; padding: 32px 0; }
  .program-row__title h3 { font-size: 27px; }
  .program-row__body ul { grid-template-columns: 1fr; }
  .program-row__action { width: 42px; height: 42px; }
  .training-gallery__grid img { height: 230px; }
  .standards-grid { grid-template-columns: 1fr 1fr; }
  .standards-grid span:nth-child(3n) { border-right: 1px solid var(--line); }
  .standards-grid span:nth-child(2n) { border-right: 0; }
  .standards-grid span:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .standards-grid span:nth-last-child(-n+2) { border-bottom: 0; }
  .service-detail .check-list { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .process-step:last-child { border-bottom: 0; }
  .process-step > span { margin-bottom: 38px; }
  .equipment-showcase__media img { min-height: 430px; }
  .equipment-showcase__media > div { right: -5px; }
  .about-manifesto__headline h2 { font-size: 45px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .value-card:last-child { border-bottom: 0; }
  .value-card > span { margin-bottom: 40px; }
  .about-center__facts { grid-template-columns: 1fr; gap: 15px; }
  .team-card { min-height: 430px; }
  .responsibility-points { grid-template-columns: 1fr; }
  .contact-hero { padding: 70px 0; }
  .contact-hero h1 { font-size: 53px; }
  .contact-form-card { padding: 30px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-whatsapp__inner { flex-direction: column; align-items: flex-start; }
  .simple-hero { padding: 80px 0 70px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 17px 0; }
  .whatsapp-float { right: 14px; bottom: 14px; padding-right: 12px; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
