/* =========================================================
   AEROBIC ENTERPRISES — shared stylesheet
   ========================================================= */

:root {
  --green-dark: #123c26;
  --green: #1c6b41;
  --green-mid: #2f8a57;
  --green-light: #e8f3ec;
  --orange: #dd6a3f;
  --orange-dark: #b84f28;
  --cream: #faf8f4;
  --paper: #ffffff;
  --charcoal: #1e2622;
  --gray: #5c6b63;
  --gray-light: #d9e0da;
  --shadow: 0 10px 30px rgba(18, 60, 38, 0.10);
  --shadow-sm: 0 4px 14px rgba(18, 60, 38, 0.08);
  --radius: 14px;
  --radius-sm: 8px;
  --maxw: 1180px;
  font-size: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  color: var(--green-dark);
  line-height: 1.2;
  margin: 0 0 0.5em;
  font-weight: 700;
}

p { margin: 0 0 1em; color: var(--gray); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: 84px 0; }
@media (max-width: 720px) { section { padding: 56px 0; } }

.kicker {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange-dark);
  background: #fdece4;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.section-head p { font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,0.7); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,0.12); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-dark); }
.btn-ghost { background: var(--green-light); color: var(--green-dark); }
.btn-ghost:hover { background: #d8ecdf; }
.btn-sm { padding: 9px 18px; font-size: 0.85rem; }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-whatsapp { background: #25d366; color: #fff; box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35); }
.btn-whatsapp:hover { background: #1eb857; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Order box (quantity + Get Quote on WhatsApp) ---------- */
.order-box {
  margin-top: 24px;
  padding: 20px;
  background: var(--green-light);
  border-radius: var(--radius);
  border: 1px solid rgba(28, 107, 65, 0.15);
}
.order-box .order-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.qty-label { font-size: 0.8rem; font-weight: 700; color: var(--green-dark); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; display: block; }
.qty-stepper {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--gray-light);
  border-radius: 999px;
  overflow: hidden;
}
.qty-stepper button {
  width: 38px; height: 38px;
  border: none; background: none;
  font-size: 1.15rem; font-weight: 700; color: var(--green-dark);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.15s ease;
}
.qty-stepper button:hover { background: var(--green-light); }
.qty-stepper input {
  width: 44px; text-align: center; border: none; background: none;
  font-size: 0.95rem; font-weight: 700; color: var(--charcoal);
  -moz-appearance: textfield;
}
.qty-stepper input::-webkit-outer-spin-button,
.qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.order-note { font-size: 0.78rem; color: var(--gray); margin: 10px 0 0; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(250, 248, 244, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(18, 60, 38, 0.08);
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  max-width: var(--maxw);
  margin: 0 auto;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 48px; width: 48px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: var(--green-dark); }
.brand-text span { font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange-dark); font-weight: 600; }

.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--charcoal);
  border-radius: 999px;
  transition: background 0.15s ease, color 0.15s ease;
}
.main-nav a:hover, .main-nav a.active { background: var(--green-light); color: var(--green-dark); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .call-link {
  display: none;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--green-dark);
  font-size: 0.92rem;
}
@media (min-width: 860px) { .header-actions .call-link { display: inline-flex; } }
.header-actions .call-link svg { width: 18px; height: 18px; color: var(--orange); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span { width: 24px; height: 2.5px; background: var(--green-dark); border-radius: 2px; }

@media (max-width: 860px) {
  .main-nav {
    position: fixed;
    inset: 68px 0 0 0;
    background: var(--paper);
    flex-direction: column;
    align-items: stretch;
    padding: 18px 24px;
    gap: 4px;
    transform: translateY(-110%);
    transition: transform 0.25s ease;
    box-shadow: var(--shadow);
    height: calc(100vh - 68px);
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 14px 16px; font-size: 1.05rem; }
  .nav-toggle { display: flex; }
}

/* ---------- Hero (image) ---------- */
.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--green-dark);
  color: #fff;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,30,20,0.35) 0%, rgba(10,30,20,0.25) 45%, rgba(10,30,20,0.6) 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.hero-inner .kicker { background: rgba(255,255,255,0.15); color: #ffe4d6; text-shadow: 0 2px 6px rgba(0,0,0,0.6); }
.hero h1 {
  color: #fff;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  max-width: 780px;
  margin-bottom: 22px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.7);
}
.hero h1 em { color: #ffb08a; font-style: normal; }
.hero p.lead { color: #eef4ef; font-size: 1.15rem; max-width: 600px; margin-bottom: 34px; text-shadow: 0 2px 8px rgba(0,0,0,0.7); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.2);
  max-width: var(--maxw);
}
.hero-stats div strong { display: block; font-size: 1.8rem; font-family: 'Playfair Display', serif; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.7); }
.hero-stats div span { font-size: 0.85rem; color: #cfe0d4; text-transform: uppercase; letter-spacing: 0.06em; text-shadow: 0 2px 6px rgba(0,0,0,0.7); }

/* ---------- Page header (inner pages) ---------- */
.page-hero {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  color: #fff;
  padding: 64px 0 56px;
  text-align: center;
}
.page-hero .kicker { background: rgba(255,255,255,0.15); color: #ffe4d6; }
.page-hero h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 10px; }
.page-hero p { color: #dcebe1; max-width: 560px; margin: 0 auto; }
.breadcrumb { font-size: 0.85rem; color: #cfe0d4; margin-bottom: 14px; }
.breadcrumb a { color: #fff; font-weight: 600; }

/* ---------- Category / product cards ---------- */
.grid { display: grid; gap: 28px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--green-light); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.card:hover .card-media img { transform: scale(1.06); }
.card-media .tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(255,255,255,0.92); color: var(--green-dark);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
}
.card-icon {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--green-light), #f3ede4);
}
.card-icon svg { width: 64px; height: 64px; color: var(--green); }
.card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-body h3 { font-size: 1.15rem; margin: 0; }
.card-body p { font-size: 0.92rem; margin: 0; flex: 1; }
.card-body .btn { align-self: flex-start; margin-top: 6px; }

/* ---------- Feature list ---------- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 900px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .features { grid-template-columns: 1fr; } }
.feature {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 26px 22px;
  box-shadow: var(--shadow-sm);
  text-align: left;
}
.feature .ic {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--orange); color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.feature .ic svg { width: 24px; height: 24px; }
.feature h3 { font-size: 1.05rem; margin-bottom: 6px; }
.feature p { font-size: 0.9rem; margin: 0; }

/* ---------- About / split sections ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 32px; } }
.split img, .split .media-frame { border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.split.reverse .media-col { order: 2; }
.media-frame { aspect-ratio: 4/3; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }

.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 24px; }
.badge-row span {
  background: var(--green-light); color: var(--green-dark);
  font-size: 0.8rem; font-weight: 700; padding: 7px 14px; border-radius: 999px;
}

.checklist li {
  position: relative; padding-left: 30px; margin-bottom: 12px; color: var(--charcoal); font-weight: 500;
}
.checklist li::before {
  content: '';
  position: absolute; left: 0; top: 3px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}

/* ---------- Section variants ---------- */
.section-alt { background: var(--paper); }
.section-dark {
  background: linear-gradient(135deg, var(--green-dark), #0f2e1c);
  color: #fff;
}
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: #cfe0d4; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--orange), var(--orange-dark));
  border-radius: var(--radius);
  padding: 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
  color: #fff;
  box-shadow: var(--shadow);
}
.cta-band h2 { color: #fff; margin-bottom: 6px; font-size: 1.7rem; }
.cta-band p { color: #ffe4d6; margin: 0; }
.cta-band .btn-primary { background: #fff; color: var(--orange-dark); }
.cta-band .btn-primary:hover { background: #fff0ea; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: 1fr; } }
.gallery-item {
  position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  aspect-ratio: 4/3; background: #000;
}
.gallery-item img, .gallery-item video { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-item:hover img, .gallery-item:hover video { transform: scale(1.05); }
.gallery-item .caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 16px;
  background: linear-gradient(0deg, rgba(0,0,0,0.75), transparent);
  color: #fff; font-size: 0.85rem; font-weight: 600;
}
.gallery-item.video::before {
  content: '▶';
  position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,0.85); color: var(--green-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; z-index: 2;
}

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card {
  background: var(--paper); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm);
  display: flex; gap: 16px; align-items: flex-start; margin-bottom: 18px;
}
.contact-card .ic {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: var(--green-light); color: var(--green-dark);
  display: flex; align-items: center; justify-content: center;
}
.contact-card .ic svg { width: 22px; height: 22px; }
.contact-card h3 { font-size: 1rem; margin-bottom: 4px; }
.contact-card p, .contact-card a { font-size: 0.92rem; margin: 0; color: var(--gray); display: block; }
.contact-card a:hover { color: var(--orange-dark); }

.map-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: none; width: 100%; height: 320px; margin-top: 8px; }

.form-card { background: var(--paper); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.form-row { margin-bottom: 18px; display: flex; flex-direction: column; gap: 6px; }
.form-row label { font-size: 0.85rem; font-weight: 700; color: var(--green-dark); }
.form-row input, .form-row select, .form-row textarea {
  padding: 12px 14px; border-radius: var(--radius-sm); border: 1.5px solid var(--gray-light);
  font-family: inherit; font-size: 0.95rem; background: var(--cream); color: var(--charcoal);
  transition: border-color 0.15s ease;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--green); }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form-two { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: #0f2e1c; color: #cfe0d4; padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 36px; margin-bottom: 40px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand img { height: 42px; width: 42px; object-fit: contain; }
.footer-brand strong { font-family: 'Playfair Display', serif; color: #fff; font-size: 1.15rem; }
.site-footer h4 { color: #fff; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; font-family: 'Inter', sans-serif; }
.site-footer p { color: #a8bdae; font-size: 0.9rem; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul li a { color: #cfe0d4; font-size: 0.9rem; transition: color 0.15s ease; }
.site-footer ul li a:hover { color: var(--orange); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 22px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 0.82rem; color: #8fa696;
}

/* ---------- Floating WhatsApp ---------- */
.float-whatsapp {
  position: fixed; right: 22px; bottom: 22px; z-index: 300;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  transition: transform 0.15s ease;
}
.float-whatsapp:hover { transform: scale(1.08); }
.float-whatsapp svg { width: 30px; height: 30px; }

/* ---------- Misc ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

.divider-note { text-align: center; color: var(--gray); font-size: 0.85rem; margin-top: 10px; }
