*{margin:0;padding:0;box-sizing:border-box}:root{--primary-green: #2d5f3f;--secondary-green: #4a8060;--light-green: #f0f7f3;--text-dark: #333333;--text-medium: #555555;--text-light: #666666;--white: #ffffff;--background: #fafafa;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--text-dark);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--primary-green)}p{line-height:1.8}a{color:var(--secondary-green);text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.8}button{border-radius:8px;border:2px solid var(--secondary-green);padding:.75em 1.5em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--secondary-green);color:#fff;cursor:pointer;transition:all .3s ease}button:hover{background-color:var(--primary-green);border-color:var(--primary-green);transform:translateY(-2px);box-shadow:0 4px 12px #2d5f3f33}button:focus,button:focus-visible{outline:3px solid var(--light-green);outline-offset:2px}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100}.header .container{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:1rem;text-decoration:none;transition:opacity .3s ease}.logo:hover{opacity:.9}.header-logo{height:70px;width:auto;object-fit:contain}.logo span{font-size:1.75rem;font-weight:600;color:#2d5f3f}.nav{display:flex;gap:2rem}.nav-link{color:#333;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#4a8060;transition:width .3s ease}.nav-link:hover{color:#4a8060}.nav-link:hover:after{width:100%}.main{flex:1;background:#fff}.footer{background:#2d5f3f;color:#fff;padding:2rem 0;margin-top:auto}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer p{margin:0 0 1rem}.footer-links{display:flex;justify-content:center;gap:1rem;align-items:center}.footer-links a{color:#fff;text-decoration:none;transition:opacity .3s ease}.footer-links a:hover{opacity:.8}.footer-links .separator{color:#ffffff80}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem;padding:1rem}.logo span{font-size:1.5rem}.header-logo{height:50px}.nav{gap:1rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.9rem;padding:.25rem .5rem}}@media (max-width: 480px){.header .container{padding:.75rem}.logo span{font-size:1.25rem}.header-logo{height:40px}.nav{gap:.5rem}.nav-link{font-size:.85rem;padding:.2rem .4rem}}.home-page{width:100%}.welcome-hero{position:relative;overflow:hidden;padding:5.5rem 0;background:linear-gradient(135deg,#fffffff0,#e8f5e9e6),url(/wedding-photo.jpg) center / cover}.welcome-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.32),transparent)}.welcome-hero-content{position:relative;z-index:1;max-width:900px}.eyebrow{margin-bottom:1rem;color:var(--secondary-green);font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.welcome-hero h1{max-width:850px;margin-bottom:1.5rem;font-size:clamp(2.35rem,5vw,4.25rem);line-height:1.12}.welcome-lead{max-width:740px;color:var(--text-medium);font-size:clamp(1.2rem,2vw,1.5rem)}.welcome-section,.welcome-methods{padding:5rem 0}.welcome-section{background:var(--white)}.welcome-methods{background:var(--light-green)}.welcome-copy{max-width:900px}.welcome-copy h2{margin:3.25rem 0 1.25rem;font-size:clamp(1.8rem,3vw,2.45rem)}.welcome-copy p{margin-bottom:1.35rem;color:var(--text-medium);font-size:1.125rem}.perspective-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin:2rem 0}.perspective-card{min-height:180px;padding:2rem;border-top:4px solid var(--secondary-green);background:#f8fbf9;box-shadow:0 8px 24px #2d5f3f14}.perspective-card h3{margin-bottom:.6rem;font-size:1.45rem}.perspective-card p{margin:0;color:var(--text-dark);font-size:1.1rem;font-weight:600}.team-introduction{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:2rem;align-items:start;margin:2rem 0 2.5rem}.team-photo{overflow:hidden;margin:0;background:var(--light-green);box-shadow:0 10px 28px #2d5f3f1f}.team-photo img{display:block;width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:center}.team-profiles{display:grid;gap:1.25rem}.team-profile{padding:1.5rem 1.75rem;border-left:4px solid var(--secondary-green);background:#f8fbf9;box-shadow:0 8px 24px #2d5f3f12}.team-profile h3{margin-bottom:.35rem;font-size:1.4rem}.team-profile-focus{margin-bottom:1rem!important;color:var(--primary-green)!important;font-weight:700}.team-profile ul{display:grid;gap:.45rem;margin:0;padding:0;list-style:none}.team-profile li{position:relative;padding-left:1.25rem;color:var(--text-medium);line-height:1.55}.team-profile li:before{content:"•";position:absolute;left:0;color:var(--secondary-green);font-weight:700}.welcome-statement{margin:2.5rem 0;padding:2rem 2.25rem;border-left:5px solid var(--primary-green);background:var(--light-green);color:var(--primary-green);font-size:1.3rem;font-weight:600;line-height:1.6}.welcome-goal{max-width:790px;color:var(--primary-green)!important;font-size:1.3rem!important;font-weight:700}.welcome-methods .contact-button{display:inline-block;margin-top:1rem}.welcome-certification{padding:5rem 0;background:var(--white)}.certification-content{max-width:900px;text-align:center}.certification-content h2{margin-bottom:1.25rem;font-size:clamp(1.8rem,3vw,2.45rem)}.certification-content>p{max-width:720px;margin:0 auto;color:var(--text-medium);font-size:1.125rem}.certification-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:3rem;margin-top:2.5rem}.certification-logos a{display:flex;align-items:center;justify-content:center;min-height:90px}.certification-logos img{display:block;max-width:min(280px,72vw);max-height:90px;width:auto;height:auto;object-fit:contain}.certification-logos a:last-child img{max-width:min(190px,55vw)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{position:relative;background:linear-gradient(135deg,#fff,#f0f7f3);padding:2rem;min-height:500px}.hero-section:before{content:"";position:absolute;inset:0;background-image:url(/wedding-photo.jpg);background-size:cover;background-position:center;opacity:.15;z-index:0}.hero-header{position:relative;z-index:1;display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.hero-header .logo{max-height:120px;width:auto}.hero-header .wedding-photo{max-height:200px;width:auto;border-radius:12px;box-shadow:0 10px 30px #0000001a}.hero-content-full{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;text-align:left}.hero-title{font-size:3rem;color:#2d5f3f;margin-bottom:1rem;line-height:1.2;font-weight:700}.hero-subtitle{font-size:2rem;color:#4a8060;font-weight:500;line-height:1.4;margin-bottom:2rem}.hero-text{font-size:1.25rem;line-height:1.8;color:#333;margin-bottom:1.5rem}.intro-section{padding:4rem 0;background:#fff}.intro-text{font-size:1.25rem;line-height:1.8;color:#333;margin-bottom:2rem;text-align:center}.intro-highlight{font-size:1.2rem;line-height:1.7;color:#4a8060;font-weight:500;text-align:center;padding:2rem;background:#f0f7f3;border-radius:8px}.content-section{padding:2rem 0;background:#fafafa}.content-section h2{font-size:2.5rem;color:#2d5f3f;margin-bottom:2rem;text-align:center}.content-section p{font-size:1.125rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.highlight-text{background:#fff;padding:1.5rem;border-left:4px solid #4a8060;margin:2rem 0;font-weight:500}.approach-section{padding:3rem 0;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-top:3px solid #4a8060;border-bottom:3px solid #4a8060;box-shadow:0 4px 20px #4a80601a}.approach-section h2{font-size:2.5rem;color:#2d5f3f;margin-bottom:2rem;text-align:center}.approach-section p{font-size:1.125rem;line-height:1.8;color:#555;margin-bottom:2rem;text-align:center}.approach-highlight{margin:3rem 0}.grundidee{font-size:1.3rem;line-height:1.8;color:#333;font-weight:600}.grundidee strong{color:#2d5f3f;display:block;margin-bottom:1rem;font-size:1.5rem}.coaching-section{padding:2rem 0;background:#fafafa}.coaching-section h2{font-size:2.5rem;color:#2d5f3f;margin-bottom:2rem;text-align:center}.coaching-section p{font-size:1.125rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.coaching-benefit{font-weight:500;color:#4a8060;text-align:center;margin:2rem 0}.coaching-details{margin-top:3rem}.coaching-details h3{font-size:1.75rem;color:#2d5f3f;margin-bottom:2rem;text-align:center}.coaching-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.step{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.step:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.step h4{font-size:1.25rem;color:#4a8060;margin-bottom:1rem}.step p{font-size:1rem;line-height:1.6;color:#666;margin:0}.quote-section{padding:2rem 0;background:#fff}.philosophy-quote{text-align:center;margin:0 auto;max-width:800px}.quote-text{font-size:1.5rem;line-height:1.8;color:#333;font-style:italic;font-weight:600;margin-bottom:1rem}.quote-author{font-size:1rem;color:#666;font-style:normal;display:block;margin-top:1rem}.result-section{padding:2rem 0;background:linear-gradient(135deg,#f0f7f3,#fff)}.result-section h2{font-size:2.5rem;color:#2d5f3f;margin-bottom:3rem;text-align:center}.results{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.result-item{font-size:1.25rem;line-height:1.6;color:#333;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;text-align:center;position:relative;padding:1.5rem 1.5rem 1.5rem 3rem}.result-item:before{content:"✓";position:absolute;left:1rem;color:#4a8060;font-size:1.5rem;font-weight:700}.result-tagline{font-size:1.5rem;color:#4a8060;font-weight:500;text-align:center;margin-top:2rem;font-style:italic}.contact-section{padding:4rem 0;background:#fff;border-top:1px solid #e0e0e0}.contact-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.contact-photo{max-width:400px;width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0000001a}.contact-text{font-size:1.5rem;color:#2d5f3f;text-align:center;font-weight:500;margin-bottom:2rem}.contact-button{display:inline-block;background:#4a8060;color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-size:1.125rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 12px #4a806033}.contact-button:hover{background:#2d5f3f;transform:translateY(-2px);box-shadow:0 6px 20px #4a80604d}.contact-section h2{font-size:2.5rem;color:#2d5f3f;margin-bottom:2rem;text-align:center}.contact-intro{font-size:1.125rem;line-height:1.8;color:#555;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-info{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem}.contact-item{display:flex;align-items:center;gap:1rem;font-size:1.25rem}.contact-icon{font-size:1.5rem}.contact-item a{color:#4a8060;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#2d5f3f;text-decoration:underline}.social-links{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#f0f7f3;color:#4a8060;transition:all .3s ease}.social-link svg{width:24px;height:24px}@media (max-width: 768px){.team-introduction{grid-template-columns:1fr}.team-photo{width:min(100%,420px);margin:0 auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-section{padding:2rem 1rem;flex-direction:column}.content-section h2,.approach-section h2,.coaching-section h2,.updates-section h2,.result-section h2{font-size:1.875rem}.coaching-steps{grid-template-columns:1fr}.result-tagline{font-size:1.25rem}}.contact-page{padding:4rem 0;min-height:calc(100vh - 200px);background:#fff}.contact-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-page h1{font-size:3rem;color:#2d5f3f;margin-bottom:2rem;text-align:center;position:relative;padding-bottom:1rem}.contact-page h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#4a8060}.contact-intro{max-width:700px;margin:0 auto 3rem;text-align:center}.contact-intro h2{font-size:2rem;color:#2d5f3f;margin-bottom:1rem}.contact-intro p{font-size:1.25rem;line-height:1.8;color:#555}.team-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-bottom:3rem}.team-member{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014;text-align:center}.team-member h3{font-size:1.5rem;color:#2d5f3f;margin-bottom:.5rem}.team-role{color:#4a8060;font-weight:500;margin-bottom:1.5rem}.member-contact p{margin:.5rem 0;color:#555}.member-contact a{color:#4a8060;text-decoration:none;transition:color .3s ease}.member-contact a:hover{color:#2d5f3f;text-decoration:underline}.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.contact-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001f}.contact-card .contact-icon{font-size:3rem;margin-bottom:1rem}.contact-card h3{font-size:1.5rem;color:#2d5f3f;margin-bottom:1rem}.contact-card a{font-size:1.125rem;color:#4a8060;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-card a:hover{color:#2d5f3f;text-decoration:underline}.contact-card p{margin:.5rem 0;color:#666;line-height:1.6}.contact-hint{font-size:.9rem;color:#888;font-style:italic;margin-top:.5rem}.social-section{text-align:center;padding:3rem 0;border-top:1px solid #e0e0e0}.social-section h2{font-size:2rem;color:#2d5f3f;margin-bottom:2rem}.social-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.social-link{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#fff;border-radius:12px;min-width:120px;color:#4a8060;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.social-link:hover{background:#4a8060;color:#fff;transform:translateY(-4px);box-shadow:0 8px 20px #4a80604d}.social-link svg{width:32px;height:32px}.social-link span{font-weight:500;font-size:1rem}.contact-cta{background:#f0f7f3;padding:3rem;border-radius:12px;text-align:center;margin-top:4rem}.contact-cta h2{font-size:2rem;color:#2d5f3f;margin-bottom:1rem}.contact-cta p{font-size:1.125rem;color:#555;line-height:1.8;max-width:600px;margin:0 auto}@media (max-width: 768px){.contact-page h1{font-size:2rem}.contact-cards{grid-template-columns:1fr}.social-links{flex-direction:column;align-items:center}.social-link{width:200px}}.source-note{font-style:italic;font-size:.9rem;color:#777;margin-top:1rem}.legal-page{padding:4rem 0;min-height:calc(100vh - 200px);background:#fff}.legal-page .container{max-width:800px;margin:0 auto;padding:0 2rem}.legal-page h1{font-size:2.5rem;color:#2d5f3f;margin-bottom:3rem;text-align:center;position:relative;padding-bottom:1rem}.legal-page h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:#4a8060}.legal-section{margin-bottom:3rem}.legal-section h2{font-size:1.75rem;color:#2d5f3f;margin-bottom:1.5rem;margin-top:2rem}.legal-section h3{font-size:1.25rem;color:#4a8060;margin-bottom:1rem;margin-top:1.5rem}.legal-section p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1rem}.legal-section ul{margin:1rem 0;padding-left:2rem}.legal-section li{font-size:1rem;line-height:1.8;color:#555;margin-bottom:.5rem}.legal-section strong{color:#333;font-weight:600}.important-notice{background:#f0f7f3;border:2px solid #4a8060;border-radius:8px;padding:1.5rem;margin:2rem 0}.important-notice p{font-weight:500;text-transform:uppercase;font-size:.9rem;line-height:1.6}@media (max-width: 768px){.legal-page{padding:2rem 0}.legal-page h1{font-size:2rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.125rem}}.perspective-page{min-height:100vh;background:var(--white)}.perspective-hero{padding:5.5rem 0;background:linear-gradient(135deg,#f8fbf9,#e6f2ea)}.separation-hero{background:linear-gradient(135deg,#fff,#eef7f1)}.perspective-hero-content{max-width:950px}.perspective-hero h1{max-width:860px;margin-bottom:1.5rem;font-size:clamp(2.35rem,5vw,4rem);line-height:1.13}.perspective-hero-content>p:last-child{max-width:800px;color:var(--text-medium);font-size:clamp(1.18rem,2vw,1.45rem)}.perspective-section{padding:5rem 0}.narrow-content{max-width:900px}.narrow-content h2{margin:3rem 0 1.25rem;font-size:clamp(1.8rem,3vw,2.45rem)}.narrow-content p{margin-bottom:1.35rem;color:var(--text-medium);font-size:1.125rem}.question-callout{margin:2.4rem 0;padding:2rem 2.25rem;border-left:5px solid var(--primary-green);background:var(--light-green);color:var(--primary-green);font-size:1.25rem;line-height:1.7}.focus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:2.5rem}.focus-card{padding:2rem;background:#f8fbf9;border-top:4px solid var(--secondary-green);box-shadow:0 8px 24px #2d5f3f12}.focus-card h3{margin-bottom:.8rem;font-size:1.35rem}.focus-card p{color:var(--text-medium);line-height:1.75}.tone-section{background:var(--light-green)}.separation-image-section{width:min(100% - 4rem,1080px);margin:0 auto;overflow:hidden;background:var(--light-green);box-shadow:0 14px 34px #2d5f3f21}.separation-image-section img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;object-position:center}.emphasis-copy{color:var(--primary-green)!important;font-size:1.25rem!important;font-weight:700}.reframing-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin:2.25rem 0}.reframing-list article{padding:2rem;background:var(--white);box-shadow:0 8px 24px #2d5f3f14}.reframing-list .position{margin-bottom:1rem;color:var(--primary-green);font-weight:700}.reframing-list .reframe{margin:0;color:var(--text-dark);font-size:1.1rem}.closing-section{text-align:center;background:linear-gradient(135deg,#fff,#f0f7f3)}.closing-section .narrow-content{max-width:800px}.closing-line{margin-bottom:.45rem!important;color:var(--primary-green)!important;font-size:1.35rem!important;font-weight:700}.closing-conclusion{margin:2rem auto!important;color:var(--text-dark)!important;font-size:1.25rem!important;font-weight:600}.contact-button{display:inline-block;margin-top:.8rem;padding:.9rem 1.6rem;border-radius:8px;background:var(--secondary-green);color:var(--white);font-weight:700}.contact-button:hover{background:var(--primary-green);opacity:1;transform:translateY(-2px);box-shadow:0 6px 16px #2d5f3f33}@media (max-width: 768px){.perspective-hero,.welcome-hero{padding:4rem 0}.perspective-section,.welcome-section,.welcome-methods{padding:3.5rem 0}.focus-grid,.perspective-cards,.reframing-list{grid-template-columns:1fr}.question-callout,.welcome-statement{padding:1.5rem}.separation-image-section{width:min(100% - 2rem,1080px)}}#root{min-height:100vh;display:flex;flex-direction:column}
