.hero{background-color:var(--color-white);align-items:center;min-height:clamp(540px,80vh,760px);padding:3rem 0;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:1;background:radial-gradient(circle at 85% 15%,#e17a6e14 0%,#fff0 45%),radial-gradient(circle at 10% 90%,#48959712 0%,#fff0 40%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:2;justify-content:space-between;align-items:center;gap:4rem;display:flex;position:relative}.hero-content{flex:1;min-width:0;max-width:560px}.hero-title{color:var(--color-teal);overflow-wrap:break-word;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.hero-subtitle{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.hero-ctas{gap:1rem;display:flex}.hero-collage{flex:1;grid-template-columns:repeat(2,minmax(0,240px));justify-content:center;gap:1.5rem;min-width:0;display:grid}.hero-collage-card{background:linear-gradient(160deg, color-mix(in srgb, var(--card-color) 10%, white) 0%, var(--color-white) 100%);border:1px solid color-mix(in srgb, var(--card-color) 22%, white);box-shadow:0 12px 28px color-mix(in srgb, var(--card-color) 14%, transparent);text-align:center;border-radius:20px;flex-direction:column;align-items:center;padding:1.25rem 1rem 1.15rem;transition:transform .3s,box-shadow .3s;animation:6s ease-in-out infinite heroFloat;display:flex}.hero-collage-card:nth-child(2n){margin-top:2.25rem;margin-bottom:-2.25rem}.hero-collage-card:hover{box-shadow:0 18px 38px color-mix(in srgb, var(--card-color) 26%, transparent);animation-play-state:paused;transform:translateY(-6px)scale(1.03)}.hero-collage-img{justify-content:center;align-items:center;width:100%;height:130px;margin-bottom:.85rem;display:flex}.hero-collage-img img{object-fit:contain;filter:drop-shadow(0 8px 14px #0000001f);width:auto;max-width:100%;height:auto;max-height:100%}.hero-collage-name{font-family:var(--font-heading);color:var(--card-color);font-size:.95rem;font-weight:700;line-height:1.3}.hero-collage-tagline{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem}@keyframes heroFloat{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width:992px){.hero-container{text-align:center;flex-direction:column;padding-top:4rem;padding-bottom:4rem}.hero-content{flex-direction:column;align-items:center;width:100%;max-width:100%;display:flex}.hero-title{font-size:2.5rem}.hero-collage{width:100%;max-width:460px;margin:0 auto}}@media (max-width:480px){.hero-title{font-size:1.9rem}.hero-subtitle{font-size:1.05rem}.hero-ctas{flex-direction:column;width:100%}.hero-ctas .btn{width:100%}.hero-collage{gap:.85rem}.hero-collage-card{padding:1rem .65rem .9rem}.hero-collage-card:nth-child(2n){margin-top:1.5rem;margin-bottom:-1.5rem}.hero-collage-img{height:100px}}
.product-card{background-color:var(--color-white);border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.product-card-image{justify-content:center;align-items:center;height:250px;padding:2rem;display:flex}.product-img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.product-card:hover .product-img{transform:scale(1.05)}.product-card-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.product-name{margin-bottom:.5rem;font-size:1.25rem}.product-tagline{color:var(--color-text-muted);flex:1;margin-bottom:1.5rem;font-size:.95rem}.product-link{color:var(--color-text-main);font-weight:600;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.85rem;transition:color .3s;display:inline-flex}.product-link:hover{color:var(--color-coral)}
.trust-badges-section{background-color:var(--color-teal);color:var(--color-white);padding:4rem 0}.trust-badges-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.trust-badge{flex-direction:column;align-items:center;display:flex}.trust-badge-icon{width:64px;height:64px;color:var(--color-white);background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.trust-badge-title{color:var(--color-white);margin-bottom:.5rem;font-size:1.1rem}.trust-badge-desc{opacity:.8;font-size:.9rem}@media (max-width:768px){.trust-badges-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.trust-badges-grid{grid-template-columns:1fr}}
.impact-section{background-color:var(--color-white);border-top:1px solid #eee;padding:5rem 0}.impact-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.impact-counter-card{background-color:var(--color-white);border:1px solid #f0f0f0;border-radius:16px;padding:3rem 2rem;box-shadow:0 10px 30px #0000000f}.impact-number{color:var(--color-coral);font-size:3.5rem;font-family:var(--font-heading);margin-bottom:.5rem}.impact-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:1.1rem;font-weight:500}@media (max-width:768px){.impact-grid{grid-template-columns:1fr}}
.mission-band{background-color:var(--color-white);border-bottom:1px solid #eee;padding:4rem 0}.mission-text{max-width:800px;color:var(--color-text-muted);margin:0 auto;font-size:1.2rem;line-height:1.8}.products-section{background-color:var(--color-white);padding:5rem 0}.products-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.lifestyle-section{background-color:var(--color-white);padding:5rem 0}.lifestyle-intro{max-width:720px;color:var(--color-text-muted);margin:0 auto;font-size:1.1rem}.lifestyle-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:1.25rem;display:grid}.lifestyle-item{border-radius:18px;position:relative;overflow:hidden;box-shadow:0 6px 20px #00000014}.lifestyle-item.tall{grid-row:span 2}.lifestyle-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.lifestyle-item:hover .lifestyle-img{transform:scale(1.05)}.lifestyle-caption{color:var(--color-white);font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(#0000,#0000008c);padding:1.5rem 1rem .85rem;font-size:.9rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}.lifestyle-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}}@media (max-width:600px){.products-grid{grid-template-columns:1fr}.mission-text{font-size:1rem}.lifestyle-grid{grid-template-columns:1fr;grid-auto-rows:240px}.lifestyle-item.tall{grid-row:span 1}}
