:root {
  --ink: #173431;
  --paper: #f5f0e5;
  --accent: #ec694a;
  --soft: #cfe2db;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header {
  align-items: center;
  background: rgba(245, 240, 229, 0.96);
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 94px;
  padding: 10px clamp(22px, 5vw, 78px);
  position: relative;
  z-index: 10;
}

.logo {
  align-items: center;
  display: inline-flex;
  justify-self: start;
}

.logo img {
  display: block;
  height: 70px;
  object-fit: contain;
  object-position: left center;
  width: 165px;
}

.site-header > nav {
  display: flex;
  gap: clamp(18px, 2.6vw, 42px);
}

.site-header > nav a {
  font-size: 0.77rem;
  font-weight: 800;
}

.header-cta,
.button {
  align-items: center;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--paper);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 900;
  gap: 26px;
  justify-content: center;
  min-height: 51px;
  padding: 12px 20px;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
}

.header-cta,
.button,
.program-chat-button {
  cursor: pointer;
  font-family: inherit;
}

.header-cta {
  justify-self: end;
}

.header-cta:hover,
.button:hover,
.header-cta:focus-visible,
.button:focus-visible {
  box-shadow: 0 10px 26px color-mix(in srgb, var(--ink) 20%, transparent);
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  min-height: 720px;
}

.hero-copy {
  align-self: center;
  padding: clamp(70px, 9vw, 138px) clamp(26px, 7vw, 114px);
}

.kicker,
.section-heading > p,
.approach-copy > p,
.founder-copy > p:first-child,
.stories > p,
.final-cta p {
  align-items: center;
  display: flex;
  font-size: 0.69rem;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0.14em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.kicker::before,
.section-heading > p::before,
.approach-copy > p::before,
.founder-copy > p:first-child::before,
.stories > p::before,
.final-cta p::before {
  background: var(--accent);
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 6.5vw, 7.2rem);
  font-weight: 500;
  letter-spacing: -0.066em;
  line-height: 0.9;
  margin: 0;
  max-width: 900px;
}

.lede {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.72;
  margin: 32px 0 0;
  max-width: 650px;
}

.actions {
  align-items: center;
  display: flex;
  gap: 26px;
  margin-top: 34px;
}

.text-link {
  border-bottom: 1px solid currentColor;
  font-size: 0.76rem;
  font-weight: 900;
  padding: 5px 0;
}

.accent-line {
  align-items: center;
  border-top: 1px solid color-mix(in srgb, var(--ink) 20%, transparent);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-style: italic;
  gap: 10px;
  margin: 44px 0 0;
  max-width: 650px;
  padding-top: 20px;
}

.accent-line span {
  color: var(--accent);
}

.hero-media {
  border-bottom-left-radius: 150px;
  margin: 34px 34px 34px 0;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.hero-media > img {
  height: 100%;
  object-fit: cover;
  object-position: right center;
  width: 100%;
}

.photo-label {
  background: var(--paper);
  bottom: 28px;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  left: 28px;
  padding: 15px 19px;
  position: absolute;
}

.photo-label span {
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.photo-label strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  margin-top: 4px;
}

.proof {
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 20%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--ink) 20%, transparent);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(22px, 5vw, 78px);
}

.proof > div {
  border-right: 1px solid color-mix(in srgb, var(--ink) 20%, transparent);
  display: flex;
  flex-direction: column;
  padding: 30px clamp(18px, 3vw, 44px);
}

.proof > div:first-child {
  border-left: 1px solid color-mix(in srgb, var(--ink) 20%, transparent);
}

.proof strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.3vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.proof span {
  font-size: 0.68rem;
  font-weight: 800;
  margin-top: 6px;
}

.section-pad {
  padding: clamp(90px, 11vw, 165px) clamp(24px, 6vw, 96px);
}

.section-heading {
  display: grid;
  gap: 0 clamp(50px, 8vw, 130px);
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.55fr);
  margin: 0 auto 60px;
  max-width: 1450px;
}

.section-heading > p {
  grid-column: 1 / -1;
}

.section-heading h2,
.approach h2,
.founder h2,
.final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.4vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin: 0;
}

.section-heading > span {
  align-self: end;
  font-size: 0.92rem;
  line-height: 1.7;
}

.program-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1450px;
}

.program-grid article {
  border: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: clamp(27px, 3vw, 45px);
  transition:
    box-shadow 170ms ease,
    transform 170ms ease;
}

.program-grid article:nth-child(1) {
  background: #d9e9e4;
}

.program-grid article:nth-child(2) {
  background: #f5d76d;
}

.program-grid article:nth-child(3) {
  background: #e7d9ef;
}

.program-grid article:hover {
  box-shadow: 8px 8px 0 var(--ink);
  transform: translate(-4px, -4px);
}

.program-number {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  font-size: 0.64rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-left: auto;
  width: 38px;
}

.program-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 35px 0 0;
}

.program-grid p {
  font-size: 0.86rem;
  line-height: 1.65;
  margin: 22px 0;
}

.program-grid strong {
  border-top: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  font-size: 0.68rem;
  margin-top: auto;
  padding-top: 18px;
  text-transform: uppercase;
}

.program-grid a,
.program-chat-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  display: flex;
  font-size: 0.72rem;
  font-weight: 900;
  justify-content: space-between;
  margin-top: 24px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.approach {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.approach-photo {
  min-height: 760px;
  overflow: hidden;
}

.approach-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.approach-copy {
  align-self: center;
  padding: clamp(65px, 8vw, 125px);
}

.approach ol {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}

.approach li {
  border-top: 1px solid color-mix(in srgb, var(--paper) 24%, transparent);
  display: grid;
  gap: 22px;
  grid-template-columns: 46px 1fr;
  padding: 24px 0;
}

.approach li:last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--paper) 24%, transparent);
}

.approach li > span {
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 900;
  padding-top: 4px;
}

.approach li strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.approach li p {
  color: color-mix(in srgb, var(--paper) 70%, transparent);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 7px 0 0;
}

.founder {
  align-items: center;
  display: grid;
  gap: clamp(50px, 9vw, 150px);
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.58fr);
}

.founder-copy blockquote {
  border-left: 3px solid var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-style: italic;
  line-height: 1.4;
  margin: 34px 0;
  max-width: 780px;
  padding-left: 22px;
}

.founder-story {
  font-size: 0.91rem;
  line-height: 1.75;
  max-width: 780px;
}

.founder-copy > div {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.founder-copy > div strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.founder-copy > div span {
  font-size: 0.69rem;
  margin-top: 4px;
}

.founder-photo {
  border: 1px solid var(--ink);
  overflow: hidden;
  position: relative;
}

.founder-photo::after {
  border: 1px solid color-mix(in srgb, var(--paper) 58%, transparent);
  content: "";
  inset: 18px;
  pointer-events: none;
  position: absolute;
}

.founder-photo img {
  display: block;
  height: min(670px, 68vw);
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.stories {
  align-items: center;
  background: var(--soft);
  display: flex;
  flex-direction: column;
  padding: clamp(80px, 10vw, 145px) clamp(24px, 7vw, 115px);
  text-align: center;
}

.stories > p::before {
  display: none;
}

.stories blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.1vw, 4.6rem);
  letter-spacing: -0.045em;
  line-height: 1.12;
  margin: 14px auto 45px;
  max-width: 1250px;
}

.stories > div {
  align-items: center;
  display: flex;
  gap: 12px;
}

.stories > div > span {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: var(--paper);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.stories > div p {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 0.69rem;
  line-height: 1.45;
  margin: 0;
  text-align: left;
}

.final-cta {
  align-items: center;
  background: var(--accent);
  color: var(--ink);
  display: grid;
  gap: 60px;
  grid-template-columns: 1.2fr 0.8fr;
  padding: clamp(75px, 9vw, 130px) clamp(24px, 7vw, 110px);
}

.final-cta > div:last-child {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-self: end;
}

.final-cta > div:last-child > a:last-child {
  border-bottom: 1px solid currentColor;
  font-size: 0.75rem;
  font-weight: 900;
  margin-left: 18px;
}

.footer {
  align-items: center;
  background: var(--paper);
  color: var(--ink);
  display: grid;
  gap: 28px;
  grid-template-columns: 0.7fr 1.2fr 1fr auto;
  padding: 50px clamp(24px, 6vw, 96px);
}

.footer > p,
.footer > div {
  font-size: 0.72rem;
  line-height: 1.55;
  margin: 0;
}

.footer > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer > p:last-child {
  font-weight: 800;
  text-align: right;
}

.floating-chat-button {
  align-items: center;
  background: var(--ink);
  border: 1px solid var(--paper);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 12px 34px rgba(23, 52, 49, 0.24);
  color: var(--paper);
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 0.73rem;
  font-weight: 900;
  gap: 10px;
  min-height: 50px;
  padding: 12px 18px;
  position: fixed;
  right: 24px;
  z-index: 70;
}

.floating-chat-button span {
  color: var(--accent);
  font-size: 0.82rem;
}

.chat-backdrop {
  align-items: flex-end;
  background: rgba(9, 23, 22, 0.58);
  display: flex;
  inset: 0;
  justify-content: flex-end;
  padding: 24px;
  position: fixed;
  z-index: 100;
}

.chat-backdrop[hidden],
.chat-finish[hidden],
.chat-form[hidden] {
  display: none;
}

.chat-panel {
  background: #fbf8f1;
  border: 1px solid var(--ink);
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(7, 27, 25, 0.36);
  display: flex;
  flex-direction: column;
  max-height: min(760px, calc(100vh - 48px));
  overflow: hidden;
  width: min(470px, calc(100vw - 48px));
}

.chat-header {
  align-items: flex-start;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 23px;
}

.chat-header > div {
  display: grid;
  grid-template-columns: 9px 1fr;
}

.chat-status-dot {
  align-self: center;
  background: #93d5ae;
  border-radius: 50%;
  height: 9px;
  margin-right: 8px;
  width: 9px;
}

.chat-header p {
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.chat-header h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 500;
  grid-column: 1 / -1;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 10px 0 0;
}

.chat-close {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(245, 240, 229, 0.4);
  border-radius: 50%;
  color: var(--paper);
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 1.5rem;
  height: 38px;
  justify-content: center;
  line-height: 1;
  margin-left: 18px;
  padding: 0 0 3px;
  width: 38px;
}

.chat-messages {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  min-height: 230px;
  overflow-y: auto;
  padding: 22px;
}

.chat-exchange {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chat-message {
  display: flex;
  font-size: 0.82rem;
  line-height: 1.55;
}

.chat-message p {
  margin: 0;
}

.chat-message-bot {
  align-items: flex-start;
  gap: 9px;
  max-width: 92%;
}

.chat-message-bot > span {
  align-items: center;
  background: var(--soft);
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.chat-message-bot > p,
.chat-complete > div {
  background: #e6eee9;
  border-radius: 4px 16px 16px 16px;
  padding: 11px 14px;
}

.chat-message-user {
  align-self: flex-end;
  background: var(--accent);
  border-radius: 16px 4px 16px 16px;
  color: var(--ink);
  max-width: 84%;
  padding: 10px 14px;
}

.chat-complete strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  margin-bottom: 4px;
}

.chat-form,
.chat-finish {
  border-top: 1px solid rgba(23, 52, 49, 0.14);
  padding: 16px 20px 19px;
}

.chat-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 11px;
}

.chat-options button {
  background: transparent;
  border: 1px solid rgba(23, 52, 49, 0.34);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 8px 11px;
}

.chat-options button:hover,
.chat-options button:focus-visible,
.chat-options button.is-selected {
  background: var(--soft);
  border-color: var(--ink);
}

.chat-input-row {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(23, 52, 49, 0.38);
  border-radius: 999px;
  display: flex;
  padding: 4px;
}

.chat-input-row input {
  background: transparent;
  border: 0;
  color: var(--ink);
  flex: 1;
  font-family: inherit;
  font-size: 0.82rem;
  min-width: 0;
  outline: 0;
  padding: 10px 12px;
}

.chat-input-row button {
  align-items: center;
  background: var(--ink);
  border: 0;
  border-radius: 50%;
  color: var(--paper);
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  font-size: 1rem;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.chat-input-row button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.chat-progress {
  color: rgba(23, 52, 49, 0.62);
  font-size: 0.62rem;
  font-weight: 800;
  margin: 8px 8px 0;
}

.chat-finish {
  display: grid;
  gap: 10px;
}

.chat-send-button {
  align-items: center;
  background: var(--ink);
  border-radius: 999px;
  color: var(--paper);
  display: flex;
  font-size: 0.75rem;
  font-weight: 900;
  justify-content: space-between;
  min-height: 49px;
  padding: 12px 18px;
}

.chat-finish > button {
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  justify-self: center;
  padding: 5px;
  text-decoration: underline;
}

.chat-finish > p {
  font-size: 0.65rem;
  margin: 2px 0 0;
  text-align: center;
}

.chat-finish > p a {
  font-weight: 900;
  text-decoration: underline;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header > nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-media {
    border-radius: 0;
    margin: 0;
    min-height: 620px;
  }

  .program-grid {
    grid-template-columns: 1fr;
  }

  .program-grid article {
    min-height: 390px;
  }

  .approach {
    grid-template-columns: 1fr;
  }

  .approach-photo {
    min-height: 540px;
  }

  .founder {
    grid-template-columns: 1fr 0.62fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 78px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .logo img {
    height: 58px;
    width: 135px;
  }

  .header-cta {
    border-radius: 50%;
    font-size: 0;
    gap: 0;
    height: 46px;
    min-height: 46px;
    padding: 0;
    width: 46px;
  }

  .header-cta span {
    font-size: 0.95rem;
  }

  .hero-copy {
    padding: 72px 22px 66px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.4rem);
  }

  .actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-media {
    min-height: 480px;
  }

  .proof {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 18px;
  }

  .proof > div,
  .proof > div:first-child {
    border: 1px solid color-mix(in srgb, var(--ink) 20%, transparent);
    margin-top: -1px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading > span {
    margin-top: 25px;
  }

  .section-pad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .program-grid article {
    min-height: 420px;
  }

  .approach-photo {
    min-height: 420px;
  }

  .approach-copy {
    padding: 75px 22px;
  }

  .founder {
    grid-template-columns: 1fr;
  }

  .founder-photo {
    justify-self: stretch;
    max-width: 480px;
    width: 100%;
  }

  .founder-photo img {
    height: 570px;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

  .final-cta > div:last-child {
    justify-self: start;
  }

  .footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer > p:last-child {
    text-align: left;
  }

  .floating-chat-button {
    bottom: 16px;
    right: 16px;
  }

  .chat-backdrop {
    padding: 0;
  }

  .chat-panel {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    max-height: 90vh;
    width: 100%;
  }
}
