:root {
  --paper: #f4efe5;
  --paper-light: #fbf8f1;
  --ink: #20251f;
  --muted: #60655d;
  --line: #d8d0c2;
  --green: #263c32;
  --green-soft: #dfe7df;
  --brass: #b78b46;
  --brass-soft: #e8dcc4;
  --white: #fffdf8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper-light);
  color: var(--ink);
  font-family:
    Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body,
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.site-shell {
  min-height: 100vh;
  overflow: clip;
}

.container {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
  background: color-mix(in srgb, var(--paper-light) 93%, transparent);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--brass);
  border-radius: 50%;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  line-height: 1.25;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.desktop-nav a {
  position: relative;
  color: #424840;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--brass);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  width: 18px;
  height: 1px;
  display: block;
  background: var(--ink);
}

.mobile-menu nav {
  position: absolute;
  top: 52px;
  right: 0;
  width: min(270px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 16px 50px rgba(32, 37, 31, 0.14);
}

.mobile-menu nav a {
  display: block;
  padding: 10px 12px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.mobile-menu nav a:hover,
.mobile-menu nav a:focus-visible {
  background: var(--paper);
}

.hero {
  padding: 70px 0 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(183, 139, 70, 0.1), transparent 28%),
    var(--paper-light);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: clamp(58px, 7vw, 110px);
}

.hero-copy {
  padding-bottom: 42px;
}

.eyebrow,
.kicker {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 0 0 5px rgba(183, 139, 70, 0.12);
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  max-width: 720px;
  font-size: clamp(54px, 6.5vw, 88px);
}

h1 span {
  display: block;
  color: var(--green);
  font-style: italic;
}

h2 {
  font-size: clamp(38px, 4.5vw, 60px);
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.hero-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: #4f554e;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.7;
}

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg,
.text-link svg,
.contact-email svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

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

.button-primary:hover {
  background: #1b2d25;
}

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

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

.text-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  border-bottom: 1px solid var(--brass);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.text-link svg {
  transition: transform 160ms ease;
}

.text-link:hover svg {
  transform: translateX(4px);
}

.status-note {
  margin: 22px 0 0;
  color: #777b73;
  font-size: 13px;
}

.hero-photo {
  position: relative;
  height: 650px;
  margin: 0;
  overflow: hidden;
  border-radius: 180px 180px 10px 10px;
  background: var(--brass-soft);
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
}

.hero-photo figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(24, 30, 25, 0.82);
  color: white;
  font-size: 13px;
  backdrop-filter: blur(8px);
}

.hero-photo figcaption span {
  display: block;
  margin-bottom: 3px;
  color: #e2cda8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-paths div {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 82px;
  padding: 18px 30px;
  border-right: 1px solid var(--line);
}

.hero-paths div:last-child {
  border-right: 0;
}

.hero-paths span {
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.hero-paths strong {
  font-size: 14px;
}

.section {
  padding: 110px 0;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 52px;
}

.section-heading > p:last-child,
.section-heading.compact > p:last-child {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.section-heading.compact {
  margin: 0;
}

.learning-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.learning-card {
  min-height: 260px;
  padding: 32px 30px 30px;
  border-right: 1px solid var(--line);
}

.learning-card:last-child {
  border-right: 0;
}

.card-number {
  display: block;
  margin-bottom: 54px;
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.learning-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.story-section {
  padding: 0;
  background: var(--green);
  color: white;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: stretch;
}

.story-photo {
  min-height: 650px;
  margin: 0;
  overflow: hidden;
}

.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 36%;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(50px, 8vw, 118px);
}

.kicker-light {
  color: #d9bd8e;
}

.story-lead {
  margin: 30px 0 0;
  color: #f7f1e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.5;
}

.story-copy > p:not(.kicker, .story-lead) {
  margin: 22px 0 0;
  color: #ccd3cd;
}

.text-link-light {
  margin-top: 32px;
  color: white;
}

.audience-section {
  background: var(--paper);
}

.audience-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: 100px;
}

.audience-list {
  border-top: 1px solid #c8bfae;
}

.audience-list article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding: 27px 0;
  border-bottom: 1px solid #c8bfae;
}

.audience-list article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--brass);
  border-radius: 50%;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.audience-list p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.honest-note {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 28px;
  margin-top: 62px;
  padding: 30px 34px;
  border-left: 4px solid var(--brass);
  background: var(--paper-light);
}

.honest-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

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

.start-section {
  background: var(--paper-light);
}

.start-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 22px 70px rgba(32, 37, 31, 0.08);
}

.start-photo {
  min-height: 650px;
  overflow: hidden;
  background: #d7c7a7;
}

.start-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
}

.start-copy {
  align-self: center;
  padding: 70px clamp(45px, 7vw, 100px);
}

.start-copy > p:not(.kicker) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  color: #454b44;
  font-size: 14px;
}

.check-list svg {
  width: 22px;
  height: 22px;
  padding: 4px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  stroke-width: 2.2;
}

.ambition-section {
  background: var(--green-soft);
}

.ambition-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ambition-grid article {
  padding: 38px;
  border: 1px solid rgba(38, 60, 50, 0.18);
  border-radius: 7px;
  background: rgba(255, 253, 248, 0.66);
}

.line-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border: 1px solid var(--brass);
  border-radius: 50%;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.ambition-grid p {
  margin: 14px 0 0;
  color: #596159;
}

.ambition-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid rgba(38, 60, 50, 0.2);
}

.ambition-footer p {
  margin: 0;
  color: #596159;
  font-size: 13px;
}

.care-section {
  padding: 84px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-light);
}

.care-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: 100px;
}

.care-inner > div:last-child > p {
  max-width: 650px;
  margin: 4px 0 26px;
  color: var(--muted);
  font-size: 17px;
}

.contact-section {
  padding: 110px 0;
  background: var(--ink);
  color: white;
}

.contact-inner {
  text-align: center;
}

.contact-inner h2 {
  max-width: 850px;
  margin: 0 auto;
}

.contact-inner > p:not(.kicker) {
  max-width: 620px;
  margin: 26px auto 0;
  color: #cbd0ca;
  font-size: 18px;
}

.contact-email {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 38px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--brass);
  color: #e4c691;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 4vw, 44px);
  text-decoration: none;
}

.site-footer {
  padding: 28px 0;
  background: #151914;
  color: #aeb3ad;
  font-size: 13px;
}

.footer-inner,
.footer-inner div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: #e0c38e;
  text-underline-offset: 3px;
}

.footer-inner div {
  gap: 22px;
}

:focus-visible {
  outline: 3px solid #d19d4d;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.72fr;
    gap: 42px;
  }

  h1 {
    font-size: clamp(50px, 7.5vw, 68px);
  }

  .hero-photo {
    height: 560px;
    border-radius: 140px 140px 8px 8px;
  }

  .story-copy,
  .start-copy {
    padding: 62px 48px;
  }

  .audience-grid,
  .care-inner {
    gap: 58px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 620px);
  }

  .header-inner {
    min-height: 70px;
  }

  .brand small {
    display: none;
  }

  .hero-grid,
  .story-grid,
  .audience-grid,
  .start-card,
  .care-inner {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  h1 {
    font-size: clamp(46px, 13vw, 66px);
  }

  h2 {
    font-size: clamp(36px, 10vw, 50px);
  }

  .hero-photo {
    height: min(650px, 128vw);
    margin-top: 6px;
    border-radius: 120px 120px 8px 8px;
  }

  .hero-photo figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .hero-paths {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .hero-paths div {
    min-height: 64px;
    padding: 14px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-paths div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 36px;
  }

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

  .learning-card {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .learning-card:last-child {
    border-bottom: 0;
  }

  .card-number {
    margin-bottom: 28px;
  }

  .story-grid {
    width: 100%;
  }

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

  .story-copy {
    padding: 64px 24px 72px;
  }

  .audience-grid {
    gap: 44px;
  }

  .honest-note {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 44px;
    padding: 25px 22px;
  }

  .start-card {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .start-photo {
    min-height: 470px;
  }

  .start-copy {
    padding: 58px 24px 64px;
  }

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

  .ambition-grid article {
    padding: 28px 24px;
  }

  .ambition-footer,
  .footer-inner,
  .footer-inner div {
    align-items: flex-start;
    flex-direction: column;
  }

  .care-inner {
    gap: 28px;
  }

  .contact-email {
    overflow-wrap: anywhere;
  }

  .footer-inner div {
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 24px, 620px);
  }

  .brand strong {
    font-size: 14px;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-photo {
    height: 126vw;
    border-radius: 96px 96px 8px 8px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
