/* Self-hosted fonts (Inter, Manrope, Spectral) */

/* Inter — variable font, latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Inter — variable font, latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Manrope — variable font, latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Manrope — variable font, latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Spectral 500, latin-ext */
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/spectral-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Spectral 500, latin */
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/spectral-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Spectral 600, latin-ext */
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/spectral-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Spectral 600, latin */
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/spectral-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Theme B — Nordic Minimal Premium (visuals from brand sheet) */

:root {
  /* Palette */
  --bg: #F6F7F8;
  --surface: #FFFFFF;
  --text: #111418;
  --text-muted: #58626B;
  --ink: #0B2A3A;
  --accent: #1F5C46;
  --cta: #174836;
  --border: #E6EAEE;
  --success: #1F6B54;
  --warning: #8A6B16;
  --error: #8E2F2A;
  --focus-ring: #0B2A3A;

  /* Typography */
  --font-ui: "Manrope", "Inter", system-ui, sans-serif;
  --font-heading: "Spectral", "Source Serif 4", Georgia, serif;

  /* Type scale — desktop */
  --h1-size: clamp(2rem, 3.2vw + 1.2rem, 3.5rem);
  --h2-size: clamp(1.5rem, 2.2vw + 0.8rem, 2.25rem);
  --h3-size: clamp(1.125rem, 0.2vw + 1.1rem, 1.375rem);
  --body-size: clamp(1rem, 0.2vw + 0.95rem, 1.125rem);
  --small-size: 0.875rem;

  /* Layout */
  --max-width: 1120px;
  --section-padding: clamp(3rem, 6vw, 6rem);
  --radius-card: 14px;
  --radius-control: 12px;
  --line-height-body: 1.75;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: var(--body-size);
  font-weight: 400;
  line-height: var(--line-height-body);
  color: var(--text);
  background: var(--bg);
}

a { color: var(--ink); }
a:hover { color: var(--accent); }
a:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 2px; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Skip link */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  padding: 0.5rem 1rem;
  background: var(--ink);
  color: var(--surface);
  z-index: 100;
  font-size: var(--small-size);
}
.skip-link:focus { top: 0; }

/* Headings — serif, typography-led */
h1, h2, h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--text);
  line-height: 1.25;
}
h1 { font-size: var(--h1-size); font-weight: 500; }
h2 { font-size: var(--h2-size); font-weight: 500; }
h3 { font-size: var(--h3-size); }

.content { color: var(--text); }
.content p { margin: 0 0 1em; }
.content ul,
.content ol {
  margin: 0 0 1.1em;
  padding-left: 1.35rem;
}
.content ul {
  list-style: disc;
}
.content ol {
  list-style: decimal;
}
.content li {
  margin: 0 0 0.4em;
}
.content li:last-child {
  margin-bottom: 0;
}
.content li > ul,
.content li > ol {
  margin-top: 0.4em;
}

/* Inline page navigation + CTA rows (used on Services pages) */
.quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 2rem;
}
.quick-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--ink);
  text-decoration: none;
  font-size: var(--small-size);
  font-weight: 600;
}
.quick-nav a:hover {
  border-color: #cdd6de;
  color: var(--accent);
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0.75rem 0 1.5rem;
}

/* Main content area */
.main {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.main > article {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--section-padding) clamp(1.5rem, 4vw, 2.5rem);
}

/* Homepage editorial block (markdown content between modules) */
.home-editorial {
  padding: var(--section-padding) clamp(1.5rem, 4vw, 2.5rem);
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.home-editorial-content {
  max-width: 76ch;
  margin-right: auto;
}
.home-editorial-content h2 {
  margin-top: 2rem;
  position: relative;
  padding-top: 0.85rem;
}
.home-editorial-content h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.home-editorial-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.25rem;
  height: 2px;
  background: color-mix(in srgb, var(--accent) 55%, var(--border));
  border-radius: 999px;
}
.home-editorial-content h2:first-of-type::before {
  display: none;
}
.home-editorial-content h3 {
  margin-top: 1.25rem;
}
.home-editorial-content p {
  margin-bottom: 1.1em;
}
.home-editorial-content h2:first-of-type + p {
  font-size: clamp(1.02rem, 0.25vw + 0.98rem, 1.12rem);
  line-height: 1.7;
}
.home-editorial-content ul {
  margin-bottom: 1.2em;
}
.home-editorial-content .cta-row {
  margin: 1.4rem 0 0.75rem;
  padding: clamp(1rem, 2.4vw, 1.25rem);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
}
.home-editorial-content .cta-row + p {
  margin-top: 0.5rem;
  font-size: var(--small-size);
  color: var(--text-muted);
}

/* About page: two-column layout, image top-right */
.about-page {
  display: grid;
  grid-template-columns: 1fr min(320px, 35%);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}
.about-page-body {
  min-width: 0;
}
.about-page-aside {
  position: sticky;
  top: 1.5rem;
}
.about-page-profile {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-card);
  box-shadow: 0 4px 20px rgba(11, 42, 58, 0.08);
}
/* Content rhythm and CTA */
.about-page-content > p:first-of-type {
  font-size: clamp(1rem, 0.5vw + 0.95rem, 1.125rem);
  color: var(--text);
  margin-top: 0.5rem;
}
.about-page-content h2 {
  margin: 2rem 0 0.75rem;
  padding-bottom: 0.25rem;
}
.about-page-content h3 {
  margin: 1.75rem 0 0.5rem;
}
.about-page-content ul {
  margin: 0.75rem 0 1.25rem;
  padding-left: 1.25rem;
}
.about-page-content li {
  margin-bottom: 0.5rem;
}
.about-page-content hr {
  margin: 2.25rem 0 1.5rem;
  border: 0;
  border-top: 1px solid var(--border);
}
@media (max-width: 768px) {
  .about-page {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .about-page-aside {
    order: -1;
    position: static;
  }
  .about-page-profile {
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
}

/* Buttons */
.btn {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: var(--small-size);
  font-weight: 600;
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-control);
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn-primary {
  background: var(--cta);
  color: var(--surface);
  border-color: var(--cta);
}
.btn-primary:hover { background: var(--accent); border-color: var(--accent); color: var(--surface); }
.btn-secondary {
  background: var(--surface);
  color: var(--cta);
  border-color: var(--cta);
}
.btn-secondary:hover { background: var(--bg); color: var(--accent); border-color: var(--accent); }
.btn-header { padding: 0.5rem 1rem; }
.btn:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 2px; }

/* Hero */
.hero {
  background: var(--bg);
  padding: var(--section-padding) clamp(1.5rem, 4vw, 2.5rem);
}
.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-image { order: 2; margin-top: 0.75rem; }
}
.hero-title { margin: 0 0 0.5rem; }
.hero-subtitle {
  font-size: var(--body-size);
  color: var(--text);
  margin: 0 0 1rem;
  line-height: var(--line-height-body);
}
.hero-bullets {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.hero-bullets li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.35rem;
}
.hero-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.hero-confidential {
  font-size: var(--small-size);
  color: var(--text-muted);
  margin: 0;
}
.hero-image {
  display: flex;
  justify-content: center;
}
.hero-image img {
  display: block;
  width: min(100%, 480px);
  height: auto;
  max-height: 70vh;
  border-radius: var(--radius-card);
  object-fit: cover;
}
@media (max-width: 768px) {
  .hero-image img {
    width: min(100%, 420px);
    max-height: 52vh;
  }
}
.hero-image-placeholder {
  aspect-ratio: 3/2;
  background: var(--border);
  border-radius: var(--radius-card);
}

/* Features strip */
.features {
  background: var(--surface);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 2.5rem);
  border-top: 1px solid var(--border);
}
.features-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) { .features-inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } }
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.feature-icon {
  flex-shrink: 0;
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); display: block; }
.feature-text { font-size: var(--small-size); font-weight: 500; color: var(--text); }

/* Section title */
.section-title {
  margin: 0 0 1.5rem;
  font-family: var(--font-heading);
  font-size: var(--h2-size);
  font-weight: 600;
}

/* Services section */
.services-section {
  padding: var(--section-padding) clamp(1.5rem, 4vw, 2.5rem);
  background: var(--bg);
}
.services-section-inner { max-width: var(--max-width); margin: 0 auto; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  transition: border-color 0.2s, color 0.2s;
}
.service-card:hover { border-color: var(--accent); color: var(--accent); }
.service-card:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-color: var(--accent);
}
.service-card-icon { color: var(--accent); }

/* Detailed variant for services pages (title + short description + link cue) */
.service-card--detailed {
  align-items: flex-start;
  text-align: left;
  gap: 0.55rem;
}
.service-card--detailed .service-card-icon svg {
  opacity: 0.9;
}
.service-card-desc {
  margin: 0;
  font-size: var(--small-size);
  color: var(--text-muted);
  line-height: 1.55;
}
.service-card-cta {
  margin-top: auto;
  font-size: var(--small-size);
  font-weight: 600;
  color: var(--cta);
}
.service-card:hover .service-card-cta {
  color: var(--accent);
}

/* Process section */
.process-section {
  padding: var(--section-padding) clamp(1.5rem, 4vw, 2.5rem);
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.process-section-inner { max-width: var(--max-width); margin: 0 auto; }
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
}
@media (max-width: 768px) { .process-steps { grid-template-columns: 1fr; } }
.process-step {
  position: relative;
  padding: 1rem 0;
}
.process-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}
.process-step-title { margin: 0 0 0.25rem; font-size: var(--h3-size); }
.process-step-desc { margin: 0 0 0.75rem; font-size: var(--small-size); color: var(--text-muted); }
.process-step-icon { color: var(--accent); }

/* Pricing + About two-col */
.pricing-about-section {
  padding: var(--section-padding) clamp(1.5rem, 4vw, 2.5rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.pricing-about-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 768px) { .pricing-about-inner { grid-template-columns: 1fr; } }
.pricing-list, .pricing-meta {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.pricing-list li { margin-bottom: 0.5rem; }
.pricing-meta li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: var(--small-size);
  color: var(--text);
}
.pricing-meta-icon { color: var(--accent); flex-shrink: 0; }
.pricing-more {
  margin: 1rem 0 0;
}
.pricing-more-link {
  font-weight: 600;
}
.about-photo {
  display: block;
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: var(--radius-card);
  margin-bottom: 1rem;
}
.about-photo-placeholder {
  width: 128px;
  height: 128px;
  background: var(--border);
}
.about-name { margin: 0 0 0.35rem; }
.about-specialization { font-size: var(--small-size); color: var(--text); margin: 0 0 0.75rem; line-height: var(--line-height-body); }
.about-credentials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-credentials li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  font-size: var(--small-size);
  color: var(--text);
}
.about-cred-icon { color: var(--accent); flex-shrink: 0; }

/* Contact section */
.contact-section {
  padding: var(--section-padding) clamp(1.5rem, 4vw, 2.5rem);
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.contact-section-inner { max-width: var(--max-width); margin: 0 auto; }
.contact-section-confidential {
  font-size: var(--small-size);
  color: var(--text-muted);
  margin: 1rem 0 0;
}

/* Contact page */
.contact-page {
  max-width: var(--max-width);
  display: grid;
  gap: 2rem;
}
.contact-page-header {
  max-width: 72ch;
}
.contact-page-description {
  color: var(--text-muted);
  margin: 0.5rem 0 0;
}
.contact-page-lead {
  margin: 0.75rem 0 1.5rem;
}
.contact-methods-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.contact-methods-grid .card {
  padding: 0.9rem 1rem;
}
.contact-methods-grid .card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.12rem;
}
.contact-methods-grid .card p {
  margin: 0 0 0.3rem;
  font-size: 0.95rem;
  line-height: 1.45;
}
.contact-method-note {
  color: var(--text-muted);
  font-size: 0.8rem;
  margin-top: 0.15rem;
}
.contact-form-panel h2,
.contact-location h2,
.contact-practical h2 {
  margin-top: 0;
}
.contact-form-panel p {
  margin-top: 0;
}
.contact-location {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 34%);
  gap: 1.25rem;
  align-items: stretch;
}
.contact-location-map {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius-control);
  min-height: 260px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface);
}
.contact-location-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-practical .content > :first-child {
  margin-top: 0;
}
.contact-emergency {
  margin: 0;
  color: var(--text-muted);
  font-size: var(--small-size);
}
@media (max-width: 960px) {
  .contact-methods-grid {
    grid-template-columns: 1fr;
  }
  .contact-location {
    grid-template-columns: 1fr;
  }
}

/* Footer CTA bar — dark bar */
.footer-cta-bar {
  background: var(--ink);
  padding: 1rem clamp(1.5rem, 4vw, 2.5rem);
}
.footer-cta-bar-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: var(--radius-control);
  font-size: var(--small-size);
  font-weight: 500;
  text-decoration: none;
}
.footer-cta-btn:hover { background: var(--bg); color: var(--ink); }
.footer-cta-btn:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
.footer-cta-btn-disabled {
  cursor: default;
  opacity: 0.8;
}
.footer-cta-icon { color: var(--accent); flex-shrink: 0; }

/* Header — hairline border, no heavy shadow */
.site-header {
  background: var(--surface);
  padding: 1rem clamp(1.5rem, 4vw, 2.5rem);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.site-name {
  text-decoration: none;
}
.logo {
  display: inline-flex;
  text-decoration: none;
}
.logo:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--focus-ring);
  border-radius: 12px;
}
.logo--stacked {
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.05;
}
.logo--horizontal {
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
  line-height: 1.05;
}
.logo__mark {
  display: block;
  width: 34px;
  height: 34px;
}
.logo__text {
  display: inline-flex;
  flex-direction: column;
  gap: 0.16rem;
}
.logo__name {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0.005em;
  color: var(--ink);
  font-size: 1.15rem;
  line-height: 1;
}
.logo__desc {
  font-family: var(--font-ui);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  font-size: 0.48rem;
  line-height: 1.2;
  text-transform: none;
}

.site-header .site-name.logo {
  margin-right: 0.25rem;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.78rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-control);
  background: var(--surface);
  color: var(--text);
  font-size: var(--small-size);
  font-weight: 600;
  cursor: pointer;
}
.menu-toggle::before {
  content: "☰";
  font-size: 1rem;
  line-height: 1;
}
.menu-toggle-label {
  display: inline;
}
.menu-toggle:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}

.nav-main {
  min-width: 0;
  margin-right: auto;
}
.nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
}
.nav-main a,
.footer-nav a {
  font-size: var(--small-size);
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
}
.nav-main a:hover,
.footer-nav a:hover { color: var(--text); }

/* CTA — forest accent */
.cta-booking,
a.cta-booking {
  font-weight: 600;
  color: var(--cta);
}
.cta-booking:hover { color: var(--accent); }

.lang-switcher { margin-left: 0; }
.lang-switcher .lang-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: var(--small-size);
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
}
.lang-switcher .lang-link:hover { color: var(--text); }
.lang-switcher .lang-flag { font-size: 1.1em; line-height: 1; }

.site-header.header-collapsed .menu-toggle {
  display: inline-flex;
  margin-left: auto;
}
.site-header.header-collapsed .nav-main {
  display: none;
  margin-right: 0;
}
.site-header.header-collapsed.menu-open .nav-main {
  display: block;
  position: absolute;
  top: calc(100% + 0.6rem);
  left: clamp(1.5rem, 4vw, 2.5rem);
  right: clamp(1.5rem, 4vw, 2.5rem);
  z-index: 25;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: 0 10px 24px rgba(11, 42, 58, 0.08);
}
.site-header.header-collapsed.menu-open .nav-main ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  padding: 0.65rem;
}
.site-header.header-collapsed.menu-open .nav-main a {
  display: block;
  width: 100%;
  padding: 0.35rem 0.25rem;
}
@media (max-width: 540px) {
  .site-header.header-collapsed .menu-toggle {
    padding: 0.46rem 0.62rem;
    min-width: 2.35rem;
    justify-content: center;
  }
  .site-header.header-collapsed .menu-toggle .menu-toggle-label {
    display: none;
  }
}

/* Footer */
.site-footer {
  background: var(--surface);
  padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 2.5rem);
  border-top: 1px solid var(--border);
  margin-top: 0;
}
.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}
.footer-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}

/* --- Logo (top) --- */
.footer-logo {
  margin-bottom: 0;
}
.footer-logo .logo__mark {
  width: 30px;
  height: 30px;
}
.footer-logo .logo__name {
  font-size: 1.05rem;
}
.footer-logo .logo__desc {
  font-size: 0.46rem;
}

/* --- Nav links --- */
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem 0;
}
.footer-nav ul li {
  display: flex;
  align-items: center;
}
.footer-nav ul li + li::before {
  content: "\00b7";
  margin: 0 0.65rem;
  color: var(--text-muted);
  font-weight: 700;
}
.footer-nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: var(--small-size);
  transition: color 0.15s ease;
}
.footer-nav a:hover {
  color: var(--text);
}

/* --- NAP (address + email) --- */
.footer-nap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem 0;
  font-size: var(--small-size);
  color: var(--text-muted);
}
.footer-nap span + span::before {
  content: "\00b7";
  margin: 0 0.65rem;
  font-weight: 700;
}
.footer-nap a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}
.footer-nap a:hover {
  color: var(--text);
}

/* --- Member logo (bottom) --- */
.footer-member-logo {
  padding-top: 0.25rem;
}
.footer-member-logo img {
  display: block;
  height: 2.25rem;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.15s ease;
}
.footer-member-logo img:hover {
  opacity: 1;
}

@media (max-width: 640px) {
  .footer-nap {
    flex-direction: column;
    gap: 0.3rem;
  }
  .footer-nap span + span::before {
    content: none;
  }
}
@media (max-width: 980px) {
  .site-header .site-name.logo {
    gap: 0.5rem;
  }
  .site-header .site-name .logo__mark {
    width: 30px;
    height: 30px;
  }
  .site-header .site-name .logo__name {
    font-size: 1.02rem;
  }
  .site-header .site-name .logo__desc {
    font-size: 0.44rem;
  }
}
@media (max-width: 860px) {
  .site-header .site-name.logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.24rem;
  }
  .site-header .site-name .logo__text {
    gap: 0.12rem;
  }
  .site-header .site-name .logo__mark {
    width: 28px;
    height: 28px;
  }
}

/* Cards (for future sections) — radius 14px, border not shadow */
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 1.5rem;
}

/* Buttons / controls — radius 12px */
button,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  font-family: var(--font-ui);
  font-size: var(--body-size);
  border: 1px solid var(--border);
  border-radius: var(--radius-control);
}
button {
  background: var(--cta);
  color: var(--surface);
  border-color: var(--cta);
  padding: 0.6rem 1.25rem;
  font-weight: 600;
  cursor: pointer;
}
button:hover { background: var(--accent); border-color: var(--accent); }
button:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 2px; }

/* Form */
.form-warning {
  background: rgba(138, 107, 22, 0.12);
  color: var(--ink);
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border-radius: var(--radius-control);
  border: 1px solid var(--border);
  font-size: var(--small-size);
}

.anonform-embed {
  border: 1px solid var(--border);
  border-radius: var(--radius-control);
  overflow: hidden;
  background: var(--surface);
}
.anonform-embed iframe {
  display: block;
  width: 100%;
  min-height: 820px;
  border: 0;
}

.contact-form label {
  display: block;
  margin-top: 0.75rem;
  font-weight: 500;
  color: var(--text);
  font-size: var(--small-size);
}
.contact-form label:first-of-type { margin-top: 0; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: 28rem;
  padding: 0.6rem 0.75rem;
  margin-top: 0.25rem;
  background: var(--surface);
  color: var(--text);
}
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--focus-ring);
  box-shadow: 0 0 0 1px var(--focus-ring);
}

.hp { position: absolute; left: -9999px; }

/* List pages (articles, conditions) */
.list-pages {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
.list-pages li { margin-bottom: 0.5rem; }
.list-pages a { font-weight: 500; }

/* Condition page CTA */
.condition-cta {
  margin-top: 2.25rem;
  padding: 1.25rem;
}
.condition-cta h2 {
  margin: 0 0 0.35rem;
  font-size: var(--h3-size);
}
.condition-cta p {
  margin: 0;
  color: var(--text-muted);
  font-size: var(--small-size);
}
.condition-cta-actions {
  margin: 1rem 0 0;
}
@media (max-width: 620px) {
  .condition-cta {
    margin-top: 1.75rem;
  }
  .condition-cta .btn {
    width: 100%;
    text-align: center;
  }
}

/* Related conditions (auto-generated on condition pages) */
.related-conditions {
  margin-top: 2.5rem;
}
.related-conditions h2 {
  font-size: var(--h3-size);
  margin: 0 0 1rem;
}

/* Articles list + single pages */
.articles-page {
  max-width: var(--max-width);
}
.articles-header {
  margin-bottom: 2.25rem;
}
.articles-lead {
  margin: 0.5rem 0 0;
  color: var(--text-muted);
  max-width: 64ch;
}
.articles-intro {
  margin-top: 0.75rem;
}
.article-topics-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.article-topics-label {
  font-size: var(--small-size);
  color: var(--text-muted);
  margin-right: 0.25rem;
}
.topic-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.62rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
}
.topic-pill:hover {
  color: var(--text);
  border-color: #cdd6de;
}
.topic-pill-active {
  color: var(--ink);
}
.article-search {
  margin: 0 0 1.5rem;
}
.article-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  margin: 0 0 2rem;
}
.article-controls .article-search {
  margin: 0;
}
.article-sort label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: var(--small-size);
  color: var(--text-muted);
}
.article-sort select {
  min-width: 180px;
  padding: 0.62rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-control);
  background: var(--surface);
  color: var(--text);
  font-size: var(--small-size);
}
.article-sort select:focus {
  outline: none;
  border-color: var(--focus-ring);
  box-shadow: 0 0 0 1px var(--focus-ring);
}
.article-search label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: var(--small-size);
  color: var(--text-muted);
}
.article-search input[type="search"] {
  width: min(100%, 440px);
  padding: 0.62rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-control);
  background: var(--surface);
  color: var(--text);
}
.article-search input[type="search"]:focus {
  outline: none;
  border-color: var(--focus-ring);
  box-shadow: 0 0 0 1px var(--focus-ring);
}
.article-featured {
  margin-bottom: 2.75rem;
}
.article-list-section {
  margin-top: 0.5rem;
}
.article-list-section .section-title {
  margin-bottom: 1rem;
}
.article-featured-kicker {
  margin: 0 0 0.45rem;
  font-size: var(--small-size);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.article-featured-card {
  display: block;
  padding: 1.35rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
  text-decoration: none;
  color: var(--text);
}
.article-featured-card:hover {
  border-color: #cdd6de;
  color: var(--text);
}
.article-featured-card h2 {
  margin: 0;
}
.article-featured-card p {
  margin: 0.5rem 0 0;
}
.article-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}
.article-grid-item {
  min-width: 0;
}
.article-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  height: 100%;
  padding: 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
}
.article-card h3 {
  margin: 0;
  font-size: clamp(1.2rem, 0.55vw + 1rem, 1.45rem);
}
.article-card h3 a {
  color: var(--text);
  text-decoration: none;
}
.article-card h3 a:hover {
  color: var(--accent);
}
.article-card p {
  margin: 0;
  color: var(--text);
  font-size: var(--small-size);
}
.article-meta-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.42rem;
  color: var(--text-muted);
  font-size: 0.8rem;
}
.article-chip-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.article-chip-list li {
  display: inline-flex;
  padding: 0.2rem 0.52rem;
  border-radius: 999px;
  background: #edf1f3;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
}
.article-chip-list li a {
  color: inherit;
  text-decoration: none;
}
.article-read-more {
  margin-top: auto;
  font-size: var(--small-size);
  font-weight: 600;
  text-decoration: none;
}
.article-read-more:hover {
  color: var(--accent);
}
.article-search-empty {
  margin: 0 0 1.25rem;
  color: var(--text-muted);
  font-size: var(--small-size);
}
.article-pagination {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: var(--small-size);
}
.article-pagination a {
  font-weight: 600;
  text-decoration: none;
}
.article-single {
  max-width: 760px;
}
.article-breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  font-size: var(--small-size);
  color: var(--text-muted);
}
.article-breadcrumbs a {
  color: var(--text-muted);
  text-decoration: none;
}
.article-breadcrumbs a:hover {
  color: var(--text);
}
.article-single-header {
  margin-bottom: 1.6rem;
}
.article-single-header h1 {
  margin-bottom: 0.35rem;
}
.article-single-lead {
  margin: 0;
  color: var(--text-muted);
}
.article-single-content {
  margin-top: 1.4rem;
}
.article-related {
  margin-top: 3rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--border);
}
.article-related h2 {
  margin-top: 0;
}
.article-next-prev {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.article-next-prev a {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  text-decoration: none;
}
.article-next-prev a span {
  font-size: 0.76rem;
  color: var(--text-muted);
}
.article-next-prev a strong {
  font-size: var(--small-size);
  color: var(--text);
}
@media (max-width: 900px) {
  .article-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .article-next-prev {
    flex-direction: column;
  }
}

/* Conditions list page (Tilstander / Conditions) */
.conditions-list-page {
  max-width: var(--max-width);
}
.conditions-list-header {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 2rem;
  align-items: start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.5rem;
}
.conditions-list-lead {
  margin: 0.5rem 0 0;
  color: var(--text-muted);
  max-width: 64ch;
}
.conditions-list-pattern {
  width: 100%;
  aspect-ratio: 1.35;
  border-radius: var(--radius-card);
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at 25% 20%, rgba(11, 42, 58, 0.05), rgba(11, 42, 58, 0) 45%),
    repeating-linear-gradient(
      -18deg,
      rgba(31, 92, 70, 0.12) 0 12px,
      rgba(31, 92, 70, 0.03) 12px 24px
    ),
    var(--surface);
}
.conditions-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.conditions-grid-item {
  min-width: 0;
}
.condition-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  height: 100%;
  padding: 1rem 1rem 0.9rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  color: var(--text);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.condition-card:hover {
  color: var(--text);
  transform: translateY(-1px);
  border-color: #cdd6de;
  box-shadow: 0 4px 14px rgba(11, 42, 58, 0.08);
}
.condition-card-title {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 0.8vw + 1rem, 1.55rem);
  font-weight: 500;
  line-height: 1.2;
}
.condition-card-desc {
  font-size: var(--small-size);
  color: var(--text);
  line-height: 1.5;
}
.condition-card-tag {
  margin-top: auto;
  align-self: flex-start;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: #edf1f3;
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 600;
}
@media (max-width: 900px) {
  .conditions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .conditions-list-header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .conditions-list-pattern {
    max-width: 260px;
  }
}
@media (max-width: 620px) {
  .conditions-grid {
    grid-template-columns: 1fr;
  }
}

/* Booking embed placeholder */
.booking-embed-placeholder a { font-weight: 600; color: var(--cta); }

/* Dedicated pricing page — visible borders/panels */
.pricing-page {
  padding: var(--section-padding) clamp(1.5rem, 4vw, 2.5rem);
  background: var(--bg);
  background-color: #F0F2F4; /* fallback so panel reads clearly */
}
.pricing-page-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  background: var(--surface);
  border: 2px solid #D1D8E0;
  border-radius: var(--radius-card);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 1px 3px rgba(11, 42, 58, 0.06);
}
.pricing-page-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.pricing-page-header h1 {
  margin: 0;
}
.pricing-page-subtitle {
  margin: 0.5rem 0 0;
  color: var(--text-muted);
  font-size: var(--body-size);
}

.pricing-grid-section {
  margin-top: 1.5rem;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}
.pricing-card {
  background: var(--surface);
  border: 2px solid #D1D8E0;
  border-radius: var(--radius-card);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.pricing-card-title {
  margin: 0 0 0.7rem;
  font-size: var(--h3-size);
}
.pricing-card-rate {
  margin: 0 0 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #D1D8E0;
}
.pricing-card-price {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 2vw + 1rem, 2rem);
  line-height: 1.1;
}
.pricing-card-meta {
  display: inline-block;
  margin-top: 0.25rem;
  color: var(--text-muted);
  font-size: var(--small-size);
}
.pricing-card-points {
  margin: 0;
  padding-left: 1.1rem;
  flex: 1;
}
.pricing-card-points li {
  margin-bottom: 0.35rem;
  color: var(--text);
  font-size: var(--small-size);
}

.pricing-page-booking {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.pricing-page-booking .btn {
  min-width: 12rem;
  text-align: center;
}

.pricing-payment-section,
.pricing-faq-section {
  margin-top: 1.8rem;
  padding-top: 1.3rem;
  border-top: 2px solid #D1D8E0;
}
.pricing-subtitle {
  text-align: center;
  margin: 0 0 1rem;
}
.pricing-payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 900px) {
  .pricing-payment-grid {
    grid-template-columns: 1fr;
  }
}
.pricing-payment-item {
  margin: 0;
  padding: 0.9rem;
  background: #F0F2F4;
  border: 2px solid #D1D8E0;
  border-radius: var(--radius-control);
  font-size: var(--small-size);
  text-align: center;
}

.pricing-faq-list {
  display: grid;
  gap: 0.55rem;
}
.pricing-faq-item {
  background: var(--surface);
  border: 2px solid #D1D8E0;
  border-radius: var(--radius-control);
  padding: 0.7rem 0.9rem;
}
.pricing-faq-item summary {
  cursor: pointer;
  font-weight: 500;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.pricing-faq-item summary::-webkit-details-marker {
  display: none;
}
.pricing-faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  color: var(--text-muted);
  font-size: 1.1em;
}
.pricing-faq-item[open] summary::after {
  content: "-";
}
.pricing-faq-item summary:hover {
  color: var(--ink);
}
.pricing-faq-item summary:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-radius: 6px;
}
.pricing-faq-item p {
  margin: 0.7rem 0 0;
  color: var(--text-muted);
  font-size: var(--small-size);
}

/* Content tables */
.content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: var(--body-size);
}
.content th,
.content td {
  padding: 0.6rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.content th {
  font-weight: 600;
  color: var(--ink);
  background: var(--bg);
  border-bottom: 2px solid var(--border);
}
.content tr:last-child td {
  border-bottom: none;
}
@media (max-width: 600px) {
  .content table { font-size: var(--small-size); }
  .content th, .content td { padding: 0.5rem 0.6rem; }
}
