:root{--paper:#fffdf9;--soft:#f4eee7;--ink:#261f1a;--muted:#6f655d;--accent:#b8956f;--dark:#343826;--line:#ded3c7;--shadow:0 20px 60px rgba(44,32,23,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.6}a{color:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}.section{padding:90px 0}.section-tight{padding:50px 0}.soft{background:var(--soft)}
.site-header{position:absolute;top:0;left:0;right:0;z-index:20;color:#fff}.nav-wrap{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{display:flex;flex-direction:column;text-decoration:none;line-height:1}.logo span{font-family:"Playfair Display",serif;font-size:2.1rem;letter-spacing:.14em}.logo small{margin-top:7px;font-size:.58rem;letter-spacing:.22em}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border:0;border-radius:3px;text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer}.button-light{background:#efe4d3;color:#2d241d}.button-dark{background:var(--dark);color:#fff}.full{width:100%}
.hero{position:relative;min-height:680px;background-image:var(--hero-image);background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,15,12,.7),rgba(20,15,12,.28) 55%,rgba(20,15,12,.1))}.hero-content{position:relative;z-index:2;padding-top:70px;max-width:690px}.eyebrow{margin:0 0 12px;color:#967451;font-size:.76rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.eyebrow.light{color:#eee1d2}.hero h1{font-family:"Playfair Display",serif;font-size:clamp(4.8rem,10vw,8.8rem);font-weight:500;letter-spacing:.1em;margin:0 0 12px}.hero-title{font-family:"Playfair Display",serif;font-size:clamp(2rem,4vw,3.25rem);line-height:1.18;max-width:620px}.hero-rule{display:flex;align-items:center;gap:10px;width:290px}.hero-rule span{height:1px;background:#d7c3ab;flex:1}.hero-rule i{width:14px;height:14px;border:1px solid #d7c3ab;border-radius:50%}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr)}.value{text-align:center;padding:20px 34px;border-right:1px solid var(--line)}.value:last-child{border-right:0}.value svg{width:54px;height:54px;fill:none;stroke:var(--ink);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.value h3{text-transform:uppercase;letter-spacing:.08em;font-size:.95rem}.value p{color:var(--muted);font-size:.92rem}
.section-heading{max-width:720px;margin-bottom:42px}.center{text-align:center;margin-inline:auto}h2{font-family:"Playfair Display",serif;font-size:clamp(2.3rem,4vw,3.7rem);font-weight:500;line-height:1.1;margin:0 0 18px}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.process-step{text-align:center;position:relative;padding:20px}.process-step span{display:grid;place-items:center;margin:0 auto 18px;width:34px;height:34px;border-radius:50%;background:#dfcdb8}.process-step h3{font-size:1rem}.process-step p{color:var(--muted);font-size:.9rem}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{padding:28px 20px;border:1px solid var(--line);background:#fff;text-align:center}.service-card h3{min-height:45px}.service-card p{font-weight:700;color:#8d6747}
.split-layout{display:grid;grid-template-columns:.95fr 1.05fr;border:1px solid var(--line);background:#fff}.price-panel,.order-panel{padding:42px}.order-panel{border-left:1px solid var(--line)}.price-list{border-top:1px solid var(--line)}.price-list div{display:flex;justify-content:space-between;gap:20px;padding:17px 0;border-bottom:1px solid var(--line)}.price-list strong{white-space:nowrap}
label{display:block;font-weight:600;margin-bottom:15px}input,select,textarea{width:100%;margin-top:7px;padding:12px 13px;border:1px solid var(--line);border-radius:3px;background:#fff;font:inherit}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkbox{display:flex;align-items:flex-start;gap:9px;font-weight:400}.checkbox input{width:auto;margin-top:5px}.hidden-botcheck{position:absolute!important;left:-9999px!important;opacity:0!important}.photo-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.photo-preview-item{aspect-ratio:1;border:1px solid var(--line);overflow:hidden}.photo-preview-item img{width:100%;height:100%;object-fit:cover}.upload-status,.form-message{font-size:.9rem}.form-message{font-weight:700;text-align:center}.error{color:#a04435}.success{color:#587346}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.about-card{padding:34px;border:1px solid var(--line);background:#fff}.about-card h3{margin-bottom:5px}.about-card p{color:var(--muted)}
.contact-section{background:#302821;color:#fff}.contact-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.phone-link{font-family:"Playfair Display",serif;font-size:clamp(2rem,5vw,4rem);text-decoration:none}
footer{padding:28px 0;background:#211c18;color:#e9ded4}.footer-wrap{display:flex;justify-content:space-between;gap:25px;align-items:center}.footer-wrap>div:first-child{display:flex;flex-direction:column}.footer-wrap strong{font-family:"Playfair Display",serif;font-size:1.7rem;letter-spacing:.12em}.footer-wrap a{text-decoration:none}
.reveal{opacity:1;transform:none;transition:.65s}.js .reveal{opacity:0;transform:translateY(22px)}.js .reveal.visible{opacity:1;transform:none}

@media(max-width:650px){.hero{min-height:720px;background-position:58% center}.hero-content{padding-top:100px}.hero-title{font-size:2.25rem}.values-grid,.process,.service-grid,.about-grid{grid-template-columns:1fr}.value{border-right:0;border-bottom:1px solid var(--line)}.two-col{grid-template-columns:1fr}.price-panel,.order-panel{padding:26px}.contact-wrap,.footer-wrap{flex-direction:column;align-items:flex-start}.phone-link{font-size:2.2rem}.logo small{display:none}}


@media(max-width:650px){
  .nav-wrap{min-height:76px}
  
  .logo span{font-size:1.8rem}
}






/* NIUTE 3.3 – švarus viršus */
.site-header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:100;
  color:#fff;
}
.nav-wrap{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.logo{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  line-height:1;
  position:relative;
  z-index:102;
}
.logo span{
  font-family:"Playfair Display",serif;
  font-size:2.05rem;
  letter-spacing:.14em;
  color:#fff;
}
.logo small{
  margin-top:7px;
  font-size:.56rem;
  letter-spacing:.2em;
  color:#fff;
}
.menu-button{
  width:48px;
  height:48px;
  display:flex !important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-left:auto;
  padding:0;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  background:rgba(24,19,16,.42);
  color:#fff;
  cursor:pointer;
  position:relative;
  z-index:102;
  backdrop-filter:blur(8px);
}
.menu-button span{
  display:block;
  width:22px;
  height:2px;
  border-radius:2px;
  background:#fff;
  transition:transform .25s ease,opacity .25s ease;
}
.menu-button.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.menu-button.open span:nth-child(2){opacity:0}
.menu-button.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

.drawer-menu{
  display:none !important;
  position:absolute;
  top:70px;
  right:18px;
  min-width:230px;
  padding:18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(32,26,22,.97);
  box-shadow:0 20px 50px rgba(0,0,0,.35);
  flex-direction:column;
  gap:4px;
  z-index:101;
}
.drawer-menu.open{
  display:flex !important;
}
.drawer-menu a{
  display:block;
  padding:13px 14px;
  border-radius:8px;
  color:#fff;
  text-decoration:none;
  font-size:.95rem;
}
.drawer-menu a:hover{
  background:rgba(255,255,255,.08);
}
@media(max-width:650px){
  .nav-wrap{min-height:72px}
  .logo span{font-size:1.75rem}
  .logo small{display:none}
  .menu-button{width:44px;height:44px}
  .drawer-menu{
    top:64px;
    left:18px;
    right:18px;
    min-width:0;
  }
}

/* NIUTE 3.4 – kainynas ir forma telefone viena po kitos */
@media(max-width: 820px){
  .split-layout{
    display:block !important;
    width:100% !important;
    border-left:1px solid var(--line);
    border-right:1px solid var(--line);
  }

  .price-panel,
  .order-panel{
    width:100% !important;
    max-width:none !important;
    padding:28px 22px !important;
  }

  .order-panel{
    border-left:0 !important;
    border-top:1px solid var(--line) !important;
  }

  .price-list div{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
  }

  .price-list span{
    max-width:68%;
  }

  .price-list strong{
    flex:0 0 auto;
    white-space:nowrap;
  }

  .two-col{
    grid-template-columns:1fr !important;
  }

  .order-panel h2,
  .price-panel h2{
    font-size:clamp(2.2rem,12vw,3.4rem);
  }

  input,
  select,
  textarea{
    font-size:16px;
  }
}

@media(max-width: 480px){
  .split-layout{
    margin-left:0;
    margin-right:0;
  }

  .price-panel,
  .order-panel{
    padding:24px 18px !important;
  }

  .price-list div{
    padding:16px 0;
  }

  .price-list span{
    max-width:64%;
  }
}

/* NIUTE 4.0 – viršus ir mobilus meniu */
.site-header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:100;
  color:#fff;
}
.nav-wrap{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.logo{
  position:relative;
  z-index:102;
}
.menu-button{
  width:48px;
  height:48px;
  display:flex !important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-left:auto;
  padding:0;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  background:rgba(24,19,16,.42);
  cursor:pointer;
  position:relative;
  z-index:102;
  backdrop-filter:blur(8px);
}
.menu-button span{
  display:block;
  width:22px;
  height:2px;
  border-radius:2px;
  background:#fff;
  transition:transform .25s ease,opacity .25s ease;
}
.menu-button.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.menu-button.open span:nth-child(2){opacity:0}
.menu-button.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.drawer-menu{
  display:none !important;
  position:absolute;
  top:70px;
  right:18px;
  min-width:230px;
  padding:18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(32,26,22,.97);
  box-shadow:0 20px 50px rgba(0,0,0,.35);
  flex-direction:column;
  gap:4px;
  z-index:101;
}
.drawer-menu.open{display:flex !important}
.drawer-menu a{
  display:block;
  padding:13px 14px;
  border-radius:8px;
  color:#fff;
  text-decoration:none;
  font-size:.95rem;
}
.drawer-menu a:hover{background:rgba(255,255,255,.08)}
.faq-wrap{max-width:860px}
.faq-wrap details{padding:19px 0;border-bottom:1px solid var(--line)}
.faq-wrap summary{cursor:pointer;font-weight:700}
.faq-wrap details p{color:var(--muted)}
.order-confirmation{
  margin-top:18px;
  padding:18px;
  border:1px solid #b9caa9;
  border-radius:8px;
  background:#f1f7ec;
  color:#405936;
  text-align:center;
}
.order-confirmation strong,
.order-confirmation span,
.order-confirmation small{display:block}
.order-confirmation span{
  margin:8px 0;
  font-size:1.18rem;
  font-weight:800;
}
@media(max-width:650px){
  .nav-wrap{min-height:72px}
  .logo span{font-size:1.75rem}
  .logo small{display:none}
  .menu-button{width:44px;height:44px}
  .drawer-menu{
    top:64px;
    left:18px;
    right:18px;
    min-width:0;
  }
}

/* NIUTE 5.0 FINAL */
.hero{min-height:720px!important;background-position:center!important;background-size:cover!important}
.hero-overlay{background:linear-gradient(90deg,rgba(28,20,16,.76),rgba(28,20,16,.30) 60%,rgba(28,20,16,.08))!important}
.hero-content{max-width:700px!important;padding-top:105px!important;opacity:1!important;transform:none!important}
.hero-title{max-width:680px!important;font-size:clamp(2.35rem,5vw,4.5rem)!important;line-height:1.08!important}
.hero-subtitle{max-width:590px;margin:0 0 28px;color:rgba(255,255,255,.88);font-size:1.02rem;line-height:1.7}
.site-header nav:not(.open){display:none!important}
.section-note{max-width:620px;margin-inline:auto;color:var(--muted)}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.why-card{padding:26px 20px;border-top:3px solid #9b7452;background:#fff;box-shadow:0 12px 32px rgba(52,37,27,.06)}
.why-card span{color:#9b7452;font-weight:800}.why-card h3{font-size:1rem}.why-card p{color:var(--muted);font-size:.9rem;line-height:1.55}
.privacy-note{margin:12px 0 16px;padding:12px 14px;border-radius:8px;background:#f4eee7;color:#67594e;font-size:.86rem}
.final-contact{background:#30251e;color:#fff}.final-contact-inner{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.final-contact a{color:#fff;text-decoration:none;font-weight:600}
@media(max-width:1000px){.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:850px){
}
@media(max-width:650px){
 .hero{min-height:760px!important;background-position:70% center!important}
 .hero-content{padding-top:112px!important;max-width:92%!important}
 .hero h1{font-size:clamp(4.2rem,21vw,6.5rem)!important}
 .hero-title{font-size:clamp(2rem,9.6vw,3rem)!important}
 .hero-subtitle{font-size:.96rem;line-height:1.6}
 .why-grid{grid-template-columns:1fr}
 .final-contact-inner{flex-direction:column;align-items:center;gap:12px}
}


/* NIUTE 5.3 – pirmųjų 50 klientų akcija */
.promo-bar{background:#9b6a35;color:#fff;text-align:center;position:relative;z-index:30}
.promo-bar a{max-width:1180px;margin:auto;min-height:48px;padding:10px 22px;display:flex;align-items:center;justify-content:center;gap:18px;color:inherit;text-decoration:none;font-size:.93rem;letter-spacing:.02em}
.promo-bar strong{font-weight:700}
.promo-bar span{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid rgba(255,255,255,.65)}
.promo-card{margin:22px 0 26px;padding:22px 24px;border:1px solid #b58a5a;background:#fbf5ed;text-align:center}
.promo-card-label{display:block;margin-bottom:8px;color:#9b6a35;font-size:.72rem;font-weight:700;letter-spacing:.18em}
.promo-card strong{display:block;font-family:"Playfair Display",serif;color:#30251e;font-size:clamp(1.35rem,3.8vw,1.85rem);line-height:1.25}
.promo-card p{margin:9px auto 0;max-width:560px;color:#6e5e52;font-size:.9rem;line-height:1.55}
@media(max-width:680px){.promo-bar a{min-height:54px;flex-direction:column;gap:2px;padding:8px 12px}.promo-bar strong{font-size:.92rem}.promo-bar span{font-size:.68rem}.promo-card{padding:19px 16px}}

.promo-banner{position:sticky;top:0;z-index:9999;background:#3F352D;color:#fff;text-align:center;padding:11px 12px;font-size:14px;font-weight:500}
.promo-hero{margin:18px 0 24px;font-size:1.1rem}
