@font-face{font-family:Poppins;src:url(/cdn/shop/files/Poppins-Thin.woff2?v=1766090801) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/cdn/shop/files/Poppins-ThinItalic.woff2?v=1766090800) format("woff2");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/cdn/shop/files/Poppins-Light.woff2?v=1766090801) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/cdn/shop/files/Poppins-LightItalic.woff2?v=1766090800) format("woff2");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/cdn/shop/files/Poppins-Regular.woff2?v=1766090800) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/cdn/shop/files/Poppins-Medium.woff2?v=1766090800) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/cdn/shop/files/Poppins-SemiBold.woff2?v=1766090800) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/cdn/shop/files/Poppins-Bold.woff2?v=1766090801) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/cdn/shop/files/Poppins-ExtraBold.woff2?v=1766090801) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/cdn/shop/files/Poppins-Black.woff2?v=1766090800) format("woff2");font-weight:900;font-style:normal;font-display:swap}.custom-homepage{--color-bg: #fffaf1;--color-surface: #ffffff;--color-surface-soft: #fff7e1;--color-primary: #f6b93b;--color-primary-dark: #e58e26;--color-accent: #2ecc71;--color-text: #111827;--color-muted: #6b7280;--color-border: #f3e2b3;--shadow-soft: 0 16px 40px rgba(148, 121, 56, .18);--radius-lg: 24px;--radius-md: 16px;--radius-pill: 999px;--nav-height: 72px;margin:0;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.custom-homepage *,.custom-homepage *:before,.custom-homepage *:after{box-sizing:border-box}.custom-homepage html{scroll-behavior:smooth}.custom-homepage img{max-width:100%;display:block}.custom-homepage a{text-decoration:none;color:inherit}.custom-homepage button{font-family:inherit}.custom-homepage .container{max-width:1120px;margin:0 auto;padding:0 1.5em}.custom-homepage .site-header{position:sticky;top:0;z-index:40;background:#fffaf1f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(243,226,179,.9)}.custom-homepage .nav{display:flex;align-items:center;justify-content:space-between;height:var(--nav-height)}.custom-homepage .brand{display:inline-flex;align-items:center;gap:.75em}.custom-homepage .brand__logo{width:52px;height:52px;border-radius:50%;object-fit:contain;background:#fff;padding:4px;box-shadow:0 6px 18px #94793840}.custom-homepage .brand__text{display:flex;flex-direction:column}.custom-homepage .brand__name{font-family:Poppins,system-ui,sans-serif;font-weight:700;font-size:1.05em;letter-spacing:.04em;text-transform:uppercase}.custom-homepage .brand__tagline{font-size:.8em;color:var(--color-muted)}.custom-homepage .nav-toggle{border-radius:var(--radius-pill);border:1px solid rgba(243,226,179,.9);background:#ffffffe6;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.custom-homepage .nav-toggle__icon{position:relative;width:18px;height:2px;background:#111827;border-radius:999px;transition:transform .25s ease,background .25s ease}.custom-homepage .nav-toggle__icon:before,.custom-homepage .nav-toggle__icon:after{content:"";position:absolute;left:0;width:18px;height:2px;background:#111827;border-radius:999px;transition:transform .25s ease,opacity .25s ease,top .25s ease,bottom .25s ease}.custom-homepage .nav-toggle__icon:before{top:-6px}.custom-homepage .nav-toggle__icon:after{bottom:-6px}.custom-homepage .nav-toggle[aria-expanded=true] .nav-toggle__icon{transform:rotate(45deg)}.custom-homepage .nav-toggle[aria-expanded=true] .nav-toggle__icon:before{top:0;transform:rotate(-90deg)}.custom-homepage .nav-toggle[aria-expanded=true] .nav-toggle__icon:after{bottom:0;opacity:0}.custom-homepage .nav-links{position:absolute;top:var(--nav-height);left:1.5em;right:1.5em;display:none;flex-direction:column;gap:.75em;padding:1em 1.25em;background:#fff;border-radius:18px;border:1px solid rgba(243,226,179,.95);box-shadow:0 20px 40px #9479382e}.custom-homepage .nav-links--open{display:flex}.custom-homepage .nav-links a{font-size:.95em;font-weight:500;padding:.4em .2em;display:inline-flex;align-items:center;gap:.35em}.custom-homepage .nav-links a.nav-link--muted{color:var(--color-muted);font-weight:500}.custom-homepage .nav-links a:hover{color:var(--color-primary-dark)}.custom-homepage .nav-links .btn{width:100%;justify-content:center;margin-top:.25em}@media (min-width: 768px){.custom-homepage .nav-toggle{display:none}.custom-homepage .nav{gap:2em}.custom-homepage .nav-links{position:static;display:flex!important;flex-direction:row;align-items:center;gap:1.75em;padding:0;background:transparent;border:none;box-shadow:none}.custom-homepage .nav-links .btn{width:auto;margin-top:0}}.custom-homepage body.nav-open{overflow:hidden}.custom-homepage .btn{display:inline-flex;align-items:center;justify-content:center;gap:.3em;padding:.7em 1.4em;border-radius:var(--radius-pill);border:none;font-weight:600;font-size:.95em;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .2s ease,color .2s ease;white-space:nowrap}.custom-homepage .btn--primary{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#3b2f09;box-shadow:0 10px 24px #f6b93b73}.custom-homepage .btn--primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px #f6b93b8c}.custom-homepage .btn--ghost{background:#ffffffd9;color:#111827;border:1px solid rgba(243,226,179,.9)}.custom-homepage .btn--ghost:hover{background:#fffdf5;border-color:var(--color-primary)}.custom-homepage .btn--sm{padding:.5em 1em;font-size:.85em}.custom-homepage .section{padding:clamp(3em,5vw,5em) 0}.custom-homepage .section--alt{background:var(--color-surface-soft)}.custom-homepage .section__heading{text-align:center;margin-bottom:2.5em}.custom-homepage .section__eyebrow{font-size:.8em;text-transform:uppercase;letter-spacing:.12em;font-weight:600;color:var(--color-muted);margin-bottom:.5em}.custom-homepage .section__title{font-family:Poppins,system-ui,sans-serif;font-weight:700;font-size:clamp(1.7em,3vw,2.1em);margin:0;letter-spacing:-.02em}.custom-homepage .section__subtitle{max-width:600px;margin:.75em auto 0;color:var(--color-muted);font-size:.98em}.custom-homepage h1{margin:0;font-size:2em!important;font-family:Poppins,system-ui,sans-serif!important}.custom-homepage h2{margin:0;font-size:1.5em;font-family:Poppins,system-ui,sans-serif!important}.custom-homepage h3{margin:0;font-size:1.17em;font-family:Poppins,system-ui,sans-serif!important}.custom-homepage h4{margin:0;font-size:1em;font-family:Poppins,system-ui,sans-serif!important}.custom-homepage p{margin:0 0 1em;font-size:1em!important}.custom-homepage .eyebrow{font-size:.75em;text-transform:uppercase;letter-spacing:.18em;font-weight:600;color:var(--color-muted)}.custom-homepage .text-muted{color:var(--color-muted)}.custom-homepage .pill{display:inline-flex;align-items:center;gap:.35em;padding:.3em .8em;border-radius:999px;background:#ffffffe6;border:1px solid rgba(243,226,179,.8);font-size:.78em;font-weight:500}.custom-homepage .hero{padding:3.2em 0 4em;background:radial-gradient(circle at top left,#fff3c4 0,#fffaf1 40%,#fff)}.custom-homepage .hero__grid{display:grid;gap:2.7em;align-items:center}.custom-homepage .hero__grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}@media (min-width: 900px){.hero__grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}}.custom-homepage .hero__content{max-width:560px}.custom-homepage .hero__title{font-family:Poppins,system-ui,sans-serif!important;font-size:clamp(2.1em,4vw,2.7em !important);line-height:1.1;letter-spacing:-.03em;margin:.6em 0 1em}.custom-homepage .hero__title span.highlight{position:relative;display:inline-block}.custom-homepage .hero__title span.highlight:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:10px;border-radius:999px;background:#f6b93b40;z-index:-1}.custom-homepage .hero__lead{color:var(--color-muted);font-size:1em;max-width:480px;margin-bottom:1.6em}.custom-homepage .hero__actions{display:flex;flex-wrap:wrap;gap:.75em;align-items:center;margin-bottom:1em}.custom-homepage .hero__meta{display:flex;flex-wrap:wrap;gap:.75em;align-items:center;font-size:.86em;color:var(--color-muted);margin-top:.75em}.custom-homepage .hero__meta-rating{display:inline-flex;align-items:center;gap:.25em;padding:.2em .7em;border-radius:999px;background:#fff;border:1px solid rgba(243,226,179,.9)}.custom-homepage .hero__meta-rating span.stars{color:#fbbf24;font-size:.9em}.custom-homepage .hero__media{max-width:480px;margin-inline:auto}.custom-homepage .hero__image-card{background:#fff;border-radius:30px;padding:1.1em;box-shadow:var(--shadow-soft);border:1px solid rgba(243,226,179,.9);position:relative;overflow:hidden}.custom-homepage .hero__image-card img{border-radius:22px}.custom-homepage .hero__image-badge{position:absolute;bottom:1em;left:50%;padding:.4em .8em;border-radius:999px;background:#111827d9;color:#fefce8;font-size:.8em;display:inline-flex;align-items:center;transform:translate(-50%);text-align:center;white-space:nowrap;gap:.4em}.custom-homepage .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5em}.custom-homepage .benefit-card{background:var(--color-surface);border-radius:var(--radius-lg);padding:1.4em 1.3em;border:1px solid rgba(243,226,179,.85);box-shadow:0 14px 34px #9479381a;display:grid;grid-template-columns:auto 1fr;gap:.75em 1em;align-items:flex-start}.custom-homepage .benefit-card__icon-wrap{width:52px;height:52px;border-radius:18px;background:#fff7e1;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(243,226,179,.9)}.custom-homepage .benefit-card__icon-wrap img{width:34px;height:34px;object-fit:contain}.custom-homepage .benefit-card__title{font-weight:600;margin-bottom:.25em;font-size:1em}.custom-homepage .benefit-card__body{grid-column:1 / -1;font-size:.94em;color:var(--color-muted)}.custom-homepage .how-grid{display:grid;gap:2em}@media (min-width: 880px){.how-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center}}.custom-homepage .steps{display:grid;gap:1em}.custom-homepage .step{display:grid;grid-template-columns:auto 1fr;gap:.75em 1em;align-items:flex-start;padding:.9em 1em;border-radius:var(--radius-md);background:#ffffffe6;border:1px solid rgba(243,226,179,.9)}.custom-homepage .step__number{width:32px;height:32px;border-radius:999px;background:#111827;color:#fefce8;display:inline-flex;align-items:center;justify-content:center;font-size:.9em;font-weight:600}.custom-homepage .step__title{font-weight:600;font-size:.97em;margin-bottom:.15em}.custom-homepage .step__text{grid-column:1 / -1;font-size:.92em;color:var(--color-muted)}.custom-homepage .how-media{max-width:420px;margin-inline:auto}.custom-homepage .how-media__card{background:var(--color-surface);border-radius:26px;padding:1em;border:1px solid rgba(243,226,179,.95);box-shadow:var(--shadow-soft)}.custom-homepage .how-media__row{display:flex;justify-content:space-between;align-items:center;gap:1em;margin-top:.6em;font-size:.85em;color:var(--color-muted)}.custom-homepage .gallery-grid{display:grid;gap:1em}@media (min-width: 720px){.gallery-grid{grid-template-columns:1.3fr 1fr}}.custom-homepage .gallery-grid__main{border-radius:26px;overflow:hidden;border:1px solid rgba(243,226,179,.95);box-shadow:var(--shadow-soft)}.custom-homepage .gallery-grid__side{display:grid;gap:1em}.custom-homepage .gallery-grid__image{border-radius:20px;overflow:hidden;border:1px solid rgba(243,226,179,.9);background:#fff;box-shadow:0 10px 24px #94793821}.custom-homepage .reviews-summary{display:flex;flex-wrap:wrap;gap:1em;justify-content:center;align-items:center;margin-bottom:1.8em;font-size:.92em;color:var(--color-muted)}.custom-homepage .reviews-summary__badge{padding:.45em .9em;border-radius:999px;background:#111827;color:#fefce8;display:inline-flex;align-items:center;gap:.35em;font-size:.86em}.custom-homepage .reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2em}.custom-homepage .review-card{background:#fff;border-radius:22px;padding:1.2em 1.2em 1.3em;border:1px solid rgba(243,226,179,.95);box-shadow:0 14px 32px #94793821;font-size:.9em}.custom-homepage .review-card__stars{color:#fbbf24;margin-bottom:.4em}.custom-homepage .review-card__body{margin-bottom:.7em;color:var(--color-text)}.custom-homepage .review-card__author{font-weight:600;font-size:.9em}.custom-homepage .review-card__meta{font-size:.8em;color:var(--color-muted)}.custom-homepage .story-grid{display:grid;gap:2em}@media (min-width: 880px){.story-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center}}.custom-homepage .story-card{background:#fff;border-radius:24px;padding:1.4em 1.4em 1.5em;border:1px solid rgba(243,226,179,.9);box-shadow:var(--shadow-soft);font-size:.95em;color:var(--color-muted)}.custom-homepage .story-card p+p{margin-top:.75em}.custom-homepage .story-signoff{margin-top:1em;font-weight:500;color:var(--color-text);font-size:.95em}.custom-homepage .story-note{margin-top:.2em;font-size:.85em;color:var(--color-muted)}.custom-homepage .faq-list{max-width:760px;margin:0 auto;display:grid;gap:.9em;text-align:left}.custom-homepage .faq-item{border-radius:18px;background:#fff;border:1px solid rgba(243,226,179,.9);padding:.75em 1em}.custom-homepage .faq-item summary{list-style:none;cursor:pointer;font-weight:600;font-size:.95em;display:flex;align-items:center;justify-content:space-between;gap:1em}.custom-homepage .faq-item summary::-webkit-details-marker{display:none}.custom-homepage .faq-item__icon{font-size:1.2em;color:var(--color-muted);flex-shrink:0}.custom-homepage .faq-item[open] .faq-item__icon{transform:rotate(90deg)}.custom-homepage .faq-item p{margin-top:.6em;font-size:.9em;color:var(--color-muted)}.custom-homepage .cta{text-align:center}.custom-homepage .cta-card{max-width:720px;margin:0 auto;padding:2em 1.5em;border-radius:28px;background:radial-gradient(circle at top right,#fef3c7 0,#facc15 30%,#f97316 70%);color:#3b1f02;position:relative;overflow:hidden;box-shadow:0 18px 40px #f59e0b73}.custom-homepage .cta-card:after{content:"\1f34c";position:absolute;right:1.5em;bottom:.6em;font-size:2.2em;opacity:.7}.custom-homepage .cta-card h2{font-family:Poppins,system-ui,sans-serif;font-size:1.8em;margin-bottom:.5em}.custom-homepage .cta-card p{font-size:.98em;margin-bottom:1.4em}.custom-homepage .cta-card .btn{background:#111827;color:#fefce8;box-shadow:0 12px 30px #0f172a73}.custom-homepage .cta-card .btn:hover{transform:translateY(-1px);box-shadow:0 16px 36px #0f172a8c}.custom-homepage .site-footer{border-top:1px solid rgba(243,226,179,.95);padding:1.75em 0 2em;background:#fff;font-size:.85em}.custom-homepage .footer-grid{display:grid;gap:1.5em}@media (min-width: 720px){.footer-grid{grid-template-columns:1.4fr auto auto;align-items:flex-start}}.custom-homepage .footer-brand{max-width:360px}.custom-homepage .footer-brand p{color:var(--color-muted);margin-top:.4em}.custom-homepage .footer-heading{font-weight:600;margin-bottom:.5em}.custom-homepage .footer-links{display:grid;gap:.25em}.custom-homepage .footer-links a{color:var(--color-muted)}.custom-homepage .footer-links a:hover{color:var(--color-primary-dark)}.custom-homepage .footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1em;margin-top:1.8em;padding-top:1em;border-top:1px dashed rgba(243,226,179,.9);color:var(--color-muted)}.custom-homepage .footer-social{display:flex;flex-wrap:wrap;gap:.6em 1em;align-items:center}.custom-homepage .footer-social span.label{font-weight:500;font-size:.85em}.custom-homepage .footer-social a{font-size:.85em;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}@media (max-width: 480px){.hero{padding-top:2.4em}.cta-card{text-align:left}.cta-card:after{opacity:.4}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-homepage.css.map */
