:root {
  --ef-accent: #77825C;
  --ef-accent-dark: #484F35;
  --ef-accent-soft: #EBEDE2;
  --ef-accent-mid: #A9B18C;
  --ef-accent-line: #C9CFB4;
  --ef-display: 'Bricolage Grotesque', sans-serif;
  --ef-serif: 'Newsreader', serif;
  --ef-rad-card: 18px;
  --ef-rad-btn: 11px;
  --ef-bg: #F6F5EF;
  --ef-ink: #24261E;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ef-bg);
  color: var(--ef-ink);
  font-family: 'Hanken Grotesk', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--ef-accent-line); color: #24261E; }
a { color: var(--ef-accent); text-decoration: none; }
a:hover { color: var(--ef-accent-dark); }
input, textarea, select, button { font-family: inherit; }
input::placeholder, textarea::placeholder { color: #A6A899; }
h1, h2, h3, h4 { font-family: var(--ef-display); letter-spacing: -0.02em; margin: 0; color: #22241C; }
.hidden { display: none !important; }
.muted { color: #8A8C7E; }
.text-white { color: #fff; }

/* ---------- layout helpers ---------- */
.section { max-width: 1180px; margin: 0 auto; padding: 64px 28px; scroll-margin-top: 88px; }
.section-inner { max-width: 1180px; margin: 0 auto; padding: 60px 28px; }
.narrow-main { max-width: 1180px; }
.post-main { max-width: 720px; padding-top: 52px; padding-bottom: 90px; }
.section-head { max-width: 620px; }
.section-head.no-margin { margin: 0; }
.section-head h2, .section-inner h2 { font-weight: 700; font-size: clamp(28px, 4vw, 44px); line-height: 1.06; margin-top: 12px; }
.section-head p, .section-sub { font-size: 17.5px; color: #55574A; margin-top: 16px; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ef-accent); }
.eyebrow-mid { color: var(--ef-accent-mid); }
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--ef-accent);
  background: var(--ef-accent-soft); padding: 6px 13px; border-radius: 999px;
}
.section-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.link-strong { font-weight: 600; font-size: 15px; }

.grid { display: grid; gap: 18px; margin-top: 40px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

.card { background: #FCFBF6; border: 1px solid #E7E5DA; border-radius: var(--ef-rad-card); padding: 26px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; font-weight: 600; font-size: 15px; padding: 12px 20px;
  border-radius: var(--ef-rad-btn); border: none; cursor: pointer; text-align: center;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.15s;
}
.btn-lg { font-size: 16px; padding: 15px 26px; }
.btn-primary { background: var(--ef-accent); color: #fff; box-shadow: 0 4px 14px rgba(72,79,53,0.22); }
.btn-primary:hover { background: var(--ef-accent-dark); color: #fff; }
.btn-outline { background: #fff; color: #3A3C31; border: 1px solid #E1DFD3; }
.btn-outline:hover { border-color: var(--ef-accent); color: var(--ef-accent-dark); }
.btn-soft { background: var(--ef-accent-soft); color: #3A3C31; }
.btn-soft:hover { background: #fff; color: var(--ef-accent-dark); }
.btn-outline-soft { background: none; border: 1px solid var(--ef-accent-line); color: var(--ef-accent-dark); }
.btn-dark { background: var(--ef-accent-dark); color: #fff; }
.btn-dark:hover { background: #3A4029; }
.btn-white { background: #fff; color: var(--ef-accent-dark); }
.btn-white:hover { background: var(--ef-accent-soft); }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

/* ---------- header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,245,239,0.82); backdrop-filter: blur(12px);
  border-bottom: 1px solid #E4E2D8;
}
.nav {
  max-width: 1180px; margin: 0 auto; padding: 14px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.logo-icon { width: 40px; height: 40px; display: block; object-fit: contain; flex-shrink: 0; }
.logo-icon-sm { width: 34px; height: 34px; }
.logo-wordmark { height: 21px; width: auto; display: block; }
.site-footer .brand img { filter: brightness(0) invert(1); }
.brand-name { font-family: var(--ef-display); font-weight: 700; font-size: 19px; letter-spacing: -0.02em; color: #24261E; }
.nav-right { display: flex; align-items: center; gap: 30px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: #4A4C40; font-size: 15px; font-weight: 500; }
.nav-links a:hover { color: var(--ef-accent-dark); }

.menu-toggle {
  display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  width: 38px; height: 38px; background: none; border: none; cursor: pointer; padding: 0; flex-shrink: 0;
}
.menu-toggle span { display: block; width: 22px; height: 2px; background: #24261E; border-radius: 2px; }

.mobile-menu {
  display: flex; flex-direction: column;
  background: #FCFBF6; border-top: 1px solid #E4E2D8; border-bottom: 1px solid #E4E2D8;
  padding: 8px 28px 16px;
}
.mobile-menu a { padding: 13px 0; font-size: 15.5px; font-weight: 500; color: #3A3C31; border-bottom: 1px solid #ECEAE0; }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu-cta { color: var(--ef-accent-dark) !important; font-weight: 700 !important; }
@media (min-width: 861px) {
  .mobile-menu { display: none !important; }
}

/* ---------- hero ---------- */
.hero { padding-top: 78px; padding-bottom: 40px; }
.hero-copy { max-width: 820px; }
.hero h1 {
  font-weight: 800; font-size: clamp(40px, 6vw, 68px); line-height: 1.02; letter-spacing: -0.03em;
  margin-top: 24px; color: #22241C;
}
.lede { font-size: clamp(18px, 2.2vw, 22px); line-height: 1.5; color: #55574A; margin-top: 24px; max-width: 660px; }
.lede em { font-style: italic; font-family: var(--ef-serif); color: var(--ef-accent-dark); }
.lede-sm { font-size: 18px; color: #55574A; margin-top: 16px; max-width: 560px; }
.stat-strip {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1px;
  background: #E4E2D8; border: 1px solid #E4E2D8; border-radius: var(--ef-rad-card); overflow: hidden; margin-top: 56px;
}
.stat-strip .stat { background: #FCFBF6; padding: 26px; }
.stat-num { font-family: var(--ef-display); font-weight: 700; font-size: 34px; letter-spacing: -0.02em; color: var(--ef-accent-dark); }
.stat-label { font-size: 14.5px; color: #6B6E5F; margin-top: 4px; }

/* ---------- generic cards (services / segments / steps / diffs) ---------- */
.service-card, .segment-card, .step-card { background: #FCFBF6; border: 1px solid #E7E5DA; border-radius: var(--ef-rad-card); padding: 26px; transition: border-color .15s, transform .15s; }
.service-card:hover, .step-card:hover { border-color: var(--ef-accent-line); transform: translateY(-2px); }
.icon-badge { width: 46px; height: 46px; border-radius: var(--ef-rad-btn); background: var(--ef-accent-soft); color: var(--ef-accent-dark); display: flex; align-items: center; justify-content: center; }
.service-card h3, .segment-card h3, .step-card h3 { font-weight: 700; font-size: 20px; margin-top: 18px; }
.service-card p, .segment-card p, .step-card p { font-size: 15px; color: #63665A; margin-top: 8px; line-height: 1.55; }
.segment-card { background: #FCFBF6; border: 1px solid #E1DFD3; border-radius: var(--ef-rad-card); padding: 22px; }
.segment-emoji { font-size: 22px; }
.segment-card h3 { font-size: 18px; margin-top: 12px; }
.segment-card p { font-size: 14.5px; margin-top: 6px; }

.step-card { position: relative; padding: 26px 24px; }
.step-num {
  font-family: var(--ef-display); font-weight: 800; font-size: 15px; color: #fff; background: var(--ef-accent);
  width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center;
}
.step-card h3 { font-size: 19px; margin-top: 16px; }
.step-card p { font-size: 14.5px; margin-top: 8px; }

.band { background: #EFEEE6; border-top: 1px solid #E4E2D8; border-bottom: 1px solid #E4E2D8; padding: 0; }

.handoff-banner {
  margin-top: 22px; background: var(--ef-accent-dark); color: #EDEFE4; border-radius: var(--ef-rad-card);
  padding: 32px 34px; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between;
}
.handoff-banner h3 { font-weight: 700; font-size: 22px; color: #fff; max-width: 640px; }
.handoff-banner p { font-size: 16px; color: #D3D7C4; margin-top: 10px; line-height: 1.55; max-width: 640px; }

.dark { background: #22241C; color: #EDECE3; padding: 0; }
.dark h2 { color: #fff; margin-top: 12px; }
.diff-card { border-top: 2px solid var(--ef-accent); padding-top: 20px; }
.diff-card h3 { font-weight: 700; font-size: 20px; color: #fff; }
.diff-card p { font-size: 15px; color: #BFC1B3; margin-top: 10px; line-height: 1.6; }

/* ---------- pricing ---------- */
.founding-note {
  margin-top: 22px; display: inline-flex; align-items: center; gap: 9px; background: var(--ef-accent-soft);
  border: 1px dashed var(--ef-accent-mid); color: var(--ef-accent-dark); font-size: 14px; font-weight: 500;
  padding: 8px 14px; border-radius: var(--ef-rad-btn);
}
.tier-heading { font-family: var(--ef-display); font-weight: 700; font-size: 24px; margin: 40px 0 4px; color: #24261E; }
.tier-heading span { font-weight: 500; font-size: 15px; color: #8A8C7E; font-family: 'Hanken Grotesk', sans-serif; }

.pricing-cards { margin-top: 18px; }
.price-card { background: #FCFBF6; border: 1px solid #E7E5DA; border-radius: var(--ef-rad-card); padding: 28px; display: flex; flex-direction: column; position: relative; }
.price-card.featured-light { border-color: var(--ef-accent); }
.price-card.featured-dark { background: var(--ef-accent-dark); border-color: var(--ef-accent-dark); }
.featured-badge {
  position: absolute; top: -11px; left: 28px; background: var(--ef-accent); color: #fff; font-size: 12px;
  font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 4px 11px; border-radius: 999px;
}
.price-card h4 { font-weight: 700; font-size: 21px; color: #24261E; }
.price-card.featured-dark h4 { color: #fff; }
.price-card .price { font-family: var(--ef-display); font-weight: 800; font-size: 30px; color: var(--ef-accent-dark); margin: 12px 0 2px; letter-spacing: -0.02em; }
.price-card.featured-dark .price { color: #fff; }
.price-card .note { font-size: 13.5px; color: #8A8C7E; margin-bottom: 16px; }
.price-card.featured-dark .note { color: #B6BCA0; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.price-card li { display: flex; gap: 9px; font-size: 14.5px; color: #4A4C40; line-height: 1.4; }
.price-card.featured-dark li { color: #DDE0CF; }
.price-card li .check { color: var(--ef-accent); font-weight: 700; }
.price-card.featured-dark li .check { color: #B7BE9E; }
.price-card .btn { margin-top: auto; }

.addon-row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 18px; margin-top: 40px; }
.addon-card h4 { font-weight: 700; font-size: 18px; margin-bottom: 16px; }
.addon-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.addon-item { display: flex; justify-content: space-between; gap: 10px; font-size: 14px; padding: 11px 0; border-top: 1px solid #ECEAE0; }
.addon-item .price { color: var(--ef-accent); font-weight: 700; white-space: nowrap; font-size: 14px; font-family: inherit; }
.custom-quote-card {
  background: var(--ef-accent-soft); border: 1px solid var(--ef-accent-line); border-radius: var(--ef-rad-card);
  padding: 26px; display: flex; flex-direction: column; justify-content: center;
}
.custom-quote-card h4 { font-weight: 700; font-size: 19px; color: #3A3C31; }
.custom-quote-card p { font-size: 14.5px; color: #55574A; margin: 10px 0 18px; line-height: 1.55; }
.custom-quote-card .btn { align-self: flex-start; font-size: 14.5px; }

/* ---------- testimonials ---------- */
.testimonial { background: #FCFBF6; border: 1px solid #E1DFD3; border-radius: var(--ef-rad-card); padding: 26px; margin: 0; display: flex; flex-direction: column; }
.testimonial blockquote { font-family: var(--ef-serif); font-size: 18.5px; line-height: 1.5; color: #33352B; margin: 0; flex: 1; }
.testimonial figcaption { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.testimonial .avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--ef-accent-line); color: #3A3C31; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }
.testimonial .who { font-size: 14px; }
.testimonial .who strong { color: #24261E; display: block; }
.testimonial .who span { color: #8A8C7E; }
.fineprint { font-size: 12.5px; color: #A0A294; margin-top: 18px; font-style: italic; }
.fineprint.center { text-align: center; font-style: normal; }
.form-error { font-size: 13.5px; color: #B5482F; text-align: center; margin-top: 10px; font-style: normal; }
.form-error a { color: #B5482F; text-decoration: underline; }

/* ---------- form ---------- */
.form-section { max-width: 900px; }
.form-head { text-align: center; max-width: 620px; margin: 0 auto; }
.form-head h2 { margin-top: 12px; }
.consult-form { margin-top: 38px; padding: 34px; }
.thank-you { margin-top: 40px; padding: 48px 36px; text-align: center; border-color: var(--ef-accent-line); }
.check-circle { width: 62px; height: 62px; margin: 0 auto; border-radius: 50%; background: var(--ef-accent-soft); color: var(--ef-accent-dark); display: flex; align-items: center; justify-content: center; font-size: 30px; }
.thank-you h3 { font-weight: 700; font-size: 26px; margin-top: 20px; }
.thank-you p { font-size: 17px; color: #55574A; margin: 12px auto 0; max-width: 460px; line-height: 1.55; }
.thank-you .btn { margin-top: 24px; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label, .consult-form > label { display: flex; flex-direction: column; gap: 7px; font-size: 14px; font-weight: 600; color: #3A3C31; }
.consult-form > label { margin-top: 22px; margin-bottom: 30px; }
.form-grid label.span-2 { grid-column: 1 / -1; }
.consult-form input, .consult-form select, .consult-form textarea {
  padding: 12px 14px; border: 1px solid #DEDCD0; border-radius: var(--ef-rad-btn); font-size: 15px;
  background: #fff; color: #24261E;
}
.consult-form select:invalid { color: #8A8C7E; }
.consult-form textarea { resize: vertical; }
.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus { border-color: var(--ef-accent); outline: none; }

.package-btn.selected { background: var(--ef-accent-dark); color: #fff; }

.help-fieldset { border: none; padding: 0; margin: 22px 0 0; }
.help-fieldset legend { font-size: 14px; font-weight: 600; color: #3A3C31; padding: 0; margin-bottom: 12px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip-check {
  display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: #4A4C40; background: #fff;
  border: 1px solid #DEDCD0; padding: 9px 14px; border-radius: 999px; cursor: pointer;
}
.chip-check input { accent-color: var(--ef-accent); width: 15px; height: 15px; }
.chip-check.checked { background: var(--ef-accent-soft); border-color: #A9B18C; }

.tag-btn { font-size: 14px; font-weight: 600; padding: 9px 16px; border-radius: 999px; cursor: pointer; border: 1px solid #E1DFD3; background: #FCFBF6; color: #4A4C40; }
.tag-btn.active { background: var(--ef-accent); border-color: var(--ef-accent); color: #fff; }

/* ---------- blog cards ---------- */
.blog-card { display: flex; flex-direction: column; background: #FCFBF6; border: 1px solid #E7E5DA; border-radius: var(--ef-rad-card); overflow: hidden; transition: border-color .15s, transform .15s; }
.blog-card:hover { border-color: var(--ef-accent-line); transform: translateY(-2px); }
.blog-card .swatch { height: 128px; display: flex; align-items: flex-end; padding: 14px; }
.blog-list-grid .blog-card .swatch { height: 150px; padding: 16px; }
.blog-card .tag-pill { background: rgba(255,255,255,0.85); color: #3A3C31; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px; }
.blog-card .body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.blog-list-grid .blog-card .body { padding: 22px; }
.blog-card h3 { font-weight: 700; font-size: 18px; line-height: 1.2; }
.blog-list-grid .blog-card h3 { font-size: 20px; line-height: 1.18; }
.blog-card p { font-size: 14px; color: #63665A; margin-top: 8px; line-height: 1.5; flex: 1; }
.blog-list-grid .blog-card p { font-size: 14.5px; margin-top: 10px; }
.blog-card .meta { font-size: 12.5px; color: #A0A294; margin-top: 14px; }
.blog-list-grid .blog-card .meta { margin-top: 16px; }

.related-card { display: block; background: #FCFBF6; border: 1px solid #E7E5DA; border-radius: var(--ef-rad-card); padding: 20px; }
.related-card:hover { border-color: var(--ef-accent-line); }
.related-card .eyebrow { font-size: 12px; }
.related-card h4 { font-weight: 700; font-size: 17px; line-height: 1.2; margin-top: 8px; color: #24261E; }

/* ---------- final CTA ---------- */
.final-cta { background: var(--ef-accent); border-radius: 26px; padding: 60px 40px; text-align: center; color: #fff; }
.final-cta h2 { font-weight: 800; font-size: clamp(30px, 4.5vw, 48px); letter-spacing: -0.03em; line-height: 1.03; color: #fff; }
.final-cta p { font-size: 18px; color: #E7EADC; margin: 16px auto 0; max-width: 540px; line-height: 1.5; }
.final-cta.final-cta-dark { background: var(--ef-accent-dark); border-radius: var(--ef-rad-card); }
.final-cta.final-cta-dark p { color: #D3D7C4; }
.final-cta .btn { margin-top: 30px; }

/* ---------- footer ---------- */
.site-footer { background: #22241C; color: #C6C8BB; }
.footer-grid { max-width: 1180px; margin: 0 auto; padding: 56px 28px 40px; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 36px; }
.footer-desc { font-size: 15px; color: #9EA093; margin: 16px 0 20px; max-width: 340px; line-height: 1.6; }
.footer-label { font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: #7E806F; }
.footer-links { display: flex; flex-direction: column; gap: 11px; margin-top: 16px; font-size: 15px; }
.footer-links a { color: #C6C8BB; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #34362B; }
.footer-bottom div, .footer-bottom { max-width: 1180px; margin: 0 auto; padding: 20px 28px; font-size: 13px; color: #7E806F; }

/* ---------- about ---------- */
.about-hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; padding-bottom: 24px; }
.about-hero h1 { font-weight: 800; font-size: clamp(34px, 5vw, 58px); line-height: 1.03; margin-top: 14px; }
.portrait-slot {
  aspect-ratio: 4/5; border-radius: var(--ef-rad-card); overflow: hidden; background: var(--ef-accent-soft);
  display: flex; align-items: center; justify-content: center; color: var(--ef-accent-dark); font-weight: 600; font-size: 15px;
}
.story { max-width: 760px; padding-top: 40px; padding-bottom: 24px; font-family: var(--ef-serif); font-size: 20px; line-height: 1.66; color: #33352B; }
.story p { margin: 0 0 22px; }
.about-facts { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 44px; align-items: center; }
.about-facts h2 { font-weight: 700; font-size: clamp(26px, 3.4vw, 36px); }
.fact-card { background: #FCFBF6; border: 1px solid #E7E5DA; border-radius: var(--ef-rad-card); padding: 20px; }
.fact-emoji { font-size: 24px; }
.fact-text { font-size: 14.5px; color: #4A4C40; margin-top: 10px; line-height: 1.5; }
.belief-card { background: #FCFBF6; border: 1px solid #E1DFD3; border-radius: var(--ef-rad-card); padding: 24px; }
.belief-card h3 { font-weight: 700; font-size: 18px; }
.belief-card p { font-size: 14.5px; color: #63665A; margin-top: 8px; line-height: 1.55; }

/* ---------- blog post ---------- */
.post-byline { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding-bottom: 24px; border-bottom: 1px solid #E4E2D8; }
.post-byline .avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--ef-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.post-byline strong { color: #24261E; display: block; }
#post-title { font-weight: 800; font-size: clamp(32px, 5vw, 50px); line-height: 1.04; margin-top: 18px; }
.post-tag-pill { background: var(--ef-accent-soft); color: var(--ef-accent-dark); font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 999px; display: inline-block; margin-top: 22px; }
#post-body { font-family: var(--ef-serif); font-size: 20px; line-height: 1.68; color: #33352B; margin-top: 30px; }
#post-body h2 { font-family: var(--ef-display); font-weight: 700; font-size: 27px; letter-spacing: -0.02em; line-height: 1.15; margin: 40px 0 14px; color: #22241C; }
#post-body p { margin: 0 0 22px; }
#post-body blockquote { border-left: 3px solid var(--ef-accent); padding: 4px 0 4px 22px; margin: 28px 0; color: var(--ef-accent-dark); font-style: italic; font-size: 21px; }
.post-coming-soon { margin-top: 30px; background: #FCFBF6; border: 1px dashed var(--ef-accent-mid); border-radius: var(--ef-rad-card); padding: 32px; }
.post-coming-soon p:first-child { font-family: var(--ef-serif); font-size: 20px; line-height: 1.6; color: #33352B; margin: 0 0 14px; }
.post-coming-soon p:last-child { font-size: 14.5px; color: #8A8C7E; margin: 0; }
.post-cta { margin-top: 40px; background: var(--ef-accent-soft); border-radius: var(--ef-rad-card); padding: 28px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.post-cta strong { font-family: var(--ef-display); font-size: 18px; color: #24261E; }

/* ---------- decorative vines ---------- */
.vine-decor { position: relative; height: 0; max-width: 1180px; margin: 0 auto; }
.vine-decor svg {
  position: absolute; top: -30px; width: 90px; height: 340px; color: var(--ef-accent);
  opacity: 0.16; pointer-events: none;
}
.vine-decor.vine-right svg { right: -112px; }
.vine-decor.vine-left svg { left: -112px; transform: scaleX(-1); }
@media (max-width: 1440px) {
  .vine-decor { display: none; }
}

/* ---------- carousel controls (mobile only, see media query below) ---------- */
.carousel-wrap { position: relative; }
.carousel-nav { display: none; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-right > a.btn-primary { display: none; }
  .menu-toggle { display: flex; }
  .about-hero, .about-facts { grid-template-columns: 1fr; }
  .addon-row { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Mobile: compact multi-item grids into swipeable, snap-scrolling carousels
   instead of long vertical stacks. A partial peek of the next card signals
   it's scrollable. */
@media (max-width: 640px) {
  .grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 9%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
    margin-left: -20px;
    margin-right: -20px;
    padding: 4px 20px 12px;
  }
  .grid::-webkit-scrollbar { display: none; }
  .grid > * {
    scroll-snap-align: center;
    flex: 0 0 82%;
    min-width: 0;
  }

  .carousel-nav {
    display: flex; align-items: center; justify-content: center;
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 34px; height: 34px; border-radius: 50%; border: none;
    background: rgba(255,255,255,0.92); color: #3A3C31; font-size: 19px; line-height: 1;
    box-shadow: 0 2px 10px rgba(0,0,0,0.18); cursor: pointer; z-index: 5; padding: 0;
  }
  .carousel-nav.prev { left: 0; }
  .carousel-nav.next { right: 0; }
}
