:root{--pt-cream:#fff8f0;--pt-ink:#263238;--pt-teal:#2a9d8f;--pt-mint:#dcefeb;--pt-coral:#e76f51;--pt-yellow:#f4c95d}.pt-home{background:var(--pt-cream);color:var(--pt-ink);overflow:hidden}.pt-hero{min-height:720px;position:relative;display:grid;align-items:end}.pt-hero__media{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr}.pt-hero__media img{width:100%;height:100%;object-fit:cover}.pt-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,47,43,.88) 0%,rgba(24,47,43,.56) 45%,rgba(24,47,43,.12) 100%)}.pt-hero__content{position:relative;z-index:1;max-width:760px;padding:9vw 6vw;color:#fff}.pt-kicker{display:inline-block;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--pt-coral);margin-bottom:14px}.pt-hero .pt-kicker{color:var(--pt-yellow)}.pt-hero h1{font-size:clamp(3rem,7vw,6.8rem);line-height:.92;letter-spacing:-.055em;margin:0 0 24px;max-width:760px}.pt-hero p{font-size:clamp(1rem,1.7vw,1.35rem);line-height:1.6;max-width:620px;margin:0 0 32px}.pt-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 28px;border-radius:999px;background:var(--pt-coral);color:#fff;text-decoration:none;font-weight:800;letter-spacing:.03em;box-shadow:0 10px 30px rgba(231,111,81,.28);transition:transform .2s ease,box-shadow .2s ease}.pt-button:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(231,111,81,.38)}.pt-button:focus-visible,.pt-text-link:focus-visible,.pt-footer a:focus-visible{outline:3px solid var(--pt-yellow);outline-offset:4px}.pt-values{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#b9d9d2}.pt-values div{background:var(--pt-mint);padding:28px 24px;text-align:center}.pt-values strong,.pt-values span{display:block}.pt-values strong{font-size:1rem;margin-bottom:7px}.pt-values span{font-size:.88rem;opacity:.76}.pt-products{padding:90px 5vw}.pt-heading{text-align:center;max-width:760px;margin:0 auto 46px}.pt-heading h2,.pt-story h2,.pt-faq h2{font-size:clamp(2.35rem,5vw,4.8rem);line-height:.98;letter-spacing:-.045em;margin:0 0 18px}.pt-heading p{font-size:1.05rem;line-height:1.7;opacity:.78}.pt-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;max-width:1500px;margin:0 auto}.pt-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 35px rgba(38,50,56,.08);transition:transform .25s ease}.pt-card:hover{transform:translateY(-6px)}.pt-card a{color:inherit;text-decoration:none}.pt-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.pt-card__body{padding:20px}.pt-card h3{font-size:1rem;line-height:1.4;margin:0 0 8px}.pt-card span{font-weight:800;color:var(--pt-teal)}.pt-text-link{display:flex;width:max-content;margin:42px auto 0;color:var(--pt-ink);font-weight:800;text-decoration:none;border-bottom:2px solid var(--pt-coral);padding-bottom:5px}.pt-story{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;background:var(--pt-teal);color:#fff}.pt-story__media{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.pt-story__media img{width:100%;height:100%;object-fit:cover}.pt-story__content{padding:8vw 6vw}.pt-story__content .pt-kicker{color:var(--pt-yellow)}.pt-story__content p{font-size:1.08rem;line-height:1.75;margin:0 0 30px}.pt-button--dark{background:var(--pt-ink);box-shadow:none}.pt-faq{max-width:980px;margin:0 auto;padding:90px 5vw}.pt-faq details{border-top:1px solid #b9d9d2}.pt-faq details:last-child{border-bottom:1px solid #b9d9d2}.pt-faq summary{cursor:pointer;font-size:1.1rem;font-weight:800;padding:24px 42px 24px 0;position:relative;list-style:none}.pt-faq summary:after{content:"+";position:absolute;right:4px;font-size:1.5rem;color:var(--pt-coral)}.pt-faq details[open] summary:after{content:"−"}.pt-faq details p{padding:0 0 24px;line-height:1.7;margin:0;opacity:.78}.pt-footer{background:#1f3834;color:#fff;padding:64px 5vw 28px}.pt-footer__inner{display:grid;grid-template-columns:.8fr .7fr 1.5fr;gap:7vw;max-width:1500px;margin:auto}.pt-footer__brand img{width:min(260px,100%);height:auto;filter:brightness(0) invert(1)}.pt-footer h2{font-size:1rem;margin:0 0 18px;color:var(--pt-yellow)}.pt-footer p,.pt-footer a{font-size:.9rem;line-height:1.7;color:#fff}.pt-footer__nav ul{list-style:none;margin:0;padding:0}.pt-footer__nav li{margin:0 0 8px}.pt-footer__nav a{text-decoration:none}.pt-footer__company p{margin:0 0 10px}.pt-footer__bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.18);margin:46px auto 0;padding-top:24px;max-width:1500px;font-size:.78rem}.pt-footer__bottom div{display:flex;gap:18px;flex-wrap:wrap}.pt-footer__bottom a{font-size:.78rem}.product-information,.main-cart,.shopify-section-group-header-group{--color-background:255 248 240}.product-information{background:var(--pt-cream)}.product-information button[type=submit],.cart__checkout-button{border-radius:999px!important}.card-gallery,.product-card{border-radius:18px!important;overflow:hidden}@media(max-width:990px){.pt-product-grid{grid-template-columns:repeat(2,1fr)}.pt-story{grid-template-columns:1fr}.pt-story__media{min-height:auto}.pt-footer__inner{grid-template-columns:1fr 1fr}.pt-footer__company{grid-column:1/-1}}@media(max-width:680px){.pt-hero{min-height:760px}.pt-hero__media{grid-template-columns:1fr}.pt-hero__media img:nth-child(2){display:none}.pt-hero__content{padding:80px 24px}.pt-values{grid-template-columns:1fr 1fr}.pt-values div{padding:22px 12px}.pt-products,.pt-faq{padding:64px 18px}.pt-product-grid{gap:12px}.pt-card{border-radius:16px}.pt-card__body{padding:14px}.pt-story__media{min-height:420px}.pt-story__content{padding:64px 24px}.pt-footer{padding:50px 22px 24px}.pt-footer__inner{grid-template-columns:1fr}.pt-footer__company{grid-column:auto}.pt-footer__bottom{display:block}.pt-footer__bottom div{margin-top:14px}}
