/* ============================================================
   PAGE: ABOUT 
   Only styles unique to this page. Global styles in global.css.
   Note: ph-block lives in global.css, not here.
   ============================================================ */

/* ── HERO ────────────────────────────────────────────────── */
.about-hero {
  min-height: 100svh; background: var(--navy);
  display: grid; grid-template-columns: 48% 52%;
  position: relative; overflow: hidden;
}
.ah-atm {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    radial-gradient(ellipse 50% 50% at 80% 80%, rgba(125,31,46,.20) 0%, transparent 55%),
    radial-gradient(ellipse 30% 30% at 95% 10%, rgba(201,168,76,.05) 0%, transparent 50%);
}
.ah-gt {
  position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .025;
  background-image: linear-gradient(rgba(201,168,76,1) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,1) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 70%, transparent 100%);
}
.ah-orb-1 { width:300px; height:300px; bottom:15%; right:5%; z-index:1; animation: floatA 12s ease-in-out infinite; }
.ah-orb-2 { width:160px; height:160px; top:25%; right:30%;  z-index:1; animation: floatB 14s ease-in-out infinite 2s; }

/* Left: photo */
.ah-photo-wrap { position: relative; z-index: 1; overflow: hidden; }
.ah-photo-wrap::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to left, var(--navy) 0%, rgba(13,27,42,.45) 20%, transparent 55%), linear-gradient(to bottom, rgba(13,27,42,.15) 0%, rgba(13,27,42,.45) 80%, var(--navy) 100%);
}
.ah-ph {
  width: 100%; height: 100%; min-height: 90vh;
  background: linear-gradient(155deg, #1A2E42 0%, #0D1B2A 60%, #111e2d 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; position: relative;
}
.ah-ph::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 45% 45%, rgba(201,168,76,.05) 0%, transparent 65%); }
.ah-ph-icon  { font-size: 2.4rem; opacity: .09; position: relative; z-index: 1; }
.ah-ph-lbl   { font-family: var(--serif); font-size: .75rem; color: rgba(201,168,76,.18); letter-spacing: .22em; text-transform: uppercase; text-align: center; padding: 0 32px; line-height: 2; position: relative; z-index: 1; }
.ah-ph-caption { position: absolute; bottom: 16px; left: 0; right: 0; padding: 0 clamp(16px,3vw,28px); font-size: .58rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(201,168,76,.2); z-index: 5; }

/* Right: copy */
.ah-inner { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(100px,14vh,140px) clamp(28px,5vw,60px) clamp(56px,8vw,90px) clamp(28px,5vw,52px); }
.ah-eyebrow { display: inline-flex; align-items: center; gap: 14px; font-size: .62rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; opacity: 0; animation: riseIn .9s cubic-bezier(.22,1,.36,1) .2s forwards; }
.ah-eyebrow::before { content: ''; width: 30px; height: 1px; background: var(--gold); flex-shrink: 0; }
.ah-h1 { font-family: var(--serif); font-size: clamp(2.2rem,4.5vw,4.8rem); font-weight: 400; line-height: 1.07; color: #fff; margin-bottom: 28px; opacity: 0; animation: riseIn 1s cubic-bezier(.22,1,.36,1) .35s forwards; }
.ah-h1 em { color: var(--gold); font-style: italic; }
.ah-date { display: inline-flex; align-items: center; gap: 16px; font-size: .68rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: rgba(201,168,76,.4); opacity: 0; animation: riseIn .9s .55s forwards; }
.ah-date::before { content: ''; width: 40px; height: 1px; background: rgba(201,168,76,.25); }
.ah-scroll { position: absolute; bottom: 32px; right: clamp(20px,5vw,60px); z-index: 3; display: flex; align-items: center; gap: 12px; font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.2); opacity: 0; animation: riseIn .9s 1s forwards; }
.ah-scroll-line { width: 1px; height: 36px; background: linear-gradient(to bottom, rgba(201,168,76,.5), transparent); }

/* ── SECTION: THE MOMENT ─────────────────────────────────── */
.s-moment { background: var(--cream); border-bottom: 1px solid var(--rule); position: relative; overflow: hidden; }
.moment-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 0; min-height: 100px; }
.moment-date { background: var(--navy); padding: clamp(40px,6vw,72px) clamp(28px,5vw,56px); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.moment-date::after { content: ''; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background: linear-gradient(to bottom, transparent, rgba(201,168,76,.3), transparent); }
.md-label { font-size: .58rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(201,168,76,.5); margin-bottom: 16px; }
.md-num { font-family: var(--serif); font-size: clamp(2.8rem,5vw,4.5rem); color: var(--gold); line-height: .9; font-weight: 300; }
.md-sub { font-size: .7rem; color: rgba(255,255,255,.35); margin-top: 14px; letter-spacing: .08em; line-height: 1.6; }
.moment-text { padding: clamp(40px,6vw,72px) clamp(28px,5vw,64px); display: flex; align-items: center; }
.moment-text p { font-family: var(--serif); font-size: clamp(1.15rem,2.2vw,1.65rem); font-style: italic; color: var(--navy); line-height: 1.55; max-width: 580px; }
.moment-text strong { font-style: normal; color: var(--burg); font-weight: 500; }

/* ── SECTION: ORIGIN STORY ───────────────────────────────── */
.s-origin { background: var(--warm); padding: clamp(80px,11vw,130px) 0; border-bottom: 1px solid var(--rule); position: relative; overflow: hidden; }
.origin-orb-1 { width:500px; height:500px; top:-120px; right:-120px; animation: floatA 16s ease-in-out infinite; }
.origin-orb-2 { width:300px; height:300px; bottom:-80px; left:-80px;  animation: floatB 12s ease-in-out infinite 3s; }
.origin-g { display: grid; grid-template-columns: 300px 1fr; gap: clamp(48px,8vw,100px); align-items: start; position: relative; z-index: 1; }
.origin-aside { position: sticky; top: 100px; }
.origin-aside-ph { width: 100%; aspect-ratio: 3/4; background: linear-gradient(155deg,var(--navy-md) 0%,var(--navy) 100%); border: 1px solid rgba(201,168,76,.12); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; margin-bottom: 28px; position: relative; overflow: hidden; }
.origin-aside-ph::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 70% at 50% 40%, rgba(201,168,76,.06) 0%, transparent 65%); }
.origin-aside-ph-icon { font-size: 2.2rem; opacity: .12; position: relative; z-index: 1; }
.origin-aside-ph-lbl  { font-family: var(--serif); font-size: .75rem; color: rgba(201,168,76,.2); letter-spacing: .18em; text-transform: uppercase; text-align: center; padding: 0 20px; line-height: 1.8; position: relative; z-index: 1; }
.origin-aside-quote { font-family: var(--serif); font-size: clamp(.95rem,1.4vw,1.1rem); font-style: italic; color: var(--navy); line-height: 1.62; border-left: 3px solid var(--gold); padding-left: 20px; }
.origin-body h2 { font-family: var(--serif); font-size: clamp(1.8rem,3.5vw,3rem); color: var(--navy); line-height: 1.12; margin-bottom: clamp(28px,4vw,44px); font-weight: 400; }
.origin-body h2 em { color: var(--burg); font-style: italic; }
.origin-body p { font-size: clamp(.92rem,1.35vw,1.02rem); color: var(--text-md); line-height: 1.92; margin-bottom: 22px; }
.origin-body p:last-child { margin-bottom: 0; }
.origin-principle { font-family: var(--serif); font-size: clamp(1.1rem,2vw,1.45rem); font-style: italic; color: var(--navy); background: var(--cream); border-left: 4px solid var(--gold); padding: clamp(20px,3vw,32px) clamp(20px,3vw,36px); margin: 36px 0; line-height: 1.55; position: relative; overflow: hidden; }
.origin-principle::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 4px; background: linear-gradient(to bottom, var(--gold), rgba(201,168,76,.3)); }
.origin-result { margin-top: 36px; padding: clamp(24px,3vw,36px); background: var(--cream); border: 1px solid var(--rule); border-top: 3px solid var(--burg); }
.origin-result-label { font-size: .58rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--burg); margin-bottom: 16px; }
.origin-gifts { display: flex; flex-wrap: wrap; gap: 10px; }
.origin-gift { font-family: var(--serif); font-size: .9rem; font-style: italic; color: var(--navy); background: #fff; border: 1px solid var(--rule); padding: 7px 16px; border-radius: 1px; }

/* ── SECTION: TODAY — CREDENTIALS ───────────────────────── */
.s-today { background: var(--navy); padding: clamp(64px,9vw,100px) 0; position: relative; overflow: hidden; }
.today-orb-1 { width:440px; height:440px; top:-100px; left:-100px;   animation: floatA 14s ease-in-out infinite; }
.today-orb-2 { width:280px; height:280px; bottom:-80px; right:-80px; animation: pulseRing 10s ease-in-out infinite 2s; }
.today-inner { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; text-align: center; padding: 0 clamp(20px,5vw,64px); }
.today-inner .ey { justify-content: center; }
.today-h { font-family: var(--serif); font-size: clamp(1.5rem,3vw,2.4rem); color: #fff; line-height: 1.35; font-weight: 400; margin-bottom: clamp(20px,3vw,32px); }
.today-h em { color: var(--gold); font-style: italic; }
.today-creds { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; }
.today-cred { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,168,76,.08); border: 1px solid rgba(201,168,76,.18); color: var(--gold-lt); padding: 10px 20px; font-size: .64rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.today-cred::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ── SECTION: TRIPLE AUTHORITY ───────────────────────────── */
.s-authority { background: var(--cream); padding: clamp(80px,11vw,130px) 0; border-bottom: 1px solid var(--rule); position: relative; overflow: hidden; }
.auth-orb-1 { width:350px; height:350px; top:-60px; right:-60px;  animation: floatB 18s ease-in-out infinite; }
.auth-orb-2 { width:200px; height:200px; bottom:-40px; left:-40px; animation: pulseRing 12s ease-in-out infinite 4s; }
.authority-sh { text-align: center; margin-bottom: clamp(52px,7vw,80px); position: relative; z-index: 1; }
.authority-sh h2 { font-family: var(--serif); font-size: clamp(2rem,4vw,3.4rem); color: var(--navy); line-height: 1.12; margin-top: 14px; }
.authority-sh p  { color: var(--text-md); font-size: clamp(.9rem,1.4vw,1rem); max-width: 500px; margin: 16px auto 0; line-height: 1.8; }
.auth-g { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; position: relative; z-index: 1; }
.auth-c { background: #fff; padding: clamp(32px,4vw,52px) clamp(24px,3.5vw,40px); position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.auth-c:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(13,27,42,.08); }
.auth-c-top { height: 4px; position: absolute; top: 0; left: 0; right: 0; }
.auth-c:nth-child(1) .auth-c-top { background: linear-gradient(to right, var(--navy), var(--navy-md)); }
.auth-c:nth-child(2) .auth-c-top { background: linear-gradient(to right, var(--burg), var(--burg-lt)); }
.auth-c:nth-child(3) .auth-c-top { background: linear-gradient(to right, var(--gold), rgba(201,168,76,.4)); }
.auth-c-num  { font-family: var(--serif); font-size: 5rem; color: rgba(13,27,42,.04); line-height: 1; position: absolute; top: 16px; right: 24px; font-weight: 300; pointer-events: none; }
.auth-c-icon { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; font-size: 1.1rem; }
.auth-c:nth-child(1) .auth-c-icon { background: rgba(13,27,42,.06);   color: var(--navy); }
.auth-c:nth-child(2) .auth-c-icon { background: rgba(125,31,46,.07);  color: var(--burg); }
.auth-c:nth-child(3) .auth-c-icon { background: rgba(201,168,76,.10); color: var(--gold-dk); }
.auth-c-tag  { font-size: .58rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; }
.auth-c:nth-child(1) .auth-c-tag { color: var(--navy); }
.auth-c:nth-child(2) .auth-c-tag { color: var(--burg); }
.auth-c:nth-child(3) .auth-c-tag { color: var(--gold-dk); }
.auth-c h3 { font-family: var(--serif); font-size: clamp(1.3rem,2.2vw,1.8rem); color: var(--navy); margin-bottom: 16px; line-height: 1.18; font-weight: 400; }
.auth-c p  { font-size: clamp(.87rem,1.25vw,.96rem); color: var(--text-md); line-height: 1.82; }

/* ── SECTION: MISSION ────────────────────────────────────── */
.s-mission { background: var(--navy); padding: clamp(80px,12vw,130px) clamp(20px,5vw,64px); text-align: center; position: relative; overflow: hidden; }
.mission-orb-1 { width:500px; height:500px; top:-120px; left:50%; transform: translateX(-50%); animation: pulseRing 12s ease-in-out infinite; }
.mission-orb-2 { width:250px; height:250px; bottom:-60px; right:5%; animation: floatB 14s ease-in-out infinite 3s; }
.mission-inner { max-width: 780px; margin: 0 auto; position: relative; z-index: 1; }
.mission-inner .ey { justify-content: center; }
.mission-vl { width: 1px; height: 60px; background: linear-gradient(to bottom, transparent, rgba(201,168,76,.5), transparent); margin: 0 auto 36px; }
.mission-q { font-family: var(--serif); font-size: clamp(1.6rem,3.5vw,3rem); font-style: italic; color: #fff; line-height: 1.28; margin-bottom: 12px; }
.mission-q em  { color: var(--gold); }
.mission-attr  { font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(201,168,76,.35); margin-top: 20px; }

/* ── SECTION: SPEAKING PREVIEW ───────────────────────────── */
.s-speaking { background: var(--warm); padding: clamp(80px,11vw,130px) 0; border-bottom: 1px solid var(--rule); position: relative; overflow: hidden; }
.speaking-orb-1 { width:380px; height:380px; top:-80px; right:-80px; animation: floatA 16s ease-in-out infinite 1s; }
.speaking-g { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px,8vw,100px); align-items: center; position: relative; z-index: 1; }
.speaking-copy h2 { font-family: var(--serif); font-size: clamp(1.9rem,3.5vw,3rem); color: var(--navy); line-height: 1.12; font-weight: 400; margin-bottom: clamp(20px,3vw,30px); }
.speaking-copy h2 em { color: var(--burg); font-style: italic; }
.speaking-copy p { font-size: clamp(.9rem,1.35vw,1rem); color: var(--text-md); line-height: 1.88; margin-bottom: 28px; }
.speaking-formats { display: flex; flex-direction: column; gap: 10px; margin-bottom: 36px; }
.sf { display: flex; align-items: center; gap: 14px; font-size: .82rem; color: var(--text-md); padding: 12px 16px; background: var(--cream); border-left: 3px solid var(--gold); }
.sf::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.speaking-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.speaking-vis  { position: relative; }
.speaking-vis-ph { width: 100%; aspect-ratio: 4/5; background: linear-gradient(155deg,var(--navy-md) 0%,var(--navy) 100%); border: 1px solid rgba(201,168,76,.12); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; position: relative; overflow: hidden; }
.speaking-vis-ph::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(45,107,116,.18) 0%, transparent 65%); }
.speaking-vis-ph-icon { font-size: 3rem; opacity: .1; position: relative; z-index: 1; }
.speaking-vis-ph-lbl  { font-family: var(--serif); font-size: .75rem; color: rgba(201,168,76,.18); letter-spacing: .2em; text-transform: uppercase; text-align: center; padding: 0 24px; line-height: 1.9; position: relative; z-index: 1; }
.speaking-stat   { position: absolute; bottom: 28px; left: -28px; background: #fff; border: 1px solid var(--rule); border-left: 4px solid var(--burg); padding: 18px 24px; box-shadow: 0 8px 32px rgba(13,27,42,.1); }
.speaking-stat-n { font-family: var(--serif); font-size: 1.9rem; color: var(--navy); line-height: 1; }
.speaking-stat-l { font-size: .6rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--text-lt); margin-top: 4px; }

/* ── SECTION: CLOSE CTA ──────────────────────────────────── */
.s-cta-about { background: var(--sand); padding: clamp(90px,13vw,150px) clamp(20px,5vw,64px); text-align: center; border-top: 1px solid var(--rule); position: relative; overflow: hidden; }
.cta-about-orb-1 { width:420px; height:420px; top:-80px; left:-80px;    animation: floatA 16s ease-in-out infinite; }
.cta-about-orb-2 { width:280px; height:280px; bottom:-60px; right:-60px; animation: floatB 14s ease-in-out infinite 4s; }
.cta-about-orb-3 { width:160px; height:160px; top:40%; right:15%;        animation: pulseRing 8s ease-in-out infinite; }
.cta-about-in    { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }
.cta-about-vl    { width: 1px; height: 56px; background: linear-gradient(to bottom, transparent, var(--gold), transparent); margin: 0 auto 36px; }
.cta-about-in h2 { font-family: var(--serif); font-size: clamp(2rem,4.5vw,3.6rem); color: var(--navy); line-height: 1.12; margin-bottom: 20px; }
.cta-about-in h2 em { color: var(--burg); font-style: italic; }
.cta-about-in p  { color: var(--text-md); font-size: clamp(.9rem,1.35vw,1.02rem); line-height: 1.85; max-width: 480px; margin: 0 auto 44px; }

/* ── RESPONSIVE: TABLET 960px ───────────────────────────── */
@media (max-width: 960px) {
  .about-hero      { grid-template-columns: 1fr; min-height: auto; }
  .ah-photo-wrap   { height: 50vw; min-height: 260px; max-height: 420px; }
  .ah-ph           { min-height: 0; height: 100%; }
  .ah-photo-wrap::after { background: linear-gradient(to bottom, rgba(13,27,42,.1) 0%, rgba(13,27,42,.55) 70%, var(--navy) 100%) !important; }
  .ah-ph-caption   { bottom: 8px; font-size: .52rem; }
  .ah-inner        { padding: clamp(28px,4vw,44px) clamp(20px,5vw,48px) clamp(36px,5vw,52px); justify-content: flex-start; }
  .ah-h1           { font-size: clamp(2rem,5.5vw,3.2rem); margin-bottom: 18px; }
  .ah-scroll       { display: none; }
  .moment-inner    { grid-template-columns: 1fr; }
  .moment-date     { padding: 32px clamp(20px,5vw,40px); border-right: none; border-bottom: 1px solid rgba(201,168,76,.15); }
  .md-num          { font-size: 3rem; }
  .origin-g        { grid-template-columns: 1fr; }
  .origin-aside    { position: static; display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: start; }
  .origin-aside-ph { margin-bottom: 0; }
  .auth-g          { grid-template-columns: 1fr 1fr; }
  .auth-c          { padding: 32px 24px; }
  .auth-c:last-child { grid-column: 1 / -1; }
  .speaking-g      { grid-template-columns: 1fr; }
  .speaking-vis    { display: none; }
  .today-creds     { gap: 10px; }
}

/* ── RESPONSIVE: MOBILE 640px ───────────────────────────── */
@media (max-width: 640px) {
  .ah-photo-wrap   { height: 48vw; min-height: 220px; max-height: 320px; }
  .ah-inner        { padding: 24px 24px 36px; }
  .ah-h1           { font-size: 1.95rem; line-height: 1.1; }
  .ah-date         { font-size: .6rem; }
  .moment-text p   { font-size: 1.1rem; }
  .origin-aside    { grid-template-columns: 1fr; }
  .origin-aside-ph { aspect-ratio: 16/7; }
  .origin-body h2  { font-size: 1.8rem; }
  .origin-principle { font-size: 1.05rem; padding: 20px; }
  .origin-gifts    { gap: 8px; }
  .origin-gift     { font-size: .82rem; padding: 6px 12px; }
  .origin-result   { padding: 20px; }
  .today-h         { font-size: 1.2rem; }
  .today-creds     { flex-direction: column; align-items: stretch; max-width: 340px; margin-left: auto; margin-right: auto; }
  .today-cred      { justify-content: center; }
  .auth-g          { grid-template-columns: 1fr; gap: 2px; }
  .auth-c:last-child { grid-column: auto; }
  .auth-c          { padding: 28px 24px; }
  .auth-c-num      { font-size: 3.5rem; }
  .auth-c h3       { font-size: 1.3rem; }
  .mission-q       { font-size: 1.45rem; }
  .speaking-copy h2 { font-size: 1.8rem; }
  .speaking-formats { gap: 6px; }
  .sf              { font-size: .78rem; padding: 10px 14px; }
  .speaking-btns   { flex-direction: column; align-items: stretch; }
  .speaking-btns .bp, .speaking-btns .bo { width: 100%; justify-content: center; }
  .cta-about-in h2 { font-size: 1.75rem; }
  .cta-about-in p  { font-size: .88rem; }
}

/* ── RESPONSIVE: SMALL MOBILE 380px ─────────────────────── */
@media (max-width: 380px) {
  .ah-photo-wrap   { height: 44vw; min-height: 180px; }
  .ah-h1           { font-size: 1.7rem; }
  .mission-q       { font-size: 1.25rem; }
  .auth-c h3       { font-size: 1.2rem; }
  .today-h         { font-size: 1.1rem; }
}

/* ── TOUCH DEVICES ───────────────────────────────────────── */
@media (hover: none) {
  .auth-c:hover    { transform: none; box-shadow: none; }
  .sf              { min-height: 44px; align-items: center; }
}