/* ================================================================
   academy.css — Aria Studio Academy: Premium Course Landing
   Loaded after styles.css and ai-studio.css.
   ================================================================ */

body.academy-page { background: var(--obsidian); }

/* ── HERO: two-column, image fills right edge ─────────────────── */
.aca-hero {
  background: var(--espresso);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(640px + var(--header-h));
  padding-top: var(--header-h);
}
.aca-hero-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.aca-hero-content {
  max-width: 600px;
  width: 100%;
  padding: 64px 64px 64px 40px;
}
.aca-hero-content .eyebrow { margin-bottom: 16px; }
.aca-hero-h1 {
  font-size: clamp(30px, 3.6vw, 44px);
  color: var(--ivory);
  line-height: 1.12;
  margin-bottom: 20px;
}
.aca-hero-h1 em { color: var(--champagne); font-style: italic; }
.aca-hero-lead {
  font-size: 17px;
  line-height: 1.72;
  color: rgba(248, 242, 234, 0.78);
  margin-bottom: 24px;
  max-width: 510px;
}
.aca-hero-benefits {
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aca-hero-benefits li {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(248, 242, 234, 0.80);
  display: flex;
  align-items: center;
  gap: 10px;
}
.aca-hero-benefits li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--gold);
}
.aca-hero-ctas {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.aca-hero-pills {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(185, 133, 69, 0.70);
}
.aca-hero-right {
  overflow: hidden;
  position: relative;
}
.aca-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 38% top;
  display: block;
}
.aca-hero-right::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 120px;
  background: linear-gradient(to right, var(--espresso), transparent);
  pointer-events: none;
}

/* ── TRUST BAR ───────────────────────────────────────────────── */
.aca-trust {
  background: var(--cocoa);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.aca-trust-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aca-stat {
  flex: 1;
  padding: 22px 20px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.aca-stat:last-child { border-right: none; }
.aca-stat-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 400;
  color: var(--champagne);
  line-height: 1;
  margin-bottom: 4px;
}
.aca-stat-label {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--taupe);
}

/* ── EDUCATOR ────────────────────────────────────────────────── */
.aca-educator {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
.aca-educator-img {
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 4/5;
  border: 1px solid var(--line);
}
.aca-educator-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.aca-educator-body .eyebrow { margin-bottom: 10px; }
.aca-educator-body h2 { color: var(--ivory); line-height: 1.15; }
.aca-educator-body .gold-rule-left { margin-top: 14px; margin-bottom: 22px; }
.aca-educator-bio {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(248, 242, 234, 0.78);
  margin-bottom: 14px;
}
.aca-cred-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
}
.aca-cred-item {
  padding: 16px;
  border-right: 1px solid var(--line);
  text-align: center;
}
.aca-cred-item:last-child { border-right: none; }
.aca-cred-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--champagne);
  line-height: 1;
  margin-bottom: 5px;
}
.aca-cred-label {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--taupe);
  line-height: 1.4;
}

/* ── WHO IT'S FOR ── 3 audience cards ───────────────────────── */
.aca-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.aca-audience-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold);
  border-radius: 2px;
  padding: 32px;
}
.aca-audience-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(185, 133, 69, 0.55);
  border-radius: 50%;
  margin-bottom: 20px;
  color: var(--gold);
}
.aca-audience-card h3 {
  font-size: clamp(19px, 1.8vw, 22px);
  color: var(--ivory);
  margin-bottom: 12px;
  line-height: 1.2;
}
.aca-audience-card p {
  font-size: 15px;
  line-height: 1.72;
  color: rgba(248, 242, 234, 0.70);
  margin: 0;
}

/* ── SECTION LEAD ────────────────────────────────────────────── */
.aca-section-lead {
  font-size: 16px;
  line-height: 1.72;
  color: rgba(248, 242, 234, 0.62);
  max-width: 560px;
  margin: 16px auto 0;
}

/* ── LEARNING ROADMAP ── 4-stage horizontal ──────────────────── */
.aca-roadmap-wrap {
  max-width: 1180px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.aca-roadmap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 2px;
  min-width: 720px;
}
.aca-stage {
  padding: 36px 28px 40px;
  border-right: 1px solid var(--line);
}
.aca-stage:last-child { border-right: none; }
.aca-stage-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 300;
  color: rgba(185, 133, 69, 0.18);
  line-height: 1;
  margin-bottom: 8px;
}
.aca-stage-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 500;
  color: var(--ivory);
  margin-bottom: 18px;
  line-height: 1.25;
}
.aca-stage-items {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.aca-stage-items li {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(248, 242, 234, 0.62);
  padding-left: 16px;
  position: relative;
}
.aca-stage-items li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: rgba(185, 133, 69, 0.45);
}
.aca-curriculum-note {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-style: italic;
  color: var(--taupe);
  text-align: center;
  margin-top: 24px;
}

/* ── COURSE AT A GLANCE ──────────────────────────────────────── */
.aca-glance-wrap {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
}
.aca-glance-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid var(--line);
}
.aca-glance-row:last-child { border-bottom: none; }
.aca-glance-row:nth-child(even) { background: rgba(185, 133, 69, 0.025); }
.aca-glance-key {
  padding: 15px 24px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--champagne);
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
}
.aca-glance-val {
  padding: 15px 24px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(248, 242, 234, 0.76);
  display: flex;
  align-items: center;
}

/* ── CTA STRIP ───────────────────────────────────────────────── */
.aca-cta-strip {
  background: linear-gradient(135deg, rgba(185, 133, 69, 0.09), rgba(185, 133, 69, 0.03));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 52px 40px;
  text-align: center;
}
.aca-cta-strip h3 {
  font-size: clamp(24px, 2.6vw, 34px);
  color: var(--ivory);
  margin-bottom: 10px;
}
.aca-cta-strip p {
  font-size: 16px;
  color: rgba(248, 242, 234, 0.65);
  max-width: 480px;
  margin: 0 auto 28px;
  line-height: 1.7;
}
.aca-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── STUDENT GALLERY ── 6 cards, 4:5 aspect ratio ────────────── */
.aca-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto 16px;
}
.aca-gallery-card { cursor: pointer; }
.aca-gallery-img {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 2px;
  background: var(--espresso);
  margin-bottom: 14px;
}
.aca-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.4s ease;
}
.aca-gallery-card:hover .aca-gallery-img img { transform: scale(1.04); }
.aca-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 12, 10, 0.62), transparent 55%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.aca-gallery-card:hover .aca-gallery-overlay { opacity: 1; }
.aca-gallery-name {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--ivory);
  margin-bottom: 3px;
}
.aca-gallery-meta {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: var(--taupe);
  line-height: 1.4;
}
.aca-gallery-note {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-style: italic;
  color: var(--taupe);
  text-align: center;
  margin: 16px auto 40px;
  max-width: 1180px;
}

/* ── TESTIMONIALS ────────────────────────────────────────────── */
.aca-testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 940px;
  margin: 0 auto 40px;
}
.aca-testimonial {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-left: 2px solid var(--gold);
  padding: 24px 28px;
}
.aca-testimonial-text {
  font-size: 15px;
  line-height: 1.78;
  color: rgba(248, 242, 234, 0.78);
  font-style: italic;
  margin-bottom: 16px;
}
.aca-testimonial-credit {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--champagne);
}
.aca-gallery-cta { text-align: center; }

/* ── FAQ: enhanced from base .academy-faq ───────────────────── */
.aca-faq-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.academy-page .academy-faq details {
  padding: 0;
  border-bottom: 1px solid var(--line);
}
.academy-page .academy-faq details:first-child { border-top: 1px solid var(--line); }
.academy-page .academy-faq summary {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 40px 20px 0;
  line-height: 1.45;
  position: relative;
}
.academy-page .academy-faq summary::after {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 22px;
  line-height: 1;
}
.academy-page .academy-faq details p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(248, 242, 234, 0.68);
  padding: 4px 0 20px;
  margin-top: 0;
}

/* ── ENQUIRY FORM ────────────────────────────────────────────── */
.aca-form-wrap { max-width: 720px; margin: 0 auto; }
.aca-form-wrap .form-grid { gap: 16px 24px; }
.aca-form-reassurance {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: var(--taupe);
  text-align: center;
  margin-top: 18px;
  font-style: italic;
  line-height: 1.6;
}

/* ── LIGHTBOX ────────────────────────────────────────────────── */
.aca-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.aca-lightbox.open { opacity: 1; pointer-events: all; }
.aca-lightbox img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  display: block;
}
.aca-lightbox-close {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 32px;
  color: var(--ivory);
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  opacity: 0.7;
  font-weight: 300;
}
.aca-lightbox-close:hover { opacity: 1; }

/* ── MOBILE: ≤ 768px ─────────────────────────────────────────── */
@media (max-width: 768px) {
  .aca-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: var(--header-h);
  }
  .aca-hero-left { justify-content: flex-start; order: 1; }
  .aca-hero-content {
    padding: 48px 20px 36px;
    max-width: 100%;
  }
  .aca-hero-right { min-height: 320px; order: 2; }
  .aca-hero-right::after { display: none; }
  .aca-hero-h1 { font-size: clamp(28px, 8vw, 38px); }
  .aca-hero-lead { font-size: 16px; }
  .aca-hero-ctas { flex-direction: column; }
  .aca-hero-ctas .btn { width: 100%; justify-content: center; }

  .aca-trust-inner { padding: 0 16px; flex-wrap: wrap; }
  .aca-stat { flex: 0 0 50%; border-right: none; border-bottom: 1px solid var(--line); }
  .aca-stat:nth-child(odd) { border-right: 1px solid var(--line); }
  .aca-stat:nth-last-child(-n+2) { border-bottom: none; }

  .aca-educator { grid-template-columns: 1fr; gap: 32px; }
  .aca-educator-img { aspect-ratio: 3/2; max-height: 280px; }
  .aca-educator-img img { object-position: center 20%; }

  .aca-audience-grid { grid-template-columns: 1fr; gap: 16px; }

  .aca-roadmap { min-width: auto; grid-template-columns: 1fr; }
  .aca-stage { border-right: none; border-bottom: 1px solid var(--line); }
  .aca-stage:last-child { border-bottom: none; }

  .aca-glance-row { grid-template-columns: 140px 1fr; }
  .aca-glance-key { padding: 13px 16px; font-size: 11px; }
  .aca-glance-val { padding: 13px 16px; font-size: 13px; }

  .aca-cta-strip { padding: 40px 20px; }
  .aca-cta-btns { flex-direction: column; align-items: stretch; }
  .aca-cta-btns .btn { justify-content: center; }

  .aca-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .aca-testimonials { grid-template-columns: 1fr; }

  .aca-form-wrap .form-grid { grid-template-columns: 1fr; }
  .aca-form-wrap .form-group.full { grid-column: 1; }
}

@media (max-width: 480px) {
  .aca-hero-content { padding: 40px 16px 28px; }
  .aca-hero-h1 { font-size: 28px; }
  .aca-gallery { grid-template-columns: 1fr; }
  .aca-glance-row { grid-template-columns: 1fr; }
  .aca-glance-key { border-right: none; border-bottom: 1px solid var(--line); }
}
