:root{
      --sand:#f3f1e8;
      --sand-strong:#e7e3d3;
      --paper:#fbfaf4;
      --mint:#e7eee7;
      --ink:#263126;
      --ink-deep:#182218;
      --ink-soft:#586557;
      --ink-muted:#7d8877;
      --forest:#27452a;
      --forest-deep:#17311d;
      --forest-dark:#0c2512;
      --brand-green:#8ebc61;
      --brand-green-soft:#a6cd7d;
      --line-soft:rgba(38,49,38,.10);
      --line-white:rgba(255,255,255,.14);
      --container:1320px;
      --radius:2rem;
    }

    *{box-sizing:border-box;}
    html{scroll-behavior:smooth;}
    body{
      margin:0;
      font-family:'Manrope',sans-serif;
      color:var(--ink);
      background:var(--forest-deep);
    }
    img{max-width:100%;display:block;}
    a{text-decoration:none;color:inherit;}
    button,a{font:inherit;}
    .container{width:min(var(--container),calc(100% - 2rem));margin:0 auto;}
    .display{font-family:'Satoshi',sans-serif;font-weight:700;letter-spacing:-.065em;line-height:.96;}

    html::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:9999;
      opacity:.04;
      mix-blend-mode:overlay;
      background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
      background-size:180px 180px;
    }

    .topbar{
      position:fixed;
      top:20px;
      left:50%;
      transform:translateX(-50%);
      width:min(var(--container),calc(100% - 2rem));
      z-index:1000;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1.5rem;
      padding:1rem 1.35rem;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(8,18,9,.36);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      box-shadow:0 18px 40px rgba(0,0,0,.12);
    }
    .brand{display:flex;align-items:center;gap:.85rem;color:#fbfaf4;}
    .brand-badge{width:44px;height:44px;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.10);}
    .brand small{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.34em;color:rgba(255,255,255,.60);}
    .brand strong{font-size:1.18rem;line-height:1;color:#fbfaf4;}
    .nav{display:flex;align-items:center;gap:1.6rem;justify-content:center;}
    .nav a{color:rgba(255,255,255,.82);font-size:11px;font-weight:800;letter-spacing:.28em;text-transform:uppercase;transition:.25s ease;}
    .nav a:hover{color:#fff;transform:translateY(-2px);}
    .nav a.active{color:#fff;}

    .cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 1.6rem;border-radius:999px;background:var(--brand-green);color:var(--ink-deep);font-size:11px;font-weight:900;letter-spacing:.28em;text-transform:uppercase;transition:.25s ease;white-space:nowrap;}
    .cta-btn:hover{transform:translateY(-2px);background:var(--brand-green-soft);}

    /* COPIED / BASED ON ORIGINAL HOME WORKS SECTION */
    .projects-editorial-section{
  position:relative;
  overflow:hidden;
  background:var(--forest-deep);
  color:#fbfaf4;
  padding:clamp(7.5rem, 10vw, 9.2rem) 0 clamp(7rem, 10vw, 10rem);
  min-height:100vh;
  display:flex;
  align-items:center;
}
    .projects-editorial-section::before{
      content:"";
      position:absolute;
      inset:-18% -12% auto auto;
      width:520px;
      height:520px;
      border-radius:999px;
      background:radial-gradient(circle,rgba(142,188,97,.14),transparent 68%);
      pointer-events:none;
    }
    .projects-editorial-head{
      display:grid;
      grid-template-columns:1fr auto;
      gap:2rem;
      align-items:start;
      margin-bottom:2.2rem;
    }
    .projects-title-wrap{min-width:0;}
    .projects-editorial-title{
      margin:0;
      max-width:1150px;
      color:#fbfaf4;
      font-size:clamp(3.4rem, 7.2vw, 7.2rem);
      line-height:.9;
      letter-spacing:-.075em;
    }
    .projects-editorial-title span{color:rgba(255,255,255,.50);opacity:1;font-weight:700;}
    .projects-intro-row{
      display:grid;
      grid-template-columns:minmax(120px,190px) minmax(260px,560px) 1fr;
      gap:2.2rem;
      align-items:start;
      margin-top:1.6rem;
      color:rgba(255,255,255,.78);
    }
    .projects-intro-row p{margin:0;font-size:1rem;line-height:1.45;}
    .projects-all-btn{
      display:inline-flex;
      align-items:center;
      gap:.7rem;
      margin-top:.85rem;
      border:none;
      background:transparent;
      color:rgba(255,255,255,.9);
      font-family:'Satoshi',sans-serif;
      font-size:.95rem;
      font-weight:800;
      letter-spacing:.18em;
      text-transform:uppercase;
      cursor:pointer;
      white-space:nowrap;
      transition:opacity .25s ease, transform .25s ease;
    }
    .projects-all-btn span{font-size:1.35rem;letter-spacing:0;transition:transform .25s ease;}
    .projects-all-btn:hover{opacity:.72;transform:translateX(4px);}
    .projects-all-btn:hover span{transform:translate(3px,-3px);}

    .project-filter-nav{
      display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.6rem;
  width: 100%;
  max-width: none;
  margin: 3rem 0 2.6rem;
  padding-left: 0;
}
    .project-filter-nav button{
      border:0;
      background:transparent;
      color:rgba(255,255,255,.50);
      font-family:'Satoshi',sans-serif;
      font-size:clamp(.74rem,.9vw,.9rem);
      font-weight:900;
      letter-spacing:.02em;
      text-transform:uppercase;
      cursor:pointer;
      padding:.45rem 0;
      transition:.25s ease;
      position:relative;
    }
    .project-filter-nav button::after{
  content:"";
  position:absolute;
  top:50%;
  left:calc(100% + .75rem);
  width:0;
  height:2px;
  background:#fbfaf4;
  transform:translateY(-50%);
  transition:.25s ease;
}

.project-filter-nav button.is-active{
  color:#fbfaf4;
}

.project-filter-nav button.is-active::after{
  width:1.6rem;
}

    .projects-showcase{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(210px, 270px);
  gap:1.6rem;
  align-items:stretch;
}
    .project-main-panel,
    .project-next-panel{
      position:relative;
      overflow:hidden;
      min-height:min(56vh, 560px);
      border-radius:2rem;
      background:#20331f;
    }
    .project-main-panel{cursor:pointer;box-shadow:0 30px 90px rgba(0,0,0,.20);}
    .project-main-panel::after,
    .project-next-panel::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.52));
      z-index:1;
      pointer-events:none;
    }
    .project-main-img,
    .project-next-img{
      position:absolute;
      inset:0;
      background-size:cover;
      background-position:center;
      transform:scale(1.02);
      transition:opacity .55s ease, transform .9s ease;
    }
    .project-main-panel:hover .project-main-img{transform:scale(1.07);}
    .project-open-arrow{
      position:absolute;
      top:1.4rem;
      right:1.4rem;
      z-index:4;
      width:58px;
      height:58px;
      display:grid;
      place-items:center;
      border-radius:999px;
      background:#fbfaf4;
      color:var(--forest-deep);
      font-size:1.65rem;
      line-height:1;
      transition:.25s ease;
    }
    .project-main-panel:hover .project-open-arrow{transform:translate(3px,-3px);background:var(--brand-green);}
    .project-main-content{
      position:absolute;
      left:clamp(1.4rem,3vw,2.5rem);
      right:clamp(1.4rem,3vw,2.5rem);
      bottom:clamp(1.4rem,3vw,2.5rem);
      z-index:2;
      display:grid;
      grid-template-columns:.9fr .9fr 1.3fr;
      gap:1.4rem;
      align-items:end;
    }
    .project-meta-label{display:block;margin-bottom:.55rem;color:rgba(255,255,255,.68);font-size:.76rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;}
    .project-meta-value{display:block;color:#fbfaf4;font-family:'Satoshi',sans-serif;font-size:clamp(1.2rem,1.9vw,1.7rem);font-weight:900;letter-spacing:-.045em;line-height:1;}
    .project-description{color:rgba(255,255,255,.78);font-size:1rem;line-height:1.65;margin:0;}
    .project-next-panel{opacity:.72;border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:opacity .3s ease, transform .3s ease;}
    .project-next-panel:hover{opacity:.92;transform:translateY(-4px);}
    .project-next-panel::before{content:"";position:absolute;inset:0;background:rgba(251,250,244,.72);z-index:2;transition:background .3s ease;}
    .project-next-panel:hover::before{background:rgba(251,250,244,.55);}
    .project-next-content{position:absolute;left:1.35rem;right:1.35rem;bottom:1.35rem;z-index:3;color:var(--forest-deep);}
    .project-next-content .project-meta-label{color:rgba(24,34,24,.58);}
    .project-next-content .project-meta-value{color:var(--forest-deep);}
    .project-next-btn{
      position:absolute;
      left:50%;top:50%;
      width:136px;height:136px;
      border-radius:999px;
      border:1px solid rgba(24,34,24,.66);
      background:transparent;
      color:var(--forest-deep);
      z-index:4;
      transform:translate(-50%,-50%);
      display:grid;
      place-items:center;
      font-family:'Satoshi',sans-serif;
      font-size:.92rem;
      font-weight:900;
      letter-spacing:.16em;
      text-transform:uppercase;
      cursor:pointer;
      transition:background .25s ease, transform .25s ease;
    }
    .project-next-btn:hover{background:rgba(255,255,255,.32);transform:translate(-50%,-50%) scale(1.05);}
    .projects-counter{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;color:rgba(255,255,255,.72);font-weight:900;letter-spacing:.06em;width:min(330px,100%);}
    .projects-counter-line{flex:1;height:2px;background:rgba(255,255,255,.22);overflow:hidden;}
    .projects-counter-fill{height:100%;width:0%;background:#fbfaf4;transition:width .45s ease;}
    .projects-showcase.is-changing .project-main-img,
    .projects-showcase.is-changing .project-next-img{opacity:.35;transform:scale(1.08);}

    .logo-strip{background:#edf3ec;border-top:1px solid rgba(24,34,24,.08);border-bottom:1px solid rgba(24,34,24,.08);overflow:hidden;}
    .logo-strip-track{
  display:flex;
  gap:5rem;
  align-items:center;
  padding:2.2rem 0;
  white-space:nowrap;
  animation:marquee 28s linear infinite;
  width:max-content;
}
    .logo-item{
  display:inline-flex;
  align-items:center;
  gap:.8rem;
  color:rgba(24,34,24,.72);
  font-weight:800;
  font-size:1rem;
}
    .logo-item svg{
  width:22px;
  height:22px;
}
    @keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

    .service-areas{
  background:var(--forest-deep);
  color:#fbfaf4;
  padding:12rem 0;
}
    .areas-grid{display:grid;grid-template-columns:minmax(220px,.8fr) 1.8fr;gap:4rem;align-items:start;}
    .areas-title{margin:0;font-size:clamp(2.8rem,6vw,5.2rem);line-height:.92;text-transform:uppercase;}
    .areas-title span{display:block;color:rgba(255,255,255,.50);}
    .areas-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem 3rem;margin:0;padding:0;list-style:none;color:rgba(255,255,255,.86);font-size:.95rem;font-weight:800;line-height:1.25;}

    .faq-section{background:#e7eee7;color:var(--forest-deep);padding:5.2rem 0;}
    .faq-head{display:flex;justify-content:space-between;align-items:start;gap:2rem;margin-bottom:2.5rem;}
    .faq-title{margin:0;font-size:clamp(2.8rem,6vw,5.5rem);line-height:.92;text-transform:uppercase;}
    .faq-title span{display:block;color:rgba(24,34,24,.32);}
    .faq-label{font-size:12px;font-weight:900;letter-spacing:.28em;text-transform:uppercase;color:rgba(24,34,24,.72);}
    .faq-layout{display:grid;grid-template-columns:minmax(260px,400px) 1fr;gap:3rem;align-items:start;}
    .faq-photo{min-height:320px;border-radius:1.4rem;background:url('https://acostalands.com/wp-content/uploads/2026/06/patio-tacoma-15.webp') center/cover;}
    .faq-list{display:grid;gap:0;}
    .faq-item{border-bottom:1px solid rgba(24,34,24,.28);padding:1.35rem 0;}
    .faq-question{display:flex;justify-content:space-between;gap:1rem;align-items:center;cursor:pointer;font-weight:900;color:var(--forest-deep);}
    .faq-answer{display:none;margin:.8rem 0 0;color:rgba(38,49,38,.68);line-height:1.75;max-width:850px;}
    .faq-item.is-open .faq-answer{display:block;}

    .estimate-cta-wrap{
  background:#fbfaf4;
  padding:5.2rem 0;
}
    .estimate-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:#e7eee7;color:var(--forest-deep);border-radius:1.7rem;padding:2.4rem 2.8rem;width:min(980px,100%);margin:0 auto;}
    .estimate-cta h2{font-size:clamp(2.2rem,4.4vw,3.6rem);margin:0;letter-spacing:-.065em;}
    .estimate-cta p{margin:.7rem 0 0;color:rgba(38,49,38,.62);line-height:1.55;max-width:520px;}
    .estimate-cta .cta-btn{background:var(--forest-deep);color:#fbfaf4;}

    .site-footer{background:#fbfaf4;color:var(--forest-deep);padding:3.2rem 0 1.4rem;border-top:1px solid var(--line-soft);}
    .footer-inner{display:grid;gap:2.2rem;}
    .footer-top{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.9fr);gap:2.8rem;align-items:start;}
    .footer-brand-line{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2rem;}
    .footer-logo{display:inline-flex;align-items:center;gap:.75rem;padding-right:2rem;border-right:2px solid rgba(24,34,24,.62);color:var(--forest-deep);}
    .footer-logo .display{font-size:clamp(2rem,3.6vw,3.7rem);line-height:1;letter-spacing:-.075em;white-space:nowrap;}
    .footer-intro{max-width:410px;margin:0;color:rgba(38,49,38,.58);font-size:1.05rem;line-height:1.75;}
    .footer-inline-row{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem;margin-top:1.2rem;}
    .footer-socials{display:flex;gap:.75rem;}
    .footer-socials a{width:44px;height:44px;display:grid;place-items:center;border-radius:999px;background:#dfeae0;color:var(--forest-deep);transition:.25s ease;}
    .footer-socials a:hover{background:var(--brand-green);transform:translateY(-3px);}
    .footer-socials svg{width:19px;height:19px;}
    .footer-inline-info{display:flex;align-items:center;flex-wrap:wrap;gap:.9rem;color:rgba(38,49,38,.72);font-size:1rem;font-weight:700;line-height:1.5;}
    .footer-links-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;}
    .footer-links-grid h3{margin:0 0 1.5rem;color:var(--forest-deep);font-size:.94rem;font-weight:900;text-transform:uppercase;}
    .footer-links-grid a{display:block;margin:.9rem 0;color:rgba(38,49,38,.78);font-size:.98rem;font-weight:700;line-height:1.35;transition:.25s ease;}
    .footer-links-grid a:hover{opacity:.62;transform:translateX(4px);}
    .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.2rem;border-top:1px solid rgba(24,34,24,.55);color:rgba(38,49,38,.64);font-size:.85rem;font-weight:800;text-transform:uppercase;}
    .footer-bottom p{margin:0;}
    .footer-bottom div{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;}

    .project-modal{
      position:fixed;
      inset:0;
      z-index:3000;
      display:none;
      place-items:center;
      padding:clamp(1rem,4vw,5rem);
      background:rgba(0,18,5,.78);
      backdrop-filter:blur(14px);
      -webkit-backdrop-filter:blur(14px);
    }
    .project-modal.is-open{display:grid;}
    .modal-shell{
      width:min(1480px,100%);
      min-height:min(78vh,780px);
      max-height:88vh;
      overflow:hidden;
      display:grid;
      grid-template-columns:minmax(0,1fr) 420px;
      border-radius:2rem;
      background:#e7eee7;
      color:var(--forest-deep);
      box-shadow:0 40px 120px rgba(0,0,0,.38);
    }
    .modal-gallery{
      position:relative;
      min-height:620px;
      background:#142114;
      overflow:hidden;
    }
    .modal-image{
      position:absolute;
      inset:0;
      background-size:cover;
      background-position:center;
      transition:opacity .25s ease, transform .5s ease;
    }
    .modal-gallery::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.38));
      pointer-events:none;
    }
    .modal-counter{position:absolute;left:2rem;bottom:2rem;z-index:2;display:flex;align-items:center;gap:1rem;color:#fbfaf4;font-family:'Satoshi',sans-serif;font-size:1.35rem;font-weight:900;letter-spacing:.05em;}
    .modal-counter-line{width:220px;height:2px;background:rgba(255,255,255,.32);overflow:hidden;}
    .modal-counter-fill{height:100%;width:0;background:#fbfaf4;transition:.25s ease;}
    .modal-arrows{position:absolute;right:2rem;bottom:2rem;z-index:2;display:flex;gap:.8rem;}
    .modal-arrow{width:58px;height:58px;border:0;border-radius:999px;background:#e7eee7;color:var(--forest-deep);font-size:1.3rem;cursor:pointer;transition:.25s ease;}
    .modal-arrow:hover{background:var(--brand-green);transform:translateY(-2px);}
    .modal-content{position:relative;padding:2.5rem 2.3rem;overflow:visible;}
    .modal-close{position:absolute;top:1.4rem;right:1.4rem;width:62px;height:62px;border:0;border-radius:999px;background:var(--forest-deep);color:#fbfaf4;font-size:2rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.25s ease;}
    .modal-close:hover{background:var(--brand-green);color:var(--forest-deep);transform:rotate(5deg);}
    .modal-content h2{font-size:clamp(2.5rem,4vw,4.2rem);line-height:.92;margin:2rem 0 .8rem;letter-spacing:-.075em;}
    .modal-location{display:inline-flex;padding:.35rem 1.35rem;border-radius:999px;background:rgba(24,34,24,.68);color:#fbfaf4;font-weight:800;}
    .modal-content p{font-size:1.03rem;line-height:1.72;color:rgba(38,49,38,.78);}
    .modal-tags{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.8rem;}
    .modal-tags span{padding:.45rem 1.2rem;border-radius:999px;border:1px solid rgba(24,34,24,.35);font-weight:800;color:rgba(24,34,24,.76);}
    .modal-cta{margin-top:2rem;display:inline-flex;align-items:center;gap:.7rem;background:var(--forest-deep);color:#fbfaf4;padding:1rem 1.4rem;border-radius:999px;font-size:.8rem;font-weight:900;letter-spacing:.22em;text-transform:uppercase;}

    .reveal{opacity:0;transform:translate3d(0,16px,0);filter:blur(5px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1),filter .9s cubic-bezier(.22,1,.36,1);}
    .reveal.visible{opacity:1;transform:none;filter:none;}

    @media(max-width:1180px){
      .nav{display:none;}
      .projects-editorial-head{grid-template-columns:1fr;}
      .projects-intro-row{grid-template-columns:1fr;gap:1rem;}
      .projects-showcase{grid-template-columns:1fr;}
      .project-next-panel{min-height:280px;}
      .project-main-content{grid-template-columns:1fr;align-items:start;}
      .areas-grid,.faq-layout,.footer-top,.footer-brand-line{grid-template-columns:1fr;}
      .areas-list{grid-template-columns:repeat(2,minmax(0,1fr));}
      .footer-logo{border-right:0;padding-right:0;}
      .modal-shell{grid-template-columns:1fr;max-height:none;overflow:visible;}
      .modal-gallery{min-height:55vh;}
      .modal-content{overflow:visible;}
    }
    @media(max-width:640px){
  .container{width:min(var(--container),calc(100% - 1.25rem));}
  .topbar{top:12px;width:calc(100% - 1rem);padding:.85rem 1rem;border-radius:2rem;}
  .brand small{letter-spacing:.18em;}
  .brand strong{font-size:1rem;}
  .cta-btn{padding:.9rem 1rem;letter-spacing:.18em;}

  .projects-editorial-section{padding:6.8rem 0 4rem;min-height:auto;}
  .projects-editorial-title{font-size:clamp(3.2rem,16vw,4.9rem);}

  .project-filter-nav{
  justify-content:center;
  gap:clamp(1rem, 4vw, 2rem);
  width:100%;
  margin:2rem auto 1.8rem;
  overflow:visible;
  flex-wrap:nowrap;
}

  .project-filter-nav button{
    flex:0 1 auto;
    font-size:clamp(.58rem, 2.45vw, .76rem);
    white-space:nowrap;
    letter-spacing:.01em;
  }

  .project-filter-nav button::after{
    left:calc(100% + .35rem);
  }

  .project-filter-nav button.is-active::after{
    width:clamp(.35rem, 1.4vw, .65rem);
  }

  .project-main-panel{
  min-height:540px;
}

.project-next-panel{
  min-height:150px;
  border-radius:1.5rem;
}

.project-next-content{
  display:none;
}

.project-next-btn{
  width:86px;
  height:86px;
  font-size:.74rem;
}

.project-main-content{
  left:1.25rem;
  right:1.25rem;
  bottom:1.25rem;
}

  .areas-grid{
  grid-template-columns:1fr;
  gap:2.4rem;
  padding:0 1.2rem;
}

.areas-list{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1rem 2rem;
  width:100%;
  max-width:460px;
  margin:0 auto;
}

.footer-links-grid{
  grid-template-columns:1fr;
}
  .faq-head,.estimate-cta,.footer-bottom{align-items:flex-start;flex-direction:column;}
  .estimate-cta{padding:1.6rem;}
  .modal-gallery{min-height:430px;}
  .modal-shell{border-radius:1.4rem;}
  .modal-counter-line{width:120px;}
  .modal-arrows{right:1rem;bottom:1rem;}
  .modal-counter{left:1rem;bottom:1.25rem;}
  .modal-close{width:52px;height:52px;}
}
  

/* =========================================================
   ACOSTA GLOBAL HEADER + LOGO + MOBILE MENU
   Copied/synced from approved index.html
========================================================= */
.topbar{
  position:fixed;
  top:20px;
  left:50%;
  transform:translateX(-50%);
  width:min(var(--container, 1320px),calc(100% - 2rem));
  z-index:999;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  padding:1rem 1.4rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(8,18,9,.34);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
  color:#fff;
  transition:background-color .35s ease,border-color .35s ease,box-shadow .35s ease;
}

.topbar.scrolled{
  background:rgba(14,20,14,.92);
  border-color:rgba(255,255,255,.10);
  box-shadow:0 18px 48px rgba(0,0,0,.28);
}

.brand{
  display:flex;
  align-items:center;
  gap:.85rem;
  flex:0 0 auto;
  min-width:0;
}

.brand-logo{
  display:block;
  width:auto;
  object-fit:contain;
}

.brand-logo-full{
  height:52px;
  max-width:280px;
}

.brand-logo-symbol{
  display:none;
  height:44px;
}

.nav{
  display:flex;
  align-items:center;
  gap:1.6rem;
  flex-wrap:wrap;
  justify-content:center;
}

.nav a{
  color:rgba(255,255,255,.82);
  font-size:11px;
  font-weight:700;
  letter-spacing:.28em;
  text-transform:uppercase;
  transition:transform .25s ease,color .25s ease;
}

.nav a:hover,
.nav a.active{
  transform:translateY(-2px);
  color:white;
}

.cta-btn.desktop-quote-btn{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.6rem;
  padding:1rem 1.6rem;
  border-radius:999px;
  background:var(--brand-green, #8ebc61);
  color:var(--ink-deep, #182218);
  font-size:11px;
  font-weight:800;
  letter-spacing:.28em;
  text-transform:uppercase;
  transition:transform .25s ease,background-color .25s ease;
  white-space:nowrap;
}

.cta-btn.desktop-quote-btn:hover{
  transform:translateY(-2px) scale(1.02);
  background:var(--brand-green-soft, #a6cd7d);
}

.mobile-menu-toggle{
  display:none;
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  position:relative;
  z-index:1002;
  padding:0;
}

.mobile-menu-toggle span{
  width:20px;
  height:2px;
  border-radius:999px;
  background:#fff;
  transition:transform .25s ease, opacity .25s ease;
}

.mobile-menu{
  position:fixed;
  inset:0;
  z-index:1001;
  background:#17311d;
  color:#fff;
  display:none;
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
}

.mobile-menu.is-open{
  display:block;
  opacity:1;
  pointer-events:auto;
}

.mobile-menu-inner{
  min-height:100vh;
  min-height:100dvh;
  width:100%;
  max-width:720px;
  margin:0 auto;
  padding:1.15rem clamp(1.25rem, 5vw, 3rem) 2.2rem;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.mobile-menu-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding-bottom:1.6rem;
}

.mobile-menu-brand img{
  height:50px;
  width:auto;
  object-fit:contain;
}

.mobile-menu-close{
  width:48px;
  height:48px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:2rem;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  padding:0;
}

.mobile-menu-nav{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:.45rem;
  margin:1.2rem 0;
}

.mobile-menu-nav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:1rem 0;
  color:#fbfaf4;
  font-family:'Satoshi', sans-serif;
  font-size:clamp(2.2rem, 10vw, 4.6rem);
  font-weight:800;
  letter-spacing:-.07em;
  line-height:.95;
  border-bottom:1px solid rgba(255,255,255,.10);
}

.mobile-menu-nav a:not(.mobile-quote-btn)::after{
  content:"↗";
  font-size:1.1rem;
  opacity:.45;
  letter-spacing:0;
}

.mobile-menu-nav .mobile-quote-btn{
  justify-content:center;
  margin-top:1.25rem;
  padding:1.15rem 1.4rem;
  border:0;
  border-radius:999px;
  background:var(--brand-green, #8ebc61);
  color:var(--ink-deep, #182218);
  font-family:'Manrope', sans-serif;
  font-size:12px;
  font-weight:900;
  letter-spacing:.28em;
  text-transform:uppercase;
}

.mobile-menu-socials{
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;
  padding-top:2rem;
  justify-content:center;
}

.mobile-menu-socials a{
  padding:.75rem .95rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.78);
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

body.mobile-menu-open{
  overflow:hidden;
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(2){
  opacity:0;
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

@media (max-width:1180px){
  .topbar{
    width:calc(100% - 1.5rem) !important;
    max-width:760px !important;
    top:.75rem !important;
    padding:.72rem .85rem !important;
    border-radius:999px !important;
    gap:.75rem !important;
    background:rgba(8,18,9,.96) !important;
    border-color:rgba(255,255,255,.14) !important;
    box-shadow:0 18px 42px rgba(0,0,0,.22) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  .brand-logo-full{
    display:none !important;
  }

  .brand-logo-symbol{
    display:block !important;
    height:44px !important;
  }

  .nav,
  .desktop-quote-btn{
    display:none !important;
  }

  .mobile-menu-toggle{
    display:flex !important;
    background:rgba(255,255,255,.10) !important;
    border-color:rgba(255,255,255,.20) !important;
  }
}

@media (max-width:640px){
  .topbar{
    width:calc(100% - 1rem) !important;
    top:12px !important;
    padding:.65rem .75rem !important;
  }

  .brand-logo-symbol{
    height:40px !important;
  }

  .mobile-menu-brand img{
    height:54px !important;
  }

  .mobile-menu-inner{
    padding:1rem 1rem 2rem !important;
  }

  .mobile-menu-nav a{
    font-size:clamp(2.05rem, 12vw, 3.8rem) !important;
  }
}



/* === ACOSTA INDEX FOOTER OVERRIDE START === */
/* =========================================================
   FOOTER COPIED FROM APPROVED INDEX
========================================================= */
/* =========================================================
   FOOTER — PREMIUM EDITORIAL
========================================================= */
.site-footer{
  background:#fbfaf4;
  color:var(--forest-deep);
  padding:3.2rem 0 1.4rem;
  border-top:1px solid var(--line-soft);
}

.footer-inner{
  display:grid;
  gap:2.2rem;
}

.footer-top{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(420px,.9fr);
  gap:2.8rem;
  align-items:start;
}

.footer-brand-block{
  display:grid;
  gap:1rem;
}

.footer-brand-line{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:2rem;
}

.footer-logo{
  display:inline-flex;
  align-items:center;
  gap:.75rem;
  padding-right:2rem;
  border-right:2px solid rgba(24,34,24,.62);
  color:var(--forest-deep);
}

.footer-logo-mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
}

.footer-logo-mark svg{
  width:34px;
  height:34px;
}

.footer-logo .display{
  font-size:clamp(2rem,3.6vw,3.7rem);
  line-height:1;
  letter-spacing:-.075em;
  white-space:nowrap;
}

.footer-intro{
  max-width:410px;
  margin:0;
  color:rgba(38,49,38,.58);
  font-size:1.05rem;
  line-height:1.75;
}

.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
}

.footer-socials a{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#dfeae0;
  color:var(--forest-deep);
  transition:transform .25s ease, background-color .25s ease;
}

.footer-socials a:hover{
  transform:translateY(-3px);
  background:var(--brand-green);
}

.footer-socials svg{
  width:19px;
  height:19px;
}

.footer-inline-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:1.25rem;
  margin-top:1.2rem;
}

.footer-inline-info{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.9rem;
  color:rgba(38,49,38,.72);
  font-size:1rem;
  font-weight:700;
  line-height:1.5;
}

.footer-inline-info a,
.footer-inline-info span{
  color:rgba(38,49,38,.72);
  white-space:nowrap;
}

.footer-inline-info a:hover{
  opacity:.65;
}


.footer-links-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.6rem;
}

.footer-links-grid h3{
  margin:0 0 1.5rem;
  color:var(--forest-deep);
  font-size:.94rem;
  font-weight:900;
  letter-spacing:-.03em;
  text-transform:uppercase;
}

.footer-links-grid a{
  display:block;
  margin:.9rem 0;
  color:rgba(38,49,38,.78);
  font-size:.98rem;
  font-weight:600;
  line-height:1.35;
  transition:opacity .25s ease, transform .25s ease;
}

.footer-links-grid a:hover{
  opacity:.62;
  transform:translateX(4px);
}

.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  padding-top:1.2rem;
  border-top:1px solid rgba(24,34,24,.55);
  color:rgba(38,49,38,.64);
  font-size:.85rem;
  font-weight:700;
  text-transform:uppercase;
}

.footer-bottom p{margin:0;}
.footer-bottom div{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;}
.footer-bottom a{transition:opacity .25s ease;color:rgba(38,49,38,.64);}
.footer-bottom a:hover{opacity:.6;}

@media (max-width:1100px){
  .footer-top,
  .footer-brand-line{
    grid-template-columns:1fr;
  }

  .footer-logo{
    border-right:0;
    padding-right:0;
  }

  .footer-links-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:640px){
  .site-footer{padding:4rem 0 1.5rem;}
  .footer-links-grid{grid-template-columns:1fr;gap:1.5rem;}
  .footer-bottom{align-items:flex-start;flex-direction:column;}
  .footer-inline-row{align-items:flex-start;flex-direction:column;}
  .footer-inline-info{gap:.55rem;font-size:.92rem;}
}

.site-footer .footer-logo img{
  height:72px;
  width:auto;
  max-width:100%;
  object-fit:contain;
  display:block;
}

@media (max-width:640px){
  .site-footer .footer-logo img{
    height:58px;
    margin:0 auto;
  }
}
/* === ACOSTA INDEX FOOTER OVERRIDE END === */



/* =========================================================
   FOOTER RESPONSIVE MATCH — APPROVED INDEX ORDER
   Keeps footer centered and ordered like index on tablet/mobile
========================================================= */
@media (max-width:1180px){
  .site-footer{
    padding:3.5rem 0 1.4rem !important;
  }

  .site-footer .container.footer-inner{
    width:calc(100% - (clamp(1.25rem, 5vw, 3rem) * 2)) !important;
    max-width:760px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .footer-top{
    grid-template-columns:1fr !important;
    gap:2.4rem !important;
  }

  .footer-brand-block,
  .footer-brand-line,
  .footer-inline-row{
    justify-items:center !important;
    text-align:center !important;
  }

  .footer-brand-line{
    grid-template-columns:1fr !important;
    gap:1.05rem !important;
  }

  .footer-logo{
    padding-right:0 !important;
    border-right:0 !important;
    justify-content:center !important;
  }

  .footer-logo img{
    height:68px !important;
    width:auto !important;
    max-width:100% !important;
    margin:0 auto !important;
    object-fit:contain !important;
  }

  .footer-intro{
    margin:0 auto !important;
    max-width:430px !important;
    font-size:1rem !important;
    line-height:1.65 !important;
    text-align:center !important;
  }

  .footer-inline-row{
    align-items:center !important;
    flex-direction:column !important;
    gap:1.15rem !important;
  }

  .footer-socials{
    justify-content:center !important;
  }

  .footer-inline-info{
    justify-content:center !important;
    text-align:center !important;
    gap:.55rem !important;
    max-width:520px !important;
    margin:0 auto !important;
  }

  .footer-links-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    gap:1.8rem 2rem !important;
    max-width:560px !important;
    margin:0 auto !important;
    text-align:center !important;
  }

  .footer-links-grid h3{
    margin-bottom:.95rem !important;
    font-size:.86rem !important;
  }

  .footer-links-grid a{
    margin:.72rem 0 !important;
    font-size:.94rem !important;
  }

  .footer-links-grid a:hover{
    transform:none !important;
  }

  .footer-bottom{
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
    flex-direction:column !important;
    gap:.75rem !important;
  }

  .footer-bottom div{
    justify-content:center !important;
  }
}

@media (max-width:640px){
  .site-footer{
    padding:4rem 0 1.5rem !important;
  }

  .site-footer .container.footer-inner{
    width:calc(100% - (clamp(1.35rem, 6vw, 1.9rem) * 2)) !important;
    max-width:480px !important;
  }

  .footer-logo img{
    height:62px !important;
  }

  .footer-intro{
    font-size:.98rem !important;
  }

  .footer-socials a{
    width:42px !important;
    height:42px !important;
  }

  .footer-inline-info{
    font-size:.92rem !important;
    line-height:1.7 !important;
  }

  .footer-inline-info span:nth-of-type(1),
  .footer-inline-info span:nth-of-type(2){
    display:none !important;
  }

  .footer-links-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    gap:1.6rem 1.25rem !important;
  }

  .footer-links-grid a{
    font-size:.92rem !important;
  }

  .footer-bottom{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    gap:.9rem !important;
  }

  .footer-bottom p{
    margin:0 !important;
    text-align:center !important;
  }

  .footer-bottom > div{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    flex-wrap:wrap !important;
    gap:.75rem !important;
  }
}

@media (max-width:390px){
  .footer-links-grid{
    grid-template-columns:1fr !important;
  }
}



/* === ACOSTA FINAL MENU SIZE LOCK — MATCH APPROVED INDEX START === */
.topbar{
  position:fixed !important;
  top:20px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  width:min(var(--container),calc(100% - 2rem)) !important;
  max-width:var(--container) !important;
  z-index:9999 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:1.5rem !important;
  padding:1rem 1.4rem !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(8,18,9,.34) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
  box-shadow:0 18px 40px rgba(0,0,0,.12) !important;
  color:#fff !important;
  transition:background-color .35s ease,border-color .35s ease,box-shadow .35s ease !important;
}

.topbar.scrolled{
  background:rgba(8, 31, 8, 0.92) !important;
  border-color:rgba(255,255,255,.10) !important;
  box-shadow:0 18px 48px rgba(0,0,0,.28) !important;
}

.brand{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:.85rem !important;
  line-height:1 !important;
  flex:0 0 auto !important;
  min-width:0 !important;
}

.brand-logo{
  display:block !important;
  width:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  flex:0 0 auto !important;
}

.brand-logo-full{
  display:block !important;
  height:52px !important;
  width:auto !important;
}

.brand-logo-symbol{
  display:none !important;
  height:44px !important;
  width:auto !important;
}

.nav{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:1.6rem !important;
  flex-wrap:wrap !important;
  min-width:0 !important;
}

.nav a{
  color:rgba(255,255,255,.82) !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.28em !important;
  text-transform:uppercase !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
  transform:none;
}

.nav a:hover,
.nav a.active{
  color:#fff !important;
  transform:translateY(-2px) !important;
}

.desktop-quote-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:.6rem !important;
  padding:1rem 1.6rem !important;
  border-radius:999px !important;
  background:var(--brand-green, #8ebc61) !important;
  color:var(--ink-deep, #182218) !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.28em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
}

.mobile-menu-toggle{
  display:none !important;
  width:48px !important;
  height:48px !important;
  min-width:48px !important;
  min-height:48px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.08) !important;
  color:#fff !important;
  align-items:center !important;
  justify-content:center !important;
  flex-direction:column !important;
  gap:5px !important;
  cursor:pointer !important;
  position:relative !important;
  z-index:1002 !important;
  padding:0 !important;
}

.mobile-menu-toggle span{
  width:20px !important;
  height:2px !important;
  border-radius:999px !important;
  background:#fff !important;
  transition:transform .25s ease, opacity .25s ease !important;
}

.mobile-menu{
  position:fixed !important;
  inset:0 !important;
  z-index:1001 !important;
  background:#17311d !important;
  color:#fff !important;
  display:none;
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease !important;
}

.mobile-menu.is-open{
  display:block !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

.mobile-menu-inner{
  width:100% !important;
  max-width:720px !important;
  min-height:100dvh !important;
  margin:0 auto !important;
  padding:1.15rem clamp(1.25rem, 5vw, 3rem) 2.2rem !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
}

.mobile-menu-top{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:1rem !important;
  padding-bottom:1.6rem !important;
}

.mobile-menu-brand img{
  height:50px !important;
  width:auto !important;
  object-fit:contain !important;
}

.mobile-menu-close{
  width:48px !important;
  height:48px !important;
  min-width:48px !important;
  min-height:48px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.20) !important;
  background:rgba(255,255,255,.10) !important;
  color:#fff !important;
  font-size:2rem !important;
  line-height:1 !important;
  display:grid !important;
  place-items:center !important;
  cursor:pointer !important;
  padding:0 !important;
}

.mobile-menu-nav{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  gap:.45rem !important;
  margin:1.2rem 0 !important;
}

.mobile-menu-nav a{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  padding:.78rem 0 !important;
  color:#fbfaf4 !important;
  font-family:'Satoshi', sans-serif !important;
  font-size:clamp(1.65rem, 6.8vw, 3.1rem) !important;
  font-weight:700 !important;
  letter-spacing:-.045em !important;
  line-height:1.05 !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
}

.mobile-menu-nav a:not(.mobile-quote-btn)::after{
  display:none !important;
  content:none !important;
}

.mobile-menu-nav .mobile-quote-btn{
  width:min(100%, 360px) !important;
  justify-content:center !important;
  margin:1.35rem auto 0 !important;
  padding:1.05rem 1.4rem !important;
  border:0 !important;
  border-radius:999px !important;
  background:var(--brand-green, #8ebc61) !important;
  color:var(--ink-deep, #182218) !important;
  font-family:'Manrope', sans-serif !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.24em !important;
  text-transform:uppercase !important;
}

.mobile-menu-socials{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  gap:.55rem !important;
  padding-top:1.4rem !important;
}

.mobile-menu-socials a{
  padding:.68rem .82rem !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:rgba(255,255,255,.08) !important;
  color:rgba(255,255,255,.78) !important;
  font-size:.68rem !important;
  font-weight:800 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}

body.mobile-menu-open{
  overflow:hidden !important;
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(1){
  transform:translateY(7px) rotate(45deg) !important;
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(2){
  opacity:0 !important;
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg) !important;
}

@media (max-width:1180px){
  .topbar{
    width:calc(100% - 1.5rem) !important;
    max-width:760px !important;
    top:.75rem !important;
    padding:.72rem .85rem !important;
    border-radius:999px !important;
    gap:.75rem !important;
    background:rgba(8,18,9,.96) !important;
    border-color:rgba(255,255,255,.14) !important;
    box-shadow:0 18px 42px rgba(0,0,0,.22) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  .brand-logo-full{
    display:none !important;
  }

  .brand-logo-symbol{
    display:block !important;
    height:44px !important;
  }

  .nav,
  .desktop-quote-btn{
    display:none !important;
  }

  .mobile-menu-toggle{
    display:flex !important;
    background:rgba(255,255,255,.10) !important;
    border-color:rgba(255,255,255,.20) !important;
  }
}

@media (max-width:640px){
  .topbar{
    width:calc(100% - 1rem) !important;
    top:12px !important;
    padding:.62rem .72rem !important;
  }

  .brand-logo-symbol{
    height:38px !important;
  }

  .mobile-menu-brand img{
    height:50px !important;
  }

  .mobile-menu-inner{
    padding:1rem clamp(1.35rem, 6vw, 1.9rem) 2rem !important;
  }

  .mobile-menu-nav a{
    font-size:clamp(1.55rem, 8.4vw, 2.55rem) !important;
    padding:.68rem 0 !important;
    letter-spacing:-.038em !important;
  }

  .mobile-menu-socials a{
    font-size:.62rem !important;
    padding:.62rem .72rem !important;
  }
}
/* === ACOSTA FINAL MENU SIZE LOCK — MATCH APPROVED INDEX END === */





/* =========================================================
   ACOSTA FINAL GLOBAL SPACING LOCK — DESKTOP + TABLET + MOBILE
   Keeps every page away from screen edges and prevents oversized
   editorial elements from creating horizontal scroll.
========================================================= */
html,
body{
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
}

body{
  min-width:0 !important;
  position:relative !important;
}

main,
section,
header,
footer{
  max-width:100% !important;
  overflow:visible !important;
}

/* Same visual gutter system across the site */
.container,
.hero-inner,
.photo-cta-content,
.footer-inner,
.about-hero-inner,
.service-hero-inner,
.reviews-hero-content,
.contact-hero-content,
.projects-editorial-head,
.projects-showcase,
.service-layout,
.about-premium-grid,
.process-timeline-head,
.process-timeline,
.youtube-showcase-head,
.youtube-slider-shell,
.legal-shell,
.faq-shell,
.quote-shell{
  box-sizing:border-box !important;
  width:min(var(--container, 1320px), calc(100% - clamp(2rem, 5vw, 6rem))) !important;
  max-width:var(--container, 1320px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.topbar{
  box-sizing:border-box !important;
  width:min(var(--container, 1320px), calc(100% - clamp(1.5rem, 4vw, 5rem))) !important;
  max-width:var(--container, 1320px) !important;
}

/* Prevent grid/flex children from forcing overflow */
.hero-grid,
.about-premium-grid,
.service-hero-inner,
.service-layout,
.reviews-hero-content,
.contact-hero-content,
.projects-editorial-head,
.projects-intro-row,
.projects-showcase,
.footer-top,
.footer-bottom,
.process-timeline,
.youtube-showcase-head,
.youtube-track,
.contact-grid,
.about-grid,
.projects-grid,
.services-grid,
.process-grid,
.confidence-grid{
  min-width:0 !important;
  max-width:100% !important;
}

.hero-grid > *,
.about-premium-grid > *,
.service-hero-inner > *,
.service-layout > *,
.reviews-hero-content > *,
.contact-hero-content > *,
.projects-editorial-head > *,
.projects-intro-row > *,
.projects-showcase > *,
.footer-top > *,
.footer-bottom > *,
.process-timeline > *,
.youtube-showcase-head > *,
.youtube-track > *,
.contact-grid > *,
.about-grid > *,
.projects-grid > *,
.services-grid > *,
.process-grid > *,
.confidence-grid > *{
  min-width:0 !important;
  max-width:100% !important;
}

/* Large titles must never push the page sideways */
.hero-title,
.about-hero-title,
.service-hero h1,
.reviews-hero h1,
.projects-editorial-title,
.contact-hero h1,
.contact-title,
.legal-title,
.faq-title,
.quote-title,
.section-title,
.service-title,
.areas-title,
.content-title,
.display{
  max-width:100% !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}

.hero-copy,
.about-hero-copy,
.service-hero-copy,
.reviews-hero-copy,
.contact-hero-copy,
.section-copy,
.intro-copy,
.footer-intro,
p{
  max-width:100% !important;
}

img,
video,
iframe,
canvas,
svg{
  max-width:100% !important;
}

@media (min-width:1181px){
  .container,
  .hero-inner,
  .photo-cta-content,
  .footer-inner,
  .about-hero-inner,
  .service-hero-inner,
  .reviews-hero-content,
  .contact-hero-content,
  .projects-editorial-head,
  .projects-showcase,
  .service-layout,
  .about-premium-grid,
  .process-timeline-head,
  .process-timeline,
  .youtube-showcase-head,
  .youtube-slider-shell,
  .legal-shell,
  .faq-shell,
  .quote-shell{
    width:min(var(--container, 1320px), calc(100% - 5rem)) !important;
  }

  .topbar{
    width:min(var(--container, 1320px), calc(100% - 3rem)) !important;
  }

  .about-hero-title,
  .service-hero h1,
  .reviews-hero h1,
  .projects-editorial-title,
  .contact-hero h1,
  .contact-title,
  .legal-title,
  .faq-title,
  .quote-title{
    font-size:clamp(4rem, 7vw, 8rem) !important;
    line-height:.9 !important;
  }
}

@media (max-width:1180px){
  .container,
  .hero-inner,
  .photo-cta-content,
  .footer-inner,
  .about-hero-inner,
  .service-hero-inner,
  .reviews-hero-content,
  .contact-hero-content,
  .projects-editorial-head,
  .projects-showcase,
  .service-layout,
  .about-premium-grid,
  .process-timeline-head,
  .process-timeline,
  .youtube-showcase-head,
  .youtube-slider-shell,
  .legal-shell,
  .faq-shell,
  .quote-shell{
    width:min(100% - 48px, 760px) !important;
    max-width:760px !important;
  }

  .topbar{
    width:min(100% - 24px, 760px) !important;
    max-width:760px !important;
  }
}

@media (max-width:768px){
  .container,
  .hero-inner,
  .photo-cta-content,
  .footer-inner,
  .about-hero-inner,
  .service-hero-inner,
  .reviews-hero-content,
  .contact-hero-content,
  .projects-editorial-head,
  .projects-showcase,
  .service-layout,
  .about-premium-grid,
  .process-timeline-head,
  .process-timeline,
  .youtube-showcase-head,
  .youtube-slider-shell,
  .legal-shell,
  .faq-shell,
  .quote-shell{
    width:calc(100% - 40px) !important;
    max-width:560px !important;
  }

  .topbar{
    width:calc(100% - 24px) !important;
  }

  .about-hero-title,
  .service-hero h1,
  .reviews-hero h1,
  .projects-editorial-title,
  .contact-hero h1,
  .contact-title,
  .legal-title,
  .faq-title,
  .quote-title{
    font-size:clamp(2.9rem, 13vw, 4.8rem) !important;
    line-height:.92 !important;
    letter-spacing:-.06em !important;
  }

  .section-title,
  .service-title,
  .areas-title,
  .content-title{
    font-size:clamp(2.35rem, 10vw, 4.1rem) !important;
    line-height:.95 !important;
    letter-spacing:-.055em !important;
  }
}

@media (max-width:480px){
  .container,
  .hero-inner,
  .photo-cta-content,
  .footer-inner,
  .about-hero-inner,
  .service-hero-inner,
  .reviews-hero-content,
  .contact-hero-content,
  .projects-editorial-head,
  .projects-showcase,
  .service-layout,
  .about-premium-grid,
  .process-timeline-head,
  .process-timeline,
  .youtube-showcase-head,
  .youtube-slider-shell,
  .legal-shell,
  .faq-shell,
  .quote-shell{
    width:calc(100% - 32px) !important;
    max-width:440px !important;
  }

  .topbar{
    width:calc(100% - 16px) !important;
  }

  .about-hero-title,
  .service-hero h1,
  .reviews-hero h1,
  .projects-editorial-title,
  .contact-hero h1,
  .contact-title,
  .legal-title,
  .faq-title,
  .quote-title{
    font-size:clamp(2.45rem, 12.5vw, 3.85rem) !important;
    line-height:.94 !important;
  }

  .section-label,
  .kicker,
  .eyebrow{
    letter-spacing:.20em !important;
  }
}


/* ===== PROJECT FILTER UPDATE: LAWNS & TURF ===== */
.project-filter-nav{
  gap:clamp(1.6rem, 3vw, 3.6rem) !important;
  flex-wrap:wrap !important;
}

@media (max-width:640px){
  .project-filter-nav{
    flex-wrap:wrap !important;
    row-gap:.75rem !important;
    column-gap:clamp(.8rem, 4vw, 1.4rem) !important;
  }
}

/* =========================================================
   PROJECTS — SINGLE SCROLL ROOT
   Una sola barra visible. El scroll lo controla main.
========================================================= */

html,
body{
  width:100% !important;
  max-width:100% !important;
  height:100% !important;
  min-height:100% !important;
  margin:0 !important;
  overflow:hidden !important;
}

body{
  position:relative !important;
}

/* Main becomes the only scroll container */
main{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  height:100vh !important;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  -webkit-overflow-scrolling:touch !important;
}

/* No section can create its own vertical scrollbar */
section,
header,
footer,
.container,
.projects-editorial-section,
.projects-editorial-head,
.projects-intro-row,
.project-filter-nav,
.projects-showcase,
.logo-strip,
.logo-strip-track,
.service-areas,
.areas-grid,
.faq-section,
.faq-layout,
.estimate-cta-wrap,
.site-footer,
.footer-inner,
.footer-top,
.footer-bottom{
  max-height:none !important;
  overflow-y:visible !important;
}

/* First Projects section must flow naturally */
.projects-editorial-section{
  min-height:auto !important;
  height:auto !important;
  overflow:visible !important;
  display:block !important;
  align-items:initial !important;
}

/* Keep image/card clipping only */
.project-main-panel,
.project-next-panel,
.project-main-img,
.project-next-img,
.logo-strip,
.modal-gallery,
.modal-image{
  overflow:hidden !important;
}

/* Modal cannot create extra page scrollbar */
.modal-shell,
.modal-content{
  max-height:none !important;
  overflow:visible !important;
}

/* Mobile menu stays fixed above main */
.mobile-menu,
.project-modal{
  position:fixed !important;
}

/* When menu opens, only main stops */
body.mobile-menu-open main{
  overflow:hidden !important;
}
