:root {
    --mr-navy: #071A36;
    --mr-navy-2: #0d274d;
    --mr-navy-3: #102f5a;
    --mr-gold: #D4A63A;
    --mr-gold-light: #f2d98a;
    --mr-white: #FFFFFF;
    --mr-ink: #152238;
    --mr-muted: #5f6b7b;
    --mr-light: #f5f7fa;
    --mr-line: #dfe5ec;
    --mr-shadow: 0 18px 45px rgba(7, 26, 54, .12);
    --mr-radius: 18px;
    --mr-max: 1180px;
}

html { scroll-behavior: smooth; }
body.moonrise-about-page {
    margin: 0;
    background: var(--mr-white);
    color: var(--mr-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.moonrise-about-page *,
body.moonrise-about-page *::before,
body.moonrise-about-page *::after { box-sizing: border-box; }
body.moonrise-about-page img { max-width: 100%; height: auto; }
body.moonrise-about-page a { color: inherit; }
body.moonrise-about-page h1,
body.moonrise-about-page h2,
body.moonrise-about-page h3,
body.moonrise-about-page p { margin-top: 0; }
body.moonrise-about-page h1,
body.moonrise-about-page h2,
body.moonrise-about-page h3 { line-height: 1.14; letter-spacing: -.025em; }
body.moonrise-about-page h1 { font-size: clamp(2.55rem, 5vw, 4.65rem); }
body.moonrise-about-page h2 { font-size: clamp(2rem, 3.7vw, 3.25rem); }
body.moonrise-about-page h3 { font-size: 1.25rem; }

.mr-container { width: min(calc(100% - 40px), var(--mr-max)); margin-inline: auto; }
.mr-skip-link {
    position: fixed;
    left: 16px;
    top: -100px;
    z-index: 99999;
    padding: 12px 16px;
    background: var(--mr-gold);
    color: var(--mr-navy);
    font-weight: 800;
    border-radius: 8px;
    text-decoration: none;
}
.mr-skip-link:focus { top: 16px; }

.mr-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(7, 26, 54, .97);
    border-bottom: 1px solid rgba(255,255,255,.11);
    backdrop-filter: blur(12px);
}
.admin-bar .mr-site-header { top: 32px; }
.mr-header-inner {
    width: min(calc(100% - 32px), 1260px);
    min-height: 82px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 22px;
}
.mr-brand { display: inline-flex; flex: 0 0 auto; }
.mr-brand img { width: 150px; max-height: 58px; object-fit: contain; object-position: left center; }
.mr-desktop-nav { display: flex; align-items: center; justify-content: center; gap: 19px; margin-left: auto; }
.mr-desktop-nav a {
    color: #eef4ff;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 700;
    white-space: nowrap;
    transition: color .2s ease;
}
.mr-desktop-nav a:hover,
.mr-desktop-nav a:focus-visible { color: var(--mr-gold-light); }
.mr-header-cta,
.mr-mobile-cta {
    background: var(--mr-gold);
    color: var(--mr-navy) !important;
    text-decoration: none;
    font-weight: 850;
    border-radius: 999px;
}
.mr-header-cta { padding: 12px 17px; white-space: nowrap; font-size: .88rem; }
.mr-header-cta:hover,
.mr-header-cta:focus-visible { background: #e5bd58; }
.mr-menu-toggle {
    display: none;
    margin-left: auto;
    border: 1px solid rgba(255,255,255,.25);
    background: transparent;
    color: var(--mr-white);
    border-radius: 10px;
    padding: 9px 11px;
    align-items: center;
    gap: 9px;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}
.mr-menu-icon { width: 20px; display: grid; gap: 4px; }
.mr-menu-icon span { display: block; height: 2px; border-radius: 2px; background: currentColor; }
.mr-mobile-menu { background: var(--mr-navy); border-top: 1px solid rgba(255,255,255,.1); }
.mr-mobile-menu nav { width: min(calc(100% - 32px), 720px); margin-inline: auto; padding: 14px 0 24px; display: grid; }
.mr-mobile-menu a { color: var(--mr-white); text-decoration: none; font-weight: 750; padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mr-mobile-menu .mr-mobile-cta { margin-top: 12px; padding: 13px 16px; text-align: center; border-bottom: 0; }

.mr-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 20%, rgba(212,166,58,.22), transparent 28%),
        linear-gradient(135deg, var(--mr-navy) 0%, var(--mr-navy-2) 70%, #153863 100%);
    color: var(--mr-white);
    padding: clamp(76px, 10vw, 132px) 0;
}
.mr-hero::after {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
    right: -180px;
    bottom: -250px;
}
.mr-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: clamp(45px, 8vw, 90px); align-items: center; }
.mr-eyebrow {
    margin-bottom: 14px;
    color: var(--mr-gold);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.mr-hero h1 { max-width: 820px; margin-bottom: 25px; }
.mr-hero-lead { max-width: 760px; color: #dce7f5; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.mr-button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.mr-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 50px;
    padding: 13px 21px;
    border-radius: 999px;
    font-weight: 850;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.mr-button:hover,
.mr-button:focus-visible { transform: translateY(-2px); }
.mr-button-primary { background: var(--mr-gold); color: var(--mr-navy); }
.mr-button-secondary { border: 1px solid rgba(255,255,255,.38); color: var(--mr-white); }
.mr-button-secondary:hover { background: rgba(255,255,255,.08); }
.mr-hero-points { display: flex; flex-wrap: wrap; gap: 10px 25px; padding: 0; margin: 28px 0 0; list-style: none; color: #cbd8e9; font-size: .92rem; }
.mr-hero-points li::before { content: "✓"; color: var(--mr-gold); font-weight: 900; margin-right: 8px; }
.mr-hero-panel {
    position: relative;
    z-index: 2;
    padding: clamp(25px, 4vw, 38px);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--mr-radius);
    background: rgba(255,255,255,.07);
    box-shadow: 0 22px 60px rgba(0,0,0,.18);
    backdrop-filter: blur(10px);
}
.mr-panel-kicker { color: var(--mr-gold-light); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.mr-hero-panel blockquote { margin: 0 0 22px; font-size: clamp(1.32rem, 2.2vw, 1.75rem); line-height: 1.34; font-weight: 760; }
.mr-hero-panel > p:last-child { margin-bottom: 0; color: #d2ddeb; }

.mr-section { padding: clamp(74px, 9vw, 118px) 0; }
.mr-section-light { background: var(--mr-light); }
.mr-narrow-intro { max-width: 880px; margin-bottom: 48px; }
.mr-narrow-intro h2 { max-width: 760px; margin-bottom: 18px; color: var(--mr-navy); }
.mr-narrow-intro > p:last-child { color: var(--mr-muted); font-size: 1.08rem; }
.mr-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mr-value-card {
    position: relative;
    background: var(--mr-white);
    border: 1px solid var(--mr-line);
    border-radius: var(--mr-radius);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(7,26,54,.05);
}
.mr-card-number { display: block; margin-bottom: 38px; color: var(--mr-gold); font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.mr-value-card h3 { color: var(--mr-navy); margin-bottom: 12px; }
.mr-value-card p { color: var(--mr-muted); margin-bottom: 0; }

.mr-services-section { background: var(--mr-white); }
.mr-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); align-items: end; gap: 55px; margin-bottom: 42px; }
.mr-section-heading h2 { color: var(--mr-navy); margin-bottom: 0; max-width: 740px; }
.mr-section-heading > p { color: var(--mr-muted); margin-bottom: 7px; }
.mr-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mr-service-card { border-top: 4px solid var(--mr-gold); background: var(--mr-navy); color: var(--mr-white); padding: 29px 25px 30px; border-radius: 0 0 15px 15px; min-height: 310px; }
.mr-service-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 36px; background: rgba(212,166,58,.15); color: var(--mr-gold-light); font-size: 1.35rem; font-weight: 800; }
.mr-service-card h3 { margin-bottom: 13px; }
.mr-service-card p { color: #cbd7e6; margin-bottom: 0; }

.mr-founder-section { background: linear-gradient(180deg, #f8fafc, #eef2f7); }
.mr-founder-grid { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1.2fr); gap: clamp(42px, 8vw, 92px); align-items: center; }
.mr-founder-mark {
    min-height: 360px;
    border-radius: var(--mr-radius);
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 65% 20%, rgba(212,166,58,.38), transparent 27%),
        linear-gradient(145deg, var(--mr-navy), var(--mr-navy-3));
    box-shadow: var(--mr-shadow);
}
.mr-founder-mark span { width: 145px; height: 145px; border: 2px solid rgba(212,166,58,.76); border-radius: 50%; display: grid; place-items: center; color: var(--mr-gold-light); font-size: 2.4rem; font-weight: 850; letter-spacing: .06em; }
.mr-founder-copy h2 { color: var(--mr-navy); margin-bottom: 22px; }
.mr-founder-copy p { color: var(--mr-muted); }
.mr-founder-copy p:last-child { margin-bottom: 0; }

.mr-fit-section { background: var(--mr-white); }
.mr-fit-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(40px, 7vw, 80px); align-items: center; }
.mr-fit-grid h2 { color: var(--mr-navy); }
.mr-fit-grid > div:first-child > p:last-child { color: var(--mr-muted); font-size: 1.06rem; }
.mr-fit-callout { padding: 34px; border: 1px solid var(--mr-line); border-left: 5px solid var(--mr-gold); border-radius: 13px; box-shadow: 0 15px 38px rgba(7,26,54,.07); }
.mr-fit-callout h3 { color: var(--mr-navy); font-size: 1.5rem; }
.mr-fit-callout p { color: var(--mr-muted); margin-bottom: 0; }

.mr-cta-section { background: var(--mr-navy); color: var(--mr-white); padding: clamp(65px, 8vw, 95px) 0; }
.mr-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.mr-cta-inner h2 { margin-bottom: 14px; }
.mr-cta-inner p:last-child { color: #ccd8e8; margin-bottom: 0; }
.mr-button-gold { background: var(--mr-gold); color: var(--mr-navy); }
.mr-button-outline { border: 1px solid rgba(255,255,255,.42); color: var(--mr-white); }
.mr-button-outline:hover { background: rgba(255,255,255,.08); }

.mr-site-footer { background: #041226; color: #d4ddeb; }
.mr-footer-grid { width: min(calc(100% - 40px), var(--mr-max)); margin-inline: auto; padding: 70px 0 48px; display: grid; grid-template-columns: 1.35fr .75fr .85fr 1fr; gap: 42px; }
.mr-footer-brand img { width: 195px; max-height: 86px; object-fit: contain; object-position: left center; margin-bottom: 19px; }
.mr-footer-brand > p { color: var(--mr-white); font-weight: 760; margin-bottom: 9px; }
.mr-footer-brand .mr-footer-summary { max-width: 330px; color: #aebbd0; font-weight: 400; }
.mr-site-footer h2 { color: var(--mr-white); font-size: 1rem; letter-spacing: .02em; margin-bottom: 17px; }
.mr-footer-subhead { margin-top: 27px; }
.mr-site-footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.mr-site-footer li { color: #aebbd0; font-size: .93rem; }
.mr-site-footer a { color: #dbe4f0; text-decoration: none; }
.mr-site-footer a:hover,
.mr-site-footer a:focus-visible { color: var(--mr-gold-light); }
.mr-footer-bottom { width: min(calc(100% - 40px), var(--mr-max)); margin-inline: auto; border-top: 1px solid rgba(255,255,255,.1); padding: 23px 0 28px; display: flex; justify-content: space-between; gap: 24px; color: #98a8be; font-size: .88rem; }
.mr-footer-bottom p { margin: 0; }

@media (max-width: 1120px) {
    .mr-desktop-nav { gap: 14px; }
    .mr-desktop-nav a { font-size: .82rem; }
    .mr-header-cta { display: none; }
    .mr-service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .mr-desktop-nav { display: none; }
    .mr-menu-toggle { display: inline-flex; }
    .mr-hero-grid,
    .mr-founder-grid,
    .mr-fit-grid,
    .mr-section-heading { grid-template-columns: 1fr; }
    .mr-hero-panel { max-width: 650px; }
    .mr-values-grid { grid-template-columns: 1fr; }
    .mr-section-heading { gap: 10px; }
    .mr-founder-mark { min-height: 250px; max-width: 470px; }
    .mr-cta-inner { align-items: flex-start; flex-direction: column; }
    .mr-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
    .admin-bar .mr-site-header { top: 46px; }
    .mr-container { width: min(calc(100% - 28px), var(--mr-max)); }
    .mr-header-inner { width: calc(100% - 24px); min-height: 72px; }
    .mr-brand img { width: 128px; max-height: 49px; }
    .mr-menu-label { display: none; }
    .mr-hero { padding: 68px 0 75px; }
    .mr-button-row { width: 100%; }
    .mr-button { width: 100%; }
    .mr-hero-points { display: grid; }
    .mr-service-grid { grid-template-columns: 1fr; }
    .mr-service-card { min-height: auto; }
    .mr-founder-mark { min-height: 210px; }
    .mr-founder-mark span { width: 120px; height: 120px; font-size: 2rem; }
    .mr-fit-callout { padding: 27px; }
    .mr-footer-grid { grid-template-columns: 1fr; padding-top: 55px; }
    .mr-footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .mr-button { transition: none; }
}
