/* ============================================
   KG EDITING - Boho + Coffee + Academic
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

:root {
  --brown: #8b6f47;
  --brown-dark: #6b5435;
  --brown-light: #a88c64;
  --sage: #6b8e7f;
  --sage-dark: #4f6e61;
  --sage-light: #8faa9d;
  --olive: #7a8b5c;
  --olive-dark: #5c6b42;
  --cream: #f9f6f3;
  --cream-dark: #f0eae3;
  --warm-white: #fffdfb;
  --text-dark: #3d3735;
  --text-medium: #6b625c;
  --text-light: #9d8b7e;
  --border-soft: #e8dfd5;
  --border-warm: #d4cbc3;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Lora', Georgia, serif;
  --container-width: 1200px;
  --section-padding: 68px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background-color: var(--cream);
  line-height: 1.75;
  font-weight: 400;
  font-size: 17px;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--text-dark);
}

h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.8rem); }
p { margin-bottom: 1rem; }

a { color: var(--brown); text-decoration: none; transition: color 0.3s ease; }
a:hover { color: var(--brown-dark); }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: var(--container-width); margin: 0 auto; padding: 0 2rem; }

/* NAV */
.navbar {
  position: sticky; top: 0; z-index: 1000;
  background-color: rgba(249, 246, 243, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-soft);
  padding: 1.2rem 0;
}
.nav-container {
  max-width: var(--container-width); margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
}
.logo {
  font-family: var(--font-display); font-size: 1.7rem; font-weight: 600;
  color: var(--brown); font-style: italic;
}
.logo:hover { color: var(--brown-dark); }
.nav-links { display: flex; list-style: none; gap: 2.5rem; align-items: center; }
.nav-links a {
  color: var(--text-dark); font-size: 0.95rem; font-weight: 500;
  letter-spacing: 0.3px; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px;
  background-color: var(--sage); transition: width 0.3s ease;
}
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  background-color: var(--brown); color: var(--warm-white) !important;
  padding: 0.6rem 1.5rem; border-radius: 30px; font-weight: 500; transition: all 0.3s ease;
}
.nav-cta:hover { background-color: var(--brown-dark); transform: translateY(-2px); }
.nav-cta::after { display: none; }
.menu-toggle {
  display: none; background: none; border: none; cursor: pointer;
  font-size: 1.5rem; color: var(--text-dark);
}

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.9rem 2rem; border-radius: 30px; font-family: var(--font-body);
  font-weight: 500; font-size: 1rem; cursor: pointer; transition: all 0.3s ease;
  border: none; text-align: center; line-height: 1.2; min-height: 52px;
}
.btn-primary { background-color: var(--brown); color: var(--warm-white); }
.btn-primary:hover {
  background-color: var(--brown-dark); color: var(--warm-white);
  transform: translateY(-2px); box-shadow: 0 8px 20px rgba(139, 111, 71, 0.25);
}
.btn-secondary { background-color: transparent; color: var(--brown); border: 2px solid var(--brown); }
.btn-secondary:hover { background-color: var(--brown); color: var(--warm-white); }
.btn-sage { background-color: var(--sage); color: var(--warm-white); }
.btn-sage:hover { background-color: var(--sage-dark); color: var(--warm-white); transform: translateY(-2px); }

/* HERO */
.hero { padding: 80px 0 100px; position: relative; overflow: hidden; }
.hero-container {
  max-width: var(--container-width); margin: 0 auto; padding: 0 2rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
}
.hero-content { z-index: 2; position: relative; }
.hero-eyebrow {
  font-family: var(--font-body); text-transform: uppercase; letter-spacing: 3px;
  font-size: 0.85rem; color: var(--sage); font-weight: 600; margin-bottom: 1.5rem;
}
.hero h1 { margin-bottom: 1.5rem; color: var(--text-dark); }
.hero h1 em { font-style: italic; color: var(--brown); }
.hero-subtitle { font-size: 1.2rem; color: var(--text-medium); margin-bottom: 2rem; max-width: 90%; }
.hero-buttons { display: flex; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; align-items: stretch; }
.hero-buttons .btn { flex: 0 0 auto; }
.hero-services {
  font-family: var(--font-display); font-style: italic; color: var(--text-light);
  font-size: 1.05rem; letter-spacing: 0.5px;
}
.hero-image-wrap { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-image {
  width: 100%; max-width: 480px; aspect-ratio: 3 / 4; object-fit: cover;
  border-radius: 240px 240px 0 0; box-shadow: 0 20px 50px rgba(139, 111, 71, 0.2);
  border: 8px solid var(--warm-white); position: relative; z-index: 2;
}
.hero-image-wrap::before {
  content: ''; position: absolute; width: 120%; height: 60%;
  background-color: var(--sage-light); opacity: 0.12; border-radius: 50%; top: 20%; z-index: 1;
}

/* BOHO DECORATIVE */
.botanical { position: absolute; opacity: 0.3; pointer-events: none; z-index: 0; }
.botanical svg { display: block; }
.hero .botanical-1 { top: 30px; left: -10px; width: 110px; color: var(--olive); }
.hero .botanical-2 { bottom: 10px; right: 20px; width: 85px; color: var(--sage); }
.section-divider {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  margin: 0 auto 1.5rem; color: var(--brown-light); max-width: 220px;
}
.section-divider .line { flex: 1; height: 1px; background-color: var(--border-warm); }
.section-divider svg { width: 30px; height: 30px; flex-shrink: 0; }

/* SECTIONS */
.section { padding: var(--section-padding) 0; position: relative; }
.section-cream { background-color: var(--cream); }
.section-white { background-color: var(--warm-white); }
.section-sage { background-color: var(--sage); color: var(--warm-white); }
.section-sage h1, .section-sage h2, .section-sage h3 { color: var(--warm-white); }
.section-header { text-align: center; max-width: 700px; margin: 0 auto 4rem; position: relative; z-index: 2; }
.section-eyebrow {
  text-transform: uppercase; letter-spacing: 3px; font-size: 0.85rem;
  color: var(--sage); font-weight: 600; margin-bottom: 1rem; font-family: var(--font-body);
}
.section-sage .section-eyebrow { color: var(--cream-dark); }
.section-header h2 { margin-bottom: 1rem; }
.section-header p { color: var(--text-medium); font-size: 1.1rem; }
.section-sage .section-header p { color: var(--cream-dark); }

/* SERVICE CARDS */
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem; position: relative; z-index: 2;
}
.service-card {
  background-color: var(--warm-white); border: 1px solid var(--border-soft);
  border-radius: 16px; padding: 2.5rem 2rem; transition: all 0.3s ease;
  position: relative; overflow: hidden;
}
.service-card:hover {
  transform: translateY(-6px); box-shadow: 0 15px 40px rgba(139, 111, 71, 0.12);
  border-color: var(--border-warm);
}
.service-icon {
  width: 56px; height: 56px; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; margin-bottom: 1.5rem; color: var(--warm-white);
}
.service-icon svg { width: 28px; height: 28px; }
.service-icon.brown { background-color: var(--brown); }
.service-icon.sage { background-color: var(--sage); }
.service-icon.olive { background-color: var(--olive); }
.service-card h3 { font-size: 1.4rem; margin-bottom: 0.8rem; }
.service-card p { color: var(--text-medium); font-size: 0.98rem; margin-bottom: 1rem; }
.service-card .price {
  font-family: var(--font-display); font-style: italic; color: var(--brown);
  font-weight: 500; font-size: 1.05rem;
}

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; align-items: center; }
.about-text p { color: var(--text-medium); margin-bottom: 1.3rem; }
.about-philosophy {
  background-color: var(--cream); border-left: 4px solid var(--sage);
  padding: 1.5rem 2rem; margin: 2rem 0; border-radius: 0 12px 12px 0;
}
.about-philosophy p {
  font-family: var(--font-display); font-style: italic; font-size: 1.15rem;
  color: var(--text-dark); margin-bottom: 0;
}
.credentials { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.credential-badge {
  background-color: var(--cream); border: 1px solid var(--border-soft);
  border-radius: 30px; padding: 0.5rem 1.2rem; font-size: 0.9rem;
  color: var(--brown-dark); font-weight: 500;
}

/* TESTIMONIALS */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem; position: relative; z-index: 2;
}
.testimonial-card {
  background-color: var(--warm-white); border-radius: 16px; padding: 2.5rem;
  border: 1px solid var(--border-soft); position: relative;
}
.testimonial-card .quote-mark {
  font-family: var(--font-display); font-size: 4rem; color: var(--sage-light);
  line-height: 1; opacity: 0.4; position: absolute; top: 1rem; left: 1.5rem;
}
.testimonial-card p {
  color: var(--text-medium); font-style: italic; position: relative; z-index: 1; margin-top: 1rem;
}
.testimonial-author { display: flex; align-items: center; gap: 0.8rem; margin-top: 1.5rem; }
.testimonial-author .author-name {
  font-weight: 600; color: var(--text-dark); font-style: normal; margin: 0;
  font-family: var(--font-display);
}
.stars { color: var(--brown); font-size: 1.1rem; letter-spacing: 2px; }

/* HOW IT WORKS */
.process-steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem; position: relative; z-index: 2;
}
.process-step { text-align: center; position: relative; }
.process-number {
  width: 60px; height: 60px; border-radius: 50%; background-color: var(--sage);
  color: var(--warm-white); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; margin: 0 auto 1.5rem;
}
.process-step h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.process-step p { color: var(--text-medium); font-size: 0.95rem; }

/* iPHONE */
.phone-section {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
  position: relative; z-index: 2;
}
.phone-mockup {
  width: 320px; height: 650px; background-color: #2c2825; border-radius: 45px;
  padding: 12px; margin: 0 auto; box-shadow: 0 25px 60px rgba(61, 55, 53, 0.3); position: relative;
}
.phone-notch {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 140px; height: 28px; background-color: #2c2825; border-radius: 0 0 18px 18px; z-index: 10;
}
.phone-screen {
  background-color: #f9f6f3; border-radius: 34px; height: 100%;
  overflow: hidden; display: flex; flex-direction: column;
}
.phone-header {
  background-color: #6b8e7f; padding: 2.5rem 1rem 0.8rem; text-align: center; color: #fffdfb;
}
.phone-header .contact-avatar {
  width: 50px; height: 50px; border-radius: 50%; background-color: #fffdfb;
  color: #6b8e7f; display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 1.2rem; margin: 0 auto 0.5rem;
  font-family: var(--font-display); font-style: italic;
}
.phone-header .contact-name { font-weight: 600; font-size: 1rem; font-family: var(--font-display); }
.phone-messages {
  flex: 1; overflow-y: auto; padding: 1rem 0.8rem; display: flex;
  flex-direction: column; gap: 0.5rem; scroll-behavior: smooth;
}
.phone-messages::-webkit-scrollbar { width: 0; }
.message {
  max-width: 80%; padding: 0.6rem 0.9rem; border-radius: 18px;
  font-size: 0.82rem; line-height: 1.4; font-family: var(--font-body);
}
.message.received {
  background-color: #e8e3dd; color: #3d3735; align-self: flex-start; border-bottom-left-radius: 4px;
}
.message.sent {
  background-color: #6b8e7f; color: #fffdfb; align-self: flex-end; border-bottom-right-radius: 4px;
}
html[data-theme="dark"] .phone-mockup { box-shadow: 0 0 0 1px rgba(240,230,214,0.12), 0 25px 60px rgba(0,0,0,0.5); }
.phone-content-side h2 { margin-bottom: 1rem; }
.phone-content-side p { color: var(--text-medium); margin-bottom: 1.5rem; }

/* PRICING */
.pricing-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem; position: relative; z-index: 2;
}
.pricing-card {
  background-color: var(--warm-white); border: 1px solid var(--border-soft);
  border-radius: 16px; padding: 2.5rem 2rem; transition: all 0.3s ease;
}
.pricing-card:hover { transform: translateY(-6px); box-shadow: 0 15px 40px rgba(139, 111, 71, 0.12); }
.pricing-card.featured { border: 2px solid var(--sage); position: relative; }
.pricing-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background-color: var(--sage); color: var(--warm-white); padding: 0.3rem 1.2rem;
  border-radius: 20px; font-size: 0.8rem; font-weight: 600; white-space: nowrap;
}
.pricing-card h3 { margin-bottom: 0.5rem; }
.pricing-amount {
  font-family: var(--font-display); font-size: 2.2rem; font-weight: 600;
  color: var(--brown); margin: 1rem 0;
}
.pricing-amount span { font-size: 1rem; color: var(--text-light); font-weight: 400; font-style: italic; }
.pricing-features { list-style: none; margin: 1.5rem 0; }
.pricing-features li {
  padding: 0.5rem 0; color: var(--text-medium); font-size: 0.95rem;
  display: flex; align-items: flex-start; gap: 0.5rem;
}
.pricing-features li::before { content: '✓'; color: var(--sage); font-weight: 600; }

/* INFO / TIPS LIST */
.info-list { list-style: none; counter-reset: tip; max-width: 760px; margin: 0 auto; }
.info-list li {
  position: relative; padding: 1.2rem 1.2rem 1.2rem 3.5rem; margin-bottom: 1rem;
  background-color: var(--warm-white); border: 1px solid var(--border-soft);
  border-radius: 12px; color: var(--text-medium); counter-increment: tip;
}
.info-list li::before {
  content: counter(tip); position: absolute; left: 1rem; top: 1.1rem;
  width: 30px; height: 30px; background-color: var(--sage); color: var(--warm-white);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600; font-size: 0.9rem;
}
.info-list.checkmarks { counter-reset: none; }
.info-list.checkmarks li::before { content: '✓'; font-size: 1rem; background-color: var(--olive); }
.info-list.crosses li::before { content: '✕'; font-size: 1rem; background-color: var(--brown-light); }
.info-list strong { color: var(--text-dark); font-weight: 600; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; }
.contact-info h3 { margin-bottom: 1rem; }
.contact-info p { color: var(--text-medium); margin-bottom: 2rem; }
.contact-detail { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.contact-detail .icon {
  width: 48px; height: 48px; border-radius: 50%; background-color: var(--cream);
  display: flex; align-items: center; justify-content: center; color: var(--brown); flex-shrink: 0;
}
.contact-detail .icon svg { width: 22px; height: 22px; }
.contact-detail .label { font-size: 0.85rem; color: var(--text-light); margin: 0; }
.contact-detail .value { font-weight: 500; color: var(--text-dark); margin: 0; }
.contact-form {
  background-color: var(--warm-white); padding: 2.5rem; border-radius: 16px; border: 1px solid var(--border-soft);
}
.form-group { margin-bottom: 1.3rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group label {
  display: block; font-weight: 500; margin-bottom: 0.5rem; color: var(--text-dark); font-size: 0.95rem;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 0.8rem 1rem; border: 1px solid var(--border-warm);
  border-radius: 10px; font-family: var(--font-body); font-size: 0.95rem;
  color: var(--text-dark); background-color: var(--cream); transition: all 0.3s ease;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--sage); background-color: var(--warm-white);
  box-shadow: 0 0 0 3px rgba(107, 142, 127, 0.1);
}
.form-group textarea { resize: vertical; min-height: 120px; }

/* FOOTER */
.footer { background-color: var(--brown-dark); color: var(--cream-dark); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo {
  font-family: var(--font-display); font-style: italic; font-size: 1.8rem;
  color: var(--cream); margin-bottom: 1rem;
}
.footer-about p { color: var(--cream-dark); opacity: 0.8; max-width: 90%; }
.footer h4 { color: var(--cream); font-family: var(--font-display); margin-bottom: 1.2rem; font-size: 1.1rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.7rem; }
.footer-links a { color: var(--cream-dark); opacity: 0.8; font-size: 0.95rem; transition: opacity 0.3s ease; }
.footer-links a:hover { opacity: 1; color: var(--cream); }
.footer-bottom {
  border-top: 1px solid rgba(249, 246, 243, 0.15); padding-top: 2rem;
  text-align: center; color: var(--cream-dark); opacity: 0.7; font-size: 0.9rem;
}

/* PAGE HEADER */
.page-header { background-color: var(--cream); padding: 80px 0 60px; text-align: center; position: relative; overflow: hidden; }
.page-header h1 { margin-bottom: 1rem; position: relative; z-index: 2; }
.page-header p { color: var(--text-medium); font-size: 1.15rem; max-width: 600px; margin: 0 auto; position: relative; z-index: 2; }
.page-header .botanical-1 { top: 15px; left: 40px; width: 95px; color: var(--olive); }
.page-header .botanical-2 { bottom: -5px; right: 50px; width: 85px; color: var(--sage); }

/* CTA */
.cta-section { text-align: center; background-color: var(--sage); color: var(--warm-white); padding: 80px 0; position: relative; overflow: hidden; }
.cta-section h2 { color: var(--warm-white); margin-bottom: 1rem; position: relative; z-index: 2; }
.cta-section p { color: var(--cream-dark); font-size: 1.15rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; position: relative; z-index: 2; }
.cta-section .btn-primary { background-color: var(--warm-white); color: var(--brown-dark); position: relative; z-index: 2; }
.cta-section .btn-primary:hover { background-color: var(--cream); color: var(--brown-dark); }
.cta-section .botanical-1 { top: 20px; left: 60px; width: 90px; color: var(--warm-white); opacity: 0.15; }
.cta-section .botanical-2 { bottom: 10px; right: 70px; width: 90px; color: var(--warm-white); opacity: 0.15; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-container, .about-grid, .phone-section, .contact-grid { grid-template-columns: 1fr; }
  .hero-image-wrap { order: -1; margin-bottom: 2rem; }
  .hero-image { max-width: 360px; }
  .about-grid { gap: 2rem; }
  .nav-links {
    position: fixed; top: 70px; right: -100%; flex-direction: column;
    background-color: var(--cream); width: 70%; height: calc(100vh - 70px);
    padding: 2rem; gap: 1.5rem; transition: right 0.3s ease; border-left: 1px solid var(--border-soft);
  }
  .nav-links.active { right: 0; }
  .menu-toggle { display: block; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  :root { --section-padding: 60px; }
}
@media (max-width: 500px) {
  .container, .nav-container, .hero-container { padding-left: 1.2rem; padding-right: 1.2rem; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { width: 100%; }
  .phone-mockup { width: 280px; height: 580px; }
}

/* FADE-IN */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   ADDITIONS - v2
   ============================================ */

/* Featured/highlight service card */
.service-card.highlight {
  border: 2px solid var(--brown);
  background: linear-gradient(180deg, var(--warm-white) 0%, var(--cream) 100%);
  grid-column: 1 / -1;
}
.service-card.highlight .highlight-badge {
  position: absolute; top: 1.2rem; right: 1.2rem;
  background-color: var(--brown); color: var(--warm-white);
  padding: 0.3rem 1rem; border-radius: 20px; font-size: 0.75rem;
  font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase;
  font-family: var(--font-body);
}
.service-card.highlight h3 { font-size: 1.8rem; }
.highlight-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 1.5rem;
}
.highlight-inner .col h4 {
  font-size: 1rem; color: var(--brown-dark); margin-bottom: 0.8rem;
  font-family: var(--font-body); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.5px;
}
.highlight-list { list-style: none; }
.highlight-list li {
  padding: 0.35rem 0 0.35rem 1.5rem; position: relative; color: var(--text-medium); font-size: 0.95rem;
}
.highlight-list li::before {
  content: '✓'; position: absolute; left: 0; color: var(--sage); font-weight: 600;
}
.highlight-list.no li::before { content: '✕'; color: var(--brown-light); }
@media (max-width: 700px) { .highlight-inner { grid-template-columns: 1fr; gap: 1.5rem; } }

/* Education & Experience timeline */
.timeline { max-width: 800px; margin: 0 auto; position: relative; }
.timeline::before {
  content: ''; position: absolute; left: 20px; top: 8px; bottom: 8px;
  width: 2px; background: linear-gradient(180deg, var(--sage) 0%, var(--brown-light) 100%);
}
.timeline-item { position: relative; padding: 0 0 2.5rem 60px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot {
  position: absolute; left: 10px; top: 4px; width: 22px; height: 22px;
  border-radius: 50%; background-color: var(--warm-white);
  border: 3px solid var(--sage); z-index: 2;
}
.timeline-item:nth-child(even) .timeline-dot { border-color: var(--brown); }
.timeline-item h4 {
  font-family: var(--font-display); font-size: 1.25rem; color: var(--text-dark); margin-bottom: 0.3rem;
}
.timeline-item .timeline-meta {
  font-family: var(--font-body); font-style: italic; color: var(--brown);
  font-size: 0.95rem; margin-bottom: 0.5rem;
}
.timeline-item p { color: var(--text-medium); font-size: 0.98rem; margin-bottom: 0; }

/* Interactive How It Works flowchart */
.flow { max-width: 900px; margin: 0 auto; }
.flow-track {
  display: flex; justify-content: space-between; gap: 0.5rem; margin-bottom: 2.5rem;
  position: relative; flex-wrap: wrap;
}
.flow-node {
  flex: 1; min-width: 120px; background: none; border: none; cursor: pointer;
  text-align: center; padding: 0; font-family: inherit;
}
.flow-node .flow-circle {
  width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 0.8rem;
  background-color: var(--cream); border: 2px solid var(--border-warm);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.6rem; font-weight: 600;
  color: var(--text-light); transition: all 0.35s ease;
}
.flow-node .flow-label {
  font-family: var(--font-display); font-size: 1rem; color: var(--text-medium);
  transition: color 0.3s ease; display: block;
}
.flow-node:hover .flow-circle {
  border-color: var(--sage); color: var(--sage); transform: translateY(-3px);
}
.flow-node.active .flow-circle {
  background-color: var(--sage); border-color: var(--sage); color: var(--warm-white);
  transform: scale(1.08); box-shadow: 0 8px 20px rgba(107, 142, 127, 0.3);
}
.flow-node.active .flow-label { color: var(--text-dark); font-weight: 600; }
.flow-detail {
  background-color: var(--warm-white); border: 1px solid var(--border-soft);
  border-radius: 16px; padding: 2.5rem; text-align: center; min-height: 160px;
  display: flex; flex-direction: column; justify-content: center;
  animation: flowFade 0.4s ease;
}
@keyframes flowFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.flow-detail h3 { margin-bottom: 0.8rem; color: var(--brown-dark); }
.flow-detail p { color: var(--text-medium); margin-bottom: 0; max-width: 560px; margin-left: auto; margin-right: auto; }
.flow-nav { display: flex; justify-content: center; gap: 1rem; margin-top: 1.5rem; }
.flow-nav button {
  background-color: var(--cream); border: 1px solid var(--border-warm); color: var(--brown-dark);
  width: 44px; height: 44px; border-radius: 50%; cursor: pointer; font-size: 1.2rem;
  transition: all 0.3s ease; display: flex; align-items: center; justify-content: center;
}
.flow-nav button:hover { background-color: var(--sage); color: var(--warm-white); border-color: var(--sage); }

/* NetGalley badges */
.badge-grid {
  display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; align-items: center;
}
.badge-grid img {
  max-height: 120px; width: auto;
}
.badge-placeholder {
  width: 140px; height: 120px; border: 2px dashed var(--border-warm); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: var(--text-light); font-size: 0.85rem; font-style: italic; padding: 1rem;
  background-color: var(--cream);
}

/* Inline link styling */
.text-link {
  color: var(--brown); font-weight: 500; border-bottom: 1px solid var(--brown-light);
  transition: all 0.2s ease;
}
.text-link:hover { color: var(--brown-dark); border-bottom-color: var(--brown-dark); }

/* Pricing example note */
.price-example {
  font-family: var(--font-body); font-size: 0.9rem; color: var(--text-light);
  font-style: italic; margin-top: 0.5rem;
}

/* About page - consistent text color throughout the story */
.about-story p { color: var(--text-medium); }
.about-story .text-link { color: var(--brown); }

/* ============================================
   ADDITIONS - v3 (FAQ, blog, email capture)
   ============================================ */

/* FAQ accordion */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background-color: var(--warm-white); border: 1px solid var(--border-soft);
  border-radius: 14px; margin-bottom: 1rem; overflow: hidden; transition: box-shadow 0.3s ease;
}
.faq-item[open] { box-shadow: 0 8px 24px rgba(139,111,71,0.1); }
.faq-item summary {
  padding: 1.4rem 1.8rem; cursor: pointer; font-family: var(--font-display);
  font-size: 1.15rem; color: var(--text-dark); display: flex;
  align-items: center; justify-content: space-between; gap: 1rem; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 1.6rem; color: var(--sage); flex-shrink: 0;
  transition: transform 0.3s ease; line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-answer {
  padding: 0 1.8rem 1.5rem; color: var(--text-medium); font-size: 1rem; line-height: 1.7;
}
.faq-item .faq-answer p { margin-bottom: 0.8rem; }
.faq-item .faq-answer p:last-child { margin-bottom: 0; }

/* Blog / Resources cards */
.blog-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.8rem; position: relative; z-index: 2;
}
.blog-card {
  background-color: var(--warm-white); border: 1px solid var(--border-soft);
  border-radius: 16px; overflow: hidden; transition: all 0.3s ease; display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 15px 40px rgba(139,111,71,0.12); }
.blog-card .blog-banner {
  height: 140px; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-style: italic; color: var(--warm-white);
  font-size: 1.3rem; text-align: center; padding: 1rem;
}
.blog-banner.b1 { background: linear-gradient(135deg, #8b6f47, #6b5435); }
.blog-banner.b2 { background: linear-gradient(135deg, #6b8e7f, #4f6e61); }
.blog-banner.b3 { background: linear-gradient(135deg, #7a8b5c, #5c6b42); }
.blog-banner.b4 { background: linear-gradient(135deg, #a88c64, #8b6f47); }
.blog-banner.b5 { background: linear-gradient(135deg, #8faa9d, #6b8e7f); }
.blog-card .blog-body { padding: 1.6rem 1.8rem 1.8rem; flex: 1; display: flex; flex-direction: column; }
.blog-card .blog-tag {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--sage); font-weight: 600; margin-bottom: 0.6rem;
}
.blog-card h3 { font-size: 1.25rem; margin-bottom: 0.6rem; line-height: 1.3; }
.blog-card p { color: var(--text-medium); font-size: 0.95rem; margin-bottom: 1rem; flex: 1; }
.blog-card .read-more { color: var(--brown); font-weight: 500; font-size: 0.9rem; }

/* Article body */
.article { max-width: 720px; margin: 0 auto; }
.article p { color: var(--text-medium); margin-bottom: 1.3rem; font-size: 1.05rem; }
.article h2 { margin: 2.5rem 0 1rem; }
.article h3 { margin: 2rem 0 0.8rem; color: var(--brown-dark); }
.article ul, .article ol { margin: 0 0 1.3rem 1.5rem; color: var(--text-medium); }
.article li { margin-bottom: 0.6rem; }
.article .article-meta { color: var(--text-light); font-style: italic; margin-bottom: 2rem; font-size: 0.95rem; }

/* Email capture */
.email-capture {
  background: linear-gradient(135deg, var(--cream) 0%, var(--warm-white) 100%);
  border: 2px solid var(--sage); border-radius: 20px; padding: 3rem 2.5rem;
  text-align: center; max-width: 720px; margin: 0 auto; position: relative; z-index: 2;
}
.email-capture h2 { margin-bottom: 0.8rem; }
.email-capture p { color: var(--text-medium); margin-bottom: 1.8rem; }
.email-capture form { display: flex; gap: 0.8rem; max-width: 480px; margin: 0 auto; flex-wrap: wrap; }
.email-capture input {
  flex: 1; min-width: 200px; padding: 0.9rem 1.2rem; border: 1px solid var(--border-warm);
  border-radius: 30px; font-family: var(--font-body); font-size: 1rem;
  background-color: var(--warm-white); color: var(--text-dark);
}
.email-capture input:focus { outline: none; border-color: var(--sage); box-shadow: 0 0 0 3px rgba(107,142,127,0.1); }
.email-capture .form-note { font-size: 0.82rem; color: var(--text-light); margin-top: 1rem; margin-bottom: 0; }

/* Consult booking band */
.consult-band {
  background-color: var(--cream); border: 1px solid var(--border-soft); border-radius: 16px;
  padding: 2.5rem; display: flex; align-items: center; gap: 2rem; max-width: 860px; margin: 0 auto;
  position: relative; z-index: 2;
}
.consult-band .consult-icon {
  width: 80px; height: 80px; border-radius: 50%; background-color: var(--sage);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--warm-white);
}
.consult-band .consult-icon svg { width: 40px; height: 40px; }
.consult-band h3 { margin-bottom: 0.5rem; }
.consult-band p { color: var(--text-medium); margin-bottom: 1rem; }
@media (max-width: 600px) { .consult-band { flex-direction: column; text-align: center; } }

/* ============================================
   ADDITIONS - v5 (ticker, social, boho accent)
   ============================================ */

/* Discount ticker */
.ticker {
  background-color: var(--brown); color: var(--warm-white);
  overflow: hidden; white-space: nowrap; padding: 0.7rem 0;
  position: relative;
}
.ticker-track {
  display: inline-block; white-space: nowrap;
  animation: ticker-scroll 32s linear infinite;
}
.ticker-track span {
  font-size: 0.95rem; letter-spacing: 0.5px; padding: 0 2.5rem;
  font-family: var(--font-body);
}
.ticker-track span b { color: var(--cream); font-weight: 600; }
.ticker-track .sep { color: var(--brown-light); }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Boho accent graphic under Meet Your Editor */
.boho-accent {
  display: flex; align-items: center; justify-content: center; gap: 1.2rem;
  margin: 1.5rem 0 0.5rem; color: var(--sage);
}
.boho-accent .arc-line { width: 60px; height: 1.5px; background: linear-gradient(90deg, transparent, var(--brown-light)); }
.boho-accent .arc-line.rev { background: linear-gradient(90deg, var(--brown-light), transparent); }
.boho-accent svg { width: 90px; height: 60px; }

/* Footer social icons */
.footer-social { display: flex; gap: 0.8rem; margin-top: 1.2rem; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 50%;
  background-color: rgba(249,246,243,0.12);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s ease;
}
.footer-social a:hover { background-color: var(--sage); transform: translateY(-2px); }
.footer-social svg { width: 20px; height: 20px; fill: var(--cream-dark); }
.footer-social a:hover svg { fill: var(--warm-white); }

/* Inline social links (about/contact) */
.social-links { display: flex; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }
.social-links a {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.6rem 1.2rem; border: 1px solid var(--border-warm); border-radius: 30px;
  color: var(--brown-dark); font-size: 0.92rem; font-weight: 500; transition: all 0.3s ease;
  background-color: var(--warm-white);
}
.social-links a:hover { border-color: var(--sage); background-color: var(--cream); transform: translateY(-2px); }
.social-links svg { width: 18px; height: 18px; fill: currentColor; }

/* Expanded nav - tighter spacing to fit all items */
.nav-links { gap: 1.5rem; }
.nav-links a { font-size: 0.9rem; }
@media (max-width: 1150px) and (min-width: 901px) {
  .nav-links { gap: 1.1rem; }
  .nav-links a { font-size: 0.85rem; }
  .logo { font-size: 1.5rem; }
}

/* Footer newsletter signup */
.footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.4fr; }
.footer-newsletter h4 { margin-bottom: 0.8rem; }
.footer-newsletter p { font-size: 0.9rem; margin-bottom: 1rem; opacity: 0.85; line-height: 1.5; }
.footer-newsletter form { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-newsletter input {
  padding: 0.7rem 1rem; border-radius: 8px; border: 1px solid rgba(249,246,243,0.2);
  background-color: rgba(249,246,243,0.1); color: var(--warm-white);
  font-family: var(--font-body); font-size: 0.9rem;
}
.footer-newsletter input::placeholder { color: rgba(249,246,243,0.55); }
.footer-newsletter input:focus { outline: none; border-color: var(--sage); background-color: rgba(249,246,243,0.15); }
.footer-newsletter button {
  padding: 0.7rem 1rem; border-radius: 8px; border: none; cursor: pointer;
  background-color: var(--sage); color: var(--warm-white); font-family: var(--font-body);
  font-size: 0.9rem; font-weight: 600; transition: background-color 0.3s ease;
}
.footer-newsletter button:hover { background-color: var(--sage-dark); }
.footer-newsletter .fn-note { font-size: 0.75rem; opacity: 0.7; margin-top: 0.2rem; margin-bottom: 0; }
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================
   ADDITIONS - v7 (stats bar, audience hub, landing pages)
   ============================================ */

/* Social proof stats bar */
.stats-bar {
  background-color: var(--warm-white);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  padding: 2.5rem 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  max-width: 1000px; margin: 0 auto; text-align: center;
}
.stat-item { padding: 0 1rem; position: relative; }
.stat-item:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  height: 50px; width: 1px; background-color: var(--border-warm);
}
.stat-item .stat-num {
  font-family: var(--font-display); font-size: 2.4rem; color: var(--brown);
  line-height: 1; margin-bottom: 0.4rem; font-weight: 600;
}
.stat-item .stat-label {
  font-size: 0.9rem; color: var(--text-medium); line-height: 1.3;
}
@media (max-width: 700px) {
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
  .stat-item:nth-child(2)::after { display: none; }
}

/* Audience hub cards */
.audience-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 1000px; margin: 0 auto;
}
.audience-card {
  border-radius: 20px; padding: 3rem 2.5rem; position: relative; overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.audience-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(139,111,71,0.15); }
.audience-card.academic { background: linear-gradient(160deg, var(--cream) 0%, #ede6dc 100%); border: 1px solid var(--border-warm); }
.audience-card.creative { background: linear-gradient(160deg, #e8efe9 0%, #dce8e0 100%); border: 1px solid #c4d6c9; }
.audience-card h3 { font-size: 1.6rem; margin-bottom: 1rem; }
.audience-card p { color: var(--text-medium); margin-bottom: 1.5rem; }
.audience-card ul { list-style: none; margin-bottom: 1.8rem; }
.audience-card li {
  padding: 0.35rem 0 0.35rem 1.6rem; position: relative; color: var(--text-medium); font-size: 0.97rem;
}
.audience-card li::before { content: '✦'; position: absolute; left: 0; color: var(--sage); }
@media (max-width: 700px) { .audience-grid { grid-template-columns: 1fr; } }

/* ============================================
   v8 — DARK MODE
   ============================================ */
html[data-theme="dark"] {
  --brown: #c9a76f;
  --brown-dark: #8b6f47;
  --brown-light: #a88c64;
  --sage: #86a897;
  --sage-dark: #6b8e7f;
  --sage-light: #9dbfae;
  --olive: #9aab7c;
  --olive-dark: #7a8b5c;
  --cream: #262220;
  --cream-dark: #2e2926;
  --warm-white: #1f1b19;
  --text-dark: #f0e9e2;
  --text-medium: #cbbfb4;
  --text-light: #a29486;
  --border-soft: #3d3733;
  --border-warm: #4a423c;
}
html[data-theme="dark"] .navbar { background-color: rgba(31, 27, 25, 0.95); }
html[data-theme="dark"] .footer { background-color: #171412; color: #cbbfb4; }
html[data-theme="dark"] .footer-logo { color: #e9c893; }
html[data-theme="dark"] .footer h4 { color: #f0e6d6; }
html[data-theme="dark"] .footer-about p { color: #cbbfb4; }
html[data-theme="dark"] .footer-links a { color: #cbbfb4; }
html[data-theme="dark"] .footer-links a:hover { color: #f0e6d6; }
html[data-theme="dark"] .footer-bottom { color: #a89a8c; border-top-color: rgba(240,230,214,0.15); }
html[data-theme="dark"] .footer-social svg { fill: #cbbfb4; }
html[data-theme="dark"] .footer-social a:hover svg { fill: #fff; }
html[data-theme="dark"] .ticker { background-color: #4a3a26; }
html[data-theme="dark"] img { opacity: 0.92; }
html[data-theme="dark"] .audience-card.academic { background: linear-gradient(160deg, #2e2926 0%, #35302b 100%); border-color: #4a423c; }
html[data-theme="dark"] .audience-card.creative { background: linear-gradient(160deg, #23302a 0%, #283630 100%); border-color: #3a4f45; }
html[data-theme="dark"] .stats-bar { background-color: #262220; }
html, body { transition: background-color 0.3s ease, color 0.3s ease; }

/* Theme toggle button */
.theme-toggle {
  background: none; border: 1px solid var(--border-warm); border-radius: 50%;
  width: 38px; height: 38px; cursor: pointer; display: flex; align-items: center;
  justify-content: center; color: var(--text-medium); transition: all 0.3s ease;
  flex-shrink: 0; margin-left: 0.6rem; font-size: 1rem; line-height: 1; padding: 0;
}
.theme-toggle:hover { border-color: var(--sage); color: var(--sage); }
@media (max-width: 900px) {
  .theme-toggle { position: absolute; right: 70px; top: 50%; transform: translateY(-50%); }
}

/* ============================================
   v8 — EDITING QUIZ
   ============================================ */
.quiz-wrap { max-width: 760px; margin: 0 auto; }
.quiz-paragraph {
  background: var(--warm-white); border: 1px solid var(--border-soft); border-radius: 16px;
  padding: 2.2rem 2.4rem; font-size: 1.15rem; line-height: 2.1; color: var(--text-dark);
}
.quiz-word { cursor: pointer; border-radius: 4px; padding: 1px 3px; transition: background-color 0.2s ease; }
.quiz-word:hover { background-color: var(--cream-dark); }
.quiz-word.found { background-color: var(--sage); color: var(--warm-white); text-decoration: line-through; }
.quiz-word.wrong-flash { background-color: #d9a0a0; }
.quiz-status { text-align: center; margin-top: 1.5rem; font-size: 1.05rem; color: var(--text-medium); }
.quiz-status .count { font-family: var(--font-display); font-size: 1.6rem; color: var(--brown); }
.quiz-reveal { background: var(--cream); border: 1px solid var(--border-soft); border-radius: 14px; padding: 1.6rem 2rem; margin-top: 1.5rem; display: none; }
.quiz-reveal.show { display: block; }
.quiz-reveal li { margin-bottom: 0.6rem; color: var(--text-medium); }
.quiz-reveal b { color: var(--brown-dark); }

/* ============================================
   v8 — WHAT TO EXPECT / trust elements
   ============================================ */
.mock-email {
  background: var(--warm-white); border: 1px solid var(--border-warm); border-radius: 14px;
  max-width: 640px; margin: 0 auto; overflow: hidden; box-shadow: 0 12px 34px rgba(139,111,71,0.12);
  text-align: left;
}
.mock-email .me-bar { background: var(--cream-dark); padding: 0.7rem 1.2rem; display: flex; gap: 0.4rem; border-bottom: 1px solid var(--border-soft); }
.mock-email .me-dot { width: 11px; height: 11px; border-radius: 50%; }
.mock-email .me-head { padding: 1.1rem 1.6rem 0.9rem; border-bottom: 1px solid var(--border-soft); font-size: 0.9rem; color: var(--text-medium); }
.mock-email .me-head b { color: var(--text-dark); }
.mock-email .me-body { padding: 1.4rem 1.6rem 1.8rem; font-size: 0.97rem; color: var(--text-medium); line-height: 1.75; }
.mock-email .me-body p { margin-bottom: 0.9rem; }

.emotion-timeline { display: flex; justify-content: space-between; max-width: 860px; margin: 2.5rem auto 0; gap: 0.5rem; flex-wrap: wrap; }
.emotion-step { flex: 1; min-width: 120px; text-align: center; position: relative; padding: 0 0.4rem; }
.emotion-step .em-ico { width: 58px; height: 58px; border-radius: 50%; background: var(--cream); border: 2px solid var(--sage); margin: 0 auto 0.7rem; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.emotion-step h4 { font-size: 0.98rem; margin-bottom: 0.3rem; color: var(--text-dark); font-family: var(--font-display); }
.emotion-step p { font-size: 0.82rem; color: var(--text-light); line-height: 1.4; }
.emotion-step:not(:last-child)::after { content: '→'; position: absolute; right: -0.6rem; top: 18px; color: var(--border-warm); font-size: 1.2rem; }

.trust-badge {
  display: flex; align-items: center; gap: 1.4rem; background: var(--cream);
  border: 1px solid var(--border-soft); border-left: 4px solid var(--sage);
  border-radius: 12px; padding: 1.5rem 1.8rem; max-width: 760px; margin: 2rem auto 0;
}
.trust-badge svg { width: 44px; height: 44px; flex-shrink: 0; color: var(--sage); }
.trust-badge p { color: var(--text-medium); font-size: 0.97rem; margin: 0; }
.trust-badge b { color: var(--text-dark); }

.mini-services { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; max-width: 1000px; margin: 2rem auto 0; }
.mini-service { background: var(--warm-white); border: 1px solid var(--border-soft); border-radius: 12px; padding: 1.4rem 1.5rem; text-align: center; transition: all 0.3s ease; }
.mini-service:hover { transform: translateY(-4px); box-shadow: 0 10px 26px rgba(139,111,71,0.12); border-color: var(--sage); }
.mini-service h4 { font-family: var(--font-display); font-size: 1.08rem; color: var(--brown-dark); margin-bottom: 0.5rem; }
.mini-service p { font-size: 0.88rem; color: var(--text-medium); margin: 0; }

/* Prevent off-screen mobile menu from creating horizontal scroll */
html, body { overflow-x: hidden; }
