/* Peloton homepage fidelity rebuild v0.3. Homepage only until approved. */
.page-home {
  --max: 1420px;
  --peloton-teal: #378498;
  --teal: #103f42;
  --teal-dark: #0b3337;
  --gold: #ae7725;
  --gold-light: #c88f37;
  --ivory: #f7f3ed;
  --header-cream: #fbf8f2;
  --line: #ddd4c8;
}
.page-home .container { max-width: var(--max); padding-left: 52px; padding-right: 52px; }
.page-home .site-header {
  height: 106px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--header-cream);
  border-bottom-color: #d9d0c3;
  transition: height 250ms ease, background-color 250ms ease, box-shadow 250ms ease;
}
.page-home .header-row { gap: 48px; }
.page-home .brand,
.page-home .footer-brand { display:block; flex-shrink:0; }
.page-home .brand {
  width: 362px;
  height: 72px;
  background: url('/assets/brand/peloton-lockup-horizontal-primary.svg?v=20260612-3') left center / contain no-repeat;
  transition: width 250ms ease, height 250ms ease;
}

/* Scrolled Header Overrides for Homepage */
body.header-scrolled.page-home .site-header {
  height: 72px;
  box-shadow: 0 4px 20px rgba(5, 47, 49, 0.06);
  background: var(--ivory);
}
body.header-scrolled.page-home .brand {
  width: 290px;
  height: 58px;
}
body.header-scrolled.page-home .nav .button {
  min-height: 46px;
  padding: 0 20px;
  font-size: 12px;
}
.page-home .footer-brand {
  width: 245px;
  height: 49px;
  background: url('/assets/brand/peloton-lockup-horizontal-reversed.svg?v=20260612-3') left center / contain no-repeat;
}
.page-home .brand > *,
.page-home .footer-brand > * { display:none; }
.page-home .nav { gap:38px; font-size:13px; letter-spacing:.015em; }
.page-home .nav .button { margin-left:5px; min-height:60px; padding:0 25px; }
.page-home .button,
.page-home .text-link,
.page-home .arrow { transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, color 200ms ease, transform 200ms ease, min-height 250ms ease, padding 250ms ease, font-size 250ms ease; }
.page-home .button,
.page-home .button:hover,
.page-home .button:focus-visible,
.page-home .button:active { transform:none; }
.page-home .button .arrow,
.page-home .text-link .arrow { display:inline-block; }
.page-home .button:hover .arrow,
.page-home .button:focus-visible .arrow,
.page-home .text-link:hover .arrow,
.page-home .text-link:focus-visible .arrow { transform:translateX(5px); }
.page-home .button-primary,
.page-home .button-secondary { position:relative; overflow:hidden; }
.page-home .button-primary::after,
.page-home .button-secondary::after { content:""; position:absolute; left:0; right:0; bottom:0; height:3px; background:var(--gold-light); transform:scaleX(.22); transform-origin:left; transition:transform 200ms ease, background-color 200ms ease; }
.page-home .button-primary:hover,
.page-home .button-primary:focus-visible { background:var(--teal-dark); border-color:var(--teal-dark); box-shadow:0 10px 22px rgba(5,47,49,.14); }
.page-home .button-primary:hover::after,
.page-home .button-primary:focus-visible::after,
.page-home .button-secondary:hover::after,
.page-home .button-secondary:focus-visible::after { transform:scaleX(1); }
.page-home .button-secondary:hover,
.page-home .button-secondary:focus-visible { background:var(--teal); border-color:var(--teal); color:var(--ivory); box-shadow:none; }
.page-home .button:focus-visible,
.page-home .text-link:focus-visible { outline:2px solid var(--gold-light); outline-offset:4px; }
.page-home .text-link { position:relative; }
.page-home .text-link::after { content:""; position:absolute; left:0; bottom:-5px; width:0; height:1px; background:var(--gold); transition:width 200ms ease; }
.page-home .text-link:hover::after,
.page-home .text-link:focus-visible::after { width:calc(100% - 34px); }
.page-home .hero .container {
  max-width: min(1500px, calc(100vw - 76px));
  padding-left: 24px;
  padding-right: 24px;
}
.page-home .hero-grid {
  grid-template-columns: minmax(520px, 4.2fr) minmax(0, 5.8fr);
  min-height: 660px;
  column-gap: 32px;
}
.page-home .hero-content { min-width:0; padding:68px 32px 64px 0; }
.page-home .eyebrow { margin-bottom:20px; }
.page-home .hero-content h1 { max-width:min(700px,100%); font-size: clamp(38px, 2.85vw, 46px); line-height:1.17; letter-spacing:-.035em; overflow:visible; overflow-wrap:normal; text-wrap:balance; }
.page-home .hero-content h1 .hero-dot { display:inline; color:var(--gold); }
.page-home .hero-outcome { max-width:min(640px,100%); margin:16px 0 0; color:var(--teal-dark); font-family:var(--serif); font-size:clamp(26px, 1.85vw, 30px); font-weight:500; font-style:italic; line-height:1.28; letter-spacing:-.025em; overflow:visible; overflow-wrap:normal; text-wrap:balance; }
.page-home .hero-outcome .hero-dot { color:var(--gold); }
.page-home .hero-content .gold-rule { margin:24px 0 28px; }
.page-home .hero-intro { max-width:560px; font-size:18px; margin:0 0 14px; line-height:1.72; }
.page-home .hero-intro + .hero-intro { margin-bottom:38px; }
.page-home .hero-visual {
  min-height:660px;
  margin-left:0;
  clip-path: polygon(var(--hero-diagonal) 0,100% 0,100% 100%,0 100%);
  background-image:
    linear-gradient(0deg,rgba(8,46,48,.04),rgba(8,46,48,.01)),
    url('/assets/img/hero/home-hero-rowing-desktop.jpg');
  background-image:
    linear-gradient(0deg,rgba(8,46,48,.04),rgba(8,46,48,.01)),
    url('/assets/img/hero/home-hero-rowing-desktop.webp');
  background-position: 50% 48%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-home .hero-visual::before { content:none; }
.page-home .photo-pending { display:none; }
.page-home .hero-callout { right:34px; bottom:36px; width:min(70%,520px); padding:24px 34px 24px 52px; font-size:17px; background:rgba(16,63,66,.96); }
.page-home .hero-callout::before { left:32px; top:24px; bottom:24px; }
.page-home .credibility-row { padding:34px 0; }
.page-home .cred { padding:0 25px; gap:19px; }
.page-home .section { padding-top:58px; padding-bottom:66px; }
.page-home .section-title { margin-bottom:48px; }
.page-home strong { color:var(--teal-dark); font-weight:700; }
.page-home .proof-strip { background:#fbf8f2; padding-top:50px; padding-bottom:58px; }
.page-home .proof-strip-heading { max-width:900px; margin:0 auto 34px; text-align:center; }
.page-home .proof-strip-heading .eyebrow { margin-bottom:12px; }
.page-home .proof-strip-heading h2 { margin-bottom:16px; font-size:clamp(32px,2.6vw,40px); }
.page-home .proof-strip-heading p { max-width:760px; margin:0 auto; color:var(--ink); font-size:16px; line-height:1.72; }
.page-home .proof-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid var(--line); border-left:1px solid var(--line); background:rgba(247,243,237,.35); }
.page-home .proof-card { display:flex; flex-direction:column; min-width:0; padding:30px 32px 32px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.page-home .proof-label { display:block; margin-bottom:18px; color:var(--gold); font-size:12px; font-weight:700; letter-spacing:.12em; line-height:1.35; text-transform:uppercase; }
.page-home .proof-card h3 { margin-bottom:16px; font-size:23px; line-height:1.24; }
.page-home .proof-card p { color:var(--ink); font-size:15px; line-height:1.72; }
.page-home .pov-section { background:#fbf8f2; }
.page-home .pov-inner { display:grid; grid-template-columns:.9fr 1.1fr; gap:76px; align-items:start; }
.page-home .pov-heading h2 { max-width:520px; font-size:clamp(34px,3vw,44px); }
.page-home .pov-heading .gold-rule { margin:24px 0 0; }
.page-home .pov-copy { border-left:1px solid var(--line); padding-left:48px; display:grid; gap:18px; color:var(--ink); }
.page-home .pov-copy p { max-width:760px; font-size:16px; line-height:1.78; }
.page-home .pov-emphasis { color:var(--teal-dark); font-family:var(--serif); font-size:22px; line-height:1.38; }
.page-home .positioning-bridge { background:var(--ivory); }
.page-home .bridge-inner { display:grid; grid-template-columns:.9fr 1.1fr; gap:76px; align-items:start; }
.page-home .bridge-heading h2 { max-width:520px; font-size:clamp(34px,3vw,44px); }
.page-home .bridge-heading .gold-rule { margin:24px 0 0; }
.page-home .bridge-copy { border-left:1px solid var(--line); padding-left:48px; display:grid; gap:18px; color:var(--ink); }
.page-home .bridge-copy p { max-width:780px; font-size:16px; line-height:1.78; }
.page-home .outcome-line { padding-top:18px; border-top:1px solid var(--line); color:var(--teal-dark); font-family:var(--serif); font-size:22px; line-height:1.35; }
.page-home .section-intro { max-width:790px; margin:-22px auto 44px; text-align:center; color:var(--ink); font-size:16px; line-height:1.75; }
.page-home .how-section { background:#fbf8f2; }
.page-home .how-intro { max-width:760px; margin:0 auto 42px; text-align:center; }
.page-home .how-intro h2 { font-size:clamp(34px,3vw,44px); }
.page-home .work-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:0; }
.page-home .work-step { border-left:1px solid var(--line); padding:0 40px; }
.page-home .work-step:first-child { border-left:0; padding-left:0; }
.page-home .step-number { display:block; margin-bottom:16px; color:var(--gold); font-size:12px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.page-home .work-step h3 { margin-bottom:15px; font-size:25px; }
.page-home .work-step p { max-width:355px; color:var(--ink); font-size:15px; line-height:1.72; }
.page-home .cards-three { align-items:stretch; }
.page-home .cards-three > .service-card { align-self:stretch; }
.page-home .service-card { display:flex; flex-direction:column; height:100%; padding:0 43px; }
.page-home .service-card:first-child { padding-left:0; }
.page-home .service-card p { margin-bottom:14px; min-height:0; line-height:1.7; }
.page-home .service-card .text-link { margin-top:auto; padding-top:16px; }
.page-home .selected-impact .section-title { margin-bottom:48px; }
.page-home .traction-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:0; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.page-home .traction-card { padding:34px 38px 36px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(251,248,242,.42); }
.page-home .traction-card h3 { max-width:520px; margin-bottom:18px; font-size:25px; }
.page-home .traction-card p { max-width:620px; margin-bottom:15px; color:var(--ink); font-size:15px; line-height:1.72; }
.page-home .traction-outcome { margin:22px 0 0; padding-top:17px; border-top:1px solid var(--gold); color:var(--teal-dark); font-weight:700; }
.page-home .ways-section { background:#fbf8f2; }
.page-home .ways-section .section-intro { max-width:860px; color:var(--teal-dark); font-size:17px; }
.page-home .ways-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:0; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.page-home .way-card { padding:30px 36px 32px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(247,243,237,.42); }
.page-home .way-card h3 { margin-bottom:14px; font-size:24px; }
.page-home .way-card p { color:var(--ink); font-size:15px; line-height:1.72; }
.page-home .why-peloton { background:var(--ivory); }
.page-home .why-inner { display:grid; grid-template-columns:.82fr 1.18fr; gap:76px; align-items:start; }
.page-home .why-heading { max-width:540px; text-align:left; }
.page-home .why-heading h2 { font-size:clamp(34px,3vw,44px); }
.page-home .why-heading p { margin-top:20px; color:var(--ink); font-size:16px; line-height:1.78; }
.page-home .why-heading .gold-rule { margin:24px 0 0; }
.page-home .why-points { display:grid; grid-template-columns:repeat(2,1fr); gap:0; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.page-home .why-point { border-right:1px solid var(--line); border-bottom:1px solid var(--line); padding:26px 30px 28px; }
.page-home .why-point:first-child { border-left:0; padding-left:30px; }
.page-home .why-point h3 { margin-bottom:14px; font-size:24px; }
.page-home .why-point p { color:var(--ink); font-size:15px; line-height:1.72; }
.page-home .cta-panel { padding:48px 0 40px; }
.page-home .cta-row { grid-template-columns:1.12fr .88fr; gap:62px; }
.page-home .cta-message { gap:30px; }
.page-home .cta-message .icon-circle { width:78px; height:78px; flex-basis:78px; }
.page-home .cta-message .line-icon { color:var(--gold-light); }
.page-home .cta-panel h2 { font-size:43px; }
.page-home .cta-panel p { font-size:14px; line-height:1.65; }
.page-home .cta-secondary { margin-top:12px; color:rgba(255,255,255,.78); }
.page-home .contact-stack { padding-left:42px; font-size:16px; gap:18px; }
.page-home .footer-row { min-height:82px; }

/* Homepage polish: CTA balance and content breathing room */
.page-home .hero-actions .button {
  flex: 0 0 260px;
  width: 260px;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center;
  gap: 14px;
}

.page-home .section {
  padding-top: 68px;
  padding-bottom: 76px;
}

.page-home .section-title {
  margin-bottom: 52px;
}

.page-home .proof-strip {
  padding-top: 58px;
  padding-bottom: 66px;
}

.page-home .proof-strip-heading {
  margin-bottom: 40px;
}

.page-home .how-intro {
  margin-bottom: 48px;
}

.page-home .proof-card p,
.page-home .service-card p,
.page-home .work-step p,
.page-home .traction-card p,
.page-home .way-card p,
.page-home .why-point p {
  font-size: 15.5px;
  line-height: 1.76;
}

.page-home .cta-panel p {
  font-size: 15px;
  line-height: 1.72;
}

.page-home .proof-card {
  padding: 34px 36px 36px;
}

.page-home .traction-card {
  padding: 38px 42px 40px;
}

.page-home .way-card {
  padding: 34px 40px 36px;
}

.page-home .why-point,
.page-home .why-point:first-child {
  padding: 30px 34px 32px;
}

@media (max-width: 1090px) {
  .page-home .section {
    padding-top: 60px;
    padding-bottom: 68px;
  }
}

@media (max-width: 720px) {
  .page-home .hero-actions {
    width: 100%;
    gap: 12px;
  }

  .page-home .hero-actions .button {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
    gap: 14px;
  }

  .page-home .section {
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .page-home .proof-card,
  .page-home .traction-card,
  .page-home .way-card,
  .page-home .why-point,
  .page-home .why-point:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1190px) {
  .page-home .hero-content h1 { font-size: clamp(37px, 3.25vw, 43px); }
  .page-home .hero-outcome { font-size:clamp(26px,2.45vw,29px); }
}
@media (max-width: 1090px) {
  .page-home .container { padding-left:26px; padding-right:26px; }
  .page-home .site-header { height:auto; padding:19px 0; }
  .page-home .nav { width:100%; gap:16px; justify-content:space-between; }
  .page-home .hero-grid { grid-template-columns:1fr; }
  .page-home .hero-visual { min-height:500px; margin-left:0; clip-path:none; }
  .page-home .hero-content { padding: 28px 0 24px 0; }
  .page-home .pov-inner { grid-template-columns:1fr; gap:32px; }
  .page-home .pov-copy { padding-left:0; border-left:0; }
  .page-home .bridge-inner { grid-template-columns:1fr; gap:32px; }
  .page-home .bridge-copy { padding-left:0; border-left:0; }
  .page-home .section-intro { margin-top:-18px; text-align:left; }
  .page-home .work-steps { grid-template-columns:1fr; gap:30px; }
  .page-home .work-step,
  .page-home .work-step:first-child { border-left:0; border-top:1px solid var(--line); padding:30px 0 0; }
  .page-home .work-step:first-child { border-top:0; padding-top:0; }
  .page-home .traction-grid { grid-template-columns:1fr; }
  .page-home .ways-grid { grid-template-columns:1fr; }
  .page-home .why-inner { grid-template-columns:1fr; gap:32px; }
  .page-home .why-points { grid-template-columns:1fr; }
  .page-home .proof-card-grid { grid-template-columns:1fr; }
}
@media (max-width:720px) {
  .page-home .site-header {
    height: auto;
    padding: 14px 0;
  }
  .page-home .header-row { flex-wrap: wrap; gap: 12px; }
  .page-home .brand {
    width: 145px;
    height: 29px;
  }
  .page-home .nav { width: 100%; gap: 10px; }
  .page-home .nav .button {
    min-height: 34px;
    padding: 0 10px;
    font-size: 9.5px;
    margin: 0;
  }
  .page-home .nav-menu-toggle {
    min-height: 34px;
    padding: 0 11px;
    font-size: 10px;
  }
  body.header-scrolled.page-home .site-header {
    height: 60px;
    padding: 8px 0;
  }
  body.nav-open.header-scrolled.page-home .site-header { height: auto; }
  body.header-scrolled.page-home .brand {
    width: 130px;
    height: 26px;
  }
  body.header-scrolled.page-home .nav .button {
    min-height: 30px;
    padding: 0 6px;
    font-size: 8.5px;
  }
  body.header-scrolled.page-home .nav-menu-toggle {
    min-height: 30px;
    padding: 0 9px;
    font-size: 8.5px;
  }
  .page-home .hero-content { padding: 12px 0 12px 0; }
  .page-home .hero-content h1 { font-size: 30px; line-height: 1.18; }
  .page-home .hero-outcome { font-size: 18px; margin-top: 8px; line-height: 1.25; }
  .page-home .hero-content .gold-rule { margin: 8px 0 10px; }
  .page-home .hero-intro { font-size: 14.5px; margin: 0 0 6px; line-height: 1.5; }
  .page-home .hero-intro + .hero-intro { margin-bottom: 12px; }
  .page-home .hero-visual {
    min-height: 360px;
    background-image:
      linear-gradient(0deg,rgba(8,46,48,.04),rgba(8,46,48,.01)),
      url('/assets/img/hero/home-hero-rowing-mobile.jpg');
    background-image:
      linear-gradient(0deg,rgba(8,46,48,.04),rgba(8,46,48,.01)),
      url('/assets/img/hero/home-hero-rowing-mobile.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 48%;
  }
  .page-home .hero-callout {
    width: calc(100% - 28px);
    right: 14px;
    bottom: 0;
    padding: 10px 16px 10px 25px;
    font-size: 13px;
    line-height: 1.4;
  }
  .page-home .hero-callout::before {
    left: 14px;
    top: 10px;
    bottom: 10px;
  }
  .page-home .pov-heading h2,
  .page-home .bridge-heading h2,
  .page-home .why-heading h2,
  .page-home .how-intro h2 { font-size:34px; }
  .page-home .proof-strip-heading { text-align:left; margin-bottom:30px; }
  .page-home .proof-strip-heading h2 { font-size:34px; }
  .page-home .proof-strip-heading p { margin-left:0; }
  .page-home .proof-card-grid { border-left:0; background:transparent; }
  .page-home .proof-card { padding:28px 0; border-right:0; background:transparent; }
  .page-home .how-intro { text-align:left; margin-bottom:34px; }
  .page-home .traction-card { padding:28px 0; background:transparent; border-right:0; }
  .page-home .traction-grid { border-left:0; }
  .page-home .ways-grid,
  .page-home .why-points { border-left:0; }
  .page-home .way-card,
  .page-home .why-point,
  .page-home .why-point:first-child { padding:28px 0; background:transparent; border-right:0; }
  .page-home .cards-three { grid-template-columns:1fr; gap:34px; }
  .page-home .service-card,
  .page-home .service-card:first-child { width:100%; max-width:100%; min-width:0; padding:28px 0 0; border-left:0; border-top:1px solid var(--line); box-sizing:border-box; }
  .page-home .service-card:first-child { padding-top:0; border-top:0; }
  .page-home .service-card p,
  .page-home .service-card .text-link { margin-left:0; }
  .page-home .service-card .card-header { min-width:0; }
  .page-home .cta-row { grid-template-columns:1fr; gap:30px; }
  .page-home .cta-message { align-items:flex-start; min-width:0; }
  .page-home .contact-stack { width:100%; max-width:100%; min-width:0; padding-left:20px; box-sizing:border-box; }
  .page-home .contact-item { min-width:0; align-items:flex-start; }
  .page-home .contact-item a,
  .page-home .contact-item span { min-width:0; overflow-wrap:anywhere; }
  .page-home .cta-panel h2 { font-size:36px; }
}
@media (prefers-reduced-motion: reduce) {
  .page-home .button,
  .page-home .text-link,
  .page-home .arrow,
  .page-home .button-primary::after,
  .page-home .button-secondary::after,
  .page-home .text-link::after { transition:none; }
  .page-home .button:hover .arrow,
  .page-home .button:focus-visible .arrow,
  .page-home .text-link:hover .arrow,
  .page-home .text-link:focus-visible .arrow { transform:none; }
}

/* Operating Clarity Sprint entry section */
.page-home .home-sprint-section {
  background: var(--ivory);
}
.page-home .sprint-entry-panel {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 58px;
  align-items: center;
  background: rgba(251, 248, 243, .74);
  border: 1px solid var(--line);
  padding: 48px;
  box-shadow: var(--shadow);
}
.page-home .sprint-entry-content h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 2.5vw, 38px);
}
.page-home .sprint-entry-content p {
  font-size: 16px;
  line-height: 1.76;
  color: var(--ink);
}
.page-home .sprint-entry-panel .button {
  justify-self: end;
  white-space: nowrap;
}

@media (max-width: 1030px) {
  .page-home .sprint-entry-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px;
  }
  .page-home .sprint-entry-panel .button {
    justify-self: start;
  }
}
@media (max-width: 720px) {
  .page-home .sprint-entry-panel {
    padding: 30px 22px;
  }
  .page-home .sprint-entry-panel .button {
    width: 100%;
    justify-content: center;
  }
}

