/* ══════════════════════════════════════════
   PANCHA PAKSHI SHASTRA — style.css
   ══════════════════════════════════════════ */

/* ── TOKENS ── */
:root {
  --bg:          #0a0710;
  --bg-mid:      #0f0b1a;
  --bg-card:     #130e22;
  --bg-card-2:   #1a1230;
  --gold:        #c9a84c;
  --gold-light:  #e8c97e;
  --gold-dim:    #7a6230;
  --amethyst:    #7b4fa0;
  --sapphire:    #3a5fa0;
  --teal:        #2a8a7a;
  --crimson:     #a03a3a;
  --ivory:       #f5f0e8;
  --ivory-dim:   #b8b0a0;
  --white:       #ffffff;
  --border:      rgba(201,168,76,.18);
  --border-glow: rgba(201,168,76,.35);
  --shadow-gold: 0 0 40px rgba(201,168,76,.15);
  --radius:      12px;
  --font-display: 'Cinzel Decorative', serif;
  --font-title:   'Cinzel', serif;
  --font-body:    'EB Garamond', serif;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.75;
  overflow-x: hidden;
}
a { color: var(--gold-light); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

/* ── STARFIELD + BIRD CANVAS ── */
#starfield, #birdCanvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
#birdCanvas { z-index: 1; }

/* ── CONTAINER ── */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* ── SECTION SHARED ── */
section { padding: 96px 0; position: relative; z-index: 2; }
.section-label {
  text-align: center;
  font-family: var(--font-title);
  font-size: .75rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  text-align: center;
  color: var(--gold-light);
  margin-bottom: 16px;
  text-shadow: 0 0 30px rgba(201,168,76,.3);
}
.section-sub {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 56px;
  color: var(--ivory-dim);
  font-size: 1.05rem;
  font-style: italic;
}

/* ── POPUP ── */
#fp-backdrop {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,.75);
  backdrop-filter: blur(4px);
  z-index: 900;
}
#fp-backdrop.show { display: block; }

.fp-card {
  display: none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: min(440px, 94vw);
  background: var(--bg-card-2);
  border: 1px solid var(--border-glow);
  border-radius: 18px;
  padding: 36px 32px 30px;
  z-index: 950;
  box-shadow: 0 0 60px rgba(123,79,160,.25), 0 0 120px rgba(201,168,76,.08);
}
.fp-card.show { display: block; }
.fp-close {
  position: absolute; top: 14px; right: 18px;
  background: none; border: none;
  color: var(--ivory-dim); font-size: 1.5rem; cursor: pointer;
  line-height: 1; transition: color .2s;
}
.fp-close:hover { color: var(--gold); }
.fp-om { text-align: center; margin-bottom: 12px; }
.fp-logo { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto; object-fit: cover; border: 2px solid var(--gold-dim); }
.fp-title { font-family: var(--font-title); color: var(--gold-light); font-size: 1.25rem; text-align: center; margin-bottom: 6px; }
.fp-sub { text-align: center; color: var(--ivory-dim); font-size: .9rem; margin-bottom: 20px; }
.fp-group { margin-bottom: 14px; }
.fp-group label { display: block; font-family: var(--font-title); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dim); margin-bottom: 5px; }
.fp-group input {
  width: 100%;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: .95rem;
  outline: none;
  transition: border-color .2s;
}
.fp-group input:focus { border-color: var(--gold-dim); }
.fp-group input::placeholder { color: rgba(255,255,255,.25); }
.fp-btn {
  width: 100%;
  background: linear-gradient(135deg, #b8902a, #d4a84c);
  color: #1a0e05;
  font-family: var(--font-title);
  font-size: .9rem;
  letter-spacing: .1em;
  border: none;
  border-radius: 8px;
  padding: 13px;
  cursor: pointer;
  font-weight: 700;
  margin-top: 6px;
  transition: opacity .2s, transform .15s;
}
.fp-btn:hover { opacity: .9; transform: translateY(-1px); }
.fp-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.fp-or { display: flex; align-items: center; gap: 10px; margin: 16px 0 12px; }
.fp-or-line { flex: 1; height: 1px; background: var(--border); }
.fp-or-txt { font-size: .75rem; color: var(--ivory-dim); letter-spacing: .1em; }
.fp-wa {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; background: #25D366; color: #fff;
  font-family: var(--font-title); font-size: .85rem; letter-spacing: .08em;
  border-radius: 8px; padding: 12px; transition: opacity .2s;
}
.fp-wa:hover { opacity: .9; text-decoration: none; }
.fp-success { display: none; text-align: center; padding: 20px 0; }
.fp-success.show { display: block; }
.fp-s-icon { font-size: 2rem; color: var(--gold); margin-bottom: 10px; }
.fp-success h4 { font-family: var(--font-title); color: var(--gold-light); font-size: 1.2rem; margin-bottom: 6px; }
.fp-success p { color: var(--ivory-dim); }

/* ── FLOATING CLUSTER ── */
.float-cluster {
  position: fixed; bottom: 28px; right: 22px;
  display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
  z-index: 800;
}
.float-quickbook {
  background: linear-gradient(135deg, #7b4fa0, #3a5fa0);
  color: #fff;
  border: none; border-radius: 24px;
  padding: 10px 18px;
  font-family: var(--font-title); font-size: .78rem; letter-spacing: .08em;
  cursor: pointer; box-shadow: 0 4px 20px rgba(123,79,160,.4);
  transition: transform .2s, box-shadow .2s;
}
.float-quickbook:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(123,79,160,.5); }
.wa-float {
  width: 52px; height: 52px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.35);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 120px 24px 80px;
  overflow: hidden;
  z-index: 2;
  text-align: center;
}

.hero__halo {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 700px;
  background: radial-gradient(ellipse at center,
    rgba(123,79,160,.18) 0%,
    rgba(201,168,76,.08) 40%,
    transparent 70%);
  pointer-events: none;
  border-radius: 50%;
  animation: haloPulse 6s ease-in-out infinite;
}

.hero__mandala {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 500px;
  border: 1px solid rgba(201,168,76,.06);
  border-radius: 50%;
  animation: mandalaSpin 60s linear infinite;
}
.hero__mandala::before {
  content: '';
  position: absolute; inset: 20px;
  border: 1px solid rgba(201,168,76,.06);
  border-radius: 50%;
}
.hero__mandala::after {
  content: '';
  position: absolute; inset: 60px;
  border: 1px solid rgba(201,168,76,.08);
  border-radius: 50%;
}

@keyframes haloPulse {
  0%,100% { opacity: 1; transform: translate(-50%,-50%) scale(1); }
  50% { opacity: .6; transform: translate(-50%,-50%) scale(1.08); }
}
@keyframes mandalaSpin {
  from { transform: translate(-50%,-50%) rotate(0deg); }
  to   { transform: translate(-50%,-50%) rotate(360deg); }
}

.hero__logo-link { position: absolute; top: 28px; left: 28px; z-index: 10; }
.hero__logo { width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--gold-dim); object-fit: cover; }

.hero__content { position: relative; z-index: 3; max-width: 760px; }

.hero__eyebrow {
  font-family: var(--font-title);
  font-size: .72rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 20px;
}

.hero__title { margin-bottom: 14px; }
.hero__title-sanskrit {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  color: var(--gold-dim);
  margin-bottom: 10px;
  letter-spacing: .05em;
}
.hero__title-main {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 7vw, 4.5rem);
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1.1;
  text-shadow: 0 0 60px rgba(201,168,76,.4), 0 0 120px rgba(201,168,76,.15);
}

.hero__sub {
  font-family: var(--font-title);
  font-size: clamp(.9rem, 2vw, 1.15rem);
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--amethyst);
  margin-bottom: 24px;
}

.hero__desc {
  font-size: 1.05rem;
  color: var(--ivory-dim);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.8;
}

.hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }
.hero__btn {
  font-family: var(--font-title);
  font-size: .85rem;
  letter-spacing: .1em;
  border-radius: 40px;
  padding: 14px 30px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  text-transform: uppercase;
}
.hero__btn--primary {
  background: linear-gradient(135deg, #b8902a, #d4a84c);
  color: #1a0e05;
  border: none;
  font-weight: 700;
  box-shadow: 0 4px 30px rgba(201,168,76,.3);
}
.hero__btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(201,168,76,.5); }
.hero__btn--ghost {
  background: transparent;
  color: var(--gold-light);
  border: 1px solid var(--border-glow);
}
.hero__btn--ghost:hover { background: rgba(201,168,76,.08); transform: translateY(-2px); text-decoration: none; }

/* Hero bird previews */
.hero__birds-preview {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  position: relative; z-index: 3;
}
.bird-preview {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 14px 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color .2s, background .2s, transform .2s;
  min-width: 80px;
}
.bird-preview:hover {
  border-color: var(--gold-dim);
  background: rgba(201,168,76,.06);
  transform: translateY(-4px);
}
.bird-preview__icon { font-size: 1.8rem; }
.bird-preview span { font-family: var(--font-title); font-size: .8rem; color: var(--ivory); letter-spacing: .05em; }
.bird-preview small { font-size: .7rem; color: var(--gold-dim); letter-spacing: .1em; text-transform: uppercase; }

/* ── WHAT IS SECTION ── */
.what-is { background: linear-gradient(180deg, transparent 0%, rgba(19,14,34,.8) 50%, transparent 100%); }

.what-is__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 48px;
  align-items: start;
}
.what-is__text p {
  margin-bottom: 18px;
  color: var(--ivory-dim);
  line-height: 1.8;
}
.what-is__text p:last-child { margin-bottom: 0; }

.pillar {
  display: flex; gap: 16px; align-items: flex-start;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}
.pillar:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.pillar__num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold-dim);
  line-height: 1;
  min-width: 36px;
  margin-top: 2px;
}
.pillar__body h4 {
  font-family: var(--font-title);
  color: var(--gold-light);
  font-size: 1rem;
  margin-bottom: 6px;
  letter-spacing: .05em;
}
.pillar__body p { color: var(--ivory-dim); font-size: .95rem; }

/* ── BIRDS SECTION ── */
.birds { background: var(--bg-mid); }

.birds__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
/* Last row: 2 cards centred */
.birds__grid .bird-card:nth-child(4) { grid-column: 1; }
.birds__grid .bird-card:nth-child(5) { grid-column: 2; }

.bird-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: border-color .3s, transform .3s;
  overflow: hidden;
}
.bird-card:hover { border-color: var(--border-glow); transform: translateY(-4px); }
.bird-card--featured { border-color: rgba(201,168,76,.3); }
.bird-card__glow {
  position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  opacity: 0; transition: opacity .3s;
}
.bird-card:hover .bird-card__glow { opacity: 1; }

/* Element-specific glows */
[data-element="earth"] .bird-card__glow  { background: radial-gradient(ellipse at 50% 0%, rgba(101,160,80,.12), transparent 60%); }
[data-element="water"] .bird-card__glow  { background: radial-gradient(ellipse at 50% 0%, rgba(58,95,160,.12), transparent 60%); }
[data-element="fire"]  .bird-card__glow  { background: radial-gradient(ellipse at 50% 0%, rgba(160,58,58,.12), transparent 60%); }
[data-element="air"]   .bird-card__glow  { background: radial-gradient(ellipse at 50% 0%, rgba(200,180,80,.12), transparent 60%); }
[data-element="ether"] .bird-card__glow  { background: radial-gradient(ellipse at 50% 0%, rgba(123,79,160,.18), transparent 60%); }

.bird-card__header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.bird-card__emoji { font-size: 2.2rem; }
.bird-card__element-badge {
  font-family: var(--font-title);
  font-size: .68rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold-dim);
  background: rgba(201,168,76,.08);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 4px 12px;
}
.bird-card__name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--gold-light);
  margin-bottom: 10px;
}
.bird-card__desc {
  font-size: .92rem;
  color: var(--ivory-dim);
  line-height: 1.7;
  margin-bottom: 16px;
}
.bird-card__traits { display: flex; gap: 8px; flex-wrap: wrap; }
.bird-card__traits span {
  font-family: var(--font-title);
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201,168,76,.07);
  border: 1px solid rgba(201,168,76,.15);
  border-radius: 20px;
  padding: 3px 10px;
}

/* ── STATES SECTION ── */
.states { background: linear-gradient(180deg, transparent 0%, rgba(10,7,16,.9) 50%, transparent 100%); }

.states__timeline { max-width: 720px; margin: 0 auto; position: relative; }
.states__timeline::before {
  content: '';
  position: absolute;
  left: 28px; top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--border), var(--border), transparent);
}

.state-item {
  display: flex;
  gap: 24px;
  padding: 0 0 44px 0;
  position: relative;
}
.state-item:last-child { padding-bottom: 0; }

.state-item__connector {
  position: absolute;
  left: 28px; top: 46px; bottom: 0;
  width: 1px;
  background: var(--border);
}
.state-item:last-child .state-item__connector { display: none; }

.state-item__dot {
  min-width: 56px; height: 56px;
  background: var(--bg-card);
  border: 1px solid var(--border-glow);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  position: relative; z-index: 1;
}
.state-item--ruling .state-item__dot { border-color: var(--gold); box-shadow: 0 0 20px rgba(201,168,76,.3); }

.state-item__content { flex: 1; padding-top: 6px; }
.state-item__label {
  font-family: var(--font-title);
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 4px;
}
.state-item__content h3 {
  font-family: var(--font-title);
  font-size: 1.1rem;
  color: var(--gold-light);
  margin-bottom: 8px;
}
.state-item__content p { color: var(--ivory-dim); font-size: .95rem; line-height: 1.75; margin-bottom: 12px; }

.state-item__tag {
  display: inline-block;
  font-family: var(--font-title);
  font-size: .62rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 3px 12px;
}
.state-item__tag--auspicious { background: rgba(201,168,76,.15); color: var(--gold); border: 1px solid rgba(201,168,76,.3); }
.state-item__tag--good       { background: rgba(80,160,100,.15); color: #80c890; border: 1px solid rgba(80,160,100,.3); }
.state-item__tag--neutral    { background: rgba(80,120,180,.15); color: #90b0e0; border: 1px solid rgba(80,120,180,.3); }
.state-item__tag--rest       { background: rgba(80,80,160,.15); color: #9090d8; border: 1px solid rgba(80,80,160,.3); }
.state-item__tag--caution    { background: rgba(180,80,80,.15); color: #d89090; border: 1px solid rgba(180,80,80,.3); }

/* ── USES SECTION ── */
.uses { background: var(--bg-mid); }

.uses__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.use-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 22px;
  transition: border-color .3s, transform .2s;
}
.use-card:hover { border-color: var(--border-glow); transform: translateY(-3px); }
.use-card__icon { font-size: 2rem; margin-bottom: 12px; }
.use-card h4 {
  font-family: var(--font-title);
  color: var(--gold-light);
  font-size: .95rem;
  letter-spacing: .05em;
  margin-bottom: 10px;
}
.use-card p { color: var(--ivory-dim); font-size: .9rem; line-height: 1.7; }

/* ── JOIN SECTION ── */
.join {
  position: relative;
  overflow: hidden;
}
.join__glow {
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse at top, rgba(123,79,160,.18), transparent 70%);
  pointer-events: none;
}

.join__form-wrap {
  max-width: 580px;
  margin: 0 auto;
  background: var(--bg-card-2);
  border: 1px solid var(--border-glow);
  border-radius: 18px;
  padding: 44px 40px 36px;
  box-shadow: var(--shadow-gold);
}

.join__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.join__field label {
  display: block;
  font-family: var(--font-title);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 6px;
}
.join__field input {
  width: 100%;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 11px 14px;
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: .95rem;
  outline: none;
  transition: border-color .2s;
}
.join__field input:focus { border-color: var(--gold-dim); }
.join__field input::placeholder { color: rgba(255,255,255,.22); }

.join__submit {
  width: 100%;
  background: linear-gradient(135deg, #7b4fa0, #b8902a);
  color: #fff;
  font-family: var(--font-title);
  font-size: .9rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: none; border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  font-weight: 700;
  transition: opacity .2s, transform .15s;
  box-shadow: 0 4px 30px rgba(123,79,160,.35);
}
.join__submit:hover { opacity: .9; transform: translateY(-1px); }
.join__submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }

.join__success {
  display: none;
  text-align: center; padding: 30px 0;
}
.join__success.show { display: block; }
.join__s-icon { font-size: 2.4rem; color: var(--gold); margin-bottom: 12px; }
.join__success h3 {
  font-family: var(--font-display);
  color: var(--gold-light); font-size: 1.3rem; margin-bottom: 10px;
}
.join__success p { color: var(--ivory-dim); }

.join__or {
  display: flex; align-items: center; gap: 12px;
  margin: 22px 0 18px;
}
.join__or-line { flex: 1; height: 1px; background: var(--border); }
.join__or-txt { font-size: .75rem; color: var(--ivory-dim); letter-spacing: .1em; }

.join__wa {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; background: #25D366; color: #fff;
  font-family: var(--font-title); font-size: .85rem;
  letter-spacing: .08em; border-radius: 8px;
  padding: 13px; transition: opacity .2s;
}
.join__wa:hover { opacity: .9; text-decoration: none; }

/* ── FOOTER ── */
.footer {
  position: relative; z-index: 2;
  text-align: center;
  padding: 48px 24px;
  border-top: 1px solid var(--border);
  background: rgba(10,7,16,.8);
}
.footer__birds { font-size: 1.4rem; margin-bottom: 16px; letter-spacing: .3em; }
.footer__text {
  font-family: var(--font-title);
  font-size: .85rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.footer__sub { color: var(--ivory-dim); font-style: italic; margin-bottom: 16px; font-size: .9rem; }
.footer__contact { font-size: .85rem; color: var(--ivory-dim); }
.footer__contact a { color: var(--gold-light); }
.footer__contact a:hover { color: var(--gold); }

/* ── MENTOR SECTION ── */
.mentor {
  padding: 80px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(19,14,34,.7) 50%, transparent 100%);
}
.mentor__wrap {
  display: flex;
  gap: 56px;
  align-items: flex-end;
  background: var(--bg-card-2);
  border: 1px solid var(--border-glow);
  border-radius: 20px;
  padding: 48px 52px;
  box-shadow: 0 0 60px rgba(123,79,160,.12);
}
.mentor__photo-wrap {
  position: relative;
  flex-shrink: 0;
  width: 260px;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 14px 14px 0;
  border: 1px solid var(--gold);
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, rgba(201,168,76,.07) 0%, transparent 40%);
  box-shadow:
    0 0 0 1px rgba(201,168,76,.15),
    inset 0 0 30px rgba(201,168,76,.05),
    0 0 40px rgba(201,168,76,.12);
}

/* Corner ornaments */
.mentor__photo-wrap::before,
.mentor__photo-wrap::after {
  content: '✦';
  position: absolute;
  font-size: .75rem;
  color: var(--gold);
  line-height: 1;
}
.mentor__photo-wrap::before { top: -8px; left: -8px; }
.mentor__photo-wrap::after  { top: -8px; right: -8px; }

/* Bottom bar of the frame */
.mentor__frame-bottom {
  position: absolute;
  bottom: -1px; left: -1px; right: -1px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
  border-radius: 0 0 4px 4px;
}

.mentor__ring { display: none; }
.mentor__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--border-glow);
  top: 50%; left: 50%;
}
.mentor__ring--outer {
  width: 290px; height: 290px;
  margin: -145px 0 0 -145px;
  animation: mentorRingSpin 16s linear infinite;
}
.mentor__ring--inner {
  width: 250px; height: 250px;
  margin: -125px 0 0 -125px;
  border-color: rgba(201,168,76,.12);
  animation: mentorRingSpin 10s linear infinite reverse;
}
@keyframes mentorRingSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.mentor__corner {
  position: absolute;
  font-size: .75rem;
  color: var(--gold);
  line-height: 1;
  z-index: 2;
}
.mentor__corner--bl { bottom: -8px; left: -8px; }
.mentor__corner--br { bottom: -8px; right: -8px; }

.mentor__photo {
  width: 260px;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  border: none;
  position: relative;
  top: auto; left: auto;
  transform: none;
  display: block;
  filter: drop-shadow(0 0 28px rgba(201,168,76,.25));
}
.mentor__info { flex: 1; }
.mentor__name {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--gold-light);
  margin-bottom: 14px;
  text-shadow: 0 0 30px rgba(201,168,76,.25);
}
.mentor__roles {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 14px;
}
.mentor__roles span {
  font-family: var(--font-title);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201,168,76,.08);
  border: 1px solid rgba(201,168,76,.2);
  border-radius: 20px;
  padding: 4px 13px;
}
.mentor__brand {
  font-family: var(--font-title);
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--amethyst);
  margin-bottom: 18px;
}
.mentor__quote {
  border-left: 2px solid var(--gold-dim);
  padding-left: 18px;
  font-style: italic;
  color: var(--ivory-dim);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 6px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .mentor__wrap { flex-direction: column; text-align: center; padding: 36px 28px; gap: 36px; }
  .mentor__roles { justify-content: center; }
  .mentor__brand { text-align: center; }
  .mentor__quote { text-align: left; }
  .mentor__info .section-label { text-align: center !important; }
  .what-is__grid { grid-template-columns: 1fr; gap: 36px; }
  .birds__grid { grid-template-columns: 1fr 1fr; }
  .birds__grid .bird-card:nth-child(4) { grid-column: auto; }
  .birds__grid .bird-card:nth-child(5) { grid-column: auto; }
  .uses__grid { grid-template-columns: 1fr 1fr; }
  .join__fields { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero { padding: 100px 20px 60px; }
  .hero__title-main { font-size: 2.2rem; }
  .hero__actions { flex-direction: column; align-items: center; }
  .birds__grid { grid-template-columns: 1fr; }
  .uses__grid { grid-template-columns: 1fr; }
  .states__timeline::before { left: 22px; }
  .state-item__dot { min-width: 44px; height: 44px; font-size: 1.1rem; }
  .join__form-wrap { padding: 30px 22px 26px; }
  .float-cluster { bottom: 16px; right: 14px; }
}

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}