.home[data-astro-cid-lcdefpme] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px clamp(20px, 4vw, 64px) 0;
}

.hero[data-astro-cid-lcdefpme] {
  min-height: calc(100svh - 64px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
  padding: clamp(72px, 10vh, 128px) 0;
}

.hero-copy[data-astro-cid-lcdefpme] {
  max-width: 690px;
}

.eyebrow[data-astro-cid-lcdefpme], .section-label[data-astro-cid-lcdefpme], .ui-label[data-astro-cid-lcdefpme] {
  margin: 0;
  color: var(--text-quiet);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eyebrow[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--accent) 70%, transparent);
}

h1[data-astro-cid-lcdefpme] {
  margin: 22px 0 26px;
  font-size: clamp(50px, 6.2vw, 94px);
  line-height: .94;
  letter-spacing: -.058em;
  text-wrap: balance;
}

.hero-lead[data-astro-cid-lcdefpme] {
  max-width: 58ch;
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
}

.hero-actions[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.primary[data-astro-cid-lcdefpme] {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--accent);
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}

.primary[data-astro-cid-lcdefpme]:hover {
  background: color-mix(in srgb, var(--accent) 84%, white);
}

.secondary[data-astro-cid-lcdefpme] {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.secondary[data-astro-cid-lcdefpme]:hover {
  color: var(--type);
}

.hero-note[data-astro-cid-lcdefpme] {
  margin: 22px 0 0;
  color: var(--text-quiet);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 12px;
}

.product-window[data-astro-cid-lcdefpme] {
  min-width: 0;
  border: 1px solid var(--surface-6);
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--surface-2), var(--ground) 65%);
  box-shadow: 0 38px 120px #0000008c, 0 0 80px color-mix(in srgb, var(--accent) 7%, transparent);
}

.window-bar[data-astro-cid-lcdefpme] {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  border-bottom: 1px solid var(--surface-5);
  background: #ffffff04;
}

.window-bar[data-astro-cid-lcdefpme] > span[data-astro-cid-lcdefpme] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--surface-6);
}

.window-bar[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  margin: 0 auto 0 9px;
  color: var(--text-quiet);
  font-size: 10px;
}

.window-body[data-astro-cid-lcdefpme] {
  padding: clamp(24px, 3.2vw, 48px);
}

.week-heading[data-astro-cid-lcdefpme] {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
}

.week-title[data-astro-cid-lcdefpme] {
  margin: 10px 0 0;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.045em;
}

.week-source[data-astro-cid-lcdefpme] {
  margin: 0;
  color: var(--text-quiet);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
}

.week-composition[data-astro-cid-lcdefpme] {
  margin: 28px 0 20px;
}

.composition-head[data-astro-cid-lcdefpme] {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--text-quiet);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.composition-head[data-astro-cid-lcdefpme] small[data-astro-cid-lcdefpme] {
  color: var(--text-muted);
  font: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.composition-bar[data-astro-cid-lcdefpme] {
  height: 8px;
  display: flex;
  gap: 3px;
  margin: 12px 0 11px;
}

.composition-bar[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme] {
  display: block;
  min-width: 8px;
}

.composition-bar[data-astro-cid-lcdefpme] .swim[data-astro-cid-lcdefpme] {
  flex: 245;
  background: var(--surface-6);
}

.composition-bar[data-astro-cid-lcdefpme] .bike[data-astro-cid-lcdefpme] {
  flex: 750;
  background: var(--accent);
}

.composition-bar[data-astro-cid-lcdefpme] .run[data-astro-cid-lcdefpme] {
  flex: 358;
  background: var(--text-muted);
}

.composition-key[data-astro-cid-lcdefpme] {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  color: var(--text-quiet);
  font-size: 9px;
}

.composition-key[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.composition-key[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme] {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: var(--surface-6);
}

.composition-key[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme].bike {
  background: var(--accent);
}

.composition-key[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme].run {
  background: var(--text-muted);
}

.composition-key[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme] {
  color: var(--type);
  font-weight: 600;
}

.week-list[data-astro-cid-lcdefpme] {
  border-top: 1px solid var(--surface-5);
}

.week-day[data-astro-cid-lcdefpme] {
  min-height: 45px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--surface-5);
}

.week-day[data-astro-cid-lcdefpme] > div[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.week-day[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  color: var(--type);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.week-day[data-astro-cid-lcdefpme] small[data-astro-cid-lcdefpme] {
  color: var(--text-quiet);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 9px;
  white-space: nowrap;
}

.week-day[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  min-width: 0;
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 11px;
  line-height: 1.45;
}

.week-day[data-astro-cid-lcdefpme] b[data-astro-cid-lcdefpme] {
  font-weight: 500;
}

.week-day[data-astro-cid-lcdefpme] em[data-astro-cid-lcdefpme] {
  color: var(--surface-6);
  font-style: normal;
}

.method-strip[data-astro-cid-lcdefpme] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.method-strip[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  padding: 7px 9px;
  border: 1px solid var(--surface-6);
  border-radius: 999px;
  color: var(--text-quiet);
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.range[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 12px 0 4px;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 700;
  letter-spacing: -.055em;
  font-variant-numeric: tabular-nums;
}

.range[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  color: var(--surface-6);
  font-size: .5em;
  font-weight: 400;
}

.range-note[data-astro-cid-lcdefpme] {
  max-width: 46ch;
  margin: 0;
  color: var(--text-quiet);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.range-track[data-astro-cid-lcdefpme] {
  position: relative;
  height: 2px;
  margin: 28px 0 22px;
  background: var(--surface-6);
}

.range-track[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme] {
  position: absolute;
  inset: 0 17% 0 8%;
  background: var(--type);
}

.range-track[data-astro-cid-lcdefpme] b[data-astro-cid-lcdefpme] {
  position: absolute;
  left: 62%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  translate: -50% -50%;
  background: var(--accent);
  box-shadow: 0 0 16px var(--accent);
}

.leg-grid[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--surface-5);
}

.leg-grid[data-astro-cid-lcdefpme] div[data-astro-cid-lcdefpme] {
  display: grid;
  gap: 7px;
  padding: 20px 14px 20px 0;
  min-width: 0;
}

.leg-grid[data-astro-cid-lcdefpme] div[data-astro-cid-lcdefpme] + div[data-astro-cid-lcdefpme] {
  border-left: 1px solid var(--surface-5);
  padding-left: 18px;
}

.leg-grid[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme], .decision[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  color: var(--text-quiet);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.leg-grid[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme] {
  font-size: clamp(15px, 1.35vw, 19px);
  font-variant-numeric: tabular-nums;
}

.leg-grid[data-astro-cid-lcdefpme] small[data-astro-cid-lcdefpme] {
  color: var(--text-quiet);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 10px;
}

.decision[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding-top: 22px;
}

.decision[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.proof-strip[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--surface-5);
}

.proof-strip[data-astro-cid-lcdefpme] div[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding-right: 24px;
}

.proof-strip[data-astro-cid-lcdefpme] div[data-astro-cid-lcdefpme] + div[data-astro-cid-lcdefpme] {
  border-left: 1px solid var(--surface-5);
  padding-left: 28px;
}

.proof-strip[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme] {
  color: var(--accent);
  font-size: 11px;
}

.proof-strip[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  color: var(--text-muted);
  font-size: 13px;
}

.product-section[data-astro-cid-lcdefpme], .paths[data-astro-cid-lcdefpme], .library[data-astro-cid-lcdefpme] {
  padding: clamp(92px, 14vh, 170px) 0;
  border-bottom: 1px solid var(--surface-5);
}

.product-section[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(440px, 1.15fr);
  gap: clamp(56px, 9vw, 140px);
  align-items: center;
}

.section-copy[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme], .paths[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme], .library[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme], .closing[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  margin: 17px 0 24px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.048em;
  text-wrap: balance;
}

.section-copy[data-astro-cid-lcdefpme] > p[data-astro-cid-lcdefpme]:not(.section-label), .library[data-astro-cid-lcdefpme] header[data-astro-cid-lcdefpme] > p[data-astro-cid-lcdefpme] {
  color: var(--text-muted);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.section-copy[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
  display: inline-flex;
  gap: 9px;
  margin-top: 26px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--surface-6);
  padding-bottom: 4px;
}

.evidence-panel[data-astro-cid-lcdefpme] {
  border: 1px solid var(--surface-6);
  border-radius: 12px;
  background: var(--surface-1);
  padding: clamp(24px, 3vw, 42px);
}

.panel-head[data-astro-cid-lcdefpme] {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.panel-head[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme], .evidence-panel[data-astro-cid-lcdefpme] > p[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  color: var(--text-quiet);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.panel-head[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
  color: var(--type);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.panel-head[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.race-sequence[data-astro-cid-lcdefpme] {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 42px 0 0;
  padding: 26px 0;
  border-block: 1px solid var(--surface-5);
  list-style: none;
}

.race-sequence[data-astro-cid-lcdefpme]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 17px;
  height: 1px;
  background: var(--surface-6);
}

.race-sequence[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme] {
  position: relative;
  display: grid;
  gap: 5px;
  min-width: 0;
}

.race-sequence[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--accent) 55%, transparent);
}

.race-sequence[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  color: var(--text-quiet);
  font-size: 9px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.race-sequence[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme] {
  font-size: clamp(22px, 2.6vw, 34px);
  letter-spacing: -.035em;
}

.race-sequence[data-astro-cid-lcdefpme] small[data-astro-cid-lcdefpme] {
  color: var(--text-muted);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 11px;
}

.evidence-panel[data-astro-cid-lcdefpme] > p[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  margin: 20px 0 0;
  color: var(--text-muted);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.paths[data-astro-cid-lcdefpme] header[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: start;
  gap: 48px;
  margin-bottom: 64px;
}

.paths[data-astro-cid-lcdefpme] header[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  margin-top: -8px;
}

.path-grid[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--surface-5);
  border-radius: 12px;
  overflow: hidden;
}

.path-grid[data-astro-cid-lcdefpme] article[data-astro-cid-lcdefpme] {
  padding: clamp(28px, 4vw, 58px);
  background: linear-gradient(150deg, var(--surface-2), var(--ground) 70%);
}

.path-grid[data-astro-cid-lcdefpme] article[data-astro-cid-lcdefpme] + article[data-astro-cid-lcdefpme] {
  border-left: 1px solid var(--surface-5);
}

.path-index[data-astro-cid-lcdefpme] {
  color: var(--text-quiet);
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.path-grid[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme] {
  max-width: 16ch;
  margin: 28px 0 16px;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.path-grid[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme], .path-grid[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme] {
  color: var(--text-muted);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.path-grid[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  max-width: 46ch;
}

.path-grid[data-astro-cid-lcdefpme] ul[data-astro-cid-lcdefpme] {
  list-style: none;
  padding: 20px 0;
  margin: 22px 0;
  border-block: 1px solid var(--surface-5);
}

.path-grid[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme] + li[data-astro-cid-lcdefpme] {
  margin-top: 7px;
}

.path-grid[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:before {
  content: "✓";
  margin-right: 10px;
  color: var(--text-quiet);
}

.path-grid[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
  display: inline-flex;
  gap: 9px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.case-study[data-astro-cid-lcdefpme] {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10vh min(9vw, 120px);
  border-bottom: 1px solid var(--surface-5);
}

.quote-mark[data-astro-cid-lcdefpme] {
  margin: 0;
  color: var(--accent);
  font-size: 70px;
  line-height: .6;
}

blockquote[data-astro-cid-lcdefpme] {
  max-width: 25ch;
  margin: 30px 0 34px;
  font-size: clamp(34px, 5vw, 70px);
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.case-study[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
  width: fit-content;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--text-muted);
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.case-study[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  color: var(--type);
  font-weight: 700;
}

.case-study[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] b[data-astro-cid-lcdefpme] {
  color: var(--accent);
}

.library[data-astro-cid-lcdefpme] header[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 54px;
}

.library[data-astro-cid-lcdefpme] header[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  margin-bottom: 0;
}

.library[data-astro-cid-lcdefpme] header[data-astro-cid-lcdefpme] > p[data-astro-cid-lcdefpme] {
  margin: 0;
}

.library-grid[data-astro-cid-lcdefpme] {
  border: 1px solid var(--surface-5);
}

.library-grid[data-astro-cid-lcdefpme] > div[data-astro-cid-lcdefpme] {
  background: var(--ground);
  padding: clamp(24px, 3vw, 44px);
}

.library-grid[data-astro-cid-lcdefpme] > div[data-astro-cid-lcdefpme] > p[data-astro-cid-lcdefpme] {
  margin: 0 0 20px;
  color: var(--text-quiet);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.library-grid[data-astro-cid-lcdefpme] ul[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 5vw, 80px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.library-grid[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme] {
  border-top: 1px solid var(--surface-5);
}

.library-grid[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] {
  min-height: 53px;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 13px;
  text-decoration: none;
}

.library-grid[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover {
  color: var(--type);
}

.library-grid[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme] {
  color: var(--text-quiet);
  font-size: 10px;
}

.library-grid[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme] b[data-astro-cid-lcdefpme] {
  color: var(--surface-6);
}

.closing[data-astro-cid-lcdefpme] {
  min-height: 76vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.closing[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  max-width: 18ch;
}

.closing[data-astro-cid-lcdefpme] .primary[data-astro-cid-lcdefpme] {
  margin-top: 14px;
}

@media (width <= 980px) {
  .hero[data-astro-cid-lcdefpme], .product-section[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }

  .hero[data-astro-cid-lcdefpme] {
    padding-top: 90px;
  }

  .product-window[data-astro-cid-lcdefpme] {
    width: min(760px, 100%);
  }

  .paths[data-astro-cid-lcdefpme] header[data-astro-cid-lcdefpme], .library[data-astro-cid-lcdefpme] header[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .paths[data-astro-cid-lcdefpme] header[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
    margin-top: 10px;
  }
}

@media (width <= 680px) {
  .home[data-astro-cid-lcdefpme] {
    padding-inline: 18px;
  }

  .hero[data-astro-cid-lcdefpme] {
    min-height: auto;
    padding: 92px 0 72px;
  }

  h1[data-astro-cid-lcdefpme] {
    font-size: clamp(46px, 14vw, 68px);
  }

  .hero-actions[data-astro-cid-lcdefpme] {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-window[data-astro-cid-lcdefpme] {
    border-radius: 9px;
  }

  .window-body[data-astro-cid-lcdefpme] {
    padding-inline: 18px;
  }

  .week-heading[data-astro-cid-lcdefpme] {
    gap: 14px;
  }

  .week-day[data-astro-cid-lcdefpme] {
    grid-template-columns: 72px 1fr;
  }

  .range[data-astro-cid-lcdefpme] {
    font-size: 14vw;
  }

  .leg-grid[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }

  .leg-grid[data-astro-cid-lcdefpme] div[data-astro-cid-lcdefpme] + div[data-astro-cid-lcdefpme] {
    border-left: 0;
    border-top: 1px solid var(--surface-5);
    padding-left: 0;
  }

  .decision[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .proof-strip[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }

  .proof-strip[data-astro-cid-lcdefpme] div[data-astro-cid-lcdefpme] + div[data-astro-cid-lcdefpme] {
    border-left: 0;
    border-top: 1px solid var(--surface-5);
    padding-left: 0;
  }

  .product-section[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }

  .race-sequence[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 0;
  }

  .race-sequence[data-astro-cid-lcdefpme]:before {
    top: 0;
    bottom: 0;
    left: 3px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .race-sequence[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme] {
    padding: 20px 0 20px 24px;
  }

  .race-sequence[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:before {
    top: 25px;
    left: 0;
  }

  .path-grid[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }

  .path-grid[data-astro-cid-lcdefpme] article[data-astro-cid-lcdefpme] + article[data-astro-cid-lcdefpme] {
    border-left: 0;
    border-top: 1px solid var(--surface-5);
  }

  .library[data-astro-cid-lcdefpme] header[data-astro-cid-lcdefpme] {
    gap: 22px;
  }

  .library-grid[data-astro-cid-lcdefpme] ul[data-astro-cid-lcdefpme] {
    grid-template-columns: 1fr;
  }

  .case-study[data-astro-cid-lcdefpme] {
    min-height: 64vh;
    padding-inline: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .product-window[data-astro-cid-lcdefpme] {
    animation: .7s cubic-bezier(.2, .72, .24, 1) both window-in;
  }

  @keyframes window-in {
    from {
      opacity: 0;
      transform: translateY(20px) scale(.985);
    }
  }
}
