/* ============================================================
   ATELIER NORTH — TIER BROCHURE PAGES
   Layout-first visual design. Inherits tokens from ../style.css.
   ============================================================ */

/* ============================================================
   TYPE SCALE — five sizes, clamp-based (25% reduced)
   ============================================================ */
:root {
  --type-display:  clamp(2.25rem, 5.25vw + 0.375rem, 4.125rem);
  --type-headline: clamp(1.375rem, 1.125vw + 0.875rem, 2rem);
  --type-lead:     clamp(1.0625rem, 0.375vw + 0.9375rem, 1.25rem);
  --type-body:     clamp(0.875rem, 0.25vw + 0.8125rem, 0.9375rem);
  --type-caption:  clamp(0.625rem, 0.125vw + 0.5625rem, 0.6875rem);
}

/* ============================================================
   ICON SIZING — duotone-style inline SVG (two-tone fill + stroke)
   ============================================================ */
.icon-xs { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
.icon-sm { width: 1.75rem; height: 1.75rem; flex-shrink: 0; }
.icon-md { width: 3.5rem; height: 3.5rem; flex-shrink: 0; }
.icon-lg { width: 6rem; height: 6rem; flex-shrink: 0; }
.icon-xl { width: 6rem; height: 6rem; flex-shrink: 0; }

.icon-xs, .icon-sm, .icon-md, .icon-lg, .icon-xl {
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: var(--brass);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* On bone (light) sections, use deeper brass */
.tp-pricing .icon-xs,
.tp-pricing .icon-sm,
.tp-pricing .icon-md {
  stroke: var(--brass-deep);
}

/* ============================================================
   SECTION DENSITY CLASSES (20% tighter)
   ============================================================ */
.section--cover    { padding-block: clamp(2.75rem, 5.5vw, 4.5rem); }
.section--major    { padding-block: clamp(2rem, 4vw, 3.5rem); }
.section--standard { padding-block: clamp(1.5rem, 3vw, 2.75rem); }
.section--compact  { padding-block: clamp(1rem, 2.5vw, 2rem); }

/* ============================================================
   BACKGROUND ARTIFACTS — decorative geometric elements
   ============================================================ */
.bg-artifact {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  color: var(--brass);
  opacity: 0.06;
}
.bg-artifact svg,
.bg-artifact text {
  display: block;
  width: 100%;
  height: 100%;
}

/* Scroll-linked animations with graceful degradation */
@keyframes art-rotate {
  to { rotate: 60deg; }
}

@supports (animation-timeline: scroll()) {
  .bg-artifact--rotate {
    animation: art-rotate linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }
}

/* ============================================================
   TIER-PAGE CONTAINER OVERRIDE
   Content max-width 1280px, full-bleed sections.
   ============================================================ */
.tp-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: var(--gutter);
  position: relative;
  z-index: 1;
}

/* ============================================================
   SECTION 1 — STICKY HEADER (64px)
   Forest bg, wordmark left, back middle-right, WhatsApp right.
   ============================================================ */
.tp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--forest);
  border-bottom: 1px solid var(--rule-soft);
  height: 64px;
}
.tp-header__inner {
  display: flex;
  align-items: center;
  height: 64px;
  gap: 1.5rem;
}
.tp-header__wordmark {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 24;
  font-size: 1.375rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  white-space: nowrap;
}
.tp-header__wordmark-mark {
  color: var(--brass);
  font-size: 0.85em;
}
.tp-header__back {
  margin-left: auto;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--text-soft);
  white-space: nowrap;
}
.tp-header__back:hover {
  color: var(--text);
}
.tp-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.8125rem;
  background: var(--brass);
  color: var(--forest);
  border-radius: 100px;
  white-space: nowrap;
}
.tp-header__cta:hover {
  background: var(--brass-bright);
}

@media (max-width: 640px) {
  .tp-header { height: 56px; }
  .tp-header__inner { height: 56px; }
  .tp-header__back { font-size: 0.8125rem; }
}

/* ============================================================
   SECTION 2 — COVER
   12-column CSS grid. Massive tier numeral + name share baseline.
   Price block is pullquote style (transparent bg, brass left border).
   ============================================================ */
.tp-cover {
  background: var(--forest-deep);
  padding: clamp(2.75rem, 5.5vw, 4.5rem) 0;
  overflow: hidden;
  position: relative;
}
.tp-cover__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto auto auto;
  gap: 0;
  align-items: end;
}

/* Massive tier numeral — cols 1-4, row 1 */
.tp-cover__numeral {
  grid-column: 1 / 5;
  grid-row: 1 / 2;
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 144;
  font-size: clamp(8rem, 18vw, 16rem);
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: var(--brass);
  opacity: 0.85;
  z-index: 0;
  user-select: none;
  align-self: end;
}

/* Tier name — cols 4-9, row 1. Shared baseline with numeral */
.tp-cover__name {
  grid-column: 4 / 10;
  grid-row: 1 / 2;
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 96;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--text);
  z-index: 1;
  align-self: end;
}

/* Hairline rule — full width, row 2 */
.tp-cover__rule {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
  height: 1px;
  background: var(--rule-soft);
  align-self: end;
  margin-top: 1.5rem;
}

/* Subhead — cols 1-7, row 3 */
.tp-cover__subhead {
  grid-column: 1 / 8;
  grid-row: 3 / 4;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "opsz" 48;
  font-size: var(--type-lead);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text-soft);
  max-width: 30ch;
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
}

/* Price block — cols 8-12, row 3. Pullquote style: transparent bg, brass left border */
.tp-cover__price-card {
  grid-column: 8 / 13;
  grid-row: 3 / 4;
  background: transparent;
  border-left: 4px solid var(--brass);
  padding: clamp(0.75rem, 1.5vw, 1.25rem) clamp(1rem, 1.5vw, 1.5rem);
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
}
.tp-cover__price-eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.375rem;
}
.tp-cover__price-amount {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 96;
  font-size: clamp(3rem, 7vw, 6rem);
  color: var(--text);
  line-height: 1.0;
  letter-spacing: -0.02em;
}
.tp-cover__price-unit {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 0.25rem;
  display: block;
}
.tp-cover__price-note {
  font-family: var(--font-body);
  font-style: italic;
  font-size: var(--type-caption);
  color: var(--text-muted);
  margin-top: 0.375rem;
}

/* CTA — row 4, cols 1-4 */
.tp-cover__cta {
  grid-column: 1 / 5;
  grid-row: 4 / 5;
  margin-top: clamp(1.5rem, 2.5vw, 2.5rem);
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.5rem;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-body);
  background: var(--brass);
  color: var(--forest);
  border-radius: 100px;
  white-space: nowrap;
  justify-self: start;
}
.tp-cover__cta:hover {
  background: var(--brass-bright);
}
.tp-cover__cta .arrow {
  display: inline-block;
}
.tp-cover__cta:hover .arrow {
  transform: translateX(4px);
}
.tp-cover__cta-number {
  font-family: var(--font-mono);
  font-size: 0.875em;
  opacity: 0.85;
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  border-left: 1px solid rgba(31, 61, 46, 0.3);
}

/* Badge for "Most Chosen" (Tier 2) */
.tp-cover__badge {
  grid-column: 9 / 13;
  grid-row: 2 / 3;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--forest);
  background: var(--brass);
  padding: 0.375rem 0.75rem;
  justify-self: end;
  align-self: end;
  margin-bottom: -1px;
  z-index: 2;
}

/* Mobile: single column stack */
@media (max-width: 860px) {
  .tp-cover__grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .tp-cover__numeral {
    font-size: clamp(6rem, 25vw, 8rem);
    line-height: 0.85;
    margin-bottom: -0.2em;
  }
  .tp-cover__name {
    font-size: clamp(2.5rem, 10vw, 3.5rem);
    padding-bottom: 0;
  }
  .tp-cover__rule {
    width: 100%;
    margin-top: 1.25rem;
  }
  .tp-cover__subhead {
    padding-top: 1.25rem;
    max-width: none;
    font-size: clamp(1.125rem, 3.5vw, 1.375rem);
  }
  .tp-cover__badge {
    order: -1;
    margin-bottom: 1rem;
  }
  .tp-cover__price-card {
    margin-top: 1.25rem;
    width: 100%;
  }
  .tp-cover__cta {
    margin-top: 1.5rem;
  }
}

/* ============================================================
   COMBINED SECTION — WHO + INCLUDED
   Two-column on desktop: who-lines left, feature grid right.
   Stacked on mobile.
   ============================================================ */
.tp-who-included {
  background: var(--forest);
  padding: clamp(2rem, 4vw, 3.5rem) 0 0;
  position: relative;
  overflow: hidden;
}
.tp-who-included__eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tp-who-included__headline {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 72;
  font-size: var(--type-headline);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 28ch;
  margin: 0 0 1rem;
}
.tp-who-included__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

/* Who lines (left column) — bumped to lead size */
.tp-who-lines {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tp-who-line {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--type-lead);
  line-height: 1.5;
  color: var(--text-soft);
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
  padding-block: 0.375rem;
  border-bottom: 1px solid var(--rule-soft);
}
.tp-who-line:last-child { border-bottom: 0; }

@media (max-width: 860px) {
  .tp-who-included__split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ============================================================
   FEATURE TILES (right column inside combined section)
   With background, padding, and left border for visual mass
   ============================================================ */
.tp-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: var(--forest-raised);
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.tp-feature {
  padding: 2rem;
  position: relative;
  background: var(--forest-raised);
  border-left: 1px solid var(--rule-soft);
}
/* Vertical hairlines between tiles */
.tp-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: var(--rule-soft);
}

.tp-feature__icon {
  margin-bottom: 0.75rem;
  color: var(--brass);
  line-height: 1;
  display: flex;
  align-items: center;
}
.tp-feature__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 48;
  font-size: var(--type-lead);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--text);
  margin: 0 0 0.5rem;
}
.tp-feature__body {
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.6;
  color: var(--text-soft);
  max-width: 36ch;
}

@media (max-width: 860px) {
  .tp-features { grid-template-columns: 1fr; }
  .tp-feature:not(:last-child)::after { display: none; }
  .tp-feature:not(:last-child) {
    border-bottom: 1px solid var(--rule-soft);
  }
}

/* Hairline rule between features and specs */
.tp-included__divider {
  height: 1px;
  background: var(--rule-soft);
}

/* Spec lines — "Plus, included:" — icons bumped to sm (1.75rem), 2-col grid */
.tp-specs {
  background: var(--forest);
  padding: clamp(1.25rem, 2vw, 2rem) 0 clamp(2rem, 4vw, 3.5rem);
}
.tp-specs__label {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 1rem;
}
.tp-specs__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1.5rem;
}
.tp-spec {
  font-family: var(--font-body);
  font-size: var(--type-body);
  color: var(--text-soft);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tp-spec__arrow {
  color: var(--brass);
  flex-shrink: 0;
  font-size: 0.875rem;
}

@media (max-width: 640px) {
  .tp-specs__list { grid-template-columns: 1fr; }
}

/* ============================================================
   PRICING DETAIL
   Bone background (light inversion). Vertical-stripe 3-column
   grid with hairline rules between columns.
   ============================================================ */
.tp-pricing {
  background: var(--bone);
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  position: relative;
  overflow: hidden;
}
.tp-pricing__eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-deep);
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tp-pricing__headline {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 72;
  font-size: var(--type-headline);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 24ch;
  margin: 0 0 0.25rem;
}
.tp-pricing__subhead {
  font-family: var(--font-body);
  font-size: var(--type-body);
  color: var(--ink-muted);
  margin: 0 0 1.5rem;
  max-width: 50ch;
}

.tp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
/* Vertical hairlines — strengthened */
.tp-pricing-col {
  padding: clamp(1.25rem, 2vw, 2rem);
  position: relative;
}
.tp-pricing-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: var(--rule-light);
}

/* "MOST CHOSEN" variant — 4px brass top border, label above name */
.tp-pricing-col--primary {
  border-top: 4px solid var(--brass);
}
.tp-pricing-col--primary .tp-pricing-col__badge {
  display: block;
}
.tp-pricing-col__badge {
  display: none;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--brass-deep);
  background: transparent;
  padding: 0;
  margin-bottom: 0.5rem;
  width: fit-content;
}

.tp-pricing-col__name {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-deep);
  margin: 0 0 0.375rem;
}
.tp-pricing-col__tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: var(--type-body);
  color: var(--ink-muted);
  margin: 0 0 0.75rem;
}
.tp-pricing-col__price {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 96;
  font-size: calc(var(--type-display) * 0.65);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  margin: 0 0 0.25rem;
}
.tp-pricing-col__unit {
  font-family: var(--font-mono);
  font-size: var(--type-caption);
  color: var(--ink-muted);
  margin: 0 0 0.25rem;
  display: block;
}
.tp-pricing-col__ideal {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 13px;
  color: var(--ink-muted);
  margin: 0 0 1rem;
}
.tp-pricing-col__features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tp-pricing-col__features li {
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.55;
  color: var(--ink-soft);
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--rule-light-soft);
}
.tp-pricing-col__features li:last-child {
  border-bottom: 0;
}
/* Excluded/not-included items */
.tp-pricing-col__features li.excluded {
  color: var(--ink-muted);
  opacity: 0.55;
}
.tp-pricing-col__features li.excluded::before {
  content: "\2014  ";
  color: var(--ink-muted);
  opacity: 0.5;
}

/* Comparison footer below pricing columns */
.tp-pricing__footer {
  border-top: 1px solid var(--rule-light);
  margin-top: clamp(1.25rem, 2vw, 2rem);
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.tp-pricing__footer span {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-deep);
}

/* Footer note (legacy, kept for backward compat) */
.tp-pricing__note {
  font-family: var(--font-body);
  font-style: italic;
  font-size: var(--type-body);
  color: var(--ink-muted);
  margin-top: clamp(1.25rem, 2vw, 2rem);
  max-width: 50ch;
  display: none;
}

/* Mobile: stack columns vertically */
@media (max-width: 860px) {
  .tp-pricing-grid { grid-template-columns: 1fr; }
  .tp-pricing-col:not(:last-child)::after { display: none; }
  .tp-pricing-col {
    border-bottom: 1px solid var(--rule-light);
    padding: 1.5rem 0;
  }
  .tp-pricing-col:first-child { padding-top: 0; }
  .tp-pricing-col:last-child { border-bottom: 0; }
  /* "MOST CHOSEN" gets brass left-border on mobile */
  .tp-pricing-col--primary {
    border-top: 0;
    border-left: 4px solid var(--brass);
    padding-left: 1.5rem;
  }
}

/* ---- Tier 3 stacked tables ---- */
.tp-pricing-table-label {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-deep);
  margin: 0 0 1rem;
}
.tp-pricing-table-label + .tp-pricing-grid {
  margin-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
}

/* ============================================================
   WHAT IT REPLACES
   Two-column ledger with CSS leader dots.
   ============================================================ */
.tp-replaces {
  background: var(--forest);
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  position: relative;
  overflow: hidden;
}
.tp-replaces__eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tp-replaces__headline {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 72;
  font-size: var(--type-headline);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 24ch;
  margin: 0 0 1rem;
}

.tp-ledger {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0 clamp(2rem, 4vw, 4rem);
  align-items: start;
}

/* Left column: vendor lines */
.tp-ledger__vendors {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tp-ledger-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0.375rem 0;
  border-bottom: 1px solid var(--rule-soft);
  position: relative;
  gap: 0.5rem;
}
.tp-ledger-row__icon {
  flex-shrink: 0;
  align-self: center;
}
.tp-ledger-row__name {
  font-family: var(--font-body);
  font-size: var(--type-body);
  color: var(--text-soft);
  white-space: nowrap;
  flex-shrink: 0;
}
/* CSS leader dots via radial-gradient */
.tp-ledger-row__dots {
  flex: 1;
  min-width: 2rem;
  height: 1em;
  background-image: radial-gradient(circle, var(--text-muted) 1px, transparent 1px);
  background-size: 8px 1em;
  background-position: left center;
  background-repeat: repeat-x;
  opacity: 0.4;
}
.tp-ledger-row__price {
  font-family: var(--font-mono);
  font-size: var(--type-body);
  color: var(--text-muted);
  white-space: nowrap;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

/* Total row */
.tp-ledger-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0.75rem 0 0.5rem;
  border-top: 2px solid var(--brass);
  margin-top: 0.375rem;
}
.tp-ledger-total__label {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-body);
  color: var(--text);
}
.tp-ledger-total__price {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--type-lead);
  color: var(--text);
  font-variant-numeric: tabular-nums;
}

/* Right column: single massive AN price */
.tp-ledger__an {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0.5rem;
}
.tp-ledger__an-label {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.5rem;
}
.tp-ledger__an-price {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 96;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.tp-ledger__an-unit {
  font-family: var(--font-mono);
  font-size: var(--type-body);
  color: var(--text-muted);
  margin-top: 0.375rem;
}
.tp-ledger__an-note {
  font-family: var(--font-body);
  font-style: italic;
  font-size: var(--type-body);
  color: var(--text-muted);
  margin-top: 0.5rem;
  max-width: 24ch;
}

@media (max-width: 768px) {
  .tp-ledger {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}

/* ============================================================
   TIMELINE
   Horizontal on desktop, vertical on mobile.
   Icons REMOVED — numerals do indexing alone.
   Day/Week label ABOVE numeral.
   ============================================================ */
.tp-timeline {
  background: var(--forest-raised);
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  position: relative;
  overflow: hidden;
}
.tp-timeline__eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tp-timeline__headline {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 72;
  font-size: var(--type-headline);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 24ch;
  margin: 0 0 1rem;
}

/* Horizontal rail + nodes */
.tp-timeline-track {
  position: relative;
  display: grid;
  gap: 0;
}
/* Dynamic column count set inline per tier */

/* The horizontal rail line */
.tp-timeline-track::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--rule-soft);
}

.tp-timeline-step {
  padding-top: 2rem;
  padding-inline: 1rem;
  position: relative;
}
/* Brass circle node */
.tp-timeline-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--brass);
  border: 3px solid var(--forest-raised);
  z-index: 1;
}
/* Subtle vertical rhythm between nodes */
.tp-timeline-step:not(:first-child) {
  border-left: 1px solid var(--rule-soft);
}

/* Day/Week label ABOVE numeral */
.tp-timeline-step__week {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 11px;
  color: var(--brass);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.125rem;
}
.tp-timeline-step__numeral {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 144, "wght" 500;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--brass);
  margin-bottom: 0.25rem;
}
.tp-timeline-step__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 36;
  font-size: clamp(1.375rem, 1.5vw, 1.5rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--text);
  margin-bottom: 0.375rem;
}
.tp-timeline-step__body {
  font-family: var(--font-body);
  font-size: clamp(0.8125rem, 0.25vw + 0.75rem, 0.875rem);
  line-height: 1.55;
  color: var(--text-soft);
  max-width: 28ch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Mobile: vertical with left rail */
@media (max-width: 860px) {
  .tp-timeline-track {
    grid-template-columns: 1fr !important;
    padding-left: 2.5rem;
  }
  .tp-timeline-track::before {
    top: 0;
    bottom: 0;
    left: 10px;
    right: auto;
    width: 1px;
    height: auto;
  }
  .tp-timeline-step {
    padding-top: 0;
    padding-bottom: 2rem;
    padding-left: 0;
    border-left: none !important;
  }
  .tp-timeline-step::before {
    top: 0.25rem;
    left: -2.5rem;
    width: 16px;
    height: 16px;
  }
  .tp-timeline-step__numeral {
    font-size: 2.5rem;
  }
}

/* ============================================================
   ADD-ONS (Tier 2+3 only)
   Pricing-as-menu with leader dots.
   ============================================================ */
.tp-addons {
  background: var(--forest);
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  position: relative;
  overflow: hidden;
}
.tp-addons__eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tp-addons__headline {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 72;
  font-size: var(--type-headline);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 30ch;
  margin: 0 0 1rem;
}

.tp-addons__list {
  display: flex;
  flex-direction: column;
}
.tp-addon {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--rule-soft);
}
.tp-addon__icon {
  flex-shrink: 0;
}
.tp-addon__info {
  flex: 1;
  min-width: 0;
}
.tp-addon__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 36;
  font-size: var(--type-lead);
  line-height: 1.3;
  color: var(--text);
  margin: 0 0 0.125rem;
}
.tp-addon__desc {
  font-family: var(--font-body);
  font-style: italic;
  font-size: var(--type-body);
  line-height: 1.45;
  color: var(--text-muted);
}
.tp-addon__dots {
  flex: 0 0 auto;
  width: clamp(2rem, 8vw, 6rem);
  height: 1em;
  background-image: radial-gradient(circle, var(--text-muted) 1px, transparent 1px);
  background-size: 8px 1em;
  background-position: left center;
  background-repeat: repeat-x;
  opacity: 0.4;
  align-self: center;
}
.tp-addon__price {
  font-family: var(--font-mono);
  font-size: var(--type-body);
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 640px) {
  .tp-addon {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .tp-addon__dots { display: none; }
  .tp-addon__price {
    width: 100%;
    padding-top: 0.25rem;
  }
}

/* ============================================================
   FAQ (accordion) — 2-column grid, alternating placement
   ============================================================ */
.tp-faq {
  background: var(--forest);
  padding: clamp(1.5rem, 3vw, 2.75rem) 0;
}
.tp-faq__eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tp-faq__headline {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 72;
  font-size: var(--type-headline);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 24ch;
  margin: 0 0 1rem;
}

/* 2-column CSS grid */
.tp-faq__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
  max-width: none;
}
/* Alternating: odd items col 1, even items col 2 */
.tp-faq__item:nth-child(odd) {
  grid-column: 1;
}
.tp-faq__item:nth-child(even) {
  grid-column: 2;
}

.tp-faq__item {
  border-top: 1px solid var(--rule-soft);
  padding: 1.5rem 0;
}
.tp-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 36;
  font-size: clamp(1.125rem, 1.25vw + 0.5rem, 1.375rem);
  letter-spacing: -0.015em;
  color: var(--text);
  line-height: 1.3;
}
.tp-faq__item summary::-webkit-details-marker { display: none; }
.tp-faq__item summary:hover { color: var(--brass); }

.tp-faq__toggle {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 2rem;
  color: var(--brass);
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s ease;
}
.tp-faq__item[open] .tp-faq__toggle {
  transform: rotate(45deg);
}

.tp-faq__answer {
  padding: 0.75rem 0 0;
  max-width: 60ch;
}
.tp-faq__answer p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-soft);
}

/* Mobile: single column */
@media (max-width: 860px) {
  .tp-faq__list {
    grid-template-columns: 1fr;
  }
  .tp-faq__item:nth-child(odd),
  .tp-faq__item:nth-child(even) {
    grid-column: 1;
  }
}

/* ============================================================
   COMBINED — OTHER TIERS + CONTACT CTA
   Cross-link cards at top, then contact CTA below.
   ============================================================ */
.tp-closing {
  background: var(--forest-deep);
  padding: clamp(2rem, 4vw, 3.5rem) 0 2.5rem;
  position: relative;
  overflow: hidden;
}
.tp-closing__eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tp-closing__headline {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 72;
  font-size: var(--type-headline);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 24ch;
  margin: 0 0 1rem;
}

.tp-closing__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.tp-closing-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: clamp(1.25rem, 2vw, 2rem);
  background: var(--forest);
  border: 1px solid var(--rule-soft);
}
.tp-closing-card:hover {
  border-color: var(--brass);
}
.tp-closing-card__icon {
  color: var(--brass);
  margin-bottom: 0.25rem;
}
.tp-closing-card__tier {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--brass);
}
.tp-closing-card__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 60;
  font-size: var(--type-lead);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--text);
}
.tp-closing-card__desc {
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: 1.5;
  color: var(--text-soft);
  max-width: 42ch;
}
.tp-closing-card__price {
  font-family: var(--font-mono);
  font-size: var(--type-body);
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
}
.tp-closing-card__link {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-body);
  color: var(--brass);
  align-self: flex-start;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.125rem;
  margin-top: auto;
}
.tp-closing-card__link:hover { color: var(--brass-bright); }
.tp-closing-card__link .arrow { display: inline-block; }
.tp-closing-card:hover .tp-closing-card__link .arrow { transform: translateX(3px); }

/* Contact CTA sub-section */
.tp-closing__contact {
  text-align: center;
  padding-top: clamp(1.5rem, 2.5vw, 2.5rem);
  border-top: 1px solid var(--rule-soft);
}
.tp-closing__contact-headline {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 96;
  font-size: var(--type-headline);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--text);
  max-width: 22ch;
  margin: 0 auto 1rem;
}
.tp-closing__contact-sub {
  font-style: italic;
  font-size: var(--type-body);
  color: var(--text-muted);
  max-width: 50ch;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
}
.tp-closing__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.5rem;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-body);
  background: var(--brass);
  color: var(--forest);
  border-radius: 100px;
}
.tp-closing__cta:hover {
  background: var(--brass-bright);
}
.tp-closing__cta .arrow { display: inline-block; }
.tp-closing__cta:hover .arrow { transform: translateX(4px); }
.tp-closing__cta-number {
  font-family: var(--font-mono);
  font-size: 0.875em;
  opacity: 0.85;
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  border-left: 1px solid rgba(31, 61, 46, 0.3);
}

@media (max-width: 640px) {
  .tp-closing__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FOOTER (identical to homepage)
   ============================================================ */
.tp-footer {
  background: var(--forest-deep);
  padding: 0 0 3rem;
  color: var(--text-soft);
}
.tp-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(201, 154, 79, 0.15);
  text-align: left;
}
.tp-footer__col {
  font-size: var(--type-body);
  line-height: 1.7;
  color: var(--text-muted);
}
.tp-footer__col p { margin: 0 0 0.5rem; }
.tp-footer__col-heading {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--type-caption);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 1rem;
}
.tp-footer__col-wordmark {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 24;
  font-size: 1rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}
.tp-footer__col-wordmark span { color: var(--brass); }
.tp-footer__col-availability {
  margin-top: 1rem;
  font-style: italic;
  color: var(--text-muted);
}
.tp-footer__col ul { list-style: none; padding: 0; margin: 0; }
.tp-footer__col ul li { margin-bottom: 0.25rem; }
.tp-footer__col a {
  color: var(--text-muted);
  border-bottom: 1px solid transparent;
}
.tp-footer__col a:hover {
  color: var(--text);
  border-bottom-color: var(--brass);
}
.tp-footer__col hr {
  border: 0;
  border-top: 1px solid rgba(201, 154, 79, 0.15);
  margin: 0.75rem 0;
}

.tp-footer__bottom {
  font-family: var(--font-mono);
  font-size: var(--type-caption);
  color: var(--text-muted);
  opacity: 0.5;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}
.tp-footer__bottom-sep { opacity: 0.5; }

@media (max-width: 860px) {
  .tp-footer__cols { grid-template-columns: 1fr; gap: 2rem; }
}

/* ============================================================
   UTILITY: numeral styling (all numerals in JetBrains Mono)
   ============================================================ */
.mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}

/* ============================================================
   REDUCED MOTION (brochure-specific, inherits base)
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .tp-faq__item[open] .tp-faq__toggle { transform: none; }
  .bg-artifact { animation: none !important; }
}
/* v6.0 */
<!-- build:1778101379 -->
