/* ══════════════════════════════════════════════
   CAUSAL CAPITAL — DESIGN SYSTEM
   Palette and type aligned to the Alana landing
   pages so both properties read as one brand.
   ══════════════════════════════════════════════ */

:root {
    --dark:        #0d1117;
    --darker:      #080c10;
    --mid:         #141b24;
    --border:      #1e2a38;
    --gold:        #b8924a;
    --gold-light:  #d4a96a;
    --gold-pale:   rgba(184,146,74,0.10);
    --text:        #e8e2d9;
    --text-soft:   #b4bcc6;
    --muted:       #7a8694;
    --white:       #ffffff;
    --radius:      4px;
    --max-w:       1180px;
    --font-brand:  'Avenir Next', 'Avenir', 'Nunito Sans', 'Segoe UI', sans-serif;
    --clp-purple:  #7b34a8;
    --clp-purple-d:#6a2a92;
    --clp-text:    #f2e9f7;
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'DM Sans', sans-serif;
    background: var(--dark);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }

/* ── UTILITY ── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }

.section-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}
.section-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 300;
    line-height: 1.15;
    color: var(--white);
}
.section-heading em { font-style: italic; color: var(--gold-light); }

/* ── NAV ── */
nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    padding: 20px 32px;
    display: flex; align-items: center; justify-content: space-between;
    background: linear-gradient(to bottom, rgba(8,12,16,0.97) 0%, rgba(8,12,16,0.75) 70%, transparent 100%);
}
.nav-brand {
    display: flex; align-items: center; gap: 13px;
    font-family: var(--font-brand);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--white);
}
.nav-brand .brand-word { color: var(--white); }
.brand-logo {
    height: 40px; width: auto;
    display: block; flex-shrink: 0;
}

.nav-links {
    display: flex; align-items: center; gap: 32px;
    list-style: none;
}
.nav-links a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    transition: color 0.2s ease;
}
.nav-links a:hover  { color: var(--gold); }
.nav-links a.active { color: var(--text); }

.nav-btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 10px 26px;
    border: 1px solid var(--gold);
    background: transparent;
    color: var(--gold);
    cursor: pointer;
    border-radius: var(--radius);
    transition: all 0.25s ease;
    display: inline-block;
}
.nav-btn:hover { background: var(--gold); color: var(--dark); }

/* ── HAMBURGER TOGGLE ── */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: 4px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px; height: 42px;
}
.nav-toggle span {
    display: block;
    width: 22px; height: 1.5px;
    background: var(--text);
    transition: transform 0.3s ease, opacity 0.2s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── MOBILE PANEL ── */
.mobile-panel {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(320px, 84vw);
    z-index: 99;
    background: var(--darker);
    border-left: 1px solid var(--border);
    padding: 96px 32px 40px;
    transform: translateX(100%);
    transition: transform 0.34s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}
.mobile-panel.open { transform: translateX(0); }
.mobile-panel ul { list-style: none; display: flex; flex-direction: column; }
.mobile-panel li { border-bottom: 1px solid var(--border); }
.mobile-panel a {
    display: block;
    padding: 18px 0;
    font-size: 13px; font-weight: 500;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--text-soft);
    transition: color 0.2s ease;
}
.mobile-panel a:hover,
.mobile-panel a.active { color: var(--gold); }
.mobile-panel .nav-btn { margin-top: 32px; width: 100%; text-align: center; }
.nav-scrim {
    position: fixed; inset: 0; z-index: 98;
    background: rgba(8,12,16,0.72);
    backdrop-filter: blur(3px);
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s ease;
}
.nav-scrim.open { opacity: 1; pointer-events: auto; }

/* ── PAGE HEADER (inner pages) ── */
.page-head {
    padding: 168px 0 72px;
    background: var(--darker);
    border-bottom: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}
.page-head::after {
    content: '';
    position: absolute;
    top: -40%; right: -8%;
    width: 55%; height: 160%;
    background: radial-gradient(ellipse at center, rgba(184,146,74,0.08) 0%, transparent 65%);
    pointer-events: none;
}
.page-head .container { position: relative; z-index: 2; }
.page-head h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(40px, 5.5vw, 68px);
    font-weight: 300;
    line-height: 1.08;
    color: var(--white);
    margin-bottom: 22px;
}
.page-head h1 em { font-style: italic; color: var(--gold-light); }
.page-head p {
    font-size: 17px; font-weight: 300;
    color: var(--text-soft); line-height: 1.8;
    max-width: 640px;
}

/* ── TEAM ── */
.team-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.team-card {
    background: var(--mid);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 38px 32px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.team-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.team-photo {
    width: 108px; height: 108px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 22%;
    display: block;
    margin-bottom: 22px;
    border: 1px solid var(--border);
    filter: grayscale(0.35) contrast(1.04);
    transition: filter 0.35s ease, border-color 0.35s ease;
}
.team-card:hover .team-photo {
    filter: grayscale(0) contrast(1);
    border-color: var(--gold);
}
.team-photo-placeholder {
    width: 108px; height: 108px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 22px;
    background: var(--dark);
    border: 1px solid var(--border);
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px; font-weight: 300;
    color: var(--gold);
}
.team-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px; font-weight: 400;
    color: var(--white); line-height: 1.2;
    margin-bottom: 6px;
}
.team-role {
    font-size: 11px; font-weight: 500;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border);
}
.team-bio {
    font-size: 14.5px; font-weight: 300;
    color: var(--text-soft); line-height: 1.75;
}

/* ── PRACTICE DETAIL ── */
.practice-detail {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 40px;
    padding: 56px 0;
    border-bottom: 1px solid var(--border);
    align-items: start;
}
.practice-detail:last-child { border-bottom: none; }
.practice-detail-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 62px; font-weight: 300;
    color: var(--gold); line-height: 0.9;
}
.practice-detail h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 400; color: var(--white);
    line-height: 1.25; margin-bottom: 18px;
}
.practice-detail p {
    font-size: 15.5px; font-weight: 300;
    color: var(--text-soft); line-height: 1.85;
    margin-bottom: 18px;
    max-width: 720px;
}
.practice-detail p:last-child { margin-bottom: 0; }
.detail-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.detail-list li {
    display: flex; align-items: flex-start; gap: 13px;
    font-size: 14.5px; font-weight: 300;
    color: var(--text-soft); line-height: 1.6;
}
.detail-list li::before {
    content: ''; display: block;
    width: 18px; height: 1px;
    background: var(--gold);
    margin-top: 11px; flex-shrink: 0;
}

/* ── COURSE BLOCKS ── */
.course-block { margin-bottom: 72px; }
.course-block:last-child { margin-bottom: 0; }
.course-block-head {
    display: flex; align-items: baseline; gap: 16px;
    margin-bottom: 28px; padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
    flex-wrap: wrap;
}
.course-block-head h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px; font-weight: 400;
    color: var(--white); line-height: 1.2;
}
.course-block-count {
    font-size: 11px; font-weight: 500;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--gold);
}
.course-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.course-card {
    background: var(--mid);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 30px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.course-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.course-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 23px; font-weight: 400;
    color: var(--white); margin-bottom: 12px; line-height: 1.25;
}
.course-card p {
    font-size: 14.5px; font-weight: 300;
    color: var(--text-soft); line-height: 1.75;
}
.course-tag {
    display: inline-block;
    font-size: 10px; font-weight: 500;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--gold);
    border: 1px solid var(--border);
    border-radius: 2px;
    padding: 4px 10px;
    margin-bottom: 14px;
}

/* ── PRODUCT ROWS (register) ── */
.product-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    background: var(--mid);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 30px 32px;
    margin-bottom: 16px;
    transition: border-color 0.3s ease;
}
.product-row:hover { border-color: var(--gold); }
.product-row.soon { opacity: 0.72; }
.product-row.soon:hover { border-color: var(--border); }
.product-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 23px; font-weight: 400;
    color: var(--white); margin-bottom: 8px; line-height: 1.25;
}
.product-info p {
    font-size: 14.5px; font-weight: 300;
    color: var(--text-soft); line-height: 1.7;
    max-width: 620px;
}
.product-action { text-align: right; flex-shrink: 0; }
.product-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px; font-weight: 400;
    color: var(--gold); line-height: 1;
    margin-bottom: 12px; white-space: nowrap;
}
.product-price small {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px; font-weight: 300;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--muted); margin-top: 5px;
}
.soon-badge {
    display: inline-block;
    font-size: 10px; font-weight: 500;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--muted);
    border: 1px solid var(--border);
    border-radius: 2px;
    padding: 8px 16px;
    white-space: nowrap;
}
.legacy-link {
    text-align: center;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
}
.legacy-link a {
    font-size: 12px; font-weight: 300;
    letter-spacing: 0.12em;
    color: var(--muted);
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}
.legacy-link a:hover { color: var(--gold); border-bottom-color: var(--gold); }

/* ── CATALOGUE (full course list) ── */
.stream {
    margin-bottom: 20px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--darker);
    overflow: hidden;
    --panel:       #7b34a8;
    --panel-hover: #6a2a92;
    --panel-text:  rgba(255,255,255,0.88);
}
.stream:last-child { margin-bottom: 0; }

/* ── STREAM PANEL COLOURS (carried across from CLP.LIFE) ── */
.stream--atlas    { --panel: #37516b; --panel-hover: #2e4459; }  /* slate, from the Atlas app */
.stream--trading  { --panel: #0f6f7a; --panel-hover: #0c5c66; }
.stream--risk     { --panel: #d99320; --panel-hover: #c2811a; }
.stream--audit    { --panel: #7b34a8; --panel-hover: #6a2a92; }
.stream--finance  { --panel: #0a7a3c; --panel-hover: #086632; }
.stream--hr       { --panel: #b00068; --panel-hover: #96005a; }
.stream--digital  { --panel: #2e2e2e; --panel-hover: #3a3a3a; }
.stream--product  { --panel: #1878c4; --panel-hover: #1465a6; }

.stream-toggle {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr minmax(240px, 40%);
    gap: 40px;
    align-items: center;
    padding: 38px 40px;
    background: var(--panel);
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.25s ease;
    font-family: 'DM Sans', sans-serif;
}
.stream-toggle:hover { background: var(--panel-hover); }
.stream-banner {
    width: 100%; height: 168px;
    object-fit: cover;
    border-radius: 2px;
    display: block;
}
.stream-meta { min-width: 0; }
.stream-meta h2 {
    font-family: var(--font-brand);
    font-size: 27px; font-weight: 700;
    color: var(--white); line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: 0.005em;
}
.stream-meta .stream-sub {
    font-size: 15px; font-weight: 300;
    color: var(--panel-text); line-height: 1.75;
    margin-bottom: 26px;
    max-width: 620px;
}
.stream-actions {
    display: flex; align-items: center; gap: 18px;
    flex-wrap: wrap;
}
.stream-btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px; font-weight: 400;
    color: var(--white);
    border: 1px solid rgba(255,255,255,0.65);
    background: transparent;
    padding: 12px 34px;
    border-radius: 2px;
    transition: background 0.25s ease, border-color 0.25s ease;
}
.stream-toggle:hover .stream-btn {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
}
.stream-count {
    font-size: 11px; font-weight: 500;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--panel-text);
    opacity: 0.85;
    white-space: nowrap;
}
.stream-chevron {
    width: 9px; height: 9px;
    border-right: 1.5px solid var(--white);
    border-bottom: 1.5px solid var(--white);
    transform: rotate(45deg);
    margin-top: -4px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.stream.open .stream-chevron {
    transform: rotate(-135deg);
    margin-top: 3px;
}

.stream-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.stream.open .stream-body { max-height: 5200px; }
.stream-inner { padding: 28px; }

.catalogue-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.cat-card {
    background: var(--mid);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.cat-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.cat-card.current { border-left: 2px solid var(--gold); }
.cat-thumb {
    width: 100%; height: 132px;
    object-fit: cover;
    display: block;
    filter: brightness(0.82) saturate(0.9);
    transition: filter 0.3s ease;
}
.cat-card:hover .cat-thumb { filter: brightness(1) saturate(1); }
.cat-body {
    padding: 20px 20px 18px;
    display: flex; flex-direction: column;
    flex-grow: 1;
}
.cat-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px; font-weight: 400;
    color: var(--white); line-height: 1.25;
    margin-bottom: 9px;
}
.cat-card p {
    font-size: 13.5px; font-weight: 300;
    color: var(--text-soft); line-height: 1.65;
    margin-bottom: 16px;
    flex-grow: 1;
}
.cat-status {
    display: inline-block;
    font-size: 9.5px; font-weight: 500;
    letter-spacing: 0.16em; text-transform: uppercase;
    padding: 4px 9px;
    border-radius: 2px;
    align-self: flex-start;
}
.cat-status.now {
    color: var(--dark); background: var(--gold);
}
a.cat-status.now {
    padding: 6px 14px;
    transition: background 0.2s ease, transform 0.2s ease;
}
a.cat-status.now:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
}
.cat-status.inhouse {
    color: var(--text-soft); border: 1px solid var(--border);
}
.cat-status.soon {
    color: var(--muted); border: 1px solid var(--border);
}
.catalogue-key {
    display: flex; gap: 26px; flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 22px 26px;
    background: var(--mid);
    border: 1px solid var(--border);
    border-radius: var(--radius);
}
.key-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; font-weight: 300;
    color: var(--text-soft);
}
.expand-all {
    background: none; border: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px; font-weight: 500;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--muted);
    cursor: pointer;
    padding: 0 0 20px;
    transition: color 0.2s;
}
.expand-all:hover { color: var(--gold); }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp 0.8s ease forwards; opacity: 0; }
.d1 { animation-delay: 0.10s; }
.d2 { animation-delay: 0.25s; }
.d3 { animation-delay: 0.40s; }
.d4 { animation-delay: 0.55s; }

/* ── HERO ── */
.hero {
    min-height: 92vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}
.hero::after {
    content: '';
    position: absolute;
    top: -30%; right: -10%;
    width: 60%; height: 140%;
    background: radial-gradient(ellipse at center, rgba(184,146,74,0.07) 0%, transparent 65%);
    pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; max-width: 780px; padding: 140px 0 100px; }

.hero-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 28px;
    display: flex; align-items: center; gap: 14px;
}
.hero-eyebrow::before {
    content: '';
    display: block; width: 32px; height: 1px;
    background: var(--gold); flex-shrink: 0;
}
.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(48px, 6.5vw, 86px);
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -0.01em;
    color: var(--white);
    margin-bottom: 24px;
}
.hero-title em { font-style: italic; color: var(--gold-light); }
.hero-divider {
    width: 48px; height: 1px;
    background: linear-gradient(to right, var(--gold), transparent);
    margin-bottom: 32px;
}
.hero-intro {
    font-size: 17px;
    font-weight: 300;
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 44px;
    max-width: 620px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 500;
    letter-spacing: 0.15em; text-transform: uppercase;
    padding: 14px 34px;
    background: var(--gold);
    color: var(--dark);
    border: 1px solid var(--gold);
    border-radius: var(--radius);
    cursor: pointer;
    transition: all 0.25s ease;
}
.btn-primary:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(184,146,74,0.22);
}
.btn-ghost {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 500;
    letter-spacing: 0.15em; text-transform: uppercase;
    padding: 14px 34px;
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    cursor: pointer;
    transition: all 0.25s ease;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ── SHOWCASE CAROUSEL ── */
.showcase {
    position: relative;
    width: 100%;
    height: clamp(300px, 42vw, 480px);
    overflow: hidden;
    background: var(--darker);
    border-top: 1px solid var(--border);
}
.showcase-slide {
    position: absolute; inset: 0;
    opacity: 0;
    transition: opacity 1.1s ease;
}
.showcase-slide.active { opacity: 1; }
.showcase-slide img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.62);
}
.showcase-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
        to right,
        rgba(8,12,16,0.92) 0%,
        rgba(8,12,16,0.55) 45%,
        rgba(8,12,16,0.15) 100%
    );
}
.showcase-caption {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 3;
    padding: 0 0 52px;
}
.showcase-caption .section-label { margin-bottom: 10px; }
.showcase-caption h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 300;
    color: var(--white);
    line-height: 1.2;
    max-width: 560px;
}
.showcase-caption h3 em { font-style: italic; color: var(--gold-light); }
.showcase-dots {
    position: absolute;
    right: 32px; bottom: 32px;
    z-index: 4;
    display: flex; gap: 10px;
}
.showcase-dot {
    width: 32px; height: 2px;
    background: rgba(232,226,217,0.28);
    border: none; padding: 0; cursor: pointer;
    transition: background 0.3s ease;
}
.showcase-dot.active { background: var(--gold); }

/* ── GEOGRAPHY STRIP ── */
.geo-strip {
    padding: 34px 0;
    background: var(--mid);
    border-bottom: 1px solid var(--border);
}
.geo-inner {
    display: flex; align-items: center; justify-content: center;
    flex-wrap: wrap;
}
.geo-item {
    padding: 6px 26px;
    font-size: 12px; font-weight: 300;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--muted);
    border-right: 1px solid var(--border);
    transition: color 0.2s;
}
.geo-item:last-child { border-right: none; }
.geo-item:hover { color: var(--gold); }

/* ── SECTIONS ── */
.section       { padding: 110px 0; background: var(--dark); }
.section-alt   { padding: 110px 0; background: var(--darker); border-top: 1px solid var(--border); }

.section-header {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; margin-bottom: 60px; align-items: end;
}
.section-intro {
    font-size: 16px; font-weight: 300;
    color: var(--text-soft); line-height: 1.8;
}

/* ── PRACTICE CARDS ── */
.practice-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
}
.practice-card {
    background: var(--dark);
    padding: 46px 40px;
    position: relative; overflow: hidden;
    transition: background 0.3s ease;
}
.practice-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: var(--gold);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.35s ease;
}
.practice-card:hover { background: var(--mid); }
.practice-card:hover::before { transform: scaleX(1); }
.practice-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px; font-weight: 300;
    color: var(--gold); line-height: 1;
    margin-bottom: 22px; transition: color 0.3s;
}
.practice-card:hover .practice-num { color: var(--gold-light); }
.practice-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px; font-weight: 400;
    color: var(--white); margin-bottom: 14px; line-height: 1.3;
}
.practice-desc {
    font-size: 14.5px; font-weight: 300;
    color: var(--text-soft); line-height: 1.75;
}

/* ── COURSE GROUPS ── */
.course-groups {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.course-group {
    background: var(--mid);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 36px 32px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.course-group:hover { border-color: var(--gold); transform: translateY(-3px); }
.course-group-label {
    font-size: 11px; font-weight: 500;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}
.course-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.course-list li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 15px; font-weight: 300;
    color: var(--text); line-height: 1.5;
}
.course-list li::before {
    content: ''; display: block;
    width: 16px; height: 1px;
    background: var(--gold);
    margin-top: 11px; flex-shrink: 0;
}

/* ── CLIENTS ── */
.clients-header { text-align: center; margin-bottom: 52px; }
.clients-header .section-label { text-align: center; }
.clients-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    max-width: 900px; margin: 0 auto;
}
.client-cell {
    background: var(--dark);
    padding: 28px 24px;
    display: flex; align-items: center; gap: 16px;
    text-align: left;
    transition: background 0.25s;
}
.client-cell:hover { background: var(--mid); }
.client-logo {
    height: 46px; width: 62px;
    object-fit: contain;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 3px;
    padding: 5px 7px;
    opacity: 0.92;
    transition: opacity 0.25s;
}
.client-cell:hover .client-logo { opacity: 1; }
.client-meta { min-width: 0; }
.client-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px; font-weight: 400;
    color: var(--white); margin-bottom: 4px;
    line-height: 1.2;
}
.client-sector {
    font-size: 11px; font-weight: 400;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--gold);
}

/* ── CTA BAND ── */
.cta-band {
    padding: 90px 0;
    background: var(--mid);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    text-align: center;
}
.cta-band .section-heading { margin-bottom: 18px; }
.cta-band p {
    font-size: 16px; font-weight: 300;
    color: var(--muted); margin-bottom: 36px;
    max-width: 560px; margin-left: auto; margin-right: auto;
}

/* ── FOOTER ── */
footer {
    padding: 56px 0;
    background: var(--darker);
    border-top: 1px solid var(--border);
}
.footer-inner {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 24px;
}
.footer-brand {
    font-family: var(--font-brand);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--white);
}
.footer-brand span { color: var(--gold); }
.footer-copy {
    font-size: 12px; font-weight: 300;
    color: var(--muted); letter-spacing: 0.05em;
}
.footer-contact {
    font-size: 12px; color: var(--muted);
    text-align: right; line-height: 1.7;
}
.footer-contact a { color: var(--gold); transition: color 0.2s; }
.footer-contact a:hover { color: var(--gold-light); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .nav-links { display: none; }
    .nav-toggle { display: flex; }
    nav > .nav-btn { display: none; }
    .section-header { grid-template-columns: 1fr; gap: 20px; }
    .practice-grid { grid-template-columns: 1fr; }
    .course-groups { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: 1fr; }
    .course-cards { grid-template-columns: 1fr; }
    .catalogue-grid { grid-template-columns: 1fr; }
    .catalogue-key { flex-direction: column; gap: 14px; }
    .stream-toggle { grid-template-columns: 1fr; gap: 24px; padding: 26px 22px; }
    .stream-banner { height: 140px; order: -1; }
    .stream-meta h2 { font-size: 22px; }
    .stream-meta .stream-sub { font-size: 14px; }
    .stream-inner { padding: 18px; }
    .practice-detail { grid-template-columns: 1fr; gap: 12px; padding: 44px 0; }
    .practice-detail-num { font-size: 46px; }
    .page-head { padding: 132px 0 56px; }
    .product-row { grid-template-columns: 1fr; gap: 20px; }
    .product-action { text-align: left; }
    .clients-grid { grid-template-columns: repeat(2, 1fr); }
    .section, .section-alt { padding: 80px 0; }
    .hero-inner { padding: 120px 0 80px; }
    .geo-item { padding: 6px 16px; font-size: 11px; }
}
@media (max-width: 600px) {
    .container { padding: 0 20px; }
    nav { padding: 16px 20px; }
    .hero-title { font-size: 46px; }
    .brand-logo { height: 32px; }
    .nav-brand { font-size: 15px; letter-spacing: 0.08em; gap: 10px; }
    .showcase { height: clamp(260px, 58vw, 340px); }
    .showcase-caption { padding-bottom: 42px; }
    .showcase-dots { right: 20px; bottom: 20px; }
    .showcase-dot { width: 24px; }
    .client-cell { padding: 22px 18px; gap: 14px; }
    .clients-grid { grid-template-columns: 1fr; }
    .footer-inner { flex-direction: column; align-items: flex-start; }
    .footer-contact { text-align: left; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
}
