@font-face {
  font-family: Instrument;
  src: url("/assets/serif-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Instrument;
  src: url("/assets/serif-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: DM;
  src: url("/assets/sans-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: DM;
  src: url("/assets/sans-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
:root {
  --ivory: #f7f5ef;
  --forest: #173e35;
  --sage: #dce6da;
  --rust: #b64e2d;
  --muted: #5d645f;
  --line: #bdc2b7;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--forest);
  font-family: DM, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
body.modal-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
p,
figure {
  margin: 0;
}
h1,
h2 {
  font-family: Instrument, Georgia, serif;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.025em;
}
h2 {
  font-size: clamp(48px, 5.4vw, 84px);
}
h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px;
}
p {
  line-height: 1.55;
}
.shell {
  width: calc(100% - 72px);
  max-width: 1600px;
  margin-inline: auto;
}
.inner {
  width: calc(100% - 160px);
  max-width: 1236px;
  margin-inline: auto;
}
.header {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d3d5cc;
  gap: 28px;
  padding-inline: 20px;
}
.brand {
  display: block;
  flex: none;
}
.brand img {
  width: 158px;
  height: auto;
}
nav {
  display: flex;
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
}
nav a {
  text-decoration: none;
  font-size: 18px;
}
nav a:hover,
.text-link:hover {
  color: var(--rust);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--forest);
  color: var(--ivory);
  border: 1px solid var(--forest);
  border-radius: 50px;
  padding: 15px 27px;
  min-height: 56px;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  font-weight: 400;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #28574b;
  transform: translateY(-2px);
}
.button:active {
  transform: translateY(0);
}
.menu-button {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1fr);
  gap: 4%;
  padding: 32px 16px 28px;
  align-items: stretch;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2px 0 0 16px;
}
.hero-eyebrow {
  font-size: 19px;
  line-height: 1.35;
  color: var(--muted);
  margin: 0 0 22px;
  letter-spacing: 0.01em;
}
h1 {
  font-size: clamp(72px, 8.35vw, 134px);
  line-height: 0.95;
  letter-spacing: -0.025em;
}
h1 span,
h1 em {
  display: block;
  white-space: nowrap;
}
h1 em {
  color: var(--rust);
  font-weight: 400;
}
.hero-description {
  font-size: 22px;
  line-height: 1.53;
  max-width: 570px;
  margin: 38px 0 30px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.hero-actions .button span {
  display: inline-block;
  margin-left: 12px;
  font-size: 22px;
  line-height: 0;
  transition: transform 0.18s;
}
.hero-actions .button:hover span {
  transform: translateX(4px);
}
.button-light {
  background: transparent;
  color: var(--forest);
  border: 1px solid var(--forest);
}
.button-light:hover {
  background: var(--forest);
  color: var(--ivory);
}
.text-link {
  font-size: 18px;
  font-weight: 600;
}
.availability {
  font-size: 15px;
  color: var(--muted);
  margin-top: 24px;
}
.hero-image {
  min-width: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.statement {
  text-align: center;
  border-top: 1px solid #d3d5cc;
  padding: 25px 12px 30px;
  font:
    400 clamp(25px, 2.9vw, 45px) / 1.2 Instrument,
    Georgia,
    serif;
  letter-spacing: -0.02em;
}
.experience {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 9%;
  padding-block: 110px 80px;
}
.experience h2 {
  max-width: 530px;
}
.intro {
  font-size: 24px;
  margin-top: 32px;
  max-width: 460px;
}
.experience-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.experience-list li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 24px;
  padding: 25px 0 28px;
  border-bottom: 1px solid var(--line);
}
.experience-list li:first-child {
  padding-top: 0;
}
.experience-list li:last-child {
  border: 0;
  padding-bottom: 0;
}
.number {
  font:
    400 60px/0.95 Instrument,
    Georgia,
    serif;
  color: var(--rust);
}
.experience-list p {
  font-size: 19px;
  color: #474f49;
}
.focus-band {
  background: var(--sage);
  padding: 54px 0 64px;
}
.focus-band h2 {
  font-size: clamp(48px, 5.75vw, 90px);
}
.focus-band .intro {
  margin-top: 20px;
}
.focus-description {
  font-size: 20px;
  max-width: 760px;
  margin-top: 14px;
}
.scope-note {
  font-size: 15px;
  max-width: 790px;
  margin-top: 22px;
  color: #445b50;
}
.program-band {
  background: var(--forest);
  color: var(--ivory);
  padding: 54px 0;
}
.program-layout {
  display: grid;
  grid-template-columns: 1.02fr 1.1fr auto;
  gap: 50px;
  align-items: start;
  padding-inline: 44px;
}
.program-layout h2 {
  font-size: clamp(48px, 4.5vw, 72px);
}
.program-layout p {
  font-size: 20px;
  max-width: 525px;
}
.program-layout .program-note {
  font-size: 16px;
  font-style: italic;
  opacity: 0.85;
  margin-top: 22px;
}
.button-outline {
  border-color: var(--ivory);
  border-radius: 7px;
  white-space: nowrap;
  margin-top: 14px;
}
.button-outline:hover {
  background: var(--ivory);
  color: var(--forest);
}
.questions {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 9%;
  padding-block: 90px;
}
.questions h2 {
  font-size: clamp(48px, 4.9vw, 76px);
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  position: relative;
  padding: 24px 50px 24px 4px;
  cursor: pointer;
  list-style: none;
  font-size: 21px;
  line-height: 1.35;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 34px;
  font-weight: 400;
}
details[open] summary:after {
  content: "−";
}
details p {
  padding: 0 45px 28px 4px;
  color: #45534a;
  font-size: 18px;
}
.signup-band {
  background: var(--sage);
  padding: 54px 0;
}
.signup-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 9%;
  align-items: start;
}
.signup-layout h2 {
  font-size: clamp(46px, 4.3vw, 68px);
}
.signup-layout > div > p {
  margin-top: 20px;
  font-size: 19px;
  max-width: 450px;
}
.signup-layout form {
  padding-top: 12px;
}
.email-row {
  display: flex;
  gap: 18px;
  align-items: stretch;
}
.email-field {
  flex: 1;
  min-width: 0;
}
input:not([type="checkbox"]),
textarea,
select {
  width: 100%;
  background: var(--ivory);
  border: 1px solid var(--forest);
  border-radius: 6px;
  padding: 16px 18px;
  color: var(--forest);
  font-size: 18px;
  min-height: 58px;
}
input::placeholder {
  color: #717670;
  opacity: 1;
}
textarea {
  resize: vertical;
  min-height: 90px;
}
.email-row .button {
  border-radius: 6px;
  min-height: 64px;
  white-space: nowrap;
  padding-inline: 24px;
}
.email-row input {
  height: 100%;
  min-height: 64px;
}
.consent {
  display: flex;
  gap: 13px;
  font-size: 15px;
  align-items: flex-start;
  margin-top: 22px;
  max-width: 650px;
}
.consent input {
  width: 21px;
  height: 21px;
  accent-color: var(--forest);
  margin: 2px 0 0;
  flex: none;
}
.form-mode,
.field-help {
  font-size: 14px;
  color: #4d5c50;
  margin-top: 16px;
}
.form-status {
  font-size: 16px;
  margin-top: 14px;
}
.form-status:empty {
  display: none;
}
.form-status.error {
  color: #983616;
}
.privacy-link {
  display: inline-block;
  font-size: 14px;
  margin-top: 14px;
}
.privacy-link[hidden] {
  display: none;
}
.signup-layout .availability {
  margin-top: 16px;
}
.footer {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 120px;
  padding-block: 24px;
}
.footer .brand img {
  width: 118px;
}
.footer > span {
  border-left: 1px solid var(--line);
  padding-left: 26px;
  font-size: 15px;
}
.footer-end {
  margin-left: auto;
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
}
.footer-link {
  border: 0;
  background: none;
  padding: 8px 0;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 14px;
}
.footer small {
  font-size: 14px;
}
dialog {
  background: var(--ivory);
  color: var(--forest);
  border: 0;
  border-radius: 16px;
  padding: 44px;
  max-width: 670px;
  width: calc(100% - 36px);
  max-height: 90dvh;
  overflow-y: auto;
}
dialog::backdrop {
  background: rgba(10, 30, 24, 0.65);
  backdrop-filter: blur(3px);
}
dialog h2 {
  font-size: 50px;
  padding-right: 20px;
}
.dialog-close {
  position: absolute;
  right: 16px;
  top: 10px;
  background: none;
  border: 0;
  color: var(--forest);
  font-size: 34px;
  width: 44px;
  height: 44px;
  line-height: 1;
}
.dialog-intro {
  margin: 18px 0 24px;
  font-size: 16px;
}
dialog form > label,
.form-grid label {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
dialog input,
dialog select,
dialog textarea {
  margin-top: 6px;
}
dialog form > label {
  margin-top: 16px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.optional {
  font-weight: 400;
}
.field-help {
  margin-top: 6px;
}
dialog form > .button {
  margin-top: 20px;
}
#preview-dialog p {
  margin-top: 20px;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.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;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 12px;
  z-index: 100;
  padding: 12px 20px;
  background: var(--forest);
  color: white;
}
.skip-link:focus {
  top: 12px;
}
:focus-visible {
  outline: 3px solid var(--rust);
  outline-offset: 5px;
}
.noscript {
  padding: 24px;
  text-align: center;
  background: var(--sage);
}
@media (min-width: 1700px) {
  .hero {
    gap: 70px;
  }
  .hero h1 {
    font-size: 140px;
  }
}
@media (max-width: 1200px) {
  .header {
    gap: 20px;
    padding-inline: 4px;
  }
  nav {
    gap: 22px;
  }
  nav a {
    font-size: 16px;
  }
  .header-cta {
    font-size: 16px;
    padding-inline: 20px;
  }
  .hero {
    padding-inline: 0;
    gap: 4%;
  }
  .hero-copy {
    padding-left: 0;
  }
  .hero-eyebrow {
    font-size: 16px;
  }
  .hero-description {
    font-size: 18px;
    margin-block: 26px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button,
  .hero-actions .text-link {
    font-size: 16px;
  }
  .availability {
    margin-top: 20px;
  }
  .inner {
    width: calc(100% - 100px);
  }
  .experience {
    gap: 6%;
    padding-block: 80px;
  }
  .experience-list li {
    grid-template-columns: 50px 1fr;
    gap: 20px;
  }
  .number {
    font-size: 50px;
  }
  h3 {
    font-size: 20px;
  }
  .experience-list p {
    font-size: 17px;
  }
  .program-layout {
    padding-inline: 15px;
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
  }
  .program-layout .button {
    grid-column: 2;
    justify-self: start;
    margin-top: 0;
  }
  .program-layout p {
    font-size: 18px;
  }
  .email-row {
    flex-direction: column;
  }
  .email-row .button {
    align-self: flex-start;
  }
  .questions,
  .signup-layout {
    gap: 6%;
  }
  summary {
    font-size: 19px;
  }
}
@media (max-width: 800px) {
  .shell {
    width: calc(100% - 40px);
  }
  .inner {
    width: calc(100% - 48px);
  }
  .header {
    position: relative;
    min-height: 84px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand img {
    width: 133px;
  }
  .header-cta {
    display: none;
  }
  .menu-button {
    display: flex;
    gap: 14px;
    align-items: center;
    border: 0;
    background: none;
    color: var(--forest);
    font-size: 16px;
    padding: 12px 0 12px 20px;
    min-height: 44px;
  }
  .menu-button span {
    font-size: 20px;
  }
  nav {
    display: none;
    width: 100%;
    padding: 14px 0 22px;
    gap: 0;
    flex-direction: column;
    align-items: stretch;
  }
  nav.open {
    display: flex;
  }
  nav a {
    padding: 12px;
    font-size: 18px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 38px;
    gap: 32px;
  }
  .hero-copy {
    padding: 0 4px;
  }
  .hero-eyebrow {
    margin-bottom: 18px;
  }
  h1 {
    font-size: clamp(60px, 11.8vw, 94px);
    line-height: 0.99;
  }
  h1 span,
  h1 em {
    white-space: normal;
  }
  .hero-description {
    font-size: 18px;
    max-width: 540px;
    margin: 25px 0 24px;
  }
  .hero-actions {
    gap: 24px;
  }
  .hero-actions .button,
  .hero-actions .text-link {
    font-size: 16px;
  }
  .availability {
    font-size: 14px;
    margin-top: 20px;
  }
  .hero-image {
    aspect-ratio: 1;
    border-radius: 14px;
  }
  .statement {
    font-size: 28px;
    padding: 24px 8px 28px;
    max-width: 620px;
  }
  .experience {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 64px;
  }
  .experience h2 {
    font-size: 58px;
    max-width: 580px;
  }
  .intro {
    font-size: 21px;
    margin-top: 20px;
  }
  .experience-list li {
    padding-block: 24px;
    grid-template-columns: 50px 1fr;
    gap: 20px;
  }
  h3 {
    font-size: 21px;
  }
  .experience-list p {
    font-size: 17px;
  }
  .focus-band {
    padding: 44px 0;
  }
  .focus-band h2 {
    font-size: 55px;
    max-width: 540px;
  }
  .focus-description {
    font-size: 18px;
  }
  .scope-note {
    font-size: 14px;
  }
  .program-band {
    padding: 46px 0;
  }
  .program-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-inline: 4px;
  }
  .program-layout h2 {
    font-size: 56px;
  }
  .program-layout .button {
    grid-column: auto;
    justify-self: start;
    margin-top: 2px;
  }
  .program-layout .program-note {
    font-size: 15px;
    margin-top: 18px;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 56px;
  }
  .questions h2 {
    font-size: 56px;
  }
  .questions h2 br {
    display: none;
  }
  .questions h2 {
    max-width: 490px;
  }
  summary {
    padding-block: 23px;
    font-size: 18px;
  }
  details p {
    font-size: 16px;
    padding-right: 15px;
  }
  .signup-band {
    padding: 44px 0;
  }
  .signup-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .signup-layout h2 {
    font-size: 55px;
  }
  .signup-layout > div > p {
    font-size: 18px;
  }
  .email-row {
    flex-direction: row;
  }
  .email-row .button {
    min-height: 60px;
    font-size: 16px;
    padding-inline: 18px;
    align-self: stretch;
  }
  .email-row input {
    font-size: 16px;
    min-height: 60px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 20px;
    min-height: 150px;
    padding-block: 28px;
  }
  .footer-end {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  dialog {
    padding: 38px 24px 24px;
  }
  dialog h2 {
    font-size: 42px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 420px) {
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-image {
    aspect-ratio: 1.08;
  }
  .statement {
    font-size: 26px;
  }
  .email-row {
    flex-direction: column;
  }
  .email-row .button {
    width: 100%;
  }
  .experience h2 {
    font-size: 52px;
  }
  .focus-band h2 {
    font-size: 51px;
  }
  .signup-layout h2 {
    font-size: 51px;
  }
  .button-outline {
    white-space: normal;
    width: 100%;
  }
  .footer > span {
    padding-left: 18px;
  }
  .footer {
    gap: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
