/* VT Bodenbeläge – behutsames Homepage-Polishing + Projektanfrage 2026-08 */

body.page-home{
  --vt-copper:#a96842;
  --vt-copper-dark:#845033;
  --vt-bg:#f4f1eb;
  --vt-bg-soft:#faf9f6;
  --vt-radius-lg:30px;
  --vt-radius-xl:40px;
}

body.page-home:before{opacity:.18}
body.page-home .vt26-section{padding-block:clamp(84px,8vw,112px)}
body.page-home .vt26-service-card,
body.page-home .vt26-project-card,
body.page-home .vt26-benefit-card{
  transition-duration:.42s;
}
body.page-home .vt26-service-card:focus-visible,
body.page-home .vt26-project-card a:focus-visible,
body.page-home .vt26-builder-options button:focus-visible,
body.page-home .vt26-city-field input:focus-visible{
  outline:3px solid rgba(169,104,66,.32);
  outline-offset:3px;
}

.vt26-request{
  position:relative;
  overflow:hidden;
  background:#e8e3db;
}
.vt26-request:before{
  content:"";
  position:absolute;
  top:-260px;
  left:-230px;
  width:620px;
  height:620px;
  border:1px solid rgba(27,24,20,.07);
  border-radius:50%;
  pointer-events:none;
}
.vt26-request-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(290px,.72fr) minmax(0,1.28fr);
  gap:clamp(58px,8vw,118px);
  align-items:start;
}
.vt26-request-copy{
  position:sticky;
  top:130px;
}
.vt26-request-copy h2{
  margin:22px 0 0;
  font-size:clamp(2.65rem,4.5vw,5rem);
  font-weight:600;
  line-height:1;
  letter-spacing:-.055em;
}
.vt26-request-copy h2 em{
  color:var(--vt-copper);
  font-style:normal;
}
.vt26-request-copy>p{
  max-width:500px;
  margin:27px 0 0;
  color:#655d54!important;
  font-size:1.02rem;
  line-height:1.82;
}
.vt26-request-direct{
  display:grid;
  gap:14px;
  margin-top:44px;
  padding-top:24px;
  border-top:1px solid rgba(27,24,20,.14);
}
.vt26-request-direct>div{
  display:grid;
  grid-template-columns:75px 1fr;
  gap:18px;
  align-items:baseline;
}
.vt26-request-direct span{
  color:var(--vt-muted);
  font-size:.66rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.vt26-request-direct a{
  width:max-content;
  color:var(--vt-ink);
  font-weight:750;
  border-bottom:1px solid transparent;
}
.vt26-request-direct a:hover{border-color:currentColor}

.vt26-request-builder{
  padding:clamp(30px,4vw,56px);
  border:1px solid rgba(27,24,20,.09);
  border-radius:32px;
  background:rgba(255,253,249,.95);
  box-shadow:0 28px 72px rgba(38,30,23,.09);
}
.vt26-builder-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-bottom:26px;
  border-bottom:1px solid var(--vt-line);
}
.vt26-builder-head>div{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.vt26-builder-head>div>span,
.vt26-builder-result>div>span{
  color:var(--vt-muted);
  font-size:.64rem;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.vt26-builder-head strong{
  color:var(--vt-ink);
  font-size:1.08rem;
}
.vt26-builder-step{
  color:var(--vt-copper);
  font-size:.7rem;
  font-weight:850;
  letter-spacing:.1em;
}
.vt26-request-builder fieldset{
  margin:0;
  padding:32px 0 0;
  border:0;
}
.vt26-request-builder legend,
.vt26-city-field>span{
  width:100%;
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
  color:var(--vt-ink);
  font-size:.82rem;
  font-weight:750;
}
.vt26-request-builder legend>span,
.vt26-city-field b{
  color:var(--vt-copper);
  font-size:.65rem;
  letter-spacing:.1em;
}
.vt26-builder-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.vt26-builder-options button{
  min-height:55px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:0 17px;
  border:1px solid var(--vt-line);
  border-radius:14px;
  background:#fffdfa;
  color:var(--vt-ink);
  font:700 .78rem/1.3 Inter,system-ui,sans-serif;
  text-align:left;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;
}
.vt26-builder-options button:hover{
  transform:translateY(-2px);
  border-color:rgba(27,24,20,.28);
  box-shadow:0 10px 24px rgba(38,30,23,.06);
}
.vt26-builder-options button.is-active{
  border-color:var(--vt-dark);
  background:var(--vt-dark);
  color:#fff;
  box-shadow:0 14px 28px rgba(23,21,18,.14);
}
.vt26-builder-options button span{
  flex:0 0 auto;
  color:var(--vt-copper);
  font-size:.96rem;
}
.vt26-builder-options button.is-active span{color:#e4b690}
.vt26-builder-option-wide{grid-column:1/-1}

.vt26-area-control{
  min-height:84px;
  display:grid;
  grid-template-columns:1fr 94px;
  gap:26px;
  align-items:center;
  padding:14px 18px 14px 24px;
  border:1px solid var(--vt-line);
  border-radius:14px;
  background:#fffdfa;
}
.vt26-area-control input{
  --vt-area-progress:20.5%;
  width:100%;
  height:3px;
  appearance:none;
  border:0;
  border-radius:999px;
  background:linear-gradient(to right,var(--vt-copper-dark) 0 var(--vt-area-progress),#ddd5ca var(--vt-area-progress) 100%);
  cursor:pointer;
}
.vt26-area-control input::-webkit-slider-thumb{
  width:20px;
  height:20px;
  appearance:none;
  border:5px solid #fffdfa;
  border-radius:50%;
  background:var(--vt-copper-dark);
  box-shadow:0 0 0 1px var(--vt-copper-dark),0 5px 12px rgba(27,24,20,.18);
}
.vt26-area-control input::-moz-range-thumb{
  width:10px;
  height:10px;
  border:5px solid #fffdfa;
  border-radius:50%;
  background:var(--vt-copper-dark);
  box-shadow:0 0 0 1px var(--vt-copper-dark),0 5px 12px rgba(27,24,20,.18);
}
.vt26-area-control output{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  border-left:1px solid var(--vt-line);
  color:var(--vt-ink);
  font:600 1.7rem/1 Poppins,Inter,sans-serif;
  letter-spacing:-.04em;
}
.vt26-area-control output small{
  color:var(--vt-muted);
  font:700 .65rem/1 Inter,sans-serif;
  letter-spacing:0;
}
.vt26-city-field{
  display:block;
  margin-top:32px;
}
.vt26-city-field>span small{
  margin-left:auto;
  color:var(--vt-muted);
  font-size:.63rem;
  font-weight:600;
}
.vt26-city-field input{
  width:100%;
  height:58px;
  box-sizing:border-box;
  padding:0 18px;
  border:1px solid var(--vt-line);
  border-radius:14px;
  background:#fffdfa;
  color:var(--vt-ink);
  font:600 .82rem Inter,system-ui,sans-serif;
  outline:0;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.vt26-city-field input:focus{
  border-color:var(--vt-copper);
  box-shadow:0 0 0 4px rgba(169,104,66,.09);
}
.vt26-builder-result{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:36px;
  padding-top:29px;
  border-top:1px solid var(--vt-line);
}
.vt26-builder-result>div{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.vt26-builder-result strong{
  overflow:hidden;
  color:var(--vt-ink);
  font-size:.86rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.vt26-builder-result .btn{
  flex:0 0 auto;
  min-height:50px!important;
  padding:12px 18px!important;
  font-size:.8rem;
}
.vt26-builder-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:14px;
}
.vt26-builder-foot p{
  margin:0;
  color:var(--vt-muted)!important;
  font-size:.66rem;
}
.vt26-builder-foot p i{margin-right:5px;color:var(--vt-copper)}
.vt26-builder-foot>a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#4f654f;
  font-size:.68rem;
  font-weight:800;
  white-space:nowrap;
}

@media(max-width:980px){
  .vt26-request-grid{grid-template-columns:1fr;gap:46px}
  .vt26-request-copy{position:static;max-width:720px}
  .vt26-request-copy h2 br{display:none}
  .vt26-request-builder{max-width:820px}
}

@media(max-width:680px){
  body.page-home .vt26-section{padding-block:72px}
  .vt26-request-grid{gap:34px}
  .vt26-request-copy h2{font-size:clamp(2.35rem,11vw,3.35rem)}
  .vt26-request-copy>p{font-size:.96rem}
  .vt26-request-direct{margin-top:32px}
  .vt26-request-builder{padding:26px 19px;border-radius:24px}
  .vt26-builder-options{grid-template-columns:1fr}
  .vt26-builder-option-wide{grid-column:auto}
  .vt26-area-control{grid-template-columns:1fr 74px;gap:14px;padding-left:16px}
  .vt26-area-control output{font-size:1.35rem}
  .vt26-builder-result{align-items:stretch;flex-direction:column}
  .vt26-builder-result .btn{width:100%}
  .vt26-builder-foot{align-items:flex-start;flex-direction:column}
}

@media(prefers-reduced-motion:reduce){
  .vt26-builder-options button{transition:none}
}
