@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/font-8.ttf) format('truetype');
}

:root{--bg:#101210;--surface:#1a1d1b;--text:#f1f3f1;--muted:#a1a8a2;--accent:#4ca745;--line:#323833;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:Manrope,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}::selection{background:var(--accent);color:var(--bg)}.skip{position:fixed;left:16px;top:-80px;z-index:30;padding:14px;background:var(--accent);color:#111}.skip:focus{top:15px}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:6px}.scroll-progress{height:3px;background:var(--accent);position:fixed;inset:0 auto auto 0;z-index:30;width:0}.header{height:100px;position:absolute;inset:0 0 auto;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 4.5%;border-bottom:1px solid #ffffff20;gap:30px}.brand{display:flex;align-items:center;gap:12px;line-height:1}.brand-pr{font:italic 800 48px var(--display);letter-spacing:-4px}.brand-slash{color:var(--accent);padding-left:2px}.brand-name{font-size:15px;letter-spacing:2.4px;font-weight:800}.brand-name small{display:block;letter-spacing:1.2px;font-size:8px;margin-top:7px;font-weight:500}.header nav{display:flex;gap:34px;font-size:14px;font-weight:600}.header nav a{transition:color .2s}.header nav a:hover{color:var(--accent)}.button{background:var(--accent);color:#0d140d;display:inline-flex;align-items:center;justify-content:space-between;gap:34px;padding:17px 22px;font-size:14px;font-weight:800;border:1px solid var(--accent);transition:background .2s,transform .2s;cursor:pointer}.button span{font-size:23px;line-height:1}.button:hover{background:#60bd58;transform:translateY(-3px)}.header .button{padding:12px 18px;gap:24px}.menu-toggle{display:none}.mobile-menu{position:fixed;inset:80px 0 auto;background:#111;z-index:22;padding:30px}.mobile-menu a{display:block;font:600 32px var(--display);padding:12px}.hero{height:900px;min-height:750px;max-height:1100px;height:100svh;position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;padding:140px 4.5% 130px}.hero-visual{position:absolute;inset:0;z-index:-3;will-change:transform}.hero-visual img{height:100%;width:100%;object-fit:cover;object-position:63% center}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(8,8,8,.84),rgba(8,8,8,.42) 42%,transparent 75%),linear-gradient(0deg,#101210 0%,transparent 22%,transparent 85%,#10121050)}.hero-content{max-width:800px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;display:flex;gap:14px;align-items:center}.accent-line{display:inline-block;width:28px;height:2px;background:var(--accent)}h1,h2,h3,p{margin-top:0}h1{font:700 clamp(80px,7.8vw,132px)/.94 var(--display);letter-spacing:-1px;margin:28px 0}h1 em,h2 em{color:var(--accent);font-style:normal}h1 em{white-space:nowrap}.hero-description{max-width:365px;color:#c5cbc6;font-size:15px;line-height:1.8;margin:24px 0 30px}.hero-actions{display:flex;align-items:center;gap:28px}.text-link{font-size:13px;font-weight:600}.text-link span{margin-left:16px;color:var(--accent);font-size:19px}.hero-bottom{position:absolute;bottom:28px;left:4.5%;right:4.5%;display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:1.3px}.hero-bottom>span:nth-child(2){color:#aaa}.hero-bottom b{display:block;font-weight:400;color:#747c75;font-size:10px;margin-top:4px}.scroll-cue{display:flex;align-items:center;gap:13px}.scroll-mouse{height:28px;width:18px;border:1px solid #ffffff80;border-radius:12px;position:relative}.scroll-mouse:after{content:'';position:absolute;top:6px;left:7px;width:2px;height:6px;background:var(--accent);animation:mouse 1.8s infinite}.hero-index{font:700 22px var(--display)}.hero-index i{color:#777;font-style:normal;margin:0 9px}.ticker{background:var(--accent);color:var(--bg);overflow:hidden;padding:17px 0}.ticker div{white-space:nowrap;font:700 29px var(--display);letter-spacing:1px;width:max-content;will-change:transform}.ticker span{font-size:24px;margin:0 37px}.section{padding:100px 6%}.section-top{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:20px;align-items:center}.section-top .eyebrow{margin:0}.muted{color:var(--muted);font-size:11px;letter-spacing:1.4px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin:50px 0;gap:40px}h2{font:700 clamp(50px,5vw,86px)/1 var(--display);letter-spacing:-.3px;margin:0}.section-heading h2 span{color:#929b94}.section-heading>p{max-width:335px;color:var(--muted);margin:0;font-size:15px;line-height:1.9}.service-row{display:grid;grid-template-columns:65px 1.1fr 1fr 45px;gap:15px;align-items:center;padding:30px 0;border-top:1px solid var(--line);transition:color .25s}.service-row:last-child{border-bottom:1px solid var(--line)}.number{font-size:12px;color:var(--accent)}.service-row h3{font:600 34px var(--display);margin:0}.service-row p{margin:0;font-size:14px;color:var(--muted)}.row-arrow{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:24px;transition:background .25s}.service-row:hover{color:var(--accent)}.service-row:hover .row-arrow{background:var(--accent);color:#111}.contact{background:#1d231f}.contact h2{margin:30px 0}.contact>p:last-child{font-size:14px;color:var(--muted);margin-top:30px}footer{display:flex;align-items:center;gap:25px;padding:35px 6%;font-size:12px;color:#aaa}footer span{margin-right:auto}.menu-toggle{background:none;border:0;color:var(--text);padding:15px}.menu-toggle span{display:block;width:23px;height:2px;background:currentColor;margin:5px 0}@keyframes mouse{0%,100%{transform:translateY(0);opacity:.6}50%{transform:translateY(5px);opacity:1}}@media(min-width:1800px){.hero{padding-left:max(6%,calc((100vw - 1580px)/2))}}@media(max-width:900px){.header{height:84px}.header nav{gap:20px}.header .nav-cta{display:none}.hero{min-height:760px}.hero-visual img{object-position:59% center}.hero-shade{background:linear-gradient(90deg,#080808d9,#08080860),linear-gradient(0deg,#111,transparent 30%)}.section{padding:75px 5%}.section-heading{align-items:flex-start}.section-heading>p{max-width:250px}.service-row{grid-template-columns:40px 1.4fr 1fr 42px}}@media(max-width:600px){.header{padding:0 6%}.brand-pr{font-size:43px}.brand-name{font-size:13px}.header nav{display:none}.menu-toggle{display:block}.hero{padding:140px 6% 130px;min-height:740px;max-height:950px;align-items:flex-start}.hero-visual img{object-position:62% center;opacity:.78}.hero-shade{background:linear-gradient(90deg,#080808b0,#08080825),linear-gradient(0deg,#111 0%,transparent 35%,#08080880 80%)}.eyebrow{font-size:10px;letter-spacing:1.5px}h1{font-size:clamp(58px,14.2vw,85px);margin:30px 0 22px}.hero-description{font-size:14px;max-width:280px}.hero-actions{flex-direction:column;align-items:flex-start;gap:20px}.hero-bottom>span:nth-child(2){display:none}.hero-bottom{left:6%;right:6%}.hero-bottom .hero-index{font-size:21px}.ticker{padding:12px 0}.ticker div{font-size:24px}.ticker span{margin:0 22px}.section-top .muted{display:none}.section-heading{display:block;margin:35px 0}.section-heading p{margin-top:25px;max-width:350px}.service-row{grid-template-columns:30px 1fr 40px;gap:10px;padding:25px 0}.service-row h3{font-size:27px}.service-row p{grid-column:2;font-size:13px}.service-row .row-arrow{grid-column:3;grid-row:1/3}.section{padding:65px 6%}.contact h2{font-size:51px}footer{flex-wrap:wrap;gap:18px;font-size:11px}footer span{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-visual,.ticker div{transform:none!important}}
/* Complete experience */
body{font-size:1rem}.header{position:fixed;transition:background .3s,height .3s,box-shadow .3s}.header.scrolled{height:78px;background:#101210f5;backdrop-filter:blur(14px);box-shadow:0 1px #ffffff15}.brand-name small{font-size:10px;letter-spacing:.75px}.eyebrow{font-size:12px}.hero-description{font-size:16px}.text-link{font-size:14px}.hero-bottom{font-size:12px;letter-spacing:1px}.hero-bottom b{font-size:12px;letter-spacing:.5px}.muted{font-size:12px}.section-heading>p{font-size:16px}.service{border-top:1px solid var(--line)}.service:last-child{border-bottom:1px solid var(--line)}.service summary{list-style:none;display:grid;grid-template-columns:60px 1.2fr 1fr 44px;align-items:center;gap:20px;padding:28px 0;cursor:pointer}.service summary::-webkit-details-marker{display:none}.service h3{font:600 36px/1.15 var(--display);margin:0}.service-teaser{font-size:14px;color:var(--muted)}.detail-plus{border:1px solid #454d46;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;font-size:25px;font-weight:400;transition:transform .3s,background .3s,color .3s}.service summary:hover h3{color:var(--accent)}.service[open] .detail-plus{transform:rotate(45deg);background:var(--accent);color:var(--bg);border-color:var(--accent)}.service-details{padding:0 70px 32px 80px;max-width:830px}.service-details p{font-size:16px;color:#b8c0ba;line-height:1.8}.service-foot{display:flex;justify-content:space-between;gap:20px;font-size:13px;padding-top:24px}.service-foot>span{color:var(--muted);font-size:12px;letter-spacing:1px}.service-foot a span{color:var(--accent);margin-left:12px}.garage-scroll{height:180vh;position:relative}.garage-sticky{height:100vh;position:sticky;top:0;overflow:hidden;display:flex;align-items:center;padding:90px 10%;isolation:isolate}.garage-frame{position:absolute;inset:0;z-index:-2;clip-path:inset(6% 6%);will-change:clip-path}.garage-frame img{width:100%;height:100%;object-fit:cover;transform:scale(1.15);will-change:transform}.garage-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0b0b0bce,#0b0b0b30),linear-gradient(0deg,#0b0b0b80,transparent 55%)}.garage-caption h2{font-size:clamp(80px,10.5vw,174px);line-height:.95;margin:36px 0}.garage-caption>p:last-child{font-size:18px;color:#dce2de;line-height:1.8;margin:0}.garage-label{position:absolute;bottom:8%;left:10%;font-size:12px;letter-spacing:2px;color:#bbb}.scene-indicator{position:absolute;bottom:8%;right:10%;width:140px;height:2px;background:#ffffff30}.scene-indicator span{display:block;background:var(--accent);height:100%;width:0}.care{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding-top:130px;padding-bottom:130px}.care h2{font-size:clamp(60px,6vw,100px);margin:30px 0}.care h2 span{color:var(--accent)}.care-copy>p:not(.eyebrow){color:var(--muted);max-width:420px;line-height:1.9}.care-points{margin:30px 0 35px;max-width:410px}.care-points>div{display:flex;gap:25px;border-top:1px solid var(--line);padding:17px 0}.care-points>div>span{color:var(--accent);font-size:12px;margin-top:5px}.care-points p{font-size:14px;color:var(--muted);margin:0}.care-points strong{display:block;color:var(--text);font-weight:600;font-size:16px;margin-bottom:4px}.care-photo{margin:0;align-self:center;position:relative}.care-photo img{width:100%;height:600px;object-fit:cover;object-position:55% center;display:block;filter:saturate(.65)}.care-photo:before{content:'';height:70px;width:6px;background:var(--accent);position:absolute;top:-25px;left:25px;z-index:1}.care-photo figcaption{font-size:12px;letter-spacing:1px;display:flex;justify-content:space-between;align-items:center;padding-top:15px;color:var(--muted)}.care-photo figcaption>span:last-child{font:italic 700 25px var(--display);color:var(--accent)}.ecosystem{background:#e3e7e4;color:#172019}.ecosystem .section-top{border-color:#bec8c0}.ecosystem .section-heading p,.ecosystem .muted{color:#57635a}.business-links{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #bec8c0}.business-card{padding:34px 30px 10px 0;position:relative;transition:background .3s}.business-card+ .business-card{padding-left:30px;border-left:1px solid #bec8c0}.business-kicker{font-size:12px;letter-spacing:1.6px;font-weight:700}.business-card h3{font:600 42px/1.05 var(--display);margin:35px 0 20px}.business-card p{font-size:14px;min-height:48px;color:#56625a}.business-bottom{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #bec8c0;padding-top:22px;margin-top:40px;font-size:14px;font-weight:700}.business-bottom span{font-size:25px;color:#2c7528;line-height:1}.business-card:hover h3{color:#2c7528}.contact{background:#161b17}.contact .section-top{margin-bottom:65px}.contact-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.contact h2{font-size:clamp(64px,7.8vw,124px);margin:0}.contact-heading>p{color:var(--muted);font-size:16px;line-height:1.9;padding-bottom:8px}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:7%;margin-top:65px;border-top:1px solid var(--line);padding-top:45px}.phone-link{font:600 clamp(27px,3vw,43px) var(--display);display:block}.phone-link>span{color:var(--accent);margin-left:20px}.mail-link{color:#bbb;font-size:16px;display:inline-block;margin-top:10px;border-bottom:1px solid #555}.contact-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin-top:30px}.contact-note{font-size:13px!important;line-height:1.8;color:var(--muted);margin-top:28px!important}.contact-info{display:grid;grid-template-columns:1fr 1fr;gap:30px}.info-label{font-size:11px;letter-spacing:1px;font-weight:700;color:var(--muted)}.contact-info p{font-size:14px;margin:15px 0;line-height:1.9}.contact-info .muted{font-size:10px}.contact-info .text-link{font-size:13px}footer{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:45px 6% 25px;background:#0b0b0b}.footer-links{display:flex;justify-content:flex-end;align-items:center;gap:30px;font-size:13px}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;padding-top:22px;border-top:1px solid #28312a;font-size:12px;letter-spacing:.4px}.footer-bottom span:last-child{font-size:11px;letter-spacing:1px}.enhanced .reveal{transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.enhanced .reveal:not(.visible){opacity:0;transform:translateY(35px)}
@media(min-width:1800px){.section{padding-left:max(6%,calc((100vw - 1550px)/2));padding-right:max(6%,calc((100vw - 1550px)/2))}}
@media(max-width:1000px){.contact-grid{grid-template-columns:1fr;gap:45px}.contact-info{padding-top:30px;border-top:1px solid var(--line);gap:35px}.care{gap:6%}.care-photo img{height:520px}.business-card h3{font-size:36px}.service summary{grid-template-columns:40px 1.2fr 1fr 42px;gap:15px}.service h3{font-size:32px}.contact-heading{align-items:flex-start;flex-direction:column}.contact-heading p{margin:25px 0 0}.hero-bottom>span:nth-child(2){font-size:10px}.hero-bottom b{font-size:10px}}
@media(max-width:700px){.garage-scroll{height:135vh}.garage-sticky{height:100svh;padding:90px 8%}.garage-caption h2{font-size:clamp(65px,15vw,110px)}.garage-caption>p:last-child{font-size:16px}.garage-label{font-size:10px;left:8%;right:8%;bottom:10%}.scene-indicator{bottom:7%;left:8%;right:auto}.garage-frame{clip-path:inset(0)}.garage-frame img{object-position:57% center}.care{grid-template-columns:1fr;padding-top:75px;padding-bottom:75px;gap:45px}.care h2{font-size:72px}.care-photo img{height:440px}.care-copy>p:not(.eyebrow),.care-points{max-width:100%}.business-links{grid-template-columns:1fr}.business-card,.business-card+ .business-card{padding:28px 0;border:0;border-bottom:1px solid #bec8c0}.business-card h3{font-size:40px;margin:20px 0 16px}.business-card p{min-height:0;margin-bottom:20px}.business-bottom{margin-top:24px}.contact .section-top{margin-bottom:40px}.contact h2{font-size:clamp(51px,11.5vw,80px)}.service summary{grid-template-columns:28px 1fr 40px;gap:12px;padding:23px 0}.service-teaser{grid-column:2;font-size:13px}.detail-plus{grid-column:3;grid-row:1/3}.service h3{font-size:29px}.service-details{padding:0 8px 27px 40px}.service-details p{font-size:15px}.service-foot{flex-direction:column;gap:10px}.contact-grid{margin-top:35px}.phone-link{font-size:34px}.contact-info{grid-template-columns:1fr;gap:35px}.contact-info p{font-size:16px}.info-label{font-size:12px}.contact-info .muted{font-size:12px}.contact-info .text-link{font-size:14px}.brand-name small{font-size:9px}.hero-bottom{font-size:10px}.footer-links{justify-content:flex-start;flex-wrap:wrap;gap:25px}footer{grid-template-columns:1fr;gap:30px}.footer-bottom{gap:15px;flex-wrap:wrap;font-size:12px}.footer-bottom span{width:auto}.contact-buttons{align-items:flex-start;flex-direction:column}.care-photo:before{top:-15px;height:50px}}
@media(prefers-reduced-motion:reduce){.garage-scroll{height:auto}.garage-sticky{min-height:620px;position:relative}.garage-frame{clip-path:none!important}.garage-frame img{transform:none!important}.enhanced .reveal{opacity:1!important;transform:none!important}.scene-indicator{display:none}}
@media(max-width:600px){h1{font-size:clamp(44px,14vw,85px)}.hero{max-height:none}.hero-content{min-width:0}.header.scrolled{height:76px}}
@media(min-width:601px) and (max-width:1100px){.header nav{font-size:14px}.hero{padding-top:125px}h1{font-size:clamp(72px,9vw,104px)}}

/* PR Performance original brand identity */
.brand{gap:14px}.brand-logo{display:block;object-fit:contain;width:78px;height:78px;flex-shrink:0;transition:width .25s,height .25s}.brand-name{font-size:14px;letter-spacing:1.5px}.brand-name small{color:#b5bdb7}.header.scrolled .brand-logo{width:62px;height:62px}.footer-brand .brand-logo{width:90px;height:90px}.care-photo figcaption .caption-logo{width:44px;height:44px;object-fit:contain;filter:none}.brand-pr,.brand-slash{display:none}
@media(max-width:900px){.header .brand-logo{width:65px;height:65px}.brand-name{font-size:13px;letter-spacing:1px}}
@media(max-width:600px){.header{gap:10px}.brand{gap:10px}.header .brand-logo{width:62px;height:62px}.header.scrolled .brand-logo{width:58px;height:58px}.header .brand-name{font-size:12px;letter-spacing:.65px}.header .brand-name small{font-size:8px;letter-spacing:.3px}.menu-toggle{padding:10px}.footer-brand .brand-logo{width:80px;height:80px}.footer-brand .brand-name{font-size:14px}}
/* YouTube background: cover the hero while keeping its photo fallback. */
.hero-visual>img{position:absolute;inset:0;z-index:0}
.hero-video{position:absolute;inset:0;overflow:hidden;z-index:1;opacity:0;transition:opacity .7s ease;pointer-events:none}
.hero-video.is-playing{opacity:1}
.hero-video iframe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--hero-video-width,177.78vh)!important;height:var(--hero-video-height,100vh)!important;max-width:none;border:0;pointer-events:none}
.hero-media-controls{position:absolute;right:4.5%;bottom:94px;z-index:3;display:flex;align-items:center}
.hero-video-toggle,.hero-video-fallback{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:1px solid #ffffff55;border-radius:2px;background:#101210d9;backdrop-filter:blur(8px);color:#f1f3f1;font:600 13px var(--body);cursor:pointer;transition:border-color .2s,background .2s}
.hero-video-toggle:hover,.hero-video-fallback:hover{border-color:var(--accent);background:#19241a}
.hero-video-toggle:disabled{cursor:wait;color:#c5cbc6}
.hero-media-controls [hidden]{display:none!important}
@media(max-width:600px){.hero-media-controls{right:6%;bottom:88px}.hero-video-toggle,.hero-video-fallback{font-size:12px;padding:9px 12px}.hero-video-fallback{max-width:220px}}
@media(prefers-reduced-motion:reduce){.hero-video{transition:none}}
