/* ============================================================
   MSINGI — ABOUT · clean rebuild (2026-07)
   Self-contained ma- components; escapes the legacy .about-* /
   .page-practice cascade by using divs + fresh class names.
   Tokens come from msingi-pages.css (--mp-*), loaded globally.
   ============================================================ */

/* ---------- shared primitives ---------- */
.ma-wrap {
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: clamp(22px, 4.5vw, 56px);
}
.ma-eyebrow {
    display: inline-flex;
    align-items: baseline;
    gap: 14px;
    font: 600 11px/1 var(--mp-sans);
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--mp-muted);
    margin-bottom: 24px;
}
.ma-eyebrow i {
    font-style: normal;
    color: var(--mp-wine);
    font-weight: 700;
}
.ma-eyebrow--light { color: rgba(255, 250, 242, .62); }
.ma-eyebrow--light i { color: #e8a49e; }

.ma-sechead {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: clamp(40px, 4.5vw, 64px);
}
.ma-sechead .ma-eyebrow { margin-bottom: 16px; }
.ma-sechead__aside {
    flex-shrink: 0;
    max-width: 380px;
    padding-bottom: 8px;
}
.ma-sechead__aside p { margin: 0; font-size: 15px; color: var(--mp-muted); }

.ma-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font: 600 11px/1 var(--mp-sans);
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--mp-ink) !important;
    text-decoration: none;
    padding-bottom: 8px;
    position: relative;
}
.ma-link::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 100%; height: 1px;
    background: var(--mp-line);
}
.ma-link::before {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 0; height: 1px;
    background: var(--mp-wine);
    transition: width .6s var(--mp-ease);
    z-index: 1;
}
.ma-link:hover::before { width: 100%; }
.ma-link span { transition: transform .5s var(--mp-ease); }
.ma-link:hover span { transform: translateX(4px); }

.ma-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 17px 36px;
    border-radius: 999px;
    border: 1px solid transparent;
    font: 600 11px/1 var(--mp-sans);
    letter-spacing: .26em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: background .5s var(--mp-ease), color .5s var(--mp-ease),
                border-color .5s var(--mp-ease), transform .5s var(--mp-ease);
}
.ma-btn b {
    font-weight: inherit;
    transition: transform .5s var(--mp-ease);
}
.ma-btn:hover b { transform: translateX(5px); }
.ma-btn--ivory {
    background: #fbfaf7;
    color: var(--mp-ink) !important;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .24);
}
.ma-btn--ivory:hover { background: var(--mp-wine); color: #fff !important; transform: translateY(-2px); }
.ma-btn--maroon {
    background: var(--mp-wine);
    color: #fff !important;
    box-shadow: 0 16px 44px rgba(139, 25, 27, .32);
}
.ma-btn--maroon:hover { background: #a81d20; color: #fff !important; transform: translateY(-2px); }
.ma-btn--ghost-light {
    border-color: rgba(255, 255, 255, .4);
    color: #fff !important;
}
.ma-btn--ghost-light:hover { background: #fbfaf7; border-color: #fbfaf7; color: var(--mp-ink) !important; transform: translateY(-2px); }

/* ============================================================
   HERO — real completed work, facts strip, no overlaps
   ============================================================ */
.ma-hero .container { position: relative; z-index: 2; }
.ma-hero__foot {
    margin-top: clamp(36px, 5vh, 60px);
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 48px);
    color: #fff;
}
.ma-hero__fact strong {
    display: block;
    font: 400 clamp(20px, 1.8vw, 26px)/1.2 var(--mp-serif);
    margin-bottom: 6px;
}
.ma-hero__fact span {
    font: 500 9.5px/1.5 var(--mp-sans);
    letter-spacing: .22em;
    text-transform: uppercase;
    opacity: .68;
}

/* ============================================================
   INTRO — copy + real people on site
   ============================================================ */
.ma-intro {
    background: var(--mp-paper);
    padding: clamp(72px, 8.5vw, 124px) 0;
}
.ma-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: clamp(44px, 6vw, 100px);
    align-items: center;
}
.ma-intro__copy h2 { margin-bottom: 26px; }
.ma-intro__copy p {
    font-size: 16px;
    max-width: 48ch;
    color: var(--mp-muted);
    margin-bottom: 16px;
}
.ma-intro__copy p:first-of-type { color: var(--mp-ink); font-size: 17px; }
/* The purpose statement, set apart per Edward's request (Jul 24 review) */
.ma-intro__purpose {
    color: var(--mp-wine) !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}
/* Stat numerals in brand wine so capacity "pops" */
.ma-intro__stat strong { color: var(--mp-wine); font-weight: 300; }
.ma-intro__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 34px 0 36px;
}
.ma-intro__stat { border-top: 1px solid var(--mp-line); padding-top: 16px; }
.ma-intro__stat strong {
    display: block;
    font: 200 clamp(30px, 2.6vw, 40px)/1 var(--mp-sans);
    letter-spacing: -.02em;
    color: var(--mp-ink);
    font-variant-numeric: tabular-nums;
    margin-bottom: 8px;
}
.ma-intro__stat span {
    font: 600 9.5px/1.5 var(--mp-sans);
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--mp-muted);
}
.ma-intro__media { position: relative; padding-bottom: clamp(40px, 4.5vw, 64px); padding-left: clamp(20px, 2.5vw, 48px); }
.ma-intro__big {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 4.2;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(35, 24, 14, .16);
}
.ma-intro__small {
    position: absolute;
    left: 0; bottom: 0;
    width: 50%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
    border: 7px solid var(--mp-paper);
    box-shadow: 0 24px 60px rgba(35, 24, 14, .22);
}
.ma-intro__badge {
    position: absolute;
    top: clamp(16px, 2vw, 26px);
    right: -10px;
    background: var(--mp-wine);
    color: #fff;
    border-radius: 999px;
    padding: 12px 20px;
    font: 700 10px/1 var(--mp-sans);
    letter-spacing: .24em;
    text-transform: uppercase;
    box-shadow: 0 16px 40px rgba(139, 25, 27, .38);
}

/* ============================================================
   LEDGER — six strengths, exclusive accordion on wine
   ============================================================ */
.ma-ledger-sec {
    background: linear-gradient(135deg, #711b20 0%, #8d2a2c 100%);
    color: #fff;
    padding: clamp(72px, 8.5vw, 124px) 0;
}
.ma-ledger-sec h2 { color: #fff !important; }
.ma-ledger-sec .ma-sechead__aside p { color: rgba(255, 250, 242, .72); }
.ma-ledger { border-top: 1px solid rgba(255, 255, 255, .3); }
.ma-ledger details { border-bottom: 1px solid rgba(255, 255, 255, .22); }
.ma-ledger summary {
    min-height: 88px;
    display: grid;
    grid-template-columns: 56px minmax(220px, .8fr) 1fr 28px;
    align-items: center;
    gap: 22px;
    list-style: none;
    cursor: pointer;
    color: #fff;
    transition: padding-left .45s var(--mp-ease);
}
.ma-ledger summary:hover { padding-left: 10px; }
.ma-ledger summary::-webkit-details-marker { display: none; }
.ma-ledger summary::after {
    content: "+";
    font: 300 28px/1 var(--mp-sans);
    text-align: right;
    transition: transform .35s ease;
}
.ma-ledger details[open] summary::after { transform: rotate(45deg); }
.ma-ledger summary i {
    font: 600 10px/1 var(--mp-sans);
    font-style: normal;
    letter-spacing: .16em;
    opacity: .55;
}
.ma-ledger summary strong { font: 400 clamp(22px, 2.4vw, 36px)/1.08 var(--mp-serif); }
.ma-ledger summary em {
    font: 500 10px/1.4 var(--mp-sans);
    font-style: normal;
    letter-spacing: .15em;
    text-transform: uppercase;
    opacity: .66;
}
.ma-ledger__reveal {
    display: grid;
    grid-template-columns: minmax(280px, 1.3fr) minmax(240px, .7fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: end;
    padding: 0 0 36px 78px;
}
.ma-ledger__reveal p {
    max-width: 40ch;
    margin: 0 0 8px;
    font-size: 16px;
    color: rgba(255, 250, 242, .84) !important;
    animation: maReveal .6s var(--mp-ease) both;
}
.ma-ledger__image {
    min-height: 300px;
    border-radius: 14px;
    background-image: var(--img);
    background-size: cover;
    background-position: center;
    animation: maReveal .65s var(--mp-ease) both;
}
@keyframes maReveal {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: none; }
}

/* ============================================================
   DISCIPLINES — three clickable chapter rows
   ============================================================ */
.ma-disc-sec {
    background: var(--mp-paper);
    padding: clamp(72px, 8.5vw, 124px) 0;
}
.ma-disc-list { display: grid; gap: clamp(28px, 3.5vw, 52px); }
.ma-disc {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: clamp(28px, 4vw, 72px);
    align-items: center;
    text-decoration: none;
    color: var(--mp-ink);
}
.ma-disc--flip { grid-template-columns: .85fr 1.15fr; }
.ma-disc--flip .ma-disc__media { order: 2; }
.ma-disc--flip .ma-disc__copy { order: 1; }
.ma-disc__media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--mp-paper-2);
}
.ma-disc__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 1.5s var(--mp-ease);
}
.ma-disc:hover .ma-disc__media img { transform: scale(1.06); }
.ma-disc__num {
    position: absolute;
    top: 18px; left: 18px;
    z-index: 2;
    width: 54px; height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(15, 12, 9, .5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    font: 400 18px/1 var(--mp-serif);
}
.ma-disc__copy .ma-eyebrow { margin-bottom: 14px; }
.ma-disc__copy h3 {
    font-size: clamp(28px, 3vw, 44px) !important;
    line-height: 1.08;
    margin: 0 0 16px;
    color: var(--mp-ink) !important;
    text-wrap: balance;
}
.ma-disc__copy p {
    font-size: 15.5px;
    color: var(--mp-muted);
    max-width: 44ch;
    margin-bottom: 22px;
}
.ma-disc .ma-link { pointer-events: none; } /* whole row is the link */

/* ============================================================
   REEL — full-bleed story slider of real work
   ============================================================ */
.ma-reel-sec {
    background: var(--mp-paper-2);
    padding: clamp(72px, 8.5vw, 124px) 0 0;
}
.ma-reel-sec .ma-sechead { margin-bottom: clamp(36px, 4vw, 56px); }
.ma-reel-sec .mp-story-slider { margin-top: 0; }
.ma-reel-cap {
    padding: 18px 0 clamp(48px, 5vw, 72px);
    text-align: center;
    font: 600 9.5px/1.6 var(--mp-sans);
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--mp-muted);
}

/* ============================================================
   CREDENTIALS — registered, recommended, delivered
   ============================================================ */
.ma-creds {
    background: var(--mp-paper-2);
    color: var(--mp-ink);
    padding: clamp(72px, 8.5vw, 124px) 0;
}
.ma-creds .ma-sechead__aside p { color: var(--mp-muted); }
.ma-creds__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 2.5vw, 36px);
    margin-bottom: clamp(36px, 4vw, 52px);
}
.ma-cred {
    border: 1px solid var(--mp-line);
    border-radius: 18px;
    background: #fff;
    padding: clamp(30px, 3.4vw, 48px);
    transition: transform .55s var(--mp-ease), border-color .45s ease, box-shadow .45s ease;
}
.ma-cred:hover {
    transform: translateY(-6px);
    border-color: rgba(139, 25, 27, .35);
    box-shadow: 0 28px 70px rgba(38, 25, 15, .12);
}
.ma-cred__role {
    font: 600 10px/1.5 var(--mp-sans);
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--mp-wine);
    margin-bottom: 18px;
}
.ma-cred h3 {
    font: 400 clamp(24px, 2.4vw, 34px)/1.15 var(--mp-serif) !important;
    color: var(--mp-ink) !important;
    margin: 0 0 18px;
    text-wrap: balance;
}
.ma-cred p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--mp-muted);
    margin-bottom: 22px;
}
.ma-cred__meta {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--mp-line);
}
.ma-cred__meta span {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid var(--mp-line);
    font: 400 13px/1.5 var(--mp-sans);
    color: var(--mp-ink);
}
.ma-cred__meta span b {
    font-weight: 600;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--mp-muted);
    align-self: center;
    white-space: nowrap;
}
.ma-creds__cta { display: flex; justify-content: center; }

/* ============================================================
   CLOSE — wine bookend before the light footer
   ============================================================ */
.ma-close {
    background:
        radial-gradient(circle at 82% 16%, rgba(255, 255, 255, .1), transparent 34%),
        linear-gradient(135deg, #731f23, #942d2d);
    color: #fff;
    text-align: center;
    padding: clamp(76px, 9vw, 128px) 0;
}
.ma-close .ma-eyebrow { justify-content: center; }
.ma-close h2 { color: #fff !important; margin-bottom: 22px; }
.ma-close p {
    max-width: 560px;
    margin: 0 auto 40px;
    font-size: 16.5px;
    line-height: 1.75;
    color: rgba(255, 250, 242, .78);
}
.ma-close__cta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    .ma-sechead { flex-direction: column; align-items: flex-start; gap: 18px; }
    .ma-intro__grid { grid-template-columns: 1fr; gap: 40px; }
    .ma-intro__media { padding-left: 0; }
    .ma-disc,
    .ma-disc--flip { grid-template-columns: 1fr; gap: 22px; }
    .ma-disc--flip .ma-disc__media { order: 1; }
    .ma-disc--flip .ma-disc__copy { order: 2; }
    .ma-creds__grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .ma-hero__foot { grid-template-columns: 1fr; gap: 0; }
    .ma-hero__fact { display: flex; align-items: baseline; gap: 14px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
    .ma-hero__fact:last-child { border-bottom: 0; }
    .ma-hero__fact strong { margin-bottom: 0; font-size: 18px; }
    .ma-ledger summary { grid-template-columns: 34px 1fr 24px; min-height: 76px; gap: 12px; }
    .ma-ledger summary em { display: none; }
    .ma-ledger__reveal { grid-template-columns: 1fr; padding: 0 0 26px 46px; gap: 18px; }
    .ma-ledger__image { min-height: 220px; }
}
@media (max-width: 640px) {
    .ma-intro__media { padding-bottom: 0; }
    .ma-intro__small { display: none; }
    .ma-intro__badge { right: 8px; }
    .ma-intro__big { aspect-ratio: 4 / 3.4; }
    .ma-intro__stats { grid-template-columns: repeat(3, 1fr); gap: 14px; }
    .ma-close__cta .ma-btn,
    .ma-creds__cta .ma-btn { width: 100%; }
}
