:root {
  --ink: #123b32;
  --ink-soft: #205146;
  --coral: #c96546;
  --apricot: #e7a27c;
  --ivory: #f8f1e7;
  --paper: #fdfaf5;
  --graphite: #222824;
  --muted: #6c746f;
  --line: rgba(18, 59, 50, 0.15);
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--graphite); background: var(--paper); font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 84px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center;
  justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); color: white;
  position: absolute; top: 0; left: 0; right: 0; z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.brand strong { color: var(--coral); }
.brand-mark { width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 15px; }
nav { display: flex; gap: 34px; font-size: 14px; color: rgba(255,255,255,.72); }
nav a:hover { color: white; }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 21px; border-radius: 3px; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 11px 15px; }
.button-ghost { border: 1px solid rgba(255,255,255,.4); }
.button-primary { background: var(--coral); color: #fffaf3; box-shadow: 0 12px 30px rgba(201,101,70,.2); }
.button-primary:hover { background: #d77758; }
.button-light { background: var(--ivory); color: var(--ink); }
.button-full { width: 100%; }

.hero { min-height: 820px; padding: 150px clamp(24px, 7vw, 108px) 80px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 40px; color: white; background: var(--ink); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: var(--apricot); filter: blur(180px); opacity: .12; right: 0; top: 100px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-label { font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { color: rgba(255,255,255,.66); display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 24px; height: 2px; background: var(--coral); }
h1, h2, h3 { font-family: var(--font-display); margin: 0; letter-spacing: -.05em; }
h1 { font-size: clamp(58px, 7.6vw, 112px); line-height: .93; max-width: 760px; }
h1 em { color: var(--apricot); font-style: normal; }
.hero-lede { max-width: 620px; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; color: rgba(255,255,255,.72); margin: 32px 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: rgba(255,255,255,.74); font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 5px; }
.proof-strip { margin-top: 58px; display: flex; gap: clamp(22px, 4vw, 56px); }
.proof-strip div { display: flex; flex-direction: column; gap: 3px; }
.proof-strip strong { font-family: var(--font-display); font-size: 22px; }
.proof-strip span { font-size: 12px; color: rgba(255,255,255,.5); }

.workforce-visual { min-height: 570px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 690px; height: 690px; }
.employee-card { position: relative; z-index: 2; }
.employee-card-main { width: 305px; min-height: 390px; padding: 27px; background: var(--ivory); color: var(--ink); box-shadow: 0 35px 80px rgba(0,0,0,.28); transform: rotate(-2deg); }
.employee-number { position: absolute; top: 22px; right: 24px; font-size: 12px; color: #928b93; }
.employee-icon { width: 54px; height: 54px; border-radius: 50%; background: var(--coral); display: grid; place-items: center; font-size: 26px; margin-bottom: 72px; }
.employee-card p { color: #877f88; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.employee-card h2 { font-size: 45px; line-height: 1; }
.status { position: absolute; left: 27px; bottom: 24px; font-size: 11px; color: #716a72; display: flex; align-items: center; gap: 7px; }
.status span { width: 7px; height: 7px; border-radius: 50%; background: #49a772; box-shadow: 0 0 0 4px rgba(73,167,114,.12); }
.mini-card { position: absolute; width: 180px; min-height: 104px; padding: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); display: flex; flex-direction: column; gap: 18px; font-size: 13px; }
.mini-card span { color: var(--apricot); font-size: 11px; }
.mini-card-one { left: -8px; top: 92px; transform: rotate(-5deg); }
.mini-card-two { right: -15px; top: 128px; transform: rotate(5deg); }
.mini-card-three { right: 12px; bottom: 45px; transform: rotate(-3deg); }
.floating-note { position: absolute; left: 18px; bottom: 78px; color: var(--ink); background: var(--apricot); padding: 16px 20px; font-size: 12px; transform: rotate(3deg); z-index: 3; }

.problem-section, .system-section, .offer-section, .about-section { padding: 110px clamp(24px, 7vw, 108px); }
.section-label { color: var(--coral); margin: 0 0 32px; }
.problem-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; }
.problem-grid h2, .section-heading h2, .offer-intro h2, .about-section h2 { font-size: clamp(40px, 5vw, 72px); line-height: 1.08; }
.problem-grid p, .offer-intro > p:last-child, .about-copy p { font-size: 18px; line-height: 1.7; color: var(--muted); }
.problem-grid p:first-child { color: var(--graphite); }

.system-section { background: var(--ivory); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 64px; }
.system-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.system-steps article { padding: 30px 28px 18px 0; border-right: 1px solid var(--line); min-height: 270px; }
.system-steps article:not(:first-child) { padding-left: 28px; }
.system-steps article:last-child { border-right: 0; }
.system-steps span { color: var(--coral); font-size: 12px; font-weight: 700; }
.system-steps h3 { font-size: 22px; margin: 60px 0 15px; }
.system-steps p { color: var(--muted); line-height: 1.65; font-size: 14px; }

.offer-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; background: #eee7dc; }
.offer-intro > p:last-child { max-width: 520px; }
.offer-card { background: var(--ink); color: white; padding: clamp(30px, 4vw, 54px); box-shadow: 0 28px 70px rgba(33,21,43,.15); }
.offer-topline { display: flex; justify-content: space-between; align-items: end; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.14); }
.offer-topline span { font-size: 11px; letter-spacing: .1em; color: rgba(255,255,255,.58); }
.offer-topline strong { font-family: var(--font-display); font-size: 58px; color: var(--apricot); }
.offer-card ul { list-style: none; padding: 18px 0; margin: 0; }
.offer-card li { display: flex; align-items: center; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 15px; }
.offer-card li span { color: var(--coral); font-size: 10px; }
.offer-note { font-size: 12px; color: rgba(255,255,255,.58); margin: 20px 0; }

.public-workshop { padding: 90px clamp(24px, 7vw, 108px); display: grid; grid-template-columns: auto 1fr auto; gap: clamp(28px, 5vw, 70px); align-items: center; background: #eee7dc; }
.workshop-date-block { width: 150px; min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ivory); background: var(--ink); }
.workshop-date-block span { color: var(--apricot); font-size: 13px; font-weight: 800; letter-spacing: .18em; }
.workshop-date-block strong { font-family: var(--font-display); font-size: 78px; line-height: .95; }
.workshop-date-block small { color: rgba(255,255,255,.55); }
.public-workshop-copy h2 { font-size: clamp(42px, 5vw, 70px); line-height: 1.03; }
.public-workshop-copy > p:not(.section-label) { max-width: 680px; color: var(--muted); line-height: 1.65; font-size: 17px; }
.public-event-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.public-event-meta span { padding: 8px 11px; border: 1px solid var(--line); font-size: 11px; font-weight: 700; }

.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.about-copy { padding-top: 48px; }
.credential-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.credential-row span { border: 1px solid var(--line); padding: 9px 12px; font-size: 11px; font-weight: 700; }
.about-copy blockquote { margin: 34px 0; padding: 24px 0 24px 26px; border-left: 3px solid var(--coral); color: var(--ink); font-family: var(--font-display); font-size: clamp(21px, 2.2vw, 30px); font-weight: 700; line-height: 1.35; letter-spacing: -.03em; }
.founder-portrait { margin: 48px 0 0; position: relative; overflow: hidden; background: var(--ivory); }
.founder-portrait::after { content: "OUTNOVATELY AI"; position: absolute; left: 20px; bottom: 18px; padding: 7px 10px; color: var(--ivory); background: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.founder-portrait img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 28%; }

.closing-cta { padding: 100px clamp(24px, 10vw, 150px); background: var(--coral); color: var(--ink); text-align: center; }
.closing-cta .section-label { color: var(--ink); opacity: .6; }
.closing-cta h2 { max-width: 950px; margin: 0 auto; font-size: clamp(44px, 6vw, 84px); line-height: 1.03; }
.closing-cta p:not(.section-label) { max-width: 650px; margin: 26px auto 34px; font-size: 18px; line-height: 1.6; }

footer { padding: 45px clamp(24px, 7vw, 108px); background: #092a23; color: rgba(255,255,255,.65); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; font-size: 12px; }
.brand-footer { color: white; }
footer > p { text-align: center; }
footer > div { display: flex; justify-content: flex-end; gap: 20px; }

.funnel-page, .application-page, .enroll-page, .confirmation-page { background: var(--ink); color: white; min-height: 100vh; }
.funnel-header { min-height: 76px; padding: 18px clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.13); }
.funnel-header > p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.workshop-hero { padding: 70px clamp(22px, 7vw, 106px) 90px; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(48px, 8vw, 120px); align-items: start; }
.workshop-copy h1, .application-intro h1, .enroll-shell h1 { font-size: clamp(56px, 7vw, 104px); line-height: .94; }
.workshop-promise, .application-intro > p, .enroll-shell section > p { max-width: 720px; font-size: 20px; line-height: 1.65; color: rgba(255,255,255,.7); }
.event-meta { margin: 40px 0 55px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.event-meta div { padding: 18px 15px 18px 0; display: flex; flex-direction: column; gap: 6px; }
.event-meta span, .form-kicker, .booking-placeholder > span { color: var(--apricot); font-size: 10px; letter-spacing: .12em; font-weight: 700; }
.event-meta strong { font-size: 13px; }
.what-you-see { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 26px; }
.what-you-see h2 { font-size: 21px; margin-bottom: 18px; }
.what-you-see ul, .application-summary ul, .enroll-list { list-style: none; padding: 0; margin: 0; }
.what-you-see li, .application-summary li, .enroll-list li { padding: 11px 0 11px 25px; position: relative; color: rgba(255,255,255,.7); }
.what-you-see li::before, .application-summary li::before, .enroll-list li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 700; }
.registration-card, .application-form, .checkout-card { color: var(--graphite); background: var(--ivory); padding: clamp(28px, 4vw, 48px); }
.registration-card { position: sticky; top: 24px; }
.registration-card h2 { font-size: 34px; }
.registration-card > p:not(.form-kicker) { color: var(--muted); line-height: 1.6; }
.kit-registration-form { margin-top: 22px; }
.kit-registration-form .formkit-form[data-uid="c7b9818305"] { max-width: none !important; margin: 0 !important; border: 0 !important; background: transparent !important; }
.kit-registration-form .formkit-form[data-uid="c7b9818305"] [data-style="clean"] { padding: 0 !important; }
.kit-registration-form .formkit-form[data-uid="c7b9818305"] .formkit-field,
.kit-registration-form .formkit-form[data-uid="c7b9818305"] .formkit-submit { margin: 0 0 15px !important; }
.kit-registration-form .formkit-form[data-uid="c7b9818305"] input { min-height: 51px !important; border: 1px solid rgba(33,21,43,.18) !important; border-radius: 2px !important; background: white !important; color: var(--graphite) !important; padding: 14px !important; font-family: var(--font-body) !important; font-size: 14px !important; }
.kit-registration-form .formkit-form[data-uid="c7b9818305"] input:focus { border-color: var(--coral) !important; box-shadow: 0 0 0 3px rgba(201,101,70,.14) !important; }
.kit-registration-form .formkit-form[data-uid="c7b9818305"] .formkit-submit { min-height: 54px !important; border-radius: 2px !important; background: var(--coral) !important; color: white !important; font-family: var(--font-display) !important; font-weight: 800 !important; }
.kit-registration-form .formkit-form[data-uid="c7b9818305"] .formkit-alert { font-family: var(--font-body) !important; }
.form-consent { display: block; margin-top: 3px; color: var(--muted); line-height: 1.5; }
form { display: grid; gap: 17px; }
form label { display: grid; gap: 7px; font-size: 12px; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid rgba(33,21,43,.18); background: white; color: var(--graphite); padding: 14px; border-radius: 2px; font: inherit; outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,97,90,.12); }
textarea { resize: vertical; }
form small, .checkout-card small { color: var(--muted); line-height: 1.5; }
.hidden-field { display: none; }
.workshop-bottom { padding: 70px clamp(22px, 7vw, 106px); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; color: var(--graphite); background: var(--ivory); }
.workshop-bottom h2 { font-size: 42px; }
.workshop-bottom p:not(.section-label) { max-width: 620px; color: var(--muted); line-height: 1.7; }
.workshop-bottom .host-tagline { margin: 8px 0 18px; color: var(--coral); font-family: var(--font-display); font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.host-proof { display: grid; grid-template-columns: 1fr 1fr; align-content: center; }
.host-proof span { padding: 18px; border: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.host-portrait { grid-column: 1 / -1; display: block; width: 100%; max-height: 460px; object-fit: cover; object-position: center 24%; margin-bottom: 14px; }
.funnel-footer { padding: 26px clamp(22px, 5vw, 72px); display: flex; justify-content: space-between; background: #092a23; color: rgba(255,255,255,.45); font-size: 11px; }

.confirmation-shell { max-width: 1040px; margin: 0 auto; padding: 85px 24px; text-align: center; }
.success-mark { width: 58px; height: 58px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--coral); font-weight: 800; font-size: 24px; }
.confirmation-shell h1 { font-size: clamp(50px, 7vw, 90px); }
.confirmation-lede { max-width: 730px; margin: 24px auto 48px; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.7; }
.next-steps { display: grid; grid-template-columns: repeat(3,1fr); margin: 48px 0; text-align: left; }
.next-steps article { padding: 30px; border: 1px solid rgba(255,255,255,.13); }
.next-steps span { color: var(--coral); font-size: 11px; }
.next-steps h2 { font-size: 20px; margin: 45px 0 10px; }
.next-steps p { color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.6; }
.booking-placeholder { max-width: 600px; margin: 45px auto; padding: 36px; color: var(--graphite); background: var(--ivory); }
.booking-placeholder h2 { font-size: 30px; margin: 10px 0; }
.booking-placeholder p { color: var(--muted); line-height: 1.6; }
.is-disabled { opacity: .55; pointer-events: none; }
.text-link.dark { color: rgba(255,255,255,.65); }
.hero-actions.centered { justify-content: center; }

.application-shell, .enroll-shell { max-width: 1240px; margin: 0 auto; padding: 75px 24px 100px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; }
.application-intro { position: sticky; top: 25px; }
.application-intro h1, .enroll-shell h1 { font-size: clamp(48px, 6vw, 78px); }
.application-summary { margin-top: 42px; padding: 26px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.application-summary > strong { font-family: var(--font-display); }
.application-summary ul { margin-top: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.enroll-shell { align-items: center; }
.enroll-list { margin-top: 35px; }
.checkout-card { text-align: center; }
.checkout-card > p { color: var(--muted); font-size: 11px; letter-spacing: .12em; font-weight: 700; }
.checkout-card > strong { display: block; color: var(--ink); font-family: var(--font-display); font-size: 86px; letter-spacing: -.07em; }
.checkout-card > span { display: block; color: var(--muted); margin-bottom: 28px; }
.checkout-card small { display: block; margin-top: 16px; }

.sales-page { color: var(--graphite); background: var(--paper); }
.sales-page .funnel-header { color: white; background: var(--ink); }
.sales-hero { min-height: 720px; padding: 105px clamp(24px, 10vw, 150px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: white; background: var(--ink); position: relative; overflow: hidden; }
.sales-hero::after { content: ""; position: absolute; width: 550px; height: 550px; right: -120px; bottom: -190px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.sales-hero h1 { max-width: 1080px; font-size: clamp(62px, 8vw, 120px); line-height: .93; position: relative; z-index: 1; }
.sales-hero h1 em { color: var(--apricot); font-style: normal; }
.sales-hero > p:not(.eyebrow) { max-width: 720px; margin: 28px 0; color: rgba(255,255,255,.7); font-size: 20px; line-height: 1.65; position: relative; z-index: 1; }
.sales-hero .button, .sales-hero small { position: relative; z-index: 1; }
.sales-hero small { margin-top: 14px; color: rgba(255,255,255,.5); }
.sales-problem, .installation-includes, .case-proof, .value-section, .sales-faq { padding: 100px clamp(24px, 7vw, 108px); }
.old-new-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.old-new-grid article { padding: clamp(30px, 4vw, 55px); }
.old-new-grid article > span { font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.old-new-grid h2 { font-size: clamp(32px, 4vw, 50px); margin: 45px 0 28px; }
.old-new-grid ul { list-style: none; padding: 0; margin: 0; }
.old-new-grid li { padding: 16px 0; border-top: 1px solid currentColor; opacity: .72; }
.old-way { color: rgba(255,255,255,.85); background: var(--ink); }
.new-way { color: var(--ink); background: var(--apricot); }
.installation-includes { background: var(--ivory); }
.sales-heading { display: block; }
.sales-heading h2, .case-proof h2, .value-copy h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1.05; }
.installation-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.installation-grid article { min-height: 275px; padding: 30px 30px 30px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.installation-grid article:nth-child(3n+2), .installation-grid article:nth-child(3n+3) { padding-left: 30px; }
.installation-grid article:nth-child(3n) { border-right: 0; }
.installation-grid span { color: var(--coral); font-size: 11px; font-weight: 800; }
.installation-grid h3 { margin: 70px 0 14px; font-size: 23px; }
.installation-grid p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.case-proof { display: grid; grid-template-columns: 1fr .8fr; gap: 8vw; align-items: center; }
.case-card { padding: 42px; color: white; background: var(--ink); }
.case-card > span { color: var(--apricot); font-size: 10px; letter-spacing: .12em; font-weight: 800; }
.case-card > strong { display: block; margin: 30px 0 0; color: var(--apricot); font-family: var(--font-display); font-size: 88px; line-height: 1; }
.case-card h3 { font-size: 26px; }
.case-card p { color: rgba(255,255,255,.68); line-height: 1.65; }
.case-card .case-note { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }
.value-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; background: #eee7dc; }
.value-copy p:not(.section-label) { color: var(--muted); font-size: 17px; line-height: 1.7; }
.value-card { padding: 20px 38px; background: var(--paper); }
.value-card > div { padding: 20px 0; display: flex; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); }
.value-card span { color: var(--muted); }
.value-card strong { font-family: var(--font-display); }
.value-card .value-total { margin: 10px -38px -20px; padding: 28px 38px; color: white; background: var(--ink); border: 0; }
.value-card .value-total span { color: rgba(255,255,255,.65); }
.value-card .value-total strong { color: var(--apricot); font-size: 25px; }
.price-close { padding: 105px 24px; text-align: center; color: var(--ink); background: var(--coral); }
.price-close .section-label { color: var(--ink); opacity: .6; }
.comparison-price { margin: 0; font-weight: 700; }
.price-close h2 { margin: 5px 0; font-size: clamp(90px, 15vw, 190px); line-height: 1; }
.price-close > p:not(.section-label):not(.comparison-price) { max-width: 640px; margin: 20px auto 30px; line-height: 1.6; }
.price-close small { display: block; margin-top: 15px; }
.sales-faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.faq-grid details { padding: 25px 20px 25px 0; border-bottom: 1px solid var(--line); }
.faq-grid details:nth-child(even) { padding-left: 25px; }
.faq-grid summary { font-family: var(--font-display); font-weight: 700; cursor: pointer; }
.faq-grid p { color: var(--muted); line-height: 1.6; font-size: 14px; }

@media (max-width: 960px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .workforce-visual { min-height: 530px; margin-top: 20px; }
  .problem-grid, .offer-section, .about-section { grid-template-columns: 1fr; gap: 45px; }
  .system-steps { grid-template-columns: 1fr 1fr; }
  .system-steps article:nth-child(2) { border-right: 0; }
  .about-copy { padding-top: 0; }
  .workshop-hero, .workshop-bottom, .application-shell, .enroll-shell { grid-template-columns: 1fr; }
  .public-workshop { grid-template-columns: auto 1fr; }
  .public-workshop > .button { grid-column: 2; justify-self: start; }
  .old-new-grid, .case-proof, .value-section { grid-template-columns: 1fr; }
  .installation-grid { grid-template-columns: 1fr 1fr; }
  .installation-grid article:nth-child(n) { padding-left: 25px; border-right: 1px solid var(--line); }
  .installation-grid article:nth-child(even) { border-right: 0; }
  .registration-card, .application-intro { position: static; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; }
  .site-header .button { display: none; }
  .hero { min-height: auto; padding-bottom: 50px; }
  h1 { font-size: 57px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .proof-strip { gap: 14px; justify-content: space-between; }
  .proof-strip strong { font-size: 18px; }
  .proof-strip span { max-width: 82px; }
  .workforce-visual { transform: scale(.78); margin: -45px -45px; }
  .problem-section, .system-section, .offer-section, .about-section { padding-top: 76px; padding-bottom: 76px; }
  .system-steps { grid-template-columns: 1fr; }
  .system-steps article { border-right: 0; padding-left: 0 !important; min-height: auto; }
  .system-steps h3 { margin-top: 28px; }
  .offer-topline strong { font-size: 46px; }
  footer { grid-template-columns: 1fr; gap: 22px; text-align: left; }
  footer > p { text-align: left; }
  footer > div { justify-content: flex-start; flex-direction: column; gap: 7px; }
  .funnel-header > p { display: none; }
  .event-meta { grid-template-columns: 1fr; }
  .event-meta div { border-bottom: 1px solid rgba(255,255,255,.1); }
  .host-proof, .next-steps { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .funnel-footer { flex-direction: column; gap: 8px; }
  .public-workshop { grid-template-columns: 1fr; }
  .public-workshop > .button { grid-column: 1; }
  .workshop-date-block { width: 120px; min-height: 145px; }
  .workshop-date-block strong { font-size: 62px; }
  .installation-grid, .faq-grid { grid-template-columns: 1fr; }
  .installation-grid article:nth-child(n), .faq-grid details:nth-child(n) { padding-left: 0; border-right: 0; }
  .value-card { padding-left: 24px; padding-right: 24px; }
  .value-card > div { flex-direction: column; gap: 5px; }
  .value-card .value-total { margin-left: -24px; margin-right: -24px; padding-left: 24px; padding-right: 24px; }
}
