
/* ── ANCHORED – Global Custom CSS ── */
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,300;0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,300;1,6..72,400;1,6..72,500&family=Hanken+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --an-bg:        #F6EFE6;
  --an-bg2:       #FBF7F0;
  --an-blush:     #F0E3DA;
  --an-ink:       #23211E;
  --an-muted:     #6B635A;
  --an-soft:      #8A8278;
  --an-rose:      #C06878;
  --an-rose-deep: #A5505E;
  --an-rose-light:#EDD8DC;
  --an-line:      #E2D4C2;
  --an-line2:     #DDD0BC;
  --an-serif:     "Newsreader", Georgia, serif;
  --an-sans:      "Hanken Grotesk", system-ui, sans-serif;
}

/* ── Base ── */
#encore-theme { background: var(--an-bg); }
#encore-theme body { font-family: var(--an-sans); color: var(--an-ink); }
#encore-theme h1,#encore-theme h2,#encore-theme h3,#encore-theme h4 {
  font-family: var(--an-serif); font-weight: 400; line-height: 1.08; letter-spacing: -.01em;
}

/* ── HERO ── */
.an-label { font-family: var(--an-sans); font-size: 12px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--an-rose); display: block; margin-bottom: 16px; }
.an-eyebrow { font-family: var(--an-serif); font-style: italic; color: var(--an-rose); font-size: clamp(20px,1.9vw,27px); line-height: 1.3; display: block; margin-bottom: 20px; }
.an-hero-h1 { font-family: var(--an-serif); font-size: clamp(64px,8.4vw,128px); line-height: .92; margin-bottom: 20px; color: var(--an-ink); }
.an-hero-sub { font-size: clamp(17px,1.55vw,21px); color: var(--an-muted); max-width: 34ch; margin-bottom: 32px; line-height: 1.62; }
.an-btn { display: inline-block; background: var(--an-rose); color: #fff !important; font-family: var(--an-sans); font-weight: 600; font-size: 16px; padding: 17px 34px; border-radius: 5px; text-decoration: none !important; margin-right: 12px; margin-bottom: 10px; }
.an-btn:hover { background: var(--an-rose-deep); }
.an-btn-ghost { display: inline-block; background: transparent; color: var(--an-ink) !important; border: 1.5px solid var(--an-line2); font-family: var(--an-serif); font-style: italic; font-size: 19px; padding: 14px 30px; border-radius: 5px; text-decoration: none !important; }
.an-btn-ghost:hover { border-color: var(--an-rose); color: var(--an-rose) !important; }

/* ── MANIFESTO ── */
.an-manifesto { max-width: 800px; margin: 0 auto; text-align: center; }
.an-big { font-family: var(--an-serif); font-size: clamp(26px,3.2vw,42px); line-height: 1.34; font-weight: 300; margin-bottom: 18px; }
.an-big strong { color: var(--an-rose-deep); font-weight: 500; }
.an-sub { color: var(--an-muted); font-size: 18px; margin-bottom: 36px; line-height: 1.65; }
.an-pill-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 28px; }
.an-pill { background: var(--an-bg); border: 1px solid var(--an-line2); color: var(--an-muted); font-family: var(--an-sans); font-size: 15px; padding: 9px 18px; border-radius: 999px; display: inline-block; }
.an-rp { font-family: var(--an-serif); font-style: italic; font-size: clamp(22px,2.2vw,30px); color: var(--an-rose-deep); }

/* ── IF THIS IS YOU ── */
.an-check-list { list-style: none; padding: 0; margin: 0 0 24px; }
.an-check-list li { display: flex; gap: 16px; padding: 16px 0; border-top: 1px solid var(--an-line); font-family: var(--an-serif); font-size: 19px; line-height: 1.38; }
.an-check-list li:last-child { border-bottom: 1px solid var(--an-line); }
.an-check-list li::before { content: "✓"; flex: none; width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--an-rose); color: var(--an-rose); font-family: var(--an-sans); font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-top: 3px; }
.an-close-italic { font-family: var(--an-serif); font-style: italic; font-size: 24px; color: var(--an-rose-deep); margin-top: 24px; }

/* ── OUTCOMES ── */
.an-out-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.an-out-head h2 { font-size: clamp(34px,3.8vw,54px); margin-top: 10px; }
.an-outcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--an-line); border: 1px solid var(--an-line); border-radius: 6px; overflow: hidden; }
.an-outcome-grid .out-item { background: var(--an-bg2); padding: 28px 32px; }
.an-outcome-grid .out-item h3 { font-family: var(--an-sans); font-size: 13px; font-weight: 700; letter-spacing: .06em; color: var(--an-rose); margin-bottom: 6px; }
.an-outcome-grid .out-item p { font-size: 15px; color: var(--an-muted); margin: 0; }
.an-out-close { text-align: center; margin-top: 40px; }
.an-out-close p { font-family: var(--an-serif); font-style: italic; font-size: clamp(22px,2.2vw,30px); color: var(--an-muted); margin: 0; }
.an-out-close p + p { font-style: normal; color: var(--an-ink); font-weight: 500; margin-top: 4px; }

/* ── INTRO / PRICING ── */
.an-intro-top { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.an-big-word { font-family: var(--an-serif); font-size: clamp(54px,6.5vw,98px); line-height: .92; margin: 12px 0 18px; }
.an-summary { font-family: var(--an-serif); font-weight: 300; font-size: clamp(20px,1.85vw,25px); line-height: 1.45; color: var(--an-muted); }
.an-pricing-head { text-align: center; max-width: 620px; margin: 0 auto 36px; }
.an-pricing-head h2 { font-size: clamp(30px,3.2vw,46px); margin-top: 8px; }
.an-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 860px; margin: 0 auto; }
.an-pcard { background: #fff; border: 1.5px solid var(--an-line); border-radius: 6px; padding: 38px 36px; text-align: center; }
.an-pcard.featured { border-color: var(--an-rose); }
.an-ptag { font-family: var(--an-sans); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--an-rose); margin-bottom: 8px; }
.an-price-amt { font-family: var(--an-serif); font-size: 68px; line-height: 1.1; color: var(--an-ink); margin: 8px 0 2px; }
.an-price-terms { color: var(--an-soft,#8A8278); font-size: 15px; margin-bottom: 22px; }
.an-pcard ul { list-style: none; padding: 0; text-align: left; margin-bottom: 24px; }
.an-pcard li { display: flex; gap: 10px; align-items: flex-start; padding: 8px 0; font-size: 15px; color: var(--an-ink); border-bottom: 1px solid var(--an-bg); }
.an-pcard li::before { content: ""; flex: none; width: 5px; height: 5px; border-radius: 50%; background: var(--an-rose); margin-top: 9px; }

/* ── FRAMEWORK ── */
.an-frame-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.an-frame-head h2 { font-size: clamp(26px,3.8vw,54px); margin: 12px 0 12px; line-height: 1.04; }
.an-frame-head h2 em { font-style: italic; color: var(--an-rose-deep); }
.an-frame-head p { color: var(--an-muted); font-size: 18px; }
.an-frame-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.an-fcard { background: #fff; border: 1px solid var(--an-line); border-radius: 6px; padding: 36px 28px; }
.an-num-circle { width: 64px; height: 64px; border-radius: 50%; border: 1.5px solid var(--an-rose); display: flex; align-items: center; justify-content: center; font-family: var(--an-serif); font-size: 26px; color: var(--an-rose); margin: 0 auto 14px; }
.an-stage { font-family: var(--an-sans); font-size: 11px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--an-rose-deep); margin-bottom: 10px; text-align: center; }
.an-fcard h3 { font-family: var(--an-serif); font-size: clamp(18px,1.8vw,22px); color: var(--an-ink); line-height: 1.2; margin-bottom: 12px; }
.an-fcard p { font-size: 15px; color: var(--an-muted); line-height: 1.65; margin: 0; }
.an-frame-foot { text-align: center; margin-top: 52px; }
.an-steadier { font-family: var(--an-serif); font-style: italic; font-size: clamp(22px,2.2vw,30px); color: var(--an-muted); margin-bottom: 24px; }
.an-steadier strong { font-style: normal; color: var(--an-rose-deep); }

/* ── TESTIMONIALS ── */
.an-tests-head { text-align: center; max-width: 560px; margin: 0 auto 40px; }
.an-tests-head h2 { font-size: clamp(30px,3.2vw,46px); margin-top: 8px; }
.an-tgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.an-tcard { background: var(--an-bg); border: 1px solid var(--an-line); border-radius: 6px; padding: 34px 30px; }
.an-qm { font-family: var(--an-serif); font-size: 56px; line-height: .6; color: var(--an-rose-light); height: 26px; margin-bottom: 16px; }
.an-ql { font-family: var(--an-serif); font-size: 21px; line-height: 1.3; color: var(--an-ink); font-weight: 400; margin-bottom: 10px; }
.an-qb { font-size: 15px; color: var(--an-muted); font-style: italic; font-family: var(--an-serif); margin-bottom: 16px; line-height: 1.55; }
.an-by { font-family: var(--an-sans); font-size: 13px; font-weight: 600; color: var(--an-rose-deep); }
.an-by span { display: block; font-weight: 400; color: var(--an-soft); font-size: 13px; }

/* ── BONUSES ── */
.an-bonuses-head { text-align: center; margin-bottom: 40px; }
.an-bonuses-head h2 { font-size: clamp(30px,3.2vw,46px); margin-top: 8px; }
.an-bgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.an-bcard { background: var(--an-bg2); border: 1px solid var(--an-line); border-radius: 6px; overflow: hidden; }
.an-bph { aspect-ratio: 16/10; background: repeating-linear-gradient(135deg,#E8D8CC 0 16px,#F0E4DA 16px 32px); display: flex; align-items: center; justify-content: center; }
.an-bph span { font-size: 12px; color: var(--an-soft); font-family: var(--an-sans); }
.an-bb { padding: 26px 24px; }
.an-btag { font-family: var(--an-sans); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--an-rose); margin-bottom: 6px; display: block; }
.an-bcard h3 { font-family: var(--an-serif); font-size: 21px; margin: 6px 0 8px; }
.an-bcard p { font-size: 15px; color: var(--an-muted); line-height: 1.6; margin: 0; }

/* ── ABOUT JO ── */
.an-about-text h2 { font-size: clamp(28px,3vw,44px); margin-bottom: 20px; }
.an-about-text p { font-size: 17px; color: var(--an-muted); margin-bottom: 14px; line-height: 1.65; }
.an-about-text p em { color: var(--an-ink); font-family: var(--an-serif); font-style: italic; }
.an-about-text p:last-of-type { margin-bottom: 26px; }

/* ── FAQ ── */
.an-faq-head { text-align: center; margin-bottom: 44px; }
.an-faq-head h2 { font-size: clamp(30px,3.2vw,46px); margin-top: 8px; }
.an-faq-acc .accordion .accordion-title h5 { font-family: var(--an-serif) !important; font-size: 21px !important; color: var(--an-ink) !important; font-weight: 400 !important; }
.an-faq-acc .accordion-title:after { color: var(--an-rose) !important; }
.an-faq-acc .accordion-body p { font-size: 17px; color: var(--an-muted); max-width: 64ch; }
.an-faq-acc .accordion { border-top: 1px solid var(--an-line) !important; box-shadow: none !important; background: transparent !important; border-radius: 0 !important; }
.an-faq-acc .accordion:last-child { border-bottom: 1px solid var(--an-line) !important; }

/* ── FINAL CTA ── */
.an-final { background: #242018; text-align: center; padding: 100px 40px; }
.an-final .ifs p { font-family: var(--an-serif); font-style: italic; font-size: clamp(19px,1.85vw,24px); color: rgba(240,220,210,.8); margin-bottom: 8px; }
.an-final h2 { font-family: var(--an-serif); font-size: clamp(52px,7vw,108px); color: #fff; margin-bottom: 18px; line-height: .94; }
.an-final .new { font-size: 19px; color: rgba(240,220,210,.72); }
.an-final .stay { font-family: var(--an-serif); font-size: clamp(22px,2.4vw,34px); color: #fff; margin: 6px 0 4px; }
.an-final .forr { color: rgba(240,220,210,.72); font-size: 18px; margin-bottom: 36px; }
.an-final .forr strong { color: #fff; }
.an-final .an-btn-final { display: inline-block; background: var(--an-rose); color: #fff !important; font-family: var(--an-sans); font-weight: 600; font-size: 16px; padding: 17px 34px; border-radius: 5px; text-decoration: none !important; }
.an-final .an-btn-final:hover { background: var(--an-rose-deep); }

/* ── RESPONSIVE ── */
@media (max-width: 1060px) {
  .an-frame-grid { grid-template-columns: 1fr 1fr; }
  .an-price-grid, .an-outcome-grid, .an-tgrid, .an-bgrid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .an-frame-grid { grid-template-columns: 1fr; }
}
