@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--gold: #c9a84c;--gold-light: #e8d48b;--warm-bg: #faf6ef;--warm-card: #fff;--text-dark: #2c2418;--text-muted: #6b5e4f;--border: rgba(201, 168, 76, .2);--shadow: 0 4px 24px rgba(44, 36, 24, .08);--radius: 1rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:var(--warm-bg);color:var(--text-dark);line-height:1.7;-webkit-font-smoothing:antialiased}#root{min-height:100vh}.nav{position:sticky;top:0;z-index:100;background:#faf6efeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 2rem}.nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700;color:var(--gold);text-decoration:none}.nav-links{display:flex;gap:1.5rem;list-style:none}.nav-links a{text-decoration:none;color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--gold)}.hero{text-align:center;padding:6rem 2rem 4rem;max-width:800px;margin:0 auto}.hero-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block}.hero h1{font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:700;line-height:1.2;margin-bottom:1.25rem;color:var(--text-dark)}.hero h1 span{color:var(--gold)}.hero p{font-size:1.15rem;color:var(--text-muted);max-width:600px;margin:0 auto;font-weight:300}.section{max-width:1100px;margin:0 auto;padding:4rem 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:600;margin-bottom:.5rem}.section-header p{color:var(--text-muted);font-size:1.05rem;max-width:550px;margin:0 auto}.section-divider{width:60px;height:3px;background:var(--gold);border-radius:2px;margin:1rem auto 0}.principles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.principle-card{background:var(--warm-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);transition:transform .25s,box-shadow .25s}.principle-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #2c24181f}.principle-icon{font-size:2rem;margin-bottom:1rem;display:block}.principle-card h3{font-family:Playfair Display,serif;font-size:1.2rem;margin-bottom:.6rem;font-weight:600}.principle-card p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.tip-item{display:flex;gap:1rem;align-items:flex-start;background:var(--warm-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.tip-number{flex-shrink:0;width:36px;height:36px;background:var(--gold);color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:600;font-size:.85rem}.tip-text h4{font-size:1rem;font-weight:600;margin-bottom:.25rem}.tip-text p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.quotes-section{background:linear-gradient(135deg,#2c2418,#3d3225);padding:4rem 2rem;margin:2rem 0}.quotes-inner{max-width:1100px;margin:0 auto}.quotes-inner .section-header h2{color:var(--gold-light)}.quotes-inner .section-header p{color:#ffffff8c}.quotes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.quote-card{background:#ffffff0d;border:1px solid rgba(201,168,76,.15);border-radius:var(--radius);padding:2rem;position:relative}.quote-card:before{content:"“";font-family:Playfair Display,serif;font-size:4rem;color:var(--gold);opacity:.4;position:absolute;top:.5rem;left:1.25rem;line-height:1}.quote-card p{color:#ffffffd9;font-size:1.05rem;font-style:italic;line-height:1.7;margin-bottom:1rem;padding-top:1.5rem}.quote-card cite{color:var(--gold-light);font-size:.9rem;font-style:normal;font-weight:500}.story-card{background:var(--warm-card);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow);max-width:750px;margin:0 auto;text-align:center}.story-card .story-icon{font-size:2.5rem;margin-bottom:1rem}.story-card h3{font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:1rem}.story-card p{color:var(--text-muted);font-size:1rem;line-height:1.8}.footer{text-align:center;padding:3rem 2rem;border-top:1px solid var(--border);margin-top:2rem}.footer p{color:var(--text-muted);font-size:.9rem}.footer .heart{color:#c94c4c}@media(max-width:640px){.nav-links{gap:1rem}.nav-links a{font-size:.8rem}.hero{padding:4rem 1.5rem 3rem}.section{padding:3rem 1.5rem}}
