@font-face {
    font-family: "Teo Sans";
    src: url("../fonts/InstrumentSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Teo Sans";
    src: url("../fonts/InstrumentSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --teo-ink: #101827;
    --teo-soft-ink: #273248;
    --teo-blue: #2853f5;
    --teo-saffron: #ffb12b;
    --teo-paper: #f3f0e8;
    --teo-white: #fffefa;
    --teo-muted: #68738a;
    --teo-line: #d7d2c8;
    --teo-pale: #eef1fb;
    --teo-shell: min(1376px, calc(100% - 48px));
    --teo-reading: 720px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.teo-editorial-active {
    margin: 0;
    background: var(--teo-white);
    color: var(--teo-ink);
    font-family: "Teo Sans", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    overflow-x: hidden;
}

body.teo-editorial-active #masthead,
body.teo-editorial-active #colophon,
body.teo-editorial-active .elementor-location-header,
body.teo-editorial-active .elementor-location-footer,
body.teo-editorial-active .hfe-header,
body.teo-editorial-active .hfe-footer,
body.teo-editorial-active .hfe-before-footer-wrap,
body.teo-editorial-active header[data-elementor-type="header"],
body.teo-editorial-active footer[data-elementor-type="footer"] {
    display: none !important;
}

body.teo-editorial-active header.teo-site-header,
body.teo-editorial-active footer.teo-site-footer {
    display: block !important;
}

body.teo-editorial-active img {
    display: block;
    height: auto;
    max-width: 100%;
}

body.teo-editorial-active a {
    color: inherit;
    text-decoration: none;
}

body.teo-editorial-active button,
body.teo-editorial-active input {
    font: inherit;
}

body.teo-editorial-active h1,
body.teo-editorial-active h2,
body.teo-editorial-active h3,
body.teo-editorial-active p {
    margin-top: 0;
}

.teo-shell {
    margin-inline: auto;
    width: var(--teo-shell);
}

.screen-reader-text,
.teo-skip-link {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.teo-skip-link:focus {
    background: var(--teo-white);
    clip: auto;
    clip-path: none;
    color: var(--teo-ink);
    height: auto;
    left: 16px;
    padding: 12px 18px;
    top: 16px;
    width: auto;
    z-index: 10000;
}

.teo-site-header {
    background: var(--teo-white);
    border-bottom: 1px solid var(--teo-line);
    color: var(--teo-ink);
    position: relative;
    z-index: 100;
}

.teo-utility {
    background: var(--teo-ink);
    color: #cbd3e2;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.teo-utility__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 36px;
}

.teo-header-main {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 100px;
}

.teo-logo {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    gap: 10px;
    line-height: 1;
}

.teo-logo__mark {
    height: 56px;
    width: 56px;
}

.teo-logo__name {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.035em;
}

.teo-logo em {
    color: var(--teo-saffron);
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 400;
    margin-left: -5px;
}

.teo-primary-nav {
    align-items: center;
    display: flex;
    gap: clamp(18px, 2vw, 34px);
    justify-content: center;
}

.teo-primary-nav a {
    border-bottom: 2px solid transparent;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 0 10px;
}

.teo-primary-nav a:hover,
.teo-primary-nav a:focus-visible {
    border-color: var(--teo-blue);
    color: var(--teo-blue);
}

.teo-menu-toggle,
.teo-search-toggle {
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--teo-ink);
    cursor: pointer;
}

.teo-menu-toggle {
    display: none;
    height: 44px;
    padding: 10px;
    width: 44px;
}

.teo-menu-toggle > span:not(.screen-reader-text) {
    background: currentColor;
    display: block;
    height: 2px;
    margin: 5px 0;
    width: 24px;
}

.teo-search-toggle {
    align-items: center;
    background: var(--teo-blue);
    border: 2px solid var(--teo-blue);
    border-radius: 30px;
    color: var(--teo-white);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    text-transform: uppercase;
}

.teo-search-toggle svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
    width: 18px;
}

.teo-search-toggle:hover,
.teo-search-toggle:focus-visible {
    background: var(--teo-ink);
    border-color: var(--teo-ink);
}

.teo-search-panel {
    background: var(--teo-paper);
    border-top: 1px solid var(--teo-line);
    padding: 24px 0;
}

.teo-search-panel[hidden] {
    display: none;
}

.teo-search-panel label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.teo-search-panel form > div {
    display: grid;
    grid-template-columns: 1fr auto;
}

.teo-search-panel input {
    background: var(--teo-white);
    border: 1px solid var(--teo-line);
    min-height: 54px;
    padding: 0 18px;
}

.teo-search-panel button {
    background: var(--teo-ink);
    border: 0;
    color: var(--teo-white);
    cursor: pointer;
    font-weight: 700;
    padding: 0 30px;
}

.teo-hero {
    background: var(--teo-ink);
    color: var(--teo-white);
    padding: clamp(78px, 9vw, 132px) 0;
}

.teo-hero__grid {
    align-items: center;
    display: grid;
    gap: clamp(64px, 10vw, 150px);
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr);
}

.teo-eyebrow,
.teo-section-label,
.teo-kicker {
    color: var(--teo-blue);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.teo-hero .teo-eyebrow {
    color: var(--teo-saffron);
    margin-bottom: 26px;
}

.teo-hero h1 {
    color: var(--teo-white);
    font-size: clamp(54px, 6.7vw, 94px);
    letter-spacing: -.06em;
    line-height: .98;
    margin-bottom: 32px;
    max-width: 850px;
}

.teo-hero__copy > p {
    color: #cbd3e2;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.45;
    margin-bottom: 28px;
    max-width: 670px;
}

.teo-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}

.teo-keywords span {
    border: 1px solid #46536d;
    border-radius: 24px;
    color: var(--teo-saffron);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 14px;
}

.teo-button {
    align-items: center;
    background: var(--teo-blue);
    border-radius: 30px;
    color: var(--teo-white) !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    min-height: 56px;
    padding: 0 24px;
    text-transform: uppercase;
}

.teo-button:hover,
.teo-button:focus-visible {
    background: var(--teo-saffron);
    color: var(--teo-ink) !important;
}

.teo-hero__facts {
    border-top: 1px solid #3a465d;
    margin: 0;
}

.teo-hero__facts > div {
    align-items: center;
    border-bottom: 1px solid #3a465d;
    display: grid;
    gap: 24px;
    grid-template-columns: 42px 1fr;
    padding: 30px 0;
}

.teo-hero__facts dt {
    color: var(--teo-blue);
    font-size: 13px;
    font-weight: 700;
}

.teo-hero__facts dd {
    margin: 0;
}

.teo-hero__facts strong,
.teo-hero__facts span {
    display: block;
}

.teo-hero__facts strong {
    color: var(--teo-white);
    font-size: 25px;
    text-transform: uppercase;
}

.teo-hero__facts span {
    color: #9eabc0;
    font-size: 14px;
}

.teo-section {
    background: var(--teo-white);
    border-bottom: 1px solid var(--teo-line);
    padding: clamp(74px, 8vw, 120px) 0;
}

.teo-section--paper {
    background: var(--teo-paper);
}

.teo-section-head {
    margin-bottom: 48px;
    max-width: 900px;
}

.teo-section-head h2,
.teo-editorial-split h2 {
    font-size: clamp(38px, 4.5vw, 64px);
    letter-spacing: -.045em;
    line-height: 1.08;
    margin: 16px 0 0;
}

.teo-section-head--row {
    align-items: end;
    display: flex;
    justify-content: space-between;
    max-width: none;
}

.teo-section-head--row h2 {
    font-size: clamp(36px, 4vw, 54px);
}

.teo-text-link {
    border-bottom: 2px solid var(--teo-blue);
    color: var(--teo-blue) !important;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.teo-lead-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .7fr);
}

.teo-lead-stack {
    display: grid;
    gap: 24px;
}

.teo-card {
    background: var(--teo-white);
    border: 1px solid var(--teo-line);
    min-width: 0;
}

.teo-card__media {
    background: var(--teo-soft-ink);
    display: block;
    overflow: hidden;
}

.teo-card__media img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.teo-card:hover .teo-card__media img {
    transform: scale(1.025);
}

.teo-card__fallback {
    align-items: end;
    aspect-ratio: 16 / 9;
    display: flex;
    gap: 8px;
    padding: 36px;
}

.teo-card__fallback i {
    background: var(--teo-blue);
    display: block;
    height: 40%;
    width: 12%;
}

.teo-card__fallback i:nth-child(2) {
    height: 72%;
}

.teo-card__fallback i:nth-child(3) {
    height: 54%;
}

.teo-card__fallback i:nth-child(4) {
    background: var(--teo-saffron);
    height: 86%;
}

.teo-card__body {
    padding: 26px;
}

.teo-card h3 {
    font-size: 25px;
    letter-spacing: -.025em;
    line-height: 1.22;
    margin: 12px 0;
}

.teo-card h3 a:hover,
.teo-card h3 a:focus-visible {
    color: var(--teo-blue);
}

.teo-card p {
    color: var(--teo-muted);
    margin-bottom: 20px;
}

.teo-meta {
    color: var(--teo-muted);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.teo-card--lead h3 {
    font-size: clamp(32px, 3vw, 46px);
}

.teo-card--lead .teo-card__body {
    padding: 32px;
}

.teo-card--compact {
    align-items: stretch;
    display: grid;
    grid-template-columns: 180px 1fr;
}

.teo-card--compact .teo-card__media,
.teo-card--compact .teo-card__media img,
.teo-card--compact .teo-card__fallback {
    height: 100%;
}

.teo-card--compact .teo-card__media img {
    aspect-ratio: auto;
}

.teo-card--compact .teo-card__body {
    padding: 22px;
}

.teo-card--compact h3 {
    font-size: 20px;
}

.teo-longform-intro {
    display: grid;
    gap: clamp(48px, 8vw, 120px);
    grid-template-columns: .8fr 1.2fr;
}

.teo-reading-column {
    color: #313b4c;
    font-size: 18px;
    max-width: var(--teo-reading);
}

.teo-reading-column p {
    margin-bottom: 24px;
}

.teo-reading-column strong {
    color: var(--teo-ink);
}

.teo-editorial-split {
    align-items: start;
    display: grid;
    gap: clamp(52px, 9vw, 140px);
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
}

.teo-editorial-split > div:first-child {
    border-top: 4px solid var(--teo-blue);
    padding-top: 24px;
    position: sticky;
    top: 32px;
}

.teo-desks {
    background: var(--teo-white);
}

.teo-desk-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.teo-desk-list article {
    align-items: center;
    border-top: 1px solid var(--teo-line);
    display: grid;
    gap: 20px;
    grid-template-columns: 44px 190px 1fr auto;
    min-height: 108px;
    padding: 18px 0;
}

.teo-desk-list article:nth-child(odd) {
    margin-right: 36px;
}

.teo-desk-list article:nth-child(even) {
    margin-left: 36px;
}

.teo-desk-list article > span {
    color: var(--teo-blue);
    font-size: 13px;
    font-weight: 700;
}

.teo-desk-list h3 {
    font-size: 26px;
    margin: 0;
}

.teo-desk-list h3 a:hover,
.teo-desk-list h3 a:focus-visible {
    color: var(--teo-blue);
}

.teo-desk-list p {
    color: var(--teo-muted);
    font-size: 15px;
    margin: 0;
}

.teo-desk-list article > a {
    color: var(--teo-blue);
    font-size: 24px;
    font-weight: 700;
}

.teo-legacy-note {
    border-top: 1px solid var(--teo-line);
    color: var(--teo-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    margin: 24px 0 0;
    padding-top: 24px;
    text-transform: uppercase;
}

.teo-card-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.teo-category-band {
    background: var(--teo-paper);
}

.teo-faq-list {
    border-top: 1px solid var(--teo-line);
    margin-left: auto;
    max-width: 1000px;
}

.teo-faq details {
    border-bottom: 1px solid var(--teo-line);
}

.teo-faq summary {
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    list-style: none;
    padding: 26px 56px 26px 0;
    position: relative;
}

.teo-faq summary::-webkit-details-marker {
    display: none;
}

.teo-faq summary::after {
    color: var(--teo-blue);
    content: "+";
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 18px;
}

.teo-faq details[open] summary::after {
    content: "–";
}

.teo-faq details p {
    color: var(--teo-muted);
    max-width: 780px;
    padding: 0 0 28px;
}

.teo-site-footer {
    background: var(--teo-ink);
    color: var(--teo-white);
    padding: 72px 0 0;
}

.teo-footer-grid {
    display: grid;
    gap: 56px;
    grid-template-columns: 1.4fr .7fr .8fr 1fr;
}

.teo-logo--footer {
    color: var(--teo-white) !important;
}

.teo-footer-brand p,
.teo-footer-promise p {
    color: #aab5c7;
    max-width: 360px;
}

.teo-footer-brand > strong {
    color: var(--teo-saffron);
    font-size: 12px;
    letter-spacing: .12em;
}

.teo-site-footer h2 {
    color: var(--teo-white);
    font-size: 18px;
    margin-bottom: 20px;
}

.teo-site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.teo-site-footer li {
    margin: 9px 0;
}

.teo-site-footer li a {
    color: #c5ccda;
    font-size: 14px;
}

.teo-site-footer li a:hover,
.teo-site-footer li a:focus-visible {
    color: var(--teo-saffron);
}

.teo-footer-bottom {
    border-top: 1px solid #344058;
    color: #7f8ba0;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-top: 64px;
    padding: 24px 0;
    text-transform: uppercase;
}

.teo-breadcrumbs {
    color: var(--teo-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 9px;
    padding: 28px 0;
}

.teo-breadcrumbs a {
    color: var(--teo-blue);
}

.teo-article-header {
    margin: 54px auto 58px;
    max-width: 980px;
    text-align: center;
}

.teo-article-header h1 {
    font-size: clamp(48px, 6vw, 82px);
    letter-spacing: -.055em;
    line-height: 1.03;
    margin: 18px 0 24px;
}

.teo-article-dek {
    color: var(--teo-muted);
    font-size: clamp(20px, 2.3vw, 27px);
    line-height: 1.45;
    margin-inline: auto;
    max-width: 820px;
}

.teo-byline {
    align-items: center;
    display: inline-flex;
    gap: 14px;
    margin-top: 20px;
    text-align: left;
}

.teo-byline img,
.teo-author-box img {
    border-radius: 50%;
}

.teo-byline strong,
.teo-byline span {
    display: block;
}

.teo-byline span {
    color: var(--teo-muted);
    font-size: 13px;
}

.teo-featured {
    margin: 0 auto 64px;
    max-width: 1200px;
}

.teo-featured img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

.teo-featured figcaption {
    color: var(--teo-muted);
    font-size: 12px;
    margin-top: 10px;
}

.teo-article-layout {
    align-items: start;
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(0, 790px) 320px;
    justify-content: center;
}

.teo-article-content {
    color: #303a4b;
    font-size: 18px;
    min-width: 0;
}

.teo-article-content > p,
.teo-article-content > ul,
.teo-article-content > ol {
    margin-bottom: 26px;
}

.teo-article-content h2 {
    color: var(--teo-ink);
    font-size: clamp(31px, 3.2vw, 44px);
    letter-spacing: -.035em;
    line-height: 1.15;
    margin: 56px 0 20px;
}

.teo-article-content h3 {
    color: var(--teo-ink);
    font-size: 25px;
    margin: 34px 0 14px;
}

.teo-article-content a {
    color: var(--teo-blue);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.teo-article-content li {
    margin-bottom: 10px;
}

.teo-quick-answer {
    background: var(--teo-pale);
    border-left: 5px solid var(--teo-blue);
    margin: 36px 0;
    padding: 24px 30px;
}

.teo-quick-answer h2 {
    font-size: 28px;
    margin: 0 0 10px;
}

.teo-sidebar {
    display: grid;
    gap: 24px;
    position: sticky;
    top: 24px;
}

.teo-sidebar-card {
    border: 1px solid var(--teo-line);
    padding: 26px;
}

.teo-sidebar-card--dark {
    background: var(--teo-ink);
    border-color: var(--teo-ink);
    color: var(--teo-white);
}

.teo-sidebar-card--dark .teo-kicker {
    color: var(--teo-saffron);
}

.teo-sidebar-card--dark h2 {
    color: var(--teo-white);
    font-size: 27px;
    line-height: 1.15;
    margin: 16px 0 24px;
}

.teo-button--light {
    background: var(--teo-white);
    color: var(--teo-ink) !important;
    font-size: 12px;
    min-height: 48px;
}

.teo-toc ol {
    list-style: decimal-leading-zero;
    margin: 20px 0 0;
    padding-left: 30px;
}

.teo-toc li {
    border-bottom: 1px solid var(--teo-line);
    color: var(--teo-muted);
    font-size: 14px;
    padding: 8px 0;
}

.teo-toc a:hover,
.teo-toc a:focus-visible {
    color: var(--teo-blue);
}

.teo-sidebar-links {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.teo-sidebar-links li {
    border-top: 1px solid var(--teo-line);
}

.teo-sidebar-links a {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding: 10px 0;
}

.teo-author-box {
    align-items: start;
    background: var(--teo-paper);
    display: grid;
    gap: 24px;
    grid-template-columns: 84px 1fr;
    margin-top: 64px;
    padding: 34px;
}

.teo-author-box h2 {
    font-size: 28px;
    margin: 8px 0;
}

.teo-author-box p {
    margin-bottom: 10px;
}

.teo-related {
    border-top: 1px solid var(--teo-line);
    margin-top: 90px;
    padding: 80px 0 110px;
}

.teo-archive-header {
    align-items: end;
    border-bottom: 1px solid var(--teo-line);
    display: grid;
    gap: 80px;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .7fr);
    padding: 60px 0 54px;
}

.teo-archive-header h1 {
    font-size: clamp(54px, 7vw, 92px);
    letter-spacing: -.06em;
    line-height: 1;
    margin: 18px 0 0;
}

.teo-archive-header > p {
    color: var(--teo-muted);
    font-size: 19px;
}

.teo-archive-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 70px 0;
}

.teo-archive-grid .teo-card--lead {
    grid-column: span 2;
}

.teo-pagination {
    padding: 0 0 90px;
}

.teo-pagination .nav-links {
    display: flex;
    gap: 8px;
}

.teo-pagination a,
.teo-pagination .current {
    align-items: center;
    border: 1px solid var(--teo-line);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    padding: 0 12px;
}

.teo-pagination .current {
    background: var(--teo-blue);
    border-color: var(--teo-blue);
    color: var(--teo-white);
}

.teo-empty {
    padding: 100px 0;
}

.teo-standard-page {
    padding-bottom: 100px;
}

.teo-page-shell {
    max-width: 980px;
}

.teo-standard-page article > header {
    border-bottom: 1px solid var(--teo-line);
    margin: 42px 0 50px;
    padding-bottom: 36px;
}

.teo-standard-page h1 {
    font-size: clamp(48px, 6vw, 76px);
    letter-spacing: -.05em;
    margin: 14px 0 0;
}

@media (max-width: 1180px) {
    .teo-header-main {
        gap: 18px;
    }

    .teo-logo__name {
        font-size: 23px;
    }

    .teo-logo em {
        font-size: 23px;
    }

    .teo-primary-nav {
        gap: 18px;
    }

    .teo-primary-nav a {
        font-size: 14px;
    }

    .teo-search-toggle {
        padding: 0 18px;
    }

    .teo-footer-grid {
        grid-template-columns: 1.25fr .75fr .8fr;
    }

    .teo-footer-promise {
        grid-column: span 3;
    }
}

@media (max-width: 1024px) {
    .teo-header-main {
        grid-template-columns: auto auto 1fr auto;
        min-height: 88px;
    }

    .teo-menu-toggle {
        display: block;
        grid-column: 2;
    }

    .teo-primary-nav {
        background: var(--teo-white);
        border-bottom: 1px solid var(--teo-line);
        border-top: 1px solid var(--teo-line);
        display: none;
        flex-direction: column;
        gap: 0;
        left: 0;
        padding: 14px 24px 22px;
        position: absolute;
        right: 0;
        top: 124px;
    }

    .teo-primary-nav.is-open {
        display: flex;
    }

    .teo-primary-nav a {
        border-bottom: 1px solid var(--teo-line);
        padding: 12px 0;
        width: 100%;
    }

    .teo-search-toggle {
        grid-column: 4;
    }

    .teo-hero__grid,
    .teo-longform-intro,
    .teo-editorial-split,
    .teo-archive-header {
        gap: 52px;
        grid-template-columns: 1fr;
    }

    .teo-editorial-split > div:first-child {
        position: static;
    }

    .teo-reading-column {
        max-width: 800px;
    }

    .teo-lead-grid {
        grid-template-columns: 1fr;
    }

    .teo-lead-stack {
        grid-template-columns: 1fr 1fr;
    }

    .teo-card--compact {
        grid-template-columns: 150px 1fr;
    }

    .teo-card-grid,
    .teo-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .teo-article-layout {
        gap: 50px;
        grid-template-columns: minmax(0, 1fr) 280px;
    }
}

@media (max-width: 768px) {
    :root {
        --teo-shell: min(100% - 32px, 1376px);
    }

    .teo-utility__inner span:last-child {
        display: none;
    }

    .teo-header-main {
        grid-template-columns: auto 1fr auto;
    }

    .teo-logo__mark {
        height: 48px;
        width: 48px;
    }

    .teo-logo__name {
        font-size: 20px;
    }

    .teo-logo em {
        font-size: 20px;
    }

    .teo-menu-toggle {
        grid-column: 2;
        justify-self: end;
    }

    .teo-search-toggle {
        grid-column: 3;
        min-height: 44px;
        padding: 0;
        width: 44px;
    }

    .teo-search-toggle span {
        display: none;
    }

    .teo-primary-nav {
        top: 124px;
    }

    .teo-hero {
        padding: 76px 0;
    }

    .teo-section {
        padding: 72px 0;
    }

    .teo-lead-stack,
    .teo-card-grid,
    .teo-archive-grid {
        grid-template-columns: 1fr;
    }

    .teo-card--compact {
        grid-template-columns: 130px 1fr;
    }

    .teo-section-head--row {
        align-items: start;
        flex-direction: column;
        gap: 20px;
    }

    .teo-desk-list {
        grid-template-columns: 1fr;
    }

    .teo-desk-list article:nth-child(odd),
    .teo-desk-list article:nth-child(even) {
        margin: 0;
    }

    .teo-desk-list article {
        grid-template-columns: 40px 160px 1fr auto;
    }

    .teo-article-layout {
        grid-template-columns: 1fr;
    }

    .teo-sidebar {
        position: static;
    }

    .teo-archive-grid .teo-card--lead {
        grid-column: auto;
    }

    .teo-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .teo-footer-promise {
        grid-column: span 2;
    }
}

@media (max-width: 520px) {
    .teo-logo {
        gap: 7px;
    }

    .teo-logo__name,
    .teo-logo em {
        font-size: 18px;
    }

    .teo-header-main {
        gap: 8px;
    }

    .teo-hero h1 {
        font-size: 52px;
    }

    .teo-hero__grid {
        gap: 48px;
    }

    .teo-card--compact {
        display: block;
    }

    .teo-card--compact .teo-card__media {
        height: auto;
    }

    .teo-card--compact .teo-card__media img,
    .teo-card--compact .teo-card__fallback {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .teo-desk-list article {
        gap: 12px;
        grid-template-columns: 34px 1fr auto;
    }

    .teo-desk-list article p {
        grid-column: 2 / 4;
    }

    .teo-article-header {
        margin-top: 36px;
        text-align: left;
    }

    .teo-byline {
        align-items: flex-start;
    }

    .teo-author-box {
        grid-template-columns: 1fr;
    }

    .teo-footer-grid {
        grid-template-columns: 1fr;
    }

    .teo-footer-promise {
        grid-column: auto;
    }

    .teo-footer-bottom {
        flex-direction: column;
        gap: 8px;
    }
}

/* Approved V3 homepage fidelity rebuild. */
.teo-site-header {
    box-shadow: none;
}

.teo-header-main {
    gap: 28px;
    min-height: 112px;
}

.teo-logo__mark {
    height: 52px;
    width: 52px;
}

.teo-logo__name {
    font-size: 27px;
}

.teo-logo em {
    font-size: 25px;
}

.teo-primary-nav {
    gap: clamp(20px, 2.2vw, 38px);
}

.teo-primary-nav a {
    font-size: 16px;
}

.teo-homepage .teo-hero {
    padding: clamp(70px, 7.2vw, 104px) 0;
}

.teo-homepage .teo-hero__grid {
    align-items: center;
    gap: clamp(72px, 10vw, 156px);
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .7fr);
}

.teo-homepage .teo-hero h1 {
    font-size: clamp(58px, 5.9vw, 84px);
    letter-spacing: -.055em;
    line-height: .99;
    margin-bottom: 24px;
}

.teo-homepage .teo-hero__copy > p {
    font-size: clamp(20px, 1.75vw, 25px);
    margin-bottom: 34px;
    max-width: 650px;
}

.teo-homepage .teo-button {
    margin-bottom: 30px;
}

.teo-homepage .teo-keywords {
    align-items: center;
    gap: 24px;
    margin: 0;
}

.teo-homepage .teo-keywords span {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.teo-homepage .teo-keywords i {
    color: var(--teo-saffron);
    font-style: normal;
}

.teo-homepage .teo-hero__visual {
    justify-self: end;
    margin: 0;
    max-width: 510px;
    position: relative;
    width: 100%;
}

.teo-homepage .teo-hero__visual::before {
    border: 1px solid #34415a;
    content: "";
    inset: 7% -4% -5% 6%;
    pointer-events: none;
    position: absolute;
}

.teo-homepage .teo-hero__visual img {
    aspect-ratio: 1;
    border: 1px solid #283650;
    border-radius: 4px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}

.teo-homepage .teo-hero__facts {
    padding-top: 12px;
}

.teo-homepage .teo-hero__facts > div {
    border-bottom: 0;
    gap: 28px;
    grid-template-columns: 42px 1fr;
    padding: 24px 0;
}

.teo-homepage .teo-hero__facts strong {
    font-size: 26px;
}

.teo-homepage .teo-section {
    padding: clamp(78px, 7vw, 108px) 0;
}

.teo-homepage .teo-section-label {
    align-items: center;
    display: inline-flex;
    gap: 14px;
}

.teo-homepage .teo-section-label i {
    background: var(--teo-blue);
    display: inline-block;
    height: 2px;
    width: 48px;
}

.teo-section-head--measured {
    align-items: end;
    display: flex;
    justify-content: space-between;
    max-width: none;
}

.teo-section-head--measured > div:first-child {
    max-width: 900px;
}

.teo-section-head--measured p,
.teo-authority .teo-section-head p {
    color: var(--teo-muted);
    font-size: 20px;
    margin: 12px 0 0;
}

.teo-word-badge {
    align-items: center;
    background: #fff0c9;
    border: 2px solid var(--teo-saffron);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-width: 220px;
    padding: 18px 28px;
}

.teo-word-badge strong {
    font-size: 28px;
    line-height: 1;
}

.teo-word-badge span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-top: 10px;
    text-transform: uppercase;
}

.teo-architecture__grid {
    align-items: start;
    display: grid;
    gap: clamp(44px, 6vw, 84px);
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.58fr);
}

.teo-content-map {
    background: var(--teo-pale);
    border: 1px solid var(--teo-line);
    padding: 28px;
}

.teo-content-map ol {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.teo-content-map li {
    align-items: center;
    border-bottom: 1px solid var(--teo-line);
    display: grid;
    font-size: 14px;
    gap: 14px;
    grid-template-columns: 30px 1fr;
    line-height: 1.3;
    min-height: 54px;
}

.teo-content-map li > span {
    color: var(--teo-blue);
    font-weight: 700;
}

.teo-content-map li a,
.teo-content-map li strong {
    font-weight: 700;
}

.teo-content-map li a:hover,
.teo-content-map li a:focus-visible {
    color: var(--teo-blue);
}

.teo-content-map > div {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
    text-transform: uppercase;
}

.teo-content-map > div b {
    color: var(--teo-blue);
}

.teo-architecture__intro > h2 {
    font-size: clamp(34px, 3.2vw, 50px);
    letter-spacing: -.04em;
    line-height: 1.08;
    margin: 12px 0 24px;
}

.teo-architecture__intro .teo-reading-column {
    max-width: 850px;
}

.teo-method-notes {
    border-top: 1px solid var(--teo-line);
    margin-top: 36px;
}

.teo-method-notes article {
    align-items: start;
    border-bottom: 1px solid var(--teo-line);
    display: grid;
    gap: 20px;
    grid-template-columns: 36px 1fr;
    padding: 20px 0;
}

.teo-method-notes article > span {
    color: var(--teo-blue);
    font-size: 13px;
    font-weight: 700;
}

.teo-method-notes strong {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.teo-method-notes p {
    color: var(--teo-muted);
    margin: 3px 0 0;
}

.teo-reading-sections {
    background: var(--teo-paper);
}

.teo-reading-grid {
    display: grid;
    gap: 0 56px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.teo-reading-block {
    border-top: 4px solid var(--teo-blue);
    padding: 26px 0 54px;
    scroll-margin-top: 28px;
}

.teo-reading-block:nth-child(even) {
    border-top-color: var(--teo-saffron);
}

.teo-reading-block header {
    align-items: start;
    display: grid;
    gap: 20px;
    grid-template-columns: 46px 1fr;
    margin-bottom: 20px;
}

.teo-reading-block header > span {
    color: var(--teo-blue);
    font-size: 13px;
    font-weight: 700;
}

.teo-reading-block:nth-child(even) header > span {
    color: #d98200;
}

.teo-reading-block h3 {
    font-size: clamp(25px, 2.2vw, 34px);
    letter-spacing: -.03em;
    line-height: 1.15;
    margin: 0;
}

.teo-reading-block .teo-reading-column {
    font-size: 16px;
    max-width: none;
    padding-left: 66px;
}

.teo-reading-block .teo-reading-column p:last-child {
    margin-bottom: 0;
}

.teo-homepage .teo-desk-list article {
    grid-template-columns: 50px minmax(150px, 210px) 1fr auto;
}

.teo-homepage .teo-desk-list h3 {
    font-size: 27px;
}

.teo-featured-stories .teo-card {
    border: 0;
}

.teo-featured-stories .teo-lead-grid {
    align-items: start;
}

.teo-featured-stories .teo-card--lead .teo-card__media img {
    aspect-ratio: 2.45 / 1;
}

.teo-featured-stories .teo-card__body {
    padding-inline: 0;
}

.teo-featured-stories .teo-lead-stack {
    align-content: start;
    grid-template-rows: repeat(2, 276px);
}

.teo-featured-stories .teo-card--compact {
    gap: 26px;
    grid-template-columns: minmax(180px, .8fr) minmax(0, 1fr);
    height: 276px;
}

.teo-featured-stories .teo-card--compact .teo-card__media,
.teo-featured-stories .teo-card--compact .teo-card__media img,
.teo-featured-stories .teo-card--compact .teo-card__fallback {
    height: 276px;
}

.teo-featured-stories .teo-card--compact .teo-card__body {
    align-self: center;
}

.teo-authority .teo-section-head--row {
    margin-bottom: 40px;
}

.teo-cluster-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.teo-cluster-grid a {
    border: 1px solid var(--teo-line);
    display: flex;
    flex-direction: column;
    min-height: 170px;
    padding: 22px 18px 16px;
    position: relative;
}

.teo-cluster-grid a::after {
    background: var(--teo-blue);
    bottom: 10px;
    content: "";
    height: 7px;
    left: 18px;
    position: absolute;
    right: 18px;
}

.teo-cluster-grid a:nth-child(even)::after {
    background: var(--teo-saffron);
}

.teo-cluster-grid a > span {
    color: var(--teo-blue);
    font-size: 13px;
    font-weight: 700;
}

.teo-cluster-grid a:nth-child(even) > span {
    color: #d98200;
}

.teo-cluster-grid strong {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 20px;
}

.teo-cluster-grid small {
    color: var(--teo-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-top: auto;
    text-transform: uppercase;
}

.teo-cluster-grid a:hover,
.teo-cluster-grid a:focus-visible {
    border-color: var(--teo-blue);
    transform: translateY(-3px);
}

.teo-story-index .teo-category-band {
    background: var(--teo-white);
}

.teo-story-index .teo-category-band.teo-section--paper {
    background: var(--teo-paper);
}

.teo-story-index .teo-card {
    border: 0;
    box-shadow: 0 12px 34px rgba(16, 24, 39, .07);
}

.teo-story-index .teo-section-head {
    margin-bottom: 36px;
}

.teo-site-footer {
    padding: 34px 0 0;
}

.teo-footer-main {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: auto 1fr;
    padding-bottom: 30px;
}

.teo-footer-brand {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.teo-footer-brand > strong {
    margin-left: 74px;
}

.teo-footer-navigation {
    display: grid;
    gap: 14px;
    justify-items: end;
}

.teo-footer-navigation nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    justify-content: flex-end;
}

.teo-footer-navigation a {
    color: #c5ccda !important;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.teo-footer-navigation nav:first-child a {
    color: var(--teo-white) !important;
}

.teo-footer-navigation a:hover,
.teo-footer-navigation a:focus-visible {
    color: var(--teo-saffron) !important;
}

.teo-footer-bottom {
    margin-top: 0;
}

@media (max-width: 1180px) {
    .teo-header-main {
        min-height: 96px;
    }

    .teo-homepage .teo-hero__grid {
        gap: 72px;
    }

    .teo-cluster-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .teo-header-main {
        grid-template-columns: auto auto 1fr auto;
        min-height: 88px;
    }

    .teo-primary-nav {
        top: 88px;
    }

    .teo-homepage .teo-hero__grid,
    .teo-architecture__grid {
        grid-template-columns: 1fr;
    }

    .teo-homepage .teo-hero__facts {
        max-width: 640px;
    }

    .teo-homepage .teo-hero__visual {
        justify-self: start;
        max-width: 560px;
    }

    .teo-featured-stories .teo-lead-stack {
        grid-template-rows: auto;
    }

    .teo-content-map {
        max-width: 620px;
    }

    .teo-reading-block .teo-reading-column {
        padding-left: 0;
    }

    .teo-footer-main {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .teo-footer-navigation {
        justify-items: start;
    }

    .teo-footer-navigation nav {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .teo-homepage .teo-hero h1 {
        font-size: clamp(48px, 13vw, 70px);
    }

    .teo-section-head--measured {
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
    }

    .teo-word-badge {
        align-items: flex-start;
        min-width: 0;
        width: 100%;
    }

    .teo-reading-grid,
    .teo-cluster-grid {
        grid-template-columns: 1fr;
    }

    .teo-reading-block {
        padding-bottom: 46px;
    }

    .teo-homepage .teo-desk-list article {
        grid-template-columns: 40px minmax(135px, 180px) 1fr auto;
    }

    .teo-featured-stories .teo-card--compact {
        grid-template-columns: 140px minmax(0, 1fr);
    }
}

@media (max-width: 520px) {
    .teo-header-main {
        gap: 7px;
    }

    .teo-logo__mark {
        height: 42px;
        width: 42px;
    }

    .teo-logo__name,
    .teo-logo em {
        font-size: 16px;
    }

    .teo-homepage .teo-hero {
        padding: 62px 0;
    }

    .teo-homepage .teo-keywords {
        gap: 12px;
    }

    .teo-homepage .teo-hero__facts > div {
        padding: 18px 0;
    }

    .teo-homepage .teo-section {
        padding: 64px 0;
    }

    .teo-content-map {
        padding: 20px;
    }

    .teo-reading-block header {
        gap: 12px;
        grid-template-columns: 34px 1fr;
    }

    .teo-homepage .teo-desk-list article {
        grid-template-columns: 32px 1fr auto;
    }

    .teo-homepage .teo-desk-list article p {
        grid-column: 2 / 4;
    }

    .teo-featured-stories .teo-card--compact {
        display: block;
        height: auto;
    }

    .teo-featured-stories .teo-card--compact .teo-card__media,
    .teo-featured-stories .teo-card--compact .teo-card__media img,
    .teo-featured-stories .teo-card--compact .teo-card__fallback {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .teo-featured-stories .teo-lead-stack {
        grid-template-rows: auto;
    }

    .teo-footer-brand > strong {
        margin-left: 60px;
    }

    .teo-footer-navigation nav {
        gap: 12px 18px;
    }
}
