:root {
  --ink: #100d18;
  --ink-soft: #1b1628;
  --cream: #f6f1ea;
  --paper: #fffdf9;
  --lavender: #a98cf4;
  --plum: #7751cf;
  --pink: #ed5ca8;
  --sky: #36add2;
  --line: rgba(16, 13, 24, 0.14);
  --muted: #6e6973;
  --shell: min(1240px, calc(100vw - 48px));
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: 116px; }
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 16px;
  padding: 10px 16px;
  background: white;
  color: black;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.announcement {
  position: relative;
  z-index: 30;
  background: linear-gradient(90deg, var(--lavender), #d66fc4 55%, var(--pink));
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.announcement a {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.announcement a span:first-child {
  opacity: .68;
  font-weight: 600;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  color: white;
  background: rgba(16, 13, 24, .92);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand { width: 150px; }
.brand img { width: 100%; }
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 42px);
  font-size: 14px;
  font-weight: 600;
}
.desktop-nav a, .header-actions > a { position: relative; opacity: .82; transition: opacity .2s ease; }
.desktop-nav a::after, .header-actions > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: var(--pink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.desktop-nav a:hover, .header-actions > a:hover { opacity: 1; }
.desktop-nav a:hover::after, .header-actions > a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 600; }
.cart-link { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.18); }
.menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: white;
  background: none;
  border: 0;
  cursor: pointer;
}
.menu-lines, .menu-lines::before {
  display: block;
  width: 22px;
  height: 1px;
  background: currentColor;
  transition: transform .2s ease;
}
.menu-lines::before { content: ""; transform: translateY(-6px); }
.menu-toggle[aria-expanded="true"] .menu-lines { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines::before { transform: rotate(-90deg); }
.mobile-menu {
  display: none;
  position: absolute;
  inset: 100% 0 auto;
  padding: 22px 24px 36px;
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,.1);
}
.mobile-menu a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-family: "Playfair Display", Georgia, serif; font-size: 24px; }

.hero {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 48% -40%, rgba(119,81,207,.5), transparent 38%),
    linear-gradient(135deg, #100d18 0%, #151021 58%, #0b0a0e 100%);
}
.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  padding-block: 78px 64px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 12px; color: #d7cced; }
.eyebrow span { width: 32px; height: 1px; background: var(--pink); }
h1, h2, h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; line-height: .98; font-weight: 600; }
h1 { max-width: 760px; font-size: clamp(58px, 6.8vw, 94px); letter-spacing: -.055em; }
h1 em, h2 em { color: var(--lavender); font-weight: 600; }
.hero-lede { max-width: 580px; margin: 30px 0 0; color: #c9c2d2; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: linear-gradient(135deg, #c7b8f8, var(--pink)); }
.button-dark { color: white; background: var(--ink); }
.button-light { color: var(--ink); background: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: white; font-size: 14px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.38); }
.text-link.dark { color: var(--ink); border-color: rgba(16,13,24,.38); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero-visual { position: relative; min-height: 520px; }
.visual-card { position: absolute; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.visual-card-main {
  width: min(360px, 76%);
  left: 12%;
  top: 8%;
  padding: 18px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
  transform: rotate(-4deg);
}
.visual-card-main img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.card-label { margin-bottom: 16px; font-family: "Playfair Display", Georgia, serif; font-size: 18px; line-height: 1.1; }
.card-meta { display: flex; justify-content: space-between; margin-top: 14px; color: #d5cce0; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.visual-card-small { z-index: 2; width: 180px; padding: 22px; color: var(--ink); }
.visual-card-top { right: 0; top: 2%; background: var(--sky); transform: rotate(4deg); }
.visual-card-top strong { display: block; margin-top: 18px; font-family: "Playfair Display", Georgia, serif; font-size: 23px; line-height: 1.05; }
.micro-label { font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.visual-card-bottom { right: 2%; bottom: 10%; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; background: var(--pink); transform: rotate(5deg); font-size: 11px; line-height: 1.3; text-transform: uppercase; }
.visual-card-bottom .number { font-family: "Playfair Display", Georgia, serif; font-size: 52px; line-height: .8; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.orbit-one { inset: 0 5% 4% 0; }
.orbit-two { inset: 13% -8% 14% 17%; }
.spark { position: absolute; z-index: 3; color: var(--lavender); font-size: 34px; }
.spark-one { left: 0; bottom: 24%; }
.spark-two { right: 4%; top: 42%; color: var(--pink); }
.hero-glow { position: absolute; width: 340px; aspect-ratio: 1; border-radius: 50%; filter: blur(110px); opacity: .18; }
.hero-glow-one { left: -100px; bottom: -100px; background: var(--sky); }
.hero-glow-two { right: -50px; top: 40px; background: var(--pink); }
.capability-strip { min-height: 80px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid rgba(255,255,255,.11); color: #aaa2b3; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.capability-strip span { position: relative; padding-left: 18px; }
.capability-strip span::before { content: ""; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--pink); transform: translateY(-50%); }

.intro-section { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .42fr 1fr; gap: 60px; }
.section-kicker { color: var(--plum); }
.section-kicker.light { color: var(--lavender); }
.intro-copy { max-width: 820px; }
.intro-copy h2, .section-heading h2, .pathways-heading h2, .partner-copy h2, .closing-inner h2 { font-size: clamp(46px, 5vw, 72px); letter-spacing: -.04em; }
.intro-copy p { max-width: 760px; margin: 36px 0 28px; color: var(--muted); font-size: 19px; line-height: 1.8; }

.departments { background: var(--cream); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 56px; }
.section-heading > p { max-width: 390px; margin: 0 0 4px; color: var(--muted); font-size: 17px; }
.department-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.department-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper); transition: transform .3s ease, box-shadow .3s ease; }
.department-card:hover { transform: translateY(-8px); box-shadow: 0 26px 50px rgba(39,28,48,.12); }
.department-image { position: relative; overflow: hidden; aspect-ratio: 1.02; background: #eae1ef; }
.department-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.department-card:hover .department-image img { transform: scale(1.04); }
.card-index { position: absolute; right: 16px; top: 16px; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.9); font-size: 11px; font-weight: 700; }
.department-content { min-height: 270px; display: flex; flex-direction: column; padding: 30px; }
.department-content p { margin: 0 0 18px; color: var(--plum); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.department-content h3 { font-size: clamp(32px, 3vw, 43px); letter-spacing: -.035em; }
.department-content > span { display: flex; justify-content: space-between; margin-top: auto; padding-top: 32px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.card-music .department-image { background: var(--ink); }
.card-work .department-image { background: #dfb5d1; }

.pathways { color: white; background: var(--ink-soft); }
.pathways-heading { max-width: 760px; margin-bottom: 64px; }
.pathway { display: grid; grid-template-columns: 70px 1.1fr 1fr 50px; align-items: center; gap: 24px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.14); transition: padding .25s ease, color .25s ease; }
.pathway:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.pathway:hover { padding-inline: 12px; color: #d8cafa; }
.pathway-number { color: var(--pink); font-size: 11px; font-weight: 700; }
.pathway-title { font-family: "Playfair Display", Georgia, serif; font-size: clamp(26px, 3vw, 40px); }
.pathway-copy { color: #ada6b4; font-size: 14px; }
.pathway-arrow { justify-self: end; font-size: 25px; }

.partner { background: var(--paper); }
.partner-card { min-height: 520px; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; color: var(--ink); background: linear-gradient(135deg, #bca8f7, #ef83be 58%, #f2b0cb); }
.partner-badge { position: relative; display: grid; place-items: center; min-height: 520px; border-right: 1px solid rgba(16,13,24,.14); }
.partner-badge span { position: relative; z-index: 2; display: grid; place-items: center; width: 210px; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; font-family: "Playfair Display", Georgia, serif; font-size: 72px; font-style: italic; }
.partner-badge i { position: absolute; width: 300px; aspect-ratio: 1; border: 1px solid rgba(16,13,24,.18); border-radius: 50%; }
.partner-badge::before, .partner-badge::after { content: ""; position: absolute; background: rgba(16,13,24,.18); }
.partner-badge::before { width: 1px; height: 100%; }
.partner-badge::after { width: 100%; height: 1px; }
.partner-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px clamp(42px, 6vw, 86px); }
.partner-copy p:not(.section-kicker) { max-width: 600px; margin: 28px 0 34px; font-size: 17px; }
.partner-actions { display: flex; align-items: center; gap: 26px; }

.closing-cta { padding: 132px 0; color: white; text-align: center; background: #0b090f; }
.closing-inner p { margin: 0 0 22px; color: var(--pink); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.closing-inner h2 { margin-bottom: 38px; }

.site-footer { color: #c5becb; background: var(--ink); }
.footer-top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-block: 80px; }
.footer-brand img { width: 180px; }
.footer-brand p { max-width: 330px; margin-top: 24px; color: #8e8795; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links h3 { margin-bottom: 18px; color: white; font-family: "DM Sans", Arial, sans-serif; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { display: block; width: max-content; max-width: 100%; margin: 9px 0; color: #a9a2b0; font-size: 14px; transition: color .2s ease; }
.footer-links a:hover, .social-links a:hover { color: var(--pink); }
.footer-bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #716b78; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.social-links { display: flex; gap: 24px; }

.js .reveal { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .header-inner { grid-template-columns: 170px 1fr; }
  .desktop-nav { display: none; }
  .header-actions { justify-content: flex-end; }
  .header-actions > a:not(.cart-link) { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-menu.is-open { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 84px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(620px, 100%); margin-inline: auto; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .department-grid { grid-template-columns: 1fr 1fr; }
  .department-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .department-card:last-child .department-image { aspect-ratio: auto; }
  .pathway { grid-template-columns: 60px 1fr 1fr 40px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 1240px); --radius: 20px; }
  .section-pad { padding-block: 80px; }
  .announcement a { min-height: 38px; padding: 5px 16px; text-align: center; line-height: 1.25; }
  .announcement a span:first-child { display: none; }
  .header-inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .brand { width: 128px; }
  .cart-link { display: none; }
  .hero-grid { min-height: auto; padding-block: 72px 44px; }
  h1 { font-size: clamp(52px, 15vw, 72px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 430px; margin-top: 20px; }
  .visual-card-main { left: 4%; width: 76%; }
  .visual-card-small { width: 148px; padding: 16px; }
  .visual-card-top { top: 0; }
  .visual-card-bottom { bottom: 5%; }
  .visual-card-bottom .number { font-size: 38px; }
  .capability-strip { grid-template-columns: 1fr 1fr; gap: 20px; padding-block: 28px; }
  .intro-grid { grid-template-columns: 1fr; gap: 12px; }
  .intro-copy h2, .section-heading h2, .pathways-heading h2, .partner-copy h2, .closing-inner h2 { font-size: clamp(42px, 12vw, 58px); }
  .intro-copy p { font-size: 17px; }
  .department-grid { grid-template-columns: 1fr; }
  .department-card:last-child { grid-column: auto; display: block; }
  .department-card:last-child .department-image { aspect-ratio: 1.02; }
  .department-content { min-height: 240px; }
  .pathway { grid-template-columns: 38px 1fr 34px; gap: 12px; }
  .pathway-copy { display: none; }
  .pathway-title { font-size: 28px; }
  .partner-card { grid-template-columns: 1fr; }
  .partner-badge { min-height: 340px; border-right: 0; border-bottom: 1px solid rgba(16,13,24,.14); }
  .partner-badge span { width: 160px; font-size: 54px; }
  .partner-badge i { width: 240px; }
  .partner-copy { padding: 48px 28px; }
  .partner-actions { align-items: flex-start; flex-direction: column; }
  .closing-cta { padding-block: 100px; }
  .footer-top { grid-template-columns: 1fr; gap: 54px; padding-block: 64px; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 24px; }
  .social-links { flex-wrap: wrap; gap: 12px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
