:root { --mc-ink:#183f59; --mc-primary:#087bab; --mc-tint:#e6f6fc; --mc-line:#d4e1e7; --mc-muted:#48616e; }
.mc-experience,.mc-page { color:var(--mc-ink); font-family:Arial,Helvetica,sans-serif; font-size:16px; line-height:1.6; letter-spacing:0; }
.mc-experience *,.mc-page * { box-sizing:border-box; }
.mc-shell { width:min(1180px,calc(100% - 64px)); margin-inline:auto; }
.mc-experience h1,.mc-experience h2,.mc-experience h3,.mc-page h1,.mc-page h2,.mc-page h3 { color:var(--mc-ink); font-family:inherit; letter-spacing:0; line-height:1.16; }
.mc-experience h1 { font-size:48px; margin:12px 0; }
.mc-experience h2,.mc-page h2 { font-size:30px; margin:10px 0 18px; }
.mc-experience h3,.mc-page h3 { font-size:20px; margin:12px 0; }
.mc-experience p,.mc-page p { margin:0 0 20px; }
.mc-experience a,.mc-page a { color:var(--mc-primary); text-underline-offset:4px; }
.mc-experience a:focus-visible,.mc-page a:focus-visible,.mc-page summary:focus-visible,.mc-nav-toggle:focus-visible { outline:3px solid #176bb0; outline-offset:5px; }
.mc-eyebrow { text-transform:uppercase; font-size:12px; font-weight:700; letter-spacing:0; }
.mc-lead { font-size:19px; max-width:740px; }
.mc-hero { position:relative; isolation:isolate; min-height:580px; background:#edf1ed; overflow:hidden; }
.mc-hero-image { position:absolute; inset:0; z-index:-1; width:100%; height:100%; object-fit:cover; object-position:center 48%; }
.mc-hero-content { padding-block:90px 70px; }
.mc-hero-content > * { max-width:480px; }
.mc-hero-statement { font-size:32px; line-height:1.2; font-weight:500; }
.mc-hero-content .mc-lead { max-width:425px; font-size:18px; }
.mc-actions { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.mc-button { display:inline-flex; justify-content:center; align-items:center; gap:10px; padding:13px 20px; min-height:48px; background:var(--mc-primary); color:white!important; border:1px solid var(--mc-primary); border-radius:5px; text-decoration:none; font-size:15px; font-weight:700; line-height:1.35; text-align:center; }
.mc-button:hover { background:#075e85; }
.mc-button-secondary { background:white; color:var(--mc-ink)!important; border-color:#8b9faa; }
.mc-button-secondary:hover { background:var(--mc-tint); }
.mc-caption { font-size:12px; margin-top:22px!important; }
.mc-doors { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-bottom:1px solid var(--mc-line); }
.mc-doors a { display:grid; gap:6px; padding:27px 24px; text-decoration:none; border-right:1px solid var(--mc-line); }
.mc-doors a:first-child { padding-left:0; }
.mc-doors a:last-child { border:0; }
.mc-doors span,.mc-stages > li > span,.mc-stages > div > span { font-size:12px; font-weight:700; text-transform:uppercase; }
.mc-doors strong { font-size:19px; color:var(--mc-ink); }
.mc-doors small { color:var(--mc-muted); font-size:13px; }
.mc-doors b { margin-left:8px; }
.mc-section { padding-block:64px; }
.mc-section-heading { display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; margin-bottom:24px; }
.mc-section-heading h2 { margin-bottom:0; }
.mc-section-heading > a { flex-shrink:0; }
.mc-care-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.mc-care-option { border:1px solid var(--mc-line); border-radius:6px; padding:24px; display:flex; flex-direction:column; text-decoration:none; background:#fff; }
.mc-care-option:hover { border-color:var(--mc-primary); background:#f5fafd; }
.mc-care-option h3 { margin-top:0; }
.mc-care-option p { font-size:15px; color:var(--mc-muted); }
.mc-care-option > span { margin-top:auto; font-size:14px; font-weight:700; display:flex; justify-content:space-between; }
.mc-note { font-size:13px; color:var(--mc-muted); margin-top:24px!important; }
.mc-band-mint { background:var(--mc-tint); }
.mc-band-light { background:#f3f6f7; }
.mc-stages { padding:0; margin:32px 0; list-style:none; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px; }
.mc-stages > * { border-top:1px solid #a9becb; padding-top:22px; }
.mc-stages p { font-size:15px; }
.mc-two-column { display:grid; grid-template-columns:1fr 1fr; gap:72px; }
.mc-facts { margin:0; }
.mc-facts > div { border-bottom:1px solid var(--mc-line); padding:0 0 20px; margin-bottom:20px; }
.mc-facts dt { font-weight:700; margin-bottom:6px; }
.mc-facts dd { margin:0; color:var(--mc-muted); }
.mc-account-links { display:grid; align-content:start; }
.mc-account-links a { padding:20px 0; border-bottom:1px solid var(--mc-line); display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; text-decoration:none; }
.mc-account-links span { font-size:14px; }
.mc-page { padding-block:40px 72px; }
.mc-page h1 { font-size:40px; max-width:820px; margin:32px 0 24px; }
.mc-breadcrumb { font-size:13px; }
.mc-page-body { max-width:820px; }
.mc-page-body > section { padding:28px 0; border-bottom:1px solid var(--mc-line); }
.mc-page-body h2 { font-size:24px; }
.mc-page details { border-bottom:1px solid var(--mc-line); padding:18px 0; }
.mc-page summary { font-weight:700; cursor:pointer; }
.mc-page details p { margin:14px 0 0; }
.mc-page-nav { display:flex; flex-wrap:wrap; gap:16px 24px; margin-top:32px; font-size:14px; }
.mc-page .mc-care-grid { margin-top:32px; }
.mc-portal-links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin:20px 0; }
.mc-portal-links a { border:1px solid var(--mc-line); background:#fff; border-radius:6px; padding:18px; color:var(--mc-ink); text-decoration:none; }
.mc-portal-links strong,.mc-portal-links span { display:block; }
.mc-portal-links span { font-size:13px; margin-top:8px; }
.mc-nav-toggle { display:none; }
.mt-header { background:white; border-bottom:1px solid var(--mc-line); }
.mt-header .mt-nav { display:flex; align-items:center; flex-wrap:wrap; gap:18px; padding-block:18px; height:auto; min-height:82px; }
.mt-header .mt-brand { flex-shrink:0; }
.mt-header .mt-brand img { max-width:150px; height:auto; }
.mt-header nav { display:flex; gap:18px; flex:1; justify-content:center; flex-wrap:wrap; }
.mt-header nav a { font-size:14px; white-space:nowrap; }
.mt-header .mt-nav-actions { display:flex; gap:14px; align-items:center; flex-wrap:wrap; }
.mc-skip { position:absolute; top:-100px; left:12px; z-index:100; padding:12px; background:white; color:#075e85; }
.mc-skip:focus { top:12px; }
.mt-footer .mc-footer-developers { margin-top:26px; border-top:1px solid var(--mc-line); padding-top:24px; display:flex; gap:16px; align-items:center; justify-content:space-between; flex-wrap:wrap; }
.mt-footer a { color:#e0f4ff; text-underline-offset:4px; }
@media (max-width:1000px) { .mc-hero-content { padding-top:64px; } .mc-hero-content > * { max-width:390px; } .mc-experience h1 { font-size:40px; } .mc-hero-statement { font-size:28px; } .mc-hero-content .mc-lead { max-width:340px; } .mc-two-column { gap:36px; } .mc-care-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:760px) {
 .mc-shell { width:calc(100% - 36px); } .mc-section { padding-block:40px; }
 .mc-hero { min-height:0; padding-top:270px; background:#f2f5f2; } .mc-hero-image { height:270px; object-position:right center; } .mc-hero-content { padding-block:28px 34px; } .mc-hero-content > *,.mc-hero-content .mc-lead { max-width:100%; }
 .mc-experience h1,.mc-page h1 { font-size:34px; } .mc-experience h2 { font-size:27px; }
 .mc-doors,.mc-stages,.mc-two-column,.mc-portal-links { grid-template-columns:1fr; gap:0; } .mc-care-grid { grid-template-columns:1fr; }
 .mc-doors a,.mc-doors a:first-child { padding:20px 0; border-right:0; border-bottom:1px solid var(--mc-line); } .mc-stages { gap:20px; } .mc-two-column { gap:26px; } .mc-portal-links { gap:12px; }
 .mc-page h1 { margin-top:22px; } .mc-section-heading > a { flex-shrink:1; }
 .mt-header .mt-nav { gap:14px; } .mt-header .mt-nav-actions { margin-left:auto; } .mt-header nav { order:4; flex-basis:100%; justify-content:flex-start; gap:0; } .mt-header nav a { padding:12px; }
 .mc-nav-toggle { display:block; padding:9px 12px; background:white; border:1px solid var(--mc-line); border-radius:4px; font:inherit; color:var(--mc-ink); }
 .mc-js .mt-header nav[hidden] { display:none; } .mt-header .mt-brand img { max-width:120px; } .mt-header .mt-cart-link { display:none; }
 .mt-header .mt-button-small { font-size:13px; width:auto; height:auto; padding:10px 12px; border-radius:5px; } .mt-header .mt-button-small:after { content:none; }
}
@media (prefers-reduced-motion:reduce) { .mc-experience * { scroll-behavior:auto; transition:none; } }
