:root{--orange:#ff681f;--orange2:#ff8a2b;--black:#0a0a0a;--ink:#151515;--cream:#f4f1eb;--muted:#aaa;--line:#2a2a2a;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:#fff;font-family:Inter,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{height:84px;padding:0 4vw;display:flex;align-items:center;gap:34px;background:#080808;position:sticky;top:0;z-index:30;border-bottom:1px solid #202020}.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand-mark{width:43px;height:49px;background:linear-gradient(160deg,#ff8a2b,var(--orange));clip-path:polygon(50% 0,94% 19%,86% 75%,50% 100%,14% 75%,6% 19%);display:grid;place-items:center;color:#050505;font:800 25px/1 'Barlow Condensed'}.brand-mark:before{content:"";position:absolute}.brand-copy{display:flex;flex-direction:column;font-family:'Barlow Condensed',sans-serif;line-height:.86;letter-spacing:.06em}.brand-copy strong{font-size:25px}.brand-copy small{font-size:14px;color:var(--orange);letter-spacing:.28em}.main-nav{display:flex;align-items:center;justify-content:center;gap:28px;margin-left:auto}.main-nav a{font-size:14px;font-weight:700;color:#ddd}.main-nav a:hover{color:var(--orange)}.header-phone{padding:10px 16px;border-left:1px solid #303030;font-family:'Barlow Condensed';font-size:21px;font-weight:700}.header-phone span{display:block;color:var(--orange);font:600 10px/1 Inter;text-transform:uppercase;letter-spacing:.16em}.menu-toggle{display:none;background:none;border:0;padding:10px}.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;background:white;margin:5px}.hero{min-height:720px;position:relative;display:flex;align-items:center;overflow:hidden}.hero-image{position:absolute;inset:0;background:url('rooftop-crew.webp') center 45%/cover no-repeat;transform:scale(1.01)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.75) 42%,rgba(0,0,0,.15) 75%),linear-gradient(0deg,rgba(0,0,0,.7),transparent 45%)}.hero-content{position:relative;padding:105px 0 90px}.eyebrow{color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;margin:0 0 18px}.hero h1,.section h2,.contact-section h2,.fleet-copy h2{font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:-.035em;line-height:.88;margin:0}.hero h1{font-size:clamp(70px,9vw,128px);max-width:820px}.hero h1 em{font-style:normal;color:var(--orange)}.hero-lead{font-size:19px;color:#ddd;max-width:620px;margin:27px 0 34px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:15px 23px;border:1px solid transparent;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.button-primary{background:var(--orange);color:#0b0b0b}.button-primary:hover{background:#ff843f}.button-ghost{border-color:#777;background:rgba(0,0,0,.15)}.button-ghost:hover{border-color:#fff}.hero-points{list-style:none;display:flex;gap:34px;padding:0;margin:64px 0 0;color:#d6d6d6;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.hero-points li:before{content:"";display:inline-block;width:7px;height:7px;background:var(--orange);border-radius:50%;margin-right:10px}.quick-strip{background:var(--orange);color:#0a0a0a;display:flex;align-items:center;justify-content:center;gap:80px;padding:25px 30px}.quick-strip div{display:flex;gap:24px;align-items:baseline}.quick-strip strong{font-family:'Barlow Condensed';font-size:26px;text-transform:uppercase}.quick-strip span{font-size:14px}.quick-strip>a{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;border-bottom:2px solid #111}.section{padding:110px 0}.services{background:#111}.section-heading{display:grid;grid-template-columns:1.4fr .6fr;gap:70px;align-items:end;margin-bottom:56px}.section h2,.contact-section h2{font-size:clamp(52px,6vw,84px)}.section h2 span{color:var(--orange)}.section-heading>p{color:#aaa;font-size:15px;max-width:390px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.service-card{min-height:340px;padding:30px 27px;background:#0b0b0b;border-right:1px solid var(--line);position:relative;transition:.25s}.service-card:last-child{border-right:0}.service-card:hover,.service-card.featured{background:var(--orange);color:#111}.service-number{font:700 12px Inter;color:#6d6d6d}.service-card:hover .service-number,.service-card.featured .service-number{color:#111}.service-icon{font-size:40px;margin:70px 0 16px}.service-card h3{font:700 27px/1 'Barlow Condensed';text-transform:uppercase;margin:0 0 15px}.service-card p{font-size:13px;color:#999;margin:0}.service-card:hover p,.service-card.featured p{color:#1e1e1e}.about{background:var(--cream);color:#151515}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.about-photo{position:relative}.about-photo img{width:100%;aspect-ratio:3/2;object-fit:cover;filter:saturate(.85) contrast(1.05)}.photo-note{position:absolute;right:-25px;bottom:-25px;background:#111;color:white;padding:23px 28px;border-left:5px solid var(--orange);display:flex;flex-direction:column}.photo-note strong{font:700 24px 'Barlow Condensed';text-transform:uppercase}.photo-note span{font-size:11px;color:#aaa}.about-copy h2{font-size:clamp(48px,5.4vw,76px);max-width:570px}.about-copy>p:not(.eyebrow){color:#666;max-width:600px}.value-list{margin:35px 0}.value-list>div{display:grid;grid-template-columns:44px 1fr;padding:17px 0;border-top:1px solid #d2cec7}.value-list span{font-weight:700;color:var(--orange)}.value-list p{margin:0;font-size:13px;color:#666}.value-list strong{display:block;color:#151515;font:700 20px 'Barlow Condensed';text-transform:uppercase}.text-link{font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.1em;border-bottom:2px solid var(--orange);padding-bottom:6px}.text-link span{color:var(--orange);margin-left:18px}.fleet-banner{height:520px;position:relative;overflow:hidden}.fleet-banner img{width:100%;height:100%;object-fit:cover;object-position:center}.fleet-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.1) 65%)}.fleet-copy{position:absolute;z-index:1;left:max(24px,calc((100% - var(--max))/2));top:50%;transform:translateY(-50%)}.fleet-copy h2{font-size:clamp(56px,7vw,100px)}.areas{background:#0d0d0d}.areas-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:center}.areas h2{font-size:clamp(50px,5.6vw,76px)}.areas p:not(.eyebrow){color:#999;max-width:510px;margin:22px 0 31px}.area-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #333}.area-list li{padding:16px 8px;border-bottom:1px solid #333;font:700 24px 'Barlow Condensed';text-transform:uppercase}.area-list li:nth-child(odd){border-right:1px solid #333}.area-list li:before{content:"+";color:var(--orange);margin-right:14px}.contact-section{background:var(--orange);color:#111;padding:105px 0}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.contact-section .eyebrow{color:#111}.contact-intro>p:not(.eyebrow){max-width:500px}.big-phone{display:block;font:800 clamp(34px,4vw,54px) 'Barlow Condensed';margin-top:38px}.email-link{font-size:14px;border-bottom:1px solid #111}.estimate-form{background:#111;color:white;padding:40px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.estimate-form label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#aaa;margin-bottom:20px}.estimate-form input,.estimate-form select,.estimate-form textarea{width:100%;margin-top:8px;padding:12px 2px;border:0;border-bottom:1px solid #555;background:transparent;color:white;border-radius:0;font:14px Inter}.estimate-form select option{color:#111}.estimate-form input:focus,.estimate-form select:focus,.estimate-form textarea:focus{outline:none;border-color:var(--orange)}.submit-button{border:0;width:100%;margin-top:5px}.form-note{font-size:10px;color:#777;text-align:center;margin-bottom:0}footer{background:#070707;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:60px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:7px;font-size:13px;color:#aaa}.footer-grid>div>strong{font:700 15px 'Barlow Condensed';text-transform:uppercase;color:#fff;margin-bottom:8px}.footer-brand p{color:#777;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #252525;margin-top:45px;padding-top:24px;color:#666;font-size:11px}.mobile-call{display:none}@media(max-width:900px){.main-nav{position:absolute;top:83px;left:0;right:0;display:none;flex-direction:column;background:#0b0b0b;padding:24px;border-bottom:1px solid #333}.main-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.header-phone span{display:none}.header-phone{font-size:17px;padding-left:12px}.section-heading,.about-grid,.areas-grid,.contact-grid{grid-template-columns:1fr;gap:45px}.service-grid{grid-template-columns:1fr 1fr}.service-card:nth-child(2){border-right:0}.service-card{border-bottom:1px solid var(--line)}.service-card:nth-child(3),.service-card:nth-child(4){border-bottom:0}.fleet-banner{height:420px}.photo-note{right:15px}.contact-grid{gap:35px}}@media(max-width:600px){body{padding-bottom:58px}.wrap{width:min(100% - 30px,var(--max))}.site-header{height:70px;padding:0 15px;gap:8px}.brand-mark{width:35px;height:40px}.brand-copy strong{font-size:20px}.brand-copy small{font-size:11px}.header-phone{display:none}.main-nav{top:69px}.hero{min-height:690px}.hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.95),rgba(0,0,0,.25) 75%),linear-gradient(90deg,rgba(0,0,0,.65),transparent)}.hero-image{background-position:62% center}.hero-content{align-self:flex-end;padding:170px 0 58px}.hero h1{font-size:62px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.button{width:100%}.hero-points{display:none}.quick-strip{padding:21px 18px;justify-content:space-between;gap:14px}.quick-strip div{display:block}.quick-strip strong{font-size:21px}.quick-strip span{display:none}.section{padding:78px 0}.section-heading{margin-bottom:35px}.section h2,.contact-section h2{font-size:48px}.service-grid{grid-template-columns:1fr}.service-card{min-height:240px;border-right:0!important;border-bottom:1px solid var(--line)!important}.service-card:last-child{border-bottom:0!important}.service-icon{margin:28px 0 15px}.about-photo{margin-bottom:22px}.about-grid{gap:40px}.photo-note{bottom:-24px;padding:15px 18px}.fleet-banner{height:360px}.fleet-banner img{object-position:60% center}.fleet-copy h2{font-size:54px}.areas-grid{gap:40px}.area-list li{font-size:19px}.contact-section{padding:75px 0}.estimate-form{padding:26px 20px}.field-row{grid-template-columns:1fr;gap:0}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{gap:20px}.mobile-call{display:block;position:fixed;z-index:40;bottom:0;left:0;right:0;text-align:center;padding:15px;background:var(--orange);color:#080808;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}}
/* Expanded Iron One content and brand refinements */
.brand{display:flex;align-items:center;min-width:max-content}.brand img{width:158px;height:70px;object-fit:contain;mix-blend-mode:screen}.footer-brand .brand img{width:190px;height:150px;margin:-35px 0 -28px}.service-grid.expanded .service-card:nth-child(4n){border-right:0}.service-grid.expanded .service-card{min-height:330px;border-bottom:1px solid var(--line)}.service-grid.expanded .service-card:nth-last-child(-n+4){border-bottom:0}.service-grid.expanded .service-icon{margin-top:54px;color:var(--orange)}.service-grid.expanded .service-card:hover .service-icon,.service-grid.expanded .service-card.featured .service-icon{color:#111}.process-section{background:#171717}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #333}.process-grid>div{padding:32px 28px 8px;border-right:1px solid #333}.process-grid>div:last-child{border-right:0}.process-grid b{color:var(--orange);font-size:12px}.process-grid h3{font:700 27px/1 'Barlow Condensed';text-transform:uppercase;margin:35px 0 12px}.process-grid p{font-size:13px;color:#999}.reviews{background:#f4f1eb;color:#151515}.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.review-grid article{background:white;padding:27px 24px;min-height:310px;border-top:4px solid var(--orange);display:flex;flex-direction:column;box-shadow:0 10px 28px rgba(0,0,0,.06)}.review-grid .stars{color:var(--orange);letter-spacing:.12em;font-size:15px}.review-grid p{font-size:14px;color:#555;line-height:1.7;flex:1}.review-grid strong{font:700 19px 'Barlow Condensed';text-transform:uppercase}.review-grid span{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.08em}
@media(max-width:900px){.brand img{width:140px;height:66px}.service-grid.expanded .service-card:nth-child(odd){border-right:1px solid var(--line)}.service-grid.expanded .service-card:nth-child(even){border-right:0}.service-grid.expanded .service-card:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.service-grid.expanded .service-card:nth-last-child(-n+2){border-bottom:0}.process-grid,.review-grid{grid-template-columns:1fr 1fr}.process-grid>div:nth-child(2){border-right:0}}
@media(max-width:600px){.brand img{width:122px;height:58px}.footer-brand .brand img{width:180px;height:140px}.service-grid.expanded .service-card{border-right:0!important;border-bottom:1px solid var(--line)!important}.service-grid.expanded .service-card:last-child{border-bottom:0!important}.process-grid,.review-grid{grid-template-columns:1fr}.process-grid>div{border-right:0;border-bottom:1px solid #333}.process-grid>div:last-child{border-bottom:0}.review-grid article{min-height:280px}}

.submit-button:disabled{opacity:.65;cursor:wait}.form-note.success{color:#83d98d}.form-note.error{color:#ff9b7a}
.modal-open{overflow:hidden}.success-modal[hidden]{display:none}.success-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:22px;background:rgba(0,0,0,.88);backdrop-filter:blur(8px)}.success-modal-card{width:min(680px,100%);min-height:600px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:58px 55px;background:radial-gradient(circle at 50% 0,rgba(255,104,31,.2),transparent 38%),#080808;border:2px solid var(--orange);box-shadow:0 0 0 8px #111,0 30px 100px rgba(0,0,0,.8);overflow:hidden}.success-modal-card:before,.success-modal-card:after{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(255,104,31,.2);transform:rotate(45deg)}.success-modal-card:before{left:-120px;top:-120px}.success-modal-card:after{right:-120px;bottom:-120px}.success-close{position:absolute;right:20px;top:15px;width:42px;height:42px;border:0;background:transparent;color:#999;font-size:34px;cursor:pointer}.success-close:hover{color:var(--orange)}.success-logo{display:flex;align-items:center;gap:14px;margin-bottom:42px}.success-logo img{width:76px;height:76px;object-fit:cover}.success-logo span{display:flex;flex-direction:column;text-align:left;font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;line-height:.8}.success-logo strong{font-size:38px;letter-spacing:.02em}.success-logo small{margin-top:12px;color:var(--orange);font-size:18px;font-weight:700;letter-spacing:.32em}.success-kicker{margin:0 0 15px;color:var(--orange);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.25em}.success-modal h2{margin:0;font:800 clamp(52px,8vw,86px)/.87 'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:-.035em}.success-modal h2 em{color:var(--orange);font-style:normal}.success-line{width:76px;height:4px;background:var(--orange);margin:32px 0 25px}.success-message{margin:0;color:#fff;font-size:18px;font-weight:700}.success-followup{margin:8px 0 30px;color:#aaa;font-size:15px}.success-done{min-width:230px;position:relative;z-index:1}@media(max-width:600px){.success-modal{padding:13px}.success-modal-card{min-height:560px;padding:50px 24px}.success-logo{margin-bottom:34px}.success-logo img{width:62px;height:62px}.success-logo strong{font-size:31px}.success-logo small{font-size:14px}.success-modal h2{font-size:54px}.success-message{font-size:16px}.success-followup{font-size:14px}}
/* Integrated horizontal logo lockup */
.brand{gap:12px;background:#000;padding:6px 12px 6px 7px;border-radius:3px}
.brand .brand-emblem{width:53px;height:53px;object-fit:cover;display:block;mix-blend-mode:normal}
.brand-name{display:flex;flex-direction:column;font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;line-height:.82;white-space:nowrap}
.brand-name strong{font-size:27px;letter-spacing:.025em;color:#fff}
.brand-name small{font-size:14px;letter-spacing:.31em;color:var(--orange);font-weight:700;margin-top:7px}
.footer-brand .brand{display:inline-flex;padding-right:18px}
.footer-brand .brand .brand-emblem{width:64px;height:64px;margin:0}
.footer-brand .brand-name strong{font-size:32px}
.footer-brand .brand-name small{font-size:16px}
@media(max-width:600px){.brand{gap:8px;padding:4px 8px 4px 4px}.brand .brand-emblem{width:43px;height:43px}.brand-name strong{font-size:22px}.brand-name small{font-size:11px;margin-top:6px}.footer-brand .brand .brand-emblem{width:56px;height:56px}.footer-brand .brand-name strong{font-size:28px}.footer-brand .brand-name small{font-size:14px}}

/* Repair process gallery */
.main-nav a.active{color:var(--orange)}.gallery-hero{padding:115px 0 90px;background:radial-gradient(circle at 80% 20%,rgba(255,104,31,.17),transparent 35%),linear-gradient(135deg,#151515,#050505);border-bottom:1px solid #2b2b2b}.gallery-hero-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:end}.gallery-hero h1{margin:0;font:800 clamp(72px,9vw,130px)/.84 'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:-.04em}.gallery-hero h1 em{font-style:normal;color:var(--orange)}.gallery-intro p{color:#aaa;font-size:17px;margin:0 0 28px}.gallery-section{padding:70px 0 110px;background:#0d0d0d}.gallery-toolbar{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-bottom:38px}.gallery-toolbar p{display:flex;flex-direction:column;margin:0}.gallery-toolbar strong{font:800 27px 'Barlow Condensed';text-transform:uppercase}.gallery-toolbar span{font-size:12px;color:#777}.gallery-filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.gallery-filters button{border:1px solid #363636;background:#151515;color:#aaa;padding:10px 14px;font:700 11px Inter;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.gallery-filters button:hover,.gallery-filters button.active{background:var(--orange);border-color:var(--orange);color:#090909}.process-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.process-gallery article{background:#151515;border:1px solid #282828;transition:transform .25s,border-color .25s}.process-gallery article:hover{transform:translateY(-4px);border-color:#555}.process-gallery article[hidden]{display:none}.gallery-image{display:block;width:100%;padding:0;border:0;background:#000;cursor:zoom-in;overflow:hidden}.gallery-image img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .45s}.process-gallery article:nth-child(3n+2) .gallery-image img{object-position:65% center}.process-gallery article:nth-child(5n) .gallery-image img{object-position:center 35%}.process-gallery article:hover img{transform:scale(1.025)}.process-gallery article>div{padding:21px 22px 25px;position:relative}.process-gallery b{position:absolute;right:20px;top:20px;color:var(--orange);font-size:11px}.process-gallery h2{margin:0 35px 9px 0;font:700 25px/1 'Barlow Condensed';text-transform:uppercase}.process-gallery p{margin:0;color:#8f8f8f;font-size:12px;line-height:1.6}.gallery-disclosure{max-width:760px;margin:35px auto 0;text-align:center;color:#666;font-size:11px}.gallery-cta{padding:90px 0;background:var(--orange);color:#090909}.gallery-cta>.wrap{display:flex;align-items:end;justify-content:space-between;gap:35px}.gallery-cta .eyebrow{color:#111}.gallery-cta h2{margin:0;font:800 clamp(55px,7vw,95px)/.86 'Barlow Condensed';text-transform:uppercase;letter-spacing:-.04em}.gallery-cta h2 span{color:#fff}.gallery-cta .button{background:#0b0b0b;color:#fff}.gallery-lightbox[hidden]{display:none}.gallery-lightbox{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:70px 24px 90px;background:rgba(0,0,0,.94);backdrop-filter:blur(8px)}.gallery-lightbox img{max-width:min(1200px,94vw);max-height:75vh;object-fit:contain;border:1px solid #333;box-shadow:0 30px 100px #000}.gallery-lightbox>div{position:absolute;bottom:28px;text-align:center;display:flex;flex-direction:column}.gallery-lightbox strong{font:700 24px 'Barlow Condensed';text-transform:uppercase}.gallery-lightbox span{color:#888;font-size:12px}.lightbox-close{position:absolute;right:25px;top:18px;border:0;background:transparent;color:#fff;font-size:42px;cursor:pointer}.lightbox-close:hover{color:var(--orange)}
@media(max-width:900px){.gallery-hero-grid{grid-template-columns:1fr;gap:35px}.process-gallery{grid-template-columns:1fr 1fr}.gallery-toolbar{align-items:flex-start;flex-direction:column}.gallery-filters{justify-content:flex-start}.gallery-cta>.wrap{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.gallery-hero{padding:80px 0 60px}.gallery-hero h1{font-size:64px}.gallery-section{padding:42px 0 75px}.process-gallery{grid-template-columns:1fr}.gallery-filters{gap:6px}.gallery-filters button{padding:9px 10px;font-size:10px}.process-gallery article>div{padding:18px 18px 22px}.gallery-cta{padding:70px 0}.gallery-cta .button{width:100%}.gallery-lightbox{padding:55px 10px 90px}.gallery-lightbox img{max-width:100%}}

/* Credentials and trust */
.credentials-hero{padding:120px 0 95px;background:radial-gradient(circle at 78% 18%,rgba(255,104,31,.22),transparent 34%),#0b0b0b;border-bottom:1px solid #272727}.credentials-hero h1{margin:0;font:800 clamp(78px,10vw,142px)/.82 'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:-.045em}.credentials-hero h1 em{font-style:normal;color:var(--orange)}.credentials-hero>div>p:last-child{max-width:650px;margin:34px 0 0;color:#aaa;font-size:17px}.credentials-section{padding:80px 0 110px;background:#101010}.credential-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.credential-card{min-height:360px;display:grid;grid-template-columns:170px 1fr;gap:32px;align-items:center;padding:38px;background:#171717;border:1px solid #303030}.credential-seal{width:150px;height:150px;border:3px solid currentColor;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:inset 0 0 0 7px #171717,inset 0 0 0 9px currentColor}.credential-seal span{font:800 44px/1 'Barlow Condensed';letter-spacing:.02em}.credential-seal b{margin-top:9px;font-size:11px;text-transform:uppercase;letter-spacing:.14em}.credential-seal.csia{color:#ef493f}.credential-seal.nfi{color:var(--orange)}.credential-seal.bbb{color:#1682a7;border-radius:18px}.credential-seal.google{color:#4285f4}.credential-card .credential-type{margin:0 0 10px;color:var(--orange);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.16em}.credential-card h2{margin:0 0 15px;font:800 32px/1 'Barlow Condensed';text-transform:uppercase}.credential-card>div:last-child>p:not(.credential-type){margin:0 0 22px;color:#999;font-size:14px;line-height:1.65}.credential-card a{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #555;padding-bottom:5px}.credential-card a span{color:var(--orange)}.standards-section{padding:110px 0;background:var(--cream);color:#111}.standards-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #ccc}.standards-grid article{padding:32px 26px;border-right:1px solid #ccc}.standards-grid article:last-child{border-right:0}.standards-grid b{color:var(--orange);font-size:12px}.standards-grid h3{margin:35px 0 12px;font:800 25px/1 'Barlow Condensed';text-transform:uppercase}.standards-grid p{margin:0;color:#666;font-size:13px}.credential-cta{padding:90px 0;background:var(--orange);color:#080808}.credential-cta>.wrap{display:flex;align-items:end;justify-content:space-between;gap:35px}.credential-cta .eyebrow{color:#111}.credential-cta h2{margin:0;font:800 clamp(58px,7vw,96px)/.86 'Barlow Condensed';text-transform:uppercase;letter-spacing:-.04em}.credential-cta h2 span{color:white}.credential-cta .button{background:#0b0b0b;color:#fff}
@media(max-width:900px){.credential-grid{grid-template-columns:1fr}.standards-grid{grid-template-columns:1fr 1fr}.standards-grid article:nth-child(2){border-right:0}.credential-cta>.wrap{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.credentials-hero{padding:82px 0 64px}.credentials-hero h1{font-size:65px}.credentials-section{padding:45px 0 75px}.credential-card{grid-template-columns:1fr;min-height:auto;padding:28px 23px}.credential-seal{width:125px;height:125px}.credential-seal span{font-size:37px}.standards-section{padding:75px 0}.standards-grid{grid-template-columns:1fr}.standards-grid article{border-right:0;border-bottom:1px solid #ccc}.standards-grid article:last-child{border-bottom:0}.credential-cta{padding:70px 0}.credential-cta .button{width:100%}}
