:root {
  --ink:   #1a1a2e;
  --muted: #52525b;
  --faint: #71717a;
  --line:  #e4e4e7;
  --teal:  #2b5e5a;
  --serif: 'Fraunces', Georgia, serif;
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
  background-color: #e9ebee;
}

.content { max-width: 680px; margin: 0 auto; padding: 2.5em 1.5em; }

.topnav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(233, 235, 238, .92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.topnav-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: .85em 1.5em;
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.topnav-brand {
  display: flex;
  align-items: center;
  gap: .5em;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
.topnav-brand:hover { text-decoration: none; }
.topnav-brand img { height: 18px; width: auto; display: block; }
.topnav-links {
  display: flex;
  gap: 1.25em;
  flex: 1;
}
.topnav-links a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.topnav-links a:hover { color: var(--teal); }
.btn-sm { font-size: 12.5px; padding: .45em .9em; flex-shrink: 0; }

.hero {
  background: linear-gradient(180deg, #1a3b38 0%, #214844 100%);
  color: #fff;
}
.hero-inner {
  padding-top: clamp(3em, 9vh, 5.5em);
  padding-bottom: 2.25em;
}
.hero .lockup img { filter: brightness(0) invert(1); }
.hero .wordmark { color: #fff; }
.hero .tag { color: rgba(255, 255, 255, .65); }
.hero h1 { color: #fff; }
.hero h1 em { color: #6fd6cc; }
.hero .btn-secondary { border-color: rgba(255, 255, 255, .3); color: #fff; }
.hero .btn-secondary:hover { border-color: #6fd6cc; color: #6fd6cc; }

.lockup {
  display: flex;
  align-items: center;
  gap: .6em;
  margin-bottom: 1.75em;
}
.lockup img { height: 30px; width: auto; display: block; }
.lockup .wordmark {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -.01em;
}
.tag {
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--faint);
  margin-bottom: 1.5em;
}

h1 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(32px, 7vw, 48px);
  line-height: 1.1;
  letter-spacing: -.015em;
  margin-bottom: .4em;
}
h1 em { color: var(--teal); }

.lead { font-size: 17px; color: var(--muted); max-width: 46ch; margin-bottom: 1.5em; }

h2 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--teal);
  margin-top: 2.25em;
  margin-bottom: .75em;
  padding-bottom: .5em;
  border-bottom: 1px solid var(--line);
}

h3 {
  font-weight: 600;
  font-size: 17px;
  margin-top: 1.2em;
  margin-bottom: .3em;
}

p { margin-bottom: .75em; }
.muted { color: var(--muted); font-size: 14px; }

ul, ol { margin-left: 1.5em; margin-bottom: .75em; }
li { margin-bottom: .4em; }

.operate-list {
  list-style: none;
  margin-left: 0;
}
.operate-list li {
  display: flex;
  align-items: flex-start;
  gap: .85em;
  margin-bottom: .6em;
}
.operate-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(43, 94, 90, .1);
  color: var(--teal);
  font-family: var(--serif);
  font-weight: 700;
  font-size: 11.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .1em;
}

a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }

.cta-row { display: flex; gap: .75em; flex-wrap: wrap; margin: 1.25em 0; }
.btn {
  font-size: 13.5px;
  font-weight: 600;
  padding: .55em 1.1em;
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-block;
}
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: #1e4440; }
.btn-secondary { border-color: var(--line); color: var(--ink); }
.btn-secondary:hover { border-color: var(--teal); color: var(--teal); }

.rung { position: relative; border-left: 2px solid var(--teal); padding-left: 1em; margin-bottom: 1.25em; }
.case {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.1em 1.25em;
  margin-bottom: 1.25em;
}
.case-num {
  position: absolute;
  top: 1em;
  right: 1.1em;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 12px;
  color: var(--faint);
}
.case h3 { font-size: 19px; margin-top: 0; padding-right: 2em; }
.case .stats { color: var(--teal); font-weight: 600; font-size: 13.5px; margin-bottom: 0; }

details { border-bottom: 1px solid var(--line); padding: .75em 0; }
details:first-of-type { border-top: 1px solid var(--line); }
summary {
  font-weight: 600;
  font-size: 14.5px;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::before { content: '+ '; color: var(--teal); font-weight: 700; }
details[open] summary::before { content: '– '; }
details p { margin-top: .5em; margin-bottom: 0; color: var(--muted); }

.centered { text-align: center; }
.centered .cta-row { justify-content: center; }
.centered h2 { border-bottom: none; }
.centered .lead { margin: 0 auto 1em; }

.fine-print { font-size: 12px; }
.fine-print.italic { font-style: italic; }

.team { display: flex; flex-direction: column; gap: .9em; margin-bottom: .75em; }
.member { display: flex; align-items: center; gap: .9em; }
.member p { margin-bottom: 0; }
.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--line);
}
.site-footer {
  margin-top: 3em;
  padding-top: 1.5em;
  border-top: 1px solid var(--line);
  font-size: 12.5px;
  color: var(--faint);
}
.site-footer a { color: var(--faint); }
.site-footer a:hover { color: var(--teal); }

.avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--faint);
}

@media (max-width: 600px) {
  .topnav-links { display: none; }
  .topnav-inner { justify-content: space-between; }
}


/* Hero composition (V4): message left, action path right.
   LHS carries the people-first message plus operator proof; the RHS card
   answers "what happens if I book?" — three steps and the $50k guarantee. */
.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 4em;
  align-items: center;
  padding-top: 4.5em;
  padding-bottom: 4em;
}
.hero-big {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -.025em;
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.12;
  color: #fff;
}
.stanza {
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: .01em;
  font-size: clamp(16px, 1.4vw, 19px);
  color: #6fd6cc;
  margin: .7em 0 0;
}
.hero .proof {
  margin: 1.3em 0 0;
  font-size: 16px;
  color: rgba(255, 255, 255, .82);
  max-width: 46ch;
}
.hero .btn-primary { background: #6fd6cc; color: #12332f; }
.hero .btn-primary:hover { background: #8fe2da; }

.hero-steps {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  padding: 1.5em 1.6em;
}
.steps-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6fd6cc;
  margin-bottom: 1em;
}
.steps { list-style: none; margin: 0; padding: 0; }
.steps li {
  display: flex;
  gap: .85em;
  padding: .7em 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 0;
}
.steps li:first-child { border-top: 0; padding-top: 0; }
.steps div { font-size: 13.5px; color: rgba(255, 255, 255, .68); line-height: 1.5; }
.steps strong { font-family: var(--serif); font-size: 16.5px; color: #fff; letter-spacing: -.01em; }
.step-num { font-family: var(--serif); font-weight: 700; font-size: 11px; color: #6fd6cc; margin-top: .35em; flex-shrink: 0; }
.steps-guarantee {
  margin: 1.1em 0 0;
  padding-top: 1em;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-family: var(--serif);
  font-size: 15.5px;
  line-height: 1.45;
  color: #fff;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5em; align-items: start; }
}

/* Crayon underline — Buttondown's stroke, recolored */
.crayon { position: relative; z-index: 0; }
.crayon-svg {
  position: absolute;
  left: -10%;
  top: 72%;
  width: 130%;
  height: .58em;
  fill: #6fd6cc;
  z-index: -1;
  pointer-events: none;
}

.hero-inner { max-width: 1080px; }

/* Journey stages */
.stages { list-style: none; padding-left: 0; }
.stages li { margin-bottom: .65em; }

/* Smooth anchor scrolling; keep section titles clear of the sticky nav */
html { scroll-behavior: smooth; }
h2[id], header[id] { scroll-margin-top: 4.5em; }

/* Mobile: comfortable tap targets, tighter hero indents */
@media (max-width: 600px) {
  .btn { padding: .85em 1.25em; font-size: 14px; }
  .btn-sm { padding: .6em 1em; }
}

/* 3. Serif carries through: h3s in Fraunces */
h3 { font-family: var(--serif); font-weight: 700; letter-spacing: -.01em; }

/* Crayon rule of one: the hand-drawn mint gesture appears exactly once on
   this page — under "right" in the hero headline. Do not add more. */

/* 2. Dark bookend close */
.closer {
  background: linear-gradient(180deg, #1a3b38 0%, #214844 100%);
  color: #fff;
  margin-top: 2.5em;
}
.closer .content { padding: 3em 1.5em; }
.closer h2 {
  color: #fff;
  border-bottom: none;
  font-family: var(--serif);
  font-size: 26px;
  text-transform: none;
  letter-spacing: -.01em;
  margin-top: 0;
}
.closer p { color: rgba(255, 255, 255, .75); }
.closer .btn-primary { background: #fff; color: var(--teal); }
.closer .btn-primary:hover { background: #d9f3f0; }
.footer-wrap { padding-top: 0; }
.footer-wrap .site-footer { margin-top: 1em; border-top: none; }

.hero .cta-row { justify-content: flex-start; margin-top: 2.2em; margin-bottom: 0; }


