/* ===========================================================
   VELORA Atelier demó kiegészítés · Conen DIGITAL Studio
   Az eredeti sablon színei (oxblood #b82619, Oswald, Roboto)
   megmaradnak. Itt a hero, a műhely-konfigurátor, az anyagok
   és a demó-jelvény él.
   =========================================================== */

:root{
  --velora: #b82619;
  --ink: #1c1917;
  --stone: #f4f3f1;
  --stone-2: #e7e5e2;
  --muted: #6b6560;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html{ scroll-behavior: smooth; }
section[id],
#reviews{ scroll-margin-top: 92px; }

.navbar-brand img{
  height: 22px;
  width: auto;
  max-width: 150px;
}
.sidemenu-image img{
  height: 22px;
  width: auto;
}
.center-nav .navbar-brand{
  margin-left: 8px;
}

/* --- Hero: balra zárt szöveg, olvasható ráfedés --- */
.banner-section{
  position: relative;
  background-position: 62% 38%;
  min-height: 100dvh;
  height: auto;
}
.banner-section::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(244,243,241,.94) 0%, rgba(244,243,241,.58) 36%, rgba(244,243,241,0) 66%);
  pointer-events: none;
}
.banner-section .container{
  position: relative;
  z-index: 2;
}
.banner-section .text-col{
  text-align: left !important;
  padding-bottom: 200px;
  max-width: 620px;
}
.banner-section .velora-kicker{
  margin: 0 0 18px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--velora);
}
.banner-section .heading{
  line-height: 1.08;
  letter-spacing: .01em;
  margin-bottom: 18px;
}
.banner-section .text{
  max-width: 38ch;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.velora-hero-cta{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.velora-hero-cta .btn.button{
  position: relative;
  margin: 0;
}
.btn.velora-ghost{
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}
.btn.velora-ghost:hover{
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.about-section{ position: relative; }
.about-section .row-1 .img-section{
  position: relative;
  bottom: auto;
  margin-top: -150px;
  z-index: 3;
}
.about-section .row-1 .img-section img{
  max-width: 780px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 40px rgba(28,25,23,.12));
}

.about-section .row-2 .heading{
  letter-spacing: .01em;
}
.about-section .row-4{
  position: relative;
}
.about-section .row-4::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(28,25,23,.9) 0%, rgba(28,25,23,.55) 52%, rgba(28,25,23,.22) 100%);
  pointer-events: none;
}
.about-section .row-4 .prog-column,
.about-section .row-3 .text-column{
  opacity: 1 !important;
}
.about-section .row-4 .container{
  position: relative;
  z-index: 1;
  width: 100%;
}
.about-section .row-4 .heading{
  color: #f4f3f1;
  margin-bottom: 36px;
}
.velora-stat-list{
  display: grid;
  gap: 22px;
  max-width: 420px;
}
.velora-stat{
  display: flex;
  align-items: baseline;
  gap: 18px;
  color: #f4f3f1;
  border-bottom: 1px solid rgba(244,243,241,.18);
  padding-bottom: 16px;
}
.velora-stat b{
  font-family: 'Oswald', sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  min-width: 72px;
}
.velora-stat span{
  font-size: 16px;
  color: rgba(244,243,241,.82);
}

/* --- Marquee (egyetlen a lapon) --- */
.velora-marquee{
  overflow: hidden;
  background: var(--ink);
  color: #f4f3f1;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.velora-marquee-track{
  display: flex;
  gap: 0;
  width: max-content;
  animation: veloraMarquee 32s linear infinite;
}
.velora-marquee span{
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  letter-spacing: .28em;
  text-transform: uppercase;
  padding: 0 28px;
  white-space: nowrap;
}
.velora-marquee i{
  font-style: normal;
  color: var(--velora);
  padding: 0 4px;
}
@keyframes veloraMarquee{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* --- Anyagok bento --- */
.velora-mat{
  padding: 110px 0 80px;
  background: var(--stone);
}
.velora-mat .heading{
  font-size: 48px;
  margin-bottom: 12px;
}
.velora-mat > .container > .text{
  max-width: 46ch;
  margin-bottom: 42px;
}
.velora-mat-grid{
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.velora-mat-grid article{
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 240px;
}
.velora-mat-grid .is-large{
  grid-row: 1 / 3;
  min-height: 520px;
}
.velora-mat-grid img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
  transform: scale(1.04);
  transition: transform .8s var(--ease);
}
.velora-mat-grid article:hover img{
  transform: scale(1);
}
.velora-mat-grid article:not(.is-large)::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(28,25,23,.5);
  pointer-events: none;
}
.velora-mat-grid .copy{ z-index: 2; }
.velora-mat-grid .copy{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 28px 26px 24px;
  background: linear-gradient(to top, rgba(28,25,23,.92) 0%, rgba(28,25,23,.42) 58%, rgba(28,25,23,0) 100%);
  color: #fff;
  z-index: 1;
}
.velora-mat-grid h3{
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 6px;
}
.velora-mat-grid p{
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,.86);
  max-width: 36ch;
}

/* --- Műhely konfigurátor --- */
.atelier-sec{
  padding: 110px 0 100px;
  background: #fff;
}
.atelier-sec .heading{
  font-size: 48px;
  margin-bottom: 12px;
}
.atelier-sec .lead{
  max-width: 46ch;
  margin-bottom: 48px;
  color: var(--muted);
  font-size: 17px;
}
.atelier-grid{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}
.atelier-preview{
  position: relative;
  background: var(--stone-2);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.atelier-preview img{
  width: 84%;
  height: auto;
  max-height: 86%;
  object-fit: contain;
  transition: opacity .45s var(--ease);
}
.atelier-preview.is-swap img{ opacity: 0; }
.atelier-caption{
  position: absolute;
  left: 18px;
  bottom: 16px;
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--ink);
  background: rgba(244,243,241,.88);
  padding: 8px 12px;
}
.atelier-controls h3{
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 14px;
}
.atelier-block{ margin-bottom: 28px; }
.atelier-shapes{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.atelier-shapes button,
.atelier-metal button{
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #d4d0cb;
  color: var(--ink);
  padding: 10px 16px;
  cursor: pointer;
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.atelier-shapes button.is-on,
.atelier-metal button.is-on{
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.atelier-swatches{
  display: flex;
  gap: 12px;
  align-items: center;
}
.atelier-swatches button{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 2px #fff;
  cursor: pointer;
  padding: 0;
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.atelier-swatches button.is-on{
  border-color: var(--ink);
  transform: scale(1.08);
}
.atelier-swatches button[data-color="oxblood"]{ background: #b82619; }
.atelier-swatches button[data-color="black"]{ background: #1a1a1a; }
.atelier-swatches button[data-color="cognac"]{ background: #8a5a32; }
.atelier-swatches button[data-color="cream"]{ background: #e6ddd0; box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #c4bdb3; }
.atelier-sec .btn.red-btn{
  background: #b82619 !important;
  border-color: #b82619 !important;
  color: #fff !important;
}
.contact-section .address-sec a{ color: var(--ink); }
.contact-section .address-sec a:hover{ color: var(--velora); }
.portfolio-section{
  padding-top: 140px;
}
.portfolio-section .heading{
  color: var(--ink) !important;
  opacity: 1 !important;
  position: relative;
  z-index: 2;
}
.cbp-l-filters-button .cbp-filter-item{
  opacity: 1 !important;
}
.atelier-price{
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 8px 0 22px;
}
.atelier-price b{
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
}
.atelier-price span{
  color: var(--muted);
  font-size: 14px;
}
.atelier-sec .btn.button{
  position: relative;
}

/* Product cards sit cleaner */
.product-section .owl-carousel .owl-item img{
  width: 100%;
  margin-left: 0;
  object-fit: contain;
}
.product-section .item .card .image{
  background: var(--stone-2);
  padding: 18px 18px 0;
}
.product-section .card{
  overflow: hidden;
}
.portfolio-section img,
.client-section img{
  width: 100%;
  height: auto;
}

/* Form */
.contact-section .form-control:focus{
  border-color: var(--velora);
  box-shadow: 0 0 0 3px rgba(184,38,25,.15);
}
.velora-form-ok{
  background: var(--stone);
  border-left: 3px solid var(--velora);
  padding: 18px 20px;
  margin-bottom: 18px;
  color: var(--ink);
}
.velora-form-ok strong{ display: block; margin-bottom: 4px; font-family: 'Oswald', sans-serif; letter-spacing: .04em; }
.contact-section .form-sec .btn.button{ position: relative; }

.testimonial-image img{
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.client-section .testimonial-carousel .item .row{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.client-section .testimonial-carousel .item .row > [class*="col-"]:first-child{
  display: flex;
}
.client-section .testimonial-carousel .item .row > [class*="col-"]:first-child img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-section .text-area{
  padding: 96px 36px 48px;
}
.client-section .text-area .heading{
  margin-bottom: 28px;
}
.client-section .review-bag{
  width: min(78%, 380px);
  margin: 28px auto 0;
}
.client-section .review-bag img{
  display: block;
  width: 100%;
  height: auto !important;
  background: transparent;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.5));
}
@media (max-width: 767px){
  .client-section .review-bag{ width: min(82%, 300px); margin-top: 22px; }
  .client-section .text-area{ padding-bottom: 110px; }
}

/* Demo badge */
.demo-badge{
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10060;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px 11px 14px;
  background: rgba(28,25,23,.93);
  color: #fff;
  border-radius: 50px;
  font-size: 12.5px;
  letter-spacing: .2px;
  text-decoration: none;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,.55);
  transition: transform .4s var(--ease), background .3s var(--ease);
}
.demo-badge:hover{
  transform: translateY(-3px);
  background: #1c1917;
  color: #fff;
  text-decoration: none;
}
.demo-badge .demo-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--velora);
  box-shadow: 0 0 0 4px rgba(184,38,25,.28);
  animation: demoPulse 2.4s infinite;
}
.demo-badge strong{ font-weight: 600; }
@keyframes demoPulse{
  0%,100%{ box-shadow: 0 0 0 3px rgba(184,38,25,.32); }
  50%{ box-shadow: 0 0 0 9px rgba(184,38,25,0); }
}

@media (prefers-reduced-motion: reduce){
  .velora-marquee-track{ animation: none; }
  .demo-badge .demo-dot{ animation: none; }
  .atelier-preview img,
  .velora-mat-grid img,
  .demo-badge{ transition: none; }
  html{ scroll-behavior: auto; }
}

@media (max-width: 991px){
  .atelier-grid,
  .velora-mat-grid{ grid-template-columns: 1fr; }
  .velora-mat-grid .is-large{
    grid-row: auto;
    min-height: 380px;
  }
  .banner-section::after{
    background: linear-gradient(180deg, rgba(244,243,241,.55) 0%, rgba(244,243,241,.88) 58%, rgba(244,243,241,.94) 100%);
  }
  .banner-section .text-col{
    max-width: 100%;
    padding-top: 110px;
    padding-bottom: 160px;
  }
  .about-section .row-1 .img-section{ margin-top: -80px; }
  .about-section .row-4::before{
    background: linear-gradient(180deg, rgba(28,25,23,.2), rgba(28,25,23,.82));
  }
}
@media (max-width: 767px){
  .demo-badge{ left: 12px; bottom: 12px; font-size: 11.2px; padding: 9px 14px; }
  .atelier-sec{ padding-bottom: 130px; }
  .atelier-sec .heading,
  .velora-mat .heading{ font-size: 34px; }
  .atelier-price b{ font-size: 34px; }
  .velora-stat b{ font-size: 40px; }
  .velora-hero-cta{ flex-direction: column; align-items: stretch; }
  .velora-hero-cta .btn.button{ text-align: center; }
}
