:root {
      /* Earthy green — sage & eucalyptus */
      --sage:        #8a9a6f;
      --sage-deep:   #788a5d;
      --sage-soft:   #c3cdac;
      --moss-soft:   #dfe7cf;
      --euc:         #4f6b54;
      --euc-deep:    #3c5340;
      --cream:       #f7f4ec;
      --cream-deep:  #ece5d4;
      --ink:         #3a3a32;
      --ink-soft:    #5f5f54;
      --white:       #ffffff;
      --shadow:      0 14px 40px rgba(60, 70, 50, 0.16);
      --shadow-sm:   0 6px 20px rgba(60, 70, 50, 0.12);
      --radius:      28px;
      --radius-sm:   18px;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }

    html { scroll-behavior: smooth; scroll-padding-top: 90px; }

    body {
      font-family: 'Nunito', system-ui, sans-serif;
      color: var(--ink);
      background: var(--cream);
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    h1, h2, h3, .logo {
      font-family: 'Fredoka', 'Nunito', sans-serif;
      font-weight: 600;
      line-height: 1.15;
      color: var(--euc);
      letter-spacing: -0.01em;
    }

    a { color: inherit; text-decoration: none; }

    .container {
      width: 100%;
      max-width: 1120px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* ---------- NAV ---------- */
    .nav {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(247, 244, 236, 0.85);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(138, 154, 111, 0.35);
      transition: box-shadow 0.3s ease;
    }
    .nav.scrolled { box-shadow: 0 6px 24px rgba(60, 70, 50, 0.1); }

    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 74px;
    }

    .logo {
      font-size: 1.5rem;
      font-weight: 600;
      color: var(--euc);
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .logo .dot {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px; height: 38px;
      background: var(--moss-soft);
      border-radius: 50%;
      font-size: 1.2rem;
    }
    .logo .name { color: var(--euc); }
    .logo .name b { color: var(--sage); }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 6px;
      list-style: none;
    }
    .nav-links a {
      font-weight: 700;
      font-size: 0.98rem;
      color: var(--ink-soft);
      padding: 9px 16px;
      border-radius: 999px;
      transition: background 0.2s ease, color 0.2s ease;
    }
    .nav-links a:hover { background: var(--moss-soft); color: var(--euc); }
    .nav-links a.cta { background: var(--sage); color: #fff; }
    .nav-links a.cta:hover { background: var(--sage-deep); color: #fff; }

    .nav-toggle {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      font-size: 1.7rem;
      color: var(--euc);
      line-height: 1;
    }

    /* ---------- HERO ---------- */
    .hero {
      position: relative;
      padding: 86px 0 110px;
      background:
        radial-gradient(circle at 12% 18%, rgba(223,231,207,0.95) 0, rgba(223,231,207,0) 45%),
        radial-gradient(circle at 88% 12%, rgba(195,205,172,0.5) 0, rgba(195,205,172,0) 42%),
        var(--cream);
      overflow: hidden;
    }
    .hero .blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(2px);
      opacity: 0.5;
      z-index: 0;
    }
    .hero .blob.b1 { width: 220px; height: 220px; background: var(--sage-soft); top: -40px; right: 6%; }
    .hero .blob.b2 { width: 160px; height: 160px; background: var(--sage); bottom: 10px; left: -30px; opacity: 0.3; }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 50px;
      align-items: center;
    }

    .eyebrow {
      display: inline-block;
      background: var(--moss-soft);
      color: var(--euc);
      font-weight: 800;
      font-size: 0.82rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 7px 16px;
      border-radius: 999px;
      margin-bottom: 22px;
    }
    .hero-greeting {
      font-family: 'Fredoka', sans-serif;
      font-weight: 600;
      font-size: clamp(1.4rem, 3vw, 1.9rem);
      color: var(--euc);
      line-height: 1.2;
      margin-bottom: 10px;
    }
    .hero-greeting .accent { color: var(--sage); }
    .hero h1 { font-size: clamp(2rem, 4.4vw, 3rem); margin-bottom: 18px; }
    .hero h1 .accent { color: var(--sage); }
    .hero .lead { font-size: 1.2rem; color: var(--ink-soft); max-width: 30em; margin-bottom: 14px; }
    .hero .sub { font-size: 1.02rem; color: var(--ink-soft); max-width: 32em; margin-bottom: 32px; }
    .hero-btns { display: flex; flex-wrap: wrap; gap: 14px; }
    .hero-call { margin-top: 18px; font-size: 0.98rem; color: var(--ink-soft); }
    .hero-call a { color: var(--euc); font-weight: 800; }
    .hero-call a:hover { text-decoration: underline; }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: 'Nunito', sans-serif;
      font-weight: 800;
      font-size: 1rem;
      padding: 14px 28px;
      border-radius: 999px;
      cursor: pointer;
      border: none;
      transition: transform 0.18s ease, box-shadow 0.2s ease, background 0.2s ease;
    }
    .btn-primary { background: var(--sage); color: #fff; box-shadow: 0 10px 24px rgba(138,154,111,0.45); }
    .btn-primary:hover { transform: translateY(-2px); background: var(--sage-deep); }
    .btn-ghost { background: #fff; color: var(--euc); box-shadow: var(--shadow-sm); }
    .btn-ghost:hover { transform: translateY(-2px); background: var(--moss-soft); }

    /* hero photo card */
    .hero-card {
      position: relative;
      background: #fff;
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: var(--shadow);
      max-width: 380px;
      margin-left: auto;
    }
    .hero-card .hero-photo {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 3 / 4;
      object-fit: cover;
      object-position: center 20%;
      border-radius: var(--radius-sm);
    }
    .hero-card .hero-cap {
      text-align: center;
      padding: 16px 8px 8px;
    }
    .hero-card .hero-cap h3 { font-size: 1.3rem; margin-bottom: 2px; }
    .hero-card .hero-cap p { color: var(--ink-soft); font-size: 0.95rem; }
    .hero-chips { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin-top: 14px; }
    .chip {
      background: var(--moss-soft);
      color: var(--euc);
      font-weight: 700;
      font-size: 0.8rem;
      padding: 6px 13px;
      border-radius: 999px;
    }

    /* ---------- SECTION SHELL ---------- */
    section { padding: 92px 0; }
    .section-head { text-align: center; max-width: 640px; margin: 0 auto 54px; }
    .section-head .tag {
      display: inline-block;
      color: var(--sage-deep);
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-size: 0.82rem;
      margin-bottom: 12px;
    }
    .section-head h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 14px; }
    .section-head p { color: var(--ink-soft); font-size: 1.08rem; }

    /* ---------- ABOUT ---------- */
    #about { background: var(--white); }
    .about-grid {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: 54px;
      align-items: center;
    }
    .about-visual {
      position: relative;
      border-radius: var(--radius);
      box-shadow: var(--shadow-sm);
      padding: 14px;
      background: linear-gradient(160deg, var(--moss-soft), var(--cream-deep));
      max-width: 420px;
    }
    .about-visual .about-photo {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 5;
      object-fit: cover;
      object-position: center top;
      border-radius: var(--radius-sm);
    }
    .about-visual .since-badge {
      position: absolute;
      right: -14px;
      bottom: -14px;
      background: var(--sage);
      color: #fff;
      font-family: 'Fredoka', sans-serif;
      font-weight: 600;
      font-size: 0.95rem;
      letter-spacing: 0.02em;
      padding: 12px 18px;
      border-radius: 18px;
      box-shadow: var(--shadow-sm);
    }
    .about-visual .since-badge b { font-size: 1.35rem; display: block; line-height: 1.1; }

    .about-text h2 { font-size: clamp(1.8rem, 4vw, 2.4rem); margin-bottom: 18px; }
    .about-text p { color: var(--ink-soft); margin-bottom: 16px; font-size: 1.06rem; }
    .about-text .pull {
      border-left: 4px solid var(--sage);
      padding-left: 18px;
      color: var(--euc);
      font-weight: 700;
      font-style: italic;
      margin: 22px 0;
    }
    .values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
    .values .chip { background: var(--moss-soft); }

    /* ---------- SERVICES ---------- */
    #services { background: var(--cream); }
    .cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 26px;
      max-width: 1000px;
      margin: 0 auto;
    }
    .card {
      background: #fff;
      border-radius: var(--radius);
      padding: 40px 34px;
      box-shadow: var(--shadow-sm);
      transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
      border: 2px solid transparent;
    }
    .card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--sage-soft); }
    .card .icon {
      width: 70px; height: 70px;
      border-radius: 22px;
      display: flex; align-items: center; justify-content: center;
      font-size: 2.1rem;
      margin-bottom: 20px;
    }
    .card:nth-child(1) .icon { background: var(--moss-soft); }
    .card:nth-child(2) .icon { background: var(--cream-deep); }
    .card:nth-child(3) .icon { background: var(--sage-soft); }
    .card h3 { font-size: 1.4rem; margin-bottom: 10px; }
    .card p { color: var(--ink-soft); }

    .service-note {
      max-width: 760px;
      margin: 36px auto 0;
      text-align: center;
      background: #fff;
      border-radius: var(--radius-sm);
      padding: 26px 30px;
      box-shadow: var(--shadow-sm);
    }
    .service-note p { color: var(--ink-soft); margin-bottom: 14px; }
    .service-note .badges { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
    .badge { font-weight: 800; font-size: 0.9rem; padding: 8px 18px; border-radius: 999px; }
    .badge.private { background: var(--sage-soft); color: var(--euc-deep); }
    .badge.ndis { background: var(--sage); color: #fff; }

    /* ---------- CONTACT ---------- */
    #contact { background: var(--white); }
    .contact-wrap {
      background: linear-gradient(150deg, var(--sage), var(--euc-deep));
      border-radius: var(--radius);
      padding: 60px 48px;
      color: #fff;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 48px;
      align-items: center;
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }
    .contact-wrap::after {
      content: "";
      position: absolute;
      width: 260px; height: 260px;
      background: rgba(255,255,255,0.12);
      border-radius: 50%;
      top: -80px; right: -60px;
    }
    .contact-info { position: relative; z-index: 1; }
    .contact-info h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.4rem); margin-bottom: 14px; }
    .contact-info p { color: rgba(255,255,255,0.9); margin-bottom: 26px; font-size: 1.06rem; }
    .contact-line { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
    .contact-line .ci {
      flex: none;
      width: 44px; height: 44px;
      background: rgba(255,255,255,0.18);
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.25rem;
    }
    .contact-line .label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.78; }
    .contact-line .val { font-weight: 700; font-size: 1.05rem; }
    .contact-line a.val:hover { text-decoration: underline; }

    .contact-card {
      position: relative;
      z-index: 1;
      background: #fff;
      color: var(--ink);
      border-radius: var(--radius-sm);
      padding: 34px 30px;
      text-align: center;
      box-shadow: var(--shadow);
    }
    .contact-card .face {
      width: 80px; height: 80px;
      margin: 0 auto 14px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--moss-soft), var(--sage-soft));
      display: flex; align-items: center; justify-content: center;
      font-size: 2.4rem;
    }
    .contact-card h3 { font-size: 1.25rem; margin-bottom: 6px; }
    .contact-card p { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 20px; }
    .contact-card .btn-primary { width: 100%; justify-content: center; }
    .contact-card .contact-alt { display: inline-block; margin-top: 14px; font-weight: 700; font-size: 0.9rem; color: var(--euc); }
    .contact-card .contact-alt:hover { text-decoration: underline; }

    /* ---------- WAITLIST ---------- */
    #waitlist { background: var(--cream); }
    .wl-form {
      max-width: 720px;
      margin: 0 auto;
      background: #fff;
      border-radius: var(--radius);
      padding: 40px 38px;
      box-shadow: var(--shadow-sm);
    }
    .wl-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .wl-field { margin-bottom: 18px; }
    .wl-field label.wl-label,
    .wl-fieldset legend {
      display: block;
      font-weight: 800;
      font-size: 0.92rem;
      color: var(--euc);
      margin-bottom: 7px;
    }
    .wl-field .opt { font-weight: 600; color: var(--ink-soft); }
    .wl-field input[type="text"],
    .wl-field input[type="email"],
    .wl-field input[type="tel"],
    .wl-field textarea {
      width: 100%;
      font-family: 'Nunito', sans-serif;
      font-size: 1rem;
      color: var(--ink);
      background: var(--cream);
      border: 2px solid var(--moss-soft);
      border-radius: 14px;
      padding: 12px 15px;
      transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }
    .wl-field textarea { resize: vertical; min-height: 110px; }
    .wl-field input:focus,
    .wl-field textarea:focus {
      outline: none;
      background: #fff;
      border-color: var(--sage);
      box-shadow: 0 0 0 4px rgba(138,154,111,0.18);
    }
    .wl-fieldset { border: none; margin-bottom: 18px; }
    .wl-options { display: flex; flex-wrap: wrap; gap: 10px; }
    .wl-options label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--cream);
      border: 2px solid var(--moss-soft);
      border-radius: 999px;
      padding: 9px 16px;
      font-weight: 700;
      font-size: 0.92rem;
      color: var(--ink);
      cursor: pointer;
      transition: border-color 0.2s ease, background 0.2s ease;
    }
    .wl-options label:hover { border-color: var(--sage-soft); }
    .wl-options input { accent-color: var(--sage); width: 17px; height: 17px; cursor: pointer; }
    .wl-options input:checked + span { color: var(--euc); }
    .wl-consent {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin: 6px 0 22px;
      font-size: 0.95rem;
      color: var(--ink-soft);
    }
    .wl-consent input { accent-color: var(--sage); width: 18px; height: 18px; margin-top: 3px; flex: none; cursor: pointer; }
    .wl-form .btn-primary { width: 100%; justify-content: center; }
    .wl-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
    .wl-message {
      border-radius: var(--radius-sm);
      padding: 22px 26px;
      font-weight: 700;
      text-align: center;
    }
    .wl-message.success { background: var(--moss-soft); color: var(--euc-deep); }
    .wl-message.error { background: #f6e2d8; color: #8a4b32; }
    .wl-message a { color: inherit; text-decoration: underline; }
    [hidden] { display: none !important; }

    /* ---------- FAQ ---------- */
    #faq { background: var(--white); }
    .faq-list { max-width: 820px; margin: 0 auto; }
    .faq-item {
      background: var(--cream);
      border: 2px solid var(--moss-soft);
      border-radius: var(--radius-sm);
      padding: 0 24px;
      margin-bottom: 14px;
      transition: border-color 0.2s ease, background 0.2s ease;
    }
    .faq-item[open] { border-color: var(--sage-soft); background: #fff; }
    .faq-item summary {
      list-style: none;
      cursor: pointer;
      font-family: 'Fredoka', sans-serif;
      font-weight: 600;
      font-size: 1.12rem;
      color: var(--euc);
      padding: 20px 38px 20px 0;
      position: relative;
    }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::after {
      content: "+";
      position: absolute;
      right: 2px; top: 50%;
      transform: translateY(-50%);
      font-size: 1.7rem;
      font-weight: 400;
      color: var(--sage);
      line-height: 1;
      transition: transform 0.2s ease;
    }
    .faq-item[open] summary::after { content: "−"; }
    .faq-item summary:hover { color: var(--sage-deep); }
    .faq-a { padding: 0 0 22px; color: var(--ink-soft); font-size: 1.04rem; }
    .faq-a p { margin: 0; }

    /* ---------- FOOTER ---------- */
    footer { background: var(--cream-deep); padding: 44px 0; text-align: center; }
    .footer-logo {
      font-family: 'Fredoka', sans-serif;
      font-size: 1.4rem;
      font-weight: 600;
      color: var(--euc);
      margin-bottom: 8px;
    }
    footer p { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 4px; }
    footer .small { font-size: 0.82rem; opacity: 0.8; }

    /* ---------- REVEAL ANIMATION ---------- */
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .reveal.in { opacity: 1; transform: none; }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .reveal { opacity: 1; transform: none; transition: none; }
    }

    /* ---------- RESPONSIVE ---------- */
    @media (max-width: 860px) {
      .hero-grid, .about-grid, .contact-wrap { grid-template-columns: 1fr; }
      .hero { padding: 60px 0 80px; }
      .hero-card { margin: 0 auto; }
      .about-visual { margin: 0 auto 14px; }
      .contact-wrap { padding: 44px 30px; }
      .cards { grid-template-columns: repeat(2, 1fr); max-width: 680px; }
    }
    @media (max-width: 640px) {
      .nav-links {
        position: absolute;
        top: 74px; left: 0; right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        background: var(--cream);
        padding: 16px 20px 22px;
        box-shadow: 0 16px 30px rgba(60,70,50,0.12);
        border-bottom: 1px solid rgba(138,154,111,0.35);
        transform: translateY(-130%);
        transition: transform 0.3s ease;
      }
      .nav-links.open { transform: translateY(0); }
      .nav-links a { padding: 12px 16px; }
      .nav-links a.cta { text-align: center; margin-top: 6px; }
      .nav-toggle { display: block; }
      .cards { grid-template-columns: 1fr; }
      section { padding: 70px 0; }
      .wl-row { grid-template-columns: 1fr; gap: 0; }
      .wl-form { padding: 30px 24px; }
    }

/* ---------- CONTENT / LANDING PAGES ---------- */
.page-hero {
  padding: 70px 0 56px;
  background:
    radial-gradient(circle at 12% 18%, rgba(223,231,207,0.95) 0, rgba(223,231,207,0) 50%),
    radial-gradient(circle at 88% 12%, rgba(195,205,172,0.5) 0, rgba(195,205,172,0) 45%),
    var(--cream);
}
.crumbs { font-size: 0.88rem; color: var(--ink-soft); margin-bottom: 18px; }
.crumbs a { color: var(--sage-deep); font-weight: 700; }
.crumbs a:hover { text-decoration: underline; }
.page-hero h1 { font-size: clamp(1.9rem, 4.2vw, 2.7rem); margin-bottom: 14px; max-width: 18em; }
.page-hero .lead { font-size: 1.15rem; color: var(--ink-soft); max-width: 40em; }
.page-hero .hero-btns { margin-top: 26px; }

.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: clamp(1.5rem, 3.4vw, 2rem); margin: 38px 0 14px; }
.prose h3 { font-size: 1.25rem; margin: 26px 0 8px; color: var(--sage-deep); }
.prose p { color: var(--ink-soft); font-size: 1.07rem; margin-bottom: 16px; }
.prose ul { margin: 0 0 18px 1.1em; color: var(--ink-soft); font-size: 1.07rem; }
.prose ul li { margin-bottom: 9px; padding-left: 4px; }
.prose ul li::marker { color: var(--sage); }
.prose a.inline { color: var(--euc); font-weight: 700; text-decoration: underline; }

.callout {
  background: var(--moss-soft);
  border-radius: var(--radius-sm);
  padding: 26px 28px;
  margin: 30px 0;
  color: var(--euc-deep);
}
.callout h3 { color: var(--euc-deep); margin: 0 0 8px; }
.callout p { color: var(--euc-deep); margin: 0; }

.related {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin: 34px 0 0;
}
.related a {
  background: #fff; border: 2px solid var(--moss-soft);
  border-radius: 999px; padding: 9px 18px;
  font-weight: 700; font-size: 0.95rem; color: var(--euc);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.related a:hover { border-color: var(--sage-soft); background: var(--moss-soft); }

.cta-band {
  background: linear-gradient(150deg, var(--sage), var(--euc-deep));
  color: #fff; border-radius: var(--radius);
  padding: 46px 40px; text-align: center; margin: 56px auto 0;
  max-width: 820px; box-shadow: var(--shadow);
}
.cta-band h2 { color: #fff; margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,0.9); margin-bottom: 22px; }
.cta-band .btn-ghost { background: #fff; }

.card .more { display:inline-block; margin-top:12px; font-weight:800; color:var(--sage-deep); }
.card .more:hover { text-decoration:underline; }
