:root{--orange:#e35422;--dark:#252525;--ink:#2d2d2d;--muted:#737373;--line:#e4e1dc;--soft:#f5f3ef;--wrap:1180px;--shadow:0 18px 45px rgba(40,30,20,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.65;background:#fff}img{display:block;max-width:100%}a{color:inherit}.wrap{width:min(var(--wrap),calc(100% - 36px));margin:auto}.topline{background:#292929;color:#ddd;font-size:13px}.top-inner{height:36px;display:flex;align-items:center;justify-content:space-between}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-main{min-height:88px;display:flex;align-items:center;gap:22px}.brand{width:205px;flex:0 0 auto}.site-nav{display:flex;margin-left:auto;gap:4px}.site-nav a{text-decoration:none;padding:10px 9px;font-size:14px;font-weight:700;border-radius:8px}.site-nav a:hover{background:#f7eee9;color:var(--orange)}.phone{text-decoration:none;background:var(--orange);color:#fff;padding:10px 14px;border-radius:999px;font-weight:800;font-size:14px;white-space:nowrap}.menu-btn{display:none;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 13px;font-weight:800}.hero{background:#2b2b2b;color:#fff;padding:62px 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.eyebrow{display:inline-block;color:#ffb28e;text-transform:uppercase;font-size:12px;letter-spacing:.12em;font-weight:900}.eyebrow.dark{color:var(--orange)}.hero h1,.page-hero h1{font-size:clamp(42px,5.3vw,70px);line-height:1.02;letter-spacing:-2px;margin:10px 0 20px}.hero p{font-size:19px;color:#e7e7e7;max-width:650px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.button{display:inline-block;text-decoration:none;background:var(--orange);color:#fff;padding:13px 20px;border-radius:999px;font-weight:800}.button:hover{background:#c9471c}.button-light{background:#fff;color:#333}.dark-button{background:#333}.hero-points{display:flex;gap:18px;flex-wrap:wrap;color:#ddd;font-size:13px}.hero-points span:before{content:"✓";color:#ff8a57;margin-right:6px}.hero-media{border-radius:26px;overflow:hidden;box-shadow:0 28px 65px rgba(0,0,0,.27)}.hero-media img{width:100%;height:430px;object-fit:cover}.section{padding:78px 0}.muted{background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:30px}.section-head h2,.section h2{font-size:clamp(30px,4vw,46px);line-height:1.1;margin:7px 0 0;letter-spacing:-1px}.section-head>p{max-width:470px;color:var(--muted);margin:0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{position:relative;border-radius:16px;overflow:hidden;min-height:210px;text-decoration:none;background:#333}.category-card:first-child{grid-column:span 2}.category-card img{width:100%;height:100%;min-height:210px;object-fit:cover;opacity:.77;transition:.2s}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.72))}.category-card span{position:absolute;left:20px;right:20px;bottom:17px;z-index:2;color:#fff;font-size:20px;font-weight:900}.category-card:hover img{transform:scale(1.025);opacity:.9}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.product-card img{width:100%;height:250px;object-fit:cover}.product-copy{padding:18px}.product-copy h3{font-size:16px;line-height:1.35;min-height:44px;margin:0 0 14px}.product-copy strong{display:block;font-size:22px;color:var(--orange);margin-bottom:10px}.product-copy a{font-size:13px;font-weight:800;text-decoration:none;border-bottom:1px solid #c9c4bd}.text-link{text-decoration:none;font-weight:800;color:var(--orange)}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px}.split p{color:#555}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.benefit-grid>div{border:1px solid var(--line);border-radius:16px;padding:22px}.benefit-grid b{color:var(--orange);font-size:12px}.benefit-grid strong,.benefit-grid span{display:block}.benefit-grid strong{font-size:18px;margin:7px 0}.benefit-grid span{color:var(--muted);font-size:14px}.dark-section{background:#292929;color:#fff}.dark-section h2{color:#fff}.info-strip{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.info-strip p{color:#d9d9d9}.contact-panel{border-left:1px solid #555;padding-left:35px}.contact-panel span{display:block;color:#bbb}.contact-panel a{display:block;text-decoration:none;color:#fff;font-size:clamp(27px,4vw,42px);font-weight:900;margin:8px 0}.site-footer{background:#f0ede8;padding:50px 0 18px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:35px}.footer-logo{width:190px;margin-bottom:15px}.site-footer p{font-size:14px;color:#666}.site-footer a{text-decoration:none;color:#555}.footer-bottom{border-top:1px solid #d9d4cc;margin-top:30px;padding-top:17px;color:#777;font-size:13px}.page-hero{background:#303030;color:#fff;padding:55px 0}.page-hero p{color:#ddd;font-size:18px}.catalog-section{scroll-margin-top:100px}.catalog-copy{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center}.catalog-copy.reverse>div:first-child{order:2}.catalog-copy img{width:100%;border-radius:18px;min-height:320px;object-fit:cover}.subheading{font-size:27px;margin:55px 0 22px}.other-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.other-grid article{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden}.other-grid img{width:100%;height:170px;object-fit:cover}.other-grid h3,.other-grid p{margin-left:18px;margin-right:18px}.other-grid h3{margin-bottom:5px}.other-grid p{color:var(--muted);font-size:14px;margin-top:0;margin-bottom:20px}.catalog-note{margin-top:25px;padding:17px 20px;border-left:4px solid var(--orange);background:#fff}.article{max-width:950px}.article p,.article li{font-size:17px}.article h2{margin-top:45px}.article h2:first-child{margin-top:0}.about-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:35px 0}.about-cards>div{padding:23px;border:1px solid var(--line);border-radius:15px}.about-cards strong,.about-cards span{display:block}.about-cards strong{font-size:18px}.about-cards span{color:var(--muted);margin-top:8px}.cta-box{margin-top:45px;padding:28px;background:#2c2c2c;color:#fff;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-box p{font-size:15px;color:#ddd;margin:5px 0 0}.info-layout{display:grid;grid-template-columns:.45fr 1fr;gap:55px}.article.compact h3{font-size:24px;margin-top:30px}.contacts-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px}.big-phone,.email{display:block;text-decoration:none}.big-phone{font-size:clamp(28px,5vw,50px);font-weight:900;color:#fff;margin:20px 0 5px}.email{color:#ffb28e;font-size:20px}.details-card{background:#fff;color:#333;border-radius:18px;padding:28px}.details-card p{display:grid;grid-template-columns:170px 1fr;gap:20px;border-bottom:1px solid var(--line);padding:13px 0;margin:0}.details-card p:last-child{border-bottom:0}.details-card strong{font-size:13px;text-transform:uppercase;color:#777}.details-card span{font-weight:700}@media(max-width:1020px){.site-nav{display:none;position:absolute;top:82px;left:18px;right:18px;background:#fff;padding:10px;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);flex-direction:column}.site-nav.open{display:flex}.menu-btn{display:block}.phone{display:none}.hero-grid,.split,.info-strip,.catalog-copy,.info-layout,.contacts-grid{grid-template-columns:1fr}.catalog-copy.reverse>div:first-child{order:0}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.other-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.contact-panel{border-left:0;border-top:1px solid #555;padding:25px 0 0}}@media(max-width:650px){.topline{display:none}.header-main{min-height:72px}.brand{width:180px}.site-nav{top:68px}.wrap{width:min(var(--wrap),calc(100% - 24px))}.hero,.page-hero{padding:44px 0}.hero h1,.page-hero h1{font-size:42px}.hero-media img{height:280px}.section{padding:54px 0}.section-head{display:block}.section-head>p{margin-top:10px}.category-grid,.product-grid,.other-grid,.benefit-grid,.footer-grid,.about-cards{grid-template-columns:1fr}.category-card:first-child{grid-column:auto}.product-card img{height:auto}.cta-box{align-items:flex-start;flex-direction:column}.details-card p{grid-template-columns:1fr;gap:3px}}
/* About page CTA phone fix */
.about-page .cta-box .button{
  flex:0 0 auto;
  min-width:190px;
  text-align:center;
  white-space:nowrap;
}

/* Header closer to the original BRAER-PSKOV layout */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#fff;
  border-bottom:1px solid #ece8e2;
  backdrop-filter:none;
}
.site-header .header-main{
  min-height:94px;
  display:flex;
  align-items:center;
  gap:24px;
}
.site-header .brand{
  width:205px;
  flex:0 0 auto;
}
.site-header .site-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:3px;
}
.site-header .site-nav a{
  padding:10px 8px;
  font-size:14px;
  font-weight:700;
}
.site-header .phone{
  background:var(--orange);
  color:#fff;
  padding:11px 16px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
}
@media(max-width:1020px){
  .site-header .site-nav{
    display:none;
    position:absolute;
    top:82px;
    left:18px;
    right:18px;
    margin-left:0;
    background:#fff;
    padding:10px;
    border:1px solid var(--line);
    border-radius:14px;
    box-shadow:var(--shadow);
    flex-direction:column;
    align-items:stretch;
  }
  .site-header .site-nav.open{display:flex}
}
@media(max-width:650px){
  .site-header .header-main{min-height:72px}
  .site-header .brand{width:180px}
  .site-header .site-nav{top:68px}
}
