/* Ali Najafzadeh homepage v3: editorial systems architecture */
body.home-v3 {
    --home-bg: #0b0d0c;
    --home-surface: #121512;
    --home-surface-strong: #171b17;
    --home-ink: #f2efe8;
    --home-muted: #a9ada7;
    --home-brass: #c8a653;
    --home-brass-strong: #dfbf6b;
    --home-green: #79a287;
    --home-line: rgba(242, 239, 232, 0.14);
    --home-line-strong: rgba(200, 166, 83, 0.38);
    --home-radius: 8px;
    --home-shell: 1180px;
    --home-nav-height: 72px;
    margin: 0;
    background: var(--home-bg);
    color: var(--home-ink);
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    overflow-x: clip;
    text-rendering: optimizeLegibility;
}

html[lang="zh-CN"] body.home-v3 {
    font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

body.home-v3 *,
body.home-v3 *::before,
body.home-v3 *::after {
    box-sizing: border-box;
}

body.home-v3 ::selection {
    color: var(--home-bg);
    background: var(--home-brass-strong);
}

body.home-v3 :focus-visible {
    outline: 2px solid var(--home-brass-strong);
    outline-offset: 4px;
}

body.home-v3 a {
    color: inherit;
}

body.home-v3 img {
    max-width: 100%;
}

body.home-v3 h1,
body.home-v3 h2,
body.home-v3 h3,
body.home-v3 h4,
body.home-v3 p {
    margin-top: 0;
}

.home-v3 .home-shell {
    width: min(calc(100% - 48px), var(--home-shell));
    margin-inline: auto;
}

.home-v3 .home-section {
    position: relative;
    padding: 112px 0;
}

.home-v3 .home-section--surface {
    background: var(--home-surface);
    border-block: 1px solid rgba(242, 239, 232, 0.07);
}

.home-v3 .home-section__head {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 56px;
}

.home-v3 .home-section__eyebrow,
.home-v3 .home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--home-brass-strong);
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-v3 .home-section__eyebrow::before,
.home-v3 .home-kicker::before {
    width: 24px;
    height: 1px;
    background: currentColor;
    content: '';
}

.home-v3 .home-section__title {
    max-width: 780px;
    margin-bottom: 0;
    color: var(--home-ink);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: 0;
}

html[lang="zh-CN"] .home-v3 .home-hero__title,
html[lang="zh-CN"] .home-v3 .home-section__title,
html[lang="zh-CN"] .home-v3 .home-tensions__lead,
html[lang="zh-CN"] .home-v3 .home-proof__copy h2,
html[lang="zh-CN"] .home-v3 .home-about__statement,
html[lang="zh-CN"] .home-v3 .home-conversion__copy h2 {
    font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
}

.home-v3 .home-section__intro {
    margin-bottom: 4px;
    color: var(--home-muted);
    font-size: 1rem;
    line-height: 1.75;
}

/* Navigation */
.home-v3 .navbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    height: var(--home-nav-height);
    padding: 0;
    background: rgba(11, 13, 12, 0.9);
    border-bottom: 1px solid rgba(242, 239, 232, 0.1);
    box-shadow: none;
    backdrop-filter: blur(16px);
}

.home-v3 .navbar.scrolled {
    background: rgba(11, 13, 12, 0.97);
}

.home-v3 .navbar .container {
    width: min(calc(100% - 48px), var(--home-shell));
    max-width: none;
    height: 100%;
    margin-inline: auto;
    padding: 0;
}

.home-v3 .nav-brand a {
    display: inline-flex;
    align-items: baseline;
    gap: 9px;
    color: var(--home-ink);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
}

.home-v3 .nav-brand a::after {
    color: var(--home-brass);
    content: '/ systems';
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-v3 .nav-menu {
    display: flex;
    align-items: center;
    gap: 4px;
}

.home-v3 .nav-link {
    position: relative;
    padding: 10px 11px;
    color: rgba(242, 239, 232, 0.72);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
}

.home-v3 .nav-link::after {
    display: none;
}

.home-v3 .nav-link:hover,
.home-v3 .nav-link.active {
    color: var(--home-ink);
}

.home-v3 .nav-link.lang-switch {
    color: var(--home-muted);
    border-left: 1px solid var(--home-line);
}

.home-v3 .nav-link.cta-nav {
    min-height: 40px;
    margin-left: 8px;
    padding: 10px 15px;
    color: #11130f;
    background: var(--home-brass-strong);
    border: 1px solid var(--home-brass-strong);
    border-radius: 4px;
}

.home-v3 .nav-link.cta-nav:hover {
    color: #11130f;
    background: #efd184;
    transform: translateY(-1px);
}

.home-v3 .nav-toggle {
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--home-line);
    border-radius: 4px;
}

.home-v3 .nav-toggle span {
    background: var(--home-brass-strong);
}

/* Hero */
.home-v3 .home-hero {
    position: relative;
    min-height: 780px;
    padding-top: var(--home-nav-height);
    overflow: hidden;
    isolation: isolate;
    background: #0a0c0b;
}

.home-v3 .home-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url('images/homepage-systems-backdrop.webp');
    background-position: center;
    background-size: cover;
    content: '';
}

.home-v3 .home-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(5, 7, 6, 0.34);
    content: '';
}

.home-v3 .home-hero__shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    min-height: 708px;
    align-items: center;
}

.home-v3 .home-hero__content {
    position: relative;
    z-index: 3;
    width: 100%;
    min-width: 0;
    max-width: 720px;
    padding: 92px 0 86px;
}

.home-v3 .home-hero__title {
    max-width: 680px;
    margin-bottom: 24px;
    color: var(--home-ink);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(4.6rem, 7.3vw, 7.2rem);
    font-weight: 600;
    line-height: 0.94;
    letter-spacing: 0;
}

.home-v3 .home-hero__title span {
    display: block;
    color: var(--home-brass-strong);
}

.home-v3 .home-hero__promise {
    max-width: 620px;
    margin-bottom: 30px;
    color: rgba(242, 239, 232, 0.82);
    font-size: clamp(1.08rem, 1.8vw, 1.32rem);
    line-height: 1.7;
}

.home-v3 .home-hero__commands,
.home-v3 .home-conversion__commands {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-v3 .home-command {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    border: 1px solid var(--home-line-strong);
    border-radius: 4px;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-v3 .home-command:hover {
    transform: translateY(-2px);
}

.home-v3 .home-command--primary {
    color: #10120f;
    background: var(--home-brass-strong);
    border-color: var(--home-brass-strong);
}

.home-v3 .home-command--primary:hover {
    color: #10120f;
    background: #efd184;
}

.home-v3 .home-command--secondary {
    color: var(--home-ink);
    background: rgba(11, 13, 12, 0.48);
    border-color: rgba(242, 239, 232, 0.32);
}

.home-v3 .home-command--secondary:hover {
    background: rgba(242, 239, 232, 0.08);
    border-color: var(--home-ink);
}

.home-v3 .home-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.home-v3 .home-hero__proof li {
    padding: 0 14px;
    color: rgba(242, 239, 232, 0.68);
    border-right: 1px solid var(--home-line);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.home-v3 .home-hero__proof li:first-child {
    padding-left: 0;
}

.home-v3 .home-hero__proof li:last-child {
    border-right: 0;
}

.home-v3 .home-hero__visual {
    position: relative;
    align-self: stretch;
    min-width: 0;
}

.home-v3 .home-hero__portrait-system {
    position: absolute;
    right: -6px;
    bottom: 52px;
    z-index: 1;
    width: min(40vw, 510px);
    aspect-ratio: 1;
    pointer-events: none;
    opacity: 0.86;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.38));
}

.home-v3 .home-hero__portrait-system::before,
.home-v3 .home-hero__portrait-system::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background: rgba(200, 166, 83, 0.2);
    transform: translate(-50%, -50%);
}

.home-v3 .home-hero__portrait-system::before {
    width: 112%;
    height: 1px;
}

.home-v3 .home-hero__portrait-system::after {
    width: 1px;
    height: 112%;
}

.home-v3 .home-hero__orbit {
    position: absolute;
    border-radius: 50%;
}

.home-v3 .home-hero__orbit--outer {
    inset: 0;
    border: 1px solid rgba(200, 166, 83, 0.46);
    border-right-color: transparent;
    border-bottom-color: rgba(121, 162, 135, 0.24);
    transform: rotate(-18deg);
}

.home-v3 .home-hero__orbit--inner {
    inset: 12%;
    border: 1px dashed rgba(242, 239, 232, 0.22);
    border-top-color: transparent;
    border-left-color: rgba(200, 166, 83, 0.5);
    transform: rotate(24deg);
}

.home-v3 .home-hero__node {
    position: absolute;
    width: 9px;
    height: 9px;
    border: 2px solid var(--home-bg);
    border-radius: 50%;
    background: var(--home-brass);
    box-shadow: 0 0 0 1px rgba(200, 166, 83, 0.34), 0 0 14px rgba(200, 166, 83, 0.34);
}

.home-v3 .home-hero__node--one {
    top: 7.5%;
    left: 31%;
}

.home-v3 .home-hero__node--two {
    top: 48%;
    right: -4px;
    background: var(--home-green);
    box-shadow: 0 0 0 1px rgba(121, 162, 135, 0.34), 0 0 14px rgba(121, 162, 135, 0.3);
}

.home-v3 .home-hero__node--three {
    bottom: 5%;
    left: 25%;
}

.home-v3 .home-hero__portrait {
    position: absolute;
    right: -28px;
    bottom: 0;
    z-index: 2;
    width: min(44vw, 570px);
    height: auto;
    filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.42));
}

.home-v3 .home-hero__signal {
    position: absolute;
    right: 24px;
    top: 44px;
    bottom: auto;
    z-index: 4;
    width: 250px;
    padding: 16px 18px;
    background: rgba(11, 13, 12, 0.9);
    border: 1px solid var(--home-line-strong);
    border-radius: var(--home-radius);
    backdrop-filter: blur(14px);
}

.home-v3 .home-hero__signal strong,
.home-v3 .home-hero__signal span {
    display: block;
}

.home-v3 .home-hero__signal strong {
    margin-bottom: 5px;
    color: var(--home-green);
    font-size: 0.75rem;
    text-transform: uppercase;
}

.home-v3 .home-hero__signal span {
    color: rgba(242, 239, 232, 0.74);
    font-size: 0.78rem;
    line-height: 1.5;
}

.home-v3 .home-hero__edge {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    height: 1px;
    background: var(--home-line);
}

/* Operational tensions */
.home-v3 .home-tensions {
    padding: 78px 0 88px;
    background: var(--home-ink);
    color: #171914;
}

.home-v3 .home-tensions__lead {
    max-width: 900px;
    margin-bottom: 46px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.1rem, 4vw, 4rem);
    font-weight: 600;
    line-height: 1.08;
}

.home-v3 .home-tensions__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(11, 13, 12, 0.22);
}

.home-v3 .home-tension {
    padding: 28px 30px 4px 0;
}

.home-v3 .home-tension + .home-tension {
    padding-left: 30px;
    border-left: 1px solid rgba(11, 13, 12, 0.22);
}

.home-v3 .home-tension__index {
    display: block;
    margin-bottom: 20px;
    color: #7b6839;
    font-size: 0.72rem;
    font-weight: 800;
}

.home-v3 .home-tension h3 {
    margin-bottom: 12px;
    color: #11130f;
    font-size: 1.05rem;
    line-height: 1.35;
}

.home-v3 .home-tension p {
    margin-bottom: 0;
    color: #565a52;
    font-size: 0.92rem;
    line-height: 1.7;
}

/* Engagement paths */
.home-v3 .home-paths {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.home-v3 .home-path {
    position: relative;
    display: flex;
    min-height: 360px;
    flex-direction: column;
    padding: 30px;
    overflow: hidden;
    background: var(--home-surface-strong);
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius);
    box-shadow: var(--edge-light);
    text-decoration: none;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.home-v3 .home-path:first-child {
    background: linear-gradient(155deg, rgba(200, 166, 83, 0.10), rgba(23, 27, 23, 0.55) 58%);
    border-color: var(--home-line-strong);
}

.home-v3 .home-path:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--home-brass-strong), transparent 80%);
}

.home-v3 .home-path:hover {
    border-color: rgba(200, 166, 83, 0.7);
    transform: translateY(-3px);
}

.home-v3 .home-path__index {
    margin-bottom: 22px;
    color: var(--home-brass-strong);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.home-v3 .home-path__label {
    margin-bottom: 12px;
    color: var(--home-green);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-v3 .home-path h3 {
    margin-bottom: 14px;
    color: var(--home-ink);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.5rem, 2.1vw, 2rem);
    line-height: 1.12;
}

.home-v3 .home-path p {
    margin-bottom: 24px;
    color: var(--home-muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

.home-v3 .home-path__deliverable {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 18px;
    color: var(--home-ink);
    border-top: 1px solid var(--home-line);
    font-size: 0.82rem;
    font-weight: 700;
}

.home-v3 .home-path__deliverable::after {
    color: var(--home-brass-strong);
    content: '↗';
    font-size: 1.1rem;
}

/* Engagement paths: three equal cards on desktop, single column on tablet/mobile */
@media (max-width: 880px) {
    .home-v3 .home-paths {
        grid-template-columns: 1fr;
    }
}

/* Featured proof */
.home-v3 .home-proof {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 54px;
    align-items: center;
}

.home-v3 .home-proof__media {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--home-line-strong);
    border-radius: var(--home-radius);
    aspect-ratio: 4 / 3;
}

.home-v3 .home-proof__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-v3 .home-proof__copy h2 {
    margin-bottom: 22px;
    color: var(--home-ink);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.4rem, 4.8vw, 4.6rem);
    font-weight: 600;
    line-height: 1.04;
}

.home-v3 .home-proof__copy > p {
    color: var(--home-muted);
    line-height: 1.78;
}

.home-v3 .home-proof__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 30px 0;
    background: var(--home-line);
    border: 1px solid var(--home-line);
}

.home-v3 .home-proof__fact {
    padding: 18px;
    background: var(--home-bg);
}

.home-v3 .home-proof__fact strong,
.home-v3 .home-proof__fact span {
    display: block;
}

.home-v3 .home-proof__fact strong {
    margin-bottom: 5px;
    color: var(--home-brass-strong);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.45rem;
}

.home-v3 .home-proof__fact span {
    color: var(--home-muted);
    font-size: 0.76rem;
    line-height: 1.45;
}

.home-v3 .home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--home-brass-strong);
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
}

.home-v3 .home-text-link:hover {
    color: #efd184;
}

/* Operating method */
.home-v3 .home-method {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--home-line-strong);
}

.home-v3 .home-method__step {
    position: relative;
    min-height: 250px;
    padding: 34px 24px 12px 0;
}

.home-v3 .home-method__step + .home-method__step {
    padding-left: 24px;
    border-left: 1px solid var(--home-line);
}

.home-v3 .home-method__step::before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 9px;
    height: 9px;
    background: var(--home-brass-strong);
    border: 2px solid var(--home-bg);
    border-radius: 50%;
    content: '';
}

.home-v3 .home-method__step + .home-method__step::before {
    left: 24px;
}

.home-v3 .home-method__index {
    display: block;
    margin-bottom: 28px;
    color: var(--home-brass-strong);
    font-size: 0.72rem;
    font-weight: 800;
}

.home-v3 .home-method h3 {
    margin-bottom: 12px;
    color: var(--home-ink);
    font-size: 1rem;
    line-height: 1.4;
}

.home-v3 .home-method p {
    color: var(--home-muted);
    font-size: 0.86rem;
    line-height: 1.68;
}

.home-v3 .home-method strong {
    display: block;
    margin-top: 18px;
    color: var(--home-green);
    font-size: 0.73rem;
    line-height: 1.5;
}

/* Ventures and about */
.home-v3 .home-ventures {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--home-line);
    border-left: 1px solid var(--home-line);
}

.home-v3 .home-venture {
    min-height: 168px;
    padding: 25px;
    border-right: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
    text-decoration: none;
    transition: background 180ms ease;
}

.home-v3 .home-venture:hover {
    background: rgba(242, 239, 232, 0.035);
}

.home-v3 .home-venture__type {
    display: block;
    margin-bottom: 24px;
    color: var(--home-green);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-v3 .home-venture h3 {
    margin-bottom: 8px;
    color: var(--home-ink);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.45rem;
}

.home-v3 .home-venture p {
    margin-bottom: 0;
    color: var(--home-muted);
    font-size: 0.82rem;
    line-height: 1.6;
}

.home-v3 .home-about {
    display: grid;
    grid-template-columns: minmax(0, 0.68fr) minmax(300px, 0.32fr);
    gap: 72px;
    align-items: start;
}

.home-v3 .home-about__statement {
    max-width: 780px;
    margin-bottom: 0;
    color: var(--home-ink);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.3rem, 4.8vw, 4.7rem);
    line-height: 1.08;
}

.home-v3 .home-about__detail p {
    color: var(--home-muted);
    line-height: 1.75;
}

.home-v3 .home-about__detail strong {
    color: var(--home-ink);
}

/* Insights */
.home-v3 .home-insights.blog {
    padding: 112px 0;
    background: var(--home-bg);
}

.home-v3 .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.home-v3 .blog-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background: var(--home-surface);
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius);
    box-shadow: none;
    transform: none;
}

.home-v3 .blog-card::after {
    display: none;
}

.home-v3 .blog-card:hover {
    background: var(--home-surface-strong);
    border-color: var(--home-line-strong);
    box-shadow: none;
    transform: translateY(-3px);
}

.home-v3 .blog-card:first-child {
    display: grid;
    grid-column: span 2;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.home-v3 .blog-image {
    position: relative;
    min-height: 214px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.home-v3 .blog-card:first-child .blog-image {
    min-height: 100%;
    aspect-ratio: auto;
}

.home-v3 .blog-image::after {
    display: none;
}

.home-v3 .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.8) contrast(1.03);
    transform: none;
}

.home-v3 .blog-card:hover .blog-image img {
    transform: scale(1.015);
}

.home-v3 .blog-category {
    top: 14px;
    left: 14px;
    padding: 6px 9px;
    color: #11130f;
    background: var(--home-brass-strong);
    border-radius: 3px;
    font-size: 0.64rem;
    letter-spacing: 0.06em;
}

.home-v3 .blog-content {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.home-v3 .blog-card:first-child .blog-content {
    justify-content: center;
    padding: 34px;
}

.home-v3 .blog-content h3 {
    margin-bottom: 12px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.24rem;
    line-height: 1.35;
}

.home-v3 .blog-card:first-child .blog-content h3 {
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1.16;
}

.home-v3 .blog-content h3 a {
    color: var(--home-ink);
}

.home-v3 .blog-content p {
    color: var(--home-muted);
    font-size: 0.86rem;
    line-height: 1.65;
}

.home-v3 .blog-meta {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--home-line);
}

.home-v3 .blog-date,
.home-v3 .blog-read-more a {
    color: var(--home-muted);
    font-size: 0.72rem;
}

.home-v3 .blog-read-more a {
    color: var(--home-brass-strong);
}

.home-v3 .blog-cta {
    margin-top: 34px;
    text-align: left;
}

/* Testimonials */
.home-v3 .home-testimonials {
    overflow: hidden;
}

.home-v3 .testimonials-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: -24px 0 36px;
}

.home-v3 .summary-stars {
    color: var(--home-brass-strong);
}

.home-v3 .summary-text {
    color: var(--home-muted);
    font-size: 0.82rem;
}

.home-v3 .testimonials-marquee {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}

.home-v3 .testimonial-card,
.home-v3 .testimonial-item {
    background: var(--home-bg);
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius);
    box-shadow: none;
}

/* Conversion */
.home-v3 .home-conversion {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.68fr);
    gap: 70px;
    align-items: start;
}

.home-v3 .home-conversion__copy h2 {
    max-width: 700px;
    margin-bottom: 22px;
    color: var(--home-ink);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.7rem, 5vw, 5rem);
    font-weight: 600;
    line-height: 1.03;
}

.home-v3 .home-conversion__copy > p {
    max-width: 600px;
    margin-bottom: 30px;
    color: var(--home-muted);
    line-height: 1.75;
}

.home-v3 .home-contact-list {
    display: grid;
    gap: 10px;
    margin-top: 34px;
}

.home-v3 .home-contact-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    color: var(--home-ink);
    border-bottom: 1px solid var(--home-line);
    font-size: 0.82rem;
    text-decoration: none;
}

.home-v3 .home-contact-list a span {
    color: var(--home-muted);
}

.home-v3 .home-qualification {
    padding: 30px;
    background: var(--home-surface-strong);
    border: 1px solid var(--home-line-strong);
    border-radius: var(--home-radius);
}

.home-v3 .home-qualification h3 {
    margin-bottom: 8px;
    color: var(--home-ink);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.8rem;
}

.home-v3 .home-qualification > p {
    margin-bottom: 22px;
    color: var(--home-muted);
    font-size: 0.82rem;
    line-height: 1.6;
}

.home-v3 .contact-form {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-v3 .contact-form .form-group {
    margin-bottom: 12px;
}

.home-v3 .contact-form label {
    display: block;
    margin-bottom: 7px;
    color: rgba(242, 239, 232, 0.7);
    font-size: 0.74rem;
    font-weight: 600;
}

.home-v3 .contact-form input,
.home-v3 .contact-form textarea,
.home-v3 .newsletter-form input {
    width: 100%;
    padding: 13px 14px;
    color: var(--home-ink);
    background: var(--home-bg);
    border: 1px solid var(--home-line);
    border-radius: 4px;
    font: inherit;
}

.home-v3 .contact-form input:focus,
.home-v3 .contact-form textarea:focus,
.home-v3 .newsletter-form input:focus {
    border-color: var(--home-brass-strong);
    box-shadow: none;
}

.home-v3 .contact-form textarea {
    min-height: 116px;
    resize: vertical;
}

.home-v3 .home-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-v3 .home-form-grid .form-group {
    margin-bottom: 0;
}

.home-v3 .home-form-grid + .form-group {
    margin-top: 12px;
}

.home-v3 .contact-form .btn,
.home-v3 .newsletter-form .btn {
    min-height: 48px;
    color: #11130f;
    background: var(--home-brass-strong);
    border: 1px solid var(--home-brass-strong);
    border-radius: 4px;
    box-shadow: none;
}

.home-v3 .home-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.65fr);
    gap: 40px;
    align-items: center;
    padding: 34px 0;
    border-top: 1px solid var(--home-line);
}

.home-v3 .home-newsletter h3 {
    margin-bottom: 6px;
    color: var(--home-ink);
    font-size: 1rem;
}

.home-v3 .home-newsletter p {
    margin-bottom: 0;
    color: var(--home-muted);
    font-size: 0.8rem;
}

.home-v3 .newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

/* Footer */
.home-v3 .footer {
    padding: 0;
    background: #080a09;
    border-top: 1px solid var(--home-line);
}

.home-v3 .footer-content {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
    gap: 70px;
    padding: 64px 0 48px;
}

.home-v3 .footer-brand h3 {
    margin-bottom: 12px;
    color: var(--home-ink);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.8rem;
}

.home-v3 .footer-brand p {
    max-width: 360px;
    color: var(--home-muted);
    line-height: 1.65;
}

.home-v3 .footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.home-v3 .footer-column h4 {
    margin-bottom: 18px;
    color: var(--home-ink);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-v3 .footer-column a,
.home-v3 .footer-column li {
    color: var(--home-muted);
    font-size: 0.8rem;
    line-height: 1.75;
}

.home-v3 .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    color: var(--home-muted);
    border-top: 1px solid var(--home-line);
    font-size: 0.72rem;
}

.home-v3 .footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
}

.home-v3 .footer-legal a {
    color: var(--home-muted);
    text-decoration: none;
}

.home-v3 .footer-legal a:hover {
    color: var(--home-brass-strong);
}

.home-v3 .back-to-top {
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    color: #11130f;
    background: var(--home-brass-strong);
    border-radius: 4px;
    box-shadow: none;
}

/* Consent banner overrides the legacy inline presentation safely. */
.home-v3 #cookieConsentBanner {
    right: 20px !important;
    bottom: 20px !important;
    left: auto !important;
    width: min(440px, calc(100% - 40px)) !important;
    padding: 16px !important;
    color: var(--home-ink) !important;
    background: rgba(11, 13, 12, 0.97) !important;
    border: 1px solid var(--home-line-strong) !important;
    border-radius: var(--home-radius) !important;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35) !important;
    font-size: 0.78rem !important;
    backdrop-filter: blur(14px);
}

.home-v3 #cookieConsentBanner > div {
    gap: 12px !important;
}

.home-v3 #cookieConsentBanner p {
    flex-basis: 100% !important;
}

.home-v3 #cookieConsentBanner button {
    min-height: 42px;
    border-radius: 4px !important;
}

@media (max-width: 1120px) {
    .home-v3 .nav-link {
        padding-inline: 8px;
        font-size: 0.75rem;
    }

    .home-v3 .nav-link.cta-nav {
        margin-left: 3px;
        padding-inline: 11px;
    }

    .home-v3 .home-hero__title {
        font-size: clamp(4.1rem, 7vw, 6rem);
    }
}

@media (max-width: 1024px) {
    .home-v3 .home-section {
        padding: 88px 0;
    }

    .home-v3 .home-section__head {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 42px;
    }

    .home-v3 .nav-toggle {
        display: flex;
    }

    .home-v3 .nav-menu {
        position: fixed;
        top: var(--home-nav-height);
        right: 0;
        left: 0;
        display: none;
        max-height: calc(100dvh - var(--home-nav-height));
        align-items: stretch;
        padding: 18px 24px 26px;
        overflow-y: auto;
        background: rgba(11, 13, 12, 0.99);
        border-bottom: 1px solid var(--home-line);
    }

    .home-v3 .nav-menu.active {
        display: flex;
    }

    .home-v3 .nav-link {
        min-height: 44px;
        padding: 12px 4px;
        font-size: 0.9rem;
    }

    .home-v3 .nav-link.lang-switch {
        border-left: 0;
    }

    .home-v3 .nav-link.cta-nav {
        margin: 8px 0 0;
        justify-content: center;
    }

    .home-v3 .home-hero,
    .home-v3 .home-hero__shell {
        min-height: 720px;
    }

    .home-v3 .home-hero__shell {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
    }

    .home-v3 .home-hero__title {
        font-size: clamp(3.8rem, 8vw, 5.4rem);
    }

    .home-v3 .home-hero__portrait {
        right: -74px;
        width: min(52vw, 500px);
    }

    .home-v3 .home-hero__portrait-system {
        right: -50px;
        width: min(47vw, 460px);
    }

    .home-v3 .home-hero__signal {
        right: 0;
        width: 220px;
    }

    .home-v3 .home-proof,
    .home-v3 .home-conversion {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .home-v3 .home-method {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-v3 .home-method__step:nth-child(3) {
        border-left: 0;
    }

    .home-v3 .home-ventures,
    .home-v3 .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-v3 .home-about {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .home-v3 .blog-card:first-child {
        grid-column: span 2;
    }
}

@media (max-width: 760px) {
    .home-v3 .home-hero__shell {
        display: flex;
        min-height: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .home-v3 .home-hero__visual {
        order: 1;
        min-height: 350px;
    }

    .home-v3 .home-hero__portrait {
        top: 12px;
        right: 50%;
        bottom: auto;
        width: min(78vw, 350px);
        transform: translateX(50%);
    }

    .home-v3 .home-hero__portrait-system {
        top: 8px;
        right: 50%;
        bottom: auto;
        width: min(82vw, 360px);
        transform: translateX(50%);
    }

    .home-v3 .home-hero__signal {
        display: none;
    }

    .home-v3 .home-hero__content {
        order: 2;
        max-width: calc(100vw - 32px);
        padding: 46px 0 72px;
    }

    .home-v3 .home-hero__title {
        font-size: clamp(3.4rem, 14vw, 5rem);
        overflow-wrap: anywhere;
    }

    .home-v3 .home-hero__promise {
        width: 100%;
        max-width: 100%;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .home-v3 .home-tensions__grid,
    .home-v3 .home-paths,
    .home-v3 .home-ventures,
    .home-v3 .blog-grid,
    .home-v3 .home-newsletter,
    .home-v3 .footer-content,
    .home-v3 .footer-links {
        grid-template-columns: 1fr;
    }

    .home-v3 .home-tension,
    .home-v3 .home-tension + .home-tension {
        padding: 24px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(11, 13, 12, 0.2);
    }

    .home-v3 .home-path {
        min-height: 300px;
        padding: 28px;
    }

    .home-v3 .home-method {
        grid-template-columns: 1fr;
        border-top: 0;
        border-left: 1px solid var(--home-line-strong);
    }

    .home-v3 .home-method__step,
    .home-v3 .home-method__step + .home-method__step {
        min-height: 0;
        padding: 0 0 34px 30px;
        border-left: 0;
    }

    .home-v3 .home-method__step::before,
    .home-v3 .home-method__step + .home-method__step::before {
        top: 4px;
        left: -5px;
    }

    .home-v3 .blog-card:first-child {
        display: flex;
        grid-column: auto;
    }

    .home-v3 .blog-card:first-child .blog-image {
        min-height: 260px;
        aspect-ratio: 16 / 10;
    }

    .home-v3 .home-newsletter {
        gap: 20px;
    }

    .home-v3 .footer-content {
        gap: 38px;
    }
}

@media (max-width: 640px) {
    .home-v3 .home-shell,
    .home-v3 .navbar .container {
        width: min(calc(100% - 32px), var(--home-shell));
    }

    .home-v3 .home-section {
        padding: 72px 0;
    }

    .home-v3 .home-section__title {
        font-size: clamp(2.35rem, 12vw, 3.8rem);
    }

    .home-v3 .nav-brand a {
        font-size: 1.08rem;
    }

    .home-v3 .nav-brand a::after {
        display: none;
    }

    .home-v3 .home-hero__visual {
        min-height: 338px;
    }

    .home-v3 .home-hero__portrait {
        top: 8px;
        width: min(76vw, 305px);
    }

    .home-v3 .home-hero__portrait-system {
        top: 10px;
        width: min(84vw, 326px);
        opacity: 0.72;
    }

    .home-v3 .home-hero__signal {
        display: none;
    }

    .home-v3 .home-hero__content {
        padding-top: 40px;
    }

    .home-v3 .home-hero__title {
        font-size: clamp(3rem, 15vw, 4.25rem);
    }

    .home-v3 .home-hero__promise {
        font-size: 1rem;
    }

    .home-v3 .home-command {
        width: 100%;
    }

    .home-v3 .home-hero__proof {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 12px;
    }

    .home-v3 .home-hero__proof li,
    .home-v3 .home-hero__proof li:first-child {
        padding: 0 10px 0 0;
        border-right: 0;
    }

    .home-v3 .home-tensions {
        padding: 64px 0 70px;
    }

    .home-v3 .home-tensions__lead {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .home-v3 .home-path {
        min-height: 0;
    }

    .home-v3 .home-proof__facts,
    .home-v3 .home-form-grid {
        grid-template-columns: 1fr;
    }

    .home-v3 .home-form-grid + .form-group {
        margin-top: 12px;
    }

    .home-v3 .home-proof__copy h2,
    .home-v3 .home-conversion__copy h2 {
        font-size: clamp(2.4rem, 12vw, 3.6rem);
    }

    .home-v3 .home-about__statement {
        font-size: clamp(2.15rem, 11vw, 3.4rem);
    }

    .home-v3 .home-qualification {
        padding: 22px;
    }

    .home-v3 .newsletter-form {
        grid-template-columns: 1fr;
    }

    .home-v3 .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-v3 .footer-legal {
        justify-content: flex-start;
    }

    .home-v3 #cookieConsentBanner {
        right: 12px !important;
        bottom: 12px !important;
        width: calc(100% - 24px) !important;
        padding: 14px !important;
    }

    .home-v3 #cookieConsentBanner button {
        min-width: 0 !important;
        flex: 1 1 0 !important;
        padding: 9px 6px !important;
        font-size: 0.7rem !important;
    }

    .home-v3 .back-to-top {
        display: none;
    }
}

@media (max-width: 640px) {
    html[lang="de"] .home-v3 .home-hero__title {
        font-size: clamp(2.7rem, 12vw, 3.25rem);
        line-height: 1;
    }

    html[lang="zh-CN"] .home-v3 .home-hero__title {
        font-size: clamp(3rem, 14vw, 3.8rem);
        line-height: 1.02;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-v3 *,
    .home-v3 *::before,
    .home-v3 *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* =========================================================================
   Homepage v3 — Motion & Light layer (2026-07-11)  [additive]
   Restrained/executive. Brass+green only. GPU-safe (opacity/transform).
   ========================================================================= */
body.home-v3 {
    --dur-fast: 180ms;
    --dur-base: 420ms;
    --dur-slow: 800ms;
    --dur-ambient: 10s;
    --ease-standard: cubic-bezier(.4, 0, .2, 1);
    --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
    --stagger: 90ms;
    --reveal-travel: 24px;
    --glow-brass: rgba(200, 166, 83, .12);
    --glow-brass-strong: rgba(223, 191, 107, .30);
    --glow-green: rgba(121, 162, 135, .26);
    --sheen: linear-gradient(115deg, transparent 0%, rgba(242, 239, 232, .14) 50%, transparent 100%);
    --edge-light: inset 0 1px 0 rgba(242, 239, 232, .06);
    --shadow-hover: 0 10px 30px -12px rgba(0, 0, 0, .55);
}

/* ---- Keyframes ---- */
@keyframes home-rise { from { transform: translateY(16px); } to { transform: none; } }
@keyframes home-spin { to { transform: rotate(360deg); } }
@keyframes home-breathe { 0%, 100% { opacity: .65; transform: scale(1); } 50% { opacity: 1; transform: scale(1.06); } }
@keyframes home-pulse { 0%, 100% { box-shadow: 0 0 0 1px rgba(200,166,83,.34), 0 0 9px var(--glow-brass); } 50% { box-shadow: 0 0 0 1px rgba(200,166,83,.5), 0 0 18px var(--glow-brass-strong); } }
@keyframes home-signal-sweep { 0% { left: -120%; } 100% { left: 160%; } }

/* ---- Hero entrance: transform-only (LCP-safe, opacity stays 1) ---- */
.home-v3 .home-hero__content > * { animation: home-rise var(--dur-slow) var(--ease-standard) both; }
.home-v3 .home-kicker { animation-delay: 40ms; }
.home-v3 .home-hero__title { animation-delay: 130ms; }
.home-v3 .home-hero__promise { animation-delay: 240ms; }
.home-v3 .home-hero__commands { animation-delay: 350ms; }
.home-v3 .home-hero__proof { animation-delay: 460ms; }

/* ---- Hero living system: slow orbit + node pulse ---- */
.home-v3 .home-hero__orbit--outer { animation: home-spin 42s linear infinite; }
.home-v3 .home-hero__orbit--inner { animation: home-spin 32s linear infinite reverse; }
.home-v3 .home-hero__node { animation: home-pulse 3.4s var(--ease-standard) infinite; }
.home-v3 .home-hero__node--two { animation-duration: 4.2s; }
.home-v3 .home-hero__node--three { animation-duration: 3.8s; }

/* ---- Hero ambient brass glow (pre-painted layer; animate opacity/scale only) ---- */
.home-v3 .home-hero__content::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -8%;
    left: -12%;
    width: 62%;
    height: 72%;
    background: radial-gradient(closest-side, var(--glow-brass), transparent 72%);
    filter: blur(22px);
    pointer-events: none;
    animation: home-breathe var(--dur-ambient) var(--ease-standard) infinite;
}

/* ---- Hero signal card: single light sweep on load ---- */
.home-v3 .home-hero__signal { overflow: hidden; }
.home-v3 .home-hero__signal::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -120%;
    width: 55%;
    background: var(--sheen);
    transform: skewX(-18deg);
    pointer-events: none;
    animation: home-signal-sweep 1.6s var(--ease-standard) 1000ms 1 both;
}

/* ---- Scroll reveal (class-based, regeneration-proof; gated by .js-reveal) ---- */
.home-v3.js-reveal .home-section__head,
.home-v3.js-reveal .home-tension,
.home-v3.js-reveal .home-path,
.home-v3.js-reveal .home-proof__media,
.home-v3.js-reveal .home-proof__copy,
.home-v3.js-reveal .home-method__step,
.home-v3.js-reveal .home-venture,
.home-v3.js-reveal .home-about__statement,
.home-v3.js-reveal .home-about__detail,
.home-v3.js-reveal .blog-card,
.home-v3.js-reveal .home-conversion__copy,
.home-v3.js-reveal .home-qualification,
.home-v3.js-reveal .home-newsletter {
    opacity: 0;
    transform: translateY(var(--reveal-travel));
    transition: opacity var(--dur-base) var(--ease-standard), transform var(--dur-base) var(--ease-standard), border-color var(--dur-base) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard), background var(--dur-base) var(--ease-standard);
    transition-delay: var(--reveal-delay, 0ms);
}
.home-v3.js-reveal .is-visible { opacity: 1; transform: none; }
/* Keyboard focus never trapped on a hidden block */
.home-v3.js-reveal .home-path:focus-within,
.home-v3.js-reveal .home-venture:focus-within,
.home-v3.js-reveal .blog-card:focus-within,
.home-v3.js-reveal .home-conversion__copy:focus-within,
.home-v3.js-reveal .home-qualification:focus-within,
.home-v3.js-reveal .home-newsletter:focus-within { opacity: 1; transform: none; }

/* ---- Depth on hover: shadow synced with existing lift + edge light (hover devices only) ---- */
.home-v3 .home-path,
.home-v3 .home-venture,
.home-v3 .blog-card { box-shadow: var(--edge-light); }
@media (hover: hover) and (pointer: fine) {
    .home-v3 .home-path:hover,
    .home-v3 .home-venture:hover,
    .home-v3 .blog-card:hover { box-shadow: var(--edge-light), var(--shadow-hover); }
    /* Button light sheen on hover */
    .home-v3 .home-command { position: relative; overflow: hidden; }
    .home-v3 .home-command::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -120%;
        width: 55%;
        background: var(--sheen);
        transform: skewX(-18deg);
        pointer-events: none;
        transition: left var(--dur-slow) var(--ease-standard);
    }
    .home-v3 .home-command:hover::after { left: 160%; }
    /* Text link animated underline */
    .home-v3 .home-text-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 1px;
        background: currentColor;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform var(--dur-base) var(--ease-standard);
    }
    .home-v3 .home-text-link { position: relative; }
    .home-v3 .home-text-link:hover::after { transform: scaleX(1); }
}

/* ---- Touch: crisp tap state instead of hover ---- */
@media (hover: none) {
    .home-v3 .home-path:active,
    .home-v3 .home-venture:active,
    .home-v3 .blog-card:active { transform: scale(.99); }
}

/* ---- Mobile/tablet motion tuning (4E) ---- */
@media (max-width: 760px) {
    body.home-v3 { --stagger: 60ms; --reveal-travel: 12px; }
    .home-v3 .home-hero__orbit--outer { animation-duration: 80s; }
    .home-v3 .home-hero__orbit--inner { animation-duration: 64s; }
    .home-v3 .home-hero__content::before { animation: none; opacity: .8; }
}
@media (max-width: 640px) {
    .home-v3 .home-hero__orbit--outer,
    .home-v3 .home-hero__orbit--inner,
    .home-v3 .home-hero__node { animation: none; }
}

/* ---- Reduced motion: kill loops (incl. testimonials marquee), reveal instantly ---- */
@media (prefers-reduced-motion: reduce) {
    .home-v3 .home-hero__content > *,
    .home-v3 .home-hero__orbit--outer,
    .home-v3 .home-hero__orbit--inner,
    .home-v3 .home-hero__node,
    .home-v3 .home-hero__content::before,
    .home-v3 .home-hero__signal::after,
    .home-v3 .testimonials-track { animation: none !important; }
    .home-v3 .home-hero__content::before { opacity: .8; }
    .home-v3.js-reveal .home-section__head,
    .home-v3.js-reveal .home-tension,
    .home-v3.js-reveal .home-path,
    .home-v3.js-reveal .home-proof__media,
    .home-v3.js-reveal .home-proof__copy,
    .home-v3.js-reveal .home-method__step,
    .home-v3.js-reveal .home-venture,
    .home-v3.js-reveal .home-about__statement,
    .home-v3.js-reveal .home-about__detail,
    .home-v3.js-reveal .blog-card,
    .home-v3.js-reveal .home-conversion__copy,
    .home-v3.js-reveal .home-qualification,
    .home-v3.js-reveal .home-newsletter { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---- Capabilities strip (reintroduced services) ---- */
.home-v3 .home-capabilities { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--home-line); }
.home-v3 .home-capabilities__label { margin-bottom: 14px; color: var(--home-green); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.home-v3 .home-capabilities__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.home-v3 .home-capability { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 60px; padding: 16px 18px; color: var(--home-ink); background: var(--home-surface-strong); border: 1px solid var(--home-line); border-radius: var(--home-radius); box-shadow: var(--edge-light); font-size: 0.9rem; font-weight: 600; line-height: 1.3; text-decoration: none; transition: border-color var(--dur-base) var(--ease-standard), transform var(--dur-base) var(--ease-spring), box-shadow var(--dur-base) var(--ease-standard); }
.home-v3 .home-capability__arrow { color: var(--home-brass-strong); }
@media (hover: hover) and (pointer: fine) {
    .home-v3 .home-capability:hover { border-color: rgba(200, 166, 83, .7); transform: translateY(-2px); box-shadow: var(--edge-light), var(--shadow-hover); }
}
@media (max-width: 900px) { .home-v3 .home-capabilities__list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .home-v3 .home-capabilities__list { grid-template-columns: 1fr; } }

/* =========================================================================
   World-class atmospheric background (2026) — light · motion · depth
   Global living aurora behind transparent sections + hero neural constellation
   + cursor spotlight. All decorative, aria-hidden, pointer-events:none.
   ========================================================================= */

/* ---- Global living atmosphere: fixed, behind content, above the base bg ---- */
.home-v3 .home-atmos {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}
.home-v3 .home-atmos__aurora {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    will-change: transform;
}
.home-v3 .home-atmos__aurora--1 {
    width: 54vw;
    height: 54vw;
    top: -14vw;
    left: -10vw;
    background: radial-gradient(circle, rgba(200, 166, 83, 0.30), transparent 64%);
    animation: atmos-1 26s ease-in-out infinite;
}
.home-v3 .home-atmos__aurora--2 {
    width: 48vw;
    height: 48vw;
    right: -12vw;
    bottom: -14vw;
    background: radial-gradient(circle, rgba(121, 162, 135, 0.24), transparent 64%);
    animation: atmos-2 32s ease-in-out infinite;
}
.home-v3 .home-atmos__aurora--3 {
    width: 40vw;
    height: 40vw;
    top: 34%;
    left: 44%;
    background: radial-gradient(circle, rgba(96, 132, 168, 0.16), transparent 64%);
    animation: atmos-3 38s ease-in-out infinite;
}
.home-v3 .home-atmos__beam {
    position: absolute;
    top: -30%;
    left: 32%;
    width: 36%;
    height: 160%;
    background: linear-gradient(100deg, transparent, rgba(223, 191, 107, 0.05) 46%, rgba(223, 191, 107, 0.10) 50%, rgba(223, 191, 107, 0.05) 54%, transparent);
    filter: blur(30px);
    transform: rotate(8deg);
    animation: atmos-beam 20s ease-in-out infinite;
}
.home-v3 .home-atmos__grain {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 140px 140px;
}

@keyframes atmos-1 { 0%, 100% { transform: translate3d(0, 0, 0) scale(1); } 33% { transform: translate3d(6vw, 4vw, 0) scale(1.12); } 66% { transform: translate3d(-4vw, 7vw, 0) scale(0.94); } }
@keyframes atmos-2 { 0%, 100% { transform: translate3d(0, 0, 0) scale(1); } 30% { transform: translate3d(-5vw, -4vw, 0) scale(1.08); } 65% { transform: translate3d(4vw, 5vw, 0) scale(0.92); } }
@keyframes atmos-3 { 0%, 100% { transform: translate3d(0, 0, 0) scale(1); } 40% { transform: translate3d(-6vw, 4vw, 0) scale(1.15); } 75% { transform: translate3d(5vw, -3vw, 0) scale(0.9); } }
@keyframes atmos-beam { 0%, 100% { opacity: 0.45; transform: rotate(8deg) translateX(-8%); } 50% { opacity: 1; transform: rotate(8deg) translateX(10%); } }

/* ---- Hero neural constellation (canvas) + cursor spotlight ---- */
.home-v3 .home-hero__net {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.72;
}
.home-v3 .home-hero__spot {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(360px circle at var(--spot-x, 72%) var(--spot-y, 38%), rgba(223, 191, 107, 0.16), rgba(223, 191, 107, 0.05) 40%, transparent 68%);
    transition: background 220ms ease-out;
}

/* ---- Mobile: lighten the atmosphere (battery / GPU) ---- */
@media (max-width: 760px) {
    .home-v3 .home-atmos__aurora { filter: blur(72px); }
    .home-v3 .home-atmos__beam { display: none; }
    .home-v3 .home-hero__net { opacity: 0.5; }
    .home-v3 .home-hero__spot { display: none; }
}

/* ---- Reduced motion: freeze the atmosphere, keep a calm static glow ---- */
@media (prefers-reduced-motion: reduce) {
    .home-v3 .home-atmos__aurora,
    .home-v3 .home-atmos__beam { animation: none !important; }
    .home-v3 .home-hero__net { display: none; }
    .home-v3 .home-hero__spot { transition: none; }
}

/* =========================================================================
   PREMIUM 2026 UPGRADE — neon capabilities, dark tensions, live ring,
   moving-line background, typewriter caret. Decorative + reduced-motion safe.
   ========================================================================= */
@property --neon-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }

/* ---- Moving-line background grid (systems-architecture motif) ---- */
.home-v3 .home-atmos::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(200, 166, 83, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 166, 83, 0.045) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask: radial-gradient(ellipse 85% 80% at 50% 38%, #000, transparent 76%);
    mask: radial-gradient(ellipse 85% 80% at 50% 38%, #000, transparent 76%);
    animation: grid-drift 26s linear infinite;
}
@keyframes grid-drift { to { background-position: 64px 64px, 64px 64px; } }

/* ---- Tensions: dark premium (replaces the light/cream band) ---- */
.home-v3 .home-tensions {
    background: linear-gradient(180deg, rgba(18, 21, 18, 0.6), rgba(11, 13, 12, 0.2));
    color: var(--home-ink);
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
}
.home-v3 .home-tensions__lead { color: var(--home-ink); }
.home-v3 .home-tensions__grid { border-top: 1px solid var(--home-line-strong); }
.home-v3 .home-tension + .home-tension { border-left: 1px solid var(--home-line); }
.home-v3 .home-tension__index {
    color: var(--home-brass-strong);
    text-shadow: 0 0 14px rgba(200, 166, 83, 0.5);
}
.home-v3 .home-tension h3 { color: var(--home-ink); }
.home-v3 .home-tension p { color: var(--home-muted); }
.home-v3 .home-tension { transition: transform 220ms ease; }
@media (hover: hover) and (pointer: fine) {
    .home-v3 .home-tension:hover { transform: translateY(-4px); }
    .home-v3 .home-tension:hover .home-tension__index { text-shadow: 0 0 20px rgba(223, 191, 107, 0.8); }
}

/* ---- Hero portrait ring: live radar pings + glow ---- */
.home-v3 .home-hero__orbit--outer { box-shadow: 0 0 30px -6px rgba(200, 166, 83, 0.35); }
.home-v3 .home-hero__node { box-shadow: 0 0 0 1px rgba(200, 166, 83, 0.4), 0 0 16px rgba(200, 166, 83, 0.55); }
.home-v3 .home-hero__node::after {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 1px solid rgba(200, 166, 83, 0.5);
    animation: node-ping 2.8s ease-out infinite;
}
.home-v3 .home-hero__node--two::after { border-color: rgba(121, 162, 135, 0.5); animation-duration: 3.4s; }
.home-v3 .home-hero__node--three::after { animation-duration: 3.1s; }
@keyframes node-ping { 0% { transform: scale(0.5); opacity: 0.9; } 100% { transform: scale(2.6); opacity: 0; } }

/* ---- Neon capabilities buttons ---- */
.home-v3 .home-capabilities__label { font-size: 0.78rem; color: var(--home-brass-strong); }
.home-v3 .home-capabilities__list { gap: 16px; }
.home-v3 .home-capability {
    position: relative;
    min-height: 78px;
    padding: 22px 26px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--home-ink);
    background: linear-gradient(160deg, rgba(24, 28, 24, 0.92), rgba(14, 16, 14, 0.92));
    border: 1px solid rgba(200, 166, 83, 0.28);
    box-shadow: inset 0 1px 0 rgba(242, 239, 232, 0.05), 0 10px 30px -16px rgba(0, 0, 0, 0.7);
    overflow: visible;
}
.home-v3 .home-capability::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1.5px;
    background: conic-gradient(from var(--neon-angle), transparent 0 58%, var(--home-brass-strong) 72%, #efd184 80%, transparent 90%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: neon-spin 5s linear infinite;
    pointer-events: none;
}
.home-v3 .home-capability::after {
    content: '';
    position: absolute;
    left: 14%;
    right: 14%;
    bottom: -7px;
    height: 16px;
    background: radial-gradient(ellipse, rgba(200, 166, 83, 0.55), transparent 70%);
    filter: blur(9px);
    opacity: 0.35;
    transition: opacity 260ms ease;
    pointer-events: none;
}
.home-v3 .home-capability__arrow { color: var(--home-brass-strong); font-size: 1.1rem; }
@keyframes neon-spin { to { --neon-angle: 360deg; } }
@media (hover: hover) and (pointer: fine) {
    .home-v3 .home-capability:hover {
        transform: translateY(-3px);
        border-color: rgba(223, 191, 107, 0.6);
        box-shadow: inset 0 1px 0 rgba(242, 239, 232, 0.08), 0 0 26px -4px rgba(200, 166, 83, 0.45), 0 16px 36px -14px rgba(0, 0, 0, 0.8);
    }
    .home-v3 .home-capability:hover::after { opacity: 0.85; }
}

/* ---- Primary CTA neon glow ---- */
.home-v3 .home-command--primary { box-shadow: 0 0 24px -8px rgba(223, 191, 107, 0.6); }
@media (hover: hover) and (pointer: fine) { .home-v3 .home-command--primary:hover { box-shadow: 0 0 34px -4px rgba(223, 191, 107, 0.85); } }

/* ---- Typewriter caret + title parts (JS builds these spans) ---- */
.home-v3 .home-hero__title .home-tw-lead { display: inline; color: var(--home-ink); }
.home-v3 .home-hero__title .home-tw-acc { display: block; min-height: 0.92em; color: var(--home-brass-strong); }
.home-v3 .home-tw-caret {
    display: inline-block;
    width: 3px;
    height: 0.86em;
    margin-left: 5px;
    vertical-align: text-bottom;
    background: var(--home-brass-strong);
    box-shadow: 0 0 10px rgba(223, 191, 107, 0.9);
    animation: tw-blink 0.9s steps(1) infinite;
}
@keyframes tw-blink { 50% { opacity: 0; } }

/* ---- Reduced motion: freeze the new loops ---- */
@media (prefers-reduced-motion: reduce) {
    .home-v3 .home-atmos::after,
    .home-v3 .home-hero__node::after,
    .home-v3 .home-capability::before { animation: none !important; }
    .home-v3 .home-tw-caret { display: none; animation: none !important; }
}

/* ============ CTA + FORM upgrade (2026-07-12) — golden Calendly CTAs,
   petroleum-blue Book-a-call, animated neon border on the qualification form ============ */
@property --gold-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@property --petrol-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }

body.home-v3 {
    --petrol: #0c3a45;
    --petrol-2: #0a2b34;
    --petrol-lit: rgba(52, 196, 218, 0.9);
    --petrol-glow: rgba(38, 170, 195, 0.55);
}

/* --- Primary "Request an AI Systems Review" (+ nav CTA) → golden moving light --- */
.home-v3 .home-command--primary,
.home-v3 .nav-link.cta-nav {
    position: relative;
    box-shadow: 0 0 22px -6px rgba(223, 191, 107, 0.6);
}
.home-v3 .home-command--primary::before,
.home-v3 .nav-link.cta-nav::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: conic-gradient(from var(--gold-angle), transparent 0 62%, #dfbf6b 74%, #fff0c4 80%, #dfbf6b 86%, transparent 94%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: gold-orbit 3.5s linear infinite;
    pointer-events: none;
}
@keyframes gold-orbit { to { --gold-angle: 360deg; } }

/* --- "Book a direct call" (secondary Calendly button) → petroleum blue + moving teal light --- */
.home-v3 .home-command--secondary[data-cta-event="calendly_click"] {
    position: relative;
    color: #eafcff;
    background: linear-gradient(160deg, var(--petrol), var(--petrol-2));
    border-color: rgba(52, 196, 218, 0.45);
    box-shadow: 0 0 22px -8px var(--petrol-glow);
}
.home-v3 .home-command--secondary[data-cta-event="calendly_click"]:hover {
    color: #ffffff;
    background: linear-gradient(160deg, #0f4552, var(--petrol));
    border-color: var(--petrol-lit);
    box-shadow: 0 0 30px -4px var(--petrol-glow);
}
.home-v3 .home-command--secondary[data-cta-event="calendly_click"]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: conic-gradient(from var(--petrol-angle), transparent 0 62%, var(--petrol-lit) 76%, #bff4ff 82%, transparent 92%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: petrol-orbit 4s linear infinite;
    pointer-events: none;
}
@keyframes petrol-orbit { to { --petrol-angle: 360deg; } }

/* --- Qualification form: moving petroleum-blue neon border + glow --- */
.home-v3 .home-qualification {
    position: relative;
    box-shadow: 0 0 44px -14px var(--petrol-glow), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.home-v3 .home-qualification::before {
    content: '';
    position: absolute;
    inset: -1.5px;
    border-radius: inherit;
    padding: 1.5px;
    background: conic-gradient(from var(--petrol-angle), rgba(52, 196, 218, 0.10) 0 52%, var(--petrol-lit) 70%, #bff4ff 80%, var(--petrol-lit) 90%, rgba(52, 196, 218, 0.10) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: petrol-orbit 6s linear infinite;
    pointer-events: none;
}

/* --- Reduced motion: freeze the orbits --- */
@media (prefers-reduced-motion: reduce) {
    .home-v3 .home-command--primary::before,
    .home-v3 .nav-link.cta-nav::before,
    .home-v3 .home-command--secondary[data-cta-event="calendly_click"]::before,
    .home-v3 .home-qualification::before { animation: none !important; }
}

/* --- Perf: stop the always-on neon-border orbits on touch / coarse-pointer devices
   (per-frame paint of the animated conic-gradient border → battery/jank on mobile).
   The glow/color stays; only the rotating light stops. Desktop (fine pointer) keeps it. --- */
@media (pointer: coarse) {
    .home-v3 .home-command--primary::before,
    .home-v3 .nav-link.cta-nav::before,
    .home-v3 .home-command--secondary[data-cta-event="calendly_click"]::before,
    .home-v3 .home-qualification::before,
    .home-v3 .home-capability::before { animation: none !important; }
}
