.services-page{background:#f5f4ee}
.service-hero{position:relative;min-height:700px;display:flex;align-items:flex-end;overflow:hidden;background:#0b1810;color:#fff}
.service-hero-image{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,20,12,.92) 0%,rgba(7,20,12,.67) 44%,rgba(7,20,12,.12) 76%),linear-gradient(0deg,rgba(7,20,12,.63),transparent 45%),url("performance/service-hero.webp") center 42%/cover no-repeat;transform:scale(1.01)}
.service-hero-copy{position:relative;z-index:1;width:100%;padding-top:150px;padding-bottom:115px}
.service-hero h1{max-width:15ch;margin:0;font-size:clamp(46px,6.2vw,80px);line-height:.95;letter-spacing:-.055em}
.service-hero-copy>p:not(.kicker){max-width:49ch;margin:26px 0 0;color:rgba(255,255,255,.82);font-size:19px;line-height:1.65}
.service-hero-actions{display:flex;align-items:center;gap:22px;margin-top:34px}
.service-hero-actions .button{color:var(--ink);padding:15px 23px}
.service-text-link{color:#fff;font-size:14px;font-weight:800}
.service-proof{position:absolute;z-index:2;right:32px;bottom:30px;display:flex;align-items:center;gap:15px;padding:14px 18px;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:rgba(8,24,14,.72);backdrop-filter:blur(14px)}
.service-proof strong{color:var(--sun);font-size:15px}
.service-proof span{padding-left:15px;border-left:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.72);font-size:11px;font-weight:700}
.service-intro{padding:100px 0 82px;background:#fff}
.service-intro-grid{display:grid;grid-template-columns:1.05fr .75fr;gap:90px;align-items:end}
.service-intro h2,.service-section-heading h2{margin:0;max-width:13ch;font-size:clamp(43px,5.4vw,70px);line-height:.96;letter-spacing:-.055em}
.service-intro .lead{margin:0;font-size:17px}
.service-showcase{padding:16px 0 100px;background:#fff}
.service-feature{display:grid;grid-template-columns:1.1fr .9fr;min-height:510px;margin-top:24px;overflow:hidden;border-radius:28px;background:#10231a;color:#fff;box-shadow:0 24px 60px rgba(16,35,26,.14)}
.service-feature-reverse{grid-template-columns:.9fr 1.1fr;background:#e6eee5;color:var(--ink)}
.service-feature-reverse .service-feature-image{order:2}
.service-feature-image{min-height:410px;overflow:hidden}
.service-feature-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}
.service-feature:hover .service-feature-image img{transform:scale(1.035)}
.service-feature-copy{display:flex;flex-direction:column;justify-content:center;padding:60px}
.service-number,.service-image-card span{color:var(--sun);font:800 12px 'Archivo Narrow',Arial,sans-serif;letter-spacing:.16em}
.service-feature-reverse .service-number{color:var(--green)}
.service-feature-copy h2{margin:17px 0 19px;font-size:clamp(34px,4vw,52px);line-height:.98;letter-spacing:-.045em}
.service-feature-copy p{margin:0;color:rgba(255,255,255,.72);line-height:1.68}
.service-feature-reverse p{color:#506057}
.service-feature-copy ul{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 0;padding:0;list-style:none}
.service-feature-copy li{padding:8px 11px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:rgba(255,255,255,.8);font-size:11px;font-weight:700}
.service-feature-reverse li{border-color:rgba(28,43,33,.14);color:#3f5246;background:rgba(255,255,255,.48)}
.service-card-section{padding:108px 0;background:#edf2eb}
.service-section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px}
.service-section-heading>a{flex:none;color:var(--green);font-size:13px;font-weight:800}
.service-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}
.service-image-card{overflow:hidden;border:1px solid rgba(28,43,33,.09);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(28,43,33,.07);transition:transform .25s ease,box-shadow .25s ease}
.service-image-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(28,43,33,.13)}
.service-image-card>img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}
.service-image-card>div:last-child{padding:23px}
.service-image-card span{color:var(--green)}
.service-image-card h3{margin:10px 0 9px;font-size:22px;line-height:1.1;letter-spacing:-.025em}
.service-image-card p{margin:0;color:#526158;font-size:14px;line-height:1.58}
.service-image-card-green{display:flex;flex-direction:column;justify-content:flex-end;background:#173e28;color:#fff}
.service-image-card-green .service-card-illustration{display:grid;height:198px;place-items:center;background:radial-gradient(circle,rgba(245,197,24,.22),transparent 60%)}
.service-card-illustration img{height:145px;filter:invert(1);opacity:.82}
.service-image-card-green span{color:var(--sun)}
.service-image-card-green p{color:rgba(255,255,255,.68)}
.service-result{position:relative;min-height:690px;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;background:#10231a}
.service-result>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.service-result:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 20%,rgba(8,23,13,.22) 52%,rgba(8,23,13,.9) 100%)}
.service-result-panel{position:relative;z-index:1;width:min(560px,calc(100% - 48px));margin-right:max(24px,calc((100% - 1152px)/2));padding:48px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(9,27,16,.84);color:#fff;box-shadow:0 24px 60px rgba(0,0,0,.25);backdrop-filter:blur(12px)}
.service-result-panel h2{margin:0;font-size:clamp(42px,5vw,64px);line-height:.94;letter-spacing:-.055em}
.service-result-panel>p:not(.kicker){color:rgba(255,255,255,.72);line-height:1.7}
.service-result-panel .button{color:var(--ink)}
.story-work-photo{padding:0;min-height:520px;background:#dce9df}
.story-work-photo:before{z-index:1;color:rgba(255,255,255,.24);text-shadow:0 2px 18px rgba(0,0,0,.2)}
.story-work-photo img{width:100%;height:520px;max-height:none;object-fit:cover}
.work-proof{padding:92px 0;background:#e8efe8}
.work-proof-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}
.work-proof-heading h2{max-width:12ch;margin:0;font-size:clamp(38px,5vw,62px);line-height:.98;letter-spacing:-.05em}
.work-proof-heading p{max-width:42ch;margin:0;color:#536159;line-height:1.65}
.work-proof-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:14px}
.work-proof-grid figure{position:relative;min-height:340px;margin:0;overflow:hidden;border-radius:20px;background:#dce9df}
.work-proof-grid img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,1,.36,1)}
.work-proof-grid figure:hover img{transform:scale(1.035)}
.work-proof-grid figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:12px 14px;border:1px solid rgba(255,255,255,.22);border-radius:11px;background:rgba(8,24,14,.78);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(10px)}
.contact-layout{align-items:stretch}
.contact-visual{position:relative;min-height:520px;overflow:hidden;border-radius:24px;background:#10231a}
.contact-visual img{width:100%;height:100%;object-fit:cover}
.contact-visual-overlay{position:absolute;inset:auto 18px 18px;padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:rgba(8,24,14,.8);color:#fff;backdrop-filter:blur(12px)}
.contact-visual-overlay strong{display:block;font-size:20px}
.contact-visual-overlay span{display:block;margin-top:6px;color:rgba(255,255,255,.7);font-size:12px;line-height:1.5}
.contact-form-section{padding:96px 0;background:#e8efe8}
.contact-form-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:76px;align-items:start}
.contact-form-intro h2{margin:0;max-width:10ch;font-size:clamp(42px,5vw,64px);line-height:.96;letter-spacing:-.05em}
.contact-form-intro .lead{margin-top:22px}
.direct-contact-form{padding:34px;border:1px solid rgba(28,43,33,.1);border-radius:22px;background:#fff;box-shadow:0 18px 44px rgba(28,43,33,.09)}
.direct-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.direct-contact-form label{display:block;margin:0 0 7px;color:#45524a;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.direct-contact-form input,.direct-contact-form select,.direct-contact-form textarea{box-sizing:border-box;width:100%;padding:13px;border:1px solid #cad4cc;border-radius:10px;background:#fbfaf6;color:var(--ink);font:inherit}
.direct-contact-form textarea{min-height:120px;resize:vertical}
.direct-contact-form input:focus,.direct-contact-form select:focus,.direct-contact-form textarea:focus{outline:3px solid var(--sun);outline-offset:2px}
.direct-contact-form button{width:100%;padding:15px 22px;border:0;border-radius:999px;background:var(--sun);color:var(--ink);font:800 16px Archivo,Arial,sans-serif;cursor:pointer;box-shadow:0 5px 0 rgba(28,43,33,.15);transition:transform .2s ease,box-shadow .2s ease}
.direct-contact-form button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(245,197,24,.35)}
.direct-contact-form small{display:block;margin-top:16px;color:#6b7a70;line-height:1.5}
.testimonial-cta{position:relative;overflow:hidden;padding:110px 0;background:radial-gradient(circle at 88% 28%,rgba(245,197,24,.18),transparent 23%),linear-gradient(118deg,#08170e 0%,#123721 65%,#1d4a2d 100%);color:#fff}
.testimonial-cta:before{content:"★★★★★";position:absolute;right:-40px;bottom:-48px;color:rgba(255,255,255,.035);font-size:clamp(100px,16vw,230px);font-weight:900;letter-spacing:.02em;white-space:nowrap}
.testimonial-cta-inner{position:relative;display:grid;grid-template-columns:1.25fr .75fr;gap:90px;align-items:end}
.testimonial-cta-copy h2{max-width:11ch;margin:0;font-size:clamp(48px,6vw,78px);line-height:.94;letter-spacing:-.06em}
.testimonial-cta-copy>p:not(.kicker){max-width:57ch;margin:26px 0 0;color:rgba(255,255,255,.7);font-size:17px;line-height:1.7}
.testimonial-cta-actions{display:flex;align-items:center;gap:22px;margin-top:34px}
.testimonial-cta-primary{display:inline-block;padding:16px 23px;border-radius:999px;background:var(--sun);color:var(--ink);font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.22);transition:transform .2s ease,box-shadow .2s ease}
.testimonial-cta-primary:hover{transform:translateY(-3px);box-shadow:0 17px 34px rgba(0,0,0,.3)}
.testimonial-cta-phone{padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.35);font-size:14px;font-weight:800}
.testimonial-cta-rating{display:flex;flex-direction:column;align-items:flex-start;padding:31px;border:1px solid rgba(255,255,255,.15);border-radius:23px;background:rgba(255,255,255,.06);box-shadow:0 20px 50px rgba(0,0,0,.18);backdrop-filter:blur(12px)}
.testimonial-cta-stars{color:var(--sun);font-size:22px;letter-spacing:4px}
.testimonial-cta-rating strong{margin-top:16px;font-size:88px;line-height:.8;letter-spacing:-.09em}
.testimonial-cta-rating>span:nth-of-type(2){margin-top:15px;color:rgba(255,255,255,.64);font-size:13px;font-weight:700}
.testimonial-cta-rating a{margin-top:24px;color:#fff;font-size:12px;font-weight:800}
.testimonial-review-archive{border-top:1px solid rgba(28,43,33,.08)}
.testimonial-archive-intro{max-width:68ch;margin:28px 0 0;color:#5c6a62;font-size:16px;line-height:1.7}
.testimonial-review-archive .google-link{cursor:default}
.testimonial-archive-meta{display:flex;align-items:end;justify-content:space-between;gap:35px}
.testimonial-archive-meta>span{flex:none;color:#718078;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.review-stream-toggle{appearance:none;flex:none;padding:12px 17px;border:1px solid rgba(28,43,33,.18);border-radius:999px;background:#fff;color:var(--ink);font:800 12px Archivo,sans-serif;cursor:pointer;transition:background .2s,color .2s}
.review-stream-toggle:hover,.review-stream-toggle[aria-pressed="true"]{background:var(--ink);color:#fff}
.review-stream{display:flex;flex-direction:column;gap:3px;margin-top:46px;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%)}
.review-stream-lane{overflow:hidden}
.review-stream-track{display:flex;width:max-content;gap:14px;animation:reviewStream var(--stream-duration) linear infinite}
.review-stream:hover .review-stream-track,.review-stream.is-paused .review-stream-track,.review-stream:focus-within .review-stream-track{animation-play-state:paused}
@keyframes reviewStream{to{transform:translateX(calc(-50% - 7px))}}
.stream-review-card{display:flex;flex:0 0 370px;height:286px;flex-direction:column;padding:21px;border:1px solid rgba(28,43,33,.1);border-radius:17px;background:#fff;box-shadow:0 8px 26px rgba(28,43,33,.065)}
.stream-review-top,.stream-review-identity,.stream-review-footer{display:flex;align-items:center}
.stream-review-top{justify-content:space-between;gap:14px}
.stream-review-identity{min-width:0;gap:11px}
.stream-review-avatar,.review-dialog-avatar{flex:none;width:42px;height:42px;border-radius:50%;object-fit:cover;background:#dce9df}
.stream-review-identity>div,.review-dialog-identity>div{display:flex;min-width:0;flex-direction:column;gap:3px}
.stream-review-identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
.stream-review-identity span{color:#77837c;font-size:10px}
.stream-google-g{display:grid;flex:none;width:28px;height:28px;place-items:center;border:1px solid #e2e5e3;border-radius:50%;color:#4285f4;font-weight:900}
.stream-review-stars{margin-top:16px;color:#f5a518;font-size:16px;letter-spacing:2px}
.stream-review-copy{display:-webkit-box;overflow:hidden;margin:12px 0 0;color:#445149;font-size:13px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:5}
.stream-review-copy.rating-only{font-style:italic;color:#718078}
.stream-review-footer{justify-content:flex-end;gap:9px;margin-top:auto}
.stream-review-footer img{width:38px;height:38px;margin-right:auto;border-radius:8px;object-fit:cover}
.stream-review-footer button{appearance:none;border:0;background:none;color:var(--green);font:800 10px Archivo,sans-serif;cursor:pointer}
.stream-review-footer button:hover{text-decoration:underline}
.service-card-link{display:inline-block;margin-top:17px;color:#2e7d46;font-size:12px;font-weight:900;letter-spacing:.02em}
.service-card-link:hover{text-decoration:underline}
.review-dialog{width:min(680px,calc(100% - 32px));max-height:min(82vh,800px);padding:0;border:0;border-radius:24px;background:#fff;color:var(--ink);box-shadow:0 30px 100px rgba(0,0,0,.35)}
.review-dialog::backdrop{background:rgba(5,17,10,.72);backdrop-filter:blur(6px)}
.review-dialog>[data-review-dialog-content]{padding:42px}
.review-dialog-close{position:sticky;z-index:2;top:14px;float:right;width:38px;height:38px;margin:14px 14px -52px 0;border:1px solid rgba(28,43,33,.12);border-radius:50%;background:#f4f5f2;color:var(--ink);font-size:25px;line-height:1;cursor:pointer}
.review-dialog-identity{display:flex;align-items:center;gap:13px;padding-right:45px}
.review-dialog-avatar{width:52px;height:52px}
.review-dialog-identity strong{font-size:18px}
.review-dialog-identity span{color:#718078;font-size:11px}
.review-dialog-stars{margin-top:24px;color:#f5a518;font-size:22px;letter-spacing:3px}
.review-dialog-copy{margin:18px 0 0;color:#3f4e45;font-size:16px;line-height:1.75;white-space:pre-line}
.review-dialog-photo{display:block;width:100%;max-height:460px;margin-top:25px;border-radius:15px;object-fit:cover}
.review-dialog-response{margin-top:25px;padding:17px;border-radius:12px;background:#eef3ec}
.review-dialog-response strong{color:#31503b;font-size:12px}
.review-dialog-response p{margin:8px 0 0;color:#5d6b63;font-size:13px;line-height:1.6;white-space:pre-line}

@media(max-width:900px){
  .service-intro-grid{grid-template-columns:1fr;gap:28px}
  .service-feature,.service-feature-reverse{grid-template-columns:1fr}
  .service-feature-reverse .service-feature-image{order:0}
  .service-image-grid{grid-template-columns:repeat(2,1fr)}
  .work-proof-heading{align-items:flex-start;flex-direction:column}
  .work-proof-grid{grid-template-columns:1fr 1fr}
  .work-proof-grid figure:first-child{grid-column:1/-1}
  .testimonial-cta-inner{grid-template-columns:1fr;gap:45px}
  .testimonial-cta-rating{max-width:380px}
  .testimonial-archive-meta{align-items:flex-start;flex-direction:column}
}

@media(max-width:760px){
  .story-work-photo{padding:0}
  .story-work-photo img{height:430px}
  .service-hero{min-height:680px;align-items:flex-end}
  .service-hero-image{background:linear-gradient(0deg,rgba(7,20,12,.96) 0%,rgba(7,20,12,.52) 70%,rgba(7,20,12,.08) 100%),url("performance/service-hero.webp") 58% center/cover no-repeat}
  .service-hero-copy{padding-top:230px;padding-bottom:130px}
  .service-hero h1{font-size:clamp(54px,15vw,76px)}
  .service-hero-actions{align-items:flex-start;flex-direction:column}
  .service-proof{right:18px;bottom:18px;left:18px;justify-content:center}
  .service-intro{padding:72px 0 55px}
  .service-showcase{padding:5px 0 70px}
  .service-feature{min-height:0;border-radius:20px}
  .service-feature-image{min-height:280px}
  .service-feature-copy{padding:34px 26px 38px}
  .service-card-section{padding:72px 0}
  .service-section-heading{align-items:flex-start;flex-direction:column}
  .service-image-grid{grid-template-columns:1fr}
  .service-result{min-height:650px;align-items:flex-end;padding:24px}
  .service-result:after{background:linear-gradient(0deg,rgba(8,23,13,.96) 0%,rgba(8,23,13,.25) 75%)}
  .service-result-panel{width:100%;margin:0;padding:28px}
  .work-proof{padding:72px 0}
  .work-proof-grid{grid-template-columns:1fr}
  .work-proof-grid figure:first-child{grid-column:auto}
  .work-proof-grid figure{min-height:310px}
  .contact-visual{min-height:420px}
  .contact-form-section{padding:72px 0}
  .contact-form-grid{grid-template-columns:1fr;gap:36px}
  .direct-form-row{grid-template-columns:1fr}
  .direct-contact-form{padding:26px 22px}
  .testimonial-cta{padding:76px 0}
  .testimonial-cta-actions{align-items:flex-start;flex-direction:column}
  .testimonial-cta-rating{width:100%}
  .review-stream{mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%)}
  .stream-review-card{flex-basis:310px;height:300px}
  .review-dialog>[data-review-dialog-content]{padding:32px 24px}
}

@media(prefers-reduced-motion:reduce){
  .review-stream{mask-image:none}
  .review-stream-lane{overflow-x:auto;scroll-snap-type:x proximity}
  .review-stream-track{animation:none}
  .review-stream-track>[aria-hidden="true"]{display:none}
  .stream-review-card{scroll-snap-align:start}
  .review-stream-toggle{display:none}
}
