/* v121 — refined high-end main hero */
.hero-sculpt{
  padding:18px 0 30px !important;
  background:linear-gradient(180deg,#f6f1ea 0%,#f2ece4 100%) !important;
}
.shell-sculpt{
  width:min(calc(100% - 48px),1760px) !important;
}
.hero-sculpt-stage{
  min-height:640px !important;
  border-radius:38px !important;
  border:1px solid rgba(112,82,54,.10) !important;
  background:#d9c8b4 !important;
  box-shadow:0 34px 90px rgba(48,31,17,.14) !important;
}
.hero-sculpt-stage::before{
  inset:14px !important;
  border-radius:28px !important;
  border:1px solid rgba(255,255,255,.30) !important;
}
.hero-sculpt-image{
  filter:saturate(.88) brightness(.86) contrast(1.03) !important;
  background-position:center 46% !important;
}
.hero-sculpt-wash{
  background:
    linear-gradient(90deg,rgba(18,12,8,.60) 0%,rgba(18,12,8,.26) 28%,rgba(18,12,8,.02) 52%,rgba(18,12,8,.08) 100%),
    linear-gradient(180deg,rgba(255,255,255,.03),rgba(23,15,10,.16)) !important;
}
.hero-sculpt-ribbon{
  left:3.2% !important;
  top:5.5% !important;
  bottom:5.5% !important;
  width:min(43%,680px) !important;
  border-radius:30px 150px 30px 30px !important;
  background:
    radial-gradient(120% 100% at 0% 0%,rgba(255,255,255,.95) 0%,rgba(255,255,255,.75) 32%,rgba(246,239,230,.84) 72%,rgba(235,224,210,.88) 100%) !important;
  box-shadow:0 26px 64px rgba(42,27,15,.12),inset 0 1px 0 rgba(255,255,255,.72) !important;
  backdrop-filter:blur(10px) !important;
}
.hero-sculpt-ribbon::after{
  background:
    linear-gradient(140deg,rgba(255,255,255,.42),transparent 38%),
    radial-gradient(circle at 82% 18%,rgba(181,139,92,.15),transparent 28%) !important;
}
.hero-sculpt-orbit-a{
  width:280px !important;height:280px !important;right:1.8% !important;top:-4% !important;opacity:.24 !important;
}
.hero-sculpt-orbit-b{
  width:150px !important;height:150px !important;right:18% !important;bottom:3% !important;opacity:.16 !important;
}
.hero-sculpt-copy{
  left:6.1% !important;
  top:10.5% !important;
  width:min(35%,570px) !important;
}
.hero-sculpt-copy h1{
  max-width:8.3ch !important;
  font-size:clamp(4.1rem,6.1vw,6.6rem) !important;
  line-height:.88 !important;
  letter-spacing:-.055em !important;
  color:#1d130e !important;
  text-shadow:0 1px 0 rgba(255,255,255,.35) !important;
}
.hero-sculpt-copy p{
  max-width:31ch !important;
  margin-top:24px !important;
  font-size:1.08rem !important;
  line-height:1.72 !important;
  color:#65584e !important;
}
.hero-sculpt-actions{
  gap:12px !important;
  margin-top:28px !important;
}
.hero-sculpt-primary,
.hero-sculpt-secondary{
  min-height:54px !important;
  padding:14px 25px !important;
  border-radius:999px !important;
  font-size:1.08rem !important;
  box-shadow:none !important;
}
.hero-sculpt-primary{
  background:linear-gradient(135deg,#28180f 0%,#56341f 100%) !important;
  border:1px solid rgba(255,255,255,.06) !important;
}
.hero-sculpt-secondary{
  background:rgba(255,253,249,.60) !important;
  border:1px solid rgba(99,72,48,.13) !important;
  backdrop-filter:blur(14px) !important;
}
.hero-sculpt-primary:hover,
.hero-sculpt-secondary:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 16px 28px rgba(45,28,16,.12) !important;
}
.hero-sculpt-story{
  right:4.8% !important;
  top:8.5% !important;
  width:min(24%,360px) !important;
  padding:30px 30px 28px !important;
  border-radius:30px 30px 74px 30px !important;
  background:linear-gradient(145deg,rgba(44,25,14,.94),rgba(74,44,25,.88)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 24px 54px rgba(28,17,10,.20) !important;
  backdrop-filter:blur(16px) !important;
}
.hero-sculpt-story h2{
  max-width:9ch !important;
  font-size:clamp(2rem,2.55vw,3.15rem) !important;
  line-height:.95 !important;
  color:#fff8ef !important;
}
.hero-sculpt-story p{
  margin-top:16px !important;
  font-size:1rem !important;
  line-height:1.62 !important;
  color:rgba(255,247,239,.78) !important;
}
.hero-sculpt-specs{
  right:4.8% !important;
  bottom:9.5% !important;
  width:min(38%,620px) !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
}
.hero-sculpt-specs div{
  min-height:74px !important;
  padding:16px 18px !important;
  border-radius:999px !important;
  background:rgba(255,252,247,.72) !important;
  border:1px solid rgba(255,255,255,.48) !important;
  box-shadow:0 12px 26px rgba(52,34,20,.08),inset 0 1px 0 rgba(255,255,255,.60) !important;
  backdrop-filter:blur(14px) !important;
  align-items:center !important;
}
.hero-sculpt-specs div::before{
  display:none !important;
}
.hero-sculpt-specs strong{
  max-width:none !important;
  font-size:1rem !important;
  line-height:1.15 !important;
  color:#2a1d15 !important;
}

@media(max-width:1280px){
  .hero-sculpt-stage{min-height:610px !important}
  .hero-sculpt-ribbon{width:min(47%,640px) !important}
  .hero-sculpt-copy{width:min(40%,540px) !important}
  .hero-sculpt-story{width:min(28%,340px) !important}
  .hero-sculpt-specs{width:min(42%,560px) !important}
}
@media(max-width:980px){
  .shell-sculpt{width:min(calc(100% - 24px),1760px) !important}
  .hero-sculpt-stage{min-height:590px !important}
  .hero-sculpt-copy h1{font-size:clamp(3.6rem,7vw,5.6rem) !important}
}
@media(max-width:850px){
  .hero-sculpt{padding:10px 0 20px !important}
  .shell-sculpt{width:min(calc(100% - 10px),1760px) !important}
  .hero-sculpt-stage{
    min-height:auto !important;
    padding:12px !important;
    border-radius:24px !important;
    background:transparent !important;
    box-shadow:0 18px 46px rgba(48,31,17,.10) !important;
  }
  .hero-sculpt-stage::before{inset:7px !important;border-radius:18px !important}
  .hero-sculpt-image{filter:saturate(.88) brightness(.78) !important}
  .hero-sculpt-wash{
    background:linear-gradient(180deg,rgba(18,12,8,.10),rgba(18,12,8,.34)) !important;
  }
  .hero-sculpt-copy,
  .hero-sculpt-story,
  .hero-sculpt-specs{
    position:relative !important;
    left:auto !important;right:auto !important;top:auto !important;bottom:auto !important;
    width:auto !important;
  }
  .hero-sculpt-copy{
    padding:22px 18px 20px !important;
    border-radius:22px 22px 54px 22px !important;
    background:linear-gradient(145deg,rgba(255,253,249,.96),rgba(239,230,219,.91)) !important;
    box-shadow:none !important;
  }
  .hero-sculpt-copy h1{
    max-width:8.5ch !important;
    font-size:clamp(2.7rem,11.5vw,4.3rem) !important;
    line-height:.91 !important;
  }
  .hero-sculpt-copy p{
    max-width:none !important;
    margin-top:16px !important;
    font-size:.96rem !important;
    line-height:1.58 !important;
  }
  .hero-sculpt-actions{margin-top:20px !important;flex-direction:column !important}
  .hero-sculpt-primary,.hero-sculpt-secondary{width:100% !important;min-height:48px !important}
  .hero-sculpt-story{
    margin-top:10px !important;
    padding:20px 18px !important;
    border-radius:20px !important;
  }
  .hero-sculpt-story h2{font-size:1.85rem !important;max-width:none !important}
  .hero-sculpt-story p{font-size:.94rem !important;line-height:1.5 !important}
  .hero-sculpt-specs{
    margin-top:10px !important;
    grid-template-columns:1fr !important;
    gap:7px !important;
  }
  .hero-sculpt-specs div{
    min-height:54px !important;
    padding:13px 16px !important;
    border-radius:16px !important;
  }
  .hero-sculpt-specs strong{font-size:.95rem !important}
}
