:root {
  --font-title: "Playfair Display SC", serif;
  --font-body: "Raleway", sans-serif;

  --title-size: 52px;
  --tagline-size: 22px;
  --body-size: 18px;
}

/* Base body */
body {
  font-family: var(--font-body);
  line-height: 1.65;
}



.about-hero.artistic{
  background: #ec5f95;   
 padding: 160px 20px 120px;
}


.about-container{
  max-width:1200px;
  margin:0 auto;
  background:none;
  padding:0;
  border-radius:0;
  text-align:center;
}


.about-heading{
  font-family:"Playfair Display SC", serif;
  font-size:52px;
  font-weight:700;
  margin-bottom:10px;
  color:#fffefe;
  text-align: center;
}

.about-motto{
  font-family: 'Raleway', sans-serif;
  font-size:22px;
  letter-spacing:3px;
  margin-bottom:70px;
  color:#F4C430;
  font-weight:600;
  text-align: center;
  margin-bottom: 80px;
}

.about-heading,
.about-motto{
  position: relative;
  z-index: 2;
}



.about-row{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:stretch;
}



.about-text{
  font-family:'Raleway', sans-serif;
  font-size:18px;
  line-height:1.85;
  color:#fffdfd;
}

.about-text p{
  margin-bottom:22px;
}

.about-image{
  display:flex;
}



.about-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:20px;
}



@media (max-width: 900px){

  .about-row{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-image{
    order: 1;
  }

  .about-text{
    order: 2;
  }

  .about-image img{
    height: 320px;
  }

  .about-heading{
    font-size: 36px;
  }

  .about-motto{
    margin-bottom: 40px;
  }
}




/* OUR STORY */

.our-story-section{
  background:#5FA8A0;
  padding:100px 40px;
  color:#ffffff;
}


.our-story-header{
  max-width:1200px;
  margin:0 auto 80px;
}

.our-story-title{
  font-family:"Playfair Display SC", serif;
  font-size:52px;
  font-weight:700;
  text-align:center;
  margin:0;
}


.our-story-row{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  gap:70px;
  align-items:stretch;   
}


.our-story-image{
  width:50%;
  display:flex;
}


.our-story-image img{
  width:100%;
  height:100%;          
  object-fit:cover;
  display:block;
  border:1.5px solid rgba(0,0,0,0.35);
  border-radius:8px;     
}

/* CONTENT */
.our-story-content{
  width:50%;
  display:flex;
  flex-direction:column;
  justify-content:center; 
  padding:10px 0;
}

.our-story-intro{
  font-family:'Raleway', sans-serif;
  font-size:18px;
  line-height:1.7;
  margin-bottom:30px;
  max-width:520px;
}

.our-story-content p{
  font-family:'Raleway', sans-serif;
  font-size:18px;
  line-height:1.85;
  margin-bottom:22px;
  max-width:600px;
}

.our-story-highlight{
  font-weight:600;
}


@media(max-width:1024px){
  .our-story-section{
    padding:80px 30px;
  }

  .our-story-row{
    gap:50px;
  }
}

@media(max-width:900px){
  .our-story-row{
    flex-direction:column;
  }

  .our-story-image,
  .our-story-content{
    width:100%;
  }

  .our-story-title{
    font-size:44px;
  }
}

@media(max-width:600px){
  .our-story-section{
    padding:60px 22px;
  }

  .our-story-title{
    font-size:36px;
  }

  .our-story-intro{
    font-size:18px;
  }

  .our-story-content p{
    font-size:15px;
  }
}

/* JENNY */

.jenny-section{
  background:#C6456D;
  padding:120px 40px;
}


.jenny-title{
  font-family:"Playfair Display SC", serif;
  font-size:52px;
  font-weight:700;
  color:#ffffff;
  text-align:center;
  margin:0 0 80px;  
}


.jenny-row{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  gap:70px;
  align-items:stretch;
}


.jenny-content{
  width:50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.jenny-text{
  font-family:'Raleway', sans-serif;
  font-size:18px;
  line-height:1.85;
  color:#ffffff;
  max-width:560px;
}

.jenny-text p{
  margin-bottom:22px;
}

.jenny-highlight{
  font-weight:600;
  margin-top:26px;
}


.jenny-image{
  width:50%;
  display:flex;
}

.jenny-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border:1.5px solid rgba(0,0,0,0.35);
  border-radius:8px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .jenny-row{
    flex-direction:column-reverse;
  }

  .jenny-content,
  .jenny-image{
    width:100%;
  }

  .jenny-title{
    font-size:44px;
    margin-bottom:50px;
  }
}

@media(max-width:600px){
  .jenny-section{
    padding:60px 22px;
  }

  .jenny-title{
    font-size:36px;
  }

  .jenny-text{
    font-size:15px;
  }
}


/* ADAM  */
.adam-section{
  background:#5FA8A0;
  padding:120px 40px;
}


.adam-heading{
  font-family:"Playfair Display SC", serif;
  font-size:52px;
  font-weight:700;
  color:#FAF7F2;
  text-align:center;
  margin:0 0 80px;
}


.adam-row{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  gap:70px;
  align-items:stretch;  
}


.adam-image{
  width:50%;
  display:flex;
}

.adam-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border:1.5px solid rgba(0,0,0,0.35);
  border-radius:8px;
}

/* CONTENT */
.adam-content{
  width:50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.adam-text{
  font-family:'Raleway', sans-serif;
  font-size:18px;
  line-height:1.85;
  color:#FAF7F2;
  max-width:560px;
}

.adam-text p{
  margin-bottom:22px;
}

.adam-text strong{
  font-weight:600;
}

.adam-highlight{
  font-weight:600;
  margin-top:26px;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .adam-section{
    padding:90px 30px;
  }

  .adam-row{
    gap:50px;
  }
}

@media(max-width:900px){
  .adam-row{
    flex-direction:column;
  }

  .adam-image,
  .adam-content{
    width:100%;
  }

  .adam-heading{
    font-size:44px;
    margin-bottom:50px;
  }

  .adam-image img{
    height:auto;
  }
}

@media(max-width:600px){
  .adam-section{
    padding:60px 22px;
  }

  .adam-heading{
    font-size:36px;
  }

  .adam-text{
    font-size:15px;
  }
}


/*  OUR MISSION */

.mission-section{
  width:100%;
  background:#C6456D;   
  padding:120px 20px;   
}


.mission-container{
  max-width:1200px;   
  margin:0 auto;
  text-align:center;
}

.mission-title{
  font-family:"Playfair Display SC", serif;
  font-size:52px;        
  margin-bottom:14px;
  color:white;
}

.mission-tagline{
  font-family:'Raleway', sans-serif;
  font-size:22px;
  letter-spacing:3px;
  margin-bottom:55px;    
  color:#F4C430;
  font-weight: 600;
}

.mission-text{
  font-family:'Raleway', sans-serif;
  font-size:18px;
  line-height:1.8;        
  color:white;
  max-width:1050px;       
  margin:0 auto 60px;     
}


.mission-text p{
  margin-bottom:32px;
}

.mission-text strong{
  font-weight:600;
}

.mission-highlight{
  font-weight:600;
}

.mission-btn{
  display:inline-flex;
  align-items:center;
  gap:16px;
  padding:18px 36px;
  border-radius:50px;
   background:#006D6F;   
  color:#fff;
  text-decoration:none;
  font-family:'Raleway', sans-serif;
  font-size:16px;
  font-weight:600;
  transition:all 0.3s ease;
}

.mission-btn i{
  font-style:normal;
  font-size:20px;
  transition:transform 0.3s ease;
}

.mission-btn:hover{
  background:#d63000;
}

.mission-btn:hover i{
  transform:translateX(6px);
}

@media(max-width:900px){

  .mission-section{
    padding:100px 18px;
  }

  .mission-container{
    max-width:100%;
  }

  .mission-text{
    font-size:17px;
    max-width:100%;
  }

  .mission-title{
    font-size:44px;
  }
}

@media(max-width:600px){

  .mission-section{
    padding:90px 16px;
  }

  .mission-title{
    font-size:36px;
  }

  .mission-text{
    font-size:16px;
    line-height:1.75;
  }
}

.values-section{
  background:#5FA8A0;
  padding:120px 40px;
}


.values-heading{
  font-family:"Playfair Display SC", serif;
  font-size:52px;
  font-weight:700;
  color:#FAF7F2;
  text-align:center;
  margin:0 0 10px;
}

.values-tagline{
  font-family:'Raleway', sans-serif;
  letter-spacing:3px;
  font-size:22px;
  font-weight:600;
  color:#F2C029;
  text-align:center;
  margin-bottom:80px;
}


.values-row{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  gap:70px;
  align-items:stretch;  
}

/* CONTENT */
.values-content{
  width:55%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.values-intro{
  font-family:'Raleway', sans-serif;
  font-size:18px;
  line-height:1.8;
  margin-bottom:40px;
  color:#FAF7F2;
  max-width:560px;
}

.values-list p{
  font-family:'Raleway', sans-serif;
  font-size:18px;
  line-height:1.85;
  margin-bottom:24px;
  color:#FAF7F2;
  max-width:560px;
}

.values-list strong{
  font-weight:700;
  color:#E6C36A;
}

/* IMAGE */
.values-image{
  width:45%;
  display:flex;
}

.values-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border:1.5px solid rgba(0,0,0,0.35);
  border-radius:8px;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .values-section{
    padding:90px 30px;
  }

  .values-row{
    gap:50px;
  }
}

@media(max-width:900px){
  .values-row{
    flex-direction:column;
  }

  .values-content,
  .values-image{
    width:100%;
  }

  .values-heading{
    font-size:44px;
  }

  .values-tagline{
    margin-bottom:50px;
  }

  .values-image img{
    height:auto;
  }
}

@media(max-width:600px){
  .values-section{
    padding:60px 22px;
  }

  .values-heading{
    font-size:36px;
  }

  .values-list p{
    font-size:15px;
  }
}


/*  scroll image */
.image-scroll-section{
  background:#faf7ef;
  padding:80px 0 100px;
  overflow:hidden;
}

.image-marquee{
  width:100%;
  overflow:hidden;
}


.marquee-track{
  display:flex;
  gap:40px;
  width:max-content;
  animation: marquee-scroll 35s linear infinite;
}


.scroll-card{
  width:360px;
  height:460px;
  flex-shrink:0;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 20px 40px rgba(0,0,0,0.12);
  background:#faf7ef;
}

.scroll-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

@keyframes marquee-scroll{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}


@media(max-width:900px){
  .scroll-card{
    width:280px;
    height:380px;
  }

  .marquee-track{
    gap:24px;
    animation-duration:45s; 
  }
}

.notranslate {
  translate: no;
}


.about-heading,
.our-story-title,
.jenny-title,
.adam-heading,
.mission-title,
.values-heading {
  font-family: var(--font-title);
  font-size: var(--title-size);
}


.about-motto,
.mission-tagline,
.values-tagline {
  font-size: var(--tagline-size);
  font-family: var(--font-body);
}


.about-text,
.our-story-content p,
.jenny-text,
.adam-text,
.mission-text,
.values-content,
.values-list p {
  font-size: var(--body-size);
  line-height: 1.75;   
}


@media (max-width: 768px) {
  :root {
    --title-size: 36px;
    --tagline-size: 20px;
    --body-size: 16px;
  }
}

@media (max-width: 480px) {
  :root {
    --title-size: 30px;
    --tagline-size: 18px;
    --body-size: 15px;
  }
}

