
:root {
  --ink: #1f2417;
  --muted: #646b59;
  --olive: #3f4a2a;
  --olive-dark: #29311b;
  --gold: #b86400;
  --cream: #fbf7ec;
  --paper: #fffdf7;
  --line: rgba(63, 74, 42, 0.16);
  --shadow: rgba(0,0,0,.02) 0 0 0 1px, rgba(0,0,0,.06) 0 10px 24px, rgba(0,0,0,.10) 0 24px 55px;
  --radius: 28px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'DM Sans', system-ui, -apple-system, Segoe UI, sans-serif; color: var(--ink); background: radial-gradient(circle at 15% -5%, rgba(240,144,1,.20), transparent 32rem), var(--cream); }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; top: 0; background: #fff; padding: .75rem; z-index: 10; }
.skip-link:focus { left: .75rem; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 72px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: .75rem clamp(1rem, 4vw, 2.5rem); background: rgba(251, 247, 236, .86); backdrop-filter: blur(18px) saturate(160%); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 900; letter-spacing: -.02em; }
.brand img { height: 42px; width: auto; background: var(--olive); border-radius: 999px; padding: .35rem; box-shadow: 0 8px 18px rgba(63,74,42,.18); }
.site-nav { justify-self: center; display: flex; gap: .35rem; align-items: center; padding: .35rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.58); }
.site-nav a { text-decoration: none; color: var(--muted); font-weight: 750; padding: .65rem .9rem; border-radius: 999px; }
.site-nav a:hover { color: var(--olive-dark); background: white; }
.header-cta, .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .85rem 1.1rem; border-radius: 999px; text-decoration: none; font-weight: 850; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.header-cta, .btn.primary { background: var(--olive); color: white; box-shadow: 0 12px 24px rgba(63,74,42,.18); }
.btn.secondary { background: white; color: var(--olive-dark); border-color: var(--line); }
.btn.large { min-height: 54px; padding-inline: 1.6rem; }
.btn:hover, .header-cta:hover { transform: translateY(-2px); }
.nav-toggle { display: none; border: 0; background: var(--olive); color: #fff; border-radius: 999px; padding: .75rem 1rem; font-weight: 800; }
.hero, .page-shell { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.split-hero { min-height: calc(100svh - 72px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; padding: clamp(2rem, 5vw, 5rem) 0; }
.eyebrow { margin: 0 0 .8rem; color: var(--gold); text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 950; }
h1, h2, h3 { letter-spacing: -.045em; line-height: .98; margin: 0; }
h1 { font-size: clamp(3.1rem, 7.2vw, 6.7rem); max-width: 10ch; }
h2 { font-size: clamp(2.1rem, 4.6vw, 4.6rem); }
h3 { font-size: 1.45rem; line-height: 1.05; }
.lede { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.55; max-width: 62ch; margin: 1.2rem 0 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 1.2rem; }
.trust-strip { display: flex; flex-wrap: wrap; gap: .55rem; }
.trust-strip span { background: rgba(255,255,255,.72); border: 1px solid var(--line); padding: .55rem .8rem; border-radius: 999px; color: var(--muted); font-weight: 750; }
.collage { position: relative; min-height: 620px; }
.collage img { object-fit: cover; box-shadow: var(--shadow); border: 8px solid rgba(255,255,255,.72); }
.photo-main { width: 92%; height: 500px; border-radius: 36px; margin-left: auto; }
.photo-float { position: absolute; width: 42%; aspect-ratio: 1 / 1; border-radius: 28px; }
.photo-float.top { left: 0; top: 9%; }
.photo-float.bottom { right: 5%; bottom: 0; width: 52%; aspect-ratio: 4 / 3; }
.conversion-panel, .section-wrap, .image-band, .final-cta { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto clamp(3rem, 7vw, 6rem); }
.conversion-panel { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 1.5rem; align-items: center; padding: clamp(1.3rem, 3vw, 2rem); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.conversion-panel h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); }
.steps { margin: 0; padding-left: 1.2rem; color: var(--muted); line-height: 1.55; }
.section-heading { display: grid; gap: .8rem; margin-bottom: 1.6rem; max-width: 850px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; line-height: 1.6; margin: 0; }
.narrow { max-width: 700px; text-align: center; margin-inline: auto; }
.card-grid { display: grid; gap: 1rem; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.path-card { background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 24px; padding: 1.4rem; box-shadow: rgba(0,0,0,.04) 0 10px 30px; display: flex; flex-direction: column; gap: .8rem; }
.path-card.featured { background: var(--olive); color: white; }
.path-card p, .path-card li { color: var(--muted); line-height: 1.55; }
.path-card.featured p, .path-card.featured li { color: rgba(255,255,255,.78); }
.path-card a { margin-top: auto; font-weight: 900; color: var(--olive); text-decoration: none; }
.path-card.featured a { color: #fff; }
.card-kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .1em; font-weight: 950; font-size: .76rem; }
.evidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .85rem; }
.evidence-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 1.1rem; display: grid; gap: .5rem; }
.evidence-card span { color: var(--muted); line-height: 1.5; }
.image-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(1.4rem, 4vw, 3rem); align-items: center; background: var(--olive-dark); color: white; border-radius: 34px; padding: clamp(1rem, 3vw, 2rem); overflow: hidden; }
.image-band img { width: 100%; height: 420px; object-fit: cover; border-radius: 24px; }
.image-band p { color: rgba(255,255,255,.76); line-height: 1.6; }
.image-band .btn.secondary { color: var(--olive-dark); }
.final-cta { text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: 34px; padding: clamp(2rem, 5vw, 4rem); box-shadow: var(--shadow); }
.final-cta p { color: var(--muted); }
.page-shell { padding: clamp(2rem, 5vw, 4rem) 0; }
.page-hero { border-radius: 34px; padding: clamp(2rem, 6vw, 5rem); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); margin-bottom: 2rem; }
.page-hero.compact h1 { max-width: 13ch; }
.page-hero.pro-hero, .page-hero.summer-hero { background: linear-gradient(135deg, var(--olive-dark), var(--olive)); color: white; }
.page-hero.pro-hero .lede, .page-hero.summer-hero .lede { color: rgba(255,255,255,.78); }
.momence-card { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: clamp(1rem, 3vw, 1.8rem); box-shadow: var(--shadow); margin-bottom: 4rem; }
.momence-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.momence-header h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.momence-header p { margin: .4rem 0 0; color: var(--muted); }
:root { --momenceColorBackground: #fffdf7; --momenceColorPrimary: 63, 74, 42; --momenceColorBlack: 31, 36, 23; }
.faq-list { display: grid; gap: .75rem; max-width: 860px; margin: 0 auto; }
details { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1rem 1.1rem; }
summary { cursor: pointer; font-weight: 900; }
details p { color: var(--muted); line-height: 1.6; }
.teacher-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.teacher-card, .facility-grid article, .event-grid article { background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: rgba(0,0,0,.04) 0 10px 30px; }
.teacher-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: #eee; }
.teacher-card div, .facility-grid article, .event-grid article { padding: 1rem; }
.teacher-card p, .facility-grid p, .event-grid p { color: var(--muted); line-height: 1.5; }
.facility-grid, .event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 3rem; }
.facility-grid img, .event-grid img { width: 100%; height: 300px; object-fit: cover; border-radius: 18px; margin-bottom: 1rem; }
.pro-page .page-hero h1 { max-width: 12ch; }
.pro-section { margin-top: 2rem; }
.program-cards { align-items: stretch; }
.program-card ul { padding-left: 1.1rem; margin: .2rem 0 0; }
.card-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: auto; padding-top: .4rem; align-items: center; }
.card-actions a { display: inline-flex; align-items: center; min-height: 38px; margin-top: 0; }
.card-actions a:last-child { color: var(--gold); background: rgba(184,100,0,.10); border-radius: 999px; padding: .45rem .75rem; }
.path-card.featured .card-actions a:last-child { color: #fff; background: rgba(255,255,255,.16); opacity: 1; }
.pro-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: clamp(1.3rem, 4vw, 3rem); align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 34px; padding: clamp(1.4rem, 4vw, 2.4rem); box-shadow: var(--shadow); }
.pro-panel p { color: var(--muted); line-height: 1.6; }
.pipeline-map { display: grid; gap: .45rem; }
.pipe-node, .pipe-choices strong { display: block; padding: .85rem 1rem; border-radius: 18px; text-align: center; border: 1px solid var(--line); background: #fff; box-shadow: rgba(0,0,0,.03) 0 8px 22px; }
.pipe-node.terminal, .pipe-choices strong { background: var(--olive); color: #fff; border-color: transparent; }
.pipe-choices { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: .55rem; }
.pipe-choices span, .pipe-note { color: var(--muted); font-weight: 900; text-align: center; }
.pipe-note { font-size: .86rem; text-transform: uppercase; letter-spacing: .08em; }
.pipe-arrow { color: var(--gold); font-weight: 950; text-align: center; line-height: 1; font-size: 1.3rem; }
.audition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.audition-grid article, .accepted-specialties, .responsive-table, .no-class-weeks { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 1.1rem; box-shadow: rgba(0,0,0,.03) 0 8px 24px; }
.audition-grid h3 { font-size: 1.15rem; letter-spacing: -.02em; margin-bottom: .6rem; }
.audition-grid p, .audition-grid li, .accepted-specialties p { color: var(--muted); line-height: 1.5; }
.audition-grid ul { margin: 0; padding-left: 1.1rem; }
.accepted-specialties { margin-top: 1rem; }
.accepted-specialties a { color: var(--olive); font-weight: 900; }
.pro-image-band { margin-top: 2rem; }
.responsive-table { overflow-x: auto; padding: 0; }
.program-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.program-table th, .program-table td { text-align: left; padding: 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.program-table th { color: var(--olive-dark); background: rgba(63,74,42,.08); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.program-table tr:last-child td { border-bottom: 0; }
.no-class-weeks { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; }
.no-class-weeks span { color: var(--muted); background: rgba(63,74,42,.07); border-radius: 999px; padding: .5rem .75rem; }
.apply-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; margin-top: 1.3rem; }
.pro-email { display: inline-block; margin-top: 1rem; color: var(--olive); font-weight: 900; text-decoration: none; }
.back-link { display: inline-flex; width: fit-content; margin: 0 0 1rem; color: var(--olive); font-weight: 900; text-decoration: none; }
.detail-hero h1 { max-width: 13ch; }
.detail-grid { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto 2rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.detail-grid.three-info { grid-template-columns: repeat(3, 1fr); }
.detail-grid.lab-grid { grid-template-columns: repeat(3, 1fr); }
.detail-grid article { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 1.2rem; box-shadow: rgba(0,0,0,.04) 0 10px 28px; }
.detail-grid h3 { font-size: 1rem; letter-spacing: -.02em; margin-bottom: .45rem; }
.detail-grid p { margin: 0; color: var(--olive-dark); font-weight: 900; line-height: 1.35; }
.detail-grid span { display: block; margin-top: .45rem; color: var(--muted); line-height: 1.45; }
.detail-section { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: clamp(1.4rem, 4vw, 2.4rem); box-shadow: rgba(0,0,0,.03) 0 10px 30px; }
.detail-section + .detail-section { margin-top: -3rem; }
.detail-section h2 { font-size: clamp(1.8rem, 3vw, 3rem); margin-bottom: 1rem; }
.detail-section p, .polished-list li { color: var(--muted); line-height: 1.62; }
.detail-section a { color: var(--olive); font-weight: 900; }
.polished-list { margin: 0; padding-left: 1.2rem; display: grid; gap: .55rem; }
.price-tag, .deadline-tag { display: inline-block; border-radius: 999px; padding: .28rem .55rem; font-weight: 900; font-size: .9rem; }
.price-tag { color: var(--olive-dark); background: rgba(63,74,42,.10); }
.free-tag { color: #1d5c31; background: rgba(29,92,49,.12); }
.deadline-tag { color: #8a3b00; background: rgba(184,100,0,.12); }
.school-options-table { min-width: 980px; }
.summer-page .page-hero h1 { max-width: 13ch; }
.summer-program-cards { align-items: stretch; margin-bottom: clamp(3rem, 7vw, 6rem); }
.summer-image-band { margin-top: 2rem; }
.summer-detail-page .detail-section + .detail-section { margin-top: -3rem; }
.tuition-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1.2rem; }
.tuition-grid article { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 1.1rem; box-shadow: rgba(0,0,0,.03) 0 8px 24px; }
.tuition-grid strong, .tuition-grid span, .tuition-grid small { display: block; }
.tuition-grid strong { color: var(--muted); font-size: .92rem; }
.tuition-grid span { color: var(--olive-dark); font-weight: 950; font-size: 1.35rem; margin-top: .35rem; }
.tuition-grid small { color: var(--muted); line-height: 1.45; margin-top: .35rem; }
.audience-lens { position: fixed; right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); z-index: 50; width: 54px; min-height: 54px; padding: .55rem; border: 1px solid rgba(31,36,23,.16); border-radius: 28px; background: rgba(255,253,247,.94); box-shadow: 0 18px 50px rgba(31,36,23,.18); backdrop-filter: blur(18px); overflow: hidden; transition: width .22s ease, border-radius .22s ease; }
.audience-lens.open { width: min(360px, calc(100vw - 24px)); border-radius: 24px; }
.lens-header { display: flex; align-items: center; justify-content: center; gap: .65rem; }
.audience-lens.open .lens-header { justify-content: space-between; padding: 0 .25rem; }
.audience-lens:not(.open) .lens-header b { display: none; }
.lens-header b { color: var(--olive-dark); font-size: .85rem; font-weight: 900; letter-spacing: .04em; }
.lens-toggle { width: 44px; height: 44px; border: 0; border-radius: 999px; background: var(--olive-dark); color: #fff; font-weight: 900; cursor: pointer; display: grid; place-items: center; font-size: 1rem; }
.lens-toggle:hover, .lens-toggle:focus-visible { background: #1c2014; outline: none; }
.lens-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; margin-top: .65rem; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .22s ease, opacity .22s ease; }
.audience-lens.open .lens-buttons { max-height: 80px; opacity: 1; }
.lens-buttons button { border: 1px solid rgba(31,36,23,.18); background: #fffdf8; border-radius: 14px; padding: .65rem .4rem; cursor: pointer; font-weight: 800; font-size: .85rem; color: var(--olive-dark); transition: background .15s ease, color .15s ease, border-color .15s ease; }
.lens-buttons button:hover { background: #f5efde; }
.lens-buttons button.active[data-set-mode="regular"] { background: var(--olive-dark); color: #fff; border-color: var(--olive-dark); }
.lens-buttons button.active[data-set-mode="tiger"] { background: var(--gold); color: #fff; border-color: var(--gold); }
.lens-buttons button.active[data-set-mode="eleven"] { background: #a32028; color: #fff; border-color: #a32028; }
.lens-note { margin: .65rem 0 0; color: #6f7067; line-height: 1.45; font-size: .78rem; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .22s ease, opacity .22s ease; }
.audience-lens.open .lens-note { max-height: 90px; opacity: 1; }
@media (max-width: 620px) { .audience-lens { right: 10px; bottom: 10px; } }
body.tiger-mode .eyebrow { color: var(--gold); }
body.tiger-mode .page-hero.pro-hero, body.tiger-mode .page-hero.summer-hero { background: linear-gradient(135deg, #1f2417, #3f4a2a 58%, #6f3f05); }
body.tiger-mode .hero-copy h1, body.tiger-mode .page-hero h1 { text-wrap: balance; }
body.eleven-mode { background: #fbf6ee; }
body.eleven-mode .hero, body.eleven-mode .page-hero { background: linear-gradient(135deg, #14110d, #2b160f 50%, #6a0a13); color: #fff8e7; border-radius: 34px; padding: clamp(2rem, 6vw, 5rem); margin: 0 auto 2rem; }
body.eleven-mode .hero { padding: clamp(2rem, 6vw, 5rem); }
body.eleven-mode .hero-copy h1, body.eleven-mode .page-hero h1 { color: #fff8e7; text-wrap: balance; letter-spacing: -.01em; font-weight: 900; }
body.eleven-mode .hero-copy .lede, body.eleven-mode .page-hero .lede { color: rgba(255,248,231,.86); font-weight: 600; }
body.eleven-mode .hero .eyebrow, body.eleven-mode .page-hero .eyebrow { color: #ffb84d; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; }
body.eleven-mode .eyebrow { color: #a32028; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; }
body.eleven-mode .btn.primary { background: #a32028; border-color: #a32028; color: #fff; }
body.eleven-mode .btn.primary:hover { background: #7a161c; border-color: #7a161c; }
body.eleven-mode .hero .btn.secondary, body.eleven-mode .page-hero .btn.secondary { background: rgba(255,248,231,.96); color: #14110d; border-color: rgba(255,248,231,.4); }
body.eleven-mode .trust-strip span { color: rgba(255,248,231,.85); }
.site-footer { background: var(--olive-dark); color: rgba(255,255,255,.80); padding: clamp(2rem, 5vw, 4rem); margin-top: 4rem; }
.footer-grid { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.footer-logo { height: 38px; width: auto; filter: brightness(0) invert(1); margin-bottom: 1rem; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer a { display: block; color: rgba(255,255,255,.80); text-decoration: none; margin: .55rem 0; }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; grid-column: 1 / -1; justify-self: stretch; border-radius: 20px; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { text-align: center; }
  .header-cta { display: none; }
  .split-hero, .conversion-panel, .image-band, .pro-panel { grid-template-columns: 1fr; }
  h1 { max-width: none; }
  .collage { min-height: auto; }
  .photo-main { width: 100%; height: 380px; }
  .photo-float { display: none; }
  .card-grid.four, .card-grid.three, .evidence-grid, .teacher-grid, .audition-grid, .detail-grid, .detail-grid.three-info, .detail-grid.lab-grid, .tuition-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .brand span { display: none; }
  .hero, .page-shell, .conversion-panel, .section-wrap, .image-band, .final-cta { width: min(100% - 1rem, var(--max)); }
  h1 { font-size: clamp(2.65rem, 15vw, 4.2rem); }
  .card-grid.four, .card-grid.three, .evidence-grid, .teacher-grid, .facility-grid, .event-grid, .footer-grid, .audition-grid, .detail-grid, .detail-grid.three-info, .detail-grid.lab-grid, .tuition-grid { grid-template-columns: 1fr; }
  .momence-header { align-items: flex-start; flex-direction: column; }
  .image-band img { height: 280px; }
  .pro-page .page-hero h1 { max-width: none; }
  .program-table { min-width: 620px; }
  .school-options-table { min-width: 860px; }
  .pipe-choices { grid-template-columns: 1fr; }
  .no-class-weeks { align-items: stretch; flex-direction: column; }
}
