// School Profile — print-friendly one-pager for college admissions

const SchoolProfilePage = () => (
  <div className="profile-page">
    <Nav/>
    <div className="container">
      <div className="profile-print-bar">
        <div>
          <div className="page-eyebrow"><span className="bar"></span>SCHOOL PROFILE · 2026–27</div>
          <div style={{ marginTop: 8, fontSize: 13, color: 'var(--ink-2)' }}>For college admissions officers · also valid as a press fact sheet.</div>
        </div>
        <button className="btn btn-secondary btn-sm" onClick={() => window.print()}>
          <Icon name="arrowUpRight" size={14}/> Print / save PDF
        </button>
      </div>
    </div>

    <article className="profile-sheet" data-screen-label="01 Profile sheet">
      <h1>The VR School</h1>
      <div className="subtitle">SCHOOL PROFILE · ACADEMIC YEAR 2026–27 · CEEB / ATP CODE TBD · ACS WASC 43 46070 999</div>

      <section className="profile-section">
        <h3>Contact</h3>
        <div className="profile-grid">
          <div className="profile-field">
            <span className="k">Address</span>
            <span className="v">520 Lasuen Mall #200<br/>Stanford, CA 94309<br/>United States</span>
          </div>
          <div className="profile-field">
            <span className="k">Phone</span>
            <span className="v mono">(650) 422-9180</span>
            <span className="k" style={{ marginTop: 8 }}>Admissions</span>
            <span className="v mono">admissions@thevr.school</span>
            <span className="k" style={{ marginTop: 8 }}>School counselor / records</span>
            <span className="v mono">freedom@thevr.school</span>
          </div>
        </div>
      </section>

      <section className="profile-section">
        <h3>School at a glance</h3>
        <div className="profile-grid three">
          <div className="profile-field"><span className="k">Founded</span><span className="v">2017</span></div>
          <div className="profile-field"><span className="k">Type</span><span className="v">Independent · WASC accredited</span></div>
          <div className="profile-field"><span className="k">Grades</span><span className="v">6 through 12</span></div>
          <div className="profile-field"><span className="k">Delivery</span><span className="v">Online · spatial campus</span></div>
          <div className="profile-field"><span className="k">Enrollment</span><span className="v">402 students · 20 countries</span></div>
          <div className="profile-field"><span className="k">Average cohort size</span><span className="v">12 students</span></div>
          <div className="profile-field"><span className="k">Student-to-teacher ratio</span><span className="v">8 to 1</span></div>
          <div className="profile-field"><span className="k">Class of 2026</span><span className="v">48 seniors</span></div>
          <div className="profile-field"><span className="k">Calendar</span><span className="v">2 semesters · Aug–Dec, Jan–May</span></div>
        </div>
      </section>

      <section className="profile-section">
        <h3>Accreditation & approvals</h3>
        <div className="profile-grid">
          <div className="profile-field"><span className="k">Accreditor</span><span className="v">ACS WASC (current term through 2028–29)</span></div>
          <div className="profile-field"><span className="k">School code</span><span className="v mono">43 46070 999</span></div>
          <div className="profile-field"><span className="k">UC A–G</span><span className="v">All 7 subject areas approved · 369 courses</span></div>
          <div className="profile-field"><span className="k">UC Honors</span><span className="v">40 courses (Areas B, C, D, E, G)</span></div>
          <div className="profile-field"><span className="k">AP courses</span><span className="v">24 courses · 2025 pass rate 87%</span></div>
          <div className="profile-field"><span className="k">Dual enrollment</span><span className="v">California Community Colleges via CVC</span></div>
        </div>
      </section>

      <section className="profile-section">
        <h3>Curriculum</h3>
        <p>The VR School offers a full UC A–G college-preparatory curriculum of 369 courses across all seven subject areas. Instruction is delivered through a combination of live cohort sessions, asynchronous coursework, and immersive instruction inside the school's six Marble worlds — photorealistic 3D environments generated by World Labs Marble and delivered to any browser via Spark.js (no headset required).</p>
        <p>Forty courses carry UC Honors weighting. Twenty-four AP courses are offered. A flagship "School of AI" track — Generative AI Foundations, AI Design &amp; Development, and AI &amp; Machine Learning Honors — is open to grades 10–12.</p>
      </section>

      <section className="profile-section">
        <h3>Grading & rigor</h3>
        <div className="profile-grid">
          <div className="profile-field"><span className="k">Scale</span><span className="v">A–F · letter grades</span></div>
          <div className="profile-field"><span className="k">GPA</span><span className="v">4.0 unweighted · 5.0 weighted (UC Honors / AP)</span></div>
          <div className="profile-field"><span className="k">Diploma minimum</span><span className="v">230 credits (UC A–G + electives)</span></div>
          <div className="profile-field"><span className="k">Class rank</span><span className="v">Not reported</span></div>
        </div>
      </section>

      <section className="profile-section">
        <h3>Outcomes · class of 2025</h3>
        <div className="profile-grid">
          <div className="profile-field"><span className="k">Graduation rate</span><span className="v">98%</span></div>
          <div className="profile-field"><span className="k">College matriculation</span><span className="v">94% to four-year colleges</span></div>
          <div className="profile-field"><span className="k">Mean SAT</span><span className="v">1410 (test-optional school)</span></div>
          <div className="profile-field"><span className="k">UC matriculation</span><span className="v">28% to a UC campus</span></div>
        </div>
        <p style={{ marginTop: 16 }}>Recent matriculation has included UCLA, UC Berkeley, UC San Diego, Stanford, MIT, Caltech, Yale, the University of Edinburgh, NUS Singapore, and the University of Hong Kong.</p>
      </section>

      <section className="profile-section">
        <h3>Proficiency · 2024–25 internal assessment</h3>
        <div className="profile-grid three">
          <div className="profile-field"><span className="k">Mathematics</span><span className="v">91% proficient or advanced</span></div>
          <div className="profile-field"><span className="k">Science</span><span className="v">89% proficient or advanced</span></div>
          <div className="profile-field"><span className="k">English / ELA</span><span className="v">86% proficient or advanced</span></div>
        </div>
        <p style={{ marginTop: 16, fontSize: 13, color: 'var(--ink-3)' }}>U.S. national averages for comparison: 26% math, 30% science, 33% ELA (NAEP 2024).</p>
      </section>

      <section className="profile-section">
        <h3>Faculty</h3>
        <div className="profile-grid three">
          <div className="profile-field"><span className="k">Full-time faculty</span><span className="v">52</span></div>
          <div className="profile-field"><span className="k">Hold advanced degrees</span><span className="v">100%</span></div>
          <div className="profile-field"><span className="k">Hold doctorate</span><span className="v">38%</span></div>
        </div>
      </section>

      <section className="profile-section">
        <h3>Where to send transcripts / verification</h3>
        <p>For official transcript requests, recommendation forms, and accreditation verification, please contact the school counselor's office at <b style={{ color: 'var(--ink-0)' }}>freedom@thevr.school</b> or by phone at <b style={{ color: 'var(--ink-0)' }}>(650) 422-9180</b>. WASC accreditation is verifiable in the public ACS WASC directory under code 43 46070 999.</p>
      </section>

      <div style={{ paddingTop: 32, marginTop: 32, borderTop: '1px solid var(--line)', fontFamily: 'Geist Mono', fontSize: 11, color: 'var(--ink-4)', letterSpacing: '0.04em', lineHeight: 1.8 }}>
        THE VR SCHOOL · 520 LASUEN MALL #200 · STANFORD, CA 94309 · UNITED STATES<br/>
        ACS WASC · CODE 43 46070 999 · UC A–G · ALL SEVEN AREAS · WORLD LABS MARBLE PARTNER<br/>
        DOCUMENT VERSION · SP-2026-27-V1 · UPDATED MAY 2026
      </div>
    </article>

    <Footer/>
  </div>
);

ReactDOM.createRoot(document.getElementById('root')).render(<SchoolProfilePage/>);
