:root {
  --teal: #0fa8ae;
  --teal-dark: #087f8c;
  --navy: #072b68;
  --navy-2: #0b3f79;
  --ink: #0d2240;
  --muted: #66758a;
  --soft: #f2f8f8;
  --line: #dce8ea;
  --white: #ffffff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(7, 43, 104, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: white;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 800px; }
.center { text-align: center; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220,232,234,.8);
}
.nav { min-height: 88px; display:flex; align-items:center; justify-content:space-between; gap:32px; }
.brand img { width: 190px; height: 68px; object-fit: contain; object-position:left center; }
.nav-links { display:flex; align-items:center; gap:30px; font-size:14px; font-weight:600; }
.nav-links > a:not(.btn):hover { color:var(--teal-dark); }
.menu-toggle { display:none; background:none; border:0; padding:10px; }
.menu-toggle span { display:block; width:25px; height:2px; background:var(--navy); margin:5px 0; }

.btn {
  display:inline-flex; justify-content:center; align-items:center;
  background:linear-gradient(135deg,var(--teal),var(--navy-2));
  color:white; border-radius:999px; padding:15px 24px; font-weight:700;
  box-shadow:0 10px 24px rgba(8,127,140,.18);
  transition:.2s ease;
}
.btn:hover { transform:translateY(-2px); box-shadow:0 15px 30px rgba(8,127,140,.24); }
.btn-small { padding:11px 18px; font-size:13px; }
.btn-disabled { opacity:.65; cursor:default; }

.hero { min-height: 720px; display:flex; align-items:center; overflow:hidden; background:
 radial-gradient(circle at 82% 20%, rgba(15,168,174,.10), transparent 28%),
 linear-gradient(180deg,#fff 0%,#fbfefe 100%); }
.hero-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:70px; align-items:center; padding:80px 0; }
.eyebrow { color:var(--teal-dark); text-transform:uppercase; letter-spacing:.16em; font-size:12px; font-weight:800; margin-bottom:16px; }
.eyebrow.light { color:#7de3dc; }
h1,h2 { font-family:"Playfair Display",serif; line-height:1.04; letter-spacing:-.025em; margin:0; font-weight:600; }
h1 { font-size:clamp(50px,6vw,82px); max-width:780px; }
h1 span { color:var(--teal-dark); }
h2 { font-size:clamp(38px,4.2vw,58px); }
h3 { margin-top:0; line-height:1.25; }
.hero-lead { max-width:660px; font-size:20px; color:var(--muted); margin:28px 0 32px; }
.hero-actions { display:flex; align-items:center; gap:24px; }
.text-link { font-weight:700; color:var(--navy); }
.text-link span { display:inline-block; transition:.2s; }
.text-link:hover span { transform:translateX(4px); }
.hero-trust { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:54px; border-top:1px solid var(--line); padding-top:24px; }
.hero-trust strong,.hero-trust span { display:block; }
.hero-trust strong { color:var(--navy); font-size:14px; }
.hero-trust span { color:var(--muted); font-size:12px; margin-top:3px; }

.hero-visual { min-height:520px; position:relative; }
.visual-ring { position:absolute; border-radius:50%; border:1px solid rgba(15,168,174,.25); }
.ring-one { width:420px;height:420px;right:10px;top:10px; }
.ring-two { width:300px;height:300px;right:65px;top:65px;border-color:rgba(7,43,104,.18); }
.photo-placeholder {
  background:linear-gradient(155deg,#dff6f5,#eef4fb);
  border:1px solid #d4e6e9;
  border-radius:32px;
  height:360px;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  color:var(--navy); position:absolute; inset:52px 40px auto 10px;
  box-shadow:var(--shadow);
}
.photo-placeholder span { font-family:"Playfair Display",serif; font-size:28px; }
.photo-placeholder small { color:var(--muted); margin-top:8px; }
.visual-card {
  position:absolute; z-index:2; right:0; bottom:12px; width:285px;
  background:white; border-radius:20px; padding:24px; box-shadow:var(--shadow);
}
.mini-label { font-weight:800; color:var(--teal-dark); letter-spacing:.15em; text-transform:uppercase; font-size:11px; }
.pulse-line { height:42px; margin:10px 0; background:
 linear-gradient(135deg, transparent 0 26%, var(--teal) 26% 28%, transparent 28% 39%, var(--navy) 39% 41%, transparent 41% 100%);
}
.visual-card p { margin:0;color:var(--muted);font-size:14px; }

.strip { padding:100px 0; background:var(--soft); }
.strip p { color:var(--muted); font-size:18px; margin:25px auto 0; }
.section { padding:110px 0; }
.section-head { display:grid; grid-template-columns:1fr 420px; gap:50px; align-items:end; margin-bottom:50px; }
.section-head p { color:var(--muted); margin:0; }

.cards.four { display:grid;grid-template-columns:repeat(4,1fr);gap:18px; }
.service-card { position:relative;padding:32px 28px;border:1px solid var(--line);border-radius:22px;background:white;min-height:360px;transition:.25s ease;overflow:hidden; }
.service-card:hover { transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent; }
.service-card .number { position:absolute;right:22px;top:22px;font-size:11px;color:#9aabb8; }
.icon { width:52px;height:52px;border-radius:16px;background:var(--soft);display:grid;place-items:center;color:var(--teal-dark);font-size:25px;margin-bottom:40px; }
.service-card h3 { font-family:"Playfair Display",serif;font-size:24px; }
.service-card p { color:var(--muted);font-size:14px; }
.service-card a { display:inline-block;margin-top:20px;color:var(--navy);font-weight:700;font-size:13px; }

.section-dark { background:var(--navy); color:white; }
.split { display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start; }
.approach-list { border-top:1px solid rgba(255,255,255,.18); }
.approach-item { display:grid;grid-template-columns:55px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.18); }
.approach-item > span { color:#7de3dc;font-size:12px;font-weight:800; }
.approach-item h3 { margin-bottom:6px;font-size:22px; }
.approach-item p { margin:0;color:#c9d6e7; }

.doctor-grid { display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center; }
.doctor-photo { min-height:560px;position:relative; }
.photo-placeholder.large { position:relative;inset:auto;height:560px; }
.doctor-title { color:var(--teal-dark);font-weight:700;font-size:17px;margin-top:14px; }
.doctor-copy > p:not(.doctor-title):not(.disclaimer-note) { color:var(--muted);font-size:17px; }
.facts { display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:35px; }
.facts div { border-top:1px solid var(--line);padding-top:16px; }
.facts strong { display:block;font-family:"Playfair Display",serif;font-size:34px;color:var(--navy); }
.facts span { font-size:12px;color:var(--muted); }
.disclaimer-note { font-size:11px;color:#98a5b3;margin-top:30px; }

.soft { background:#f7fbfb; }
.practice-grid { display:grid;grid-template-columns:1.3fr .7fr;gap:24px; }
.practice-placeholder { min-height:430px;border-radius:24px;background:linear-gradient(135deg,#dbeeed,#e9eef7);display:grid;place-items:center;color:var(--navy);font-family:"Playfair Display",serif;font-size:28px; }
.practice-content { border-radius:24px;background:white;padding:40px;box-shadow:0 10px 40px rgba(7,43,104,.05); }
.practice-content h3 { font-family:"Playfair Display",serif;font-size:30px; }
.practice-content p,.practice-content li { color:var(--muted); }
.practice-content ul { padding-left:20px; }
.status { display:inline-block;margin-top:24px;padding:9px 14px;background:var(--soft);color:var(--teal-dark);font-size:12px;font-weight:700;border-radius:99px; }

.contact-section { background:linear-gradient(135deg,#07326a,#075481);color:white;padding:100px 0; }
.contact-grid { display:grid;grid-template-columns:1fr 430px;gap:80px;align-items:center; }
.contact-grid > div:first-child p { color:#d4e1ed;max-width:650px;font-size:18px; }
.contact-card { background:white;color:var(--ink);padding:34px;border-radius:24px; }
.contact-card h3 { font-family:"Playfair Display",serif;font-size:30px;margin-bottom:8px; }
.contact-card p { color:var(--muted); }
.contact-card .btn { width:100%;margin:10px 0 20px; }
.contact-placeholder { display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:13px;border-top:1px solid var(--line);padding-top:18px; }

footer { padding:55px 0 25px;background:#051d45;color:white; }
.footer-grid { display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px; }
.footer-logo { width:190px;height:85px;object-fit:contain;background:white;border-radius:10px;padding:7px; }
.footer-grid p,.footer-grid a,.footer-grid span { color:#aebfd1;font-size:13px;display:block;margin-top:8px; }
.footer-grid strong { display:block;margin-bottom:12px; }
.footer-bottom { display:flex;justify-content:space-between;margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:#8fa4bb;font-size:11px; }

@media (max-width: 980px) {
  .nav-links { display:none; position:absolute; top:88px; left:0; right:0; background:white; padding:25px 20px; flex-direction:column; border-bottom:1px solid var(--line); }
  .nav-links.open { display:flex; }
  .menu-toggle { display:block; }
  .hero-grid,.doctor-grid,.split,.contact-grid,.section-head,.practice-grid { grid-template-columns:1fr; }
  .hero-grid { gap:25px; }
  .hero { min-height:auto; }
  .hero-visual { min-height:480px; }
  .cards.four { grid-template-columns:repeat(2,1fr); }
  .section-head { gap:20px; }
  .doctor-grid,.split,.contact-grid { gap:50px; }
}
@media (max-width: 640px) {
  .container { width:min(100% - 28px,1180px); }
  .nav { min-height:78px; }
  .brand img { width:150px;height:58px; }
  .nav-links { top:78px; }
  .hero-grid { padding:55px 0; }
  h1 { font-size:47px; }
  h2 { font-size:38px; }
  .hero-lead { font-size:17px; }
  .hero-actions { flex-direction:column;align-items:flex-start; }
  .hero-trust { grid-template-columns:1fr;gap:12px; }
  .hero-visual { min-height:400px; }
  .photo-placeholder { inset:35px 20px auto 0;height:300px; }
  .visual-card { width:235px;padding:18px; }
  .section,.strip { padding:78px 0; }
  .cards.four,.facts,.footer-grid { grid-template-columns:1fr; }
  .service-card { min-height:auto; }
  .doctor-photo,.photo-placeholder.large { min-height:410px;height:410px; }
  .practice-placeholder { min-height:300px; }
  .contact-section { padding:75px 0; }
  .footer-bottom { flex-direction:column;gap:5px; }
}


/* V1.1 mobile refinements */
.brand img { width: 250px; height: 78px; }
.hero-copy, .hero-grid, .container { min-width: 0; }
h1, h2, h3, p, a { overflow-wrap: break-word; }
h1 span { display: inline; }

@media (max-width: 640px) {
  .nav { min-height: 92px; }
  .brand img { width: 205px; height: 76px; }
  .nav-links { top: 92px; }

  h1 {
    font-size: clamp(39px, 12vw, 51px);
    line-height: 1.02;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }
  h1 span {
    display: inline;
    overflow-wrap: normal;
    word-break: normal;
  }
  .hero-copy { overflow: hidden; }
  .hero-lead { font-size: 17px; line-height: 1.6; }
  .eyebrow { font-size: 10px; letter-spacing: .13em; }
}

/* V1.2 portrait integration */
.hero-photo {
  position:absolute;
  inset:52px 40px auto 10px;
  height:360px;
  border-radius:32px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:1px solid #d4e6e9;
  background:#eef7f7;
}
.hero-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 28%;
}
.doctor-image {
  width:100%;
  height:560px;
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#eef7f7;
}
.doctor-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 25%;
}
@media (max-width:640px) {
  .hero-photo {
    inset:35px 20px auto 0;
    height:300px;
  }
  .doctor-image {
    height:410px;
  }
}

/* V1.3 cleanup: floating hero info card removed */
.visual-card, .mini-label, .pulse-line { display:none !important; }

/* V1.4: restore portrait after removing only the floating card */
@media (max-width:640px) {
  .hero-visual {
    min-height: 390px;
    margin-top: 8px;
  }
  .hero-photo {
    inset: 28px 10px auto 10px;
    height: 330px;
    border-radius: 28px;
  }
  .ring-one {
    width: 360px;
    height: 360px;
    right: -35px;
    top: 0;
  }
  .ring-two {
    width: 270px;
    height: 270px;
    right: 10px;
    top: 45px;
  }
}

/* V1.5: offizielles Portrait, Gesicht unverändert; Anpassung nur über Bildausschnitt */
.hero-photo img{object-fit:cover;object-position:50% 32%;}
.doctor-image img{object-fit:cover;object-position:50% 28%;}
@media (max-width:640px){.hero-photo img{object-position:50% 30%;}.doctor-image img{object-position:50% 28%;}}

/* V1.6 – offizielles Foto unverändert, nur layoutgerecht eingebettet.
   Kein KI-Retouching, kein Gesichts-Crop. */
.hero-visual {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}
.hero-photo {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: 520px;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid #d4e6e9;
  background: #eef7f7;
  z-index: 1;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.visual-ring {
  pointer-events: none;
  z-index: 0;
}
.doctor-photo {
  min-height: 0;
}
.doctor-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #eef7f7;
}
.doctor-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

@media (max-width: 980px) {
  .hero-visual {
    min-height: 0;
    padding: 10px 0 20px;
  }
  .hero-photo {
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .hero-visual {
    min-height: 0;
    margin-top: 10px;
    padding: 0 0 12px;
  }
  .hero-photo {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }
  .hero-photo img,
  .doctor-image img {
    object-fit: contain;
    object-position: center;
  }
  .doctor-photo,
  .doctor-image {
    min-height: 0;
    height: auto;
  }
  .doctor-image {
    aspect-ratio: 4 / 3;
  }
  .ring-one {
    width: 330px;
    height: 330px;
    right: -22px;
    top: -8px;
  }
  .ring-two {
    width: 250px;
    height: 250px;
    right: 18px;
    top: 32px;
  }
}

/* V1.7 – approved AdipCor portrait integration */
.hero-photo {
  background: linear-gradient(135deg, #edf8f8, #f6fbfc);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
}
.doctor-image {
  background: linear-gradient(135deg, #edf8f8, #f6fbfc);
}
.doctor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
}

@media (max-width: 640px) {
  .hero-photo {
    aspect-ratio: 4 / 3;
  }
  .hero-photo img {
    object-fit: cover;
    object-position: 50% 34%;
  }
  .doctor-image {
    aspect-ratio: 4 / 3;
  }
  .doctor-image img {
    object-fit: cover;
    object-position: 50% 32%;
  }
}
