:root {
  --navy: #0B1F3A;
  --orange: #F15A22;
  --white: #FFFFFF;
  --soft: #F7FAFD;
  --soft-blue: #EEF5FB;
  --border: #DDE6EF;
  --muted: #58708F;
  --shadow: 0 14px 40px rgba(11, 31, 58, 0.08);
  --container: 1450px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  background: var(--navy);
  color: white;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 8px;
  transition: top .15s ease;
}
.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.wordmark { display: inline-flex; align-items: baseline; gap: 8px; white-space: nowrap; font-weight: 800; letter-spacing: -0.04em; font-size: 31px; }
.wordmark-coach { color: var(--orange); }
.wordmark-hendrik { color: var(--navy); }
.main-nav { margin-left: auto; display: flex; gap: 36px; align-items: center; }
.main-nav a { font-size: 15px; font-weight: 600; }
.main-nav a:hover { color: var(--orange); }
.nav-cta { margin-left: 10px; }
.nav-toggle { display:none; border:0; background:transparent; padding:10px; }
.nav-toggle span { display:block; width:25px; height:2px; background:var(--navy); margin:5px 0; }

.btn { display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding:0 26px; border-radius:9px; font-weight:700; transition:.18s ease; }
.btn-primary { background:var(--orange); color:white; box-shadow:0 9px 24px rgba(241,90,34,.18); }
.btn-primary:hover { transform:translateY(-1px); filter:brightness(.97); }
.btn-outline { border:1.5px solid var(--navy); background:white; color:var(--navy); box-shadow:none; }
.btn-outline:hover { border-color:var(--orange); color:var(--orange); }
.text-link { font-weight:700; border-bottom:1px solid transparent; }
.text-link:hover { border-color:var(--navy); }

.hero { overflow:hidden; border-bottom:1px solid var(--border); }
.hero-grid { min-height: 640px; display:grid; grid-template-columns: 65% 35%; align-items:stretch; }
.hero-copy { padding: 78px 20px 64px 0; align-self:center; position:relative; z-index:2; }
.eyebrow { display:flex; align-items:center; gap:18px; font-size:13px; font-weight:800; letter-spacing:.12em; color:var(--muted); text-transform:uppercase; }
.eyebrow span { width:54px; height:3px; background:var(--orange); flex:0 0 auto; }
h1,h2,h3,p { margin-top:0; }
h1 { margin:22px 0 22px; font-size:clamp(43px,3.2vw,50px); line-height:1.1; letter-spacing:-.045em; max-width:950px; }
h1 strong { display:block; margin-top:.08em; color:var(--orange); font-weight:800; }
.hero-lead { max-width:760px; font-size:23px; line-height:1.45; margin-bottom:34px; }
.lead-break { display:none; }
.hero-actions { display:flex; gap:35px; align-items:center; }

.hero-visual { position:relative; min-height:640px; }
.hero-photo { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:55% 34%; }
.hero-fade { position:absolute; inset:0; background:linear-gradient(90deg, white 0%, rgba(255,255,255,.75) 4%, rgba(255,255,255,0) 16%); }

@media (min-width: 1300px) {
  h1 strong { white-space: nowrap; }
  .lead-break { display:block; }
}

.section { padding: 82px 0; }
.section-soft { background:var(--soft); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.section h2 { margin:16px 0 8px; font-size:44px; line-height:1.1; letter-spacing:-.035em; }
.section-intro { font-size:19px; max-width:1000px; color:#203754; }
.approach-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:70px; margin-top:20px; }
.approach-grid h3 { font-size:23px; line-height:1.2; margin:18px 0 14px; }
.approach-grid p { font-size:17px; color:#203754; max-width:390px; }
.mini-rule { width:42px; height:3px; background:var(--orange); }
.ambition-box { position:relative; display:flex; gap:22px; background:none; padding:4px 0 4px 28px; margin-top:18px; }
.ambition-accent { position:absolute; left:0; top:4px; bottom:4px; width:6px; background:var(--orange); }
.ambition-box strong { font-size:20px; }
.ambition-box p { margin:4px 0 0; font-size:18px; }

.offer-cards { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:42px; }
.price-card { background:white; border:1px solid var(--border); border-radius:14px; padding:18px 26px; box-shadow:0 7px 24px rgba(11,31,58,.035); }
.price-card h3 { font-size:22px; margin-bottom:10px; }
.price { display:flex; align-items:baseline; gap:8px; margin-bottom:10px; }
.price strong { font-size:36px; color:var(--orange); letter-spacing:-.04em; }
.price span { font-size:16px; font-weight:600; }
.price-card p { font-size:16px; color:#203754; margin-bottom:0; }
.offer-cta { display:flex; flex-direction:column; align-items:center; text-align:center; margin-top:22px; }
.offer-cta p { font-size:15px; margin:16px 0 0; color:#203754; max-width:560px; }

.about-grid { display:grid; grid-template-columns: 1.15fr .85fr; gap:90px; align-items:center; }
.about-copy p { font-size:18px; color:#203754; max-width:760px; }
.about-photo-wrap { margin:0; border-radius:18px; overflow:hidden; box-shadow:var(--shadow); aspect-ratio: 1.15/1; }
.about-photo-wrap img { width:100%; height:100%; object-fit:cover; object-position:50% 26%; }
.credential { margin-top:30px; display:flex; align-items:center; gap:18px; font-size:14px; font-weight:600; color:var(--muted); }
.credential span { width:55px; height:3px; background:var(--orange); }

.knowledge-section { padding:64px 0 44px; }
.knowledge-section h2 { max-width:1180px; font-size:34px; }
.link-row { display:flex; flex-wrap:wrap; gap:16px; margin-top:34px; }
.placeholder-link[aria-disabled="true"] { cursor:default; }

.contact-center { max-width:860px; }
.contact-lead { font-size:18px; color:#203754; margin:0 0 28px; }
.contact-center .btn { margin-bottom:16px; }
.contact-hint { font-size:14px; color:var(--muted); max-width:520px; margin:0 0 14px; }
.email-line { font-size:14px; color:var(--muted); margin:0; }
.email-line a { color:var(--muted); font-weight:400; text-decoration:underline; }
.email-line a:hover { color:var(--navy); }

.site-footer { border-top:1px solid var(--border); background:var(--soft); padding:18px 0; }
.footer-grid { display:flex; align-items:center; justify-content:space-between; gap:34px; }
.footer-logo { font-size:24px; }
.legal { font-size:12px; color:var(--muted); white-space:nowrap; }
.legal a:hover { color:var(--orange); }

.legal-page { min-height:calc(100vh - 170px); padding:70px 0 100px; }
.legal-page h1 { font-size:48px; margin-bottom:24px; }
.legal-placeholder { max-width:850px; border:1px solid var(--border); background:var(--soft); border-radius:14px; padding:28px; }
.legal-placeholder strong { color:var(--orange); }

.legal-content { max-width:640px; }
.legal-sub { color:var(--muted); font-size:16px; margin:0 0 32px; }
.legal-block { margin-bottom:28px; }
.legal-block h2 { font-size:20px; margin-bottom:8px; }
.legal-block p { font-size:16px; line-height:1.6; color:#203754; }
.legal-back { margin-top:12px; }

.privacy-content { max-width:860px; }
.privacy-content h2 { font-size:22px; line-height:1.3; margin:36px 0 12px; color:var(--navy); }
.privacy-content p { font-size:16px; line-height:1.7; color:#203754; margin:0 0 14px; }
.privacy-content ul { margin:0 0 14px; padding-left:22px; }
.privacy-content li { font-size:16px; line-height:1.7; color:#203754; margin-bottom:6px; }
.privacy-content .legal-back { margin-top:32px; }

@media (max-width: 1120px) {
  .main-nav { gap:22px; }
  .nav-cta { display:none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-right:0; padding-bottom:40px; }
  .hero-visual { min-height:560px; margin-inline:-32px; }
  .hero-fade { background:linear-gradient(180deg, white 0%, rgba(255,255,255,.65) 5%, transparent 16%); }
  .approach-grid { gap:35px; }
  .about-grid { gap:50px; }
  .footer-grid { flex-direction:column; text-align:center; }
}

@media (max-width: 820px) {
  .container { width:min(calc(100% - 36px), var(--container)); }
  .nav-wrap { min-height:78px; }
  .wordmark { font-size:25px; }
  .nav-toggle { display:block; margin-left:auto; }
  .main-nav { display:none; position:absolute; left:0; right:0; top:78px; background:white; padding:20px 18px 28px; border-bottom:1px solid var(--border); flex-direction:column; align-items:stretch; gap:0; }
  .main-nav.is-open { display:flex; }
  .main-nav a { padding:14px 10px; border-bottom:1px solid var(--border); }
  .hero-copy { padding-top:54px; }
  h1 { font-size:clamp(42px,10vw,62px); }
  .hero-lead { font-size:19px; }
  .hero-actions { flex-direction:column; align-items:flex-start; gap:20px; }
  .hero-visual { min-height:500px; margin-inline:-18px; }
  .section { padding:64px 0; }
  .section h2 { font-size:38px; }
  .approach-grid { grid-template-columns:1fr; gap:38px; margin-top:16px; }
  .approach-grid p { max-width:none; }
  .ambition-box { margin-top:14px; }
  .offer-cards { grid-template-columns:1fr; }
  .about-grid { grid-template-columns:1fr; }
  .about-photo-wrap { order:-1; aspect-ratio: 1.25/1; }
  .knowledge-section h2 { font-size:30px; }
  .legal { white-space:normal; }
}

@media (max-width: 520px) {
  .container { width:min(calc(100% - 48px), var(--container)); }
  .link-row .btn { width:100%; }
  .btn { font-size:17px; }

  /* header */
  .nav-wrap { min-height:76px; }
  .wordmark { font-size:28px; }
  .nav-toggle span { width:28px; }

  /* abschnittslabels */
  .eyebrow { gap:10px; }
  .eyebrow span { width:44px; }

  /* hero */
  .hero-visual { min-height:370px; margin-inline:-24px; }
  .hero-copy { padding-top:28px; padding-bottom:30px; }
  h1 { font-size:40px; line-height:1.02; margin:18px 0 18px; }
  .hero-lead { font-size:19px; line-height:1.4; margin-bottom:22px; }

  /* section rhythm */
  .section { padding:52px 0; }
  .section h2 { font-size:34px; margin:16px 0 14px; }
  .section-intro { font-size:18px; line-height:1.45; margin-bottom:0; }
  .knowledge-section { padding:52px 0 40px; }

  /* so arbeite ich */
  .approach-grid { gap:20px; margin-top:28px; }
  .approach-grid p { line-height:1.5; }
  .mini-rule { width:28px; height:2px; }
  .ambition-box { gap:16px; padding:4px 0 4px 20px; margin-top:8px; }
  .ambition-accent { top:6px; bottom:6px; width:4px; }

  /* mein angebot */
  .offer-cards { gap:18px; margin-top:28px; }
  .price-card { padding:12px 16px; }
  .price strong { font-size:38px; }
  .price span { font-size:17px; }
  .price-card p { font-size:17px; line-height:1.45; }
  .offer-cta { margin-top:28px; align-items:flex-start; text-align:left; }
  .offer-cta p { font-size:15px; line-height:1.4; margin:8px 0 0; }

  /* über mich */
  .about-grid { gap:30px; }
  .about-photo-wrap { display:none; }
  .about-copy p { line-height:1.5; margin-bottom:16px; }
  .credential { font-size:15px; line-height:1.3; margin-top:10px; }
  .credential span { width:36px; }

  /* wissen & inhalte */
  .knowledge-section h2 { font-size:30px; line-height:1.1; }
  .link-row { margin-top:16px; gap:10px; }
  .link-row .btn { min-height:48px; }

  /* kontakt */
  .contact-lead { line-height:1.5; margin:0 0 18px; }
  .contact-center .btn { margin-bottom:16px; }
  .contact-hint { font-size:15px; line-height:1.4; margin:0 0 12px; }
  .email-line { font-size:15px; }

  /* footer */
  .legal { font-size:13px; }
}
