/* practice-door.css — shared by the four scenario doors into the Practice Room
 * (practice_raise.html, practice_resignation.html, practice_salary.html,
 * practice_interview.html).
 *
 * One stylesheet on purpose: the doors differ only in words. Copying these
 * rules into four files is how the pages drift apart one fix at a time, and
 * these four exist to be compared side by side in ad tests.
 *
 * The class names and values follow practice.html, so a door and the landing
 * read as one product. Colour is zoned the same way: jade is the path and
 * takes the primary action, blaze is a point and never a field. Terracotta
 * does not appear here at all, because no human is on the other end of
 * anything a door offers.
 *
 * wayfind.css carries the tokens but does not set a body font, so body sets
 * the family, exactly as the landing does.
 */
*{box-sizing:border-box}
body{
  margin:0;background:var(--paper,#FBFBF9);color:var(--ink-60,#5A5A57);
  font-family:'Archivo',system-ui,-apple-system,sans-serif;
  font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased;
}

.dr-wrap{max-width:1080px;margin:0 auto;padding:0 48px}
@media(max-width:820px){ .dr-wrap{padding:0 22px} }

.dr-brand{display:inline-flex;align-items:center;gap:9px;text-decoration:none;color:var(--ink,#141414);padding:26px 0}
.dr-brand-mark{width:24px;height:27px;color:var(--jade-deep,#1F6F52);flex:none}
.dr-brand-mark svg{width:100%;height:100%;display:block}
.dr-brand-name{font-size:16px;font-weight:600;letter-spacing:-.015em}

.dr-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:22px}
.dr-dash{width:26px;height:2px;background:var(--blaze,#C2521F);flex:none}
.dr-label{
  font-family:'JetBrains Mono',ui-monospace,monospace;font-size:11px;font-weight:500;
  letter-spacing:.16em;text-transform:uppercase;color:var(--ink-60,#5A5A57);
}
@media(max-width:820px){ .dr-label{font-size:11.5px;letter-spacing:.13em} }

/* Vertical only, never the `padding` shorthand. The hero carries .dr-wrap as
   well, and a shorthand here resets that class's horizontal gutter to 0, which
   put the headline, the lede and the button flush against the edge of every
   phone. It was invisible on a desktop, where the 1080px max-width leaves
   margins anyway, and invisible in the diff, and it shipped. */
.dr-hero{padding-top:56px;padding-bottom:72px}
@media(max-width:820px){ .dr-hero{padding-top:36px;padding-bottom:56px} }
.dr-h1{
  font-size:clamp(40px,5.6vw,76px);font-weight:300;line-height:1.02;
  letter-spacing:-.038em;color:var(--ink,#141414);margin:0;text-wrap:balance;max-width:16ch;
}
.dr-lede{font-size:clamp(17px,1.7vw,20px);line-height:1.5;color:var(--ink-60,#5A5A57);max-width:54ch;margin:22px 0 0}

.dr-cta-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:34px}
/* A class that sets `display` outranks the browser's own `[hidden]{display:none}`,
   so hiding this row from script silently does nothing without this line. The
   gate sets `hidden` on it, and the visible result was a dead button sitting
   directly under a panel explaining that it could not work. */
.dr-cta-row[hidden]{display:none}
.dr-cta{
  display:inline-block;text-decoration:none;background:var(--jade-deep,#1F6F52);
  color:#FBFBF9;font-size:15.5px;font-weight:500;padding:15px 26px;border-radius:2px;
}
.dr-cta:hover{background:#17573F}
.dr-cta-note{
  font-family:'JetBrains Mono',ui-monospace,monospace;font-size:11.5px;font-weight:500;
  letter-spacing:.13em;text-transform:uppercase;color:var(--ink-60,#5A5A57);
}

/* The browser gate, shown in place of the button when this browser cannot do
   speech recognition. See practice-door.js.

   It is a recessed panel rather than a warning colour. Blaze marks it with the
   same eyebrow dash the page already uses, because blaze is a point and never
   a field, and because this is not an error the visitor caused. Red would say
   something has gone wrong; the honest reading is that they are one tap from
   the thing they came for. */
.dr-gate{
  margin-top:34px;background:var(--paper-2,#F4F4F1);
  border-radius:3px;padding:20px 22px;max-width:52ch;
}
.dr-gate-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.dr-gate-dash{width:26px;height:2px;background:var(--blaze,#C2521F);flex:none}
.dr-gate-label{
  font-family:'JetBrains Mono',ui-monospace,monospace;font-size:11px;font-weight:500;
  letter-spacing:.16em;text-transform:uppercase;color:var(--ink-60,#5A5A57);
}
@media(max-width:820px){ .dr-gate-label{font-size:11.5px;letter-spacing:.13em} }
.dr-gate-t{font-size:18px;font-weight:500;letter-spacing:-.015em;color:var(--ink,#141414);margin:0 0 9px}
.dr-gate-b{font-size:14.5px;line-height:1.6;color:var(--ink-60,#5A5A57);margin:0}
.dr-gate-actions{margin-top:16px}
.dr-gate-btn{
  display:inline-block;text-decoration:none;background:var(--jade-deep,#1F6F52);
  color:#FBFBF9;font-family:inherit;font-size:15px;font-weight:500;
  padding:13px 22px;border:0;border-radius:2px;cursor:pointer;
}
.dr-gate-btn:hover{background:#17573F}
.dr-gate-step{font-size:14.5px;line-height:1.6;color:var(--ink-60,#5A5A57);margin:14px 0 0}
.dr-gate-url{
  font-family:'JetBrains Mono',ui-monospace,monospace;font-size:13px;
  color:var(--ink,#141414);margin:12px 0 0;word-break:break-all;user-select:all;
}
.dr-gate-anyway{
  display:inline-block;margin-top:16px;text-decoration:underline;
  color:var(--ink-60,#5A5A57);font-size:14px;
}
.dr-gate-note{
  font-family:'JetBrains Mono',ui-monospace,monospace;font-size:11.5px;font-weight:500;
  letter-spacing:.13em;text-transform:uppercase;color:var(--ink-60,#5A5A57);margin:16px 0 0;
}

.dr-sec{padding:72px 0;border-top:1px solid var(--rule,#E3E3DF)}
@media(max-width:820px){ .dr-sec{padding:56px 0} }
.dr-split{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,8fr);gap:56px;align-items:start}
@media(max-width:900px){ .dr-split{grid-template-columns:1fr;gap:22px} }
.dr-h2{
  font-size:clamp(26px,3vw,38px);font-weight:300;line-height:1.1;
  letter-spacing:-.028em;color:var(--ink,#141414);margin:0;text-wrap:balance;
}
.dr-body{font-size:16px;line-height:1.62;color:var(--ink-60,#5A5A57);max-width:60ch;margin:0 0 16px}
.dr-body:last-child{margin-bottom:0}
.dr-strong{font-weight:500;color:var(--ink,#141414)}

/* The three beats of a rehearsal. Numbered because it genuinely is a
   sequence, not decoration. */
.dr-steps{display:flex;flex-direction:column}
.dr-step{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:20px 0;border-bottom:1px solid var(--rule,#E3E3DF)}
.dr-step:first-child{border-top:1px solid var(--rule-strong,#CFCFC9)}
.dr-step-n{
  font-family:'JetBrains Mono',ui-monospace,monospace;font-size:12px;font-weight:500;
  color:var(--jade-deep,#1F6F52);padding-top:4px;
}
.dr-step-t{font-size:17px;font-weight:500;letter-spacing:-.012em;color:var(--ink,#141414);margin:0 0 4px}
.dr-step-b{font-size:14.5px;line-height:1.6;color:var(--ink-60,#5A5A57);max-width:56ch;margin:0}

/* The honest fine print: what the room needs and what happens to the voice.
   ink-60 rather than ink-40, because a privacy line is the last thing that
   should be hard to read. */
.dr-facts{margin-top:30px;background:var(--paper-2,#F4F4F1);border-radius:3px;padding:18px 20px}
.dr-facts p{font-size:13.5px;line-height:1.6;color:var(--ink-60,#5A5A57);margin:0 0 8px;max-width:none}
.dr-facts p:last-child{margin-bottom:0}

/* The other doors. Plain hairline rows, the shape the pass page uses. */
.dr-doors a{display:block;text-decoration:none;color:var(--ink-60,#5A5A57);padding:16px 2px;border-bottom:1px solid var(--rule,#E3E3DF)}
.dr-doors a:first-child{border-top:1px solid var(--rule-strong,#CFCFC9)}
.dr-doors a:hover{background:var(--paper-2,#F4F4F1)}
.dr-door-t{display:block;font-size:16.5px;font-weight:500;letter-spacing:-.012em;color:var(--ink,#141414);margin:0 0 3px}
.dr-door-b{display:block;font-size:14px;line-height:1.55;max-width:60ch}
.dr-all{
  display:inline-block;margin-top:18px;text-decoration:none;
  color:var(--jade-deep,#1F6F52);font-size:14.5px;font-weight:500;
}

.dr-foot{border-top:1px solid var(--rule,#E3E3DF);padding:26px 0 60px}
.dr-foot p{
  font-family:'JetBrains Mono',ui-monospace,monospace;font-size:11.5px;
  letter-spacing:.06em;color:var(--ink-60,#5A5A57);margin:0;
}
.dr-foot a{color:var(--jade-deep,#1F6F52)}
