.app{width:100%;overflow-x:hidden}.hero{background:var(--color-bg-light);align-items:center;min-height:100vh;padding:140px 40px 80px;display:flex;position:relative;overflow:hidden}.hero-inner{max-width:var(--max-width);align-items:center;gap:60px;width:100%;margin:0 auto;display:flex}.hero-text{flex:1;min-width:0}.hero-badge{color:var(--leafy-green);letter-spacing:.3px;background:#b0e67314;border:1px solid #17332e1f;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 18px;font-size:13px;font-weight:500;display:inline-flex}.hero-badge-dot{background:var(--citrus-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.hero-headline{letter-spacing:-2px;color:var(--leafy-green);margin-bottom:24px;font-size:clamp(40px,5.5vw,70px);font-weight:800;line-height:1.08}.hero-headline-accent{background:linear-gradient(135deg, #4a8c2a, var(--citrus-green), #3ab577, var(--citrus-green), #4a8c2a);-webkit-text-fill-color:transparent;background-position:100%;background-size:300% 100%;-webkit-background-clip:text;background-clip:text;animation:1.8s ease-out .2s both hero-headline-gradient}@keyframes hero-headline-gradient{0%{background-position:100%}to{background-position:0%}}@media (prefers-reduced-motion:reduce){.hero-headline-accent{background-position:0%;animation:none}}.hero-body{color:#17332e8c;max-width:480px;margin-bottom:36px;font-size:17px;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.hero-btn-primary{background:var(--leafy-green);color:#fff;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 1px 3px #17332e26,0 4px 16px #17332e1a}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 20px #17332e40}.hero-btn-arrow{transition:transform .2s}.hero-btn-primary:hover .hero-btn-arrow{transform:translate(2px)}.hero-btn-secondary{color:var(--leafy-green);border:1px solid var(--light-border);background:0 0;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:500;transition:all .2s;display:inline-flex}.hero-btn-secondary:hover{background:#17332e08;border-color:#17332e26}.hero-images{flex:1;align-items:flex-start;gap:24px;min-width:0;max-width:520px;margin-right:-60px;display:flex;position:relative}.hero-images-glow{pointer-events:none;z-index:0;filter:blur(100px);background:#b0e67373;border-radius:50%;width:550px;height:550px;position:absolute;top:-60px;right:-80px}.hero-col{z-index:1;flex-direction:column;gap:24px;display:flex;position:relative}.hero-col-1{flex:1;padding-top:60px}.hero-col-2{flex:1;padding-top:0}.hero-col-3{flex:.85;align-self:center}.hero-img{background:var(--pantry-gray);border-radius:18px;overflow:hidden;box-shadow:0 4px 24px #00000012}.hero-img img{object-fit:cover;width:100%;height:100%;display:block}.hero-col-1 .hero-img:first-child{height:200px}.hero-col-1 .hero-img:last-child{height:250px}.hero-col-2 .hero-img:first-child{height:270px}.hero-col-2 .hero-img:last-child{height:220px}.hero-col-3 .hero-img{height:260px}@media (width<=1023px){.hero-inner{text-align:center;flex-direction:column;gap:48px}.hero-text{flex-direction:column;align-items:center;display:flex}.hero-body{max-width:540px}.hero-buttons{justify-content:center}.hero-images{width:100%;max-width:100%;margin-right:-40px}}@media (width<=767px){.hero{min-height:auto;padding:110px 20px 48px}.hero-images{gap:14px;max-width:100%;margin-right:-20px}.hero-images-glow{filter:blur(70px);width:110%;height:110%;top:50%;right:50%;transform:translate(50%,-50%)}.hero-col{gap:14px}.hero-col-1{padding-top:30px}.hero-col-1 .hero-img:first-child{height:130px}.hero-col-1 .hero-img:last-child{height:160px}.hero-col-2 .hero-img:first-child{height:170px}.hero-col-2 .hero-img:last-child{height:140px}.hero-col-3 .hero-img{height:165px}}.statement{background:var(--leafy-green);padding:160px 40px}.statement-quote{max-width:var(--max-width);letter-spacing:-.025em;color:var(--color-text-on-dark);margin:0 auto;font-family:Poppins,sans-serif;font-size:clamp(2rem,4.5vw,3.75rem);font-weight:200;line-height:1.1}.statement-quote em,.statement-cite{font-family:Fraunces,Georgia,serif;font-style:italic;font-weight:300}.statement-quote em{color:#ffffff8c}.statement-cite{color:var(--citrus-green)}.statement-eyebrow,.statement-attr{max-width:var(--max-width);align-items:center;gap:16px;margin:0 auto;display:flex}.statement-eyebrow{margin-bottom:48px}.statement-attr{margin-top:48px}.statement-line{background:#ffffff80;width:40px;height:1px}.statement-label{text-transform:uppercase;letter-spacing:.12em;color:#fff9;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.statement-link{text-transform:uppercase;letter-spacing:.12em;color:var(--citrus-green);align-items:center;gap:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;text-decoration:none;transition:gap .2s,opacity .2s;display:inline-flex}.statement-link:hover{opacity:.85;gap:12px}@media (width<=767px){.statement{padding:80px 20px}.statement-eyebrow{margin-bottom:32px}.statement-attr{margin-top:32px}}.about{background:var(--color-bg-light);padding:var(--section-padding);overflow:hidden}.about-divider{background:var(--light-border);height:1px;max-width:var(--max-width);margin:0 auto 80px}.about-layout{max-width:var(--max-width);align-items:center;gap:60px;margin:0 auto;display:flex}.about-wheel{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.about-wheel img{width:100%;max-width:420px}.about-inner{flex:1;min-width:0;max-width:600px}.about-label{text-transform:uppercase;letter-spacing:2px;color:var(--citrus-green);filter:brightness(.7);margin-bottom:16px;font-size:13px;font-weight:600;display:block}.about-headline{color:var(--color-text-on-light);letter-spacing:-1px;margin-bottom:24px;font-size:clamp(30px,4vw,44px);font-weight:700;line-height:1.15}.about-intro{color:#17332e99;margin-bottom:36px;font-size:17px;line-height:1.8}.about-list{flex-direction:column;gap:16px;margin-bottom:36px;display:flex}.about-list li{color:var(--color-text-on-light);align-items:flex-start;gap:14px;font-size:16px;line-height:1.6;display:flex}.about-list li:before{content:"";background:var(--citrus-green);border-radius:2px;flex-shrink:0;width:20px;height:3px;margin-top:11px;display:inline-block}.about-closing{color:#17332e8c;font-size:15px;font-weight:400;line-height:1.7}@media (width<=1023px){.about-layout{flex-direction:column-reverse;gap:40px}.about-wheel img{max-width:280px}}@media (width<=767px){.about{padding:var(--section-padding-mobile)}.about-divider{margin-bottom:48px}.about-layout{gap:32px}.about-wheel img{max-width:150px}}.personas{padding:var(--section-padding);background:#f2f2f0}.personas-container{max-width:var(--max-width);margin:0 auto}.personas-head{grid-template-columns:1fr 2fr;align-items:end;gap:80px;margin-bottom:64px;display:grid}.personas-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#17332e8c;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:500}.personas-headline{letter-spacing:-.03em;color:var(--leafy-green);margin-top:18px;font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.05}.personas-headline em{font-family:Fraunces,Georgia,serif;font-style:italic;font-weight:300}.personas-head-right p{color:#4a5c58;max-width:580px;font-size:18px;line-height:1.55}.personas-row{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.persona{border:1px solid var(--light-border);background:#fff;border-radius:20px;padding:32px;transition:transform .2s,border-color .2s}.persona:hover{border-color:#17332e2e;transform:translateY(-2px)}.persona-accent{border-radius:2px;width:36px;height:3px;margin-bottom:24px;display:block}.persona-accent--citrus{background:var(--citrus-green)}.persona-accent--rind{background:var(--rind)}.persona-accent--zest{background:var(--zest)}.persona-accent--ice{background:var(--ice)}.persona-accent--cooler{background:var(--cooler)}.persona h4{letter-spacing:-.01em;color:var(--leafy-green);margin-bottom:12px;font-size:18px;font-weight:500}.persona p{color:#4a5c58;font-size:13px;line-height:1.55}@media (width<=1023px){.personas-head{grid-template-columns:1fr;gap:24px}.personas-row{grid-template-columns:repeat(2,1fr)}}@media (width<=767px){.personas{padding:var(--section-padding-mobile)}.personas-head{margin-bottom:40px}.personas-row{grid-template-columns:1fr}}.arch-section{background:var(--leafy-green);color:#fff;padding:140px 40px}.arch-container{max-width:var(--max-width);margin:0 auto}.arch-head{grid-template-columns:1fr 2fr;align-items:end;gap:80px;margin-bottom:64px;display:grid}.arch-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--citrus-green);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:500}.arch-headline{letter-spacing:-.03em;color:#fff;margin-top:18px;font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.05}.arch-headline em{font-family:Fraunces,Georgia,serif;font-style:italic;font-weight:300}.arch-head-right p{color:#fff9;max-width:580px;font-size:18px;line-height:1.55}.arch-link{color:var(--citrus-green);letter-spacing:.15em;text-transform:uppercase;border-bottom:1px solid #b0e6734d;align-items:center;gap:8px;margin-top:20px;padding-bottom:4px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;transition:border-color .2s,color .2s;display:inline-flex}.arch-link:hover{border-bottom-color:var(--citrus-green)}.arch-canvas{background:#0e2521;border:1px solid #ffffff14;border-radius:24px;position:relative;overflow:hidden}@media (width<=1023px){.arch-head{grid-template-columns:1fr;gap:24px}.arch-canvas{padding:32px 20px}}@media (width<=767px){.arch-section{padding:80px 20px}.arch-canvas{padding:20px 12px}}
