*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ol,ul{list-style:none}a{color:inherit;text-decoration:none}:root{--bg: #ffffff;--cream: #faf6f0;--ink: #1a1a1a;--muted: #6b6560;--pink: #f2c4ce;--pink-dark: #d4849a;--gold: #c9a96e;--gold-light: #f5ead8;--line: rgba(26, 26, 26, .12);--panel: #ffffff;--radius: 12px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-serif: Georgia, "Times New Roman", serif;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.06);--shadow-lg: 0 10px 30px rgba(0,0,0,.1), 0 4px 10px rgba(0,0,0,.06);--container-width: 1140px;--section-py: 4rem}body{font-family:var(--font-sans);background:var(--bg);color:var(--ink);font-size:1rem}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:700;color:var(--ink)}h1{font-size:clamp(1.75rem,4vw,2.75rem)}h2{font-size:clamp(1.5rem,3vw,2.125rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}h4{font-size:1.125rem}p{color:var(--muted);line-height:1.7}strong{color:var(--ink);font-weight:600}.container{width:100%;max-width:var(--container-width);margin-inline:auto;padding-inline:1.25rem}@media(min-width:640px){.container{padding-inline:2rem}}.section{padding-block:var(--section-py)}.section--cream{background:var(--cream)}.section--pink{background:linear-gradient(135deg,#fdf0f3,#faf6f0)}.section--gold{background:linear-gradient(135deg,var(--gold-light) 0%,#faf6f0 100%)}.eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--pink-dark);margin-bottom:.75rem}.text-center{text-align:center}.text-muted{color:var(--muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent;text-decoration:none;white-space:nowrap}.btn-primary{background:var(--ink);color:#fff;border-color:var(--ink)}.btn-primary:hover{background:#2d2d2d;border-color:#2d2d2d;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--pink);color:var(--ink);border-color:var(--pink)}.btn-secondary:hover{background:var(--pink-dark);border-color:var(--pink-dark);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn-ghost:hover{background:var(--cream);border-color:var(--ink)}.btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;background:var(--gold);color:#fff;border:2px solid var(--gold);text-decoration:none;white-space:nowrap}.btn-gold:hover{background:#b8924a;border-color:#b8924a;transform:translateY(-1px);box-shadow:var(--shadow-md)}.card{background:var(--panel);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.site-footer{background:var(--ink);color:#ffffffb3;padding-block:3rem 2rem}.footer-inner{display:grid;gap:2.5rem}@media(min-width:640px){.footer-inner{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-inner{grid-template-columns:2fr 1fr 1fr}}.footer-brand-name{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-tagline{font-size:.875rem;color:#ffffff8c;max-width:280px}.footer-col h4{font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.625rem}.footer-col ul a{font-size:.9rem;color:#ffffffa6;text-decoration:none;transition:color .2s}.footer-col ul a:hover{color:#fff}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-copyright{font-size:.8125rem;color:#fff6}.footer-disclaimer{font-size:.75rem;color:#ffffff59;max-width:480px;line-height:1.5}.product-card{background:var(--panel);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card.featured{border-color:var(--gold);box-shadow:0 0 0 2px var(--gold-light),var(--shadow-md)}.product-card-header{padding:1.5rem 1.5rem 0;position:relative}.product-badge{position:absolute;top:-1px;right:1.5rem;background:var(--gold);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:0 0 var(--radius) var(--radius)}.product-card-price{font-size:2rem;font-weight:800;color:var(--ink);line-height:1}.product-card-price sup{font-size:1rem;font-weight:700;vertical-align:super}.product-card-title{font-size:1.125rem;font-weight:700;color:var(--ink);margin-top:.5rem;margin-bottom:.5rem}.product-card-body{padding:.75rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.product-card-desc{font-size:.9rem;color:var(--muted);margin-bottom:1rem}.product-includes{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem;flex:1}.product-includes li{font-size:.875rem;color:var(--muted);display:flex;align-items:flex-start;gap:.5rem}.product-includes li:before{content:"✓";color:var(--pink-dark);font-weight:700;flex-shrink:0;margin-top:.05em}.product-card .btn-primary,.product-card .btn-secondary,.product-card .btn-gold{width:100%;justify-content:center}.blog-card{background:var(--panel);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.blog-card-image{aspect-ratio:16/9;background:linear-gradient(135deg,var(--pink) 0%,var(--gold-light) 100%);display:flex;align-items:center;justify-content:center;font-size:2rem}.blog-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.blog-card-category{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pink-dark);background:#fdf0f3;padding:.2rem .6rem;border-radius:100px;margin-bottom:.625rem}.blog-card-title{font-size:1rem;font-weight:700;color:var(--ink);line-height:1.35;margin-bottom:.5rem}.blog-card-desc{font-size:.875rem;color:var(--muted);flex:1;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-meta{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;color:var(--muted)}.blog-card-meta span{display:flex;align-items:center;gap:.25rem}.email-form-block{background:linear-gradient(135deg,#fdf0f3 0%,var(--gold-light) 100%);border-radius:var(--radius);border:1px solid var(--line);padding:2rem;text-align:center}.email-form-block h2,.email-form-block h3{color:var(--ink);margin-bottom:.5rem}.email-form-block p{font-size:.9375rem;margin-bottom:1.5rem}.email-form{display:flex;flex-direction:column;gap:.75rem;max-width:440px;margin-inline:auto}@media(min-width:640px){.email-form--row{flex-direction:row;align-items:flex-end}.email-form--row .form-group{flex:1;margin-bottom:0}}.form-group{display:flex;flex-direction:column;gap:.35rem;text-align:left}.form-group label{font-size:.8125rem;font-weight:600;color:var(--ink)}.form-group input{padding:.6875rem 1rem;border-radius:8px;border:1.5px solid var(--line);background:var(--bg);color:var(--ink);font-size:.9375rem;transition:border-color .2s;width:100%}.form-group input:focus{outline:none;border-color:var(--pink-dark);box-shadow:0 0 0 3px #d4849a1f}.form-group input::placeholder{color:#6b65608c}.form-note{font-size:.75rem;color:var(--muted);text-align:center}.hero{padding-block:4.5rem 4rem;background:linear-gradient(160deg,var(--bg) 60%,var(--cream) 100%)}.hero-inner{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.hero-inner{grid-template-columns:1fr 1fr;gap:4rem}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-light);border:1px solid rgba(201,169,110,.3);border-radius:100px;padding:.3rem .875rem;font-size:.8125rem;font-weight:600;color:#7a5c2e;margin-bottom:1.25rem}.hero-headline{font-size:clamp(2rem,5vw,3.25rem);line-height:1.15;margin-bottom:1.25rem}.hero-headline em{font-style:normal;color:var(--pink-dark)}.hero-sub{font-size:1.0625rem;color:var(--muted);margin-bottom:2rem;max-width:480px}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.hero-trust{font-size:.875rem;color:var(--muted)}.hero-trust strong{color:var(--ink)}.hero-image-placeholder{aspect-ratio:4/5;background:linear-gradient(145deg,var(--pink) 0%,var(--gold-light) 50%,var(--cream) 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:4rem;box-shadow:var(--shadow-lg);max-height:520px}.products-grid{display:grid;gap:1.5rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.products-grid--4{display:grid;gap:1.5rem}@media(min-width:640px){.products-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid--4{grid-template-columns:repeat(4,1fr)}}.blog-grid{display:grid;gap:1.5rem}@media(min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.section-header{text-align:center;max-width:620px;margin-inline:auto;margin-bottom:3rem}.section-header h2{margin-bottom:.75rem}.section-header p{font-size:1.0625rem}.problem-grid{display:grid;gap:1.25rem}@media(min-width:640px){.problem-grid{grid-template-columns:repeat(2,1fr)}}.problem-item{background:var(--bg);border-radius:var(--radius);border:1px solid var(--line);padding:1.5rem;box-shadow:var(--shadow-sm)}.problem-icon{font-size:1.75rem;margin-bottom:.75rem}.problem-item h3{font-size:1rem;margin-bottom:.4rem}.problem-item p{font-size:.875rem}.steps{display:flex;flex-direction:column;gap:1rem;max-width:700px;margin-inline:auto}.step{display:flex;align-items:flex-start;gap:1.25rem;background:var(--bg);border-radius:var(--radius);border:1px solid var(--line);padding:1.25rem 1.5rem;box-shadow:var(--shadow-sm)}.step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--pink) 0%,var(--pink-dark) 100%);color:#fff;font-size:.875rem;font-weight:800;flex-shrink:0}.step-content h3{font-size:1rem;margin-bottom:.25rem}.step-content p{font-size:.875rem}.testimonials-grid{display:grid;gap:1.5rem}@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--bg);border-radius:var(--radius);border:1px solid var(--line);padding:1.5rem;box-shadow:var(--shadow-sm)}.testimonial-quote{font-size:1.5rem;color:var(--pink);margin-bottom:.5rem;line-height:1}.testimonial-text{font-size:.9375rem;color:var(--ink);font-style:italic;margin-bottom:1rem;line-height:1.6}.testimonial-footer{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonial-author{font-size:.8125rem;font-weight:700;color:var(--ink);line-height:1.3}.testimonial-role{font-size:.75rem;color:var(--muted);font-weight:400}.faq-list{display:flex;flex-direction:column;gap:.75rem;max-width:760px;margin-inline:auto}details{background:var(--bg);border-radius:var(--radius);border:1px solid var(--line);overflow:hidden;transition:box-shadow .2s}details:hover{box-shadow:var(--shadow-sm)}details[open]{box-shadow:var(--shadow-md);border-color:var(--pink)}summary{padding:1.125rem 1.5rem;font-weight:600;font-size:.9375rem;color:var(--ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;user-select:none}summary::-webkit-details-marker{display:none}summary:after{content:"+";font-size:1.25rem;color:var(--pink-dark);font-weight:400;flex-shrink:0;transition:transform .2s}details[open] summary:after{content:"−"}.faq-answer{padding:1rem 1.5rem 1.25rem;font-size:.9375rem;color:var(--muted);line-height:1.7;border-top:1px solid var(--line)}.cta-section{background:linear-gradient(135deg,var(--ink) 0%,#2d2d2d 100%);color:#fff;text-align:center;padding-block:5rem}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-section p{color:#ffffffb3;max-width:520px;margin-inline:auto;margin-bottom:2rem}.cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.about-inner{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.about-inner{grid-template-columns:1fr 1fr}}.about-image{aspect-ratio:1;background:linear-gradient(145deg,var(--pink) 0%,var(--gold-light) 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:4rem;box-shadow:var(--shadow-lg);max-width:400px}.blog-post-layout{display:grid;gap:3rem}@media(min-width:1024px){.blog-post-layout{grid-template-columns:1fr 320px;align-items:start}}.blog-post-hero{background:linear-gradient(135deg,var(--cream) 0%,var(--gold-light) 100%);padding-block:3rem 2rem}.blog-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem}.blog-category-badge{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pink-dark);background:#fdf0f3;padding:.25rem .75rem;border-radius:100px}.blog-post-title{font-size:clamp(1.6rem,4vw,2.5rem);margin-bottom:1rem;line-height:1.2}.blog-post-intro{font-size:1.125rem;color:var(--muted);max-width:640px;line-height:1.65}.blog-post-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:1.5rem;font-size:.875rem;color:var(--muted)}.blog-post-image{aspect-ratio:16/8;background:linear-gradient(135deg,var(--pink) 0%,var(--gold-light) 100%);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:3rem;margin-bottom:2rem}.article-content{font-size:1.0625rem;line-height:1.75;color:var(--muted)}.article-content h2{font-size:1.5rem;color:var(--ink);margin-top:2.5rem;margin-bottom:1rem}.article-content h3{font-size:1.2rem;color:var(--ink);margin-top:2rem;margin-bottom:.75rem}.article-content p{margin-bottom:1.25rem}.article-content ul,.article-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem}.article-content ul li{list-style-type:disc}.article-content ol li{list-style-type:decimal}.article-content strong{color:var(--ink)}.article-content a{color:var(--pink-dark);text-decoration:underline;text-underline-offset:3px}.article-content a:hover{color:var(--ink)}.article-content blockquote{border-left:4px solid var(--pink);padding-left:1.25rem;margin-block:1.5rem;font-style:italic;color:var(--ink)}.blog-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-widget{background:var(--panel);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-sm);padding:1.5rem}.sidebar-widget h3{font-size:1rem;margin-bottom:1rem}.toc-list{display:flex;flex-direction:column;gap:.4rem}.toc-list a{font-size:.875rem;color:var(--muted);text-decoration:none;padding:.25rem 0;border-bottom:1px solid var(--line);display:block;transition:color .2s}.toc-list a:hover{color:var(--pink-dark)}.disclaimer-box{background:var(--cream);border:1px solid var(--line);border-radius:8px;padding:1rem 1.25rem;font-size:.8125rem;color:var(--muted);line-height:1.6;margin-top:2.5rem}.product-cta-inline{background:linear-gradient(135deg,var(--gold-light) 0%,#fdf0f3 100%);border-radius:var(--radius);border:1px solid rgba(201,169,110,.3);padding:1.5rem;text-align:center;margin-block:2rem}.product-cta-inline h3{font-size:1.125rem;margin-bottom:.5rem}.product-cta-inline p{font-size:.9rem;margin-bottom:1.25rem}.blog-hero{background:linear-gradient(135deg,var(--cream) 0%,var(--gold-light) 100%);padding-block:3.5rem;text-align:center}.blog-hero h1{margin-bottom:.75rem}.blog-hero p{font-size:1.0625rem;max-width:560px;margin-inline:auto}.category-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.category-filter{display:inline-flex;align-items:center;padding:.4rem 1rem;border-radius:100px;border:1.5px solid var(--line);font-size:.8125rem;font-weight:600;color:var(--muted);background:var(--bg);cursor:pointer;text-decoration:none;transition:all .2s}.category-filter:hover,.category-filter.active{background:var(--ink);color:#fff;border-color:var(--ink)}.search-bar-wrap{position:relative;max-width:440px;margin-bottom:2rem}.search-bar-wrap input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border-radius:100px;border:1.5px solid var(--line);background:var(--bg);color:var(--ink);font-size:.9375rem;transition:border-color .2s}.search-bar-wrap input:focus{outline:none;border-color:var(--pink-dark)}.search-bar-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1rem;color:var(--muted);pointer-events:none}.featured-post{display:grid;gap:1.5rem;background:var(--bg);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden;margin-bottom:3rem;text-decoration:none;transition:box-shadow .2s,transform .2s}.featured-post:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}@media(min-width:768px){.featured-post{grid-template-columns:1fr 1fr}}.featured-post-image{background:linear-gradient(135deg,var(--pink) 0%,var(--gold-light) 100%);display:flex;align-items:center;justify-content:center;font-size:3rem;min-height:220px}.featured-post-body{padding:1.75rem;display:flex;flex-direction:column;justify-content:center}.product-page-hero{background:linear-gradient(135deg,var(--cream) 0%,var(--gold-light) 100%);padding-block:3.5rem}.product-page-grid{display:grid;gap:3rem;align-items:start}@media(min-width:1024px){.product-page-grid{grid-template-columns:1fr 360px}}.product-mockup{aspect-ratio:4/3;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:1.5rem}.product-mockup img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;border-radius:0;box-shadow:none;max-width:none}.product-buy-box{background:var(--bg);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-md);padding:1.75rem;position:sticky;top:80px}.product-buy-box .price{font-size:2.5rem;font-weight:800;color:var(--ink);margin-bottom:.25rem}.product-buy-box .btn-primary,.product-buy-box .btn-gold{width:100%;justify-content:center;font-size:1.0625rem;padding:.875rem 1.75rem;margin-bottom:.75rem}.product-buy-disclaimer{font-size:.75rem;color:var(--muted);text-align:center;margin-top:.75rem}.includes-list{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.5rem}.includes-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--muted)}.includes-list li:before{content:"✓";width:20px;height:20px;background:linear-gradient(135deg,var(--pink) 0%,var(--pink-dark) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;flex-shrink:0;margin-top:.1em}.bundle-upsell{background:linear-gradient(135deg,var(--gold-light) 0%,#fdf0f3 100%);border:2px solid var(--gold);border-radius:var(--radius);padding:2rem;text-align:center;margin-top:3rem}.bundle-upsell h3{margin-bottom:.5rem}.bundle-upsell p{margin-bottom:1.25rem}.related-posts{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line)}.related-posts h3{margin-bottom:1.5rem}.hero-image-wrap{aspect-ratio:4/5;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-lg);max-height:520px}.hero-img{width:100%;height:100%;object-fit:cover;border-radius:16px}.about-image-wrap{border-radius:20px;overflow:hidden;box-shadow:var(--shadow-lg);max-width:420px}.about-img{width:100%;max-width:420px;border-radius:16px;object-fit:cover;display:block}.product-card-shop{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014,0 1px 4px #0000000d;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;position:relative}.product-card-shop:hover{transform:translateY(-5px);box-shadow:0 12px 36px #0000001f,0 4px 12px #00000012}.product-card-shop.featured{box-shadow:0 0 0 2px var(--gold),0 8px 28px #0000001a}.product-badge-shop{position:absolute;top:12px;right:12px;background:var(--gold);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .625rem;border-radius:100px;z-index:2}.product-card-image-area{height:220px;background:linear-gradient(145deg,var(--cream) 0%,var(--pink) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.product-card-img{width:100%;height:100%;object-fit:cover;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.product-card-emoji-placeholder{font-size:4rem}.product-card-shop-body{padding:1.25rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.product-category-badge{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pink-dark);background:#fdf0f3;padding:.2rem .6rem;border-radius:100px;margin-bottom:.625rem}.product-card-shop-title{font-size:1.0625rem;font-weight:700;color:var(--ink);margin-bottom:.5rem;line-height:1.3}.product-stars{display:flex;align-items:center;gap:.375rem;margin-bottom:.625rem}.stars-text{color:#f5b700;font-size:1rem;letter-spacing:1px}.stars-meta{font-size:.75rem;color:var(--muted)}.product-card-shop-price{font-size:2rem;font-weight:800;color:var(--gold);line-height:1;margin-bottom:.75rem}.product-card-shop-price sup{font-size:1rem;font-weight:700;vertical-align:super}.product-card-shop-desc{font-size:.875rem;color:var(--muted);margin-bottom:1rem;line-height:1.6}.btn-shop-buy{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.5rem;background:var(--gold);color:#fff;font-weight:700;font-size:.9375rem;border-radius:var(--radius);border:2px solid var(--gold);text-decoration:none;transition:all .2s ease;cursor:pointer}.btn-shop-buy:hover{background:#b8924a;border-color:#b8924a;transform:translateY(-1px);box-shadow:var(--shadow-md)}.product-card-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem}.bundle-upsell-featured{background:linear-gradient(135deg,var(--gold-light) 0%,#fdf0f3 100%);border:2px solid var(--gold);border-radius:16px;padding:2rem 2.5rem}.bundle-upsell-inner{display:grid;gap:2rem;align-items:center}@media(min-width:768px){.bundle-upsell-inner{grid-template-columns:1fr auto}}@media(max-width:639px){.hide-mobile{display:none!important}}@media(min-width:640px){.hide-desktop{display:none!important}}.pcard{background:#fff;border:1px solid #f0e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 16px #00000012;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.pcard:hover{transform:translateY(-4px);box-shadow:0 8px 32px #e91e8c1f}.pcard-img-wrap{display:block;height:200px;overflow:hidden}.pcard-img{width:100%;height:100%;object-fit:cover}.pcard-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.pcard-title{margin:0;font-size:1rem;font-weight:700;line-height:1.3;text-align:center}.pcard-title a{color:var(--ink);text-decoration:none}.pcard-stars{color:var(--gold);font-size:.95rem;text-align:center}.pcard-stars span{color:var(--muted);font-size:.8rem}.pcard-price{font-size:1.4rem;font-weight:800;color:var(--gold);text-align:center}.pcard-btn{display:block;width:100%;padding:12px;background:var(--gold);color:#fff;font-weight:700;font-size:.95rem;text-align:center;border-radius:8px;text-decoration:none;margin-top:auto;transition:background .2s}.pcard-btn:hover{background:#b8924a}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:900px){.shop-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.shop-grid{grid-template-columns:1fr}}.bundle-card{background:linear-gradient(135deg,var(--gold-light) 0%,#fdf0f3 100%);border:2px solid var(--gold);border-radius:12px;padding:2rem 2.5rem;margin-top:2.5rem}.bundle-card-inner{display:grid;gap:2rem;align-items:center}@media(min-width:768px){.bundle-card-inner{grid-template-columns:1fr auto}}.bundle-card-title{font-size:1.75rem;margin-bottom:.5rem;color:var(--ink)}.bundle-card-price{color:var(--gold)}.bundle-card-desc{margin-bottom:1.5rem}.bundle-card-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.bundle-card-includes{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.bundle-card-includes li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted)}.bundle-card-includes li:before{content:"✓";color:var(--gold);font-weight:700}.shop-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.shop-filter-pill{display:inline-flex;align-items:center;padding:.4rem 1rem;border-radius:100px;border:1.5px solid var(--line);font-size:.8125rem;font-weight:600;color:var(--muted);background:var(--bg);text-decoration:none;transition:all .2s}.shop-filter-pill:hover,.shop-filter-pill.active{background:var(--gold);color:#fff;border-color:var(--gold)}#proof-toast{position:fixed;bottom:1.75rem;left:1.75rem;z-index:9999;display:flex;align-items:center;gap:1rem;background:#fff;border:2px solid var(--gold);border-radius:16px;padding:1.1rem 1.4rem;box-shadow:0 8px 40px #0000002e;max-width:400px;width:calc(100vw - 3.5rem);transform:translate(-110%);opacity:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .4s ease;pointer-events:none}#proof-toast.show{transform:translate(0);opacity:1;pointer-events:auto}#proof-toast img{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--gold)}.proof-toast-body{display:flex;flex-direction:column;gap:4px}.proof-toast-name{font-size:1rem;font-weight:800;color:var(--ink)}.proof-toast-product{font-size:.9rem;color:var(--ink);font-weight:600;line-height:1.3}.proof-toast-time{font-size:.8rem;color:var(--gold);font-weight:700}.membership-hero{min-height:72vh;padding:5rem 0;background:radial-gradient(circle at 14% 10%,rgba(201,169,110,.24),transparent 28rem),linear-gradient(135deg,#111,#211a15 45%,#080808);color:#fff}.membership-grid{display:grid;gap:2rem;align-items:center}@media(min-width:860px){.membership-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)}}.membership-narrow{max-width:820px}.membership-badge{display:inline-flex;width:fit-content;border:1px solid rgba(201,169,110,.42);border-radius:999px;background:#c9a96e24;color:#f6dfb4;padding:.45rem .9rem;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.membership-hero h1{max-width:900px;color:#fff;font-size:clamp(2.25rem,7vw,5.75rem);line-height:.96;letter-spacing:0}.membership-lead,.membership-copy{color:#ffffffc7;font-size:1.08rem;line-height:1.8;max-width:680px;margin-top:1.25rem}.membership-panel{border:1px solid rgba(255,255,255,.14);border-radius:22px;background:#ffffff13;box-shadow:0 28px 80px #0000004d;padding:clamp(1.25rem,4vw,2rem);backdrop-filter:blur(14px)}.membership-panel h2{color:#fff;margin-bottom:.75rem}.membership-list{display:grid;gap:.75rem;margin-top:1.25rem}.membership-list li{color:#ffffffd1;display:flex;gap:.65rem}.membership-list li:before{content:"✓";color:#f6dfb4;font-weight:900}.membership-button{margin-top:1.5rem;border:0}button.membership-button:disabled{cursor:not-allowed;opacity:.62}.membership-message{min-height:1.35rem;color:#ffffffa8;margin-top:1rem}.membership-label{display:block;color:#ffffffd1;font-weight:800;margin-top:1rem;margin-bottom:.5rem}.membership-input{width:100%;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#00000038;color:#fff;padding:.85rem 1rem;outline:none}.membership-input:focus{border-color:#c9a96ee6}.members-table-wrap{overflow-x:auto;margin-top:1.5rem;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#0000002e}.members-table{width:100%;min-width:900px;border-collapse:collapse;color:#ffffffdb}.members-table th,.members-table td{text-align:left;padding:1rem;border-bottom:1px solid rgba(255,255,255,.09);vertical-align:top}.members-table th{color:#fff;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.members-table small{color:#ffffff7a}.admin-action{display:inline-flex;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#ffffff14;color:#fff;cursor:pointer;padding:.48rem .72rem;margin:0 .35rem .35rem 0}.admin-action:hover{border-color:#c9a96ebf}.blog-membership-cta{border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#111,#2a2017);color:#fff;padding:1.5rem;margin:2rem 0}.blog-membership-cta h3{color:#fff;margin-bottom:.75rem}.blog-membership-cta p{color:#ffffffc2;margin-bottom:1rem}.creator-hero,.creator-section,.creator-final{background:#050507;color:#fff}.creator-hero{position:relative;overflow:hidden;min-height:86vh;padding:5.75rem 0 4rem}.creator-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 24% 44%,rgba(250,174,50,.18),transparent 22rem),radial-gradient(circle at 72% 48%,rgba(174,75,255,.24),transparent 24rem),linear-gradient(180deg,rgba(255,255,255,.03),transparent 42%);pointer-events:none}.creator-hero-inner{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.creator-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;border:1px solid rgba(184,98,255,.36);border-radius:999px;background:#873eff29;color:#e6c8ff;padding:.45rem .8rem;font-size:.75rem;font-weight:800;letter-spacing:0}.creator-hero h1{max-width:880px;margin-top:1.35rem;color:#fff;font-size:clamp(2.4rem,7vw,5.2rem);line-height:.94;letter-spacing:0}.creator-hero h1 span,.creator-section-heading h2 span{display:block;background:linear-gradient(90deg,#ffbf4b,#ff8b5d 42%,#c27cff);-webkit-background-clip:text;background-clip:text;color:transparent}.creator-subhead{max-width:760px;margin:1.25rem auto 0;color:#ffffffb3;font-size:1rem;line-height:1.75}.creator-offer-card{display:grid;gap:1rem;align-items:center;width:min(100%,560px);margin-top:2.2rem;border:1px solid rgba(186,115,255,.55);border-radius:12px;background:#0f0f14db;box-shadow:0 0 28px #8e46ff5c,-16px 20px 48px #f48b1f29;padding:1rem;text-align:left}@media(min-width:620px){.creator-offer-card{grid-template-columns:1fr auto}}.creator-kicker{color:#ffbd42;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.creator-offer-card strong{color:#fff;font-size:2.3rem;font-weight:900;line-height:1}.creator-offer-card span,.creator-price-card h2 span{color:#ffffff9e;font-size:.95rem}.creator-cta{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#fff;color:#050507;font-weight:900;padding:.9rem 1.25rem;text-decoration:none;transition:transform .18s ease,background .18s ease}.creator-cta:hover{background:#ffe8bd;transform:translateY(-1px)}.creator-note{color:#ffffff75;font-size:.78rem;margin-top:.8rem}.creator-section{padding:5.5rem 0;border-top:1px solid rgba(255,255,255,.055)}.creator-section-band{background:linear-gradient(180deg,#09080d,#050507)}.creator-narrow{max-width:920px}.creator-alert{color:#ff6b6b;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-align:center;text-transform:uppercase}.creator-section h2,.creator-final h2{color:#fff;font-size:clamp(2rem,5vw,3.8rem);line-height:1;letter-spacing:0;text-align:center}.creator-section-copy,.creator-section-heading p{max-width:720px;margin:1rem auto 0;color:#ffffff9e;text-align:center;line-height:1.75}.creator-section-heading{display:flex;flex-direction:column;align-items:center;margin-bottom:2.2rem;text-align:center}.creator-section-heading h2{margin-top:1rem}.creator-grid{display:grid;gap:1rem;margin-top:2rem}.creator-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.creator-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.creator-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:920px){.creator-grid-3,.creator-grid-5{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.creator-grid-2,.creator-grid-3,.creator-grid-5{grid-template-columns:1fr}}.creator-card,.creator-step,.creator-price-card{border:1px solid rgba(255,255,255,.095);border-radius:12px;background:radial-gradient(circle at top right,rgba(183,104,255,.13),transparent 12rem),#ffffff0e;box-shadow:0 20px 56px #0003}.creator-card{padding:1.45rem}.creator-card-small{display:flex;align-items:flex-start;gap:.85rem}.creator-card-small span{display:block;flex:0 0 auto;width:.55rem;height:.55rem;margin-top:.45rem;border-radius:999px;background:#ff4949;box-shadow:0 0 20px #ff4949a6}.creator-card h3{color:#fff;margin:.85rem 0 .55rem;font-size:1.05rem}.creator-card p,.creator-card-small p,.creator-step p{color:#ffffffa8;line-height:1.65}.creator-icon{display:flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:9px;background:#ffb74129;color:#ffbf4b;font-size:.82rem;font-weight:900}.creator-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}@media(max-width:920px){.creator-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.creator-benefit-grid{grid-template-columns:1fr}}.creator-benefit,.creator-price-list p{border:1px solid rgba(255,255,255,.09);border-radius:10px;background:#ffffff0b;color:#ffffffc7;padding:.85rem 1rem}.creator-step{padding:1.2rem}.creator-step span{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:8px;background:linear-gradient(135deg,#ffbf4b,#c27cff);color:#050507;font-weight:900;margin-bottom:.9rem}.creator-pricing-wrap{max-width:780px}.creator-price-card{position:relative;overflow:hidden;padding:clamp(1.4rem,4vw,2.2rem)}.creator-price-card:before{content:"";position:absolute;inset:auto -20% -42%;height:16rem;background:radial-gradient(circle,rgba(255,174,55,.24),transparent 60%)}.creator-price-card>*{position:relative}.creator-price-card h2{color:#fff;margin-top:1rem;font-size:clamp(3.2rem,10vw,5rem);letter-spacing:0}.creator-price-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:1.4rem 0}@media(max-width:620px){.creator-price-list{grid-template-columns:1fr}}.creator-price-list p{display:flex;gap:.55rem;align-items:center;margin:0}.creator-price-list p:before{content:"✓";color:#ffbf4b;font-weight:900}.creator-cta-wide{width:100%}.creator-faq-list{display:grid;gap:.85rem}.creator-faq{border:1px solid rgba(255,255,255,.09);border-radius:10px;background:#ffffff0d;padding:1rem 1.1rem}.creator-faq summary{color:#fff;cursor:pointer;font-weight:900}.creator-faq p{color:#ffffffad;margin-top:.75rem;line-height:1.65}.creator-final{padding:5.5rem 0 6.5rem;text-align:center;background:radial-gradient(circle at 50% 100%,rgba(169,88,255,.16),transparent 22rem),#050507}.creator-subpage-hero{min-height:auto;padding:4.6rem 0 4.8rem}.creator-subpage-hero h1{color:#fff;font-size:clamp(2.3rem,6vw,4.6rem);line-height:.98;letter-spacing:0}.creator-subpage-hero .creator-grid{align-items:center;margin-top:0}.creator-card h2,.creator-access-card h2{color:#fff}.creator-access-card{margin-top:2rem}.creator-unlock-list{margin-top:1rem}.creator-unlock-list li{color:#ffffffc7}.creator-card a:not(.creator-cta){color:#ffbf4b;font-weight:800}.site-footer{background:#050507;border-top:1px solid rgba(255,255,255,.08);color:#ffffffb3}.site-footer h4,.footer-brand-name{color:#fff}.site-footer a{display:inline-flex;align-items:center;min-height:34px;color:#ffffffb8}.site-footer a:hover{color:#ffbf4b}.footer-tagline,.footer-disclaimer,.footer-copyright{color:#ffffff8c}body{background:#050507}.section,.section--cream,.section--gold,.blog-hero,.blog-post-hero{background:#050507;color:#fff}.section h1,.section h2,.section h3,.blog-post-title,.blog-hero h1{color:#fff}.section p,.article-content p,.blog-post-intro,.blog-card p,.featured-post p{color:#ffffffad}.article-content,.featured-post,.blog-card,.card,.faq-item,.disclaimer-box{border-color:#ffffff17;background:#ffffff0d;color:#ffffffc2}.article-content h2,.article-content h3,.featured-post h2,.blog-card h3{color:#fff}
