@charset "UTF-8";

/* About page: header + heroes + cards */
.about-page{
  background: linear-gradient(to top, #e6f0ff, #f9fcff);
  margin: 0;
  padding: 0 0 clamp(50px, 6vw, 70px);
  color: #222;
}

.about-page *{ box-sizing: border-box; }

/* Top header */
.about-top{ padding-top: clamp(66px, 6vw, 96px); }

.about-top-inner{
  width: 95%;
  max-width: 1200px;
  margin: 40px auto 0 auto;
  padding: 0px 0 8px;
  text-align: center;
}

/* Title + subtitle */
.about-title{
  margin: 0 0 8px;
  font-family: "Dancing Script", cursive;
  letter-spacing: 1.5px;
  font-size: clamp(30px, 3.2vw, 56px);
  line-height: 1.05;
}

.about-subtitle{
  margin: 0 auto;
  max-width: 72ch;
  font-family: "Cabin";
  font-weight: 300;
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.55;
}

/* Hero 1 (framed, contained image) */
.about-hero-frame{
  width: 95%;
  max-width: 1200px;
  margin: 6px auto 0;
  padding: clamp(8px, 1.2vw, 12px);
  border-radius: clamp(14px, 1.6vw, 18px);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.about-hero-media{
  width: 100%;
  height: clamp(180px, 22vw, 320px);
  border-radius: clamp(12px, 1.3vw, 14px);
  background: rgba(0, 0, 0, 0.03) url("../img/about_page/hero_image_1_1920px.jpg") no-repeat center / contain;
}

/* Content wrap */
.about-wrap{
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(16px, 2.2vw, 26px) 0 0;
}

.about-section{ margin: 0 auto clamp(40px, 5vw, 64px); }

.about-card{
  background: rgba(255, 255, 255, 0.75);
  border-radius: clamp(14px, 1.6vw, 18px);
  padding: clamp(14px, 2.2vw, 22px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

/* Type hierarchy */
.about-heading{
  margin: 0 0 10px;
  font-family: "Dancing Script", cursive;
  letter-spacing: 1.5px;
  text-align: left;
  font-size: clamp(24px, 2.4vw, 44px);
  line-height: 1.12;
}

.about-lead{
  margin: 0 0 14px;
  font-family: "Cabin";
  font-weight: 300;
  text-align: left;
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.55;
}

.about-text p,
.about-feature-text p{
  max-width: 75ch;
  margin: 0 0 14px;
  font-family: "Cabin";
  font-weight: 300;
  text-align: left;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.65;
}

/* Intro grid (text + photo) */
.about-intro-grid{
  display: grid;
  grid-template-columns: 1.6fr 0.9fr;
  gap: clamp(14px, 2vw, 18px);
  align-items: start;
}

.about-intro-photo{
  max-width: 420px;
  margin: 0 auto;
  padding: clamp(8px, 1.2vw, 10px);
  background: rgba(255, 255, 255, 0.45);
  border-radius: clamp(14px, 1.6vw, 16px);
}

.about-photo{
  width: 100%;
  height: clamp(240px, 26vw, 360px);
  max-height: 400px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

/* Inspiration feature (media + text) */
.about-feature{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2vw, 18px);
  align-items: start;
  margin-bottom: 16px;
}

.about-feature-media{
  padding: clamp(9px, 1.4vw, 12px);
  background: rgba(255, 255, 255, 0.75);
  border-radius: clamp(16px, 1.8vw, 18px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.about-inspiration-hero{
  width: 100%;
  height: clamp(240px, 28vw, 380px);
  max-height: 420px;
  border-radius: clamp(12px, 1.4vw, 14px);
  background: rgba(0, 0, 0, 0.05) url("../img/about_page/hero_image_2_1920px.jpg") no-repeat center top / 105% auto;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

/* Gallery */
.about-gallery{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.about-gallery-img{
  width: 100%;
  height: clamp(84px, 8vw, 120px);
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* Quote */
.about-quote-box{
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(16px, 2.2vw, 22px) clamp(14px, 2.2vw, 20px);
  background: rgba(255, 255, 255, 0.88);
  border-left: 6px solid #3a7d9b;
  border-radius: clamp(14px, 1.6vw, 18px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.about-quote-box p{
  margin: 0;
  font-family: "Cabin";
  font-weight: 600;
  text-align: center;
  font-size: clamp(16px, 1.8vw, 26px);
  line-height: 1.55;
}

/* Ombre text */
.ombre-text{
  display: inline-block;
  background: linear-gradient(135deg, #3ac7b1, #4d92bc, #3a7d9b, #5b4dbf, #7e5ebd, #9a6ed1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Media queries (your order) */
@media (min-width: 1920px){
  .about-hero-media{ background-image: url("../img/about_page/hero_image_1_1920px.jpg"); }
  .about-inspiration-hero{ background-image: url("../img/about_page/hero_image_2_1920px.jpg"); }
  .about-gallery{ grid-template-columns: repeat(6, 1fr); }
}

@media (max-width: 1920px){
  .about-hero-media{ background-image: url("../img/about_page/hero_image_1_1920px.jpg"); }
  .about-inspiration-hero{ background-image: url("../img/about_page/hero_image_2_1920px.jpg"); }
}

@media (max-width: 1200px){
  .about-top-inner,
  .about-hero-frame,
  .about-wrap{ max-width: 1100px; }

  .about-hero-media{ background-image: url("../img/about_page/hero_image_1_1200px.jpg"); }
  .about-inspiration-hero{ background-image: url("../img/about_page/hero_image_2_1200px.jpg"); }

  .about-intro-grid{ grid-template-columns: 1.35fr 1fr; }
  .about-gallery{ grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 768px){
  .about-top-inner,
  .about-hero-frame,
  .about-wrap{ max-width: 760px; }

  .about-hero-media{ background-image: url("../img/about_page/hero_image_1_768px.jpg"); }

  .about-intro-grid{ grid-template-columns: 1fr; }
  .about-feature{ grid-template-columns: 1fr; }

  .about-inspiration-hero{
    background-image: url("../img/about_page/hero_image_2_768px.jpg");
    height: clamp(220px, 55vw, 320px);
    max-height: 340px;
    background-position: center center;
    background-size: cover;
  }

  .about-gallery{ grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 480px){
  .about-top-inner,
  .about-hero-frame,
  .about-wrap{
    width: 94%;
    max-width: 460px;
  }

  .about-hero-media{
    background-image: url("../img/about_page/hero_image_1_480px.jpg");
    height: clamp(170px, 58vw, 260px);
  }

  .about-inspiration-hero{
    background-image: url("../img/about_page/hero_image_2_480px.jpg");
    height: clamp(210px, 62vw, 290px);
    max-height: 310px;
  }

  .about-gallery{
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
  }
}

@media (max-width: 300px){
  .about-top-inner,
  .about-hero-frame,
  .about-wrap{ max-width: 300px; }

  .about-hero-media{
    background-image: url("../img/about_page/hero_image_1_300px.jpg");
    height: 190px;
  }

  .about-inspiration-hero{
    background-image: url("../img/about_page/hero_image_2_300px.jpg");
    height: 200px;
    max-height: 200px;
    border-radius: 12px;
  }

  .about-gallery{
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
