@font-face {
  font-family: "Newsreader";
  src: url("assets/fonts/newsreader-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Newsreader";
  src: url("assets/fonts/newsreader-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Newsreader";
  src: url("assets/fonts/newsreader-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Newsreader";
  src: url("assets/fonts/newsreader-500-italic.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  --lux-emerald: #123c2d;
  --lux-emerald-deep: #0b1c15;
  --lux-emerald-soft: #244f3d;
  --lux-ivory: #fcfaf5;
  --lux-paper: #f5f2e9;
  --lux-sage: #dce6da;
  --lux-brass: #b18a4a;
  --lux-brass-soft: #d8c5a0;
  --lux-charcoal: #121a17;
  --lux-muted: #5d6861;
  --lux-coral: #c9685a;
  --lux-gold-data: #d6a33f;
  --lux-line: rgba(18, 60, 45, .17);
  --lux-line-light: rgba(252, 250, 245, .22);
  --lux-shadow: 0 24px 60px rgba(11, 28, 21, .12);
  --lux-shadow-hover: 0 30px 72px rgba(11, 28, 21, .17);
  --lux-radius: 8px;
  --font-serif: "Newsreader", Georgia, serif;
  --font-sans: "Manrope", Inter, system-ui, sans-serif;
  --ink: var(--lux-charcoal);
  --muted: var(--lux-muted);
  --green: var(--lux-emerald);
  --green-dark: var(--lux-emerald-deep);
  --cream: var(--lux-paper);
  --paper: var(--lux-ivory);
  --line: var(--lux-line);
  --shadow: var(--lux-shadow);
  --shadow-soft: 0 16px 40px rgba(11, 28, 21, .08);
  --max: 1240px;
}

* {
  letter-spacing: 0;
}

html {
  background: var(--lux-ivory);
  scroll-padding-top: 88px;
}

body {
  background: var(--lux-ivory);
  color: var(--lux-charcoal);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
}

h1,
h2,
h3,
.brand,
.sales-brand,
.checkout-brand,
.offer-brand {
  font-family: var(--font-serif);
}

a,
button,
input,
summary {
  font-family: var(--font-sans);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--lux-brass);
  outline-offset: 4px;
}

.button,
.sales-button,
.header-link,
.pay-button,
.submit-button,
.download-button {
  border: 1px solid var(--lux-emerald);
  border-radius: 6px;
  background: var(--lux-emerald);
  color: var(--lux-ivory);
  box-shadow: 0 14px 34px rgba(18, 60, 45, .18);
  font-weight: 700;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
}

.button:hover,
.sales-button:hover,
.header-link:hover,
.pay-button:hover,
.submit-button:hover,
.download-button:hover {
  border-color: var(--lux-brass);
  background: var(--lux-emerald-deep);
  color: #fff;
  box-shadow: 0 18px 42px rgba(11, 28, 21, .23);
  filter: none;
  transform: translateY(-2px);
}

.eyebrow,
.starter-kicker,
.summary-kicker,
.form-kicker,
.flip-label {
  color: var(--lux-brass);
  font-family: var(--font-sans);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

/* Homepage shell and navigation */
.exact-page {
  display: none !important;
}

.responsive-page {
  display: block !important;
}

.responsive-page .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  width: 100%;
  min-height: 88px;
  grid-template-columns: minmax(245px, 1fr) auto minmax(245px, 1fr);
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid rgba(177, 138, 74, .28);
  background: rgba(252, 250, 245, .96);
  box-shadow: 0 8px 30px rgba(11, 28, 21, .06);
  backdrop-filter: blur(18px);
}

.responsive-page .site-header::before {
  display: none;
}

.brand strong,
.sales-brand strong,
.checkout-brand strong,
.offer-brand strong {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: .88;
}

.brand em,
.sales-brand span,
.checkout-brand span,
.offer-brand span {
  color: var(--lux-emerald);
  font-family: var(--font-serif);
  font-size: 1.08rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.responsive-page .nav {
  gap: 2.3rem;
}

.responsive-page .nav a {
  color: #26342e;
  font-size: .86rem;
  font-weight: 600;
}

.responsive-page .nav a::after {
  bottom: .08rem;
  height: 1px;
  border-radius: 0;
  background: var(--lux-brass);
}

.responsive-page .site-header > .button {
  min-width: 185px;
  justify-self: end;
  border-color: var(--lux-emerald);
  background: var(--lux-emerald);
  color: var(--lux-ivory);
}

/* Homepage hero */
.responsive-page .hero.section {
  display: grid;
  width: 100%;
  min-height: min(680px, calc(100vh - 140px));
  max-width: none;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  margin: 0;
  padding: 5.5rem max(24px, calc((100vw - 1240px) / 2));
  background-color: var(--lux-ivory);
  background-image: url("assets/macro-meal-side-background.png");
  background-position: center;
  background-size: cover;
}

.responsive-page .hero-copy {
  width: min(100%, 610px);
  margin: 0;
  align-self: center;
}

.responsive-page .hero h1 {
  max-width: 8ch;
  margin: 0;
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 5.7rem;
  font-weight: 500;
  line-height: .84;
}

.responsive-page .hero h1 > span {
  width: max-content;
  color: inherit;
  font-style: normal;
  white-space: nowrap;
}

.responsive-page .hero h1 > span:last-child {
  color: var(--lux-emerald);
  font-style: italic;
}

.responsive-page .hero-text {
  max-width: 540px;
  margin-top: 2rem;
  color: #26352f;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.65;
  text-shadow: none;
}

.responsive-page .hero-actions {
  margin-top: 2rem;
}

.responsive-page .hero-actions .button {
  min-width: 285px;
  min-height: 56px;
}

/* Benefit band */
.responsive-page .feature-strip {
  display: grid;
  width: min(calc(100% - 48px), 1240px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 auto;
  padding: 0;
  border-block: 1px solid var(--lux-brass-soft);
  background: transparent;
  box-shadow: none;
}

.responsive-page .mini-card {
  display: grid;
  min-height: 155px;
  grid-template-columns: 54px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.responsive-page .mini-card + .mini-card {
  border-left: 1px solid var(--lux-brass-soft);
}

.responsive-page .mini-card .icon {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--lux-brass);
  box-shadow: none;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
}

.responsive-page .mini-card h2 {
  margin: 0;
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 600;
}

.responsive-page .mini-card p {
  margin-top: .35rem;
  color: var(--lux-muted);
  font-size: .9rem;
  line-height: 1.5;
}

/* Shared homepage section framing */
.responsive-page main > .section:not(.hero) {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 7.5rem max(24px, calc((100vw - 1240px) / 2));
}

.responsive-page .section-title {
  max-width: 850px;
  margin: .7rem auto 0;
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  word-spacing: .05em;
}

.responsive-page .section-intro {
  max-width: 640px;
  margin-top: 1rem;
  color: var(--lux-muted);
  font-size: 1.02rem;
}

/* Basics */
.responsive-page #start {
  background: var(--lux-paper);
  text-align: left;
}

#start > .eyebrow,
#start > .section-title,
#start > .section-intro {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

#start > .section-title {
  max-width: 710px;
}

#start.section > .section-title {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  word-spacing: .05em;
}

#start.section > .eyebrow,
#method.method-section > .eyebrow {
  color: var(--lux-brass);
}

#start .card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3.5rem;
}

#start .info-card,
#start .info-card.reveal {
  min-height: 530px;
  border: 0;
  border-radius: var(--lux-radius);
  background: transparent;
  box-shadow: var(--lux-shadow);
  transition: box-shadow .45s ease, transform .45s ease;
}

#start .info-card:hover {
  box-shadow: var(--lux-shadow-hover);
  transform: translateY(-5px);
}

#start .info-card-inner,
#start .info-face,
#start .info-card.reveal .info-card-inner,
#start .info-card.reveal .info-face {
  min-height: 530px;
}

#start .info-face {
  padding: 2rem 1.65rem 1.5rem;
  border: 1px solid rgba(177, 138, 74, .32);
  border-radius: var(--lux-radius);
  background: var(--lux-ivory);
  box-shadow: none;
}

#start .info-face h3 {
  display: grid;
  gap: 1.1rem;
  margin: 0;
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 1.72rem;
  font-weight: 600;
  line-height: 1.05;
}

#start .info-face h3 span {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--lux-brass);
  box-shadow: none;
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 500;
}

#start .info-face > p {
  margin-top: 1.2rem;
  color: var(--lux-muted);
  font-size: .94rem;
  line-height: 1.65;
}

#start .macro-tags {
  gap: .45rem;
}

#start .macro-tags span {
  border-radius: 4px;
  background: var(--lux-emerald) !important;
  color: #fff;
  box-shadow: none;
}

#start .macro-tags span:nth-child(2) {
  background: var(--lux-gold-data) !important;
  color: var(--lux-charcoal);
}

#start .macro-tags span:nth-child(3) {
  background: var(--lux-coral) !important;
}

#start .hand-card {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: .8rem;
  row-gap: 1rem;
  margin-top: 1.8rem;
}

#start .hand-card span {
  gap: .55rem;
  padding: 0;
  color: var(--lux-emerald-deep);
  font-size: .8rem;
  font-weight: 700;
}

#start .hand-card span::before {
  width: 70px;
  height: 76px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("assets/icons/premium-green-palm-outline-icon-transparent.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#start .hand-card span:nth-child(2)::before {
  background-color: transparent;
  background-image: url("assets/icons/Fist-Icon-Terracotta-Transparent.png?v=2");
}

#start .hand-card span:nth-child(3)::before {
  background-color: transparent;
  background-image: url("assets/icons/Thumb-Icon-Terracotta-Transparent.png");
}

#start .hand-card span:nth-child(4)::before {
  background-color: transparent;
  background-image: url("assets/icons/Cupped-Hand-Icon-Terracotta-Transparent.png");
}

#start .tracking-ring {
  background: var(--lux-sage);
}

#start .tracking-ring::before {
  background: var(--lux-ivory);
}

#start .info-toggle,
#start .domain-link {
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  padding: .8rem 0 0;
  border: 0;
  border-top: 1px solid var(--lux-brass-soft);
  border-radius: 0;
  background: transparent;
  color: var(--lux-emerald);
  box-shadow: none;
  font-size: .86rem;
  font-weight: 700;
  text-align: left;
}

#start .info-toggle::after {
  color: var(--lux-brass);
  content: " →";
}

#start .info-face--back {
  background: var(--lux-emerald-deep);
}

#start .info-face--back h3,
#start .info-face--back p,
#start .info-face--back .flip-label,
#start .info-face--back .domain-link,
#start .info-face--back .info-toggle {
  color: var(--lux-ivory);
}

#start .info-face--back .info-toggle,
#start .info-face--back .domain-link {
  border-color: rgba(216, 197, 160, .34);
}

/* Method */
.responsive-page #method.method-section {
  background: var(--lux-ivory);
  text-align: left;
}

#method > .eyebrow,
#method > .section-title,
#method > .method-intro {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#method > .section-title {
  max-width: 880px;
  font-family: var(--font-serif);
  font-size: 3.8rem;
  font-weight: 500;
}

#method.method-section > .section-title {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  word-spacing: .05em;
}

#method > .method-intro {
  max-width: 720px;
  color: var(--lux-muted);
}

#method .method-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr);
  gap: 1.15rem;
  margin-top: 4rem;
}

#method .method-step-card {
  min-height: 475px;
  padding: 1.7rem;
  border: 1px solid var(--lux-line);
  border-top: 2px solid var(--lux-brass);
  border-radius: var(--lux-radius);
  background: var(--lux-paper);
  box-shadow: none;
}

#method .step-number {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 1rem;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--lux-brass);
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 500;
}

#method .method-step-card h3 {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 600;
}

#method.method-section .method-step-card h3 {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 600;
}

#method .method-step-card p {
  color: var(--lux-muted);
}

#method .method-step-card figure,
#method .method-step-card > .method-image {
  width: min(100%, 260px);
  margin: auto auto 0;
  background: transparent;
}

#method .method-arrow {
  width: auto;
  height: auto;
  align-self: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--lux-brass);
  font-family: var(--font-serif);
  font-size: 2.3rem;
}

#method .note {
  display: flex;
  min-height: 76px;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding: 1.25rem 0;
  border-color: var(--lux-brass-soft);
  background: transparent;
}

#method .note::before {
  display: none;
}

#method .note p {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 1.28rem;
  font-weight: 500;
}

#method .note a {
  color: var(--lux-emerald);
}

/* Free challenge stage */
.responsive-page #free-jumpstart.free-jumpstart {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: 6rem;
  align-items: center;
  padding-block: 8rem;
  background: var(--lux-emerald-deep);
  color: var(--lux-ivory);
}

.responsive-page #free-jumpstart::before {
  display: none;
}

.free-jumpstart__visual {
  width: min(100%, 530px);
}

.free-jumpstart__visual img {
  border: 1px solid rgba(216, 197, 160, .3);
  border-radius: var(--lux-radius);
  box-shadow: 0 34px 80px rgba(0, 0, 0, .3);
}

.free-jumpstart__badge {
  top: 1.2rem;
  left: 1.2rem;
  border: 1px solid var(--lux-brass);
  border-radius: 4px;
  background: var(--lux-emerald-deep);
  color: var(--lux-ivory);
  box-shadow: none;
}

.free-jumpstart__content .eyebrow {
  color: var(--lux-brass);
}

.free-jumpstart__content h2 {
  max-width: 10ch;
  color: var(--lux-ivory);
  font-family: var(--font-serif);
  font-size: 4.6rem;
  font-weight: 500;
  line-height: .96;
}

.free-jumpstart__lede {
  color: rgba(252, 250, 245, .76);
}

.free-jumpstart__outcomes {
  border-color: rgba(216, 197, 160, .34);
}

.free-jumpstart__outcomes li {
  color: var(--lux-ivory);
}

.free-jumpstart__outcomes li + li {
  border-color: rgba(216, 197, 160, .2);
}

.free-jumpstart__outcomes li::before {
  color: var(--lux-brass);
}

.free-jumpstart__button {
  border-color: var(--lux-ivory);
  background: var(--lux-ivory);
  color: var(--lux-emerald-deep);
  box-shadow: none;
}

.free-jumpstart__button:hover {
  border-color: var(--lux-brass);
  background: var(--lux-brass);
  color: var(--lux-emerald-deep);
}

.free-jumpstart__action p {
  color: rgba(252, 250, 245, .6);
}

/* Premium guide collection */
.responsive-page #guides.section--warm {
  background: var(--lux-paper);
}

#guides .card-grid.guides {
  gap: 1.25rem;
  margin-top: 3.5rem;
}

#guides .guide-card {
  min-height: 560px;
  padding: 1.25rem;
  border: 1px solid var(--lux-line);
  border-radius: var(--lux-radius);
  background: var(--lux-ivory);
  box-shadow: none;
  text-align: left;
}

#guides .guide-card:hover {
  box-shadow: var(--lux-shadow);
  transform: translateY(-4px);
}

#guides .guide-number {
  top: 1.25rem;
  left: 1.25rem;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: var(--lux-brass);
  font-family: var(--font-serif);
  font-size: 1.2rem;
}

#guides .guide-card img,
#guides .guide-card--portion img {
  border-radius: 4px;
  background: transparent;
}

#guides .guide-card h3 {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 600;
  text-align: left;
}

#guides .guide-card p {
  color: var(--lux-muted);
  text-align: left;
}

#guides .guide-included {
  min-height: 40px;
  justify-content: flex-start;
  border: 0;
  border-top: 1px solid var(--lux-brass-soft);
  border-radius: 0;
  background: transparent;
  color: var(--lux-emerald);
}

#guides .starter-download {
  min-height: 315px;
  margin-top: 1.5rem;
  padding: 2.5rem;
  border: 1px solid var(--lux-brass);
  border-radius: var(--lux-radius);
  background: var(--lux-emerald-deep);
  color: var(--lux-ivory);
  box-shadow: var(--lux-shadow);
}

#guides .starter-download h3,
#guides .bundle-price strong {
  color: var(--lux-ivory);
  font-family: var(--font-serif);
}

#guides .starter-description,
#guides .bundle-price,
#guides .starter-meta {
  color: rgba(252, 250, 245, .7);
}

#guides .starter-kicker {
  border-color: rgba(177, 138, 74, .55);
  color: var(--lux-brass-soft);
}

#guides .starter-download .button {
  border-color: var(--lux-ivory);
  background: var(--lux-ivory);
  color: var(--lux-emerald-deep);
}

#guides .starter-stack img {
  border-color: rgba(216, 197, 160, .25);
  background: var(--lux-ivory);
  box-shadow: 0 15px 34px rgba(0, 0, 0, .24);
}

/* Real-life editorial grid */
.responsive-page #ideas {
  background: var(--lux-ivory);
}

#ideas .ideas-heading {
  align-items: end;
}

#ideas .section-title {
  max-width: 760px;
  font-family: var(--font-serif);
  font-size: 3.8rem;
  font-weight: 500;
}

#ideas .ideas-lede {
  max-width: 390px;
  color: var(--lux-muted);
  border-left-color: var(--lux-brass);
}

#ideas .card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3.5rem;
}

#ideas .life-card {
  display: block;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--lux-line);
  border-radius: var(--lux-radius);
  background: var(--lux-ivory);
  box-shadow: none;
}

#ideas .life-card:hover {
  box-shadow: var(--lux-shadow);
  transform: translateY(-4px);
}

#ideas .life-card img {
  width: 100%;
  height: 245px;
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
  transition: transform .6s ease;
}

#ideas .life-card:hover img {
  transform: scale(1.025);
}

#ideas .life-card > div {
  min-height: 165px;
  padding: 1.4rem;
}

#ideas .life-card h3 {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 600;
}

#ideas .life-card p {
  color: var(--lux-muted);
}

#ideas .ideas-footer {
  border-color: var(--lux-brass-soft);
}

#ideas .ideas-footer strong {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
}

#ideas .ideas-footer a {
  color: var(--lux-emerald);
}

/* Community and footer */
.responsive-page #community.community {
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
  gap: 5rem;
  background: var(--lux-emerald-deep);
  color: var(--lux-ivory);
}

#community .community-copy {
  align-self: center;
}

#community .section-title,
#community .section-intro,
#community .community-description {
  color: var(--lux-ivory);
}

#community .section-title {
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 500;
}

#community .community-description,
#community .section-intro {
  color: rgba(252, 250, 245, .72);
}

#community .community-image {
  border: 1px solid rgba(216, 197, 160, .28);
  border-radius: var(--lux-radius);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
}

#community .community-cta {
  border-color: var(--lux-ivory);
  background: var(--lux-ivory);
  color: var(--lux-emerald-deep);
}

#community .quotes {
  margin-top: 2rem;
  border-top: 1px solid rgba(216, 197, 160, .35);
}

#community .quotes blockquote {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(216, 197, 160, .18);
  color: rgba(252, 250, 245, .75);
  font-family: var(--font-serif);
  font-size: 1rem;
}

#community .chat-card {
  border: 1px solid var(--lux-brass-soft);
  border-radius: var(--lux-radius);
  background: var(--lux-ivory);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .3);
}

#community .chat-card h3 {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
}

#community .chat-bubble {
  border-radius: 4px;
  background: var(--lux-paper);
}

#community .chat-bubble--reply {
  background: var(--lux-sage);
}

#community .community-benefits {
  border-color: rgba(216, 197, 160, .28);
}

#community .community-benefits strong {
  color: var(--lux-ivory);
}

.responsive-page .site-footer {
  background: var(--lux-emerald-deep);
  color: var(--lux-ivory);
  border-top: 1px solid var(--lux-brass);
}

.site-footer .brand strong,
.site-footer .brand em,
.site-footer h2 {
  color: var(--lux-ivory);
}

.site-footer p,
.site-footer a,
.site-footer small,
.site-footer .footer-bottom {
  color: rgba(252, 250, 245, .68);
}

.site-footer a:hover {
  color: var(--lux-brass-soft);
}

.site-footer .socials a {
  border-color: rgba(216, 197, 160, .35);
  background: transparent;
  color: var(--lux-ivory);
}

.site-footer .newsletter {
  border-color: rgba(216, 197, 160, .28);
  background: rgba(252, 250, 245, .04);
}

.site-footer .newsletter input {
  border-color: rgba(216, 197, 160, .35);
  background: rgba(252, 250, 245, .08);
  color: var(--lux-ivory);
}

.site-footer .newsletter button {
  border: 1px solid var(--lux-brass);
  background: var(--lux-brass);
  color: var(--lux-emerald-deep);
}

.site-footer .footer-bottom {
  border-color: rgba(216, 197, 160, .22);
}

/* Opt-in page */
.offer-header,
.sales-header,
.checkout-header {
  min-height: 86px;
  border-bottom: 1px solid rgba(177, 138, 74, .3);
  background: var(--lux-ivory);
}

.offer-shell {
  background: var(--lux-ivory);
}

.offer-visual {
  background: var(--lux-emerald-deep);
}

.offer-visual__caption {
  border-color: rgba(216, 197, 160, .45);
  border-radius: var(--lux-radius);
  background: rgba(11, 28, 21, .92);
  box-shadow: var(--lux-shadow);
}

.offer-visual__caption span {
  color: var(--lux-brass-soft);
}

.offer-visual__caption strong {
  color: var(--lux-ivory);
  font-family: var(--font-serif);
}

.offer-copy {
  background: var(--lux-ivory);
}

.offer-copy h1,
.offer-copy h2 {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-weight: 500;
}

.optin-panel {
  border: 1px solid var(--lux-brass-soft);
  border-radius: var(--lux-radius);
  background: var(--lux-paper);
  box-shadow: var(--lux-shadow);
}

.field input {
  border-color: var(--lux-line);
  border-radius: 5px;
  background: var(--lux-ivory);
}

.field input:focus {
  border-color: var(--lux-brass);
  box-shadow: 0 0 0 3px rgba(177, 138, 74, .15);
}

.success-mark {
  background: var(--lux-sage);
  color: var(--lux-emerald);
}

.outcome-list,
.outcome-list p + p {
  border-color: var(--lux-brass-soft);
}

.outcome-list span {
  color: var(--lux-brass);
}

/* Sales page */
.sales-header {
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
}

.sales-header .header-link {
  border-color: var(--lux-emerald);
  background: var(--lux-emerald);
  color: var(--lux-ivory);
}

.sales-hero {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  gap: 4rem;
  align-items: center;
  padding: 2.8rem max(24px, calc((100vw - 1240px) / 2));
  background: var(--lux-emerald-deep);
}

.sales-hero::before {
  display: none;
}

.sales-hero .eyebrow {
  color: var(--lux-brass-soft);
}

.sales-hero .hero-content {
  width: auto;
  max-width: 590px;
  margin: 0;
  text-align: left;
}

.sales-hero h1 {
  max-width: 10ch;
  color: var(--lux-ivory);
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 500;
  line-height: .94;
}

.sales-hero .hero-lede,
.sales-hero .hero-points,
.sales-hero .hero-actions p {
  color: rgba(252, 250, 245, .73);
}

.sales-hero .hero-points li {
  border-color: rgba(216, 197, 160, .23);
}

.sales-hero .hero-points li::before {
  color: var(--lux-brass);
}

.sales-hero .hero-points {
  display: none;
}

.sales-hero .sales-button {
  border-color: var(--lux-ivory);
  background: var(--lux-ivory);
  color: var(--lux-emerald-deep);
}

.sales-hero .hero-products {
  width: 100%;
  height: 470px;
  min-height: 470px;
  margin-top: 0;
  background: transparent;
}

.sales-hero .product {
  filter: drop-shadow(0 25px 35px rgba(0, 0, 0, .33));
}

.truth-section,
.inside-section,
.shift-section,
.offer-section,
.faq-section,
.closing-cta,
.preview-section {
  background: var(--lux-ivory);
}

.truth-section h2,
.inside-section h2,
.shift-section h2,
.offer-section h2,
.faq-section h2,
.closing-cta h2,
.preview-section h2 {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-weight: 500;
}

.outcome-band {
  background: var(--lux-sage);
}

.outcome-band > div + div {
  border-color: rgba(177, 138, 74, .4);
}

.outcome-band span {
  color: var(--lux-brass);
  font-family: var(--font-serif);
}

.sales-guide {
  border-color: var(--lux-line);
  border-radius: var(--lux-radius);
  background: var(--lux-paper);
  box-shadow: none;
}

.sales-guide h3 {
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
}

.preview-section {
  border-block-color: var(--lux-brass-soft);
}

.preview-facts {
  border-color: var(--lux-brass-soft);
  background: var(--lux-paper);
}

.preview-tabs {
  border-color: var(--lux-line);
  background: transparent;
  box-shadow: none;
}

.preview-tabs button {
  border-color: var(--lux-line);
  background: var(--lux-ivory);
  color: var(--lux-muted);
}

.preview-tabs button:hover,
.preview-tabs button[aria-selected="true"] {
  background: var(--lux-paper);
  color: var(--lux-emerald-deep);
}

.preview-tabs button[aria-selected="true"]::after {
  background: var(--lux-brass);
}

.preview-tab-number {
  color: var(--lux-brass);
  font-family: var(--font-serif);
}

.preview-card,
.faq-list details {
  border-color: var(--lux-line);
  border-radius: var(--lux-radius);
  background: var(--lux-ivory);
  box-shadow: none;
}

.preview-card:hover {
  border-color: var(--lux-brass);
  box-shadow: var(--lux-shadow);
}

.offer-section,
.closing-cta {
  border-color: var(--lux-brass);
}

.offer-card,
.closing-cta {
  border-radius: var(--lux-radius);
}

.sales-footer {
  border-top: 1px solid var(--lux-brass);
  background: var(--lux-emerald-deep);
  color: rgba(252, 250, 245, .7);
}

/* Checkout */
.checkout-layout {
  gap: 4rem;
  background: var(--lux-ivory);
}

.checkout-main h1 {
  max-width: 11ch;
  color: var(--lux-emerald-deep);
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 500;
  line-height: .98;
}

.checkout-intro {
  color: var(--lux-muted);
}

.checkout-preview-link {
  border-color: var(--lux-brass-soft);
  background: var(--lux-paper);
  color: var(--lux-emerald);
}

.order-form,
.provider-message {
  border: 1px solid var(--lux-line);
  border-radius: var(--lux-radius);
  background: var(--lux-ivory);
  box-shadow: none;
}

.payment-handoff {
  border-color: var(--lux-brass-soft);
  border-radius: 6px;
  background: var(--lux-paper);
}

.payment-mark,
.secure-label span {
  background: var(--lux-sage);
  color: var(--lux-emerald);
}

.order-summary {
  border: 1px solid var(--lux-brass);
  border-radius: var(--lux-radius);
  background: var(--lux-emerald-deep);
  color: var(--lux-ivory);
  box-shadow: var(--lux-shadow);
}

.order-summary h2,
.order-summary .summary-kicker,
.included-list,
.price-breakdown,
.order-assurances {
  color: var(--lux-ivory);
}

.order-summary .included-list li,
.order-summary .price-breakdown span,
.order-summary .order-assurances p {
  color: rgba(252, 250, 245, .78);
}

.order-summary .price-breakdown strong {
  color: var(--lux-ivory);
}

.secure-label {
  color: var(--lux-emerald);
}

.summary-products img {
  border-color: rgba(216, 197, 160, .3);
  background: var(--lux-ivory);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .28);
}

.included-list li,
.price-breakdown,
.price-breakdown > div,
.order-assurances {
  border-color: rgba(216, 197, 160, .24);
}

.included-list li::before,
.order-assurances span {
  color: var(--lux-brass-soft);
}

.checkout-footer {
  border-top: 1px solid var(--lux-brass);
  background: var(--lux-emerald-deep);
  color: rgba(252, 250, 245, .65);
}

.checkout-footer a {
  color: var(--lux-brass-soft);
}

/* Responsive rules */
@media (max-width: 1100px) {
  .responsive-page .site-header {
    grid-template-columns: minmax(210px, 1fr) auto minmax(180px, 1fr);
  }

  .responsive-page .nav {
    gap: 1.35rem;
  }

  .responsive-page .hero h1,
  .sales-hero h1 {
    font-size: 4.75rem;
  }

  #start .card-grid.four,
  #ideas .card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #start .info-card,
  #start .info-card.reveal,
  #start .info-card-inner,
  #start .info-face {
    min-height: 480px;
  }

  #guides .starter-download {
    grid-template-columns: 280px 1fr;
  }
}

@media (max-width: 820px) {
  .responsive-page .site-header {
    grid-template-columns: 1fr auto;
    min-height: 76px;
    padding-inline: 20px;
  }

  .responsive-page .site-header > .button {
    display: none;
  }

  .responsive-page .nav-toggle {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid var(--lux-line);
    border-radius: 50%;
    background: var(--lux-ivory);
    box-shadow: none;
  }

  .responsive-page .nav {
    position: fixed;
    inset: 76px 0 auto;
    display: grid;
    gap: 0;
    padding: 1.1rem 20px 1.4rem;
    border-bottom: 1px solid var(--lux-brass-soft);
    background: var(--lux-ivory);
    box-shadow: var(--lux-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity .25s ease, transform .25s ease;
  }

  .nav-open .responsive-page .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .responsive-page .nav a {
    padding: .85rem 0;
    border-bottom: 1px solid var(--lux-line);
  }

  .responsive-page .hero.section {
    min-height: 0;
    padding: 4rem 24px 0;
    background-image: none;
  }

  .responsive-page .hero h1 {
    max-width: none;
    font-size: 4rem;
    line-height: .87;
  }

  .responsive-page .hero::after {
    display: block;
    width: calc(100% + 48px);
    height: 430px;
    margin: 3rem -24px 0;
    background-image: url("assets/macro-meal-side-background.png");
    background-position: 64% center;
    background-size: cover;
    content: "";
  }

  .responsive-page .feature-strip {
    width: 100%;
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }

  .responsive-page .mini-card {
    min-height: 120px;
    padding: 1.4rem 0;
  }

  .responsive-page .mini-card + .mini-card {
    border-top: 1px solid var(--lux-brass-soft);
    border-left: 0;
  }

  .responsive-page main > .section:not(.hero) {
    padding: 6rem 24px;
  }

  .responsive-page .section-title,
  #method > .section-title,
  #ideas .section-title,
  #community .section-title {
    font-size: 3.2rem;
  }

  #start.section > .section-title,
  #method.method-section > .section-title {
    font-size: 3.2rem;
  }

  #method .method-steps {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  #method .method-arrow {
    height: 36px;
    transform: rotate(90deg);
  }

  .responsive-page #free-jumpstart.free-jumpstart {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .free-jumpstart__visual {
    width: min(100%, 520px);
  }

  .free-jumpstart__content h2 {
    font-size: 3.8rem;
  }

  .responsive-page #community.community {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  #community .community-image {
    grid-column: 1;
    grid-row: auto;
    height: 460px;
  }

  #community .chat-card {
    position: static;
    width: auto;
    margin: -5rem 1rem 0;
  }

  .sales-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 4.5rem 24px;
  }

  .sales-hero .hero-products {
    min-height: 540px;
  }

  .sales-hero .hero-content {
    max-width: 700px;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .order-summary {
    position: static;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .brand strong,
  .sales-brand strong,
  .checkout-brand strong,
  .offer-brand strong {
    font-size: 1.35rem;
  }

  .brand em,
  .sales-brand span,
  .checkout-brand span,
  .offer-brand span {
    font-size: .88rem;
  }

  .responsive-page .hero.section {
    padding-top: 3rem;
  }

  .responsive-page .hero h1 {
    font-size: 3.35rem;
  }

  .responsive-page .hero-text {
    font-size: 1.02rem;
  }

  .responsive-page .hero-actions .button {
    width: 100%;
    min-width: 0;
  }

  .responsive-page .hero::after {
    height: 185px;
    margin-top: 2rem;
  }

  .responsive-page main > .section:not(.hero) {
    padding: 5rem 20px;
  }

  .responsive-page .section-title,
  #method > .section-title,
  #ideas .section-title,
  #community .section-title {
    font-size: 2.7rem;
  }

  #start.section > .section-title,
  #method.method-section > .section-title {
    font-size: 2.7rem;
  }

  #start .card-grid.four,
  #ideas .card-grid.four,
  #guides .card-grid.guides {
    grid-template-columns: 1fr;
  }

  #start .info-card,
  #start .info-card.reveal,
  #start .info-card-inner,
  #start .info-face {
    min-height: 450px;
  }

  #method .method-step-card {
    min-height: 430px;
  }

  .free-jumpstart__content h2 {
    font-size: 3.15rem;
  }

  .free-jumpstart__button {
    width: 100%;
  }

  #guides .starter-download {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  #guides .starter-stack {
    width: 290px;
    max-width: 100%;
  }

  #ideas .life-card img {
    height: 230px;
  }

  #community .community-image {
    height: 340px;
  }

  #community .chat-card {
    margin: -3rem .5rem 0;
  }

  .sales-hero h1,
  .checkout-main h1 {
    font-size: 3.25rem;
  }

  .sales-hero .hero-products {
    min-height: 430px;
  }

  .sales-header {
    display: flex;
    gap: .75rem;
    padding-inline: 16px;
  }

  .sales-header .sales-brand {
    max-width: 150px;
  }

  .sales-header .sales-brand strong {
    font-size: 1.15rem;
  }

  .sales-header .sales-brand span {
    font-size: .8rem;
  }

  .sales-header .header-link {
    min-height: 40px;
    padding: .55rem .65rem;
    font-size: .7rem;
    white-space: nowrap;
  }

  .payment-handoff {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .75rem;
    align-items: center;
  }

  .payment-total {
    align-self: center;
    white-space: nowrap;
  }
}

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