/* ============================================================
   JANINE ISAACS — janineisaacs.com
   Mobile-first stylesheet — April 2026
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --hero-bg:      #1a1a1a;
  --body-bg:      #EDE9E3;
  --off-white:    #f5f0e8;
  --white:        #ffffff;
  --gold:         #c9a96e;
  --gold-light:   #dfc499;
  --text-primary: #3d2f20;
  --text-mid:     #5c4233;
  --text-muted:   #8a7060;
  --cta:          #7a9aaa;
  --cta-hover:    #5f8090;
  --copyright-bg: #111111;
  --serif:        'Playfair Display', Georgia, serif;
  --sans:         'Jost', system-ui, sans-serif;
}

/* ── BASE ── */
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--body-bg);
  color: var(--text-primary);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a   { color: inherit; text-decoration: none; }

/* ── TYPOGRAPHY ── */
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.2; }
h2 { font-size: 1.9rem; margin-bottom: 1rem; }
h3 { font-size: 1.3rem; }
p  { margin-bottom: 1.1rem; }
p:last-child { margin-bottom: 0; }

@media (min-width: 600px) {
  h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); }
  h3 { font-size: clamp(1.3rem, 2.5vw, 1.6rem); }
}

/* ── HEADER — STANDARD ── */
.site-header { background: var(--hero-bg); width: 100%; }
.header-identity {
  display: flex; flex-direction: column; align-items: center;
  padding: 28px 16px 20px; text-align: center;
}
.circles-oo {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; margin-bottom: 12px;
}
.circle-ji, .circle-photo {
  width: 80px; height: 80px; border-radius: 50%;
  border: 2px solid var(--gold); overflow: hidden;
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
}
.circle-ji {
  background: var(--hero-bg); font-family: var(--serif);
  font-size: 1.5rem; color: var(--gold); font-weight: 400;
}
.circle-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.site-name {
  font-family: var(--serif); font-size: 2rem; font-weight: 400;
  color: #fff; margin-bottom: 6px; letter-spacing: 0.02em; line-height: 1.15;
}
.site-tagline {
  font-family: var(--serif); font-style: italic;
  color: var(--gold); font-size: 0.88rem; font-weight: 400;
}
.header-divider { width: 100%; height: 1px; background: rgba(201,169,110,0.25); }

@media (min-width: 600px) {
  .header-identity { padding: 36px 20px 26px; }
  .circle-ji, .circle-photo { width: 90px; height: 90px; }
  .site-name { font-size: 2.6rem; }
  .site-tagline { font-size: 0.95rem; }
}

/* ── NAV ── */
.site-nav {
  background: var(--hero-bg);
  display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch;
  padding: 4px 8px 6px; gap: 2px;
}
.site-nav a {
  display: inline-flex; align-items: center; padding: 10px 11px;
  font-family: var(--sans); font-size: 0.6rem; font-weight: 400;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); white-space: nowrap; min-height: 44px;
  transition: color 0.2s; line-height: 1;
}
.site-nav a:hover { color: var(--gold-light); }
.site-nav a.active { background: var(--body-bg); color: var(--text-primary); }

/* ── HEADER — LINE DRAWING ── */
.site-header.line-header { background: #0d0d0d; padding: 0; }
.line-drawing-wrap {
  background: #0d0d0d; width: 100%;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; max-height: none; padding: 0;
}
.line-drawing-img { width: 100%; height: auto; display: block; object-fit: contain; }
@media (min-width: 768px) {
  .line-drawing-wrap { max-height: 480px; }
  .line-drawing-img { max-height: 480px; width: auto; max-width: 100%; margin: 0 auto; }
}

/* ── MAIN CONTENT / SECTIONS ── */
.page-content { min-height: 50vh; }

.section       { padding: 48px 18px; }
.section-cream { background: var(--body-bg); }
.section-off   { background: var(--off-white); }
.section-white { background: var(--white); }
.section-dark  { background: var(--hero-bg); }

.section-inner      { max-width: 720px; margin: 0 auto; }
.section-inner-wide { max-width: 960px; margin: 0 auto; }

@media (min-width: 600px) { .section { padding: 60px 24px; } }
@media (min-width: 960px) { .section { padding: 84px 40px; } }

.gold-rule { width: 48px; height: 1px; background: var(--gold); margin: 0 auto; }
.section-label {
  font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px; font-weight: 400;
}
.pull-quote {
  border-left: 2px solid var(--gold);
  padding: 16px 0 16px 24px; margin: 24px 0;
}
.pull-quote p {
  font-family: var(--serif); font-size: 1.1rem; font-style: italic;
  color: var(--text-mid); line-height: 1.55;
}
@media (min-width: 600px) { .pull-quote p { font-size: clamp(1.05rem, 2.5vw, 1.3rem); } }

/* ── BUTTONS ── */
.btn-cta {
  display: inline-block; background: var(--cta); color: #fff;
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 14px 32px; min-height: 44px; transition: background 0.3s;
  border: none; cursor: pointer;
}
.btn-cta:hover { background: var(--cta-hover); }

.btn-ghost {
  display: inline-block; border: 1px solid var(--gold); color: var(--gold);
  font-size: 0.67rem; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 13px 28px; min-height: 44px; transition: all 0.3s;
}
.btn-ghost:hover { background: var(--gold); color: var(--hero-bg); }

.btn-text {
  font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); border-bottom: 1px solid rgba(201,169,110,0.35);
  padding-bottom: 3px; transition: all 0.3s; display: inline-block;
  min-height: 44px; line-height: 44px;
}
.btn-text:hover { color: var(--gold-light); }

.page-cta-strip { text-align: center; padding: 32px 18px; background: var(--body-bg); }

/* ── HOME ── */
.home-hero { text-align: center; padding: 52px 18px 40px; }
.home-hero h2 { font-size: 1.8rem; margin-bottom: 16px; }
.home-hero p  { color: var(--text-mid); max-width: 540px; margin: 0 auto; }
@media (min-width: 600px) { .home-hero h2 { font-size: clamp(2rem, 5vw, 3rem); } }

.testimonial-card {
  background: var(--white); border: 1px solid rgba(201,169,110,0.2);
  padding: 28px 22px; max-width: 720px; margin: 0 auto;
}
@media (min-width: 600px) { .testimonial-card { padding: 36px 32px; } }
.testimonial-card .quote-mark { font-family: var(--serif); font-size: 2.6rem; line-height: 0.8; color: var(--gold); opacity: 0.45; display: block; margin-bottom: 12px; }
.testimonial-card p { font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--text-mid); line-height: 1.7; }
.testimonial-card .testimonial-name { font-family: var(--sans); font-style: normal; font-size: 0.7rem; letter-spacing: 0.14em; color: var(--gold); margin-top: 16px; margin-bottom: 0; }
.testimonial-read-more { margin-top: 24px; text-align: center; }

/* ── STATEMENT LIST ── */
.statement-list { list-style: none; display: flex; flex-direction: column; gap: 3px; margin: 20px 0; }
.statement-item {
  background: var(--white); border-left: 3px solid var(--gold);
  padding: 18px 20px; font-size: 0.97rem; color: var(--text-mid); line-height: 1.7;
}

/* ── WORK WITH ME ── */
.discovery-card {
  background: var(--white); border: 1px solid rgba(201,169,110,0.3);
  border-top: 3px solid var(--gold); padding: 28px 22px; margin: 0 auto 24px;
}
@media (min-width: 600px) { .discovery-card { padding: 36px 32px; } }
.discovery-card .pkg-eyebrow { font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.discovery-card h3 { font-size: 1.5rem; margin-bottom: 4px; }
.discovery-card .pkg-sub { font-size: 0.8rem; color: var(--text-muted); font-style: italic; margin-bottom: 16px; }

.packages-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 24px; }
@media (min-width: 600px) { .packages-grid { grid-template-columns: 1fr 1fr; } }

.package-card { background: var(--white); border: 1px solid rgba(201,169,110,0.2); padding: 24px 20px; display: flex; flex-direction: column; }
@media (min-width: 600px) { .package-card { padding: 28px 26px; } }
.package-card .pkg-eyebrow { font-size: 0.57rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.package-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.package-card .pkg-desc { font-size: 0.94rem; color: var(--text-mid); line-height: 1.7; flex-grow: 1; }
.package-card .pkg-ideal { font-style: italic; font-size: 0.87rem; color: var(--text-muted); border-left: 2px solid var(--gold); padding-left: 12px; margin: 14px 0; }
.package-card .pkg-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(0,0,0,0.06); flex-wrap: wrap; gap: 10px; }
.pkg-price { font-family: var(--serif); font-size: 1.4rem; color: var(--text-primary); }

.full-journey-card { background: var(--white); border: 1px solid rgba(201,169,110,0.2); padding: 28px 22px; }
@media (min-width: 600px) { .full-journey-card { padding: 32px 28px; } }
.full-journey-card h3 { font-size: 1.4rem; margin-bottom: 8px; }
.full-journey-card .pkg-eyebrow { font-size: 0.57rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }

.b2b-section { background: var(--hero-bg); padding: 48px 18px; }
@media (min-width: 600px) { .b2b-section { padding: 56px 24px; } }
.b2b-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.b2b-eyebrow { font-size: 0.58rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.b2b-inner p { color: rgba(255,255,255,0.68); font-size: 0.97rem; line-height: 1.8; }

/* ── WOMAN BEHIND THE WORK ── */
.story-section { padding: 44px 18px; }
@media (min-width: 600px) { .story-section { padding: 60px 40px; } }
.story-label { font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.fear-shame { text-align: center; font-family: var(--serif); font-size: 1.4rem; letter-spacing: 0.2em; color: var(--text-primary); margin: 24px 0; }
@media (min-width: 600px) { .fear-shame { font-size: clamp(1.4rem, 4vw, 1.9rem); } }
.headshot-wrap { text-align: center; margin: 0 auto; max-width: 220px; padding: 8px 0; }
@media (min-width: 600px) { .headshot-wrap { max-width: 260px; } }

/* ── TESTIMONIALS ── */
.testimonials-header { text-align: center; padding: 48px 18px 28px; }
.testimonials-header h2 { margin-bottom: 6px; }
.testimonials-header p { font-style: italic; color: var(--text-mid); margin: 0; }
.testimonial-name-label { font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); text-align: center; margin-bottom: 12px; }
.testimonial-full-card { background: var(--white); border: 1px solid rgba(201,169,110,0.15); padding: 26px 20px; margin: 0 auto; max-width: 720px; }
@media (min-width: 600px) { .testimonial-full-card { padding: 34px 30px; } }
.testimonial-full-card .quote-mark { font-family: var(--serif); font-size: 2.6rem; line-height: 0.8; color: var(--gold); opacity: 0.38; display: block; margin-bottom: 10px; }
.testimonial-full-card .preview-text p,
.testimonial-full-card .full-text p { font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--text-mid); line-height: 1.7; }
.testimonial-full-card .full-text { display: none; }
.testimonial-full-card.expanded .full-text { display: block; }
.testimonial-full-card.expanded .preview-text { display: none; }
.testimonial-full-card .t-name { font-family: var(--sans); font-style: normal; font-size: 0.7rem; letter-spacing: 0.12em; color: var(--gold); margin-top: 16px; margin-bottom: 0; }
.read-more-btn { background: none; border: none; cursor: pointer; font-family: var(--sans); font-size: 0.63rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); padding: 0; margin-top: 14px; border-bottom: 1px solid rgba(201,169,110,0.3); padding-bottom: 2px; display: inline-block; min-height: 44px; line-height: 44px; }

/* ── CONTACT PAGE ── */
.contact-hero { background: var(--hero-bg); text-align: center; padding: 52px 18px 44px; }
.contact-hero h2 { color: var(--gold); font-size: 2rem; margin-bottom: 10px; }
.contact-hero .contact-hero-sub { color: #fff; font-size: 1rem; margin-bottom: 8px; }
.contact-hero .contact-hero-italic { color: rgba(255,255,255,0.5); font-style: italic; font-size: 0.93rem; margin: 0; max-width: 480px; margin: 0 auto; }
@media (min-width: 600px) { .contact-hero h2 { font-size: clamp(2rem, 5vw, 3rem); } }

.contact-form-wrap { padding: 44px 18px; max-width: 640px; margin: 0 auto; }
@media (min-width: 600px) { .contact-form-wrap { padding: 56px 24px; } }
.contact-form-wrap h3 { margin-bottom: 6px; }
.contact-form-wrap .form-sub { color: var(--text-mid); font-size: 0.93rem; margin-bottom: 28px; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-mid); font-weight: 400;
}
.form-optional {
  font-size: 0.65rem; letter-spacing: 0.08em; text-transform: none;
  color: var(--text-muted); font-style: italic; font-weight: 300; margin-left: 6px;
}
.form-group input,
.form-group textarea,
.form-group select {
  font-family: var(--sans); font-size: 1rem; font-weight: 300;
  color: var(--text-primary); background: var(--white);
  border: 1px solid rgba(61,47,32,0.18); border-bottom: 2px solid rgba(61,47,32,0.22);
  padding: 14px 16px; width: 100%; outline: none;
  -webkit-appearance: none; appearance: none; border-radius: 0;
  transition: border-color 0.2s, box-shadow 0.2s;
  min-height: 48px; line-height: 1.5;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold); border-bottom-color: var(--gold);
  box-shadow: 0 2px 0 0 var(--gold); outline: none;
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9a96e' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
  padding-right: 40px; cursor: pointer;
}
.form-group select option { color: var(--text-primary); background: #fff; }
.form-group select optgroup { font-weight: 500; color: var(--text-muted); font-size: 0.85rem; }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-submit { margin-top: 12px; }
.form-submit .btn-cta { width: 100%; text-align: center; display: block; font-size: 0.72rem; padding: 16px; min-height: 52px; }
.form-note { font-size: 0.82rem; color: var(--text-muted); font-style: italic; text-align: center; margin-top: 14px; }

.contact-other-methods { padding: 0 18px 48px; max-width: 640px; margin: 0 auto; }
@media (min-width: 600px) { .contact-other-methods { padding: 0 24px 56px; } }
.contact-methods-label { font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.contact-methods-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 400px) { .contact-methods-grid { grid-template-columns: 1fr; } }
.contact-method-item { background: var(--white); border: 1px solid rgba(201,169,110,0.15); padding: 18px 16px; }
.contact-method-item .cm-label { font-size: 0.54rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.contact-method-item .cm-value { font-size: 0.93rem; color: var(--text-primary); }
.contact-method-item a { transition: color 0.3s; }
.contact-method-item a:hover { color: var(--gold); }

.newsletter-card { background: var(--off-white); border: 1px solid rgba(201,169,110,0.2); padding: 28px 22px; max-width: 640px; margin: 0 18px 32px; }
@media (min-width: 640px) { .newsletter-card { margin: 0 auto 32px; padding: 32px 28px; } }
.newsletter-card .nl-label { font-size: 0.56rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.newsletter-card h3 { margin-bottom: 10px; }
.newsletter-card p { color: var(--text-mid); font-size: 0.94rem; }
.newsletter-card .nl-coming { font-style: italic; color: var(--gold); border-left: 2px solid var(--gold); padding-left: 12px; margin-top: 16px; font-size: 0.9rem; }
.contact-closing { text-align: center; padding: 24px 18px 44px; max-width: 540px; margin: 0 auto; }
.contact-closing p { font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--text-mid); line-height: 1.7; }

/* ── GLOBAL CONTACT FOOTER ── */
.global-contact-footer { background: var(--hero-bg); padding: 48px 18px 28px; }
.gcf-inner { max-width: 560px; margin: 0 auto; text-align: center; }
.gcf-heading {
  font-family: var(--serif); font-size: 1.5rem;
  color: var(--gold); margin-bottom: 6px;
}
.gcf-sub { color: rgba(255,255,255,0.42); font-style: italic; font-size: 0.88rem; margin-bottom: 28px; }
.gcf-buttons { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
@media (min-width: 480px) {
  .gcf-buttons { flex-direction: row; justify-content: center; flex-wrap: wrap; }
}
.gcf-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 12px 24px;
  font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.18em;
  text-transform: uppercase; font-weight: 400;
  transition: all 0.3s; white-space: nowrap;
}
.gcf-btn-primary { background: var(--gold); color: var(--hero-bg); }
.gcf-btn-primary:hover { background: var(--gold-light); }
.gcf-btn-secondary { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.75); border: 1px solid rgba(255,255,255,0.15); }
.gcf-btn-secondary:hover { background: rgba(255,255,255,0.14); color: #fff; }
.gcf-btn-ghost { color: var(--gold); border: 1px solid rgba(201,169,110,0.35); }
.gcf-btn-ghost:hover { border-color: var(--gold); background: rgba(201,169,110,0.08); }

.gcf-newsletter-form { margin-top: 8px; }
.gcf-nl-row { display: flex; gap: 0; margin: 0 auto 10px; max-width: 400px; }
.gcf-nl-input {
  flex: 1; font-family: var(--sans); font-size: 1rem; font-weight: 300;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(201,169,110,0.3);
  border-right: none; color: #fff; padding: 11px 14px;
  outline: none; min-height: 44px; transition: border-color 0.2s;
}
.gcf-nl-input::placeholder { color: rgba(255,255,255,0.35); }
.gcf-nl-input:focus { border-color: var(--gold); }
.gcf-nl-btn {
  background: var(--gold); color: var(--hero-bg); border: none; padding: 0 20px;
  font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.15em;
  text-transform: uppercase; cursor: pointer; min-height: 44px;
  transition: background 0.3s; white-space: nowrap;
}
.gcf-nl-btn:hover { background: var(--gold-light); }
.gcf-newsletter {
  font-style: italic; color: rgba(255,255,255,0.28); font-size: 0.78rem;
  text-align: center; border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 20px; margin-top: 8px;
}

.copyright-bar { background: var(--copyright-bg); text-align: center; padding: 12px 18px; }
.copyright-bar p { font-size: 0.63rem; letter-spacing: 0.08em; color: rgba(255,255,255,0.2); margin: 0; }

/* ── REFLECTIONS PAGE ── */
.reflection-card { cursor: pointer; padding: 8px 0; transition: opacity 0.2s; }
.reflection-card:hover { opacity: 0.78; }
.post-date {
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 12px;
}
.post-divider { width: 40px; height: 1px; background: var(--gold); margin-bottom: 16px; }
.reflection-card h3 {
  font-family: var(--serif); font-style: italic; font-size: 1.35rem;
  color: var(--text-primary); margin-bottom: 12px; line-height: 1.3;
}
.post-excerpt { font-size: 0.93rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }

/* ── HEADER IDENTITY LINK ── */
.header-identity-link { display: block; text-decoration: none; transition: opacity 0.2s; }
.header-identity-link:hover { opacity: 0.85; }

/* ── HAMBURGER ── */
.hamburger {
  display: none; flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 44px; height: 44px;
  background: none; border: none; cursor: pointer; padding: 8px; margin: 0 auto 6px;
}
.hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--gold); transition: all 0.3s; transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 700px) {
  .hamburger { display: flex; }
  .site-nav {
    display: none; flex-direction: column; align-items: stretch;
    padding: 0; border-top: 1px solid rgba(201,169,110,0.15);
  }
  .site-nav.open { display: flex; }
  .site-nav a {
    padding: 14px 24px; font-size: 0.72rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    min-height: 48px; justify-content: flex-start;
  }
  .site-nav a.active { border-left: 3px solid var(--gold); padding-left: 21px; }
}

@media (min-width: 701px) {
  .hamburger { display: none; }
  .site-nav { display: flex !important; }
}

/* ── TYPOGRAPHY READABILITY ── */
body { font-size: 17px; }

.section-inner p,
.story-section p,
.about-body p,
.pkg-desc,
.statement-item,
.b2b-inner p {
  font-size: 1rem;
  color: var(--text-primary);
}

.section-label,
.story-label,
.pkg-eyebrow,
.b2b-eyebrow,
.testimonial-name-label,
.contact-methods-label,
.gcf-label,
.nl-label,
.c-label,
.cm-label {
  color: var(--gold); opacity: 1; font-size: 0.68rem;
}

.gcf-sub,
.form-sub,
.pkg-ideal,
.post-excerpt,
.contact-hero-italic {
  color: var(--text-mid); opacity: 1;
}

@media (max-width: 700px) {
  .site-nav a { font-size: 0.78rem; letter-spacing: 0.14em; }
  .site-tagline { font-size: 0.92rem; }
  .section-label, .story-label { font-size: 0.7rem; }
}

/* ── CHECKBOX GROUP ── */
.checkbox-group { display: flex; flex-direction: column; gap: 10px; padding: 16px 0 4px; }
@media (min-width: 480px) {
  .checkbox-group { flex-direction: row; flex-wrap: wrap; gap: 12px 24px; }
}
.checkbox-label {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.95rem; color: var(--text-primary);
  cursor: pointer; min-height: 44px; font-weight: 300;
}
.checkbox-label input[type="checkbox"] {
  width: 18px; height: 18px; min-height: 18px;
  border: 1px solid rgba(61,47,32,0.3); border-bottom: 2px solid rgba(61,47,32,0.35);
  background: var(--white); appearance: none; -webkit-appearance: none;
  border-radius: 0; cursor: pointer; flex-shrink: 0;
  transition: all 0.2s; padding: 0;
}
.checkbox-label input[type="checkbox"]:checked {
  background: var(--gold); border-color: var(--gold);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath d='M1 4l3.5 3.5L11 1' stroke='%231a1a1a' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}

/* ── NEWSLETTER SIGNUP FORM ── */
.newsletter-form { margin-top: 20px; }
.newsletter-input-row { display: flex; gap: 0; margin-bottom: 10px; }
.nl-email-input {
  flex: 1; font-family: var(--sans); font-size: 1rem; font-weight: 300;
  color: var(--text-primary); background: var(--white);
  border: 1px solid rgba(61,47,32,0.2); border-right: none;
  padding: 13px 16px; outline: none; min-height: 48px;
  transition: border-color 0.2s;
}
.nl-email-input:focus { border-color: var(--gold); }
.nl-submit { font-size: 0.68rem; letter-spacing: 0.15em; white-space: nowrap; min-height: 48px; padding: 0 24px; }
.nl-consent { font-size: 0.75rem; color: var(--text-muted); font-style: italic; margin: 0; }
/* ============================================================
   LAYOUT CONSISTENCY FIXES — Janine feedback May 2026
   v12 — global contact footer: white heading, tighter padding
   ============================================================ */

/* 1. Page titles centred site-wide */
.section-inner h2,
.story-section h2,
.home-hero h2,
.testimonials-header h2,
.contact-hero h2 {
  text-align: center;
  margin-bottom: 0.5rem;
}

/* 2. Body paragraphs always left-aligned */
.section-inner p,
.story-section p,
.home-hero p,
.about-body p,
.pkg-desc,
.statement-item {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 0.9rem;
}

/* 3. Home hero subhead — narrow 540px box, centred */
.home-hero p {
  max-width: 540px;
  margin: 0 auto;
}

/* 4. Testimonials header — top padding ZEROED, sub-header centred */
.testimonials-header {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 18px 4px;
  text-align: center;
}

@media (min-width: 600px) {
  .testimonials-header {
    padding: 0 24px 8px;
  }
}

.testimonials-header p {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

/* 5. CONTACT HERO — tighter padding, white title */
.contact-hero {
  padding: 32px 18px 28px;
}

@media (min-width: 600px) {
  .contact-hero {
    padding: 48px 24px 36px;
  }
}

.contact-hero h2 {
  color: #fff;
}

.contact-hero p {
  line-height: 1.6;
  margin-bottom: 0.6rem;
}

/* 6. Top of body-content pages */
.page-content > .section:first-child:not(.contact-hero),
.page-content > .home-hero:first-child,
.page-content > .story-section:first-child,
.page-content > .testimonials-header:first-child {
  padding-top: 48px;
  padding-bottom: 12px;
}

@media (min-width: 600px) {
  .page-content > .section:first-child:not(.contact-hero),
  .page-content > .home-hero:first-child,
  .page-content > .story-section:first-child,
  .page-content > .testimonials-header:first-child {
    padding-top: 72px;
    padding-bottom: 16px;
  }
}

/* 7. Keep FEAR. SHAME. GUILT. centred */
.story-section .fear-shame,
.section-inner .fear-shame {
  text-align: center;
  margin: 24px 0;
}

/* 8. .lift pulled up to close the gap above */
.lift {
  margin-top: -0.4rem;
  margin-bottom: 0;
}

/* 9. Tighten the section right after the home hero */
.home-hero + div + .section,
.home-hero + .section {
  padding-top: 16px;
}

@media (min-width: 600px) {
  .home-hero + div + .section,
  .home-hero + .section {
    padding-top: 24px;
  }
}

/* 10. Tighten whatever comes after testimonials-header */
.testimonials-header + .section,
.testimonials-header + div + .section,
.testimonials-header + * {
  padding-top: 8px;
}

@media (min-width: 600px) {
  .testimonials-header + .section,
  .testimonials-header + div + .section,
  .testimonials-header + * {
    padding-top: 12px;
  }
}

/* 11. Tighten the section right after a first-child section */
.page-content > .section:first-child + .section,
.page-content > .section:first-child + div + .section {
  padding-top: 16px;
}

@media (min-width: 600px) {
  .page-content > .section:first-child + .section,
  .page-content > .section:first-child + div + .section {
    padding-top: 24px;
  }
}

/* 12. GLOBAL CONTACT FOOTER — same fix as contact hero.
       Tighter vertical padding, white heading to match site consistency. */
.global-contact-footer {
  padding-top: 40px;
  padding-bottom: 28px;
}

@media (min-width: 600px) {
  .global-contact-footer {
    padding-top: 56px;
    padding-bottom: 36px;
  }
}

.gcf-heading {
  color: #fff;}
