/* Forside — premium, lys palett.
   Avhenger av tokens.css. */

body.nh-forside {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-feature-settings: 'ss01','ss02';
  letter-spacing: -0.005em;
}

/* ─── Typografi ─── */
.nh-display {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.95;
  color: var(--navy-900);
  margin: 0;
}
.nh-h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.0;
  color: var(--navy-900);
  margin: 0;
}
.nh-eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--coral-600);
}
.nh-body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
  text-wrap: pretty;
  margin: 0;
}

/* ─── Knapper ─── */
.nh-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .15s, background .15s, box-shadow .15s, color .15s, border-color .15s;
  text-decoration: none;
  white-space: nowrap;
}
.nh-btn-primary { background: var(--navy-800); color: var(--paper); }
.nh-btn-primary:hover { background: var(--navy-900); }
.nh-btn-coral { background: var(--coral-500); color: var(--navy-900); }
.nh-btn-coral:hover { background: var(--coral-600); color: var(--paper); }
.nh-btn-ghost { background: transparent; color: var(--navy-800); border: 1px solid var(--line); }
.nh-btn-ghost:hover { border-color: var(--navy-800); }
.nh-arrow { transition: transform .2s; }
.nh-btn:hover .nh-arrow { transform: translateX(3px); }

/* ─── Tag/eyebrow med prikk ─── */
.nh-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--navy-700);
  text-transform: uppercase;
}
.nh-tag::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--coral-500);
  border-radius: 50%;
}

/* ─── Kort ─── */
.nh-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

/* ─── Underline-link ─── */
.nh-link {
  color: var(--navy-800);
  text-decoration: none;
  border-bottom: 1px solid var(--coral-500);
  padding-bottom: 1px;
  transition: color .15s, border-color .15s;
}
.nh-link:hover { color: var(--coral-600); border-color: var(--navy-800); }

/* ─── Skjema ─── */
.nh-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  padding: 14px 0 12px;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  outline: none;
  transition: border-color .15s;
}
.nh-input:focus { border-bottom-color: var(--coral-500); }
.nh-input::placeholder { color: rgba(31,45,92,0.4); }
.nh-label {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-700);
  font-weight: 500;
}

.nh-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  font-size: 13px;
  color: var(--navy-800);
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
  font-family: var(--sans);
}
.nh-chip:hover { border-color: var(--navy-800); }
.nh-chip[aria-pressed="true"] {
  background: var(--navy-800);
  color: var(--paper);
  border-color: var(--navy-800);
}
.nh-chip[aria-pressed="true"] .nh-chip-dot { background: var(--coral-500); }
.nh-chip-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--navy-200);
}

/* ─── Hover på avtale-kort ─── */
.nh-hover-card {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nh-hover-card:hover {
  transform: translateY(-2px);
  border-color: rgba(31,45,92,0.25);
}

/* ═══════════════════════════════════════════════════════════
   HEADER — hamburger med "Meny"-label, logo i midten, CTA til høyre
   ═══════════════════════════════════════════════════════════ */
.nh-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 32px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 60;
  transition: background .25s ease;
}
.nh-header__logo {
  justify-self: center;
  display: inline-flex;
  align-items: center;
}
.nh-header__logo img { height: 64px; width: auto; display: block; }

.nh-header__cta {
  justify-self: end;
  display: flex;
  gap: 16px;
  align-items: center;
}
.nh-header__phone {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--navy-700);
  letter-spacing: 0.06em;
  text-decoration: none;
}

/* Hamburger med vertikal "Meny"-label */
.nh-burger {
  justify-self: start;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--navy-900);
  position: relative;
  z-index: 70;
  font-family: var(--sans);
}
.nh-burger:hover { color: var(--coral-600); }
.nh-burger__icon {
  position: relative;
  width: 26px;
  height: 18px;
}
.nh-burger__icon span {
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: top .25s ease, transform .3s ease, opacity .2s ease;
}
.nh-burger__icon span:nth-child(1) { top: 0; }
.nh-burger__icon span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.nh-burger__icon span:nth-child(3) { top: calc(100% - 2px); }

body.menu-open .nh-burger__icon span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.menu-open .nh-burger__icon span:nth-child(2) { opacity: 0; }
body.menu-open .nh-burger__icon span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.nh-burger__label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  color: currentColor;
}

/* Når menyen er åpen: header blir transparent for sømløst overlay */
body.menu-open { overflow: hidden; }
body.menu-open .nh-header {
  background: transparent;
  border-bottom-color: transparent;
}

/* Scroll-aware header — subtil blur og skygge når brukeren scroller */
.nh-header.is-scrolled {
  background: rgba(250, 247, 242, 0.86);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom-color: rgba(15, 23, 41, 0.06);
  box-shadow: 0 1px 0 rgba(15, 23, 41, 0.04);
}
body.menu-open .nh-header.is-scrolled {
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

/* ═══════════════════════════════════════════════════════════
   FULLSCREEN-MENY (mørk navy)
   ═══════════════════════════════════════════════════════════ */
.nh-mobile-menu {
  position: fixed;
  inset: 0;
  background: #0F1729;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  overflow: auto;
  padding: 110px 32px 56px;
}
.nh-mobile-menu::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(236,138,94,0.06) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 100%, rgba(46,66,114,0.18) 0%, transparent 55%);
  pointer-events: none;
}
body.menu-open .nh-mobile-menu {
  opacity: 1;
  pointer-events: auto;
}

.nh-mobile-menu__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.nh-mobile-menu__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--coral-500);
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  margin-bottom: 40px;
  transition: gap .25s ease, color .2s ease;
}
.nh-mobile-menu__back:hover {
  gap: 14px;
  color: var(--paper);
}
.nh-mobile-menu__back svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nh-mobile-menu__heading {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244,246,249,0.5);
  font-weight: 500;
  margin: 0 0 8px;
}

.nh-mobile-menu__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  margin-bottom: 56px;
}
.nh-mobile-menu__item {
  display: block;
  padding: 24px 0;
  border-top: 1px solid rgba(244,246,249,0.10);
  text-decoration: none;
  color: inherit;
  transition: padding-left .2s ease;
}
.nh-mobile-menu__grid > .nh-mobile-menu__item:last-child {
  border-bottom: 1px solid rgba(244,246,249,0.10);
}
.nh-mobile-menu__item:hover {
  padding-left: 8px;
}
.nh-mobile-menu__item-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  color: var(--coral-500);
  line-height: 1.1;
  margin-bottom: 10px;
  transition: gap .25s ease;
  letter-spacing: -0.01em;
}
.nh-mobile-menu__item:hover .nh-mobile-menu__item-title {
  gap: 16px;
  color: var(--coral-200);
}
.nh-mobile-menu__item-title svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nh-mobile-menu__item-desc {
  display: block;
  font-size: 16px;
  color: rgba(244,246,249,0.6);
  line-height: 1.55;
  font-weight: 400;
  max-width: 460px;
}

/* Aktiv-tilstand: brukeren er på denne siden */
.nh-mobile-menu__item[aria-current="page"] {
  pointer-events: none;
}
.nh-mobile-menu__item[aria-current="page"] .nh-mobile-menu__item-title {
  color: rgba(244,246,249,0.9);
}
.nh-mobile-menu__item[aria-current="page"] .nh-mobile-menu__item-title svg {
  display: none;
}
.nh-mobile-menu__item[aria-current="page"] .nh-mobile-menu__item-title::after {
  content: 'Du er her';
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral-500);
  font-weight: 500;
}

.nh-mobile-menu__footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(244,246,249,0.10);
}
.nh-mobile-menu__footer-row a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--coral-500);
  text-decoration: none;
  font-weight: 500;
  transition: color .2s ease;
}
.nh-mobile-menu__footer-row a:hover { color: var(--paper); }
.nh-mobile-menu__footer-row a svg {
  width: 14px; height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}
.nh-mobile-menu__footer-row a:hover svg {
  transform: translateX(3px);
}

/* Header når menyen er åpen — innhold må være synlig på mørk bakgrunn */
body.menu-open .nh-burger { color: var(--paper); }
body.menu-open .nh-header__logo img { filter: brightness(0) invert(1); }
body.menu-open .nh-header__phone { color: rgba(255,255,255,0.85); }

/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.nh-hero {
  position: relative;
  padding: 88px 48px 72px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  overflow: hidden;
}
.nh-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: end;
}
.nh-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.nh-hero__eyebrow .rule {
  height: 1px; width: 60px;
  background: var(--line);
}
.nh-hero__eyebrow .est {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-2);
  letter-spacing: 0.06em;
}
.nh-hero h1 {
  font-size: 88px;
  margin: 0 0 28px;
}
.nh-hero h1 em { font-style: italic; color: var(--coral-600); }
.nh-hero p { font-size: 17px; max-width: 540px; margin: 0 0 36px; }
.nh-hero__ctas { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }

.nh-hero__visual { position: relative; height: 560px; }
.nh-hero__cabin {
  position: absolute;
  inset: 0;
  height: 100%;
  background: linear-gradient(180deg, #ede4d3 0%, #d8ccb6 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.nh-hero__cabin svg { width: 100%; height: 100%; display: block; }
/* Vær-topbar — tynn stripe over header (forside).
   Henter data fra MET Norge via JS. data-weather og data-weather-* hooks. */
.nh-topbar {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 10px 48px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-2);
  flex-wrap: wrap;
  position: relative;
  z-index: 70;
}
.nh-topbar__brand {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral-600);
  white-space: nowrap;
}
.nh-topbar__main {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}
.nh-topbar__temp {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
  color: var(--navy-900);
  letter-spacing: -0.015em;
}
.nh-topbar__temp.is-cold { color: var(--navy-800); }
.nh-topbar__temp.is-warm { color: var(--coral-600); }
.nh-topbar__cond {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--navy-900);
}
.nh-topbar__meta {
  font-size: 11px;
  color: var(--ink-2);
  letter-spacing: 0.01em;
}
.nh-topbar__meta b { color: var(--navy-900); font-weight: 500; }
.nh-topbar__meta .sep { margin: 0 6px; color: var(--navy-200); }
.nh-topbar__updated {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-2);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.nh-topbar__source {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--coral-600);
  text-decoration: none;
  white-space: nowrap;
}
.nh-topbar__source:hover { text-decoration: underline; }
.nh-topbar.is-error .nh-topbar__updated { color: var(--coral-600); }

@media (max-width: 760px) {
  .nh-topbar { padding: 8px 22px; gap: 12px; }
  .nh-topbar__meta { display: none; }
  .nh-topbar__updated { display: none; }
}

/* ═══════════════════════════════════════════════════════════
   TJENESTE-LISTE
   ═══════════════════════════════════════════════════════════ */
.nh-services {
  padding: 120px 48px;
  background: var(--bone);
  border-bottom: 1px solid var(--line);
}
.nh-services__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 64px;
  gap: 48px;
}
.nh-services__head h2 { font-size: 64px; max-width: 720px; }
.nh-services__head h2 em { font-style: italic; }
.nh-services__head p { max-width: 320px; }

.nh-services__layout {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
.nh-services__list { display: flex; flex-direction: column; }
.nh-service-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 28px 0;
  border: none;
  background: transparent;
  border-top: 1px solid var(--line);
  cursor: pointer;
  transition: padding .25s ease;
}
.nh-service-btn:first-child { border-top: 1px solid var(--navy-800); }
.nh-services__list::after {
  content: '';
  display: block;
  border-top: 1px solid var(--line);
}
.nh-service-btn[aria-pressed="true"] { padding-left: 16px; }
.nh-service-btn__row {
  display: flex;
  align-items: baseline;
  gap: 24px;
}
.nh-service-btn__nr {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-2);
  letter-spacing: 0.08em;
  width: 24px;
  flex-shrink: 0;
}
.nh-service-btn[aria-pressed="true"] .nh-service-btn__nr { color: var(--coral-600); }

.nh-service-btn__title {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--navy-700);
  line-height: 1.05;
  letter-spacing: -0.015em;
  transition: all .25s;
}
.nh-service-btn[aria-pressed="true"] .nh-service-btn__title {
  font-size: 38px;
  color: var(--navy-900);
}
.nh-service-btn__sub {
  font-size: 13px;
  color: var(--ink-2);
  margin-top: 4px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
}
.nh-service-btn[aria-pressed="true"] .nh-service-btn__sub {
  max-height: 24px;
  opacity: 1;
}
.nh-service-btn__arrow {
  color: var(--navy-200);
  font-size: 20px;
  transform: rotate(-45deg);
  transition: all .25s;
  flex-shrink: 0;
}
.nh-service-btn[aria-pressed="true"] .nh-service-btn__arrow {
  color: var(--coral-600);
  transform: rotate(0);
}

.nh-services__detail { position: sticky; top: 100px; }
.nh-services__detail .img-ph { height: 360px; margin-bottom: 32px; }
.nh-services__detail .nh-eyebrow { margin-bottom: 12px; display: block; }
.nh-services__detail p { font-size: 17px; margin: 0 0 28px; }
.nh-services__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  margin-bottom: 32px;
}
.nh-services__items div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--navy-800);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-2);
}
.nh-services__items div::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--coral-500);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Service-detail bytte (vises kun for aktiv) */
.nh-service-detail { display: none; }
.nh-service-detail.is-active { display: block; }

/* ═══════════════════════════════════════════════════════════
   TORVTAK-FEATURE (mørk seksjon)
   ═══════════════════════════════════════════════════════════ */
.nh-torvtak {
  padding: 120px 48px;
  background: var(--navy-900);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.nh-torvtak__grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
}
.nh-torvtak__eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--coral-500);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.nh-torvtak h2 {
  font-size: 76px;
  color: var(--paper);
  margin: 0 0 28px;
}
.nh-torvtak h2 em { font-style: italic; color: var(--coral-500); }
.nh-torvtak p { color: rgba(246,241,234,0.75); font-size: 16px; max-width: 460px; margin: 0; }
.nh-torvtak__stats {
  margin-top: 48px;
  padding: 24px 0;
  border-top: 1px solid rgba(246,241,234,0.15);
  border-bottom: 1px solid rgba(246,241,234,0.15);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.nh-torvtak__stats .num {
  font-family: var(--serif);
  font-size: 48px;
  color: var(--paper);
}
.nh-torvtak__stats .num--coral { color: var(--coral-500); }
.nh-torvtak__stats .lbl { font-size: 12px; color: rgba(246,241,234,0.6); }

.nh-torvtak__steps .label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--coral-500);
  margin-bottom: 24px;
  display: block;
}
.nh-torvtak__step {
  display: grid;
  grid-template-columns: 60px 1fr;
  padding: 24px 0;
  border-top: 1px solid rgba(246,241,234,0.15);
  gap: 24px;
}
.nh-torvtak__step .nr {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--coral-500);
  letter-spacing: 0.08em;
}
.nh-torvtak__step .t {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--paper);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.nh-torvtak__step .d {
  font-size: 14px;
  color: rgba(246,241,234,0.7);
  line-height: 1.55;
  max-width: 480px;
  margin: 0;
}
.nh-torvtak__cta {
  border-top: 1px solid rgba(246,241,234,0.15);
  padding-top: 32px;
  margin-top: 0;
}

/* ═══════════════════════════════════════════════════════════
   AVTALER
   ═══════════════════════════════════════════════════════════ */
.nh-plans {
  padding: 120px 48px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.nh-plans__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 64px;
  align-items: end;
}
.nh-plans__head h2 { font-size: 60px; max-width: 540px; }
.nh-plans__head h2 em { font-style: italic; }
.nh-plans__head p { max-width: 420px; margin: 0; }

.nh-plans__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.nh-plan {
  text-align: left;
  cursor: pointer;
  padding: 32px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  position: relative;
  font-family: inherit;
}
.nh-plan--featured {
  background: var(--navy-900);
  color: var(--paper);
  border-color: var(--navy-900);
}
.nh-plan[aria-pressed="true"] {
  border-color: var(--coral-500);
  outline: 2px solid var(--coral-500);
  outline-offset: 4px;
}
.nh-plan__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.nh-plan__tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--coral-600);
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid var(--coral-200);
  border-radius: 999px;
}
.nh-plan--featured .nh-plan__tag {
  color: var(--coral-500);
  border-color: var(--coral-500);
}
.nh-plan__check {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--coral-500);
  text-transform: uppercase;
  display: none;
}
.nh-plan[aria-pressed="true"] .nh-plan__check { display: inline; }
.nh-plan__name {
  font-family: var(--serif);
  font-size: 44px;
  color: var(--navy-900);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.015em;
}
.nh-plan--featured .nh-plan__name { color: var(--paper); }
.nh-plan__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
}
.nh-plan__price .amount {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--navy-900);
}
.nh-plan--featured .nh-plan__price .amount { color: var(--coral-500); }
.nh-plan__price .unit { font-size: 12px; color: var(--ink-2); }
.nh-plan--featured .nh-plan__price .unit { color: rgba(246,241,234,0.6); }

.nh-plan__desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.nh-plan--featured .nh-plan__desc {
  color: rgba(246,241,234,0.7);
  border-bottom-color: rgba(246,241,234,0.15);
}
.nh-plan ul { list-style: none; padding: 0; margin: 0; }
.nh-plan li {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: var(--navy-800);
  padding: 7px 0;
}
.nh-plan li::before { content: '+'; color: var(--coral-500); flex-shrink: 0; }
.nh-plan--featured li { color: rgba(246,241,234,0.85); }

.nh-plans__summary {
  margin-top: 48px;
  padding: 24px 32px;
  background: var(--bone);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.nh-plans__summary .lbl {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--coral-600);
  letter-spacing: 0.08em;
  margin-right: 12px;
}

/* ═══════════════════════════════════════════════════════════
   OM OSS / SITAT
   ═══════════════════════════════════════════════════════════ */
.nh-about {
  padding: 120px 48px;
  background: var(--bone);
  border-bottom: 1px solid var(--line);
}
.nh-about__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.nh-about__text h2 { font-size: 56px; margin: 0 0 24px; }
.nh-about__text h2 em { font-style: italic; }
.nh-about__text p { font-size: 16px; margin: 0 0 32px; max-width: 480px; }
.nh-about__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}
.nh-about__stats > div {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.nh-about__stats .num {
  font-family: var(--serif);
  font-size: 36px;
  color: var(--navy-900);
}
.nh-about__stats .lbl { font-size: 12px; color: var(--ink-2); }

.nh-quote {
  position: relative;
  padding: 40px 48px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.nh-quote::before {
  content: '\201C';
  position: absolute;
  top: -28px;
  left: 32px;
  font-family: var(--serif);
  font-size: 120px;
  line-height: 1;
  color: var(--coral-500);
}
.nh-quote p {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.35;
  color: var(--navy-900);
  margin: 16px 0 32px;
  font-style: italic;
  letter-spacing: -0.01em;
}
.nh-quote__person {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nh-quote__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.nh-quote__name { font-size: 14px; color: var(--navy-900); font-weight: 500; }
.nh-quote__role { font-size: 12px; color: var(--ink-2); }
.nh-about__photos {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.nh-about__photos .img-ph { height: 200px; }

/* ═══════════════════════════════════════════════════════════
   KONTAKTSKJEMA
   ═══════════════════════════════════════════════════════════ */
.nh-contact {
  padding: 120px 48px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.nh-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
}
.nh-contact__info h2 { font-size: 60px; margin: 0 0 24px; }
.nh-contact__info h2 em { font-style: italic; }
.nh-contact__info p { margin-bottom: 40px; max-width: 380px; }
.nh-contact__details {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nh-contact__details .item .nh-label { margin-bottom: 6px; }
.nh-contact__details .value {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--navy-900);
}
.nh-contact__details .addr {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--navy-900);
  line-height: 1.4;
}

.nh-form { display: flex; flex-direction: column; gap: 28px; }
.nh-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.nh-form__row--unequal { grid-template-columns: 1.2fr 1fr; }
.nh-form__chips { display: flex; gap: 8px; flex-wrap: wrap; }
.nh-form__field .nh-label { margin-bottom: 4px; }
.nh-form__field--pad .nh-label { margin-bottom: 14px; }
.nh-form__textarea {
  resize: vertical;
  font-family: var(--sans);
  min-height: 80px;
}
.nh-form__submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  gap: 16px;
  flex-wrap: wrap;
}
.nh-form__submit .note { font-size: 12px; color: var(--ink-2); }

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.nh-footer {
  padding: 64px 48px 32px;
  background: var(--navy-900);
  color: rgba(246,241,234,0.7);
}
.nh-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 64px;
}
.nh-footer__brand p { font-size: 13px; line-height: 1.6; max-width: 320px; margin-top: 24px; }
.nh-footer__col-title {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--coral-500);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.nh-footer__col div,
.nh-footer__col a {
  font-size: 13px;
  padding: 6px 0;
  display: block;
  color: inherit;
  text-decoration: none;
}
.nh-footer__bottom {
  border-top: 1px solid rgba(246,241,234,0.15);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(246,241,234,0.5);
  font-family: var(--mono);
  letter-spacing: 0.06em;
  flex-wrap: wrap;
  gap: 12px;
}
.nh-footer__legal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nh-footer__legal a {
  color: rgba(246,241,234,0.6);
  text-decoration: none;
  transition: color .2s ease;
}
.nh-footer__legal a:hover { color: var(--coral-500); }
.nh-footer__legal a[aria-current="page"] { color: var(--coral-500); }

/* Footer-logo (mørk bakgrunn) */
.nh-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.nh-footer__logo img {
  height: 64px;
  filter: brightness(0) invert(0.96) sepia(0.08);
}
.nh-footer__logo .wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.nh-footer__logo .wordmark .top {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: rgba(246,241,234,0.7);
}
.nh-footer__logo .wordmark .bot {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-top: 2px;
  color: var(--paper);
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIV
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .nh-hero h1 { font-size: 64px; }
  .nh-services__head h2,
  .nh-plans__head h2,
  .nh-contact__info h2 { font-size: 48px; }
  .nh-torvtak h2 { font-size: 56px; }
  .nh-about__text h2 { font-size: 44px; }
}

@media (max-width: 900px) {
  .nh-header { padding: 14px 20px; }
  .nh-header__logo img { height: 50px; }
  .nh-header__cta { display: none; }

  .nh-mobile-menu { padding: 130px 20px 40px; }
  .nh-mobile-menu__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .nh-mobile-menu__item-title { font-size: 26px; }
  .nh-mobile-menu__item-desc { font-size: 14px; }
  .nh-mobile-menu__footer-row { gap: 16px 32px; }

  .nh-hero { padding: 56px 22px 48px; }
  .nh-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .nh-hero h1 { font-size: 52px; }
  .nh-hero__visual { height: 420px; }

  .nh-services,
  .nh-torvtak,
  .nh-plans,
  .nh-about,
  .nh-contact,
  .nh-footer { padding-left: 22px; padding-right: 22px; }
  .nh-services,
  .nh-torvtak,
  .nh-plans,
  .nh-about,
  .nh-contact { padding-top: 80px; padding-bottom: 80px; }

  .nh-services__head,
  .nh-services__layout,
  .nh-torvtak__grid,
  .nh-plans__head,
  .nh-about__grid,
  .nh-contact__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .nh-services__detail { position: static; }

  .nh-plans__grid { grid-template-columns: 1fr; }

  .nh-form__row { grid-template-columns: 1fr; gap: 28px; }

  .nh-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 560px) {
  .nh-hero h1 { font-size: 40px; }
  .nh-services__head h2,
  .nh-plans__head h2,
  .nh-contact__info h2 { font-size: 36px; }
  .nh-torvtak h2 { font-size: 40px; }
  .nh-about__text h2 { font-size: 34px; }
  .nh-services__items { grid-template-columns: 1fr; }
  .nh-footer__grid { grid-template-columns: 1fr; }
  .nh-quote { padding: 28px 24px; }
  .nh-quote p { font-size: 20px; }
  .nh-mobile-menu__item-title { font-size: 22px; }
}

.nh-mobile-menu__footer-row .flag { font-size: 1.05rem; line-height: 1; margin-right: 4px; }
