:root {
  --bg: #f6f2ea;
  --bg-deep: #e7ddcf;
  --sand: #d6c4ab;
  --ink: #1b1a17;
  --muted: #625a4f;
  --olive: #667254;
  --olive-dark: #46503a;
  --clay: #ab7f62;
  --white: rgba(255, 255, 255, 0.74);
  --border: rgba(27, 26, 23, 0.09);
  --shadow: 0 22px 50px rgba(69, 57, 39, 0.13);
  --radius: 28px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.8), transparent 33%),
    linear-gradient(180deg, #f7f3eb 0%, #efe6d9 40%, #efe4d8 100%);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 18rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.sidebar-rail {
  position: sticky;
  top: 1rem;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: calc(100% - 1rem);
  margin: 1rem 0 0 1rem;
}

.site-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 1.4rem 1.2rem;
  background:
    linear-gradient(180deg, rgba(57, 67, 45, 0.94), rgba(37, 45, 30, 0.96)),
    rgba(248, 242, 233, 0.72);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  box-shadow: 0 22px 50px rgba(22, 28, 17, 0.28);
}

.brand {
  display: block;
  width: 100%;
  padding: 0.15rem 0 0.5rem;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.nav-toggle span {
  width: 1.15rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-panel {
  display: contents;
}

.brand-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 14rem;
  margin: 0;
  filter:
    drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35))
    drop-shadow(0 0 10px rgba(215, 192, 118, 0.12));
}

.site-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  width: 100%;
  color: rgba(248, 245, 239, 0.78);
  font-size: 0.96rem;
}

.site-nav a {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(2px);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  width: 100%;
  padding: 0.85rem 1.2rem;
  background: var(--olive);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.social-nav,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.social-nav {
  width: 100%;
}

.sidebar-disclaimer {
  width: 100%;
  padding: 0 0.25rem 0.1rem;
  text-align: center;
}

.sidebar-disclaimer p {
  margin: 0;
  color: rgba(27, 26, 23, 0.66);
  font-size: 0.76rem;
  line-height: 1.5;
}

.sidebar-disclaimer p + p {
  margin-top: 0.45rem;
}

.social-nav a,
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.social-nav a svg,
.social-links a svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
}

.social-nav a:hover,
.social-nav a:focus-visible,
.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-3px) scale(1.14);
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08), 0 16px 28px rgba(14, 19, 11, 0.28);
  filter: saturate(1.08);
  animation: social-wiggle 420ms ease;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dialog-preview-page {
  min-height: 100vh;
  padding: 3.5rem 1.5rem 4rem;
}

.dialog-preview-shell {
  width: min(1100px, calc(100vw - 3rem));
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}

.dialog-preview-intro {
  max-width: 52rem;
  padding: 2rem 2.2rem;
}

.dialog-preview-intro h1 {
  margin-bottom: 0.7rem;
}

.contact-dialog-demo {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.contact-dialog-backdrop {
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  background:
    linear-gradient(140deg, rgba(70, 80, 58, 0.18), rgba(246, 242, 234, 0.55)),
    rgba(246, 242, 234, 0.45);
  backdrop-filter: blur(12px);
  z-index: -1;
}

.contact-dialog-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.contact-dialog-modal[hidden] {
  display: none !important;
}

.contact-dialog-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(24, 30, 20, 0.5);
  backdrop-filter: blur(14px) saturate(0.85);
  cursor: pointer;
}

.contact-dialog-card {
  position: relative;
  width: min(860px, 100%);
  max-height: calc(100vh - 3rem);
  padding: 2.2rem 2.2rem 2rem;
  border-radius: 2rem;
  background:
    linear-gradient(145deg, rgba(248, 244, 235, 0.96), rgba(238, 233, 220, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 28px 90px rgba(39, 47, 33, 0.18);
  overflow-y: auto;
}

.contact-dialog-header {
  max-width: 42rem;
  margin-bottom: 1.75rem;
}

.contact-dialog-header h2 {
  margin-bottom: 0.55rem;
}

.contact-dialog-form {
  display: grid;
  gap: 1.4rem;
}

.contact-dialog-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.dialog-field {
  display: grid;
  gap: 0.45rem;
}

.dialog-field span,
.dialog-group legend,
.dialog-group-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--olive);
}

.dialog-field input,
.dialog-field textarea,
.dialog-field select {
  width: 100%;
  border: 1px solid rgba(70, 80, 58, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  padding: 0.95rem 1rem;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.dialog-field textarea {
  min-height: 9rem;
  resize: vertical;
}

.dialog-field input:focus,
.dialog-field textarea:focus,
.dialog-field select:focus {
  outline: none;
  border-color: rgba(70, 80, 58, 0.4);
  box-shadow: 0 0 0 4px rgba(70, 80, 58, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.dialog-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(70, 80, 58, 0.78) 50%),
    linear-gradient(135deg, rgba(70, 80, 58, 0.78) 50%, transparent 50%);
  background-position:
    calc(100% - 1.2rem) calc(50% - 0.12rem),
    calc(100% - 0.85rem) calc(50% - 0.12rem);
  background-size: 0.38rem 0.38rem, 0.38rem 0.38rem;
  background-repeat: no-repeat;
  padding-right: 2.2rem;
}

.contact-dialog-demographics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.dialog-group {
  margin: 0;
  padding: 1.15rem 1.1rem 1rem;
  border: 1px solid rgba(70, 80, 58, 0.12);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.82);
  display: grid;
  gap: 0.75rem;
  min-width: 0;
}

.dialog-check {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.98rem;
  color: rgba(47, 40, 34, 0.92);
}

.dialog-check input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--olive);
}

.dialog-group-title {
  margin: 0 0 0.35rem;
  line-height: 1.3;
}

.dialog-message {
  margin-top: 0.15rem;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.85rem;
  margin-top: 0.35rem;
}

body.dialog-open {
  overflow: hidden;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(70, 80, 58, 0.2);
}

main {
  position: relative;
  isolation: isolate;
  min-width: 0;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

main > * {
  position: relative;
  z-index: 1;
}

.ambient-scroll-bg {
  --ambient-shift: 0px;
  --ambient-opacity: 0.72;
  --ambient-blur: 10px;
  --ambient-saturation: 0.72;
  --ambient-contrast: 0.92;
  --ambient-left-bleed: 19.5rem;
  --ambient-right-bleed: 3rem;
  --ambient-top-overhang: 18vh;
  --ambient-bottom-overhang: 90vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--ambient-left-bleed) * -1);
  right: calc(var(--ambient-right-bleed) * -1);
  max-width: none;
  height: auto;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
}

.ambient-scroll-bg::before,
.ambient-scroll-bg::after {
  content: "";
  position: absolute;
  inset:
    calc(var(--ambient-top-overhang) * -1)
    0
    calc(var(--ambient-bottom-overhang) * -1)
    0;
}

.ambient-scroll-bg::before {
  background-image: var(--ambient-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter:
    blur(var(--ambient-blur))
    saturate(var(--ambient-saturation))
    contrast(var(--ambient-contrast));
  opacity: var(--ambient-opacity);
  transform: translate3d(0, var(--ambient-shift), 0) scale(1.03);
  transform-origin: center center;
  will-change: transform;
}

.ambient-scroll-bg::after {
  background:
    linear-gradient(180deg, rgba(247, 243, 235, 0.48), rgba(239, 230, 217, 0.42)),
    linear-gradient(135deg, rgba(236, 228, 212, 0.18), rgba(102, 114, 84, 0.12));
}

.home-ambient-bg {
  --ambient-image: url("Images/home-ambient-bg.jpg");
}

.nutrition-ambient-bg {
  --ambient-image: url("Images/nutrition-ambient-bg.jpg");
}

.fitness-ambient-bg {
  --ambient-image: url("Images/fitness-ambient-bg.jpg");
}

.arbonne-ambient-bg {
  --ambient-image: url("Images/arbonne-ambient-bg.jpg");
}

.about-ambient-bg {
  --ambient-image: url("Images/about-ambient-bg.jpg");
}

.panel {
  width: min(100%, var(--max-width));
  margin: 1rem auto;
}

.page-hero {
  padding: 3.2rem;
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
}

.page-hero {
  position: relative;
  overflow: clip;
  display: grid;
  align-content: center;
  min-height: clamp(28rem, 72vh, 39rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.08)),
    linear-gradient(160deg, #e7ddcf 0%, #d9c6af 48%, #a2ab86 100%);
  perspective: 1400px;
  transform-style: preserve-3d;
  isolation: isolate;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.5), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 42%, rgba(27, 26, 23, 0.1) 100%);
  pointer-events: none;
  z-index: 0;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.split-hero {
  --hero-copy-width: min(46%, 31rem);
  --hero-image-width: 56%;
  --hero-image-opacity: 1;
  --hero-image-position: right center;
  --hero-image-size: cover;
}

.split-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: var(--hero-image-width);
  background-image: var(--hero-image);
  background-size: var(--hero-image-size);
  background-position: var(--hero-image-position);
  background-repeat: no-repeat;
  opacity: var(--hero-image-opacity);
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.6) 18%, #000 38%);
}

.split-hero .eyebrow,
.split-hero h1,
.split-hero .lede,
.split-hero .hero-actions {
  width: var(--hero-copy-width);
  max-width: var(--hero-copy-width);
}

.image-hero {
  --hero-copy-width: min(43%, 29rem);
  --hero-image-width: 100%;
  --hero-image-position: center center;
  --hero-image-size: cover;
}

.image-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background-image: var(--hero-image);
  background-size: var(--hero-image-size);
  background-position: var(--hero-image-position);
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.16) 16%, rgba(0, 0, 0, 0.38) 28%, rgba(0, 0, 0, 0.68) 40%, #000 50%, #000 100%);
}

.image-hero .eyebrow,
.image-hero h1,
.image-hero .lede,
.image-hero .hero-actions {
  position: relative;
  z-index: 2;
  width: var(--hero-copy-width);
  max-width: var(--hero-copy-width);
}

.image-hero h1,
.image-hero .lede {
  text-shadow: 0 12px 28px rgba(246, 242, 234, 0.52);
}

.nutrition-hero-image h1,
.nutrition-hero-image .eyebrow,
.nutrition-hero-image .lede,
.arbonne-hero-image h1,
.arbonne-hero-image .eyebrow,
.arbonne-hero-image .lede,
.about-hero-image h1,
.about-hero-image .eyebrow,
.about-hero-image .lede {
  text-shadow:
    0 2px 0 rgba(27, 26, 23, 0.28),
    0 8px 18px rgba(27, 26, 23, 0.24),
    0 16px 34px rgba(27, 26, 23, 0.18);
}

.nutrition-hero-image {
  --hero-copy-width: min(42%, 29rem);
  --hero-image: url("Images/Nutrition BG.png");
  --hero-image-position: center center;
}

.nutrition-hero-image::before {
  background:
    linear-gradient(90deg, rgba(246, 242, 234, 0.94) 0%, rgba(246, 242, 234, 0.86) 28%, rgba(246, 242, 234, 0.38) 56%, rgba(246, 242, 234, 0.08) 100%);
}

.fitness-hero-image {
  --hero-copy-width: min(43%, 29rem);
  --hero-image: url("Images/Fitness BG.png");
}

.fitness-hero-image::before {
  background:
    linear-gradient(90deg, rgba(28, 36, 24, 0.8) 0%, rgba(39, 49, 31, 0.62) 34%, rgba(39, 49, 31, 0.18) 68%, rgba(19, 24, 16, 0.12) 100%);
}

.arbonne-hero-image {
  --hero-copy-width: 50%;
  --hero-image: url("Images/Arbonne BG.png");
  --hero-image-position: center center;
}

.arbonne-hero-image::before {
  background:
    linear-gradient(90deg, rgba(246, 242, 234, 0.95) 0%, rgba(246, 242, 234, 0.84) 28%, rgba(246, 242, 234, 0.36) 56%, rgba(246, 242, 234, 0.08) 100%);
}

.about-hero-image {
  --hero-copy-width: min(44%, 30rem);
  --hero-image: url("Images/About BG.png");
  --hero-image-position: center center;
}

.about-hero-image::before {
  background:
    linear-gradient(90deg, rgba(246, 242, 234, 0.95) 0%, rgba(246, 242, 234, 0.86) 28%, rgba(246, 242, 234, 0.34) 56%, rgba(246, 242, 234, 0.08) 100%);
}

.fitness-hero {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(160deg, #697258 0%, #46503a 42%, #252c1e 100%);
  color: #f8f5ef;
}

.fitness-hero .lede,
.fitness-hero .eyebrow {
  color: rgba(248, 245, 239, 0.82);
}

.fitness-hero::before {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%, rgba(0, 0, 0, 0.18) 100%);
}

.arbonne-hero {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06)),
    linear-gradient(160deg, #e7ddcf 0%, #d9c6af 44%, #93a077 100%);
}

.arbonne-hero::before {
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.32), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 40%, rgba(27, 26, 23, 0.08) 100%);
}

.content-section {
  position: relative;
  padding: 4rem 0;
  background: transparent;
  backdrop-filter: none;
  border-radius: 0;
  box-shadow: none;
}

.alt-panel {
  padding: 3.2rem;
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, rgba(70, 80, 58, 0.94), rgba(39, 46, 31, 0.94)),
    rgba(255, 255, 255, 0.12);
  color: #f8f5ef;
}

.alt-panel .eyebrow,
.alt-panel p,
.alt-panel .quote {
  color: rgba(248, 245, 239, 0.82);
}

.alt-panel .quote {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: 0 22px 42px rgba(15, 18, 11, 0.18);
  color: var(--olive-dark);
}

.alt-panel .feature-card,
.alt-panel .result-tile {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f8f5ef;
  box-shadow: 0 20px 40px rgba(16, 20, 12, 0.18);
}

.alt-panel .feature-card h3,
.alt-panel .result-tile h3 {
  color: #fffdf8;
}

.alt-panel .feature-card p,
.alt-panel .result-tile p {
  color: rgba(248, 245, 239, 0.84);
}

.bio-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.4rem;
  align-items: start;
}

.bio-image-wrap {
  position: relative;
}

.bio-image {
  width: 100%;
  max-width: 24rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: calc(var(--radius) + 6px);
  box-shadow: 0 24px 48px rgba(16, 20, 12, 0.22);
}

.bio-copy {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.bio-intro {
  display: grid;
  gap: 1rem;
  align-self: start;
}

.bio-intro p {
  margin: 0;
  color: rgba(248, 245, 239, 0.88);
  line-height: 1.8;
  font-size: 1rem;
}

.page-hero-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform-style: preserve-3d;
}

.hero,
.parallax-band,
.cta-panel {
  position: relative;
  overflow: clip;
}

.hero {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 2rem;
  min-height: calc(100vh - 8rem);
  padding: 4.5rem 4.5rem 5.6rem;
  border-radius: calc(var(--radius) + 8px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12)),
    linear-gradient(160deg, #e7ddcf 0%, #d9c6af 48%, #a2ab86 100%);
  box-shadow: var(--shadow);
  perspective: 1400px;
  transform-style: preserve-3d;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.58), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%, rgba(27, 26, 23, 0.12) 100%);
  pointer-events: none;
  z-index: 0;
}

.hero-logo-lockup {
  max-width: 36rem;
  margin-bottom: 1.4rem;
}

.hero-brand-row {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: -1.9rem;
}

.hero-brand-row .hero-logo-lockup {
  margin-bottom: 1.35rem;
}

.hero-logo-lockup img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(84, 63, 18, 0.18));
}

.hero-backdrop,
.band-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform-style: preserve-3d;
}

.grid-fade {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 80%);
  opacity: 0.72;
}

.orb,
.band-layer {
  position: absolute;
  border-radius: 999px;
  will-change: transform;
}

[data-parallax] {
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

[data-parallax],
[data-float] {
  --motion-x: 0px;
  --motion-y: 0px;
  --motion-z: 0px;
  --motion-rx: 0deg;
  --motion-ry: 0deg;
  --motion-scale: 1;
  --float-y: 0px;
  --float-scale: 1;
  --float-opacity: 1;
  opacity: var(--float-opacity);
  transform:
    translate3d(var(--motion-x), calc(var(--motion-y) + var(--float-y)), var(--motion-z))
    rotateX(var(--motion-rx))
    rotateY(var(--motion-ry))
    scale(var(--motion-scale))
    scale(var(--float-scale));
}

[data-float] {
  will-change: transform, opacity;
}

.orb-one {
  top: -5%;
  right: 6%;
  width: 19rem;
  height: 19rem;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 248, 236, 0.98), rgba(255, 214, 182, 0.08) 62%),
    radial-gradient(circle at 60% 60%, rgba(255, 255, 255, 0.18), transparent 68%);
  box-shadow: 0 28px 70px rgba(255, 232, 195, 0.24);
}

.orb-two {
  left: -6%;
  bottom: 8%;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle at 50% 50%, rgba(104, 114, 84, 0.46), rgba(104, 114, 84, 0.04));
  filter: blur(2px);
}

.orb-three {
  right: 22%;
  bottom: -8%;
  width: 11rem;
  height: 11rem;
  background: radial-gradient(circle at 50% 50%, rgba(171, 127, 98, 0.54), rgba(171, 127, 98, 0.06));
}

.hero-sheen {
  position: absolute;
  inset: 10% 16% auto auto;
  width: 26rem;
  height: 12rem;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
  filter: blur(8px);
  opacity: 0.8;
}

.hero-arc {
  position: absolute;
  left: 6%;
  bottom: 12%;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  opacity: 0.5;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 80%);
}

.hero-copy,
.hero-card,
.band-copy,
.cta-content {
  position: relative;
  z-index: 1;
}

.hero-copy,
.hero-card {
  display: flex;
  flex-direction: column;
  align-self: end;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--olive-dark);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
}

h1 {
  max-width: 9.5ch;
  font-size: clamp(3.8rem, 8vw, 6.8rem);
}

h2 {
  font-size: clamp(2.4rem, 4.4vw, 4.5rem);
  max-width: 12ch;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.lede,
.hero-card p,
.feature-card p,
.ritual-item p,
.result-tile p,
.cta-content p,
.quote {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1rem;
}

.lede {
  max-width: 38rem;
  margin: 1.35rem 0 0;
  color: rgba(27, 26, 23, 0.86);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  min-height: 3.35rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid transparent;
  font-weight: 700;
}

.button-primary {
  background: var(--olive-dark);
  color: #fff;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.55);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0.8rem;
}

.hero-stats li {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.86rem;
}

.glass,
.feature-card,
.result-tile {
  background: var(--white);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: var(--shadow);
}

.hero-card {
  margin-bottom: calc(10% + 0.8rem);
  padding: 1.5rem;
  border-radius: var(--radius);
  box-shadow:
    0 30px 60px rgba(44, 35, 21, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.card-label,
.feature-number {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--clay);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
}

.partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.75rem;
  padding: 0.7rem 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
}

.partner-badge span {
  color: var(--olive-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.partner-badge img {
  width: 5.5rem;
  height: auto;
  object-fit: contain;
}

.story,
.testimonial-panel {
  padding: 4rem 0;
}

.video-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  border-radius: calc(var(--radius) + 4px);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
}

.video-panel-copy {
  display: grid;
  gap: 0.9rem;
}

.video-panel-copy h2 {
  max-width: 11ch;
}

.video-panel-copy p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.video-embed-wrap {
  width: 100%;
}

.video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: calc(var(--radius) + 2px);
  box-shadow: 0 26px 48px rgba(31, 25, 17, 0.16);
  background: rgba(27, 26, 23, 0.1);
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.single-copy-card {
  max-width: 50rem;
  margin: 0 auto;
  padding: 2rem 2.1rem;
  border-radius: calc(var(--radius) + 2px);
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
}

.single-copy-card,
.single-copy-card p,
.single-copy-card li {
  text-align: left;
}

.single-copy-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.single-copy-card p + p {
  margin-top: 1rem;
}

.content-list {
  margin: 1rem 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.8;
}

.single-copy-card .content-list {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 38rem;
  margin: 1rem auto;
}

.content-list li + li {
  margin-top: 0.45rem;
}

.single-copy-card .content-list li + li {
  margin-top: 0;
}

.alt-copy-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.alt-copy-card p,
.alt-copy-card .content-list {
  color: rgba(248, 245, 239, 0.84);
}

.cta-support-note {
  max-width: 48rem;
  margin: 1rem auto 0;
}

.support-line-card {
  max-width: 42rem;
  margin-top: 1.1rem;
  padding: 1.15rem 1.6rem;
  border-radius: var(--radius);
}

.support-line-card p {
  text-align: center;
  line-height: 1.7;
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}

.section-heading h2 {
  width: min(95%, 28ch);
  max-width: none;
}

.story-grid,
.results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
  margin-top: 0.35rem;
}

.feature-card,
.result-tile {
  padding: 1.6rem;
  border-radius: var(--radius);
}

.parallax-band {
  padding: 4rem;
  border-radius: calc(var(--radius) + 8px);
  background:
    linear-gradient(180deg, rgba(70, 80, 58, 0.95), rgba(39, 46, 31, 0.95)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  color: #f8f5ef;
  box-shadow: var(--shadow);
  perspective: 1300px;
  transform-style: preserve-3d;
  isolation: isolate;
}

.parallax-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}

.band-copy h2,
.cta-content h2 {
  width: min(95%, 28ch);
  max-width: none;
}

.band-copy,
.cta-content {
  display: grid;
  justify-items: center;
  text-align: center;
}

.band-copy .eyebrow,
.cta-content .eyebrow,
.band-copy h2,
.cta-content h2,
.cta-content > p {
  width: min(95%, 48rem);
  margin-left: auto;
  margin-right: auto;
}

.ritual-list,
.cta-content .hero-actions,
.cta-content .social-follow {
  width: 100%;
}

.ritual-item,
.cta-content .social-follow {
  text-align: left;
}

.ritual-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.ritual-item {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ritual-item p,
.band-copy .eyebrow {
  color: rgba(248, 245, 239, 0.78);
}

body[data-page="nutrition"] .content-section,
body[data-page="fitness"] .content-section {
  display: grid;
  gap: 1.35rem;
}

body[data-page="nutrition"] .section-heading,
body[data-page="fitness"] .section-heading {
  margin-bottom: 0;
}

body[data-page="nutrition"] .single-copy-card,
body[data-page="fitness"] .single-copy-card {
  width: min(100%, 50rem);
}

body[data-page="nutrition"] .feature-card,
body[data-page="nutrition"] .result-tile,
body[data-page="fitness"] .feature-card,
body[data-page="fitness"] .result-tile {
  text-align: left;
}

body[data-page="nutrition"] .support-line-card,
body[data-page="fitness"] .support-line-card {
  margin-bottom: 0.4rem;
}

body[data-page="nutrition"] .alt-panel .single-copy-card,
body[data-page="fitness"] .alt-panel .single-copy-card {
  margin-top: 1rem;
}

.layer-one {
  inset: auto -10% -22% auto;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle at 50% 50%, rgba(234, 206, 176, 0.3), transparent 65%);
  filter: blur(1px);
}

.layer-two {
  inset: 8% auto auto -6%;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.14), transparent 68%);
}

.layer-three {
  inset: auto auto 12% 38%;
  width: 14rem;
  height: 14rem;
  background: radial-gradient(circle at 50% 50%, rgba(171, 127, 98, 0.28), transparent 65%);
}

.band-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 78%);
  opacity: 0.45;
}

.quote {
  margin: 2rem 0 0;
  padding: 1.5rem;
  border-radius: var(--radius);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  color: var(--ink);
}

.cta-panel {
  padding: 4.5rem;
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.6), transparent 26%),
    linear-gradient(145deg, #efdcc8 0%, #d8c8b7 34%, #b1b798 100%);
  box-shadow: var(--shadow);
}

.cta-content {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.social-follow {
  margin-top: 2rem;
}

.social-title {
  margin: 0 0 0.9rem;
  color: var(--olive-dark);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.social-follow .social-links a {
  background: rgba(39, 48, 31, 0.92);
  border: 1px solid rgba(39, 48, 31, 0.92);
  color: #f8f5ef;
  box-shadow: 0 10px 18px rgba(41, 34, 24, 0.12);
}

.social-follow .social-links a:hover,
.social-follow .social-links a:focus-visible {
  background: rgba(27, 34, 21, 0.98);
  border-color: rgba(27, 34, 21, 0.98);
  box-shadow: 0 0 0 4px rgba(39, 48, 31, 0.12), 0 16px 28px rgba(22, 19, 12, 0.22);
}

.compliance-note {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(27, 26, 23, 0.8);
}

.hero-card .compliance-note,
.page-note {
  max-width: 34rem;
}

.cta-note {
  max-width: 42rem;
}

.section-note {
  max-width: 58rem;
}

.site-footer {
  display: none;
}

.site-footer p {
  display: none;
}

@keyframes social-wiggle {
  0% {
    transform: translateY(-3px) scale(1.14) rotate(0deg);
  }

  25% {
    transform: translateY(-4px) scale(1.14) rotate(-7deg);
  }

  50% {
    transform: translateY(-2px) scale(1.16) rotate(6deg);
  }

  75% {
    transform: translateY(-4px) scale(1.14) rotate(-4deg);
  }

  100% {
    transform: translateY(-3px) scale(1.14) rotate(0deg);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.reveal[data-float],
.reveal.is-visible[data-float] {
  opacity: var(--float-opacity);
  transform:
    translate3d(var(--motion-x), calc(var(--motion-y) + var(--float-y)), var(--motion-z))
    rotateX(var(--motion-rx))
    rotateY(var(--motion-ry))
    scale(var(--motion-scale))
    scale(var(--float-scale));
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal.is-visible,
  .orb,
  .band-layer,
  .hero-sheen,
  .hero-arc,
  .band-grid,
  .hero-copy,
  .hero-card {
    transition: none;
    transform: none !important;
    opacity: 1;
  }

  .ambient-scroll-bg::before {
    transform: translate3d(0, 0, 0) scale(1.08);
  }
}

@media (max-width: 980px) {
  .ambient-scroll-bg {
    --ambient-opacity: 0.58;
    --ambient-blur: 7px;
    --ambient-left-bleed: 1.5rem;
    --ambient-right-bleed: 1.5rem;
  }

  .page-shell {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sidebar-rail {
    position: relative;
    width: min(calc(100% - 2rem), var(--max-width));
    margin: 1rem auto 0;
  }

  .site-header {
    position: relative;
    border-radius: 28px;
    padding: 1rem;
    width: 100%;
    margin: 0;
  }

  .site-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .site-nav a {
    width: auto;
  }

  .social-nav {
    justify-content: flex-start;
  }

  .sidebar-disclaimer {
    width: 100%;
    padding: 0 0.1rem;
  }

  .hero,
  .parallax-band,
  .cta-panel {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .page-hero {
    min-height: clamp(24rem, 62vh, 34rem);
  }

  .split-hero,
  .image-hero {
    --hero-copy-width: min(100%, 34rem);
    --hero-image-width: 100%;
  }

  .split-hero::after,
  .image-hero::after {
    inset: 0;
    width: 100%;
    opacity: 0.38;
    mask-image: none;
  }

  .hero-logo-lockup {
    max-width: 28rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-card {
    max-width: 32rem;
  }

  main {
    padding-right: 0;
  }

  .hero-stats,
  .story-grid,
  .results-grid,
  .ritual-list,
  .bio-layout,
  .video-panel {
    grid-template-columns: 1fr;
  }

  .bio-copy {
    grid-template-columns: 1fr;
  }

  body[data-page="nutrition"] .content-list,
  body[data-page="fitness"] .content-list {
    columns: 1;
  }
}

@media (max-width: 640px) {
  .contact-dialog-modal {
    place-items: start center;
    padding: 0.75rem;
  }

  .dialog-preview-page {
    padding: 1.5rem 0.75rem 2rem;
  }

  .dialog-preview-shell {
    width: min(100%, calc(100vw - 1.5rem));
  }

  .contact-dialog-card {
    max-height: calc(100vh - 1.5rem);
    padding: 1.45rem;
    border-radius: 1.4rem;
  }

  .contact-dialog-fields,
  .dialog-grid {
    grid-template-columns: 1fr;
  }

  .dialog-actions {
    flex-direction: column-reverse;
  }

  .dialog-actions .button {
    width: 100%;
  }

  .ambient-scroll-bg {
    --ambient-opacity: 0.46;
    --ambient-blur: 5px;
    --ambient-left-bleed: 0.5rem;
    --ambient-right-bleed: 0.5rem;
    --ambient-top-overhang: 8vh;
    --ambient-bottom-overhang: 36vh;
  }

  .panel {
    width: min(calc(100% - 1rem), var(--max-width));
  }

  .sidebar-rail {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    width: auto;
    max-width: calc(100% - 1.5rem);
    margin: 0;
    z-index: 60;
    pointer-events: auto;
  }

  body.nav-open .sidebar-rail {
    max-height: calc(100vh - 1.5rem);
    overflow-y: auto;
    padding-right: 0.1rem;
  }

  .site-header {
    position: relative;
    width: 3.25rem;
    min-width: 3.25rem;
    min-height: 3.25rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .brand-logo {
    max-width: 10.5rem;
  }

  .nav-toggle {
    display: inline-flex;
    position: relative;
    top: 0;
    right: 0;
    z-index: 3;
    background: rgba(57, 67, 45, 0.96);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 28px rgba(22, 28, 17, 0.24);
  }

  .brand {
    display: none;
    padding-right: 0;
  }

  body.nav-open .site-header {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0.85rem;
    background:
      linear-gradient(180deg, rgba(57, 67, 45, 0.94), rgba(37, 45, 30, 0.96)),
      rgba(248, 242, 233, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    box-shadow: 0 22px 50px rgba(22, 28, 17, 0.28);
    backdrop-filter: blur(14px);
    gap: 0.55rem;
  }

  body.nav-open .brand {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  body.nav-open .nav-toggle {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }

  .nav-panel {
    display: none;
    width: 100%;
    margin-top: 0.45rem;
  }

  body.nav-open .nav-panel {
    display: block;
  }

  body.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero-logo-lockup {
    max-width: 15.25rem;
    margin-bottom: 0;
  }

  .page-hero {
    min-height: 22rem;
    padding: 2.2rem;
  }

  .hero-brand-row {
    margin-top: 0;
    justify-content: center;
    width: 100%;
    padding-top: 2.15rem;
    padding-left: 0;
  }

  .hero-brand-row .hero-logo-lockup {
    transform: translateY(-2.8rem);
    margin-bottom: 0.35rem;
  }

  .split-hero::after,
  .image-hero::after {
    opacity: 0.28;
  }

  .partner-badge {
    width: 100%;
    justify-content: space-between;
  }

  .site-nav {
    display: flex;
    width: 100%;
    margin-top: 0;
  }

  .site-nav a {
    width: 100%;
    padding: 0.62rem 0.8rem;
    font-size: 0.92rem;
  }

  .social-nav {
    width: 100%;
    margin-top: 0.65rem;
    gap: 0.6rem;
  }

  .social-nav a {
    width: 2.45rem;
    height: 2.45rem;
  }

  .sidebar-disclaimer {
    display: none;
    width: 100%;
    padding: 0 0.15rem;
  }

  body.nav-open .sidebar-disclaimer {
    display: block;
    margin-top: 0.45rem;
    padding: 0.7rem 0.8rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(27, 26, 23, 0.12);
  }

  body.nav-open .sidebar-disclaimer p {
    color: rgba(27, 26, 23, 0.72);
    font-size: 0.72rem;
    line-height: 1.45;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  h2 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .hero,
  .parallax-band,
  .cta-panel,
  .video-panel,
  .story,
  .testimonial-panel {
    padding: 1.4rem;
  }

  main {
    padding-bottom: 5rem;
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    align-items: start;
    padding-bottom: 6rem;
  }

  .hero-copy,
  .hero-card {
    width: 100%;
    align-self: auto;
  }

  .hero-copy .eyebrow {
    margin-top: 0.25rem;
  }

  .hero-card {
    max-width: none;
    margin-bottom: 0;
    margin-top: 0.2rem;
    padding-bottom: 1.25rem;
  }

  .hero-stats {
    margin-top: 1.2rem;
    margin-bottom: 0;
  }

  .partner-badge {
    margin-top: 1rem;
    padding: 0.55rem 0.75rem;
  }

  .partner-badge img {
    width: 3.8rem;
  }

  .partner-badge span {
    font-size: 0.72rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
