:root {
  color-scheme: light;
  --ink: #171717;
  --muted: #676767;
  --paper: #f4f2ed;
  --white: #fff;
  --line: rgba(23, 23, 23, .14);
  --accent: #ff4e78;
  --accent-dark: #d72b57;
  --violet: #7057ff;
  --radius-lg: 2rem;
  --radius-md: 1.25rem;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  z-index: 20;
  top: .75rem;
  left: .75rem;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.site-header,
.site-footer,
.hero,
.section,
.final-cta {
  width: min(100% - 2rem, 78rem);
  margin-inline: auto;
}
.site-header {
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: var(--ink);
  text-decoration: none;
}
.brand-mark {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: -.02em;
}
.brand-name { font-weight: 760; letter-spacing: -.02em; }
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.4rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-action) { padding-block: .75rem; }
.nav-action {
  padding: .75rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
}
.hero {
  min-height: min(48rem, calc(100vh - 7rem));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
  padding-block: clamp(4rem, 9vw, 8rem);
}
.eyebrow {
  margin: 0 0 1rem;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .16em;
}
h1,
h2,
h3,
p { margin-top: 0; }
h1 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.3rem, 7vw, 6.9rem);
  font-weight: 760;
  letter-spacing: -.065em;
  line-height: .91;
}
.hero-lede {
  max-width: 42rem;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem;
}
.button {
  min-height: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.25rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .08em;
}
.button-primary { background: var(--ink); color: var(--white); }
.button-secondary { background: transparent; }
.admission-status {
  max-width: 28rem;
  margin: 0;
  display: grid;
  gap: .2rem;
  padding: .85rem 1.1rem;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, .62);
}
.admission-status strong { font-size: .75rem; letter-spacing: .08em; }
.admission-status span { color: var(--muted); font-size: .9rem; }
.hero-composition {
  position: relative;
  min-height: 32rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, .75), transparent 24%),
    linear-gradient(145deg, #fb8aa7 0%, #ee4f78 45%, #7656ff 100%);
  box-shadow: 0 2rem 5rem rgba(40, 23, 69, .17);
}
.hero-composition::before {
  content: "";
  position: absolute;
  width: 20rem;
  height: 20rem;
  right: -6rem;
  bottom: -7rem;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
}
.hero-stage {
  position: absolute;
  inset: 21% 12% auto;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 1.5rem 3rem rgba(57, 21, 75, .18);
}
.hero-stage p { margin-bottom: auto; font-size: .68rem; font-weight: 850; letter-spacing: .14em; }
.hero-stage strong { max-width: 8ch; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.055em; line-height: .92; }
.hero-stage span { margin-top: .9rem; color: var(--muted); }
.hero-chip {
  position: absolute;
  padding: .65rem .9rem;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 .75rem 1.5rem rgba(45, 15, 65, .14);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.hero-chip-web { top: 11%; right: 8%; }
.hero-chip-academy { bottom: 11%; left: 8%; }
.hero-chip-events { right: 5%; bottom: 19%; background: var(--ink); color: var(--white); }
.section { padding-block: clamp(5rem, 10vw, 9rem); }
.section-heading { max-width: 48rem; margin-bottom: 3rem; }
.section-heading h2,
.final-cta h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.6rem, 5.4vw, 5rem);
  font-weight: 720;
  letter-spacing: -.055em;
  line-height: .95;
}
.section-heading > p:last-child { max-width: 42rem; color: var(--muted); font-size: 1.1rem; }
.profile-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.profile-card {
  grid-column: span 4;
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .72);
}
.profile-card-featured { grid-column: span 7; background: #ffd8e2; }
.profile-card:nth-child(2) { grid-column: span 5; }
.profile-card-dark { background: var(--ink); color: var(--white); }
.profile-number { margin-bottom: auto; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.profile-card-dark .profile-number { color: #aaa; }
.profile-card h3 { margin-bottom: .75rem; font-size: clamp(1.65rem, 3vw, 2.4rem); letter-spacing: -.04em; }
.profile-card p { margin-bottom: 0; color: var(--muted); }
.profile-card-dark p { color: #c8c8c8; }
.platform {
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100vw - 78rem) / 2));
  background: var(--ink);
  color: var(--white);
}
.section-heading-light > p:last-child { color: #b7b7b7; }
.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.platform-card {
  min-height: 19rem;
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid #3d3d3d;
  border-radius: var(--radius-md);
  background: #222;
}
.platform-card-wide { grid-column: span 2; min-height: 16rem; }
.platform-card span { display: block; margin-bottom: 4rem; color: #999; font-size: .72rem; font-weight: 850; }
.platform-card h3 { margin-bottom: .8rem; font-size: clamp(1.7rem, 3vw, 2.7rem); letter-spacing: -.04em; }
.platform-card p { max-width: 42rem; margin-bottom: 0; color: #bbb; }
.readiness {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}
.readiness h2 { max-width: 10ch; margin-bottom: 0; font-size: clamp(2.4rem, 4.5vw, 4.2rem); letter-spacing: -.05em; line-height: .98; }
.readiness-copy { padding-top: 1.8rem; color: var(--muted); font-size: 1.1rem; }
.readiness-copy p { padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.final-cta {
  margin-bottom: 1rem;
  padding: clamp(3rem, 8vw, 7rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #ffd2df, #e4ddff);
  text-align: center;
}
.final-cta h2 { max-width: 14ch; margin-inline: auto; }
.admission-status-center { margin-inline: auto; text-align: left; }
.site-footer {
  min-height: 8rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  color: var(--muted);
  font-size: .78rem;
}
.site-footer p { margin: 0; text-align: center; }
.site-footer > a:last-child { justify-self: end; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.brand-footer .brand-name { color: var(--ink); }
a:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; }
@media (hover: hover) {
  .site-nav a:hover,
  .site-footer a:hover { text-decoration: underline; text-underline-offset: .3em; }
  .button:hover,
  .nav-action:hover { border-color: var(--accent-dark); background: var(--accent-dark); color: var(--white); text-decoration: none; }
}
@media (max-width: 840px) {
  .site-header { min-height: 4.8rem; }
  .site-nav a[href="#profiles"],
  .site-nav a[href="#platform"] { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 3rem; }
  .hero-composition { min-height: 28rem; }
  .profile-card,
  .profile-card-featured,
  .profile-card:nth-child(2) { grid-column: span 6; }
  .readiness { grid-template-columns: 1fr; }
  .readiness-copy { padding-top: 0; }
}
@media (max-width: 560px) {
  .site-header { align-items: flex-start; padding-block: 1rem; }
  .brand-name { display: none; }
  .site-nav { gap: .7rem; }
  .hero { padding-top: 2rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-composition { min-height: 24rem; }
  .hero-stage { inset: 18% 8% auto; min-height: 14rem; }
  .profile-grid,
  .platform-grid { grid-template-columns: 1fr; }
  .profile-card,
  .profile-card-featured,
  .profile-card:nth-child(2),
  .platform-card,
  .platform-card-wide { grid-column: auto; min-height: 16rem; }
  .final-cta { border-radius: var(--radius-md); }
  .site-footer { grid-template-columns: 1fr; justify-items: center; padding-block: 2.5rem; }
  .site-footer > a:last-child { justify-self: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
