:root{
  --bg:#f5f6f8;
  --bg-soft:#ffffff;
  --bg-alt:#edf1f5;
  --ink:#131722;
  --ink-soft:#4d5868;
  --line:rgba(18,24,34,.09);
  --accent:#ff7a00;
  --accent-2:#ffb066;
  --shadow:0 20px 50px rgba(18,24,34,.08);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0}
body{font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}
a{color:inherit;text-decoration:none}
main{min-height:60vh;overflow:hidden}
.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.row-between{display:flex;justify-content:space-between;align-items:center;gap:20px}
.topbar{background:#0d1117;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px;color:#d4dae2}.topbar .container{padding:8px 0}.topbar-left,.topbar-right{display:flex;gap:14px;flex-wrap:wrap}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0}.brand{display:flex;align-items:center;gap:14px;min-width:240px}.brand-mark{display:grid;place-items:center;width:50px;height:50px;border:1px solid rgba(255,122,0,.2);border-radius:14px;background:linear-gradient(145deg,#131722,#1d2431);color:#ff9d40;font-weight:800;box-shadow:var(--shadow)}.brand-text strong{display:block;font-size:18px}.brand-text small{display:block;color:#697587}
.main-nav{display:flex;align-items:center;gap:18px;font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.main-nav a{position:relative;padding:6px 0}.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:.25s ease}.main-nav a:hover:after{transform:scaleX(1)}.main-nav a:hover,.text-link:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:10px}
.primary-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:14px;font-weight:700;border:1px solid transparent;transition:.2s ease}.primary-btn{background:var(--accent);color:#111;box-shadow:0 14px 28px rgba(255,122,0,.18)}.primary-btn:hover{background:#ff8e26;transform:translateY(-1px)}.ghost-btn{border-color:var(--line);color:var(--ink);background:rgba(255,255,255,.7)}.ghost-btn:hover{border-color:rgba(255,122,0,.3);color:var(--accent)}.small{padding:8px 12px;font-size:13px}
.hero{position:relative;overflow:hidden}.light-hero{min-height:82vh;background:linear-gradient(180deg,#f8fafc,#edf2f7)}.hero-media{position:absolute;inset:0}.hero-video{width:100%;height:100%;object-fit:cover;opacity:.4;filter:saturate(.9) contrast(1.05)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(245,246,248,.94) 0%,rgba(245,246,248,.72) 48%,rgba(18,24,34,.22) 100%),radial-gradient(circle at 75% 30%,rgba(255,122,0,.32),transparent 17%),radial-gradient(circle at 25% 30%,rgba(12,27,62,.12),transparent 20%)}
.hero-shell{position:relative;z-index:2;display:flex;align-items:center;min-height:82vh}.hero-copy{max-width:760px;padding:90px 0 72px}.eyebrow,.section-kicker{font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);font-weight:800}.hero h1{font-size:clamp(40px,6vw,78px);line-height:1.02;margin:12px 0 16px;max-width:840px}.hero-text{font-size:18px;color:#516073;max-width:720px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.compact-actions{margin-top:22px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px;max-width:920px}.stat-card{padding:18px 20px;border-radius:22px;border:1px solid rgba(255,255,255,.45)}.stat-card strong{display:block;font-size:34px;line-height:1}.stat-card span{display:block;margin-top:8px;color:#556274;font-size:14px}.glass{background:rgba(255,255,255,.62);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.52);box-shadow:var(--shadow);border-radius:var(--radius)}
.section{padding:78px 0}.section-light{background:var(--bg)}.section-alt{background:linear-gradient(180deg,#f0f3f7,#e9eef4)}.section-head{margin-bottom:28px}.section h2{font-size:36px;line-height:1.12;margin:0}
.split-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}.intro-copy p:last-child{color:var(--ink-soft)}.intro-panels{display:grid;gap:18px}.feature-panel,.card,.product-card,.showcase-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}.feature-label,.product-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(255,122,0,.1);color:var(--accent);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.card-grid{display:grid;gap:22px}.card-grid.three{grid-template-columns:repeat(3,1fr)}.card-grid.two{grid-template-columns:repeat(2,1fr)}.card h3,.product-card h3,.showcase-card h3{margin-top:0;font-size:24px;line-height:1.2}.card p,.product-card p,.showcase-card p,.timeline-item p,.feature-panel p{color:var(--ink-soft)}
.service-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.showcase-card{position:relative;transition:transform .25s ease, box-shadow .25s ease}.showcase-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:#131722;color:#fff;font-weight:800;margin-bottom:18px;box-shadow:0 14px 24px rgba(19,23,34,.18)}
.split-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:24px}.workshop-band .glass,.media-card{padding:28px}.timeline{display:grid;gap:16px;margin-top:18px}.timeline-item{display:flex;gap:16px;align-items:flex-start;padding:18px;border-radius:20px;background:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.5)}.timeline-item span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--accent);color:#111;font-weight:800;flex:0 0 auto}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-grid-home .product-card{min-height:260px}.product-card{transition:transform .24s ease, box-shadow .24s ease}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}
.page-hero{border-bottom:1px solid var(--line)}.page-hero-light{padding:70px 0;background:linear-gradient(180deg,#ffffff,#edf2f7)}.page-hero h1{font-size:50px;line-height:1.05;margin:0 0 12px}
.form label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:var(--ink)}.form input,.form select,.form textarea{width:100%;padding:14px 16px;border-radius:14px;background:#fff;border:1px solid rgba(18,24,34,.12);color:var(--ink);outline:none}.form input:focus,.form select:focus,.form textarea:focus{border-color:rgba(255,122,0,.55)}.grid.two{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.checkbox-row{display:flex;gap:18px;flex-wrap:wrap;margin:16px 0 8px}.auth-section{padding:70px 0}.auth-card{max-width:520px;margin:0 auto}.custom-order-form{max-width:980px;margin:0 auto}.dashboard-grid{display:grid;grid-template-columns:320px 1fr;gap:24px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.split-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:24px}
.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden}.data-table th,.data-table td{padding:12px 10px;border-bottom:1px solid rgba(18,24,34,.08);text-align:left;vertical-align:top}.inline-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.meta{color:#7b8796;font-size:14px}.prose{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}.clean-list{padding-left:18px}.text-link{color:#dd6d00;font-weight:800}
.price-box{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:22px;border:1px solid var(--line);border-radius:20px;min-width:260px;background:#fff;box-shadow:var(--shadow)}.product-header{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}
.site-footer{background:#111722;color:#e9edf2;border-top:1px solid rgba(255,255,255,.06);padding-top:30px;margin-top:20px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:24px;padding:12px 0 26px}.footer-bottom{padding:18px 0;color:#9ea8b5;border-top:1px solid rgba(255,255,255,.08)}.site-footer a:hover{color:var(--accent)}
.flash{margin:16px 0;padding:14px 16px;border-radius:14px}.flash-success{background:#e8f6eb;color:#1f6d35;border:1px solid #b6e1c0}.flash-error{background:#fdecee;color:#9b2430;border:1px solid #f2c0c7}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease, transform .7s ease}.reveal.in-view{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.2s}.hover-lift:hover,.floating-panel:hover,.showcase-card:hover{transform:translateY(-6px);box-shadow:0 26px 60px rgba(18,24,34,.12)}.tilt-card{transform-style:preserve-3d;transition:transform .15s ease, box-shadow .24s ease}
@media (max-width:1100px){.product-grid,.service-showcase{grid-template-columns:repeat(2,1fr)}.card-grid.three{grid-template-columns:1fr 1fr}.admin-grid,.dashboard-grid,.split-grid,.card-grid.two,.split-intro{grid-template-columns:1fr}.main-nav{display:none}.hero-stats{grid-template-columns:1fr}.hero-shell{min-height:auto}.light-hero{min-height:auto}}
@media (max-width:720px){.hero-copy{padding:78px 0 58px}.hero h1{font-size:42px}.product-grid,.card-grid.three,.service-showcase,.grid.two{grid-template-columns:1fr}.topbar-left{display:none}.header-inner{gap:12px}.brand-text small{display:none}.footer-grid{grid-template-columns:1fr}.page-hero h1{font-size:38px}.product-header{flex-direction:column}.header-actions .ghost-btn:first-child{display:none}.hero-overlay{background:linear-gradient(180deg,rgba(245,246,248,.94),rgba(245,246,248,.78))}}
.brand-logo{width:54px;height:54px;object-fit:contain;border-radius:12px;background:#fff;padding:6px;border:1px solid rgba(0,0,0,.08)}
.admin-grid-single{display:grid;grid-template-columns:1fr;gap:24px}.admin-logo-preview{max-width:180px;max-height:90px;object-fit:contain;background:#fff;border:1px solid #ddd;border-radius:12px;padding:8px}.compact-form{gap:14px}.editor-wrap{display:grid;gap:10px}.editor-toolbar{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.editor-toolbar button{border:1px solid #d7dce4;background:#fff;padding:8px 10px;border-radius:10px;cursor:pointer}.editor{min-height:280px;border:1px solid #d7dce4;border-radius:14px;padding:14px;background:#fff}.editor-textarea{display:none}.blog-cover,.hero-image{width:100%;height:auto;border-radius:18px;display:block}.blog-card img{margin-bottom:14px;aspect-ratio:16/10;object-fit:cover}.prose-html img{max-width:100%;height:auto;border-radius:18px;margin:18px 0}.prose-html h2,.prose-html h3{margin-top:28px}.inline-upload{margin-top:18px;display:flex;gap:12px;align-items:end;flex-wrap:wrap}.mini-list{margin-top:18px;display:grid;gap:10px}.mini-list div{padding:12px 14px;border:1px solid #e4e8ef;border-radius:12px;background:#fafbfc}

/* refresh */
body{background:#f1f3f5;color:#111827}
.sticky-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px)}
.brand-visible{min-width:260px;gap:14px}.brand-text strong{font-size:32px;line-height:1}.brand-text small{font-size:15px;line-height:1.3;color:#6b7280;display:block;max-width:220px}.brand-logo{width:58px;height:58px;object-fit:contain;border-radius:14px;background:#fff;padding:8px;border:1px solid rgba(17,24,39,.09);box-shadow:0 8px 24px rgba(17,24,39,.06)}
.main-nav ul{display:flex;gap:24px;align-items:center;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-item>a{font-weight:700;font-size:15px;letter-spacing:.04em}.has-children:hover .sub-nav{display:block}.sub-nav{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--line);padding:10px;border-radius:16px;min-width:220px;box-shadow:var(--shadow)}.sub-nav .nav-item{margin:0}.sub-nav a{display:block;padding:8px 10px}
.editorial-hero{min-height:74vh;background:#e9edf2}.editorial-hero .hero-overlay{background:linear-gradient(90deg,rgba(241,243,245,.94) 0%,rgba(241,243,245,.84) 36%,rgba(241,243,245,.18) 100%)}
.editorial-shell{display:flex;align-items:flex-end;min-height:74vh;padding:80px 0 70px}.workshop-video-wrap video{filter:saturate(.82) contrast(.94)}
.editorial-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}.editorial-points{display:grid;gap:16px}.editorial-point{display:grid;gap:6px;padding:18px 0;border-bottom:1px solid rgba(17,24,39,.08)}.editorial-point strong{font-size:18px}.editorial-point span{color:var(--ink-soft)}
.grounded-cards .showcase-card,.feature-panel,.card,.product-card{box-shadow:none;border-color:rgba(17,24,39,.07)}
.section-kicker,.eyebrow{letter-spacing:.16em}
.footer-brand{display:flex;gap:14px;align-items:center}.footer-brand h3{margin:0 0 4px}.footer-brand p{margin:0;color:#aab4c2}
.admin-row-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:8px}.link-button{border:0;background:none;padding:0;color:#c85f00;font-weight:700;cursor:pointer}
.editor{font-family:inherit;line-height:1.7}.editor img{max-width:100%;height:auto;border-radius:18px}.editor .image-row,.prose-html .image-row{display:grid;gap:16px;margin:22px 0}.editor .image-row.two,.prose-html .image-row.two{grid-template-columns:repeat(2,1fr)}.editor .image-row.three,.prose-html .image-row.three{grid-template-columns:repeat(3,1fr)}.editor figure,.prose-html figure{margin:24px 0}.editor figcaption,.prose-html figcaption{font-size:14px;color:#6b7280;margin-top:8px}.editor .featured-block img,.prose-html .featured-block img{width:100%;display:block}.prose-html{font-size:18px;line-height:1.75}.prose-html .image-row img{aspect-ratio:4/3;object-fit:cover;width:100%}
hr{border:0;border-top:1px solid rgba(17,24,39,.08);margin:10px 0 18px}
@media (max-width:1100px){.editorial-intro{grid-template-columns:1fr}.brand-text strong{font-size:26px}}
@media (max-width:720px){.brand-visible{min-width:0}.brand-text strong{font-size:22px}.main-nav ul{gap:14px;overflow:auto;padding-bottom:6px}.editor .image-row.two,.prose-html .image-row.two,.editor .image-row.three,.prose-html .image-row.three{grid-template-columns:1fr}}

.brand-logo-strong{width:56px;height:56px;object-fit:contain;background:#fff;border:1px solid #d7dce6;padding:8px;border-radius:14px;box-shadow:0 10px 24px rgba(10,18,35,.08)}
.admin-quickbar{position:sticky;top:0;z-index:40;display:flex;gap:12px;align-items:center;padding:10px 18px;background:#111827;color:#fff;font-size:14px}
.admin-quickbar a{color:#fff;text-decoration:none;padding:6px 10px;border:1px solid rgba(255,255,255,.15);border-radius:999px}
.editable-section{position:relative}
.section-admin-tools{position:absolute;top:16px;right:16px;display:flex;gap:8px;z-index:5;flex-wrap:wrap}
.mini-admin-btn{border:1px solid #d5dae3;background:#fff;color:#111827;padding:7px 10px;border-radius:999px;font-size:12px;text-decoration:none;cursor:pointer;box-shadow:0 8px 16px rgba(15,23,42,.08)}
[data-inline-key]{position:relative;outline:1px dashed transparent;transition:.2s}
.is-admin [data-inline-key]:hover{outline-color:#f97316;cursor:pointer}
.is-admin [data-inline-key]::after{content:'edytuj';position:absolute;top:-10px;right:-10px;background:#f97316;color:#fff;font-size:11px;padding:3px 7px;border-radius:999px;opacity:0;pointer-events:none}
.is-admin [data-inline-key]:hover::after{opacity:1}
.admin-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.admin-tabs a{text-decoration:none;border:1px solid #d7dce6;padding:9px 14px;border-radius:999px;color:#111827;background:#fff}.admin-tabs a.active{background:#111827;color:#fff;border-color:#111827}
.admin-cards,.admin-layout-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.admin-cards{grid-template-columns:repeat(4,minmax(0,1fr))}
.stat-card strong{font-size:42px;line-height:1;display:block;margin-top:10px}
.section-list{display:flex;flex-direction:column;gap:12px}.section-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:16px;border:1px solid #e3e8ef;border-radius:18px;background:#fff}.section-row.focus{border-color:#f97316;box-shadow:0 8px 18px rgba(249,115,22,.12)}
.home-item-launcher{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:10px 0 16px}.home-item-launcher.single{grid-template-columns:minmax(220px,340px)}.home-item-button{justify-content:flex-start;text-align:left;min-height:54px;padding:12px 14px;border-radius:16px}.compact-section-form{max-width:720px}.compact-section-form .checkbox-inline{margin-top:4px}.section-editor-form{gap:14px}.admin-popup[hidden]{display:none}.admin-popup{position:fixed;inset:0;z-index:6000;display:grid;place-items:center;padding:24px}.admin-popup-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}.admin-popup-dialog{position:relative;z-index:1;width:min(760px,92vw);max-height:88vh;overflow:auto;background:#fff;border-radius:24px;padding:22px;box-shadow:0 30px 80px rgba(0,0,0,.24);display:grid;gap:16px}.admin-popup-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-popup-head h3{margin:0;font-size:28px}.admin-popup-body{display:grid;gap:14px}.admin-popup .sp-editor-canvas{min-height:140px}.admin-popup .ql-editor{min-height:100px}@media (max-width:720px){.admin-popup{padding:12px}.admin-popup-dialog{width:100%;max-height:92vh;padding:16px}.admin-popup-head h3{font-size:22px}}
.row-actions{display:flex;gap:10px;align-items:center}.big{max-width:220px}.link-button{background:none;border:none;color:#f97316;padding:0;cursor:pointer}.meta{color:#6b7280;font-size:13px}.editor-textarea{display:none}
@media (max-width: 1024px){.admin-cards,.admin-layout-two{grid-template-columns:1fr}.section-admin-tools{position:static;margin:0 0 16px}}


/* clean header + blog workspace */
.header-inner-clean{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:18px 0}
.brand-clean{min-width:0;max-width:340px}.brand-clean .brand-text strong{font-size:24px;font-weight:800;letter-spacing:-.03em}.brand-clean .brand-text small{font-size:14px;max-width:none}.compact-switches a{font-weight:600}
.main-nav-clean{justify-self:center;min-width:0}.main-nav-clean ul{gap:18px;flex-wrap:wrap;justify-content:center}.main-nav-clean .nav-item>a{font-size:14px;letter-spacing:.02em;padding:8px 0}
.header-actions-clean{justify-self:end;gap:8px;flex-wrap:wrap}.header-actions-clean .ghost-btn,.header-actions-clean .primary-btn{padding:11px 14px;border-radius:12px;font-size:14px}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:16px}

.blog-manage-shell{display:grid;grid-template-columns:470px minmax(0,1fr);gap:24px;align-items:start}.blog-manage-sidebar,.blog-live-preview{padding:24px}.sidebar-sticky{position:sticky;top:112px;display:grid;gap:18px}.blog-editor-form{gap:14px}.blog-editor{min-height:440px}.lang-optional{border-top:1px solid #e5e7eb;padding-top:12px}.lang-optional summary{cursor:pointer;font-weight:700;margin-bottom:12px}
.card-lite{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:16px}.media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.media-thumb{border:1px solid #d7dce6;background:#fff;border-radius:14px;padding:0;overflow:hidden;cursor:pointer;aspect-ratio:1}.media-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.blog-preview-article{max-width:860px;margin:0 auto}.blog-preview-cover{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:22px;margin-bottom:22px;background:#e5e7eb}.blog-preview-cover.is-empty{display:none}.blog-preview-lead{font-size:20px;color:#4b5563;margin:0 0 20px}.compact-list .section-row{padding:14px}
.editor-media,.prose-html .editor-media{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;margin:24px 0}.editor-media-right img{order:2}.editor-media img,.prose-html .editor-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px}

.is-admin [data-inline-key]{background:rgba(249,115,22,.03);border-radius:8px;padding:2px 4px}.is-admin [data-inline-key]:hover{outline-color:#f97316;background:rgba(249,115,22,.08)}

@media (max-width:1220px){.header-inner-clean{grid-template-columns:1fr;justify-items:start}.main-nav-clean{justify-self:start}.header-actions-clean{justify-self:start}.sidebar-sticky{position:static}.blog-manage-shell{grid-template-columns:1fr}}
@media (max-width:760px){.main-nav-clean ul{gap:12px}.brand-clean .brand-text strong{font-size:22px}.media-grid{grid-template-columns:repeat(2,1fr)}.editor-media,.prose-html .editor-media{grid-template-columns:1fr}.header-actions-clean .ghost-btn,.header-actions-clean .primary-btn{padding:10px 12px;font-size:13px}}


/* editor upgrade */
.rich-toolbar{display:grid;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px}
.toolbar-group{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.toolbar-group select,.toolbar-group input[type=color]{height:38px;border:1px solid #d7dce6;border-radius:10px;background:#fff;padding:0 10px}
.toolbar-colors label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#4b5563}
.rich-toolbar button{height:38px;padding:0 12px;border-radius:10px;border:1px solid #d7dce6;background:#fff;font-weight:700}
.image-edit-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:10px 12px;border:1px dashed #f59e0b;border-radius:14px;background:#fff7ed}
.image-edit-bar button{height:34px;padding:0 10px;border-radius:999px;border:1px solid #fdba74;background:#fff;color:#9a3412;font-weight:700}
.blog-editor{min-height:520px;padding:18px}
.editor [style*='font-size: x-small']{font-size:.8rem}
.editor [style*='font-size: small']{font-size:.95rem}
.editor [style*='font-size: large']{font-size:1.25rem}
.editor [style*='font-size: x-large']{font-size:1.5rem}
.editor blockquote,.prose-html blockquote{margin:22px 0;padding:16px 18px;border-left:4px solid #f97316;background:#fff7ed;border-radius:14px}
.editor figure[data-image-figure],.prose-html figure[data-image-figure]{display:block;clear:both}
.editor figure.image-align-left,.prose-html figure.image-align-left{float:left;margin:12px 24px 18px 0;text-align:left}
.editor figure.image-align-right,.prose-html figure.image-align-right{float:right;margin:12px 0 18px 24px;text-align:right}
.editor figure.image-align-center,.prose-html figure.image-align-center{margin-left:auto;margin-right:auto;text-align:center}
.editor figure img,.prose-html figure img{display:block}
.editor:after,.prose-html:after{content:'';display:block;clear:both}

/* cleaner header */
.header-inner-clean{grid-template-columns:minmax(260px,330px) minmax(0,1fr) auto;gap:18px}
.brand-clean{max-width:300px}.brand-clean .brand-text strong{font-size:22px}.brand-clean .brand-text small{font-size:13px;line-height:1.25;max-width:180px}
.main-nav-clean ul{gap:14px;row-gap:8px}.main-nav-clean .nav-item>a{font-size:13px;font-weight:800}
.header-actions-clean .ghost-btn,.header-actions-clean .primary-btn{padding:10px 12px;font-size:13px}
.topbar{font-size:12px}.topbar-left,.topbar-right{gap:10px}

@media (max-width:1220px){.header-inner-clean{grid-template-columns:1fr;justify-items:start}.main-nav-clean ul{justify-content:flex-start}.blog-manage-shell{grid-template-columns:1fr}}
@media (max-width:760px){.rich-toolbar{padding:10px}.toolbar-group{gap:6px}.toolbar-group select,.rich-toolbar button{height:34px;font-size:12px}.image-edit-bar{gap:6px}.image-edit-bar button{height:30px;font-size:12px}}


/* CKEditor integration */
.blog-manage-shell-wide{grid-template-columns:minmax(380px,460px) minmax(0,1fr)}
.js-ckeditor{min-height:420px}
.ck.ck-editor{width:100%}
.ck.ck-editor__main>.ck-editor__editable{min-height:480px;max-height:none;background:#fff}
.ck.ck-toolbar,.ck.ck-editor__main>.ck-editor__editable{border-color:#d7dce6 !important}
.ck-content{font-family:Inter,Arial,sans-serif;line-height:1.75;font-size:16px}
.ck-content h2,.prose-html h2{font-size:32px;line-height:1.15;margin:26px 0 14px}
.ck-content h3,.prose-html h3{font-size:24px;line-height:1.2;margin:22px 0 12px}
.ck-content figure.image{margin:24px auto}
.ck-content figure.image img{border-radius:18px}
.ck-content figure.image.image-style-align-left{float:left;max-width:48%;margin:10px 24px 18px 0}
.ck-content figure.image.image-style-align-right{float:right;max-width:48%;margin:10px 0 18px 24px}
.ck-content figure.image.image-style-align-center{text-align:center}
.ck-content::after,.prose-html::after{content:"";display:block;clear:both}
.media-grid-list{grid-template-columns:1fr}
.media-thumb-list{display:flex;align-items:center;gap:12px;aspect-ratio:auto;padding:8px 10px;text-align:left}
.media-thumb-list img{width:72px;height:72px;border-radius:10px;flex:0 0 auto}
.media-thumb-list span{font-size:13px;font-weight:700;color:#334155;word-break:break-all}
@media (max-width:1220px){.blog-manage-shell-wide{grid-template-columns:1fr}}


/* full width blog editor */
.section-tight{padding-top:24px}
.blog-editor-page{display:grid;gap:24px}
.blog-editor-top{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:24px}
.blog-editor-top-main{display:grid;gap:14px;flex:1}
.blog-editor-title-input{font-size:42px;font-weight:800;line-height:1.1;border:none;border-bottom:1px solid #d7dce6;border-radius:0;padding:0 0 14px;background:transparent}
.blog-editor-title-input:focus{outline:none;border-color:#f97316}
.blog-editor-lead-input{min-height:88px;border:1px solid #d7dce6;border-radius:18px;padding:14px 16px;font-size:17px;resize:vertical}
.blog-editor-top-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.blog-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}
.blog-editor-main,.blog-editor-sidebar,.post-list-card{padding:24px}
.editor-page-heading{margin-bottom:16px}
.blog-editor-main .tox-tinymce{border-radius:18px!important;border-color:#d7dce6!important;overflow:hidden}
.blog-editor-sidebar .card-lite{padding:18px;border-radius:18px;background:#f8fafc;border:1px solid #e5e7eb}
.blog-editor-sidebar .card-lite + .card-lite{margin-top:18px}
.blog-settings-box label,.editor-lang-box label{display:grid;gap:8px;margin-bottom:14px;font-weight:600}
.blog-settings-box input,.editor-lang-box input,.editor-lang-box textarea{border:1px solid #d7dce6;border-radius:14px;padding:12px 14px;font:inherit;background:#fff}
.blog-sidebar-cover-preview{width:100%;height:auto;border-radius:18px;margin-top:10px;border:1px solid #e5e7eb}
.compact-media-grid{grid-template-columns:1fr;max-height:520px;overflow:auto;padding-right:4px}
.media-thumb-list{display:grid;grid-template-columns:72px 1fr;align-items:center;text-align:left;gap:12px;padding:10px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}
.media-thumb-list img{width:72px;height:72px;object-fit:cover;border-radius:12px}
.media-thumb-list span{font-size:13px;color:#475569;overflow:hidden;text-overflow:ellipsis}
.post-list-card{margin-top:24px}
.main-nav-clean ul{gap:22px;flex-wrap:wrap}
.main-nav-clean a{font-size:15px}
.brand-clean{grid-template-columns:64px auto;gap:14px}
.brand-clean .brand-text strong{font-size:22px;line-height:1.05}
.brand-clean .brand-text small{font-size:13px;line-height:1.3;max-width:220px}
@media (max-width:1100px){.blog-editor-layout{grid-template-columns:1fr}.blog-editor-top{flex-direction:column}.blog-editor-title-input{font-size:34px}}
@media (max-width:720px){.blog-editor-main,.blog-editor-sidebar,.post-list-card,.blog-editor-top{padding:18px}.blog-editor-title-input{font-size:28px}.main-nav-clean ul{gap:14px}}

/* editor + visual cleanup */
.site-header{background:rgba(255,255,255,.92)}
.topbar{background:#0b1220}
.header-inner-clean{grid-template-columns:minmax(280px,360px) 1fr auto;gap:26px;padding:20px 0}
.brand-clean{display:grid;grid-template-columns:72px auto;align-items:center;gap:16px;max-width:none}
.brand-logo-strong{width:72px;height:72px;padding:10px;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 30px rgba(15,23,42,.08)}
.brand-clean .brand-text strong{font-size:22px;letter-spacing:-.03em}
.brand-clean .brand-text small{max-width:260px;color:#667085}
.main-nav-clean ul{display:flex;align-items:center;gap:24px;list-style:none;padding:0;margin:0}
.main-nav-clean a{font-size:14px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#0f172a}
.main-nav-clean a:hover{color:var(--accent)}
.header-actions-clean .ghost-btn,.header-actions-clean .primary-btn{padding:11px 15px;border-radius:14px}

.blog-editor-top{background:linear-gradient(180deg,#fff,#f8fafc)}
.blog-editor-main,.blog-editor-sidebar,.post-list-card{background:#fff}
.blog-editor-layout{grid-template-columns:minmax(0,1fr) 360px;gap:28px}
.blog-editor-title-input{font-size:48px;letter-spacing:-.04em}
.blog-editor-lead-input{font-size:18px;line-height:1.6}
.editor-page-heading h2{font-size:42px;letter-spacing:-.04em;margin:0}
.editor-page-heading .meta{font-size:15px}
.blog-editor-sidebar .card-lite{background:#f8fafc;border-radius:20px}
.blog-settings-box h3,.blog-media-box h3{margin:0 0 14px;font-size:30px;letter-spacing:-.03em}

.sp-editor-shell{border:1px solid #d7dce6;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.06)}
.sp-editor-toolbar{border-bottom:1px solid #e5e7eb;background:linear-gradient(180deg,#ffffff,#f8fafc)}
.sp-editor-canvas{min-height:170px}
.sp-editor-shell .ql-toolbar.ql-snow{border:none;padding:16px 18px;display:flex;gap:8px;flex-wrap:wrap}
.sp-editor-shell .ql-container.ql-snow{border:none;font-family:Inter,Arial,sans-serif;font-size:18px;line-height:1.8}
.sp-editor-shell .ql-editor{min-height:720px;max-width:980px;margin:0 auto;padding:42px 52px;color:#0f172a}
.sp-editor-shell .ql-editor h1,.sp-editor-shell .ql-editor h2,.sp-editor-shell .ql-editor h3{line-height:1.15;letter-spacing:-.03em;margin:1.2em 0 .55em}
.sp-editor-shell .ql-editor h1{font-size:48px}
.sp-editor-shell .ql-editor h2{font-size:36px}
.sp-editor-shell .ql-editor h3{font-size:28px}
.sp-editor-shell .ql-editor p{margin:0 0 1em}
.sp-editor-shell .ql-editor blockquote{border-left:4px solid var(--accent);margin:24px 0;padding:14px 18px;background:#fff7ed;border-radius:0 16px 16px 0;color:#7c2d12}
.sp-editor-shell .ql-editor img{max-width:100%;height:auto;border-radius:18px;box-shadow:0 16px 40px rgba(15,23,42,.08)}
.sp-editor-shell .ql-formats{margin-right:10px !important}
.sp-editor-shell .ql-picker,.sp-editor-shell .ql-picker-label,.sp-editor-shell button{border-radius:10px}
.sp-editor-shell .ql-snow.ql-toolbar button:hover,.sp-editor-shell .ql-snow .ql-picker-label:hover{color:var(--accent)}
.sp-editor-shell .ql-snow.ql-toolbar button.ql-active,.sp-editor-shell .ql-snow .ql-picker-label.ql-active,.sp-editor-shell .ql-snow .ql-picker-item.ql-selected{color:var(--accent)}
.sp-editor-shell .ql-snow.ql-toolbar button.ql-active .ql-stroke,.sp-editor-shell .ql-snow .ql-picker-label.ql-active .ql-stroke,.sp-editor-shell .ql-snow .ql-picker-item.ql-selected .ql-stroke,.sp-editor-shell .ql-snow.ql-toolbar button:hover .ql-stroke,.sp-editor-shell .ql-snow .ql-picker-label:hover .ql-stroke{stroke:var(--accent)}
.sp-editor-shell .ql-snow.ql-toolbar button.ql-active .ql-fill,.sp-editor-shell .ql-snow .ql-picker-label.ql-active .ql-fill,.sp-editor-shell .ql-snow .ql-picker-item.ql-selected .ql-fill,.sp-editor-shell .ql-snow.ql-toolbar button:hover .ql-fill,.sp-editor-shell .ql-snow .ql-picker-label:hover .ql-fill{fill:var(--accent)}

.media-thumb-list{transition:transform .15s ease,border-color .15s ease, box-shadow .15s ease}
.media-thumb-list:hover{transform:translateY(-2px);border-color:#fdba74;box-shadow:0 12px 28px rgba(249,115,22,.12)}
.media-thumb-list span{font-weight:600}

@media (max-width:1200px){
  .header-inner-clean{grid-template-columns:1fr;justify-items:start}
  .blog-editor-layout{grid-template-columns:1fr}
  .sp-editor-shell .ql-editor{padding:32px 28px}
}
@media (max-width:720px){
  .brand-clean{grid-template-columns:56px auto;gap:12px}
  .brand-logo-strong{width:56px;height:56px;padding:8px}
  .main-nav-clean ul{gap:14px}
  .blog-editor-title-input{font-size:34px}
  .editor-page-heading h2{font-size:32px}
  .sp-editor-shell .ql-editor{min-height:520px;padding:22px 18px;font-size:17px}
}


/* latest UI fixes */
.brand-clean{min-width:auto;display:flex;align-items:center}
.brand-clean .brand-text{display:none!important}
.brand-logo-strong{width:86px;height:auto;padding:0!important;border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;object-fit:contain}
.footer-brand .brand-logo-strong{width:72px}
.header-inner-clean{grid-template-columns:auto 1fr auto;align-items:center}
.main-nav-clean{justify-self:center}.main-nav-clean ul{justify-content:center;gap:28px}.main-nav-clean a{font-size:15px;letter-spacing:.02em}
.nav-item a{padding:10px 0}
.inline-editable{outline:2px dashed rgba(249,115,22,.35);outline-offset:6px;border-radius:10px;cursor:text;transition:outline-color .15s ease, background-color .15s ease}
.inline-editable:hover{outline-color:rgba(249,115,22,.65);background:rgba(249,115,22,.04)}
.inline-editable.is-editing{outline-color:#f97316;background:#fff;box-shadow:0 0 0 4px rgba(249,115,22,.12)}
.inline-image-editable{cursor:pointer}
.intro-image-empty{display:flex;align-items:center;justify-content:center;min-height:280px;border:2px dashed rgba(249,115,22,.45);border-radius:28px;background:#fff7ed;color:#9a3412;font-weight:700;text-align:center;padding:20px}
.intro-image{width:100%;display:block;border-radius:28px;box-shadow:0 18px 40px rgba(15,23,42,.08)}
.editorial-intro-with-media{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:start}
.intro-media{align-self:stretch}
.prose-html .ql-align-center,.prose-lite .ql-align-center,.ql-editor .ql-align-center{text-align:center}
.prose-html .ql-align-right,.prose-lite .ql-align-right,.ql-editor .ql-align-right{text-align:right}
.prose-html .ql-align-justify,.prose-lite .ql-align-justify,.ql-editor .ql-align-justify{text-align:justify}
.prose-html .ql-align-center img,.prose-lite .ql-align-center img,.ql-editor .ql-align-center img{margin-left:auto;margin-right:auto}
.prose-html .ql-align-right img,.prose-lite .ql-align-right img,.ql-editor .ql-align-right img{margin-left:auto}
.prose-html img,.prose-lite img{max-width:100%;height:auto;border-radius:18px}
.admin-logo-preview.wide{max-width:100%;height:auto;border-radius:18px;margin-top:10px}
.section-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.row-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
@media (max-width:1100px){.header-inner-clean{grid-template-columns:1fr}.main-nav-clean{justify-self:start}.main-nav-clean ul{justify-content:flex-start;gap:18px}.editorial-intro-with-media{grid-template-columns:1fr}}


.brand-logo-custom{width:var(--logo-w,190px);height:var(--logo-h,auto);transform:translate(var(--logo-x,0),var(--logo-y,0));object-fit:contain;display:block;max-width:none;}
body.is-admin [data-logo-editable]{cursor:pointer;position:relative;}
body.is-admin [data-logo-editable]::after{content:"Edytuj logo";position:absolute;left:0;bottom:-18px;font-size:11px;line-height:1;padding:4px 6px;border-radius:999px;background:#111;color:#fff;opacity:0;pointer-events:none;transition:.2s ease;white-space:nowrap;}
body.is-admin [data-logo-editable]:hover::after{opacity:1;}
.logo-editor-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;}
.logo-editor-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);}
.logo-editor-panel{position:relative;width:min(960px,92vw);background:#fff;border-radius:22px;padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.28);display:grid;gap:18px;}
.logo-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;}
.logo-editor-head h3{margin:0 0 6px;}
.logo-editor-head p{margin:0;color:#666;}
.logo-editor-stage{position:relative;min-height:320px;border:1px dashed rgba(0,0,0,.18);border-radius:18px;background:linear-gradient(180deg,#fafafa,#f2f2f2);overflow:hidden;}
.logo-editor-object{position:absolute;left:50%;top:50%;transform:translate(0,0);cursor:move;user-select:none;}
.logo-editor-object img{display:block;pointer-events:none;object-fit:contain;}
.logo-editor-resize{position:absolute;right:-10px;bottom:-10px;width:20px;height:20px;border-radius:50%;background:#111;border:3px solid #fff;box-shadow:0 6px 18px rgba(0,0,0,.22);cursor:nwse-resize;}
.logo-editor-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.logo-editor-fields label{display:grid;gap:6px;font-size:14px;font-weight:600;}
.logo-editor-fields input{width:100%;padding:12px 14px;border:1px solid rgba(0,0,0,.15);border-radius:12px;}
.logo-editor-actions{display:flex;justify-content:flex-end;gap:10px;}
.admin-logo-hint{padding:12px 14px;border-radius:14px;background:#f5f7fb;border:1px solid rgba(17,17,17,.08);font-size:14px;line-height:1.45;}
@media (max-width: 820px){.logo-editor-fields{grid-template-columns:repeat(2,minmax(0,1fr));}.logo-editor-panel{padding:18px;}}
@media (max-width: 560px){.logo-editor-head{flex-direction:column;}.logo-editor-fields{grid-template-columns:1fr;}.logo-editor-stage{min-height:240px;}}


/* fixes 2026-03-18 */
.form{display:grid;gap:16px;}
.form .submit-row{margin-top:4px;align-self:start;}
.checkbox-inline{display:flex !important;flex-direction:row !important;align-items:center;gap:10px;font-weight:700;}
.checkbox-inline input{width:auto;}
.section-row{align-items:center;}
.row-actions form{margin:0;}
.header-actions-clean{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;}
.main-nav-clean ul{display:flex;align-items:center;list-style:none;margin:0;padding:0;}

.footer-brand,.brand-clean{position:relative;}
@media (max-width: 1380px){.header-inner-clean{grid-template-columns:minmax(180px,260px) minmax(0,1fr) auto;gap:12px;}.main-nav-clean .nav-item>a{font-size:12px;}.header-actions-clean .ghost-btn,.header-actions-clean .primary-btn{padding:9px 11px;font-size:12px;}}
@media (max-width: 1180px){.header-inner-clean{grid-template-columns:1fr;justify-items:start;}.main-nav-clean{justify-self:start;}.header-actions-clean{justify-self:start;}}
.auth-card .primary-btn,.auth-card .ghost-btn{align-self:flex-start;}

.logo-editor-object img{width:100%;height:100%;display:block;object-fit:contain;}
.logo-editor-panel.is-saving{opacity:.75;pointer-events:none;}


/* 2026-03-18 logo anchor + socials */
.header-inner-clean{min-height:118px}
.brand-clean,.footer-brand{position:relative;overflow:visible}
.brand-clean{width:220px;min-width:220px;height:72px;display:block}
.footer-brand{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:18px;min-height:92px}
.brand-logo-custom{position:absolute;left:50%;top:50%;transform:translate(calc(-50% + var(--logo-x,0px)),calc(-50% + var(--logo-y,0px)));width:var(--logo-w,190px);height:var(--logo-h,auto);max-width:none;object-fit:contain;display:block}
.footer-logo-slot{position:relative;display:block;width:180px;height:92px;overflow:visible}
.brand-clean[data-logo-editable="header"]::after,.footer-logo-slot[data-logo-editable="footer"]::after{left:50%;transform:translateX(-50%)}
.footer-brand .brand-logo-custom{max-width:none}
.topbar-right.compact-switches{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.site-footer .footer-grid a{display:block;margin:6px 0}
@media (max-width:1180px){.brand-clean{width:180px;min-width:180px;height:64px}.footer-brand{grid-template-columns:160px 1fr}.footer-logo-slot{width:160px;height:84px}}
@media (max-width:720px){.header-inner-clean{min-height:auto}.brand-clean{width:150px;min-width:150px;height:54px}.footer-brand{grid-template-columns:1fr}.footer-logo-slot{width:150px;height:72px;margin-bottom:8px}}


/* 2026-03-18 footer + cache/login fixes */
.site-header{background-image:linear-gradient(rgba(255,255,255,.92),rgba(255,255,255,.92)),var(--header-photo,none);background-size:cover;background-position:center;}
.footer-grid-modern{grid-template-columns:1.2fr .9fr 1fr;align-items:start;gap:36px;padding:28px 0 34px;}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:32px;}
.footer-links h4,.footer-contact h4{margin-top:0;}
.footer-about p,.footer-contact p{margin:0 0 10px;}
.footer-logo-slot{overflow:hidden !important;}
.footer-brand{align-items:start;grid-template-columns:180px 1fr;min-height:auto !important;}
.footer-brand .brand-logo-custom{max-height:88px;width:auto;max-width:180px;}
.footer-brand .footer-logo-slot{height:88px;}
.site-footer .footer-grid a{margin:8px 0;}
@media (max-width:960px){.footer-grid-modern,.footer-links{grid-template-columns:1fr;gap:24px;}.footer-brand{grid-template-columns:1fr;}}


/* shop upgrade */
.shop-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.shop-card-premium{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.shop-card-media{display:block;aspect-ratio:1.15/1;background:linear-gradient(145deg,#0d1117,#101828);padding:26px}
.shop-card-media img{width:100%;height:100%;object-fit:cover;border-radius:22px;background:#fff}
.shop-card-body{padding:24px;display:grid;gap:14px}
.shop-card-topline{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.sale-pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:#131722;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.shop-card-bullets{display:flex;gap:8px;flex-wrap:wrap}.shop-card-bullets span{display:inline-flex;padding:8px 12px;border-radius:999px;background:#f2f4f7;color:#344054;font-size:13px;font-weight:600}
.shop-card-footer{display:flex;align-items:end;justify-content:space-between;gap:14px}.price-stack{display:grid;gap:2px}.price-stack small{text-decoration:line-through;color:#98a2b3}.price-stack strong{font-size:30px;line-height:1.05}
.product-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:start}.product-visual-shell{display:grid;gap:14px}.product-main-media{background:linear-gradient(145deg,#0d1117,#101828);padding:30px;border-radius:32px;box-shadow:var(--shadow)}.product-main-media img{width:100%;height:520px;object-fit:cover;border-radius:26px;background:#fff}.product-thumb-row{display:flex;gap:12px;flex-wrap:wrap}.product-thumb{width:92px;height:92px;border-radius:18px;border:1px solid rgba(18,24,34,.12);background:#fff;padding:6px;cursor:pointer}.product-thumb img{width:100%;height:100%;object-fit:cover;border-radius:14px}.product-thumb.active{border-color:rgba(255,122,0,.55);box-shadow:0 0 0 3px rgba(255,122,0,.13)}
.product-detail-copy h1{font-size:58px;line-height:1.02;margin:8px 0 12px;letter-spacing:-.04em}.product-lead{font-size:22px;color:#475467;max-width:720px}.product-badge-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.product-buy-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;display:grid;gap:18px;box-shadow:var(--shadow);margin:24px 0}.product-price-big{display:grid;gap:4px}.product-price-big small{text-decoration:line-through;color:#98a2b3;font-size:18px}.product-price-big strong{font-size:56px;line-height:1;font-weight:800}.product-cta-row{display:flex;gap:12px;flex-wrap:wrap}.buy-inline-form{margin:0}.product-microcopy{color:#475467;font-size:17px}
.feature-chip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.feature-chip{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 20px;display:grid;gap:6px}.feature-chip strong{font-size:14px;color:#667085;text-transform:uppercase;letter-spacing:.08em}.feature-chip span{font-size:18px;font-weight:700;line-height:1.25}
.product-bottom-grid{display:grid;grid-template-columns:minmax(0,1.3fr) .7fr;gap:24px;align-items:start}.product-rich-card{min-height:100%}.prose-lite{font-size:19px;color:#344054}.spec-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}.spec-list li{display:flex;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid rgba(18,24,34,.08)}.spec-list li:last-child{border-bottom:none;padding-bottom:0}.spec-list span{color:#667085}.note-card{margin-top:18px;background:#f8fafc;border-radius:18px;padding:18px;color:#475467}
.shop-admin-shell .form{display:grid;gap:14px}.admin-product-preview{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.admin-product-preview img{width:96px;height:96px;object-fit:cover;border-radius:16px;border:1px solid rgba(18,24,34,.12)}.check-inline{display:flex!important;align-items:center;gap:10px;font-weight:600}.gallery-check-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery-keep-item{position:relative;display:grid;gap:8px;font-size:13px;font-weight:600;color:#475467}.gallery-keep-item img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px;border:1px solid rgba(18,24,34,.12);background:#fff}.product-row-admin{align-items:center}.product-row-thumb{width:62px;height:62px;border-radius:16px;background:#0d1117;color:#fff;display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.product-row-thumb img{width:100%;height:100%;object-fit:cover}.product-row-thumb span{font-size:22px;font-weight:800}.admin-form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
@media (max-width:1100px){.shop-grid-premium{grid-template-columns:repeat(2,1fr)}.product-detail-grid,.product-bottom-grid{grid-template-columns:1fr}.feature-chip-grid{grid-template-columns:1fr 1fr}.product-detail-copy h1{font-size:46px}.product-price-big strong{font-size:46px}.gallery-check-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:720px){.shop-grid-premium,.feature-chip-grid,.gallery-check-grid{grid-template-columns:1fr}.product-main-media img{height:340px}.product-detail-copy h1{font-size:36px}.product-lead{font-size:18px}.product-price-big strong{font-size:36px}.shop-card-footer,.product-cta-row{align-items:stretch;flex-direction:column}.shop-card-footer .primary-btn,.product-cta-row .primary-btn,.product-cta-row .ghost-btn{width:100%}}


.account-action-stack{display:flex;flex-direction:column;gap:10px;align-items:flex-start;min-width:140px}
.account-inline-action{margin:0}
.status-chip{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid rgba(18,24,34,.1);font-weight:700}
.status-chip.status-ok{background:#ecfdf3;border-color:#abefc6;color:#067647}
.product-main-media{position:relative;overflow:hidden}
.zoom-trigger{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}
.product-main-media img{width:100%;height:520px;object-fit:contain;border-radius:26px;background:#fff}
.product-thumb img{object-fit:contain;background:#fff}
.product-buy-panel .primary-btn,.product-buy-panel .ghost-btn,.buy-inline-form .primary-btn{height:54px;display:inline-flex;align-items:center;justify-content:center}
.product-cta-row{align-items:stretch}
.cta-stretch{flex:1 1 220px}
.buy-inline-form.cta-stretch{display:flex}
.buy-inline-form.cta-stretch .primary-btn{width:100%}
.product-delivery-note{margin-top:18px;padding:16px 18px;border-radius:18px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-weight:600}
.lightbox-modal[hidden]{display:none}
.lightbox-modal{position:fixed;inset:0;background:rgba(10,13,18,.82);display:flex;align-items:center;justify-content:center;padding:30px;z-index:5000}
.lightbox-modal img{max-width:min(1600px,98vw);max-height:94vh;object-fit:contain;border-radius:20px;background:#fff;box-shadow:0 25px 90px rgba(0,0,0,.45);transition:transform .2s ease;cursor:zoom-in}.lightbox-modal img.is-zoomed{transform:scale(1.35);cursor:zoom-out}
.lightbox-close{position:absolute;top:24px;right:24px;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);color:#fff;font-size:30px;line-height:1;cursor:pointer}
body.modal-open{overflow:hidden}
.product-files-admin{margin-top:20px}
@media (max-width:720px){.account-action-stack{min-width:auto;width:100%}.product-main-media img{height:340px}.lightbox-modal{padding:14px}}

/* legal + cookies */
.legal-card{padding:28px 30px}
.legal-card h2{margin-top:24px}
.legal-card ul{padding-left:22px}
.footer-link-button{background:none;border:none;padding:0;margin:0;color:inherit;font:inherit;cursor:pointer;text-align:left}
.footer-link-button:hover{color:var(--accent)}
.consent-box{display:flex;gap:10px;align-items:flex-start;margin:8px 0 0;font-size:14px;line-height:1.5}
.consent-box input{margin-top:4px}

.cookie-popup[hidden]{display:none!important}
.cookie-popup{position:fixed;inset:0;z-index:10000}
.cookie-popup__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}
.cookie-popup__panel{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);width:min(920px,calc(100vw - 28px));background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 30px 70px rgba(15,23,42,.22);padding:24px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px}
.cookie-popup__content h3{margin:0 0 10px;font-size:28px;letter-spacing:-.03em}
.cookie-popup__content p{margin:0 0 12px;color:#475569}
.cookie-popup__checks{display:flex;flex-wrap:wrap;gap:14px 18px;margin-top:10px}
.cookie-popup__checks label{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:999px;background:#f8fafc;font-weight:600}
.cookie-popup__links{display:flex;flex-wrap:wrap;gap:14px}
.cookie-popup__actions{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;flex-wrap:wrap}
body.cookie-popup-open{overflow:hidden}
@media (max-width:760px){
  .cookie-popup__panel{grid-template-columns:1fr;padding:18px;bottom:14px}
  .cookie-popup__actions{justify-content:stretch}
  .cookie-popup__actions .ghost-btn,.cookie-popup__actions .primary-btn{width:100%}
}


/* file service + pricing refresh */
.fileservice-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) .72fr;gap:28px;align-items:start}
.fileservice-sidecard{padding:24px 26px;background:#fff7ed;border:1px solid rgba(249,115,22,.35);border-radius:28px;box-shadow:var(--shadow)}
.fileservice-sidecard strong{display:block;margin-bottom:10px;color:#9a3412;font-size:22px}
.fileservice-sidecard ul{margin:0;padding-left:18px;color:#7c2d12;display:grid;gap:10px}
.audience-panel{padding:34px;display:grid;gap:18px;align-content:start}
.audience-panel h2{font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.04em;margin:0}
.audience-points{display:grid;gap:14px;margin-top:8px}
.audience-points div{padding:18px 20px;border-radius:22px;background:#fff;border:1px solid rgba(18,24,34,.08)}
.audience-points strong{display:block;font-size:18px;margin-bottom:6px}
.audience-points span{color:#5b6473}
.price-stack,.product-price-big,.home-price-stack{display:grid;gap:4px}
.price-stack em,.product-price-big em,.home-price-stack small{font-style:normal;color:#667085;font-size:13px;line-height:1.45}
.custom-order-form-v2{max-width:1060px;padding:46px 46px 30px;border-radius:34px}
.custom-form-head{display:grid;grid-template-columns:minmax(0,1.3fr) .72fr;gap:26px;align-items:start;margin-bottom:8px}
.custom-form-head h1{font-size:56px;line-height:1.02;letter-spacing:-.04em;margin:8px 0 14px}
.custom-form-head p{margin:0;color:#536173;font-size:18px;max-width:760px}
.custom-form-note{padding:20px 22px;border:1px solid rgba(249,115,22,.4);background:#fff7ed;border-radius:24px;color:#9a3412}
.custom-form-note strong{display:block;font-size:28px;line-height:1.05;margin-bottom:10px}
.field-help{font-size:13px;color:#667085;font-weight:500}
.muted-kicker{color:#64748b}
.custom-subsection{margin-top:6px}
.custom-options-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.custom-services-grid{margin-bottom:18px}
.service-option-tile{justify-content:flex-start;min-height:unset;padding:20px 18px 18px}
.service-option-tile span{display:grid;gap:6px;text-align:left;padding-left:28px}
.service-option-tile strong{font-size:18px;line-height:1.2}
.service-option-tile small{display:block;font-size:13px;line-height:1.45;color:#667085;font-weight:600}
.service-option-tile .service-price-current{font-size:16px;color:#111827}
.custom-total-box{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;margin:16px 0 22px;border:1px solid rgba(249,115,22,.45);border-radius:24px;background:#fff7ed}
.custom-total-box span{font-weight:700;color:#9a3412}
.custom-total-box strong{font-size:24px;line-height:1;color:#111827}
.option-tile{position:relative;display:flex!important;align-items:center;justify-content:center;min-height:78px;padding:18px 16px;border:1px solid rgba(18,24,34,.14);border-radius:20px;background:#fff;font-weight:800;text-align:center;transition:border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease}
.option-tile:hover{transform:translateY(-1px);border-color:rgba(249,115,22,.5)}
.option-tile input{position:absolute;left:16px;top:16px;width:18px;height:18px;accent-color:var(--accent)}
.option-tile input:checked + span{color:#111}
.option-tile:has(input:checked){background:#fff7ed;border-color:rgba(249,115,22,.7);box-shadow:0 12px 24px rgba(249,115,22,.08)}
.file-input-clean{padding:13px 14px;border:1px dashed rgba(249,115,22,.45)!important;background:#fffdf9!important}
.consent-stack{display:grid;gap:16px}
.consent-box-block{padding:20px 18px;border:1px solid rgba(18,24,34,.1);border-radius:20px;background:#f9fafb;display:grid;grid-template-columns:22px 1fr;gap:14px;align-items:start}
.consent-box-block input{margin:3px 0 0;width:18px;height:18px;accent-color:var(--accent)}
.admin-price-grid{grid-template-columns:repeat(3,1fr)!important}
@media (max-width:1100px){.fileservice-hero-grid,.custom-form-head{grid-template-columns:1fr}.custom-options-grid,.admin-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:720px){.custom-order-form-v2{padding:24px 20px}.custom-form-head h1{font-size:40px}.custom-options-grid,.admin-price-grid{grid-template-columns:1fr!important}.audience-panel h2{font-size:34px}}

.file-service-admin-shell{align-items:start}
.file-service-admin-card,.file-service-list-card{border-radius:28px}
.file-service-admin-head{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:20px;align-items:start;margin-bottom:18px}
.admin-auto-note{padding:18px;border:1px solid rgba(255,122,0,.28);border-radius:20px;background:rgba(255,122,0,.06);display:grid;gap:8px}
.admin-auto-note strong{font-size:18px;color:#9a3d00}
.file-service-simple-form{display:grid;gap:16px}
.file-service-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.check-tile{display:flex;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:0 16px;border:1px solid rgba(18,24,34,.12);border-radius:16px;background:#fff;font-weight:700}
.check-tile input{width:18px;height:18px}
.file-service-price-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.file-service-price-preview>div{padding:16px 18px;border-radius:18px;background:#f7f8fa;border:1px solid rgba(18,24,34,.08);display:grid;gap:6px}
.file-service-price-preview span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#667085;font-weight:700}
.file-service-price-preview strong{font-size:20px}
.file-service-list{display:grid;gap:12px}
.file-service-row{padding:16px 18px;border:1px solid rgba(18,24,34,.08);border-radius:20px;background:#fff}
.file-service-row-main{display:grid;gap:10px}
.file-service-badges{display:flex;flex-wrap:wrap;gap:8px}
.price-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#f4f6f8;font-size:12px;font-weight:700;color:#344054;border:1px solid rgba(18,24,34,.08)}
.price-chip.current{background:rgba(255,122,0,.09);border-color:rgba(255,122,0,.25);color:#9a3d00}
.price-chip.sale{background:#111827;color:#fff;border-color:#111827}
.price-chip.ok{background:rgba(16,185,129,.1);color:#0d7a58;border-color:rgba(16,185,129,.2)}
.price-chip.off{background:rgba(107,114,128,.1);color:#4b5563;border-color:rgba(107,114,128,.2)}
@media (max-width:1100px){.file-service-admin-head,.file-service-mini-grid,.file-service-price-preview{grid-template-columns:1fr}}


/* shop card refinements */
.shop-grid-premium{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.shop-card-premium{max-width:none;border-radius:28px;overflow:hidden}
.shop-card-media{aspect-ratio:4/3;background:#0f172a;display:block}
.shop-card-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.shop-card-body{padding:18px 18px 16px}
.shop-card-body h3{font-size:18px;line-height:1.35;margin:0 0 12px}
.shop-card-body p{font-size:15px;line-height:1.65}
.shop-card-bullets{gap:8px;margin:14px 0 16px}
.shop-card-bullets span{font-size:12px;padding:7px 11px}
.shop-card-footer{align-items:end;gap:12px}
.shop-card-footer .primary-btn.small{padding:11px 16px;border-radius:14px}
.price-stack strong{font-size:20px}
.price-stack small{font-size:13px}
.product-bullets-admin{grid-template-columns:repeat(3,1fr)!important}
@media (max-width:1100px){.shop-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr))}.product-bullets-admin{grid-template-columns:1fr!important}}
@media (max-width:720px){.shop-grid-premium{grid-template-columns:1fr}}


.mobile-menu-toggle{display:none;width:54px;height:54px;align-items:center;justify-content:center;flex-direction:column;gap:6px;border:1px solid #dce2ea;border-radius:18px;background:#fff;box-shadow:var(--shadow);padding:0;cursor:pointer}
.mobile-menu-toggle span{display:block;width:24px;height:2px;border-radius:999px;background:#0f172a}
.topbar-static-currency{font-weight:800;color:#fff}
.mobile-only{display:none}
.desktop-only{display:block}
@media (max-width: 920px){
  .topbar{font-size:11px}
  .topbar .container{padding:10px 0}
  .topbar-left{display:none}
  .topbar-inner{display:block}
  .topbar-right.compact-switches{display:flex;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;gap:12px;padding-bottom:2px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .topbar-right.compact-switches::-webkit-scrollbar{display:none}
  .site-header{position:sticky;top:0}
  .header-inner-clean{display:grid;grid-template-columns:1fr auto;grid-template-areas:"logo toggle" "actions actions" "nav nav";align-items:center;gap:16px;padding:16px 0;min-height:auto}
  .brand-clean{grid-area:logo;min-width:0;width:auto;max-width:180px;height:auto}
  .brand-logo-custom{max-width:100%;height:auto}
  .mobile-menu-toggle{display:inline-flex;grid-area:toggle;justify-self:end}
  .header-actions-clean{grid-area:actions;display:flex;flex-wrap:wrap;gap:10px;justify-self:start;width:100%}
  .header-actions-clean .ghost-btn,.header-actions-clean .primary-btn{padding:10px 14px;font-size:14px}
  .main-nav-clean{grid-area:nav;display:none;width:100%;justify-self:stretch}
  .main-nav-clean.is-open{display:block}
  .main-nav-clean ul{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%;padding:10px 0;border-top:1px solid #e7ebf1}
  .main-nav-clean .nav-item{width:100%}
  .main-nav-clean .nav-item>a{display:block;width:100%;padding:12px 0;font-size:14px}
  .main-nav-clean .sub-nav{position:static;display:block;padding:0 0 0 14px;box-shadow:none;border:none;background:transparent}
  .main-nav-clean .sub-nav a{padding:10px 0}
  .desktop-only{display:none !important}
  .mobile-only{display:block}
  .dashboard-grid{grid-template-columns:1fr}
  .account-order-cards{display:grid;gap:14px}
  .account-order-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow)}
  .account-order-card__row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:10px}
  .account-order-card__title{display:block;font-size:18px;font-weight:800;line-height:1.4;color:#0f172a;margin-bottom:12px}
  .account-order-card__label{display:block;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7a8698}
  .account-order-card__actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}
  .full-width-mobile{width:100%;justify-content:center}
}
@media (max-width: 560px){
  .container{width:min(100% - 28px, var(--container))}
  .header-actions-clean{gap:8px}
  .header-actions-clean .ghost-btn,.header-actions-clean .primary-btn{font-size:13px;padding:9px 12px}
  .brand-clean{max-width:150px}
}


/* v7.3 mobile/header/legal cleanup */
.topbar{min-height:34px}
.topbar .container{padding-top:6px;padding-bottom:6px}
.topbar-right.compact-switches{gap:8px}
.header-inner-clean{padding-top:14px;padding-bottom:14px;min-height:92px}
.brand-clean{width:auto !important;min-width:0 !important;height:auto !important;display:flex !important;align-items:center;justify-content:flex-start;overflow:visible}
.brand-logo-custom.brand-logo-strong,
.brand-clean .brand-logo-custom,
.brand-clean .brand-logo-strong{position:static !important;left:auto !important;top:auto !important;transform:translate(var(--logo-x,0),var(--logo-y,0)) !important;width:var(--logo-w,190px) !important;height:var(--logo-h,auto) !important;max-width:100% !important;object-fit:contain !important}
.site-footer .footer-logo-slot,
.site-footer .footer-brand img.brand-logo-custom,
.site-footer .footer-brand img.brand-logo-strong{display:none !important}
.footer-brand-no-logo{display:block !important;min-height:auto !important}
@media (max-width: 920px){
  .topbar{min-height:28px;font-size:10px}
  .topbar .container{padding-top:4px;padding-bottom:4px}
  .topbar-right.compact-switches{gap:7px;justify-content:flex-start}
  .header-inner-clean{grid-template-columns:minmax(0,1fr) auto !important;grid-template-areas:"logo toggle" "actions actions" "nav nav";padding-top:10px;padding-bottom:10px;gap:12px;min-height:auto}
  .brand-clean{grid-area:logo;max-width:none !important}
  .brand-clean .brand-logo-custom,
  .brand-clean .brand-logo-strong{width:min(var(--logo-w,190px), 160px) !important;min-width:92px}
  .mobile-menu-toggle{width:48px;height:48px;border-radius:16px}
  .header-actions-clean{display:none !important}
  .main-nav-clean.is-open{display:block}
  .main-nav-clean ul{padding-top:8px}
  .main-nav-clean .nav-item>a{padding:11px 0;font-size:15px}
  .main-nav-clean .nav-item.mobile-only{display:block !important}
}
@media (max-width: 560px){
  .brand-clean .brand-logo-custom,
  .brand-clean .brand-logo-strong{width:min(var(--logo-w,190px), 138px) !important;min-width:84px}
  .topbar-right.compact-switches{font-size:10px}
}


/* v7.3.2 final mobile header sizing */
.topbar{
  min-height:30px !important;
}
.topbar .container{
  padding-top:4px !important;
  padding-bottom:4px !important;
}

@media (max-width: 920px){
  .topbar{
    min-height:26px !important;
    font-size:10px !important;
  }
  .topbar .container{
    padding-top:3px !important;
    padding-bottom:3px !important;
  }
  .header-inner-clean{
    grid-template-columns:minmax(0,1fr) auto !important;
    grid-template-areas:"logo toggle" "nav nav" !important;
    gap:10px !important;
    padding-top:8px !important;
    padding-bottom:8px !important;
    min-height:76px !important;
    align-items:center !important;
  }
  .brand-clean{
    grid-area:logo;
    display:flex !important;
    align-items:center !important;
    min-width:0 !important;
    width:auto !important;
    max-width:none !important;
    height:60px !important;
    overflow:visible !important;
  }
  .brand-clean .brand-logo-custom,
  .brand-clean .brand-logo-strong,
  .brand-logo-custom.brand-logo-strong{
    width:auto !important;
    height:min(var(--logo-h,52px), 52px) !important;
    max-height:52px !important;
    max-width:min(var(--logo-w,190px), 210px) !important;
    min-width:0 !important;
    object-fit:contain !important;
    transform:translate(var(--logo-x,0),var(--logo-y,0)) !important;
  }
  .mobile-menu-toggle{
    width:46px !important;
    height:46px !important;
    border-radius:15px !important;
  }
  .header-actions-clean{
    display:none !important;
  }
  .main-nav-clean{
    grid-area:nav;
  }
}

@media (max-width: 560px){
  .brand-clean{
    height:56px !important;
  }
  .brand-clean .brand-logo-custom,
  .brand-clean .brand-logo-strong,
  .brand-logo-custom.brand-logo-strong{
    max-height:48px !important;
    max-width:min(var(--logo-w,190px), 190px) !important;
  }
  .topbar-right.compact-switches{
    gap:6px !important;
  }
}


/* v7.3.3 mobile header fixed-size bar + floating logo */
@media (max-width: 920px){
  .topbar{
    min-height:24px !important;
    height:24px !important;
    line-height:1 !important;
    font-size:10px !important;
  }
  .topbar .container{
    padding-top:0 !important;
    padding-bottom:0 !important;
    min-height:24px !important;
    display:flex !important;
    align-items:center !important;
  }
  .topbar-right.compact-switches{
    display:flex !important;
    align-items:center !important;
    gap:6px !important;
  }
  .site-header{
    overflow:visible !important;
  }
  .header-inner-clean{
    grid-template-columns:minmax(0,1fr) auto !important;
    grid-template-areas:"logo toggle" "nav nav" !important;
    align-items:center !important;
    gap:10px !important;
    padding-top:8px !important;
    padding-bottom:8px !important;
    min-height:72px !important;
  }
  .brand-clean{
    grid-area:logo !important;
    position:relative !important;
    display:block !important;
    width:170px !important;
    min-width:170px !important;
    max-width:170px !important;
    height:44px !important;
    min-height:44px !important;
    overflow:visible !important;
  }
  .brand-clean .brand-logo-custom,
  .brand-clean .brand-logo-strong,
  .brand-logo-custom.brand-logo-strong{
    position:absolute !important;
    left:0 !important;
    top:50% !important;
    transform:translate(var(--logo-x,0), calc(-50% + var(--logo-y,0))) !important;
    width:auto !important;
    max-width:min(var(--logo-w,190px), 210px) !important;
    height:min(var(--logo-h,52px), 52px) !important;
    max-height:52px !important;
    object-fit:contain !important;
  }
  .mobile-menu-toggle{
    width:46px !important;
    height:46px !important;
    border-radius:15px !important;
  }
}
@media (max-width: 560px){
  .header-inner-clean{
    min-height:68px !important;
  }
  .brand-clean{
    width:154px !important;
    min-width:154px !important;
    max-width:154px !important;
    height:40px !important;
    min-height:40px !important;
  }
  .brand-clean .brand-logo-custom,
  .brand-clean .brand-logo-strong,
  .brand-logo-custom.brand-logo-strong{
    max-width:min(var(--logo-w,190px), 190px) !important;
    height:min(var(--logo-h,46px), 46px) !important;
    max-height:46px !important;
  }
}

/* footer clean */
.site-footer .footer-logo-slot,
.site-footer .footer-brand img.brand-logo-custom,
.site-footer .footer-brand img.brand-logo-strong{
  display:none !important;
}
.footer-brand-no-logo{
  display:block !important;
}


/* v7.3.4 final fixes: exclude file service from home + fixed mobile header logo */
@media (max-width: 920px){
  .site-header{overflow:visible !important;}
  .topbar{height:24px !important; min-height:24px !important;}
  .topbar .container{min-height:24px !important; padding-top:0 !important; padding-bottom:0 !important;}
  .header-inner-clean{grid-template-columns:minmax(0,1fr) auto !important; grid-template-areas:"logo toggle" "nav nav" !important; min-height:72px !important; padding-top:8px !important; padding-bottom:8px !important; align-items:center !important;}
  .brand-clean,
  a.brand.brand-visible.brand-clean{
    grid-area:logo !important;
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    width:170px !important;
    min-width:170px !important;
    max-width:170px !important;
    height:44px !important;
    min-height:44px !important;
    max-height:44px !important;
    overflow:visible !important;
    flex:0 0 170px !important;
  }
  .brand-clean .brand-logo-custom,
  .brand-clean .brand-logo-strong,
  .brand-logo-custom.brand-logo-strong{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    transform:translate(var(--logo-x,0), var(--logo-y,0)) !important;
    width:auto !important;
    height:auto !important;
    max-height:44px !important;
    min-height:0 !important;
    max-width:170px !important;
    object-fit:contain !important;
  }
}
@media (max-width: 560px){
  .brand-clean,
  a.brand.brand-visible.brand-clean{
    width:154px !important;
    min-width:154px !important;
    max-width:154px !important;
    height:40px !important;
    min-height:40px !important;
    max-height:40px !important;
    flex-basis:154px !important;
  }
  .brand-clean .brand-logo-custom,
  .brand-clean .brand-logo-strong,
  .brand-logo-custom.brand-logo-strong{
    max-height:40px !important;
    max-width:154px !important;
  }
}


/* v7.3.5 desktop header fix: logo cannot stretch the bar */
@media (min-width: 921px){
  .topbar{
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
  }
  .topbar .container{
    min-height:36px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
    display:flex !important;
    align-items:center !important;
  }
  .header-inner-clean{
    min-height:92px !important;
    padding-top:12px !important;
    padding-bottom:12px !important;
    align-items:center !important;
  }
  .brand-clean,
  a.brand.brand-visible.brand-clean{
    position:relative !important;
    display:block !important;
    width:220px !important;
    min-width:220px !important;
    max-width:220px !important;
    height:64px !important;
    min-height:64px !important;
    max-height:64px !important;
    overflow:visible !important;
  }
  .brand-clean .brand-logo-custom,
  .brand-clean .brand-logo-strong,
  .brand-logo-custom.brand-logo-strong{
    position:absolute !important;
    left:0 !important;
    top:50% !important;
    transform:translate(var(--logo-x,0), calc(-50% + var(--logo-y,0))) !important;
    width:auto !important;
    height:auto !important;
    max-width:min(var(--logo-w,220px), 240px) !important;
    max-height:64px !important;
    object-fit:contain !important;
  }
}


/* v7.3.6 let logo scale without changing header size */
.brand-clean,
a.brand.brand-visible.brand-clean{
  overflow:visible !important;
}
.brand-clean .brand-logo-custom,
.brand-clean .brand-logo-strong,
.brand-logo-custom.brand-logo-strong{
  width:var(--logo-w,190px) !important;
  height:var(--logo-h,auto) !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
}
@media (min-width: 921px){
  .brand-clean,
  a.brand.brand-visible.brand-clean{
    width:220px !important;
    min-width:220px !important;
    max-width:220px !important;
    height:64px !important;
    min-height:64px !important;
    max-height:64px !important;
  }
  .brand-clean .brand-logo-custom,
  .brand-clean .brand-logo-strong,
  .brand-logo-custom.brand-logo-strong{
    position:absolute !important;
    left:0 !important;
    top:50% !important;
    transform:translate(var(--logo-x,0), calc(-50% + var(--logo-y,0))) !important;
  }
}
@media (max-width: 920px){
  .brand-clean,
  a.brand.brand-visible.brand-clean{
    width:170px !important;
    min-width:170px !important;
    max-width:170px !important;
    height:44px !important;
    min-height:44px !important;
    max-height:44px !important;
  }
  .brand-clean .brand-logo-custom,
  .brand-clean .brand-logo-strong,
  .brand-logo-custom.brand-logo-strong{
    position:absolute !important;
    left:0 !important;
    top:50% !important;
    transform:translate(var(--logo-x,0), calc(-50% + var(--logo-y,0))) !important;
  }
}
@media (max-width: 560px){
  .brand-clean,
  a.brand.brand-visible.brand-clean{
    width:154px !important;
    min-width:154px !important;
    max-width:154px !important;
    height:40px !important;
    min-height:40px !important;
    max-height:40px !important;
  }
}

/* v7.4 homepage refresh + header logo fix */
.hero-stats-compact{max-width:980px}
.home-intro-grid{align-items:center}
.home-trust-points{margin-top:22px}
.home-services-grid .showcase-card,.faq-grid .card{height:100%}
.home-ecu-grid,.local-seo-grid{align-items:stretch}
.home-ecu-copy,.home-why-box,.local-seo-box{padding:28px}
.home-chip-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.home-chip-cloud span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #dbe3ee;font-weight:700;font-size:13px}
.check-list{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:12px}
.check-list li{position:relative;padding-left:28px;color:#4b5563}
.check-list li::before{content:'✓';position:absolute;left:0;top:0;color:var(--accent);font-weight:800}
.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.local-seo-box h3{margin-top:0}
.local-seo-box p{margin:0 0 12px}
.intro-image-empty{display:grid;place-items:center;min-height:320px;border:1px dashed #d6dce6;border-radius:24px;background:linear-gradient(180deg,#fff,#f5f7fb);color:#5b6472;font-weight:700;text-align:center;padding:24px}

/* stronger desktop header slot so logo scaling never changes bar height */
@media (min-width: 921px){
  .topbar{height:34px !important;min-height:34px !important}
  .topbar .container{min-height:34px !important;padding-top:0 !important;padding-bottom:0 !important;display:flex;align-items:center}
  .header-inner-clean{height:118px !important;min-height:118px !important;align-items:center !important}
  .brand-clean,
  a.brand.brand-visible.brand-clean{
    position:relative !important;
    display:block !important;
    width:300px !important;
    min-width:300px !important;
    max-width:300px !important;
    height:72px !important;
    min-height:72px !important;
    max-height:72px !important;
    overflow:visible !important;
    flex:0 0 300px !important;
  }
  .brand-clean .brand-logo-custom,
  .brand-clean .brand-logo-strong,
  .brand-logo-custom.brand-logo-strong{
    position:absolute !important;
    left:0 !important;
    top:50% !important;
    transform:translate(var(--logo-x,0), calc(-50% + var(--logo-y,0))) !important;
    width:min(var(--logo-w,190px), 300px) !important;
    height:auto !important;
    max-height:72px !important;
    max-width:300px !important;
    object-fit:contain !important;
  }
}

@media (max-width:1100px){
  .faq-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .faq-grid{grid-template-columns:1fr}
  .home-ecu-copy,.home-why-box,.local-seo-box{padding:22px}
}


/* v7.5.3 final desktop+mobile header/logo/footer cleanup */
.topbar{height:34px !important;min-height:34px !important;font-size:12px !important;}
.topbar .container{padding-top:0 !important;padding-bottom:0 !important;min-height:34px !important;display:flex;align-items:center;}
.header-inner-clean{min-height:96px !important;padding-top:12px !important;padding-bottom:12px !important;grid-template-columns:260px 1fr auto !important;align-items:center !important;}
.brand-clean,a.brand.brand-visible.brand-clean{position:relative !important;display:block !important;width:260px !important;min-width:260px !important;max-width:260px !important;height:72px !important;min-height:72px !important;overflow:visible !important;flex:0 0 260px !important;}
.brand-clean .brand-logo-custom,.brand-clean .brand-logo-strong,.brand-logo-custom.brand-logo-strong{position:absolute !important;left:0 !important;top:50% !important;transform:translate(var(--logo-x,0), calc(-50% + var(--logo-y,0))) !important;width:var(--logo-w,190px) !important;height:var(--logo-h,auto) !important;max-width:260px !important;max-height:72px !important;object-fit:contain !important;}
.header-actions-clean{align-self:center !important;}
.site-footer{padding:52px 0 !important;}
.footer-grid-modern{grid-template-columns:1.2fr 1fr 1.2fr !important;gap:48px !important;align-items:start !important;}
.footer-links-balanced{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:32px !important;}
.footer-about p:first-of-type{margin-top:8px !important;}
.footer-about h3{margin-bottom:8px !important;}
.footer-legal-meta{margin-top:14px !important;}
@media (max-width: 1180px){
  .header-inner-clean{grid-template-columns:220px 1fr auto !important;}
  .brand-clean,a.brand.brand-visible.brand-clean{width:220px !important;min-width:220px !important;max-width:220px !important;height:64px !important;min-height:64px !important;flex-basis:220px !important;}
  .brand-clean .brand-logo-custom,.brand-clean .brand-logo-strong,.brand-logo-custom.brand-logo-strong{max-width:220px !important;max-height:64px !important;}
}
@media (max-width: 920px){
  .topbar{height:26px !important;min-height:26px !important;font-size:10px !important;}
  .topbar .container{min-height:26px !important;}
  .header-inner-clean{grid-template-columns:minmax(0,1fr) auto !important;grid-template-areas:"logo toggle" "nav nav" !important;min-height:74px !important;padding-top:8px !important;padding-bottom:8px !important;}
  .brand-clean,a.brand.brand-visible.brand-clean{grid-area:logo !important;width:190px !important;min-width:190px !important;max-width:190px !important;height:48px !important;min-height:48px !important;flex-basis:190px !important;}
  .brand-clean .brand-logo-custom,.brand-clean .brand-logo-strong,.brand-logo-custom.brand-logo-strong{max-width:190px !important;max-height:48px !important;}
  .header-actions-clean{display:none !important;}
  .main-nav-clean{grid-area:nav !important;}
}
@media (max-width: 640px){
  .brand-clean,a.brand.brand-visible.brand-clean{width:170px !important;min-width:170px !important;max-width:170px !important;height:42px !important;min-height:42px !important;flex-basis:170px !important;}
  .brand-clean .brand-logo-custom,.brand-clean .brand-logo-strong,.brand-logo-custom.brand-logo-strong{max-width:170px !important;max-height:42px !important;}
  .footer-grid-modern,.footer-links-balanced{grid-template-columns:1fr !important;gap:24px !important;}
}


/* v7.6 realizacje + final logo scaling */
.header-inner-clean{grid-template-columns:minmax(160px, calc(var(--logo-w,190px) + 36px)) 1fr auto !important;}
.brand-clean,a.brand.brand-visible.brand-clean{width:calc(var(--logo-w,190px) + 36px) !important;min-width:calc(var(--logo-w,190px) + 36px) !important;max-width:420px !important;height:72px !important;min-height:72px !important;overflow:visible !important;}
.brand-clean .brand-logo-custom,.brand-clean .brand-logo-strong,.brand-logo-custom.brand-logo-strong{width:var(--logo-w,190px) !important;height:var(--logo-h,auto) !important;max-width:none !important;max-height:none !important;}
@media (max-width:1180px){.header-inner-clean{grid-template-columns:minmax(150px, calc(var(--logo-w,190px) + 24px)) 1fr auto !important;}.brand-clean,a.brand.brand-visible.brand-clean{max-width:320px !important;height:64px !important;min-height:64px !important;}}
@media (max-width:920px){.header-inner-clean{grid-template-columns:minmax(0,1fr) auto !important;}.brand-clean,a.brand.brand-visible.brand-clean{width:190px !important;min-width:190px !important;max-width:190px !important;height:48px !important;min-height:48px !important;}.brand-clean .brand-logo-custom,.brand-clean .brand-logo-strong,.brand-logo-custom.brand-logo-strong{max-width:190px !important;max-height:48px !important;}}
.realization-cover{display:block;border-radius:18px;overflow:hidden;background:#eef2f7;margin-bottom:16px;}
.realization-cover img{display:block;width:100%;height:260px;object-fit:cover;}
.realization-card-preview,.realization-card{display:flex;flex-direction:column;}
.realization-card-copy h2,.realization-card-copy h3{margin:0 0 10px;}
.realization-card-copy p{margin:0 0 12px;color:#5b667d;}
.realization-detail-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:24px;}
.realization-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;}
.realization-gallery img{width:100%;height:260px;object-fit:cover;border-radius:16px;display:block;}
.realization-detail-side{position:sticky;top:120px;height:max-content;}
.admin-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:6px;}
.gallery-keep-card{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid #dfe5ee;border-radius:14px;background:#fff;}
.gallery-keep-card img{width:100%;height:140px;object-fit:cover;border-radius:10px;}
@media (max-width:920px){.realization-detail-grid{grid-template-columns:1fr;}.realization-gallery{grid-template-columns:1fr;}.realization-cover img{height:220px;}}


/* v7.6 final header/footer/home overrides */
.site-header .topbar{min-height:22px !important;height:22px !important;}
.site-header .topbar .container{padding-top:0 !important;padding-bottom:0 !important;min-height:22px !important;display:flex;align-items:center;}
.site-header .topbar-left,.site-header .topbar-right{line-height:1;}
.site-header .header-inner-clean{display:grid !important;grid-template-columns:max-content minmax(0,1fr) auto !important;align-items:center !important;gap:24px !important;min-height:84px !important;padding-top:10px !important;padding-bottom:10px !important;}
.site-header .brand-clean{position:relative !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;flex:0 0 auto !important;width:auto !important;min-width:0 !important;max-width:none !important;height:60px !important;overflow:visible !important;}
.site-header .brand-clean .brand-logo-custom,.site-header .brand-clean .brand-logo-strong,.site-header .brand-logo-custom.brand-logo-strong{position:relative !important;left:auto !important;top:auto !important;display:block !important;width:var(--logo-w,190px) !important;height:var(--logo-h,auto) !important;max-width:none !important;max-height:none !important;transform:translate(var(--logo-x,0),var(--logo-y,0)) !important;object-fit:contain !important;}
.site-header .main-nav-clean{justify-self:center !important;}
.site-header .header-actions-clean{justify-self:end !important;display:flex !important;}
.footer-about p:last-child{max-width:34ch;}
.footer-links-balanced{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:28px !important;}
.home-ecu-copy h2{max-width:11ch;}
.home-ecu-copy p,.home-why-box li{font-size:15px;line-height:1.7;}
.local-seo-box p:last-child{margin-bottom:0;}
@media (max-width: 920px){
  .site-header .topbar{min-height:24px !important;height:24px !important;}
  .site-header .topbar .container{min-height:24px !important;}
  .site-header .header-inner-clean{grid-template-columns:minmax(0,1fr) auto !important;grid-template-areas:"logo toggle" "nav nav" !important;gap:10px !important;min-height:72px !important;padding-top:8px !important;padding-bottom:8px !important;}
  .site-header .brand-clean{grid-area:logo;height:52px !important;}
  .site-header .brand-clean .brand-logo-custom,.site-header .brand-clean .brand-logo-strong,.site-header .brand-logo-custom.brand-logo-strong{width:auto !important;height:min(var(--logo-h,46px),46px) !important;max-width:min(var(--logo-w,190px),210px) !important;max-height:46px !important;}
  .site-header .header-actions-clean{display:none !important;}
  .footer-links-balanced{grid-template-columns:1fr !important;}
  .home-ecu-copy h2{max-width:none;}
}


/* v7.6.2 menu/home/admin polish */
.site-header .header-inner-clean{grid-template-columns:max-content minmax(0,1fr) auto !important;gap:18px !important;min-height:78px !important;}
.site-header .main-nav-clean ul{justify-content:center !important;gap:20px !important;flex-wrap:nowrap !important;}
.site-header .main-nav-clean .nav-item>a,.site-header .main-nav-clean a{font-size:13px !important;font-weight:700 !important;letter-spacing:.02em !important;text-transform:none !important;white-space:nowrap;}
.site-header .header-actions-clean{gap:8px !important;}
.site-header .header-actions-clean .ghost-btn,.site-header .header-actions-clean .primary-btn{padding:10px 12px !important;font-size:13px !important;}
@media (max-width:1250px){.site-header .header-inner-clean{grid-template-columns:max-content 1fr !important;grid-template-areas:'logo actions' 'nav nav' !important;}.site-header .main-nav-clean{grid-area:nav !important;justify-self:start !important;}.site-header .main-nav-clean ul{justify-content:flex-start !important;flex-wrap:wrap !important;}.site-header .header-actions-clean{grid-area:actions !important;}}
@media (max-width:920px){.site-header .main-nav-clean ul{flex-wrap:nowrap !important;}}
.home-ecu-grid,.local-seo-grid{align-items:stretch !important;}
.home-ecu-copy,.home-why-box,.local-seo-box{padding:28px !important;border-radius:26px !important;}
.home-ecu-copy h2{max-width:none !important;font-size:58px !important;line-height:1.05 !important;letter-spacing:-.03em !important;margin-bottom:18px !important;}
.home-ecu-copy p{font-size:18px !important;line-height:1.7 !important;max-width:30ch;}
.home-ecu-tags{margin-top:22px !important;gap:12px !important;}
.home-ecu-tags span{padding:13px 18px !important;font-size:15px !important;border-radius:999px !important;}
.home-why-box h3{font-size:22px !important;margin-bottom:18px !important;}
.home-why-box ul{display:grid;gap:14px !important;padding-left:0 !important;list-style:none !important;}
.home-why-box li{display:flex;gap:12px;align-items:flex-start;font-size:17px !important;line-height:1.6 !important;color:#516079;}
.home-why-box li::before{content:'✓';color:var(--accent);font-weight:800;line-height:1.2;}
.gallery-pick-grid,.gallery-check-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px;}
.gallery-keep-item{position:relative;display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid #dfe5ee;border-radius:14px;background:#fff;cursor:pointer;}
.gallery-keep-item input{position:absolute;top:10px;left:10px;z-index:2;}
.gallery-keep-item img{width:100%;height:110px;object-fit:cover;border-radius:10px;display:block;}
@media (max-width:920px){.gallery-pick-grid,.gallery-check-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.home-ecu-copy h2{font-size:40px !important;}.home-ecu-copy p,.home-why-box li{font-size:16px !important;max-width:none;}}


/* v7.6.3 homepage and nav polish */
.site-header .main-nav-clean ul{gap:16px !important;flex-wrap:nowrap !important;}
.site-header .main-nav-clean li,.site-header .main-nav-clean .nav-item{display:flex;align-items:center;}
.site-header .main-nav-clean a,.site-header .main-nav-clean .nav-item>a{font-size:14px !important;font-weight:700 !important;letter-spacing:.01em !important;text-transform:none !important;line-height:1.2 !important;padding:8px 0 !important;}
.site-header .header-actions-clean{display:flex;align-items:center;gap:10px;}
.site-header .header-actions-clean .ghost-btn,.site-header .header-actions-clean .primary-btn{padding:10px 16px !important;border-radius:16px !important;}
@media (max-width:1260px){.site-header .header-inner-clean{grid-template-columns:max-content 1fr auto !important;gap:14px !important;}.site-header .main-nav-clean ul{gap:12px !important;flex-wrap:wrap !important;justify-content:flex-start !important;}.site-header .main-nav-clean a,.site-header .main-nav-clean .nav-item>a{font-size:13px !important;}}
@media (max-width:920px){.site-header .main-nav-clean ul{flex-direction:column !important;align-items:flex-start !important;gap:0 !important;}}

.home-ecu-grid{grid-template-columns:1.05fr .95fr !important;gap:20px !important;}
.home-ecu-copy,.home-why-box{min-height:100%;}
.home-ecu-copy{display:flex;flex-direction:column;justify-content:flex-start;}
.home-ecu-copy h2{font-size:40px !important;line-height:1.08 !important;letter-spacing:-.03em !important;max-width:11ch !important;margin-bottom:14px !important;}
.home-ecu-copy p{font-size:17px !important;line-height:1.65 !important;max-width:32ch !important;}
.home-ecu-tags,.home-chip-cloud{margin-top:18px !important;gap:10px !important;}
.home-ecu-tags span,.home-chip-cloud span{padding:11px 16px !important;font-size:14px !important;}
.home-why-box{display:flex;flex-direction:column;justify-content:flex-start;}
.home-why-box h3{font-size:28px !important;line-height:1.2 !important;margin:6px 0 12px !important;color:#0f172a;}
.home-why-intro{font-size:16px !important;line-height:1.7 !important;color:#5b6678 !important;max-width:48ch;margin:0 0 16px !important;}
.check-list{gap:14px !important;}
.check-list li{font-size:17px !important;line-height:1.55 !important;color:#4f5d73 !important;}
.why-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;}
.why-mini-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:16px 18px;box-shadow:0 8px 22px rgba(15,23,42,.04);}
.why-mini-card strong{display:block;font-size:15px;color:#0f172a;margin-bottom:6px;}
.why-mini-card span{display:block;font-size:14px;line-height:1.55;color:#667085;}
@media (max-width:980px){.home-ecu-grid{grid-template-columns:1fr !important;}.home-ecu-copy h2{max-width:none !important;font-size:34px !important;}.home-ecu-copy p{max-width:none !important;}.why-mini-grid{grid-template-columns:1fr;}}

.product-grid-home{align-items:stretch;}
.product-card-home-clean{padding:0 !important;overflow:hidden;display:flex;flex-direction:column;min-height:100% !important;}
.product-card-cover{display:block;aspect-ratio:16/10;background:#edf1f6;border-bottom:1px solid rgba(15,23,42,.06);overflow:hidden;}
.product-card-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease;}
.product-card-home-clean:hover .product-card-cover img{transform:scale(1.03);}
.product-card-copy{padding:18px 18px 8px;display:flex;flex-direction:column;gap:10px;flex:1;}
.product-card-home-clean h3{font-size:25px !important;line-height:1.18 !important;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.product-card-home-clean p{margin:0;color:#627086;font-size:15px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:76px;}
.product-bottom-centered{padding:0 18px 18px;display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:auto;}
.product-bottom-centered .home-price-stack{width:100%;text-align:left;}
.product-bottom-centered .home-price-stack strong{font-size:31px;line-height:1;color:#0f172a;}
.product-card-btn{width:100%;max-width:220px;justify-content:center;text-align:center;display:inline-flex;align-items:center;}
@media (max-width:980px){.product-card-home-clean h3{font-size:22px !important;}.product-card-home-clean p{min-height:auto;}}


/* v7.6.4 polish */
.site-header .main-nav-clean ul{gap:18px !important;}
.site-header .header-actions-clean{gap:10px !important;}
.site-header .main-nav-clean li.mobile-only{display:none !important;}
@media (max-width:920px){.site-header .main-nav-clean li.mobile-only{display:block !important;}}

.home-ecu-grid-balanced{grid-template-columns:1.05fr .95fr !important;gap:22px !important;}
.home-ecu-copy-balanced h2{font-size:58px !important;line-height:1.02 !important;max-width:520px;margin-bottom:18px !important;}
.home-ecu-copy-balanced .home-ecu-lead{font-size:18px !important;line-height:1.75 !important;max-width:640px;color:#435066;}
.compact-chip-cloud{margin-top:22px !important;gap:10px !important;}
.compact-chip-cloud span{padding:10px 16px !important;font-size:14px !important;}
.home-why-box-balanced{display:flex;flex-direction:column;justify-content:flex-start;}
.home-why-box-balanced h3{font-size:34px !important;line-height:1.12 !important;margin:8px 0 14px !important;}
.home-why-box-balanced .home-why-intro{font-size:17px !important;line-height:1.7 !important;color:#4b596e;margin-bottom:18px !important;}
.why-mini-grid-extended{display:grid !important;grid-template-columns:1fr 1fr !important;gap:14px !important;margin-top:8px !important;}
.why-mini-grid-extended .why-mini-card{min-height:150px;border:1px solid #e6ebf2;background:#fff;border-radius:22px;padding:18px 18px 16px;display:flex;flex-direction:column;gap:8px;box-shadow:0 14px 34px rgba(15,23,42,.04);}
.why-mini-grid-extended .why-mini-card strong{font-size:18px;line-height:1.2;color:#0f172a;}
.why-mini-grid-extended .why-mini-card span{font-size:15px;line-height:1.6;color:#5a6679;}

.product-grid-home{display:flex !important;gap:22px !important;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity;}
.product-grid-home::-webkit-scrollbar{height:10px;}
.product-grid-home::-webkit-scrollbar-thumb{background:#cfd7e4;border-radius:20px;}
.product-grid-home .product-card-home-clean{flex:0 0 318px;scroll-snap-align:start;border-radius:26px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.05);}
.product-card-home-clean .product-card-cover img{height:205px !important;object-fit:cover;}
.product-card-home-clean .product-card-copy{padding:20px 20px 6px;display:flex;flex-direction:column;gap:12px;}
.product-card-home-clean .product-badge{align-self:flex-start;padding:8px 14px;border-radius:999px;background:#f7eadf;color:#ff7a00;font-size:13px;font-weight:800;letter-spacing:.12em;}
.product-card-home-clean h3{font-size:26px !important;line-height:1.18 !important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:92px;}
.product-card-home-clean p{font-size:16px !important;line-height:1.7 !important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:82px;}
.product-card-home-clean .product-bottom-centered{padding:4px 20px 22px !important;align-items:stretch !important;}
.product-card-home-clean .home-price-stack strong{font-size:34px !important;}
.product-card-home-clean .product-card-btn{width:100%;text-align:center;padding:15px 18px !important;border-radius:18px !important;}

.local-seo-grid-modern{grid-template-columns:1fr 1fr !important;gap:24px !important;align-items:stretch !important;}
.local-copy-modern h2{font-size:54px !important;line-height:1.04 !important;max-width:620px;}
.local-copy-modern p{font-size:18px !important;line-height:1.75 !important;max-width:680px;color:#475468;}
.local-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.local-feature-card{padding:24px;border-radius:24px;display:flex;flex-direction:column;gap:10px;min-height:170px;}
.local-feature-card strong{font-size:21px;line-height:1.2;color:#0f172a;}
.local-feature-card span{font-size:15px;line-height:1.7;color:#5a6679;}

.home-realizations-section .card-grid{display:flex !important;gap:22px !important;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity;}
.home-realizations-section .card-grid > *{flex:0 0 360px;scroll-snap-align:start;}
.home-realizations-section .card-grid::-webkit-scrollbar{height:10px;}
.home-realizations-section .card-grid::-webkit-scrollbar-thumb{background:#cfd7e4;border-radius:20px;}
.realization-card-preview{overflow:hidden;border-radius:26px !important;box-shadow:0 18px 40px rgba(15,23,42,.05);}
.realization-cover img{width:100%;height:240px;object-fit:cover;display:block;}
.realization-card-copy{padding:20px 20px 22px;}
.realization-card-copy h3{font-size:26px;line-height:1.16;margin:0 0 10px;}
.realization-card-copy p{font-size:16px;line-height:1.7;color:#5a6679;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}

@media (max-width:1200px){
  .home-ecu-copy-balanced h2{font-size:46px !important;}
  .local-copy-modern h2{font-size:44px !important;}
}
@media (max-width:920px){
  .home-ecu-grid-balanced,.local-seo-grid-modern{grid-template-columns:1fr !important;}
  .why-mini-grid-extended,.local-feature-grid{grid-template-columns:1fr !important;}
  .home-ecu-copy-balanced h2,.local-copy-modern h2{font-size:36px !important;max-width:none;}
  .product-grid-home .product-card-home-clean,.home-realizations-section .card-grid > *{flex-basis:85vw;}
}


/* v7.6.5 admin editors + realization gallery */
.home-products-slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);overflow-x:auto;gap:24px;padding-bottom:8px;scroll-snap-type:x proximity}
.home-products-slider > *{scroll-snap-align:start}
.home-products-slider::-webkit-scrollbar{height:10px}
.realization-main-media-wrap{display:grid;gap:16px;margin-bottom:22px}
.realization-main-media{display:block;width:100%;border:none;background:#fff;padding:0;border-radius:22px;overflow:hidden;cursor:zoom-in;box-shadow:0 20px 40px rgba(15,23,42,.08)}
.realization-main-media img{display:block;width:100%;max-height:680px;min-height:420px;object-fit:contain;background:#f8fafc}
.realization-thumb-row{display:flex;gap:12px;flex-wrap:wrap}
.realization-thumb{width:120px;height:88px;border:2px solid #e5e7eb;background:#fff;border-radius:16px;padding:0;overflow:hidden;cursor:pointer}
.realization-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.realization-thumb.active{border-color:#f97316;box-shadow:0 0 0 4px rgba(249,115,22,.12)}
.sp-editor-shell{display:grid;gap:10px}
.sp-editor-toolbar{border:1px solid #d7dce6;border-radius:16px;padding:8px;background:#fff;display:flex;flex-wrap:wrap;gap:8px}
.sp-editor-canvas{background:#fff;border:1px solid #d7dce6;border-radius:18px;overflow:hidden}
.sp-editor-canvas .ql-editor{min-height:110px;font-size:15px;line-height:1.65}
.admin-layout-two .card-lite{padding:16px;border:1px solid #e5e7eb;border-radius:18px;background:#f8fafc;display:grid;gap:12px}
@media (max-width:920px){.realization-main-media img{min-height:280px;max-height:420px}.realization-thumb{width:88px;height:68px}.home-products-slider{grid-auto-columns:minmax(240px,86vw)}}


/* v7.6.8 shop media picker + compact editors */
.admin-media-picker{display:grid;gap:10px;margin-top:6px}
.admin-media-picker-label{font-weight:700;color:#0f172a}
.main-image-pick-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.gallery-keep-item input[type="radio"],.gallery-keep-item input[type="checkbox"]{accent-color:var(--accent)}
.gallery-keep-item .gallery-file-name{font-size:11px;line-height:1.4;color:#5b6678;word-break:break-all}
.gallery-keep-item--clear{justify-content:center;align-items:center;min-height:170px}
.gallery-clear-tile{display:grid;place-items:center;text-align:center;width:100%;height:100%;border:1px dashed #cfd8e3;border-radius:12px;padding:16px;color:#5b6678;font-weight:600;background:#f8fafc}
.shop-admin-shell .js-shop-editor + .sp-editor-shell .sp-editor-canvas .ql-editor,
.shop-admin-shell .sp-editor-shell .sp-editor-canvas .ql-editor{min-height:110px}
.shop-admin-shell .sp-editor-shell .ql-toolbar.ql-snow{padding:12px 14px}
.shop-admin-shell .sp-editor-shell .ql-editor{padding:20px 22px;font-size:15px;line-height:1.65}
@media (max-width:1100px){.main-image-pick-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width:920px){.main-image-pick-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.gallery-keep-item--clear{min-height:140px}}

.auth-card .consent-stack{margin-top:14px}
.auth-card .consent-box-block{font-weight:600;line-height:1.55}
.auth-card .consent-box-block a{display:inline;color:var(--accent);text-decoration:none;font-weight:700}
.auth-card .consent-box-block a:hover{text-decoration:underline}
.auth-card .consent-box-block span{display:block;color:var(--ink)}

.language-switcher{display:flex;align-items:center;gap:8px;margin-right:14px}
.lang-flag{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;text-decoration:none;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:18px;transition:.2s ease}
.lang-flag:hover,.lang-flag.is-active{transform:translateY(-1px);background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.25)}
@media (max-width: 960px){.language-switcher{margin-left:auto;margin-right:8px}.lang-flag{width:30px;height:30px;font-size:16px}}


/* v7.8.5 account + register + shop fixes */
.consent-card{display:grid;grid-template-columns:20px 1fr;gap:14px;align-items:start;padding:18px;border:1px solid var(--line);border-radius:20px;background:#f8fafc;margin:12px 0;}
.consent-card input{margin-top:3px;}
.consent-card span{display:grid;gap:6px;}
.consent-card small,.consent-card small a{color:var(--ink-soft);}
.consent-card--toggle{background:#fff7ed;border-color:#fed7aa;}
.company-fields{display:grid;gap:14px;margin:12px 0 6px;}
.shop-toolbar{padding:18px 22px;}
.shop-toolbar-grid{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:14px;align-items:end;}
.shop-toolbar label{display:grid;gap:8px;font-weight:700;}
.shop-toolbar input,.shop-toolbar select{width:100%;}
.shop-toolbar-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;}
.shop-card-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-width:124px;line-height:1.2;padding-left:14px;padding-right:14px;}
.shop-card-footer{align-items:flex-end;}
.shop-card-rating{min-height:24px;}
.dashboard-grid aside.card .text-link{display:inline-block;margin-top:10px;}
@media (max-width:1100px){.shop-toolbar-grid{grid-template-columns:1fr 1fr;}.shop-toolbar-actions{grid-column:1/-1;}}
@media (max-width:720px){.shop-toolbar-grid{grid-template-columns:1fr;}.shop-card-footer{align-items:stretch;}.shop-card-btn{width:100%;}}


/* v7.8.7 home ECU section cleanup */
.home-ecu-grid-balanced{align-items:stretch !important;gap:24px !important;}
.home-ecu-copy-balanced,.home-why-box-balanced{padding:32px !important;border-radius:28px !important;}
.home-ecu-copy-balanced h2{font-size:clamp(38px,4vw,56px) !important;line-height:1.06 !important;max-width:none !important;margin:10px 0 18px !important;letter-spacing:-.03em !important;}
.home-ecu-copy-balanced .prose-lite{max-width:62ch;margin-top:0;}
.home-ecu-copy-balanced .prose-lite p{font-size:18px !important;line-height:1.75 !important;color:#48566c !important;max-width:none !important;margin:0 0 12px;}
.home-ecu-copy-balanced .prose-lite .ql-align-center,
.home-ecu-copy-balanced .prose-lite p[style*="text-align:center"]{max-width:34ch;margin-left:auto !important;margin-right:auto !important;}
.home-ecu-copy-balanced .prose-lite .ql-align-right,
.home-ecu-copy-balanced .prose-lite p[style*="text-align:right"]{max-width:40ch;margin-left:auto !important;}
.home-ecu-copy-balanced .prose-lite ul,
.home-ecu-copy-balanced .prose-lite ol{max-width:38ch;}
.home-ecu-copy-balanced .prose-lite .ql-align-center ul,
.home-ecu-copy-balanced .prose-lite .ql-align-center ol{margin-left:auto !important;margin-right:auto !important;text-align:left;}
.compact-chip-cloud{display:flex;flex-wrap:wrap;gap:10px !important;margin-top:22px !important;}
.compact-chip-cloud span{padding:10px 16px !important;border-radius:999px !important;background:#fff !important;border:1px solid rgba(15,23,42,.1) !important;font-size:14px !important;font-weight:700 !important;color:#1f2937 !important;}
.home-why-box-balanced h3{font-size:clamp(28px,3vw,38px) !important;line-height:1.12 !important;margin:10px 0 14px !important;max-width:14ch;}
.home-why-box-balanced .home-why-intro{font-size:17px !important;line-height:1.72 !important;color:#4f5d73 !important;max-width:46ch;margin-bottom:18px !important;}
.home-why-box-balanced .check-list{display:grid;gap:14px !important;margin:0;padding:0;list-style:none;}
.home-why-box-balanced .check-list li{display:flex;align-items:flex-start;gap:12px;font-size:17px !important;line-height:1.58 !important;color:#4f5d73 !important;}
.home-why-box-balanced .check-list li::before{content:"✓";color:var(--accent);font-weight:800;line-height:1.2;margin-top:1px;}
.why-mini-grid-extended{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;margin-top:18px !important;}
.why-mini-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:16px 18px;box-shadow:none !important;min-height:100%;}
.why-mini-card strong{display:block;margin-bottom:6px;font-size:15px;color:#0f172a;}
.why-mini-card span{display:block;font-size:14px;line-height:1.55;color:#667085;}
@media (max-width: 980px){
  .home-ecu-grid-balanced{grid-template-columns:1fr !important;}
  .home-ecu-copy-balanced h2,.home-why-box-balanced h3{max-width:none !important;}
  .home-ecu-copy-balanced .prose-lite,.home-why-box-balanced .home-why-intro{max-width:none !important;}
  .why-mini-grid-extended{grid-template-columns:1fr !important;}
}
