:root{--brand:#3e348d;--brand-dark:#281f71;--brand-soft:#eeecfb;--ink:#172033;--muted:#687386;--surface:#fff;--border:#e3e7ef;--success:#198754;--danger:#dc3545}
*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#f7f8fb}a{text-decoration:none}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1030}.site-logo{height:58px;max-width:260px;object-fit:contain}.nav-link{font-weight:600;color:#30384a}.nav-link:hover,.nav-link.active{color:var(--brand)}.hero{background:linear-gradient(120deg,rgba(40,31,113,.96),rgba(62,52,141,.87)),radial-gradient(circle at 90% 10%,#9d95dc,transparent 35%);color:#fff;padding:88px 0}.hero h1{font-size:clamp(2.2rem,5vw,4.7rem);font-weight:800;line-height:1.04;max-width:850px}.hero p{font-size:1.15rem;max-width:720px;color:#e8e6fb}.section{padding:76px 0}.section-title{font-weight:800;letter-spacing:-.03em}.eyebrow{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--brand)}.product-card,.category-card,.content-card{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;height:100%;box-shadow:0 12px 30px rgba(27,35,54,.05);transition:.2s ease}.product-card:hover,.category-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(27,35,54,.1)}.product-image{height:210px;object-fit:contain;width:100%;background:#fafaff;padding:24px}.product-placeholder{height:210px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1efff,#fff);font-weight:800;color:var(--brand);font-size:1.3rem;padding:20px;text-align:center}.badge-brand{background:var(--brand-soft);color:var(--brand)}.btn-brand{background:var(--brand);border-color:var(--brand);color:#fff}.btn-brand:hover{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}.cta-panel{background:linear-gradient(135deg,var(--brand-dark),var(--brand));color:#fff;border-radius:26px;padding:42px}.site-footer{background:#15122f;color:#d8d5ef}.site-footer a{color:#d8d5ef}.site-footer a:hover{color:#fff}.gallery-tile{position:relative;overflow:hidden;border-radius:16px;height:260px;background:#eee}.gallery-tile img{width:100%;height:100%;object-fit:cover;transition:.3s}.gallery-tile:hover img{transform:scale(1.04)}.prose{font-size:1.06rem;line-height:1.75}.prose img{max-width:100%;height:auto}.prose table{width:100%;border-collapse:collapse}.prose td,.prose th{border:1px solid #d9dde7;padding:.6rem}.prose blockquote{border-left:4px solid var(--brand);padding-left:1rem;color:var(--muted)}
/* Admin */
.admin-body{background:#f4f6fa}.admin-shell{min-height:100vh;display:flex}.admin-sidebar{width:270px;background:#171432;color:#fff;position:fixed;left:0;top:0;bottom:0;overflow-y:auto;padding:20px 14px;z-index:1040}.admin-brand{display:flex;align-items:center;gap:10px;padding:4px 8px 22px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:15px}.admin-brand img{max-width:210px;height:55px;object-fit:contain;background:#fff;border-radius:8px;padding:4px}.admin-nav-label{font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;color:#8f8aa9;padding:16px 12px 7px}.admin-sidebar .nav-link{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:10px;color:#d8d5e7;font-weight:600;margin:2px 0}.admin-sidebar .nav-link:hover,.admin-sidebar .nav-link.active{background:#3e348d;color:#fff}.nav-icon{width:22px;text-align:center}.admin-main{margin-left:270px;width:calc(100% - 270px);min-height:100vh}.admin-topbar{height:70px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:1020}.admin-content{padding:28px}.stat-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 25px rgba(27,35,54,.04)}.stat-card strong{font-size:2rem}.stat-icon{width:48px;height:48px;border-radius:14px;background:var(--brand-soft);display:grid;place-items:center;color:var(--brand);font-size:1.3rem}.admin-card{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 25px rgba(27,35,54,.04)}.admin-card .card-header{background:#fff;border-bottom:1px solid var(--border);font-weight:700;padding:18px 20px}.admin-card .card-body{padding:20px}.table>:not(caption)>*>*{padding:.82rem .8rem;vertical-align:middle}.thumb{width:56px;height:56px;border-radius:10px;object-fit:cover;background:#f2f2f8}.form-label{font-weight:650}.required:after{content:' *';color:var(--danger)}.help-text{font-size:.82rem;color:var(--muted)}.seo-score{width:95px;height:95px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--success) calc(var(--score)*1%),#e9ecef 0);position:relative}.seo-score:before{content:'';position:absolute;inset:10px;background:#fff;border-radius:50%}.seo-score strong{position:relative;font-size:1.4rem}.mobile-admin-toggle{display:none}.editor-wrapper{border:1px solid #ced4da;border-radius:.5rem;background:#fff;overflow:hidden}.editor-toolbar{display:flex;flex-wrap:wrap;gap:4px;padding:8px;background:#f7f8fb;border-bottom:1px solid #dfe3eb}.editor-toolbar button,.editor-toolbar select{border:1px solid #d6dbe5;background:#fff;border-radius:5px;min-height:34px;padding:4px 9px;font-size:.85rem}.editor-toolbar button:hover{background:#eeecfb}.editor-area{min-height:260px;padding:14px;outline:none;overflow:auto}.editor-area:focus{box-shadow:inset 0 0 0 2px rgba(62,52,141,.18)}.editor-source{min-height:260px;width:100%;border:0;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;outline:none}.editor-fullscreen{position:fixed!important;inset:10px!important;z-index:2000!important;background:#fff!important;border:1px solid #aaa!important}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.media-card{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}.media-card img{width:100%;height:150px;object-fit:cover}.media-card .media-meta{padding:12px}.login-shell{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 10% 10%,#efedff,transparent 35%),#f7f8fb}.login-card{width:min(460px,calc(100% - 30px));border:0;border-radius:22px;box-shadow:0 25px 80px rgba(27,35,54,.15)}
@media(max-width:991.98px){.admin-sidebar{transform:translateX(-100%);transition:.25s}.admin-sidebar.open{transform:translateX(0)}.admin-main{margin-left:0;width:100%}.mobile-admin-toggle{display:inline-flex}.admin-content{padding:18px}.site-logo{height:48px}.hero{padding:64px 0}}
.place-items-center{place-items:center}.text-break{word-break:break-word}

/* Arromed CMS 2.1 enhancements */
.floating-contact{position:fixed;top:52%;transform:translateY(-50%);z-index:1045;display:flex;align-items:center;gap:.55rem;padding:.75rem .9rem;color:#fff;border-radius:0 999px 999px 0;box-shadow:0 12px 28px rgba(0,0,0,.22);font-weight:750;transition:transform .2s ease,box-shadow .2s ease}.floating-contact:hover{color:#fff;transform:translateY(-50%) scale(1.04);box-shadow:0 16px 35px rgba(0,0,0,.28)}.floating-call{left:0;background:#2149a6}.floating-whatsapp{right:0;border-radius:999px 0 0 999px;background:#128c4b}.floating-contact>span:first-child{font-size:1.25rem;line-height:1}.floating-label{font-size:.9rem}
.hero-stat-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:22px;padding:28px;backdrop-filter:blur(8px)}.hero-stat-card strong{display:block;font-size:2rem}.hero-stat-card span{color:#dedaf7}.hero-stat-card hr{border-color:rgba(255,255,255,.22)}
.home-gallery-slider-section{padding:70px 0;background:#f7f8fb}.home-product-carousel{border-radius:26px;overflow:hidden;box-shadow:0 25px 60px rgba(27,35,54,.14);background:#fff}.home-product-carousel .carousel-item img{aspect-ratio:6604/3715;object-fit:contain;background:linear-gradient(135deg,#f0effb,#fff)}.home-product-carousel .carousel-caption{left:0;right:0;bottom:0;text-align:left;padding:70px 6% 34px;background:linear-gradient(transparent,rgba(12,12,30,.9))}.home-product-carousel .carousel-caption h3{font-size:clamp(1.35rem,3vw,2.35rem);font-weight:800}.home-product-carousel .carousel-caption span:last-child{font-weight:700}.home-about-summary{min-height:230px;display:flex;align-items:center}
.product-main-frame{width:100%;aspect-ratio:6604/3715;border:1px solid var(--border);border-radius:22px;background:linear-gradient(135deg,#f2f0ff,#fff);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-main-image{width:100%;height:100%;object-fit:contain;padding:20px}.product-thumb-button{display:block;width:100%;padding:0;border:2px solid transparent;border-radius:10px;background:#fff;overflow:hidden}.product-thumb-button:hover,.product-thumb-button.active{border-color:var(--brand)}.product-thumb-button img{width:100%;aspect-ratio:6604/3715;object-fit:contain;background:#fafaff}.product-intro{font-size:1.08rem;line-height:1.75;color:var(--muted)}.product-fact{padding:16px 18px;border:1px solid var(--border);border-radius:14px;background:#f9f9fd}.share-menu{min-width:220px;border:0;border-radius:14px;padding:.55rem}.share-menu .dropdown-item{border-radius:9px;padding:.65rem .75rem;display:flex;align-items:center;gap:.65rem}.share-icon{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-weight:800}.product-content-grid{display:grid;grid-template-columns:minmax(0,65fr) minmax(270px,30fr);gap:5%;align-items:start}.category-sidebar{overflow:hidden;top:100px}.category-sidebar-heading{padding:18px 20px;background:linear-gradient(135deg,var(--brand-dark),var(--brand));color:#fff;font-weight:800;font-size:1.05rem}.category-sidebar-link{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:13px 18px;border-bottom:1px solid var(--border);color:var(--ink);font-weight:650;transition:.18s}.category-sidebar-link:last-child{border-bottom:0}.category-sidebar-link:hover,.category-sidebar-link.active{background:var(--brand-soft);color:var(--brand)}.category-count{min-width:30px;height:26px;padding:0 8px;display:grid;place-items:center;border-radius:999px;background:#fff;border:1px solid var(--border);font-size:.78rem}.product-detail-section h2{padding-bottom:.65rem;border-bottom:1px solid var(--border)}
.gallery-hero{background:linear-gradient(135deg,#fff,#f0effb);border-bottom:1px solid var(--border)}.gallery-total{display:inline-block;padding:.7rem 1rem;border-radius:999px;background:#fff;border:1px solid var(--border);font-weight:750}.gallery-filter-bar{display:flex;flex-wrap:wrap;gap:.6rem;position:sticky;top:76px;z-index:10;padding:12px;background:rgba(247,248,251,.93);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:16px}.product-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-gallery-card{position:relative;width:100%;border:0;padding:0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 30px rgba(27,35,54,.08);text-align:left}.product-gallery-card img{width:100%;aspect-ratio:6604/3715;object-fit:contain;background:linear-gradient(135deg,#f1efff,#fff);transition:transform .4s ease,filter .4s ease}.product-gallery-card:hover img{transform:scale(1.035);filter:saturate(1.08)}.gallery-overlay{position:absolute;inset:auto 0 0;padding:62px 18px 18px;background:linear-gradient(transparent,rgba(16,16,35,.92));color:#fff;display:flex;flex-direction:column;gap:.25rem;transform:translateY(22px);transition:.3s}.product-gallery-card:hover .gallery-overlay{transform:translateY(0)}.gallery-category{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#c9c4fa}.gallery-overlay strong{font-size:1.05rem}.gallery-overlay>span:last-child{font-size:.82rem;opacity:0;transition:.3s}.product-gallery-card:hover .gallery-overlay>span:last-child{opacity:.85}.gallery-modal-image{max-height:72vh;object-fit:contain;aspect-ratio:6604/3715}
.contact-hero{padding:82px 0;background:linear-gradient(120deg,rgba(31,23,100,.97),rgba(62,52,141,.91)),radial-gradient(circle at 90% 20%,#938ad4,transparent 35%)}.contact-hero-card{padding:28px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);border-radius:22px;color:#fff;backdrop-filter:blur(8px)}.contact-hero-card strong{display:block;font-size:1.2rem}.contact-hero-card hr{border-color:rgba(255,255,255,.2)}.contact-card-strip{margin-top:-34px;position:relative;z-index:2}.contact-info-card{height:100%;display:flex;align-items:center;gap:14px;padding:20px;background:#fff;color:var(--ink);border:1px solid var(--border);border-radius:16px;box-shadow:0 12px 30px rgba(27,35,54,.1);transition:.2s}.contact-info-card:hover{color:var(--brand);transform:translateY(-3px)}.contact-info-icon{width:46px;height:46px;display:grid;place-items:center;flex:0 0 46px;border-radius:14px;background:var(--brand-soft);color:var(--brand);font-size:1.25rem}.contact-info-card small{display:block;color:var(--muted);margin-bottom:2px}.contact-info-card strong{display:block;font-size:.95rem}.contact-whatsapp-card .contact-info-icon{background:#e5f7ed;color:#128c4b}.contact-detail-block>span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-weight:800;margin-bottom:.4rem}.contact-detail-block p{margin-bottom:.35rem}.contact-form-card{border-top:5px solid var(--brand)}
.menu-editor-row{cursor:grab}.menu-editor-row.dragging{opacity:.45;outline:2px dashed var(--brand)}
@media(max-width:991.98px){.product-content-grid{grid-template-columns:1fr;gap:28px}.category-sidebar{position:static!important}.product-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-filter-bar{top:66px}.floating-label{display:none}.floating-contact{padding:.78rem}.home-product-carousel .carousel-caption{padding:55px 5% 24px}}
@media(max-width:575.98px){.product-gallery-grid{grid-template-columns:1fr}.contact-card-strip{margin-top:-18px}.floating-contact{top:auto;bottom:18px;transform:none}.floating-contact:hover{transform:scale(1.04)}.floating-call{left:12px;border-radius:999px}.floating-whatsapp{right:12px;border-radius:999px}.home-product-carousel .carousel-caption{position:absolute}.home-product-carousel .carousel-caption .badge{display:none}.home-product-carousel .carousel-caption h3{font-size:1.2rem}.section{padding:56px 0}}

/* v2.2.0: gallery-backed hero and direct product sharing */
.hero-gallery-background{position:relative;isolation:isolate;background-image:linear-gradient(110deg,rgba(20,17,66,.93) 0%,rgba(40,31,113,.86) 48%,rgba(35,28,91,.72) 100%),var(--hero-gallery-image,linear-gradient(120deg,#281f71,#3e348d));background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero-gallery-background::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(8,7,27,.28),transparent 58%),radial-gradient(circle at 82% 35%,rgba(255,255,255,.16),transparent 32%);pointer-events:none}.hero-gallery-background .container{z-index:1}.hero-gallery-background h1,.hero-gallery-background p,.hero-gallery-background .eyebrow{text-shadow:0 2px 20px rgba(0,0,0,.42)}.hero-gallery-background .hero-stat-card{background:rgba(20,17,66,.52);border-color:rgba(255,255,255,.3);box-shadow:0 18px 55px rgba(0,0,0,.24)}
.product-action-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.product-share-block{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product-share-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--muted)}.product-share-actions{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.product-share-button{width:44px;height:44px;border:0;border-radius:50%;display:inline-grid;place-items:center;color:#fff;box-shadow:0 8px 20px rgba(20,23,40,.16);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;cursor:pointer}.product-share-button:hover,.product-share-button:focus-visible{color:#fff;transform:translateY(-3px);box-shadow:0 13px 26px rgba(20,23,40,.23);filter:saturate(1.08)}.product-share-button:focus-visible{outline:3px solid rgba(62,52,141,.25);outline-offset:3px}.product-share-button svg{width:21px;height:21px;fill:currentColor}.share-facebook{background:#1877f2}.share-x{background:#111}.share-whatsapp{background:#25d366}.share-instagram{background:radial-gradient(circle at 30% 105%,#fdf497 0 5%,#fdf497 6%,#fd5949 45%,#d6249f 65%,#285aeb 90%)}.share-copy{background:var(--brand)}
@media(max-width:575.98px){.product-action-row{align-items:flex-start}.product-share-block{width:100%}.product-share-button{width:42px;height:42px}.hero-gallery-background{background-position:center}}

/* v2.3.0: professionally formatted product content */
.product-description-column{font-size:1.04rem;line-height:1.78;color:#263247}.product-detail-section{margin-bottom:2.25rem!important;scroll-margin-top:110px}.product-detail-section:last-child{margin-bottom:0!important}.product-detail-section h2{font-size:clamp(1.28rem,2vw,1.55rem)!important;line-height:1.3;font-weight:800;letter-spacing:-.018em;color:var(--ink);margin:0 0 1rem;padding:0 0 .72rem;border-bottom:1px solid var(--border)}.product-detail-section p{margin:0 0 1rem;color:#3f4a5e}.product-detail-section p:last-child{margin-bottom:0}.product-detail-section .product-summary{font-size:1.09rem;line-height:1.8;color:#263247}.product-detail-section ul,.product-detail-section ol{margin:.25rem 0 0;padding-left:1.25rem}.product-detail-section li{margin:.62rem 0;padding-left:.35rem;color:#3f4a5e}.product-detail-section li::marker{color:var(--brand);font-weight:800}.product-detail-section strong{color:#172033}.product-content-section{background:linear-gradient(180deg,#f7f8fb 0%,#fff 100%)}.product-description-column.content-card{padding:clamp(1.5rem,3.5vw,3rem)!important}.product-hero .product-intro{max-width:760px}.product-hero .section-title{line-height:1.12}.product-main-image{background:#fff}.product-main-frame{box-shadow:0 15px 38px rgba(27,35,54,.08)}.category-sidebar-link{font-size:.96rem}.category-sidebar+.content-card p{line-height:1.65}.product-card .product-image{aspect-ratio:6604/3715;height:auto;min-height:190px}.product-card h3{line-height:1.35}
@media(max-width:767.98px){.product-description-column{font-size:1rem;line-height:1.72}.product-detail-section{margin-bottom:1.8rem!important}.product-detail-section h2{font-size:1.3rem!important}.product-description-column.content-card{padding:1.25rem!important}}

/* v3.0.0 — client handover visual system, navigation and catalogue polish */
:root{
  --brand:#3f348f;
  --brand-dark:#241b6d;
  --brand-deep:#171044;
  --brand-soft:#efedff;
  --accent:#00a58a;
  --accent-soft:#e5f8f4;
  --warm:#f4a340;
  --warm-soft:#fff3e3;
  --ink:#172033;
  --muted:#667187;
  --surface:#fff;
  --surface-soft:#f7f8fc;
  --border:#e1e5ee;
  --heading-font:"Manrope",Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  --body-font:"Source Sans 3",Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{font-family:var(--body-font);font-size:1.02rem;line-height:1.62;background:var(--surface-soft);-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6,.section-title,.navbar,.btn{font-family:var(--heading-font)}
::selection{background:rgba(63,52,143,.2);color:var(--brand-deep)}
a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(0,165,138,.32)!important;outline-offset:3px}
.site-header{box-shadow:0 8px 26px rgba(23,32,51,.05)}
.site-header .navbar{min-height:76px}.site-header .nav-link{position:relative;padding:.7rem .82rem!important}.site-header .nav-link::after{content:"";position:absolute;left:.82rem;right:.82rem;bottom:.35rem;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:center;transition:transform .22s ease}.site-header .nav-link:hover::after,.site-header .nav-link.active::after{transform:scaleX(1)}
.btn{font-weight:700;border-radius:11px}.btn-brand{background:linear-gradient(135deg,var(--brand),var(--brand-dark));box-shadow:0 10px 22px rgba(63,52,143,.2)}.btn-brand:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(63,52,143,.27)}
.section-heading-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2rem}.section-heading-row>a{font-family:var(--heading-font);font-weight:750;color:var(--brand)}
.eyebrow{color:var(--accent);font-family:var(--heading-font)}
.section-title{color:var(--ink)}
.section-tint{background:linear-gradient(180deg,#f4f2ff 0%,#fff 100%)}
.breadcrumb-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;color:var(--muted)}.breadcrumb-nav a{font-weight:650;color:var(--brand)}.breadcrumb-nav a:hover{color:var(--accent)}

/* Home */
.hero-gallery-background{min-height:610px;display:flex;align-items:center;background-position:center 42%}.hero-gallery-background::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(100deg,rgba(19,13,65,.96) 0%,rgba(37,27,108,.89) 44%,rgba(30,25,83,.62) 100%)}.hero-gallery-background h1{font-family:var(--heading-font);font-weight:800;letter-spacing:-.055em}.hero-gallery-background p{font-size:1.25rem;line-height:1.65}.hero-stat-card{border-radius:26px}.hero-stat-card strong{font-family:var(--heading-font)}
.home-gallery-slider-section{padding:78px 0}.home-product-carousel{border-radius:28px;overflow:hidden;box-shadow:0 28px 70px rgba(30,25,83,.18);background:#fff}.home-product-carousel .carousel-item img{aspect-ratio:6604/3715;object-fit:contain;background:linear-gradient(135deg,#f1efff,#fff)}.home-product-carousel .carousel-caption{background:linear-gradient(transparent,rgba(18,14,55,.92));left:0;right:0;bottom:0;text-align:left;padding:90px 7% 34px}.home-product-carousel .carousel-caption h3{font-size:clamp(1.45rem,3vw,2.2rem);font-weight:800}.home-product-carousel .carousel-caption>span:last-child{font-weight:700;color:#e6e2ff}
.home-about-section{background:#fff}.home-about-title{font-size:clamp(2rem,4vw,3.45rem);font-weight:800;line-height:1.1;letter-spacing:-.045em;margin:.7rem 0 1.25rem}.home-about-lead{font-size:1.16rem;line-height:1.75;color:var(--muted);margin-bottom:1.8rem}.home-about-panel{position:relative;overflow:hidden;border-radius:28px;padding:clamp(2rem,4vw,3.5rem);background:linear-gradient(140deg,var(--brand-deep),var(--brand));color:#fff;box-shadow:0 24px 60px rgba(36,27,109,.2)}.home-about-panel::after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;right:-90px;top:-100px;background:rgba(255,255,255,.09)}.home-about-number{display:block;font-family:var(--heading-font);font-size:clamp(3.5rem,8vw,6.6rem);font-weight:800;line-height:1;color:rgba(255,255,255,.15);margin-bottom:-.35rem}.home-about-summary{position:relative;font-size:1.14rem;line-height:1.78;color:#f2f0ff}.home-about-summary p{color:inherit}.home-about-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.6rem}.home-about-tags span{padding:.48rem .78rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);font-size:.86rem;font-weight:650}
.category-showcase-section{background:linear-gradient(180deg,#fff 0%,#f5f7fc 100%)}.category-card{position:relative;display:flex!important;align-items:center;gap:1rem;min-height:135px;padding:1.45rem;border-radius:20px;color:var(--ink)!important;background:#fff;border:1px solid var(--border);overflow:hidden}.category-card::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:var(--brand)}.category-card-2::before{background:var(--accent)}.category-card-3::before{background:var(--warm)}.category-card-4::before{background:#5b78d5}.category-card-index{font-family:var(--heading-font);font-weight:800;font-size:1.55rem;color:rgba(63,52,143,.18)}.category-card h3{font-size:1.08rem;font-weight:800;margin:0 0 .22rem}.category-card div span{font-size:.86rem;color:var(--muted)}.category-card-arrow{margin-left:auto;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-weight:800}.category-card:hover{transform:translateY(-5px);border-color:rgba(63,52,143,.25)}.category-card:hover .category-card-arrow{background:var(--brand);color:#fff}
.featured-products-section{background:#fff}

/* Catalogue and category navigation */
.catalogue-hero,.category-page-hero,.inner-page-hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#f0edff 0%,#fff 55%,#e7f8f5 100%);border-bottom:1px solid var(--border)}.catalogue-hero::after,.category-page-hero::after,.inner-page-hero::after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-100px;top:-180px;background:rgba(63,52,143,.08)}.catalogue-hero p,.category-intro{color:var(--muted)}.category-page-hero{padding:64px 0}.category-intro{max-width:760px}.category-intro p{margin-bottom:0}.category-total-card{display:inline-flex;flex-direction:column;min-width:190px;padding:1.4rem 1.6rem;border-radius:20px;background:#fff;border:1px solid var(--border);box-shadow:0 15px 40px rgba(31,38,61,.08)}.category-total-card strong{font:800 2.6rem/1 var(--heading-font);color:var(--brand)}.category-total-card span{color:var(--muted);margin-top:.45rem}
.category-pill-nav{display:flex;gap:.65rem;overflow-x:auto;padding:.4rem .15rem .8rem;scrollbar-width:thin}.category-pill{flex:0 0 auto;display:inline-flex;align-items:center;gap:.55rem;padding:.72rem 1rem;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--ink);font-family:var(--heading-font);font-size:.88rem;font-weight:700;box-shadow:0 6px 16px rgba(26,34,54,.04)}.category-pill span{display:grid;place-items:center;min-width:25px;height:25px;padding:0 .4rem;border-radius:999px;background:var(--surface-soft);font-size:.75rem}.category-pill:hover,.category-pill.active{background:var(--brand);border-color:var(--brand);color:#fff;transform:translateY(-2px)}.category-pill.active span,.category-pill:hover span{background:rgba(255,255,255,.18)}
.catalogue-search-card{padding:1rem;border-radius:18px;background:#fff;border:1px solid var(--border);box-shadow:0 16px 38px rgba(27,35,54,.07)}
.product-card-link{display:block;color:var(--ink);height:100%}.product-card-link:hover{color:var(--ink)}.product-card-link .product-image{transition:transform .28s ease,filter .28s ease}.product-card-link:hover .product-image{transform:scale(1.025);filter:saturate(1.07)}.product-card-copy{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7rem}.product-link-text{font-family:var(--heading-font);font-size:.88rem;font-weight:800;color:var(--brand)}.product-card-link:hover .product-link-text{color:var(--accent)}

/* Product detail and dependable cross-product navigation */
.product-hero{background:linear-gradient(180deg,#fff 0%,#fbfaff 100%)}.product-generic-name{font-weight:600;color:var(--brand)}.product-main-frame{border:1px solid var(--border);border-radius:24px;background:#fff;overflow:hidden}.product-fact{height:100%;background:linear-gradient(135deg,#fff,#f7f5ff)}.product-prescription-note{border:0;border-left:5px solid var(--warm);background:var(--warm-soft)}
.product-content-grid{grid-template-columns:minmax(0,65fr) minmax(300px,30fr);gap:5%}.product-navigation-card{overflow:hidden;top:98px;max-height:calc(100vh - 120px);overflow-y:auto}.category-sidebar-heading{display:flex;flex-direction:column;gap:.12rem}.category-sidebar-heading span{font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;opacity:.72}.category-sidebar-heading strong{font-size:1.08rem}.product-list-navigation{border-bottom:1px solid var(--border)}.product-sidebar-link{display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.82rem 1rem;color:var(--ink);font-family:var(--heading-font);font-size:.88rem;font-weight:650;border-bottom:1px solid var(--border)}.product-sidebar-link:last-child{border-bottom:0}.product-sidebar-link>span:last-child{opacity:0;transform:translateX(-5px);transition:.2s}.product-sidebar-link:hover,.product-sidebar-link.active{background:var(--accent-soft);color:#087963}.product-sidebar-link:hover>span:last-child,.product-sidebar-link.active>span:last-child{opacity:1;transform:translateX(0)}.category-nav-subheading{padding:1rem 1rem .5rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--muted);background:#fafbfe}.category-sidebar-link{font-family:var(--heading-font);font-size:.86rem}.product-disclaimer-card{border-top:4px solid var(--accent)}
.product-prev-next{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.product-prev-next>div>a{display:flex;flex-direction:column;height:100%;padding:1.15rem 1.35rem;background:#fff;border:1px solid var(--border);border-radius:16px;color:var(--ink)}.product-prev-next a:hover{border-color:rgba(63,52,143,.35);transform:translateY(-2px);box-shadow:0 12px 28px rgba(27,35,54,.08)}.product-prev-next small{color:var(--muted);margin-bottom:.25rem}.product-prev-next strong{font-family:var(--heading-font);color:var(--brand)}.related-products-section{background:#fff}

/* Gallery */
.gallery-hero{background:linear-gradient(125deg,#f0edff,#fff 55%,#e2f8f3)}.gallery-hero p{color:var(--muted)}.gallery-total{font-family:var(--heading-font)}.gallery-total strong{color:var(--brand);margin-right:.25rem}.gallery-section{background:linear-gradient(180deg,#fff,#f7f8fc)}.gallery-filter-bar{top:86px;box-shadow:0 12px 28px rgba(27,35,54,.07)}.product-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-gallery-item{transition:opacity .25s ease,transform .25s ease}.product-gallery-item[hidden]{display:none!important}.product-gallery-card{position:relative;display:flex;flex-direction:column;height:100%;border-radius:20px;background:#fff;border:1px solid var(--border);overflow:hidden;box-shadow:0 12px 28px rgba(27,35,54,.07);transition:transform .25s ease,box-shadow .25s ease}.product-gallery-card:hover{transform:translateY(-6px);box-shadow:0 22px 46px rgba(27,35,54,.13)}.product-gallery-image-button{position:relative;width:100%;border:0;padding:0;background:linear-gradient(135deg,#f3f1ff,#fff);overflow:hidden}.product-gallery-image-button img{display:block;width:100%;aspect-ratio:6604/3715;object-fit:contain;transition:transform .38s ease,filter .38s ease}.product-gallery-card:hover img{transform:scale(1.045);filter:saturate(1.08)}.gallery-image-overlay{position:absolute;inset:0;display:grid;place-content:center;gap:.4rem;text-align:center;color:#fff;background:rgba(31,24,98,.65);opacity:0;transition:opacity .25s ease}.gallery-zoom-icon{width:46px;height:46px;margin:auto;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--brand);font-size:1.5rem}.gallery-image-overlay>span:last-child{font-family:var(--heading-font);font-size:.82rem;font-weight:700}.product-gallery-card:hover .gallery-image-overlay,.product-gallery-image-button:focus-visible .gallery-image-overlay{opacity:1}.gallery-card-body{display:flex;flex-direction:column;flex:1;padding:1rem 1.1rem 1.15rem}.gallery-card-body .gallery-category{color:var(--accent);font-weight:800}.gallery-card-body h2{font-size:1rem;font-weight:800;margin:.3rem 0 .65rem}.gallery-card-body p{font-size:.86rem;color:var(--muted);margin:0 0 .75rem}.gallery-card-body a{margin-top:auto;font-family:var(--heading-font);font-size:.85rem;font-weight:800;color:var(--brand)}.gallery-modal-content{border-radius:22px}.gallery-modal-stage{display:grid;place-items:center;background:linear-gradient(135deg,#f0edff,#fff);min-height:320px}.gallery-modal-image{display:block;width:100%;max-height:74vh;object-fit:contain;aspect-ratio:auto}

/* About and inner pages */
.about-hero{position:relative;overflow:hidden;padding:100px 0;background:linear-gradient(120deg,var(--brand-deep),var(--brand));color:#fff}.about-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 10%,rgba(255,255,255,.18),transparent 32%),linear-gradient(90deg,rgba(0,165,138,.15),transparent 45%);pointer-events:none}.about-hero .container{position:relative;z-index:1}.about-hero h1{font-size:clamp(2.5rem,5vw,4.9rem);font-weight:800;line-height:1.07;letter-spacing:-.055em;max-width:930px}.about-hero p{font-size:1.3rem;color:#e6e3ff;max-width:730px;margin-top:1.3rem}.about-hero-metrics{display:grid;gap:1px;border-radius:22px;overflow:hidden;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(9px)}.about-hero-metrics>div{padding:1.2rem 1.4rem;background:rgba(22,15,68,.42)}.about-hero-metrics strong{display:block;font:800 1.8rem/1.1 var(--heading-font)}.about-hero-metrics span{font-size:.88rem;color:#d8d4f5}.about-page-section{background:#fff}.about-sticky-intro{position:sticky;top:110px}.about-sticky-intro h2{font-size:clamp(1.8rem,3vw,2.75rem);font-weight:800;line-height:1.17;letter-spacing:-.04em;margin:.7rem 0 1rem}.about-sticky-intro p{font-size:1.1rem;color:var(--muted);margin-bottom:1.6rem}.about-featured-image{width:100%;max-height:500px;object-fit:cover;border-radius:24px;margin-bottom:1.5rem}.about-content{padding:clamp(1.6rem,4vw,3.3rem)}.about-content .lead{font-size:1.35rem;line-height:1.72;font-weight:600;color:var(--ink);padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.about-content h2{position:relative;font-size:clamp(1.45rem,2.5vw,2rem);font-weight:800;letter-spacing:-.025em;margin:2.4rem 0 .8rem;padding-left:1.1rem}.about-content h2::before{content:"";position:absolute;left:0;top:.2rem;bottom:.15rem;width:4px;border-radius:5px;background:linear-gradient(var(--accent),var(--brand))}.about-content p{font-size:1.08rem;line-height:1.85;color:#465166}.about-values-section{background:linear-gradient(180deg,#f3f1ff,#fff)}.about-value-card{height:100%;padding:2rem;border-radius:22px;background:#fff;border:1px solid var(--border);box-shadow:0 15px 38px rgba(27,35,54,.06)}.about-value-card>span{font:800 2.2rem/1 var(--heading-font);color:rgba(63,52,143,.16)}.about-value-card h2{font-size:1.25rem;font-weight:800;margin:1rem 0 .65rem}.about-value-card p{color:var(--muted);margin:0}.inner-page-container{max-width:1000px}.inner-page-featured-image{width:100%;max-height:500px;object-fit:cover;border-radius:24px;margin-bottom:2rem}

/* Footer and motion */
.site-footer{background:linear-gradient(135deg,#100c32,#21185b)}.site-footer h2{font-weight:800}.site-footer a:hover{color:#72e0cc}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
@media(max-width:1199.98px){.product-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:991.98px){.hero-gallery-background{min-height:auto}.product-content-grid{grid-template-columns:1fr}.product-navigation-card{position:static!important;max-height:none}.product-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-sticky-intro{position:static}.site-header .navbar-collapse{padding:1rem 0}.site-header .nav-link::after{display:none}.site-header .nav-link{border-radius:10px}.site-header .nav-link.active{background:var(--brand-soft)}}
@media(max-width:575.98px){body{font-size:1rem}.hero-gallery-background{padding:70px 0}.hero-gallery-background h1{font-size:2.45rem}.home-gallery-slider-section{padding:56px 0}.home-about-title{font-size:2.2rem}.section-heading-row{align-items:flex-start}.product-prev-next{grid-template-columns:1fr}.product-prev-next .text-end{text-align:left!important}.product-gallery-grid{grid-template-columns:1fr}.about-hero{padding:72px 0}.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.12rem}.category-card{min-height:120px;padding:1.15rem}.category-card-index{display:none}.gallery-filter-bar{top:70px;flex-wrap:nowrap;overflow-x:auto}.product-main-frame{border-radius:18px}}

/* v3.0.1 category priority and compact gallery corrections */
.category-priority-badge{display:inline-grid;place-items:center;min-width:42px;height:34px;padding:0 .55rem;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-family:var(--heading-font);font-weight:800}.admin-card td .btn-group form{display:flex}.contact-number-list{display:flex;flex-direction:column;gap:.12rem}.contact-number-list a{color:inherit}.contact-number-list a:hover{color:var(--brand)}
.product-gallery-grid{align-items:start}.product-gallery-item{min-width:0}.product-gallery-image-button{display:block;aspect-ratio:16/9;min-height:0}.product-gallery-image-button img{display:block;width:100%;height:100%!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain;background:linear-gradient(135deg,#f3f1ff,#fff)}.product-gallery-card{height:auto;min-height:100%}.gallery-card-body{min-height:142px}.gallery-card-body h2{line-height:1.35}.gallery-modal-image{height:auto!important}
@media(max-width:575.98px){.product-gallery-image-button{aspect-ratio:16/10}.gallery-card-body{min-height:0}}

/* v3.0.2 — Home product carousel image sizing
   The source artwork carries large intrinsic width/height attributes for SEO and
   layout stability. These rules keep that metadata while preventing browsers
   from treating the intrinsic height as a fixed rendered height. */
.home-product-carousel{
  width:100%;
  max-width:1120px;
  margin-inline:auto;
}
.home-product-carousel .carousel-inner{
  width:100%;
  aspect-ratio:16/9;
  background:linear-gradient(135deg,#f1efff,#fff);
}
.home-product-carousel .carousel-item,
.home-product-carousel .carousel-item>a{
  display:block;
  width:100%;
  height:100%;
}
.home-product-carousel .carousel-item img{
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:100%;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain;
  object-position:center;
  background:linear-gradient(135deg,#f1efff,#fff);
}
@media(max-width:575.98px){
  .home-product-carousel{border-radius:18px}
  .home-product-carousel .carousel-inner{aspect-ratio:16/9}
  .home-product-carousel .carousel-caption{padding:48px 5% 18px}
}

/* v3.1.0 — contact CAPTCHA and shared-hosting security UI */
.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.captcha-control{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;margin-bottom:.75rem}.captcha-image{display:block;width:190px;height:58px;object-fit:contain;border:1px solid var(--border);border-radius:10px;background:#f3f1ff;box-shadow:0 7px 18px rgba(27,35,54,.07)}.captcha-refresh{height:46px;border-radius:12px;font-family:var(--heading-font);font-weight:700}.captcha-input{max-width:320px;text-transform:uppercase;letter-spacing:.16em;font-family:var(--heading-font);font-weight:800}.system-health-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.system-health-card{padding:1rem 1.1rem;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft)}.system-health-card small{display:block;color:var(--muted);margin-bottom:.25rem}.system-health-card strong{font-family:var(--heading-font);color:var(--ink)}
@media(max-width:767.98px){.system-health-grid{grid-template-columns:1fr 1fr}.captcha-control{align-items:flex-start}.captcha-refresh span{display:none}}
@media(max-width:575.98px){.system-health-grid{grid-template-columns:1fr}.captcha-image{width:170px;height:54px}}

/* v3.1.1: Larger product artwork and simplified product hero */
.product-hero-layout .product-main-image{padding:clamp(10px,1.5vw,20px)}
.product-hero-layout .col-lg-5{padding-top:.35rem}
@media(max-width:991.98px){.product-hero-layout .col-lg-5{padding-top:0}}


/* v3.1.2: full-width product image with title/details below */
.product-hero-stack .product-main-frame{max-width:none}
.product-hero-stack .product-header-below{padding-top:.2rem;max-width:980px}
.product-hero-stack .section-title{margin-bottom:1rem}
.product-hero-stack .product-generic-name{max-width:980px}
.product-hero-stack .product-intro{max-width:980px}
@media(min-width:992px){.product-hero-stack .product-main-frame{aspect-ratio:6604/3715}.product-hero-stack .product-main-image{padding:18px 20px}}

/* v3.1.5: administrator login CAPTCHA */
.admin-login-captcha .captcha-control{margin-bottom:.65rem}
.admin-login-captcha .captcha-input{max-width:none}
.login-card{width:min(500px,calc(100% - 30px))}


/* v3.1.6: mandatory inline CAPTCHA on administrator login */
.admin-login-captcha{display:block!important}
.captcha-inline{display:flex!important;align-items:center;justify-content:center;overflow:hidden}
.captcha-inline svg{display:block;width:190px;height:58px;max-width:100%}


/* v3.1.7 — refined typography for easier reading */
body{font-size:.97rem;line-height:1.68}
p{line-height:1.78}
.site-header .nav-link{font-size:.96rem}
.btn{font-size:.96rem;line-height:1.35}
.section-title{font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.22;letter-spacing:-.025em}
.hero-gallery-background h1{font-size:clamp(2.15rem,4.25vw,4.15rem);line-height:1.12;letter-spacing:-.045em;max-width:790px}
.hero-gallery-background p{font-size:1.1rem;line-height:1.82;max-width:700px}
.hero-stat-card strong{font-size:1.7rem;line-height:1.2}
.hero-stat-card span{line-height:1.55}
.home-about-title{font-size:clamp(1.9rem,3.45vw,3rem);line-height:1.22;letter-spacing:-.035em}
.home-about-lead{font-size:1.05rem;line-height:1.88}
.home-about-summary{font-size:1.03rem;line-height:1.92}
.home-about-summary p{margin-bottom:1.15rem}
.home-about-tags span{font-size:.82rem;line-height:1.45}
.about-hero h1{font-size:clamp(2.2rem,4.25vw,4.15rem);line-height:1.14;letter-spacing:-.045em;max-width:860px}
.about-hero p{font-size:1.12rem;line-height:1.82;max-width:720px}
.about-sticky-intro h2{font-size:clamp(1.7rem,2.7vw,2.4rem);line-height:1.28;letter-spacing:-.03em}
.about-sticky-intro p{font-size:1.02rem;line-height:1.88}
.about-content .lead{font-size:1.16rem;line-height:1.88}
.about-content h2{font-size:clamp(1.3rem,2.15vw,1.8rem);line-height:1.35;letter-spacing:-.018em;margin-top:2.2rem}
.about-content p{font-size:1.01rem;line-height:1.94;margin-bottom:1.15rem}
.about-value-card h2{font-size:1.16rem;line-height:1.35}
.about-value-card p{font-size:.98rem;line-height:1.78}
.product-description-column{font-size:1rem;line-height:1.88}
.product-detail-section h2{line-height:1.38}
.product-detail-section p,.product-detail-section li{line-height:1.82}
@media(max-width:991.98px){
  .hero-gallery-background h1{font-size:clamp(2.1rem,7vw,3.35rem)}
  .about-hero h1{font-size:clamp(2.1rem,7vw,3.4rem)}
}
@media(max-width:575.98px){
  body{font-size:.95rem}
  .hero-gallery-background h1{font-size:2.18rem;line-height:1.16}
  .hero-gallery-background p{font-size:1.02rem;line-height:1.78}
  .home-about-title{font-size:2rem;line-height:1.24}
  .about-hero h1{font-size:2.25rem;line-height:1.17}
  .about-hero p{font-size:1.02rem;line-height:1.78}
  .about-content .lead{font-size:1.08rem}
}

/* v3.2.0 — controlled clinical-corporate UI refresh */
:root{
  --brand:#43359a;
  --brand-dark:#2d237b;
  --brand-deep:#17204b;
  --brand-soft:#f0eefb;
  --accent:#00a98f;
  --accent-soft:#e8f8f5;
  --warm:#f3a83b;
  --ink:#111827;
  --muted:#5f6b7e;
  --surface-soft:#f6f8fc;
  --border:#e5e9f2;
}
body{background:#fff;color:var(--ink);font-size:1rem;line-height:1.72}
p{line-height:1.78}
.section{padding:92px 0}
.section-title{font-size:clamp(2rem,3.4vw,3.15rem);line-height:1.16;letter-spacing:-.035em}
.section-subtitle{max-width:650px;margin:.8rem 0 0;color:var(--muted);font-size:1.03rem;line-height:1.75}
.eyebrow{font-size:.76rem;letter-spacing:.16em}
.site-header{border-bottom:1px solid rgba(229,233,242,.9);box-shadow:0 8px 28px rgba(17,24,39,.04)}
.site-header .navbar{min-height:82px}
.site-header .nav-link{font-size:.94rem;padding:.7rem .88rem!important}
.site-header .btn-brand{border-radius:11px;box-shadow:0 8px 20px rgba(67,53,154,.16);padding:.72rem 1.1rem}
.btn{border-radius:11px;font-weight:750}
.btn-brand{box-shadow:0 10px 25px rgba(67,53,154,.18)}
.btn-outline-brand{border:1px solid rgba(67,53,154,.28);color:var(--brand);background:#fff}
.btn-outline-brand:hover{background:var(--brand);border-color:var(--brand);color:#fff}
.text-link-arrow{font-family:var(--heading-font);font-size:.92rem;font-weight:800;color:var(--brand)}
.text-link-arrow:hover{color:var(--accent)}
.premium-heading-row{margin-bottom:2.5rem}

.home-hero-v32{position:relative;overflow:hidden;padding:96px 0 76px;background:linear-gradient(135deg,#f7f8fc 0%,#fff 54%,#eff9f7 100%);border-bottom:1px solid var(--border)}
.home-hero-v32::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(67,53,154,.08) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(90deg,rgba(0,0,0,.65),transparent 72%);pointer-events:none}
.home-hero-glow{position:absolute;border-radius:50%;filter:blur(3px);pointer-events:none}
.home-hero-glow-one{width:360px;height:360px;right:-100px;top:-120px;background:rgba(67,53,154,.1)}
.home-hero-glow-two{width:260px;height:260px;left:42%;bottom:-190px;background:rgba(0,169,143,.09)}
.hero-kicker{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.25rem;font-family:var(--heading-font);font-size:.79rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--brand)}
.hero-kicker span{width:28px;height:2px;background:var(--accent)}
.home-hero-v32 h1{max-width:760px;margin:0;font-size:clamp(2.75rem,5vw,4.85rem);font-weight:800;line-height:1.04;letter-spacing:-.055em;color:var(--brand-deep)}
.hero-lead{max-width:680px;margin:1.5rem 0 0;color:var(--muted);font-size:1.16rem;line-height:1.78}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}
.hero-trust-row{display:flex;flex-wrap:wrap;gap:.65rem 1.2rem;margin-top:1.8rem;color:#4b5565;font-size:.87rem;font-weight:650}
.hero-trust-row span{position:relative;padding-left:1.05rem}
.hero-trust-row span::before{content:"";position:absolute;left:0;top:.48rem;width:6px;height:6px;border-radius:50%;background:var(--accent)}
.hero-product-visual{position:relative;min-height:430px;display:grid;place-items:center}
.hero-product-orbit{position:absolute;inset:20px;border:1px solid rgba(67,53,154,.1);border-radius:44% 56% 61% 39%/48% 42% 58% 52%;transform:rotate(-7deg)}
.hero-product-card{position:relative;display:block;width:min(100%,520px);overflow:hidden;border:1px solid rgba(67,53,154,.14);border-radius:28px;background:#fff;box-shadow:0 28px 70px rgba(28,32,71,.16);transform:rotate(1deg);transition:transform .3s ease,box-shadow .3s ease}
.hero-product-card:hover{transform:rotate(0) translateY(-5px);box-shadow:0 36px 80px rgba(28,32,71,.2)}
.hero-product-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:contain;background:linear-gradient(135deg,#f6f4ff,#fff);padding:12px}
.hero-product-caption{display:flex;flex-direction:column;padding:1.1rem 1.25rem 1.25rem}
.hero-product-caption>span{font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--accent)}
.hero-product-caption strong{margin:.3rem 0 .15rem;font-family:var(--heading-font);font-size:1.15rem;color:var(--ink)}
.hero-product-caption small{color:var(--brand);font-weight:750}
.hero-product-placeholder{min-height:330px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center}
.hero-quality-chip{position:absolute;left:-8px;bottom:18px;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 16px 36px rgba(17,24,39,.12)}
.hero-quality-chip>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--accent-soft);color:var(--accent);font-weight:900}
.hero-quality-chip strong,.hero-quality-chip small{display:block}.hero-quality-chip strong{font-size:.9rem}.hero-quality-chip small{font-size:.76rem;color:var(--muted)}

.home-trust-strip{position:relative;z-index:2;margin-top:-1px;background:#fff;border-bottom:1px solid var(--border)}
.trust-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.trust-stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.35rem;border-right:1px solid var(--border)}
.trust-stat-card:last-child{border-right:0}
.trust-stat-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--surface-soft);font-family:var(--heading-font);font-size:.76rem;font-weight:800;color:var(--brand)}
.trust-stat-card strong,.trust-stat-card small{display:block}.trust-stat-card strong{font-family:var(--heading-font);font-size:1.06rem;color:var(--ink)}.trust-stat-card small{margin-top:.18rem;color:var(--muted)}

.category-showcase-section-v32{background:#fff}
.category-card-v32{position:relative;display:flex;align-items:center;gap:1rem;min-height:126px;padding:1.25rem;border:1px solid var(--border);border-radius:18px;background:#fff;color:var(--ink);box-shadow:0 10px 28px rgba(17,24,39,.045);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.category-card-v32:hover{transform:translateY(-5px);border-color:rgba(67,53,154,.3);box-shadow:0 18px 42px rgba(17,24,39,.1);color:var(--ink)}
.category-monogram{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;border-radius:15px;background:linear-gradient(135deg,var(--brand-soft),#fff);color:var(--brand);font-family:var(--heading-font);font-weight:850}
.category-card-copy h3{margin:0 0 .25rem;font-size:1.04rem;font-weight:800}.category-card-copy p{margin:0;color:var(--muted);font-size:.86rem}
.category-card-arrow-v32{position:absolute;right:1rem;top:1rem;color:var(--accent);font-weight:900}

.featured-products-section-v32{background:var(--surface-soft)}
.product-card-v32{display:block;height:100%;overflow:hidden;border:1px solid var(--border);border-radius:20px;background:#fff;color:var(--ink);box-shadow:0 12px 30px rgba(17,24,39,.055);transition:transform .25s ease,box-shadow .25s ease}
.product-card-v32:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(17,24,39,.12);color:var(--ink)}
.product-card-media-v32{position:relative;overflow:hidden;aspect-ratio:16/10;background:linear-gradient(135deg,#f4f2ff,#fff)}
.product-card-media-v32 img{display:block;width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .35s ease}
.product-card-v32:hover img{transform:scale(1.035)}
.product-category-chip{position:absolute;left:.8rem;top:.8rem;padding:.34rem .62rem;border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 6px 15px rgba(17,24,39,.08);font-size:.7rem;font-weight:800;color:var(--brand)}
.product-placeholder-v32{height:100%;display:grid;place-items:center;padding:1.5rem;text-align:center;font-family:var(--heading-font);font-weight:800;color:var(--brand)}
.product-card-body-v32{padding:1.1rem 1.15rem 1.25rem}.product-card-body-v32 h3{margin:0 0 .45rem;font-size:1.04rem;font-weight:800}.product-card-body-v32 p{display:-webkit-box;min-height:2.8rem;margin:0 0 .8rem;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--muted);font-size:.86rem;line-height:1.55}.product-card-body-v32>span{font-size:.84rem;font-weight:800;color:var(--brand)}

.home-about-v32{background:#fff}
.about-visual-v32{position:relative;overflow:hidden;min-height:490px;padding:clamp(2rem,4vw,3.2rem);border-radius:30px;background:linear-gradient(145deg,var(--brand-deep),var(--brand));color:#fff;box-shadow:0 30px 70px rgba(32,35,85,.2)}
.about-visual-v32::before{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.08)}
.about-visual-v32::after{content:"";position:absolute;left:-80px;bottom:-130px;width:300px;height:300px;border-radius:50%;background:rgba(0,169,143,.12)}
.about-year-v32{position:relative;z-index:1;display:flex;align-items:flex-end;gap:.65rem}.about-year-v32 span{padding-bottom:.75rem;color:#cbc8e9;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:800}.about-year-v32 strong{font-family:var(--heading-font);font-size:clamp(4.2rem,8vw,7rem);line-height:.9;color:rgba(255,255,255,.15)}
.about-visual-copy{position:relative;z-index:1;margin-top:2rem}.about-visual-copy h2{max-width:540px;margin:.7rem 0 1rem;font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.12;letter-spacing:-.04em}.about-visual-copy p{max-width:560px;margin:0;color:#e3e1f7;font-size:1.04rem;line-height:1.8}
.about-value-row-v32{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.55rem;margin-top:2rem}.about-value-row-v32 span{padding:.5rem .75rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.07);font-size:.78rem;font-weight:700}
.home-about-heading-v32{margin:.75rem 0 1.2rem}.home-about-copy-v32{max-width:680px;margin:0 0 1rem;color:var(--muted);font-size:1.04rem;line-height:1.85}
.about-feature-grid-v32{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1.6rem}.about-feature-grid-v32>div{padding:1rem;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft)}.about-feature-grid-v32 span{display:block;margin-bottom:.4rem;color:var(--accent);font-size:.75rem;font-weight:850}.about-feature-grid-v32 strong{font-family:var(--heading-font);font-size:.88rem;line-height:1.4}

.home-gallery-v32{background:linear-gradient(180deg,#fff,var(--surface-soft))}
.home-gallery-grid-v32{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.home-gallery-card-v32{display:block;overflow:hidden;border:1px solid var(--border);border-radius:19px;background:#fff;color:var(--ink);box-shadow:0 12px 30px rgba(17,24,39,.05);transition:transform .25s ease,box-shadow .25s ease}
.home-gallery-card-v32:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(17,24,39,.11);color:var(--ink)}
.home-gallery-media-v32{position:relative;overflow:hidden;aspect-ratio:16/9;background:linear-gradient(135deg,#f3f1ff,#fff)}.home-gallery-media-v32 img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .35s ease}.home-gallery-card-v32:hover img{transform:scale(1.04)}.home-gallery-media-v32 span{position:absolute;right:.8rem;bottom:.8rem;padding:.4rem .65rem;border-radius:999px;background:rgba(23,32,75,.88);color:#fff;font-size:.72rem;font-weight:800;opacity:0;transform:translateY(5px);transition:.25s}.home-gallery-card-v32:hover .home-gallery-media-v32 span{opacity:1;transform:translateY(0)}
.home-gallery-card-v32>div:last-child{padding:1rem 1.1rem 1.15rem}.home-gallery-card-v32 small{color:var(--accent);font-weight:800}.home-gallery-card-v32 h3{margin:.3rem 0 0;font-size:1rem;font-weight:800}

.home-contact-cta-v32{padding-top:44px;background:var(--surface-soft)}
.cta-panel-v32{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:clamp(2rem,5vw,3.5rem);border-radius:28px;background:linear-gradient(130deg,var(--brand-deep),var(--brand));color:#fff;box-shadow:0 28px 65px rgba(30,34,79,.18)}
.cta-panel-v32::after{content:"";position:absolute;right:-90px;top:-110px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.08)}
.cta-panel-v32>div,.cta-panel-v32>a{position:relative;z-index:1}.cta-panel-v32 h2{margin:.65rem 0 .7rem;font-size:clamp(1.8rem,3.4vw,3rem);line-height:1.15;letter-spacing:-.035em}.cta-panel-v32 p{max-width:650px;margin:0;color:#dddaf4;font-size:1.03rem}

.site-footer-v32{padding:72px 0 0;background:linear-gradient(145deg,#111735,#241b63);color:#d8ddec}
.site-footer-v32 h2{margin-bottom:1rem;font-size:.82rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:#fff}.site-footer-v32 .col-6>a,.site-footer-v32 .col-lg-2>a{display:block;padding:.32rem 0;color:#cfd4e6}.site-footer-v32 a:hover{color:#7be1cf}.footer-tagline-v32{max-width:430px;color:#e7e9f3}.footer-address-v32{max-width:440px;margin:0;color:#aeb7d0;font-size:.9rem;line-height:1.75}.footer-contact-grid-v32{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.footer-contact-grid-v32 a{display:flex;flex-direction:column;padding:.85rem;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.045)}.footer-contact-grid-v32 span{font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#7be1cf}.footer-contact-grid-v32 strong{margin:.22rem 0;font-size:.86rem;color:#fff}.footer-contact-grid-v32 small{color:#cbd2e6}.footer-email-v32{display:inline-block;margin-top:1rem;color:#fff;font-weight:700}.footer-bottom-v32{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding:1.15rem 0;border-top:1px solid rgba(255,255,255,.12);color:#aeb7d0;font-size:.8rem}

/* Refined About page hierarchy */
.about-hero{padding:88px 0;background:linear-gradient(125deg,var(--brand-deep),var(--brand))}.about-hero h1{max-width:780px;font-size:clamp(2.5rem,4.2vw,4.25rem);line-height:1.1}.about-hero p{font-size:1.08rem;line-height:1.8}.about-hero-metrics{border-radius:18px}.about-hero-metrics>div{padding:1.05rem 1.2rem}.about-content p{font-size:1.03rem;line-height:1.9}.about-sticky-intro h2{font-size:clamp(1.75rem,2.7vw,2.45rem);line-height:1.22}.about-value-card{border-radius:18px;box-shadow:0 12px 30px rgba(17,24,39,.055)}

@media(max-width:1199.98px){.home-hero-v32 h1{font-size:clamp(2.65rem,5vw,4.2rem)}.about-feature-grid-v32{grid-template-columns:1fr}.trust-stat-grid{grid-template-columns:repeat(2,1fr)}.trust-stat-card:nth-child(2){border-right:0}.trust-stat-card:nth-child(-n+2){border-bottom:1px solid var(--border)}}
@media(max-width:991.98px){.section{padding:72px 0}.home-hero-v32{padding:76px 0 56px}.hero-product-visual{min-height:390px}.home-gallery-grid-v32{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-panel-v32{align-items:flex-start;flex-direction:column}.footer-contact-grid-v32{grid-template-columns:1fr}.footer-bottom-v32{flex-direction:column}.site-footer-v32{padding-top:56px}}
@media(max-width:767.98px){.home-hero-v32 h1{font-size:clamp(2.4rem,10vw,3.45rem)}.hero-lead{font-size:1.05rem}.hero-product-visual{min-height:340px}.hero-quality-chip{left:10px;bottom:2px}.home-gallery-grid-v32{grid-template-columns:1fr}.trust-stat-card{padding:1.2rem 1rem}.about-visual-v32{min-height:auto}.about-feature-grid-v32{grid-template-columns:1fr 1fr}}
@media(max-width:575.98px){.section{padding:60px 0}.site-header .navbar{min-height:70px}.site-logo{height:46px}.home-hero-v32{padding:62px 0 48px}.home-hero-v32 h1{font-size:2.55rem;line-height:1.08}.hero-trust-row{display:grid;gap:.55rem}.hero-product-visual{min-height:300px}.hero-product-card{border-radius:20px}.hero-quality-chip{position:relative;left:auto;bottom:auto;margin:-8px auto 0;width:max-content}.trust-stat-grid{grid-template-columns:1fr}.trust-stat-card{border-right:0;border-bottom:1px solid var(--border)}.trust-stat-card:last-child{border-bottom:0}.category-card-v32{min-height:116px;padding:1rem}.category-monogram{width:42px;height:42px}.category-card-arrow-v32{display:none}.product-card-body-v32{padding:.9rem}.product-card-body-v32 p{display:none}.about-feature-grid-v32{grid-template-columns:1fr}.home-gallery-grid-v32{gap:1rem}.cta-panel-v32{border-radius:22px}.floating-label{display:none}.floating-contact{padding:.75rem}.premium-heading-row{align-items:flex-start}.footer-main-v32{--bs-gutter-y:2.4rem}}


/* v3.2.1 — simplified gallery and home card carousel */
.product-gallery-grid-simple{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}
.product-gallery-card-simple{height:100%}
.product-gallery-card-simple .product-gallery-image-button{background:linear-gradient(145deg,#f6f7fb,#fff)}
.gallery-card-body-simple{min-height:74px;justify-content:center;padding:1rem 1.1rem}
.gallery-card-body-simple h2{margin:0;font-size:1rem;line-height:1.35}
.gallery-card-body-simple p{margin:.45rem 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.home-card-carousel-v321{position:relative;padding:0 3.6rem}
.home-card-carousel-viewport-v321{overflow:hidden}
.home-card-carousel-track-v321{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:.35rem .15rem 1.5rem}
.home-card-carousel-track-v321::-webkit-scrollbar{display:none}
.home-gallery-carousel-card-v321{flex:0 0 calc((100% - 2.5rem)/3);scroll-snap-align:start}
.home-card-carousel-control{position:absolute;top:50%;z-index:3;width:44px;height:44px;border:1px solid var(--border);border-radius:50%;background:#fff;color:var(--brand);box-shadow:0 10px 28px rgba(17,24,39,.14);font-size:2rem;line-height:1;display:grid;place-items:center;transform:translateY(-50%);transition:.2s}
.home-card-carousel-control:hover{background:var(--brand);color:#fff;transform:translateY(-50%) scale(1.04)}
.home-card-carousel-prev{left:0}.home-card-carousel-next{right:0}
@media(max-width:991.98px){.product-gallery-grid-simple{grid-template-columns:repeat(3,minmax(0,1fr))}.home-gallery-carousel-card-v321{flex-basis:calc((100% - 1.25rem)/2)}}
@media(max-width:767.98px){.product-gallery-grid-simple{grid-template-columns:repeat(2,minmax(0,1fr))}.home-card-carousel-v321{padding:0 2.85rem}.home-card-carousel-control{width:38px;height:38px}.home-gallery-carousel-card-v321{flex-basis:100%}}
@media(max-width:575.98px){.product-gallery-grid-simple{grid-template-columns:1fr}.home-card-carousel-v321{padding:0 2.4rem}.home-card-carousel-track-v321{gap:1rem}}


/* v3.2.2 — stable featured-product carousel in the homepage hero */
.hero-product-visual-carousel-v322{min-height:470px;padding:12px 0 36px}
.hero-product-carousel-v322{position:relative;width:min(100%,560px);margin:auto;z-index:1}
.hero-product-carousel-viewport-v322{overflow:hidden;border:1px solid rgba(67,53,154,.15);border-radius:28px;background:#fff;box-shadow:0 28px 70px rgba(28,32,71,.16)}
.hero-product-carousel-track-v322{display:flex;width:100%;transition:transform .62s cubic-bezier(.22,.61,.36,1);will-change:transform}
.hero-product-slide-v322{flex:0 0 100%;min-width:100%;display:block;color:var(--ink);background:#fff}
.hero-product-slide-v322:hover{color:var(--ink)}
.hero-product-image-shell-v322{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#f4f2ff,#fff)}
.hero-product-image-shell-v322 img{display:block;width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;padding:14px}
.hero-product-caption-v322{display:grid;gap:.25rem;min-height:108px;padding:1rem 1.25rem 1.15rem;border-top:1px solid var(--border)}
.hero-product-caption-v322>span{font-size:.7rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}
.hero-product-caption-v322 strong{font-family:var(--heading-font);font-size:1.12rem;line-height:1.3;color:var(--ink)}
.hero-product-caption-v322 small{font-weight:750;color:var(--brand)}
.hero-carousel-arrow-v322{position:absolute;top:42%;z-index:3;width:42px;height:42px;border:1px solid rgba(67,53,154,.15);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.96);color:var(--brand);box-shadow:0 12px 28px rgba(17,24,39,.14);font-size:1.8rem;line-height:1;transform:translateY(-50%);transition:.2s}
.hero-carousel-arrow-v322:hover{background:var(--brand);color:#fff;transform:translateY(-50%) scale(1.04)}
.hero-carousel-prev-v322{left:-18px}.hero-carousel-next-v322{right:-18px}
.hero-carousel-dots-v322{display:flex;justify-content:center;gap:.45rem;margin-top:.85rem}
.hero-carousel-dot-v322{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#c8c7d9;transition:width .25s ease,background .25s ease}
.hero-carousel-dot-v322.active{width:26px;background:var(--brand)}
.hero-product-carousel-v322:focus-within .hero-carousel-arrow-v322{outline:2px solid var(--accent);outline-offset:2px}
@media(max-width:991.98px){.hero-product-visual-carousel-v322{min-height:auto;padding-bottom:44px}.hero-product-carousel-v322{max-width:620px}.hero-carousel-prev-v322{left:10px}.hero-carousel-next-v322{right:10px}}
@media(max-width:575.98px){.hero-product-carousel-viewport-v322{border-radius:20px}.hero-product-image-shell-v322 img{padding:8px}.hero-product-caption-v322{min-height:96px;padding:.85rem 1rem 1rem}.hero-carousel-arrow-v322{width:36px;height:36px;font-size:1.55rem}.hero-carousel-prev-v322{left:8px}.hero-carousel-next-v322{right:8px}.hero-quality-chip{margin-top:.35rem}}
@media(prefers-reduced-motion:reduce){.hero-product-carousel-track-v322{transition:none}}


/* v3.2.3 — production on-page SEO editor and trust details */
.product-content-meta{display:flex;flex-wrap:wrap;gap:.65rem 1.25rem;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.9rem;line-height:1.55;color:var(--muted)}
.product-content-meta span:first-child{color:var(--ink)}
.seo-audit-panel{position:sticky;top:92px;padding:1.25rem;border:1px solid #dfe5ef;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8faff 100%);box-shadow:0 14px 34px rgba(27,35,54,.08)}
.seo-audit-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.seo-score-ring{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;font:800 1.25rem/1 var(--heading-font);border:7px solid #dbe2ec;background:#fff;color:#64748b;transition:.2s}
.seo-score-ring::after{content:'/100';font-size:.5rem;font-weight:700;margin-left:1px}
.seo-score-ring.score-good{border-color:#10b981;color:#047857}.seo-score-ring.score-medium{border-color:#f59e0b;color:#b45309}.seo-score-ring.score-low{border-color:#ef4444;color:#b91c1c}
.seo-search-preview{padding:1rem;margin-bottom:1rem;border:1px solid #e2e8f0;border-radius:14px;background:#fff}
.seo-preview-url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#188038;font-size:.78rem}
.seo-preview-title{margin:.25rem 0;color:#1a0dab;font-size:1.12rem;line-height:1.3;font-weight:600}
.seo-preview-description{color:#4b5563;font-size:.88rem;line-height:1.5}
.seo-check-list{display:grid;gap:.55rem}
.seo-check-item{display:grid;grid-template-columns:26px 1fr;gap:.6rem;align-items:start;padding:.6rem .7rem;border-radius:10px;background:#fff;border:1px solid #e5eaf2}
.seo-check-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:.78rem}
.seo-check-item strong{display:block;font-size:.83rem;line-height:1.35;color:var(--ink)}
.seo-check-item small{display:block;margin-top:.12rem;color:var(--muted);font-size:.75rem}
.seo-check-item.is-pass .seo-check-icon{background:#d1fae5;color:#047857}.seo-check-item.is-warning .seo-check-icon{background:#fef3c7;color:#b45309}
@media(max-width:1199.98px){.seo-audit-panel{position:static}}


/* v3.2.4 — standalone product gallery card patch */
.gallery-hero-v324{background:linear-gradient(120deg,#f6f4ff 0%,#fff 50%,#ecfbf7 100%);border-bottom:1px solid var(--border)}
.gallery-total-v324{box-shadow:0 10px 28px rgba(27,35,54,.08)}
.gallery-section-v324{background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
.product-gallery-grid-v324{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.gallery-card-v324{height:100%;display:flex;flex-direction:column;border:1px solid #e4e8f0;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 32px rgba(27,35,54,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.gallery-card-v324:hover{transform:translateY(-6px);border-color:rgba(67,53,154,.24);box-shadow:0 22px 46px rgba(27,35,54,.13)}
.gallery-image-button-v324{position:relative;display:block;width:100%;padding:0;border:0;background:#f7f6ff;overflow:hidden;cursor:zoom-in;text-align:inherit}
.gallery-image-stage-v324{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:16/9;padding:14px;background:linear-gradient(145deg,#f1effc,#fff)}
.gallery-image-stage-v324 img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .35s ease}
.gallery-card-v324:hover .gallery-image-stage-v324 img{transform:scale(1.035)}
.gallery-image-overlay-v324{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:.55rem;color:#fff;font-family:var(--heading-font);font-weight:750;background:linear-gradient(180deg,rgba(20,26,52,.04),rgba(32,27,92,.7));opacity:0;transition:opacity .25s ease}
.gallery-image-button-v324:focus-visible{outline:3px solid rgba(0,169,143,.38);outline-offset:-3px}
.gallery-image-button-v324:focus-visible .gallery-image-overlay-v324,.gallery-card-v324:hover .gallery-image-overlay-v324{opacity:1}
.gallery-card-body-v324{display:flex;flex-direction:column;gap:.45rem;flex:1;padding:18px 18px 20px}
.gallery-card-body-v324 h2{margin:0;font-size:1.02rem;line-height:1.35;font-weight:800;color:var(--ink)}
.gallery-card-body-v324 p{display:-webkit-box;overflow:hidden;margin:0;color:var(--muted);font-size:.9rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.gallery-modal-content-v324{border-radius:22px;background:#fff;box-shadow:0 28px 90px rgba(10,15,35,.32)}
.gallery-modal-stage-v324{display:flex;align-items:center;justify-content:center;min-height:320px;max-height:74vh;padding:18px!important;background:linear-gradient(145deg,#f0eefb,#fff)}
.gallery-modal-image-v324{display:block;max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:contain}
@media(max-width:1199.98px){.product-gallery-grid-v324{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767.98px){.product-gallery-grid-v324{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gallery-card-v324{border-radius:16px}.gallery-card-body-v324{padding:14px}.gallery-image-overlay-v324{opacity:1;background:linear-gradient(180deg,transparent 45%,rgba(32,27,92,.7))}.gallery-image-overlay-v324>span:last-child{display:none}}
@media(max-width:479.98px){.product-gallery-grid-v324{grid-template-columns:1fr}.gallery-image-stage-v324{padding:10px}}
@media(prefers-reduced-motion:reduce){.gallery-card-v324,.gallery-image-stage-v324 img,.gallery-image-overlay-v324{transition:none}.gallery-card-v324:hover{transform:none}}


/* v3.2.5 — gallery lightbox fix and compact card redesign */
.gallery-hero-v325{background:linear-gradient(120deg,#f5f3ff 0%,#fff 48%,#eafaf6 100%);border-bottom:1px solid var(--border)}
.gallery-total-v325{box-shadow:0 10px 26px rgba(27,35,54,.08)}
.gallery-section-v325{background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%)}
.product-gallery-grid-v325{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:start;grid-auto-rows:auto}
.gallery-item-v325{min-width:0;align-self:start}
.gallery-card-v325{display:block;width:100%;padding:0;border:1px solid #e3e8f1;border-radius:18px;background:#fff;color:var(--ink);overflow:hidden;text-align:left;box-shadow:0 10px 28px rgba(27,35,54,.065);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.gallery-card-v325:hover{transform:translateY(-5px);border-color:rgba(67,53,154,.28);box-shadow:0 20px 42px rgba(27,35,54,.12)}
.gallery-card-v325:focus-visible{outline:3px solid rgba(0,169,143,.35);outline-offset:3px}
.gallery-image-stage-v325{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:16/9;padding:10px;background:linear-gradient(145deg,#f4f2ff,#fff)}
.gallery-image-stage-v325 img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .3s ease}
.gallery-card-v325:hover .gallery-image-stage-v325 img{transform:scale(1.025)}
.gallery-preview-chip-v325{position:absolute;right:10px;bottom:10px;padding:.38rem .62rem;border-radius:999px;background:rgba(26,23,72,.88);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.02em;opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease}
.gallery-card-v325:hover .gallery-preview-chip-v325,.gallery-card-v325:focus-visible .gallery-preview-chip-v325{opacity:1;transform:none}
.gallery-card-body-v325{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:0!important;padding:14px 16px;border-top:1px solid #edf0f5;background:#fff}
.gallery-card-title-v325{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:800 1rem/1.35 var(--heading-font);color:var(--ink)}
.gallery-card-action-v325{flex:0 0 auto;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);font-weight:900}
.gallery-lightbox-v325[hidden]{display:none!important}
.gallery-lightbox-v325{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:24px}
.gallery-lightbox-backdrop-v325{position:absolute;inset:0;background:rgba(10,14,30,.82);backdrop-filter:blur(7px)}
.gallery-lightbox-dialog-v325{position:relative;z-index:1;width:min(1180px,calc(100vw - 32px));max-height:calc(100vh - 32px);display:flex;flex-direction:column;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 32px 110px rgba(0,0,0,.42)}
.gallery-lightbox-header-v325{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:15px 18px;border-bottom:1px solid #e7eaf0}
.gallery-lightbox-header-v325 h2{margin:.1rem 0 0;font-size:1.1rem;line-height:1.35;font-weight:800}
.gallery-lightbox-counter-v325{color:var(--muted);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.gallery-lightbox-close-v325{width:38px;height:38px;border:0;border-radius:50%;background:#f0f2f7;color:#1f2937;font-size:1.55rem;line-height:1;cursor:pointer}
.gallery-lightbox-stage-v325{position:relative;display:flex;align-items:center;justify-content:center;min-height:360px;max-height:calc(100vh - 120px);padding:18px 64px;background:linear-gradient(145deg,#f0eefb,#fff)}
.gallery-lightbox-stage-v325 img{display:block;max-width:100%;max-height:calc(100vh - 160px);width:auto;height:auto;object-fit:contain}
.gallery-lightbox-nav-v325{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(30,27,83,.9);color:#fff;font-size:2rem;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.2)}
.gallery-lightbox-prev-v325{left:12px}.gallery-lightbox-next-v325{right:12px}
body.gallery-lightbox-open-v325{overflow:hidden}
@media(max-width:1199.98px){.product-gallery-grid-v325{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767.98px){.product-gallery-grid-v325{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.gallery-card-v325{border-radius:15px}.gallery-card-body-v325{padding:12px 13px}.gallery-preview-chip-v325{opacity:1;transform:none}.gallery-lightbox-v325{padding:10px}.gallery-lightbox-dialog-v325{width:calc(100vw - 20px);max-height:calc(100vh - 20px);border-radius:16px}.gallery-lightbox-stage-v325{min-height:260px;padding:12px 48px}.gallery-lightbox-nav-v325{width:38px;height:38px}.gallery-lightbox-header-v325{padding:12px 14px}}
@media(max-width:479.98px){.product-gallery-grid-v325{grid-template-columns:1fr}.gallery-image-stage-v325{padding:8px}.gallery-lightbox-stage-v325{padding:10px 42px}}
@media(prefers-reduced-motion:reduce){.gallery-card-v325,.gallery-image-stage-v325 img,.gallery-preview-chip-v325{transition:none}.gallery-card-v325:hover{transform:none}}


/* Home product carousel reliability and mixed-ratio image fix */
.home-product-carousel .carousel-inner{background:linear-gradient(135deg,#f0effb,#fff)}
.home-product-carousel .carousel-item>a{position:relative;display:block}
.home-carousel-image-stage{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:clamp(320px,52vw,660px);
    padding:18px;
    background:linear-gradient(135deg,#f0effb,#fff);
}
.home-product-carousel .carousel-item img{
    width:100%;
    height:100%;
    max-width:100%;
    object-fit:contain;
    object-position:center;
    aspect-ratio:auto;
    background:transparent;
}
.home-product-carousel .carousel-control-prev,
.home-product-carousel .carousel-control-next{z-index:5}
.home-product-carousel .carousel-indicators{z-index:6}
.home-product-carousel .carousel-caption{z-index:4;pointer-events:none}
@media(max-width:767.98px){
    .home-carousel-image-stage{height:clamp(250px,64vw,420px);padding:10px}
    .home-product-carousel .carousel-caption{padding:56px 5% 24px}
}
