/* HomeInterior — комплектация интерьера и подбор материалов.
   Reuses the accepted author-supervision page system; this file owns only
   content-specific grids and responsive corrections for this page. */

body.page-complectation #home-intro .home-h1{
  max-width:1480px;
}

body.page-complectation #home-intro .home-lead{
  width:min(100%,1380px);
  max-width:1380px;
}

body.page-complectation .complectation-hero-note{
  width:min(100%,1120px);
  margin:0 auto 22px;
  color:#d8ccad;
  font-size:clamp(15px,1.05vw,18px);
  font-weight:650;
  line-height:1.5;
  text-align:center;
}

/* The contact action is primary; the section anchor is secondary. */
body.page-author-supervision.page-complectation#top #home-intro .cta .complectation-hero-channel-toggle{
  background:var(--hi-accent,#bfa97a)!important;
  border-color:var(--hi-accent,#bfa97a)!important;
  color:#111!important;
  box-shadow:0 0 14px rgba(191,169,122,.22)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

body.page-author-supervision.page-complectation#top #home-intro .cta > a.complectation-hero-anchor{
  background:rgba(28,28,30,.86)!important;
  border-color:rgba(255,255,255,.09)!important;
  color:rgba(255,255,255,.94)!important;
  box-shadow:0 8px 18px rgba(0,0,0,.26)!important;
  backdrop-filter:blur(16px) saturate(130%)!important;
  -webkit-backdrop-filter:blur(16px) saturate(130%)!important;
}

body.page-author-supervision.page-complectation#top #home-intro .cta > a.complectation-hero-anchor:hover,
body.page-author-supervision.page-complectation#top #home-intro .cta > a.complectation-hero-anchor:focus-visible,
body.page-author-supervision.page-complectation#top #home-intro .cta .complectation-hero-channel-toggle:hover,
body.page-author-supervision.page-complectation#top #home-intro .cta .complectation-hero-channel-toggle:focus-visible{
  background:#bfa97a!important;
  border-color:#bfa97a!important;
  color:#000!important;
  box-shadow:0 0 18px rgba(191,169,122,.70),0 0 36px rgba(191,169,122,.45)!important;
}

body.page-author-supervision.page-complectation#top #home-intro .cta .author-hero-channel-menu a,
body.page-author-supervision.page-complectation#top #home-intro .cta .author-hero-channel-menu button{
  box-sizing:border-box;
  height:44px!important;
  min-height:44px!important;
  padding:5px 10px!important;
}

body.page-complectation #included .repair-control-point:nth-child(n){
  padding:24px 34px;
}

body.page-complectation #included .repair-control-point p{
  max-width:680px;
}

body.page-complectation #included .repair-control-point:nth-child(-n+6){
  border-bottom:1px solid rgba(255,255,255,.12);
}

body.page-complectation #included .repair-control-point:nth-child(-n+2){
  padding-top:0;
}

body.page-complectation #included .repair-control-point:nth-child(n+7){
  padding-bottom:0;
}

body.page-complectation .complectation-materials-shell{
  padding:34px 38px 30px;
}

body.page-complectation .complectation-materials-intro{
  display:grid;
  gap:8px;
  max-width:1100px;
  margin:-10px auto 34px;
}

body.page-complectation .complectation-materials-intro .section-lead{
  max-width:none;
  margin:0;
}

body.page-complectation .complectation-materials-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  width:100%;
}

body.page-complectation .complectation-materials-grid article{
  position:relative;
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  grid-template-rows:auto auto;
  align-items:start;
  min-width:0;
  padding:2px 34px;
  column-gap:28px;
  border:0;
  background:transparent;
  box-shadow:none;
}

body.page-complectation .complectation-materials-grid article:first-child{
  padding-left:0;
}

body.page-complectation .complectation-materials-grid article:last-child{
  padding-right:0;
}

body.page-complectation .complectation-materials-grid article + article{
  border-left:1px solid rgba(255,255,255,.12);
}

body.page-complectation .complectation-materials-grid h3{
  grid-column:2;
  grid-row:1;
  align-self:center;
  margin:0;
  font-size:clamp(22px,1.22vw,25px)!important;
  line-height:1.18!important;
  text-align:left;
}

body.page-complectation .complectation-materials-grid p{
  grid-column:1 / -1;
  grid-row:2;
  margin:11px 0 0;
  color:rgba(243,238,228,.76);
  font-size:clamp(17px,1vw,19px);
  line-height:1.58;
  letter-spacing:-.01em;
}

body.page-complectation .complectation-materials-icon{
  grid-column:1;
  grid-row:1;
  align-self:center;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:50px;
  height:50px;
  color:#d7bb85;
}

body.page-complectation .complectation-materials-icon svg{
  display:block;
  width:50px;
  height:50px;
  overflow:visible;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}

body.page-complectation .complectation-materials-icon svg .complectation-materials-icon-bg{
  fill:var(--hi-bg,#0f0f10);
}

body.page-complectation .complectation-materials-icon svg .complectation-materials-icon-fill{
  fill:currentColor;
  stroke:none;
  opacity:.62;
}

body.page-complectation .complectation-materials-icon svg .complectation-materials-icon-check{
  stroke-width:2.6;
}

/* Four responsibility roles arranged as a balanced 2 × 2 grid. */
body.page-complectation #responsibility .responsibility-role-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

body.page-complectation #responsibility .responsibility-role-card{
  padding:28px 38px;
}

body.page-complectation #responsibility .responsibility-role-card:first-child{
  padding-left:38px;
}

body.page-complectation #responsibility .responsibility-role-card:last-child{
  padding-right:38px;
}

body.page-complectation #responsibility .responsibility-role-card + .responsibility-role-card::before{
  content:none;
}

body.page-complectation #responsibility .responsibility-role-card:nth-child(even)::before{
  content:"";
  position:absolute;
  left:0;
  top:22px;
  bottom:22px;
  width:1px;
  height:auto;
  background:rgba(255,255,255,.10);
}

body.page-complectation #responsibility .responsibility-role-card:nth-child(n+3)::after{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:0;
  height:1px;
  background:rgba(255,255,255,.10);
}

body.page-complectation #prices .hi-prices-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
  align-items:stretch;
}

body.page-complectation#top #prices > .wrap > .section-title{
  margin-bottom:var(--hi-section-title-gap,20px);
}

body.page-complectation#top #prices .complectation-price-intro{
  width:100%;
  max-width:none;
  margin:0 auto 30px;
  font-family:var(--hi-font-sans, Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif);
  font-size:var(--hi-section-subtitle-size);
  line-height:var(--hi-section-subtitle-line);
  font-weight:400;
  letter-spacing:-0.01em;
  color:#D8CCAD;
  opacity:1;
  text-align:center;
}

body.page-complectation #prices .price-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:22px 22px 20px;
  overflow:hidden;
  border:1px solid rgba(191,169,122,.24);
  border-radius:28px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.02) 0%,rgba(255,255,255,0) 100%),
    linear-gradient(135deg,rgba(191,169,122,.10),rgba(12,12,14,.96) 28%,rgba(4,4,4,.98) 100%);
  background-clip:padding-box;
  -webkit-background-clip:padding-box;
  box-shadow:0 18px 46px rgba(0,0,0,.22);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

body.page-complectation #prices .price-card:hover{
  transform:translateY(-2px);
  border-color:rgba(191,169,122,.34);
  box-shadow:0 0 18px rgba(191,169,122,.10),0 18px 46px rgba(0,0,0,.24);
}

body.page-complectation #prices .price-card h3{
  margin:0;
  text-align:center;
}

body.page-complectation #prices .price-card header{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:4px;
  margin-bottom:8px;
  text-align:center;
}

body.page-complectation #prices .price-card p,
body.page-complectation #prices .price-card li{
  margin:0;
  line-height:1.55;
}

body.page-complectation #prices .price-card .subtitle{
  color:var(--hi-text-dim);
  font-size:14px;
  text-align:center;
}

body.page-complectation #prices .features{
  flex:1 1 auto;
  margin:8px 0 10px;
  padding-left:18px;
  list-style:disc;
}

body.page-complectation #prices .features li{
  display:list-item;
  margin:5px 0;
  text-align:left;
  text-align-last:auto;
  text-justify:auto;
  -webkit-hyphens:none;
  hyphens:none;
  word-break:normal;
  overflow-wrap:normal;
}

body.page-complectation #prices .features li::before{
  display:none;
  content:none;
}

body.page-complectation #prices .price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
}

body.page-complectation #prices .price-row > .price,
body.page-complectation #prices .price-row > .price.main{
  color:var(--hi-text);
  font-size:22px;
  font-weight:800;
  line-height:1;
  letter-spacing:.2px;
  text-align:center;
  white-space:nowrap;
}

body.page-complectation #prices .price-row .btn[type="button"]{
  -webkit-appearance:none;
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:106px;
  width:auto;
  height:44px;
  margin:0;
  padding:0 26px;
  border:1px solid rgba(191,169,122,.62);
  border-radius:16px;
  background:transparent;
  color:#f5efe4;
  box-shadow:none;
  font:600 18px/1 Manrope,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:0;
  text-decoration:none;
  cursor:pointer;
  transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease,background-color .25s ease,color .25s ease;
}

body.page-complectation #prices .price-row .btn[type="button"]:hover,
body.page-complectation #prices .price-row .btn[type="button"]:focus-visible{
  border-color:rgba(191,169,122,.9);
  background:rgba(191,169,122,.06);
  box-shadow:0 0 18px rgba(191,169,122,.22);
  outline:none;
}

body.page-complectation #prices .price-row .btn[type="button"]:active{
  transform:translateY(1px);
}

body.page-complectation .complectation-volume-discount{
  max-width:920px;
  margin:30px auto 0;
  color:#d7bb85;
  font-size:clamp(21px,2vw,28px);
  font-weight:800;
  line-height:1.35;
  text-align:center;
}

body.page-complectation .complectation-sketch-option{
  max-width:920px;
  margin:10px auto 0;
  color:rgba(255,255,255,.78);
  font-size:clamp(16px,1.3vw,19px);
  font-weight:500;
  line-height:1.5;
  text-align:center;
}

@media (max-width:1100px){
  body.page-complectation .complectation-materials-grid{
    grid-template-columns:1fr;
  }

  body.page-complectation .complectation-materials-grid article,
  body.page-complectation .complectation-materials-grid article:first-child,
  body.page-complectation .complectation-materials-grid article:last-child{
    padding:26px 0;
    border-left:0;
  }

  body.page-complectation .complectation-materials-grid article:first-child{
    padding-top:0;
  }

  body.page-complectation .complectation-materials-grid article:last-child{
    padding-bottom:0;
  }

  body.page-complectation .complectation-materials-grid article + article{
    border-left:0;
    border-top:1px solid rgba(191,169,122,.16);
  }

  body.page-complectation #responsibility .responsibility-role-grid{
    grid-template-columns:1fr;
  }

  body.page-complectation #responsibility .responsibility-role-card,
  body.page-complectation #responsibility .responsibility-role-card:first-child,
  body.page-complectation #responsibility .responsibility-role-card:last-child{
    padding:26px 0;
  }

  body.page-complectation #responsibility .responsibility-role-card:first-child{
    padding-top:0;
  }

  body.page-complectation #responsibility .responsibility-role-card:last-child{
    padding-bottom:0;
  }

  body.page-complectation #responsibility .responsibility-role-card:nth-child(even)::before,
  body.page-complectation #responsibility .responsibility-role-card:nth-child(n+3)::after{
    content:none;
  }

  body.page-complectation #responsibility .responsibility-role-card + .responsibility-role-card::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:auto;
    width:auto;
    height:1px;
    background:rgba(191,169,122,.16);
  }

}

@media (max-width:900px){
  body.page-complectation #prices .price-card .subtitle,
  body.page-complectation #prices .features li{
    font-size:clamp(16px,calc(1.2vw + 12px),18px);
    line-height:1.5;
  }

  body.page-complectation .complectation-hero-note{
    max-width:720px;
    margin-bottom:20px;
  }

  body.page-complectation .complectation-materials-intro{
    max-width:760px;
    margin-bottom:30px;
  }

  body.page-complectation #included .repair-control-point:nth-child(n){
    padding:20px 0;
  }

  body.page-complectation #included .repair-control-point p{
    max-width:none;
  }

  body.page-complectation #included .repair-control-point:first-child{
    padding-top:0;
  }

  body.page-complectation #included .repair-control-point:last-child{
    padding-bottom:0;
  }

  body.page-complectation .complectation-materials-shell{
    padding:24px 22px 22px;
  }

  body.page-complectation .complectation-materials-grid article{
    grid-template-columns:32px minmax(0,1fr);
    column-gap:18px;
  }

  body.page-complectation .complectation-materials-grid h3{
    font-size:var(--hi-type-h3)!important;
    line-height:var(--hi-type-h3-line)!important;
  }

  body.page-complectation .complectation-materials-icon,
  body.page-complectation .complectation-materials-icon svg{
    width:32px;
    height:32px;
  }
}

@media (max-width:414px){
  body.page-complectation #prices .price-row{
    gap:8px;
    flex-wrap:nowrap;
  }

  body.page-complectation #prices .price-row > .price,
  body.page-complectation #prices .price-row > .price.main{
    flex:0 0 auto;
    font-size:19px;
    letter-spacing:0;
  }

  body.page-complectation #prices .price-row .btn[type="button"]{
    min-width:92px;
    height:40px;
    padding:0 16px;
    border-radius:14px;
    font-size:15.5px;
    white-space:nowrap;
  }
}

@media (max-width:560px){
  body.page-complectation .complectation-hero-note{
    width:min(94%,720px);
    font-size:15px;
    line-height:1.48;
  }

  body.page-complectation .complectation-materials-shell{
    padding:22px 18px 20px;
  }

  body.page-complectation .complectation-materials-grid article,
  body.page-complectation .complectation-materials-grid article:first-child,
  body.page-complectation .complectation-materials-grid article:last-child{
    padding:20px 0;
  }

  body.page-complectation .complectation-materials-grid article:first-child{
    padding-top:0;
  }

  body.page-complectation .complectation-materials-grid article:last-child{
    padding-bottom:0;
  }
}
