:root {
  color-scheme: light;
  --page: #ffffff;
  --band: #f7f8f6;
  --ink: #202522;
  --muted: #5c645e;
  --line: #dde2dc;
  --accent: #275d46;
  --accent-hover: #194330;
  --draft: #704a21;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; letter-spacing: 0; }
button, a, video { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; letter-spacing: 0; }
a { color: inherit; text-underline-offset: 5px; }
a, button { touch-action: manipulation; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible, video:focus-visible { outline: 3px solid #397fc0; outline-offset: 5px; }
button { cursor: pointer; }
[hidden] { display: none !important; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { line-height: 1.18; font-weight: 600; letter-spacing: 0; overflow-wrap: anywhere; }
h1 { font-size: 44px; }
h2 { font-size: 28px; }
h3 { font-size: 25px; }
h4 { font-size: 26px; max-width: 540px; }
.wrap { max-width: 1080px; width: calc(100% - 64px); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; background: var(--ink); color: white; padding: 12px; z-index: 10; }
.skip-link:focus { top: 16px; }
.draft-notice { padding: 7px 20px; background: #f5eedf; color: var(--draft); text-align: center; font-size: 12px; }
.site-header { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.wordmark { font-weight: 700; font-size: 21px; text-decoration: none; }
.wordmark-dot { color: var(--accent); }
nav { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
nav a { text-decoration: none; font-size: 14px; padding-block: 12px; }
nav a:hover, .text-link:hover { color: var(--accent); }
.intro { padding-block: 44px 42px; }
.eyebrow { color: var(--muted); font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.intro-copy { font-size: 21px; line-height: 1.5; max-width: 690px; margin-top: 16px; }
.intro-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 24px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid var(--accent); border-radius: 4px; background: var(--accent); color: white; text-decoration: none; font-size: 14px; font-weight: 600; text-align: center; }
.button:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
.text-link { font-size: 14px; font-weight: 600; }
.intro-meta { font-size: 13px; color: var(--muted); margin-top: 16px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); padding-top: 32px; }
.section-heading .eyebrow { margin-bottom: 8px; }
.section-note { font-size: 12px; color: var(--muted); line-height: 1.6; flex-shrink: 0; }
.project { padding-block: 36px 48px; }
.project + .project { border-top: 1px solid var(--line); }
.project-heading { margin-bottom: 24px; }
.project-number { font-size: 12px; color: var(--accent); margin-bottom: 8px; font-weight: 600; }
.disclosure { color: var(--muted); font-size: 12px; margin-top: 9px; }
.project-grid { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 56px; align-items: start; }
.project-media { min-width: 0; width: 100%; }
.hook-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.hook-tabs button { min-width: 0; min-height: 44px; padding: 9px 3px; background: none; border: 0; border-bottom: 2px solid transparent; font-size: 12px; color: var(--muted); }
.hook-tabs button[aria-selected="true"] { border-bottom-color: var(--accent); color: var(--accent); font-weight: 700; }
.video-frame { position: relative; width: 100%; aspect-ratio: 9 / 16; overflow: hidden; border-radius: 6px; background: #eef1ed; border: 1px solid var(--line); }
video { display: block; width: 100%; height: 100%; object-fit: contain; background: #161916; }
.video-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 24px; gap: 10px; color: var(--muted); }
.video-placeholder p { color: var(--ink); font-size: 26px; font-weight: 600; line-height: 1.2; }
.video-placeholder > span { font-size: 12px; }
.placeholder-label { position: absolute; top: 24px; left: 24px; }
.placeholder-status { position: absolute; bottom: 24px; left: 24px; }
.media-caption { font-size: 12px; color: var(--muted); margin-top: 12px; }
.hook-quote { font-size: 13px; margin-top: 7px; min-height: 42px; }
.media-status { font-size: 12px; color: #a33b25; margin-top: 8px; }
.project-copy { padding-top: 2px; }
.project-facts { margin: 24px 0; }
.project-facts > div { margin-bottom: 16px; }
.project-facts dt, .small-label { font-size: 12px; font-weight: 700; color: var(--muted); margin-bottom: 5px; }
.project-facts dd { margin: 0; font-size: 15px; max-width: 580px; }
.rationale { padding-top: 20px; border-top: 1px solid var(--line); }
.rationale > p:last-child { font-size: 14px; }
.credits { margin-top: 20px; color: var(--muted); font-size: 12px; }
.credits p + p { margin-top: 5px; }
.band { background: var(--band); border-block: 1px solid var(--line); }
.services-section { padding-block: 44px; }
.section-copy { max-width: 660px; color: var(--muted); margin-top: 16px; }
.process-list { list-style: none; padding: 0; margin: 32px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.step-number { color: var(--accent); font-size: 12px; font-weight: 700; }
.process-list h3 { font-size: 18px; margin-top: 10px; }
.process-list p { font-size: 14px; color: var(--muted); margin-top: 10px; }
.pilot-section { padding-block: 56px; }
.pilot-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 56px; }
.pilot-grid .button { margin-top: 24px; }
.scope-list { margin: 0; padding-left: 18px; }
.scope-list li { padding-left: 4px; margin-bottom: 10px; font-size: 15px; }
.delivery { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 20px; font-size: 14px; }
.exclusions { font-size: 12px; color: var(--muted); margin-top: 16px; }
.about-section { padding-block: 40px; }
.about-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 56px; }
.about-copy p { font-size: 15px; }
.about-copy p + p { margin-top: 14px; }
.about-copy a { display: inline-block; margin-top: 16px; }
.contact-section { padding-block: 48px; }
.contact-email { display: inline-block; font-size: 21px; margin-top: 24px; overflow-wrap: anywhere; }
.contact-email[aria-disabled="true"] { color: var(--muted); text-decoration: none; cursor: default; }
.contact-draft { font-size: 12px; color: var(--draft); margin-top: 5px; }
.site-footer { padding-block: 20px 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; color: var(--muted); }
.noscript-notice { padding-block: 20px; color: var(--draft); }

@media (max-width: 800px) {
  .project-grid { grid-template-columns: 250px minmax(0, 1fr); gap: 32px; }
  .section-heading { display: block; }
  .section-note { margin-top: 12px; }
  .section-note br { display: none; }
  .pilot-grid, .about-grid { gap: 32px; }
  h4 { font-size: 23px; }
}

@media (max-width: 620px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 70px; gap: 12px; }
  nav { gap: 14px; }
  nav a { font-size: 12px; }
  .wordmark { font-size: 19px; }
  .intro { padding-block: 32px; }
  h1 { font-size: 34px; }
  h2 { font-size: 25px; }
  h3 { font-size: 23px; }
  h4 { font-size: 23px; }
  .intro-copy { font-size: 18px; }
  .intro-actions { gap: 18px; }
  .section-heading { padding-top: 28px; }
  .project { padding-block: 28px 36px; }
  .project-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .project-media { max-width: 300px; margin-inline: auto; }
  .project-heading { margin-bottom: 20px; }
  .project-copy { padding-top: 0; }
  .services-section, .pilot-section, .about-section, .contact-section { padding-block: 36px; }
  .process-list { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .process-list li { position: relative; padding-left: 34px; }
  .step-number { position: absolute; top: 0; left: 0; }
  .process-list h3 { margin-top: 0; }
  .process-list p { margin-top: 6px; }
  .pilot-grid, .about-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .site-footer { flex-direction: column; gap: 4px; }
}

@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .site-header { flex-wrap: wrap; gap: 0; padding-block: 10px; }
  nav { width: 100%; justify-content: space-between; }
}
