/* ==========================================================================\n   About Page - Shared\n   ========================================================================== */

.about-page {
    --ab-ink: #172554;
    --ab-purple: var(--primary, #4f46e5);
    --ab-muted: #697184;
    --ab-line: #e7e9f1;
    --ab-soft: #f7f8fc;
    --ab-green: var(--green, #2cad7d);

    color: var(--ab-muted);
}

.ab-wrap {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.ab-section {
    padding-block: 72px;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p,
.about-page figure {
    margin-top: 0;
}

.about-page img {
    display: block;
    max-width: 100%;
}

.about-page a:focus-visible {
    outline: 3px solid rgba(79, 70, 229, .28);
    outline-offset: 4px;
    border-radius: 6px;
}

.about-page section[id] {
    scroll-margin-top: 110px;
}

.ab-eyebrow {
    margin: 0 0 10px;
    color: var(--ab-purple);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
}

.ab-heritage-heading,
.ab-journey-heading,
.ab-vision-heading {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.ab-heritage-heading h2,
.ab-journey-heading h2,
.ab-vision-heading h2 {
    margin: 0;
    color: var(--ab-ink);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 850;
    line-height: 1.5;
    text-wrap: balance;
}

.ab-heritage-heading > p:last-child,
.ab-journey-heading > p:last-child,
.ab-vision-heading > p:last-child {
    max-width: 700px;
    margin: 11px auto 0;
    color: var(--ab-muted);
    font-size: 14px;
    line-height: 2;
    text-wrap: pretty;
}

/* ==========================================================================\n   About Hero\n   ========================================================================== */

.about-hero {
    position: relative;
    overflow: hidden;
    padding-block-start: 22px;
    background:
            radial-gradient(circle at 12% 38%, rgba(181, 151, 116, .10), transparent 28%),
            radial-gradient(circle at 88% 28%, rgba(99, 102, 241, .07), transparent 27%),
            linear-gradient(110deg, #faf7f2 0%, #faf9fb 48%, #f5f5ff 100%);
}

.about-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    inset-inline-end: -260px;
    inset-block-start: -230px;
    border: 70px solid rgba(79, 70, 229, .018);
    border-radius: 50%;
    pointer-events: none;
}

.about-breadcrumb {
    position: relative;
    z-index: 2;
}

.about-breadcrumb ol {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    color: #7d8494;
    font-size: 12px;
    list-style: none;
}

.about-breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.about-breadcrumb li + li::before {
    content: "/";
    color: #afb5c1;
}

.about-breadcrumb a {
    color: #667087;
    text-decoration: none;
    transition: color .2s ease;
}

.about-breadcrumb a:hover {
    color: var(--ab-purple);
}

.ab-hero-grid {
    min-height: 520px;
    padding-block: 50px 58px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    grid-template-areas: "art copy";
    align-items: stretch;
    gap: clamp(45px, 6vw, 75px);
    direction: ltr;
}

.ab-hero-copy {
    grid-area: copy;
    min-width: 0;
    align-self: center;
    direction: rtl;
}

.ab-hero-eyebrow {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ab-purple);
    font-size: 13px;
    font-weight: 800;
}

.ab-hero-eyebrow > span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    background: var(--ab-purple);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(91, 82, 190, .08);
}

.ab-hero-copy h1 {
    margin: 0;
    color: var(--ab-ink);
    font-size: clamp(40px, 4.3vw, 58px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: -1.2px;
    text-wrap: balance;
}

.ab-hero-tagline {
    margin: 10px 0 0;
    color: var(--ab-ink);
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 500;
    line-height: 1.65;
    text-wrap: balance;
}

.ab-hero-tagline span {
    display: block;
    color: var(--ab-purple);
    font-weight: 750;
}

.ab-hero-lead {
    max-width: 570px;
    margin: 20px 0 0;
    color: var(--ab-muted);
    font-size: 15px;
    line-height: 2.05;
    text-wrap: pretty;
}

.ab-hero-link {
    width: fit-content;
    margin-top: 23px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--ab-purple);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.ab-hero-link svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform .2s ease;
}

.ab-hero-link:hover svg {
    transform: translateY(3px);
}

.ab-hero-art {
    grid-area: art;
    min-width: 0;
    margin: 0;
    align-self: stretch;
    direction: rtl;
}

.ab-hero-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% center;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(49, 46, 62, .09);
}

/* ==========================================================================\n   Story\n   ========================================================================== */

.ab-story {
    display: grid;
    grid-template-columns: minmax(280px, .95fr) minmax(430px, 1.35fr) 145px;
    grid-template-areas: "art copy year";
    align-items: center;
    gap: clamp(35px, 5vw, 70px);
    direction: ltr;
}

.ab-story-copy,
.ab-story-year,
.ab-story-art {
    direction: rtl;
}

.ab-story-copy {
    grid-area: copy;
    min-width: 0;
}

.ab-story-eyebrow {
    margin: 0 0 10px;
    color: var(--ab-purple);
    font-size: 12px;
    font-weight: 750;
}

.ab-story-copy h2 {
    max-width: 620px;
    margin: 0;
    color: var(--ab-ink);
    font-size: clamp(27px, 2.8vw, 38px);
    font-weight: 850;
    line-height: 1.55;
    text-wrap: balance;
}

.ab-story-copy h2 span {
    color: var(--ab-purple);
}

.ab-story-copy > p:not(.ab-story-eyebrow) {
    max-width: 650px;
    margin: 15px 0 0;
    color: var(--ab-muted);
    font-size: 14px;
    line-height: 2.05;
    text-wrap: pretty;
}

.ab-story-copy > p + p {
    margin-top: 8px;
}

.ab-story-art {
    grid-area: art;
    min-width: 0;
    margin: 0;
}

.ab-story-art img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(49, 46, 62, .06);
}

.ab-story-year {
    grid-area: year;
    min-height: 195px;
    padding: 22px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    background: linear-gradient(180deg, #f2f0ff 0%, #f7f6ff 100%);
    border: 1px solid #e9e6ff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(69, 61, 155, .045);
}

.ab-story-year__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 3px;
    display: grid;
    place-items: center;
    color: var(--ab-purple);
}

.ab-story-year__icon svg {
    width: 40px;
    height: 40px;
}

.ab-story-year strong {
    color: var(--ab-ink);
    font-size: 18px;
    font-weight: 900;
}

.ab-story-year > span:last-child {
    color: #505973;
    font-size: 12px;
    font-weight: 750;
}

/* ==========================================================================\n   Heritage\n   ========================================================================== */

.ab-heritage {
    overflow: hidden;
    background:
            radial-gradient(circle at 12% 20%, rgba(185, 165, 135, .08), transparent 28%),
            linear-gradient(180deg, #fffdfa 0%, #fbfaf7 100%);
}

.ab-books {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    gap: clamp(18px, 2.5vw, 34px);
    direction: rtl;
    list-style: none;
}

.ab-book-item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ab-book {
    position: relative;
    width: 100%;
    max-width: 185px;
    aspect-ratio: 4 / 5.4;
    padding: 28px 19px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #475063;
    border: 1px solid rgba(78, 82, 96, .10);
    border-radius: 4px 8px 8px 4px;
    box-shadow: 8px 12px 22px rgba(51, 46, 40, .10), 2px 3px 6px rgba(51, 46, 40, .05);
    isolation: isolate;
}

.ab-book::before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: 8px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .10), rgba(255, 255, 255, .18));
    opacity: .48;
}

.ab-book::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .14;
    background: repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(255, 255, 255, .35) 4px);
    pointer-events: none;
}

.ab-book--sand { background: linear-gradient(145deg, #f1e5d3 0%, #ead9c2 100%); }
.ab-book--blue { background: linear-gradient(145deg, #dbe5f5 0%, #cbd8ed 100%); }
.ab-book--rose { background: linear-gradient(145deg, #ead0cb 0%, #dfbbb6 100%); }
.ab-book--pink { background: linear-gradient(145deg, #efd9dc 0%, #e6c5ca 100%); }
.ab-book--sage { background: linear-gradient(145deg, #d7ddd0 0%, #c7d0bf 100%); }

.ab-book-item:nth-child(1) .ab-book { transform: rotate(.6deg); }
.ab-book-item:nth-child(2) .ab-book { transform: translateY(-3px) rotate(-.4deg); }
.ab-book-item:nth-child(3) .ab-book { transform: translateY(2px) rotate(.3deg); }
.ab-book-item:nth-child(4) .ab-book { transform: translateY(-2px) rotate(-.5deg); }
.ab-book-item:nth-child(5) .ab-book { transform: rotate(.4deg); }

.ab-book__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 17px;
    display: grid;
    place-items: center;
    color: rgba(66, 68, 76, .72);
}

.ab-book__icon svg {
    width: 44px;
    height: 44px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ab-book__content {
    text-align: center;
}

.ab-book__content h3 {
    margin: 0;
    color: #414957;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.7;
}

.ab-book__content span {
    max-width: 135px;
    margin: 7px auto 0;
    display: block;
    color: rgba(65, 73, 87, .72);
    font-size: 9.5px;
    line-height: 1.8;
}

.ab-book-item__label {
    margin: 18px 0 0;
    color: var(--ab-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.7;
    text-align: center;
}

.ab-heritage-caption {
    width: fit-content;
    margin: 34px auto 0;
    padding-inline: 44px;
    position: relative;
    color: #9298a3;
    font-size: 10px;
    font-weight: 650;
    text-align: center;
}

.ab-heritage-caption::before,
.ab-heritage-caption::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 1px;
    inset-block-start: 50%;
    background: #dddfe4;
}

.ab-heritage-caption::before { inset-inline-start: 0; }
.ab-heritage-caption::after { inset-inline-end: 0; }

/* ==========================================================================\n   Journey\n   ========================================================================== */

.ab-journey {
    background: #fff;
}

.ab-timeline {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 72px;
    direction: rtl;
    list-style: none;
}

.ab-timeline-card {
    position: relative;
    min-width: 0;
    min-height: 310px;
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    color: #626c80;
    background: linear-gradient(145deg, #f9f9ff 0%, #f4f4fd 100%);
    border: 1px solid #ebebfa;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(49, 51, 110, .035);
}

.ab-timeline-card:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    inset-inline-end: -44px;
    inset-block-start: 50%;
    border-inline-end: 2px solid #7180ae;
    border-block-end: 2px solid #7180ae;
    transform: translateY(-50%) rotate(45deg);
    opacity: .9;
}

.ab-timeline-card__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    display: grid;
    place-items: center;
    color: var(--ab-purple);
}

.ab-timeline-card__icon svg {
    width: 46px;
    height: 46px;
}

.ab-phase {
    display: block;
    margin-bottom: 7px;
    color: var(--ab-ink);
    font-size: 19px;
    font-weight: 900;
}

.ab-timeline-card h3 {
    margin: 0;
    color: var(--ab-ink);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.7;
}

.ab-timeline-card p {
    margin: 15px 0 0;
    color: #737c90;
    font-size: 13px;
    line-height: 2;
    text-wrap: pretty;
}

.ab-timeline-card--present {
    background: linear-gradient(145deg, #fbfbff 0%, #f6f6fe 100%);
}

.ab-timeline-card--future {
    background: linear-gradient(145deg, #f5f5ff 0%, #efeffd 100%);
    border-color: #e4e3fb;
}

.ab-timeline-card__badge {
    position: absolute;
    inset-inline-end: 18px;
    inset-block-start: 18px;
    padding: 5px 11px;
    color: #fff;
    background: linear-gradient(135deg, #7471ec, #5a56db);
    border-radius: 18px;
    box-shadow: 0 6px 14px rgba(79, 70, 229, .16);
    font-size: 9px;
    font-weight: 750;
}

.ab-timeline-card__link {
    width: fit-content;
    margin-top: auto;
    padding-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ab-purple);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.ab-timeline-card__link svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    transition: transform .2s ease;
}

.ab-timeline-card__link:hover svg {
    transform: translateX(-3px);
}

/* ==========================================================================\n   Vision\n   ========================================================================== */

.ab-vision {
    background: linear-gradient(180deg, #fff 0%, #fcfcff 100%);
}

.ab-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ab-value-card {
    min-width: 0;
    min-height: 245px;
    padding: 29px 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(145deg, #fff 0%, #fbfbff 100%);
    border: 1px solid var(--ab-line);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(31, 42, 85, .035);
}

.ab-value-card__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 17px;
    display: grid;
    place-items: center;
    color: var(--ab-purple);
}

.ab-value-card__icon svg {
    width: 43px;
    height: 43px;
}

.ab-value-card h3 {
    margin: 0;
    color: var(--ab-ink);
    font-size: 18px;
    font-weight: 850;
    line-height: 1.6;
}

.ab-value-card p {
    max-width: 300px;
    margin: 10px auto 0;
    color: #70798c;
    font-size: 13px;
    line-height: 2;
    text-wrap: pretty;
}

/* ==========================================================================\n   Founders\n   ========================================================================== */

.ab-founders {
    background: linear-gradient(180deg, #fff 0%, #fcfbff 100%);
}

.ab-founders__grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    grid-template-areas: "art copy";
    align-items: center;
    gap: clamp(55px, 7vw, 90px);
    direction: ltr;
}

.ab-founders__copy {
    grid-area: copy;
    min-width: 0;
    direction: rtl;
}

.ab-founders__copy h2 {
    max-width: 570px;
    margin: 0;
    color: var(--ab-ink);
    font-size: clamp(29px, 3vw, 40px);
    font-weight: 850;
    line-height: 1.55;
    text-wrap: balance;
}

.ab-founders__copy h2 span {
    color: var(--ab-purple);
}

.ab-founders__copy > p:not(.ab-eyebrow) {
    max-width: 590px;
    margin: 15px 0 0;
    color: var(--ab-muted);
    font-size: 14px;
    line-height: 2.05;
    text-wrap: pretty;
}

.ab-founders__copy > p + p {
    margin-top: 9px;
}

.ab-founders__signature {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #9298a8;
}

.ab-founders__signature > span {
    width: 35px;
    height: 1px;
    background: #c7cad4;
}

.ab-founders__signature p {
    margin: 0;
    color: #858c9c;
    font-size: 10px;
    font-weight: 650;
}

.ab-founders__art {
    grid-area: art;
    min-width: 0;
    margin: 0;
    direction: rtl;
}

.ab-founders__art img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 20px 48px rgba(54, 48, 100, .08);
}

/* ==========================================================================\n   Feedback\n   ========================================================================== */

.ab-feedback {
    padding-block-start: 22px;
    padding-block-end: 40px;
    background: #fff;
}

.ab-feedback__card {
    min-height: 145px;
    padding: 26px 36px;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    grid-template-areas: "visual copy link";
    align-items: center;
    gap: 30px;
    direction: ltr;
    background:
            radial-gradient(circle at 12% 50%, rgba(125, 118, 230, .09), transparent 22%),
            linear-gradient(110deg, #f6f5ff 0%, #fafaff 55%, #f5f4ff 100%);
    border: 1px solid #e8e7f6;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(56, 52, 125, .035);
}

.ab-feedback__icon {
    grid-area: visual;
    width: 120px;
    height: 88px;
    justify-self: center;
    display: grid;
    place-items: center;
    color: var(--ab-purple);
    background: radial-gradient(ellipse at center, rgba(115, 104, 222, .14) 0%, rgba(115, 104, 222, .06) 52%, transparent 72%);
    border-radius: 46% 54% 58% 42% / 56% 45% 55% 44%;
}

.ab-feedback__icon svg {
    width: 48px;
    height: 48px;
}

.ab-feedback__copy {
    grid-area: copy;
    min-width: 0;
    direction: rtl;
    text-align: center;
}

.ab-feedback__copy h2 {
    margin: 0;
    color: var(--ab-ink);
    font-size: clamp(21px, 2.2vw, 28px);
    font-weight: 850;
    line-height: 1.6;
    text-wrap: balance;
}

.ab-feedback__copy p {
    max-width: 650px;
    margin: 7px auto 0;
    color: #727b8e;
    font-size: 13px;
    line-height: 1.9;
    text-wrap: pretty;
}

.ab-feedback__link {
    grid-area: link;
    min-height: 44px;
    padding: 8px 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    direction: rtl;
    color: var(--ab-purple);
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid rgba(91, 82, 190, .28);
    transition: color .2s ease, border-color .2s ease;
}

.ab-feedback__link svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    transition: transform .2s ease;
}

.ab-feedback__link:hover {
    color: #4e46c8;
    border-bottom-color: currentColor;
}

.ab-feedback__link:hover svg {
    transform: translateX(-3px);
}

/* ==========================================================================\n   Final CTA\n   ========================================================================== */

.ab-final-cta {
    padding-block-start: 24px;
    padding-block-end: 82px;
    background: #fff;
}

.ab-final-cta__card {
    position: relative;
    min-height: 220px;
    padding: 38px 50px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 21px;
    text-align: center;
    color: #fff;
    background:
            radial-gradient(circle at 50% 10%, rgba(255, 255, 255, .12), transparent 34%),
            linear-gradient(115deg, #4543df 0%, #504be8 48%, #3f42d3 100%);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    box-shadow: 0 22px 55px rgba(54, 60, 190, .17);
}

.ab-final-cta__copy {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.ab-final-cta__eyebrow {
    margin: 0 0 5px;
    color: rgba(255, 255, 255, .67);
    font-size: 11px;
    font-weight: 700;
}

.ab-final-cta__copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 850;
    line-height: 1.5;
    text-wrap: balance;
}

.ab-final-cta__copy > p:last-child {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.9;
}

.ab-final-cta__actions {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px 25px;
}

.ab-final-cta__button {
    min-width: 225px;
    min-height: 50px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--ab-ink);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(25, 28, 90, .17);
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ab-final-cta__button svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    color: var(--ab-purple);
    transition: transform .2s ease;
}

.ab-final-cta__button:hover {
    background: #fafaff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(25, 28, 90, .21);
}

.ab-final-cta__button:hover svg,
.ab-final-cta__guide:hover svg {
    transform: translateX(-3px);
}

.ab-final-cta__guide {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: rgba(255, 255, 255, .90);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: color .2s ease;
}

.ab-final-cta__guide svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    transition: transform .2s ease;
}

.ab-final-cta__guide:hover {
    color: #fff;
}

.ab-final-cta__leaf {
    position: absolute;
    width: 155px;
    height: 155px;
    color: rgba(255, 255, 255, .09);
    pointer-events: none;
}

.ab-final-cta__leaf svg {
    width: 100%;
    height: 100%;
}

.ab-final-cta__leaf--start {
    inset-inline-start: 10px;
    inset-block-end: -25px;
}

.ab-final-cta__leaf--end {
    inset-inline-end: 10px;
    inset-block-end: -25px;
}

/* ==========================================================================\n   Responsive - <= 1100px\n   ========================================================================== */

@media (max-width: 1100px) {
    .ab-books {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
        gap: 42px 30px;
    }

    .ab-book-item {
        width: 100%;
    }

    .ab-book {
        max-width: 190px;
    }
}

/* ==========================================================================\n   Responsive - <= 992px\n   ========================================================================== */

@media (max-width: 992px) {
    .ab-section {
        padding-block: 60px;
    }

    .ab-hero-grid {
        min-height: 0;
        padding-block: 44px 52px;
        grid-template-columns: 1fr;
        grid-template-areas: "copy" "art";
        gap: 40px;
    }

    .ab-hero-copy {
        max-width: 720px;
        margin-inline: auto;
        text-align: center;
    }

    .ab-hero-eyebrow {
        justify-content: center;
    }

    .ab-hero-lead,
    .ab-hero-link {
        margin-inline: auto;
    }

    .ab-hero-art {
        width: 100%;
        max-width: 760px;
        margin-inline: auto;
    }

    .ab-hero-art img {
        height: auto;
        aspect-ratio: 3 / 2;
        object-position: center;
        border-radius: 18px;
    }

    .ab-story {
        grid-template-columns: minmax(0, 1fr) 135px;
        grid-template-areas: "copy year" "art art";
        gap: 38px 30px;
    }

    .ab-story-art {
        width: 100%;
        max-width: 720px;
        margin-inline: auto;
    }

    .ab-story-year {
        min-height: 175px;
    }
}

/* ==========================================================================\n   Responsive - <= 900px\n   ========================================================================== */

@media (max-width: 900px) {
    .ab-timeline {
        max-width: 680px;
        margin-inline: auto;
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .ab-timeline-card {
        min-height: 0;
        padding: 27px 25px;
    }

    .ab-timeline-card:not(:last-child)::after {
        width: 11px;
        height: 11px;
        inset-inline-end: auto;
        inset-inline-start: 50%;
        inset-block-start: auto;
        inset-block-end: -31px;
        transform: translateX(-50%) rotate(45deg);
    }

    .ab-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .ab-value-card:last-child {
        grid-column: 1 / -1;
        width: min(100%, 460px);
        justify-self: center;
    }

    .ab-founders__grid {
        grid-template-columns: 1fr;
        grid-template-areas: "copy" "art";
        gap: 42px;
        direction: rtl;
    }

    .ab-founders__copy {
        max-width: 680px;
        margin-inline: auto;
        text-align: center;
    }

    .ab-founders__copy h2,
    .ab-founders__copy > p {
        margin-inline: auto;
    }

    .ab-founders__signature {
        justify-content: center;
    }

    .ab-founders__art {
        width: 100%;
        max-width: 680px;
        margin-inline: auto;
    }

    .ab-feedback__card {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas: "copy link";
        gap: 24px;
    }

    .ab-feedback__icon {
        display: none;
    }
}

/* ==========================================================================\n   Responsive - <= 700px\n   ========================================================================== */

@media (max-width: 700px) {
    .ab-books {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 20px;
    }

    .ab-book {
        max-width: 175px;
    }

    .ab-book-item:nth-child(5) {
        grid-column: 1 / -1;
        width: min(100%, 190px);
        justify-self: center;
    }

    .ab-book-item__label {
        margin-top: 14px;
        font-size: 14px;
    }
}

/* ==========================================================================\n   Responsive - <= 650px\n   ========================================================================== */

@media (max-width: 650px) {
    .ab-section {
        padding-block: 52px;
    }

    .ab-story {
        grid-template-columns: 1fr;
        grid-template-areas: "copy" "year" "art";
        gap: 30px;
        direction: rtl;
    }

    .ab-story-copy {
        text-align: center;
    }

    .ab-story-copy h2,
    .ab-story-copy > p {
        margin-inline: auto;
    }

    .ab-story-year {
        width: 100%;
        max-width: 300px;
        min-height: 0;
        margin-inline: auto;
        padding: 16px 20px;
        flex-direction: row;
        justify-content: center;
        gap: 12px;
    }

    .ab-story-year__icon {
        width: 38px;
        height: 38px;
        margin: 0;
    }

    .ab-story-year__icon svg {
        width: 32px;
        height: 32px;
    }

    .ab-story-year strong {
        font-size: 16px;
    }

    .ab-feedback {
        padding-block-start: 10px;
        padding-block-end: 28px;
    }

    .ab-feedback__card {
        padding: 24px 20px;
        grid-template-columns: 1fr;
        grid-template-areas: "copy" "link";
        gap: 16px;
        text-align: center;
        border-radius: 15px;
    }

    .ab-feedback__copy h2 {
        font-size: 21px;
    }

    .ab-feedback__copy p {
        font-size: 12.5px;
    }

    .ab-feedback__link {
        width: fit-content;
        margin-inline: auto;
    }
}

/* ==========================================================================\n   Responsive - <= 600px\n   ========================================================================== */

@media (max-width: 600px) {
    .ab-wrap {
        width: min(100% - 32px, 1180px);
    }

    .about-hero {
        padding-block-start: 18px;
    }

    .ab-hero-grid {
        padding-block: 36px 44px;
        gap: 34px;
    }

    .ab-hero-copy h1 {
        font-size: 35px;
        letter-spacing: -.7px;
    }

    .ab-hero-tagline {
        font-size: 27px;
    }

    .ab-hero-lead {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.95;
    }

    .ab-hero-art img {
        border-radius: 14px;
    }

    .ab-heritage-heading,
    .ab-journey-heading,
    .ab-vision-heading {
        margin-bottom: 32px;
    }

    .ab-heritage-heading h2,
    .ab-journey-heading h2,
    .ab-vision-heading h2 {
        font-size: 29px;
    }

    .ab-heritage-heading > p:last-child,
    .ab-journey-heading > p:last-child,
    .ab-vision-heading > p:last-child {
        font-size: 13.5px;
        line-height: 1.95;
    }

    .ab-timeline {
        gap: 42px;
    }

    .ab-timeline-card {
        padding: 24px 21px;
        border-radius: 16px;
    }

    .ab-timeline-card__icon {
        width: 47px;
        height: 47px;
        margin-bottom: 16px;
    }

    .ab-timeline-card__icon svg {
        width: 39px;
        height: 39px;
    }

    .ab-phase {
        font-size: 17px;
    }

    .ab-timeline-card h3 {
        font-size: 15px;
    }

    .ab-timeline-card p {
        margin-top: 11px;
        font-size: 12.5px;
        line-height: 1.9;
    }

    .ab-values {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ab-value-card,
    .ab-value-card:last-child {
        width: 100%;
        min-height: 0;
        grid-column: auto;
        padding: 22px;
        display: grid;
        grid-template-columns: 50px minmax(0, 1fr);
        align-items: center;
        gap: 0 15px;
        text-align: right;
    }

    .ab-value-card__icon {
        width: 50px;
        height: 50px;
        margin: 0;
        grid-row: 1 / span 2;
    }

    .ab-value-card__icon svg {
        width: 36px;
        height: 36px;
    }

    .ab-value-card h3 {
        font-size: 16px;
    }

    .ab-value-card p {
        max-width: none;
        margin: 4px 0 0;
        font-size: 12.5px;
        line-height: 1.9;
    }

    .ab-founders__grid {
        gap: 34px;
    }

    .ab-founders__copy h2 {
        font-size: 29px;
    }

    .ab-founders__copy > p:not(.ab-eyebrow) {
        font-size: 13.5px;
        line-height: 1.95;
    }

    .ab-founders__art img {
        border-radius: 17px;
    }

    .ab-final-cta {
        padding-block-start: 18px;
        padding-block-end: 56px;
    }

    .ab-final-cta__card {
        min-height: 0;
        padding: 34px 22px;
        gap: 19px;
        border-radius: 17px;
    }

    .ab-final-cta__copy h2 {
        font-size: 26px;
    }

    .ab-final-cta__copy > p:last-child {
        font-size: 13px;
    }

    .ab-final-cta__actions {
        width: 100%;
        flex-direction: column;
        gap: 7px;
    }

    .ab-final-cta__button {
        width: 100%;
        min-width: 0;
    }

    .ab-final-cta__guide {
        min-height: 38px;
    }

    .ab-final-cta__leaf {
        width: 95px;
        height: 95px;
        opacity: .75;
    }

    .ab-final-cta__leaf--start { inset-inline-start: -15px; }
    .ab-final-cta__leaf--end { inset-inline-end: -15px; }
}

/* ==========================================================================\n   Responsive - <= 480px\n   ========================================================================== */

@media (max-width: 480px) {
    .ab-books {
        gap: 30px 14px;
    }

    .ab-book {
        max-width: 155px;
        padding: 23px 13px 20px;
    }

    .ab-book__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 13px;
    }

    .ab-book__icon svg {
        width: 36px;
        height: 36px;
    }

    .ab-book__content h3 {
        font-size: 14px;
    }

    .ab-book__content span {
        font-size: 8.5px;
    }

    .ab-book-item__label {
        font-size: 12.5px;
    }

    .ab-heritage-caption {
        margin-top: 28px;
        padding-inline: 35px;
        font-size: 9px;
    }

    .ab-heritage-caption::before,
    .ab-heritage-caption::after {
        width: 25px;
    }
}

/* ==========================================================================\n   Responsive - <= 420px\n   ========================================================================== */

@media (max-width: 420px) {
    .ab-wrap {
        width: calc(100% - 28px);
    }

    .ab-section {
        padding-block: 44px;
    }

    .about-breadcrumb ol {
        font-size: 11px;
    }

    .ab-hero-grid {
        padding-block: 30px 38px;
    }

    .ab-hero-eyebrow {
        font-size: 12px;
    }

    .ab-hero-copy h1 {
        font-size: 31px;
    }

    .ab-hero-tagline {
        margin-top: 7px;
        font-size: 24px;
    }

    .ab-hero-lead {
        font-size: 13.5px;
    }

    .ab-hero-link {
        margin-top: 19px;
        font-size: 12.5px;
    }

    .ab-story {
        gap: 25px;
    }

    .ab-story-eyebrow {
        font-size: 11px;
    }

    .ab-story-copy h2 {
        font-size: 26px;
    }

    .ab-story-copy > p:not(.ab-story-eyebrow) {
        font-size: 13px;
        line-height: 1.95;
    }

    .ab-story-year {
        max-width: 270px;
        padding: 13px 16px;
    }

    .ab-story-year > span:last-child {
        font-size: 11px;
    }

    .ab-heritage-heading h2,
    .ab-journey-heading h2,
    .ab-vision-heading h2 {
        font-size: 27px;
    }

    .ab-timeline-card {
        padding: 22px 18px;
    }

    .ab-timeline-card__badge {
        inset-inline-end: 14px;
        inset-block-start: 14px;
        font-size: 8px;
    }

    .ab-timeline-card__link {
        font-size: 11.5px;
    }

    .ab-value-card {
        padding: 19px 17px;
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 0 12px;
        border-radius: 15px;
    }

    .ab-value-card__icon {
        width: 44px;
        height: 44px;
    }

    .ab-value-card__icon svg {
        width: 32px;
        height: 32px;
    }

    .ab-value-card h3 {
        font-size: 15px;
    }

    .ab-founders__copy h2 {
        font-size: 27px;
    }

    .ab-founders__signature {
        margin-top: 19px;
    }

    .ab-founders__art img {
        border-radius: 14px;
    }

    .ab-feedback__card {
        padding: 22px 17px;
    }

    .ab-feedback__copy h2 {
        font-size: 19px;
    }

    .ab-feedback__copy p {
        font-size: 12px;
    }

    .ab-feedback__link {
        font-size: 11.5px;
    }

    .ab-final-cta {
        padding-block-end: 48px;
    }

    .ab-final-cta__card {
        padding: 30px 18px;
    }

    .ab-final-cta__copy h2 {
        font-size: 23px;
    }

    .ab-final-cta__copy > p:last-child {
        font-size: 12.5px;
        line-height: 1.85;
    }

    .ab-final-cta__button {
        min-height: 48px;
        font-size: 13px;
    }
}

/* ==========================================================================\n   Reduced Motion\n   ========================================================================== */

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