@layer base, frame, blocks, pages;
@layer base {
  :root{--ink:#111;--char:#1c1c1c;--fog:#f4f4f4;--line:#e3e3e3;--mute:#6f6f6f;--logo-grey:#737373;--flame:#F2651F;--flame-d:#c9500f;
        --head:'Jost',system-ui,sans-serif;--body:'Inter',system-ui,sans-serif;--wrap:1300px;--gut:clamp(16px,3.6vw,50px)}
  *,*::before,*::after{box-sizing:border-box}
  html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
  body{margin:0;background:#fff;color:var(--ink);font:400 16px/1.6 var(--body);overflow-x:hidden}
  img{max-width:100%;height:auto;display:block}
  a{color:inherit}
  h1,h2,h3,h4{font-family:var(--head);font-weight:700;line-height:1.08;margin:0;text-transform:uppercase;letter-spacing:.005em}
  p{margin:0 0 1em}
  button{font:inherit;color:inherit;cursor:pointer}
  :focus-visible{outline:2px solid var(--flame);outline-offset:3px}
  .ml-wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--gut)}
  .ml-eyebrow{display:block;font:500 14px/1.3 var(--head);letter-spacing:.06em;text-transform:uppercase;color:#9a9a9a;margin-bottom:12px}
  .ml-eyebrow--flame{color:var(--flame)}
  .sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
  @media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
}
@layer frame {
  .ml-whisper{background:#000;color:#e8e8e8;font:400 13px/1 var(--head);letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid #222}
  .ml-whisper__in{display:flex;align-items:center;justify-content:center;gap:18px;min-height:44px}
  .ml-whisper__msg{display:none;text-align:center;text-decoration:none}
  .ml-whisper__msg.is-on{display:block}
  .ml-whisper__arr{background:none;border:0;color:#9a9a9a;padding:6px 10px;font-size:15px}
  .ml-mast{background:#000;color:#fff;position:sticky;top:0;z-index:40}
  .ml-mast__in{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:92px;gap:16px}
  .ml-mast__left{display:flex;align-items:center;gap:30px}
  .ml-mast__logo img{height:54px;width:auto}
  .ml-mast__right{display:flex;justify-content:flex-end}
  .ml-mast__right .ml-stamp{background:#fff;border-radius:3px;padding:11px 16px}
  .ml-mast__right .ml-stamp img{height:14px;width:auto}
  .ml-navlink{font:500 15px/1 var(--head);letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:#fff;padding:10px 0;white-space:nowrap}
  .ml-navlink:hover{color:var(--flame)}
  .ml-drop{position:relative}
  .ml-drop>summary{list-style:none;display:flex;align-items:center;gap:8px}
  .ml-drop>summary::-webkit-details-marker{display:none}
  .ml-drop>summary::after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-3px);opacity:.8}
  .ml-drop__panel{position:absolute;left:-24px;top:calc(100% + 22px);background:#000;border:1px solid #262626;min-width:300px;padding:14px 0;display:grid}
  .ml-drop__panel a{padding:10px 24px;text-decoration:none;font:400 15px/1.3 var(--body);color:#ddd}
  .ml-drop__panel a:hover{background:#151515;color:#fff}
  .ml-burger{display:none;background:none;border:0;padding:8px;color:#fff}
  .ml-burger svg{width:26px;height:26px}
  .ml-sheet{display:none}
  @media (max-width:980px){
    .ml-mast__in{min-height:70px;grid-template-columns:auto 1fr auto}
    .ml-mast__left .ml-navlink,.ml-mast__left .ml-drop{display:none}
    .ml-burger{display:block}
    .ml-mast__logo{justify-self:center}
    .ml-mast__logo img{height:42px}
    .ml-mast__right .ml-stamp{padding:9px 10px}
    .ml-mast__right .ml-stamp img{height:10px}
    .ml-sheet.is-open{display:block;background:#000;border-top:1px solid #222;padding:8px var(--gut) 22px}
    .ml-sheet a{display:block;padding:13px 0;border-bottom:1px solid #1f1f1f;text-decoration:none;font:500 16px/1.2 var(--head);text-transform:uppercase;letter-spacing:.04em}
  }
  @media (max-width:420px){.ml-mast__right .ml-stamp img{height:8px}.ml-mast__logo img{height:36px}}
  .ml-crumbs{font-size:13px;color:var(--mute);padding:18px 0 0}
  .ml-crumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}
  .ml-crumbs li+li::before{content:"/";margin-right:6px;color:#bbb}
  .ml-crumbs a{text-decoration:none}
  .ml-foot{background:#000;color:#cfcfcf;margin-top:0;padding:70px 0 30px;font-size:15px}
  .ml-foot__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}
  .ml-foot__logo img{height:66px;width:auto;margin-bottom:18px}
  .ml-foot h4{font:500 14px/1 var(--head);letter-spacing:.08em;color:#fff;margin-bottom:18px}
  .ml-foot ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
  .ml-foot a{text-decoration:none;color:#cfcfcf}
  .ml-foot a:hover{color:#fff}
  .ml-foot__base{border-top:1px solid #222;margin-top:50px;padding-top:24px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:13px;color:#8a8a8a}
  @media (max-width:860px){.ml-foot__grid{grid-template-columns:1fr 1fr}.ml-foot__brand{grid-column:1/-1}}
}
@layer blocks {
  .ml-stamp{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--ink);padding:16px 26px;border-radius:3px;transition:background .15s}
  .ml-stamp img{height:17px;width:auto}
  .ml-stamp:hover{background:#333}
  .ml-mast .ml-stamp{background:#fff;padding:11px 16px}
  .ml-mast .ml-stamp img{height:14px}
  @media (max-width:980px){.ml-mast .ml-stamp{padding:9px 10px}.ml-mast .ml-stamp img{height:10px}}
  @media (max-width:420px){.ml-mast .ml-stamp img{height:8px}}
  .ml-mast .ml-stamp:hover{background:#e6e6e6}
  .ml-stamp--wide{display:flex;width:100%}
  .ml-stamp--flame{background:var(--flame)}
  .ml-stamp--flame:hover{background:var(--flame-d)}
  .ml-btn{display:inline-block;font:600 15px/1 var(--head);letter-spacing:.04em;text-transform:uppercase;text-decoration:none;padding:17px 24px;border-radius:3px;border:1.5px solid var(--ink);background:var(--ink);color:#fff}
  .ml-btn--ghost{background:transparent;color:var(--ink)}
  .ml-btn--white{background:#fff;color:#000;border-color:#fff}
  .ml-btn:hover{opacity:.86}
  .ml-stars{position:relative;display:inline-block;width:92px;height:17px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92 17'%3E%3Cg fill='none' stroke='%23111' stroke-width='1.2'%3E%3Cpath id='s' d='m8.5 1.3 2.1 4.4 4.8.6-3.5 3.3.9 4.7-4.3-2.3-4.3 2.3.9-4.7L1.6 6.3l4.8-.6z'/%3E%3Cuse href='%23s' x='18.8'/%3E%3Cuse href='%23s' x='37.6'/%3E%3Cuse href='%23s' x='56.4'/%3E%3Cuse href='%23s' x='75.2'/%3E%3C/g%3E%3C/svg%3E") 0 0/92px 17px no-repeat;vertical-align:-3px}
  .ml-stars__fill{position:absolute;inset:0 auto 0 0;overflow:hidden;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92 17'%3E%3Cg fill='%23111'%3E%3Cpath id='s' d='m8.5 1.3 2.1 4.4 4.8.6-3.5 3.3.9 4.7-4.3-2.3-4.3 2.3.9-4.7L1.6 6.3l4.8-.6z'/%3E%3Cuse href='%23s' x='18.8'/%3E%3Cuse href='%23s' x='37.6'/%3E%3Cuse href='%23s' x='56.4'/%3E%3Cuse href='%23s' x='75.2'/%3E%3C/g%3E%3C/svg%3E") 0 0/92px 17px no-repeat}
  .ml-rate{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#333}
  .ml-sec{padding:96px 0}
  .ml-sec--tight{padding:70px 0}
  .ml-sec--fog{background:var(--fog)}
  .ml-sec--ink{background:#000;color:#fff}
  .ml-center{text-align:center;max-width:900px;margin:0 auto 56px}
  .ml-center h2{font-size:clamp(28px,3.6vw,42px);margin-bottom:18px}
  .ml-center p{font-size:clamp(17px,1.6vw,21px);line-height:1.6;margin:0}
  .ml-rule{border:0;border-top:1px solid var(--line);margin:0}

  /* hero */
  .ml-hush{position:relative;background:#262422;color:#fff;overflow:hidden}
  .ml-hush__img{position:absolute;inset:0 0 0 auto;width:min(62%,900px);height:100%;object-fit:cover;object-position:60% 40%;
                -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 38%);mask-image:linear-gradient(90deg,transparent 0,#000 38%);filter:brightness(.72) saturate(.9)}
  .ml-hush__in{position:relative;min-height:clamp(520px,50vw,700px);display:flex;flex-direction:column;justify-content:center;padding-block:70px}
  .ml-hush h1{font-size:clamp(42px,6.2vw,86px);line-height:.98;max-width:780px}
  .ml-hush h1 .l1{display:block;color:var(--flame);font-size:.42em;letter-spacing:.08em;margin-bottom:.5em}
  .ml-hush h1 .l2{display:block;color:#fff}
  .ml-hush h1 .l3{display:block;color:rgba(255,255,255,.55);font-weight:400}
  .ml-hush p{font-size:clamp(17px,1.7vw,22px);max-width:600px;color:#e2e2e2;margin:28px 0 34px}
  .ml-assure{background:#8b8b8b;background:rgba(120,120,120,.92);color:#fff}
  .ml-assure ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
  .ml-assure li{display:flex;align-items:center;justify-content:center;gap:12px;font:400 16px/1.2 var(--head);letter-spacing:.03em;text-transform:uppercase;padding:18px 0}
  .ml-assure svg{width:22px;height:22px;flex:none}
  @media (max-width:760px){.ml-hush__img{width:100%;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 45%);mask-image:linear-gradient(180deg,transparent 0,#000 45%);filter:brightness(.45)}
    .ml-assure ul{grid-template-columns:1fr}.ml-assure li{justify-content:flex-start;padding:12px 0;font-size:14px}}

  /* stats around packshot */
  .ml-air__grid{display:grid;grid-template-columns:1fr minmax(260px,420px) 1fr;gap:30px 50px;align-items:center}
  .ml-air__col{display:grid;gap:56px;text-align:center}
  .ml-air__num{font:500 48px/1 var(--head)}
  .ml-air__col h3{font-size:22px;margin:22px 0 10px}
  .ml-air__col p{font-size:17px;margin:0;color:#222}
  .ml-air__mid{text-align:center}
  .ml-air__mid img{margin:0 auto 26px;mix-blend-mode:multiply}
  @media (max-width:900px){.ml-air__grid{grid-template-columns:1fr 1fr}.ml-air__mid{grid-column:1/-1;order:-1}.ml-air__col{gap:36px}}
  @media (max-width:520px){.ml-air__grid{grid-template-columns:1fr}}

  /* black family */
  .ml-fam h2{font-size:clamp(28px,3.4vw,40px);margin-bottom:14px}
  .ml-fam__lead{font-size:18px;max-width:780px;color:#e6e6e6;margin-bottom:44px}
  .ml-fam__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}
  .ml-fam__tag{display:inline-block;font:600 12px/1 var(--head);letter-spacing:.06em;text-transform:uppercase;padding:5px 8px;background:var(--flame);color:#fff;margin-bottom:12px}
  .ml-fam__cols h3{font-size:24px;margin-bottom:24px}
  .ml-fam__pic{display:block;aspect-ratio:16/10;overflow:hidden;background:#fff;margin-bottom:22px}
  .ml-fam__pic img{width:100%;height:100%;object-fit:cover}
  .ml-fam__cols p{color:#e2e2e2;font-size:16px}
  .ml-fam__lab{display:block;font:600 14px/1 var(--head);text-transform:uppercase;letter-spacing:.05em;margin:24px 0 12px}
  .ml-chipset{display:flex;flex-wrap:wrap;gap:8px}
  .ml-chip{font:600 13px/1 var(--head);letter-spacing:.05em;text-transform:uppercase;padding:9px 10px;border:1.5px solid currentColor;border-radius:3px;background:transparent;text-decoration:none;white-space:nowrap}
  .ml-chip:hover{background:#fff;color:#000}
  .ml-chip.is-on{background:var(--ink);color:#fff;border-color:var(--ink)}
  .ml-hand{font:italic 400 14px/1.3 var(--body);color:#9a9a9a;margin:12px 0 0 34px;position:relative}
  .ml-hand::before{content:"";position:absolute;left:-30px;top:-10px;width:24px;height:18px;border-left:1px solid #777;border-bottom:1px solid #777;border-bottom-left-radius:14px}
  @media (max-width:860px){.ml-fam__cols{grid-template-columns:1fr}}

  /* split text (research / seo) */
  .ml-split{display:grid;grid-template-columns:1fr 1fr;gap:40px 80px}
  .ml-split h2{font-size:clamp(28px,3.4vw,42px)}
  .ml-split__body p{font-size:18px;line-height:1.65}
  .ml-split__btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
  @media (max-width:860px){.ml-split{grid-template-columns:1fr}}

  /* product cards (grey tiles) */
  .ml-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 20px}
  .ml-grid--3{grid-template-columns:repeat(3,1fr)}
  .ml-pk{display:flex;flex-direction:column}
  .ml-pk__pic{position:relative;display:block;background:var(--fog);aspect-ratio:1;overflow:hidden;margin-bottom:22px}
  .ml-pk__pic img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:18px;transition:transform .3s}
  .ml-pk__pic:hover img{transform:scale(1.04)}
  .ml-badge{position:absolute;left:12px;top:12px;background:#000;color:#fff;font:600 12px/1 var(--head);letter-spacing:.08em;text-transform:uppercase;padding:7px 11px}
  .ml-pk h3,.ml-pk h2{font-size:22px;line-height:1.15;margin-bottom:10px}
  .ml-pk h3 a,.ml-pk h2 a{text-decoration:none}
  .ml-pk__price{font:400 21px/1.2 var(--body);margin:10px 0 14px}
  .ml-pk__tag{font-weight:600;font-size:15px;margin:0 0 6px}
  .ml-pk__inc{font-size:15px;color:#333;margin:0 0 18px}
  .ml-pk__inc i{font-style:italic}
  .ml-pk .ml-stamp{margin-top:auto}
  @media (max-width:1060px){.ml-grid{grid-template-columns:repeat(2,1fr)}.ml-grid--3{grid-template-columns:repeat(2,1fr)}}
  @media (max-width:520px){.ml-grid,.ml-grid--3{grid-template-columns:1fr}}

  /* shelf tiles */
  .ml-shelf h3{font-size:22px;margin-bottom:10px}
  .ml-shelf h3 a{text-decoration:none}
  .ml-shelf p{font-size:15px;color:#333}
  .ml-shelf__pic{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--fog);margin-bottom:20px;position:relative}
  .ml-shelf__pic img{width:100%;height:100%;object-fit:cover}
  .ml-more{font:600 14px/1 var(--head);text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border-bottom:1.5px solid var(--flame);padding-bottom:4px}

  /* reviews */
  .ml-notes__rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px;scrollbar-width:thin}
  .ml-note{scroll-snap-align:start;background:#fff;padding:30px 26px;display:flex;flex-direction:column;min-height:330px}
  .ml-note h3{font:600 17px/1.3 var(--body);text-transform:none;margin:14px 0 12px}
  .ml-note p{font-size:15px;color:#222;flex:1}
  .ml-note__who{display:flex;justify-content:space-between;gap:10px;font-size:13px;margin-top:18px}
  .ml-note__prod{display:block;font:500 12px/1.3 var(--head);letter-spacing:.06em;text-transform:uppercase;color:#9a9a9a;margin-top:8px}
  .ml-notes__nav{display:flex;justify-content:center;gap:10px;margin-top:22px}
  .ml-notes__nav button{width:44px;height:44px;border:1.5px solid var(--ink);background:#fff;border-radius:50%}
  @media (min-width:1100px){.ml-notes__rail{grid-auto-columns:calc((100% - 60px)/4)}}

  /* compare */
  .ml-cmp{max-width:1100px}
  .ml-cmp h2{font-size:clamp(28px,3.4vw,42px);margin-bottom:12px}
  .ml-cmp__lead{font-size:18px;margin-bottom:40px}
  .ml-cmp__scroll{overflow-x:auto}
  .ml-cmp table{width:100%;border-collapse:separate;border-spacing:0;min-width:720px;font-size:15px}
  .ml-cmp th{font:600 15px/1.2 var(--head);text-transform:uppercase;letter-spacing:.03em;padding:12px 8px;text-align:center;vertical-align:bottom}
  .ml-cmp th a{text-decoration:none}
  .ml-cmp th small{display:block;font:400 12px/1.3 var(--body);text-transform:none;color:var(--mute);margin-top:4px}
  .ml-cmp tbody tr:nth-child(odd) td{background:var(--fog)}
  .ml-cmp td{padding:13px 10px;text-align:center}
  .ml-cmp td:first-child{text-align:left;padding-left:16px}
  .ml-cmp td svg{width:20px;height:20px;display:inline-block}
  .ml-cmp__txt{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#333}

  /* faq split */
  .ml-faq{display:grid;grid-template-columns:5fr 7fr;gap:40px 80px}
  .ml-faq h2{font-size:clamp(30px,3.6vw,46px);margin-bottom:22px}
  .ml-faq__q{border-bottom:1px solid #d6d6d6}
  .ml-faq__q summary{list-style:none;display:flex;justify-content:space-between;gap:20px;padding:22px 0;font-size:18px;cursor:pointer}
  .ml-faq__q summary::-webkit-details-marker{display:none}
  .ml-faq__q summary::after{content:"+";font:300 26px/1 var(--body);transition:transform .2s}
  .ml-faq__q[open] summary::after{transform:rotate(45deg)}
  .ml-faq__q p{margin:0 0 22px;color:#333;max-width:700px}
  @media (max-width:860px){.ml-faq{grid-template-columns:1fr}}

  /* closer */
  .ml-closer{position:relative;background:var(--flame);color:#fff;overflow:hidden}
  .ml-closer img{width:100%;height:auto}
  .ml-closer__txt{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:0 var(--gut);max-width:34%}
  .ml-closer__txt h2{font-size:clamp(22px,2.6vw,40px);margin-bottom:20px}
  @media (max-width:860px){.ml-closer__txt{position:static;max-width:none;padding:34px var(--gut) 40px}}
}
@layer pages {
  .ml-shelfhead{background:var(--fog);padding:34px 0 70px}
  .ml-shelfhead__in{display:grid;grid-template-columns:1fr 1fr;gap:40px 70px;align-items:center;margin-top:34px}
  .ml-shelfhead h1{font-size:clamp(32px,4.4vw,56px);margin-bottom:22px}
  .ml-shelfhead p{font-size:19px;max-width:560px}
  .ml-shelfhead__pic{aspect-ratio:4/3;overflow:hidden;background:#fff}
  .ml-shelfhead__pic img{width:100%;height:100%;object-fit:contain}
  @media (max-width:860px){.ml-shelfhead__in{grid-template-columns:1fr}}
  .ml-wall{display:grid;gap:14px}
  .ml-wall img{width:100%}
  .ml-shelfnav{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
  .ml-shelfnav .ml-chip{border-color:#c8c8c8}

  /* pdp */
  .ml-pdp{display:grid;grid-template-columns:1.1fr 1fr;gap:40px 70px;padding:30px 0 90px}
  .ml-gal__main{background:var(--fog);aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative}
  .ml-gal__main img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:26px}
  .ml-gal__thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:10px}
  .ml-gal__thumbs button{background:var(--fog);border:1.5px solid transparent;padding:4px;aspect-ratio:1}
  .ml-gal__thumbs button[aria-current=true]{border-color:var(--ink)}
  .ml-gal__thumbs img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
  .ml-buy{position:sticky;top:120px;align-self:start}
  .ml-buy h1{font-size:clamp(30px,3.4vw,44px);margin:14px 0 14px}
  .ml-buy__badge{display:inline-block;background:#000;color:#fff;font:600 12px/1 var(--head);letter-spacing:.08em;text-transform:uppercase;padding:7px 11px}
  .ml-buy__price{font:400 28px/1.2 var(--body);margin:16px 0 18px}
  .ml-buy__price small{font-size:14px;color:var(--mute);margin-left:8px}
  .ml-buy__tag{font-weight:600;font-size:17px;margin-bottom:6px}
  .ml-buy__inc{color:#333;margin-bottom:26px}
  .ml-buy__lab{display:block;font:600 14px/1 var(--head);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}
  .ml-buy .ml-chipset{margin-bottom:28px}
  .ml-buy .ml-chip{padding:11px 13px;font-size:14px}
  .ml-buy .ml-chip:hover{background:#eee;color:#000}
  .ml-buy .ml-chip.is-on:hover{background:var(--ink);color:#fff}
  .ml-buy__note{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;color:var(--mute);margin-top:16px;text-transform:uppercase;letter-spacing:.04em;font-family:var(--head)}
  .ml-acc{border-top:1px solid var(--line);margin-top:30px}
  .ml-acc details{border-bottom:1px solid var(--line)}
  .ml-acc summary{list-style:none;display:flex;justify-content:space-between;padding:18px 0;font:600 15px/1 var(--head);text-transform:uppercase;letter-spacing:.05em;cursor:pointer}
  .ml-acc summary::-webkit-details-marker{display:none}
  .ml-acc summary::after{content:"+";font:300 22px/1 var(--body)}
  .ml-acc details[open] summary::after{content:"\2013"}
  .ml-acc .ml-acc__body{padding-bottom:18px;color:#333}
  .ml-acc ul{margin:0;padding-left:18px}
  .ml-acc li{margin-bottom:8px}
  @media (max-width:900px){.ml-pdp{grid-template-columns:1fr}.ml-buy{position:static}}
  .ml-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 34px}
  .ml-why__grid b{display:block;font:500 40px/1 var(--head);color:var(--flame);margin-bottom:18px}
  .ml-why__grid h3{font-size:19px;margin-bottom:10px}
  .ml-why__grid p{font-size:15px;color:#333}
  @media (max-width:900px){.ml-why__grid{grid-template-columns:1fr 1fr}}
  @media (max-width:520px){.ml-why__grid{grid-template-columns:1fr}}
  .ml-lede{font:400 clamp(21px,2.3vw,30px)/1.4 var(--body);max-width:1000px}
  .ml-scenes{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}
  .ml-scenes img{width:100%;height:100%;object-fit:contain;aspect-ratio:3/2;background:#fff;border:1px solid var(--line)}

  /* prose / service */
  .ml-page{padding:30px 0 100px}
  .ml-page__head{max-width:860px;margin:34px 0 46px}
  .ml-page__head h1{font-size:clamp(32px,4.4vw,56px);margin-bottom:18px}
  .ml-page__head p{font-size:19px}
  .prose{max-width:820px}
  .prose h2{font-size:24px;margin:40px 0 14px}
  .prose .lead{font-size:20px}
  .muted{color:var(--mute);font-size:14px}
  .big{font:500 24px/1.3 var(--head)}
  .kick{font:500 13px/1 var(--head);letter-spacing:.08em;text-transform:uppercase;color:var(--flame)}
  .card2{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:50px;border:1px solid var(--line)}
  .card2__side{padding:40px}
  .card2__side--grey{background:var(--fog)}
  .card2 h2{font-size:28px;margin:10px 0 16px}
  .card2 h3{font-size:18px;margin-bottom:16px}
  @media (max-width:760px){.card2{grid-template-columns:1fr}.card2__side{padding:28px 22px}}
  .numbered{padding-left:20px}.numbered li{margin-bottom:10px}
  .journey{list-style:none;counter-reset:j;padding:0;margin:30px 0 40px;display:grid;gap:14px;max-width:860px}
  .journey li{counter-increment:j;display:grid;grid-template-columns:56px 1fr;gap:18px;background:var(--fog);padding:22px}
  .journey li::before{content:counter(j,decimal-leading-zero);font:500 28px/1 var(--head);color:var(--flame)}
  .journey b{display:block;font-family:var(--head);text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px}
  .ifthen{width:100%;max-width:980px;border-collapse:collapse;margin:26px 0 40px}
  .ifthen th{background:#000;color:#fff;text-align:left;padding:14px 18px;font:600 14px/1 var(--head);text-transform:uppercase;letter-spacing:.05em}
  .ifthen td{padding:16px 18px;border-bottom:1px solid var(--line);vertical-align:top}
  .ifthen td:first-child{font-weight:600;width:38%}
  @media (max-width:640px){.ifthen,.ifthen tbody,.ifthen tr,.ifthen td{display:block;width:auto!important}.ifthen thead{display:none}.ifthen td:first-child{border-bottom:0;padding-bottom:4px}}
  .ledger{max-width:900px;display:grid;grid-template-columns:220px 1fr;margin:30px 0}
  .ledger dt{font:600 15px/1.3 var(--head);text-transform:uppercase;letter-spacing:.04em;padding:18px 0;border-top:1px solid var(--line)}
  .ledger dd{margin:0;padding:18px 0;border-top:1px solid var(--line)}
  @media (max-width:640px){.ledger{grid-template-columns:1fr}.ledger dd{border-top:0;padding-top:0}}
  .checks{list-style:none;padding:0}.checks li{padding-left:30px;position:relative;margin-bottom:10px}
  .checks li::before{content:"";position:absolute;left:0;top:5px;width:16px;height:9px;border-left:2px solid var(--flame);border-bottom:2px solid var(--flame);transform:rotate(-45deg)}
  .ml-faqgroup{max-width:900px;margin-bottom:40px}
  .ml-faqgroup h2{font-size:22px;margin-bottom:6px;color:var(--flame)}
  .ml-guidehero{aspect-ratio:21/9;overflow:hidden;background:var(--fog);margin-bottom:40px}
  .ml-guidehero img{width:100%;height:100%;object-fit:cover}
  .ml-404{text-align:center;padding:120px 0}
  .ml-404 h1{font-size:clamp(40px,6vw,80px);margin-bottom:20px}
}