/*
 * C26-B — /about standalone page owner.
 * This file contains the presentation needed after legacy /static/style.css is disabled.
 */
:where(body[data-ui-page="/about"]) {
    --bg:#0b1119;--ink:#f4eee5;--line:#3a332c;--accent:#c88748;--accent-2:#e2b06f;
    margin:0;min-height:100%;
    background:var(--bg);
    color:var(--ink);
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
:where(body[data-ui-page="/about"]),:where(body[data-ui-page="/about"]) *{box-sizing:border-box}
:where(body[data-ui-page="/about"]) a{color:var(--accent-2);text-decoration:none}
:where(body[data-ui-page="/about"]) a:hover{text-decoration:underline}
:where(body[data-ui-page="/about"]) .button-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
:where(body[data-ui-page="/about"]) .button-link:hover{text-decoration:none}
.about-project-page{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:58px 0 72px}
.about-project-hero{max-width:850px;margin-bottom:32px}
.about-project-kicker{margin-bottom:10px;color:#e5a44e;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.about-project-hero h1{margin:0 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,6vw,68px);font-weight:500;line-height:1}
.about-project-lead{margin:0;color:#b7c8d6;font-size:18px;line-height:1.7}
.about-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.about-project-card{padding:26px;border:1px solid rgba(213,161,80,.32);border-radius:14px;background:#0a1e2c}
.about-project-mark{width:46px;height:38px;margin-bottom:18px;display:grid;place-items:center;border:1px solid rgba(213,161,80,.55);border-radius:9px;color:#e7a84f;font-size:12px;font-weight:900}
.about-project-card h2{margin:0 0 14px;color:#f2eee8;font-family:Georgia,"Times New Roman",serif;font-size:25px}
.about-project-card p{margin:0 0 12px;color:#a9bdcc;font-size:14px;line-height:1.7}
.about-project-card p:last-child{margin-bottom:0}
.about-project-card-free{background:linear-gradient(145deg,#0a1e2c,#10283a)}
@media(max-width:760px){.about-project-page{width:min(100% - 28px,1120px);padding:36px 0 54px}.about-project-grid{grid-template-columns:1fr}.about-project-lead{font-size:16px}.about-project-card{padding:21px}}


/* GUEST-A4-FIX2 — mobile return navigation for About page. */
.about-mobile-back{display:none}

@media (max-width:720px){
  .about-mobile-back{
    display:inline-flex;
    min-height:42px;
    align-items:center;
    margin:4px 0 18px;
    padding:0 11px;
    border:1px solid rgba(185,207,232,.15);
    border-radius:9px;
    color:#b9c8d8;
    background:rgba(255,255,255,.025);
    text-decoration:none;
    font-size:.76rem;
    font-weight:720;
  }
  .about-mobile-back:hover,
  .about-mobile-back:focus-visible{
    border-color:rgba(216,182,90,.42);
    color:#fff;
    background:rgba(216,182,90,.07);
  }
}
