/* Job confirmations: after Waida's Camp. A full-bleed night photo, a minimal top nav, a bold
   condensed caps headline bottom left in cream with the last line in orange, a small link bottom
   right; the rest stays in the dark forest-night palette with photo cards. */
.demo--job-confirmations {
  --night: #0b1219; --forest: #0d1510; --forest-2: #101a14; --card: #131e18; --line: rgba(243,234,216,.12);
  --cream: #f3ead8; --muted: rgba(243,234,216,.68); --amber: #f59b4f; --amber-2: #ffb074; --red: #ff7a59;
  background: var(--forest); color: var(--cream); font: 400 16px/1.55 Inter, system-ui, sans-serif;
}
.demo--job-confirmations .wrap { position: relative; max-width: 1320px; margin: 0 auto; padding: 0 clamp(16px, 3vw, 40px); }
.demo--job-confirmations :focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }
.demo--job-confirmations h1, .demo--job-confirmations h2, .demo--job-confirmations .steps b { font-family: 'Barlow Condensed', Oswald, sans-serif; text-transform: uppercase; }
.demo--job-confirmations a { color: inherit; }

/* ---- hero ---- */
.bm-hero { position: relative; min-height: min(860px, 94vh); display: flex; isolation: isolate; overflow: hidden; background: #0a0f14; }
.bm-hero__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 62% 50%; }
.bm-hero::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(6,10,14,.55) 0%, rgba(6,10,14,0) 22%, rgba(6,10,14,0) 45%, rgba(6,10,12,.85) 88%, var(--forest) 100%),
              linear-gradient(90deg, rgba(6,10,14,.55) 0%, rgba(6,10,14,0) 60%); }
.bm-hero__wrap { width: 100%; display: flex; flex-direction: column; }
.bm-nav { display: flex; align-items: center; gap: 24px; padding: 26px 0; }
.bm-logo { display: flex; align-items: center; gap: 6px; text-decoration: none; font: 800 26px/1 'Barlow Condensed', sans-serif; letter-spacing: .04em; }
.bm-logo svg { width: 28px; height: 20px; fill: var(--amber); }
.bm-logo circle { fill: var(--cream); }
.bm-nav__links { display: flex; gap: 34px; margin: 0 auto; }
.bm-nav__links a { text-decoration: none; font: 600 14px 'Barlow Condensed', sans-serif; letter-spacing: .14em; text-transform: uppercase; color: rgba(243,234,216,.85); }
.bm-nav__links a:hover { color: var(--amber); }
.bm-nav__cta { font: 700 14px 'Barlow Condensed', sans-serif; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(243,234,216,.4); padding: 10px 16px; border-radius: 2px; white-space: nowrap; }
.bm-nav__cta:hover { background: var(--cream); color: #111 !important; }
@media (max-width: 760px) { .bm-nav__links { display: none; } .bm-nav { justify-content: space-between; } }
.bm-hero__foot { margin-top: auto; padding: 0 0 clamp(40px, 6vw, 72px); display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 28px 48px; }
.eyebrow { font: 600 14px 'Barlow Condensed', sans-serif; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.bm-hero h1 { margin-top: 14px; font-weight: 800; font-size: clamp(3rem, 7.4vw, 7rem); line-height: .9; letter-spacing: -.005em; color: var(--cream); }
.bm-hero h1 span { color: var(--amber); }
.bm-hero__side { max-width: 330px; display: flex; flex-direction: column; gap: 16px; }
.bm-hero__side p { color: rgba(243,234,216,.8); font-size: 15px; }
.bm-link { align-self: flex-start; text-decoration: none; font: 700 15px 'Barlow Condensed', sans-serif; letter-spacing: .16em; text-transform: uppercase; border-bottom: 1px solid var(--amber); padding-bottom: 6px; display: inline-flex; gap: 14px; }
.bm-link span { color: var(--amber); }
.bm-link:hover { color: var(--amber); }
@media (max-width: 700px) { .bm-hero { min-height: 700px; } .bm-hero__img { object-position: 70% 50%; } }

/* ---- demo ---- */
.bm-demo { padding: clamp(56px, 7vw, 96px) 0 clamp(56px, 7vw, 96px); }
.bm-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px 48px; margin-bottom: clamp(28px, 4vw, 44px); }
.bm-head h2 { font-weight: 800; font-size: clamp(2.6rem, 5.4vw, 4.6rem); line-height: .92; max-width: 12ch; }
.bm-head h2 span { color: var(--amber); }
.bm-head__r { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.bm-head p { max-width: 44ch; color: var(--muted); font-size: 15.5px; }

.btn { display: inline-flex; align-items: center; gap: 12px; border: 0; border-radius: 2px; font: 700 16px/1 'Barlow Condensed', sans-serif; letter-spacing: .14em; text-transform: uppercase; padding: 17px 26px; transition: background .2s; }
.btn--primary { background: var(--amber); color: #1a0f05; }
.btn--primary:hover:not(:disabled) { background: var(--amber-2); }
.btn--ghost { background: none; border: 1px solid var(--line); color: var(--cream); padding: 9px 14px; font-size: 13px; }
.btn--ghost:hover:not(:disabled) { border-color: var(--amber); }
.btn:disabled { opacity: .4; cursor: default; }

.stage__grid { display: grid; grid-template-columns: 220px minmax(0, 340px) minmax(0, 1fr); gap: 22px; align-items: start; }
@media (max-width: 1100px) { .stage__grid { grid-template-columns: minmax(0, 340px) minmax(0, 1fr); } .steps { grid-column: 1 / -1; } }
@media (max-width: 720px) { .stage__grid { grid-template-columns: 1fr; } }

.steps { display: flex; flex-direction: column; gap: 4px; }
@media (max-width: 1100px) { .steps { flex-direction: row; overflow-x: auto; padding-bottom: 4px; } .steps li { flex: 1 0 130px; } }
.steps li { display: flex; flex-direction: column; padding: 14px 16px; border-left: 3px solid var(--line); color: var(--muted); transition: border-color .3s, color .3s, background .3s; }
.steps b { font-size: 30px; font-weight: 700; line-height: 1; color: rgba(255,242,220,.28); transition: color .3s; }
.steps span { font-size: 13px; margin-top: 4px; }
.steps li.is-done { border-color: rgba(245,155,79,.5); color: var(--cream); }
.steps li.is-done b { color: rgba(245,155,79,.6); }
.steps li.is-now { border-color: var(--amber); background: linear-gradient(90deg, rgba(245,155,79,.14), transparent); color: var(--cream); }
.steps li.is-now b { color: var(--amber); }

.phone-wrap figcaption { font: 700 15px 'Barlow Condensed', sans-serif; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.phone-wrap figcaption span { color: var(--muted); font-weight: 400; }
.phone { background: #0a0a0c; border-radius: 48px; padding: 9px; box-shadow: 0 0 0 1.5px #34373d, 0 40px 80px -30px rgba(0,0,0,.8), 0 0 60px -20px rgba(245,155,79,.25); }
.phone__screen { height: 600px; border-radius: 40px; background: #0c130f; display: flex; flex-direction: column; overflow: hidden; }
.phone__status { display: flex; justify-content: space-between; align-items: center; padding: 12px 24px 2px; font-size: 12.5px; font-weight: 600; }
.phone__status i { width: 86px; height: 24px; border-radius: 999px; background: #000; }
.phone__top { padding: 14px 16px 10px; text-align: center; border-bottom: 1px solid var(--line); font: 800 19px 'Barlow Condensed', sans-serif; letter-spacing: .08em; }
.phone__top small { display: block; font: 400 11px Inter, sans-serif; letter-spacing: .1em; color: var(--muted); text-transform: uppercase; }
.thread { flex: 1; overflow-y: auto; padding: 14px 12px; display: flex; flex-direction: column; gap: 8px; scrollbar-width: thin; scrollbar-color: #2a3a31 transparent; }
.thread__empty { margin: auto; color: var(--muted); font-size: 14px; }
.bub { max-width: 88%; padding: 10px 13px; border-radius: 16px; font-size: 13.5px; line-height: 1.45; animation: up .3s ease both; white-space: pre-line; }
.bub--in { align-self: flex-start; background: #1d2b24; border-bottom-left-radius: 5px; }
.bub--in.bub--hot { background: #3a2412; border: 1px solid rgba(245,155,79,.5); }
.bub--out { align-self: flex-end; background: var(--amber); color: #1a1100; border-bottom-right-radius: 5px; }
.bub--time { align-self: center; font: 500 11px 'Barlow Condensed', sans-serif; letter-spacing: .1em; color: var(--muted); text-transform: uppercase; padding: 4px; }
@keyframes up { from { opacity: 0; transform: translateY(6px); } }
.chips { display: flex; flex-direction: column; gap: 6px; padding: 10px 12px 14px; border-top: 1px solid var(--line); }
.chips:empty { display: none; }
.chip { text-align: left; background: #16211b; border: 1px solid rgba(245,155,79,.45); border-radius: 12px; padding: 9px 12px; font-size: 13px; color: var(--cream); }
.chip:hover { background: #2e2114; border-color: var(--amber); }

.side { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.board, .log { background: var(--card); border: 1px solid var(--line); border-radius: 4px; padding: 20px; }
.board__head, .log__head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.board h3, .log h3 { font: 800 24px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .02em; }
.board__head span { font: 500 13px 'JetBrains Mono', monospace; color: var(--amber); }
.jobs { margin-top: 12px; display: flex; flex-direction: column; }
.job { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 13.5px; }
.job__name { font-weight: 600; }
.job__meta { grid-column: 1; color: var(--muted); font-size: 12.5px; }
.job__state { grid-row: 1 / span 2; grid-column: 2; align-self: center; font: 600 11px 'Barlow Condensed', sans-serif; letter-spacing: .1em; text-transform: uppercase; padding: 4px 9px; border-radius: 3px; background: rgba(255,242,220,.08); color: var(--muted); white-space: nowrap; }
.job__state.is-live { background: var(--amber); color: #1a1100; }
.job__state.is-late { background: var(--red); color: #1a0800; }
.job__state.is-done { background: rgba(245,155,79,.18); color: var(--amber); }
.traffic { margin-top: 14px; display: flex; align-items: center; gap: 10px; font-size: 13.5px; cursor: pointer; }
.traffic input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.traffic__box { width: 18px; height: 18px; border: 1.5px solid var(--amber); border-radius: 3px; display: grid; place-items: center; }
.traffic input:checked + .traffic__box { background: var(--amber); }
.traffic input:checked + .traffic__box::after { content: "✓"; color: #1a1100; font-size: 12px; font-weight: 700; }
.traffic input:focus-visible + .traffic__box { outline: 2px solid var(--amber); outline-offset: 3px; }
.route { position: relative; margin-top: 16px; height: 34px; border-radius: 999px; background: repeating-linear-gradient(90deg, rgba(255,242,220,.18) 0 10px, transparent 10px 18px) center / 100% 2px no-repeat; }
.route__a, .route__b { position: absolute; top: 50%; transform: translateY(-50%); font: 600 11px 'Barlow Condensed', sans-serif; letter-spacing: .08em; background: var(--card); padding: 0 6px; color: var(--muted); }
.route__a { left: 0; } .route__b { right: 0; }
.route__van { position: absolute; top: 50%; left: 8%; width: 16px; height: 16px; margin: -8px 0 0 -8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 5px rgba(245,155,79,.2), 0 0 18px rgba(245,155,79,.7); transition: left 1.6s cubic-bezier(.4,0,.2,1); }
.log__body { margin-top: 8px; max-height: 280px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #2a3a31 transparent; }
.rf-log__empty { color: var(--muted); font-size: 14px; padding: 8px 0; }
.rf-log__item { display: grid; grid-template-columns: 70px 1fr; gap: 10px; padding: 9px 0; border-top: 1px solid var(--line); font-size: 13.5px; opacity: 0; transition: opacity .3s; }
.rf-log__item.is-in { opacity: 1; }
.rf-log__time { font: 500 12px 'JetBrains Mono', monospace; color: var(--amber); padding-top: 2px; }
.rf-log__tag { grid-column: 2; justify-self: start; font: 600 11px 'Barlow Condensed', sans-serif; letter-spacing: .1em; text-transform: uppercase; color: var(--amber); }
.rf-log__item.is-hot .rf-log__text { color: var(--red); }

.next-bar { margin-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 18px; border-top: 1px solid var(--line); padding-top: 22px; }
.stats { margin: 0; display: flex; flex-wrap: wrap; gap: 10px 36px; }
.stats dt { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.stats dd { margin: 2px 0 0; font: 800 44px/1 'Barlow Condensed', sans-serif; color: var(--amber); }

/* ---- photo cards ---- */
.bm-moves { padding: 0 0 clamp(64px, 8vw, 110px); }
.bm-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bm-card { position: relative; min-height: 480px; overflow: hidden; border-radius: 4px; display: flex; align-items: flex-end; isolation: isolate; background: var(--card); }
.bm-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .6s ease; }
.bm-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,12,10,0) 35%, rgba(8,12,10,.92) 100%); }
.bm-card:hover img { transform: scale(1.04); }
.bm-card__txt { padding: 24px; }
.bm-card__k { font: 700 13px 'Barlow Condensed', sans-serif; letter-spacing: .18em; text-transform: uppercase; color: var(--amber); }
.bm-card h3 { margin-top: 6px; font: 800 30px/1 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.bm-card__txt p:last-child { margin-top: 10px; color: rgba(243,234,216,.8); font-size: 14.5px; }
@media (max-width: 900px) { .bm-cards { grid-template-columns: 1fr; } .bm-card { min-height: 360px; } }

/* ---- how ---- */
.how { position: relative; isolation: isolate; overflow: hidden; padding: clamp(72px, 9vw, 130px) 0; background: var(--night); }
.how__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; max-width: none; object-fit: cover; opacity: .28; filter: grayscale(.4); }
.how::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--forest) 0%, rgba(11,18,25,.6) 40%, rgba(11,18,25,.92) 100%); }
.how h2 { font-weight: 800; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .9; }
.how h2 span { color: var(--amber); }
.how__grid { margin-top: 40px; display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.how__grid li { border-top: 2px solid var(--amber); padding-top: 18px; }
.how__grid b { font: 800 44px/1 'Barlow Condensed', sans-serif; color: rgba(245,155,79,.55); }
.how__grid h3 { margin-top: 12px; font: 700 25px/1.1 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .02em; }
.how__grid p { margin-top: 8px; color: var(--muted); font-size: 15px; }
@media (max-width: 860px) { .how__grid { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) { .demo--job-confirmations * { animation: none !important; transition: none !important; } }
