:root {
  --ink: #11100e;
  --charcoal: #171714;
  --panel: #20201d;
  --ivory: #f4efe5;
  --ivory-soft: #e7dfd2;
  --gold: #caa45b;
  --gold-deep: #8d6527;
  --gold-light: #f1d994;
  --brass: #c5a15d;
  --brass-hover: #d1b16f;
  --gold-metallic: linear-gradient(118deg, #8d6527 0%, #b88739 18%, #f1d994 42%, #c79d4e 61%, #e5c77d 80%, #956b2a 100%);
  --gold-metallic-hover: linear-gradient(118deg, #a27530 0%, #c99a49 18%, #f6e4ad 42%, #d8b360 61%, #eed696 80%, #a87b34 100%);
  --line: rgba(202, 164, 91, .38);
  --muted: #ada79d;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { background: var(--ink); color: var(--ivory); font-family: "Manrope", "Helvetica Neue", Arial, sans-serif; }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--ivory); }
button, input, select { font: inherit; }
button { cursor: pointer; }

.site-header {
  min-height: 82px;
  padding: 16px clamp(22px, 4vw, 64px);
  display: flex;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(17, 16, 14, .98);
}
.brand {
  position: relative;
  display: inline-flex;
  width: clamp(190px, 18vw, 270px);
}
.brand::before {
  position: absolute; inset: 0; content: ""; background: var(--brass);
  -webkit-mask: url("assets/lumina-logo-horizontal-champagne.png") center / contain no-repeat;
  mask: url("assets/lumina-logo-horizontal-champagne.png") center / contain no-repeat;
}
.brand img { display: block; width: 100%; height: auto; opacity: 0; }
.preview-label { margin-left: auto; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.audit-back-home { min-height: 44px; display: inline-flex; align-items: center; color: var(--ivory-soft); text-decoration: underline; text-underline-offset: 5px; }
.quiet-button, .back-button, .text-button {
  border: 0; background: transparent; color: var(--ivory-soft); min-height: 44px; padding: 8px 2px;
  text-decoration: underline; text-underline-offset: 5px;
}

.audit-page { min-height: calc(100vh - 82px); }
.intro {
  min-height: calc(100vh - 82px);
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  background: var(--ink);
}
.intro-content {
  display: grid; align-content: center; justify-items: start;
  padding: clamp(48px, 7vw, 110px) clamp(28px, 6vw, 96px);
  border-right: 1px solid var(--line);
}
.eyebrow {
  color: var(--gold-light);
  text-transform: uppercase; letter-spacing: .16em; font-size: 13px; font-weight: 700;
}
.intro h1 {
  max-width: 720px; margin: 22px 0 26px; font-family: var(--serif);
  font-weight: 500; font-size: clamp(44px, 4.4vw, 64px); line-height: 1.04; letter-spacing: -.025em;
}
.intro-copy { max-width: 650px; color: var(--ivory-soft); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.intro-reasons {
  display: grid; gap: 8px; margin: 20px 0 2px; padding: 0; list-style: none;
  color: var(--ivory-soft); font-size: 14px;
}
.intro-reasons li { display: flex; gap: 10px; align-items: center; }
.intro-reasons li::before { content: ""; width: 18px; height: 1px; flex: 0 0 auto; background: var(--gold); }
.intro-action { display: flex; align-items: center; gap: 22px; margin-top: 22px; }
.intro-action .primary-button { margin-top: 0; }
.intro-action span { color: var(--muted); font-size: 13px; }
.resume-panel {
  width: min(100%, 650px); margin-top: 24px; padding: 22px;
  border: 1px solid var(--line); background: rgba(32, 32, 29, .72);
}
.resume-panel p { margin: 0; color: var(--ivory-soft); font-size: 14px; line-height: 1.65; }
.resume-panel strong { color: var(--ivory); }
.resume-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 18px; }
.resume-actions .primary-button { margin-top: 0; }
.resume-actions .quiet-button { color: var(--gold-light); }
.intro-media {
  position: relative; min-width: 0; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(17,16,14,.08), rgba(17,16,14,.72)),
    image-set(
      url("../assets/responsive/audit-hero-ai-v2-1200.avif") type("image/avif") 1x,
      url("../assets/responsive/audit-hero-ai-v2-1600.avif") type("image/avif") 2x,
      url("../assets/responsive/audit-hero-ai-v2-1200.webp") type("image/webp") 1x,
      url("../assets/responsive/audit-hero-ai-v2-1600.webp") type("image/webp") 2x
    ) center/cover no-repeat;
}
.intro-media::before {
  content: ""; position: absolute; inset: 28px; border: 1px solid rgba(241,217,148,.55); pointer-events: none;
}
.intro-media-caption {
  position: absolute; left: clamp(30px, 4vw, 68px); right: clamp(30px, 4vw, 68px); bottom: clamp(34px, 5vw, 74px);
  display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: center; color: var(--ivory);
}
.intro-media-caption span { color: var(--gold-light); font-family: var(--serif); font-size: 34px; }
.intro-media-caption p { margin: 0; padding-left: 18px; border-left: 1px solid var(--gold); font-size: 15px; line-height: 1.45; }
.primary-button {
  min-height: 54px; margin-top: 20px; padding: 14px 34px; border: 1px solid var(--gold-deep);
  color: var(--ink); background-color: var(--brass); background-image: var(--gold-metallic); font-weight: 700; text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 247, 218, .58), inset 0 -1px 0 rgba(74, 45, 10, .28), 0 8px 20px rgba(87, 58, 18, .12);
  transition: background-image 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.primary-button:hover { background-color: var(--brass-hover); background-image: var(--gold-metallic-hover); border-color: var(--gold); box-shadow: inset 0 1px 0 rgba(255, 249, 225, .72), inset 0 -1px 0 rgba(74, 45, 10, .24), 0 12px 26px rgba(87, 58, 18, .18); }
.primary-button:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.privacy-note { margin-top: 18px; color: var(--muted); font-size: 13px; }
.audit-phone-shortcut {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.audit-phone-shortcut .text-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ivory-soft);
}
.audit-phone-shortcut--flow {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid #3b3933;
}

.is-hidden { display: none !important; }
.audit-app {
  max-width: 1320px; margin: 0 auto; padding: 36px clamp(22px, 4vw, 56px) 76px;
  background: var(--ink);
}
.phase-nav { margin-bottom: 28px; }
.phase-nav ol { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 0; }
.phase-nav li {
  display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 11px;
  color: var(--muted); border-top: 1px solid #4a463f; padding: 13px 12px 0 0; font-size: 13px;
}
.phase-nav li span { font-family: inherit; font-size: 16px; font-weight: 600; }
.phase-nav li strong { font-weight: 400; }
.phase-nav li.is-active, .phase-nav li.is-done { color: var(--gold-light); border-color: var(--gold); }

.consultation-layout { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(320px, .92fr); gap: 32px; align-items: start; }
.audit-app.is-result-mode { padding-top: 24px; }
.audit-app.is-result-mode .consultation-layout { grid-template-columns: minmax(0, 1fr); }
.audit-app.is-result-mode .phase-nav,
.audit-app.is-result-mode .insight-panel,
.audit-app.is-result-mode .flow-signal,
.audit-app.is-result-mode .flow-meta,
.audit-app.is-result-mode .progress-track,
.audit-app.is-result-mode .flow-actions { display: none; }
.audit-app.is-result-mode .flow-panel { min-height: 0; padding: clamp(26px, 3vw, 38px); }
.flow-panel, .insight-panel { border: 1px solid var(--line); background: var(--charcoal); }
.flow-panel {
  position: relative; min-height: 650px; padding: clamp(28px, 4vw, 58px); display: flex; flex-direction: column;
  box-shadow: inset 4px 0 0 rgba(202,164,91,.85); scroll-margin-top: 14px; overflow-anchor: none;
}
.flow-panel::after {
  content: ""; position: absolute; right: 28px; bottom: 24px; width: 76px; height: 76px;
  border-right: 1px solid rgba(202,164,91,.23); border-bottom: 1px solid rgba(202,164,91,.23);
}
.flow-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--gold-light); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
#saveState { color: var(--muted); letter-spacing: .04em; text-transform: none; }
.progress-track { height: 2px; margin: 17px 0 clamp(42px, 6vw, 74px); background: #393731; }
.progress-track span {
  display: block; width: 0; height: 100%; background: var(--brass);
  transition: width 320ms cubic-bezier(.2,.7,.2,1);
}
.flow-signal {
  display: grid; grid-template-columns: minmax(132px, .28fr) minmax(0, 1fr); gap: 18px;
  margin: -42px 0 38px; padding: 14px 0 15px; border-bottom: 1px solid #3b3933;
}
.flow-signal > span {
  display: inline-flex; align-items: center; gap: 9px; color: var(--gold-light);
  font-size: 10px; font-weight: 800; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase;
}
.flow-signal > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.flow-signal p { margin: 0; color: var(--ivory-soft); font-size: 13px; line-height: 1.55; }
.flow-signal.is-refreshing p { animation: flow-signal-refresh 420ms cubic-bezier(.2,.7,.2,1); }
@keyframes flow-signal-refresh {
  from { opacity: .2; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
#flowContent {
  min-width: 0; opacity: 1; transform: translateY(0);
  transition: height 280ms cubic-bezier(.2,.7,.2,1), opacity 220ms ease, transform 260ms cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform; overflow-anchor: none;
}
#flowContent.is-flow-leaving { opacity: 0; transform: translateY(-6px); }
#flowContent.is-flow-entering { opacity: 0; transform: translateY(12px); }
.question-view { max-width: 800px; min-height: 470px; }
.conversation-thread {
  display: grid; gap: 18px; margin: -12px 0 30px; padding: 0 0 26px;
  border-bottom: 1px solid #3b3933;
}
.conversation-memory { display: grid; gap: 9px; color: var(--muted); }
.conversation-memory__prompt {
  max-width: 78%; margin: 0; padding-left: 16px; border-left: 1px solid rgba(202,164,91,.52);
  font-size: 13px; line-height: 1.45;
}
.conversation-memory__answer {
  justify-self: end; max-width: 78%; margin: 0; padding: 11px 15px;
  border: 1px solid #575248; background: #25231f; color: var(--ivory-soft); line-height: 1.4;
}
.conversation-memory__insight {
  max-width: 88%; margin: 2px 0 0 62px; color: var(--gold-light); font-size: 14px; line-height: 1.55;
}
.consultant-turn { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 16px; align-items: start; }
.consultant-identity {
  width: 46px; height: 46px; display: grid; place-items: center;
  border: 1px solid var(--gold); color: var(--gold-light); font-family: var(--serif); font-size: 17px;
}
.consultant-message { min-width: 0; }
.consultant-heading { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; }
.consultant-name {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 0 0 12px;
  color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
}
.consultant-name span { color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .05em; }
.consultant-step { margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.system-response {
  max-width: 700px; min-height: 1.4em; margin: 0 0 20px; padding: 0 0 0 16px;
  border-left: 1px solid var(--gold); color: var(--gold-light); font-size: 17px; line-height: 1.6;
}
.system-response.is-advisor-loading::after {
  content: " · zpřesňuji"; color: var(--gold-light); font-size: 12px; white-space: nowrap;
}
.advisor-word {
  display: inline; opacity: 0;
  animation: advisor-word-in 280ms var(--word-delay, 0ms) cubic-bezier(.2,.7,.2,1) forwards;
}
@keyframes advisor-word-in {
  from { opacity: 0; filter: blur(2px); }
  to { opacity: 1; filter: blur(0); }
}
.question-view h2 {
  margin: 0; max-width: 720px; font-family: var(--serif);
  font-size: clamp(32px, 3.1vw, 46px); line-height: 1.1; font-weight: 500; letter-spacing: -.02em;
  animation: question-title-in 260ms 70ms cubic-bezier(.2,.7,.2,1) backwards;
}
.question-help {
  margin: 18px 0 0; color: var(--muted); line-height: 1.5;
  animation: question-title-in 260ms 110ms cubic-bezier(.2,.7,.2,1) backwards;
}
.question-purpose {
  max-width: 680px; margin: 17px 0 0; padding-top: 14px; border-top: 1px solid #3b3933;
  color: var(--muted); font-size: 12px; line-height: 1.55;
}
.question-purpose::before { content: "Proč se ptám  "; color: var(--gold-light); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
@keyframes question-title-in {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}
.answer-options { display: grid; gap: 10px; margin: 32px 0 0 62px; }
.answer-button {
  width: 100%; min-height: 64px; padding: 16px 54px 16px 18px; position: relative;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  border: 1px solid #4a463d; border-left: 2px solid rgba(202,164,91,.55); background: #1b1b18; color: var(--ivory); text-align: left;
  transition: opacity 160ms ease, transform 180ms cubic-bezier(.2,.7,.2,1), border-color 180ms ease, background-color 180ms ease;
  animation: answer-option-in 300ms cubic-bezier(.2,.7,.2,1) backwards;
  animation-delay: calc(170ms + var(--answer-index, 0) * 55ms);
}
.answer-button:hover, .answer-button:focus-visible { border-color: var(--gold); background: #24231f; outline: 2px solid transparent; }
.answer-button:focus-visible { outline-color: var(--gold-light); outline-offset: 3px; }
.answer-button.is-selected {
  border-color: #c5a15d; border-left-color: #c5a15d; background: #2a261e; color: #fff9ed;
}
.answer-button[disabled] { cursor: default; opacity: 1; }
.answer-mark {
  width: 27px; height: 27px; display: inline-grid; place-items: center; flex: 0 0 auto;
  border: 1px solid #6c6355; border-radius: 50%; color: transparent; font-size: 13px;
}
.answer-button.is-selected .answer-mark { border-color: #c5a15d; background: #c5a15d; color: #11100e; }
.answer-confirmation {
  display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; align-items: start;
  margin: 2px 0 4px; padding: 18px; border: 1px solid rgba(202,164,91,.46); border-left: 2px solid var(--gold);
  background: linear-gradient(90deg, rgba(202,164,91,.12), rgba(202,164,91,.035)); color: var(--ivory-soft);
  animation: answer-confirmation-in 180ms cubic-bezier(.2,.7,.2,1) both;
}
.answer-confirmation > span {
  width: 24px; height: 24px; display: grid; place-items: center;
  border: 1px solid var(--gold); color: var(--gold-light); font-size: 12px;
}
.answer-confirmation__copy { display: grid; gap: 6px; }
.answer-confirmation__copy strong {
  color: var(--gold-light); font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
}
.answer-confirmation p { margin: 0; line-height: 1.55; }
.answer-confirmation small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.answer-confirmation__actions { display: flex; justify-content: flex-end; margin-top: 3px; }
.answer-confirmation__continue {
  min-height: 44px; padding: 7px 0 5px; border: 0; border-bottom: 1px solid rgba(230, 203, 143, .58);
  background: transparent; color: var(--gold-light); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer;
}
.answer-confirmation__continue::after { content: "\2192"; display: inline-block; margin-left: 9px; transition: transform 180ms ease; }
.answer-confirmation__continue:hover::after, .answer-confirmation__continue:focus-visible::after { transform: translateX(4px); }
.answer-confirmation__continue:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.question-view.has-confirmed-answer .answer-button:not(.is-selected) { opacity: 0; transform: translateY(-4px); pointer-events: none; }
.question-view.has-confirmed-answer .answer-button.is-selected { transform: translateX(3px); }
.question-view.is-resolved .answer-button:not(.is-selected) { display: none; }
@keyframes answer-confirmation-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes answer-option-in {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: translateY(0); }
}
.text-answer {
  display: flex; gap: 12px; margin-top: 34px;
  animation: answer-option-in 320ms 80ms cubic-bezier(.2,.7,.2,1) backwards;
}
.text-answer input {
  flex: 1; min-width: 0; height: 58px; border: 1px solid #5a554b; background: #1c1c19; color: var(--ivory);
  padding: 0 18px; border-radius: 0;
}
.text-answer input:focus { outline: 2px solid var(--gold); outline-offset: 2px; }
.text-answer button { margin: 0; }
.location-answer { align-items: start; }
.location-field { position: relative; flex: 1; min-width: 0; }
.location-field > input { width: 100%; }
.ruian-suggestions {
  position: absolute; z-index: 20; top: 62px; left: 0; right: 0;
  border: 1px solid var(--gold-deep); background: #171714;
}
.ruian-option {
  width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 11px 14px; border: 0; border-bottom: 1px solid #3f3b34;
  background: transparent; color: var(--ivory); text-align: left;
}
.ruian-option:last-child { border-bottom: 0; }
.ruian-option:hover, .ruian-option:focus-visible { background: #29261f; outline: 2px solid var(--gold-light); outline-offset: -2px; }
.ruian-option strong { font-weight: 600; line-height: 1.35; }
.ruian-option span { flex: 0 0 auto; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.ruian-status { min-height: 20px; margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.ruian-status.is-loading { color: var(--ivory-soft); }
.ruian-status.is-verified { color: var(--gold-light); }
.ruian-status.is-verified::before { content: "✓"; margin-right: 7px; }
.ruian-status.is-error { color: #f4c9bd; }
.flow-actions { display: flex; gap: 24px; justify-content: space-between; margin-top: auto; padding-top: 36px; }

.insight-panel { position: sticky; top: 22px; box-shadow: 18px 18px 0 rgba(202,164,91,.075); }
.insight-panel.is-processing { border-color: rgba(241,217,148,.82); }
.insight-panel.is-processing .insight-toggle { background-color: var(--gold-light); background-image: var(--gold-metallic-hover); }
.insight-panel.is-processing .insight-live__state i { animation: insight-pulse 520ms ease; }
@keyframes insight-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(241,217,148,0); }
  50% { box-shadow: 0 0 0 7px rgba(241,217,148,.18); }
}
.insight-toggle {
  width: 100%; min-height: 68px; display: flex; align-items: center; justify-content: space-between;
  border: 0; border-bottom: 1px solid var(--gold-deep); padding: 18px 22px;
  background-color: var(--brass); background-image: var(--gold-metallic); color: var(--ink);
  text-transform: uppercase; letter-spacing: .12em; font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 247, 218, .52), inset 0 -1px 0 rgba(74, 45, 10, .24);
  transition: background-image 160ms ease, border-color 160ms ease;
}
.insight-toggle:hover { background-image: var(--gold-metallic-hover); border-color: var(--gold); }
.insight-toggle:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.insight-toggle > span:first-child { min-width: 0; display: inline-flex; align-items: center; gap: 10px; }
.insight-toggle b { font: inherit; }
.insight-toggle small {
  min-width: 0; max-width: 180px; overflow: hidden; color: rgba(17,16,14,.68);
  font-size: 9px; font-weight: 700; letter-spacing: .04em; text-overflow: ellipsis; text-transform: none; white-space: nowrap;
}
.insight-toggle i {
  display: inline-block; width: 11px; height: 11px; border-radius: 50%; background: var(--ink);
  box-shadow: 0 0 0 5px rgba(17,16,14,.12);
}
.insight-content { padding: 24px; }
.insight-live {
  position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin: -2px 0 18px; padding: 0 0 14px; overflow: hidden;
  border-bottom: 1px solid #3b3933; color: var(--muted); font-size: 11px;
}
.insight-live::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 1px;
  background: var(--gold-light);
}
.insight-live.is-updating::after { animation: insight-scan 480ms cubic-bezier(.2,.7,.2,1); }
.insight-live__state { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .08em; }
.insight-live__state i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.insight-live strong { color: var(--ivory-soft); font-size: 11px; font-weight: 700; white-space: nowrap; }
.insight-focus {
  margin: 0 0 20px; padding: 16px 17px; border-left: 2px solid var(--gold);
  background: linear-gradient(90deg, rgba(202,164,91,.1), rgba(202,164,91,.025));
}
.insight-focus span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.insight-focus p { margin: 7px 0 0; color: var(--ivory); font-size: 15px; line-height: 1.45; }
@keyframes insight-scan {
  0% { right: 100%; }
  48% { right: 0; }
  100% { left: 100%; right: 0; }
}
.insight-phase { color: var(--gold-light); margin: 0 0 24px; font-family: inherit; font-size: 20px; font-weight: 600; }
.insight-section-label {
  margin: 0 0 12px; color: var(--muted); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
}
.insight-context {
  display: flex; flex-wrap: wrap; gap: 7px; margin: -8px 0 22px; padding-bottom: 20px;
  border-bottom: 1px solid #3b3933;
}
.insight-context span {
  display: inline-flex; min-height: 30px; align-items: center; padding: 5px 9px;
  border: 1px solid rgba(202,164,91,.42); color: var(--ivory-soft);
  font-size: 11px; line-height: 1.2;
}
.insight-history {
  list-style: none; display: grid; gap: 0; margin: -4px 0 22px; padding: 0;
  border-top: 1px solid #3b3933;
}
.insight-history li {
  display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px;
  padding: 12px 0; border-bottom: 1px solid #3b3933; color: var(--muted);
}
.insight-history li > span {
  color: rgba(241,217,148,.62); font-size: 10px; font-weight: 700; letter-spacing: .08em;
}
.insight-history li p { margin: 0; font-size: 12px; line-height: 1.55; }
.insight-history li.is-latest {
  margin: 0 -10px; padding: 13px 10px; border-color: rgba(202,164,91,.34);
  background: rgba(202,164,91,.08); color: var(--ivory-soft);
}
.insight-history li.is-latest > span { color: var(--gold-light); }
.insight-history li.is-empty { display: block; color: var(--muted); font-size: 12px; line-height: 1.5; }
.insight-value { padding: 18px; margin-bottom: 22px; background: var(--ivory); color: var(--ink); }
.insight-value span { text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 800; }
.insight-value p { margin: 10px 0 0; line-height: 1.55; font-family: inherit; font-size: 18px; }
.insight-content dl, .insight-content dl div { margin: 0; }
.insight-content dl div { padding: 19px 0; border-top: 1px solid #3b3933; }
.insight-content dt { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.insight-content dd { margin: 8px 0 0; line-height: 1.5; color: var(--ivory-soft); }

.contact-view h2, .result-view h2 { font-family: var(--serif); font-size: clamp(36px, 3.6vw, 52px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; margin: 0 0 18px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--muted); font-size: 13px; }
.field input, .field select {
  height: 54px; border: 1px solid #575248; background: #1c1c19; color: var(--ivory); padding: 0 14px;
}
.consent { display: flex; gap: 10px; align-items: flex-start; line-height: 1.45; color: var(--ivory-soft); }
.contact-grid .consent input[type="checkbox"] {
  flex: 0 0 20px;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 2px 0 0;
  padding: 0;
  border-radius: 2px;
  accent-color: var(--gold);
}
.contact-grid .consent a {
  color: var(--gold-light);
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
}
.field-error {
  min-height: 18px;
  margin: 0;
  color: #f4c9bd;
  font-size: 12px;
  line-height: 1.45;
}
.field input[aria-invalid="true"] { border-color: #d99b85; }
.contact-submit { margin-top: 22px; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--ivory-soft); line-height: 1.5; }
.form-status.is-error { color: #f4c9bd; }
.contact-submit[disabled] { cursor: wait; opacity: .68; }
.preview-view h2 {
  max-width: 820px; margin: 0; font-family: var(--serif);
  font-size: clamp(38px, 4vw, 58px); line-height: 1.06; font-weight: 500;
}
.preview-summary { max-width: 760px; margin: 20px 0 0; color: var(--ivory-soft); font-size: 19px; line-height: 1.6; }
.preview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 34px; background: #4a463e; }
.preview-card { min-height: 210px; padding: 24px; background: #1c1c19; }
.preview-card > span {
  color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase;
}
.preview-card h3 { margin: 22px 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.15; }
.preview-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.preview-card--risk { box-shadow: inset 0 3px 0 #a76d57; }
.preview-card--strength { box-shadow: inset 0 3px 0 #b99a5f; }
.preview-card--profile { box-shadow: inset 0 3px 0 #d7c9ad; }
.preview-unlock { margin-top: 28px; }
.result-view h2 { max-width: 800px; font-size: clamp(38px, 3.6vw, 52px); line-height: 1.04; }
.result-lead { margin: 16px 0 0; color: var(--gold-light); font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.result-diagnosis {
  display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(230px, .55fr);
  margin-top: 30px; border-top: 1px solid var(--gold); border-bottom: 1px solid #464239;
}
.result-diagnosis > div { padding: 24px 22px; }
.result-diagnosis > div:first-child { padding-left: 0; }
.result-label, .result-status span, .result-priority span {
  display: block; color: var(--gold-light); text-transform: uppercase; letter-spacing: .11em; font-size: 11px; font-weight: 800;
}
.result-summary { max-width: 760px; margin: 12px 0 0; color: var(--ivory); font-family: inherit; font-size: 17px; line-height: 1.5; }
.result-status { border-left: 1px solid #464239; display: grid; align-content: center; gap: 9px; }
.result-status strong { color: var(--ivory); font-size: 15px; line-height: 1.4; }
.result-priority {
  display: grid; grid-template-columns: 150px 1fr; gap: 20px; align-items: start;
  margin: 20px 0 30px; padding: 19px 22px; background: var(--ivory); color: var(--ink);
}
.result-priority span { color: #8d6828; }
.result-priority p { margin: 0; font-weight: 700; line-height: 1.5; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 28px; background: #454138; }
.result-block { min-height: 150px; padding: 22px; background: #1c1c19; }
.result-block h3 { margin: 0 0 10px; font-family: inherit; font-size: 21px; font-weight: 600; }
.result-block p { margin: 0; color: var(--ivory-soft); line-height: 1.5; }
.result-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 28px; }
.next-action-support { max-width: 720px; margin: 14px 0 0; color: var(--muted); font-size: 0.94rem; line-height: 1.6; }
.dashboard-section { margin-top: 54px; padding-top: 28px; border-top: 1px solid #464239; }
.section-heading { display: flex; align-items: baseline; gap: 18px; margin-bottom: 24px; }
.section-heading > span { color: var(--gold); font-family: var(--serif); font-size: 25px; }
.section-heading h3, .route-section h3 {
  margin: 0; font-family: var(--serif); font-size: clamp(30px, 3vw, 42px); font-weight: 500; line-height: 1.1;
}
.section-note { max-width: 720px; margin: -10px 0 26px; color: var(--muted); line-height: 1.6; }
.indicator-list { display: grid; gap: 12px; }
.indicator {
  display: grid; grid-template-columns: minmax(210px, .8fr) minmax(130px, .3fr); gap: 12px 22px;
  padding: 22px; background: #1c1c19; border: 1px solid #3e3a33;
}
.indicator-copy h4, .strength-card h4, .risk-card h4, .document-item h4 {
  margin: 0; font-size: 18px; font-weight: 650; line-height: 1.35;
}
.indicator-copy p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.indicator-score { display: flex; justify-content: flex-end; align-items: baseline; gap: 5px; }
.indicator-score strong { max-width: 260px; color: var(--gold-light); font-size: 18px; line-height: 1.35; text-align: right; }
.local-context { display: grid; gap: 16px; }
.local-context__summary {
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 28px; padding: 26px; border: 1px solid #504a3f; background: #1c1c19;
}
.local-context__summary h4 { margin: 5px 0 12px; font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); font-weight: 500; }
.local-context__summary p:not(.eyebrow) { max-width: 690px; margin: 0; color: var(--ivory-soft); line-height: 1.62; }
.local-context__summary dl { display: grid; margin: 0; border-left: 1px solid #464239; }
.local-context__summary dl div { display: grid; gap: 5px; padding: 10px 0 10px 22px; border-bottom: 1px solid #3e3a33; }
.local-context__summary dl div:last-child { border-bottom: 0; }
.local-context__summary dt {
  color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
}
.local-context__summary dd { margin: 0; color: var(--gold-light); font-size: 13px; line-height: 1.45; }
.local-context__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #464239; }
.local-context__grid article { min-height: 170px; padding: 22px; background: #1c1c19; }
.local-context__grid span {
  color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
}
.local-context__grid h4 { margin: 18px 0 9px; font-size: 18px; line-height: 1.35; }
.local-context__grid p { margin: 0; color: var(--muted); line-height: 1.55; }
.local-context__verification { padding: 24px; background: #211f1a; border-left: 2px solid var(--gold-deep); }
.local-context__verification h4 { margin: 0 0 14px; font-size: 18px; }
.local-context__verification ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.local-context__verification li { position: relative; padding-left: 24px; color: var(--ivory-soft); line-height: 1.55; }
.local-context__verification li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.local-context__note { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.local-context__sources { border-top: 1px solid #3e3a33; }
.local-context__sources summary {
  min-height: 44px; display: flex; align-items: center; color: var(--gold-light); cursor: pointer; font-size: 13px;
}
.local-context__sources ul { display: grid; gap: 10px; margin: 0 0 8px; padding: 0; list-style: none; }
.local-context__sources li { display: grid; grid-template-columns: minmax(140px, .35fr) 1fr; gap: 14px; }
.local-context__sources a { color: var(--ivory); text-underline-offset: 4px; }
.local-context__sources span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.strength-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #464239; }
.strength-grid[data-count="1"] { grid-template-columns: minmax(0, 520px); }
.strength-grid[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.strength-card { min-height: 176px; padding: 22px; background: #1c1c19; }
.strength-card > span { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 28px; }
.strength-card h4 { margin-top: 18px; }
.strength-card p { margin: 10px 0 0; color: var(--muted); line-height: 1.55; }
.risk-list { display: grid; gap: 12px; }
.risk-card { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; padding: 24px; background: #1c1c19; border-left: 2px solid #a76d57; }
.risk-number { color: #d5af6a; font-family: var(--serif); font-size: 26px; }
.risk-card p { margin: 10px 0 0; color: var(--muted); line-height: 1.55; }
.risk-card strong { color: var(--ivory-soft); }
.document-list { display: grid; gap: 1px; background: #464239; }
.document-item {
  display: grid; grid-template-columns: 28px minmax(0, 1fr) minmax(150px, .38fr);
  gap: 16px; align-items: start; padding: 18px 20px; background: #1c1c19;
}
.document-check { width: 17px; height: 17px; margin-top: 3px; border: 1px solid var(--gold); }
.document-item p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.document-item > strong { color: var(--gold-light); font-size: 12px; line-height: 1.45; }
.action-plan { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #464239; counter-reset: action; }
.action-plan article { min-height: 190px; padding: 24px; background: #1c1c19; }
.action-plan span { color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.action-plan p { margin: 24px 0 0; color: var(--ivory-soft); line-height: 1.6; }
.route-section { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: 34px; align-items: end; padding: 30px; border: 1px solid var(--gold-deep); background: #211f1a; }
.route-section p:last-child { margin: 0; color: var(--ivory-soft); line-height: 1.65; }
.caution-section { border-left: 1px solid var(--gold); padding-left: clamp(20px, 3vw, 38px); }
.caution-copy { max-width: 760px; margin: 0; color: var(--ivory-soft); font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.72; }
.verification-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 0; padding: 0; list-style: none; }
.verification-list li { display: grid; gap: 5px; padding: 14px 0 14px 28px; position: relative; border-bottom: 1px solid #3e3a33; color: var(--ivory-soft); }
.verification-list li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.verification-list strong { color: var(--ivory); font-weight: 600; }
.verification-list span { color: var(--muted); line-height: 1.5; }
.verification-warning { max-width: 760px; margin: 0; color: var(--gold-light); font-size: 14px; line-height: 1.55; }
.result-disclaimer { margin: 46px 0 0; padding: 22px; border: 1px solid #474238; color: var(--muted); font-size: 13px; line-height: 1.6; }
.result-email-copy { color: var(--gold-light); }
.sales-map-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .45fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
  padding-bottom: clamp(28px, 3vw, 40px);
  border-bottom: 1px solid var(--gold-deep);
}
.sales-map-hero__verdict .result-label { margin-top: 24px; }
.sales-map-hero__verdict h2 { margin: 12px 0 0; }
.sales-map-hero__decision {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, auto);
  gap: 20px;
  align-items: end;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #3e3a33;
}
.sales-map-hero__decision .sales-map-readiness { margin: 0; padding: 0; border: 0; }
.sales-map-hero__decision .primary-button { width: 100%; max-width: 390px; margin: 0; }
.sales-map-perspective {
  max-width: 780px;
  margin: 22px 0 0;
  padding-left: 20px;
  border-left: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 17px;
  line-height: 1.65;
}
.sales-map-hero__context {
  padding: 24px 0 0 26px;
  border-left: 1px solid #4a463e;
}
.sales-map-hero__context > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.sales-map-hero__context dl { margin: 20px 0 0; }
.sales-map-hero__context dl div { padding: 12px 0; border-top: 1px solid #3e3a33; }
.sales-map-hero__context dt { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.sales-map-hero__context dd { margin: 5px 0 0; color: var(--ivory); font-size: 14px; line-height: 1.45; }
.sales-map-hero__context > p { margin: 18px 0 0; color: var(--gold-light); font-size: 13px; line-height: 1.55; }
.sales-map-hero__context > .sales-map-data-scope { color: var(--muted); font-size: 12px; }
.sales-map-readiness { margin-top: 22px; padding-top: 18px; border-top: 1px solid #3e3a33; }
.sales-map-readiness span { display: block; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sales-map-readiness strong { display: block; margin-top: 7px; color: var(--gold-light); font-size: 15px; line-height: 1.4; }
.audit-app.is-result-mode .sales-map-section { margin-top: clamp(48px, 5vw, 68px); }
.sales-map-heading {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 30px;
}
.sales-map-heading > span { color: var(--gold); font-family: var(--serif); font-size: 28px; }
.sales-map-heading .eyebrow { margin-bottom: 9px; }
.sales-map-heading h3, .sales-map-first-step h3, .sales-map-route h3, .sales-map-next-action h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.08;
}
.sales-map-obstacle-list { border-top: 1px solid #4a463e; }
.sales-map-obstacle {
  display: grid;
  grid-template-columns: 64px minmax(0, .9fr) minmax(300px, 1.1fr);
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid #4a463e;
}
.sales-map-obstacle__number { color: var(--gold-light); font-family: var(--serif); font-size: 25px; }
.sales-map-obstacle h4, .sales-map-strength-grid h4, .sales-map-week h4, .sales-map-evidence h4 {
  margin: 0;
  color: var(--ivory);
  font-size: 19px;
  line-height: 1.35;
}
.sales-map-obstacle__body > p { margin: 9px 0 0; color: var(--muted); line-height: 1.55; }
.sales-map-obstacle__decision { padding-left: 24px; border-left: 1px solid #3e3a33; }
.sales-map-obstacle__decision > span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.sales-map-obstacle__decision p { margin: 9px 0 0; color: var(--ivory-soft); line-height: 1.6; }
.sales-map-strength-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #464239; }
.sales-map-strength-grid[data-count="1"] { grid-template-columns: minmax(0, 540px); }
.sales-map-strength-grid[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sales-map-strength-grid article { min-height: 190px; padding: 24px; border-right: 1px solid #464239; background: #1c1c19; }
.sales-map-strength-grid article:last-child { border-right: 0; }
.sales-map-strength-grid article > span { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 28px; }
.sales-map-strength-grid h4 { margin-top: 22px; }
.sales-map-strength-grid p { margin: 10px 0 0; color: var(--muted); line-height: 1.55; }
.sales-map-first-step {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 30px;
  margin-top: clamp(48px, 5vw, 68px);
  padding: clamp(30px, 5vw, 58px);
  background: var(--ivory);
  color: var(--ink);
}
.sales-map-first-step .result-label { color: #846323; }
.sales-map-first-step h3 { color: var(--ink); }
.sales-map-first-step p { max-width: 780px; margin: 16px 0 0; color: #4c4a43; font-size: 18px; line-height: 1.65; }
.sales-map-first-step .sales-map-dont { margin-top: 24px; padding-top: 20px; border-top: 1px solid #cbc2b0; color: #68635a; font-size: 14px; }
.sales-map-dont strong { color: var(--ink); }
.sales-map-week ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid #4a463e; }
.sales-map-week li { min-height: 230px; padding: 26px 26px 26px 0; border-right: 1px solid #4a463e; }
.sales-map-week li + li { padding-left: 26px; }
.sales-map-week li:last-child { border-right: 0; }
.sales-map-week li > span { color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sales-map-week h4 { margin-top: 28px; }
.sales-map-week p { margin: 12px 0 0; color: var(--muted); line-height: 1.6; }
.sales-map-route {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  margin-top: clamp(48px, 5vw, 68px);
  padding: 32px 0;
  border-top: 1px solid var(--gold-deep);
  border-bottom: 1px solid var(--gold-deep);
}
.sales-map-route p:last-child { margin: 0; color: var(--ivory-soft); font-size: 17px; line-height: 1.65; }
.sales-map-evidence { margin-top: 42px; border-bottom: 1px solid #464239; }
.sales-map-evidence > summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gold-light);
  cursor: pointer;
  font-weight: 700;
}
.sales-map-evidence > summary::after { content: "+"; font-family: var(--serif); font-size: 28px; }
.sales-map-evidence[open] > summary::after { content: "−"; }
.sales-map-evidence__content { display: grid; gap: 42px; padding: 12px 0 42px; }
.sales-map-evidence__content > div > h4 { margin-bottom: 18px; }
.sales-map-next-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 38px;
  align-items: end;
  margin-top: clamp(48px, 5vw, 68px);
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--gold-deep);
  background: #211f1a;
}
.sales-map-next-action > div > p:last-child { max-width: 660px; margin: 16px 0 0; color: var(--muted); line-height: 1.6; }
.sales-map-next-action .primary-button { max-width: 390px; }
.sales-map-next-action__copy > p { max-width: 680px; margin: 16px 0 0; color: var(--muted); line-height: 1.6; }
.sales-map-next-action__copy ul { display: grid; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.sales-map-next-action__copy li { position: relative; padding-left: 20px; color: var(--ivory-soft); line-height: 1.5; }
.sales-map-next-action__copy li::before { content: ""; position: absolute; top: .7em; left: 0; width: 9px; height: 1px; background: var(--gold-light); }
.sales-map-next-action__copy .sales-map-next-action__outcome { color: var(--gold-light); }
.contact-value-list { display: grid; gap: 10px; max-width: 760px; margin: 24px 0 30px; padding: 18px 0; border-top: 1px solid #4a463e; border-bottom: 1px solid #4a463e; list-style: none; }
.contact-value-list li { position: relative; padding-left: 22px; color: var(--ivory-soft); line-height: 1.5; }
.contact-value-list li::before { content: ""; position: absolute; top: .7em; left: 0; width: 10px; height: 1px; background: var(--gold-light); }
.booking-step { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); gap: 24px 38px; margin-top: 10px; padding-top: 28px; border-top: 1px solid #4a463e; }
.booking-step h4 { margin: 8px 0 0; color: var(--ivory); font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.2; }
.booking-step__choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.booking-step__choices button, .booking-step__choices a { min-height: 52px; display: flex; align-items: center; justify-content: center; padding: 12px 16px; border: 1px solid #5a5448; border-radius: 0; background: transparent; color: var(--ivory); font: inherit; text-align: center; text-decoration: none; cursor: pointer; }
.booking-step__choices button:hover, .booking-step__choices button.is-selected, .booking-step__choices a:hover { border-color: var(--gold); color: var(--gold-light); }
.booking-step__choices button:last-child { grid-column: 1 / -1; }
.booking-step__phone { grid-column: 2; width: fit-content; color: var(--gold-light); text-underline-offset: 4px; }
.booking-step__phone:hover { color: var(--ivory); }
.booking-step__status { grid-column: 2; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.booking-step__submit { grid-column: 2; width: 100%; max-width: none; }
.calendar-booking { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); gap: 18px 38px; padding: 24px; border: 1px solid var(--gold-deep); background: #211f1a; }
.calendar-booking__heading h4 { margin-top: 8px; }
.calendar-booking__heading > p:last-child { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.calendar-booking__status { grid-column: 2; margin: 0; color: var(--ivory-soft); font-size: 14px; line-height: 1.55; }
.calendar-booking__slots { grid-column: 2; display: grid; gap: 16px; min-width: 0; }
.calendar-booking__day { display: grid; grid-template-columns: minmax(148px, .65fr) minmax(0, 1.35fr); gap: 14px; align-items: start; padding-top: 14px; border-top: 1px solid #484339; }
.calendar-booking__day h5 { margin: 8px 0 0; color: var(--ivory-soft); font-size: 14px; font-weight: 600; text-transform: capitalize; }
.calendar-booking__day > div { display: grid; grid-template-columns: repeat(4, minmax(68px, 1fr)); gap: 8px; }
.calendar-booking__day button { min-height: 44px; padding: 9px 10px; border: 1px solid #5a5448; border-radius: 0; background: transparent; color: var(--ivory); }
.calendar-booking__day button:hover, .calendar-booking__day button.is-selected { border-color: var(--gold); color: var(--gold-light); }
.calendar-booking__day button:focus-visible { border-color: var(--gold); color: var(--gold-light); outline: 2px solid var(--gold-light); outline-offset: 2px; }
.calendar-booking__day button.is-selected { background: rgba(202, 164, 91, .12); }
.calendar-booking__submit { grid-column: 2; width: 100%; margin-top: 0; }
.calendar-booking__privacy { grid-column: 2; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.calendar-booking__loading { display: block; width: 100%; height: 1px; overflow: hidden; background: #484339; }
.calendar-booking__loading::after { content: ""; display: block; width: 34%; height: 100%; background: var(--gold-light); animation: calendar-loading 1100ms ease-in-out infinite alternate; }
@keyframes calendar-loading { from { transform: translateX(-100%); } to { transform: translateX(300%); } }
.email-consultation-view { max-width: 980px; margin: 0 auto; }
.email-consultation-view__intro { max-width: 760px; }
.email-consultation-view__intro h2, .email-consultation-view--error h2 { max-width: 760px; margin: 12px 0 0; color: var(--ivory); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 500; line-height: 1.04; }
.email-consultation-view__intro > p:not(.eyebrow), .email-consultation-view--error > p:not(.eyebrow) { max-width: 720px; margin: 22px 0 0; color: var(--ivory-soft); font-size: 17px; line-height: 1.7; }
.email-consultation-view__intro ul { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--muted); }
.email-consultation-view__intro li { position: relative; padding-left: 20px; }
.email-consultation-view__intro li::before { content: ""; position: absolute; top: .72em; left: 0; width: 9px; height: 1px; background: var(--gold-light); }
.email-consultation-view .booking-step { margin-top: clamp(34px, 5vw, 58px); }
.email-consultation-view--error a { color: var(--gold-light); }
.sales-map-delivery { min-height: 0; color: var(--gold-light); }
.sales-map-delivery button { min-height: 44px; margin-left: 8px; padding: 8px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.dev-output { margin-top: 30px; border-top: 1px solid #3d3932; padding-top: 20px; color: var(--muted); }
.dev-output pre { white-space: pre-wrap; overflow-wrap: anywhere; font-size: 12px; color: var(--ivory-soft); }
.email-preview { margin-top: 24px; padding: 24px; border: 1px solid #504a3f; color: var(--ivory-soft); }
.email-preview p { line-height: 1.55; }
.email-preview .eyebrow { color: var(--gold-light); }
.internal-email { background: #11110f; }

@media (max-width: 820px) {
  .site-header { min-height: 70px; padding: 14px 18px; gap: 12px; }
  .brand img { width: 170px; }
  .preview-label { display: none; }
  .quiet-button { margin-left: auto; font-size: 12px; }
  .intro { min-height: calc(100vh - 70px); grid-template-columns: 1fr; }
  .intro-media { min-height: 26vh; grid-row: 1; }
  .intro-media::before { inset: 14px; }
  .intro-media-caption { left: 28px; right: 28px; bottom: 28px; grid-template-columns: 42px 1fr; }
  .intro-content { grid-row: 2; padding: 30px 22px 38px; border-right: 0; border-top: 1px solid var(--line); }
  .intro h1 { margin: 16px 0 18px; font-size: clamp(38px, 10.8vw, 48px); }
  .intro-copy { font-size: 17px; }
  .intro-reasons { margin-top: 17px; }
  .intro-action { width: 100%; display: grid; gap: 12px; }
  .intro-action .primary-button { width: 100%; }
  .audit-phone-shortcut { width: 100%; align-items: flex-start; }
  .audit-phone-shortcut .text-button { min-height: 44px; padding: 0; }
  .audit-phone-shortcut--flow { margin: 20px 0 8px; }
  .resume-panel { width: 100%; padding: 18px; }
  .resume-actions { display: grid; }
  .resume-actions .primary-button, .resume-actions .quiet-button { width: 100%; }
  .audit-app { padding: 22px 16px 50px; }
  .phase-nav ol { grid-template-columns: 1fr 1fr; row-gap: 18px; }
  .phase-nav li { grid-template-columns: 31px 1fr; }
  .consultation-layout { grid-template-columns: 1fr; gap: 14px; }
  .flow-panel { min-height: 590px; padding: 22px 18px; }
  .progress-track { margin-bottom: 38px; }
  .flow-signal { grid-template-columns: 1fr; gap: 7px; margin: -18px 0 24px; padding: 13px 14px; border: 1px solid rgba(202,164,91,.28); background: rgba(202,164,91,.055); }
  .flow-signal p { font-size: 12px; }
  .question-view { min-height: 500px; }
  .conversation-thread { margin-top: -4px; }
  .conversation-memory__prompt, .conversation-memory__answer { max-width: 92%; }
  .conversation-memory__insight { max-width: 100%; margin-left: 0; }
  .consultant-turn { grid-template-columns: 38px minmax(0, 1fr); gap: 11px; }
  .consultant-identity { width: 38px; height: 38px; font-size: 15px; }
  .consultant-heading { display: block; }
  .consultant-step { margin: -5px 0 12px; }
  .system-response { margin-bottom: 16px; padding-left: 12px; font-size: 15px; }
  .question-view h2 { font-size: clamp(30px, 8.8vw, 39px); }
  .question-purpose { margin-top: 14px; }
  .answer-options { margin-left: 0; }
  .answer-button { min-height: 58px; }
  .answer-confirmation { padding: 12px 13px; font-size: 14px; }
  .answer-confirmation__continue { min-height: 46px; }
  .insight-panel { position: static; box-shadow: none; }
  .insight-content { padding: 18px; }
  .insight-content.is-collapsed { display: none; }
  .insight-toggle { min-height: 56px; padding: 14px 18px; }
  .insight-toggle > span:first-child { display: grid; grid-template-columns: auto 1fr; gap: 2px 10px; text-align: left; }
  .insight-toggle i { grid-row: 1 / 3; }
  .insight-toggle small { max-width: min(240px, 61vw); }
  .insight-phase { font-size: 22px; margin-bottom: 15px; }
  .insight-live { margin-bottom: 14px; }
  .insight-focus { margin-bottom: 15px; padding: 13px 14px; }
  .insight-content dl div { padding: 14px 0; }
  .contact-grid, .result-grid, .preview-grid, .strength-grid, .strength-grid[data-count], .action-plan, .verification-list { grid-template-columns: 1fr; }
  .preview-card { min-height: 0; }
  .result-diagnosis { grid-template-columns: 1fr; }
  .result-diagnosis > div { padding: 19px 0; }
  .result-status { border-left: 0; border-top: 1px solid #464239; }
  .result-priority { grid-template-columns: 1fr; gap: 9px; }
  .field.full { grid-column: auto; }
  .text-answer { display: grid; }
  .location-answer { display: grid; }
  .indicator { grid-template-columns: 1fr auto; padding: 18px; }
  .indicator-copy p { display: none; }
  .local-context__summary, .local-context__grid { grid-template-columns: 1fr; }
  .local-context__summary { padding: 20px 18px; gap: 20px; }
  .local-context__summary dl { border-left: 0; border-top: 1px solid #464239; }
  .local-context__summary dl div { padding: 12px 0; }
  .local-context__grid article { min-height: 0; padding: 20px 18px; }
  .local-context__verification { padding: 20px 18px; }
  .local-context__sources li { grid-template-columns: 1fr; gap: 3px; }
  .document-item { grid-template-columns: 24px minmax(0, 1fr); }
  .document-item > strong { grid-column: 2; }
  .risk-card { grid-template-columns: 38px minmax(0, 1fr); padding: 20px 16px; gap: 12px; }
  .route-section { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .dashboard-section { margin-top: 42px; }
  .audit-app.is-result-mode { padding: 12px 12px 56px; }
  .audit-app.is-result-mode .flow-panel { padding: 20px 18px 28px; }
  .audit-app.is-result-mode .result-view h2 { font-size: clamp(34px, 10vw, 40px); line-height: 1.03; }
  .audit-app.is-result-mode .result-summary { font-size: 16px; line-height: 1.48; }
  .sales-map-hero { grid-template-columns: 1fr; gap: 26px; padding-bottom: 32px; }
  .sales-map-hero__decision { grid-template-columns: 1fr; gap: 16px; margin-top: 20px; padding-top: 16px; }
  .sales-map-hero__decision .primary-button { max-width: none; }
  .sales-map-hero__context { padding: 22px 0 0; border-left: 0; border-top: 1px solid #4a463e; }
  .sales-map-heading { grid-template-columns: 42px minmax(0, 1fr); gap: 10px; }
  .sales-map-obstacle { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; }
  .sales-map-obstacle__decision { grid-column: 2; padding: 16px 0 0; border-left: 0; border-top: 1px solid #3e3a33; }
  .sales-map-strength-grid, .sales-map-strength-grid[data-count] { grid-template-columns: 1fr; }
  .sales-map-strength-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid #464239; }
  .sales-map-strength-grid article:last-child { border-bottom: 0; }
  .sales-map-first-step { grid-template-columns: 1fr; gap: 14px; padding: 28px 22px; }
  .sales-map-week ol { grid-template-columns: 1fr; }
  .sales-map-week li, .sales-map-week li + li { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid #4a463e; }
  .sales-map-route, .sales-map-next-action { grid-template-columns: 1fr; gap: 22px; }
  .sales-map-next-action { padding: 26px 20px; }
  .sales-map-next-action .primary-button { width: 100%; max-width: none; }
  .booking-step { grid-template-columns: 1fr; gap: 18px; }
  .booking-step__choices { grid-template-columns: 1fr; }
  .booking-step__choices button:last-child, .booking-step__phone, .booking-step__status, .booking-step__submit { grid-column: 1; }
  .calendar-booking { grid-template-columns: 1fr; gap: 16px; padding: 20px 16px; }
  .calendar-booking__status, .calendar-booking__slots, .calendar-booking__submit, .calendar-booking__privacy { grid-column: 1; }
  .calendar-booking__day { grid-template-columns: 1fr; gap: 9px; }
  .calendar-booking__day > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  .calendar-booking__loading::after { animation: none; transform: none; }
}

.audit-footer {
  padding: 24px clamp(22px, 4vw, 64px);
  border-top: 1px solid var(--line);
  background: var(--ink);
}

.audit-footer .site-footer__company {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.audit-footer .site-footer__company span {
  flex: 1 1 420px;
}

.audit-footer a,
.audit-footer__privacy-settings {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.audit-footer__privacy-settings {
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .progress-track span, #flowContent, .answer-button { transition: none; }
  .advisor-word, .question-view h2, .question-help, .answer-confirmation, .answer-button, .text-answer, .insight-live::after, .flow-signal.is-refreshing p, .insight-panel.is-processing .insight-live__state i { animation: none; filter: none; opacity: 1; }
}
