/* ==========================================================
   Female Performance Lab – Master CSS
   Generated from the existing working HTML files.
   Do not edit ad hoc. Add new components deliberately.
   ========================================================== */

:root {
  --sage: #8aaa8a;
  --sage-light: #b8d0b8;
  --sage-pale: #edf3ed;
  --sage-deep: #5a7a5a;
  --cream: #f7f5f0;
  --warm-white: #fdfcf9;
  --text-dark: #2b2f2b;
  --text-mid: #566256;
  --text-light: #7f8b7f;
  --line: rgba(138,170,138,0.22);
  --dark-bg: #262a26;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--warm-white);
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
}

section { padding: 110px 0; }

nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(253,252,249,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 82px;
}

.nav-logo img { height: 64px; width: auto; }

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links a {
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mid);
  position: relative;
  transition: color 0.25s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: var(--sage-deep);
  transition: width 0.25s ease;
}

.nav-links a:hover,
.nav-links a.active { color: var(--sage-deep); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

.nav-cta {
  background: var(--sage-deep);
  color: #fff !important;
  padding: 0.8rem 1.3rem;
  border-radius: 2px;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--text-dark); color: #fff !important; }

footer {
  background: var(--dark-bg);
  color: rgba(255,255,255,0.42);
  padding: 46px 0;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.footer-logo img {
  height: 34px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}
.footer-links {
  list-style: none;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-links a {
  text-decoration: none;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  transition: color 0.25s ease;
}
.footer-links a:hover { color: var(--sage-light); }
.footer-copy { font-size: 0.76rem; font-weight: 300; }

.mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.mobile-toggle span {
  width: 20px;
  height: 1px;
  background: var(--text-dark);
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.mobile-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-toggle.is-open span:nth-child(2) { opacity: 0; }
.mobile-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 820px) {
  nav { position: sticky; }
  .nav-inner { min-height: 74px; }
  .nav-logo img { height: 46px; }
  .mobile-toggle { display: flex; }
  .nav-links {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(253,252,249,0.98);
    border-bottom: 1px solid var(--line);
    padding: 12px 24px 22px;
    box-shadow: 0 16px 30px rgba(60,80,60,0.08);
  }
  .nav-links.is-open { display: flex; }
  .nav-links li { border-bottom: 1px solid var(--line); }
  .nav-links li:last-child { border-bottom: 0; padding-top: 14px; }
  .nav-links a { display: block; padding: 14px 0; font-size: 0.82rem; }
  .nav-cta { display: inline-block !important; text-align: center; padding: 0.9rem 1.1rem !important; }
  .container { padding: 0 24px; }
  section { padding: 82px 0; }
}



/* ==========================================================
   Scoped styles from analyse-strategie.html → body.page-detail
   ========================================================== */
body.page-detail main {
padding-top:82px;
}

body.page-detail .hero {
background:var(--cream);
    padding:100px 0 90px;
}

body.page-detail .hero-grid {
display:grid;
    grid-template-columns:1fr 0.95fr;
    gap:56px;
    align-items:center;
}

body.page-detail .eyebrow, body.page-detail .section-label {
display:flex;
    align-items:center;
    gap:14px;
    font-size:0.72rem;
    letter-spacing:0.24em;
    text-transform:uppercase;
    color:var(--sage-deep);
    margin-bottom:18px;
}

body.page-detail .eyebrow::before, body.page-detail .section-label::before {
content:"";
    display:block;
    width:28px;
    height:1px;
    background:var(--sage-light);
}

body.page-detail .hero-title, body.page-detail .section-title {
font-family:"Cormorant Garamond", serif;
    font-size:clamp(2.8rem, 5vw, 4.8rem);
    font-weight:300;
    line-height:1.05;
    margin-bottom:18px;
}

body.page-detail .hero-title em, body.page-detail .section-title em {
font-style:italic;
    color:var(--sage-deep);
}

body.page-detail .hero-text, body.page-detail .section-text {
color:var(--text-mid);
    font-size:1rem;
    line-height:1.9;
    font-weight:300;
    max-width:720px;
}

body.page-detail .divider {
width:58px;
    height:1px;
    background:var(--sage-light);
    margin:28px 0;
}

body.page-detail .hero-image {
aspect-ratio:4 / 5;
    background:var(--sage-pale);
    border-radius:6px;
    overflow:hidden;
}

body.page-detail .hero-image img {
width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

body.page-detail .content-grid {
display:grid;
    grid-template-columns:1.05fr 0.95fr;
    gap:60px;
    align-items:start;
}

body.page-detail .text-block p {
color:var(--text-mid);
    font-size:1rem;
    line-height:1.9;
    font-weight:300;
    margin-bottom:18px;
}

body.page-detail .list-box {
background:#fff;
    border:1px solid var(--line);
    border-radius:6px;
    padding:34px 30px;
}

body.page-detail .list-box h3 {
font-family:"Cormorant Garamond", serif;
    font-size:2rem;
    font-weight:300;
    margin-bottom:18px;
}

body.page-detail .feature-list {
list-style:none;
}

body.page-detail .feature-list li {
position:relative;
    padding-left:18px;
    margin-bottom:14px;
    color:var(--text-dark);
    line-height:1.75;
}

body.page-detail .feature-list li::before {
content:"•";
    position:absolute;
    left:0;
    top:0;
    color:var(--sage-deep);
}

body.page-detail .for-you {
background:var(--sage-pale);
}

body.page-detail .checks {
display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:18px 36px;
    margin-top:24px;
}

body.page-detail .check-item {
display:flex;
    gap:14px;
    align-items:flex-start;
}

body.page-detail .check-dot {
width:8px;
    height:8px;
    border-radius:50%;
    background:var(--sage-deep);
    margin-top:10px;
    flex-shrink:0;
}

body.page-detail .check-item p {
color:var(--text-mid);
    font-size:0.98rem;
    line-height:1.75;
    font-weight:300;
}

body.page-detail .pricing {
background:var(--dark-bg);
    color:#fff;
}

body.page-detail .pricing .section-label {
color:var(--sage-light);
}

body.page-detail .pricing .section-label::before {
background:var(--sage);
}

body.page-detail .pricing .section-title {
color:#fff;
}

body.page-detail .pricing .section-title em {
color:var(--sage-light);
}

body.page-detail .pricing-grid {
display:grid;
    grid-template-columns:1fr 0.9fr;
    gap:56px;
    align-items:start;
}

body.page-detail .pricing-text p {
color:rgba(255,255,255,0.68);
    font-size:1rem;
    line-height:1.9;
    font-weight:300;
    margin-bottom:18px;
}

body.page-detail .price-card {
background:rgba(255,255,255,0.04);
    border:1px solid rgba(184,208,184,0.2);
    border-radius:6px;
    padding:38px 32px;
}

body.page-detail .price-label {
font-size:0.74rem;
    letter-spacing:0.2em;
    text-transform:uppercase;
    color:var(--sage-light);
    margin-bottom:14px;
}

body.page-detail .price-card h3 {
font-family:"Cormorant Garamond", serif;
    font-size:2rem;
    font-weight:300;
    margin-bottom:10px;
}

body.page-detail .price-amount {
font-family:"Cormorant Garamond", serif;
    font-size:3.1rem;
    line-height:1;
    margin-bottom:10px;
}

body.page-detail .price-note {
color:rgba(255,255,255,0.5);
    font-size:0.84rem;
    line-height:1.7;
    margin-bottom:24px;
}

body.page-detail .btn-primary, body.page-detail .btn-secondary {
display:inline-block;
    text-decoration:none;
    text-align:center;
    padding:1rem 1.25rem;
    font-size:0.78rem;
    letter-spacing:0.14em;
    text-transform:uppercase;
    border-radius:2px;
    transition:all 0.25s ease;
}

body.page-detail .btn-primary {
background:var(--sage-deep);
    color:#fff;
}

body.page-detail .btn-primary:hover {
background:var(--sage);
    transform:translateY(-1px);
}

body.page-detail .btn-secondary {
border:1px solid rgba(255,255,255,0.15);
    color:rgba(255,255,255,0.8);
}

body.page-detail .btn-secondary:hover {
color:var(--sage-light);
    border-color:var(--sage-light);
}

body.page-detail .notice {
background:var(--cream);
}

body.page-detail .notice-box {
max-width:980px;
    border:1px solid var(--line);
    background:#fff;
    border-radius:6px;
    padding:38px 34px;
}

body.page-detail .notice-box p {
color:var(--text-mid);
    font-size:0.96rem;
    line-height:1.85;
    font-weight:300;
    margin-bottom:14px;
}

body.page-detail .cta {
text-align:center;
}

body.page-detail .cta-actions {
display:flex;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:24px;
}

@media (max-width: 980px) {
  body.page-detail .hero-grid, body.page-detail .content-grid, body.page-detail .pricing-grid, body.page-detail .checks {
  grid-template-columns:1fr;
  }
}


/* ==========================================================
   Scoped styles from angebote.html → body.page-offers
   ========================================================== */
body.page-offers main {
padding-top:82px;
}

body.page-offers .hero {
background:var(--cream);
    padding:100px 0 90px;
}

body.page-offers .eyebrow, body.page-offers .section-label {
display:flex;
    align-items:center;
    gap:14px;
    font-size:0.72rem;
    letter-spacing:0.24em;
    text-transform:uppercase;
    color:var(--sage-deep);
    margin-bottom:18px;
}

body.page-offers .eyebrow::before, body.page-offers .section-label::before {
content:"";
    display:block;
    width:28px;
    height:1px;
    background:var(--sage-light);
}

body.page-offers .hero-title, body.page-offers .section-title {
font-family:"Cormorant Garamond", serif;
    font-size:clamp(2.8rem, 5vw, 4.8rem);
    font-weight:300;
    line-height:1.05;
    margin-bottom:18px;
}

body.page-offers .hero-title em, body.page-offers .section-title em {
font-style:italic;
    color:var(--sage-deep);
}

body.page-offers .hero-text, body.page-offers .section-text {
max-width:760px;
    color:var(--text-mid);
    font-size:1rem;
    line-height:1.9;
    font-weight:300;
}

body.page-offers .divider {
width:58px;
    height:1px;
    background:var(--sage-light);
    margin:28px 0;
}

body.page-offers .offers-grid {
display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:24px;
    margin-top:24px;
}

body.page-offers .offer-card {
background:#fff;
    border:1px solid var(--line);
    border-radius:6px;
    padding:38px 32px;
}

body.page-offers .offer-label {
font-size:0.74rem;
    letter-spacing:0.2em;
    text-transform:uppercase;
    color:var(--sage-deep);
    margin-bottom:14px;
}

body.page-offers .offer-card h3 {
font-family:"Cormorant Garamond", serif;
    font-size:2.1rem;
    font-weight:300;
    margin-bottom:14px;
}

body.page-offers .offer-card p {
color:var(--text-mid);
    font-size:0.95rem;
    line-height:1.8;
    font-weight:300;
    margin-bottom:22px;
}

body.page-offers .offer-list {
list-style:none;
    margin-bottom:26px;
}

body.page-offers .offer-list li {
position:relative;
    padding-left:18px;
    margin-bottom:12px;
    color:var(--text-dark);
    font-size:0.92rem;
    line-height:1.7;
}

body.page-offers .offer-list li::before {
content:"•";
    position:absolute;
    left:0;
    top:0;
    color:var(--sage-deep);
}

body.page-offers .offer-price {
font-family:"Cormorant Garamond", serif;
    font-size:2.6rem;
    line-height:1;
    color:var(--sage-deep);
    margin-bottom:8px;
}

body.page-offers .offer-note {
color:var(--text-light);
    font-size:0.8rem;
    line-height:1.6;
    margin-bottom:24px;
}

body.page-offers .btn-primary, body.page-offers .btn-secondary {
display:inline-block;
    text-decoration:none;
    text-align:center;
    padding:1rem 1.25rem;
    font-size:0.78rem;
    letter-spacing:0.14em;
    text-transform:uppercase;
    border-radius:2px;
    transition:all 0.25s ease;
}

body.page-offers .btn-primary {
background:var(--sage-deep);
    color:#fff;
}

body.page-offers .btn-primary:hover {
background:var(--text-dark);
    transform:translateY(-1px);
}

body.page-offers .btn-secondary {
border:1px solid var(--line);
    color:var(--text-mid);
}

body.page-offers .compare, body.page-offers .faq, body.page-offers .notice, body.page-offers .cta {
background:var(--warm-white);
}

body.page-offers .compare-grid, body.page-offers .faq-grid {
display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:24px;
    margin-top:24px;
}

body.page-offers .compare-box, body.page-offers .faq-item, body.page-offers .notice-box {
background:#fff;
    border:1px solid var(--line);
    border-radius:6px;
    padding:30px 28px;
}

body.page-offers .compare-box h4, body.page-offers .faq-item h4 {
font-size:0.95rem;
    color:var(--text-dark);
    margin-bottom:10px;
    font-weight:500;
}

body.page-offers .compare-box p, body.page-offers .faq-item p, body.page-offers .notice-box p {
color:var(--text-mid);
    font-size:0.95rem;
    line-height:1.8;
    font-weight:300;
}

body.page-offers .cta {
background:var(--cream);
    text-align:center;
}

body.page-offers .cta-actions {
display:flex;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:24px;
}

@media (max-width: 920px) {
  body.page-offers .offers-grid, body.page-offers .compare-grid, body.page-offers .faq-grid {
  grid-template-columns:1fr;
  }
}


/* ==========================================================
   Scoped styles from datenschutz.html → body.page-legal
   ========================================================== */
body.page-legal main {
padding:150px 0 90px;
}

body.page-legal .eyebrow {
display:flex;
    align-items:center;
    gap:14px;
    font-size:0.72rem;
    letter-spacing:0.24em;
    text-transform:uppercase;
    color:var(--sage-deep);
    margin-bottom:18px;
}

body.page-legal .eyebrow::before {
content:"";
    display:block;
    width:28px;
    height:1px;
    background:var(--sage-light);
}

body.page-legal h1 {
font-family:"Cormorant Garamond", serif;
    font-size:clamp(2.8rem, 5vw, 4.4rem);
    font-weight:300;
    line-height:1.05;
    margin-bottom:18px;
}

body.page-legal .intro {
color:var(--text-mid);
    font-size:1rem;
    line-height:1.9;
    font-weight:300;
    margin-bottom:42px;
    max-width:760px;
}

body.page-legal .box {
background:#fff;
    border:1px solid var(--line);
    border-radius:6px;
    padding:36px 32px;
}

body.page-legal .block + .block {
margin-top:30px;
    padding-top:30px;
    border-top:1px solid var(--line);
}

body.page-legal h2 {
font-family:"Cormorant Garamond", serif;
    font-size:2rem;
    font-weight:300;
    margin-bottom:12px;
}

body.page-legal p, body.page-legal li {
color:var(--text-mid);
    font-size:1rem;
    line-height:1.9;
    font-weight:300;
}

body.page-legal ul {
margin:10px 0 0 18px;
}

body.page-legal .label {
font-size:0.78rem;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:var(--sage-deep);
    margin-bottom:8px;
}

body.page-legal .note {
margin-top:28px;
    color:var(--text-light);
    font-size:0.88rem;
    line-height:1.8;
}

@media (max-width: 820px) {
  body.page-legal main {
  padding:130px 0 70px;
  }
  body.page-legal .box {
  padding:28px 22px;
  }
}


/* ==========================================================
   Scoped styles from female-performance-coaching.html → body.page-detail
   ========================================================== */
body.page-detail main {
padding-top:82px;
}

body.page-detail .hero {
background:var(--dark-bg);
    color:#fff;
    padding:100px 0 90px;
}

body.page-detail .hero-grid {
display:grid;
    grid-template-columns:1fr 0.95fr;
    gap:56px;
    align-items:center;
}

body.page-detail .eyebrow, body.page-detail .section-label {
display:flex;
    align-items:center;
    gap:14px;
    font-size:0.72rem;
    letter-spacing:0.24em;
    text-transform:uppercase;
    color:var(--sage-light);
    margin-bottom:18px;
}

body.page-detail .eyebrow::before, body.page-detail .section-label::before {
content:"";
    display:block;
    width:28px;
    height:1px;
    background:var(--sage);
}

body.page-detail .hero-title, body.page-detail .section-title {
font-family:"Cormorant Garamond", serif;
    font-size:clamp(2.8rem, 5vw, 4.8rem);
    font-weight:300;
    line-height:1.05;
    margin-bottom:18px;
}

body.page-detail .hero-title em, body.page-detail .section-title em {
font-style:italic;
    color:var(--sage-light);
}

body.page-detail .hero-text, body.page-detail .section-text {
color:rgba(255,255,255,0.72);
    font-size:1rem;
    line-height:1.9;
    font-weight:300;
    max-width:720px;
}

body.page-detail .divider {
width:58px;
    height:1px;
    background:var(--sage);
    margin:28px 0;
}

body.page-detail .hero-image {
aspect-ratio:4 / 5;
    background:rgba(255,255,255,0.06);
    border-radius:6px;
    overflow:hidden;
}

body.page-detail .hero-image img {
width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

body.page-detail .btn-primary, body.page-detail .btn-secondary {
display:inline-block;
    text-decoration:none;
    text-align:center;
    padding:1rem 1.25rem;
    font-size:0.78rem;
    letter-spacing:0.14em;
    text-transform:uppercase;
    border-radius:2px;
    transition:all 0.25s ease;
}

body.page-detail .btn-primary {
background:var(--sage-deep);
    color:#fff;
}

body.page-detail .btn-primary:hover {
background:var(--sage);
    transform:translateY(-1px);
}

body.page-detail .btn-secondary {
border:1px solid rgba(255,255,255,0.15);
    color:rgba(255,255,255,0.82);
}

body.page-detail .btn-secondary:hover {
color:var(--sage-light);
    border-color:var(--sage-light);
}

body.page-detail .hero-actions {
display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:28px;
}

body.page-detail .content {
background:var(--warm-white);
}

body.page-detail .content-grid {
display:grid;
    grid-template-columns:1.05fr 0.95fr;
    gap:60px;
    align-items:start;
}

body.page-detail .content .section-label {
color:var(--sage-deep);
}

body.page-detail .content .section-label::before {
background:var(--sage-light);
}

body.page-detail .content .section-title {
color:var(--text-dark);
}

body.page-detail .content .section-title em {
color:var(--sage-deep);
}

body.page-detail .content .divider {
background:var(--sage-light);
}

body.page-detail .text-block p {
color:var(--text-mid);
    font-size:1rem;
    line-height:1.9;
    font-weight:300;
    margin-bottom:18px;
}

body.page-detail .list-box {
background:#fff;
    border:1px solid var(--line);
    border-radius:6px;
    padding:34px 30px;
}

body.page-detail .list-box h3 {
font-family:"Cormorant Garamond", serif;
    font-size:2rem;
    font-weight:300;
    margin-bottom:18px;
}

body.page-detail .feature-list {
list-style:none;
}

body.page-detail .feature-list li {
position:relative;
    padding-left:18px;
    margin-bottom:14px;
    color:var(--text-dark);
    line-height:1.75;
}

body.page-detail .feature-list li::before {
content:"•";
    position:absolute;
    left:0;
    top:0;
    color:var(--sage-deep);
}

body.page-detail .for-you {
background:var(--sage-pale);
}

body.page-detail .for-you .section-label, body.page-detail .for-you .section-title, body.page-detail .for-you .section-title em {
color:inherit;
}

body.page-detail .checks {
display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:18px 36px;
    margin-top:24px;
}

body.page-detail .check-item {
display:flex;
    gap:14px;
    align-items:flex-start;
}

body.page-detail .check-dot {
width:8px;
    height:8px;
    border-radius:50%;
    background:var(--sage-deep);
    margin-top:10px;
    flex-shrink:0;
}

body.page-detail .check-item p {
color:var(--text-mid);
    font-size:0.98rem;
    line-height:1.75;
    font-weight:300;
}

body.page-detail .strength-image-section {
background:var(--cream);
}

body.page-detail .strength-grid {
display:grid;
    grid-template-columns:0.95fr 1.05fr;
    gap:56px;
    align-items:center;
}

body.page-detail .strength-image {
aspect-ratio:4 / 5;
    background:#e8ece8;
    border-radius:6px;
    overflow:hidden;
}

body.page-detail .strength-image img {
width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

body.page-detail .strength-text p {
color:var(--text-mid);
    font-size:1rem;
    line-height:1.9;
    font-weight:300;
    margin-bottom:18px;
}

body.page-detail .pricing {
background:var(--dark-bg);
    color:#fff;
}

body.page-detail .pricing .section-label {
color:var(--sage-light);
}

body.page-detail .pricing .section-label::before {
background:var(--sage);
}

body.page-detail .pricing .section-title {
color:#fff;
}

body.page-detail .pricing .section-title em {
color:var(--sage-light);
}

body.page-detail .pricing .divider {
background:var(--sage);
}

body.page-detail .pricing-grid {
display:grid;
    grid-template-columns:1fr 0.9fr;
    gap:56px;
    align-items:start;
}

body.page-detail .pricing-text p {
color:rgba(255,255,255,0.68);
    font-size:1rem;
    line-height:1.9;
    font-weight:300;
    margin-bottom:18px;
}

body.page-detail .price-card {
background:rgba(255,255,255,0.04);
    border:1px solid rgba(184,208,184,0.2);
    border-radius:6px;
    padding:38px 32px;
}

body.page-detail .price-label {
font-size:0.74rem;
    letter-spacing:0.2em;
    text-transform:uppercase;
    color:var(--sage-light);
    margin-bottom:14px;
}

body.page-detail .price-card h3 {
font-family:"Cormorant Garamond", serif;
    font-size:2rem;
    font-weight:300;
    margin-bottom:10px;
}

body.page-detail .price-amount {
font-family:"Cormorant Garamond", serif;
    font-size:3.1rem;
    line-height:1;
    margin-bottom:10px;
}

body.page-detail .price-note {
color:rgba(255,255,255,0.5);
    font-size:0.84rem;
    line-height:1.7;
    margin-bottom:24px;
}

body.page-detail .notice {
background:var(--cream);
}

body.page-detail .notice-box {
max-width:980px;
    border:1px solid var(--line);
    background:#fff;
    border-radius:6px;
    padding:38px 34px;
}

body.page-detail .notice-box p {
color:var(--text-mid);
    font-size:0.96rem;
    line-height:1.85;
    font-weight:300;
    margin-bottom:14px;
}

body.page-detail .cta {
text-align:center;
}

body.page-detail .cta .section-label {
justify-content:center;
    color:var(--sage-deep);
}

body.page-detail .cta .section-label::before {
background:var(--sage-light);
}

body.page-detail .cta .section-title {
color:var(--text-dark);
}

body.page-detail .cta .section-title em {
color:var(--sage-deep);
}

body.page-detail .cta .divider {
background:var(--sage-light);
    margin-left:auto;
    margin-right:auto;
}

body.page-detail .cta-actions {
display:flex;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:24px;
}

@media (max-width: 980px) {
  body.page-detail .hero-grid, body.page-detail .content-grid, body.page-detail .strength-grid, body.page-detail .pricing-grid, body.page-detail .checks {
  grid-template-columns:1fr;
  }
}


/* ==========================================================
   Scoped styles from impressum.html → body.page-legal
   ========================================================== */
body.page-legal main {
padding:150px 0 90px;
}

body.page-legal .eyebrow {
display:flex;
    align-items:center;
    gap:14px;
    font-size:0.72rem;
    letter-spacing:0.24em;
    text-transform:uppercase;
    color:var(--sage-deep);
    margin-bottom:18px;
}

body.page-legal .eyebrow::before {
content:"";
    display:block;
    width:28px;
    height:1px;
    background:var(--sage-light);
}

body.page-legal h1 {
font-family:"Cormorant Garamond", serif;
    font-size:clamp(2.8rem, 5vw, 4.4rem);
    font-weight:300;
    line-height:1.05;
    margin-bottom:18px;
}

body.page-legal .intro {
color:var(--text-mid);
    font-size:1rem;
    line-height:1.9;
    font-weight:300;
    margin-bottom:42px;
    max-width:760px;
}

body.page-legal .box {
background:#fff;
    border:1px solid var(--line);
    border-radius:6px;
    padding:36px 32px;
}

body.page-legal .block + .block {
margin-top:28px;
    padding-top:28px;
    border-top:1px solid var(--line);
}

body.page-legal h2 {
font-family:"Cormorant Garamond", serif;
    font-size:2rem;
    font-weight:300;
    margin-bottom:12px;
}

body.page-legal p {
color:var(--text-mid);
    font-size:1rem;
    line-height:1.9;
    font-weight:300;
}

body.page-legal .label {
font-size:0.78rem;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:var(--sage-deep);
    margin-bottom:8px;
}

body.page-legal .note {
margin-top:28px;
    color:var(--text-light);
    font-size:0.88rem;
    line-height:1.8;
}

@media (max-width: 820px) {
  body.page-legal main {
  padding:130px 0 70px;
  }
  body.page-legal .box {
  padding:28px 22px;
  }
}


/* ==========================================================
   Scoped styles from index.html → body.page-index
   ========================================================== */
body.page-index .hero {
padding: 82px 0 0;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

body.page-index .hero-left {
display: flex;
    align-items: center;
    padding: 80px 5vw 80px 6vw;
    background: var(--warm-white);
}

body.page-index .hero-content {
max-width: 560px;
}

body.page-index .eyebrow {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 26px;
}

body.page-index .eyebrow::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-index .hero-title {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.5rem, 6vw, 5.5rem);
    font-weight: 300;
    line-height: 0.95;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

body.page-index .hero-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-index .hero-text {
max-width: 500px;
    color: var(--text-mid);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 34px;
}

body.page-index .hero-actions {
display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

body.page-index .btn-primary, body.page-index .btn-secondary {
text-decoration: none;
    transition: all 0.3s ease;
}

body.page-index .btn-primary {
display: inline-block;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
}

body.page-index .btn-primary:hover {
background: var(--text-dark);
    transform: translateY(-1px);
}

body.page-index .btn-secondary {
display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-mid);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.page-index .btn-secondary::after {
content: "→";
    transition: transform 0.25s ease;
}

body.page-index .btn-secondary:hover {
color: var(--sage-deep);
}

body.page-index .btn-secondary:hover::after {
transform: translateX(4px);
}

body.page-index .hero-right {
min-height: calc(100vh - 82px);
    overflow: hidden;
}

body.page-index .hero-right img {
width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

body.page-index .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 18px;
}

body.page-index .section-label::before {
content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: var(--sage-light);
}

body.page-index .section-title {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 18px;
}

body.page-index .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-index .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 28px 0;
}

body.page-index .problem {
background: var(--sage-pale);
}

body.page-index .problem-grid {
display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 72px;
    align-items: start;
}

body.page-index .problem-text p {
color: var(--text-mid);
    font-size: 1.05rem;
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 18px;
}

body.page-index .problem-text strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-index .problem-points {
display: grid;
    gap: 16px;
}

body.page-index .problem-point {
background: #fff;
    border-left: 3px solid var(--sage-light);
    border-radius: 4px;
    padding: 24px 24px 22px;
    display: flex;
    gap: 14px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.page-index .problem-point:hover {
transform: translateX(4px);
    border-color: var(--sage-deep);
    box-shadow: 0 10px 30px rgba(60,80,60,0.06);
}

body.page-index .point-icon {
font-size: 1.25rem;
    line-height: 1;
    margin-top: 2px;
    flex-shrink: 0;
}

body.page-index .point-text strong {
display: block;
    margin-bottom: 4px;
    font-size: 0.95rem;
    color: var(--text-dark);
}

body.page-index .point-text span {
font-size: 0.88rem;
    color: var(--text-light);
    font-weight: 300;
    line-height: 1.7;
}

body.page-index .approach {
background: var(--warm-white);
}

body.page-index .approach-intro {
max-width: 770px;
    margin: 0 auto 54px;
    text-align: center;
}

body.page-index .approach-intro p {
color: var(--text-mid);
    font-size: 1.05rem;
    line-height: 1.95;
    font-weight: 300;
}

body.page-index .pillars {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.page-index .pillar {
position: relative;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 4px;
    padding: 34px 30px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

body.page-index .pillar::before {
content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sage-light), var(--sage-deep));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

body.page-index .pillar:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.38);
}

body.page-index .pillar:hover::before {
transform: scaleX(1);
}

body.page-index .pillar-number {
font-family: "Cormorant Garamond", serif;
    font-size: 3.4rem;
    line-height: 1;
    color: var(--sage-pale);
    margin-bottom: 14px;
}

body.page-index .pillar h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.65rem;
    font-weight: 400;
    margin-bottom: 12px;
}

body.page-index .pillar p {
color: var(--text-mid);
    font-size: 0.93rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-index .offers {
background: var(--dark-bg);
    color: #fff;
}

body.page-index .offers .section-label {
color: var(--sage-light);
}

body.page-index .offers .section-label::before {
background: var(--sage);
}

body.page-index .offers .section-title {
color: #fff;
}

body.page-index .offers .section-title em {
color: var(--sage-light);
}

body.page-index .offers-intro-wrap {
max-width: 760px;
    margin-bottom: 46px;
}

body.page-index .offers-intro-wrap p {
color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-index .offers-grid {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: stretch;
}

body.page-index .offer-card {
background: rgba(255,255,255,0.04);
    border: 1px solid rgba(184,208,184,0.2);
    border-radius: 6px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.page-index .offer-label {
font-size: 0.74rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-light);
    margin-bottom: 14px;
}

body.page-index .offer-card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 14px;
    color: #fff;
}

body.page-index .offer-card p {
color: rgba(255,255,255,0.62);
    font-size: 0.95rem;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 22px;
    min-height: 104px;
}

body.page-index .offer-list {
list-style: none;
    margin-bottom: 30px;
    min-height: 118px;
}

body.page-index .offer-list li {
position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.82);
    font-size: 0.92rem;
    line-height: 1.7;
}

body.page-index .offer-list li::before {
content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--sage-light);
}

body.page-index .offer-price {
font-family: "Cormorant Garamond", serif;
    font-size: 2.6rem;
    line-height: 1;
    color: #fff;
    margin-top: auto;
    margin-bottom: 8px;
}

body.page-index .offer-note {
color: rgba(255,255,255,0.45);
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

body.page-index .btn-card, body.page-index .btn-card-ghost {
display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 1rem 1.25rem;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.25s ease;
}

body.page-index .btn-card {
background: var(--sage-deep);
    color: #fff;
    width: fit-content;
}

body.page-index .btn-card:hover {
background: var(--sage);
    transform: translateY(-1px);
}

body.page-index .btn-card-ghost {
border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.75);
}

body.page-index .btn-card-ghost:hover {
color: var(--sage-light);
    border-color: var(--sage-light);
}

body.page-index .offers-footer-note {
margin-top: 22px;
    color: rgba(255,255,255,0.45);
    font-size: 0.82rem;
    line-height: 1.7;
}

body.page-index .about {
background: var(--cream);
}

body.page-index .about-grid {
display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 72px;
    align-items: center;
}

body.page-index .about-image {
position: relative;
}

body.page-index .about-image-inner {
aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 4px;
    background: #e8e8e8;
}

body.page-index .about-image-inner img {
width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
}

body.page-index .about-accent {
position: absolute;
    right: -26px;
    bottom: -26px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border: 2px solid var(--sage-light);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 28px rgba(60,80,60,0.07);
    text-align: center;
    padding: 10px;
}

body.page-index .accent-big {
font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--sage-deep);
}

body.page-index .accent-small {
margin-top: 4px;
    font-size: 0.68rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-light);
}

body.page-index .about-content p {
color: var(--text-mid);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 18px;
}

body.page-index .about-credentials {
display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

body.page-index .credential {
background: #ffffff;
    border: 1px solid rgba(138,170,138,0.22);
    color: var(--sage-deep);
    padding: 0.58rem 0.95rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 2px;
    white-space: nowrap;
}

body.page-index .testimonials {
background: var(--warm-white);
}

body.page-index .testimonials-intro {
max-width: 760px;
    margin-bottom: 34px;
}

body.page-index .testimonials-grid {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

body.page-index .testimonial {
background: var(--sage-pale);
    border-radius: 4px;
    padding: 32px 28px;
    position: relative;
}

body.page-index .testimonial::before {
content: "“";
    position: absolute;
    top: 10px;
    left: 18px;
    font-family: "Cormorant Garamond", serif;
    font-size: 4rem;
    color: var(--sage-light);
    line-height: 1;
}

body.page-index .testimonial-text {
padding-top: 22px;
    color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 18px;
    font-style: normal;
}

body.page-index .testimonial-author {
font-size: 0.84rem;
    color: var(--text-dark);
    font-weight: 500;
}

body.page-index .testimonial-role {
font-size: 0.76rem;
    color: var(--text-light);
    margin-top: 2px;
}

body.page-index .for-whom {
background: var(--sage-pale);
}

body.page-index .for-whom-intro {
max-width: 760px;
    margin-bottom: 30px;
}

body.page-index .for-whom-grid {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 40px;
}

body.page-index .check-item {
display: flex;
    gap: 14px;
    align-items: flex-start;
}

body.page-index .check-dot {
width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sage-deep);
    margin-top: 10px;
    flex-shrink: 0;
}

body.page-index .check-item p {
color: var(--text-mid);
    font-size: 0.98rem;
    line-height: 1.75;
    font-weight: 300;
}

body.page-index .notice {
background: var(--cream);
}

body.page-index .notice-box {
max-width: 980px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 6px;
    padding: 38px 34px;
}

body.page-index .notice-box p {
color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 14px;
}

body.page-index .contact {
background: var(--warm-white);
    text-align: center;
}

body.page-index .contact .section-label {
justify-content: center;
}

body.page-index .contact .section-label::before {
display: none;
}

body.page-index .contact-subtitle {
max-width: 760px;
    margin: 0 auto 22px;
    color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-index .contact-box {
max-width: 780px;
    margin: 46px auto 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 42px 36px;
    box-shadow: 0 12px 34px rgba(60,80,60,0.04);
    text-align: left;
}

body.page-index .contact-mail {
text-align: center;
    margin-bottom: 30px;
}

body.page-index .contact-mail span {
display: block;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 10px;
}

body.page-index .contact-mail a {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.75rem, 3vw, 2.3rem);
    font-weight: 300;
    text-decoration: none;
    color: var(--sage-deep);
    word-break: break-word;
}

body.page-index .contact-mail a:hover {
color: var(--text-dark);
}

body.page-index .contact-prompt {
text-align: center;
    color: var(--text-mid);
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 30px;
    font-weight: 300;
}

body.page-index .mail-points {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 28px;
    margin-bottom: 30px;
}

body.page-index .mail-point {
display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 18px;
    background: var(--sage-pale);
    border-radius: 4px;
}

body.page-index .mail-point-number {
width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--sage-deep);
    color: #fff;
    font-size: 0.78rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

body.page-index .mail-point-text strong {
display: block;
    font-size: 0.92rem;
    color: var(--text-dark);
    margin-bottom: 4px;
}

body.page-index .mail-point-text span {
font-size: 0.88rem;
    color: var(--text-light);
    line-height: 1.65;
    font-weight: 300;
}

body.page-index .contact-cta-row {
display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

body.page-index .mail-button {
display: inline-block;
    text-decoration: none;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.25s ease;
}

body.page-index .mail-button:hover {
background: var(--text-dark);
    transform: translateY(-1px);
}

body.page-index .mail-secondary {
display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-mid);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    gap: 8px;
}

body.page-index .mail-secondary::after {
content: "→";
    transition: transform 0.25s ease;
}

body.page-index .mail-secondary:hover {
color: var(--sage-deep);
}

body.page-index .mail-secondary:hover::after {
transform: translateX(4px);
}

body.page-index .contact-note {
margin-top: 22px;
    text-align: center;
    color: var(--text-light);
    font-size: 0.83rem;
    line-height: 1.7;
    font-weight: 300;
}

body.page-index .pillar {
text-decoration: none;
    color: inherit;
    display: block;
}

@media (max-width: 1024px) {
  body.page-index .hero {
  grid-template-columns: 1fr;
  }
  body.page-index .hero-right {
  min-height: 520px;
  }
  body.page-index .problem-grid, body.page-index .pillars, body.page-index .offers-grid, body.page-index .about-grid, body.page-index .testimonials-grid, body.page-index .for-whom-grid, body.page-index .mail-points {
  grid-template-columns: 1fr;
  }
  body.page-index .offer-card p, body.page-index .offer-list {
  min-height: 0;
  }
}

@media (max-width: 820px) {
  body.page-index .hero {
  padding-top: 0;
  }
  body.page-index .hero-left {
  padding: 56px 24px 48px;
  }
  body.page-index .hero-right {
  min-height: 440px;
  }
  body.page-index .contact-box {
  padding: 30px 22px;
  }
  body.page-index .about-accent {
  width: 108px;
        height: 108px;
        right: -14px;
        bottom: -14px;
  }
  body.page-index .accent-big {
  font-size: 1.25rem;
  }
  body.page-index .accent-small {
  font-size: 0.62rem;
  }
}


/* ==========================================================
   Scoped styles from strukturieren.html → body.page-principle
   ========================================================== */
body.page-principle .menu-toggle {
display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

body.page-principle .menu-toggle span {
display: block;
    width: 22px;
    height: 1px;
    background: var(--text-dark);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

body.page-principle .menu-toggle.is-open span:nth-child(1) {
transform: translateY(6px) rotate(45deg);
}

body.page-principle .menu-toggle.is-open span:nth-child(2) {
opacity: 0;
}

body.page-principle .menu-toggle.is-open span:nth-child(3) {
transform: translateY(-6px) rotate(-45deg);
}

body.page-principle .mobile-menu {
display: none;
    border-top: 1px solid var(--line);
    background: rgba(253,252,249,0.98);
}

body.page-principle .mobile-menu a {
display: block;
    padding: 18px 40px;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-mid);
    border-bottom: 1px solid var(--line);
}

body.page-principle .mobile-menu a:hover, body.page-principle .mobile-menu a.active {
color: var(--sage-deep);
}

body.page-principle .hero-subpage {
padding: 172px 0 100px;
    background:
      linear-gradient(90deg, rgba(253,252,249,0.96) 0%, rgba(253,252,249,0.86) 58%, rgba(237,243,237,0.82) 100%);
}

body.page-principle .hero-subpage-inner {
max-width: 860px;
}

body.page-principle .eyebrow, body.page-principle .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 22px;
}

body.page-principle .eyebrow::before, body.page-principle .section-label::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-principle .hero-title, body.page-principle .section-title {
font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

body.page-principle .hero-title {
font-size: clamp(3.2rem, 6vw, 5.4rem);
    margin-bottom: 28px;
}

body.page-principle .section-title {
font-size: clamp(2.35rem, 4vw, 3.9rem);
    margin-bottom: 20px;
}

body.page-principle .hero-title em, body.page-principle .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-principle .hero-text {
max-width: 740px;
    color: var(--text-mid);
    font-size: 1.06rem;
    font-weight: 300;
    line-height: 1.95;
    margin-bottom: 34px;
}

body.page-principle .hero-actions, body.page-principle .cta-row {
display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

body.page-principle .btn-primary, body.page-principle .btn-secondary {
text-decoration: none;
    transition: all 0.3s ease;
}

body.page-principle .btn-primary {
display: inline-block;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
}

body.page-principle .btn-primary:hover {
background: var(--text-dark);
    transform: translateY(-1px);
}

body.page-principle .btn-secondary {
display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-mid);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.page-principle .btn-secondary::after {
content: "→";
    transition: transform 0.25s ease;
}

body.page-principle .btn-secondary:hover {
color: var(--sage-deep);
}

body.page-principle .btn-secondary:hover::after {
transform: translateX(4px);
}

body.page-principle .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 28px 0;
}

body.page-principle .intro {
background: var(--warm-white);
}

body.page-principle .intro-grid {
display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 72px;
    align-items: start;
}

body.page-principle .text-block p {
color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 18px;
}

body.page-principle .text-block strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-principle .insight-box {
background: var(--sage-pale);
    border-left: 3px solid var(--sage);
    border-radius: 4px;
    padding: 34px 32px;
}

body.page-principle .insight-box h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.15;
    margin-bottom: 18px;
}

body.page-principle .insight-box p {
color: var(--text-mid);
    font-size: 0.98rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-principle .structure {
background: var(--sage-pale);
}

body.page-principle .cards {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 42px;
}

body.page-principle .card {
background: #fff;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 30px 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.page-principle .card:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.42);
}

body.page-principle .card-number {
font-family: "Cormorant Garamond", serif;
    font-size: 2.8rem;
    line-height: 1;
    color: var(--sage-light);
    margin-bottom: 16px;
}

body.page-principle .card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    font-weight: 400;
    margin-bottom: 12px;
}

body.page-principle .card p {
color: var(--text-mid);
    font-size: 0.93rem;
    line-height: 1.8;
    font-weight: 300;
}

body.page-principle .process {
background: var(--warm-white);
}

body.page-principle .steps {
display: grid;
    gap: 18px;
    margin-top: 36px;
}

body.page-principle .step {
display: grid;
    grid-template-columns: 110px 1fr;
    gap: 28px;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 5px;
}

body.page-principle .step-label {
font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-deep);
    padding-top: 5px;
}

body.page-principle .step h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 8px;
}

body.page-principle .step p {
color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-principle .not-medical {
background: var(--cream);
}

body.page-principle .notice-box {
max-width: 980px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 6px;
    padding: 38px 34px;
}

body.page-principle .notice-box p {
color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 14px;
}

body.page-principle .next {
background: var(--dark-bg);
    color: #fff;
}

body.page-principle .next .section-label {
color: var(--sage-light);
}

body.page-principle .next .section-label::before {
background: var(--sage);
}

body.page-principle .next .section-title {
color: #fff;
}

body.page-principle .next .section-title em {
color: var(--sage-light);
}

body.page-principle .next p {
max-width: 760px;
    color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 28px;
}

body.page-principle .next .btn-secondary {
color: rgba(255,255,255,0.78);
}

body.page-principle .next .btn-secondary:hover {
color: var(--sage-light);
}

@media (max-width: 1024px) {
  body.page-principle .intro-grid, body.page-principle .cards {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.page-principle .menu-toggle {
  display: flex;
  }
  body.page-principle .mobile-menu.is-open {
  display: block;
  }
  body.page-principle .hero-subpage {
  padding: 70px 0 82px;
  }
  body.page-principle .hero-title {
  font-size: clamp(3rem, 15vw, 4.5rem);
  }
  body.page-principle .step {
  grid-template-columns: 1fr;
        gap: 12px;
        padding: 26px 22px;
  }
  body.page-principle .mobile-menu a {
  padding-left: 24px;
        padding-right: 24px;
  }
}


/* ==========================================================
   Scoped styles from system-cardio.html → body.page-article
   ========================================================== */
body.page-article .article-hero {
padding: 180px 0 100px;
    background: var(--warm-white);
}

body.page-article .article-hero-inner {
max-width: 940px;
}

body.page-article .eyebrow, body.page-article .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 26px;
}

body.page-article .eyebrow::before, body.page-article .section-label::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-article .article-title, body.page-article .section-title {
font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -0.02em;
}

body.page-article .article-title {
font-size: clamp(3rem, 5.6vw, 5.4rem);
    margin-bottom: 30px;
}

body.page-article .article-title em, body.page-article .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-lead {
max-width: 780px;
    color: var(--text-mid);
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.95;
}

body.page-article .article-wrap {
background: var(--sage-pale);
    padding: 0 0 110px;
}

body.page-article .article-card {
max-width: 940px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 58px 54px;
    box-shadow: 0 16px 44px rgba(60,80,60,0.05);
}

body.page-article .article-card h2 {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 300;
    line-height: 1.12;
    margin: 46px 0 20px;
}

body.page-article .article-card h2:first-child {
margin-top: 0;
}

body.page-article .article-card h2 em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-card p {
color: var(--text-mid);
    font-size: 1rem;
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 20px;
}

body.page-article .article-card strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-article .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 34px 0;
}

body.page-article .quote-box {
background: var(--sage-pale);
    border-left: 3px solid var(--sage-deep);
    padding: 28px 30px;
    margin: 40px 0;
}

body.page-article .quote-box p {
font-family: "Cormorant Garamond", serif;
    font-size: 1.65rem;
    line-height: 1.35;
    color: var(--text-dark);
    margin-bottom: 0;
}

body.page-article .back-link {
display: inline-block;
    margin-top: 42px;
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .related-section {
background: var(--warm-white);
}

body.page-article .related-intro {
max-width: 780px;
    margin-bottom: 46px;
}

body.page-article .related-intro p {
color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .system-cards {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.page-article .system-card {
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 285px;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 34px 30px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

body.page-article .system-card::before {
content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sage-light), var(--sage-deep));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

body.page-article .system-card:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.38);
}

body.page-article .system-card:hover::before {
transform: scaleX(1);
}

body.page-article .card-kicker {
font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 18px;
}

body.page-article .system-card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 14px;
}

body.page-article .system-card p {
color: var(--text-mid);
    font-size: 0.94rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-article .card-link {
margin-top: 28px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .next-section {
background: var(--dark-bg);
    color: #fff;
    text-align: center;
}

body.page-article .next-section .section-label {
justify-content: center;
    color: var(--sage-light);
}

body.page-article .next-section .section-label::before {
display: none;
}

body.page-article .next-section .section-title {
color: #fff;
    font-size: clamp(2.3rem, 4vw, 4rem);
    margin-bottom: 24px;
}

body.page-article .next-section p {
max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .btn-primary {
display: inline-block;
    text-decoration: none;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.3s ease;
}

body.page-article .btn-primary:hover {
background: var(--sage);
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
  body.page-article .system-cards {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  body.page-article .article-hero {
  padding: 88px 0 76px;
  }
  body.page-article .article-wrap {
  padding-bottom: 82px;
  }
  body.page-article .article-card {
  padding: 38px 26px;
  }
  body.page-article .quote-box {
  padding: 24px 22px;
  }
  body.page-article .quote-box p {
  font-size: 1.42rem;
  }
  body.page-article .system-cards {
  grid-template-columns: 1fr;
  }
  body.page-article .system-card {
  min-height: auto;
  }
}


/* ==========================================================
   Scoped styles from system-ernaehrung.html → body.page-article
   ========================================================== */
body.page-article .article-hero {
padding: 180px 0 100px;
    background: var(--warm-white);
}

body.page-article .article-hero-inner {
max-width: 940px;
}

body.page-article .eyebrow, body.page-article .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 26px;
}

body.page-article .eyebrow::before, body.page-article .section-label::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-article .article-title, body.page-article .section-title {
font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -0.02em;
}

body.page-article .article-title {
font-size: clamp(3rem, 5.6vw, 5.4rem);
    margin-bottom: 30px;
}

body.page-article .article-title em, body.page-article .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-lead {
max-width: 780px;
    color: var(--text-mid);
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.95;
}

body.page-article .article-wrap {
background: var(--sage-pale);
    padding: 0 0 110px;
}

body.page-article .article-card {
max-width: 940px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 58px 54px;
    box-shadow: 0 16px 44px rgba(60,80,60,0.05);
}

body.page-article .article-card h2 {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 300;
    line-height: 1.12;
    margin: 46px 0 20px;
}

body.page-article .article-card h2:first-child {
margin-top: 0;
}

body.page-article .article-card h2 em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-card p {
color: var(--text-mid);
    font-size: 1rem;
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 20px;
}

body.page-article .article-card strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-article .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 34px 0;
}

body.page-article .quote-box {
background: var(--sage-pale);
    border-left: 3px solid var(--sage-deep);
    padding: 28px 30px;
    margin: 40px 0;
}

body.page-article .quote-box p {
font-family: "Cormorant Garamond", serif;
    font-size: 1.65rem;
    line-height: 1.35;
    color: var(--text-dark);
    margin-bottom: 0;
}

body.page-article .back-link {
display: inline-block;
    margin-top: 42px;
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .related-section {
background: var(--warm-white);
}

body.page-article .related-intro {
max-width: 780px;
    margin-bottom: 46px;
}

body.page-article .related-intro p {
color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .system-cards {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.page-article .system-card {
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 285px;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 34px 30px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

body.page-article .system-card::before {
content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sage-light), var(--sage-deep));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

body.page-article .system-card:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.38);
}

body.page-article .system-card:hover::before {
transform: scaleX(1);
}

body.page-article .card-kicker {
font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 18px;
}

body.page-article .system-card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 14px;
}

body.page-article .system-card p {
color: var(--text-mid);
    font-size: 0.94rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-article .card-link {
margin-top: 28px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .next-section {
background: var(--dark-bg);
    color: #fff;
    text-align: center;
}

body.page-article .next-section .section-label {
justify-content: center;
    color: var(--sage-light);
}

body.page-article .next-section .section-label::before {
display: none;
}

body.page-article .next-section .section-title {
color: #fff;
    font-size: clamp(2.3rem, 4vw, 4rem);
    margin-bottom: 24px;
}

body.page-article .next-section p {
max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .btn-primary {
display: inline-block;
    text-decoration: none;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.3s ease;
}

body.page-article .btn-primary:hover {
background: var(--sage);
    transform: translateY(-1px);
}

body.page-article .notice {
background: var(--cream);
    padding: 86px 0;
}

body.page-article .notice-box {
max-width: 940px;
    margin: 0 auto;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 6px;
    padding: 38px 34px;
    box-shadow: 0 12px 34px rgba(60,80,60,0.04);
}

body.page-article .notice-box p {
color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 14px;
}

body.page-article .notice-box p:last-child {
margin-bottom: 0;
}

@media (max-width: 1024px) {
  body.page-article .system-cards {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  body.page-article .article-hero {
  padding: 88px 0 76px;
  }
  body.page-article .article-wrap {
  padding-bottom: 82px;
  }
  body.page-article .article-card {
  padding: 38px 26px;
  }
  body.page-article .notice-box {
  padding: 30px 24px;
  }
  body.page-article .quote-box {
  padding: 24px 22px;
  }
  body.page-article .quote-box p {
  font-size: 1.42rem;
  }
  body.page-article .system-cards {
  grid-template-columns: 1fr;
  }
  body.page-article .system-card {
  min-height: auto;
  }
}


/* ==========================================================
   Scoped styles from system-hormone.html → body.page-article
   ========================================================== */
body.page-article .article-hero {
padding: 180px 0 90px;
    background: var(--warm-white);
}

body.page-article .article-hero-inner {
max-width: 900px;
}

body.page-article .eyebrow, body.page-article .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 26px;
}

body.page-article .eyebrow::before, body.page-article .section-label::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-article .article-title {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.2rem, 6vw, 5.6rem);
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}

body.page-article .article-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-lead {
max-width: 760px;
    color: var(--text-mid);
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.95;
}

body.page-article .article-wrap {
background: var(--sage-pale);
    padding: 90px 0 110px;
}

body.page-article .article-box {
max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 58px 58px;
    box-shadow: 0 12px 34px rgba(60,80,60,0.04);
}

body.page-article .article-box p {
color: var(--text-mid);
    font-size: 1.04rem;
    line-height: 2.02;
    font-weight: 300;
    margin-bottom: 26px;
}

body.page-article .article-box p:last-child {
margin-bottom: 0;
}

body.page-article .article-box strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-article .article-box .statement {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 300;
    line-height: 1.18;
    color: var(--text-dark);
    margin: 46px 0;
    padding-left: 28px;
    border-left: 2px solid var(--sage-light);
}

body.page-article .article-box .statement em {
color: var(--sage-deep);
    font-style: italic;
}

body.page-article .article-nav {
background: var(--warm-white);
    padding: 80px 0;
}

body.page-article .article-nav-inner {
max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

body.page-article .btn-primary, body.page-article .btn-secondary {
display: inline-block;
    text-decoration: none;
    padding: 1rem 1.5rem;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.25s ease;
}

body.page-article .btn-primary {
background: var(--sage-deep);
    color: #fff;
}

body.page-article .btn-primary:hover {
background: var(--text-dark);
    transform: translateY(-1px);
}

body.page-article .btn-secondary {
border: 1px solid var(--line);
    color: var(--text-mid);
}

body.page-article .btn-secondary:hover {
color: var(--sage-deep);
    border-color: var(--sage-light);
    transform: translateY(-1px);
}

body.page-article .notice {
background: var(--cream);
    padding: 86px 0;
}

body.page-article .notice-box {
max-width: 900px;
    margin: 0 auto;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 6px;
    padding: 38px 34px;
}

body.page-article .notice-box p {
color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 14px;
}

body.page-article .related-section {
background: var(--warm-white);
    padding: 110px 0;
}

body.page-article .related-intro {
max-width: 780px;
    margin-bottom: 46px;
}

body.page-article .related-intro p {
color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .related-intro .section-title {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

body.page-article .related-intro .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 28px 0;
}

body.page-article .system-cards {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.page-article .system-card {
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 285px;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 34px 30px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

body.page-article .system-card::before {
content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sage-light), var(--sage-deep));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

body.page-article .system-card:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.38);
}

body.page-article .system-card:hover::before {
transform: scaleX(1);
}

body.page-article .card-kicker {
font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 18px;
}

body.page-article .system-card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 14px;
}

body.page-article .system-card p {
color: var(--text-mid);
    font-size: 0.94rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-article .card-link {
margin-top: 28px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .article-cta {
background: var(--dark-bg);
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

body.page-article .article-cta .section-label {
justify-content: center;
    color: var(--sage-light);
}

body.page-article .article-cta .section-label::before {
display: none;
}

body.page-article .article-cta h2 {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 300;
    line-height: 1.08;
    margin-bottom: 24px;
}

body.page-article .article-cta h2 em {
color: var(--sage-light);
    font-style: italic;
}

body.page-article .article-cta p {
max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

@media (max-width: 1024px) {
  body.page-article .system-cards {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  body.page-article .article-hero {
  padding: 88px 0 70px;
  }
  body.page-article .article-wrap {
  padding: 70px 0 82px;
  }
  body.page-article .article-box {
  padding: 34px 26px;
  }
  body.page-article .article-box p {
  font-size: 1rem;
        line-height: 1.95;
  }
  body.page-article .article-box .statement {
  padding-left: 20px;
        margin: 36px 0;
  }
  body.page-article .article-nav-inner {
  flex-direction: column;
  }
  body.page-article .btn-primary, body.page-article .btn-secondary {
  width: 100%;
        text-align: center;
  }
  body.page-article .system-cards {
  grid-template-columns: 1fr;
  }
  body.page-article .system-card {
  min-height: auto;
  }
}


/* ==========================================================
   Scoped styles from system-mythos.html → body.page-article
   ========================================================== */
body.page-article .article-hero {
padding: 180px 0 100px;
    background: var(--warm-white);
}

body.page-article .article-hero-inner {
max-width: 940px;
}

body.page-article .eyebrow, body.page-article .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 26px;
}

body.page-article .eyebrow::before, body.page-article .section-label::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-article .article-title, body.page-article .section-title {
font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -0.02em;
}

body.page-article .article-title {
font-size: clamp(3rem, 5.6vw, 5.4rem);
    margin-bottom: 30px;
}

body.page-article .article-title em, body.page-article .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-lead {
max-width: 780px;
    color: var(--text-mid);
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.95;
}

body.page-article .article-wrap {
background: var(--sage-pale);
    padding: 0 0 110px;
}

body.page-article .article-card {
max-width: 940px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 58px 54px;
    box-shadow: 0 16px 44px rgba(60,80,60,0.05);
}

body.page-article .article-card h2 {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 300;
    line-height: 1.12;
    margin: 46px 0 20px;
}

body.page-article .article-card h2:first-child {
margin-top: 0;
}

body.page-article .article-card h2 em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-card p {
color: var(--text-mid);
    font-size: 1rem;
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 20px;
}

body.page-article .article-card strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-article .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 34px 0;
}

body.page-article .quote-box {
background: var(--sage-pale);
    border-left: 3px solid var(--sage-deep);
    padding: 28px 30px;
    margin: 40px 0;
}

body.page-article .quote-box p {
font-family: "Cormorant Garamond", serif;
    font-size: 1.65rem;
    line-height: 1.35;
    color: var(--text-dark);
    margin-bottom: 0;
}

body.page-article .back-link {
display: inline-block;
    margin-top: 42px;
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .related-section {
background: var(--warm-white);
}

body.page-article .related-intro {
max-width: 780px;
    margin-bottom: 46px;
}

body.page-article .related-intro p {
color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .system-cards {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.page-article .system-card {
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 285px;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 34px 30px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

body.page-article .system-card::before {
content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sage-light), var(--sage-deep));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

body.page-article .system-card:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.38);
}

body.page-article .system-card:hover::before {
transform: scaleX(1);
}

body.page-article .card-kicker {
font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 18px;
}

body.page-article .system-card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 14px;
}

body.page-article .system-card p {
color: var(--text-mid);
    font-size: 0.94rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-article .card-link {
margin-top: 28px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .next-section {
background: var(--dark-bg);
    color: #fff;
    text-align: center;
}

body.page-article .next-section .section-label {
justify-content: center;
    color: var(--sage-light);
}

body.page-article .next-section .section-label::before {
display: none;
}

body.page-article .next-section .section-title {
color: #fff;
    font-size: clamp(2.3rem, 4vw, 4rem);
    margin-bottom: 24px;
}

body.page-article .next-section p {
max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .btn-primary {
display: inline-block;
    text-decoration: none;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.3s ease;
}

body.page-article .btn-primary:hover {
background: var(--sage);
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
  body.page-article .system-cards {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  body.page-article .article-hero {
  padding: 88px 0 76px;
  }
  body.page-article .article-wrap {
  padding-bottom: 82px;
  }
  body.page-article .article-card {
  padding: 38px 26px;
  }
  body.page-article .quote-box {
  padding: 24px 22px;
  }
  body.page-article .quote-box p {
  font-size: 1.42rem;
  }
  body.page-article .system-cards {
  grid-template-columns: 1fr;
  }
  body.page-article .system-card {
  min-height: auto;
  }
}


/* ==========================================================
   Scoped styles from system-regeneration.html → body.page-article
   ========================================================== */
body.page-article .article-hero {
padding: 180px 0 100px;
    background: var(--warm-white);
}

body.page-article .article-hero-inner {
max-width: 940px;
}

body.page-article .eyebrow, body.page-article .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 26px;
}

body.page-article .eyebrow::before, body.page-article .section-label::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-article .article-title, body.page-article .section-title {
font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -0.02em;
}

body.page-article .article-title {
font-size: clamp(3rem, 5.6vw, 5.4rem);
    margin-bottom: 30px;
}

body.page-article .article-title em, body.page-article .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-lead {
max-width: 780px;
    color: var(--text-mid);
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.95;
}

body.page-article .article-wrap {
background: var(--sage-pale);
    padding: 0 0 110px;
}

body.page-article .article-card {
max-width: 940px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 58px 54px;
    box-shadow: 0 16px 44px rgba(60,80,60,0.05);
}

body.page-article .article-card h2 {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 300;
    line-height: 1.12;
    margin: 46px 0 20px;
}

body.page-article .article-card h2:first-child {
margin-top: 0;
}

body.page-article .article-card h2 em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-card p {
color: var(--text-mid);
    font-size: 1rem;
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 20px;
}

body.page-article .article-card strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-article .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 34px 0;
}

body.page-article .quote-box {
background: var(--sage-pale);
    border-left: 3px solid var(--sage-deep);
    padding: 28px 30px;
    margin: 40px 0;
}

body.page-article .quote-box p {
font-family: "Cormorant Garamond", serif;
    font-size: 1.65rem;
    line-height: 1.35;
    color: var(--text-dark);
    margin-bottom: 0;
}

body.page-article .back-link {
display: inline-block;
    margin-top: 42px;
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .related-section {
background: var(--warm-white);
}

body.page-article .related-intro {
max-width: 780px;
    margin-bottom: 46px;
}

body.page-article .related-intro p {
color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .system-cards {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.page-article .system-card {
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 285px;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 34px 30px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

body.page-article .system-card::before {
content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sage-light), var(--sage-deep));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

body.page-article .system-card:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.38);
}

body.page-article .system-card:hover::before {
transform: scaleX(1);
}

body.page-article .card-kicker {
font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 18px;
}

body.page-article .system-card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 14px;
}

body.page-article .system-card p {
color: var(--text-mid);
    font-size: 0.94rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-article .card-link {
margin-top: 28px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .next-section {
background: var(--dark-bg);
    color: #fff;
    text-align: center;
}

body.page-article .next-section .section-label {
justify-content: center;
    color: var(--sage-light);
}

body.page-article .next-section .section-label::before {
display: none;
}

body.page-article .next-section .section-title {
color: #fff;
    font-size: clamp(2.3rem, 4vw, 4rem);
    margin-bottom: 24px;
}

body.page-article .next-section p {
max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .btn-primary {
display: inline-block;
    text-decoration: none;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.3s ease;
}

body.page-article .btn-primary:hover {
background: var(--sage);
    transform: translateY(-1px);
}

body.page-article .notice {
background: var(--cream);
    padding: 86px 0;
}

body.page-article .notice-box {
max-width: 940px;
    margin: 0 auto;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 6px;
    padding: 38px 34px;
    box-shadow: 0 12px 34px rgba(60,80,60,0.04);
}

body.page-article .notice-box p {
color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 14px;
}

body.page-article .notice-box p:last-child {
margin-bottom: 0;
}

@media (max-width: 1024px) {
  body.page-article .system-cards {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  body.page-article .article-hero {
  padding: 88px 0 76px;
  }
  body.page-article .article-wrap {
  padding-bottom: 82px;
  }
  body.page-article .article-card {
  padding: 38px 26px;
  }
  body.page-article .notice-box {
  padding: 30px 24px;
  }
  body.page-article .quote-box {
  padding: 24px 22px;
  }
  body.page-article .quote-box p {
  font-size: 1.42rem;
  }
  body.page-article .system-cards {
  grid-template-columns: 1fr;
  }
  body.page-article .system-card {
  min-height: auto;
  }
}


/* ==========================================================
   Scoped styles from system-schlaf.html → body.page-article
   ========================================================== */
body.page-article .article-hero {
padding: 180px 0 100px;
    background: var(--warm-white);
}

body.page-article .article-hero-inner {
max-width: 940px;
}

body.page-article .eyebrow, body.page-article .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 26px;
}

body.page-article .eyebrow::before, body.page-article .section-label::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-article .article-title, body.page-article .section-title {
font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -0.02em;
}

body.page-article .article-title {
font-size: clamp(3rem, 5.6vw, 5.4rem);
    margin-bottom: 30px;
}

body.page-article .article-title em, body.page-article .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-lead {
max-width: 780px;
    color: var(--text-mid);
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.95;
}

body.page-article .article-wrap {
background: var(--sage-pale);
    padding: 0 0 110px;
}

body.page-article .article-card {
max-width: 940px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 58px 54px;
    box-shadow: 0 16px 44px rgba(60,80,60,0.05);
}

body.page-article .article-card h2 {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 300;
    line-height: 1.12;
    margin: 46px 0 20px;
}

body.page-article .article-card h2:first-child {
margin-top: 0;
}

body.page-article .article-card h2 em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-card p {
color: var(--text-mid);
    font-size: 1rem;
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 20px;
}

body.page-article .article-card strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-article .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 34px 0;
}

body.page-article .quote-box {
background: var(--sage-pale);
    border-left: 3px solid var(--sage-deep);
    padding: 28px 30px;
    margin: 40px 0;
}

body.page-article .quote-box p {
font-family: "Cormorant Garamond", serif;
    font-size: 1.65rem;
    line-height: 1.35;
    color: var(--text-dark);
    margin-bottom: 0;
}

body.page-article .back-link {
display: inline-block;
    margin-top: 42px;
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .related-section {
background: var(--warm-white);
}

body.page-article .related-intro {
max-width: 780px;
    margin-bottom: 46px;
}

body.page-article .related-intro p {
color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .system-cards {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.page-article .system-card {
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 285px;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 34px 30px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

body.page-article .system-card::before {
content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sage-light), var(--sage-deep));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

body.page-article .system-card:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.38);
}

body.page-article .system-card:hover::before {
transform: scaleX(1);
}

body.page-article .card-kicker {
font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 18px;
}

body.page-article .system-card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 14px;
}

body.page-article .system-card p {
color: var(--text-mid);
    font-size: 0.94rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-article .card-link {
margin-top: 28px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .next-section {
background: var(--dark-bg);
    color: #fff;
    text-align: center;
}

body.page-article .next-section .section-label {
justify-content: center;
    color: var(--sage-light);
}

body.page-article .next-section .section-label::before {
display: none;
}

body.page-article .next-section .section-title {
color: #fff;
    font-size: clamp(2.3rem, 4vw, 4rem);
    margin-bottom: 24px;
}

body.page-article .next-section p {
max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .btn-primary {
display: inline-block;
    text-decoration: none;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.3s ease;
}

body.page-article .btn-primary:hover {
background: var(--sage);
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
  body.page-article .system-cards {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  body.page-article .article-hero {
  padding: 88px 0 76px;
  }
  body.page-article .article-wrap {
  padding-bottom: 82px;
  }
  body.page-article .article-card {
  padding: 38px 26px;
  }
  body.page-article .quote-box {
  padding: 24px 22px;
  }
  body.page-article .quote-box p {
  font-size: 1.42rem;
  }
  body.page-article .system-cards {
  grid-template-columns: 1fr;
  }
  body.page-article .system-card {
  min-height: auto;
  }
}


/* ==========================================================
   Scoped styles from system-strategie.html → body.page-article
   ========================================================== */
body.page-article .article-hero {
padding: 180px 0 90px;
    background: var(--warm-white);
}

body.page-article .article-hero-inner {
max-width: 900px;
}

body.page-article .eyebrow, body.page-article .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 26px;
}

body.page-article .eyebrow::before, body.page-article .section-label::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-article .article-title {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.2rem, 6vw, 5.6rem);
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}

body.page-article .article-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .section-title {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

body.page-article .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-lead {
max-width: 760px;
    color: var(--text-mid);
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.95;
}

body.page-article .article-wrap {
background: var(--sage-pale);
    padding: 90px 0 110px;
}

body.page-article .article-box {
max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 58px 58px;
    box-shadow: 0 12px 34px rgba(60,80,60,0.04);
}

body.page-article .article-box p {
color: var(--text-mid);
    font-size: 1.04rem;
    line-height: 2.02;
    font-weight: 300;
    margin-bottom: 26px;
}

body.page-article .article-box p:last-child {
margin-bottom: 0;
}

body.page-article .article-box strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-article .article-box .statement {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 300;
    line-height: 1.18;
    color: var(--text-dark);
    margin: 46px 0;
    padding-left: 28px;
    border-left: 2px solid var(--sage-light);
}

body.page-article .article-box .statement em {
color: var(--sage-deep);
    font-style: italic;
}

body.page-article .article-nav {
background: var(--warm-white);
    padding: 80px 0;
}

body.page-article .article-nav-inner {
max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

body.page-article .btn-primary, body.page-article .btn-secondary {
display: inline-block;
    text-decoration: none;
    padding: 1rem 1.5rem;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.25s ease;
}

body.page-article .btn-primary {
background: var(--sage-deep);
    color: #fff;
}

body.page-article .btn-primary:hover {
background: var(--text-dark);
    transform: translateY(-1px);
}

body.page-article .btn-secondary {
border: 1px solid var(--line);
    color: var(--text-mid);
}

body.page-article .btn-secondary:hover {
color: var(--sage-deep);
    border-color: var(--sage-light);
    transform: translateY(-1px);
}

body.page-article .related-section {
background: var(--warm-white);
}

body.page-article .related-intro {
max-width: 780px;
    margin-bottom: 46px;
}

body.page-article .related-intro p {
color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 34px 0;
}

body.page-article .system-cards {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.page-article .system-card {
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 285px;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 34px 30px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

body.page-article .system-card::before {
content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sage-light), var(--sage-deep));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

body.page-article .system-card:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.38);
}

body.page-article .system-card:hover::before {
transform: scaleX(1);
}

body.page-article .card-kicker {
font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 18px;
}

body.page-article .system-card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 14px;
}

body.page-article .system-card p {
color: var(--text-mid);
    font-size: 0.94rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-article .card-link {
margin-top: 28px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .article-cta {
background: var(--dark-bg);
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

body.page-article .article-cta .section-label {
justify-content: center;
    color: var(--sage-light);
}

body.page-article .article-cta .section-label::before {
display: none;
}

body.page-article .article-cta h2 {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 300;
    line-height: 1.08;
    margin-bottom: 24px;
}

body.page-article .article-cta h2 em {
color: var(--sage-light);
    font-style: italic;
}

body.page-article .article-cta p {
max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

@media (max-width: 1024px) {
  body.page-article .system-cards {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  body.page-article .article-hero {
  padding: 88px 0 70px;
  }
  body.page-article .article-wrap {
  padding: 70px 0 82px;
  }
  body.page-article .article-box {
  padding: 34px 26px;
  }
  body.page-article .article-box p {
  font-size: 1rem;
        line-height: 1.95;
  }
  body.page-article .article-box .statement {
  padding-left: 20px;
        margin: 36px 0;
  }
  body.page-article .system-cards {
  grid-template-columns: 1fr;
  }
  body.page-article .system-card {
  min-height: auto;
  }
  body.page-article .article-nav-inner {
  flex-direction: column;
  }
  body.page-article .btn-primary, body.page-article .btn-secondary {
  width: 100%;
        text-align: center;
  }
}


/* ==========================================================
   Scoped styles from system-training.html → body.page-article
   ========================================================== */
body.page-article .article-hero {
padding: 180px 0 90px;
    background: var(--warm-white);
}

body.page-article .article-hero-inner {
max-width: 900px;
}

body.page-article .eyebrow, body.page-article .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 26px;
}

body.page-article .eyebrow::before, body.page-article .section-label::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-article .article-title {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.2rem, 6vw, 5.6rem);
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}

body.page-article .article-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .article-lead {
max-width: 760px;
    color: var(--text-mid);
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.95;
}

body.page-article .article-wrap {
background: var(--sage-pale);
    padding: 90px 0 110px;
}

body.page-article .article-box {
max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 58px 58px;
    box-shadow: 0 12px 34px rgba(60,80,60,0.04);
}

body.page-article .article-box p {
color: var(--text-mid);
    font-size: 1.04rem;
    line-height: 2.02;
    font-weight: 300;
    margin-bottom: 26px;
}

body.page-article .article-box p:last-child {
margin-bottom: 0;
}

body.page-article .article-box strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-article .article-box .statement {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 300;
    line-height: 1.18;
    color: var(--text-dark);
    margin: 46px 0;
    padding-left: 28px;
    border-left: 2px solid var(--sage-light);
}

body.page-article .article-box .statement em {
color: var(--sage-deep);
    font-style: italic;
}

body.page-article .related-section {
background: var(--warm-white);
    padding: 110px 0;
}

body.page-article .related-intro {
max-width: 780px;
    margin-bottom: 46px;
}

body.page-article .related-intro p {
color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-article .section-title {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

body.page-article .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-article .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 34px 0;
}

body.page-article .system-cards {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.page-article .system-card {
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 285px;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 34px 30px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

body.page-article .system-card::before {
content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sage-light), var(--sage-deep));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

body.page-article .system-card:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.38);
}

body.page-article .system-card:hover::before {
transform: scaleX(1);
}

body.page-article .card-kicker {
font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 18px;
}

body.page-article .system-card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 14px;
}

body.page-article .system-card p {
color: var(--text-mid);
    font-size: 0.94rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-article .card-link {
margin-top: 28px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-article .article-nav {
background: var(--warm-white);
    padding: 80px 0;
}

body.page-article .article-nav-inner {
max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

body.page-article .btn-primary, body.page-article .btn-secondary {
display: inline-block;
    text-decoration: none;
    padding: 1rem 1.5rem;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.25s ease;
}

body.page-article .btn-primary {
background: var(--sage-deep);
    color: #fff;
}

body.page-article .btn-primary:hover {
background: var(--text-dark);
    transform: translateY(-1px);
}

body.page-article .btn-secondary {
border: 1px solid var(--line);
    color: var(--text-mid);
}

body.page-article .btn-secondary:hover {
color: var(--sage-deep);
    border-color: var(--sage-light);
    transform: translateY(-1px);
}

body.page-article .article-cta {
background: var(--dark-bg);
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

body.page-article .article-cta .section-label {
justify-content: center;
    color: var(--sage-light);
}

body.page-article .article-cta .section-label::before {
display: none;
}

body.page-article .article-cta h2 {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 300;
    line-height: 1.08;
    margin-bottom: 24px;
}

body.page-article .article-cta h2 em {
color: var(--sage-light);
    font-style: italic;
}

body.page-article .article-cta p {
max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

@media (max-width: 1024px) {
  body.page-article .system-cards {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  body.page-article .article-hero {
  padding: 88px 0 70px;
  }
  body.page-article .article-wrap {
  padding: 70px 0 82px;
  }
  body.page-article .article-box {
  padding: 34px 26px;
  }
  body.page-article .article-box p {
  font-size: 1rem;
        line-height: 1.95;
  }
  body.page-article .article-box .statement {
  padding-left: 20px;
        margin: 36px 0;
  }
  body.page-article .article-nav-inner {
  flex-direction: column;
  }
  body.page-article .btn-primary, body.page-article .btn-secondary {
  width: 100%;
        text-align: center;
  }
  body.page-article .system-cards {
  grid-template-columns: 1fr;
  }
  body.page-article .system-card {
  min-height: auto;
  }
}


/* ==========================================================
   Scoped styles from system.html → body.page-system
   ========================================================== */
body.page-system .hero-system {
padding: 180px 0 110px;
    background: var(--warm-white);
}

body.page-system .hero-system-inner {
max-width: 900px;
}

body.page-system .eyebrow, body.page-system .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 26px;
}

body.page-system .eyebrow::before, body.page-system .section-label::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-system .hero-title, body.page-system .section-title {
font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -0.02em;
}

body.page-system .hero-title {
font-size: clamp(3.2rem, 6vw, 5.6rem);
    margin-bottom: 28px;
}

body.page-system .hero-title em, body.page-system .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-system .hero-text {
max-width: 760px;
    color: var(--text-mid);
    font-size: 1.08rem;
    font-weight: 300;
    line-height: 1.95;
}

body.page-system .intro {
background: var(--sage-pale);
}

body.page-system .intro-box {
max-width: 980px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 46px 42px;
    box-shadow: 0 12px 34px rgba(60,80,60,0.04);
}

body.page-system .section-title {
font-size: clamp(2.4rem, 4vw, 4rem);
    margin-bottom: 18px;
}

body.page-system .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 28px 0;
}

body.page-system .intro-box p {
color: var(--text-mid);
    font-size: 1rem;
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 18px;
}

body.page-system .intro-box p:last-child {
margin-bottom: 0;
}

body.page-system .system-grid-section {
background: var(--warm-white);
}

body.page-system .system-intro {
max-width: 780px;
    margin-bottom: 46px;
}

body.page-system .system-intro p {
color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-system .featured-card {
display: grid;
    grid-template-columns: 1.1fr 1.9fr;
    gap: 34px;
    align-items: stretch;
    text-decoration: none;
    background: linear-gradient(135deg, #ffffff 0%, var(--sage-pale) 100%);
    border: 1px solid rgba(138,170,138,0.34);
    border-radius: 6px;
    padding: 42px;
    margin-bottom: 28px;
    box-shadow: 0 16px 42px rgba(60,80,60,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

body.page-system .featured-card::before {
content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--sage-light), var(--sage-deep));
}

body.page-system .featured-card:hover {
transform: translateY(-4px);
    box-shadow: 0 18px 46px rgba(60,80,60,0.09);
    border-color: rgba(138,170,138,0.52);
}

body.page-system .featured-kicker {
font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 18px;
}

body.page-system .featured-card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.2rem, 3.2vw, 3.25rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

body.page-system .featured-card h3 em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-system .featured-content {
display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.page-system .featured-content p {
color: var(--text-mid);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
    max-width: 680px;
}

body.page-system .featured-link {
margin-top: 28px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-system .system-cards {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.page-system .system-card {
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 285px;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 34px 30px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

body.page-system .system-card::before {
content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sage-light), var(--sage-deep));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

body.page-system .system-card:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.38);
}

body.page-system .system-card:hover::before {
transform: scaleX(1);
}

body.page-system .card-kicker {
font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 18px;
}

body.page-system .system-card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 14px;
}

body.page-system .system-card p {
color: var(--text-mid);
    font-size: 0.94rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-system .card-link {
margin-top: 28px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sage-deep);
}

body.page-system .system-cta {
background: var(--dark-bg);
    color: #fff;
    text-align: center;
}

body.page-system .system-cta .section-label {
justify-content: center;
    color: var(--sage-light);
}

body.page-system .system-cta .section-label::before {
display: none;
}

body.page-system .system-cta .section-title {
color: #fff;
}

body.page-system .system-cta p {
max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-system .btn-primary {
display: inline-block;
    text-decoration: none;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.3s ease;
}

body.page-system .btn-primary:hover {
background: var(--sage);
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
  body.page-system .system-cards {
  grid-template-columns: repeat(2, 1fr);
  }
  body.page-system .featured-card {
  grid-template-columns: 1fr;
        gap: 22px;
  }
}

@media (max-width: 820px) {
  body.page-system .hero-system {
  padding: 88px 0 82px;
  }
  body.page-system .intro-box {
  padding: 34px 26px;
  }
  body.page-system .featured-card {
  padding: 34px 26px;
        margin-bottom: 24px;
  }
  body.page-system .system-cards {
  grid-template-columns: 1fr;
  }
  body.page-system .system-card {
  min-height: auto;
  }
}


/* ==========================================================
   Scoped styles from ueber-mich.html → body.page-about
   ========================================================== */
body.page-about .hero {
padding: 82px 0 0;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

body.page-about .hero-left {
display: flex;
    align-items: center;
    padding: 80px 5vw 80px 6vw;
    background: var(--warm-white);
}

body.page-about .hero-content {
max-width: 560px;
}

body.page-about .eyebrow {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 26px;
}

body.page-about .eyebrow::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-about .hero-title {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.5rem, 6vw, 5.5rem);
    font-weight: 300;
    line-height: 0.95;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

body.page-about .hero-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-about .hero-text {
max-width: 500px;
    color: var(--text-mid);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 34px;
}

body.page-about .hero-actions {
display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

body.page-about .btn-primary, body.page-about .btn-secondary {
text-decoration: none;
    transition: all 0.3s ease;
}

body.page-about .btn-primary {
display: inline-block;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
}

body.page-about .btn-primary:hover {
background: var(--text-dark);
    transform: translateY(-1px);
}

body.page-about .btn-secondary {
display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-mid);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.page-about .btn-secondary::after {
content: "→";
    transition: transform 0.25s ease;
}

body.page-about .btn-secondary:hover {
color: var(--sage-deep);
}

body.page-about .btn-secondary:hover::after {
transform: translateX(4px);
}

body.page-about .hero-right {
min-height: calc(100vh - 82px);
    overflow: hidden;
}

body.page-about .hero-right img {
width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

body.page-about .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 18px;
}

body.page-about .section-label::before {
content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: var(--sage-light);
}

body.page-about .section-title {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 18px;
}

body.page-about .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-about .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 28px 0;
}

body.page-about .problem {
background: var(--sage-pale);
}

body.page-about .problem-grid {
display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 72px;
    align-items: start;
}

body.page-about .problem-text p {
color: var(--text-mid);
    font-size: 1.05rem;
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 18px;
}

body.page-about .problem-text strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-about .problem-points {
display: grid;
    gap: 16px;
}

body.page-about .problem-point {
background: #fff;
    border-left: 3px solid var(--sage-light);
    border-radius: 4px;
    padding: 24px 24px 22px;
    display: flex;
    gap: 14px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.page-about .problem-point:hover {
transform: translateX(4px);
    border-color: var(--sage-deep);
    box-shadow: 0 10px 30px rgba(60,80,60,0.06);
}

body.page-about .point-icon {
font-size: 1.25rem;
    line-height: 1;
    margin-top: 2px;
    flex-shrink: 0;
}

body.page-about .point-text strong {
display: block;
    margin-bottom: 4px;
    font-size: 0.95rem;
    color: var(--text-dark);
}

body.page-about .point-text span {
font-size: 0.88rem;
    color: var(--text-light);
    font-weight: 300;
    line-height: 1.7;
}

body.page-about .approach {
background: var(--warm-white);
}

body.page-about .approach-intro {
max-width: 770px;
    margin: 0 auto 54px;
    text-align: center;
}

body.page-about .approach-intro p {
color: var(--text-mid);
    font-size: 1.05rem;
    line-height: 1.95;
    font-weight: 300;
}

body.page-about .pillars {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.page-about .pillar {
position: relative;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 4px;
    padding: 34px 30px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

body.page-about .pillar::before {
content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sage-light), var(--sage-deep));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

body.page-about .pillar:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.38);
}

body.page-about .pillar:hover::before {
transform: scaleX(1);
}

body.page-about .pillar-number {
font-family: "Cormorant Garamond", serif;
    font-size: 3.4rem;
    line-height: 1;
    color: var(--sage-pale);
    margin-bottom: 14px;
}

body.page-about .pillar h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.65rem;
    font-weight: 400;
    margin-bottom: 12px;
}

body.page-about .pillar p {
color: var(--text-mid);
    font-size: 0.93rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-about .offers {
background: var(--dark-bg);
    color: #fff;
}

body.page-about .offers .section-label {
color: var(--sage-light);
}

body.page-about .offers .section-label::before {
background: var(--sage);
}

body.page-about .offers .section-title {
color: #fff;
}

body.page-about .offers .section-title em {
color: var(--sage-light);
}

body.page-about .offers-intro-wrap {
max-width: 760px;
    margin-bottom: 46px;
}

body.page-about .offers-intro-wrap p {
color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-about .offers-grid {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: stretch;
}

body.page-about .offer-card {
background: rgba(255,255,255,0.04);
    border: 1px solid rgba(184,208,184,0.2);
    border-radius: 6px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.page-about .offer-label {
font-size: 0.74rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-light);
    margin-bottom: 14px;
}

body.page-about .offer-card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 14px;
    color: #fff;
}

body.page-about .offer-card p {
color: rgba(255,255,255,0.62);
    font-size: 0.95rem;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 22px;
    min-height: 104px;
}

body.page-about .offer-list {
list-style: none;
    margin-bottom: 30px;
    min-height: 118px;
}

body.page-about .offer-list li {
position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.82);
    font-size: 0.92rem;
    line-height: 1.7;
}

body.page-about .offer-list li::before {
content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--sage-light);
}

body.page-about .offer-price {
font-family: "Cormorant Garamond", serif;
    font-size: 2.6rem;
    line-height: 1;
    color: #fff;
    margin-top: auto;
    margin-bottom: 8px;
}

body.page-about .offer-note {
color: rgba(255,255,255,0.45);
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

body.page-about .btn-card, body.page-about .btn-card-ghost {
display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 1rem 1.25rem;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.25s ease;
}

body.page-about .btn-card {
background: var(--sage-deep);
    color: #fff;
    width: fit-content;
}

body.page-about .btn-card:hover {
background: var(--sage);
    transform: translateY(-1px);
}

body.page-about .btn-card-ghost {
border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.75);
}

body.page-about .btn-card-ghost:hover {
color: var(--sage-light);
    border-color: var(--sage-light);
}

body.page-about .offers-footer-note {
margin-top: 22px;
    color: rgba(255,255,255,0.45);
    font-size: 0.82rem;
    line-height: 1.7;
}

body.page-about .about {
background: var(--cream);
}

body.page-about .about-grid {
display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 72px;
    align-items: center;
}

body.page-about .about-image {
position: relative;
}

body.page-about .about-image-inner {
aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 4px;
    background: #e8e8e8;
}

body.page-about .about-image-inner img {
width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
}

body.page-about .about-accent {
position: absolute;
    right: -26px;
    bottom: -26px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border: 2px solid var(--sage-light);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 28px rgba(60,80,60,0.07);
    text-align: center;
    padding: 10px;
}

body.page-about .accent-big {
font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--sage-deep);
}

body.page-about .accent-small {
margin-top: 4px;
    font-size: 0.68rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-light);
}

body.page-about .about-content p {
color: var(--text-mid);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 18px;
}

body.page-about .about-credentials {
display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

body.page-about .credential {
background: #ffffff;
    border: 1px solid rgba(138,170,138,0.22);
    color: var(--sage-deep);
    padding: 0.58rem 0.95rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 2px;
    white-space: nowrap;
}

body.page-about .testimonials {
background: var(--warm-white);
}

body.page-about .testimonials-intro {
max-width: 760px;
    margin-bottom: 34px;
}

body.page-about .testimonials-grid {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

body.page-about .testimonial {
background: var(--sage-pale);
    border-radius: 4px;
    padding: 32px 28px;
    position: relative;
}

body.page-about .testimonial::before {
content: "“";
    position: absolute;
    top: 10px;
    left: 18px;
    font-family: "Cormorant Garamond", serif;
    font-size: 4rem;
    color: var(--sage-light);
    line-height: 1;
}

body.page-about .testimonial-text {
padding-top: 22px;
    color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 18px;
    font-style: normal;
}

body.page-about .testimonial-author {
font-size: 0.84rem;
    color: var(--text-dark);
    font-weight: 500;
}

body.page-about .testimonial-role {
font-size: 0.76rem;
    color: var(--text-light);
    margin-top: 2px;
}

body.page-about .for-whom {
background: var(--sage-pale);
}

body.page-about .for-whom-intro {
max-width: 760px;
    margin-bottom: 30px;
}

body.page-about .for-whom-grid {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 40px;
}

body.page-about .check-item {
display: flex;
    gap: 14px;
    align-items: flex-start;
}

body.page-about .check-dot {
width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sage-deep);
    margin-top: 10px;
    flex-shrink: 0;
}

body.page-about .check-item p {
color: var(--text-mid);
    font-size: 0.98rem;
    line-height: 1.75;
    font-weight: 300;
}

body.page-about .notice {
background: var(--cream);
}

body.page-about .notice-box {
max-width: 980px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 6px;
    padding: 38px 34px;
}

body.page-about .notice-box p {
color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 14px;
}

body.page-about .contact {
background: var(--warm-white);
    text-align: center;
}

body.page-about .contact .section-label {
justify-content: center;
}

body.page-about .contact .section-label::before {
display: none;
}

body.page-about .contact-subtitle {
max-width: 760px;
    margin: 0 auto 22px;
    color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.9;
    font-weight: 300;
}

body.page-about .contact-box {
max-width: 780px;
    margin: 46px auto 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 42px 36px;
    box-shadow: 0 12px 34px rgba(60,80,60,0.04);
    text-align: left;
}

body.page-about .contact-mail {
text-align: center;
    margin-bottom: 30px;
}

body.page-about .contact-mail span {
display: block;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 10px;
}

body.page-about .contact-mail a {
font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.75rem, 3vw, 2.3rem);
    font-weight: 300;
    text-decoration: none;
    color: var(--sage-deep);
    word-break: break-word;
}

body.page-about .contact-mail a:hover {
color: var(--text-dark);
}

body.page-about .contact-prompt {
text-align: center;
    color: var(--text-mid);
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 30px;
    font-weight: 300;
}

body.page-about .mail-points {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 28px;
    margin-bottom: 30px;
}

body.page-about .mail-point {
display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 18px;
    background: var(--sage-pale);
    border-radius: 4px;
}

body.page-about .mail-point-number {
width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--sage-deep);
    color: #fff;
    font-size: 0.78rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

body.page-about .mail-point-text strong {
display: block;
    font-size: 0.92rem;
    color: var(--text-dark);
    margin-bottom: 4px;
}

body.page-about .mail-point-text span {
font-size: 0.88rem;
    color: var(--text-light);
    line-height: 1.65;
    font-weight: 300;
}

body.page-about .contact-cta-row {
display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

body.page-about .mail-button {
display: inline-block;
    text-decoration: none;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.25s ease;
}

body.page-about .mail-button:hover {
background: var(--text-dark);
    transform: translateY(-1px);
}

body.page-about .mail-secondary {
display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-mid);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    gap: 8px;
}

body.page-about .mail-secondary::after {
content: "→";
    transition: transform 0.25s ease;
}

body.page-about .mail-secondary:hover {
color: var(--sage-deep);
}

body.page-about .mail-secondary:hover::after {
transform: translateX(4px);
}

body.page-about .contact-note {
margin-top: 22px;
    text-align: center;
    color: var(--text-light);
    font-size: 0.83rem;
    line-height: 1.7;
    font-weight: 300;
}

body.page-about .pillar {
text-decoration: none;
    color: inherit;
    display: block;
}

@media (max-width: 1024px) {
  body.page-about .hero {
  grid-template-columns: 1fr;
  }
  body.page-about .hero-right {
  min-height: 520px;
  }
  body.page-about .problem-grid, body.page-about .pillars, body.page-about .offers-grid, body.page-about .about-grid, body.page-about .testimonials-grid, body.page-about .for-whom-grid, body.page-about .mail-points {
  grid-template-columns: 1fr;
  }
  body.page-about .offer-card p, body.page-about .offer-list {
  min-height: 0;
  }
}

@media (max-width: 820px) {
  body.page-about .hero {
  padding-top: 0;
  }
  body.page-about .hero-left {
  padding: 56px 24px 48px;
  }
  body.page-about .hero-right {
  min-height: 440px;
  }
  body.page-about .contact-box {
  padding: 30px 22px;
  }
  body.page-about .about-accent {
  width: 108px;
        height: 108px;
        right: -14px;
        bottom: -14px;
  }
  body.page-about .accent-big {
  font-size: 1.25rem;
  }
  body.page-about .accent-small {
  font-size: 0.62rem;
  }
}

body.page-about .page-hero {
padding: 150px 0 90px; background: var(--cream);
}

body.page-about .page-hero-grid {
display:grid; grid-template-columns:1.05fr .95fr; gap:72px; align-items:center;
}

body.page-about .page-hero-text {
max-width:640px;
}

body.page-about .page-kicker {
color:var(--text-mid); font-size:1.08rem; line-height:1.95; font-weight:300; margin-top:22px;
}

body.page-about .page-hero-image {
position:relative;
}

body.page-about .page-hero-image-inner {
aspect-ratio:4/5; overflow:hidden; border-radius:4px; background:#e8e8e8;
}

body.page-about .page-hero-image-inner img {
width:100%; height:100%; object-fit:cover; object-position:58% center;
}

body.page-about .image-accent-card {
position:absolute; left:-26px; bottom:28px; max-width:245px; background:#fff; border:1px solid var(--line); border-radius:4px; padding:20px; box-shadow:0 14px 34px rgba(60,80,60,.08);
}

body.page-about .image-accent-card strong {
display:block; font-family:"Cormorant Garamond", serif; font-size:1.45rem; font-weight:400; color:var(--sage-deep); line-height:1.1; margin-bottom:8px;
}

body.page-about .image-accent-card span {
color:var(--text-light); font-size:.82rem; line-height:1.6; font-weight:300;
}

body.page-about .story {
background:var(--warm-white);
}

body.page-about .story-grid {
display:grid; grid-template-columns:.82fr 1.18fr; gap:72px; align-items:start;
}

body.page-about .story-sidebar {
position:sticky; top:116px; background:var(--sage-pale); border:1px solid var(--line); border-radius:6px; padding:32px 28px;
}

body.page-about .story-sidebar h3 {
font-family:"Cormorant Garamond", serif; font-size:1.85rem; font-weight:300; margin-bottom:16px;
}

body.page-about .story-sidebar p, body.page-about .story-content p, body.page-about .page-cta p {
color:var(--text-mid); font-size:1rem; line-height:1.9; font-weight:300;
}

body.page-about .story-content p {
font-size:1.03rem; margin-bottom:20px;
}

body.page-about .story-content strong {
color:var(--text-dark); font-weight:500;
}

body.page-about .credentials-section {
background:var(--sage-pale);
}

body.page-about .credentials-grid {
display:grid; grid-template-columns:repeat(4,1fr); gap:18px;
}

body.page-about .credential-card {
background:#fff; border:1px solid var(--line); border-radius:4px; padding:26px 24px 24px;
}

body.page-about .credential-card h3 {
font-family:"Cormorant Garamond", serif; font-size:1.45rem; font-weight:400; margin-bottom:10px;
}

body.page-about .credential-card p {
color:var(--text-mid); font-size:.9rem; line-height:1.75; font-weight:300;
}

body.page-about .approach-note {
background:var(--dark-bg); color:#fff;
}

body.page-about .approach-note-grid {
display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center;
}

body.page-about .approach-note .section-label {
color:var(--sage-light);
}

body.page-about .approach-note .section-label::before {
background:var(--sage);
}

body.page-about .approach-note .section-title, body.page-about .quote-box p {
color:#fff;
}

body.page-about .approach-note .section-title em {
color:var(--sage-light);
}

body.page-about .approach-note p {
color:rgba(255,255,255,.68); font-size:1rem; line-height:1.9; font-weight:300; margin-bottom:18px;
}

body.page-about .quote-box {
border-left:3px solid var(--sage-light); padding-left:28px;
}

body.page-about .quote-box p {
font-family:"Cormorant Garamond", serif; font-size:clamp(2rem,3vw,3rem); line-height:1.18; font-weight:300; margin-bottom:18px;
}

body.page-about .quote-box span {
color:rgba(255,255,255,.48); font-size:.8rem; letter-spacing:.14em; text-transform:uppercase;
}

body.page-about .page-cta {
background:var(--cream); text-align:center;
}

body.page-about .page-cta p {
max-width:760px; margin:0 auto 30px;
}

body.page-about .page-cta-actions {
display:flex; justify-content:center; gap:16px; flex-wrap:wrap;
}

@media (max-width:1024px) {
  body.page-about .page-hero-grid, body.page-about .story-grid, body.page-about .approach-note-grid, body.page-about .credentials-grid {
  grid-template-columns:1fr;
  }
  body.page-about .story-sidebar {
  position:static;
  }
}

@media (max-width:820px) {
  body.page-about .page-hero {
  padding:70px 0 76px;
  }
  body.page-about .image-accent-card {
  left:16px; right:16px; bottom:16px; max-width:none;
  }
}


/* ==========================================================
   Scoped styles from umsetzen.html → body.page-principle
   ========================================================== */
body.page-principle .menu-toggle {
display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

body.page-principle .menu-toggle span {
display: block;
    width: 22px;
    height: 1px;
    background: var(--text-dark);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

body.page-principle .menu-toggle.is-open span:nth-child(1) {
transform: translateY(6px) rotate(45deg);
}

body.page-principle .menu-toggle.is-open span:nth-child(2) {
opacity: 0;
}

body.page-principle .menu-toggle.is-open span:nth-child(3) {
transform: translateY(-6px) rotate(-45deg);
}

body.page-principle .mobile-menu {
display: none;
    border-top: 1px solid var(--line);
    background: rgba(253,252,249,0.98);
}

body.page-principle .mobile-menu a {
display: block;
    padding: 18px 40px;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-mid);
    border-bottom: 1px solid var(--line);
}

body.page-principle .mobile-menu a:hover, body.page-principle .mobile-menu a.active {
color: var(--sage-deep);
}

body.page-principle .hero-subpage {
padding: 172px 0 100px;
    background:
      linear-gradient(90deg, rgba(253,252,249,0.96) 0%, rgba(253,252,249,0.86) 58%, rgba(237,243,237,0.82) 100%);
}

body.page-principle .hero-subpage-inner {
max-width: 880px;
}

body.page-principle .eyebrow, body.page-principle .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 22px;
}

body.page-principle .eyebrow::before, body.page-principle .section-label::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-principle .hero-title, body.page-principle .section-title {
font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

body.page-principle .hero-title {
font-size: clamp(3.2rem, 6vw, 5.4rem);
    margin-bottom: 28px;
}

body.page-principle .section-title {
font-size: clamp(2.35rem, 4vw, 3.9rem);
    margin-bottom: 20px;
}

body.page-principle .hero-title em, body.page-principle .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-principle .hero-text {
max-width: 760px;
    color: var(--text-mid);
    font-size: 1.06rem;
    font-weight: 300;
    line-height: 1.95;
    margin-bottom: 34px;
}

body.page-principle .hero-actions, body.page-principle .cta-row {
display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

body.page-principle .btn-primary, body.page-principle .btn-secondary {
text-decoration: none;
    transition: all 0.3s ease;
}

body.page-principle .btn-primary {
display: inline-block;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
}

body.page-principle .btn-primary:hover {
background: var(--text-dark);
    transform: translateY(-1px);
}

body.page-principle .btn-secondary {
display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-mid);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.page-principle .btn-secondary::after {
content: "→";
    transition: transform 0.25s ease;
}

body.page-principle .btn-secondary:hover {
color: var(--sage-deep);
}

body.page-principle .btn-secondary:hover::after {
transform: translateX(4px);
}

body.page-principle .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 28px 0;
}

body.page-principle .intro {
background: var(--warm-white);
}

body.page-principle .intro-grid {
display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 72px;
    align-items: start;
}

body.page-principle .text-block p {
color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 18px;
}

body.page-principle .text-block strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-principle .insight-box {
background: var(--sage-pale);
    border-left: 3px solid var(--sage);
    border-radius: 4px;
    padding: 34px 32px;
}

body.page-principle .insight-box h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.15;
    margin-bottom: 18px;
}

body.page-principle .insight-box p {
color: var(--text-mid);
    font-size: 0.98rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-principle .practice {
background: var(--sage-pale);
}

body.page-principle .cards {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 42px;
}

body.page-principle .card {
background: #fff;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 30px 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.page-principle .card:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.42);
}

body.page-principle .card-number {
font-family: "Cormorant Garamond", serif;
    font-size: 2.8rem;
    line-height: 1;
    color: var(--sage-light);
    margin-bottom: 16px;
}

body.page-principle .card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    font-weight: 400;
    margin-bottom: 12px;
}

body.page-principle .card p {
color: var(--text-mid);
    font-size: 0.93rem;
    line-height: 1.8;
    font-weight: 300;
}

body.page-principle .process {
background: var(--warm-white);
}

body.page-principle .steps {
display: grid;
    gap: 18px;
    margin-top: 36px;
}

body.page-principle .step {
display: grid;
    grid-template-columns: 110px 1fr;
    gap: 28px;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 5px;
}

body.page-principle .step-label {
font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-deep);
    padding-top: 5px;
}

body.page-principle .step h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 8px;
}

body.page-principle .step p {
color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-principle .quiet-cta {
background: var(--cream);
}

body.page-principle .cta-box {
max-width: 980px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 6px;
    padding: 42px 36px;
}

body.page-principle .cta-box p {
color: var(--text-mid);
    font-size: 0.98rem;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 18px;
}

body.page-principle .not-medical {
background: var(--warm-white);
}

body.page-principle .notice-box {
max-width: 980px;
    border: 1px solid var(--line);
    background: var(--cream);
    border-radius: 6px;
    padding: 38px 34px;
}

body.page-principle .notice-box p {
color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 14px;
}

body.page-principle .next {
background: var(--dark-bg);
    color: #fff;
}

body.page-principle .next .section-label {
color: var(--sage-light);
}

body.page-principle .next .section-label::before {
background: var(--sage);
}

body.page-principle .next .section-title {
color: #fff;
}

body.page-principle .next .section-title em {
color: var(--sage-light);
}

body.page-principle .next p {
max-width: 760px;
    color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 28px;
}

body.page-principle .next .btn-secondary {
color: rgba(255,255,255,0.78);
}

body.page-principle .next .btn-secondary:hover {
color: var(--sage-light);
}

@media (max-width: 1024px) {
  body.page-principle .intro-grid, body.page-principle .cards {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.page-principle .menu-toggle {
  display: flex;
  }
  body.page-principle .mobile-menu.is-open {
  display: block;
  }
  body.page-principle .hero-subpage {
  padding: 70px 0 82px;
  }
  body.page-principle .hero-title {
  font-size: clamp(3rem, 15vw, 4.5rem);
  }
  body.page-principle .step {
  grid-template-columns: 1fr;
        gap: 12px;
        padding: 26px 22px;
  }
  body.page-principle .mobile-menu a {
  padding-left: 24px;
        padding-right: 24px;
  }
}


/* ==========================================================
   Scoped styles from verstehen.html → body.page-principle
   ========================================================== */
body.page-principle .menu-toggle {
display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

body.page-principle .menu-toggle span {
display: block;
    width: 22px;
    height: 1px;
    background: var(--text-dark);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

body.page-principle .menu-toggle.is-open span:nth-child(1) {
transform: translateY(6px) rotate(45deg);
}

body.page-principle .menu-toggle.is-open span:nth-child(2) {
opacity: 0;
}

body.page-principle .menu-toggle.is-open span:nth-child(3) {
transform: translateY(-6px) rotate(-45deg);
}

body.page-principle .mobile-menu {
display: none;
    border-top: 1px solid var(--line);
    background: rgba(253,252,249,0.98);
}

body.page-principle .mobile-menu a {
display: block;
    padding: 18px 40px;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-mid);
    border-bottom: 1px solid var(--line);
}

body.page-principle .mobile-menu a:hover, body.page-principle .mobile-menu a.active {
color: var(--sage-deep);
}

body.page-principle .hero-subpage {
padding: 172px 0 100px;
    background:
      linear-gradient(90deg, rgba(253,252,249,0.96) 0%, rgba(253,252,249,0.86) 58%, rgba(237,243,237,0.82) 100%);
}

body.page-principle .hero-subpage-inner {
max-width: 860px;
}

body.page-principle .eyebrow, body.page-principle .section-label {
display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--sage-deep);
    margin-bottom: 22px;
}

body.page-principle .eyebrow::before, body.page-principle .section-label::before {
content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: var(--sage);
}

body.page-principle .hero-title, body.page-principle .section-title {
font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

body.page-principle .hero-title {
font-size: clamp(3.2rem, 6vw, 5.4rem);
    margin-bottom: 28px;
}

body.page-principle .section-title {
font-size: clamp(2.35rem, 4vw, 3.9rem);
    margin-bottom: 20px;
}

body.page-principle .hero-title em, body.page-principle .section-title em {
font-style: italic;
    color: var(--sage-deep);
}

body.page-principle .hero-text {
max-width: 740px;
    color: var(--text-mid);
    font-size: 1.06rem;
    font-weight: 300;
    line-height: 1.95;
    margin-bottom: 34px;
}

body.page-principle .hero-actions, body.page-principle .cta-row {
display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

body.page-principle .btn-primary, body.page-principle .btn-secondary {
text-decoration: none;
    transition: all 0.3s ease;
}

body.page-principle .btn-primary {
display: inline-block;
    background: var(--sage-deep);
    color: #fff;
    padding: 1rem 1.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 2px;
}

body.page-principle .btn-primary:hover {
background: var(--text-dark);
    transform: translateY(-1px);
}

body.page-principle .btn-secondary {
display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-mid);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.page-principle .btn-secondary::after {
content: "→";
    transition: transform 0.25s ease;
}

body.page-principle .btn-secondary:hover {
color: var(--sage-deep);
}

body.page-principle .btn-secondary:hover::after {
transform: translateX(4px);
}

body.page-principle .divider {
width: 58px;
    height: 1px;
    background: var(--sage-light);
    margin: 28px 0;
}

body.page-principle .intro {
background: var(--warm-white);
}

body.page-principle .intro-grid {
display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 72px;
    align-items: start;
}

body.page-principle .intro-copy p, body.page-principle .text-block p {
color: var(--text-mid);
    font-size: 1.03rem;
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 18px;
}

body.page-principle .intro-copy strong, body.page-principle .text-block strong {
color: var(--text-dark);
    font-weight: 500;
}

body.page-principle .insight-box {
background: var(--sage-pale);
    border-left: 3px solid var(--sage);
    border-radius: 4px;
    padding: 34px 32px;
}

body.page-principle .insight-box h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.15;
    margin-bottom: 18px;
}

body.page-principle .insight-box p {
color: var(--text-mid);
    font-size: 0.98rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-principle .signals {
background: var(--sage-pale);
}

body.page-principle .cards {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 42px;
}

body.page-principle .card {
background: #fff;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 30px 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.page-principle .card:hover {
transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(60,80,60,0.07);
    border-color: rgba(138,170,138,0.42);
}

body.page-principle .card-number {
font-family: "Cormorant Garamond", serif;
    font-size: 2.8rem;
    line-height: 1;
    color: var(--sage-light);
    margin-bottom: 16px;
}

body.page-principle .card h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    font-weight: 400;
    margin-bottom: 12px;
}

body.page-principle .card p {
color: var(--text-mid);
    font-size: 0.93rem;
    line-height: 1.8;
    font-weight: 300;
}

body.page-principle .process {
background: var(--warm-white);
}

body.page-principle .steps {
display: grid;
    gap: 18px;
    margin-top: 36px;
}

body.page-principle .step {
display: grid;
    grid-template-columns: 110px 1fr;
    gap: 28px;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 5px;
}

body.page-principle .step-label {
font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-deep);
    padding-top: 5px;
}

body.page-principle .step h3 {
font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 8px;
}

body.page-principle .step p {
color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
}

body.page-principle .not-medical {
background: var(--cream);
}

body.page-principle .notice-box {
max-width: 980px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 6px;
    padding: 38px 34px;
}

body.page-principle .notice-box p {
color: var(--text-mid);
    font-size: 0.96rem;
    line-height: 1.85;
    font-weight: 300;
    margin-bottom: 14px;
}

body.page-principle .next {
background: var(--dark-bg);
    color: #fff;
}

body.page-principle .next .section-label {
color: var(--sage-light);
}

body.page-principle .next .section-label::before {
background: var(--sage);
}

body.page-principle .next .section-title {
color: #fff;
}

body.page-principle .next .section-title em {
color: var(--sage-light);
}

body.page-principle .next p {
max-width: 760px;
    color: rgba(255,255,255,0.68);
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 28px;
}

body.page-principle .next .btn-secondary {
color: rgba(255,255,255,0.78);
}

body.page-principle .next .btn-secondary:hover {
color: var(--sage-light);
}

@media (max-width: 1024px) {
  body.page-principle .intro-grid, body.page-principle .cards {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.page-principle .menu-toggle {
  display: flex;
  }
  body.page-principle .mobile-menu.is-open {
  display: block;
  }
  body.page-principle .hero-subpage {
  padding: 70px 0 82px;
  }
  body.page-principle .hero-title {
  font-size: clamp(3rem, 15vw, 4.5rem);
  }
  body.page-principle .step {
  grid-template-columns: 1fr;
        gap: 12px;
        padding: 26px 22px;
  }
  body.page-principle .mobile-menu a {
  padding-left: 24px;
        padding-right: 24px;
  }
}

/* ------------------------------------------------------------
   Kontaktformular – Female Performance Lab
   Netlify-ready, CI-konform, ruhig und hochwertig
------------------------------------------------------------ */
body.page-index .contact-box {
  max-width: 760px;
}

body.page-index .contact-form {
  width: 100%;
  display: grid;
  gap: 1.15rem;
}

body.page-index .hidden-field {
  display: none;
}

body.page-index .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.page-index .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

body.page-index .form-group label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-light);
}

body.page-index .form-group label span {
  letter-spacing: 0.06em;
  text-transform: none;
  font-size: 0.72rem;
  color: rgba(122, 138, 122, 0.78);
}

body.page-index .form-group input,
body.page-index .form-group textarea {
  width: 100%;
  border: 1px solid rgba(138, 170, 138, 0.32);
  border-radius: 3px;
  background: var(--warm-white);
  color: var(--text-dark);
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.6;
  padding: 0.95rem 1rem;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

body.page-index .form-group textarea {
  resize: vertical;
  min-height: 132px;
}

body.page-index .form-group input::placeholder,
body.page-index .form-group textarea::placeholder {
  color: rgba(86, 98, 86, 0.48);
}

body.page-index .form-group input:focus,
body.page-index .form-group textarea:focus {
  border-color: var(--sage-deep);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(138, 170, 138, 0.12);
}

body.page-index .form-submit {
  width: 100%;
  border: none;
  border-radius: 2px;
  background: var(--sage-deep);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 1.05rem 1.4rem;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

body.page-index .form-submit:hover {
  background: var(--text-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(60, 80, 60, 0.08);
}

body.page-index .contact-options {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
  margin-top: 1.8rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
  text-align: center;
}

body.page-index .contact-option {
  color: var(--sage-deep);
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(90, 122, 90, 0.25);
  padding-bottom: 0.15rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}

body.page-index .contact-option:hover {
  color: var(--text-dark);
  border-color: var(--text-dark);
}

@media (max-width: 820px) {
  body.page-index .form-row {
    grid-template-columns: 1fr;
  }

  body.page-index .contact-option {
    font-size: 0.9rem;
  }
}
