:root {
  --ink: #171717;
  --muted: #5c5c58;
  --paper: #ffffff;
  --wash: #f7f6f1;
  --rule: #dedbd2;
  --leaf: #0b6f47;
  --leaf-dark: #06442d;
  --accent: #0c8a56;
  --accent-bright: #12a66a;
  --accent-soft: #e9f5ee;
  --blue: #245a76;
  --brand-soft-blue: #5f8296;
  --rose: #9d4e42;
  --white: #ffffff;
  --max-width: 1240px;
  --condensed-font: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.58;
}

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

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

figure {
  margin: 0;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.3rem, 7vw, 6.1rem);
  line-height: 0.95;
  max-width: 920px;
}

h2 {
  font-size: clamp(2.15rem, 4.4vw, 4rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.28rem;
  line-height: 1.18;
}

ul,
ol {
  margin: 0;
}

.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  z-index: 40;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 4px;
  color: var(--ink);
  font-weight: 800;
  padding: 10px 12px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--rule);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 32px;
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand-lockup {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  gap: 14px;
  min-width: 0;
}

.brand-logo {
  flex: 0 0 auto;
  height: auto;
  object-fit: contain;
  width: 68px;
}

.brand-text {
  color: var(--brand-soft-blue);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 34ch;
}

.site-header nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  font-size: 0.9rem;
  font-weight: 700;
}

.site-header nav a {
  white-space: nowrap;
}

.site-header a:hover,
.site-header a:focus-visible {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero {
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.34) 56%, rgba(0, 0, 0, 0.12));
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-inner {
  color: var(--white);
  max-width: 960px;
  padding: 88px 32px 96px;
  position: relative;
  z-index: 2;
}

.hero h1,
.hero .eyebrow,
.hero p {
  color: var(--white);
}

.hero-subhead {
  font-size: clamp(1.35rem, 2.6vw, 2.05rem);
  font-weight: 800;
  line-height: 1.24;
  margin-top: 26px;
  max-width: 820px;
}

.hero p:not(.eyebrow):not(.hero-subhead) {
  font-size: 1.13rem;
  line-height: 1.68;
  margin-top: 22px;
  max-width: 690px;
}

.eyebrow {
  align-items: center;
  color: var(--muted);
  display: flex;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.section-number {
  color: #a8aaa6;
  font-family: var(--condensed-font);
  font-size: 0.78em;
  font-stretch: condensed;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.contents-panel a span {
  color: #a8aaa6;
  font-family: var(--condensed-font);
  font-size: 0.78em;
  font-stretch: condensed;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero .section-number {
  color: rgba(255, 255, 255, 0.78);
}

.hero-actions,
.pricing-actions,
.cta-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
}

.button-light {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}

.button-bright {
  background: var(--accent-bright);
  border-color: var(--accent-bright);
  color: var(--white);
}

.button-ghost {
  background: transparent;
  border-color: var(--white);
  color: var(--white);
}

.button-dark {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.button-outline {
  background: transparent;
  border-color: var(--accent);
  color: var(--accent);
}

.button:hover,
.button:focus-visible {
  border-color: var(--leaf);
  color: var(--leaf-dark);
  outline: none;
}

.button-dark:hover,
.button-bright:hover,
.button-dark:focus-visible {
  background: var(--leaf);
  border-color: var(--leaf);
  color: var(--white);
}

.button-bright:focus-visible {
  background: var(--leaf);
  border-color: var(--leaf);
  color: var(--white);
}

.page-shell {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: 210px minmax(0, 1fr);
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 0 32px;
}

.contents-panel {
  padding-top: 66px;
  position: sticky;
  top: 96px;
}

.contents-panel p {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.contents-panel nav {
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
}

.contents-panel a {
  border-top: 1px solid var(--rule);
  color: #343431;
  display: grid;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 10px;
  grid-template-columns: 30px minmax(0, 1fr);
  line-height: 1.25;
  padding: 12px 0;
}

.contents-panel a:first-child {
  border-top: 0;
}

.contents-panel a:hover,
.contents-panel a:focus-visible {
  color: var(--accent);
  outline: none;
}

.page-content {
  min-width: 0;
}

.section {
  border-top: 1px solid var(--rule);
  padding: 66px 0;
  scroll-margin-top: 96px;
}

.page-content > .section:first-child {
  border-top: 0;
}

.section-heading {
  max-width: 820px;
}

.section-heading > p:not(.eyebrow),
.section-heading-split > p,
.text-columns p,
.final-cta p {
  color: #343431;
  font-size: 1.02rem;
  line-height: 1.68;
}

.section-heading > p:not(.eyebrow) {
  margin-top: 18px;
  max-width: 760px;
}

.section-heading-split {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.56fr);
  max-width: none;
}

.text-columns {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.text-columns p {
  border-top: 1px solid var(--rule);
  padding-top: 18px;
}

.proof-statement {
  border-bottom: 1px solid var(--rule);
  border-left: 4px solid var(--accent);
  border-top: 1px solid var(--rule);
  color: var(--leaf-dark);
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  font-weight: 800;
  line-height: 1.42;
  margin-top: 32px;
  max-width: 920px;
  padding: 18px 0 18px 18px;
}

.proof-strip {
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.proof-strip div {
  border-left: 1px solid var(--rule);
  padding: 18px;
}

.proof-strip div:first-child {
  border-left: 0;
  padding-left: 0;
}

.proof-strip dt {
  color: var(--accent);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.proof-strip dd {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
  margin-top: 8px;
}

.proof-strip-emphasis dt {
  font-weight: 800;
}

.proof-strip-emphasis dd,
.proof-strip-emphasis dd strong,
.proof-strip dd strong {
  color: var(--leaf-dark);
  font-weight: 800;
}

.monthly-section {
  padding-bottom: 78px;
}

.month-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.month-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.month-card img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.month-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 19px;
}

.month-line {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 8px;
}

.month {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.season-hook {
  color: var(--accent);
  font-family: var(--condensed-font);
  font-size: 0.76rem;
  font-stretch: condensed;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.month-card h3 {
  color: var(--ink);
}

.month-card p:not(.month) {
  color: #343431;
  font-size: 0.96rem;
  line-height: 1.55;
  margin-top: 10px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
}

.tags span {
  background: var(--accent-soft);
  border: 1px solid #bddfcf;
  border-radius: 4px;
  color: var(--leaf-dark);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 5px 8px;
}

.included-groups {
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.included-groups article {
  border-left: 1px solid var(--rule);
  padding: 22px;
}

.included-groups article:first-child {
  border-left: 0;
  padding-left: 0;
}

.included-groups ul {
  color: #343431;
  line-height: 1.55;
  margin-top: 16px;
  padding-left: 18px;
}

.included-groups li + li {
  margin-top: 8px;
}

.included-visual {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 6px;
  margin-top: 34px;
  overflow: hidden;
}

.included-visual img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.included-visual figcaption {
  border-top: 1px solid var(--rule);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
  padding: 12px 14px;
}

.visual-proof-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.visual-proof {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 6px;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
}

.visual-proof img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.visual-wide {
  grid-column: span 2;
}

.visual-wide img {
  aspect-ratio: 16 / 9;
}

.visual-tall img {
  aspect-ratio: 4 / 5;
}

.certificate-blank img {
  background: var(--white);
  object-fit: contain;
  padding: 10px;
}

.visual-proof figcaption {
  border-top: 1px solid var(--rule);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
  padding: 12px 14px;
}

.pricing-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.pricing-cards article {
  border: 1px solid var(--rule);
  border-top: 4px solid var(--accent);
  border-radius: 6px;
  display: grid;
  gap: 12px;
  grid-template-rows: auto auto auto auto 1fr;
  padding: 24px;
}

.pricing-card-popular {
  background: linear-gradient(180deg, rgba(233, 245, 238, 0.72), var(--white));
  border-color: rgba(12, 138, 86, 0.38);
  border-top-color: var(--blue);
}

.pricing-card-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.pricing-card-title {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.pricing-badge {
  background: var(--accent-soft);
  border: 1px solid rgba(12, 138, 86, 0.22);
  border-radius: 999px;
  color: var(--leaf-dark);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-card-meta {
  color: var(--leaf-dark);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
}

.pricing-cards strong {
  color: var(--leaf-dark);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1;
}

.pricing-cards strong small {
  color: var(--muted);
  display: block;
  font-size: 0.86rem;
  line-height: 1.35;
  margin-top: 6px;
  text-transform: none;
}

.series-price {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin-top: -4px;
  text-transform: uppercase;
}

.pricing-card-copy {
  color: #343431;
  font-family: var(--condensed-font);
  font-stretch: condensed;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.48;
}

.package-savings {
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.package-option {
  border-left: 1px solid var(--rule);
  display: grid;
  gap: 12px;
  padding: 22px;
}

.package-option:first-child {
  border-left: 0;
  padding-left: 0;
}

.package-option h3 {
  font-size: 1.12rem;
}

.package-option p {
  color: #343431;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.52;
}

.package-option .pricing-badge {
  white-space: normal;
}

.package-option-single {
  color: var(--muted);
}

.package-option-seasonal {
  background: linear-gradient(180deg, rgba(233, 245, 238, 0.45), var(--white));
  box-shadow: inset 0 3px 0 var(--accent);
}

.package-option-best {
  background: linear-gradient(180deg, rgba(233, 245, 238, 0.82), var(--white));
  box-shadow: inset 0 4px 0 var(--blue);
}

.package-option-best h3,
.package-option-best p {
  color: var(--leaf-dark);
}

.benefit-highlights {
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.benefit-highlights p {
  border-top: 1px solid var(--rule);
  color: #343431;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 14px 18px 14px 20px;
  position: relative;
}

.benefit-highlights p::before {
  background: #d08a46;
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 24px;
  width: 6px;
}

.benefit-highlights p:nth-child(1),
.benefit-highlights p:nth-child(2) {
  border-top: 0;
}

.pricing-actions {
  margin-top: 22px;
}

.scarcity-note {
  border-left: 3px solid var(--blue);
  color: var(--leaf-dark);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.45;
  margin-top: 24px;
  max-width: 760px;
  padding: 8px 0 8px 14px;
}

.reassurance-list {
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  color: #343431;
  display: grid;
  gap: 0;
  line-height: 1.55;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 18px;
}

.reassurance-list li {
  font-weight: 700;
  padding: 12px 0;
}

.reassurance-list li + li {
  border-top: 1px solid var(--rule);
}

.pathway-list {
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.pathway-list article {
  border-left: 1px solid var(--rule);
  padding: 22px;
}

.pathway-list article:first-child {
  border-left: 0;
  padding-left: 0;
}

.pathway-list p {
  color: #343431;
  font-size: 0.98rem;
  line-height: 1.58;
  margin-top: 10px;
}

.support-list {
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  display: grid;
  gap: 0;
  margin-top: 34px;
}

.support-list article {
  align-items: start;
  border-top: 1px solid var(--rule);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  padding: 20px 0;
}

.support-list article:first-child {
  border-top: 0;
}

.support-list p {
  color: #343431;
  line-height: 1.62;
}

.faq-list {
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.faq-list article {
  border-top: 1px solid var(--rule);
  padding: 20px 22px 20px 0;
}

.faq-list article:nth-child(1),
.faq-list article:nth-child(2) {
  border-top: 0;
}

.faq-list p {
  color: #343431;
  font-size: 0.96rem;
  line-height: 1.58;
  margin-top: 10px;
}

.memory-section {
  padding-bottom: 72px;
}

.memory-grid {
  display: grid;
  gap: 12px;
  grid-auto-rows: clamp(150px, 16vw, 230px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.memory-tile {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 6px;
  display: block;
  min-height: 0;
  overflow: hidden;
}

.memory-tile:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.memory-tile:hover,
.memory-tile:focus-visible {
  border-color: var(--accent);
  outline: none;
}

.memory-tile:focus-visible {
  box-shadow: 0 0 0 3px rgba(12, 138, 86, 0.2);
}

.memory-tile img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.testimonial-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.testimonial-card {
  border: 1px solid var(--rule);
  border-left: 4px solid var(--accent);
  border-radius: 6px;
  display: grid;
  gap: 14px;
  padding: 22px;
}

.testimonial-card blockquote {
  color: var(--ink);
  font-size: clamp(1.08rem, 1.8vw, 1.38rem);
  font-weight: 800;
  line-height: 1.34;
  margin: 0;
}

.testimonial-card figcaption {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
}

.testimonial-card-smile {
  background: var(--accent-soft);
  border-color: rgba(12, 138, 86, 0.3);
  border-left-color: var(--blue);
  grid-column: 1 / -1;
}

.testimonial-card-smile blockquote {
  color: var(--leaf-dark);
  font-size: clamp(1.42rem, 3vw, 2.35rem);
}

.final-cta {
  background: var(--wash);
  border-bottom: 1px solid var(--rule);
  border-left: 4px solid var(--accent);
  margin-bottom: 66px;
  padding-right: 32px;
  padding-left: 32px;
}

.final-cta > div {
  max-width: 760px;
}

.final-cta .button {
  box-shadow: 0 10px 22px rgba(6, 68, 45, 0.14);
}

.cta-reassurance {
  border-top: 1px solid var(--rule);
  color: var(--muted) !important;
  font-size: 0.94rem !important;
  font-weight: 700;
  line-height: 1.45 !important;
  margin-top: 18px;
  max-width: 640px;
  padding-top: 14px;
}

.final-scarcity {
  margin-top: 18px;
}

.contact-email {
  color: var(--muted) !important;
  font-size: 0.95rem !important;
  margin-top: 16px;
}

.contact-email a {
  color: var(--leaf-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.series-modal-open {
  overflow: hidden;
}

.series-modal {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(17, 17, 17, 0.24);
  color: var(--ink);
  max-height: min(86vh, 860px);
  max-width: 1120px;
  overflow: hidden;
  padding: 0;
  width: min(calc(100% - 32px), 1120px);
}

.series-modal:not([open]) {
  display: none;
}

.series-modal::backdrop {
  background: rgba(12, 24, 18, 0.62);
  backdrop-filter: blur(4px);
}

.series-modal-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  max-height: min(86vh, 860px);
}

.series-modal-header {
  align-items: start;
  background: var(--wash);
  border-bottom: 1px solid var(--rule);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(22px, 3.5vw, 34px);
}

.series-modal-header .eyebrow {
  margin-bottom: 10px;
}

.series-modal h2 {
  color: var(--leaf-dark);
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  line-height: 1.02;
}

.series-modal-header p:not(.eyebrow) {
  color: #343431;
  font-size: 1.02rem;
  line-height: 1.55;
  margin-top: 14px;
  max-width: 680px;
}

.series-close {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  color: var(--leaf-dark);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 1.75rem;
  font-weight: 500;
  height: 44px;
  justify-content: center;
  line-height: 1;
  width: 44px;
}

.series-close:hover,
.series-close:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  outline: none;
}

.series-modal-body {
  min-height: 0;
  overflow: auto;
  padding: clamp(18px, 3vw, 28px);
}

.series-table-wrap {
  border: 1px solid var(--rule);
  border-radius: 6px;
  overflow: hidden;
}

.series-table {
  border-collapse: collapse;
  width: 100%;
}

.series-table th {
  background: var(--leaf-dark);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.28;
  padding: 14px 16px;
  text-align: left;
  text-transform: uppercase;
}

.series-table td {
  border-top: 1px solid var(--rule);
  color: #343431;
  font-size: 0.94rem;
  line-height: 1.48;
  padding: 16px;
  vertical-align: top;
}

.series-table tbody tr:first-child td {
  border-top: 0;
}

.series-table tbody tr:nth-child(even) {
  background: var(--wash);
}

.series-table td:first-child,
.series-table td:nth-child(2) {
  color: var(--leaf-dark);
  font-weight: 800;
}

.series-table th:first-child,
.series-table td:first-child {
  width: 12%;
}

.series-table th:nth-child(2),
.series-table td:nth-child(2) {
  width: 22%;
}

.series-table th:nth-child(3),
.series-table td:nth-child(3) {
  width: 33%;
}

.series-table th:nth-child(4),
.series-table td:nth-child(4) {
  width: 33%;
}

.site-footer {
  background: #063725;
  color: var(--white);
  padding: 42px 32px 28px;
}

.footer-inner {
  margin: 0 auto;
  max-width: var(--max-width);
}

.footer-main {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(260px, 1.1fr) minmax(160px, 0.45fr) minmax(210px, 0.6fr);
}

.footer-brand {
  max-width: 420px;
}

.footer-brand-logo {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  display: block;
  height: auto;
  padding: 8px 10px;
  width: min(178px, 64vw);
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  line-height: 1.5;
  margin-top: 14px;
}

.footer-column {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-column p {
  color: #9ee6c6;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.3;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 28px;
  padding-top: 16px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  line-height: 1.45;
  max-width: 980px;
}

.footer-inner a:hover,
.footer-inner a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1080px) {
  .page-shell {
    gap: 34px;
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .text-columns,
  .month-grid,
  .included-groups,
  .pathway-list,
  .package-savings,
  .pricing-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip,
  .visual-proof-grid,
  .memory-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .memory-grid {
    grid-auto-rows: clamp(150px, 28vw, 220px);
  }

  .memory-tile:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .included-groups article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--rule);
    grid-column: 1 / -1;
    padding-left: 0;
  }

  .pathway-list article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--rule);
    grid-column: 1 / -1;
    padding-left: 0;
  }

  .package-option:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--rule);
    grid-column: 1 / -1;
    padding-left: 0;
  }
}

@media (max-width: 860px) {
  .page-shell {
    display: block;
    padding: 0 24px;
  }

  .contents-panel {
    background: var(--paper);
    border-bottom: 1px solid var(--rule);
    padding: 24px 0;
    position: static;
  }

  .contents-panel nav {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .contents-panel a {
    border: 1px solid var(--rule);
    border-radius: 4px;
    padding: 8px 10px;
  }

  .section-heading-split,
  .support-list article {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    border-bottom: 0;
  }

  .proof-strip div {
    border-bottom: 1px solid var(--rule);
  }

  .benefit-highlights {
    grid-template-columns: 1fr;
  }

  .benefit-highlights p:nth-child(2) {
    border-top: 1px solid var(--rule);
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .faq-list article:nth-child(2) {
    border-top: 1px solid var(--rule);
  }

  .series-table th,
  .series-table td {
    padding: 14px;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 17px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 16px 20px;
  }

  .site-header nav {
    gap: 12px 18px;
    justify-content: flex-start;
    width: 100%;
  }

  .brand-logo {
    width: 62px;
  }

  .brand-text {
    max-width: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 58px 20px 66px;
  }

  .hero p:not(.eyebrow):not(.hero-subhead) {
    font-size: 1.02rem;
  }

  .page-shell {
    padding: 0 20px;
  }

  .section {
    padding: 52px 0;
  }

  .text-columns,
  .month-grid,
  .included-groups,
  .pathway-list,
  .package-savings,
  .pricing-cards,
  .proof-strip,
  .visual-proof-grid,
  .memory-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .memory-grid {
    grid-auto-rows: auto;
  }

  .memory-tile:first-child {
    grid-column: auto;
  }

  .memory-tile img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .included-groups article,
  .included-groups article:first-child {
    border-left: 0;
    border-top: 1px solid var(--rule);
    padding: 22px 0;
  }

  .included-groups article:first-child {
    border-top: 0;
  }

  .pathway-list article,
  .pathway-list article:first-child {
    border-left: 0;
    border-top: 1px solid var(--rule);
    padding: 22px 0;
  }

  .pathway-list article:first-child {
    border-top: 0;
  }

  .package-option,
  .package-option:first-child {
    border-left: 0;
    border-top: 1px solid var(--rule);
    padding: 22px 0;
  }

  .package-option:first-child {
    border-top: 0;
  }

  .visual-wide {
    grid-column: auto;
  }

  .visual-wide img {
    aspect-ratio: 4 / 3;
  }

  .final-cta {
    margin-bottom: 52px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-actions,
  .pricing-actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .series-modal {
    max-height: calc(100vh - 20px);
    width: calc(100% - 20px);
  }

  .series-modal-shell {
    max-height: calc(100vh - 20px);
  }

  .series-modal-header {
    gap: 16px;
    padding: 20px;
  }

  .series-modal h2 {
    font-size: clamp(1.9rem, 10vw, 2.55rem);
  }

  .series-modal-header p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .series-close {
    height: 42px;
    width: 42px;
  }

  .series-modal-body {
    padding: 14px;
  }

  .series-table-wrap {
    border: 0;
    border-radius: 0;
    overflow: visible;
  }

  .series-table,
  .series-table tbody,
  .series-table tr,
  .series-table td {
    display: block;
    width: 100%;
  }

  .series-table thead {
    display: none;
  }

  .series-table tbody {
    display: grid;
    gap: 14px;
  }

  .series-table tr {
    background: var(--white);
    border: 1px solid var(--rule);
    border-left: 4px solid var(--accent);
    border-radius: 6px;
    padding: 15px;
  }

  .series-table tbody tr:nth-child(even) {
    background: var(--white);
  }

  .series-table td {
    border-top: 1px solid var(--rule);
    display: grid;
    gap: 6px;
    grid-template-columns: minmax(110px, 0.36fr) minmax(0, 1fr);
    padding: 10px 0;
  }

  .series-table td:first-child {
    border-top: 0;
    color: var(--accent);
    display: block;
    font-size: 1.18rem;
    padding-top: 0;
  }

  .series-table td::before {
    color: var(--muted);
    content: attr(data-label);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .series-table td:first-child::before {
    display: block;
    margin-bottom: 3px;
  }

  .site-footer {
    padding: 38px 20px 24px;
  }

  .footer-main {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 520px) {
  .series-table td {
    grid-template-columns: 1fr;
  }
}

@media print {
  .site-header,
  .contents-panel,
  .hero-actions,
  .pricing-actions,
  .cta-actions,
  .series-modal,
  .site-footer {
    display: none;
  }

  body {
    color: #111111;
    font-size: 12pt;
  }

  .hero {
    min-height: 0;
  }

  .hero > img,
  .hero-shade {
    display: none;
  }

  .hero-inner {
    color: #111111;
    padding: 24pt 0;
  }

  .hero h1,
  .hero .eyebrow,
  .hero p {
    color: #111111;
  }

  .page-shell {
    display: block;
    max-width: none;
    padding: 0;
  }

  .section {
    padding: 22pt 0;
  }

  .month-card,
  .pricing-cards article,
  .visual-proof {
    break-inside: avoid;
  }
}
