/* ============================================================
   Helm Longevity — Website UI Kit styles
   Consumes tokens from ../../colors_and_type.css
   Prefixed with .hl- to avoid collisions
   ============================================================ */

* { box-sizing: border-box; }
body { margin: 0; background: var(--cream-100); }
button { font: inherit; color: inherit; }
a { text-decoration: none; border: 0; padding: 0; }
img { max-width: 100%; display: block; }

/* ------ Layout ------ */
.hl-container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--gutter); }
.hl-container--narrow { max-width: var(--container-narrow); }

/* ------ Eyebrow ------ */
.hl-eyebrow {
  font-family: var(--font-eyebrow);
  text-transform: uppercase;
  font-size: var(--t-eyebrow);
  letter-spacing: var(--ls-eyebrow);
  color: var(--fg-muted);
  font-weight: 500;
}

/* ------ Buttons ------ */
.hl-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-eyebrow);
  text-transform: uppercase;
  font-size: 12px; font-weight: 500;
  letter-spacing: var(--ls-button);
  padding: 14px 24px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  border-radius: 0;
  white-space: nowrap;
  text-decoration: none;
  transition: all var(--dur-fast) var(--ease-standard);
}
.hl-btn:disabled { opacity: .35; cursor: not-allowed; }
.hl-btn--gold {
  background: var(--gold-500); color: var(--slate-900);
  box-shadow: var(--shadow-gold);
}
.hl-btn--gold:hover { background: var(--gold-600); }
.hl-btn--dark { background: var(--slate-800); color: var(--cream-100); }
.hl-btn--dark:hover { background: #1F262C; }
.hl-btn--ghost {
  color: var(--fg);
  padding: 14px 0;
  border-bottom: 1px solid var(--gold-500);
}
.hl-btn--ghost:hover { color: var(--gold-700); }
.hl-btn--ghost-light {
  color: var(--cream-100);
  padding: 14px 0;
  border-bottom: 1px solid var(--gold-400);
}
.hl-btn--ghost-light:hover { color: var(--gold-400); }
.hl-btn--small { padding: 11px 18px; font-size: 11px; }

/* ------ Cookie consent banner ------ */
.hl-cookie {
  position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 200;
  background: var(--slate-900); color: var(--cream-100);
  border: 1px solid rgba(197,169,126,0.25);
  box-shadow: 0 24px 60px rgba(10,18,24,0.35);
  padding: 22px 26px;
  max-width: 1080px;
  margin: 0 auto;
}
.hl-cookie__inner { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.hl-cookie__eyebrow { color: var(--gold-500); margin-bottom: 8px; }
.hl-cookie__text { font-family: var(--font-body); font-size: 14px; line-height: 1.55; color: #C7D0D5; margin: 0; }
.hl-cookie__text a { color: var(--gold-400); border-bottom: 1px solid currentColor; }
.hl-cookie__actions { display: flex; gap: 12px; flex-shrink: 0; }
.hl-cookie__actions .hl-btn--ghost { color: #C7D0D5; border-bottom-color: rgba(197,169,126,0.5); }
.hl-cookie__actions .hl-btn--ghost:hover { color: var(--gold-400); }
@media (max-width: 720px) {
  .hl-cookie { left: 12px; right: 12px; bottom: 12px; padding: 18px; }
  .hl-cookie__inner { grid-template-columns: 1fr; gap: 16px; }
  .hl-cookie__actions { justify-content: flex-end; flex-wrap: wrap; }
}

/* ------ Top bar ------ */
.hl-topbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0; z-index: 100;
  background: var(--cream-100);
  border-bottom: 1px solid var(--border);
  transition: box-shadow var(--dur-base) var(--ease-standard);
}
.hl-topbar.is-scrolled {
  box-shadow: 0 4px 16px rgba(20,24,28,0.04);
}
.hl-topbar__inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.hl-brand { display: inline-flex; align-items: center; gap: 14px; color: var(--fg); }
.hl-brand__mark { color: var(--forest-800); flex-shrink: 0; }
.hl-brand__words { display: inline-flex; flex-direction: column; }
.hl-brand__word { font-family: var(--font-display); font-size: 22px; letter-spacing: .18em; line-height: 1; }
.hl-brand__sub {
  font-family: var(--font-eyebrow); text-transform: uppercase;
  font-size: 9px; letter-spacing: .28em; color: var(--gold-700);
  margin-top: 4px;
}
.hl-nav { display: flex; align-items: center; gap: 32px; }
.hl-nav a {
  font-family: var(--font-eyebrow); text-transform: uppercase;
  font-size: 12px; letter-spacing: .24em; color: var(--fg);
  white-space: nowrap;
}
.hl-nav a:hover { color: var(--gold-700); }
.hl-lang {
  font-family: var(--font-eyebrow); text-transform: uppercase;
  font-size: 11px; letter-spacing: .22em;
  color: var(--gold-700) !important;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  white-space: nowrap;
}
.hl-lang:hover { color: var(--gold-500) !important; }
.hl-cta {
  font-family: var(--font-eyebrow); text-transform: uppercase;
  font-size: 12px; letter-spacing: .16em;
  padding: 12px 22px;
  background: var(--slate-800) !important; color: var(--cream-100) !important;
  cursor: pointer; line-height: 1;
  white-space: nowrap;
  transition: background var(--dur-fast) var(--ease-standard);
}
.hl-cta:hover { background: #1F262C !important; }

/* ============================================================
   Hero — Abisko midnight sun image, dark overlay
   ============================================================ */
.hl-hero {
  position: relative;
  min-height: 88vh;
  display: flex; align-items: center;
  padding: clamp(96px, 14vh, 160px) 0 clamp(120px, 16vh, 200px);
  overflow: hidden;
  color: var(--cream-100);
  background: var(--slate-900);
}
.hl-hero__bg {
  position: absolute; inset: 0;
  display: block;
}
.hl-hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.hl-hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      rgba(27,31,36,0.55) 0%,
      rgba(27,31,36,0.40) 35%,
      rgba(27,31,36,0.62) 75%,
      rgba(27,31,36,0.82) 100%
    ),
    radial-gradient(ellipse at 50% 60%, rgba(27,31,36,0.20), rgba(27,31,36,0.55) 80%);
}
.hl-hero__inner { position: relative; text-align: center; z-index: 2; }
.hl-hero__eyebrow { color: var(--gold-400); margin-bottom: 40px; }
.hl-hero__title {
  font-family: var(--font-display);
  font-size: clamp(56px, 9vw, 132px);
  line-height: 1.0;
  letter-spacing: 0.005em;
  font-weight: 400;
  color: var(--cream-100);
  margin: 0;
  text-shadow: 0 2px 18px rgba(0,0,0,0.32);
}
.hl-hero__title em { font-style: italic; color: var(--cream-100); font-weight: 300; }
.hl-hero__ornament { max-width: 380px; margin: 40px auto 36px; }
.hl-hero__lead {
  max-width: 540px; margin: 0 auto;
  font-family: var(--font-body);
  font-size: 19px; line-height: 1.55;
  color: #E4E8EA;
  text-shadow: 0 1px 8px rgba(0,0,0,0.32);
}
.hl-hero__cta { display: flex; justify-content: center; gap: 28px; margin-top: 48px; flex-wrap: wrap; }
.hl-hero__scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: inline-flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--gold-400);
  font-family: var(--font-eyebrow); text-transform: uppercase;
  font-size: 10px; letter-spacing: .28em;
  z-index: 2;
}
.hl-hero__scroll svg { animation: hl-bob 2.4s var(--ease-out-quart) infinite; }
@keyframes hl-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

/* ------ Section heads ------ */
.hl-section-head { max-width: 760px; margin-bottom: 72px; }
.hl-section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.hl-section-head .hl-eyebrow { margin-bottom: 18px; }
.hl-section-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1.08; letter-spacing: 0.005em;
  font-weight: 400;
  color: var(--fg);
  margin: 0 0 32px;
  display: block;
}
.hl-section-title em { font-style: italic; font-weight: 300; }
.hl-section-lead {
  font-family: var(--font-body); font-size: 19px; line-height: 1.55;
  color: var(--fg-muted); margin: 0;
}

/* ============================================================
   About Nathalie — portrait + body
   ============================================================ */
.hl-about { background: var(--cream-100); padding: clamp(64px, 9vh, 120px) 0; }
.hl-about__grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: clamp(48px, 8vw, 100px);
  align-items: start;
}
.hl-about__portrait {
  position: sticky; top: 100px;
  margin: 0;
}
.hl-about__portrait img {
  width: 100%; height: auto;
  background: var(--cream-200);
}
.hl-about__caption {
  margin-top: 18px;
  color: var(--gold-700);
}
.hl-about__body { padding-top: 8px; }
.hl-about__body .hl-eyebrow { margin-bottom: 18px; }
.hl-about__lead {
  font-family: var(--font-body);
  font-size: 20px; line-height: 1.55;
  color: var(--fg);
  margin: 0 0 22px;
}
.hl-about__body-p {
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.65;
  color: var(--fg-muted);
  margin: 0 0 18px;
}
.hl-about__rule {
  height: 1px;
  background: var(--gold-500);
  width: 80px;
  margin: 40px 0;
}
.hl-credentials {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 12px 32px;
  margin: 0 0 20px;
  font-family: var(--font-body);
}
.hl-credentials dt {
  font-family: var(--font-eyebrow); text-transform: uppercase;
  font-size: 10px; letter-spacing: .24em;
  color: var(--gold-700);
  font-weight: 500;
  padding-top: 4px;
}
.hl-credentials dd {
  margin: 0;
  font-size: 15px; line-height: 1.5;
  color: var(--fg);
}
.hl-publications {
  list-style: none; padding: 0; margin: 0;
}
.hl-publications li {
  font-family: var(--font-body);
  font-size: 15px; line-height: 1.6;
  color: var(--fg-muted);
  padding: 16px 0;
  border-top: 1px solid var(--border);
}
.hl-publications li:last-child { border-bottom: 1px solid var(--border); }
.hl-publications em { color: var(--fg); font-style: italic; }
.hl-publications a {
  display: inline-block;
  margin-top: 4px;
  color: var(--gold-700);
  font-family: var(--font-eyebrow);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .2em;
  border-bottom: 1px solid var(--gold-500);
  padding-bottom: 1px;
  transition: color var(--dur-fast);
}
.hl-publications a:hover { color: var(--gold-500); }

/* ============================================================
   Services — three cards
   ============================================================ */
.hl-services { background: var(--cream-50); padding: clamp(56px, 8vh, 96px) 0 clamp(48px, 7vh, 80px); }
.hl-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--border-strong);
}
.hl-service {
  padding: 56px 44px 48px;
  display: flex; flex-direction: column; gap: 14px;
  border-right: 1px solid var(--border);
  position: relative;
  background: var(--cream-50);
  transition: background var(--dur-base) var(--ease-standard);
}
.hl-service:last-child { border-right: 0; }
.hl-service:hover { background: var(--cream-100); }
.hl-service.is-featured {
  background: var(--cream-100);
  box-shadow: inset 0 2px 0 var(--gold-500);
}
.hl-service.is-featured:hover { background: #FBF8F0; }
.hl-service__badge {
  position: absolute; top: 24px; right: 44px;
  background: var(--gold-500); color: var(--slate-900);
  padding: 5px 10px;
  font-family: var(--font-eyebrow); text-transform: uppercase;
  font-size: 10px; letter-spacing: .22em; font-weight: 500;
}
.hl-service__num {
  font-family: var(--font-display); font-size: 42px; line-height: 1;
  color: var(--gold-700); margin-bottom: 14px;
}
.hl-service__title {
  font-family: var(--font-display); font-size: 30px;
  font-weight: 400; line-height: 1.1; color: var(--fg);
  margin: 0;
  min-height: 3.3em;
  display: flex; align-items: flex-end;
}
.hl-service__title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  padding-bottom: 2px;
}
.hl-service__title a:hover {
  color: var(--gold-700);
  border-bottom-color: var(--gold-500);
}
.hl-service__subtitle {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 14.5px; line-height: 1.45;
  color: var(--gold-700);
  margin: -8px 0 6px;
}
.hl-service__price {
  display: flex; flex-direction: column;
  gap: 6px;
  padding: 14px 0; margin-top: 4px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.hl-service__amount {
  font-family: var(--font-display); font-size: 24px;
  color: var(--fg);
  line-height: 1;
}
.hl-service__duration {
  font-family: var(--font-eyebrow); text-transform: uppercase;
  font-size: 10px; letter-spacing: .24em; color: var(--fg-muted);
}
.hl-service__desc {
  font-family: var(--font-body); font-size: 16.5px; line-height: 1.55;
  color: var(--fg-muted); margin: 4px 0 10px;
  min-height: 4.6em;
}
.hl-service__includes {
  list-style: none; padding: 0; margin: 8px 0;
  display: flex; flex-direction: column; gap: 9px;
}
.hl-service__includes li {
  display: grid; grid-template-columns: 16px 1fr; gap: 12px; align-items: start;
  font-family: var(--font-body); font-size: 15.5px; line-height: 1.5;
  color: var(--fg);
}
.hl-service__includes svg { margin-top: 6px; }
.hl-service__note {
  font-family: var(--font-body); font-size: 14.5px; line-height: 1.55;
  color: var(--fg-muted); font-style: italic;
  margin: 8px 0 8px;
}
.hl-service .hl-btn { align-self: flex-start; }
.hl-service__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
}
.hl-service__more {
  font-family: var(--font-eyebrow);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--gold-700);
  border-bottom: 1px solid var(--gold-500);
  padding-bottom: 3px;
  align-self: flex-start;
  transition: color 0.2s ease;
}
.hl-service__more:hover { color: var(--gold-500); }

.hl-services__included {
  margin-top: 60px;
  padding: 32px 36px;
  border: 1px solid var(--border);
  background: var(--cream-100);
}
.hl-services__included .hl-eyebrow { margin-bottom: 12px; color: var(--gold-700); }
.hl-services__included p {
  font-family: var(--font-body); font-size: 15px; line-height: 1.6;
  color: var(--fg); margin: 0 0 10px; max-width: 880px;
}
.hl-services__included p:last-child { margin-bottom: 0; }

/* ============================================================
   Method
   ============================================================ */
.hl-method {
  background: var(--bg-forest);
  color: var(--cream-100);
  padding: clamp(96px, 14vh, 180px) 0;
}
.hl-method .hl-section-title { color: var(--cream-100); }
.hl-method__list {
  list-style: none; padding: 0; margin: 0;
  max-width: 880px; margin: 0 auto;
}
.hl-method__step {
  display: grid; grid-template-columns: 120px 1fr; gap: 40px;
  padding: 36px 0;
  border-top: 1px solid rgba(246,247,245,0.12);
  align-items: baseline;
}
.hl-method__step:last-child { border-bottom: 1px solid rgba(246,247,245,0.12); }
.hl-method__roman {
  font-family: var(--font-display); font-size: 56px; line-height: 1;
  color: var(--gold-500); letter-spacing: 0.06em;
}
.hl-method__title {
  font-family: var(--font-display); font-size: 28px;
  font-weight: 400; line-height: 1.1;
  color: var(--cream-100); margin: 0 0 10px;
}
.hl-method__body p { font-family: var(--font-body); font-size: 17px; line-height: 1.55; color: #C7D0D5; margin: 0; max-width: 560px; }

/* ============================================================
   Quote
   ============================================================ */
.hl-quote-section { padding: clamp(40px, 6vh, 72px) 0; background: var(--cream-50); }
.hl-quote-section--alt { background: var(--cream-100); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: clamp(36px, 5vh, 64px) 0; }
.hl-quote { text-align: center; }
.hl-quote__text {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 28px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  color: var(--fg);
  margin: 0 auto 20px;
  max-width: 680px;
}
.hl-quote__attr .hl-eyebrow { color: var(--gold-700); }

/* ============================================================
   Link band — diskret länkrad mellan sektioner
   ============================================================ */
.hl-link-band {
  background: var(--cream-50);
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.hl-link-band__link {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 18px;
  text-decoration: none;
  color: inherit;
  flex-wrap: wrap;
  text-align: center;
  transition: gap 0.3s ease;
}
.hl-link-band__link:hover { gap: 22px; }
.hl-link-band__eyebrow {
  font-family: var(--font-eyebrow);
  text-transform: uppercase;
  font-size: 11px; letter-spacing: 0.24em;
  color: var(--gold-700);
}
.hl-link-band__text {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 400;
  font-style: italic;
  color: var(--fg);
}
.hl-link-band__arrow {
  font-family: var(--font-body);
  font-size: 22px;
  color: var(--gold-700);
  transition: transform 0.3s ease;
}
.hl-link-band__link:hover .hl-link-band__arrow { transform: translateX(4px); }
@media (max-width: 600px) {
  .hl-link-band { padding: 28px 0; }
  .hl-link-band__link { gap: 10px; flex-direction: column; }
}

/* ============================================================
   FAQ — accordion
   ============================================================ */
.hl-faq { background: var(--cream-100); padding: clamp(48px, 7vh, 80px) 0; }
.hl-faq__list { border-top: 1px solid var(--border-strong); }
.hl-faq__item { border-bottom: 1px solid var(--border); }
.hl-faq__q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
  background: transparent; border: 0; cursor: pointer;
  font-family: var(--font-display);
  font-size: 22px; line-height: 1.3;
  color: var(--fg);
  text-align: left;
  font-weight: 400;
  transition: color var(--dur-fast);
}
.hl-faq__q:hover { color: var(--gold-700); }
.hl-faq__icon {
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  color: var(--fg);
  flex-shrink: 0;
  transition: all var(--dur-base) var(--ease-standard);
}
.hl-faq__item.is-open .hl-faq__icon {
  background: var(--gold-500); color: var(--slate-900); border-color: var(--gold-500);
}
.hl-faq__icon-v {
  transition: transform var(--dur-base) var(--ease-standard);
  transform-origin: center;
}
.hl-faq__item.is-open .hl-faq__icon-v {
  transform: scaleY(0);
}
.hl-faq__a {
  overflow: hidden;
  transition: max-height var(--dur-base) var(--ease-standard);
}
.hl-faq__a p {
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.65;
  color: var(--fg-muted);
  margin: 0 0 26px;
  max-width: 720px;
}

/* ============================================================
   Final CTA
   ============================================================ */
.hl-cta-band { background: var(--slate-800); color: var(--cream-100); padding: clamp(56px, 8vh, 96px) 0; text-align: center; }
.hl-cta-band__title {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 400; line-height: 1.05;
  margin: 16px 0 22px; color: var(--cream-100);
}
.hl-cta-band__lead { max-width: 540px; margin: 0 auto 40px; font-family: var(--font-body); font-size: 18px; line-height: 1.55; color: #C7D0D5; }
.hl-cta-band__row { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }

/* ============================================================
   Footer
   ============================================================ */
.hl-footer { background: var(--slate-900); color: var(--cream-100); padding: 80px 0 40px; }
.hl-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 60px; align-items: start; }
.hl-footer__brand .hl-brand__word { color: var(--cream-100); }
.hl-footer__tag {
  font-family: var(--font-eyebrow); text-transform: uppercase;
  font-size: 11px; letter-spacing: .28em;
  color: var(--gold-500);
  margin: 22px 0 0;
}
.hl-footer__head { color: #9CABB1; margin-bottom: 18px; }
.hl-footer__line { font-family: var(--font-body); font-size: 15px; color: #C7D0D5; margin: 0 0 8px; }
.hl-footer__line a { color: inherit; border-bottom: 1px solid transparent; transition: border-color var(--dur-fast); }
.hl-footer__line a:hover { border-bottom-color: var(--gold-500); color: var(--gold-400); }
.hl-footer__rule { height: 1px; background: rgba(246,247,245,0.12); }
.hl-footer__legal {
  display: flex; justify-content: space-between; padding-top: 28px;
  font-family: var(--font-body); font-size: 13px; color: #8B97A0;
}
.hl-footer__legal a { color: inherit; border-bottom: 1px solid transparent; }
.hl-footer__legal a:hover { color: var(--gold-400); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
  .hl-nav a:not(.hl-cta) { display: none; }
  .hl-about__grid { grid-template-columns: 1fr; }
  .hl-about__portrait { position: static; max-width: 320px; }
  .hl-credentials { grid-template-columns: 1fr; gap: 4px 0; }
  .hl-credentials dt { padding-top: 16px; }
  .hl-services__grid { grid-template-columns: 1fr; }
  .hl-service { border-right: 0; border-bottom: 1px solid var(--border); }
  .hl-service:last-child { border-bottom: 0; }
  .hl-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hl-method__step { grid-template-columns: 60px 1fr; gap: 24px; }
  .hl-method__roman { font-size: 36px; }
  .hl-faq__q { font-size: 18px; }
}

@media (max-width: 600px) {
  .hl-brand__sub { display: none; }
}

/* ============================================================
   Static-build overrides: native <details> for FAQ
   ============================================================ */
details.hl-faq__item summary.hl-faq__q { list-style: none; }
details.hl-faq__item summary.hl-faq__q::-webkit-details-marker { display: none; }
details.hl-faq__item summary.hl-faq__q::marker { display: none; }
details.hl-faq__item[open] .hl-faq__icon {
  background: var(--gold-500); color: var(--slate-900); border-color: var(--gold-500);
}
details.hl-faq__item[open] .hl-faq__icon-v { transform: scaleY(0); }
details.hl-faq__item .hl-faq__a { max-height: none; }

/* ============================================================
   Credentials bar (research institutions, between hero and about)
   ============================================================ */
.hl-credentials-bar {
  background: var(--cream-100);
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.hl-credentials-bar__inner {
  display: flex; align-items: center; justify-content: center; gap: 28px;
  max-width: 1100px; margin: 0 auto; padding: 0 24px;
}
.hl-credentials-bar__rule {
  flex: 1; height: 1px; background: var(--gold-500); opacity: 0.35;
}
.hl-credentials-bar__list {
  font-family: var(--font-eyebrow);
  text-transform: uppercase;
  font-size: 12px; letter-spacing: 0.22em;
  color: var(--gold-700);
  white-space: nowrap;
}
@media (max-width: 720px) {
  .hl-credentials-bar__rule { flex: 0 0 16px; }
  .hl-credentials-bar__list { font-size: 10px; letter-spacing: 0.18em; }
}

/* ============================================================
   "För vem" — qualification section between about and services
   ============================================================ */
.hl-forwhom {
  background: var(--cream-100);
  padding: clamp(48px, 7vh, 80px) 0;
  border-top: 1px solid var(--border);
}
.hl-forwhom__head { margin-bottom: 56px; max-width: 760px; }
.hl-forwhom__lead {
  font-family: var(--font-body);
  font-size: 18px; line-height: 1.65;
  color: var(--fg-muted);
  margin: 24px 0 0;
}
.hl-forwhom__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.hl-forwhom__card {
  padding: 28px 0 0;
  border-top: 1px solid var(--gold-500);
  background: transparent;
}
.hl-forwhom__num {
  font-family: var(--font-eyebrow);
  text-transform: uppercase;
  font-size: 11px; letter-spacing: 0.22em;
  color: var(--gold-700);
  margin-bottom: 18px;
}
.hl-forwhom__title {
  font-family: var(--font-display);
  font-size: 24px; line-height: 1.3;
  color: var(--fg);
  margin: 0 0 14px;
  font-weight: 400;
}
.hl-forwhom__body {
  font-family: var(--font-body);
  font-size: 16.5px; line-height: 1.65;
  color: var(--fg-muted);
  margin: 0;
}
@media (max-width: 900px) {
  .hl-forwhom__grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ============================================================
   Mobile pass (≤ 600px) — make hero fit in one viewport
   ============================================================ */
@media (max-width: 600px) {
  /* Hero: compact, fits in one mobile screen */
  .hl-hero {
    min-height: 100svh; /* small-viewport unit avoids iOS URL-bar jump */
    padding: 80px 0 60px;
  }
  .hl-hero__inner { padding: 0 20px; }
  .hl-hero__eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
    margin-bottom: 26px;
  }
  .hl-hero__title {
    font-size: clamp(34px, 9vw, 44px);
    line-height: 1.08;
    letter-spacing: 0;
  }
  .hl-hero__ornament { margin: 24px auto 22px; max-width: 240px; }
  .hl-hero__lead {
    font-size: 15px;
    line-height: 1.5;
    max-width: 320px;
  }
  .hl-hero__cta { margin-top: 28px; }
  .hl-hero__scroll { bottom: 16px; font-size: 10px; }

  /* Section titles a touch tighter on mobile */
  .hl-section-title { font-size: clamp(28px, 8vw, 36px); line-height: 1.15; }
  .hl-section-head { margin-bottom: 40px; }

  /* About copy density */
  .hl-about__lead { font-size: 17px; }
  .hl-about__body-p { font-size: 15px; }

  /* Service cards: less padding so price/CTA fit one column */
  .hl-service { padding: 28px 24px; }
  .hl-service__title { font-size: 24px; }

  /* För vem cards: tighter */
  .hl-forwhom { padding: 64px 0; }
  .hl-forwhom__head { margin-bottom: 36px; }
  .hl-forwhom__card { padding: 28px 22px 24px; }
  .hl-forwhom__title { font-size: 21px; }

  /* CTA band */
  .hl-cta-band { padding: 64px 0; }
  .hl-cta-band__title { font-size: clamp(32px, 9vw, 44px); }

  /* Footer legal stacks cleanly */
  .hl-footer__legal { flex-direction: column; gap: 12px; align-items: flex-start; }
  .hl-footer__grid { grid-template-columns: 1fr; gap: 32px; }
}

/* Soft speaker-profile link in About section */
.hl-about__speaker-link {
  margin: 32px 0 0;
  padding: 18px 22px;
  background: var(--cream-50);
  border-left: 2px solid var(--gold-500);
  font-family: var(--font-body);
  font-size: 15px; line-height: 1.5;
  color: var(--fg-muted);
  font-style: italic;
}
.hl-about__speaker-link a {
  color: var(--gold-700);
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}
.hl-about__speaker-link a:hover {
  color: var(--gold-500);
}
