@font-face{font-family:MV Inter;src:url('/static/fonts/Inter-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:MV Inter;src:url('/static/fonts/Inter-Bold.ttf') format('truetype');font-weight:600 900;font-display:swap}
@font-face{font-family:MV Manrope;src:url('/static/fonts/Manrope-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:MV Manrope;src:url('/static/fonts/Manrope-ExtraBold.ttf') format('truetype');font-weight:600 900;font-display:swap}
:root{--mv-red:#e10600;--mv-ink:#252326;--mv-muted:#706b6b;--mv-paper:#faf7f7;--mv-line:rgba(69,37,37,.13);--mv-width:1320px}
html{scroll-behavior:smooth;scroll-padding-top:150px}
.mv-page{margin:0;background:var(--mv-paper);color:var(--mv-ink);font-family:MV Inter,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
.mv-page *,.mv-header *,.mv-footer *,.mv-cookies *{box-sizing:border-box}
.mv-page [hidden],.mv-header [hidden],.mv-cookies[hidden]{display:none!important}
.mv-page a,.mv-header a,.mv-footer a{color:inherit;text-decoration:none}
.mv-page button,.mv-header button,.mv-footer button,.mv-cookies button{font:inherit;cursor:pointer}
.mv-page img{max-width:100%;display:block;height:auto}
.mv-page h1,.mv-page h2,.mv-page h3,.mv-header,.mv-footer h2{font-family:MV Manrope,Arial,sans-serif}
.mv-page h1,.mv-page h2,.mv-page h3{font-weight:800;letter-spacing:-.045em;line-height:1.12;margin:0;text-wrap:balance}
.mv-page h2{font-size:clamp(32px,3.6vw,51px)}
.mv-page h3{font-size:25px;line-height:1.22}
.mv-page p{margin:0 0 20px;color:var(--mv-muted)}
.mv-page a:focus-visible,.mv-page button:focus-visible,.mv-header a:focus-visible,.mv-header button:focus-visible,.mv-footer a:focus-visible,.mv-footer button:focus-visible,.mv-cookies button:focus-visible{outline:3px solid var(--mv-red);outline-offset:5px}
.mv-shell{width:calc(100% - 96px);max-width:var(--mv-width);margin-left:auto;margin-right:auto}
.mv-skip{position:fixed;left:20px;top:-100px;z-index:500;background:#fff;color:#151515;padding:12px 20px;border:2px solid var(--mv-red);border-radius:8px}
.mv-skip:focus{top:12px}
.mv-header{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--mv-line);background:rgba(250,247,247,.92);backdrop-filter:blur(24px);color:var(--mv-ink)}
.mv-header-inner{display:flex;align-items:center;gap:32px;min-height:88px}
.mv-brand{flex-shrink:0;display:inline-flex;align-items:center;margin-right:18px;min-width:74px}
.mv-brand img{display:block;object-fit:contain;width:42px;height:42px}
.mv-primary{display:flex;align-items:center;gap:27px;flex:1}
.mv-navlink{font-size:13px;font-weight:800;white-space:nowrap;position:relative;padding:33px 0;transition:color .2s}
.mv-primary .mv-navlink.is-active:after{content:'';position:absolute;bottom:18px;left:0;right:0;height:2px;background:var(--mv-red)}
.mv-navlink:hover,.mv-navlink.is-active{color:var(--mv-red)}
.mv-header-actions{display:flex;align-items:center;gap:22px;white-space:nowrap}
.mv-login{font-size:13px;font-weight:700}
.mv-login span{margin-left:6px;color:var(--mv-red)}
a.mv-button,button.mv-button{background:linear-gradient(165deg,#fc3930 0%,#e10600 42%,#c90802 100%);color:#fff;border:1px solid #cd0a02;border-radius:999px;box-shadow:inset 0 1px 1px #ffffff8c,0 5px 12px #bf180019;display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:15px 25px;font-family:MV Inter,Arial,sans-serif;font-size:14px;line-height:1.4;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s}
a.mv-button:hover,button.mv-button:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffff8c,0 8px 20px #bf180028}
a.mv-button.mv-small,button.mv-button.mv-small{padding:11px 19px;font-size:12px;gap:18px}
.mv-button span{font-size:18px;font-weight:400}
.mv-menu-toggle{display:none;background:transparent;border:1px solid var(--mv-line);border-radius:50%;height:44px;width:44px;padding:12px;flex-shrink:0}
.mv-menu-toggle span{display:block;background:var(--mv-ink);height:2px;margin:5px 0;transition:transform .2s}
.mv-menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}
.mv-menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.mv-mobile{padding:20px 28px 30px;border-top:1px solid var(--mv-line);max-height:75dvh;overflow-y:auto}
.mv-mobile nav{display:grid;gap:0}
.mv-mobile a{font-size:21px;line-height:1.4;font-weight:700;padding:15px 0;white-space:normal;border-bottom:1px solid var(--mv-line)}
.mv-subbar{border-top:1px solid var(--mv-line);background:#fff5}
.mv-sub-inner{display:flex;align-items:center;gap:20px;min-height:47px}
.mv-sub-inner nav{display:flex;gap:26px;align-items:center;overflow-x:auto;scrollbar-width:thin;white-space:nowrap;flex:1}
.mv-sublink{font-family:MV Inter,Arial,sans-serif;font-size:12px;line-height:1.4;display:block;padding:15px 0;color:var(--mv-muted)!important}
.mv-sublink[aria-current=page],.mv-sublink:hover{color:var(--mv-red)!important}
.mv-languages{display:flex;gap:12px;font-family:MV Inter,Arial,sans-serif;font-size:10px;white-space:nowrap}
.mv-eyebrow{display:block;color:var(--mv-red);font-family:MV Inter,Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;line-height:1.7;margin:0 0 22px}
.mv-home-hero{min-height:685px;display:grid;grid-template-columns:1.03fr 1fr;align-items:center;position:relative;gap:0;padding-top:65px;padding-bottom:65px}
.mv-hero-copy{position:relative;z-index:2;min-width:0}
.mv-home-hero h1{font-size:clamp(63px,7.25vw,104px);line-height:1.04;letter-spacing:-.065em;margin:0 0 32px}
.mv-home-hero h1 span{color:var(--mv-red)}
.mv-home-hero .mv-hero-copy>p{max-width:450px;font-size:18px;line-height:1.7;margin-bottom:32px}
.mv-hero-actions{display:flex;flex-wrap:wrap;gap:25px;align-items:center}
.mv-textlink{display:inline-flex;align-items:center;gap:16px;font-size:13px;font-weight:700;border-bottom:1px solid transparent;padding:6px 0}
.mv-textlink span{color:var(--mv-red);font-size:19px;font-weight:400}
.mv-textlink:hover{border-bottom-color:var(--mv-red)}
.mv-home-art{position:relative;width:115%;margin-left:-8%;z-index:1;align-self:center}
.mv-art{width:100%;height:auto;mix-blend-mode:multiply}
.mv-home-art .mv-art{width:100%;max-width:none;mask-image:linear-gradient(to right,transparent 0%,#000 9%,#000 93%,transparent 100%)}
.mv-capability-band{border-top:1px solid var(--mv-line);border-bottom:1px solid var(--mv-line);background:#fff6}
.mv-capability-band .mv-shell{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:70px;flex-wrap:wrap;padding-top:20px;padding-bottom:20px}
.mv-capability-band span{font-size:12px;color:#6f6666}
.mv-capability-band span:first-child{color:var(--mv-red);font-size:10px;letter-spacing:.07em;text-transform:uppercase;font-weight:700}
.mv-section{padding-top:105px;padding-bottom:105px}
.mv-section-heading{margin-bottom:46px}
.mv-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}
.mv-heading-row p{font-size:15px;line-height:1.8;margin:0;max-width:350px}
.mv-worlds{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.mv-world{display:flex;flex-direction:column;min-width:0;border:1px solid #fff;background:linear-gradient(140deg,#ffffffba,#f5eded63);border-radius:20px;overflow:hidden;box-shadow:0 7px 30px #69474706;transition:transform .25s,box-shadow .25s,border-color .25s}
.mv-world:hover{transform:translateY(-5px);box-shadow:0 15px 35px #69474712;border-color:#e9c7c7}
.mv-world-image{aspect-ratio:1.5;overflow:hidden;background:#f6f0ee}
.mv-world-image .mv-art{height:100%;object-fit:cover;transition:transform .6s}
.mv-world:hover .mv-art{transform:scale(1.04)}
.mv-world-copy{padding:28px 29px 27px;display:flex;flex:1;flex-direction:column;align-items:flex-start}
.mv-world-copy .mv-eyebrow{font-size:9px;letter-spacing:.11em;margin-bottom:13px}
.mv-world h3{font-size:25px;line-height:1.25;margin:0 0 26px}
.mv-world .mv-textlink{margin-top:auto;width:100%;justify-content:space-between}
.mv-worlds:has(> :nth-child(4)){grid-template-columns:repeat(2,minmax(0,1fr))}
.mv-worlds:has(> :nth-child(4)) .mv-world{display:grid;grid-template-columns:44% 56%}
.mv-worlds:has(> :nth-child(4)) .mv-world-image{height:100%;aspect-ratio:auto}
.mv-feature-section{padding:80px 0;background:linear-gradient(140deg,#f2eceb,#faf5f3);border-top:1px solid #fff;border-bottom:1px solid #fff}
.mv-feature{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}
.mv-feature-art{min-width:0}
.mv-feature-art .mv-art{border-radius:18px}
.mv-feature-copy h2{font-size:clamp(32px,3.3vw,48px);margin-bottom:26px}
.mv-feature-copy p{font-size:16px;line-height:1.8}
.mv-feature-reverse .mv-feature-art{order:2}
.mv-feature-reverse .mv-feature-copy{order:1}
.mv-soft-red{background:linear-gradient(130deg,#fbf2ef,#f7eeee)}
.mv-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:50px;margin-top:64px}
.mv-principles article{border-top:1px solid var(--mv-line);padding-top:24px}
.mv-mini-index{display:block;font-size:9px;letter-spacing:.12em;line-height:1.8;font-weight:700;color:var(--mv-red);text-transform:uppercase;margin-bottom:24px}
.mv-principles h3{margin-bottom:20px;font-size:26px}
.mv-principles p{font-size:15px;line-height:1.8}
.mv-flow-section{background:#fff8}
.mv-tabs{display:flex;gap:9px;margin-bottom:28px;flex-wrap:wrap}
.mv-tabs button{border:1px solid var(--mv-line);background:transparent;border-radius:999px;padding:12px 23px;font-size:13px;color:var(--mv-muted)}
.mv-tabs button[aria-selected=true]{background:var(--mv-ink);border-color:var(--mv-ink);color:white}
.mv-flow-intro{font-size:15px;max-width:680px}
.mv-flow-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;list-style:none;padding:0;margin:40px 0 30px}
.mv-flow-steps li{position:relative;padding:0 28px 0 0}
.mv-flow-steps li:not(:last-child):after{content:'';position:absolute;top:20px;left:53px;right:14px;height:1px;background:linear-gradient(to right,#e3b2b2,#e3b2b240)}
.mv-step-number{display:inline-flex;width:41px;height:41px;align-items:center;justify-content:center;border:1px solid #e9bbbb;border-radius:50%;font-size:10px;color:var(--mv-red);margin-bottom:25px;background:linear-gradient(145deg,#fff,#f5e9e9);box-shadow:inset 1px 1px 2px white}
.mv-flow-steps h3{font-size:22px;margin-bottom:13px}
.mv-flow-steps p{font-size:14px;line-height:1.7}
.mv-page p.mv-caption{font-size:11px;color:#857b7b;max-width:750px;margin-top:30px}
.mv-availability{padding-top:30px;padding-bottom:15px}
.mv-availability p{font-size:12px;line-height:1.7;max-width:980px;color:#827676}
.mv-cta{border-top:1px solid var(--mv-line);padding-top:72px;padding-bottom:85px;margin-top:55px;display:flex;align-items:center;justify-content:space-between;gap:35px}
.mv-cta h2{font-size:clamp(32px,4vw,55px);margin-bottom:18px}
.mv-cta p{margin:0;font-size:16px}
.mv-cta .mv-button{white-space:nowrap;min-width:162px}
.mv-footer{background:#f0e9e8;border-top:1px solid white;color:var(--mv-ink);font-family:MV Inter,Arial,sans-serif;font-size:12px;line-height:1.7;padding:65px 0 28px}
.mv-footer-top{display:grid;grid-template-columns:1.8fr 1fr 1fr 1.2fr;gap:50px;margin-bottom:50px}
.mv-footer-brand img{display:block;width:44px;height:44px}
.mv-footer .mv-footer-brand p{font-size:18px;font-family:MV Manrope,Arial,sans-serif;font-weight:700;letter-spacing:-.03em;color:var(--mv-ink);margin:18px 0 12px}
.mv-footer-brand span{font-size:12px;color:var(--mv-muted)}
.mv-footer h2{font-size:11px;font-weight:800;margin:0 0 20px;line-height:1.6;letter-spacing:0}
.mv-footer-top>div>a:not(.mv-footer-brand a){display:block;font-size:12px;color:var(--mv-muted);margin-bottom:8px}
.mv-footer a:hover{color:var(--mv-red)!important}
.mv-footer-bottom{border-top:1px solid #dacece;padding-top:25px}
.mv-footer-bottom p{font-size:10px;color:#7d7272;line-height:1.8;max-width:1030px;margin:0 0 18px}
.mv-copyright{display:flex;justify-content:space-between;font-size:10px;color:#7d7272;margin-top:35px;gap:20px}
.mv-cookie-settings{border:0;background:none;padding:0;color:var(--mv-muted);font-size:12px;text-align:left}
.mv-cookies{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);width:min(820px,calc(100% - 40px));z-index:200;background:#fffffff5;backdrop-filter:blur(20px);border:1px solid white;border-radius:16px;box-shadow:0 12px 70px #35171722;padding:22px 25px;display:flex;gap:30px;align-items:center;font:12px/1.6 MV Inter,Arial,sans-serif;color:var(--mv-ink)}
.mv-cookies strong{font-size:13px}.mv-cookies p{font-size:11px;line-height:1.65;margin:5px 0 0;color:var(--mv-muted)}.mv-cookies a{color:var(--mv-ink);text-decoration:underline}
.mv-cookie-actions{display:flex;gap:14px;flex-shrink:0;align-items:center}
.mv-cookie-actions>button:not(.mv-button){border:0;background:none;font-size:11px;padding:10px 0;white-space:nowrap;color:#534949}
.mv-page-hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:50px;padding-top:75px;padding-bottom:90px;min-height:600px}
.mv-page-hero h1{font-size:clamp(43px,4.45vw,65px);line-height:1.1;margin-bottom:28px}
.mv-page-hero .mv-hero-copy>p{font-size:17px;line-height:1.8;max-width:555px;margin-bottom:30px}
.mv-page-art{width:113%;margin-left:-5%;min-width:0}
.mv-page-art .mv-art{mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent)}
.mv-editorial{display:grid;grid-template-columns:1fr 1fr;gap:90px;border-top:1px solid var(--mv-line)}
.mv-editorial h2{font-size:clamp(32px,3.2vw,47px);max-width:470px}
.mv-prose p{font-size:16px;line-height:1.85}
.mv-prose p:last-child{margin-bottom:0}
.mv-legacy .mv-header{font-family:MV Manrope,Arial,sans-serif}
.mv-legacy .mv-footer .mv-shell,.mv-legacy .mv-header .mv-shell{max-width:var(--mv-width)}
.mv-legacy .mv-footer .mv-footer-brand a{display:block}
.mv-legacy .mv-header img{filter:none;box-shadow:none}
@media(min-width:1600px){.mv-home-hero{min-height:750px}.mv-home-art{width:120%;margin-left:-10%}}
@media(max-width:1200px){.mv-shell{width:calc(100% - 64px)}.mv-primary{gap:18px}.mv-header-inner{gap:20px}.mv-header-actions{gap:15px}.mv-navlink{font-size:11px}.mv-login{font-size:11px}.mv-header-actions .mv-small{padding:10px 14px}.mv-feature{gap:50px}.mv-home-hero{min-height:610px}.mv-world-copy{padding:25px}.mv-world h3{font-size:23px}.mv-home-hero h1{font-size:7.2vw}.mv-editorial{gap:60px}}
@media(max-width:1020px){.mv-primary,.mv-header-actions .mv-login{display:none}.mv-header-actions{margin-left:auto}.mv-menu-toggle{display:block}.mv-header-inner{min-height:76px}.mv-header-actions .mv-small{padding:11px 18px}.mv-home-hero{min-height:600px}.mv-home-hero .mv-hero-copy>p{font-size:16px}.mv-hero-actions{gap:15px}.mv-worlds{gap:16px}.mv-world-copy{padding:22px}.mv-world h3{font-size:21px}.mv-section{padding-top:80px;padding-bottom:80px}.mv-worlds:has(>:nth-child(4)) .mv-world{display:flex}.mv-worlds:has(>:nth-child(4)) .mv-world-image{aspect-ratio:1.5;height:auto}.mv-page-hero{gap:24px;padding-top:65px;padding-bottom:65px;min-height:550px}.mv-page-hero h1{font-size:43px}.mv-page-art{width:110%;margin-left:-5%}.mv-page-hero .mv-hero-copy>p{font-size:15px}.mv-footer-top{gap:28px;grid-template-columns:1.5fr 1fr 1fr 1.2fr}.mv-principles{gap:25px}.mv-feature{gap:35px}.mv-editorial{gap:40px}.mv-heading-row{gap:35px}.mv-flow-steps li{padding-right:18px}}
@media(max-width:760px){html{scroll-padding-top:130px}.mv-shell{width:calc(100% - 40px)}.mv-header-inner{min-height:68px;gap:14px}.mv-brand img{width:88px;height:29px}.mv-header-actions .mv-small{font-size:11px;padding:9px 14px;gap:12px}.mv-menu-toggle{width:39px;height:39px;padding:10px}.mv-sub-inner{gap:16px}.mv-sub-inner nav{gap:23px}.mv-sublink{font-size:11px;padding:13px 0}.mv-languages{display:none}.mv-home-hero{display:flex;flex-direction:column;align-items:stretch;padding-top:48px;padding-bottom:35px;min-height:0}.mv-home-hero h1{font-size:clamp(57px,11.5vw,87px);line-height:1.07;margin-bottom:25px;letter-spacing:-.065em}.mv-home-hero .mv-hero-copy>p{font-size:16px;max-width:480px;margin-bottom:27px}.mv-eyebrow{font-size:9px;margin-bottom:20px}.mv-home-art{width:100%;margin:24px 0 0}.mv-home-art .mv-art{width:100%;max-width:100%;mask-image:none}.mv-capability-band .mv-shell{gap:15px 24px;justify-content:flex-start;padding-top:20px;padding-bottom:20px}.mv-capability-band span:first-child{flex-basis:100%;font-size:9px}.mv-capability-band span{font-size:11px}.mv-section{padding-top:65px;padding-bottom:65px}.mv-heading-row{display:block}.mv-heading-row p{margin-top:25px;font-size:14px}.mv-section-heading{margin-bottom:30px}.mv-page h2{font-size:34px}.mv-worlds,.mv-worlds:has(>:nth-child(4)){grid-template-columns:1fr;gap:23px}.mv-world-image{aspect-ratio:1.75}.mv-world-copy{padding:26px}.mv-world h3{font-size:27px;max-width:350px;margin-bottom:15px}.mv-world .mv-eyebrow{font-size:9px}.mv-feature-section{padding:50px 0}.mv-feature{grid-template-columns:1fr;gap:30px}.mv-feature-art{max-width:570px;width:100%;margin:0 auto}.mv-feature-copy{max-width:570px}.mv-feature-copy h2{font-size:34px}.mv-feature-copy p{font-size:15px}.mv-feature-reverse .mv-feature-art{order:0}.mv-feature-reverse .mv-feature-copy{order:1}.mv-principles{grid-template-columns:1fr;gap:20px;margin-top:36px}.mv-principles article{padding-top:22px}.mv-mini-index{margin-bottom:15px}.mv-principles h3{font-size:26px;margin-bottom:14px}.mv-principles p{font-size:15px}.mv-tabs{gap:8px}.mv-tabs button{font-size:11px;padding:11px 15px}.mv-flow-steps{grid-template-columns:1fr 1fr;row-gap:30px;column-gap:20px;margin-top:30px}.mv-flow-steps li{padding-right:0}.mv-flow-steps li:nth-child(2):after{display:none}.mv-flow-steps h3{font-size:21px}.mv-flow-steps p{font-size:13px}.mv-flow-steps li:not(:last-child):after{right:0}.mv-step-number{margin-bottom:20px}.mv-page p.mv-caption{font-size:10px}.mv-cta{margin-top:30px;padding-top:48px;padding-bottom:55px;align-items:flex-start;flex-direction:column;gap:25px}.mv-cta h2{font-size:36px}.mv-cta p{font-size:15px}.mv-availability{padding-top:25px}.mv-availability p{font-size:11px}.mv-footer{padding-top:48px}.mv-footer-top{grid-template-columns:1fr 1fr;gap:35px 25px;margin-bottom:35px}.mv-footer-brand{grid-column:1/-1}.mv-footer .mv-footer-brand p{font-size:19px}.mv-copyright{flex-direction:column;gap:8px}.mv-cookies{bottom:12px;width:calc(100% - 24px);padding:18px;display:block}.mv-cookie-actions{justify-content:flex-end;margin-top:14px;gap:25px}.mv-page-hero{grid-template-columns:1fr;padding-top:45px;padding-bottom:45px;gap:28px}.mv-page-hero h1{font-size:42px;max-width:580px;line-height:1.14}.mv-page-hero .mv-hero-copy>p{font-size:16px}.mv-page-art{width:100%;margin:0;max-width:570px;justify-self:center}.mv-page-art .mv-art{mask-image:none}.mv-editorial{grid-template-columns:1fr;gap:25px}.mv-editorial h2{font-size:34px}.mv-prose p{font-size:15px}.mv-textlink{font-size:12px}.mv-worlds:has(>:nth-child(4)) .mv-world-image{aspect-ratio:1.75}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.mv-page *,.mv-header *{animation:none!important;transition:none!important}}
.mv-home-art .mv-art,.mv-page-art .mv-art{border-radius:14px}
@media(max-width:760px){.mv-brand{min-width:42px;margin-right:0}.mv-brand img{width:37px;height:37px}}
@media(max-width:760px){.mv-sub-inner:has(.mv-languages){gap:14px}.mv-languages{display:flex;gap:9px;font-size:9px}}
.mv-page .mv-footer h2{font-size:11px;line-height:1.6;letter-spacing:0}
.mv-footer-top>div{min-width:0}
@media(min-width:761px) and (max-width:1200px){.mv-page-art{width:110%;margin-left:-5%}}

/* Long-form service pages: section directory, editorial art and native disclosure. */
.mv-sub-inner{position:relative;min-width:0}
.mv-sub-inner>nav{min-width:0}
.mv-directory{flex-shrink:0;font:12px/1.5 MV Inter,Arial,sans-serif}
.mv-directory>summary{display:flex;align-items:center;gap:22px;cursor:pointer;list-style:none;padding:13px 0 13px 20px;border-left:1px solid var(--mv-line);font-weight:700}
.mv-directory>summary::-webkit-details-marker,.mv-question>summary::-webkit-details-marker{display:none}
.mv-directory>summary span{font-size:20px;line-height:1;color:var(--mv-red);transition:transform .2s}
.mv-directory[open]>summary span{transform:rotate(45deg)}
.mv-directory-panel{position:absolute;right:0;top:100%;width:min(600px,100%);padding:28px;background:#fffaf8;border:1px solid #eadbda;border-radius:0 0 16px 16px;box-shadow:0 20px 50px #4425251a;max-height:70dvh;overflow:auto}
.mv-directory-panel .mv-eyebrow{margin-bottom:16px}
.mv-directory-panel nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;overflow:visible;white-space:normal}
.mv-directory-panel a{padding:13px 0;border-top:1px solid var(--mv-line);line-height:1.6}
.mv-toc{padding:22px 0 30px;border-top:1px solid var(--mv-line)}
.mv-toc>.mv-eyebrow{font-size:9px;margin-bottom:16px}
.mv-toc>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 30px}
.mv-toc a{display:flex;gap:10px;align-items:baseline;font-size:11px;line-height:1.6;color:var(--mv-muted);padding:4px 0}
.mv-toc a>span{color:var(--mv-red);font-size:9px;min-width:17px}
.mv-toc a:hover{color:var(--mv-red)}
.mv-story-section{padding:80px 0;background:#f4eeec;border-block:1px solid #fff}
.mv-story{display:grid;grid-template-columns:1fr 1.04fr;gap:65px;align-items:center}
.mv-story>div{min-width:0}
.mv-story-copy h2{font-size:clamp(32px,3.3vw,47px);margin-bottom:28px}
.mv-story-art .mv-art{border-radius:20px}
.mv-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;border-bottom:1px solid var(--mv-line)}
.mv-faq h2{font-size:clamp(30px,3.2vw,44px)}
.mv-questions{min-width:0}
.mv-question{border-top:1px solid var(--mv-line)}
.mv-question:last-child{border-bottom:1px solid var(--mv-line)}
.mv-question>summary{display:flex;align-items:center;justify-content:space-between;gap:22px;list-style:none;cursor:pointer;padding:23px 0;font-family:MV Manrope,Arial,sans-serif;font-size:17px;line-height:1.55;font-weight:700}
.mv-question>summary>span{font:24px/1 MV Inter,Arial,sans-serif;color:var(--mv-red);transition:transform .2s;flex-shrink:0}
.mv-question[open]>summary>span{transform:rotate(45deg)}
.mv-question>div{padding:0 32px 23px 0}
.mv-question p{font-size:14px;line-height:1.85;margin-bottom:0}
.mv-question summary:hover{color:var(--mv-red)}
.mv-page summary:focus-visible,.mv-header summary:focus-visible{outline:3px solid var(--mv-red);outline-offset:5px}
@media(max-width:1020px){.mv-story{gap:35px}.mv-faq{gap:40px}.mv-toc>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.mv-directory>summary{font-size:11px;gap:12px;padding-left:14px}.mv-directory-panel{padding:20px;width:100%}.mv-directory-panel nav{gap:0 18px}.mv-directory-panel a{font-size:11px}.mv-toc{padding-top:20px;padding-bottom:25px}.mv-toc>div{gap:8px 20px}.mv-toc a{font-size:10px}.mv-story-section{padding:50px 0}.mv-story{grid-template-columns:1fr;gap:30px}.mv-story-copy h2{font-size:34px}.mv-story-art{grid-row:1;max-width:570px;justify-self:center}.mv-faq{grid-template-columns:1fr;gap:30px}.mv-faq h2{font-size:34px}.mv-question>summary{font-size:16px;padding:20px 0}.mv-question>div{padding-right:20px}.mv-question p{font-size:14px}}
@media(max-width:370px){.mv-page-hero h1{font-size:36px}.mv-toc>div{grid-template-columns:1fr}.mv-directory-panel nav{grid-template-columns:1fr}}
