/* ══════════════════════════════════════
   ABOUT.CSS — Reef View Staycations
   Responsive styles for About Us page
═══════════════════════════════════════ */

/* ══════ HERO ══════ */

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.50);
}
.hero-text {
  position: relative;
  z-index: 1;
  color: #fff;
}
.hero-text h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.hero-text .line {
  width: 55px;
  height: 1.5px;
  background: #fff;
  margin-top: 10px;
}

/* ══════════════════════════════════════
   SECTION 1: About Our Company
   white — img left, text right
═══════════════════════════════════════ */
.sec-company {
  padding: 60px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  background: #fff;
  border-bottom: 4px solid #c47c1e;
}
.sec-company img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.sec-company .text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 18px;
  color: #1a1a1a;
}
.sec-company .text p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #333;
  margin-bottom: 24px;
}
.sec-company .text p:last-child { margin-bottom: 0; }

/* ══════════════════════════════════════
   SECTION 2: Our Story
   blue — text + 2 images
═══════════════════════════════════════ */
.sec-story {
  background: #3d52d5;
  padding: 26px 39px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 40px;
  align-items: center;
}
.sec-story .text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 18px;
}
.sec-story .text p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.92);
  margin-bottom: 16px;
}
.sec-story .text p:last-child { margin-bottom: 0; }
.sec-story .img-sm {
  width: 290px;
  height: 220px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  align-self: center;
}
.sec-story .img-tall {
  width: 290px;
  height: 430px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  align-self: center;
}

/* ══════════════════════════════════════
   SECTION 3: What Makes Us Special
   terracotta — 2 imgs + checklist
═══════════════════════════════════════ */
.sec-special {
  background: #c0563a;
  padding: 50px 80px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.sec-special .imgs {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
.sec-special .imgs img {
  width: 220px;
  height: 260px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.sec-special .text { flex: 1; }
.sec-special .text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #1a0a00;
  margin-bottom: 20px;
}
.sec-special .text ul { list-style: none; padding: 0; }
.sec-special .text ul li {
  font-size: 1rem;
  line-height: 1.7;
  color: #1a0a00;
  padding: 5px 0 5px 26px;
  position: relative;
}
.sec-special .text ul li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #1a0a00;
  font-size: 0.85rem;
}

/* ══════════════════════════════════════
   SECTION 4: Our Mission / Vision
   white — text left, img right
═══════════════════════════════════════ */
.sec-mission {
  padding: 60px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  background: #fff;
  border-bottom: 4px solid #c47c1e;
}
.sec-mission .text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 12px;
  margin-top: 28px;
}
.sec-mission .text h2:first-child { margin-top: 0; }
.sec-mission .text p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #333;
  margin-bottom: 20px;
}
.sec-mission .text p:last-of-type { margin-bottom: 28px; }
.btn-contact {
  background: #e8880a;
  color: #fff;
  border: none;
  padding: 13px 28px;
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  transition: background .2s;
}
.btn-contact:hover { background: #c47c1e; }
.sec-mission img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

/* ══════════════════════════════════════
   SECTION 5: About Our Location
   amber — img left, text right
═══════════════════════════════════════ */
.sec-location {
  background: #c47c1e;
  padding: 60px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.sec-location img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.sec-location .text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.sec-location .text h3 {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f8f5f3;
  margin-bottom: 14px;
}
.sec-location .text p {
  font-size: 1.03rem;
  line-height: 1.85;
  color: #f9f6f3;
}

/* ══════════════════════════════════════
   SECTION 6: Villas & Condos
   white — text left, img right
═══════════════════════════════════════ */
.sec-villas {
  padding: 60px 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  background: #fff;
  border-bottom: 4px solid #c47c1e;
}
.sec-villas .text h2 {
  font-family: 'Times New Roman', serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.sec-villas .text h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 24px 0 14px;
}
.sec-villas .text p {
  font-size: 1.03rem;
  line-height: 1.85;
  color: #333;
  margin-bottom: 14px;
}
.sec-villas .text p:last-child { margin-bottom: 0; }
.sec-villas img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

/* ══════════════════════════════════════
   SECTION 7: Experience Grenada
   terracotta — text+img left, list right
═══════════════════════════════════════ */
.sec-grenada {
  background: #c0563a;
  padding: 60px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.sec-grenada .left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #1a0a00;
  margin-bottom: 10px;
}
.sec-grenada .left .orange-line {
  width: 60px;
  height: 2px;
  background: #e8880a;
  margin-bottom: 18px;
}
.sec-grenada .left p {
  font-size: 1rem;
  line-height: 1.8;
  color: #1a0a00;
  margin-bottom: 22px;
}
.sec-grenada .left img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.sec-grenada .right { padding-top: 10px; }
.grenada-item {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.grenada-item:first-child { border-top: 1px solid rgba(255,255,255,0.3); }
.grenada-item img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}
.grenada-item span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a0a00;
}

/* ══════ WHATSAPP ══════ */
.whatsapp-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 54px;
  height: 54px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  z-index: 999;
  text-decoration: none;
  transition: transform .2s;
}
.whatsapp-btn:hover { transform: scale(1.1); }
.whatsapp-btn svg { width: 30px; height: 30px; fill: #fff; }

/* ══════════════════════════════════════
   RESPONSIVE — TABLET (max-width: 1100px)
═══════════════════════════════════════ */
@media (max-width: 1100px) {
  .hero { padding: 0 40px; }

  .sec-company,
  .sec-mission,
  .sec-location,
  .sec-villas,
  .sec-grenada {
    padding: 50px 40px;
    gap: 40px;
  }

  .sec-story {
    padding: 50px 40px;
    gap: 30px;
  }
  .sec-story .img-sm  { width: 220px; height: 180px; }
  .sec-story .img-tall { width: 220px; height: 360px; }

  .sec-special {
    padding: 50px 40px;
    gap: 30px;
  }
  .sec-special .imgs img { width: 180px; height: 220px; }

  .sec-company img { height: 360px; }
  .sec-villas img  { height: 400px; }
}

/* ══════════════════════════════════════
   RESPONSIVE — MOBILE (max-width: 900px)
═══════════════════════════════════════ */
@media (max-width: 900px) {

  /* Hero */
  .hero { height: 200px; padding: 0 24px; }
  .hero-text h1 { font-size: 2rem; }

  /* Section 1 — stack */
  .sec-company {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 28px;
  }
  .sec-company img { height: 280px; }

  /* Section 2 — stack, side images go below */
  .sec-story {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 20px;
  }
  .sec-story .img-sm,
  .sec-story .img-tall {
    width: 100%;
    height: 220px;
  }

  /* Section 3 — stack */
  .sec-special {
    flex-direction: column;
    padding: 40px 24px;
    gap: 24px;
  }
  .sec-special .imgs {
    width: 100%;
    justify-content: center;
  }
  .sec-special .imgs img {
    flex: 1;
    width: 0;
    min-width: 120px;
    max-width: 200px;
    height: 200px;
  }

  /* Section 4 — stack */
  .sec-mission {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 28px;
  }
  .sec-mission img { height: 260px; }

  /* Section 5 — stack */
  .sec-location {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 28px;
  }
  .sec-location img { height: 240px; }

  /* Section 6 — stack */
  .sec-villas {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 28px;
  }
  .sec-villas img { height: 280px; }

  /* Section 7 — stack */
  .sec-grenada {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 28px;
  }
  .sec-grenada .left img { height: 220px; }

  /* Grenada items — slightly smaller */
  .grenada-item img  { width: 58px; height: 58px; }
  .grenada-item span { font-size: 1.25rem; }
}

/* ══════════════════════════════════════
   RESPONSIVE — SMALL MOBILE (max-width: 560px)
═══════════════════════════════════════ */
@media (max-width: 560px) {

  /* Hero */
  .hero { height: 160px; padding: 0 16px; }
  .hero-text h1 { font-size: 1.6rem; }

  /* All sections: tighter padding */
  .sec-company,
  .sec-story,
  .sec-mission,
  .sec-location,
  .sec-villas,
  .sec-grenada {
    padding: 30px 16px;
    gap: 20px;
  }
  .sec-special { padding: 30px 16px; gap: 20px; }

  /* Headings */
  .sec-company .text h2,
  .sec-story .text h2,
  .sec-mission .text h2,
  .sec-location .text h2,
  .sec-grenada .left h2 { font-size: 1.55rem; }

  .sec-special .text h2  { font-size: 1.4rem; }
  .sec-villas .text h3   { font-size: 1.4rem; }

  /* Body text */
  .sec-company .text p,
  .sec-story .text p,
  .sec-mission .text p,
  .sec-location .text p,
  .sec-villas .text p,
  .sec-grenada .left p   { font-size: 0.97rem; line-height: 1.75; }

  /* Images */
  .sec-company img  { height: 220px; }
  .sec-mission img  { height: 200px; }
  .sec-location img { height: 200px; }
  .sec-villas img   { height: 220px; }
  .sec-grenada .left img { height: 180px; }

  .sec-story .img-sm,
  .sec-story .img-tall { height: 180px; }

  /* Special section images */
  .sec-special .imgs { gap: 10px; }
  .sec-special .imgs img { height: 160px; min-width: 100px; }

  /* Grenada list items */
  .grenada-item { gap: 14px; padding: 12px 0; }
  .grenada-item img  { width: 50px; height: 50px; }
  .grenada-item span { font-size: 1.1rem; }

  /* Contact button */
  .btn-contact { padding: 11px 22px; font-size: 0.95rem; }

  /* WhatsApp */
  .whatsapp-btn { width: 46px; height: 46px; bottom: 16px; right: 16px; }
  .whatsapp-btn svg { width: 24px; height: 24px; }
}