@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&family=Great+Vibes&display=swap";:root{--brand-dark: #1a2e1a;--brand-green: #2d5a27;--brand-light: #4a7c59;--cream: #fdfaf6;--paper: #f6efe5;--accent-gold: #b8955a;--accent-gold-2: #d4b483;--text: #1c1c1a;--muted: #6b6b65}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--cream);font-family:DM Sans,sans-serif;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.btn-primary{background:var(--accent-gold);color:var(--text);padding:12px 20px;border-radius:6px;border:none;font-weight:600;cursor:pointer}.btn-ghost{background:transparent;color:var(--brand-dark);border:1px solid rgba(26,46,26,.08);padding:10px 18px;border-radius:6px}.hero-bg{min-height:100vh;width:100%;position:relative;background:var(--cream) url(/launch_poster.png) center/cover no-repeat;display:block}.hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fdfaf62e,#fdfaf614);pointer-events:none}.hero-card{max-width:1100px;width:100%;padding:3.5rem 2rem;display:grid;grid-template-columns:1fr 420px;gap:2rem;align-items:center}.launch-title{font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;color:var(--brand-dark);line-height:1.05}.launch-script{font-family:Great Vibes,cursive;font-size:clamp(1.6rem,3.5vw,2.4rem);color:var(--brand-green);margin-top:.6rem}.brand-mark{display:flex;align-items:center;gap:12px}.brand-logo-circle{width:86px;height:86px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#eaf6ea 0%,var(--brand-light) 45%);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #1a2e1a0f}.feature-row{display:flex;gap:1rem;margin-top:1.6rem}.feature-item{display:flex;gap:.6rem;align-items:center;color:var(--muted);font-size:.95rem}.feature-item svg{color:var(--brand-green)}img{display:block;max-width:100%}a{text-decoration:none}button{font-family:inherit;cursor:pointer}.desktop-nav{display:flex}.mobile-menu-btn{display:none}@media (max-width: 768px){.desktop-nav{display:none!important}.mobile-menu-btn{display:block!important}}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media (max-width: 768px){.about-grid{grid-template-columns:1fr!important;gap:3rem!important}}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.process-flow{display:flex;gap:0;align-items:stretch;overflow-x:auto;padding-bottom:1rem}@media (max-width: 768px){.process-flow{flex-direction:column!important;align-items:center}.process-step-connector{display:none}}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr!important}}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr!important;gap:2rem!important}}.section-label{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:1rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.section-subtitle{font-size:16px;font-weight:300;line-height:1.8;max-width:640px;margin:1rem auto 0;color:var(--muted)}
