/* =========================
   ABOUT PAGE
========================= */

/* =========================
   ABOUT BANNER (Full-bleed + Responsive)
========================= */

/* horizontal scroll avoid */
.about-page{ overflow-x: hidden; }

.about-banner{
  position: relative;

  /* FULL WIDTH even if main/container is boxed */
  width: 100vw;
  margin-left: calc(50% - 50vw);

  display: flex;
  align-items: flex-end;

  /* Mobile browsers ke liye better than vh */
  min-height: clamp(320px, 70svh, 820px);
  padding: clamp(96px, 10svh, 160px) 0 clamp(44px, 6svh, 90px);

  background-color: #0b0b0b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

/* overlay for readability */
.about-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.15) 0%,
    rgba(0,0,0,0.35) 45%,
    rgba(0,0,0,0.55) 100%
  );
  pointer-events:none;
}

.about-banner__inner{
  position: relative;
  width: 100%;
  max-width: 1100px;
}

/* Title */
.about-banner__title{
  margin: 0 0 12px;
  font-size: clamp(28px, 5vw, 66px);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.08;
}

/* Content */
.about-banner__content{
  max-width: 720px;
  color: rgba(255,255,255,0.88);
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.85;
}
.about-banner__content p{ margin: 0 0 10px; }
.about-banner__content p:last-child{ margin-bottom: 0; }

/* Tablet */
@media (max-width: 768px){
  .about-banner{
    min-height: clamp(300px, 60svh, 560px);
    padding: 110px 0 54px;
    background-position: center 22%; /* faces/products better */
  }
  .about-banner__title{
    letter-spacing: 0.08em;
  }
}

/* Small phones */
@media (max-width: 480px){
  .about-banner{
    min-height: 320px;
    padding: 100px 0 46px;
    background-position: center 18%;
  }
}

/* Banner text ko upar lana + safe padding */
.about-banner{
  padding-bottom: clamp(70px, 8svh, 120px); /* pehle bottom 46/54 tha, ab zyada */
}

/* Overlay vs text stacking */
.about-banner::before{ z-index: 1; }
.about-banner__inner{
  z-index: 2;
  padding-left: 18px;
  padding-right: 18px;
}

/* Mobile pe left/right gap (agar container padding 0 ho) */
@media (max-width: 768px){
  .about-banner__inner{
    padding-left: 18px;
    padding-right: 18px;
  }

  /* chhoti height pe text thoda aur upar */
  .about-banner{
    padding-bottom: 84px;
  }
}

/* Extra small phones */
@media (max-width: 480px){
  .about-banner{
    padding-bottom: 74px;
  }
}

.about-banner__title{
  text-shadow: 0 12px 35px rgba(0,0,0,0.55);
}





/* =========================
   ABOUT OVERVIEW (Modern)
========================= */

.about-overview{
  padding: 96px 0;
  background: #fff;
}

.about-overview__inner{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;     /* content image ke neechay */
  align-items: center;
  gap: 28px;
}

/* Image box (fixed ratio + crop) */
.about-overview__image{
  width: min(720px, 100%);
  aspect-ratio: 4 / 5;        /* COS vibe (portrait but controlled) */
  border-radius: 18px;
  overflow: hidden;
  background: #f3f3f3;
  box-shadow: 0 18px 55px rgba(0,0,0,0.12);
}

.about-overview__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Content under image */
.about-overview__content{
  width: min(760px, 100%);
  text-align: center;
  color: #111;
  font-size: 16px;
  line-height: 1.95;
}

/* nicer paragraph rhythm */
.about-overview__content p{
  margin: 0 0 16px;
}

.about-overview__content p:last-child{
  margin-bottom: 0;
}

/* first paragraph slightly stronger (premium feel) */
.about-overview__content p:first-child{
  font-size: 18px;
  line-height: 1.9;
}

/* headings if you add in wysiwyg */
.about-overview__content h2,
.about-overview__content h3{
  margin: 0 0 14px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 768px){
  .about-overview{
    padding: 70px 0;
  }

  .about-overview__image{
    width: 92%;
    aspect-ratio: 1 / 1.15;
    border-radius: 16px;
  }

  .about-overview__content{
    width: 92%;
    text-align: left; /* mobile pe readability better */
  }
}

.about-overview__content {
  color: #111;
  font-size: 16px;
  line-height: 1.9;
}

.about-overview__content h2,
.about-overview__content h3 {
  margin: 0 0 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-overview__content p {
  margin: 0 0 14px;
}

.about-overview__content p:last-child {
  margin-bottom: 0;
}






/* =========================
   ABOUT CTA (Modern)
========================= */

.about-cta{
  position: relative;
  padding: 90px 0;
  background: #0b0b0b;
  color: #fff;
  overflow: hidden;
}

/* subtle gradient / glow */
.about-cta::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(closest-side, rgba(255,255,255,0.08), transparent 55%),
    radial-gradient(closest-side, rgba(255,255,255,0.06), transparent 60%);
  transform: translate(10%, -10%);
  pointer-events:none;
}

/* top hairline divider like COS */
.about-cta::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background: rgba(255,255,255,0.10);
}

.about-cta__inner{
  position: relative;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
}

/* Left content */
.about-cta__title{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-cta__text{
  margin: 0;
  max-width: 640px;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.9;
}

/* Right action box */
.about-cta__action{
  justify-self: end;
  width: 100%;
  max-width: 380px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 60px rgba(0,0,0,0.45);
}

/* Button modern */
.about-cta__btn{
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.75);
  color: #111;
  background: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 600;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.about-cta__btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.about-cta__btn:active{
  transform: translateY(0);
}

/* little helper text (optional) */
.about-cta__hint{
  margin: 12px 0 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.65);
}

/* Responsive */
@media (max-width: 900px){
  .about-cta__inner{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .about-cta__action{
    justify-self: start;
    max-width: 520px;
  }
}









/* Responsive */
@media (max-width: 768px) {
  .about-overview,
  .about-cta {
    padding: 60px 0;
  }

  .about-banner__inner,
  .about-overview__inner,
  .about-cta__inner {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .about-cta__btn {
    width: 100%;
  }
}