/* Iron Elite — compact homepage (shorter scroll, orange accents) */

.home-flow--compact {
  --ie-accent: var(--orange, #f28c00);
  --ie-accent-hi: var(--orange-hi, #ff8a00);
  --ie-accent-glow: rgba(242, 140, 0, 0.4);
  --ie-section-y: clamp(32px, 4.5vw, 46px);
  background:
    radial-gradient(circle at 75% 35%, rgba(255, 122, 0, 0.12), transparent 38%),
    linear-gradient(180deg, #18110c 0%, #070707 100%);
}

.hero--bright.no-video .hero-poster,
.hero--bright .hero-poster,
.hero--bright.has-video .hero-video,
.hero.no-video.hero--bright .hero-poster {
  opacity: 1 !important;
}

.home-flow--compact > .page-section,
.home-flow--compact > .section,
.home-flow--compact > .cta--final {
  padding-top: var(--ie-section-y) !important;
  padding-bottom: var(--ie-section-y) !important;
}

.home-flow--compact .section-inner {
  padding: 0;
}

.home-flow--compact .section-header--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
  margin-bottom: 14px;
}

.home-flow--compact .section-header--inline .section-title {
  margin: 0;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
}

.home-flow--compact .section-header--inline .lbl {
  margin: 0;
}

/* Hero — premium bright image card + text column (no image darkening) */
.hero--impact.hero--cinematic,
.hero--bright {
  background:
    radial-gradient(circle at 75% 35%, rgba(255, 122, 0, 0.18), transparent 38%),
    linear-gradient(180deg, #18110c 0%, #070707 100%) !important;
  min-height: min(88svh, 820px) !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.hero--impact::after,
.hero.hero--impact::after,
.hero.hero--bright::after,
.hero--bright .hero-visual::before,
.hero--bright .hero-visual::after,
.hero--bright .hero-media::before,
.hero--bright .hero-media::after,
.hero--bright .hero-image-card::before,
.hero--bright .hero-image-card::after,
.hero--impact .hero-visual::before,
.hero--impact .hero-visual::after,
.hero--impact .hero-media::before,
.hero--impact .hero-media::after,
.hero--impact .hero-image-card::before,
.hero--impact .hero-image-card::after {
  display: none !important;
  content: none !important;
  background: none !important;
  opacity: 0 !important;
}

.hero--impact .hero-layout--card,
.hero--bright .hero-layout--card {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  grid-template-areas: "copy visual";
  gap: clamp(20px, 3.5vw, 48px);
  align-items: stretch;
  width: 100%;
  max-width: var(--max, 1200px);
  margin: 0 auto;
  padding: calc(var(--nav-h, 72px) + 16px) clamp(20px, 5vw, 48px) clamp(28px, 4vh, 48px);
  box-sizing: border-box;
}

.hero-copy-panel {
  grid-area: copy;
  align-self: stretch;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(145deg, rgba(22, 16, 10, 0.96) 0%, rgba(10, 8, 6, 0.92) 100%);
  border: 1px solid rgba(255, 122, 0, 0.28);
  padding: clamp(26px, 4vw, 42px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55);
}

.hero--impact .hero-inner::before {
  display: none !important;
  content: none !important;
}

.hero-visual {
  grid-area: visual;
  position: relative;
  align-self: stretch;
  width: 100%;
  min-height: clamp(280px, 46vh, 520px);
  isolation: isolate;
}

.hero-visual-glow {
  position: absolute;
  inset: -56px -32px -40px -32px;
  z-index: 0;
  object-fit: cover;
  pointer-events: none;
  filter: blur(28px);
  background: radial-gradient(
    ellipse 85% 75% at 52% 48%,
    rgba(255, 122, 0, 0.55) 0%,
    rgba(255, 122, 0, 0.22) 42%,
    transparent 72%
  );
}

.hero--impact .hero-media,
.hero--bright .hero-media,
.hero--impact .hero-image-card,
.hero--bright .hero-image-card {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 46vh, 520px);
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  background: #221a14;
  border: 1px solid rgba(255, 122, 0, 0.55);
  box-shadow:
    0 0 70px rgba(255, 122, 0, 0.45),
    0 0 160px rgba(255, 122, 0, 0.2),
    0 24px 64px rgba(0, 0, 0, 0.35);
}

.hero.no-video.hero--impact .hero-poster,
.hero.no-video.hero--bright .hero-poster,
.hero--impact .hero-image,
.hero--bright .hero-image,
.hero--impact .hero-poster,
.hero--bright .hero-poster,
.hero--impact.has-video .hero-video,
.hero--bright.has-video .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 46vh, 520px);
  object-fit: cover;
  object-position: center 30%;
  display: block !important;
  opacity: 1 !important;
  filter: brightness(1.75) contrast(1.2) saturate(1.18) !important;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background: none !important;
}

.hero--impact.has-video .hero-video,
.hero--bright.has-video .hero-video {
  display: block !important;
  opacity: 1 !important;
}

.hero--impact.no-video .hero-poster,
.hero--bright.no-video .hero-poster {
  display: block !important;
}

@media (prefers-reduced-motion: no-preference) {
  .hero--impact.no-video .hero-poster,
  .hero--impact.has-video .hero-video,
  .hero--bright.no-video .hero-poster,
  .hero--bright.has-video .hero-video {
    animation: heroImpactKen 24s ease-in-out infinite alternate;
  }
}

@keyframes heroImpactKen {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.06);
  }
}

.hero--impact .hero-headline,
.hero--bright .hero-headline {
  font-size: clamp(3.5rem, 12vw, 7rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 0.92;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.hero--impact .hero-tagline,
.hero--bright .hero-tagline {
  font-size: clamp(1.05rem, 2.6vw, 1.5rem);
  margin-bottom: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ie-accent-hi);
  font-weight: 600;
}

.hero--impact .hero-sub,
.hero--bright .hero-sub {
  margin-bottom: 20px;
  max-width: 32ch;
  font-size: 0.98rem;
  color: rgba(242, 242, 242, 0.72);
}

.hero--impact .hero-acts {
  margin-bottom: 0;
}

.hero-legacy-slogan {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  line-height: 1.65;
  color: rgba(242, 232, 218, 0.95);
  margin: clamp(16px, 2.5vw, 22px) 0 0;
  padding-top: 14px;
  max-width: 100%;
  opacity: 0.72;
  border-top: 1px solid rgba(255, 122, 0, 0.22);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.hero-copy-panel.reveal.is-in .hero-legacy-slogan,
.loaded .hero-copy-panel .hero-legacy-slogan,
.loaded .hero-copy-meta .hero-legacy-slogan {
  animation: heroSloganFade 1.2s ease 0.45s both;
}

@keyframes heroSloganFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 0.72;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-legacy-slogan {
    animation: none;
    opacity: 0.72;
  }
}

.home-flow--compact .hero + .page-section {
  margin-top: 0;
}

/* Geometric emblem — CSS only, behind hero image (no legacy raster) */
.hero-emblem {
  position: absolute;
  inset: 8% 6% 8% 10%;
  z-index: 0;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.04;
  filter: blur(2px);
  background:
    linear-gradient(30deg, rgba(255, 122, 0, 0.55) 12%, transparent 12.5%, transparent 87%, rgba(255, 122, 0, 0.55) 87.5%),
    linear-gradient(150deg, rgba(255, 122, 0, 0.55) 12%, transparent 12.5%, transparent 87%, rgba(255, 122, 0, 0.55) 87.5%),
    linear-gradient(90deg, rgba(255, 122, 0, 0.35) 12%, transparent 12.5%, transparent 87%, rgba(255, 122, 0, 0.35) 87.5%);
  mask-image: radial-gradient(ellipse 70% 65% at 50% 50%, #000 0%, transparent 72%);
}

/* Why Iron Elite + pillars */
.why-section {
  background: linear-gradient(180deg, #0a0806 0%, #050505 100%);
}

.why-section__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(20px, 4vw, 36px);
  align-items: center;
  max-width: var(--max, 1200px);
  margin: 0 auto;
}

.why-elite__title {
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 0.95;
  margin: 8px 0 12px;
}

.why-elite__lead {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 500;
  line-height: 1.35;
  color: rgba(242, 242, 242, 0.88);
  max-width: 28ch;
  margin: 0 0 14px;
}

.why-elite__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.why-elite__list li {
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ie-accent-hi);
  padding-left: 14px;
  border-left: 2px solid rgba(255, 122, 0, 0.45);
}

.standard__pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.pillar-card--compact {
  padding: 14px 16px;
  border-color: rgba(242, 140, 0, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.pillar-card--compact:hover {
  border-color: rgba(242, 140, 0, 0.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 20px rgba(242, 140, 0, 0.12);
}

.pillar-card--compact .pillar-card__n {
  font-size: 1.1rem;
  margin: 0;
}

/* Programs — glass premium cards */
.home-flow--compact .programs--curated {
  padding-top: calc(var(--ie-section-y) * 0.5);
  padding-bottom: calc(var(--ie-section-y) * 0.22);
}

.programs--curated .programs__inner {
  max-width: min(980px, 100%);
}

.programs--curated .programs__header {
  margin-bottom: clamp(12px, 2vw, 18px);
}

.prog-grid--compact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: stretch;
}

.home-flow--compact .programs--curated .prog-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 108px;
  height: 100%;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 140, 0, 0.34);
  background: rgba(12, 11, 10, 0.52);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 200, 120, 0.1),
    0 0 22px rgba(255, 132, 0, 0.1);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.prog-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-height: 108px;
  padding: 12px 14px 11px;
}

.home-flow--compact .programs--curated .prog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: none;
  background:
    linear-gradient(165deg, rgba(8, 8, 10, 0.9) 0%, rgba(12, 10, 8, 0.7) 52%, rgba(8, 8, 10, 0.92) 100%),
    radial-gradient(ellipse 90% 70% at 100% 100%, rgba(255, 132, 0, 0.12), transparent 62%);
  transition: opacity 0.25s ease;
  z-index: 1;
}

.prog-card--visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  object-fit: cover;
  background-image: var(--prog-bg-image);
  background-size: cover;
  background-position: var(--prog-bg-position, center);
  opacity: 0.22;
  filter: grayscale(1) contrast(1.12) brightness(0.82);
  transform: scale(1);
  transition: transform 0.25s ease, opacity 0.25s ease;
  pointer-events: none;
}

.prog-card--strength {
  --prog-bg-image: url("../images/facility-performance-floor.png");
  --prog-bg-position: 78% 32%;
}

.prog-card--speed {
  --prog-bg-image: url("../images/facility-performance-floor.png");
  --prog-bg-position: 22% 82%;
}

.prog-card--development {
  --prog-bg-image: url("../images/gallery-02.png");
  --prog-bg-position: center 42%;
}

.home-flow--compact .programs--curated .prog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 150, 0, 0.55);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 200, 120, 0.14),
    0 0 32px rgba(255, 132, 0, 0.18);
}

.home-flow--compact .programs--curated .prog-card:hover::before {
  transform: none;
}

.home-flow--compact .programs--curated .prog-card:hover::after {
  transform: scale(1.02);
  opacity: 0.3;
}

.prog-card--visual {
  position: relative;
  overflow: hidden;
}

.prog-card--visual .prog-name,
.prog-card--visual .prog-tag {
  position: relative;
  z-index: 2;
}

.home-flow--compact .programs--curated .prog-name {
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  margin: 0 0 4px;
  letter-spacing: 0.06em;
  line-height: 1.1;
}

.home-flow--compact .programs--curated .prog-tag {
  flex: 0;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(242, 242, 242, 0.62);
  margin: 0;
  max-width: none;
}

/* Packages — two-column premium cards */
.packages--compact {
  padding-top: calc(var(--ie-section-y) * 0.4);
  padding-bottom: calc(var(--ie-section-y) * 0.28);
}

.home-flow--compact > .packages--compact::before {
  width: min(560px, 72%);
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 132, 0, 0.12) 12%,
    rgba(255, 132, 0, 0.52) 50%,
    rgba(255, 132, 0, 0.12) 88%,
    transparent 100%
  );
  filter: blur(0.75px);
  opacity: 0.5;
}

.packages__inner {
  width: 100%;
  max-width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
  box-sizing: border-box;
}

.packages-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 44%);
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
}

.packages-content {
  min-width: 0;
}

.packages__header {
  text-align: left;
  margin: 0 0 clamp(14px, 2.5vw, 20px);
}

.packages__header .lbl {
  display: block;
  margin-bottom: 10px;
}

.packages__title {
  font-size: clamp(1.65rem, 3.5vw, 2.5rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 10px;
}

.packages__subtitle {
  font-size: clamp(0.92rem, 1.8vw, 1.05rem);
  line-height: 1.5;
  color: var(--w60, rgba(242, 242, 242, 0.65));
  margin: 0;
  max-width: 48ch;
}

.packages-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.package-card {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.package-card__shell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 124px;
  padding: 14px 16px 12px;
  text-align: center;
  border-radius: 14px;
  border: 1px solid rgba(255, 132, 0, 0.34);
  background: linear-gradient(165deg, rgba(22, 18, 14, 0.72) 0%, rgba(8, 8, 10, 0.88) 100%);
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  box-shadow:
    0 10px 32px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 200, 120, 0.08),
    0 0 20px rgba(255, 132, 0, 0.1);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.package-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.package-card--featured .package-card__shell {
  min-height: 136px;
  padding-top: 22px;
  border-color: rgba(255, 140, 0, 0.55);
  box-shadow:
    0 0 36px rgba(255, 132, 0, 0.18),
    0 14px 44px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 180, 80, 0.12);
}

.package-card:hover .package-card__shell {
  transform: translateY(-3px);
  border-color: rgba(255, 140, 0, 0.48);
  box-shadow:
    0 16px 44px rgba(0, 0, 0, 0.52),
    0 0 28px rgba(255, 132, 0, 0.14);
}

.package-card__badge {
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0;
  padding: 3px 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffb04a;
  border: 1px solid rgba(255, 132, 0, 0.5);
  border-radius: 999px;
  background: rgba(255, 132, 0, 0.16);
  box-shadow: 0 0 12px rgba(255, 132, 0, 0.2);
}

.package-card__name {
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.92rem, 1.5vw, 1.1rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.12;
  margin: 0;
  color: rgba(242, 242, 242, 0.96);
}

.package-card__desc {
  font-size: 11px;
  line-height: 1.4;
  color: rgba(242, 242, 242, 0.58);
  margin: 0;
  max-width: 34ch;
}

.package-button {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 160, 60, 0.45);
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a00 0%, #e07000 100%);
  color: #0a0806;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 6px 20px rgba(255, 132, 0, 0.35),
    inset 0 1px 0 rgba(255, 220, 160, 0.35);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.package-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  color: #070707;
  box-shadow: 0 10px 30px rgba(255, 132, 0, 0.4);
}

.package-button:focus-visible {
  outline: 2px solid rgba(255, 200, 120, 0.9);
  outline-offset: 3px;
}

/* Facility image — right column anchor */
.packages-facility-visual {
  min-height: 760px;
  display: flex;
  align-self: stretch;
  min-width: 0;
  position: relative;
}

.packages-facility-visual::before {
  content: "";
  position: absolute;
  inset: 10% 6% -8% 6%;
  background: radial-gradient(ellipse 80% 55% at 50% 55%, rgba(255, 132, 0, 0.24), transparent 68%);
  filter: blur(22px);
  z-index: 0;
  object-fit: cover;
  pointer-events: none;
}

.packages-facility-card {
  position: relative;
  display: block;
  flex: 1;
  width: 100%;
  margin: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 132, 0, 0.32);
  overflow: hidden;
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.5),
    0 0 36px rgba(255, 132, 0, 0.12);
  z-index: 1;
}

.packages-facility-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 50%, rgba(6, 5, 4, 0.55) 100%);
  pointer-events: none;
}

.packages-facility-card__label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  font-family: "Oswald", sans-serif;
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 176, 88, 0.95);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.85);
  padding: 6px 10px;
  border: 1px solid rgba(255, 132, 0, 0.38);
  border-radius: 4px;
  background: rgba(8, 6, 4, 0.58);
  backdrop-filter: blur(6px);
}

.packages-facility-card__img {
  object-fit: cover;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  object-position: center;
  filter: brightness(1.08) contrast(1.04);
}

@media (max-width: 1100px) {
  .package-card__desc {
    max-width: 42ch;
  }
}

@media (max-width: 900px) {
  .packages-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .packages__header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .packages__subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .packages-facility-visual {
  min-height: 760px;
    order: 2;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
    min-height: 0;
    height: auto;
  }

  .packages-facility-card {
    min-height: clamp(240px, 42vw, 320px);
    height: auto;
  }
}

/* Merchandise — centered premium block */
.merch--compact {
  padding-top: calc(var(--ie-section-y) * 0.32);
  padding-bottom: calc(var(--ie-section-y) * 0.65);
  background: linear-gradient(180deg, #0a0806 0%, #050505 100%);
}

.merch__inner {
  width: 100%;
  max-width: var(--max, 1200px);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
  box-sizing: border-box;
}

.merch-stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 26px);
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
}

.merch-block {
  margin: 0;
  padding: clamp(26px, 4vw, 36px) clamp(24px, 4vw, 40px);
  text-align: center;
  border: 1px solid rgba(255, 132, 0, 0.28);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

/* Shaw Strength — separate partner supplement link (not Iron Elite Kit) */
.kit-partner-card {
  position: relative;
  display: block;
  margin: 0;
  padding: clamp(22px, 3.5vw, 28px) clamp(22px, 3.5vw, 32px);
  text-align: left;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(82, 160, 220, 0.38);
  border-radius: 4px;
  background: linear-gradient(165deg, rgba(14, 18, 26, 0.94) 0%, rgba(6, 8, 12, 0.98) 100%);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.44);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.kit-partner-card::before,
.kit-partner-card::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: rgba(82, 160, 220, 0.62);
  border-style: solid;
  pointer-events: none;
  z-index: 1;
  transition: border-color 0.28s ease, opacity 0.28s ease;
}

.kit-partner-card::before {
  top: 8px;
  left: 8px;
  border-width: 1px 0 0 1px;
}

.kit-partner-card::after {
  bottom: 8px;
  right: 8px;
  border-width: 0 1px 1px 0;
}

.kit-partner-card:hover {
  transform: translateY(-3px);
  border-color: rgba(125, 190, 245, 0.52);
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.5),
    0 0 26px rgba(59, 130, 246, 0.14);
}

.kit-partner-card:hover::before,
.kit-partner-card:hover::after {
  border-color: rgba(125, 190, 245, 0.9);
}

.kit-partner-card:focus-visible {
  outline: 2px solid rgba(125, 190, 245, 0.75);
  outline-offset: 3px;
}

.kit-partner-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.kit-partner-logo {
  width: 92px;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
  filter:
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.08))
    drop-shadow(0 0 10px rgba(59, 130, 246, 0.12));
  transition:
    transform 500ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 400ms ease;
}

.kit-partner-card:hover .kit-partner-logo {
  transform: scale(1.04);
  filter:
    drop-shadow(0 0 24px rgba(255, 255, 255, 0.12))
    drop-shadow(0 0 16px rgba(59, 130, 246, 0.22));
}

.kit-partner-label {
  display: block;
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(125, 190, 245, 0.88);
}

.kit-partner-card__title {
  margin: 0 0 8px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.22rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.15;
  color: rgba(242, 242, 242, 0.96);
}

.kit-partner-card__copy {
  margin: 0 0 16px;
  max-width: 42ch;
  font-size: clamp(0.85rem, 1.75vw, 0.95rem);
  line-height: 1.55;
  color: rgba(220, 228, 238, 0.62);
}

.kit-partner-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid rgba(255, 140, 0, 0.45);
  border-radius: 999px;
  background: rgba(255, 132, 0, 0.1);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffb04a;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.kit-partner-card:hover .kit-partner-button {
  border-color: rgba(255, 150, 0, 0.55);
  background: rgba(255, 132, 0, 0.16);
  box-shadow: 0 0 20px rgba(255, 132, 0, 0.18);
}

.shaw-credit {
  margin: 12px 0 0;
  max-width: 520px;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(170, 175, 185, 0.48);
}

@media (max-width: 768px) {
  .shaw-credit {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.merch-block__title {
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1.05;
}

.merch-block__subtitle {
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  color: var(--w60, rgba(242, 242, 242, 0.65));
  margin: 0 0 18px;
  line-height: 1.45;
}

.merch-block__badge {
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ie-accent-hi);
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 132, 0, 0.25);
}

/* Proof band */
.proof-band {
  background: #0a0a0a;
  border-top: none;
  border-bottom: none;
  padding-top: calc(var(--ie-section-y) * 0.75);
  padding-bottom: calc(var(--ie-section-y) * 0.75);
}

.proof-band__head {
  margin-bottom: 16px;
}

.proof-band__title {
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  margin: 0;
}

.proof-band__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.proof-band__item {
  padding: 16px 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.proof-band__item:hover {
  border-color: rgba(242, 140, 0, 0.35);
  transform: translateY(-2px);
}

.proof-band__label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ie-accent-hi);
  margin: 0 0 6px;
}

.proof-band__item p {
  font-size: 13px;
  line-height: 1.45;
  color: var(--w40);
  margin: 0;
}

/* Facility — tight 3-up grid */
.facility--compact .section-header--inline {
  margin-bottom: 14px;
}

.facility-gallery--tight {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 0;
}

.facility-gallery--tight .gallery-tile {
  aspect-ratio: 4 / 3;
  min-height: 0;
  border-color: rgba(255, 255, 255, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.facility-gallery--tight .gallery-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 50%, rgba(5, 5, 5, 0.65) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.facility-gallery--tight .gallery-tile:hover {
  border-color: rgba(242, 140, 0, 0.35);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5), 0 0 20px rgba(242, 140, 0, 0.08);
}

.facility-gallery--tight .gallery-tile img {
}

.facility-gallery--tight .gallery-tile:hover img {
  transform: scale(1.05);
}

/* CTA — full width, low height */
.cta--compact {
  padding: clamp(40px, 6vw, 56px) clamp(20px, 5vw, 48px) !important;
  text-align: center;
}

.cta--compact .cta-inner {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

.cta--compact .cta-title {
  font-size: clamp(1.85rem, 5vw, 3rem);
  margin-bottom: 8px;
}

.cta--compact .cta-desc {
  font-size: 1rem;
  margin-bottom: 20px;
  color: var(--w60);
}

.cta--compact .cta-acts {
  justify-content: center;
}

.cta--compact .cta-bg::before,
.cta--compact .cta-bg__badge {
  opacity: 0.05;
}

/* Orange nav accents */
.home-flow--compact ~ .nav-drawer,
body:has(.home-flow--compact) .nav-links a::after {
  background: var(--ie-accent-hi);
  box-shadow: 0 0 8px rgba(242, 140, 0, 0.35);
}

.nav-links a::after {
  background: var(--orange-hi, #ff8a00) !important;
  box-shadow: 0 0 8px rgba(242, 140, 0, 0.35) !important;
}

.home-flow--compact .lbl,
.philosophy__copy .lbl,
.standard__copy .lbl {
  color: var(--orange-hi, #ff8a00);
}

.home-flow--compact .ghost {
  color: var(--orange-hi, #ff8a00);
  opacity: 0.85;
}

/* Hide removed sections */
.stats-band {
  display: none !important;
}

/* Premium atmosphere — grain, glow, transitions */
.home-premium .hero--bright.hero--cinematic::before {
  display: block !important;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.home-premium .hero--bright::after {
  display: none !important;
}

.cursor-glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    520px circle at var(--mx, 50vw) var(--my, 40vh),
    rgba(255, 122, 0, 0.07),
    transparent 55%
  );
  transition: opacity 0.4s ease;
}

.home-premium.loaded .cursor-glow {
  opacity: 1;
}

.home-flow--compact > .section:not(.hero),
.home-flow--compact > .page-section {
  position: relative;
}

.home-flow--compact > .section:not(.hero)::before,
.home-flow--compact > .page-section:not(.hero):not(.cta--final)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 880px);
  height: 1px;
  background: radial-gradient(
    ellipse 100% 100% at 50% 0%,
    rgba(255, 122, 0, 0.35),
    transparent 72%
  );
  opacity: 0.65;
  pointer-events: none;
}

.home-flow--compact > .packages--compact + .merch--compact::before {
  opacity: 0.35;
}

.home-flow--compact > .section:not(.hero)::after,
.home-flow--compact > .page-section:not(.hero):not(.cta--final):not(.merch--compact)::after {
  content: "";
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 960px);
  height: 96px;
  background: radial-gradient(
    ellipse 70% 100% at 50% 100%,
    rgba(255, 122, 0, 0.08),
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
  object-fit: cover;
}

.home-flow--compact .section-inner {
  position: relative;
  z-index: 1;
}

body:has(.home-flow--compact) .nav-links a::after {
  background: var(--ie-accent-hi) !important;
  box-shadow: 0 0 8px rgba(255, 122, 0, 0.35) !important;
}

.hero--bright .hero-layout--card {
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: clamp(24px, 2.5vw, 32px);
  align-items: stretch;
}

.hero--bright .hero-visual {
  min-height: 0;
  height: auto;
}

.hero--bright .hero-visual--command {
  min-height: 0;
}

.hero--bright .hero-media,
.hero--bright .hero-image-card {
  min-height: clamp(300px, 50vh, 560px);
}

.mobile-cta-bar--assess .mobile-cta-bar__btn--primary {
  border: 1px solid rgba(255, 122, 0, 0.55);
  box-shadow: 0 0 20px rgba(255, 122, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.45);
}

@media (min-width: 901px) {
  .cursor-glow {
    display: block;
  }
}

@media (max-width: 900px) {
  .cursor-glow {
    display: none;
  }

  .why-section__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .standard__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .prog-grid--compact {
    grid-template-columns: 1fr;
  }

  .proof-band__row {
    grid-template-columns: 1fr;
  }

  .facility-gallery--tight {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-flow--compact {
    --ie-section-y: 32px;
  }

  .hero--impact,
  .hero--bright {
    min-height: auto;
  }

  .hero--impact .hero-layout--card,
  .hero--bright .hero-layout--card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual";
    padding-bottom: 32px;
  }

  .hero-visual {
    min-height: clamp(240px, 42vh, 380px);
  }

  .hero--tactical .hero-visual.hero-visual--command,
  .hero--tactical .hero-visual--command .hero-command {
    min-height: 420px;
  }

  .hero--impact .hero-media,
  .hero--bright .hero-media,
  .hero--impact .hero-image-card,
  .hero--bright .hero-image-card,
  .hero--impact .hero-poster,
  .hero--bright .hero-poster,
  .hero--impact .hero-image,
  .hero--bright .hero-image,
  .hero--impact.has-video .hero-video,
  .hero--bright.has-video .hero-video {
    min-height: clamp(240px, 42vh, 380px);
    filter: brightness(1.75) contrast(1.2) saturate(1.18) !important;
  }

  .hero--impact .hero-headline {
    font-size: clamp(2.5rem, 12vw, 3.25rem);
  }

  .hero--impact .hero-acts {
    flex-direction: column;
    width: 100%;
  }

  .hero--impact .hero-acts .btn {
    width: 100%;
    min-height: 50px;
  }

  .hero-legacy-slogan {
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    line-height: 1.55;
    padding-top: 12px;
  }

  .hero-emblem {
    opacity: 0.03;
    inset: 12% 4% 12% 4%;
  }

  .standard__pillars {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta--compact {
    padding: 36px 20px !important;
  }
}

/* Override base program/package styles on compact home */
.home-flow--compact .prog-grid {
  gap: 10px;
  background: transparent;
}

.home-premium .home-flow--compact .prog-card,
.home-flow--compact .prog-card {
  padding: 0;
  background: transparent;
}

.home-flow--compact .prog-card::before {
  height: auto;
  transform: none;
}

.home-flow--compact .prog-card:hover::before {
  transform: none;
}

.home-flow--compact .prog-card--feat {
  border-top: none;
  background: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .facility-gallery--tight .gallery-tile:hover img {
    transform: none;
  }
}

/* Fix: hero image matches left panel height exactly */
.hero--bright .hero-layout--card,
.hero--impact .hero-layout--card {
  align-items: stretch;
}
.hero--bright .hero-visual,
.hero--impact .hero-visual {
  align-self: stretch;
  min-height: unset;
}
.hero--impact .hero-media,
.hero--bright .hero-media,
.hero--impact .hero-image-card,
.hero--bright .hero-image-card {
  min-height: unset;
  height: 100%;
}
