/* ==========================================================================
   Wild Child Nature Play - stylesheet
   --------------------------------------------------------------------------
   How to change colours, fonts and spacing:
   Everything you are likely to want to tweak lives in the :root block below.
   Change a value there and it updates everywhere on the site.
   ========================================================================== */

:root {
  /* ---- Brand colours (change these to re-skin the whole site) ---- */
  --forest:      #2f4a3c;  /* deep green - headings, dark sections */
  --forest-deep: #23392e;  /* darkest green - footer */
  --moss:        #6f9464;  /* mid green - accents, buttons */
  --sage:        #adc4a0;  /* soft green - subtle fills */
  --sage-soft:   #e5eede;  /* palest green - section backgrounds */
  --cream:       #fbf6ea;  /* warm off-white - page background */
  --bark:        #5a4433;  /* warm brown - secondary text */
  --sun:         #e8b84b;  /* wildflower yellow - highlights */
  --clay:        #c77b54;  /* warm terracotta - secondary accent */
  --ink:         #33423a;  /* body text */
  --muted:       #7c8a7f;  /* captions, fine print */
  --line:        #e3e0d4;  /* dividers, card borders */
  --white:       #ffffff;

  /* ---- Type ---- */
  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* ---- Rhythm ---- */
  --radius:     20px;
  --radius-lg:  36px;
  --shadow:     0 14px 40px -18px rgba(35, 57, 46, 0.35);
  --shadow-sm:  0 6px 20px -12px rgba(35, 57, 46, 0.4);
  --maxw:       1140px;
}

/* ---- Reset-ish ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 18px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--moss); text-decoration: none; }
a:hover { color: var(--forest); }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--forest);
  line-height: 1.12;
  font-weight: 600;
  margin: 0 0 0.5em;
  font-optical-sizing: auto;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); letter-spacing: -0.5px; }
h2 { font-size: clamp(2rem, 4vw, 2.9rem); }
h3 { font-size: 1.4rem; }
p  { margin: 0 0 1.1em; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--moss);
  margin: 0 0 14px;
  display: inline-block;
}
.center { text-align: center; }
.lead { font-size: 1.22rem; color: var(--bark); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  line-height: 1;
}
.btn-primary { background: var(--moss); color: var(--white); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--forest); color: var(--white); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--forest); border-color: var(--sage); }
.btn-ghost:hover { background: var(--sage-soft); color: var(--forest); border-color: var(--moss); }
.btn-sun { background: var(--sun); color: var(--forest-deep); box-shadow: var(--shadow-sm); }
.btn-sun:hover { background: #f0c766; color: var(--forest-deep); transform: translateY(-2px); }

/* ==========================================================================
   Navigation
   ========================================================================== */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 246, 234, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-head); font-weight: 600; font-size: 1.28rem; color: var(--forest); }
.brand svg { flex: none; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--ink); font-weight: 700; font-size: 0.97rem; }
.nav-links a:hover { color: var(--moss); }
.nav-cta { padding: 11px 22px; font-size: 0.95rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--forest); border-radius: 2px; margin: 5px 0; transition: .2s; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; padding: 80px 0 40px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: center; }
.hero h1 span { color: var(--moss); }
.hero .lead { max-width: 34ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 30px; flex-wrap: wrap; color: var(--bark); font-weight: 700; font-size: 0.92rem; }
.hero-trust .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }

.hero-art { position: relative; }
.hero-scene {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: linear-gradient(160deg, #cfe3c4, #a9cbd6 120%);
  aspect-ratio: 4 / 4.4;
}
.hero-scene svg { width: 100%; height: 100%; display: block; }

/* floating badge */
.float-badge {
  position: absolute; left: -18px; bottom: 34px;
  background: var(--white); border-radius: 18px; padding: 14px 18px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px;
  font-weight: 800; color: var(--forest);
}
.float-badge .big { font-family: var(--font-head); font-size: 1.9rem; line-height: 1; color: var(--moss); }
.float-badge small { display: block; font-weight: 700; color: var(--muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; }

/* organic divider */
.wave { display: block; width: 100%; height: auto; margin-bottom: -6px; }

/* ==========================================================================
   Sections
   ========================================================================== */
section { position: relative; }
.section { padding: 84px 0; }
.section-tight { padding: 60px 0; }
.bg-sage { background: var(--sage-soft); }
.bg-forest { background: var(--forest); color: #eef3ea; }
.bg-forest h2, .bg-forest h3 { color: var(--white); }
.bg-forest .eyebrow { color: var(--sun); }
.bg-cream { background: var(--cream); }

.sec-head { max-width: 620px; margin: 0 auto 48px; }
.sec-head.left { margin-left: 0; }

/* Promise strip */
.promise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.promise-item { text-align: center; padding: 8px; }
.promise-item .ic { width: 62px; height: 62px; margin: 0 auto 16px; }
.promise-item h3 { font-size: 1.2rem; margin-bottom: 6px; }
.promise-item p { font-size: 0.98rem; color: var(--bark); margin: 0; }

/* About */
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.about-photo {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow);
  background: linear-gradient(160deg, #dbe9d0, #b7d0a6); aspect-ratio: 1 / 1.05;
}
.about-photo svg { width: 100%; height: 100%; }
.signature { font-family: var(--font-head); font-style: italic; font-size: 1.5rem; color: var(--moss); margin-top: 8px; }

/* Programs */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card .tag {
  align-self: flex-start; background: var(--sage-soft); color: var(--forest);
  font-weight: 800; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 1.2px;
  padding: 6px 13px; border-radius: 999px; margin-bottom: 16px;
}
.card h3 { margin-bottom: 6px; }
.card .meta { color: var(--muted); font-weight: 700; font-size: 0.92rem; margin-bottom: 12px; }
.card p { font-size: 0.98rem; color: var(--bark); flex: 1; }
.card .price { display: flex; align-items: baseline; gap: 8px; margin: 14px 0 18px; }
.card .price b { font-family: var(--font-head); font-size: 1.7rem; color: var(--forest); }
.card .price span { color: var(--muted); font-size: 0.9rem; font-weight: 700; }
.card .btn { align-self: flex-start; }

/* Day-in-the-wild activity chips */
.activities { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 8px; }
.chip {
  background: var(--white); border: 1px solid var(--line); border-radius: 999px;
  padding: 12px 20px; font-weight: 700; color: var(--forest); box-shadow: var(--shadow-sm);
  display: inline-flex; align-items: center; gap: 9px; font-size: 0.98rem;
}
.chip .em { font-size: 1.15rem; }

/* Values grid */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius); padding: 26px;
}
.bg-forest .value h3 { color: var(--white); font-size: 1.15rem; margin-bottom: 6px; }
.bg-forest .value p { color: #cdddc7; font-size: 0.95rem; margin: 0; }
.value .ic { width: 40px; height: 40px; margin-bottom: 14px; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery .g {
  border-radius: 18px; overflow: hidden; aspect-ratio: 1/1;
  background: linear-gradient(160deg, #d8e7cc, #a9cbd6); position: relative;
}
.gallery .g.tall { aspect-ratio: 1 / 1.6; grid-row: span 2; }
.gallery .g svg { width: 100%; height: 100%; }
.gallery-note { text-align: center; color: var(--muted); font-size: 0.9rem; margin-top: 18px; }

/* Testimonials */
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.quote {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px; box-shadow: var(--shadow-sm); position: relative;
}
.quote .mark { font-family: var(--font-head); font-size: 3.4rem; color: var(--sage); line-height: 0.6; height: 26px; display: block; }
.quote p { font-size: 1.08rem; color: var(--ink); font-style: italic; }
.quote .who { font-weight: 800; color: var(--forest); font-style: normal; font-size: 0.95rem; margin: 0; }
.stars { color: var(--sun); letter-spacing: 2px; margin-bottom: 4px; }

/* FAQ */
.faq { max-width: 780px; margin: 0 auto; }
.faq details {
  background: var(--white); border: 1px solid var(--line); border-radius: 16px;
  padding: 4px 24px; margin-bottom: 14px; box-shadow: var(--shadow-sm);
}
.faq summary {
  cursor: pointer; list-style: none; font-family: var(--font-head); font-size: 1.18rem;
  color: var(--forest); font-weight: 600; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.6rem; color: var(--moss); transition: transform .2s; line-height: 1; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding-bottom: 20px; margin: 0; color: var(--bark); }

/* CTA band */
.cta-band { text-align: center; }
.cta-band h2 { color: var(--white); max-width: 18ch; margin: 0 auto 14px; }
.cta-band p { color: #cdddc7; max-width: 46ch; margin: 0 auto 26px; }
.cta-band .btn { margin: 0 6px 10px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.contact-list { list-style: none; padding: 0; margin: 20px 0 0; }
.contact-list li { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; font-weight: 700; color: var(--forest); }
.contact-list .ic { width: 44px; height: 44px; flex: none; background: var(--sage-soft); border-radius: 12px; display: grid; place-items: center; }
.contact-list small { display: block; font-weight: 700; color: var(--muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; }
.contact-list a { color: var(--forest); }
.map-card { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--sage-soft); aspect-ratio: 1 / 0.8; }
.map-card svg { width: 100%; height: 100%; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { background: var(--forest-deep); color: #c7d6c2; padding: 60px 0 30px; }
.footer h4 { color: var(--white); font-family: var(--font-body); font-weight: 800; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer a { color: #c7d6c2; }
.footer a:hover { color: var(--sun); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 10px; }
.footer .brand { color: var(--white); margin-bottom: 14px; }
.footer .socials { display: flex; gap: 12px; margin-top: 18px; }
.footer .socials a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.08); display: grid; place-items: center; }
.footer .socials a:hover { background: var(--moss); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 44px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.85rem; color: #9fb29a; }
.credit { font-size: 0.85rem; }
.credit a { font-weight: 800; color: var(--sage); }

/* ==========================================================================
   Motion
   ========================================================================== */
@keyframes sway { 0%,100% { transform: rotate(-3deg); } 50% { transform: rotate(3deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.sway { transform-origin: bottom center; animation: sway 6s ease-in-out infinite; }
.floaty { animation: float 7s ease-in-out infinite; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-art { order: -1; max-width: 460px; margin: 0 auto; }
  .promise, .values { grid-template-columns: 1fr; gap: 18px; }
  .cards, .quotes { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery .g.tall { grid-row: span 1; aspect-ratio: 1/1; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .nav-links {
    position: fixed; inset: 72px 0 auto 0; background: var(--cream);
    flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 24px 20px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow); display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav-links .nav-cta { margin-top: 12px; border-bottom: 0; }
  .nav-toggle { display: block; }
  .section { padding: 60px 0; }
}
@media (max-width: 520px) {
  body { font-size: 17px; }
  .float-badge { left: 8px; }
  .hero-cta .btn { width: 100%; justify-content: center; }
}
