@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/inter-latin-ext-400-800-normal.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;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/inter-latin-400-800-normal.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;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("fonts/cormorant-garamond-latin-ext-500-700-normal.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;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("fonts/cormorant-garamond-latin-500-700-normal.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;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/cormorant-garamond-latin-ext-500-italic.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;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/cormorant-garamond-latin-500-italic.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;
}

:root {
  --navy: #17324f;
  --blue: #2f6690;
  --blue-2: #4d83ad;
  --gold: #b98f3d;
  --green: #3d6f60;
  --paper: #fbfaf6;
  --white: #ffffff;
  --mist: #eef4f7;
  --sand: #f3efe6;
  --line: #d9e0e5;
  --text: #202936;
  --muted: #5d6876;
  --shadow: 0 18px 50px rgba(23, 50, 79, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--paper);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 250, 246, 0.96);
  border-bottom: 1px solid rgba(23, 50, 79, 0.12);
  backdrop-filter: blur(14px);
}

.profundia-header {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.profundia-header {
  min-height: 96px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--navy);
  font-weight: 800;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.brand small {
  color: var(--muted);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand img {
  width: min(300px, 48vw);
  height: auto;
  border-radius: 0;
  object-fit: contain;
}

.footer-brand img {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  object-fit: cover;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  color: var(--navy);
  font-size: clamp(0.9375rem, 0.9rem + 0.12vw, 1rem);
  font-weight: 600;
  line-height: 1;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--blue);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  min-width: 7.5rem;
  min-height: 3rem;
  padding: 0.72em 0.95em;
  border: 1px solid rgba(23, 50, 79, 0.18);
  border-radius: 6px;
  background: var(--white);
  color: var(--navy);
  font: inherit;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.nav-toggle-lines {
  display: grid;
  gap: 0.28rem;
  width: 1.35rem;
}

.nav-toggle-lines span {
  display: block;
  height: 0.16rem;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-open .nav-toggle-lines span:nth-child(1) {
  transform: translateY(0.44rem) rotate(45deg);
}

.nav-open .nav-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle-lines span:nth-child(3) {
  transform: translateY(-0.44rem) rotate(-45deg);
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(820px, calc(100% - 40px));
}

.hero {
  padding: clamp(40px, 5.6vw, 68px) 0 clamp(44px, 6vw, 70px);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.82), rgba(238,244,247,0.92)),
    repeating-linear-gradient(90deg, rgba(23,50,79,0.05) 0, rgba(23,50,79,0.05) 1px, transparent 1px, transparent 90px);
}

.detail-hero {
  padding-top: clamp(48px, 7vw, 88px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}

.hero-copy {
  max-width: 800px;
}

.kicker,
.panel-eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.kicker.light,
.light .kicker,
.ink .kicker {
  color: #b7cadd;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.08;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  overflow-wrap: break-word;
  hyphens: auto;
}

h1 {
  max-width: 880px;
  font-size: clamp(2.25rem, 1.75rem + 2.1vw, 3.25rem);
}

h1 span {
  display: block;
}

h1 span:first-child {
  font-size: 0.82em;
  line-height: 1.08;
}

h1 span + span {
  margin-top: 8px;
  font-size: 0.82em;
  line-height: 1.12;
}

h2 {
  max-width: 780px;
  font-size: clamp(2rem, 1.65rem + 1.8vw, 3.25rem);
}

h3 {
  font-size: clamp(1.5625rem, 1.32rem + 1.05vw, 2.125rem);
}

p {
  margin: 0;
  overflow-wrap: break-word;
}

li,
dd,
dt,
a {
  overflow-wrap: break-word;
}

.hero-lead {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(1.0625rem, 1rem + 0.45vw, 1.25rem);
  line-height: 1.52;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(23, 50, 79, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-actions.center {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 3.125rem;
  padding: 0.82em 1.25em;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button.primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(23, 50, 79, 0.18);
}

.button.primary:hover {
  background: var(--blue);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--navy);
  border-color: rgba(23, 50, 79, 0.18);
}

.button.secondary:hover {
  border-color: var(--blue);
}

.button.full {
  width: 100%;
  margin-top: auto;
}

.light-button {
  background: var(--white);
  color: var(--navy);
}

.ghost-light {
  color: var(--white);
  border-color: rgba(255,255,255,0.35);
}

.person-panel {
  background: var(--white);
  border: 1px solid rgba(23, 50, 79, 0.1);
  border-top: 5px solid var(--gold);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.portrait {
  width: min(260px, 100%);
  aspect-ratio: 3 / 4;
  margin: 0 auto 24px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--mist);
  border: 1px solid var(--line);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 8%;
  transform: translateY(12px) scale(1.04);
  transform-origin: center center;
}

.person-panel h2 {
  font-size: clamp(1.8125rem, 3vw, 2.375rem);
}

.person-panel p:not(.panel-eyebrow) {
  margin-top: 14px;
  color: var(--muted);
}

.section {
  padding: clamp(64px, 9vw, 104px) 0;
}

.section.white {
  background: var(--white);
}

.section.soft {
  background: var(--mist);
}

.section.ink {
  background: var(--navy);
  color: var(--white);
}

.section.ink h2,
.section.ink h3 {
  color: var(--white);
}

.section.cta {
  background: linear-gradient(135deg, var(--navy), #234765);
  color: var(--white);
  text-align: center;
}

.section.cta h2 {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.section.cta p:not(.kicker) {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(255,255,255,0.82);
  font-size: 1.1875rem;
}

.section-head {
  max-width: 820px;
  margin-bottom: clamp(32px, 5vw, 54px);
}

.section-head p:not(.kicker) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.1875rem;
}

.section-head.compact {
  margin-bottom: 26px;
}

.quote-section {
  padding-top: clamp(36px, 5vw, 62px);
  padding-bottom: clamp(58px, 8vw, 94px);
  background:
    linear-gradient(180deg, var(--white) 0%, var(--white) 58%, var(--mist) 100%);
}

.quote {
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: clamp(32px, 5vw, 56px) clamp(34px, 5vw, 62px);
  border: 1px solid rgba(23, 50, 79, 0.1);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(251,250,246,0.9));
  box-shadow: 0 18px 42px rgba(23, 50, 79, 0.09);
}

.quote::before {
  content: "\201C";
  position: absolute;
  top: -20px;
  left: 24px;
  color: rgba(185, 143, 61, 0.16);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 9.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.quote p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.625rem);
  font-style: italic;
  line-height: 1.22;
}

.quote cite {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  color: var(--blue);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: right;
  text-transform: uppercase;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 34px);
}

.path-card,
.mini-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: clamp(24px, 4vw, 34px);
  background: var(--white);
  border: 1px solid rgba(23, 50, 79, 0.11);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(23, 50, 79, 0.08);
}

.card-topline {
  color: var(--gold);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.card-lead {
  color: var(--navy);
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.45;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list.spacious {
  gap: 16px;
  margin-top: 26px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(61, 111, 96, 0.14);
}

.split,
.two-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-stack {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 1.125rem;
}

.why-section {
  padding-top: clamp(56px, 7vw, 84px);
  padding-bottom: clamp(56px, 7vw, 84px);
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid rgba(23, 50, 79, 0.1);
  border-left: 6px solid var(--gold);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(238,244,247,0.62)),
    var(--white);
  box-shadow: 0 14px 40px rgba(23, 50, 79, 0.08);
}

.why-logo {
  display: grid;
  place-items: center;
  min-height: 180px;
}

.why-logo img {
  width: min(170px, 100%);
  height: auto;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(23, 50, 79, 0.12);
}

.why-copy h2 {
  max-width: 900px;
  margin-bottom: 22px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.benefit-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit {
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.06);
}

.benefit span {
  display: block;
  color: #cbb06d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}

.benefit p {
  margin-top: 12px;
  color: rgba(255,255,255,0.76);
}

.compact-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 100%;
  padding: 24px;
  background: var(--paper);
  border: 1px solid rgba(23, 50, 79, 0.12);
  border-top: 4px solid var(--blue);
  border-radius: var(--radius);
}

.service-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}

.service-card h3 {
  font-size: 1.625rem;
}

.service-card p {
  margin-top: 12px;
  color: var(--muted);
}

.mini-card h3 {
  font-size: 1.6875rem;
}

.mini-card p {
  color: var(--muted);
}

.facts {
  background: var(--white);
  border: 1px solid rgba(23, 50, 79, 0.12);
  border-radius: var(--radius);
  padding: clamp(24px, 5vw, 42px);
  box-shadow: 0 10px 30px rgba(23, 50, 79, 0.06);
}

.facts dl {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line);
}

.facts dl > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) 1fr;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.facts dt {
  color: var(--blue);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.facts dd {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

.back-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.back-link::before {
  content: "←";
  margin-right: 10px;
}

.back-link:hover {
  color: var(--navy);
}

.light-link {
  color: var(--white);
  opacity: 0.86;
}

.light-link:hover {
  color: var(--white);
  opacity: 1;
}

.site-footer {
  padding: 36px 0;
  background: #31599d;
  color: rgba(255,255,255,0.58);
}

.legal-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 28px;
}

.legal-footer-inner nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.75fr 0.75fr;
  gap: 34px;
}

.footer-brand {
  color: var(--white);
  letter-spacing: 0;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #24a7e8;
  text-decoration-color: rgba(36,167,232,0.45);
  text-underline-offset: 4px;
}

.site-footer a:hover {
  color: #5dc5f4;
}

.back-to-top {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 30;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 3px;
  background: #35aeea;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(23, 50, 79, 0.22);
}

.back-to-top:hover {
  background: #1f98d4;
  color: var(--white);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.js .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

/* ── Responsive ──────────────────────────────────────────────────────── */

/* Tablet & Mobile: Grids einspaltrig, Hamburger-Menü */
@media (max-width: 980px) {

  /* Alle Multi-Spalten-Layouts auf eine Spalte */
  .hero-grid,
  .split,
  .two-columns,
  .why-grid,
  .path-grid,
  .benefit-grid,
  .benefit-grid.three,
  .compact-cards,
  .service-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .person-panel {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .benefit-grid { gap: 16px; }

  /* Header: sticky deaktivieren, Logo links / Hamburger rechts */
  .site-header { position: static; }

  .profundia-header {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
  }

  .brand img { width: min(240px, 56vw); }

  /* Hamburger-Button sichtbar */
  .nav-toggle {
    display: inline-flex;
    min-width: 7rem;
    min-height: 3.25rem;
    font-size: 1.0625rem;
  }

  /* Navigation eingeklappt, öffnet per .nav-open */
  .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(23, 50, 79, 0.12);
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .nav-open .main-nav { display: flex; }

  .main-nav a {
    display: flex;
    align-items: center;
    min-height: 3.25rem;
    padding: 0.75em 0.9em;
    border: 1px solid rgba(23, 50, 79, 0.1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.7);
  }

  /* Container volles Padding statt fixer Breite */
  .container,
  .narrow {
    width: 100%;
    max-width: none;
    padding-left: clamp(20px, 5vw, 36px);
    padding-right: clamp(20px, 5vw, 36px);
  }

  /* Reveal-Animation auf Touch deaktivieren */
  .js .reveal { opacity: 1; transform: none; transition: none; }

  /* Lesbarkeit: etwas größere Basis */
  body { font-size: 1.125rem; line-height: 1.62; }

  h1 { font-size: clamp(2.25rem, 6vw, 3.25rem); line-height: 1.1; }
  h2 { font-size: clamp(1.875rem, 5vw, 2.75rem); }
  h3 { font-size: clamp(1.5rem, 4vw, 2.125rem); }

  .hero-lead { font-size: 1.125rem; line-height: 1.58; }

  .hero-actions,
  .hero-actions.center {
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
  }

  /* Buttons: volle Breite, gut tappbar */
  .button {
    width: 100%;
    min-height: 3.5rem;
    padding: 0.9em 1.1em;
    font-size: 1.125rem;
  }

  .hero-proof span {
    min-height: 2.75rem;
    padding: 0.6em 0.85em;
    font-size: 1rem;
  }

  .why-logo { min-height: 0; justify-content: start; }
  .why-logo img { width: 110px; }

  .portrait { width: min(300px, 74vw); }

  .path-card,
  .mini-card,
  .service-card,
  .benefit,
  .facts,
  .person-panel { padding: 1.5rem; }

  .section { padding-top: 64px; padding-bottom: 64px; }

  .section-head p:not(.kicker),
  .card-lead,
  .section.cta p:not(.kicker) { font-size: 1.125rem; }

  .back-to-top { width: 3.25rem; height: 3.25rem; font-size: 1.75rem; }
}

/* ── Mobil ≤ 720 px ──────────────────────────────────────────────────── */
@media (max-width: 720px) {

  body { font-size: 1.125rem; }

  .profundia-header { padding: 0.875rem 1.125rem; }
  .brand img { width: min(210px, 54vw); }

  .nav-toggle { min-width: 6.5rem; min-height: 3rem; font-size: 1rem; }
  .main-nav { font-size: 1.0625rem; }
  .main-nav a { min-height: 3rem; }

  .container,
  .narrow { padding-left: 1.125rem; padding-right: 1.125rem; }

  h1 { font-size: clamp(2rem, 9.5vw, 2.75rem); line-height: 1.1; }
  h2 { font-size: clamp(1.75rem, 8.5vw, 2.375rem); }
  h3 { font-size: clamp(1.4375rem, 7vw, 1.875rem); }

  .hero-lead { font-size: 1.0625rem; }

  .hero-proof span { width: 100%; justify-content: flex-start; font-size: 1rem; }

  .button { min-height: 3.375rem; font-size: 1.0625rem; }

  .portrait { width: min(280px, 78vw); }

  .facts dl > div { grid-template-columns: 1fr; gap: 4px; }

  .legal-footer-inner { align-items: flex-start; flex-direction: column; }
  .legal-footer-inner nav { flex-wrap: wrap; }
}

/* ── Kleines Handy ≤ 420 px ──────────────────────────────────────────── */
@media (max-width: 420px) {

  body { font-size: 1.0625rem; }

  .profundia-header,
  .container,
  .narrow { padding-left: 1rem; padding-right: 1rem; }

  .brand img { width: min(190px, 52vw); }

  .nav-toggle { min-width: 6rem; min-height: 2.875rem; font-size: 0.9375rem; }
  .main-nav { font-size: 1rem; }
  .main-nav a { min-height: 2.875rem; }

  h1 { font-size: clamp(1.875rem, 10vw, 2.375rem); }
  h2 { font-size: clamp(1.625rem, 8.5vw, 2rem); }

  .button { min-height: 3.25rem; font-size: 1rem; }

  .quote { padding: 1.5rem; }
  .quote p { font-size: clamp(1.5rem, 8vw, 1.875rem); }
  .quote cite { text-align: left; }

  .portrait { width: min(260px, 74vw); }
  .person-panel { padding: 1.25rem 1rem; }
}
