:root {
  --ink:#0E0E10; --paper:#F7F6F3; --card:#FFFFFF;
  --accent:#7a1f41; --accent-2:#C6A678; --muted:#6B6F76;
  --line:#E9E6E0; --radius:16px; --radius-sm:12px;
  --shadow:0 8px 24px rgba(14,14,16,0.08); --max:1200px;
  --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px;
  --space-5:24px; --space-6:32px; --space-7:48px; --space-8:64px;
  --nav-h:70px; --side-width:320px;
}
[data-theme="dark"] {
  --paper:#0B0C0F; --ink:#EDEDED; --card:#14151A; --line:#23252B;
  --muted:#A3A7AF; --shadow:0 10px 30px rgba(0,0,0,0.35);
  --accent:#46041b; --accent-2:#D0B17E;
}
* { box-sizing: border-box; }
html, body { margin:0; padding:0; }
body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink); background: var(--paper); line-height:1.5;
}
img { max-width:100%; display:block; }
a { color: inherit; text-decoration: none; }

.container { width:100%; max-width: 1200px; margin-inline:auto; padding-inline: 24px; }
.btn { display:inline-flex; align-items:center; gap:10px; padding:14px 18px; border-radius: 14px; font-weight:600; border:1px solid transparent; cursor:pointer; transition: all .2s ease; white-space: nowrap; }
.btn.primary { background: var(--accent); color: #fff; box-shadow: var(--shadow); }
.btn.primary:hover { transform: translateY(-2px); }
.btn.secondary { background: transparent; border-color: var(--line); color: var(--ink); }
.chip { padding:8px 12px; border:1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); cursor:pointer; transition: .2s; white-space: nowrap; }
.chip[aria-pressed="true"], .chip.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.card { background: var(--card); border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.eyebrow { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: white; }
h1, h2, h3 { letter-spacing: -0.02em; }
h1 { font-size: clamp(36px, 6vw, 56px); line-height: 1.05; }
h2 { font-size: clamp(28px, 4vw, 35px); line-height: 1.15; }
h3 { font-size: 19px; margin: 0; }

/* Nav */
.nav {
  position: sticky; top:0; z-index:100;
  backdrop-filter: blur(12px);
  background: color-mix(in oklab, var(--paper), transparent 15%);
  border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: 0px 1fr;
}
.nav .inner { 
  display:flex; align-items:center; justify-content:space-between; height:var(--nav-h); margin: auto; 
  margin: auto; width: min(1120px, 92%);
}
.nav .block {width: 319px; display: none;}
.nav .brand { display:flex; align-items:center; gap:10px; font-weight:700; }
.nav .brand img { object-fit: contain; }
.nav .links { display:flex; gap:16px; align-items:center; }
.nav .links a { padding:8px 10px; color: var(--muted); }
.nav .links a:hover { color: var(--ink); }
.nav .utils { display:flex; gap:12px; align-items:center; }
.mobile-toggle { display:none !important; }
@media (max-width:1200px) {
  .nav .links { display:none; }
  .mobile-toggle { display:inline-flex !important; }
}

/* Hero */
.hero { position: relative; padding: clamp(20px, 8vw, 20px) 20px; overflow:hidden; }
.hero .grid { display:grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: center; }
.hero .media {
  position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3;
  box-shadow: var(--shadow);
}
.hero .media img { width:100%; height:100%; object-fit: cover; transform: scale(1.02); }
.hero .media::after {
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.25) 100%);
  mix-blend-mode: multiply;
}
.hero .actions { display:flex; gap:12px; flex-wrap: wrap; margin-top: 20px; }
.hero .kpis { display:flex; gap:24px; margin-top: 20px; color: var(--muted); }
.hero .kpis span { display:flex; align-items:center; gap:8px; }

@media (max-width: 920px) {
  .hero .grid { grid-template-columns: 1fr; }
}

/* Trust */
.trust { padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: color-mix(in oklab, var(--paper), #fff 4%); }
.trust .row { display:grid; grid-template-columns: repeat(6, 1fr); gap: 24px; align-items:center; }
.trust img, .trust svg { opacity: .65; filter: grayscale(1); }
@media (max-width: 920px) {
  .trust .row { grid-template-columns: repeat(3, 1fr); }
}

/* Finder */
.finder { padding: 48px 0; }
.finder .panel { display:flex; gap: 12px; flex-wrap: wrap; align-items:center; }
.finder .results { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
@media (max-width: 920px) {
  .finder .results { grid-template-columns: 1fr; }
}

/* Course cards */
.course-card img { width:100%; height:200px; object-fit: cover; }
.course-card .body { padding: 16px; display:grid; gap:10px; }
.meta { display:flex; gap:12px; color: var(--muted); font-size: 14px; }
.price { font-weight: 700; }

/* Paths */
.paths { padding: 64px 0; }
.paths .wrap { display:grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.timeline { border-left: 2px solid var(--line); padding-left: 18px; display:grid; gap:16px; }
.timeline .step { position: relative; }
.timeline .step::before {
  content:""; position:absolute; left: -26px; top: 25px; width:12px; height:12px; border-radius:50%; background: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent), transparent 70%);
}
@media (max-width: 920px) {
  .paths .wrap { grid-template-columns: 1fr; }
}

/* Instructors */
.instructors { padding: 64px 0; }
.faculty { display:grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.person img { height: 220px; object-fit: cover; border-bottom:1px solid var(--line); width: 100%; }
.person .body { padding: 14px; }
@media (max-width: 920px) {
  .faculty { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .faculty { grid-template-columns:1fr; }
  .btn.primary { font-size: 12px; }
}

/* Drawer + overlay */
.side-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.35);
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
  z-index: 190;
}
.side-menu {
  position: fixed; top: 0; left: 0;
  height: 100vh; width: var(--side-width);
  background: var(--card); color: var(--ink);
  border-right: 1px solid var(--line);
  box-shadow: var(--shadow);
  transform: translateX(-100%);
  transition: transform .28s ease;
  z-index: 200; display: flex; flex-direction: column;
}
.side-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.icon-btn { background: transparent; border: 1px solid var(--line); border-radius: 10px; padding: 8px 10px; cursor: pointer; color: var(--ink); }
.icon-btn:hover { background: color-mix(in oklab, var(--paper), #fff 8%); }
.side-nav { padding: 12px 16px; overflow-y: auto; }
.side-nav a { display: block; padding: 12px 10px; border-radius: 10px; color: var(--ink); }
.side-nav a:hover { background: color-mix(in oklab, var(--paper), #fff 8%); }
.side-cta { display: grid; gap: 10px; margin: 12px 0 6px; }
.side-tools { display: grid; gap: 10px; }

html[data-side-open="true"] .side-menu { transform: translateX(0); }
html[data-side-open="true"] .side-overlay { opacity: 1; pointer-events: auto; }
html[data-side-open="true"] { overflow: hidden; }

/* 2‑column shell with persistent sidebar on large */
@media (min-width: 1200px) {
  html[data-side-persistent="true"] .side-overlay { display: none; }
  .layout { display: grid; grid-template-columns: var(--side-width) 1fr; align-items: start; overflow: visible; }
  html[data-side-persistent="true"] .side-menu {
    transform: none;
    position: sticky;
    top: var(--nav-h);
    height: calc(100vh - var(--nav-h));
    z-index: 10;
  }
  html[data-side-persistent="true"] main { margin-left: 0; max-width: calc(100vw - 320px); }
  .nav {grid-template-columns: 320px 1fr;}
}

/* Minimal collapsible menu — no bullets */
.side-nav ul { list-style: none; margin: 0; padding: 0; gap: 6px; }
.side-nav li { margin: 0; }
.side-nav a,
.side-nav .branch {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 10px 10px; border-radius: 10px;
  background: transparent; border: 0; color: var(--ink);
  text-align: left; font: inherit; cursor: pointer;
}
.side-nav a:hover,
.side-nav .branch:hover {
  background: color-mix(in oklab, var(--paper), #fff 8%);
}
.bold { font-weight: bold !important; }
.side-nav .list:not(.root) { margin-left: 10px; padding-left: 12px; }
.side-nav .has-children .branch::after {
  content: "▸"; color: var(--muted); transition: transform .2s ease;
}
.side-nav .has-children .branch[aria-expanded="true"]::after { content: "▾"; }


/* Course hero */
.course-hero { position: relative; }
.course-hero .media {
  position: relative; aspect-ratio: 16/6; border-radius: 0; overflow: hidden;
  border-bottom: 1px solid var(--line);
  
}
.course-hero .media img { width:100%; height:100%; object-fit: cover; transform: scale(1.02); }
.course-hero .media::after {
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.0) 45%, rgba(0,0,0,.55) 100%);
  mix-blend-mode: multiply;
}
.course-hero .title {
  position:absolute; inset:auto 0 16px 0;
  color:#fff; text-shadow: 0 2px 12px rgba(0,0,0,.35);
  padding-inline: 24px; bottom: 0; z-index: 1;
}
@media (max-width:1020px) {
    .course-hero .media { aspect-ratio: 12/5; }
  }
  @media (max-width:575px) {
    .course-hero .media { aspect-ratio: 6/5; }
  }
/* @media (max-width: 575px) {
    .course-hero .media {
      aspect-ratio: 16/9;
    }
  } */
.breadcrumbs { padding: 10px 0; color: var(--muted); font-size: 14px; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--ink); text-decoration: underline; }

/* Course content layout */
.course-shell { padding: 28px 0 28px; }
.course-grid { display:grid; grid-template-columns: 1.6fr .9fr; gap: 24px; align-items: start; }
.course-main { display:grid; gap: 24px; }
.course-card { padding: 20px; }
article.course-card { padding: 0; }
.summary { position: sticky; top: calc(var(--nav-h) + 16px); display: grid; gap: 14px; }
.summary .price { font-size: 28px; font-weight: 800; }
.summary .meta { display:grid; gap: 8px; color: var(--muted); font-size: 14px; }
.summary .bullets { padding-left: 18px; margin: 0; }
.summary .bullets li { margin-bottom: 6px; }

@media (max-width: 1000px) {
  .course-grid { grid-template-columns: 1fr; }
  .summary { position: static; }
}

/* Accordion */
.accordion { display:grid; gap: 10px; }
.acc-item { border:1px solid var(--line); border-radius: 12px; background: var(--card); overflow:hidden; }
.acc-head {
  display:flex; align-items:center; justify-content:space-between; gap: 10px;
  padding: 14px 16px; cursor: pointer;
}
.acc-head:hover { background: color-mix(in oklab, var(--paper), #fff 8%); }
.acc-head h3 { margin:0; font-size: 18px; }
.acc-body { padding: 0 16px 16px; display:none; }
.acc-item[open] .acc-body { display:block; }
.acc-item[open] .acc-head .chev { transform: rotate(180deg); }
.chev { transition: transform .2s ease; }

/* Testimonials */
.testimonials { padding: 64px 0; background: color-mix(in oklab, var(--paper), #fff 6%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quotes { display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote { margin: 0.65rem; padding: 20px; border:1px solid var(--line); border-radius: var(--radius); background: var(--card); text-align: right;}
@media (max-width: 920px) { .quotes { grid-template-columns: 1fr; } }

/* Schedule & Enrollment */
.schedule { padding: 0; }
.filters { display:flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.filters .group { display:flex; gap: 8px; align-items:center; margin-right: 12px; }
.schedule .note { color: var(--muted); font-size: 14px; }

.filters .eyebrow { color: #7a1f41; }

.profile .eyebrow { color: #7a1f41; }

.enroll .eyebrow { color: #7a1f41; }

.summary .eyebrow { color: #7a1f41; }

.why .eyebrow { color: var(--muted); }

.about .eyebrow { color: var(--muted); }

.edu-hero .eyebrow { color: var(--muted); }

.table-wrap { margin-top: 18px; overflow:auto; border:1px solid var(--line); border-radius: 12px; background: var(--card); }
table { width:100%; border-collapse: collapse; min-width: 860px; }
thead th {
  text-align:left; font-size: 12px; letter-spacing:.06em; text-transform: uppercase;
  color: var(--muted); background: color-mix(in oklab, var(--paper), #fff 4%);
  padding: 12px 12px; border-bottom:1px solid var(--line); word-break: keep-all;
}
tbody td { padding: 14px 12px; border-bottom:1px solid var(--line); vertical-align: top; word-break: keep-all; }
tbody tr:hover { background: color-mix(in oklab, var(--paper), #fff 6%); }
.badge { display:inline-block; padding: 4px 10px; border-radius: 999px; font-weight: 700; font-size: 12px; }
.badge.open { background: #0b8347; color: #fff; }
.badge.full { background: #8a1d1d; color: #fff; }
.badge.wait { background: #a05a00; color: #fff; }
.actions { display:flex; gap:8px; flex-wrap: wrap; }
.muted { color: var(--muted); }

/* CTA band */
.cta { padding: 56px 0; }
.cta .inner { background: linear-gradient(135deg, color-mix(in oklab, var(--accent), #000 10%), var(--accent)); color: #fff; border-radius: var(--radius); padding: 36px; display:flex; align-items:center; justify-content:space-between; gap: 18px; }
.cta p { margin:0; opacity: .9; }
.cta .btn:first-child {
  margin-bottom: 0.5rem;
}

/* Footer */
footer { padding: 56px 0; border-top:1px solid var(--line); }
.foot { display:grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 24px; }
.foot a { color: var(--muted); }
.foot a:hover { color: var(--ink); }
@media (max-width: 920px) {
  .foot { grid-template-columns: 1fr 1fr; }
}

/* Focus */
:focus-visible { outline: 3px solid color-mix(in oklab, var(--accent), #fff 30%); outline-offset: 2px; border-radius: 8px; }

/* News & Promotions */
.news { padding: 64px 0; background: color-mix(in oklab, var(--paper), #fff 4%); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.news .head { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.news .filters { display:flex; gap:8px; flex-wrap:wrap; }
.news-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
@media (max-width: 920px) { .news-grid { grid-template-columns: 1fr; } }
.news-card img { width:100%; height:180px; object-fit: cover; }
.news-card .body { padding:16px; display:grid; gap:10px; }
.tag { display:inline-block; padding:4px 10px; border-radius:999px; font-size:12px; border:1px solid var(--line); color: var(--muted); }
.tag.promo { background: color-mix(in oklab, var(--accent), #fff 85%); color: var(--ink); border-color: color-mix(in oklab, var(--accent), transparent 70%); }
.tag.news { background: color-mix(in oklab, var(--paper), #fff 30%); }

.promo-banner {
  grid-column: 1 / -1; display:flex; align-items:center; justify-content:space-between; gap:18px;
  padding: 24px; border-radius: var(--radius);
  color:#fff; background: linear-gradient(135deg, color-mix(in oklab, var(--accent), #000 10%), var(--accent));
}
.promo-banner h3 { margin:0; font-size: clamp(20px, 2.4vw, 26px); }
.promo-banner p { margin:0; opacity:.92; }

.news .more { margin-top: 16px; text-align: center; }

/* News & Promotions grid (match course cards) */
.updates { padding: 48px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: color-mix(in oklab, var(--paper), #fff 4%); }
.updates .results { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
@media (max-width: 920px) { .updates .results { grid-template-columns: 1fr; } }
/* Optional: slightly shorter header image for news cards */
.updates .course-card img { height: 200px; object-fit: cover; }


/* Optional: highlight current page */
.side-nav a[aria-current="page"] { background: color-mix(in oklab, var(--accent), #fff 84%); }

    /* Compliance notice */
    .compliance { padding: 8px 0; border-bottom: 1px solid var(--line); background: color-mix(in oklab, var(--paper), #fff 8%); }
    .compliance p { margin: 0; font-size: 12px; color: var(--muted); text-align:center; }

    /* Hero */
    .about-hero { position: relative; }
    .about-hero .media { position: relative; aspect-ratio: 16/5; overflow: hidden; border-bottom: 1px solid var(--line); }
    .about-hero .media img { width:100%; height:100%; object-fit: cover; transform: scale(1.02); }
    .about-hero .media::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,0.0) 40%, rgba(0,0,0,.5) 100%); }
    .about-hero .title { position:absolute; left:0; right:0; bottom:16px; color:#fff; text-shadow: 0 2px 12px rgba(0,0,0,.35); padding-inline: 24px; }

    @media (max-width:1020px) {
      .about-hero .media { aspect-ratio: 12/5; }
    }
    @media (max-width:575px) {
      .about-hero .media { aspect-ratio: 6/5; }
    }

    /* Sections */
    .section { padding: 48px 0; }
    .intro-grid { display:grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items:start; }
    .intro-cta { display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px; }
    .img-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .img-grid img { height: 260px; object-fit: cover; border-radius: 12px; }
    .intro-grid img { border-radius: 12px; }

    @media (max-width: 1000px) {
      .intro-grid { grid-template-columns: 1fr; }
      .img-grid img { height: 220px; }
    }

    /* Services */
    .services-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 16px; }
    .service { padding: 18px; }
    .service h3 { margin: 6px 0 6px; }
    @media (max-width: 920px) { .services-grid { grid-template-columns: 1fr; } }

    /* Achievements (badges) */
    .achievements { padding: 48px 0; background: color-mix(in oklab, var(--paper), #fff 6%); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
    .badges { display:grid; grid-template-columns: repeat(6, 1fr); gap: 20px; align-items:center; }
    .badges img { width:100%; height: 90px; object-fit: contain; filter: grayscale(.1); opacity: .95; }
    @media (max-width: 1000px) { .badges { grid-template-columns: repeat(3, 1fr); } }

    /* Milestones timeline */
    .timeline { border-left: 2px solid var(--line); padding-left: 18px; display:grid; gap:16px; }
    .timeline .step { position: relative; background: var(--card); border:1px solid var(--line); border-radius: 12px; padding: 14px; }
    .timeline .step::before {
      content:""; position:absolute; left:-11px; top:16px; width:12px; height:12px; border-radius:50%;
      background: var(--accent); box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent), transparent 70%);
    }
    .timeline .year { font-weight: 800; color: var(--muted); margin-bottom: 6px; }
    .more-wrap { text-align:center; margin-top: 14px; }

    /* Recommended reading */
    .recommend { padding: 48px 0; }
    .recommend .grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 16px; }
    .recommend .card .body { padding: 16px; display:grid; gap:10px; }
    @media (max-width: 920px) { .recommend .grid { grid-template-columns: 1fr; } }

    /* CTA band */
    .cta { padding: 56px 0; }
    .cta .inner { background: linear-gradient(135deg, color-mix(in oklab, var(--accent), #000 10%), var(--accent)); color: #fff; border-radius: var(--radius); padding: 36px; display:flex; align-items:center; justify-content:space-between; gap: 18px; }
    .cta p { margin:0; opacity:.9; }

    @media (max-width:575px) {
      .cta .inner { flex-direction: column; align-items: start; }
    }

    /* Footer */
    footer { padding: 56px 0; border-top:1px solid var(--line); }
    .foot { display:grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 24px; }
    .foot a { color: var(--muted); }
    .foot a:hover { color: var(--ink); }
    @media (max-width: 920px) { .foot { grid-template-columns: 1fr 1fr; } }

    /* Focus */
    :focus-visible { outline: 3px solid color-mix(in oklab, var(--accent), #fff 30%); outline-offset: 2px; border-radius: 8px; }

        /* Hero */
    .why-hero { position: relative; }
    .why-hero .media { position: relative; aspect-ratio: 16/5; overflow: hidden; border-bottom: 1px solid var(--line); }
    .why-hero .media img { width:100%; height:100%; object-fit: cover; transform: scale(1.02); }
    .why-hero .media::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,0.0) 40%, rgba(0,0,0,.5) 100%); }
    .why-hero .title { position:absolute; left:0; right:0; bottom:16px; color:#fff; text-shadow: 0 2px 12px rgba(0,0,0,.35); padding-inline: 24px; }

    @media (max-width:1020px) {
      .why-hero .media { aspect-ratio: 12/5; }
    }

    @media (max-width:575px) {
      .why-hero .media { aspect-ratio: 6/5; }
    }

    /* Sections */
    .section { padding: 48px 0; }
    .values-grid { display:grid; grid-template-columns: 1fr; gap: 20px; margin-top: 16px; }
    .value { padding: 18px; }
    .value h3 { margin:6px 0 6px; }
    @media (max-width: 920px) { .values-grid { grid-template-columns: 1fr; } }

    /* Feature band (your provided text content) */
    .feature-band {
      background: var(--accent); color: #fff; padding: 36px 0; border-top: 1px solid color-mix(in oklab, #000, transparent 80%);
      border-bottom: 1px solid color-mix(in oklab, #000, transparent 80%);
    }
    .feature-grid {
      display:grid; grid-template-columns: 1fr auto 2fr; align-items:start; gap: 16px;
    }
    .feature-left h2 { color:#fff; margin:0; font-size: clamp(22px, 3vw, 28px); }
    .feature-divider { width:2px; background: rgba(255,255,255,.7); height: 100%; min-height: 120px; border-radius: 2px; }
    .feature-right h3 { margin:0 0 10px; color:#fff; }
    .feature-right p { margin:0; opacity:.95; }
    @media (max-width: 900px) {
      .feature-grid { grid-template-columns: 1fr; }
      .feature-divider { display:none; }
      .feature-left { margin-bottom: 6px; }
    }

    /* Process */
    .process-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 16px; }
    .step { padding: 18px; }
    .step .num { font-weight:800; color: var(--muted); margin-bottom: 6px; }
    @media (max-width: 920px) { .process-grid { grid-template-columns: 1fr; } }

    /* Partners */
    .trust { padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: color-mix(in oklab, var(--paper), #fff 4%); }
    .trust .row { display:grid; grid-template-columns: repeat(6, 1fr); gap: 24px; align-items:center; }
    .trust img { opacity:.75; filter: grayscale(1); }
    @media (max-width: 920px) { .trust .row { grid-template-columns: repeat(3, 1fr); } }

        .two-col{display:grid;grid-template-columns:1.25fr 1fr;gap:24px;align-items:start}
    @media (max-width:1000px){.two-col{grid-template-columns:1fr}}

    /* Tables */
    .table-wrap{margin-top:12px;overflow:auto;border:1px solid var(--line);border-radius:12px;background:var(--card)}
    table{width:100%;border-collapse:collapse;min-width:880px}
    thead th{text-align:left;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);background:color-mix(in oklab,var(--paper),#fff 4%);padding:12px;border-bottom:1px solid var(--line);vertical-align:top}
    tbody td{padding:12px;border-bottom:1px solid var(--line);vertical-align:top}
    tbody tr:hover{background:color-mix(in oklab,var(--paper),#fff 6%)}
    .badge{display:inline-block;padding:4px 10px;border-radius:999px;font-weight:700;font-size:12px}
    .badge.open{background:#0b8347;color:#fff}
    .badge.full{background:rgb(199, 0, 0);color:#fff}

    /* Accordion */
    .accordion{display:grid;gap:10px}
    .acc-item{border:1px solid var(--line);border-radius:12px;background:var(--card);overflow:hidden}
    .acc-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;cursor:pointer}
    .acc-head:hover{background:color-mix(in oklab,var(--paper),#fff 8%)}
    .acc-head h3{margin:0;font-size:20px}
    .acc-body{padding:0 16px 16px;display:none}
    .acc-item[open] .acc-body{display:block}
    .chev{transition:transform .2s ease}
    .acc-item[open] .chev{transform:rotate(180deg)}
    /* Color accents for headings */
    .tone-l3-wine h3{color:#00573D}
    .tone-l3-sake h3{color:#00B588}
    .tone-l2-wine h3{color:#005EAB}
    .tone-l1-wine h3{color:#F26633}
    .tone-l1-sake h3{color:#F2A900}

    /* Sessions toggle in schedule table */
.sessions-cell { text-align: center; line-height: 1.35; }
.sessions-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; border: 0; padding: 0; cursor: pointer;
  font: inherit; color: var(--ink); text-decoration: underline; font-weight: 700;
}
.sessions-toggle .chev { transition: transform .2s ease; color: var(--muted); }
.sessions-toggle[aria-expanded="true"] .chev { transform: rotate(180deg); }
.sessions-list { margin-top: 8px; color: var(--muted); line-height: 1.2; }

/* Footer revamp */
.site-footer { border-top: 1px solid var(--line); background: var(--paper); }
.site-footer .foot { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; padding: 40px 0; }
@media (max-width: 920px){ .site-footer .foot { grid-template-columns: 1fr; } }

.site-footer h3 { margin: 0 0 10px; font-size: 18px; }
.office-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
@media (max-width: 920px){ .office-grid { grid-template-columns: 1fr; } }
.office { padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--card); }
.office address { font-style: normal; line-height: 1.5; }
.office .hours, .office .contact { margin-top: 10px; }
.office .note { margin-top: 10px; color: var(--muted); font-size: 13px; }

.site-footer .actions { margin-top: 12px; }
.social .icons { display: flex; gap: 10px; }
.icon-btn-sm {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--card); color: var(--ink);
}
.icon-btn-sm:hover { background: color-mix(in oklab, var(--paper), #fff 8%); }
.icon { width: 18px; height: 18px; }

.site-footer .quick a { display:block; color: var(--muted); margin: 6px 0; }
.site-footer .quick a:hover { color: var(--ink); }

.foot-bottom { border-top: 1px solid var(--line); padding: 12px 0; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.foot-bottom a { color: var(--muted); }
.foot-bottom a:hover { color: var(--ink); }

/* WhatsApp floating button (all pages) */
.whatsapp-fab {
  position: fixed; right: 18px; bottom: 18px; z-index: 9999;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25D366; color: #fff; display:flex; align-items:center; justify-content:center;
  box-shadow: var(--shadow);
}
.whatsapp-fab:hover { filter: brightness(1.05); transform: translateY(-1px); }
.whatsapp-fab .icon { width: 22px; height: 22px; fill: currentColor; }

/* Improved footer (no cards) */
.site-footer { border-top: 1px solid var(--line); background: var(--paper); padding-left: 1rem; padding-right: 1rem; }
.site-footer .wrap { padding: 36px 0; }

.footer-columns {
  display: grid; grid-template-columns: 2fr 1.5fr; gap: 32px;
}
@media (max-width: 900px) { .footer-columns { grid-template-columns: 1fr; } }

.site-footer h3 { margin: 0 0 10px; font-size: 18px; }
.site-footer .eyebrow { color: #7a1f41; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }

/* Offices column */
.offices .office-columns {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
  margin-top: 8px;
}
@media (max-width: 700px) { .offices .office-columns { grid-template-columns: 1fr; } .footer-divider { display: block !important; }}
.footer-divider { display: none; width: 100%; }
.office-block h4 { margin: 0 0 8px; font-size: 16px; }
.office-block address { font-style: normal; line-height: 1.5; margin: 0; }
.office-block .cn { margin-top: 4px; display: block; }
.office-block .section { margin-top: 10px; }
.office-block .section .eyebrow { display: block; margin-bottom: 4px; }
.office-block .note { margin-top: 10px; color: var(--muted); font-size: 13px; }

/* Links + social */
.footer-actions { margin-top: 12px; display: flex; gap: 12px; flex-wrap: wrap; }
.footer-actions a.btn-link {
  padding: 8px 12px; border: 1px solid var(--line); border-radius: 12px; background: transparent;
}
.footer-actions a.btn-link:hover { background: color-mix(in oklab, var(--paper), #fff 8%); }

.footer-social { display: grid; gap: 6px; align-content: start; }
.footer-social .icons { display: flex; gap: 10px; }
.icon-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: transparent; border: 1px solid var(--line); color: var(--ink);
}
.icon-link:hover { background: color-mix(in oklab, var(--paper), #fff 8%); }
.icon { width: 18px; height: 18px; }

/* Bottom bar */
.foot-bottom {
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 0;
  color: var(--muted); font-size: 14px;
}
.foot-bottom a { color: var(--muted); }
.foot-bottom a:hover { color: var(--ink); }

/* Floating WhatsApp (use on all pages) */
.whatsapp-fab {
  position: fixed; right: 18px; bottom: 18px; z-index: 9999;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25D366; color: #fff; display:flex; align-items:center; justify-content:center;
  box-shadow: var(--shadow);
}
.whatsapp-fab:hover { filter: brightness(1.05); transform: translateY(-1px); }
.whatsapp-fab .icon { width: 22px; height: 22px; fill: currentColor; }

/* WSET classes grid (cards like homepage) */
.wset-classes { padding: 48px 0; border-top: 1px solid var(--line); }
.wset-classes .results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
@media (max-width: 920px) { .wset-classes .results { grid-template-columns: 1fr; } }

.course-card img { width: 100%; height: 200px; object-fit: cover; }
.course-card .body { padding: 16px; display: grid; gap: 10px; }
.course-card .meta { display: flex; gap: 12px; color: var(--muted); font-size: 14px; flex-wrap: wrap; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price-row .price { font-weight: 800; }
.price-row .sub { color: var(--muted); font-size: 13px; }
.badge-pill { display: inline-block; padding: 3px 10px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; color: var(--muted); }

/* WSET classes card details */
.wset-classes { padding: 48px 0; border-top: 1px solid var(--line); }
.wset-classes .results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
@media (max-width: 920px) { .wset-classes .results { grid-template-columns: 1fr; } }

.class-card img { width: 100%; height: 200px; object-fit: cover; }
.class-card .body { padding: 16px; display: grid; gap: 12px; }

.header-row { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.subject { font-size: 18px; font-weight: 700; }
.status-badge { display:inline-block; padding: 4px 10px; border-radius: 999px; font-weight: 700; font-size: 12px; }
.status-badge.available { background:#0b8347;color:#fff; }
.status-badge.wait { background:#a05a00;color:#fff; }
.status-badge.full{background:rgb(199, 0, 0);color:#fff}

.kicker { color: var(--muted); font-size: 13px; }

.dl { display: grid; grid-template-columns: 140px 1fr; column-gap: 12px; row-gap: 8px; }
@media (max-width: 560px){ .dl { grid-template-columns: 1fr; } }
.dl dt { color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.dl dd { margin: 0; }

.price { font-weight: 800; }
.price .sub { color: var(--muted); font-weight: 600; margin-left: 6px; }

.actions { display:flex; gap: 10px; flex-wrap: wrap; }

.sessions-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; border: 0; padding: 0; cursor: pointer;
  font: inherit; color: var(--ink); text-decoration: underline; font-weight: 700;
}
.sessions-toggle .chev { color: var(--muted); transition: transform .2s ease; }
.sessions-toggle[aria-expanded="true"] .chev { transform: rotate(180deg); }
.session-list { margin-top: 6px; color: var(--muted); line-height: 1.3; }

.inner.container { padding: 0; }

/* Testimonials */
.testimonials .splide { margin-top: 12px; }
.quote {
  background: var(--surface, #fff);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 20px;
  height: 80%;
}
.quote p { font-size: 1.05rem; line-height: 1.6; margin: 0; }
.quote .eyebrow { margin-top: 8px; color: #7a1f41; display: block; }

/* Optional: style arrows/pagination */
.splide__arrow {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(0,0,0,0.12);
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  color: inherit;
}
.splide__pagination__page.is-active {
  background: currentColor;
  transform: scale(1.15);
}

/* Terms page styles */
html { scroll-padding-top: calc(var(--nav-h, 70px) + 16px); }

.terms-head {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in oklab, var(--paper), #fff 6%);
}
.terms-head h1 { margin: 0; }
.terms-meta { color: var(--muted); font-size: 14px; margin-top: 6px; }
.terms-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top: 12px; }

.terms-shell { padding: 32px 0; }
.terms-grid { display:grid; grid-template-columns: 1.5fr .6fr; gap: 24px; align-items: start; }
@media (max-width: 980px) { .terms-grid { grid-template-columns: 1fr; } }

.terms-content {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius, 16px);
  box-shadow: var(--shadow);
  padding: 20px;
}
.terms-content h2 { margin-top: 24px; }
.terms-content h3 { margin-top: 18px; }
.terms-content p { margin: 10px 0; }
.terms-content ul { margin: 10px 0 10px 20px; }
.terms-note { color: var(--muted); font-size: 13px; }

.toc {
  position: sticky; top: calc(var(--nav-h, 70px) + 16px);
  border:1px solid var(--line); border-radius: var(--radius, 16px);
  background: var(--card); box-shadow: var(--shadow);
  padding: 16px; display: grid; gap: 8px;
}
.toc h3 { margin: 0 0 6px; font-size: 16px; }
.toc a {
  display:block; padding: 6px 8px; border-radius: 8px;
  color: var(--muted); font-size: 14px;
}
.toc a:hover { background: color-mix(in oklab, var(--paper), #fff 8%); color: var(--ink); }
.toc a.active { color: var(--ink); background: color-mix(in oklab, var(--accent), #fff 90%); }

/* small helpers */
address { font-style: normal; line-height: 1.5; }


.footer-links ul {
   list-style-type: none;
}

.links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* Privacy Policy page styles */
html { scroll-padding-top: calc(var(--nav-h, 70px) + 16px); }

.policy-head {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in oklab, var(--paper), #fff 6%);
}
.policy-head h1 { margin: 0; }
.policy-meta { color: var(--muted); font-size: 14px; margin-top: 6px; }
.policy-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top: 12px; }

.policy-shell { padding: 32px 0; }
.policy-grid { display:grid; grid-template-columns: 1.5fr .6fr; gap: 24px; align-items: start; }
@media (max-width: 980px) { .policy-grid { grid-template-columns: 1fr; } }

.policy-content {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius, 16px);
  box-shadow: var(--shadow);
  padding: 20px;
}
.policy-content h2 { margin-top: 24px; }
.policy-content h3 { margin-top: 18px; }
.policy-content p { margin: 10px 0; }
.policy-content ul { margin: 10px 0 10px 20px; }
.policy-note { color: var(--muted); font-size: 13px; }

.toc {
  position: sticky; top: calc(var(--nav-h, 70px) + 16px);
  border:1px solid var(--line); border-radius: var(--radius, 16px);
  background: var(--card); box-shadow: var(--shadow);
  padding: 16px; display: grid; gap: 8px;
}
.toc h3 { margin: 0 0 6px; font-size: 16px; }
.toc a {
  display:block; padding: 6px 8px; border-radius: 8px;
  color: var(--muted); font-size: 14px;
}
.toc a:hover { background: color-mix(in oklab, var(--paper), #fff 8%); color: var(--ink); }
.toc a.active { color: var(--ink); background: color-mix(in oklab, var(--accent), #fff 90%); }

.all-courses td { font-size: 12px; }
.all-courses th { font-size: 11px; }

/* Login modal */
#loginOverlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.45);
  opacity: 0; pointer-events: none; transition: opacity .25s ease;
  z-index: 1000;
}
#loginModal {
  position: fixed; left: 50%; top: 50%;
  transform: translate(-50%, -46%) scale(.98);
  opacity: 0; pointer-events: none;
  width: min(520px, 92vw);
  background: var(--card, #fff);
  color: var(--ink, #0e0e10);
  border: 1px solid var(--line, #e9e6e0);
  border-radius: 16px; box-shadow: var(--shadow, 0 10px 36px rgba(14,14,16,.18));
  z-index: 1001; transition: transform .24s ease, opacity .24s ease;
}
html[data-login-open="true"] #loginOverlay { opacity: 1; pointer-events: auto; }
html[data-login-open="true"] #loginModal { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
html[data-login-open="true"] { overflow: hidden; }

.modal-head { display:flex; align-items:center; justify-content:space-between; gap:10px; padding: 16px 18px; border-bottom: 1px solid var(--line, #e9e6e0); }
.modal-head h2 { margin:0; font-size: 22px; font-family: "Fraunces", ui-serif, Georgia, serif; }
.modal-close {
  background: transparent; border: 1px solid var(--line, #e9e6e0); border-radius: 10px;
  width: 38px; height: 38px; display:inline-flex; align-items:center; justify-content:center; cursor: pointer;
}
.modal-close:hover { background: color-mix(in oklab, var(--paper, #f7f6f3), #fff 8%); }

.modal-body { padding: 18px; display:grid; gap: 14px; }
.field { display:grid; gap:3px; margin-bottom: 10px; }
.field label { font-size: 13px; color: var(--muted, #6b6f76); }
.input {
  width:100%; padding: 12px 12px; border:1px solid var(--line, #e9e6e0); border-radius: 12px;
  background: var(--card, #fff); color: var(--ink, #0e0e10);
}
.input:focus-visible { outline: 3px solid color-mix(in oklab, var(--accent, #46041b), #fff 30%); outline-offset: 2px; }

.inline { display:flex; align-items:center; justify-content:space-between; gap: 10px; margin-bottom: 10px; }
.helper { color: var(--muted, #6b6f76); font-size: 13px; }

.actions { display:flex; gap:10px; flex-wrap: wrap; }
.btn.block { width: 100%; justify-content: center; }

.error { display:none; background: #fee; color:#7a1a1a; border:1px solid #f5c2c7; padding:10px 12px; border-radius: 10px; font-size: 14px; }
.error.is-active { display:block; }

.pw-wrap { position: relative; }
.pw-toggle {
  position:absolute; right:8px; top:50%;
  border: 0; background: transparent; color: var(--muted, #6b6f76); cursor: pointer; padding: 6px 8px;
}
.pw-toggle:hover { color: var(--ink, #0e0e10); }

#loginSubmit { font-size: 16px}

/* Full-width hero Splide slider */
.hero-slider { position: relative; }
/* Force the hero slider to maintain a 3:1 aspect ratio */
.hero-slider .splide {
  width: 100%;
  /* margin-left: calc(50% - 50vw); */
}

/* Let Splide control height via heightRatio (no fixed height here) */
.hero-slider .splide__track { height: auto; }

.hero-slider .splide__slide { position: relative; }
.hero-slider .splide__slide img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-slider .splide__slide::after {
  content:""; position:absolute; inset:0;
  pointer-events: none;
}

/* Optional caption styling (unchanged) */
.hero-slider .caption {
  position:absolute; left:0; right:0; bottom:16px; z-index: 2;
  color:#fff; text-shadow: 0 2px 12px rgba(0,0,0,.35);
  padding-inline: 24px;
}
.hero-slider .caption .inner {
  width:100%; max-width: var(--max, 1200px); margin-inline:auto;
}ro-slider .caption h2 { margin: 0 0 6px; font-family: "Fraunces", ui-serif, Georgia, serif; }
.hero-slider .caption p { margin: 0 0 10px; opacity: .92; }
.hero-slider .caption .actions { display:flex; gap:10px; flex-wrap:wrap; }
/* Splide arrows/pagination tweaks */
.splide__arrow { background: rgba(0,0,0,.35); backdrop-filter: blur(4px); }
.splide__arrow:hover { background: rgba(0,0,0,.5); }
.splide__pagination__page { background: rgba(255,255,255,.6); }
.splide__pagination__page.is-active { background: #fff; transform: scale(1.2); }

  /* New style form scaffolding (lightweight, matches your design tokens) */
  .register-page .page-header { margin: 16px 0 24px; }
  .eyebrow { font-size: .85rem; text-transform: uppercase; letter-spacing: .06em; color: white; }
  .muted { color: var(--muted,#666); }

  .card.form { background: var(--surface,#fff); border: 1px solid rgba(0,0,0,.08); border-radius: 16px; padding: 24px; }
  .card.person .eyebrow { color: gray; }
  .form-section + .form-section { margin-top: 24px; }
  .section-title { font-size: 1.1rem; margin: 0 0 12px; }
  .form-grid { display: grid; gap: 16px 24px; }
  .form-grid.one { grid-template-columns: 1fr; }
  .form-grid.two { grid-template-columns: repeat(2, 1fr); }
  .form-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  @media (max-width: 900px) {
    .form-grid.two, .form-grid.four { grid-template-columns: 1fr; }
  }

  .field label { display: inline-block; margin-bottom: 6px; font-weight: 600; }
  .input { width: 100%; border: 1px solid rgba(0,0,0,.12); border-radius: 10px; padding: 10px 12px; background: var(--surface,#fff); }
  .input:focus { outline: none; border-color: rgba(0,0,0,.3); box-shadow: 0 0 0 3px rgba(0,0,0,.06); }

  .choice { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid rgba(0,0,0,.08); border-radius: 10px; background: var(--surface,#fff); }
  .choice input { transform: scale(1.05); }
  .choice.terms { border: none; padding: 0; background: transparent; }

  .input-with-action { display: flex; align-items: center; gap: 8px; }
  .btn.icon.small { padding: 6px 8px; border: 1px solid rgba(0,0,0,.1); background: #f7f7f7; border-radius: 8px; font-size: .9rem; }

  .field-error { color: #b00020; font-weight: 600; margin-top: 6px; }
  .req { color: #d00; }

  .form-actions { display: flex; justify-content: flex-end; margin-top: 16px; }
  .btn.primary { background: #7a1f41; color: #fff; border: none; padding: 12px 16px; border-radius: 10px; cursor: pointer; }
  .btn.primary:hover { filter: brightness(1.05); }

  .breadcrumbs { font-size: .9rem; margin: 8px 0 16px; }
  .breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; flex-wrap: wrap; }
  .breadcrumbs li + li::before { content: "›"; opacity: .5; margin: 0 4px; }

  :root {
    --brand: #7a1f41;
    --ink: #111;
    --muted: #666;
    --surface: #fff;
    --bg: #fafafa;
    --border: rgba(0,0,0,.1);
    --radius: 14px;
  }

  .container { width: min(1120px, 92%); margin: 0 auto; }

  .container.schedule { width: min(1200px, 92%); margin: 0 auto; }


  /* Legal notice */
  .notice-legal { background: #222; color: #fff; padding: 10px 0; }
  .notice-legal p { margin: 0; text-align: center; font-size: .9rem; line-height: 1.4; }
  .mobile-break { display: none; }
  @media (max-width: 640px) { .mobile-break { display: inline; } }

  /* Breadcrumbs */
  .breadcrumbs { font-size: .9rem; color: var(--muted); margin: 14px auto; }
  .breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; flex-wrap: wrap; }
  .breadcrumbs li + li::before { content: "›"; opacity: .5; margin: 0 4px; }

  /* Hero */
  .hero--image { aspect-ratio: 16/5; position: relative; color: #fff; padding: 72px 0; background-size: cover; }
  .hero--image::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.35));
    z-index: 0;
  }
  .hero--image .container { left: 2rem; position: absolute; z-index: 1; bottom: 2rem; }
  .hero--image h1 { font-size: clamp(2rem, 3.6vw, 3rem); margin: 6px 0 10px; }
  .hero--image .muted { color: #f3f3f3; max-width: 64ch; }
  .hero--image .actions { margin-top: 14px; display: flex; gap: 10px; flex-wrap: wrap; }

  @media (max-width:1020px) {
    .hero--image { aspect-ratio: 12/5; }
  }
  @media (max-width:575px) {
    .hero--image { aspect-ratio: 6/5; }
    .side-menu { padding-bottom: 10rem; }
  }
  /* @media (max-width: 575px) {
    .hero--image { aspect-ratio: 16/9; }
    .hero--image .container { left: 0rem; bottom: 0.5rem; }
  } */

  /* Hero images (mobile/desktop) */
  /* .corporate-hero {
    background: url('https://images.unsplash.com/photo-1521017432531-fbd92d1cf6b2?q=80&w=1200&auto=format&fit=crop') center/cover no-repeat;
  }
  @media (min-width: 980px) {
    .corporate-hero {
      background-image: url('https://images.unsplash.com/photo-1558888487-16a3b3625c25?q=80&w=1600&auto=format&fit=crop');
    }
  } */

  /* Typography & buttons */
  .eyebrow { text-transform: uppercase; letter-spacing: .06em; font-size: .85rem; color: #7a1f41; }
  .muted { color: var(--muted); }
  .btn { display: inline-block; border-radius: 999px; padding: 10px 16px; text-decoration: none; border: 1px solid var(--border); }
  .btn.primary { background: var(--brand); color: #fff; border-color: var(--brand); }
  .center { text-align: center; }

  /* Intro */
  .intro .wrap { display: grid; gap: 24px; grid-template-columns: 1.1fr 1fr; align-items: center; }
  .intro .chips { display: flex; gap: 8px; flex-wrap: wrap; padding: 0; margin: 12px 0 0; list-style: none; }
  .intro .chip { border: 1px solid var(--border); border-radius: 999px; padding: 6px 10px; background: #fff; font-size: .9rem; color: var(--muted); }
  .mosaic { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .mosaic img { width: 100%; height: 160px; object-fit: cover; border-radius: 12px; }
  @media (min-width: 900px) { .mosaic img { height: 190px; } }
  @media (max-width: 900px) { .intro .wrap { grid-template-columns: 1fr; } }

  /* Formats */
  .formats { padding: 36px 0; }
  .formats h2, .partners h2, .inquiry h2 { margin: 0 0 12px; }
  .cards { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 900px) { .cards { grid-template-columns: 1fr; } }
  .card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
  .card-body { padding: 16px; }
  .checklist { margin: 10px 0 0; padding-left: 22px; }
  .checklist li { margin: 6px 0; }

  /* Partners */
  .partners { padding: 28px 0; }
  .logo-grid { display: grid; gap: 16px; grid-template-columns: repeat(6, 1fr); align-items: center; }
  .logo-grid img { width: 100%; max-height: 64px; object-fit: contain; background: #fff; border: 1px dashed var(--border); border-radius: 12px; padding: 10px; }
  @media (max-width: 1100px) { .logo-grid { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 700px) { .logo-grid { grid-template-columns: repeat(2, 1fr); } }

  /* Form */
  .form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; margin-top: 8px; }
  .form-grid { display: grid; gap: 16px 20px; }
  .form-grid.two { grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 900px) { .form-grid.two { grid-template-columns: 1fr; } }
  .field label { display: block; font-weight: 600; margin-bottom: 6px; }
  .input { width: 100%; border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; background: #fff; }
  .input:focus { outline: none; border-color: rgba(0,0,0,.3); box-shadow: 0 0 0 3px rgba(0,0,0,.06); }
  textarea.input { min-height: 120px; resize: vertical; }
  .choice { display: flex; gap: 8px; align-items: flex-start; margin: 8px 0 0; color: var(--muted); }
  .recaptcha { margin-top: 8px; }
  .form-actions { margin-top: 12px; display: flex; justify-content: flex-end; }
  .form-success { color: #0a7b38; font-weight: 600; margin-top: 12px; }

    .container { width: min(1120px, 92%); margin: 0 auto; }

  /* Legal notice */
  .notice-legal { background: #222; color: #fff; padding: 10px 0; }
  .notice-legal p { margin: 0; text-align: center; font-size: .9rem; line-height: 1.4; }
  .mobile-break { display: none; }
  @media (max-width: 640px) { .mobile-break { display: inline; } }

  /* Breadcrumbs */
  .breadcrumbs { font-size: .9rem; color: var(--muted); margin: 14px auto; }
  .breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; flex-wrap: wrap; }
  .breadcrumbs li + li::before { content: "›"; opacity: .5; margin: 0 4px; }

  /* Hero */
  /* .hero--image { position: relative; color: #fff; padding: 72px 0; }
  .hero--image::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.35));
    z-index: 0;
  }
  .hero--image .container { position: relative; z-index: 1; }
  .hero--image h1 { font-size: clamp(2rem, 3.6vw, 3rem); margin: 6px 0 10px; }
  .hero--image .muted { color: #f3f3f3; max-width: 64ch; } */

  /* Contact hero bgs (swap with your own) */
  .contact-hero {
    background-size: cover;
  }

  /* Offices */
  .offices { padding: 28px 0; }
  .offices h2 { margin: 0 0 12px; }
  .office-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
  @media (max-width: 900px) { .office-grid { grid-template-columns: 1fr; } }
  .card.office { background: none; border:none; border-bottom: 1px solid var(--border); border-radius: 0; box-shadow: none;}
  .office-body { padding: 16px; }
  .office h3 { margin: 0 0 8px; }
  address { font-style: normal; color: var(--muted); line-height: 1.5; }
  .actions { margin-top: 10px; }

  /* Form */
  .contact-form { background: none; padding: 36px 0; }
  .form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; margin-top: 8px; }
  .form-grid { display: grid; gap: 16px 20px; }
  .form-grid.two { grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 900px) { .form-grid.two { grid-template-columns: 1fr; } }
  .field label { display: block; font-weight: 600; margin-bottom: 6px; }
  .input { width: 100%; border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; background: #fff; }
  .input:focus { outline: none; border-color: rgba(0,0,0,.3); box-shadow: 0 0 0 3px rgba(0,0,0,.06); }
  textarea.input { min-height: 140px; resize: vertical; }
  .choice { display: flex; gap: 8px; align-items: flex-start; margin: 8px 0 0; color: var(--muted); }
  .recaptcha { margin-top: 8px; }
  .form-actions { margin-top: 12px; display: flex; justify-content: flex-end; }
  .btn { display: inline-block; border-radius: 999px; padding: 10px 16px; text-decoration: none; border: 1px solid var(--border); }
  .btn.primary { background: var(--brand); color: #fff; border-color: var(--brand); }
  .eyebrow { text-transform: uppercase; letter-spacing: .06em; font-size: .85rem; color: white; }
  .muted { color: var(--muted); }
  .form-success { color: #0a7b38; font-weight: 600; margin-top: 12px; }

  /* Legal notice */
  .notice-legal { background: #222; color: #fff; padding: 10px 0; }
  .notice-legal p { margin: 0; text-align: center; font-size: .9rem; line-height: 1.4; }
  .mobile-break { display: none; }
  @media (max-width: 640px) { .mobile-break { display: inline; } }

  /* Breadcrumbs */
  .breadcrumbs { font-size: .9rem; color: var(--muted); margin: 14px auto; }
  .breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; flex-wrap: wrap; }
  .breadcrumbs li + li::before { content: "›"; opacity: .5; margin: 0 4px; }

  /* Hero */
  /* .hero--image { position: relative; color: #fff; padding: 72px 0; }
  .hero--image::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.35));
    z-index: 0;
  }
  .hero--image .container { position: relative; z-index: 1; }
  .hero--image h1 { font-size: clamp(2rem, 3.6vw, 3rem); margin: 6px 0 10px; }
  .hero--image .muted { color: #f3f3f3; max-width: 64ch; } */
  /* .faq-hero {
    background: url('https://images.unsplash.com/photo-1504711434969-e33886168f5c?q=80&w=1200&auto=format&fit=crop') center/cover no-repeat;
  }
  @media (min-width: 980px) {
    .faq-hero { background-image: url('https://images.unsplash.com/photo-1504711434969-e33886168f5c?q=80&w=1600&auto=format&fit=crop'); }
  } */

  /* Controls */
  .faq-body { background: nonw; padding: 32px 0 40px; }
  .faq-controls { display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-bottom: 12px; }
  .search { flex: 1 1 360px; }
  .input { width: 100%; border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; background: #fff; }
  .input:focus { outline: none; border-color: rgba(0,0,0,.3); box-shadow: 0 0 0 3px rgba(0,0,0,.06); }
  .btn { display: inline-block; border-radius: 999px; padding: 10px 16px; text-decoration: none; border: 1px solid var(--border); cursor: pointer; }
  .btn.primary { background: var(--brand); color: #fff; border-color: var(--brand); }

  /* Jumps */
  .faq-jumps { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
  .chip { border: 1px solid var(--border); border-radius: 999px; padding: 6px 10px; background: #fff; color: var(--muted); text-decoration: none; }

  /* Accordion */
  h2 { margin: 18px 0 8px; }
  .accordion { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 6px; margin-bottom: 18px; }
  .faq-item { border-radius: 10px; overflow: hidden; }
  .faq-item + .faq-item { border-top: 1px solid var(--border); }
  .faq-item[hidden] { display: none !important; }
  .faq-item summary {
    list-style: none; cursor: pointer; padding: 14px 44px 14px 14px; position: relative; font-weight: 600;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after {
    content: "▸"; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); transition: transform .2s ease;
    color: var(--muted);
  }
  .faq-item[open] summary::after { transform: translateY(-50%) rotate(90deg); }
  .faq-item .content { padding: 0 14px 14px 14px; color: var(--muted); line-height: 1.55; }

  /* CTA */
  .faq-cta { display: flex; gap: 10px; align-items: center; margin-top: 10px; }
  .muted { color: var(--muted); }
  .eyebrow { text-transform: uppercase; letter-spacing: .06em; font-size: .85rem; color: white; }

  .title.container .eyebrow { color: #ddd }

  /* Accessibility helper */
  .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

  /* :root {
  --brand: #7b1d42;
  --ink: #111;
  --muted: #666;
  --surface: #fff;
  --bg: #fafafa;
  --border: rgba(0,0,0,.12);
  --radius: 14px;
}
.container { width: min(1120px, 92%); margin: 0 auto; }
.page-header { margin: 10px 0 14px; }
.breadcrumbs { font-size: .9rem; color: var(--muted); margin: 8px 0 16px; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumbs li + li::before { content: "›"; opacity: .5; margin: 0 4px; }
*/

.card.enroll { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; margin-bottom: 16px; }
.enroll .muted + .muted { margin-top: 8px; }

/*
.eyebrow { text-transform: uppercase; letter-spacing: .06em; font-size: .85rem; color: var(--muted); }
.muted { color: var(--muted); }
.small { font-size: .9rem; }

.form { margin-top: 8px; }
.section-title { font-size: 1.1rem; margin: 18px 0 8px; }
.form-grid { display: grid; gap: 14px 18px; }
.form-grid.one { grid-template-columns: 1fr; }
.form-grid.two { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px){ .form-grid.two { grid-template-columns: 1fr; } }

.field { display: flex; flex-direction: column; }
.field label, .label { font-weight: 600; margin-bottom: 6px; }
.input, select.input, textarea.input { width: 100%; border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; background: #fff; }
.input:focus { outline: none; border-color: rgba(0,0,0,.3); box-shadow: 0 0 0 3px rgba(0,0,0,.06); }
textarea.input { resize: vertical; min-height: 100px; }
*/

.choices { display: flex; gap: 16px; flex-wrap: wrap; }
.choice { display: inline-flex; align-items: center; gap: 8px; }

.checks-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 16px; margin: 8px 0; }
@media (max-width: 700px){ .checks-grid { grid-template-columns: 1fr; } }

.receipt-wrap { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 18px; margin-top: 8px; }
@media (max-width: 900px){ .receipt-wrap { grid-template-columns: 1fr; } }

.form-actions { display: flex; justify-content: flex-end; margin-top: 12px; }
.btn { display: inline-block; border-radius: 10px; padding: 10px 16px; border: 1px solid var(--border); background: #fff; color: var(--ink); cursor: pointer; }
.btn.primary { background: var(--brand); color: #fff; border-color: var(--brand); }
.btn:disabled { opacity: .6; cursor: not-allowed; }

.error { color: #b00020; font-weight: 600; margin-top: 10px; }

.card.side-summary ul {
  list-style: none;
}

.section-alert {
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: min(32rem, calc(100% - 2rem));
  z-index: 999;
}

/* Custom styling for the container */
.section-alert {
  margin-bottom: 1rem; /* Adds space below the alert section */
}

/* Basic alert styling (if not using Bootstrap) */
.alert {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: relative;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* Dismissible button styling (if not using Bootstrap) */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1rem;
  color: inherit;
  opacity: 0.5;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.alert-dismissible .btn-close:hover {
  opacity: 0.75;
}

/* Fade and show for transitions (if not using Bootstrap's JS) */
.fade {
  transition: opacity 0.15s linear;
  opacity: 0;
}

.show {
  opacity: 1;
}


.course-card.hidden {
  display: none;
}


