/* =====================================================
   NOOK & GRANNY — shared stylesheet
   Editorial grandmillennial · warm cream · slow serif
   ===================================================== */

/* ---------- Tokens ---------- */
:root {
  /* Palette */
  --cream: #F4EEE2;
  --cream-soft: #FAF5EA;
  --paper: #FBF7EE;
  --ink: #2B2014;
  --ink-soft: #5A4732;
  --ink-muted: #8B7355;
  --sage: #8FA184;
  --sage-deep: #6D7F62;
  --terracotta: #B8694A;
  --terracotta-deep: #9A5238;
  --rose: #C9968E;
  --gold: #B8956A;
  --line: #D9CDB6;

  /* Type */
  --font-display: 'Fraunces', 'Georgia', serif;
  --font-body: 'Lora', 'Georgia', serif;
  --font-label: 'Fraunces', 'Georgia', serif;

  /* Rhythm */
  --measure: 66ch;
  --section-y: clamp(4rem, 10vh, 8rem);
  --radius: 3px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.75;
  font-feature-settings: 'kern', 'liga', 'onum';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Subtle paper grain */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.08 0 0 0 0 0.05 0 0 0 0.08 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: 'opsz' 144, 'SOFT' 60;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1.05;
  margin: 0;
}
h1 { font-size: clamp(2.75rem, 7vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.25rem); line-height: 1.1; }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.75rem); line-height: 1.2; }
h4 { font-size: 1.125rem; letter-spacing: 0; }

p { margin: 0 0 1.1em 0; }
em, i { font-family: var(--font-display); font-style: italic; font-weight: 400; }

.eyebrow {
  font-family: var(--font-label);
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: var(--terracotta-deep);
  letter-spacing: 0.01em;
  margin: 0 0 1.25rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.eyebrow::before, .eyebrow::after {
  content: '';
  width: 2.5rem;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}
.eyebrow.left::before { display: none; }
.eyebrow.left::after { display: none; }
.eyebrow.left { justify-content: flex-start; }

.label {
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.pull {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  line-height: 1.3;
  color: var(--terracotta-deep);
  letter-spacing: -0.01em;
  max-width: 32ch;
}
.pull--center { text-align: center; margin-left: auto; margin-right: auto; }

.lead {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

/* ---------- Layout ---------- */
.container {
  width: min(100% - 2.5rem, 1180px);
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.container--narrow {
  width: min(100% - 2.5rem, 740px);
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
section { padding-block: var(--section-y); position: relative; }

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
}
@media (max-width: 760px) {
  .grid-2, .grid-3 { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ---------- Stitch divider ---------- */
.stitch {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, var(--gold) 50%, transparent 50%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  opacity: 0.7;
  margin: 0;
}
.stitch--short {
  width: 4rem;
  margin: 0 auto;
}

/* Decorative ornament */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: var(--gold);
  margin: 1.5rem 0;
}
.ornament::before, .ornament::after {
  content: '';
  flex: 1;
  max-width: 3rem;
  height: 1px;
  background-image: linear-gradient(to right, var(--gold) 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
.ornament svg { width: 18px; height: 18px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav__inner {
  width: min(100% - 2.5rem, 1180px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1.25rem;
}
.nav__brand {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--ink);
  letter-spacing: -0.01em;
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}
.nav__brand span { color: var(--terracotta-deep); }
.nav__links {
  display: flex;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  font-size: 0.95rem;
  color: var(--ink-soft);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__links a {
  position: relative;
  padding: 0.35rem 0;
  transition: color 0.2s ease;
}
.nav__links a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background-image: linear-gradient(to right, var(--terracotta) 50%, transparent 50%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { transform: scaleX(1); }
.nav__links a.active { color: var(--ink); }
.nav__links a.active::after { transform: scaleX(1); opacity: 0.6; }

@media (max-width: 540px) {
  .nav__links { gap: 1rem; font-size: 0.88rem; }
  .nav__brand { font-size: 1.2rem; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem 1.85rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
}
.btn--primary {
  background: var(--ink);
  color: var(--cream-soft);
  box-shadow: 0 1px 0 var(--ink);
}
.btn--primary:hover {
  background: var(--terracotta-deep);
  box-shadow: 0 6px 20px -8px color-mix(in srgb, var(--terracotta-deep) 70%, transparent);
  transform: translateY(-1px);
}
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink-muted);
}
.btn--ghost:hover {
  background: var(--ink);
  color: var(--cream-soft);
  border-color: var(--ink);
}
.btn--terra {
  background: var(--terracotta-deep);
  color: var(--cream-soft);
}
.btn--terra:hover {
  background: var(--ink);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px -8px color-mix(in srgb, var(--ink) 60%, transparent);
}
.btn__arrow { transition: transform 0.25s ease; }
.btn:hover .btn__arrow { transform: translateX(3px); }

/* ---------- Hero ---------- */
.hero {
  padding-top: clamp(2.5rem, 6vw, 5rem);
  padding-bottom: clamp(4rem, 9vw, 7rem);
  position: relative;
  overflow: hidden;
}
.hero__inner {
  width: min(100% - 2.5rem, 1180px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 860px) {
  .hero__inner { grid-template-columns: 1fr; gap: 3rem; }
}

.hero__headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
  font-size: clamp(2.5rem, 6.5vw, 5rem);
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 1.75rem;
}
.hero__headline em {
  color: var(--terracotta-deep);
  font-style: italic;
  font-weight: 300;
}
.hero__sub {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 40ch;
  margin-bottom: 2rem;
}
.hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

/* Hero visual — decorative stitched panel */
.hero__visual {
  aspect-ratio: 4 / 5;
  background: var(--cream-soft);
  border-radius: var(--radius);
  position: relative;
  box-shadow: 0 40px 80px -40px color-mix(in srgb, var(--ink) 35%, transparent),
              0 1px 0 var(--line);
  overflow: hidden;
}
.hero__visual::before {
  content: '';
  position: absolute;
  inset: 14px;
  border: 1px dashed var(--gold);
  opacity: 0.6;
  border-radius: calc(var(--radius) - 1px);
  pointer-events: none;
}
.hero__quilt {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 1px;
  padding: 40px;
  background: transparent;
}
.hero__quilt span {
  display: block;
  border-radius: 2px;
}

/* ---------- Section headers ---------- */
.section-head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
}
.section-head.left {
  text-align: left;
  margin-left: 0;
}
.section-head p.lead { margin-top: 1.25rem; }

/* ---------- Philosophy / prose blocks ---------- */
.prose { max-width: var(--measure); }
.prose p { font-size: 1.1rem; line-height: 1.8; color: var(--ink-soft); }
.prose p strong, .prose strong { color: var(--ink); font-weight: 600; }

/* ---------- Method (Curate / Stitch / Savor) ---------- */
.method {
  background: var(--cream-soft);
  position: relative;
}
.method::before, .method::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background-image: linear-gradient(to right, var(--gold) 50%, transparent 50%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  opacity: 0.7;
}
.method::before { top: 0; }
.method::after { bottom: 0; }

.method-card {
  text-align: left;
}
.method-card__num {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: 3rem;
  color: var(--terracotta);
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
}
.method-card h3 { margin-bottom: 0.85rem; }
.method-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
}

/* ---------- Come in if ---------- */
.come-in {
  background: var(--ink);
  color: var(--cream-soft);
  position: relative;
}
.come-in h2 { color: var(--cream-soft); }
.come-in .eyebrow { color: var(--rose); }
.come-in .eyebrow::before, .come-in .eyebrow::after { background: var(--gold); }
.come-in__list {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 3rem;
}
@media (max-width: 760px) {
  .come-in__list { grid-template-columns: 1fr; gap: 1rem; }
}
.come-in__list li {
  font-size: 1.05rem;
  line-height: 1.5;
  padding-left: 1.75rem;
  position: relative;
  color: color-mix(in srgb, var(--cream-soft) 90%, transparent);
}
.come-in__list li::before {
  content: '◦';
  position: absolute;
  left: 0.25rem;
  top: 0;
  color: var(--rose);
  font-size: 1.2rem;
}

/* ---------- Feature tool (Planning Nook teaser) ---------- */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  background: var(--paper);
  border-radius: var(--radius);
  padding: clamp(2.5rem, 5vw, 4.5rem);
  box-shadow: 0 1px 0 var(--line);
  position: relative;
}
@media (max-width: 760px) {
  .feature { grid-template-columns: 1fr; }
}
.feature::before {
  content: '';
  position: absolute;
  inset: 14px;
  border: 1px dashed var(--gold);
  opacity: 0.35;
  border-radius: var(--radius);
  pointer-events: none;
}
.feature__visual {
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, var(--cream) 0%, var(--rose) 40%, var(--terracotta) 80%, var(--terracotta-deep) 100%);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.feature__visual svg { position: absolute; inset: 0; width: 100%; height: 100%; }

/* ---------- Footer ---------- */
.footer {
  background: var(--cream-soft);
  padding: clamp(3rem, 6vw, 5rem) 0 2.5rem;
  border-top: 1px dashed var(--line);
  position: relative;
  z-index: 2;
}
.footer__inner {
  width: min(100% - 2.5rem, 1180px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 760px) {
  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }
}
.footer__brand {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 2rem;
  color: var(--ink);
  margin-bottom: 0.75rem;
  line-height: 1;
}
.footer__tagline {
  font-style: italic;
  color: var(--ink-muted);
  font-size: 0.95rem;
  max-width: 28ch;
}
.footer__col h4 {
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 1rem;
}
.footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer__col a {
  color: var(--ink-soft);
  font-size: 0.98rem;
  transition: color 0.2s ease;
}
.footer__col a:hover { color: var(--terracotta-deep); }
.footer__bottom {
  width: min(100% - 2.5rem, 1180px);
  margin: 3rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px dashed var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--ink-muted);
  flex-wrap: wrap;
  gap: 1rem;
}

/* ---------- Sales page specifics ---------- */
.steps { counter-reset: step; }
.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px dashed var(--line);
}
.step:last-child { border-bottom: 0; }
.step__num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--terracotta);
}
.step h3 { margin-bottom: 0.5rem; }
.step p { color: var(--ink-soft); max-width: 52ch; margin: 0; }

.checklist {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 2.5rem;
}
@media (max-width: 760px) {
  .checklist { grid-template-columns: 1fr; }
}
.checklist li {
  padding-left: 2rem;
  position: relative;
  font-size: 1.02rem;
  line-height: 1.55;
}
.checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 1.25rem;
  height: 1px;
  background: var(--terracotta);
}
.checklist li strong { color: var(--ink); }

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
  margin-top: 2.5rem;
}
@media (max-width: 760px) { .before-after { grid-template-columns: 1fr; } }
.ba-card {
  background: var(--paper);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-radius: var(--radius);
  position: relative;
  border: 1px solid var(--line);
}
.ba-card--after {
  background: var(--ink);
  color: var(--cream-soft);
  border-color: var(--ink);
}
.ba-card__label {
  font-family: var(--font-label);
  font-style: italic;
  font-size: 1rem;
  color: var(--terracotta);
  margin-bottom: 1rem;
  display: block;
}
.ba-card--after .ba-card__label { color: var(--rose); }
.ba-card p { color: inherit; margin: 0; line-height: 1.7; }
.ba-card--after p { color: color-mix(in srgb, var(--cream-soft) 90%, transparent); }

.faq { display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px dashed var(--line);
  padding: 1.5rem 0;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--ink);
  padding: 0.25rem 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 300;
  color: var(--terracotta);
  transition: transform 0.3s ease;
  line-height: 1;
}
.faq-item[open] summary::after { content: '–'; }
.faq-item p {
  color: var(--ink-soft);
  margin: 1rem 0 0;
  padding-right: 3rem;
  line-height: 1.7;
}

.final-cta {
  background: var(--cream-soft);
  text-align: center;
}
.final-cta .pull { margin: 0 auto 2rem; }
.final-cta .price {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--ink-soft);
  margin-bottom: 1.75rem;
}

.trust {
  font-size: 0.85rem;
  color: var(--ink-muted);
  margin-top: 1rem;
  letter-spacing: 0.03em;
}

/* ---------- About page ---------- */
.about-hero {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  text-align: center;
}
.about-hero h1 { font-weight: 300; }
.founder-story {
  max-width: 58ch;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.85;
  color: var(--ink-soft);
}
.founder-story p:first-child::first-letter {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 4.5rem;
  float: left;
  line-height: 0.9;
  padding: 0.35rem 0.6rem 0 0;
  color: var(--terracotta-deep);
  font-style: italic;
}
.founder-story p strong { color: var(--ink); font-weight: 600; }

.about-philosophy {
  background: var(--ink);
  color: var(--cream-soft);
}
.about-philosophy h2 { color: var(--cream-soft); }
.about-philosophy .prose p { color: color-mix(in srgb, var(--cream-soft) 88%, transparent); }
.about-philosophy .eyebrow { color: var(--rose); }
.about-philosophy .eyebrow::before, .about-philosophy .eyebrow::after { background: var(--gold); }

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 3rem);
  margin-top: 3rem;
}
@media (max-width: 760px) { .values { grid-template-columns: 1fr; } }
.value-card h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  color: var(--rose);
  margin-bottom: 0.75rem;
}
.value-card p {
  color: color-mix(in srgb, var(--cream-soft) 85%, transparent);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.makes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 760px) { .makes { grid-template-columns: 1fr; } }
.make-card {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 2rem;
  border: 1px solid var(--line);
}
.make-card__swatch {
  aspect-ratio: 16 / 10;
  border-radius: 2px;
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
}
.make-card__swatch--mini { background: linear-gradient(135deg, var(--sage) 0%, var(--cream-soft) 50%, var(--terracotta) 100%); }
.make-card__swatch--pillow { background: linear-gradient(135deg, var(--rose) 0%, var(--cream) 50%, var(--gold) 100%); }
.make-card__swatch--tool { background: linear-gradient(135deg, var(--ink) 0%, var(--terracotta-deep) 100%); }
.make-card__swatch::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px dashed color-mix(in srgb, var(--cream-soft) 60%, transparent);
  border-radius: 2px;
}
.make-card h3 { margin-bottom: 0.5rem; }
.make-card p { color: var(--ink-soft); font-size: 0.98rem; margin: 0; line-height: 1.65; }

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  * { animation: none !important; transition: none !important; }
}

/* ---------- Utility ---------- */
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: 2rem; }

/* ---------- Newsletter signup — homepage section ---------- */
.signup {
  background: var(--paper);
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
  position: relative;
}
.signup__inner {
  width: min(100% - 2.5rem, 640px);
  margin-inline: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.signup__head {
  margin-bottom: 2.5rem;
}
.signup__head h2 {
  margin-bottom: 1rem;
}
.signup__head p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 46ch;
  margin: 0 auto;
}

/* ActiveCampaign form wrapper — neutralizes their default styling
   so it inherits the brand aesthetic */
.signup__form {
  max-width: 480px;
  margin: 0 auto;
}
.signup__form ._form_11,
.footer__form ._form_11 {
  font-family: var(--font-body) !important;
}
/* AC form field styling */
.signup__form ._form_11 input[type="text"],
.signup__form ._form_11 input[type="email"],
.footer__form ._form_11 input[type="text"],
.footer__form ._form_11 input[type="email"] {
  font-family: var(--font-body) !important;
  font-size: 1rem !important;
  padding: 0.85rem 1rem !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) !important;
  background: var(--cream-soft) !important;
  color: var(--ink) !important;
  width: 100% !important;
  margin-bottom: 0.75rem !important;
  transition: border-color 0.2s ease, background 0.2s ease !important;
  box-sizing: border-box !important;
}
.signup__form ._form_11 input[type="text"]:focus,
.signup__form ._form_11 input[type="email"]:focus,
.footer__form ._form_11 input[type="text"]:focus,
.footer__form ._form_11 input[type="email"]:focus {
  outline: none !important;
  border-color: var(--terracotta) !important;
  background: var(--paper) !important;
}
/* AC form submit button */
.signup__form ._form_11 button[type="submit"],
.signup__form ._form_11 input[type="submit"],
.footer__form ._form_11 button[type="submit"],
.footer__form ._form_11 input[type="submit"] {
  font-family: var(--font-body) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  padding: 0.95rem 1.85rem !important;
  background: var(--ink) !important;
  color: var(--cream-soft) !important;
  border: 1px solid var(--ink) !important;
  border-radius: var(--radius) !important;
  cursor: pointer !important;
  transition: background 0.25s ease, transform 0.25s ease !important;
  width: auto !important;
}
.signup__form ._form_11 button[type="submit"]:hover,
.signup__form ._form_11 input[type="submit"]:hover,
.footer__form ._form_11 button[type="submit"]:hover,
.footer__form ._form_11 input[type="submit"]:hover {
  background: var(--terracotta-deep) !important;
  border-color: var(--terracotta-deep) !important;
  transform: translateY(-1px) !important;
}
/* AC form labels — hide if redundant, style if shown */
.signup__form ._form_11 label,
.footer__form ._form_11 label {
  font-family: var(--font-label) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--ink-muted) !important;
  display: block !important;
  margin-bottom: 0.5rem !important;
}
/* AC success message styling */
.signup__form ._form_11 ._form-thank-you,
.footer__form ._form_11 ._form-thank-you {
  font-family: var(--font-display) !important;
  font-style: italic !important;
  font-size: 1.25rem !important;
  color: var(--terracotta-deep) !important;
  text-align: center !important;
  padding: 1.5rem !important;
}
.signup__fine {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  color: var(--ink-muted);
  font-style: italic;
}

/* ---------- Newsletter signup — footer variant (slim) ---------- */
.footer__signup {
  max-width: 320px;
}
.footer__signup p {
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin: 0 0 1rem 0;
  line-height: 1.55;
}
/* Stack form fields slightly tighter in footer */
.footer__form ._form_11 input[type="text"],
.footer__form ._form_11 input[type="email"] {
  padding: 0.65rem 0.85rem !important;
  font-size: 0.95rem !important;
  margin-bottom: 0.55rem !important;
}
.footer__form ._form_11 button[type="submit"],
.footer__form ._form_11 input[type="submit"] {
  padding: 0.7rem 1.35rem !important;
  font-size: 0.95rem !important;
  width: 100% !important;
}
@media (max-width: 760px) {
  .footer__signup { max-width: 100%; }
}
