/*
  Adobe Fonts setup for IvyPresto Text Regular
  ---------------------------------------------
  The masthead keeps the original stacked uppercase format:

      THE
      HARDER
      PATH

  To activate IvyPresto Text Regular from Adobe Fonts:
  1) In Adobe Fonts, create a Web Project containing IvyPresto Text Regular.
  2) Copy the CSS embed link from Adobe, e.g.
     <link rel="stylesheet" href="https://use.typekit.net/xxxxxxx.css">
  3) Paste that link into index.html where marked: ADOBE FONTS EMBED FOR IVYPRESTO TEXT REGULAR.
  4) Confirm the Adobe CSS family name. This file assumes the family name is "ivypresto-text".
     If Adobe shows a different CSS family name, replace "ivypresto-text" in --wordmark below.

  Do not upload Adobe Fonts font files to this package. Adobe Fonts webfont licensing uses
  Adobe's embed code/CDN, not self-hosted font files.
*/

:root {
  --black: #111111;
  --salt: #F5F4F1;
  --salt-2: #ECEAE3;
  --granite: #6F6F6A;
  --granite-dark: #2A2A27;
  --deep: #1B2733;
  --blue-grey: #7E95A9;
  --line: rgba(17, 17, 17, .13);
  --white-line: rgba(245, 244, 241, .25);
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "IBM Plex Sans", Inter, Arial, sans-serif;
  --wordmark: "ivypresto-text", "IvyPresto Text", "IvyPresto Text Regular", "Source Serif 4", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--salt);
  color: var(--black);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  left: 20px;
  top: 20px;
  width: auto;
  height: auto;
  background: var(--salt);
  color: var(--black);
  padding: 12px 16px;
  z-index: 99;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 88px;
  padding: 0 clamp(24px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(245,244,241,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  font-family: var(--wordmark);
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  letter-spacing: -.055em;
  line-height: .88;
  text-transform: uppercase;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
}
.primary-nav a {
  text-decoration: none;
  opacity: .82;
}
.primary-nav a:hover { opacity: 1; }
.nav-cta {
  padding: 14px 18px;
  background: var(--black);
  color: var(--salt);
  border-radius: 2px;
  opacity: 1 !important;
}

.hero {
  min-height: 710px;
  display: grid;
  align-items: center;
  padding: clamp(72px, 8vw, 118px) clamp(28px, 8vw, 110px);
  color: var(--salt);
  background-image:
    linear-gradient(90deg, rgba(17,17,17,.96) 0%, rgba(17,17,17,.86) 34%, rgba(17,17,17,.42) 66%, rgba(17,17,17,.04) 100%),
    url('hero-the-harder-path.jpg');
  background-size: cover;
  background-position: center right;
}
.hero__content { max-width: 690px; }
.eyebrow {
  margin: 0 0 26px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .24em;
  font-weight: 700;
  text-transform: uppercase;
  color: inherit;
  opacity: .72;
}
h1, h2, h3 { margin-top: 0; }
.hero h1 {
  margin-bottom: 26px;
  font-family: var(--serif);
  font-size: clamp(56px, 7.8vw, 108px);
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: .92;
  max-width: 860px;
}
.short-rule {
  width: 72px;
  height: 2px;
  margin: 0 0 28px;
  background: var(--blue-grey);
}
.hero__lead {
  max-width: 600px;
  margin: 0 0 16px;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.42;
  font-weight: 500;
}
.hero__body {
  max-width: 540px;
  margin: 0 0 34px;
  font-size: 17px;
  line-height: 1.64;
  color: rgba(245,244,241,.84);
}
.hero-action-shell { margin: 0; max-width: 590px; }
.subscribe-shell { margin: 0; max-width: 590px; }
.subscribe-shell--hero { color: var(--black); }
.fallback-subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 190px;
  padding: 0 24px;
  background: var(--salt);
  color: var(--black);
  border: 1px solid rgba(245,244,241,.7);
  border-radius: 2px;
  font-weight: 700;
  text-decoration: none;
}
.fallback-subscribe--light {
  background: var(--salt);
  color: var(--black);
  border-color: var(--salt);
}
.form-note {
  margin: 14px 0 0;
  color: rgba(245,244,241,.68);
  font-size: 13px;
  line-height: 1.5;
}
.form-note--dark { color: rgba(245,244,241,.68); }
/* Beehiiv bottom form: centred, bottom CTA only */
.subscribe-shell--dark {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.beehiiv-form-center {
  width: min(312px, calc(100vw - 48px));
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.beehiiv-form-center > script {
  display: none !important;
}

.beehiiv-form-center > iframe,
.beehiiv-form-center > div,
.beehiiv-form-center > form,
.beehiiv-form-center > section {
  display: block !important;
  width: min(312px, calc(100vw - 48px)) !important;
  max-width: 312px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.beehiiv-form-center iframe {
  border: 0 !important;
}


.section { padding: clamp(70px, 8vw, 112px) clamp(28px, 8vw, 110px); }
.container { max-width: 1180px; margin: 0 auto; }
.container--narrow { max-width: 860px; }
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
  gap: clamp(48px, 7vw, 84px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}
.copy-column h2,
.section--value h2,
.section--philosophy h2,
.section--stories h2,
.section--dark-cta h2 {
  font-family: var(--serif);
  font-weight: 630;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.copy-column h2 { font-size: clamp(40px, 4.8vw, 68px); margin-bottom: 28px; }
.copy-column p,
.section--philosophy p,
.section--stories p,
.note-panel p {
  font-size: 17px;
  line-height: 1.68;
  color: #171715;
}
.copy-column strong { font-weight: 700; }
.text-button, .inline-link {
  display: inline-flex;
  margin-top: 16px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
.story-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  margin: 18px 0 30px;
  padding: 0 22px;
  background: var(--salt-2);
  color: var(--black);
  border: 1px solid rgba(17, 17, 17, .22);
  border-radius: 2px;
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -.01em;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.story-button__icon {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.story-button:hover,
.story-button:focus-visible {
  background: var(--black);
  color: var(--salt);
  border-color: var(--black);
  transform: translateY(-1px);
}
.story-button:focus-visible {
  outline: 2px solid var(--blue-grey);
  outline-offset: 3px;
}
.stats-card {
  padding: 38px 34px 30px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.36);
  box-shadow: 0 24px 80px rgba(17,17,17,.055);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.stat {
  min-height: 150px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat__number {
  display: block;
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: clamp(42px, 4.5vw, 60px);
  letter-spacing: -.055em;
  line-height: .92;
}
.stat__label {
  display: block;
  max-width: 145px;
  font-size: 11px;
  line-height: 1.38;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}
.stats-card__line {
  margin: 26px auto 0;
  max-width: 360px;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.28;
  letter-spacing: -.02em;
  text-align: center;
  font-style: italic;
}

.section--origin { border-top: 1px solid var(--line); }
.section--value h2,
.section--philosophy h2,
.section--stories h2 { font-size: clamp(38px, 4.5vw, 64px); margin-bottom: 20px; }
.intro {
  max-width: 720px;
  margin: 0 0 44px;
  font-size: 18px;
  line-height: 1.6;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.value-card {
  min-height: 210px;
  padding: 30px 24px;
  background: var(--salt);
}
.number-pill {
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--black);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}
.value-card h3 { margin-bottom: 11px; font-size: 20px; letter-spacing: -.01em; }
.value-card p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--granite-dark); }
.dispatch-button-wrap {
  margin: 36px 0 0;
  text-align: center;
}
.closing-line {
  max-width: 810px;
  margin: 34px auto 0;
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.35;
  letter-spacing: -.025em;
  text-align: center;
  font-style: italic;
}
.section--philosophy { background: var(--salt-2); }
.section--philosophy p { font-size: 18px; }
.pull-quote {
  margin-top: 38px !important;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(26px, 3.5vw, 46px) !important;
  letter-spacing: -.04em;
  line-height: 1.08 !important;
}
.section--dark-cta {
  background: var(--black);
  color: var(--salt);
  text-align: center;
}
.section--dark-cta h2 {
  max-width: 900px;
  margin: 0 auto 18px;
  font-size: clamp(38px, 5.4vw, 74px);
}
.section--dark-cta p {
  max-width: 720px;
  margin: 0 auto 32px;
  color: rgba(245,244,241,.82);
  font-size: 19px;
  line-height: 1.56;
}
.split-grid--stories { grid-template-columns: minmax(0, .95fr) minmax(300px, .75fr); }
.note-panel {
  border-left: 3px solid var(--blue-grey);
  padding: 2px 0 2px 26px;
}
.note-panel h3 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(29px, 3vw, 43px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.site-footer {
  padding: 32px clamp(28px, 8vw, 110px) 52px;
  display: grid;
  grid-template-columns: 1.2fr .8fr 1.05fr;
  gap: 28px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.6;
  color: #222;
}
.site-footer a { text-decoration: none; border-bottom: 1px solid rgba(17,17,17,.28); }

@media (max-width: 940px) {
  .site-header { min-height: 78px; }
  .primary-nav a:not(.nav-cta) { display: none; }
  .hero {
    min-height: 690px;
    background-image:
      linear-gradient(180deg, rgba(17,17,17,.96) 0%, rgba(17,17,17,.74) 56%, rgba(17,17,17,.44) 100%),
      url('hero-the-harder-path.jpg');
    background-position: center center;
  }
  .split-grid, .split-grid--stories { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .brand { font-size: 23px; letter-spacing: -.05em; }
  .beehiiv-form-center,
  .beehiiv-form-center > iframe,
  .beehiiv-form-center > div,
  .beehiiv-form-center > form,
  .beehiiv-form-center > section {
    width: 100% !important;
    max-width: 100% !important;
  }
  .nav-cta { padding: 12px 14px; font-size: 13px; }
  .hero { min-height: 640px; padding-top: 62px; padding-bottom: 62px; }
  .hero h1 { font-size: clamp(48px, 15vw, 66px); }
  .value-grid, .stats-grid { grid-template-columns: 1fr; }
  .stat { min-height: 126px; }
  .section { padding-left: 24px; padding-right: 24px; }
}



/* Stable restore: pre-July text masthead, no SVG/script dependency */
.site-header .brand,
.site-header a.brand {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 0 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  font-family: var(--wordmark) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 25px !important;
  letter-spacing: -.055em !important;
  line-height: .88 !important;
  text-transform: uppercase !important;
  color: var(--black) !important;
}
.site-header .brand span,
.site-header a.brand span {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: .88 !important;
}
.section-button-wrap { margin: 30px 0 36px; }
.thp-dispatch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  background: var(--black);
  color: var(--salt);
  border: 1px solid var(--black);
  border-radius: 2px;
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -.01em;
}
.thp-dispatch-button:hover { background: transparent; color: var(--black); }
@media (max-width: 560px) {
  .site-header .brand,
  .site-header a.brand { font-size: 23px !important; letter-spacing: -.05em !important; }
}


/* ==========================================================================
   FINAL CACHE-PROOF MASTHEAD + BEEHIIV CENTERING FIX
   This overrides all earlier masthead experiments and works without JavaScript.
   ========================================================================== */
html body .site-header > a.brand,
html body header.site-header > a.brand,
html body .site-header > a.brand.tk-ivypresto-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 0 !important;
  width: auto !important;
  min-width: 74px !important;
  max-width: 92px !important;
  white-space: normal !important;
  overflow: visible !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  font-family: "ivypresto-text", "IvyPresto Text", "Source Serif 4", Georgia, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 25px !important;
  line-height: .86 !important;
  letter-spacing: -.055em !important;
  font-synthesis: none !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}
html body .site-header > a.brand span,
html body header.site-header > a.brand span,
html body .site-header > a.brand.tk-ivypresto-text span {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  line-height: .86 !important;
  text-align: left !important;
}
html body .site-header > a.brand svg,
html body .site-header > a.brand .brand-wordmark,
html body .site-header > a.brand .brand-fallback,
html body .site-header > a.brand .sr-only {
  display: none !important;
  visibility: hidden !important;
}
html body .site-header > a.brand::before,
html body .site-header > a.brand::after {
  content: none !important;
  display: none !important;
}
@media (max-width: 560px) {
  html body .site-header > a.brand,
  html body header.site-header > a.brand {
    font-size: 23px !important;
    min-width: 68px !important;
  }
}

/* Bottom Beehiiv form: centre the injected iframe/container without JS. */
html body #subscribe .subscribe-shell--dark,
html body .section--dark-cta .subscribe-shell--dark {
  width: 100% !important;
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}
html body #subscribe #beehiiv-bottom-form,
html body #subscribe .beehiiv-form-center,
html body .section--dark-cta #beehiiv-bottom-form,
html body .section--dark-cta .beehiiv-form-center {
  width: min(312px, calc(100vw - 48px)) !important;
  max-width: 312px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}
html body #subscribe #beehiiv-bottom-form > *,
html body #subscribe .beehiiv-form-center > *,
html body #subscribe #beehiiv-bottom-form iframe,
html body #subscribe .beehiiv-form-center iframe,
html body .section--dark-cta iframe[src*="beehiiv"],
html body .section--dark-cta iframe[src*="subscribe-forms"] {
  display: block !important;
  width: min(312px, calc(100vw - 48px)) !important;
  max-width: 312px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 0 !important;
}
html body #subscribe #beehiiv-bottom-form > script,
html body #subscribe .beehiiv-form-center > script {
  display: none !important;
}
@media (max-width: 640px) {
  html body #subscribe .subscribe-shell--dark,
  html body #subscribe #beehiiv-bottom-form,
  html body #subscribe .beehiiv-form-center,
  html body #subscribe #beehiiv-bottom-form > *,
  html body #subscribe .beehiiv-form-center > *,
  html body .section--dark-cta iframe[src*="beehiiv"],
  html body .section--dark-cta iframe[src*="subscribe-forms"] {
    max-width: 100% !important;
  }
}

/* Subscribe alignment guard: keep the Beehiiv embed visually centred in every browser. */
html,
body {
  overflow-x: hidden;
}

html body #subscribe.section--dark-cta {
  overflow: hidden;
}

html body #subscribe.section--dark-cta > .container {
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

html body #subscribe.section--dark-cta > .container > p {
  margin-left: auto !important;
  margin-right: auto !important;
}

html body #subscribe .subscribe-shell--dark,
html body #subscribe #beehiiv-bottom-form,
html body #subscribe .beehiiv-form-center,
html body #subscribe #beehiiv-bottom-form > div,
html body #subscribe .beehiiv-form-center > div,
html body #subscribe #beehiiv-bottom-form iframe,
html body #subscribe .beehiiv-form-center iframe {
  width: min(312px, calc(100vw - 48px)) !important;
  max-width: 312px !important;
  justify-self: center !important;
  align-self: center !important;
  margin-inline: auto !important;
}
