*, *::before, *::after { box-sizing: border-box; }
  :root{
    --cream:#FAF6F1; --ink:#131313; --charcoal:#201E1B;
    --orange:#E87722; --orange-hi:#FF8A2E;
    --muted:#4A4A4A; --muted-2:#8A8378;
    --line:rgba(19,19,19,.10); --line-dark:rgba(250,246,241,.14);
    --max:1080px;
  }
  html{ scroll-behavior:smooth; }
  body{
    margin:0; background:#FFFFFF; color:var(--ink);
    font-family:'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,h4,p,ul,li,figure{ margin:0; padding:0; }
  ul{ list-style:none; }
  a{ color:var(--orange); text-decoration:none; }
  img{ max-width:100%; display:block; }

  .serif{ font-family:Georgia,'Times New Roman',serif; font-weight:400; letter-spacing:-.02em; }
  .mono{ font-family:'IBM Plex Mono',ui-monospace,monospace; text-transform:uppercase; letter-spacing:.12em; }

  section{ padding:92px 32px; }
  .wrap{ max-width:var(--max); margin:0 auto; }

  .eyebrow{ font-family:'IBM Plex Mono',monospace; text-transform:uppercase;
            letter-spacing:.13em; font-size:15px; font-weight:600; color:var(--orange);
            line-height:1.4; }
  /* nested eyebrows inside cards stay small */
  .short .eyebrow, .tnote .eyebrow, .mbody .eyebrow{ font-size:11px; letter-spacing:.14em;
            font-weight:500; }
  h1.serif{ font-size:60px; line-height:1.06; }
  h2.serif{ font-size:40px; line-height:1.12; margin-top:14px; }
  h3.serif{ font-size:22px; line-height:1.2; }
  .lede{ font-size:17.5px; line-height:1.62; color:var(--muted); }

  /* buttons */
  .btn{ display:inline-flex; align-items:center; gap:9px; border-radius:10px;
        padding:16px 26px; font-size:15.5px; font-weight:700; transition:.15s; }
  .btn-primary{ background:var(--orange); color:#FFFFFF; }
  .btn-primary:hover{ background:var(--orange-hi); color:#FFFFFF; }
  .btn-outline{ border:1px solid rgba(19,19,19,.26); color:var(--ink); background:transparent; }
  .btn-outline:hover{ border-color:var(--orange); background:#FFF4EA; color:var(--ink); }
  .btn-light{ background:var(--orange); color:#FFFFFF; }
  .micro{ margin-top:13px; font-family:'IBM Plex Mono',monospace; text-transform:uppercase;
          letter-spacing:.1em; font-size:10.5px; color:var(--muted-2); }

  /* header */
  header{ border-bottom:1px solid var(--line); padding:18px 32px; }
  .hd{ max-width:var(--max); margin:0 auto; display:flex; align-items:center;
       justify-content:space-between; }
  .logo{ display:flex; align-items:center; gap:10px; font-size:17px; font-weight:600; color:var(--ink); }
  .logo img{ width:22px; height:22px; }
  .seats{ font-family:'IBM Plex Mono',monospace; text-transform:uppercase;
          letter-spacing:.12em; font-size:10.5px; color:var(--muted-2); }

  /* hero */
  .hero{ padding-top:74px; padding-bottom:84px; }
  .hero-grid{ display:grid; grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr); gap:56px; align-items:start; }
  .short{ background:var(--charcoal); border-radius:12px; padding:30px 30px 32px; }
  .short .eyebrow{ color:var(--orange); }
  .short li{ display:flex; gap:13px; margin-top:19px; color:#F3EFE9; font-size:15px; line-height:1.5; }
  .tick{ flex:none; width:21px; height:21px; border-radius:50%; background:var(--orange);
         color:#fff; font-size:12px; display:flex; align-items:center; justify-content:center; margin-top:1px; }

  /* stat row */
  .stats{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:52px; }
  .stat{ background:var(--cream); border:1px solid var(--line); border-top:3px solid var(--orange);
         border-radius:10px; padding:22px 16px; text-align:center; transition:.15s; }
  .stat:hover{ background:#FFF4EA; }
  .stat .n{ font-family:Georgia,serif; font-size:29px; letter-spacing:-.02em; }
  .stat .l{ font-family:'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.11em;
            font-size:10px; color:var(--muted-2); margin-top:7px; }

  /* qualify */
  .qual{ background:var(--cream); }
  .qual-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:38px; }
  .qcard{ background:#fff; border:1px solid var(--line); border-radius:10px; padding:24px 26px;
          display:flex; gap:15px; }
  .qnum{ font-family:'IBM Plex Mono',monospace; font-size:11.5px; color:var(--orange);
         font-weight:700; letter-spacing:.1em; padding-top:3px; }
  .qcard p{ font-size:14.5px; line-height:1.55; color:var(--muted); margin-top:6px; }

  /* modules */
  .mods{ background:var(--charcoal); color:#F3EFE9; }
  .mods h2{ color:#FFFFFF; }
  .mrow{ display:flex; gap:22px; align-items:flex-start; border-left:3px solid var(--orange);
         background:rgba(250,246,241,.04); border-radius:0 10px 10px 0;
         padding:20px 26px; margin-top:12px; }
  .mrow .mn{ font-family:'IBM Plex Mono',monospace; color:var(--orange); font-weight:700;
             font-size:15px; letter-spacing:.06em; padding-top:3px; flex:none; width:34px; }
  .mrow h3{ color:#FFFFFF; display:inline; }
  .mtag{ font-family:'IBM Plex Mono',monospace; text-transform:uppercase; letter-spacing:.11em;
         font-size:10px; color:var(--muted-2); margin-left:12px; }
  .mrow p{ font-size:14.5px; line-height:1.55; color:#C9C2B8; margin-top:8px; }

  /* steps */
  .steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:38px; }
  .step{ position:relative; border:1px solid var(--line); padding:26px 24px 28px; background:#fff; }
  .step:first-child{ border-radius:10px 0 0 10px; }
  .step:last-child{ border-radius:0 10px 10px 0; background:var(--charcoal); border-color:var(--charcoal); }
  .step:last-child h3, .step:last-child p{ color:#fff; }
  .step:last-child p{ color:#C9C2B8; }
  .sbadge{ width:34px; height:34px; border-radius:50%; background:var(--charcoal); color:#fff;
           font-family:'IBM Plex Mono',monospace; font-size:12px; font-weight:700;
           display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
  .step:last-child .sbadge{ background:var(--orange); }
  .step h3{ font-family:Georgia,serif; font-size:18px; letter-spacing:-.01em; }
  .step .dur{ font-family:'IBM Plex Mono',monospace; font-size:10px; color:var(--muted-2);
              text-transform:uppercase; letter-spacing:.1em; margin-left:6px; }
  .step p{ font-size:13.5px; line-height:1.5; color:var(--muted); margin-top:9px; }
  .arrow{ position:absolute; top:50%; right:-13px; width:26px; height:26px; border-radius:50%;
          background:var(--orange); color:#fff; display:flex; align-items:center;
          justify-content:center; font-size:13px; transform:translateY(-50%); z-index:2; }
  .deadline{ margin-top:26px; font-size:14.5px; color:var(--muted); }

  /* trainer */
  .trainer{ background:var(--charcoal); color:#F3EFE9; padding:0; }
  .tgrid{ display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); align-items:stretch; }
  .tphoto{ position:relative; min-height:460px; background:#2A2724; }
  .tphoto img{ width:100%; height:100%; object-fit:cover; position:absolute; inset:0; }
  .tcap{ position:absolute; left:0; right:0; bottom:0; padding:26px 30px;
         background:linear-gradient(to top, rgba(19,19,19,.88), rgba(19,19,19,0)); }
  .tcap .n{ font-family:Georgia,serif; font-size:21px; color:#fff; }
  .tcap .r{ font-size:13px; color:#C9C2B8; margin-top:3px; }
  .tbody{ padding:76px 60px; }
  .tstats{ display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:26px 0 28px; }
  .tstat{ border:1px solid var(--line-dark); border-radius:10px; padding:18px; }
  .tstat .n{ font-family:Georgia,serif; font-size:26px; color:var(--orange); }
  .tstat .l{ font-family:'IBM Plex Mono',monospace; font-size:9.5px; text-transform:uppercase;
             letter-spacing:.11em; color:var(--muted-2); margin-top:6px; }
  .tbody p{ font-size:15px; line-height:1.68; color:#C9C2B8; }
  .tnote{ border-left:3px solid var(--orange); background:rgba(250,246,241,.05);
          padding:18px 22px; border-radius:0 8px 8px 0; margin-top:26px; }

  .tnote p{ margin-top:8px; color:#E4DED5; font-size:14.5px; }

  /* testimonials */
  .tg{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:38px; }
  .vcard{ display:block; }
  .vthumb{ position:relative; border-radius:10px; overflow:hidden; background:var(--charcoal);
           aspect-ratio:3/4; }
  .vthumb img{ width:100%; height:100%; object-fit:cover; }
  .vthumb::after{ content:''; position:absolute; left:0; right:0; bottom:0; height:48%;
                  background:linear-gradient(to top, rgba(19,19,19,.66), rgba(19,19,19,0));
                  pointer-events:none; }
  .play{ position:absolute; left:13px; bottom:13px; width:42px; height:42px; border-radius:50%;
         background:var(--orange); color:#fff; display:flex; align-items:center;
         justify-content:center; font-size:15px; padding-left:2px; z-index:2; transition:.15s; }
  .vcard:hover .play{ background:var(--orange-hi); }
  .vmore-box::after{ display:none; }
  .vcard .n{ font-size:14.5px; font-weight:600; color:var(--ink); margin-top:11px; }
  .vcard .c{ font-size:12.5px; color:var(--muted-2); margin-top:2px; }


  /* module accordions */
  .mrow{ display:block; background:rgba(250,246,241,.04); border-left:3px solid var(--orange);
         border-radius:0 10px 10px 0; margin-top:12px; padding:0; }
  .mrow summary{ list-style:none; cursor:pointer; display:flex; gap:22px; align-items:flex-start;
                 padding:20px 26px; }
  .mrow summary::-webkit-details-marker{ display:none; }
  .mrow .mn{ font-family:'IBM Plex Mono',monospace; color:var(--orange); font-weight:700;
             font-size:15px; letter-spacing:.06em; padding-top:3px; flex:none; width:34px; }
  .mhead{ flex:1 1 auto; min-width:0; }
  .mtitle{ display:flex; align-items:baseline; gap:12px; flex-wrap:wrap; }
  .mplus{ flex:none; width:30px; height:30px; border-radius:50%;
          border:1px solid rgba(250,246,241,.26); color:var(--orange);
          font-family:'IBM Plex Mono',monospace; font-size:17px; line-height:1;
          display:flex; align-items:center; justify-content:center; transition:.15s; margin-top:2px; }
  .mrow summary:hover .mplus{ border-color:var(--orange); background:rgba(232,119,34,.14); }
  .mplus::after{ content:'+'; }
  .mrow[open] .mplus{ background:var(--orange); color:#fff; border-color:var(--orange); }
  .mrow[open] .mplus::after{ content:'\2212'; }
  .mbody{ padding:2px 26px 24px 82px; }

  .mbody ol{ margin:12px 0 0; padding:0; list-style:none; counter-reset:s;
             columns:2; column-gap:34px; }
  .mbody li{ counter-increment:s; position:relative; padding-left:26px; margin-bottom:10px;
             font-size:14px; line-height:1.5; color:#C9C2B8; break-inside:avoid; }
  .mbody li::before{ content:counter(s,decimal-leading-zero); position:absolute; left:0;
                     font-family:'IBM Plex Mono',monospace; font-size:10.5px;
                     color:var(--orange); top:3px; }

  /* testimonial grid */
  .tg{ grid-template-columns:repeat(5,1fr); }
  .vthumb{ aspect-ratio:16/9; }
  .vmore-box{ display:flex; flex-direction:column; align-items:center; justify-content:center;
              gap:6px; background:var(--cream); border:1px solid var(--line);
              border-top:3px solid var(--orange); text-align:center; padding:14px; }
  .vmore-arrow{ width:40px; height:40px; border-radius:50%; background:var(--orange); color:#fff;
                display:flex; align-items:center; justify-content:center; font-size:17px;
                transition:.15s; }
  .vmore:hover .vmore-arrow{ background:var(--orange-hi); }
  .vmore-t{ font-size:13px; font-weight:600; color:var(--ink); line-height:1.3; }
  .vmore-s{ font-size:11px; color:var(--muted-2); line-height:1.3; }

  /* faq */
  .faq{ background:var(--cream); }
  .faq details{ border-bottom:1px solid var(--line); padding:22px 0; }
  .faq details:first-of-type{ border-top:1px solid var(--line); }
  .faq summary{ font-family:Georgia,serif; font-size:19px; letter-spacing:-.01em; cursor:pointer;
           list-style:none; display:flex; justify-content:space-between; gap:20px; align-items:center; }
  .faq summary::-webkit-details-marker{ display:none; }
  .faq summary::after{ content:'+'; color:var(--orange); font-family:'IBM Plex Mono',monospace;
                  font-size:19px; flex:none; }
  .faq details[open] summary::after{ content:'\2212'; }
  .faq details p{ font-size:15px; line-height:1.65; color:var(--muted); margin-top:14px; max-width:820px; }

  /* close */
  .close{ background:var(--charcoal); text-align:center; color:#fff; }
  .close h2{ color:#fff; }
  .close p{ color:#C9C2B8; font-size:16.5px; line-height:1.6; margin:16px auto 30px; max-width:640px; }

  footer{ padding:28px 32px; border-top:1px solid var(--line); }
  .ft{ max-width:var(--max); margin:0 auto; display:flex; justify-content:space-between;
       gap:20px; font-size:12.5px; color:var(--muted-2); }

  .ctapair{ display:flex; gap:14px; flex-wrap:wrap; justify-content:center; margin-top:36px; }

  @media (max-width:900px){
    section{ padding:64px 20px; }
    .hero-grid, .tgrid{ grid-template-columns:1fr; }
    .tbody{ padding:44px 24px; }
    .tphoto{ min-height:340px; }
    h1.serif{ font-size:42px; }
    h2.serif{ font-size:31px; }
    .stats{ grid-template-columns:repeat(2,1fr); }
    .qual-grid{ grid-template-columns:1fr; }
    .tg{ grid-template-columns:repeat(2,1fr); }
    .mbody ol{ columns:1; }
    .mbody{ padding-left:26px; }
    .steps{ grid-template-columns:repeat(2,1fr); gap:12px; }
    .step, .step:first-child, .step:last-child{ border-radius:10px; }
    .arrow{ display:none; }
  }
  @media (max-width:600px){
    h1.serif{ font-size:34px; }
    .seats{ display:none; }
    .stats, .tg, .steps{ grid-template-columns:1fr; }
    .ft{ flex-direction:column; }
  }
