.ash {
    --ink: #07121c;
    --ink-2: #0d1e2c;
    --paper: #f2f0e9;
    --paper-2: #e7e5de;
    --white: #ffffff;
    --blue: #3f6fff;
    --blue-2: #2855de;
    --signal: #b9f451;
    --muted: #6a737a;
    --line-dark: rgba(255, 255, 255, 0.14);
    --line-light: rgba(7, 18, 28, 0.16);
    --max: 1380px;

    box-sizing: border-box;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}

.ash *,
.ash *::before,
.ash *::after {
    box-sizing: inherit;
}

.ash a {
    color: inherit;
    text-decoration: none;
}

.ash h1,
.ash h2,
.ash h3,
.ash p,
.ash ul {
    margin-top: 0;
}

.ash h1,
.ash h2,
.ash h3 {
    margin-bottom: 0;
    font-weight: 780;
    letter-spacing: -0.055em;
    line-height: 0.98;
    text-wrap: balance;
}

/* Keep WordPress/theme typography and colors from leaking into the full-width block. */
.ash h1,
.ash h2,
.ash h3 {
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.ash-hero h1,
.ash-operating h2,
.ash-operating h3,
.ash-world h2,
.ash-products h2,
.ash-products h3 {
    color: var(--white) !important;
}

.ash-thesis h2,
.ash-thesis strong,
.ash-thesis .ash-callout p,
.ash-industries h2,
.ash-industries h3,
.ash-industry-list span,
.ash-final h2 {
    color: var(--ink) !important;
}

.ash-perspective-signal h3,
.ash-product-light h3 {
    color: var(--ink) !important;
}

.ash-frame {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
}

.ash-section {
    padding: clamp(88px, 9vw, 148px) 0;
}

.ash-kicker {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 24px;
    color: var(--signal);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ash-kicker span {
    color: rgba(255, 255, 255, 0.72);
}

.ash-kicker-dark {
    color: var(--blue-2);
}

.ash-hero {
    position: relative;
    min-height: min(880px, 92vh);
    padding: clamp(88px, 9vw, 142px) 0 0;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(63, 111, 255, 0.09) 1px, transparent 1px) 0 0 / 72px 72px,
        linear-gradient(rgba(63, 111, 255, 0.08) 1px, transparent 1px) 0 0 / 72px 72px,
        var(--ink);
}

.ash-hero::before {
    position: absolute;
    top: 0;
    right: -18vw;
    width: 64vw;
    height: 64vw;
    border: 1px solid rgba(185, 244, 81, 0.16);
    border-radius: 50%;
    box-shadow: 0 0 0 8vw rgba(63, 111, 255, 0.035), 0 0 0 17vw rgba(63, 111, 255, 0.02);
    content: "";
    pointer-events: none;
}

.ash-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.72fr);
    gap: clamp(56px, 7vw, 120px);
    align-items: center;
}

.ash-hero h1 {
    max-width: 900px;
    font-size: clamp(4rem, 7.2vw, 7.7rem);
}

.ash-mark {
    position: relative;
    display: inline-block;
    color: var(--signal);
}

.ash-mark::after {
    position: absolute;
    right: -0.03em;
    bottom: -0.03em;
    left: 0;
    height: 0.055em;
    background: var(--blue);
    content: "";
}

.ash-hero-lead {
    max-width: 830px;
    margin: 34px 0 34px;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(1.05rem, 1.45vw, 1.35rem);
    line-height: 1.58;
}

.ash-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.ash-btn {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 14px 21px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 0.96rem;
    font-weight: 760;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.ash-btn:hover,
.ash-btn:focus-visible,
.ash-product:hover,
.ash-product:focus-visible {
    transform: translateY(-3px);
}

.ash-btn:focus-visible,
.ash-product:focus-visible,
.ash-final-link:focus-visible {
    outline: 3px solid var(--signal);
    outline-offset: 4px;
}

.ash-btn-signal {
    color: var(--ink) !important;
    background: var(--signal);
}

.ash-btn-signal:hover,
.ash-btn-signal:focus-visible {
    background: #caff6f;
}

.ash-btn-ghost {
    border-color: rgba(255, 255, 255, 0.22);
    color: var(--white) !important;
    background: rgba(255, 255, 255, 0.03);
}

.ash-btn-ghost:hover,
.ash-btn-ghost:focus-visible {
    border-color: rgba(255, 255, 255, 0.46);
    background: rgba(255, 255, 255, 0.07);
}

.ash-cockpit {
    position: relative;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: #0b1924;
    box-shadow: 26px 32px 0 rgba(63, 111, 255, 0.16);
}

.ash-cockpit::before {
    position: absolute;
    top: -12px;
    right: 28px;
    width: 78px;
    height: 12px;
    background: var(--signal);
    content: "";
}

.ash-cockpit-top,
.ash-cockpit-main,
.ash-driver-grid,
.ash-events {
    border-bottom: 1px solid var(--line-dark);
}

.ash-cockpit-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 0.69rem;
    font-weight: 780;
    letter-spacing: 0.12em;
}

.ash-live {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: var(--signal);
}

.ash-live i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 0 rgba(185, 244, 81, 0.4);
    animation: ashPulse 2s infinite;
}

.ash-cockpit-main {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 22px;
    align-items: end;
    padding: 26px 0;
}

.ash-cockpit-main small,
.ash-cascade-col small {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.ash-cockpit-main strong {
    display: block;
    max-width: 300px;
    font-size: 1.18rem;
    line-height: 1.2;
}

.ash-cockpit-main b {
    color: var(--signal);
    font-size: clamp(2.3rem, 4vw, 4.1rem);
    letter-spacing: -0.055em;
    line-height: 0.9;
}

.ash-driver-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ash-driver {
    min-width: 0;
    padding: 21px 14px 21px 0;
}

.ash-driver + .ash-driver {
    padding-left: 14px;
    border-left: 1px solid var(--line-dark);
}

.ash-driver span,
.ash-driver small,
.ash-driver strong {
    display: block;
}

.ash-driver span {
    color: rgba(255, 255, 255, 0.70);
    font-size: 0.69rem;
    text-transform: uppercase;
}

.ash-driver strong {
    margin: 7px 0 3px;
    color: var(--white);
    font-size: 1.4rem;
    letter-spacing: -0.04em;
}

.ash-driver small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    line-height: 1.3;
}

.ash-events {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 18px 0;
}

.ash-events span {
    padding: 7px 9px;
    border: 1px solid rgba(63, 111, 255, 0.42);
    color: #b8c8ff;
    background: rgba(63, 111, 255, 0.08);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ash-cockpit-note {
    margin: 17px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.72rem;
}

.ash-trustline {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: clamp(70px, 8vw, 118px);
    border-top: 1px solid var(--line-dark);
}

.ash-trustline > div {
    min-height: 106px;
    padding: 24px 24px 22px 0;
}

.ash-trustline > div + div {
    padding-left: 24px;
    border-left: 1px solid var(--line-dark);
}

.ash-trustline strong,
.ash-trustline span {
    display: block;
}

.ash-trustline strong {
    margin-bottom: 6px;
    color: var(--white);
    font-size: 1.05rem;
}

.ash-trustline span {
    color: rgba(255, 255, 255, 0.70);
    font-size: 0.78rem;
    line-height: 1.35;
}

.ash-thesis {
    background: var(--paper);
}

.ash-thesis-head {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
    gap: 44px 80px;
    align-items: end;
}

.ash-thesis-head .ash-kicker {
    grid-column: 1 / -1;
    margin-bottom: -8px;
}

.ash-thesis-head h2 {
    font-size: clamp(3.2rem, 6vw, 6.6rem);
}

.ash-thesis-head h2 span {
    color: var(--blue-2);
}

.ash-thesis-head > p {
    margin-bottom: 6px;
    color: #4f5a62;
    font-size: 1.08rem;
    line-height: 1.65;
}

.ash-cascade {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0;
    align-items: stretch;
    margin-top: 78px;
    border-top: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
}

.ash-cascade-col {
    min-height: 290px;
    padding: 30px 28px 32px 0;
}

.ash-cascade-col + .ash-cascade-arrow + .ash-cascade-col {
    padding-left: 28px;
}

.ash-cascade-col small {
    color: var(--blue-2);
}

.ash-cascade-col strong {
    display: block;
    max-width: 360px;
    margin-top: 54px;
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.ash-cascade-col p {
    max-width: 360px;
    margin: 18px 0 0;
    color: #5f676d;
    font-size: 0.94rem;
    line-height: 1.55;
}

.ash-cascade-arrow {
    display: flex;
    width: 54px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--line-light);
    border-left: 1px solid var(--line-light);
    color: var(--blue-2);
    font-size: 1.5rem;
}

.ash-callout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    max-width: 1080px;
    margin: 76px 0 0 auto;
    padding: 34px 0 0;
    border-top: 5px solid var(--ink);
}

.ash-callout-number {
    color: var(--blue-2);
    font-size: 5rem;
    font-weight: 900;
    line-height: 0.8;
}

.ash-callout p {
    margin: 0;
    font-size: clamp(1.45rem, 2.8vw, 2.5rem);
    letter-spacing: -0.035em;
    line-height: 1.25;
}

.ash-operating {
    color: var(--white);
    background: var(--ink-2);
}

.ash-section-head {
    max-width: 1100px;
    margin-bottom: 60px;
}

.ash-section-head h2 {
    font-size: clamp(3rem, 5.6vw, 6rem);
}

.ash-perspectives {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.ash-perspective {
    min-height: 480px;
    padding: 30px 34px 34px 0;
}

.ash-perspective + .ash-perspective {
    padding-left: 34px;
    border-left: 1px solid var(--line-dark);
}

.ash-perspective-index {
    margin-bottom: 68px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.76rem;
    font-weight: 800;
}

.ash-perspective-role {
    margin-bottom: 12px;
    color: var(--signal);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.ash-perspective h3 {
    max-width: 300px;
    font-size: clamp(2rem, 3vw, 3.2rem);
}

.ash-perspective > p:not(.ash-perspective-role) {
    max-width: 370px;
    margin: 24px 0 30px;
    color: rgba(255, 255, 255, 0.58);
}

.ash-perspective ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.ash-perspective li {
    position: relative;
    padding: 10px 0 10px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
}

.ash-perspective li::before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--signal);
    content: "";
}

.ash-perspective-blue {
    background: rgba(63, 111, 255, 0.08);
}

.ash-perspective-blue .ash-perspective-role,
.ash-perspective-blue li::before {
    color: #8aa6ff;
    background: #8aa6ff;
}

.ash-perspective-signal {
    color: var(--ink);
    background: var(--signal);
}

.ash-perspective-signal .ash-perspective-index,
.ash-perspective-signal .ash-perspective-role,
.ash-perspective-signal > p:not(.ash-perspective-role),
.ash-perspective-signal li {
    color: rgba(7, 18, 28, 0.74);
}

.ash-perspective-signal li {
    border-color: rgba(7, 18, 28, 0.16);
}

.ash-perspective-signal li::before {
    background: var(--ink);
}

.ash-industries {
    background: #ffffff;
}

.ash-industries-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.63fr) minmax(0, 1.37fr);
    gap: clamp(52px, 8vw, 128px);
    align-items: start;
}

.ash-industries-copy {
    position: sticky;
    top: 110px;
}

.ash-industries-copy h2 {
    font-size: clamp(3rem, 5vw, 5.5rem);
}

.ash-industries-copy > p:last-child {
    max-width: 470px;
    margin: 30px 0 0;
    color: #59636b;
    font-size: 1.05rem;
    line-height: 1.65;
}

.ash-industry-board {
    border-top: 1px solid var(--line-light);
}

.ash-industry-feature {
    padding: 34px 0 44px;
    border-bottom: 1px solid var(--line-light);
}

.ash-industry-feature > span {
    display: inline-block;
    margin-bottom: 24px;
    padding: 7px 10px;
    color: var(--white);
    background: var(--blue-2);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.ash-industry-feature h3 {
    max-width: 790px;
    font-size: clamp(2.3rem, 4vw, 4.6rem);
}

.ash-industry-feature p {
    max-width: 720px;
    margin: 24px 0 0;
    color: #59636b;
    font-size: 1rem;
    line-height: 1.6;
}

.ash-industry-list > div {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 30px;
    align-items: center;
    min-height: 92px;
    border-bottom: 1px solid var(--line-light);
}

.ash-industry-list span {
    font-size: clamp(1.15rem, 1.7vw, 1.5rem);
    font-weight: 740;
    letter-spacing: -0.025em;
}

.ash-industry-list small {
    color: #697279;
    font-size: 0.83rem;
}

.ash-world {
    color: var(--white);
    background: var(--blue-2);
}

.ash-world-title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 80px;
    align-items: end;
}

.ash-world-title .ash-kicker {
    grid-column: 1 / -1;
}

.ash-world-title h2 {
    font-size: clamp(3.3rem, 5.7vw, 6.4rem);
}

.ash-world-title > p:last-child {
    max-width: 460px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 1.05rem;
    line-height: 1.62;
}

.ash-country-track {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto;
    gap: 0;
    align-items: center;
    margin-top: 92px;
}

.ash-country-track > div {
    text-align: center;
}

.ash-country-track b,
.ash-country-track span {
    display: block;
}

.ash-country-track b {
    font-size: clamp(2.4rem, 4vw, 4.8rem);
    letter-spacing: -0.06em;
}

.ash-country-track span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.74rem;
}

.ash-country-track i {
    height: 1px;
    margin: 0 18px;
    background: rgba(255, 255, 255, 0.38);
}

.ash-since {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 48px;
    max-width: 920px;
    margin: 90px 0 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.ash-since strong {
    font-size: 1.25rem;
}

.ash-since p {
    margin: 0;
    color: rgba(255, 255, 255, 0.90);
    font-size: 1rem;
    line-height: 1.62;
}

.ash-products {
    color: var(--white);
    background: var(--ink);
}

.ash-section-head-dark {
    margin-bottom: 64px;
}

.ash-product-stack {
    display: grid;
    gap: 14px;
}

.ash-product {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 28px;
    align-items: center;
    min-height: 250px;
    padding: 34px 38px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 4px;
    transition: transform 180ms ease, border-color 180ms ease;
}

.ash-product:hover,
.ash-product:focus-visible {
    border-color: rgba(255, 255, 255, 0.38);
}

.ash-product-number {
    align-self: start;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.75rem;
    font-weight: 800;
}

.ash-product-copy > span {
    display: block;
    margin-bottom: 12px;
    color: var(--signal);
    font-size: 0.71rem;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.ash-product-copy h3 {
    font-size: clamp(2.7rem, 5vw, 5.8rem);
}

.ash-product-copy p {
    max-width: 720px;
    margin: 19px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.96rem;
    line-height: 1.55;
}

.ash-product-link {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.86rem;
    font-weight: 760;
}

.ash-product-blue {
    background: var(--blue-2);
}

.ash-product-blue .ash-product-copy > span {
    color: #d6e0ff;
}

.ash-product-blue .ash-product-copy p,
.ash-product-blue .ash-product-number {
    color: rgba(255, 255, 255, 0.90);
}

.ash-product-light {
    color: var(--ink);
    background: var(--paper);
}

.ash-product-light .ash-product-number,
.ash-product-light .ash-product-copy p {
    color: #5c666e;
}

.ash-product-light .ash-product-copy > span {
    color: var(--blue-2);
}

.ash-final {
    padding: clamp(88px, 9vw, 146px) 0;
    background: var(--signal);
}

.ash-final-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.55fr);
    gap: 58px 110px;
    align-items: end;
}

.ash-final-copy h2 {
    max-width: 900px;
    font-size: clamp(3.3rem, 6vw, 6.7rem);
}

.ash-final-copy > p:last-child {
    max-width: 780px;
    margin: 30px 0 0;
    color: rgba(7, 18, 28, 0.74);
    font-size: 1.05rem;
    line-height: 1.62;
}

.ash-final-actions {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
}

.ash-btn-dark {
    color: var(--white) !important;
    background: var(--ink);
}

.ash-btn-dark:hover,
.ash-btn-dark:focus-visible {
    background: #142737;
}

.ash-btn-large {
    min-height: 62px;
    padding-right: 27px;
    padding-left: 27px;
    font-size: 1rem;
}

.ash-final-link {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(7, 18, 28, 0.35);
    font-size: 0.86rem;
    font-weight: 760;
}

.ash-reveal {
    opacity: 1;
    transform: none;
}

.ash.ash-js .ash-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ash.ash-js .ash-reveal.ash-in {
    opacity: 1;
    transform: translateY(0);
}

@keyframes ashPulse {
    0% { box-shadow: 0 0 0 0 rgba(185, 244, 81, 0.44); }
    70% { box-shadow: 0 0 0 8px rgba(185, 244, 81, 0); }
    100% { box-shadow: 0 0 0 0 rgba(185, 244, 81, 0); }
}

@media (max-width: 1100px) {
    .ash-hero-grid,
    .ash-thesis-head,
    .ash-world-title,
    .ash-final-grid,
    .ash-industries-grid {
        grid-template-columns: 1fr;
    }

    .ash-hero-grid {
        gap: 64px;
    }

    .ash-cockpit {
        max-width: 720px;
    }

    .ash-trustline {
        grid-template-columns: repeat(2, 1fr);
    }

    .ash-trustline > div:nth-child(3) {
        border-left: 0;
    }

    .ash-thesis-head .ash-kicker,
    .ash-world-title .ash-kicker {
        grid-column: auto;
        margin-bottom: -12px;
    }

    .ash-cascade {
        grid-template-columns: 1fr;
        border: 0;
    }

    .ash-cascade-col,
    .ash-cascade-col + .ash-cascade-arrow + .ash-cascade-col {
        min-height: 0;
        padding: 28px 0;
        border-top: 1px solid var(--line-light);
    }

    .ash-cascade-col:last-child {
        border-bottom: 1px solid var(--line-light);
    }

    .ash-cascade-col strong {
        margin-top: 24px;
    }

    .ash-cascade-arrow {
        display: none;
    }

    .ash-perspectives {
        grid-template-columns: 1fr;
        border-bottom: 0;
    }

    .ash-perspective,
    .ash-perspective + .ash-perspective {
        min-height: 0;
        padding: 34px 0 40px;
        border-right: 0;
        border-bottom: 1px solid var(--line-dark);
        border-left: 0;
    }

    .ash-perspective-blue,
    .ash-perspective-signal {
        margin-right: -24px;
        margin-left: -24px;
        padding-right: 24px !important;
        padding-left: 24px !important;
    }

    .ash-perspective-index {
        margin-bottom: 34px;
    }

    .ash-industries-copy {
        position: static;
    }

    .ash-world-title > p:last-child {
        margin-top: 0;
    }
}

@media (max-width: 760px) {
    .ash-frame {
        width: min(var(--max), calc(100% - 32px));
    }

    .ash-section {
        padding: 74px 0;
    }

    .ash-hero {
        min-height: 0;
        padding-top: 72px;
    }

    .ash-hero-grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .ash-hero h1 {
        font-size: clamp(3.2rem, 15vw, 5.4rem);
    }

    .ash-hero-lead {
        margin-top: 26px;
        font-size: 1rem;
    }

    .ash-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ash-btn {
        width: 100%;
    }

    .ash-cockpit {
        padding: 18px;
        box-shadow: 14px 16px 0 rgba(63, 111, 255, 0.16);
    }

    .ash-cockpit-main {
        grid-template-columns: 1fr;
    }

    .ash-driver-grid {
        grid-template-columns: 1fr;
    }

    .ash-driver,
    .ash-driver + .ash-driver {
        padding: 16px 0;
        border-top: 1px solid var(--line-dark);
        border-left: 0;
    }

    .ash-trustline {
        grid-template-columns: 1fr;
        margin-top: 72px;
    }

    .ash-trustline > div,
    .ash-trustline > div + div,
    .ash-trustline > div:nth-child(3) {
        min-height: 0;
        padding: 18px 0;
        border-top: 1px solid var(--line-dark);
        border-left: 0;
    }

    .ash-trustline {
        border-top: 0;
    }

    .ash-thesis-head h2,
    .ash-section-head h2,
    .ash-world-title h2,
    .ash-final-copy h2 {
        font-size: clamp(2.7rem, 12vw, 4.4rem);
    }

    .ash-cascade {
        margin-top: 54px;
    }

    .ash-callout {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 54px;
    }

    .ash-callout-number {
        font-size: 3.4rem;
    }

    .ash-perspective-blue,
    .ash-perspective-signal {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .ash-industry-feature h3 {
        font-size: clamp(2.1rem, 10vw, 3.6rem);
    }

    .ash-industry-list > div {
        grid-template-columns: 1fr;
        gap: 7px;
        min-height: 0;
        padding: 22px 0;
    }

    .ash-country-track {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 18px;
        margin-top: 58px;
    }

    .ash-country-track i {
        display: none;
    }

    .ash-country-track > div:last-child {
        grid-column: 1 / -1;
    }

    .ash-since {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 60px;
    }

    .ash-product {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 0;
        padding: 28px 22px;
    }

    .ash-product-copy h3 {
        font-size: clamp(2.6rem, 12vw, 4.3rem);
    }

    .ash-product-link {
        margin-top: 12px;
    }

    .ash-final-actions {
        align-items: stretch;
    }

    .ash-final-link {
        justify-content: center;
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ash *,
    .ash *::before,
    .ash *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }

    .ash.ash-js .ash-reveal {
        opacity: 1;
        transform: none;
    }
}
