/* ─── PAGE HERO ──────────────────────────────────────── */
.page-hero {
  padding-top: 72px; /* navbar height */
  min-height: 28vh;
  background: var(--forest);
  display: flex;
  align-items: flex-end;
  padding-bottom: 4rem;
  padding-left: 7%;
  padding-right: 7%;
}

.page-hero__content {
  max-width: 700px;
}

.page-hero__title {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--white);
  margin-top: 0.6rem;
}

.page-hero__title em {
  font-style: italic;
  color: var(--sage-light);
}

/* ─── ABOUT SECTION ──────────────────────────────────── */
.about-section {
  background: var(--cream);
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
  align-items: start;
}

/* ─── TEXT SIDE ──────────────────────────────────────── */
.about-split__text {
}

.about-split__heading {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--charcoal);
  margin: 0.8rem 0 1.4rem;
}

.about-split__heading em {
  font-style: italic;
  color: var(--sage);
}

.about-split__text p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 1rem;
}

/* Visi & Misi cards */
.about-visi-misi {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 2rem;
}

.visi-misi-card {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  background: var(--white);
  border-radius: var(--r-md);
  padding: 1.4rem;
  box-shadow: 0 4px 16px rgba(40, 49, 40, 0.07);
}

.visi-misi-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.visi-misi-card__icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--sage-light);
  fill: none;
  stroke-width: 1.6;
}

.visi-misi-card h3 {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.4rem;
}

.visi-misi-card p,
.visi-misi-card ul {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--muted);
}

.visi-misi-card ul {
  padding-left: 1.1rem;
}

.visi-misi-card li {
  margin-bottom: 0.2rem;
}

/* ─── SLIDER SIDE ────────────────────────────────────── */
.about-split__slider {
  position: sticky;
  top: 90px;
}

.about-slider-main {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
}

.about-slider-main img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease;
}

.about-prev,
.about-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(28, 34, 28, 0.6);
  backdrop-filter: blur(6px);
  color: var(--white);
  border: none;
  font-size: 1.4rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  line-height: 1;
}

.about-prev {
  left: 14px;
}
.about-next {
  right: 14px;
}

.about-prev:hover,
.about-next:hover {
  background: var(--sage-dark);
}

.about-thumbnails {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.about-thumbnails img {
  flex: 1;
  height: 60px;
  object-fit: cover;
  border-radius: var(--r-sm);
  cursor: pointer;
  opacity: 0.45;
  transition: opacity 0.25s, outline 0.25s;
}

.about-thumbnails img.active,
.about-thumbnails img:hover {
  opacity: 1;
  outline: 2px solid var(--sage);
  outline-offset: 2px;
}

/* ─── CONTACT SECTION ────────────────────────────────── */
.contact-section {
  padding-bottom: 8rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 860px;
  margin: 0 auto;
}

.contact-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 1.8rem;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  box-shadow: 0 4px 16px rgba(40, 49, 40, 0.07);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(40, 49, 40, 0.12);
}

.contact-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-card__icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--sage-light);
  fill: none;
  stroke-width: 1.6;
}

.contact-card__icon--wa {
  background: #128c5e;
}
.contact-card__icon--wa svg {
  stroke: #fff;
}
.contact-card__icon--ig {
  background: #c13584;
}
.contact-card__icon--ig svg {
  stroke: #fff;
}

.contact-card__body h3 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 0.3rem;
}

.contact-card__body p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.contact-link {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--sage-dark);
  border-bottom: 1px solid var(--sage-dark);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}

.contact-link:hover {
  color: var(--sage);
  border-color: var(--sage);
}

/* Active nav link */
.nav__links a.active {
  color: #fff;
}
.nav__links a.active::after {
  width: 100%;
}

/* ─── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 900px) {
  .about-split {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-split__slider {
    position: static;
  }

  .about-slider-main img {
    height: 320px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .about-thumbnails {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-thumbnails img {
    width: 56px;
    flex: none;
  }

  .visi-misi-card {
    flex-direction: column;
  }
}
.floating-about {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4f6f52; /* bisa sesuaikan */
  color: white;
  padding: 12px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: all 0.3s ease;
}

.floating-about:hover {
  background-color: #3b5440;
  transform: translateY(-3px);
}
/* =========================
   NAVBAR BASE
========================= */
/* =========================
   NAVBAR FULL FIX (COPY INDEX)
========================= */
.nav {
  position: fixed;
}

.nav__right {
  position: relative; /* penting buat anchor dropdown */
}
/* DESKTOP MENU */
.nav__links {
  display: flex;
  gap: 2.5rem;
}

/* HAMBURGER DEFAULT (HIDDEN DI DESKTOP) */
.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav__hamburger span {
  width: 22px;
  height: 2px;
  background: #fff;
}

/* =========================
   MOBILE NAV
========================= */
@media (max-width: 860px) {
  .nav__links {
    display: none;
  }

  .nav__hamburger {
    display: flex;
  }
}

/* =========================
   MOBILE MENU (FLOATING)
========================= */
.mobile-menu {
  position: fixed;
  top: 80px;
  right: 20px;
  width: 220px;

  background: #2f3e34;
  border-radius: 16px;
  padding: 1.5rem;

  display: flex;
  flex-direction: column;
  gap: 1.2rem;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);

  opacity: 0;
  transform: translateY(-10px) scale(0.95);
  pointer-events: none;
  transition: all 0.25s ease;

  z-index: 2000;
}

.mobile-menu.open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* =========================
   MENU LINKS
========================= */
.mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  transition: 0.2s;
}

.mobile-menu a:hover {
  opacity: 0.6;
}

/* =========================
   CLOSE BUTTON
========================= */
.mobile-menu__close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
