/* Isolated homepage redesign. All public selectors are prefixed with wl-. */

body.home {
  background: #fcfbf9 !important;
}

.wl-home {
  --wl-ink: #171a13;
  --wl-green: #21351f;
  --wl-bright-green: #32402D;
  --wl-sage: #9fa083;
  --wl-tan: #c2a177;
  --wl-paper: #fcfbf9;
  --wl-soft: #eee6d8;
  color: var(--wl-ink);
  background: var(--wl-paper);
  font-family: var(--font-sans);
}

.wl-home a {
  color: inherit;
}

.wl-shell {
  width: min(100% - clamp(2rem, 7vw, 7.5rem), 72.5rem);
  margin-inline: auto;
}

body.home .site-header {
  border-bottom: 0 !important;
  background: rgba(252,251,249,0.94) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home .site-header__inner {
  height: 4.2rem !important;
  max-width: 72.5rem !important;
  padding-inline: 0 !important;
}

body.home .site-header__logo {
  width: 1.72rem !important;
  height: 1.72rem !important;
}

body.home .site-header__brand-text {
  color: var(--wl-green) !important;
  font-family: var(--font-serif) !important;
  font-size: 1.72rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body.home .site-header__menu a {
  display: inline-flex !important;
  min-height: 1.7rem !important;
  align-items: center !important;
  border-radius: 4px !important;
  padding: 0.42rem 0.72rem !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.site-header__menu li a.is-active {
  background: #32402D !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 0.35rem 0.85rem !important;
}

body.home .site-header__badge {
  display: none !important;
}

.wl-kicker {
  margin: 0;
  color: var(--wl-green);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: none;
}

.wl-hero {
  min-height: clamp(28.5rem, 35vw, 32.5rem);
  overflow: hidden;
  background-color: #f7f5ef;
  background-image:
    radial-gradient(circle at 68% 28%, rgba(72,184,77,0.14), transparent 32%),
    radial-gradient(circle at 16% 80%, rgba(194,161,119,0.22), transparent 36%),
    linear-gradient(115deg, #fbfaf6 0%, #f2eadb 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.wl-hero__layout {
  display: grid;
  grid-template-columns: minmax(31rem, 1.02fr) minmax(24rem, 0.98fr);
  min-height: inherit;
  align-items: center;
  gap: clamp(2rem, 3.8vw, 3.6rem);
}

.wl-hero__copy {
  display: flex;
  max-width: 38rem;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(2.55rem, 4.5vw, 3.9rem) clamp(2.5rem, 4vw, 3.75rem);
}

.wl-hero h1 {
  max-width: 17ch;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.9rem, 3.45vw, 4rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.wl-hero__copy > p:not(.wl-kicker) {
  max-width: 34rem;
  margin: 0.88rem 0 0;
  color: rgba(23,26,19,0.72);
  font-size: clamp(0.98rem, 1vw, 1.06rem);
  font-weight: 800;
  line-height: 1.34;
}

.wl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.wl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0 1.85rem;
  border: 1px solid rgba(23,26,19,0.18);
  border-radius: 33px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}

.wl-button--primary {
  border-color: var(--wl-bright-green);
  background: var(--wl-bright-green);
  color: #fff !important;
}

.wl-button--secondary {
  background: rgba(252,251,249,0.62);
}

.wl-hero__visual {
  position: relative;
  min-height: clamp(25.5rem, 30vw, 29.5rem);
  transform: translateY(0.9rem);
}

.wl-hero__orbit {
  position: absolute;
  inset: 9% -6% 11% -10%;
  border: 1px solid rgba(33,53,31,0.14);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-8deg);
}

.wl-hero__visual::before {
  position: absolute;
  inset: 12% 7% 5% 16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72,184,77,0.16), rgba(194,161,119,0.12) 42%, transparent 68%);
  content: "";
  filter: blur(12px);
}

/* Legacy stacked-vial styles retained as no-ops in case any markup still references them. */
.wl-hero__vial { display: none; }

/* ---- Traditional 1-vial slideshow carousel ---- */
.wl-hero__carousel {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  padding-top: 0.5rem;
}

.wl-hero__carousel-stage {
  position: relative;
  width: 100%;
  max-width: 22rem;
  aspect-ratio: 1165 / 1462;
  margin: 0 auto;
}

.wl-hero__carousel-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 700ms ease, transform 700ms ease;
  pointer-events: none;
}

.wl-hero__carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 2;
}

.wl-hero__carousel-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: drop-shadow(0 1.6rem 2.6rem rgba(33, 53, 31, 0.18));
}

.wl-hero__carousel-caption {
  position: relative;
  z-index: 3;
  padding: 0.32rem 0.85rem;
  background: rgba(33, 53, 31, 0.86);
  color: #f5efe2;
  font-family: var(--font-sans, "DM Sans", sans-serif);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: -0.8rem;
  opacity: 0;
  transition: opacity 380ms ease 260ms;
}

.wl-hero__carousel-slide.is-active .wl-hero__carousel-caption {
  opacity: 1;
}

.wl-hero__carousel-arrow {
  position: absolute;
  top: 42%;
  z-index: 4;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(33, 53, 31, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: var(--wd-green, #21351F);
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%) scale(0.92);
  transition: opacity 220ms ease, transform 220ms ease, background 180ms ease;
  box-shadow: 0 6px 18px rgba(33, 53, 31, 0.12);
}
.wl-hero__carousel-arrow--prev { left: -0.6rem; }
.wl-hero__carousel-arrow--next { right: -0.6rem; }
.wl-hero__carousel:hover .wl-hero__carousel-arrow,
.wl-hero__carousel:focus-within .wl-hero__carousel-arrow {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.wl-hero__carousel-arrow:hover {
  background: #fff;
  color: #fff;
  background-color: var(--wd-green, #21351F);
}

.wl-hero__carousel-dots {
  display: flex;
  gap: 0.1rem;
  align-items: center;
}

.wl-hero__carousel-dot {
  width: 0.5rem;
  height: 0.5rem;
  box-sizing: content-box;
  padding: 0.5rem; /* extends the tap target to ~24px (WCAG 2.5.8 AA) without enlarging the visible dot */
  border: 0;
  border-radius: 50%;
  background: rgba(33, 53, 31, 0.42);
  background-clip: content-box;
  cursor: pointer;
  transition: background 220ms ease, transform 220ms ease;
}

.wl-hero__carousel-dot:hover {
  background: rgba(33, 53, 31, 0.5);
}

.wl-hero__carousel-dot.is-active {
  background: var(--wd-green, #21351F);
  transform: scale(1.25);
}

@media (max-width: 880px) {
  .wl-hero__carousel-stage { max-width: 18rem; }
}

@media (prefers-reduced-motion: reduce) {
  .wl-hero__carousel-slide,
  .wl-hero__carousel-caption {
    transition: none !important;
  }
}

.wl-hero__vial:hover {
  box-shadow: 0 2.7rem 5.4rem rgba(33,53,31,0.22);
}

.wl-hero__vial-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  text-decoration: none;
  /* 9s total cycle; 3 slides per slot; 1s stagger between adjacent slots */
  animation: wlHeroVialCrossfade 9s linear infinite;
  animation-delay: calc(var(--wl-slide-index, 0) * -3s + var(--wl-slot-stagger, 0) * 1s);
  will-change: opacity;
}

.wl-hero__vial-slide.is-active {
  opacity: 1;
}

.wl-hero__vial-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 340ms ease;
}

.wl-hero__vial-slide:hover .wl-hero__vial-image {
  transform: scale(1.035);
}

/* Cross-fade keyframe: each slide visible for ~3s of a 9s cycle. */
@keyframes wlHeroVialCrossfade {
  0%   { opacity: 1; }
  28%  { opacity: 1; }
  36%  { opacity: 0; }
  94%  { opacity: 0; }
  100% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .wl-hero__vial-slide {
    animation: none;
  }
  .wl-hero__vial-slide.is-active {
    opacity: 1;
  }
}

/* Original layered stack — each vial physically spins on its vertical axis in place. */
.wl-hero__wheel {
  position: absolute;
  inset: 0;
  /* 3D perspective so rotateY reads as real rotation, not flat squish */
  perspective: 1400px;
  perspective-origin: 50% 50%;
}

.wl-hero__vial-upright {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: wlVialOscillate 7s ease-in-out infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

.wl-hero__vial--1 .wl-hero__vial-upright { animation-duration: 7s;  animation-delay: 0s; }
.wl-hero__vial--2 .wl-hero__vial-upright { animation-duration: 9s;  animation-delay: -2.2s; }
.wl-hero__vial--3 .wl-hero__vial-upright { animation-duration: 11s; animation-delay: -5.5s; }

.wl-hero__vial-slide {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
}

/* Only the first slide is visible — no image cycling. */
.wl-hero__vial-slide:not(.is-active) {
  display: none;
}

/* Subtle back-and-forth rotation: vial always faces forward, gently turns. */
@keyframes wlVialOscillate {
  0%   { transform: rotateY(-22deg); }
  50%  { transform: rotateY( 22deg); }
  100% { transform: rotateY(-22deg); }
}

@media (prefers-reduced-motion: reduce) {
  .wl-hero__vial-upright { animation: none; }
}

/* Original staggered/layered positions: big front-right, medium left-bottom, small top-right. */
.wl-hero__vial--1 {
  right: 21%;
  bottom: 2%;
  z-index: 3;
  width: min(42%, 18rem);
}

.wl-hero__vial--2 {
  left: 9%;
  bottom: 11%;
  z-index: 2;
  width: min(32%, 12.8rem);
  opacity: 0.94;
}

.wl-hero__vial--3 {
  right: 0;
  top: 15%;
  z-index: 1;
  width: min(30%, 11.6rem);
  opacity: 0.86;
}

.wl-index {
  background: var(--wl-green);
  color: #fff;
}

.wl-index__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgba(255,255,255,0.13);
}

.wl-index__grid div {
  min-width: 0;
  border-right: 1px solid rgba(255,255,255,0.13);
  padding: clamp(1.1rem, 2vw, 1.45rem);
  text-align: center;
}

.wl-index__grid strong {
  display: block;
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(1.18rem, 1.5vw, 1.42rem);
  font-weight: 400;
  line-height: 1.08;
}

.wl-index__grid span {
  display: block;
  max-width: 13.5rem;
  margin: 0.42rem auto 0;
  color: rgba(255,255,255,0.72);
  font-size: 0.84rem;
  line-height: 1.36;
}

.wl-proof {
  background: var(--wl-green);
  color: #fff;
}

.wl-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wl-proof span {
  display: flex;
  min-height: 3.45rem;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.88);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.wl-proof span:last-child {
  border-right: 1px solid rgba(255,255,255,0.12);
}

.wl-catalog {
  background: #fff;
  padding-block: clamp(5.3rem, 6.8vw, 6rem) clamp(4.8rem, 7vw, 7rem);
}

.wl-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 3.9rem;
}

.wl-section-head p {
  max-width: 34rem;
  margin: 0.75rem 0 0;
  color: rgba(23, 26, 19, 0.62);
  font-size: 1rem;
  line-height: 1.45;
}

.wl-section-head h2,
.wl-why h2,
.wl-research h2,
.wl-faq h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.45rem, 3.05vw, 3.05rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.wl-section-head a {
  border-bottom: 1px solid rgba(23,26,19,0.62);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.wl-spotlight-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin: -2.15rem 0 3rem;
  border: 1px solid rgba(33, 53, 31, 0.14);
  border-radius: 8px;
  background: #f7f5ef;
}

.wl-spotlight-strip a {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  min-height: 6.8rem;
  align-content: center;
  border-right: 1px solid rgba(33, 53, 31, 0.12);
  padding: 1rem;
  text-decoration: none;
}

.wl-spotlight-strip a:last-child {
  border-right: 0;
}

.wl-spotlight-strip span {
  color: rgba(33, 53, 31, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.wl-spotlight-strip strong {
  color: var(--wd-ink, #171a13);
  font-family: var(--font-serif);
  font-size: clamp(1.12rem, 1.35vw, 1.34rem);
  font-weight: 400;
  line-height: 1.08;
}

.wl-spotlight-strip em {
  color: rgba(23, 26, 19, 0.68);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.wl-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem clamp(1.75rem, 2.5vw, 2.35rem);
}

.wl-product-card {
  min-width: 0;
}

.wl-product-card__image-link {
  display: block;
  aspect-ratio: 1165 / 1462;
  overflow: hidden;
  background: #f7f5ef;
  box-shadow: 0 1.2rem 2.4rem rgba(33,53,31,0.08);
  text-decoration: none;
  transition: box-shadow 240ms ease, transform 240ms ease;
}

.wl-product-card:hover .wl-product-card__image-link {
  box-shadow: 0 1.55rem 3rem rgba(33,53,31,0.13);
  transform: translateY(-0.2rem);
}

.wl-product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.wl-product-card__body {
  padding-top: 1.05rem;
  text-align: center;
}

.wl-product-card h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.22rem, 1.35vw, 1.34rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.wl-product-card h3 a {
  text-decoration: none;
}

.wl-product-card__body p {
  margin: 0.45rem 0 0;
  color: rgba(23, 26, 19, 0.9);
  font-size: clamp(1.02rem, 1.08vw, 1.1rem);
  font-weight: 900;
  line-height: 1.25;
}

.wl-catalog__more {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}

.wl-why {
  border-block: 1px solid rgba(33, 53, 31, 0.1);
  background:
    radial-gradient(circle at 50% 0%, rgba(65, 190, 74, 0.08), transparent 34rem),
    #f5f2ea;
  color: var(--wd-ink, #171a13);
  padding-block: clamp(3rem, 4.4vw, 4.05rem);
}

.wl-why__inner {
  display: grid;
  grid-template-columns: minmax(19rem, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 4.4vw, 4rem);
  max-width: 72.5rem;
}

.wl-why__lead {
  max-width: 31rem;
  margin-inline: 0;
  text-align: left;
}

.wl-why .wl-kicker {
  color: rgba(33, 53, 31, 0.62);
}

.wl-why h2 {
  max-width: 28ch;
  margin: 0.58rem 0 0;
  color: var(--wd-ink, #171a13);
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 2.65vw, 2.85rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
}

.wl-why__intro {
  max-width: 30rem;
  margin: 0.82rem 0 0;
  color: rgba(23, 26, 19, 0.68);
  font-size: 1rem;
  line-height: 1.38;
}

.wl-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid rgba(33, 53, 31, 0.13);
  border-radius: 8px;
  background: rgba(33, 53, 31, 0.13);
}

.wl-why article {
  display: block;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.66);
  padding: clamp(1.1rem, 2vw, 1.45rem);
  color: rgba(23, 26, 19, 0.78);
}

.wl-why span {
  display: inline-flex;
  width: auto;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
  border: 0;
  border-radius: 0;
  color: rgba(33, 53, 31, 0.54);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.wl-why h3 {
  margin: 0.18rem 0 0;
  color: var(--wd-ink, #171a13);
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.28vw, 1.28rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
}

.wl-why p {
  max-width: 24rem;
  margin: 0.45rem 0 0;
  color: rgba(23, 26, 19, 0.64);
  font-size: 0.92rem;
  line-height: 1.42;
}

.wl-research {
  background: #fff;
  padding-block: clamp(4.2rem, 6.4vw, 5.5rem);
}

.wl-research__grid {
  display: grid;
  grid-template-columns: minmax(19rem, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(2.4rem, 6vw, 5.2rem);
  max-width: 72.5rem;
}

.wl-research__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1165 / 820;
  background: #f7f5ef;
  text-decoration: none;
}

.wl-research__product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wl-research h2 {
  max-width: 13ch;
}

.wl-research p:not(.wl-kicker) {
  max-width: 35rem;
  margin: 1.05rem 0 0;
  color: rgba(23,26,19,0.70);
  font-size: 1rem;
  line-height: 1.62;
}

.wl-research .wl-button {
  margin-top: 1.5rem;
}

.wl-faq {
  background: #f8f6f1;
  padding-block: clamp(4rem, 6vw, 6rem);
}

.wl-faq__inner {
  max-width: 58rem;
  margin-inline: auto;
  text-align: center;
}

.wl-faq h2 {
  margin-top: 0.6rem;
}

.wl-faq__list {
  margin-top: 2.1rem;
  border-top: 1px solid rgba(23,26,19,0.14);
  text-align: left;
}

.wl-faq details {
  border-bottom: 1px solid rgba(23,26,19,0.14);
}

.wl-faq summary {
  display: flex;
  min-height: 3.55rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 500;
  list-style: none;
}

.wl-faq summary::-webkit-details-marker {
  display: none;
}

.wl-faq summary::after {
  content: "+";
  color: var(--wl-sage);
  font-size: 1.1rem;
}

.wl-faq details[open] summary::after {
  content: "-";
}

.wl-faq details p {
  margin: -0.4rem 0 1.1rem;
  color: rgba(23,26,19,0.68);
  font-size: 0.95rem;
  line-height: 1.55;
}

body.home .site-footer,
body.home footer.site-footer {
  background: var(--wl-tan) !important;
  color: rgba(23,26,19,0.72) !important;
}

body.home .site-footer__grid {
  display: grid !important;
  grid-template-columns: minmax(16rem, 1.8fr) repeat(3, minmax(9rem, 1fr)) !important;
  gap: clamp(2rem, 5vw, 5rem) !important;
  max-width: 72.5rem !important;
  padding-block: 3.5rem 2.5rem !important;
}

body.home .site-footer__brand,
body.home .site-footer__col {
  text-align: left !important;
}

body.home .site-footer__wordmark {
  color: var(--wl-green) !important;
  font-family: var(--font-serif) !important;
  font-size: 2.15rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  margin: 0 0 1rem !important;
  text-transform: none !important;
}

body.home .site-footer__tagline {
  max-width: 24rem !important;
  color: rgba(23,26,19,0.68) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
}

body.home .site-footer__col .section-label {
  color: rgba(23,26,19,0.64) !important;
  font-family: var(--font-sans) !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  margin-bottom: 0.95rem !important;
  text-transform: none !important;
}

body.home .site-footer__col ul {
  gap: 0.62rem !important;
}

body.home .site-footer__col ul li a {
  color: rgba(23,26,19,0.78) !important;
  font-size: 0.92rem !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

body.home .site-footer__col ul li a:hover {
  color: var(--wl-green) !important;
}

body.home .site-footer__bottom {
  max-width: 72.5rem !important;
  border-color: rgba(23,26,19,0.16) !important;
  justify-content: space-between !important;
  padding-block: 1.25rem !important;
}

body.home .site-footer__copy,
body.home .site-footer__badge {
  color: rgba(23,26,19,0.58) !important;
  font-family: var(--font-sans) !important;
  font-size: 0.78rem !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

@media (max-width: 900px) {
  .wl-hero__layout {
    grid-template-columns: 1fr;
  }

  .wl-why__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .wl-why__lead {
    max-width: 42rem;
    margin-inline: auto;
    text-align: center;
  }

  .wl-why h2,
  .wl-why__intro {
    margin-inline: auto;
  }

  .wl-research__grid {
    grid-template-columns: 1fr;
  }

  .wl-hero {
    min-height: auto;
    background-position: 67% bottom;
  }

  .wl-hero__copy {
    max-width: 41rem;
    justify-content: flex-start;
    padding-block: 2.25rem 0.35rem;
  }

  .wl-hero__visual {
    min-height: 22rem;
    transform: none;
  }

  .wl-index__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl-spotlight-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl-spotlight-strip a:nth-child(2n) {
    border-right: 0;
  }

  .wl-spotlight-strip a:nth-child(n+3) {
    border-top: 1px solid rgba(33, 53, 31, 0.12);
  }

  .wl-research__grid,
  .wl-research h2,
  .wl-research p:not(.wl-kicker) {
    text-align: left;
    margin-inline: auto;
  }

  body.home .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home .site-footer__brand {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 620px) {
  .wl-shell {
    width: min(100% - 2rem, 74rem);
  }

  body.home .site-header__inner {
    padding-inline: 1rem !important;
  }

  .wl-hero h1 {
    max-width: 13ch;
    font-size: clamp(2.55rem, 10.8vw, 3.3rem);
    line-height: 1.02;
  }

  .wl-hero__copy {
    align-items: center;
    padding-block: 2rem 0.25rem;
    text-align: center;
  }

  .wl-hero__visual {
    min-height: 18.5rem;
  }

  .wl-hero__vial--1 {
    right: 18%;
    width: min(58%, 16rem);
  }

  .wl-hero__vial--2 {
    left: 3%;
    width: min(40%, 10.5rem);
  }

  .wl-hero__vial--3 {
    right: 0;
    top: 12%;
    width: min(34%, 9rem);
  }

  .wl-hero__copy > p:not(.wl-kicker) {
    max-width: 22.5rem;
    font-size: 1rem;
    line-height: 1.36;
  }

  .wl-hero__actions {
    flex-direction: column;
    align-items: center;
  }

  .wl-button {
    width: 100%;
    max-width: 22rem;
  }

  .wl-hero__actions .wl-button--secondary {
    display: none;
  }

  .wl-proof__grid {
    grid-template-columns: 1fr;
  }

  .wl-proof span {
    min-height: 2.9rem;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255,255,255,0.12);
  }

  .wl-proof span:first-child {
    border-top: 0;
  }

  .wl-index__grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .wl-index__grid div {
    border-right: 0;
    border-top: 1px solid rgba(255,255,255,0.13);
  }

  .wl-index__grid div:first-child {
    border-top: 0;
  }

  .wl-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

  .wl-spotlight-strip {
    margin: -1.4rem 0 2rem;
  }

  .wl-spotlight-strip a {
    min-height: 6.1rem;
    padding: 0.8rem;
  }

  .wl-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem 1rem;
  }

  .wl-product-card:nth-child(n+5) {
    display: none;
  }

  .wl-product-card__body {
    padding-top: 0.78rem;
  }

  .wl-product-card h3 {
    font-size: 1rem;
  }

  .wl-product-card__body p {
    font-size: 0.86rem;
  }

  .wl-why {
    padding-block: 3rem;
  }

  .wl-why h2 {
    max-width: 18ch;
    font-size: clamp(1.9rem, 8.2vw, 2.45rem);
  }

  .wl-why__grid {
    grid-template-columns: 1fr;
    margin-top: 1.05rem;
  }

  .wl-why article {
    display: grid;
    grid-template-columns: 2.35rem 1fr;
    gap: 0.85rem;
    align-items: center;
    min-height: 0;
    padding: 0.92rem 1rem;
    text-align: left;
  }

  .wl-why span {
    width: 2.2rem;
    height: 2.2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(33, 53, 31, 0.14);
    border-radius: 999px;
  }

  .wl-why h3 {
    margin-top: 0;
    font-size: 1.22rem;
  }

  .wl-why p {
    max-width: none;
    margin-inline: 0;
    font-size: 0.9rem;
    line-height: 1.34;
  }

  body.home .site-footer__grid {
    grid-template-columns: 1fr !important;
  }

  body.home .site-footer__bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 360px) {
  .wl-product-grid {
    grid-template-columns: 1fr;
  }
}
