/* Foundations + AI · Site styles
   Brand-locked: Maroon #7A2F38, Gold #B68A3F, EB Garamond + Inter, no gradients.
*/

:root {
  --maroon: #7A2F38;
  --maroon-deep: #5C2228;
  --gold: #B68A3F;
  --gold-dark: #8C6A2D;
  --gold-light: #D4B976;
  --gold-pale: #EFE3C5;
  --cream: #FAF6EB;
  --cream-deep: #F4ECD8;
  --ink: #2A2A2A;
  --gray: #6B7480;
  --gray-light: #C9C2B0;
  --sage: #4F6B47;
  --white: #FFFFFF;
  --max: 1240px;
  --read: 700px;
  --shadow-page: 0 30px 60px rgba(122, 47, 56, 0.12), 0 8px 20px rgba(0,0,0,0.06);
  --shadow-page-hover: 0 40px 80px rgba(122, 47, 56, 0.18), 0 12px 28px rgba(0,0,0,0.10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'EB Garamond', Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.58;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--maroon); }
::selection { background: var(--gold-pale); color: var(--maroon); }

/* Type primitives */
.eyebrow {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.eyebrow--gold-light { color: var(--gold-light); }

.display {
  font-family: 'EB Garamond', Garamond, serif;
  font-weight: 500;
  letter-spacing: -0.012em;
  color: var(--maroon);
  line-height: 1.04;
}
h1.display { font-size: clamp(44px, 7vw, 92px); }
h2.display { font-size: clamp(34px, 4.6vw, 60px); }
h3.display { font-size: clamp(24px, 3vw, 36px); }
h4.display { font-size: clamp(20px, 2.2vw, 26px); }

.lede {
  font-family: 'EB Garamond', Garamond, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 2.1vw, 26px);
  color: var(--gold-dark);
  line-height: 1.45;
}

p { margin: 0; }
p + p { margin-top: 1.1em; }

/* Layout */
.container { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
.container--narrow { max-width: 960px; }
.read { max-width: var(--read); }
.center { text-align: center; }
.muted { color: var(--gray); }

.divider-rule {
  width: 60px;
  height: 1.5px;
  background: var(--gold);
  border: 0;
  margin: 24px 0;
}
.divider-rule--center { margin: 24px auto; }

/* Sections */
.section { padding: 96px 0; }
.section--tight { padding: 64px 0; }
.section--cream { background: var(--cream); }
.section--cream-deep { background: var(--cream-deep); }
.section--maroon { background: var(--maroon); color: var(--white); }
.section--maroon h1.display, .section--maroon h2.display, .section--maroon h3.display { color: var(--white); }
.section--maroon .eyebrow { color: var(--gold-light); }
.section--maroon .lede { color: var(--gold-light); }
.section--maroon a { color: var(--gold-light); }
.section--maroon .muted { color: rgba(250, 246, 235, 0.7); }
.section__head { max-width: 880px; margin-bottom: 56px; }

/* Sticky nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 246, 235, 0.92);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid rgba(201, 194, 176, 0.5);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 32px; max-width: var(--max); margin: 0 auto;
}
.nav__brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav__brand-mark { width: 22px; height: 22px; }
.nav__brand-text {
  font-family: 'EB Garamond', serif; font-weight: 500; color: var(--maroon);
  font-size: 21px; letter-spacing: -0.01em;
}
.nav__links { display: flex; align-items: center; gap: 28px; }
.nav__link {
  font-family: 'Inter', sans-serif; font-weight: 500; font-size: 13px;
  letter-spacing: 0.04em; color: var(--ink); text-decoration: none;
  padding: 6px 2px; border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav__link:hover { color: var(--maroon); border-color: var(--gold); }
.nav__link--active { color: var(--maroon); border-color: var(--gold); }
.nav__cta {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 13px;
  letter-spacing: 0.04em; padding: 10px 18px;
  background: var(--maroon); color: var(--white);
  border: 1px solid var(--maroon); border-radius: 4px;
  text-decoration: none; transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.nav__cta:hover { background: var(--maroon-deep); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(122, 47, 56, 0.28); }
.nav__cta-price { color: var(--gold-light); margin-left: 4px; font-weight: 500; }

@media (max-width: 860px) {
  .nav__inner { padding: 14px 20px; }
  .nav__links { gap: 14px; }
  .nav__link { display: none; }
  .nav__brand-text { font-size: 18px; }
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 0.04em;
  padding: 14px 24px; border-radius: 4px; text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  cursor: pointer; border: 1px solid transparent;
}
.btn__price { color: var(--gold-light); font-weight: 500; }
.btn--primary { background: var(--maroon); color: var(--white); border-color: var(--maroon); }
.btn--primary:hover { background: var(--maroon-deep); transform: translateY(-1px); box-shadow: 0 8px 22px rgba(122, 47, 56, 0.25); }
.btn--ghost { background: transparent; color: var(--maroon); border-color: var(--maroon); }
.btn--ghost:hover { background: var(--maroon); color: var(--white); }
.btn--ghost-light { background: transparent; color: var(--gold-light); border-color: var(--gold-light); }
.btn--ghost-light:hover { background: var(--gold-light); color: var(--maroon); }
.btn--lg { font-size: 15px; padding: 18px 32px; }
.btn--xl { font-size: 16px; padding: 22px 40px; }

/* Hero */
.hero { padding: 100px 0 96px; position: relative; overflow: hidden; }
.hero__plus {
  position: absolute; top: 60px; right: -100px; width: 320px; height: 320px;
  border: 1px solid var(--gold-pale); border-radius: 50%; opacity: 0.6;
  pointer-events: none;
}
.hero__plus::before, .hero__plus::after {
  content: ''; position: absolute; background: var(--gold-pale);
}
.hero__plus::before { left: 50%; top: 30%; height: 40%; width: 1px; transform: translateX(-50%); }
.hero__plus::after { top: 50%; left: 30%; width: 40%; height: 1px; transform: translateY(-50%); }

.hero__grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
@media (max-width: 980px) { .hero__grid { grid-template-columns: 1fr; gap: 56px; } }

.hero__cta-row { margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero__meta { margin-top: 32px; display: flex; gap: 24px; flex-wrap: wrap; align-items: center; font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: 0.06em; color: var(--gold-dark); }
.hero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero__meta span::before { content: ''; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }

.hero__cover {
  position: relative;
  transform: rotate(-1.5deg);
  transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.hero__cover:hover { transform: rotate(0deg) translateY(-4px); }
.hero__cover img { box-shadow: var(--shadow-page); border-radius: 4px; }
.hero__cover::after {
  content: ''; position: absolute; inset: 12px -12px -12px 12px;
  background: var(--cream-deep); border-radius: 4px; z-index: -1;
  border: 1px solid var(--gold-pale);
}

/* Page thumbnail (a book page in a tasteful frame) */
.page-thumb {
  background: var(--white);
  box-shadow: var(--shadow-page);
  border-radius: 4px;
  overflow: hidden;
  display: block;
  transition: transform 0.5s cubic-bezier(0.2, 0.6, 0.2, 1), box-shadow 0.5s;
  position: relative;
}
.page-thumb img { width: 100%; height: auto; display: block; }
.page-thumb:hover { transform: translateY(-6px); box-shadow: var(--shadow-page-hover); }
.page-thumb--rotate-l { transform: rotate(-1.5deg); }
.page-thumb--rotate-r { transform: rotate(1.5deg); }
.page-thumb--rotate-l:hover, .page-thumb--rotate-r:hover { transform: rotate(0) translateY(-6px); }
.page-thumb__caption {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dark);
  margin-top: 14px; text-align: center;
}

/* Page stack (overlapping pages) */
.page-stack { position: relative; padding: 24px; }
.page-stack > .page-thumb { position: relative; }
.page-stack > .page-thumb:nth-child(1) { z-index: 3; }
.page-stack > .page-thumb:nth-child(2) {
  position: absolute; top: 50px; right: -30px; width: 70%;
  z-index: 2; transform: rotate(2deg);
}
.page-stack > .page-thumb:nth-child(3) {
  position: absolute; top: 90px; left: -30px; width: 70%;
  z-index: 1; transform: rotate(-3deg);
}

/* Two-column reading layout */
.two-col { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: start; }
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 48px; } }
.two-col--reverse { grid-template-columns: 1fr 1.1fr; }
.two-col--reverse > :first-child { order: 2; }
@media (max-width: 900px) { .two-col--reverse > :first-child { order: 0; } }

/* Pull quote (mirrors book treatment) */
.pull {
  border-top: 1.5px solid var(--gold);
  border-bottom: 1.5px solid var(--gold);
  padding: 44px 0;
  margin: 80px auto;
  max-width: 880px;
  text-align: center;
}
.pull__text {
  font-family: 'EB Garamond', serif; font-weight: 500; font-style: italic;
  font-size: clamp(26px, 3.4vw, 38px); line-height: 1.32; color: var(--maroon);
}
.section--maroon .pull { border-color: var(--gold-light); }
.section--maroon .pull__text { color: var(--gold-light); }

/* Stats */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--gold-light);
  border: 1px solid var(--gold-light); border-radius: 4px; overflow: hidden;
}
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat { background: var(--cream); padding: 36px 24px; text-align: center; }
.stat__num {
  font-family: 'EB Garamond', serif; font-weight: 500;
  font-size: clamp(40px, 5.4vw, 60px); color: var(--maroon); line-height: 1;
}
.stat__label {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark);
  margin-top: 14px;
}

/* Capacity card */
.capacities { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
@media (max-width: 980px) { .capacities { grid-template-columns: 1fr; } }
.cap-card { display: flex; flex-direction: column; gap: 20px; }
.cap-card__img { box-shadow: var(--shadow-page); border-radius: 4px; overflow: hidden; transition: transform 0.5s; }
.cap-card:hover .cap-card__img { transform: translateY(-4px); }
.cap-card__count { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark); }
.cap-card__title { font-family: 'EB Garamond', serif; font-weight: 500; font-size: 36px; color: var(--maroon); line-height: 1.05; }
.cap-card__body { color: var(--ink); font-size: 17px; }

/* Strong move / pitfall pair */
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 760px) { .pair { grid-template-columns: 1fr; } }
.pair__cell { padding: 26px 28px; border-radius: 4px; }
.pair__cell--strong { background: var(--cream); border-top: 2px solid var(--sage); }
.pair__cell--weak { background: #FAF1E8; border-top: 2px solid var(--gold-dark); }
.pair__label {
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark);
  margin-bottom: 12px;
}
.pair__cell--strong .pair__label { color: var(--sage); }
.pair__title {
  font-family: 'EB Garamond', serif; font-weight: 600; font-size: 19px;
  color: var(--maroon); margin-bottom: 8px; line-height: 1.3;
}
.pair__body { font-size: 17px; line-height: 1.5; }

/* Numbered tip card (book vocabulary) */
.tipcards { display: grid; gap: 16px; }
.tipcard {
  display: grid; grid-template-columns: 80px 1fr;
  background: var(--cream); border-left: 2.5px solid var(--gold);
  border-radius: 6px; overflow: hidden;
}
.tipcard__num {
  background: var(--gold-pale);
  display: flex; align-items: center; justify-content: center;
  font-family: 'EB Garamond', serif; font-weight: 500;
  font-size: 36px; color: var(--gold-dark);
}
.tipcard__body { padding: 22px 28px; }
.tipcard__title {
  font-family: 'EB Garamond', serif; font-weight: 600; font-size: 18px;
  color: var(--maroon); margin-bottom: 6px;
}

/* Concept callout (maroon block) */
.callout {
  background: var(--maroon); color: var(--white);
  border-radius: 6px; padding: 32px 40px;
  border-left: 3px solid var(--gold-light);
}
.callout__label {
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light);
  margin-bottom: 12px; display: block;
}
.callout__text {
  font-family: 'EB Garamond', serif; font-style: italic;
  font-size: 19px; line-height: 1.55;
}

/* Concept diagram (4-step flow) */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: stretch; }
@media (max-width: 760px) { .flow { grid-template-columns: 1fr 1fr; } }
.flow__step {
  background: var(--cream); border: 1px solid var(--gold-pale); border-radius: 6px;
  padding: 24px 22px; position: relative;
}
.flow__num {
  font-family: 'EB Garamond', serif; font-weight: 500; font-size: 28px;
  color: var(--gold-dark); line-height: 1;
}
.flow__title {
  font-family: 'EB Garamond', serif; font-weight: 600; font-size: 18px;
  color: var(--maroon); margin: 8px 0 6px;
}
.flow__body { font-size: 14px; color: var(--gray); line-height: 1.5; }

/* Compare table */
.compare-wrap { overflow-x: auto; border-radius: 6px; box-shadow: var(--shadow-page); }
.compare-table { width: 100%; border-collapse: collapse; font-size: 15px; background: var(--white); min-width: 760px; }
.compare-table th, .compare-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--gray-light); vertical-align: top; }
.compare-table thead th {
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-dark);
  background: var(--cream-deep); border-bottom: 1.5px solid var(--gold-light);
}
.compare-table thead th:first-child { background: var(--cream); color: var(--ink); }
.compare-table thead th.col-foundations { background: var(--maroon); color: var(--white); }
.compare-table tbody td:first-child { font-weight: 600; color: var(--maroon); background: var(--cream); width: 22%; font-family: 'EB Garamond', serif; font-size: 16px; }
.compare-table .col-foundations { background: rgba(122, 47, 56, 0.04); font-weight: 500; }
.compare-table tr:last-child td { border-bottom: 0; }

/* FAQ */
.faq { max-width: 880px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--gray-light); padding: 22px 0; }
.faq__q {
  font-family: 'EB Garamond', serif; font-weight: 600; font-size: 21px;
  color: var(--maroon); cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding-right: 8px;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: '+'; color: var(--gold); font-size: 28px; font-weight: 300;
  transition: transform 0.3s; line-height: 1; flex-shrink: 0;
}
.faq__item[open] .faq__q::after { transform: rotate(45deg); }
.faq__a { padding-top: 14px; max-width: 720px; color: var(--ink); font-size: 17px; }
.faq__a p + p { margin-top: 0.8em; }

/* Pricing card */
.price-card {
  background: var(--white); border: 1px solid var(--gold-light);
  border-radius: 8px; padding: 48px;
  box-shadow: var(--shadow-page);
  max-width: 540px; margin: 0 auto; position: relative;
}
.price-card__label {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark);
  margin-bottom: 16px;
}
.price-card__price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; }
.price-card__price {
  font-family: 'EB Garamond', serif; font-weight: 500; font-size: 76px;
  color: var(--maroon); line-height: 1;
}
.price-card__currency { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 14px; color: var(--gold-dark); letter-spacing: 0.06em; }
.price-card__sub { color: var(--gray); font-style: italic; margin-bottom: 28px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 32px; }
.price-card li {
  padding: 12px 0 12px 28px; position: relative;
  border-bottom: 1px solid var(--gray-light); font-size: 16px;
}
.price-card li:last-child { border-bottom: 0; }
.price-card li::before {
  content: '+'; position: absolute; left: 0; top: 10px;
  color: var(--gold); font-size: 18px; font-weight: 300;
}
.price-card .btn { width: 100%; justify-content: center; }
.price-card__note { margin-top: 16px; font-size: 13px; color: var(--gray); text-align: center; font-style: italic; }

/* TOC list (mirrors book contents page) */
.toc { list-style: none; padding: 0; margin: 0; max-width: 820px; }
.toc__group { padding: 18px 0 10px; border-bottom: 1px solid var(--gray-light); }
.toc__group:last-child { border-bottom: 0; }
.toc__group-label {
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark);
  margin-bottom: 12px;
}
.toc__row {
  display: grid; grid-template-columns: 32px 1fr auto;
  align-items: baseline; padding: 8px 0; gap: 14px;
}
.toc__row .num {
  font-family: 'EB Garamond', serif; font-style: italic; color: var(--maroon);
}
.toc__row .title { font-family: 'EB Garamond', serif; font-size: 19px; }
.toc__row .title em { font-style: italic; color: var(--gray); margin-left: 8px; font-size: 16px; }
.toc__row .pg { color: var(--gray-light); font-family: 'Inter', sans-serif; font-weight: 500; font-size: 13px; }

/* Audience cards */
.audiences { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 980px) { .audiences { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .audiences { grid-template-columns: 1fr; } }
.aud {
  background: var(--cream); border: 1px solid var(--gold-pale);
  border-radius: 6px; padding: 28px;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.aud:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-page); }
.aud__icon { width: 28px; height: 28px; margin-bottom: 16px; }
.aud__title {
  font-family: 'EB Garamond', serif; font-weight: 600; font-size: 22px;
  color: var(--maroon); margin-bottom: 8px;
}
.aud__body { font-size: 16px; color: var(--ink); line-height: 1.5; }

/* Drill cover gallery */
.drill-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 980px) { .drill-gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .drill-gallery { grid-template-columns: 1fr; } }

/* Standards strip */
.standards-strip {
  display: flex; flex-wrap: wrap; gap: 32px; align-items: center; justify-content: center;
  padding: 32px; border-top: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold);
}
.standards-strip__item {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--maroon);
}
.standards-strip__sep { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; display: inline-block; }

/* Ornament */
.ornament { display: flex; justify-content: center; gap: 8px; padding: 24px 0; }
.ornament span { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; display: inline-block; }
.ornament--light span { background: var(--gold-light); }

/* Mini CTA inline */
.cta-inline {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: var(--cream-deep); border-left: 3px solid var(--gold);
  border-radius: 4px; padding: 24px 32px; margin: 64px 0;
  flex-wrap: wrap;
}
.cta-inline__text { font-family: 'EB Garamond', serif; font-style: italic; font-size: 19px; color: var(--maroon); flex: 1; min-width: 240px; }

/* Six-element spine list */
.spine { counter-reset: spine; list-style: none; padding: 0; }
.spine li {
  position: relative; padding: 22px 22px 22px 80px; border-bottom: 1px solid var(--gray-light);
  counter-increment: spine;
}
.spine li:last-child { border-bottom: 0; }
.spine li::before {
  content: counter(spine);
  position: absolute; left: 22px; top: 18px;
  font-family: 'EB Garamond', serif; font-style: italic; font-size: 28px;
  color: var(--gold-dark); width: 40px;
}
.spine__title {
  font-family: 'EB Garamond', serif; font-weight: 600; font-size: 20px;
  color: var(--maroon); margin-bottom: 4px;
}

/* Footer */
.footer { background: var(--maroon); color: var(--cream); padding: 80px 32px 32px; }
.footer__inner { max-width: var(--max); margin: 0 auto; }
.footer__top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(212, 185, 118, 0.3);
}
@media (max-width: 760px) { .footer__top { grid-template-columns: 1fr 1fr; gap: 32px; } }
.footer__brand-block { max-width: 380px; }
.footer__logo { width: 200px; margin-bottom: 20px; }
.footer__tag { font-style: italic; color: var(--gold-light); font-size: 17px; line-height: 1.5; }
.footer__heading {
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light);
  margin-bottom: 16px;
}
.footer__list { list-style: none; padding: 0; margin: 0; }
.footer__list li { padding: 4px 0; }
.footer a {
  color: var(--cream); text-decoration: none;
  transition: color 0.2s; font-size: 15px;
}
.footer a:hover { color: var(--gold-light); }
.footer__bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding-top: 32px; font-size: 13px; color: rgba(250, 246, 235, 0.65); flex-wrap: wrap;
}

/* Floating circle plus icon */
.icon-plus {
  display: inline-block; width: 24px; height: 24px;
  border: 1px solid currentColor; border-radius: 50%;
  position: relative; vertical-align: middle;
}
.icon-plus::before, .icon-plus::after {
  content: ''; position: absolute; background: currentColor;
}
.icon-plus::before { left: 50%; top: 25%; height: 50%; width: 1px; transform: translateX(-50%); }
.icon-plus::after { top: 50%; left: 25%; width: 50%; height: 1px; transform: translateY(-50%); }

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.6, 0.2, 1); }
.reveal.is-in { opacity: 1; transform: translateY(0); }

/* Stack utilities */
.stack-8 > * + * { margin-top: 8px; }
.stack-16 > * + * { margin-top: 16px; }
.stack-24 > * + * { margin-top: 24px; }
.stack-32 > * + * { margin-top: 32px; }
.stack-48 > * + * { margin-top: 48px; }

/* Page header (used on inner pages) */
.page-header { padding: 80px 0 64px; border-bottom: 1px solid var(--gray-light); }

/* Capacity hero on Inside page */
.section-spread { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
@media (max-width: 980px) { .section-spread { grid-template-columns: 1fr; } }

/* Limit list (compared - where it doesn't fit) */
.limit-list { list-style: none; padding: 0; }
.limit-list li {
  padding: 22px 0 22px 36px; position: relative; border-bottom: 1px solid var(--gray-light);
}
.limit-list li:last-child { border-bottom: 0; }
.limit-list li::before {
  content: '·'; position: absolute; left: 12px; top: 14px;
  color: var(--gold); font-size: 32px; line-height: 1;
}
.limit-list strong { color: var(--maroon); font-weight: 600; }

/* Decorated image caption */
.caption {
  font-family: 'Inter', sans-serif; font-weight: 500; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark);
  text-align: center; margin-top: 14px;
}

/* Hide visually but keep for SR */
.sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Mobile spacing */
@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .section { padding: 64px 0; }
  .hero { padding: 64px 0 56px; }
  body { font-size: 17px; }
  .pull { margin: 56px auto; padding: 32px 0; }
  .price-card { padding: 32px 24px; }
  .price-card__price { font-size: 60px; }
  .nav__cta { padding: 9px 14px; font-size: 12px; }
}

/* Print */
@media print {
  .nav, .footer, .cta-inline, .btn { display: none; }
}
