:root{font-family:Inter,Avenir Next,Segoe UI,sans-serif;color:#0f172a;line-height:1.5;font-weight:400}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}.site-theme-root{--sb-page-background: #eaf0f6;--sb-section-background: #ffffff;--sb-text-color: #0f172a;--sb-link-color: #1d4ed8;--sb-button-bg: #2563eb;--sb-button-bg-hover: #1d4ed8;--sb-button-border: #1e40af;--sb-button-text: #ffffff}.public-page{min-height:100vh;background:var(--sb-page-background, #eaf0f6);padding:1rem}.public-page__canvas{border:1px solid #d6dbe2;border-radius:10px;min-height:30rem;padding:1rem;background:var(--sb-page-background, #eaf0f6);color:var(--sb-text-color, #0f172a)}.public-empty{margin:8vh auto 0;max-width:680px;border:1px solid #d6dbe2;border-radius:12px;background:#fff;padding:1.2rem}.public-empty h1{margin:0;color:#0f172a}.public-empty p{margin:.6rem 0 0;color:#334155}.site-section{background:var(--sb-section-background, #ffffff);border:1px solid #d7dfea;border-radius:10px;padding:1rem;margin-bottom:.75rem;color:var(--sb-text-color, #0f172a)}.site-section h1,.site-section h2{margin-top:0}.site-section a{color:var(--sb-link-color, #1e40af)}.site-section ul{margin:0;padding-left:1rem}.site-section--hero{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.site-section--hero.variant-center{grid-template-columns:1fr;text-align:center}.site-section--hero.variant-overlay-left{position:relative;display:block;overflow:hidden;min-height:340px}.site-section--hero.variant-overlay-left .hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45}.site-section--hero.variant-overlay-left>div{position:relative;z-index:1;width:min(100%,60%);padding:1.5rem;background:#00000059}.site-section--hero.variant-overlay-left .eyebrow{color:#ffffffe6}.site-section--hero.variant-overlay-left h1{color:#f8fafc}.site-section--hero.variant-overlay-left p{color:#e2e8f0}.hero-image{width:100%;border-radius:8px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#64748b;margin:0 0 .35rem}.product-list{margin-top:.7rem;display:grid;gap:.7rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.product-card{border:1px solid #d7dfea;border-radius:8px;overflow:hidden;background:#fff}.product-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.product-card h4{margin:.55rem .6rem 0;font-size:.94rem;color:#0f172a}.product-card p{margin:.35rem .6rem .65rem;color:#334155;font-size:.84rem}.banner-section{display:grid;grid-template-columns:1fr 1.2fr;gap:1rem;align-items:center}.banner-image{width:100%;border-radius:8px}.gallery{display:grid;gap:.6rem}.gallery--small{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.gallery--medium{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}.gallery--large{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.gallery img{width:100%;border-radius:8px;aspect-ratio:4 / 3;object-fit:cover}.gallery__item-btn{width:100%;padding:0;border:0;border-radius:8px;background:transparent;overflow:hidden;cursor:zoom-in}.gallery__item-btn img{transition:transform .2s ease}.gallery__item-btn:hover img{transform:scale(1.02)}.gallery-lightbox{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:1rem;background:#020617d1}.gallery-lightbox__image{max-width:min(96vw,1200px);max-height:88vh;border-radius:12px;box-shadow:0 20px 60px #0f172a73}.gallery-lightbox__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:999px;border:1px solid rgba(226,232,240,.4);background:#0f172abf;color:#f8fafc;font-size:1.1rem;line-height:1;cursor:pointer}.site-section[id]{scroll-margin-top:84px}.site-top-nav{position:sticky;top:0;z-index:20;margin-bottom:.75rem;border:1px solid #d6dbe2;border-radius:10px;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.65rem .85rem;display:flex;align-items:center;justify-content:space-between;gap:.65rem}.site-top-nav__brand{color:var(--sb-text-color, #0f172a);font-weight:700;text-decoration:none;margin-right:.5rem}.site-top-nav__links{margin-left:auto;display:flex;flex-wrap:wrap;gap:.45rem .65rem}.site-top-nav__links a{color:var(--sb-link-color, #1d4ed8);text-decoration:none;font-size:.88rem;font-weight:600}.site-top-nav__links a:hover{text-decoration:underline}.site-top-nav__menu-btn{display:none;border:1px solid #cbd5e1;background:#fff;border-radius:8px;width:32px;height:32px;line-height:1;font-size:1rem}.site-top-nav__mobile-menu{display:none}.site-footer{margin-top:.4rem;border-radius:10px;background:#0f172a;color:#e2e8f0;padding:.85rem 1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.6rem 1rem}.site-footer__primary{min-width:170px}.site-footer__name,.site-footer__copy,.site-footer__brand{margin:0}.site-footer__name{font-size:.95rem;font-weight:700;color:#f8fafc}.site-footer__copy{margin-top:.1rem;font-size:.8rem;color:#cbd5e1}.site-footer__links{display:flex;flex-wrap:wrap;gap:.6rem}.site-footer__links a{font-size:.85rem;color:var(--sb-link-color, #bfdbfe);text-decoration:none}.site-footer__links a:hover{text-decoration:underline}.cta,a.cta,button.cta{display:inline-block;margin-top:.6rem;color:var(--sb-button-text, #ffffff);background:var(--sb-button-bg, #2563eb);text-decoration:none;padding:.45rem .8rem;border-radius:999px;border:1px solid var(--sb-button-border, #1d4ed8)}.cta:hover,a.cta:hover,button.cta:hover{background:var(--sb-button-bg-hover, #1d4ed8);opacity:.9}.site-message-float-btn{position:fixed;right:1rem;bottom:1rem;z-index:40;border:1px solid var(--sb-button-border, #1d4ed8);background:var(--sb-button-bg, #2563eb);color:var(--sb-button-text, #ffffff);border-radius:999px;padding:.58rem .9rem;font-size:.88rem;font-weight:700;box-shadow:0 10px 24px #0f172a38;cursor:pointer}.site-message-float-btn:hover{background:var(--sb-button-bg-hover, #1d4ed8)}.site-message-modal{position:fixed;inset:0;z-index:60}.site-message-modal__backdrop{position:absolute;inset:0;background:#0f172a70;border:0;padding:0}.site-message-modal__panel{position:absolute;right:1rem;bottom:1rem;width:min(460px,calc(100vw - 2rem));background:#fff;border:1px solid #d7dfea;border-radius:14px;box-shadow:0 24px 48px #0f172a47;padding:.9rem;color:#0f172a}.site-message-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;margin-bottom:.65rem}.site-message-modal__header h2{margin:0;font-size:1.08rem}.site-message-modal__header p{margin:.3rem 0 0;color:#475569;font-size:.88rem;line-height:1.35}.site-message-modal__close{border:1px solid #cbd5e1;background:#fff;border-radius:999px;padding:.26rem .62rem;font-size:.8rem;font-weight:600;color:#334155;cursor:pointer}.site-message-modal__form{display:grid;gap:.55rem}.site-message-modal__form label{font-size:.83rem;font-weight:700;color:#334155}.site-message-modal__form textarea{width:100%;resize:vertical;min-height:120px;border:1px solid #cbd5e1;border-radius:10px;padding:.65rem .7rem;font:inherit;color:#0f172a}.site-message-modal__form textarea:focus{outline:2px solid #93c5fd;border-color:#2563eb}.site-message-modal__hint{margin:0;font-size:.78rem;color:#64748b}.site-message-modal__error{margin:0;color:#b91c1c;font-size:.82rem;font-weight:600}.site-message-modal__success{margin:0;color:#166534;font-size:.82rem;font-weight:600}.site-message-modal__actions{display:flex;justify-content:flex-end;gap:.55rem;margin-top:.15rem}.site-message-modal__secondary,.site-message-modal__primary{border-radius:999px;font-weight:700;font-size:.82rem;padding:.36rem .78rem;cursor:pointer}.site-message-modal__secondary{border:1px solid #cbd5e1;background:#fff;color:#334155}.site-message-modal__primary{border:1px solid var(--sb-button-border, #1d4ed8);background:var(--sb-button-bg, #2563eb);color:var(--sb-button-text, #ffffff)}.site-message-modal__secondary:disabled,.site-message-modal__primary:disabled{opacity:.65;cursor:not-allowed}@media(max-width:900px){.site-section--hero,.banner-section{grid-template-columns:1fr}.site-top-nav__links{display:none}.site-top-nav__menu-btn{display:inline-flex;align-items:center;justify-content:center}.site-top-nav__mobile-menu{display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;border:1px solid #d6dbe2;border-radius:10px;background:#fff;padding:.4rem .55rem;gap:.1rem;box-shadow:0 8px 18px #0f172a1f}.site-top-nav__mobile-menu a{color:var(--sb-link-color, #1e40af);text-decoration:none;font-size:.9rem;font-weight:600;padding:.45rem .2rem}.site-message-float-btn{right:.75rem;bottom:.75rem;padding:.5rem .8rem;font-size:.84rem}.site-message-modal__panel{right:.5rem;left:.5rem;bottom:.5rem;width:auto;max-height:calc(100vh - 1rem);overflow:auto}}
