@font-face{font-family:Manrope;src:url('fonts/manrope-regular.ttf') format('truetype');font-style:normal;font-weight:400 600;font-display:swap}
@font-face{font-family:Manrope;src:url('fonts/manrope-extrabold.ttf') format('truetype');font-style:normal;font-weight:700 900;font-display:swap}
:root{
  --white:#fff;--ice:#f6f8fb;--ice-deep:#ecf1f7;--graphite:#142339;--slate:#596779;--line:#dee5ed;--blue:#1268be;--blue-hover:#0d559f;
  --page:var(--white);--surface:var(--ice);--text:var(--graphite);--muted:var(--slate);--action:var(--blue);--border:var(--line);
  --radius-sm:16px;--radius-card:24px;--radius-media:32px;--radius-pill:999px;
  --space-section:112px;--shadow:0 16px 40px rgb(20 35 57 / .09);--ease:cubic-bezier(.2,.8,.2,1);
  --button-bg:var(--action);--button-text:var(--white);--card-bg:var(--surface);--card-radius:var(--radius-card);
  color-scheme:light;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--page);color:var(--text);font:400 16px/1.65 Manrope,Arial,sans-serif}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:800}h1{font-size:clamp(42px,4.8vw,70px);line-height:1.07;letter-spacing:-.055em}h2{font-size:clamp(32px,3.5vw,48px);line-height:1.12;letter-spacing:-.045em}h3{font-size:23px;line-height:1.26;letter-spacing:-.025em}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%;height:auto}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--action);outline-offset:5px;border-radius:5px}[hidden]{display:none!important}.container{width:min(1280px,calc(100% - 80px));margin-inline:auto}.section{margin-block:var(--space-section)}.section-heading{margin-bottom:38px}.section-heading p{max-width:640px;margin-top:17px;color:var(--muted);font-size:18px}.eyebrow{display:block;color:var(--action);font-size:12px;letter-spacing:.08em;font-weight:800;text-transform:uppercase;margin-bottom:20px}.muted{color:var(--muted)}.meta{font-size:12px;color:var(--action);font-weight:800}.text-link{display:inline-block;padding-block:12px;font-weight:800;font-size:14px;color:var(--action)}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:8px;left:8px;z-index:100;padding:10px;background:white;transform:translateY(-150%)}.skip:focus{transform:none}
.site-header{background:rgb(255 255 255 / .97);border-bottom:1px solid var(--border);position:relative;z-index:30}.header-row{height:86px;display:flex;align-items:center;gap:24px}.wordmark{display:inline-flex;flex-direction:column;line-height:1.1;white-space:nowrap;font-size:18px;letter-spacing:.025em}.wordmark span{margin-top:5px;color:var(--action);font-size:13px;font-weight:800;letter-spacing:.12em}.desktop-nav{display:flex;gap:7px;margin-left:auto}.desktop-nav a{font-size:13px;white-space:nowrap;padding:11px 15px;border-radius:var(--radius-pill);background:var(--surface);transition:background .16s,color .16s}.desktop-nav a:hover,.desktop-nav a[aria-current]{background:var(--text);color:white}.header-contact{font-size:13px;font-weight:800;white-space:nowrap}.menu{position:relative}.menu summary{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;border-radius:50%;background:var(--surface);list-style:none;cursor:pointer}.menu summary::-webkit-details-marker{display:none}.menu summary span{display:block;width:16px;height:2px;background:var(--text);margin-inline:auto}.menu[open] summary span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu[open] summary span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.menu nav{position:absolute;right:0;top:55px;width:290px;padding:18px;border:1px solid var(--border);border-radius:24px;background:var(--white);box-shadow:var(--shadow)}.menu nav a{display:block;padding:10px;border-radius:10px;font-size:14px}.menu nav a:hover{background:var(--surface)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:52px;padding:13px 22px;border:1px solid transparent;border-radius:var(--radius-pill);font-size:14px;line-height:1.4;font-weight:800;transition:background .16s,color .16s,transform .16s;white-space:nowrap}.btn span{font-size:19px;font-weight:400}.btn.primary{background:var(--button-bg);color:var(--button-text)}.btn.primary:hover{background:var(--blue-hover)}.btn.secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.btn.secondary:hover{background:var(--ice-deep)}.btn.white{background:white;color:var(--text)}.btn.outline{border-color:#68788c;color:white}.btn:active{transform:scale(.98)}.actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:30px}
.home-hero{display:grid;grid-template-columns:1.03fr 1fr;gap:64px;align-items:center;padding-block:48px 36px}.hero-copy h1{font-size:clamp(48px,5.3vw,77px);line-height:1.06;letter-spacing:-.06em}.hero-copy h1 span{color:var(--action)}.hero-copy>p{font-size:18px;margin-top:25px;max-width:570px;color:var(--muted)}.hero-copy .actions{gap:8px}.hero-copy .actions .text-link{padding-inline:10px}.hero-photo{position:relative;padding-bottom:16px}.hero-photo>img{width:100%;height:588px;object-fit:cover;object-position:center 62%;border-radius:40px}.photo-note{position:absolute;left:-26px;right:36px;bottom:0;display:grid;grid-template-columns:1fr 44px;padding:20px 23px;border:1px solid var(--border);border-radius:24px;background:white;box-shadow:var(--shadow)}.photo-note b{font-size:18px;line-height:1.35}.photo-note span{font-size:13px;color:var(--muted);grid-column:1}.photo-note a{grid-column:2;grid-row:1/3;align-self:center;display:grid;place-items:center;background:var(--ice-deep);width:44px;height:44px;border-radius:50%;font-size:20px;color:var(--action)}.proof-strip{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--border);padding-block:27px;gap:20px}.proof-strip>div{display:flex;flex-direction:column;padding-left:26px;border-left:1px solid var(--border)}.proof-strip>div:first-child{border-left:0;padding-left:0}.proof-strip strong{font-size:26px;letter-spacing:-.04em;line-height:1.2}.proof-strip span{font-size:12px;margin-top:8px;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:1.14fr 1fr 1fr;gap:18px}.service-card{display:flex;flex-direction:column;padding:30px;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--card-bg);transition:transform .24s var(--ease),box-shadow .24s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-number{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;margin-bottom:38px}.service-number span{font-size:22px;color:var(--text)}.service-card h3{font-size:27px;max-width:260px}.service-card p{margin-top:17px;font-size:14px;color:var(--muted)}.service-price{padding-top:38px;margin-top:auto;font-size:25px;font-weight:800;letter-spacing:-.04em}.service-price span{display:block;margin-top:6px;font-size:12px;font-weight:400;letter-spacing:0;color:var(--muted)}.service-card.featured{background:var(--graphite);color:white;border-color:var(--graphite)}.service-card.featured p,.service-card.featured .service-number,.service-card.featured .service-price span{color:#ccd7e5}.service-card.featured .service-number span{color:white}.service-footnote{margin-top:22px;color:var(--muted);font-size:12px}.service-footnote a{margin-left:8px;color:var(--action);font-weight:800}
.inspection{padding:52px 42px;background:var(--surface);border-radius:var(--radius-media)}.inspection-stage{display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:center}.check-tabs{display:flex;flex-direction:column;gap:10px}.check-tab{padding:12px 18px;background:white;border:1px solid var(--border);border-radius:var(--radius-pill);font-size:13px;font-weight:800}.check-tab[aria-selected=true]{background:var(--graphite);border-color:var(--graphite);color:white}.inspection-stage figure img{width:100%;aspect-ratio:2.1;object-fit:cover;mix-blend-mode:multiply}.inspection-stage figcaption{font-size:11px;color:var(--muted);margin-top:10px}.check-panels{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:30px}.check-panels article{padding:24px;border:1px solid var(--border);background:white;border-radius:20px}.check-panels h3{margin:7px 0 10px;font-size:21px}.check-panels p{font-size:14px;color:var(--muted)}.enhanced-tabs .check-panels{display:block}.enhanced-tabs .check-panels article{display:grid;grid-template-columns:160px .9fr 1.3fr;align-items:start;gap:22px}.enhanced-tabs .check-panels h3{margin:0}.enhanced-tabs .check-panels p{margin:0}
.why{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:start}.why-intro img{margin-top:30px;aspect-ratio:1.8;object-fit:cover;border-radius:24px}.reason-list{counter-reset:reason}.reason-list article{position:relative;padding:24px 0 27px 47px;border-bottom:1px solid var(--border)}.reason-list article:first-child{padding-top:0}.reason-list span{position:absolute;left:0;top:26px;color:var(--action);font-size:12px;font-weight:800}.reason-list article:first-child span{top:4px}.reason-list h3{max-width:380px}.reason-list p{margin-top:14px;color:var(--muted);font-size:15px}.process ol{list-style:none;counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:45px 0 0;padding:0}.process li{counter-increment:step;border-top:1px solid var(--border);padding-top:21px}.process li:before{content:'0' counter(step);display:inline-grid;place-items:center;width:36px;height:36px;background:var(--surface);border-radius:50%;font-size:12px;color:var(--action);font-weight:800;margin-bottom:30px}.process h3{font-size:20px}.process p{font-size:14px;color:var(--muted);margin-top:12px}
.import-panel{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;background:var(--graphite);color:white;padding:58px;border-radius:var(--radius-media)}.import-panel .eyebrow{color:#9acfff}.import-panel h2{font-size:clamp(32px,3.6vw,50px)}.import-panel p{color:#c5d0df;margin-top:24px;max-width:430px}.import-visual{background:white;border-radius:24px;overflow:hidden}.import-visual img{aspect-ratio:1.4;object-fit:cover}.import-visual>div{display:flex;justify-content:space-between;background:var(--ice);padding:15px 20px;color:var(--text);font-size:11px;font-weight:800}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.video-cover{display:block;position:relative;overflow:hidden;border-radius:24px;background:var(--graphite)}.video-cover img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .3s}.video-cover:hover img{transform:scale(1.035)}.play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:white;color:var(--graphite);font-size:19px;box-shadow:var(--shadow)}.video-card h3{font-size:20px;margin-top:20px}.video-card h3 a:hover{text-decoration:underline}.video-card p{font-size:12px;color:var(--muted);margin-top:6px}.cases-home>.text-link{margin-top:25px}.expert{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;padding-block:45px;border-block:1px solid var(--border)}.expert h2{font-size:58px}.expert-message .large-copy{font-size:26px;line-height:1.5;color:var(--text);letter-spacing:-.025em}.expert-message p{margin-top:20px;color:var(--muted)}.review-panel{display:grid;grid-template-columns:1fr 1fr;gap:90px;background:var(--surface);border-radius:32px;padding:52px}.review-panel h3{font-size:36px;line-height:1.12;margin-top:16px}.review-panel p{color:var(--muted);margin-top:18px;font-size:15px;max-width:420px}.review-panel .btn{margin-top:25px;background:white}.review-points p{padding:0 0 22px;border-bottom:1px solid var(--border)}.review-points b{display:block;color:var(--text);font-size:17px}.review-points span{display:block;margin-top:7px;font-size:14px}.youtube-callout{display:flex;gap:32px;align-items:center;justify-content:space-between}.youtube-callout h2{font-size:37px}.youtube-callout p{color:var(--muted);max-width:640px;margin-top:17px}.youtube-callout .btn{flex-shrink:0}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-card{overflow:hidden;border-radius:24px;background:var(--surface);transition:transform .24s,box-shadow .24s}.article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.article-card img{width:100%;aspect-ratio:1.7;object-fit:cover}.article-card-copy{padding:25px}.article-card h3{margin-top:11px;font-size:22px}.article-card p{font-size:13px;color:var(--muted);margin-top:12px}.article-card .text-link{margin-top:16px;font-size:12px}.compact{margin-top:30px}.compact .article-card img{aspect-ratio:2.1}.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.faq-section>div>p{margin-top:20px;max-width:350px}.faq-list details{padding:21px 0;border-bottom:1px solid var(--border)}.faq-list details:first-child{border-top:1px solid var(--border)}.faq-list summary{display:flex;justify-content:space-between;gap:25px;list-style:none;font-size:17px;font-weight:800;cursor:pointer;min-height:30px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:24px;line-height:1;color:var(--action)}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin-top:15px;font-size:15px;color:var(--muted)}
.contact-section{display:grid;grid-template-columns:1.3fr .7fr;gap:85px;padding:58px;background:var(--surface);border-radius:32px}.contact-section h2{font-size:48px}.contact-section>div>p{margin-top:22px;color:var(--muted);max-width:510px}.contact-methods{display:grid;gap:10px;margin-top:30px}.contact-methods a{display:flex;justify-content:space-between;gap:15px;padding:15px 20px;border-radius:16px;border:1px solid var(--border);background:white;font-size:13px;font-weight:800}.contact-methods a:first-child{background:var(--action);border-color:var(--action);color:white}.contact-section figure img{width:100%;height:410px;object-fit:cover;object-position:center 63%;border-radius:24px}.contact-section figcaption{font-size:12px;color:var(--muted);margin-top:14px}.site-footer{background:var(--graphite);color:white;padding:58px 0 25px}.site-footer .wordmark span{color:#9acfff}.footer-top{display:grid;grid-template-columns:1.45fr 1fr 1fr 1fr;gap:40px}.footer-top p{font-size:13px;color:#b9c6d6;margin-top:24px}.footer-top h3{font-size:14px;margin-bottom:20px}.footer-top>div>a:not(.wordmark){display:block;font-size:12px;color:#c5d0df;padding:5px 0}.footer-top>div>a:hover{color:white;text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:45px;border-top:1px solid #3a4656;padding-top:22px;font-size:11px;color:#b9c6d6}.mobile-dock{display:none}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;font-size:11px;color:var(--muted);margin-top:28px}.breadcrumbs a:hover{color:var(--action)}.title-block{padding:64px 0 54px;max-width:930px}.title-block h1{max-width:940px}.title-block p{color:var(--muted);font-size:19px;max-width:740px;margin-top:25px}.title-block .btn{margin-top:25px}.page-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;margin-top:52px;margin-bottom:55px}.page-hero h1{font-size:clamp(36px,4vw,57px);max-width:710px}.page-hero p{font-size:18px;color:var(--muted);margin-top:24px}.page-hero-image{width:100%;height:400px;object-fit:cover;border-radius:32px}.service-summary{display:grid;grid-template-columns:1fr 1fr;gap:20px}.service-summary article{padding:28px 32px;border-radius:24px;background:var(--surface)}.service-summary span{font-size:12px;color:var(--action);font-weight:800}.service-summary p{margin-top:10px;font-size:17px}.reading-layout{display:grid;grid-template-columns:280px minmax(0,760px);gap:70px;justify-content:space-between}.reading-layout aside{align-self:start;position:sticky;top:28px}.reading-layout aside h2{font-size:28px;margin-bottom:24px}.reading-layout aside nav{display:grid;gap:15px}.reading-layout aside nav a{font-size:13px;color:var(--muted);line-height:1.5}.reading-layout aside nav a:hover{color:var(--action)}.prose h2{font-size:30px;line-height:1.25;margin-bottom:20px}.prose p{margin:16px 0;color:#435166;font-size:17px;line-height:1.8}.prose section+section{margin-top:50px}.prose a:not(.btn){color:var(--action);text-decoration:underline;text-underline-offset:4px}.prose li{margin-block:10px}.country-links{display:flex;flex-wrap:wrap;gap:16px;margin-top:30px}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 35px}.filter-bar button{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-pill);padding:12px 20px;font-size:13px;color:var(--text)}.filter-bar button[aria-pressed=true]{background:var(--text);border-color:var(--text);color:white}.article-header{max-width:930px;margin:60px auto 55px}.article-header h1{font-size:clamp(37px,4.5vw,62px);line-height:1.13}.article-lead{font-size:21px;line-height:1.65;color:var(--muted);margin-top:27px}.byline{display:flex;gap:15px;flex-wrap:wrap;font-size:11px;color:var(--muted);margin-top:25px;padding-top:20px;border-top:1px solid var(--border)}.byline a{font-weight:800;color:var(--action)}.article-image{width:100%;aspect-ratio:1.9;object-fit:cover;border-radius:24px;margin-bottom:44px}.aside-cta{display:block;padding:22px;background:var(--surface);border-radius:20px;margin-top:30px;font-size:13px}.aside-cta b{display:block;color:var(--action);margin-top:10px}.article-service,.checklist-box{padding:30px;background:var(--surface);border-radius:24px;margin-top:38px}.sources{margin-top:40px}.sources p{font-size:14px}.result-row{display:grid;grid-template-columns:1fr 1fr;gap:70px}.result-row p{font-size:18px;color:var(--muted);margin-bottom:20px}.about-hero{display:grid;grid-template-columns:1fr .85fr;gap:90px;align-items:center;margin-top:55px}.about-hero img{width:100%;height:620px;object-fit:cover;object-position:center 60%;border-radius:32px}.about-hero h1{font-size:76px}.about-hero p{margin-top:22px;color:var(--muted)}.about-hero .large-copy{font-size:25px;color:var(--text)}.narrow{max-width:760px;margin-inline:auto}.narrow h1{margin-bottom:35px}.contact-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-tile{display:block;position:relative;background:var(--surface);border:1px solid var(--border);padding:28px;border-radius:24px;min-height:220px}.contact-tile span{font-size:12px;color:var(--action);font-weight:800}.contact-tile h2{font-size:25px;margin-top:35px;overflow-wrap:anywhere}.contact-tile b{position:absolute;right:26px;top:22px;font-size:23px}.video-detail{display:grid;grid-template-columns:minmax(260px,400px) 1fr;gap:80px;margin-bottom:100px}.video-embed{aspect-ratio:9/16;background:var(--graphite);border-radius:28px;overflow:hidden;position:relative}.video-embed iframe{width:100%;height:100%;border:0}.video-load{position:relative;width:100%;height:100%;padding:0;border:0;background:var(--graphite);color:white}.video-load img{width:100%;height:100%;object-fit:contain}.video-load-label{position:absolute;bottom:20%;left:0;right:0;font-weight:800}.video-detail .prose h2:not(:first-child){margin-top:40px}.prose .actions{font-size:14px}
@media(min-width:1500px){.home-hero{padding-top:60px}.hero-photo>img{height:610px}}
@media(max-width:1199px){.container{width:calc(100% - 48px)}.header-contact{display:none}.header-row{height:76px}.desktop-nav{margin-left:auto}.home-hero{gap:38px}.hero-copy h1{font-size:58px}.hero-photo>img{height:540px}.hero-copy .actions .text-link{padding-left:0}.hero-copy .btn{padding-inline:17px;font-size:13px}.service-card{padding:25px}.service-card h3{font-size:24px}.import-panel{padding:38px;gap:24px}.import-panel .actions{gap:8px}.import-panel .btn{font-size:12px;padding-inline:17px}.contact-section{gap:36px;padding:40px}.contact-section h2{font-size:42px}.footer-top{gap:24px}.wordmark{font-size:16px}.reading-layout{grid-template-columns:220px minmax(0,1fr);gap:45px}}
@media(max-width:900px){:root{--space-section:80px}.desktop-nav{display:none}.header-contact{display:block;margin-left:auto}.hero-copy h1{font-size:47px}.hero-copy>p{font-size:16px}.hero-photo>img{height:490px}.home-hero{gap:28px}.proof-strip strong{font-size:21px}.proof-strip>div{padding-left:15px}.service-grid{grid-template-columns:1fr 1fr}.service-card.featured{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:15px 30px}.service-card.featured .service-number{grid-column:1/-1;margin-bottom:6px}.service-card.featured h3{font-size:28px}.service-card.featured p{margin:0}.service-card.featured .service-price{grid-column:1/-1;padding-top:12px}.inspection{padding:34px 25px}.inspection-stage{grid-template-columns:165px 1fr;gap:15px}.enhanced-tabs .check-panels article{grid-template-columns:1fr 2fr}.enhanced-tabs .check-panels .meta{grid-column:1/-1}.why{gap:34px}.reason-list h3{font-size:21px}.process ol{grid-template-columns:repeat(2,1fr);gap:32px}.import-panel{grid-template-columns:1fr}.import-visual{max-width:560px}.import-visual img{aspect-ratio:2.2}.video-grid{gap:15px}.video-card h3{font-size:18px}.expert{gap:35px}.expert h2{font-size:47px}.expert-message .large-copy{font-size:22px}.review-panel{gap:35px;padding:35px}.article-card-copy{padding:20px}.article-card h3{font-size:19px}.faq-section{gap:35px}.contact-section{grid-template-columns:1fr}.contact-section figure{display:none}.contact-section h2{font-size:44px}.footer-top{grid-template-columns:1fr 1fr}.page-hero{grid-template-columns:1fr;gap:30px}.page-hero-image{height:340px;object-fit:contain;background:var(--surface)}.about-hero{gap:40px}.about-hero h1{font-size:56px}.about-hero img{height:560px}.video-detail{gap:30px;grid-template-columns:300px 1fr}.contact-page-grid{grid-template-columns:1fr}.contact-tile{min-height:160px}.contact-tile h2{margin-top:20px}.result-row{gap:35px}}
@media(max-width:767px){:root{--space-section:64px}.container{width:calc(100% - 32px)}h1{font-size:40px}h2{font-size:33px}.header-row{height:70px;gap:14px}.wordmark{font-size:14px;letter-spacing:.01em}.wordmark span{font-size:10px;letter-spacing:.13em}.header-contact{font-size:11px}.menu summary{width:40px;height:40px}.menu nav{width:min(310px,calc(100vw - 32px))}.home-hero{grid-template-columns:1fr;gap:30px;padding-block:35px 28px}.hero-copy h1{font-size:clamp(42px,9.8vw,62px);line-height:1.03;letter-spacing:-.05em}.hero-copy .eyebrow{font-size:10px;margin-bottom:18px}.hero-copy>p{font-size:16px;margin-top:21px}.hero-copy>p br{display:none}.actions{gap:9px;margin-top:24px}.hero-copy .btn{min-height:49px;font-size:12px;padding:12px 15px;gap:10px}.hero-copy .actions .text-link{font-size:12px;padding-left:5px}.hero-photo{padding-bottom:0}.hero-photo>img{height:430px;object-position:center 62%;border-radius:28px}.photo-note{left:15px;right:15px;bottom:15px;padding:16px 19px;box-shadow:none}.photo-note b{font-size:16px}.photo-note span{font-size:11px}.proof-strip{grid-template-columns:1fr 1fr;gap:24px 15px;padding-block:25px}.proof-strip>div{padding-left:0;border:0}.proof-strip strong{font-size:23px}.proof-strip span{font-size:11px;margin-top:5px}.section-heading{margin-bottom:27px}.section-heading p{font-size:16px;margin-top:15px}.service-grid{grid-template-columns:1fr;gap:14px}.service-card,.service-card.featured{display:flex;grid-column:auto;padding:26px}.service-number,.service-card.featured .service-number{margin-bottom:27px}.service-card h3,.service-card.featured h3{font-size:27px;max-width:290px}.service-card.featured p{margin-top:15px}.service-price,.service-card.featured .service-price{padding-top:27px}.service-footnote{font-size:11px}.service-footnote a{display:block;margin-left:0;margin-top:8px}.inspection{padding:29px 18px;border-radius:24px}.inspection-stage{grid-template-columns:1fr}.check-tabs{flex-direction:row;overflow-x:auto;gap:8px;padding:2px 2px 10px;scrollbar-width:thin}.check-tab{flex:0 0 auto;padding:10px 14px;font-size:12px}.inspection-stage figure img{aspect-ratio:1.65}.inspection-stage figcaption{font-size:10px}.check-panels{grid-template-columns:1fr}.enhanced-tabs .check-panels article{display:block;padding:21px}.enhanced-tabs .check-panels h3{font-size:20px;margin:10px 0}.why{grid-template-columns:1fr;gap:28px}.why-intro img{aspect-ratio:1.8;margin-top:25px}.reason-list article{padding:23px 0 24px 39px}.reason-list h3{font-size:22px}.reason-list p{font-size:14px}.process ol{grid-template-columns:1fr 1fr;gap:25px 18px;margin-top:30px}.process h3{font-size:17px}.process p{font-size:13px}.process li:before{margin-bottom:18px}.import-panel{padding:30px 24px;border-radius:24px;gap:30px}.import-panel .eyebrow{font-size:10px}.import-panel h2{font-size:35px}.import-panel p{font-size:15px}.import-panel .btn{font-size:12px;gap:12px}.import-visual>div{font-size:10px;padding:12px}.video-grid{grid-template-columns:1fr;gap:32px}.video-card h3{font-size:21px;margin-top:15px}.video-cover img{aspect-ratio:1.6;object-fit:cover}.expert{grid-template-columns:1fr;gap:30px;padding-block:30px}.expert h2{font-size:46px}.expert-message .large-copy{font-size:23px}.expert-message p{font-size:15px}.review-panel{grid-template-columns:1fr;gap:25px;padding:29px 24px;border-radius:24px}.review-panel h3{font-size:32px}.review-points p{max-width:none;margin-top:14px}.review-points p:last-child{border-bottom:0;padding-bottom:0}.youtube-callout{flex-direction:column;align-items:start;gap:22px}.youtube-callout h2{font-size:31px}.youtube-callout p{font-size:15px}.article-grid{grid-template-columns:1fr;gap:24px}.article-card-copy{padding:24px}.article-card h3{font-size:24px}.article-card p{font-size:14px}.article-card img{aspect-ratio:1.9}.faq-section{grid-template-columns:1fr;gap:22px}.faq-section>div>p{font-size:15px;margin-top:15px}.faq-list summary{font-size:16px}.contact-section{padding:30px 23px;border-radius:24px}.contact-section h2{font-size:34px}.contact-section .eyebrow{font-size:10px}.contact-section>div>p{font-size:15px}.contact-methods a{font-size:12px;padding:15px 14px;gap:8px}.site-footer{padding-top:40px;padding-bottom:110px}.footer-top{gap:30px 18px}.footer-top>div:first-child{grid-column:1/-1}.footer-top>div:first-child .wordmark{font-size:19px}.footer-top p{margin-top:15px}.footer-top h3{font-size:13px;margin-bottom:12px}.footer-top>div>a:not(.wordmark){font-size:12px}.footer-bottom{display:block;margin-top:32px;font-size:10px}.footer-bottom>a{display:block;margin-top:8px}.mobile-dock{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;position:fixed;bottom:0;left:0;right:0;z-index:40;background:rgb(255 255 255 / .98);border-top:1px solid var(--border);padding:8px 12px calc(8px + env(safe-area-inset-bottom))}.mobile-dock a{display:grid;place-items:center;min-height:45px;border-radius:12px;background:var(--surface);font-size:12px;font-weight:800}.mobile-dock a:first-child{background:var(--action);color:white}.breadcrumbs{margin-top:22px;font-size:10px;gap:8px}.title-block{padding:40px 0 35px}.title-block h1{font-size:39px}.title-block p{font-size:17px;margin-top:20px}.page-hero{margin-top:35px;margin-bottom:30px;gap:26px}.page-hero h1{font-size:37px}.page-hero p{font-size:16px;margin-top:20px}.page-hero-image{height:auto;aspect-ratio:1.6;border-radius:24px;object-fit:cover}.page-hero .btn{font-size:12px;padding-inline:15px;gap:10px}.service-summary{grid-template-columns:1fr;gap:12px}.service-summary article{padding:23px}.service-summary p{font-size:16px}.reading-layout{grid-template-columns:1fr;gap:28px}.reading-layout aside{position:static;background:var(--surface);border-radius:20px;padding:25px}.reading-layout aside h2{font-size:24px;margin-bottom:18px}.reading-layout aside nav{gap:12px}.prose h2{font-size:27px}.prose p{font-size:16px;line-height:1.8}.prose section+section{margin-top:35px}.article-header{margin:36px 0}.article-header h1{font-size:36px}.article-lead{font-size:18px;margin-top:22px}.byline{gap:10px;font-size:10px}.article-body .aside-cta{display:none}.article-image{margin-bottom:30px}.article-service,.checklist-box{padding:24px}.article-service h2{font-size:26px;margin-top:15px}.filter-bar{flex-wrap:nowrap;overflow:auto;margin-bottom:25px;padding-bottom:10px}.filter-bar button{flex:0 0 auto;font-size:12px;padding:10px 16px}.about-hero{grid-template-columns:1fr;gap:32px;margin-top:40px}.about-hero h1{font-size:56px}.about-hero img{height:470px}.about-hero .large-copy{font-size:23px}.about-hero p{font-size:16px}.result-row{grid-template-columns:1fr;gap:25px}.result-row p{font-size:16px}.video-detail{grid-template-columns:1fr;gap:35px;margin-bottom:65px}.video-embed{width:min(100%,380px);margin-inline:auto}.narrow h1{font-size:36px;overflow-wrap:anywhere}}
@media(max-width:360px){.container{width:calc(100% - 24px)}.header-contact{display:none}.menu{margin-left:auto}.hero-copy h1{font-size:41px}.hero-copy .actions .text-link{padding-left:0}.hero-copy .btn{font-size:11px;padding-inline:12px}.hero-photo>img{height:390px}.contact-methods a{font-size:11px;padding-inline:10px}.contact-section{padding-inline:18px}.process ol{grid-template-columns:1fr}.contact-section h2{font-size:31px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media print{.site-header,.site-footer,.mobile-dock,.actions,.filter-bar,.reading-layout aside,.article-service{display:none!important}.container,.narrow{width:100%;max-width:none}.section{margin-block:30px}.reading-layout{display:block}.article-image{max-height:200px;object-fit:contain}a{text-decoration:underline}.checklist-box{break-inside:avoid}body{font-size:11pt}}
