:root {
      --black: #171714;
      --text: #24231f;
      --muted: #716d64;
      --gold: #a48d55;
      --cream: #f5f2eb;
      --white: #fff;
      --line: rgba(23, 23, 20, .13);
      --serif: "Abhaya Libre", Georgia, serif;
      --sans: "Manrope", Arial, sans-serif;
      --container: min(1180px, calc(100% - 48px));
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--text);
      background: var(--white);
      font-family: var(--sans);
      font-size: 16px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    body.menu-open { overflow: hidden; }
    img { display: block; max-width: 100%; }
    a { color: inherit; }
    button { font: inherit; }
    .container { width: var(--container); margin-inline: auto; }
    .label {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      color: var(--gold);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
    }
    .label::before { content: ""; width: 26px; height: 1px; background: currentColor; }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 {
      font-family: var(--serif);
      font-weight: 500;
      letter-spacing: -.025em;
      line-height: 1;
    }
    h1 { font-size: clamp(58px, 7vw, 102px); }
    h2 { font-size: clamp(42px, 5vw, 68px); }
    h3 { font-size: clamp(30px, 3vw, 44px); }
    .btn {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 13px 24px;
      border: 1px solid var(--black);
      background: var(--black);
      color: var(--white);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .09em;
      text-decoration: none;
      text-transform: uppercase;
      transition: background .22s ease, color .22s ease, border-color .22s ease;
    }
    .btn:hover { border-color: var(--gold); background: var(--gold); }
    .btn--outline { border-color: rgba(255,255,255,.45); background: transparent; }
    .btn--outline:hover { border-color: var(--white); background: var(--white); color: var(--black); }
    .text-link {
      color: var(--black);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .07em;
      text-decoration-color: var(--gold);
      text-underline-offset: 5px;
      text-transform: uppercase;
    }

    .notice {
      min-height: 36px;
      display: flex;
      align-items: center;
      background: var(--cream);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .09em;
      text-transform: uppercase;
    }
    .notice .container { display: flex; justify-content: space-between; gap: 20px; }
    .notice strong { color: var(--gold); }
    .notice a { text-decoration: none; }

    .header {
      position: sticky;
      z-index: 60;
      top: 0;
      background: rgba(255,255,255,.96);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(14px);
    }
    .nav {
      min-height: 86px;
      display: grid;
      grid-template-columns: 260px 1fr auto;
      align-items: center;
      gap: 35px;
    }
    .logo img { width: 245px; }
    .links {
      display: flex;
      justify-content: center;
      gap: 30px;
      padding: 0;
      margin: 0;
      list-style: none;
    }
    .links a { color: var(--black); font-size: 12px; font-weight: 700; text-decoration: none; }
    .links a:hover { color: var(--gold); }
    .menu {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid var(--line);
      background: var(--white);
      cursor: pointer;
    }
    .menu span, .menu::before, .menu::after {
      content: "";
      display: block;
      width: 19px;
      height: 1px;
      margin: 5px auto;
      background: var(--black);
    }

    .hero {
      min-height: calc(100vh - 122px);
      display: grid;
      grid-template-columns: 52% 48%;
      background: var(--white);
    }
    .hero-copy {
      display: flex;
      align-items: center;
      padding: 85px max(6vw, 42px);
    }
    .hero-inner { max-width: 690px; }
    .hero h1 { margin: 24px 0 25px; color: var(--black); }
    .hero h1 span { display: block; color: var(--gold); }
    .hero p {
      max-width: 580px;
      margin-bottom: 34px;
      color: var(--muted);
      font-size: clamp(18px, 1.5vw, 21px);
    }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .hero-facts {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 24px;
      padding: 29px 0 0;
      margin: 35px 0 0;
      border-top: 1px solid var(--line);
      list-style: none;
      color: var(--muted);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .05em;
      text-transform: uppercase;
    }
    .hero-facts li::before { content: "✓"; margin-right: 8px; color: var(--gold); }
    .hero-image {
      position: relative;
      display: grid;
      place-items: center;
      overflow: hidden;
      background:
        linear-gradient(rgba(164,141,85,.10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(164,141,85,.10) 1px, transparent 1px),
        var(--cream);
      background-size: 48px 48px;
    }
    .academy-art {
      position: relative;
      width: min(72%, 540px);
      aspect-ratio: 1;
    }
    .academy-art::before,
    .academy-art::after {
      content: "";
      position: absolute;
      border: 1px solid rgba(164,141,85,.42);
      border-radius: 50%;
    }
    .academy-art::before { inset: 5%; }
    .academy-art::after { inset: 19%; border-color: rgba(23,23,20,.17); }
    .art-letter {
      position: absolute;
      z-index: 2;
      inset: 0;
      display: grid;
      place-items: center;
      color: var(--black);
      font: 500 clamp(180px, 23vw, 330px)/1 var(--serif);
      letter-spacing: -.08em;
    }
    .art-letter::after {
      content: "ACADEMY";
      position: absolute;
      top: 50%;
      left: 50%;
      padding: 7px 14px;
      background: var(--cream);
      color: var(--gold);
      font: 700 10px/1 var(--sans);
      letter-spacing: .24em;
      transform: translate(-44%, 64px);
    }
    .art-orbit {
      position: absolute;
      z-index: 3;
      inset: 11%;
      border: 1px solid rgba(164,141,85,.62);
      border-radius: 50%;
      transform: rotate(-28deg) scaleY(.58);
    }
    .art-orbit::after {
      content: "";
      position: absolute;
      top: 47%;
      right: -5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--gold);
      box-shadow: 0 0 0 8px rgba(164,141,85,.12);
    }
    .art-line {
      position: absolute;
      z-index: 1;
      top: 50%;
      right: -16%;
      left: -16%;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
    }
    .early {
      position: absolute;
      right: 30px;
      bottom: 30px;
      width: min(300px, calc(100% - 60px));
      padding: 24px;
      background: var(--white);
      box-shadow: 0 18px 55px rgba(0,0,0,.15);
    }
    .early small { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    .early strong { display: block; margin: 2px 0 4px; color: var(--black); font: 500 46px/1 var(--serif); }
    .early p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

    .intro { padding: 95px 0; background: var(--cream); }
    .intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; }
    .intro h2 { margin: 17px 0 0; }
    .intro-copy { max-width: 630px; color: var(--muted); font-size: 18px; }
    .intro-copy p { margin-bottom: 25px; }
    .numbers {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      margin-top: 45px;
      border-top: 1px solid var(--line);
    }
    .number { padding: 24px 20px 0 0; }
    .number + .number { padding-left: 24px; border-left: 1px solid var(--line); }
    .number strong { display: block; color: var(--black); font: 500 32px/1 var(--serif); }
    .number span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

    .programmes { position: relative; background: var(--black); color: var(--white); overflow: hidden; }
    .programmes-header {
      position: absolute;
      z-index: 10;
      top: 38px;
      right: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      pointer-events: none;
    }
    .programmes-header .label { color: #cbb77f; }
    .carousel-count { color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .1em; }
    .carousel-viewport { overflow: hidden; }
    .carousel-track {
      display: flex;
      transition: transform .65s cubic-bezier(.22,.75,.2,1);
      will-change: transform;
    }
    .programme {
      min-width: 100%;
      min-height: 790px;
      display: grid;
      grid-template-columns: 44% 56%;
    }
    .programme-image { position: relative; min-height: 790px; overflow: hidden; }
    .programme-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent 72%, var(--black));
    }
    .programme-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(.95); }
    .programme-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 120px max(7vw, 70px) 90px 7vw;
    }
    .programme-index { color: #cbb77f; font: 500 18px/1 var(--serif); }
    .programme h3 { max-width: 680px; margin: 22px 0 10px; color: var(--white); font-size: clamp(42px, 5vw, 72px); }
    .programme-subtitle { margin-bottom: 28px; color: rgba(255,255,255,.55); font-size: 13px; font-weight: 600; }
    .meta {
      display: flex;
      flex-wrap: wrap;
      gap: 25px 45px;
      padding: 19px 0;
      border-top: 1px solid rgba(255,255,255,.16);
      border-bottom: 1px solid rgba(255,255,255,.16);
    }
    .meta small { display: block; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
    .meta strong { display: block; margin-top: 3px; font-size: 13px; }
    .topics {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px 24px;
      max-width: 680px;
      padding: 25px 0 30px;
      margin: 0;
      list-style: none;
      color: rgba(255,255,255,.68);
      font-size: 13px;
    }
    .topics li { position: relative; padding-left: 16px; }
    .topics li::before { content: ""; position: absolute; top: .72em; left: 0; width: 6px; height: 1px; background: #cbb77f; }
    .programme-actions { display: flex; align-items: center; gap: 20px; }
    .programme .text-link { color: var(--white); }
    .carousel-nav {
      position: absolute;
      z-index: 12;
      right: max(24px, 4vw);
      bottom: 34px;
      display: flex;
      gap: 8px;
    }
    .arrow {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,.32);
      background: transparent;
      color: var(--white);
      cursor: pointer;
      transition: background .2s, color .2s;
    }
    .arrow:hover { background: var(--white); color: var(--black); }
    .arrow svg { width: 19px; height: 19px; }
    .carousel-dots {
      position: absolute;
      z-index: 12;
      bottom: 48px;
      left: max(24px, 4vw);
      display: flex;
      gap: 9px;
    }
    .dot { width: 38px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.25); cursor: pointer; }
    .dot.active { background: #cbb77f; }

    .method { padding: 105px 0; background: var(--white); }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
    .section-head h2 { max-width: 650px; margin: 17px 0 0; }
    .section-head p { max-width: 480px; margin: 0; color: var(--muted); }
    .method-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .method-card { min-height: 230px; padding: 30px 28px; border-right: 1px solid var(--line); }
    .method-card:last-child { border-right: 0; }
    .method-card span { color: var(--gold); font: 500 16px/1 var(--serif); }
    .method-card h3 { margin: 43px 0 10px; font-size: 28px; }
    .method-card p { margin: 0; color: var(--muted); font-size: 13px; }

    .dates { padding: 105px 0; background: var(--cream); }
    .dates-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
    .dates h2 { margin: 17px 0 20px; }
    .dates-copy p { color: var(--muted); }
    .date-list { border-top: 1px solid var(--line); }
    .date {
      display: grid;
      grid-template-columns: 100px 1fr;
      gap: 24px;
      align-items: center;
      padding: 24px 0;
      border-bottom: 1px solid var(--line);
    }
    .date time { color: var(--gold); font: 500 20px/1 var(--serif); }
    .date strong { display: block; font-size: 14px; }
    .date span { color: var(--muted); font-size: 11px; }

    .payment { padding: 105px 0; }
    .payment-intro { max-width: 700px; margin-bottom: 48px; }
    .payment-intro h2 { margin: 17px 0 18px; }
    .payment-intro p { color: var(--muted); }
    .payment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .payment-card { min-height: 270px; padding: 30px; border: 1px solid var(--line); }
    .payment-card.featured { background: var(--black); color: var(--white); border-color: var(--black); }
    .payment-card small { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
    .payment-card h3 { margin: 25px 0 8px; font-size: 32px; }
    .payment-card strong { display: block; margin-bottom: 13px; color: var(--gold); font: 500 48px/1 var(--serif); }
    .payment-card p, .payment-card li { color: var(--muted); font-size: 12px; }
    .payment-card.featured h3 { color: var(--white); }
    .payment-card.featured p { color: rgba(255,255,255,.6); }
    .payment-card ul { padding-left: 18px; }
    .payment-note { max-width: 930px; margin: 25px 0 0; color: var(--muted); font-size: 11px; }

    .final {
      padding: 110px 0;
      background: var(--black);
      color: var(--white);
      text-align: center;
    }
    .final-inner { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
    .final .label { color: #cbb77f; }
    .final h2 { margin: 20px 0; color: var(--white); }
    .final p { max-width: 610px; margin: 0 auto 30px; color: rgba(255,255,255,.62); font-size: 18px; }
    .final .btn { border-color: var(--white); background: var(--white); color: var(--black); }
    .final .btn:hover { border-color: var(--gold); background: var(--gold); color: var(--white); }

    footer { padding: 42px 0 86px; background: #11110f; }
    .footer { display: flex; justify-content: center; }
    footer nav { display: flex; justify-content: center; gap: clamp(22px, 4vw, 48px); }
    footer nav a { color: rgba(255,255,255,.68); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
    footer nav a:hover { color: #cbb77f; }

    .mobile-cta {
      position: fixed;
      z-index: 90;
      right: 12px;
      bottom: 12px;
      left: 12px;
      display: none;
      box-shadow: 0 12px 35px rgba(0,0,0,.24);
    }

    @media (max-width: 1000px) {
      .nav { grid-template-columns: 220px 1fr auto; gap: 20px; }
      .logo img { width: 215px; }
      .links { gap: 17px; }
      .hero { grid-template-columns: 55% 45%; }
      .hero-copy { padding-inline: 38px; }
      .programme-content { padding-right: 50px; }
      .method-card { padding-inline: 20px; }
    }

    @media (max-width: 840px) {
      .nav { min-height: 74px; grid-template-columns: 1fr auto; }
      .links, .nav > .btn { display: none; }
      .menu { display: block; }
      .links.open {
        position: fixed;
        z-index: 80;
        top: 110px;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 28px;
        background: rgba(255,255,255,.98);
      }
      .links.open a { font-size: 18px; }
      .hero { grid-template-columns: 1fr; }
      .hero-copy { min-height: 620px; }
      .hero-image { min-height: 600px; }
      .intro-grid, .dates-grid { grid-template-columns: 1fr; gap: 40px; }
      .programme { grid-template-columns: 1fr; min-height: auto; }
      .programme-image { min-height: 460px; }
      .programme-image::after { background: linear-gradient(180deg, transparent 55%, var(--black)); }
      .programme-content { padding: 50px 28px 110px; }
      .method-grid { grid-template-columns: 1fr 1fr; }
      .method-card:nth-child(2) { border-right: 0; }
      .method-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
      .payment-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 600px) {
      :root { --container: calc(100% - 30px); }
      body { padding-bottom: 70px; }
      .notice .container { justify-content: center; }
      .notice span:last-child { display: none; }
      .hero, .hero-copy, .hero-inner { min-width: 0; width: 100%; }
      .hero-copy { min-height: 580px; padding: 65px 20px; }
      .hero h1 { font-size: clamp(48px, 13.2vw, 58px); overflow-wrap: anywhere; }
      .hero-actions .btn { width: 100%; }
      .hero-facts { gap: 10px 15px; }
      .hero-image { min-height: 500px; }
      .early { right: 18px; bottom: 18px; left: 18px; width: auto; }
      .intro, .method, .dates, .payment { padding-block: 75px; }
      .numbers { grid-template-columns: 1fr; }
      .number, .number + .number { padding: 16px 0; border-left: 0; border-bottom: 1px solid var(--line); }
      .programmes-header { top: 24px; }
      .programme { width: 100%; min-width: 100%; max-width: 100%; overflow: hidden; }
      .programme-image { min-height: 360px; }
      .programme-content { min-width: 0; }
      .programme h3 { font-size: 43px; overflow-wrap: anywhere; }
      .meta { gap: 18px 30px; }
      .topics { grid-template-columns: 1fr; }
      .programme-actions { align-items: stretch; flex-direction: column; }
      .carousel-nav { right: 15px; bottom: 25px; }
      .carousel-dots { left: 15px; bottom: 40px; }
      .dot { width: 26px; }
      .section-head { align-items: start; flex-direction: column; }
      .method-grid { grid-template-columns: 1fr; }
      .method-card { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
      .method-card h3 { margin-top: 30px; }
      .date { grid-template-columns: 78px 1fr; gap: 14px; }
      footer nav { flex-wrap: wrap; }
      .mobile-cta { display: flex; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition-duration: .01ms !important; }
    }
