:root{
      --sand:#f3f1e8;
      --sand-strong:#e7e3d3;
      --paper:#fbfaf4;
      --ink:#263126;
      --ink-deep:#182218;
      --ink-soft:#586557;
      --ink-muted:#7d8877;
      --forest:#27452a;
      --forest-deep:#17311d;
      --brand-green:#8ebc61;
      --brand-green-soft:#a6cd7d;
      --line-soft:rgba(38,49,38,.10);
      --line-strong:rgba(39,69,42,.20);
      --gold:#f5b301;
      --shadow-soft:0 18px 45px rgba(24,34,24,.07);
      --shadow-strong:0 30px 90px rgba(24,42,25,.18);
      --radius:2rem;
      --container:1320px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:'Manrope',sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at top left, rgba(142,188,97,.18), transparent 22%),
        radial-gradient(circle at 85% 12%, rgba(39,69,42,.08), transparent 16%),
        linear-gradient(180deg,#fbfaf4 0%,#f3f1e8 100%);
    }

    body::after{
      content:"";
      position:fixed;
      inset:0;
      z-index:9998;
      pointer-events:none;
      opacity:.055;
      mix-blend-mode:multiply;
      background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
    }

    img{max-width:100%;display:block}
    a{text-decoration:none;color:inherit}
    button,a{font:inherit}
    button{cursor:pointer}
    .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;
    }
    .display span{opacity:.55;font-weight:650}

    .topbar{
      position:fixed;
      top:20px;
      left:50%;
      transform:translateX(-50%);
      width:min(var(--container),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}
    .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);
      box-shadow:0 0 0 0 rgba(142,188,97,.45);
      animation:pulseRing 2.6s infinite;
    }
    .brand-badge svg{width:24px;height:24px}
    .brand small{
      display:block;
      font-size:.72rem;
      text-transform:uppercase;
      letter-spacing:.34em;
      color:rgba(255,255,255,.60);
    }
    .brand strong{font-size:1.2rem;font-weight:700}
    .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{
      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);
      color:var(--ink-deep);
      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:hover{transform:translateY(-2px) scale(1.02);background:var(--brand-green-soft)}

    .reviews-hero{
      position:relative;
      min-height:520px;
      display:flex;
      align-items:flex-end;
      overflow:hidden;
      color:#fbfaf4;
      background:
        linear-gradient(90deg,rgba(5,12,5,.86),rgba(5,12,5,.46) 48%,rgba(5,12,5,.22)),
        linear-gradient(180deg,rgba(5,12,5,.08),rgba(5,12,5,.66)),
        url('https://acostalands.com/wp-content/uploads/2026/05/Lake-outdoor-2.webp') center/cover;
    }
    .reviews-hero::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 15% 38%, rgba(142,188,97,.24), transparent 28%),
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.06) 1px, transparent 1px);
      background-size:auto,110px 110px,110px 110px;
      pointer-events:none;
      opacity:1;
    }
    .reviews-hero-content{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);
      gap:2rem;
      align-items:end;
      padding:8.2rem 0 4rem;
    }
    .breadcrumb{
      display:flex;
      align-items:center;
      gap:.9rem;
      color:rgba(255,255,255,.76);
      font-size:.95rem;
      font-weight:600;
      margin-bottom:1.6rem;
    }
    .breadcrumb span{opacity:.55}
    .reviews-kicker{
      color:var(--brand-green-soft);
      font-size:11px;
      font-weight:900;
      letter-spacing:.32em;
      text-transform:uppercase;
      margin-bottom:.95rem;
    }
    .reviews-hero h1{
      margin:0;
      color:#fbfaf4;
      font-size:clamp(3.4rem,6.5vw,7rem);
      line-height:.9;
      letter-spacing:-.075em;
    }
    .reviews-hero h1 span{display:block;color:rgba(255,255,255,.56);opacity:1}
    .reviews-hero-copy{
      max-width:680px;
      margin:1.35rem 0 0;
      color:rgba(255,255,255,.76);
      line-height:1.75;
      font-size:1.05rem;
    }
    .rating-card{
      padding:1.55rem;
      border-radius:1.6rem;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.12);
      backdrop-filter:blur(18px);
      box-shadow:0 26px 70px rgba(0,0,0,.18);
    }
    .rating-card-grid{display:grid;grid-template-columns:auto 1fr;gap:1.3rem;align-items:center}
    .rating-number{
      color:#fbfaf4;
      font-family:'Satoshi',sans-serif;
      font-size:clamp(3rem,5vw,4.9rem);
      letter-spacing:-.08em;
      line-height:.9;
    }
    .rating-card small{display:block;margin-top:.3rem;color:rgba(255,255,255,.66);font-weight:700}
    .stars{color:var(--gold);letter-spacing:.12em;font-size:1rem;white-space:nowrap}
    .rating-card h3{margin:.6rem 0 .35rem;color:#fbfaf4;font-size:1.15rem}
    .rating-card p{margin:0;color:rgba(255,255,255,.68);line-height:1.55;font-size:.93rem}

    .proof-strip{
      background:#fbfaf4;
      padding:1.1rem 0;
      border-bottom:1px solid var(--line-soft);
    }
    .proof-row{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:1rem;
    }
    .proof-item{
      padding:1rem 1.2rem;
      border-radius:1.25rem;
      background:rgba(255,255,255,.64);
      border:1px solid var(--line-soft);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
    }
    .proof-item strong{font-family:'Satoshi',sans-serif;font-size:1.55rem;letter-spacing:-.05em;color:var(--forest-deep)}
    .proof-item span{color:rgba(38,49,38,.62);font-weight:800;font-size:.83rem;text-transform:uppercase;letter-spacing:.16em;text-align:right}

    .reviews-showcase{
      background:#fbfaf4;
      color:var(--forest-deep);
      padding:clamp(4rem,6.5vw,6.5rem) 0;
      overflow:hidden;
    }
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:2rem;
      margin-bottom:2rem;
    }
    .section-label{
      color:var(--brand-green);
      font-size:11px;
      font-weight:900;
      letter-spacing:.32em;
      text-transform:uppercase;
      margin-bottom:.8rem;
    }
    .section-title{
      margin:0;
      max-width:880px;
      color:var(--forest-deep);
      font-size:clamp(2.8rem,5.2vw,5.5rem);
      line-height:.94;
      letter-spacing:-.075em;
    }
    .section-title span{opacity:.36;font-weight:700}
    .section-copy{
      max-width:430px;
      margin:0;
      color:rgba(38,49,38,.62);
      line-height:1.8;
      font-size:1rem;
    }

    .reviews-grid{
      display:grid;
      grid-template-columns:repeat(12,1fr);
      gap:1.1rem;
      align-items:stretch;
    }

    .review-card{
      position:relative;
      overflow:hidden;
      border-radius:1.55rem;
      background:rgba(255,255,255,.72);
      border:1px solid var(--line-soft);
      box-shadow:0 18px 46px rgba(24,34,24,.075);
      transition:transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s cubic-bezier(.22,1,.36,1), background-color .45s cubic-bezier(.22,1,.36,1);
      min-height:100%;
    }
    .review-card:hover{
      transform:translateY(-7px);
      box-shadow:0 32px 84px rgba(24,34,24,.13);
      background:#fff;
    }
    .review-card.is-clickable{cursor:pointer}
    .review-card.small{grid-column:span 4}
    .review-card.medium{grid-column:span 6}
    .review-card.large{grid-column:span 8}
    .review-card.tall{grid-row:span 2}
    .review-card.quote-only{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;min-height:360px}
    .review-card.featured{grid-column:span 12;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);min-height:440px;background:#f4f2e8}
    .review-card.case-study{
  grid-column:span 12;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.72fr);
  min-height:auto;
  background:#f4f2e8;
}

    .media-wrap{position:relative;overflow:hidden;background:#dfeae0}
    .media-wrap img,
    .gallery-grid img,
    .feature-image img,
    .mini-gallery img{
      width:100%;height:100%;object-fit:contain;transition:transform .85s cubic-bezier(.22,1,.36,1), filter .85s cubic-bezier(.22,1,.36,1);
    }
    .review-card:hover .media-wrap img,
    .review-card:hover .gallery-grid img,
    .review-card:hover .feature-image img,
    .review-card:hover .mini-gallery img{transform:scale(1.045);filter:saturate(1.04) contrast(1.02)}

    .card-media{height:230px;border-radius:1.35rem;margin:.7rem .7rem 0;overflow:hidden}
    .card-body{padding:1.25rem 1.35rem 1.35rem}
    .review-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.65rem}
    .review-person{display:flex;align-items:center;gap:.75rem;min-width:0}
    .avatar{
      width:42px;height:42px;border-radius:999px;
      display:grid;place-items:center;
      background:var(--forest-deep);
      color:#fbfaf4;
      font-weight:900;
      font-size:.8rem;
      letter-spacing:.02em;
      flex:0 0 auto;
    }
    .avatar.soft{background:#dfeae0;color:var(--forest-deep)}
    .review-person strong{display:block;color:var(--forest-deep);font-size:1rem;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px}
    .review-person small{display:block;margin-top:.18rem;color:rgba(38,49,38,.50);font-weight:700;font-size:.75rem}
    .review-date{color:rgba(38,49,38,.48);font-size:.78rem;font-weight:800;white-space:nowrap}
    .review-stars{color:var(--gold);letter-spacing:.08em;font-size:.88rem;margin:.55rem 0 .7rem}
    .review-text{margin:0;color:rgba(38,49,38,.72);line-height:1.67;font-size:.95rem}
    .review-text.large-text{font-size:1.08rem;line-height:1.7;color:rgba(38,49,38,.76)}
    .tag-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:1rem}
    .service-tag{display:inline-flex;align-items:center;padding:.55rem .72rem;border-radius:.75rem;background:#edf1df;color:var(--forest-deep);font-size:.72rem;font-weight:900;letter-spacing:.02em}
    .card-arrow{color:var(--forest-deep);opacity:.45;font-size:1.25rem;transition:transform .25s ease,opacity .25s ease}
    .review-card:hover .card-arrow{transform:translate(3px,-3px);opacity:.85}

    .gallery-grid{
  display:grid;
  gap:.35rem;
  margin:.7rem .7rem 0;
  border-radius:1.35rem;
  overflow:hidden;
  height:340px;
  background:#dfeae0;
}
    .gallery-grid.grid-4{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}
    .gallery-grid.grid-2{grid-template-columns:repeat(2,1fr);height:285px}
    .gallery-grid button,.media-wrap button,.feature-image button,.mini-gallery button{border:0;padding:0;background:transparent;display:block;overflow:hidden;cursor:zoom-in}
    .gallery-grid button{min-width:0;min-height:0}
    .photo-count{
      position:absolute;right:.75rem;bottom:.75rem;padding:.55rem .72rem;border-radius:999px;
      background:rgba(24,34,24,.72);color:#fbfaf4;font-size:.75rem;font-weight:900;backdrop-filter:blur(10px)
    }

    .quote-mark{font-family:'Satoshi',sans-serif;font-size:5rem;line-height:.7;color:rgba(142,188,97,.24);letter-spacing:-.1em}
    .quote-only .review-text{font-family:'Satoshi',sans-serif;font-size:clamp(1.55rem,2.4vw,2.35rem);line-height:1.04;letter-spacing:-.06em;color:var(--forest-deep)}
    .quote-only .review-meta{margin-top:1.4rem;margin-bottom:0}

    .feature-image{position:relative;min-height:100%;overflow:hidden;background:#20331f}
    .feature-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.38));pointer-events:none}
    .feature-copy{padding:clamp(1.6rem,3vw,2.3rem);display:flex;flex-direction:column;justify-content:center}
    .feature-copy .section-label{color:var(--brand-green);margin-bottom:1rem}
    .feature-quote{margin:0;color:var(--forest-deep);font-size:clamp(2.2rem,4vw,4.4rem);line-height:.93;letter-spacing:-.075em}
    .feature-quote span{opacity:.38}
    .feature-copy .review-text{margin-top:1.4rem;max-width:620px}
    .feature-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.2rem}
    .feature-meta{margin-top:1.6rem}

    .case-media{
  position:relative;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:auto 140px;
  gap:.35rem;
  padding:.7rem;
}

.case-media .main-shot{
  border-radius:1.2rem;
  overflow:hidden;
  height:460px;
  background:#dfeae0;
}

.case-media .main-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.case-media .side-shots{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:.35rem;
}

.case-media .side-shots button{
  border-radius:1rem;
  overflow:hidden;
  position:relative;
  border:0;
  padding:0;
  background:transparent;
  cursor:zoom-in;
}
    .shot-label{position:absolute;left:.55rem;bottom:.55rem;background:rgba(24,34,24,.72);color:#fbfaf4;border-radius:999px;padding:.38rem .52rem;font-size:.62rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;z-index:2}
    .case-copy{padding:2rem;display:flex;flex-direction:column;justify-content:center}

    .wide-card{grid-column:span 8}
    .mini-card{grid-column:span 4}

    .reviews-cta{
      margin-top:1.6rem;
      position:relative;
      overflow:hidden;
      border-radius:1.8rem;
      padding:clamp(1.4rem,3vw,2.2rem);
      background:#e9eee2;
      border:1px solid rgba(38,49,38,.09);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1.5rem;
    }
    .reviews-cta::after{
      content:"";
      position:absolute;
      right:-4rem;bottom:-5rem;width:18rem;height:18rem;
      background:radial-gradient(circle,rgba(142,188,97,.22),transparent 68%);
      pointer-events:none;
    }
    .cta-left{display:flex;align-items:center;gap:1.2rem;position:relative;z-index:1}
    .cta-icon{width:64px;height:64px;border-radius:999px;border:1px solid rgba(38,49,38,.18);display:grid;place-items:center;color:var(--forest-deep);background:rgba(255,255,255,.45)}
    .cta-icon svg{width:30px;height:30px}
    .reviews-cta h2{margin:0;color:var(--forest-deep);font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.06em;line-height:1}
    .reviews-cta p{margin:.45rem 0 0;color:rgba(38,49,38,.62);font-weight:700}
    .dark-btn{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.75rem;padding:1.1rem 1.45rem;border-radius:.9rem;background:var(--forest-deep);color:#fbfaf4;font-weight:900;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;transition:transform .25s ease, background-color .25s ease}
    .dark-btn:hover{transform:translateY(-3px);background:#0f2114}

    .site-footer{
      background:#fbfaf4;
      color:var(--forest-deep);
      padding:3.2rem 0 1.4rem;
      border-top:1px solid var(--line-soft);
      overflow:hidden;
    }
    .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}

    .modal{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:1rem;background:rgba(5,12,5,.82);backdrop-filter:blur(12px)}
    .modal.is-open{display:flex}
    .modal-dialog{position:relative;width:min(1100px,100%);max-height:92vh;display:grid;gap:1rem}
    .modal-img-wrap{position:relative;border-radius:1.4rem;overflow:hidden;background:#101a10;box-shadow:0 30px 120px rgba(0,0,0,.35)}
    .modal-img{
  width:100%;
  height:min(82vh,820px);
  object-fit:cover;
  object-position:center;
  background:#101a10;
}
    .modal-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#fbfaf4}
    .modal-actions button,.modal-actions a{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.10);color:#fbfaf4;border-radius:999px;padding:.85rem 1rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;backdrop-filter:blur(12px)}
    .modal-nav{display:flex;gap:.6rem}.modal-nav button{min-width:48px}
    .modal-close{position:absolute;top:.8rem;right:.8rem;z-index:2;width:48px;height:48px;border:0;border-radius:999px;background:#fbfaf4;color:var(--forest-deep);font-size:1.4rem;display:grid;place-items:center}

    .reveal{opacity:0;transform:translate3d(0,18px,0);filter:blur(6px);transition:opacity 1.2s cubic-bezier(.22,1,.36,1),transform 1.2s cubic-bezier(.22,1,.36,1),filter 1.2s cubic-bezier(.22,1,.36,1);will-change:opacity,transform,filter}
    .reveal.visible{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}

    @keyframes pulseRing{0%{box-shadow:0 0 0 0 rgba(142,188,97,.45)}70%{box-shadow:0 0 0 18px rgba(142,188,97,0)}100%{box-shadow:0 0 0 0 rgba(142,188,97,0)}}

    @media(max-width:1180px){
      .reviews-hero-content{grid-template-columns:1fr}.rating-card{max-width:560px}
      .proof-row{grid-template-columns:repeat(2,minmax(0,1fr))}
      .review-card.small,.review-card.medium,.review-card.large,.wide-card,.mini-card{grid-column:span 6}
      .review-card.featured,.review-card.case-study{grid-template-columns:1fr;grid-column:span 12}
      .feature-image{min-height:420px}.case-media{grid-template-columns:1fr}.case-media .main-shot{min-height:420px}.case-media .side-shots{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr}
    }
    @media(max-width:1100px){.nav{display:none}.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:720px){
      .topbar{top:12px;border-radius:1.5rem;padding:.9rem 1rem}.brand small{font-size:.58rem}.brand strong{font-size:1rem}.cta-btn{padding:.85rem 1rem;letter-spacing:.16em}
      .reviews-hero{min-height:610px}.reviews-hero-content{padding:7rem 0 3rem}.reviews-hero h1{font-size:clamp(3.1rem,16vw,5rem)}
      .proof-row{grid-template-columns:1fr}.section-head{flex-direction:column;align-items:flex-start}
      .reviews-grid{grid-template-columns:1fr}.review-card.small,.review-card.medium,.review-card.large,.wide-card,.mini-card,.review-card.featured,.review-card.case-study{grid-column:1/-1}
      .gallery-grid.grid-2{grid-template-columns:1fr;height:auto}.gallery-grid.grid-2 button{height:220px}.review-card.featured{min-height:auto}.feature-image{min-height:360px}.case-media .side-shots{grid-template-columns:1fr;grid-template-rows:repeat(3,160px)}
      .reviews-cta{flex-direction:column;align-items:flex-start}.cta-left{align-items:flex-start}.dark-btn{width:100%;justify-content:center}
      .footer-links-grid{grid-template-columns:1fr}.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}
    }

    
  

/* =========================================================
   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;
  }
}


/* ===== WZ CHONG FEATURED REVIEW ===== */
.wz-review{
  grid-column:span 12 !important;
  display:block !important;
  min-height:auto !important;
}

.wz-review .review-text{
  font-family:'Manrope',sans-serif !important;
  font-size:1rem !important;
  line-height:1.9 !important;
  letter-spacing:0 !important;
  max-width:1000px !important;
}

.wz-review .quote-mark{
  font-size:3rem !important;
}

.wz-review .review-person strong{
  max-width:none !important;
}


/* ===== TINA ALEM FEATURED 5-PHOTO CARD ===== */
.tina-featured{
  grid-column:span 12 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr) !important;
  gap:0 !important;
  overflow:hidden !important;
}

.tina-feature-gallery{
  display:grid !important;
  grid-template-columns:1.25fr .75fr !important;
  gap:.45rem !important;
  padding:.7rem !important;
  min-height:520px !important;
  background:#dfeae0 !important;
}

.tina-feature-gallery button{
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  overflow:hidden !important;
  background:transparent !important;
  cursor:zoom-in !important;
  border-radius:1.2rem !important;
}

.tina-feature-gallery img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
}

.tina-main-photo{
  min-height:100% !important;
}

.tina-thumb-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  grid-template-rows:1fr 1fr !important;
  gap:.45rem !important;
}

.tina-featured .feature-copy{
  padding:clamp(1.7rem,3vw,2.5rem) !important;
}

@media(max-width:1180px){
  .tina-featured{
    grid-template-columns:1fr !important;
  }

  .tina-feature-gallery{
    min-height:520px !important;
  }
}

@media(max-width:720px){
  .tina-feature-gallery{
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }

  .tina-main-photo{
    height:280px !important;
  }

  .tina-thumb-grid{
    grid-template-columns:1fr 1fr !important;
  }

  .tina-thumb-grid button{
    height:150px !important;
  }
}


/* =========================================================
   FIX — CASE STUDY IMAGE FIT
   Keeps Before / Process / Final images clean inside their boxes
========================================================= */
.case-media{
  align-items:stretch !important;
}

.case-media .main-shot,
.case-media .side-shots button{
  background:#dfeae0 !important;
}

.case-media .main-shot img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}

.case-media .side-shots img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}

.case-media .side-shots{
  grid-template-rows:repeat(3, minmax(0,1fr)) !important;
}

.case-media .side-shots button{
  min-height:0 !important;
}

/* Stop hover zoom from making these photos look more cropped */
.review-card:hover .case-media .main-shot img,
.review-card:hover .case-media .side-shots img{
  transform:none !important;
  filter:none !important;
}


/* FIX SAFE — REVIEWS BALANCE + RESPONSIVE PHOTO FIT */
.reviews-grid{
  grid-auto-flow:dense !important;
}

.review-card.quote-only.review-text-card .review-text{
  font-family:'Manrope',sans-serif !important;
  font-size:1.02rem !important;
  line-height:1.65 !important;
  letter-spacing:0 !important;
}

.review-card.quote-only.review-text-card .quote-mark{
  font-size:3rem !important;
}

.card-media img,
.gallery-grid img,
.feature-image img,
.mini-gallery img,
.case-media img,
.tina-feature-gallery img{
  object-fit:cover !important;
  object-position:center !important;
}

.review-card:hover .card-media img,
.review-card:hover .gallery-grid img,
.review-card:hover .feature-image img,
.review-card:hover .mini-gallery img,
.review-card:hover .case-media img,
.review-card:hover .tina-feature-gallery img{
  transform:none !important;
}

@media(max-width:720px){
  .gallery-grid.grid-4 button{
    height:145px !important;
  }

  .gallery-grid.grid-2{
    grid-template-columns:repeat(2,1fr) !important;
    height:auto !important;
  }

  .gallery-grid.grid-2 button{
    height:150px !important;
  }

  .case-media .main-shot{
    min-height:0 !important;
    height:min(62vw,310px) !important;
  }

  .case-media .side-shots{
    grid-template-columns:repeat(3,1fr) !important;
    grid-template-rows:1fr !important;
  }

  .case-media .side-shots button{
    height:min(24vw,110px) !important;
  }

  .tina-feature-gallery{
    min-height:auto !important;
  }

  .tina-main-photo{
    height:min(62vw,310px) !important;
    min-height:0 !important;
  }

  .tina-thumb-grid button{
    height:min(31vw,145px) !important;
  }
}


/* FIX FINAL — REVIEWS EDITORIAL RHYTHM */
.reviews-grid{
  grid-auto-flow:dense !important;
  align-items:stretch !important;
}

.review-card.small{grid-column:span 4 !important;}
.review-card.medium{grid-column:span 6 !important;}
.review-card.large{grid-column:span 8 !important;}
.review-card.featured,
.review-card.case-study,
.wz-review{
  grid-column:span 12 !important;
}

.review-card.quote-only.review-text-card{
  min-height:285px !important;
}

.review-card.quote-only.review-text-card .review-text{
  font-family:'Manrope',sans-serif !important;
  font-size:1.02rem !important;
  line-height:1.65 !important;
  letter-spacing:0 !important;
}

.review-card.quote-only.review-text-card .quote-mark{
  font-size:3rem !important;
}

@media(max-width:1180px){
  .review-card.small,
  .review-card.medium,
  .review-card.large{
    grid-column:span 6 !important;
  }

  .review-card.featured,
  .review-card.case-study,
  .wz-review{
    grid-column:1 / -1 !important;
  }
}

@media(max-width:720px){
  .review-card.small,
  .review-card.medium,
  .review-card.large,
  .review-card.featured,
  .review-card.case-study,
  .wz-review{
    grid-column:1 / -1 !important;
  }

  .review-card.quote-only.review-text-card{
    min-height:auto !important;
  }
}


/* FIX — SHANNON REVIEW + PHOTO PLACEHOLDERS */
.shannon-review .gallery-grid{
  position:relative !important;
}

.shannon-preview img[src^="REPLACE-SHANNON-PHOTO"]{
  opacity:0 !important;
}

.shannon-preview button{
  position:relative !important;
  background:
    radial-gradient(circle at 30% 25%, rgba(142,188,97,.28), transparent 26%),
    linear-gradient(135deg,#dfeae0,#eef2e6) !important;
}

.shannon-preview button::after{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:rgba(23,49,29,.55);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.shannon-preview .photo-count{
  z-index:3;
}

@media(max-width:720px){
  .shannon-review .gallery-grid.grid-4 button{
    height:145px !important;
  }
}





/* =========================================================
   FINAL FIX — CASE STUDY LAYOUT + VIEW MORE REVIEWS
   Shelia / Shanarel: big photo + 3 photos below.
   Long reviews: View More / View Less.
========================================================= */

/* Clean photo fit for all review images */
.review-card img,
.media-wrap img,
.card-media img,
.gallery-grid img,
.feature-image img,
.mini-gallery img,
.case-media img,
.tina-feature-gallery img,
.tina-thumb-grid img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}

.review-card:hover img{
  transform:none !important;
}

/* Case-study cards: media left, text right */
.review-card.case-study{
  min-height:auto !important;
  grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr) !important;
  align-items:stretch !important;
}

/* Put the 3 small photos underneath the large photo */
.review-card.case-study .case-media{
  display:grid !important;
  grid-template-columns:1fr !important;
  grid-template-rows:auto 118px !important;
  gap:.55rem !important;
  padding:.7rem !important;
  align-items:stretch !important;
}

.review-card.case-study .main-shot{
  height:360px !important;
  min-height:0 !important;
  border-radius:1.2rem !important;
  background:#dfeae0 !important;
}

.review-card.case-study .side-shots{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  grid-template-rows:1fr !important;
  gap:.55rem !important;
}

.review-card.case-study .side-shots button{
  height:118px !important;
  min-height:0 !important;
  border-radius:1rem !important;
  background:#dfeae0 !important;
}

/* Text side compact but premium */
.review-card.case-study .case-copy{
  padding:1.65rem 1.9rem !important;
  justify-content:center !important;
}

.review-card.case-study .feature-quote{
  font-size:clamp(2.05rem,3.45vw,3.85rem) !important;
}

.review-card.case-study .review-text.large-text{
  margin-top:1rem !important;
}

/* Collapsible long reviews */
.collapsible-text{
  max-height:235px !important;
  overflow:hidden !important;
  position:relative !important;
  transition:max-height .45s cubic-bezier(.22,1,.36,1) !important;
}

.collapsible-text::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:68px !important;
  background:linear-gradient(to bottom, rgba(244,242,232,0), #f4f2e8 82%) !important;
  pointer-events:none !important;
}

.collapsible-text.expanded{
  max-height:1600px !important;
}

.collapsible-text.expanded::after{
  display:none !important;
}

.read-more-btn{
  margin-top:.75rem !important;
  padding:.58rem .82rem !important;
  width:max-content !important;
  border:1px solid rgba(39,69,42,.16) !important;
  border-radius:999px !important;
  background:#edf1df !important;
  color:#17311d !important;
  font-size:.72rem !important;
  font-weight:900 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  cursor:pointer !important;
}

.read-more-btn:hover{
  background:#dfeae0 !important;
}

/* When text expands, let image section remain elegant instead of stretching ugly */
.review-card.case-study.is-expanded .main-shot{
  height:420px !important;
}

.review-card.case-study.is-expanded .side-shots button{
  height:125px !important;
}

/* WZ Chong: compact long review with View More */
.wz-review{
  grid-column:span 12 !important;
  display:block !important;
  min-height:auto !important;
  padding:1.65rem 1.9rem !important;
}

.wz-review .wz-collapsible-text,
.wz-review .review-text{
  max-width:1120px !important;
  font-family:'Manrope',sans-serif !important;
  font-size:1rem !important;
  line-height:1.78 !important;
  letter-spacing:0 !important;
}

.wz-review .collapsible-text{
  max-height:245px !important;
}

.wz-review .collapsible-text.expanded{
  max-height:1800px !important;
}

.wz-review .quote-mark{
  font-size:3rem !important;
}

/* 3-photo galleries: 2 top, 1 wide bottom */
.gallery-grid.grid-3{
  display:grid !important;
  grid-template-columns:repeat(2,1fr) !important;
  grid-template-rows:1fr 1fr !important;
  gap:.35rem !important;
  height:315px !important;
}

.gallery-grid.grid-3 button:nth-child(3){
  grid-column:1 / -1 !important;
}

/* Tablet */
@media(max-width:1180px){
  .review-card.case-study{
    grid-template-columns:1fr !important;
  }

  .review-card.case-study .case-media{
    grid-template-rows:auto 120px !important;
  }

  .review-card.case-study .main-shot,
  .review-card.case-study.is-expanded .main-shot{
    height:340px !important;
  }

  .review-card.case-study .side-shots button,
  .review-card.case-study.is-expanded .side-shots button{
    height:120px !important;
  }
}

/* Mobile */
@media(max-width:720px){
  .review-card.case-study .case-media{
    grid-template-rows:auto auto !important;
  }

  .review-card.case-study .main-shot,
  .review-card.case-study.is-expanded .main-shot{
    height:min(62vw,300px) !important;
  }

  .review-card.case-study .side-shots{
    grid-template-columns:repeat(3,1fr) !important;
  }

  .review-card.case-study .side-shots button,
  .review-card.case-study.is-expanded .side-shots button{
    height:min(24vw,105px) !important;
  }

  .review-card.case-study .case-copy{
    padding:1.35rem !important;
  }

  .collapsible-text{
    max-height:210px !important;
  }
}


/* =========================================================
   FINAL FIX — SHELIA CASE STUDY / VIEW MORE / PHOTO FIT
   Big photo and thumbnails stay tight. Expanded review grows
   photo elegantly without removing View More / View Less.
========================================================= */

.review-card.case-study{
  min-height:auto !important;
  height:auto !important;
  align-items:start !important;
}

/* Left photo area */
.review-card.case-study .case-media{
  display:grid !important;
  grid-template-columns:1fr !important;
  grid-template-rows:auto auto !important;
  gap:.18rem !important;
  padding:.7rem !important;
  align-content:start !important;
  align-items:start !important;
}

/* Big photo — closed state */
.review-card.case-study .case-media .main-shot{
  width:100% !important;
  height:470px !important;
  min-height:0 !important;
  max-height:none !important;
  border-radius:1.2rem !important;
  overflow:hidden !important;
  background:#dfeae0 !important;
  display:block !important;
}

/* Big photo — when View More is open */
.review-card.case-study.is-expanded .case-media .main-shot{
  height:610px !important;
}

/* Fill all photo boxes */
.review-card.case-study .case-media .main-shot img,
.review-card.case-study .case-media .side-shots img{
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}

/* Three photos tight under main photo */
.review-card.case-study .case-media .side-shots{
  display:grid !important;
  grid-template-columns:repeat(3, 1fr) !important;
  grid-template-rows:1fr !important;
  gap:.18rem !important;
  height:128px !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  align-items:stretch !important;
}

.review-card.case-study .case-media .side-shots button{
  width:100% !important;
  height:128px !important;
  min-height:0 !important;
  border-radius:.95rem !important;
  overflow:hidden !important;
  position:relative !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  background:#dfeae0 !important;
  cursor:zoom-in !important;
  display:block !important;
}

/* Review text collapse remains intact */
.review-card.case-study .collapsible-text{
  max-height:250px !important;
  overflow:hidden !important;
  position:relative !important;
  transition:max-height .45s cubic-bezier(.22,1,.36,1) !important;
}

.review-card.case-study .collapsible-text::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:72px !important;
  background:linear-gradient(to bottom, rgba(244,242,232,0), #f4f2e8 85%) !important;
  pointer-events:none !important;
}

.review-card.case-study .collapsible-text.expanded{
  max-height:1800px !important;
}

.review-card.case-study .collapsible-text.expanded::after{
  display:none !important;
}

.review-card.case-study .read-more-btn{
  margin-top:.8rem !important;
}

/* Responsive tablet */
@media(max-width:1180px){
  .review-card.case-study .case-media{
    gap:.18rem !important;
  }

  .review-card.case-study .case-media .main-shot{
    height:400px !important;
  }

  .review-card.case-study.is-expanded .case-media .main-shot{
    height:480px !important;
  }

  .review-card.case-study .case-media .side-shots{
    height:120px !important;
  }

  .review-card.case-study .case-media .side-shots button{
    height:120px !important;
  }
}

/* Responsive mobile */
@media(max-width:720px){
  .review-card.case-study .case-media{
    gap:.2rem !important;
  }

  .review-card.case-study .case-media .main-shot,
  .review-card.case-study.is-expanded .case-media .main-shot{
    height:min(70vw,320px) !important;
  }

  .review-card.case-study .case-media .side-shots{
    grid-template-columns:1fr !important;
    grid-template-rows:repeat(3, 135px) !important;
    height:auto !important;
  }

  .review-card.case-study .case-media .side-shots button{
    height:135px !important;
  }
}

/* =========================================================
   REAL SINGLE SCROLLBAR FIX
   Goal: only the browser/page scrolls. No section, body,
   hero, or layout wrapper creates its own vertical scrollbar.
========================================================= */

html{
  height:auto !important;
  min-height:100% !important;
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  scrollbar-gutter:auto !important;
}

body{
  height:auto !important;
  min-height:100% !important;
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
  overflow-y:visible !important;
  position:relative !important;
  touch-action:auto !important;
  -webkit-overflow-scrolling:touch;
}

@supports (overflow: clip){
  body{overflow-x:clip !important;}
}

body:not(.mobile-menu-open){
  height:auto !important;
  overflow-y:visible !important;
}

main,
header,
section,
footer,
.container,
.reviews-hero-content,
.proof-strip,
.proof-row,
.proof-item,
.reviews-showcase,
.section-head,
.reviews-grid{
  height:auto !important;
  max-height:none !important;
  overflow-y:visible !important;
  -webkit-overflow-scrolling:auto !important;
}

/* Sections should never trap vertical scroll. */
main,
header,
section,
footer{
  overflow:visible !important;
}

/* Keep the hero from behaving like a locked full-screen panel on mobile. */
.reviews-hero{
  height:auto !important;
  min-height:520px !important;
  overflow:hidden !important;
}

/* Only visual elements keep clipping. These are not page scroll containers. */
.review-card,
.media-wrap,
.card-media,
.gallery-grid,
.feature-image,
.mini-gallery,
.case-media .main-shot,
.case-media .side-shots button,
.tina-featured,
.tina-feature-gallery button,
.collapsible-text,
.reviews-cta{
  overflow:hidden !important;
}

/* Menu and modal can scroll internally only when they are open. */
.mobile-menu,
.modal{
  overflow-y:auto !important;
  -webkit-overflow-scrolling:touch !important;
}

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

body.modal-open{
  height:100dvh !important;
  overflow:hidden !important;
}

@media (max-width:720px){
  .reviews-hero{
    min-height:auto !important;
  }

  .reviews-hero-content{
    padding-top:7.2rem !important;
    padding-bottom:2.25rem !important;
  }

  .rating-card{
    max-width:100% !important;
  }
}
