:root{
--color-primary:#000000;
--color-secondary:#3f3f46;
--color-accent:#c1fbd4;
--color-accent-soft:#d4f9e0;
--color-bg:#ffffff;
--color-bg-alt:#d4f9e0;
--color-cream:#fbfbf5;
--color-surface:#ffffff;
--color-dark:#0a0a0a;
--color-dark-elev:#0a0a0a;
--color-text:#000000;
--color-text-muted:#52525b;
--color-text-dim:#3f3f46;
--color-on-dark:#ffffff;
--color-link-dim:#9dabad;
--color-link-dim2:#bdbdca;
--color-border:#e4e4e7;
--color-border-dark:#1e2c31;
--font-heading:'Archivo',Helvetica,Arial,sans-serif;
--font-body:'Inter',Helvetica,Arial,sans-serif;
--radius-xs:4px;
--radius-sm:5px;
--radius-md:8px;
--radius-lg:12px;
--radius-xl:20px;
--radius-pill:9999px;
--shadow-sm:0 1px 2px rgba(0,0,0,.06);
--shadow-md:0 8px 8px rgba(0,0,0,.10),0 4px 4px rgba(0,0,0,.10),0 2px 2px rgba(0,0,0,.10),0 0 0 1px rgba(0,0,0,.10);
--shadow-lg:0 25px 50px -12px rgba(0,0,0,.25);
--space-xs:4px;
--space-sm:8px;
--space-md:12px;
--space-lg:16px;
--space-xl:24px;
--space-xxl:32px;
--space-huge:64px;
--container:1280px;
--hdr-h:68px;
font-feature-settings:"ss03";
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.5;font-feature-settings:"ss03";-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
[hidden]{display:none !important}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0 0 var(--space-lg)}
h1{font-weight:300;letter-spacing:.5px;line-height:1.04}
h2{font-weight:300;line-height:1.14}
h3{font-weight:500;letter-spacing:.3px;line-height:1.28}
p{margin:0 0 var(--space-lg)}
ul,ol{margin:0 0 var(--space-lg);padding-left:1.15rem}
:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:var(--radius-xs)}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}
main>section{padding:56px 0;background:var(--color-bg)}
main>section.section-alt{background:var(--color-bg-alt)}
.section-title{font-size:clamp(1.9rem,4.6vw,3rem);font-weight:300;letter-spacing:0;margin-bottom:var(--space-md);max-width:22ch}
.section-subtitle{font-family:var(--font-body);font-size:1.0625rem;font-weight:400;line-height:1.56;color:var(--color-text-dim);max-width:68ch;margin:0 0 var(--space-huge)}
.rp-ico{flex:none;color:var(--color-primary)}

.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;border-radius:var(--radius-pill);padding:12px 24px;min-height:44px;cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease;border:1px solid transparent;text-align:center}
.btn-primary{background:var(--color-primary);color:var(--color-on-dark);border-color:var(--color-primary)}
.btn-primary:hover{background:var(--color-secondary);border-color:var(--color-secondary)}
.btn-secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-primary)}
.btn-secondary:hover{background:var(--color-primary);color:var(--color-on-dark)}
.btn-ghost{background:transparent;color:var(--color-text);border-color:transparent;text-decoration:underline;text-underline-offset:4px}
.btn-ghost:hover{background:rgba(0,0,0,.05)}
.btn-sm{padding:9px 18px;font-size:.9375rem;min-height:40px}
.btn-lg{padding:14px 26px;font-size:1.03125rem;min-height:48px}
.rp-ftr .btn-ghost,.rp-sticky .btn-ghost{color:var(--color-on-dark);border:2px solid var(--color-on-dark);text-decoration:none}
.rp-ftr .btn-ghost:hover,.rp-sticky .btn-ghost:hover{background:rgba(255,255,255,.14)}

.rp-hdr{position:sticky;top:0;z-index:60;background:var(--color-surface);border-bottom:1px solid var(--color-border)}
.rp-hdr-inner{display:flex;align-items:center;gap:var(--space-xl);min-height:var(--hdr-h);padding-top:10px;padding-bottom:10px}
.rp-hdr-logo{font-family:var(--font-heading);font-size:1.3125rem;font-weight:500;letter-spacing:.4px;text-decoration:none;flex:none}
.rp-hdr-nav{margin-left:auto}
.rp-hdr-nav ul{display:flex;gap:var(--space-xl);list-style:none;margin:0;padding:0}
.rp-hdr-nav a{text-decoration:none;font-size:.9375rem;font-weight:500;padding:6px 0;border-bottom:1px solid transparent}
.rp-hdr-nav a:hover{border-bottom-color:var(--color-primary)}
.rp-hdr-cta{flex:none}
.rp-hdr-burger{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:1px solid var(--color-border);border-radius:var(--radius-pill);color:var(--color-text);cursor:pointer}

.hero{background:var(--color-bg);padding:56px 0 40px;min-height:50vh;display:flex;align-items:center}
.rp-hero-inner{display:grid;grid-template-columns:1fr;gap:var(--space-xxl);align-items:center}
.rp-hero-eyebrow{font-size:.75rem;font-weight:400;letter-spacing:.72px;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 var(--space-lg)}
.rp-hero-title{font-size:clamp(2.2rem,5.4vw,3.45rem);font-weight:300;letter-spacing:1.4px;margin:0 0 var(--space-lg);max-width:14ch}
.rp-hero-sub{font-size:1.125rem;font-weight:500;line-height:1.56;max-width:56ch;margin:0 0 var(--space-xl);color:var(--color-text-dim)}
.rp-hero-bullets{list-style:none;margin:0 0 var(--space-xl);padding:0;display:flex;flex-direction:column;gap:10px}
.rp-hero-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:.9375rem;font-weight:500}
.rp-hero-bullets .rp-ico{width:20px;height:20px;margin-top:1px}
.rp-hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-md)}
.rp-hero-media img{width:100%;border-radius:var(--radius-xl);aspect-ratio:16/10;object-fit:cover}

.rp-trust{background:var(--color-cream);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}
.rp-trust-row{display:grid;grid-template-columns:1fr;gap:var(--space-lg);padding-top:22px;padding-bottom:22px}
.rp-trust-item{display:flex;align-items:center;gap:10px;font-size:.9375rem;font-weight:500}
.rp-trust-item .rp-ico{width:20px;height:20px}
.rp-stat-row{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xl);padding-top:28px;padding-bottom:28px}
.rp-stat{display:flex;flex-direction:column;gap:2px}
.rp-stat-num{font-family:var(--font-heading);font-size:2rem;font-weight:300;line-height:1}
.rp-stat-lab{font-size:.8125rem;font-weight:500;letter-spacing:.28px;color:var(--color-text-muted)}

.products-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}
.product-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xxl);box-shadow:var(--shadow-md)}
.product-card--unavailable img{filter:grayscale(.55)}
.product-card--unavailable .product-card__title{color:var(--color-text-muted)}
.product-card__media{display:block;background:var(--color-surface);border-radius:var(--radius-md);overflow:hidden;margin-bottom:var(--space-xl)}
.product-card__media img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff}
.product-card__title{font-size:1.375rem;font-weight:500;margin:0 0 var(--space-sm)}
.product-card__rating{font-size:.9375rem;font-weight:550;margin-bottom:var(--space-lg)}
.product-card__reviews{color:var(--color-text-muted);font-weight:400}
.product-card__description{font-size:1rem;line-height:1.55;margin:0 0 var(--space-sm);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.product-card__description.is-expanded{-webkit-line-clamp:unset;overflow:visible}
.product-card__more{align-self:flex-start;background:none;border:0;padding:0 0 var(--space-lg);font-family:var(--font-body);font-size:.9375rem;font-weight:550;color:var(--color-text);text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.product-card__highlights{list-style:none;margin:0 0 var(--space-xl);padding:0;display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--color-border);padding-top:var(--space-lg)}
.product-card__highlights li{position:relative;padding-left:20px;font-size:.9375rem;line-height:1.5}
.product-card__highlights li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:var(--radius-pill);background:var(--color-accent);box-shadow:0 0 0 1px var(--color-primary)}
.product-card-bullets{list-style:none;margin:0 0 var(--space-lg);padding:0;font-size:.9375rem}
.product-card__cta{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;background:var(--color-primary);color:var(--color-on-dark);border-radius:var(--radius-pill);padding:13px 26px;min-height:46px;font-size:1rem;font-weight:500;text-decoration:none}
.product-card__cta:hover{background:var(--color-secondary)}
.product-badge{display:inline-block;border-radius:var(--radius-pill);padding:4px 10px;font-size:.8125rem;font-weight:600;background:var(--color-accent-soft);color:var(--color-text)}
.product-badge--restock{background:#fde68a}

.rp-bcard-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}
.rp-bcard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xxl)}
.rp-bcard-title{font-size:1.25rem;font-weight:500;margin:var(--space-lg) 0 10px}
.rp-bcard-text{margin:0;font-size:1rem;line-height:1.56;color:var(--color-text-dim)}

.rp-step-row{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:var(--space-xxl);counter-reset:none}
.rp-step{position:relative;padding-top:var(--space-lg);border-top:1px solid rgba(0,0,0,.18)}
.rp-step-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-pill);background:var(--color-primary);color:var(--color-on-dark);font-family:var(--font-heading);font-size:1.125rem;font-weight:500;margin-bottom:var(--space-lg)}
.rp-step-title{font-size:1.1875rem;font-weight:500;margin:0 0 8px}
.rp-step-text{margin:0;font-size:1rem;line-height:1.56;color:var(--color-text-dim)}

.rp-feat-stack{display:flex;flex-direction:column;gap:72px}
.rp-feat{display:grid;grid-template-columns:1fr;gap:var(--space-xxl);align-items:center}
.rp-feat-media img{width:100%;border-radius:var(--radius-lg);aspect-ratio:4/3;object-fit:cover}
.rp-feat-title{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:300;line-height:1.16;margin:0 0 var(--space-lg);max-width:24ch}
.rp-feat-text{font-size:1.0625rem;line-height:1.56;margin:0 0 var(--space-lg)}
.rp-feat-list{list-style:none;margin:0 0 var(--space-xl);padding:0;display:flex;flex-direction:column;gap:12px}
.rp-feat-list li{position:relative;padding-left:22px;font-size:1rem;line-height:1.55;color:var(--color-text-dim)}
.rp-feat-list li::before{content:"";position:absolute;left:0;top:10px;width:10px;height:2px;background:var(--color-primary)}

.rp-igain-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}
.rp-igain-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xxl);display:flex;flex-direction:column}
.rp-igain-num{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:300;line-height:1;margin:0 0 var(--space-lg)}
.rp-igain-claim{font-size:1rem;line-height:1.56;margin:0 0 var(--space-md)}
.rp-igain-gap{font-size:.9375rem;line-height:1.5;color:var(--color-text-muted);margin:0 0 var(--space-lg)}
.rp-igain-proof{margin:auto 0 0;font-size:.75rem;font-weight:400;letter-spacing:.72px;text-transform:uppercase;color:var(--color-text-muted);border-top:1px solid var(--color-border);padding-top:var(--space-md)}

.rp-story-grid,.rp-astory-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xxl);align-items:start}
.rp-story-media img,.rp-astory-media img{width:100%;border-radius:var(--radius-lg);aspect-ratio:1/1;object-fit:cover}
.rp-story-body p,.rp-astory-body p{font-size:1.0625rem;line-height:1.62;max-width:64ch}
.rp-story-links{display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:center}

.rp-voice-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}
.rp-voice{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xxl);display:flex;flex-direction:column}
.rp-voice-stars{color:var(--color-primary);font-size:1rem;letter-spacing:2px;margin-bottom:var(--space-md)}
.rp-voice-text{font-size:1rem;line-height:1.6;margin:0 0 var(--space-lg)}
.rp-voice-meta{margin:auto 0 0;font-size:.8125rem;font-weight:500;letter-spacing:.28px;color:var(--color-text-muted)}

.rp-ucase-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}
.rp-ucase{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xxl)}
.rp-ucase-title{font-size:1.1875rem;font-weight:500;margin:var(--space-lg) 0 10px}
.rp-ucase-text{margin:0;font-size:1rem;line-height:1.56;color:var(--color-text-dim)}

.rp-tline-list{list-style:none;margin:0 0 var(--space-xxl);padding:0;display:grid;grid-template-columns:1fr;gap:var(--space-xl)}
.rp-tline-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xxl)}
.rp-tline-label{display:inline-block;background:var(--color-accent);color:var(--color-text);border-radius:var(--radius-pill);padding:4px 12px;font-size:.75rem;font-weight:400;letter-spacing:.72px;text-transform:uppercase;margin-bottom:var(--space-lg)}
.rp-tline-text{margin:0;font-size:1rem;line-height:1.56}
.rp-tline-cta{margin:0;font-size:1.0625rem;font-weight:550}
.rp-tline-cta a,.rp-risk-cta a{text-underline-offset:4px}

.rp-risk-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}
.rp-risk{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xxl)}
.rp-risk-title{font-size:1.1875rem;font-weight:500;margin:0 0 var(--space-md)}
.rp-risk-text{margin:0;font-size:1rem;line-height:1.56;color:var(--color-text-dim)}
.rp-risk-stat{margin:var(--space-lg) 0 0;font-size:.875rem;font-weight:550;border-top:1px solid var(--color-border);padding-top:var(--space-md)}
.rp-risk-cta{grid-column:1/-1;margin:0;font-size:1.0625rem;font-weight:550}

.rp-qa-list,.rp-qa-more{display:flex;flex-direction:column;gap:0;max-width:900px}
.rp-qa{border-bottom:1px solid rgba(0,0,0,.16)}
.rp-qa>summary{cursor:pointer;list-style:none;padding:20px 40px 20px 0;position:relative;font-family:var(--font-heading);font-size:1.0625rem;font-weight:500;line-height:1.4}
.rp-qa>summary::-webkit-details-marker{display:none}
.rp-qa>summary::after{content:"";position:absolute;right:8px;top:27px;width:11px;height:11px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .2s ease}
.rp-qa[open]>summary::after{transform:rotate(225deg);top:31px}
.rp-qa-a{padding:0 40px 22px 0}
.rp-qa-a p{margin:0;font-size:1rem;line-height:1.62;color:var(--color-text-dim)}
.rp-qa-toggle{margin:var(--space-xxl) 0 0;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-primary);border-radius:var(--radius-pill);padding:12px 24px;min-height:44px;font-family:var(--font-body);font-size:1rem;font-weight:500;cursor:pointer}
.rp-qa-toggle:hover{background:var(--color-primary);color:var(--color-on-dark)}
.rp-qa-more{margin-top:var(--space-xl)}

.rp-gal-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}
.rp-gal-item{margin:0}
.rp-gal-btn{display:block;width:100%;padding:0;border:0;background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer}
.rp-gal-btn img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .3s ease}
.rp-gal-btn:hover img{transform:scale(1.03)}
.rp-gal-item figcaption{margin-top:10px;font-size:.8125rem;font-weight:500;letter-spacing:.28px;color:var(--color-text-muted)}
.rp-lbox{position:fixed;inset:0;z-index:120;background:rgba(0,0,0,.94);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:var(--space-xl)}
.rp-lbox img{max-width:min(92vw,1000px);max-height:78vh;object-fit:contain;border-radius:var(--radius-lg)}
.rp-lbox-cap{margin:0;color:var(--color-on-dark);font-size:.9375rem;text-align:center;max-width:60ch}
.rp-lbox-close{position:absolute;top:18px;right:18px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid var(--color-on-dark);border-radius:var(--radius-pill);color:var(--color-on-dark);cursor:pointer}

.rp-news{background:var(--color-accent)}
.rp-news-inner{max-width:760px;text-align:center}
.rp-news .section-title{max-width:none;margin-left:auto;margin-right:auto}
.rp-news .section-subtitle{margin-left:auto;margin-right:auto;margin-bottom:var(--space-xxl);color:var(--color-text-dim)}
.rp-news-form{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center;margin-bottom:var(--space-md)}
.rp-news-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.rp-news-form input{flex:1 1 280px;max-width:380px;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px 14px;min-height:46px;font-family:var(--font-body);font-size:1rem}
.rp-news-msg{max-width:520px;margin:0 auto var(--space-md);color:#C0392B;background:#FDEDEC;border:1px solid #C0392B;padding:10px 14px;border-radius:6px;font-size:.875rem;text-align:left}
.rp-news-fine{margin:0;font-size:.8125rem;font-weight:500;color:var(--color-text-muted)}

.rp-ftr{background:var(--color-dark);color:var(--color-on-dark);padding:var(--space-huge) 0 var(--space-xxl)}
.rp-ftr-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xxl)}
.rp-ftr-col h3{font-size:.75rem;font-weight:400;letter-spacing:.72px;text-transform:uppercase;color:var(--color-link-dim);margin:0 0 var(--space-lg)}
.rp-ftr-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.rp-ftr-col a{color:var(--color-link-dim2);text-decoration:none;font-size:.9375rem}
.rp-ftr-col a:hover{color:var(--color-on-dark);text-decoration:underline}
.rp-ftr-logo{display:block;font-family:var(--font-heading);font-size:1.3125rem;font-weight:500;letter-spacing:.4px;margin-bottom:var(--space-md)}
.rp-ftr-brand p{font-size:.875rem;line-height:1.5;color:var(--color-link-dim);max-width:34ch}
.rp-ftr-brand address{font-style:normal;font-size:.875rem;line-height:1.6;color:var(--color-link-dim2);margin-bottom:var(--space-lg)}
.rp-ftr-brand address a{color:var(--color-link-dim2)}
.rp-ftr-hours{font-size:.875rem;line-height:1.6}
.rp-ftr-social{display:flex;flex-wrap:wrap;gap:var(--space-md)}
.rp-ftr-social a{color:var(--color-link-dim2);font-size:.9375rem;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.25)}
.rp-ftr-social a:hover{color:var(--color-on-dark)}
.rp-ftr-langs{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-top:var(--space-xxl)}
.rp-ftr-langs:empty{display:none}
.rp-ftr-langs a{color:var(--color-link-dim2);font-size:.875rem}
.rp-ftr-bottom{margin-top:var(--space-xxl);padding-top:var(--space-xl);border-top:1px solid rgba(255,255,255,.16)}
.rp-ftr-copy{margin:0 0 var(--space-sm);font-size:.875rem;color:var(--color-link-dim2)}
.rp-ftr-bottom p{font-size:.8125rem;line-height:1.5;color:var(--color-link-dim);margin:0}
.rp-ftr-bottom a{color:var(--color-link-dim)}

.rp-cookie{position:fixed;left:0;right:0;bottom:0;z-index:110;background:rgba(0,0,0,.96);color:var(--color-on-dark);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-lg);padding:14px 20px}
.rp-cookie-text{margin:0;font-size:.875rem;color:var(--color-on-dark)}
.rp-cookie-text a{color:var(--color-link-dim2)}
.rp-cookie-btns{display:flex;gap:var(--space-sm)}
.rp-cookie .btn-secondary{background:transparent;color:var(--color-on-dark);border-color:var(--color-on-dark)}
.rp-cookie .btn-secondary:hover{background:rgba(255,255,255,.14);color:var(--color-on-dark)}
.rp-cookie .btn-primary{background:var(--color-on-dark);color:var(--color-text);border-color:var(--color-on-dark)}

.rp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:100;background:rgba(0,0,0,.92);color:var(--color-on-dark);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-lg);padding:12px 52px 12px 20px;backdrop-filter:blur(8px)}
.rp-sticky-text{margin:0;font-size:.9375rem;color:var(--color-on-dark)}
.rp-sticky .btn-primary{background:var(--color-on-dark);color:var(--color-text);border-color:var(--color-on-dark)}
.rp-sticky .btn-primary:hover{background:var(--color-accent)}
.rp-sticky-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.4);border-radius:var(--radius-pill);color:var(--color-on-dark);cursor:pointer}

.rp-page{padding-top:var(--space-huge)}
.rp-back{margin:0 0 var(--space-lg);font-size:.9375rem;font-weight:500}
.rp-back a{text-decoration:none;border-bottom:1px solid currentColor}
.rp-page-title{font-size:clamp(2.1rem,5.5vw,3.4rem);font-weight:300;margin:0 0 var(--space-md)}
.rp-updated{font-size:.875rem;color:var(--color-text-muted);margin:0 0 var(--space-huge)}

.rp-cgrid{display:grid;grid-template-columns:1fr;gap:var(--space-huge)}
.rp-cform{display:flex;flex-direction:column;gap:var(--space-lg)}
.rp-fgroup{display:flex;flex-direction:column;gap:6px}
.rp-fgroup label{font-size:.875rem;font-weight:550;letter-spacing:.28px}
.rp-req{color:#C0392B}
.rp-fgroup input,.rp-fgroup textarea{width:100%;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px 14px;min-height:46px;font-family:var(--font-body);font-size:1rem;line-height:1.5}
.rp-fgroup textarea{min-height:150px;resize:vertical}
.rp-fmsg{color:#C0392B;background:#FDEDEC;border:1px solid #C0392B;padding:10px 14px;border-radius:6px;font-size:.875rem}
.rp-cinfo h3{font-size:.75rem;font-weight:400;letter-spacing:.72px;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 var(--space-sm)}
.rp-cinfo p,.rp-cinfo address{font-style:normal;font-size:1rem;line-height:1.6;margin:0 0 var(--space-xl)}
.rp-cinfo{border-top:1px solid var(--color-border);padding-top:var(--space-xl)}

.rp-vals-grid,.rp-pers-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}
.rp-val,.rp-pers{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xxl)}
.rp-val-title,.rp-pers-title{font-size:1.1875rem;font-weight:500;margin:var(--space-lg) 0 10px}
.rp-val-text,.rp-pers-text{margin:0;font-size:1rem;line-height:1.56;color:var(--color-text-dim)}
.rp-notfor{margin-top:var(--space-huge);background:var(--color-cream);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xxl)}
.rp-notfor h3{font-size:1.0625rem;font-weight:500;margin:0 0 var(--space-lg)}
.rp-notfor ul{margin:0;padding-left:1.15rem;display:flex;flex-direction:column;gap:10px}
.rp-notfor li{font-size:1rem;line-height:1.56;color:var(--color-text-dim)}

.rp-exp-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xxl);align-items:start}
.rp-exp-media img{width:100%;max-width:300px;border-radius:var(--radius-lg);aspect-ratio:1/1;object-fit:cover}
.rp-exp-quote{margin:0 0 var(--space-md);padding-left:var(--space-xl);border-left:2px solid var(--color-primary)}
.rp-exp-quote p{margin:0;font-size:1.125rem;line-height:1.6;font-weight:500}
.rp-exp-quote em{font-weight:400;font-size:.9375rem;color:var(--color-text-muted)}
.rp-exp-who{font-size:.875rem;font-weight:550;letter-spacing:.28px;color:var(--color-text-muted);margin:0 0 var(--space-xxl)}
.rp-exp-h{font-size:1.0625rem;font-weight:500;margin:0 0 var(--space-md)}
.rp-exp-tips{margin:0 0 var(--space-xl);padding-left:1.15rem;display:flex;flex-direction:column;gap:10px}
.rp-exp-tips li{font-size:1rem;line-height:1.56;color:var(--color-text-dim)}

.rp-legal-body{max-width:800px}
.rp-legal-body h2{font-size:clamp(1.4rem,3vw,1.85rem);font-weight:300;margin:var(--space-huge) 0 var(--space-lg)}
.rp-legal-body h2:first-child{margin-top:0}
.rp-legal-body p{font-size:1.0625rem;line-height:1.68}
.rp-legal-body a{text-underline-offset:3px}

.rp-astory,.rp-vals,.rp-whos,.rp-exp,.rp-contact,.rp-legal{padding:56px 0}
.rp-page>section{background:var(--color-bg)}
.rp-page>section.section-alt{background:var(--color-bg-alt)}
.rp-about-page .rp-trust{margin:0}
.rp-terms-page .rp-legal,.rp-privacy-page .rp-legal{padding-top:0}
.rp-prods,.rp-bens,.rp-how,.rp-feats,.rp-igain,.rp-story,.rp-voices,.rp-ucases,.rp-tline,.rp-risks,.rp-faq,.rp-gal{position:relative}

.rp-hero-copy{display:flex;flex-direction:column;align-items:stretch}
.rp-hero-actions .btn-lg{flex:0 0 auto}
.rp-feat-body{display:flex;flex-direction:column;align-items:flex-start}
.rp-feat--a .rp-feat-media{order:0}
.rp-exp-body{display:flex;flex-direction:column;align-items:flex-start}
.rp-qa-q{cursor:pointer;list-style:none;font-family:var(--font-heading);font-size:1.0625rem;font-weight:500}
.rp-contact-page .rp-contact{padding-top:0}

@media (min-width:640px){
.rp-trust-row{grid-template-columns:repeat(2,1fr)}
.rp-ftr-grid{grid-template-columns:repeat(2,1fr)}
.rp-bcard-grid,.rp-igain-grid,.rp-voice-grid,.rp-ucase-grid,.rp-risk-grid,.rp-vals-grid,.rp-pers-grid,.products-grid,.rp-gal-grid{grid-template-columns:repeat(2,1fr)}
.rp-step-row{grid-template-columns:repeat(2,1fr)}
.rp-tline-list{grid-template-columns:repeat(2,1fr)}
.rp-stat-row{grid-template-columns:repeat(4,1fr)}
}
@media (min-width:768px){
main>section,.rp-astory,.rp-vals,.rp-whos,.rp-exp,.rp-contact,.rp-legal{padding:88px 0}
.hero{padding:52px 0 56px}
.rp-cgrid{grid-template-columns:1.1fr .9fr}
.rp-cinfo{border-top:0;border-left:1px solid var(--color-border);padding:0 0 0 var(--space-huge)}
.rp-lbox{padding:var(--space-huge)}
}
@media (min-width:1024px){
.rp-hdr-burger{display:none}
.rp-ftr-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:var(--space-huge)}
.rp-hero-inner{grid-template-columns:1.12fr .88fr;gap:var(--space-huge)}
.rp-hero-media img{aspect-ratio:4/3}
.rp-trust-row{grid-template-columns:repeat(4,1fr)}
.rp-bcard-grid,.rp-igain-grid,.rp-voice-grid,.rp-ucase-grid,.rp-vals-grid,.rp-gal-grid{grid-template-columns:repeat(3,1fr)}
.rp-risk-grid,.rp-pers-grid{grid-template-columns:repeat(2,1fr)}
.rp-step-row{grid-template-columns:repeat(4,1fr)}
.rp-tline-list{grid-template-columns:repeat(4,1fr)}
.rp-feat{grid-template-columns:1fr 1fr;gap:var(--space-huge)}
.rp-feat--b .rp-feat-media{order:2}
.rp-story-grid,.rp-astory-grid{grid-template-columns:.85fr 1.15fr;gap:var(--space-huge)}
.rp-exp-grid{grid-template-columns:300px 1fr;gap:var(--space-huge)}
.rp-gal-grid{grid-template-columns:repeat(4,1fr)}
}
@media (min-width:1200px){
main>section,.rp-astory,.rp-vals,.rp-whos,.rp-exp,.rp-contact,.rp-legal{padding:104px 0}
.rp-feat-stack{gap:104px}
}
@media (max-width:1023px){
.rp-hdr-burger{display:inline-flex}
.rp-hdr-nav{position:absolute;left:0;right:0;top:100%;background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:var(--space-lg) 20px var(--space-xl);display:none;margin-left:0}
.rp-hdr-nav.is-open{display:block}
.rp-hdr-nav ul{flex-direction:column;gap:var(--space-lg)}
.rp-hdr-inner{position:relative;gap:var(--space-md)}
.rp-hdr-cta{margin-left:auto}
}
@media (max-width:520px){
.rp-hdr-cta{display:none}
.rp-sticky{padding-right:20px;flex-direction:column;align-items:stretch;text-align:center}
.rp-sticky .btn-primary{width:100%}
.rp-sticky-close{top:10px;transform:none}
.rp-hero-actions .btn-lg{width:100%}
}
@media (prefers-reduced-motion:reduce){
*{animation:none !important;transition:none !important;scroll-behavior:auto !important}
}
.rp-reveal{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}
.rp-reveal.visible{opacity:1;transform:none}
