/* ============================================================================
   JAVAID — Arpeggio homepage skin
   Reverse-engineered from arpeggio.framer.website:
   · Palette: signal orange #FF4400 on white / near-black #0A0A0B bands,
     #F6F6F6 cards, #333336 ink, #6F6F75 muted, silver stats on black.
   · Type: one tight grotesque (Switzer stands in for Inter Display) +
     Playfair Display for the serif italic accents + system mono micro-labels.
   · Signatures: full-bleed graded hero image, giant accent wordmark on the
     bottom edge, plus-sign grid markers, orange dot bullets, {01} numbered
     rows with em-dash titles, labels-above-numbers stat band, orange
     underline links, huge white-on-black closer.
   Scoped to body.arp and loaded after the Dennis-clone layers, so
   every rule here wins by order without touching the site-wide styles.
   ============================================================================ */

/* ── 0. Tokens ───────────────────────────────────────────────────────────── */
body.arp {
    --accent:       #6d8d05;
    --accent-soft:  rgba(44, 62, 190, 0.09);
    --accent-deep:  #22309A;
    --arp-black:    #0A0A0B;
    --arp-ink:      #333336;
    --arp-mute:     #040426;
    --arp-mute-inv: #BBBBD0; /* muted tone for text on the dark bands */
    --arp-card:     #F6F6F6;
    --arp-silver:   #C7C7CC;
    --arp-line:     rgba(20, 20, 22, 0.12);
    --arp-line-inv: rgba(255, 255, 255, 0.14);
    --arp-serif:    'Playfair Display', 'Playfair', Georgia, 'Times New Roman', serif;
    --arp-mono:     ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    --arp-ease:     cubic-bezier(0.22, 0.68, 0.16, 1);

    --canvas:   #FFFFFF;
    --canvas-2: #FFFFFF;
    --ink:      var(--arp-ink);
    --mute:     var(--arp-mute);
    --dark:     var(--arp-black);

    background: #FFFFFF;
    color: var(--arp-ink);
}

/* Arpeggio is clean — kill the monograph paper grain + scan tint. */
body.arp::before,
body.arp::after { display: none; }

/* Serif italic accent — every heading <em> flips to the Playfair voice. */
body.arp h1 em, body.arp h2 em, body.arp h3 em,
body.arp .display em, body.arp .sec-head em {
    font-family: var(--arp-serif);
    font-style: italic;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: inherit;
    font-variation-settings: normal;
}

/* ── 1. Nav — transparent overlay on the hero, dark bar once scrolled ────── */
body.arp .dnav {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    transition: background 0.45s var(--arp-ease);
}
body.arp.admin-bar .dnav { top: 32px; }
body.arp .dnav.is-dark {
    background: rgba(10, 10, 11, 0.92);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
body.arp .dnav__brand { color: #FFFFFF; }
/* Logo: original brand colors on light surfaces; all-white on dark ones. */
body.arp .dnav__brand .brand__logo { filter: none; }
body.arp.is-page-home .dnav__brand .brand__logo,
body.arp .dnav.is-dark .dnav__brand .brand__logo { filter: brightness(0) invert(1); }
body.arp .dnav__cta {
    background: var(--accent);
    color: #FFFFFF;
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 600;
    transition: background 0.3s var(--arp-ease), transform 0.3s var(--arp-ease);
}
body.arp .dnav__cta:hover { background: #FFFFFF; color: var(--arp-black); }
body.arp .dnav__toggle { color: #FFFFFF; }
body.arp .dnav__cta { font-family: var(--sans); text-transform: none; letter-spacing: -0.01em; font-size: 14px; }
body.arp .dnav__burger span { background: var(--accent); height: 3px; }
body.arp .dnav.is-solid,
body.arp.nav-open .dnav { background: transparent; }

/* Menu overlay — Arpeggio's blurred dark takeover, giant links, orange hover */
body.arp .dnav-overlay {
    background: rgba(8, 24, 30, 0.86);
    -webkit-backdrop-filter: blur(22px) saturate(1.1);
    backdrop-filter: blur(22px) saturate(1.1);
}
body.arp .dnav-menu__text-in { font-weight: 600; }
body.arp .dnav-menu__text-in::after { color: var(--accent); }
body.arp .dnav-menu__link.is-current .dnav-menu__text-in { color: var(--accent); }
body.arp .dnav-overlay__col-title { color: var(--accent); }

/* ── 2. Hero ─────────────────────────────────────────────────────────────── */
body.arp .ahero {
    position: relative;
    height: 100svh;
    min-height: 620px;
    background: var(--arp-black);
    overflow: hidden;
}
body.arp .ahero__media { position: absolute; inset: 0; }
body.arp .ahero__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 18%;
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.14);
    transition: transform 1.9s var(--arp-ease);
}
html.has-js body.arp .ahero.is-in .ahero__img,
html:not(.has-js) body.arp .ahero__img { transform: scale(1.0); }
body.arp .ahero__grade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 6, 8, 0.52) 0%, rgba(6, 6, 8, 0.10) 34%, rgba(6, 6, 8, 0.05) 58%, rgba(6, 6, 8, 0.52) 100%),
        radial-gradient(120% 90% at 78% 30%, transparent 55%, rgba(6, 6, 8, 0.32) 100%);
}

/* Bloom + reactive lattice ────────────────────────────────────────────────
   Two stacked canvases driven by assets/js/hero-lattice.js. The wrapper is a
   sibling that comes AFTER .ahero__media, so it paints over both the photo and
   the .ahero__grade scrim — underneath the scrim the scrim would mute the
   lattice into invisibility — while .ahero__marks / .ahero__inner still paint
   above it.

   The wrapper deliberately carries NO z-index, NO opacity and NO filter: any of
   those would make it a stacking context, which forms an isolated blending
   group and would cut the lattice's `screen` blend off from the hero image
   beneath it. Layer opacity therefore lives on each canvas, not the wrapper. */
body.arp .ahero__fx {
    position: absolute;
    inset: 0;
    pointer-events: none;   /* must never eat clicks on the hero */
    -webkit-user-select: none;
            user-select: none;
}
body.arp .ahero__fx-bloom,
body.arp .ahero__fx-mesh {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}
body.arp .ahero__fx-bloom { opacity: 0.62; }
body.arp .ahero__fx-mesh  { opacity: 0.7; mix-blend-mode: screen; }

/* Plus-sign grid markers */
body.arp .ahero__marks i {
    position: absolute;
    width: 18px; height: 18px;
    color: rgba(255, 255, 255, 0.55);
}
body.arp .ahero__marks i::before,
body.arp .ahero__marks i::after {
    content: '';
    position: absolute;
    background: currentColor;
}
body.arp .ahero__marks i::before { left: 50%; top: 0; width: 1.5px; height: 100%; transform: translateX(-50%); }
body.arp .ahero__marks i::after  { top: 50%; left: 0; height: 1.5px; width: 100%; transform: translateY(-50%); }
body.arp .ahero__marks i:nth-child(1) { left: var(--pad-x); top: 12%; }
body.arp .ahero__marks i:nth-child(2) { left: 50%; top: 12%; margin-left: -9px; }
body.arp .ahero__marks i:nth-child(3) { right: var(--pad-x); top: 12%; }
body.arp .ahero__marks i:nth-child(4) { left: var(--pad-x); top: 44%; }
body.arp .ahero__marks i:nth-child(5) { left: 50%; top: 44%; margin-left: -9px; }
body.arp .ahero__marks i:nth-child(6) { right: var(--pad-x); top: 44%; }

body.arp .ahero__inner {
    position: absolute;
    inset: 0;
    padding: clamp(96px, 15vh, 170px) var(--pad-x) 0;
}
body.arp .ahero__thesis {
    color: #FFFFFF;
    font-family: var(--heading);
    font-weight: 600;
    font-size: clamp(34px, 4.4vw, 74px);
    line-height: 1.04;
    letter-spacing: -0.032em;
    max-width: 15ch;
    text-wrap: balance;
}
/* Hero headline stays pure grotesque, Arpeggio-style — no serif em here. */
body.arp .ahero__thesis em {
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    color: inherit;
}

body.arp .ahero__role {
    position: absolute;
    top: clamp(96px, 15vh, 170px);
    right: var(--pad-x);
    text-align: right;
    color: #FFFFFF;
    font-family: var(--arp-serif);
    font-weight: 500;
    font-size: clamp(26px, 3vw, 52px);
    line-height: 1.08;
    letter-spacing: 0;
}
body.arp .ahero__role-b { font-style: italic; font-weight: 400; }

body.arp .ahero__kicker {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: clamp(22px, 4vh, 42px);
    color: #FFFFFF;
    font-size: clamp(15px, 1.15vw, 19px);
    font-weight: 500;
    letter-spacing: -0.01em;
    max-width: 30ch;
}
body.arp .ahero__kdot,
body.arp .adot {
    flex: none;
    width: 13px; height: 13px;
    margin-top: 0.28em;
    border-radius: 50%;
    border: 3.5px solid var(--accent);
    background: transparent;
    display: inline-block;
}

/* Giant accent wordmark on the bottom edge */
body.arp .ahero__wordmark {
    position: absolute;
    left: 0; right: 0; bottom: 80px;
    padding: 0 2px;
    line-height: 0;
    overflow: hidden;
    pointer-events: none;
}
body.arp .ahero__wordmark-txt {
    display: inline-block;
    font-family: var(--heading);
    font-weight: 700;
    font-size: 15vw; /* refined by JS fit-to-width */
    line-height: 0.94;
    letter-spacing: -0.045em;
    color: var(--accent);
    white-space: nowrap;
    transform: translateY(12%);
}

/* Hero entrance — words rise from clip masks, wordmark lifts from the edge. */
html.has-js body.arp .ahero__role,
html.has-js body.arp .ahero__kicker {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.9s var(--arp-ease), transform 0.9s var(--arp-ease);
}
html.has-js body.arp .ahero__role   { transition-delay: 0.55s; }
html.has-js body.arp .ahero__kicker { transition-delay: 0.7s; }
html.has-js body.arp .ahero.is-in .ahero__role,
html.has-js body.arp .ahero.is-in .ahero__kicker { opacity: 1; transform: none; }

html.has-js body.arp .ahero__wordmark-txt {
    transform: translateY(108%);
    transition: transform 1.15s cubic-bezier(0.19, 0.72, 0.18, 1) 0.35s;
}
html.has-js body.arp .ahero.is-in .ahero__wordmark-txt { transform: translateY(12%); }

/* ── 3. Word-mask reveals (spans injected by arpeggio.js) ────────────────── */
body.arp .aw {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    padding-bottom: 0.08em;
    margin-bottom: -0.08em;
}
html.has-js body.arp .aw-i {
    display: inline-block;
    transform: translateY(115%);
    transition: transform 0.85s cubic-bezier(0.19, 0.72, 0.18, 1);
    transition-delay: calc(var(--wi, 0) * 55ms);
}
html.has-js body.arp .is-in .aw-i,
html.has-js body.arp .is-revealed .aw-i,
html.has-js body.arp .arp-rev .aw-i { transform: translateY(0); }

/* ── 4. Intro band — Arpeggio's black statement section after the hero ───── */
body.arp .aintro {
    position: relative;
    overflow: hidden;
    background: var(--arp-black);
    padding: clamp(90px, 12vw, 170px) 0 clamp(70px, 9vw, 120px);
}
body.arp .aintro .wrap { position: relative; z-index: 2; }

/* Drifting work imagery behind the statement (Arpeggio's scrolling-images).
   The thumbs are mostly white UI shots, so each card gets a heavy dark grade
   + hairline frame to sit into the black band instead of glaring against it. */
body.arp .aintro__imgs { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
body.arp .aintro__im {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0.85;
}
body.arp .aintro__im::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(200deg, rgba(6, 6, 8, 0.42) 0%, rgba(6, 6, 8, 0.72) 100%);
}
body.arp .aintro__im img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: saturate(0.85) brightness(0.66) contrast(0.98); }
body.arp .aintro__im--0 { right: 7%; top: 12%; width: clamp(200px, 21vw, 360px); aspect-ratio: 4 / 3; }
body.arp .aintro__im--1 { right: 42%; bottom: 7%; width: clamp(150px, 15vw, 260px); aspect-ratio: 4 / 3; }
body.arp .aintro__im--2 { right: 13%; top: 51%; width: clamp(160px, 16vw, 280px); aspect-ratio: 4 / 3; }
@media (max-width: 900px) {
    body.arp .aintro__imgs { opacity: 0.4; }
}
body.arp .aintro__lede {
    font-size: clamp(26px, 2.9vw, 50px);
    font-weight: 550;
    line-height: 1.18;
    letter-spacing: -0.024em;
    color: #F4F4F5;
    max-width: 26ch;
}
body.arp .aintro__lede .adot { margin-right: 18px; }
body.arp .aintro__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-top: clamp(40px, 5vw, 72px);
}
body.arp .aintro__ctas { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
body.arp .aintro__stat { text-align: right; }
body.arp .aintro__stat-num {
    display: block;
    font-family: var(--heading);
    font-weight: 650;
    font-size: clamp(46px, 5vw, 84px);
    line-height: 0.95;
    letter-spacing: -0.035em;
    color: var(--accent);
}
body.arp .aintro__stat-lbl {
    display: block;
    margin-top: 10px;
    font-family: var(--arp-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--arp-mute-inv);
}
/* dark-band variants for the intro's controls */
body.arp .aintro .btn--ghost { color: #F4F4F5; }
body.arp .aintro .btn--ghost:hover { color: #FFFFFF; }
body.arp .aintro .btn--primary:hover { background: #FFFFFF; border-color: #FFFFFF; color: var(--arp-black); }

/* ── 5. Buttons & links — orange pill + orange-underline text links ──────── */
body.arp .btn--primary {
    background: var(--accent);
    border: 1px solid var(--accent);
    color: #FFFFFF;
    border-radius: 999px;
    padding: 17px 30px;
    font-family: var(--sans);
    font-size: clamp(15px, 1.1vw, 18px);
    text-transform: none;
    font-weight: 600;
    letter-spacing: -0.01em;
    transition: background 0.35s var(--arp-ease), border-color 0.35s var(--arp-ease), color 0.35s var(--arp-ease);
}
body.arp .btn--primary:hover { background: var(--arp-black); border-color: var(--arp-black); color: #FFFFFF; }

body.arp .alink,
body.arp .btn--ghost,
body.arp .dwork-home,
body.arp .cta-billboard__alt {
    position: relative;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 2px 0 8px;
    font-family: var(--sans);
    font-size: clamp(17px, 1.3vw, 22px);
    text-transform: none;
    letter-spacing: -0.01em;
    font-weight: 500;
    color: var(--arp-ink);
    box-shadow: none;
}
body.arp .alink::after,
body.arp .btn--ghost::after,
body.arp .dwork-home::after,
body.arp .cta-billboard__alt::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    height: 1.5px;
    width: 100%;
    background: var(--accent);
    transform: scaleX(0.16);
    transform-origin: left center;
    transition: transform 0.45s var(--arp-ease);
}
body.arp .alink:hover::after,
body.arp .btn--ghost:hover::after,
body.arp .dwork-home:hover::after,
body.arp .cta-billboard__alt:hover::after { transform: scaleX(1); }
body.arp .btn--ghost:hover,
body.arp .dwork-home:hover { background: none; color: var(--arp-black); }

/* ── 6. Trust ticker → black marquee band (continues the intro's dark zone) ── */
body.arp .ticker {
    background: var(--arp-black);
    border: 0;
    border-top: 1px solid var(--arp-line-inv);
    padding: clamp(22px, 2.6vw, 34px) 0;
    margin: 0;
}
body.arp .ticker__track { gap: 0; animation-duration: 36s; }
body.arp .ticker__item {
    font-family: var(--arp-mono);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--arp-mute-inv);
    padding: 0 30px;
}
body.arp .ticker__item .dmd { color: var(--accent); opacity: 1; }

/* ── 7. Section heads — orange dot + grotesque + serif em ────────────────── */
body.arp .folio__intro h2,
body.arp .sec-head {
    position: relative;
    font-size: clamp(40px, 5.4vw, 88px);
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: -0.032em;
    color: #131316;
    max-width: none;
    text-align: left;
}
body.arp .folio__intro h2::before,
body.arp .sec-head::before {
    content: '';
    display: inline-block;
    width: 14px; height: 14px;
    margin-right: 18px;
    margin-bottom: 0.45em;
    border-radius: 50%;
    border: 4px solid var(--accent);
    vertical-align: baseline;
}
body.arp .folio__intro .body {
    color: var(--arp-mute);
    font-size: clamp(16px, 1.2vw, 19px);
    line-height: 1.55;
}
body.arp .eyebrow {
    font-family: var(--arp-mono);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--accent);
    background: none;
    border: 0;
}

/* ── 8. Selected work — {01} numbered rows, em-dash titles, dot hover ────── */
body.arp .folio { padding-top: clamp(90px, 11vw, 150px); }
body.arp .dwork { border-top: 1px solid var(--arp-line); margin-top: clamp(36px, 4.5vw, 64px); }
body.arp .dwork__row {
    position: relative;
    border-bottom: 1px solid var(--arp-line);
    padding: clamp(30px, 3.6vw, 52px) 0;
}
body.arp .dwork__num {
    font-family: var(--arp-mono);
    font-size: 14px;
    color: var(--arp-mute);
    letter-spacing: 0.04em;
}
body.arp .dwork__num::before { content: '{'; margin-right: 3px; color: var(--arp-silver); }
body.arp .dwork__num::after  { content: '}'; margin-left: 3px; color: var(--arp-silver); }
body.arp .dwork__title {
    font-size: clamp(30px, 3.9vw, 62px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.02;
    color: #131316;
    transition: transform 0.5s var(--arp-ease), color 0.5s var(--arp-ease);
}
body.arp .dwork__title::after {
    content: '\2009\2014';
    color: var(--arp-silver);
    transition: color 0.5s var(--arp-ease);
}
body.arp .dwork__meta,
body.arp .dwork__year {
    font-family: var(--arp-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--arp-mute);
}
body.arp .dwork__arrow { color: var(--arp-silver); transition: color 0.4s var(--arp-ease), transform 0.4s var(--arp-ease); }
body.arp .dwork__row:hover .dwork__title { transform: translateX(16px); }
body.arp .dwork__row:hover .dwork__title::after { color: var(--accent); }
body.arp .dwork__row:hover .dwork__arrow { color: var(--accent); transform: translate(4px, -4px); }
body.arp .dwork__row::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 50%;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--accent);
    transform: translateY(-50%) scale(0);
    transition: transform 0.4s var(--arp-ease);
}
body.arp .dwork__row:hover::before { transform: translateY(-50%) scale(1); }
body.arp .dwork__view {
    background: var(--accent);
    color: #FFFFFF;
}

/* ── 9. Stats — black band, labels above silver numbers, thin dividers ───── */
body.arp .arp-stats {
    background: var(--arp-black);
    padding: clamp(80px, 10vw, 140px) 0;
    margin: clamp(70px, 9vw, 130px) 0 0;
}
body.arp .arp-stats .metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 0;
    background: none;
}
body.arp .arp-stats .metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(22px, 3vw, 44px);
    padding: 10px clamp(12px, 2vw, 32px);
    border-left: 1px solid var(--arp-line-inv);
    background: none;
}
body.arp .arp-stats .metric:first-child { border-left: 0; }
body.arp .arp-stats .metric .lbl {
    order: -1;
    font-family: var(--arp-mono);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    line-height: 1.5;
    color: var(--arp-mute-inv);
    max-width: 22ch;
}
body.arp .arp-stats .metric .num {
    font-family: var(--heading);
    font-weight: 550;
    font-size: clamp(58px, 6.6vw, 118px);
    line-height: 0.9;
    letter-spacing: -0.035em;
    color: var(--arp-silver);
}
body.arp .arp-stats .metric .num em {
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    color: #8B8B92;
}

/* ── 10. GitHub strip — the second half of the dark proof band ────────────
   The metrics band directly above and this section are one argument: measured
   claims, then the raw evidence. So they share one near-black ground and are
   separated by a hairline instead of a change of surface. Dropping to white
   here is what made the graph read as a third-party badge pasted onto the page.

   Everything borrows the .arp-stats vocabulary: giant silver numeral, real
   monospace uppercase micro-labels, hairline rules, no cards. */
body.arp .arp-stats:has( + .ghstrip ) { padding-bottom: clamp(56px, 7vw, 96px); }

body.arp .ghstrip {
    background: var(--arp-black);
    margin: 0;
    padding: 0 0 clamp(80px, 10vw, 140px);

    /* Accent ramp on a dark ground: dim → bright, all on the brand hue, so the
       graph belongs to the palette instead of importing GitHub's green. */
    --gh-l0: rgba(255, 255, 255, 0.055);
    --gh-l1: #1B2461;
    --gh-l2: #2C3EBE;
    --gh-l3: #6478F2;
    --gh-l4: #A3AEFF;
    --gh-ring: rgba(255, 255, 255, 0.62);
}
@supports (color: color-mix(in oklab, red, blue)) {
    body.arp .ghstrip {
        --gh-l1: color-mix(in oklab, var(--accent) 52%, var(--arp-black));
        --gh-l2: var(--accent);
        --gh-l3: color-mix(in oklab, var(--accent) 74%, #FFFFFF);
        --gh-l4: color-mix(in oklab, var(--accent) 44%, #FFFFFF);
    }
}

body.arp .ghstrip .ghstrip__head,
body.arp .ghstrip .ghstrip__accounts,
body.arp .ghstrip .ghstrip__acct { border-color: var(--arp-line-inv); }

body.arp .ghstrip__eyebrow,
body.arp .ghstrip__headmeta,
body.arp .ghstrip__unit,
body.arp .ghstrip__caveat,
body.arp .ghstrip__acct-meta,
body.arp .ghcal__legend-txt,
body.arp .ghcal__days span,
body.arp .ghcal__months span {
    font-family: var(--arp-mono);
    letter-spacing: 0.14em;
}

/* The raw --accent is only ~2.4:1 on this ground; lift it so the brand colour
   survives the dark band instead of going muddy. */
body.arp .ghstrip__eyebrow { color: #A3AEFF; }
@supports (color: color-mix(in oklab, red, blue)) {
    body.arp .ghstrip__eyebrow { color: color-mix(in oklab, var(--accent) 44%, #FFFFFF); }
}

body.arp .ghstrip__headmeta,
body.arp .ghstrip__unit { color: var(--arp-mute-inv); }

body.arp .ghstrip__num { color: var(--arp-silver); }

body.arp .ghstrip__caveat,
body.arp .ghcal__legend-txt,
body.arp .ghcal__days span,
body.arp .ghcal__months span { color: #8B8B92; }

/* 10px muted grey on black is a squint; give the caption a little more size. */
body.arp .ghstrip__caveat {
    font-size: 11px;
    letter-spacing: 0.05em;
    color: var(--arp-mute-inv);
}

body.arp .ghstrip__acct-user { color: var(--arp-silver); }
body.arp .ghstrip__acct-go   { color: #A3AEFF; }
body.arp .ghstrip__acct:hover .ghstrip__acct-user { color: #FFFFFF; }

/* Same travelling-dot cue the work rows use, so the accounts feel like the
   site's link rows rather than new furniture. */
body.arp .ghstrip__acct { position: relative; }
body.arp .ghstrip__acct::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #A3AEFF;
    transform: translateY(-50%) scale(0);
    transition: transform 0.4s var(--arp-ease);
}
body.arp .ghstrip__acct:hover::before { transform: translateY(-50%) scale(1); }

@media (prefers-reduced-motion: reduce) {
    body.arp .ghstrip__acct::before { transition: none; }
}

/* ── 11. Approach — full-width numbered rows, Arpeggio services style.
   HOMEPAGE ONLY: inner templates (services tiers, reviews) reuse
   .approach/.step as a card GRID, which this row layout would mangle. ────── */
body.is-page-home .approach {
    display: block;
    border-top: 1px solid var(--arp-line);
    margin-top: clamp(36px, 4.5vw, 64px);
}
body.is-page-home .approach .step {
    display: grid;
    grid-template-columns: minmax(70px, 120px) 1.1fr 1fr;
    gap: clamp(18px, 3vw, 48px);
    align-items: start;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--arp-line);
    border-radius: 0;
    padding: clamp(34px, 4.2vw, 58px) 0;
}
body.is-page-home .approach .step__num {
    font-family: var(--arp-mono);
    font-size: 15px;
    color: var(--arp-mute);
    letter-spacing: 0.04em;
    background: none;
    line-height: 2.2;
}
body.is-page-home .approach .step__num em {
    font-family: inherit;
    font-style: normal;
    font-size: inherit;
    font-weight: 500;
    color: inherit;
    font-variation-settings: normal;
}
body.is-page-home .approach .step__num::before { content: '{'; margin-right: 3px; color: var(--arp-silver); }
body.is-page-home .approach .step__num::after  { content: '}'; margin-left: 3px; color: var(--arp-silver); }
body.is-page-home .approach .step__title {
    font-size: clamp(28px, 3.4vw, 52px);
    font-weight: 600;
    letter-spacing: -0.028em;
    line-height: 1.02;
    color: #131316;
    transition: transform 0.45s var(--arp-ease);
}
body.is-page-home .approach .step__title::after { content: '\2009\2014'; color: var(--arp-silver); }
body.is-page-home .approach .step:hover .step__title { transform: translateX(12px); }
body.is-page-home .approach .step__body { color: var(--arp-mute); font-size: 17px; line-height: 1.55; max-width: 46ch; }

/* Inner-page .approach card grids (services tiers, reviews) — Arpeggio cards */
body.arp:not(.is-page-home) .approach .step {
    background: var(--arp-card);
    border: 0;
    border-radius: 18px;
    padding: clamp(22px, 2.6vw, 36px) !important;
    transition: transform 0.4s var(--arp-ease), box-shadow 0.4s var(--arp-ease);
}
body.arp:not(.is-page-home) .approach .step:hover { transform: translateY(-4px); }
body.arp:not(.is-page-home) .approach .step .step__title {
    font-size: clamp(20px, 1.8vw, 28px);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #131316;
}
body.arp:not(.is-page-home) .approach .step .step__body { color: var(--arp-mute); }
body.arp:not(.is-page-home) .approach .step .dept__num {
    font-family: var(--arp-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--accent);
}

/* ── 12. Testimonials — centered pull quote, serif mark ──────────────────── */
body.arp .pull-carousel { padding-top: clamp(80px, 10vw, 140px); }
body.arp .pull__mark {
    font-family: var(--arp-serif);
    font-style: italic;
    color: var(--accent);
    font-size: clamp(56px, 6vw, 96px);
    line-height: 0.6;
}
body.arp .pull__body {
    font-size: clamp(22px, 2.4vw, 38px);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.28;
    color: var(--arp-ink);
    border: 0;
}
body.arp .pull__attr { color: var(--arp-mute); }
body.arp .pull__attr strong { color: #131316; }
body.arp .pull-carousel__arrow {
    border: 1px solid var(--arp-line);
    border-radius: 50%;
    width: 52px; height: 52px;
    transition: background 0.3s var(--arp-ease), color 0.3s var(--arp-ease), border-color 0.3s var(--arp-ease);
}
body.arp .pull-carousel__arrow:hover { background: var(--accent); border-color: var(--accent); color: #FFFFFF; }
body.arp .pull-carousel__dots button { background: var(--arp-silver); }
body.arp .pull-carousel__dots button[aria-current],
body.arp .pull-carousel__dots .is-active { background: var(--accent); }

/* ── 13. Estimator — gray shell card ─────────────────────────────────────── */
body.arp .home-estimator__widget {
    background: var(--arp-card);
    border: 0;
    border-radius: 22px;
    padding: clamp(22px, 3vw, 44px);
}

/* ── 14. Explore — bento cards on #F6F6F6, dark hover flip ───────────────── */
body.arp .bento {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(14px, 1.6vw, 22px);
    margin-top: clamp(36px, 4.5vw, 64px);
}
body.arp .bento .step {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: var(--arp-card);
    border: 0;
    border-radius: 20px;
    padding: clamp(26px, 3vw, 44px);
    transition: background 0.45s var(--arp-ease), color 0.45s var(--arp-ease), transform 0.45s var(--arp-ease);
}
body.arp .bento .dept__num {
    font-family: var(--arp-mono);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--accent);
    background: none;
    border: 0;
}
body.arp .bento .step__title {
    font-size: clamp(22px, 2.1vw, 34px);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.08;
    color: #131316;
    transition: color 0.45s var(--arp-ease);
}
body.arp .bento .step__body { color: var(--arp-mute); font-size: 16px; line-height: 1.55; transition: color 0.45s var(--arp-ease); }
body.arp .bento .link { color: #131316; font-weight: 600; margin-top: auto; transition: color 0.45s var(--arp-ease); }
body.arp .bento .link .arr { color: var(--accent); transition: transform 0.35s var(--arp-ease); }
body.arp .bento .step:hover {
    background: var(--arp-black);
    transform: translateY(-5px);
}
body.arp .bento .step:hover .step__title,
body.arp .bento .step:hover .link { color: #FFFFFF; }
body.arp .bento .step:hover .step__body { color: rgba(255, 255, 255, 0.6); }
body.arp .bento .step:hover .link .arr { transform: translateX(5px); }

/* ── 15. Closer — black billboard, serif italic accent, orange CTA ───────── */
body.arp .cta-billboard {
    background: var(--arp-black);
    padding: clamp(110px, 14vw, 200px) 0;
    margin-top: clamp(80px, 10vw, 150px);
}
body.arp .cta-billboard__inner { text-align: center; max-width: 1060px; margin: 0 auto; }
body.arp .cta-billboard .eyebrow { color: var(--accent); }
body.arp .cta-billboard__head {
    color: #F4F4F5;
    font-size: clamp(38px, 5vw, 84px);
    font-weight: 600;
    letter-spacing: -0.032em;
    line-height: 1.02;
    max-width: none;
    margin: 26px auto 0;
}
body.arp .cta-billboard__head em { color: var(--accent); }
body.arp .cta-billboard__deck {
    color: rgba(244, 244, 245, 0.62);
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.6;
    max-width: 58ch;
    margin: 28px auto 0;
}
body.arp .cta-billboard__row { justify-content: center; gap: 34px; margin-top: 44px; }
body.arp .cta-billboard__diamond { display: none; }
body.arp .cta-billboard .btn--primary { background: var(--accent); border-color: var(--accent); color: #FFFFFF; }
body.arp .cta-billboard .btn--primary:hover { background: #FFFFFF; border-color: #FFFFFF; color: var(--arp-black); }
body.arp .cta-billboard__alt { color: #F4F4F5; }
body.arp .cta-billboard__alt:hover { color: #FFFFFF; }

/* ── 16. Footer — white, giant orange wordmark, orange-underline links ───── */
body.arp .dfooter {
    background: #FFFFFF;
    color: var(--arp-ink);
    padding-top: clamp(70px, 9vw, 130px);
}
body.arp .dfooter__curve { display: none; }
body.arp .dfooter__eyebrow {
    font-family: var(--arp-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--accent);
}
body.arp .dfooter__cta {
    color: #131316;
    font-size: clamp(36px, 4.6vw, 76px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.02;
}
body.arp .dfooter__cta em { color: var(--accent); }
body.arp .dfooter__badge {
    background: var(--accent);
    color: #FFFFFF;
    border: 0;
}
body.arp .dfooter__badge:hover { background: var(--arp-black); }
body.arp .dfooter__socials { border-color: var(--arp-line); }
body.arp .dfooter__socials a {
    position: relative;
    color: var(--arp-ink);
    font-weight: 500;
    padding-bottom: 6px;
}
body.arp .dfooter__socials a::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    height: 1.5px;
    width: 100%;
    background: var(--accent);
    transform: scaleX(0.14);
    transform-origin: left center;
    transition: transform 0.4s var(--arp-ease);
}
body.arp .dfooter__socials a:hover::after { transform: scaleX(1); }
body.arp .dfooter__social-arr { color: var(--accent); }
body.arp .dfooter__bottom { border-color: var(--arp-line); display: block; }
body.arp .dfooter__meta { display: block; margin-bottom: 26px; }
body.arp .dfooter__brand {
    display: block;
    font-family: var(--heading);
    font-weight: 700;
    font-size: clamp(58px, 11.5vw, 200px);
    line-height: 0.9;
    letter-spacing: -0.045em;
    color: var(--accent);
    white-space: nowrap;
}
body.arp .dfooter__loc {
    display: block;
    margin-top: 16px;
    font-family: var(--arp-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--arp-mute);
}
body.arp .dfooter__nav { display: flex; flex-wrap: wrap; gap: 20px 30px; padding: 26px 0; border-top: 1px solid var(--arp-line); }
body.arp .dfooter__nav a { color: var(--arp-ink); font-weight: 500; }
body.arp .dfooter__nav a:hover { color: var(--accent); }
body.arp .dfooter__legal { color: var(--arp-mute); border-top: 1px solid var(--arp-line); padding-top: 22px; }
body.arp .dfooter__totop { color: var(--arp-ink); }
body.arp .dfooter__totop:hover { color: var(--accent); }

/* ── 17. Scroll entrances — soft rise for .reveal blocks, row stagger ────── */
html.has-js body.arp .reveal {
    opacity: 1;
    transform: translateY(46px);
    transition: transform 1s var(--arp-ease);
}
html.has-js body.arp .reveal.is-revealed { transform: none; }

html.has-js body.arp .dwork__row,
html.has-js body.arp .approach .step,
html.has-js body.arp .bento .step,
html.has-js body.arp .proof-review {
    opacity: 0;
    transform: translateY(38px);
    transition: opacity 0.8s var(--arp-ease), transform 0.8s var(--arp-ease);
}
html.has-js body.arp .dwork__row.arp-rev,
html.has-js body.arp .approach .step.arp-rev,
html.has-js body.arp .bento .step.arp-rev,
html.has-js body.arp .proof-review.arp-rev { opacity: 1; transform: none; }
/* keep the card hover lifts once revealed */
html.has-js body.arp .bento .step.arp-rev:hover { transform: translateY(-5px); }
html.has-js body.arp .proof-review.arp-rev:hover { transform: translateY(-4px); }
html.has-js body.arp .dwork__row.arp-rev:nth-child(2) { transition-delay: 70ms; }
html.has-js body.arp .dwork__row.arp-rev:nth-child(3) { transition-delay: 140ms; }
html.has-js body.arp .dwork__row.arp-rev:nth-child(4) { transition-delay: 210ms; }

/* ── 18. Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    body.arp .ahero__thesis { max-width: 20ch; font-size: clamp(30px, 6.4vw, 48px); }
    body.arp .ahero__role { position: static; text-align: left; margin-top: 22px; font-size: clamp(24px, 5vw, 34px); }
    body.arp .ahero__marks { display: none; }
    body.arp .arp-stats .metrics { grid-template-columns: 1fr 1fr; }
    body.arp .arp-stats .metric { border: 0; padding: 22px 12px; }
    body.arp .approach .step { grid-template-columns: 1fr; gap: 12px; }
    body.arp .bento { grid-template-columns: 1fr; }
    body.arp .aintro__stat { text-align: left; }
    body.arp .dfooter__brand { white-space: normal; font-size: clamp(44px, 13vw, 90px); }
}

/* ── 18b. Inner pages — light-context nav + Arpeggio centered hero ───────── */
/* The nav is a fixed overlay; give inner-page content room beneath it. */
body.arp:not(.is-page-home) #main { padding-top: clamp(76px, 10vh, 118px); }

/* Light context: dark brand + label until the bar goes dark on scroll. */
body.arp:not(.is-page-home) .dnav__brand { color: var(--arp-ink); }
body.arp:not(.is-page-home) .dnav__brand .brand__logo { filter: none; }
body.arp:not(.is-page-home) .dnav__toggle { color: var(--arp-ink); }
body.arp:not(.is-page-home) .dnav.is-dark .dnav__brand { color: #FFFFFF; }
body.arp:not(.is-page-home) .dnav.is-dark .dnav__brand .brand__logo { filter: brightness(0) invert(1); }
body.arp:not(.is-page-home) .dnav.is-dark .dnav__toggle { color: #FFFFFF; }
/* Overlay open — controls sit on the dark takeover, flip light (html.nav-open) */
html.nav-open body.arp .dnav__brand { color: #F1F1F1; }
html.nav-open body.arp .dnav__brand .brand__logo { filter: brightness(0) invert(1); }
html.nav-open body.arp .dnav__toggle { color: #F1F1F1; }

/* Centered giant hero — Arpeggio's inner-page formula ("Contact", "About us") */
body.arp:not(.is-page-home) .hero {
    text-align: center;
    padding-top: clamp(64px, 9vh, 130px);
    padding-bottom: clamp(48px, 6vw, 92px);
}
body.arp:not(.is-page-home) .hero .eyebrow {
    display: block;
    font-family: var(--arp-mono);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--accent);
    margin-bottom: clamp(18px, 2.4vw, 30px);
}
body.arp:not(.is-page-home) .hero .hero__title {
    font-weight: 600;
    font-size: clamp(50px, 8.2vw, 148px);
    line-height: 0.98;
    letter-spacing: -0.038em;
    color: #131316;
    max-width: none;
    margin: 0 auto;
    padding-bottom: 0.08em; /* room for Playfair italic descenders */
    text-wrap: balance;
}
/* Long marketing h1s (sales LPs) step down to editorial scale. */
body.arp:not(.is-page-home) .hero .hero__title.arp-title-long,
body.arp .dabout-hero__title.arp-title-long,
body.arp .dpage-hero__title.arp-title-long,
body.arp .dcontact-hero__title.arp-title-long {
    font-size: clamp(36px, 4.9vw, 86px);
    line-height: 1.06;
    max-width: 22ch;
    padding-bottom: 0.14em; /* Playfair italic descenders clear the lede */
}
body.arp:not(.is-page-home) .hero .hero__title em {
    font-weight: 500;
    color: var(--accent);
}
body.arp:not(.is-page-home) .hero .hero__lede {
    margin: clamp(20px, 3vw, 36px) auto 0;
    max-width: 54ch;
}
body.arp:not(.is-page-home) .hero .hero__manifesto,
body.arp:not(.is-page-home) .hero .hero__manifesto strong {
    color: var(--arp-mute);
    font-size: clamp(16px, 1.3vw, 20px);
    line-height: 1.6;
}

/* Hero entrance — title words rise via the shared .aw masks; the eyebrow and
   lede fade up around them once arpeggio.js stamps .is-in on the hero. */
html.has-js body.arp:not(.is-page-home) .hero .eyebrow,
html.has-js body.arp:not(.is-page-home) .hero .hero__lede {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.85s var(--arp-ease), transform 0.85s var(--arp-ease);
}
html.has-js body.arp:not(.is-page-home) .hero .eyebrow { transition-delay: 0.08s; }
html.has-js body.arp:not(.is-page-home) .hero .hero__lede { transition-delay: 0.5s; }
html.has-js body.arp:not(.is-page-home) .hero.is-in .eyebrow,
html.has-js body.arp:not(.is-page-home) .hero.is-in .hero__lede { opacity: 1; transform: none; }

/* Same centered formula for the bespoke Dennis-clone page heroes
   (about / blog index / single post / contact). */
body.arp .dabout-hero,
body.arp .dpage-hero,
body.arp .dpost-hero,
body.arp .dcontact-hero {
    text-align: center;
    padding-top: clamp(56px, 8vh, 110px);
    padding-bottom: clamp(40px, 5vw, 80px);
}
body.arp .dabout-hero__label,
body.arp .dpage-hero__label,
body.arp .dpost-hero__eyebrow {
    display: block;
    font-family: var(--arp-mono);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--accent);
    margin-bottom: clamp(18px, 2.4vw, 30px);
    background: none;
    border: 0;
}
body.arp .dabout-hero__title,
body.arp .dpage-hero__title,
body.arp .dpost-hero__title,
body.arp .dcontact-hero__title {
    font-weight: 600;
    font-size: clamp(44px, 7vw, 128px);
    line-height: 0.98;
    letter-spacing: -0.036em;
    color: #131316;
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
}
body.arp .dabout-hero__title em,
body.arp .dpage-hero__title em,
body.arp .dpost-hero__title em,
body.arp .dcontact-hero__title em {
    font-weight: 500;
    color: var(--accent);
}
/* Post titles run long — keep them at editorial journal scale. */
body.arp .dpost-hero__title {
    font-size: clamp(34px, 4.6vw, 76px);
    max-width: 24ch;
}
body.arp .dpage-hero__lede,
body.arp .dpost-hero__byline {
    margin: clamp(18px, 2.6vw, 32px) auto 0;
    max-width: 54ch;
    color: var(--arp-mute);
    justify-content: center;
}
html.has-js body.arp .dabout-hero__label,
html.has-js body.arp .dpage-hero__label,
html.has-js body.arp .dpost-hero__eyebrow,
html.has-js body.arp .dpage-hero__lede,
html.has-js body.arp .dpost-hero__byline {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.85s var(--arp-ease) 0.08s, transform 0.85s var(--arp-ease) 0.08s;
}
html.has-js body.arp .dpage-hero__lede,
html.has-js body.arp .dpost-hero__byline { transition-delay: 0.5s; }
html.has-js body.arp .is-in .dabout-hero__label,
html.has-js body.arp .is-in .dpage-hero__label,
html.has-js body.arp .is-in .dpost-hero__eyebrow,
html.has-js body.arp .is-in .dpage-hero__lede,
html.has-js body.arp .is-in .dpost-hero__byline,
html.has-js body.arp .dabout-hero.is-in .dabout-hero__label { opacity: 1; transform: none; }

/* ── 18c. About page — Arpeggio treatment ────────────────────────────────── */
/* Full-bleed image hero — Arpeggio's "About us": centered giant white title
   over a graded photograph, flush under the fixed nav. */
body.arp .dabout-hero--image {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: calc(-1 * clamp(76px, 10vh, 118px));
    height: clamp(520px, 78vh, 820px);
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
    background: var(--arp-black);
    padding: 0 var(--pad-x);
}
body.arp .dabout-hero--image .dabout-hero__media { position: absolute; inset: 0; }
body.arp .dabout-hero--image .dabout-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 24%;
    transform: scale(1.12);
    transition: transform 1.9s var(--arp-ease);
}
html.has-js body.arp .dabout-hero--image.is-in .dabout-hero__media img,
html:not(.has-js) body.arp .dabout-hero--image .dabout-hero__media img { transform: scale(1); }
body.arp .dabout-hero__grade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 6, 8, 0.5) 0%, rgba(6, 6, 8, 0.18) 40%, rgba(6, 6, 8, 0.22) 70%, rgba(6, 6, 8, 0.5) 100%);
}
body.arp .dabout-hero--image .dabout-hero__inner { position: relative; z-index: 2; }
body.arp .dabout-hero--image .dabout-hero__title {
    color: #FFFFFF;
    text-shadow: 0 2px 30px rgba(6, 6, 8, 0.25);
}
body.arp .dabout-hero--image .dabout-hero__title.arp-title-long {
    font-size: clamp(40px, 6vw, 112px);
    line-height: 1.0;
    max-width: 16ch;
}
body.arp.page-template-templatesabout-php .dnav__brand { color: #FFFFFF; }
body.arp.page-template-templatesabout-php .dnav__brand .brand__logo { filter: brightness(0) invert(1); }
body.arp.page-template-templatesabout-php .dnav__toggle { color: #FFFFFF; }

/* Orange manifesto band — Arpeggio's vision section, carrying the pull quote */
body.arp .dabout-manifesto {
    background: var(--accent);
    padding: clamp(90px, 12vw, 170px) 0;
    margin: clamp(60px, 8vw, 110px) 0;
}
body.arp .dabout-manifesto__body {
    margin: 0;
    border: 0;
    padding: 0;
    color: #FFFFFF;
    font-family: var(--heading);
    font-weight: 600;
    font-size: clamp(28px, 3.4vw, 56px);
    line-height: 1.12;
    letter-spacing: -0.025em;
    max-width: 24ch;
}
body.arp .dabout-manifesto__body em {
    font-family: var(--arp-serif);
    font-style: italic;
    font-weight: 500;
    color: #FFFFFF;
}
body.arp .dabout-manifesto__attr {
    margin-top: clamp(30px, 4vw, 54px);
    font-family: var(--arp-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.85);
}
body.arp .dabout-manifesto__attr strong { color: #FFFFFF; font-weight: 600; }
body.arp .dabout-manifesto__attr .dmd { color: rgba(255, 255, 255, 0.7); }

body.arp .dabout-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 28px;
    border-top: 1px solid var(--arp-line);
    border-bottom: 1px solid var(--arp-line);
    padding: 18px 0;
}
body.arp .dabout-trust__label {
    font-family: var(--arp-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--accent);
}
body.arp .dabout-trust a { font-weight: 500; color: var(--arp-ink); transition: color 0.25s var(--arp-ease); }
body.arp .dabout-trust a:hover { color: var(--accent); }
body.arp .dabout-trust a span { color: var(--accent); }
body.arp .dabout-trust__updated {
    margin-left: auto;
    font-family: var(--arp-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--arp-mute);
}

/* Cinematic portrait band — graded, rounded, parallax-ready */
body.arp .dabout-image__media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--arp-black);
}
body.arp .dabout-image__media img {
    width: 100%;
    height: clamp(380px, 68vh, 660px);
    object-fit: cover;
    object-position: 50% 20%;
    filter: saturate(1.02);
}
body.arp .dabout-image__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 6, 8, 0.18) 0%, transparent 30%, transparent 68%, rgba(6, 6, 8, 0.34) 100%);
}

/* Intro — Arpeggio "Introduction" split: orange mono labels + big statement */
body.arp .csd-eyebrow {
    font-family: var(--arp-mono);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--accent);
    background: none;
    border: 0;
}
body.arp .dabout-lead {
    font-size: clamp(22px, 2.2vw, 36px);
    font-weight: 550;
    line-height: 1.28;
    letter-spacing: -0.022em;
    color: #131316;
}
body.arp .dabout-essay p:not(.dabout-lead) { color: var(--arp-mute); font-size: 17px; line-height: 1.65; }
body.arp .dabout-essay p strong { color: var(--arp-ink); font-weight: 600; }
body.arp .dabout-sig {
    font-family: var(--arp-serif);
    font-style: italic;
    font-size: clamp(20px, 1.6vw, 26px);
    color: var(--arp-ink);
}
body.arp .dabout-fact h4 {
    font-family: var(--arp-mono);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--accent);
}
body.arp .dabout-fact ul li { color: var(--arp-mute); }
body.arp .dabout-fact .dmd { color: var(--accent); }

/* Pull quote — serif mark + serif italic emphasis */
body.arp .pull .pull__mark {
    font-family: var(--arp-serif);
    font-style: italic;
    color: var(--accent);
}
body.arp .pull__body em {
    font-family: var(--arp-serif);
    font-style: italic;
    font-weight: 500;
    color: var(--accent);
}

/* Experience — Arpeggio numbered rows with pill tags */
body.arp .dabout-exp__head {
    font-size: clamp(34px, 4.4vw, 72px);
    font-weight: 600;
    letter-spacing: -0.032em;
    line-height: 1.0;
    color: #131316;
}
body.arp .dabout-exp__head em { color: var(--accent); }
body.arp .dabout-exp__desc { color: var(--arp-mute); }
body.arp .dabout-exp__list > li { border-top: 1px solid var(--arp-line); }
body.arp .dabout-exp__list > li:last-child { border-bottom: 1px solid var(--arp-line); }
body.arp .dabout-exp-row {
    display: grid;
    grid-template-columns: minmax(60px, 90px) 1.5fr minmax(180px, 0.7fr);
    gap: clamp(16px, 2.6vw, 40px);
    align-items: start;
    padding: clamp(30px, 3.8vw, 52px) 0;
}
body.arp .dabout-exp__num {
    font-family: var(--arp-mono);
    font-size: 15px;
    color: var(--arp-mute);
    letter-spacing: 0.04em;
    line-height: 2;
}
body.arp .dabout-exp__num::before { content: '{'; margin-right: 3px; color: var(--arp-silver); }
body.arp .dabout-exp__num::after  { content: '}'; margin-left: 3px; color: var(--arp-silver); }
body.arp .dabout-exp__title {
    font-size: clamp(24px, 2.7vw, 42px);
    font-weight: 600;
    letter-spacing: -0.026em;
    line-height: 1.04;
    color: #131316;
}
body.arp .dabout-exp__title em { color: var(--accent); }
body.arp .dabout-exp__meta {
    font-family: var(--arp-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--arp-mute);
    margin-top: 8px;
}
body.arp .dabout-exp__main .dabout-exp__desc { margin-top: 14px; max-width: 62ch; }
body.arp .dabout-exp__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    align-content: start;
}
body.arp .dabout-exp__tags li {
    border: 1px solid var(--arp-line);
    border-radius: 999px;
    padding: 7px 15px;
    font-family: var(--arp-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--arp-mute);
    background: none;
    transition: border-color 0.3s var(--arp-ease), color 0.3s var(--arp-ease);
}
body.arp .dabout-exp__tags li:hover { border-color: var(--accent); color: var(--accent); }
@media (max-width: 820px) {
    body.arp .dabout-exp-row { grid-template-columns: 1fr; }
    body.arp .dabout-exp__tags { justify-content: flex-start; }
}

/* ── 18d. Review cards (sales LPs, proof) — Arpeggio card grid ───────────── */
body.arp .proof-reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: clamp(14px, 1.6vw, 22px);
}
body.arp .proof-review {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    background: var(--arp-card);
    border: 0;
    border-radius: 18px;
    padding: clamp(24px, 2.6vw, 36px);
    transition: transform 0.4s var(--arp-ease);
}
body.arp .proof-review:hover { transform: translateY(-4px); }
body.arp .proof-review__stars {
    color: var(--accent);
    font-size: 13px;
    letter-spacing: 4px;
}
body.arp .proof-review__quote {
    font-family: var(--arp-serif);
    font-style: italic;
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.5;
    color: var(--arp-ink);
    border: 0;
    margin: 0;
    padding: 0;
}
body.arp .proof-review__by {
    margin-top: auto;
    font-family: var(--arp-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 1.7;
    color: var(--arp-mute);
}
body.arp .proof-review__proj {
    display: block;
    color: var(--accent);
}

/* Small text links (.link) — dark label, orange arrow, hairline underline */
body.arp .link {
    position: relative;
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: -0.01em;
    color: var(--arp-ink);
    padding-bottom: 5px;
}
body.arp .link .arr { color: var(--accent); }
body.arp .link::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    height: 1.5px;
    width: 100%;
    background: var(--accent);
    transform: scaleX(0.16);
    transform-origin: left center;
    transition: transform 0.45s var(--arp-ease);
}
body.arp .link:hover::after { transform: scaleX(1); }

/* ── 19. Reduced motion — everything lands instantly ─────────────────────── */
@media (prefers-reduced-motion: reduce) {
    html.has-js body.arp .ahero__img,
    html.has-js body.arp .ahero__role,
    html.has-js body.arp .ahero__kicker,
    html.has-js body.arp .ahero__wordmark-txt,
    html.has-js body.arp .aw-i,
    html.has-js body.arp .reveal,
    html.has-js body.arp .dwork__row,
    html.has-js body.arp .approach .step,
    html.has-js body.arp .bento .step,
    html.has-js body.arp .proof-review,
    html.has-js body.arp .hero .eyebrow,
    html.has-js body.arp .hero .hero__lede {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
    body.arp .ahero__wordmark-txt { transform: translateY(12%) !important; }
}
