@font-face {
  font-family: Inter;
  src: url('/assets/fonts/inter-latin-opsz-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
:root {
  font-family: Inter, Arial, sans-serif;
  color: #111827;
  background: #fff;
  --blue: #387df6;
  --muted: #566071;
  --shell: min(1677.5px, calc(100% - 40px));
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
.site-header {
  width: var(--shell);
  height: 107.5px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header img {
  width: 160px;
  height: auto;
}
.site-header > a:last-child {
  font-size: 17.5px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 5;
  padding: 14px;
  background: #fff;
}
.skip-link:focus {
  top: 10px;
}
.site-footer {
  width: var(--shell);
  margin: 70px auto 30px;
  display: flex;
  gap: 25px;
  color: var(--muted);
  font-size: 15px;
}
.site-footer span {
  margin-right: auto;
}
.story-hero {
  width: min(1240px, calc(100% - 48px));
  margin: 50px auto 0;
}
.story-back {
  font-size: 15px;
  color: var(--muted);
}
.story-title {
  max-width: 1030px;
  margin: 35px 0 24px;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 550;
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.story-title span {
  color: var(--blue);
}
.story-deck {
  max-width: 730px;
  font-size: 21px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 35px;
}
.story-cover {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}
.story-cover > img:first-child {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.story-cover:after {
  content: '';
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, #0008);
}
.story-cover .enve-mark {
  position: absolute;
  z-index: 1;
  bottom: 35px;
  left: 35px;
  width: 180px;
  filter: brightness(0) invert(1);
}
.story-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 34px 0;
  border-bottom: 1px solid #e5e7eb;
  margin: 0;
}
.story-facts div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.story-facts dt {
  color: var(--blue);
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -0.035em;
}
.story-facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}
.story-layout {
  width: min(1240px, calc(100% - 48px));
  margin: 65px auto 110px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: start;
  gap: 70px;
}
.story-body {
  min-width: 0;
}
.story-body > :first-child {
  margin-top: 0;
}
.facts-rail {
  position: sticky;
  top: 30px;
}
.facts-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 26px;
}
.facts-card h2 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 550;
  letter-spacing: -0.03em;
}
.facts-card dl {
  margin: 0;
}
.fact + .fact {
  margin-top: 23px;
}
.fact dt {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 6px;
}
.fact dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.story-body .story-quote p {
  font-size: 25px;
  line-height: 1.55;
  color: #111827;
  letter-spacing: -0.025em;
}
.story-opening-quote {
  padding-top: 0;
}
.story-steps,
.playbook-list {
  padding-left: 23px;
}
.story-steps li,
.playbook-list li {
  padding-left: 8px;
  margin-bottom: 14px;
}
.story-detail figcaption {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
}
.results {
  list-style: none;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 24px;
  border-top: 1px solid #e5e7eb;
}
.result {
  padding: 24px 0;
  border-bottom: 1px solid #e5e7eb;
}
.result__value {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 550;
  color: var(--blue);
  letter-spacing: -0.05em;
}
.story-body .result p {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0 0;
}
.closing-copy a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.story-body section {
  margin: 55px 0;
}
.story-body h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.045em;
  font-weight: 550;
  margin: 0 0 22px;
}
.story-body p,
.story-body li {
  font-size: 18px;
  line-height: 1.8;
  color: #374151;
}
.story-body p {
  margin: 0 0 20px;
}
.story-body ul {
  padding-left: 23px;
}
.story-quote {
  margin: 45px 0;
  padding: 30px 0 30px 28px;
  border-left: 3px solid var(--blue);
}
.story-quote blockquote {
  margin: 0;
  font-size: 25px;
  line-height: 1.55;
  letter-spacing: -0.02em;
}
.story-quote figcaption {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
}
.story-detail {
  margin: 45px 0;
}
.story-detail img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  border-radius: 16px;
}
.story-cta {
  padding: 35px 0;
  border-top: 1px solid #e5e7eb;
}
.story-cta h2 {
  max-width: 620px;
}
.text-link {
  font-size: 18px;
  font-weight: 550;
}
.text-link span {
  margin-left: 12px;
}
.book-layout {
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  margin: 0 auto;
  padding: 120px 0 150px;
  min-height: calc(100svh - 107.5px);
  align-items: center;
}
.book-intro h1 {
  font-size: clamp(40px, 4.2vw, 60px);
  line-height: 1.1;
  letter-spacing: -0.055em;
  font-weight: 550;
  margin: 20px 0 25px;
}
.book-intro h1 span {
  color: var(--blue);
}
.book-intro > p {
  font-size: 19px;
  line-height: 1.7;
  color: var(--muted);
}
.book-proof {
  margin: 44px 0 0;
  padding-top: 30px;
  border-top: 1px solid #e5e7eb;
}
.book-proof .book-proof-company {
  color: #225bb0;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 18px;
}
.book-proof blockquote {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}
.book-proof figcaption {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}
.booking-form {
  padding: 34px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}
.field--wide {
  grid-column: 1/-1;
}
.field label {
  font-size: 14px;
  font-weight: 550;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #d9dee7;
  border-radius: 8px;
  background: #fff;
  padding: 13px 12px;
  font-size: 16px;
  color: #111827;
}
.field textarea {
  resize: vertical;
  min-height: 96px;
}
.field label span {
  color: var(--muted);
  font-weight: 400;
}
.booking-form button {
  border: 0;
  border-radius: 9px;
  background: var(--blue);
  color: white;
  width: 100%;
  padding: 15px;
  margin-top: 25px;
  font-weight: 550;
  cursor: pointer;
}
.booking-form button:hover {
  background: #2468df;
}
.form-note {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin: 14px 0 0;
}
.form-note a {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .story-layout {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 32px;
  }
  .facts-card {
    padding: 20px;
  }
  .book-layout {
    gap: 40px;
  }
  .story-detail {
    margin-inline: 0;
  }
  .booking-form {
    padding: 24px;
  }
}
@media (max-width: 650px) {
  .story-layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 35px;
    width: calc(100% - 32px);
  }
  .facts-rail {
    position: static;
    order: -1;
    width: 100%;
  }
  .facts-card dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .fact + .fact {
    margin-top: 0;
  }
  .story-body .story-quote p {
    font-size: 21px;
  }
  .results {
    grid-template-columns: 1fr 1fr;
  }
  .result__value {
    font-size: 38px;
  }
  :root {
    --shell: calc(100% - 28px);
  }
  .site-header {
    height: 90px;
  }
  .site-header img {
    width: 145px;
  }
  .site-header > a:last-child {
    font-size: 15px;
  }
  .story-hero {
    margin-top: 25px;
    width: calc(100% - 32px);
  }
  .story-title {
    font-size: 40px;
    margin-top: 25px;
  }
  .story-deck {
    font-size: 18px;
  }
  .story-cover > img:first-child {
    height: 260px;
  }
  .story-cover .enve-mark {
    width: 110px;
    left: 22px;
    bottom: 22px;
  }
  .story-facts {
    gap: 18px;
    padding: 25px 0;
  }
  .story-facts dt {
    font-size: 24px;
  }
  .story-facts dd {
    font-size: 12px;
  }
  .story-body {
    width: 100%;
  }
  .story-body h2 {
    font-size: 29px;
  }
  .story-body p,
  .story-body li {
    font-size: 16px;
  }
  .story-quote {
    padding-left: 20px;
  }
  .story-quote blockquote {
    font-size: 21px;
  }
  .site-footer {
    flex-wrap: wrap;
    font-size: 13px;
    margin-top: 50px;
  }
  .site-footer span {
    flex-basis: 100%;
  }
  .book-layout {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 65px 0 95px;
    min-height: auto;
    gap: 50px;
  }
  .book-intro h1 {
    font-size: 40px;
  }
  .book-proof {
    margin-top: 32px;
  }
  .booking-form {
    padding: 22px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field {
    grid-column: 1;
  }
  .book-intro > p {
    font-size: 17px;
  }
}
.site-header img {
  filter: brightness(0);
}
.story-title span {
  display: inline-block;
}
