:root {
  --green: #113f35;
  --green-2: #24594d;
  --ink: #172720;
  --muted: #53645e;
  --gold: #b0873d;
  --pale: #edf3f1;
  --canvas: #f7f9f8;
  --rule: #c8d6d1;
  --white: #ffffff;
  --page: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.site-header {
  display: flex;
  width: min(var(--page), calc(100% - 64px));
  min-height: 126px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.brand {
  display: block;
  width: min(500px, 42vw);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

nav a {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

nav a:hover {
  color: var(--green-2);
}

.sign-in-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid var(--green);
  border-radius: 4px;
}

.hero {
  display: grid;
  min-height: min(690px, calc(100vh - 126px));
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  align-items: center;
  gap: 84px;
  padding: 78px max(32px, calc((100vw - var(--page)) / 2));
  overflow: hidden;
  background: var(--canvas);
  border-top: 1px solid var(--rule);
  border-left: 12px solid var(--green);
  border-bottom: 1px solid var(--rule);
}

.hero-copy {
  max-width: 690px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: 5.15rem;
  line-height: 0.96;
}

.hero-statement {
  max-width: 660px;
  margin-bottom: 22px;
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1.12;
}

.hero-support {
  max-width: 680px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1.16rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--green);
  border-radius: 4px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  color: var(--white);
  background: var(--green);
}

.button-primary:hover {
  background: var(--green-2);
}

.button-secondary {
  color: var(--green);
  background: var(--white);
}

.button-secondary:hover {
  background: var(--pale);
}

.definition-flow {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1.15fr) 42px minmax(0, 1fr);
  align-items: center;
  padding: 42px 34px;
  background: var(--white);
  border: 1px solid var(--rule);
}

.definition-flow::before {
  content: "STRATEGY OWNERSHIP";
  position: absolute;
  top: 16px;
  right: 20px;
  color: #8aa099;
  font-size: 0.66rem;
  font-weight: 800;
}

.flow-step {
  display: flex;
  min-height: 176px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background: var(--canvas);
  border: 1px solid var(--rule);
  border-radius: 6px;
}

.flow-step-core {
  min-height: 226px;
  background: var(--pale);
  border: 2px solid var(--green);
}

.flow-number {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 800;
}

.flow-step strong {
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.2;
}

.flow-step small {
  color: var(--muted);
  font-size: 0.88rem;
}

.flow-arrow {
  color: var(--green);
  font-size: 1.45rem;
  font-weight: 800;
  text-align: center;
}

.request-section {
  display: grid;
  width: min(var(--page), calc(100% - 64px));
  grid-template-columns: minmax(300px, 0.75fr) minmax(560px, 1.25fr);
  gap: 94px;
  margin: 0 auto;
  padding: 104px 0 118px;
}

.request-intro h2 {
  max-width: 520px;
  margin-bottom: 24px;
  font-size: 3.2rem;
  line-height: 1.04;
}

.request-intro > p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 1.05rem;
}

.access-note {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}

.access-note-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-weight: 800;
}

.access-note p {
  margin: 0;
  color: var(--muted);
}

.access-note strong {
  color: var(--ink);
}

.form-panel {
  padding: 38px;
  background: var(--canvas);
  border: 1px solid var(--rule);
}

.mode-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 34px;
  border: 1px solid var(--green);
  border-radius: 4px;
  overflow: hidden;
}

.mode-switch button {
  min-height: 48px;
  color: var(--green);
  background: var(--white);
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.mode-switch button + button {
  border-left: 1px solid var(--green);
}

.mode-switch button[aria-selected="true"] {
  color: var(--white);
  background: var(--green);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.field {
  margin-bottom: 22px;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #9fb2ab;
  border-radius: 3px;
}

.field input,
.field select {
  height: 48px;
  padding: 0 13px;
}

.field textarea {
  min-height: 132px;
  padding: 12px 13px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--green);
}

.consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.82rem;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--green);
}

.form-footer {
  display: flex;
  align-items: center;
  gap: 18px;
}

.form-status {
  margin: 0;
  color: #8a2d2d;
  font-size: 0.88rem;
}

.trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.success-panel {
  min-height: 460px;
  padding: 64px 42px;
  text-align: center;
}

.success-panel > span {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 26px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 800;
}

.success-panel h3 {
  margin-bottom: 16px;
  font-size: 2rem;
}

.success-panel p {
  max-width: 520px;
  margin: 0 auto 30px;
  color: var(--muted);
}

footer {
  display: grid;
  min-height: 92px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 20px max(32px, calc((100vw - var(--page)) / 2));
  color: #dbe7e3;
  background: var(--green);
  font-size: 0.78rem;
}

footer img {
  width: 34px;
  filter: brightness(0) invert(1);
}

footer p {
  margin: 0;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .definition-flow {
    max-width: 860px;
  }

  .request-section {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 720px) {
  .site-header {
    width: calc(100% - 30px);
    min-height: 86px;
    gap: 14px;
  }

  .brand {
    width: 225px;
    max-width: 58vw;
  }

  nav {
    gap: 12px;
  }

  nav > a:first-child {
    display: none;
  }

  .sign-in-link {
    min-height: 40px;
    padding: 0 11px;
    font-size: 0.76rem;
  }

  .hero {
    min-height: calc(100vh - 86px);
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
    padding: 58px 20px 46px;
    border-left-width: 7px;
  }

  h1 {
    font-size: 3.45rem;
  }

  .hero-statement {
    font-size: 1.75rem;
  }

  .hero-support {
    font-size: 1rem;
  }

  .definition-flow {
    grid-template-columns: 1fr;
    padding: 40px 18px 22px;
  }

  .flow-step,
  .flow-step-core {
    min-height: 122px;
  }

  .flow-arrow {
    height: 38px;
    transform: rotate(90deg);
    line-height: 38px;
  }

  .request-section {
    width: calc(100% - 30px);
    padding: 72px 0 82px;
  }

  .request-intro h2 {
    font-size: 2.35rem;
  }

  .form-panel {
    padding: 24px 18px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  footer {
    grid-template-columns: auto 1fr;
    padding: 24px 20px;
  }

  footer p:last-child {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
