
    :root {
      --forest-green: #143826;
      --forest-green-dark: #0d2419;
      --forest-green-light: #1e4d35;
      --cream-bg: #FBF8F2;
      --cream-card: #F4EFE6;
      --cream-accent: #EAE1D2;
      --gold-accent: #E5A93C;
      --gold-hover: #CCA032;
      --text-dark: #1E2520;
      --text-muted: #5C6760;
      --radius-sm: 10px;
      --radius-md: 18px;
      --radius-lg: 28px;
      --radius-pill: 999px;
    }

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

    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      background-color: var(--cream-bg);
      color: var(--text-dark);
      overflow-x: hidden;
      line-height: 1.65;
    }

    h1, h2, h3, h4, .font-serif {
      font-family: 'Playfair Display', serif;
    }

    .font-script {
      font-family: 'Caveat', cursive;
    }

    

    /* Buttons */
    .btn-yaaltri-gold {
      background-color: var(--gold-accent);
      color: var(--forest-green-dark);
      font-weight: 700;
      font-size: 0.92rem;
      padding: 12px 28px;
      border-radius: var(--radius-pill);
      border: 2px solid var(--gold-accent);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: all 0.3s ease;
      box-shadow: 0 6px 16px rgba(229,169,60,0.25);
      text-decoration: none;
    }
    .btn-yaaltri-gold:hover {
      background-color: #f1b54a;
      border-color: #f1b54a;
      color: var(--forest-green-dark);
      transform: translateY(-2px);
      box-shadow: 0 10px 22px rgba(229,169,60,0.35);
    }
    .btn-yaaltri-outline {
      background-color: transparent;
      color: var(--forest-green);
      font-weight: 700;
      font-size: 0.92rem;
      padding: 12px 28px;
      border-radius: var(--radius-pill);
      border: 2px solid var(--forest-green);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: all 0.3s ease;
      text-decoration: none;
    }
    .btn-yaaltri-outline:hover {
      background-color: var(--forest-green);
      color: #FFFFFF;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(20,56,38,0.25);
    }
    .btn-yaaltri-outline-white {
      background-color: transparent;
      color: #FFFFFF;
      font-weight: 700;
      font-size: 0.92rem;
      padding: 12px 28px;
      border-radius: var(--radius-pill);
      border: 2px solid #FFFFFF;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: all 0.3s ease;
      text-decoration: none;
    }
    .btn-yaaltri-outline-white:hover {
      background-color: #FFFFFF;
      color: var(--forest-green-dark);
      transform: translateY(-2px);
    }
    .btn-yaaltri-whatsapp {
      background-color: #25D366;
      color: #FFFFFF;
      font-weight: 700;
      font-size: 0.92rem;
      padding: 12px 28px;
      border-radius: var(--radius-pill);
      border: 2px solid #25D366;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: all 0.3s ease;
      box-shadow: 0 6px 16px rgba(37,211,102,0.25);
      text-decoration: none;
    }
    .btn-yaaltri-whatsapp:hover {
      background-color: #20BA5A;
      border-color: #20BA5A;
      color: #FFFFFF;
      transform: translateY(-2px);
      box-shadow: 0 10px 22px rgba(37,211,102,0.35);
    }

    /* Leaf Botanical Elements */
    .leaf-deco {
      position: absolute;
      pointer-events: none;
      opacity: 0.12;
      z-index: 1;
    }

    /* Small Section Badges */
    .section-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.8rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: var(--forest-green);
      background-color: rgba(20,56,38,0.08);
      padding: 6px 16px;
      border-radius: var(--radius-pill);
      margin-bottom: 14px;
    }
    .section-badge-light {
      color: var(--gold-accent);
      background-color: rgba(229,169,60,0.15);
    }

    /* Hero Section */
    .inner-hero {
      position: relative;
      background: linear-gradient(180deg, #F4EFE6 0%, #FBF8F2 100%);
      padding: 70px 0 60px;
      overflow: hidden;
      border-bottom: 1px solid var(--cream-accent);
    }
    .hero-img-wrap {
      position: relative;
    }
    .hero-img-card {
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 20px 45px rgba(20,56,38,0.15);
      border: 6px solid #FFFFFF;
      position: relative;
    }
    .hero-img-card img {
      width: 100%;
      height: 480px;
      object-fit: cover;
      display: block;
      transition: transform 0.6s ease;
    }
    .hero-img-card:hover img {
      transform: scale(1.03);
    }
    .hero-vibe-tag {
      position: absolute;
      bottom: 24px;
      right: 24px;
      background-color: var(--forest-green);
      color: #FFFFFF;
      padding: 12px 22px;
      border-radius: var(--radius-md);
      box-shadow: 0 10px 25px rgba(0,0,0,0.25);
      border-left: 4px solid var(--gold-accent);
    }

    /* Story Section */
    .story-section {
      padding: 95px 0;
      position: relative;
    }
    .story-img-container {
      position: relative;
    }
    .story-img-frame {
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 24px 50px rgba(0,0,0,0.12);
      border: 8px solid #FFFFFF;
    }
    .story-img-frame img {
      width: 100%;
      height: 520px;
      object-fit: cover;
      display: block;
    }
    .est-badge {
      position: absolute;
      top: -20px;
      left: -20px;
      background: linear-gradient(135deg, var(--forest-green), var(--forest-green-light));
      color: var(--gold-accent);
      width: 110px;
      height: 110px;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
      border: 4px solid #FFFFFF;
      z-index: 2;
    }
    .est-badge .year {
      font-size: 1.55rem;
      font-weight: 800;
      line-height: 1;
      color: #fff;
    }
    .est-badge .label {
      font-size: 0.68rem;
      letter-spacing: 2px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--gold-accent);
    }

    /* Philosophy Cards */
    .philosophy-section {
      background-color: var(--cream-card);
      padding: 95px 0;
      position: relative;
    }
    .phil-card {
      background: #FFFFFF;
      border-radius: var(--radius-md);
      padding: 38px 28px;
      height: 100%;
      transition: all 0.35s ease;
      border: 1px solid rgba(20,56,38,0.06);
      box-shadow: 0 6px 20px rgba(0,0,0,0.03);
      position: relative;
      overflow: hidden;
    }
    .phil-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: var(--cream-accent);
      transition: background 0.3s ease;
    }
    .phil-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 16px 36px rgba(20,56,38,0.1);
      border-color: rgba(229,169,60,0.3);
    }
    .phil-card:hover::before {
      background: var(--gold-accent);
    }
    .phil-icon {
      width: 60px;
      height: 60px;
      border-radius: 16px;
      background-color: rgba(20,56,38,0.06);
      color: var(--forest-green);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      margin-bottom: 22px;
      transition: all 0.3s ease;
    }
    .phil-card:hover .phil-icon {
      background-color: var(--forest-green);
      color: var(--gold-accent);
      transform: scale(1.08);
    }

    /* What We Serve Section */
    .serve-section {
      padding: 95px 0;
    }
    .category-card {
      background: #FFFFFF;
      border-radius: var(--radius-md);
      overflow: hidden;
      box-shadow: 0 8px 24px rgba(0,0,0,0.05);
      border: 1px solid var(--cream-accent);
      transition: all 0.35s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .category-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 40px rgba(20,56,38,0.12);
      border-color: rgba(229,169,60,0.4);
    }
    .cat-img-box {
      position: relative;
      height: 190px;
      overflow: hidden;
      background: var(--cream-accent);
    }
    .cat-img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    .category-card:hover .cat-img-box img {
      transform: scale(1.08);
    }
    .cat-tag {
      position: absolute;
      top: 14px;
      left: 14px;
      background: rgba(20,56,38,0.88);
      color: #FFFFFF;
      font-size: 0.72rem;
      font-weight: 700;
      padding: 4px 12px;
      border-radius: var(--radius-pill);
      letter-spacing: 0.5px;
      backdrop-filter: blur(4px);
    }
    .cat-body {
      padding: 22px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }
    .cat-body h4 {
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--forest-green);
      margin-bottom: 6px;
    }
    .cat-body p {
      font-size: 0.88rem;
      color: var(--text-muted);
      margin-bottom: 0;
    }

    /* The Yaaltri Experience (Full-width Visual) */
    .experience-section {
      position: relative;
      background: url('https://lh3.googleusercontent.com/aida-public/AB6AXuDAZ6vZDFa1sIVnAuR4oyYESpR-HzbYiUaEqZ4PWB6iqBNruHOJNHm7XNBV5CKZVb45mf02PT-tMmvJ8ebM7cNkiAVR-W3jR9ecj9GZRChWvlihbptHplINvbcX0eStUYEcUi_0lkzehdeFrjEd5BqIMiv1og2KqqZDgk60E6n2rxQmVjoKZgdIo0UfvYxL16g_Pv-MnWI7ZbTnH_-ysnMeGSgj68bPQ8UKEbuwTsU30gY05N8Yg6KR') center center / cover no-repeat;
      padding: 130px 0;
      color: #FFFFFF;
      overflow: hidden;
    }
    .experience-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(13,36,25,0.92) 0%, rgba(20,56,38,0.85) 100%);
      z-index: 1;
    }
    .experience-content {
      position: relative;
      z-index: 2;
    }
    .handwritten-banner {
      font-size: 2.2rem;
      color: var(--gold-accent);
      margin-bottom: 12px;
    }

    /* Why Visit Yaaltri */
    .why-visit-section {
      padding: 95px 0;
      background-color: var(--cream-bg);
    }
    .why-card {
      background: #FFFFFF;
      border-radius: var(--radius-md);
      padding: 32px 24px;
      border: 1px solid var(--cream-accent);
      box-shadow: 0 6px 18px rgba(0,0,0,0.03);
      transition: all 0.3s ease;
      display: flex;
      align-items: flex-start;
      gap: 18px;
      height: 100%;
    }
    .why-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 14px 30px rgba(20,56,38,0.09);
      border-color: rgba(229,169,60,0.3);
    }
    .why-icon {
      width: 52px;
      height: 52px;
      flex-shrink: 0;
      border-radius: 14px;
      background: rgba(20,56,38,0.08);
      color: var(--forest-green);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
    }

    /* Local Café Section */
    .local-cafe-section {
      background-color: var(--cream-card);
      padding: 95px 0;
      position: relative;
    }
    .contact-card-box {
      background: #FFFFFF;
      border-radius: var(--radius-lg);
      padding: 40px;
      border: 1px solid var(--cream-accent);
      box-shadow: 0 16px 40px rgba(20,56,38,0.08);
    }
    .contact-item {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 14px 0;
      border-bottom: 1px solid var(--cream-accent);
    }
    .contact-item:last-child {
      border-bottom: none;
    }
    .contact-icon-bubble {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: rgba(20,56,38,0.08);
      color: var(--forest-green);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      flex-shrink: 0;
    }

    /* 2025 Milestone */
    .milestone-section {
      padding: 85px 0;
      background-color: var(--cream-bg);
      border-top: 1px solid var(--cream-accent);
      border-bottom: 1px solid var(--cream-accent);
    }
    .milestone-year-pill {
      display: inline-block;
      background-color: var(--forest-green);
      color: var(--gold-accent);
      font-family: 'Playfair Display', serif;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 8px 36px;
      border-radius: var(--radius-pill);
      box-shadow: 0 8px 24px rgba(20,56,38,0.18);
      letter-spacing: 2px;
      margin-bottom: 18px;
    }

    /* Bottom CTA */
    .cta-section {
      background: linear-gradient(135deg, var(--forest-green-dark) 0%, var(--forest-green) 100%);
      padding: 90px 0;
      color: #FFFFFF;
      position: relative;
      overflow: hidden;
    }

    /* Footer */
    .site-footer {
      background-color: var(--forest-green-dark);
      color: rgba(255,255,255,0.8);
      padding: 70px 0 30px;
      font-size: 0.95rem;
      border-top: 4px solid var(--gold-accent);
    }
    .footer-heading {
      color: #FFFFFF;
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
    }
    .footer-heading::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 36px;
      height: 2px;
      background-color: var(--gold-accent);
    }
    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-links li {
      margin-bottom: 10px;
    }
    .footer-links a {
      color: rgba(255,255,255,0.75);
      text-decoration: none;
      transition: color 0.2s, padding-left 0.2s;
      display: inline-block;
    }
    .footer-links a:hover {
      color: var(--gold-accent);
      padding-left: 6px;
    }
    .footer-tagline-bar {
      font-family: 'Caveat', cursive;
      font-size: 1.8rem;
      color: var(--gold-accent);
      letter-spacing: 2px;
      text-align: center;
      padding: 24px 0 16px;
      border-top: 1px solid rgba(255,255,255,0.1);
      border-bottom: 1px solid rgba(255,255,255,0.1);
      margin: 40px 0 25px;
    }

    /* Subtle Leaf SVG helper */
    .leaf-graphic {
      fill: var(--forest-green);
    }

    /* Floating WhatsApp Button */
    .floating-whatsapp {
      position: fixed;
      bottom: 24px;
      right: 24px;
      background-color: #25D366;
      color: #FFF;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.9rem;
      box-shadow: 0 8px 24px rgba(37,211,102,0.4);
      z-index: 1050;
      transition: transform 0.3s ease;
      text-decoration: none;
    }
    .floating-whatsapp:hover {
      transform: scale(1.1);
      color: #FFF;
    }