/*
 * Central Park Tutors — Page Content CSS
 * Extracted from HTML reference files.
 * Handles all inner page classes used in Elementor HTML widgets.
 * Enqueued via functions.php after the main stylesheet.
 */

/* ── INNER PAGE HERO ─────────────────────────────────────────────────────── */

.inner-hero {
  background: #1e2d27;
  padding: 64px 48px;
}

.inner-hero-inner {
  max-width: 820px;
  margin: 0 auto;
}

.inner-hero .hero-eyebrow {
  margin-bottom: 18px;
}

.inner-hero h1 {
  color: var(--cream);
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.inner-hero p {
  color: rgba(253, 250, 245, 0.78);
  max-width: 640px;
  margin: 0;
}

@media (max-width: 640px) {
  .inner-hero {
    padding: 48px 24px;
  }
}

/* ── BUTTONS ─────────────────────────────────────────────────────────────── */

.btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  background: var(--navy);
  color: var(--cream) !important;
  border: 2px solid var(--navy);
}

.btn-primary:hover {
  background: var(--navy-mid);
  border-color: var(--navy-mid);
  color: var(--cream);
}

.btn-secondary {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
}

.btn-secondary:hover {
  background: var(--navy);
  color: var(--cream);
}

.btn-gold {
  background: var(--gold);
  color: var(--white);
  border: 2px solid var(--gold);
}

.btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--white);
}

/* ── BREADCRUMB ──────────────────────────────────────────────────────────── */

.breadcrumb {
  margin: 0 0 32px;
  padding: 0;
}

.breadcrumb p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
  letter-spacing: 0.02em;
}

.breadcrumb a {
  color: var(--teal);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--gold);
}

/* ── PAGE BODY ───────────────────────────────────────────────────────────── */

.page-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 72px 24px 80px;
}

.page-body h2 {
  margin-bottom: 16px;
  margin-top: 48px;
}

.page-body h2:first-child {
  margin-top: 0;
}

.page-body h3 {
  margin-bottom: 12px;
  margin-top: 32px;
  color: var(--teal);
}

.page-body p {
  color: var(--text-muted);
  margin-bottom: 1.1rem;
}

.page-body ul {
  color: var(--text-muted);
  padding-left: 20px;
  margin-bottom: 1.1rem;
  line-height: 1.9;
}

.page-body ul li {
  margin-bottom: 4px;
}

/* ── SECTION LABEL ───────────────────────────────────────────────────────── */

.section-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}

/* ── BUTTON: CONTACT (ghost on dark bg) ──────────────────────────────────── */

.btn-contact {
  background: transparent;
  color: var(--cream) !important;
  border: 1.5px solid rgba(253, 250, 245, 0.5);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  padding: 14px 28px;
}

.btn-contact:hover {
  background: rgba(253, 250, 245, 0.08);
  border-color: rgba(253, 250, 245, 0.8);
  color: var(--cream) !important;
}

/* ── PAGE CTA BLOCK ──────────────────────────────────────────────────────── */

.page-cta {
  background: var(--cream-dark);
  border: 1px solid var(--border);
  border-left: 3px solid var(--teal);
  padding: 32px 36px;
  margin-top: 52px;
}

.page-cta h3 {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.page-cta p {
  margin-bottom: 20px;
}

/* ── RELATED LINKS BLOCK ─────────────────────────────────────────────────── */

.related-links {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 28px 32px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.related-links h3 {
  color: var(--navy);
  margin-top: 0;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Source Serif 4", Georgia, serif;
}

.related-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-links ul li {
  padding: 6px 0;
  border-bottom: 1px solid var(--cream-dark);
}

.related-links ul li:last-child {
  border-bottom: none;
}

.related-links ul li a {
  color: var(--navy-mid);
  text-decoration: none;
  font-size: 0.92rem;
}

.related-links ul li a:hover {
  color: var(--gold);
}

/* ── FAQ ITEMS ───────────────────────────────────────────────────────────── */

.faq-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}

.faq-item:first-child {
  padding-top: 0;
}

.faq-item h3 {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
}

.faq-item p {
  margin-bottom: 0;
}

/* ── PRINCIPLES LIST ─────────────────────────────────────────────────────── */

.principle-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}

.principle-item:first-child {
  padding-top: 0;
}

.principle-item h3 {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 10px;
}

.principle-item p {
  margin-bottom: 0;
}

/* ── RATE CARDS ──────────────────────────────────────────────────────────── */

.rate-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 28px 32px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.rate-card-label {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  color: var(--navy);
  font-weight: 600;
}

.rate-card-label span {
  display: block;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--text-muted);
  margin-top: 4px;
}

.rate-card-price {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--teal);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .rate-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── TESTIMONIAL GRID (recommendations page) ─────────────────────────────── */

.testimonial-grid-full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.testimonial-full {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 28px;
  position: relative;
}

.testimonial-full::before {
  content: '\201C';
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4rem;
  color: var(--gold-light);
  opacity: 0.25;
  position: absolute;
  top: 8px;
  left: 16px;
  line-height: 1;
}

.testimonial-full blockquote {
  font-style: italic;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 14px;
  position: relative;
}

.testimonial-full cite {
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .testimonial-grid-full {
    grid-template-columns: 1fr;
  }
}

/* ── BIO CARDS (team page) ───────────────────────────────────────────────── */

.bio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 32px;
}

.bio-card {
  background: var(--cream-dark);
  border: 1px solid var(--border);
  padding: 32px;
}

.bio-card h3 {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.bio-card .bio-role {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
  display: block;
}

.bio-card p {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 0.8rem;
}

@media (max-width: 640px) {
  .bio-grid {
    grid-template-columns: 1fr;
  }
}

/* ── CONTACT GRID ────────────────────────────────────────────────────────── */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 32px;
}

.contact-info h3 {
  color: var(--navy);
  margin-top: 0;
}

.contact-info p {
  color: var(--text-muted);
}

.contact-info a {
  color: var(--navy-mid);
}

.contact-form-inner {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 36px 32px;
}

@media (max-width: 640px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* ── FORM GROUPS ─────────────────────────────────────────────────────────── */

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--border);
  border-radius: 2px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--cream);
  outline: none;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--teal);
  background: var(--white);
}

.form-group textarea {
  height: 120px;
  resize: vertical;
}

/* ── BOOK CARD (books page) ──────────────────────────────────────────────── */

.book-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: start;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 36px;
  margin-bottom: 32px;
}

.book-card img {
  width: 100%;
  border: 1px solid var(--border);
}

.book-card h3 {
  color: var(--navy);
  margin-top: 0;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.book-card .book-sub {
  font-size: 0.85rem;
  color: var(--teal);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  display: block;
}

@media (max-width: 600px) {
  .book-card {
    grid-template-columns: 1fr;
  }
}

/* ── ENRICHMENT GRID (beyond the curriculum) ─────────────────────────────── */

.enrichment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.enrichment-item {
  background: var(--cream-dark);
  border: 1px solid var(--border);
  border-left: 3px solid var(--teal);
  padding: 14px 16px;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.enrichment-item strong {
  display: block;
  color: var(--navy);
  margin-bottom: 4px;
  font-size: 0.95rem;
}

/* ── SUBJECTS GRID (SAT/test prep pages) ─────────────────────────────────── */

.subjects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin: 24px 0 32px;
}

.subject-pill {
  background: var(--cream-dark);
  border: 1px solid var(--border);
  padding: 8px 14px;
  font-size: 0.88rem;
  color: var(--text-muted);
  border-radius: 2px;
}

.subjects-grid br {
  display: none;
}

/* ── GS TEAMS WIDGET WRAPPER (team/tutors pages) ─────────────────────────── */

.gs-teams-section {
  padding: 0 24px 80px;
  background: var(--cream);
}

.gs-teams-inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* ══════════════════════════════════════════════════════════════════════════
   HOME PAGE
   ══════════════════════════════════════════════════════════════════════════ */

/* ── HERO EYEBROW (scoped to home hero only; inner pages style the widget
      directly via Elementor settings and use `.hero-eyebrow` as a class only) ── */

.hero p.hero-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  border-top: 1px solid var(--gold-light);
  border-bottom: 1px solid var(--gold-light);
  padding: 5px 16px;
  margin-bottom: 24px;
}

/* ── HOME HERO ───────────────────────────────────────────────────────────── */

.hero {
  background: #1e2d27;
  color: var(--cream);
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hero::before,
.hero::after {
  display: none;
}

.hero-panel {
  padding: 72px 56px 72px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1e2d27;
  position: relative;
  z-index: 1;
}

.hero-photo {
  background:
    url('https://centralparktutors.com/wp-content/uploads/2025/11/IMG_9000-copy-2-e1475262017916.jpg')
    center center / cover no-repeat;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.hero h1 {
  color: var(--cream);
  margin-bottom: 18px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
}

.hero-sub {
  font-size: 0.95rem;
  color: rgba(253, 250, 245, 0.72);
  margin: 0 auto 32px;
  line-height: 1.8;
  max-width: 540px;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-photo {
    min-height: 260px;
    order: -1;
  }
  .hero-panel {
    padding: 48px 28px;
  }
}

/* ── HERO NYT QUOTE ──────────────────────────────────────────────────────── */

.hero-nyt {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(253, 250, 245, 0.15);
  text-align: center;
}

.hero-nyt-quote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(253, 250, 245, 0.72);
  margin: 0 auto 14px;
  max-width: 620px;
  line-height: 1.65;
}

.hero-nyt-credit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.hero-nyt-credit img {
  height: 18px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.6;
}

/* ── TRUST BAR ───────────────────────────────────────────────────────────── */

.trust-bar {
  background: var(--teal);
  border-bottom: 1px solid var(--teal-dark);
  padding: 28px 24px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.trust-item strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--cream);
}

.trust-item span {
  font-size: 0.85rem;
  color: rgba(253, 250, 245, 0.7);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ── INTRO / ABOUT ───────────────────────────────────────────────────────── */

.intro {
  padding: 80px 24px;
  background: var(--cream);
}

.intro-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.intro h2 {
  margin-bottom: 24px;
}

.intro p {
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto 1rem;
}

.intro-cta {
  margin-top: 32px;
}

/* ── SERVICES ────────────────────────────────────────────────────────────── */

.services {
  padding: 80px 24px;
  background: var(--white);
}

.services-header {
  text-align: center;
  margin-bottom: 52px;
}

.services-header h2 {
  margin-bottom: 12px;
}

.services-header p {
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
}

.service-card {
  background: var(--cream);
  border: 1px solid var(--border);
  padding: 32px 28px;
  border-radius: 2px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(184, 134, 11, 0.1);
}

.service-icon {
  width: 44px;
  height: 44px;
  background: var(--teal);
  border-radius: 2px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon svg { display: none; }

.service-icon::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: var(--cream);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 22px 22px;
          mask-size: 22px 22px;
}

.services-grid .service-card:nth-of-type(1) .service-icon::after {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 3L1 9l11 6 9-4.91V17h2V9L12 3zm-7 9.34V15l7 4 7-4v-2.66L12 17l-7-4.66z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 3L1 9l11 6 9-4.91V17h2V9L12 3zm-7 9.34V15l7 4 7-4v-2.66L12 17l-7-4.66z'/></svg>");
}

.services-grid .service-card:nth-of-type(2) .service-icon::after {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/></svg>");
}

.services-grid .service-card:nth-of-type(3) .service-icon::after {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7z'/></svg>");
}

.services-grid .service-card:nth-of-type(4) .service-icon::after {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z'/></svg>");
}

.services-grid .service-card:nth-of-type(5) .service-icon::after {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z'/></svg>");
}

.services-grid .service-card:nth-of-type(6) .service-icon::after {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/></svg>");
}

.service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--navy);
}

.service-card p {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 18px;
  line-height: 1.65;
}

.service-card a.learn-more {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.04em;
}

.service-card a.learn-more:hover {
  color: var(--navy);
}

/* ── WHY CPT ─────────────────────────────────────────────────────────────── */

.why-cpt {
  padding: 80px 24px;
  background: #1e2d27;
  color: var(--cream);
}

.why-cpt .section-label {
  color: var(--gold-light);
}

.why-cpt h2 {
  color: var(--cream);
  margin-bottom: 16px;
}

.why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1140px;
  margin: 0 auto;
  align-items: center;
}

.why-text p {
  color: rgba(253, 250, 245, 0.8);
  margin-bottom: 1rem;
}

.why-list {
  list-style: none;
  margin-top: 28px;
}

.why-list li {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.why-list li .check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.why-list li .check::after {
  content: '✓';
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
}

.why-list li p {
  color: rgba(253, 250, 245, 0.85);
  margin: 0;
  font-size: 0.95rem;
}

.why-list li strong {
  color: var(--cream);
}

.why-schools {
  background: rgba(253, 250, 245, 0.07);
  border: 1px solid rgba(253, 250, 245, 0.15);
  padding: 32px;
  border-radius: 2px;
}

.why-schools h3 {
  color: var(--cream);
  margin-bottom: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.school-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.school-tag {
  background: rgba(253, 250, 245, 0.1);
  border: 1px solid rgba(253, 250, 245, 0.2);
  padding: 5px 12px;
  font-size: 0.8rem;
  color: rgba(253, 250, 245, 0.85);
  border-radius: 1px;
}

@media (max-width: 768px) {
  .why-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ── TESTIMONIALS (home) ─────────────────────────────────────────────────── */

.testimonials {
  padding: 80px 24px;
  background: var(--cream);
}

.testimonials-header {
  text-align: center;
  margin-bottom: 52px;
}

.testimonials-header h2 {
  margin-bottom: 10px;
}

.testimonials-header p {
  color: var(--text-muted);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto 40px;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 32px 28px;
  border-radius: 2px;
  position: relative;
}

.testimonial-card::before {
  content: '\201C';
  font-family: "Playfair Display", Georgia, serif;
  font-size: 5rem;
  color: var(--gold-light);
  opacity: 0.3;
  position: absolute;
  top: 8px;
  left: 20px;
  line-height: 1;
}

.testimonial-card blockquote {
  font-style: italic;
  color: var(--text);
  font-size: 0.97rem;
  line-height: 1.7;
  margin-bottom: 20px;
  position: relative;
}

.testimonial-card cite {
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.04em;
}

.testimonials-cta {
  text-align: center;
}

/* ── JOURNAL TEASER ──────────────────────────────────────────────────────── */

.journal {
  padding: 80px 24px;
  background: var(--white);
}

.journal-header {
  text-align: center;
  margin-bottom: 48px;
}

.journal-header h2 {
  margin-bottom: 10px;
}

.journal-header p {
  color: var(--text-muted);
  max-width: 540px;
  margin: 0 auto;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto 40px;
}

.journal-card {
  border-top: 2px solid var(--teal);
  padding-top: 20px;
}

.journal-card .topic {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  display: block;
}

.journal-card h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
  line-height: 1.35;
}

.journal-card h3 a {
  color: var(--navy);
  text-decoration: none;
}

.journal-card h3 a:hover {
  color: var(--gold);
}

.journal-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.journal-cta {
  text-align: center;
}

/* ── CONTACT CTA SECTION ─────────────────────────────────────────────────── */

.contact-cta {
  padding: 80px 24px;
  background: var(--cream-dark);
  border-top: 1px solid var(--border);
}

.contact-inner {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-text h2 {
  margin-bottom: 16px;
}

.contact-text p {
  color: var(--text-muted);
  margin-bottom: 20px;
}

.contact-details {
  list-style: none;
  margin-bottom: 28px;
}

.contact-details li {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: var(--text-muted);
  align-items: center;
}

.contact-details li strong {
  color: var(--navy);
}

.contact-details li a {
  color: var(--navy-mid);
  text-decoration: none;
}

.contact-details li a:hover {
  color: var(--gold);
}

.contact-form-box {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 36px 32px;
  border-radius: 2px;
}

.contact-form-box h3 {
  font-size: 1.15rem;
  margin-bottom: 24px;
}

.form-submit {
  margin-top: 8px;
}

.form-submit .btn {
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ── SERVICE AREAS ───────────────────────────────────────────────────────── */

.service-areas {
  padding: 80px 24px;
  background: var(--cream-dark);
  border-top: 1px solid var(--border);
}

.areas-inner {
  display: block;
  max-width: 860px;
  margin: 0 auto;
}

.areas-text .section-label {
  margin-bottom: 14px;
}

.areas-text h2 {
  margin-bottom: 20px;
}

.areas-text h3 {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 12px;
  font-family: "Source Serif 4", Georgia, serif;
}

.areas-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 6px 16px;
  margin-bottom: 8px;
}

.areas-list li {
  font-size: 0.9rem;
  color: var(--text-muted);
  padding-left: 14px;
  position: relative;
}

.areas-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

.areas-list li a {
  color: var(--navy-mid);
  text-decoration: none;
  font-weight: 600;
}

.areas-list li a:hover {
  color: var(--gold);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 768px) {
  .areas-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ── HERO FADE-IN ANIMATION ──────────────────────────────────────────────── */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-inner > * {
  animation: fadeUp 0.6s ease both;
}

.hero-inner > *:nth-child(1) { animation-delay: 0.1s; }
.hero-inner > *:nth-child(2) { animation-delay: 0.25s; }
.hero-inner > *:nth-child(3) { animation-delay: 0.4s; }
.hero-inner > *:nth-child(4) { animation-delay: 0.55s; }
.hero-inner > *:nth-child(5) { animation-delay: 0.65s; }

/* Override GS Team plugin's .fullcolumn grey background */
.fullcolumn {
  background-color: #FDFAF5 !important;
  border-bottom: 1px solid #1e2d27 !important;
}

#gs_team_area_11 .gs-member-name,
#gs_team_area_11 .gs-member-name a {
  color: #1e2d27 !important;
  font-family: 'Playfair Display', Georgia, serif !important;
}

.gs_tm_theme17 .gs-team-details,
.gs_tm_theme18 .gs-team-details {
  font-family: 'Source Serif 4', Georgia, serif !important;
}

.gs-team-popup--default .gs-member-name {
  font-family: 'Playfair Display', Georgia, serif !important;
}

.gs-single-container .gs-member-desc p,
.gs_team_area .gs-member-desc p,
.gs_team_popup .gs-member-desc p {
  font-family: 'Source Serif 4', Georgia, serif !important;
}

.mfp-gsteam .white-popup {
  background-color: #FDFAF5 !important;
}

.gs-team-details a[href]:empty::after {
  content: " More \2192";
  color: #B8860B;
  font-weight: 600;
  margin-left: 4px;
}

.gs-team-popup--default .gs-member-desc.gs-team--scrollbar {
  min-height: 400px !important;
}

body.single-gs_team {
  background-color: #FDFAF5;
}

body.single-gs_team h1.gs-sin-mem-name {
  font-family: 'Playfair Display', Georgia, serif !important;
  color: #1e2d27;
}

.gs-team-popup--default .mfp-close {
  background-color: #FFFFFF !important;
}
