/* Fælles layoutrettelser på behandlingssiderne. */
body {
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.75;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
}

p,
li {
  font-weight: 300;
}

.lede {
  max-width: 46ch;
  color: var(--ink);
  font-size: 1.16rem;
  font-weight: 300;
}

.eyebrow {
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.18;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.35;
}

.stack > * + * {
  margin-top: 26px;
}

section {
  padding: 110px 0;
}

.hero {
  padding: 96px 0 70px;
}

.split {
  align-items: center;
}

.split.top {
  align-items: start;
}

.actions {
  margin-top: 38px;
}

.btn {
  padding: 15px 30px;
  font-size: .8rem;
  letter-spacing: .16em;
}

.step {
  padding: 48px 44px;
}

.steps {
  margin-top: 44px;
}

.step p {
  color: var(--ink);
  font-size: inherit;
}

.duty-notice {
  width: 100%;
  margin-top: 32px;
}

.step-note {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: .72em;
  font-weight: 300;
  line-height: 1.4;
}

.step-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .3em;
  align-items: start;
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: 72px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  flex: 0 0 auto;
}

.nav {
  align-items: center;
  gap: 30px;
  line-height: 1.4;
  letter-spacing: .16em;
  margin-left: 0;
}

.nav-areas > summary {
  display: flex;
  align-items: center;
  padding: 6px 0;
  white-space: nowrap;
}

.nav > a {
  padding: 6px 0;
}

.bar {
  gap: 44px;
}

.bar > .book {
  margin-left: auto;
  padding: 11px 20px;
  font-size: .8rem;
}

.areas-panel {
  top: 100%;
  right: auto;
  left: -22px;
  max-height: calc(100vh - 120px);
  overflow: auto;
  padding: 10px 0;
}

@media (max-width: 850px) {
  .brand img {
    width: 58px;
  }

  .nav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .nav-areas > summary {
    min-height: 44px;
  }

  .areas-panel {
    top: 78px;
    right: 12px;
    left: 12px;
    max-height: calc(100vh - 90px);
  }
}

@media (max-width: 1080px) {
  body {
    font-size: 18px;
  }

  section {
    padding: 72px 0;
  }

  .split {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .step {
    padding: 40px 24px;
  }
}
