@font-face{font-family:Curiosa;src:url("curiosa-regular.ttf") format("truetype");font-weight:400;font-display:swap}
@font-face{font-family:Curiosa;src:url("curiosa-medium.ttf") format("truetype");font-weight:500;font-display:swap}
@font-face{font-family:Curiosa;src:url("curiosa-bold.ttf") format("truetype");font-weight:700;font-display:swap}
:root{--blue:#1982c4;--sky:#73c9ec;--ink:#050505;--soft:#f4f4f5;--pink:#e7a1b5;--yellow:#f8cf5e;--purple:#6f4aa1;--green:#8ac441;--content:1225px;--radius:52px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Curiosa,Arial,sans-serif;font-size:16px;line-height:1.4;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 40px),var(--content));margin-inline:auto}.skip{position:absolute;top:-80px;left:12px;z-index:1000;padding:10px 16px;border-radius:99px;background:#fff}.skip:focus{top:12px}.title{margin:0;font-size:48px;line-height:56px;letter-spacing:-.025em}.section-title{margin:0 0 28px;font-size:42px;line-height:56px;letter-spacing:-.02em}.lead{font-size:20px;line-height:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 16px;border:1px solid transparent;border-radius:99px;font-weight:500;line-height:24px}.btn-blue{color:#fff;background:var(--blue)}.btn-outline{color:var(--blue);border-color:var(--blue)}.btn-white{color:var(--blue);background:#fff}.btn:hover{transform:translateY(-2px)}
.page-hero{position:relative;min-height:347px;overflow:hidden;border-radius:0 0 var(--radius) var(--radius);background:var(--pink)}.page-hero.blue{background:var(--sky)}.page-hero.yellow{background:var(--yellow)}.page-hero.gray{background:var(--soft)}.page-hero.purple{color:#fff;background:var(--purple)}.site-header{position:relative;z-index:20;width:min(calc(100% - 80px),1000px);height:124px;margin:auto;padding-top:24px}.nav-shell{display:flex;align-items:center;justify-content:space-between;height:100px;padding:0 32px;border-radius:60px;color:#000;background:#fff}.brand-logo{width:130px}.nav ul{display:flex;align-items:center;gap:6px;margin:0;padding:0;list-style:none}.nav a{display:block;padding:9px 13px;border-radius:99px;font-weight:500}.nav a:hover,.nav a[aria-current=page]{background:#f1f1f1}.nav .amazon{padding-left:40px;color:#fff;background:var(--blue) url("amazon.png") 10px center/24px no-repeat}.menu-check,.menu-button,.mobile-nav{display:none}.hero-center{padding:12px 20px 56px;text-align:center}.hero-center .title{margin-top:2px}.hero-center p{max-width:760px;margin:16px auto 0;font-size:20px;line-height:28px}.hero-search{display:flex;width:min(100%,620px);height:47px;margin:34px auto 0;padding:0 17px;border:0;border-radius:99px;background:#fff;box-shadow:0 2px 9px rgba(0,0,0,.08)}.hero-search input{width:100%;border:0;outline:0;background:transparent}.hero-search button{border:0;background:transparent;font-size:25px;cursor:pointer}
.section{padding:100px 0}.section.soft{background:var(--soft)}.section.sky{background:var(--sky)}.section.rounded{border-radius:var(--radius)}.center{text-align:center}.narrow{width:min(100%,800px);margin-inline:auto}.pill{display:inline-block;padding:6px 12px;border-radius:99px;background:#ffe43c;font-size:14px;font-weight:500}.card{border-radius:24px;background:var(--soft)}
.story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.story-grid p{font-size:20px;line-height:30px}.story-visuals{position:relative;min-height:520px}.story-visuals img{position:absolute;width:66%;border-radius:28px}.story-visuals img:first-child{top:0;left:0}.story-visuals img:last-child{right:0;bottom:0}.value-grid,.why-grid,.stats-grid,.life-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.value-card{padding:34px 24px;border-radius:24px;background:#fff;text-align:center}.value-card .word{font-size:32px;font-weight:700}.value-card:nth-child(1){background:#f8cf5e}.value-card:nth-child(2){background:#73c9ec}.value-card:nth-child(3){background:#f3a5b7}.why-card{padding:30px 24px;border-radius:24px;background:#fff}.why-card img{width:54px;height:54px;margin-bottom:20px;object-fit:contain}.why-card h3{margin:0 0 8px;font-size:22px}.why-card p{margin:0}.stat{text-align:center}.stat img{width:70px;height:70px;margin:0 auto 18px}.stat h3{max-width:225px;margin:auto;font-size:22px;line-height:30px}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.person{overflow:hidden;border-radius:24px;background:var(--soft)}.person img{width:100%;aspect-ratio:1/1;object-fit:cover}.person-copy{padding:22px}.person h3{margin:0;font-size:22px}.person .role{margin:4px 0 12px;color:var(--blue);font-weight:500}.person p{margin:0}.join-band{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:54px 60px;border-radius:var(--radius);background:var(--sky)}.join-band img{width:120px}
.intro-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.intro-split img{width:100%;border-radius:28px}.intro-split p{font-size:20px;line-height:30px}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.category-card{position:relative;min-height:340px;overflow:hidden;border-radius:28px;color:#fff;background:#111}.category-card>img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.category-card:hover>img{transform:scale(1.03)}.category-card::after{position:absolute;inset:0;background:linear-gradient(transparent 30%,rgba(0,0,0,.75));content:""}.category-copy{position:absolute;z-index:1;left:28px;right:28px;bottom:26px}.category-copy h2{margin:0 0 8px;font-size:30px}.category-copy p{margin:0;max-width:460px}.product-row{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.product-card{overflow:hidden;border-radius:24px;background:var(--yellow)}.product-card:nth-child(even){background:var(--sky)}.product-card img{width:270px;height:265px;margin-left:auto;object-fit:contain}.product-card .copy{padding:16px 20px 22px}.product-card h3{margin:0 0 10px;font-size:22px}.product-card p{margin:0}.fresh-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.fresh-card{padding:18px;border-radius:24px;background:#fff}.fresh-card img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:16px;background:#f8f8f8}.fresh-card h3{font-size:20px}
.career-hero{position:relative;overflow:hidden}.career-hero::before,.career-hero::after{position:absolute;bottom:-20px;width:260px;height:260px;background:center/contain no-repeat;content:""}.career-hero::before{left:-10px;background-image:url("career-left.png")}.career-hero::after{right:-10px;background-image:url("career-right.png")}.career-hero .hero-center{position:relative;z-index:1}.life-card{padding:30px 24px;text-align:center}.life-card img{width:70px;height:70px;margin:0 auto 18px}.life-card h3{margin:0 0 8px;font-size:22px}.open-role{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 30px;border-radius:22px;background:#fff}.quotes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.quote-card{display:grid;grid-template-columns:150px 1fr;gap:24px;padding:22px;border-radius:24px;background:#fff}.quote-card img{width:150px;height:150px;border-radius:18px;object-fit:cover}.quote-card blockquote{margin:0 0 14px;font-size:18px}.quote-card strong{display:block}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.step{padding:25px 18px;border-radius:22px;background:var(--soft)}.step .num{color:var(--blue);font-size:34px;font-weight:700}.step h3{margin:12px 0 8px;font-size:20px}.step p{margin:0}
.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:50px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:30px;border-radius:28px;background:#fff}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field input,.field textarea,.field select{width:100%;padding:13px 15px;border:1px solid #d8d8d8;border-radius:12px;background:#fff}.field textarea{min-height:130px;resize:vertical}.contact-options{display:grid;gap:14px}.contact-option{padding:21px;border-radius:20px;background:#fff}.contact-option strong{display:block;color:var(--blue);font-size:18px}.faq-list{display:grid;gap:12px}.faq-list details{padding:20px 22px;border-radius:18px;background:#fff}.faq-list summary{cursor:pointer;font-size:18px;font-weight:700}.faq-list p{margin:14px 0 0}
.print-section{padding:64px 0 100px}.print-layout{display:grid;grid-template-columns:270px 1fr;gap:60px;align-items:start}.category-nav{position:sticky;top:20px}.category-nav a{display:block;padding:15px 16px;border-radius:8px;font-size:18px}.category-nav a.active{background:var(--sky);font-weight:700}.print-list h2{margin:0 0 26px;font-size:32px}.instruction{margin-bottom:10px;border-radius:18px;background:var(--soft)}.instruction summary{display:grid;grid-template-columns:146px 1fr 34px;align-items:center;gap:28px;min-height:92px;padding:0 24px 0 0;cursor:pointer;list-style:none}.instruction summary::-webkit-details-marker{display:none}.instruction summary img{width:146px;height:92px;object-fit:contain;border-radius:18px 0 0 18px;background:#fff}.instruction summary h3{margin:0;font-size:22px;line-height:30px}.instruction .arrow{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;background:var(--blue);font-size:20px}.instruction[open] .arrow{transform:rotate(90deg)}.instruction-body{padding:30px 40px 36px;border-top:1px solid #ddd;background:#fff}.instruction-body h4{margin:26px 0 8px;font-size:18px}.instruction-body ol,.instruction-body ul{padding-left:24px}.instruction-body li+li{margin-top:8px}.privacy{width:min(calc(100% - 40px),900px);margin:auto;padding:90px 0 120px}.privacy h1{font-size:48px}.privacy h2{margin-top:40px;font-size:26px}.privacy li+li{margin-top:8px}
.footer{padding:80px 0 28px}.footer-main{display:grid;grid-template-columns:225px 225px 1fr 390px;grid-template-areas:"brand brand brand brand" "quick follow . contact";column-gap:20px;row-gap:58px}.footer-brand{grid-area:brand;display:flex;align-items:center;justify-content:space-between}.footer-brand img{width:300px}.footer-brand .btn{width:172px;min-height:40px;padding-block:8px;padding-left:40px;background-image:url("amazon.png");background-repeat:no-repeat;background-position:10px center;background-size:24px}.quick{grid-area:quick}.follow{grid-area:follow}.footer-contact{grid-area:contact}.footer h3{margin:0 0 14px;color:#a5a8a8;font-size:16px}.footer h2{margin:20px 0 14px;font-size:20px}.footer ul{margin:0;padding:0;list-style:none}.footer li+li{margin-top:8px}.footer p{margin:0}.contact-actions{display:flex;gap:8px;margin-top:18px}.footer-bottom{display:flex;justify-content:space-between;margin-top:54px;padding-top:20px;border-top:1px solid #e8e8e8;color:#686868}
.modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.55)}.modal:target{display:flex}.modal-card{position:relative;width:min(100%,560px);padding:42px;border-radius:28px;background:#fff;text-align:center}.modal-card h2{margin:0 0 8px;font-size:34px}.modal-close{position:absolute;top:12px;right:14px;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--soft);font-size:24px}.store-links{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.store-links a{padding:14px;border-radius:14px;background:var(--soft);font-weight:500}
@media(max-width:900px){.nav{display:none}.menu-button{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:var(--blue);cursor:pointer}.menu-button::before{content:"☰";font-size:22px}.mobile-nav{position:absolute;top:106px;left:20px;right:20px;z-index:30;padding:12px;border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(0,0,0,.18)}.mobile-nav a{display:block;padding:12px;border-radius:12px}.menu-check:checked~.mobile-nav{display:block}.story-grid,.intro-split,.contact-grid{grid-template-columns:1fr}.value-grid,.why-grid,.stats-grid,.life-grid,.team-grid,.fresh-grid{grid-template-columns:repeat(2,1fr)}.category-grid,.quotes-grid{grid-template-columns:1fr}.process{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr 1fr;grid-template-areas:"brand brand" "quick follow" "contact contact"}.footer-contact{margin-top:34px}}
@media(max-width:600px){:root{--radius:38px}.container{width:calc(100% - 40px)}.title{font-size:40px;line-height:48px}.section-title{font-size:32px;line-height:42px}.page-hero{min-height:340px}.site-header{width:calc(100% - 40px);height:102px;padding-top:20px}.nav-shell{height:72px;padding:0 18px}.brand-logo{width:130px}.hero-center{padding-top:28px}.hero-center .title{font-size:40px}.section{padding:76px 0}.story-visuals{min-height:360px}.value-grid,.why-grid,.stats-grid,.life-grid,.team-grid,.fresh-grid,.product-row,.process{grid-template-columns:1fr}.join-band{padding:40px 28px}.join-band img{display:none}.category-card{min-height:300px}.quote-card{grid-template-columns:92px 1fr}.quote-card img{width:92px;height:92px}.contact-form{grid-template-columns:1fr;padding:22px}.field.full{grid-column:auto}.print-section{padding-top:48px}.print-layout{grid-template-columns:1fr;gap:30px}.category-nav{position:static;display:flex;gap:8px;overflow-x:auto}.category-nav a{white-space:nowrap}.instruction summary{grid-template-columns:78px 1fr 28px;gap:14px;padding-right:12px}.instruction summary img{width:78px;height:92px}.instruction summary h3{font-size:17px;line-height:23px}.instruction-body{padding:24px 20px}.footer{padding-top:68px}.footer-main{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"brand brand" "quick follow" "contact contact"}.footer-brand{display:block}.footer-brand img{width:300px}.footer-brand .btn{margin-top:22px}.quick,.follow{margin-top:48px}.footer-contact{margin-top:60px}.contact-actions{flex-wrap:wrap}.footer-bottom{flex-direction:column;gap:12px}.store-links{grid-template-columns:1fr}}
