*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:#FFF9F4;
  color:#2B2B2B;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
body:before{
  content:"";
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at 10% 10%,rgba(233,122,95,.10),transparent 28%),
    radial-gradient(circle at 90% 0%,rgba(247,217,204,.18),transparent 24%);
  pointer-events:none;
}
.site-header{
  position:sticky;
  top:0;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 6vw;
  background:rgba(255,249,244,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(43,43,43,.08);
}
.brand{font-weight:800;letter-spacing:-.03em}
.site-header nav{display:flex;gap:22px;align-items:center}
.hero{padding:110px 6vw 80px;max-width:1100px}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.78rem;
  color:#E97A5F;
  font-weight:800;
}
.hero h1,.section h2{
  font-size:clamp(2.3rem,6vw,5.4rem);
  line-height:.98;
  letter-spacing:-.055em;
  margin:.2em 0;
}
.section h2{font-size:clamp(2rem,4vw,3.7rem)}
.lead{max-width:760px;font-size:1.25rem;color:#6F625D}
.section-note{max-width:680px;color:#7B6F69}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}
.button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  padding:14px 20px;
  border-radius:12px;
  background:#E97A5F;
  color:white;
  font-weight:800;
  border:0;
  cursor:pointer;
}
.button:hover{transform:translateY(-1px)}
.button.ghost{
  background:transparent;
  color:#2B2B2B;
  border:1px solid rgba(43,43,43,.16)
}
.button.small{padding:10px 14px}
.button.full{width:100%}
.mini-proof{
  display:flex;
  gap:24px;
  flex-wrap:wrap;
  color:#7B6F69;
  font-size:.95rem
}
.section{padding:90px 6vw}
.section-head{max-width:760px;margin-bottom:38px}
.tinted{
  background:#FDF0E9;
  border-top:1px solid rgba(43,43,43,.06);
  border-bottom:1px solid rgba(43,43,43,.06)
}
.cards{display:grid;gap:20px}
.cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.card,.price-card,.contact-card,.steps>div{
  background:#FFFFFF;
  border:1px solid rgba(43,43,43,.08);
  border-radius:20px;
  padding:22px;
  box-shadow:0 16px 50px rgba(84,55,45,.08)
}
.work-image-placeholder{
  height:220px;
  border-radius:14px;
  margin-bottom:18px;
  background:linear-gradient(145deg,#F9E0D5,#FFF3EE);
  border:2px dashed rgba(233,122,95,.35);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:24px;
  color:#8A5F52;
}
.work-image-placeholder span{font-weight:800}
.work-image-placeholder small{margin-top:8px;color:#A47D71}
.work-image{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:14px;
  margin-bottom:18px;
  display:block;
}
.price{font-size:2.6rem;font-weight:900;letter-spacing:-.04em}
.price span{font-size:.95rem;color:#8A7B74}
.price-card ul{padding-left:20px;color:#6F625D}
.featured{outline:2px solid #E97A5F;position:relative}
.tag{
  position:absolute;
  top:-13px;
  right:18px;
  background:#E97A5F;
  color:white;
  padding:5px 9px;
  border-radius:999px;
  font-size:.75rem;
  font-weight:900
}
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.steps strong{font-size:2rem;color:#E97A5F}
.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}
.contact-card label{display:block;font-size:.9rem;font-weight:700;margin-bottom:14px}
.contact-card input,.contact-card textarea{
  width:100%;
  margin-top:6px;
  background:#FFFDFC;
  border:1px solid rgba(43,43,43,.12);
  color:#2B2B2B;
  border-radius:10px;
  padding:12px
}
.contact-card textarea{min-height:120px;resize:vertical}
.form-message{color:#5D8C6B;font-size:.9rem}
footer{
  padding:28px 6vw 40px;
  display:flex;
  justify-content:space-between;
  color:#8A7B74;
  border-top:1px solid rgba(43,43,43,.06)
}
@media(max-width:850px){
  .cards.three,.steps,.contact-section{grid-template-columns:1fr}
  .site-header nav>a:not(.button){display:none}
  .hero{padding-top:80px}
  .work-image,.work-image-placeholder{height:180px}
}
