
    :root {
      --sage: #8ab5a8;
      --sage-light: #b5d0c8;
      --sage-pale: #dceee9;
      --sage-deep: #5c8f82;
      --cream: #faf8f4;
      --cream-warm: #f4f0e8;
      --text: #2e2e2e;
      --text-mid: #5a5a5a;
      --text-light: #8a8a8a;
      --white: #ffffff;
      --stripe-w: 28px;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      color: var(--text);
      background: var(--cream);
      overflow-x: hidden;
    }

    /* ─── STRIPE PATTERN ─── */
    .stripe-bg {
      background-image: repeating-linear-gradient(
        90deg,
        var(--sage-pale) 0px,
        var(--sage-pale) var(--stripe-w),
        var(--cream) var(--stripe-w),
        var(--cream) calc(var(--stripe-w) * 2)
      );
    }

    /* ─── NAV ─── */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 1000;
      background: rgba(250,248,244,0.95);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--sage-pale);
      padding: 0 5vw;
      height: 68px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: box-shadow 0.3s;
    }
    nav.scrolled { box-shadow: 0 2px 20px rgba(138,181,168,0.18); }

    .nav-logo {
      font-family: 'Great Vibes', cursive;
      font-size: 2rem;
      font-weight: 400;
      color: var(--sage-deep);
      text-decoration: none;
      letter-spacing: -0.5px;
    }

    .nav-links {
      display: flex;
      gap: 2.5rem;
      list-style: none;
    }
    .nav-links a {
      text-decoration: none;
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--text-mid);
      transition: color 0.2s;
      cursor: pointer;
    }
    .nav-links a:hover { color: var(--sage-deep); }

    .nav-cta {
      background: var(--sage-deep);
      color: var(--white) !important;
      padding: 0.5rem 1.2rem;
      border-radius: 30px;
      transition: background 0.2s !important;
    }
    .nav-cta:hover { background: var(--sage) !important; color: var(--white) !important; }

    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      background: none;
      border: none;
      padding: 4px;
    }
    .hamburger span {
      display: block;
      width: 24px;
      height: 2px;
      background: var(--text);
      border-radius: 2px;
      transition: all 0.3s;
    }

    /* ─── PAGES ─── */
    .page { display: none; padding-top: 68px; min-height: 100vh; }
    .page.active { display: block; }

    /* ─── HOME HERO ─── */
    .hero {
      min-height: calc(100vh - 68px);
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
    }

    .hero-content {
      padding: 6rem 5vw 6rem 8vw;
      animation: fadeUp 0.8s ease both;
    }

    .hero-eyebrow {
      font-size: 0.75rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--sage-deep);
      font-weight: 500;
      margin-bottom: 1.2rem;
    }

    .hero-title {
      font-family: 'Great Vibes', cursive;
      font-weight: 400;
      font-size: clamp(3.6rem, 5.5vw, 5.8rem);
      color: var(--sage-deep);
      line-height: 1.1;
      margin-bottom: 0.6rem;
    }

    .hero-subtitle {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.1rem, 2vw, 1.4rem);
      font-weight: 300;
      color: var(--text-mid);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 1.8rem;
    }

    .hero-desc {
      font-size: 1rem;
      color: var(--text-mid);
      line-height: 1.8;
      max-width: 440px;
      margin-bottom: 2.5rem;
      font-weight: 300;
    }

    .btn-primary {
      display: inline-block;
      background: var(--sage-deep);
      color: var(--white);
      padding: 0.85rem 2rem;
      border-radius: 40px;
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      border: none;
      transition: background 0.25s, transform 0.2s;
      margin-right: 1rem;
    }
    .btn-primary:hover { background: var(--sage); transform: translateY(-1px); }

    .btn-outline {
      display: inline-block;
      background: transparent;
      color: var(--sage-deep);
      padding: 0.85rem 2rem;
      border-radius: 40px;
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      border: 1.5px solid var(--sage);
      transition: all 0.25s;
    }
    .btn-outline:hover { background: var(--sage-pale); }

    .hero-visual {
      height: calc(100vh - 68px);
      position: relative;
      overflow: hidden;
    }
    .hero-visual .stripe-bg {
      position: absolute;
      inset: 0;
    }
    .hero-badge {
      position: absolute;
      bottom: 3rem;
      left: 50%;
      transform: translateX(-50%);
      background: white;
      border-radius: 16px;
      padding: 1.2rem 1.5rem;
      text-align: center;
      box-shadow: 0 8px 32px rgba(92,143,130,0.18);
      animation: fadeUp 1s ease 0.3s both;
      white-space: nowrap;
    }
    .hero-badge .badge-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem;
      font-weight: 600;
      color: var(--sage-deep);
      line-height: 1;
    }
    .hero-badge .badge-text {
      font-size: 0.72rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-light);
      margin-top: 0.2rem;
    }

    .hero-cards {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      flex-direction: column;
      gap: 1rem;
      width: 260px;
    }
    .hero-card {
      background: white;
      border-radius: 14px;
      padding: 1rem 1.3rem;
      box-shadow: 0 4px 20px rgba(92,143,130,0.12);
      display: flex;
      align-items: center;
      gap: 1rem;
      animation: fadeRight 0.8s ease both;
    }
    .hero-card:nth-child(2) { animation-delay: 0.15s; margin-left: 2rem; }
    .hero-card:nth-child(3) { animation-delay: 0.3s; }
    .hero-card .card-icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: var(--sage-pale);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      flex-shrink: 0;
    }
    .hero-card .card-text strong {
      display: block;
      font-size: 0.85rem;
      font-weight: 500;
      color: var(--text);
    }
    .hero-card .card-text span {
      font-size: 0.75rem;
      color: var(--text-light);
    }

    /* ─── FEATURES STRIP ─── */
    .features-strip {
      background: var(--sage-deep);
      color: white;
      padding: 3.5rem 8vw;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 3rem;
      text-align: center;
    }
    .feature h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: 0.5rem;
    }
    .feature p {
      font-size: 0.85rem;
      opacity: 0.78;
      line-height: 1.7;
      font-weight: 300;
    }

    /* ─── SECTION ─── */
    section { padding: 6rem 8vw; }
    .section-eyebrow {
      font-size: 0.72rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--sage-deep);
      font-weight: 500;
      margin-bottom: 0.8rem;
    }
    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 3.5vw, 2.8rem);
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 1.2rem;
    }
    .section-desc {
      font-size: 1rem;
      color: var(--text-mid);
      line-height: 1.8;
      font-weight: 300;
      max-width: 560px;
    }

    /* ─── TESTIMONIAL ─── */
    .testimonial-section {
      background: var(--sage-pale);
      text-align: center;
    }
    .testimonial-quote {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.4rem, 2.5vw, 2rem);
      font-weight: 300;
      font-style: italic;
      color: var(--sage-deep);
      max-width: 700px;
      margin: 0 auto 1.5rem;
      line-height: 1.5;
    }
    .testimonial-attr {
      font-size: 0.8rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--text-light);
    }

    /* ─── AREAS ─── */
    .areas-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
      margin-top: 3rem;
    }
    .area-card {
      border: 1.5px solid var(--sage-pale);
      border-radius: 16px;
      padding: 2rem;
      text-align: center;
      background: white;
      transition: border-color 0.25s, box-shadow 0.25s;
    }
    .area-card:hover {
      border-color: var(--sage);
      box-shadow: 0 8px 30px rgba(138,181,168,0.15);
    }
    .area-card .area-icon { font-size: 1.8rem; margin-bottom: 0.8rem; }
    .area-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; margin-bottom: 0.4rem; }
    .area-card p { font-size: 0.85rem; color: var(--text-light); line-height: 1.6; font-weight: 300; }

    /* ─── ABOUT PAGE ─── */
    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 6rem;
      align-items: center;
    }
    .about-img-wrap {
      position: relative;
    }
    .about-img-bg {
      position: absolute;
      top: -20px;
      left: -20px;
      right: 20px;
      bottom: 20px;
      border-radius: 24px;
    }
    .about-img {
      position: relative;
      width: 100%;
      border-radius: 20px;
      display: block;
      object-fit: cover;
      max-height: 600px;
      box-shadow: 0 20px 60px rgba(92,143,130,0.2);
    }
    .about-qual {
      position: absolute;
      bottom: -20px;
      right: -20px;
      background: var(--sage-deep);
      color: white;
      padding: 1.2rem 1.5rem;
      border-radius: 14px;
      text-align: center;
      box-shadow: 0 8px 24px rgba(92,143,130,0.3);
    }
    .about-qual .q-title {
      font-size: 0.7rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      opacity: 0.8;
      margin-bottom: 0.3rem;
    }
    .about-qual .q-val {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.05rem;
      font-weight: 600;
    }
    .about-values {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.2rem;
      margin-top: 2.5rem;
    }
    .value-item {
      display: flex;
      gap: 0.8rem;
      align-items: flex-start;
    }
    .value-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--sage);
      margin-top: 7px;
      flex-shrink: 0;
    }
    .value-item h4 {
      font-size: 0.9rem;
      font-weight: 500;
      margin-bottom: 0.2rem;
    }
    .value-item p { font-size: 0.82rem; color: var(--text-light); line-height: 1.5; font-weight: 300; }

    /* ─── SERVICES PAGE ─── */
    .services-hero {
      background: var(--sage-pale);
      padding: 5rem 8vw;
      text-align: center;
    }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
      margin-top: 3rem;
    }
    .service-card {
      background: white;
      border-radius: 20px;
      padding: 2.5rem;
      border: 1.5px solid transparent;
      transition: border-color 0.3s, box-shadow 0.3s, transform 0.2s;
      position: relative;
      overflow: hidden;
    }
    .service-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 4px;
      height: 100%;
      background: var(--sage);
      transform: scaleY(0);
      transition: transform 0.3s;
      transform-origin: top;
    }
    .service-card:hover::before { transform: scaleY(1); }
    .service-card:hover {
      border-color: var(--sage-light);
      box-shadow: 0 12px 40px rgba(138,181,168,0.15);
      transform: translateY(-3px);
    }
    .service-icon {
      width: 52px; height: 52px;
      border-radius: 14px;
      background: var(--sage-pale);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      margin-bottom: 1.3rem;
    }
    .service-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: 0.6rem;
    }
    .service-card p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.75; font-weight: 300; }
    .service-tag {
      display: inline-block;
      margin-top: 1.2rem;
      font-size: 0.72rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--sage-deep);
      background: var(--sage-pale);
      padding: 0.3rem 0.8rem;
      border-radius: 20px;
    }

    .pricing-section { background: var(--cream-warm); }
    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      margin-top: 3rem;
    }
    .price-card {
      background: white;
      border-radius: 20px;
      padding: 2.5rem;
      text-align: center;
      border: 1.5px solid var(--sage-pale);
      transition: all 0.3s;
      position: relative;
    }
    .price-card.featured {
      background: var(--sage-deep);
      color: white;
      border-color: var(--sage-deep);
    }
    .price-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 50px rgba(92,143,130,0.18);
    }
    .price-card h3 { font-size: 1rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; margin-bottom: 1.5rem; }
    .price-card .price { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 400; line-height: 1; }
    .price-card .price span { font-size: 1rem; vertical-align: super; }
    .price-card .price sub { font-size: 0.85rem; vertical-align: baseline; opacity: 0.7; }
    .price-card .price-desc { font-size: 0.8rem; margin-top: 0.5rem; opacity: 0.7; font-weight: 300; }
    .price-features { list-style: none; margin-top: 1.5rem; text-align: left; }
    .price-features li {
      font-size: 0.85rem;
      padding: 0.5rem 0;
      border-bottom: 1px solid var(--sage-pale);
      color: var(--text-mid);
      font-weight: 300;
      display: flex;
      align-items: center;
      gap: 0.6rem;
    }
    .price-card.featured .price-features li {
      color: rgba(255,255,255,0.85);
      border-color: rgba(255,255,255,0.15);
    }
    .price-features li::before { content: '✓'; color: var(--sage); font-size: 0.8rem; }
    .price-card.featured .price-features li::before { color: white; }

    /* ─── CONTACT PAGE ─── */
    .contact-wrapper {
      display: grid;
      grid-template-columns: 1fr 1.3fr;
      gap: 6rem;
      align-items: start;
    }
    .contact-info h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.5rem;
      font-weight: 400;
      margin-bottom: 1rem;
    }
    .contact-info p { color: var(--text-mid); font-size: 0.95rem; line-height: 1.8; font-weight: 300; margin-bottom: 2rem; }
    .contact-details { display: flex; flex-direction: column; gap: 1rem; }
    .contact-item {
      display: flex;
      align-items: center;
      gap: 1rem;
      padding: 1.1rem 1.3rem;
      background: white;
      border-radius: 12px;
      border: 1px solid var(--sage-pale);
    }
    .contact-item .c-icon {
      width: 40px; height: 40px;
      border-radius: 10px;
      background: var(--sage-pale);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      flex-shrink: 0;
    }
    .contact-item .c-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-light); margin-bottom: 0.15rem; }
    .contact-item .c-val { font-size: 0.9rem; font-weight: 500; color: var(--text); }
    .contact-item a { text-decoration: none; color: inherit; }

    .contact-form {
      background: white;
      border-radius: 24px;
      padding: 3rem;
      box-shadow: 0 8px 50px rgba(92,143,130,0.1);
    }
    .form-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.6rem;
      font-weight: 400;
      margin-bottom: 0.3rem;
    }
    .form-subtitle { font-size: 0.85rem; color: var(--text-light); margin-bottom: 2rem; font-weight: 300; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .form-group { margin-bottom: 1.2rem; }
    .form-group label {
      display: block;
      font-size: 0.78rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--text-mid);
      margin-bottom: 0.5rem;
    }
    .form-group input,
    .form-group textarea,
    .form-group select {
      width: 100%;
      padding: 0.85rem 1rem;
      border: 1.5px solid var(--sage-pale);
      border-radius: 10px;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.9rem;
      color: var(--text);
      background: var(--cream);
      transition: border-color 0.2s;
      outline: none;
      appearance: none;
    }
    .form-group input:focus,
    .form-group textarea:focus,
    .form-group select:focus { border-color: var(--sage); background: white; }
    .form-group textarea { resize: vertical; min-height: 120px; }
    .form-submit { margin-top: 0.5rem; width: 100%; justify-content: center; }

    .form-success {
      display: none;
      text-align: center;
      padding: 2rem;
    }
    .form-success .success-icon { font-size: 3rem; margin-bottom: 1rem; }
    .form-success h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 400; margin-bottom: 0.5rem; }
    .form-success p { color: var(--text-mid); font-weight: 300; }

    /* ─── FOOTER ─── */
    footer {
      background: var(--text);
      color: rgba(255,255,255,0.7);
      padding: 4rem 8vw 2rem;
    }
    .footer-top {
      display: grid;
      grid-template-columns: 1.5fr 1fr 1fr;
      gap: 4rem;
      margin-bottom: 3rem;
    }
    .footer-brand .logo {
      font-family: 'Great Vibes', cursive;
      font-size: 1.8rem;
      color: white;
      display: block;
      margin-bottom: 1rem;
    }
    .footer-brand p { font-size: 0.85rem; line-height: 1.7; font-weight: 300; }
    footer h4 {
      color: white;
      font-size: 0.78rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 1rem;
    }
    footer ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
    footer ul li a, footer ul li {
      font-size: 0.85rem;
      color: rgba(255,255,255,0.6);
      text-decoration: none;
      transition: color 0.2s;
      cursor: pointer;
      font-weight: 300;
    }
    footer ul li a:hover, footer ul li:hover { color: var(--sage-light); }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
      padding-top: 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.8rem;
    }

    /* ─── ANIMATIONS ─── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeRight {
      from { opacity: 0; transform: translateX(20px); }
      to { opacity: 1; transform: translateX(0); }
    }

    /* ─── MOBILE MENU ─── */
    .mobile-menu {
      display: none;
      position: fixed;
      top: 68px; left: 0; right: 0;
      background: var(--cream);
      border-bottom: 1px solid var(--sage-pale);
      padding: 1.5rem 5vw;
      z-index: 999;
      flex-direction: column;
      gap: 0;
    }
    .mobile-menu.open { display: flex; }
    .mobile-menu a {
      text-decoration: none;
      font-size: 1rem;
      color: var(--text);
      padding: 1rem 0;
      border-bottom: 1px solid var(--sage-pale);
      cursor: pointer;
      font-weight: 400;
      letter-spacing: 0.05em;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 900px) {
      .hero { grid-template-columns: 1fr; }
      .hero-visual { display: none; }
      .hero-content { padding: 4rem 6vw; }
      .features-strip { grid-template-columns: 1fr; gap: 2rem; }
      .about-grid { grid-template-columns: 1fr; gap: 3rem; }
      .about-img-wrap { max-width: 380px; margin: 0 auto; }
      .services-grid { grid-template-columns: 1fr; }
      .pricing-grid { grid-template-columns: 1fr; }
      .contact-wrapper { grid-template-columns: 1fr; gap: 3rem; }
      .footer-top { grid-template-columns: 1fr; gap: 2rem; }
      .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
      .areas-grid { grid-template-columns: 1fr; }
      .about-values { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .nav-links { display: none; }
      .hamburger { display: flex; }
      section { padding: 4rem 6vw; }
    }

    @media (max-width: 600px) {
      .btn-primary, .btn-outline { display: block; text-align: center; margin: 0.5rem 0; }
      .hero-content { padding: 3rem 5vw; }
      .contact-form { padding: 2rem 1.5rem; }
    }

    /* About stripe top banner */
    .page-banner {
      background: var(--sage-pale);
      padding: 4rem 8vw;
      text-align: center;
      background-image: repeating-linear-gradient(
        90deg,
        rgba(138,181,168,0.15) 0px,
        rgba(138,181,168,0.15) 24px,
        transparent 24px,
        transparent 48px
      );
    }
    .page-banner h1 {
      font-family: 'Great Vibes', cursive;
      font-size: clamp(2.5rem, 5vw, 4rem);
      color: var(--sage-deep);
      margin-bottom: 0.5rem;
    }
    .page-banner p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      color: var(--text-mid);
      font-weight: 300;
      letter-spacing: 0.08em;
    }

    /* divider */
    .divider {
      width: 50px;
      height: 2px;
      background: var(--sage);
      margin: 1.2rem 0;
    }
    .divider.center { margin: 1.2rem auto; }

    /* scroll fade in */
    .fade-in { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .fade-in.visible { opacity: 1; transform: none; }
  