/* ===================================================
   ABOUT.CSS
   Loaded only when the "About Us" page template is active
   (is_page_template('template-about.php') — see inc/enqueue.php).
   Ported verbatim from Dr_Alice_-_About_Us_Mockup.html, kept under the
   mockup's own section comment banners, same convention as home.css.

   Assumes global.css already provides: :root tokens, reset, typography,
   .container, .section / .section-intro, .eyebrow, .btn variants,
   .reveal / .reveal-group / .visible, .r3-admin-placeholder.
=================================================== */

/* ===================================================
   ABOUT HERO
=================================================== */
.about-hero {
  position: relative;
  background: var(--forest-900);
  color: #fff;
  padding: 128px 0 76px;
  overflow: hidden;
}
.about-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(58,122,86,.30), transparent 55%),
    radial-gradient(circle at 0% 100%, rgba(15,35,24,.9), transparent 60%);
  pointer-events: none;
}
.about-hero-grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: center;
}
.about-hero-copy .eyebrow { color: var(--forest-300); }
.about-hero-copy h1 {
  font-family: var(--serif); font-weight: 300; color: #fff;
  font-size: clamp(2.2rem, 4.2vw, 3.5rem);
  line-height: 1.08; margin: 20px 0 22px;
}
.about-hero-copy h1 em { color: var(--forest-300); font-style: italic; }
.about-hero-sub {
  color: rgba(255,255,255,.72);
  font-size: 1.05rem; line-height: 1.85;
  max-width: 470px; margin-bottom: 34px;
}
.about-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.about-hero-badge {
  padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14);
  font-size: .78rem; color: rgba(255,255,255,.45);
  letter-spacing: .06em; text-transform: uppercase; font-weight: 500;
}
.about-hero-badge span { color: var(--forest-300); }

.about-hero-video {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  background: var(--forest-800);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 40px 90px -30px rgba(0,0,0,.7);
}
.about-hero-video video,
.about-hero-video img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-hero-video-tag {
  position: absolute; left: 16px; bottom: 16px; z-index: 3;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .62rem; letter-spacing: .18em; text-transform: uppercase;
  color: #fff; font-weight: 600;
  background: rgba(10,26,18,.55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18);
}
.about-hero-video-tag::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: var(--forest-300); box-shadow: 0 0 0 4px rgba(134,185,151,.25);
}
@media(max-width:920px) {
  .about-hero { padding: 130px 0 72px; }
  .about-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-hero-video { order: -1; }
}

/* ===================================================
   OUR STORY (about-page instance)
=================================================== */
.story-section { background: var(--sand-100); }
.story-grid {
  display: grid; grid-template-columns: 55fr 45fr;
  gap: 96px; align-items: center;
}
.story-content h2 { margin: 16px 0 24px; color: var(--forest-800); }
.story-content p { margin-bottom: 20px; font-size: 1rem; }
.story-content .story-learn {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 12px;
  font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--forest-600);
  text-decoration: underline; text-underline-offset: 4px;
}
.story-image { position: relative; }
.story-image img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  border-radius: var(--r-lg);
}
.story-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, var(--forest-900) 60%, transparent);
  border-radius: 0 0 var(--r-lg) var(--r-lg);
  padding: 48px 28px 28px;
  color: #fff;
}
.story-caption .eyebrow--light { margin-bottom: 8px; }
.story-caption h4 { color: #fff; font-size: 1.05rem; font-weight: 400; margin-bottom: 4px; }
.story-caption p { font-size: .82rem; color: rgba(255,255,255,.65); line-height: 1.6; }
@media(max-width:860px) {
  .story-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ===================================================
   THE DOCTOR BEHIND R3 — Founder
=================================================== */
.founder-section { background: var(--warm-white); }
.founder-grid {
  display: grid; grid-template-columns: 44fr 56fr;
  gap: 80px; align-items: center;
}
.founder-portrait { position: relative; }
.founder-portrait img {
  width: 100%; border-radius: var(--r-lg); display: block;
  box-shadow: 0 30px 70px -30px rgba(28,35,32,.4);
}
.founder-portrait-cap {
  position: absolute; left: 22px; bottom: 22px; right: 22px;
  background: rgba(15,35,24,.82); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-md); padding: 20px 22px; color: #fff;
}
.founder-portrait-cap h4 { font-family: var(--serif); font-weight: 400; font-size: 1.1rem; margin: 6px 0 0; }
.founder-content h2 { color: var(--forest-800); margin: 16px 0 22px; }
.founder-content p { font-size: 1rem; margin-bottom: 20px; }
.credential-list {
  list-style: none; margin: 28px 0 32px; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px;
}
.credential-list li {
  position: relative; padding-left: 26px;
  font-size: .92rem; color: var(--mid); line-height: 1.6;
}
.credential-list li::before {
  content: ''; position: absolute; left: 0; top: .5em;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--forest-100); border: 2px solid var(--forest-500);
}
.founder-quote {
  border-left: 3px solid var(--terra-500);
  padding: 6px 0 6px 28px; margin-top: 8px;
}
.founder-quote blockquote {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: 1.25rem; line-height: 1.6; color: var(--forest-800);
}
.founder-quote cite {
  display: block; margin-top: 14px; font-style: normal;
  font-size: .75rem; letter-spacing: .13em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}
@media(max-width:900px) {
  .founder-grid { grid-template-columns: 1fr; gap: 44px; }
  .credential-list { grid-template-columns: 1fr; }
}

/* ===================================================
   R3 PRINCIPLES (about-page instance) — dark, editorial
=================================================== */
.principles-section {
  background: var(--forest-900);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.principles-section .section {
  padding: var(--sp-3xl) 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  flex: 0 0 100%;
}
.principles-section .section-intro h2 { color: #fff; }
.principles-section .section-intro p { color: rgba(255,255,255,.6); }
.principles-section > .section.container {
  padding-left: 40px;
  padding-right: 40px;
}
@media(max-width:600px) {
  .principles-section > .section.container { padding-left: 20px; padding-right: 20px; }
}
.principles-section > .pillar {
  flex: 1 1 calc(33.333% - 0px);
  min-width: 0;
  border-right: 1px solid rgba(255,255,255,.07);
}
.principles-section > .pillar:last-of-type { border-right: none; }
.principles-section > .principles-quote-wrap { flex: 0 0 100%; }

.pillar {
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
  border-top: none;
}
.pillar.flip { direction: ltr; }
.pillar.flip > * { direction: ltr; }
.pillar-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--forest-900);
  width: 100%;
  aspect-ratio: 1080 / 1350;
  position: relative;
  overflow: hidden;
}
.pillar-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent, var(--forest-900));
}
.pillar-body {
  padding: 48px 32px;
  display: flex; flex-direction: column; justify-content: center;
}
.pillar-r {
  font-family: var(--serif); font-size: 5.5rem; font-weight: 300;
  color: var(--forest-700); line-height: 1; margin-bottom: 12px; letter-spacing: -.03em;
}
.pillar-title {
  font-family: var(--serif); font-size: 2rem; font-weight: 300;
  color: #fff; margin-bottom: 20px;
}
.pillar-desc { color: rgba(255,255,255,.6); line-height: 1.85; font-size: .95rem; }

.principles-quote-wrap {
  padding: 96px 40px; text-align: center;
  border-top: 1px solid rgba(255,255,255,.07);
}
.principles-quote {
  font-family: var(--serif); font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-weight: 300; font-style: italic;
  color: var(--forest-200); max-width: 720px; margin: 0 auto 28px; line-height: 1.55;
}
.principles-cite {
  font-size: .75rem; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(255,255,255,.35); font-weight: 600;
}
.principles-cta-wrap { margin-top: 36px; }
@media(max-width:768px) {
  .principles-section > .pillar {
    flex: 0 0 100%;
    border-right: none;
    border-top: 1px solid rgba(255,255,255,.07);
  }
  .principles-section > .pillar:first-of-type { border-top: none; }
  .pillar-body { padding: 48px 28px; }
  .pillar-img::after { background: linear-gradient(to bottom, var(--forest-900), transparent); }
}

/* ===================================================
   OUR APPROACH
=================================================== */
.approach-section { background: var(--sand-100); }
.approach-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; margin-top: var(--sp-xl);
}
.approach-card {
  background: var(--warm-white);
  border: 1px solid var(--sand-200);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}
.approach-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -28px rgba(28,35,32,.35); }
.approach-img {
  height: 108px; position: relative;
  background: linear-gradient(135deg, var(--forest-100) 0%, var(--sand-200) 100%);
  display: flex; align-items: center; justify-content: center;
}
.approach-img svg { width: 40px; height: 40px; color: var(--forest-600); }
.approach-n {
  position: absolute; top: 14px; left: 14px;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--forest-500); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1.1rem;
}
.approach-body { padding: 24px 22px 28px; }
.approach-body h4 { font-family: var(--serif); font-weight: 400; font-size: 1.15rem; color: var(--forest-800); margin-bottom: 10px; }
.approach-body p { font-size: .9rem; color: var(--muted); line-height: 1.75; }
@media(max-width:1000px) { .approach-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:560px)  { .approach-grid { grid-template-columns: 1fr; } }

/* ===================================================
   WHAT MAKES US DIFFERENT (about-page instance — 4 cards)
=================================================== */
.why-section { background: #fff; }
.why-section .section-intro h2 { color: var(--forest-800); }
#why .why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; margin-top: var(--sp-xl);
}
.why-card {
  padding: 32px 26px;
  border: 1px solid var(--sand-200);
  border-radius: var(--r-lg);
  transition: background .3s;
}
.why-card:hover { background: var(--forest-50); }
.why-n {
  font-family: var(--serif); font-size: 1.6rem; font-weight: 300;
  color: var(--forest-300); margin-bottom: 14px;
}
.why-title { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; color: var(--forest-800); margin-bottom: 10px; }
.why-desc { font-size: .82rem; color: var(--muted); line-height: 1.75; }
@media(max-width:1000px) { #why .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:600px)  { #why .why-grid { grid-template-columns: 1fr; } }

/* ===================================================
   MEET OUR TEAM (group photo only)
=================================================== */
.team-about-section { background: var(--warm-white); }
.team-about-intro { max-width: 720px; margin: 0 auto var(--sp-xl); text-align: center; }
.team-about-photo {
  border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--sand-200);
  box-shadow: 0 30px 70px -34px rgba(28,35,32,.4);
}
.team-about-photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.team-about-caption {
  text-align: center; margin-top: 20px;
  font-size: .8rem; letter-spacing: .04em; color: var(--muted);
}

/* ===================================================
   ACHIEVEMENTS & RECOGNITION
=================================================== */
.awards-section { background: var(--sand-100); }
.awards-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; margin-top: var(--sp-xl);
}
.award-card {
  background: var(--warm-white);
  border: 1px solid var(--sand-200);
  border-radius: var(--r-lg);
  padding: 26px 24px; text-align: center;
  transition: transform .3s, box-shadow .3s;
}
.award-card:hover { transform: translateY(-3px); box-shadow: 0 20px 44px -26px rgba(28,35,32,.3); }
.award-badge {
  width: 60px; height: 60px; margin: 0 auto 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, var(--forest-100), var(--forest-200));
  display: flex; align-items: center; justify-content: center;
  color: var(--forest-600);
}
.award-card h4 { font-family: var(--serif); font-weight: 400; font-size: 1.1rem; color: var(--forest-800); margin-bottom: 8px; }
.award-card p { font-size: .82rem; color: var(--muted); line-height: 1.7; }
@media(max-width:900px) { .awards-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:560px) { .awards-grid { grid-template-columns: 1fr; } }

/* ===================================================
   VISIT US (about-page instance — reuses embed-facade.js)
=================================================== */
.visit-section { background: #fff; }
.visit-section .section-intro h2 { color: var(--forest-800); }
.visit-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; margin-top: var(--sp-xl); align-items: start;
}
.visit-detail { display: flex; gap: 20px; margin-bottom: 36px; }
.visit-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.visit-label {
  font-size: .7rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted); font-weight: 600; margin-bottom: 6px;
}
.visit-value { font-size: .95rem; color: var(--mid); line-height: 1.7; }
.visit-value a { color: var(--forest-600); }
.visit-value a:hover { text-decoration: underline; }
.visit-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 48px; }
.visit-map {
  position: relative;
  border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--sand-200);
  aspect-ratio: 4 / 3;
  background: var(--sand-100);
}
.visit-map .video-embed { width: 100%; height: 100%; object-fit: cover; display: block; }
.visit-map iframe { width: 100%; height: 100%; border: none; display: block; }
/* .video-play must be positioned to paint above the poster image — see
   PROJECT-CONTEXT.md §6j (the corporate-video invisible-button bug). */
.visit-map .video-play,
.visit-map .map-play {
  position: absolute; top: 50%; left: 50%; z-index: 1;
  transform: translate(-50%, -50%);
}
@media(max-width:900px) { .visit-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ===================================================
   START YOUR R3 WELLNESS JOURNEY — contact form
=================================================== */
.contact-section { background: var(--forest-900); color: #fff; }
.contact-section .section-intro h2 { color: #fff; }
.contact-section .section-intro p { color: rgba(255,255,255,.6); }
.contact-shell { max-width: 760px; margin: var(--sp-xl) auto 0; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-field { display: flex; flex-direction: column; gap: 8px; }
.contact-field.full { grid-column: 1 / -1; }
.contact-field label {
  font-size: .7rem; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.55); font-weight: 600;
}
.contact-field input, .contact-field textarea {
  width: 100%; padding: 14px 16px;
  font-family: var(--sans); font-size: .95rem; font-weight: 300;
  color: #fff; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16); border-radius: var(--r-sm);
  outline: none; transition: border-color .2s, background .2s; resize: none;
}
.contact-field input::placeholder, .contact-field textarea::placeholder { color: rgba(255,255,255,.4); }
.contact-field input:focus, .contact-field textarea:focus {
  border-color: var(--forest-300); background: rgba(255,255,255,.09);
}
.contact-field textarea { min-height: 130px; }
.contact-submit-row { grid-column: 1 / -1; display: flex; justify-content: flex-start; }
@media(max-width:600px) { .contact-form { grid-template-columns: 1fr; } }

/* Honeypot — visually hidden, removed from tab order via tabindex="-1" */
.r3-hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Submit result banners */
.r3-form-notice {
  padding: 16px 20px; border-radius: var(--r-sm);
  font-size: .9rem; margin-bottom: 24px;
}
.r3-form-notice--ok {
  background: rgba(134,185,151,.14); border: 1px solid rgba(134,185,151,.4); color: var(--forest-200);
}
.r3-form-notice--error {
  background: rgba(196,83,46,.14); border: 1px solid rgba(196,83,46,.5); color: #f2c9bb;
}
