@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root{--olive:#4f5940;--olive-deep:#343b2b;--sage:#dfe4d5;--beige:#f4eee4;--sand:#e6d7c4;--brown:#6c5140;--ink:#273027;--muted:#6f756c;--white:#fffdfa;--radius:28px;--shadow:0 18px 50px rgba(52,59,43,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.65}
body.ast-separate-container{background:var(--white)}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:"Playfair Display",serif;line-height:1.08;letter-spacing:-.03em}
h1{font-size:clamp(3rem,6vw,6.4rem)}
h2{font-size:clamp(2.35rem,4vw,4.5rem)}
h3{font-size:1.25rem;line-height:1.25}
a{color:inherit}
img{display:block;max-width:100%}
.pp-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.pp-section{padding:110px 0}
.pp-eyebrow{display:inline-block;margin-bottom:20px;color:var(--olive);font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.pp-centered{text-align:center;margin-inline:auto}
.pp-section-head{max-width:760px;margin-bottom:52px}
.pp-section-head h2{margin-bottom:0}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:9999;background:#fff;padding:12px}
.pp-header{position:sticky;top:0;z-index:100;background:rgba(255,253,250,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(79,89,64,.08)}
.pp-nav{display:flex;align-items:center;justify-content:space-between;min-height:78px}
.pp-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.28rem;text-decoration:none}
.pp-logo-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50% 50% 44% 56%;background:var(--olive);color:white;font-family:"Playfair Display",serif;font-style:italic}
.pp-menu{display:flex;align-items:center;gap:27px}.pp-menu>a{font-size:.9rem;text-decoration:none;font-weight:600}
.pp-menu>a:not(.pp-btn):hover{color:var(--olive)}
.pp-menu-toggle{display:none;border:0;background:var(--beige);border-radius:99px;padding:10px 16px;font:inherit}
.pp-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;border:0;border-radius:99px;background:var(--olive);color:#fff!important;padding:15px 24px;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .2s,background .2s}
.pp-btn:hover{transform:translateY(-2px);background:var(--olive-deep)}
.pp-btn-small{padding:11px 18px!important}.pp-btn-light{background:#fff;color:var(--olive)!important}.pp-btn-ghost{background:transparent!important;color:var(--olive)!important;border:1px solid var(--olive)}
.pp-text-link{font-weight:700;text-decoration:none;border-bottom:1px solid var(--olive);padding-bottom:3px}
.pp-hero{overflow:hidden;background:linear-gradient(110deg,var(--beige),#f8f5ef);padding:74px 0 80px}
.pp-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:65px}
.pp-hero-copy h1{margin-bottom:25px}.pp-hero-copy h1 em{color:var(--olive);font-weight:600}
.pp-hero-copy>p{max-width:610px;font-size:1.18rem;color:var(--muted)}
.pp-actions{display:flex;align-items:center;gap:24px;margin:32px 0}
.pp-trust{display:flex;flex-wrap:wrap;gap:18px;font-size:.78rem;color:var(--muted)}.pp-trust span:before{content:"✓";margin-right:6px;color:var(--olive);font-weight:700}
.pp-hero-media{position:relative}.pp-hero-media:before{content:"";position:absolute;inset:-5% -8% auto auto;width:70%;aspect-ratio:1;border-radius:50%;background:var(--sage);z-index:0}
.pp-hero-media img{position:relative;z-index:1;width:100%;aspect-ratio:1/1.05;object-fit:cover;border-radius:180px 180px 32px 32px;box-shadow:var(--shadow)}
.pp-float-card{position:absolute;z-index:2;left:-35px;bottom:48px;display:flex;flex-direction:column;background:#fff;padding:18px 22px;border-radius:18px;box-shadow:var(--shadow)}.pp-float-card strong{font-family:"Playfair Display";font-size:1.6rem;color:var(--olive)}.pp-float-card span{font-size:.8rem;color:var(--muted)}
.pp-benefits{background:#fff}.pp-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.pp-card{padding:34px;border-radius:var(--radius);background:var(--beige)}.pp-card:nth-child(2){background:var(--sage)}.pp-card:nth-child(3){background:#efe5dc}.pp-card p{margin-bottom:0;color:var(--muted)}.pp-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.7);font-size:1.5rem;margin-bottom:28px;color:var(--olive)}
.pp-zones{background:var(--olive-deep);color:#fff}.pp-zones .pp-eyebrow{color:#cbd4b8}.pp-zones-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.pp-product-visual{position:relative;padding:26px;background:#465039;border-radius:var(--radius)}.pp-product-visual img{width:100%;border-radius:18px;aspect-ratio:4/3;object-fit:cover}
.pp-marker{position:absolute;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--olive);font-weight:700;box-shadow:0 8px 20px #0002}.pp-marker-1{left:25%;top:32%}.pp-marker-2{left:51%;top:50%}.pp-marker-3{right:18%;top:32%}
.pp-zone-list article{display:grid;grid-template-columns:50px 1fr;gap:16px;padding:24px 0;border-bottom:1px solid #ffffff25}.pp-zone-list article>span{color:#cbd4b8;font-size:.8rem;font-weight:700}.pp-zone-list h3{margin-bottom:5px}.pp-zone-list p{margin:0;color:#d6dacf}
.pp-zones .pp-text-link{display:inline-block;margin-top:32px}
.pp-materials{background:var(--beige)}.pp-feature-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #cfc5b7;border-bottom:1px solid #cfc5b7}.pp-feature-row>div{padding:30px 25px;border-right:1px solid #cfc5b7}.pp-feature-row>div:last-child{border:0}.pp-feature-row strong,.pp-feature-row span{display:block}.pp-feature-row span{margin-top:8px;color:var(--muted);font-size:.9rem}
.pp-manifesto{text-align:center;max-width:980px}.pp-manifesto blockquote{font-family:"Playfair Display";font-size:clamp(2rem,4vw,4.4rem);line-height:1.2;margin:16px 0 32px}.pp-manifesto em{color:var(--olive)}.pp-manifesto p{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.pp-testimonials{background:#f6f2eb}.pp-quote{margin:0;background:#fff;padding:34px;border-radius:var(--radius)}.pp-quote blockquote{margin:0 0 24px;font-family:"Playfair Display";font-size:1.35rem;line-height:1.5}.pp-quote figcaption{color:var(--olive);font-weight:700}.pp-demo-note{margin:22px 0 0;color:var(--muted);font-size:.78rem}
.pp-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.pp-accordion details{border-bottom:1px solid #d8d5ce;padding:24px 0}.pp-accordion summary{cursor:pointer;font-weight:700;font-size:1.05rem}.pp-accordion p{color:var(--muted);padding-right:20px;margin:16px 0 0}
.pp-final-cta{padding:115px 0;text-align:center;background:var(--olive);color:#fff}.pp-final-cta .pp-shell{max-width:800px}.pp-final-cta .pp-eyebrow{color:#d9e1ca}.pp-final-cta p{max-width:620px;margin:0 auto 30px;color:#e7eadf;font-size:1.05rem}
.pp-footer{padding:70px 0 25px;background:#252b21;color:#e9ecdf}.pp-footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.pp-footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.pp-footer p{color:#aeb5a6}.pp-footer a{text-decoration:none}.pp-logo-light .pp-logo-mark{background:#e7e0d2;color:var(--olive)}.pp-copyright{margin-top:50px;padding-top:20px;border-top:1px solid #ffffff18;color:#8f9789;font-size:.8rem}
.pp-cookie{position:fixed;z-index:999;left:20px;right:20px;bottom:20px;margin:auto;max-width:850px;background:#fff;padding:22px 24px;border-radius:20px;box-shadow:0 20px 80px #0003;display:flex;align-items:center;justify-content:space-between;gap:25px}.pp-cookie[hidden]{display:none}.pp-cookie p{margin:0}.pp-cookie>div{display:flex;gap:8px}.pp-cookie .pp-btn{padding:11px 16px}
.pp-page-hero{padding:100px 0;background:var(--beige);text-align:center}.pp-page-hero h1{margin:0 auto 20px;max-width:900px}.pp-page-hero p{max-width:680px;margin:auto;color:var(--muted);font-size:1.15rem}.pp-prose{max-width:900px}.pp-prose>h2{font-size:2.5rem;margin-top:60px}.pp-prose>p,.pp-prose>ol,.pp-prose>ul{font-size:1.05rem}.pp-wide-image{width:100%;max-height:620px;object-fit:cover;border-radius:var(--radius);margin-bottom:50px}.pp-checks{display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:"✓  ";padding-left:25px}.pp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pp-steps article{padding:30px;border-radius:var(--radius);background:var(--beige)}.pp-steps span{color:var(--olive);font-weight:700}.pp-steps h2{font-size:2rem;margin:15px 0}.pp-note,.pp-legal-warning{padding:28px;border-radius:20px;background:var(--sage);margin-top:45px}.pp-legal-warning{background:#fff2cc}.pp-note p,.pp-legal-warning p{margin-bottom:0}.pp-prose blockquote{margin:45px 0;padding:35px;border-left:5px solid var(--olive);background:var(--beige);font-family:"Playfair Display";font-size:1.8rem}.pp-contact{display:grid;gap:22px}.pp-contact label{display:grid;gap:8px;font-weight:700}.pp-contact input,.pp-contact textarea{width:100%;border:1px solid #cfcfc7;border-radius:14px;background:#fff;padding:14px 16px;font:inherit}.pp-contact input:focus,.pp-contact textarea:focus{outline:3px solid #dfe4d5;border-color:var(--olive)}.pp-contact .pp-consent{display:flex;align-items:flex-start;font-weight:400}.pp-contact .pp-consent input{width:auto;margin-top:6px}.pp-contact .pp-btn{justify-self:start}.pp-alert{padding:16px;border-radius:12px;background:#ffe1dc}.pp-alert.pp-success{background:var(--sage)}
@media(max-width:960px){.pp-menu-toggle{display:block}.pp-menu{display:none;position:absolute;left:20px;right:20px;top:70px;flex-direction:column;align-items:stretch;background:#fff;padding:25px;border-radius:20px;box-shadow:var(--shadow)}.pp-menu.is-open{display:flex}.pp-hero-grid,.pp-zones-grid,.pp-faq-grid{grid-template-columns:1fr}.pp-hero-media{max-width:650px;margin:auto}.pp-feature-row{grid-template-columns:1fr 1fr}.pp-feature-row>div:nth-child(2){border-right:0}.pp-footer-grid{grid-template-columns:2fr 1fr 1fr}.pp-footer-grid>div:last-child{grid-column:2}.pp-card-grid{grid-template-columns:1fr}.pp-steps{grid-template-columns:1fr}}
@media(max-width:640px){.pp-shell{width:min(100% - 28px,1180px)}.pp-section{padding:78px 0}.pp-hero{padding-top:45px}.pp-actions{align-items:flex-start;flex-direction:column}.pp-hero-media img{border-radius:100px 100px 24px 24px}.pp-float-card{left:10px;bottom:15px}.pp-feature-row{grid-template-columns:1fr}.pp-feature-row>div{border-right:0;border-bottom:1px solid #cfc5b7}.pp-footer-grid{grid-template-columns:1fr 1fr}.pp-footer-grid>div:first-child{grid-column:1/-1}.pp-footer-grid>div:last-child{grid-column:auto}.pp-cookie{align-items:stretch;flex-direction:column}.pp-cookie>div{justify-content:flex-end}.pp-checks{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

