/* CHAIRSIDE — Dental Communication Course
   14 modules: 12 core + a doctor's track (Vol. I "The Chairside Edge" + Vol. II "Converting the Yes"). ~42 lessons, role tracks, real objection reframes.
   Patient-first as public face; performance underneath.
*/

const CHAIRSIDE_COURSE = {
  brand: {
    name: "Chairside",
    tagline: "The art of the yes that helps.",
    promise: "Patient communication training for dental teams who care about both case acceptance and the people in the chair.",
    edition: "Cohort 1 · 2026",
  },

  stats: [
    { n: "14",  l: "Modules: 12 core + a 2-volume doctor's track" },
    { n: "60+", l: "Lessons, drills, and reframes" },
    { n: "90+", l: "Verbatim scripts and objection reframes" },
    { n: "5",   l: "Role-specific learning tracks" },
  ],

  roles: [
    { id: "tc", name: "Treatment Coordinators", color: "amber", desc: "The case-acceptance specialists. Lead role for modules 6–10.", icon: "tc" },
    { id: "fd", name: "Front Desk", color: "rose", desc: "First and last impression. Lead role for modules 2 & 11.", icon: "fd" },
    { id: "hy", name: "Hygienists", color: "teal", desc: "The trust-builders and co-diagnosticians. Lead role for modules 4 & 8.", icon: "hy" },
    { id: "dr", name: "Doctors", color: "indigo", desc: "Diagnosis-to-acceptance handoff. Lead role for modules 7 & 9.", icon: "dr" },
    { id: "ow", name: "Practice Owners", color: "slate", desc: "Culture, coaching, and team rollout. All modules + leadership track.", icon: "ow" },
  ],

  outcomes: {
    lead: "Built from a working practice, not a whiteboard.",
    body: "Chairside is new as a course, so we don't publish cohort numbers we haven't earned. Here's what's true: in our own practices — in towns of 4,000 and 90,000 — these conversations convert one to two full-arch or smile-makeover cases a month, averaging about $30,000 a case. The course teaches the language behind that.",
    targets: [
      { metric: "Case acceptance",  focus: "Turn 'let me think about it' into an informed yes — without pressure." },
      { metric: "Same-day starts",  focus: "Hygiene findings to restorative treatment, in the same visit." },
      { metric: "Phone-to-booked",  focus: "New-patient calls into kept appointments." },
      { metric: "Presented → closed", focus: "Shorten the path from treatment plan to decision." },
    ],
  },

  faculty: [
    {
      name: "Dr. Beau Sparkman, DDS",
      role: "Creator & clinical lead",
      detail: "Fifteen years in practice and a multi-practice owner. Six years coaching dentists and teams through the Dental Success Institute. Built Chairside from the conversations that actually happen in his operatories — the ones behind the full-arch and smile-makeover cases his practices convert every month.",
    },
    {
      name: "Kevin Fontaine",
      role: "Communication advisor & course educator",
      detail: "A career educator certified in MBTI and TRACOM's SOCIAL STYLE model. He teaches the communication-styles work inside Chairside — the discipline of reading each patient and adapting to how they actually take in information.",
    },
  ],

  sample: {
    label: "The method, in the room",
    quote: "I hear you — most of what I treat doesn't hurt yet. That's actually the goal. The dentistry that becomes painful is dentistry we waited too long on.",
    source: "The actual reframe for \"it doesn't hurt.\" Sixty more like it inside.",
  },

  // baseUrl copied verbatim from data.jsx / eq-data.jsx. Chairside videos are chairside-<moduleId>.mp4.
  media: { baseUrl: "https://apliammcsectkursbuoz.supabase.co/storage/v1/object/public/praxia-videos" },

  modules: [
    {
      id: "m1",
      number: "01",
      title: "How patients actually decide",
      video: "chairside-m1.mp4",
      kicker: "Foundations",
      role: "all",
      synopsis: "Before scripts, before techniques — a clear-eyed look at how a person sitting in your chair is processing what you say. The neuroscience-light fundamentals every team member must share.",
      hours: 1.4,
      lessons: [
        {
          id: "l1-1",
          title: "The patient's chair is not a neutral place",
          duration: 16,
          brief: "What is actually happening in a patient's nervous system between the moment they walk in and the moment they say yes or no.",
          body: [
            { kind: "p", text: "The patient walked in already having a conversation with themselves. About money. About a sister-in-law's bad crown. About the smell of the office. About whether they should have flossed more. By the time you greet them, you are joining a conversation already in progress, and you are not the only voice in it." },
            { kind: "p", text: "Most case acceptance training treats the patient as a rational decision-maker who weighs evidence and chooses. They are not. They are a nervous system in a slightly threatening environment, scanning for safety, dignity, and signals about whether you actually see them. The decision to accept treatment is downstream of those scans." },
            { kind: "h3", text: "Three things that are happening before any clinical conversation" },
            { kind: "list", items: [
              "Threat scan: their body is asking, 'is this safe? is this person on my side?' This runs below their awareness and overrides logic.",
              "Dignity scan: 'will I be embarrassed? will they judge what's in my mouth?' Shame is one of the largest barriers to acceptance, and you have not addressed it.",
              "Cost catastrophizing: most patients have already tripled the price in their head before you've quoted anything. Your job is not to argue them down; it is to interrupt the loop.",
            ] },
            { kind: "p", text: "When you understand this, the entire structure of the conversation reorders. The first ninety seconds are not about teeth. They are about whether the patient's nervous system gives you permission to talk about teeth at all." },
          ],
          frame: { title: "The decision stack", text: "Safety → Trust → Understanding → Decision. Skip a layer and the next one collapses. Most failed case presentations skip layers one and two." },
          drill: {
            title: "Audit the last five 'no's",
            duration: "20 min",
            level: "Foundational",
            steps: [
              "Pull your last five declined treatment plans. The ones where the patient said 'let me think about it' and didn't return.",
              "For each, write what you remember about the first 90 seconds of that visit. Specifically.",
              "For each, make your best guess: which layer collapsed first — safety, trust, or understanding?",
              "Notice the pattern across the five. Most teams find that 4 of 5 collapsed at the same layer.",
              "That layer is your team's biggest leak. Keep this number. We come back to it in Module 12.",
            ],
          },
          keystones: [
            "Patients arrive already mid-conversation with themselves. You join it; you don't start it.",
            "Safety, dignity, and cost-catastrophizing run below awareness and override logic.",
            "The first 90 seconds are not about teeth. They are about permission.",
          ],
          prompt: "Which of your last five declined plans collapsed at safety? At trust? At understanding?",
        },
        {
          id: "l1-2",
          title: "The cost of a 'let me think about it'",
          duration: 14,
          brief: "Real numbers on what unfinished treatment costs your practice — and your patient.",
          body: [
            { kind: "p", text: "Industry data is consistent: roughly 40–50% of presented treatment plans go un-accepted in the first visit. Of those, fewer than a quarter ever come back. The patient who walks out saying 'let me think about it' is, statistically, walking out for good." },
            { kind: "p", text: "For an average general practice with $1.2M annual production, this represents between $180K and $320K in unrealized care — care the doctor diagnosed and believed the patient needed. That is not a sales number. That is a clinical outcome number. Patients with diagnosed and unaccepted disease, walking around with it." },
            { kind: "h3", text: "What the numbers mean for the team" },
            { kind: "p", text: "Closing the gap between diagnosis and acceptance is the single largest lever in a dental practice. It is larger than new-patient marketing. It is larger than insurance optimization. And unlike those, it does not cost a dollar more in overhead — it is a skill question." },
          ],
          frame: { title: "Acceptance is a clinical outcome", text: "An undelivered treatment plan is an untreated diagnosis. Treat case acceptance with the same seriousness you treat clinical accuracy. It is the same patient." },
          keystones: [
            "Roughly half of presented plans are not accepted on day one. Of those, most never accept.",
            "For an average GP, this is $180K–$320K in undelivered care annually.",
            "Acceptance is a clinical outcome, not a sales metric.",
          ],
          prompt: "What is your practice's acceptance rate? If you don't know within five points, that is your starting point.",
        },
        {
          id: "l1-3",
          title: "Permission, not persuasion",
          duration: 18,
          brief: "The single most useful frame change for case presenters: stop trying to convince. Start earning permission to recommend.",
          body: [
            { kind: "p", text: "Persuasion is exhausting and produces patients who feel sold to. Even when they say yes, they leave with a small resentment that compounds: they don't refer, they don't return, they don't trust the next recommendation." },
            { kind: "p", text: "The frame that works is permission. You are not trying to convince anyone. You are earning the right to make a recommendation that the patient then evaluates on their own terms. The work is to become someone whose recommendations the patient takes seriously — and that is built moment by moment, in the small choices of every interaction." },
            { kind: "h3", text: "The permission test" },
            { kind: "p", text: "Before any treatment recommendation, internally ask: have I earned the right to say this yet? If you cannot answer yes with confidence, slow down. The recommendation will land badly. Better to spend three more minutes building permission than to deliver the right plan to the wrong moment." },
          ],
          frame: { title: "Persuasion vs. permission", text: "Persuasion: 'How do I get them to say yes?' Permission: 'Have I earned the right to make this recommendation?' One produces compliance and resentment. The other produces trust and follow-through." },
          keystones: [
            "Stop convincing. Start earning permission.",
            "Patients who feel sold to comply but resent — and don't refer.",
            "The permission test: 'Have I earned the right to say this yet?' Run it before every recommendation.",
          ],
          prompt: "In your last consultation, did you have permission before you presented? Or were you hoping?",
        },
      ],
    },

    {
      id: "m2",
      number: "02",
      title: "The first ninety seconds",
      video: "chairside-m2.mp4",
      kicker: "Rapport",
      role: "fd",
      synopsis: "What happens between the front door and the first clinical word — at the front desk, on the phone, in the waiting area. The most under-trained, highest-leverage minutes in the practice.",
      hours: 1.6,
      lessons: [
        {
          id: "l2-1",
          title: "Greeting as installation",
          duration: 16,
          brief: "The first three sentences a patient hears install the emotional template for the entire visit. Choose them with care.",
          body: [
            { kind: "p", text: "Here is what most front desks say in the first three sentences a new patient hears: 'Hi, do you have an appointment? Can you fill out these forms? Insurance card and ID, please.' Functional. Forgettable. And in those three sentences, the front desk has installed: you are a transaction, your time is paperwork, your identity is a number." },
            { kind: "p", text: "Now consider these three sentences: 'You must be Sarah — we've been expecting you. I'm Mara, I'll be looking after you today. Can I get you water or coffee while we get you settled?' Same time. Same information transferred. Completely different installation: you are seen, you are cared for, you are a guest." },
            { kind: "h3", text: "The five-element greeting" },
            { kind: "list", items: [
              "Use their name first (not yours). Names are the most powerful rapport tool we own.",
              "Acknowledge expectation. 'We've been expecting you' tells them they are accounted for.",
              "Give your name and your role. 'I'm Mara, I'll be looking after you' is a soft promise of care.",
              "Offer a small comfort. Water, coffee, a place to put their coat. The size doesn't matter; the offer does.",
              "Use 'we' before 'you.' 'We get you settled' is collaborative; 'you fill out these forms' is administrative.",
            ] },
          ],
          frame: { title: "The installation principle", text: "Every first interaction installs an emotional template. Patients respond not to the words but to the template. Choose what you are installing." },
          drill: {
            title: "Rewrite your front-desk greeting",
            duration: "15 min",
            level: "Practical",
            steps: [
              "Write the actual first three sentences your front desk says today. Honestly.",
              "Identify what each sentence installs: transaction, expectation, care, urgency, etc.",
              "Rewrite the three sentences to install: expectation, care, collaboration.",
              "Read both aloud. Note the difference in your own body.",
              "Roleplay it three times with a teammate before going live tomorrow.",
            ],
          },
          keystones: [
            "Greetings install. They are not throat-clearing — they set the template for the visit.",
            "Five elements: their name, expectation, your name and role, a small comfort, 'we' over 'you.'",
            "Same time. Same information. Completely different visit.",
          ],
          prompt: "What is your front desk currently installing? Be honest.",
        },
        {
          id: "l2-2",
          title: "The phone is the practice",
          duration: 22,
          brief: "Why most practices lose the patient on the phone before they ever walk in — and the script structure that fixes it.",
          body: [
            { kind: "p", text: "The new patient phone call is, statistically, the single highest-leverage interaction in the practice. A 60-second call decides whether $5,000 of lifetime patient value walks in your door or your competitor's. Most practices treat it like a switchboard." },
            { kind: "p", text: "There is a structure that, when followed, reliably lifts phone-to-booked conversion well above the level most practices run. It has five movements, in order, and the order is non-negotiable." },
            { kind: "h3", text: "The five movements" },
            { kind: "list", items: [
              "Warm acknowledge: 'Thanks so much for calling [Practice]. This is [Name], I'm so glad you called.' Not 'how can I help you' — that is a transaction opener.",
              "Their name and concern: 'May I have your name? And tell me a little about what's bringing you in.' You are not collecting data; you are listening for the real reason.",
              "Reflect and validate: 'It sounds like you've been dealing with [their concern] for a while — that must be wearing on you.' This is where most calls break. Don't skip it.",
              "Bridge to expertise: 'You called the right place. Dr. [Name] has been working with patients like you for [time] and we have time tomorrow at [time] or Thursday at [time].' Two times, never one.",
              "Confirm and care: 'I have you with us at [time]. I'll send you a confirmation, and please call me directly if anything changes — I'm Mara.' Personalize the close.",
            ] },
            { kind: "p", text: "What is missing from this script: 'do you have insurance?' That question, asked early, costs you the patient. We address it in Module 11." },
          ],
          frame: { title: "The phone is the practice", text: "Patients form much of their judgment about your practice before a clinician ever sees them — often on the very first call. Treat that interaction with the same seriousness you treat the clinical visit." },
          keystones: [
            "Phone-to-booked is the single highest-leverage interaction in the practice.",
            "Five movements: acknowledge, name and concern, reflect, bridge, confirm. In order.",
            "Do not lead with insurance. It is the most expensive question you can ask first.",
          ],
          prompt: "Mystery-call your own practice this week. Honestly grade what you hear.",
        },
        {
          id: "l2-3",
          title: "Reading the room before they sit down",
          duration: 18,
          brief: "Calibration: the front-desk skill of reading a patient's state from across the room and adjusting before a word is spoken.",
          body: [
            { kind: "p", text: "By the time a patient walks across the waiting area to your desk, you have between two and four seconds of gait, posture, and facial information that tells you almost everything you need to know about how to greet them. Most front desks ignore it. The skilled ones use it to adjust." },
            { kind: "h3", text: "Three patient states to calibrate for" },
            { kind: "list", items: [
              "Anxious: tight shoulders, scanning, phone-clutching, doesn't make eye contact. Lower your voice. Slow your pace. Do not be cheerful — match their energy first, then bring it up.",
              "Rushed: fast walk, checking watch, pre-emptive paperwork energy. Acknowledge their time. 'I know you're busy — I'll have you back in two minutes.' Earn the slowdown by respecting it first.",
              "Skeptical: arms crossed, evaluative gaze, asks questions before settling. Do not be warm too fast. They will read it as performance. Be calm, competent, and slightly more formal than your default.",
            ] },
            { kind: "p", text: "Calibration is not a personality assessment. It is a state read. The same person, on a different day, will arrive in a different state. Read this visit, not last visit." },
          ],
          frame: { title: "Match before you lead", text: "Your warmth is not the medicine. The right warmth, in the right amount, at the right tempo, for this person, today, is the medicine." },
          keystones: [
            "You have 2–4 seconds of pre-greeting information. Use it.",
            "Three states: anxious, rushed, skeptical. Each takes a different greeting tempo.",
            "Calibrate to today's state, not your memory of last visit.",
          ],
          prompt: "What is your default greeting energy? What patient states does it serve poorly?",
        },
      ],
    },

    {
      id: "m3",
      number: "03",
      title: "How patients communicate",
      video: "chairside-m3.mp4",
      kicker: "Patient styles",
      role: "all",
      synopsis: "Three types of patient processors. Visual, auditory, kinesthetic. Get this right and you stop talking past the people in your chair.",
      hours: 1.4,
      lessons: [
        {
          id: "l3-1",
          title: "Three patient processing styles",
          duration: 18,
          brief: "Patients process clinical information through a dominant sensory channel. Match it, and they understand. Cross it, and they nod politely while not understanding.",
          body: [
            { kind: "p", text: "Run a small experiment. Listen to your next ten patients describe a tooth concern. You will hear three patterns." },
            { kind: "h3", text: "Visual patients" },
            { kind: "p", text: "'I can see something is off when I smile.' 'It looks darker than it used to.' 'Let me see the X-ray.' Visual patients want pictures. Show them their intraoral photos. Show them a model. Show them a diagram. Words alone will not land. They speak quickly because they are translating images into language in real time." },
            { kind: "h3", text: "Auditory patients" },
            { kind: "p", text: "'Something doesn't sound right when I bite.' 'I want to talk through my options.' 'Tell me again how that works.' Auditory patients want to talk it through. They are sensitive to your tone of voice as content. They will accept treatment after they have said the decision out loud, in their own words. Your job is to give them the conversation that makes that possible." },
            { kind: "h3", text: "Kinesthetic patients" },
            { kind: "p", text: "'It just doesn't feel right.' 'I'm not comfortable with that.' 'Let me sit with it.' Kinesthetic patients decide from the body. They speak more slowly. They will say yes when their body says yes — and not before. Pushing them produces a no. The only path is to make the room safe enough that their body can land in a yes." },
          ],
          frame: { title: "The predicate match", text: "Listen to the verbs. See, look, picture → visual. Hear, sound, talk → auditory. Feel, comfortable, sit with → kinesthetic. Answer in their channel, not yours." },
          drill: {
            title: "Predicate listening",
            duration: "Two patients today",
            level: "Practical",
            steps: [
              "Pick two patients on tomorrow's schedule.",
              "In their first 60 seconds of speech, count their visual, auditory, and kinesthetic predicates. Tally on a sticky note.",
              "Whichever channel won — present in that channel for the rest of the visit.",
              "After: write one sentence about how the visit felt different.",
            ],
          },
          keystones: [
            "Three channels: visual, auditory, kinesthetic. Each has its own verbs.",
            "Match the channel and the patient feels understood. Cross it and they feel translated.",
            "Kinesthetic patients are most often pushed into a no. They need room.",
          ],
          prompt: "Which channel is your default? Which one is invisible to you?",
        },
        {
          id: "l3-2",
          title: "The chairside translation",
          duration: 16,
          brief: "Specific reframes: how to present the same treatment plan in three different ways for three different patients.",
          body: [
            { kind: "p", text: "Same case: a patient needs an upper-left first molar crown after a large failing amalgam." },
            { kind: "h3", text: "For the visual patient" },
            { kind: "p", text: "'Let me show you what's going on. Here's the photo of your tooth — see this dark line around the silver filling? That's where the seal has broken. And here on the X-ray — see this shadow underneath? That's decay that's gotten in. What we want to do is take all of that out and put a crown over the tooth, like a helmet, so it's protected. Here's what one looks like before and after.'" },
            { kind: "h3", text: "For the auditory patient" },
            { kind: "p", text: "'Let me walk you through what's happening. You've got an old silver filling that has served you well, but it has reached the end of its life. The seal around it has broken, and decay has gotten underneath. If we leave it, the tooth will eventually crack — and we want to get ahead of that. The procedure is two visits. The first, we clean it out and place a temporary. The second, we cement the permanent crown. Tell me what questions are coming up.'" },
            { kind: "h3", text: "For the kinesthetic patient" },
            { kind: "p", text: "'I want to tell you what we're seeing, and then I'd love to know how you're feeling about it. Your tooth is in a place where the old filling has worn out, and we're catching it before it becomes painful. The treatment is comfortable — we use [specific comfort details]. Most of my patients tell me they expected it to be worse. Take a moment with this. What's coming up for you?'" },
            { kind: "p", text: "Three patients. Three completely different conversations. The clinical recommendation is identical. The case acceptance rate is not." },
          ],
          frame: { title: "Same plan, three rooms", text: "You are not changing the recommendation. You are changing the room the recommendation lives in. Match the room to the patient." },
          keystones: [
            "Visual: show, photo, X-ray, diagram, before/after.",
            "Auditory: walk through, talk through, story, structure, invite questions.",
            "Kinesthetic: feeling, comfort, take a moment, what's coming up.",
          ],
          prompt: "Which channel does your treatment presentation default to? What percentage of your patients are it?",
        },
      ],
    },

    {
      id: "m4",
      number: "04",
      title: "The hygiene appointment as the front line",
      video: "chairside-m4.mp4",
      kicker: "Hygiene",
      role: "hy",
      synopsis: "Hygienists touch every patient, every visit. Most under-leveraged role in the practice for case acceptance. We change that here.",
      hours: 1.6,
      lessons: [
        {
          id: "l4-1",
          title: "Co-diagnosis: the hygienist as first witness",
          duration: 22,
          brief: "Why the doctor's recommendation lands in 8 minutes if the hygienist did her job — and lands not at all if she didn't.",
          body: [
            { kind: "p", text: "When a patient hears about a problem from the doctor for the first time, the patient's nervous system goes into defense. 'Are you upselling me? Did the doctor just look in here for thirty seconds and decide I need a thousand-dollar crown?' That defense is not the doctor's fault. It is a structural failure of the visit." },
            { kind: "p", text: "The fix is co-diagnosis. The hygienist, who has spent forty-five minutes with the patient, points out the problem first. Not as a diagnosis — that is the doctor's role — but as a witness. 'I'm noticing something on this tooth. I'm going to flag it for the doctor.' By the time the doctor confirms it, the patient has already absorbed the existence of the problem. The conversation is no longer surprise; it is confirmation." },
            { kind: "h3", text: "The flag, not the diagnosis" },
            { kind: "p", text: "The hygienist's language matters here. She is not saying 'you have a cavity.' She is saying 'I'm seeing something I want the doctor to look at.' This is honest, accurate, and clinically appropriate. It is also the single most powerful structural change you can make to your practice's case acceptance." },
          ],
          frame: { title: "Witness, then diagnose", text: "The hygienist witnesses. The doctor diagnoses. When witness comes first, diagnosis lands. When diagnosis comes first, defense engages." },
          drill: {
            title: "The flag conversation",
            duration: "30 min team practice",
            level: "Practical",
            steps: [
              "As a team, list the five most common findings hygienists encounter (decay, perio, fractured restoration, occlusal wear, failing crown).",
              "For each, write a 'flag' sentence that does not diagnose: 'I'm seeing something on the lower right that I want Dr. [X] to take a look at.'",
              "Roleplay the handoff: hygienist flags, doctor confirms, TC presents.",
              "The handoff itself is the practice. Run it ten times until the team can do it cleanly.",
            ],
          },
          keystones: [
            "The doctor walking in cold to a finding produces defense.",
            "The hygienist's flag converts surprise into confirmation.",
            "Witness first; diagnose second. Order is everything.",
          ],
          prompt: "What is your hygiene-to-doctor handoff today? Is it a flag, or is it a hand-off?",
        },
        {
          id: "l4-2",
          title: "The perio conversation",
          duration: 24,
          brief: "The single most-avoided conversation in the operatory — and the script that makes it land without shaming the patient.",
          body: [
            { kind: "p", text: "Periodontal disease is the most under-treated, under-explained condition in dentistry. Patients don't believe they have it because it doesn't hurt. Hygienists don't push it because they fear the patient will feel accused of poor hygiene. The result: 4mm pockets that quietly become 6mm pockets that become tooth loss." },
            { kind: "p", text: "The breakthrough is a conversation that separates the disease from the patient's character. Periodontal disease is a chronic inflammatory condition with a strong genetic component. It is no more the patient's fault than high blood pressure is. Frame it that way and the conversation opens." },
            { kind: "h3", text: "The four-part perio script" },
            { kind: "list", items: [
              "Normalize: 'Roughly half of adults have some form of this. You're not unusual — but you do have it.'",
              "Separate disease from blame: 'This isn't a hygiene grade. It's a chronic condition with a strong genetic piece. Your job is not to feel guilty; it's to manage it.'",
              "Show the evidence: probe depths on paper. Bleeding points circled. 'These numbers tell us what's happening below the gumline. They don't lie and they don't shame you.'",
              "Invite the question: 'What do you want to know about this?' Not 'do you have any questions' — that closes. 'What do you want to know' opens.",
            ] },
            { kind: "p", text: "Patients who are walked through this script — disease separated from blame, the evidence shown, the question opened — accept periodontal treatment far more readily than patients who get the procedure cold." },
          ],
          frame: { title: "Disease is not character", text: "Treat periodontal disease like a medical condition with a genetic component. Because it is. The minute you sound like you are grading the patient's hygiene, you have lost." },
          keystones: [
            "Perio is under-treated because hygienists fear shaming. The fix is to separate disease from blame.",
            "Four parts: normalize, separate, show evidence, invite questions.",
            "'What do you want to know?' opens. 'Any questions?' closes.",
          ],
          prompt: "When you have the perio conversation today, where in your body do you feel reluctance? That reluctance is the leak.",
        },
        {
          id: "l4-3",
          title: "Handling 'I just want my free cleaning'",
          duration: 20,
          brief: "The exact objection from a thousand hygiene chairs. The reframe that doesn't argue and doesn't capitulate.",
          body: [
            { kind: "p", text: "The patient says: 'I just want my free cleaning. I don't want anything else.' The hygienist freezes. There is decay. There is bleeding. There are 5mm pockets. The doctor will be in soon. What now?" },
            { kind: "p", text: "Most teams either back down ('Of course, no problem!') or push ('Well, the doctor really does recommend…'). Both lose. The first abandons clinical responsibility; the second triggers defense." },
            { kind: "h3", text: "The three-move response" },
            { kind: "list", items: [
              "Pace: 'Got it — you're here for your cleaning, and that's exactly what we're here to do.' (Acknowledge their stated reality first. Always.)",
              "Reframe: 'And while I'm in here, I want to make sure I'm doing the cleaning that's right for what's actually happening in your mouth — not just the one your insurance has a code for. That's my job. Is that okay with you?'",
              "Lead: 'Let me take a look first. If everything looks healthy, you'll have your prophy and you'll be on your way. If I see something, I'll show you what I'm seeing and we'll figure it out together. Sound fair?'",
            ] },
            { kind: "p", text: "Notice what just happened. You have not argued with the patient. You have not capitulated. You have repositioned yourself from 'the one trying to upsell' to 'the one taking my health seriously.' That is the entire move." },
            { kind: "h3", text: "What this requires" },
            { kind: "p", text: "It requires that you actually believe that doing the right cleaning for the patient's actual condition is what you are there for — not what insurance has a code for. If you don't believe that, the patient will hear it. The script doesn't work as a script. It works as an expression of a stance." },
          ],
          frame: { title: "Pace, reframe, lead", text: "Acknowledge their stated reality before you offer yours. Reframe your role as their advocate, not their salesperson. Lead by inviting collaboration, not requesting compliance." },
          keystones: [
            "Don't argue with 'just my cleaning.' Pace it first.",
            "Reframe yourself from upseller to advocate.",
            "The script only works if your stance does. Build the stance before the script.",
          ],
          prompt: "Where does your team currently capitulate? Where do they push? Both are leaks.",
        },
      ],
    },

    {
      id: "m5",
      number: "05",
      title: "Eliciting what actually motivates them",
      video: "chairside-m5.mp4",
      kicker: "Patient values",
      role: "tc",
      synopsis: "Stop guessing what the patient wants. Learn the four questions that surface what is actually driving the decision — and use the answers to present.",
      hours: 1.4,
      lessons: [
        {
          id: "l5-1",
          title: "The four-question elicitation",
          duration: 22,
          brief: "The structured interview that surfaces a patient's real values in under five minutes.",
          body: [
            { kind: "p", text: "The treatment plan that lands is the one that connects to what the patient already cares about. Not what you think they should care about. What they actually do care about, in their own words, drawn out by the right questions in the right order." },
            { kind: "p", text: "Four questions. Asked in this order. Patiently. Listening more than talking." },
            { kind: "h3", text: "Question 1 — What's bringing you in today?" },
            { kind: "p", text: "Not 'how can we help.' Not 'what's going on.' The exact phrasing matters. 'What's bringing you in today' invites the patient to volunteer the real reason — including the reasons they hadn't planned to mention." },
            { kind: "h3", text: "Question 2 — What's been bothering you about it?" },
            { kind: "p", text: "This surfaces the impact. Pain. Embarrassment. The wedding photo. The job interview. The chewing on one side. You are not asking about the tooth. You are asking about the life with the tooth." },
            { kind: "h3", text: "Question 3 — What would it mean for you to have it taken care of?" },
            { kind: "p", text: "This is the highest-leverage question in the entire course. It surfaces the future they want — the one that gives the treatment its actual value. Most patients have never been asked this. Watch their face when you ask it." },
            { kind: "h3", text: "Question 4 — Is there anything else you'd want addressed while we're at it?" },
            { kind: "p", text: "The 'while we're at it' opens up the cosmetic concerns, the long-deferred plans, the things they were going to mention but didn't have permission to. This single question is responsible for a measurable percentage of every practice's high-ticket case acceptance." },
          ],
          frame: { title: "Elicit before you present", text: "Every minute spent eliciting is worth ten minutes of presenting. You cannot present a plan that connects to values you haven't surfaced." },
          drill: {
            title: "Run the four questions tomorrow",
            duration: "Three patients",
            level: "Practical",
            steps: [
              "On three new-patient consults tomorrow, run the four questions in order.",
              "Write down their answer to each, verbatim.",
              "Notice how the third question shifts the room. Almost always.",
              "Use their actual words from question 3 in your treatment presentation. Theirs, not yours.",
              "After: note the difference in close rate.",
            ],
          },
          keystones: [
            "Four questions: bringing you in, bothering you, mean to have it taken care of, anything else.",
            "Order matters. Question 3 is the unlock.",
            "Use their words back in the presentation. Not paraphrased — verbatim.",
          ],
          prompt: "Whose treatment plan have you ever presented without knowing the answer to question 3?",
        },
        {
          id: "l5-2",
          title: "Hearing what they don't say",
          duration: 18,
          brief: "Patients tell you the truth in their omissions. The skill of listening to the gap.",
          body: [
            { kind: "p", text: "When a patient says 'cost isn't really the main thing,' cost is the main thing. When a patient says 'my husband and I make decisions together,' the husband is currently a no. When a patient says 'I just want to make sure I'm doing the right thing,' they are afraid of being taken advantage of." },
            { kind: "p", text: "Listening to omissions is a skill. Patients are rarely deceptive — they are usually trying to be polite. The polite version of 'I can't afford this' is 'let me think about it.' The polite version of 'I don't trust you yet' is 'I want to get a second opinion.' Read the polite version as a signpost, not the destination." },
            { kind: "h3", text: "Three softening questions" },
            { kind: "list", items: [
              "When you hear 'let me think about it' — 'Of course. What's the part you'd want more time with?' Specifies the resistance.",
              "When you hear 'I need to talk to my spouse' — 'Absolutely. What questions do you think they'll have that I can help you answer now?' Surfaces the real objection.",
              "When you hear 'I want a second opinion' — 'Smart. What would you specifically want them to weigh in on?' Often you discover they don't actually want a second opinion; they want reassurance.",
            ] },
          ],
          frame: { title: "The polite version is not the destination", text: "Patients hide objections behind politeness. Your job is not to bypass the politeness; it is to honor it while gently surfacing the underlying concern." },
          keystones: [
            "Patients are polite, not deceptive. Read the politeness as a signpost.",
            "Three softening questions surface the real objection without confronting.",
            "Specify the resistance. 'What's the part you'd want more time with?' beats arguing.",
          ],
          prompt: "What is the most common polite stall you hear? What is it actually a signpost for?",
        },
      ],
    },

    {
      id: "m6",
      number: "06",
      title: "Presenting treatment without pressure",
      video: "chairside-m6.mp4",
      kicker: "Case presentation",
      role: "tc",
      synopsis: "The complete structure of a high-acceptance case presentation. Twelve moves, in order, each with a specific purpose.",
      hours: 1.8,
      lessons: [
        {
          id: "l6-1",
          title: "The twelve-move presentation",
          duration: 28,
          brief: "An end-to-end framework for presenting any treatment plan, simple to complex.",
          body: [
            { kind: "p", text: "There is a sequence. Following it is not a guarantee of acceptance. Skipping moves in it is a near-guarantee of decline. The twelve moves are below. We dedicate the rest of the module to drilling individual moves." },
            { kind: "h3", text: "The sequence" },
            { kind: "list", items: [
              "Re-anchor on what they told you. ('Earlier you said the chewing on the right side was wearing on you…')",
              "Show, don't tell. Photo, X-ray, model. Whatever channel they prefer.",
              "Name the condition in plain language. Once. No jargon parade.",
              "Connect the condition to their stated value. (Their words from elicitation, verbatim.)",
              "Present the recommendation as a single sentence. Specific. Confident.",
              "Pause. Wait for them to speak first. The pause is the work.",
              "Address what they say — not what you assume they meant.",
              "Walk through the procedure briefly. What happens, what they'll feel, how long.",
              "Address the financial piece without flinching. (Module 11.)",
              "Confirm understanding: 'Tell me back what you understood.' Not 'any questions.'",
              "Ask for the decision: 'Are you ready to get this scheduled, or do you have questions first?'",
              "If yes, anchor the decision with care. If 'let me think about it,' use the soften from Module 5.",
            ] },
          ],
          frame: { title: "The pause is the work", text: "Move 6 — pause and let them speak first — is the move most TCs cannot do. They fill the silence. The silence is where the patient processes. Protect it." },
          keystones: [
            "Twelve moves, in order. Skipping is the failure mode.",
            "Move 4 (connect to their stated value) is where you use their verbatim language.",
            "Move 6 (pause) and Move 10 (confirm understanding) are the two most-skipped moves.",
          ],
          prompt: "Which move do you skip most often?",
        },
        {
          id: "l6-2",
          title: "The single-sentence recommendation",
          duration: 16,
          brief: "Why long explanations of treatment kill acceptance, and how to compress the recommendation into a single confident sentence.",
          body: [
            { kind: "p", text: "Watch a TC present a complex case. Watch what they do at the moment of recommendation. They hedge. They qualify. They explain. They lay out three options before they've recommended one. By the time the patient is supposed to react, the patient has been hit with seventeen pieces of information and cannot tell which is the actual recommendation." },
            { kind: "p", text: "The single-sentence recommendation is the antidote. One sentence. Specific. The treatment, the location, the outcome. Nothing else. Then pause." },
            { kind: "h3", text: "Examples" },
            { kind: "list", items: [
              "'My recommendation is a crown on the upper-left first molar to protect the tooth from cracking.'",
              "'I'm recommending gum therapy on the lower right where the pockets are deepest, to stop the bone loss before it progresses.'",
              "'For what you're describing, the path I'd recommend is six-month Invisalign followed by whitening — to give you the smile you mentioned wanting for the wedding.'",
            ] },
            { kind: "p", text: "Notice the structure: 'My recommendation is [specific treatment] [specific location/scope] [outcome that connects to their value].' Memorize it. Use it." },
          ],
          frame: { title: "One sentence, then silence", text: "A single confident sentence is the highest-leverage delivery in case presentation. Confidence is contagious. Hedging is also contagious. Choose what you are infecting them with." },
          drill: {
            title: "Compress your top five recommendations",
            duration: "20 min",
            level: "Practical",
            steps: [
              "List your five most common treatment recommendations.",
              "For each, write the single-sentence version using the structure: [treatment] [location/scope] [outcome tied to value].",
              "Read each aloud. Time yourself. Each should be under 12 seconds.",
              "If you can't say it in 12 seconds, you don't yet know what you're recommending.",
              "Tape the five sentences to the inside of your consultation binder.",
            ],
          },
          keystones: [
            "One sentence. Specific. Confident. Then pause.",
            "Structure: treatment + scope + outcome-that-matters-to-them.",
            "If it takes more than 12 seconds, you're hedging.",
          ],
          prompt: "What is the recommendation you most often hedge on? Why?",
        },
        {
          id: "l6-3",
          title: "Don't present three options",
          duration: 18,
          brief: "Why the 'good, better, best' presentation is one of the most-taught and most-broken structures in dentistry — and what to do instead.",
          body: [
            { kind: "p", text: "The 'good, better, best' framework is in every case-acceptance training book. It is also responsible for a large amount of decline. Here is why: when a patient is given three options, they default to two behaviors. Either they pick the cheapest (because the others feel like upsells), or they pick none (because the cognitive load of comparing exceeds their decision capacity in the chair)." },
            { kind: "p", text: "There is a better structure. Recommend one — your actual best clinical recommendation for this patient — and offer alternatives only when asked. This is what a doctor does. It is what a trusted advisor does. It is not what a salesperson does." },
            { kind: "h3", text: "When to break this rule" },
            { kind: "p", text: "When the alternatives are clinically distinct, not just price-tiered. Implant vs. bridge vs. partial denture is a real choice — patient values, anatomy, and long-term plan all factor in. Composite vs. amalgam is not a real choice; the doctor has a recommendation." },
            { kind: "p", text: "Ask yourself: am I offering options because they are clinically distinct, or because I am hedging my recommendation? If the latter, drop the options and recommend." },
          ],
          frame: { title: "Recommend, don't menu", text: "A recommendation is what a trusted advisor gives. A menu is what a salesperson gives. The patient feels the difference even when they can't articulate it." },
          keystones: [
            "Good/better/best produces decline more often than acceptance.",
            "Recommend one. Offer alternatives only when asked or clinically warranted.",
            "Hedging looks like options. Patients can tell.",
          ],
          prompt: "How often do you menu when you should recommend?",
        },
      ],
    },

    {
      id: "m7",
      number: "07",
      title: "Reframing — the seven objections",
      video: "chairside-m7.mp4",
      kicker: "Objections",
      role: "tc",
      synopsis: "The seven objections you hear every week. For each: what the patient is actually saying, the reframe that lands, and the language to use.",
      hours: 2.0,
      lessons: [
        {
          id: "l7-1",
          title: "'It doesn't hurt'",
          duration: 16,
          brief: "The most common reason patients decline necessary care. The reframe that addresses pain-as-permission without lecturing.",
          body: [
            { kind: "p", text: "The patient says: 'It doesn't hurt. Why do I need to do anything?' Underneath: 'Pain is my permission to spend money on my mouth. Without it, I'm being upsold.'" },
            { kind: "h3", text: "What does not work" },
            { kind: "p", text: "'By the time it hurts, it'll be a root canal.' True, but the patient hears it as a scare tactic. They have heard it before. They will not act on it." },
            { kind: "h3", text: "What works" },
            { kind: "p", text: "'I hear you — most of what I treat doesn't hurt yet. That's actually the goal. The dentistry that becomes painful is dentistry we waited too long on. What we're trying to do here is the easier, smaller, less expensive version of the procedure that is sitting in your tooth right now. Six months from now this is a different conversation, with a different price tag and more recovery. We can do that conversation if you want, but I'd rather not.'" },
            { kind: "p", text: "Notice the structure: pace ('I hear you'), reframe ('that's actually the goal'), specify the cost of waiting (concretely, not vaguely), give them agency ('we can do that conversation if you want'). The agency at the end is critical. You are not pressuring. You are telling them the truth about their two paths." },
          ],
          frame: { title: "Pain is the worst diagnostic", text: "By the time a tooth hurts, the cheap fix has passed. Reframe pain as a late signal, not the trigger for treatment." },
          keystones: [
            "Pace first: 'most of what I treat doesn't hurt yet.'",
            "Reframe: pain-free treatment is the goal, not the absence of need.",
            "Give agency. The patient chooses; you tell the truth about the choice.",
          ],
          prompt: "How often does your team capitulate when a patient says 'it doesn't hurt'?",
        },
        {
          id: "l7-2",
          title: "'Let me talk to my spouse'",
          duration: 18,
          brief: "Almost always not actually about the spouse. The script that surfaces what it is actually about.",
          body: [
            { kind: "p", text: "The patient says: 'Let me talk to my husband / wife / partner about it.' Underneath: it is one of three things. (1) Cost. (2) They don't trust you yet. (3) They genuinely do make financial decisions together and need to. Your job is to find out which." },
            { kind: "h3", text: "The diagnostic question" },
            { kind: "p", text: "'Of course. Do you mind if I ask — what part of it do you think they'll want to weigh in on?'" },
            { kind: "p", text: "Watch the answer." },
            { kind: "list", items: [
              "If they hesitate or get vague: it's about cost or trust. Move to addressing those directly.",
              "If they say something specific ('he's going to ask about the timeline'): they actually do collaborate. Help them prepare for that conversation. 'Let me give you a one-pager you can show him with the timeline laid out.'",
              "If they look relieved that you asked: you found the real objection. Now you can address it.",
            ] },
            { kind: "h3", text: "Sending them home with the right information" },
            { kind: "p", text: "If they genuinely need to consult, make their job easier. Send them home with a one-page summary in writing. Their treatment plan, the recommendation, the financial summary, your direct line to call with questions. Patients who go home empty-handed don't come back. Patients who go home with a one-page document and a name and a number do." },
          ],
          frame: { title: "The spouse is a stand-in", text: "The spouse line is rarely about the spouse. It is the polite version of cost or trust. Diagnose which, then address." },
          keystones: [
            "Diagnose with: 'What part will they want to weigh in on?'",
            "Three diagnoses: cost, trust, genuine collaboration.",
            "If it's genuine, send a one-pager home. If it's cost or trust, address it now.",
          ],
          prompt: "Of your last ten 'let me talk to my spouse' answers, how many were actually about the spouse?",
        },
        {
          id: "l7-3",
          title: "'Does my insurance cover it?'",
          duration: 20,
          brief: "The question that sinks more cases than any other. The reframe that answers honestly without anchoring the patient to insurance.",
          body: [
            { kind: "p", text: "The moment a patient asks 'does my insurance cover it,' a clock starts. If the next thing they hear is a number — a deductible, a percentage, a portion not covered — they have anchored. Their decision is now about the insurance, not the dentistry." },
            { kind: "h3", text: "The reframe — answer the question behind the question" },
            { kind: "p", text: "'Great question. Insurance will cover a portion — I'll have the exact number for you in a minute. The bigger question I want to make sure we answer first is whether this treatment is the right thing for your tooth. Because the insurance answer doesn't change what your tooth needs.' [Pause for acknowledgment.] 'Are you with me on that?'" },
            { kind: "p", text: "What you have done: acknowledged the question, promised to answer it, and reframed. You have not refused; that would feel evasive. You have prioritized." },
            { kind: "h3", text: "When you do quote insurance" },
            { kind: "p", text: "Always quote the patient portion, never the insurance portion. 'Your portion is $X' is a number they can act on. 'Insurance covers 50%' invites them to do mental math that distracts from the decision. Make the math invisible." },
          ],
          frame: { title: "Insurance is information, not the decision", text: "When the patient anchors to insurance coverage, the decision becomes about coverage instead of care. Reframe early so they don't anchor in the first place." },
          keystones: [
            "Answer behind the question: 'whether this treatment is right for your tooth.'",
            "Promise the number, then deliver it after the clinical decision.",
            "Quote patient portion, never insurance portion. Make the math invisible.",
          ],
          prompt: "What do your team's TCs lead with when insurance comes up?",
        },
        {
          id: "l7-4",
          title: "'I can't afford it / it's more than my house payment'",
          duration: 22,
          brief: "Not a price objection. A pain-of-paying objection. The reframe that addresses the real concern.",
          body: [
            { kind: "p", text: "The patient says: 'That's more than my house payment, I can't afford that.' Underneath: 'That number is causing me physical pain right now. I need you to acknowledge it before we can have any further conversation.'" },
            { kind: "h3", text: "What does not work" },
            { kind: "p", text: "Defending the price. Listing the procedures. Explaining that crowns are a long-term investment. The patient is not in a state to receive any of that. They are in pain — financial pain, but pain — and you are explaining." },
            { kind: "h3", text: "What works" },
            { kind: "p", text: "'I hear you. That number is a lot, and I'm not going to pretend it isn't. Can I sit with you for a minute and look at how this could actually work for your situation?' [Pause. Wait for permission.] 'A lot of patients in your spot use [financing partner] — it spreads this across [timeframe] at [monthly]. For most patients, that's [comparison: a phone bill, a cable bill]. Would you want me to walk you through what that would look like, or is the number itself the issue?'" },
            { kind: "p", text: "The two paths: monthly reframe or honest renegotiation of scope. Both are valid. The patient who says 'the monthly works for me' is paying for the treatment. The patient who says 'no, the number itself is the issue' is telling you to phase the treatment, and you can — start with the most urgent piece, schedule the next phase in six months. That is a clinical decision, not a sales failure." },
          ],
          frame: { title: "Acknowledge the pain", text: "Financial pain is pain. Acknowledge it before you problem-solve. Patients who feel acknowledged accept terms. Patients who feel argued with leave." },
          drill: {
            title: "The acknowledgment script",
            duration: "Roleplay, 15 min",
            level: "Practical",
            steps: [
              "With a teammate, take turns being the patient saying 'that's more than my house payment.'",
              "The TC's job: acknowledge the pain, do not defend the price, ask permission to sit with it.",
              "Five rounds each. Score each other on whether you defended (failure) or acknowledged (success).",
              "After: walk through one financing reframe, one phasing reframe.",
            ],
          },
          keystones: [
            "Don't defend the price. Acknowledge the pain.",
            "Two paths: monthly reframe (financing) or honest phasing.",
            "Phasing is a clinical decision, not a failure.",
          ],
          prompt: "When a patient says 'I can't afford it,' what does your team default to — defend or acknowledge?",
        },
      ],
    },

    {
      id: "m8",
      number: "08",
      title: "State and the anxious patient",
      video: "chairside-m8.mp4",
      kicker: "State work",
      role: "hy",
      synopsis: "Most dental anxiety is not addressed. The team treats it as an obstacle to be worked around. We treat it as a thing to be transformed.",
      hours: 1.4,
      lessons: [
        {
          id: "l8-1",
          title: "Pacing the anxious nervous system",
          duration: 18,
          brief: "Why telling an anxious patient to relax makes them more anxious — and what to do instead.",
          body: [
            { kind: "p", text: "The anxious patient is in a sympathetic-nervous-system spike. Their heart rate is elevated. Their pupils are dilated. Their attention is hyper-focused on threat. When you say 'just relax,' their nervous system hears 'I am not safe and I am being told I shouldn't feel the way I feel.' The anxiety doubles." },
            { kind: "h3", text: "Pace, then lead" },
            { kind: "p", text: "Pacing an anxious patient looks like this. Lower your voice slightly. Slow your tempo. Acknowledge their state: 'It looks like there's some nervousness here, and that makes complete sense — for a lot of people this is a hard environment.' Pause. 'I want you to know my job today is just to take a look — I am not going to do anything you don't agree to first.' Pause." },
            { kind: "p", text: "Now you have permission. Now you can lead. 'I'm going to slow everything down, and any time you want to pause, you raise your hand and I stop. Sound good?' The hand-raise contract is the single most powerful tool in the operatory for anxious patients. It hands them control. Anxiety is loss of control; control is the antidote." },
          ],
          frame: { title: "Don't tell anxiety to leave", text: "Anxiety doesn't respond to commands. It responds to safety, acknowledgment, and control. Provide all three." },
          keystones: [
            "'Just relax' makes anxiety worse.",
            "Pace by acknowledging the state, not arguing with it.",
            "The hand-raise contract returns control. Control is the antidote.",
          ],
          prompt: "How does your team currently handle the anxious patient? Do they pace, or do they push through?",
        },
        {
          id: "l8-2",
          title: "Anchoring calm — for you, then for them",
          duration: 22,
          brief: "Your nervous system is the room's nervous system. Learn to anchor your own calm before you can transmit it.",
          body: [
            { kind: "p", text: "Patients co-regulate with you. If you are subtly tense, they are tense. If you are subtly hurried, they are hurried. The work of calming an anxious patient begins with your own state, and your own state is something you can train." },
            { kind: "h3", text: "Building a calm anchor for yourself" },
            { kind: "p", text: "Choose a specific, unique gesture — for example, pressing your thumb into the inside of your wrist for two seconds. Used nowhere else." },
            { kind: "p", text: "Recall the most specific moment of calm competence you have ever felt. A specific procedure that went perfectly. A specific patient who lit up at the end. Recall it vividly enough that your body begins to enter that state." },
            { kind: "p", text: "As the state builds, set the anchor — the wrist press — and hold for five seconds. Release. Break state. Repeat with two more memories of the same state, same anchor." },
            { kind: "p", text: "Now you have a portable calm. Before you walk into the room with an anxious patient, anchor. The state arrives. Patients co-regulate. The room calms." },
          ],
          frame: { title: "Your state is the room's state", text: "You cannot transmit a state you do not have. Build the anchor on your own time. Use it on the patient's time." },
          drill: {
            title: "Build your calm anchor",
            duration: "20 min, alone",
            level: "Intermediate",
            steps: [
              "Choose a unique gesture used nowhere else. Recommendation: thumb to inside of opposite wrist, two-second hold.",
              "Sit somewhere quiet. Recall the most specific moment of calm professional competence in your career.",
              "As your body enters that state, set the anchor. Hold five seconds. Release.",
              "Repeat with two more memories of the same state. Same gesture.",
              "Test: in a neutral moment, anchor cold. Note what arrives.",
              "Use it tomorrow before walking into the operatory with your most anxious patient.",
            ],
          },
          keystones: [
            "Your state is contagious. Train it deliberately.",
            "Anchor: unique gesture, peak state, three repetitions.",
            "Use the anchor before the room, not in the room.",
          ],
          prompt: "What state do your patients co-regulate with you toward, on a hard day?",
        },
      ],
    },

    {
      id: "m9",
      number: "09",
      title: "The doctor handoff",
      video: "chairside-m9.mp4",
      kicker: "Doctor",
      role: "dr",
      synopsis: "Eight minutes to land a recommendation that the team has spent 45 minutes setting up. The doctor's specific role in the choreography.",
      hours: 1.2,
      lessons: [
        {
          id: "l9-1",
          title: "What the doctor is actually for",
          duration: 18,
          brief: "The doctor is the authority figure in the room. Use that role; do not abandon it; do not abuse it.",
          body: [
            { kind: "p", text: "By the time the doctor enters the operatory, the hygienist has built rapport, flagged findings, and primed the conversation. The doctor's job is not to start over. It is to confirm with authority, recommend with clarity, and hand off cleanly to the TC." },
            { kind: "h3", text: "The doctor's three sentences" },
            { kind: "list", items: [
              "Confirm what the hygienist flagged: 'Lia mentioned she was seeing something on the upper-left first molar — let me take a look.' [Examine.] 'Yes, I'm seeing the same thing she did.'",
              "Name and recommend: 'There's decay underneath that old silver filling, and the seal has broken. My recommendation is a crown — that gives the tooth the best long-term chance.'",
              "Hand off with confidence: 'Mara is going to walk you through what that involves and what your options are. She's the best in the practice at this.' [Direct eye contact with the TC.] 'Mara, can you take Sarah from here?'",
            ] },
            { kind: "p", text: "Three sentences. Eight minutes max. Then leave. Doctors who linger and explain everything dilute their authority. Doctors who hand off cleanly transfer authority to the TC, who can then close." },
          ],
          frame: { title: "Confirm, recommend, hand off", text: "The doctor is a triangulating authority. Confirm what the team flagged. Recommend with clarity. Hand off with explicit confidence in the TC." },
          keystones: [
            "Three sentences, eight minutes, then leave.",
            "Confirm the flag — don't start over.",
            "Hand off with explicit confidence: 'She's the best in the practice at this.'",
          ],
          prompt: "How long does the doctor typically spend in the room? Where in the eight minutes is the leak?",
        },
        {
          id: "l9-2",
          title: "When the patient asks the doctor 'what would you do?'",
          duration: 14,
          brief: "The most important question a patient asks. Most doctors deflect it — and the ones who answer it well close far more of these cases.",
          body: [
            { kind: "p", text: "The patient asks, looking right at the doctor: 'What would you do, Doctor, if this were you?' This is the patient asking for permission to trust. They are asking the doctor to make the decision for them, in the most consequential way they know how." },
            { kind: "h3", text: "What does not work" },
            { kind: "p", text: "'It depends,' or 'that's really up to you,' or 'whatever you're comfortable with.' These are deflections. The patient hears: 'the doctor doesn't actually have a strong opinion, so this must not be that important.' The case loses." },
            { kind: "h3", text: "What works" },
            { kind: "p", text: "'If this were my mouth, I would do exactly what I'm recommending — and I'd do it now, before it becomes a bigger problem. That's an honest answer to an honest question. The reason I'm sure is [specific clinical reason]. Does that help?'" },
            { kind: "p", text: "Direct. Clinical. Confident. And the close that comes from this is unlike any other close. The patient has been given the doctor's personal yes, and that yes is a powerful gift to receive in a chair." },
          ],
          frame: { title: "Answer the question that was asked", text: "When the patient asks 'what would you do,' they are not making conversation. They are asking for the doctor to take responsibility for the recommendation. Take it." },
          keystones: [
            "Don't deflect. Answer.",
            "'If this were my mouth, I would do exactly what I'm recommending.'",
            "The patient is asking for permission to trust. Give it.",
          ],
          prompt: "How does your doctor currently answer 'what would you do?' Is the case acceptance rate following?",
        },
      ],
    },

    {
      id: "m10",
      number: "10",
      title: "Same-day starts and high-ticket cases",
      video: "chairside-m10.mp4",
      kicker: "Advanced",
      role: "tc",
      synopsis: "The choreography for converting hygiene visits into restorative starts, and the specific structure of presenting cosmetic and full-arch cases.",
      hours: 1.5,
      lessons: [
        {
          id: "l10-1",
          title: "Same-day acceptance: the open chair",
          duration: 20,
          brief: "Why the chair the patient is already in is the highest-converting chair in the practice — and the words that move them into it.",
          body: [
            { kind: "p", text: "A patient who walks out to schedule a follow-up has, in effect, paused — and a real share of those never come back. A patient who begins treatment before they leave the chair has, in effect, already started. The economics of capturing same-day starts are significant, and most practices leave them on the table because they don't know the language." },
            { kind: "h3", text: "The three-sentence move" },
            { kind: "list", items: [
              "Establish that the chair is open: 'Good news — Dr. [X] has time on the schedule right now.'",
              "Make the offer concrete: 'We can take care of [specific tooth] today, while you're already here, instead of you having to come back.'",
              "Frame the alternative as effort, not pressure: 'It's totally up to you — but it would save you a trip and we'd have it done. What do you think?'",
            ] },
            { kind: "p", text: "What you are doing: making the patient's path of least resistance be 'yes.' You are not high-pressure. You are removing the friction of the second visit. For a meaningful share of qualified patients, that friction was the whole obstacle." },
          ],
          frame: { title: "Same-day is friction-removal, not pressure", text: "The patient who books a follow-up has, more often than not, said no. The patient who starts today has said yes. Frame same-day as convenience, not urgency." },
          keystones: [
            "Same-day starts close at very high rates because the patient is already in the chair.",
            "Three sentences: chair is open, treatment can be done today, framed as friction-removal.",
            "Don't sound urgent. Sound convenient.",
          ],
          prompt: "What percentage of qualified hygiene visits become same-day starts in your practice?",
        },
        {
          id: "l10-2",
          title: "Cosmetic and full-arch: presenting the future, not the procedure",
          duration: 22,
          brief: "High-ticket cases are not bought on the basis of procedure detail. They are bought on the basis of the future the patient sees themselves living in.",
          body: [
            { kind: "p", text: "The veneer case patient is not buying veneers. They are buying the wedding photo without the closed-mouth smile. The full-arch patient is not buying implants. They are buying the ability to eat a steak with their grandchildren. If you present the procedure, you have lost. If you present the future, you have a chance." },
            { kind: "h3", text: "The future-tense presentation" },
            { kind: "p", text: "'When this is done, here is what your morning looks like. You wake up. You don't think about your teeth. You smile in the mirror. You eat breakfast — anything you want. The procedure is two visits — we'll get to that — but I want you to picture the version of you who has already done this. What is she doing today, six months from now?'" },
            { kind: "p", text: "The patient pauses. Their eyes shift up and to the right (constructed visual imagery — they are imagining the future). They tell you what their life looks like. You have just turned the patient into the salesperson — they are now selling themselves on the case, in their own words, with their own values. Your job is to not interrupt." },
          ],
          frame: { title: "Sell the future, then deliver the procedure", text: "High-ticket dentistry is bought on emotion (the future) and rationalized with fact (the procedure). Get the order right." },
          keystones: [
            "Veneer patients buy the wedding photo, not the veneers.",
            "Future-tense presentation: 'When this is done, here is what your morning looks like.'",
            "Make the patient describe the future. Then they sell themselves.",
          ],
          prompt: "When you present cosmetic cases, do you start with the procedure or the future? Be honest.",
        },
      ],
    },

    {
      id: "m11",
      number: "11",
      title: "Money conversations without losing rapport",
      video: "chairside-m11.mp4",
      kicker: "Finance",
      role: "fd",
      synopsis: "The specific language for discussing fees, insurance, and financing — without becoming the bad guy in the patient's nervous system.",
      hours: 1.2,
      lessons: [
        {
          id: "l11-1",
          title: "Quoting fees: the structure that doesn't sting",
          duration: 18,
          brief: "How to deliver a price in a way that the patient receives it, processes it, and can respond — without flinching.",
          body: [
            { kind: "p", text: "Most practices quote fees badly. They mumble. They say the number quickly. They follow the number with apologies or qualifications. Patients read every micro-signal — and conclude that the price is shameful, which means the practice doesn't believe in it, which means the patient shouldn't either." },
            { kind: "h3", text: "The clean quote" },
            { kind: "p", text: "Look the patient in the eye. State the number cleanly. Pause. Say nothing else. The pause is the work. The patient needs three to five seconds to process the number. If you fill the pause, you teach the patient that you are uncomfortable with the price, and they will be too." },
            { kind: "h3", text: "Example" },
            { kind: "p", text: "'For the crown, your portion is fourteen-twenty.' [Pause. Eye contact. Count to four internally.] Then, only after they speak, address what they say. Not before." },
            { kind: "p", text: "Patients respond to the way the number is delivered far more than to the number itself. A clean quote at a high price closes more often than a flinching quote at a fair price." },
          ],
          frame: { title: "The clean quote", text: "State. Pause. Eye contact. Wait. The pause teaches the patient how to receive the number. Quiet confidence beats apologetic discount every time." },
          drill: {
            title: "Clean-quote roleplay",
            duration: "20 min team",
            level: "Practical",
            steps: [
              "Pair up. One person plays patient, one plays TC.",
              "TC quotes a fee for a $1,420 crown. Five rounds.",
              "Patient scores: did the TC flinch, mumble, or fill the pause? (Yes = fail.)",
              "Switch. Run until both can deliver three clean quotes in a row.",
              "Tape the structure to the front of every consultation binder: STATE · PAUSE · EYE CONTACT · WAIT.",
            ],
          },
          keystones: [
            "State the number. Pause. Eye contact. Don't fill the pause.",
            "How you quote matters more than the number.",
            "Quiet confidence > apologetic discount.",
          ],
          prompt: "Who on your team flinches when they quote? Who is calm? What does the data show about their close rates?",
        },
        {
          id: "l11-2",
          title: "Financing as a tool, not an apology",
          duration: 16,
          brief: "How to introduce financing in a way that opens doors — instead of signaling that the patient is a credit risk.",
          body: [
            { kind: "p", text: "Most TCs introduce financing apologetically: 'If the cost is an issue, we have financing available…' What the patient hears: 'I think you can't afford this.' That message — even when correct — produces shame. Shame produces decline." },
            { kind: "h3", text: "The neutral introduction" },
            { kind: "p", text: "'Most of my patients who do treatment at this level use one of two paths — they pay it across a few months with our financing partner, or they handle it in full. Either way works for us. What feels best for your situation?'" },
            { kind: "p", text: "What just happened: financing is now the norm, not the exception. The patient who needs it doesn't feel singled out. The patient who pays in full doesn't feel pressured. Both feel respected." },
          ],
          frame: { title: "Make financing the norm", text: "When financing is presented as 'most of my patients,' it is no longer an apology. It is an option. Patients accept options. They decline apologies." },
          keystones: [
            "Don't apologize for financing. Normalize it.",
            "'Most of my patients use one of two paths…' is the neutral frame.",
            "Patients decline shame, not financing.",
          ],
          prompt: "How does your team currently introduce financing? Apologetically or neutrally?",
        },
      ],
    },

    {
      id: "m12",
      number: "12",
      title: "Building the team that does this",
      video: "chairside-m12.mp4",
      kicker: "For owners",
      role: "ow",
      synopsis: "The owner's track. How to install this work in your practice, coach the team, measure outcomes, and not slip back to old patterns within sixty days.",
      hours: 1.4,
      lessons: [
        {
          id: "l12-1",
          title: "Why most communication training fails",
          duration: 14,
          brief: "Three reasons practices spend money on case-acceptance training and see no change ninety days later — and the structural fix.",
          body: [
            { kind: "p", text: "You can take your team to a great course. They come back inspired. They do the new things for two weeks. Then the morning huddle drifts back to production, the schedule gets full, the energy fades, and within sixty days everyone is doing what they did before — except now you have spent the money." },
            { kind: "h3", text: "Three structural reasons it fails" },
            { kind: "list", items: [
              "Training without drilling. Knowing a script and being able to deliver it under pressure are different skills. Without weekly roleplay, the script never makes it into the operatory.",
              "Training without measurement. If you don't measure case acceptance per provider, per week, you cannot coach. You're flying blind.",
              "Training without leadership. The owner has to do this work too. If the owner doesn't pace patients, the team won't either. State is contagious; so is sloppiness.",
            ] },
          ],
          frame: { title: "Drill, measure, lead", text: "Training is the lowest-leverage piece of training. The leverage is in weekly drilling, weekly measurement, and visible leadership. Install all three or don't bother." },
          keystones: [
            "Training without drilling fades in two weeks.",
            "Training without measurement leaves you blind.",
            "Training without leadership is unenforceable.",
          ],
          prompt: "Which of the three is your weakest leg today?",
        },
        {
          id: "l12-2",
          title: "The 30-60-90 rollout",
          duration: 22,
          brief: "A specific, week-by-week installation plan for putting this work into your practice and making it stick.",
          body: [
            { kind: "h3", text: "Days 1–30: Foundations and front desk" },
            { kind: "p", text: "All staff complete Modules 1, 2, 3. Front desk drills the new greeting and phone script daily. Owner reviews three mystery calls per week. Baseline metrics captured: phone-to-booked, case acceptance, same-day starts." },
            { kind: "h3", text: "Days 31–60: Hygiene and presentation" },
            { kind: "p", text: "Hygienists complete Modules 4 and 8. TCs complete Modules 5, 6, 7. Weekly Friday roleplay: 30 minutes, three scenarios, owner present. Mid-period metrics review with team." },
            { kind: "h3", text: "Days 61–90: Doctor handoff and advanced" },
            { kind: "p", text: "Doctors complete Module 9. TCs complete Modules 10 and 11. All staff complete Module 12. Weekly metrics in morning huddle. Quarterly review of cohort outcomes vs. baseline." },
            { kind: "h3", text: "Days 90+" },
            { kind: "p", text: "The Friday roleplay continues forever. Drop it and you will be back at baseline within ninety days." },
          ],
          frame: { title: "30-60-90, then forever", text: "The first ninety days install the work. The Friday roleplay keeps it installed. Both are non-negotiable." },
          keystones: [
            "Days 1–30: foundations + front desk.",
            "Days 31–60: hygiene + presentation.",
            "Days 61–90: doctor + advanced + ownership.",
            "Forever: Friday roleplay, weekly metrics.",
          ],
          prompt: "What is your Friday going to look like ninety days from now?",
        },
        {
          id: "l12-3",
          title: "The metrics that matter",
          duration: 16,
          brief: "Five numbers, weekly. Anything more is noise.",
          body: [
            { kind: "p", text: "You cannot coach what you do not measure. Most practices measure production and chair time. Those are output metrics. The leading indicators of patient communication are different — and they are the numbers that will tell you if the training is taking root before the production catches up." },
            { kind: "h3", text: "The five" },
            { kind: "list", items: [
              "Phone-to-booked rate, weekly. Front desk leading indicator.",
              "Hygiene-to-restorative rate, weekly. Hygienist leading indicator.",
              "Case acceptance rate by TC, weekly. TC leading indicator.",
              "Same-day starts as % of qualified visits. Whole-team indicator.",
              "Visits-to-close average. Decay or improvement of TC velocity.",
            ] },
            { kind: "p", text: "Tracked weekly, posted visibly, discussed in morning huddle. Within thirty days the team will start optimizing for the metrics, because the metrics are watched. That is the entire mechanism." },
          ],
          frame: { title: "What gets watched gets optimized", text: "The team optimizes for what is visible. Make the right things visible." },
          keystones: [
            "Five numbers, weekly. Phone, hygiene-to-restorative, case acceptance, same-day, visits-to-close.",
            "Posted visibly. Discussed in huddle.",
            "Visibility is the mechanism.",
          ],
          prompt: "Which of the five do you currently track? Which would tell you the most you don't already know?",
        },
      ],
    },
    {
      id: "edge",
      number: "I",
      title: "The Chairside Edge",
      video: "chairside-edge.mp4",
      kicker: "Advanced · Volume I",
      role: "dr",
      synopsis: "Volume I of the doctor's track, and the companion to Volume II. Where Volume II converts a motivated patient into scheduled treatment, this volume earns the motivation: diagnose to ideal, present one recommendation with conviction, motivate with future-pain, and protect the schedule. It runs on one loop — Clarity → Motion — across both the treatment conversation and the hygiene exam.",
      hours: 2.4,
      cheatSheet: [
        { label: "The rule", text: "One best option. Conviction. Then get out of the way. Diagnosis and recommendation are the doctor's job; the money conversation is the coordinator's." },
        { label: "Holding code", text: "'[Ideal] on [tooth #]. Holding is [fallback].' The TC presents the ideal and is pre-approved to default to the fallback — no chairside interruption, no menu for the patient." },
        { label: "Motivate — pick one, don't pile on", text: "'Any trouble with this yet?' · 'I wish I had a crystal ball — but it's going to break at some point.' · 'Best time to plant a tree was 20 years ago; the next best is today.' · Show the photo, let them see it." },
        { label: "Transition — two uses", text: "'Let's do this…' (1) Close: name the next person → 1–3 steps → hand the decision to the front. (2) Circuit breaker: conversation sprawling? Break it — 'let's grab some images' → create clarity, reset." },
        { label: "Body language", text: "Sit level, get close, same side as the problem. Open posture. Eye contact and stillness on the recommendation. Let the silence sit. Turn to the monitor together." },
        { label: "Exit", text: "'You're in good hands — if they can't answer something, they'll come grab me.'" },
        { label: "When to bail", text: "Chatty or running behind → mirror, then down-shift (slow voice and posture) → team cue (watch tap / schedule point) → 'Let's do this.'" },
        { label: "Why hygiene matters", text: "Up to ~75% of restorative treatment is diagnosed in the hygiene chair — and most never gets scheduled. Nail the exam to capture treatment you're already finding." },
        { label: "Calibrate", text: "Quarterly. Pull 50–100 new patients with films. Did we plan everything? Did we miss anything? Did we diagnose to ideal — or pre-compromise? One recommendation, or a menu?" },
      ],
      lessons: [
        {
          id: "edge-1",
          title: "Clarity — one best option",
          duration: 16,
          brief: "A confused buyer doesn't buy. Decide the single best option before you open your mouth, present it with conviction, and let your team carry the fallback — without confusing the patient.",
          body: [
            { kind: "p", text: "A confused buyer does not buy. A clear, motivated patient does. Most case-acceptance problems aren't pricing problems or skill problems — they're clarity problems and momentum problems. The doctor either gives the patient too many options and confuses them, or talks too long and kills the momentum of the visit." },
            { kind: "p", text: "The whole method runs on one loop, in this order. Clarity — decide the one best option before you open your mouth, communicate it with conviction, and never argue with yourself in front of the patient. Motion — build urgency, then transition cleanly to the next person and the next step before the conversation stalls. This lesson is the first half: clarity." },
            { kind: "h3", text: "Don't confuse the buyer" },
            { kind: "p", text: "A confused buyer of anything won't buy. When a doctor argues with themselves in front of a patient — 'We could do an implant, but we could also do a bridge, or honestly we could just do a denture…' — the patient hears noise, not guidance. Faced with three options and no recommendation, they default to the cheapest one, or to nothing." },
            { kind: "p", text: "You've seen the well-meaning version: a capable, caring associate spends fifteen to thirty minutes laying out every possibility. She wants the patient to feel informed and in control. The result is the opposite —" },
            { kind: "list", items: [
              "Lower case acceptance — the patient picks the least.",
              "A blown-up schedule — hygiene falls behind.",
              "A patient who leaves less confident, not more.",
            ] },
            { kind: "p", text: "The fix is not to care less. It's to lead more. The rule: pick the single best option, present it with conviction, then get out of the way and let the treatment coordinator handle the rest. The doctor's job is diagnosis and recommendation. The financial conversation — the 'what does my insurance cover,' the down-sell — belongs to the treatment coordinator, not the operatory." },
            { kind: "h3", text: "The 'holding' code" },
            { kind: "p", text: "Here's the mechanism that lets you recommend the ideal treatment with full conviction while still giving your team a pre-approved fallback — without confusing the patient and without being interrupted for a chairside huddle. When you treatment-plan out loud, you state the ideal, then the word 'holding,' then the acceptable fallback." },
            { kind: "script", text: "BC on number 30. Holding is an MOD-BL." },
            { kind: "p", text: "Translated: the ideal is a buildup plus crown on #30; the holding fallback is an MOD-BL composite, a four-to-five-surface filling. The patient doesn't decode this. But your treatment coordinator now knows: present the crown; if the patient won't accept it, you're pre-authorized to default to the filling — don't interrupt the doctor to ask." },
            { kind: "p", text: "Why it works: the patient hears one clear recommendation, not a menu. The doctor keeps full conviction — no waffling, no self-argument. The team gets a pre-approved decision tree — no mid-appointment 'let me grab the doctor.' You protect the schedule and the patient's confidence at the same time." },
            { kind: "p", text: "If you're rattling off clinical shorthand, tell the patient up front so it doesn't read as something hidden:" },
            { kind: "script", text: "Let me get all this jargon down real quick, and then I'll walk you through everything in plain English in just a minute." },
          ],
          frame: { title: "One recommendation, one fallback, zero menu", text: "Decide the best option before you speak. State it with conviction, and let 'holding' give your team a pre-approved fallback — so the patient hears guidance, not a list, and nobody interrupts you mid-exam." },
          drill: { title: "Build your holding codes", duration: "Team session, 30 min", level: "Practical", steps: [
            "With your team, list the ten treatments you diagnose most often.",
            "For each, write the ideal and the acceptable holding fallback (e.g., 'BC + crown, holding MOD-BL').",
            "Standardize the spoken format so it's identical in every op: '[ideal] on [tooth]. Holding is [fallback].'",
            "Confirm the TC is pre-authorized to default to the holding without grabbing the doctor.",
          ] },
          keystones: [
            "A confused buyer doesn't buy. Pick one best option and present it with conviction.",
            "The financial conversation belongs to the TC, not the operatory.",
            "'Holding' gives your team a pre-approved fallback — no chairside huddle, no menu for the patient.",
          ],
          prompt: "Where does your team most often hear a menu instead of a recommendation — and what's the one best option you'd standardize first?",
        },
        {
          id: "edge-2",
          title: "Motion — motivate and transition",
          duration: 16,
          brief: "A clear recommendation still needs momentum. Make future-pain visible today, then take control of the conversation with one phrase — 'Let's do this' — to close or to reset.",
          body: [
            { kind: "p", text: "Clarity decides what to recommend. Motion is what gets it scheduled. People act on pain — so your job is to make future pain visible today, before there's an emergency, and then move the patient cleanly to the next step before the conversation stalls." },
            { kind: "h3", text: "Motivate with time: collapse the future" },
            { kind: "p", text: "Current pain sells itself. Your skill is selling against future pain — the trouble that's coming but isn't here yet. A few tools, used one at a time:" },
            { kind: "list", items: [
              "Anchor to the chief complaint. Start where the patient already cares.",
              "Use the word 'yet.' 'Are you having any trouble with this yet?' That one word reframes the situation — trouble is coming — without you being the bad guy.",
              "Collapse time. Walk them forward: here's what's happening now, here's what happens if we let it go.",
              "Show, don't tell. Take intraoral photos and let the team show the patient what you see. A patient who sees the crack is far more motivated than one who's told about it.",
            ] },
            { kind: "p", text: "Two lines worth keeping in your pocket:" },
            { kind: "script", text: "I wish I had a crystal ball to tell you exactly when this is going to go — but I know it's going to break at some point." },
            { kind: "script", text: "When's the best time to plant a tree? Twenty years ago. The next best time is today." },
            { kind: "p", text: "The goal of this stage is one thing: move the patient into a motivated mindset — they want to do something about it — before you ever transition to the financial conversation." },
            { kind: "h3", text: "'Let's do this': the transition statement" },
            { kind: "p", text: "This is the single most important phrase in the module. 'Let's do this' is how you take control of the conversation, change its momentum, and either close cleanly or reset when things get complicated — without the patient ever feeling cut off. It has three common uses: to close once the patient has acknowledged the recommendation; to reset when the conversation starts sprawling into complexity; and to exit a visit that's stalled or running long." },
            { kind: "p", text: "The reset use is the advanced one, and it's where most doctors instead over-talk for another ten to thirty minutes. 'Let's do this' buys you a reset. Instead of talking longer, convert the confusion into a productive next step — pause and go get records, photos, or radiographs that create the clarity the conversation was missing:" },
            { kind: "script", text: "You know what — let's do this. Let me grab a couple of images so we can both see exactly what's going on here, and that'll make the next step a lot clearer." },
            { kind: "p", text: "That reframes 'I'm stuck' into 'let's get more information' — which feels thorough and caring, protects the schedule, and gives you a clean reset point. Rule of thumb: if the conversation has been expanding rather than converging for more than a sentence or two, that's your cue." },
            { kind: "p", text: "After 'Let's do this,' give the patient only one to three steps — never more. A patient in the chair can hold about three steps in their head, not the entire implant timeline. The full transition sounds like this:" },
            { kind: "script", text: "Let's do this. Cindy's going to take a few more pictures for us — that way we've got it for insurance and to help you see what I'm seeing. Then we're going to get you up to Holly. She'll work everything up with your insurance and show you what your benefits look like. From there, you can decide the best course of action for you." },
            { kind: "p", text: "Notice the structure: name the next person (Cindy, then Holly) — patients relax when they know who's got them next. Name one to three concrete steps. And hand the decision to the front, not the chair — the financial close happens with the TC. Then exit warm:" },
            { kind: "script", text: "It was great to see you today. You're in good hands here — if you have any other questions they can't answer, they'll come grab me and we'll talk it through." },
          ],
          frame: { title: "Make future-pain visible, then move", text: "Motivate against the trouble that's coming — 'yet,' collapse time, show the photo — until the patient wants to act. Then 'Let's do this': name the next person, give 1–3 steps, hand the decision to the front." },
          keystones: [
            "Sell against future-pain: the 'yet' reframe, collapsing time, the crystal-ball and plant-a-tree lines. Pick one, don't pile on.",
            "'Let's do this' takes control of momentum — to close, to reset a sprawling conversation, or to exit.",
            "After 'Let's do this': 1–3 steps, name the next person, hand the financial decision to the TC.",
          ],
          prompt: "When a conversation starts sprawling, what do you currently do — push through, or reset? What would 'let's grab some images' change?",
        },
        {
          id: "edge-3",
          title: "Reading the room & body language",
          duration: 14,
          brief: "Even great doctors get chatty. The skill is knowing when to get out — and having your body say 'I'm sure' before the patient finishes processing the words.",
          body: [
            { kind: "p", text: "Even great doctors get chatty. The skill is awareness — knowing 'I've got to get out of here' — plus having the verbiage ready to do it gracefully." },
            { kind: "h3", text: "A team cue system" },
            { kind: "p", text: "Agree in advance on silent signals so your team can rescue you, or the patient, without anyone noticing — a tap on the watch, a subtle point at the schedule behind the patient, a standard phrase at the door ('Doctor, your next patient is ready in two'). When you get the cue, you already have your tool: 'Let's do this.'" },
            { kind: "p", text: "And when you're coaching a chatty-but-caring associate: watch them present a few live cases and diagnose the specific habit — waffling, over-explaining, no transition. Give them one tool at a time, starting with 'Let's do this.' Have them practice the holding-code workflow so they stop interrupting themselves with options. Then calibrate together (the calibration practice is the last lesson here)." },
            { kind: "h3", text: "Body language at the chair" },
            { kind: "p", text: "Patients decide whether to trust the recommendation before they finish processing the words. Your body says it first. This is operatory-specific — what your body does during a treatment conversation. (For reading and managing emotion in general, that's the EQ track; this is the chairside companion to it.)" },
            { kind: "p", text: "Positioning — get level, get close, get on their side:" },
            { kind: "list", items: [
              "Sit, don't stand. Standing over a reclined patient creates a power gap and subtle pressure. Sit so your eyes are at or below theirs — partnership, not a pitch from above.",
              "Bring the chair up. Have the patient upright or near-upright for the conversation. Nobody makes a confident decision lying flat, looking at the ceiling.",
              "Get on the same side as the problem. Sit shoulder-to-shoulder with the patient facing the monitor — you versus the problem, not you versus the patient.",
              "Open posture. Unfold the arms, hands visible, shoulders square. Crossed arms read as doubt — the physical version of waffling.",
            ] },
            { kind: "p", text: "The recommendation moment — conviction is physical. When you deliver the single best option, your body has to match the words; a hesitant body undercuts a confident sentence." },
            { kind: "list", items: [
              "Steady eye contact on the recommendation. Look at the patient — not the chart, not the monitor — for the one sentence that is your recommendation.",
              "Still hands, slow pace. Fidgeting and fast speech broadcast uncertainty. Slow down; stillness signals certainty.",
              "One clear gesture, then stop. Point to the tooth on the screen once, then return to open posture.",
              "Let the silence sit. After the recommendation, stop talking. A confident pause invites a yes; rushing to fill silence re-opens the menu.",
            ] },
            { kind: "p", text: "The monitor is your third party. The photo or X-ray on the screen is a body-language tool, not just a visual aid — turning together to look at it shifts the dynamic from confrontation to collaboration. You're both looking at the evidence, not at each other across a negotiation." },
            { kind: "h3", text: "The chatty-patient down-shift" },
            { kind: "p", text: "Chatty patients run on energy, and if you match it indefinitely the visit never lands. The move is to mirror, then down-shift. Mirror first — match their energy and pace briefly so they feel met; cutting a warm patient off cold feels like rejection. Then physically down-shift — slow your nodding, lower your voice and pace, settle your posture, reduce gestures. Your calm pulls their energy down; people unconsciously follow the calmer body. Then land it with 'Let's do this' — once you've down-shifted, the transition feels like a natural settling, not an interruption." },
          ],
          frame: { title: "Your body says it before your words do", text: "Sit level, get on the same side as the problem, and on the recommendation: eye contact, still hands, then let the silence sit. With a chatty patient, mirror first, then down-shift — and land it with 'Let's do this.'" },
          keystones: [
            "Sit level, get close, get on the same side as the problem; open posture throughout.",
            "On the recommendation: eye contact, stillness, one gesture, then let the silence sit.",
            "Chatty patient: mirror their energy, then down-shift your body to pull theirs down — then 'Let's do this.'",
          ],
          prompt: "On your next recommendation: are your eyes on the patient or the chart for the key sentence — and do you let the silence sit, or fill it?",
        },
        {
          id: "edge-4",
          title: "The hygiene exam",
          duration: 16,
          brief: "Up to ~75% of restorative treatment is diagnosed in the hygiene chair — and most of it never gets scheduled. A tight, repeatable exam is how you stop the leak.",
          body: [
            { kind: "p", text: "Up to roughly seventy-five percent of restorative treatment is diagnosed in the hygiene chair — yet fewer than half of those cases ever get scheduled. That single fact reframes the whole department: the hygiene room isn't a checkup the doctor squeezes in between procedures — it's the primary discovery engine of the practice. (Hygiene performs roughly twenty-five to thirty-five percent of total production itself; the larger story is how much of everything else is first found there.)" },
            { kind: "p", text: "Here's the leak this part is built to close: most of that treatment is diagnosed in hygiene, but most of it never gets scheduled — it slips out between the exam and the front desk. Every tool here — the exam sequence, the holding codes, the clean handoff — exists to stop that leak. A great hygiene exam does three jobs: diagnose completely, motivate visibly, and hand off cleanly." },
            { kind: "h3", text: "The 30-second pre-exam" },
            { kind: "p", text: "Walk in already oriented. Before you enter the op: glance at the chart and chief complaint — why are they here today? Check the hygienist's findings — perio readings, anything flagged, new radiographs. Note what's outstanding — previously diagnosed treatment that hasn't been scheduled. Walking in cold forces you to think out loud, which is exactly when doctors start waffling. Orientation creates clarity." },
            { kind: "h3", text: "The hygienist is your co-diagnostician" },
            { kind: "p", text: "The exam is a team event, not a solo flyover. A calibrated hygienist pre-frames findings to the patient before you walk in ('I want the doctor to look at a couple of spots'), has photos and X-rays already up on the screen, knows your holding codes and documents them as you call them, and co-presents. When the patient hears the same finding from two trusted people, they experience it as confirmation, not a sales pitch." },
            { kind: "h3", text: "The exam sequence" },
            { kind: "p", text: "Clarity → Motion in miniature, eight steps:" },
            { kind: "list", items: [
              "Connect — anchor to the chief complaint or something personal. Fifteen seconds.",
              "Confirm hygiene findings — acknowledge the hygienist's work out loud; it reinforces the team and the patient's trust.",
              "Examine and call your codes — state ideal plus holding as you go: 'BC on 30, holding MOD-BL. Watch on 14.'",
              "Show, don't tell — photos on the screen; let the patient see it.",
              "Motivate — 'yet,' collapse time, crystal ball, plant-a-tree. Pick one; don't pile on.",
              "Recommend ONE best path — no menu. Conviction.",
              "'Let's do this' — transition. 1–3 steps. Name the next person.",
              "Exit warm — door open for questions.",
            ] },
            { kind: "h3", text: "Protect the schedule, and diagnose to ideal" },
            { kind: "p", text: "The exam cannot blow up the day. The longer the doctor lingers, the further behind hygiene falls — and the patient isn't better served by a twenty-five-minute exam. Treat it as a tight, repeatable sequence, not an open conversation: the holding code prevents mid-exam huddles, 'Let's do this' is your on-time exit every time, and the team cue system keeps exams moving." },
            { kind: "p", text: "And don't leave treatment undiagnosed. Slumps in production often trace back to under-diagnosis, not under-selling. Diagnose to ideal every time — call the buildup-and-crown when that's what the tooth needs, then let 'holding' protect the fallback. Don't pre-compromise your diagnosis because you're guessing at the patient's budget. That's the TC's job to navigate, not yours to assume." },
          ],
          frame: { title: "Hygiene is the discovery engine — don't let it leak", text: "Most restorative treatment is found in the hygiene chair, and most of it never gets scheduled. A tight eight-step exam — diagnose to ideal, motivate, hand off clean — captures treatment you're already finding." },
          keystones: [
            "Most restorative treatment is diagnosed in hygiene and most never gets scheduled — the exam exists to close that leak.",
            "Run the exam as a tight, repeatable eight-step sequence; the holding code and 'Let's do this' protect the schedule.",
            "Diagnose to ideal — never pre-compromise on a budget you're only guessing at. That's the TC's job.",
          ],
          prompt: "Roughly what share of treatment you diagnose in hygiene actually gets scheduled — and where does it leak: the exam, the handoff, or the follow-up?",
        },
        {
          id: "edge-5",
          title: "The calibration practice",
          duration: 12,
          brief: "The highest-leverage move when production slumps: pull your last 50–100 new patients, review the films together, and ask whether you diagnosed to ideal.",
          body: [
            { kind: "p", text: "When a practice hits a slump — fewer new patients, or sharply lower production per new patient — the highest-leverage move is a calibration session. It's also how you recalibrate a long-tenured team that's drifted, and how you train up a waffling associate." },
            { kind: "h3", text: "The exercise" },
            { kind: "p", text: "Block one to two hours with your doctors and key clinical team. Pull the last fifty to a hundred new patients you've seen, with their radiographs and photos. Review each one together and ask four questions:" },
            { kind: "list", items: [
              "Did we treatment-plan everything we should have here?",
              "Did we miss anything?",
              "Did we diagnose to ideal — or did we pre-compromise?",
              "Was there a clear single recommendation, or did we present a menu?",
            ] },
            { kind: "p", text: "Why it works: it surfaces systematic under-diagnosis — the silent production killer. It recalibrates a team that's been together for years and drifted into habits. It trains the associate on real cases, not hypotheticals. And it re-energizes a team in a slump by making the gap visible and fixable." },
            { kind: "p", text: "Cadence: run it quarterly as a maintenance rhythm, and any time you notice a production dip in new-patient treatment." },
          ],
          frame: { title: "Calibrate to the films, not from memory", text: "Pull 50–100 real new-patient cases and review the radiographs together against four questions. Under-diagnosis is silent; the only way to see it is to look at the cases side by side." },
          drill: { title: "Run a calibration session", duration: "Team session, 1–2 hrs", level: "Practical", steps: [
            "Block 1–2 hours with your doctors and key clinical team.",
            "Pull the last 50–100 new patients, with radiographs and photos.",
            "For each case ask: Did we plan everything? Did we miss anything? Did we diagnose to ideal or pre-compromise? One recommendation, or a menu?",
            "Tally where cases leaked — that pattern is your team's biggest fixable gap.",
            "Set the next session for one quarter out.",
          ] },
          keystones: [
            "Production slumps are often under-diagnosis, not under-closing — and it's invisible without review.",
            "Pull 50–100 real cases with films and ask the four calibration questions together.",
            "Run it quarterly, and any time new-patient production dips.",
          ],
          prompt: "When did your team last review old cases against the films together — and what would you bet you'd find?",
        },
      ],
    },
    {
      id: "m13",
      number: "II",
      title: "Converting the Yes",
      video: "chairside-m13.mp4",
      kicker: "Advanced · Volume II",
      role: "tc",
      synopsis: "Volume I earns the patient's motivation; this volume converts it into treatment that actually gets scheduled — ideally today. Motivation is perishable. Between the operatory and the booked appointment, cases leak — to 'let me think about it,' to the absent spouse, to a fee conversation that flinches, to a 'we'll get you scheduled' that never happens. Six lessons, one leak each. The principle through all of them: a confident, clear next step always beats a pause.",
      hours: 2.3,
      lessons: [
        {
          id: "l13-1",
          title: "The treatment coordinator handoff",
          duration: 18,
          brief: "The doctor sets the case; the treatment coordinator closes it. The handoff is the seam between them — and seams are where things tear.",
          body: [
            { kind: "p", text: "The doctor sets the case; the treatment coordinator (TC) closes it. The handoff is the seam between them — and seams are where things tear. A great handoff transfers momentum, trust, and information in one motion, so the patient never cools between the chair and the front." },
            { kind: "h3", text: "The warm handoff, not the cold toss" },
            { kind: "p", text: "A cold toss sounds like: 'Holly will get you checked out.' The patient walks to the front as a transaction. A warm handoff transfers the doctor's authority to the TC in front of the patient, so the TC inherits credibility instead of starting from zero. Every handoff has to carry three things:" },
            { kind: "list", items: [
              "Momentum — the patient should feel the case is moving, not pausing.",
              "Trust — the doctor explicitly vouches for the TC, so authority carries over.",
              "Information — the TC already knows the plan, and the holding code, before the patient sits down.",
            ] },
            { kind: "p", text: "Said out loud — doctor to patient to TC — it sounds like this:" },
            { kind: "script", text: "Sarah, this is Holly — she's the best in the building at this. I've gone over everything with her. Holly, Mr. Davis needs the crown on the lower right we talked about; let's get that taken care of for him. He's in great hands with you." },
            { kind: "p", text: "Notice what that does: the doctor names the treatment so the TC isn't guessing, vouches for the TC, and uses directive language — 'let's get that taken care of' — that assumes the yes. The patient hears a team that's aligned." },
            { kind: "h3", text: "The silent handoff: what the TC already knows" },
            { kind: "p", text: "The best handoffs are half-done before they happen. The TC should receive the plan before the walk-up — via the route slip, the holding code, and a quick note. The patient should never watch the TC read the plan for the first time; that signals disorganization and re-opens doubt." },
            { kind: "list", items: [
              "The holding code travels with the plan. 'Crown on 30, holding MOD-BL' means the TC presents the crown and is pre-authorized to default to the filling — no trip back to the doctor.",
              "Photos are already on the screen at the TC desk, so the visual motivation continues seamlessly.",
              "The TC knows the chief complaint and can anchor the money conversation to what the patient already cares about.",
            ] },
            { kind: "h3", text: "The TC's job: present, don't sell" },
            { kind: "p", text: "The TC's mindset is the doctor's: clarity, not a menu. Present the recommended plan and the total with confidence, offer a clear path to yes, and assume the appointment. The sequence:" },
            { kind: "list", items: [
              "Reconnect to the why — 'The doctor wants that tooth protected before it breaks; let's get you taken care of.'",
              "Present the plan and the total once, clearly. Don't itemize line-by-line into the fee; state the investment plainly and stop talking.",
              "Offer the path — payment options or financing as a normal next step, not a rescue.",
              "Assume the appointment — 'I've got Thursday morning or next Tuesday afternoon, which works better?' Two yeses, never a yes/no.",
            ] },
            { kind: "p", text: "The flinch test: if the TC flinches when they say the number, the patient will flinch too. Practice saying fees out loud until they land flat and confident. Money said nervously sounds like an apology." },
            { kind: "h3", text: "Closing the loop back to the doctor" },
            { kind: "p", text: "If the patient has a clinical question the TC can't answer, the loop returns to the doctor cleanly — not as a failure:" },
            { kind: "script", text: "That's a great question for Dr. Davis — let me grab him." },
            { kind: "p", text: "The doctor's exit line — 'if they can't answer something, they'll grab me' — already set this up. The handoff is a loop, not a one-way door." },
          ],
          frame: { title: "Transfer momentum, not a patient", text: "A cold toss hands off a transaction. A warm handoff hands off the doctor's authority — momentum, trust, and information in one motion — so the case never cools at the seam." },
          keystones: [
            "Warm, not cold: name the treatment, vouch for the TC, use language that assumes the yes.",
            "Half the handoff is done before it happens — the TC knows the plan and the holding code in advance.",
            "Present, don't sell: state the fee once, flat and confident, then assume the appointment with two options.",
          ],
          prompt: "Where does your practice's handoff most often go cold — the toss itself, or the TC starting from zero?",
        },
        {
          id: "l13-2",
          title: "The objection playbook",
          duration: 20,
          brief: "Objections aren't rejection — they're requests for more clarity or comfort. One universal pattern, applied to the five stalls you hear every week.",
          body: [
            { kind: "p", text: "Objections are not rejection — they're requests for more clarity or more comfort. The goal is never to argue; it's to acknowledge, reframe, and re-offer the next step." },
            { kind: "h3", text: "The universal pattern: Feel → Reframe → Step" },
            { kind: "list", items: [
              "Acknowledge (feel) — validate without agreeing the treatment is optional. 'Totally fair — a lot of people feel that way.'",
              "Reframe — re-anchor to value, future-pain, or the patient's own goal. Don't repeat the price; change the frame.",
              "Re-offer the step — end on a clear, small forward action. Never trail off and let silence become a no.",
            ] },
            { kind: "p", text: "Tone matters more than words: curious and calm, never defensive. The moment you sound like you're defending a sale, you've lost the frame. The rest of this lesson runs that pattern on the five objections you'll hear most." },
            { kind: "h3", text: "'That's a lot of money / it's expensive'" },
            { kind: "p", text: "Rarely about the absolute number — it's value not yet matching the price. Don't drop to the fee; raise the value or break the number down." },
            { kind: "script", text: "I hear you — it's a real investment. Here's how I think about it: this is a one-time fix for something that's only going to get more expensive if it breaks on its own. Let's look at what it comes to monthly with the financing option — a lot of patients are surprised how manageable it is." },
            { kind: "list", items: [
              "Reframe to cost-of-delay, not just cost.",
              "Break to monthly, not total, when financing fits.",
              "Never apologize for the fee or volunteer a discount unprompted.",
            ] },
            { kind: "h3", text: "'Does my insurance cover this?'" },
            { kind: "p", text: "The trap is letting insurance become the decision-maker. Reframe it as a benefit, not a budget." },
            { kind: "script", text: "We'll absolutely run it and apply every dollar of your benefits. The thing to know is dental insurance is designed to help with a portion — it's a benefit, not a payment plan — so it rarely covers the whole thing. What matters is taking care of the tooth; we'll make the rest work for your budget." },
            { kind: "list", items: [
              "Promise to maximize benefits — you're on their side — then de-throne insurance as the decider.",
              "Watch the under-coding trap: don't let the team quietly down-sell to fit coverage. That's pre-compromising the diagnosis.",
            ] },
            { kind: "h3", text: "'Let me think about it'" },
            { kind: "p", text: "The most dangerous objection, because it sounds polite and feels final. It usually means an unspoken concern — money, fear, time, or a decision-maker. Surface it gently:" },
            { kind: "script", text: "Of course — this is your decision and I want you comfortable. So I can help: when you say you'd like to think about it, is it the investment, the time, or something about the treatment itself you'd like to go over again?" },
            { kind: "p", text: "That single question turns a dead end into a real objection you can address. Then run Feel → Reframe → Step on whatever surfaces. If it's a decision-maker, go to the next lesson." },
            { kind: "h3", text: "'Can't we just watch it?'" },
            { kind: "p", text: "'Watch it' is a request to defer risk. Honor it honestly while collapsing time." },
            { kind: "script", text: "We can keep an eye on it — and sometimes that's right. The thing about this one is it's not going to get better on its own; watching usually means watching it get bigger. I'd rather fix it now while it's small and predictable than wait for it to decide the timing for us — usually at the worst moment." },
            { kind: "h3", text: "'I need to talk to my spouse'" },
            { kind: "p", text: "Both an objection and a decision-maker problem. Handle the stall here; handle the dynamic in the next lesson." },
            { kind: "script", text: "That makes total sense — this is a family decision. Let's do this: let me give you everything you need so it's an easy conversation at home — the photos, the plan, and the cost — and let's pencil in a time to get it done so you've got the spot held. We can always move it, but this way you're not waiting weeks for an opening." },
            { kind: "p", text: "Note the 'Let's do this' and the contingent appointment — hold the spot rather than let the case evaporate." },
          ],
          frame: { title: "Feel → Reframe → Step", text: "Acknowledge without making the treatment optional, change the frame instead of repeating the price, and always end on a clear next step. Curious, never defensive." },
          drill: { title: "Five-objection rounds", duration: "Roleplay, 15 min", level: "Practical", steps: [
            "Pair up. One plays the patient and picks one of the five objections.",
            "The other runs Feel → Reframe → Step, ending on a clear next step — no defending.",
            "Score each other: did they change the frame, or just repeat the price?",
            "Rotate through all five objections, twice each.",
          ] },
          keystones: [
            "Run one pattern on every objection: Feel → Reframe → Step.",
            "Reframe to cost-of-delay and monthly; never apologize for the fee.",
            "'Think about it' is a hidden concern — ask 'is it the investment, the time, or the treatment?'",
          ],
          prompt: "Of the five, which objection does your team handle worst right now — and what do they currently say?",
        },
        {
          id: "l13-3",
          title: "The decision-maker dynamic",
          duration: 16,
          brief: "'I need to talk to my spouse' is where the most motivated cases die — because the person who needs convincing isn't in the room.",
          body: [
            { kind: "p", text: "'I need to talk to my spouse' is the most common place a motivated case dies — because the person who needs convincing isn't in the room, and the patient leaves as your only, untrained advocate." },
            { kind: "h3", text: "Identify the decision structure early" },
            { kind: "p", text: "Find out who decides before you present, not after. A light question during the exam or intake saves the whole case:" },
            { kind: "script", text: "If we find something today that needs taking care of, are you good to make that call, or is it usually a conversation with someone at home?" },
            { kind: "p", text: "If there's a second decision-maker, you now know to arm the patient and offer to include the spouse — before the case is ever on the table." },
            { kind: "h3", text: "Get the decision-maker in the room — even remotely" },
            { kind: "p", text: "The strongest move is to remove the 'absent' part. Offer to bring the spouse in by phone or video right then. Most stalls can't survive a three-minute call with the doctor." },
            { kind: "script", text: "Would it help if we called them right now? I'm happy to take two minutes to explain exactly what I'm seeing so you don't have to relay it all yourself. Most people really appreciate hearing it straight from me." },
            { kind: "list", items: [
              "A live call with the doctor beats a patient relaying clinical details they don't fully grasp.",
              "Photos sent to the spouse's phone during the call make the future-pain visible to the real decision-maker.",
            ] },
            { kind: "h3", text: "Arm the patient to advocate at home" },
            { kind: "p", text: "If the spouse genuinely can't be reached, don't send the patient home with a fading memory. Send them as a prepared advocate with the three things that make the case for them:" },
            { kind: "list", items: [
              "The visual — photos and X-rays. The spouse needs to see it, not just hear about it.",
              "The one-line why — 'The doctor says if I wait, it'll likely break and cost more.' Give them the exact sentence.",
              "The written plan and cost — no ambiguity for the conversation at home.",
            ] },
            { kind: "h3", text: "Hold the spot — the contingent appointment" },
            { kind: "p", text: "Never let the patient leave with an open loop. Schedule a contingent appointment so the default is scheduled, not evaporated:" },
            { kind: "script", text: "Let's hold Thursday at 9 for you — totally fine to move it if the timing doesn't work after you talk. This way you're not waiting three weeks for the next opening once you decide." },
            { kind: "p", text: "Set a follow-up trigger: if you don't hear back in 48 hours, the team reaches out. An un-followed-up 'talk to my spouse' is a case you chose to lose." },
          ],
          frame: { title: "Don't let 'absent' mean 'gone'", text: "Find the decision-maker before you present, get them in the room — even by phone — and if you can't, arm the patient with the visual, the one-line why, and a held spot." },
          keystones: [
            "Ask who decides before you present, not after.",
            "Offer to call the spouse right now — a 3-minute call beats a patient relaying clinical detail.",
            "If they leave, they leave armed (visual + one-line why + written plan), on a held spot, with a 48-hour follow-up.",
          ],
          prompt: "How often does your team learn about an absent decision-maker only after the patient says 'I need to talk to them'?",
        },
        {
          id: "l13-4",
          title: "Same-day conversion",
          duration: 15,
          brief: "The treatment most likely to actually happen is the treatment that happens today. Every day between yes and the appointment is a day the case can fall apart.",
          body: [
            { kind: "p", text: "The treatment most likely to actually happen is the treatment that happens today. Same-day dentistry is the single highest-leverage move in case acceptance: a yes scheduled three weeks out has real fall-off — cancellations, cold feet, life. With same-day capability (CEREC, Primemill, and the like), this is a structural advantage most practices and most generic training can't even offer." },
            { kind: "h3", text: "Build the schedule to allow it" },
            { kind: "p", text: "Same-day only works if the schedule is built for it. This is an operational discipline, not a lucky gap." },
            { kind: "list", items: [
              "Protect daily open blocks for same-day treatment rather than packing every column.",
              "Have the team flag open chair time to the doctor and TC in real time, so the offer can be made while the patient is still in the chair.",
              "Respect hardware constraints — mill, scanner, ops. Same-day capacity is finite; the team must know what's available right now.",
            ] },
            { kind: "h3", text: "Identify the same-day candidate" },
            { kind: "p", text: "Not every case is a same-day case. The best candidates are motivated, single-visit, and ready: a clear single-tooth crown, a filling, an urgent fix the patient already feels. Read the motivation from Volume I — if they're nodding and asking 'when,' they're a candidate for 'now.'" },
            { kind: "h3", text: "The offer — no pressure, just the door" },
            { kind: "p", text: "Offer same-day as a convenience and a gift, never as pressure. The frame is 'I can save you a trip,' not 'decide right now.'" },
            { kind: "script", text: "Good news — we actually have the time and the technology to take care of this for you right now, today, in one visit. No second trip, no second numb-up. Want me to just get it done while you're here?" },
            { kind: "list", items: [
              "Lead with the patient benefit — one trip, one anesthetic, done.",
              "Make it easy to decline — pressure here poisons the trust Volume I built.",
              "If yes, move fast — momentum is the whole point; don't create a new gap.",
            ] },
            { kind: "h3", text: "If not today, then the soonest real date" },
            { kind: "p", text: "If same-day isn't possible, the next-best thing is the soonest specific appointment, booked before they leave — not 'we'll call you.' The closer the date, the lower the fall-off. Two concrete options, assume the appointment, hold the spot." },
          ],
          frame: { title: "Today beats Thursday; Thursday beats 'we'll call'", text: "Every day between yes and the chair is a day the case can die. Build open blocks, offer same-day as a gift, and if you can't, book the soonest specific date before they leave." },
          keystones: [
            "Same-day is the highest-leverage move in case acceptance — protect open blocks for it.",
            "Offer it as a gift ('save you a trip'), never as pressure.",
            "If not today, book the soonest specific date now — never 'we'll call you.'",
          ],
          prompt: "What share of your single-tooth cases could be done same-day — and what's stopping the offer from being made in the chair?",
        },
        {
          id: "l13-5",
          title: "The language library",
          duration: 14,
          brief: "Words carry conviction or leak it. Tentative language quietly tells the patient the treatment is optional — and an uncertain buyer doesn't buy.",
          body: [
            { kind: "p", text: "Words carry conviction or leak it. Tentative language — 'ideally,' 'you might want to,' 'we could probably' — quietly tells the patient the treatment is optional. This is the verbal twin of the body-language work in Volume I: directive, warm certainty converts; hedging doesn't." },
            { kind: "h3", text: "The words that kill a yes" },
            { kind: "p", text: "Each of these signals 'this is optional' or 'I'm not sure' — and a confused or uncertain buyer doesn't buy: 'ideally,' 'you might want to,' 'we could probably,' 'if you want,' 'it's not urgent,' 'whenever works for you,' and 'we can keep an eye on it' when it's said as the default instead of a real clinical call." },
            { kind: "h3", text: "Directive, not bossy" },
            { kind: "p", text: "Directive language isn't cold or pushy — it's clear and confident. Patients want a doctor who knows what they need, said warmly. 'Here's what I recommend' is leadership; 'you might want to think about maybe' is abdication. Pair directive words with the warm tone and body language from Volume I." },
            { kind: "h3", text: "Power phrases worth standardizing" },
            { kind: "list", items: [
              "'What we're going to do is…' — assumes forward motion.",
              "'This is the right time…' — collapses time without alarm.",
              "'The investment is…' — frames money as value, said flat and calm.",
              "'Let's get you taken care of.' — warm, directive, assumes the yes.",
              "'Let's do this…' — the transition and circuit-breaker from Volume I.",
            ] },
          ],
          frame: { title: "Hedge words are leaks", text: "Every 'ideally' and 'if you want' tells the patient the treatment is optional. Trade them for directive, warm certainty — clarity said kindly is what converts." },
          drill: { title: "The hedge-word week", duration: "Team drill, ongoing", level: "Practical", steps: [
            "For one week, have the team catch each other using hedge words — 'ideally,' 'probably,' 'if you want.'",
            "No penalty; just name it in the moment. Awareness alone shifts the language fast.",
            "At the week's calibration session, list the team's three most common hedges and the directive phrase that replaces each.",
          ] },
          keystones: [
            "Hedge words ('ideally,' 'might want to,' 'if you want') tell the patient it's optional.",
            "Directive isn't bossy — it's clarity said warmly.",
            "Standardize a short set of power phrases the whole team uses.",
          ],
          prompt: "Which hedge word does your team lean on most — and what's the directive phrase that should replace it?",
        },
        {
          id: "l13-6",
          title: "The reactivation loop",
          duration: 15,
          brief: "Most presented-but-unscheduled treatment is recoverable — it didn't get a hard no, it just slipped through follow-up.",
          body: [
            { kind: "p", text: "Most presented-but-unscheduled treatment is recoverable — it didn't get a hard no, it just slipped through follow-up. A practice's unscheduled-treatment report is one of the largest pools of production hiding in plain sight. This lesson turns it into a system." },
            { kind: "h3", text: "Track what walked out" },
            { kind: "p", text: "You can't recover what you don't track. Run the unscheduled-treatment report regularly. Every patient with diagnosed, presented, but unscheduled treatment is a warm lead who already trusts you — far cheaper to recover than a new patient is to acquire." },
            { kind: "h3", text: "The reactivation conversation" },
            { kind: "p", text: "The tone is caring follow-up, not collections. You're reaching out because you care about their health and the spot you held — not to chase a sale." },
            { kind: "script", text: "Hi Mr. Davis — this is Holly at Dr. Sparkman's office. The doctor was reviewing charts and wanted me to check in on that tooth we talked about protecting. He didn't want it slipping till it becomes an emergency. I've got a couple of openings this week — want me to hold one for you?" },
            { kind: "list", items: [
              "Frame it as the doctor caring, not the office selling.",
              "Reference the specific tooth or treatment — personal, not a mass blast.",
              "End on a held spot, two concrete options, assume the appointment.",
            ] },
            { kind: "h3", text: "Automate the trigger" },
            { kind: "p", text: "This is where coaching meets your software. The reactivation loop should be systematic, not heroic — it shouldn't depend on someone remembering. Two-way SMS, voicemail-to-text, and automated unscheduled-treatment follow-up turn this lesson into infrastructure: every unscheduled case gets a timed, personal-feeling nudge without manual effort." },
            { kind: "list", items: [
              "A 48-hour trigger on 'think about it' and 'talk to my spouse' cases.",
              "A gentle, spaced recall cadence on older unscheduled treatment.",
              "Route replies to a human for the warm close — automation opens the door, a person walks them through it.",
            ] },
            { kind: "p", text: "The compounding effect: a practice that captures even a third of its unscheduled treatment recovers more production than most marketing campaigns generate — from patients who already said 'maybe.'" },
          ],
          frame: { title: "The warmest leads you have already said maybe", text: "Unscheduled treatment is recoverable production from patients who already trust you. Track it, reach out as the doctor caring, hold a spot, and automate the trigger so it never depends on someone remembering." },
          keystones: [
            "Run the unscheduled-treatment report — it's production hiding in plain sight.",
            "Reactivate as the doctor caring, not the office selling; reference the specific tooth.",
            "Automate the trigger (48-hour + recall cadence); a person handles the warm close.",
          ],
          prompt: "When did your team last run the unscheduled-treatment report — and who owns the follow-up?",
        },
      ],
    },
  ],

  scripts: [
    { category: "Phone", title: "New patient call — full script", role: "fd", lines: [
      { speaker: "FD", text: "Thanks so much for calling [Practice]. This is Mara, I'm so glad you called." },
      { speaker: "Patient", text: "Hi, I think I might need a cleaning?" },
      { speaker: "FD", text: "Of course. May I have your name? And tell me a little about what's been going on." },
      { speaker: "Patient", text: "I'm Sarah. It's been a couple of years and my gum bleeds when I floss." },
      { speaker: "FD", text: "Sarah, thank you for sharing that. Bleeding when you floss is one of those things that's worth getting looked at — it sounds like it's been on your mind for a bit." },
      { speaker: "Patient", text: "Yeah, kind of." },
      { speaker: "FD", text: "You called the right place. Dr. Ashworth has been working with patients exactly like you for fifteen years and we have time tomorrow at 9, or Thursday at 2. Which one works better?" },
      { speaker: "Patient", text: "Thursday at 2." },
      { speaker: "FD", text: "Wonderful. I have you Thursday at 2 with us. I'll send you a confirmation and a couple of forms ahead of time so we don't waste any of your visit on paperwork. And Sarah — if anything changes, please call me directly. I'm Mara." },
    ]},
    { category: "Hygiene", title: "'I just want my free cleaning'", role: "hy", lines: [
      { speaker: "Patient", text: "I just want my free cleaning today, I don't want anything else." },
      { speaker: "Hygienist", text: "Got it — you're here for your cleaning, and that's exactly what we're here to do." },
      { speaker: "Hygienist", text: "And while I'm in here, I want to make sure I'm doing the right cleaning for what's actually going on in your mouth — not just the one your insurance has a code for. That's my job." },
      { speaker: "Hygienist", text: "Let me take a look first. If everything looks healthy, you'll have your prophy and you'll be on your way. If I see something, I'll show you what I'm seeing and we'll figure it out together. Sound fair?" },
      { speaker: "Patient", text: "I guess that's fair." },
    ]},
    { category: "Presentation", title: "Crown recommendation — single sentence", role: "tc", lines: [
      { speaker: "TC", text: "Earlier you mentioned the chewing on the right side has been bothering you for a while now." },
      { speaker: "Patient", text: "Yeah, it's been weeks." },
      { speaker: "TC", text: "Here's what we're seeing on the X-ray and the photo. [Show.] Dr. Ashworth's recommendation is a crown on the upper-left first molar to protect the tooth from cracking — which is what would happen if we leave it." },
      { speaker: "TC", text: "[PAUSE. Wait for them to speak.]" },
    ]},
    { category: "Objection", title: "'Let me talk to my husband'", role: "tc", lines: [
      { speaker: "Patient", text: "Let me go home and talk to my husband about it." },
      { speaker: "TC", text: "Of course — that makes complete sense. Do you mind if I ask, what part of it do you think he'll want to weigh in on?" },
      { speaker: "Patient", text: "Just… the cost, I think." },
      { speaker: "TC", text: "Got it. So let's take that off his plate before you leave. Most patients in your spot do one of two things — pay it across a few months with our financing partner, or handle it in full. Either way works for us. Want me to walk you through what the monthly would look like, so you have that for the conversation tonight?" },
    ]},
    { category: "Objection", title: "'Does my insurance cover it?'", role: "tc", lines: [
      { speaker: "Patient", text: "Does my insurance cover this?" },
      { speaker: "TC", text: "Great question. Insurance will cover a portion — I'll have the exact number for you in a minute. The bigger question I want to make sure we answer first is whether this treatment is the right thing for your tooth. Because the insurance answer doesn't change what your tooth needs. Are you with me on that?" },
      { speaker: "Patient", text: "Yeah, that makes sense." },
      { speaker: "TC", text: "Good. So clinically, this is what we're recommending and why. [Walk through.] And your portion, after insurance, is $720." },
    ]},
    { category: "Objection", title: "'It doesn't hurt'", role: "dr", lines: [
      { speaker: "Patient", text: "But it doesn't hurt. Why do I need to do anything?" },
      { speaker: "Doctor", text: "I hear you — most of what I treat doesn't hurt yet. That's actually the goal." },
      { speaker: "Doctor", text: "The dentistry that becomes painful is the dentistry we waited too long on. What we're trying to do here is the easier, smaller, less expensive version of the procedure that's already sitting in your tooth. Six months from now this is a different conversation, with a different price tag and more recovery." },
      { speaker: "Doctor", text: "We can do that conversation if you want — but I'd rather not." },
    ]},
    { category: "Doctor", title: "Doctor handoff — three sentences", role: "dr", lines: [
      { speaker: "Doctor", text: "Lia mentioned she was seeing something on the upper-left — let me take a look. [Examines.] Yes, I'm seeing the same thing she did. There's decay underneath that old filling and the seal has broken." },
      { speaker: "Doctor", text: "My recommendation is a crown. That gives the tooth the best long-term chance." },
      { speaker: "Doctor", text: "Mara is going to walk you through what's involved and what your options look like — she's the best in the practice at this. Mara, can you take Sarah from here?" },
    ]},
  ],

  glossary: [
    { term: "Anchor", def: "A stimulus deliberately associated with a specific internal state, used to evoke that state on demand. Used by clinicians to enter calm before high-anxiety patients." },
    { term: "Calibration", def: "The skill of reading a specific patient's physiology, language, and tempo, and adjusting your approach to match. Most often used in the first 90 seconds." },
    { term: "Case acceptance rate", def: "The percentage of presented treatment plans that the patient agrees to, expressed weekly per TC and across the practice." },
    { term: "Co-diagnosis", def: "The hygienist flagging a clinical finding before the doctor confirms it, so that the doctor's recommendation lands as confirmation rather than surprise." },
    { term: "Decision stack", def: "The four-layer order of every patient decision: safety, trust, understanding, decision. Skipping a layer collapses the next." },
    { term: "Elicitation", def: "The structured interview that surfaces a patient's actual values and motivations before treatment is presented." },
    { term: "Flag (hygiene)", def: "A non-diagnostic statement by the hygienist drawing attention to a clinical finding for the doctor's attention. 'I'm noticing something I want the doctor to look at.'" },
    { term: "Future-tense presentation", def: "Presenting a high-ticket case in terms of the future the patient will live in after treatment, rather than the procedure itself." },
    { term: "Handoff", def: "The deliberate transfer of authority from one team member to the next — most critically, doctor to TC at the moment of recommendation." },
    { term: "Pacing", def: "Matching a patient's tempo, language, and emotional state before attempting to influence the conversation. Pace four times for every one lead." },
    { term: "Patient portion", def: "The amount the patient owes after insurance, quoted as a single number. Always quote patient portion, never insurance portion." },
    { term: "Permission", def: "The patient's earned willingness to receive a recommendation. The opposite of persuasion. Built moment by moment." },
    { term: "Predicate", def: "A sensory verb (see, hear, feel, look, talk, comfortable) that reveals which channel a patient is processing in." },
    { term: "Reframe", def: "A change in the meaning of a situation without changing the situation. Used to address objections without arguing." },
    { term: "Same-day start", def: "A treatment that begins during the same visit it was presented in — typically hygiene-to-restorative." },
    { term: "Single-sentence recommendation", def: "The doctor or TC's clinical recommendation expressed in one specific, confident sentence under twelve seconds." },
    { term: "State (clinical)", def: "The combined physiological, emotional, and attentional configuration of a patient or clinician at a given moment. Trainable; contagious." },
    { term: "Treatment coordinator (TC)", def: "The team member specialized in case presentation, financial conversation, and follow-up to closure." },
    { term: "VAK", def: "Visual, Auditory, Kinesthetic — the three primary patient processing channels." },
    { term: "Visits-to-close", def: "The average number of visits between treatment plan presentation and patient acceptance. Lower is better; 1.0 is ideal for routine work." },
  ],
};

const LANGUAGE_PATTERNS = [
  {
    id: 'feel-felt-found',
    name: 'Feel / Felt / Found',
    category: 'objection-handling',
    roleInUse: ['tc', 'fd', 'doc', 'hyg'],
    oneLine: 'Three-beat re-frame that validates an objection, borrows social proof, then pivots to outcome.',
    phrase: `I understand how you feel. A lot of our patients have felt the same way. What they've found is...`,
    whenToUse: [
      'Patient raises a cost objection',
      'Patient says they want to "think about it"',
      'Patient expresses fear or hesitation about a procedure',
      'Patient compares your fee unfavorably to a previous office'
    ],
    whyItWorks: `Validates the patient's emotion before pivoting, so they don't feel argued with. The "felt" beat shifts the conversation from one-on-one disagreement to a shared experience with prior patients — social proof without naming names. The "found" beat lands the new information as a discovery, not a sales push.`,
    examples: [
      {
        scenario: 'Cost objection on a crown',
        wording: `I understand how you feel — that's a real number. A lot of our patients have felt the same way when they first saw the estimate. What they've found is the crown holds up for fifteen, twenty years, and the alternative — waiting until the tooth cracks — usually costs three times as much in implant work. Most of them tell me they wished they'd just done it the first time.`
      },
      {
        scenario: 'Patient wants to "think about it"',
        wording: `I get it. A lot of our patients have wanted to take a few days. What they've found is the longer they wait, the more the decision gets tangled up with the rest of life. Most of them said the answer was the same a week later — they just lost the week.`
      },
      {
        scenario: 'Fear of dental work',
        wording: `I hear you, and that's nothing to be embarrassed about. We've had patients who haven't been to a dentist in fifteen years sit in this chair. What they found is the part they were afraid of usually didn't happen — and the part they didn't expect was the relief of not carrying it around anymore.`
      }
    ],
    misuse: `Delivered fast or in a flat tone, it sounds scripted and the patient hears manipulation. The pause between "feel" and "felt" matters — let the validation land before pivoting. Also: don't use it for objections that are actually questions. If a patient asks "does this hurt?", they don't need a re-frame; they need an answer.`,
    pairsWith: ['permission-preface', 'lets-do-this'],
    source: 'Arrowhead / case-acceptance canon'
  },
  {
    id: 'lets-do-this',
    name: '"Let\'s do this..."',
    category: 'transition',
    roleInUse: ['doc', 'tc', 'fd', 'hyg', 'own'],
    oneLine: 'Assumptive transition that collapses the decision moment into a concrete next step, or pivots the conversation to close out an exchange and move to the next room or phase.',
    phrase: `Let's do this — Sarah's going to walk you back, get you numb, and we'll have you out of pain in about forty minutes.`,
    whenToUse: [
      'Patient has stopped objecting but has not said yes',
      'Clinical recommendation has been delivered and silence is hanging',
      'Diagnostic conversation needs to move into action',
      'Same-day treatment opportunity (emergency, same-day crown, perio start)',
      'Provider needs to conclude the current exchange, give the patient next steps, and transition to the next room or appointment phase',
      'Wrapping up a phone call or consultation and handing off to a next action'
    ],
    whyItWorks: `Skips the binary "do you want to?" question and pivots to operational specifics. The patient is no longer evaluating whether to proceed; they're hearing what's about to happen. Most patients ride that transition because the decision has already been made implicitly. The concreteness — naming the team member, the time, the next physical action — is what makes it land. As a conversational pivot, the same structure works for the provider too: naming the next step out loud signals closure without requiring a formal goodbye or a follow-up question that reopens the loop.`,
    examples: [
      {
        scenario: 'Emergency exam, treatment plan delivered',
        wording: `Let's do this. Maria's going to walk you back, we'll get you numb, and you'll be out of pain in about thirty minutes.`
      },
      {
        scenario: 'TC closing on a phased plan',
        wording: `Let's do this. We'll book Phase One for next Tuesday at 10, and I'll get the financing paperwork started today so it's ready when you get here.`
      },
      {
        scenario: 'Hygienist transitioning to perio therapy',
        wording: `Let's do this. I'll have the doctor come check the readings, and if she agrees, we can start the deep cleaning today on the lower right — that's the side giving you the most trouble.`
      },
      {
        scenario: 'Doctor wrapping up and moving to next room',
        wording: `Let's do this — go ahead and get those X-rays with Sarah, and I'll pop back in once she's done and we'll talk through what I'm seeing.`
      },
      {
        scenario: 'TC closing a 7-day follow-up call',
        wording: `Let's do this — I'll hold that Tuesday slot until end of day Friday. If anything changes, just call me directly and we'll rework it.`
      }
    ],
    misuse: `Empty without a concrete next action. "Let's do this — does that sound good?" is the same hesitating question with extra words. The phrase only works when what follows is a real, specific, immediate step the patient can picture. Also: not for first-visit consultations where the patient is still gathering information. They'll feel pushed.`,
    pairsWith: ['permission-preface', 'feel-felt-found'],
    source: 'Arrowhead / Pankey / chairside canon'
  },
  {
    id: 'permission-preface',
    name: 'Permission preface',
    category: 'reframe',
    roleInUse: ['doc', 'tc', 'hyg', 'own'],
    oneLine: 'Asks the patient to authorize directness before delivering hard information, which makes them lean in instead of bristle.',
    phrase: `Do you mind if I'm honest with you?`,
    whenToUse: [
      'About to deliver a treatment plan that will be expensive or extensive',
      'About to challenge a patient\'s preferred course of action',
      'Patient is rationalizing or in denial about their oral health',
      'Owner about to deliver hard feedback to a team member'
    ],
    whyItWorks: `Almost every patient says yes — refusing honesty makes them look closed. Once they've said yes, the brain treats what comes next as invited rather than imposed. It also signals that what's coming matters; the patient prepares to listen instead of defending.`,
    examples: [
      {
        scenario: 'Doctor before delivering a large treatment plan',
        wording: `Mike, do you mind if I'm honest with you? Because I think you can handle it, and I'd rather give it to you straight than dress it up.`
      },
      {
        scenario: 'TC pushing back on a "just the front teeth" request',
        wording: `Can I be honest with you for a second? I've watched cosmetic-only cases come back on us six months later when the bite was the real problem, and I don't want that to be your experience.`
      },
      {
        scenario: 'Owner addressing team member underperformance',
        wording: `Do you mind if I'm direct? I'm going to be — but I'd rather you hear it from me here than figure it out in your performance review.`
      }
    ],
    misuse: `Used as a preamble to something that wasn't actually direct. If the patient says yes and you deliver soft information, you've spent the move for nothing and they'll discount the next one. Also: don't ask if you've already been delivering hard information for ten minutes — you've already established the register.`,
    pairsWith: ['feel-felt-found', 'fair-enough-reset'],
    source: 'Arrowhead / Misch / coaching canon'
  },
  {
    id: 'fair-enough-reset',
    name: 'The "fair enough" reset',
    category: 'reframe',
    roleInUse: ['tc', 'fd', 'doc', 'hyg', 'own'],
    oneLine: 'Acknowledges and accepts a patient\'s objection at face value to drop the tension and reopen the conversation.',
    phrase: `Fair enough.`,
    whenToUse: [
      'Patient has dug in on a position and the conversation is hardening',
      'You\'ve made your case and the patient still says no',
      'Tension is escalating and you need to reset the room',
      'Patient says "I just don\'t want it" with no further explanation'
    ],
    whyItWorks: `Most case-acceptance training pushes harder when met with resistance, which entrenches the patient. "Fair enough" does the opposite — it accepts the objection without conceding the recommendation. The patient relaxes because they expected resistance and didn't get it. From there you can either let them go cleanly or, more often, re-engage on different ground.`,
    examples: [
      {
        scenario: 'Patient declining a recommended crown',
        wording: `Fair enough. I'd still like to put it in your chart so we both have a clear record, and if it changes — if you start feeling something on that tooth — we'll already have the plan ready.`
      },
      {
        scenario: 'Patient refusing a financial arrangement',
        wording: `Fair enough. The plan stays in the system either way. If anything shifts on your end, give us a call and we'll pick up where we left off.`
      },
      {
        scenario: 'Owner conversation with team member who refuses a schedule change',
        wording: `Fair enough. Let's circle back next month and look at it together — sometimes a few weeks changes the picture for both of us.`
      }
    ],
    misuse: `Said with frustration or sarcasm — patients hear it instantly. Tone is everything. Also: not a passive-aggressive close. If you say "fair enough" and then immediately re-litigate, you've used the phrase as a feint and the patient will trust you less.`,
    pairsWith: ['permission-preface', 'feel-felt-found'],
    source: 'Sales / negotiation canon'
  },
  {
    id: 'if-money-werent-the-issue',
    name: 'The "if money weren\'t the issue" diagnostic',
    category: 'diagnostic-question',
    roleInUse: ['tc', 'doc', 'hyg'],
    oneLine: 'Surfaces whether a financial objection is masking a different objection, by hypothetically removing the financial constraint.',
    phrase: `If money weren't the issue, would you want this fixed?`,
    whenToUse: [
      'Patient is citing cost as the reason for declining',
      'You suspect the objection is actually fear, distrust, or a competing priority',
      'Before offering financing — to confirm the financing is actually the lever',
      'Patient is hesitating but won\'t name the reason'
    ],
    whyItWorks: `Cost is the most socially acceptable objection — patients reach for it even when the real reason is something else. Removing it hypothetically forces a cleaner answer. If they say yes, the next move is financing. If they say no, the real objection surfaces and you can address it. Either way, you've stopped chasing the wrong dragon.`,
    examples: [
      {
        scenario: 'Cost objection on a treatment plan',
        wording: `If money weren't the issue, would you want this fixed? I'm asking because if it's a yes, we have ways to make the math work. If it's a no, that's a different conversation and I want to know what's actually in the way.`
      },
      {
        scenario: 'Patient deferring an implant decision',
        wording: `Let me ask you this — if cost were off the table, would you want the implant? Because I want to make sure I'm solving the right problem.`
      },
      {
        scenario: 'Hygienist on a perio therapy decline',
        wording: `If we set the cost aside for a second — would you want the gums to get better? I'm just trying to understand what we're really looking at.`
      }
    ],
    misuse: `Used as a financing pitch in disguise. The question only works if you're prepared to honor a "no" answer and pivot to the real objection. Patients sniff out manipulation fast. Also: don't deploy on first-visit consultations where the patient hasn't yet decided whether they trust you. The question implies a level of intimacy you haven't earned yet.`,
    pairsWith: ['permission-preface', 'fair-enough-reset', 'feel-felt-found'],
    source: 'Arrowhead / case-acceptance canon'
  },
  {
    id: 'what-we-now-know',
    name: '"What we now know..."',
    category: 'reframe',
    roleInUse: ['doc', 'hyg'],
    oneLine: 'Reframes a prior provider\'s omission as a shift in diagnostic standards rather than error — neutralizes patient skepticism without implicating a colleague.',
    phrase: `"What we now know about the relationship between gum disease and systemic health has really changed how we look at this — it's something we now take a lot more seriously than was common practice even five years ago."`,
    whenToUse: [
      'Second-opinion visit where a prior dentist missed or did not flag a finding',
      'Patient says "my old dentist never mentioned this"',
      'Perio finding that has progressed undetected across prior appointments',
      'Any finding that invites the question "why didn\'t someone catch this before?"',
    ],
    whyItWorks: `Depersonalizes the omission. Shifts the frame from "your last dentist was wrong" to "the field has evolved and we're current." The patient doesn't have to choose between trusting you and defending their prior provider. It also implicitly positions your practice as up-to-date without claiming it directly.`,
    examples: [
      {
        scenario: 'Second opinion, missed crack',
        wording: `"What we now know about cracked tooth syndrome — honestly, it's much harder to catch without the technology we have now. The old X-ray would have shown nothing."`,
      },
      {
        scenario: 'Perio diagnosis, progressive bone loss',
        wording: `"What we now know about how bone loss progresses has really shifted how we screen for this. It used to be something we watched; now we move earlier."`,
      },
      {
        scenario: 'Cosmetic conversation, wear patterns unaddressed',
        wording: `"What we now know about how the bite affects wear on these front teeth — that's a newer conversation in dentistry. It wouldn't have been on anyone's radar ten years ago."`,
      },
    ],
    misuse: `Don't use it as cover for unnecessary treatment or to dismiss a patient's prior experience. One deployment per visit — repeated use sounds like a script. Never use it to create fear about what was "missed."`,
    pairsWith: ['permission-preface', 'fair-enough-reset'],
    source: 'Beau Sparkman / chairside',
  },
  {
    id: 'desire-surface-diagnostic',
    name: 'The desire-surface diagnostic',
    category: 'diagnostic',
    roleInUse: ['doc', 'tc', 'hyg'],
    oneLine: 'An open diagnostic question that surfaces the patient\'s aesthetic or functional dissatisfaction before any treatment is presented — opens the door without pushing.',
    phrase: `"Are you satisfied with how your teeth look? If you could change anything about your smile, what would it be?"`,
    whenToUse: [
      'New patient comprehensive exam — before clinical findings are presented',
      'Any appointment where cosmetic or restorative options may be relevant but the patient hasn\'t self-identified a desire',
      'When a patient\'s chart shows untreated cosmetic concerns they haven\'t raised',
      'Before presenting elective or aesthetic treatment options',
    ],
    whyItWorks: `Gives the patient permission to want something. Most patients assume dentistry is purely clinical and don't volunteer aesthetic desire. The question signals that the conversation is safe to have. It also anchors treatment planning to the patient's own words — when you present, you're delivering what they asked for, not selling.`,
    examples: [
      {
        scenario: 'New patient comprehensive exam',
        wording: `"Before I start the clinical exam — are you satisfied with how your teeth look? Is there anything about your smile you've ever wanted to change?"`,
      },
      {
        scenario: 'Hygiene appointment, prior cosmetic work visible',
        wording: `"I see you've had some bonding done before — are you still happy with how that looks, or is that something you'd want to revisit?"`,
      },
      {
        scenario: 'Post-perio, transition to restorative discussion',
        wording: `"Now that we've got the health side under control, I want to ask — are you satisfied with the appearance of your teeth, or is that something you'd want to talk about?"`,
      },
    ],
    misuse: `Not a selling tool — it's a listening tool. If the patient says they're satisfied, accept it. Don't use it to introduce treatment they didn't ask for. Timing matters: don't open with this before building rapport or before clinical concerns are addressed.`,
    pairsWith: ['permission-preface', 'lets-do-this'],
    source: 'Beau Sparkman / chairside',
  },
  {
    id: 'cost-deflection-redirect',
    name: 'The cost-deflection redirect',
    category: 'diagnostic',
    roleInUse: ['fd', 'tc'],
    oneLine: 'When a caller leads with cost before any context exists, answer with a diagnostic question that reframes what they\'re actually shopping for.',
    phrase: `"That's going to depend on a few things — can I ask, what's going on that's making you think about getting that looked at?"`,
    whenToUse: [
      'New caller leads with "how much does a crown cost?" or "what do you charge for a cleaning?" before any relationship exists',
      'Any inbound inquiry where the caller is comparing prices without understanding variables',
      'When answering the cost question accurately requires clinical information you don\'t yet have',
    ],
    whyItWorks: `A specific cost answer at this stage is both inaccurate (you don't have enough information) and positions the practice as a commodity. The redirect demonstrates that the answer is patient-specific — building credibility — and surfaces what the caller actually cares about: usually pain, fear, or a specific problem. That's where the real conversation starts. As Dick Barnes put it: a crown is not just a crown.`,
    examples: [
      {
        scenario: 'Phone inquiry about crown cost',
        wording: `"That's a question I want to answer accurately, which means I need to know a little more about what's going on. Can you tell me what's been happening with that tooth?"`,
      },
      {
        scenario: 'Cost-shopper call, general inquiry',
        wording: `"Pricing varies a lot depending on what we find — but what's going on that brought you to call today? Is there something specific bothering you, or is this more of a routine checkup?"`,
      },
    ],
    misuse: `Don't dodge the question entirely. If the caller presses for a range after you've asked, give one. Refusing to provide any number reads as evasive and loses the call. The redirect earns you the right to ask; it doesn't eliminate the obligation to eventually answer.`,
    pairsWith: ['permission-preface', 'lets-do-this'],
    source: 'Dick Barnes / Arrowhead Dental Lab; adapted for live use',
  }
];

window.LANGUAGE_PATTERNS = LANGUAGE_PATTERNS;
window.CHAIRSIDE_COURSE = CHAIRSIDE_COURSE;
