/* BioLabKit homepage — premium editorial design layer */

body.home-premium {
  --home-bg: #f6f2eb;
  --home-ink: #071f2a;
  --home-accent: #00b7a5;
  --home-page: min(1320px, calc(100% - 64px));
  --home-line: rgba(7, 30, 41, 0.14);
  --home-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ink: var(--home-ink);
  --ink-strong: var(--home-ink);
  --teal: var(--home-accent);
  --teal-dark: var(--home-ink);
  --teal-soft: rgba(53, 216, 196, 0.14);
  --blue-soft: var(--home-bg);
  --sand: var(--home-bg);
  --line: var(--home-line);
  --page: var(--home-page);
  color: var(--home-ink);
  background: var(--home-bg);
  font-family: Inter, "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.01em;
}

body.home-premium a,
body.home-premium button,
body.home-premium summary {
  transition: all 300ms ease-in-out;
}

body.home-premium :focus-visible {
  outline: 3px solid var(--home-accent);
  outline-offset: 4px;
}

body.home-premium .page-width {
  width: var(--home-page);
}

body.home-premium .site-header {
  top: 0;
  border-bottom: 1px solid rgba(7, 30, 41, 0.1);
  background: rgba(243, 242, 237, 0.82);
  box-shadow: 0 10px 40px rgba(7, 30, 41, 0.05);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

body.home-premium .nav-shell {
  width: var(--home-page);
  min-height: 82px;
  gap: 34px;
}

body.home-premium .brand {
  color: var(--home-ink);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

body.home-premium .brand img {
  width: 48px;
  height: 48px;
}

body.home-premium .primary-nav {
  gap: clamp(18px, 2.2vw, 34px);
}

body.home-premium .primary-nav a {
  position: relative;
  color: rgba(7, 30, 41, 0.72);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.035em;
}

body.home-premium .primary-nav a:not(.provider-login)::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -8px;
  left: 50%;
  height: 2px;
  background: var(--home-accent);
  transition: left 300ms var(--home-ease), right 300ms var(--home-ease);
}

body.home-premium .primary-nav a:hover::after,
body.home-premium .primary-nav a:focus-visible::after {
  right: 0;
  left: 0;
}

body.home-premium .service-ribbon {
  padding: 8px 16px;
  color: var(--home-bg);
  background: var(--home-ink);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home-premium .button,
body.home-premium .button-outline {
  position: relative;
  min-height: 52px;
  overflow: hidden;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  isolation: isolate;
}

body.home-premium .button {
  gap: 12px;
  border-color: var(--home-accent);
  color: var(--home-ink);
  background: var(--home-accent);
  box-shadow: none;
}

body.home-premium .button::before,
body.home-premium .button-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--home-ink);
  transform: translateX(-102%);
  transition: transform 380ms var(--home-ease);
}

body.home-premium .button::after,
body.home-premium .button-outline::after {
  content: "↗";
  display: inline-block;
  font-size: 1rem;
  transform: translate(-4px, 4px);
  opacity: 0;
  transition: transform 300ms var(--home-ease), opacity 300ms ease;
}

body.home-premium .button:hover,
body.home-premium .button:focus-visible,
body.home-premium .button-outline:hover,
body.home-premium .button-outline:focus-visible {
  color: var(--home-bg);
  border-color: var(--home-ink);
  background: var(--home-accent);
  box-shadow: none;
  transform: translateY(-2px);
}

body.home-premium .button:hover::before,
body.home-premium .button:focus-visible::before,
body.home-premium .button-outline:hover::before,
body.home-premium .button-outline:focus-visible::before {
  transform: translateX(0);
}

body.home-premium .button:hover::after,
body.home-premium .button:focus-visible::after,
body.home-premium .button-outline:hover::after,
body.home-premium .button-outline:focus-visible::after {
  opacity: 1;
  transform: translate(0, 0);
}

body.home-premium .button-outline {
  border-color: rgba(7, 30, 41, 0.34);
  color: var(--home-ink);
  background: transparent;
}

body.home-premium .button-small {
  min-height: 44px;
  padding: 10px 17px;
}

body.home-premium .text-link,
body.home-premium .card-link {
  position: relative;
  color: var(--home-ink);
  font-weight: 820;
  text-decoration-color: var(--home-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

body.home-premium .text-link:hover,
body.home-premium .card-link:hover {
  color: var(--home-ink);
  text-decoration: underline;
  text-decoration-color: var(--home-accent);
  transform: translateX(4px);
}

/* Offset editorial hero */

body.home-premium .hero {
  min-height: 820px;
  padding: clamp(76px, 8vw, 128px) 0 clamp(90px, 9vw, 150px);
  overflow: hidden;
  color: var(--home-bg);
  background: var(--home-ink);
}

body.home-premium .hero::before {
  content: "LAB";
  position: absolute;
  top: -0.19em;
  left: -0.05em;
  width: auto;
  height: auto;
  color: transparent;
  background: none;
  -webkit-text-stroke: 1px rgba(243, 242, 237, 0.07);
  font-size: clamp(14rem, 31vw, 34rem);
  font-weight: 950;
  letter-spacing: -0.12em;
  line-height: 1;
  filter: none;
  pointer-events: none;
}

body.home-premium .hero::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 10%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(53, 216, 196, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 62px rgba(53, 216, 196, 0.025), 0 0 0 124px rgba(53, 216, 196, 0.018);
  pointer-events: none;
}

body.home-premium .hero-grid {
  z-index: 1;
  width: var(--home-page);
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(38px, 6vw, 96px);
  align-items: center;
}

body.home-premium .hero-grid > * {
  min-width: 0;
}

body.home-premium .hero-copy {
  z-index: 3;
  max-width: none;
  padding: 34px 0 0;
  text-align: center;
}

body.home-premium .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--home-ink);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

body.home-premium .eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--home-accent);
}

body.home-premium .hero .eyebrow {
  justify-content: center;
  color: var(--home-accent);
}

body.home-premium .hero h1 {
  max-width: 8.2em;
  margin-inline: auto;
  color: var(--home-bg);
  font-size: clamp(4.5rem, 7.6vw, 7.6rem);
  font-weight: 880;
  letter-spacing: -0.075em;
  line-height: 0.87;
}

body.home-premium .hero h1 span {
  display: block;
  color: var(--home-bg);
  font-size: 0.56em;
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1;
}

body.home-premium .hero-copy .lede {
  max-width: 570px;
  margin: 32px auto 0;
  color: rgba(243, 242, 237, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}

body.home-premium .hero .hero-actions {
  justify-content: center;
  margin-top: 34px;
}

body.home-premium .hero .button-outline {
  border-color: rgba(243, 242, 237, 0.38);
  color: var(--home-bg);
}

body.home-premium .hero .button-outline::before {
  background: var(--home-accent);
}

body.home-premium .hero .button-outline:hover,
body.home-premium .hero .button-outline:focus-visible {
  color: var(--home-ink);
  border-color: var(--home-accent);
}

body.home-premium .hero .provider-route {
  margin-top: 28px;
  color: rgba(243, 242, 237, 0.55);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

body.home-premium .hero .provider-route a {
  color: var(--home-bg);
  text-decoration: underline;
  text-decoration-color: var(--home-accent);
  text-underline-offset: 4px;
}

body.home-premium .hero-product {
  min-height: 680px;
  margin-right: -7vw;
  border: 0;
  border-radius: 190px 10px 10px 10px;
  background: rgba(243, 242, 237, 0.08);
  box-shadow: 0 46px 100px rgba(0, 0, 0, 0.34);
  overflow: visible;
}

body.home-premium .hero-product::after {
  display: none;
}

body.home-premium .hero-product > img {
  width: 100%;
  height: 680px;
  min-height: 680px;
  border-radius: inherit;
  object-fit: cover;
  object-position: 60% center;
  filter: saturate(0.78) contrast(1.04);
}

body.home-premium .hero-glass-card {
  position: absolute;
  z-index: 4;
  left: -86px;
  bottom: 42px;
  width: 270px;
  padding: 26px;
  border: 1px solid rgba(243, 242, 237, 0.22);
  border-radius: 4px;
  color: var(--home-bg);
  background: rgba(7, 30, 41, 0.68);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

body.home-premium .hero-glass-card > span {
  color: var(--home-accent);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home-premium .hero-glass-card strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 12px 0 10px;
  font-size: 3.2rem;
  letter-spacing: -0.08em;
  line-height: 1;
}

body.home-premium .hero-glass-card strong small {
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.03em;
}

body.home-premium .hero-glass-card p {
  margin: 0;
  color: rgba(243, 242, 237, 0.7);
  font-size: 0.72rem;
  line-height: 1.5;
}

/* Floating proof rail */

body.home-premium .clarity-bar {
  position: relative;
  z-index: 7;
  width: var(--home-page);
  margin: -58px auto 0;
  border: 0;
  background: var(--home-bg);
  box-shadow: 0 26px 74px rgba(7, 30, 41, 0.13);
}

body.home-premium .clarity-grid {
  width: 100%;
  grid-template-columns: 1.1fr 1.2fr 1fr 1.25fr;
}

body.home-premium .clarity-item,
body.home-premium .clarity-item:first-child {
  min-height: 116px;
  padding: 24px clamp(18px, 2.4vw, 34px);
  border: 0;
  border-right: 1px solid var(--home-line);
}

body.home-premium .clarity-item:last-child {
  border-right: 0;
}

body.home-premium .clarity-icon {
  width: auto;
  height: auto;
  color: var(--home-accent);
  background: none;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

body.home-premium .clarity-item strong {
  color: var(--home-ink);
  font-size: 0.9rem;
  font-weight: 850;
}

body.home-premium .clarity-item span:not(.clarity-icon) {
  margin-top: 5px;
  color: rgba(7, 30, 41, 0.58);
}

body.home-premium .section {
  padding: clamp(92px, 10vw, 152px) 0;
}

body.home-premium h2 {
  color: var(--home-ink);
  font-size: clamp(2.9rem, 5vw, 5.25rem);
  font-weight: 820;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

body.home-premium h3 {
  color: var(--home-ink);
  font-weight: 780;
  letter-spacing: -0.035em;
}

body.home-premium .lede {
  color: rgba(7, 30, 41, 0.62);
  line-height: 1.7;
}

/* Two explicit customer paths — both remain visible so the choice is clear. */

body.home-premium .audience-path-section {
  position: relative;
  overflow: hidden;
}

body.home-premium .audience-path-section::before {
  content: "CHOOSE";
  position: absolute;
  right: -0.04em;
  bottom: -0.12em;
  color: rgba(7, 30, 41, 0.035);
  font-size: clamp(10rem, 23vw, 24rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.8;
  pointer-events: none;
}

body.home-premium .audience-path-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  column-gap: clamp(40px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(42px, 7vw, 78px);
}

body.home-premium .audience-path-heading .eyebrow {
  grid-column: 1 / -1;
}

body.home-premium .audience-path-heading h2 {
  max-width: 11em;
}

body.home-premium .audience-path-heading .lede {
  margin: 0 0 0 auto;
  max-width: 39rem;
}

body.home-premium .audience-path-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 38px);
}

body.home-premium .audience-path-card {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(300px, auto) 310px;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 3px 54px 3px 3px;
  background: rgba(255, 255, 255, 0.42);
  transition: transform 420ms var(--home-ease), border-color 300ms ease, box-shadow 420ms var(--home-ease);
}

body.home-premium .audience-path-card:hover {
  border-color: var(--home-accent);
  box-shadow: 0 30px 70px rgba(7, 30, 41, 0.12);
  transform: translateY(-8px);
}

body.home-premium .audience-path-copy {
  padding: clamp(30px, 4vw, 52px);
}

body.home-premium .audience-path-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(0, 183, 165, 0.55);
  border-radius: 999px;
  color: #006e65;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.home-premium .audience-path-card h3 {
  max-width: 12em;
  margin-top: 25px;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.01;
}

body.home-premium .audience-path-card p {
  margin: 20px 0 22px;
  color: rgba(7, 30, 41, 0.68);
  line-height: 1.67;
}

body.home-premium .audience-path-card .text-link {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
}

body.home-premium .audience-path-card .text-link span {
  transition: transform 300ms ease;
}

body.home-premium .audience-path-card .text-link:hover span {
  transform: translateX(5px);
}

body.home-premium .audience-path-card figure {
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  background: var(--home-ink);
}

body.home-premium .audience-path-card figure img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms var(--home-ease), filter 500ms ease;
}

body.home-premium .audience-path-card .audience-path-brand-figure {
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 42%, rgba(53, 216, 196, 0.18), transparent 42%), #0b2531;
}

body.home-premium .audience-path-card .audience-path-brand-figure img {
  width: min(42%, 210px);
  height: auto;
  min-height: 0;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.24));
}

body.home-premium .audience-path-card:hover figure img {
  transform: scale(1.035);
}

body.home-premium .audience-path-practice {
  color: var(--home-bg);
  border-color: rgba(7, 30, 41, 0.9);
  border-radius: 54px 3px 3px 3px;
  background: var(--home-ink);
}

body.home-premium .audience-path-practice .audience-path-label {
  color: var(--home-accent);
  border-color: rgba(53, 216, 196, 0.62);
}

body.home-premium .audience-path-practice h3 {
  color: var(--home-bg);
}

body.home-premium .audience-path-practice p {
  color: rgba(243, 242, 237, 0.72);
}

body.home-premium .audience-path-practice .text-link {
  color: var(--home-bg);
}

/* Product carousel */

body.home-premium .home-catalog-section {
  overflow: hidden;
  color: var(--home-bg);
  background: var(--home-ink);
}

body.home-premium .home-catalog-section .eyebrow {
  color: var(--home-accent);
}

body.home-premium .home-catalog-section h2 {
  max-width: 9.5em;
  color: var(--home-bg);
}

body.home-premium .home-catalog-section .lede {
  color: rgba(243, 242, 237, 0.64);
}

body.home-premium .catalog-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 44px;
  margin-bottom: 44px;
}

body.home-premium .catalog-heading-row .section-heading {
  max-width: 840px;
  margin-bottom: 0;
}

body.home-premium .carousel-controls {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

body.home-premium .carousel-arrow {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(243, 242, 237, 0.28);
  border-radius: 50%;
  color: var(--home-bg);
  background: transparent;
  font-size: 1.35rem;
}

body.home-premium .carousel-arrow:hover,
body.home-premium .carousel-arrow:focus-visible {
  color: var(--home-ink);
  border-color: var(--home-accent);
  background: var(--home-accent);
  transform: scale(1.04);
}

body.home-premium .carousel-arrow:disabled {
  opacity: 0.28;
  cursor: not-allowed;
  transform: none;
}

body.home-premium .product-grid-main {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  grid-template-columns: none;
  gap: 18px;
  align-items: stretch;
  margin-right: 0;
  padding: 0 0 28px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

body.home-premium .product-grid-main::-webkit-scrollbar {
  display: none;
}

body.home-premium .product-grid-main > .product-card,
body.home-premium .product-grid-main > .product-card:last-child:nth-child(odd) {
  grid-column: auto;
  scroll-snap-align: start;
}

body.home-premium .product-grid-main .product-card,
body.home-premium .product-grid-main .product-card:nth-child(3n+2),
body.home-premium .product-grid-main .product-card:nth-child(3n) {
  position: relative;
  min-height: 610px;
  padding: 0 28px 28px;
  overflow: hidden;
  border: 1px solid rgba(243, 242, 237, 0.18);
  border-radius: 4px;
  color: var(--home-bg);
  background: rgba(243, 242, 237, 0.055);
  box-shadow: none;
}

body.home-premium .product-grid-main .product-card-top {
  min-height: 128px;
}

body.home-premium .product-grid-main .product-summary {
  min-height: 8.4em;
  margin-bottom: 20px;
}

body.home-premium .product-grid-main .package-price-grid {
  width: 100%;
}

body.home-premium .product-grid-main .components-block {
  width: 100%;
}

body.home-premium .product-grid-main .product-card:hover {
  border-color: var(--home-accent);
  background: rgba(243, 242, 237, 0.09);
  box-shadow: none;
  transform: translateY(-7px);
}

body.home-premium .product-card-accent {
  min-height: 72px;
  margin: 0 -28px 28px;
  padding: 0 28px;
  border-color: rgba(243, 242, 237, 0.16);
}

body.home-premium .product-card-accent span {
  width: auto;
  height: auto;
  border-radius: 0;
  color: var(--home-accent);
  background: transparent;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home-premium .product-card-accent i {
  background: linear-gradient(90deg, rgba(53, 216, 196, 0.7), transparent);
}

body.home-premium .product-grid-main .category-label {
  color: var(--home-accent);
  font-size: 0.64rem;
  letter-spacing: 0.13em;
}

body.home-premium .product-grid-main h3,
body.home-premium .product-grid-main h3 a {
  color: var(--home-bg);
}

body.home-premium .product-grid-main h3 {
  margin-top: 12px;
  font-size: 1.75rem;
  line-height: 1.02;
}

body.home-premium .product-grid-main .product-summary {
  color: rgba(243, 242, 237, 0.62);
  font-size: 0.88rem;
  line-height: 1.58;
}

body.home-premium .product-grid-main .package-price-grid {
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(243, 242, 237, 0.16);
  border-radius: 0;
  background: transparent;
}

body.home-premium .product-grid-main .package-price-grid > div {
  padding: 16px;
  border-color: rgba(243, 242, 237, 0.14);
}

body.home-premium .product-grid-main .package-price-grid span,
body.home-premium .product-grid-main .package-price-grid small {
  color: rgba(243, 242, 237, 0.52);
}

body.home-premium .product-grid-main .package-price-grid strong {
  color: var(--home-bg);
  font-size: 1.45rem;
}

body.home-premium .product-grid-main .components-block {
  border-color: rgba(243, 242, 237, 0.16);
}

body.home-premium .product-grid-main .components-block summary,
body.home-premium .product-grid-main .components-block summary strong,
body.home-premium .product-grid-main .components-block summary span,
body.home-premium .product-grid-main .component-list {
  color: rgba(243, 242, 237, 0.9);
}

body.home-premium .product-grid-main .component-list li {
  border-color: rgba(243, 242, 237, 0.12);
}

body.home-premium .product-grid-main .product-card-actions {
  align-items: stretch;
}

body.home-premium .product-grid-main .card-link {
  color: var(--home-bg);
}

body.home-premium .product-grid-main .subscription-pending {
  color: rgba(243, 242, 237, 0.46);
  font-size: 0.7rem;
}

body.home-premium .carousel-dots {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 18px;
}

body.home-premium .carousel-status {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(360px, 100%);
  margin-top: 18px;
  color: rgba(243, 242, 237, 0.76);
  font-size: 0.78rem;
  font-weight: 750;
}

body.home-premium .carousel-status-track {
  position: relative;
  flex: 1;
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(243, 242, 237, 0.24);
}

body.home-premium .carousel-status-track i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: inherit;
  background: var(--home-accent);
  transition: width 300ms var(--home-ease);
}

body.home-premium .carousel-dots button {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.home-premium .carousel-dots button::before {
  content: "";
  position: absolute;
  inset: 50% 5px auto;
  height: 4px;
  border-radius: 99px;
  background: rgba(243, 242, 237, 0.36);
  transform: translateY(-50%);
  transition: inset 300ms ease, background-color 300ms ease, height 300ms ease;
}

body.home-premium .carousel-dots button[aria-current="true"] {
  width: 60px;
}

body.home-premium .carousel-dots button[aria-current="true"]::before {
  inset-inline: 3px;
  height: 5px;
  background: var(--home-accent);
}

body.home-premium .home-catalog-section .section-action {
  margin-top: 42px;
  text-align: left;
}

body.home-premium .home-catalog-section .section-action .button-outline {
  color: var(--home-bg);
  border-color: rgba(243, 242, 237, 0.32);
}

/* Peptide guide — sculptural accent block */

body.home-premium .peptide-entry-section {
  padding: 0;
  background: var(--home-bg);
}

body.home-premium .peptide-entry-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.55fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: end;
  width: 100%;
  max-width: none;
  padding: clamp(92px, 10vw, 152px) max(32px, calc((100vw - 1320px) / 2));
  overflow: hidden;
  color: var(--home-ink);
  background: var(--home-accent);
  border-radius: 0;
}

body.home-premium .peptide-entry-card::before {
  content: "07";
  position: absolute;
  right: 18%;
  bottom: -0.22em;
  color: rgba(7, 30, 41, 0.075);
  font-size: clamp(15rem, 29vw, 31rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 1;
  pointer-events: none;
}

body.home-premium .peptide-entry-card::after {
  display: none;
}

body.home-premium .peptide-entry-card > * {
  position: relative;
  z-index: 1;
}

body.home-premium .peptide-entry-card h2,
body.home-premium .peptide-entry-card .eyebrow,
body.home-premium .peptide-entry-card .lede,
body.home-premium .peptide-entry-card .microcopy {
  color: var(--home-ink);
}

body.home-premium .peptide-entry-card h2 {
  max-width: 8em;
}

body.home-premium .peptide-entry-card .lede {
  max-width: 780px;
}

body.home-premium .peptide-entry-card .microcopy {
  max-width: 800px;
  opacity: 0.64;
}

body.home-premium .peptide-entry-card .eyebrow::before {
  background: var(--home-ink);
}

body.home-premium .peptide-entry-actions {
  gap: 12px;
}

body.home-premium .peptide-entry-actions .button {
  color: var(--home-bg);
  border-color: var(--home-ink);
  background: var(--home-ink);
}

body.home-premium .peptide-entry-actions .button::before {
  background: var(--home-bg);
}

body.home-premium .peptide-entry-actions .button:hover {
  color: var(--home-ink);
}

body.home-premium .peptide-entry-actions .button-outline {
  color: var(--home-ink);
  border-color: rgba(7, 30, 41, 0.45);
  background: transparent;
}

/* Deliberately varied editorial sections */

body.home-premium .section-visual-story {
  padding: clamp(110px, 12vw, 180px) 0;
  color: var(--home-bg);
  background: var(--home-ink);
}

body.home-premium .visual-story-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  gap: clamp(60px, 10vw, 150px);
}

body.home-premium .visual-story-image {
  min-height: 660px;
  margin-left: -8vw;
  border-radius: 0 220px 0 0;
  box-shadow: none;
}

body.home-premium .visual-story-image img {
  min-height: 660px;
  filter: saturate(0.72) contrast(1.04);
}

body.home-premium .visual-story-image figcaption,
body.home-premium .collection-image figcaption {
  right: 18px;
  bottom: 18px;
  left: auto;
  max-width: 290px;
  border-radius: 2px;
  background: rgba(7, 30, 41, 0.78);
}

body.home-premium .visual-story-copy {
  position: relative;
  padding-top: 90px;
}

body.home-premium .visual-story-copy::before {
  content: "01";
  position: absolute;
  top: -32px;
  right: 0;
  color: rgba(243, 242, 237, 0.07);
  font-size: 10rem;
  font-weight: 900;
  letter-spacing: -0.1em;
}

body.home-premium .section-visual-story h2,
body.home-premium .section-visual-story .eyebrow {
  color: var(--home-bg);
}

body.home-premium .section-visual-story .eyebrow {
  color: var(--home-accent);
}

body.home-premium .section-visual-story .lede {
  color: rgba(243, 242, 237, 0.66);
}

body.home-premium .feature-points {
  display: grid;
  gap: 0;
  margin: 32px 0;
  border-top: 1px solid rgba(243, 242, 237, 0.18);
}

body.home-premium .feature-points span {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 16px;
  border-bottom: 1px solid rgba(243, 242, 237, 0.18);
  color: var(--home-bg);
  border-radius: 0;
  background: none;
  text-align: center;
}

body.home-premium #workflow {
  position: relative;
  background: var(--home-bg);
}

body.home-premium #workflow .section-heading.center {
  max-width: 900px;
  margin: 0 0 50px;
  text-align: left;
}

body.home-premium .workflow-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.home-premium .workflow-step {
  min-width: 0;
  min-height: 280px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--home-line);
  border-radius: 3px 26px 3px 26px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 45px rgba(7, 30, 41, 0.06);
}

body.home-premium .workflow-step:nth-child(1) {
  --workflow-tint: rgba(0, 183, 165, 0.12);
  --workflow-icon: #006e66;
}

body.home-premium .workflow-step:nth-child(2) {
  --workflow-tint: rgba(26, 112, 145, 0.11);
  --workflow-icon: #155d79;
}

body.home-premium .workflow-step:nth-child(3) {
  --workflow-tint: rgba(53, 216, 196, 0.15);
  --workflow-icon: #00766d;
}

body.home-premium .workflow-step:nth-child(4) {
  --workflow-tint: rgba(7, 30, 41, 0.09);
  --workflow-icon: #173f50;
}

body.home-premium .workflow-step-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
}

body.home-premium .workflow-step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--home-bg);
  background: var(--home-ink);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

body.home-premium .workflow-step-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid color-mix(in srgb, var(--workflow-icon) 24%, transparent);
  border-radius: 21px;
  color: var(--workflow-icon);
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.78) 0 11%, transparent 12%),
    var(--workflow-tint);
}

body.home-premium .workflow-step-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.home-premium .workflow-step h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.13;
}

body.home-premium .workflow-step p {
  margin: 12px 0 0;
  color: #566878;
  font-size: 0.95rem;
  line-height: 1.58;
}

body.home-premium .collection-feature {
  overflow: hidden;
  background: var(--home-bg);
}

body.home-premium .collection-grid {
  grid-template-columns: minmax(330px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(60px, 10vw, 150px);
}

body.home-premium .collection-copy {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

body.home-premium .collection-image {
  min-height: 680px;
  margin-right: -9vw;
  border-radius: 180px 0 0 0;
  box-shadow: none;
}

body.home-premium .collection-image img {
  min-height: 680px;
  filter: saturate(0.78);
}

body.home-premium .compact-steps {
  margin-top: 34px;
  border-top: 1px solid var(--home-line);
}

body.home-premium .compact-steps li {
  padding: 18px 0;
  border-color: var(--home-line);
}

body.home-premium .portal-feature-section {
  position: relative;
  overflow: hidden;
  color: var(--home-bg);
  background: var(--home-ink);
}

body.home-premium .portal-feature-section::after {
  content: "SECURE";
  position: absolute;
  right: -0.08em;
  bottom: -0.15em;
  color: rgba(243, 242, 237, 0.045);
  font-size: clamp(10rem, 22vw, 24rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 1;
}

body.home-premium .portal-feature-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(320px, 0.72fr) minmax(440px, 1.28fr);
  gap: clamp(70px, 10vw, 150px);
}

body.home-premium .portal-feature-copy h2,
body.home-premium .portal-feature-copy .eyebrow {
  color: var(--home-bg);
}

body.home-premium .portal-feature-copy .eyebrow {
  color: var(--home-accent);
}

body.home-premium .portal-feature-copy .button-outline {
  border-color: rgba(243, 242, 237, 0.32);
}

body.home-premium .portal-snapshot {
  padding: 38px;
  border: 1px solid rgba(243, 242, 237, 0.18);
  border-radius: 4px;
  background: rgba(243, 242, 237, 0.06);
  box-shadow: 44px 44px 0 rgba(53, 216, 196, 0.1);
  backdrop-filter: blur(14px);
}

body.home-premium .portal-snapshot .snapshot-progress i,
body.home-premium .portal-snapshot .snapshot-progress i.current {
  background: var(--home-accent);
}

body.home-premium .bioage-home-section {
  background: var(--home-bg);
}

body.home-premium .bioage-home-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.58fr);
  gap: clamp(70px, 12vw, 180px);
}

body.home-premium .bioage-example-card {
  position: relative;
  padding: 38px;
  border: 1px solid var(--home-ink);
  border-radius: 3px;
  background: transparent;
  box-shadow: 22px 22px 0 var(--home-accent);
}

body.home-premium main > .section:not([class*="feature"]):not(.home-catalog-section):not(.peptide-entry-section):not(.audience-switch-section):not(#faq) .split {
  gap: clamp(70px, 12vw, 180px);
}

body.home-premium .confirmation-board,
body.home-premium .results-shell {
  border: 1px solid var(--home-line);
  border-radius: 3px;
  box-shadow: 26px 26px 0 rgba(53, 216, 196, 0.16);
}

body.home-premium .section-sand {
  color: var(--home-bg);
  background: var(--home-ink);
}

body.home-premium .section-sand h2,
body.home-premium .section-sand .eyebrow {
  color: var(--home-bg);
}

body.home-premium .section-sand .eyebrow {
  color: var(--home-accent);
}

body.home-premium .goal-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

body.home-premium .goal-card {
  grid-column: span 3;
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(243, 242, 237, 0.18);
  border-radius: 3px;
  color: var(--home-bg);
  background: transparent;
}

body.home-premium .goal-card:nth-child(2),
body.home-premium .goal-card:nth-child(4) {
  transform: translateY(36px);
}

body.home-premium .goal-card:hover,
body.home-premium .goal-card:focus-visible {
  color: var(--home-ink);
  border-color: var(--home-accent);
  background: var(--home-accent);
  box-shadow: none;
  transform: translateY(-8px);
}

body.home-premium .goal-card:nth-child(2):hover,
body.home-premium .goal-card:nth-child(4):hover,
body.home-premium .goal-card:nth-child(2):focus-visible,
body.home-premium .goal-card:nth-child(4):focus-visible {
  transform: translateY(28px);
}

body.home-premium .goal-card h3,
body.home-premium .goal-card strong,
body.home-premium .goal-card span {
  color: inherit;
}

body.home-premium .provider-callout {
  position: relative;
  align-items: end;
  padding: clamp(50px, 7vw, 90px);
  overflow: hidden;
  border-radius: 3px;
  background: var(--home-accent);
}

body.home-premium .provider-callout::after {
  content: "B2B";
  position: absolute;
  right: -0.06em;
  bottom: -0.28em;
  color: rgba(7, 30, 41, 0.08);
  font-size: clamp(9rem, 22vw, 20rem);
  font-weight: 950;
  letter-spacing: -0.1em;
}

body.home-premium .provider-callout > * {
  position: relative;
  z-index: 1;
}

body.home-premium .provider-callout h2,
body.home-premium .provider-callout .eyebrow,
body.home-premium .provider-callout p {
  color: var(--home-ink);
}

body.home-premium .provider-callout .eyebrow::before {
  background: var(--home-ink);
}

body.home-premium .provider-callout .button {
  color: var(--home-bg);
  border-color: var(--home-ink);
  background: var(--home-ink);
}

/* FAQ as a split editorial composition */

body.home-premium #faq {
  background: var(--home-bg);
}

body.home-premium #faq > .page-width {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(70px, 11vw, 170px);
  align-items: start;
}

body.home-premium #faq .section-heading.center {
  position: sticky;
  top: 130px;
  margin: 0;
  text-align: left;
}

body.home-premium #faq .faq-list {
  max-width: none;
  margin: 0;
  border-color: var(--home-ink);
}

body.home-premium .faq-list details {
  border-color: var(--home-line);
}

body.home-premium .faq-list summary {
  min-height: 82px;
  padding: 20px 58px 20px 0;
  color: var(--home-ink);
  font-size: 1rem;
  font-weight: 760;
}

body.home-premium .faq-list summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: -52px;
  border: 1px solid var(--home-line);
  border-radius: 50%;
  color: var(--home-ink);
  font-size: 1.2rem;
  transition: transform 300ms var(--home-ease), color 300ms ease, background 300ms ease;
}

body.home-premium .faq-list details[open] summary::after {
  content: "+";
  color: var(--home-ink);
  border-color: var(--home-accent);
  background: var(--home-accent);
  transform: rotate(45deg);
}

body.home-premium .faq-list details p {
  max-width: 680px;
  padding-right: 40px;
  color: rgba(7, 30, 41, 0.62);
  line-height: 1.7;
}

@supports (interpolate-size: allow-keywords) {
  body.home-premium .faq-list {
    interpolate-size: allow-keywords;
  }

  body.home-premium .faq-list details::details-content {
    block-size: 0;
    overflow: hidden;
    opacity: 0;
    transition: block-size 300ms var(--home-ease), opacity 300ms ease, content-visibility 300ms allow-discrete;
  }

  body.home-premium .faq-list details[open]::details-content {
    block-size: auto;
    opacity: 1;
  }
}

body.home-premium .site-footer {
  padding-top: 90px;
  background: var(--home-ink);
}

body.home-premium .site-footer a:hover {
  color: var(--home-accent);
}

body.home-premium .footer-bottom {
  border-color: rgba(243, 242, 237, 0.14);
}

/* Viewport reveal — applied only after JavaScript opts in */

body.home-premium .home-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms var(--home-ease), transform 720ms var(--home-ease);
}

body.home-premium .home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  body.home-premium {
    --home-page: min(100% - 40px, 960px);
  }

  body.home-premium .hero-grid {
    grid-template-columns: minmax(0, 0.84fr) minmax(430px, 1.16fr);
    gap: 38px;
  }

  body.home-premium .hero-product {
    min-height: 610px;
    margin-right: -10vw;
  }

  body.home-premium .hero-product > img {
    height: 610px;
    min-height: 610px;
  }

  body.home-premium .hero-glass-card {
    left: -56px;
  }

  body.home-premium .audience-path-heading {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  body.home-premium .audience-path-heading .lede {
    max-width: 48rem;
    margin-left: 0;
  }

  body.home-premium #faq .section-heading.center {
    position: static;
  }

  body.home-premium .workflow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-premium .workflow-step {
    min-height: 250px;
  }

  body.home-premium .product-grid-main {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  body.home-premium .goal-card {
    grid-column: span 6;
  }

  body.home-premium #faq > .page-width {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 960px) and (min-width: 821px) {
  body.home-premium .hero {
    min-height: auto;
    padding: 82px 0 96px;
  }

  body.home-premium .hero-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  body.home-premium .hero-copy {
    max-width: 720px;
  }

  body.home-premium .hero-product {
    width: min(760px, calc(100% - 54px));
    min-height: 560px;
    margin: 0 0 0 auto;
    border-radius: 150px 4px 4px 4px;
  }

  body.home-premium .hero-product > img {
    height: 560px;
    min-height: 560px;
  }

  body.home-premium .hero-glass-card {
    left: -54px;
    bottom: 30px;
  }
}

@media (max-width: 820px) {
  body.home-premium {
    --home-page: calc(100% - 32px);
  }

  body.home-premium .nav-shell {
    min-height: 70px;
  }

  body.home-premium .primary-nav {
    background: var(--home-bg);
  }

  body.home-premium .hero {
    min-height: auto;
    padding: 72px 0 90px;
  }

  body.home-premium .hero-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  body.home-premium .hero-copy {
    max-width: 650px;
  }

  body.home-premium .hero h1 {
    font-size: clamp(4rem, 15vw, 6.7rem);
  }

  body.home-premium .hero-product {
    min-height: 560px;
    margin: 0 -16px 0 8vw;
    border-radius: 150px 4px 4px 4px;
  }

  body.home-premium .hero-product > img {
    height: 560px;
    min-height: 560px;
  }

  body.home-premium .hero-glass-card {
    left: -12vw;
    bottom: 28px;
  }

  body.home-premium .clarity-bar {
    width: calc(100% - 32px);
    margin-top: -40px;
  }

  body.home-premium .clarity-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.home-premium .clarity-item:nth-child(2) {
    border-right: 0;
  }

  body.home-premium .clarity-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--home-line);
  }

  body.home-premium .audience-path-grid {
    grid-template-columns: 1fr;
  }

  body.home-premium .audience-path-card {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
    grid-template-rows: auto;
  }

  body.home-premium .audience-path-card figure,
  body.home-premium .audience-path-card figure img {
    height: 100%;
    min-height: 360px;
  }

  body.home-premium .catalog-heading-row {
    align-items: center;
  }

  body.home-premium .product-grid-main {
    grid-auto-columns: 100%;
  }

  body.home-premium .peptide-entry-card {
    grid-template-columns: 1fr;
  }

  body.home-premium .peptide-entry-actions {
    width: min(390px, 100%);
  }

  body.home-premium .visual-story-grid,
  body.home-premium .collection-grid,
  body.home-premium .portal-feature-grid,
  body.home-premium .bioage-home-grid {
    grid-template-columns: 1fr;
  }

  body.home-premium .visual-story-image {
    min-height: 520px;
    margin: 0 7vw 0 -16px;
  }

  body.home-premium .visual-story-image img {
    min-height: 520px;
  }

  body.home-premium .visual-story-copy,
  body.home-premium .collection-copy {
    padding: 0;
  }

  body.home-premium .collection-image {
    order: -1;
    min-height: 540px;
    margin: 0 -16px 0 7vw;
  }

  body.home-premium .collection-image img {
    min-height: 540px;
  }

  body.home-premium .portal-snapshot {
    box-shadow: 18px 18px 0 rgba(53, 216, 196, 0.1);
  }
}

@media (max-width: 560px) {
  body.home-premium .site-header .button-small {
    min-height: 42px;
    padding: 8px 12px;
    font-size: 0.72rem;
  }

  body.home-premium .brand span {
    font-size: 1.03rem;
  }

  body.home-premium .brand img {
    width: 40px;
    height: 40px;
  }

  body.home-premium .service-ribbon > div {
    gap: 3px;
  }

  body.home-premium .service-ribbon span:not(:first-child),
  body.home-premium .service-ribbon i {
    display: none;
  }

  body.home-premium .hero {
    padding-top: 58px;
  }

  body.home-premium .hero h1 {
    font-size: clamp(3.7rem, 20vw, 5.4rem);
    line-height: 0.9;
  }

  body.home-premium .hero h1 span {
    font-size: 0.4em;
  }

  body.home-premium .hero-copy .lede {
    margin-top: 24px;
    font-size: 0.98rem;
  }

  body.home-premium .hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.home-premium .hero-product {
    min-height: 440px;
    margin-left: 34px;
    border-radius: 100px 3px 3px 3px;
  }

  body.home-premium .hero-product > img {
    height: 440px;
    min-height: 440px;
    object-position: 60% center;
  }

  body.home-premium .hero-glass-card {
    left: -34px;
    bottom: 20px;
    width: 215px;
    padding: 19px;
  }

  body.home-premium .hero-glass-card strong {
    font-size: 2.55rem;
  }

  body.home-premium .clarity-grid {
    grid-template-columns: 1fr;
  }

  body.home-premium .clarity-item,
  body.home-premium .clarity-item:nth-child(2),
  body.home-premium .clarity-item:nth-child(-n+2) {
    min-height: 84px;
    padding: 16px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  body.home-premium .clarity-item:last-child {
    border-bottom: 0;
  }

  body.home-premium .section {
    padding: 82px 0;
  }

  body.home-premium h2 {
    font-size: clamp(2.65rem, 13vw, 4.3rem);
  }

  body.home-premium .audience-path-heading {
    margin-bottom: 38px;
  }

  body.home-premium .audience-path-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 260px;
  }

  body.home-premium .audience-path-card h3 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  body.home-premium .audience-path-card figure,
  body.home-premium .audience-path-card figure img {
    min-height: 260px;
    height: 260px;
  }

  body.home-premium .audience-path-practice {
    grid-template-rows: auto;
  }

  body.home-premium .audience-path-practice figure {
    display: none;
  }

  body.home-premium .catalog-heading-row {
    display: block;
  }

  body.home-premium .carousel-controls {
    margin-top: 28px;
  }

  body.home-premium .carousel-arrow {
    width: 50px;
    height: 50px;
  }

  body.home-premium .product-grid-main {
    grid-auto-columns: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  body.home-premium .product-grid-main .product-card,
  body.home-premium .product-grid-main .product-card:nth-child(3n+2),
  body.home-premium .product-grid-main .product-card:nth-child(3n) {
    min-height: 650px;
    padding: 0 22px 24px;
  }

  body.home-premium .product-grid-main .product-card-top {
    min-height: 144px;
  }

  body.home-premium .product-grid-main .product-summary {
    min-height: 9.5em;
  }

  body.home-premium .product-card-accent {
    margin-inline: -22px;
    padding-inline: 22px;
  }

  body.home-premium .product-grid-main .package-price-grid {
    grid-template-columns: 1fr;
  }

  body.home-premium .product-grid-main .product-card-actions {
    display: grid;
    gap: 10px;
  }

  body.home-premium .product-grid-main .product-card-actions .button {
    width: 100%;
  }

  body.home-premium .carousel-dots {
    gap: 5px;
  }

  body.home-premium .carousel-dots button {
    width: 44px;
  }

  body.home-premium .carousel-dots button[aria-current="true"] {
    width: 60px;
  }

  body.home-premium .peptide-entry-card {
    padding: 82px 16px;
  }

  body.home-premium .visual-story-image,
  body.home-premium .collection-image {
    min-height: 410px;
    border-radius: 86px 0 0 0;
  }

  body.home-premium .visual-story-image img,
  body.home-premium .collection-image img {
    min-height: 410px;
  }

  body.home-premium .workflow-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.home-premium .workflow-step {
    min-height: 0;
    padding: 22px;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-areas:
      "heading title"
      "heading copy";
    column-gap: 20px;
    row-gap: 8px;
  }

  body.home-premium .workflow-step-heading {
    grid-area: heading;
    align-self: start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    margin: 0;
  }

  body.home-premium .workflow-step-number {
    width: 34px;
    height: 34px;
    font-size: 0.66rem;
  }

  body.home-premium .workflow-step-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  body.home-premium .workflow-step-icon svg {
    width: 40px;
    height: 40px;
  }

  body.home-premium .workflow-step h3 {
    grid-area: title;
    align-self: end;
  }

  body.home-premium .workflow-step p {
    grid-area: copy;
    margin-top: 0;
  }

  body.home-premium .goal-grid {
    grid-template-columns: 1fr;
  }

  body.home-premium .goal-card,
  body.home-premium .goal-card:nth-child(n) {
    grid-column: auto;
    min-height: 220px;
    transform: none;
  }

  body.home-premium .provider-callout {
    padding: 54px 24px;
  }

  body.home-premium #faq > .page-width {
    gap: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-premium *,
  body.home-premium *::before,
  body.home-premium *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  body.home-premium .home-reveal {
    opacity: 1;
    transform: none;
  }
}

/* 2026 editorial-biotech art direction
   Real product evidence leads; graphic treatments behave like lab notes, not UI decoration. */

body.home-premium {
  --home-bg: #f3efe7;
  --home-paper: #fbf8f1;
  --home-ink: #092633;
  --home-accent: #20b8a6;
  --home-blood: #b8574f;
  --home-line: rgba(9, 38, 51, 0.18);
}

body.home-premium h1,
body.home-premium h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.052em;
}

body.home-premium h1 em,
body.home-premium h2 em {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

body.home-premium .eyebrow {
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
}

body.home-premium .eyebrow::before {
  width: 18px;
  height: 1px;
  background: var(--home-blood);
}

body.home-premium .button,
body.home-premium .button-outline {
  min-height: 50px;
  border-radius: 2px 12px 2px 2px;
  letter-spacing: 0.025em;
}

body.home-premium .button::after,
body.home-premium .button-outline::after {
  content: "→";
  transform: translateX(-5px);
}

body.home-premium .button:hover::after,
body.home-premium .button:focus-visible::after,
body.home-premium .button-outline:hover::after,
body.home-premium .button-outline:focus-visible::after {
  transform: translateX(0);
}

body.home-premium .site-header {
  background: rgba(248, 245, 238, 0.94);
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.home-premium .service-ribbon {
  border-bottom: 1px solid rgba(243, 239, 231, 0.14);
  letter-spacing: 0.11em;
}

body.home-premium .hero {
  min-height: 760px;
  padding: clamp(82px, 8vw, 122px) 0 clamp(108px, 10vw, 150px);
  background: #092633;
}

body.home-premium .hero::before {
  inset: 0 auto 0 49%;
  width: 1px;
  height: auto;
  border: 0;
  background: rgba(243, 239, 231, 0.12);
  opacity: 1;
  transform: none;
}

body.home-premium .hero::after {
  right: auto;
  bottom: 30px;
  left: max(32px, calc((100vw - 1320px) / 2));
  width: 82px;
  height: 8px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, var(--home-blood) 0 28%, transparent 28% 36%, var(--home-accent) 36% 100%);
  box-shadow: none;
  opacity: 1;
}

body.home-premium .hero-grid {
  grid-template-columns: minmax(350px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(56px, 8vw, 118px);
}

body.home-premium .hero-copy {
  max-width: 585px;
  padding: 0;
  text-align: left;
}

body.home-premium .hero .eyebrow {
  justify-content: flex-start;
  color: rgba(243, 239, 231, 0.72);
}

body.home-premium .hero .eyebrow::before {
  background: var(--home-blood);
}

body.home-premium .hero h1 {
  max-width: 7.2em;
  margin: 0;
  font-size: clamp(4.7rem, 7.9vw, 8rem);
  line-height: 0.82;
}

body.home-premium .hero h1 span {
  display: block;
  margin-bottom: 22px;
  color: var(--home-accent);
  font-family: Inter, "Plus Jakarta Sans", sans-serif;
  font-size: 0.19em;
  font-weight: 750;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.home-premium .hero h1 em {
  display: block;
  color: var(--home-bg);
}

body.home-premium .hero-copy .lede {
  max-width: 535px;
  margin: 34px 0 0;
  color: rgba(243, 239, 231, 0.72);
}

body.home-premium .hero .hero-actions {
  justify-content: flex-start;
}

body.home-premium .hero .provider-route {
  max-width: 460px;
  color: rgba(243, 239, 231, 0.58);
}

body.home-premium .hero-product {
  min-height: 620px;
  margin: 0 -5vw 0 0;
  border-radius: 0;
  background: #d9d3c7;
  box-shadow: 22px 22px 0 #0d3543;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%);
}

body.home-premium .hero-product > img {
  height: 620px;
  min-height: 620px;
  border-radius: 0;
  object-position: 57% center;
  filter: saturate(0.92) contrast(1.02);
}

body.home-premium .hero-glass-card {
  left: 24px;
  bottom: 34px;
  width: 290px;
  padding: 23px 25px;
  border: 0;
  border-left: 5px solid var(--home-blood);
  border-radius: 0;
  color: var(--home-ink);
  background: var(--home-paper);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.home-premium .hero-glass-card > span {
  color: var(--home-blood);
  font-size: 0.61rem;
}

body.home-premium .hero-glass-card strong {
  margin: 11px 0 8px;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.75rem;
  font-weight: 400;
  letter-spacing: -0.055em;
}

body.home-premium .hero-glass-card strong small,
body.home-premium .hero-glass-card p {
  color: rgba(9, 38, 51, 0.68);
}

body.home-premium .clarity-bar {
  margin-top: -46px;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: var(--home-paper);
  box-shadow: none;
}

body.home-premium .clarity-item,
body.home-premium .clarity-item:first-child {
  min-height: 104px;
  border-right-color: var(--home-line);
}

body.home-premium .clarity-icon {
  color: var(--home-blood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
}

body.home-premium .section {
  padding: clamp(88px, 9vw, 138px) 0;
}

body.home-premium h2 {
  font-size: clamp(3.15rem, 5.5vw, 5.8rem);
  line-height: 0.93;
}

body.home-premium h2 em {
  color: var(--home-blood);
}

body.home-premium .audience-path-section::before {
  display: none;
}

body.home-premium .audience-path-heading {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.6fr);
  margin-bottom: clamp(44px, 6vw, 70px);
}

body.home-premium .audience-path-grid {
  grid-template-columns: 1fr;
  gap: 22px;
}

body.home-premium .audience-path-card {
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  grid-template-rows: minmax(430px, auto);
  border-radius: 0;
  background: var(--home-paper);
  transition: border-color 300ms ease, box-shadow 420ms var(--home-ease);
}

body.home-premium .audience-path-card:hover {
  box-shadow: 12px 12px 0 rgba(9, 38, 51, 0.08);
  transform: none;
}

body.home-premium .audience-path-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 68px);
}

body.home-premium .audience-path-label {
  width: fit-content;
  min-height: 0;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 2px solid var(--home-blood);
  border-radius: 0;
  color: var(--home-ink);
}

body.home-premium .audience-path-card h3 {
  max-width: 14em;
  margin-top: 29px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 3.35vw, 3.75rem);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

body.home-premium .audience-path-card figure,
body.home-premium .audience-path-card figure img {
  height: 100%;
  min-height: 430px;
}

body.home-premium .audience-path-card figure {
  position: relative;
  background: #d8d3c9;
}

body.home-premium .audience-path-card figure img {
  object-position: center;
  filter: saturate(0.9) contrast(1.02);
}

body.home-premium .audience-path-card figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 11px;
  color: var(--home-paper);
  background: rgba(9, 38, 51, 0.88);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home-premium .audience-path-practice {
  grid-template-columns: minmax(460px, 1.18fr) minmax(0, 0.82fr);
  border-color: var(--home-ink);
  border-radius: 0;
  background: var(--home-ink);
}

body.home-premium .audience-path-practice figure {
  order: -1;
}

body.home-premium .audience-path-practice .audience-path-label {
  border-bottom-color: var(--home-accent);
}

body.home-premium .home-catalog-section {
  background: #092633;
}

body.home-premium .home-catalog-section h2 {
  max-width: 11em;
}

body.home-premium .product-grid-main .product-card,
body.home-premium .product-grid-main .product-card:nth-child(3n+2),
body.home-premium .product-grid-main .product-card:nth-child(3n) {
  min-height: 600px;
  border: 0;
  border-top: 4px solid var(--home-accent);
  border-radius: 0;
  color: var(--home-ink);
  background: var(--home-paper);
  box-shadow: 0 15px 36px rgba(0, 0, 0, 0.12);
}

body.home-premium .product-grid-main .product-card:nth-child(3n+2) {
  border-top-color: var(--home-blood);
}

body.home-premium .product-grid-main .product-card:nth-child(3n) {
  border-top-color: #d1a849;
}

body.home-premium .product-grid-main .product-card:hover {
  border-color: var(--home-accent);
  background: #fffdf8;
  box-shadow: 10px 10px 0 rgba(32, 184, 166, 0.2);
  transform: translateY(-4px);
}

body.home-premium .product-card-accent {
  min-height: 62px;
  border-color: var(--home-line);
}

body.home-premium .product-card-accent span,
body.home-premium .product-grid-main .category-label {
  color: var(--home-blood);
}

body.home-premium .product-card-accent i {
  background: linear-gradient(90deg, rgba(9, 38, 51, 0.45), transparent);
}

body.home-premium .product-grid-main h3,
body.home-premium .product-grid-main h3 a,
body.home-premium .product-grid-main .package-price-grid strong,
body.home-premium .product-grid-main .components-block summary,
body.home-premium .product-grid-main .components-block summary strong,
body.home-premium .product-grid-main .components-block summary span,
body.home-premium .product-grid-main .component-list,
body.home-premium .product-grid-main .card-link {
  color: var(--home-ink);
}

body.home-premium .product-grid-main .product-summary,
body.home-premium .product-grid-main .package-price-grid span,
body.home-premium .product-grid-main .package-price-grid small {
  color: rgba(9, 38, 51, 0.65);
}

body.home-premium .product-grid-main .package-price-grid {
  border-color: var(--home-line);
  background: #f1ede4;
}

body.home-premium .product-grid-main .package-price-grid > div {
  border-color: var(--home-line);
}

body.home-premium .product-grid-main .package-price-grid > div:nth-child(2) {
  order: -1;
  background: var(--home-paper);
}

body.home-premium .product-grid-main .components-block,
body.home-premium .product-grid-main .component-list li {
  border-color: var(--home-line);
}

body.home-premium .peptide-entry-section {
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: #dfe9e5;
}

body.home-premium .peptide-entry-card {
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.42fr);
  padding-block: clamp(82px, 9vw, 128px);
  padding-inline: max(64px, calc((100vw - 1190px) / 2));
  color: var(--home-ink);
  background: transparent;
}

body.home-premium .peptide-entry-card::before {
  content: "GUIDE / 07";
  top: 50%;
  right: auto;
  bottom: auto;
  left: max(18px, calc((100vw - 1320px) / 2));
  color: var(--home-blood);
  font-family: Inter, sans-serif;
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}

body.home-premium .peptide-entry-card h2,
body.home-premium .peptide-entry-card h2 em,
body.home-premium .peptide-entry-card .eyebrow,
body.home-premium .peptide-entry-card .lede,
body.home-premium .peptide-entry-card .microcopy {
  color: var(--home-ink);
}

body.home-premium .peptide-entry-card h2 em {
  color: var(--home-blood);
}

body.home-premium .section-visual-story {
  background: #092633;
}

body.home-premium .visual-story-image {
  min-height: 610px;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 72px), calc(100% - 72px) 100%, 0 100%);
}

body.home-premium .visual-story-image img {
  min-height: 610px;
  filter: saturate(0.9) contrast(1.03);
}

body.home-premium .visual-story-copy::before {
  display: none;
}

body.home-premium .section-visual-story h2 em {
  color: var(--home-accent);
}

body.home-premium .feature-points span {
  justify-items: start;
  padding-inline: 0;
  text-align: left;
}

body.home-premium #workflow {
  background: var(--home-paper);
}

body.home-premium #workflow .section-heading.center {
  max-width: 950px;
  margin-bottom: 64px;
}

body.home-premium .workflow-steps {
  gap: 0;
  border-top: 1px solid var(--home-ink);
  border-bottom: 1px solid var(--home-line);
}

body.home-premium .workflow-step {
  min-height: 320px;
  padding: 32px 28px 38px;
  border: 0;
  border-right: 1px solid var(--home-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.home-premium .workflow-step:last-child {
  border-right: 0;
}

body.home-premium .workflow-step:nth-child(even) {
  padding-top: 72px;
}

body.home-premium .workflow-step-heading {
  align-items: flex-start;
  margin-bottom: 42px;
}

body.home-premium .workflow-step-number {
  width: auto;
  height: auto;
  border-radius: 0;
  color: var(--home-blood);
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.4vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

body.home-premium .workflow-step-icon {
  width: 86px;
  height: 86px;
  border: 0;
  border-radius: 50%;
  color: var(--home-ink);
  background: color-mix(in srgb, var(--home-accent) 14%, var(--home-paper));
}

body.home-premium .workflow-step-icon svg {
  width: 62px;
  height: 62px;
  stroke-width: 2.5;
}

body.home-premium .workflow-step-icon .icon-wash {
  fill: rgba(32, 184, 166, 0.13);
  stroke: currentColor;
}

body.home-premium .workflow-step-icon .icon-fill {
  fill: var(--home-blood);
  stroke: var(--home-blood);
}

body.home-premium .workflow-step-icon .icon-accent {
  fill: rgba(184, 87, 79, 0.12);
  stroke: var(--home-blood);
}

body.home-premium .workflow-step-icon .icon-reverse {
  fill: none;
  stroke: var(--home-paper);
  stroke-width: 2.8;
}

body.home-premium .workflow-step h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}

body.home-premium .portal-feature-section {
  background: #0b2a37;
}

body.home-premium .portal-feature-section::after {
  display: none;
}

body.home-premium .portal-feature-grid {
  grid-template-columns: minmax(0, 0.75fr) minmax(460px, 1.25fr);
  gap: clamp(58px, 9vw, 130px);
}

body.home-premium .portal-feature-copy h2 {
  max-width: 8.6em;
}

body.home-premium .portal-feature-copy h2 em {
  color: var(--home-accent);
}

body.home-premium .portal-feature-copy .button-outline {
  border-color: rgba(243, 239, 231, 0.72);
  color: var(--home-paper);
  background: rgba(243, 239, 231, 0.06);
}

body.home-premium .portal-feature-copy .button-outline:hover,
body.home-premium .portal-feature-copy .button-outline:focus-visible {
  border-color: var(--home-accent);
  color: var(--home-ink);
  background: var(--home-accent);
}

body.home-premium .account-route-board {
  border-top: 1px solid rgba(243, 239, 231, 0.55);
  color: var(--home-bg);
}

body.home-premium .account-route-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0 25px;
  color: rgba(243, 239, 231, 0.58);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home-premium .account-route-heading strong {
  color: var(--home-accent);
}

body.home-premium .account-route-board > a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 102px;
  padding: 18px 4px;
  border-top: 1px solid rgba(243, 239, 231, 0.17);
  color: var(--home-bg);
}

body.home-premium .account-route-board > a:last-child {
  border-bottom: 1px solid rgba(243, 239, 231, 0.17);
}

body.home-premium .account-route-board > a > span {
  color: var(--home-blood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
}

body.home-premium .account-route-board > a strong,
body.home-premium .account-route-board > a small {
  display: block;
}

body.home-premium .account-route-board > a strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: -0.035em;
}

body.home-premium .account-route-board > a small {
  margin-top: 5px;
  color: rgba(243, 239, 231, 0.58);
}

body.home-premium .account-route-board > a b {
  color: var(--home-accent);
  font-size: 1.2rem;
  transition: transform 250ms ease;
}

body.home-premium .account-route-board > a:hover {
  padding-inline: 14px;
  background: rgba(243, 239, 231, 0.06);
}

body.home-premium .account-route-board > a:hover b {
  transform: translate(4px, -4px);
}

body.home-premium .bioage-home-section {
  background: #eae3d8;
}

body.home-premium .bioage-home-section h2 em {
  color: var(--home-blood);
}

body.home-premium .bioage-example-card {
  border: 1px solid var(--home-ink);
  border-radius: 0;
  background: var(--home-paper);
  box-shadow: 14px 14px 0 var(--home-accent);
}

body.home-premium .bioage-example-card::before {
  border-radius: 0;
}

body.home-premium #faq > .page-width {
  border-top: 1px solid var(--home-ink);
  padding-top: 32px;
}

body.home-premium #faq .section-heading.center {
  top: 132px;
}

body.home-premium .faq-list summary::after {
  border-radius: 0 10px 0 0;
}

@media (max-width: 1120px) {
  body.home-premium .hero-grid {
    grid-template-columns: minmax(320px, 0.8fr) minmax(430px, 1.2fr);
    gap: 50px;
  }

  body.home-premium .hero-product {
    min-height: 570px;
    margin-right: -7vw;
  }

  body.home-premium .hero-product > img {
    height: 570px;
    min-height: 570px;
  }

  body.home-premium .audience-path-card,
  body.home-premium .audience-path-practice {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 960px) {
  body.home-premium .hero::before {
    display: none;
  }

  body.home-premium .hero-grid {
    grid-template-columns: 1fr;
  }

  body.home-premium .hero-copy {
    max-width: 690px;
  }

  body.home-premium .hero-product {
    width: calc(100% - 46px);
    margin-left: auto;
  }

  body.home-premium .portal-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.home-premium .hero h1 {
    font-size: clamp(4.5rem, 16vw, 6.8rem);
  }

  body.home-premium .audience-path-heading {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  body.home-premium .audience-path-heading .lede {
    max-width: 48rem;
    margin-left: 0;
  }

  body.home-premium .audience-path-card,
  body.home-premium .audience-path-practice {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(360px, 52vw);
  }

  body.home-premium .audience-path-practice figure {
    order: 0;
  }

  body.home-premium .workflow-step:nth-child(even) {
    padding-top: 32px;
  }

  body.home-premium .portal-feature-copy h2 {
    max-width: 10em;
  }

  body.home-premium .peptide-entry-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.home-premium .hero {
    padding-top: 62px;
  }

  body.home-premium .hero h1 {
    font-size: clamp(4rem, 19vw, 5.25rem);
    line-height: 0.86;
  }

  body.home-premium .hero h1 span {
    margin-bottom: 15px;
    font-size: 0.2em;
  }

  body.home-premium .hero-copy .lede {
    margin-top: 27px;
  }

  body.home-premium .hero-product {
    min-height: 430px;
    margin-left: 22px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 42px), calc(100% - 42px) 100%, 0 100%);
    box-shadow: 12px 12px 0 #0d3543;
  }

  body.home-premium .hero-product > img {
    height: 430px;
    min-height: 430px;
  }

  body.home-premium .hero-glass-card {
    left: 0;
    bottom: 18px;
    width: 222px;
    padding: 17px 18px;
  }

  body.home-premium .hero-glass-card strong {
    font-size: 2.15rem;
  }

  body.home-premium h2 {
    font-size: clamp(2.85rem, 13vw, 4.15rem);
  }

  body.home-premium .audience-path-card,
  body.home-premium .audience-path-practice {
    grid-template-rows: auto 280px;
  }

  body.home-premium .audience-path-card figure,
  body.home-premium .audience-path-card figure img {
    display: block;
    height: 280px;
    min-height: 280px;
  }

  body.home-premium .audience-path-card h3 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  body.home-premium .peptide-entry-card {
    padding: 80px 28px 80px 48px;
  }

  body.home-premium .peptide-entry-card::before {
    left: 18px;
  }

  body.home-premium .visual-story-image {
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), calc(100% - 46px) 100%, 0 100%);
  }

  body.home-premium .workflow-steps {
    border-bottom: 0;
  }

  body.home-premium .workflow-step,
  body.home-premium .workflow-step:nth-child(even) {
    grid-template-columns: 66px minmax(0, 1fr);
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  body.home-premium .workflow-step-heading {
    gap: 10px;
  }

  body.home-premium .workflow-step-icon {
    width: 64px;
    height: 64px;
  }

  body.home-premium .workflow-step-icon svg {
    width: 48px;
    height: 48px;
  }

  body.home-premium .workflow-step-number {
    font-size: 1.8rem;
  }

  body.home-premium .account-route-board > a {
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 14px;
  }

  body.home-premium .account-route-board > a strong {
    font-size: 1.3rem;
  }
}
