:root {
  color-scheme: light;
  --navy: #1c4858;
  --ink: #20383e;
  --orange: #ffa61f;
  --paper: #f6f7f4;
  --muted: #52686e;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  touch-action: manipulation;
}
button,
a {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button {
  min-height: 44px;
}
button:disabled {
  cursor: wait;
}
.preview {
  padding: 9px 20px;
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  border-bottom: 1px solid #dce4e1;
}
.preview strong {
  font-weight: 650;
}
.dark {
  background: var(--navy);
  color: #fff;
}
.wrap {
  max-width: 1120px;
  margin: auto;
  padding-inline: 48px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 30px;
  gap: 24px;
}
header img {
  display: block;
  width: 224px;
  max-width: 48vw;
  height: auto;
}
.login {
  background: none;
  color: inherit;
  border: 1px solid #b6ccd3;
  border-radius: 6px;
  padding: 9px 21px;
  font-weight: 550;
}
.hero {
  padding: 63px 0 80px;
  text-align: center;
}
.eyebrow {
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 650;
  color: #ffbd55;
  margin: 0 0 21px;
}
.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(39px, 5.5vw, 66px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 0 auto 27px;
  max-width: 960px;
}
.hero h1 span {
  display: block;
}
.hero .intro {
  font-size: 18px;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
  color: #e2edef;
}
.form-area {
  margin: 36px auto 0;
  max-width: 570px;
  text-align: left;
}
.form-area label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 9px;
}
.form-line {
  display: flex;
  gap: 10px;
}
.form-line input {
  width: 100%;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #dce4e1;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  min-height: 54px;
}
.primary {
  border: 0;
  border-radius: 6px;
  background: var(--orange);
  color: #193e4b;
  padding: 13px 21px;
  font-weight: 700;
  white-space: nowrap;
}
.small {
  font-size: 12px;
  line-height: 1.6;
  color: #d5e5e9;
  text-align: center;
}
.expectation {
  margin: 17px 0 0;
}
.privacy-line {
  margin: 8px 0 0;
}
.text-button {
  background: none;
  border: 0;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0 2px;
  min-height: 24px;
  font-size: inherit;
}
.status {
  margin: 15px 0 0;
  padding: 13px 16px;
  border-left: 3px solid var(--orange);
  background: #255b6b;
  font-size: 14px;
}
.status p {
  margin: 0;
}
.status button {
  display: block;
  margin-top: 8px;
  background: #fff;
  color: var(--navy);
  padding: 7px 12px;
  border: 0;
  border-radius: 4px;
}
.support {
  padding: 60px 0 51px;
}
.support h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  font-size: 34px;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 42px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.benefits .number {
  font-size: 12px;
  font-weight: 650;
  color: #536f77;
  letter-spacing: 0.09em;
}
.benefits h3 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 650;
  margin: 12px 0 11px;
}
.benefits p {
  font-size: 15px;
  margin: 0;
  color: var(--muted);
}
.flywheel {
  margin-top: 47px;
  border-top: 1px solid #d0dcd8;
  padding-top: 24px;
}
.flywheel .eyebrow {
  color: #536f77;
  font-size: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.flywheel ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 15px;
  font-size: 13px;
  font-weight: 550;
}
.flywheel li:not(:last-child)::after {
  content: "→";
  display: inline-block;
  margin-left: 15px;
  color: #738b90;
}
footer {
  border-top: 1px solid #d0dcd8;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 26px;
  font-size: 12px;
  color: var(--muted);
  gap: 20px;
}
.footer-content nav {
  display: flex;
  gap: 20px;
}
.footer-content button {
  min-height: 44px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-brand img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
dialog {
  width: min(520px, calc(100% - 32px));
  border: 0;
  border-radius: 12px;
  padding: 30px;
  color: var(--ink);
  box-shadow: 0 20px 70px #0004;
}
dialog::backdrop {
  background: #092431a8;
}
dialog h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 16px;
}
dialog p {
  font-size: 15px;
}
dialog .close {
  float: right;
  border: 0;
  background: var(--paper);
  padding: 5px 13px;
  border-radius: 5px;
}
dialog .dialog-copy {
  clear: both;
  padding-top: 16px;
}
dialog .note {
  font-size: 13px;
  color: var(--muted);
}
[hidden] {
  display: none !important;
}
@media (max-width: 650px) {
  .wrap {
    padding-inline: 24px;
  }
  header {
    padding-block: 22px;
  }
  header img {
    width: 184px;
  }
  .login {
    padding: 7px 14px;
  }
  .hero {
    padding: 40px 0 53px;
  }
  .hero h1 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.035em;
  }
  .hero h1 span + span {
    margin-top: 6px;
  }
  .hero .intro {
    font-size: 16px;
    line-height: 1.65;
  }
  .form-area {
    margin-top: 28px;
  }
  .form-line {
    flex-direction: column;
  }
  .primary {
    min-height: 52px;
  }
  .small {
    font-size: 12px;
  }
  .support {
    padding: 40px 0 32px;
  }
  .support h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: left;
    max-width: 290px;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .benefits h3 {
    margin: 5px 0 7px;
  }
  .benefits p {
    max-width: 360px;
  }
  .flywheel {
    margin-top: 30px;
  }
  .flywheel ol {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .flywheel li:not(:last-child)::after {
    content: none;
  }
  .footer-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .footer-content nav {
    align-self: flex-end;
  }
  .preview {
    font-size: 11px;
    padding-inline: 12px;
  }
}
@media (max-width: 360px) {
  .wrap {
    padding-inline: 20px;
  }
  .hero h1 {
    font-size: 36px;
  }
  header img {
    width: 157px;
  }
  .login {
    padding-inline: 11px;
  }
  .hero {
    padding-top: 31px;
  }
}

.methodology {
  padding-block: 60px 66px;
}
.method-heading {
  text-align: center;
  max-width: 610px;
  margin: auto;
}
.method-heading .eyebrow {
  color: #806020;
  margin-bottom: 17px;
}
.method-heading h2 {
  margin: 0 0 18px;
  font-size: 39px;
}
.method-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}
.method-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 35px;
  align-items: center;
  margin-top: 35px;
}
.cycle-art svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.cycle-guide {
  fill: none;
  stroke: #e1e5dd;
  stroke-width: 16;
}
.cycle-paths {
  fill: none;
  stroke: #bd7916;
  stroke-width: 3;
  marker-end: url(#cycle-arrow);
}
.cycle-nodes circle {
  fill: var(--paper);
  stroke: var(--navy);
  stroke-width: 2;
}
.cycle-number {
  font:
    550 30px -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  fill: var(--navy);
  text-anchor: middle;
}
.cycle-labels {
  font:
    550 21px -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  fill: var(--navy);
  text-anchor: middle;
}
.cycle-center {
  font:
    600 14px -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  fill: var(--navy);
  text-anchor: middle;
  letter-spacing: 1px;
}
.method-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.method-steps li {
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #d9e1dc;
}
.method-steps li:last-child {
  border: 0;
}
.step-index {
  font-size: 12px;
  line-height: 27px;
  color: #806020;
  letter-spacing: 0.07em;
}
.method-steps h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 5px;
  font-weight: 650;
}
.method-steps p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  color: var(--muted);
}
@media (max-width: 850px) {
  .method-layout {
    grid-template-columns: 1fr;
    gap: 5px;
    max-width: 600px;
    margin: 20px auto 0;
  }
  .cycle-art {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
  }
  .method-steps {
    max-width: 540px;
    margin: auto;
  }
}
@media (max-width: 650px) {
  .methodology {
    padding-block: 40px;
  }
  .method-heading {
    text-align: left;
  }
  .method-heading h2 {
    font-size: 32px;
    max-width: none;
  }
  .method-heading .eyebrow {
    font-size: 10px;
    letter-spacing: 0.15em;
  }
  .method-heading > p:last-child {
    font-size: 15px;
  }
  .cycle-art {
    margin-top: 6px;
  }
  .cycle-labels,
  .cycle-center {
    display: none;
  }
  .cycle-art svg {
    max-height: 290px;
  }
  .cycle-number {
    font-size: 34px;
  }
  .method-layout {
    gap: 0;
    margin-top: 8px;
  }
  .method-steps li {
    padding-block: 15px;
    gap: 11px;
  }
  .method-steps p {
    font-size: 15px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.trap {
  display: none;
}
.login {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.notice {
  max-width: 760px;
  padding-block: 60px;
}
.notice h1 {
  font-family: Georgia, serif;
  font-size: 40px;
}
.notice #auth-status {
  color: #fff;
}
.status:empty {
  display: none;
}
button:disabled {
  opacity: 0.7;
}
.status button {
  margin-top: 12px;
  padding: 8px 12px;
}
input[aria-invalid="true"] {
  border: 2px solid #b54830;
}
.status p {
  margin: 0;
}
.preview {
  background: #fff4dd;
  color: #243e46;
}
.skip {
  position: absolute;
  left: 1rem;
  top: -100px;
  background: white;
  color: #1c4858;
  padding: 12px;
  z-index: 5;
}
.skip:focus {
  top: 8px;
}
