.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section{position:relative;padding:5rem 0;background:var(--gradient-hero);overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.1)}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:10}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-content{text-align:center;display:flex;flex-direction:column;gap:2rem}@media (min-width:1024px){.hero-content{text-align:left}}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:3rem;font-weight:700;color:hsl(var(--primary-foreground));line-height:1.1}@media (min-width:1024px){.hero-title{font-size:4.5rem}}.hero-subtitle-wrapper{position:relative;display:inline-block}.hero-subtitle{font-size:1.5rem;font-weight:600;color:hsl(var(--primary-foreground)/.9)}@media (min-width:1024px){.hero-subtitle{font-size:1.875rem}}.hero-underline{position:absolute;bottom:-.5rem;left:0;width:8rem;height:.25rem;background:var(--gradient-secondary);border-radius:9999px}.hero-description{display:flex;flex-direction:column;gap:1.5rem;max-width:32rem}.hero-desc-primary{font-size:1.25rem;color:hsl(var(--primary-foreground)/.9);line-height:1.6;font-weight:500}.hero-desc-secondary{font-size:1.125rem;color:hsl(var(--primary-foreground)/.8);line-height:1.6}.hero-achievements{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}@media (min-width:640px){.hero-achievements{flex-direction:row;gap:1rem}}.achievement-item{display:flex;align-items:center;gap:.5rem;color:hsl(var(--primary-foreground)/.8)}.achievement-dot{width:.75rem;height:.75rem;background:var(--gradient-secondary);border-radius:50%}.achievement-text{font-size:.875rem;font-weight:500}.hero-image-container{display:flex;justify-content:center}@media (min-width:1024px){.hero-image-container{justify-content:flex-end}}.hero-image-wrapper{position:relative;transition:var(--transition-smooth)}.hero-image-wrapper:hover .hero-image-bg{opacity:.3}.hero-image-bg{position:absolute;inset:0;background:var(--gradient-secondary);border-radius:1.5rem;filter:blur(3rem);opacity:.2;transform:scale(1.05);transition:var(--transition-smooth)}.hero-image-card{position:relative;background:hsl(var(--primary-foreground)/.1);backdrop-filter:blur(16px);border-radius:1.5rem;padding:2rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid hsl(var(--primary-foreground)/.2)}.hero-image{position:relative;z-index:10;width:100%;max-width:24rem;height:auto;object-fit:cover;border-radius:1rem;box-shadow:var(--shadow-primary)}.story-section{padding:5rem 0;background:var(--gradient-accent)}.story-content{max-width:64rem;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1.5rem}@media (min-width:1024px){.section-title{font-size:3rem}}.section-subtitle{font-size:1.25rem;color:hsl(var(--muted-foreground));line-height:1.6}.philosophy-subtitle{max-width:48rem;margin:0 auto}.story-card{padding:2rem;box-shadow:var(--shadow-card);border-radius:1rem;background:hsl(var(--card)/.8);backdrop-filter:blur(16px);margin-bottom:4rem}@media (min-width:1024px){.story-card{padding:3rem}}.story-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:1024px){.story-grid{grid-template-columns:1fr 1fr}}.story-image-container{position:relative;transition:var(--transition-smooth)}.story-image-container:hover .story-image-bg{opacity:.7}.story-image-container:hover .story-image{transform:scale(1.05)}.story-image-bg{position:absolute;inset:0;background:var(--gradient-secondary);opacity:.5;border-radius:1rem;filter:blur(2rem);transition:var(--transition-smooth)}.story-image{position:relative;z-index:10;width:100%;height:20rem;object-fit:cover;border-radius:1rem;box-shadow:var(--shadow-secondary);border:2px solid hsl(var(--primary)/.1);transition:var(--transition-smooth)}.story-text{display:flex;flex-direction:column;gap:1.5rem}.story-title{font-size:1.875rem;font-weight:700;color:hsl(var(--foreground))}.story-paragraph{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.6}.stats-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-card{padding:2rem;text-align:center;box-shadow:var(--shadow-card);border-radius:1rem;background:hsl(var(--card)/.6);backdrop-filter:blur(16px);transition:var(--transition-smooth)}.stat-card:hover{box-shadow:var(--shadow-primary);transform:translateY(-4px)}.stat-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.stat-icon-primary{background:var(--gradient-hero)}.stat-icon-secondary{background:var(--gradient-secondary)}.stat-number{font-size:1.5rem;font-weight:700;color:hsl(var(--primary-foreground))}.stat-title{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}.stat-description{color:hsl(var(--muted-foreground))}.philosophy-section{padding:5rem 0;background:hsl(var(--background))}.philosophy-content{max-width:72rem;margin:0 auto}.philosophy-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width:1024px){.philosophy-grid{grid-template-columns:repeat(3,1fr)}}.philosophy-card{padding:2rem;text-align:center;box-shadow:var(--shadow-card);border-radius:1rem;transition:var(--transition-bounce)}.philosophy-card:hover{box-shadow:var(--shadow-secondary);transform:scale(1.05)}.philosophy-card-eat{background:var(--gradient-accent)}.philosophy-card-move{background:var(--gradient-secondary)}.philosophy-card-think{background:var(--gradient-accent)}.philosophy-icon{width:5rem;height:5rem;background:var(--gradient-hero);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.philosophy-emoji{font-size:1.875rem}.philosophy-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--accent-foreground))}.philosophy-card-move .philosophy-title{color:hsl(var(--secondary-foreground))}.philosophy-description{line-height:1.6;color:hsl(var(--accent-foreground)/.8)}.philosophy-card-move .philosophy-description{color:hsl(var(--secondary-foreground)/.8)}.secret-solution-card{padding:3rem;box-shadow:var(--shadow-card);border-radius:1rem;background:var(--gradient-hero);text-align:center}.secret-title{font-size:1.875rem;font-weight:700;color:hsl(var(--primary-foreground));margin-bottom:1.5rem}@media (min-width:1024px){.secret-title{font-size:2.25rem}}.secret-description-primary{font-size:1.25rem;color:hsl(var(--primary-foreground)/.9);line-height:1.6;margin-bottom:2rem;max-width:64rem;margin-left:auto;margin-right:auto}.secret-description-secondary{font-size:1.125rem;color:hsl(var(--primary-foreground)/.8);max-width:48rem;margin:0 auto}.contact-section{padding:5rem 0;background:var(--gradient-accent)}.contact-content{max-width:64rem;margin:0 auto}.contact-card{padding:2rem;box-shadow:var(--shadow-card);border-radius:1rem;background:hsl(var(--card)/.8);backdrop-filter:blur(16px);margin-bottom:3rem}@media (min-width:1024px){.contact-card{padding:3rem}}.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width:768px){.contact-grid{grid-template-columns:1fr auto}}.contact-title{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}.contact-text{color:hsl(var(--muted-foreground));margin-bottom:1.5rem;line-height:1.6}.contact-links{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem}.contact-emoji{color:hsl(var(--primary))}.contact-link{color:hsl(var(--foreground));text-decoration:none;font-weight:500;transition:var(--transition-smooth)}.contact-link:hover{color:hsl(var(--primary))}.contact-actions{text-align:center}@media (min-width:768px){.contact-actions{text-align:right}}.books-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:var(--transition-smooth);padding:.75rem 2rem;border:1px solid hsl(var(--foreground)/.2);background:hsl(var(--background));color:hsl(var(--foreground));text-decoration:none;height:2.75rem}.books-button:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.author-bio{padding:2rem;background:hsl(var(--card)/.6);backdrop-filter:blur(16px);border-radius:1rem;box-shadow:var(--shadow-card)}.bio-title{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}.bio-text{color:hsl(var(--muted-foreground));line-height:1.6}@media (max-width:768px){.container{padding:0 1rem}.hero-section,.story-section,.philosophy-section,.contact-section{padding:3rem 0}.section-title{font-size:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}}.animate-on-scroll{animation:fadeInUp .8s ease-out forwards}.animate-on-scroll{animation:none}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:inherit}