  /* ===== ABOUT PAGE — ASTRA OVERRIDES ===== */
  body.tevita-about,
  body.tevita-about * { box-sizing: border-box; }

  body.tevita-about {
    background: var(--cream) !important;
    font-family: var(--font-body) !important;
    color: var(--green-deep) !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body.tevita-about h1,
  body.tevita-about h2,
  body.tevita-about h3,
  body.tevita-about h4 {
    font-family: var(--font-display) !important;
    color: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.tevita-about p,
  body.tevita-about a,
  body.tevita-about li,
  body.tevita-about span,
  body.tevita-about label {
    font-family: var(--font-body) !important;
  }

  body.tevita-about a,
  body.tevita-about a:link,
  body.tevita-about a:visited,
  body.tevita-about a:hover,
  body.tevita-about a:active {
    color: inherit !important;
    text-decoration: none !important;
  }

  body.tevita-about .nav-links a,
  body.tevita-about .nav-links a:visited { color: var(--cream) !important; }
  body.tevita-about .nav-links a:hover { color: var(--cream-dark) !important; }
  body.tevita-about .btn-cream,
  body.tevita-about .btn-cream:visited { color: var(--green-deep) !important; }
  body.tevita-about .btn-outline-light,
  body.tevita-about .btn-outline-light:visited { color: var(--cream) !important; }
  body.tevita-about .footer-col a,
  body.tevita-about .footer-col a:visited { color: var(--cream-muted) !important; }
  body.tevita-about .footer-col a:hover { color: var(--cream) !important; }
  body.tevita-about .footer-col h4 { font-family: var(--font-body) !important; color: var(--cream) !important; }
  body.tevita-about a[href^="mailto"],
  body.tevita-about a[href^="tel"] { color: inherit !important; }
  body.tevita-about footer a[href^="mailto"],
  body.tevita-about footer a[href^="tel"] { color: var(--cream-muted) !important; }

  /* Hide Astra chrome */
  body.tevita-about .site-header,
  body.tevita-about .site-footer,
  body.tevita-about .ast-above-header,
  body.tevita-about .ast-below-header,
  body.tevita-about .ast-mobile-header-wrap,
  body.tevita-about #ast-desktop-header,
  body.tevita-about #masthead,
  body.tevita-about #colophon,
  body.tevita-about .entry-header,
  body.tevita-about .entry-footer,
  body.tevita-about .ast-breadcrumbs-wrapper,
  body.tevita-about .ast-single-post-title,
  body.tevita-about .page-header {
    display: none !important;
  }

  body.tevita-about .site-content,
  body.tevita-about .ast-container,
  body.tevita-about #content,
  body.tevita-about #primary,
  body.tevita-about .entry-content,
  body.tevita-about .page-content,
  body.tevita-about main,
  body.tevita-about article {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* ===== PAGE HERO ===== */
  .page-hero {
    padding: 12rem 4rem 6rem; background: var(--green-deep);
    position: relative; overflow: hidden;
  }
  .page-hero::before {
    content: ''; position: absolute; top: -30%; left: 50%; transform: translateX(-50%);
    width: 600px; height: 160%;
    background: radial-gradient(ellipse, rgba(237,229,213,0.04), transparent 60%);
  }
  .page-hero-content {
    max-width: 900px; margin: 0 auto; position: relative; z-index: 1; text-align: center;
  }
  .page-hero-label {
    font-size: 0.63rem; font-weight: 600; letter-spacing: 5px;
    text-transform: uppercase; color: var(--cream-dark); margin-bottom: 1.5rem;
  }
  .page-hero-title {
    font-family: var(--font-display) !important; font-size: clamp(2.8rem, 5.5vw, 4.5rem);
    font-weight: 300; line-height: 1.15; color: #EDE5D5 !important; margin-bottom: 1.5rem;
  }
  .page-hero-title em { font-style: italic; color: #D9CEBC !important; }

  /* Force all hero text visible */
  body.tevita-about .page-hero h1,
  body.tevita-about .page-hero-title {
    color: #EDE5D5 !important;
  }
  body.tevita-about .page-hero-title em {
    color: #D9CEBC !important;
  }
  body.tevita-about .page-hero-label {
    color: #D9CEBC !important;
  }
  body.tevita-about .page-hero-subtitle {
    color: #B8AE9E !important;
  }
  .page-hero-subtitle {
    font-size: 0.95rem; font-weight: 300; color: var(--cream-muted);
    max-width: 600px; margin: 0 auto; line-height: 1.9;
  }

  /* ===== STORY SECTIONS ===== */
  .story-section { padding: 6rem 4rem; max-width: 1200px; margin: 0 auto; }
  .story-narrow { max-width: 720px; margin: 0 auto; }
  .story-label {
    font-size: 0.63rem; font-weight: 600; letter-spacing: 5px;
    text-transform: uppercase; color: var(--green-accent); margin-bottom: 1.5rem;
  }
  .story-heading {
    font-family: var(--font-display) !important; font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300; line-height: 1.3; color: var(--green-deep) !important; margin-bottom: 2rem;
  }
  .story-heading em { font-style: italic; color: var(--green-light) !important; }
  .story-text {
    font-size: 0.92rem; font-weight: 300; color: #5A5347;
    line-height: 2; margin-bottom: 1.5rem;
  }
  .story-text:last-child { margin-bottom: 0; }

  /* Pull quote */
  .pull-quote {
    padding: 3rem 0; margin: 2rem 0; position: relative;
    border-top: 1px solid rgba(30,59,44,0.1);
    border-bottom: 1px solid rgba(30,59,44,0.1);
  }
  .pull-quote p {
    font-family: var(--font-display) !important; font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 300; font-style: italic; color: var(--green-deep) !important;
    line-height: 1.6; text-align: center; max-width: 650px; margin: 0 auto;
  }

  /* ===== SPLIT STORY ===== */
  .story-split {
    display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;
    align-items: center; padding: 6rem 4rem; max-width: 1200px; margin: 0 auto;
  }
  .story-split-reverse { direction: rtl; }
  .story-split-reverse > * { direction: ltr; }
  .story-split-image {
    position: relative; overflow: hidden; height: 550px;
  }
  .story-split-image img {
    width: 100%; height: 100%; object-fit: contain;
    background: var(--cream-light);
  }
  .story-split-image::before {
    content: ''; position: absolute; top: -10px; left: -10px; right: 10px; bottom: 10px;
    border: 1px solid var(--green-deep); opacity: 0.1; pointer-events: none; z-index: 1;
  }

  /* ===== BANNERS ===== */
  .story-banner {
    padding: 5rem 4rem; background: var(--green-deep); text-align: center;
    position: relative; overflow: hidden;
  }
  .story-banner::before {
    content: ''; position: absolute; top: -30%; left: 50%; transform: translateX(-50%);
    width: 500px; height: 160%;
    background: radial-gradient(ellipse, rgba(237,229,213,0.03), transparent 60%);
  }
  .story-banner-text { position: relative; z-index: 1; }
  .story-banner-text h3 {
    font-family: var(--font-display) !important; font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 300; font-style: italic; color: #EDE5D5 !important; margin-bottom: 0.5rem;
  }
  .story-banner-text p {
    font-size: 0.7rem; font-weight: 500; letter-spacing: 4px;
    text-transform: uppercase; color: #D9CEBC !important;
  }

  /* Force all dark-bg section text */
  body.tevita-about .story-banner h3,
  body.tevita-about .story-banner-text h3 { color: #EDE5D5 !important; }
  body.tevita-about .story-banner p,
  body.tevita-about .story-banner-text p { color: #D9CEBC !important; }
  body.tevita-about .cta-banner h2,
  body.tevita-about .about-section-title { color: #EDE5D5 !important; }
  body.tevita-about .about-section-label { color: #D9CEBC !important; }
  body.tevita-about .about-section-text { color: #B8AE9E !important; }

  /* ===== VALUES ===== */
  .values-section { padding: 6rem 4rem; background: var(--cream-light); }
  .values-header { text-align: center; margin-bottom: 4rem; }
  .values-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem;
    max-width: 1100px; margin: 0 auto;
  }
  .value-card {
    text-align: center; padding: 2.5rem 2rem;
    border: 1px solid rgba(30,59,44,0.08); background: var(--white);
    transition: all 0.4s ease;
  }
  .value-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(30,59,44,0.06); }
  .value-icon { width: 48px; height: 48px; margin: 0 auto 1.2rem; }
  .value-icon svg { width: 100%; height: 100%; stroke: var(--green-deep); fill: none; stroke-width: 1.2; }
  .value-title {
    font-family: var(--font-display) !important; font-size: 1.4rem; font-weight: 400;
    color: var(--green-deep) !important; margin-bottom: 0.6rem;
  }
  .value-text { font-size: 0.82rem; font-weight: 300; color: #7a7167; line-height: 1.8; }

  /* ===== CTA ===== */
  .about-section-label {
    font-size: 0.63rem; font-weight: 600; letter-spacing: 5px;
    text-transform: uppercase; color: var(--cream-dark); margin-bottom: 1.5rem;
  }
  .about-section-title {
    font-family: var(--font-display) !important; font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300; line-height: 1.3; color: var(--cream) !important; margin-bottom: 1.5rem;
  }
  .about-section-text {
    font-size: 0.92rem; font-weight: 300; color: var(--cream-muted);
    max-width: 580px; margin: 0 auto 2.8rem; line-height: 1.9;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 1024px) {
    .story-split { grid-template-columns: 1fr; gap: 3rem; }
    .story-split-reverse { direction: ltr; }
    .values-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 768px) {
    .page-hero { padding: 10rem 2rem 4rem; }
    .story-section, .story-split { padding: 4rem 2rem; }
    .story-split-image { height: 400px; }
    .values-grid { grid-template-columns: 1fr; }
    .values-section, .story-banner { padding: 4rem 2rem; }
    .pull-quote { padding-left: 2rem !important; padding-right: 2rem !important; }
  }
