/* Shared visual language from Fire Pit Hire's current ATS theme. */
@font-face { font-family: 'General Sans'; src: url('assets/fonts/general-sans-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'General Sans'; src: url('assets/fonts/general-sans-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'General Sans'; src: url('assets/fonts/general-sans-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'General Sans'; src: url('assets/fonts/general-sans-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --navy: hsl(218 42% 13%);
  --ink: hsl(225 22% 12%);
  --muted: hsl(220 10% 40%);
  --amber: hsl(28 85% 48%);
  --orange: hsl(24 70% 28%);
  --purple: hsl(258 70% 43%);
  --paper: hsl(220 24% 96%);
  --line: hsl(220 15% 89%);
  --radius: 12px;
  --shell-raised: hsl(218 32% 22%);
  --shell-border: hsl(218 30% 23%);
  --shadow: 0 2px 8px hsl(220 30% 20% / .06);
  font-family: 'General Sans', 'Inter', Arial, sans-serif;
}
body { -webkit-font-smoothing: antialiased; }
h1 { font-size: clamp(25px, 2.4vw, 32px); font-weight: 600; letter-spacing: -.7px; }
h2, h3 { font-weight: 600; }
.app-shell { grid-template-columns: 240px minmax(0, 1fr); }
.sidebar { width: 240px; padding: 24px 16px; border-right: 1px solid var(--shell-border); }
.brand { padding: 0 8px 28px; gap: 10px; }
.brand-mark { width: 34px; height: 34px; border-radius: 7px; color: white; flex-shrink: 0; }
.brand-mark svg { width: 19px; height: 19px; }
.brand strong { font-size: 16px; font-weight: 600; letter-spacing: -.4px; }
.brand small { font-size: 12px; text-transform: none; letter-spacing: 0; margin-top: 5px; color: #b2bbca; }
.nav-label { font-size: 11px; letter-spacing: 1px; margin: 18px 12px 10px; }
.nav-item { border-radius: 6px; padding: 11px 12px; font-weight: 500; position: relative; }
.nav-item svg { width: 18px; height: 18px; }
.nav-item:hover, .nav-item.active { background: var(--shell-raised); color: #f2f5f9; }
.nav-item.active::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 3px; height: 18px; border-radius: 3px; background: hsl(28 80% 55%); }
.side-note { background: hsl(218 32% 18%); border: 1px solid var(--shell-border); border-radius: 10px; padding: 16px 12px; margin-bottom: 16px; }
.side-note strong { font-size: 13px; }
.side-note p { font-size: 12px; line-height: 1.7; color: #bcc7d8; }
.topbar { height: 68px; padding: 0 32px; background: var(--navy); color: white; border-color: var(--shell-border); }
.crumb { color: #aebbcf; font-size: 13px; }
.crumb strong { color: #f4f6fa; }
.topbar .button { color: #f4f6fa; background: var(--shell-raised); border-color: hsl(218 28% 32%); min-height: 36px; font-size: 12px; padding: 7px 12px; }
.topbar .button:hover { background: hsl(218 32% 28%); }
.prototype { background: #ffffff09; border-color: #ffffff24; color: #ccd5e3; font-size: 10px; letter-spacing: .7px; }
.avatar { background: hsl(28 65% 95%); color: var(--orange); }
.topbar .avatar { background: var(--shell-raised); color: #edf1f7; border: 1px solid #ffffff24; }
.main { padding: 28px 32px 36px; }
.page-heading { background: var(--navy); color: white; padding: 24px; border: 1px solid var(--shell-border); border-radius: 16px; margin-bottom: 24px; box-shadow: var(--shadow); }
.page-heading .eyebrow { color: #bdc9da; font-size: 11px; letter-spacing: 1.5px; }
.page-heading .lead { color: #c7d0de; font-size: 14px; margin-top: 9px; }
.page-heading > .button { flex-shrink: 0; color: white; background: #ffffff0c; border-color: #ffffff30; }
.button { border-radius: 7px; font-weight: 600; box-shadow: 0 1px 2px #14203305; }
.button:hover { background: hsl(220 20% 94%); }
.button.primary, .button.amber { background: var(--amber); border-color: hsl(28 85% 42%); color: white; }
.button.primary:hover, .button.amber:hover { background: hsl(28 85% 42%); }
.button.ghost { box-shadow: none; }
.card, .action-tile { box-shadow: var(--shadow); }
.action-tile { border-radius: 12px; }
.action-tile:hover { box-shadow: 0 8px 24px hsl(220 30% 20% / .08); transform: translateY(-2px); border-color: #c7cfdb; }
.welcome-grid { grid-template-columns: minmax(0, 1.8fr) minmax(250px, 1fr); gap: 20px; }
.story-card { padding: 30px; min-height: 340px; background: var(--navy); color: white; border-radius: 16px; isolation: isolate; }
.story-art { inset: 0; width: 100%; height: 100%; object-position: 62% center; opacity: 1; mask-image: none; z-index: -2; }
.story-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(8 13 26 / .92), rgb(8 13 26 / .74) 43%, rgb(8 13 26 / .15)); }
.story-copy { max-width: 75%; }
.story-copy h2 { font-size: clamp(26px, 2.5vw, 34px); letter-spacing: -.8px; max-width: 360px; }
.story-copy .eyebrow { color: #f1d2b5; font-size: 10px; }
.story-copy p { color: #ecedf0; font-size: 14px; line-height: 1.7; max-width: 310px; }
.journey-card { border-radius: 16px; padding: 24px; }
.pill { border: 1px solid #00000007; font-weight: 500; }
.pill.purple { color: var(--purple); background: hsl(258 70% 96%); }
.pill.green { color: hsl(145 60% 30%); background: hsl(145 55% 94%); }
.pill.orange { color: var(--orange); background: hsl(28 65% 95%); }
.icon-box { border-radius: 10px; background: hsl(28 65% 95%); color: var(--amber); }
.icon-box.purple { background: hsl(215 70% 95%); color: hsl(215 75% 48%); }
.icon-box.green { background: hsl(145 55% 94%); color: hsl(145 60% 36%); }
.coaching-note { background: linear-gradient(120deg, hsl(28 65% 95%), white 90%); border-color: hsl(28 60% 85%); }
.coaching-note p { color: var(--muted); }
.coach-prompt { background: linear-gradient(110deg, hsl(28 65% 95%), white); border: 1px solid hsl(28 50% 86%); }
.coach-prompt p { color: var(--muted); }
.field { border-color: hsl(220 14% 80%); border-radius: 7px; }
.field:focus { outline-color: var(--amber); }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline-color: var(--amber); }
.stage-steps button.active, .tabs button.active { color: white; background: var(--purple); }
.tabs button svg { vertical-align: middle; }
.notice { border-color: hsl(215 55% 87%); background: hsl(215 70% 97%); color: hsl(215 35% 32%); }
.notice > svg, .field-help > svg { width: 16px; height: 16px; vertical-align: middle; margin-right: 5px; }
.version-cover { background: linear-gradient(120deg, #eaf0f7, white); border-bottom: 1px solid var(--line); }
.version-cover.v1 { background: linear-gradient(120deg, #ede7fa, white); }
.version-cover.v2 { background: linear-gradient(120deg, #fff0df, white); }
.role-art { position: relative; isolation: isolate; min-height: 235px; padding: 24px; color: white; gap: 44px; }
.role-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.role-art::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgb(8 13 26 / .25), rgb(8 13 26 / .15) 35%, rgb(8 13 26 / .86)); }
.role-art .pill { background: rgb(19 32 51 / .88); border-color: #ffffff30; color: #fff; }
.role-art h3 { font-size: 26px; max-width: 330px; }
.mentor-banner { background: var(--navy); border: 1px solid var(--shell-border); }
.lesson-number { color: var(--amber); font-family: inherit; font-weight: 500; }
dialog { border-radius: 16px; }
.paper .contact, .paper h3 { font-family: 'General Sans', Arial, sans-serif; }
.footer-note { font-size: 11px; }

@media (max-width: 1150px) {
  .app-shell { grid-template-columns: 220px minmax(0, 1fr); }
  .sidebar { width: 220px; padding: 24px 12px; }
  .main { padding: 24px; }
  .topbar { padding: 0 24px; }
  .welcome-grid { grid-template-columns: minmax(0, 1.4fr) minmax(240px, 1fr); }
  .story-card { padding: 26px; }
  .story-copy { max-width: 90%; }
}
@media (max-width: 900px) {
  .app-shell { grid-template-columns: 80px minmax(0, 1fr); }
  .sidebar { width: 80px; padding: 24px 10px; }
  .brand { padding: 0 12px 24px; }
  .welcome-grid { grid-template-columns: 1fr; }
  .journey-card { display: flex; }
  .journey-card .steps { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .step { align-items: flex-start; }
  .step-num { flex-shrink: 0; }
  .story-copy { max-width: 65%; }
}
@media (max-width: 600px) {
  .app-shell { display: block; }
  .sidebar { width: 100%; height: 80px; padding: 7px 5px; border-right: 0; }
  .nav-item { padding: 7px 3px; }
  .nav-item.active::before { top: 0; left: 50%; width: 18px; height: 3px; transform: translateX(-50%); }
  .topbar { height: 72px; padding: 0 16px; gap: 10px; }
  .mobile-brand { display: flex; gap: 8px; align-items: center; color: white; text-decoration: none; font-size: 13px; letter-spacing: 0; font-weight: 600; }
  .mobile-brand > span { color: white; font-size: 13px; letter-spacing: 0; }
  .mobile-brand .brand-mark { display: grid; }
  .mobile-brand strong { display: block; font-weight: 400; font-size: 11px; color: #bdc9da; }
  .top-actions { gap: 8px; }
  .top-actions .prototype { font-size: 9px; max-width: 82px; padding: 5px; letter-spacing: .2px; }
  .top-actions .button { font-size: 11px; padding: 7px 8px; }
  .main { padding: 20px 16px; }
  .page-heading { padding: 20px; margin-bottom: 18px; border-radius: 12px; }
  .page-heading h1 { font-size: 27px; }
  .page-heading .lead { font-size: 13px; }
  .page-heading > .button { min-height: 38px; font-size: 12px; padding: 8px 12px; }
  .story-card { min-height: 360px; padding: 24px; }
  .story-copy { max-width: 95%; }
  .story-copy h2 { font-size: 30px; }
  .story-copy p { max-width: 270px; }
  .story-art { object-position: 60% center; }
  .story-card::after { background: linear-gradient(90deg, rgb(8 13 26 / .88), rgb(8 13 26 / .55)); }
  .journey-card { padding: 20px; }
  .journey-card .steps { grid-template-columns: 1fr; }
  .role-art { min-height: 220px; }
  .footer-note { font-size: 11px; }
}
@media print {
  .paper .contact, .paper h3 { font-family: Arial, sans-serif; }
}
