/* ââ Hero ââ */
.hero{position:relative;min-height:85vh;display:flex;align-items:flex-end;overflow:hidden}
.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center center;transform:scale(1.04);transition:transform 10s ease}
.hero.loaded .hero__bg{transform:scale(1)}
.hero__overlay{position:absolute;inset:0;background:rgba(0,0,0,.12)}
.hero__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:22px;max-width:var(--max-w);width:100%;margin-inline:auto;padding:0 clamp(20px,8.333vw,120px) clamp(60px,8.333vw,120px);box-sizing:border-box}
.hero__tag{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.18);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.3);padding:9px 20px;border-radius:var(--r);font-size:.82rem;font-weight:400;transition:background var(--tr)}
.hero__tag:hover{background:rgba(255,255,255,.28)}
.hero__heading{font-size:4.25rem;color:#fff;font-weight:500;line-height:1.05;white-space:nowrap}
.hero__heading em{color:#fff;font-style:italic}
.hero__sub{color:rgba(255,255,255,.9);font-size:1.25rem;font-weight:400;line-height:1.6;max-width:383px}
@media(max-width:768px){
  .hero__content{padding:0 clamp(20px,6vw,48px) 80px}
  .hero__heading{font-size:clamp(2rem,8vw,3.2rem);white-space:normal}
}

/* ââ About ââ */
.about{padding:clamp(60px,8.333vw,120px) 0;background:var(--cream)}
.about__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.about__left{display:flex;flex-direction:column}
.about__right{position:relative}
.about__left h2{color:var(--heading);margin:10px 0 24px}
.about__left h2 em{color:var(--green)}
.about__body{font-size:1rem;line-height:1.75;margin-bottom:14px;color:var(--heading)}
.about__left .btn--outline-dark{margin-top:16px;align-self:flex-start}
.about__imgs{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.about__img{width:100%;height:auto;object-fit:cover;border-radius:14px;display:block}
.about__img--a{grid-column:1/3;grid-row:1;aspect-ratio:16/9}
.about__img--b{grid-column:1;grid-row:2;aspect-ratio:1/1}
.about__img--c{grid-column:2;grid-row:2;aspect-ratio:1/1}
@media(max-width:1024px){.about__inner{grid-template-columns:1fr;gap:48px}}
@media(max-width:640px){.about__img--a{aspect-ratio:2/1}}

/* ââ Services ââ */
.services{padding:clamp(60px,8.333vw,120px) 0;background:var(--white)}
.services__hdr{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:56px}
.services__hdr h2{color:var(--heading)}
.services__hdr h2 em{color:var(--green);font-style:italic}
.services__sub{color:var(--heading);font-size:1rem;line-height:1.8}
.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.svc-card{position:relative;height:380px;border-radius:24px;overflow:hidden;cursor:pointer}
.svc-card__bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .6s ease}
.svc-card:hover .svc-card__bg{transform:scale(1.07)}
.svc-card__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(34,96,64,.85) 100%);transition:background var(--tr)}
.svc-card:hover .svc-card__overlay{background:rgba(20,55,45,.88)}
.svc-card__body{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:24px}
.svc-card__hdr{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;transition:margin-top 0s}
.svc-card__arrow{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(255,255,255,.65);display:flex;align-items:center;justify-content:center;color:#fff;transition:background var(--tr),border-color var(--tr)}
.svc-card__title{color:#fff;font-size:1.25rem;font-weight:600;font-family:var(--ff-h);line-height:1.2;flex:1}
.svc-card__desc{color:rgba(255,255,255,.9);font-size:1rem;line-height:1.65;max-height:0;overflow:hidden;opacity:0;transform:translateY(12px);transition:max-height .55s cubic-bezier(.4,0,.2,1),opacity .45s ease .1s,transform .45s ease .1s}
.svc-card:hover .svc-card__hdr{margin-top:0;align-items:flex-start}
.svc-card:hover .svc-card__arrow{border-color:rgba(255,255,255,.9);background:rgba(255,255,255,.12)}
.svc-card:hover .svc-card__desc{max-height:250px;opacity:1;transform:translateY(0)}
@media(max-width:1024px){.services__hdr{grid-template-columns:1fr}}

/* ââ Why Choose Us ââ */
.why{position:relative;padding:clamp(60px,8.333vw,120px) 0;isolation:isolate}
.why__bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:-2}
@media(max-width:767px){.why__bg{background-size:cover;background-position:22% center}}
.why__overlay{position:absolute;inset:0;background:rgba(51,33,6,.4);z-index:-1}
.why__hdr{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;margin-bottom:64px}
.why__sub{color:rgba(253,250,241,.9);font-size:1.25rem;line-height:1.7;align-self:center}
.why__hdr h2{font-size:clamp(1.6rem,3.2vw,2.4rem);line-height:1.2}
.why__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.why-card{background:#fff;border:none;border-radius:24px;padding:24px 24px 28px}

.why-card__icon{width:52px;height:52px;background:var(--cream);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.why-card__icon svg{stroke:var(--green);fill:none;width:26px;height:26px}
.why-card h3{color:var(--heading);font-size:1.25rem;margin-bottom:10px;font-family:var(--ff-h);font-weight:600}
.why-card p{color:var(--heading);font-size:.875rem;line-height:1.7}
@media(max-width:1200px){.why__cards{grid-template-columns:1fr 1fr}}
@media(max-width:768px){.why__hdr{grid-template-columns:1fr}.why__sub{padding-top:0;font-size:1.05rem}.why__hdr h2{font-size:1.5rem}.why__cards{grid-template-columns:1fr}}

/* ── Specialists Carousel ── */
.spec-carousel{background:var(--white);overflow:hidden;padding:clamp(40px,4.167vw,60px) 0}
.spec-carousel__inner{display:flex;align-items:stretch;gap:24px;padding-left:max(0px,calc((100vw - var(--max-w)) / 2))}
.spec-carousel__intro{flex:0 0 460px;min-height:520px;background:var(--cream);border-radius:24px;padding:52px 44px;display:flex;flex-direction:column;justify-content:center;gap:14px;position:relative;overflow:hidden;background-image:url('../img/image-13-Traced.svg');background-repeat:no-repeat;background-position:bottom right;background-size:80% auto}
.spec-carousel__intro h2{color:var(--heading);font-size:clamp(1.5rem,2.2vw,2.2rem);line-height:1.2;margin:6px 0 12px}
.spec-carousel__intro h2 em{color:var(--green);font-style:italic}
.spec-carousel__intro p{color:#332106;line-height:1.75;font-size:1rem}
.spec-carousel__intro .btn{align-self:flex-start;margin-top:auto;padding:14px 36px}
.spec-carousel__scroll{flex:1;display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;padding:0 40px 0 0;min-width:0;align-items:stretch}
.spec-carousel__scroll::-webkit-scrollbar{display:none}
.spec-photo-card{flex:0 0 400px;min-height:520px;border-radius:16px;background-color:var(--sage);background-size:cover;background-position:center top;position:relative;overflow:hidden;cursor:default}
.spec-photo-card__info{position:absolute;bottom:0;left:0;right:0;background:rgba(51,33,6,.75);padding:20px 22px;text-align:center}
.spec-photo-card__info h3{color:#fff;font-size:1.05rem;font-family:var(--ff-h);font-weight:600;margin-bottom:4px;line-height:1.2}
.spec-photo-card__info p{color:rgba(255,255,255,.8);font-size:.8rem;line-height:1.4;font-family:var(--ff-b)}
/* ── Dr. Section ── */
.dr-section{padding:60px 0;background:var(--white)}
.dr-section__inner{display:flex;align-items:center;gap:56px;background:var(--cream);border-radius:24px;padding-top:60px;padding-bottom:60px;position:relative;overflow:hidden}
.dr-section__inner::after{content:'';position:absolute;inset:0;background-image:url('/wp-content/uploads/2026/05/image-13-Traced.svg');background-repeat:no-repeat;background-position:right top;background-size:auto 110%;pointer-events:none;opacity:.45;z-index:0}
.dr-section__inner>*{position:relative;z-index:1}
.dr-section__photo-wrap{flex:0 0 260px;width:260px;height:260px;border-radius:50%;background:var(--sage);display:flex;align-items:center;justify-content:center}
.dr-section__photo{width:86%;height:86%;border-radius:50%;object-fit:cover;object-position:center top}
.dr-section__info h2{color:var(--heading);margin-bottom:8px}
.dr-section__info h3{font-family:var(--ff-b);font-size:.95rem;font-weight:600;color:var(--green);margin-bottom:20px}
.dr-section__info p{color:#332106;line-height:1.75;margin-bottom:24px;font-size:1rem;max-width:560px}
@media(max-width:1200px){.spec-carousel__intro{flex:0 0 380px;padding:44px 36px}}
@media(max-width:1024px){.spec-carousel__inner{gap:16px;padding-left:clamp(16px,5vw,32px)}.spec-carousel__intro{flex:0 0 300px;padding:36px 28px;min-height:380px}.spec-photo-card{flex:0 0 300px;min-height:380px}.dr-section__inner{flex-direction:column;align-items:center;text-align:center;gap:32px}.dr-section__photo{width:200px;height:200px;flex:0 0 200px}}
@media(max-width:640px){.spec-carousel__intro{flex:0 0 260px;padding:28px 20px;min-height:320px}.spec-photo-card{flex:0 0 260px;min-height:320px}}@media(max-width:767px){.spec-carousel__inner{flex-direction:column;gap:0;padding-left:0}.spec-carousel__intro{flex:none;width:auto;margin:0 20px;border-radius:20px;min-height:auto;padding:32px 24px}.spec-carousel__scroll{padding:16px 20px 0;gap:12px}.spec-photo-card{flex:0 0 95%;min-height:440px}}


/* ââ CTA Band ââ */
.cta-band{background-color:var(--sage);background-image:url('../img/Group-13.svg');background-repeat:no-repeat;background-position:center center;background-size:100% auto;min-height:610px;display:flex;align-items:center;justify-content:center;padding:clamp(60px,8.333vw,120px) 0}
@media(max-width:767px){.cta-band{background-image:url('/wp-content/uploads/2026/06/Group-13.svg');background-size:cover;background-position:center center}}
.cta-band__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:22px}
.cta-band h2{color:var(--heading);max-width:900px;font-size:3rem;line-height:1.25}
.cta-band h2 em{color:var(--green);font-style:italic}
.cta-band p{color:#332106;font-size:1.05rem;max-width:580px;line-height:1.75}

/* ââ Technologies ââ */
.technologies{padding:clamp(60px,8.333vw,120px) 0;background:var(--cream)}
.tech__hdr{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:56px}
.tech__hdr h2{color:var(--heading)}
.tech__hdr h2 em{color:var(--green)}
.tech__sub{color:var(--heading);font-size:1rem;line-height:1.8}
.tech__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.tech-box{text-align:center}
.tech-box__img{border-radius:14px;overflow:hidden;background:#fff;border:1px solid rgba(51,33,6,.08);margin-bottom:14px;aspect-ratio:1/1;padding:14px;box-sizing:border-box}
.tech-box__img img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}
.tech-box:hover .tech-box__img img{transform:scale(1.06)}
.tech-box__name{font-size:1rem;font-weight:600;color:var(--heading);line-height:1.45}
.tech-box--link{display:block;text-decoration:none;transition:transform .25s ease}
.tech-box--link:hover{transform:translateY(-4px)}
.tech-box--link:hover .tech-box__img img{transform:scale(1.06)}
@media(max-width:1024px){.tech__hdr{grid-template-columns:1fr}.tech__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.services__grid{display:flex;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:14px;padding-bottom:8px}.services__grid::-webkit-scrollbar{display:none}.svc-card{flex:0 0 95%}.tech__grid{display:flex;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:14px;padding-bottom:8px}.tech__grid::-webkit-scrollbar{display:none}.tech-box{flex:0 0 95%}}

/* ââ Reviews ââ */
.reviews{padding:clamp(60px,8.333vw,120px) 0;background:var(--white)}
.reviews__hdr{margin-bottom:56px}
.reviews__hdr h2{color:var(--heading);margin:10px 0 16px}
.reviews__hdr h2 em{color:var(--green)}
.reviews__sub{color:#332106;font-size:1rem;line-height:1.75;max-width:520px;margin:0 auto}
.reviews__carousel{position:relative}
.reviews__grid{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 0 10px}
.reviews__grid::-webkit-scrollbar{display:none}
.review-card{flex:0 0 calc((100% - 40px)/3);scroll-snap-align:start;background:var(--cream);border-radius:14px;padding:28px 24px;border:1px solid rgba(34,96,64,.1)}
.reviews__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(34,96,64,.25);background:#fff;color:var(--green);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 6px 20px rgba(34,96,64,.14);transition:background .25s,color .25s,opacity .25s}
.reviews__nav svg{width:20px;height:20px}
.reviews__nav:hover{background:var(--green);color:#fff}
.reviews__nav--prev{left:-18px}
.reviews__nav--next{right:-18px}
.review-card__stars{color:var(--gold);font-size:1rem;margin-bottom:14px;letter-spacing:3px}
.review-card__text{font-style:italic;font-size:.95rem;line-height:1.75;color:#332106;margin-bottom:18px}
.review-card__name{font-size:.8rem;font-weight:700;color:var(--green);letter-spacing:.05em;text-transform:uppercase}
@media(max-width:1200px){.review-card{flex-basis:calc((100% - 20px)/2)}}
@media(max-width:767px){.review-card{flex-basis:95%}.reviews__nav{display:none}}

@media(max-width:767px){.dr-section__inner{padding-left:20px;padding-right:20px}.dr-section__info p{max-width:100%}.dr-section__info .btn{width:100%;justify-content:center}}
@media(max-width:767px){.cta-band h2{font-size:1.75rem}}
/* ── Mobile bleed scrollers ── */
@media(max-width:767px){
.services,.technologies{overflow:hidden}
.services__grid,.tech__grid{
  margin-inline:calc(-1 * clamp(20px,8.333vw,120px));
  padding-left:clamp(20px,8.333vw,120px);
  padding-right:clamp(20px,8.333vw,120px);
}
.spec-carousel{overflow:hidden}
.spec-carousel__scroll{padding-left:20px;padding-right:20px}
}
/* Mobile: pin all home sections to 20px side padding */
@media(max-width:767px){
  .about .container,.services .container,.why .container,.technologies .container,.reviews .container,.cta-band .container,.dr-section .container{padding-left:20px;padding-right:20px}
  .hero__content{padding-left:20px;padding-right:20px}
}

.svc-card--link{display:block;text-decoration:none;color:inherit}
