
:root{--ivory:#F7F5F1;--stone:#ECE9E3;--grey:#D9DDDE;--sage:#E1E5DD;--blue:#DDE5E8;--oak:#B99565;--ink:#303A43;--muted:#6A7379;--line:rgba(48,58,67,.14);--white:#fff;--shadow:0 18px 60px rgba(60,65,70,.08);--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;color:var(--ink);background:var(--ivory);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{
  width:min(1560px,calc(100% - 72px));
  margin:0 auto;
}.narrow{max-width:840px}.section{padding:110px 0}.eyebrow{display:inline-block;margin-bottom:18px;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:600}h1,h2,h3{font-family:Manrope,sans-serif;margin:0;color:var(--ink)}h1{font-size:clamp(3.2rem,7vw,6.6rem);line-height:.98;letter-spacing:-.045em;font-weight:500;max-width:800px}h2{font-size:clamp(2.2rem,4.4vw,4.6rem);line-height:1.05;letter-spacing:-.035em;font-weight:500}h3{font-size:1.5rem;letter-spacing:-.02em;font-weight:500}p{margin:0;color:var(--muted)}.lead{font-size:1.4rem;line-height:1.5;margin-bottom:20px;color:var(--ink)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(247,245,241,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-wrap{height:80px;display:flex;align-items:center;justify-content:space-between}.wordmark{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1;
  text-decoration:none;
}

.wordmark-main{
  font-family:"Manrope",sans-serif;
  font-size:1.18rem;
  font-weight:400;
  letter-spacing:.28em;
  color:var(--ink);
}

.wordmark-sub{
  margin-top:7px;
  font-family:"Inter",sans-serif;
  font-size:.52rem;
  font-weight:500;
  letter-spacing:.24em;
  color:var(--oak);
}.desktop-nav{display:flex;gap:34px;font-size:.94rem}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:var(--oak);transition:.25s}.desktop-nav a:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:14px}.lang-button,.menu-button{border:0;background:transparent;color:var(--ink);font:inherit;cursor:pointer}.menu-button{display:none;width:34px;height:30px;position:relative}.menu-button span{position:absolute;left:4px;width:26px;height:1px;background:var(--ink)}.menu-button span:first-child{top:10px}.menu-button span:last-child{top:18px}.mobile-nav{display:none}
.hero{padding-top:70px}.hero-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:72px;
  align-items:center;
  min-height:760px;
}.hero-copy p{
  font-size:1.18rem;
  max-width:600px;
  margin:28px 0 34px;
  line-height:1.55;
}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;font-size:.92rem;font-weight:500;transition:.25s;border:1px solid transparent}.btn-primary{background:var(--oak);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(185,149,101,.25)}.btn-ghost{border-color:var(--line);background:rgba(255,255,255,.36)}.btn-ghost:hover{background:#fff}.btn-dark{background:var(--ink);color:#fff}
.hero-art{position:relative;min-height:640px;border-radius:var(--radius);background:linear-gradient(145deg,var(--stone),#f4f2ed);overflow:hidden;box-shadow:var(--shadow)}.oak-panel{position:absolute;right:0;top:0;width:42%;height:100%;background:linear-gradient(180deg,#ccb18b,var(--oak))}.chair-scene{position:absolute;left:24%;top:21%;width:260px;height:330px;transform:rotate(-3deg)}.chair-back{position:absolute;left:58px;top:0;width:150px;height:175px;background:var(--ink);border-radius:42% 42% 30% 30%/22% 22% 50% 50%;transform:skewY(-3deg)}.chair-back:after{content:"";position:absolute;inset:18px;background:linear-gradient(180deg,#56616a,#343e47);border-radius:inherit}.chair-seat{position:absolute;left:38px;top:158px;width:185px;height:58px;background:#465159;border-radius:50% 48% 38% 38%}.chair-stem{position:absolute;left:126px;top:210px;width:14px;height:70px;background:#2f383f;border-radius:6px}.chair-base{position:absolute;left:70px;top:274px;width:130px;height:10px;background:#2f383f;border-radius:10px;box-shadow:-50px 14px 0 -2px #2f383f,50px 14px 0 -2px #2f383f}.hero-note{position:absolute;left:28px;bottom:28px;display:flex;flex-direction:column;gap:4px}.hero-note strong{font-weight:500}.hero-note span{font-size:.84rem;color:var(--muted)}
.intro{background:#fff}.intro h2{max-width:760px;margin-bottom:34px}.intro p:not(.lead){font-size:1.05rem;max-width:760px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:54px}.section-heading>div{max-width:720px}.section-heading>p{max-width:360px}.section-heading.compact{margin-bottom:36px}
.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.solution-card{min-height:360px;padding:34px;border-radius:24px;display:flex;flex-direction:column;position:relative;overflow:hidden}.solution-card:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-90px;top:-90px;background:rgba(255,255,255,.36)}.solution-card h3{margin-top:auto;margin-bottom:12px;font-size:2rem}.card-index{font-size:.8rem;letter-spacing:.14em;color:var(--muted)}.tone-stone{background:var(--stone)}.tone-sage{background:var(--sage)}.tone-blue{background:var(--blue)}.tone-ivory{background:#f2eee7}.text-link{display:inline-flex;gap:10px;align-items:center;margin-top:22px;font-weight:500;font-size:.94rem}.text-link span{color:var(--oak)}
.tovenza{background:#F1EEE8}.tovenza-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.tovenza-visual{position:relative;min-height:620px;border-radius:var(--radius);background:linear-gradient(180deg,#e9e4dc,#f6f3ed);overflow:hidden} 
.tovenza-feature-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.tovenza-copy h2{margin-bottom:28px}.tovenza-copy p{font-size:1.05rem;margin-bottom:16px}.tovenza-copy .btn{margin-top:18px}
.models{background:#fff}.model-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.model-card{background:var(--ivory);border-radius:22px;overflow:hidden}.model-art{height:280px;background:linear-gradient(145deg,var(--stone),#f8f7f3);position:relative}.model-art:before{content:"";position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);width:90px;height:145px;background:linear-gradient(180deg,#4f5a62,#313b44);border-radius:36px 36px 22px 22px}.model-art:after{content:"";position:absolute;left:50%;top:68%;transform:translateX(-50%);width:120px;height:8px;background:#313b44;border-radius:8px;box-shadow:0 42px 0 -1px #313b44}.art-heaven{background:linear-gradient(145deg,var(--sage),#f8f7f3)}.art-comfort{background:linear-gradient(145deg,var(--blue),#f8f7f3)}.art-core{background:linear-gradient(145deg,#eadfcf,#f8f7f3)}.model-copy{padding:24px}.model-copy>span{font-size:.76rem;color:var(--muted);text-transform:uppercase;letter-spacing:.09em}.model-copy h3{margin:6px 0 10px;font-size:1.65rem}
.why{background:var(--stone)}.why-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.why-list article{display:grid;grid-template-columns:54px 1fr;gap:20px;padding:24px 0;border-top:1px solid var(--line)}.why-list article:last-child{border-bottom:1px solid var(--line)}.why-list article>span{font-size:.78rem;color:var(--oak);letter-spacing:.1em}.why-list h3{margin-bottom:6px}
.projects{background:var(--ivory)}.project-shell{display:grid;grid-template-columns:.9fr 1.1fr;border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow)}.project-copy{padding:64px}.project-copy h2{font-size:clamp(2.1rem,4vw,4rem);margin-bottom:24px}.project-visual{position:relative;min-height:500px;background:linear-gradient(145deg,var(--blue),#e9e5dd);overflow:hidden}.desk{position:absolute;left:18%;right:16%;top:45%;height:20px;background:#ba9568;border-radius:4px}.desk-leg{position:absolute;top:49%;width:14px;height:180px;background:#5c666d}.desk-leg.one{left:25%}.desk-leg.two{right:24%}.mini-chair{position:absolute;left:52%;top:52%;width:95px;height:120px;background:#3d4850;border-radius:38px 38px 22px 22px;transform:rotate(-7deg)}.wall-line{position:absolute;left:10%;top:22%;width:38%;height:1px;background:rgba(48,58,67,.22);box-shadow:0 80px 0 rgba(48,58,67,.12)}
.cta-section{padding-top:40px}.cta-box{background:linear-gradient(120deg,#D9C4A7,#C9AC85);border-radius:var(--radius);padding:58px 64px;display:grid;grid-template-columns:1.4fr .6fr;gap:60px;align-items:end}.cta-box h2{font-size:clamp(2rem,4vw,4rem);max-width:850px;margin-bottom:22px}.cta-box p{color:#4c4b49;max-width:760px}.cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.contact-list{display:grid;grid-template-columns:1fr 1fr;gap:32px}.contact-list>div{padding-top:18px;border-top:1px solid var(--line)}.contact-list span{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.contact-list p{margin-top:8px;color:var(--ink)}.contact-list a:hover{color:var(--oak)}
.site-footer{background:#2f383f;color:#eef0ee;padding:60px 0 26px}.footer-grid{display:flex;justify-content:space-between;gap:40px}.footer-wordmark{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1;
}

.footer-wordmark-main{
  font-family:"Manrope",sans-serif;
  font-size:1.18rem;
  font-weight:400;
  letter-spacing:.28em;
  color:#fff;
}

.footer-wordmark-sub{
  margin-top:7px;
  font-family:"Inter",sans-serif;
  font-size:.52rem;
  font-weight:500;
  letter-spacing:.24em;
  color:var(--oak);
}
.footer-grid p{color:#aeb5b7}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px 30px}.footer-links a{color:#d7dcdd}.footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.14);margin-top:42px;padding-top:22px;color:#98a0a2;font-size:.8rem}
/* ===== NEW HERO VISUAL ===== */

.hero-visual{
  min-width:0;
}

.hero-image-wrap{
  position:relative;
  min-height:640px;
  border-radius:28px;
  overflow:hidden;
  background:#ede9e2;
  box-shadow:0 18px 60px rgba(60,65,70,.08);
}

.hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.hero-slide-controls{
    display:none;
}

.hero-slide-controls .divider{
  color:var(--muted);
}

.hero-slide-controls button{
  border:0;
  background:transparent;
  color:var(--oak);
  cursor:pointer;
  font-size:1rem;
  padding:4px;
}

.hero-slide-controls button:first-of-type{
  margin-left:18px;
}
@media(max-width:980px){.desktop-nav{display:none}.menu-button{display:block}.mobile-nav.open{display:flex;flex-direction:column;gap:16px;padding:14px 20px 24px;border-top:1px solid var(--line);background:var(--ivory)}.hero-grid,.tovenza-grid,.why-grid,.contact-grid,.project-shell,.cta-box{grid-template-columns:1fr}.hero-grid{min-height:auto}.hero-art{min-height:470px}.model-grid{grid-template-columns:repeat(2,1fr)}.section-heading{flex-direction:column;align-items:flex-start}}
@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.section{padding:78px 0}.nav-wrap{height:70px}h1{font-size:3.35rem}h2{font-size:2.45rem}.hero{padding-top:36px}.hero-copy p{font-size:1.05rem}.hero-art{min-height:390px}.card-grid,.model-grid,.contact-list{grid-template-columns:1fr}.solution-card{min-height:310px}.tovenza-visual{min-height:460px}.project-copy{padding:38px 28px}.project-visual{min-height:340px}.cta-box{padding:40px 28px}.footer-grid,.footer-bottom{flex-direction:column}}



/* ===== REAL TOVENZA MODEL IMAGES ===== */

.models .model-art{
  position:relative;
  height:280px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Disable old CSS-generated chair illustration */
.models .model-art::before,
.models .model-art::after{
  content:none !important;
  display:none !important;
}

/* Real transparent product PNG */
.models .model-product-image{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  box-sizing:border-box;
  padding:10px;
}
.models .heaven-product-image{
  padding:18px;
}
.models .studio-product-image{
  padding:10px;
}
.models .forge-product-image{
    padding:6px;
}
.project-visual{
    position:relative;
    overflow:hidden;
}

.project-image{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.project-visual .desk,
.project-visual .desk-leg,
.project-visual .mini-chair,
.project-visual .wall-line{
    display:none !important;
}
/* ===== CORPORATE CTA REFINEMENT ===== */

.cta-box{
    position:relative;
    overflow:hidden;
}

.cta-box::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    right:-110px;
    top:-150px;
    background:rgba(255,255,255,.12);
    pointer-events:none;
}

.cta-copy,
.cta-actions{
    position:relative;
    z-index:1;
}

.cta-copy p{
    max-width:760px;
    font-size:1.05rem;
    line-height:1.75;
}

.cta-actions .btn{
    min-width:230px;
    text-align:center;
}
.cta-actions{
    transform:translateY(-10px);
}
.cta-copy p{
    max-width:820px;
}
#haqqimizda,
#heller,
#tovenza,
#layiheler,
#elaqe {
    scroll-margin-top: 110px;
}

/* ===== HELLER DETAIL SECTIONS ===== */

.service-details{
    background:#fff;
}

.service-details .container{
    border-top:1px solid var(--line);
}

.service-detail{
    display:grid;
    grid-template-columns:90px minmax(320px,.9fr) minmax(360px,1fr);
    gap:56px;
    padding:80px 0;
    border-bottom:1px solid var(--line);
    align-items:start;
}

.service-detail-number{
    font-size:.82rem;
    letter-spacing:.14em;
    color:var(--oak);
    padding-top:7px;
}

.service-detail-heading .eyebrow{
    display:block;
    margin-bottom:22px;
}

.service-detail-heading h2{
    font-size:clamp(2rem,3.2vw,3.5rem);
    line-height:1.06;
    font-weight:400;
    max-width:620px;
}

.service-detail-copy p{
    font-size:1.05rem;
    line-height:1.75;
    color:var(--muted);
    max-width:650px;
    margin-bottom:26px;
}

.service-detail-copy ul{
    list-style:none;
    padding:0;
    margin:0 0 28px;
}

.service-detail-copy li{
    padding:11px 0;
    border-bottom:1px solid var(--line);
    font-size:.98rem;
}

#ofis-mebeli,
#metal-mebel,
#korporativ-techizat{
    scroll-margin-top:110px;
}

@media(max-width:980px){
    .service-detail{
        grid-template-columns:60px 1fr;
        gap:30px;
    }

    .service-detail-copy{
        grid-column:2;
    }
}

@media(max-width:640px){
    .service-detail{
        grid-template-columns:1fr;
        gap:18px;
        padding:56px 0;
    }

    .service-detail-copy{
        grid-column:auto;
    }
}

#tovenza {
    scroll-margin-top: -25px;
}

#models{
    scroll-margin-top:-30px;
}

/* ===== TOVENZA MODEL DETAIL ===== */

.model-detail{
    padding:90px 0;
    background:#f3f0ea;
}

.model-detail-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.model-detail-visual{
    min-height:620px;
    background:#ebe7df;
    border-radius:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.model-detail-visual img{
    display:block;
    width:100%;
    height:100%;
    max-height:590px;
    object-fit:contain;
    padding:38px;
    box-sizing:border-box;
}

.model-detail-copy{
    max-width:620px;
}

.model-detail-copy .eyebrow{
    display:block;
    margin-bottom:24px;
}

.model-detail-copy h2{
    font-size:clamp(3.8rem,7vw,7rem);
    line-height:.95;
    margin:0 0 28px;
    font-weight:400;
}

.model-detail-lead{
    font-size:1.2rem;
    line-height:1.7;
    margin-bottom:34px;
    max-width:560px;
}

.model-detail-specs{
    list-style:none;
    padding:0;
    margin:0 0 38px;
    border-top:1px solid var(--line);
}

.model-detail-specs li{
    padding:15px 0;
    border-bottom:1px solid var(--line);
    font-size:1rem;
}

#crown-detail{
    scroll-margin-top:-20px;
}

@media(max-width:980px){
    .model-detail-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .model-detail-visual{
        min-height:500px;
    }
}


#crown-detail .model-detail-visual img{
    transform:scale(1.12);
}

#heaven-detail .model-detail-visual,
#heaven-detail .model-detail-copy{
    transform: translateY(-8px);
}

#studio-detail .model-detail-visual img{
    transform: scale(1.12);
}


#forge-detail .model-detail-visual img{
    transform: scale(1.08) translateY(-5px);
}

/* ===== PROJECTS DETAIL ===== */

#projects-detail{
    scroll-margin-top:20px;
}

.projects-detail{
    padding:90px 0 110px;
    background:#f3f0ea;
}

.projects-detail .section-heading{
    margin-bottom:55px;
}

.projects-detail .section-heading h2{
    max-width:760px;
    font-size:4.5rem;
    line-height:1.02;
    font-weight:400;
    letter-spacing:-0.04em;
    margin-top:24px;
}

.projects-detail-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:0;
    border-top:1px solid #d8d3ca;
}

.project-detail-card{
    padding:34px 38px 45px 0;
    border-right:1px solid #d8d3ca;
}

.project-detail-card + .project-detail-card{
    padding-left:38px;
}

.project-detail-card:last-child{
    border-right:none;
}

.project-number{
    display:block;
    color:#c49a62;
    font-size:.9rem;
    letter-spacing:.12em;
    margin-bottom:55px;
}

.project-detail-card h3{
    font-size:1.65rem;
    line-height:1.2;
    font-weight:400;
    margin:0 0 20px;
}

.project-detail-card p{
    max-width:420px;
    margin:0;
    font-size:1rem;
    line-height:1.65;
    color:#65717a;
}

@media(max-width:900px){

    .projects-detail .section-heading h2{
        font-size:3.2rem;
    }

    .projects-detail-grid{
        grid-template-columns:1fr;
    }

    .project-detail-card,
    .project-detail-card + .project-detail-card{
        padding:30px 0;
        border-right:none;
        border-bottom:1px solid #d8d3ca;
    }

    .project-number{
        margin-bottom:20px;
    }
}

#layiheler{
    scroll-margin-top: 0px;
}

.footer-wordmark{
    text-decoration:none;
    color:inherit;
    display:inline-flex;
    flex-direction:column;
}

@media (max-width: 640px){

    #haqqimizda,
    #heller,
    #tovenza,
    #layiheler,
    #elaqe{
        scroll-margin-top: 72px;
    }

    #haqqimizda,
    #elaqe{
        padding-top:56px;
    }

}

/* ===== MOBILE MENU REFINEMENT ===== */
@media (max-width: 980px){

    .mobile-nav.open{
        display:flex;
        flex-direction:column;
        gap:0;
        padding:0 20px 10px;
        background:var(--ivory);
        border-top:1px solid var(--line);
    }

    .mobile-nav.open a{
        display:flex;
        align-items:center;
        min-height:52px;
        color:var(--ink);
        text-decoration:none;
        border-bottom:1px solid var(--line);
    }

    .mobile-nav.open a:last-child{
        border-bottom:none;
    }

}

/* ===== MOBILE MENU ICON OPEN STATE ===== */

.menu-button span{
    transition:
        transform .25s ease,
        top .25s ease;
}

.menu-button[aria-expanded="true"] span:first-child{
    top:14px;
    transform:rotate(45deg);
}

.menu-button[aria-expanded="true"] span:last-child{
    top:14px;
    transform:rotate(-45deg);
}

@media (max-width: 980px){

  body.menu-open{
    overflow:hidden;
  }

  .site-header{
    position:relative;
    z-index:2000;
  }

  .mobile-nav.open{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    height:calc(100vh - 88px);
    z-index:1999;
    background:var(--ivory);
    margin:0;
    padding:0 24px 30px;
    overflow-y:auto;
  }

}

@media (max-width: 640px){

  /* ===== MOBILE TOVENZA MAIN SECTION ===== */

  .tovenza{
    padding-top:48px;
    padding-bottom:56px;
  }

  .tovenza-grid{
    gap:28px;
  }

  .tovenza-visual{
    min-height:390px;
    border-radius:24px;
  }

  .tovenza-feature-image{
    object-fit:contain;
  }


  /* ===== MOBILE MODEL CARDS ===== */

  .models{
    padding-top:56px;
    padding-bottom:56px;
  }

  .model-grid{
    gap:18px;
  }

  .model-card{
    min-height:auto;
  }

  .models .model-art{
    height:250px;
  }

  .models .model-product-image{
    padding:8px;
  }


  /* ===== MOBILE MODEL DETAIL SECTIONS ===== */

  .model-detail{
    padding:48px 0;
  }

  .model-detail-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:28px;
  }

  .model-detail-visual{
    min-height:380px;
    border-radius:24px;
  }

  .model-detail-visual img{
    max-height:350px;
    padding:18px;
  }

  .model-detail-copy{
    max-width:none;
  }

  .model-detail-copy h2{
    font-size:3.15rem;
    line-height:.95;
    margin-bottom:24px;
  }

  .model-detail-lead{
    font-size:1.05rem;
    line-height:1.55;
    margin-bottom:26px;
  }

  .model-detail-specs{
    margin-bottom:28px;
  }

  .model-detail-specs li{
    padding:16px 0;
    line-height:1.4;
  }

}

/* ===== MOBILE TOVENZA IMAGE SCALE ===== */

@media (max-width:640px){

    #crown-detail .model-detail-visual img{
        transform:scale(1.20);
    }

    #studio-detail .model-detail-visual img{
        transform:scale(1.20);
    }

    #forge-detail .model-detail-visual img{
        transform:scale(1.16) translateY(-3px);
    }

    #heaven-detail .model-detail-visual img{
        transform:scale(1.16);
    }

}