/* EML Decals shared external stylesheet
   Extracted from the uploaded order form and landing page HTML files.
   Page-specific rules are scoped to body.eml-order-page and body.eml-landing-page
   so both pages can safely use this one stylesheet.
*/

/* ================================
   Order form styles
   ================================ */
body.eml-order-page {
      --bg: #f4f7fb;
      --card: #ffffff;
      --ink: #1f2937;
      --muted: #64748b;
      --line: #dbe3ef;
      --blue: #1d75bd;
      --blue-dark: #145c98;
      --orange: #ff8000;
      --green: #0f9f6e;
      --soft-blue: #e9f4ff;
      --soft-orange: #fff1e5;
      --shadow: 0 12px 35px rgba(15, 23, 42, .12);
      --radius: 18px;
      --decal-filter: none;
      --sample-preview-bg: #F5F7FA;
      --sample-preview-border: var(--line);
    }

    body.eml-order-page, body.eml-order-page * { box-sizing: border-box; }

    body.eml-order-page {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      background: radial-gradient(circle at top left, #e7f4ff 0, transparent 34%), var(--bg);
      color: var(--ink);
    }

    body.eml-order-page .site-header {
      background: linear-gradient(135deg, #0d5c9f, #1d75bd 55%, #37a1d8);
      color: #fff;
      padding: 38px 16px 48px;
      text-align: center;
    }

    body.eml-order-page .site-header .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,.16);
      border: 1px solid rgba(255,255,255,.22);
      padding: 7px 12px;
      border-radius: 999px;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    body.eml-order-page .site-header h1 {
      margin: 0 auto;
      max-width: 880px;
      font-size: clamp(27px, 6vw, 52px);
      line-height: 1.02;
    }

    body.eml-order-page .site-header p {
      margin: 0 auto;
      max-width: 760px;
      color: rgba(255,255,255,.9);
      font-size: 16px;
      line-height: 1.45;
    }

    body.eml-order-page .wrap {
      width: min(1180px, calc(100% - 28px));
      margin: 0 auto;
    }

    body.eml-order-page .trust-row {
      transform: translateY(-20px);
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      position: relative;
      isolation: isolate;
    }

    body.eml-order-page .trust-card {
      background: #fff;
      border: 1px solid rgba(29,117,189,.18);
      box-shadow: 0 14px 32px rgba(15, 23, 42, .13);
      border-radius: 18px;
      padding: 16px 18px;
      display: flex;
      align-items: center;
      gap: 13px;
      text-align: left;
      position: relative;
      overflow: visible;
    }


    body.eml-order-page .trust-icon {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--blue), #37a1d8);
      color: #fff;
      font-weight: 900;
      font-size: 20px;
      box-shadow: 0 8px 16px rgba(29,117,189,.20);
    }

    body.eml-order-page .trust-card:nth-child(2) .trust-icon {
      background: linear-gradient(135deg, #1686c7, var(--green));
      box-shadow: 0 8px 16px rgba(15,159,110,.18);
    }

    body.eml-order-page .trust-card:nth-child(3) .trust-icon {
      background: linear-gradient(135deg, var(--green), var(--orange));
      box-shadow: 0 8px 16px rgba(255,128,0,.18);
    }

    body.eml-order-page .trust-card strong {
      display: block;
      font-size: 15px;
      margin-bottom: 4px;
      color: #0f172a;
      line-height: 1.2;
    }

    body.eml-order-page .trust-card span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
    }

    body.eml-order-page .layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 390px;
      gap: 18px;
      align-items: start;
      margin-top: 2px;
      padding-bottom: 38px;
    }

    body.eml-order-page .stack { display: grid; gap: 16px; }

    body.eml-order-page .panel {
      background: rgba(255,255,255,.92);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: 0 10px 24px rgba(15, 23, 42, .07);
      overflow: hidden;
    }

    body.eml-order-page .panel-head {
      padding: 16px;
      border-bottom: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    body.eml-order-page .panel-head h2,
    body.eml-order-page .panel-head h3 {
      margin: 0;
      font-size: 18px;
      line-height: 1.2;
    }

    body.eml-order-page .panel-head p {
      margin: 4px 0 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.35;
    }

    body.eml-order-page .section-step-heading {
      display: flex;
      align-items: center;
      gap: 13px;
    }

    body.eml-order-page .section-step-number {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--blue), #37a1d8);
      color: #fff;
      font-weight: 900;
      font-size: 20px;
      box-shadow: 0 8px 16px rgba(29,117,189,.20);
    }

    body.eml-order-page .section-step-number.step-two {
      background: linear-gradient(135deg, #1686c7, var(--green));
      box-shadow: 0 8px 16px rgba(15,159,110,.18);
    }

    body.eml-order-page .section-step-heading h2 {
      margin: 0;
      font-size: 18px;
      line-height: 1.2;
    }

    body.eml-order-page .section-step-heading p {
      margin-top: 4px;
    }

    body.eml-order-page .btn-step-one {
      background: linear-gradient(135deg, var(--blue), #37a1d8);
      color: #fff;
      box-shadow: 0 8px 16px rgba(29,117,189,.18);
    }

    body.eml-order-page .btn-step-two {
      background: linear-gradient(135deg, #1686c7, var(--green));
      color: #fff;
      box-shadow: 0 8px 16px rgba(15,159,110,.16);
    }

    body.eml-order-page .btn-step-two-ghost {
      background: #eefbf6;
      color: #0b6b4f;
      border: 1px solid rgba(15,159,110,.18);
    }

    body.eml-order-page .panel-body { padding: 16px; }

    body.eml-order-page .badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      padding: 7px 10px;
      background: var(--soft-orange);
      color: #9a4a00;
      font-size: 12px;
      font-weight: 700;
      white-space: nowrap;
    }

    body.eml-order-page .activity-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 10px;
    }

    body.eml-order-page .activity-card,
    body.eml-order-page .option-card,
    body.eml-order-page .sample-card,
    body.eml-order-page .crew-card {
      border: 1px solid var(--line);
      background: #fff;
      border-radius: 16px;
      padding: 12px;
    }

    body.eml-order-page button {
      font: inherit;
    }

    body.eml-order-page .activity-card,
    body.eml-order-page .option-card {
      cursor: pointer;
      transition: .18s ease;
    }

    body.eml-order-page .activity-card {
      min-height: 160px;
      text-align: center;
      display: grid;
      grid-template-rows: 120px auto;
      justify-items: stretch;
      align-content: center;
      padding: 10px;
      overflow: visible;
    }

    body.eml-order-page .option-card {
      text-align: left;
    }

    body.eml-order-page .activity-card:hover,
    body.eml-order-page .option-card:hover {
      transform: translateY(-1px);
      border-color: rgba(29,117,189,.45);
      box-shadow: 0 8px 16px rgba(15, 23, 42, .08);
    }

    body.eml-order-page .activity-card.active,
    body.eml-order-page .option-card.active {
      border-color: var(--blue);
      box-shadow: 0 0 0 3px rgba(29,117,189,.13);
      background: #f8fcff;
    }

    body.eml-order-page .activity-card {
      position: relative;
    }

    body.eml-order-page .activity-card.active::after {
      content: "✓";
      position: absolute;
      top: 8px;
      right: 8px;
      width: 24px;
      height: 24px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: var(--blue);
      color: #fff;
      font-size: 14px;
      font-weight: 900;
      border: 2px solid #fff;
      box-shadow: 0 4px 10px rgba(15, 23, 42, .18);
      z-index: 3;
    }

    body.eml-order-page .activity-icon {
      width: 100%;
      height: 116px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: #F5F7FA;
      border: 1px solid var(--line);
      font-size: 30px;
      margin: 0 auto 8px;
    }

    body.eml-order-page .activity-thumb {
      width: 100%;
      height: 116px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #F5F7FA;
      border: 1px solid var(--line);
      margin-bottom: 8px;
      padding: 10px;
      overflow: visible;
    }

    body.eml-order-page .activity-thumb img {
      max-width: 96%;
      max-height: 96%;
      width: auto;
      height: auto;
      object-fit: contain;
      object-position: center center;
      display: block;
      margin: auto;
      transform: scale(.96);
      transform-origin: center center;
    }

    body.eml-order-page .activity-card strong {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      line-height: 1.15;
      min-height: 20px;
      text-align: center;
    }

    body.eml-order-page .samples-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    body.eml-order-page .sample-card {
      overflow: hidden;
      padding: 0;
      background: #f8fafc;
    }

    body.eml-order-page .sample-art {
      min-height: 185px;
      background: var(--sample-preview-bg);
      border-bottom: 1px solid var(--sample-preview-border);
      display: grid;
      place-items: center;
      position: relative;
      overflow: hidden;
      padding: 10px;
      transition: background .18s ease, border-color .18s ease;
    }

    body.eml-order-page .sample-art img {
      width: min(100%, 300px);
      max-height: 165px;
      height: auto;
      object-fit: contain;
      display: block;
      position: relative;
      z-index: 1;
      filter: var(--decal-filter);
      transition: filter .18s ease;
    }

    body.eml-order-page .sample-svg {
      width: 88%;
      max-width: 230px;
      height: 96px;
      z-index: 1;
    }

    body.eml-order-page .sample-card {
      cursor: zoom-in;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    body.eml-order-page .sample-card:hover {
      transform: translateY(-2px);
      border-color: rgba(29,117,189,.45);
      box-shadow: 0 10px 20px rgba(15, 23, 42, .10);
    }

    body.eml-order-page .sample-caption {
      padding: 11px 12px 13px;
      background: #fff;
    }

    body.eml-order-page .sample-caption strong { display: block; font-size: 13px; }
    body.eml-order-page .sample-caption span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; line-height: 1.35; }

    body.eml-order-page .enlarge-note {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      margin-top: 8px;
      color: var(--blue);
      font-size: 11px;
      font-weight: 800;
    }

    body.eml-order-page .sample-modal {
      position: fixed;
      inset: 0;
      z-index: 1000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 22px;
    }

    body.eml-order-page .sample-modal.open {
      display: flex;
    }

    body.eml-order-page .sample-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(15, 23, 42, .68);
      backdrop-filter: blur(3px);
    }

    body.eml-order-page .sample-modal-dialog {
      position: relative;
      width: min(980px, calc(100vw - 44px));
      max-height: calc(100vh - 44px);
      overflow: auto;
      background: #fff;
      border-radius: 22px;
      box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
      border: 1px solid rgba(255,255,255,.25);
    }

    body.eml-order-page .sample-modal-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      padding: 16px 18px;
      border-bottom: 1px solid var(--line);
    }

    body.eml-order-page .sample-modal-head h3 {
      margin: 0;
      font-size: 20px;
    }

    body.eml-order-page .sample-modal-head p {
      margin: 4px 0 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.35;
    }

    body.eml-order-page .modal-close {
      width: 38px;
      height: 38px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: #f8fafc;
      color: var(--ink);
      font-size: 24px;
      line-height: 1;
      cursor: pointer;
      flex: 0 0 38px;
    }

    body.eml-order-page .sample-modal-art {
      background: var(--sample-preview-bg);
      border-bottom: 1px solid var(--sample-preview-border);
      min-height: 500px;
      display: grid;
      place-items: center;
      padding: 24px;
    }

    body.eml-order-page .sample-modal-art img {
      width: min(100%, 840px);
      max-height: 66vh;
      height: auto;
      object-fit: contain;
      filter: var(--decal-filter);
      user-select: none;
      -webkit-user-drag: none;
      pointer-events: auto;
    }

    body.eml-order-page .sample-modal-art svg {
      width: min(100%, 840px);
      max-height: 66vh;
      height: auto;
      filter: var(--decal-filter);
    }

    body.eml-order-page .sample-modal-foot {
      padding: 14px 18px 18px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.4;
      background: #fff;
    }


    body.eml-order-page .color-preview-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      border: 1px solid var(--line);
      background: #fff;
      border-radius: 16px;
      padding: 12px;
    }

    body.eml-order-page .color-preview-row .copy strong {
      display: block;
      font-size: 14px;
      margin-bottom: 3px;
    }

    body.eml-order-page .color-preview-row .copy span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.3;
    }

    body.eml-order-page .color-swatches {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    body.eml-order-page .color-chip {
      border: 1px solid var(--line);
      background: #fff;
      color: var(--ink);
      border-radius: 999px;
      padding: 7px 10px 7px 8px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      cursor: pointer;
      font-size: 12px;
      font-weight: 800;
      position: relative;
    }

    body.eml-order-page .color-chip .dot {
      width: 16px;
      height: 16px;
      border-radius: 999px;
      border: 1px solid rgba(15, 23, 42, .22);
      display: inline-block;
      flex: 0 0 16px;
    }

    body.eml-order-page .color-chip.active {
      border-color: var(--blue);
      box-shadow: 0 0 0 3px rgba(29,117,189,.13);
      background: #f8fcff;
    }

    body.eml-order-page .color-chip.active::after {
      content: "✓";
      width: 17px;
      height: 17px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: var(--blue);
      color: #fff;
      font-size: 11px;
      font-weight: 900;
      margin-left: 1px;
    }

    body.eml-order-page .notice {
      border: 1px solid #ffd2a8;
      background: #fff7ed;
      color: #7c3f00;
      border-radius: 16px;
      padding: 13px 14px;
      font-size: 13px;
      line-height: 1.42;
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }

    body.eml-order-page .notice strong { color: #5a2e00; }
    body.eml-order-page .notice .mark {
      font-weight: 900;
      background: #fff;
      width: 24px;
      height: 24px;
      flex: 0 0 24px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid #ffd2a8;
    }

    body.eml-order-page .accordion { display: grid; gap: 10px; }

    body.eml-order-page .acc-item {
      border: 1px solid var(--line);
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
    }

    body.eml-order-page .acc-button {
      width: 100%;
      border: 0;
      background: #fff;
      padding: 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      color: var(--ink);
    }

    body.eml-order-page .acc-button .left {
      display: flex;
      gap: 10px;
      align-items: center;
      min-width: 0;
    }

    body.eml-order-page .step-num {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--soft-blue);
      color: var(--blue);
      font-size: 12px;
      font-weight: 800;
      flex: 0 0 28px;
    }

    body.eml-order-page .acc-title strong { display: block; font-size: 14px; }
    body.eml-order-page .acc-title span { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 280px; }

    body.eml-order-page .chev { color: var(--muted); transform: rotate(0deg); transition: .18s; }
    body.eml-order-page .acc-item.open .chev { transform: rotate(180deg); }
    body.eml-order-page .acc-content { display: none; padding: 0 14px 14px; }
    body.eml-order-page .acc-item.open .acc-content { display: block; }

    body.eml-order-page .option-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 9px;
    }

    body.eml-order-page .option-card {
      min-height: 74px;
      display: grid;
      gap: 4px;
      align-content: start;
    }

    body.eml-order-page .option-card strong { font-size: 13px; }
    body.eml-order-page .option-card span { color: var(--muted); font-size: 12px; line-height: 1.3; }

    body.eml-order-page .field-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    body.eml-order-page .field { display: grid; gap: 6px; }
    body.eml-order-page .field label { font-size: 12px; font-weight: 700; color: #334155; }
    body.eml-order-page .field input,
    body.eml-order-page .field select,
    body.eml-order-page .field textarea {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 11px 12px;
      font: inherit;
      background: #fff;
      color: var(--ink);
    }
    body.eml-order-page .field textarea { min-height: 78px; resize: vertical; }

    body.eml-order-page .actions-row {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      margin-top: 13px;
    }

    body.eml-order-page .btn {
      border: 0;
      border-radius: 999px;
      padding: 11px 15px;
      cursor: pointer;
      font-weight: 800;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    body.eml-order-page .btn-primary { background: var(--orange); color: #fff; }
    body.eml-order-page .btn-blue { background: var(--blue); color: #fff; }
    body.eml-order-page .btn-ghost { background: #eef4fb; color: #24415c; }
    body.eml-order-page .btn-danger { background: #fee2e2; color: #991b1b; }
    body.eml-order-page .btn:active { transform: translateY(1px); }

    body.eml-order-page .crew-list { display: grid; gap: 10px; }
    body.eml-order-page .crew-card {
      display: grid;
      gap: 10px;
      background: #fff;
    }

    body.eml-order-page .crew-main {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 10px;
    }

    body.eml-order-page .crew-avatar {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      background: linear-gradient(135deg, #e9f4ff, #fff);
      border: 1px solid var(--line);
      display: grid;
      place-items: center;
      font-size: 22px;
      flex: 0 0 42px;
    }

    body.eml-order-page .crew-info { display: flex; gap: 10px; min-width: 0; }
    body.eml-order-page .crew-text strong { display: block; font-size: 14px; }
    body.eml-order-page .crew-text span { display: block; color: var(--muted); font-size: 12px; line-height: 1.35; margin-top: 3px; }
    body.eml-order-page .crew-actions { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
    body.eml-order-page .mini-btn {
      border: 1px solid var(--line);
      background: #fff;
      color: #334155;
      border-radius: 999px;
      padding: 7px 9px;
      font-size: 12px;
      cursor: pointer;
    }

    body.eml-order-page .empty-state {
      border: 1px dashed #bfd1e5;
      background: #f8fbff;
      border-radius: 16px;
      padding: 18px;
      color: var(--muted);
      text-align: center;
      font-size: 13px;
      line-height: 1.4;
    }

    body.eml-order-page .summary-panel {
      position: sticky;
      top: 12px;
    }

    body.eml-order-page .design-plan {
      background: #0f172a;
      color: #f8fafc;
      border-radius: 0 0 var(--radius) var(--radius);
      padding: 16px;
    }

    body.eml-order-page .plan-title {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      align-items: center;
      margin-bottom: 12px;
    }

    body.eml-order-page .plan-title h3 { margin: 0; font-size: 18px; }
    body.eml-order-page .plan-title span {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: .05em;
      padding: 6px 8px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 999px;
      white-space: nowrap;
    }

    body.eml-order-page .plan-box {
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 16px;
      padding: 13px;
      margin-bottom: 10px;
    }

    body.eml-order-page .plan-box h4 {
      margin: 0 0 8px;
      color: #bfdbfe;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .04em;
    }

    body.eml-order-page .plan-row {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      padding: 6px 0;
      border-bottom: 1px solid rgba(255,255,255,.08);
      font-size: 13px;
    }
    body.eml-order-page .plan-row:last-child { border-bottom: 0; }
    body.eml-order-page .plan-row span:first-child { color: #cbd5e1; }
    body.eml-order-page .plan-row span:last-child { text-align: right; color: #fff; font-weight: 700; }

    body.eml-order-page .plan-list {
      display: grid;
      gap: 8px;
      font-size: 13px;
      line-height: 1.35;
      color: #e2e8f0;
    }

    body.eml-order-page .proof-box {
      background: linear-gradient(135deg, rgba(15,159,110,.18), rgba(29,117,189,.16));
      border: 1px solid rgba(148, 234, 205, .28);
      border-radius: 16px;
      padding: 13px;
      color: #eafff7;
      font-size: 13px;
      line-height: 1.42;
    }

    body.eml-order-page .price {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 10px;
      margin-top: 12px;
    }

    body.eml-order-page .price small {
      display: block;
      color: #cbd5e1;
      font-size: 12px;
      margin-bottom: 2px;
    }

    body.eml-order-page .price strong { font-size: 30px; color: #fff; }
    body.eml-order-page .full-btn { width: 100%; margin-top: 12px; }

    body.eml-order-page .mobile-only { display: none; }

    @media (max-width: 920px) {
      body.eml-order-page .layout { grid-template-columns: 1fr; }
      body.eml-order-page .summary-panel { position: static; }
      body.eml-order-page .desktop-summary { display: none; }
      body.eml-order-page .mobile-only { display: block; }
      body.eml-order-page .trust-row {
        grid-template-columns: 1fr;
        gap: 12px;
      }
      body.eml-order-page .trust-card {
        display: flex;
        align-items: center;
        text-align: left;
      }
      
      body.eml-order-page .activity-grid { grid-template-columns: repeat(2, 1fr); }
      body.eml-order-page .samples-grid { grid-template-columns: 1fr; }
      body.eml-order-page .color-preview-row {
        align-items: flex-start;
        flex-direction: column;
      }
      body.eml-order-page .color-swatches { justify-content: flex-start; }
      body.eml-order-page .sample-art { min-height: 230px; }
      body.eml-order-page .sample-art img {
        width: min(100%, 390px);
        max-height: 205px;
      }
      body.eml-order-page .sample-modal { padding: 12px; }
      body.eml-order-page .sample-modal-dialog { max-height: calc(100vh - 24px); }
      body.eml-order-page .sample-modal-art {
        min-height: 340px;
        padding: 16px;
      }
      body.eml-order-page .sample-modal-art img,
      body.eml-order-page .sample-modal-art svg {
        width: min(100%, 620px);
        max-height: 58vh;
      }
    }

    @media (max-width: 560px) {
      body.eml-order-page .wrap { width: min(100% - 20px, 1180px); }
      body.eml-order-page .site-header { padding: 32px 12px 40px; }
      body.eml-order-page .trust-row { transform: translateY(-16px); }
      body.eml-order-page .panel-head { align-items: flex-start; flex-direction: column; }
      body.eml-order-page .section-step-heading {
        align-items: flex-start;
      }
      body.eml-order-page .activity-grid { grid-template-columns: 1fr; }
      body.eml-order-page .option-grid { grid-template-columns: 1fr; }
      body.eml-order-page .field-row { grid-template-columns: 1fr; }
      body.eml-order-page .acc-title span { max-width: 210px; }
      body.eml-order-page .crew-main { flex-direction: column; }
      body.eml-order-page .crew-actions { justify-content: flex-start; }
      body.eml-order-page .btn { width: 100%; }
      body.eml-order-page .mini-btn { width: auto; }
    }
  
    body.eml-order-page .people-builder {
      display: grid;
      gap: 12px;
    }

    body.eml-order-page .people-progress {
      display: flex;
      gap: 6px;
      flex-wrap: wrap;
      align-items: center;
    }

    body.eml-order-page .people-progress span {
      border: 1px solid var(--line);
      background: #fff;
      color: var(--muted);
      border-radius: 999px;
      padding: 6px 9px;
      font-size: 11px;
      font-weight: 800;
    }

    body.eml-order-page .people-progress span.active {
      background: #fff7ed;
      border-color: rgba(255, 128, 0, .45);
      color: #9a4a00;
    }

    body.eml-order-page .people-progress span.done {
      background: #eef8ff;
      border-color: rgba(29, 117, 189, .25);
      color: var(--blue);
    }

    body.eml-order-page .people-progress span.hidden {
      display: none !important;
    }

    body.eml-order-page .people-progress [data-progress-step] {
      cursor: pointer;
      user-select: none;
      transition: .15s ease;
    }

    body.eml-order-page .people-progress [data-progress-step]:hover:not(.disabled):not(.active) {
      border-color: rgba(29,117,189,.45);
      color: var(--blue);
      background: #f8fcff;
    }

    body.eml-order-page .people-progress [data-progress-step]:focus-visible {
      outline: 3px solid rgba(29,117,189,.24);
      outline-offset: 2px;
    }

    body.eml-order-page .people-progress [data-progress-step].disabled {
      cursor: not-allowed;
      opacity: .55;
    }

    body.eml-order-page .people-draft-card {
      border: 1px solid var(--line);
      border-radius: 16px;
      background: linear-gradient(135deg, #f8fbff, #fff);
      padding: 12px;
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }

    body.eml-order-page .people-draft-avatar {
      width: 44px;
      height: 44px;
      border-radius: 15px;
      display: grid;
      place-items: center;
      font-size: 24px;
      background: #fff;
      border: 1px solid var(--line);
      flex: 0 0 44px;
    }

    body.eml-order-page .people-draft-copy strong {
      display: block;
      font-size: 14px;
      margin-bottom: 3px;
    }

    body.eml-order-page .people-draft-copy span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
    }

    body.eml-order-page .people-step {
      display: none !important;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: #fff;
      padding: 12px;
      scroll-margin-top: 170px;
    }

    body.eml-order-page .people-step.open {
      display: block !important;
    }

    body.eml-order-page .people-step.hidden {
      display: none !important;
    }

    body.eml-order-page .people-step-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 10px;
    }

    body.eml-order-page .people-step-head h3 {
      margin: 0;
      font-size: 15px;
    }

    body.eml-order-page .people-step-head p {
      margin: 3px 0 0;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
    }

    body.eml-order-page .people-option-card.hidden {
      display: none !important;
    }

    body.eml-order-page .people-review-grid {
      display: grid;
      gap: 7px;
      border: 1px solid #e2e8f0;
      background: #f8fafc;
      border-radius: 14px;
      padding: 10px;
      margin-top: 12px;
    }

    body.eml-order-page .people-review-row {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      font-size: 12px;
      color: var(--muted);
      border-bottom: 1px dashed #d5dee9;
      padding-bottom: 7px;
    }

    body.eml-order-page .people-review-row:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    body.eml-order-page .people-review-row strong {
      color: var(--ink);
      text-align: right;
    }

  
    body.eml-order-page #personHairOptions {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.eml-order-page #personHairOptions .people-option-card {
      min-height: 92px;
      text-align: center;
      align-content: center;
      justify-items: center;
    }

    body.eml-order-page #personHairOptions .people-option-card span:not(.option-icon) {
      display: none;
    }

    @media (max-width: 430px) {
      body.eml-order-page #personHairOptions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
      }

      body.eml-order-page #personHairOptions .people-option-card {
        padding: 9px 5px;
        min-height: 84px;
      }

      body.eml-order-page #personHairOptions .people-option-card strong {
        font-size: 12px;
      }
    }

  
    body.eml-order-page #personGlassesOptions {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.eml-order-page #personGlassesOptions .people-option-card {
      min-height: 86px;
      text-align: center;
      align-content: center;
      justify-items: center;
    }

    body.eml-order-page #personGlassesOptions .people-option-card span:not(.option-icon) {
      display: none;
    }

    @media (max-width: 430px) {
      body.eml-order-page #personGlassesOptions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
      }

      body.eml-order-page #personGlassesOptions .people-option-card {
        padding: 9px 5px;
        min-height: 78px;
      }

      body.eml-order-page #personGlassesOptions .people-option-card strong {
        font-size: 12px;
      }
    }

  
    body.eml-order-page .people-option-card .option-art {
      height: 54px;
      width: 100%;
      display: flex !important;
      align-items: center;
      justify-content: center;
      margin-bottom: 2px;
    }

    body.eml-order-page .people-option-card .option-art img {
      max-width: 92%;
      max-height: 52px;
      display: block;
      object-fit: contain;
    }

    body.eml-order-page #personHairOptions .people-option-card .option-art,
    body.eml-order-page #personGlassesOptions .people-option-card .option-art,
    body.eml-order-page #personFacialHairOptions .people-option-card .option-art {
      display: flex !important;
    }

    body.eml-order-page #personHairOptions .people-option-card .option-hint,
    body.eml-order-page #personGlassesOptions .people-option-card .option-hint {
      display: none !important;
    }

    body.eml-order-page #personHairOptions .people-option-card {
      min-height: 112px;
    }

    body.eml-order-page #personGlassesOptions .people-option-card {
      min-height: 104px;
    }

    body.eml-order-page #personFacialHairOptions .people-option-card {
      text-align: center;
      align-content: center;
      justify-items: center;
    }

    body.eml-order-page #personFacialHairOptions .people-option-card .option-hint {
      font-size: 11px;
    }

    @media (max-width: 430px) {
      body.eml-order-page .people-option-card .option-art {
        height: 46px;
      }

      body.eml-order-page .people-option-card .option-art img {
        max-height: 44px;
      }

      body.eml-order-page #personHairOptions .people-option-card {
        min-height: 96px;
      }

      body.eml-order-page #personGlassesOptions .people-option-card {
        min-height: 90px;
      }
    }

  
    /* Larger people-option artwork with labels on the left */
    body.eml-order-page #personHairOptions,
    body.eml-order-page #personGlassesOptions {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.eml-order-page #personFacialHairOptions {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.eml-order-page #personHairOptions .people-option-card,
    body.eml-order-page #personFacialHairOptions .people-option-card,
    body.eml-order-page #personGlassesOptions .people-option-card {
      display: grid !important;
      grid-template-columns: 58px minmax(0, 1fr);
      grid-template-areas: "label art";
      align-items: center;
      justify-items: stretch !important;
      gap: 8px;
      min-height: 124px;
      padding: 10px;
      text-align: left !important;
      align-content: center !important;
    }

    body.eml-order-page #personHairOptions .people-option-card strong,
    body.eml-order-page #personFacialHairOptions .people-option-card strong,
    body.eml-order-page #personGlassesOptions .people-option-card strong {
      grid-area: label;
      display: block;
      font-size: 13px;
      line-height: 1.12;
      text-align: left;
      align-self: center;
      justify-self: start;
      color: var(--ink);
    }

    body.eml-order-page #personHairOptions .people-option-card .option-art,
    body.eml-order-page #personFacialHairOptions .people-option-card .option-art,
    body.eml-order-page #personGlassesOptions .people-option-card .option-art {
      grid-area: art;
      width: 100%;
      height: 104px;
      min-width: 0;
      margin: 0;
      display: flex !important;
      align-items: center;
      justify-content: center;
    }

    body.eml-order-page #personHairOptions .people-option-card .option-art img,
    body.eml-order-page #personFacialHairOptions .people-option-card .option-art img,
    body.eml-order-page #personGlassesOptions .people-option-card .option-art img {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 104px;
      object-fit: contain;
      display: block;
    }

    body.eml-order-page #personHairOptions .people-option-card .option-hint,
    body.eml-order-page #personFacialHairOptions .people-option-card .option-hint,
    body.eml-order-page #personGlassesOptions .people-option-card .option-hint {
      display: none !important;
    }

    @media (max-width: 430px) {
      body.eml-order-page #personHairOptions,
      body.eml-order-page #personGlassesOptions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
      }

      body.eml-order-page #personFacialHairOptions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
      }

      body.eml-order-page #personHairOptions .people-option-card,
      body.eml-order-page #personFacialHairOptions .people-option-card,
      body.eml-order-page #personGlassesOptions .people-option-card {
        grid-template-columns: 46px minmax(0, 1fr);
        min-height: 104px;
        padding: 8px 6px;
        gap: 6px;
      }

      body.eml-order-page #personHairOptions .people-option-card strong,
      body.eml-order-page #personFacialHairOptions .people-option-card strong,
      body.eml-order-page #personGlassesOptions .people-option-card strong {
        font-size: 11px;
      }

      body.eml-order-page #personHairOptions .people-option-card .option-art,
      body.eml-order-page #personFacialHairOptions .people-option-card .option-art,
      body.eml-order-page #personGlassesOptions .people-option-card .option-art {
        height: 88px;
      }

      body.eml-order-page #personHairOptions .people-option-card .option-art img,
      body.eml-order-page #personFacialHairOptions .people-option-card .option-art img,
      body.eml-order-page #personGlassesOptions .people-option-card .option-art img {
        max-height: 88px;
      }
    }

  
    /* Simplified person type cards */
    body.eml-order-page #personTypeOptions .people-option-card {
      min-height: 110px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      text-align: center !important;
      padding: 12px;
    }

    body.eml-order-page #personTypeOptions .people-option-card .option-icon,
    body.eml-order-page #personTypeOptions .people-option-card span:not(.option-icon),
    body.eml-order-page #personTypeOptions .people-option-card .option-hint {
      display: none !important;
    }

    body.eml-order-page #personTypeOptions .people-option-card strong {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 28px;
      line-height: 1.1;
      font-weight: 800;
      margin: 0;
    }

    @media (max-width: 430px) {
      body.eml-order-page #personTypeOptions .people-option-card {
        min-height: 90px;
        padding: 10px;
      }

      body.eml-order-page #personTypeOptions .people-option-card strong {
        font-size: 22px;
      }
    }

  
    /* Person type cards in one row of four */
    body.eml-order-page #personTypeOptions {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    @media (max-width: 900px) {
      body.eml-order-page #personTypeOptions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 430px) {
      body.eml-order-page #personTypeOptions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

  
    body.eml-order-page .crew-info {
      align-items: flex-start;
    }

    body.eml-order-page .crew-info .crew-text {
      padding-left: 0;
    }

  
    body.eml-order-page .people-draft-avatar {
      display: none !important;
    }

    body.eml-order-page .people-draft-card {
      align-items: center;
    }

    body.eml-order-page .people-draft-copy {
      width: 100%;
    }

  
    body.eml-order-page .person-limit-notice {
      display: none;
      border: 1px solid #fed7aa;
      background: #fff7ed;
      color: #9a3412;
      border-radius: 14px;
      padding: 10px 12px;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.35;
      margin-top: 10px;
    }

    body.eml-order-page .person-limit-notice.show {
      display: block;
    }

    body.eml-order-page .btn:disabled,
    body.eml-order-page .mini-btn:disabled {
      opacity: .5;
      cursor: not-allowed;
      transform: none !important;
      box-shadow: none !important;
    }

  
    body.eml-order-page .person-limit-notice.need-more {
      border-color: #fde68a;
      background: #fffbeb;
      color: #92400e;
    }

  
    body.eml-order-page .person-success-notice {
      display: none;
      border: 1px solid #bbf7d0;
      background: #ecfdf5;
      color: #166534;
      border-radius: 14px;
      padding: 10px 12px;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.35;
      margin-top: 10px;
    }

    body.eml-order-page .person-success-notice.show {
      display: block;
    }

    body.eml-order-page .person-success-notice .success-check {
      display: inline-grid;
      place-items: center;
      width: 20px;
      height: 20px;
      border-radius: 999px;
      background: #16a34a;
      color: #fff;
      font-size: 13px;
      margin-right: 7px;
      vertical-align: middle;
    }

  
    /* Facial hair in one row of four */
    body.eml-order-page #personFacialHairOptions {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    body.eml-order-page #personFacialHairOptions .people-option-card {
      grid-template-columns: 48px minmax(0, 1fr) !important;
      min-height: 110px !important;
      padding: 9px !important;
      gap: 7px !important;
    }

    body.eml-order-page #personFacialHairOptions .people-option-card strong {
      font-size: 12px !important;
      line-height: 1.1 !important;
    }

    body.eml-order-page #personFacialHairOptions .people-option-card .option-art {
      height: 92px !important;
    }

    body.eml-order-page #personFacialHairOptions .people-option-card .option-art img {
      max-height: 92px !important;
    }

    @media (max-width: 430px) {
      body.eml-order-page #personFacialHairOptions {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 6px !important;
      }

      body.eml-order-page #personFacialHairOptions .people-option-card {
        grid-template-columns: 38px minmax(0, 1fr) !important;
        min-height: 92px !important;
        padding: 7px 5px !important;
        gap: 5px !important;
      }

      body.eml-order-page #personFacialHairOptions .people-option-card strong {
        font-size: 10px !important;
      }

      body.eml-order-page #personFacialHairOptions .people-option-card .option-art {
        height: 76px !important;
      }

      body.eml-order-page #personFacialHairOptions .people-option-card .option-art img {
        max-height: 76px !important;
      }
    }

  
    body.eml-order-page .person-complete-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border: 1px solid #bbf7d0;
      background: #ecfdf5;
      color: #166534;
      border-radius: 999px;
      padding: 7px 10px;
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap;
    }

    body.eml-order-page .person-complete-badge .check-dot {
      display: inline-grid;
      place-items: center;
      width: 20px;
      height: 20px;
      border-radius: 999px;
      background: #16a34a;
      color: #fff;
      font-size: 13px;
      line-height: 1;
    }

    @media (max-width: 520px) {
      body.eml-order-page .person-complete-badge {
        padding: 7px;
      }

      body.eml-order-page .person-complete-badge .complete-text {
        display: none;
      }
    }

  
    body.eml-order-page .crew-actions .person-complete-badge {
      margin-left: 8px;
      order: 99;
    }

    @media (max-width: 620px) {
      body.eml-order-page .crew-actions .person-complete-badge {
        margin-left: 0;
      }
    }

  
    body.eml-order-page .review-next-btn:disabled {
      background: #e5e7eb !important;
      color: #94a3b8 !important;
      border: 1px solid #d1d5db !important;
      box-shadow: none !important;
      cursor: not-allowed !important;
      opacity: 1 !important;
    }

    body.eml-order-page .review-next-btn.ready {
      background: #16a34a !important;
      color: #fff !important;
      border: 1px solid #15803d !important;
      box-shadow: 0 8px 16px rgba(22, 163, 74, .18) !important;
    }

    body.eml-order-page .save-member-btn:disabled {
      background: #e5e7eb !important;
      color: #94a3b8 !important;
      border: 1px solid #d1d5db !important;
      box-shadow: none !important;
      cursor: not-allowed !important;
      opacity: 1 !important;
    }

    body.eml-order-page .save-member-btn.ready {
      background: #16a34a !important;
      color: #fff !important;
      border: 1px solid #15803d !important;
      box-shadow: 0 8px 16px rgba(22, 163, 74, .22) !important;
      animation: saveMemberReadyPulse 1.45s ease-in-out infinite;
    }

    body.eml-order-page .details-next-btn:disabled {
      background: #e5e7eb !important;
      color: #94a3b8 !important;
      border: 1px solid #d1d5db !important;
      box-shadow: none !important;
      cursor: not-allowed !important;
      opacity: 1 !important;
    }

    body.eml-order-page .details-next-btn.ready {
      background: #16a34a !important;
      color: #fff !important;
      border: 1px solid #15803d !important;
      box-shadow: 0 8px 16px rgba(22, 163, 74, .22) !important;
      animation: saveMemberReadyPulse 1.45s ease-in-out infinite;
    }

    @keyframes saveMemberReadyPulse {
      0%, 100% {
        transform: translateY(0);
        box-shadow: 0 8px 16px rgba(22, 163, 74, .22);
      }
      50% {
        transform: translateY(-1px);
        box-shadow: 0 0 0 5px rgba(22, 163, 74, .12), 0 10px 20px rgba(22, 163, 74, .26);
      }
    }

  
    body.eml-order-page .acc-item.is-complete:not(.open) {
      background: #f3f4f6;
      border-color: #cbd5e1;
    }

    body.eml-order-page .acc-item.is-complete:not(.open) .acc-button {
      background: #f3f4f6;
    }

    body.eml-order-page .acc-item.is-complete:not(.open) .step-num {
      background: #16a34a;
      color: #fff;
      font-size: 0;
      position: relative;
    }

    body.eml-order-page .acc-item.is-complete:not(.open) .step-num::after {
      content: "✓";
      font-size: 17px;
      font-weight: 900;
      line-height: 1;
    }

    body.eml-order-page .acc-item.is-complete:not(.open) .acc-title strong {
      color: #0f172a;
    }

    body.eml-order-page .acc-item.is-complete:not(.open) .acc-title span {
      color: #475569;
    }

  
    /* Keep cards clean: main label only */
    body.eml-order-page .activity-card p,
    body.eml-order-page .preview-card p,
    body.eml-order-page .preview-card .card-subtext,
    body.eml-order-page .option-card p,
    body.eml-order-page .option-card .card-subtext,
    body.eml-order-page .people-option-card p,
    body.eml-order-page .people-option-card .card-subtext {
      display: none !important;
    }

  
    body.eml-order-page .sr-only {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }

    body.eml-order-page .sample-card {
      position: relative;
    }

    body.eml-order-page .sample-card .enlarge-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      display: inline-grid;
      place-items: center;
      width: 28px;
      height: 28px;
      border-radius: 999px;
      background: rgba(255,255,255,.92);
      border: 1px solid #dbe4ee;
      color: #64748b;
      font-size: 17px;
      font-weight: 900;
      line-height: 1;
      box-shadow: 0 6px 14px rgba(15, 23, 42, .08);
      pointer-events: none;
    }

    body.eml-order-page .sample-card:hover .enlarge-icon {
      color: #1d75bd;
      border-color: rgba(29,117,189,.35);
      background: #fff;
    }

  
    body.eml-order-page .sample-card .enlarge-note {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 2;
      margin-top: 0 !important;
      display: block !important;
      width: 28px;
      height: 28px;
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: 1;
    }

    body.eml-order-page .sample-card .enlarge-note .enlarge-icon {
      position: static;
    }

  
    /* Single preview enlarge icon */
    body.eml-order-page .sample-card .enlarge-note {
      display: none !important;
    }

    body.eml-order-page .sample-card .enlarge-icon {
      position: absolute !important;
      top: 10px !important;
      right: 10px !important;
      z-index: 2 !important;
      display: inline-grid !important;
      place-items: center !important;
      width: 30px !important;
      height: 30px !important;
      border-radius: 999px !important;
      background: rgba(255,255,255,.94) !important;
      border: 1px solid #dbe4ee !important;
      color: #64748b !important;
      font-size: 17px !important;
      font-weight: 900 !important;
      line-height: 1 !important;
      box-shadow: 0 6px 14px rgba(15, 23, 42, .08) !important;
      pointer-events: none !important;
    }

    body.eml-order-page .sample-card:hover .enlarge-icon {
      color: #1d75bd !important;
      border-color: rgba(29,117,189,.35) !important;
      background: #fff !important;
    }

  
    /* Selected activity check matches the rest of the completion checks */
    body.eml-order-page .activity-card .check,
    body.eml-order-page .activity-card.selected .check {
      background: #16a34a !important;
      border-color: #bbf7d0 !important;
      color: #fff !important;
      box-shadow: 0 6px 14px rgba(22, 163, 74, .22) !important;
    }

  
    body.eml-order-page .activity-card.active::after {
      background: #16a34a !important;
      box-shadow: 0 6px 14px rgba(22, 163, 74, .24) !important;
    }

  
    body.eml-order-page .activity-step-head {
      align-items: center;
      gap: 14px;
    }

    body.eml-order-page .activity-step-change {
      display: none;
      border: 1px solid #cbd5e1;
      background: #fff;
      color: #0f172a;
      border-radius: 999px;
      padding: 8px 13px;
      font-size: 13px;
      font-weight: 800;
      cursor: pointer;
      white-space: nowrap;
    }

    body.eml-order-page .activity-step-change:hover {
      border-color: rgba(29,117,189,.45);
      color: #1d75bd;
    }

    body.eml-order-page .activity-step-panel.is-complete {
      border-color: #cbd5e1;
    }

    body.eml-order-page .activity-step-panel.is-collapsed {
      background: #f3f4f6;
    }

    body.eml-order-page .activity-step-panel.is-collapsed .panel-head {
      background: #f3f4f6;
    }

    body.eml-order-page .activity-step-panel.is-collapsed .panel-body {
      display: none;
    }

    body.eml-order-page .activity-step-panel.is-collapsed .activity-step-change {
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    body.eml-order-page .activity-step-panel.is-collapsed .section-step-number {
      background: #16a34a;
      color: #fff;
      font-size: 0;
      position: relative;
    }

    body.eml-order-page .activity-step-panel.is-collapsed .section-step-number::after {
      content: "✓";
      font-size: 17px;
      font-weight: 900;
      line-height: 1;
    }

    @media (max-width: 620px) {
      body.eml-order-page .activity-step-head {
        align-items: flex-start;
      }

      body.eml-order-page .activity-step-change {
        padding: 7px 11px;
        font-size: 12px;
      }
    }

  
    body.eml-order-page .proof-approval-check {
      cursor: pointer;
      align-items: flex-start;
      user-select: none;
    }

    body.eml-order-page .proof-approval-check input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    body.eml-order-page .proof-approval-check .proof-checkmark {
      width: 28px;
      height: 28px;
      flex: 0 0 28px;
      border-radius: 4px;
      border: 2px solid #6b7280;
      background: #fff;
      color: transparent !important;
      display: grid;
      place-items: center;
      transition: .15s ease;
    }

    body.eml-order-page .proof-approval-check .proof-checkmark::after {
      content: "";
    }

    body.eml-order-page .proof-approval-check.is-checked .proof-checkmark::after {
      content: "✓";
      color: #fff;
      font-size: 18px;
      line-height: 1;
      font-weight: 900;
    }

    body.eml-order-page .proof-approval-check.is-checked {
      border-color: #cbd5e1;
      background: #f3f4f6;
      color: #1f2937;
    }

    body.eml-order-page .proof-approval-check.is-checked strong {
      color: #0f172a;
    }

    body.eml-order-page .proof-approval-check.is-checked .proof-checkmark {
      border-radius: 50%;
      background: #16a34a;
      color: #fff;
      border-color: #16a34a;
      box-shadow: 0 6px 14px rgba(22, 163, 74, .20);
    }

    body.eml-order-page .final-submit-btn:disabled,
    body.eml-order-page .price .btn:disabled {
      background: #e5e7eb !important;
      color: #94a3b8 !important;
      border: 1px solid #d1d5db !important;
      box-shadow: none !important;
      cursor: not-allowed !important;
      opacity: 1 !important;
    }

    body.eml-order-page .final-submit-btn.ready,
    body.eml-order-page .price .btn.ready {
      background: #16a34a !important;
      color: #fff !important;
      border-color: #15803d !important;
      box-shadow: 0 8px 16px rgba(22, 163, 74, .18) !important;
    }

  
    /* Align collapsed accordion titles and summaries */
    body.eml-order-page .acc-button {
      gap: 12px;
    }

    body.eml-order-page .acc-button .left {
      display: grid !important;
      grid-template-columns: 46px minmax(0, 1fr);
      align-items: center;
      gap: 12px;
      width: 100%;
      min-width: 0;
      text-align: left;
    }

    body.eml-order-page .acc-button .step-num {
      justify-self: center;
      align-self: center;
      margin: 0;
    }

    body.eml-order-page .acc-button .acc-title {
      min-width: 0;
      text-align: left;
    }

    body.eml-order-page .acc-button .acc-title strong,
    body.eml-order-page .acc-button .acc-title span {
      text-align: left;
    }

    body.eml-order-page .acc-button .acc-title span {
      max-width: none;
    }

    body.eml-order-page .acc-button .chev {
      flex: 0 0 auto;
    }

    @media (max-width: 520px) {
      body.eml-order-page .acc-button {
        padding-left: 12px;
        padding-right: 12px;
      }

      body.eml-order-page .acc-button .left {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
      }
    }

  
    body.eml-order-page .review-submit-removed-note {
      display: none;
    }

  
    /* Mobile people option cards: image above, label below, larger artwork */
    @media (max-width: 620px) {
      body.eml-order-page #personHairOptions,
      body.eml-order-page #personFacialHairOptions,
      body.eml-order-page #personGlassesOptions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
      }

      body.eml-order-page #personHairOptions .people-option-card,
      body.eml-order-page #personFacialHairOptions .people-option-card,
      body.eml-order-page #personGlassesOptions .people-option-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: minmax(130px, auto) auto !important;
        min-height: 182px !important;
        padding: 10px !important;
        gap: 8px !important;
        text-align: center !important;
        align-items: stretch !important;
      }

      body.eml-order-page #personHairOptions .people-option-card .option-art,
      body.eml-order-page #personFacialHairOptions .people-option-card .option-art,
      body.eml-order-page #personGlassesOptions .people-option-card .option-art {
        order: 1;
        height: 132px !important;
        width: 100% !important;
        display: grid !important;
        place-items: center !important;
      }

      body.eml-order-page #personHairOptions .people-option-card .option-art img,
      body.eml-order-page #personFacialHairOptions .people-option-card .option-art img,
      body.eml-order-page #personGlassesOptions .people-option-card .option-art img {
        max-height: 132px !important;
        max-width: 100% !important;
        width: auto !important;
      }

      body.eml-order-page #personHairOptions .people-option-card strong,
      body.eml-order-page #personFacialHairOptions .people-option-card strong,
      body.eml-order-page #personGlassesOptions .people-option-card strong {
        order: 2;
        display: block !important;
        align-self: center !important;
        justify-self: center !important;
        font-size: 13px !important;
        line-height: 1.15 !important;
        text-align: center !important;
        width: 100% !important;
      }
    }

    @media (max-width: 390px) {
      body.eml-order-page #personHairOptions,
      body.eml-order-page #personFacialHairOptions,
      body.eml-order-page #personGlassesOptions {
        grid-template-columns: 1fr !important;
      }

      body.eml-order-page #personHairOptions .people-option-card,
      body.eml-order-page #personFacialHairOptions .people-option-card,
      body.eml-order-page #personGlassesOptions .people-option-card {
        min-height: 210px !important;
        grid-template-rows: minmax(160px, auto) auto !important;
      }

      body.eml-order-page #personHairOptions .people-option-card .option-art,
      body.eml-order-page #personFacialHairOptions .people-option-card .option-art,
      body.eml-order-page #personGlassesOptions .people-option-card .option-art {
        height: 160px !important;
      }

      body.eml-order-page #personHairOptions .people-option-card .option-art img,
      body.eml-order-page #personFacialHairOptions .people-option-card .option-art img,
      body.eml-order-page #personGlassesOptions .people-option-card .option-art img {
        max-height: 160px !important;
      }
    }

  
    body.eml-order-page .people-option-card.no-art-card {
      display: grid !important;
      place-items: center !important;
      text-align: center !important;
    }

    body.eml-order-page .people-option-card.no-art-card strong {
      font-size: 20px !important;
      line-height: 1.15 !important;
      text-align: center !important;
    }

    @media (max-width: 620px) {
      body.eml-order-page #personGlassesOptions .people-option-card.no-art-card {
        min-height: 150px !important;
        grid-template-rows: 1fr !important;
      }

      body.eml-order-page #personGlassesOptions .people-option-card.no-art-card strong {
        font-size: 22px !important;
      }
    }

  
    body.eml-order-page #personGlassesOptions .people-option-card.no-art-card {
      display: grid !important;
      place-items: center !important;
      text-align: center !important;
      grid-template-columns: 1fr !important;
      grid-template-rows: 1fr !important;
    }

    body.eml-order-page #personGlassesOptions .people-option-card.no-art-card strong {
      font-size: 20px !important;
      line-height: 1.15 !important;
      text-align: center !important;
      justify-self: center !important;
      align-self: center !important;
      width: 100% !important;
    }

    body.eml-order-page #personGlassesOptions .people-option-card.no-art-card .option-art,
    body.eml-order-page #personGlassesOptions .people-option-card.no-art-card .option-icon {
      display: none !important;
    }


    body.eml-order-page #personFacialHairOptions .people-option-card.no-art-card {
      display: grid !important;
      grid-template-columns: 1fr !important;
      grid-template-rows: 1fr !important;
      place-items: center !important;
      text-align: center !important;
      min-height: 110px !important;
    }

    body.eml-order-page #personFacialHairOptions .people-option-card.no-art-card strong {
      width: auto !important;
      max-width: 100% !important;
      font-size: 15px !important;
      line-height: 1.1 !important;
      text-align: center !important;
      white-space: nowrap !important;
      justify-self: center !important;
      align-self: center !important;
    }

    body.eml-order-page #personFacialHairOptions .people-option-card.no-art-card .option-art,
    body.eml-order-page #personFacialHairOptions .people-option-card.no-art-card .option-icon {
      display: none !important;
    }

    @media (max-width: 620px) {
      body.eml-order-page #personGlassesOptions .people-option-card.no-art-card {
        min-height: 150px !important;
      }

      body.eml-order-page #personGlassesOptions .people-option-card.no-art-card strong {
        font-size: 22px !important;
      }
    }

  
    /* Shorter color guidance with buttons aligned in one row */
    body.eml-order-page .color-preview-row {
      align-items: center !important;
      gap: 14px !important;
    }

    body.eml-order-page .color-preview-row .copy {
      min-width: 0;
      flex: 1 1 auto;
    }

    body.eml-order-page .color-preview-row .copy span {
      max-width: 620px;
    }

    body.eml-order-page .color-swatches {
      display: flex !important;
      flex-wrap: nowrap !important;
      align-items: center !important;
      justify-content: flex-end !important;
      gap: 8px !important;
      flex: 0 0 auto;
    }

    body.eml-order-page .color-chip {
      white-space: nowrap !important;
    }


    body.eml-order-page #colorSwatches .color-chip:not(.active),
    body.eml-order-page #colorChoiceChips .decal-chip.color-chip:not(.active) {
      background: #fff !important;
      border-color: var(--line) !important;
      box-shadow: none !important;
      color: var(--ink) !important;
    }

    body.eml-order-page #colorSwatches .color-chip.active,
    body.eml-order-page #colorChoiceChips .decal-chip.color-chip.active {
      border-color: #16a34a !important;
      background: #ecfdf5 !important;
      box-shadow: 0 0 0 3px rgba(22, 163, 74, .13) !important;
    }

    body.eml-order-page #colorSwatches .color-chip.active::after,
    body.eml-order-page #colorChoiceChips .decal-chip.color-chip.active::after {
      background: #16a34a !important;
    }

    body.eml-order-page #colorSwatches .color-chip:not(.active)::after,
    body.eml-order-page #colorChoiceChips .decal-chip.color-chip:not(.active)::after {
      content: none !important;
      display: none !important;
    }


    body.eml-order-page #colorSwatches .color-chip .dot,
    body.eml-order-page #colorChoiceChips .decal-chip.color-chip .dot {
      width: 22px !important;
      height: 14px !important;
      flex-basis: 22px !important;
      border-radius: 5px !important;
    }

    @media (max-width: 620px) {
      body.eml-order-page .color-preview-row {
        align-items: flex-start !important;
      }

      body.eml-order-page .color-swatches {
        width: 100% !important;
        justify-content: space-between !important;
      }

      body.eml-order-page .color-chip {
        flex: 1 1 0 !important;
        justify-content: center !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
      }
    }

  
    body.eml-order-page .visually-hidden-controls {
      display: none !important;
    }

    body.eml-order-page .decal-details-choices {
      display: grid;
      gap: 14px;
    }

    body.eml-order-page .decal-choice-group label {
      display: block;
      color: var(--ink);
      font-weight: 800;
      font-size: 13px;
      margin-bottom: 8px;
    }

    body.eml-order-page .decal-style-cards {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
    }

    body.eml-order-page .decal-style-card {
      border: 1px solid var(--line);
      background: #fff;
      border-radius: 16px;
      padding: 15px 12px;
      min-height: 74px;
      display: grid;
      place-items: center;
      text-align: center;
      cursor: pointer;
      font-weight: 900;
      color: var(--ink);
      transition: .18s ease;
      position: relative;
    }

    body.eml-order-page .decal-style-card:hover,
    body.eml-order-page .decal-chip:hover {
      transform: translateY(-1px);
      border-color: rgba(29,117,189,.45);
      box-shadow: 0 8px 16px rgba(15, 23, 42, .08);
    }

    body.eml-order-page .decal-style-card.active,
    body.eml-order-page .decal-chip.active {
      border-color: var(--blue);
      box-shadow: 0 0 0 3px rgba(29,117,189,.13);
      background: #f8fcff;
    }

    body.eml-order-page .decal-style-card.active::after {
      content: "✓";
      position: absolute;
      top: 8px;
      right: 8px;
      width: 22px;
      height: 22px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: #16a34a;
      color: #fff;
      font-size: 13px;
      font-weight: 900;
      border: 2px solid #fff;
      box-shadow: 0 4px 10px rgba(15, 23, 42, .16);
    }

    body.eml-order-page .decal-choice-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      align-items: start;
    }

    body.eml-order-page .decal-chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    body.eml-order-page .decal-chip {
      border: 1px solid var(--line);
      background: #fff;
      color: var(--ink);
      border-radius: 999px;
      padding: 10px 13px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      cursor: pointer;
      font-size: 13px;
      font-weight: 900;
      min-height: 42px;
      transition: .18s ease;
      white-space: nowrap;
    }

    body.eml-order-page .decal-chip.color-chip {
      padding-left: 10px;
    }

    @media (max-width: 620px) {
      body.eml-order-page .decal-style-cards {
        grid-template-columns: 1fr;
      }

      body.eml-order-page .decal-style-card {
        min-height: 58px;
      }

      body.eml-order-page .decal-choice-row {
        grid-template-columns: 1fr;
      }

      body.eml-order-page .decal-chip-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      body.eml-order-page #sizeChoiceChips {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      body.eml-order-page .decal-chip {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
      }
    }

  
    /* Decal Details: put size and color on separate, evenly spaced rows */
    body.eml-order-page .decal-choice-row {
      grid-template-columns: 1fr !important;
      gap: 16px !important;
    }

    body.eml-order-page #sizeChoiceChips,
    body.eml-order-page #colorChoiceChips {
      display: grid !important;
      gap: 10px !important;
      width: 100% !important;
    }

    body.eml-order-page #sizeChoiceChips {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    body.eml-order-page #colorChoiceChips {
      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important;
    }

    body.eml-order-page #sizeChoiceChips .decal-chip,
    body.eml-order-page #colorChoiceChips .decal-chip {
      width: 100% !important;
      min-height: 46px !important;
      padding-left: 12px !important;
      padding-right: 12px !important;
    }

    @media (max-width: 620px) {
      body.eml-order-page #sizeChoiceChips {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      }

      body.eml-order-page #colorChoiceChips {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      }
    }

    @media (max-width: 390px) {
      body.eml-order-page #colorChoiceChips {
        grid-template-columns: 1fr !important;
      }
    }

  
    /* Main order-form header: black with blue headline text */
    body.eml-order-page .site-header {
      background: #050505 !important;
      color: #1d75bd !important;
      border-bottom: 1px solid #111827;
    }

    body.eml-order-page .site-header h1 {
      color: #1d75bd !important;
      text-shadow: none !important;
    }

  
    /* Blue gradient headline text on black header */
    body.eml-order-page .site-header h1 {
      background: linear-gradient(90deg, #1d75bd 0%, #37a1d8 50%, #7dd3fc 100%) !important;
      -webkit-background-clip: text !important;
      background-clip: text !important;
      color: transparent !important;
      -webkit-text-fill-color: transparent !important;
      font-weight: 900 !important;
    }

  
    /* Main order-form header: blue gradient with white headline text */
    body.eml-order-page .site-header {
      background: linear-gradient(135deg, #1d75bd 0%, #155f99 52%, #0f3f70 100%) !important;
      color: #ffffff !important;
      border-bottom: 1px solid rgba(255,255,255,.18) !important;
    }

    body.eml-order-page .site-header h1 {
      background: none !important;
      -webkit-background-clip: initial !important;
      background-clip: initial !important;
      color: #ffffff !important;
      -webkit-text-fill-color: #ffffff !important;
      text-shadow: none !important;
      font-weight: 900 !important;
    }

  
    /* Submit preview modal */
    body.eml-order-page .submit-preview-modal .sample-modal-dialog {
      width: min(1080px, calc(100vw - 44px));
    }

    body.eml-order-page .submit-preview-body {
      padding: 18px;
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
      gap: 16px;
      background: #f8fafc;
    }

    body.eml-order-page .submit-preview-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 16px;
      min-width: 0;
    }

    body.eml-order-page .submit-preview-card h4 {
      margin: 0 0 12px;
      font-size: 16px;
      letter-spacing: -.01em;
    }

    body.eml-order-page .submit-preview-summary {
      display: grid;
      gap: 12px;
      color: var(--ink);
      font-size: 14px;
      line-height: 1.45;
    }

    body.eml-order-page .submit-preview-section {
      border-top: 1px solid var(--line);
      padding-top: 12px;
    }

    body.eml-order-page .submit-preview-section:first-child {
      border-top: 0;
      padding-top: 0;
    }

    body.eml-order-page .submit-preview-section strong {
      display: block;
      margin-bottom: 6px;
      color: var(--ink);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .04em;
    }

    body.eml-order-page .submit-preview-list {
      margin: 0;
      padding-left: 18px;
      display: grid;
      gap: 5px;
    }

    body.eml-order-page .submit-json-wrap {
      display: grid;
      gap: 10px;
    }

    body.eml-order-page .submit-json {
      margin: 0;
      background: #0f172a;
      color: #e5edf8;
      border-radius: 14px;
      padding: 14px;
      min-height: 360px;
      max-height: 58vh;
      overflow: auto;
      white-space: pre-wrap;
      word-break: break-word;
      font-size: 12px;
      line-height: 1.45;
      font-family: Consolas, Monaco, "Courier New", monospace;
    }

    body.eml-order-page .submit-preview-actions {
      padding: 14px 18px 18px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      border-top: 1px solid var(--line);
      background: #fff;
    }

    body.eml-order-page .submit-preview-actions .left-actions,
    body.eml-order-page .submit-preview-actions .right-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      align-items: center;
    }

    body.eml-order-page .copy-status {
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      min-height: 18px;
    }

    body.eml-order-page .checkout-note {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
      margin-top: 8px;
    }

    @media (max-width: 760px) {
      body.eml-order-page .submit-preview-body {
        grid-template-columns: 1fr;
      }

      body.eml-order-page .submit-preview-actions,
      body.eml-order-page .submit-preview-actions .left-actions,
      body.eml-order-page .submit-preview-actions .right-actions {
        display: grid;
        width: 100%;
      }

      body.eml-order-page .submit-preview-actions .btn {
        width: 100%;
      }
    }


    /* Consistent green selected checks for size and people option cards */
    body.eml-order-page #sizeChoiceChips .decal-chip,
    body.eml-order-page .decal-style-card,
    body.eml-order-page .people-option-card {
      position: relative;
    }

    body.eml-order-page #sizeChoiceChips .decal-chip.active,
    body.eml-order-page .decal-style-card.active,
    body.eml-order-page .people-option-card.active {
      border-color: #16a34a !important;
      background: #ecfdf5 !important;
      box-shadow: 0 0 0 3px rgba(22, 163, 74, .13) !important;
    }

    body.eml-order-page #sizeChoiceChips .decal-chip.active::after,
    body.eml-order-page .decal-style-card.active::after,
    body.eml-order-page .people-option-card.active::after {
      content: "✓";
      position: absolute;
      top: 8px;
      right: 8px;
      width: 22px;
      height: 22px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: #16a34a;
      color: #fff;
      font-size: 13px;
      font-weight: 900;
      border: 2px solid #fff;
      box-shadow: 0 4px 10px rgba(15, 23, 42, .16);
      z-index: 4;
      pointer-events: none;
    }

    body.eml-order-page #sizeChoiceChips .decal-chip.active,
    body.eml-order-page .decal-style-card.active {
      padding-right: 38px !important;
    }

    @media (max-width: 620px) {
      body.eml-order-page #sizeChoiceChips .decal-chip.active,
      body.eml-order-page .decal-style-card.active {
        padding-right: 34px !important;
      }
    }


    /* Main order-form progress bar */
    html {
      scroll-padding-top: 150px;
    }

    body.eml-order-page .builder-progress-panel {
      position: sticky;
      top: 0;
      z-index: 30;
      margin: -6px 0 18px;
      padding: 14px;
      background: rgba(255, 255, 255, .94);
      border: 1px solid rgba(219, 227, 239, .95);
      border-radius: 20px;
      box-shadow: 0 14px 32px rgba(15, 23, 42, .12);
      backdrop-filter: blur(12px);
    }

    body.eml-order-page .builder-progress-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 10px;
    }

    body.eml-order-page .builder-progress-copy strong {
      display: block;
      font-size: 16px;
      line-height: 1.2;
      color: #0f172a;
    }

    body.eml-order-page .builder-progress-copy span {
      display: block;
      margin-top: 3px;
      font-size: 12px;
      line-height: 1.35;
      color: var(--muted);
    }

    body.eml-order-page .builder-progress-percent {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 104px;
      padding: 7px 10px;
      border-radius: 999px;
      background: #fff7ed;
      color: #9a4a00;
      border: 1px solid #fed7aa;
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap;
    }

    body.eml-order-page .builder-progress-track {
      position: relative;
      height: 10px;
      overflow: hidden;
      border-radius: 999px;
      background: #e8eef6;
      margin-bottom: 10px;
    }

    body.eml-order-page .builder-progress-fill {
      display: block;
      width: 0%;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--blue), var(--green));
      transition: width .22s ease;
    }

    body.eml-order-page .builder-progress-steps {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
    }

    body.eml-order-page .builder-progress-step {
      border: 1px solid var(--line);
      background: #fff;
      color: #334155;
      border-radius: 14px;
      padding: 9px 8px;
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      cursor: pointer;
      font-size: 12px;
      font-weight: 900;
      line-height: 1.15;
      text-align: left;
      transition: transform .15s ease, border-color .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
    }

    body.eml-order-page .builder-progress-step:hover {
      transform: translateY(-1px);
      border-color: rgba(29,117,189,.45);
      box-shadow: 0 8px 16px rgba(15, 23, 42, .08);
    }

    body.eml-order-page .builder-progress-step .step-dot {
      width: 24px;
      height: 24px;
      flex: 0 0 24px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: #eef4fb;
      color: var(--blue);
      font-size: 12px;
      font-weight: 900;
    }

    body.eml-order-page .builder-progress-step.is-done {
      background: #f3f4f6;
      border-color: #cbd5e1;
      color: #0f172a;
    }

    body.eml-order-page .builder-progress-step.is-done .step-dot {
      background: #16a34a;
      color: #fff;
    }

    body.eml-order-page .builder-progress-step.is-current {
      background: #fff7ed;
      border-color: rgba(255, 128, 0, .55);
      color: #9a4a00;
      box-shadow: 0 0 0 3px rgba(255,128,0,.10);
    }

    body.eml-order-page .builder-progress-step.is-current .step-dot {
      background: var(--orange);
      color: #fff;
    }

    body.eml-order-page .builder-progress-step.is-future {
      color: #64748b;
    }

    @media (max-width: 920px) {
      html { scroll-padding-top: 176px; }

      body.eml-order-page .builder-progress-panel {
        margin-top: -2px;
        border-radius: 18px;
        padding: 12px;
      }

      body.eml-order-page .builder-progress-steps {
        display: flex;
        overflow-x: auto;
        padding-bottom: 2px;
        scroll-snap-type: x proximity;
      }

      body.eml-order-page .builder-progress-step {
        flex: 0 0 auto;
        min-width: 128px;
        scroll-snap-align: start;
      }
    }

    @media (max-width: 560px) {
      html { scroll-padding-top: 154px; }

      body.eml-order-page .builder-progress-panel {
        margin-left: -2px;
        margin-right: -2px;
        padding: 10px;
        border-radius: 16px;
      }

      body.eml-order-page .builder-progress-top {
        align-items: stretch;
        gap: 8px;
        margin-bottom: 8px;
      }

      body.eml-order-page .builder-progress-copy strong {
        font-size: 14px;
      }

      body.eml-order-page .builder-progress-copy span {
        display: none;
      }

      body.eml-order-page .builder-progress-percent {
        min-width: 76px;
        padding: 6px 8px;
        font-size: 11px;
      }

      body.eml-order-page .builder-progress-track {
        height: 8px;
        margin-bottom: 8px;
      }

      body.eml-order-page .builder-progress-step {
        min-width: 112px;
        min-height: 42px;
        padding: 8px 7px;
        font-size: 11px;
        gap: 6px;
      }

      body.eml-order-page .builder-progress-step .step-dot {
        width: 21px;
        height: 21px;
        flex-basis: 21px;
        font-size: 11px;
      }
    }

  

    /* Readability pass: larger small text for better desktop/mobile scanning */
    body.eml-order-page {
      font-size: 16px;
    }

    body.eml-order-page .field input,
    body.eml-order-page .field select,
    body.eml-order-page .field textarea {
      font-size: 16px !important;
      line-height: 1.35 !important;
    }

    body.eml-order-page .btn,
    body.eml-order-page .full-btn,
    body.eml-order-page .final-submit-btn {
      font-size: 15px !important;
      line-height: 1.2 !important;
    }

    body.eml-order-page .field label,
    body.eml-order-page .decal-choice-group label,
    body.eml-order-page .activity-card strong,
    body.eml-order-page .option-card strong,
    body.eml-order-page .sample-caption strong,
    body.eml-order-page .acc-title strong,
    body.eml-order-page .crew-text strong,
    body.eml-order-page .people-draft-copy strong,
    body.eml-order-page .color-preview-row .copy strong {
      font-size: 14px !important;
      line-height: 1.25 !important;
    }

    body.eml-order-page .panel-head p,
    body.eml-order-page .section-step-heading p,
    body.eml-order-page .trust-card span,
    body.eml-order-page .option-card span,
    body.eml-order-page .sample-caption span,
    body.eml-order-page .sample-modal-head p,
    body.eml-order-page .sample-modal-foot,
    body.eml-order-page .color-preview-row .copy span,
    body.eml-order-page .acc-title span,
    body.eml-order-page .crew-text span,
    body.eml-order-page .people-draft-copy span,
    body.eml-order-page .people-step-head p,
    body.eml-order-page .empty-state,
    body.eml-order-page .notice,
    body.eml-order-page .proof-box,
    body.eml-order-page .plan-row,
    body.eml-order-page .plan-list,
    body.eml-order-page .price small {
      font-size: 13px !important;
      line-height: 1.4 !important;
    }

    body.eml-order-page .badge,
    body.eml-order-page .color-chip,
    body.eml-order-page .decal-chip,
    body.eml-order-page .mini-btn,
    body.eml-order-page .people-progress span,
    body.eml-order-page .person-complete-badge,
    body.eml-order-page .person-limit-notice,
    body.eml-order-page .person-success-notice,
    body.eml-order-page .enlarge-note,
    body.eml-order-page .plan-title span,
    body.eml-order-page .plan-box h4 {
      font-size: 13px !important;
      line-height: 1.25 !important;
    }

    body.eml-order-page #personHairOptions .people-option-card:not(.no-art-card) strong,
    body.eml-order-page #personFacialHairOptions .people-option-card:not(.no-art-card) strong,
    body.eml-order-page #personGlassesOptions .people-option-card:not(.no-art-card) strong {
      font-size: 14px !important;
      line-height: 1.15 !important;
    }

    @media (max-width: 430px) {
      body.eml-order-page .activity-card strong,
      body.eml-order-page .option-card strong,
      body.eml-order-page .sample-caption strong,
      body.eml-order-page .field label,
      body.eml-order-page .decal-choice-group label,
      body.eml-order-page #personHairOptions .people-option-card:not(.no-art-card) strong,
      body.eml-order-page #personFacialHairOptions .people-option-card:not(.no-art-card) strong,
      body.eml-order-page #personGlassesOptions .people-option-card:not(.no-art-card) strong {
        font-size: 13px !important;
      }

      body.eml-order-page .option-card span,
      body.eml-order-page .sample-caption span,
      body.eml-order-page .people-step-head p,
      body.eml-order-page .people-draft-copy span,
      body.eml-order-page .crew-text span,
      body.eml-order-page .people-review-row {
        font-size: 13px !important;
      }
    }



    /* Final desktop facial-hair layout fix: large artwork above, label below.
       This overrides the older desktop side-by-side grid-template-areas rule. */
    @media (min-width: 621px) {
      body.eml-order-page #personFacialHairOptions {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 10px !important;
      }

      body.eml-order-page #personFacialHairOptions .people-option-card:not(.no-art-card) {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: 128px auto !important;
        grid-template-areas:
          "art"
          "label" !important;
        min-height: 174px !important;
        padding: 10px 8px 9px !important;
        gap: 8px !important;
        text-align: center !important;
        align-items: stretch !important;
        justify-items: center !important;
        align-content: center !important;
        overflow: hidden !important;
      }

      body.eml-order-page #personFacialHairOptions .people-option-card:not(.no-art-card) .option-art {
        grid-area: art !important;
        width: 100% !important;
        height: 128px !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        display: grid !important;
        place-items: center !important;
        overflow: visible !important;
      }

      body.eml-order-page #personFacialHairOptions .people-option-card:not(.no-art-card) .option-art img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 128px !important;
        object-fit: contain !important;
        display: block !important;
      }

      body.eml-order-page #personFacialHairOptions .people-option-card:not(.no-art-card) strong {
        grid-area: label !important;
        width: 100% !important;
        max-width: 100% !important;
        font-size: 13px !important;
        line-height: 1.15 !important;
        text-align: center !important;
        justify-self: center !important;
        align-self: center !important;
        white-space: normal !important;
      }

      body.eml-order-page #personFacialHairOptions .people-option-card.no-art-card {
        min-height: 174px !important;
      }
    }


    /* Standardized form label sizing: keeps option labels consistent across desktop and mobile */
    body.eml-order-page {
      --form-choice-label-size: 16px;
      --form-choice-label-weight: 800;
      --form-choice-label-line-height: 1.2;
    }

    body.eml-order-page .field label,
    body.eml-order-page .decal-choice-group label,
    body.eml-order-page .activity-card strong,
    body.eml-order-page .option-card strong,
    body.eml-order-page .sample-caption strong,
    body.eml-order-page .color-preview-row .copy strong,
    body.eml-order-page .people-draft-copy strong,
    body.eml-order-page .crew-text strong,
    body.eml-order-page .acc-title strong,
    body.eml-order-page .proof-approval-check strong,
    body.eml-order-page .decal-style-card,
    body.eml-order-page .decal-chip,
    body.eml-order-page .color-chip,
    body.eml-order-page #personTypeOptions .people-option-card strong,
    body.eml-order-page #personHairOptions .people-option-card strong,
    body.eml-order-page #personFacialHairOptions .people-option-card strong,
    body.eml-order-page #personFacialHairOptions .people-option-card:not(.no-art-card) strong,
    body.eml-order-page #personFacialHairOptions .people-option-card.no-art-card strong,
    body.eml-order-page #personGlassesOptions .people-option-card strong,
    body.eml-order-page #personGlassesOptions .people-option-card.no-art-card strong {
      font-size: var(--form-choice-label-size) !important;
      font-weight: var(--form-choice-label-weight) !important;
      line-height: var(--form-choice-label-line-height) !important;
      letter-spacing: 0 !important;
    }

    body.eml-order-page #personTypeOptions .people-option-card strong,
    body.eml-order-page #personHairOptions .people-option-card strong,
    body.eml-order-page #personFacialHairOptions .people-option-card strong,
    body.eml-order-page #personGlassesOptions .people-option-card strong {
      text-align: center !important;
    }

    body.eml-order-page #personFacialHairOptions .people-option-card.no-art-card strong,
    body.eml-order-page #personGlassesOptions .people-option-card.no-art-card strong {
      white-space: normal !important;
    }

    @media (max-width: 620px) {
      body.eml-order-page .field label,
      body.eml-order-page .decal-choice-group label,
      body.eml-order-page .activity-card strong,
      body.eml-order-page .option-card strong,
      body.eml-order-page .sample-caption strong,
      body.eml-order-page .color-preview-row .copy strong,
      body.eml-order-page .people-draft-copy strong,
      body.eml-order-page .crew-text strong,
      body.eml-order-page .acc-title strong,
      body.eml-order-page .proof-approval-check strong,
      body.eml-order-page .decal-style-card,
      body.eml-order-page .decal-chip,
      body.eml-order-page .color-chip,
      body.eml-order-page #personTypeOptions .people-option-card strong,
      body.eml-order-page #personHairOptions .people-option-card strong,
      body.eml-order-page #personFacialHairOptions .people-option-card strong,
      body.eml-order-page #personFacialHairOptions .people-option-card:not(.no-art-card) strong,
      body.eml-order-page #personFacialHairOptions .people-option-card.no-art-card strong,
      body.eml-order-page #personGlassesOptions .people-option-card strong,
      body.eml-order-page #personGlassesOptions .people-option-card.no-art-card strong {
        font-size: var(--form-choice-label-size) !important;
        font-weight: var(--form-choice-label-weight) !important;
        line-height: var(--form-choice-label-line-height) !important;
      }
    }

/* ================================
   Landing page styles
   ================================ */
body.eml-landing-page {
    --ink: #111214;
    --soft-ink: #303744;
    --muted: #626b78;
    --blue: #5d85c7;
    --blue-dark: #3f6db4;
    --orange: #ff8000;
    --orange-dark: #dc6900;
    --paper: #ffffff;
    --cream: #fbfaf7;
    --soft: #f4f7fb;
    --line: #dfe7f2;
    --dark: #101011;
    --radius: 24px;
    --shadow: 0 22px 70px rgba(13, 29, 57, .12);
  }
  body.eml-landing-page, body.eml-landing-page * { box-sizing: border-box; }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 98px;
  }
  html { scroll-behavior: smooth; }
  body.eml-landing-page {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 54%, #ffffff 100%);
  }
  body.eml-landing-page a { color: inherit; }
  body.eml-landing-page img { display: block; max-width: 100%; }
  body.eml-landing-page .wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }

  body.eml-landing-page header {
    background: linear-gradient(135deg, #0d5c9f, #1d75bd 55%, #37a1d8);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.18);
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .14);
  }
  body.eml-landing-page .nav {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
  }
  body.eml-landing-page .logo {
    font-weight: 900;
    font-size: clamp(27px, 4.5vw, 52px);
    line-height: 1.02;
    letter-spacing: -.025em;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }
  body.eml-landing-page .nav-links {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2.6vw, 34px);
    color: rgba(255,255,255,.9);
    font-size: 16px;
    font-weight: 700;
  }
  body.eml-landing-page .nav-links a { text-decoration: none; }
  body.eml-landing-page .nav-links a:hover { color: #fff; }
  body.eml-landing-page .nav-start {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgba(255,255,255,.34);
    background: rgba(255,255,255,.16);
    border-radius: 999px;
    color: #fff !important;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(15,23,42,.12);
  }

  body.eml-landing-page .hero {
    padding: clamp(42px, 7vw, 82px) 0 clamp(32px, 5vw, 54px);
    display: grid;
    grid-template-columns: minmax(520px, 1.12fr) minmax(380px, .88fr);
    gap: clamp(24px, 4vw, 52px);
    align-items: start;
  }
  body.eml-landing-page .hero-copy {
    padding-top: clamp(8px, 1vw, 14px);
  }
  body.eml-landing-page .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--blue-dark);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 13px;
  }
  body.eml-landing-page .eyebrow::before {
    content: "";
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: var(--orange);
  }
  body.eml-landing-page h1 {
    margin: 0;
    font-size: clamp(36px, 4.6vw, 56px);
    line-height: 1.02;
    letter-spacing: -.04em;
    max-width: 760px;
  }
  body.eml-landing-page .lead {
    margin: 22px 0 0;
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.45;
    color: #3d434d;
    max-width: 640px;
  }
  body.eml-landing-page .hero-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
  }
  body.eml-landing-page .btn {
    border: 0;
    text-decoration: none;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: .01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    min-height: 56px;
    padding: 0 28px;
    font-size: 16px;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  }
  body.eml-landing-page .btn:hover { transform: translateY(-1px); }
  body.eml-landing-page .btn-primary {
    color: #fff;
    background: linear-gradient(180deg, var(--orange) 0%, var(--orange-dark) 100%);
    box-shadow: 0 16px 32px rgba(255,128,0,.25);
  }
  body.eml-landing-page .btn.is-disabled {
    opacity: .68;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
  }
  body.eml-landing-page .btn-secondary {
    color: #173861;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 12px 28px rgba(13, 29, 57, .08);
  }

  body.eml-landing-page .art-panel { position: relative; min-height: 540px; }
  body.eml-landing-page .art-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    transform: none;
  }
  body.eml-landing-page .art-card {
    background: #fff;
    border: 1px solid #edf1f7;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow);
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
  body.eml-landing-page .art-card img { max-width: 100%; max-height: 100%; object-fit: contain; filter: contrast(1.05); }
  body.eml-landing-page .art-card.placeholder {
    min-height: 240px;
    border: 2px dashed #d7e1ef;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #7a8798;
    font-weight: 700;
    text-align: center;
    flex-direction: column;
    gap: 8px;
  }
  body.eml-landing-page .art-card.placeholder .card-label {
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  body.eml-landing-page .art-card.placeholder .card-note {
    font-size: 13px;
    font-weight: 500;
    max-width: 170px;
    line-height: 1.35;
  }
  body.eml-landing-page section.block { padding: clamp(42px, 6vw, 76px) 0; }
  body.eml-landing-page .section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 22px;
    margin-bottom: 24px;
  }
  body.eml-landing-page h2 {
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.05;
    letter-spacing: -.035em;
    margin: 0;
  }
  body.eml-landing-page .section-head p {
    color: var(--muted);
    line-height: 1.45;
    margin: 0;
    max-width: 500px;
  }

  body.eml-landing-page .starter {
    background: #fff;
    border: 1px solid #e4ebf5;
    border-radius: 30px;
    box-shadow: 0 22px 70px rgba(13, 29, 57, .09);
    padding: clamp(22px, 4vw, 36px);
  }
  body.eml-landing-page .choice-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  body.eml-landing-page .choice-group h3 { font-size: 19px; margin: 0 0 7px; }
  body.eml-landing-page .choice-group small { color: var(--muted); display: block; margin-bottom: 14px; line-height: 1.35; }
  body.eml-landing-page .choices {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }
  body.eml-landing-page .choice {
    position: relative;
    border: 1px solid #dfe7f3;
    background: #fff;
    border-radius: 20px;
    min-height: 228px;
    padding: 14px;
    font-weight: 800;
    color: #111;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 10px 28px rgba(13,29,57,.05);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease, background .15s ease;
  }
  body.eml-landing-page .choice:hover {
    transform: translateY(-1px);
    border-color: #b9cce8;
    box-shadow: 0 14px 34px rgba(13,29,57,.08);
  }
  body.eml-landing-page .choice.active {
    background: #fbfdff;
    border-color: #2f8ddb;
    box-shadow: 0 0 0 3px rgba(47,141,219,.14), 0 16px 36px rgba(13,29,57,.08);
  }
  body.eml-landing-page .choice.active::after {
    content: "✓";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #19b45b;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 24px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(25,180,91,.25);
  }
  body.eml-landing-page .choice-art {
    position: relative;
    height: 150px;
    border: 1px solid #dce6f3;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f5fb 100%);
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  body.eml-landing-page .choice-art span {
    color: #8a96a8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  body.eml-landing-page .choice-art img {
    position: absolute;
    inset: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    object-fit: contain;
    object-position: center;
    padding: 0;
    filter: contrast(1.05);
  }
  body.eml-landing-page .choice-label {
    display: block;
    text-align: center;
    line-height: 1.15;
    padding: 0 4px 4px;
  }
  body.eml-landing-page .continue-box {
    margin-top: 24px;
    padding: 16px 20px;
    border-radius: 22px;
    background: linear-gradient(135deg, #0d5c9f, #1d75bd 55%, #37a1d8);
    border: 1px solid rgba(255,255,255,.18);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .14);
  }
  body.eml-landing-page .continue-box p {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    color: rgba(255,255,255,.92);
    font-size: 18px;
    line-height: 1.25;
  }
  body.eml-landing-page .continue-box strong {
    color: #fff;
    font-weight: 900;
  }
  body.eml-landing-page .selection-line {
    display: inline;
    margin-top: 0;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
  }
  body.eml-landing-page .continue-box code {
    display: none;
  }

  body.eml-landing-page .example-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap: 14px;
  }
  body.eml-landing-page .example {
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e4ebf5;
    border-radius: 20px;
    min-height: 164px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(13,29,57,.06);
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
  }
  body.eml-landing-page .example:hover {
    transform: translateY(-2px);
    border-color: #b9cce8;
    box-shadow: 0 16px 36px rgba(13,29,57,.10);
  }
  body.eml-landing-page .example:focus-visible {
    outline: 3px solid rgba(47,141,219,.28);
    outline-offset: 3px;
  }
  body.eml-landing-page .example img { flex: 1; width: 100%; height: 142px; object-fit: contain; object-position: center; padding: 6px; }
  body.eml-landing-page .example span { display: none; }

  body.eml-landing-page .example-modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    place-items: center;
    padding: 22px;
  }
  body.eml-landing-page .example-modal.open { display: grid; }
  body.eml-landing-page .modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 16, 24, .66);
    backdrop-filter: blur(5px);
  }
  body.eml-landing-page .modal-panel {
    position: relative;
    z-index: 1;
    width: min(880px, 100%);
    max-height: min(92vh, 860px);
    overflow: auto;
    background: #fff;
    border: 1px solid #e4ebf5;
    border-radius: 28px;
    box-shadow: 0 28px 90px rgba(0,0,0,.30);
  }
  body.eml-landing-page .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 1px solid #dfe7f2;
    border-radius: 999px;
    background: #fff;
    color: #273346;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 10px 24px rgba(13,29,57,.08);
  }
  body.eml-landing-page .modal-body {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
    gap: clamp(18px, 4vw, 34px);
    padding: clamp(22px, 4vw, 38px);
    align-items: center;
  }
  body.eml-landing-page .modal-image-wrap {
    border: 1px solid #e4ebf5;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    display: grid;
    place-items: center;
    min-height: 320px;
    padding: 18px;
  }
  body.eml-landing-page .modal-image-wrap img {
    width: 100%;
    max-height: 440px;
    object-fit: contain;
  }
  body.eml-landing-page .modal-kicker {
    color: var(--blue-dark);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
  }
  body.eml-landing-page .modal-copy h3 {
    margin: 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.05;
    letter-spacing: -.035em;
  }
  body.eml-landing-page .modal-copy p {
    color: #4e5867;
    line-height: 1.55;
    font-size: 18px;
    margin: 14px 0 22px;
  }
  body.eml-landing-page .modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
  }
  body.eml-landing-page .modal-secondary {
    border: 1px solid var(--line);
    background: #fff;
    color: #173861;
    box-shadow: 0 12px 28px rgba(13, 29, 57, .08);
  }

  body.eml-landing-page .process-band {
    background: linear-gradient(135deg, #eef5ff 0%, #fff7ec 100%);
    border: 1px solid #e4ebf5;
    border-radius: 30px;
    padding: clamp(24px, 5vw, 44px);
    box-shadow: 0 18px 48px rgba(13, 29, 57, .08);
  }
  body.eml-landing-page .process-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: var(--blue-dark);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
  }
  body.eml-landing-page .process-kicker::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--orange);
  }
  body.eml-landing-page .process-band .section-head {
    margin-bottom: 24px;
  }
  body.eml-landing-page .process-band h2 {
    max-width: 720px;
  }
  body.eml-landing-page .steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 16px;
  }
  body.eml-landing-page .step {
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(223,231,242,.95);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(13,29,57,.055);
  }
  body.eml-landing-page .num {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--orange) 0%, var(--orange-dark) 100%);
    color: #fff;
    font-weight: 900;
    margin-bottom: 16px;
    box-shadow: 0 8px 18px rgba(255,128,0,.22);
  }
  body.eml-landing-page .step h3 { margin: 0 0 9px; font-size: 21px; letter-spacing: -.02em; }
  body.eml-landing-page .step p { color: #4e5867; line-height: 1.48; margin: 0; }

  body.eml-landing-page .feature-band {
    background: linear-gradient(135deg, #eef5ff, #fff7ec);
    border: 1px solid #e4ebf5;
    border-radius: 30px;
    padding: clamp(24px, 5vw, 44px);
  }
  body.eml-landing-page .feature-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(24px, 4vw, 46px);
    align-items: center;
  }
  body.eml-landing-page .feature-band p { color: #4e5867; line-height: 1.55; font-size: 18px; margin: 14px 0 0; }
  body.eml-landing-page .value-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  body.eml-landing-page .value-list li {
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(223,231,242,.92);
    border-radius: 20px;
    padding: 18px;
    color: #333c49;
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    box-shadow: 0 10px 24px rgba(13,29,57,.045);
  }
  body.eml-landing-page .value-list li::before {
    content: "✓";
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, var(--orange) 0%, var(--orange-dark) 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(255,128,0,.22);
  }
  body.eml-landing-page .value-list strong {
    display: block;
    color: #202b3a;
    font-size: 17px;
    line-height: 1.15;
  }
  body.eml-landing-page .value-list span {
    color: #5e6876;
    font-size: 14px;
    line-height: 1.35;
  }

  body.eml-landing-page .faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
  body.eml-landing-page details {
    background: #fff;
    border: 1px solid #e4ebf5;
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: 0 10px 30px rgba(13,29,57,.045);
  }
  body.eml-landing-page summary { cursor: pointer; font-weight: 900; color: #273346; }
  body.eml-landing-page details p { color: var(--muted); line-height: 1.5; margin: 12px 0 0; }

  body.eml-landing-page .bottom-cta {
    margin-bottom: 56px;
    background: linear-gradient(135deg, #eef5ff 0%, #fff7ec 100%);
    border: 1px solid #e4ebf5;
    border-radius: 30px;
    padding: clamp(24px, 5vw, 42px);
    box-shadow: 0 18px 48px rgba(13, 29, 57, .10);
  }
  body.eml-landing-page .bottom-cta-content {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 24px;
    align-items: center;
  }
  body.eml-landing-page .cta-copy {
    max-width: 720px;
  }
  body.eml-landing-page .cta-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: var(--blue-dark);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
  }
  body.eml-landing-page .cta-kicker::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--orange);
  }
  body.eml-landing-page .bottom-cta h2 {
    color: var(--ink);
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.04;
    letter-spacing: -.035em;
  }
  body.eml-landing-page .bottom-cta p {
    max-width: 640px;
    margin: 14px 0 0;
    color: #495364;
    line-height: 1.55;
    font-size: 18px;
  }
  body.eml-landing-page .cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }
  body.eml-landing-page .cta-point {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(223,231,242,.95);
    color: #2d3a4d;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(13, 29, 57, .05);
  }
  body.eml-landing-page .cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  body.eml-landing-page .cta-actions .btn {
    min-width: 290px;
  }
  body.eml-landing-page .cta-note {
    color: #5e6a7b;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
  }
  body.eml-landing-page footer {
    background: linear-gradient(135deg, #0d5c9f, #1d75bd 55%, #37a1d8);
    color: rgba(255,255,255,.9);
    border-top: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 -10px 28px rgba(15, 23, 42, .10);
    text-align: center;
    padding: clamp(32px, 5vw, 46px) 16px 26px;
    font-size: 14px;
    line-height: 1.5;
  }
  body.eml-landing-page .footer-inner {
    max-width: 900px;
  }
  body.eml-landing-page .footer-brand {
    color: #fff;
    font-weight: 900;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.05;
    letter-spacing: -.035em;
    margin-bottom: 10px;
  }
  body.eml-landing-page .footer-tagline {
    margin: 0 auto;
    color: rgba(255,255,255,.9);
    font-size: 17px;
    max-width: 620px;
  }
  body.eml-landing-page .footer-proof {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 18px auto 18px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.34);
    background: rgba(255,255,255,.16);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(15,23,42,.12);
  }
  body.eml-landing-page .footer-note {
    margin: 0 auto;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.78);
    max-width: 760px;
    font-size: 13px;
  }


  /* Compact start section so the order-form CTA stays visible without extra scrolling */
  body.eml-landing-page .start-block {
    padding-top: clamp(28px, 4vw, 48px) !important;
    padding-bottom: clamp(28px, 4vw, 48px) !important;
  }
  body.eml-landing-page .start-block .starter {
    padding: clamp(18px, 2.6vw, 26px);
  }
  body.eml-landing-page .start-block .section-head {
    margin-bottom: 14px;
  }
  body.eml-landing-page .start-block h2 {
    font-size: clamp(25px, 2.8vw, 34px);
  }
  body.eml-landing-page .start-block .choice-group h3 {
    margin-bottom: 5px;
  }
  body.eml-landing-page .start-block .choice-group small {
    margin-bottom: 12px;
  }
  body.eml-landing-page .start-block .choices {
    gap: 12px;
  }
  body.eml-landing-page .start-block .choice {
    min-height: 204px;
    padding: 10px;
    border-radius: 18px;
    gap: 8px;
    font-size: 17px;
  }
  body.eml-landing-page .start-block .choice-art {
    height: 138px;
    border-radius: 14px;
  }
  body.eml-landing-page .start-block .choice.active::after {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  body.eml-landing-page .start-block .choice-label {
    padding-bottom: 0;
  }
  body.eml-landing-page .start-block .continue-box {
    margin-top: 14px;
    padding: 14px 18px;
    border-radius: 20px;
  }
  body.eml-landing-page .start-block .continue-box p {
    line-height: 1.25;
  }
  body.eml-landing-page .start-block .continue-box .btn {
    min-height: 48px;
    padding: 0 24px;
  }

  @media (max-width: 980px) {
    html {
      scroll-padding-top: 82px;
    }
    body.eml-landing-page .nav { min-height: 74px; }
    body.eml-landing-page .nav-links a:not(.nav-start) { display: none; }
    body.eml-landing-page .hero { grid-template-columns: 1fr; padding-top: 38px; }
    body.eml-landing-page .art-panel { min-height: auto; }
    body.eml-landing-page .choice-layout, body.eml-landing-page .feature-grid { grid-template-columns: 1fr; }
    body.eml-landing-page .value-list { grid-template-columns: 1fr; }
    body.eml-landing-page .value-list li { min-height: auto; }
    body.eml-landing-page .steps { grid-template-columns: 1fr; }
    body.eml-landing-page .example-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    body.eml-landing-page .example { min-height: 150px; }
    body.eml-landing-page .example img { height: 128px; }
    body.eml-landing-page .faq-grid { grid-template-columns: 1fr; }
    body.eml-landing-page .bottom-cta-content { grid-template-columns: 1fr; }
    body.eml-landing-page .cta-actions { align-items: flex-start; }
    body.eml-landing-page .cta-note { text-align: left; }
    body.eml-landing-page .modal-body { grid-template-columns: 1fr; }
    body.eml-landing-page .modal-image-wrap { min-height: 240px; }
  }
  @media (max-width: 600px) {

    body.eml-landing-page footer {
      padding: 24px 14px;
    }

    body.eml-landing-page .start-block {
      padding-top: 24px !important;
      padding-bottom: 24px !important;
    }
    body.eml-landing-page .start-block .choice {
      min-height: 186px;
    }
    body.eml-landing-page .start-block .choice-art {
      height: 118px;
    }
    body.eml-landing-page .wrap { width: min(100% - 28px, 1180px); }
    body.eml-landing-page .logo { font-size: 31px; }
    body.eml-landing-page .nav-start { min-height: 42px; padding: 0 16px; }
    body.eml-landing-page .hero-actions .btn { width: 100%; }
    body.eml-landing-page .art-grid { grid-template-columns: 1fr; transform: none; }
    body.eml-landing-page .art-card { min-height: 170px; }
    body.eml-landing-page .art-card.placeholder { min-height: 180px; }
    body.eml-landing-page .section-head { display: block; }
    body.eml-landing-page .section-head p { margin-top: 10px; }
    body.eml-landing-page .choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.eml-landing-page .choice { min-height: 202px; padding: 12px; }
    body.eml-landing-page .choice-art { height: 128px; }
    body.eml-landing-page .continue-box { display: block; }
    body.eml-landing-page .continue-box .btn { margin-top: 16px; width: 100%; }
    body.eml-landing-page .cta-actions .btn { width: 100%; min-width: 0; }
    body.eml-landing-page .example-modal { padding: 14px; }
    body.eml-landing-page .modal-panel { border-radius: 22px; }
    body.eml-landing-page .modal-body { padding: 20px; }
    body.eml-landing-page .modal-actions .btn { width: 100%; }
    body.eml-landing-page .modal-close { top: 10px; right: 10px; }
  }

/* ================================
   Landing page mobile navigation
   ================================ */
body.eml-landing-page .mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15,23,42,.12);
}

body.eml-landing-page .mobile-menu-toggle .mobile-menu-line {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}

body.eml-landing-page .mobile-menu-toggle.is-open .mobile-menu-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.eml-landing-page .mobile-menu-toggle.is-open .mobile-menu-line:nth-child(2) {
  opacity: 0;
}

body.eml-landing-page .mobile-menu-toggle.is-open .mobile-menu-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 980px) {
  body.eml-landing-page .nav {
    position: relative;
  }

  body.eml-landing-page .mobile-menu-toggle {
    display: inline-flex;
  }

  body.eml-landing-page .nav-links {
    display: none;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    z-index: 20;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid #dfe7f2;
    border-radius: 20px;
    background: #fff;
    color: #173861;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .20);
  }

  body.eml-landing-page .nav-links.is-open {
    display: flex;
  }

  body.eml-landing-page .nav-links a,
  body.eml-landing-page .nav-links a:not(.nav-start) {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 14px;
    color: #173861;
  }

  body.eml-landing-page .nav-links a:hover,
  body.eml-landing-page .nav-links a:focus-visible {
    background: #eef5ff;
    color: #0d5c9f;
  }

  body.eml-landing-page .nav-links .nav-start {
    min-height: 50px;
    margin-top: 4px;
    border: 0;
    background: linear-gradient(180deg, var(--orange) 0%, var(--orange-dark) 100%);
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(255,128,0,.22);
  }

  body.eml-landing-page .nav-links .nav-start:hover,
  body.eml-landing-page .nav-links .nav-start:focus-visible {
    background: linear-gradient(180deg, var(--orange) 0%, var(--orange-dark) 100%);
    color: #fff !important;
  }
}

@media (max-width: 600px) {
  body.eml-landing-page .mobile-menu-toggle {
    width: 42px;
    height: 42px;
  }
}

/* ================================
   Order form anti-spam front-end pieces
   ================================ */
body.eml-order-page .form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

body.eml-order-page .form-honeypot label,
body.eml-order-page .form-honeypot input {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

body.eml-order-page .order-security-block {
  border: 1px solid #dbe3ef;
  background: #f8fbff;
  border-radius: 16px;
  padding: 14px;
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

body.eml-order-page .order-security-copy {
  display: grid;
  gap: 3px;
}

body.eml-order-page .order-security-copy strong {
  font-size: 14px;
  color: #0f172a;
}

body.eml-order-page .order-security-copy span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

body.eml-order-page .turnstile-status {
  border-radius: 12px;
  padding: 9px 10px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

body.eml-order-page .turnstile-status[data-status="passed"] {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #166534;
}

body.eml-order-page .turnstile-status[data-status="error"],
body.eml-order-page .turnstile-status[data-status="expired"] {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #9a3412;
}

@media (max-width: 560px) {
  body.eml-order-page .order-security-block {
    padding: 12px;
  }

  body.eml-order-page .cf-turnstile {
    max-width: 100%;
    overflow: hidden;
  }
}

