:root{--navy: #1A2E52;--navy-mid: #243A6B;--navy-lt: #2D4880;--cream: #FDFCF8;--cream-dk: #F5F0E6;--lime: #AEFF6E;--lime-dk: #8CE84A;--lime-lt: #EEFFCF;--white: #FFFFFF;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--ink: #111827;--on-dark: #FDFCF8;--radius: 14px;--radius-lg:20px;--sh: 0 1px 3px rgba(0,0,0,.08);--sh-md: 0 4px 16px rgba(0,0,0,.08);--sh-lg: 0 12px 40px rgba(0,0,0,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:Plus Jakarta Sans,sans-serif;background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit}.announce-bar{background:var(--navy-mid);color:var(--cream);text-align:center;font-size:13px;font-weight:600;line-height:1.35;padding:8px 1.25rem;letter-spacing:.01em;border-bottom:1px solid rgba(255,255,255,.08)}.announce-bar strong{color:var(--lime);font-weight:800}@media(max-width:480px){.announce-bar{font-size:12px}}.site-nav{background:var(--navy);height:76px;display:flex;align-items:center;padding:0 2.5rem;position:sticky;top:0;z-index:100;gap:2rem}.logo{display:inline-flex;align-items:center;gap:0;text-decoration:none}.logo-mark{display:block;height:42px;width:auto}.logo-text{font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--on-dark);line-height:1;white-space:nowrap}.logo-text span{color:var(--lime)}.logo .logo-img{display:block;height:44px;width:auto}.nav-menu{display:flex;align-items:center;gap:2rem;flex:1}.nav-links{display:flex;gap:2rem;margin-left:auto}.nav-link{font-size:13px;font-weight:500;color:#fdfcf880;text-decoration:none;transition:color .15s}.nav-link:hover{color:var(--on-dark)}.nav-right{display:flex;align-items:center;gap:.75rem}.cart-btn{display:flex;align-items:center;gap:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;color:var(--on-dark);cursor:pointer;transition:all .15s}.cart-btn:hover{background:#ffffff26}.cart-count{background:var(--lime);color:var(--navy);font-size:11px;font-weight:800;width:18px;height:18px;border-radius:50%;display:none;align-items:center;justify-content:center}.cart-count.has-items{display:flex}.nav-cta{background:var(--lime);color:var(--navy);border:none;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:700;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;transition:all .15s;text-decoration:none;display:inline-flex;align-items:center;box-shadow:0 4px 16px #aeff6e40}.nav-cta:hover{background:var(--lime-dk)}.nav-toggle{display:none;margin-left:auto;align-items:center;justify-content:center;width:42px;height:42px;padding:0;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:var(--on-dark);cursor:pointer;transition:background .15s}.nav-toggle:hover{background:#ffffff26}.nav-toggle-box{position:relative;width:20px;height:14px}.nav-toggle-bar{position:absolute;left:0;width:100%;height:2px;border-radius:2px;background:var(--on-dark);transition:transform .25s ease,opacity .15s ease,top .25s ease}.nav-toggle-bar:nth-child(1){top:0}.nav-toggle-bar:nth-child(2){top:6px}.nav-toggle-bar:nth-child(3){top:12px}.site-nav.is-open .nav-toggle-bar:nth-child(1){top:6px;transform:rotate(45deg)}.site-nav.is-open .nav-toggle-bar:nth-child(2){opacity:0}.site-nav.is-open .nav-toggle-bar:nth-child(3){top:6px;transform:rotate(-45deg)}@media(max-width:720px){.site-nav{padding:0 1.25rem;gap:1rem}.logo-mark{height:36px}.logo-text{font-size:19px}.logo .logo-img{height:40px}.nav-toggle{display:inline-flex}.nav-menu{position:absolute;top:76px;left:0;right:0;flex:none;flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1.25rem 1.25rem;background:var(--navy);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:var(--sh-lg);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s}.site-nav.is-open .nav-menu{opacity:1;visibility:visible;transform:none}.nav-links{flex-direction:column;align-items:stretch;gap:0;margin-left:0}.nav-link{padding:15px 6px;font-size:15px;color:#fdfcf8d9;border-bottom:1px solid rgba(255,255,255,.07)}.nav-right{margin-left:0;margin-top:1rem}.nav-cta{width:100%;justify-content:center;padding:14px 18px;font-size:15px}}.hero{background:var(--navy);padding:5rem 2.5rem 4rem;border-bottom:1px solid rgba(255,255,255,.06)}.hero-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media(max-width:820px){.hero-inner{grid-template-columns:1fr;gap:3rem}}.hero-eyebrow{display:inline-block;background:#aeff6e26;border:1px solid rgba(174,255,110,.3);border-radius:40px;padding:5px 14px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--lime);margin-bottom:1.5rem}.hero h1{font-size:clamp(36px,4.5vw,56px);font-weight:800;letter-spacing:-.03em;line-height:1.08;color:var(--on-dark);margin-bottom:1.25rem}.hero h1 em{color:var(--lime);font-style:normal}.hero-rotate{color:var(--lime);display:inline-block;transition:opacity .38s ease,transform .38s ease}.hero-rotate.is-swapping{opacity:0;transform:translateY(.18em)}@media(prefers-reduced-motion:reduce){.hero-rotate{transition:none}}.hero p{font-size:17px;color:#fdfcf88c;line-height:1.7;margin-bottom:2rem;max-width:420px}.hero-ctas{display:flex;gap:.875rem;flex-wrap:wrap;margin-bottom:2.5rem}.btn-primary{background:var(--lime);color:var(--navy);border:none;border-radius:9px;padding:14px 28px;font-size:16px;font-weight:700;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;transition:all .15s;box-shadow:0 4px 16px #aeff6e40;text-decoration:none;display:inline-flex;align-items:center}.btn-primary:hover{background:var(--lime-dk);transform:translateY(-1px)}.btn-ghost{background:#ffffff14;color:var(--on-dark);border:1px solid rgba(255,255,255,.2);border-radius:9px;padding:14px 24px;font-size:16px;font-weight:600;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;transition:all .15s;text-decoration:none;display:inline-flex;align-items:center}.btn-ghost:hover{background:#ffffff26}.hero-stats{display:flex;gap:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}.hero-stat-num{font-size:28px;font-weight:800;color:var(--lime);letter-spacing:-.03em;line-height:1}.hero-stat-label{font-size:12px;color:#fdfcf866;margin-top:3px;font-weight:500}.hero-right,.hero-img-stack{position:relative}.hero-img-main{position:relative;margin-left:auto;width:85%}.hero-img-main img{width:100%;height:auto;display:block;filter:drop-shadow(0 12px 32px rgba(0,0,0,.35))}.hero-img-float{position:absolute;left:0;bottom:24px;width:46%}.hero-img-float img{width:100%;height:auto;display:block;filter:drop-shadow(0 4px 10px rgba(0,0,0,.55)) drop-shadow(0 28px 56px rgba(0,0,0,.75))}.hero-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--navy-mid),var(--navy-lt));display:flex;align-items:center;justify-content:center;color:#fdfcf84d;font-size:13px;font-weight:600}.section{padding:5rem 2.5rem}.section-inner{max-width:1080px;margin:0 auto}.section-kicker{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lime-dk);margin-bottom:.75rem}.section-title{font-size:clamp(26px,3.5vw,38px);font-weight:800;letter-spacing:-.03em;color:var(--ink);margin-bottom:.625rem;line-height:1.15}.section-sub{font-size:16px;color:var(--gray-500);line-height:1.65;margin-bottom:3rem}.products{background:var(--white);border-top:1px solid var(--gray-200)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1000px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(max-width:600px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:all .2s;cursor:pointer;box-shadow:var(--sh);text-decoration:none;color:inherit;display:flex;flex-direction:column}.product-card:hover{border-color:var(--lime-dk);box-shadow:0 0 0 3px var(--lime-lt),var(--sh-md);transform:translateY(-3px)}.product-img{width:100%;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;display:block}.product-img-placeholder{width:100%;height:100%;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#00000059;font-size:12px;font-weight:700;letter-spacing:.02em}.product-info{padding:1rem .9rem 1.25rem;display:flex;flex-direction:column;flex:1}.product-name{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:.25rem;letter-spacing:-.01em}.product-desc{font-size:12px;color:var(--gray-500);margin-bottom:.625rem;line-height:1.5}.product-price{font-size:17px;font-weight:800;color:var(--ink);letter-spacing:-.02em;margin-bottom:.35rem;margin-top:auto}.product-ship{font-size:12px;font-weight:700;color:var(--navy-lt);margin-bottom:.9rem;display:flex;align-items:center;gap:6px}.product-ship:before{content:"";width:12px;height:12px;flex:none;border-radius:50%;background:var(--lime);box-shadow:inset 0 0 0 2px var(--navy-mid)}.cfg-ship-note{margin:.9rem 0 0;font-size:13px;font-weight:700;color:var(--navy-lt);display:flex;align-items:center;gap:7px}.cfg-ship-note:before{content:"";width:14px;height:14px;flex:none;border-radius:50%;background:var(--lime);box-shadow:inset 0 0 0 2px var(--navy-mid)}.add-cart-btn{display:block;width:100%;text-align:center;white-space:nowrap;background:var(--lime);color:var(--navy);border:none;border-radius:8px;padding:11px 8px;font-size:13.5px;font-weight:700;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;transition:all .15s;letter-spacing:.01em}.add-cart-btn:hover{background:var(--lime-dk)}.hiw{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.hiw-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:700px){.hiw-steps{grid-template-columns:repeat(2,1fr)}}.hiw-step{position:relative}.hiw-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--navy);color:var(--lime);font-size:14px;font-weight:800;margin-bottom:1rem}.hiw-step-title{font-size:16px;font-weight:700;color:var(--ink);margin-bottom:.5rem;letter-spacing:-.01em}.hiw-step-desc{font-size:13px;color:var(--gray-500);line-height:1.65}.gallery{background:var(--navy)}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:2rem}@media(max-width:700px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}.gallery-item{border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4;border:1px solid rgba(255,255,255,.06);background:#ffffff0a;display:flex;align-items:center;justify-content:center;color:#fdfcf840;font-size:11px;font-weight:600}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.gallery-item:hover img{transform:scale(1.05)}.gallery .section-kicker{color:var(--lime)}.gallery .section-title{color:var(--on-dark)}.gallery .section-sub{color:#fdfcf873}.reviews{background:var(--white)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:700px){.reviews-grid{grid-template-columns:1fr}}.review-card{background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem}.review-stars{color:#f59e0b;font-size:14px;margin-bottom:.875rem;letter-spacing:.5px}.review-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:.55rem}.review-text{font-size:14px;color:var(--gray-700);line-height:1.7;margin-bottom:0}.review-author{font-size:12px;font-weight:700;color:var(--gray-400)}.guarantee{background:var(--navy);padding:4rem 2.5rem}.guarantee-inner{max-width:900px;margin:0 auto}.guarantee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}@media(max-width:600px){.guarantee-grid{grid-template-columns:1fr}}.guarantee-item{text-align:center;padding:2rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg)}.guarantee-title{font-size:16px;font-weight:700;color:var(--on-dark);margin-bottom:.5rem}.guarantee-desc{font-size:13px;color:#fdfcf873;line-height:1.65}.guarantee .section-kicker{color:var(--lime)}.guarantee .section-title{color:var(--on-dark)}.faq{background:var(--white)}.faq-list{max-width:720px;margin:2rem auto 0;display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1.5px solid var(--gray-200);border-radius:var(--radius);overflow:hidden}.faq-item summary{padding:1.25rem 1.5rem;font-size:15px;font-weight:700;color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;align-items:center;letter-spacing:-.01em;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{background:var(--gray-50)}.faq-chevron{color:var(--gray-400);font-size:18px;transition:transform .2s;flex-shrink:0}.faq-item[open] .faq-chevron{transform:rotate(45deg)}.faq-a{padding:0 1.5rem 1.25rem;font-size:14px;color:var(--gray-500);line-height:1.7}.cta-banner{background:var(--lime);padding:4rem 2.5rem;text-align:center}.cta-banner h2{font-size:clamp(26px,4vw,42px);font-weight:800;letter-spacing:-.03em;color:var(--navy);margin-bottom:.875rem}.cta-banner p{font-size:17px;color:#1a2e52a6;margin-bottom:2rem}.btn-navy{background:var(--navy);color:var(--on-dark);border:none;border-radius:9px;padding:15px 32px;font-size:16px;font-weight:700;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;transition:all .15s;text-decoration:none;display:inline-flex;align-items:center}.btn-navy:hover{background:var(--navy-mid);transform:translateY(-1px)}.footer-trust{background:var(--navy);border-top:1px solid rgba(255,255,255,.06);padding:2.75rem 2.5rem}.footer-trust-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:720px){.footer-trust{padding:2.25rem 1.25rem}.footer-trust-inner{grid-template-columns:1fr;gap:1rem}}.footer-trust-item{padding:1rem 1.1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius)}.footer-trust-label{font-size:12px;font-weight:800;letter-spacing:.02em;color:var(--lime);margin-bottom:.35rem}.footer-trust-text{font-size:12.5px;color:#fdfcf880;line-height:1.6}.site-footer{position:relative;overflow:hidden;background:var(--navy);border-top:1px solid rgba(255,255,255,.06);padding:4rem 2.5rem 0}.footer-mark{position:absolute;right:-44px;bottom:-60px;width:300px;height:300px;color:var(--lime);opacity:.05;transform:rotate(-14deg);pointer-events:none}.footer-inner{position:relative;max-width:1080px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,2fr);gap:3rem 2.5rem;align-items:start}.footer-brand{max-width:32ch}.footer-logo{display:inline-flex;align-items:center;text-decoration:none}.footer-logo .logo-img{display:block;height:40px;width:auto}.footer-tagline{margin-top:1.1rem;font-size:13.5px;line-height:1.7;color:#fdfcf880}.footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-col-title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fdfcf8eb;margin-bottom:1.1rem}.footer-col-list{list-style:none;display:flex;flex-direction:column;gap:.7rem}.footer-link{display:inline-block;font-size:14px;color:#fdfcf880;text-decoration:none;transition:color .15s ease,transform .15s ease}.footer-link:hover{color:var(--on-dark);transform:translate(3px)}.footer-link:focus-visible{outline:2px solid var(--lime);outline-offset:3px;border-radius:3px;color:var(--on-dark)}.nav-link:focus-visible,.nav-cta:focus-visible,.logo:focus-visible,.btn-primary:focus-visible,.btn-ghost:focus-visible{outline:2px solid var(--lime);outline-offset:3px;border-radius:8px}.btn-navy:focus-visible{outline:2px solid var(--navy);outline-offset:3px;border-radius:8px}.footer-bottom{position:relative;max-width:1080px;margin:3.5rem auto 0;padding:1.6rem 0;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:.75rem 1.5rem;flex-wrap:wrap}.footer-copy{font-size:12.5px;color:#fdfcf866}.footer-flourish{display:inline-flex;align-items:center;gap:.5rem;font-size:12px;color:#fdfcf859}.footer-flourish svg{width:13px;height:13px;color:var(--lime);opacity:.85}@media(max-width:860px){.footer-inner{grid-template-columns:1fr;gap:2.5rem}.footer-brand{max-width:none}}@media(max-width:600px){.site-footer{padding:3rem 1.25rem 0}.footer-nav{grid-template-columns:1fr 1fr;gap:1.75rem 1rem}.footer-bottom{margin-top:2.5rem;padding:1.4rem 0}.footer-mark{width:220px;height:220px;right:-32px;bottom:-42px}}@media(max-width:600px){.hero{padding:3rem 1.25rem}.hero-stats{gap:1.5rem;padding-top:1.5rem}.section{padding:3.5rem 1.25rem}.section-sub{margin-bottom:2rem}.guarantee,.cta-banner{padding:3rem 1.25rem}}.create-back{display:inline-block;font-size:13px;font-weight:600;color:var(--gray-500);text-decoration:none;margin-bottom:1.25rem}.create-back:hover{color:var(--navy)}.cfg{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,1fr);min-height:calc(100vh - 76px);background:linear-gradient(to right,#101d38 0 51%,var(--cream) 51%)}.cfg-preview{position:sticky;top:76px;align-self:start;height:calc(100vh - 76px);overflow:hidden;display:flex;flex-direction:column;padding:2rem 2.5rem 2.25rem;color:var(--on-dark);background:radial-gradient(125% 82% at 50% -12%,var(--navy-lt) 0%,var(--navy) 50%,#101d38 100%);box-shadow:inset 0 0 150px 20px #070e2066}.cfg-preview:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:repeating-radial-gradient(circle at 50% 47%,transparent 0 24px,rgba(214,255,182,.09) 28px,transparent 32px 56px);-webkit-mask-image:radial-gradient(80% 74% at 50% 47%,#000 15%,transparent 86%);mask-image:radial-gradient(80% 74% at 50% 47%,#000 15%,transparent 86%);transform-origin:50% 47%;animation:cfg-ripple 15s ease-in-out infinite}.cfg-preview:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.cfg-pre-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cfg-back{display:inline-flex;align-items:center;gap:.4rem;font-size:13px;font-weight:600;color:#fdfcf899;text-decoration:none;transition:color .15s}.cfg-back:hover{color:var(--on-dark)}.cfg-stage{position:relative;z-index:2;flex:1;display:flex;align-items:center;justify-content:center;min-height:0;padding:1.5rem 0}.cfg-glow{position:absolute;inset:10% 16%;border-radius:50%;filter:blur(58px);opacity:.5;transition:background .45s ease}.cfg-frame{position:relative;height:100%;max-height:58vh;max-width:100%;aspect-ratio:4 / 5;border-radius:18px;overflow:hidden;background:var(--navy-mid);box-shadow:0 30px 68px -22px #000000a6,0 0 0 1px #ffffff1a}.cfg-frame>img{width:100%;height:100%;object-fit:cover;display:block}.cfg-frame>img{animation:cfg-imgfade .55s ease}.cfg-frame-tag{position:absolute;left:12px;bottom:12px;z-index:2;background:#1220399e;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);border:1px solid rgba(255,255,255,.14);color:var(--on-dark);font-size:11px;font-weight:600;padding:5px 11px;border-radius:40px}.cfg-photo-chip{position:absolute;right:12px;top:12px;z-index:2;display:flex;align-items:center;gap:.5rem;padding:5px 13px 5px 5px;background:#122039a8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);border:1px solid rgba(255,255,255,.14);border-radius:40px;animation:cfg-pop .35s ease}.cfg-photo-chip img{width:30px;height:30px;border-radius:50%;object-fit:cover;border:1.5px solid var(--lime)}.cfg-photo-chip span{font-size:11px;font-weight:600;color:var(--on-dark);white-space:nowrap}.cfg-pre-foot{position:relative;z-index:2}.cfg-pre-name{font-size:clamp(21px,2.3vw,29px);font-weight:800;letter-spacing:-.02em;line-height:1.08}.cfg-pre-desc{margin-top:.5rem;font-size:14px;line-height:1.6;color:#fdfcf899;max-width:40ch}.cfg-controls{display:flex;flex-direction:column;justify-content:center;padding:1rem clamp(1.5rem,3vw,3rem);min-width:0}.cfg-controls-inner{width:100%;max-width:460px;margin:0 auto}.cfg-title{font-size:clamp(22px,2.3vw,27px);font-weight:800;letter-spacing:-.02em;color:var(--navy);line-height:1.1}.cfg-sub{margin-top:.3rem;font-size:13.5px;color:var(--gray-500);line-height:1.5}.cfg-form{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.cfg-mode{display:flex;padding:4px;gap:4px;border-radius:14px;background:var(--gray-100, #f1f1ee);box-shadow:inset 0 0 0 1.5px var(--gray-200)}.cfg-mode-opt{position:relative;flex:1;cursor:pointer;text-align:center;padding:.5rem;border-radius:10px;font-size:13.5px;font-weight:700;color:var(--gray-600);line-height:1.15;transition:background .15s,color .15s,box-shadow .15s}.cfg-mode-opt:hover{color:var(--navy)}.cfg-mode-opt:focus-within{box-shadow:0 0 0 3px #2d488033}.cfg-mode-opt input{position:absolute;opacity:0;pointer-events:none}.cfg-mode-opt small{display:block;font-size:10.5px;font-weight:600;color:var(--gray-500);margin-top:1px}.cfg-mode-opt.is-selected{background:var(--navy);color:var(--lime);box-shadow:var(--sh-sm, 0 1px 3px rgba(0,0,0,.18))}.cfg-mode-opt.is-selected small{color:#fdfcf8b3}.cfg-group{display:flex;flex-direction:column;gap:.6rem;border:0;padding:0;margin:0;min-width:0}.cfg-legend{display:flex;align-items:center;gap:.5rem;width:100%;margin-bottom:.55rem;padding:0;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--navy)}.cfg-step{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;background:var(--navy);color:var(--lime);font-size:10px;font-weight:800;flex-shrink:0}.cfg-opt{margin-left:auto;font-size:11px;font-weight:600;letter-spacing:0;text-transform:none;color:var(--gray-400)}.cfg-drop{position:relative;display:flex;align-items:center;gap:.85rem;border:1.5px dashed var(--navy-lt);border-radius:12px;background:var(--white);padding:.7rem .8rem;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.cfg-drop:hover{border-color:var(--navy);background:var(--gray-100)}.cfg-drop:focus-within{border-color:var(--navy-lt);box-shadow:0 0 0 3px #2d488029}.cfg-drop.is-dragging{border-color:var(--lime-dk);background:var(--lime-lt)}.cfg-drop.has-file{border-style:solid}.cfg-drop input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.cfg-drop-ico{flex-shrink:0;width:42px;height:42px;border-radius:10px;background:var(--lime-lt);color:var(--navy);display:flex;align-items:center;justify-content:center}.cfg-drop-thumb{flex-shrink:0;width:44px;height:44px;border-radius:10px;object-fit:cover;background:var(--gray-100)}.cfg-drop-thumb--ph{display:flex;align-items:center;justify-content:center;background:var(--lime-lt);color:var(--navy);font-weight:800;font-size:18px}.cfg-drop-txt{min-width:0;display:flex;flex-direction:column;gap:1px}.cfg-drop-txt strong{font-size:14px;color:var(--navy);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cfg-drop-txt span{font-size:12px;color:var(--gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cfg-themes{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.cfg-theme{position:relative;cursor:pointer;border-radius:12px;overflow:hidden;aspect-ratio:1;box-shadow:0 0 0 1.5px var(--gray-200);transition:box-shadow .15s,transform .15s}.cfg-theme:hover{transform:translateY(-2px);box-shadow:0 0 0 1.5px var(--navy-lt),var(--sh-md)}.cfg-theme:focus-within{box-shadow:0 0 0 2px var(--navy-lt),0 0 0 5px #2d488038}.cfg-theme.is-selected{box-shadow:0 0 0 2.5px var(--lime-dk),0 6px 15px #8ce84a59}.cfg-theme input{position:absolute;opacity:0;pointer-events:none}.cfg-theme img{width:100%;height:100%;object-fit:cover;display:block}.cfg-theme-check{position:absolute;right:4px;top:4px;width:17px;height:17px;border-radius:50%;background:var(--lime-dk);color:var(--navy);display:none;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000040}.cfg-theme.is-selected .cfg-theme-check{display:flex}.cfg-theme-current{font-size:12px;color:var(--gray-500)}.cfg-theme-current strong{color:var(--navy);font-weight:700}.cfg-gender{display:flex;align-items:center;gap:.6rem;margin:.7rem 0 .55rem;flex-wrap:wrap}.cfg-gender-l{font-size:12px;font-weight:700;color:var(--navy);letter-spacing:.01em}.cfg-gender-row{display:inline-flex;padding:3px;gap:3px;border-radius:999px;background:var(--gray-100, #f1f1ee);box-shadow:inset 0 0 0 1.5px var(--gray-200)}.cfg-gender-opt{position:relative;cursor:pointer;padding:.32rem 1.05rem;border-radius:999px;font-size:12.5px;font-weight:700;color:var(--gray-600);line-height:1.1;transition:background .15s,color .15s,box-shadow .15s}.cfg-gender-opt:hover{color:var(--navy)}.cfg-gender-opt:focus-within{box-shadow:0 0 0 3px #2d488033}.cfg-gender-opt input{position:absolute;opacity:0;pointer-events:none}.cfg-gender-opt.is-selected{background:var(--navy);color:var(--lime);box-shadow:var(--sh-sm, 0 1px 3px rgba(0,0,0,.18))}.cfg-sizes{display:grid;grid-template-columns:repeat(5,1fr);gap:.4rem}@media(max-width:520px){.cfg-sizes{grid-template-columns:repeat(3,1fr)}}@media(max-width:360px){.cfg-sizes{grid-template-columns:repeat(2,1fr)}}.cfg-size{position:relative;cursor:pointer;text-align:center;padding:.45rem .3rem;border-radius:10px;background:var(--white);box-shadow:inset 0 0 0 1.5px var(--gray-200);transition:box-shadow .15s,background .15s}.cfg-size:hover{box-shadow:inset 0 0 0 1.5px var(--navy-lt)}.cfg-size:focus-within{box-shadow:inset 0 0 0 1.5px var(--navy-lt),0 0 0 3px #2d488033}.cfg-size.is-selected{background:var(--navy);box-shadow:inset 0 0 0 1.5px var(--navy)}.cfg-size input{position:absolute;opacity:0;pointer-events:none}.cfg-size-n{font-size:14px;font-weight:800;color:var(--navy);letter-spacing:-.01em}.cfg-size-d{font-size:9px;font-weight:600;color:var(--gray-600);margin-top:1px;white-space:nowrap;letter-spacing:-.02em}.cfg-size-t{font-size:10.5px;color:var(--gray-500);margin-top:1px}.cfg-size-p{font-size:11px;font-weight:700;color:var(--gray-600);margin-top:2px}.cfg-size.is-selected .cfg-size-n{color:var(--lime)}.cfg-size.is-selected .cfg-size-d{color:#fdfcf8b3}.cfg-size.is-selected .cfg-size-t{color:#fdfcf899}.cfg-size.is-selected .cfg-size-p{color:#fdfcf8d9}.cfg-fields{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:460px){.cfg-fields{grid-template-columns:1fr}}.cfg-field{display:flex;flex-direction:column;gap:.3rem;min-width:0}.cfg-field-l{font-size:12px;font-weight:600;color:var(--navy)}.cfg-field-l span{color:var(--gray-400);font-weight:500}.cfg-field input{width:100%;font-family:inherit;font-size:14px;padding:10px 12px;border:1.5px solid var(--gray-200);border-radius:10px;background:var(--white);color:var(--ink);transition:border-color .15s,box-shadow .15s}.cfg-field input::placeholder{color:var(--gray-400)}.cfg-field input:focus{outline:none;border-color:var(--navy-lt);box-shadow:0 0 0 3px #2d488024}.cfg-field-hint{font-size:11px;color:var(--gray-500);line-height:1.4}.cfg-consent{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem .8rem;background:var(--lime-lt);border:1px solid rgba(140,232,74,.45);border-radius:12px;font-size:12.5px;line-height:1.45;color:var(--gray-700);cursor:pointer}.cfg-consent input{flex-shrink:0;margin-top:1px;width:18px;height:18px;accent-color:var(--navy);cursor:pointer}.cfg-consent a{color:var(--navy);font-weight:700}.cfg-turnstile{display:flex;justify-content:center;min-height:65px}.cfg-error{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.6rem;padding:11px 13px;background:#fef2f2;border:1px solid #FECACA;border-radius:10px;font-size:13px;color:#991b1b}.cfg-error-retry{appearance:none;background:#991b1b;color:#fff;border:0;padding:7px 14px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.cfg-error-retry:hover{background:#7f1d1d}.cfg-action{display:flex;flex-direction:column;gap:.55rem;padding-top:.85rem;border-top:1px solid var(--gray-200)}.cfg-submit{width:100%;justify-content:center;padding:14px 26px;font-size:15px}.cfg-submit:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.cfg-action-note{display:flex;align-items:flex-start;justify-content:center;gap:.4rem;font-size:12.5px;color:var(--gray-500);text-align:left;line-height:1.45}.cfg-action-note strong{color:var(--navy);font-weight:700}.cfg-action-ico{flex-shrink:0;margin-top:1px;color:var(--lime-dk)}.cfg-status{width:100%;max-width:520px;margin:0 auto}@keyframes cfg-imgfade{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:none}}@keyframes cfg-pop{0%{opacity:0;transform:translateY(-6px) scale(.92)}to{opacity:1;transform:none}}@keyframes cfg-rise{0%{opacity:0;transform:translateY(11px)}to{opacity:1;transform:none}}@keyframes cfg-driftin{0%{opacity:0;transform:translate(-14px)}to{opacity:1;transform:none}}@keyframes cfg-ripple{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}}@media(prefers-reduced-motion:reduce){.cfg-preview:before{animation:none}}@media(prefers-reduced-motion:no-preference){.cfg-preview{animation:cfg-driftin .6s ease both}.cfg-title,.cfg-sub,.cfg-form>*{animation:cfg-rise .5s ease both}.cfg-sub{animation-delay:.05s}.cfg-form>*:nth-child(1){animation-delay:.1s}.cfg-form>*:nth-child(2){animation-delay:.16s}.cfg-form>*:nth-child(3){animation-delay:.22s}.cfg-form>*:nth-child(4){animation-delay:.28s}.cfg-form>*:nth-child(5){animation-delay:.34s}.cfg-form>*:nth-child(6){animation-delay:.4s}.cfg-form>*:nth-child(7){animation-delay:.46s}}@media(max-width:940px){.cfg{grid-template-columns:1fr;min-height:0;background:var(--cream)}.cfg-preview{position:static;height:auto;padding:1.4rem 1.25rem 1.6rem}.cfg-stage{flex:none;padding:1.1rem 0 .35rem}.cfg-frame{height:auto;width:min(248px,62vw);max-height:none}.cfg-pre-name,.cfg-pre-foot{text-align:center}.cfg-pre-desc{margin-left:auto;margin-right:auto}.cfg-controls{justify-content:flex-start;padding:1.6rem 1.25rem 2.5rem}}.create-success{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center;max-width:560px;margin:0 auto}.create-success-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:var(--lime-lt);color:var(--navy);margin-bottom:1.25rem}.create-success h2{font-size:26px;font-weight:800;letter-spacing:-.02em;color:var(--navy);margin-bottom:.75rem}.create-success p{font-size:15px;color:var(--gray-600);line-height:1.65;margin-bottom:1rem}.create-success-meta{font-size:13px;color:var(--gray-500)}.create-success-meta code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:var(--gray-100);padding:3px 7px;border-radius:6px;color:var(--navy)}.create-success-note{font-size:12px;color:var(--gray-500);margin-top:1rem}.create-progress{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center;max-width:560px;margin:0 auto}.create-progress h2{font-size:24px;font-weight:800;letter-spacing:-.02em;color:var(--navy);margin-bottom:.75rem}.create-progress p{font-size:15px;color:var(--gray-600);line-height:1.65;margin-bottom:1rem}.create-spinner{width:48px;height:48px;margin:0 auto 1.5rem;border-radius:50%;border:4px solid var(--lime-lt);border-top-color:var(--lime-dk);animation:ct-spin .8s linear infinite}@keyframes ct-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.create-spinner{animation-duration:2.4s}}.create-progress-failed h2{color:#991b1b}.create-progress-failed .btn-primary{margin-top:.5rem}.create-success-actions{margin:.5rem 0 1.25rem}.proof-page{background:var(--cream);min-height:calc(100vh - 76px);padding:3rem 1.5rem 5rem}.proof-header{max-width:880px;margin:0 auto 1.5rem;text-align:center}.proof-header .create-back{display:inline-block}.proof-header h1{font-size:clamp(26px,3.6vw,36px);font-weight:800;letter-spacing:-.02em;color:var(--navy)}.proof-wrap{max-width:880px;margin:0 auto}.proof-review{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--sh);position:relative}.proof-intro{text-align:center;margin-bottom:1.5rem}.proof-intro h2{font-size:24px;font-weight:800;letter-spacing:-.02em;color:var(--navy);margin-bottom:.5rem;text-transform:capitalize}.proof-intro p{font-size:15px;color:var(--gray-600);line-height:1.6}.proof-size{display:inline-block;margin-left:.35rem;font-weight:700;color:var(--navy)}.proof-name-edit{margin-top:.6rem}.proof-name-edit-toggle{background:none;border:none;padding:4px 6px;font-size:13px;color:var(--gray-500);cursor:pointer;font-family:inherit}.proof-name-edit-toggle:disabled{opacity:.55;cursor:not-allowed}.proof-name-edit-cta{font-weight:700;color:var(--navy);text-decoration:underline;text-underline-offset:3px}.proof-name-edit-toggle:hover:not(:disabled) .proof-name-edit-cta{color:var(--navy-lt)}.proof-name-form{margin-top:.75rem;margin-bottom:.25rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.proof-name-label{font-size:13px;font-weight:700;color:var(--navy)}.proof-name-optional{font-weight:500;color:var(--gray-500)}.proof-name-row{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center}.proof-name-input{font-family:inherit;font-size:15px;color:var(--navy);background:var(--white);border:1.5px solid var(--gray-200);border-radius:9px;padding:11px 14px;min-width:200px;transition:border-color .15s,box-shadow .15s}.proof-name-input:focus{outline:none;border-color:var(--lime-dk);box-shadow:0 0 0 3px #aeff6e4d}.proof-name-input:disabled{opacity:.55;cursor:not-allowed}.proof-name-save{padding:11px 22px;font-size:15px}.proof-name-save:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.proof-name-cancel{background:var(--white);color:var(--navy);border:1.5px solid var(--gray-200);border-radius:9px;padding:10px 18px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s}.proof-name-cancel:hover:not(:disabled){border-color:var(--navy-lt);background:var(--gray-50)}.proof-name-cancel:disabled{opacity:.55;cursor:not-allowed}.proof-size-edit{margin-top:.4rem}.proof-size-options{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;border:0;padding:0;margin:0}.proof-size-options:disabled{opacity:.6}.proof-size-opt{display:inline-flex;align-items:baseline;gap:.4rem;cursor:pointer;border:1.5px solid var(--gray-200);border-radius:9px;padding:9px 14px;background:var(--white);font-size:14px;transition:border-color .15s,box-shadow .15s}.proof-size-opt:hover{border-color:var(--navy-lt)}.proof-size-opt.is-selected{border-color:var(--lime-dk);box-shadow:0 0 0 3px #aeff6e4d}.proof-size-opt input[type=radio]{position:absolute;opacity:0;pointer-events:none}.proof-size-opt-label{font-weight:700;color:var(--navy)}.proof-size-opt-price{font-size:13px;font-weight:700;color:var(--gray-500)}.proof-size-opt.is-selected .proof-size-opt-price{color:var(--lime-dk)}.proof-figure{margin:0 auto;max-width:560px;border-radius:var(--radius);overflow:hidden;background:var(--gray-100);box-shadow:var(--sh-md)}.proof-figure img{display:block;width:100%;height:auto}.proof-mockup{margin:1.5rem auto .25rem;max-width:520px;border-radius:var(--radius);overflow:hidden;background:var(--gray-100);box-shadow:var(--sh-md)}.proof-mockup img{display:block;width:100%;height:auto}.proof-mockup-cap{font-size:13px;font-weight:700;color:var(--navy);text-align:center;padding:.7rem .9rem;background:var(--white)}.proof-mockup-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;min-height:240px;padding:2rem 1rem;color:var(--gray-500);font-size:14px;text-align:center}.proof-mockup-loading .create-spinner{width:36px;height:36px;margin:0}.proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;border:0;padding:0;margin:0 0 .5rem}.proof-attempt{position:relative;display:flex;flex-direction:column;gap:.6rem;cursor:pointer;border:2px solid var(--gray-200);border-radius:var(--radius);padding:.6rem;background:var(--white);transition:border-color .15s,box-shadow .15s}.proof-attempt:hover{border-color:var(--navy-lt)}.proof-attempt.is-selected{border-color:var(--lime-dk);box-shadow:0 0 0 3px #aeff6e4d}.proof-attempt input[type=radio]{position:absolute;opacity:0;pointer-events:none}.proof-attempt-img{display:block;border-radius:10px;overflow:hidden;background:var(--gray-100)}.proof-attempt-img img{display:block;width:100%;height:auto}.proof-attempt-label{font-size:13px;font-weight:700;color:var(--navy);text-align:center}.proof-attempt-pick{color:var(--lime-dk);font-weight:700}.proof-watermark-note{font-size:12.5px;color:var(--gray-500);text-align:center;line-height:1.55;margin:1rem auto 0;max-width:520px}.proof-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center;margin-top:1.5rem}.proof-approve-btn{padding:15px 36px}.proof-approve-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.proof-reroll-btn{background:var(--white);color:var(--navy);border:1.5px solid var(--gray-200);border-radius:9px;padding:14px 26px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s}.proof-reroll-btn:hover:not(:disabled){border-color:var(--navy-lt);background:var(--gray-50)}.proof-reroll-btn:disabled{opacity:.55;cursor:not-allowed}.proof-reroll-spent{font-size:13px;color:var(--gray-500)}.proof-note{font-size:13px;color:var(--gray-500);text-align:center;margin-top:1rem}.proof-note code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:var(--gray-100);padding:3px 7px;border-radius:6px;color:var(--navy)}.proof-swap{margin-top:.9rem;display:flex;flex-direction:column;align-items:center;gap:.6rem}.proof-swap-link{background:none;border:none;padding:4px 6px;font-size:13.5px;font-weight:700;color:var(--navy);cursor:pointer;font-family:inherit;text-decoration:underline;text-underline-offset:3px}.proof-swap-link:hover:not(:disabled){color:var(--navy-lt)}.proof-swap-link:disabled{opacity:.55;cursor:not-allowed}.proof-swap-panel{width:100%;max-width:520px;display:flex;flex-direction:column;gap:.7rem;padding:1rem 1.1rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px}.proof-swap-file{margin:0;font-size:13.5px;color:var(--gray-700);word-break:break-word}.proof-swap-file strong{color:var(--navy)}.proof-swap-change{background:none;border:none;padding:0 2px;font:inherit;font-size:12.5px;font-weight:700;color:var(--navy);cursor:pointer;text-decoration:underline}.proof-swap-change:disabled{opacity:.55;cursor:not-allowed}.proof-swap-consent{font-size:12.5px}.proof-swap-actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;align-items:center}.proof-done{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center;max-width:560px;margin:0 auto;box-shadow:var(--sh)}.proof-done h2{font-size:26px;font-weight:800;letter-spacing:-.02em;color:var(--navy);margin-bottom:.75rem}.proof-done p{font-size:15px;color:var(--gray-600);line-height:1.65;margin-bottom:1rem}.proof-locked-badge{display:flex;width:fit-content;margin:0 auto 1rem;align-items:center;gap:.35rem;background:var(--lime-lt);color:var(--navy);border:1px solid rgba(140,232,74,.5);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:5px 14px;border-radius:40px}.crumbs{max-width:1080px;margin:0 auto;padding:1rem 2.5rem 0;font-size:12.5px;color:var(--gray-500)}.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;padding:0;margin:0}.crumbs li{display:inline-flex;align-items:center;gap:.4rem}.crumbs li:not(:last-child):after{content:"›";color:var(--gray-400)}.crumbs a{color:var(--gray-500);text-decoration:none}.crumbs a:hover{color:var(--navy);text-decoration:underline}.crumbs li[aria-current]{color:var(--navy);font-weight:600}@media(max-width:600px){.crumbs{padding:1rem 1.25rem 0}}.theme-hero .crumbs{position:relative;z-index:1;max-width:1080px;margin:0 auto 1.75rem;padding:0}.theme-hero .crumbs,.theme-hero .crumbs a{color:#fdfcf88c}.theme-hero .crumbs a:hover{color:var(--on-dark)}.theme-hero .crumbs li:not(:last-child):after{color:#fdfcf852}.theme-hero .crumbs li[aria-current]{color:var(--on-dark)}@media(max-width:600px){.theme-hero .crumbs{margin-bottom:1rem}}.theme-band{padding:clamp(3rem,6vw,5rem) 1.5rem}.theme-band--white{background:var(--white)}.theme-band--cream{background:var(--cream-dk);border-top:1px solid rgba(26,46,82,.1);border-bottom:1px solid rgba(26,46,82,.1)}.theme-narrow{max-width:660px;margin:0 auto}.theme-wide{max-width:1080px;margin:0 auto}@media(max-width:600px){.theme-band{padding:clamp(2.25rem,9vw,3rem) 1.25rem}}.theme-h{color:var(--navy);font-weight:800;letter-spacing:-.025em;line-height:1.14}h2.theme-h{font-size:clamp(23px,3.1vw,33px)}h1.theme-h{font-size:clamp(30px,4.4vw,46px);letter-spacing:-.03em;line-height:1.08}.theme-h[data-kicker]:before{content:attr(data-kicker);display:block;width:max-content;max-width:100%;margin-bottom:1rem;padding-bottom:.55rem;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--navy-lt);background:linear-gradient(var(--lime-dk),var(--lime-dk)) left bottom / 26px 2px no-repeat}.theme-h--center{text-align:center}.theme-h--center[data-kicker]:before{margin-left:auto;margin-right:auto;background-position:center bottom}.theme-prose p{font-size:17px;line-height:1.82;color:var(--gray-700);margin-top:1.1rem}.theme-prose p+p{margin-top:1rem}.theme-prose--feature p{font-size:17.5px}.theme-prose--feature p:first-of-type:first-letter{float:left;font-weight:800;font-size:3em;line-height:.82;color:var(--navy);margin:.02em .16em 0 0}.theme-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.5rem;padding:0;list-style:none}.theme-tags li{display:inline-flex;align-items:center;gap:.55rem;min-width:0;max-width:100%;overflow-wrap:anywhere;background:var(--white);border:1px solid rgba(26,46,82,.1);border-radius:40px;padding:8px 16px 8px 13px;font-size:13px;font-weight:600;color:var(--gray-700);box-shadow:var(--sh)}.theme-tags li:before{content:"";flex-shrink:0;width:7px;height:7px;border-radius:50%;background:var(--lime-dk);box-shadow:0 0 0 3px var(--lime-lt)}.theme-page .theme-guide-link{margin-top:1.5rem;font-size:15px;color:var(--gray-600)}.theme-page .theme-guide-link a{color:var(--navy-mid);font-weight:600;text-decoration:underline;text-underline-offset:2px}.theme-page .theme-guide-link a:hover{color:var(--navy)}.theme-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.9rem}.theme-gallery-figure{margin:0;aspect-ratio:4 / 5;border-radius:var(--radius-lg);overflow:hidden;background:var(--gray-100);box-shadow:0 0 0 1px #1a2e520f,var(--sh-md)}.theme-gallery-figure img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}@media(prefers-reduced-motion:no-preference){.theme-gallery-figure:hover img{transform:scale(1.045)}}.theme-faq .faq-list{margin-top:1.9rem}.theme-faq .faq-item{background:var(--white);border-color:var(--gray-200);box-shadow:var(--sh)}.theme-faq .faq-item[open]{box-shadow:0 0 0 1.5px var(--lime-dk),var(--sh-md)}.theme-sib:focus-visible{outline:2px solid var(--navy-lt);outline-offset:2px}.theme-faq .faq-item summary:focus-visible{outline:2px solid var(--navy-lt);outline-offset:-2px}.theme-hero{background:var(--navy);padding:1.5rem 2.5rem 3.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.theme-hero-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:center}@media(max-width:820px){.theme-hero-inner{grid-template-columns:1fr;gap:2rem}}.theme-hero-eyebrow{display:inline-block;background:#aeff6e26;border:1px solid rgba(174,255,110,.3);border-radius:40px;padding:5px 14px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--lime);margin-bottom:1.25rem}.theme-hero h1{font-size:clamp(30px,4vw,46px);font-weight:800;letter-spacing:-.03em;line-height:1.1;color:var(--on-dark);margin-bottom:1rem}.theme-hero h1 em{color:var(--lime);font-style:normal}.theme-hero-intro{font-size:17px;color:#fdfcf89e;line-height:1.65;margin-bottom:1.75rem;max-width:46ch}.theme-hero-media{aspect-ratio:4 / 5;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--sh-lg)}.theme-hero-media img{width:100%;height:100%;object-fit:cover;display:block}.theme-hero-price{margin-top:1.25rem;font-size:13px;color:#fdfcf873}.theme-hero-price strong{color:var(--lime);font-weight:700}@media(max-width:600px){.theme-hero{padding:1.1rem 1.25rem 2.5rem}}.theme-section{max-width:760px;margin:0 auto;padding:3rem 1.5rem 0}.theme-section h2{font-size:clamp(22px,3vw,30px);font-weight:800;letter-spacing:-.02em;color:var(--navy);margin-bottom:.9rem;line-height:1.15}.theme-section p{font-size:16px;color:var(--gray-700);line-height:1.75;margin-bottom:1rem}@media(max-width:600px){.theme-section{padding-top:2.25rem}}.theme-hero--rich{padding:1.5rem 2.5rem clamp(3rem,5vw,4.25rem)}.theme-hero--rich .theme-hero-inner{grid-template-columns:1.08fr .92fr}.theme-hero--rich .theme-hero-intro{color:#fdfcf8a8;line-height:1.68}.theme-hero--rich .theme-hero-media{border-radius:22px;box-shadow:0 32px 70px -26px #000000b8,0 0 0 1px #ffffff17}@media(max-width:600px){.theme-hero--rich{padding:1.1rem 1.25rem 2.75rem}}.theme-siblings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}@media(max-width:800px){.theme-siblings-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.theme-siblings-grid{grid-template-columns:1fr}}.theme-sib{display:block;background:var(--white);border-radius:var(--radius);overflow:hidden;text-decoration:none;box-shadow:var(--sh);border:1.5px solid var(--gray-200);transition:transform .2s,box-shadow .2s,border-color .2s}.theme-sib:hover{border-color:var(--lime-dk);transform:translateY(-3px);box-shadow:var(--sh-md)}.theme-sib img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.theme-sib span{display:flex;align-items:center;justify-content:space-between;gap:.4rem;padding:.7rem .85rem;font-size:13.5px;font-weight:700;color:var(--navy)}.theme-sib span:after{content:"→";color:var(--gray-400);transition:transform .2s,color .2s}.theme-sib:hover span:after{color:var(--lime-dk);transform:translate(3px)}.theme-hub-hero{text-align:center;background:var(--navy);padding-bottom:clamp(3.25rem,5vw,4.5rem)}.theme-hub-hero .crumbs{text-align:left}.theme-hub-head{max-width:680px;margin:.25rem auto 0;text-align:center}.theme-hub-hero .theme-h{color:var(--on-dark)}.theme-hub-hero .theme-h[data-kicker]:before{color:var(--lime)}.theme-hub-head p{font-size:17px;color:#fdfcf8a8;line-height:1.7;margin-top:1.1rem}@keyframes theme-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes theme-fade{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:no-preference){.theme-hero--rich .theme-hero-copy>*{animation:theme-rise .6s ease both}.theme-hero--rich .theme-hero-copy>*:nth-child(2){animation-delay:.06s}.theme-hero--rich .theme-hero-copy>*:nth-child(3){animation-delay:.12s}.theme-hero--rich .theme-hero-copy>*:nth-child(4){animation-delay:.18s}.theme-hero--rich .theme-hero-copy>*:nth-child(5){animation-delay:.24s}.theme-hero--rich .theme-hero-media{animation:theme-fade .7s ease both;animation-delay:.08s}}.guide{width:min(100% - 3rem,760px);margin:0 auto;padding:1.5rem 0 4rem}.guide>.crumbs{max-width:none;margin:0 0 1.5rem;padding:0}.guide-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700;color:var(--navy-lt);margin-bottom:.5rem}.guide-head h1{font-size:clamp(1.9rem,4.2vw,2.6rem);font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.12}.guide-meta{color:var(--gray-500);font-size:13px;margin-top:.65rem}.answer-box{margin:1.5rem 0 0;padding:1.1rem 1.25rem;background:var(--lime-lt);border:1px solid rgba(140,232,74,.5);border-left:4px solid var(--lime-dk);border-radius:var(--radius)}.answer-box-label{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);margin-bottom:.3rem}.answer-box p{font-size:15.5px;line-height:1.6;color:var(--gray-700);margin:0}.guide-body{margin-top:1.75rem}.guide-body>p.guide-lead{font-size:1.1rem;line-height:1.75;color:var(--gray-700);margin-bottom:1.5rem}.guide-body h2{font-size:1.4rem;font-weight:800;color:var(--navy);margin:2.25rem 0 .75rem;letter-spacing:-.01em;line-height:1.2}.guide-body p{line-height:1.8;color:var(--gray-700);margin-bottom:1rem;font-size:16px}.guide-figure{margin:1.75rem 0}.guide-figure img{width:100%;height:auto;display:block;border-radius:var(--radius-lg)}.guide-figure-lead{margin:1.75rem 0 0}.guide-figure figcaption{margin-top:.6rem;font-size:13px;line-height:1.5;color:var(--gray-500);text-align:center}.guide-table{width:100%;border-collapse:collapse;margin:0 0 1.75rem;font-size:15px}.guide-table caption{caption-side:top;text-align:left;font-size:13px;color:var(--gray-500);margin-bottom:.65rem}.guide-table th,.guide-table td{text-align:left;vertical-align:top;padding:.7rem .85rem;border-bottom:1px solid var(--gray-200);line-height:1.5}.guide-table thead th{font-size:11.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--navy-lt);border-bottom:2px solid var(--gray-200)}.guide-table tbody th{font-weight:700;color:var(--navy)}.guide-table tbody tr:last-child th,.guide-table tbody tr:last-child td{border-bottom:0}.guide-table a{color:var(--navy);font-weight:700;text-decoration:underline;text-decoration-color:var(--lime-dk);text-underline-offset:2px}@media(max-width:560px){.guide-table{font-size:14px}.guide-table th,.guide-table td{padding:.55rem .5rem}}.guide-related{margin:2.5rem auto 0;width:min(100% - 3rem,760px);padding:1.25rem 1.5rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg)}.guide-related h2{font-size:1.05rem;font-weight:800;color:var(--navy);margin-bottom:.75rem}.guide-related ul{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem .9rem;padding:0;margin:0}.guide-related a{font-size:14px;font-weight:600;color:var(--navy);text-decoration:none;padding:7px 13px;background:var(--white);border:1.5px solid var(--gray-200);border-radius:40px;transition:all .15s}.guide-related a:hover{border-color:var(--lime-dk);box-shadow:0 0 0 2px var(--lime-lt)}.guide-hub>.crumbs{max-width:760px;margin:0 auto;padding:1.5rem 1.5rem 0}.guide-hub>.guide-hub-head{padding-top:1.25rem}.guide-hub-head{max-width:760px;margin:0 auto;text-align:center;padding:3rem 1.5rem 0}.guide-hub-head h1{font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-.03em;color:var(--navy);margin-bottom:.75rem;line-height:1.12}.guide-hub-head p{font-size:17px;color:var(--gray-600);line-height:1.7}.guide-hub-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:880px;margin:0 auto}@media(max-width:720px){.guide-hub-grid{grid-template-columns:1fr}}.guide-card{display:flex;flex-direction:column;padding:1.5rem;background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--sh);text-decoration:none;color:inherit;transition:all .2s}.guide-card:hover{border-color:var(--lime-dk);transform:translateY(-2px);box-shadow:var(--sh-md)}.guide-card-title{font-size:17px;font-weight:800;color:var(--navy);letter-spacing:-.01em;line-height:1.25;margin-bottom:.5rem}.guide-card-desc{font-size:13.5px;color:var(--gray-500);line-height:1.6;flex:1}.guide-card-more{margin-top:1rem;font-size:13px;font-weight:700;color:var(--lime-dk)}.legal{max-width:760px;margin:0 auto;padding:3.5rem 1.5rem 5rem}.legal-head{border-bottom:1px solid var(--cream-dk);padding-bottom:1.5rem;margin-bottom:2rem}.legal-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700;color:var(--navy-lt);margin-bottom:.5rem}.legal-head h1{font-size:clamp(2rem,5vw,2.75rem);font-weight:800;color:var(--navy);letter-spacing:-.02em}.legal-meta{color:var(--gray-500);font-size:14px;margin-top:.5rem}.legal-lead{font-size:1.1rem;line-height:1.7;color:var(--gray-700);margin-bottom:2rem}.legal-body h2{font-size:1.35rem;font-weight:700;color:var(--navy);margin:2.25rem 0 .75rem;letter-spacing:-.01em}.legal-body h3{font-size:1.05rem;font-weight:700;color:var(--navy-mid);margin:1.5rem 0 .5rem}.legal-body p{line-height:1.7;color:var(--gray-700);margin-bottom:1rem}.legal-body ul{margin:0 0 1rem 1.25rem;padding:0}.legal-body li{line-height:1.7;color:var(--gray-700);margin-bottom:.5rem}.legal-body a{color:var(--navy);font-weight:600;text-decoration:underline;text-underline-offset:2px}.legal-body a:hover{color:var(--navy-lt)}.legal-body strong{color:var(--ink)}.legal-note{background:var(--cream-dk);border-radius:var(--radius);padding:1rem 1.25rem;font-size:14px;color:var(--gray-600);margin:1.5rem 0}
