
    :root {
      --green-dark:  #1a4d2e;
      --green-mid:   #2d7a3a;
      --green-light: #4caf50;
      --gold:        #c9922a;
      --gold-light:  #f0b84a;
      --cream:       #fdf6e3;
      --cream-dark:  #f5ead0;
      --brown:       #5c3d1e;
      --text-dark:   #1c1c1c;
      --text-muted:  #5a5a5a;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Lato', sans-serif;
      color: var(--text-dark);
      background: #fff;
      overflow-x: hidden;
    }
    h1, h2, h3, h4 { font-family: 'Merriweather', serif; }

    /* ========================= NAVBAR ========================= */
    .navbar {
      background: rgba(0, 0, 0, 0.97);
      backdrop-filter: blur(10px);
      padding: 0.9rem 0;
      transition: box-shadow 0.3s;
      position: sticky;
      top: 0;
      z-index: 1000;
    }
    .navbar.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.25); }
    .navbar-brand {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }
    .brand-logo {
      width: 44px; height: 44px;
      background: var(--gold);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Merriweather', serif;
      font-size: 1.2rem; color: #fff; font-weight: 900;
      flex-shrink: 0;
    }
    .brand-text { line-height: 1.2; }
    .brand-text .name {
      font-family: 'Merriweather', serif;
      font-size: 1.15rem; color: #fff; font-weight: 700;
      letter-spacing: 0.5px;
    }
    .brand-text .sub {
      font-size: 0.65rem; color: var(--gold-light);
      letter-spacing: 2px; text-transform: uppercase;
    }
    .navbar-nav .nav-link {
      color: rgba(255,255,255,0.88) !important;
      font-size: 0.9rem; font-weight: 400;
      letter-spacing: 0.5px;
      padding: 0.5rem 1rem !important;
      transition: color 0.2s;
      position: relative;
    }
    .navbar-nav .nav-link::after {
      content: '';
      position: absolute; bottom: 0; left: 1rem; right: 1rem;
      height: 2px; background: var(--gold-light);
      transform: scaleX(0);
      transition: transform 0.25s;
    }
    .navbar-nav .nav-link:hover { color: var(--gold-light) !important; }
    .navbar-nav .nav-link:hover::after { transform: scaleX(1); }
    .navbar-toggler { border: 1px solid rgba(255,255,255,0.3); }
    .navbar-toggler-icon { filter: invert(1); }

    /* ========================= HERO BANNER ========================= */

    /* Desktop Banner */
    .hero-banner-desktop {
      display: block;
      width: 100%;
      /* ====================================================
         DESKTOP BANNER IMAGE — Replace src below with your image
         Recommended size: 1920 x 680 pixels (landscape)
         ====================================================  */
      height: auto;
      line-height: 0;
    }
    .hero-banner-desktop img {
      display: block;
      width: 100%;
      height: 680px;          /* Desktop banner height — change as needed */
      object-fit: cover;
      object-position: center;
    }

    /* Mobile Banner */
    .hero-banner-mobile {
      display: none;
      width: 100%;
      line-height: 0;
    }
    .hero-banner-mobile img {
      display: block;
      width: 100%;
        
      object-fit: cover;
      object-position: center;
    }

    /* Show desktop on large, mobile on small */
    @media (max-width: 767px) {
      .hero-banner-desktop { display: none; }
      .hero-banner-mobile  { display: block; }
    }

    /* ========================= TICKER ========================= */
    .ticker-bar {
      background: var(--gold);
      padding: 10px 0; overflow: hidden;
    }
    .ticker-inner {
      display: flex; gap: 60px;
      animation: tickerScroll 30s linear infinite;
      white-space: nowrap;
    }
    @keyframes tickerScroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .ticker-item {
      color: #fff; font-size: 0.82rem;
      font-weight: 600; letter-spacing: 1.5px;
      text-transform: uppercase;
      display: inline-flex; align-items: center; gap: 10px;
    }
    .ticker-item::before { content: '✦'; color: rgba(255,255,255,0.7); }

    /* ========================= SECTIONS ========================= */
    section { padding: 90px 0; }
    .section-eyebrow {
      font-size: 0.72rem; letter-spacing: 3px;
      text-transform: uppercase; color: var(--green-mid);
      font-weight: 700; margin-bottom: 10px;
    }
    .section-title {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      color: var(--green-dark); font-weight: 900;
      line-height: 1.25; margin-bottom: 1rem;
    }
    .section-divider {
      width: 55px; height: 3px;
      background: var(--gold); margin: 0 0 1.4rem;
    }
    .section-divider.center { margin: 0 auto 1.4rem; }
    .section-lead {
      font-size: 1.05rem; color: var(--text-muted);
      line-height: 1.8; max-width: 560px;
    }

    /* ========================= ABOUT ========================= */
    .about-section { background: var(--cream); }
    .about-img-wrap { position: relative; }
    .about-img-main {
      width: 100%; border-radius: 8px;
      object-fit: cover;
      box-shadow: 8px 8px 0 var(--gold);
    }
    .about-badge-float {
      position: absolute; bottom: -18px; left: -18px;
      background: var(--green-dark); color: #fff;
      border-radius: 8px; padding: 18px 22px;
      text-align: center; box-shadow: 0 6px 24px rgba(0,0,0,0.2);
    }
    .about-badge-float .num {
      font-family: 'Merriweather', serif;
      font-size: 2.2rem; font-weight: 900; color: var(--gold-light); line-height: 1;
    }
    .about-badge-float .txt {
      font-size: 0.72rem; letter-spacing: 1.5px;
      text-transform: uppercase; margin-top: 4px; opacity: 0.85;
    }
    .vision-mission { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 2rem; }
    .vm-card {
      flex: 1; min-width: 220px;
      background: #fff; border-radius: 8px;
      padding: 20px; border-left: 4px solid var(--green-mid);
    }
    .vm-card h5 {
      font-family: 'Merriweather', serif;
      color: var(--green-dark); font-size: 1rem; margin-bottom: 8px;
    }
    .vm-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }

    /* ========================= PRODUCTS ========================= */
    .products-section { background: #fff; }
    .product-card {
      border-radius: 10px; overflow: hidden;
      box-shadow: 0 4px 18px rgba(0,0,0,0.08);
      transition: transform 0.3s, box-shadow 0.3s;
      height: 100%; background: #fff;
    }
    .product-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 36px rgba(26,77,46,0.18);
    }
    .product-img-wrap { position: relative; overflow: hidden; height: 200px; }
    .product-img-wrap img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform 0.4s;
    }
    .product-card:hover .product-img-wrap img { transform: scale(1.07); }
    .product-badge-available {
      position: absolute; top: 12px; right: 12px;
      background: var(--green-mid); color: #fff;
      font-size: 0.65rem; letter-spacing: 1.5px;
      text-transform: uppercase; padding: 4px 10px; border-radius: 20px; font-weight: 700;
    }
    .product-badge-soon {
      position: absolute; top: 12px; right: 12px;
      background: var(--gold); color: #fff;
      font-size: 0.65rem; letter-spacing: 1.5px;
      text-transform: uppercase; padding: 4px 10px; border-radius: 20px; font-weight: 700;
    }
    .product-body { padding: 20px; }
    .product-body h5 {
      font-family: 'Merriweather', serif;
      font-size: 1.05rem; color: var(--green-dark); margin-bottom: 6px;
    }
    .product-body p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }
    .product-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
    .product-tag {
      font-size: 0.7rem; padding: 3px 10px; border-radius: 20px;
      border: 1px solid var(--green-light); color: var(--green-mid); font-weight: 600;
    }

    /* ========================= WHY US ========================= */
    .why-section { background: var(--green-dark); }
    .why-section .section-eyebrow { color: var(--gold-light); }
    .why-section .section-title { color: #fff; }
    .why-card {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 10px; padding: 28px 24px;
      transition: background 0.3s, transform 0.3s; height: 100%;
    }
    .why-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-4px); }
    .why-icon {
      width: 54px; height: 54px; background: var(--gold); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem; color: #fff; margin-bottom: 16px;
    }
    .why-card h5 { font-family: 'Merriweather', serif; color: #fff; font-size: 1rem; margin-bottom: 8px; }
    .why-card p { color: rgba(255,255,255,0.7); font-size: 0.88rem; line-height: 1.7; }

    /* ========================= QUALITY ========================= */
    .quality-section { background: var(--cream); }
    .quality-step { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 22px; }
    .q-num {
      width: 38px; height: 38px; flex-shrink: 0;
      background: var(--green-mid); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Merriweather', serif; font-size: 0.9rem; color: #fff; font-weight: 700;
    }
    .q-text h6 { font-family: 'Merriweather', serif; color: var(--green-dark); font-size: 0.95rem; margin-bottom: 3px; }
    .q-text p { font-size: 0.83rem; color: var(--text-muted); line-height: 1.6; margin: 0; }
    .quality-img {
      width: 100%; border-radius: 8px; object-fit: cover; 
      box-shadow: -8px 8px 0 var(--green-mid);
    }

    /* ========================= DISTRIBUTOR ========================= */
    .dist-section { background: #fff; }
    .dist-benefits { list-style: none; padding: 0; }
    .dist-benefits li {
      display: flex; align-items: center; gap: 10px;
      padding: 10px 0; border-bottom: 1px solid #eee;
      font-size: 0.92rem; color: var(--text-dark);
    }
    .dist-benefits li:last-child { border-bottom: none; }
    .dist-benefits li i { color: var(--green-mid); font-size: 1.1rem; }
    .form-card {
      background: var(--cream); border-radius: 10px;
      padding: 36px; box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    }
    .form-card h4 { font-family: 'Merriweather', serif; color: var(--green-dark); margin-bottom: 6px; }
    .form-label { font-size: 0.82rem; font-weight: 700; color: var(--green-dark); }
    .form-control, .form-select {
      border: 1px solid #d0d0d0; border-radius: 4px;
      font-size: 0.88rem; padding: 10px 14px; background: #fff;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--green-mid);
      box-shadow: 0 0 0 3px rgba(45,122,58,0.12); outline: none;
    }
    .btn-submit {
      background: var(--green-dark); color: #fff;
      border: none; padding: 13px 32px; border-radius: 4px;
      font-weight: 700; font-size: 0.95rem; width: 100%;
      transition: background 0.25s, transform 0.2s; cursor: pointer;
    }
    .btn-submit:hover { background: var(--green-mid); transform: translateY(-2px); }

    /* ========================= CONTACT ========================= */
    .contact-section { background: var(--green-dark); }
    .contact-section .section-eyebrow { color: var(--gold-light); }
    .contact-section .section-title { color: #fff; }
    .contact-card {
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 10px; padding: 28px 24px; height: 100%; text-align: center;
      transition: background 0.3s;
    }
    .contact-card:hover { background: rgba(255,255,255,0.12); }
    .contact-icon {
      width: 56px; height: 56px; background: var(--gold); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.5rem; color: #fff; margin: 0 auto 16px;
    }
    .contact-card h6 {
      font-family: 'Merriweather', serif; color: var(--gold-light);
      font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px;
    }
    .contact-card p, .contact-card a {
      color: rgba(255,255,255,0.82); font-size: 0.9rem; line-height: 1.7; text-decoration: none;
    }
    .contact-card a:hover { color: var(--gold-light); }
    .hours-row { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .hours-row:last-child { border: none; }
    .hours-row span { color: rgba(255,255,255,0.75); font-size: 0.85rem; }
    .hours-row span:last-child { color: var(--gold-light); font-weight: 600; }

    /* ========================= FOOTER ========================= */
    footer { background: #0e2e1a; padding: 50px 0 20px; }
    .footer-brand .name { font-family: 'Merriweather', serif; font-size: 1.4rem; color: #fff; font-weight: 900; }
    .footer-brand .sub { font-size: 0.7rem; letter-spacing: 3px; color: var(--gold-light); text-transform: uppercase; margin-top: 2px; }
    .footer-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.5); letter-spacing: 2px; text-transform: uppercase; margin-top: 10px; }
    .footer-heading { font-family: 'Merriweather', serif; font-size: 0.9rem; color: var(--gold-light); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; }
    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 8px; }
    .footer-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.87rem; transition: color 0.2s; }
    .footer-links a:hover { color: var(--gold-light); }
    .footer-divider { border-color: rgba(255,255,255,0.1); margin: 30px 0 20px; }
    .footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; }
    .footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin: 0; }

    /* ========================= BACK TO TOP ========================= */
    .back-top {
      position: fixed; bottom: 28px; right: 28px;
      width: 44px; height: 44px;
      background: var(--gold); color: #fff; border: none;
      border-radius: 50%; font-size: 1.1rem;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; z-index: 999;
      opacity: 0; transform: translateY(16px);
      transition: opacity 0.3s, transform 0.3s, background 0.2s;
      text-decoration: none;
    }
    .back-top.show { opacity: 1; transform: translateY(0); }
    .back-top:hover { background: var(--green-dark); color: #fff; }

    /* ========================= BUTTON STYLES ========================= */
    .btn-primary-gold {
      background: var(--gold); border: none; color: #fff;
      padding: 13px 32px; border-radius: 4px;
      font-weight: 700; font-size: 0.95rem; letter-spacing: 0.5px;
      transition: background 0.25s, transform 0.2s, box-shadow 0.2s;
      text-decoration: none; display: inline-block;
    }
    .btn-primary-gold:hover {
      background: #b0801e; color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(201,146,42,0.4);
    }
    .btn-outline-white {
      background: transparent; border: 2px solid rgba(255,255,255,0.6); color: #fff;
      padding: 11px 28px; border-radius: 4px; font-weight: 600; font-size: 0.95rem;
      transition: all 0.25s; text-decoration: none; display: inline-block;
    }
    .btn-outline-white:hover { background: rgba(255,255,255,0.12); color: #fff; border-color: #fff; }

    /* ========================= RESPONSIVE ========================= */
    @media (max-width: 768px) {
      section { padding: 60px 0; }
      .about-badge-float { bottom: -10px; left: 8px; }
      .quality-img { height: 280px; margin-bottom: 32px; }
      .form-card { padding: 24px 18px; }
    }
    @media (max-width: 576px) {
      .vision-mission { flex-direction: column; }
    }

    /* ========================= ANIMATIONS ========================= */
    @keyframes pulse-gold {
      0%, 100% { box-shadow: 0 0 0 0 rgba(201,146,42,0.4); }
      50%       { box-shadow: 0 0 0 12px rgba(201,146,42,0); }
    }
    .pulse { animation: pulse-gold 2.5s infinite; }
