:root {
  --bg: #f6f1e8;
  --paper: #fffdf9;
  --ink: #1b1b1b;
  --muted: #6d6760;
  --orange: #f05a24;
  --orange-hover: #d94c1b;
  --green: #24362c;
  --sage: #5b8a62;
  --peach: #f6d7c4;
  --mint: #e6eee3;
  --line: rgba(27, 27, 27, 0.08);
  --shadow: 0 18px 50px rgba(40, 28, 18, 0.08);
  --radius: 28px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
h1, h2, h3 { margin: 0; line-height: 1.15; letter-spacing: -0.03em; }
h1 { font-size: clamp(2.2rem, 4.4vw, 3.55rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 800; }
p { margin: 0; }

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero__copy .lead, .section-sub {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 42ch;
}
.section-sub { margin: 12px auto 0; text-align: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
}
.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: var(--orange-hover); }
.btn--ghost { background: #fff; color: var(--orange); border-color: var(--orange); }
.btn--ghost:hover { background: #fff4ef; }

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 241, 232, 0.88);
  backdrop-filter: blur(14px);
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 76px;
  min-width: 0;
}
.logo {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  font-weight: 800;
  font-size: 1.25rem;
  text-decoration: none;
  flex-shrink: 0;
}
.logo__spark {
  width: 14px;
  height: 14px;
  fill: var(--orange);
  margin-top: 2px;
}
.nav { display: flex; gap: 28px; margin-left: auto; flex-shrink: 1; }
.nav a { text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.nav a:hover { color: var(--orange); }
.header__cta { margin-left: 8px; flex-shrink: 0; }
.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 10px 9px;
  flex-direction: column;
  justify-content: space-between;
}
.menu-btn span { display: block; height: 2px; background: var(--ink); border-radius: 2px; }

.hero { padding: 20px 0 8px; }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: center;
}
.hero__copy { min-width: 0; }
.hero__copy h1 em {
  font-style: normal;
  display: inline;
}
.hero__copy .lead { margin: 18px 0 26px; max-width: 38ch; }
.hero__note { margin-top: 14px; color: var(--muted); font-size: 0.92rem; }
.hero__visual {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  max-height: min(420px, 48vh);
  min-width: 0;
  min-height: 0;
  isolation: isolate;
}
.hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 28%;
}

.stats__row {
  list-style: none;
  margin: 28px 0 0;
  padding: 16px 8px;
  background: var(--paper);
  border-radius: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  box-shadow: 0 10px 30px rgba(40, 28, 18, 0.05);
  position: relative;
  z-index: 2;
}
.stats__row li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  border-right: 1px solid var(--line);
}
.stats__row li:last-child { border-right: 0; }
.stats__row strong { font-size: 1.02rem; }
.stats__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff1ea;
  color: var(--orange);
  display: grid;
  place-items: center;
  flex: 0 0 36px;
}
.stats__icon svg { width: 18px; height: 18px; fill: currentColor; }

.path { padding: 64px 0 40px; text-align: center; }
.path__row {
  margin-top: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.path__card { padding: 8px 12px; }
.path__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 16px;
  background: #fff1ea;
  color: var(--orange);
  display: grid;
  place-items: center;
}
.path__icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.path__icon--trophy { background: #fff6e8; color: #e2a12b; }
.path__card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.path__card p { color: var(--muted); }
.path__arrow { color: #cfc6bb; font-size: 1.4rem; padding-top: 18px; }

.methods { padding: 36px 0 20px; text-align: center; }
.methods__grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.methods__grid article {
  background: var(--paper);
  border-radius: 22px;
  padding: 28px 16px 24px;
  box-shadow: 0 8px 24px rgba(40, 28, 18, 0.04);
}
.methods__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: #fff1ea;
  color: var(--orange);
  display: grid;
  place-items: center;
}
.methods__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.methods__grid h3 { font-size: 1.12rem; margin-bottom: 6px; }
.methods__grid p { color: var(--muted); font-size: 0.95rem; }

.split-bar {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 18px;
  overflow: hidden;
  font-weight: 700;
}
.split-bar div {
  padding: 16px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.split-bar svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.split-bar div:first-child { background: var(--mint); color: #3d5a42; }
.split-bar div:last-child { background: var(--peach); color: #8a4b2b; }

.skills { padding: 72px 0 40px; }
.skills__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  column-gap: 64px;
  align-items: center;
}
.skills__left {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
}
.skills__left h2 {
  max-width: 12ch;
  font-size: clamp(1.7rem, 2.8vw, 2.25rem);
}
.skills__photo {
  display: block;
  width: min(100%, 420px);
  height: auto;
  border-radius: 0;
  background: transparent;
}
.skills__checks {
  align-self: center;
  padding-top: 8px;
}
.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px 36px;
}
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 500;
  font-size: 1.02rem;
  line-height: 1.35;
  color: var(--ink);
}
.checklist li::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 1px;
  border-radius: 50%;
  background: #eceae6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%235b8a62' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' d='M7 12.5l3.2 3.2L17 8.5'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.skills__extra {
  color: var(--muted);
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(27, 27, 27, 0.1);
  font-size: 0.98rem;
}

.lead { padding: 18px 0 48px; }
.lead__box {
  position: relative;
  width: 100%;
  background: #f8e6d6;
  border-radius: 32px;
  padding: 48px 40px 40px;
  text-align: center;
}
.lead__plane {
  position: absolute;
  right: 8%;
  top: 28px;
  width: 54px;
  height: 54px;
  fill: none;
  stroke: #c98b63;
  stroke-width: 2;
  opacity: 0.7;
}
.lead__pay {
  margin: 28px auto 0;
  min-width: 220px;
}

.footer { padding: 8px 0 28px; }
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 1100px) {
  .nav { gap: 18px; }
  h1 { font-size: clamp(2rem, 4vw, 3rem); }
  .hero__visual { max-height: min(360px, 42vh); }
  .stats__row li { padding: 8px 6px; gap: 6px; }
  .stats__row strong { font-size: 0.92rem; }
  .methods__grid { gap: 12px; }
}

@media (max-width: 900px) {
  .nav, .header__cta { display: none; }
  .nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--bg);
    padding: 8px 20px 20px;
    gap: 14px;
  }
  .header.open .header__cta { display: inline-flex; margin: 0 20px 16px auto; }
  .menu-btn { display: flex; margin-left: auto; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual {
    aspect-ratio: 16 / 10;
    max-height: 320px;
  }
  .stats__row { margin-top: 22px; }
  .stats__row, .methods__grid { grid-template-columns: 1fr 1fr; }
  .stats__row li:nth-child(2) { border-right: 0; }
  .path__row { grid-template-columns: 1fr; }
  .path__arrow { display: none; }
  .skills__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .skills__photo {
    width: min(360px, 100%);
  }
  .checklist { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 560px) {
  .stats__row { grid-template-columns: 1fr; }
  .stats__row li { border-right: 0; border-bottom: 1px solid var(--line); justify-content: flex-start; }
  .stats__row li:last-child { border-bottom: 0; }
  .methods__grid { grid-template-columns: 1fr 1fr; }
}
