*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.6}#root{width:100%;min-height:100vh;overflow-x:hidden}img,video,iframe{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}input,select,textarea{font-family:inherit;font-size:inherit}:root{--accent:#00d4ff;--accent-hover:#00b8e6;--accent-glow:#00d4ff59;--silver:#b0bec5;--black:#0a0a0a;--dark:#111;--dark-card:#1a1a1a;--white:#fff;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gold:#f59e0b;--font-display:"Bebas Neue", sans-serif;--font-body:"Inter", system-ui, sans-serif;--section-pad:clamp(4rem, 8vw, 7rem);--container:1200px}.site{width:100%;overflow-x:hidden}.scroll-reveal{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(40px)}.scroll-reveal--visible{opacity:1;transform:translateY(0)}.scroll-reveal--fade-only,.scroll-reveal--fade-only.scroll-reveal--visible{transform:none}.logo{object-fit:contain;display:block}.logo--nav{width:auto;height:48px}.logo--nav-center{filter:drop-shadow(0 2px 8px #0006);width:auto;height:72px}.logo--hero{width:auto;height:clamp(200px,28vw,340px);filter:drop-shadow(0 0 60px var(--accent-glow)) drop-shadow(0 4px 24px #00000080);margin-bottom:2rem}.logo--footer{width:auto;height:56px;margin-bottom:1rem}.media-rounded{aspect-ratio:4/3;object-fit:cover;border-radius:12px;width:100%}.service-card__image{border-radius:4px;overflow:hidden}.service-card__image img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .4s}.service-card:hover .service-card__image img{transform:scale(1.04)}.project-item img{aspect-ratio:4/3;object-fit:cover;width:100%}.social-reel{justify-content:center;display:flex}.social-reel__embed{width:100%;max-width:280px;margin:0 auto}.social-reel__frame{background:var(--dark-card);contain:layout size style;isolation:isolate;border-radius:12px;width:100%;position:relative;overflow:hidden}.social-reel__frame iframe{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.social-reel__poster{background-color:var(--dark-card);width:100%;color:var(--white);cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;transition:border-color .2s;display:flex;position:relative;overflow:hidden}.social-reel__poster:hover{border-color:var(--accent)}.social-reel__poster-overlay{background:linear-gradient(#00000026 0%,#00000059 100%);transition:background .2s;position:absolute;inset:0}.social-reel__poster:hover .social-reel__poster-overlay{background:linear-gradient(#0000001a 0%,#00000080 100%)}.social-reel__play-icon{z-index:1;border:2px solid var(--white);width:3.5rem;height:3.5rem;color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,border-color .2s,background .2s;display:flex;position:relative}.social-reel__poster:hover .social-reel__play-icon{border-color:var(--accent);color:var(--accent);background:#00d4ff40;transform:scale(1.06)}.social-reel__play-icon svg{width:1.25rem;height:1.25rem;margin-left:.15rem}.btn{letter-spacing:.06em;text-transform:uppercase;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.8125rem;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn--white{background:var(--white);color:var(--black);white-space:nowrap;padding:.625rem 1.25rem;font-size:.6875rem;font-weight:700}.btn--white:hover{background:var(--accent);color:var(--black)}.btn--hero-cta{margin-top:2rem;padding:1rem 2.5rem;font-size:.75rem}.btn--outline-light{border:1.5px solid var(--white);color:var(--white);background:0 0}.btn--outline-light:hover{background:var(--white);color:var(--black);border-color:var(--white)}.btn--accent{background:var(--accent);color:var(--black);font-weight:700}.btn--accent:hover{background:var(--accent-hover);box-shadow:0 0 20px var(--accent-glow)}.btn--dark{background:var(--black);width:100%;color:var(--white);padding:1rem}.btn--dark:hover{background:#222}.btn--social{color:var(--white);border:1.5px solid #ffffff4d;border-radius:999px;padding:.75rem 1.5rem}.btn--social svg{width:1.125rem;height:1.125rem}.btn--social:hover{border-color:var(--white);background:#ffffff14}.link-accent{color:var(--accent);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;transition:gap .2s,color .2s;display:inline-flex}.link-accent svg{width:1rem;height:1rem}.link-accent:hover{color:var(--accent-hover);gap:.625rem}.section--white .link-accent{color:#09c}.section--white .link-accent:hover{color:var(--accent)}.hero{background:var(--black);position:relative}.hero__nav{z-index:100;-webkit-backdrop-filter:none;background:0 0;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:.75rem clamp(1.5rem,3vw,2.5rem);transition:background-color .35s,box-shadow .35s;display:grid;position:fixed;top:0;left:0;right:0}.hero__nav--solid{background:var(--black);box-shadow:0 1px #ffffff0f}.hero__nav-desktop{display:contents}.hero__nav-toggle{z-index:101;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:.375rem;display:none}.hero__nav-toggle span{background:var(--white);border-radius:1px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.hero__nav--open .hero__nav-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.hero__nav--open .hero__nav-toggle span:nth-child(2){opacity:0}.hero__nav--open .hero__nav-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero__nav-mobile{display:none}.hero__nav-left,.hero__nav-right{align-items:center;gap:1.75rem;display:flex}.hero__nav-left{grid-area:1/1;justify-content:flex-end;padding-right:1rem}.hero__nav-right{grid-area:1/3;justify-content:flex-start;padding-left:1rem}.hero__nav-logo{flex-shrink:0;grid-area:1/2;justify-content:center;align-items:center;display:flex}.hero__nav-link{letter-spacing:.14em;text-transform:uppercase;color:var(--white);white-space:nowrap;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:600;transition:color .2s,opacity .2s;display:inline-flex}.hero__nav-link svg{opacity:.8;width:.75rem;height:.75rem}.hero__nav-link:hover{color:var(--accent)}.hero__nav-phone{letter-spacing:.06em;color:var(--accent);white-space:nowrap;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .2s}.hero__nav-phone:hover{color:var(--accent-hover)}.btn--nav-cta{letter-spacing:.1em;padding:.55rem 1.25rem;font-size:.7rem}.hero__nav-social{align-items:center;gap:.625rem;margin-left:.25rem;display:flex}.hero__nav-social a{color:var(--white);opacity:.9;justify-content:center;align-items:center;transition:color .2s,opacity .2s;display:flex}.hero__nav-social a svg{width:.875rem;height:.875rem}.hero__nav-social a:hover{color:var(--accent);opacity:1}.nav-dropdown{position:relative}.nav-dropdown__menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;visibility:hidden;z-index:20;background:#141414f2;border:1px solid #ffffff1a;border-radius:4px;min-width:220px;padding:.5rem 0;transition:opacity .2s,visibility .2s;position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%)}.nav-dropdown:hover .nav-dropdown__menu{opacity:1;visibility:visible}.nav-dropdown__menu a{letter-spacing:.04em;color:var(--white);text-transform:none;padding:.625rem 1.25rem;font-size:.75rem;font-weight:500;transition:background .15s,color .15s;display:block}.nav-dropdown__menu a:hover{color:var(--accent);background:#00d4ff1a}.hero__media{justify-content:center;align-items:center;height:100dvh;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero__video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{background:#00000085;position:absolute;inset:0}.hero__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:0;padding:5rem 1.5rem;display:flex;position:relative}.hero__headline{font-family:var(--font-display);color:var(--white);letter-spacing:.04em;text-transform:uppercase;text-shadow:0 2px 20px #00000080;margin:0 0 1.25rem;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.1}.hero__services{letter-spacing:.2em;text-transform:uppercase;color:#ffffffbf;margin-bottom:2.25rem;font-size:.78rem;font-weight:600}.hero__ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hero__ctas .btn--accent{letter-spacing:.12em;padding:1rem 2.25rem;font-size:.75rem}.hero__ctas .btn--outline-light{letter-spacing:.12em;font-size:.75rem;font-family:var(--font-display);padding:1rem 2.25rem}.hero__scroll{z-index:3;color:#ffffffbf;letter-spacing:.2em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.375rem;font-size:.625rem;font-weight:500;transition:color .2s;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll svg{width:1rem;height:1rem;animation:2s ease-in-out infinite scroll-bounce}.hero__scroll:hover{color:var(--white)}@keyframes scroll-bounce{0%,to{opacity:.75;transform:translateY(0)}50%{opacity:1;transform:translateY(5px)}}.hero__info-bar{background:var(--gray-100);border-top:1px solid var(--gray-200);flex-wrap:wrap;justify-content:center;align-items:center;padding:.875rem clamp(1rem,3vw,2rem);display:flex}.hero__info-item{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-600);white-space:nowrap;align-items:center;gap:.625rem;padding:.5rem 1.25rem;font-size:.6875rem;font-weight:700;display:inline-flex}.hero__info-item svg{width:1.125rem;height:1.125rem;color:var(--accent);flex-shrink:0}.hero__info-divider{background:var(--gray-200);flex-shrink:0;width:1px;height:1.75rem}.section{padding:var(--section-pad) clamp(1.5rem, 4vw, 3rem)}.section--white{background:var(--white)}.section--dark{background:var(--black);color:var(--white)}.section__header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.section__header--light .section__sub{color:var(--gray-400);margin-top:1rem;font-size:1rem}.section__footer-link{text-align:center;margin-top:3rem}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.section--dark .eyebrow{color:var(--accent)}h2{font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:400;line-height:1.05}.section--white h2{color:var(--black)}.section--dark h2{color:var(--white)}.services-grid{max-width:var(--container);grid-template-columns:repeat(3,1fr);gap:2rem;margin:0 auto;display:grid}.service-card h3{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--black);margin:1.25rem 0 .75rem;font-size:1.5rem}.service-card p{color:var(--gray-600);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.7}.split{max-width:var(--container);grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);margin:0 auto;display:grid}.split__content h2{margin:.5rem 0 1.25rem}.split__content p{color:var(--gray-400);max-width:480px;margin-bottom:2rem;font-size:1rem;line-height:1.75}.split--why{align-items:start}.split--why .split__content h2{margin-bottom:2rem}.badge-card{background:var(--dark-card);border:1px solid #ffffff14;border-radius:8px;max-width:340px;padding:1.5rem}.badge-card__label{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.badge-card p{color:var(--gray-400);margin-top:.75rem;font-size:.875rem}.why-cards{flex-direction:column;gap:1rem;display:flex}.why-card{background:var(--dark-card);border:1px solid #ffffff14;border-radius:8px;gap:1.5rem;padding:1.75rem;display:flex}.why-card__num{font-family:var(--font-display);color:var(--accent);flex-shrink:0;font-size:2.5rem;line-height:1}.why-card h3{text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:1rem;font-weight:700}.why-card p{color:var(--gray-400);font-size:.875rem;line-height:1.65}.stars{color:var(--gold);gap:.2rem;display:flex}.stars svg{width:1rem;height:1rem}.projects-grid{max-width:var(--container);grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:0 auto;display:grid}.project-item{border-radius:4px;position:relative;overflow:hidden}.project-item__label{color:var(--white);letter-spacing:.02em;background:linear-gradient(#0000,#000000bf);padding:.75rem 1rem;font-size:.75rem;font-weight:500;position:absolute;bottom:0;left:0;right:0}.testimonials-grid{max-width:var(--container);grid-template-columns:repeat(3,1fr);gap:2rem;margin:0 auto;display:grid}.testimonial-card{border:1px solid var(--gray-200);border-radius:8px;padding:2rem}.testimonial-card blockquote{color:var(--gray-600);margin:1.25rem 0;font-size:.9375rem;font-style:normal;line-height:1.75}.testimonial-card cite{color:var(--black);font-size:.875rem;font-style:normal;font-weight:600;display:block}.testimonial-card cite span{color:var(--gray-500);margin-top:.25rem;font-size:.8125rem;font-weight:400;display:block}.section--social .section__header{margin-bottom:3rem}.social-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:600px;margin:0 auto 2.5rem;display:grid}.social-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-item__trigger{text-align:left;width:100%;color:var(--black);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:1rem;font-weight:500;transition:color .2s;display:flex}.faq-item__trigger svg{width:1.25rem;height:1.25rem;color:var(--gray-400);flex-shrink:0;transition:transform .3s}.faq-item--open .faq-item__trigger svg{transform:rotate(45deg)}.faq-item__trigger:hover{color:var(--accent)}.faq-item__answer{max-height:0;transition:max-height .35s,padding .35s;overflow:hidden}.faq-item--open .faq-item__answer{max-height:300px;padding-bottom:1.25rem}.faq-item__answer p{color:var(--gray-600);font-size:.9375rem;line-height:1.7}.contact-info{flex-direction:column;gap:.5rem;display:flex}.contact-info a,.contact-info span{color:var(--gray-400);font-size:1rem;transition:color .2s}.contact-info a:hover{color:var(--white)}.contact-form-wrap{background:var(--white);color:var(--black);border-radius:8px;padding:2.5rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form label{color:var(--gray-600);flex-direction:column;gap:.375rem;font-size:.8125rem;font-weight:500;display:flex}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid var(--gray-200);color:var(--black);background:var(--white);border-radius:4px;padding:.75rem 1rem;transition:border-color .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--black);outline:none}.contact-form textarea{resize:vertical;min-height:100px}.form-success{text-align:center;padding:2rem 0}.form-success h3{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem;font-size:2rem}.form-success p{color:var(--gray-600);margin-bottom:1.5rem}.footer{background:var(--black);color:var(--white);padding:var(--section-pad) clamp(1.5rem, 4vw, 3rem) 0}.footer__grid{max-width:var(--container);grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin:0 auto;padding-bottom:3rem;display:grid}.footer__brand p{color:var(--gray-400);max-width:320px;font-size:.875rem;line-height:1.7}.footer__links h4,.footer__contact h4{letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.footer__links ul{flex-direction:column;gap:.625rem;display:flex}.footer__links a{color:var(--gray-400);font-size:.875rem;transition:color .2s}.footer__links a:hover{color:var(--white)}.footer__contact{flex-direction:column;gap:.5rem;display:flex}.footer__contact a,.footer__contact span{color:var(--gray-400);font-size:.875rem}.footer__contact a:hover{color:var(--white)}.footer__social{gap:.75rem;margin-top:1rem;display:flex}.footer__social a{width:2.25rem;height:2.25rem;color:var(--white);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s,background .2s;display:flex}.footer__social a svg{width:1rem;height:1rem}.footer__social a:hover{border-color:var(--white);background:#ffffff14}.footer__bottom{text-align:center;border-top:1px solid #ffffff1a;padding:1.5rem 0}.footer__bottom p{color:var(--gray-500);font-size:.8125rem}.marquee-strip{background:var(--dark);border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;padding:.9rem 0;overflow:hidden}.marquee-track{width:max-content;animation:28s linear infinite marquee-scroll;display:flex}.marquee-item{font-family:var(--font-display);letter-spacing:.22em;text-transform:uppercase;color:#ffffff80;white-space:nowrap;align-items:center;gap:1.25rem;padding-right:2.5rem;font-size:1rem;transition:color .2s;display:inline-flex}.marquee-dot{color:var(--accent);vertical-align:middle;font-size:.55em}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.section--stats{background:var(--accent);padding:clamp(2.75rem,5vw,4.5rem) clamp(1.5rem,4vw,3rem)}.stats-grid{max-width:var(--container);grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid}.stat-item{text-align:center;border-right:1px solid #0000002e;flex-direction:column;align-items:center;padding:0 1rem;display:flex}.stat-item:last-child{border-right:none}.stat-item__num{font-family:var(--font-display);color:var(--black);letter-spacing:.02em;font-size:clamp(3.25rem,5.5vw,5.5rem);line-height:1}.stat-item__label{letter-spacing:.12em;text-transform:uppercase;color:#00000094;margin-top:.625rem;font-size:.6875rem;font-weight:700}.service-card__count{font-family:var(--font-display);letter-spacing:.22em;color:var(--accent);margin-bottom:.875rem;font-size:.8125rem;display:block}.service-card{border-bottom:2px solid #0000;padding-bottom:.5rem;transition:border-color .3s;position:relative}.service-card:hover{border-bottom-color:var(--accent)}.project-item img{transition:transform .5s cubic-bezier(.22,1,.36,1)}.project-item:hover img{transform:scale(1.06)}.project-item__label{transition:background .35s,padding .35s}.project-item:hover .project-item__label{background:linear-gradient(#0000,#00d4ff40 10%,#000000d9);padding-bottom:1.25rem}.testimonial-card{border:none;border-left:3px solid var(--accent);background:#f7f9fa;border-radius:0 8px 8px 0;position:relative;overflow:hidden}.testimonial-card:before{content:"“";color:var(--accent);opacity:.12;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Georgia,Times New Roman,serif;font-size:9rem;line-height:1;position:absolute;top:-1rem;right:1rem}.testimonial-card blockquote,.testimonial-card cite{z-index:1;position:relative}.faq-item--open .faq-item__trigger,.faq-item--open .faq-item__trigger svg{color:var(--accent)}.why-card__num{opacity:.9;transition:opacity .2s}.why-card:hover .why-card__num{opacity:1}.why-card:hover{border-color:#00d4ff40}@media (width<=900px){:root{--section-pad:clamp(3rem, 8vw, 4.5rem)}.hero__nav{justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.hero__nav-desktop{display:none}.hero__nav-toggle{display:flex}.hero__nav-logo{grid-column:unset;grid-row:unset}.logo--nav-center{height:52px}.hero__nav-mobile{z-index:99;background:var(--black);opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;padding:5rem 1.5rem 2rem;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0;overflow-y:auto}.hero__nav--open .hero__nav-mobile{opacity:1;visibility:visible;pointer-events:auto}.hero__nav-mobile-link{letter-spacing:.12em;text-transform:uppercase;color:var(--white);border-bottom:1px solid #ffffff14;padding:1rem 0;font-size:.875rem;font-weight:600;display:block}.hero__nav-mobile-link:hover{color:var(--accent)}.hero__nav-mobile-sub{border-bottom:1px solid #ffffff14;flex-direction:column;margin-bottom:.5rem;padding:.5rem 0 .5rem 1rem;display:flex}.hero__nav-mobile-sub a{color:var(--gray-400);letter-spacing:.02em;padding:.625rem 0;font-size:.8125rem}.hero__nav-mobile-sub a:hover{color:var(--accent)}.hero__nav-mobile-social{gap:1rem;margin-top:1.5rem;display:flex}.hero__nav-mobile-social a{width:2.75rem;height:2.75rem;color:var(--white);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex}.hero__nav-mobile-social a svg{width:1rem;height:1rem}.hero__nav-mobile-cta{text-align:center;width:100%;min-height:48px;margin-top:1.5rem}.hero__info-bar{display:none}.hero__content{padding:5rem 1.25rem 3.5rem}.logo--hero{height:clamp(100px,28vw,160px);margin-bottom:1rem}.hero__tagline{white-space:normal;text-align:center;letter-spacing:.14em;flex-direction:column;gap:.5rem;padding:0 .5rem;font-size:.625rem}.hero__tagline-line{width:2.5rem}.btn--hero-cta{width:100%;max-width:320px;min-height:48px;margin-top:1.5rem}.hero__scroll{bottom:1.25rem}.section{padding-left:1.25rem;padding-right:1.25rem}.section__header{margin-bottom:2.5rem}.section__header--light .section__sub{padding:0 .5rem;font-size:.9375rem}h2{font-size:clamp(2rem,9vw,2.75rem)}.stats-grid{grid-template-columns:repeat(2,1fr);gap:0}.stat-item{border-bottom:1px solid #00000026;border-right:none;padding:1.5rem 1rem}.stat-item:nth-child(odd){border-right:1px solid #00000026}.stat-item:last-child,.stat-item:nth-last-child(2):nth-child(odd){border-bottom:none}.services-grid,.projects-grid,.testimonials-grid{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.projects-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.project-item__label{padding:.5rem .625rem;font-size:.625rem}.split{grid-template-columns:1fr;gap:2rem}.split--precision .split__media{order:-1}.split__content p{max-width:100%;font-size:.9375rem}.badge-card{max-width:100%}.why-card{gap:1rem;padding:1.25rem}.why-card__num{font-size:2rem}.testimonial-card{padding:1.5rem}.testimonial-card blockquote{font-size:.875rem}.social-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:100%}.social-reel__embed{max-width:100%}.social-buttons{flex-direction:column;align-items:stretch;padding:0 1rem}.social-buttons .btn--social{justify-content:center;min-height:48px}.faq-item__trigger{padding:1rem 0;font-size:.9375rem}.contact-form-wrap{padding:1.5rem}.contact-form input,.contact-form select,.contact-form textarea{min-height:48px;font-size:16px}.form-row{grid-template-columns:1fr}.footer{padding-left:1.25rem;padding-right:1.25rem}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__brand p{max-width:100%}}@media (width<=600px){:root{--section-pad:2.75rem}.logo--nav-center{height:44px}.logo--hero{height:clamp(90px,32vw,130px)}.hero__content{padding:4.5rem 1rem 3rem}.projects-grid{grid-template-columns:1fr}.social-grid{grid-template-columns:1fr;max-width:280px;margin-left:auto;margin-right:auto}.why-card{flex-direction:column;gap:.5rem}.service-card h3{font-size:1.25rem}.btn{min-height:44px}.form-success h3{font-size:1.5rem}}@media (width<=380px){.hero__nav{padding:.625rem 1rem}.logo--nav-center{height:40px}h2{font-size:1.75rem}}.eyebrow--light{color:var(--accent)}.btn--outline-accent{border:2px solid var(--accent);color:var(--accent);font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;border-radius:2px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.btn--outline-accent:hover{background:var(--accent);color:var(--black)}.btn--dark-outline{border:2px solid var(--black);color:var(--black);font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;border-radius:2px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.btn--dark-outline:hover{background:var(--black);color:#fff}.btn--full{justify-content:center;width:100%}.about-sec{background:#fff;padding:7rem 2rem}.about-sec__inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.about-sec__media{position:relative}.about-sec__deco{font-family:var(--font-display);color:#0000000f;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;font-size:9rem;line-height:1;position:absolute;top:-2rem;left:-2.5rem}.about-sec__img{object-fit:cover;z-index:1;border-radius:4px;width:100%;height:520px;position:relative;box-shadow:12px 20px 60px #00000026}.about-sec__text{flex-direction:column;gap:1.25rem;display:flex}.about-sec__text h2{color:var(--black);font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.08}.about-sec__text p{color:#555;font-size:1.05rem;line-height:1.75}.stats-bar{background:var(--accent);grid-template-columns:repeat(4,1fr);display:grid}.stats-bar__item{text-align:center;opacity:0;border-right:1px solid #0000001f;flex-direction:column;align-items:center;gap:.4rem;padding:2.75rem 1.5rem;animation:.6s forwards statFadeUp;display:flex;transform:translateY(20px)}.stats-bar__item:last-child{border-right:none}@keyframes statFadeUp{to{opacity:1;transform:translateY(0)}}.stats-bar__num{font-family:var(--font-display);color:var(--black);letter-spacing:.02em;font-size:3.5rem;line-height:1}.stats-bar__label{text-transform:uppercase;letter-spacing:.12em;color:#0009;font-size:.78rem;font-weight:600}.svc-dark{background:#0d0d0d;padding:7rem 2rem}.svc-dark__hd{text-align:center;flex-direction:column;gap:1rem;max-width:700px;margin:0 auto 4rem;display:flex}.svc-dark__hd h2{color:#fff;font-size:clamp(2rem,3.5vw,3rem)}.svc-dark__sub{color:#ffffff8c;line-height:1.7}.svc-dark__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.svc-card{background:#1a1a1a;border:1px solid #ffffff0f;border-radius:6px;flex-direction:column;gap:1rem;padding:0 0 2.5rem;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.svc-card:hover{border-color:var(--accent);transform:translateY(-4px)}.svc-card__image{overflow:hidden}.svc-card__image img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .4s;display:block}.svc-card:hover .svc-card__image img{transform:scale(1.04)}.svc-card__icon{width:52px;height:52px;color:var(--accent);margin:0 2rem}.svc-card__icon svg{width:100%;height:100%}.svc-card h3{color:#fff;font-size:1.4rem;font-family:var(--font-display);letter-spacing:.04em;margin:0 2rem}.svc-card p{color:#ffffff8c;flex:1;margin:0 2rem;font-size:.95rem;line-height:1.7}.svc-card__cta{color:var(--accent);font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.5rem;margin:.5rem 2rem 0;font-size:.95rem;text-decoration:none;transition:gap .2s;display:inline-flex}.svc-card__cta svg{width:16px;height:16px;transition:transform .2s}.svc-card:hover .svc-card__cta svg{transform:translate(4px)}.cta-banner{grid-template-columns:1fr 1fr;min-height:360px;display:grid}.cta-banner__img{position:relative;overflow:hidden}.cta-banner__img img{object-fit:cover;width:100%;height:100%;display:block}.cta-banner__img-overlay{background:linear-gradient(90deg,#0000 60%,#0006);position:absolute;inset:0}.cta-banner__body{background:var(--black);border-left:4px solid var(--accent);flex-direction:column;justify-content:center;gap:1rem;padding:4rem 3.5rem;display:flex}.cta-banner__icon{width:48px;height:48px;color:var(--accent);background:#00d4ff1f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.cta-banner__icon svg{width:22px;height:22px}.cta-banner__label{text-transform:uppercase;letter-spacing:.12em;color:#ffffff8c;font-size:.9rem}.cta-banner__phone{font-family:var(--font-display);color:#fff;letter-spacing:.03em;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.1;text-decoration:none;transition:color .2s}.cta-banner__phone:hover{color:var(--accent)}.cta-banner__sub{color:#ffffff80;max-width:380px;font-size:.95rem;line-height:1.65}.commit-sec{background:#f7f7f7;padding:7rem 2rem}.commit-sec__inner{grid-template-columns:1fr 1.2fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.commit-sec__left{flex-direction:column;gap:1.25rem;display:flex}.commit-sec__left h2{color:var(--black);font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.05}.commit-sec__left p{color:#555;line-height:1.75}.commit-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.commit-card{background:#fff;border-radius:6px;flex-direction:column;gap:.75rem;padding:1.75rem;transition:box-shadow .2s;display:flex;box-shadow:0 2px 16px #00000012}.commit-card:hover{box-shadow:0 6px 32px #0000001f}.commit-card__icon{width:40px;height:40px;color:var(--accent);background:#00d4ff1a;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex}.commit-card__icon svg{width:100%;height:100%}.commit-card h4{font-family:var(--font-display);letter-spacing:.06em;color:var(--black);font-size:1.1rem}.commit-card p{color:#666;font-size:.9rem;line-height:1.65}.why-sec{align-items:center;min-height:560px;display:flex;position:relative;overflow:hidden}.why-sec__bg{z-index:0;position:absolute;inset:0}.why-sec__bg img{object-fit:cover;width:100%;height:100%}.why-sec__overlay{background:linear-gradient(90deg,#000000bf 0%,#0006 50%,#0000 100%);position:absolute;inset:0}.why-sec__panel{z-index:1;flex-direction:column;gap:1.25rem;max-width:560px;margin-left:max(2rem,50vw - 600px + 2rem);padding:4rem 3rem 4rem 0;display:flex;position:relative}.why-sec__panel h2{color:#fff;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.05}.why-sec__panel p{color:#ffffffbf;font-size:1.05rem;line-height:1.75}.why-sec__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.why-sec__list li{color:#ffffffe6;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.why-sec__list svg{width:18px;height:18px;color:var(--accent);flex-shrink:0}.proj-sec{background:#fff;padding:7rem 2rem}.proj-sec__hd{flex-direction:column;gap:.75rem;max-width:1200px;margin:0 auto 3rem;display:flex}.proj-sec__hd h2{color:var(--black);font-size:clamp(2rem,3.5vw,3rem)}.proj-grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1200px;margin:0 auto;display:grid}.proj-item{aspect-ratio:4/3;border-radius:4px;position:relative;overflow:hidden}.proj-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.proj-item:hover img{transform:scale(1.05)}.proj-item__overlay{opacity:0;background:linear-gradient(#0000 40%,#000000b3 100%);align-items:flex-end;padding:1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.proj-item:hover .proj-item__overlay{opacity:1}.proj-item__overlay span{color:#fff;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;font-size:.95rem}.proc-sec{background:var(--black);text-align:center;padding:7rem 2rem}.proc-sec__heading{color:#fff;max-width:600px;margin:.75rem auto 3.5rem;font-size:clamp(2rem,3.5vw,3rem)}.proc-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.proc-card{text-align:left;border:1px solid #ffffff1f;border-radius:6px;flex-direction:column;gap:.75rem;padding:2.5rem 2rem;transition:border-color .2s;display:flex}.proc-card:hover{border-color:var(--accent)}.proc-card__num{font-family:var(--font-display);color:var(--accent);opacity:.7;font-size:2.5rem;line-height:1}.proc-card h4{font-family:var(--font-display);letter-spacing:.05em;color:#fff;margin-top:.25rem;font-size:1.2rem}.proc-card p{color:#ffffff80;font-size:.95rem;line-height:1.7}.testi-sec{text-align:center;background:#f7f7f7;padding:7rem 2rem}.testi-sec__heading{color:var(--black);max-width:600px;margin:.75rem auto 3.5rem;font-size:clamp(2rem,3.5vw,3rem)}.testi-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.testi-card{background:var(--black);text-align:left;border-radius:6px;flex-direction:column;gap:1rem;padding:2.5rem;display:flex}.testi-card__marks{color:var(--accent);opacity:.5}.testi-card .stars{margin:0}.testi-card blockquote{color:#fffc;flex:1;font-size:.95rem;line-height:1.75}.testi-card cite{border-top:1px solid #ffffff1a;flex-direction:column;gap:.2rem;margin-top:.5rem;padding-top:1rem;font-style:normal;display:flex}.testi-card cite strong{color:#fff;font-size:.95rem}.testi-card cite span{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.social-sec{text-align:center;background:#111;padding:7rem 2rem}.social-sec__hd{flex-direction:column;gap:.75rem;max-width:600px;margin:0 auto 3.5rem;display:flex}.social-sec__hd h2{color:#fff;font-size:clamp(2rem,3.5vw,3rem)}.social-sec__sub{color:#ffffff80;line-height:1.7}.social-reels-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto 2.5rem;display:grid}.social-sec__btns{justify-content:center;gap:1rem;margin-top:1rem;display:flex}.faq-sec{background:#fff;padding:7rem 2rem}.faq-sec__hd{flex-direction:column;gap:.75rem;max-width:1100px;margin:0 auto 3rem;display:flex}.faq-sec__hd h2{color:var(--black);font-size:clamp(2rem,3.5vw,3rem)}.contact-sec{background:var(--black);padding:7rem 2rem}.contact-sec__inner{grid-template-columns:1fr 1.3fr;align-items:start;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.contact-sec__info{flex-direction:column;gap:1.5rem;display:flex}.contact-sec__info h2{color:#fff;font-size:clamp(2.2rem,3.5vw,3rem);line-height:1.08}.contact-sec__info p{color:#fff9;line-height:1.75}.contact-sec__items{flex-direction:column;gap:1.5rem;margin-top:.5rem;display:flex}.contact-sec__item{align-items:flex-start;gap:1rem;display:flex}.contact-sec__item-icon{width:48px;height:48px;color:var(--accent);background:#00d4ff1a;border:1px solid #00d4ff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-sec__item-icon svg{width:20px;height:20px}.contact-sec__item>div{flex-direction:column;gap:.25rem;padding-top:.2rem;display:flex}.contact-sec__item strong{color:#ffffff8c;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.contact-sec__item a,.contact-sec__item span{color:#fff;font-size:1rem;text-decoration:none;transition:color .2s}.contact-sec__item a:hover{color:var(--accent)}.contact-sec__form-wrap{background:#161616;border:1px solid #ffffff0f;border-radius:8px;padding:2.5rem}.contact-sec__form-wrap .contact-form label{color:#ffffffb3}.contact-sec__form-wrap .contact-form input,.contact-sec__form-wrap .contact-form select,.contact-sec__form-wrap .contact-form textarea{color:#fff;background:#0f0f0f;border:1px solid #ffffff1a}.contact-sec__form-wrap .contact-form input:focus,.contact-sec__form-wrap .contact-form select:focus,.contact-sec__form-wrap .contact-form textarea:focus{border-color:var(--accent);outline:none}.contact-sec__form-wrap .contact-form select option{background:#1a1a1a}.footer-cta-bar{background:var(--accent);justify-content:space-between;align-items:center;gap:2rem;max-width:100%;padding:2.5rem 2rem;display:flex}.footer-cta-bar p{font-family:var(--font-display);color:var(--black);letter-spacing:.03em;font-size:clamp(1.25rem,2.5vw,1.75rem);line-height:1.2}.footer-cta-bar .btn--accent{background:var(--black);color:#fff;border:2px solid var(--black);white-space:nowrap;flex-shrink:0}.footer-cta-bar .btn--accent:hover{color:var(--black);background:0 0}.site-footer{background:#0a0a0a;border-top:1px solid #ffffff0f;padding:5rem 2rem 0}.site-footer__grid{border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:4rem;display:grid}.site-footer__brand p{color:#ffffff73;max-width:300px;margin-top:1.25rem;font-size:.9rem;line-height:1.7}.site-footer__social{gap:.75rem;margin-top:1.5rem;display:flex}.site-footer__social a{color:#ffffff8c;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,color .2s;display:flex}.site-footer__social a:hover{background:var(--accent);color:var(--black)}.site-footer__col h4{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:#fff6;margin-bottom:1.25rem;font-size:.85rem}.site-footer__col ul{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__col ul li a,.site-footer__col ul li span{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .2s}.site-footer__col ul li a:hover{color:var(--accent)}.site-footer__bottom{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1.75rem 0;display:flex}.site-footer__bottom p{color:#ffffff4d;font-size:.8rem}@media (width<=1024px){.about-sec__inner{grid-template-columns:1fr;gap:3rem}.about-sec__deco{font-size:6rem;top:-1rem;left:-1rem}.about-sec__img{height:380px}.commit-sec__inner,.contact-sec__inner{grid-template-columns:1fr;gap:3rem}.site-footer__grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=768px){.stats-bar{grid-template-columns:repeat(2,1fr)}.stats-bar__item{border-bottom:1px solid #0000001a}.svc-dark__grid,.cta-banner{grid-template-columns:1fr}.cta-banner__img{height:240px}.commit-grid{grid-template-columns:1fr}.why-sec__panel{max-width:100%;margin-left:0;padding:3rem 2rem}.why-sec__overlay{background:#000000a6}.proj-grid{grid-template-columns:1fr 1fr}.proc-grid,.testi-grid,.social-reels-grid{grid-template-columns:1fr}.footer-cta-bar{text-align:center;flex-direction:column}.site-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.site-footer__bottom{text-align:center;flex-direction:column}}@media (width<=480px){.stats-bar{grid-template-columns:repeat(2,1fr)}.stats-bar__item{border-bottom:1px solid #0000001f}.proj-grid,.site-footer__grid{grid-template-columns:1fr}.about-sec,.svc-dark,.commit-sec,.proj-sec,.proc-sec,.testi-sec,.social-sec,.faq-sec,.contact-sec{padding:5rem 1.25rem}}.svc-page-hero{text-align:center;background:var(--black);justify-content:center;align-items:center;height:62vh;min-height:480px;display:flex;position:relative;overflow:hidden}.svc-page-hero__bg{position:absolute;inset:0}.svc-page-hero__bg img{object-fit:cover;object-position:center 40%;width:100%;height:100%}.svc-page-hero__overlay{background:linear-gradient(#0000008c 0%,#000000b8 100%);position:absolute;inset:0}.svc-page-hero__content{z-index:2;flex-direction:column;align-items:center;gap:.875rem;max-width:820px;padding:5rem 2rem 3rem;display:flex;position:relative}.svc-page-hero__title{font-family:var(--font-display);color:var(--white);letter-spacing:.04em;text-transform:uppercase;text-shadow:0 2px 30px #00000080;margin:0;font-size:clamp(3rem,8vw,6.5rem);line-height:1}.svc-page-hero__subtitle{color:#ffffffb8;max-width:540px;margin:.5rem 0 0;font-size:1.05rem;line-height:1.7}.svc-page-hero__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.75rem;display:flex}.svc-overview{background:#fff;padding:7rem 2rem}.svc-overview__inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:grid}.svc-overview__img{object-fit:cover;border-radius:4px;width:100%;height:500px;display:block;box-shadow:12px 20px 60px #00000024}.svc-overview__text{flex-direction:column;gap:1.25rem;display:flex}.svc-overview__text h2{color:var(--black);font-size:clamp(2rem,3.5vw,3rem);line-height:1.08}.svc-overview__text p{color:#555;font-size:1.05rem;line-height:1.75}.svc-features-sec{background:#0d0d0d;padding:7rem 2rem}.svc-features-sec__hd{text-align:center;flex-direction:column;gap:.875rem;max-width:700px;margin:0 auto 4rem;display:flex}.svc-features-sec__hd h2{color:#fff;font-size:clamp(2rem,3.5vw,3rem)}.svc-features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.svc-feature-card{background:#1a1a1a;border:1px solid #ffffff0f;border-radius:6px;flex-direction:column;gap:.875rem;padding:2rem;transition:border-color .2s,transform .2s;display:flex}.svc-feature-card:hover{border-color:var(--accent);transform:translateY(-4px)}.svc-feature-card__icon{width:48px;height:48px;color:var(--accent);background:#00d4ff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:10px;display:flex}.svc-feature-card__icon svg{width:100%;height:100%}.svc-feature-card h4{font-family:var(--font-display);letter-spacing:.05em;color:#fff;text-transform:uppercase;font-size:1.1rem}.svc-feature-card p{color:#ffffff80;font-size:.9rem;line-height:1.65}.svc-related{background:#f7f7f7;padding:6rem 2rem}.svc-related__hd{flex-direction:column;gap:.75rem;max-width:1200px;margin:0 auto 3rem;display:flex}.svc-related__hd h2{color:var(--black);font-size:clamp(2rem,3.5vw,3rem)}.svc-related__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1200px;margin:0 auto;display:grid}.svc-related-card{border:1px solid var(--gray-200);background:#fff;border-radius:6px;flex-direction:column;gap:.75rem;padding:1.75rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.svc-related-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 6px 24px #00000014}.svc-related-card h4{font-family:var(--font-display);letter-spacing:.05em;color:var(--black);text-transform:uppercase;font-size:1rem}.svc-related-card p{color:var(--gray-500);flex:1;font-size:.875rem;line-height:1.6}.svc-related-card__arrow{color:var(--accent);font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.375rem;margin-top:.5rem;font-size:.825rem;transition:gap .2s;display:flex}.svc-related-card:hover .svc-related-card__arrow{gap:.625rem}.svc-gallery{background:var(--dark);padding:6rem 2rem}.svc-gallery__hd{flex-direction:column;gap:.75rem;max-width:1200px;margin:0 auto 2.5rem;display:flex}.svc-gallery__hd h2{color:var(--white);font-size:clamp(2rem,3.5vw,3rem)}.svc-gallery__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:.625rem;max-width:1200px;margin:0 auto;display:grid}.svc-gallery__item{border-radius:3px;overflow:hidden}.svc-gallery__item:nth-child(4n+1){grid-row:span 2}.svc-gallery__item img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.svc-gallery__item:hover img{transform:scale(1.06)}.svc-highlights{background:var(--accent);grid-template-columns:repeat(4,1fr);gap:1rem;padding:3rem 2rem;display:grid}.svc-highlights__item{text-align:center;flex-direction:column;align-items:center;gap:.375rem;display:flex}.svc-highlights__val{font-family:var(--font-display);color:var(--black);letter-spacing:.02em;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1}.svc-highlights__label{color:#000000a6;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600}.svc-testimonial{background:var(--black);padding:6rem 2rem}.svc-testimonial__inner{text-align:center;flex-direction:column;align-items:center;gap:1.75rem;max-width:820px;margin:0 auto;display:flex}.svc-testimonial__mark{color:var(--accent);opacity:.6;flex-shrink:0}.svc-testimonial__quote{color:var(--white);font-size:clamp(1.1rem,2vw,1.375rem);font-style:italic;line-height:1.7}.svc-testimonial__cite{flex-direction:column;gap:.25rem;font-style:normal;display:flex}.svc-testimonial__cite strong{color:var(--accent);font-family:var(--font-display);letter-spacing:.08em;font-size:1rem}.svc-testimonial__cite span{color:var(--gray-500);font-size:.825rem}@media (width<=1024px){.svc-overview__inner{grid-template-columns:1fr;gap:3rem}.svc-overview__img{height:380px}.svc-related__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.svc-page-hero{height:auto;min-height:420px}.svc-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.svc-page-hero__title{font-size:clamp(2.5rem,12vw,3.5rem)}.svc-features-grid,.svc-related__grid{grid-template-columns:1fr}.svc-overview,.svc-features-sec,.svc-related{padding:5rem 1.25rem}}@media (width<=1024px){.svc-gallery__grid{grid-template-columns:repeat(2,1fr)}.svc-gallery__item:nth-child(4n+1){grid-row:span 1}.svc-highlights{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;padding:3rem 2rem}}@media (width<=600px){.svc-gallery__grid{grid-template-columns:1fr;grid-auto-rows:240px}.svc-highlights{grid-template-columns:repeat(2,1fr)}}
