/* AINutri weekly nutrition plan landing */
html:has(body.nutrition-plan-page),
body.nutrition-plan-page {
  overflow-x: clip;
}

.nutrition-plan-page {
  --np-ink: #162624;
  --np-ink-2: #30413f;
  --np-paper: #f5f7f4;
  --np-white: #ffffff;
  --np-line: #dce2dd;
  --np-green: #176b5a;
  --np-green-dark: #0f4d41;
  --np-green-pale: #dbece5;
  --np-berry: #ae455d;
  --np-mustard: #d4a52b;
  --np-dark-board: #1b2927;
  background: var(--np-paper);
  color: var(--np-ink);
}

.nutrition-plan-page h1,
.nutrition-plan-page h2,
.nutrition-plan-page h3,
.nutrition-plan-page h4,
.nutrition-plan-page .logo-text {
  letter-spacing: 0;
}

.nutrition-plan-page .site-header {
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--np-line);
}

.nutrition-plan-page .header-row {
  min-height: 74px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nutrition-plan-page .nav-main {
  align-items: center;
}

.nutrition-plan-page .nav-main .np-nav-cta {
  padding: 11px 17px;
  border: 1px solid var(--np-green);
  border-radius: 6px;
  color: var(--np-green-dark);
  font-weight: 700;
}

.nutrition-plan-page .nav-main .np-nav-cta:hover {
  background: var(--np-green);
  color: #fff;
}

.np-page {
  overflow: hidden;
}

.np-page *,
.np-page *::before,
.np-page *::after {
  box-sizing: border-box;
}

.np-page [hidden] {
  display: none !important;
}

.np-hero {
  padding: 70px 0 54px;
  background: var(--np-paper);
  border-bottom: 1px solid var(--np-line);
}

.np-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: 66px;
  align-items: center;
}

.np-hero-copy {
  max-width: 630px;
}

.np-kicker,
.np-section-num,
.np-board-label,
.np-mini-label {
  margin: 0 0 18px;
  color: var(--np-green-dark);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.np-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
}

.np-kicker span {
  width: 9px;
  height: 9px;
  background: var(--np-berry);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(174, 69, 93, 0.12);
}

.np-hero h1 {
  max-width: 620px;
  margin: 0 0 22px;
  color: var(--np-ink);
  font-size: 54px;
  line-height: 1.05;
  font-weight: 800;
}

.np-hero h1 em {
  color: var(--np-green);
  font-style: normal;
}

.np-lead {
  max-width: 610px;
  margin: 0;
  color: var(--np-ink-2);
  font-size: 19px;
  line-height: 1.65;
}

.np-hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.np-hero-actions p {
  max-width: 180px;
  margin: 0;
  color: #65726f;
  font-size: 12px;
  line-height: 1.5;
}

.np-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.np-button:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.np-button:focus-visible,
.np-page input:focus-visible,
.np-page textarea:focus-visible,
.np-page summary:focus-visible {
  outline: 3px solid rgba(212, 165, 43, 0.55);
  outline-offset: 3px;
}

.np-button-primary {
  background: var(--np-green);
  color: #fff;
}

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

.np-button-primary:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}

.np-button-ghost {
  border-color: #b9c4be;
  background: transparent;
  color: var(--np-ink);
}

.np-button-ghost:hover {
  background: #edf1ed;
}

.np-button-light {
  background: #fff;
  color: var(--np-green-dark);
}

.np-button-light:hover {
  background: #eff5f2;
  color: var(--np-green-dark);
}

.np-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  color: #5f6e6a;
  font-size: 13px;
  font-weight: 700;
}

.np-proofline li {
  display: flex;
  align-items: center;
}

.np-proofline li:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 12px;
  border-radius: 50%;
  background: var(--np-mustard);
}

.np-week-board {
  position: relative;
  min-width: 0;
  padding: 27px;
  border: 1px solid #263b37;
  border-radius: 8px;
  background: var(--np-dark-board);
  color: #f6f9f7;
  box-shadow: 20px 20px 0 #dbe3de;
}

.np-week-board::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 35px;
  bottom: 35px;
  width: 4px;
  background: var(--np-berry);
}

.np-board-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.np-board-label {
  display: block;
  margin: 0 0 5px;
  color: #91b9ad;
  font-size: 10px;
}

.np-board-top strong {
  display: block;
  font-size: 21px;
  line-height: 1.3;
}

.np-board-week {
  padding: 6px 9px;
  border: 1px solid #536762;
  border-radius: 4px;
  color: #bed0ca;
  font-size: 11px;
  font-weight: 700;
}

.np-board-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 21px 0 19px;
}

.np-board-filters span {
  padding: 6px 9px;
  border-radius: 4px;
  background: #2b403c;
  color: #cfddd8;
  font-size: 10px;
  line-height: 1.2;
}

.np-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid #3a4e4a;
  border-bottom: 1px solid #3a4e4a;
}

.np-days > span {
  min-width: 0;
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 8px 4px;
  border-right: 1px solid #3a4e4a;
  color: #f0f6f3;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.np-days > span:last-child {
  border-right: 0;
}

.np-days small {
  overflow: hidden;
  color: #8ea29d;
  font-size: 7px;
  line-height: 1.2;
  font-weight: 600;
  text-overflow: ellipsis;
}

.np-days .is-prep {
  background: #263c37;
  box-shadow: inset 0 -3px 0 var(--np-mustard);
}

.np-board-list {
  display: grid;
  gap: 15px;
  padding: 21px 0 10px;
}

.np-board-list > div {
  display: grid;
  grid-template-columns: 8px 1fr;
  column-gap: 12px;
  align-items: center;
}

.np-list-marker {
  grid-row: 1 / span 2;
  width: 8px;
  height: 30px;
  border-radius: 2px;
}

.np-list-marker.is-berry { background: var(--np-berry); }
.np-list-marker.is-mustard { background: var(--np-mustard); }
.np-list-marker.is-mint { background: #78b49f; }

.np-board-list strong {
  font-size: 12px;
  line-height: 1.35;
}

.np-board-list small {
  margin-top: 2px;
  color: #8ea29d;
  font-size: 9px;
  line-height: 1.35;
}

.np-board-caption {
  margin: 13px 0 0;
  color: #718681;
  font-size: 9px;
  line-height: 1.4;
}

.np-thesis {
  background: #fff;
  border-bottom: 1px solid var(--np-line);
}

.np-thesis-row {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
  min-height: 142px;
}

.np-thesis p,
.np-thesis strong {
  margin: 0;
}

.np-thesis p {
  color: #65726f;
  font-size: 14px;
  line-height: 1.6;
}

.np-thesis strong {
  font-size: 21px;
  line-height: 1.45;
}

.np-section {
  padding: 88px 0;
}

.np-section-intro {
  max-width: 710px;
  margin-bottom: 42px;
}

.np-section-intro h2,
.np-quiz-copy h2,
.np-final h2 {
  margin: 0;
  color: var(--np-ink);
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
}

.np-section-intro > p:last-child {
  max-width: 650px;
  margin: 17px 0 0;
  color: #5c6c68;
  font-size: 17px;
  line-height: 1.65;
}

.np-contrast {
  background: #fff;
}

.np-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 48px;
  align-items: start;
}

.np-result-main {
  border-top: 4px solid var(--np-green);
}

.np-result-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--np-line);
  color: #64716e;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}

.np-result-heading strong {
  color: var(--np-green-dark);
}

.np-deliverables {
  margin: 0;
  padding: 0;
  list-style: none;
}

.np-deliverables li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--np-line);
}

.np-deliverables li > span {
  color: var(--np-berry);
  font-size: 12px;
  font-weight: 800;
}

.np-deliverables strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.35;
}

.np-deliverables p {
  margin: 0;
  color: #64726e;
  font-size: 14px;
  line-height: 1.55;
}

.np-not-this {
  padding: 27px;
  border: 1px solid #edd7dc;
  border-radius: 8px;
  background: #fff8f9;
}

.np-not-this h3 {
  margin: 0 0 16px;
  font-size: 23px;
  line-height: 1.25;
}

.np-not-this ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.np-not-this li {
  position: relative;
  padding: 8px 0 8px 18px;
  border-top: 1px solid #eedfe2;
  color: #5e4e52;
  font-size: 13px;
}

.np-not-this li::before {
  content: "−";
  position: absolute;
  left: 0;
  color: var(--np-berry);
  font-weight: 800;
}

.np-not-this > p:last-child {
  margin: 19px 0 0;
  color: #66575a;
  font-size: 13px;
  line-height: 1.6;
}

.np-goals {
  background: var(--np-paper);
}

.np-goals-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  gap: 80px;
  align-items: start;
}

.np-goals .np-section-intro {
  position: sticky;
  top: 120px;
  margin-bottom: 0;
}

.np-goal-lines {
  border-top: 1px solid #cdd6d0;
}

.np-goal-lines > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid #cdd6d0;
}

.np-goal-lines span {
  color: var(--np-berry);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase;
}

.np-goal-lines strong {
  font-size: 17px;
  line-height: 1.55;
}

.np-how {
  background: #fff;
  border-top: 1px solid var(--np-line);
}

.np-section-intro-wide {
  max-width: 820px;
}

.np-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--np-line);
  border-bottom: 1px solid var(--np-line);
}

.np-step {
  min-height: 255px;
  padding: 26px 30px 28px 0;
  border-right: 1px solid var(--np-line);
}

.np-step + .np-step {
  padding-left: 30px;
}

.np-step:last-child {
  border-right: 0;
}

.np-step > span {
  display: block;
  margin-bottom: 52px;
  color: var(--np-green);
  font-size: 13px;
  font-weight: 800;
}

.np-step h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.35;
}

.np-step p {
  margin: 0;
  color: #60706c;
  font-size: 14px;
  line-height: 1.65;
}

.np-quiz-band {
  padding: 88px 0;
  background: #e6ece7;
  border-top: 1px solid #d3ddd6;
  border-bottom: 1px solid #d3ddd6;
}

.np-quiz-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(480px, 1.32fr);
  gap: 76px;
  align-items: start;
}

.np-quiz-copy {
  position: sticky;
  top: 120px;
}

.np-quiz-copy > p:nth-of-type(2) {
  margin: 18px 0 0;
  color: #5d6c68;
  font-size: 16px;
  line-height: 1.65;
}

.np-privacy-note {
  margin-top: 30px;
  padding: 19px 0 0;
  border-top: 1px solid #c4d0c8;
}

.np-privacy-note strong,
.np-privacy-note span {
  display: block;
}

.np-privacy-note strong {
  margin-bottom: 5px;
  font-size: 13px;
}

.np-privacy-note span {
  color: #65726f;
  font-size: 12px;
  line-height: 1.55;
}

.np-quiz {
  min-height: 590px;
  padding: 32px;
  border: 1px solid #c7d2ca;
  border-radius: 8px;
  background: #fff;
  box-shadow: 10px 10px 0 #ccd7cf;
}

.np-progress {
  margin-bottom: 32px;
}

.np-progress > span {
  display: block;
  margin-bottom: 9px;
  color: #64716e;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.np-progress > div {
  height: 4px;
  overflow: hidden;
  background: #e8ede9;
}

.np-progress i {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--np-green);
  transition: width 220ms ease;
}

.np-quiz fieldset {
  min-width: 0;
  margin: 0 0 27px;
  padding: 0;
  border: 0;
}

.np-quiz legend {
  width: 100%;
  margin-bottom: 18px;
  color: var(--np-ink);
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}

.np-legend-note {
  margin: -10px 0 15px;
  color: #6b7874;
  font-size: 11px;
  line-height: 1.5;
}

.np-options {
  display: grid;
  gap: 9px;
}

.np-options label,
.np-segments label {
  position: relative;
  cursor: pointer;
}

.np-options input,
.np-segments input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.np-options label > span {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13px 46px 13px 16px;
  border: 1px solid #dce3de;
  border-radius: 6px;
  background: #fbfcfb;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.np-options label > span::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #aebbb4;
  border-radius: 50%;
  transform: translateY(-50%);
}

.np-options input:checked + span {
  border-color: var(--np-green);
  background: #f0f7f3;
}

.np-options input:checked + span::after {
  border: 5px solid var(--np-green);
  background: #fff;
}

.np-options input:focus-visible + span,
.np-segments input:focus-visible + span {
  outline: 3px solid rgba(212, 165, 43, 0.55);
  outline-offset: 2px;
}

.np-options strong,
.np-options small {
  display: block;
}

.np-options strong {
  color: var(--np-ink);
  font-size: 14px;
  line-height: 1.35;
}

.np-options small {
  margin-top: 4px;
  color: #6b7874;
  font-size: 11px;
  line-height: 1.4;
}

.np-options-compact {
  grid-template-columns: repeat(3, 1fr);
}

.np-options-compact label > span {
  min-height: 124px;
  justify-content: flex-start;
  padding: 17px 15px 38px;
}

.np-options-compact label > span::after {
  left: 16px;
  right: auto;
  top: auto;
  bottom: 15px;
  transform: none;
}

.np-segments {
  display: grid;
  border: 1px solid #cfd8d2;
  border-radius: 6px;
  overflow: hidden;
}

.np-segments-three { grid-template-columns: repeat(3, 1fr); }
.np-segments-four { grid-template-columns: repeat(4, 1fr); }

.np-segments label:not(:last-child) {
  border-right: 1px solid #cfd8d2;
}

.np-store-grid label:nth-child(4n) {
  border-right: 0;
}

.np-store-grid label:nth-child(n+5) {
  border-top: 1px solid #cfd8d2;
}

.np-store-grid label:last-child {
  grid-column: span 2;
  border-right: 0;
}

.np-segments span {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  background: #fbfcfb;
  color: #4e5d59;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  transition: background-color 150ms ease, color 150ms ease;
}

.np-segments input:checked + span {
  background: var(--np-green);
  color: #fff;
}

.np-field {
  display: block;
  margin-bottom: 21px;
}

.np-field > span {
  display: block;
  margin-bottom: 8px;
  color: var(--np-ink);
  font-size: 14px;
  font-weight: 800;
}

.np-field > span small {
  color: #74817d;
  font-weight: 500;
}

.np-field input,
.np-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid #cbd5ce;
  border-radius: 5px;
  background: #fff;
  color: var(--np-ink);
  font: inherit;
  font-size: 14px;
  resize: vertical;
}

.np-field textarea {
  min-height: 92px;
}

.np-field > small {
  display: block;
  margin-top: 6px;
  color: #76837f;
  font-size: 10px;
}

.np-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #65726f;
  font-size: 11px;
  line-height: 1.5;
  cursor: pointer;
}

.np-consent + .np-consent {
  margin-top: 10px;
}

.np-consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--np-green);
}

.np-consent a {
  color: var(--np-green-dark);
  text-decoration: underline;
}

.np-checkout-summary {
  margin: 24px 0 20px;
  padding: 17px;
  border: 1px solid #cbd8d0;
  border-radius: 6px;
  background: #f1f7f3;
}

.np-checkout-summary > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  color: var(--np-ink);
  font-size: 13px;
  font-weight: 800;
}

.np-checkout-summary strong {
  flex: 0 0 auto;
  color: var(--np-green-dark);
  font-size: 20px;
}

.np-checkout-summary p {
  margin: 8px 0 0;
  color: #61706c;
  font-size: 10px;
  line-height: 1.55;
}

.np-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.np-form-error {
  margin: 18px 0 0;
  padding: 10px 12px;
  border-left: 3px solid var(--np-berry);
  background: #fff4f6;
  color: #7e3043;
  font-size: 12px;
  line-height: 1.5;
}

.np-quiz-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 27px;
}

.np-quiz-actions .np-button-ghost {
  margin-right: auto;
}

.np-success {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.np-success > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--np-green);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
}

.np-success h3 {
  margin: 0 0 10px;
  font-size: 25px;
}

.np-success p {
  max-width: 430px;
  margin: 0;
  color: #5f6f6b;
  font-size: 14px;
  line-height: 1.65;
}

.np-faq {
  background: #fff;
}

.np-faq-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
  gap: 90px;
}

.np-faq .np-section-intro {
  margin: 0;
}

.np-accordion {
  border-top: 1px solid var(--np-line);
}

.np-accordion details {
  border-bottom: 1px solid var(--np-line);
}

.np-accordion summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  color: var(--np-ink);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.np-accordion summary::-webkit-details-marker { display: none; }

.np-accordion summary span {
  flex: 0 0 auto;
  color: var(--np-green);
  font-size: 24px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.np-accordion details[open] summary span {
  transform: rotate(45deg);
}

.np-accordion details p {
  max-width: 720px;
  margin: -2px 44px 22px 0;
  color: #5e6c68;
  font-size: 14px;
  line-height: 1.7;
}

.np-final {
  padding: 64px 0;
  background: var(--np-green-dark);
  color: #fff;
}

.np-final-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.np-final .np-section-num {
  color: #a8c9bf;
}

.np-final h2 {
  color: #fff;
  font-size: 34px;
}

.np-order-page {
  min-height: calc(100vh - 150px);
  display: grid;
  place-items: center;
  padding: 72px 0 88px;
  background: var(--np-paper);
}

.np-order-panel {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 46px;
  border: 1px solid var(--np-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 10px 10px 0 #dbe3de;
}

.np-order-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--np-green);
  color: #fff;
  font-size: 27px;
  font-weight: 800;
}

.np-order-icon.is-canceled {
  background: var(--np-berry);
}

.np-order-loader {
  width: 44px;
  height: 44px;
  display: block;
  margin-bottom: 28px;
  border: 4px solid var(--np-green-pale);
  border-top-color: var(--np-green);
  border-radius: 50%;
  animation: np-order-spin 800ms linear infinite;
}

@keyframes np-order-spin {
  to { transform: rotate(360deg); }
}

.np-order-panel h1 {
  margin: 0 0 18px;
  color: var(--np-ink);
  font-family: Fraunces, Georgia, serif;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0;
}

.np-order-lead {
  max-width: 640px;
  margin: 0 0 30px;
  color: #54635f;
  font-size: 17px;
  line-height: 1.65;
}

.np-order-details {
  margin: 30px 0;
  border-top: 1px solid var(--np-line);
}

.np-order-details > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--np-line);
}

.np-order-details dt {
  color: #75827e;
  font-size: 12px;
  font-weight: 700;
}

.np-order-details dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--np-ink);
  font-size: 13px;
  font-weight: 700;
}

.np-order-next {
  margin-top: 30px;
  padding: 18px 20px;
  border-left: 3px solid var(--np-mustard);
  background: #faf8ef;
}

.np-order-next strong {
  color: var(--np-ink);
  font-size: 13px;
}

.np-order-next p {
  margin: 6px 0 0;
  color: #5f6c68;
  font-size: 12px;
  line-height: 1.6;
}

.np-order-support {
  margin: 30px 0 0;
  color: #71807b;
  font-size: 12px;
}

.np-order-support a {
  color: var(--np-green-dark);
  text-decoration: underline;
}

.nutrition-plan-page .site-footer {
  margin-top: 0;
}

@media (max-width: 1020px) {
  .np-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: 42px;
  }

  .np-hero h1 { font-size: 44px; }
  .np-goals-grid { gap: 50px; }
  .np-quiz-layout { gap: 48px; }
  .np-faq-grid { gap: 60px; }
  .np-options-compact { grid-template-columns: 1fr; }
  .np-options-compact label > span { min-height: 78px; }
}

@media (max-width: 900px) {
  .nutrition-plan-page .nav-main .np-nav-cta {
    margin-top: 12px;
    padding: 16px 0;
    border-width: 0 0 1px;
    border-radius: 0;
  }

  .nutrition-plan-page .nav-main .np-nav-cta:hover {
    background: transparent;
    color: var(--np-green);
  }

  .np-hero {
    padding: 52px 0 50px;
  }

  .np-hero-grid,
  .np-thesis-row,
  .np-result-grid,
  .np-goals-grid,
  .np-quiz-layout,
  .np-faq-grid {
    grid-template-columns: 1fr;
  }

  .np-hero-grid { gap: 45px; }
  .np-hero-copy { max-width: 690px; }
  .np-week-board { max-width: 650px; }
  .np-thesis-row { min-height: auto; gap: 10px; padding-top: 32px; padding-bottom: 32px; }
  .np-section { padding: 68px 0; }
  .np-goals-grid, .np-quiz-layout, .np-faq-grid { gap: 42px; }
  .np-goals .np-section-intro, .np-quiz-copy { position: static; }
  .np-steps { grid-template-columns: 1fr; }
  .np-step, .np-step + .np-step { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--np-line); }
  .np-step:last-child { border-bottom: 0; }
  .np-step > span { margin-bottom: 18px; }
  .np-faq .np-section-intro { margin-bottom: 0; }
}

@media (max-width: 620px) {
  .np-hero {
    padding: 38px 0 42px;
  }

  .np-kicker {
    align-items: flex-start;
    font-size: 10px;
  }

  .np-kicker span { margin-top: 2px; }

  .np-hero h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .np-lead {
    font-size: 16px;
    line-height: 1.6;
  }

  .np-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .np-hero-actions .np-button { width: 100%; }
  .np-hero-actions p { max-width: none; text-align: center; }
  .np-proofline { justify-content: center; font-size: 11px; }

  .np-week-board {
    padding: 20px 16px;
    box-shadow: 8px 8px 0 #dbe3de;
  }

  .np-week-board::before { top: 24px; bottom: 24px; }
  .np-board-top strong { font-size: 17px; }
  .np-board-week { font-size: 9px; }
  .np-days > span { min-height: 60px; font-size: 10px; }
  .np-days small { font-size: 0; }
  .np-days small::after { content: "•"; font-size: 8px; }
  .np-board-filters { gap: 5px; }
  .np-board-filters span { font-size: 9px; }

  .np-section { padding: 54px 0; }
  .np-section-intro { margin-bottom: 30px; }
  .np-section-intro h2, .np-quiz-copy h2, .np-final h2 { font-size: 29px; }
  .np-section-intro > p:last-child { font-size: 15px; }

  .np-result-grid { gap: 32px; }
  .np-result-heading { flex-direction: column; gap: 4px; }
  .np-deliverables li { grid-template-columns: 34px 1fr; gap: 8px; }
  .np-not-this { padding: 21px; }

  .np-goal-lines > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  .np-quiz-band { padding: 54px 0; }
  .np-quiz-layout { gap: 30px; }
  .np-quiz { min-height: 610px; padding: 22px 17px; box-shadow: 6px 6px 0 #ccd7cf; }
  .np-quiz legend { font-size: 18px; }
  .np-options label > span { min-height: 76px; }
  .np-options-compact label > span { min-height: 90px; }
  .np-segments-three, .np-segments-four { grid-template-columns: 1fr 1fr; }
  .np-segments label:nth-child(2) { border-right: 0; }
  .np-segments-three label:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid #cfd8d2; }
  .np-segments-four label:nth-child(n+3) { border-top: 1px solid #cfd8d2; }
  .np-store-grid label:nth-child(even) { border-right: 0; }
  .np-store-grid label:last-child { grid-column: 1 / -1; }
  .np-quiz-actions { align-items: stretch; }
  .np-quiz-actions .np-button { padding-left: 14px; padding-right: 14px; }

  .np-accordion summary { font-size: 14px; }
  .np-final { padding: 48px 0; }
  .np-final-row { align-items: stretch; flex-direction: column; gap: 27px; }
  .np-final .np-button { width: 100%; }

  .np-order-page {
    min-height: auto;
    padding: 38px 0 56px;
  }

  .np-order-panel {
    padding: 28px 20px;
    box-shadow: 6px 6px 0 #dbe3de;
  }

  .np-order-panel h1 { font-size: 34px; }
  .np-order-lead { font-size: 15px; }
  .np-order-details > div { grid-template-columns: 1fr; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  .np-page *,
  .np-page *::before,
  .np-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
