@charset "UTF-8";

/* ========== Base Styles ========== */
body {
  margin: 0;
  padding: 0px;
  font-family: 'Nunito', sans-serif;
  
}

.clickable {
  cursor: pointer;
}

.menu-toggle {
  position: fixed;
  top: 10px;
  right: 20px;
  background: #fff;
  border: none;
  border-radius: 12px;
  padding: 2px;
  z-index: 1001;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-toggle img {
  width: 40px;
  height: 40px;
  display: block;
  pointer-events: none;
	 border-radius: 10px;
}

.mobile-menu {
  position: fixed;
  top: 55px;
  right: -100%;
  width: 150px;
  height: 325px;
  background: #ffffff;
  box-shadow: -2px 0 8px rgba(0,0,0,0.2);
  padding: 40px 20px;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
	
}

.mobile-menu.open {
  right: 50px;
	background-image: url(../img/home_page/menu_background_03.png);
    background-size: cover;
    background-position: center;
	 border-radius: 15px;
	  width: 150px;
  height: 325px;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
	
}

.mobile-menu li {
  margin-bottom: 20px;
}

.mobile-menu a {
 display: block;
    width: 80%;
    padding: 2px 5px;
    font-size: 18px;
    color: #000000;
    font-family: 'Nunito Black', sans-serif;
    text-shadow: 2px 3px 4px rgba(255,255,255,0.40);
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right, #f0e6d2, #dcd1c3);
    margin: 0px auto;
    border-radius: 25px;
	
 
}



body.lock-scroll {
  overflow: hidden;
}




.back-home {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  background: linear-gradient(to right, #5c9e31, #2a6f97);
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}

.back-home:hover {
  background: linear-gradient(to right, #6cbf45, #3a88b0);
}

h1, h2, h3 {
  text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ========== Hero Section ========== */
.about-hero {
  position: relative;
  background-image: url(../img/about_page/hero_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px; /* optional: adds side padding on small screens */
}

.hero-text {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  border: 3px solid #c7e49d;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin: 0 auto; /* horizontally center in flex context */
}


.hero-text h1 {
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
    background: linear-gradient(to right, #e6c26a, #5d9b6a, #6d9dc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Milk Drink';
    padding: 0px;
    letter-spacing: 2px;
}

.hero-text p {
  font-size: 18px;
  color: #4b5c45;
	margin: 0px;
}

/* ========== Story Section ========== */
.about-story {
  position: relative;
  background: linear-gradient(to bottom, #ffffff, #f9fdf1);
  padding: 5px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  margin: 0px 0px 0px 0px;
}

.about-story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: linear-gradient(to right, #6cbf45, #3a88b0);
}

.about-story h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    background: linear-gradient(to right, #e6c26a, #5d9b6a, #6d9dc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Milk Drink';
    padding: 0px 10px 15px 10px;
    letter-spacing: .5px;
	margin: 50px 0px 0px 0px;
}

.about-story p {
  max-width: 900px;
  font-size: 18px;
  color: #333;
	margin: 0px 5px 10px 5px;
}

/* ========== Family Section ========== */
.about-family {
  padding: 15px 20px;
  background: linear-gradient(to right, #fff9ed, #fdf6ff);
}

.about-family h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    background: linear-gradient(to right, #e6c26a, #5d9b6a, #6d9dc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Milk Drink';
    letter-spacing: .5px;
}

.about-family .intro,
.about-family .more-farms {
  text-align: center;
  font-size: 17px;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #4e5b42;
}

.family-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.family-member {
  background: #ffffff;
  border: 2px solid #d4c9e8;
  padding: 0px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.family-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.family-member img {
    width: 100%;
    max-width: 220px;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 15px;
    border: 4px solid #618AB4;
}

.family-member p {
  font-size: 18px;
	font-family: 'Milk Drink';
	background: linear-gradient(to right, #e6c26a, #5d9b6a, #6d9dc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	 letter-spacing: .5px;
	margin: 0px 0px 10px 0px;
}

.family-member strong {
  display: block;
  font-size: 40px;
  color: #333;
  margin: 4px 5px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Milk Drink';
    letter-spacing: .5px;
	padding: 0px 0px 0px 0px;
}

.family-member span {
  display: block;
  font-size: 20px;
  color: #333;
  margin: 4px 5px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Nunito Black';
    letter-spacing: .5px;
	padding: 0px 0px 0px 0px;
}

.general-farm {
  margin-top: 40px;
  border: 2px dashed #d4c9e8;
  background: #fdfdfd;
}


.more-farms-banner {
  background: linear-gradient(to right, #f9f9f2, #fff);
  padding: 60px 20px;
  text-align: center;
  border-top: 5px solid #6a994e;
  margin: 60px 0;
}

.more-farms-banner .overlay {
  max-width: 800px;
  margin: 0 auto;
}

.more-farms-banner h2 {
  font-size: 32px;
  color: #3a3a3a;
  margin-bottom: 10px;
}

.more-farms-banner p {
  font-size: 18px;
  color: #4e5b42;
}


/* ========== Modal Lightbox ========== */
#familyModal.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px;
}

.modal-content {
  background-color: #fff;
  margin: 0px;
  padding: 50px 0px 25px 0px;
  border-radius: 0px;
  width: auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

.close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #555;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

#modalContentInner {
  margin: 20px;
}

#modalContentInner img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

#modalContentInner h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #3a86ff;
  margin-bottom: 10px;
}

#modalContentInner p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

/* ========== Land Section ========== */
.about-land {
  background: linear-gradient(to bottom right, #fef9f1, #e8f5e9, #e3f2fd);
  padding: 60px 30px;
  color: #333;
  font-family: 'Georgia', serif;
}

.about-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 30px;
}

.intro-text {
  flex: 1 1 400px;
}

.intro-text h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    background: linear-gradient(to right, #e6c26a, #5d9b6a, #6d9dc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Milk Drink';
    letter-spacing: .5px;
	  padding: 0px 0px 10px 0px;
}

.intro-text p {
  font-size: 18px;
  line-height: 30px;
	  font-family: 'Nunito';
}

.intro-image {
  flex: 1 1 400px;
}

.intro-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  height: auto;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.about-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.gallery-item {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.07);
  transition: transform 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.gallery-item p {
  padding: 15px;
  font-size: 16px;
  background: #ffffff;
  line-height: 1.5;
	font-family: 'Nunito';
}

/* ========== Seasons Section ========== */
.about-seasons {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(to bottom, #f9f9f2, #ffffff);
  color: #333;
}

.about-seasons h2 {
  font-size: 50px;
    line-height: 45px;
    font-weight: bold;
    background: linear-gradient(to right, #e6c26a, #5d9b6a, #6d9dc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Milk Drink';
    letter-spacing: .5px;
	  padding: 0px 0px 20px 0px;
	  margin: 0px auto 0px auto;
}

.about-seasons .intro {
  max-width: 720px;
  margin: 0px auto 20px auto;
  font-size: 20px;
  color: #000000;
  font-style: italic;
	 font-family: Nunito;
}

/* Grid Layout */
.season-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

/* Season Card */
.season {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  background: #fff;
}

.season:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

/* Image with gradient overlay */
.season img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.season:hover img {
  transform: scale(1.05);
}

.season-content {
  position: relative;
  padding: 24px 20px;
  background: linear-gradient(to top right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
  text-align: center;
}

.season-content h3 {
  font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    background: linear-gradient(to right, #e6c26a, #5d9b6a, #6d9dc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Milk Drink';
    letter-spacing: .5px;
	  padding: 0px;
	  margin: 0px;
}

.season-content p {
  font-size: 17px;
  color: #555;
	font-family: Nunito;
}
/* ========== CTA Section ========== */
.about-cta {
  padding: 80px 20px;
  background: linear-gradient(to bottom, #f3f2e8, #ffffff);
  text-align: center;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.about-cta h2 {
  font-size: 50px;
    line-height: 45px;
    font-weight: bold;
    background: linear-gradient(to right, #e6c26a, #5d9b6a, #6d9dc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Milk Drink';
    letter-spacing: .5px;
	  padding: 0px;
	  margin: 0px;
}

.cta-intro {
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
}

.cta-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  font-size: 16px;
  color: #555;
}

.cta-list li {
  margin-bottom: 8px;
}

.cta-location {
  font-size: 16px;
  color: #666;
  font-style: italic;
  margin-bottom: 30px;
}

.btn-visit {
  display: inline-block;
  padding: 14px 32px;
  font-size: 16px;
  background: linear-gradient(to right, #5c9e31, #2a6f97);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
  font-weight: bold;
}

.btn-visit:hover {
  background: linear-gradient(to right, #6cbf45, #3a88b0);
}

.cta-hero img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 40px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}


/* Footer */
footer {
  background: #f2f1ec;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #ccc;
}


/* ========== Media Queries (1200 → 300px) ========== */


@media (max-width: 1920px) {
  .hero-text {
    max-width: 850px;
  }

  .hero-text h1 {
    font-size: 52px;
  }

  .about-story h2,
  .about-family h2 {
    font-size: 48px;
  }

  .season-content h3 {
    font-size: 30px;
  }
	
.about-hero {
    background-image: url("../img/about_page/hero_image.jpg");
    height: 1080px;
  }
}


	



@media (max-width: 1200px) {
  .about-hero {
    background-image: url("../img/about_page/hero_image_1200px.jpg");
    height: 950px;
  }

  .hero-text h1 {
    font-size: 44px;
    line-height: 48px;
  }

  .family-grid {
    gap: 24px;
  }

  .about-seasons h2 {
    font-size: 40px;
  }

  .season-content h3 {
    font-size: 26px;
  }

  .gallery-item {
    flex: 1 1 48%;
  }
}


@media (max-width: 768px) {
  .about-hero {
    background-image: url("../img/about_page/hero_image_768px.jpg");
    height: 850px;
  }

  .hero-text {
    padding: 12px;
  }

  .hero-text h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .intro-text,
  .intro-image {
    flex: 1 1 100%;
  }

  .about-intro {
    flex-direction: column;
    gap: 20px;
  }

  .gallery-item {
    flex: 1 1 100%;
  }

  .family-member strong {
    font-size: 26px;
  }

  .season-content h3 {
    font-size: 24px;
  }

  .menu-toggle img {
    width: 36px;
    height: 36px;
  }

  .mobile-menu {
    right: -100%;
    width: 90%;
    height: auto;
  }

  .mobile-menu.open {
    right: 20px;
  }
}


@media (max-width: 480px) {
  .about-hero {
    background-image: url("../img/about_page/hero_image_480px.jpg");
    height: 700px;
  }

  .hero-text h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-text p,
  .about-story p,
  .about-family .intro {
    font-size: 15px;
  }

  .season-content h3 {
    font-size: 20px;
  }

  .btn-visit {
    font-size: 14px;
    padding: 12px 24px;
  }

  .cta-location {
    font-size: 14px;
  }

  .family-member strong {
    font-size: 30px;
	  line-height: 30px;
  }

  .family-member span {
    font-size: 18px;
	  line-height: 20px;
  }
}


	
	
@media (max-width: 300px) {
  .about-hero {
    background-image: url("../img/about_page/hero_image_300px.jpg");
    height: 550px;
  }

  .hero-text h1 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  .hero-text p {
    font-size: 14px;
  }

  .mobile-menu {
    padding: 20px 15px;
  }

  .mobile-menu a {
    font-size: 16px;
  }

  .btn-visit {
    font-size: 12px;
    padding: 10px 20px;
  }
}
