/* ============================================================
   NYA HÖJDER – Page-specific styles
   Inherits all tokens from style.css
   ============================================================ */

/* Inherit --font-sans = Syne, --font-body = Inter from style.css */

/* ── NH HERO ── */
.nh-hero {
  position: relative;
  height: 100svh;
  min-height: 600px;
  background: var(--black);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  --mx: 40%; --my: 50%;
}
.nh-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(900px circle at var(--mx) var(--my), rgba(196,154,60,0.06) 0%, transparent 55%);
  pointer-events: none;
  transition: background .05s;
}

.nh-hero-media { position: absolute; inset: 0; z-index: 0; }
.nh-hero-video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
  opacity: 0.18;
  filter: grayscale(50%);
}
.nh-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(8,8,8,0.5) 0%, rgba(8,8,8,0.2) 45%, rgba(8,8,8,0.88) 100%);
}

/* Content wrapper */
.nh-hero-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: min(100% - 56px, 1280px);
  margin: 0 auto;
  padding-top: calc(var(--header-h, 72px) + 32px);
  padding-bottom: clamp(44px, 7vh, 84px);
  gap: 0;
}

/* Top bar */
.nh-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(36px, 6vh, 64px);
  opacity: 0;
  animation: nh-up 0.6s 0.05s forwards cubic-bezier(0.16, 1, 0.3, 1);
}
.nh-eyebrow {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.nh-est {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.18);
}

/* Hero body: headline + aside */
.nh-hero-body {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: clamp(48px, 7vw, 100px);
  align-items: flex-end;
}

/* Headline with clip-path line reveal */
.nh-headline {
  font-family: var(--font-sans);
  font-size: clamp(3rem, 5.8vw, 6.8rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.055em;
  color: #fff;
  margin: 0;
}
.nh-lw { display: block; overflow: hidden; padding-bottom: 0.06em; }
.nh-l  { display: block; transform: translateY(110%); animation: nh-slide 0.95s forwards cubic-bezier(0.16, 1, 0.3, 1); }
.nh-lw-mobile { display: none; }
.nh-lw-serif-mobile { display: none; }
.nh-lw:nth-child(1) .nh-l { animation-delay: 0.12s; }
.nh-lw:nth-child(2) .nh-l { animation-delay: 0.26s; }
.nh-lw:nth-child(3) .nh-l { animation-delay: 0.40s; }
.nh-lw:nth-child(4) .nh-l { animation-delay: 0.54s; }

.nh-l-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,0.78);
}
.nh-l-gold { color: var(--gold); }

/* Right aside */
.nh-hero-aside {
  display: flex;
  flex-direction: column;
  gap: 28px;
  opacity: 0;
  animation: nh-up 0.7s 0.62s forwards cubic-bezier(0.16, 1, 0.3, 1);
}
.nh-sub {
  font-size: 0.88rem;
  line-height: 1.66;
  color: rgba(255,255,255,0.42);
  margin: 0;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.04em;
}
.nh-actions { display: flex; flex-direction: column; gap: 10px; }

/* Buttons */
.nh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: var(--font-sans);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background .18s, color .18s, border-color .18s, transform .35s cubic-bezier(0.16,1,0.3,1);
  will-change: transform;
  text-decoration: none;
}
.nh-btn svg { transition: transform .2s cubic-bezier(0.16,1,0.3,1); flex-shrink: 0; }
.nh-btn:hover svg { transform: translateX(4px); }
.nh-btn-primary { background: #fff; color: var(--black); }
.nh-btn-primary:hover { background: var(--gold); color: #fff; }
.nh-btn-outline  { background: transparent; color: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.18); }
.nh-btn-outline:hover  { color: #fff; border-color: rgba(255,255,255,0.5); }

/* Stats strip */
.nh-stats {
  position: relative;
  z-index: 2;
  display: flex;
  border-top: 1px solid rgba(255,255,255,0.07);
  opacity: 0;
  animation: nh-up 0.6s 0.9s forwards cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}
.nh-stat {
  flex: 1;
  padding: 20px clamp(16px, 3vw, 40px);
  border-right: 1px solid rgba(255,255,255,0.07);
}
.nh-stat:last-child { border-right: none; }
.nh-stat-val {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.nh-stat-lbl {
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

/* Scroll hint */
.nh-scroll-hint {
  position: absolute;
  right: 40px; bottom: 110px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  writing-mode: vertical-rl;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
}
.nh-scroll-line {
  width: 1px; height: 44px;
  background: rgba(255,255,255,0.18);
  transform-origin: top;
  animation: nh-line-grow 2.2s ease-in-out infinite;
}
@keyframes nh-line-grow {
  0%,100% { transform: scaleY(0.3); opacity: 0.3; }
  50%      { transform: scaleY(1);   opacity: 0.9; }
}

/* ── MARQUEE ── */
.nh-marquee {
  background: #111;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-block: 13px;
}
.nh-marquee-track {
  display: flex;
  width: max-content;
  animation: nh-marquee 34s linear infinite;
}
.nh-marquee-track span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  padding: 0 22px;
  white-space: nowrap;
  flex-shrink: 0;
}
.nh-mdot { color: var(--gold) !important; padding: 0 8px !important; }
@keyframes nh-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .nh-marquee-track { animation: none; } }

/* ── SERVICES ── */
.nh-services {
  background: var(--off-white);
  padding-block: clamp(80px, 10vw, 128px);
}
[data-theme="blue"] .nh-services { background: #eaf4fb; }
[data-theme="blue"] .nh-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(15, 91, 134, 0.12), transparent 24%),
    radial-gradient(circle at 78% 20%, rgba(15, 91, 134, 0.10), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #e8f2f9 56%, #eef6fb 100%);
}
[data-theme="blue"] .nh-hero::before {
  background: radial-gradient(900px circle at var(--mx) var(--my), rgba(15, 91, 134, 0.08) 0%, transparent 55%);
}
[data-theme="blue"] .nh-hero-video {
  opacity: 0.12;
  filter: saturate(0.86) brightness(1.02);
}
[data-theme="blue"] .nh-hero-overlay {
  background: linear-gradient(to bottom, rgba(255,255,255,0.38) 0%, rgba(238,246,251,0.26) 46%, rgba(232,242,249,0.88) 100%);
}
[data-theme="blue"] .nh-eyebrow,
[data-theme="blue"] .nh-est,
[data-theme="blue"] .nh-headline,
[data-theme="blue"] .nh-sub,
[data-theme="blue"] .nh-stat-val,
[data-theme="blue"] .nh-stat-lbl {
  color: #113248;
}
[data-theme="blue"] .nh-l-serif {
  color: rgba(17,50,72,0.72);
}
[data-theme="blue"] .nh-l-gold {
  color: #0f5b86;
}
[data-theme="blue"] .nh-ironman-badge {
  background: linear-gradient(180deg, #12527b, #0f4364);
}
[data-theme="blue"] .nh-btn-primary {
  background: linear-gradient(180deg, #12527b, #0f4364);
  color: #fff;
}
[data-theme="blue"] .nh-btn-outline {
  color: #113248;
  border-color: rgba(17,50,72,0.18);
  background: rgba(255,255,255,0.5);
}
[data-theme="blue"] .nh-stat {
  border-color: rgba(17,50,72,0.08);
  background: rgba(255,255,255,0.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.38);
}
[data-theme="blue"] .nh-marquee {
  background: linear-gradient(180deg, #dcebf6, #d4e6f2);
  border-bottom-color: rgba(17,50,72,0.06);
}
[data-theme="blue"] .nh-marquee-track span {
  color: rgba(17,50,72,0.48);
}

.nh-section-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  padding-bottom: clamp(44px, 5vw, 72px);
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}
.nh-section-top-hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: clamp(36px, 5vw, 56px) max(clamp(36px, 5vw, 56px), calc((100vw - min(100% - 64px, 1320px)) / 2 + clamp(36px, 5vw, 56px)));
  border: 0;
  margin-bottom: clamp(36px, 4vw, 56px);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  box-sizing: border-box;
  align-items: end;
  background: transparent;
}
.nh-section-top-hero > *:not(.nh-section-top-bg) {
  position: relative;
  z-index: 1;
}
.nh-section-top-bg {
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(ellipse 90% 88% at 50% 50%, black 40%, transparent 100%);
  mask-image: radial-gradient(ellipse 90% 88% at 50% 50%, black 40%, transparent 100%);
}
.nh-section-top-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nh-section-top-hero .nh-section-title,
.nh-section-top-hero .nh-section-desc,
.nh-section-top-hero .nh-section-tag,
.nh-section-top-hero .nh-section-title em {
  color: #f5fbff;
}
.nh-section-top-hero .nh-section-desc {
  max-width: 34ch;
}
[data-theme="blue"] .nh-section-top-hero {
  box-shadow: none;
}
[data-theme="blue"] .nh-section-top-bg::after {
  background:
    linear-gradient(180deg, rgba(234, 243, 250, 0.42) 0%, rgba(234, 243, 250, 0) 12%, rgba(234, 243, 250, 0) 88%, rgba(234, 243, 250, 0.46) 100%),
    linear-gradient(90deg, rgba(234, 243, 250, 0.36) 0%, rgba(10,42,63,0.68) 11%, rgba(10,42,63,0.44) 39%, rgba(10,42,63,0.08) 70%, rgba(234, 243, 250, 0.3) 100%);
}
.nh-section-tag {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 16px;
}
.nh-section-title {
  font-family: var(--font-sans);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
  color: var(--ink);
  margin: 0;
}
.nh-section-title em {
  font-style: italic;
  font-family: var(--font-serif);
  font-weight: 400;
  color: var(--muted);
}
.nh-section-desc {
  font-size: 0.94rem;
  line-height: 1.74;
  color: var(--muted);
  align-self: end;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.04em;
}

/* Service rows */
.nh-svc-list { border-top: 1px solid var(--border); }
.nh-svc-row {
  display: grid;
  grid-template-columns: 72px 1fr 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(22px, 3vw, 38px) 0;
  border-bottom: 1px solid var(--border);
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.nh-svc-row::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  height: 1px; width: 0;
  background: var(--gold);
  transition: width .4s cubic-bezier(0.16,1,0.3,1);
}
.nh-svc-row:hover::after { width: 100%; }
.nh-svc-row:hover { background: rgba(196,154,60,0.04); }

.nh-svc-num {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
}
.nh-svc-title {
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ink);
}
.nh-svc-desc {
  font-size: 0.86rem;
  line-height: 1.66;
  color: var(--muted);
}
.nh-svc-arrow {
  width: 42px; height: 42px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  flex-shrink: 0;
  transition: background .2s, border-color .2s, transform .3s cubic-bezier(0.16,1,0.3,1);
}
.nh-svc-row:hover .nh-svc-arrow {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  transform: rotate(45deg);
}

/* ── STORY SECTION ── */
.nh-story {
  background: var(--black);
  padding-block: clamp(80px, 11vw, 140px);
}
.nh-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}
.nh-story-grid-single {
  grid-template-columns: 1fr;
  max-width: 860px;
}
.nh-story-images { position: relative; }
[data-theme="blue"] .nh-story-images {
  padding-right: 28px;
}
.nh-story-images::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}
[data-theme="blue"] .nh-story-images::after {
  background:
    linear-gradient(180deg, rgba(15, 67, 100, 0.68) 0%, rgba(15, 67, 100, 0.18) 16%, rgba(15, 67, 100, 0.08) 82%, rgba(15, 67, 100, 0.62) 100%),
    linear-gradient(90deg, rgba(15, 67, 100, 0.76) 0%, rgba(15, 67, 100, 0.2) 12%, rgba(15, 67, 100, 0.04) 30%, rgba(15, 67, 100, 0.06) 72%, rgba(15, 67, 100, 0.56) 100%);
}
.nh-img-main {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  filter: grayscale(20%);
  transition: filter .4s;
}
.nh-img-main:hover { filter: grayscale(0%); }
.nh-img-sub {
  position: absolute;
  bottom: -28px; right: -28px;
  width: 50%; aspect-ratio: 1;
  object-fit: cover;
  border: 4px solid var(--black);
  filter: grayscale(15%);
}
[data-theme="blue"] .nh-img-sub {
  border-color: #0f4364;
}
[data-theme="blue"] .nh-img-main {
  filter: saturate(0.88) brightness(0.82);
}
.nh-ironman-badge {
  position: absolute;
  top: 20px; left: -20px;
  padding: 18px 22px;
  background: var(--gold);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.4;
  border-radius: 2px;
  animation: float-badge 6s ease-in-out infinite;
}
.nh-ironman-badge svg { display: block; margin: 0 auto 4px; }
@keyframes float-badge {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50%      { transform: translateY(-8px) rotate(1deg); }
}

.nh-story-content { color: #fff; }
.nh-story-tag { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 16px; }
.nh-story-title {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 24px;
}
.nh-story-title em { font-style: italic; font-family: var(--font-serif); font-weight: 400; color: rgba(255,255,255,0.5); }
.nh-story-text { font-size: 0.95rem; line-height: 1.76; color: rgba(255,255,255,0.44); margin-bottom: 28px; }
.nh-quote {
  padding-left: 22px;
  border-left: 2px solid var(--gold);
  margin-bottom: 36px;
}
.nh-quote p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.58;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.nh-milestones { border-top: 1px solid rgba(255,255,255,0.08); }
.nh-milestone {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.nh-milestone.visible { opacity: 1; transform: none; }
.nh-m-num { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; color: var(--gold); text-transform: uppercase; margin-top: 2px; flex-shrink: 0; width: 24px; }
.nh-milestone strong { display: block; font-size: 0.9rem; font-weight: 600; color: rgba(255,255,255,0.85); margin-bottom: 3px; }
.nh-milestone p { font-size: 0.82rem; color: rgba(255,255,255,0.35); line-height: 1.55; margin: 0; }

/* ── GALLERY ── */
.nh-gallery {
  background: var(--off-white);
  padding-block: clamp(64px, 8vw, 96px);
}
[data-theme="blue"] .nh-gallery { background: #e6f1f9; }
.nh-gallery-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
}
.nh-gallery-hdr h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--ink);
  margin: 0;
}
.nh-gallery-hint {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.nh-gallery-track {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}
.nh-gallery-track:active { cursor: grabbing; }
.nh-gallery-track::-webkit-scrollbar { display: none; }
.nh-gallery-item {
  flex-shrink: 0;
  width: clamp(240px, 28vw, 380px);
  height: clamp(260px, 30vw, 400px);
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.nh-gallery-item.visible { opacity: 1; transform: none; }
.nh-gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(20%); transition: transform .65s var(--ease), filter .4s; display: block; }
.nh-gallery-item:hover img { transform: scale(1.06); filter: grayscale(0%); }
.nh-gallery-cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 44px 16px 14px;
  background: linear-gradient(transparent, rgba(8,8,8,0.7));
  color: rgba(255,255,255,0.75);
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
}

/* ── TEAM ── */
.nh-team {
  background: var(--off-white);
  padding-block: clamp(80px, 10vw, 128px);
  border-top: 1px solid var(--border);
}
[data-theme="blue"] .nh-team { background: #eef6fb; }
[data-theme="blue"] .nh-story,
[data-theme="blue"] .nh-why,
[data-theme="blue"] .nh-cta {
  background: linear-gradient(180deg, rgba(18,82,122,0.96), rgba(11,55,86,0.98));
}
[data-theme="blue"] .nh-story-title,
[data-theme="blue"] .nh-why-top h2,
[data-theme="blue"] .nh-cta-inner h2,
[data-theme="blue"] .nh-story-content,
[data-theme="blue"] .nh-ironman-badge,
[data-theme="blue"] .nh-why-top,
[data-theme="blue"] .nh-why-card h3 {
  color: #f5fbff;
}
[data-theme="blue"] .nh-story-text,
[data-theme="blue"] .nh-quote p,
[data-theme="blue"] .nh-milestone p,
[data-theme="blue"] .nh-why-desc,
[data-theme="blue"] .nh-why-card p {
  color: rgba(234,244,255,0.82);
}
[data-theme="blue"] .nh-story-tag,
[data-theme="blue"] .nh-section-tag,
[data-theme="blue"] .nh-m-num,
[data-theme="blue"] .nh-why-num {
  color: #bfe3f8;
}
[data-theme="blue"] .nh-story-title em,
[data-theme="blue"] .nh-why-top h2 em,
[data-theme="blue"] .nh-cta-inner h2 em {
  color: rgba(234,244,255,0.62);
}
.nh-team-hdr { margin-bottom: clamp(48px, 6vw, 80px); }
.nh-team-hdr h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.0;
  color: var(--ink);
  margin-top: 16px;
}
.nh-team-hdr h2 em { font-style: italic; font-family: var(--font-serif); font-weight: 400; color: var(--muted); }

.nh-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border: 1px solid var(--border);
}
.nh-team-grid-editorial {
  gap: 24px;
  border: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.nh-team-card {
  padding: clamp(32px, 4.5vw, 52px);
  background: var(--off-white);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s var(--ease), transform .6s var(--ease), background .2s;
}
[data-theme="blue"] .nh-team-card { background: #f7fbfe; }
.nh-team-card.visible { opacity: 1; transform: none; }
.nh-team-grid-editorial .nh-team-card {
  grid-column: span 4;
  padding: 0;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.8);
  box-shadow: 0 20px 38px rgba(0,0,0,0.04);
  display: grid;
  grid-template-rows: 340px 1fr;
  align-self: stretch;
}
.nh-team-grid-editorial .nh-team-card-feature {
  grid-column: span 4;
}
.nh-team-media {
  height: 340px;
  overflow: hidden;
}
.nh-team-media-small {
  height: 340px;
}
.nh-team-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nh-team-copy {
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.nh-tc-role {
  min-height: 1.2rem;
}
.nh-tc-name {
  min-height: 6.2rem;
}
.nh-tc-bio {
  min-height: 9.5rem;
}
.nh-tc-tags {
  min-height: 4.5rem;
  align-content: flex-start;
}
.nh-team-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
[data-theme="blue"] .nh-team-grid-editorial .nh-team-card {
  background: rgba(255,255,255,0.84);
  border-color: rgba(17,50,72,0.08);
  box-shadow: 0 22px 40px rgba(14,43,69,0.08);
}
[data-theme="blue"] .nh-team-link {
  color: #0f5b86;
}
.nh-team-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  height: 2px; width: 0;
  background: var(--gold);
  transition: width .4s var(--ease);
}
.nh-team-card:hover::after { width: 100%; }
.nh-team-card:hover { background: rgba(196,154,60,0.03); }

.nh-tc-avatar {
  width: 56px; height: 56px;
  border: 1px solid var(--border);
  border-radius: 2px;
  display: grid;
  place-items: center;
  color: var(--muted);
  margin-bottom: 20px;
}
.nh-tc-role { font-size: 0.64rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.nh-tc-name { font-size: clamp(1.2rem, 2.3vw, 1.8rem); font-weight: 700; letter-spacing: -0.04em; color: var(--ink); margin-bottom: 16px; line-height: 1.1; }
.nh-tc-bio { font-size: 0.88rem; line-height: 1.72; color: var(--muted); margin-bottom: 20px; }
.nh-tc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.nh-tc-tags span { font-size: 0.68rem; font-weight: 600; padding: 4px 10px; border: 1px solid var(--border); color: var(--muted); letter-spacing: 0.04em; border-radius: 1px; }

/* ── WHY ── */
.nh-why {
  background: var(--black);
  padding-block: clamp(80px, 10vw, 128px);
}
.nh-why-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: clamp(40px, 5vw, 60px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: clamp(40px, 5vw, 60px);
  color: #fff;
}
.nh-why-top h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 700; letter-spacing: -0.045em; line-height: 1.0; color: #fff; margin-top: 14px; }
.nh-why-top h2 em { font-style: italic; font-family: var(--font-serif); font-weight: 400; color: rgba(255,255,255,0.38); }
.nh-why-desc { font-size: 0.93rem; line-height: 1.72; color: rgba(255,255,255,0.35); max-width: 42ch; }

.nh-why-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,0.07); }
.nh-why-card {
  padding: clamp(28px, 3.5vw, 44px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  border-right: 1px solid rgba(255,255,255,0.07);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s var(--ease), transform .6s var(--ease), background .2s;
}
.nh-why-card.visible { opacity: 1; transform: none; }
.nh-why-card:nth-child(even) { border-right: none; }
.nh-why-card:hover { background: rgba(255,255,255,0.025); }
.nh-why-num { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; color: var(--gold); text-transform: uppercase; margin-top: 2px; width: 26px; }
.nh-why-card h3 { font-size: 0.96rem; font-weight: 700; color: rgba(255,255,255,0.85); margin-bottom: 7px; letter-spacing: -0.02em; }
.nh-why-card p { font-size: 0.84rem; color: rgba(255,255,255,0.35); line-height: 1.65; margin: 0; }

/* ── CTA ── */
.nh-cta {
  background: #050505;
  padding-block: clamp(72px, 9vw, 112px);
  border-top: 1px solid rgba(255,255,255,0.05);
}
.nh-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.nh-cta-inner h2 {
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.0;
  color: #fff;
  margin: 0;
}
.nh-cta-inner h2 em { font-style: italic; font-family: var(--font-serif); font-weight: 400; color: rgba(255,255,255,0.38); }

/* ── REVEAL ── */
.nh-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}
.nh-reveal.visible { opacity: 1; transform: none; }

/* ── HERO GRID MESH ── */
.nh-hero-grid {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.5) 65%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.5) 65%, transparent 100%);
}

/* ── HERO AMBIENT ORBS ── */
.nh-hero-orb-a,
.nh-hero-orb-b {
  position: absolute; border-radius: 50%;
  pointer-events: none; z-index: 1; filter: blur(50px);
}
.nh-hero-orb-a {
  width: clamp(320px, 48vw, 640px);
  height: clamp(320px, 48vw, 640px);
  right: -10%; top: -15%;
  background: radial-gradient(circle, rgba(191,148,48,0.08) 0%, transparent 70%);
  animation: nh-orb-a 20s ease-in-out infinite alternate;
}
.nh-hero-orb-b {
  width: clamp(240px, 34vw, 480px);
  height: clamp(240px, 34vw, 480px);
  left: -6%; bottom: 20%;
  background: radial-gradient(circle, rgba(191,148,48,0.05) 0%, transparent 70%);
  animation: nh-orb-b 26s ease-in-out infinite alternate;
}
@keyframes nh-orb-a {
  from { transform: translate(0,0) scale(1); }
  to   { transform: translate(-4%, 10%) scale(1.1); }
}
@keyframes nh-orb-b {
  from { transform: translate(0,0) scale(1); }
  to   { transform: translate(8%, -8%) scale(1.14); }
}

/* ── STAT BOTTOM SWEEP ── */
.nh-stat {
  position: relative;
}
.nh-stat::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0); transform-origin: center;
  transition: transform .5s var(--ease);
}
.nh-stat:hover::before { transform: scaleX(1); }

/* ── STORY SECTION GLOW ── */
.nh-story { position: relative; overflow: hidden; }
.nh-story::before {
  content: '';
  position: absolute; left: -5%; top: 5%;
  width: 50%; height: 60%; border-radius: 50%;
  background: radial-gradient(circle, rgba(191,148,48,0.04) 0%, transparent 70%);
  pointer-events: none; filter: blur(50px);
}

/* ── WHY SECTION GLOW ── */
.nh-why { position: relative; overflow: hidden; }
.nh-why::after {
  content: '';
  position: absolute; right: -5%; bottom: 10%;
  width: 45%; height: 55%; border-radius: 50%;
  background: radial-gradient(circle, rgba(191,148,48,0.04) 0%, transparent 70%);
  pointer-events: none; filter: blur(40px);
}

/* ── CTA SWEEP LINE ── */
.nh-cta { position: relative; overflow: hidden; }
.nh-cta::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), transparent);
  animation: nh-border-sweep 6s ease-in-out infinite;
}
@keyframes nh-border-sweep {
  0%,100% { opacity: 0.2; transform: scaleX(0.3); }
  50%      { opacity: 0.7; transform: scaleX(1); }
}

/* ── TEAM CARD GLASS ── */
.nh-team-grid { position: relative; }
.nh-team-card {
  transition: opacity .6s var(--ease), transform .6s var(--ease), background .3s, box-shadow .3s;
}
.nh-team-card:hover {
  box-shadow: 0 24px 56px rgba(0,0,0,0.06);
}

/* ── WHY CARD HOVER GLOW ── */
.nh-why-card {
  position: relative;
}
.nh-why-card::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(191,148,48,0.06) 0%, transparent 65%);
  opacity: 0; transition: opacity .4s;
}
.nh-why-card:hover::before { opacity: 1; }

/* ── GALLERY IMAGE BOX SHADOW ── */
.nh-img-main {
  box-shadow: 0 28px 64px rgba(0,0,0,0.4);
}

/* ── IRONMAN BADGE GLOW ── */
.nh-ironman-badge {
  box-shadow: 0 8px 32px rgba(191,148,48,0.28), 0 2px 8px rgba(0,0,0,0.2);
}

/* ── MOTION GROUPS (stagger children) ── */
[data-motion-group] > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}
[data-motion-group].motion-visible > * {
  opacity: 1; transform: none;
}
[data-motion-group].motion-visible > *:nth-child(1) { transition-delay: 0ms; }
[data-motion-group].motion-visible > *:nth-child(2) { transition-delay: 80ms; }
[data-motion-group].motion-visible > *:nth-child(3) { transition-delay: 160ms; }
[data-motion-group].motion-visible > *:nth-child(4) { transition-delay: 240ms; }

/* ── KEYFRAMES ── */
@keyframes nh-slide { to { transform: translateY(0); } }
@keyframes nh-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .nh-hero-body { grid-template-columns: 1fr; gap: 28px; }
  .nh-hero-aside { opacity: 1; animation: none; transform: none; }
  .nh-stats { display: none; }
  .nh-scroll-hint { display: none; }
  .nh-section-top { grid-template-columns: 1fr; gap: 20px; }
  .nh-section-top-hero {
    min-height: 340px;
    padding: 28px;
  }
  .nh-svc-row { grid-template-columns: 56px 1fr; grid-template-rows: auto auto auto; }
  .nh-svc-row .nh-svc-desc { grid-column: 2; }
  .nh-svc-row .nh-svc-arrow { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
  .nh-svc-row:hover .nh-svc-arrow { transform: translateY(-50%) rotate(45deg); }
  .nh-story-grid { grid-template-columns: 1fr; }
  .nh-img-sub { display: none; }
  .nh-ironman-badge { display: none; }
  .nh-team-grid { grid-template-columns: 1fr; }
  .nh-team-grid-editorial { grid-template-columns: 1fr; }
  .nh-team-grid-editorial .nh-team-card,
  .nh-team-grid-editorial .nh-team-card-feature { grid-column: span 1; }
  .nh-team-grid-editorial .nh-team-card {
    grid-template-rows: 280px 1fr;
  }
  .nh-team-media,
  .nh-team-media-small {
    height: 280px;
  }
  .nh-team-copy,
  .nh-tc-name,
  .nh-tc-bio,
  .nh-tc-tags {
    height: auto;
    min-height: 0;
  }
  .nh-why-grid { grid-template-columns: 1fr; }
  .nh-why-card:nth-child(even) { border-right: none; }
  .nh-why-top { flex-direction: column; align-items: flex-start; }
  .nh-cta-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .nh-hero-content {
    width: min(100% - 24px, 100%);
    padding-top: calc(var(--header-h, 72px) + 22px);
  }
  .nh-hero-body { gap: 20px; }
  .nh-lw-desktop { display: none; }
  .nh-lw-mobile { display: block; }
  .nh-lw-serif-desktop { display: none; }
  .nh-lw-serif-mobile { display: block; }
  .nh-headline {
    width: 100%;
    font-size: clamp(2.1rem, 10.8vw, 3.35rem);
    line-height: 0.96;
    letter-spacing: -0.032em;
  }
  .nh-l-serif { font-size: 0.82em; }
  .nh-l-gold { font-size: 0.9em; }
  .nh-actions { flex-direction: column; }
  .nh-btn { width: 100%; justify-content: center; }
  .nh-gallery-hdr { flex-direction: column; align-items: flex-start; }
  .nh-est { display: none; }
}
@media (max-width: 420px) {
  .nh-hero-content {
    width: min(100% - 16px, 100%);
    padding-top: calc(var(--header-h, 72px) + 18px);
  }
  .nh-hero-body { gap: 16px; }
  .nh-headline {
    width: 100%;
    font-size: clamp(1.95rem, 10.6vw, 2.7rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
  }
  .nh-lw { padding-bottom: 0.03em; }
  .nh-lw-mobile .nh-l {
    font-size: 1.08em;
    letter-spacing: -0.04em;
  }
  .nh-lw-serif-mobile .nh-l-serif {
    font-size: 0.84em;
    letter-spacing: -0.02em;
  }
  .nh-l-gold { font-size: 0.84em; }
  .nh-sub {
    font-size: 0.84rem;
    line-height: 1.58;
  }
}

/* ============================================================
   LEGACY JOURNEY PAGES COMPATIBILITY
   Supports undersidor that still use the original journey-* markup
   ============================================================ */
.journey-shell {
  min-height: 100vh;
  background: var(--off-white);
}
.service-page .journey-shell,
.journey-shell .contact-section,
.journey-shell .story-section,
.journey-shell .offer-section,
.journey-shell .courses-section,
.journey-shell .gallery-section,
.journey-shell .insights-section {
  background: var(--off-white);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 420;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 28px;
  background: rgba(6, 6, 6, 0.94);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.site-header > .brand {
  order: 1;
}
.site-header > .theme-toggle {
  order: 2;
  margin-left: auto;
}
.site-header > .menu-toggle {
  order: 3;
}
.site-header > .header-menu {
  order: 4;
}
.brand {
  display: inline-flex;
  align-items: center;
  color: #fff;
  flex-shrink: 0;
}
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 800;
  letter-spacing: 0.08em;
}
.brand-wordmark {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.brand-line {
  display: block;
  line-height: 1;
}
.brand-line-primary {
  font-family: var(--font-sans);
  font-size: 0.96rem;
  font-weight: 700;
  color: #fff;
}
.brand-line-secondary {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.header-center-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-center-nav a,
.header-menu a {
  color: rgba(255,255,255,0.68);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 10px 12px;
  transition: color .2s, background .2s;
}
.header-center-nav a:hover,
.header-menu a:hover {
  color: #fff;
}
.header-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-header .theme-toggle {
  color: rgba(255,255,255,0.7);
}
.site-header .theme-toggle:hover {
  color: #fff;
  background: rgba(255,255,255,0.06);
}
.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  width: 20px;
  height: 1px;
  background: rgba(255,255,255,0.75);
  display: block;
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-menu .theme-toggle-menu {
  display: none;
}
[data-theme="blue"] .site-header {
  background: rgba(255,255,255,0.78);
  border-bottom-color: rgba(17,50,72,0.08);
  box-shadow: 0 18px 34px rgba(14,43,69,0.06);
}
[data-theme="blue"] .brand,
[data-theme="blue"] .brand-line-primary,
[data-theme="blue"] .header-center-nav a,
[data-theme="blue"] .header-menu a,
[data-theme="blue"] .site-header .theme-toggle {
  color: #113248;
}
[data-theme="blue"] .brand-line-secondary {
  color: rgba(17,50,72,0.52);
}
[data-theme="blue"] .header-center-nav a:hover,
[data-theme="blue"] .header-menu a:hover,
[data-theme="blue"] .site-header .theme-toggle:hover {
  color: #0f5b86;
}
[data-theme="blue"] .menu-toggle span {
  background: rgba(17,50,72,0.72);
}

.journey-hero {
  position: relative;
  min-height: clamp(440px, 72vh, 760px);
  padding: clamp(84px, 10vw, 128px) min(6vw, 56px) clamp(56px, 8vw, 88px);
  display: grid;
  align-items: end;
  background: linear-gradient(180deg, #080808 0%, #111 100%);
  overflow: hidden;
}
.journey-hero-media {
  position: absolute;
  inset: 0;
}
.journey-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  filter: grayscale(50%);
}
.journey-hero-copy,
.journey-hero-visual {
  position: relative;
  z-index: 1;
}
.journey-hero-copy {
  max-width: 980px;
}
.journey-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.journey-hero h1,
.journey-hero h2,
.journey-hero .text {
  color: #fff;
}
.journey-hero h1 {
  font-family: var(--font-sans);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  margin: 0;
}
.journey-hero-line {
  display: block;
}
.journey-hero-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}
.scene-card {
  min-height: 170px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(160deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  display: flex;
  align-items: end;
  padding: 16px;
}
.scene-caption {
  color: rgba(255,255,255,0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journey-intro-box,
.story-section,
.offer-section,
.courses-section,
.gallery-section,
.insights-section,
.story-image-section,
.climb-section,
.ironman-story-section,
.resource-links-grid,
.contact-section {
  padding: clamp(56px, 8vw, 96px) min(6vw, 56px);
}
.journey-hero-box,
.story-panel,
.contact-panel,
.climb-model {
  width: min(100%, 1180px);
  margin: 0 auto;
}
.journey-hero-box,
.story-panel,
.contact-panel,
.offer-card,
.course-card,
.insight-card,
.gallery-link-card,
.contact-card-mini,
.ironman-story-card,
.climb-model {
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
[data-theme="blue"] .journey-hero-box,
[data-theme="blue"] .story-panel,
[data-theme="blue"] .contact-panel,
[data-theme="blue"] .offer-card,
[data-theme="blue"] .course-card,
[data-theme="blue"] .insight-card,
[data-theme="blue"] .gallery-link-card,
[data-theme="blue"] .contact-card-mini,
[data-theme="blue"] .ironman-story-card,
[data-theme="blue"] .climb-model {
  background: rgba(255,255,255,0.78);
  border-color: rgba(17,50,72,0.08);
  box-shadow: 0 24px 44px rgba(14,43,69,0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.journey-hero-box,
.story-panel,
.contact-panel,
.climb-model {
  padding: clamp(26px, 4vw, 42px);
}
.journey-lead {
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--ink-2);
}
.journey-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.journey-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: var(--font-sans);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.journey-button-primary {
  background: var(--gold);
  color: #fff;
}
.journey-button-primary:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
}
.journey-button-secondary {
  color: var(--ink);
  border: 1px solid var(--border);
}
.journey-button-secondary:hover {
  border-color: var(--gold);
  color: var(--gold);
}
[data-theme="blue"] .journey-button-primary {
  background: linear-gradient(180deg, #12527b, #0f4364);
}
[data-theme="blue"] .journey-button-primary:hover {
  background: linear-gradient(180deg, #1a648f, #115173);
}
[data-theme="blue"] .journey-button-secondary {
  background: rgba(255,255,255,0.62);
  border-color: rgba(17,50,72,0.12);
}
[data-theme="blue"] .journey-button-secondary:hover {
  border-color: #0f5b86;
  color: #0f5b86;
}
.section-heading {
  margin-bottom: 24px;
}
.section-heading h2 {
  font-family: var(--font-sans);
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.story-panel p,
.contact-panel p,
.offer-card p,
.course-card p,
.insight-card p,
.gallery-link-card p,
.ironman-story-copy p {
  color: var(--ink-2);
  line-height: 1.8;
}
.story-panel ul,
.offer-card ul,
.course-card ul,
.lecture-copy ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.story-panel li,
.offer-card li,
.course-card li,
.lecture-copy li {
  position: relative;
  padding-left: 18px;
}
.story-panel li::before,
.offer-card li::before,
.course-card li::before,
.lecture-copy li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  background: var(--gold);
}
.insight-list,
.offer-grid,
.course-grid,
.resource-links-grid,
.contact-info-row,
.climb-steps {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}
.insight-list,
.offer-grid,
.course-grid,
.resource-links-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.offer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.course-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-info-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 24px;
}
.offer-card,
.course-card,
.insight-card,
.gallery-link-card,
.contact-card-mini {
  padding: 24px;
}
[data-theme="blue"] .offer-card,
[data-theme="blue"] .course-card,
[data-theme="blue"] .insight-card,
[data-theme="blue"] .gallery-link-card,
[data-theme="blue"] .contact-card-mini,
[data-theme="blue"] .journey-hero-box,
[data-theme="blue"] .story-panel,
[data-theme="blue"] .contact-panel {
  border-radius: 26px;
}
[data-theme="blue"] .offer-card:hover,
[data-theme="blue"] .course-card:hover,
[data-theme="blue"] .insight-card:hover,
[data-theme="blue"] .gallery-link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 50px rgba(14,43,69,0.12);
}
.offer-card h3,
.course-card h3,
.insight-card h3,
.gallery-link-card h3 {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 10px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.contact-form,
.contact-form-row {
  display: grid;
  gap: 16px;
}
.contact-form-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.85);
  color: var(--ink);
  font: inherit;
}
[data-theme="blue"] .contact-form input,
[data-theme="blue"] .contact-form textarea {
  background: rgba(255,255,255,0.86);
}
[data-theme="blue"] .lecture-visual {
  background: linear-gradient(180deg, rgba(93,153,191,0.28), rgba(17,50,72,0.88));
}
[data-theme="blue"] .story-visual-overlay {
  background: linear-gradient(180deg, transparent, rgba(17,50,72,0.82));
}
[data-theme="blue"] .climb-step,
[data-theme="blue"] .ironman-metric-card,
[data-theme="blue"] .story-visual-card,
[data-theme="blue"] .gallery-card {
  border-color: rgba(17,50,72,0.10);
  background: rgba(255,255,255,0.76);
  box-shadow: 0 18px 34px rgba(14,43,69,0.08);
}
.lecture-section,
.ironman-story-card {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}
.lecture-copy,
.ironman-story-copy {
  padding: clamp(24px, 4vw, 38px);
}
.lecture-visual {
  min-height: 320px;
  background: linear-gradient(180deg, rgba(191,148,48,0.16), rgba(6,6,6,0.9));
}
.ironman-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ironman-story-metrics,
.story-visual-metrics,
.story-visual-grid,
.story-visual-trend {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.ironman-metric-card {
  flex: 1;
  padding: 14px;
  border: 1px solid var(--border);
}
.story-image-card {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}
.story-visual-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.story-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-visual-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 28px 22px 22px;
  background: linear-gradient(180deg, transparent, rgba(6,6,6,0.82));
  color: #fff;
}
.story-visual-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.climb-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}
.climb-step {
  padding: 18px;
  border: 1px solid var(--border);
  display: grid;
  gap: 8px;
}
.climb-step strong {
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 1.2rem;
}
.gallery-grid {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.gallery-card {
  border: 1px solid var(--border);
  overflow: hidden;
  background: rgba(255,255,255,0.6);
}
.gallery-card-trigger {
  width: 100%;
  text-align: left;
  color: inherit;
}
.gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.gallery-card figcaption {
  padding: 14px 16px;
  font-weight: 700;
  color: var(--ink);
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
}
.gallery-lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 1000px);
  margin: 6vh auto;
}
.gallery-lightbox-panel img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
}
.gallery-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(0,0,0,0.4);
  font-size: 1.8rem;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 960px) {
  .header-center-nav {
    display: none;
  }
  .header-controls,
  .menu-toggle {
    display: flex;
  }
  .header-menu {
    position: absolute;
    top: calc(100% + 1px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: rgba(6,6,6,0.97);
    border: 1px solid rgba(255,255,255,0.08);
  }
  [data-theme="blue"] .header-menu {
    background: rgba(246,251,255,0.96);
    border-color: rgba(17,50,72,0.08);
    box-shadow: 0 20px 36px rgba(14,43,69,0.10);
  }
  .header-menu.is-open {
    display: flex;
  }
  .insight-list,
  .offer-grid,
  .course-grid,
  .resource-links-grid,
  .gallery-grid,
  .contact-info-row,
  .story-image-card,
  .lecture-section,
  .ironman-story-card,
  .climb-steps {
    grid-template-columns: 1fr;
  }
  .contact-form-row {
    grid-template-columns: 1fr;
  }
  .journey-hero-visual {
    grid-template-columns: 1fr;
  }
}

