
/* UR Mom Kitchen — About page only */
.about-page{
  background:#fffaf3;
  color:#1b1b1b;
  overflow:hidden;
}
.about-page .container{
  width:min(1180px,92%);
  max-width:1180px;
  margin:0 auto;
  padding:0;
}
.about-hero{
  position:relative;
  overflow:hidden;
  padding:82px 0 74px;
  background:
    radial-gradient(circle at 4% 18%,rgba(40,98,24,.12) 0 110px,transparent 112px),
    radial-gradient(circle at 96% 12%,rgba(233,111,0,.09) 0 130px,transparent 132px),
    linear-gradient(120deg,#fffaf3 0%,#fff2e2 56%,#f3ddc3 100%);
}
.about-hero-inner{
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:58px;
  align-items:center;
}
.about-kicker,.about-section-label{
  display:inline-block;
  margin-bottom:14px;
  color:#e96f00;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.6px;
  text-transform:uppercase;
}
.about-hero h1{
  margin:0 0 20px;
  color:#17130f;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(48px,5vw,74px);
  line-height:1.04;
  letter-spacing:-1.5px;
}
.about-hero h1 span{color:#286218}
.about-hero-copy>p{
  max-width:590px;
  margin:0 0 28px;
  color:#4d4a46;
  font-size:17px;
  line-height:1.75;
}
.about-hero-actions,.about-final-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.about-btn{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:11px;
  font-size:14px;
  font-weight:900;
  transition:.2s ease;
}
.about-btn:hover{transform:translateY(-2px)}
.about-btn-primary{
  background:linear-gradient(135deg,#e96f00,#ff8a00);
  color:#fff;
  box-shadow:0 14px 28px rgba(233,111,0,.24);
}
.about-btn-secondary{
  border:1px solid #d9c6aa;
  background:#fff;
  color:#286218;
}
.about-btn-whatsapp{
  background:#286218;
  color:#fff;
}
.about-trust-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:34px;
}
.about-trust-row>div{
  padding:15px 10px;
  border:1px solid #ead9bf;
  border-radius:14px;
  background:rgba(255,255,255,.84);
  text-align:center;
  box-shadow:0 10px 24px rgba(90,58,27,.07);
}
.about-trust-row strong{
  display:block;
  color:#286218;
  font-size:21px;
}
.about-trust-row span{
  display:block;
  margin-top:4px;
  color:#6f6b66;
  font-size:10px;
  font-weight:700;
}
.about-hero-media{position:relative}
.about-image-frame{
  overflow:hidden;
  min-height:520px;
  border-radius:34px 34px 90px 34px;
  background:#fff1df;
  box-shadow:0 30px 70px rgba(65,40,14,.18);
}
.about-image-frame img{
  width:100%;
  height:520px;
  object-fit:cover;
}
.about-floating-card{
  position:absolute;
  left:-30px;
  bottom:34px;
  display:flex;
  align-items:center;
  gap:12px;
  width:290px;
  padding:16px 18px;
  border:1px solid #ead9bf;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 42px rgba(0,0,0,.14);
}
.about-floating-icon{font-size:35px}
.about-floating-card strong{
  display:block;
  color:#286218;
}
.about-floating-card small{
  display:block;
  margin-top:3px;
  color:#777;
  line-height:1.4;
}

.about-story-section{padding:90px 0;background:#fff}
.about-story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}
.about-story-images{position:relative}
.about-story-main{
  overflow:hidden;
  border-radius:32px;
  box-shadow:0 24px 60px rgba(65,40,14,.13);
}
.about-story-main img{
  width:100%;
  height:480px;
  object-fit:cover;
}
.about-story-mini{
  position:absolute;
  right:-18px;
  bottom:30px;
  width:132px;
  height:132px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:6px solid #fff;
  border-radius:50%;
  background:#286218;
  color:#fff;
  box-shadow:0 18px 36px rgba(40,98,24,.27);
}
.about-story-mini span{
  font-size:28px;
  font-weight:1000;
}
.about-story-mini small{
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}
.about-story-copy h2,.about-section-head h2,.about-service-inner h2,.about-final-inner h2{
  margin:0 0 18px;
  color:#21170f;
  font-family:'Playfair Display',Georgia,serif;
  font-size:42px;
  line-height:1.18;
}
.about-story-copy p{
  margin:0 0 16px;
  color:#66615b;
  font-size:15px;
  line-height:1.8;
}
.about-check-list{
  display:grid;
  gap:11px;
  margin-top:25px;
}
.about-check-list div{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#35322e;
  font-size:14px;
  font-weight:700;
}
.about-check-list span{
  width:23px;
  height:23px;
  display:grid;
  place-items:center;
  flex:none;
  border-radius:50%;
  background:#edf7e8;
  color:#286218;
  font-weight:1000;
}

.about-values-section{
  padding:86px 0;
  background:linear-gradient(180deg,#fff7ed,#fffaf3);
}
.about-section-head{
  max-width:720px;
  margin:0 auto 42px;
  text-align:center;
}
.about-section-head p{
  margin:0;
  color:#6c675f;
  line-height:1.7;
}
.about-values-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.about-value-card{
  min-height:235px;
  padding:28px;
  border:1px solid #ead9bf;
  border-radius:20px;
  background:#fff;
  box-shadow:0 15px 38px rgba(65,40,14,.07);
  transition:.22s ease;
}
.about-value-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 48px rgba(65,40,14,.12);
}
.about-value-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  border-radius:17px;
  background:#fff1df;
  font-size:29px;
}
.about-value-card h3{
  margin:0 0 9px;
  color:#286218;
  font-size:17px;
}
.about-value-card p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.7;
}

.about-process-section{padding:88px 0;background:#fff}
.about-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.about-process-card{
  position:relative;
  min-height:245px;
  padding:30px 24px;
  overflow:hidden;
  border:1px solid #ead9bf;
  border-radius:20px;
  background:#fffaf3;
}
.about-step-no{
  position:absolute;
  top:15px;
  right:17px;
  color:rgba(40,98,24,.11);
  font-family:'Playfair Display',serif;
  font-size:42px;
  font-weight:900;
}
.about-process-icon{
  margin-bottom:22px;
  font-size:41px;
}
.about-process-card h3{
  margin:0 0 9px;
  color:#286218;
  font-size:17px;
}
.about-process-card p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.7;
}

.about-service-area{
  padding:68px 0;
  background:linear-gradient(135deg,#0e4310,#286218);
  color:#fff;
}
.about-service-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
}
.about-section-label.light{color:#ffc67c}
.about-service-inner h2{
  margin-bottom:10px;
  color:#fff;
}
.about-service-inner p{
  margin:0;
  color:rgba(255,255,255,.78);
}
.about-state-pills{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}
.about-state-pills span{
  padding:12px 17px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.11);
  font-size:13px;
  font-weight:800;
}

.about-final-cta{
  padding:72px 0;
  background:#fff7ed;
}
.about-final-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
}
.about-final-inner h2{margin-bottom:0}

@media(max-width:980px){
  .about-hero-inner,.about-story-grid{
    grid-template-columns:1fr;
  }
  .about-hero-copy{text-align:center}
  .about-hero-copy>p{margin-left:auto;margin-right:auto}
  .about-hero-actions{justify-content:center}
  .about-image-frame{min-height:420px}
  .about-image-frame img{height:420px}
  .about-floating-card{left:24px}
  .about-values-grid{grid-template-columns:1fr 1fr}
  .about-process-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .about-page .container{
    width:92%;
    max-width:92%;
  }
  .about-hero{
    padding:42px 0 50px;
  }
  .about-hero-inner{gap:32px}
  .about-hero h1{
    font-size:39px;
    letter-spacing:-.7px;
  }
  .about-hero-copy>p{
    font-size:14px;
    line-height:1.65;
  }
  .about-hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .about-btn{width:100%}
  .about-trust-row{
    grid-template-columns:1fr 1fr;
    gap:9px;
  }
  .about-image-frame{
    min-height:auto;
    border-radius:24px;
  }
  .about-image-frame img{height:290px}
  .about-floating-card{
    position:relative;
    left:auto;
    bottom:auto;
    width:calc(100% - 24px);
    margin:-28px auto 0;
  }
  .about-story-section,.about-values-section,.about-process-section{
    padding:58px 0;
  }
  .about-story-grid{gap:38px}
  .about-story-main img{height:300px}
  .about-story-mini{
    right:12px;
    bottom:14px;
    width:105px;
    height:105px;
  }
  .about-story-copy h2,.about-section-head h2,.about-service-inner h2,.about-final-inner h2{
    font-size:31px;
  }
  .about-values-grid,.about-process-grid{
    grid-template-columns:1fr;
  }
  .about-value-card,.about-process-card{
    min-height:auto;
  }
  .about-service-inner,.about-final-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .about-state-pills{
    justify-content:flex-start;
  }
  .about-final-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
  }
}
