 :root{
  --bg:#f6f4f1;
  --surface:#ffffff;
  --surface-soft:#fbfaf8;
  --line:#e3ddd5;
  --line-soft:#eee9e2;
  --text:#171717;
  --muted:#706a63;
  --shell:1320px;
  --radius:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;line-height:1.5;color:var(--text);background:var(--bg)}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.shell{width:min(calc(100% - 32px),var(--shell));margin:0 auto}
.site-header{position:sticky;top:0;z-index:40;background:rgba(246,244,241,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-shell{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;letter-spacing:-.03em}.brand-mark{width:18px;height:18px;border-radius:4px;background:linear-gradient(135deg,#111,#666)}
.desktop-nav{display:flex;align-items:center;gap:28px}.desktop-nav a,.mobile-nav summary{font-size:14px;font-weight:600;color:var(--muted)}.desktop-nav a.active,.desktop-nav a:hover{color:var(--text)}
.mobile-nav{display:none;position:relative}.mobile-nav summary{list-style:none;cursor:pointer;padding:10px 0;font-size:17px;font-weight:700}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav-panel{position:absolute;right:0;top:calc(100% + 10px);min-width:260px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:8px;box-shadow:0 18px 40px rgba(0,0,0,.08)}.mobile-nav-panel a{display:block;padding:15px 14px;font-size:16px;font-weight:600;border-radius:12px}.mobile-nav-panel a:hover{background:var(--surface-soft)}
.site-main{padding:16px 0 44px}
.breadcrumbs{padding:6px 0 2px}.breadcrumbs ol{margin:0;padding:0;list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:12px}.breadcrumbs li{display:flex;align-items:center;gap:8px}.breadcrumbs li:not(:last-child)::after{content:"/";color:#b3aba2}.breadcrumbs a:hover{color:var(--text)}.breadcrumbs span{color:#8a827a}
.hero{padding:20px 0 14px}.hero-card,.card,.sidebar-card,.article-body,.product-layout,.category-tile,.review-card,.gallery-stage,.gallery-thumb{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.hero-card{padding:40px 42px}.eyebrow{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:var(--surface-soft);border:1px solid var(--line-soft);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}
h1{margin:0 0 14px;font-size:38px;line-height:1.03;letter-spacing:-.05em;max-width:860px}.hero p{margin:0;max-width:740px;color:var(--muted);font-size:16px;line-height:1.65}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.btn,.btn-line{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:12px;border:1px solid var(--text);font-size:13px;font-weight:700}.btn{background:var(--text);color:#fff}.btn-line{background:#fff;color:var(--text)}
.section{padding:12px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px}.section-head h2,.page-head h1,.page-head h2{margin:0;font-size:23px;line-height:1.08;letter-spacing:-.04em}.page-head{margin-bottom:14px}.section-head p,.page-head p,.muted{color:var(--muted)}
.card{overflow:hidden;display:flex;flex-direction:column}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.card-media{aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-media img,.gallery-stage img,.gallery-thumb img{width:100%;height:100%;object-fit:contain}.card-body{padding:0px 14px 16px;display:flex;flex-direction:column;flex:1}.card-title{margin-top:6px;font-size:14px;line-height:1.35;letter-spacing:-.02em;min-height:38px}.card-price{margin-top:10px;font-size:13px;font-weight:700;color:#4d4944}.card-excerpt{margin-top:8px;font-size:13px;line-height:1.6}.card-actions{display:none}
.review-card{padding:18px}.review-name{font-size:14px;font-weight:700;margin:0 0 4px}.review-role{font-size:12px;color:var(--muted);margin-bottom:10px}.review-text{font-size:14px;line-height:1.7;color:#393632}
.catalog-layout{display:grid;grid-template-columns:220px 1fr;gap:14px}.sidebar-card{padding:16px}.catalog-search{margin-bottom:14px}.side-links a{display:block;padding:10px 0;border-bottom:1px solid var(--line-soft);font-size:13px}.side-links a:last-child{border-bottom:none}.sidebar-card input,.sidebar-card select,.product-form input,.product-form textarea{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:12px;background:#fff}
.product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;padding:18px}.gallery-stage{aspect-ratio:1/1;overflow:hidden;padding:0}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px}.gallery-thumb{aspect-ratio:1/1;overflow:hidden;padding:0;cursor:pointer;background:#fff}.gallery-thumb.active{border-color:transparent;background:#f3f0eb;box-shadow:none}.product-info{display:flex;flex-direction:column}.product-meta{display:none}.meta-pill{display:inline-flex;padding:8px 10px;border-radius:999px;background:var(--surface-soft);border:1px solid var(--line);font-size:12px}.product-name{margin:4px 0 10px;font-size:22px;line-height:1.08;letter-spacing:-.045em}.product-short{font-size:15px;line-height:1.65;max-width:none}.product-stock-inline{margin:12px 0 4px;font-size:14px;line-height:1.5;color:#5f594f}.product-stock-inline .product-stock-label{display:inline-block;margin-right:6px;font-weight:700;color:#171717}.product-stock-inline.is-in-stock .product-stock-label{color:#1f6b45}.product-stock-inline.is-out-stock .product-stock-label{color:#8a6542}.price-list,.spec-list{margin-top:16px;padding-top:2px;display:grid;gap:0}.price-row,.spec-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 0;border-bottom:1px solid var(--line-soft);font-size:14px}.price-row strong,.spec-row strong{font-size:15px}.product-form{margin-top:18px;padding:18px;border:1px solid var(--line);background:var(--surface-soft);border-radius:16px}.product-form-title{font-size:18px;font-weight:700;margin-bottom:6px}.product-form-note{margin-bottom:12px}.product-form form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px}
.product-description-wrap{margin-top:18px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr)}.article-body{padding:24px}.article-cover{aspect-ratio:16/9;background:var(--surface-soft);margin-bottom:18px;overflow:hidden;border-radius:16px}
.site-footer{margin-top:14px;padding:30px 0 42px;background:#f1ede7;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}.footer-title{font-size:18px;font-weight:700;margin-bottom:10px}.footer-caption{font-size:12px;text-transform:uppercase;color:var(--muted);letter-spacing:.08em;margin-bottom:10px}.footer-text{font-size:14px;color:var(--muted);line-height:1.7}.footer-links{display:grid;gap:8px}.footer-links a:hover{color:var(--text)}
.empty{padding:26px;border:1px dashed var(--line);border-radius:14px;color:var(--muted);text-align:center;background:var(--surface)}
@media (max-width:1120px){.catalog-layout,.product-layout,.footer-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(4,1fr)}.article-grid{grid-template-columns:repeat(3,1fr)}.review-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.shell{width:min(calc(100% - 16px),var(--shell))}.desktop-nav{display:none}.mobile-nav{display:block}.header-shell{min-height:70px}.hero-card{padding:24px}h1{font-size:30px}.section-head h2,.page-head h1,.page-head h2{font-size:20px}.section-head{margin-bottom:12px}.product-grid,.article-grid{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:1fr}.product-name{font-size:20px}.product-form form{grid-template-columns:1fr}.card-title{font-size:13px;min-height:34px}.review-card{padding:16px}.breadcrumbs{padding:4px 0 0}.breadcrumbs ol{font-size:11px}}


body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
.section{padding:18px 0;}
.section-head{margin-bottom:16px;}
.section-head h2,.page-head h1,.page-head h2{font-size:22px;line-height:1.1;}
.article-card .card-media{aspect-ratio:4/3;background:#f3f1ee;}
.article-card .card-media img{object-fit:cover;}
.review-top{display:flex;align-items:center;gap:12px;margin-bottom:12px;}
.review-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex:0 0 44px;background:#f1ede7;border:1px solid var(--line);}
.review-avatar img{width:100%;height:100%;object-fit:cover;}
.review-role{margin-bottom:0;}
.product-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;padding:20px;}
.product-name{margin:12px 0 10px;}
.article-body{line-height:1.8;}
.article-cover{aspect-ratio:16/9;max-height:520px;}
.article-cover img{width:100%;height:100%;object-fit:cover;}
@media (max-width:760px){
  .product-layout{grid-template-columns:1fr;padding:16px;}
  .article-cover{aspect-ratio:4/3;max-height:none;}
}

.brand-logo{width:auto;height:34px;max-width:150px;object-fit:contain}
.footer-logo{display:block;height:34px;width:auto;max-width:150px;object-fit:contain;margin-bottom:10px}
.mobile-nav summary{display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;font-weight:700;list-style:none;cursor:pointer}
.mobile-nav summary::-webkit-details-marker{display:none}
.mobile-menu-icon{display:inline-grid;gap:4px;width:18px}.mobile-menu-icon span{display:block;height:2px;background:var(--text);border-radius:2px}
.article-shell{max-width:960px}.article-body{max-width:840px;margin:0 auto;padding:22px 24px;line-height:1.78;font-size:15px}.article-cover{max-height:360px;margin:0 auto 18px}.article-cover img{display:block}
.product-short,.note,.card-excerpt,.footer-text,.review-text{color:#625d56}.product-layout{align-items:start}.price-list{margin-top:18px}.product-form{margin-top:24px}
@media (max-width:760px){.footer-grid{grid-template-columns:1fr 1fr;align-items:start}.footer-grid>div:first-child{grid-column:1/-1}.brand-logo{height:30px}.article-body{padding:18px 18px 4px;font-size:14px}.article-shell{width:min(calc(100% - 16px),960px)}.site-footer{padding-top:24px}.mobile-nav-panel{grid-template-columns:1fr 1fr}}

.article-single{max-width:960px}.article-single .article-cover{max-height:340px}.article-single .article-body{max-width:840px}


/* v10 refinements */
.brand-logo,.footer-logo{width:44px;height:44px;max-width:none;object-fit:cover;border-radius:12px;border:1px solid var(--line);background:#fff;padding:4px}
.brand{gap:14px}.footer-logo{margin-bottom:12px}
.article-single.article-shell{max-width:900px}
.article-intro{max-width:760px;margin:0 auto 12px}
.article-lead{margin:0 0 6px;color:var(--muted);font-size:16px;line-height:1.7;max-width:720px}
.article-cover-tight{max-width:760px;max-height:300px;margin:0 auto 18px;border-radius:18px}
.article-cover-tight img{width:100%;height:100%;object-fit:cover}
.article-body-tight{max-width:760px;margin:0 auto;padding:26px 28px;font-size:15px;line-height:1.85}
.article-body-tight p:first-child{margin-top:0}
.article-body-tight p{margin:0 0 18px}
@media (max-width:760px){
  .brand-logo,.footer-logo{width:40px;height:40px;border-radius:10px}
  .article-cover-tight{max-width:none;max-height:none;aspect-ratio:4/3}
  .article-body-tight{padding:18px 18px 6px}
  .article-lead{font-size:14px}
}


.article-shell-wide{max-width:1240px}
.article-top-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:24px;align-items:start;margin-bottom:24px}
.article-cover-side{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;min-height:340px;max-height:420px}
.article-cover-side img{width:100%;height:100%;object-fit:cover;display:block}
.article-summary-card{border:0;border-radius:0;background:transparent;padding:10px 0 0;display:flex;flex-direction:column;justify-content:flex-start}
.article-summary-wide{grid-column:1/-1}
.article-page-head{margin-bottom:10px}.article-page-head h1{font-size:42px;line-height:1.03;margin:0}
.article-lead-side{font-size:18px;line-height:1.75;max-width:none;margin:0}
.article-meta-note{font-size:14px;line-height:1.65;color:var(--muted)}
.article-body-wide{max-width:none;margin:0;padding:30px 32px;border:1px solid var(--line);border-radius:20px;background:var(--surface);line-height:1.86;font-size:16px}
.article-body-wide p:first-child{margin-top:0}
@media (max-width:980px){
  .article-top-grid{grid-template-columns:1fr;gap:16px}
  .article-page-head h1{font-size:34px}
}
@media (max-width:760px){
  .article-cover-side{min-height:0;aspect-ratio:4/3}
  .article-summary-card,.article-body-wide{padding:18px}
  .article-page-head h1{font-size:28px}
  .article-lead-side{font-size:15px}
}

.product-description-wrap .article-body{max-width:none;margin:0;padding:26px 28px}

.article-single .shell{max-width:none}
.article-summary-card .article-meta-note{display:none}
@media (max-width:760px){.article-summary-card{padding:0}.article-cover-side{max-height:none}}

.article-shell-full{width:min(calc(100% - 32px),var(--shell));max-width:none}.article-top-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px}.article-cover-side{aspect-ratio:1.1/0.82;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.article-cover-side img{width:100%;height:100%;object-fit:cover;display:block}.article-summary-card{padding:10px 0 0;border:none;background:transparent}.article-page-head h1{font-size:clamp(34px,4vw,56px);line-height:.98;margin:0 0 16px}.article-lead-side{font-size:19px;line-height:1.6;max-width:760px}.article-body-wide{max-width:none;width:100%;padding:28px 34px}.content-text.article-body{font-size:17px;line-height:1.9}.price-tabs{display:flex;gap:10px;margin-top:10px;margin-bottom:10px}.price-tab{appearance:none;border:1px solid var(--line);background:var(--surface-soft);padding:10px 14px;border-radius:12px;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.price-tab.is-active{background:var(--text);color:#fff;border-color:var(--text)}.price-panel{display:none}.price-panel.is-active{display:block}@media (max-width:980px){.article-top-grid{grid-template-columns:1fr}.article-body-wide{padding:22px 22px}.article-page-head h1{font-size:30px}.article-lead-side{font-size:16px}}

/* v14 refinements */
.article-single,.article-shell-wide,.article-shell-full,.article-body-wrap{max-width:1320px;width:100%;margin:0 auto}
.article-single .article-body,.article-body-wide,.article-body-wrap .article-body{max-width:1320px;width:100%}
.article-body-wrap{margin-top:18px}
.article-top-grid{align-items:stretch}
.article-cover-side{aspect-ratio:1.2/0.82;min-height:420px}
.article-summary-card{padding:18px 0 0 16px;border:none;background:transparent;box-shadow:none}
.article-summary-wide{max-width:none}
.article-lead-side{display:block;margin:0;opacity:.86}
.article-body-wide{padding:34px 40px;border-radius:18px}
.article-page-head{margin-bottom:0}
.article-page-head h1{font-size:clamp(30px,3.2vw,50px);max-width:760px}
.product-description-wrap,.product-description-wrap .product-description-body{max-width:1320px;width:100%}
.product-description-body{padding:30px 34px}
.gallery-thumb.active{border-color:transparent;background:var(--surface-soft);box-shadow:none;outline:none}
@media (max-width:980px){.article-body-wide{padding:22px}.article-cover-side{min-height:260px}.product-description-body{padding:22px}.article-summary-card{padding:0}}


.article-single .article-top-grid{align-items:start;margin-bottom:24px}
.article-single .article-summary-card{padding:8px 0 0 28px}
.article-single .article-summary-card .page-head{margin-bottom:14px}
.article-single .article-page-head h1{margin:0;max-width:760px}
.article-single .article-lead-side{display:block;margin:0;font-size:18px;line-height:1.7;color:var(--muted);max-width:640px}
.article-single .article-body-wrap{max-width:1320px;width:100%;margin:0 auto}
.article-single .article-body{max-width:1320px;width:100%;padding:34px 40px}
@media (max-width:980px){
  .article-single .article-summary-card{padding:0}
  .article-single .article-lead-side{font-size:16px;max-width:none}
  .article-single .article-body{padding:22px}
}

.article-single .article-top-grid{gap:40px;}
.article-single .article-summary-card{padding:18px 0 0 12px;}
.article-single .article-lead-side{margin-top:18px;max-width:700px;}
@media (max-width:980px){.article-single .article-top-grid{gap:22px}.article-single .article-summary-card{padding:0}}

.article-single .article-top-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:48px;}
.article-single .article-summary-card{padding:18px 0 0 0;}
.article-single .article-page-head h1{max-width:760px;}
.article-single .article-lead-side{margin-top:20px;max-width:640px;display:block;}
.article-single .article-body-wrap,.article-single .article-body{max-width:1320px;width:100%;} 
@media (max-width:980px){.article-single .article-top-grid{grid-template-columns:1fr;gap:22px}.article-single .article-summary-card{padding:0}}


.product-form .btn.is-loading{opacity:.85;pointer-events:none}
.request-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:80}
.request-modal.is-open{opacity:1;visibility:visible}
.request-modal-backdrop{position:absolute;inset:0;background:rgba(22,18,14,.42);backdrop-filter:blur(2px)}
.request-modal-dialog{position:relative;z-index:1;width:min(100%,520px);background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px 26px 24px;box-shadow:0 24px 80px rgba(18,16,13,.16);text-align:center}
.request-modal-close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:none;border-radius:50%;background:var(--surface-soft);font-size:24px;line-height:1;cursor:pointer}
.request-modal-mark{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:#f3f0eb;font-size:28px;font-weight:700}
.request-modal h3{margin:0 0 10px;font-size:28px;line-height:1.05}
.request-modal p{margin:0 auto 18px;max-width:380px;color:var(--muted);font-size:16px;line-height:1.7}
body.modal-open{overflow:hidden}
.about-head{max-width:860px}
.about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:10px}
.about-card .card-body{padding:22px}
.about-card h2{margin:0 0 10px;font-size:22px;line-height:1.1}
.about-card p{margin:0;color:var(--muted);line-height:1.8}
.about-note{margin-top:16px;padding:22px 24px;border:1px solid var(--line);border-radius:20px;background:var(--surface-soft)}
.about-note strong{display:block;margin-bottom:8px;font-size:20px}
.about-note p{margin:0;color:var(--muted);line-height:1.8}
@media (max-width:760px){.about-grid{grid-template-columns:1fr}.request-modal-dialog{padding:24px 18px 20px;border-radius:20px}.request-modal h3{font-size:24px}.request-modal p{font-size:15px}}

.about-section-head{margin-top:34px;margin-bottom:14px}
.about-section-head p{max-width:760px}
.about-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.about-person-card{display:flex;gap:14px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--surface)}
.about-person-photo{width:86px;height:86px;border-radius:22px;overflow:hidden;flex:0 0 86px;background:var(--surface-soft);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#6f665d;border:1px solid var(--line)}
.about-person-photo img{width:100%;height:100%;object-fit:cover}
.about-person-body strong{display:block;font-size:18px;line-height:1.2}
.about-person-body p{margin:6px 0 0;color:var(--muted);line-height:1.6}
.about-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.about-gallery-item{display:block;aspect-ratio:1/1;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--surface)}
.about-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.about-gallery-item:hover img{transform:scale(1.03)}
@media (max-width:980px){.about-team-grid,.about-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.about-team-grid,.about-gallery-grid{grid-template-columns:1fr}.about-person-card{padding:16px}.about-person-photo{width:72px;height:72px;border-radius:18px;flex-basis:72px}}


.premium-team-grid{gap:18px;margin-top:6px}
.premium-person-card{display:flex;flex-direction:column;align-items:flex-start;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#faf6f1 100%);box-shadow:0 14px 40px rgba(33,26,18,.05)}
.premium-person-photo{width:100%;height:auto;aspect-ratio:4/4.4;flex:none;border-radius:24px;background:#f0e8df;margin-bottom:16px}
.premium-person-photo img{width:100%;height:100%;object-fit:cover}
.premium-person-body{width:100%}
.premium-person-body strong{font-size:22px;line-height:1.15}
.premium-person-body p{font-size:15px;line-height:1.7;min-height:48px}
.about-person-link{margin-top:14px;width:100%;justify-content:center}
.about-gallery-grid{margin-top:6px}
.about-gallery-item{aspect-ratio:1.18/1}
.about-gallery-item img{display:block}
@media (max-width:980px){.premium-person-body strong{font-size:20px}}
@media (max-width:760px){.premium-person-card{padding:18px}.premium-person-photo{aspect-ratio:4/4.5;border-radius:20px}.premium-person-body strong{font-size:19px}.about-person-link{padding:12px 14px}}


/* About page refined */
.about-section-head{margin-top:30px;margin-bottom:16px}
.team-circle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:4px}
.team-circle-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:16px 12px;border:1px solid var(--line);border-radius:22px;background:var(--surface);min-height:100%;box-shadow:none}
.team-circle-photo{width:74px;height:74px;flex:0 0 74px;border-radius:50%;overflow:hidden;border:1px solid var(--line);background:var(--surface-soft);margin:0 auto 10px}
.team-circle-photo img{width:100%;height:100%;object-fit:cover}
.team-circle-body{width:100%}
.team-circle-body strong{display:block;font-size:14px;line-height:1.3;letter-spacing:-.02em}
.team-circle-body p{margin:4px 0 0;font-size:12px;line-height:1.45;color:var(--muted)}
.about-gallery-slider{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:6px}
.about-gallery-slide{display:block;aspect-ratio:1.08/1;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--surface)}
.about-gallery-slide img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.about-gallery-slide:hover img{transform:scale(1.03)}

/* Article spacing cleanup */
.article-single{padding-top:2px}
.article-single .article-top-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:34px;align-items:center;margin-bottom:26px}
.article-single .article-cover-side{min-height:420px;border-radius:24px;overflow:hidden;background:var(--surface)}
.article-single .article-cover-side img{width:100%;height:100%;object-fit:cover}
.article-single .article-summary-card{padding:8px 0 0 0}
.article-single .article-page-head h1{margin:0;max-width:760px;font-size:clamp(30px,3.2vw,48px);line-height:1.02}
.article-single .article-lead-side{margin-top:16px;max-width:680px;font-size:17px;line-height:1.72;color:var(--muted)}
.article-single .article-body-wrap{max-width:100%;margin:0}
.article-single .article-body{width:100%;max-width:none;padding:30px 34px;border-radius:22px}
.article-single .content-text p:first-child{margin-top:0}

@media (max-width:980px){
  .team-circle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
  .article-single .article-top-grid{grid-template-columns:1fr;gap:20px;align-items:start;margin-bottom:20px}
  .article-single .article-cover-side{min-height:280px}
  .article-single .article-body{padding:22px}
}
@media (max-width:760px){
  .team-circle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .team-circle-card{padding:12px 8px;border-radius:18px}
  .team-circle-photo{width:62px;height:62px;flex-basis:62px;margin-bottom:8px}
  .team-circle-body strong{font-size:13px}
  .team-circle-body p{font-size:11px;line-height:1.35}

  .about-gallery-slider{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px;margin-right:-4px}
  .about-gallery-slider::-webkit-scrollbar{display:none}
  .about-gallery-slide{flex:0 0 calc(50% - 5px);scroll-snap-align:start;border-radius:18px;aspect-ratio:.95/1}

  .article-single .article-page-head h1{font-size:28px}
  .article-single .article-lead-side{font-size:15px;line-height:1.65}
  .article-single .article-body{padding:18px 16px;border-radius:18px}
}


.about-reveal,.about-reveal-section .about-section-head,.about-reveal-section .team-circle-grid,.about-reveal-section .about-gallery-grid,.about-reveal-section .about-gallery-actions{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
.about-reveal.is-visible,.about-reveal-section.is-visible .about-section-head,.about-reveal-section.is-visible .team-circle-grid,.about-reveal-section.is-visible .about-gallery-grid,.about-reveal-section.is-visible .about-gallery-actions{opacity:1;transform:none}
.about-grid .about-card:nth-child(2),.team-circle-grid .team-circle-card:nth-child(2),.about-gallery-grid .about-gallery-slide:nth-child(2){transition-delay:.05s}
.about-grid .about-card:nth-child(3),.team-circle-grid .team-circle-card:nth-child(3),.about-gallery-grid .about-gallery-slide:nth-child(3){transition-delay:.1s}
.about-grid .about-card:nth-child(4),.team-circle-grid .team-circle-card:nth-child(4),.about-gallery-grid .about-gallery-slide:nth-child(4){transition-delay:.15s}
.about-grid .about-card:nth-child(5),.team-circle-grid .team-circle-card:nth-child(5),.about-gallery-grid .about-gallery-slide:nth-child(5){transition-delay:.2s}
.about-grid .about-card:nth-child(6),.team-circle-grid .team-circle-card:nth-child(6),.about-gallery-grid .about-gallery-slide:nth-child(6){transition-delay:.25s}
.about-gallery-collapsed .about-gallery-slide:nth-child(n+7){display:none}
.about-gallery-grid.is-expanded .about-gallery-slide{display:block}
.about-gallery-actions{display:flex;justify-content:center;margin-top:16px}
.about-gallery-more{min-width:220px}
.about-lightbox{position:fixed;inset:0;z-index:80;display:none}
.about-lightbox.is-open{display:block}
.about-lightbox-backdrop{position:absolute;inset:0;background:rgba(17,17,17,.68);backdrop-filter:blur(6px)}
.about-lightbox-dialog{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:100%;padding:24px}
.about-lightbox-stage{position:relative;max-width:min(1100px,84vw);max-height:84vh;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.22)}
.about-lightbox-stage img{display:block;max-width:min(1100px,84vw);max-height:84vh;width:auto;height:auto}
.about-lightbox-close,.about-lightbox-nav{position:absolute;z-index:2;border:0;background:rgba(255,255,255,.92);color:#1c1a18;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.14)}
.about-lightbox-close{top:18px;right:18px;width:46px;height:46px;border-radius:50%;font-size:30px;line-height:1}
.about-lightbox-nav{top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;font-size:34px;line-height:1}
.about-lightbox-nav.is-prev{left:22px}
.about-lightbox-nav.is-next{right:22px}
body.lightbox-open{overflow:hidden}
@media (max-width:760px){
  .about-gallery-collapsed .about-gallery-slide:nth-child(n+1){display:block}
  .about-gallery-actions{display:none}
  .about-lightbox-dialog{padding:14px}
  .about-lightbox-stage,.about-lightbox-stage img{max-width:calc(100vw - 28px);max-height:72vh}
  .about-lightbox-close{top:10px;right:10px;width:40px;height:40px;font-size:28px}
  .about-lightbox-nav{width:42px;height:42px;font-size:28px}
  .about-lightbox-nav.is-prev{left:10px}
  .about-lightbox-nav.is-next{right:10px}
}


/* refined about + article spacing */
.about-head{max-width:920px;margin:0 0 6px;padding:0 6px}
.about-head h1{margin:0 0 16px;font-size:clamp(30px,3.6vw,48px);line-height:1.04;max-width:760px}
.about-head p{margin:0;max-width:780px;font-size:17px;line-height:1.78;color:var(--muted)}
.about-grid{margin-top:18px;gap:16px}
.about-card .card-body{padding:24px 24px 22px}
.about-card h2{font-size:21px;margin:0 0 10px}
.about-section-head{margin-top:40px;margin-bottom:18px;padding:0 4px}
.team-circle-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:6px}
.team-circle-card{padding:18px 12px 16px;border-radius:22px}
.team-circle-photo{width:84px;height:84px;flex-basis:84px;margin-bottom:12px;box-shadow:0 10px 24px rgba(0,0,0,.05)}
.team-circle-body strong{font-size:14px;line-height:1.35}
.team-circle-body p{font-size:12px;line-height:1.45;margin-top:5px}
.about-gallery-slider{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:8px}
.about-gallery-slide{aspect-ratio:1.06/1;border-radius:24px}
.about-note{margin-top:20px;padding:24px 26px;border-radius:22px}
.article-single{padding-top:6px}
.article-shell-full{width:min(calc(100% - 48px),1320px)}
.article-single .article-top-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:42px;align-items:start;margin-bottom:28px}
.article-single .article-cover-side{min-height:0;aspect-ratio:1.18/0.92;border-radius:24px;box-shadow:none}
.article-single .article-summary-card{padding:10px 2px 0 0}
.article-single .article-page-head h1{max-width:760px;font-size:clamp(30px,3.4vw,46px);line-height:1.04}
.article-single .article-lead-side{margin-top:18px;max-width:640px;font-size:17px;line-height:1.75}
.article-single .article-body-wrap{margin-top:2px}
.article-single .article-body{padding:34px 36px;border-radius:24px}
.article-single .content-text>*:first-child{margin-top:0}
.article-single .content-text img{border-radius:18px;margin:22px 0;max-width:100%;height:auto}
.article-single .content-text p,.article-single .content-text ul,.article-single .content-text ol{margin:0 0 18px}
.article-single .content-text h2,.article-single .content-text h3{margin:28px 0 14px;line-height:1.18}
@media (max-width:980px){
  .article-shell-full{width:min(calc(100% - 28px),1200px)}
  .article-single .article-top-grid{grid-template-columns:1fr;gap:22px;margin-bottom:20px}
  .article-single .article-summary-card{padding:0}
  .article-single .article-cover-side{aspect-ratio:4/3}
  .article-single .article-body{padding:24px 24px 22px}
  .team-circle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:760px){
  .about-head{padding:0;margin-bottom:2px}
  .about-head h1{font-size:28px;margin-bottom:12px}
  .about-head p{font-size:15px;line-height:1.68}
  .about-grid{gap:10px;margin-top:14px}
  .about-card .card-body{padding:18px 16px}
  .about-card h2{font-size:17px}
  .about-section-head{margin-top:28px;margin-bottom:14px;padding:0}
  .team-circle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .team-circle-card{padding:12px 8px 10px;border-radius:18px}
  .team-circle-photo{width:70px;height:70px;flex-basis:70px;margin-bottom:8px}
  .team-circle-body strong{font-size:12px}
  .team-circle-body p{font-size:10px;line-height:1.35}
  .about-gallery-slider{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px;margin-right:-4px}
  .about-gallery-slider::-webkit-scrollbar{display:none}
  .about-gallery-slide{flex:0 0 calc(72% - 4px);scroll-snap-align:start;border-radius:18px;aspect-ratio:1/1.02}
  .about-note{padding:18px 16px;border-radius:18px}
  .article-shell-full{width:min(calc(100% - 16px),1200px)}
  .article-single .article-top-grid{gap:16px;margin-bottom:16px}
  .article-single .article-page-head h1{font-size:27px;line-height:1.06}
  .article-single .article-lead-side{margin-top:12px;font-size:15px;line-height:1.65}
  .article-single .article-body{padding:18px 16px 16px;border-radius:18px}
  .article-single .content-text img{margin:16px 0;border-radius:14px}
  .article-single .content-text h2,.article-single .content-text h3{margin:22px 0 12px}
}


.about-marketplaces-section{margin-top:4px}
.about-marketplaces-card{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;align-items:center;padding:22px 24px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff 0%,#faf7f3 100%)}
.about-marketplaces-top{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.marketplace-brand{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.86)}
.marketplace-brand strong{font-size:16px;line-height:1.1}
.marketplace-brand-badge{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;font-size:14px;font-weight:800;letter-spacing:.04em;color:#fff}
.marketplace-brand.is-wb .marketplace-brand-badge{background:linear-gradient(135deg,#7f35f7 0%,#dd3fe8 100%)}
.marketplace-brand.is-ozon .marketplace-brand-badge{background:linear-gradient(135deg,#0d68ff 0%,#25a8ff 100%)}
.about-marketplaces-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.marketplace-stat{padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:center}
.marketplace-stat span{display:block;font-size:28px;line-height:1;font-weight:800;letter-spacing:-.03em}
.marketplace-stat small{display:block;margin-top:6px;font-size:12px;line-height:1.3;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
@media (max-width:980px){.about-marketplaces-card{grid-template-columns:1fr;gap:14px}}
@media (max-width:760px){.about-marketplaces-card{padding:18px 16px;border-radius:20px}.about-marketplaces-top{gap:10px}.marketplace-brand{width:100%;justify-content:flex-start;padding:10px 12px;border-radius:16px}.marketplace-brand strong{font-size:15px}.marketplace-brand-badge{width:38px;height:38px;border-radius:12px;font-size:13px}.marketplace-stat{padding:14px 12px;border-radius:16px}.marketplace-stat span{font-size:24px}.marketplace-stat small{font-size:11px}}


.marketplace-brand{ text-decoration:none; }
.marketplace-brand[href]{ cursor:pointer; }
.marketplace-link-arrow{ margin-left:auto; font-size:14px; opacity:.72; }
.marketplace-brand:hover .marketplace-link-arrow{ transform:translateX(1px) translateY(-1px); opacity:1; }

[data-catalog-results].is-loading{opacity:.6;transition:opacity .18s ease}
.article-gallery-section{margin-top:34px}


.article-list-head{max-width:760px;margin-bottom:18px}
.article-list-head p{margin:10px 0 0;color:var(--muted);line-height:1.7}
.article-card-date{font-size:12px;line-height:1.2;color:#8a837c;margin-bottom:8px;letter-spacing:.02em}
.article-single-date{margin-top:-4px;margin-bottom:16px;font-size:13px;line-height:1.3;color:#8a837c}
.pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:22px}
.pagination-link{min-width:42px;height:42px;padding:0 14px;border:1px solid var(--line);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:inherit;background:#fff;text-decoration:none;font-size:14px;transition:background .2s ease,border-color .2s ease,color .2s ease}
.pagination-link:hover{background:var(--surface-soft)}
.pagination-link.is-active{background:#1f1a15;color:#fff;border-color:#1f1a15}
.pagination-nav{padding:0 16px}
.pagination-dots{color:var(--muted);padding:0 4px}
.empty-state{padding:24px;border:1px solid var(--line);border-radius:24px;background:var(--surface-soft);color:var(--muted)}
@media (max-width:760px){.pagination{gap:6px}.pagination-link{min-width:38px;height:38px;padding:0 12px;font-size:13px}.pagination-nav{padding:0 14px}}

.solution-home-grid,.solution-list-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.solution-card .card-body{padding:18px 18px 20px}
.solution-card .card-excerpt{line-height:1.65}
.solution-head{max-width:100%}
.solution-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:18px;align-items:stretch;margin-bottom:12px}
.solution-hero-copy{display:flex;align-items:center;padding:22px 24px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff 0%,#faf7f3 100%)}
.solution-hero-media{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--surface)}
.solution-hero-media img{width:100%;height:100%;object-fit:cover;display:block;min-height:100%}
.solution-section{margin-top:28px}
.solution-text-block{padding:24px 26px;border:1px solid var(--line);border-radius:22px;background:#fff}
.solution-products-grid{margin-top:6px}
.solution-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.solution-feature-card{display:flex;gap:12px;align-items:flex-start;padding:18px 18px;border:1px solid var(--line);border-radius:20px;background:#fff}
.solution-feature-card span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--surface-soft);font-weight:700;flex:0 0 28px}
.solution-feature-card strong{font-size:16px;line-height:1.5}
.solution-cta-card{padding:28px 30px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff 0%,#faf7f3 100%);display:grid;gap:14px;justify-items:start}
.solution-cta-card h2{margin:0;font-size:28px;line-height:1.08}
.solution-cta-card p{margin:0;color:var(--muted);line-height:1.75;max-width:760px}
@media (max-width:980px){.solution-home-grid,.solution-list-grid,.solution-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.solution-hero{grid-template-columns:1fr}.solution-hero-copy{padding:20px 20px}}
@media (max-width:760px){.solution-home-grid,.solution-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.solution-card .card-body{padding:14px 14px 16px}.solution-feature-grid{grid-template-columns:1fr}.solution-feature-card{padding:16px}.solution-cta-card{padding:20px 18px;border-radius:20px}.solution-cta-card h2{font-size:24px}}

.product-stock-card{margin-top:16px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft);display:grid;gap:4px;max-width:320px}
.product-stock-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.product-stock-value{font-size:20px;font-weight:800;line-height:1.05;color:var(--text)}
.product-stock-note{font-size:13px;color:#6a645d;line-height:1.45}
.product-stock-card.is-in-stock .product-stock-value{color:#2c7a4d}
.product-stock-card.is-out-stock .product-stock-value{color:#8a5a28}

/* Product description rich text */
.rich-content p{margin:0 0 14px}
.rich-content ul,.rich-content ol{margin:12px 0 16px 24px;padding:0}
.rich-content li{margin:6px 0;padding-left:2px}
.rich-content strong,.rich-content b{font-weight:700}
.rich-content em,.rich-content i{font-style:italic}

/* Reviews upgrade */
.card-body{padding:0px 14px 16px;display:flex;flex-direction:column;flex:1}
.review-grid{align-items:stretch}
.review-card-link{display:flex;flex-direction:column;min-height:100%;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;background:linear-gradient(180deg,#fff,#fbfaf8)}
.review-card-link:hover{transform:translateY(-2px);border-color:#d4ccc1;box-shadow:0 18px 34px rgba(25,22,18,.07)}
.review-text{margin-top:8px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.review-more{margin-top:auto;padding-top:14px;font-size:12px;font-weight:700;color:#171717;letter-spacing:-.01em}
.review-single-head{display:flex;align-items:center;gap:22px;padding:24px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff,#fbfaf8);box-shadow:0 14px 34px rgba(25,22,18,.045)}
.review-single-photo{width:112px;aspect-ratio:1/1;border-radius:50%;overflow:hidden;background:var(--surface-soft);border:1px solid var(--line-soft);flex:0 0 112px;box-shadow:0 10px 22px rgba(25,22,18,.07)}
.review-single-photo img{width:100%;height:100%;object-fit:cover}
.review-single-info{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.review-single-info h1{font-size:38px;margin:0 0 6px;max-width:none;line-height:1.06}
.review-single-role{font-size:15px;color:var(--muted);margin-bottom:12px;line-height:1.5}
.review-single-lead{max-width:820px;margin-top:4px}
.review-body-wrap{margin-top:18px}
.review-gallery-section{margin-top:22px}
@media(max-width:760px){.card-body{padding:0px 14px 16px}.review-single-head{padding:18px;border-radius:22px;gap:14px}.review-single-photo{width:92px;flex-basis:92px;border-radius:50%}.review-single-info h1{font-size:28px}.review-single-lead{font-size:15px}.review-more{padding-top:12px}}

/* Review detail page final polish */
.card-body{padding:0px 14px 16px;display:flex;flex-direction:column;flex:1}
.review-page-section{padding-top:22px}
.review-page-section .article-shell-full{width:min(calc(100% - 48px),1320px)}
.review-single-head{display:grid;grid-template-columns:128px minmax(0,1fr);align-items:center;gap:26px;padding:28px 32px;margin-bottom:16px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,#fff 0%,#fbfaf8 100%);box-shadow:0 18px 45px rgba(25,22,18,.055)}
.review-single-photo{width:128px;height:128px;border-radius:50%;overflow:hidden;background:linear-gradient(180deg,#f4f1ec,#ebe6df);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex:0 0 128px;box-shadow:0 14px 28px rgba(25,22,18,.08)}
.review-single-photo img{width:100%;height:100%;object-fit:cover;display:block}
.review-single-photo span{font-size:44px;font-weight:800;color:#82786d;line-height:1}
.review-single-info{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.review-single-info h1{display:block;margin:0 0 8px;font-size:clamp(30px,3.2vw,48px);line-height:1.04;letter-spacing:-.04em;color:var(--text);max-width:900px}
.review-single-role{display:inline-flex;align-items:center;font-size:16px;line-height:1.45;color:var(--muted);margin:0 0 14px;padding:7px 12px;border-radius:999px;background:var(--surface-soft);border:1px solid var(--line-soft)}
.review-single-lead{margin:0;max-width:900px;font-size:17px;line-height:1.72;color:#514a43}
.review-body-wrap{margin-top:0}
.review-body-wrap .article-body{padding:30px 36px;border-radius:26px;box-shadow:none}
.review-gallery-section{margin-top:30px}
.review-gallery-section .about-section-head{margin-top:0}
@media (max-width:760px){
  .review-page-section{padding-top:14px}
  .review-page-section .article-shell-full{width:min(calc(100% - 18px),1200px)}
  .review-single-head{grid-template-columns:82px minmax(0,1fr);gap:14px;padding:18px;border-radius:22px;margin-bottom:12px}
  .review-single-photo{width:82px;height:82px;flex-basis:82px}
  .review-single-photo span{font-size:30px}
  .review-single-info h1{font-size:25px;line-height:1.08;margin-bottom:4px}
  .review-single-role{font-size:13px;margin-bottom:8px;padding:5px 9px}
  .review-single-lead{font-size:14px;line-height:1.6}
  .review-body-wrap .article-body{padding:18px 16px;border-radius:20px}
}
