/* join.evolutionunleashed.ai
   One hand-written stylesheet. Warm paper, deep navy, one amber accent.
   Fraunces for headlines, Instrument Sans for reading. */

:root {
  --paper: #faf7f1;
  --paper-2: #f3eee4;
  --white: #ffffff;
  --navy: #14202e;
  --navy-2: #1b2a3c;
  --navy-3: #243750;
  --ink: #14202e;
  --ink-2: #44505f;
  --ink-3: #5d6876;
  --amber: #e3a63b;
  --amber-2: #f2c367;
  --amber-ink: #8a5b00;
  --amber-soft: #fbefd6;
  --sage: #dfe8dc;
  --sage-ink: #3f5a3c;
  --on-dark: #f5f1e8;
  --on-dark-2: #f0ebe0;
  --rule: rgba(20, 32, 46, 0.12);
  --rule-2: rgba(20, 32, 46, 0.07);
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Instrument Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 1px 2px rgba(20, 32, 46, 0.06), 0 18px 44px rgba(20, 32, 46, 0.12);
  --shadow-lg: 0 2px 4px rgba(20, 32, 46, 0.06), 0 30px 70px rgba(20, 32, 46, 0.18);
  --wrap: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--amber-ink); text-underline-offset: 0.18em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
p, h1, h2, h3, h4, ul, ol, figure, blockquote { margin: 0; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -0.012em; text-wrap: balance; font-optical-sizing: auto; }
h1 { font-size: clamp(2.3rem, 5.2vw, 3.9rem); font-weight: 750; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.75rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.45rem); line-height: 1.2; }
strong { font-weight: 600; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 6px; }
[hidden] { display: none !important; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 1rem; top: -4rem; background: var(--navy); color: var(--on-dark); padding: 0.6rem 1rem; border-radius: 8px; z-index: 100; }
.skip:focus { top: 1rem; }

/* ---------- layout ---------- */
.wrap { width: min(var(--wrap), calc(100% - 3rem)); margin-inline: auto; }
.narrow { max-width: 44rem; margin-inline: auto; }
.center { text-align: center; }
section { padding: 6.5rem 0; position: relative; }
section.tight { padding: 4.5rem 0; }
.bg-white { background: var(--white); }
.bg-paper-2 { background: var(--paper-2); }
.dark { background: var(--navy); color: var(--on-dark); }
.dark h2, .dark h3 { color: #ffffff; }
.dark p { color: var(--on-dark-2); }
.dark a:not(.btn) { color: #ffffff; text-decoration-color: var(--amber-2); }

.kicker {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--sans); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--amber-ink); margin-bottom: 1.1rem;
}
.kicker::before { content: ""; width: 22px; height: 2px; background: var(--amber); border-radius: 2px; }
.dark .kicker { color: var(--on-dark); }
.dark .kicker::before { background: var(--amber-2); }
.lede { font-size: clamp(1.1rem, 1.6vw, 1.28rem); line-height: 1.6; color: var(--ink-2); }
.dark .lede { color: var(--on-dark-2); }
.stack > * + * { margin-top: 1.15rem; }
.section-head { max-width: 44rem; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; }
.section-head h2 + p { margin-top: 1.1rem; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 241, 0.86);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.site-header.scrolled { border-bottom-color: var(--rule); background: rgba(250, 247, 241, 0.95); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 4.25rem; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.65rem; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 0.98rem; letter-spacing: -0.005em; }
.brand img { width: 30px; height: 30px; }
.brand span { opacity: 0.62; font-weight: 500; }
.header-cta { font-size: 0.92rem; padding: 0.6rem 1rem; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  min-height: 48px; padding: 0.85rem 1.35rem;
  border-radius: 999px; border: 2px solid transparent;
  font-family: var(--sans); font-size: 1rem; font-weight: 600; line-height: 1.1; letter-spacing: -0.005em;
  text-decoration: none; cursor: pointer;
  background: var(--navy); color: #ffffff;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 8px 20px rgba(20, 32, 46, 0.14);
}
.btn:hover { transform: translateY(-1px); background: var(--navy-3); }
.btn:active { transform: translateY(0) scale(0.99); }
.btn.amber { background: var(--amber); color: var(--navy); box-shadow: 0 8px 22px rgba(227, 166, 59, 0.32); }
.btn.amber:hover { background: var(--amber-2); }
.btn.ghost { background: transparent; color: var(--ink); border-color: rgba(20, 32, 46, 0.22); box-shadow: none; }
.btn.ghost:hover { background: rgba(20, 32, 46, 0.05); }
.dark .btn.ghost, .example .btn.ghost { color: #ffffff; border-color: rgba(255, 255, 255, 0.4); }
.dark .btn.ghost:hover, .example .btn.ghost:hover { background: rgba(255, 255, 255, 0.08); }
.btn.big { min-height: 58px; padding: 1rem 1.9rem; font-size: 1.12rem; }
.btn .arrow { transition: transform 0.15s ease; }
.btn:hover .arrow { transform: translateX(3px); }
.btn[disabled] { opacity: 0.7; cursor: progress; transform: none; }
.btn .spin { width: 18px; height: 18px; border-radius: 50%; border: 2.5px solid currentColor; border-right-color: transparent; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.text-link { font-weight: 600; text-decoration: none; color: var(--ink); border-bottom: 2px solid var(--amber); padding-bottom: 1px; }
.text-link:hover { color: var(--amber-ink); }
.dark a.text-link { color: #ffffff; }

/* ---------- hero ---------- */
.hero { padding: 3rem 0 5.5rem; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); gap: 4rem; align-items: start; }
.hero h1 { margin-bottom: 1.5rem; }
.hero h1 em { font-style: normal; color: var(--amber-ink); }
/* The form comes straight after the headline on every screen, so the email box is in the first view. */
.hero .capture { margin-top: 0; }
.hero .lede { max-width: 36rem; margin-top: 2.2rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.92rem; font-weight: 600; color: var(--amber-ink); margin-bottom: 1.1rem; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--amber); border-radius: 2px; }
.hero-visual { position: relative; margin-top: 2.6rem; }
.photo-card { border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3.35; background: var(--paper-2); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 50%; }
.float-card {
  position: absolute; left: -2.25rem; bottom: -2.25rem; width: 17.5rem;
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 1rem 1.1rem 1.1rem; border: 1px solid var(--rule-2);
}
.float-card .label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber-ink); margin-bottom: 0.7rem; }
.float-card .minis { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.mini { border-radius: 10px; overflow: hidden; background: var(--navy); color: #ffffff; box-shadow: 0 6px 16px rgba(20, 32, 46, 0.2); }
.mini img { aspect-ratio: 5 / 4; object-fit: cover; width: 100%; }
.mini span { display: block; font-family: var(--display); font-weight: 650; font-size: 0.78rem; line-height: 1.15; padding: 0.45rem 0.55rem 0.55rem; }

/* ---------- capture form ---------- */
.capture {
  margin-top: 2.1rem; max-width: 34rem;
  background: var(--white); border: 1px solid var(--rule); border-radius: 22px;
  padding: 1.35rem 1.35rem 1.2rem; box-shadow: var(--shadow);
}
.capture h2, .capture h3 { font-size: 1.28rem; line-height: 1.2; margin-bottom: 0.35rem; }
.capture .sub { font-size: 0.98rem; color: var(--ink-2); margin-bottom: 1rem; }
.field-row { display: flex; gap: 0.6rem; }
.field-row input[type="email"] {
  flex: 1 1 auto; min-width: 0; min-height: 52px;
  border: 1.5px solid rgba(20, 32, 46, 0.24); border-radius: 999px; padding: 0.8rem 1.15rem;
  font: inherit; font-size: 1rem; color: var(--ink); background: var(--paper);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.field-row input[type="email"]:focus { outline: none; border-color: var(--navy); background: #ffffff; box-shadow: 0 0 0 4px rgba(227, 166, 59, 0.28); }
.field-row input[aria-invalid="true"] { border-color: #b8433a; }
.field-row .btn { min-height: 52px; flex: 0 0 auto; }
.fineprint { font-size: 0.86rem; color: var(--ink-3); margin-top: 0.75rem; line-height: 1.5; }
.dark .fineprint { color: var(--on-dark-2); }
.form-msg { margin-top: 0.75rem; font-size: 0.95rem; line-height: 1.5; border-radius: 12px; padding: 0.7rem 0.9rem; }
.form-msg.error { background: #fbe7e4; color: #7a231c; border: 1px solid #efc3bc; }
.form-msg.info { background: var(--amber-soft); color: #4a3508; border: 1px solid #f0d9a8; }
.form-msg.ok { background: var(--sage); color: #22381f; border: 1px solid #c3d4be; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.cf-turnstile { margin-top: 0.6rem; }
.cf-turnstile:empty { margin-top: 0; }
.trust { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.35rem; font-size: 0.93rem; color: var(--ink-2); max-width: 34rem; }
.trust img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 3px #ffffff, 0 4px 12px rgba(20, 32, 46, 0.15); }
.hero-links { margin-top: 1.25rem; font-size: 0.98rem; }
.dark .capture { background: var(--navy-2); border-color: rgba(255, 255, 255, 0.12); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35); }
.dark .capture .sub { color: var(--on-dark-2); }
.dark .field-row input[type="email"] { background: #ffffff; }

.hero h1 { font-size: clamp(2.15rem, 3.6vw, 2.9rem); line-height: 1.07; }
.form-covers { display: none; gap: 0.6rem; margin: 0.9rem 0 0.2rem; }
.form-covers img { width: calc(50% - 0.3rem); aspect-ratio: 5 / 4; object-fit: cover; border-radius: 10px; box-shadow: 0 6px 16px rgba(20, 32, 46, 0.16); }
.mini-quote { margin-top: 1rem; max-width: 34rem; padding-left: 1rem; border-left: 3px solid var(--amber); }
.mini-quote blockquote { font-family: var(--display); font-style: italic; font-weight: 480; font-size: 1.04rem; line-height: 1.45; color: var(--ink); }
.mini-quote figcaption { margin-top: 0.3rem; font-size: 0.86rem; color: var(--ink-3); }
.hero-links { margin-top: 1.1rem; }

/* ---------- "you're early" band ---------- */
.early-band { padding: 5rem 0; }
.early { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 3.5rem; align-items: center; }
.early h2 { margin-top: 0.2rem; }
.early-copy p { margin-top: 1.1rem; font-size: 1.15rem; }
.stats { background: var(--navy-2); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 24px; padding: 2rem 2rem 1.4rem; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35); display: grid; gap: 1.6rem; }
.stat { display: grid; grid-template-columns: auto 1fr; column-gap: 1.1rem; align-items: baseline; }
.stat b { font-family: var(--display); font-weight: 750; font-size: clamp(2.3rem, 4vw, 3rem); line-height: 1; color: var(--amber-2); letter-spacing: -0.02em; }
.stat span { color: #ffffff; font-size: 1.06rem; line-height: 1.4; }
.stat i { grid-column: 1 / -1; display: block; height: 10px; border-radius: 999px; margin-top: 0.8rem; background: rgba(255, 255, 255, 0.12); position: relative; overflow: hidden; }
.stat i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w); background: linear-gradient(90deg, var(--amber), var(--amber-2)); border-radius: 999px; }
.stats small { color: var(--on-dark-2); font-size: 0.85rem; }

/* ---------- split sections ---------- */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 4.5rem; align-items: center; }
.split.flip > :first-child { order: 2; }
.art-frame { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); background: var(--paper-2); border: 1px solid var(--rule-2); }
.art-frame img { width: 100%; height: auto; }

/* ---------- quote band ---------- */
.quote-band { padding: 5rem 0; }
.big-quote { max-width: 52rem; margin-inline: auto; text-align: center; }
.big-quote blockquote { font-family: var(--display); font-weight: 560; font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.28; letter-spacing: -0.01em; color: #ffffff; }
.big-quote blockquote::before { content: "\201C"; display: block; font-size: 3.5rem; line-height: 0.6; color: var(--amber); margin-bottom: 1rem; }
.big-quote figcaption { margin-top: 1.4rem; font-size: 0.98rem; color: var(--on-dark-2); }
.big-quote figcaption strong { color: #ffffff; }

/* ---------- example card ---------- */
.example { margin-top: 3.25rem; background: var(--navy); color: var(--on-dark); border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
.example .art { background: var(--paper-2); }
.example .art img { width: 100%; height: 100%; object-fit: cover; }
.example .copy { padding: 2.4rem 2.4rem 2.2rem; display: flex; flex-direction: column; justify-content: center; }
.example .copy p { color: var(--on-dark-2); font-size: 1.06rem; }
.example .copy p + p { margin-top: 1rem; }
.example .copy .kicker { color: var(--on-dark); }
.example .copy .kicker::before { background: var(--amber-2); }
.example .copy .btn { align-self: flex-start; margin-top: 1.5rem; }

/* ---------- cards ---------- */
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.card {
  background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 1.8rem 1.8rem 1.7rem; box-shadow: 0 1px 2px rgba(20, 32, 46, 0.04);
  display: flex; flex-direction: column; gap: 0.75rem; height: 100%;
}
.card h3 { font-size: 1.32rem; }
.card p { color: var(--ink-2); font-size: 1.02rem; }
.tag { align-self: flex-start; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.3rem 0.62rem; border-radius: 999px; background: var(--amber-soft); color: var(--amber-ink); }
.tag.vip { background: var(--navy); color: var(--amber-2); }
.tag.all { background: var(--sage); color: var(--sage-ink); }
#inside .card { background: var(--paper); border-top: 4px solid var(--amber); box-shadow: var(--shadow); }
#inside .card.vip { border-top-color: var(--navy); }
#inside .card.all { border-top-color: #9fb89a; }
.library-line { margin-top: 2rem; display: flex; gap: 0.9rem; align-items: center; justify-content: center; text-align: center; font-size: 1.02rem; color: var(--ink-2); }
.library-line strong { color: var(--ink); }

/* ---------- testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.q {
  background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius); padding: 1.9rem 1.9rem 1.6rem;
  display: flex; flex-direction: column; justify-content: space-between; gap: 1.4rem; height: 100%;
  box-shadow: 0 1px 2px rgba(20, 32, 46, 0.04);
}
.q blockquote { font-family: var(--display); font-weight: 480; font-size: 1.2rem; line-height: 1.45; color: var(--ink); }
.q blockquote::before { content: "\201C"; color: var(--amber); font-size: 2.1rem; line-height: 0; vertical-align: -0.62rem; margin-right: 0.15rem; }
.q figcaption { font-size: 0.95rem; color: var(--ink-2); border-top: 1px solid var(--rule-2); padding-top: 1rem; }
.q figcaption strong { color: var(--ink); display: block; }

/* ---------- free posts (booklets) ---------- */
.posts-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem; margin: 2.8rem 0 2.6rem; }
.booklet {
  background: #f7f2e8; color: var(--ink); border-radius: 20px; overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35); display: flex; flex-direction: column;
  transform: rotate(-0.6deg); transition: transform 0.25s ease;
}
.booklet:nth-child(2) { transform: rotate(0.6deg); }
.booklet:hover { transform: rotate(0) translateY(-3px); }
.booklet .cover-top { padding: 1.3rem 1.4rem 1.1rem; border-bottom: 3px solid var(--amber); background: #f7f2e8; color: var(--ink); }
.booklet .cover-top small { display: block; margin-bottom: 0.5rem; font-size: 0.86rem; font-weight: 600; font-style: italic; letter-spacing: 0.01em; color: var(--amber-ink); text-wrap: balance; }
.booklet .cover-top h3 { color: var(--ink); font-size: 1.5rem; line-height: 1.12; }
.booklet img { aspect-ratio: 5 / 4; object-fit: cover; width: 100%; }
.booklet > p { padding: 1.15rem 1.4rem 1.4rem; font-size: 1.01rem; color: var(--ink-2); }

.builder-shot { max-width: 40rem; margin: 0 auto 2.4rem; }
.builder-shot img { width: 100%; border-radius: 20px; background: #f7f2e8; padding: 12px; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35); }
.builder-shot figcaption { margin-top: 1rem; text-align: center; color: var(--on-dark-2); font-size: 1.02rem; }
.posts-after { max-width: 42rem; margin: 0 auto 1.8rem; text-align: center; }
.posts-after p { color: #ffffff; font-size: 1.04rem; font-weight: 500; }

/* ---------- tiers ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; align-items: stretch; }
.tier {
  position: relative; background: var(--white); border: 1px solid var(--rule); border-radius: 22px;
  padding: 2rem 1.7rem 1.7rem; display: flex; flex-direction: column; box-shadow: var(--shadow);
}
.tier h3 { font-size: 1.45rem; }
.tier .for { color: var(--ink-2); font-size: 1rem; margin-top: 0.3rem; }
.price { margin: 1.2rem 0 1.1rem; display: flex; align-items: baseline; gap: 0.35rem; }
.price b { font-family: var(--display); font-size: 2.6rem; font-weight: 750; letter-spacing: -0.02em; line-height: 1; }
.price span { color: var(--ink-3); font-size: 0.98rem; }
.tier ul { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; gap: 0.65rem; }
.tier li { position: relative; padding-left: 1.7rem; font-size: 1rem; line-height: 1.45; color: var(--ink); }
.tier li::before { content: ""; position: absolute; left: 0; top: 0.28rem; width: 1.05rem; height: 1.05rem; border-radius: 50%; background: var(--amber-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.3l2.6 2.5L12 5.4' fill='none' stroke='%238A5B00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.8rem no-repeat; }
.tier .btn { margin-top: auto; width: 100%; }
.tier.featured { border: 2px solid var(--amber); box-shadow: var(--shadow-lg); }
.tiers-note { text-align: center; margin: 1.8rem auto 0; max-width: 40rem; color: var(--ink-2); font-size: 0.98rem; }
.tiers.two { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 52rem; margin-inline: auto; }
.tiers-account { text-align: center; margin: 1.4rem auto 0; max-width: 40rem; color: var(--ink-3); font-size: 0.93rem; }
.tiers-quote { max-width: 40rem; margin: 2.2rem auto 0; text-align: center; }
.tiers-quote blockquote { font-family: var(--display); font-style: italic; font-weight: 480; font-size: 1.15rem; line-height: 1.5; color: var(--ink); }
.tiers-quote blockquote::before { content: "\201C"; color: var(--amber); }
.tiers-quote blockquote::after { content: "\201D"; color: var(--amber); }
.tiers-quote figcaption { margin-top: 0.5rem; font-size: 0.92rem; font-weight: 600; color: var(--ink-2); }
.free-line { text-align: center; margin: 2rem auto 0; max-width: 40rem; color: var(--ink-2); font-size: 1.02rem; }
.final-alt { margin-top: 1.2rem; }
/* White cards inside a dark section keep dark text. */
.dark .tier { color: var(--ink); }
.dark .tier h3 { color: var(--ink); }
.dark .tier p, .dark .tier .for { color: var(--ink-2); }
.dark .tier .btn.ghost { color: var(--ink); border-color: rgba(20, 32, 46, 0.22); }
.dark .tier .btn.ghost:hover { background: rgba(20, 32, 46, 0.05); }
.dark .tiers-note, .dark .tiers-account { color: var(--on-dark-2); }
.dark .tiers-quote blockquote { color: #ffffff; }
.dark .tiers-quote figcaption { color: var(--on-dark-2); }

/* ---------- about ---------- */
.about { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 4rem; align-items: center; }
.about .photo-card { aspect-ratio: 4 / 3.4; }
.about .photo-card img { object-position: 50% 30%; }
.sign { font-family: var(--display); font-style: italic; font-size: 1.6rem; color: var(--ink); margin-top: 1.4rem; }

/* ---------- faq ---------- */
.faq { max-width: 48rem; margin-inline: auto; border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.35rem 0.25rem; font-family: var(--display); font-weight: 650; font-size: 1.2rem; line-height: 1.3; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--sans); font-weight: 400; font-size: 1.7rem; line-height: 1; color: var(--amber-ink); transition: transform 0.2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 0.25rem 1.45rem; color: var(--ink-2); font-size: 1.04rem; max-width: 42rem; }
.faq details > div p + p { margin-top: 0.8rem; }

/* ---------- final + newsletter ---------- */
.final { text-align: center; }
.final .buttons { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; margin-top: 2rem; }
.newsletter-card {
  max-width: 50rem; margin-inline: auto; background: var(--white); border: 1px solid var(--rule); border-radius: 24px;
  padding: 2.2rem 2.2rem 2rem; box-shadow: var(--shadow); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; align-items: center;
}
.newsletter-card h2 { font-size: clamp(1.45rem, 2.4vw, 1.8rem); line-height: 1.15; }
.newsletter-card p { color: var(--ink-2); margin-top: 0.6rem; font-size: 1rem; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy); color: var(--on-dark); padding: 3rem 0 3.2rem; font-size: 0.95rem; }
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; justify-content: space-between; align-items: flex-start; }
.site-footer .brand { color: #ffffff; }
.site-footer .brand span { opacity: 0.85; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; }
.site-footer a { color: #ffffff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer .legal { width: 100%; color: var(--on-dark-2); font-size: 0.88rem; border-top: 1px solid rgba(255, 255, 255, 0.14); padding-top: 1.4rem; }

/* ---------- sticky mobile bar ---------- */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none;
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  background: rgba(20, 32, 46, 0.97); box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(110%); transition: transform 0.25s ease;
}
.mobile-bar.show { transform: translateY(0); }
.mobile-bar .btn { width: 100%; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal.in { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); }
.stagger.in > * { opacity: 1; transform: none; }
.stagger.in > *:nth-child(2) { transition-delay: 0.1s; }
.stagger.in > *:nth-child(3) { transition-delay: 0.2s; }
.stagger.in > *:nth-child(4) { transition-delay: 0.3s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .stagger > * { opacity: 1; transform: none; transition: none; }
  .booklet, .booklet:nth-child(2) { transform: none; }
}

/* ---------- simple pages (privacy, unsubscribe, 404) ---------- */
body.simple { display: grid; place-items: center; min-height: 100vh; padding: 2rem 1rem; background: var(--paper); }
.simple-card { width: min(36rem, 100%); background: var(--white); border: 1px solid var(--rule); border-radius: 24px; padding: 2.2rem; box-shadow: var(--shadow); }
.simple-card .brand { margin-bottom: 1.6rem; }
.simple-card h1 { font-size: clamp(1.7rem, 4vw, 2.2rem); margin-bottom: 1rem; }
.simple-card p + p, .simple-card p + form, .simple-card form + p { margin-top: 1rem; }
.simple-card .muted { color: var(--ink-3); font-size: 0.95rem; }
.legal-page { max-width: 44rem; margin-inline: auto; }
.legal-page h1 { margin-bottom: 1.5rem; }
.legal-page h2 { font-size: 1.35rem; margin: 2rem 0 0.6rem; }
.legal-page p { color: var(--ink-2); }
.legal-page .stamp { margin-top: 2.5rem; font-size: 0.9rem; color: var(--ink-3); }

/* ---------- pack page ---------- */
.pack-hero { padding: 3.5rem 0 3rem; }
.pack-hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.3rem); margin-bottom: 1.2rem; }
.pack-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.8rem; }
.toc { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2.2rem; }
.toc a { display: flex; gap: 1rem; align-items: center; text-decoration: none; color: var(--ink); background: var(--white); border: 1px solid var(--rule); border-radius: 18px; padding: 0.8rem; box-shadow: 0 1px 2px rgba(20, 32, 46, 0.04); transition: box-shadow 0.15s ease, transform 0.15s ease; }
.toc a:hover { box-shadow: var(--shadow); transform: translateY(-1px); }
.toc img { width: 88px; height: 70px; object-fit: cover; border-radius: 12px; flex: 0 0 auto; }
.toc b { font-family: var(--display); font-size: 1.12rem; line-height: 1.2; display: block; }
.toc small { color: var(--ink-3); font-size: 0.9rem; }
.nl-inline { margin-top: 1.6rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.9rem 1.2rem; background: var(--sage); border-radius: 18px; padding: 1rem 1.2rem; }
.nl-inline p { flex: 1 1 18rem; font-size: 0.98rem; color: #22381f; }
.nl-inline .form-msg { flex-basis: 100%; margin-top: 0; }
.article { max-width: 44rem; margin-inline: auto; }
.article-head { margin-bottom: 2.2rem; }
.article-head .cover { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); margin-bottom: 2rem; }
.article-head .cover img { width: 100%; aspect-ratio: 5 / 3; object-fit: cover; }
.article-head h2 { font-size: clamp(2rem, 4vw, 2.7rem); }
.article-head .meta { color: var(--ink-3); font-size: 0.95rem; margin-top: 0.7rem; }
.article h3 { font-size: 1.55rem; margin: 2.6rem 0 0.9rem; }
.article p { font-size: 1.1rem; line-height: 1.75; color: #1f2a37; }
.article p + p { margin-top: 1.1rem; }
.article .signoff { font-family: var(--display); font-style: italic; font-size: 1.35rem; margin-top: 1.8rem; }
.article .ps { margin-top: 1.4rem; font-size: 1.02rem; color: var(--ink-2); }
.callout { margin: 2.2rem 0; padding: 1.4rem 1.5rem 1.5rem; border-radius: 18px; background: var(--amber-soft); border: 1px solid #f0d9a8; box-shadow: var(--shadow); }
.article .callout p { font-size: 1.04rem; line-height: 1.6; color: #4a3508; }
.callout .btn { margin-top: 1rem; }
.pack-about { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 2.4rem; align-items: center; max-width: 52rem; margin: 0 auto 4.5rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.pack-about img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; object-position: 50% 30%; border-radius: 22px; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35); }
.pack-about p { font-size: 1.06rem; }
.pack-about p + p { margin-top: 1rem; }
.pack-hero .trust { margin-top: 1.6rem; }
.builder { margin: 1.8rem 0 2rem; background: var(--navy); color: var(--on-dark); border-radius: 22px; padding: 1.5rem; box-shadow: var(--shadow-lg); }
.builder .b-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 1rem; }
.builder .b-head b { font-family: var(--display); font-size: 1.2rem; color: #ffffff; }
.builder .b-head span { font-size: 0.88rem; color: var(--on-dark-2); }
.builder .fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; margin-bottom: 1rem; }
.builder .fields.one { grid-template-columns: 1fr; }
.builder label { display: grid; gap: 0.35rem; font-size: 0.86rem; font-weight: 600; color: #ffffff; }
.builder input, .builder textarea { font: inherit; font-size: 0.98rem; color: var(--ink); background: #ffffff; border: 1.5px solid transparent; border-radius: 12px; padding: 0.65rem 0.8rem; min-height: 46px; width: 100%; }
.builder textarea { min-height: 70px; resize: vertical; }
.builder input:focus, .builder textarea:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(227, 166, 59, 0.35); }
.builder pre { margin: 0; white-space: pre-wrap; word-wrap: break-word; font-family: var(--sans); font-size: 0.95rem; line-height: 1.6; color: #1f2a37; background: #fbf8f2; border-radius: 14px; padding: 1.1rem 1.2rem; max-height: 22rem; overflow: auto; }
.builder .b-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; align-items: center; margin-top: 1rem; }
.builder .b-actions small { color: var(--on-dark-2); font-size: 0.86rem; }
.btn.copied { background: #2e7d4f; color: #ffffff; }
.divider { height: 1px; background: var(--rule); margin: 4.5rem auto; max-width: 44rem; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .hero .wrap { gap: 3rem; }
  .split, .about { gap: 3rem; }
  .tiers { grid-template-columns: 1fr; max-width: 34rem; margin-inline: auto; }
  .tiers.two { grid-template-columns: 1fr; max-width: 34rem; }
  .tiers.two .tier.featured { order: 0; }
  .tier.featured { order: -1; }
  .early { gap: 2.5rem; }
}
@media (max-width: 880px) {
  section { padding: 4.5rem 0; }
  .hero { padding: 1.6rem 0 4rem; }
  .hero .wrap { grid-template-columns: 1fr; }
  .hero h1 { margin-bottom: 1.1rem; }
  .hero-visual { max-width: 34rem; margin-inline: auto; width: 100%; margin-top: 1rem; }
  .pack-about { grid-template-columns: 1fr; gap: 1.6rem; margin-bottom: 3.5rem; padding-bottom: 3rem; }
  .float-card { left: 0.75rem; bottom: -1.75rem; width: 15.5rem; }
  .split, .about { grid-template-columns: 1fr; }
  .split.flip > :first-child { order: 0; }
  .example { grid-template-columns: 1fr; }
  .example .copy { padding: 1.8rem 1.5rem 1.7rem; }
  .grid-2, .quotes, .posts-pair { grid-template-columns: 1fr; }
  .newsletter-card { grid-template-columns: 1fr; padding: 1.7rem 1.4rem; }
  .toc { grid-template-columns: 1fr; }
  .builder .fields { grid-template-columns: 1fr; }
  .builder { padding: 1.15rem; border-radius: 18px; }
  .mobile-bar { display: block; }
  body.has-bar { padding-bottom: 4.6rem; }
  .form-covers { display: flex; }
  .float-card { display: none; }
  .early { grid-template-columns: 1fr; }
  .stats { padding: 1.5rem 1.3rem 1.1rem; }
}
@media (max-width: 560px) {
  body { font-size: 17px; }
  .wrap { width: calc(100% - 2rem); }
  .hero h1 { font-size: 1.9rem; }
  .eyebrow { font-size: 0.86rem; margin-bottom: 0.8rem; }
  .capture .sub { font-size: 0.95rem; margin-bottom: 0.85rem; }
  .field-row { flex-direction: column; }
  .field-row .btn { width: 100%; }
  .capture { padding: 1.15rem 1.05rem 1rem; border-radius: 18px; }
  .card, .q { padding: 1.45rem 1.35rem 1.35rem; }
  .brand span { display: none; }
  .header-cta { padding: 0.55rem 0.85rem; font-size: 0.86rem; }
  .booklet { transform: none; }
  .booklet:nth-child(2) { transform: none; }
  .faq summary { font-size: 1.08rem; }
}
