:root {
  --black: #080808;
  --panel: #121212;
  --panel-soft: #1b1b1b;
  --charcoal: #242424;
  --gold: #ffd200;
  --gold-soft: #f7e7b8;
  --text: #f7f4ee;
  --muted: #aaa39a;
  --line: rgba(255, 210, 0, 0.18);
  --teal: #16c7b7;
  --danger: #ff4d6d;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(8, 8, 8, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.brand img {
  width: 150px;
  max-height: 44px;
  object-fit: contain;
}

.brand span {
  color: var(--gold);
  font-weight: 950;
  letter-spacing: 0.5px;
}

.nav {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  color: rgba(247, 244, 238, 0.72);
  font-size: 14px;
  font-weight: 850;
}

.nav a {
  padding: 9px 11px;
  border-radius: 8px;
  white-space: nowrap;
}

.nav a:hover,
.nav-admin {
  color: var(--gold);
  background: rgba(255, 210, 0, 0.08);
}

.nav-admin {
  border: 1px solid var(--line);
}

.academy-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 88vh, 840px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(42px, 8vw, 96px) clamp(18px, 5vw, 72px);
  overflow: hidden;
}

.academy-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.academy-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.82) 50%, rgba(8, 8, 8, 0.42) 100%),
    radial-gradient(circle at 78% 18%, rgba(255, 210, 0, 0.18), transparent 25%);
}

.academy-hero__content {
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.academy-hero h1,
.section-heading h2,
.cms-cta h2 {
  margin: 0;
  color: var(--text);
  line-height: 0.98;
  letter-spacing: 0;
}

.academy-hero h1 {
  max-width: 900px;
  font-size: clamp(46px, 8vw, 94px);
}

.academy-hero p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.cms-cta p {
  max-width: 780px;
  color: rgba(247, 244, 238, 0.76);
  font-size: clamp(16px, 1.45vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 950;
}

.button.primary {
  color: var(--black);
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
}

.button.ghost {
  color: var(--gold);
  border: 1px solid var(--line);
  background: rgba(255, 210, 0, 0.04);
}

.hero-panel {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 24px;
  background: rgba(18, 18, 18, 0.82);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-panel strong {
  color: var(--gold);
  font-size: 30px;
  line-height: 1.05;
}

.hero-panel span,
.hero-panel small {
  color: var(--muted);
  font-weight: 800;
}

.hero-panel div {
  padding: 16px;
  background: rgba(255, 210, 0, 0.08);
  border-radius: 8px;
}

.hero-panel b {
  display: block;
  color: var(--text);
  font-size: 36px;
}

.quick-paths {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px clamp(18px, 5vw, 72px) 34px;
  background: var(--black);
  border-bottom: 1px solid var(--line);
}

.quick-paths a {
  min-height: 118px;
  display: grid;
  gap: 5px;
  align-content: center;
  padding: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quick-paths span {
  color: var(--gold);
  font-weight: 950;
}

.quick-paths strong {
  font-size: 22px;
  line-height: 1.1;
}

.quick-paths small {
  color: var(--muted);
  font-weight: 850;
}

.family-section {
  background: #101010;
  border-bottom: 1px solid var(--line);
}

.family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.family-card {
  min-height: 156px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px;
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.family-card > span {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  background: var(--text);
  border-radius: 999px;
}

.family-card strong,
.instructor-card strong {
  display: block;
  color: var(--text);
  font-size: 26px;
  line-height: 1.1;
}

.family-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 850;
}

.division-section {
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 210, 0, 0.12), transparent 22%),
    var(--black);
}

.division-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.division-banner {
  min-height: 360px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-content: end;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--panel-soft);
}

.division-banner img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.division-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.15), rgba(8, 8, 8, 0.96));
}

.division-banner strong {
  display: block;
  font-size: 28px;
  line-height: 1.05;
}

.division-banner span {
  display: block;
  margin-top: 10px;
  color: rgba(247, 244, 238, 0.78);
  font-weight: 800;
}

.division-banner a {
  width: fit-content;
  display: inline-flex;
  margin-top: 16px;
  padding: 10px 12px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-weight: 950;
}

.section {
  padding: clamp(58px, 7vw, 96px) clamp(18px, 5vw, 72px);
  scroll-margin-top: 108px;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.section-heading--row {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  align-items: end;
}

.section-note {
  padding: 18px;
  color: var(--gold);
  background: rgba(255, 210, 0, 0.06);
  border: 1px solid var(--line);
  border-radius: 9px;
  font-weight: 900;
}

.section-heading h2,
.cms-cta h2 {
  font-size: clamp(34px, 5vw, 60px);
}

.program-section,
.equipment-section {
  background: var(--panel);
}

.area-grid,
.instructor-grid,
.store-grid,
.solution-grid,
.cert-flow {
  display: grid;
  gap: 14px;
}

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

.area-card,
.store-card,
.solution-card,
.cert-flow article {
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.area-card {
  min-height: 210px;
  padding: 20px;
  border-top: 5px solid var(--area-color, var(--gold));
}

.area-card strong,
.store-card strong,
.solution-card strong,
.cert-flow strong {
  display: block;
  color: var(--text);
  font-size: 22px;
  line-height: 1.1;
}

.area-card span,
.store-card span,
.solution-card span,
.cert-flow small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

.area-card b {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 8px;
  color: var(--black);
  background: var(--area-color, var(--gold));
  border-radius: 7px;
  font-size: 12px;
}

.academy-store-section {
  background: var(--black);
}

.tech-store-section {
  background: #101010;
}

.agreement-section {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 210, 0, 0.1), transparent 22%),
    var(--panel);
}

.agreement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.agreement-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr);
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.agreement-card__media {
  min-height: clamp(540px, 38vw, 680px);
  display: grid;
  place-items: center;
  padding: 14px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 210, 0, 0.08), transparent 34%),
    #050505;
}

.agreement-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
}

.agreement-card__body {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
}

.agreement-card strong {
  color: var(--text);
  font-size: 27px;
  line-height: 1.05;
}

.agreement-card span,
.agreement-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.agreement-detail {
  display: grid;
  gap: 6px;
  padding: 13px;
  background: rgba(255, 210, 0, 0.05);
  border: 1px solid rgba(255, 210, 0, 0.12);
  border-radius: 8px;
}

.agreement-detail b {
  color: var(--gold);
}

.store-search input {
  width: 100%;
  min-height: 46px;
  padding: 13px 15px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.store-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.store-tabs button {
  padding: 10px 14px;
  color: var(--gold);
  background: rgba(255, 210, 0, 0.04);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 950;
}

.store-tabs button.is-active {
  color: var(--black);
  background: var(--gold);
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.course-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.course-card img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  display: block;
  object-fit: cover;
  background: #111;
}

.course-card__body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.course-card strong {
  display: block;
  color: var(--text);
  font-size: 23px;
  line-height: 1.08;
}

.course-card p,
.course-card em {
  margin: 0;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.course-status {
  display: grid;
  gap: 5px;
  padding: 12px;
  background: rgba(255, 210, 0, 0.06);
  border: 1px solid rgba(255, 210, 0, 0.14);
  border-radius: 8px;
}

.course-status span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.course-status b {
  font-size: 15px;
}

.course-modules,
.tech-specs {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 800;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tech-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--panel-soft);
  border: 1px solid rgba(255, 210, 0, 0.14);
  border-radius: 8px;
}

.tech-card::before {
  content: none;
}

.tech-card img {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: contain;
  padding: 0;
  background: #ffffff;
  filter: none;
  opacity: 1;
}

.tech-card__body {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
  padding: 13px;
}

.tech-card strong {
  display: block;
  color: var(--text);
  font-size: 17px;
  line-height: 1.15;
}

.tech-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.tech-info {
  display: grid;
  gap: 5px;
  color: rgba(247, 244, 238, 0.7);
  font-size: 12px;
  font-weight: 900;
}

.tech-specs {
  font-size: 12px;
}

.tech-card .store-card__meta small,
.tech-card .store-card__links a {
  font-size: 11px;
}

.tech-card .store-card__footer b {
  font-size: 18px;
}

.tech-card .store-card__footer button {
  padding: 8px 10px;
  font-size: 12px;
}

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

.store-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.store-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #111;
}

.store-card__body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.store-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.store-card__meta small {
  padding: 5px 8px;
  color: var(--gold);
  background: rgba(255, 210, 0, 0.08);
  border-radius: 7px;
  font-weight: 950;
}

.store-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: auto;
}

.store-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.store-card__links a {
  padding: 7px 9px;
  color: var(--gold);
  background: rgba(255, 210, 0, 0.06);
  border: 1px solid rgba(255, 210, 0, 0.14);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 950;
}

.store-card__footer b {
  color: var(--gold);
  font-size: 24px;
}

.store-card__footer button {
  padding: 10px 12px;
  color: var(--black);
  background: var(--gold);
  border: 0;
  border-radius: 8px;
  font-weight: 950;
  cursor: pointer;
}

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

.instructor-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 210, 0, 0.12), transparent 24%),
    var(--panel);
}

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

.instructor-card {
  min-height: 260px;
  display: grid;
  gap: 10px;
  align-content: start;
  overflow: hidden;
  padding: 0;
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.instructor-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  overflow: hidden;
}

.instructor-card__photo {
  align-self: start;
  margin: 0;
  max-width: 260px;
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(255, 210, 0, 0.14);
  border-radius: 9px;
}

.instructor-card__photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  object-position: center 36%;
}

.instructor-card__work {
  margin: 0;
  overflow: hidden;
  background: #050505;
  border: 1px solid rgba(255, 210, 0, 0.14);
  border-radius: 9px;
}

.instructor-card__work img {
  width: 100%;
  aspect-ratio: 16 / 6;
  display: block;
  object-fit: cover;
}

.instructor-card__content {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 0;
}

.instructor-card small {
  width: fit-content;
  padding: 6px 8px;
  color: var(--black);
  background: var(--gold);
  border-radius: 7px;
  font-weight: 950;
}

.instructor-card span,
.instructor-card p,
.instructor-card em {
  margin: 0;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.instructor-card__content > div:not(.instructor-tags) {
  display: grid;
  gap: 4px;
  padding: 12px;
  background: rgba(255, 210, 0, 0.05);
  border: 1px solid rgba(255, 210, 0, 0.1);
  border-radius: 8px;
}

.instructor-card ul {
  margin: 4px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 800;
}

.instructor-tags {
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.instructor-tags small {
  color: var(--gold);
  background: rgba(255, 210, 0, 0.08);
  border: 1px solid rgba(255, 210, 0, 0.12);
}

.instructor-links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
  margin-top: 8px;
}

.instructor-links a {
  padding: 8px 10px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

.instructor-card b {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.solution-card {
  min-height: 190px;
  padding: 20px;
}

.solution-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 800;
}

.certification-section {
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 210, 0, 0.14), transparent 25%),
    var(--black);
}

.cert-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cert-flow article {
  min-height: 190px;
  padding: 20px;
}

.cert-flow span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--black);
  background: var(--gold);
  border-radius: 999px;
  font-weight: 950;
}

.platform-section {
  background:
    linear-gradient(135deg, rgba(255, 210, 0, 0.08), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(22, 199, 183, 0.1), transparent 26%),
    #101010;
}

.platform-brief {
  display: grid;
  gap: 14px;
  padding: 24px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.platform-brief small,
.platform-module-card small {
  width: fit-content;
  padding: 7px 10px;
  color: #080808;
  background: var(--gold);
  border-radius: 8px;
  font-weight: 950;
}

.platform-brief h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.platform-brief p {
  max-width: 880px;
  margin: 0;
  color: rgba(247, 244, 238, 0.76);
  font-size: 18px;
}

.platform-brief ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
}

.platform-brief li {
  padding: 14px;
  color: rgba(247, 244, 238, 0.78);
  background: rgba(255, 210, 0, 0.055);
  border: 1px solid rgba(255, 210, 0, 0.18);
  border-radius: 8px;
  font-weight: 800;
}

.platform-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.platform-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.platform-kpi-grid article {
  min-height: 150px;
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 18px;
  background: rgba(8, 8, 8, 0.74);
  border: 1px solid rgba(255, 210, 0, 0.16);
  border-radius: 9px;
}

.platform-kpi-grid span {
  color: var(--gold);
  font-size: 42px;
  line-height: 1;
  font-weight: 950;
}

.platform-kpi-grid strong {
  color: var(--text);
  font-size: 18px;
  line-height: 1.1;
}

.platform-kpi-grid small {
  color: rgba(247, 244, 238, 0.68);
  font-weight: 800;
}

.platform-module-card {
  min-height: 300px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
  background: rgba(8, 8, 8, 0.72);
  border: 1px solid rgba(255, 210, 0, 0.16);
  border-radius: 9px;
}

.platform-module-card > div {
  display: grid;
  gap: 10px;
}

.platform-module-card strong {
  color: var(--text);
  font-size: 24px;
  line-height: 1.05;
}

.platform-module-card span,
.platform-module-card p,
.platform-module-card li {
  color: rgba(247, 244, 238, 0.72);
  font-weight: 800;
}

.platform-module-card p {
  margin: 0;
}

.platform-module-card ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  margin: 0;
}

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

.platform-ops-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.platform-ops-grid h4 {
  margin: 0;
  color: var(--gold);
  font-size: 18px;
}

.platform-ops-grid div {
  display: grid;
  gap: 5px;
  padding: 12px;
  background: rgba(8, 8, 8, 0.54);
  border: 1px solid rgba(255, 210, 0, 0.1);
  border-radius: 8px;
}

.platform-ops-grid strong {
  color: var(--text);
  line-height: 1.15;
}

.platform-ops-grid span,
.platform-ops-grid small {
  color: rgba(247, 244, 238, 0.7);
  font-weight: 800;
}

.cms-cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: var(--panel);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-section {
  background:
    radial-gradient(circle at 78% 12%, rgba(22, 199, 183, 0.12), transparent 24%),
    #0c0c0c;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-grid article {
  min-height: 170px;
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 20px;
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.contact-grid small {
  color: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
}

.contact-grid strong {
  color: var(--text);
  font-size: 22px;
  line-height: 1.1;
}

.contact-grid span,
.contact-grid a {
  color: var(--muted);
  font-weight: 850;
}

.contact-grid div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-grid a {
  width: fit-content;
  padding: 9px 10px;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-weight: 950;
}

.product-modal[hidden] {
  display: none;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
}

body.has-modal {
  overflow: hidden;
}

.product-modal__panel {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(90vh, 880px);
  overflow: auto;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.product-modal__close {
  position: sticky;
  top: 14px;
  z-index: 8;
  float: right;
  width: 42px;
  height: 42px;
  margin: 14px 14px 0 0;
  color: var(--black);
  background: var(--gold);
  border: 0;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}

[data-product-detail-body] {
  clear: both;
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
  gap: 0;
}

.product-detail__media {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  background: #ffffff;
}

.product-detail__media > img {
  width: 100%;
  max-height: 560px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
  background: #ffffff;
  filter: none;
}

.product-detail__thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(86px, 1fr);
  gap: 8px;
  overflow-x: auto;
}

.product-detail__thumbs button {
  padding: 3px;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px;
}

.product-detail__thumbs button.is-active {
  border-color: var(--gold);
  background: rgba(255, 210, 0, 0.18);
}

.product-detail__thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
  background: #ffffff;
  border-radius: 6px;
}

.product-detail__content {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 28px;
}

.product-detail__content h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.98;
}

.product-detail__content p {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
}

.product-detail__price,
.product-detail__block,
.product-detail__contact {
  display: grid;
  gap: 9px;
  padding: 15px;
  background: rgba(255, 210, 0, 0.05);
  border: 1px solid rgba(255, 210, 0, 0.14);
  border-radius: 9px;
}

.product-detail__price strong {
  color: var(--gold);
  font-size: 34px;
  line-height: 1;
}

.product-detail__price span,
.product-detail__contact span,
.product-detail__block b {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-detail__block ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 850;
}

.product-detail__contact strong {
  color: var(--text);
}

.product-detail__contact div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-detail__video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
  border-radius: 9px;
  background: #000;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: #050505;
  font-weight: 850;
}

@media (max-width: 1040px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .academy-hero,
  .section-heading--row,
  .family-grid,
  .division-grid,
  .agreement-grid,
  .area-grid,
  .platform-brief ol,
  .platform-kpi-grid,
  .platform-module-grid,
  .platform-ops-grid,
  .store-grid,
  .course-grid,
  .tech-grid,
  .instructor-grid,
  .solution-grid,
  .contact-grid,
  .cert-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-product-detail-body] {
    grid-template-columns: 1fr;
  }

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

  .instructor-card--featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header,
  .cms-cta,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .academy-hero,
  .section-heading--row,
  .family-grid,
  .division-grid,
  .agreement-grid,
  .agreement-card,
  .area-grid,
  .platform-brief ol,
  .platform-kpi-grid,
  .platform-module-grid,
  .platform-ops-grid,
  .store-grid,
  .course-grid,
  .tech-grid,
  .instructor-grid,
  .solution-grid,
  .contact-grid,
  .cert-flow,
  .quick-paths {
    grid-template-columns: 1fr;
  }

  .academy-hero {
    min-height: auto;
  }

  .instructor-card--featured {
    grid-template-columns: 1fr;
  }

  .instructor-card__photo {
    max-width: 320px;
  }

  .instructor-card__photo img {
    aspect-ratio: 4 / 4.5;
  }

  .academy-hero h1 {
    font-size: 42px;
  }

  .brand img {
    width: 128px;
  }
}
