/* ══════════════════════════════════════════
   1760 Strategic AI — Assessment (/assessment)
   Palette per spec:
     --asmt-bg:       #1a2e2c  (quiz body)
     --asmt-bg-deep:  #0f1c1b  (results, callouts)
     --asmt-bg-alt:   #243e3b  (section alternates)
     --asmt-gold:     #DBC078  (progress, selected, CTA)
     --asmt-gold-mute:#9E8A4A  (labels, metadata)
     --asmt-text:     #F5F0E8  (primary text)
     --asmt-text-mid: #b8c4c2  (secondary text)
   ══════════════════════════════════════════ */

:root {
  --asmt-bg:        #1a2e2c;
  --asmt-bg-deep:   #0f1c1b;
  --asmt-bg-alt:    #243e3b;
  --asmt-card:      #243e3b;
  --asmt-card-hi:   #2d4a47;
  --asmt-border:    rgba(245,240,232,0.08);
  --asmt-border-mid:rgba(245,240,232,0.16);
  --asmt-gold:      #DBC078;
  --asmt-gold-hi:   #E6D3A0;
  --asmt-gold-mute: #9E8A4A;
  --asmt-text:      #F5F0E8;
  --asmt-text-mid:  #b8c4c2;
  --asmt-text-muted:rgba(245,240,232,0.45);
}

/* ════ BODY CONTEXT ════ */
body.assessment-body {
  background: var(--asmt-bg);
  color: var(--asmt-text);
}

/* Nav over dark assessment bg — use dark styling */
body.assessment-body nav {
  background: rgba(15,28,27,0.92) !important;
  border-bottom-color: rgba(245,240,232,0.06) !important;
  box-shadow: none !important;
}
body.assessment-body .nav-logo .logo-text        { color: var(--asmt-text); }
body.assessment-body .nav-logo .logo-text span   { color: rgba(219,192,120,0.55); }
body.assessment-body .nav-links a,
body.assessment-body .nav-drop-trigger           { color: rgba(245,240,232,0.65); }
body.assessment-body .nav-links a:hover,
body.assessment-body .nav-links a.active,
body.assessment-body .nav-drop-trigger:hover     { color: var(--asmt-text); }
body.assessment-body .nav-drop-menu {
  background: var(--asmt-bg-deep);
  border-color: rgba(245,240,232,0.08);
}
body.assessment-body .nav-drop-menu a            { color: rgba(245,240,232,0.6) !important; }
body.assessment-body .nav-drop-menu a:hover      { background: rgba(219,192,120,0.08); color: var(--asmt-text) !important; }
body.assessment-body .nav-hamburger span         { background: var(--asmt-text); }

/* ════ APP SHELL ════ */
.asmt {
  min-height: 100vh;
  padding-top: 72px; /* clear nav */
  position: relative;
  overflow-x: hidden;
}

.asmt-screen {
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 60px;
  position: relative;
  animation: asmtScreenIn 0.5s cubic-bezier(0.16,1,0.3,1);
}
.asmt-screen[hidden] { display: none; }

@keyframes asmtScreenIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Shared kicker + CTAs */
.asmt-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--asmt-gold);
  margin-bottom: 20px;
}
.asmt-kicker-line {
  width: 28px; height: 1px;
  background: var(--asmt-gold);
}

.asmt-cta-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1.5px solid var(--asmt-gold);
  color: var(--asmt-gold);
  background: transparent;
  padding: 14px 32px;
  border-radius: 4px;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.asmt-cta-gold:hover:not(:disabled) {
  background: var(--asmt-gold);
  color: var(--asmt-bg-deep);
  box-shadow: 0 0 28px rgba(219,192,120,0.22);
}
.asmt-cta-gold:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.asmt-cta-gold svg { transition: transform 0.2s ease; }
.asmt-cta-gold:hover:not(:disabled) svg { transform: translateX(3px); }

.asmt-cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(245,240,232,0.25);
  color: rgba(245,240,232,0.8);
  background: transparent;
  padding: 14px 28px;
  border-radius: 4px;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: border-color 0.22s, color 0.22s, background 0.22s;
}
.asmt-cta-outline:hover {
  border-color: rgba(245,240,232,0.6);
  color: var(--asmt-text);
  background: rgba(245,240,232,0.04);
}

/* ══════════════════ INTRO SCREEN ══════════════════ */
.asmt-intro {
  background: radial-gradient(ellipse at center, #26403d 0%, var(--asmt-bg) 55%, var(--asmt-bg-deep) 100%);
}
.asmt-intro-inner {
  max-width: 720px;
  text-align: center;
}
.asmt-intro .asmt-kicker { justify-content: center; }
.asmt-headline {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: clamp(2.4rem, 5.6vw, 4.6rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--asmt-text);
  margin: 12px 0 28px;
}
.asmt-headline em { font-style: italic; color: var(--asmt-gold); display: block; }
.asmt-sub {
  font-size: 1.05rem;
  color: var(--asmt-text-mid);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 36px;
}
.asmt-meta-row {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 18px 32px;
  border: 1px solid var(--asmt-border);
  border-radius: 4px;
  background: rgba(15,28,27,0.5);
  margin-bottom: 40px;
}
.asmt-meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.asmt-meta-label {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--asmt-gold-mute);
}
.asmt-meta-val {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--asmt-text);
}
.asmt-meta-sep {
  width: 1px; height: 28px;
  background: var(--asmt-border-mid);
}
.asmt-intro-footnote {
  margin-top: 22px;
  font-size: 0.78rem;
  color: var(--asmt-text-muted);
  letter-spacing: 0.02em;
}

/* ══════════════════ QUIZ SCREEN ══════════════════ */
.asmt-quiz {
  justify-content: flex-start;
  padding: 40px 24px 120px;
}

.asmt-quiz-header {
  width: 100%;
  max-width: 720px;
  margin-bottom: 48px;
}

/* Domain tab strip */
.asmt-domain-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 20px;
}
.asmt-domain-tab {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.3);
  padding: 10px 0;
  border-top: 2px solid rgba(245,240,232,0.1);
  text-align: center;
  transition: color 0.3s, border-color 0.3s;
}
.asmt-domain-tab.is-active {
  color: var(--asmt-gold);
  border-top-color: var(--asmt-gold);
}
.asmt-domain-tab.is-done {
  color: rgba(219,192,120,0.55);
  border-top-color: rgba(219,192,120,0.35);
}

/* Progress bar */
.asmt-progress-track {
  width: 100%;
  height: 4px;
  background: rgba(245,240,232,0.08);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.asmt-progress-fill {
  height: 100%;
  width: 0%;
  background: var(--asmt-gold);
  transition: width 0.5s cubic-bezier(0.16,1,0.3,1);
  border-radius: 2px;
}
.asmt-step-counter {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--asmt-gold-mute);
  margin-top: 10px;
  text-align: right;
}

/* Question stage */
.asmt-quiz-stage {
  width: 100%;
  max-width: 720px;
  position: relative;
  min-height: 480px;
}
.asmt-question-slot {
  position: relative;
  width: 100%;
}

/* Individual question block */
.asmt-question {
  width: 100%;
  animation: asmtQuestionIn 0.55s cubic-bezier(0.16,1,0.3,1);
}
.asmt-question.slide-out-left {
  animation: asmtSlideOutLeft 0.3s ease forwards;
}
.asmt-question.slide-out-right {
  animation: asmtSlideOutRight 0.3s ease forwards;
}
@keyframes asmtQuestionIn {
  from { opacity: 0; transform: translateX(24px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes asmtSlideOutLeft {
  from { opacity: 1; transform: translateX(0); }
  to   { opacity: 0; transform: translateX(-24px); }
}
@keyframes asmtSlideOutRight {
  from { opacity: 1; transform: translateX(0); }
  to   { opacity: 0; transform: translateX(24px); }
}

.asmt-q-domain {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--asmt-gold);
  margin-bottom: 16px;
}
.asmt-q-text {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--asmt-text);
  margin-bottom: 32px;
}

/* Answer cards */
.asmt-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.asmt-option {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  background: var(--asmt-card);
  border: 1.5px solid var(--asmt-border);
  border-radius: 4px;
  color: var(--asmt-text);
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.18s ease;
}
.asmt-option:hover {
  border-color: rgba(219,192,120,0.4);
  background: var(--asmt-card-hi);
}
.asmt-option.is-selected {
  border-color: var(--asmt-gold);
  background: rgba(219,192,120,0.06);
}
.asmt-option-radio {
  flex-shrink: 0;
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1.5px solid rgba(245,240,232,0.3);
  margin-top: 2px;
  position: relative;
  transition: border-color 0.22s ease;
}
.asmt-option:hover .asmt-option-radio {
  border-color: var(--asmt-gold);
}
.asmt-option.is-selected .asmt-option-radio {
  border-color: var(--asmt-gold);
}
.asmt-option.is-selected .asmt-option-radio::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--asmt-gold);
  animation: asmtRadioIn 0.22s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes asmtRadioIn {
  from { transform: translate(-50%, -50%) scale(0); }
  to   { transform: translate(-50%, -50%) scale(1); }
}
.asmt-option-text {
  flex: 1;
}

/* Footer row — Back + Continue */
.asmt-quiz-footer {
  width: 100%;
  max-width: 720px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.asmt-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: var(--asmt-text-mid);
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 10px 4px;
  transition: color 0.2s;
}
.asmt-back-btn:hover { color: var(--asmt-text); }
.asmt-back-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.asmt-continue-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--asmt-gold);
  color: var(--asmt-bg-deep);
  border: none;
  padding: 14px 32px;
  border-radius: 4px;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s, opacity 0.25s;
  opacity: 0.25;
}
.asmt-continue-btn.is-ready {
  opacity: 1;
  box-shadow: 0 0 24px rgba(219,192,120,0.2);
}
.asmt-continue-btn:hover:not(:disabled) {
  background: var(--asmt-gold-hi);
  transform: translateY(-1px);
}
.asmt-continue-btn:disabled {
  cursor: not-allowed;
}
.asmt-continue-btn svg { transition: transform 0.2s; }
.asmt-continue-btn:hover:not(:disabled) svg { transform: translateX(3px); }

/* ══════════════════ CALCULATING SCREEN ══════════════════ */
.asmt-calc {
  background: var(--asmt-bg-deep);
}
.asmt-calc-inner {
  max-width: 560px;
  text-align: center;
}
.asmt-calc-brand {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: rgba(245,240,232,0.5);
  margin-bottom: 40px;
}
.asmt-calc-label {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--asmt-text-mid);
  margin-bottom: 48px;
}

.asmt-calc-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 360px;
  margin: 0 auto 40px;
  text-align: left;
}
.asmt-calc-icon {
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.92rem;
  color: var(--asmt-text-mid);
}
.asmt-calc-icon.is-done {
  opacity: 1;
  transform: translateX(0);
}
.asmt-calc-check {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(219,192,120,0.12);
  border: 1px solid rgba(219,192,120,0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--asmt-gold);
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}
.asmt-calc-bar-track {
  width: 100%;
  max-width: 360px;
  height: 4px;
  background: rgba(245,240,232,0.08);
  border-radius: 2px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.asmt-calc-bar-fill {
  height: 100%;
  width: 0%;
  background: var(--asmt-gold);
  transition: width 4s linear;
}
.asmt-calc-divider {
  width: 40px; height: 1px;
  background: var(--asmt-gold);
  margin: 0 auto 24px;
  opacity: 0.7;
}
.asmt-calc-quote {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--asmt-text-mid);
  line-height: 1.6;
  max-width: 440px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.6s ease 1.8s;
}
.asmt-calc.is-active .asmt-calc-quote { opacity: 1; }

/* ══════════════════ LEAD GATE SCREEN ══════════════════ */
.asmt-gate {
  padding: 72px 24px 80px;
  justify-content: flex-start;
}
.asmt-gate-inner {
  width: 100%;
  max-width: 620px;
}
.asmt-gate-headline {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--asmt-text);
  margin-bottom: 16px;
}
.asmt-gate-sub {
  font-size: 1rem;
  color: var(--asmt-text-mid);
  line-height: 1.7;
  margin-bottom: 36px;
}

.asmt-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin-bottom: 28px;
}
.asmt-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.asmt-field-full { grid-column: 1 / -1; }
.asmt-field label {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--asmt-gold-mute);
}
.asmt-field label .req { color: var(--asmt-gold); margin-left: 2px; }
.asmt-field-optional {
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(245,240,232,0.35);
  text-transform: none;
}
.asmt-field input,
.asmt-field select,
.asmt-field textarea {
  width: 100%;
  padding: 12px 14px;
  background: var(--asmt-bg-deep);
  border: 1px solid var(--asmt-border-mid);
  border-radius: 3px;
  color: var(--asmt-text);
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.92rem;
  transition: border-color 0.22s, background 0.22s, box-shadow 0.22s;
  resize: vertical;
}
.asmt-field textarea { min-height: 84px; }
.asmt-field input:focus,
.asmt-field select:focus,
.asmt-field textarea:focus {
  outline: none;
  border-color: var(--asmt-gold);
  background: #0b1817;
  box-shadow: 0 0 0 3px rgba(219,192,120,0.08);
}
.asmt-field.has-error input,
.asmt-field.has-error select,
.asmt-field.has-error textarea {
  border-color: #d97a5c;
  box-shadow: 0 0 0 3px rgba(217,122,92,0.1);
}
.asmt-field-hint {
  font-size: 0.72rem;
  color: var(--asmt-text-muted);
  align-self: flex-end;
}
.asmt-form-submit {
  width: 100%;
  padding: 16px 32px;
  font-size: 0.88rem;
}
.asmt-form-privacy {
  font-size: 0.76rem;
  color: var(--asmt-text-muted);
  line-height: 1.6;
  margin-top: 16px;
  text-align: center;
}

/* ══════════════════ RESULTS SCREEN ══════════════════ */
.asmt-results {
  padding: 0;
  display: block;
  background: var(--asmt-bg-deep);
  min-height: calc(100vh - 72px);
}
.asmt-res-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Score hero */
.asmt-res-hero {
  background: var(--asmt-bg);
  padding: 100px 0 80px;
  text-align: center;
  border-bottom: 1px solid var(--asmt-border);
}
.asmt-res-gauge-wrap {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-bottom: 24px;
}
.asmt-res-gauge {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.asmt-gauge-track {
  fill: none;
  stroke: rgba(245,240,232,0.08);
  stroke-width: 6;
}
.asmt-gauge-fill {
  fill: none;
  stroke: var(--asmt-gold);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 553; /* 2πr for r=88 */
  stroke-dashoffset: 553;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.16,1,0.3,1);
}
.asmt-res-gauge-num {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -58%);
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  color: var(--asmt-gold);
  letter-spacing: -0.02em;
  line-height: 1;
}
.asmt-res-gauge-outof {
  position: absolute;
  top: 62%; left: 50%;
  transform: translateX(-50%);
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 0.82rem;
  color: var(--asmt-gold-mute);
  letter-spacing: 0.1em;
}
.asmt-res-label {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--asmt-gold-mute);
  margin-bottom: 12px;
}
.asmt-res-intro {
  font-size: 1rem;
  color: var(--asmt-text);
  margin-bottom: 18px;
}
.asmt-res-tier {
  display: inline-block;
  background: var(--asmt-gold);
  color: var(--asmt-bg-deep);
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 3px;
  animation: asmtTierDrop 0.5s cubic-bezier(0.34,1.56,0.64,1) 1.2s both;
}
.asmt-res-tier.tier-foundation { background: #4A726E; color: var(--asmt-text); }
@keyframes asmtTierDrop {
  from { opacity: 0; transform: scale(0.8); }
  to   { opacity: 1; transform: scale(1); }
}

/* Section basics */
.asmt-res-section {
  padding: 80px 0;
  background: var(--asmt-bg);
  border-bottom: 1px solid var(--asmt-border);
}
.asmt-res-section-alt {
  background: var(--asmt-bg-deep);
}
.asmt-res-h2 {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--asmt-text);
  margin-bottom: 36px;
}
.asmt-res-h2 em { font-style: italic; color: var(--asmt-gold); }

/* Domain bars */
.asmt-domain-bars {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.asmt-domain-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 24px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--asmt-border);
}
.asmt-domain-row:last-child { border-bottom: none; }
.asmt-domain-row-top {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.asmt-domain-name {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--asmt-gold-mute);
}
.asmt-domain-row.is-primary .asmt-domain-name { color: var(--asmt-gold); }
.asmt-domain-score {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 0.92rem;
  color: var(--asmt-text-mid);
}
.asmt-domain-row.is-primary .asmt-domain-score { color: var(--asmt-gold); }
.asmt-domain-bar-track {
  grid-column: 1 / -1;
  height: 8px;
  background: rgba(245,240,232,0.06);
  border-radius: 4px;
  overflow: hidden;
}
.asmt-domain-bar-fill {
  height: 100%;
  width: 0%;
  background: #4A726E;
  border-radius: 4px;
  transition: width 0.9s cubic-bezier(0.16,1,0.3,1);
}
.asmt-domain-row.is-primary .asmt-domain-bar-fill { background: var(--asmt-gold); }

/* Primary constraint callout */
.asmt-res-callout {
  background: var(--asmt-bg-deep);
  border-left: 4px solid var(--asmt-gold);
  padding: 100px 0;
}
.asmt-callout-kicker {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--asmt-gold);
  margin-bottom: 16px;
}
.asmt-callout-title {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: clamp(2.2rem, 4.4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--asmt-text);
  margin-bottom: 18px;
}
.asmt-callout-sentence {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--asmt-text);
  max-width: 760px;
}

/* Deep dive layout */
.asmt-deep-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 56px;
  align-items: start;
}
.asmt-deep-text p {
  font-size: 1rem;
  color: var(--asmt-text-mid);
  line-height: 1.8;
  margin-bottom: 16px;
}
.asmt-deep-text p:last-child { margin-bottom: 0; }
.asmt-deep-benchmark {
  background: var(--asmt-bg-deep);
  border: 1px solid var(--asmt-border);
  border-left: 3px solid var(--asmt-gold);
  padding: 28px;
  border-radius: 2px;
}
.asmt-deep-benchmark-label {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--asmt-gold);
  margin-bottom: 12px;
}
.asmt-deep-benchmark p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--asmt-text);
  margin: 0;
}

/* Next steps */
.asmt-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.asmt-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid var(--asmt-border);
}
.asmt-step:last-child { border-bottom: none; }
.asmt-step-num {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: rgba(219,192,120,0.35);
  line-height: 1;
}
.asmt-step-title {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--asmt-text);
  margin-bottom: 6px;
}
.asmt-step-body {
  font-size: 0.92rem;
  color: var(--asmt-text-mid);
  line-height: 1.65;
}
.asmt-step.is-book .asmt-step-num { color: var(--asmt-gold); }
.asmt-step-cta {
  margin-top: 14px;
  display: inline-flex;
}

/* Secondary constraint */
.asmt-secondary {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.6;
  color: var(--asmt-text-mid);
  max-width: 720px;
}
.asmt-secondary strong {
  font-style: normal;
  color: var(--asmt-gold);
  font-weight: 700;
}

/* Final CTA */
.asmt-res-final {
  padding: 100px 0 120px;
  background: var(--asmt-bg-deep);
}
.asmt-final-card {
  background: var(--asmt-bg);
  border: 1px solid var(--asmt-border-mid);
  border-radius: 6px;
  padding: 64px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.asmt-final-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--asmt-gold), transparent);
}
.asmt-final-heading {
  font-family: 'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--asmt-text);
  margin-bottom: 14px;
}
.asmt-final-heading em { font-style: italic; color: var(--asmt-gold); }
.asmt-final-sub {
  font-size: 1rem;
  color: var(--asmt-text-mid);
  max-width: 540px;
  margin: 0 auto 32px;
  line-height: 1.65;
}
.asmt-final-cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.asmt-final-cta-row .asmt-cta-gold {
  background: var(--asmt-gold);
  color: var(--asmt-bg-deep);
}
.asmt-final-cta-row .asmt-cta-gold:hover:not(:disabled) {
  background: var(--asmt-gold-hi);
}
.asmt-sent-confirm {
  margin-top: 18px;
  font-size: 0.8rem;
  color: var(--asmt-gold-mute);
}

/* ══════════════════ MOBILE ══════════════════ */
@media (max-width: 900px) {
  .asmt-form-grid { grid-template-columns: 1fr; }
  .asmt-deep-layout { grid-template-columns: 1fr; gap: 32px; }
  .asmt-final-card { padding: 44px 24px; }
  .asmt-res-hero { padding: 60px 0 48px; }
  .asmt-res-section, .asmt-res-callout, .asmt-res-final { padding: 56px 0; }
  .asmt-res-gauge-wrap { width: 150px; height: 150px; }
  .asmt-res-gauge-num { font-size: 2.8rem; }
  .asmt-meta-row { flex-direction: column; gap: 14px; padding: 18px 24px; }
  .asmt-meta-sep { width: 28px; height: 1px; }
}
@media (max-width: 640px) {
  .asmt-screen { padding: 28px 20px 80px; }
  .asmt-res-container { padding: 0 20px; }
  .asmt-domain-tabs { grid-template-columns: repeat(2, 1fr); }
  .asmt-quiz-footer {
    position: sticky;
    bottom: 0;
    background: linear-gradient(to top, var(--asmt-bg) 65%, transparent);
    padding: 20px 0 16px;
    margin-top: 24px;
  }
  .asmt-continue-btn { flex: 1; padding: 14px 20px; }
  .asmt-option { padding: 18px 18px; font-size: 0.92rem; }
  .asmt-q-text { font-size: 1.35rem; }
  .asmt-step { grid-template-columns: 48px 1fr; gap: 14px; }
  .asmt-step-num { font-size: 2rem; }
}

/* ══════════════════ REDUCED MOTION + LOW PERF ══════════════════ */
@media (prefers-reduced-motion: reduce) {
  .asmt-screen, .asmt-question,
  .asmt-calc-icon, .asmt-calc-quote,
  .asmt-res-tier, .asmt-domain-bar-fill,
  .asmt-gauge-fill {
    animation: none !important;
    transition: opacity 0.15s !important;
  }
  .asmt-gauge-fill { stroke-dashoffset: 0 !important; }
}
.low-perf .asmt-screen,
.low-perf .asmt-question,
.low-perf .asmt-res-tier {
  animation: none !important;
}
