/* sales-drg.css — DRG flagship variant of the sales shell.
   Source of truth: design/od-drg/screens/desktop.html inline <style>
   (the $199 flagship gets its own complete stylesheet; same class
   vocabulary + design tokens as sales-shell.css). Depends on pg-tokens.
   Regenerate from the render's <style> block if the OD render changes. */

/* ============================================================
     Dynamic Rhythm Guitar v8 - PlayGuitar tokens
     Orange leads. Green supports. Warm paper. Literata + Inter.
     ============================================================ */
  :root {
    --brand:            #EC7C2A;
    --brand-hover:      #D26B1F;
    --brand-strong:     #B85A14;
    --brand-soft:       #FBEEDE;
    --brand-wash:       #FDF5EC;
    --brand-ring:       rgba(236,124,42,0.28);

    --accent:           #1F7A47;
    --accent-hover:     #185E37;
    --accent-soft:      #E7F2EB;
    --accent-deep:      #123D24;

    --paper:            #FDFCFA;
    --paper-tint:       #F4F2EC;
    --paper-hero:       #F0EFE8;
    --paper-deep:       #E9E5DC;

    --ink-heading:      #1A1A1A;
    --ink-body:         #2D2D2D;
    --ink-muted:        #5C5C5C;
    --ink-light:        #8A8A8A;
    --hairline:         #E4E0D8;

    --dark:             #1B1916;
    --dark-elev:        #2A2723;
    --on-dark:          #FFFFFF;
    --on-dark-muted:    rgba(255,255,255,0.72);
    --on-dark-faint:    rgba(255,255,255,0.45);

    --font-heading:     'Literata', Georgia, 'Times New Roman', serif;
    --font-body:        'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono:        'Courier New', Courier, monospace;

    --text-xs:    0.75rem;
    --text-sm:    0.875rem;
    --text-base:  1rem;
    --text-md:    1.125rem;
    --text-lg:    1.25rem;
    --text-xl:    1.5rem;
    --text-2xl:   1.875rem;
    --text-3xl:   2.25rem;
    --text-4xl:   2.75rem;

    --h1: clamp(2rem, 5.2vw, 3.75rem);
    --h2: clamp(1.625rem, 3.4vw, 2.5rem);

    --leading-tight:  1.25;
    --leading-snug:   1.4;
    --leading-normal: 1.6;
    --leading-loose:  1.8;

    --space-1: 0.25rem;  --space-2: 0.5rem;  --space-3: 0.75rem;
    --space-4: 1rem;     --space-5: 1.25rem; --space-6: 1.5rem;
    --space-8: 2rem;     --space-10: 2.5rem; --space-12: 3rem;
    --space-16: 4rem;    --space-20: 5rem;   --space-24: 6rem;

    --width-content: 700px;
    --width-wide:    960px;
    --width-max:     1200px;
    --width-narrow:  560px;

    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-pill: 9999px;

    --shadow-sm: 0 1px 3px rgba(27,25,22,0.06);
    --shadow-md: 0 4px 16px rgba(27,25,22,0.08);
    --shadow-lg: 0 12px 36px rgba(27,25,22,0.12);
    --shadow-focus: 0 0 0 3px var(--brand-ring);

    --transition-fast: 150ms ease;

    --gutter: clamp(20px, 4vw, 56px);
  }

  /* -------- base -------- */
  *,*::before,*::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  body {
    margin: 0;
    background: var(--paper);
    color: var(--ink-body);
    font-family: var(--font-body);
    font-size: var(--text-md);
    line-height: var(--leading-loose);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  img, svg { display: block; max-width: 100%; }
  a { color: var(--brand-strong); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; transition: color var(--transition-fast); }
  a:hover { color: var(--brand-hover); }

  h1, h2, h3, h4 {
    font-family: var(--font-heading);
    color: var(--ink-heading);
    font-weight: 600;
    line-height: var(--leading-tight);
    letter-spacing: -0.012em;
    margin: 0;
  }
  h1 { font-size: var(--h1); letter-spacing: -0.02em; line-height: 1.08; }
  h2 { font-size: var(--h2); line-height: 1.12; letter-spacing: -0.015em; }
  h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); line-height: 1.25; }
  h4 { font-size: 1.125rem; line-height: 1.3; }

  p { margin: 0 0 var(--space-4); }

  strong { color: var(--ink-heading); font-weight: 700; }
  .section--dark strong { color: var(--on-dark); }

  ::selection { background: var(--brand-soft); color: var(--ink-heading); }

  :focus-visible {
    outline: none;
    box-shadow: var(--shadow-focus);
    border-radius: 4px;
  }

  /* -------- layout primitives -------- */
  .wrap { max-width: var(--width-max); margin: 0 auto; padding: 0 var(--gutter); }
  .wrap--narrow { max-width: var(--width-wide); }
  .section { padding: clamp(64px, 9vw, 112px) 0; }
  .section--tight { padding: clamp(48px, 6vw, 88px) 0; }
  .section--tint { background: var(--paper-tint); }
  .section--hero { background: var(--paper-hero); }
  .section--dark { background: var(--dark); color: var(--on-dark); }
  .section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--on-dark); }
  .section--wash { background: var(--brand-wash); }

  .eyebrow {
    font-family: var(--font-body);
    font-size: var(--text-xs);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--ink-muted);
    margin: 0 0 var(--space-4);
    display: inline-flex;
    align-items: center;
  }
  .eyebrow .dot {
    display: inline-block;
    width: 7px; height: 7px;
    background: var(--brand);
    border-radius: 50%;
    margin-right: 10px;
  }
  .section--dark .eyebrow { color: rgba(255,255,255,0.7); }

  .lede {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(1.25rem, 2.1vw, 1.625rem);
    line-height: 1.55;
    color: var(--ink-body);
    max-width: 60ch;
  }
  .lede--xl {
    font-size: clamp(1.375rem, 2.4vw, 1.875rem);
    line-height: 1.45;
  }

  .prose { max-width: 720px; margin: 0 auto; }
  .prose p { font-size: var(--text-md); line-height: var(--leading-loose); color: var(--ink-body); }
  .prose p + p { margin-top: var(--space-5); }


  .emph-brand { color: var(--brand); font-style: normal; font-weight: 700; }
  .emph-ink { font-weight: 700; color: var(--ink-heading); font-style: normal; }

  .center { text-align: center; }

  /* -------- buttons (orange-only for CTAs) -------- */
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    padding: 16px 26px;
    border-radius: var(--radius-md);
    border: 1.5px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
    white-space: nowrap;
  }
  .btn--primary {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  }
  .btn--primary:hover { background: var(--brand-hover); color: #fff; }
  .btn--primary:active { transform: translateY(1px); }

  .btn--secondary {
    background: var(--paper);
    color: var(--ink-heading);
    border-color: var(--hairline);
  }
  .btn--secondary:hover { border-color: var(--ink-heading); color: var(--ink-heading); }

  .btn--lg { padding: 19px 32px; font-size: 1.0625rem; }
  .btn--block { width: 100%; }

  .btn .arrow { transition: transform var(--transition-fast); }
  .btn:hover .arrow { transform: translateX(3px); }

  .textlink {
    color: var(--ink-muted);
    text-decoration: none;
    border-bottom: 1.5px solid var(--hairline);
    padding-bottom: 2px;
    transition: color var(--transition-fast), border-color var(--transition-fast);
    font-weight: 500;
  }
  .textlink:hover { color: var(--ink-heading); border-bottom-color: var(--ink-heading); }

  /* ============================================================
     HEADER (sales-page variant)
     ============================================================ */
  .nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(253,252,250,0.92);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid var(--hairline);
  }
  .nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 70px;
    overflow: visible;
  }
  .nav__logo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    overflow: visible;
  }
  .nav__logo img {
    width: 350px;
    max-width: none;
    height: auto;
    margin: 0 -88px;
    display: block;
  }
  .nav__links {
    display: flex;
    gap: 26px;
    font-size: var(--text-sm);
    color: var(--ink-muted);
    font-weight: 500;
    flex: 1 1 auto;
    justify-content: center;
  }
  .nav__links a {
    text-decoration: none;
    color: inherit;
    border-bottom: none;
    padding-bottom: 0;
  }
  .nav__links a:hover { color: var(--ink-heading); }

  .nav__cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }
  .nav__price {
    font-family: var(--font-heading);
    font-size: var(--text-md);
    font-weight: 600;
    color: var(--ink-heading);
    letter-spacing: -0.01em;
  }
  .nav__btn {
    padding: 10px 18px;
    font-size: var(--text-sm);
    border-radius: var(--radius-md);
  }
  @media (max-width: 980px) {
    .nav__links { display: none; }
  }
  @media (max-width: 720px) {
    .nav__logo img { width: 240px; max-width: none; margin: 0 -60px; }
    .nav__price { display: none; }
  }

  /* ============================================================
     HERO
     ============================================================ */
  .hero {
    padding: clamp(72px, 10vw, 128px) 0 clamp(56px, 8vw, 96px);
    background: var(--paper);
    border-bottom: 1px solid var(--hairline);
  }
  .hero__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(36px, 5vw, 72px);
    align-items: center;
  }
  @media (max-width: 980px) {
    .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  }

  .hero__head { margin: 18px 0 22px; }
  .hero__head em { font-style: normal; color: var(--brand); }
  .hero__sub {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(1.25rem, 1.8vw, 1.5rem);
    line-height: 1.45;
    color: var(--ink-body);
    max-width: 42ch;
    margin: 0 0 30px;
  }
  .hero__ctas {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 18px;
  }
  .hero__price {
    font-size: var(--text-sm);
    color: var(--ink-muted);
    margin-top: 4px;
    letter-spacing: 0.005em;
  }

  /* Hero glimpse card - the dynamics arc */
  .glimpse {
    background: var(--paper-tint);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-lg);
    padding: clamp(28px, 3.2vw, 40px);
    position: relative;
    overflow: hidden;
  }
  .glimpse__label {
    font-family: var(--font-body);
    font-size: var(--text-xs);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-muted);
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .glimpse__label::before {
    content: "";
    width: 6px; height: 6px;
    background: var(--brand);
    border-radius: 50%;
    display: inline-block;
  }
  .glimpse__title {
    font-family: var(--font-heading);
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--ink-heading);
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin: 0 0 24px;
  }
  .glimpse__arc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: end;
    height: 140px;
    margin-bottom: 14px;
  }
  .glimpse__bar {
    background: var(--paper);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-md) var(--radius-md) 4px 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 8px;
    position: relative;
    height: 100%;
  }
  .glimpse__bar .fill {
    background: var(--brand);
    border-radius: 4px;
    width: 100%;
    display: block;
    opacity: 0.85;
  }
  .glimpse__bar.is-quiet .fill { height: 32%; background: var(--brand-soft); border: 1px solid var(--brand); }
  .glimpse__bar.is-build .fill { height: 58%; opacity: 0.6; }
  .glimpse__bar.is-loud  .fill { height: 100%; opacity: 1; }
  .glimpse__bar.is-back  .fill { height: 42%; opacity: 0.5; }
  .glimpse__bar .deg {
    position: absolute;
    top: 8px; left: 10px;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 600;
    color: var(--ink-light);
    letter-spacing: 0.1em;
  }
  .glimpse__labels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 18px;
  }
  .glimpse__labels span {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-muted);
    text-align: center;
    font-weight: 600;
  }
  .glimpse__cap {
    font-size: var(--text-sm);
    color: var(--ink-muted);
    line-height: 1.55;
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid var(--hairline);
  }
  .glimpse__cap strong { color: var(--ink-heading); font-weight: 600; }

  /* ============================================================
     STORY
     ============================================================ */
  .story .lede + .story-p,
  .story .story-p + .story-p { margin-top: var(--space-5); }
  .story .story-p {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.7;
    color: var(--ink-body);
    margin: 0;
  }
  .story .story-p--small {
    font-size: 1.0625rem;
    line-height: 1.7;
  }
  .story__build {
    font-family: var(--font-heading);
    font-style: italic;
    font-weight: 500;
    color: var(--ink-heading);
    letter-spacing: 0.02em;
  }
  .story__build .pop {
    color: var(--brand);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.08em;
  }
  .story__turn {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 1.25rem;
    color: var(--ink-heading);
    margin: 28px 0 8px;
  }

  /* ============================================================
     SECTION HEADERS
     ============================================================ */
  .head-block {
    max-width: 720px;
    margin: 0 auto 48px;
  }
  .head-block p {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    line-height: 1.5;
    color: var(--ink-body);
    margin: 18px 0 0;
  }

  /* ============================================================
     AUTHOR BIO
     ============================================================ */
  .bio {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
    max-width: 920px;
  }
  @media (max-width: 720px) {
    .bio { grid-template-columns: 1fr; text-align: left; }
  }
  .bio__portrait {
    width: clamp(160px, 18vw, 220px);
    height: clamp(160px, 18vw, 220px);
    border-radius: 50%;
    overflow: hidden;
    background: var(--paper-tint);
    border: 4px solid var(--paper);
    box-shadow: var(--shadow-md);
  }
  .bio__portrait img {
    width: 100%; height: 100%; object-fit: cover;
  }
  .bio__body h2 { margin-bottom: 18px; }
  .bio__body p {
    font-size: var(--text-md);
    line-height: var(--leading-loose);
    color: var(--ink-body);
    margin: 0 0 18px;
  }

  /* ============================================================
     SIX SHIFTS
     ============================================================ */
  .shifts__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  @media (max-width: 980px) { .shifts__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 620px) { .shifts__grid { grid-template-columns: 1fr; } }
  .shift {
    background: var(--paper);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-lg);
    padding: 32px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
    position: relative;
  }
  .shift:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
  }
  .shift__index {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.14em;
    color: var(--brand);
    font-weight: 700;
    text-transform: uppercase;
  }
  .shift h3 {
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }
  .shift__body {
    font-size: 1rem;
    color: var(--ink-body);
    line-height: 1.65;
    margin: 0;
  }
  .shifts__capstone {
    margin: clamp(48px, 6vw, 72px) auto 0;
    max-width: 820px;
    text-align: center;
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: clamp(1.3125rem, 2.1vw, 1.6875rem);
    line-height: 1.45;
    color: var(--ink-heading);
    letter-spacing: -0.005em;
  }
  .shifts__capstone strong { color: var(--ink-heading); font-weight: 700; }

  /* ============================================================
     ASPIRATIONAL BEAT - on the other side
     ============================================================ */
  .aspire {
    background: var(--paper);
  }
  .aspire .prose p {
    font-size: clamp(1.125rem, 1.6vw, 1.25rem);
    line-height: 1.7;
  }

  /* ============================================================
     PROOF CALLOUT (green, supports the breadth claim)
     ============================================================ */
  .proof-callout {
    margin: 40px 0 0;
    max-width: var(--width-content);
    background: var(--accent-soft);
    border-left: 4px solid var(--accent);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    padding: 28px 32px 24px;
  }
  .proof-callout p {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: clamp(1.0625rem, 1.55vw, 1.25rem);
    line-height: 1.55;
    color: var(--ink-heading);
    margin: 0 0 14px;
  }
  .proof-callout cite {
    font-family: var(--font-body);
    font-style: normal;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--accent-hover);
    letter-spacing: 0.01em;
  }
  .proof-callout cite {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .proof-callout cite::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--accent);
    display: inline-block;
  }

  /* ============================================================
     TASTE OF WHAT'S INSIDE (bulleted, bold/regular rhythm)
     ============================================================ */
  .taste { background: var(--paper-hero); }
  .taste__card {
    background: var(--paper);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-lg);
    padding: clamp(36px, 4.5vw, 56px) clamp(28px, 4vw, 56px);
    box-shadow: var(--shadow-sm);
    max-width: 880px;
    margin: 0 auto;
  }
  .taste__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .taste__list li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 14px;
    align-items: start;
    font-size: var(--text-md);
    line-height: 1.65;
    color: var(--ink-body);
  }
  .taste__list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ink-light);
    margin-top: 13px;
    justify-self: center;
    flex: 0 0 auto;
  }
  .taste__list li.is-power {
    font-size: 1.1875rem;
    line-height: 1.55;
    color: var(--ink-heading);
  }
  .taste__list li.is-power::before {
    background: var(--brand);
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 4px var(--brand-soft);
    margin-top: 12px;
  }
  .taste__list li.is-power strong {
    font-weight: 700;
    color: var(--ink-heading);
  }
  .taste__foot {
    margin: 32px 0 0;
    text-align: center;
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 1.0625rem;
    color: var(--ink-muted);
  }

  /* ============================================================
     QUALIFICATION - is this for you
     ============================================================ */
  .qualify .prose p {
    font-size: var(--text-md);
    line-height: var(--leading-loose);
  }

  /* ============================================================
     REVIEWS
     ============================================================ */
  .reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  @media (max-width: 980px) { .reviews__grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 620px) { .reviews__grid { grid-template-columns: 1fr; } }
  .review {
    background: var(--paper);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-lg);
    padding: 30px 28px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .review__mark {
    color: var(--brand);
    font-family: var(--font-heading);
    font-size: 44px;
    font-weight: 700;
    line-height: 0.5;
    margin: 0;
    height: 18px;
  }
  .review__text {
    font-family: var(--font-heading);
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ink-body);
    margin: 0;
    flex: 1 1 auto;
  }
  .review__cite {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid var(--hairline);
    padding-top: 14px;
    margin-top: 4px;
  }
  .review__name {
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--ink-heading);
  }
  .reviews__close {
    margin: 44px auto 0;
    text-align: center;
    max-width: 740px;
    font-family: var(--font-heading);
    font-weight: 500;
    font-style: italic;
    font-size: clamp(1.125rem, 1.7vw, 1.375rem);
    line-height: 1.5;
    color: var(--ink-body);
  }
  .reviews__close strong { font-style: normal; }

  /* ============================================================
     GUARANTEE (dark band)
     ============================================================ */
  .guarantee {
    background: var(--dark);
    color: var(--on-dark);
    padding: clamp(64px, 8vw, 96px) 0;
  }
  .guarantee__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
  }
  @media (max-width: 720px) {
    .guarantee__inner { grid-template-columns: 1fr; gap: 28px; text-align: center; justify-items: center; }
  }
  .seal {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    line-height: 1;
    box-shadow: 0 0 0 6px rgba(255,255,255,0.06), 0 0 0 7px rgba(255,255,255,0.18);
    text-align: center;
    flex: 0 0 auto;
  }
  .seal__n {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  .seal__d {
    font-family: var(--font-body);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-top: 6px;
    font-weight: 600;
  }
  .guarantee h2 {
    color: var(--on-dark);
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    margin: 0 0 16px;
    line-height: 1.15;
  }
  .guarantee p {
    color: var(--on-dark-muted);
    font-size: var(--text-md);
    line-height: var(--leading-normal);
    max-width: 56ch;
    margin: 0 0 14px;
  }
  .guarantee__sign {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 1.25rem;
    color: var(--on-dark);
    margin: 12px 0 0;
  }

  /* ============================================================
     PRICING / ORDER BOX (single tier)
     ============================================================ */
  .pricing__inner {
    max-width: 780px;
    margin: 0 auto;
  }
  .order {
    background: var(--paper);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-lg);
    padding: clamp(36px, 4.5vw, 56px);
    box-shadow: var(--shadow-md);
    position: relative;
  }
  .order::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--brand);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  }
  .order__head {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--ink-heading);
    margin: 0 0 28px;
    letter-spacing: -0.012em;
  }
  .order__bullets {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .order__bullets li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    align-items: start;
    font-size: var(--text-md);
    line-height: 1.5;
    color: var(--ink-heading);
    font-weight: 500;
  }
  .order__bullets li::before {
    content: "";
    width: 22px;
    height: 22px;
    margin-top: 2px;
    background-color: var(--accent-soft);
    border-radius: 50%;
    flex: 0 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5l3 3 6-6' fill='none' stroke='%231F7A47' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
  }
  .order__included {
    font-size: var(--text-sm);
    line-height: 1.7;
    color: var(--ink-muted);
    padding: 22px 0;
    border-top: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
    margin: 0 0 28px;
  }
  .order__included strong {
    display: block;
    font-family: var(--font-body);
    font-size: var(--text-xs);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-heading);
    font-weight: 600;
    margin-bottom: 10px;
  }
  .order__single {
    border: 1px solid var(--brand);
    border-radius: var(--radius-md);
    padding: 28px 26px 26px;
    background: var(--brand-wash);
    box-shadow: 0 0 0 3px var(--brand-soft);
    text-align: center;
    max-width: 460px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .order__single .label {
    font-family: var(--font-body);
    font-size: var(--text-sm);
    color: var(--ink-muted);
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .order__single .price {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--brand-strong);
    letter-spacing: -0.02em;
    line-height: 1;
  }
  /* reassurance line under the buy button — matches the shell (.order__assurance
     is --text-sm there). sales-drg.css is self-contained (pg-main is dequeued), so
     without this rule the line inherits body size and reads oversized. */
  .order__assurance {
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--accent);
    margin: 0;
    line-height: 1.5;
  }
  .order__terms {
    margin-top: 22px;
    text-align: center;
    font-size: var(--text-xs);
    color: var(--ink-light);
  }

  /* ============================================================
     FAQ
     ============================================================ */
  .faq__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1080px;
    margin: 0 auto;
  }
  @media (max-width: 820px) { .faq__grid { grid-template-columns: 1fr; } }
  .faq__item {
    background: var(--paper);
    border: 1px solid var(--hairline);
    border-radius: var(--radius-md);
    padding: 26px 28px;
  }
  .faq__item h3 {
    margin: 0 0 10px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--ink-heading);
    line-height: 1.3;
  }
  .faq__item p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--ink-body);
  }

  /* ============================================================
     YEAR-FROM-NOW close (brand wash)
     ============================================================ */
  .close {
    background: var(--brand-wash);
    padding: clamp(80px, 10vw, 128px) 0;
    text-align: center;
    border-top: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
  }
  .close h2 {
    font-size: clamp(2rem, 4.2vw, 3rem);
    margin: 0 0 24px;
  }
  .close__body {
    max-width: 640px;
    margin: 0 auto 36px;
  }
  .close__body p {
    font-family: var(--font-heading);
    font-size: clamp(1.125rem, 1.7vw, 1.375rem);
    line-height: 1.55;
    color: var(--ink-body);
    margin: 0 0 18px;
  }
  .close__cta { margin: 0 auto 16px; }
  .close__terms {
    font-size: var(--text-sm);
    color: var(--ink-muted);
  }

  /* ============================================================
     FOOTER
     ============================================================ */
  footer {
    background: var(--paper);
    border-top: 1px solid var(--hairline);
    padding: clamp(48px, 5vw, 64px) 0 36px;
  }
  .foot__reassure {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-style: italic;
    color: var(--ink-muted);
    margin: 0 0 28px;
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .foot__links {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    font-size: var(--text-sm);
    justify-content: center;
    margin: 0 0 32px;
  }
  .foot__links a {
    color: var(--ink-muted);
    text-decoration: none;
    border-bottom: none;
    padding: 0;
  }
  .foot__links a:hover { color: var(--brand); }
  .foot__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
  }
  .foot__logo {
    width: 190px;
    height: auto;
  }
  .foot__meta {
    font-family: var(--font-mono);
    font-size: var(--text-xs);
    color: var(--ink-light);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
  }
  .foot__copyright {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--hairline);
    text-align: center;
    font-size: var(--text-xs);
    color: var(--ink-light);
    letter-spacing: 0.04em;
  }

  /* ---- standard dark site footer (canonical) ---- */
  .site-footer{background:var(--dark);color:var(--on-dark);border-top:none;padding:var(--space-12) 0 var(--space-8)}
  .footer-inner{display:flex;flex-direction:column;gap:var(--space-8);align-items:center;text-align:center}
  .footer-line{font-size:var(--text-base);color:var(--on-dark-muted);max-width:540px}
  .footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-5);font-size:var(--text-sm)}
  .footer-links a{color:var(--on-dark-muted);text-decoration:none;border-bottom:none}
  .footer-links a:hover{color:var(--on-dark)}
  .footer-logo img{width:190px;height:auto}
  .footer-copy{font-size:var(--text-xs);color:var(--on-dark-faint);margin-top:var(--space-2)}

  /* --- components added this session (kept here so DRG is self-contained) --- */
  .punchline.punchline { max-width:720px; margin:26px auto 0; padding:14px 0 14px 26px; border-left:3px solid var(--brand); font-family:var(--font-heading); font-weight:600; font-size:clamp(1.375rem, 2.2vw, 1.75rem); line-height:1.3; letter-spacing:-0.01em; color:var(--ink-heading); }
  .story__quote.story__quote { margin:40px 0; font-family:var(--font-heading); font-style:italic; font-weight:500; font-size:clamp(1.625rem, 3.2vw, 2.25rem); line-height:1.32; letter-spacing:-0.015em; color:var(--ink-heading); }

  /* VIDEO (optional component): sales VSL / demo embed. Standalone section under the hero
     (the hero stays single-column). 16:9, dark frame. Render shows a facade play button; the
     build swaps in the real embed. Promoted into this variant stylesheet 2026-06-04 for the DRG
     promo (variants are not canonical-synced, so the component is copied in, never stamped). */
  .video { padding: clamp(48px, 6vw, 84px) 0; background: var(--paper); border-bottom: 1px solid var(--hairline); }
  .video__inner { max-width: 820px; margin: 0 auto; }
  .video__head { text-align: center; margin: 0 0 30px; }
  .video__head .eyebrow { justify-content: center; }
  .video__frame { position: relative; width: 100%; padding-top: 56.25%; background: var(--dark); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
  .video__frame iframe, .video__frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
  .video__play { position: absolute; inset: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 45%, rgba(0,0,0,0.10), rgba(0,0,0,0.42)); border: 0; cursor: pointer; }
  .video__play-icon { width: 76px; height: 76px; border-radius: 50%; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 28px rgba(0,0,0,0.35); transition: transform var(--transition-fast), background var(--transition-fast); }
  .video__play:hover .video__play-icon { background: var(--brand-hover); transform: scale(1.06); }
  .video__cap { margin: 18px auto 0; max-width: 600px; text-align: center; font-size: var(--text-sm); color: var(--ink-muted); line-height: 1.55; }
