:where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid var(--blue, #49636f);
  outline-offset: 3px;
}

.nav-mobile-cta {
  display: none;
}

main p a:not(.btn),
main dd a:not(.btn) {
  color: var(--blue, #49636f);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.fact-row {
  align-items: center;
  color: var(--ink, #262322);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.45rem 0.8rem;
  list-style: none;
  margin: 1rem 0 1.35rem;
}

.fact-row li {
  align-items: center;
  display: inline-flex;
  gap: 0.8rem;
}

.fact-row li:not(:last-child)::after {
  color: var(--rose, #d98c80);
  content: "·";
}

.editorial-note {
  background: var(--surface, #fff);
  border: 1px solid var(--border, #e7ded7);
  border-radius: var(--radius, 8px);
  display: grid;
  font-size: 0.88rem;
  gap: 0.55rem;
  line-height: 1.5;
  margin: 1.5rem 0 2rem;
  padding: 1rem 1.1rem;
}

.editorial-note p {
  margin: 0;
}

.editorial-note strong {
  color: var(--ink, #262322);
}

.medical-boundary {
  background: rgba(73, 99, 111, 0.08);
  border: 1px solid rgba(73, 99, 111, 0.22);
  border-left: 4px solid var(--blue, #49636f);
  border-radius: var(--radius, 8px);
  margin: 1.8rem 0;
  padding: 1.05rem 1.15rem;
}

.medical-boundary p:last-child,
.source-list p:last-child {
  margin-bottom: 0;
}

.source-list {
  border-top: 1px solid var(--border, #e7ded7);
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.source-list h2 {
  font-size: 1.55rem;
  margin-top: 0;
}

.source-list ul {
  margin-bottom: 0;
}

.booking-handoff {
  background: var(--surface-soft, #f1ebe5);
  border: 1px solid var(--border, #e7ded7);
  border-radius: var(--radius, 8px);
  color: var(--muted, #6e6864);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 1.25rem 0 0;
  padding: 0.9rem 1rem;
}

.booking-handoff strong {
  color: var(--ink, #262322);
}

#konsultationer,
#behandlingar,
#valj-plats {
  scroll-margin-top: 90px;
}

.booking-page .page-head {
  padding: 1.7rem 0 1.15rem;
}

.booking-page .page-head h1 {
  font-size: clamp(2.6rem, 4.2vw, 3.65rem);
}

.booking-page .booking-start {
  padding-top: 1.1rem;
}

.booking-page .booking-start .section-intro {
  margin-bottom: 0.8rem;
}

.booking-page .booking-start .section-intro h2 {
  font-size: clamp(2rem, 3.6vw, 2.8rem);
}

@media (min-width: 941px) {
  .home-hero {
    padding: 3rem 0 3.25rem;
  }

  .home-hero .hero-copy h1,
  .consult-hero .hero-copy h1 {
    font-size: clamp(3rem, 4.25vw, 4rem);
  }

  .home-hero .hero-copy .lead {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 1080px) {
  .nav-mobile-cta {
    align-items: center;
    background: var(--ink, #262322);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 700;
    justify-content: center;
    margin-left: auto;
    margin-right: 0.55rem;
    min-height: 44px;
    padding: 0.45rem 0.9rem;
  }

  .nav-toggle {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
  }
}

@media (max-width: 720px) {
  .cookie-settings {
    bottom: auto;
    display: block;
    left: auto;
    margin: 0.9rem auto;
    position: static;
    width: auto;
  }

  .booking-page .page-head {
    padding: 1.6rem 0 1.15rem;
  }

  .booking-page .page-head h1 {
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .booking-page .booking-start {
    padding-top: 1.45rem;
  }

  .fact-row {
    gap: 0.35rem 0.6rem;
  }
}

@media (max-width: 420px) {
  .nav-logo {
    font-size: 1.22rem;
  }

  .nav-mobile-cta {
    font-size: 0.82rem;
    margin-right: 0.25rem;
    min-height: 42px;
    padding: 0.4rem 0.72rem;
  }

  .nav {
    padding-left: 1rem;
    padding-right: 0.75rem;
  }
}
