:root {
  --forest: #143528;
  --forest-deep: #0c241b;
  --leaf: #2c6a4e;
  --gold: #c9a227;
  --gold-soft: #e8d48a;
  --ivory: #fbf7ef;
  --cream: #f4ead6;
  --sand: #efe3cc;
  --terracotta: #9c3d32;
  --ink: #1a1713;
  --muted: #6d6558;
  --line: #e5d7b8;
  --white: #fff;
  --shadow: 0 16px 40px rgba(12, 36, 27, .12);
  --header-h: 148px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.7;
  overflow-x: clip;
}
body.nav-open { overflow: hidden; }
img, video, iframe, svg { max-width: 100%; }
img { display: block; height: auto; }
iframe, video { width: 100%; }
pre, code { overflow-wrap: anywhere; word-break: break-word; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, .font-serif {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.15;
}
.container { width: min(1220px, calc(100% - 32px)); margin: 0 auto; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; cursor: pointer; border-radius: 999px; padding: 12px 22px;
  font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: 12px;
  transition: .25s ease; white-space: nowrap;
}
.btn-gold { background: linear-gradient(135deg, #e3c56a, var(--gold)); color: var(--forest-deep); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(201,162,39,.35); }
.btn-dark { background: var(--forest); color: var(--cream); }
.btn-dark:hover { background: var(--forest-deep); }
.btn-outline { background: transparent; border: 1px solid var(--gold); color: var(--forest); }
.btn-outline:hover { background: var(--gold); color: var(--forest-deep); }
.btn-outline-light { background: transparent; border: 1px solid var(--gold-soft); color: #fff; }
.btn-outline-light:hover { background: var(--gold); color: var(--forest-deep); }
.btn-sm { padding: 8px 14px; font-size: 11px; }
.muted { color: var(--muted); }
.section { padding: 72px 0; }
.section-kicker {
  color: var(--gold); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700;
}
.section-title { font-size: clamp(30px, 5vw, 50px); margin: 8px 0 16px; color: var(--forest); }
.alert { padding: 12px 16px; border-radius: 12px; margin: 12px 0; }
.alert-success { background: #e8f6ee; color: #146c43; }
.alert-error { background: #fdecea; color: #8a1f16; }
.badge { display: inline-block; background: var(--gold); color: var(--forest-deep); border-radius: 999px; padding: 3px 10px; font-size: 11px; font-weight: 700; }

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 100; }
.topbar {
  background: var(--forest-deep);
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: .04em;
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 36px;
}
.topbar-note { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.topbar-phone { color: #fff; font-weight: 600; white-space: nowrap; }

.brandbar { background: var(--ivory); border-bottom: 1px solid var(--line); }
.brandbar-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 78px;
}
.logo { display: flex; align-items: center; }
.logo img { height: 58px; width: auto; max-width: 220px; object-fit: contain; }
.menu-toggle, .nav-close {
  display: none; width: 42px; height: 42px; border: 1px solid var(--line);
  border-radius: 10px; background: #fff; color: var(--forest); font-size: 18px; cursor: pointer;
}
.search-form {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 0 16px; height: 46px; max-width: 460px; width: 100%; margin: 0 auto;
}
.search-form i { color: var(--muted); }
.search-form input { border: 0; outline: 0; padding: 0; background: transparent; }
.search-mobile { display: none; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn {
  position: relative; display: flex; align-items: center; gap: 8px;
  min-height: 42px; padding: 0 12px; border-radius: 999px;
  border: 1px solid var(--line); background: #fff; color: var(--forest); font-size: 13px; font-weight: 600;
}
.icon-btn i { font-size: 15px; }
.cart-count {
  position: absolute; top: -6px; right: -4px; background: var(--terracotta); color: #fff;
  font-size: 10px; min-width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center;
}
.nav {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  background: var(--forest); padding: 0 16px;
}
.nav > a, .nav .dropdown > a {
  color: #f4ead6; font-size: 14px; font-weight: 500; white-space: nowrap;
  padding: 14px 14px; display: inline-flex; align-items: center; gap: 6px;
  border-bottom: 2px solid transparent;
}
.nav > a:hover, .nav .dropdown > a:hover,
.nav > a.active, .nav .dropdown > a.active {
  color: var(--gold-soft);
  border-bottom-color: var(--gold);
}
.nav .fa-chevron-down { font-size: 9px; }
.dropdown { position: relative; }
.dropdown-menu {
  display: none; position: absolute; top: 100%; left: 0; min-width: 240px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 10px; box-shadow: var(--shadow); z-index: 20;
}
.dropdown:hover .dropdown-menu { display: grid; }
.dropdown-menu a {
  padding: 9px 12px; border-radius: 8px; display: block; color: var(--forest); white-space: normal;
}
.dropdown-menu a:hover { background: var(--cream); }
.nav-drawer-head, .nav-cta { display: none; }
.nav-backdrop { display: none; }

/* ===== Home banner ===== */
.home-banner {
  position: relative;
  background: #1c1208;
  overflow: hidden;
}
.banner-slider { position: relative; }
.banner-slide {
  display: none;
  width: 100%;
  line-height: 0;
}
.banner-slide.is-active { display: block; }
.banner-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #2b2418;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  display: grid;
  place-items: center;
}
.banner-arrow:hover { background: #fff; }
.banner-prev { left: 12px; }
.banner-next { right: 12px; }

.trust-wrap { background: #fff; padding: 22px 0 10px; }
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
}
.trust-card {
  width: 150px;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 4px 6px;
}
.trust-card img {
  width: 78px;
  height: 78px;
  margin: 0 auto 10px;
  object-fit: contain;
}
.trust-card span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  color: #6a4a28;
  display: block;
  line-height: 1.35;
  text-transform: uppercase;
}

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  transition: .3s ease; display: flex; flex-direction: column; min-width: 0;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card .thumb { background: var(--cream); aspect-ratio: 1; overflow: hidden; }
.product-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-card .body { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card h3 { margin: 0; font-size: clamp(20px, 2vw, 26px); color: var(--forest); }
.price { display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap; }
.price .now { color: var(--terracotta); font-weight: 700; font-size: 18px; }
.price .was { color: #9a9287; text-decoration: line-through; font-size: 13px; }
.product-card .actions { display: flex; gap: 8px; margin-top: auto; flex-wrap: wrap; }
.product-card .actions .btn { flex: 1; min-width: 110px; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.split img, .rounded { border-radius: 24px; width: 100%; }
.bg-cream { background: var(--cream); }
.bg-forest { background: var(--forest); color: var(--cream); }
.bg-forest .section-title { color: #fff; }

.care-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.care-card { position: relative; min-height: 240px; border-radius: 22px; overflow: hidden; display: block; }
.care-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.care-card span {
  position: absolute; left: 16px; bottom: 16px; background: rgba(12,36,27,.86); color: var(--gold-soft);
  padding: 10px 16px; border-radius: 999px; font-weight: 600; letter-spacing: .06em;
}

.blog-grid, .review-grid, .team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.blog-card, .review-card, .team-card, .page-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
}
.blog-card img, .team-card img, .page-card img { width: 100%; height: 200px; object-fit: cover; }
.blog-card .body, .review-card, .team-card .body, .page-card .body { padding: 18px; }
.stars { color: var(--gold); letter-spacing: 2px; }

.page-hero {
  background: linear-gradient(120deg, rgba(12,36,27,.86), rgba(20,53,40,.55)), url('../uploads/pages/about-hero.webp') center/cover;
  color: #fff; padding: 72px 0 56px; text-align: center;
}
.page-hero h1 { font-size: clamp(28px, 6vw, 58px); margin: 8px 0; overflow-wrap: anywhere; }
.breadcrumb { color: var(--gold-soft); font-size: 14px; overflow-wrap: anywhere; }

.product-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: start; }
.pd-gallery { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 16px; }
.pd-gallery-main { position: relative; }
.pd-gallery-stage {
  background: var(--cream);
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1;
}
.pd-gallery-slide {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--cream);
}
.pd-gallery-slide.is-active { display: block; }
.pd-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--forest-deep);
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,.14);
  display: grid;
  place-items: center;
}
.pd-gallery-prev { left: 10px; }
.pd-gallery-next { right: 10px; }
.pd-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}
.pd-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  background: var(--cream);
  cursor: pointer;
}
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pd-thumb.is-active { border-color: var(--gold); }
.qty-row { display: flex; gap: 10px; align-items: center; margin: 18px 0; flex-wrap: wrap; }
.qty-row input { width: 72px; height: 44px; border-radius: 12px; border: 1px solid var(--line); text-align: center; font-size: 16px; }
.qty-row .btn { min-height: 44px; }
.sku-meta { margin: 0 0 14px; }
.pd-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pd-contact-actions .btn { min-height: 44px; }
.btn-whatsapp { background: #25d366; color: #fff; }
.btn-whatsapp:hover { background: #1fb855; transform: translateY(-2px); }
.btn-call { background: var(--leaf); color: #fff; }
.btn-call:hover { background: var(--forest); }
.pd-videos { margin: 36px 0 8px; }
.pd-video-main { position: relative; }
.pd-video-stage { background: #111; border-radius: 20px; overflow: hidden; }
.pd-video-slide { display: none; }
.pd-video-slide.is-active { display: block; }
.pd-video-slide .video-frame { border-radius: 0; }
.pd-video-title { margin: 0; padding: 12px 16px 14px; background: #fff; color: var(--forest); font-weight: 600; }
.pd-videos .pd-thumbs { margin-top: 12px; }
.pd-thumb-icon {
  display: grid; place-items: center; width: 100%; height: 100%;
  background: var(--forest); color: #fff; font-size: 20px;
}
.pd-faq { margin-top: 36px; }
.pd-faq .section-title { margin-bottom: 18px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 16px 18px;
  font: inherit;
  font-weight: 600;
  color: var(--forest);
  cursor: pointer;
}
.faq-q i { color: var(--gold); transition: transform .2s ease; flex: 0 0 auto; }
.faq-item.is-open .faq-q i { transform: rotate(180deg); }
.faq-a {
  display: none;
  padding: 0 18px 16px;
  color: var(--muted);
}
.faq-item.is-open .faq-a { display: block; }
.content-box { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 24px; margin-top: 24px; overflow-x: auto; }
.content-box table { width: 100%; border-collapse: collapse; min-width: 480px; }
.content-box th, .content-box td { border-bottom: 1px solid var(--line); padding: 8px; text-align: left; font-size: 14px; }
.content-box img, .about-article img, .mv-article img, .mgmt-bio img { max-width: 100%; height: auto; }
#pay-btn, .form-card .btn-gold { max-width: 100%; }

.cart-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 16px; overflow: hidden; }
.cart-table th, .cart-table td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.cart-table img { width: 72px; height: 72px; object-fit: cover; border-radius: 12px; flex: 0 0 auto; }
.cart-product { display: flex; gap: 12px; align-items: center; min-width: 0; }
.cart-product strong { overflow-wrap: anywhere; }
.cart-qty { width: 80px; max-width: 100%; }
.checkout-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.form-card, .summary-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px; }
label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
input, select, textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; font: inherit; background: #fff;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { margin-bottom: 14px; }

.footer { background: var(--forest-deep); color: #d7ccb2; padding: 56px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px; }
.footer h4 { color: var(--gold); margin-top: 0; }
.footer a { display: block; margin: 6px 0; color: #d7ccb2; }
.footer a:hover { color: #fff; }
.copyright { border-top: 1px solid rgba(255,255,255,.08); margin-top: 28px; padding-top: 16px; font-size: 13px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.socials { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.socials a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(232,213,163,.3); display: grid; place-items: center; }

.empty { text-align: center; padding: 48px 20px; background: #fff; border-radius: 20px; border: 1px dashed var(--line); }

/* ===== Tablet and down: drawer + 3-col grids ===== */
@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .icon-label { display: none; }
  .icon-btn { width: 42px; padding: 0; justify-content: center; }
  .topbar-note { font-size: 11px; }
  .menu-toggle { display: grid; place-items: center; }
  .brandbar-inner {
    grid-template-columns: 42px 1fr auto;
    min-height: 66px;
    gap: 10px;
  }
  .logo { justify-content: center; }
  .logo img { height: 48px; max-width: 170px; }
  .search-desktop { display: none; }

  .nav {
    position: fixed; top: 0; right: 0; width: min(360px, 88vw); height: 100dvh;
    flex-direction: column; align-items: stretch; justify-content: flex-start;
    gap: 0; padding: 18px 18px 32px; overflow-y: auto;
    transform: translateX(110%); transition: transform .28s ease; z-index: 120;
    background: var(--forest-deep);
  }
  .nav.open { transform: translateX(0); }
  .nav > a, .nav .dropdown > a {
    display: flex; width: 100%; padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.08);
    white-space: normal;
  }
  .nav-drawer-head {
    display: flex; justify-content: space-between; align-items: center; color: #fff; margin-bottom: 12px;
  }
  .nav-close { display: grid; place-items: center; border-color: rgba(255,255,255,.2); background: transparent; color: #fff; }
  .search-mobile { display: flex; max-width: none; margin: 0 0 16px; }
  .nav-cta {
    display: flex; margin-top: 16px; background: var(--gold); color: var(--forest-deep) !important;
    border-radius: 999px; justify-content: center; border-bottom: 0 !important;
  }
  .dropdown-menu {
    position: static; display: none; background: transparent; border: 0; box-shadow: none; padding: 0 0 8px 12px;
  }
  .dropdown.open .dropdown-menu { display: grid; }
  .dropdown-menu a { color: var(--gold-soft); }
  .nav-backdrop {
    display: block; position: fixed; inset: 0; background: rgba(0,0,0,.45);
    opacity: 0; pointer-events: none; transition: .25s ease; z-index: 110;
  }
  .nav-backdrop.show { opacity: 1; pointer-events: auto; }
}

/* ===== Small tablet ===== */
@media (max-width: 980px) {
  .split, .product-detail, .checkout-grid, .footer-grid { grid-template-columns: 1fr; }
  .product-grid, .care-grid, .blog-grid, .review-grid, .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .banner-arrow { width: 36px; height: 36px; }
  .section { padding: 56px 0; }
  .pd-contact-actions .btn { flex: 1 1 calc(50% - 8px); }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 24px); }
  .product-grid, .care-grid, .blog-grid, .review-grid, .team-grid, .form-row { grid-template-columns: 1fr; }
  .topbar-phone { display: none; }
  .section { padding: 40px 0; }
  .banner-prev { left: 6px; }
  .banner-next { right: 6px; }
  .banner-arrow { width: 32px; height: 32px; }
  .pd-gallery { padding: 12px; }
  .pd-videos { margin-top: 28px; }
  .pd-gallery-arrow { width: 34px; height: 34px; }
  .pd-thumb { flex: 0 0 60px; width: 60px; height: 60px; }
  .qty-row { width: 100%; }
  .qty-row .btn { flex: 1 1 calc(50% - 8px); }
  .pd-contact-actions .btn { flex: 1 1 100%; }
  .trust-card { width: 42%; }
  .trust-card img { width: 64px; height: 64px; }
  .btn { white-space: normal; text-align: center; }
  .form-card .btn, .summary-card .btn, .empty .btn { width: 100%; }
  .form-card .btn + .btn { margin-top: 8px; }
  .product-card .actions .btn { min-width: 0; }
  .care-card { min-height: 180px; }
  .care-card span { max-width: calc(100% - 24px); font-size: 12px; }
  .cart-table, .cart-table tbody, .cart-table tr, .cart-table td { display: block; width: 100%; }
  .cart-table thead { display: none; }
  .cart-table tr { padding: 12px; border-bottom: 1px solid var(--line); }
  .cart-table td { padding: 6px 0; border: 0; }
  .cart-table input { width: 88px; }
  .page-hero { padding: 40px 0 28px; }
  .content-box { padding: 16px; }
  .content-box table { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .copyright { justify-content: center; text-align: center; }
  .faq-q { padding: 14px; gap: 10px; font-size: 15px; }
}

@media (max-width: 420px) {
  .footer-grid { grid-template-columns: 1fr; }
  .logo img { height: 42px; max-width: 140px; }
  .trust-card { width: 100%; max-width: 160px; }
  .product-card .actions { flex-direction: column; }
  .product-card .actions .btn { width: 100%; }
}

/* ===== Our Management cards ===== */
.mgmt-wrap {
  background: #d5cfb4;
  padding: 48px 0 72px;
}
.mgmt-list { display: flex; flex-direction: column; gap: 56px; }
.mgmt-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 22px;
  align-items: start;
}
.mgmt-photo {
  border-radius: 28px;
  overflow: hidden;
  background: #eee8d4;
  aspect-ratio: 1;
}
.mgmt-photo img { width: 100%; height: 100%; object-fit: cover; }
.mgmt-panel {
  background: #5c3a22;
  border-radius: 24px;
  overflow: hidden;
  min-height: 100%;
}
.mgmt-title {
  margin: 0;
  background: #f4efe4;
  color: #5c3a22;
  font-size: clamp(18px, 2.2vw, 26px);
  padding: 16px 22px;
  border-radius: 0 0 22px 0;
  line-height: 1.25;
}
.mgmt-title span { display: block; font-size: .78em; font-weight: 600; }
.mgmt-bio {
  color: #f6f0e4;
  padding: 18px 22px 22px;
  font-size: 15px;
}
.mgmt-bio p { margin: 0 0 12px; }
.mgmt-bio ul { margin: 0 0 12px; padding-left: 18px; }
.mgmt-bio.collapsed {
  max-height: 210px;
  overflow: hidden;
  position: relative;
}
.mgmt-bio.collapsed::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 70px;
  background: linear-gradient(transparent, #5c3a22);
}
.mgmt-toggle {
  display: block;
  margin: 18px auto 0;
  background: #5c3a22;
  color: #f4efe4;
  border: 0;
  border-radius: 999px;
  padding: 10px 28px;
  font-weight: 700;
  cursor: pointer;
}
.mgmt-toggle:hover { background: #4a2e1a; }

@media (max-width: 900px) {
  .mgmt-card { grid-template-columns: 220px 1fr; }
}
@media (max-width: 720px) {
  .mgmt-card { grid-template-columns: 1fr; }
  .mgmt-photo { width: min(100%, 320px); margin: 0 auto; }
  .mgmt-wrap { padding: 32px 0 48px; }
  .mgmt-list { gap: 40px; }
}

/* ===== About Us ===== */
.about-wrap { background: #d5cfb4; padding: 40px 0 72px; color: #2b261c; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 40px;
  align-items: center;
}
.about-media img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  max-height: 360px;
}
.about-copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 3vw, 34px);
  margin: 0 0 4px;
  color: #1a1713;
}
.about-copy h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20px, 2.4vw, 26px);
  margin: 0 0 14px;
  font-weight: 600;
  color: #1a1713;
}
.about-copy p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.75; }
.dosha-card {
  background: #cfe0a8;
  border-radius: 22px;
  padding: 22px 18px 18px;
  text-align: center;
  min-height: 280px;
}
.dosha-card h3 {
  margin: 0 0 18px;
  letter-spacing: .08em;
  font-size: 16px;
  color: #3d4a22;
}
.dosha-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.dosha-item strong { display: block; font-size: 18px; letter-spacing: .06em; }
.dosha-item span { display: block; font-size: 12px; margin-bottom: 8px; }
.dosha-item p { margin: 0; font-size: 12px; line-height: 1.45; }
.dosha-ring { width: 92px; height: 92px; margin: 0 auto 8px; }
.dosha-item.vata strong, .dosha-item.vata span { color: #6b3aa0; }
.dosha-item.pitta strong, .dosha-item.pitta span { color: #c97812; }
.dosha-item.kapha strong, .dosha-item.kapha span { color: #b03a2e; }
.about-article {
  max-width: 920px;
  margin: 48px auto 0;
}
.about-article h2, .about-article h3 {
  font-family: "Cormorant Garamond", serif;
  color: #1a1713;
  margin: 28px 0 10px;
  font-size: clamp(22px, 3vw, 30px);
}
.about-article p { margin: 0 0 14px; font-size: 16px; line-height: 1.8; }

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 24px; }
  .about-media img { max-height: 280px; }
}
@media (max-width: 640px) {
  .dosha-row { grid-template-columns: 1fr; gap: 18px; }
  .about-wrap { padding: 28px 0 48px; }
}

/* ===== Mission & Vision ===== */
.mv-wrap { background: #d5cfb4; padding: 40px 0 72px; color: #2b261c; }
.mv-block + .mv-block { margin-top: 52px; }
.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  align-items: start;
}
.mv-media img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  max-height: 340px;
  display: block;
}
.mv-copy h2,
.mv-article h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 3vw, 34px);
  margin: 0 0 12px;
  color: #1a1713;
}
.mv-copy h3,
.mv-article h3 {
  font-family: "Outfit", sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  margin: 18px 0 10px;
  color: #1a1713;
}
.mv-copy p,
.mv-article p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.75;
}
.mv-article { margin-top: 28px; }
.mv-article h2 { margin-top: 28px; }
.mv-article h2:first-child { margin-top: 0; }
.mv-article ol,
.mv-article ul {
  margin: 0 0 22px;
  padding-left: 22px;
}
.mv-article li {
  margin: 0 0 10px;
  font-size: 15.5px;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .mv-grid { grid-template-columns: 1fr; gap: 20px; }
  .mv-media img { max-height: 260px; }
}
@media (max-width: 640px) {
  .mv-wrap { padding: 28px 0 48px; }
  .mv-block + .mv-block { margin-top: 36px; }
}

/* ===== Image / Video galleries ===== */
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.media-photo {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: var(--cream);
  cursor: pointer;
  aspect-ratio: 1;
}
.media-photo img { width: 100%; height: 100%; object-fit: cover; }
.media-photo span {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 10px 12px;
  background: linear-gradient(transparent, rgba(12,36,27,.78));
  color: #fff; font-size: 13px; text-align: left;
}
.video-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.video-filters .btn.is-active { background: var(--forest); color: var(--cream); border-color: var(--forest); }
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.video-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}
.video-frame { position: relative; aspect-ratio: 16 / 9; background: #111; }
.video-frame iframe, .video-poster, .video-poster img {
  width: 100%; height: 100%; border: 0; display: block; object-fit: cover;
}
.video-poster {
  padding: 0; border: 0; cursor: pointer; background: #111; position: relative;
}
.video-poster i {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: #ff2a2a; font-size: 56px; text-shadow: 0 6px 18px rgba(0,0,0,.4);
}
.video-fallback {
  display: grid; place-items: center; height: 100%; color: #fff; font-weight: 600;
}
.video-meta { padding: 14px 16px 16px; }
.video-meta h3 { margin: 6px 0 8px; font-size: 20px; color: var(--forest); }
.video-meta a { color: var(--leaf); font-size: 13px; font-weight: 600; }
.video-platform {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; border-radius: 999px; padding: 3px 8px;
}
.video-platform.youtube { background: #ffe5e5; color: #c81e1e; }
.video-platform.facebook { background: #e7efff; color: #1b4f9c; }
.video-platform.instagram { background: #fde8f3; color: #b41d6b; }
.lightbox {
  position: fixed; inset: 0; z-index: 200; background: rgba(10,16,12,.88);
  display: grid; place-items: center; padding: 24px;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1100px, 100%); max-height: 82vh; object-fit: contain; border-radius: 12px; }
.lightbox-close {
  position: absolute; top: 16px; right: 18px; width: 42px; height: 42px;
  border: 0; border-radius: 50%; background: #fff; color: #111; font-size: 28px; cursor: pointer;
}
.lightbox-caption { color: #fff; margin: 12px 0 0; text-align: center; }
@media (max-width: 980px) {
  .media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .media-grid, .video-grid { grid-template-columns: 1fr; }
  .video-filters .btn { flex: 1 1 calc(50% - 8px); }
}
