/* =========================================================
   Morten Dam — Funnel Design System
   Dark, premium, mobile-first. Single accent: warm orange.
   ========================================================= */

:root {
  --bg:          #090d15;
  --bg-soft:     #0d1320;
  --bg-card:     #121826;
  --bg-elevated: #18202f;
  --line:        rgba(255,255,255,0.08);
  --line-strong: rgba(255,255,255,0.16);

  --text:        #f4f1ea;
  --text-soft:   #bdbcc6;
  --text-mute:   #7e8092;

  --accent:      #d8b06a;
  --accent-2:    #ecd197;
  --accent-deep: #b68f44;
  --accent-glow: rgba(216,176,106,0.34);

  --ok:          #36c08a;

  --maxw: 1180px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  --shadow: 0 20px 60px rgba(0,0,0,0.45);
  --shadow-accent: 0 14px 40px rgba(216,176,106,0.28);

  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Poppins", var(--font);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; font-size: 16px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; }
.h-xl { font-size: clamp(2.6rem, 8vw, 5.5rem); font-weight: 800; }
.h-lg { font-size: clamp(2rem, 5vw, 3.4rem); }
.h-md { font-size: clamp(1.5rem, 3.4vw, 2.3rem); }
.h-sm { font-size: clamp(1.2rem, 2.4vw, 1.6rem); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--text-soft); }
.eyebrow {
  font-family: var(--font);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--accent);
}
.accent { color: var(--accent); }
.muted { color: var(--text-mute); }
.center { text-align: center; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 10vw, 130px) 0; position: relative; }
.section--tight { padding: clamp(44px, 6vw, 80px) 0; }
.grid { display: grid; gap: 28px; }
@media (min-width: 820px) {
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
}
.stack > * + * { margin-top: 1.1rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600; font-size: 1.02rem;
  padding: 16px 30px; border-radius: var(--radius-pill);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
  white-space: nowrap;
}
.btn--primary {
  background: linear-gradient(135deg, var(--accent-2) 0%, var(--accent-deep) 100%);
  color: #0a0e16; font-weight: 700; box-shadow: var(--shadow-accent);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 48px var(--accent-glow); }
.btn--ghost { border: 1px solid var(--line-strong); color: var(--text); background: rgba(255,255,255,0.02); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }
.btn--lg { padding: 19px 40px; font-size: 1.12rem; }
.btn--block { width: 100%; }
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(10,10,12,0.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; letter-spacing: -0.01em; display: flex; align-items: center; gap: 2px; }
.logo b { font-weight: 800; }
.logo .dot { color: var(--accent); }
.logo-img { height: 30px; width: auto; display: block; }
.site-footer .logo-img { height: 40px; opacity: .95; }
.site-footer .logo-img--tagline { height: auto; width: 280px; max-width: 100%; }
.nav-links { display: none; align-items: center; gap: 34px; }
.nav-links a { color: var(--text-soft); font-weight: 500; font-size: 0.96rem; transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav-toggle { display: inline-flex; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; }
@media (min-width: 940px) {
  .nav-links { display: flex; }
  .nav-toggle { display: none; }
}
.mobile-menu {
  position: fixed; inset: 76px 0 auto 0; z-index: 99;
  background: rgba(10,10,12,0.97); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  display: none; flex-direction: column; padding: 18px 24px 28px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 14px 0; font-size: 1.1rem; border-bottom: 1px solid var(--line); color: var(--text-soft); }
.mobile-menu .btn { margin-top: 18px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg picture { display: block; width: 100%; height: 100%; }
.hero__bg img, .hero__bg video { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Default: shift image slightly right and up so Morten's face sits away from
   the left-aligned headline text. Tuned per breakpoint below. */
.hero__bg img { object-position: 72% 28%; }
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(120% 90% at 80% 30%, rgba(216,176,106,0.12) 0%, transparent 55%),
    /* Left ~half solid for text; soft handoff so Morten stays clearly visible on the right */
    linear-gradient(90deg,
      rgba(10,10,12,0.98) 0%,
      rgba(10,10,12,0.92) 36%,
      rgba(10,10,12,0.55) 52%,
      rgba(10,10,12,0.15) 72%,
      rgba(10,10,12,0.00) 100%),
    /* Very subtle bottom shade only — keeps Morten brighter overall */
    linear-gradient(0deg, rgba(10,10,12,0.35) 0%, rgba(10,10,12,0.00) 35%);
}
.hero__inner { position: relative; z-index: 2; padding: 120px 0 70px; max-width: 780px; }
.hero h1 { margin: 18px 0; }
.hero .lead { max-width: 540px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.hero__trust { margin-top: 40px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; color: var(--text-mute); font-size: 0.9rem; }
.stars { color: var(--accent-2); letter-spacing: 2px; }

/* scroll cue */
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2; color: var(--text-mute); animation: bob 2.2s var(--ease) infinite; }
@keyframes bob { 0%,100%{transform:translate(-50%,0);} 50%{transform:translate(-50%,8px);} }

/* ---------- Phone reel ---------- */
.phone-wrap { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.phone {
  position: relative; width: min(300px, 78vw); aspect-ratio: 9/19.5;
  border-radius: 42px; padding: 10px;
  background: linear-gradient(160deg, #26262e, #0c0c10);
  box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,0.06), 0 0 80px var(--accent-glow);
}
.phone__video { width: 100%; height: 100%; object-fit: cover; border-radius: 32px; background: #000; }
.phone__notch { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 96px; height: 24px; background: #0c0c10; border-radius: 14px; z-index: 2; }
.reel-sound {
  font-size: .82rem; color: var(--text-soft); border: 1px solid var(--line-strong);
  padding: 8px 16px; border-radius: var(--radius-pill); transition: border-color .2s, color .2s;
}
.reel-sound:hover { border-color: var(--accent); color: var(--accent); }
@media (max-width: 819px) { .phone-wrap { margin-top: 28px; } }

/* ---------- Portrait frame (hero image) ---------- */
.portrait-frame {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow), 0 0 90px var(--accent-glow);
  border: 1px solid var(--line-strong);
  aspect-ratio: 4/5; max-width: 440px; margin-inline: auto;
}
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; }
.portrait-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10,10,12,0.55) 100%);
}
.portrait-badge {
  position: absolute; left: 18px; bottom: 18px; z-index: 2;
  background: rgba(10,10,12,0.6); backdrop-filter: blur(8px);
  border: 1px solid var(--line-strong); border-radius: 14px;
  padding: 10px 16px; font-size: .85rem;
}
.portrait-badge b { font-family: var(--font-display); display: block; font-size: 1rem; }
.portrait-badge span { color: var(--text-mute); }

/* ---------- Cards ---------- */
.card {
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 30px;
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.card:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.card__num { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; color: var(--accent); line-height: 1; }
.card__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: rgba(216,176,106,0.12); color: var(--accent); margin-bottom: 18px; font-size: 1.4rem; }

/* ---------- Testimonials ---------- */
.quote { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; height: 100%; display: flex; flex-direction: column; }
.quote p { color: var(--text-soft); font-size: 1.02rem; flex: 1; }
.quote .who { margin-top: 22px; display: flex; align-items: center; gap: 14px; }
.quote .avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-deep)); display: grid; place-items: center; font-weight: 700; color: #fff; overflow: hidden; flex-shrink: 0; }
.quote .avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.quote .name { font-weight: 600; }
.quote .role { color: var(--text-mute); font-size: 0.85rem; }

/* ---------- Logo strip ---------- */
.logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 36px; opacity: 0.55; }
.logos span { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--text-soft); letter-spacing: 0.04em; }
@media (max-width: 700px) {
  /* Inline flow with bullet separators — wraps naturally to 2 lines if needed,
     reads as one trust statement instead of a broken 2x2 grid */
  .logos {
    display: block;
    text-align: center;
    padding: 0 14px;
    opacity: 0.75;
    line-height: 1.7;
  }
  .logos span {
    display: inline;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
  }
  .logos span:not(:last-child)::after {
    content: " · ";
    color: var(--accent);
    margin: 0 4px;
    font-weight: 700;
  }
}

/* ---------- Split feature ---------- */
.split { display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--rev .split__media { order: 2; } }
.split__media img { border-radius: var(--radius-lg); width: 100%; box-shadow: var(--shadow); }
.checklist { list-style: none; }
.checklist li { position: relative; padding-left: 34px; margin-bottom: 14px; color: var(--text-soft); }
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(216,176,106,0.15); color: var(--accent);
  display: grid; place-items: center; font-size: 0.8rem; font-weight: 700;
}

/* ---------- VSL / video ---------- */
.video-wrap {
  position: relative; aspect-ratio: 16/9; border-radius: var(--radius-lg); overflow: hidden;
  background: #000; border: 1px solid var(--line-strong); box-shadow: var(--shadow);
}
.video-wrap iframe, .video-wrap video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; padding: 32px 28px; text-align: center;
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(216,176,106,0.12) 0%, transparent 60%),
    linear-gradient(180deg, #131a2c 0%, #0a1020 100%);
  color: var(--text-mute);
  border: 2px dashed rgba(216,176,106,0.45);
  border-radius: var(--radius-lg);
}
.video-placeholder__duration {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1;
  color: var(--accent); letter-spacing: -0.02em;
}
.video-placeholder__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: #fff; letter-spacing: -0.01em;
}
.video-placeholder__meta {
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.video-placeholder__desc {
  font-size: 0.92rem; line-height: 1.5;
  color: rgba(255,255,255,0.72);
  max-width: 460px; margin: 0;
}
.video-placeholder__path {
  margin-top: 4px; font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
}
.video-placeholder__path code {
  background: rgba(0,0,0,0.4); border: 1px solid rgba(216,176,106,0.25);
  padding: 2px 8px; border-radius: 4px;
  color: var(--accent); font-family: 'SF Mono', Menlo, monospace; font-size: 0.78rem;
}
.play-btn {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-deep));
  display: grid; place-items: center; box-shadow: 0 12px 36px var(--accent-glow);
  margin-bottom: 4px;
}
.play-btn::after {
  content: ""; border-left: 18px solid #0a1020;
  border-top: 11px solid transparent; border-bottom: 11px solid transparent;
  margin-left: 5px;
}
/* Compact mode for tighter spaces */
.video-placeholder--compact { padding: 24px 20px; gap: 10px; }
.video-placeholder--compact .play-btn { width: 52px; height: 52px; margin-bottom: 0; }
.video-placeholder--compact .play-btn::after { border-left-width: 14px; border-top-width: 9px; border-bottom-width: 9px; }
.video-placeholder--compact .video-placeholder__desc { display: none; }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(100% 140% at 50% 0%, rgba(216,176,106,0.18) 0%, transparent 60%),
    var(--bg-soft);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  text-align: center;
}
.cta-band .container { max-width: 720px; }

/* ---------- Forms ---------- */
.form { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 40px); }
.field { margin-bottom: 20px; text-align: left; }
.field label { display: block; font-weight: 600; font-size: 0.92rem; margin-bottom: 8px; color: var(--text); }
.field .hint { font-size: 0.82rem; color: var(--text-mute); margin-top: 6px; }
.input, .select, textarea.input {
  width: 100%; padding: 15px 18px; border-radius: 12px;
  background: var(--bg-elevated); border: 1px solid var(--line-strong); color: var(--text);
  transition: border-color .2s, box-shadow .2s;
}
.input:focus, .select:focus, textarea.input:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-glow);
}
.input::placeholder { color: var(--text-mute); }
textarea.input { resize: vertical; min-height: 110px; }
.form-note { font-size: 0.82rem; color: var(--text-mute); margin-top: 14px; text-align: center; }
.form-msg { margin-top: 16px; padding: 14px 16px; border-radius: 12px; font-size: 0.95rem; display: none; }
.form-msg.show { display: block; }
.form-msg.ok { background: rgba(54,192,138,0.12); color: var(--ok); border: 1px solid rgba(54,192,138,0.3); }
.form-msg.err { background: rgba(255,80,80,0.1); color: #ff8a8a; border: 1px solid rgba(255,80,80,0.3); }

/* radio / option pills */
.options { display: grid; gap: 12px; }
.opt {
  display: flex; align-items: center; gap: 16px; padding: 16px 20px;
  border: 1px solid var(--line-strong); border-radius: 12px; background: var(--bg-elevated);
  cursor: pointer; transition: border-color .2s, background .2s, transform .15s;
}
.opt:hover { border-color: var(--accent); transform: translateX(2px); }
.opt input { accent-color: var(--accent); width: 18px; height: 18px; flex: 0 0 auto; margin: 0 6px 0 0; }
.opt span { line-height: 1.3; }
.opt.selected { border-color: var(--accent); background: rgba(216,176,106,0.08); }

/* ---------- Quiz ---------- */
.quiz-shell { max-width: 680px; margin: 0 auto; }
.progress { height: 6px; border-radius: 6px; background: var(--bg-elevated); overflow: hidden; margin-bottom: 30px; }
.progress__bar { height: 100%; width: 0; background: linear-gradient(90deg, var(--accent), var(--accent-2)); transition: width .4s var(--ease); }
.quiz-step { display: none; animation: fade .4s var(--ease); }
.quiz-step.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.quiz-q { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 3.4vw, 2rem); margin-bottom: 8px; }
.quiz-sub { color: var(--text-mute); margin-bottom: 26px; }
.quiz-count { color: var(--accent); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; }
.quiz-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; }
.quiz-back { color: var(--text-mute); font-weight: 500; }
.quiz-back:hover { color: var(--text); }

/* ---------- Steps / progress dots (funnel) ---------- */
.steps { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.steps .step { font-size: 0.78rem; color: var(--text-mute); display: flex; align-items: center; gap: 8px; }
.steps .step.active { color: var(--accent); font-weight: 600; }
.steps .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line-strong); }
.steps .step.active .dot { background: var(--accent); }

/* ---------- Stats ---------- */
.stat { text-align: center; }
.stat__num { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem,5vw,3.4rem); color: var(--accent); line-height: 1; }
.stat__label { color: var(--text-mute); font-size: 0.92rem; margin-top: 8px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-soft); border-top: 1px solid var(--line); padding: 60px 0 36px; }
.footer-grid { display: grid; gap: 36px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
.site-footer h4 { font-family: var(--font); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--text-mute); margin-bottom: 16px; }
.site-footer a { color: var(--text-soft); display: block; padding: 5px 0; font-size: 0.95rem; }
.site-footer a:hover { color: var(--accent); }
.socials { display: flex; gap: 12px; margin-top: 18px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--text-soft); transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.socials a:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }
.socials a svg { width: 18px; height: 18px; display: block; }

/* ---------- Instagram feed ---------- */
.ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .ig-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
.ig-tile {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--line);
}
.ig-tile img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .4s ease, filter .3s ease;
}
.ig-tile:hover img { transform: scale(1.06); filter: brightness(0.45); }
.ig-tile__overlay {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  color: #fff; opacity: 0; transition: opacity .25s ease;
  pointer-events: none;
}
.ig-tile:hover .ig-tile__overlay { opacity: 1; }
.ig-tile__overlay svg { width: 28px; height: 28px; }
.ig-tile__badge {
  position: absolute; top: 8px; right: 8px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(0,0,0,0.55);
  display: grid; place-items: center;
  color: #fff;
  pointer-events: none;
}

/* ---------- Brand pillars (THINK / BUILD / BALANCE) ---------- */
.pillar { text-align: center; padding: 16px 12px; }
.pillar__label {
  font-family: var(--font-display); font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.18em; color: var(--accent); display: block;
}
.pillar__text { color: var(--text-soft); font-size: 0.98rem; }
.footer-bottom { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; color: var(--text-mute); font-size: 0.84rem; }
.disclaimer { color: var(--text-mute); font-size: 0.78rem; line-height: 1.5; margin-top: 20px; max-width: 880px; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ---------- Tablet hero tuning ---------- */
@media (max-width: 1024px) {
  /* Push image further right so Morten clears the headline area */
  .hero__bg img { object-position: 78% 22%; }
  /* Slightly stronger left fade since the visible image area is narrower */
  .hero__overlay {
    background:
      radial-gradient(120% 90% at 80% 30%, rgba(216,176,106,0.14) 0%, transparent 55%),
      linear-gradient(90deg, rgba(10,10,12,0.97) 0%, rgba(10,10,12,0.92) 45%, rgba(10,10,12,0.50) 75%, rgba(10,10,12,0.15) 100%),
      linear-gradient(0deg, rgba(10,10,12,0.80) 0%, rgba(10,10,12,0.10) 45%);
  }
}

/* ---------- Mobile refinements ---------- */
@media (max-width: 700px) {
  /* Switch hero to a STACKED layout so headline never overlaps Morten's face */
  .hero { min-height: auto; display: block; }
  .hero__bg {
    position: relative;
    inset: auto;
    height: 56vw;        /* ~218px @ 390px wide — proportional to viewport */
    max-height: 320px;
    min-height: 220px;
  }
  .hero__bg img { object-position: 50% 18%; }  /* face high in the strip */
  /* Dark band at TOP so white logo + hamburger stay readable on the light studio backdrop,
     soft fade at bottom so image blends into the dark hero text band below */
  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(10,10,12,0.75) 0%, rgba(10,10,12,0.20) 64px, transparent 110px),
      linear-gradient(180deg, transparent 0%, transparent 55%, rgba(10,10,12,0.85) 92%, rgba(10,10,12,1) 100%);
  }
  .hero__inner { padding: 28px 0 36px; max-width: 100%; }
  /* Make sure the hero text section has the dark page background */
  .hero { background: var(--bg, #0a0d15); }
}

@media (max-width: 600px) {
  .h-xl { font-size: clamp(2rem, 9vw, 3rem); }
  .h-lg { font-size: clamp(1.65rem, 7.5vw, 2.3rem); }
  .h-md { font-size: clamp(1.35rem, 6vw, 1.9rem); }
  .lead { font-size: 1rem; }
  .section { padding: 56px 0; }
  .btn--lg { padding: 15px 22px; font-size: 1rem; }
  /* Header CTA lives in the hamburger menu on mobile — avoid crowding */
  .nav-cta .btn--primary { display: none; }
  .nav { height: 64px; }
  .logo-img { height: 26px; }
  /* Full-width hero CTAs so nothing overflows the edge */
  .hero__cta { gap: 12px; }
  .hero__cta .btn { width: 100%; }
}

/* ---------- Utility ---------- */
.tag { display: inline-block; padding: 6px 14px; border-radius: var(--radius-pill); background: rgba(216,176,106,0.1); color: var(--accent); font-size: 0.8rem; font-weight: 600; }
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }
.mt-s { margin-top: 12px; } .mt-m { margin-top: 24px; } .mt-l { margin-top: 40px; }
.maxw-sm { max-width: 620px; } .maxw-md { max-width: 780px; }
.text-balance { text-wrap: balance; }
