/* ============================================================
   POLARIS — polaris.merthen.ai
   ============================================================ */

:root {
  --bg:               #07090c;
  --bg-darker:        #0a0c10;
  --bg-card:          rgba(255, 255, 255, 0.025);

  --gold:             #c9a84c;
  --gold-bright:      #e5c97a;
  --gold-soft:        rgba(201, 168, 76, 0.4);
  --gold-faint:       rgba(201, 168, 76, 0.15);
  --gold-ghost:       rgba(201, 168, 76, 0.06);
  --gold-mist:        rgba(201, 168, 76, 0.04);

  --aurora-teal:      #0d4f4a;
  --aurora-violet:    #2d1a4a;
  --aurora-emerald:   #0f3d28;

  --bone:             #e8e0d0;
  --bone-bright:      #f5edd6;
  --bone-muted:       rgba(232, 224, 208, 0.7);
  --bone-65:          rgba(232, 224, 208, 0.65);
  --bone-dim:         rgba(232, 224, 208, 0.5);
  --bone-faint:       rgba(232, 224, 208, 0.35);

  --rule:             rgba(232, 224, 208, 0.08);
  --rule-strong:      rgba(232, 224, 208, 0.16);
  --rule-hairline:    rgba(201, 168, 76, 0.18);

  --serif:            'Cormorant Garamond', Georgia, serif;
  --sans:             'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono:             'Space Mono', 'JetBrains Mono', ui-monospace, monospace;

  --maxw:             1240px;
  --maxw-narrow:      820px;
  --gutter:           clamp(20px, 4vw, 56px);
  --section-pad:      80px;                        /* py-20 */
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

html, body {
  background: var(--bg);
  color: var(--bone);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.65;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body { position: relative; z-index: 0; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ol, ul { list-style: none; }
em { font-style: italic; }

.tnum { font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.mono {
  font-family: var(--mono);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-block;
  color: var(--gold);
  margin-bottom: 22px;
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
  z-index: 1;
}
.container-narrow { max-width: var(--maxw-narrow); }

/* ============================================================
   GRID-PATTERN (kopierat från GAF)
   ============================================================ */

.grid-pattern,
.hero-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 168, 76, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

/* ============================================================
   AURORA — globala fixed-lager (FIX 5: syns subtilt i alla sektioner)
   ============================================================ */

.aurora {
  position: fixed;
  inset: -25%;
  pointer-events: none;
  z-index: -2;
  filter: blur(70px);
  will-change: transform;
}

.aurora-teal {
  background: radial-gradient(ellipse 60% 45% at 30% 25%,
              var(--aurora-teal) 0%, transparent 65%);
  animation: drift-teal 53s ease-in-out infinite;
  opacity: 0.55;
}
.aurora-violet {
  background: radial-gradient(ellipse 50% 50% at 72% 58%,
              var(--aurora-violet) 0%, transparent 60%);
  animation: drift-violet 67s ease-in-out infinite;
  opacity: 0.5;
}
.aurora-emerald {
  background: radial-gradient(ellipse 55% 35% at 50% 82%,
              var(--aurora-emerald) 0%, transparent 65%);
  animation: drift-emerald 47s ease-in-out infinite;
  opacity: 0.4;
}

@keyframes drift-teal {
  0%   { transform: translate(0%,  0%)   scale(1);    }
  33%  { transform: translate(8%,  -6%)  scale(1.15); }
  66%  { transform: translate(-5%, 10%)  scale(0.95); }
  100% { transform: translate(0%,  0%)   scale(1);    }
}
@keyframes drift-violet {
  0%   { transform: translate(0%,  0%)   scale(1);   }
  40%  { transform: translate(-10%, 8%)  scale(1.1); }
  70%  { transform: translate(6%,  -4%)  scale(0.9); }
  100% { transform: translate(0%,  0%)   scale(1);   }
}
@keyframes drift-emerald {
  0%   { transform: translate(0%,  0%)   scale(1);   }
  50%  { transform: translate(7%,  -8%)  scale(1.2); }
  100% { transform: translate(0%,  0%)   scale(1);   }
}

/* ============================================================
   Sektion-overlays — explicit Aurora-opacitet via --overlay-alpha
   (sätts inline per sektion: 0.65 = intensiv Aurora,
    0.88 = subtil hint av Aurora)
   ============================================================ */

main > section,
.factsheet, .medallion, .products, .fleet, .method,
.terminal, .commitments, .team, .cta, .footer {
  position: relative;
}

.section-aurora::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(7, 9, 12, var(--overlay-alpha, 0.72));
  pointer-events: none;
  z-index: 0;
}

/* ============================================================
   STJÄRNFÄLT
   ============================================================ */

.starfield { position: fixed; inset: 0; pointer-events: none; z-index: -1; }
.starfield .star { position: absolute; background: #ffffff; border-radius: 50%; }
.starfield .star.twinkle { animation: twinkle 5s ease-in-out infinite; }

@keyframes twinkle {
  0%, 100% { opacity: var(--star-min, 0.3); }
  50%      { opacity: var(--star-max, 1);   }
}

/* ============================================================
   STATUS DOTS
   ============================================================ */

.status-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.6);
  animation: status-pulse 2.5s ease-out infinite;
}
.status-dot-green {
  background: #6cd66c;
  box-shadow: 0 0 0 0 rgba(108, 214, 108, 0.6);
  animation: status-pulse-green 2.5s ease-out infinite;
  margin-right: 10px;
  vertical-align: middle;
}
@keyframes status-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.6); }
  70%  { box-shadow: 0 0 0 10px rgba(201, 168, 76, 0); }
  100% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0); }
}
@keyframes status-pulse-green {
  0%   { box-shadow: 0 0 0 0 rgba(108, 214, 108, 0.6); }
  70%  { box-shadow: 0 0 0 10px rgba(108, 214, 108, 0); }
  100% { box-shadow: 0 0 0 0 rgba(108, 214, 108, 0); }
}

/* ============================================================
   NAVBAR
   ============================================================ */

.nav-sentinel {
  position: absolute;
  top: 0; left: 0;
  width: 1px; height: 80px;
  pointer-events: none;
}

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 10px var(--gutter);
  background: rgba(7, 9, 12, 0.92);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--gold-ghost);
  transition: padding 0.3s ease;
}
.nav.is-scrolled {
  padding: 10px var(--gutter);
}

.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.32em;
  color: var(--bone-bright);
  flex-shrink: 0;
}
.nav-mark {
  color: var(--gold);
  animation: mark-pulse 4.5s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes mark-pulse {
  0%, 100% { opacity: 0.85; filter: drop-shadow(0 0 2px rgba(201,168,76,0.4)); }
  50%      { opacity: 1;    filter: drop-shadow(0 0 6px rgba(201,168,76,0.8)); }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
  letter-spacing: 0;
  color: var(--bone-muted);
}
.nav-links a { transition: color 0.25s ease; padding: 6px 0; }
.nav-links a:hover { color: var(--bone-bright); }

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-right: 12px;
}
.lang-active { color: var(--gold); }
.lang-sep { color: rgba(232,224,208,0.28); }
.lang-link { color: rgba(232,224,208,0.45); text-decoration: none; transition: color 0.2s; }
.lang-link:hover { color: var(--bone-bright); }

.nav-links .nav-cta {
  background: transparent;
  border: 1px solid #c9a84c;
  color: #c9a84c;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.nav-links .nav-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #c9a84c;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: -1;
}
.nav-links .nav-cta:hover::before { transform: translateX(0); }
.nav-links .nav-cta:hover { color: #07090c; }

.nav-toggle {
  display: none;
  width: 36px; height: 28px;
  background: transparent;
  border: 0;
  padding: 4px;
  cursor: pointer;
  position: relative;
}
.nav-toggle span {
  display: block;
  position: absolute;
  left: 4px; right: 4px;
  height: 1.5px;
  background: var(--bone-bright);
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
.nav-toggle span:nth-child(1) { top: 7px;  }
.nav-toggle span:nth-child(2) { top: 13px; }
.nav-toggle span:nth-child(3) { top: 19px; }
.nav-toggle.is-open span:nth-child(1) { top: 13px; transform: rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { top: 13px; transform: rotate(-45deg); }

/* ============================================================
   HERO — EN section, video som bakgrund, content ovanpå (z-index lager)
   ============================================================ */

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  overflow: hidden;
}

/* LAGER 1 (z-0) — video bakgrund */
.hero-bg-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* LAGER 2 (z-1) — gradient overlay */
.hero-bg-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg,
    rgba(7, 9, 12, 0.45) 0%,
    rgba(7, 9, 12, 0.62) 45%,
    rgba(7, 9, 12, 0.95) 100%);
}

/* LAGER 3 (z-2) — radial vignette */
.hero-bg-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse at center,
    transparent 28%,
    rgba(7, 9, 12, 0.62) 100%);
}

/* LAGER 4 (z-20) — status-rad */
.hero-status {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 20;
  padding: clamp(92px, 11vh, 120px) clamp(24px, 4vw, 64px) 0;
  color: var(--bone-muted);
}
.hero-status-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-status-left { display: flex; align-items: center; gap: 12px; }

/* LAGER 5 (z-10) — huvudcontent */
.hero-content {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 var(--gutter);
  text-align: center;
}
.hero-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  width: 100%;
}

.hero-eyebrow {
  color: var(--gold-bright);
  margin-bottom: 28px;
  font-size: 12px;
  letter-spacing: 0.32em;
}

.hero-logo {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(72px, 14vw, 180px);
  line-height: 0.95;
  letter-spacing: 0.18em;
  color: var(--bone);
  margin-bottom: 28px;
  text-shadow: 0 0 60px rgba(201, 168, 76, 0.15);
}

.hero-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.3;
  letter-spacing: 0.005em;
  color: var(--bone);
  margin-bottom: 22px;
  white-space: nowrap;
}
.hero-tagline em { font-style: italic; color: var(--gold); }
.hero-gold {
  color: #c9a84c;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}

.hero-sub {
  font-family: var(--sans);
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 300;
  line-height: 1.6;
  color: var(--bone-muted);
  max-width: 56ch;
  margin-bottom: 40px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

/* LAGER 6 (z-10) — faktarad i botten */
.hero-bottom {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  padding: 0 var(--gutter) clamp(48px, 7vh, 72px);
}
.hero-bottom-inner {
  max-width: var(--maxw);
  margin: 0 auto;
}
.hero-bottom-rule {
  height: 1px;
  background: linear-gradient(to right,
    transparent, var(--rule-hairline) 15%, var(--rule-hairline) 85%, transparent);
  margin-bottom: 32px;
}
.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 56px);
}
.hero-fact {
  text-align: left;
  border-left: 1px solid var(--gold-faint);
  padding-left: 18px;
}
.hero-fact-value {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1;
  color: var(--bone-bright);
  margin-bottom: 8px;
}
.hero-fact-label { color: var(--bone-faint); }

/* LAGER 7 (z-20) — scroll-indikator */
.hero-scroll {
  position: absolute;
  right: clamp(24px, 3vw, 40px);
  bottom: clamp(24px, 4vh, 50px);
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: var(--bone-faint);
}
.hero-scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--gold-soft), transparent);
  position: relative;
  overflow: hidden;
}
.hero-scroll-line::after {
  content: '';
  position: absolute;
  top: -20px; left: 0;
  width: 1px; height: 20px;
  background: var(--gold);
  animation: scroll-shimmer 2.5s ease-in-out infinite;
}
@keyframes scroll-shimmer {
  0%   { top: -20px; opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { top: 60px; opacity: 0; }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease,
              border-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--gold);
  color: var(--bg);
  border-color: var(--gold);
  position: relative;
  animation: btn-pulse 4s ease-in-out infinite;
}
.btn-primary:hover {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  transform: translateY(-1px);
}
@keyframes btn-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.0); }
  50%      { box-shadow: 0 0 0 8px rgba(201, 168, 76, 0.10); }
}

.btn-ghost {
  background: transparent;
  color: var(--bone);
  border-color: var(--gold-soft);
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--bone-bright);
  transform: translateY(-1px);
}

/* (hero-bottom + hero-scroll definierade i hero-block ovan) */

/* ============================================================
   SECTION HEAD (delad)
   ============================================================ */

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(48px, 6vw, 64px);   /* FIX 13 */
}
.section-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: 0.005em;
  color: var(--bone-bright);
  margin-bottom: 24px;
  max-width: 22ch;
  margin-left: auto; margin-right: auto;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--bone-muted);
  max-width: 60ch;
  margin: 0 auto;
}

/* ============================================================
   2. FAKTABLAD
   ============================================================ */

.factsheet { padding: var(--section-pad) 0; overflow: hidden; }
.factsheet-head {
  text-align: center;
  margin-bottom: clamp(48px, 6vw, 64px);    /* FIX 13 */
}
.factsheet-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  color: var(--bone-bright);
  max-width: 24ch;
  margin: 0 auto;
}

.factsheet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.factsheet-cell {
  padding: 44px 32px;
  border-right: 1px solid var(--rule);
}
.factsheet-cell:last-child { border-right: 0; }

.factsheet-label { color: var(--bone-faint); margin-bottom: 18px; }
.factsheet-value {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.2;
  color: var(--bone-bright);
  margin-bottom: 12px;
}
.factsheet-meta { font-size: 13px; color: var(--bone-faint); line-height: 1.5; }

/* ============================================================
   3. MEDALLION (FIX 6: 320px desktop, 220px mobil)
   ============================================================ */

.medallion {
  padding: var(--section-pad) 0;
  text-align: center;
}
.medallion-mark {
  margin: 0 auto 56px;
  width: 320px;
  height: 320px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.medallion-mark::before,
.medallion-mark::after {
  content: '';
  position: absolute;
  border: 1px solid var(--gold-faint);
  border-radius: 50%;
  pointer-events: none;
}
.medallion-mark::before { inset: 0; }
.medallion-mark::after  { inset: 50px; border-color: var(--gold-soft); }

.medallion-star {
  position: relative;
  width: 12px; height: 12px;
  background: var(--gold-bright);
  border-radius: 50%;
  box-shadow:
    0 0 60px rgba(201, 168, 76, 0.4),
    0 0 120px rgba(201, 168, 76, 0.2),
    0 0 24px rgba(229, 201, 122, 0.95);
  animation: medallion-pulse 4s ease-in-out infinite;
}
@keyframes medallion-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 60px rgba(201, 168, 76, 0.4),
      0 0 120px rgba(201, 168, 76, 0.2),
      0 0 24px rgba(229, 201, 122, 0.95);
  }
  50% {
    transform: scale(1.4);
    box-shadow:
      0 0 90px rgba(201, 168, 76, 0.55),
      0 0 180px rgba(201, 168, 76, 0.3),
      0 0 36px rgba(229, 201, 122, 1);
  }
}

.medallion-star .ray {
  position: absolute;
  top: 50%; left: 50%;
}
.medallion-star .ray-h {
  width: 280px; height: 1px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, transparent, var(--gold) 50%, transparent);
}
.medallion-star .ray-v {
  width: 1px; height: 280px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, transparent, var(--gold) 50%, transparent);
}
.medallion-star .ray-d1,
.medallion-star .ray-d2 {
  width: 200px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-soft) 50%, transparent);
  transform-origin: center;
}
.medallion-star .ray-d1 { transform: translate(-50%, -50%) rotate(45deg); }
.medallion-star .ray-d2 { transform: translate(-50%, -50%) rotate(-45deg); }

.medallion-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.15;
  letter-spacing: 0.005em;
  color: var(--bone-bright);
  margin-bottom: 32px;
  max-width: 22ch;
  margin-left: auto; margin-right: auto;
}
.medallion-title em { font-style: italic; color: var(--gold); }

.medallion-body {
  font-size: 17px;
  line-height: 1.85;
  color: var(--bone-muted);
  max-width: 56ch;
  margin: 0 auto;
}

/* ============================================================
   4. PRODUCTS / GUIDER (FIX 7: rikare gradient, noise, pulse, inset shadow)
   ============================================================ */

.products { padding: var(--section-pad) 0; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
}

.product-card { display: flex; flex-direction: column; }

.product-image {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--rule);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  transition: border-color 0.4s ease;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.4);   /* FIX 7 djup */
}

/* Gradient-bakgrund per kort (3 lager) */
.product-image::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: opacity 0.4s ease, transform 1.5s ease;
  opacity: 0.7;
}
.product-card-1 .product-image::before {
  background:
    radial-gradient(ellipse 65% 50% at 28% 25%, var(--aurora-teal) 0%, transparent 65%),
    radial-gradient(ellipse 55% 50% at 78% 70%, var(--aurora-violet) 0%, transparent 65%),
    radial-gradient(circle at 50% 50%, rgba(201,168,76,0.06) 0%, transparent 60%),
    var(--bg);
}
.product-card-2 .product-image::before {
  background:
    radial-gradient(ellipse 60% 50% at 70% 25%, var(--aurora-violet) 0%, transparent 65%),
    radial-gradient(ellipse 60% 60% at 30% 75%, var(--aurora-emerald) 0%, transparent 65%),
    radial-gradient(circle at 50% 50%, rgba(201,168,76,0.06) 0%, transparent 60%),
    var(--bg);
}
.product-card-3 .product-image::before {
  background:
    radial-gradient(ellipse 60% 55% at 50% 25%, var(--aurora-emerald) 0%, transparent 65%),
    radial-gradient(ellipse 65% 55% at 25% 80%, var(--aurora-teal) 0%, transparent 65%),
    radial-gradient(circle at 50% 50%, rgba(201,168,76,0.06) 0%, transparent 60%),
    var(--bg);
}
.product-card:hover .product-image::before { opacity: 1; transform: scale(1.05); }

/* Mörk botten-gradient + noise + pulse */
.product-image::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
              rgba(7, 9, 12, 0.05) 0%,
              rgba(7, 9, 12, 0.45) 55%,
              rgba(7, 9, 12, 0.92) 100%);
  pointer-events: none;
}

/* SVG-noise för att eliminera banding (FIX 7) */
.product-noise {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.18;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* Subtle ljus-pulsering i mitten */
.product-pulse {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%,
              rgba(229, 201, 122, 0.18) 0%,
              transparent 50%);
  animation: product-pulse 6s ease-in-out infinite;
}
@keyframes product-pulse {
  0%, 100% { transform: scale(0.8); opacity: 0.4; }
  50%      { transform: scale(1.2); opacity: 0.85; }
}
.product-card-2 .product-pulse { animation-delay: -2s; }
.product-card-3 .product-pulse { animation-delay: -4s; }

.product-card:hover .product-image { border-color: var(--gold-soft); }

.product-eyebrow {
  position: absolute;
  top: 22px; left: 22px;
  z-index: 3;
  color: var(--gold);
}
.product-status {
  position: absolute;
  top: 22px; right: 22px;
  z-index: 3;
  color: var(--bone);
  border: 1px solid var(--bone-faint);
  padding: 5px 10px;
  font-size: 9px;
  letter-spacing: 0.22em;
}

.product-bottom { position: relative; z-index: 3; }
.product-cat {
  color: var(--gold);
  margin-bottom: 14px;
}
.product-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(20px, 1.9vw, 26px);
  line-height: 1.2;
  color: var(--bone-bright);
  max-width: 22ch;
}

.product-meta {
  padding: 28px 4px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
}
.product-meta p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--bone-muted);
  max-width: 38ch;
}

.arrow-circle {
  flex-shrink: 0;
  width: 52px; height: 52px;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  position: relative;
  transition: border-color 0.3s ease, transform 0.5s ease, background 0.3s ease;
}
.arrow-circle:hover {
  border-color: var(--gold);
  background: var(--gold-ghost);
  transform: rotate(-45deg);
}
.arrow-circle span {
  position: absolute;
  top: 50%; left: 50%;
  width: 18px; height: 1px;
  background: var(--gold);
  transform: translate(-50%, -50%);
}
.arrow-circle span::before,
.arrow-circle span::after {
  content: '';
  position: absolute;
  right: 0;
  width: 7px; height: 1px;
  background: var(--gold);
}
.arrow-circle span::before { top: -3px; transform: rotate(45deg);  transform-origin: right; }
.arrow-circle span::after  { top: 3px;  transform: rotate(-45deg); transform-origin: right; }

/* ============================================================
   5. FLEET / ARTIKLAR (FIX 8: visual headers med SVG/logos)
   ============================================================ */

.fleet { padding: var(--section-pad) 0; }

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 3vw, 48px);
}

.fleet-card { display: flex; flex-direction: column; }

/* Visual header — höjd 240px (FIX 8) */
.fleet-visual {
  position: relative;
  height: 240px;
  border: 1px solid var(--rule);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  transition: border-color 0.4s ease;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.4);
}
.fleet-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: transform 1.5s ease;
}
.fleet-visual-1::before {
  background:
    radial-gradient(ellipse 65% 60% at 25% 30%, var(--aurora-teal) 0%, transparent 65%),
    radial-gradient(ellipse 55% 50% at 80% 70%, var(--aurora-violet) 0%, transparent 65%),
    var(--bg);
}
.fleet-visual-2::before {
  background:
    radial-gradient(ellipse 55% 60% at 70% 30%, var(--aurora-emerald) 0%, transparent 65%),
    radial-gradient(ellipse 65% 50% at 30% 70%, var(--aurora-teal) 0%, transparent 65%),
    var(--bg);
}
.fleet-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
              rgba(7, 9, 12, 0.15) 0%,
              rgba(7, 9, 12, 0.5) 100%);
  pointer-events: none;
}
.fleet-card:hover .fleet-visual { border-color: var(--gold-soft); }
.fleet-card:hover .fleet-visual::before { transform: scale(1.05); }

.fleet-eyebrow {
  position: absolute;
  top: 22px; left: 22px;
  z-index: 3;
  color: var(--gold);
}
.fleet-meta-top {
  position: absolute;
  top: 22px; right: 22px;
  z-index: 3;
  color: var(--bone-faint);
}

/* PRIO 3: visuell typografi på artikel-kort */

.fleet-noise {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.15;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.fleet-typo {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  color: var(--bone-bright);
  text-shadow: 0 2px 24px rgba(7, 9, 12, 0.6);
}

/* Card 1 — CLAUDE · GPT · GEMINI · GROK */
.fleet-typo-models {
  flex-wrap: wrap;
  gap: clamp(10px, 1.5vw, 24px);
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1;
  text-align: center;
}
.fleet-typo-models .fleet-sep {
  color: var(--gold);
  font-size: 0.7em;
  opacity: 0.85;
}

/* Card 2 — VRAM · 32 GB */
.fleet-typo-vram {
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.fleet-vram-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--gold);
  text-transform: uppercase;
}
.fleet-vram-value {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(60px, 8vw, 110px);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--bone-bright);
  text-shadow: 0 2px 30px rgba(7, 9, 12, 0.65);
}
.fleet-vram-sub {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--bone-muted);
  text-transform: uppercase;
  margin-top: 6px;
}

.fleet-body { padding: 32px 4px 0; }
.fleet-cat {
  color: var(--gold);
  margin-bottom: 14px;
}
.fleet-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.2;
  color: var(--bone-bright);
  margin-bottom: 18px;
  max-width: 22ch;
}
.fleet-desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--bone-muted);
  margin-bottom: 28px;
  max-width: 56ch;
}

.fleet-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 20px 0;
  margin-bottom: 24px;
}
.fleet-stat-value {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 18px;
  color: var(--bone-bright);
  margin-bottom: 4px;
}
.fleet-stat-label { color: var(--bone-faint); }

.fleet-link {
  color: var(--gold);
  border-bottom: 1px solid var(--gold-soft);
  padding-bottom: 4px;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.fleet-link:hover { color: var(--gold-bright); border-color: var(--gold-bright); }

/* ============================================================
   6. METHOD
   ============================================================ */

.method { padding: var(--section-pad) 0; }
.method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}

.method-image {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--rule);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.method-image-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 30% 30%, var(--aurora-violet) 0%, transparent 70%),
    radial-gradient(ellipse 70% 60% at 70% 75%, var(--aurora-teal) 0%, transparent 70%),
    var(--bg);
  z-index: 0;
}
.method-image-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
              rgba(7, 9, 12, 0.2) 0%,
              rgba(7, 9, 12, 0.55) 60%,
              rgba(7, 9, 12, 0.95) 100%);
  z-index: 1;
}

/* Medallion: 4-strålad stjärna (180px) i övre halvan + 3 koncentriska cirklar */
.method-image-medallion {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.method-circle {
  position: absolute;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  pointer-events: none;
}
.method-circle-1 { inset: 0;  border-color: var(--gold-faint); }
.method-circle-2 { inset: 36px; border-color: rgba(201, 168, 76, 0.28); }
.method-circle-3 { inset: 72px; border-color: rgba(201, 168, 76, 0.4); }

.method-star {
  position: relative;
  width: 10px; height: 10px;
  background: var(--gold-bright);
  border-radius: 50%;
  box-shadow:
    0 0 40px rgba(201, 168, 76, 0.3),
    0 0 80px rgba(201, 168, 76, 0.18),
    0 0 16px rgba(229, 201, 122, 0.95);
  animation: medallion-pulse 4s ease-in-out infinite;
}
.method-star .ray {
  position: absolute;
  top: 50%; left: 50%;
}
.method-star .ray-h {
  width: 180px; height: 1px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, transparent, var(--gold) 50%, transparent);
}
.method-star .ray-v {
  width: 1px; height: 180px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, transparent, var(--gold) 50%, transparent);
}
.method-star .ray-d1,
.method-star .ray-d2 {
  width: 130px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-soft) 50%, transparent);
  transform-origin: center;
}
.method-star .ray-d1 { transform: translate(-50%, -50%) rotate(45deg); }
.method-star .ray-d2 { transform: translate(-50%, -50%) rotate(-45deg); }

.method-image-overlay {
  position: relative;
  z-index: 3;
  padding: 36px;
  width: 100%;
}
.method-image-caption {
  font-family: var(--serif);
  font-size: clamp(20px, 2.2vw, 28px);
  font-style: italic;
  line-height: 1.4;
  color: var(--bone-bright);
  max-width: 28ch;
}
.method-image-caption .mono {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  color: var(--gold);
  margin-bottom: 12px;
  letter-spacing: 0.18em;
}
.method-image-caption em { font-style: italic; }

.method-text { padding-left: 4px; }
.method-text .section-title {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 18ch;
}
.method-text .section-lead {
  text-align: left;
  margin-left: 0; margin-right: 0;
  margin-bottom: 48px;
}

.method-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--rule);
}
.method-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.method-num {
  color: var(--gold);
  padding-top: 4px;
}
.method-step-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  color: var(--bone-bright);
  margin-bottom: 6px;
}
.method-step p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--bone-muted);
}

/* ============================================================
   7. TERMINAL (FIX 11: latens-värden, tnum)
   ============================================================ */

.terminal { padding: var(--section-pad) 0; }
.terminal-status {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--gold);
}

.terminal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--rule);
  margin-bottom: clamp(40px, 5vw, 56px);
}
.terminal-cell {
  padding: 36px 28px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.terminal-cell:nth-child(3n) { border-right: 0; }
.terminal-cell:nth-last-child(-n+3) { border-bottom: 0; }

.terminal-label { color: var(--bone-faint); margin-bottom: 18px; }
.terminal-value {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.1;
  color: var(--bone-bright);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.terminal-meta { color: var(--bone-faint); font-size: 11px; }

.terminal-summary {
  position: relative;
  background: rgba(10, 12, 16, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 40px clamp(28px, 4vw, 56px);
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid transparent;
}

/* Border-gradient ram */
.terminal-summary::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg,
              var(--gold) 0%,
              var(--gold-faint) 35%,
              transparent 50%,
              var(--gold-faint) 65%,
              var(--gold) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* L-hörn */
.terminal-summary::after {
  content: '';
  position: absolute;
  bottom: -1px; right: -1px;
  width: 14px; height: 14px;
  border: 1px solid var(--gold);
  border-left: 0; border-top: 0;
  pointer-events: none;
}

.terminal-summary .eyebrow { margin-bottom: 28px; }
.terminal-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 48px);
}
.terminal-summary-value {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
  color: var(--gold);
  margin-bottom: 12px;
}
.terminal-summary-label {
  font-size: 14px;
  color: var(--bone-muted);
  line-height: 1.5;
  max-width: 24ch;
}

/* ============================================================
   8. COMMITMENTS / KÄLLOR
   ============================================================ */

.commitments { padding: var(--section-pad) 0; }

.commitments-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--rule);
}
.commitment {
  padding: 44px 24px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
}
.commitment:last-child { border-right: 0; }

.commitment-num { color: var(--gold); margin-bottom: 26px; }
.commitment-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  color: var(--bone-bright);
  margin-bottom: 14px;
}
.commitment-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--bone-muted);
  margin-bottom: 22px;
  flex: 1;
}
.commitment-meta {
  color: var(--bone-faint);
  border-top: 1px solid var(--rule);
  padding-top: 16px;
}

/* ============================================================
   9. TEAM (FIX 19: tydligare hörn)
   ============================================================ */

.team { padding: var(--section-pad) 0; }
.team-grid { display: flex; justify-content: center; }

.team-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(28px, 4vw, 56px);
  max-width: 820px;
  width: 100%;
  align-items: center;
}

.team-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--rule);
  background:
    linear-gradient(135deg,
      var(--gold-mist) 0%,
      transparent 40%,
      transparent 60%,
      var(--gold-mist) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FIX 19: w-4 h-4, border-2, full-opacity guld, position -top-1 -left-1 */
.corner {
  position: absolute;
  width: 16px; height: 16px;
  border: 2px solid var(--gold);
  pointer-events: none;
}
.corner-tl { top: -4px; left: -4px;     border-right: 0; border-bottom: 0; }
.corner-tr { top: -4px; right: -4px;    border-left: 0;  border-bottom: 0; }
.corner-bl { bottom: -4px; left: -4px;  border-right: 0; border-top: 0; }
.corner-br { bottom: -4px; right: -4px; border-left: 0;  border-top: 0; }

.team-initials {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(80px, 9vw, 116px);
  letter-spacing: 0.08em;
  color: var(--gold);
  text-shadow: 0 0 30px rgba(201, 168, 76, 0.25);
}

.team-num { color: var(--gold); margin-bottom: 18px; }
.team-name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
  color: var(--bone-bright);
  margin-bottom: 24px;
}
.team-bio {
  font-size: 16px;
  line-height: 1.75;
  color: var(--bone-muted);
  max-width: 50ch;
  margin-bottom: 24px;
}
.team-meta { color: var(--bone-faint); }

/* ============================================================
   10. CTA (FIX 17: höger = direkt + citat)
   ============================================================ */

.cta { padding: 48px 0; overflow: hidden; }
.cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 60% at 25% 30%, var(--aurora-teal) 0%, transparent 65%),
    radial-gradient(ellipse 60% 60% at 80% 70%, var(--aurora-violet) 0%, transparent 65%);
  pointer-events: none;
}
.cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg,
              rgba(7, 9, 12, 0.55) 0%,
              rgba(7, 9, 12, 0.7) 100%);
  pointer-events: none;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

.cta-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.1;
  color: var(--bone-bright);
  margin-bottom: 24px;
  max-width: 18ch;
}
.cta-title em { font-style: italic; color: var(--gold); }

.cta-lead {
  font-size: 17px;
  line-height: 1.75;
  color: var(--bone-muted);
  max-width: 50ch;
  margin-bottom: 36px;
}

.cta-form {
  display: flex;
  gap: 8px;
  max-width: 520px;
  margin-bottom: 18px;
}
.cta-form input[type="email"] {
  flex: 1;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--gold-soft);
  border-radius: 2px;
  color: var(--bone);
  font-family: var(--sans);
  font-size: 14px;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.cta-form input[type="email"]::placeholder { color: var(--bone-faint); }
.cta-form input[type="email"]:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.06);
}

.cta-count { color: var(--bone-faint); }

.cta-aside {
  display: flex;
  flex-direction: column;
  gap: 36px;
  border-left: 1px solid var(--gold-faint);
  padding-left: clamp(28px, 3vw, 48px);
}
.cta-direct-label { color: var(--gold); margin-bottom: 10px; }
.cta-direct-value {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: var(--bone-bright);
  margin-bottom: 6px;
}
a.cta-direct-value:hover { color: var(--gold-bright); }
.cta-direct-meta { font-size: 13px; color: var(--bone-faint); }

.cta-quote {
  border-top: 1px solid var(--rule);
  padding-top: 32px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.5;
  color: var(--bone-muted);
}
.cta-quote p { margin-bottom: 16px; }
.cta-quote cite {
  display: block;
  font-style: normal;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ============================================================
   11. FOOTER (FIX 15: depth + dot-grid + aurora hörn + symbol)
   ============================================================ */

.footer {
  padding: 40px 0 28px;
  overflow: hidden;
}
.footer-grid-pattern {
  z-index: 0;
  opacity: 0.7;
}
.footer-aurora {
  position: absolute;
  bottom: -200px;
  left: -100px;
  width: 600px;
  height: 600px;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle, var(--aurora-violet) 0%, transparent 60%);
  filter: blur(80px);
  opacity: 0.4;
}

.footer-rule {
  height: 1px;
  background: linear-gradient(to right,
              transparent, var(--rule-hairline) 20%, var(--rule-hairline) 80%, transparent);
}
.footer-rule-top    { margin-bottom: 32px; }
.footer-rule-bottom { margin: 32px 0; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 16px;
}

.footer-col { display: flex; flex-direction: column; gap: 6px; }
.footer-col-label { color: var(--gold); margin-bottom: 14px; }

/* FIX 18: konsekvent färg på footer-länkar */
.footer-col p,
.footer-col a {
  font-size: 14px;
  line-height: 1.6;
  color: var(--bone-65);
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}
.footer-col a:hover { color: var(--gold); }

.footer-mark {
  color: var(--gold);
  margin-bottom: 22px;
  filter: drop-shadow(0 0 8px rgba(201, 168, 76, 0.35));
}
.footer-logo {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.32em;
  color: var(--bone-bright);
  margin-bottom: 14px;
}
.footer-tag {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--bone-muted);
  max-width: 24ch;
  margin-bottom: 22px;
}
.footer-tag em { font-style: italic; }

/* FIX 18: "EN DEL AV" i bone, "merthen.ai" i guld */
.footer-byline { color: var(--bone-65); margin-top: 4px; }
.footer-byline a {
  color: var(--gold);
  border-bottom: 1px solid var(--gold-faint);
  transition: color 0.25s ease;
}
.footer-byline a:hover { color: var(--gold-bright); }

.footer-fine { font-size: 11px !important; color: var(--bone-faint); line-height: 1.7 !important; }

.footer-base {
  display: flex;
  justify-content: space-between;
  color: var(--bone-faint);
}

/* ============================================================
   RESPONSIV
   ============================================================ */

@media (max-width: 1100px) {
  .commitments-grid { grid-template-columns: repeat(3, 1fr); }
  .commitment:nth-child(3n) { border-right: 0; }
  .commitment:nth-child(-n+3) { border-bottom: 1px solid var(--rule); }
  .commitment:last-child { border-right: 0; }
}

@media (max-width: 1100px) {
  .hero-scroll { display: none; }
}

@media (max-width: 920px) {
  .nav-links {
    position: fixed;
    top: 0; right: 0;
    height: 100vh;
    width: min(85vw, 360px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 100px 40px 40px;
    background: rgba(7, 9, 12, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-left: 1px solid var(--gold-ghost);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 17px;
  }
  .nav-links.is-open { transform: translateX(0); }
  .nav-links .nav-cta { animation: none; }
  .nav-toggle { display: block; z-index: 60; }

  .hero-bottom { padding: 0 var(--gutter) clamp(36px, 5vh, 56px); }
  .hero-bottom-rule { margin-bottom: 24px; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); gap: 22px 18px; }
  .hero-status { padding-top: clamp(78px, 10vh, 100px); }
  .hero-eyebrow { font-size: 11px; letter-spacing: 0.28em; margin-bottom: 22px; }

  .factsheet-grid { grid-template-columns: repeat(2, 1fr); }
  .factsheet-cell:nth-child(2) { border-right: 0; }
  .factsheet-cell:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }

  .product-grid { grid-template-columns: 1fr; gap: 28px; }
  .fleet-grid { grid-template-columns: 1fr; gap: 36px; }

  .method-grid { grid-template-columns: 1fr; gap: 56px; }
  .method-image { max-width: 460px; margin: 0 auto; aspect-ratio: 4/5; width: 100%; }

  .terminal-grid { grid-template-columns: repeat(2, 1fr); }
  .terminal-cell:nth-child(3n) { border-right: 1px solid var(--rule); }
  .terminal-cell:nth-child(2n) { border-right: 0; }
  .terminal-cell:nth-last-child(-n+3) { border-bottom: 1px solid var(--rule); }
  .terminal-cell:nth-last-child(-n+2) { border-bottom: 0; }

  .terminal-summary-grid { grid-template-columns: 1fr; gap: 28px; }

  .commitments-grid { grid-template-columns: repeat(2, 1fr); }
  .commitment:nth-child(2n) { border-right: 0; }
  .commitment:nth-child(2n+1) { border-right: 1px solid var(--rule); }

  .team-card { grid-template-columns: 1fr; gap: 36px; }
  .team-portrait { max-width: 280px; margin: 0 auto; }

  .cta-grid { grid-template-columns: 1fr; gap: 56px; }
  .cta-aside { border-left: 0; padding-left: 0; border-top: 1px solid var(--gold-faint); padding-top: 36px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-col-brand { grid-column: 1 / -1; margin-bottom: 16px; }
  .footer-base { flex-direction: column; gap: 12px; }

  /* FIX 6 mobil: medallion 220px */
  .medallion-mark { width: 220px; height: 220px; }
  .medallion-mark::after { inset: 32px; }
  .medallion-star .ray-h { width: 200px; }
  .medallion-star .ray-v { height: 200px; }
  .medallion-star .ray-d1, .medallion-star .ray-d2 { width: 140px; }
}

@media (max-width: 540px) {
  .hero { min-height: 640px; }
  .hero-status { padding-top: 88px; }
  .hero-status-inner { flex-direction: column; gap: 8px; align-items: flex-start; }
  .hero-status-right { font-size: 10px; }
  .hero-actions { flex-direction: column; width: 100%; max-width: 320px; }
  .btn { width: 100%; padding: 16px 24px; }
  .hero-facts { grid-template-columns: 1fr 1fr; gap: 18px; }
  .method-image-medallion { width: 200px; height: 200px; top: 18%; }
  .method-circle-2 { inset: 28px; }
  .method-circle-3 { inset: 56px; }
  .method-star .ray-h { width: 140px; }
  .method-star .ray-v { height: 140px; }

  .factsheet-grid { grid-template-columns: 1fr; }
  .factsheet-cell { border-right: 0 !important; border-bottom: 1px solid var(--rule); padding: 32px 24px; }
  .factsheet-cell:last-child { border-bottom: 0; }

  .fleet-visual { height: 180px; padding: 24px; }
  .fleet-logos { gap: 14px; }
  .fleet-logo-letter { width: 44px; height: 44px; font-size: 22px; }

  .terminal-grid { grid-template-columns: 1fr; }
  .terminal-cell { border-right: 0 !important; border-bottom: 1px solid var(--rule) !important; }
  .terminal-cell:last-child { border-bottom: 0 !important; }

  .commitments-grid { grid-template-columns: 1fr; }
  .commitment { border-right: 0 !important; border-bottom: 1px solid var(--rule); }
  .commitment:last-child { border-bottom: 0; }

  .footer-grid { grid-template-columns: 1fr; }

  .cta-form { flex-direction: column; gap: 12px; }
  .cta-form button { padding: 16px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .aurora,
  .medallion-star,
  .nav-mark,
  .starfield .star.twinkle,
  .nav-links .nav-cta,
  .btn-primary,
  .status-dot,
  .status-dot-green,
  .hero-scroll-line::after,
  .product-pulse {
    animation: none !important;
  }
  * {
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================
   POLARIS v4 — DUAL PERSONALITY MAGAZINE
   Ljus palett (section-paper) + mörkt tema (befintligt)
   ============================================================ */

/* ── LJUSA VARIABLER ── */
:root {
  --paper:         #f8f4ee;
  --paper-white:   #ffffff;
  --ink:           #1a1a1a;
  --ink-strong:    #07090c;
  --ink-muted:     rgba(26, 26, 26, 0.58);
  --ink-faint:     rgba(26, 26, 26, 0.36);
  --ink-hairline:  rgba(7, 9, 12, 0.10);
}

/* ── BASE CLASSES ── */

/* Ljust papper — täcker fixed aurora+stjärnfält med ogenomskinlig bg */
.section-paper {
  background: var(--paper);
  color: var(--ink);
  position: relative;
  z-index: 1;
}

/* Explicit mörk sektion (terminal-break i ljus omgivning) */
.section-dark {
  position: relative;
  z-index: 1;
}

/* Guld-linje mellan hero och paper — "vänd bladet" */
.gold-cut {
  height: 1px;
  background: var(--gold);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

/* Hairline mellan paper-sektioner */
.paper-rule {
  height: 1px;
  background: var(--ink-hairline);
  position: relative;
  z-index: 1;
}

/* ── PULSERANDE GULD-STJÄRNA (återanvändbar komponent) ── */
.pstar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.pstar-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(201, 168, 76, 0.55), 0 0 6px rgba(201, 168, 76, 0.88);
  animation: medallion-pulse 4s ease-in-out infinite;
  flex-shrink: 0;
}
.pstar-line {
  height: 1px;
  width: 52px;
  background: linear-gradient(to right, var(--gold), transparent);
  opacity: 0.55;
}

/* Ljus eyebrow */
.paper-eyebrow {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

/* Ljus section-title */
.paper-h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.1;
  letter-spacing: 0.005em;
  color: var(--ink-strong);
  margin-bottom: 22px;
  max-width: 22ch;
}
.paper-h2 em { font-style: italic; color: var(--gold); }

/* Ljus lead */
.paper-lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--ink-muted);
  max-width: 60ch;
  margin-bottom: 0;
}

/* Ljus body paragraph */
.paper-p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(26, 26, 26, 0.72);
  max-width: 65ch;
  margin-bottom: 18px;
}
.paper-p:last-child { margin-bottom: 0; }

/* Pull quote (ljus) */
.paper-pull {
  margin: clamp(32px, 4vw, 52px) 0;
  padding-left: clamp(20px, 3vw, 36px);
  border-left: 4px solid var(--gold);
}
.paper-pull p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.45;
  color: var(--ink-strong);
  margin-bottom: 12px;
}
.paper-pull cite {
  display: block;
  font-style: normal;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ── SEKTION 3: SENASTE UTGÅVAN ── */
.issue { padding: var(--section-pad) 0; }
.issue-grid {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: clamp(48px, 6vw, 88px);
  align-items: start;
}
.issue-h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.12;
  color: var(--ink-strong);
  margin-bottom: 24px;
  max-width: 26ch;
}
.issue-lead {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ink);
  max-width: 62ch;
  margin-bottom: 22px;
}
.issue-body {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(26, 26, 26, 0.68);
  max-width: 62ch;
  margin-bottom: 18px;
}
.issue-body:last-of-type { margin-bottom: 28px; }
.issue-link {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
  padding-bottom: 3px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.issue-link:hover { color: #a88230; border-color: rgba(168, 130, 48, 0.55); }

/* Newsletter-box (höger kolumn i issue) */
.news-box {
  background: var(--paper-white);
  border: 1px solid var(--ink-hairline);
  padding: clamp(26px, 3vw, 40px);
  position: sticky;
  top: 80px;
}
.news-box-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.2;
  color: var(--ink-strong);
  margin-bottom: 8px;
}
.news-box-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--ink-faint);
  margin-bottom: 22px;
}
.news-box-rule {
  height: 1px;
  background: linear-gradient(to right, var(--gold), rgba(201,168,76,0.2) 60%, transparent);
  margin-bottom: 22px;
}
.news-form { display: flex; flex-direction: column; gap: 12px; }
.news-form input {
  width: 100%;
  padding: 13px 16px;
  background: var(--paper);
  border: 1px solid rgba(7, 9, 12, 0.12);
  border-radius: 2px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.news-form input::placeholder { color: var(--ink-faint); }
.news-form input:focus { border-color: var(--gold); background: var(--paper-white); }
.news-form input.input-error { border-color: #c0392b; }
.news-form-err {
  font-size: 11px;
  color: #c0392b;
  font-family: var(--sans);
  margin-top: -6px;
  display: none;
}
.news-form-err.is-visible { display: block; }
.news-form .btn-primary {
  width: 100%;
  padding: 16px 20px;
  font-size: 11px;
  letter-spacing: 0.2em;
  border: none;
  cursor: pointer;
  margin-top: 2px;
}
.news-success {
  display: none;
  text-align: center;
  padding: 16px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-strong);
  line-height: 1.5;
}
.news-success.is-visible { display: block; }
.news-box-fine {
  margin-top: 18px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ink-faint);
}
.news-box-count {
  display: block;
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.6);
}

/* ── SEKTION 4: BIBLIOTEK ── */
.lib { padding: var(--section-pad) 0; }
.lib-head { margin-bottom: clamp(40px, 5vw, 56px); }
.lib-list { border-top: 1px solid var(--ink-hairline); }
.lib-item {
  display: grid;
  grid-template-columns: 72px 1fr 180px;
  gap: clamp(20px, 3vw, 44px);
  padding: clamp(28px, 4vw, 44px) 0;
  border-bottom: 1px solid rgba(7, 9, 12, 0.07);
  align-items: center;
}
.lib-num {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(44px, 6vw, 64px);
  line-height: 1;
  color: var(--gold);
  opacity: 0.38;
  font-variant-numeric: tabular-nums;
}
.lib-eyebrow { color: var(--gold); margin-bottom: 10px; }
.lib-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(19px, 2.2vw, 26px);
  line-height: 1.2;
  color: var(--ink-strong);
  margin-bottom: 8px;
}
.lib-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ink-muted);
}
.lib-cta { text-align: right; }
.lib-cta-link {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid rgba(201, 168, 76, 0.3);
  padding-bottom: 3px;
  display: inline-block;
  transition: color 0.2s ease;
}
.lib-cta-link:hover { color: #a88230; }
.lib-meta {
  display: block;
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* ── SEKTION 5: SENASTE ANALYSER ── */
.analyses { padding: var(--section-pad) 0; }
.analyses-head { margin-bottom: clamp(40px, 5vw, 56px); }
.analyses-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 4vw, 60px);
}
.analysis-card { border-top: 2px solid var(--gold); padding-top: 28px; }
.analysis-eyebrow { margin-bottom: 14px; }
.analysis-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.2;
  color: var(--ink-strong);
  margin-bottom: 18px;
  max-width: 22ch;
}
.analysis-lead {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(26, 26, 26, 0.68);
  max-width: 52ch;
  margin-bottom: 24px;
}
.analysis-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  border-top: 1px solid var(--ink-hairline);
  border-bottom: 1px solid var(--ink-hairline);
  padding: 14px 0;
  margin-bottom: 20px;
}
.analysis-stat {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.analysis-link {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid rgba(201, 168, 76, 0.3);
  padding-bottom: 3px;
  transition: color 0.2s ease;
}
.analysis-link:hover { color: #a88230; }

/* ── SEKTION 6: METOD (ljus layout) ── */
.method-light { padding: var(--section-pad) 0; }
.method-light-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(40px, 5.5vw, 84px);
  align-items: start;
}
/* Stor medallion i ljus kontext */
.method-light-medallion {
  position: relative;
  width: 180px;
  height: 180px;
  margin-bottom: 44px;
  flex-shrink: 0;
}
.method-light-medallion::before,
.method-light-medallion::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.2);
  pointer-events: none;
}
.method-light-medallion::before { inset: 0; }
.method-light-medallion::after  { inset: 28px; border-color: rgba(201, 168, 76, 0.35); }
.method-light-star {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 10px; height: 10px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(201, 168, 76, 0.45), 0 0 10px rgba(201, 168, 76, 0.85);
  animation: medallion-pulse 4s ease-in-out infinite;
}
.method-light-star .ray { position: absolute; top: 50%; left: 50%; }
.method-light-star .ray-h {
  width: 140px; height: 1px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, transparent, rgba(201,168,76,0.4) 50%, transparent);
}
.method-light-star .ray-v {
  width: 1px; height: 140px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.4) 50%, transparent);
}
.method-light-star .ray-d1, .method-light-star .ray-d2 {
  width: 100px; height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,168,76,0.25) 50%, transparent);
  transform-origin: center;
}
.method-light-star .ray-d1 { transform: translate(-50%, -50%) rotate(45deg); }
.method-light-star .ray-d2 { transform: translate(-50%, -50%) rotate(-45deg); }

/* Numrerad steg-lista (höger) */
.method-light-steps {
  border-top: 1px solid var(--ink-hairline);
  margin-top: 4px;
}
.method-light-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(7,9,12,0.07);
  align-items: start;
}
.method-light-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  padding-top: 4px;
}
.method-light-label {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(19px, 2vw, 24px);
  color: var(--ink-strong);
  margin-bottom: 5px;
}
.method-light-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ink-muted);
}

/* ── SEKTION 7: TERMINAL (mörk break) — använd befintlig .terminal ── */
/* Terminal-sektionen är redan mörk via section-aurora overlay.
   Ingen ytterligare CSS behövs — sektionen ärver dark body bg. */

/* ── SEKTION 8: ETABLERADE KÄLLOR (ljus) ── */
/* Återanvänd .commitments + .commitment — lägg till .section-paper 
   för att göra texterna mörka */
.section-paper .commitment-title  { color: var(--ink-strong); }
.section-paper .commitment-desc   { color: var(--ink-muted); }
.section-paper .commitment-num    { color: var(--gold); }
.section-paper .commitment-meta   { color: var(--ink-faint); border-top-color: var(--ink-hairline); }
.section-paper .commitments-grid  { border-top-color: var(--ink-hairline); }
.section-paper .commitment        { border-right-color: var(--ink-hairline); border-bottom-color: var(--ink-hairline); }
.section-paper .section-title     { color: var(--ink-strong); }
.section-paper .section-lead      { color: var(--ink-muted); }
.section-paper .eyebrow           { color: var(--gold); }

/* ── SEKTION 9: OM DANIEL (ljus) ── */
.team-light { padding: var(--section-pad) 0; }
.team-light-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  max-width: 1000px;
}
.team-light-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--ink-hairline);
  background: linear-gradient(135deg,
    rgba(201,168,76,0.05) 0%,
    transparent 40%,
    transparent 60%,
    rgba(201,168,76,0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Återanvänder .corner och .team-initials från befintlig CSS */
.team-light-portrait .team-initials {
  color: var(--gold);
}
.team-light-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 14px;
}
.team-light-name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  color: var(--ink-strong);
  margin-bottom: 20px;
}
.team-light-bio {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ink-muted);
  max-width: 52ch;
  margin-bottom: 14px;
}
.team-light-meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 22px;
}

/* ── CTA-FORM (uppdaterad med namn-fält) ── */
.cta-form-v2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 520px;
  margin-bottom: 18px;
}
.cta-form-row {
  display: flex;
  gap: 8px;
}
.cta-form-v2 input {
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--gold-soft);
  border-radius: 2px;
  color: var(--bone);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 300;
  outline: none;
  transition: border-color 0.3s ease, background 0.3s ease;
  width: 100%;
}
.cta-form-v2 input::placeholder { color: var(--bone-faint); }
.cta-form-v2 input:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.06);
}

/* ── RESPONSIV — nya sektioner ── */
@media (max-width: 1100px) {
  .lib-item { grid-template-columns: 60px 1fr 140px; }
}

@media (max-width: 920px) {
  .issue-grid { grid-template-columns: 1fr; gap: 48px; }
  .news-box { position: static; }
  .analyses-grid { grid-template-columns: 1fr; gap: 40px; }
  .method-light-grid { grid-template-columns: 1fr; gap: 52px; }
  .team-light-grid { grid-template-columns: 1fr; gap: 36px; }
  .team-light-portrait { max-width: 240px; }
  .lib-item { grid-template-columns: 56px 1fr; }
  .lib-cta { display: none; }
}

@media (max-width: 600px) {
  .lib-item { gap: 14px; padding: clamp(20px, 3vw, 32px) 0; }
  .lib-num { font-size: 36px; }
  .analysis-stats { flex-direction: column; gap: 6px; }
  .cta-form-row { flex-direction: column; }
  .method-light-step { grid-template-columns: 48px 1fr; }
}
