/* ============ TOKENS ============
   Same values as the home page stylesheet, duplicated here so this page
   stays self-contained and editing it can never affect the home page. */
:root {
  --red: #c23c1a;
  --blue: #1c1cb0;
  --black: #0e0e0e;
  --cream: #f2ede4;
  --white: #fbf9f5;
  --text-dark: #171410;

  --pad: clamp(1.5rem, 6vw, 5rem);

  --font-display: "Archivo Black", sans-serif;
  --font-body: "Archivo Expanded", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--black);
  background: var(--red);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); line-height: 0.92; }

/* ============ NAV (same as home) ============ */
.nav {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 1.5rem;
  padding: 1.4rem var(--pad) 0.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--red);
}

.nav__link { color: var(--white); opacity: 0.95; transition: opacity 0.15s ease; }
.nav__link:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.nav__link--current { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }

/* ============ SECTION 1+2 — HERO ============ */
.hbr-hero {
  background: var(--red);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.5rem, 4vw, 3rem) var(--pad) clamp(2.5rem, 6vw, 4rem);
}

.hbr-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(2.5rem, 8vw, 5rem);
}

.hbr-hero__title {
  font-weight: 800;
  font-size: clamp(3.2rem, 9.5vw, 6.5rem);
  line-height: 0.86;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: clamp(1.4px, 0.16vw, 2.4px) var(--white);
  text-stroke: clamp(1.4px, 0.16vw, 2.4px) var(--white);
}

.hbr-hero__tagline {
  margin: clamp(0.75rem, 2vw, 1.25rem) 0 0;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(0.85rem, 1.7vw, 1.15rem);
  letter-spacing: 0.01em;
  color: var(--blue);
  text-transform: uppercase;
}

.hbr-hero__detail {
  margin: 0;
  max-width: 18rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(0.78rem, 1.15vw, 0.9rem);
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--white);
  text-transform: uppercase;
}

.hbr-hero__panel {
  position: relative;
  overflow: hidden;
  min-height: clamp(22rem, 46vw, 34rem);
}

.hbr-hero__zebra {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hbr-hero__photo-frame {
  position: absolute;
  top: 22%;
  left: 6%;
  width: 88%;
  aspect-ratio: 1284 / 837;
  overflow: hidden;
  box-shadow: 0 25px 40px rgba(0,0,0,0.35);
}

.hbr-hero__photo { width: 100%; height: 100%; object-fit: cover; }

/* ============ SECTION 3 — HOW HOT ARE YOU? ============ */
.hbr-hot {
  background: var(--red);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(3rem, 7vw, 5rem) var(--pad);
}

.hbr-hot__photo-frame {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.hbr-hot__photo { width: 100%; height: 100%; object-fit: cover; object-position: 40% 25%; }

/* YOU and the "?" share a dedicated positioning context (not the whole
   heading), so the mark's size and vertical placement are set directly
   against that one line — not approximated with grid tracks shared by
   the wider lines above, and not ordinary trailing punctuation. */
.hbr-hot__heading {
  font-weight: 800;
  color: var(--blue);
  text-transform: uppercase;
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  margin: 0 0 clamp(2.5rem, 6vw, 4rem);
}

.hbr-hot__you-row {
  position: relative;
  display: inline-block;
}

.hbr-hot__mark {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0.04em, calc(-50% - 0.12em));
  font-size: 2.6em;
  line-height: 1;
  white-space: nowrap;
  /* Archivo Black only ships one static weight, so extra boldness is
     faked by thickening the glyph outline in the same color. */
  -webkit-text-stroke: 0.04em var(--blue);
  text-stroke: 0.04em var(--blue);
}

.hbr-hot__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.1rem, 2.5vw, 1.5rem);
  max-width: 34rem;
}

.hbr-hot__item-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  color: var(--blue);
  text-transform: uppercase;
  margin: 0 0 0.35em;
}

.hbr-hot__item-text {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

/* ============ SECTION 4+5 — READY TO SWEAT? / CTA ============
   A poster composition, not a headline+right-column-image layout: the
   heel/leg/kettlebell graphic is the CENTRAL visual of the whole section
   (measured off the Canva reference — the kettlebell sits at ~49% of the
   page width, i.e. dead center, not tucked into a right-hand column).
   Headline sits top-left, CTA sits lower-left, the object is centered
   behind/around both. */
/* An editorial poster, not a headline+image website hero: the heel/leg/
   kettlebell is the central visual (kettlebell solved to sit at ~50% of
   the section width), the headline is centered above it with generous
   air beneath, and the CTA anchors the lower-left corner — a classic
   poster asymmetry against the centered object, not a stacked layout. */
/* An editorial poster, not a headline+image website hero: a narrow zebra
   band transitions from the previous section, the leg is cropped so it
   visually emerges from that band (no bare thigh, no hard photo edge),
   and the heel/kettlebell sit centered as the main visual, allowed to
   overlap the headline the way a real poster layers type over image. */
.hbr-sweat-zebra {
  height: clamp(2.25rem, 5.5vw, 4rem);
  background-image: url("assets/zebra.jpg");
  background-size: cover;
  background-position: center 30%;
}

.hbr-sweat {
  position: relative;
  background: var(--red);
  padding: clamp(8.5rem, 16vw, 11.5rem) var(--pad) clamp(1.5rem, 3vw, 2.25rem);
  min-height: clamp(28rem, 58vw, 44rem);
  overflow: hidden;
}

.hbr-sweat__heading {
  position: relative;
  z-index: 2;
  font-weight: 800;
  font-size: clamp(2.6rem, 8.5vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: -0.01em;
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  margin: 0;
}

/* --w is the displayed width. The source asset's bare leg/thigh runs from
   its top edge down to ~26% of its height, where the sock begins — the
   top offset hides exactly that much (overflow:hidden on .hbr-sweat crops
   it), so nothing above the sock is ever visible: the strip above takes
   over visually right where the sock starts, reading as one continuous
   "leg out of the zebra" motion instead of a photo dropped on the page.
   The kettlebell sits at ~65% across the asset, solved here to land at
   the section's horizontal center rather than in a right-hand column. */
.hbr-sweat__visual {
  --w: min(50vw, 580px);
  position: absolute;
  top: calc(-0.235 * var(--w));
  left: calc(50% - 0.65 * var(--w));
  width: var(--w);
  z-index: 1;
  pointer-events: none;
}

.hbr-sweat__cta {
  position: relative;
  z-index: 3;
  margin: clamp(11rem, 25vw, 18rem) auto 0;
  font-weight: 800;
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 1.1;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  max-width: 40rem;
}

.hbr-sweat__cta-link {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 860px) {
  .hbr-hero { grid-template-columns: 1fr; }
  .hbr-hero__copy { gap: 2rem; }
  .hbr-hero__panel { min-height: 20rem; }

  .hbr-hot { grid-template-columns: 1fr; }
  .hbr-hot__photo-frame { max-width: 22rem; margin: 0 auto; }
  .hbr-hot__heading { text-align: center; }

  .hbr-sweat {
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding-top: clamp(3.5rem, 22vw, 5.5rem);
    padding-bottom: 2.5rem;
  }
  .hbr-sweat__heading { white-space: normal; }
  .hbr-sweat__visual {
    --w: min(72vw, 380px);
    top: calc(-0.235 * var(--w));
    left: calc(50% - 0.65 * var(--w));
  }
  .hbr-sweat__cta { margin-top: clamp(9rem, 46vw, 14rem); max-width: none; }
}
