/* Photographic edition: the complete original presentation, with tangible objects. */
.visual-edition .steps {
  gap: 15px;
  align-items: stretch;
}
.visual-edition .step {
  border: 1px solid #dcded3;
  border-radius: 14px;
  padding: 24px 14px 21px;
  background: #f7f6f1;
  position: relative;
}
.visual-edition .step-heading {
  min-height: 77px;
  padding: 0 1px;
  gap: 9px;
}
.visual-edition .step h3 { font-size: clamp(17px, 1.15vw, 20px); }
.visual-edition .step-number { width: 27px; height: 27px; font-size: 13px; }
.visual-edition .step-body {
  background: transparent;
  border: 0;
  border-radius: 0;
  height: 360px;
  min-height: 0;
  padding: 0;
  flex: none;
  position: relative;
}
.visual-edition .step-caption {
  margin: 18px 2px 0;
  min-height: 60px;
  font-size: 13px;
  line-height: 1.6;
  color: #4d584f;
}
.wearables-stage { position: relative; width: 100%; height: 100%; max-width: 290px; margin: auto; }
.wearables-art {
  width: 60%; height: 315px; object-fit: cover; object-position: center;
  position: absolute; top: 0; left: -5%; mix-blend-mode: multiply;
}
.visual-edition .wearables {
  position: absolute; inset: 0; margin: 0; gap: 0;
  display: grid; grid-template-rows: 88px 132px 97px 43px;
}
.visual-edition .wearables li { margin-left: 56%; gap: 0; font-size: 14px; }
.visual-edition .wearables li:last-child {
  margin: 0; padding-left: 12px; border-top: 1px solid var(--line); font-size: 13px;
}
.visual-edition .oura { font-size: 18px; }
.visual-edition .garmin { font-size: 12px; letter-spacing: .04em; }
.visual-edition .whoop { font-size: 15px; }
.visual-edition .step-2 .step-body { display: flex; justify-content: center; align-items: center; }
.phone-stage { position: relative; width: calc(100% + 50px); max-width: 290px; aspect-ratio: 2 / 3; flex: none; }
.phone-art { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.visual-edition .profile-example {
  position: absolute; left: 19.5%; top: 14.5%; width: 61%;
  padding: 0; background: transparent; border-radius: 0; box-shadow: none;
}
.visual-edition .profile-example .mini-wordmark { margin-bottom: 16px; font-size: 11px; }
.visual-edition .profile-example h4 { font-size: 14px; margin-bottom: 12px; }
.visual-edition .goal-list { gap: 7px; }
.visual-edition .goal-list li { padding: 7px; font-size: clamp(10px, .78vw, 12px); line-height: 1.4; }
.visual-edition .goal-list li:before { flex-shrink: 0; }
.blood-art {
  position: absolute; width: 65px; height: 280px; top: 53px; right: -7px;
  object-fit: cover; object-position: center; mix-blend-mode: multiply;
}
.visual-edition .blood-upload { padding: 5px 0 19px; margin-bottom: 24px; font-size: 14px; }
.visual-edition .biomarker-title { font-size: 12px; margin-bottom: 16px; }
.visual-edition .biomarkers { font-size: 13px; gap: 16px; max-width: calc(100% - 56px); }
.visual-edition .step-4 .step-body { display: flex; align-items: center; }
.visual-edition .formula-example {
  width: 100%; height: auto; padding: 22px 14px;
  border: 1px solid #435957; border-radius: 12px;
  box-shadow: 0 12px 22px #102d221b, inset 0 0 0 3px #ffffff05;
}
.visual-edition .formula-example h4 { font-size: 14px; margin-bottom: 22px; }
.visual-edition .formula-example dl>div { padding: 12px 0; font-size: 11px; gap: 5px; }
.visual-edition .formula-example dl>div:last-child { padding-bottom: 0; }
.formats-art { width: 100%; height: 255px; object-fit: contain; mix-blend-mode: multiply; }
.visual-edition .format-list { display: grid; height: auto; gap: 2px; margin-top: 9px; }
.visual-edition .format-list>span,
.visual-edition .format-list>span:last-child {
  border: 0; padding: 0; border-radius: 0; background: none;
  font-size: 13px; line-height: 1.65; text-align: center;
}
.visual-edition .step-5 .step-caption { text-align: center; }
.wearables-art, .phone-art, .blood-art, .formats-art {
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent), linear-gradient(to bottom, transparent, #000 5%, #000 95%, transparent);
  mask-composite: intersect;
}
.steps { scroll-margin-top: 22px; }

/* Large photographic interludes give the information room to breathe. */
.business-photo, .ingredient-photo, .powerpack-photo, .ritual-photo {
  margin: 0; overflow: hidden; position: relative; border-radius: 12px;
}
.business-photo { margin-top: 60px; height: clamp(300px, 34vw, 470px); }
.business-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.business-photo figcaption {
  position: absolute; left: 23px; bottom: 20px; margin-right: 23px;
  padding: 9px 14px; background: #f4f3eee8; color: var(--ink);
  border-radius: 4px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
}
.ingredient-photo { height: clamp(290px, 34vw, 460px); margin-bottom: 48px; }
.ingredient-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 53%; }
.powerpack-photo { margin-bottom: 40px; border: 1px solid #dcddd1; }
.powerpack-photo img { width: 100%; height: auto; max-height: 650px; object-fit: cover; object-position: center; }
.powerpack-photo figcaption {
  position: absolute; left: 30px; bottom: 28px; font-size: 10px; letter-spacing: .2em;
  color: var(--ink); background: #f4f3eee6; padding: 12px 17px; border-radius: 4px;
}
.powerpack-photo figcaption span { display: block; margin-top: 5px; font-size: 13px; letter-spacing: 0; }
.visual-edition .format-card { min-height: 295px; }
.ritual-photo { height: clamp(320px, 37vw, 520px); margin-bottom: 48px; }
.ritual-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }

@media(min-width:1600px) {
  .visual-edition .step { padding: 28px 20px 24px; }
  .visual-edition .step-body { height: 395px; }
  .wearables-art { height: 345px; }
  .visual-edition .wearables { grid-template-rows: 98px 142px 108px 47px; }
  .visual-edition .wearables li { font-size: 17px; }
  .visual-edition .wearables li:last-child { font-size: 15px; }
  .visual-edition .garmin { font-size: 15px; }
  .visual-edition .whoop { font-size: 18px; }
  .visual-edition .oura { font-size: 22px; }
  .visual-edition .step-caption, .visual-edition .blood-upload { font-size: 15px; }
  .visual-edition .biomarkers { font-size: 15px; max-width: calc(100% - 68px); }
  .blood-art { width: 83px; height: 330px; }
  .visual-edition .formula-example dl>div { font-size: 13px; padding: 15px 0; }
  .formats-art { height: 285px; }
  .visual-edition .format-list>span, .visual-edition .format-list>span:last-child { font-size: 15px; }
}
@media(min-width:901px) and (max-width:1179px) {
  .visual-edition .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .visual-edition .step h3 { font-size: 19px; }
  .visual-edition .step:nth-child(3)::after { display: none; }
  .visual-edition .step:last-child { grid-column: auto; }
  .visual-edition .formula-example dl>div { font-size: 13px; }
  .visual-edition .goal-list li { font-size: 12px; }
}
@media(min-width:641px) and (max-width:900px) {
  .visual-edition .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .visual-edition .step { padding: 24px; }
  .visual-edition .step h3 { font-size: 21px; }
  .visual-edition .step:nth-child(even)::after { display: none; }
  .visual-edition .step:last-child { grid-column: auto; }
  .visual-edition .formula-example dl>div { font-size: 13px; grid-template-columns: minmax(0,1fr) auto; }
  .visual-edition .goal-list li { font-size: 12px; }
}
@media(max-width:640px) {
  .visual-edition .steps { grid-template-columns: 1fr; gap: 26px; }
  .visual-edition .step { padding: 25px 25px 23px; }
  .visual-edition .step-heading { min-height: 0; padding: 0 0 20px; gap: 13px; margin: 0; }
  .visual-edition .step h3 { font-size: 22px; line-height: 1.25; }
  .visual-edition .step-heading br { display: none; }
  .visual-edition .step h3 small { display: block; margin: 5px 0 0; font-size: 13px; }
  .visual-edition .step-body { height: 365px; min-height: 0; }
  .visual-edition .step-caption { margin-top: 16px; min-height: 0; font-size: 15px; }
  .visual-edition .step:not(:last-child)::after { display: none; }
  .visual-edition .step:last-child { grid-column: auto; }
  .visual-edition .step:last-child .step-heading { margin-bottom: 0; }
  .visual-edition .step:last-child .step-body { min-height: 0; }
  .wearables-art { height: 310px; width: 58%; left: 0; }
  .visual-edition .wearables { grid-template-columns: 1fr; grid-template-rows: 85px 132px 100px 48px; gap: 0; }
  .visual-edition .wearables li { margin-left: 61%; font-size: 16px; }
  .visual-edition .wearables li:last-child { font-size: 15px; padding-left: 22px; }
  .visual-edition .oura { font-size: 24px; }
  .visual-edition .garmin { font-size: 15px; }
  .visual-edition .whoop { font-size: 19px; }
  .phone-stage { width: 290px; }
  .visual-edition .profile-example { max-width: none; margin: 0; padding: 0; }
  .visual-edition .profile-example h4 { font-size: 17px; }
  .visual-edition .profile-example .mini-wordmark { font-size: 13px; }
  .visual-edition .goal-list { gap: 8px; }
  .visual-edition .goal-list li { font-size: 12px; padding: 10px 7px; }
  .visual-edition .step-2 .step-body { height: 420px; }
  .visual-edition .blood-upload { font-size: 16px; padding-top: 8px; }
  .visual-edition .blood-upload br { display: block; }
  .visual-edition .biomarker-title { font-size: 14px; }
  .visual-edition .biomarkers { font-size: 16px; gap: 16px; grid-template-columns: 1fr; max-width: calc(100% - 82px); }
  .blood-art { width: 94px; height: 330px; top: 25px; right: -9px; }
  .visual-edition .step-4 .step-body { height: auto; }
  .visual-edition .formula-example { padding: 24px 20px; }
  .visual-edition .formula-example h4 { font-size: 17px; }
  .visual-edition .formula-example dl>div { font-size: 14px; padding: 15px 0; gap: 14px; grid-template-columns: minmax(0,1fr) auto; }
  .visual-edition .formula-example dd { font-size: 14px; }
  .formats-art { height: 270px; }
  .visual-edition .format-list { grid-template-columns: 1fr; gap: 3px; }
  .visual-edition .format-list>span, .visual-edition .format-list>span:last-child { font-size: 15px; }
  .visual-edition .step-5 .step-body { height: 395px; }
  .business-photo { margin-top: 40px; height: 310px; }
  .business-photo img { object-position: 66% center; }
  .business-photo figcaption { left: 14px; right: 14px; margin: 0; bottom: 14px; font-size: 8px; }
  .ingredient-photo { height: 280px; margin-bottom: 30px; }
  .ingredient-photo img { object-position: 52% center; }
  .powerpack-photo { margin-bottom: 25px; }
  .powerpack-photo img { height: 380px; object-fit: cover; object-position: 41% center; }
  .powerpack-photo figcaption { position: static; padding: 16px 18px; background: #eae9df; font-size: 9px; }
  .powerpack-photo figcaption span { font-size: 12px; }
  .ritual-photo { height: 315px; margin-bottom: 34px; }
  .ritual-photo img { object-position: 55% center; }
  .visual-edition .format-card { min-height: 260px; }
}
@media(prefers-reduced-motion:reduce) {
  .visual-edition img { animation: none; }
}
@media print {
  .visual-edition .steps { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .visual-edition .step { break-inside: avoid; }
  .business-photo, .ingredient-photo, .ritual-photo { height: 280px; break-inside: avoid; }
}

/* A single reading path ties the five physical and data stages together. */
@media (min-width: 1400px) {
  .visual-edition .steps {
    position: relative;
    gap: 0;
    padding: 34px 0 30px;
    border-top: 1px solid #bfc6b8;
    border-bottom: 1px solid #bfc6b8;
  }
  .visual-edition .steps::before {
    content: "";
    position: absolute;
    top: 49px;
    left: 34px;
    right: 34px;
    height: 1px;
    background: #bfc6b8;
  }
  .visual-edition .step {
    border: 0;
    border-right: 1px solid #d7dbcf;
    border-radius: 0;
    padding: 0 clamp(13px, 1.35vw, 24px);
    background: transparent;
    min-height: 0;
  }
  .visual-edition .step:last-child { border-right: 0; }
  .visual-edition .step-heading {
    display: block;
    min-height: 112px;
    padding: 0;
  }
  .visual-edition .step-number {
    position: relative;
    z-index: 1;
    width: 31px;
    height: 31px;
    font-size: 14px;
    outline: 5px solid var(--paper);
    margin: 0 0 16px;
  }
  .visual-edition .step h3 {
    font-size: clamp(18px, 1.3vw, 22px);
    line-height: 1.12;
    margin: 0;
    letter-spacing: -.025em;
  }
  .visual-edition .step h3 small { margin-top: 8px; font-size: 12px; }
  .visual-edition .step-body { height: 365px; }
  .visual-edition .step-caption {
    margin: 15px 0 0;
    padding-top: 13px;
    border-top: 1px solid #d7dbcf;
    min-height: 82px;
    font-size: 15px;
    line-height: 1.45;
  }
  .visual-edition .wearables-stage { max-width: none; }
  .wearables-art {
    left: 0;
    top: -17px;
    width: 100%;
    height: 320px;
    object-fit: contain;
  }
  .visual-edition .wearables {
    inset: auto 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    gap: 2px 10px;
  }
  .visual-edition .wearables li,
  .visual-edition .wearables li:last-child {
    margin: 0;
    padding: 3px 0 0;
    border-top: 1px solid #d7dbcf;
    font-size: 13px;
    white-space: nowrap;
  }
  .visual-edition .oura,
  .visual-edition .garmin,
  .visual-edition .whoop { font-size: inherit; letter-spacing: 0; }
  .visual-edition .phone-stage { width: min(100% + 30px, 265px); max-width: 265px; }
  .visual-edition .profile-example { top: 15%; }
  .visual-edition .profile-example .mini-wordmark { margin-bottom: 11px; }
  .visual-edition .profile-example h4 { margin-bottom: 8px; font-size: 15px; }
  .visual-edition .goal-list { gap: 5px; }
  .visual-edition .goal-list li { padding: 6px 5px; font-size: 12px; }
  .visual-edition .blood-art {
    inset: -8px 0 auto;
    width: 100%;
    height: 365px;
    object-fit: contain;
    object-position: right center;
  }
  .visual-edition .blood-upload,
  .visual-edition .biomarker-title,
  .visual-edition .biomarkers { position: relative; z-index: 1; }
  .visual-edition .blood-upload {
    width: 69%;
    padding: 0 0 12px;
    margin-bottom: 18px;
    font-size: 15px;
  }
  .visual-edition .biomarkers { max-width: 66%; gap: 15px; font-size: 14px; }
  .visual-edition .formula-example {
    padding: 20px 14px;
    min-height: 325px;
    border-radius: 10px;
    box-shadow: 0 12px 22px #102d2212;
  }
  .visual-edition .formula-example h4 { margin-bottom: 16px; }
  .visual-edition .formula-example dl>div {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 13px 0;
    gap: 8px;
    font-size: 13px;
  }
  .visual-edition .formula-example dd { white-space: nowrap; }
  .visual-edition .formats-art { height: 276px; width: 100%; object-fit: contain; }
  .visual-edition .format-list { grid-template-columns: 1fr 1fr; gap: 0 8px; margin-top: 8px; }
  .visual-edition .format-list > span,
  .visual-edition .format-list > span:last-child {
    border-top: 1px solid #d7dbcf;
    padding: 3px 0 0;
    text-align: left;
    font-size: 13px;
    white-space: nowrap;
  }
  .visual-edition .step-5 .step-caption { text-align: left; }
}

@media (max-width: 1399px) and (min-width: 641px) {
  .visual-edition .steps { gap: 22px; }
  .visual-edition .step { min-height: 550px; }
  .visual-edition .step-body { height: 365px; }
  .visual-edition .step-caption { font-size: 14px; }
  .visual-edition .step { background: #fff; }
  .visual-edition .wearables-art { top: -10px; left: 0; width: 100%; height: 285px; object-fit: contain; }
  .visual-edition .wearables {
    inset: auto 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 2px 10px;
  }
  .visual-edition .wearables li,
  .visual-edition .wearables li:last-child {
    margin: 0;
    padding: 3px 0 0;
    border-top: 1px solid #d7dbcf;
    font-size: 12px;
  }
  .visual-edition .oura,
  .visual-edition .garmin,
  .visual-edition .whoop { font-size: inherit; letter-spacing: 0; }
  .visual-edition .blood-art {
    inset: 0 0 auto;
    width: 100%;
    height: 350px;
    object-fit: contain;
    object-position: right center;
  }
  .visual-edition .blood-upload,
  .visual-edition .biomarker-title,
  .visual-edition .biomarkers { position: relative; z-index: 1; }
  .visual-edition .blood-upload { width: 68%; }
  .visual-edition .biomarkers { max-width: 65%; }
  .visual-edition .formats-art { height: 260px; }
  .visual-edition .format-list { grid-template-columns: 1fr 1fr; gap: 2px 8px; }
  .visual-edition .format-list > span,
  .visual-edition .format-list > span:last-child {
    border-top: 1px solid #d7dbcf;
    padding: 4px 0 0;
    text-align: left;
    font-size: 12px;
  }
  .visual-edition .step-5 .step-caption { text-align: left; }
}
@media (min-width: 1180px) and (max-width: 1399px) {
  .visual-edition .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .visual-edition .step { padding: 24px; }
  .visual-edition .step h3 { font-size: 20px; }
  .visual-edition .step:last-child { grid-column: auto; }
  .visual-edition .phone-stage { width: min(100%, 260px); }
  .visual-edition .goal-list li { font-size: 12px; }
  .visual-edition .formula-example dl>div { font-size: 13px; }
}

@media (max-width: 640px) {
  .visual-edition .steps {
    position: relative;
    display: block;
    padding: 0;
  }
  .visual-edition .steps::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 16px;
    bottom: 48px;
    width: 1px;
    background: #c2c9b8;
  }
  .visual-edition .step {
    border: 0;
    border-radius: 0;
    padding: 0 0 42px 47px;
    background: transparent;
  }
  .visual-edition .step-heading { position: relative; min-height: 0; padding: 0 0 23px; }
  .visual-edition .step-number {
    position: absolute;
    top: 0;
    left: -47px;
    width: 29px;
    height: 29px;
    outline: 5px solid var(--paper);
    font-size: 13px;
  }
  .visual-edition .step h3 { font-size: 22px; }
  .visual-edition .step-body {
    height: 380px;
    padding: 12px;
    border: 1px solid #e5e6dd;
    border-radius: 12px;
    background: #fff;
  }
  .visual-edition .step-2 .step-body { height: 450px; }
  .visual-edition .step-4 .step-body { height: auto; }
  .visual-edition .step-5 .step-body { height: 370px; }
  .visual-edition .step-caption {
    border-top: 1px solid #d7dbcf;
    padding-top: 14px;
    margin-top: 13px;
    font-size: 14px;
  }
  .visual-edition .wearables-art {
    width: 100%;
    height: 285px;
    left: 0;
    top: -5px;
    object-fit: contain;
  }
  .visual-edition .wearables {
    inset: auto 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 2px 10px;
  }
  .visual-edition .wearables li,
  .visual-edition .wearables li:last-child {
    margin: 0;
    padding: 3px 0 0;
    border-top: 1px solid #d7dbcf;
    font-size: 13px;
    white-space: nowrap;
  }
  .visual-edition .oura,
  .visual-edition .garmin,
  .visual-edition .whoop { font-size: inherit; letter-spacing: 0; }
  .visual-edition .blood-art {
    inset: 0 0 auto;
    width: 100%;
    height: 335px;
    object-fit: contain;
    object-position: right center;
  }
  .visual-edition .blood-upload,
  .visual-edition .biomarker-title,
  .visual-edition .biomarkers { position: relative; z-index: 1; }
  .visual-edition .blood-upload { width: 69%; }
  .visual-edition .biomarkers { max-width: 67%; font-size: 14px; }
  .visual-edition .formats-art { height: 260px; }
  .visual-edition .format-list { grid-template-columns: 1fr 1fr; gap: 1px 10px; margin-top: 5px; }
  .visual-edition .format-list > span,
  .visual-edition .format-list > span:last-child {
    border-top: 1px solid #d7dbcf;
    padding: 4px 0 0;
    text-align: left;
    font-size: 12px;
  }
  .visual-edition .step-5 .step-caption { text-align: left; }
}

/* The studio backdrops fade before reaching the surrounding surface. */
.visual-edition .wearables-art {
  mask-image: linear-gradient(to right, transparent, #000 25%, #000 80%, transparent),
    linear-gradient(to bottom, transparent, #000 5%, #000 92%, transparent);
  mask-composite: intersect;
}
.visual-edition .phone-art {
  mask-image: linear-gradient(to right, transparent, #000 14%, #000 86%, transparent),
    linear-gradient(to bottom, transparent, #000 4%, #000 94%, transparent);
  mask-composite: intersect;
}
.visual-edition .blood-art {
  mask-image: linear-gradient(to right, transparent, #000 35%, #000 88%, transparent),
    linear-gradient(to bottom, transparent, #000 5%, #000 92%, transparent);
  mask-composite: intersect;
}
.visual-edition .formats-art {
  mask-image: linear-gradient(to right, transparent, #000 18%, #000 94%, transparent),
    linear-gradient(to bottom, transparent, #000 5%, #000 92%, transparent);
  mask-composite: intersect;
}
.visual-edition .wearables-art,
.visual-edition .phone-art,
.visual-edition .blood-art,
.visual-edition .formats-art { filter: contrast(1.07) brightness(1.025); }
