/* Performance pilot: VMA's existing fonts, navy, cyan and tan. */
html { scroll-behavior:auto; }
.performance { --warm-ivory:#F1EBE1; --soft-mist:#EEF5F7; overflow-x:clip; }
.performance [hidden] { display: none !important; }
.sr-only { position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
.performance .hdr__in { min-height:82px;gap:28px; }
.performance .hdr__logo img { height:34px;max-width:205px; }
.site-nav { display:flex;align-items:center;gap:24px;color:white;font-size:14px;font-weight:600; }
.site-nav>a:not(.btn) { text-decoration:none;white-space:nowrap;padding:12px 0; }
.site-nav>a:not(.btn):hover { text-decoration:underline;text-underline-offset:5px; }
.performance .pilot-cta { font-size:15px;padding:16px 20px;min-height:52px; }
.menu-toggle { display:none;border:1px solid white;color:white;background:transparent;border-radius:4px;padding:10px 14px;font:inherit; }
.p-section { padding:80px 0; }
.paper { background:var(--paper); }
.tan { background:var(--warm-ivory); }
.tan .eyebrow,.tan .intro,.tan .micro,.tan .visual>figcaption { color:var(--navy); }
.dark { background:var(--navy);color:white; }
.dark .eyebrow,.dark .intro,.dark .micro { color:#e3eaf4; }
.dark :focus-visible,.p-footer :focus-visible { outline-color:white; }
.grid2 { display:grid;grid-template-columns:1fr 1fr;gap:48px; }
.grid3 { display:grid;grid-template-columns:repeat(3,1fr);gap:24px; }
.panel { background:white;border:1px solid #c4bdaf;padding:28px;border-radius:8px;color:var(--navy); }
.panel h3 { font-size:23px;margin-bottom:14px; }
.panel p+p { margin-top:14px; }
.panel .micro { margin-top:16px; }
.section-heading { font-size:clamp(30px,3.3vw,43px);font-weight:800;line-height:1.08;letter-spacing:-.035em;max-width:21ch;margin-bottom:20px; }
.intro { font-size:19px;line-height:1.65;color:#46546a;max-width:59ch; }
.intro+p { margin-top:18px; }
.micro { font-size:14px;line-height:1.65;color:#46546a; }
.note { border-left:4px solid var(--tan);padding:16px 20px;background:var(--paper);color:var(--navy);font-size:15px;line-height:1.6; }
.text-link { display:inline-block;font-weight:650;text-underline-offset:4px;margin-top:20px; }
.bullet-list { list-style:none;margin:24px 0; }
.bullet-list li { padding-left:24px;position:relative;margin:12px 0; }
.bullet-list li:before { content:'✓';position:absolute;left:0;color:#30604d;font-weight:800; }
.narrow { max-width:780px;margin-inline:auto; }
.page-hero { padding:65px 0;background:var(--paper);border-bottom:1px solid var(--tan); }
.page-hero h1 { font-size:clamp(38px,5vw,62px);line-height:1.03;letter-spacing:-.035em;max-width:20ch;margin-bottom:24px; }
.page-hero .pilot-cta { margin-top:24px; }
.offer-numbers { display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin:32px 0; }
.offer-numbers strong { display:block;font:800 52px/1.1 var(--display);letter-spacing:-.04em; }
.offer-numbers p { font-size:15px;margin-top:10px; }
.step-list { display:grid;grid-template-columns:1fr 1fr;gap:28px;counter-reset:setup; }
.step-list>li { counter-increment:setup;padding:28px;border:1px solid #c4bdaf;border-radius:8px;background:white;color:var(--navy); }
.step-list>li:before { content:'0' counter(setup);display:block;font:700 14px var(--mono);margin-bottom:20px; }
.step-list h3 { font-size:24px;margin-bottom:12px; }
.book-band { text-align:center; }
.book-band .section-heading,.book-band .intro { margin-left:auto;margin-right:auto; }
.book-band .pilot-cta { margin:26px 0 16px; }
.home-hero { background:var(--paper);padding:46px 0 48px;border-bottom:1px solid var(--tan); }
.hero-layout { display:grid;grid-template-columns:1.04fr 1fr;gap:58px;align-items:center; }
.pilot-eyebrow { display:inline-flex;align-items:center;gap:10px;font:650 11px/1.5 var(--mono);letter-spacing:.075em;text-transform:uppercase;margin-bottom:22px; }
.pilot-eyebrow:before { content:'';height:8px;width:8px;border-radius:50%;background:var(--navy);flex:none; }
.home-hero h1 { font-size:clamp(43px,4.4vw,59px);font-weight:800;line-height:1.02;letter-spacing:-.05em;margin-bottom:22px; }
.home-hero h1 em { font-style:normal;display:inline;box-shadow:inset 0 -.20em var(--tan); }
.hero-description { color:#394b65;font-size:18px;line-height:1.65;max-width:42ch; }
.hero-economics { display:flex;gap:18px;margin:26px 0 14px;padding:20px 0;border-block:1px solid #cfc5b6; }
.hero-economics>div { flex:1; }
.hero-economics strong { display:block;font:800 30px/1 var(--display); }
.hero-economics span { display:block;font-size:12px;line-height:1.45;margin-top:8px; }
.hero-action { margin-top:24px; }
.hero-action .micro { margin-top:12px;max-width:49ch; }
.visual { margin:0;min-width:0; }
.visual-label { display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px; }
.visual-label .example { background:#e8dccb;color:#3a3e46;padding:5px 8px;border:1px solid #bba98e;border-radius:3px;white-space:nowrap; }
.visual-surface { background:white;border:1px solid #bcae9b;border-radius:12px;box-shadow:0 16px 32px #0829630c;overflow:hidden; }
.search-bar { padding:14px 18px;border-bottom:1px solid #e0dfdb;display:flex;gap:10px;align-items:center;font-size:13px;color:#46546a; }
.search-icon { width:14px;height:14px;border:2px solid currentColor;border-radius:50%;position:relative;display:inline-block;flex:none;margin-right:4px; }
.search-icon:after { content:'';position:absolute;width:7px;height:2px;background:currentColor;transform:rotate(45deg);right:-6px;bottom:-3px; }
.profile-body { padding:22px; }
.business-title { display:flex;gap:12px;align-items:center;margin-bottom:16px; }
.business-mark { height:42px;width:42px;flex:none;background:#f0e7da;border-radius:8px;display:grid;place-items:center;font-size:22px; }
.business-title h3 { font-size:22px;line-height:1.1;margin-bottom:4px; }
.business-title p { font-size:12px;color:#46546a; }
.profile-tabs { display:flex;gap:21px;border-bottom:1px solid #dedbd5;padding:0 0 12px;font-size:12px;color:#46546a; }
.profile-tabs b { color:var(--navy);border-bottom:2px solid var(--navy);padding-bottom:12px; }
.profile-row { display:flex;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #ebe7e1;font-size:13px;line-height:1.45; }
.profile-row svg { flex:none; }
.contact-option { display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;background:#204d3a;border:2px solid #204d3a;border-radius:6px;padding:13px 16px;font:650 14px/1.4 var(--body);color:white;margin-top:14px;cursor:pointer;text-align:left; }
.contact-option:hover { background:#163d2d; }
.contact-option span { display:flex;gap:9px;align-items:center; }
.whatsapp-icon { display:block;width:30px;height:30px;flex:0 0 30px;object-fit:contain; }
.ad-link button[data-ad-demo] { display:flex;align-items:center;gap:10px; }
.ad-link button[data-ad-demo] .whatsapp-icon { width:24px;height:24px;flex-basis:24px; }
.annotation { font-size:12px;line-height:1.6;color:#495262;margin-top:10px; }
.demo-result { padding:18px 22px;background:#f2eee6;border-top:1px solid #d5c9b6; }
.demo-result h4 { font-size:12px;margin:0 0 10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em; }
.bubble { font-size:13px;line-height:1.6;background:white;padding:12px 14px;border:1px solid #d4d7d1;border-radius:0 10px 10px 10px;max-width:94%;margin:10px 0; }
.bubble.customer { margin-left:auto;background:#e2efdf;border-color:#bfd4be;border-radius:10px 0 10px 10px; }
.bubble .speaker { display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;margin-bottom:4px;color:#405442; }
.visual>figcaption { font-size:13px;line-height:1.65;color:#46546a;margin-top:13px; }
.visual>figcaption strong { color:var(--navy); }
.benefit-strip { background:var(--soft-mist);padding:24px 0;border-bottom:1px solid #dce7e9; }
.benefit-strip .wrap { display:flex;justify-content:space-between;gap:24px; }
.benefit-strip p { font-size:14px;display:flex;gap:10px;align-items:center; }
.benefit-strip b { font-size:20px; }
.services-header { display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:34px; }
.services-header .section-heading { margin-bottom:0; }
.services-header .intro { max-width:40ch;font-size:16px; }
.service-index { font:700 12px var(--mono);display:block;margin-bottom:28px; }
.service-cards .panel { border-top:4px solid var(--tan); }
.service-cards .panel:first-child { border-top-color:var(--navy); }
.service-cards p { color:#46546a;font-size:15px;line-height:1.7; }
.service-cards a { font-size:13px; }
.service-visual-heading { max-width:660px;margin-bottom:32px; }
.ad-chat-layout { display:grid;grid-template-columns:.88fr 1.12fr;gap:30px;align-items:start; }
.ad-example { border:1px solid #bcae9b;border-radius:10px;overflow:hidden;background:white; }
.ad-byline { padding:18px;display:flex;gap:10px;align-items:center; }
.ad-byline b { font-size:14px; }
.ad-byline small { display:block;font-size:11px;color:#46546a; }
.ad-copy { font-size:16px;line-height:1.6;padding:0 20px 20px; }
.ad-art { background:#efe6d8;display:block;width:100%;height:190px; }
.ad-art svg { display:block;width:100%;height:100%; }
.ad-art { height:245px; }
.ad-art img { width:100%;height:100%;object-fit:cover;object-position:center; }
.photo-attachment img { width:62px;height:70px;object-fit:cover;object-position:50% 20%;border-radius:4px; }
.work-photos img { width:100px;height:74px;object-fit:cover;border-radius:4px; }
.work-photos img:first-child { object-position:50% 20%; }
.photo-credit { margin-top:12px;font-size:11px;color:#46546a;line-height:1.65; }
.photo-credit a { text-underline-offset:2px; }
.audit-secondary { border-top:1px solid #bda98f; }
.audit-secondary .grid2 { align-items:center; }
.audit-secondary__action { padding:26px 32px;border-left:4px solid var(--tan); }
.audit-secondary__price { font-size:17px;margin-bottom:18px; }
.audit-secondary__price strong { display:block;font:800 40px/1.2 var(--display);margin-top:6px; }
.audit-secondary__action>p:not(.audit-secondary__price) { font-size:14px; }
.supplied-art { display:block;overflow:hidden;border-radius:12px;line-height:0;box-shadow:0 10px 24px #10264414; }
.supplied-art img { display:block;width:100%;height:auto; }
.supplied-art:focus-visible { outline:4px solid #245de1;outline-offset:5px; }
.supplied-art--audit { width:100%;max-width:440px;justify-self:end; }
.audit-art-block { width:100%;max-width:440px;min-width:0;justify-self:end;margin:0; }
.audit-art-block figcaption { margin-top:16px;color:#465772;font-size:16px;line-height:1.6; }
@media(max-width:760px) { .audit-art-block { justify-self:center; } }
.review-service-intro { display:grid;grid-template-columns:1fr 330px;align-items:center;gap:60px;margin-bottom:34px; }
.review-service-intro .intro { margin-top:22px; }
.audit-page-hero { display:grid;grid-template-columns:1.2fr 1fr;gap:52px;align-items:center; }
@media(max-width:760px) { .review-service-intro,.audit-page-hero{grid-template-columns:1fr;gap:26px}.supplied-art--audit{justify-self:center;max-width:440px}.supplied-art--reviews{max-width:350px;width:100%;justify-self:center} }
.btn--audit { background:white;border:2px solid var(--navy);color:var(--navy);font-size:15px;margin:22px 0 14px; }
.btn--audit:hover { background:var(--navy);color:white; }
.dark .bullet-list li:before { color:var(--tan); }
.ad-link { padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f6f4ee; }
.ad-link small { font-size:11px;color:#46546a; }
.ad-link button { background:#204d3a;color:white;border:0;border-radius:5px;min-height:44px;padding:10px 12px;font:600 12px/1.4 var(--body);cursor:pointer; }
.ad-bottom { padding:15px 20px;font-size:11px;color:#46546a;border-top:1px solid #ded8cf; }
.chat-panel { background:#eee8dd;border:1px solid #bcae9b;border-radius:10px;overflow:hidden; }
.chat-header { padding:15px 20px;background:#204d3a;color:white;display:flex;justify-content:space-between;align-items:center;gap:12px; }
.chat-header b { display:block;font-size:14px; }
.chat-header small { font-size:10px;opacity:.9; }
.chat-body { padding:10px 18px 16px; }
.chat-body .bubble { max-width:90%; }
.photo-attachment { display:flex;align-items:center;gap:9px;margin-top:9px;border-top:1px solid #b4c6b0;padding-top:9px;font-size:11px; }
.photo-attachment svg { width:54px;height:43px;border-radius:4px; }
.handover { display:flex;align-items:center;gap:9px;margin:14px 0 2px;font-size:12px;color:#204d3a; }
.handover span { background:#204d3a;border-radius:50%;color:white;display:grid;place-items:center;width:22px;height:22px;flex:none; }
.mechanism-note { margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:24px; }
.mechanism-note p { font-size:14px;color:#46546a;line-height:1.6; }
.mechanism-note b { display:block;margin-bottom:5px;color:var(--navy); }
.profile-explainer { display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center; }
.profile-details .profile-row { align-items:start;gap:12px;padding:14px 0; }
.number-dot { border:1px solid #8b765a;background:#f0e3d0;color:#433b31;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;flex:none;font-size:11px;font-weight:700; }
.profile-details strong { display:block;font-size:13px; }
.profile-details small { color:#46546a;font-size:12px; }
.work-photos { display:flex;gap:8px;margin:9px 0; }
.work-photos svg { width:86px;height:58px;background:#e8e3d8;border-radius:4px; }
.profile-callouts { list-style:none;margin:25px 0; }
.profile-callouts li { display:flex;gap:14px;margin:20px 0; }
.profile-callouts b { font-size:16px; }
.profile-callouts p { color:#46546a;font-size:14px;margin-top:3px; }
.review-grid { display:grid;grid-template-columns:1fr 44px 1fr;align-items:center;gap:20px; }
.review-mail { border:1px solid #b39c7d;border-radius:9px;overflow:hidden;background:white; }
.review-mail__top { border-bottom:1px solid #e4dfd7;padding:16px 22px;font-size:12px; }
.review-mail__body { padding:24px; }
.review-mail h3 { font-size:24px;margin-bottom:16px; }
.review-mail p { font-size:14px;line-height:1.75; }
.review-link { display:inline-block;background:var(--navy);color:white;border-radius:4px;padding:11px 16px;font-size:12px;font-weight:600;margin:18px 0 12px; }
.review-arrow { font-size:30px;text-align:center; }
.review-response { background:#f8f4ed;border:1px solid #b39c7d;border-radius:9px;padding:24px; }
.review-response .neutral-review { padding:18px;border:1px dashed #9b896e;color:#4c4b44;font-size:13px;line-height:1.7;background:white;margin-bottom:20px; }
.review-response h3 { font-size:20px;margin-bottom:12px; }
.review-response p { font-size:14px;line-height:1.75; }
.research-note { font-size:13px;line-height:1.6;margin-top:24px;max-width:77ch; }
.research-note a { text-underline-offset:3px; }
.journey { display:grid;grid-template-columns:1fr 2fr;gap:36px;align-items:center; }
.journey-entries { display:grid;gap:10px; }
.journey-entry { background:#153a73;padding:16px 20px;border:1px solid #7188a9;border-radius:6px;font-size:14px; }
.journey-stages { display:grid;grid-template-columns:repeat(4,1fr);gap:12px; }
.journey-stages>li { padding:14px 0;position:relative;border-top:2px solid var(--tan); }
.journey-stages>li+li:before { content:'→';position:absolute;left:-17px;top:16px;color:var(--tan); }
.journey-stages b { display:block;font-size:14px;margin:4px 0 8px; }
.journey-stages span { display:block;font-size:12px;line-height:1.6;color:#e0e7ef; }
.journey-note { margin-top:24px;font-size:13px;color:#e0e7ef;max-width:75ch; }
.fit-grid { display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start; }
.fit-grid h3 { font-size:25px;margin-bottom:16px; }
.faq-pilot details { border-bottom:1px solid #c8c1b5; }
.faq-pilot summary { padding:22px 34px 22px 0;cursor:pointer;position:relative;font-weight:650;list-style:none;font-size:17px; }
.faq-pilot summary::-webkit-details-marker { display:none; }
.faq-pilot summary:after { content:'+';position:absolute;right:5px;top:19px;font-size:24px; }
.faq-pilot details[open] summary:after { content:'−'; }
.faq-pilot details>div { padding:0 32px 22px 0;font-size:15px;color:#46546a;line-height:1.75; }
.faq-pilot details>div p+p { margin-top:12px; }
.p-footer { background:var(--navy);color:white;padding:50px 0 100px; }
.footer-top { display:flex;justify-content:space-between;gap:35px; }
.footer-top img { width:210px;margin-bottom:20px; }
.footer-top p { font-size:14px;line-height:1.7;margin-bottom:16px; }
.footer-top a { font-size:13px;text-underline-offset:4px; }
.footer-top nav { display:grid;gap:13px;align-content:start; }
.footer-bottom { margin-top:35px;padding-top:20px;border-top:1px solid #667da0;display:flex;justify-content:space-between;gap:20px;font-size:11px; }
.policy-body { max-width:780px;margin:0 auto;padding:60px 20px; }
.policy-body h1 { font-size:45px;margin-bottom:18px; }
.policy-body h2 { font-size:24px;margin:32px 0 16px; }
.policy-body p,.policy-body li { font-size:16px;line-height:1.75; }
.policy-body p+p { margin-top:16px; }
.policy-body ul { list-style:disc;padding-left:24px;margin:18px 0; }
.policy-body .note { margin:25px 0; }
.preview-indicator { background:#fff2c8;color:#493b1f;font-size:12px;padding:7px 20px;text-align:center; }
@media (max-width:1050px) { .site-nav{gap:16px}.performance .hdr__logo img{max-width:170px;height:auto}.site-nav>a:not(.btn){font-size:13px}.performance .hdr__in{gap:16px}.site-nav .pilot-cta{font-size:12px;padding:12px}.hero-layout{gap:32px}.home-hero h1{font-size:50px}.profile-explainer{gap:32px} }
@media (max-width:760px) { .performance .hdr__in{flex-wrap:wrap;min-height:68px;padding-block:14px;gap:14px}.performance .hdr__logo img{height:30px;max-width:190px}.site-nav{width:100%;flex-direction:column;align-items:stretch;gap:4px}.site-nav>a:not(.btn){font-size:15px;padding:10px 0}.site-nav .pilot-cta{font-size:15px;margin-top:8px}.menu-toggle:not([hidden]){display:block}.performance .hdr__in .site-nav[data-collapsed='true']{display:none}.home-hero{padding:38px 0}.hero-layout{grid-template-columns:1fr;gap:38px}.home-hero h1{font-size:clamp(40px,8.4vw,60px);max-width:17ch}.hero-description{max-width:52ch}.hero-economics{max-width:520px}.hero-action .pilot-cta{width:100%;max-width:520px}.p-section{padding:52px 0}.grid2,.grid3,.fit-grid,.profile-explainer,.ad-chat-layout,.step-list{grid-template-columns:1fr;gap:26px}.offer-numbers{gap:20px}.offer-numbers strong{font-size:42px}.offer-numbers p{font-size:13px}.services-header{display:block}.services-header .intro{margin-top:18px;max-width:54ch}.service-cards .panel{padding:24px}.service-index{margin-bottom:16px}.benefit-strip .wrap{flex-wrap:wrap;gap:14px}.benefit-strip p{font-size:12px;flex:1 1 135px}.benefit-strip p:last-child{flex:1 1 220px}.review-grid{grid-template-columns:1fr;gap:12px}.review-arrow{transform:rotate(90deg);height:40px}.mechanism-note{grid-template-columns:1fr;gap:14px}.journey{grid-template-columns:1fr}.journey-stages{grid-template-columns:1fr 1fr;gap:18px}.journey-stages>li+li:before{display:none}.footer-top{flex-direction:column}.footer-top nav{grid-template-columns:1fr 1fr;gap:18px}.footer-bottom{flex-direction:column;gap:8px}.visual-label{font-size:10px}.page-hero{padding:42px 0}.research-note{font-size:12px} }
@media (prefers-reduced-motion:reduce) { .performance * { scroll-behavior:auto!important;transition:none!important; } }
