:root {
  --ink: #17201e;
  --muted: #68736f;
  --paper: #f7f5ef;
  --white: #fffdf9;
  --line: #dcded8;
  --sage: #cedbd2;
  --green: #1f5142;
  --green-dark: #143c31;
  --amber: #d39b53;
  --rose: #9d6d6d;
  --shadow: 0 24px 70px rgba(24, 42, 36, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgba(23, 32, 30, .1);
  background: rgba(247, 245, 239, .91);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Newsreader", serif; font-size: 20px; }
.brand small { margin-top: 1px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.brand-mark { display: flex; align-items: center; justify-content: center; gap: 2px; width: 39px; height: 39px; border-radius: 50%; color: #fff; background: var(--green); }
.brand-mark span { display: block; width: 2px; border-radius: 4px; background: currentColor; }
.brand-mark span:nth-child(1), .brand-mark span:nth-child(5) { height: 8px; opacity: .6; }
.brand-mark span:nth-child(2), .brand-mark span:nth-child(4) { height: 16px; opacity: .8; }
.brand-mark span:nth-child(3) { height: 23px; }
nav { display: flex; align-items: center; gap: 6px; }
.nav-link { padding: 10px 13px; border: 0; color: var(--ink); background: transparent; font-size: 13px; }
.nav-link:hover { color: var(--green); }

.view { display: none; }
.view.active { display: block; animation: enter .28s ease-out; }
@keyframes enter { from { opacity: 0; transform: translateY(6px); } }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
  align-items: center;
  min-height: 670px;
  padding: 70px clamp(24px, 7vw, 110px) 90px;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; max-width: 700px; }
.eyebrow { margin: 0 0 17px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Newsreader", serif; font-weight: 500; letter-spacing: -.025em; }
.hero h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(50px, 6.1vw, 87px); line-height: .96; }
.hero-lead { max-width: 590px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 600;
  transition: transform .18s, background .18s, border .18s;
}
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button-dark { color: #fff; background: var(--ink); }
.button-quiet { border-color: var(--line); color: var(--ink); background: transparent; }
.button-small { min-height: 39px; padding: 0 16px; font-size: 12px; }
.full-width { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 29px; color: var(--muted); font-size: 12px; }
.trust-row i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border-radius: 50%; color: var(--green); background: var(--sage); font-style: normal; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 510px; }
.hero-visual::before { content: ""; position: absolute; width: 590px; height: 590px; border-radius: 50%; background: #e6e7df; }
.sound-orbit { position: absolute; border: 1px solid rgba(31, 81, 66, .14); border-radius: 50%; }
.orbit-one { width: 440px; height: 440px; }
.orbit-two { width: 550px; height: 550px; }
.shortlist-card { position: relative; z-index: 2; width: min(430px, 95%); padding: 31px; border: 1px solid rgba(23, 32, 30, .12); border-radius: 9px; background: rgba(255, 253, 249, .93); box-shadow: var(--shadow); }
.card-kicker { display: flex; align-items: center; gap: 8px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.card-kicker span { width: 7px; height: 7px; border-radius: 50%; background: #4d997c; box-shadow: 0 0 0 4px #dcece5; }
.shortlist-card h2 { margin: 15px 0 22px; font-size: 32px; line-height: 1.05; }
.voice-list { border-top: 1px solid var(--line); }
.voice-row { display: grid; grid-template-columns: 42px 1fr 35px; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; font-family: "Newsreader", serif; font-size: 13px; }
.avatar-one { background: #dbe4db; }.avatar-two { background: #e9dcd6; }.avatar-three { background: #dddbea; }
.voice-row strong, .voice-row small { display: block; }
.voice-row strong { font-size: 13px; }.voice-row small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.play-button { display: grid; place-items: center; width: 34px; height: 34px; padding-left: 3px; border: 1px solid var(--line); border-radius: 50%; color: var(--green); background: transparent; font-size: 10px; }
.curator-note { margin: 18px 0 0; padding: 13px 15px; border-left: 2px solid var(--amber); color: var(--muted); background: #f7f0e4; font-size: 11px; line-height: 1.5; }

.how-it-works { padding: 95px clamp(24px, 7vw, 110px); color: #fff; background: var(--green-dark); }
.how-it-works .eyebrow { color: #9fc9b9; }
.section-heading { display: flex; align-items: end; justify-content: space-between; }
.section-heading h2 { max-width: 750px; margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.04; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 70px; }
.steps.process-grid { grid-template-columns: repeat(4, 1fr); gap: 32px; }
.steps article { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.steps span { color: #9fc9b9; font-size: 11px; }
.steps h3 { margin: 25px 0 11px; font-family: "Newsreader", serif; font-size: 25px; font-weight: 500; }
.steps p { color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.7; }
.human-note { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; padding: 100px clamp(24px, 9vw, 150px); background: #e7e1d5; }
.human-note h2 { max-width: 680px; margin: 0; font-size: clamp(38px, 4.4vw, 64px); line-height: 1; }
.human-note > p { max-width: 560px; margin: 0; color: #59615e; font-size: 17px; line-height: 1.75; }

.light-heading { align-items: end; gap: 50px; }
.light-heading > div { max-width: 760px; }
.section-intro { max-width: 520px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.promise-section { padding: 105px clamp(24px, 7vw, 110px); background: var(--white); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 60px; }
.promise-grid article { min-height: 280px; padding: 32px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.promise-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #b9c8be; border-radius: 50%; color: var(--green); font-family: "Newsreader", serif; }
.promise-grid h3 { margin: 65px 0 12px; font-family: "Newsreader", serif; font-size: 28px; font-weight: 500; }
.promise-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.pricing-section { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(500px, 1.15fr); gap: clamp(45px, 8vw, 120px); padding: 105px clamp(24px, 7vw, 110px); background: #e7e1d5; }
.pricing-copy { align-self: center; max-width: 560px; }
.pricing-copy h2 { margin-bottom: 22px; font-size: clamp(42px, 4.5vw, 67px); line-height: 1; }
.pricing-copy > p:not(.eyebrow) { margin-bottom: 30px; color: #59615e; font-size: 16px; line-height: 1.75; }
.pricing-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.price-card { padding: 31px; border: 1px solid rgba(23,32,30,.13); border-radius: 8px; background: rgba(255,253,249,.76); }
.price-card.featured { color: #fff; background: var(--green-dark); }
.price-card > span { display: block; min-height: 35px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.price-card.featured > span { color: #9fc9b9; }
.price-card > strong { display: block; margin-top: 14px; font-family: "Newsreader", serif; font-size: clamp(44px, 4vw, 62px); font-weight: 500; line-height: 1; }
.price-card > p { min-height: 35px; margin: 7px 0 26px; color: var(--muted); font-size: 12px; }
.price-card.featured > p { color: rgba(255,255,255,.62); }
.price-card ul { margin: 0; padding: 20px 0 0; border-top: 1px solid rgba(23,32,30,.13); list-style: none; }
.price-card.featured ul { border-color: rgba(255,255,255,.15); }
.price-card li { position: relative; margin: 10px 0; padding-left: 20px; font-size: 11px; line-height: 1.5; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.price-card.featured li::before { color: #9fc9b9; }
.royalty-note { grid-column: 1 / -1; margin: 0; padding: 18px 20px; border-left: 2px solid var(--amber); color: #5c625f; background: rgba(255,253,249,.55); font-size: 12px; line-height: 1.6; }

.join-section { padding: 105px clamp(24px, 7vw, 110px); background: var(--paper); }
.join-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.join-grid article { display: flex; flex-direction: column; min-height: 335px; padding: 32px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); transition: transform .2s, box-shadow .2s; }
.join-grid article:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.join-grid article > span { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.join-grid h3 { margin: 55px 0 13px; font-family: "Newsreader", serif; font-size: 30px; font-weight: 500; line-height: 1.08; }
.join-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.text-link { display: flex; justify-content: space-between; width: 100%; margin-top: auto; padding: 18px 0 0; border: 0; border-top: 1px solid var(--line); color: var(--ink); background: transparent; text-align: left; font-size: 12px; font-weight: 700; }
.text-link b { color: var(--green); }

.closing-cta { padding: 110px 24px; color: #fff; background: var(--green-dark); text-align: center; }
.closing-cta .eyebrow { color: #9fc9b9; }
.closing-cta h2 { max-width: 850px; margin: 0 auto 20px; font-size: clamp(45px, 6vw, 78px); line-height: .98; }
.closing-cta > p:not(.eyebrow) { color: rgba(255,255,255,.63); }
.button-light { margin-top: 18px; color: var(--green-dark); background: #fff; }

.application-header { align-items: center; }
.application-header > div:first-child { max-width: 850px; }
.application-layout { display: grid; grid-template-columns: 300px minmax(0, 820px); gap: 35px; max-width: 1160px; margin: 0 auto; }
.application-aside { align-self: start; padding: 8px 0; }
.application-aside > h2 { font-size: 35px; line-height: 1.05; }
.application-aside > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.75; }
.timeline-list { margin: 28px 0; padding: 0; list-style: none; }
.timeline-list li { position: relative; display: grid; grid-template-columns: 33px 1fr; gap: 12px; padding-bottom: 24px; }
.timeline-list li:not(:last-child)::after { content: ""; position: absolute; top: 33px; bottom: 0; left: 16px; width: 1px; background: var(--line); }
.timeline-list li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; color: #fff; background: var(--green); font-size: 10px; }
.timeline-list strong { font-size: 12px; }
.timeline-list p { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.privacy-card { padding: 19px; border-left: 2px solid var(--amber); background: #e8e6de; }
.privacy-card strong { font-family: "Newsreader", serif; font-size: 19px; }
.privacy-card p { margin: 7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.application-form input[type="file"] { padding: 10px; background: #f8f8f5; }
.compact-layout { grid-template-columns: 350px minmax(0, 760px); }
.role-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 28px; padding: 5px; border: 1px solid var(--line); border-radius: 6px; background: #e7e9e4; }
.role-switch button { padding: 11px; border: 0; border-radius: 4px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 700; }
.role-switch button.active { color: var(--green-dark); background: var(--white); box-shadow: 0 4px 14px rgba(23,32,30,.06); }

.site-footer { display: grid; grid-template-columns: 1.1fr 1.2fr 1fr auto; gap: 35px; align-items: center; padding: 50px clamp(24px, 6vw, 90px); color: rgba(255,255,255,.68); background: #0d251f; }
.footer-brand { color: #fff; }
.site-footer > p { margin: 0; font-size: 11px; line-height: 1.6; }
.site-footer > div { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.site-footer > div button { padding: 0; border: 0; color: rgba(255,255,255,.75); background: transparent; font-size: 10px; }
.site-footer > small { white-space: nowrap; font-size: 9px; }

.portal-view { min-height: calc(100vh - 107px); padding: 55px clamp(24px, 6vw, 88px) 80px; background: #f1f2ed; }
.portal-header { display: flex; align-items: end; justify-content: space-between; gap: 25px; max-width: 1440px; margin: 0 auto 35px; }
.portal-header h1 { margin-bottom: 8px; font-size: clamp(42px, 4vw, 62px); }
.portal-header p:last-child { margin: 0; color: var(--muted); }
.progress-summary { min-width: 115px; padding-left: 20px; border-left: 1px solid var(--line); }
.progress-summary strong, .progress-summary span { display: block; }
.progress-summary strong { font-family: "Newsreader", serif; font-size: 28px; }
.progress-summary span { color: var(--muted); font-size: 11px; }
.workspace-grid { display: grid; grid-template-columns: 245px minmax(0, 820px); gap: 28px; max-width: 1120px; margin: 0 auto; }
.panel { border: 1px solid var(--line); border-radius: 7px; background: var(--white); box-shadow: 0 12px 40px rgba(23, 32, 30, .035); }
.step-nav { display: flex; flex-direction: column; gap: 3px; }
.step-nav button { display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: center; width: 100%; padding: 12px; border: 0; border-radius: 5px; text-align: left; color: var(--muted); background: transparent; }
.step-nav button > span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 50%; font-size: 11px; }
.step-nav strong, .step-nav small { display: block; }.step-nav strong { color: var(--ink); font-size: 12px; }.step-nav small { margin-top: 2px; font-size: 10px; }
.step-nav button.active { background: var(--white); box-shadow: 0 8px 25px rgba(23,32,30,.06); }
.step-nav button.active > span { color: #fff; border-color: var(--green); background: var(--green); }
.form-panel { padding: clamp(24px, 4vw, 45px); }
.form-step { display: none; }.form-step.active { display: block; }
.panel-heading { margin-bottom: 30px; }
.panel-heading > span { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.panel-heading h2 { margin: 7px 0 5px; font-size: 33px; }
.panel-heading p { margin: 0; color: var(--muted); font-size: 12px; }
label { display: block; margin-bottom: 20px; color: #34413d; font-size: 12px; font-weight: 600; }
label > small { display: block; margin-top: 5px; color: var(--muted); font-weight: 400; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #ccd1cc; border-radius: 4px; outline: 0; color: var(--ink); background: #fff; }
textarea { resize: vertical; line-height: 1.5; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,81,66,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.check-card { display: flex; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 5px; background: #faf9f5; }
.check-card input { width: auto; margin: 3px 0 0; }.check-card strong, .check-card small { display: block; }.check-card small { margin-top: 3px; color: var(--muted); font-weight: 400; }
.form-actions { display: flex; justify-content: space-between; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.button:disabled { cursor: default; opacity: .4; transform: none; }
.hidden { display: none !important; }
.review-card { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 25px; padding: 22px; border-radius: 5px; background: #eef1ec; }
.review-card div:last-child { grid-column: 1 / -1; }
.review-card span, .review-card strong { display: block; }.review-card span { color: var(--muted); font-size: 10px; text-transform: uppercase; }.review-card strong { margin-top: 4px; font-size: 13px; }

.status-chip { display: flex; align-items: center; gap: 10px; padding: 11px 15px; border-radius: 5px; background: #deebe5; }
.status-chip > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #fff; background: var(--green); }
.status-chip strong, .status-chip small { display: block; }.status-chip strong { font-size: 11px; }.status-chip small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.narrator-layout { display: grid; grid-template-columns: 300px minmax(0, 830px); gap: 28px; max-width: 1160px; margin: 0 auto; }
.profile-summary { align-self: start; padding: 30px; text-align: center; }
.profile-photo { position: relative; display: grid; place-items: center; width: 105px; height: 105px; margin: 0 auto 16px; border-radius: 50%; color: var(--green-dark); background: #d8ded7; font-family: "Newsreader", serif; font-size: 30px; }
.profile-photo button { position: absolute; right: 2px; bottom: 2px; display: grid; place-items: center; width: 27px; height: 27px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: var(--green); }
.profile-summary h2 { margin-bottom: 3px; font-size: 26px; }.profile-summary > p { color: var(--muted); font-size: 11px; }
.profile-meter { margin: 25px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
.profile-meter div:first-child { display: flex; justify-content: space-between; align-items: end; }
.profile-meter span { color: var(--muted); font-size: 10px; }.profile-meter strong { font-size: 13px; }
.meter { height: 5px; margin-top: 9px; border-radius: 5px; background: #e4e5df; overflow: hidden; }.meter i { display: block; height: 100%; border-radius: inherit; background: var(--green); }
.profile-meter-fill { width: 82%; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 25px; }
.profile-tags span { padding: 6px 9px; border-radius: 20px; color: var(--green-dark); background: #e7ece7; font-size: 9px; }
.sample-heading { display: flex; justify-content: space-between; align-items: center; margin: 27px 0 10px; }.sample-heading strong, .sample-heading small { display: block; }.sample-heading strong { font-size: 12px; }.sample-heading small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.text-button { padding: 0; border: 0; color: var(--green); background: transparent; font-size: 11px; font-weight: 700; }
.sample-list { margin-bottom: 25px; border-top: 1px solid var(--line); }
.sample-item { display: grid; grid-template-columns: 31px 1fr auto; gap: 10px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--line); }
.sample-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: var(--green); background: #e4ece7; font-size: 9px; }
.sample-item strong, .sample-item small { display: block; }.sample-item strong { font-size: 11px; }.sample-item small { margin-top: 2px; color: var(--muted); font-size: 9px; }.sample-item button { border: 0; color: var(--rose); background: transparent; }
.availability-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; align-items: start; }
.toggle-label { display: flex; justify-content: space-between; align-items: center; min-height: 62px; margin-top: 0; padding: 10px 0; }.toggle-label span strong, .toggle-label span small { display: block; }.toggle-label span small { margin-top: 3px; color: var(--muted); font-weight: 400; }
.toggle-label input { position: absolute; opacity: 0; width: 0; }.toggle-label i { position: relative; width: 43px; height: 24px; border-radius: 20px; background: #c9ceca; }.toggle-label i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: .2s; }.toggle-label input:checked + i { background: var(--green); }.toggle-label input:checked + i::after { transform: translateX(19px); }

.admin-view { max-width: none; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; max-width: 1440px; margin: 0 auto 22px; }
.stats-grid article { padding: 20px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.stats-grid span, .stats-grid strong, .stats-grid small { display: block; }.stats-grid span { color: var(--muted); font-size: 10px; text-transform: uppercase; }.stats-grid strong { margin: 7px 0 2px; font-family: "Newsreader", serif; font-size: 34px; }.stats-grid small { color: var(--muted); font-size: 9px; }
.admin-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, .8fr); gap: 22px; max-width: 1440px; margin: 0 auto; }
.admin-grid > .panel { padding: 25px; }
.table-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 19px; }.table-heading h2 { margin-bottom: 3px; font-size: 26px; }.table-heading p { color: var(--muted); font-size: 10px; }
.project-list { border-top: 1px solid var(--line); }
.project-row { display: grid; grid-template-columns: minmax(180px, 1.5fr) .75fr .75fr auto; gap: 16px; align-items: center; padding: 17px 5px; border-bottom: 1px solid var(--line); }
.project-row strong, .project-row small { display: block; }.project-row strong { font-size: 12px; }.project-row small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.project-meta span { display: inline-block; padding: 5px 7px; border-radius: 3px; color: var(--green-dark); background: #e8ede8; font-size: 9px; }
.project-status { font-size: 10px; }.project-status::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--amber); }.project-status.shortlist::before { background: #6684a1; }.project-status.new::before { background: #b26e62; }
.row-action { padding: 8px 10px; border: 1px solid var(--line); border-radius: 3px; background: transparent; font-size: 10px; }
.activity-list { margin: 0; padding: 0; list-style: none; }.activity-list li { display: grid; grid-template-columns: 34px 1fr; gap: 11px; padding: 14px 0; border-top: 1px solid var(--line); }.activity-list li > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--green-dark); background: #dde6df; font-size: 9px; font-weight: 700; }.activity-list strong { font-size: 11px; }.activity-list p { margin: 3px 0 0; color: var(--muted); font-size: 9px; }
.principle-card { margin-top: 22px; padding: 18px; color: #fff; border-radius: 5px; background: var(--green-dark); }.principle-card span, .principle-card strong { display: block; }.principle-card span { color: #9fc9b9; font-size: 9px; text-transform: uppercase; }.principle-card strong { margin: 9px 0; font-family: "Newsreader", serif; font-size: 20px; }.principle-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.5; }

.toast { position: fixed; z-index: 50; right: 25px; bottom: 25px; max-width: 360px; padding: 14px 18px; border-radius: 5px; color: #fff; background: var(--green-dark); box-shadow: var(--shadow); opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s; font-size: 12px; }.toast.show { opacity: 1; transform: translateY(0); }
dialog { width: min(520px, calc(100% - 30px)); padding: 35px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }dialog::backdrop { background: rgba(14,27,23,.6); backdrop-filter: blur(3px); }.dialog-close { position: absolute; top: 12px; right: 14px; border: 0; color: var(--muted); background: transparent; font-size: 23px; }.dialog-profile { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }.dialog-profile .profile-photo { width: 70px; height: 70px; margin: 0; font-size: 20px; }.dialog-profile h2 { margin-bottom: 2px; font-size: 28px; }.dialog-profile p, dialog > p:not(.eyebrow) { color: var(--muted); font-size: 12px; line-height: 1.6; }

@media (max-width: 920px) {
  .site-header nav .nav-link { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-visual { min-height: 490px; margin-top: 20px; }
  .human-note, .pricing-section { grid-template-columns: 1fr; gap: 45px; }
  .workspace-grid, .narrator-layout, .admin-grid, .application-layout { grid-template-columns: 1fr; }
  .steps.process-grid, .promise-grid { grid-template-columns: 1fr 1fr; }
  .join-grid { grid-template-columns: 1fr; }
  .join-grid article { min-height: 270px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .step-nav { display: grid; grid-template-columns: repeat(4, 1fr); }
  .step-nav button { display: block; text-align: center; }.step-nav button > span:first-child { margin: auto; }.step-nav .step-copy { display: none; }
  .profile-summary { display: grid; grid-template-columns: auto 1fr; column-gap: 20px; text-align: left; }.profile-summary .profile-photo { grid-row: 1 / 4; margin: 0; }.profile-summary .profile-meter, .profile-summary .profile-tags, .profile-summary .button { grid-column: 1 / -1; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .site-header { min-height: 68px; padding: 0 16px; }.brand small { display: none; }
  .hero { padding: 45px 20px 60px; }.hero h1 { font-size: 49px; }.hero-actions { align-items: stretch; flex-direction: column; }.trust-row { gap: 12px; }
  .hero-visual { min-height: 450px; }.hero-visual::before { width: 450px; height: 450px; }.orbit-one { width: 360px; height: 360px; }.orbit-two { width: 440px; height: 440px; }.shortlist-card { padding: 23px; }
  .steps, .steps.process-grid, .promise-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 45px; }
  .light-heading { align-items: start; flex-direction: column; }
  .promise-section, .pricing-section, .join-section { padding: 75px 20px; }
  .promise-grid article { min-height: 240px; }
  .pricing-cards { grid-template-columns: 1fr; }
  .royalty-note { grid-column: auto; }
  .join-grid h3 { margin-top: 38px; }
  .site-footer { grid-template-columns: 1fr; }
  .portal-view { padding: 35px 15px 60px; }.portal-header { align-items: start; flex-direction: column; }.portal-header h1 { font-size: 43px; }.progress-summary { padding-left: 0; border: 0; }
  .field-row, .availability-row, .review-card { grid-template-columns: 1fr; }.review-card div:last-child { grid-column: auto; }
  .form-panel { padding: 23px 18px; }.profile-summary { display: block; text-align: center; }.profile-summary .profile-photo { margin: 0 auto 16px; }.profile-summary .profile-meter { text-align: left; }
  .stats-grid { grid-template-columns: 1fr 1fr; }.stats-grid article { padding: 15px; }
  .project-row { grid-template-columns: 1fr auto; }.project-meta, .project-status { display: none; }
}
