


body {
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    color: var(--text);
    line-height: 1.6;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --primary: #2563eb;
    --text: #1f2937;
    --bg: #ffffff;
    --spacing: 1.5rem;
    --black: #0d0d0d;
    --black-soft: #141414;
    --black-card: #181818;
    --ivory: #f5f0e8;
    --ivory-muted: rgba(245, 240, 232, 0.55);
    --ivory-dim: rgba(245, 240, 232, 0.25);
    --ivory-ghost: rgba(245, 240, 232, 0.06);
    --emerald: #3a8a5c;
    --emerald-soft: rgba(58, 138, 92, 0.10);
    --gold: #c9a84c;
    --gold-soft: rgba(201, 168, 76, 0.12);
    --border: rgba(245, 240, 232, 0.10);
}

body {
    background: #111;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: var(--ivory);
    padding: 2rem;
    letter-spacing: 0.03em
}

/* ── SECTION LABELS ── */
.page-label {
    font-size: 14px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--gold);
    padding: 0.5rem 1rem;
    border: 0.5px solid var(--gold);
    display: inline-block;
    margin-bottom: 1.5rem
}

.mockup-section {
    margin-bottom: 1rem
}

.divider {
    border: none;
    border-top: 0.5px solid var(--border);
    margin: 3rem 0
}

/* ── FRAME ── */
.frame {
    background: var(--black);
    border: 0.5px solid var(--border);
    overflow: hidden;
    position: relative
}

/* ── NAV ── */
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2.5rem;
    border-bottom: 0.5px solid var(--border);
    background: rgba(13, 13, 13, 0.96)
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px
}

.logo-mark {
    width: 34px;
    height: 34px;
    border: 1px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 300;
    color: var(--gold)
}

.logo-text .l1 {
    font-size: 14px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ivory);
    display: block
}

.logo-text .l2 {
    font-size: 8px;
    letter-spacing: 0.15em;
    color: var(--ivory-dim);
    text-transform: uppercase;
    display: block
}

.nav-links {
    display: flex;
    gap: 1.8rem;
    list-style: none
}

.nav-links a {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ivory-muted);
    text-decoration: none
}

.nav-links a.new {
    color: var(--emerald)
}

.nav-cta {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border: 0.5px solid var(--gold);
    color: var(--gold);
    padding: 8px 18px;
    text-decoration: none
}

/* ── HERO ── */
.hero {
    padding: 4rem 2.5rem 3.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    border-bottom: 0.5px solid var(--border);
    position: relative;
    overflow: hidden
}

.hero::before {
    content: 'MOI';
    position: absolute;
    right: -0.05em;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 22vw;
    font-weight: 300;
    color: rgba(245, 240, 232, 0.025);
    pointer-events: none
}

.eyebrow {
    font-size: 12px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--emerald);
    margin-bottom: 1rem
}

.hero-h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 1.2rem
}

.hero-h1 em {
    font-style: italic;
    color: var(--ivory-muted)
}

.hero-body {
    font-size: 14px;
    line-height: 1.9;
    color: var(--ivory-muted);
    margin-bottom: 1.5rem;
    max-width: 380px
}

.hero-btns {
    display: flex;
    gap: 1rem;
    align-items: center
}

.btn-em {
    background: var(--emerald);
    color: var(--ivory);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 11px 24px;
    border: none
}

.btn-ghost-gold {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold)
}

.hero-right {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem
}

.stat {
    border: 0.5px solid var(--border);
    padding: 1.2rem 1rem;
    background: var(--ivory-ghost)
}

.stat-n {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.3rem
}

.stat-l {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ivory-dim);
    line-height: 1.4
}

.cred-strip {
    border: 0.5px solid rgba(58, 138, 92, 0.3);
    padding: 1rem 1.2rem;
    background: var(--emerald-soft)
}

.cred-lbl {
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--emerald);
    margin-bottom: 0.5rem
}

.cred-txt {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ivory-muted)
}

/* ── SECTION SHARED ── */
.sec {
    padding: 3rem 2.5rem;
    border-bottom: 0.5px solid var(--border)
}

.sec-soft {
    padding: 3rem 2.5rem;
    border-bottom: 0.5px solid var(--border);
    background: var(--black-soft)
}

.sec-label {
    font-size: 12px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.2rem;
    display: block
}

.sec-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.8rem
}

.sec-h2 em {
    font-style: italic;
    color: var(--ivory-muted)
}

.sec-body {
    font-size: 12px;
    line-height: 1.85;
    color: var(--ivory-muted);
    max-width: 580px
}

/* ── METHOD PREVIEW ── */
.method-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center
}

.domain-strip {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 1.5rem
}

.domain-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 0.8rem;
    padding: 0.8rem 0;
    border-bottom: 0.5px solid var(--border);
    align-items: start
}

.domain-item:first-child {
    border-top: 0.5px solid var(--border)
}

.dn {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 300;
    color: rgba(201, 168, 76, 0.28);
    line-height: 1
}

.dl {
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--emerald)
}

.dd {
    font-size: 14px;
    color: var(--ivory-dim);
    line-height: 1.4
}

/* ── DIAGRAM ── */
.diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    border: 0.5px solid var(--border);
    background: rgba(245, 240, 232, 0.02)
}

.d-node {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 8px 18px;
    border: 0.5px solid rgba(245, 240, 232, 0.2);
    color: var(--ivory);
    white-space: nowrap
}

.d-node.gd {
    border-color: var(--gold);
    color: var(--gold);
    border-width: 1px
}

.d-node.em {
    border-color: var(--emerald);
    color: var(--emerald)
}

.d-center {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 11px 22px;
    border: 1.5px solid var(--gold);
    color: var(--gold);
    background: var(--gold-soft)
}

.d-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0
}

.d-arr {
    color: rgba(201, 168, 76, 0.4);
    font-size: 14px
}

.d-line {
    width: 0.5px;
    height: 24px;
    background: rgba(245, 240, 232, 0.18);
    margin: 0 auto
}

.d-cap {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ivory-dim);
    margin-top: 1rem;
    text-align: center
}

/* ── COACHING CARDS ── */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    margin-top: 2rem
}

.card {
    background: var(--black);
    padding: 1.8rem 1.5rem
}

.card.ft {
    background: var(--black-card);
    border-left: 2px solid var(--emerald)
}

.card-tag {
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--emerald);
    margin-bottom: 0.8rem;
    display: block
}

.card-h {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.15;
    margin-bottom: 0.8rem
}

.card-b {
    font-size: 16px;
    line-height: 1.8;
    color: var(--ivory-muted);
    margin-bottom: 1.2rem
}

.card-lnk {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold)
}

/* ── FREE RESOURCES PREVIEW ── */
.resources-header {
    padding: 3rem 2.5rem;
    border-bottom: 0.5px solid var(--border);
    text-align: center;
    background: var(--black)
}

.filter-bar {
    display: flex;
    justify-content: center;
    gap: 0;
    border-bottom: 0.5px solid var(--border);
    background: var(--black-soft)
}

.filter-btn {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0.9rem 2rem;
    color: var(--ivory-dim);
    border-right: 0.5px solid var(--border)
}

.filter-btn:last-child {
    border-right: none
}

.filter-btn.active {
    color: var(--ivory);
    border-bottom: 2px solid var(--emerald)
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    padding: 0
}

.article-card {
    background: var(--black);
    padding: 1.5rem 1.5rem 2rem;
    transition: background 0.2s
}

.article-card:hover {
    background: var(--black-card)
}

.a-tag {
    font-size: 12px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--emerald);
    margin-bottom: 0.6rem;
    display: block
}

.a-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--ivory);
    margin-bottom: 0.6rem
}

.a-desc {
    font-size: 14px;
    line-height: 1.7;
    color: var(--ivory-muted);
    margin-bottom: 0.8rem
}

.a-meta {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.a-time {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ivory-dim)
}

.a-lnk {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold)
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--border)
}

.video-card {
    background: var(--black);
    padding: 0
}

.video-thumb {
    aspect-ratio: 16/9;
    background: var(--black-card);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.5px solid var(--border)
}

.play-btn {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(201, 168, 76, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.play-tri {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid var(--gold);
    margin-left: 3px
}

.thumb-label {
    position: absolute;
    bottom: 0.8rem;
    left: 1rem;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ivory-dim)
}

.video-info {
    padding: 1.2rem 1.5rem
}

.v-tag {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--emerald);
    margin-bottom: 0.4rem;
    display: block
}

.v-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 300;
    color: var(--ivory);
    line-height: 1.2
}

.v-dur {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ivory-dim);
    margin-top: 0.4rem
}

/* ── CREDENTIALS LIVING PRACTICE ── */
.living-practice {
    padding: 3rem;
    border-left: 2.5px solid var(--gold);
    background: var(--black-soft);
    margin: 2rem 0;
    position: relative
}

.lp-deco {
    position: absolute;
    top: 2rem;
    right: 2.5rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    font-weight: 300;
    color: rgba(201, 168, 76, 0.08);
    line-height: 1;
    user-select: none
}

.lp-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 300;
    font-style: italic;
    color: var(--ivory);
    line-height: 1.65;
    max-width: 700px;
    position: relative;
    z-index: 1
}

.lp-text strong {
    font-weight: 300;
    color: var(--gold)
}

.lp-coda {
    font-size: 12px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--emerald);
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 0.5px solid var(--border);
    display: block
}

/* ── PULL QUOTE ── */
.quote-band {
    padding: 3.5rem 2.5rem;
    text-align: center;
    background: var(--black-soft);
    border-top: 0.5px solid var(--border);
    border-bottom: 0.5px solid var(--border)
}

.pq {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(18px, 2.5vw, 28px);
    font-weight: 300;
    font-style: italic;
    color: var(--ivory);
    line-height: 1.45;
    max-width: 700px;
    margin: 0 auto 1rem
}

.pq-attr {
    font-size: 12px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold)
}

/* ── FOOTER ── */
.footer {
    padding: 1.5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.5px solid var(--border)
}

.footer-brand {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold)
}

.footer-links {
    display: flex;
    gap: 1.5rem;
    list-style: none
}

.footer-links a {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ivory-dim);
    text-decoration: none
}

.footer-links a.new {
    color: rgba(58, 138, 92, 0.7)
}

.footer-copy {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: var(--ivory-dim)
}

/* ── APPLY FORM PREVIEW ── */
.apply-layout {
    display: grid;
    grid-template-columns: 1fr 340px
}

.form-col {
    padding: 3rem 2.5rem;
    border-right: 0.5px solid var(--border)
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem
}

.field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem
}

.f-label {
    font-size: 12px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--emerald)
}

.f-input {
    background: var(--ivory-ghost);
    border: 0.5px solid var(--border);
    padding: 11px 14px;
    color: var(--ivory);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 0.04em;
    width: 100%
}

.radio-group {
    display: flex;
    flex-direction: column
}

.radio-opt {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.7rem 1rem;
    border: 0.5px solid var(--border);
    margin-bottom: -0.5px;
    font-size: 13px;
    color: var(--ivory-muted)
}

.radio-box-vis {
    width: 14px;
    height: 14px;
    border: 0.5px solid var(--ivory-dim);
    flex-shrink: 0
}

.radio-box-vis.checked {
    border-color: var(--emerald);
    background: rgba(58, 138, 92, 0.2)
}

.submit {
    background: var(--emerald);
    color: var(--ivory);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 14px 32px;
    border: none;
    display: inline-block;
    margin-top: 1rem
}

.sidebar-col {
    padding: 3rem 2rem;
    background: var(--black-soft)
}

.sb-title {
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem
}

.quote-sb {
    padding: 1.2rem;
    border: 0.5px solid rgba(201, 168, 76, 0.25);
    background: var(--gold-soft);
    margin-bottom: 1.5rem
}

.quote-sb-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: var(--ivory);
    line-height: 1.5
}

.next-list {
    list-style: none;
    margin-bottom: 1.5rem
}

.next-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 0.6rem;
    padding: 0.6rem 0;
    border-bottom: 0.5px solid var(--border);
    font-size: 14px;
    color: var(--ivory-muted);
    line-height: 1.5
}

.next-n {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 300;
    color: rgba(201, 168, 76, 0.35);
    line-height: 1
}

.contact-row {
    display: flex;
    gap: 0.8rem;
    padding: 0.5rem 0;
    border-bottom: 0.5px solid var(--border);
    font-size: 12px
}

.c-key {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--emerald);
    width: 60px;
    padding-top: 2px;
    flex-shrink: 0
}

.c-val {
    color: var(--ivory-muted)
}

.layout-with-sidebar {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
}

@media (max-width: 900px) {
    .layout-with-sidebar {
        grid-template-columns: 1fr;
    }
}

/* 404 Page */
.page-404 {
    padding: 6rem 0;
    text-align: center;
}

.page-404__code {
    display: block;
    font-size: 8rem;
    font-weight: 700;
    color: #e5e7eb;
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: -0.05em;
}

.page-404__title {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}

.page-404__subtitle {
    font-size: 1.15rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

.page-404__content {
    max-width: 600px;
    margin: 0 auto;
}

.page-404__actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2.5rem 0;
    flex-wrap: wrap;
}

/* Search Form Styling */
.page-404 .search-form {
    max-width: 420px;
    margin: 0 auto;
    display: flex;
    gap: 0.5rem;
}

.page-404 .search-form input[type="search"] {
    flex: 1;
    padding: 0.8rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 1rem;
    background: #fff;
}

.page-404 .search-form button[type="submit"] {
    padding: 0.8rem 1.5rem;
    background: var(--primary, #2563eb);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

.page-404 .search-form button[type="submit"]:hover {
    background: #1d4ed8;
}

@media (max-width: 768px) {
    .page-404 {
        padding: 4rem 0;
    }

    .page-404__code {
        font-size: 6rem;
    }

    .page-404__title {
        font-size: 2rem;
    }

    .page-404__actions {
        flex-direction: column;
        align-items: center;
    }
}