:root{--ink:#102235;--muted:#637487;--line:#dce5ed;--bg:#f6f8fa;--card:#fff;--blue:#1769aa;--blue2:#0e4f84;--soft:#eaf2f8;--green:#16764b;--danger:#a53228;--radius:16px;--shadow:0 12px 32px rgba(16,34,53,.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.narrow{width:min(820px,calc(100% - 40px))}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.topbar{min-height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px;min-width:220px}.brand-mark{width:40px;height:40px;border-radius:12px;background:linear-gradient(145deg,var(--blue),#3a8ac7);display:grid;place-items:center;color:#fff;font-weight:800}.brand strong{display:block;letter-spacing:.04em}.brand small{display:block;color:var(--muted);font-size:12px}.header-search{display:flex;flex:1;max-width:520px}.header-search input,.hero-search input{width:100%;border:1px solid var(--line);padding:11px 13px;border-radius:10px 0 0 10px;background:#fbfcfd}.header-search button{border:0;background:var(--ink);color:#fff;padding:0 18px;border-radius:0 10px 10px 0;cursor:pointer}.header-actions{margin-left:auto;display:flex;gap:18px;font-size:14px;font-weight:650}.badge{display:inline-grid;place-items:center;min-width:20px;height:20px;background:var(--blue);color:#fff;border-radius:999px;font-size:11px;margin-left:4px}.main-nav{border-top:1px solid #edf2f6}.main-nav .container{display:flex;gap:26px;min-height:43px;align-items:center}.main-nav a{font-size:14px;color:#31465a}.main-nav a:hover{color:var(--blue)}.hero{padding:72px 0;background:linear-gradient(180deg,#f3f7fa 0%,#fff 100%)}.hero-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:54px;align-items:center}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:var(--blue)}h1,h2,h3,h4{line-height:1.15}h1{font-size:clamp(38px,5vw,64px);letter-spacing:-.035em;margin:12px 0 20px}h2{font-size:clamp(30px,4vw,44px);letter-spacing:-.025em;margin:10px 0 16px}h3{font-size:21px;margin:12px 0}.hero p,.page-hero p{font-size:19px;color:#4e6275;max-width:760px}.hero-actions{display:flex;gap:12px;margin:28px 0}.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:12px 18px;border-radius:10px;border:1px solid transparent;font-weight:750;cursor:pointer;font:inherit}.btn.primary{background:var(--blue);color:#fff}.btn.primary:hover{background:var(--blue2)}.btn.ghost{border-color:var(--line);background:#fff}.btn.full{width:100%}.hero-facts{display:flex;gap:28px;margin-top:36px}.hero-facts div{display:flex;flex-direction:column}.hero-facts strong{font-size:19px}.hero-facts span{font-size:12px;color:var(--muted)}.hero-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.hero-panel h3{font-size:28px}.hero-search{display:flex;margin-top:22px}.hero-search input{border-radius:10px 0 0 10px}.hero-search .btn{border-radius:0 10px 10px 0}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.chip-row a,.chip-row span{background:var(--soft);color:#2f5e83;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:700}.chip-row.static{margin-bottom:18px}.section{padding:70px 0}.section.alt{background:var(--bg)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-head h2{margin-bottom:0}.section-head>a{font-weight:700;color:var(--blue)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{border:1px solid var(--line);border-radius:var(--radius);padding:20px;background:#fff;display:flex;flex-direction:column;gap:8px;min-height:150px;transition:.2s}.category-card:hover,.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#cbd9e4}.category-icon{font-size:29px;color:var(--blue)}.category-card span:last-child{color:var(--muted);font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;min-height:255px;transition:.2s}.product-top{display:flex;justify-content:space-between;gap:10px}.state,.purity{display:inline-flex;padding:5px 8px;border-radius:999px;background:var(--soft);font-size:11px;font-weight:800;color:#315d80}.purity{background:#eef6ed;color:#3f6d3c}.product-card h3{font-size:20px}.product-card p{color:var(--muted);font-size:14px}.formula{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#294760}.meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:12px;margin-top:8px}.product-bottom{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-top:auto;padding-top:20px;font-size:13px;font-weight:700}.product-bottom a{color:var(--blue)}.empty-state{border:1px dashed #c7d4df;background:#fbfcfd;border-radius:var(--radius);padding:38px;text-align:center}.split{display:grid;grid-template-columns:1fr 1fr;gap:50px}.feature-list{display:grid;gap:12px}.feature-list>div{padding:18px 20px;border:1px solid var(--line);border-radius:14px}.feature-list strong,.feature-list span{display:block}.feature-list span{color:var(--muted);font-size:14px;margin-top:4px}.page-hero{background:#f4f7fa}.page-hero.compact{padding:44px 0}.page-hero.compact h1{font-size:clamp(34px,4vw,50px);margin-bottom:10px}.catalog-layout{display:grid;grid-template-columns:250px 1fr;gap:28px}.filters{border:1px solid var(--line);border-radius:var(--radius);padding:18px;height:max-content;position:sticky;top:138px}.filters label,.form-card label,.quote-box label,.auth-card label{display:block;font-size:13px;font-weight:750;margin-bottom:14px}.filters input,.filters select,.form-card input,.form-card select,.form-card textarea,.quote-box input,.quote-box select,.auth-card input{width:100%;border:1px solid #cad6e2;border-radius:9px;padding:10px 11px;background:#fff;font:inherit;margin-top:6px}.filter-reset{display:block;text-align:center;color:var(--muted);font-size:13px;margin-top:12px}.catalog-toolbar{display:flex;justify-content:space-between;gap:20px;margin-bottom:16px}.catalog-toolbar span{color:var(--muted);font-size:13px}.breadcrumbs{display:flex;gap:8px;color:var(--muted);font-size:13px;margin-bottom:18px}.product-hero{display:grid;grid-template-columns:1fr 360px;gap:45px;align-items:start}.product-hero h1{max-width:760px}.product-flags{display:flex;gap:8px}.chemical-line{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.chemical-line>span{min-width:155px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px 14px}.chemical-line small,.chemical-line strong{display:block}.chemical-line small{font-size:11px;text-transform:uppercase;color:var(--muted);letter-spacing:.08em}.quote-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow)}.product-layout{display:grid;grid-template-columns:1fr 320px;gap:26px}.content-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;margin-bottom:18px}.content-card h2{font-size:28px}.sticky{position:sticky;top:140px}.spec-table{display:grid}.spec-table>div{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:10px 0;border-bottom:1px solid #edf1f5}.spec-table>div:last-child{border-bottom:0}.spec-table span{color:var(--muted)}.spec-table strong{text-align:right}.spec-table.compact>div{grid-template-columns:1fr 1fr;font-size:13px}.note{font-size:12px;color:var(--muted);margin-top:18px}.doc-link{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.doc-link span{font-size:10px;font-weight:800;background:#e9eef3;padding:5px;border-radius:5px}.cart-list{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.cart-row{display:grid;grid-template-columns:1fr 170px 180px;gap:20px;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.cart-row:last-child{border-bottom:0}.cart-row input{width:90px;border:1px solid var(--line);border-radius:8px;padding:8px;margin-left:8px}.cart-title{font-size:18px;font-weight:800}.cart-price{text-align:right;font-weight:800}.cart-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.form-grid .wide{grid-column:1/-1}.checkline{display:flex!important;align-items:flex-start;gap:10px}.checkline input{width:auto!important;margin-top:4px!important}.checkline span{font-weight:400}.checkline a{color:var(--blue);text-decoration:underline}.auth-wrap{max-width:520px}.auth-card h1{font-size:38px}.account-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.account-card{border:1px solid var(--line);border-radius:var(--radius);padding:20px;background:#fff;display:flex;flex-direction:column;gap:7px;text-align:left}.account-card span{font-size:13px;color:var(--muted)}.link-button{border:0;background:transparent;color:var(--blue);padding:0;text-align:left;font-weight:700;cursor:pointer}.order-list{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.order-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;padding:15px 18px;border-bottom:1px solid var(--line)}.order-row:last-child{border-bottom:0}.status{font-size:12px;font-weight:800;text-transform:uppercase;color:var(--blue)}.prose{font-size:17px}.alert{margin-top:14px;padding:12px 14px;border-radius:10px;font-weight:650}.alert.success{background:#eaf8ef;color:#145c35}.alert.error{background:#fff0ee;color:#8b2b22}.site-footer{background:var(--ink);color:#d9e4ed;padding:52px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:36px}.footer-grid h4{color:#fff}.footer-grid a{display:block;color:#b8c7d4;margin:8px 0;font-size:14px}.footer-brand{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding:18px 0;font-size:12px;color:#9fb0be}.cookie-note{position:fixed;left:18px;right:18px;bottom:18px;max-width:900px;margin:auto;background:#fff;border:1px solid var(--line);box-shadow:0 16px 50px rgba(0,0,0,.15);border-radius:14px;padding:13px 15px;display:none;align-items:center;gap:12px;z-index:50;font-size:13px}.cookie-note.show{display:flex}.cookie-note button{margin-left:auto;border:0;border-radius:8px;background:var(--ink);color:#fff;padding:8px 12px;cursor:pointer}.cookie-note a{color:var(--blue);font-weight:700}@media(max-width:980px){.hero-grid,.product-hero,.product-layout,.split{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.header-search{display:none}.catalog-layout{grid-template-columns:1fr}.filters{position:static}.account-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.sticky{position:static}}@media(max-width:650px){.container,.narrow{width:min(100% - 24px,1180px)}.main-nav{overflow-x:auto}.main-nav .container{min-width:max-content}.topbar{min-height:64px}.brand{min-width:auto}.brand small{display:none}.header-actions a:last-child{display:none}.hero{padding:48px 0}.hero-facts{gap:14px;flex-wrap:wrap}.category-grid,.product-grid,.account-grid,.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:1fr}.cart-price{text-align:left}.catalog-toolbar{display:block}.product-hero{gap:24px}.cookie-note{flex-wrap:wrap}.cookie-note button{margin-left:0}}
.product-card-image{height:170px;margin:-18px -18px 14px;overflow:hidden;border-radius:14px 14px 0 0;background:#f0f4f7}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-gallery{padding:16px}.gallery-main{display:grid;place-items:center;min-height:380px;background:#f7f9fb;border-radius:12px;overflow:hidden}.gallery-main img{max-height:520px;object-fit:contain}.gallery-thumbs{display:flex;gap:8px;overflow:auto;margin-top:10px}.gallery-thumbs img{width:78px;height:64px;object-fit:cover;border:1px solid var(--line);border-radius:8px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:start}.success-panel{text-align:center;padding:48px}.success-panel h1{font-size:38px}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.news-grid .content-card{margin:0}.news-grid h2{font-size:24px}@media(max-width:900px){.news-grid{grid-template-columns:1fr}}

/* News 0.3.3 */
.news-list{display:grid;gap:18px}.news-list-item{display:grid;grid-template-columns:240px minmax(0,1fr);gap:26px;align-items:stretch;border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:var(--shadow)}.news-list-thumb{display:block;min-height:170px;background:#eef4f8}.news-list-thumb img{display:block;width:100%;height:100%;min-height:170px;object-fit:cover}.news-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:170px;font-size:56px;font-weight:850;color:var(--blue);background:linear-gradient(135deg,#e8f3fb,#f5f8fb)}.news-list-content{padding:22px 24px 22px 0;align-self:center}.news-date{font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--blue);margin-bottom:8px}.news-list-content h2{font-size:27px;margin:0 0 10px}.news-list-content p{margin:0 0 14px;color:var(--muted);font-size:16px;line-height:1.65}.news-more{font-weight:800;color:var(--blue)}.news-cover{margin-bottom:28px;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#f4f7f9}.news-cover img{display:block;width:100%;max-height:620px;object-fit:cover}.news-prose{margin-bottom:32px}.news-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.news-gallery a{display:block;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:#f5f7f9;aspect-ratio:4/3}.news-gallery img{display:block;width:100%;height:100%;object-fit:cover}@media(max-width:760px){.news-list-item{grid-template-columns:1fr;gap:0}.news-list-thumb,.news-list-thumb img,.news-placeholder{min-height:210px}.news-list-content{padding:20px}.news-list-content h2{font-size:23px}.news-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.news-gallery{grid-template-columns:1fr}}

/* Rich news typography 0.3.4 */
.news-prose{font-size:17px;line-height:1.78;color:#263b4f}.news-prose> :first-child{margin-top:0}.news-prose p{margin:0 0 1.2em}.news-prose h2{font-size:31px;line-height:1.25;letter-spacing:-.02em;color:var(--ink);margin:1.65em 0 .55em}.news-prose h3{font-size:24px;line-height:1.3;color:var(--ink);margin:1.45em 0 .5em}.news-prose h4{font-size:20px;line-height:1.35;color:var(--ink);margin:1.35em 0 .45em}.news-prose ul,.news-prose ol{margin:.35em 0 1.35em;padding-left:27px}.news-prose li{margin:.35em 0;padding-left:4px}.news-prose strong{color:var(--ink)}.news-prose a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.news-prose blockquote{margin:1.5em 0;padding:18px 20px;border-left:4px solid var(--blue);border-radius:0 10px 10px 0;background:#f3f7fa;color:#405568}.news-prose blockquote p:last-child{margin-bottom:0}.news-prose hr{border:0;border-top:1px solid var(--line);margin:38px 0}@media(max-width:650px){.news-prose{font-size:16px}.news-prose h2{font-size:27px}.news-prose h3{font-size:22px}}

/* Product image fallback 0.3.7 */
.product-card-image{display:block}.product-card-image.is-placeholder{background:#f4f8fb}.product-card-image.is-placeholder img{object-fit:cover}.gallery-main.is-placeholder{background:#f4f8fb}.gallery-main.is-placeholder img{width:100%;max-height:none;object-fit:cover;aspect-ratio:4/3}.gallery-placeholder-note{padding:10px 4px 0;text-align:center;color:var(--muted);font-size:12px}

/* 0.3.8 dynamic CMS footer */
@media(min-width:981px){.footer-grid{grid-template-columns:1.65fr repeat(4,minmax(0,1fr));gap:28px}}


/* Home page typography controls — 0.4.1 */
.home-page .hero-copy{min-width:0}
.home-page.hero-width-narrow .hero-copy{max-width:560px}
.home-page.hero-width-standard .hero-copy{max-width:660px}
.home-page.hero-width-wide .hero-copy{max-width:760px}
.home-page.hero-title-compact .hero h1{font-size:clamp(36px,4vw,52px)}
.home-page.hero-title-standard .hero h1{font-size:clamp(40px,4.6vw,60px)}
.home-page.hero-title-large .hero h1{font-size:clamp(44px,5vw,68px)}
.home-page.home-density-compact .hero{padding:52px 0}
.home-page.home-density-compact .section{padding:54px 0}
.home-page.home-density-compact .hero-grid{gap:44px}
.home-page.home-density-compact .hero p{font-size:17px}
.home-page.home-density-compact .hero-actions{margin:22px 0}
.home-page.home-density-compact .hero-facts{margin-top:28px}
.home-page.home-density-compact .section-head{margin-bottom:22px}
.home-page.home-density-compact .section h2{font-size:clamp(28px,3vw,38px)}
.home-page.home-density-comfortable .hero{padding:64px 0}
.home-page.home-density-comfortable .section{padding:66px 0}
.home-page.home-density-comfortable .hero-grid{gap:50px}
.home-page.home-density-comfortable .hero p{font-size:18px}
.home-page.home-density-comfortable .section h2{font-size:clamp(30px,3.5vw,42px)}
.home-page.home-density-spacious .hero{padding:78px 0}
.home-page.home-density-spacious .section{padding:78px 0}
.home-page.home-density-spacious .hero-grid{gap:58px}
.home-page.home-density-spacious .hero p{font-size:19px}
.home-page.home-density-spacious .section h2{font-size:clamp(32px,4vw,46px)}
@media(max-width:980px){
  .home-page .hero-copy{max-width:760px!important}
  .home-page.hero-title-large .hero h1{font-size:clamp(40px,7vw,58px)}
}
@media(max-width:650px){
  .home-page.home-density-compact .hero,.home-page.home-density-comfortable .hero,.home-page.home-density-spacious .hero{padding:40px 0}
  .home-page.home-density-compact .section,.home-page.home-density-comfortable .section,.home-page.home-density-spacious .section{padding:46px 0}
  .home-page.hero-title-compact .hero h1{font-size:clamp(34px,10vw,44px)}
  .home-page.hero-title-standard .hero h1{font-size:clamp(36px,10.5vw,48px)}
  .home-page.hero-title-large .hero h1{font-size:clamp(38px,11vw,52px)}
  .home-page .hero p{font-size:16px!important}
}

/* DISICOM 0.4.3 — additional compact home-page controls */
.home-page.hero-title-extra-compact .hero h1{font-size:clamp(32px,3.35vw,46px)}
.home-page.home-density-extra-compact .hero{padding:38px 0 30px}
.home-page.home-density-extra-compact .section{padding:46px 0}
.home-page.home-density-extra-compact .hero-grid{gap:36px}
.home-page.home-density-extra-compact .hero .eyebrow{font-size:11px}
.home-page.home-density-extra-compact .hero p{font-size:16px}
.home-page.home-density-extra-compact .hero-actions{margin:18px 0}
.home-page.home-density-extra-compact .hero-facts{margin-top:22px;gap:24px}
.home-page.home-density-extra-compact .hero-facts strong{font-size:17px}
.home-page.home-density-extra-compact .hero-panel{padding:22px;border-radius:20px}
.home-page.home-density-extra-compact .hero-panel h3{font-size:24px;margin:10px 0}
.home-page.home-density-extra-compact .hero-search{margin-top:16px}
.home-page.home-density-extra-compact .chip-row{margin-top:14px}
.home-page.hero-gap-minimal .hero + .section{padding-top:20px}
.home-page.hero-gap-compact .hero + .section{padding-top:34px}
.home-page.hero-gap-standard .hero + .section{padding-top:54px}
@media(max-width:980px){
  .home-page.hero-title-extra-compact .hero h1{font-size:clamp(34px,6.2vw,46px)}
}
@media(max-width:650px){
  .home-page.home-density-extra-compact .hero{padding:32px 0 24px}
  .home-page.home-density-extra-compact .section{padding:40px 0}
  .home-page.hero-title-extra-compact .hero h1{font-size:clamp(31px,9vw,40px)}
  .home-page.hero-gap-minimal .hero + .section{padding-top:18px}
  .home-page.hero-gap-compact .hero + .section{padding-top:28px}
  .home-page.hero-gap-standard .hero + .section{padding-top:42px}
}

/* DISICOM 0.4.4 — mobile UX refinement */
.mobile-menu-toggle,.mobile-site-menu,.mobile-menu-backdrop{display:none}
.mobile-menu-toggle{border:1px solid var(--line);background:#fff;width:42px;height:42px;border-radius:11px;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:0;cursor:pointer;color:var(--ink)}
.mobile-menu-toggle span{display:block;width:18px;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

@media(max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  body.mobile-menu-open{overflow:hidden}
  .container,.narrow{width:min(100% - 32px,1180px)}
  .site-header{box-shadow:0 1px 0 rgba(16,34,53,.04)}
  .topbar{min-height:68px;gap:12px}
  .brand{min-width:0;gap:9px;flex:0 1 auto}
  .brand-mark{width:40px;height:40px;border-radius:11px;flex:0 0 40px}
  .brand strong{font-size:16px;white-space:nowrap}
  .brand small{display:none}
  .header-search{display:none}
  .header-actions{gap:10px;align-items:center;min-width:0}
  .header-cart{display:inline-flex;align-items:center;gap:2px;white-space:nowrap;font-size:13px}
  .header-user-link{display:none!important}
  .mobile-menu-toggle{display:inline-flex;flex:0 0 42px}
  .main-nav{display:none!important}

  .mobile-site-menu{display:block;position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--line);box-shadow:0 18px 35px rgba(16,34,53,.12);opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s;max-height:calc(100dvh - 68px);overflow-y:auto;overscroll-behavior:contain;z-index:42}
  .site-header.is-mobile-open .mobile-site-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
  .mobile-menu-inner{padding-top:16px;padding-bottom:22px}
  .mobile-menu-search{display:flex;width:100%;margin-bottom:14px}
  .mobile-menu-search input{min-width:0;flex:1;border:1px solid var(--line);border-radius:11px 0 0 11px;background:#fbfcfd;padding:12px 13px;font:inherit;font-size:14px}
  .mobile-menu-search button{flex:0 0 auto;border:0;border-radius:0 11px 11px 0;background:var(--ink);color:#fff;padding:0 17px;font:inherit;font-weight:750;cursor:pointer}
  .mobile-menu-links{display:grid;border-top:1px solid #edf2f6}
  .mobile-menu-links a{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #edf2f6;font-size:15px;font-weight:650;color:#20384e;padding:0 2px}
  .mobile-menu-links a span{color:var(--blue);font-size:18px}
  .mobile-menu-account{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:16px}
  .mobile-menu-account a{display:flex;align-items:center;justify-content:center;min-height:44px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:13px;font-weight:750;text-align:center;padding:8px 10px}
  .mobile-menu-backdrop{display:block;position:fixed;z-index:29;inset:68px 0 0;background:rgba(16,34,53,.28);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s}
  .site-header.is-mobile-open .mobile-menu-backdrop{opacity:1;visibility:visible;pointer-events:auto}

  /* Home: intentional mobile composition, not a squeezed desktop grid. */
  .home-page .hero-grid{grid-template-columns:1fr;gap:28px;align-items:start}
  .home-page .hero-copy{max-width:none!important}
  .home-page .hero .eyebrow{display:block;line-height:1.45}
  .home-page .hero h1{line-height:1.08;letter-spacing:-.03em;margin:10px 0 16px}
  .home-page.hero-title-extra-compact .hero h1{font-size:clamp(29px,8.2vw,36px)}
  .home-page.hero-title-compact .hero h1{font-size:clamp(31px,8.7vw,39px)}
  .home-page.hero-title-standard .hero h1{font-size:clamp(33px,9.2vw,42px)}
  .home-page.hero-title-large .hero h1{font-size:clamp(35px,9.8vw,45px)}
  .home-page .hero p{line-height:1.55;margin:0;font-size:16px!important}
  .home-page .hero-actions{gap:10px;margin:20px 0}
  .home-page .hero-actions .btn{min-height:48px;padding:11px 15px}
  .home-page .hero-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 18px;margin-top:22px}
  .home-page .hero-facts div:last-child{grid-column:1/-1}
  .home-page .hero-facts strong{font-size:17px}
  .home-page .hero-facts span{font-size:11px;line-height:1.35}
  .home-page .hero-panel{width:100%;padding:20px;border-radius:18px}
  .home-page .hero-panel h3{font-size:clamp(22px,6.2vw,26px);margin:9px 0 0;line-height:1.15}
  .home-page .hero-search{margin-top:16px}
  .home-page .hero-search input{min-width:0;padding:11px 12px}
  .home-page .hero-search .btn{min-height:46px;padding:10px 16px;white-space:nowrap}
  .home-page .chip-row{gap:7px;margin-top:14px}
  .home-page .chip-row a{padding:7px 10px}

  .section-head{align-items:start;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 16px;margin-bottom:18px}
  .section-head h2{font-size:clamp(28px,8vw,34px);line-height:1.12;margin-top:8px}
  .section-head>a{align-self:end;padding-bottom:4px;font-size:13px;white-space:nowrap}
  .category-card{min-height:118px;padding:17px 18px;gap:6px}
  .category-icon{font-size:25px}
  .product-card{padding:17px;min-height:0}
  .content-card{padding:19px}
  .page-hero.compact{padding:34px 0}
  .page-hero.compact h1{font-size:clamp(31px,8vw,40px)}
  .page-hero p{font-size:16px}
  .breadcrumbs{overflow-x:auto;white-space:nowrap;padding-bottom:3px;scrollbar-width:none}
  .breadcrumbs::-webkit-scrollbar{display:none}
  .footer-grid{gap:26px}
  .footer-bottom{font-size:12px;line-height:1.55}
}

@media(max-width:520px){
  .container,.narrow{width:min(100% - 28px,1180px)}
  .header-actions{gap:8px}
  .home-page .hero-actions{grid-template-columns:1fr;display:grid}
  .home-page .hero-actions .btn{width:100%}
  .section-head{grid-template-columns:1fr}
  .section-head>a{justify-self:start;align-self:auto;padding:0}
  .mobile-menu-account{grid-template-columns:1fr}
  .form-card{padding:20px}
  .quote-box{padding:18px}
}

@media(max-width:390px){
  .container,.narrow{width:min(100% - 24px,1180px)}
  .brand strong{font-size:15px}
  .brand-mark{width:38px;height:38px;flex-basis:38px}
  .header-cart{font-size:12px}
  .mobile-menu-toggle{width:40px;height:40px;flex-basis:40px}
  .home-page .hero-search{display:grid;grid-template-columns:1fr}
  .home-page .hero-search input{border-radius:10px 10px 0 0}
  .home-page .hero-search .btn{border-radius:0 0 10px 10px;width:100%}
}

/* DISICOM 0.4.5 — compact mobile footer accordion */
.footer-company-card{min-width:0}.footer-address{color:#d9e4ed;margin:16px 0 0;max-width:330px}.footer-section{min-width:0}.footer-section summary{list-style:none;color:#fff;font-weight:800;font-size:16px;margin:0 0 12px;cursor:default}.footer-section summary::-webkit-details-marker{display:none}.footer-section-body a{display:block;color:#b8c7d4;margin:8px 0;font-size:14px}
@media(min-width:761px){.footer-section>.footer-section-body{display:block!important}.footer-section summary{pointer-events:none}}
@media(max-width:760px){
  .site-footer{padding:30px 0 0}
  .footer-grid{display:block}
  .footer-company-card{padding:0 0 18px}
  .footer-brand{min-width:0}
  .footer-brand small{display:block}
  .footer-address{font-size:14px;line-height:1.55;margin-top:14px;max-width:none}
  .footer-section{border-top:1px solid rgba(255,255,255,.12)}
  .footer-section:last-of-type{border-bottom:1px solid rgba(255,255,255,.12)}
  .footer-section summary{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:50px;margin:0;padding:0 34px 0 0;font-size:15px;cursor:pointer;-webkit-tap-highlight-color:transparent}
  .footer-section summary::after{content:'+';position:absolute;right:2px;top:50%;transform:translateY(-50%);color:#8fc6ee;font-size:23px;font-weight:400;line-height:1;transition:transform .16s ease}
  .footer-section[open] summary::after{content:'−'}
  .footer-section-body{padding:0 0 13px}
  .footer-section-body a{display:flex;align-items:center;min-height:36px;margin:0;color:#bed0df;font-size:14px;line-height:1.35}
  .footer-section-body a:active{color:#fff}
  .footer-bottom{margin-top:20px;padding:16px 0 18px;font-size:11px;line-height:1.5;color:#9fb0be}
}
@media(max-width:390px){.site-footer{padding-top:26px}.footer-company-card{padding-bottom:15px}.footer-section summary{min-height:48px}.footer-bottom{margin-top:16px}}


/* DISICOM 0.4.6 — isolate desktop footer columns from mobile accordion */
.footer-mobile-section{display:none}
.footer-desktop-section{display:block}
.footer-desktop-section h4{color:#fff;margin:0 0 12px}
@media(max-width:760px){
  .footer-desktop-section{display:none!important}
  .footer-mobile-section{display:block}
}

/* DISICOM 0.4.9 — site-wide public typography system */
body.typography-compact{
  --type-body-lh:1.42;
  --type-hero-lh:1.36;
  --type-h1-lh:1.04;
  --type-h2-lh:1.08;
  --type-h3-lh:1.13;
  --type-h4-lh:1.18;
  --type-prose-lh:1.46;
  --type-card-lh:1.36;
  --type-small-lh:1.30;
  --type-paragraph-gap:.86em;
  --type-prose-heading-gap:1.32em;
}
body.typography-standard{
  --type-body-lh:1.50;
  --type-hero-lh:1.44;
  --type-h1-lh:1.07;
  --type-h2-lh:1.11;
  --type-h3-lh:1.16;
  --type-h4-lh:1.21;
  --type-prose-lh:1.56;
  --type-card-lh:1.44;
  --type-small-lh:1.36;
  --type-paragraph-gap:1em;
  --type-prose-heading-gap:1.45em;
}
body.typography-relaxed{
  --type-body-lh:1.58;
  --type-hero-lh:1.52;
  --type-h1-lh:1.10;
  --type-h2-lh:1.15;
  --type-h3-lh:1.20;
  --type-h4-lh:1.25;
  --type-prose-lh:1.66;
  --type-card-lh:1.52;
  --type-small-lh:1.42;
  --type-paragraph-gap:1.14em;
  --type-prose-heading-gap:1.58em;
}
body[class*="typography-"]{line-height:var(--type-body-lh)}
body[class*="typography-"] h1{line-height:var(--type-h1-lh)}
body[class*="typography-"] h2{line-height:var(--type-h2-lh)}
body[class*="typography-"] h3{line-height:var(--type-h3-lh)}
body[class*="typography-"] h4{line-height:var(--type-h4-lh)}

/* Page hero / catalog hero / product hero. */
body[class*="typography-"] .hero p,
body[class*="typography-"] .page-hero p,
body[class*="typography-"] .product-hero p{line-height:var(--type-hero-lh)}
body[class*="typography-"] .page-hero.compact h1{margin-bottom:12px}
body[class*="typography-"] .page-hero.compact p{margin:0}

/* CMS pages and news: line height plus paragraph rhythm. */
body[class*="typography-"] .prose,
body[class*="typography-"] .news-prose,
body[class*="typography-"] .page-prose{line-height:var(--type-prose-lh)}
body[class*="typography-"] .news-prose p,
body[class*="typography-"] .page-prose p,
body[class*="typography-"] .prose p{margin:0 0 var(--type-paragraph-gap)}
body[class*="typography-"] .news-prose h2,
body[class*="typography-"] .page-prose h2,
body[class*="typography-"] .prose h2{margin:var(--type-prose-heading-gap) 0 .48em}
body[class*="typography-"] .news-prose h3,
body[class*="typography-"] .page-prose h3,
body[class*="typography-"] .prose h3{margin:calc(var(--type-prose-heading-gap) * .9) 0 .44em}
body[class*="typography-"] .news-prose h4,
body[class*="typography-"] .page-prose h4,
body[class*="typography-"] .prose h4{margin:calc(var(--type-prose-heading-gap) * .82) 0 .40em}
body[class*="typography-"] .news-prose ul,
body[class*="typography-"] .news-prose ol,
body[class*="typography-"] .page-prose ul,
body[class*="typography-"] .page-prose ol,
body[class*="typography-"] .prose ul,
body[class*="typography-"] .prose ol{margin:.3em 0 var(--type-paragraph-gap)}
body[class*="typography-"] .news-prose li,
body[class*="typography-"] .page-prose li,
body[class*="typography-"] .prose li{margin:.24em 0}

/* Catalog and product cards. */
body[class*="typography-"] .product-card h3{line-height:var(--type-h3-lh);margin:10px 0 6px}
body[class*="typography-"] .product-card .formula{line-height:var(--type-card-lh)}
body[class*="typography-"] .product-card .meta{line-height:var(--type-small-lh);margin-top:6px}
body[class*="typography-"] .product-card p{line-height:var(--type-card-lh);margin:10px 0 0}
body[class*="typography-"] .product-bottom{line-height:var(--type-small-lh);padding-top:16px}
body[class*="typography-"] .category-card,
body[class*="typography-"] .category-card span,
body[class*="typography-"] .feature-list span,
body[class*="typography-"] .news-list-content p,
body[class*="typography-"] .account-card span,
body[class*="typography-"] .empty-state p,
body[class*="typography-"] .footer-address,
body[class*="typography-"] .footer-section-body a,
body[class*="typography-"] .note,
body[class*="typography-"] .hero-facts span{line-height:var(--type-card-lh)}
body[class*="typography-"] .news-list-content p{margin-bottom:12px}

/* Product detail and utility content. */
body[class*="typography-"] .content-card>p,
body[class*="typography-"] .quote-box p,
body[class*="typography-"] .cart-row,
body[class*="typography-"] .order-row,
body[class*="typography-"] .spec-table{line-height:var(--type-body-lh)}
body[class*="typography-"] .content-card>p{margin:0 0 var(--type-paragraph-gap)}
body[class*="typography-"] .content-card>p:last-child{margin-bottom:0}
body[class*="typography-"] .quote-box p{margin:.7em 0 1em}
body[class*="typography-"] .spec-table>div{line-height:var(--type-card-lh)}
body[class*="typography-"] .chemical-line small{line-height:var(--type-small-lh)}
body[class*="typography-"] .chemical-line strong{line-height:var(--type-card-lh)}

/* Small/UI copy across public pages. */
body[class*="typography-"] .eyebrow,
body[class*="typography-"] .kicker,
body[class*="typography-"] .brand small,
body[class*="typography-"] .footer-bottom,
body[class*="typography-"] .breadcrumbs,
body[class*="typography-"] .catalog-toolbar,
body[class*="typography-"] .catalog-toolbar span,
body[class*="typography-"] .filter-reset,
body[class*="typography-"] .state,
body[class*="typography-"] .purity,
body[class*="typography-"] .meta{line-height:var(--type-small-lh)}

/* Controls keep predictable height regardless of typography density. */
body[class*="typography-"] .btn,
body[class*="typography-"] button,
body[class*="typography-"] input,
body[class*="typography-"] select,
body[class*="typography-"] textarea{line-height:1.2}

@media(max-width:760px){
  body.typography-compact{--type-body-lh:1.40;--type-hero-lh:1.34;--type-h1-lh:1.04;--type-h2-lh:1.07;--type-h3-lh:1.12;--type-h4-lh:1.17;--type-prose-lh:1.44;--type-card-lh:1.34;--type-small-lh:1.28;--type-paragraph-gap:.80em;--type-prose-heading-gap:1.24em}
  body.typography-standard{--type-body-lh:1.47;--type-hero-lh:1.41;--type-h1-lh:1.06;--type-h2-lh:1.10;--type-h3-lh:1.15;--type-h4-lh:1.20;--type-prose-lh:1.53;--type-card-lh:1.40;--type-small-lh:1.34;--type-paragraph-gap:.94em;--type-prose-heading-gap:1.38em}
  body.typography-relaxed{--type-body-lh:1.54;--type-hero-lh:1.49;--type-h1-lh:1.09;--type-h2-lh:1.14;--type-h3-lh:1.19;--type-h4-lh:1.24;--type-prose-lh:1.63;--type-card-lh:1.47;--type-small-lh:1.40;--type-paragraph-gap:1.08em;--type-prose-heading-gap:1.52em}
  body[class*="typography-"] .page-hero.compact h1{margin-bottom:10px}
  body[class*="typography-"] .product-card h3{margin-top:9px}
}


/* DISICOM 0.4.13 — public catalog pagination */
.catalog-toolbar>div{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.catalog-range{font-size:12px;font-weight:500;color:var(--muted)}
.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:30px}
.page-link{min-width:40px;height:40px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);display:inline-flex;align-items:center;justify-content:center;font-weight:700;text-decoration:none;line-height:1}
.page-link:hover{border-color:#93c5fd;background:#f7fbff;color:#075da8}
.page-link.is-current{background:var(--navy);border-color:var(--navy);color:#fff;cursor:default}
.page-prev,.page-next{min-width:auto}
.page-ellipsis{color:var(--muted);padding:0 2px}
@media(max-width:760px){
  .catalog-pagination{margin-top:22px;gap:6px}
  .page-link{height:42px;min-width:42px;padding:0 10px}
  .page-prev,.page-next{flex:1 1 120px}
}

/* DISICOM 0.4.14 — mobile catalog overflow hardening */
/* Chemical names can be very long single tokens. Grid tracks must be allowed to shrink
   below their min-content width, otherwise one card widens the whole mobile catalog. */
.catalog-layout > div,
.product-grid,
.product-card,
.product-card h3,
.product-card h3 a,
.product-card .formula,
.product-card .meta,
.product-card p,
.product-bottom{min-width:0}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-card h3,
.product-card h3 a,
.product-card .formula,
.product-card .meta,
.product-card p{overflow-wrap:anywhere;word-break:normal}
.product-card .meta > *{min-width:0;overflow-wrap:anywhere}

@media(max-width:980px){
  .catalog-layout{min-width:0}
  .catalog-layout > *{min-width:0}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:650px){
  .catalog-layout,
  .catalog-layout > *,
  .catalog-layout > div,
  .filters,
  .filters form{width:100%;max-width:100%;min-width:0}
  .product-grid{grid-template-columns:minmax(0,1fr);width:100%;max-width:100%}
  .product-card{width:100%;max-width:100%;overflow:hidden}
  .filters input,
  .filters select,
  .filters .btn{max-width:100%;min-width:0}
  .catalog-toolbar{display:grid;grid-template-columns:minmax(0,1fr);gap:5px;width:100%;max-width:100%;min-width:0}
  .catalog-toolbar > div{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;min-width:0}
  .catalog-toolbar > span{display:block;width:100%;max-width:100%;overflow-wrap:anywhere}
  .catalog-range{white-space:normal}
  .product-bottom{flex-wrap:wrap;align-items:center;column-gap:12px;row-gap:7px}
  .product-bottom > span{min-width:0}
  .product-bottom > a{margin-left:auto;white-space:nowrap}
  .catalog-pagination{width:100%;max-width:100%;min-width:0}
}

@media(max-width:390px){
  .catalog-toolbar > div{align-items:flex-start;flex-direction:column;gap:1px}
  .product-card h3{font-size:19px}
}

/* DISICOM 0.4.15 — dedicated admin sign-in */
.admin-auth-page{min-height:100vh;margin:0;background:
  radial-gradient(circle at 14% 12%,rgba(23,105,170,.24),transparent 34%),
  radial-gradient(circle at 88% 78%,rgba(53,137,199,.16),transparent 30%),
  #0d1d2d;color:#102235}
.admin-auth-page::before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 82%)}
.admin-auth-shell{position:relative;z-index:1;width:min(980px,calc(100% - 32px));min-height:100vh;margin:0 auto;display:flex;flex-direction:column;justify-content:center;padding:36px 0 24px}
.admin-auth-alerts{width:min(520px,100%);margin:0 auto 14px}
.admin-auth-alerts .alert{margin:0 0 10px;box-shadow:0 12px 36px rgba(0,0,0,.12)}
.admin-login-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(390px,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.30)}
.admin-login-intro{min-height:570px;padding:42px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:linear-gradient(145deg,#102235 0%,#163b5c 54%,#1769aa 130%)}
.admin-login-brand{display:inline-flex;align-items:center;gap:12px;width:max-content;color:#fff}
.admin-login-mark{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#2b82c4,#66aada);font-weight:900;font-size:21px;box-shadow:0 10px 26px rgba(0,0,0,.18)}
.admin-login-brand strong,.admin-login-brand small{display:block}.admin-login-brand strong{letter-spacing:.055em}.admin-login-brand small{margin-top:2px;color:#bcd2e4;font-size:11px;letter-spacing:.04em}
.admin-login-eyebrow{display:block;color:#5da7df;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.14em}
.admin-login-intro .admin-login-eyebrow{color:#8dc4ea}
.admin-login-intro h1{margin:12px 0 16px;font-size:clamp(34px,4.2vw,50px);letter-spacing:-.035em;color:#fff}
.admin-login-intro p{max-width:390px;margin:0;color:#c7d8e5;font-size:16px;line-height:1.55}
.admin-login-security{display:grid;gap:9px;color:#c9ddeb;font-size:12px;font-weight:650}
.admin-login-form{padding:46px 44px;display:flex;flex-direction:column;justify-content:center;background:#fff}
.admin-login-form-head{margin-bottom:24px}.admin-login-form-head h2{margin:8px 0 7px;font-size:32px;letter-spacing:-.025em}.admin-login-form-head p{margin:0;color:#6b7d8f;font-size:14px}
.admin-login-field{display:block;margin:0 0 17px;font-size:12px;font-weight:800;color:#31465a}
.admin-login-field>span:first-child{display:block;margin-bottom:7px}
.admin-login-field input{width:100%;height:48px;margin:0;border:1px solid #cad6e2;border-radius:11px;padding:0 13px;background:#fbfcfd;color:#102235;font:inherit;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}
.admin-login-field input:focus{border-color:#4c96cd;background:#fff;box-shadow:0 0 0 4px rgba(23,105,170,.10)}
.admin-password-wrap{position:relative;display:block}
.admin-password-wrap input{padding-right:92px}
.admin-password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;border-radius:8px;padding:7px 9px;background:#edf4f9;color:#245d87;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.admin-password-toggle:hover{background:#e1eef7}
.admin-remember-line{display:flex;align-items:flex-start;gap:10px;margin:3px 0 20px;cursor:pointer}
.admin-remember-line input{width:17px;height:17px;margin:2px 0 0;accent-color:#1769aa;flex:0 0 auto}
.admin-remember-line span{display:block;min-width:0}.admin-remember-line strong,.admin-remember-line small{display:block}.admin-remember-line strong{font-size:13px;color:#263d52}.admin-remember-line small{margin-top:2px;color:#7a8b9b;font-size:11px;line-height:1.4}
.admin-login-submit{width:100%;min-height:49px;border:0;border-radius:11px;background:linear-gradient(135deg,#1769aa,#0e4f84);color:#fff;font:inherit;font-weight:820;cursor:pointer;box-shadow:0 10px 24px rgba(23,105,170,.20);transition:transform .16s,box-shadow .16s}
.admin-login-submit:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(23,105,170,.25)}
.admin-login-links{display:flex;justify-content:space-between;gap:14px;margin-top:19px;font-size:12px;font-weight:700;color:#547088}
.admin-login-links a:hover{color:#1769aa}
.admin-auth-foot{margin:16px 0 0;text-align:center;color:#8fa2b3;font-size:11px}
@media(max-width:780px){
  .admin-auth-shell{justify-content:flex-start;padding-top:20px}
  .admin-login-card{grid-template-columns:1fr}
  .admin-login-intro{min-height:auto;padding:26px 26px 28px;gap:30px}
  .admin-login-intro h1{font-size:34px;margin-bottom:10px}
  .admin-login-security{display:none}
  .admin-login-form{padding:30px 26px 32px}
}
@media(max-width:460px){
  .admin-auth-shell{width:min(100% - 20px,980px);padding-top:10px}
  .admin-login-card{border-radius:18px}
  .admin-login-intro{padding:22px 20px 24px}
  .admin-login-form{padding:26px 20px 28px}
  .admin-login-form-head h2{font-size:28px}
  .admin-login-links{align-items:flex-start;flex-direction:column}
}

/* DISICOM 0.4.16 — protected public sign-in */
.public-login-section{padding:58px 0 72px;background:linear-gradient(180deg,#f7fafc 0%,#fff 72%)}
.public-login-shell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(390px,520px);gap:64px;align-items:center;max-width:1040px}
.public-login-info{padding:18px 0}.public-login-info h1{max-width:520px;margin:10px 0 14px;font-size:clamp(38px,5vw,56px);letter-spacing:-.04em}.public-login-info>p{max-width:510px;margin:0;color:var(--muted);font-size:17px;line-height:1.6}
.public-login-points{display:grid;gap:10px;margin-top:28px;color:#36536b;font-size:13px;font-weight:720}.public-login-points span{display:flex;align-items:center;gap:8px}
.public-login-card{padding:34px;border-radius:20px}.public-login-head{margin-bottom:24px}.public-login-head h2{margin:7px 0 6px;font-size:30px;letter-spacing:-.025em}.public-login-head p{margin:0;color:var(--muted);font-size:13px}
.public-login-field{display:block;margin:0 0 17px;font-size:12px;font-weight:800;color:#31465a}.public-login-field>span:first-child{display:block;margin-bottom:7px}.public-login-field>input,.public-login-password>input{width:100%;height:48px;margin:0;border:1px solid #cad6e2;border-radius:11px;padding:0 13px;background:#fbfcfd;color:var(--ink);font:inherit;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.public-login-password>input{padding-right:92px}.public-login-field>input:focus,.public-login-password>input:focus{border-color:#4c96cd;background:#fff;box-shadow:0 0 0 4px rgba(23,105,170,.10)}
.public-remember-line{display:flex!important;align-items:flex-start;gap:10px;margin:2px 0 20px;cursor:pointer}.public-remember-line input{width:17px!important;height:17px;margin:2px 0 0!important;accent-color:#1769aa;flex:0 0 auto}.public-remember-line span,.public-remember-line strong,.public-remember-line small{display:block}.public-remember-line strong{font-size:13px;color:#263d52}.public-remember-line small{margin-top:2px;color:#7a8b9b;font-size:11px;line-height:1.4;font-weight:500}
.public-login-submit{min-height:49px}.public-login-links{display:flex;justify-content:space-between;gap:16px;margin-top:18px;font-size:12px;font-weight:700;color:#607589}.public-login-links>span{text-align:right}.public-login-links a{color:var(--blue)}
.public-login-staff{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:23px -34px -34px;padding:16px 34px;border-top:1px solid var(--line);background:#f8fafc;border-radius:0 0 20px 20px;color:#657b8e;font-size:11px;font-weight:700}.public-login-staff a{color:#245f8c;white-space:nowrap}
@media(max-width:860px){.public-login-section{padding:34px 0 54px}.public-login-shell{grid-template-columns:1fr;gap:28px;max-width:600px}.public-login-info{padding:0 4px}.public-login-info h1{font-size:38px}.public-login-points{grid-template-columns:1fr 1fr;margin-top:20px}.public-login-points span:last-child{grid-column:1/-1}}
@media(max-width:520px){.public-login-section{padding-top:22px}.public-login-shell{width:min(100% - 20px,600px);gap:20px}.public-login-info h1{font-size:32px}.public-login-info>p{font-size:15px}.public-login-points{grid-template-columns:1fr;font-size:12px}.public-login-points span:last-child{grid-column:auto}.public-login-card{padding:24px 20px;border-radius:16px}.public-login-head h2{font-size:27px}.public-login-links{align-items:flex-start;flex-direction:column}.public-login-links>span{text-align:left}.public-login-staff{align-items:flex-start;flex-direction:column;margin:21px -20px -24px;padding:15px 20px;border-radius:0 0 16px 16px}}

/* Account profile + password settings 0.4.16 */
.account-profile-stack{display:grid;gap:18px}.account-profile-stack #security{scroll-margin-top:90px}.account-profile-stack .form-card h2{margin-top:0}.account-profile-stack .form-card>p:first-of-type{color:var(--muted)}
