:root{--color-primary:#1e3a8a;--color-secondary:#3b82f6;--color-accent:#2563eb;--color-bg-dark:#f5f7fb;--color-bg-card:#ffffff;--color-text-light:#0f172a;--color-text-muted:#475569;--font-sans:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-display:'Outfit',sans-serif;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1);--border-glass:1px solid color-mix(in srgb,var(--color-text-light) 10%,transparent);--shadow-glow:0 0 35px color-mix(in srgb,var(--color-primary) 20%,transparent)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;background-color:var(--color-bg-dark);color:var(--color-text-light);font-family:var(--font-sans)}body{overflow-x:hidden;line-height:1.6;position:relative}.bg-gradients{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;pointer-events:none}.gradient-blob{position:absolute;border-radius:50%;filter:blur(120px);opacity:0.15}.blob-1{top:-10%;left:-10%;width:50vw;height:50vw;background:radial-gradient(circle,var(--color-primary) 0%,transparent 70%)}.blob-2{top:30%;right:-10%;width:60vw;height:60vw;background:radial-gradient(circle,var(--color-secondary) 0%,transparent 70%)}.blob-3{bottom:10%;left:10%;width:40vw;height:40vw;background:radial-gradient(circle,var(--color-primary) 0%,transparent 70%)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:-0.02em;line-height:1.2}p{color:var(--color-text-muted)}a{text-decoration:none;color:inherit}.text-gradient{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.75rem;padding:1rem 2rem;font-family:var(--font-sans);font-weight:600;font-size:1rem;border-radius:12px;cursor:pointer;transition:var(--transition-smooth);border:none;outline:none;position:relative}.btn-primary{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);color:#fff;box-shadow:0 4px 15px rgba(30,58,138,0.4)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(30,58,138,0.6)}.btn-accent{background-color:var(--color-accent);color:#fff;box-shadow:0 4px 15px rgba(37,99,235,0.4)}.btn-accent:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(37,99,235,0.6)}.btn-secondary{background-color:color-mix(in srgb,var(--color-text-light) 5%,transparent);border:var(--border-glass);color:var(--color-text-light)}.btn-secondary:hover{background-color:color-mix(in srgb,var(--color-primary) 12%,transparent);transform:translateY(-2px)}.badge{display:inline-flex;align-items:center;align-self:flex-start;padding:0.5rem 1rem;background:color-mix(in srgb,var(--color-primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--color-primary) 22%,transparent);border-radius:99px;color:var(--color-primary);font-size:0.875rem;font-weight:600;letter-spacing:0.05em;text-transform:uppercase}.section-header{text-align:center;max-width:700px;margin:0 auto 3rem auto;display:flex;flex-direction:column;gap:0.85rem}.section-header .badge{align-self:center}.section-header h2{font-size:2.5rem}html,body{overflow-x:hidden;max-width:100vw}.custom-user-section{padding:40px 0;position:relative;max-width:100%;overflow-x:hidden}@media (max-width:992px){.badge{align-self:center}}@media (max-width:768px){html{font-size:15px}.section-header{margin-bottom:1.85rem;gap:0.6rem}.section-header h2{font-size:1.75rem;line-height:1.22}.section-header p{font-size:0.95rem}}@media (max-width:480px){.btn{width:100%}}.custom-sec-content.has-media{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}@media (max-width:992px){.custom-sec-content.has-media{grid-template-columns:1fr;gap:2rem;text-align:center}}.custom-sec-media{border-radius:20px;overflow:hidden;border:var(--border-glass);box-shadow:var(--shadow-glow);aspect-ratio:16 / 9;background:color-mix(in srgb,var(--color-text-light) 4%,transparent)}.custom-sec-media img,.custom-sec-media iframe,.custom-sec-media video{width:100%;height:100%;display:block;object-fit:cover}img.review-avatar{object-fit:cover}@media (max-width:768px){.custom-user-section{padding:26px 0}}:root{--nav-h:64px}@media (max-width:768px){:root{--nav-h:54px}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:100;background-color:color-mix(in srgb,var(--color-bg-dark) 70%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:var(--border-glass);transition:var(--transition-smooth)}.navbar.scrolled{padding:0;background-color:color-mix(in srgb,var(--color-bg-dark) 85%,transparent);box-shadow:0 10px 30px rgba(0,0,0,0.3)}.nav-container{display:flex;justify-content:space-between;align-items:center;height:var(--nav-h)}.logo{font-family:var(--font-display);font-size:1.35rem;font-weight:800;display:flex;align-items:center;gap:0.5rem;white-space:nowrap;flex-shrink:0;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-links{display:flex;flex-wrap:nowrap;gap:2rem;list-style:none}.nav-links a{white-space:nowrap;font-size:0.95rem;font-weight:500;color:var(--color-text-muted);transition:var(--transition-smooth)}.nav-links a:hover{color:var(--color-text-light)}.nav-cta{display:flex;align-items:center;flex-shrink:0}.nav-cta .btn{white-space:nowrap}.nav-toggle{display:none;background:none;border:none;color:var(--color-text-light);font-size:1.5rem;cursor:pointer}.footer{padding:60px 0 120px 0;background-color:color-mix(in srgb,var(--color-bg-dark) 95%,black);border-top:var(--border-glass)}.footer-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:4rem;margin-bottom:3rem}.footer-info{display:flex;flex-direction:column;gap:1rem}.footer-info p{font-size:0.95rem}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact h4{font-size:1.1rem;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.5rem}.contact-item{display:flex;align-items:center;gap:0.75rem;font-size:0.95rem;color:var(--color-text-muted)}.contact-item a:hover{color:var(--color-text-light)}.contact-icon{color:var(--color-primary);font-weight:bold}.footer-bottom{border-top:1px solid color-mix(in srgb,var(--color-text-light) 6%,transparent);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;color:var(--color-text-muted)}.navbar.nav-tight .nav-links{gap:1.15rem}.navbar.nav-tight .nav-links a{font-size:0.9rem}.navbar.nav-tight .nav-cta .btn{padding-left:1rem;padding-right:1rem;font-size:0.85rem}.navbar.nav-tight .logo{font-size:1.2rem;margin-right:1.25rem}.navbar.nav-tight .nav-cta{margin-left:1.25rem}.navbar.nav-compact .nav-links{display:none}.navbar.nav-compact .nav-cta{display:none}.navbar.nav-compact .nav-toggle{display:block}.navbar.nav-compact nav.is-open{position:absolute;top:var(--nav-h);left:0;width:100%;background-color:var(--color-bg-card);border-bottom:var(--border-glass);padding:1.5rem;box-shadow:0 18px 40px -24px rgba(0,0,0,.55)}.navbar.nav-compact nav.is-open .nav-links{display:flex;flex-direction:column;gap:1.25rem}.navbar.nav-compact nav.is-open .nav-cta{display:flex;margin-top:1.25rem}.navbar.nav-compact nav.is-open .nav-cta > *{width:100%;text-align:center}@media (max-width:768px){.nav-links{display:none}.nav-cta{display:none}.nav-toggle{display:block}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.page-body-text{text-align:justify}.page-body-text h1,.page-body-text h2,.page-body-text h3,.page-body-text h4,.page-body-text h5,.page-body-text h6{text-align:center;margin-top:2rem;margin-bottom:1rem;color:var(--color-text-light)}.page-body-text p{margin-bottom:1.5rem}.content-list{margin:0 0 1.5rem;padding-left:1.5rem;text-align:left;color:var(--color-text-muted)}.content-list li{margin-bottom:0.6rem;line-height:1.7}.content-list li::marker{color:var(--color-primary)}ul.content-list{list-style:disc}ol.content-list{list-style:decimal}ol.content-list li::marker{font-weight:700}.page-body-text a,.custom-page-content a{color:var(--color-primary);text-decoration:underline;text-underline-offset:3px}.page-body-text strong,.custom-page-content strong{color:var(--color-text-light)}.content-hr{border:none;border-top:var(--border-glass);margin:2.5rem 0}.page-body-text blockquote,.custom-page-content blockquote{margin:0 0 1.5rem;padding:1rem 1.25rem;border-left:3px solid var(--color-primary);background:color-mix(in srgb,var(--color-primary) 6%,transparent);border-radius:0 8px 8px 0;text-align:left}.page-body-text table,.custom-page-content table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.page-body-text td,.page-body-text th,.custom-page-content td,.custom-page-content th{border:var(--border-glass);padding:0.6rem 0.8rem;text-align:left}.page-body-text pre,.custom-page-content pre{overflow-x:auto;padding:1rem;border-radius:10px;background:color-mix(in srgb,var(--color-text-light) 6%,transparent);margin-bottom:1.5rem}.page-body-text img,.custom-page-content img{max-width:100%;height:auto;border-radius:12px}.logo-light,.logo-dark{height:38px;width:auto;max-width:220px;object-fit:contain;min-width:32px}.logo-light{display:block}.logo-dark{display:none}.tema-karanlik .logo-light{display:none}.tema-karanlik .logo-dark{display:block}.navbar.nav-static{position:absolute}.navbar.nav-flat,.navbar.nav-flat.scrolled{box-shadow:none}.post-faq{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(128,128,128,0.18)}.post-faq h2{font-size:1.5rem;margin-bottom:1.25rem}.post-faq-item{background:var(--color-bg-card);border:var(--border-glass);border-radius:12px;padding:1.1rem 1.35rem;margin-bottom:0.75rem}.post-faq-item summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-weight:700;font-size:1.02rem;color:var(--color-text-light);list-style:none;cursor:pointer}.post-faq-item summary::-webkit-details-marker{display:none}.post-faq-item[open] summary > span:last-child{transform:rotate(45deg)}.post-faq-item summary > span:last-child{color:var(--color-secondary);font-weight:800;transition:transform .2s}.post-faq-answer{margin-top:0.9rem;padding-top:0.75rem;font-size:0.97rem;line-height:1.65;color:var(--color-text-muted);border-top:1px solid rgba(128,128,128,0.15)}.post-related{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(128,128,128,0.18)}.post-related h2{font-size:1.5rem;margin-bottom:1.25rem}.post-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.post-related-card{display:flex;flex-direction:column;gap:0.5rem;padding:1rem;text-decoration:none;background:var(--color-bg-card);border:var(--border-glass);border-radius:12px;transition:transform .18s,box-shadow .18s}.post-related-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.10)}.post-related-card img{width:100%;height:130px;object-fit:cover;border-radius:8px}.post-related-title{font-weight:700;font-size:0.98rem;color:var(--color-text-light);line-height:1.35}.post-related-excerpt{font-size:0.86rem;line-height:1.55;color:var(--color-text-muted)}.powered-by{width:100%;text-align:center;margin-top:0.75rem;padding-top:0.75rem;border-top:var(--border-glass);font-size:0.85rem;letter-spacing:0.01em}.powered-by a{display:inline-flex;align-items:center;gap:0.35rem;color:var(--color-text-muted);text-decoration:none;transition:var(--transition-smooth)}.powered-by a:hover{color:var(--color-primary)}.powered-by-heart{font-size:0.95em;line-height:1}@media (max-width:768px){.powered-by{font-size:0.8rem}}.ig-whatsapp-bar.type-instagram .ig-btn:hover{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);filter:brightness(1.1);box-shadow:0 6px 15px rgba(225,48,108,0.5)}@media (max-width:768px){.ig-whatsapp-bar{width:calc(100% - 2rem);bottom:1rem;left:1rem;transform:none;gap:0.75rem;min-width:0}.ig-whatsapp-bar.hidden{transform:translateY(120px) !important}.ig-whatsapp-bar.docked{bottom:0.5rem;transform:scale(0.96) scaleY(0.93)}}.fbar{position:fixed;left:50%;bottom:2rem;z-index:1000;transform:translateX(-50%) translateY(0) scale(1);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-width:340px;max-width:min(600px,calc(100vw - 2rem));padding:0.5rem 0.6rem 0.5rem 1rem;background:color-mix(in srgb,var(--color-bg-card) 88%,transparent);backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);border:1px solid color-mix(in srgb,var(--color-text-muted) 16%,transparent);border-radius:99px;box-shadow:0 12px 40px rgba(0,0,0,0.18),0 2px 8px rgba(0,0,0,0.06);transition:transform 0.5s cubic-bezier(0.175,0.885,0.32,1.275),border-radius 0.5s cubic-bezier(0.175,0.885,0.32,1.275),bottom 0.5s ease,background-color 0.5s ease,box-shadow 0.5s ease,opacity 0.3s ease-out}.fbar.is-hidden{transform:translateX(-50%) translateY(120px) scale(0.8);opacity:0;pointer-events:none}.fbar.is-docked{bottom:0.75rem;transform:translateX(-50%) scale(0.96) scaleY(0.93);border-radius:20px;background-color:var(--color-bg-card);box-shadow:0 5px 25px rgba(0,0,0,0.16)}.fbar-profile{display:flex;align-items:center;gap:0.75rem;min-width:0}.fbar-media{position:relative;flex-shrink:0;width:44px;height:44px;box-sizing:border-box}.fbar-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;background:color-mix(in srgb,var(--color-text-muted) 16%,transparent)}.fbar-avatar--letter{display:grid;place-items:center;font-weight:800;font-size:1.05rem;color:#fff;background:var(--color-primary)}.fbar-thumb{border-radius:12px}.fbar--instagram .fbar-media::before{content:'';position:absolute;inset:-3px;border-radius:50%;background:conic-gradient(from 150deg,#f9ce34,#ee2a7b,#6228d7,#f9ce34)}.fbar--instagram .fbar-avatar{position:relative;border:2px solid var(--color-bg-card)}.fbar-online{position:absolute;right:-1px;bottom:-1px;width:12px;height:12px;border-radius:50%;background:#25d366;border:2px solid var(--color-bg-card)}.fbar-info{display:flex;flex-direction:column;min-width:0;line-height:1.3;gap:1px}.fbar--product .fbar-info{line-height:1.25}.fbar--product .fbar-sub{font-size:0.72rem}.fbar-name{display:flex;align-items:center;gap:4px;min-width:0;font-size:0.9rem;font-weight:700;letter-spacing:-0.01em;color:var(--color-text-light);white-space:nowrap}.fbar-name-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fbar-verified{width:15px;height:15px;flex-shrink:0;display:block}.fbar-sub{font-size:0.75rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fbar-price{display:flex;align-items:baseline;gap:0.4rem}.fbar-price s{font-size:0.75rem;color:var(--color-text-muted);opacity:0.8}.fbar-price strong{font-size:0.95rem;font-weight:800;color:var(--color-secondary)}.fbar-btn{display:inline-flex;align-items:center;gap:0.5rem;flex-shrink:0;padding:0.6rem 1.25rem;border-radius:99px;font-size:0.85rem;font-weight:700;color:#fff;text-decoration:none;white-space:nowrap;border:none;cursor:pointer;transition:transform 0.25s cubic-bezier(0.16,1,0.3,1),box-shadow 0.25s,filter 0.25s}.fbar-btn:hover{transform:translateY(-2px);filter:brightness(1.07)}.fbar-btn:active{transform:translateY(0)}.fbar-btn--whatsapp{background:#25d366;box-shadow:0 4px 12px rgba(37,211,102,0.35)}.fbar-btn--instagram{background:linear-gradient(135deg,#f9ce34,#ee2a7b 55%,#6228d7);box-shadow:0 4px 12px rgba(238,42,123,0.35)}.fbar-btn--cta{background:var(--color-secondary);box-shadow:0 4px 12px color-mix(in srgb,var(--color-secondary) 40%,transparent)}.fbar-btn--product{background:var(--color-accent);box-shadow:0 4px 12px color-mix(in srgb,var(--color-accent) 40%,transparent)}.fbar-icon{width:16px;height:16px;flex-shrink:0}@media (max-width:560px){.fbar{left:0.6rem;right:0.6rem;bottom:0.75rem;min-width:0;max-width:none;flex-direction:column;align-items:stretch;gap:0.7rem;padding:0.8rem;border-radius:18px;transform:translateY(0) scale(1)}.fbar.is-hidden{transform:translateY(140px) scale(0.94)}.fbar.is-docked{transform:scale(0.99);border-radius:14px;bottom:0.5rem}.fbar-btn{width:100%;justify-content:center;padding:0.7rem 1rem;font-size:0.85rem}.fbar-sub{white-space:normal}.fbar--whatsapp,.fbar--instagram{flex-direction:row;align-items:center;gap:0.5rem;padding:0.35rem 0.4rem 0.35rem 0.5rem;border-radius:99px}.fbar--whatsapp.is-docked,.fbar--instagram.is-docked{border-radius:22px}.fbar--whatsapp .fbar-profile,.fbar--instagram .fbar-profile{min-width:0;flex:1 1 auto;gap:0.55rem}.fbar--whatsapp .fbar-media,.fbar--instagram .fbar-media{width:34px;height:34px}.fbar--whatsapp .fbar-online,.fbar--instagram .fbar-online{width:10px;height:10px;border-width:1.5px}.fbar--whatsapp .fbar-avatar,.fbar--instagram .fbar-avatar{border-width:1.5px}.fbar--whatsapp .fbar-info,.fbar--instagram .fbar-info{min-width:0}.fbar--whatsapp .fbar-verified,.fbar--instagram .fbar-verified{flex-shrink:0}.fbar--whatsapp .fbar-sub,.fbar--instagram .fbar-sub{display:block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fbar--whatsapp .fbar-name,.fbar--instagram .fbar-name{font-size:0.86rem}.fbar--whatsapp .fbar-sub,.fbar--instagram .fbar-sub{font-size:0.72rem}.fbar--whatsapp .fbar-btn,.fbar--instagram .fbar-btn{width:auto;flex:0 0 auto;padding:0.52rem 0.8rem;font-size:0.76rem;gap:0.35rem;white-space:nowrap}.fbar--whatsapp .fbar-btn svg,.fbar--instagram .fbar-btn svg{width:15px;height:15px}}@media (max-width:380px){.fbar--whatsapp .fbar-name,.fbar--instagram .fbar-name{font-size:0.82rem}.fbar--whatsapp .fbar-sub,.fbar--instagram .fbar-sub{font-size:0.68rem}.fbar--whatsapp .fbar-btn,.fbar--instagram .fbar-btn{padding:0.48rem 0.62rem;font-size:0.72rem}.fbar--whatsapp .fbar-btn svg,.fbar--instagram .fbar-btn svg{width:14px;height:14px}.fbar--whatsapp .fbar-media,.fbar--instagram .fbar-media{width:31px;height:31px}.fbar--whatsapp .fbar-online,.fbar--instagram .fbar-online{width:9px;height:9px}}@media (prefers-reduced-motion:reduce){.fbar{transition:opacity 0.2s ease}.fbar.is-hidden{transform:translateX(-50%)}}.fbar-meta{display:flex;align-items:center;gap:0.4rem;flex-wrap:wrap;margin-top:0.15rem}.fbar-badge{display:inline-flex;align-items:center;padding:0.1rem 0.45rem;border-radius:5px;font-size:0.66rem;font-weight:800;letter-spacing:0.03em;color:#fff;background:#ef4444;white-space:nowrap}.fbar--cta .fbar-badge{background:var(--color-secondary)}.fbar-stock{font-size:0.7rem;font-weight:600;color:#f59e0b;white-space:nowrap}.fbar-countdown{display:inline-flex;align-items:center;gap:0.25rem;padding:0.1rem 0.45rem;border-radius:5px;font-size:0.7rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--color-text-light);background:color-mix(in srgb,var(--color-text-muted) 14%,transparent);white-space:nowrap}.fbar-countdown[hidden]{display:none}.fbar-clock{width:11px;height:11px;opacity:0.7;flex-shrink:0}.fbar--whatsapp .fbar-media::before{content:'';position:absolute;inset:-3px;border-radius:50%;background:linear-gradient(135deg,#25d366,#128c7e)}.fbar--whatsapp .fbar-avatar{position:relative;border:2px solid var(--color-bg-card)}.fbar--product .fbar-media{width:48px;height:48px}.fbar--product .fbar-avatar{border-radius:12px}.fbar--cta .fbar-profile{padding-left:0.25rem}@media (max-width:560px){.fbar-meta{gap:0.3rem;row-gap:0.25rem}.fbar-badge,.fbar-stock,.fbar-countdown{font-size:0.66rem}}@media (max-width:360px){.fbar{padding:0.7rem}.fbar-media{width:38px;height:38px}.fbar--product .fbar-media{width:42px;height:42px}}.custom-user-section[data-layout="fcb_studio"] .fcb-hero,.custom-user-section[data-layout="fcb_studio"] .fcb-studio,.custom-user-section[data-layout="fcb_studio"] .fcb-services,.custom-user-section[data-layout="fcb_studio"] .fcb-sizes,.custom-user-section[data-layout="fcb_studio"] .fcb-process,.custom-user-section[data-layout="fcb_studio"] .fcb-why-us,.custom-user-section[data-layout="fcb_studio"] .fcb-reviews,.custom-user-section[data-layout="fcb_studio"] .fcb-faq,.custom-user-section[data-layout="fcb_studio"] .fcb-contact{--fcb-paper:#F6F2EA;--fcb-board:#FFFDF8;--fcb-kraft-tint:#EDE3D4;--fcb-ink:#141A2E;--fcb-ink-soft:#232B44;--fcb-line:rgba(20,26,46,.14);--fcb-line-strong:rgba(20,26,46,.30);--fcb-line-dark:rgba(246,242,234,.16);--fcb-text:#141A2E;--fcb-text-2:#565C6E;--fcb-text-inv:#F6F2EA;--fcb-text-inv-2:rgba(246,242,234,.74);--fcb-kraft:#C9A27B;--fcb-kraft-deep:#7D5E3C;--fcb-accent:#B5431B;--fcb-accent-hover:#9A3714;--fcb-ink-rgb:20,26,46;--fcb-paper-rgb:246,242,234;--fcb-kraft-rgb:201,162,123;--fcb-accent-rgb:181,67,27;--fcb-font-head:"Outfit","DM Sans",system-ui,-apple-system,sans-serif;--fcb-ease:cubic-bezier(0.16,1,0.3,1);box-sizing:border-box;margin:0;position:relative;overflow:visible}.custom-user-section[data-layout="fcb_studio"] .fcb-hero *,.custom-user-section[data-layout="fcb_studio"] .fcb-studio *,.custom-user-section[data-layout="fcb_studio"] .fcb-services *,.custom-user-section[data-layout="fcb_studio"] .fcb-sizes *,.custom-user-section[data-layout="fcb_studio"] .fcb-process *,.custom-user-section[data-layout="fcb_studio"] .fcb-why-us *,.custom-user-section[data-layout="fcb_studio"] .fcb-reviews *,.custom-user-section[data-layout="fcb_studio"] .fcb-faq *,.custom-user-section[data-layout="fcb_studio"] .fcb-contact *{box-sizing:border-box}.custom-user-section[data-layout="fcb_studio"] .fcb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:50px;padding:.8rem 1.45rem;font:600 1rem/1.2 inherit;text-decoration:none;cursor:pointer;border-radius:4px;border:1.5px solid transparent;transition:transform .18s var(--fcb-ease),box-shadow .18s var(--fcb-ease),background-color .18s,color .18s,border-color .18s;font-family:inherit;white-space:nowrap}.custom-user-section[data-layout="fcb_studio"] .fcb-btn--ink{background:var(--fcb-ink);color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_studio"] .fcb-btn--ink:hover{background:var(--fcb-ink-soft);transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-accent)}.custom-user-section[data-layout="fcb_studio"] .fcb-btn--line{background:transparent;color:var(--fcb-text);border-color:var(--fcb-line-strong)}.custom-user-section[data-layout="fcb_studio"] .fcb-btn--line:hover{border-color:var(--fcb-ink);background:var(--fcb-board)}.custom-user-section[data-layout="fcb_studio"] .fcb-btn--paper{background:var(--fcb-paper);color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_studio"] .fcb-btn--paper:hover{transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-kraft)}.custom-user-section[data-layout="fcb_studio"] .fcb-btn--line-inv{background:transparent;color:var(--fcb-text-inv);border:1.5px solid var(--fcb-line-dark)}.custom-user-section[data-layout="fcb_studio"] .fcb-btn--line-inv:hover{border-color:var(--fcb-kraft);color:var(--fcb-kraft);background:rgba(255,255,255,.03)}.custom-user-section[data-layout="fcb_studio"] .fcb-btn:focus-visible{outline:2px solid var(--fcb-accent);outline-offset:3px}.custom-user-section[data-layout="fcb_studio"] .fcb-btn svg{width:18px;height:18px;flex:none}.custom-user-section[data-layout="fcb_studio"] .fcb-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;color:var(--fcb-kraft-deep);border:1px solid rgba(var(--fcb-kraft-rgb),.6);border-radius:4px;background:var(--fcb-board);margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_studio"] .fcb-tag__dot{width:7px;height:7px;border-radius:50%;background:var(--fcb-accent)}.custom-user-section[data-layout="fcb_studio"] .fcb-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(2rem,4vw,3.5rem);gap:2rem;flex-wrap:wrap}.custom-user-section[data-layout="fcb_studio"] .fcb-head__title{font-family:var(--fcb-font-head);font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:800;line-height:1.12;color:var(--fcb-ink);margin:0}.custom-user-section[data-layout="fcb_studio"] .fcb-head__desc{font-size:1.05rem;line-height:1.6;color:var(--fcb-text-2);max-width:48ch;margin:0}.custom-user-section[data-layout="fcb_studio"] .fcb-head--inv .fcb-head__title{color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_studio"] .fcb-head--inv .fcb-head__desc{color:var(--fcb-text-inv-2)}.custom-user-section[data-layout="fcb_studio"] .fcb-card{position:relative;background:var(--fcb-board);border:1px solid var(--fcb-line);border-radius:6px;padding:clamp(1.4rem,2.4vw,2rem);transition:border-color .2s,transform .25s var(--fcb-ease),box-shadow .25s var(--fcb-ease)}.custom-user-section[data-layout="fcb_studio"] .fcb-card:hover{border-color:var(--fcb-line-strong);box-shadow:0 1px 0 rgba(var(--fcb-ink-rgb),.06),0 18px 32px -22px rgba(var(--fcb-ink-rgb),.28)}.custom-user-section[data-layout="fcb_studio"] .fcb-studio{scroll-margin-top:80px;--fcb-studio-bg:var(--fcb-board);background:var(--fcb-studio-bg);padding:clamp(3.5rem,6.5vw,5.5rem) 0;border-bottom:1px solid var(--fcb-line)}.custom-user-section[data-layout="fcb_studio"] .fcb-studio__head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:clamp(1.75rem,3.2vw,2.75rem);gap:1rem}.custom-user-section[data-layout="fcb_studio"] .fcb-studio__title{font-family:var(--fcb-font-head);font-size:clamp(1.6rem,3.2vw,2.35rem);font-weight:800;color:var(--fcb-ink);line-height:1.15;margin:0 0 .4rem}.custom-user-section[data-layout="fcb_studio"] .fcb-studio__desc{font-size:.98rem;color:var(--fcb-text-2);line-height:1.55;margin:0;max-width:50ch}.custom-user-section[data-layout="fcb_studio"] .fcb-studio__badge{font-size:.76rem;font-weight:700;color:var(--fcb-accent);background:rgba(var(--fcb-accent-rgb),.08);padding:.3rem .65rem;border-radius:4px;border:1px solid rgba(var(--fcb-accent-rgb),.25);display:inline-flex;align-items:center;gap:.35rem;flex:none;white-space:nowrap}.custom-user-section[data-layout="fcb_studio"] .fcb-studio__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,0.85fr);gap:clamp(1.75rem,3.5vw,3.25rem);align-items:start}.custom-user-section[data-layout="fcb_studio"] .fcb-canvas-viewport{position:relative;width:100%;background:radial-gradient(circle at 50% 40%,rgba(201,162,123,0.12),transparent 70%);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:grab;user-select:none;border:1px solid var(--fcb-line);aspect-ratio:460 / 360;overflow:hidden}.custom-user-section[data-layout="fcb_studio"] .fcb-canvas-viewport.is-interacting{cursor:grabbing}.custom-user-section[data-layout="fcb_studio"] .fcb-3d-canvas{width:100%;height:100%;display:block}.custom-user-section[data-layout="fcb_studio"] .fcb-canvas-drag-hint{position:absolute;bottom:8px;left:0;right:0;text-align:center;pointer-events:none}.custom-user-section[data-layout="fcb_studio"] .fcb-canvas-drag-hint span{font-size:.72rem;font-weight:600;color:var(--fcb-text-2);background:rgba(255,255,255,0.90);padding:.25rem .75rem;border-radius:20px;border:1px solid var(--fcb-line);box-shadow:0 2px 6px rgba(0,0,0,0.06)}.custom-user-section[data-layout="fcb_studio"] .fcb-studio-ctrls{display:flex;flex-direction:column;gap:.95rem}.custom-user-section[data-layout="fcb_studio"] .fcb-mobile-tool-tabs{display:none}.custom-user-section[data-layout="fcb_studio"] .fcb-tool-section{display:flex;flex-direction:column;gap:.95rem}.custom-user-section[data-layout="fcb_studio"] .fcb-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.custom-user-section[data-layout="fcb_studio"] .fcb-mode-btn{height:44px;border:1.5px solid var(--fcb-line-strong);border-radius:4px;background:transparent;color:var(--fcb-text-2);font:600 .88rem inherit;display:flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer;transition:all .18s;font-family:inherit}.custom-user-section[data-layout="fcb_studio"] .fcb-mode-btn.is-active{background:var(--fcb-ink);color:#fff;border-color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_studio"] .fcb-wrap-mode-group{display:flex;flex-direction:column;gap:0.45rem;margin-bottom:0.65rem}.custom-user-section[data-layout="fcb_studio"] .fcb-wrap-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:0.4rem}.custom-user-section[data-layout="fcb_studio"] .fcb-wrap-btn{height:38px;border:1.5px solid var(--fcb-line);border-radius:4px;background:var(--fcb-paper);color:var(--fcb-text-2);font:700 0.78rem/1.2 var(--fcb-font-head);display:flex;align-items:center;justify-content:center;gap:0.35rem;cursor:pointer;transition:all 0.18s;font-family:inherit;padding:0 0.3rem;white-space:nowrap}.custom-user-section[data-layout="fcb_studio"] .fcb-wrap-btn:hover{border-color:var(--fcb-kraft);color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_studio"] .fcb-wrap-btn.is-active{background:var(--fcb-kraft);color:var(--fcb-ink);border-color:var(--fcb-kraft);box-shadow:0 2px 8px rgba(201,162,123,0.3)}.custom-user-section[data-layout="fcb_studio"] .fcb-wrap-note{display:flex;align-items:center;gap:0.35rem;font-size:0.74rem;color:var(--fcb-kraft-deep);background:rgba(201,162,123,0.12);padding:0.35rem 0.6rem;border-radius:4px;border:1px solid rgba(201,162,123,0.25);animation:m-fcb_studio-fcbToolFade 0.2s var(--fcb-ease)}.custom-user-section[data-layout="fcb_studio"] .fcb-wrap-note svg{flex:none}.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone{border:1.5px dashed var(--fcb-line-strong);border-radius:4px;background:var(--fcb-paper);padding:1.25rem;text-align:center;cursor:pointer;transition:border-color .18s,background .18s}.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone:hover,.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone.is-dragover{border-color:var(--fcb-accent);background:rgba(var(--fcb-accent-rgb),.04)}.custom-user-section[data-layout="fcb_studio"] .fcb-file-hidden{display:none}.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone__content{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:var(--fcb-text-2)}.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone__content svg{color:var(--fcb-kraft-deep);width:26px;height:26px}.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone__label{font-size:.9rem;color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone__label strong{color:var(--fcb-accent)}.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone__info{font-size:.76rem;color:var(--fcb-text-2)}.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone__preview{display:flex;align-items:center;gap:.85rem;text-align:left}.custom-user-section[data-layout="fcb_studio"] .fcb-thumb-img{width:48px;height:48px;object-fit:contain;border-radius:4px;background:#fff;border:1px solid var(--fcb-line)}.custom-user-section[data-layout="fcb_studio"] .fcb-thumb-info{flex-grow:1;display:flex;flex-direction:column;min-width:0}.custom-user-section[data-layout="fcb_studio"] .fcb-thumb-name{font-size:.88rem;font-weight:700;color:var(--fcb-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.custom-user-section[data-layout="fcb_studio"] .fcb-thumb-status{font-size:.74rem;color:var(--fcb-accent);font-weight:600}.custom-user-section[data-layout="fcb_studio"] .fcb-thumb-remove{background:transparent;border:none;color:var(--fcb-text-2);cursor:pointer;padding:.4rem;border-radius:4px}.custom-user-section[data-layout="fcb_studio"] .fcb-thumb-remove:hover{color:var(--fcb-accent)}.custom-user-section[data-layout="fcb_studio"] .fcb-text-row{display:grid;grid-template-columns:1.1fr 0.9fr;gap:.5rem}.custom-user-section[data-layout="fcb_studio"] .fcb-input,.custom-user-section[data-layout="fcb_studio"] .fcb-select{height:44px;padding:0 .75rem;font:600 .88rem var(--fcb-font-head);border:1.5px solid var(--fcb-line-strong);border-radius:4px;background:var(--fcb-paper);color:var(--fcb-ink);outline:none}.custom-user-section[data-layout="fcb_studio"] .fcb-input:focus,.custom-user-section[data-layout="fcb_studio"] .fcb-select:focus{border-color:var(--fcb-accent);background:#fff}.custom-user-section[data-layout="fcb_studio"] .fcb-color-studio,.custom-user-section[data-layout="fcb_studio"] .fcb-text-color-studio{background:var(--fcb-paper);border:1px solid var(--fcb-line);border-radius:4px;padding:.85rem}.custom-user-section[data-layout="fcb_studio"] .fcb-text-color-studio{margin-top:.65rem}.custom-user-section[data-layout="fcb_studio"] .fcb-color-studio__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.custom-user-section[data-layout="fcb_studio"] .fcb-ctrl-label{font-size:.85rem;font-weight:700;color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_studio"] .fcb-spectrum-picker-wrap{display:flex;align-items:center;gap:.5rem}.custom-user-section[data-layout="fcb_studio"] .fcb-color-input{width:30px;height:30px;padding:0;border:none;border-radius:4px;cursor:pointer;background:none}.custom-user-section[data-layout="fcb_studio"] .fcb-hex-label{font-family:var(--fcb-font-head);font-size:.85rem;font-weight:700;color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_studio"] .fcb-swatches-grid,.custom-user-section[data-layout="fcb_studio"] .fcb-text-swatches-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem}.custom-user-section[data-layout="fcb_studio"] .fcb-swatch{display:flex;align-items:center;gap:.45rem;padding:.35rem .5rem;border:1px solid var(--fcb-line);border-radius:4px;background:var(--fcb-board);cursor:pointer}.custom-user-section[data-layout="fcb_studio"] .fcb-swatch.is-active{border-color:var(--fcb-accent);outline:1.5px solid var(--fcb-accent);background:#fff}.custom-user-section[data-layout="fcb_studio"] .fcb-swatch__color{width:16px;height:16px;border-radius:3px;flex:none}.custom-user-section[data-layout="fcb_studio"] .fcb-swatch__name{font-size:.74rem;font-weight:600;color:var(--fcb-ink);white-space:nowrap}.custom-user-section[data-layout="fcb_studio"] .fcb-sliders-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.65rem}.custom-user-section[data-layout="fcb_studio"] .fcb-slider-group{display:flex;flex-direction:column;gap:.25rem}.custom-user-section[data-layout="fcb_studio"] .fcb-slider-label-row{display:flex;justify-content:space-between;font-size:.74rem;font-weight:600;color:var(--fcb-text-2)}.custom-user-section[data-layout="fcb_studio"] .fcb-slider-label-row span:last-child{font-weight:700;color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_studio"] .fcb-range{width:100%;height:5px;-webkit-appearance:none;appearance:none;background:var(--fcb-line-strong);border-radius:3px;outline:none}.custom-user-section[data-layout="fcb_studio"] .fcb-range::-webkit-slider-thumb{-webkit-appearance:none;width:15px;height:15px;border-radius:50%;background:var(--fcb-ink);border:2px solid #fff;cursor:pointer}.custom-user-section[data-layout="fcb_studio"] .fcb-studio-actions{display:flex;flex-direction:column;gap:.65rem}.custom-user-section[data-layout="fcb_studio"] .fcb-btn--full{width:100%}@media (max-width:960px){.custom-user-section[data-layout="fcb_studio"] .fcb-studio__grid{grid-template-columns:1fr}.custom-user-section[data-layout="fcb_studio"] .fcb-studio__canvas-col,.custom-user-section[data-layout="fcb_studio"] .fcb-studio__ctrl-col{max-width:520px;margin:0 auto;width:100%}}@media (max-width:860px){.custom-user-section[data-layout="fcb_studio"] .fcb-studio{padding:3.5rem 1rem 4rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-studio__head{margin-bottom:1.25rem !important;text-align:center;flex-direction:column;align-items:center;gap:0.35rem}.custom-user-section[data-layout="fcb_studio"] .fcb-studio__title{font-size:1.35rem !important;margin:0 !important}.custom-user-section[data-layout="fcb_studio"] .fcb-studio__desc{font-size:0.85rem !important;line-height:1.4 !important;max-width:100% !important;margin:0 !important;color:var(--fcb-text-2)}.custom-user-section[data-layout="fcb_studio"] .fcb-studio__badge{display:none !important}.custom-user-section[data-layout="fcb_studio"] .fcb-studio__grid{display:flex !important;flex-direction:column !important;gap:1rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-studio__canvas-col{position:relative !important;width:100% !important;margin:0 auto !important;padding:0 !important}.custom-user-section[data-layout="fcb_studio"] .fcb-canvas-viewport{width:100% !important;max-width:380px !important;aspect-ratio:460 / 360 !important;margin:0 auto 1.25rem !important;border-radius:8px;box-shadow:0 6px 22px rgba(20,26,46,0.08);touch-action:pan-y}.custom-user-section[data-layout="fcb_studio"] .fcb-canvas-drag-hint{bottom:6px !important}.custom-user-section[data-layout="fcb_studio"] .fcb-canvas-drag-hint span{font-size:0.68rem !important;padding:0.18rem 0.6rem !important;background:rgba(255,255,255,0.92)}.custom-user-section[data-layout="fcb_studio"] .fcb-mobile-tool-tabs{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:0.35rem !important;margin-bottom:0.65rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-mobile-tab{height:40px;border:1.5px solid var(--fcb-line-strong);border-radius:4px;background:var(--fcb-paper);color:var(--fcb-text-2);font:700 0.78rem/1.1 var(--fcb-font-head);display:flex;align-items:center;justify-content:center;gap:0.35rem;cursor:pointer;padding:0 0.3rem;transition:all 0.18s;white-space:nowrap}.custom-user-section[data-layout="fcb_studio"] .fcb-mobile-tab.is-active{background:var(--fcb-ink);color:#fff;border-color:var(--fcb-ink);box-shadow:0 2px 6px rgba(20,26,46,0.16)}.custom-user-section[data-layout="fcb_studio"] .fcb-mobile-tab svg{width:15px;height:15px;flex:none}.custom-user-section[data-layout="fcb_studio"] .fcb-tool-section{display:none !important}.custom-user-section[data-layout="fcb_studio"] .fcb-tool-section.is-mobile-active{display:flex !important;flex-direction:column !important;gap:0.65rem !important;animation:m-fcb_studio-m-fcb_studio-fcbToolFade .18s var(--fcb-ease)}@keyframes m-fcb_studio-fcbToolFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.custom-user-section[data-layout="fcb_studio"] .fcb-mode-tabs{gap:0.35rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-mode-btn{height:38px !important;font-size:0.82rem !important;gap:0.3rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-wrap-tabs{grid-template-columns:repeat(3,1fr) !important;gap:0.3rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-wrap-btn{height:36px !important;font-size:0.72rem !important;padding:0 0.2rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone{padding:0.85rem 0.75rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone__content svg{width:22px !important;height:22px !important}.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone__label{font-size:0.82rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-dropzone__info{font-size:0.7rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-thumb-img{width:40px !important;height:40px !important}.custom-user-section[data-layout="fcb_studio"] .fcb-thumb-name{font-size:0.8rem !important;max-width:190px !important}.custom-user-section[data-layout="fcb_studio"] .fcb-text-row{gap:0.35rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-input,.custom-user-section[data-layout="fcb_studio"] .fcb-select{height:40px !important;font-size:0.85rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-color-studio,.custom-user-section[data-layout="fcb_studio"] .fcb-text-color-studio{padding:0.65rem 0.75rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-color-studio__header{margin-bottom:0.45rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-ctrl-label{font-size:0.8rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-hex-label{font-size:0.8rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-color-input{width:26px !important;height:26px !important}.custom-user-section[data-layout="fcb_studio"] .fcb-swatches-grid,.custom-user-section[data-layout="fcb_studio"] .fcb-text-swatches-grid{grid-template-columns:repeat(3,1fr) !important;gap:0.35rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-swatch{padding:0.3rem 0.4rem !important;gap:0.35rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-swatch__name{font-size:0.7rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-swatch__color{width:14px !important;height:14px !important}.custom-user-section[data-layout="fcb_studio"] .fcb-sliders-row{grid-template-columns:1fr !important;gap:0.5rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-slider-group{gap:0.15rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-slider-label-row{font-size:0.74rem !important}.custom-user-section[data-layout="fcb_studio"] .fcb-range{height:5px !important}.custom-user-section[data-layout="fcb_studio"] .fcb-btn--full{min-height:48px !important;padding:0.75rem 1rem !important;font-size:0.95rem !important}}.custom-user-section[data-layout="fcb_contact"] .fcb-hero,.custom-user-section[data-layout="fcb_contact"] .fcb-studio,.custom-user-section[data-layout="fcb_contact"] .fcb-services,.custom-user-section[data-layout="fcb_contact"] .fcb-sizes,.custom-user-section[data-layout="fcb_contact"] .fcb-process,.custom-user-section[data-layout="fcb_contact"] .fcb-why-us,.custom-user-section[data-layout="fcb_contact"] .fcb-reviews,.custom-user-section[data-layout="fcb_contact"] .fcb-faq,.custom-user-section[data-layout="fcb_contact"] .fcb-contact{--fcb-paper:#F6F2EA;--fcb-board:#FFFDF8;--fcb-kraft-tint:#EDE3D4;--fcb-ink:#141A2E;--fcb-ink-soft:#232B44;--fcb-line:rgba(20,26,46,.14);--fcb-line-strong:rgba(20,26,46,.30);--fcb-line-dark:rgba(246,242,234,.16);--fcb-text:#141A2E;--fcb-text-2:#565C6E;--fcb-text-inv:#F6F2EA;--fcb-text-inv-2:rgba(246,242,234,.74);--fcb-kraft:#C9A27B;--fcb-kraft-deep:#7D5E3C;--fcb-accent:#B5431B;--fcb-accent-hover:#9A3714;--fcb-ink-rgb:20,26,46;--fcb-paper-rgb:246,242,234;--fcb-kraft-rgb:201,162,123;--fcb-accent-rgb:181,67,27;--fcb-font-head:"Outfit","DM Sans",system-ui,-apple-system,sans-serif;--fcb-ease:cubic-bezier(0.16,1,0.3,1);box-sizing:border-box;margin:0;position:relative;overflow:visible}.custom-user-section[data-layout="fcb_contact"] .fcb-hero *,.custom-user-section[data-layout="fcb_contact"] .fcb-studio *,.custom-user-section[data-layout="fcb_contact"] .fcb-services *,.custom-user-section[data-layout="fcb_contact"] .fcb-sizes *,.custom-user-section[data-layout="fcb_contact"] .fcb-process *,.custom-user-section[data-layout="fcb_contact"] .fcb-why-us *,.custom-user-section[data-layout="fcb_contact"] .fcb-reviews *,.custom-user-section[data-layout="fcb_contact"] .fcb-faq *,.custom-user-section[data-layout="fcb_contact"] .fcb-contact *{box-sizing:border-box}.custom-user-section[data-layout="fcb_contact"] .fcb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:50px;padding:.8rem 1.45rem;font:600 1rem/1.2 inherit;text-decoration:none;cursor:pointer;border-radius:4px;border:1.5px solid transparent;transition:transform .18s var(--fcb-ease),box-shadow .18s var(--fcb-ease),background-color .18s,color .18s,border-color .18s;font-family:inherit;white-space:nowrap}.custom-user-section[data-layout="fcb_contact"] .fcb-btn--ink{background:var(--fcb-ink);color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_contact"] .fcb-btn--ink:hover{background:var(--fcb-ink-soft);transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-accent)}.custom-user-section[data-layout="fcb_contact"] .fcb-btn--line{background:transparent;color:var(--fcb-text);border-color:var(--fcb-line-strong)}.custom-user-section[data-layout="fcb_contact"] .fcb-btn--line:hover{border-color:var(--fcb-ink);background:var(--fcb-board)}.custom-user-section[data-layout="fcb_contact"] .fcb-btn--paper{background:var(--fcb-paper);color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_contact"] .fcb-btn--paper:hover{transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-kraft)}.custom-user-section[data-layout="fcb_contact"] .fcb-btn--line-inv{background:transparent;color:var(--fcb-text-inv);border:1.5px solid var(--fcb-line-dark)}.custom-user-section[data-layout="fcb_contact"] .fcb-btn--line-inv:hover{border-color:var(--fcb-kraft);color:var(--fcb-kraft);background:rgba(255,255,255,.03)}.custom-user-section[data-layout="fcb_contact"] .fcb-btn:focus-visible{outline:2px solid var(--fcb-accent);outline-offset:3px}.custom-user-section[data-layout="fcb_contact"] .fcb-btn svg{width:18px;height:18px;flex:none}.custom-user-section[data-layout="fcb_contact"] .fcb-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;color:var(--fcb-kraft-deep);border:1px solid rgba(var(--fcb-kraft-rgb),.6);border-radius:4px;background:var(--fcb-board);margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_contact"] .fcb-tag__dot{width:7px;height:7px;border-radius:50%;background:var(--fcb-accent)}.custom-user-section[data-layout="fcb_contact"] .fcb-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(2rem,4vw,3.5rem);gap:2rem;flex-wrap:wrap}.custom-user-section[data-layout="fcb_contact"] .fcb-head__title{font-family:var(--fcb-font-head);font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:800;line-height:1.12;color:var(--fcb-ink);margin:0}.custom-user-section[data-layout="fcb_contact"] .fcb-head__desc{font-size:1.05rem;line-height:1.6;color:var(--fcb-text-2);max-width:48ch;margin:0}.custom-user-section[data-layout="fcb_contact"] .fcb-head--inv .fcb-head__title{color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_contact"] .fcb-head--inv .fcb-head__desc{color:var(--fcb-text-inv-2)}.custom-user-section[data-layout="fcb_contact"] .fcb-card{position:relative;background:var(--fcb-board);border:1px solid var(--fcb-line);border-radius:6px;padding:clamp(1.4rem,2.4vw,2rem);transition:border-color .2s,transform .25s var(--fcb-ease),box-shadow .25s var(--fcb-ease)}.custom-user-section[data-layout="fcb_contact"] .fcb-card:hover{border-color:var(--fcb-line-strong);box-shadow:0 1px 0 rgba(var(--fcb-ink-rgb),.06),0 18px 32px -22px rgba(var(--fcb-ink-rgb),.28)}.custom-user-section[data-layout="fcb_contact"] .fcb-contact{background-color:var(--fcb-ink);color:var(--fcb-text-inv);padding:clamp(4rem,7vw,6.5rem) 0}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__box{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,0.85fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__title{font-family:var(--fcb-font-head);font-size:clamp(2rem,3.8vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-0.02em;color:var(--fcb-text-inv);margin:0 0 1.25rem}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__desc{font-size:1.05rem;line-height:1.65;color:var(--fcb-text-inv-2);margin:0 0 2rem;max-width:54ch}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__info-card{background:rgba(255,255,255,0.03);border:1px solid var(--fcb-line-dark);border-radius:6px;padding:clamp(1.5rem,3vw,2.25rem)}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__info-heading{font-family:var(--fcb-font-head);font-size:1.15rem;font-weight:750;color:var(--fcb-kraft);margin:0 0 1.5rem;padding-bottom:.85rem;border-bottom:1px solid var(--fcb-line-dark)}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__meta-row{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__meta-icon{color:var(--fcb-kraft);flex:none;margin-top:.15rem}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__meta-title{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:.02em;color:var(--fcb-text-inv-2);font-weight:600}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__meta-val{font-size:.95rem;color:var(--fcb-text-inv);line-height:1.5;margin:.2rem 0 0}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__instagram{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--fcb-line-dark)}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__ig-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--fcb-kraft);font-weight:700;text-decoration:none;font-size:.95rem}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__ig-link:hover{color:var(--fcb-paper)}@media (max-width:900px){.custom-user-section[data-layout="fcb_contact"] .fcb-contact__box{grid-template-columns:1fr}}@media (max-width:480px){.custom-user-section[data-layout="fcb_contact"] .fcb-contact__actions{flex-direction:column}.custom-user-section[data-layout="fcb_contact"] .fcb-contact__actions .fcb-btn{width:100%}}.custom-user-section[data-layout="fcb_hero"] .fcb-hero,.custom-user-section[data-layout="fcb_hero"] .fcb-studio,.custom-user-section[data-layout="fcb_hero"] .fcb-services,.custom-user-section[data-layout="fcb_hero"] .fcb-sizes,.custom-user-section[data-layout="fcb_hero"] .fcb-process,.custom-user-section[data-layout="fcb_hero"] .fcb-why-us,.custom-user-section[data-layout="fcb_hero"] .fcb-reviews,.custom-user-section[data-layout="fcb_hero"] .fcb-faq,.custom-user-section[data-layout="fcb_hero"] .fcb-contact{--fcb-paper:#F6F2EA;--fcb-board:#FFFDF8;--fcb-kraft-tint:#EDE3D4;--fcb-ink:#141A2E;--fcb-ink-soft:#232B44;--fcb-line:rgba(20,26,46,.14);--fcb-line-strong:rgba(20,26,46,.30);--fcb-line-dark:rgba(246,242,234,.16);--fcb-text:#141A2E;--fcb-text-2:#565C6E;--fcb-text-inv:#F6F2EA;--fcb-text-inv-2:rgba(246,242,234,.74);--fcb-kraft:#C9A27B;--fcb-kraft-deep:#7D5E3C;--fcb-accent:#B5431B;--fcb-accent-hover:#9A3714;--fcb-ink-rgb:20,26,46;--fcb-paper-rgb:246,242,234;--fcb-kraft-rgb:201,162,123;--fcb-accent-rgb:181,67,27;--fcb-font-head:"Outfit","DM Sans",system-ui,-apple-system,sans-serif;--fcb-ease:cubic-bezier(0.16,1,0.3,1);box-sizing:border-box;margin:0;position:relative;overflow:visible}.custom-user-section[data-layout="fcb_hero"] .fcb-hero *,.custom-user-section[data-layout="fcb_hero"] .fcb-studio *,.custom-user-section[data-layout="fcb_hero"] .fcb-services *,.custom-user-section[data-layout="fcb_hero"] .fcb-sizes *,.custom-user-section[data-layout="fcb_hero"] .fcb-process *,.custom-user-section[data-layout="fcb_hero"] .fcb-why-us *,.custom-user-section[data-layout="fcb_hero"] .fcb-reviews *,.custom-user-section[data-layout="fcb_hero"] .fcb-faq *,.custom-user-section[data-layout="fcb_hero"] .fcb-contact *{box-sizing:border-box}.custom-user-section[data-layout="fcb_hero"] .fcb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:52px;padding:.85rem 1.6rem;font:600 1rem/1.2 inherit;text-decoration:none;cursor:pointer;border-radius:4px;border:1.5px solid transparent;transition:transform .18s var(--fcb-ease),box-shadow .18s var(--fcb-ease),background-color .18s,color .18s,border-color .18s;font-family:inherit;white-space:nowrap}.custom-user-section[data-layout="fcb_hero"] .fcb-btn--ink{background:var(--fcb-ink);color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_hero"] .fcb-btn--ink:hover{background:var(--fcb-ink-soft);transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-accent)}.custom-user-section[data-layout="fcb_hero"] .fcb-btn--line{background:transparent;color:var(--fcb-text);border-color:var(--fcb-line-strong)}.custom-user-section[data-layout="fcb_hero"] .fcb-btn--line:hover{border-color:var(--fcb-ink);background:var(--fcb-board)}.custom-user-section[data-layout="fcb_hero"] .fcb-btn--paper{background:var(--fcb-paper);color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_hero"] .fcb-btn--paper:hover{transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-kraft)}.custom-user-section[data-layout="fcb_hero"] .fcb-btn--line-inv{background:transparent;color:var(--fcb-text-inv);border:1.5px solid var(--fcb-line-dark)}.custom-user-section[data-layout="fcb_hero"] .fcb-btn--line-inv:hover{border-color:var(--fcb-kraft);color:var(--fcb-kraft);background:rgba(255,255,255,.03)}.custom-user-section[data-layout="fcb_hero"] .fcb-btn:focus-visible{outline:2px solid var(--fcb-accent);outline-offset:3px}.custom-user-section[data-layout="fcb_hero"] .fcb-btn svg{width:18px;height:18px;flex:none}.custom-user-section[data-layout="fcb_hero"] .fcb-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;color:var(--fcb-kraft-deep);border:1px solid rgba(var(--fcb-kraft-rgb),.6);border-radius:4px;background:var(--fcb-board);margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_hero"] .fcb-tag__dot{width:7px;height:7px;border-radius:50%;background:var(--fcb-accent)}.custom-user-section[data-layout="fcb_hero"] .fcb-hero{background-color:var(--fcb-paper);color:var(--fcb-text);padding:clamp(6.5rem,11vw,10rem) 0 clamp(6rem,10vw,8.5rem);text-align:center;border-bottom:1px solid var(--fcb-line);position:relative;overflow:hidden;min-height:85vh;display:flex;align-items:center;justify-content:center}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__bg-dots{position:absolute;inset:0;pointer-events:none;opacity:.45;background-image:radial-gradient(var(--fcb-line-strong) 1px,transparent 1px);background-size:26px 26px}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__floating-wrap{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.custom-user-section[data-layout="fcb_hero"] .fcb-floating-cup{position:absolute;filter:drop-shadow(0 18px 30px rgba(20,26,46,0.16));will-change:transform;transition:filter 0.2s}.custom-user-section[data-layout="fcb_hero"] .fcb-floating-cup--1{top:9%;right:4%;width:175px;animation:m-fcb_hero-fcbFloatCup1 7s ease-in-out infinite alternate}.custom-user-section[data-layout="fcb_hero"] .fcb-floating-cup--2{top:15%;left:4%;width:185px;animation:m-fcb_hero-fcbFloatCup2 8s ease-in-out infinite alternate}.custom-user-section[data-layout="fcb_hero"] .fcb-floating-cup--3{bottom:8%;right:6%;width:195px;animation:m-fcb_hero-fcbFloatCup3 9s ease-in-out infinite alternate}.custom-user-section[data-layout="fcb_hero"] .fcb-floating-cup--4{bottom:11%;left:5%;width:165px;animation:m-fcb_hero-fcbFloatCup4 7.5s ease-in-out infinite alternate}@keyframes m-fcb_hero-fcbFloatCup1{0%,100%{transform:translateY(0) rotate(14deg)}50%{transform:translateY(-16px) rotate(17deg)}}@keyframes m-fcb_hero-fcbFloatCup2{0%,100%{transform:translateY(0) rotate(-16deg)}50%{transform:translateY(-18px) rotate(-13deg)}}@keyframes m-fcb_hero-fcbFloatCup3{0%,100%{transform:translateY(0) rotate(10deg)}50%{transform:translateY(-14px) rotate(7deg)}}@keyframes m-fcb_hero-fcbFloatCup4{0%,100%{transform:translateY(0) rotate(-12deg)}50%{transform:translateY(-15px) rotate(-15deg)}}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__content{max-width:960px;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__title{font-family:var(--fcb-font-head);font-size:clamp(2.3rem,4.8vw,3.8rem);font-weight:800;line-height:1.08;letter-spacing:-0.025em;color:var(--fcb-ink);margin:0 auto 1.35rem;max-width:22ch;text-align:center}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__lead{font-size:clamp(1.05rem,1.25vw,1.22rem);line-height:1.65;color:var(--fcb-text-2);margin:0 auto 2.25rem;max-width:64ch;text-align:center}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center;margin-bottom:3.5rem}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__specs{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;padding-top:2.25rem;border-top:1px solid var(--fcb-line);width:100%;max-width:960px;margin:0 auto;text-align:left}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__spec-item{display:flex;flex-direction:column;gap:.25rem;background:var(--fcb-board);padding:.9rem 1.1rem;border-radius:6px;border:1px solid var(--fcb-line)}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__spec-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.02em;color:var(--fcb-text-2);font-weight:600}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__spec-val{font-size:.95rem;color:var(--fcb-ink);font-weight:700}@media (max-width:860px){.custom-user-section[data-layout="fcb_hero"] .fcb-hero{padding:clamp(7.5rem,18vw,8.5rem) 1.25rem 5rem !important;min-height:82vh !important}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__specs{grid-template-columns:repeat(2,1fr)}.custom-user-section[data-layout="fcb_hero"] .fcb-floating-cup--1{top:4%;right:-28px;width:105px;opacity:0.85}.custom-user-section[data-layout="fcb_hero"] .fcb-floating-cup--2{top:12%;left:-26px;width:110px;opacity:0.85}.custom-user-section[data-layout="fcb_hero"] .fcb-floating-cup--3{bottom:6%;right:-22px;width:115px;opacity:0.85}.custom-user-section[data-layout="fcb_hero"] .fcb-floating-cup--4{bottom:10%;left:-24px;width:100px;opacity:0.85}}@media (max-width:640px){.custom-user-section[data-layout="fcb_hero"] .fcb-hero__actions{flex-direction:column !important;width:100% !important;max-width:360px !important;margin:0 auto 2.5rem !important;gap:.75rem !important}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__actions .fcb-btn{width:100% !important;min-height:52px !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;box-sizing:border-box !important}.custom-user-section[data-layout="fcb_hero"] .fcb-hero__specs{grid-template-columns:1fr}}.custom-user-section[data-layout="fcb_reviews"] .fcb-hero,.custom-user-section[data-layout="fcb_reviews"] .fcb-studio,.custom-user-section[data-layout="fcb_reviews"] .fcb-services,.custom-user-section[data-layout="fcb_reviews"] .fcb-sizes,.custom-user-section[data-layout="fcb_reviews"] .fcb-process,.custom-user-section[data-layout="fcb_reviews"] .fcb-why-us,.custom-user-section[data-layout="fcb_reviews"] .fcb-reviews,.custom-user-section[data-layout="fcb_reviews"] .fcb-faq,.custom-user-section[data-layout="fcb_reviews"] .fcb-contact{--fcb-paper:#F6F2EA;--fcb-board:#FFFDF8;--fcb-kraft-tint:#EDE3D4;--fcb-ink:#141A2E;--fcb-ink-soft:#232B44;--fcb-line:rgba(20,26,46,.14);--fcb-line-strong:rgba(20,26,46,.30);--fcb-line-dark:rgba(246,242,234,.16);--fcb-text:#141A2E;--fcb-text-2:#565C6E;--fcb-text-inv:#F6F2EA;--fcb-text-inv-2:rgba(246,242,234,.74);--fcb-kraft:#C9A27B;--fcb-kraft-deep:#7D5E3C;--fcb-accent:#B5431B;--fcb-accent-hover:#9A3714;--fcb-ink-rgb:20,26,46;--fcb-paper-rgb:246,242,234;--fcb-kraft-rgb:201,162,123;--fcb-accent-rgb:181,67,27;--fcb-font-head:"Outfit","DM Sans",system-ui,-apple-system,sans-serif;--fcb-ease:cubic-bezier(0.16,1,0.3,1);box-sizing:border-box;margin:0;position:relative;overflow:visible}.custom-user-section[data-layout="fcb_reviews"] .fcb-hero *,.custom-user-section[data-layout="fcb_reviews"] .fcb-studio *,.custom-user-section[data-layout="fcb_reviews"] .fcb-services *,.custom-user-section[data-layout="fcb_reviews"] .fcb-sizes *,.custom-user-section[data-layout="fcb_reviews"] .fcb-process *,.custom-user-section[data-layout="fcb_reviews"] .fcb-why-us *,.custom-user-section[data-layout="fcb_reviews"] .fcb-reviews *,.custom-user-section[data-layout="fcb_reviews"] .fcb-faq *,.custom-user-section[data-layout="fcb_reviews"] .fcb-contact *{box-sizing:border-box}.custom-user-section[data-layout="fcb_reviews"] .fcb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:50px;padding:.8rem 1.45rem;font:600 1rem/1.2 inherit;text-decoration:none;cursor:pointer;border-radius:4px;border:1.5px solid transparent;transition:transform .18s var(--fcb-ease),box-shadow .18s var(--fcb-ease),background-color .18s,color .18s,border-color .18s;font-family:inherit;white-space:nowrap}.custom-user-section[data-layout="fcb_reviews"] .fcb-btn--ink{background:var(--fcb-ink);color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_reviews"] .fcb-btn--ink:hover{background:var(--fcb-ink-soft);transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-accent)}.custom-user-section[data-layout="fcb_reviews"] .fcb-btn--line{background:transparent;color:var(--fcb-text);border-color:var(--fcb-line-strong)}.custom-user-section[data-layout="fcb_reviews"] .fcb-btn--line:hover{border-color:var(--fcb-ink);background:var(--fcb-board)}.custom-user-section[data-layout="fcb_reviews"] .fcb-btn--paper{background:var(--fcb-paper);color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_reviews"] .fcb-btn--paper:hover{transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-kraft)}.custom-user-section[data-layout="fcb_reviews"] .fcb-btn--line-inv{background:transparent;color:var(--fcb-text-inv);border:1.5px solid var(--fcb-line-dark)}.custom-user-section[data-layout="fcb_reviews"] .fcb-btn--line-inv:hover{border-color:var(--fcb-kraft);color:var(--fcb-kraft);background:rgba(255,255,255,.03)}.custom-user-section[data-layout="fcb_reviews"] .fcb-btn:focus-visible{outline:2px solid var(--fcb-accent);outline-offset:3px}.custom-user-section[data-layout="fcb_reviews"] .fcb-btn svg{width:18px;height:18px;flex:none}.custom-user-section[data-layout="fcb_reviews"] .fcb-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;color:var(--fcb-kraft-deep);border:1px solid rgba(var(--fcb-kraft-rgb),.6);border-radius:4px;background:var(--fcb-board);margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_reviews"] .fcb-tag__dot{width:7px;height:7px;border-radius:50%;background:var(--fcb-accent)}.custom-user-section[data-layout="fcb_reviews"] .fcb-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(2rem,4vw,3.5rem);gap:2rem;flex-wrap:wrap}.custom-user-section[data-layout="fcb_reviews"] .fcb-head__title{font-family:var(--fcb-font-head);font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:800;line-height:1.12;color:var(--fcb-ink);margin:0}.custom-user-section[data-layout="fcb_reviews"] .fcb-head__desc{font-size:1.05rem;line-height:1.6;color:var(--fcb-text-2);max-width:48ch;margin:0}.custom-user-section[data-layout="fcb_reviews"] .fcb-head--inv .fcb-head__title{color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_reviews"] .fcb-head--inv .fcb-head__desc{color:var(--fcb-text-inv-2)}.custom-user-section[data-layout="fcb_reviews"] .fcb-card{position:relative;background:var(--fcb-board);border:1px solid var(--fcb-line);border-radius:6px;padding:clamp(1.4rem,2.4vw,2rem);transition:border-color .2s,transform .25s var(--fcb-ease),box-shadow .25s var(--fcb-ease)}.custom-user-section[data-layout="fcb_reviews"] .fcb-card:hover{border-color:var(--fcb-line-strong);box-shadow:0 1px 0 rgba(var(--fcb-ink-rgb),.06),0 18px 32px -22px rgba(var(--fcb-ink-rgb),.28)}.custom-user-section[data-layout="fcb_reviews"] .fcb-reviews{background-color:var(--fcb-kraft-tint);padding:clamp(3.5rem,6.5vw,6rem) 0;border-bottom:1px solid var(--fcb-line)}.custom-user-section[data-layout="fcb_reviews"] .fcb-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.custom-user-section[data-layout="fcb_reviews"] .fcb-reviews__card{display:flex;flex-direction:column;justify-content:space-between}.custom-user-section[data-layout="fcb_reviews"] .fcb-reviews__stars{display:flex;gap:.25rem;color:#EAB308;margin-bottom:1rem}.custom-user-section[data-layout="fcb_reviews"] .fcb-reviews__quote{font-size:.95rem;line-height:1.65;color:var(--fcb-text);margin:0 0 1.5rem;font-style:italic}.custom-user-section[data-layout="fcb_reviews"] .fcb-reviews__author{display:flex;flex-direction:column;gap:.2rem;border-top:1px solid var(--fcb-line);padding-top:1rem}.custom-user-section[data-layout="fcb_reviews"] .fcb-reviews__name{font-size:.95rem;color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_reviews"] .fcb-reviews__role{font-size:.8rem;color:var(--fcb-text-2)}@media (max-width:900px){.custom-user-section[data-layout="fcb_reviews"] .fcb-reviews__grid{grid-template-columns:1fr}}.custom-user-section[data-layout="fcb_why_us"] .fcb-hero,.custom-user-section[data-layout="fcb_why_us"] .fcb-studio,.custom-user-section[data-layout="fcb_why_us"] .fcb-services,.custom-user-section[data-layout="fcb_why_us"] .fcb-sizes,.custom-user-section[data-layout="fcb_why_us"] .fcb-process,.custom-user-section[data-layout="fcb_why_us"] .fcb-why-us,.custom-user-section[data-layout="fcb_why_us"] .fcb-reviews,.custom-user-section[data-layout="fcb_why_us"] .fcb-faq,.custom-user-section[data-layout="fcb_why_us"] .fcb-contact{--fcb-paper:#F6F2EA;--fcb-board:#FFFDF8;--fcb-kraft-tint:#EDE3D4;--fcb-ink:#141A2E;--fcb-ink-soft:#232B44;--fcb-line:rgba(20,26,46,.14);--fcb-line-strong:rgba(20,26,46,.30);--fcb-line-dark:rgba(246,242,234,.16);--fcb-text:#141A2E;--fcb-text-2:#565C6E;--fcb-text-inv:#F6F2EA;--fcb-text-inv-2:rgba(246,242,234,.74);--fcb-kraft:#C9A27B;--fcb-kraft-deep:#7D5E3C;--fcb-accent:#B5431B;--fcb-accent-hover:#9A3714;--fcb-ink-rgb:20,26,46;--fcb-paper-rgb:246,242,234;--fcb-kraft-rgb:201,162,123;--fcb-accent-rgb:181,67,27;--fcb-font-head:"Outfit","DM Sans",system-ui,-apple-system,sans-serif;--fcb-ease:cubic-bezier(0.16,1,0.3,1);box-sizing:border-box;margin:0;position:relative;overflow:visible}.custom-user-section[data-layout="fcb_why_us"] .fcb-hero *,.custom-user-section[data-layout="fcb_why_us"] .fcb-studio *,.custom-user-section[data-layout="fcb_why_us"] .fcb-services *,.custom-user-section[data-layout="fcb_why_us"] .fcb-sizes *,.custom-user-section[data-layout="fcb_why_us"] .fcb-process *,.custom-user-section[data-layout="fcb_why_us"] .fcb-why-us *,.custom-user-section[data-layout="fcb_why_us"] .fcb-reviews *,.custom-user-section[data-layout="fcb_why_us"] .fcb-faq *,.custom-user-section[data-layout="fcb_why_us"] .fcb-contact *{box-sizing:border-box}.custom-user-section[data-layout="fcb_why_us"] .fcb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:50px;padding:.8rem 1.45rem;font:600 1rem/1.2 inherit;text-decoration:none;cursor:pointer;border-radius:4px;border:1.5px solid transparent;transition:transform .18s var(--fcb-ease),box-shadow .18s var(--fcb-ease),background-color .18s,color .18s,border-color .18s;font-family:inherit;white-space:nowrap}.custom-user-section[data-layout="fcb_why_us"] .fcb-btn--ink{background:var(--fcb-ink);color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_why_us"] .fcb-btn--ink:hover{background:var(--fcb-ink-soft);transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-accent)}.custom-user-section[data-layout="fcb_why_us"] .fcb-btn--line{background:transparent;color:var(--fcb-text);border-color:var(--fcb-line-strong)}.custom-user-section[data-layout="fcb_why_us"] .fcb-btn--line:hover{border-color:var(--fcb-ink);background:var(--fcb-board)}.custom-user-section[data-layout="fcb_why_us"] .fcb-btn--paper{background:var(--fcb-paper);color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_why_us"] .fcb-btn--paper:hover{transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-kraft)}.custom-user-section[data-layout="fcb_why_us"] .fcb-btn--line-inv{background:transparent;color:var(--fcb-text-inv);border:1.5px solid var(--fcb-line-dark)}.custom-user-section[data-layout="fcb_why_us"] .fcb-btn--line-inv:hover{border-color:var(--fcb-kraft);color:var(--fcb-kraft);background:rgba(255,255,255,.03)}.custom-user-section[data-layout="fcb_why_us"] .fcb-btn:focus-visible{outline:2px solid var(--fcb-accent);outline-offset:3px}.custom-user-section[data-layout="fcb_why_us"] .fcb-btn svg{width:18px;height:18px;flex:none}.custom-user-section[data-layout="fcb_why_us"] .fcb-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;color:var(--fcb-kraft-deep);border:1px solid rgba(var(--fcb-kraft-rgb),.6);border-radius:4px;background:var(--fcb-board);margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_why_us"] .fcb-tag__dot{width:7px;height:7px;border-radius:50%;background:var(--fcb-accent)}.custom-user-section[data-layout="fcb_why_us"] .fcb-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(2rem,4vw,3.5rem);gap:2rem;flex-wrap:wrap}.custom-user-section[data-layout="fcb_why_us"] .fcb-head__title{font-family:var(--fcb-font-head);font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:800;line-height:1.12;color:var(--fcb-ink);margin:0}.custom-user-section[data-layout="fcb_why_us"] .fcb-head__desc{font-size:1.05rem;line-height:1.6;color:var(--fcb-text-2);max-width:48ch;margin:0}.custom-user-section[data-layout="fcb_why_us"] .fcb-head--inv .fcb-head__title{color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_why_us"] .fcb-head--inv .fcb-head__desc{color:var(--fcb-text-inv-2)}.custom-user-section[data-layout="fcb_why_us"] .fcb-card{position:relative;background:var(--fcb-board);border:1px solid var(--fcb-line);border-radius:6px;padding:clamp(1.4rem,2.4vw,2rem);transition:border-color .2s,transform .25s var(--fcb-ease),box-shadow .25s var(--fcb-ease)}.custom-user-section[data-layout="fcb_why_us"] .fcb-card:hover{border-color:var(--fcb-line-strong);box-shadow:0 1px 0 rgba(var(--fcb-ink-rgb),.06),0 18px 32px -22px rgba(var(--fcb-ink-rgb),.28)}.custom-user-section[data-layout="fcb_why_us"] .fcb-why-us{background-color:var(--fcb-paper);padding:clamp(3.5rem,6.5vw,6rem) 0;border-bottom:1px solid var(--fcb-line)}.custom-user-section[data-layout="fcb_why_us"] .fcb-why-us__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.custom-user-section[data-layout="fcb_why_us"] .fcb-why-us__badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:700;color:var(--fcb-accent);background:rgba(var(--fcb-accent-rgb),.08);padding:.25rem .55rem;border-radius:4px;margin-bottom:1rem}.custom-user-section[data-layout="fcb_why_us"] .fcb-why-us__title{font-family:var(--fcb-font-head);font-size:1.3rem;font-weight:750;color:var(--fcb-ink);margin:0 0 .75rem}.custom-user-section[data-layout="fcb_why_us"] .fcb-why-us__desc{font-size:.95rem;line-height:1.65;color:var(--fcb-text-2);margin:0}@media (max-width:768px){.custom-user-section[data-layout="fcb_why_us"] .fcb-why-us__grid{grid-template-columns:1fr}}.custom-user-section[data-layout="fcb_faq"] .fcb-hero,.custom-user-section[data-layout="fcb_faq"] .fcb-studio,.custom-user-section[data-layout="fcb_faq"] .fcb-services,.custom-user-section[data-layout="fcb_faq"] .fcb-sizes,.custom-user-section[data-layout="fcb_faq"] .fcb-process,.custom-user-section[data-layout="fcb_faq"] .fcb-why-us,.custom-user-section[data-layout="fcb_faq"] .fcb-reviews,.custom-user-section[data-layout="fcb_faq"] .fcb-faq,.custom-user-section[data-layout="fcb_faq"] .fcb-contact{--fcb-paper:#F6F2EA;--fcb-board:#FFFDF8;--fcb-kraft-tint:#EDE3D4;--fcb-ink:#141A2E;--fcb-ink-soft:#232B44;--fcb-line:rgba(20,26,46,.14);--fcb-line-strong:rgba(20,26,46,.30);--fcb-line-dark:rgba(246,242,234,.16);--fcb-text:#141A2E;--fcb-text-2:#565C6E;--fcb-text-inv:#F6F2EA;--fcb-text-inv-2:rgba(246,242,234,.74);--fcb-kraft:#C9A27B;--fcb-kraft-deep:#7D5E3C;--fcb-accent:#B5431B;--fcb-accent-hover:#9A3714;--fcb-ink-rgb:20,26,46;--fcb-paper-rgb:246,242,234;--fcb-kraft-rgb:201,162,123;--fcb-accent-rgb:181,67,27;--fcb-font-head:"Outfit","DM Sans",system-ui,-apple-system,sans-serif;--fcb-ease:cubic-bezier(0.16,1,0.3,1);box-sizing:border-box;margin:0;position:relative;overflow:visible}.custom-user-section[data-layout="fcb_faq"] .fcb-hero *,.custom-user-section[data-layout="fcb_faq"] .fcb-studio *,.custom-user-section[data-layout="fcb_faq"] .fcb-services *,.custom-user-section[data-layout="fcb_faq"] .fcb-sizes *,.custom-user-section[data-layout="fcb_faq"] .fcb-process *,.custom-user-section[data-layout="fcb_faq"] .fcb-why-us *,.custom-user-section[data-layout="fcb_faq"] .fcb-reviews *,.custom-user-section[data-layout="fcb_faq"] .fcb-faq *,.custom-user-section[data-layout="fcb_faq"] .fcb-contact *{box-sizing:border-box}.custom-user-section[data-layout="fcb_faq"] .fcb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:50px;padding:.8rem 1.45rem;font:600 1rem/1.2 inherit;text-decoration:none;cursor:pointer;border-radius:4px;border:1.5px solid transparent;transition:transform .18s var(--fcb-ease),box-shadow .18s var(--fcb-ease),background-color .18s,color .18s,border-color .18s;font-family:inherit;white-space:nowrap}.custom-user-section[data-layout="fcb_faq"] .fcb-btn--ink{background:var(--fcb-ink);color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_faq"] .fcb-btn--ink:hover{background:var(--fcb-ink-soft);transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-accent)}.custom-user-section[data-layout="fcb_faq"] .fcb-btn--line{background:transparent;color:var(--fcb-text);border-color:var(--fcb-line-strong)}.custom-user-section[data-layout="fcb_faq"] .fcb-btn--line:hover{border-color:var(--fcb-ink);background:var(--fcb-board)}.custom-user-section[data-layout="fcb_faq"] .fcb-btn--paper{background:var(--fcb-paper);color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_faq"] .fcb-btn--paper:hover{transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-kraft)}.custom-user-section[data-layout="fcb_faq"] .fcb-btn--line-inv{background:transparent;color:var(--fcb-text-inv);border:1.5px solid var(--fcb-line-dark)}.custom-user-section[data-layout="fcb_faq"] .fcb-btn--line-inv:hover{border-color:var(--fcb-kraft);color:var(--fcb-kraft);background:rgba(255,255,255,.03)}.custom-user-section[data-layout="fcb_faq"] .fcb-btn:focus-visible{outline:2px solid var(--fcb-accent);outline-offset:3px}.custom-user-section[data-layout="fcb_faq"] .fcb-btn svg{width:18px;height:18px;flex:none}.custom-user-section[data-layout="fcb_faq"] .fcb-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;color:var(--fcb-kraft-deep);border:1px solid rgba(var(--fcb-kraft-rgb),.6);border-radius:4px;background:var(--fcb-board);margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_faq"] .fcb-tag__dot{width:7px;height:7px;border-radius:50%;background:var(--fcb-accent)}.custom-user-section[data-layout="fcb_faq"] .fcb-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(2rem,4vw,3.5rem);gap:2rem;flex-wrap:wrap}.custom-user-section[data-layout="fcb_faq"] .fcb-head__title{font-family:var(--fcb-font-head);font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:800;line-height:1.12;color:var(--fcb-ink);margin:0}.custom-user-section[data-layout="fcb_faq"] .fcb-head__desc{font-size:1.05rem;line-height:1.6;color:var(--fcb-text-2);max-width:48ch;margin:0}.custom-user-section[data-layout="fcb_faq"] .fcb-head--inv .fcb-head__title{color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_faq"] .fcb-head--inv .fcb-head__desc{color:var(--fcb-text-inv-2)}.custom-user-section[data-layout="fcb_faq"] .fcb-card{position:relative;background:var(--fcb-board);border:1px solid var(--fcb-line);border-radius:6px;padding:clamp(1.4rem,2.4vw,2rem);transition:border-color .2s,transform .25s var(--fcb-ease),box-shadow .25s var(--fcb-ease)}.custom-user-section[data-layout="fcb_faq"] .fcb-card:hover{border-color:var(--fcb-line-strong);box-shadow:0 1px 0 rgba(var(--fcb-ink-rgb),.06),0 18px 32px -22px rgba(var(--fcb-ink-rgb),.28)}.custom-user-section[data-layout="fcb_faq"] .fcb-faq{background-color:var(--fcb-paper);padding:clamp(3.5rem,6.5vw,6rem) 0;border-bottom:1px solid var(--fcb-line)}.custom-user-section[data-layout="fcb_faq"] .fcb-faq__list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.custom-user-section[data-layout="fcb_faq"] .fcb-faq__item{background:var(--fcb-board);border:1px solid var(--fcb-line);border-radius:6px;overflow:hidden;transition:border-color .18s}.custom-user-section[data-layout="fcb_faq"] .fcb-faq__item[open]{border-color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_faq"] .fcb-faq__summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;list-style:none;user-select:none}.custom-user-section[data-layout="fcb_faq"] .fcb-faq__summary::-webkit-details-marker{display:none}.custom-user-section[data-layout="fcb_faq"] .fcb-faq__q{font-family:var(--fcb-font-head);font-size:1.05rem;font-weight:700;color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_faq"] .fcb-faq__icon{color:var(--fcb-accent);transition:transform .2s var(--fcb-ease);flex:none}.custom-user-section[data-layout="fcb_faq"] .fcb-faq__item[open] .fcb-faq__icon{transform:rotate(180deg)}.custom-user-section[data-layout="fcb_faq"] .fcb-faq__answer{padding:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.65;color:var(--fcb-text-2);border-top:1px solid var(--fcb-line);margin-top:.5rem;padding-top:1rem}.custom-user-section[data-layout="fcb_faq"] .fcb-faq__answer p{margin:0}.custom-user-section[data-layout="fcb_sizes"] .fcb-hero,.custom-user-section[data-layout="fcb_sizes"] .fcb-studio,.custom-user-section[data-layout="fcb_sizes"] .fcb-services,.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes,.custom-user-section[data-layout="fcb_sizes"] .fcb-process,.custom-user-section[data-layout="fcb_sizes"] .fcb-why-us,.custom-user-section[data-layout="fcb_sizes"] .fcb-reviews,.custom-user-section[data-layout="fcb_sizes"] .fcb-faq,.custom-user-section[data-layout="fcb_sizes"] .fcb-contact{--fcb-paper:#F6F2EA;--fcb-board:#FFFDF8;--fcb-kraft-tint:#EDE3D4;--fcb-ink:#141A2E;--fcb-ink-soft:#232B44;--fcb-line:rgba(20,26,46,.14);--fcb-line-strong:rgba(20,26,46,.30);--fcb-line-dark:rgba(246,242,234,.16);--fcb-text:#141A2E;--fcb-text-2:#565C6E;--fcb-text-inv:#F6F2EA;--fcb-text-inv-2:rgba(246,242,234,.74);--fcb-kraft:#C9A27B;--fcb-kraft-deep:#7D5E3C;--fcb-accent:#B5431B;--fcb-accent-hover:#9A3714;--fcb-ink-rgb:20,26,46;--fcb-paper-rgb:246,242,234;--fcb-kraft-rgb:201,162,123;--fcb-accent-rgb:181,67,27;--fcb-font-head:"Outfit","DM Sans",system-ui,-apple-system,sans-serif;--fcb-ease:cubic-bezier(0.16,1,0.3,1);box-sizing:border-box;margin:0;position:relative;overflow:visible}.custom-user-section[data-layout="fcb_sizes"] .fcb-hero *,.custom-user-section[data-layout="fcb_sizes"] .fcb-studio *,.custom-user-section[data-layout="fcb_sizes"] .fcb-services *,.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes *,.custom-user-section[data-layout="fcb_sizes"] .fcb-process *,.custom-user-section[data-layout="fcb_sizes"] .fcb-why-us *,.custom-user-section[data-layout="fcb_sizes"] .fcb-reviews *,.custom-user-section[data-layout="fcb_sizes"] .fcb-faq *,.custom-user-section[data-layout="fcb_sizes"] .fcb-contact *{box-sizing:border-box}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:50px;padding:.8rem 1.45rem;font:600 1rem/1.2 inherit;text-decoration:none;cursor:pointer;border-radius:4px;border:1.5px solid transparent;transition:transform .18s var(--fcb-ease),box-shadow .18s var(--fcb-ease),background-color .18s,color .18s,border-color .18s;font-family:inherit;white-space:nowrap}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn--ink{background:var(--fcb-ink);color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn--ink:hover{background:var(--fcb-ink-soft);transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-accent)}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn--line{background:transparent;color:var(--fcb-text);border-color:var(--fcb-line-strong)}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn--line:hover{border-color:var(--fcb-ink);background:var(--fcb-board)}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn--paper{background:var(--fcb-paper);color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn--paper:hover{transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-kraft)}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn--line-inv{background:transparent;color:var(--fcb-text-inv);border:1.5px solid var(--fcb-line-dark)}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn--line-inv:hover{border-color:var(--fcb-kraft);color:var(--fcb-kraft);background:rgba(255,255,255,.03)}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn:focus-visible{outline:2px solid var(--fcb-accent);outline-offset:3px}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn svg{width:18px;height:18px;flex:none}.custom-user-section[data-layout="fcb_sizes"] .fcb-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;color:var(--fcb-kraft-deep);border:1px solid rgba(var(--fcb-kraft-rgb),.6);border-radius:4px;background:var(--fcb-board);margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_sizes"] .fcb-tag__dot{width:7px;height:7px;border-radius:50%;background:var(--fcb-accent)}.custom-user-section[data-layout="fcb_sizes"] .fcb-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(2rem,4vw,3.5rem);gap:2rem;flex-wrap:wrap}.custom-user-section[data-layout="fcb_sizes"] .fcb-head__title{font-family:var(--fcb-font-head);font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:800;line-height:1.12;color:var(--fcb-ink);margin:0}.custom-user-section[data-layout="fcb_sizes"] .fcb-head__desc{font-size:1.05rem;line-height:1.6;color:var(--fcb-text-2);max-width:48ch;margin:0}.custom-user-section[data-layout="fcb_sizes"] .fcb-head--inv .fcb-head__title{color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_sizes"] .fcb-head--inv .fcb-head__desc{color:var(--fcb-text-inv-2)}.custom-user-section[data-layout="fcb_sizes"] .fcb-card{position:relative;background:var(--fcb-board);border:1px solid var(--fcb-line);border-radius:6px;padding:clamp(1.4rem,2.4vw,2rem);transition:border-color .2s,transform .25s var(--fcb-ease),box-shadow .25s var(--fcb-ease)}.custom-user-section[data-layout="fcb_sizes"] .fcb-card:hover{border-color:var(--fcb-line-strong);box-shadow:0 1px 0 rgba(var(--fcb-ink-rgb),.06),0 18px 32px -22px rgba(var(--fcb-ink-rgb),.28)}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes{background-color:var(--fcb-ink);color:var(--fcb-text-inv);padding:clamp(3.5rem,6vw,5.5rem) 0;border-bottom:1px solid var(--fcb-line-dark)}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__nav-wrap{margin-bottom:1.75rem}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__tabs-container{position:relative;width:100%}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__scroll-cue{display:none}.custom-user-section[data-layout="fcb_sizes"] .fcb-tab{background:rgba(255,255,255,0.05);border:1px solid var(--fcb-line-dark);border-radius:6px;padding:.85rem .5rem;text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.2rem;transition:all .2s;font-family:inherit;color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_sizes"] .fcb-tab:hover{background:rgba(255,255,255,0.1);border-color:var(--fcb-kraft)}.custom-user-section[data-layout="fcb_sizes"] .fcb-tab.is-active{background:var(--fcb-kraft) !important;border-color:var(--fcb-kraft) !important;color:var(--fcb-ink) !important;box-shadow:0 4px 14px rgba(201,162,123,0.35)}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__tabs:not(:has(.is-active)) > .fcb-tab:first-child{background:var(--fcb-kraft);border-color:var(--fcb-kraft);color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_sizes"] .fcb-tab__oz{font-family:var(--fcb-font-head);font-size:1.15rem;font-weight:800;line-height:1}.custom-user-section[data-layout="fcb_sizes"] .fcb-tab__vol{font-size:.75rem;font-weight:600;opacity:.85}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel{display:none !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel.is-active{display:block !important;animation:m-fcb_sizes-fcbFadeIn .25s var(--fcb-ease)}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__display:not(:has(.is-active)) > .fcb-size-panel:first-child{display:block !important}@keyframes m-fcb_sizes-fcbFadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel{background:rgba(255,255,255,0.03);border:1px solid var(--fcb-line-dark);border-radius:8px;padding:clamp(1.5rem,3.2vw,2.75rem)}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel__grid{display:grid;grid-template-columns:280px 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:center}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel__visual{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 50%,rgba(201,162,123,0.08),transparent 70%);border-radius:8px;border:1px solid rgba(255,255,255,0.06);padding:1.25rem 1rem}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-cup-wrap{width:100%;max-width:250px;display:flex;align-items:center;justify-content:center}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-svg{width:100%;height:auto;max-height:180px;display:block}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel__title-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.4rem}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel__title{font-family:var(--fcb-font-head);font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:800;color:var(--fcb-text-inv);margin:0}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel__cat{font-size:.8rem;font-weight:700;color:var(--fcb-kraft);text-transform:uppercase;letter-spacing:.04em;background:rgba(201,162,123,0.12);padding:.25rem .6rem;border-radius:4px}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel__desc{font-size:.96rem;line-height:1.6;color:var(--fcb-text-inv-2);margin:.6rem 0 1.25rem;max-width:54ch}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.75rem}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-card{background:rgba(255,255,255,0.04);border:1px solid var(--fcb-line-dark);border-radius:6px;padding:.8rem .9rem;display:flex;flex-direction:column;gap:.2rem;transition:border-color .18s,background .18s}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-card:hover{border-color:var(--fcb-kraft);background:rgba(255,255,255,0.07)}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-card__header{display:flex;align-items:center;gap:.35rem;color:var(--fcb-kraft);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-card__val{font-family:var(--fcb-font-head);font-size:1.25rem;font-weight:800;color:#FFFDF8;line-height:1.15}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-card__sub{font-size:.68rem;color:var(--fcb-text-inv-2);font-weight:500}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn--full{width:100%}@media (max-width:960px){.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel__grid{grid-template-columns:240px 1fr;gap:1.75rem}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes{padding:3rem 1rem 3.5rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__nav-wrap{position:sticky !important;top:60px !important;z-index:85 !important;background:rgba(20,26,46,0.97) !important;backdrop-filter:blur(10px) !important;-webkit-backdrop-filter:blur(10px) !important;padding:0.6rem 0 0.75rem !important;margin:0 -1rem 1.25rem !important;padding-left:1rem !important;padding-right:1rem !important;border-bottom:1px solid rgba(255,255,255,0.1) !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__tabs-container{position:relative !important;width:100% !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__tabs-container::after{content:'' !important;position:absolute !important;top:0 !important;right:0 !important;bottom:0 !important;width:38px !important;background:linear-gradient(to right,transparent,rgba(20,26,46,0.98)) !important;pointer-events:none !important;z-index:2 !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__tabs{display:flex !important;overflow-x:auto !important;gap:0.48rem !important;scrollbar-width:none !important;-webkit-overflow-scrolling:touch !important;scroll-snap-type:x mandatory !important;padding-right:2.2rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__tabs::-webkit-scrollbar{display:none !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-tab{flex:0 0 28% !important;min-width:88px !important;max-width:108px !important;padding:0.55rem 0.35rem !important;scroll-snap-align:start !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-tab__oz{font-size:1.05rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-tab__vol{font-size:0.72rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__scroll-cue{display:inline-flex !important;align-items:center !important;gap:0.25rem !important;position:absolute !important;right:4px !important;top:50% !important;transform:translateY(-50%) !important;background:rgba(201,162,123,0.94) !important;color:#141A2E !important;padding:0.22rem 0.48rem !important;border-radius:12px !important;font-size:0.65rem !important;font-weight:700 !important;letter-spacing:0.02em !important;box-shadow:0 2px 8px rgba(0,0,0,0.3) !important;z-index:3 !important;pointer-events:none !important;animation:m-fcb_sizes-m-fcb_sizes-fcbPulseScrollCue 2s infinite ease-in-out !important;transition:opacity 0.3s,visibility 0.3s !important}@keyframes m-fcb_sizes-fcbPulseScrollCue{0%,100%{transform:translateY(-50%) translateX(0)}50%{transform:translateY(-50%) translateX(3px)}}.custom-user-section[data-layout="fcb_sizes"] .fcb-sizes__scroll-cue.is-hidden{opacity:0 !important;visibility:hidden !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel{padding:1.25rem 1rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel__grid{display:flex !important;flex-direction:column !important;gap:1.1rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel__visual{padding:0.85rem 0.5rem !important;max-width:220px !important;margin:0 auto !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-svg{max-height:150px !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel__title{font-size:1.25rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel__cat{font-size:0.72rem !important;padding:0.2rem 0.5rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-size-panel__desc{font-size:0.88rem !important;line-height:1.5 !important;margin:0.4rem 0 1rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-grid{grid-template-columns:repeat(2,1fr) !important;gap:0.5rem !important;margin-bottom:1.25rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-card{padding:0.65rem 0.75rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-card__header{font-size:0.66rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-card__val{font-size:1.15rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-metric-card__sub{font-size:0.64rem !important}.custom-user-section[data-layout="fcb_sizes"] .fcb-btn--full{min-height:48px !important;font-size:0.92rem !important}}.custom-user-section[data-layout="fcb_process"] .fcb-hero,.custom-user-section[data-layout="fcb_process"] .fcb-studio,.custom-user-section[data-layout="fcb_process"] .fcb-services,.custom-user-section[data-layout="fcb_process"] .fcb-sizes,.custom-user-section[data-layout="fcb_process"] .fcb-process,.custom-user-section[data-layout="fcb_process"] .fcb-why-us,.custom-user-section[data-layout="fcb_process"] .fcb-reviews,.custom-user-section[data-layout="fcb_process"] .fcb-faq,.custom-user-section[data-layout="fcb_process"] .fcb-contact{--fcb-paper:#F6F2EA;--fcb-board:#FFFDF8;--fcb-kraft-tint:#EDE3D4;--fcb-ink:#141A2E;--fcb-ink-soft:#232B44;--fcb-line:rgba(20,26,46,.14);--fcb-line-strong:rgba(20,26,46,.30);--fcb-line-dark:rgba(246,242,234,.16);--fcb-text:#141A2E;--fcb-text-2:#565C6E;--fcb-text-inv:#F6F2EA;--fcb-text-inv-2:rgba(246,242,234,.74);--fcb-kraft:#C9A27B;--fcb-kraft-deep:#7D5E3C;--fcb-accent:#B5431B;--fcb-accent-hover:#9A3714;--fcb-ink-rgb:20,26,46;--fcb-paper-rgb:246,242,234;--fcb-kraft-rgb:201,162,123;--fcb-accent-rgb:181,67,27;--fcb-font-head:"Outfit","DM Sans",system-ui,-apple-system,sans-serif;--fcb-ease:cubic-bezier(0.16,1,0.3,1);box-sizing:border-box;margin:0;position:relative;overflow:visible}.custom-user-section[data-layout="fcb_process"] .fcb-hero *,.custom-user-section[data-layout="fcb_process"] .fcb-studio *,.custom-user-section[data-layout="fcb_process"] .fcb-services *,.custom-user-section[data-layout="fcb_process"] .fcb-sizes *,.custom-user-section[data-layout="fcb_process"] .fcb-process *,.custom-user-section[data-layout="fcb_process"] .fcb-why-us *,.custom-user-section[data-layout="fcb_process"] .fcb-reviews *,.custom-user-section[data-layout="fcb_process"] .fcb-faq *,.custom-user-section[data-layout="fcb_process"] .fcb-contact *{box-sizing:border-box}.custom-user-section[data-layout="fcb_process"] .fcb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:50px;padding:.8rem 1.45rem;font:600 1rem/1.2 inherit;text-decoration:none;cursor:pointer;border-radius:4px;border:1.5px solid transparent;transition:transform .18s var(--fcb-ease),box-shadow .18s var(--fcb-ease),background-color .18s,color .18s,border-color .18s;font-family:inherit;white-space:nowrap}.custom-user-section[data-layout="fcb_process"] .fcb-btn--ink{background:var(--fcb-ink);color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_process"] .fcb-btn--ink:hover{background:var(--fcb-ink-soft);transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-accent)}.custom-user-section[data-layout="fcb_process"] .fcb-btn--line{background:transparent;color:var(--fcb-text);border-color:var(--fcb-line-strong)}.custom-user-section[data-layout="fcb_process"] .fcb-btn--line:hover{border-color:var(--fcb-ink);background:var(--fcb-board)}.custom-user-section[data-layout="fcb_process"] .fcb-btn--paper{background:var(--fcb-paper);color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_process"] .fcb-btn--paper:hover{transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-kraft)}.custom-user-section[data-layout="fcb_process"] .fcb-btn--line-inv{background:transparent;color:var(--fcb-text-inv);border:1.5px solid var(--fcb-line-dark)}.custom-user-section[data-layout="fcb_process"] .fcb-btn--line-inv:hover{border-color:var(--fcb-kraft);color:var(--fcb-kraft);background:rgba(255,255,255,.03)}.custom-user-section[data-layout="fcb_process"] .fcb-btn:focus-visible{outline:2px solid var(--fcb-accent);outline-offset:3px}.custom-user-section[data-layout="fcb_process"] .fcb-btn svg{width:18px;height:18px;flex:none}.custom-user-section[data-layout="fcb_process"] .fcb-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;color:var(--fcb-kraft-deep);border:1px solid rgba(var(--fcb-kraft-rgb),.6);border-radius:4px;background:var(--fcb-board);margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_process"] .fcb-tag__dot{width:7px;height:7px;border-radius:50%;background:var(--fcb-accent)}.custom-user-section[data-layout="fcb_process"] .fcb-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(2rem,4vw,3.5rem);gap:2rem;flex-wrap:wrap}.custom-user-section[data-layout="fcb_process"] .fcb-head__title{font-family:var(--fcb-font-head);font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:800;line-height:1.12;color:var(--fcb-ink);margin:0}.custom-user-section[data-layout="fcb_process"] .fcb-head__desc{font-size:1.05rem;line-height:1.6;color:var(--fcb-text-2);max-width:48ch;margin:0}.custom-user-section[data-layout="fcb_process"] .fcb-head--inv .fcb-head__title{color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_process"] .fcb-head--inv .fcb-head__desc{color:var(--fcb-text-inv-2)}.custom-user-section[data-layout="fcb_process"] .fcb-card{position:relative;background:var(--fcb-board);border:1px solid var(--fcb-line);border-radius:6px;padding:clamp(1.4rem,2.4vw,2rem);transition:border-color .2s,transform .25s var(--fcb-ease),box-shadow .25s var(--fcb-ease)}.custom-user-section[data-layout="fcb_process"] .fcb-card:hover{border-color:var(--fcb-line-strong);box-shadow:0 1px 0 rgba(var(--fcb-ink-rgb),.06),0 18px 32px -22px rgba(var(--fcb-ink-rgb),.28)}.custom-user-section[data-layout="fcb_process"] .fcb-process{background-color:var(--fcb-kraft-tint);padding:clamp(3.5rem,6.5vw,6rem) 0;border-bottom:1px solid var(--fcb-line)}.custom-user-section[data-layout="fcb_process"] .fcb-process__track{position:relative}.custom-user-section[data-layout="fcb_process"] .fcb-process__line{position:absolute;top:38px;left:5%;right:5%;height:2px;background:repeating-linear-gradient(90deg,var(--fcb-line-strong) 0,var(--fcb-line-strong) 8px,transparent 8px,transparent 16px);z-index:1;pointer-events:none}.custom-user-section[data-layout="fcb_process"] .fcb-process__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;position:relative;z-index:2}.custom-user-section[data-layout="fcb_process"] .fcb-process__card{background:var(--fcb-board);display:flex;flex-direction:column}.custom-user-section[data-layout="fcb_process"] .fcb-process__step-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_process"] .fcb-process__num{font-family:var(--fcb-font-head);font-size:2.2rem;font-weight:800;line-height:1;color:var(--fcb-accent)}.custom-user-section[data-layout="fcb_process"] .fcb-process__badge{font-size:.72rem;font-weight:700;color:var(--fcb-kraft-deep);background:var(--fcb-paper);padding:.25rem .5rem;border-radius:3px;border:1px solid rgba(var(--fcb-kraft-rgb),.4);display:flex;align-items:center;gap:.3rem}.custom-user-section[data-layout="fcb_process"] .fcb-process__badge svg{width:14px;height:14px;color:var(--fcb-accent)}.custom-user-section[data-layout="fcb_process"] .fcb-process__title{font-family:var(--fcb-font-head);font-size:1.15rem;font-weight:700;color:var(--fcb-ink);margin:0 0 .75rem}.custom-user-section[data-layout="fcb_process"] .fcb-process__desc{font-size:.92rem;line-height:1.6;color:var(--fcb-text-2);margin:0}@media (max-width:1024px){.custom-user-section[data-layout="fcb_process"] .fcb-process__steps{grid-template-columns:repeat(2,1fr)}.custom-user-section[data-layout="fcb_process"] .fcb-process__line{display:none}}@media (max-width:600px){.custom-user-section[data-layout="fcb_process"] .fcb-process__steps{grid-template-columns:1fr}}.custom-user-section[data-layout="fcb_services"] .fcb-hero,.custom-user-section[data-layout="fcb_services"] .fcb-studio,.custom-user-section[data-layout="fcb_services"] .fcb-services,.custom-user-section[data-layout="fcb_services"] .fcb-sizes,.custom-user-section[data-layout="fcb_services"] .fcb-process,.custom-user-section[data-layout="fcb_services"] .fcb-why-us,.custom-user-section[data-layout="fcb_services"] .fcb-reviews,.custom-user-section[data-layout="fcb_services"] .fcb-faq,.custom-user-section[data-layout="fcb_services"] .fcb-contact{--fcb-paper:#F6F2EA;--fcb-board:#FFFDF8;--fcb-kraft-tint:#EDE3D4;--fcb-ink:#141A2E;--fcb-ink-soft:#232B44;--fcb-line:rgba(20,26,46,.14);--fcb-line-strong:rgba(20,26,46,.30);--fcb-line-dark:rgba(246,242,234,.16);--fcb-text:#141A2E;--fcb-text-2:#565C6E;--fcb-text-inv:#F6F2EA;--fcb-text-inv-2:rgba(246,242,234,.74);--fcb-kraft:#C9A27B;--fcb-kraft-deep:#7D5E3C;--fcb-accent:#B5431B;--fcb-accent-hover:#9A3714;--fcb-ink-rgb:20,26,46;--fcb-paper-rgb:246,242,234;--fcb-kraft-rgb:201,162,123;--fcb-accent-rgb:181,67,27;--fcb-font-head:"Outfit","DM Sans",system-ui,-apple-system,sans-serif;--fcb-ease:cubic-bezier(0.16,1,0.3,1);box-sizing:border-box;margin:0;position:relative;overflow:visible}.custom-user-section[data-layout="fcb_services"] .fcb-hero *,.custom-user-section[data-layout="fcb_services"] .fcb-studio *,.custom-user-section[data-layout="fcb_services"] .fcb-services *,.custom-user-section[data-layout="fcb_services"] .fcb-sizes *,.custom-user-section[data-layout="fcb_services"] .fcb-process *,.custom-user-section[data-layout="fcb_services"] .fcb-why-us *,.custom-user-section[data-layout="fcb_services"] .fcb-reviews *,.custom-user-section[data-layout="fcb_services"] .fcb-faq *,.custom-user-section[data-layout="fcb_services"] .fcb-contact *{box-sizing:border-box}.custom-user-section[data-layout="fcb_services"] .fcb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:50px;padding:.8rem 1.45rem;font:600 1rem/1.2 inherit;text-decoration:none;cursor:pointer;border-radius:4px;border:1.5px solid transparent;transition:transform .18s var(--fcb-ease),box-shadow .18s var(--fcb-ease),background-color .18s,color .18s,border-color .18s;font-family:inherit;white-space:nowrap}.custom-user-section[data-layout="fcb_services"] .fcb-btn--ink{background:var(--fcb-ink);color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_services"] .fcb-btn--ink:hover{background:var(--fcb-ink-soft);transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-accent)}.custom-user-section[data-layout="fcb_services"] .fcb-btn--line{background:transparent;color:var(--fcb-text);border-color:var(--fcb-line-strong)}.custom-user-section[data-layout="fcb_services"] .fcb-btn--line:hover{border-color:var(--fcb-ink);background:var(--fcb-board)}.custom-user-section[data-layout="fcb_services"] .fcb-btn--paper{background:var(--fcb-paper);color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_services"] .fcb-btn--paper:hover{transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--fcb-kraft)}.custom-user-section[data-layout="fcb_services"] .fcb-btn--line-inv{background:transparent;color:var(--fcb-text-inv);border:1.5px solid var(--fcb-line-dark)}.custom-user-section[data-layout="fcb_services"] .fcb-btn--line-inv:hover{border-color:var(--fcb-kraft);color:var(--fcb-kraft);background:rgba(255,255,255,.03)}.custom-user-section[data-layout="fcb_services"] .fcb-btn:focus-visible{outline:2px solid var(--fcb-accent);outline-offset:3px}.custom-user-section[data-layout="fcb_services"] .fcb-btn svg{width:18px;height:18px;flex:none}.custom-user-section[data-layout="fcb_services"] .fcb-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600;color:var(--fcb-kraft-deep);border:1px solid rgba(var(--fcb-kraft-rgb),.6);border-radius:4px;background:var(--fcb-board);margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_services"] .fcb-tag__dot{width:7px;height:7px;border-radius:50%;background:var(--fcb-accent)}.custom-user-section[data-layout="fcb_services"] .fcb-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(2rem,4vw,3.5rem);gap:2rem;flex-wrap:wrap}.custom-user-section[data-layout="fcb_services"] .fcb-head__title{font-family:var(--fcb-font-head);font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:800;line-height:1.12;color:var(--fcb-ink);margin:0}.custom-user-section[data-layout="fcb_services"] .fcb-head__desc{font-size:1.05rem;line-height:1.6;color:var(--fcb-text-2);max-width:48ch;margin:0}.custom-user-section[data-layout="fcb_services"] .fcb-head--inv .fcb-head__title{color:var(--fcb-text-inv)}.custom-user-section[data-layout="fcb_services"] .fcb-head--inv .fcb-head__desc{color:var(--fcb-text-inv-2)}.custom-user-section[data-layout="fcb_services"] .fcb-card{position:relative;background:var(--fcb-board);border:1px solid var(--fcb-line);border-radius:6px;padding:clamp(1.4rem,2.4vw,2rem);transition:border-color .2s,transform .25s var(--fcb-ease),box-shadow .25s var(--fcb-ease)}.custom-user-section[data-layout="fcb_services"] .fcb-card:hover{border-color:var(--fcb-line-strong);box-shadow:0 1px 0 rgba(var(--fcb-ink-rgb),.06),0 18px 32px -22px rgba(var(--fcb-ink-rgb),.28)}.custom-user-section[data-layout="fcb_services"] .fcb-services{background-color:var(--fcb-paper);padding:clamp(3.5rem,6.5vw,6rem) 0;border-bottom:1px solid var(--fcb-line)}.custom-user-section[data-layout="fcb_services"] .fcb-services__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.custom-user-section[data-layout="fcb_services"] .fcb-services__card{display:flex;flex-direction:column;grid-column:span 6}.custom-user-section[data-layout="fcb_services"] .fcb-services__card:nth-child(4n + 1){grid-column:span 7}.custom-user-section[data-layout="fcb_services"] .fcb-services__card:nth-child(4n + 2){grid-column:span 5}.custom-user-section[data-layout="fcb_services"] .fcb-services__card:nth-child(4n + 3){grid-column:span 5}.custom-user-section[data-layout="fcb_services"] .fcb-services__card:nth-child(4n + 4){grid-column:span 7}.custom-user-section[data-layout="fcb_services"] .fcb-services__card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_services"] .fcb-services__badge{font-size:.74rem;font-weight:700;color:var(--fcb-kraft-deep);background:var(--fcb-paper);padding:.25rem .55rem;border-radius:4px;border:1px solid rgba(var(--fcb-kraft-rgb),.4)}.custom-user-section[data-layout="fcb_services"] .fcb-services__icon-slot{color:var(--fcb-accent)}.custom-user-section[data-layout="fcb_services"] .fcb-services__card-title{font-family:var(--fcb-font-head);font-size:clamp(1.15rem,1.8vw,1.45rem);font-weight:750;color:var(--fcb-ink);margin:0 0 .75rem;line-height:1.25}.custom-user-section[data-layout="fcb_services"] .fcb-services__card-desc{font-size:.95rem;line-height:1.6;color:var(--fcb-text-2);margin:0 0 1.5rem;flex-grow:1}.custom-user-section[data-layout="fcb_services"] .fcb-services__card-spec{display:flex;align-items:center;gap:.5rem;font-size:.85rem;padding:.75rem 0;border-top:1px solid var(--fcb-line);margin-bottom:1.25rem}.custom-user-section[data-layout="fcb_services"] .fcb-services__spec-label{font-weight:600;color:var(--fcb-text-2)}.custom-user-section[data-layout="fcb_services"] .fcb-services__spec-val{font-weight:700;color:var(--fcb-ink)}.custom-user-section[data-layout="fcb_services"] .fcb-services__card-action .fcb-btn{width:100%}@media (max-width:900px){.custom-user-section[data-layout="fcb_services"] .fcb-services__card{grid-column:span 12 !important}}