@font-face{font-family:Earth;src:url(/fonts/Earth.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Earth;src:url(/fonts/Earth-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Ogg;src:url(/fonts/OTF-Mac/Ogg-Regular-Trial.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ogg;src:url(/fonts/OTF-Mac/Ogg-Bold-Trial.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Kyoto;src:url("/fonts/PP Kyoto - Font of the Year/otf/PPKyoto-Regular.otf")format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Kyoto;src:url("/fonts/PP Kyoto - Font of the Year/otf/PPKyoto-RegularItalic.otf")format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Kyoto;src:url("/fonts/PP Kyoto - Font of the Year/otf/PPKyoto-Bold.otf")format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Kyoto;src:url("/fonts/PP Kyoto - Font of the Year/otf/PPKyoto-BoldItalic.otf")format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Kyoto;src:url("/fonts/PP Kyoto - Font of the Year/otf/PPKyoto-Light.otf")format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Kyoto;src:url("/fonts/PP Kyoto - Font of the Year/otf/PPKyoto-LightItalic.otf")format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Kyoto;src:url("/fonts/PP Kyoto - Font of the Year/otf/PPKyoto-Extrabold.otf")format("opentype");font-weight:800;font-style:normal;font-display:swap}:root{--background:#fdfaf0;--foreground:#0c0c0c;--accent:#1a1a1a;--text-dim:#666;--border:#0000001a;--font-serif:"Earth",serif;--font-accent:"Ogg",serif;--font-kyoto:"Kyoto",serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;--radius:8px;--radius-lg:16px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-sans);letter-spacing:-.02em;font-weight:400}.serif{font-family:var(--font-serif);letter-spacing:-.02em;font-weight:400}.font-accent{font-family:var(--font-accent)!important}.font-kyoto{font-family:var(--font-kyoto)!important;text-transform:none!important}.font-light{font-weight:300!important}.font-extrabold{font-weight:800!important}.cursive{font-style:italic!important}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);background:0 0;border:none;font-size:.95rem;font-weight:700}.container{max-width:1440px;margin:0 auto;padding:0 1rem}.text-reveal{overflow:hidden}.text-reveal span{transition:transform .8s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translateY(100%)}.text-reveal.active span{transform:translateY(0)}.high-contrast{text-transform:uppercase;font-size:clamp(3rem,10vw,8rem);line-height:1}.divider{background-color:var(--border);width:100%;height:1px;margin:2rem 0}.hero-mockup-container{z-index:1;transform-origin:0;width:180%;height:900px;margin-right:-80%;position:relative}@media (max-width:1440px){.hero-mockup-container{height:700px}}@media (max-width:1024px){.hero-mockup-container{width:140%;height:500px;margin-left:0;margin-right:-20%}}@media (max-width:640px){.hero-mockup-container{width:160%;height:400px;margin-right:-30%}}.hero-section{align-items:center;min-height:90vh;padding-top:6rem;display:flex}.hero-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;width:100%;display:grid}.hero-text-content{text-align:left}.nav{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background-color:#fdfaf0cc;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:1.5rem 2rem;display:grid;position:fixed;top:0;left:0}.nav button{border-radius:var(--radius)}.nav-brand{font-family:var(--font-kyoto);letter-spacing:-.05em;color:inherit;font-size:1.5rem;font-weight:800;text-decoration:none}.nav-links{letter-spacing:.1em;gap:2rem;font-size:.9rem;display:flex}.btn-primary{background-color:var(--foreground);color:var(--background);letter-spacing:.1em;border-radius:var(--radius);font-size:.9rem;font-family:var(--font-sans);padding:1rem 2rem;font-weight:600;transition:all .3s}.btn-primary:hover{opacity:.8;transform:translateY(-2px)}.sticky-text{position:sticky;top:20%}.feature-grid{grid-template-columns:repeat(12,1fr);gap:2rem;margin:8rem 0;display:grid}.feature-item{grid-column:span 6}.feature-item h3{margin-bottom:1rem;font-size:2.5rem}.feature-item p{color:var(--text-dim);font-size:1.1rem;line-height:1.6}@media (max-width:1024px){.hero-grid{text-align:center;grid-template-columns:1fr;gap:4rem}.hero-text-content{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-text-content .divider{margin:0 auto 2rem!important}}@media (max-width:768px){.feature-item{grid-column:span 12}.nav{grid-template-columns:1fr auto;padding:1rem}.nav-links{display:none!important}.nav-brand{font-size:1.2rem}.nav .btn-primary{padding:.75rem 1rem;font-size:.8rem}.nav-login{display:none}.nav-actions{gap:.5rem!important}.container{padding:0 1rem}.high-contrast{font-size:clamp(2rem,8vw,4rem)}.hero-section{padding-bottom:2rem;min-height:auto!important;padding-top:80px!important}.hero-section-mobile{grid-template-columns:unset!important;flex-direction:column!important;display:flex!important}.hero-left-mobile{order:1;padding:1rem!important}.hero-right-mobile{order:2;margin-top:2rem;width:100%!important;height:400px!important;top:unset!important;position:relative!important}.section-grid-mobile{flex-direction:column!important;gap:2rem!important;display:flex!important}.section-grid-mobile>div{width:100%!important}.mockup-container-mobile{width:100%!important;height:300px!important;position:relative!important}.visual-break-mobile{flex-direction:column!important;gap:1rem!important;height:auto!important;display:flex!important}.visual-break-mobile>div{height:200px!important;position:relative!important}.footer-mobile{text-align:center!important;flex-direction:column!important;gap:2rem!important}.footer-links-mobile{justify-content:center!important}.feature-row{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.feature-row>div:last-child{align-self:flex-end}.text-2xl-mobile{font-size:1.5rem!important}.text-xl-mobile{font-size:1.25rem!important}section[id=contact]{margin:6rem 0!important}section[id=contact] .btn-primary{width:100%;max-width:300px;padding:1rem 2rem!important}section[id=features]{margin:6rem 0!important}section[id=features] h2{margin-bottom:2rem!important;font-size:clamp(2rem,8vw,4rem)!important}.stats-grid-mobile{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.stat-border-mobile{border-left:none!important}.stats-grid-mobile>div:nth-child(odd){border-right:1px solid var(--border)}.stats-grid-mobile>div:first-child,.stats-grid-mobile>div:nth-child(2){border-bottom:1px solid var(--border)}.advocacy-section-mobile{margin:6rem 0!important;padding:3rem 1.5rem!important}.feature-peek-grid{gap:2rem!important;margin-left:0!important}.cta-section-mobile{margin:4rem 0!important;padding:3rem 1.5rem!important}.message-bubble-mobile{padding:1.25rem 1.5rem!important}.message-bubble-mobile p{font-size:1rem!important}.mockup-container-mobile>div{width:100%!important;position:relative!important;top:0!important;left:0!important;right:0!important}.seminar-card-mobile{max-width:100%!important}.divider-mobile{margin:4rem 0!important}section{margin-left:0!important;margin-right:0!important}.hero-right-mobile>div>div{width:90%!important;left:5%!important}.relationships-mockup{min-height:300px;height:auto!important}.seminars-mockup{min-height:400px;height:auto!important}section[id=relationships],section[id=seminars]{margin:4rem 0!important}main.container>section{margin-top:4rem!important;margin-bottom:4rem!important}}@media (max-width:480px){.hero-section{padding-top:70px!important}.hero-left-mobile h1{font-size:2rem!important}.hero-left-mobile p{font-size:1.1rem!important}.hero-right-mobile{height:300px!important}.mockup-container-mobile{height:auto!important;min-height:250px!important}.stats-grid-mobile{grid-template-columns:1fr!important}.stats-grid-mobile>div{border-left:none!important;border-right:none!important;border-bottom:1px solid var(--border)!important}.stats-grid-mobile>div:last-child{border-bottom:none!important}.cta-section-mobile a{justify-content:center!important;width:100%!important}}
