 @media only screen and (min-width: 0rem) {.shell {width: 100%;max-width: 80rem;margin: 0 auto;padding: 0 1.25rem;position: relative;}.tread {display: block;width: 4.75rem;height: 0.6rem;margin-bottom: 1.15rem;background-image: repeating-linear-gradient(112deg, var(--redDeep) 0 0.2rem, transparent 0.2rem 0.5rem);}.tread.on-dark {background-image: repeating-linear-gradient(112deg, var(--redLight) 0 0.2rem, transparent 0.2rem 0.5rem);}.kicker {font-family: var(--headingFont);font-weight: 600;font-size: 0.92rem;letter-spacing: 0.32em;text-transform: uppercase;color: var(--redDeep);}.kicker.on-dark {color: var(--redLight);}.head {display: flex;flex-direction: column;align-items: center;text-align: center;margin-bottom: 3rem;}.h-sec {font-family: var(--headingFont);font-weight: 700;font-size: clamp(2.6rem, 8.4vw, 4.5rem);line-height: 0.96;letter-spacing: -0.005em;text-transform: uppercase;color: var(--headerColor);margin: 0.75rem 0 0;max-width: 18ch;}.h-sec.on-dark {color: var(--white);}.h-sec .accent {color: var(--redDeep);}.h-sec.on-dark .accent {color: var(--redLight);}.btn-red {display: inline-flex;align-items: center;justify-content: center;font-family: var(--headingFont);font-weight: 700;font-size: 1.05rem;letter-spacing: 0.14em;text-transform: uppercase;color: var(--white);background-color: var(--redDeep);border: 1px solid var(--redDeep);border-radius: var(--radiusSm);padding: 1.05rem 2.5rem;text-align: center;text-decoration: none;cursor: pointer;box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.24);transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;}.btn-red:hover {background-color: var(--red);border-color: var(--red);transform: translateY(-2px);}.frame-bolt {position: absolute;width: 0.6rem;height: 0.6rem;border-radius: 50%;background-color: var(--chrome);box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.35);}.frame-bolt-tl {top: 0.7rem;left: 0.7rem;}.frame-bolt-br {bottom: 0.7rem;right: 0.7rem;}}@media only screen and (min-width: 48rem) {.shell {padding: 0 2rem;}.head {margin-bottom: 4rem;}}@media only screen and (prefers-reduced-motion: reduce) {.btn-red:hover {transform: none;}}@media only screen and (min-width: 0rem) {#ab-story {background-color: var(--silver);padding: 4.5rem 0;}#ab-story .shell {display: flex;flex-direction: column;align-items: center;}#ab-story .story-lead {max-width: 46rem;text-align: center;font-family: var(--headingFont);font-weight: 500;font-size: clamp(1.35rem, 4.2vw, 1.75rem);line-height: 1.45;color: var(--headerColor);}#ab-story .story-cols {margin-top: 2.5rem;display: grid;grid-template-columns: 1fr;gap: 1.5rem;max-width: 62rem;}#ab-story .story-cols p {font-size: 1.05rem;line-height: 1.9;color: var(--bodyTextColor);padding-top: 1.5rem;border-top: 2px solid var(--line);}#ab-story .story-actions {margin-top: 2.75rem;display: flex;flex-direction: column;align-items: center;gap: 1.5rem;}#ab-story .story-phone {font-family: var(--headingFont);font-weight: 700;font-size: 1.1rem;letter-spacing: 0.18em;text-transform: uppercase;color: var(--headerColor);text-decoration: none;border-bottom: 3px solid var(--redDeep);padding-bottom: 0.35rem;transition: color 0.25s ease;}#ab-story .story-phone:hover {color: var(--redDeep);}}@media only screen and (min-width: 48rem) {#ab-story {padding: 6rem 0;}#ab-story .story-actions {flex-direction: row;gap: 2.5rem;}}@media only screen and (min-width: 64rem) {#ab-story .story-cols {grid-template-columns: repeat(2, 1fr);gap: 3rem;}}@media only screen and (min-width: 0rem) {#ab-stats {background-color: var(--silverDeep);padding: 3.5rem 0;}#ab-stats .stat-row {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 1rem;}#ab-stats .stat {display: flex;flex-direction: column;align-items: center;text-align: center;padding: 2rem 1.25rem 2.25rem;background-color: var(--white);border: 1px solid var(--line);border-top: 4px solid var(--redDeep);border-radius: 0 0 var(--radiusSm) var(--radiusSm);}#ab-stats .stat-num {font-family: var(--headingFont);font-weight: 700;font-size: clamp(2.6rem, 9vw, 3.4rem);line-height: 1;text-transform: uppercase;color: var(--headerColor);margin-bottom: 1rem;}#ab-stats .tread {margin-bottom: 1rem;}#ab-stats .stat-lbl {font-family: var(--headingFont);font-weight: 600;font-size: 1rem;letter-spacing: 0.16em;text-transform: uppercase;line-height: 1.5;color: var(--bodyTextColor);max-width: 13rem;}}@media only screen and (min-width: 48rem) {#ab-stats {padding: 4.5rem 0;}#ab-stats .stat-row {grid-template-columns: repeat(3, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 0rem) {#ab-strip {background-color: var(--ink);}#ab-strip .strip-row {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 0.2rem;}#ab-strip .strip-cell {overflow: hidden;line-height: 0;background-color: var(--graphite);}#ab-strip .strip-cell img {width: 100%;aspect-ratio: 4 / 3;object-fit: cover;display: block;transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);}#ab-strip .strip-cell:hover img {transform: scale(1.05);}}@media only screen and (min-width: 48rem) {#ab-strip .strip-row {grid-template-columns: repeat(3, 1fr);}#ab-strip .strip-cell img {aspect-ratio: 1 / 1;}}@media only screen and (prefers-reduced-motion: reduce) {#ab-strip .strip-cell:hover img {transform: none;}}@media only screen and (min-width: 0rem) {#ab-cta {position: relative;width: 100%;overflow: hidden;isolation: isolate;background-color: var(--ink);border-top: 4px solid var(--redDeep);padding: 5.25rem 0;}#ab-cta .cta-shot {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;z-index: -2;}#ab-cta .cta-scrim {position: absolute;inset: 0;z-index: -1;display: block;background-image: linear-gradient(180deg, rgba(21, 24, 27, 0.93) 0%, rgba(29, 34, 38, 0.88) 50%, rgba(21, 24, 27, 0.96) 100%);}#ab-cta .cta-shell {display: flex;flex-direction: column;align-items: center;text-align: center;max-width: 46rem;}#ab-cta h2 {font-family: var(--headingFont);font-weight: 700;font-size: clamp(2.6rem, 8.6vw, 4.4rem);line-height: 0.98;letter-spacing: -0.005em;text-transform: uppercase;color: var(--white);margin-top: 0.8rem;max-width: 16ch;}#ab-cta h2 .accent {display: block;color: var(--redLight);}#ab-cta .cta-lede {max-width: 32rem;margin: 1.2rem auto 2.3rem;font-size: 1.05rem;line-height: 1.8;color: rgba(233, 238, 242, 0.85);}#ab-cta .cta-phone {margin-top: 1.5rem;font-family: var(--headingFont);font-weight: 700;font-size: 1rem;letter-spacing: 0.18em;text-transform: uppercase;color: var(--white);text-decoration: none;border-bottom: 3px solid var(--redDeep);padding-bottom: 0.4rem;transition: color 0.25s ease, border-color 0.25s ease;}#ab-cta .cta-phone:hover {color: var(--redLight);border-color: var(--redLight);}}@media only screen and (min-width: 48rem) {#ab-cta {padding: 7.5rem 0;}}@media only screen and (min-width: 0rem) {#ab-404 {background-color: var(--silver);padding: 5rem 0 5.5rem;}#ab-404 .shell {display: flex;flex-direction: column;align-items: center;text-align: center;max-width: 46rem;}#ab-404 .nf-note {margin-top: 1.4rem;max-width: 34rem;font-size: 1.05rem;line-height: 1.85;color: var(--bodyTextColor);}#ab-404 .nf-actions {margin-top: 2.5rem;display: flex;flex-direction: column;align-items: center;gap: 1.5rem;}#ab-404 .nf-phone {font-family: var(--headingFont);font-weight: 700;font-size: 1.1rem;letter-spacing: 0.18em;text-transform: uppercase;color: var(--headerColor);text-decoration: none;border-bottom: 3px solid var(--redDeep);padding-bottom: 0.35rem;transition: color 0.25s ease;}#ab-404 .nf-phone:hover {color: var(--redDeep);}}@media only screen and (min-width: 48rem) {#ab-404 {padding: 7rem 0 7.5rem;}#ab-404 .nf-actions {flex-direction: row;gap: 2.5rem;}}