@font-face {
  font-family:Archivo;
  src:url('/assets/comercial/archivo.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
:root {
  --paper:#f5f6f7;
  --ink:#151718;
  --muted:#60666c;
  --line:#dadde0;
  --lime:#c5ff00;
  --night:#101112;
  --radius:12px;
  --nav:248px;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:auto;
  scroll-padding-top:96px;
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Archivo,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a {
  color:inherit;
  text-decoration:none;
}
button,input,select,textarea {
  font:inherit;
}
button,a {
  -webkit-tap-highlight-color:transparent;
}
button {
  cursor:pointer;
}
img,video {
  display:block;
  max-width:100%;
}
button,a,input,select,textarea,summary {
  outline-offset:5px;
}
:focus-visible {
  outline:3px solid #6b8c00;
}
p {
  line-height:1.6;
}
h1,h2,h3,p {
  margin-top:0;
}
h1,h2,h3 {
  letter-spacing:-.045em;
  text-wrap:balance;
}
h1 {
  font-size:clamp(44px,4.5vw,76px);
  line-height:1.06;
  font-weight:740;
  margin-bottom:28px;
}
h2 {
  font-size:clamp(36px,4vw,60px);
  line-height:1.07;
  font-weight:690;
}
h3 {
  font-size:clamp(30px,3vw,45px);
  line-height:1.1;
  font-weight:650;
}
.wrap {
  width:min(100% - 96px,1200px);
  margin-inline:auto;
}
.skip-link {
  position:fixed;
  top:-90px;
  left:20px;
  z-index:100;
  padding:16px;
  background:var(--lime);
}
.skip-link:focus {
  top:10px;
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:36px;
  min-height:50px;
  padding:16px 24px;
  border:0;
  border-radius:var(--radius);
  font-weight:650;
  font-size:15px;
  background:var(--lime);
  color:#131600;
  transition:background .2s,transform .2s;
}
.button:hover {
  background:#b1e700;
  transform:translateY(-2px);
}
.button span {
  font-size:20px;
  line-height:1;
}
.text-button {
  background:none;
  border:0;
  color:var(--muted);
  padding:12px;
  font-size:13px;
  text-decoration:underline;
  text-underline-offset:4px;
}
.eyebrow {
  display:block;
  font-size:13px;
  letter-spacing:.03em;
  font-weight:600;
  margin-bottom:22px;
}
.caption {
  font-size:13px;
  color:var(--muted);
  margin:15px 0 0;
}
.school-nav {
  position:fixed;
  z-index:40;
  inset:0 auto 0 0;
  width:var(--nav);
  padding:32px 24px;
  display:flex;
  flex-direction:column;
  color:white;
  background:var(--night);
}
.school-brand {
  display:block;
  width:164px;
  margin-bottom:40px;
}
.nav-label {
  font-size:13px;
  color:#b4b9bb;
  margin-bottom:26px;
}
.school-nav nav {
  display:flex;
  flex-direction:column;
  gap:7px;
}
.school-nav nav a {
  padding:14px 0;
  font-size:14px;
  transition:color .2s;
}
.school-nav nav a:hover,.school-nav nav a.selected {
  color:var(--lime);
}
.student-link {
  margin-top:auto;
  font-size:14px;
  padding:20px 0;
}
.back-masogo {
  font-size:12px;
  color:#a0a6aa;
  padding-top:20px;
  border-top:1px solid #303435;
}
.school-shell {
  margin-left:var(--nav);
}
.school-header {
  height:64px;
  position:sticky;
  top:0;
  z-index:30;
  background:#ffffffed;
  backdrop-filter:blur(16px);
  border-bottom:1px solid #e9ebed;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 32px;
  font-size:14px;
}
.mobile-brand {
  display:none;
}
.education-hero {
  padding-top:52px;
  padding-bottom:92px;
}
.hero-description {
  font-size:20px;
  color:var(--muted);
  max-width:960px;
  line-height:1.45;
  margin-bottom:28px;
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}
.film {
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  background:#d6dcd1;
  isolation:isolate;
  aspect-ratio:16/11;
}
.film video {
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-film {
  aspect-ratio:16/9;
}
.film-caption {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  color:white;
  padding:60px 24px 22px;
  background:linear-gradient(transparent,#0009);
  font-size:14px;
  font-weight:600;
}
.hero-film .film-caption {
  display:none;
}
.section-intro {
  max-width:780px;
  margin-bottom:42px;
}
.section-intro h2 {
  margin-bottom:22px;
}
.section-intro>p {
  max-width:620px;
  font-size:18px;
  color:var(--muted);
}
.track-index {
  display:flex;
  flex-wrap:wrap;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  gap:6px 22px;
  padding:20px 0;
  margin-bottom:60px;
}
.track-index a {
  font-size:13px;
  padding:8px 0;
  color:var(--muted);
}
.track-index a:hover {
  color:var(--ink);
}
.track-index span {
  color:#81888d;
  margin-right:8px;
  font-size:11px;
}
.track {
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:48px;
  align-items:center;
  padding:48px 0 76px;
  border-bottom:1px solid var(--line);
  margin-bottom:28px;
}
.track-reverse .track-copy {
  order:2;
}
.track-number {
  display:block;
  font-size:17px;
  font-weight:650;
  margin-bottom:36px;
}
.track-number span {
  color:#858b8f;
  font-size:12px;
  margin-left:8px;
}
.track .eyebrow {
  margin-bottom:16px;
}
.track h3 {
  margin-bottom:20px;
}
.track-copy>p:not(.eyebrow) {
  font-size:16px;
  color:var(--muted);
}
.skill-list {
  list-style:none;
  padding:0;
  margin:24px 0;
}
.skill-list li {
  position:relative;
  padding:10px 0 10px 24px;
  font-size:14px;
  line-height:1.45;
}
.skill-list li:before {
  content:'↗';
  position:absolute;
  left:0;
  font-size:17px;
}
.track details {
  border-top:1px solid var(--line);
  padding-top:18px;
  font-size:13px;
}
.track summary {
  font-weight:600;
  list-style:none;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:16px;
}
.track details p {
  color:var(--muted);
  margin:16px 0 0;
}
.track details[open] summary span {
  transform:rotate(90deg);
}
.tools-section {
  padding:100px 0;
  background:#eceef0;
  margin-top:72px;
}
.tool-feature {
  border-radius:20px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:540px;
  margin-top:28px;
  color:white;
}
.tool-story {
  padding:48px;
}
.tool-story h3 {
  font-size:clamp(38px,3.8vw,58px);
  margin:34px 0 22px;
}
.tool-story>p {
  font-size:16px;
  color:#cad0e0;
}
.tool-story .skill-list {
  margin:20px 0;
}
.tool-story .skill-list li {
  font-size:13px;
}
.availability {
  display:block;
  font-size:11px;
  color:#bbc5dd;
  margin-top:26px;
  line-height:1.5;
}
.rec-feature {
  background:#101b32;
}
.rec-brand {
  font-weight:750;
  font-size:32px;
  letter-spacing:-.04em;
  display:flex;
  align-items:center;
  gap:12px;
}
.rec-brand>span {
  display:flex;
  align-items:center;
  gap:4px;
  height:27px;
}
.rec-brand i {
  width:5px;
  border-radius:3px;
  background:#8cc7ff;
  height:16px;
}
.rec-brand i:nth-child(2) {
  height:27px;
}
.rec-art {
  background:radial-gradient(ellipse at 60% 50%,#345d92,transparent 67%);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.rec-orbit {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  width:90%;
  aspect-ratio:1;
  border:1px solid #6284b452;
  border-radius:50%;
  box-shadow:0 0 0 40px #719cc40a,0 0 0 80px #719cc407;
}
.rec-orbit b {
  font-size:clamp(80px,10vw,160px);
  font-weight:750;
  letter-spacing:-.07em;
  color:#e0efff;
}
.rec-orbit span {
  font-size:9px;
  letter-spacing:.07em;
  color:#b7d5fb;
}
.soundwave {
  height:80px;
  display:flex;
  gap:5px;
  align-items:center;
  margin-top:-15%;
  width:75%;
  justify-content:center;
}
.soundwave i {
  width:4px;
  height:var(--wave);
  background:#8cc7ff;
  border-radius:10px;
}
.octtus-feature {
  background:#15131e;
}
.octtus-brand {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:30px;
  letter-spacing:-.035em;
  font-weight:650;
}
.octtus-art {
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  background:radial-gradient(ellipse at center,#442f65,transparent 70%);
}
.octtus-art>img {
  width:58%;
  height:auto;
  position:relative;
  z-index:2;
  filter:drop-shadow(0 24px 40px #06020b88);
}
.octtus-orbit {
  position:absolute;
  width:95%;
  aspect-ratio:1;
  border:1px solid #bc92ea33;
  border-radius:50%;
  transform:rotateX(50deg) rotateZ(-20deg);
}
.orbit-two {
  width:135%;
  transform:rotateX(50deg) rotateZ(20deg);
}
.octtus-art>span {
  position:absolute;
  bottom:55px;
  font-size:12px;
  color:#c7b3e1;
}
.school-section {
  padding:110px 0;
}
.school-features {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  margin:50px 0 40px;
}
.school-features article {
  border-top:1px solid var(--line);
  padding-top:24px;
}
.school-features article>span {
  font-size:12px;
  color:var(--muted);
}
.school-features h3 {
  font-size:24px;
  margin:28px 0 14px;
}
.school-features p {
  font-size:15px;
  color:var(--muted);
}
.catalog-strip {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.catalog-strip figure {
  margin:0;
  position:relative;
  border-radius:12px;
  overflow:hidden;
  aspect-ratio:4/3;
}
.catalog-strip img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.catalog-strip figcaption {
  position:absolute;
  bottom:0;
  padding:40px 16px 16px;
  background:linear-gradient(transparent,#000c);
  color:white;
  width:100%;
  font-size:13px;
  font-weight:600;
}
.enrollment {
  border:1px solid var(--line);
  border-radius:20px;
  display:grid;
  grid-template-columns:1.4fr 1fr;
  background:white;
  padding:48px;
  gap:50px;
}
.enrollment h2 {
  font-size:48px;
}
.enrollment>div>p {
  font-size:16px;
  color:var(--muted);
}
.enrollment-price {
  border-left:1px solid var(--line);
  padding-left:40px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.enrollment-price>span {
  font-size:14px;
}
.enrollment-price .price {
  font-size:84px;
  font-weight:650;
  line-height:1;
  letter-spacing:-.07em;
  color:var(--ink);
  margin:22px 0 8px;
}
.price small {
  font-size:25px;
  letter-spacing:-.02em;
  margin-right:6px;
}
.enrollment-price .button {
  margin-top:18px;
  gap:20px;
}
.enrollment-price .enrollment-status {
  font-size:12px;
  margin-top:14px;
  margin-bottom:0;
}
.faq-section {
  padding:110px 0 90px;
}
.faq-section h2 {
  font-size:40px;
  margin-bottom:35px;
}
.faq-section details {
  border-top:1px solid var(--line);
  padding:24px 0;
}
.faq-section summary {
  display:flex;
  justify-content:space-between;
  gap:24px;
  list-style:none;
  cursor:pointer;
  font-size:17px;
  font-weight:550;
}
.faq-section summary span {
  font-size:24px;
  font-weight:400;
}
.faq-section details[open] summary span {
  transform:rotate(45deg);
}
.faq-section details p {
  max-width:760px;
  font-size:15px;
  color:var(--muted);
  padding-top:20px;
  margin:0;
}
.commercial-footer {
  display:flex;
  gap:28px;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  padding:28px 48px;
  border-top:1px solid var(--line);
  font-size:12px;
  color:var(--muted);
}
@media(min-width:1800px) {
  :root {
    --nav:270px;
  }
  .education-hero {
    padding-top:72px;
  }
}
@media(max-width:1100px) {
  :root {
    --nav:200px;
  }
  .school-nav {
    padding:28px 20px;
  }
  .school-brand {
    width:145px;
  }
  .wrap {
    width:calc(100% - 56px);
  }
  .track {
    gap:28px;
  }
  .track h3 {
    font-size:32px;
  }
  .tool-story {
    padding:30px;
  }
  .enrollment {
    padding:32px;
    gap:30px;
  }
  .enrollment h2 {
    font-size:38px;
  }
  .enrollment-price {
    padding-left:28px;
  }
}
@media(max-width:800px) {
  :root {
    --nav:0px;
  }
  .school-nav {
    display:none;
  }
  .school-header {
    height:72px;
    background:var(--night);
    color:white;
    padding:0 24px;
    border:0;
  }
  .mobile-brand {
    display:block;
  }
  .desktop-only {
    display:none;
  }
  .school-header>a:last-child {
    font-size:12px;
  }
  .wrap {
    width:calc(100% - 48px);
  }
  .education-hero {
    padding-top:28px;
    padding-bottom:64px;
  }
  h1 {
    font-size:clamp(39px,7.6vw,60px);
    line-height:1.08;
    letter-spacing:-.045em;
    margin-bottom:26px;
  }
  .hero-description {
    font-size:18px;
    line-height:1.5;
  }
  .hero-actions {
    flex-wrap:wrap;
    gap:6px;
    margin-bottom:18px;
  }
  .hero-actions .button {
    width:100%;
  }
  .hero-actions .text-button {
    margin-left:auto;
    font-size:12px;
    padding:6px 0;
  }
  .hero-film {
    aspect-ratio:3/2;
  }
  .caption {
    font-size:11px;
    line-height:1.5;
  }
  .section-intro h2 {
    font-size:42px;
  }
  .section-intro>p {
    font-size:17px;
  }
  .track-index {
    flex-wrap:nowrap;
    overflow:auto;
    gap:24px;
    margin-bottom:20px;
    scrollbar-width:thin;
  }
  .track-index a {
    white-space:nowrap;
  }
  .track {
    grid-template-columns:1fr;
    padding:40px 0 48px;
    gap:24px;
    margin-bottom:16px;
  }
  .track-reverse .track-copy {
    order:0;
  }
  .track .film {
    aspect-ratio:4/3;
  }
  .track-number {
    margin-bottom:24px;
  }
  .track h3 {
    font-size:36px;
    max-width:520px;
  }
  .tools-section {
    padding:60px 0;
    margin-top:32px;
  }
  .tool-feature {
    grid-template-columns:1fr;
    border-radius:16px;
  }
  .tool-story {
    padding:30px;
  }
  .tool-story h3 {
    font-size:46px;
  }
  .rec-art {
    min-height:340px;
    padding:20px 0 45px;
  }
  .rec-orbit {
    width:72%;
    max-width:320px;
  }
  .rec-orbit b {
    font-size:100px;
  }
  .soundwave {
    margin-top:-13%;
    max-width:260px;
  }
  .octtus-art {
    min-height:340px;
  }
  .octtus-art>img {
    width:190px;
  }
  .octtus-art>span {
    bottom:30px;
  }
  .school-section {
    padding:68px 0;
  }
  .school-features {
    grid-template-columns:1fr;
    gap:12px;
    margin:28px 0;
  }
  .school-features h3 {
    margin:15px 0 10px;
  }
  .catalog-strip {
    gap:10px;
  }
  .catalog-strip figure {
    aspect-ratio:3/4;
  }
  .catalog-strip figcaption {
    font-size:10px;
    padding:30px 10px 12px;
  }
  .enrollment {
    grid-template-columns:1fr;
    padding:28px;
    gap:22px;
  }
  .enrollment h2 {
    font-size:39px;
  }
  .enrollment-price {
    border-left:0;
    border-top:1px solid var(--line);
    padding:28px 0 0;
  }
  .enrollment-price .price {
    font-size:76px;
  }
  .faq-section {
    padding:64px 0 48px;
  }
  .faq-section h2 {
    font-size:36px;
  }
  .faq-section summary {
    font-size:16px;
  }
  .commercial-footer {
    padding:26px 24px;
    gap:20px;
    justify-content:flex-start;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
  }
}
.school-header nav {
  display:flex;
  gap:24px;
  align-items:center;
}
.school-header nav a:hover {
  color:#526900;
}
@media(max-width:800px) {
  .school-header nav {
    gap:14px;
    font-size:11px;
  }
  .school-header nav a:hover {
    color:var(--lime);
  }
  .track .film {
    order:-1;
  }
}
.school-nav {
  overflow-y:auto;
  overscroll-behavior:contain;
}
.school-nav>* {
  flex-shrink:0;
}

.enrollment-dialog { border:1px solid var(--line); border-radius:16px; width:min(940px,calc(100% - 32px)); max-height:calc(100dvh - 40px); padding:28px; color:var(--ink); background:white; }
.enrollment-dialog::backdrop { background:#101112b3; backdrop-filter:blur(5px); }
.enrollment-toolbar { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.enrollment-toolbar h2 { font-size:28px; margin:0; }
.enrollment-toolbar button { border:0; background:#f1f3f4; color:var(--ink); width:44px; height:44px; border-radius:50%; font-size:28px; flex-shrink:0; }
.enrollment-summary { padding-bottom:20px; border-bottom:1px solid var(--line); font-size:14px; }
.enrollment-dialog [data-payment-status] { font-size:14px; color:var(--muted); }
.enrollment-frame iframe { width:100%; min-height:540px; height:65dvh; border:0; background:white; }
.enrollment-external { display:block; padding:18px 0; text-decoration:underline; font-size:14px; }
.enrollment-dialog [hidden] { display:none; }
@media(max-width:600px) { .enrollment-dialog { padding:20px; width:calc(100% - 24px); } .enrollment-toolbar h2 { font-size:23px; } .enrollment-frame iframe { min-height:480px; } }
