/* Compact, isolated homepage layout. No Bootstrap grid dependency. */
:root{
  --home-container:1280px;
  --home-pad:clamp(16px,2.4vw,26px);
  --home-gap:14px;
}
.home-page-v2{margin:0;padding:74px 0 0!important;overflow-x:clip;background:#fff;color:var(--ink)}
.home-page-v2 *{box-sizing:border-box}
.home-page-v2 .site-container{width:min(var(--home-container),calc(100% - (var(--home-pad)*2)));margin-inline:auto}
.home-page-v2 main{display:block;min-width:0}
.home-page-v2 img{display:block;max-width:100%;height:auto}

.site-header-v2{position:fixed;inset:0 0 auto;z-index:1100;height:74px;background:rgba(255,255,255,.97);border-bottom:1px solid #dce6ed;box-shadow:0 5px 18px rgba(16,32,51,.055);backdrop-filter:blur(14px)}
.header-v2__inner{height:100%;display:grid;grid-template-columns:118px minmax(0,1fr) auto auto;align-items:center;gap:16px}
.header-v2__logo img{width:118px;height:auto}
.header-v2__nav{display:flex;justify-content:center;align-items:center;gap:1px;min-width:0}
.header-v2__nav a{padding:9px 7px;border-radius:8px;color:#102033;font-size:13px;font-weight:700;white-space:nowrap}
.header-v2__nav a:hover{background:#edf5fa;color:#075887}
.header-v2__actions{display:flex;align-items:center;gap:8px;white-space:nowrap}
.header-v2__phone{font-weight:850;color:#102033;font-size:15px}
.header-v2__callback{min-height:38px;padding:8px 12px;border:1px solid #1182c3;border-radius:10px;background:#1182c3;color:#fff;font-weight:750;cursor:pointer}
.header-v2__callback:hover{background:#075887}
.site-header-v2 .site-menu-toggle{display:none;width:42px;height:42px;padding:8px;border:1px solid #dce6ed;border-radius:11px;background:#fff}
.site-header-v2 .site-menu-toggle span:not(.sr-only){display:block;height:2px;margin:5px 0;background:#102033}

.messenger-icons{display:flex;align-items:center;gap:6px}
.messenger-icons a{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:34px;height:34px;margin:0!important;padding:0!important;border-radius:50%;box-shadow:0 4px 11px rgba(16,32,51,.13);transition:transform .18s}
.messenger-icons a:hover{transform:translateY(-2px)}
.messenger-icons img{width:100%!important;height:100%!important;object-fit:contain;border-radius:50%;margin:0!important}
.messenger-icons--order a,.messenger-icons--contacts a{width:46px;height:46px}
.messenger-icons--footer a{width:36px;height:36px}

.hero-v2{padding:46px 0 32px;background:radial-gradient(circle at 88% 10%,rgba(17,130,195,.15),transparent 34%),linear-gradient(135deg,#f5fbff,#fff 65%)}
.hero-v2__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(400px,.98fr);align-items:center;gap:clamp(28px,4vw,54px)}
.hero-v2__copy{min-width:0}
.hero-v2__copy h1{font-size:clamp(38px,4.5vw,58px);line-height:1.02;letter-spacing:-.045em;margin:12px 0 16px;max-width:650px}
.hero-v2__copy>p{font-size:18px;line-height:1.48;color:#617083;max-width:640px}
.hero-v2__actions{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}
.hero-v2__copy ul{display:flex;flex-wrap:wrap;gap:8px 18px;list-style:none;padding:0;margin:18px 0 0}
.hero-v2__copy li{font-weight:650;font-size:14px}
.hero-v2__copy li:before{content:'✓';margin-right:7px;color:#1182c3;font-weight:900}
.hero-v2__media{position:relative;min-width:0}
.hero-v2__media>img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:24px;box-shadow:0 15px 40px rgba(16,32,51,.14)}
.hero-v2__note{position:absolute;left:-20px;bottom:18px;max-width:250px;padding:14px 16px;background:rgba(255,255,255,.96);border:1px solid rgba(220,230,237,.9);border-radius:15px;box-shadow:0 12px 30px rgba(16,32,51,.14)}
.hero-v2__note strong,.hero-v2__note span{display:block}
.hero-v2__note span{margin-top:4px;color:#617083;font-size:13px}

.trust-v2{padding:0 0 38px}
.trust-v2__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.trust-v2__grid>div{padding:15px 17px;border:1px solid #dce6ed;border-radius:14px;background:#fff;box-shadow:0 5px 15px rgba(16,32,51,.03)}
.trust-v2 strong,.trust-v2 span{display:block}
.trust-v2 strong{font-size:16px}
.trust-v2 span{margin-top:2px;color:#617083;font-size:13px}

.home-section{padding:50px 0;scroll-margin-top:74px}
.home-section--soft{background:#f3f7fa}
.home-heading{max-width:790px;margin:0 auto 25px;text-align:center}
.home-heading h2{font-size:clamp(28px,3vw,39px);line-height:1.08;margin:8px 0}
.home-heading p{margin:0;color:#617083;font-size:16px;line-height:1.45}
.home-heading--sub{margin-top:42px}

.decor-grid-v2{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--home-gap);align-items:stretch}
.decor-card-v2{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #dce6ed;border-radius:16px;background:#fff;box-shadow:0 6px 18px rgba(16,32,51,.05)}
.decor-card-v2__media{position:relative;display:block;padding:9px 9px 0}
.decor-card-v2__media img{width:100%;aspect-ratio:16/9;object-fit:contain;background:#f4f7f9;border-radius:11px}
.decor-card__status{position:absolute;right:17px;top:17px;padding:5px 8px;border-radius:999px;background:#fff3dd;color:#855200;font-size:11px;font-weight:800}
.decor-card-v2__body{display:flex;flex:1;flex-direction:column;padding:12px 14px 14px}
.decor-card-v2__series{color:#1182c3;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.055em}
.decor-card-v2 h3{font-size:16px;line-height:1.24;margin:5px 0 7px;min-height:40px}
.decor-card-v2 h3 a{color:#102033}
.decor-card-v2 p{display:-webkit-box;flex:1;margin:0;overflow:hidden;color:#617083;font-size:13px;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.decor-card-v2__link{margin-top:9px;font-size:13px;font-weight:800}
.decor-card-v2__link:after{content:' →'}
.decor-card-v2--extra{display:none}
#decors.is-expanded .decor-card-v2--extra{display:flex}
.series-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}
.series-compare>div{padding:16px 18px;border:1px solid #dce6ed;border-radius:15px;background:#fff}
.series-compare strong{font-size:18px}
.series-compare p{margin:5px 0 0;color:#617083;font-size:14px;line-height:1.45}

.gallery-grid-v2{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.gallery-card{display:block;overflow:hidden;border-radius:13px;background:#edf2f5}
.gallery-card img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .25s}
.gallery-card:hover img{transform:scale(1.035)}
.gallery-card--extra{display:none}
#gallery.is-expanded .gallery-card--extra{display:block}
.section-toggle-wrap{display:flex;justify-content:center;margin-top:22px}
.section-toggle{min-width:210px}

.components-grid-v2{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.component-card{display:flex;flex-direction:column;padding:13px;border:1px solid #dce6ed;border-radius:16px;background:#fff}
.component-card img{width:100%;height:112px;object-fit:contain;background:#f7f9fa;border-radius:10px}
.component-card h3{font-size:16px;line-height:1.28;margin:11px 0 6px}
.component-card p{display:-webkit-box;margin:0;overflow:hidden;color:#617083;font-size:13px;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:3}

.advantages-v2{display:block}
.advantages-v2__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.advantage-item{border:1px solid #dce6ed;border-radius:13px;background:#fff;overflow:hidden}
.advantage-item summary{padding:13px 15px;font-size:15px;font-weight:800;cursor:pointer;list-style:none}
.advantage-item summary::-webkit-details-marker{display:none}
.advantage-item summary:after{content:'+';float:right;color:#1182c3;font-size:19px}
.advantage-item[open] summary:after{content:'−'}
.advantage-item p{margin:0;padding:0 15px 15px;color:#617083;font-size:14px;line-height:1.52}

.price-table-v2{overflow:auto;border:1px solid #dce6ed;border-radius:16px;background:#fff;-webkit-overflow-scrolling:touch}
.price-table-v2 table{width:100%;min-width:720px;border-collapse:collapse;margin:0}
.price-table-v2 th,.price-table-v2 td{padding:9px 11px;border-bottom:1px solid #e5edf2;text-align:left;font-size:13px}
.price-table-v2 th{background:#eaf4fa;font-size:13px}
.price-table-v2 tbody tr:nth-child(odd){background:#fafcfd}
.price-note{color:#617083;font-size:13px;margin:10px 0 0}

.delivery-grid-v2{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.delivery-grid-v2 article{display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto 1fr;column-gap:11px;padding:15px;border:1px solid #dce6ed;border-radius:15px;background:#fff}
.delivery-grid-v2 img{grid-row:1/3;width:38px;height:38px;object-fit:contain}
.delivery-grid-v2 h3{grid-column:2;font-size:16px;line-height:1.25;margin:0 0 5px}
.delivery-grid-v2 p{grid-column:2;margin:0;color:#617083;font-size:13px;line-height:1.43}

.messenger-order-v2{display:flex;align-items:center;justify-content:space-between;gap:18px;max-width:1000px;margin:0 auto 16px;padding:15px 18px;border:1px solid #dce6ed;border-radius:16px;background:#fff}
.messenger-order-v2 strong,.messenger-order-v2 span{display:block}
.messenger-order-v2 strong{font-size:18px}
.messenger-order-v2 span{color:#617083;margin-top:2px;font-size:14px}
.order-form-v2{max-width:1000px;margin:0 auto;padding:22px;border:1px solid #dce6ed;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(16,32,51,.085)}
.order-form-v2 hr{border:0;border-top:1px solid #e4ebef;margin:18px 0}
.order-help-button{padding:8px 12px;border:1px solid #b9d7e8;border-radius:9px;background:#edf7fc;color:#075887;font-weight:750}
.order-form-v2 .collapse{display:none}
.order-form-v2 .collapse.in{display:block}
.order-table-wrap{width:100%;overflow:auto;margin-top:14px;-webkit-overflow-scrolling:touch}
.order-items-table{width:100%;min-width:850px;border-collapse:separate;border-spacing:0;border:1px solid #dce6ed;border-radius:12px;overflow:hidden}
.order-items-table th,.order-items-table td{padding:8px;border-bottom:1px solid #e4ebef;vertical-align:middle}
.order-items-table th{background:#eaf4fa;font-size:12px}
.order-items-table select,.order-items-table input{width:100%;height:39px;padding:6px 8px;border:1px solid #cad8e1;border-radius:8px;background:#fff}
.order-items-table .length_select input,.order-items-table .count_select input,.order-items-table .sum input{width:74px!important;margin:0!important}
.order-items-table .sum input{width:92px!important}
.order-add-button{padding:8px 13px;border:0;border-radius:9px;background:#1182c3;color:#fff;font-weight:750}
.order-remove-button{width:30px;height:30px;border:0;border-radius:50%;background:#fff0f0;color:#9c2020;font-size:19px}
.delivery-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.delivery-options .checkbox{margin:0;padding:11px;border:1px solid #dce6ed;border-radius:11px}
.delivery-options label{display:flex;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:700}
.delivery-options input[type=checkbox]{width:17px;height:17px}
.order-contact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.order-contact-fields .form-field{margin:0}
.order-contact-fields .form-field:nth-of-type(4),.order-contact-fields .form-field:nth-of-type(5),.order-contact-fields .consent-box,.order-contact-fields .form-status,.order-contact-fields .form-field:last-child{grid-column:1/-1}
.form-label{display:block;margin:0 0 5px;font-size:14px;font-weight:750}
.order-form-v2 .form-control{display:block;width:100%;height:43px;padding:8px 11px;border:1px solid #cad8e1;border-radius:9px;box-shadow:none}
.order-form-v2 textarea.form-control{height:auto;min-height:72px}
.order-form-v2 .consent-box{display:flex;gap:9px;padding:12px;border-radius:11px;background:#f3f7fa;color:#46576a;font-size:13px}
.order-form-v2 .consent-box input{flex:0 0 auto;margin-top:3px}
.order-form-v2 .btn-modern{justify-self:start}
.table-scroll{overflow:auto}
.table-scroll table{width:100%}

.contacts-grid-v2{display:grid;grid-template-columns:minmax(250px,.56fr) minmax(0,1.44fr);gap:18px;align-items:stretch}
.contact-card-v2{padding:20px;border:1px solid #dce6ed;border-radius:17px;background:#f3f7fa}
.contact-card-v2 h3{font-size:21px;margin:0 0 12px}
.contact-link-v2{display:block;margin:7px 0;color:#102033;font-size:17px;font-weight:800}
.messenger-icons--contacts{margin:14px 0}
.contact-card-v2 p{color:#617083;font-size:14px}
.map-embed-v2{min-height:300px;overflow:hidden;border:1px solid #dce6ed;border-radius:17px;background:#eef5f8}
.map-embed-v2 iframe{display:block;width:100%;height:100%;min-height:300px;border:0}

.seo-section-v2{padding:50px 0;background:#fff}
.seo-grid-v2{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:30px}
.seo-grid-v2 p{color:#617083;font-size:14px;line-height:1.52}
.seo-grid-v2 h2{font-size:28px}
.seo-grid-v2 h3{font-size:19px}
.faq-v2{padding:20px;border-radius:17px;background:#f3f7fa}
.faq-v2 h2{font-size:23px;margin-top:0}
.faq-v2 details{padding:10px 0;border-top:1px solid #dce6ed}
.faq-v2 summary{font-size:14px;font-weight:800;cursor:pointer}
.faq-v2 p{margin-bottom:0}

.site-footer-v2{padding:44px 0 18px;background:#071b2d;color:#c6d2dc}
.footer-v2__grid{display:grid;grid-template-columns:1.2fr repeat(3,minmax(0,1fr));gap:30px}
.site-footer-v2 h2{color:#fff;font-size:16px;margin:0 0 11px}
.site-footer-v2 a,.site-footer-v2 button{display:block;margin:6px 0;padding:0;border:0;background:none;color:#dce7ef;font-size:14px;text-align:left}
.site-footer-v2 a:hover,.site-footer-v2 button:hover{color:#fff}
.footer-v2__logo img{width:126px;filter:brightness(0) invert(1)}
.footer-v2__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:28px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);font-size:12px}
.home-page-v2 .callback-fab{right:16px;bottom:16px;padding:11px 16px;font-size:14px}

@media(max-width:1180px){
  .header-v2__inner{grid-template-columns:112px 1fr auto}
  .header-v2__nav{position:fixed;top:74px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;padding:14px;background:#fff;border:1px solid #dce6ed;border-radius:16px;box-shadow:0 18px 45px rgba(16,32,51,.16)}
  .header-v2__nav.is-open{display:flex}.header-v2__nav a{font-size:15px}.site-header-v2 .site-menu-toggle{display:block}.header-v2__actions{justify-self:end}.header-v2__callback{display:none}
  .hero-v2__grid{grid-template-columns:1fr 1fr;gap:30px}
  .decor-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gallery-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))}
  .components-grid-v2,.delivery-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .home-page-v2{padding-top:68px!important}.site-header-v2{height:68px}.header-v2__inner{grid-template-columns:102px 1fr auto;gap:11px}.header-v2__logo img{width:102px}.header-v2__nav{top:68px}.header-v2__phone{display:none}.messenger-icons--header a{width:31px;height:31px}
  .hero-v2{padding-top:36px}.hero-v2__grid{grid-template-columns:1fr}.hero-v2__media{max-width:680px}.hero-v2__note{left:16px}
  .trust-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.decor-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))}
  .advantages-v2__list{grid-template-columns:1fr}.contacts-grid-v2,.seo-grid-v2{grid-template-columns:1fr}.delivery-options{grid-template-columns:1fr}.order-contact-fields{grid-template-columns:1fr}.order-contact-fields .form-field,.order-contact-fields .consent-box,.order-contact-fields .form-status{grid-column:auto}.series-compare{grid-template-columns:1fr}
}
@media(max-width:620px){
  :root{--home-pad:14px}.home-page-v2{padding-top:62px!important;font-size:16px}.site-header-v2{height:62px}.header-v2__inner{grid-template-columns:88px 1fr 40px;gap:7px}.header-v2__logo img{width:88px}.header-v2__nav{top:62px}.header-v2__actions{justify-self:end}.messenger-icons--header{gap:4px}.messenger-icons--header a{width:28px;height:28px}.site-header-v2 .site-menu-toggle{width:40px;height:40px;padding:7px}
  .hero-v2{padding:28px 0}.hero-v2__copy h1{font-size:34px}.hero-v2__copy>p{font-size:16px}.hero-v2__actions{display:grid}.hero-v2__actions .btn-modern{width:100%}.hero-v2__note{position:relative;left:auto;bottom:auto;margin:-15px 10px 0;max-width:none}
  .trust-v2{padding-bottom:30px}.trust-v2__grid{grid-template-columns:1fr 1fr}.trust-v2__grid>div{padding:12px}
  .home-section,.seo-section-v2{padding:38px 0}.home-heading{margin-bottom:20px}.home-heading--sub{margin-top:34px}
  .decor-grid-v2{grid-template-columns:1fr}.decor-card-v2 h3{min-height:0}.decor-card-v2 p{-webkit-line-clamp:2}.decor-card-v2--mobile-extra{display:none}.decor-card-v2--extra{display:none}#decors.is-expanded .decor-card-v2--mobile-extra,#decors.is-expanded .decor-card-v2--extra{display:flex}.gallery-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.components-grid-v2,.delivery-grid-v2{grid-template-columns:1fr}
  .delivery-grid-v2 article{grid-template-columns:34px 1fr}.delivery-grid-v2 img{width:34px;height:34px}
  .messenger-order-v2{flex-direction:column;align-items:flex-start;padding:14px}.order-form-v2{padding:14px;border-radius:16px}
  .footer-v2__grid{grid-template-columns:1fr}.footer-v2__bottom{flex-direction:column}.site-footer-v2{padding-top:36px}
  .map-embed-v2,.map-embed-v2 iframe{min-height:260px}
  .home-page-v2 .callback-fab{right:10px;bottom:10px;padding:10px 13px;font-size:13px}
}
@media(max-width:390px){
  .header-v2__actions .messenger-icons a{width:26px;height:26px}.header-v2__inner{grid-template-columns:78px 1fr 38px}.header-v2__logo img{width:78px}.trust-v2__grid{grid-template-columns:1fr}.hero-v2__copy h1{font-size:31px}
}

/* Stable calculator layout on narrow screens */
.order-summary{padding:18px;border:1px solid #dce6ed;border-radius:16px;background:#f7fafc}
.order-summary table{width:100%;border-collapse:collapse}
.order-summary td{padding:5px 0;text-align:right;color:#415366}
.order-summary tr:last-child td{padding-top:10px;color:#102033;font-size:18px}
@media(max-width:620px){
  .order-table-wrap{overflow:visible}
  .order-items-table{display:block;min-width:0;border:0;background:transparent;overflow:visible}
  .order-items-table thead,.order-items-table tbody,.order-items-table tfoot{display:block;width:100%}
  .order-items-table thead>tr:first-child{display:none}
  .order-items-table #row_data-add{display:none!important}
  .order-items-table #user_rows{display:grid;gap:14px}
  .order-items-table #user_rows>tr{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px;border:1px solid #dce6ed;border-radius:14px;background:#fff}
  .order-items-table #user_rows td{display:block;width:auto!important;padding:0!important;border:0!important;text-align:left!important}
  .order-items-table #user_rows .number_line{position:absolute;right:10px;top:10px;width:28px!important;height:28px;border-radius:50%!important;background:#eaf4fa;color:#075887;text-align:center!important;line-height:28px;font-weight:800}
  .order-items-table #user_rows .dekor_select,.order-items-table #user_rows .goods_select{grid-column:1/-1;padding-right:34px!important}
  .order-items-table #user_rows .dekor_select:before,.order-items-table #user_rows .goods_select:before,.order-items-table #user_rows .length_select:before,.order-items-table #user_rows .count_select:before,.order-items-table #user_rows .sum:before{display:block;margin:0 0 5px;color:#617083;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
  .order-items-table #user_rows .dekor_select:before{content:'Декор'}
  .order-items-table #user_rows .goods_select:before{content:'Ширина или комплектующая'}
  .order-items-table #user_rows .length_select:before{content:'Длина'}
  .order-items-table #user_rows .count_select:before{content:'Количество'}
  .order-items-table #user_rows .sum:before{content:'Стоимость'}
  .order-items-table #user_rows select,.order-items-table #user_rows input{width:100%!important;margin:0!important}
  .order-items-table #user_rows .length_select span,.order-items-table #user_rows .count_select span,.order-items-table #user_rows .sum span{display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px;white-space:normal!important}
  .order-items-table #user_rows .sum{grid-column:1/-1}
  .order-items-table #user_rows td:last-child{position:absolute;right:8px;bottom:8px}
  .order-items-table tfoot>tr,.order-items-table tfoot td{display:block;width:100%;padding:0!important;border:0!important}
  .order-add-button{width:100%;min-height:44px;margin-top:12px}
  .order-summary{padding:14px}
}

/* =========================================================
   Premium homepage refresh — all catalogue and gallery visible
   ========================================================= */
:root{
  --home-container:1400px;
  --navy:#0b1f35;
  --blue:#0b84c6;
  --blue-dark:#075c91;
  --sky:#e9f6fc;
  --aqua:#dff4f6;
  --gold:#d8a23b;
  --muted:#607186;
  --line:#d9e5ec;
  --soft:#f4f8fb;
  --surface:#ffffff;
  --premium-shadow:0 12px 34px rgba(10,36,59,.08);
}
.home-page-v2{background:#fff;color:var(--navy)}
.home-page-v2 main{overflow:hidden}
.home-section{position:relative;padding:46px 0}
.home-section--soft{
  background:
    radial-gradient(circle at 10% 10%,rgba(11,132,198,.055) 0 2px,transparent 2.5px) 0 0/30px 30px,
    linear-gradient(180deg,#f4f8fb 0%,#eef5f9 100%);
}
.home-heading{position:relative;max-width:880px;margin:0 auto 24px}
.home-heading h2{color:var(--navy);letter-spacing:-.025em}
.home-heading p{max-width:780px;margin-inline:auto}
.section-symbol{
  display:inline-grid;place-items:center;width:48px;height:48px;margin:0 auto 7px;
  border:1px solid rgba(11,132,198,.17);border-radius:15px;
  background:linear-gradient(145deg,#fff,#e9f6fc);color:var(--blue);
  box-shadow:0 8px 22px rgba(11,132,198,.12);
}
.section-symbol svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home-heading .eyebrow{display:block;width:max-content;margin:0 auto 4px}

/* Header: cleaner and more premium */
.site-header-v2{border-bottom-color:rgba(11,31,53,.09);box-shadow:0 7px 24px rgba(10,36,59,.07)}
.header-v2__nav a{position:relative}
.header-v2__nav a:after{content:"";position:absolute;left:9px;right:9px;bottom:3px;height:2px;border-radius:2px;background:var(--blue);transform:scaleX(0);transition:transform .18s}
.header-v2__nav a:hover:after{transform:scaleX(1)}
.header-v2__callback{box-shadow:0 8px 20px rgba(17,130,195,.2)}

/* Hero details */
.hero-v2{background:
  radial-gradient(circle at 88% 8%,rgba(18,162,208,.16),transparent 32%),
  radial-gradient(circle at 5% 85%,rgba(216,162,59,.08),transparent 28%),
  linear-gradient(135deg,#f5fbff,#fff 68%)}
.hero-v2__copy h1{color:var(--navy)}
.hero-v2__media>img{border:1px solid rgba(11,31,53,.07);box-shadow:0 22px 55px rgba(10,36,59,.15)}
.trust-v2__grid>div{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#f8fbfd);box-shadow:0 8px 22px rgba(10,36,59,.055)}
.trust-v2__grid>div:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(var(--blue),#43bfd5)}

/* All decor cards are always visible; denser 5-column catalogue */
.decor-grid-v2{grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}
.decor-card-v2,
.decor-card-v2--extra,
.decor-card-v2--mobile-extra{display:flex!important}
.decor-card-v2{
  position:relative;border-color:rgba(11,31,53,.1);border-radius:18px;
  box-shadow:0 8px 26px rgba(10,36,59,.065);transition:transform .2s,box-shadow .2s,border-color .2s;
}
.decor-card-v2:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--blue),#35b8d6,var(--gold));opacity:.72;z-index:2}
.decor-card-v2:hover{transform:translateY(-4px);border-color:rgba(11,132,198,.28);box-shadow:0 18px 38px rgba(10,36,59,.12)}
.decor-card-v2__media{padding:10px 10px 0}
.decor-card-v2__media img{aspect-ratio:16/8.5;background:linear-gradient(135deg,#f7f9fb,#eef4f7)}
.decor-card-v2__body{padding:10px 13px 13px}
.decor-card-v2__series{font-size:9.5px}
.decor-card-v2 h3{font-size:15px;min-height:38px;margin:4px 0 6px}
.decor-card-v2 p{font-size:12.5px;line-height:1.38;-webkit-line-clamp:2}
.decor-card-v2__link{font-size:12.5px;margin-top:8px}
.section-toggle-wrap{display:none!important}
.series-compare>div{position:relative;overflow:hidden;box-shadow:0 8px 22px rgba(10,36,59,.045)}
.series-compare>div:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--blue)}

/* All interior examples are visible */
.gallery-grid-v2{grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}
.gallery-card,.gallery-card--extra{display:block!important;border:1px solid rgba(11,31,53,.08);box-shadow:0 8px 22px rgba(10,36,59,.07)}
.gallery-card img{aspect-ratio:16/11}
.gallery-card:hover{box-shadow:0 15px 30px rgba(10,36,59,.12)}

/* Components */
.component-card{position:relative;overflow:hidden;border-color:rgba(11,31,53,.1);box-shadow:0 8px 22px rgba(10,36,59,.055)}
.component-card:after{content:"";position:absolute;right:-24px;top:-24px;width:70px;height:70px;border-radius:50%;background:rgba(11,132,198,.055)}
.component-card img{height:105px}

/* Advantages */
.advantages-v2__list{gap:12px}
.advantage-item{box-shadow:0 7px 20px rgba(10,36,59,.04)}
.advantage-item summary{display:flex;align-items:center;gap:11px;padding:12px 14px}
.advantage-item summary:after{margin-left:auto;float:none}
.advantage-number{display:inline-grid;place-items:center;flex:0 0 auto;width:31px;height:31px;border-radius:10px;background:linear-gradient(145deg,var(--blue),#28add0);color:#fff;font-size:11px;letter-spacing:.06em;box-shadow:0 6px 15px rgba(11,132,198,.2)}

/* Rich price ledger: a real table, not a floating window */
.price-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px;padding:12px 16px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(10,36,59,.045)}
.price-toolbar>div:first-child{display:flex;align-items:center;gap:11px}
.price-toolbar__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:linear-gradient(145deg,var(--blue),#28add0);color:#fff;font-size:22px;font-weight:900;box-shadow:0 7px 16px rgba(11,132,198,.2)}
.price-toolbar strong,.price-toolbar small{display:block}
.price-toolbar strong{font-size:14px}.price-toolbar small{margin-top:2px;color:var(--muted);font-size:12px}
.price-series-legend{display:flex;gap:14px;font-size:13px;font-weight:800;color:var(--navy)}
.price-series-legend span{display:flex;align-items:center;gap:6px}
.legend-dot{width:10px;height:10px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px rgba(11,132,198,.1)}
.legend-dot--40{background:var(--gold);box-shadow:0 0 0 4px rgba(216,162,59,.12)}
.price-table-v2{overflow:auto;border:0;border-radius:0;background:transparent;box-shadow:none}
.price-ledger{width:100%;min-width:760px;border-collapse:separate!important;border-spacing:0!important;margin:0!important;border:1px solid #cfdde6!important;border-radius:14px;overflow:hidden;background:#fff;box-shadow:var(--premium-shadow)}
.price-ledger th,.price-ledger td{padding:11px 13px!important;border:0!important;border-right:1px solid #dce6ed!important;border-bottom:1px solid #dce6ed!important;text-align:left!important;font-size:13px!important}
.price-ledger th:last-child,.price-ledger td:last-child{border-right:0!important}
.price-ledger thead th{position:sticky;top:0;z-index:2;background:#eaf5fb!important;color:var(--navy);font-weight:850!important}
.price-ledger thead tr:first-child th{background:linear-gradient(180deg,#dff1fa,#eaf5fb)!important}
.price-ledger tbody tr:nth-child(odd){background:#f8fbfd!important}
.price-ledger tbody tr:hover{background:#eef8fc!important}
.price-ledger tbody td:nth-child(3){color:#0876ad;font-weight:800}
.price-ledger tbody td:nth-child(4){color:#9a6810;font-weight:800}
.price-ledger tfoot td{background:#f4f7f9;color:var(--muted);font-size:12px!important}
.price-ledger tfoot span{display:block;margin:2px 0}
.price-col-name{width:43%}.price-col-unit{width:14%}.price-col-series{width:21.5%}

/* Delivery: coherent illustrated line icons */
.delivery-grid-v2{gap:14px}
.delivery-grid-v2 article{grid-template-columns:48px 1fr;padding:16px 17px;border-color:rgba(11,31,53,.1);background:linear-gradient(145deg,#fff,#fafdff);box-shadow:0 8px 24px rgba(10,36,59,.055)}
.delivery-icon{grid-row:1/3;display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#e7f6fc,#d9eff8);color:var(--blue);box-shadow:inset 0 0 0 1px rgba(11,132,198,.1)}
.delivery-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.delivery-grid-v2 h3{font-size:15px}.delivery-grid-v2 p{font-size:12.5px}

/* Messenger choices — branded tiles like Danke, but cleaner */
.messenger-order-v2{max-width:var(--home-container);display:grid;grid-template-columns:minmax(280px,.8fr) minmax(560px,1.2fr);gap:22px;padding:17px 18px;border-color:rgba(11,31,53,.1);background:linear-gradient(135deg,#fff,#f5fbfe);box-shadow:0 10px 28px rgba(10,36,59,.065)}
.messenger-order-v2__copy{align-self:center}
.messenger-order-v2__copy>.eyebrow{display:block;width:max-content;margin:0 0 5px}
.messenger-order-v2__copy strong{font-size:18px;color:var(--navy)}
.messenger-order-v2__copy>span:last-child{max-width:520px;margin-top:4px;color:var(--muted);font-size:13px;line-height:1.4}
.messenger-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.messenger-choice{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;min-width:0;padding:10px 11px;border:1px solid #d6e4ec;border-radius:14px;background:#fff;color:var(--navy);box-shadow:0 7px 18px rgba(10,36,59,.05);transition:.18s}
.messenger-choice:hover{transform:translateY(-2px);border-color:rgba(11,132,198,.3);box-shadow:0 12px 24px rgba(10,36,59,.09)}
.messenger-choice__logo{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#f5f8fa}
.messenger-choice__logo img{width:34px!important;height:34px!important;margin:0!important;border-radius:50%}
.messenger-choice strong,.messenger-choice small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.messenger-choice strong{font-size:13px}.messenger-choice small{margin-top:2px;color:var(--muted);font-size:11px}
.messenger-choice>b{color:var(--blue);font-size:18px}

/* Calculator: full container width, compact, readable product names */
.order-form-v2{max-width:var(--home-container);padding:18px 20px;border-color:rgba(11,31,53,.1);box-shadow:0 18px 42px rgba(10,36,59,.09)}
.order-help-button{font-size:12px;padding:7px 11px}
.order-guidance{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px 0 4px}
.order-guidance span{display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:10px;background:#f2f8fb;color:#40566a;font-size:12px;font-weight:700}
.order-guidance i{display:grid;place-items:center;flex:0 0 auto;width:22px;height:22px;border-radius:7px;background:var(--blue);color:#fff;font-style:normal;font-size:11px}
.order-table-wrap{overflow:visible;margin-top:10px}
.order-items-table{width:100%;min-width:0;table-layout:fixed;border-radius:13px}
.order-items-table th,.order-items-table td{padding:6px}
.order-items-table th{padding:9px 6px;background:#e8f4fa;font-size:11px;line-height:1.25;white-space:normal}
.order-items-table select,.order-items-table input{height:36px;padding:5px 7px;border-radius:7px;font-size:11.5px}
.order-items-table select{min-width:0;text-overflow:ellipsis}
.order-items-table .length_select input,.order-items-table .count_select input{width:58px!important}
.order-items-table .sum input{width:78px!important}
.order-items-table .length_select span,.order-items-table .count_select span,.order-items-table .sum span{display:flex;align-items:center;gap:4px;white-space:nowrap;font-size:11px}
.order-col-number{width:3.5%}.order-col-decor{width:28%}.order-col-product{width:32%}.order-col-length{width:9.5%}.order-col-count{width:9%}.order-col-sum{width:13%}.order-col-remove{width:5%}
.order-add-button{padding:7px 11px;font-size:12px}
.order-remove-button{width:27px;height:27px;font-size:17px}
.delivery-options .checkbox{padding:9px 11px}.delivery-options label{font-size:12.5px}
.order-summary{padding:12px 15px}.order-summary td{padding:3px 0;font-size:12.5px}.order-summary tr:last-child td{font-size:16px}
.order-contact-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.order-contact-fields .form-field:nth-of-type(4){grid-column:1/3}
.order-contact-fields .form-field:nth-of-type(5){grid-column:3/4}
.order-contact-fields .consent-box,.order-contact-fields .form-status,.order-contact-fields .form-field:last-child{grid-column:1/-1}
.order-form-v2 .form-control{height:39px;padding:7px 9px;font-size:13px}
.order-form-v2 textarea.form-control{min-height:58px}
.order-form-v2 .consent-box{padding:9px 11px;font-size:12px}
.order-form-v2 hr{margin:13px 0}

/* Contact and map polish */
.contacts-grid-v2{gap:14px}
.contact-card-v2,.map-embed-v2{box-shadow:0 10px 28px rgba(10,36,59,.06)}
.map-embed-v2{min-height:280px}.map-embed-v2 iframe{min-height:280px}

/* Footer */
.site-footer-v2{background:linear-gradient(135deg,#061827,#0b2841);position:relative;overflow:hidden}
.site-footer-v2:before{content:"";position:absolute;right:-120px;top:-140px;width:360px;height:360px;border-radius:50%;border:70px solid rgba(255,255,255,.025)}

@media(max-width:1250px){
  .decor-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))}
  .gallery-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))}
  .messenger-order-v2{grid-template-columns:1fr}
}
@media(max-width:980px){
  .decor-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gallery-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))}
  .order-table-wrap{overflow:auto}
  .order-items-table{min-width:980px}
  .order-contact-fields{grid-template-columns:repeat(2,minmax(0,1fr))}
  .order-contact-fields .form-field:nth-of-type(4),.order-contact-fields .form-field:nth-of-type(5){grid-column:auto}
  .order-contact-fields .consent-box,.order-contact-fields .form-status,.order-contact-fields .form-field:last-child{grid-column:1/-1}
}
@media(max-width:760px){
  .section-symbol{width:42px;height:42px;border-radius:13px}.section-symbol svg{width:22px;height:22px}
  .decor-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .decor-card-v2 h3{font-size:14px;min-height:auto}.decor-card-v2 p{font-size:12px}.decor-card-v2__body{padding:9px 10px 11px}
  .gallery-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .price-toolbar{align-items:flex-start;flex-direction:column}.price-series-legend{width:100%;justify-content:flex-start}
  .messenger-choice-grid{grid-template-columns:1fr 1fr 1fr}.messenger-choice{grid-template-columns:36px 1fr;padding:8px}.messenger-choice>b{display:none}.messenger-choice__logo{width:36px;height:36px}.messenger-choice__logo img{width:30px!important;height:30px!important}
  .order-guidance{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .home-section{padding:34px 0}
  .decor-grid-v2{grid-template-columns:1fr 1fr}
  .decor-card-v2__media img{aspect-ratio:16/9.5}
  .decor-card-v2 h3{font-size:13.5px}.decor-card-v2__series{font-size:8.5px}.decor-card-v2__link{font-size:11.5px}
  .gallery-grid-v2{grid-template-columns:1fr 1fr}
  .messenger-order-v2{padding:14px}.messenger-choice-grid{grid-template-columns:1fr}.messenger-choice{grid-template-columns:40px 1fr auto}.messenger-choice>b{display:block}
  .order-form-v2{padding:13px}
  .order-guidance{grid-template-columns:1fr 1fr}
  .order-contact-fields{grid-template-columns:1fr}.order-contact-fields .form-field,.order-contact-fields .consent-box,.order-contact-fields .form-status{grid-column:auto!important}
  .price-ledger th,.price-ledger td{padding:9px 10px!important;font-size:12px!important}
}
@media(max-width:420px){
  .decor-grid-v2{grid-template-columns:1fr}
  .decor-card-v2__media img{aspect-ratio:16/8.5}
  .order-guidance{grid-template-columns:1fr}
}


/* Gallery revision 2026-07-26: 12 interiors, 6 columns */
.gallery-grid-v2{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.gallery-card{min-width:0}
.gallery-card img{aspect-ratio:16/11;object-fit:cover}
@media(max-width:1100px){.gallery-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:820px){.gallery-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){.gallery-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}

/* Prominent measurement-guide link on the home page. */
.measure-promo-home{padding:0 0 42px;background:#fff}.measure-promo-home .site-container{width:min(1280px,calc(100% - 32px));margin-inline:auto}.measure-promo-card{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:20px;padding:22px 25px;border:1px solid #cfe3ee;border-radius:22px;background:linear-gradient(135deg,#f7fcff,#eaf7fc);color:#0d2c43;text-decoration:none;box-shadow:0 14px 38px rgba(18,77,110,.08);transition:.18s ease}.measure-promo-card:hover{transform:translateY(-2px);box-shadow:0 19px 48px rgba(18,77,110,.13);text-decoration:none}.measure-promo-icon{width:66px;height:66px;border-radius:19px;background:linear-gradient(145deg,#0793d2,#006b9f);color:#fff;display:grid;place-items:center}.measure-promo-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.measure-promo-copy small{display:block;color:#087caf;font-weight:900;text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px}.measure-promo-copy strong{display:block;font-size:24px;line-height:1.2;color:#0b2940}.measure-promo-copy span{display:block;color:#61798d;margin-top:5px}.measure-promo-arrow{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#087caf;border:1px solid #cfe2ec;font-size:25px;font-weight:700}
@media(max-width:650px){.measure-promo-home{padding-bottom:28px}.measure-promo-card{grid-template-columns:54px 1fr;padding:17px;gap:14px}.measure-promo-icon{width:54px;height:54px;border-radius:16px}.measure-promo-icon svg{width:28px;height:28px}.measure-promo-copy strong{font-size:19px}.measure-promo-copy span{font-size:14px}.measure-promo-arrow{display:none}}
