:root{
  --am-sage:#97B3AE;
  --am-soft:#D2E0D3;
  --am-blush:#F0DDD6;
  --am-peach:#F2C3B9;
  --am-warm:#D6CBBF;
  --am-off:#F0EEEA;
  --am-dark:#2F3F38;
  --am-cream:#FBF8F5;
}

body{
  direction:ltr;
}

.am-restore-home{
  text-align:center;
  overflow:hidden;
}

.am-restore-home h1,
.am-restore-home h2,
.am-restore-home h3,
.am-restore-page h1,
.am-restore-page h2,
.am-restore-page h3{
  font-family: Georgia, "Playfair Display", serif !important;
  color: var(--am-dark);
}

.am-restore-hero{
  max-width:1180px;
  margin:40px auto 70px;
  padding:90px 30px;
  border-radius:36px;
  background:linear-gradient(135deg,var(--am-blush),var(--am-off),var(--am-soft));
  border:1px solid var(--am-warm);
  box-shadow:0 20px 60px rgba(47,63,56,.08);
}

.am-restore-kicker{
  color:var(--am-sage);
  font-weight:800;
  letter-spacing:3px;
  font-size:13px;
  margin-bottom:14px;
  text-transform:uppercase;
}

.am-restore-hero h1{
  font-size:clamp(58px,9vw,112px);
  line-height:1;
  margin:0 0 18px;
}

.am-restore-motto{
  font-family: Georgia, serif;
  font-size:clamp(22px,2.6vw,32px);
  font-style:italic;
  color:var(--am-dark);
  margin:0 0 22px;
}

.am-restore-desc{
  font-size:20px;
  margin:0 auto 34px;
  max-width:760px;
}

.am-restore-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.am-restore-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  display:inline-block;
  background:var(--am-sage)!important;
  color:#fff!important;
  border:1px solid var(--am-sage)!important;
  border-radius:999px!important;
  padding:13px 28px!important;
  text-decoration:none!important;
  font-weight:700!important;
}

.am-restore-btn.outline{
  background:#fff!important;
  color:var(--am-dark)!important;
  border-color:var(--am-warm)!important;
}

.am-restore-section{
  max-width:1180px;
  margin:0 auto 80px;
  padding:30px 20px;
}

.am-restore-section h2,
.am-restore-story h2,
.am-restore-final h2{
  font-size:clamp(40px,6vw,74px);
  line-height:1.1;
  margin:0 0 18px;
}

.am-restore-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  margin-top:35px;
}

.am-restore-card{
  display:block;
  text-align:left;
  background:#fff;
  border:1px solid var(--am-warm);
  border-radius:26px;
  padding:34px;
  color:var(--am-dark);
  text-decoration:none;
  min-height:220px;
  box-shadow:0 14px 36px rgba(47,63,56,.055);
}

.am-restore-card span{
  display:inline-grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:999px;
  background:var(--am-blush);
  color:var(--am-peach);
  font-weight:700;
  margin-bottom:22px;
}

.am-restore-card h3{
  font-size:28px;
  margin:0 0 12px;
}

.am-restore-card p{
  line-height:1.7;
  margin:0;
}

.am-restore-soft{
  background:var(--am-off);
  border:1px solid var(--am-warm);
  border-radius:34px;
}

.am-restore-story{
  max-width:1180px;
  margin:0 auto 80px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:26px;
}

.am-restore-story > div{
  text-align:left;
  background:#fff;
  border:1px solid var(--am-warm);
  border-radius:30px;
  padding:42px;
  box-shadow:0 14px 36px rgba(47,63,56,.045);
}

.am-restore-note{
  background:var(--am-soft)!important;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center!important;
}

.am-restore-note p{
  font-family:Georgia,serif;
  font-size:28px;
  line-height:1.5;
  font-weight:700;
  max-width:440px;
}

.am-restore-final{
  max-width:1180px;
  margin:0 auto 80px;
  padding:70px 25px;
  border-radius:34px;
  background:var(--am-blush);
  text-align:center;
}

.am-restore-page{
  max-width:980px;
  margin:40px auto 80px;
  padding:50px;
  background:#fff;
  border:1px solid var(--am-warm);
  border-radius:28px;
  box-shadow:0 14px 36px rgba(47,63,56,.045);
}

.am-restore-page h1{
  font-size:clamp(40px,5vw,64px);
  margin-top:0;
}

.am-restore-page p,
.am-restore-page li{
  line-height:1.8;
  font-size:18px;
}

.am-restore-floating-wa{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:9999;
  width:66px;
  height:66px;
  border-radius:999px;
  background:var(--am-sage);
  color:#fff!important;
  display:grid;
  place-items:center;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  box-shadow:0 14px 30px rgba(47,63,56,.18);
}

@media(max-width:950px){
  .am-restore-grid,
  .am-restore-story{
    grid-template-columns:1fr;
  }
  .am-restore-hero,
  .am-restore-section,
  .am-restore-story,
  .am-restore-final{
    margin-left:14px;
    margin-right:14px;
  }
  .am-restore-hero{
    padding:65px 18px;
  }
  .am-restore-page{
    margin-left:14px;
    margin-right:14px;
    padding:32px 22px;
  }
}
