:root {
    --ttl-ink: #08111f;
    --ttl-ink-2: #111d2e;
    --ttl-paper: #f5f1e8;
    --ttl-paper-2: #ebe6da;
    --ttl-white: #fffdf8;
    --ttl-muted: #667080;
    --ttl-line: #d8d2c5;
    --ttl-orange: #ff652d;
    --ttl-teal: #1ac1b2;
    --ttl-violet: #9f8fff;
    --ttl-max: 1240px;
    --ttl-radius: 16px;
    --ttl-shadow: 0 18px 50px rgba(8, 17, 31, .08);
}

.ttl-studio-active {
    margin: 0;
    background: var(--ttl-paper);
    color: var(--ttl-ink);
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

.ttl-studio-active *,
.ttl-studio-active *::before,
.ttl-studio-active *::after {
    box-sizing: border-box;
}

.ttl-studio-active img,
.ttl-studio-active svg {
    display: block;
    max-width: 100%;
}

.ttl-studio-active a {
    color: inherit;
    text-decoration: none;
}

.ttl-studio-active button,
.ttl-studio-active input {
    font: inherit;
}

.ttl-studio-active h1,
.ttl-studio-active h2,
.ttl-studio-active h3,
.ttl-studio-active h4 {
    margin: 0;
    color: var(--ttl-ink);
    font-family: "Manrope", system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.ttl-studio-active p {
    margin: 0;
}

.ttl-shell {
    width: min(calc(100% - 40px), var(--ttl-max));
    margin-inline: auto;
}

.ttl-skip-link {
    position: fixed;
    z-index: 100001;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    transform: translateY(-160%);
    background: var(--ttl-white);
    color: var(--ttl-ink);
    border: 2px solid var(--ttl-orange);
}

.ttl-skip-link:focus {
    transform: none;
}

.ttl-site-header {
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid var(--ttl-line);
    background: rgba(245, 241, 232, .97);
    backdrop-filter: blur(12px);
}

/* The legacy Turbo builder hides semantic header/footer elements globally.
   Keep the approved V2 shell visible and suppress the old injected templates. */
body.ttl-studio-active header.ttl-site-header {
    display: block !important;
}

body.ttl-studio-active footer.ttl-site-footer {
    display: block !important;
}

body.ttl-studio-active #tahefobu-header,
body.ttl-studio-active .turbo-header-template,
body.ttl-studio-active .turbo-footer-template {
    display: none !important;
}

.ttl-topline {
    border-bottom: 1px solid var(--ttl-line);
    color: #596271;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ttl-topline__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-block: 9px;
}

.ttl-header-main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 36px;
    min-height: 84px;
}

.ttl-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

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

.ttl-logo__text {
    color: var(--ttl-ink);
    font-family: "Manrope", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.03em;
    white-space: nowrap;
}

.ttl-primary-nav {
    display: flex;
    justify-content: center;
    gap: clamp(16px, 2.2vw, 32px);
}

.ttl-primary-nav a {
    position: relative;
    padding-block: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .025em;
}

.ttl-primary-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 21px;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right;
    background: var(--ttl-orange);
    transition: transform .25s ease;
}

.ttl-primary-nav a:hover::after,
.ttl-primary-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.ttl-search-toggle,
.ttl-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--ttl-ink);
    cursor: pointer;
}

body.ttl-studio-active .ttl-menu-toggle {
    display: none !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border: 0 !important;
}

.ttl-search-toggle {
    gap: 8px;
    padding: 11px 16px;
    border: 1px solid var(--ttl-ink);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

body.ttl-studio-active .ttl-search-toggle {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    padding: 11px 16px !important;
    border: 1px solid var(--ttl-ink) !important;
    background: transparent !important;
    color: var(--ttl-ink) !important;
}

.ttl-search-toggle svg {
    width: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.ttl-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    width: 44px;
    height: 44px;
}

.ttl-menu-toggle > span:not(.screen-reader-text) {
    width: 22px;
    height: 2px;
    background: currentColor;
}

.ttl-search-panel {
    padding: 22px 0 26px;
    border-top: 1px solid var(--ttl-line);
    background: var(--ttl-white);
}

.ttl-search-panel form {
    max-width: 760px;
}

.ttl-search-panel label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
}

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

.ttl-search-panel input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--ttl-line);
    border-radius: 8px 0 0 8px;
    background: var(--ttl-paper);
}

.ttl-search-panel button {
    padding: 0 22px;
    border: 0;
    border-radius: 0 8px 8px 0;
    background: var(--ttl-ink);
    color: var(--ttl-white);
    font-weight: 700;
}

.ttl-trendbar {
    overflow: hidden;
    background: var(--ttl-ink);
    color: #dfe5ed;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ttl-trendbar .ttl-shell {
    display: flex;
    gap: 22px;
    align-items: center;
    min-height: 36px;
    white-space: nowrap;
}

.ttl-trendbar strong {
    color: var(--ttl-orange);
}

.ttl-trendbar span::before {
    content: "•";
    margin-right: 22px;
    color: #556174;
}

.ttl-hero {
    padding: clamp(68px, 8vw, 120px) 0 76px;
}

.ttl-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
    align-items: center;
    gap: clamp(48px, 7vw, 100px);
}

.ttl-eyebrow,
.ttl-section-index,
.ttl-kicker {
    display: inline-block;
    color: var(--ttl-orange);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ttl-hero h1 {
    max-width: 760px;
    margin: 18px 0 26px;
    font-size: clamp(50px, 6vw, 88px);
    letter-spacing: -.065em;
}

.ttl-hero__lede {
    max-width: 660px;
    color: #606978;
    font-size: clamp(18px, 1.7vw, 23px);
    line-height: 1.45;
}

.ttl-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0;
}

.ttl-keywords span {
    padding: 6px 10px;
    border: 1px solid #bfc4ca;
    border-radius: 999px;
    background: var(--ttl-white);
    color: #4f5866;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
}

.ttl-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 999px;
    background: var(--ttl-orange);
    color: var(--ttl-white) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ttl-button:hover,
.ttl-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(255, 101, 45, .22);
}

.ttl-signal-visual {
    box-shadow: var(--ttl-shadow);
}

.ttl-signal-visual svg {
    width: 100%;
    height: auto;
}

.ttl-section {
    padding: clamp(76px, 9vw, 130px) 0;
    border-top: 1px solid var(--ttl-line);
}

.ttl-section-head {
    margin-bottom: 48px;
}

.ttl-section-head--split {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 60px;
    align-items: end;
}

.ttl-section-head h2 {
    max-width: 760px;
    margin-top: 12px;
    font-size: clamp(36px, 4.6vw, 64px);
}

.ttl-section-head > p {
    max-width: 540px;
    color: var(--ttl-muted);
}

.ttl-editorial-lead {
    background: var(--ttl-white);
}

.ttl-lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 28px;
}

.ttl-lead-stack {
    display: grid;
    gap: 18px;
}

.ttl-card {
    overflow: hidden;
    border: 1px solid var(--ttl-line);
    border-radius: var(--ttl-radius);
    background: var(--ttl-white);
}

.ttl-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--ttl-ink);
}

.ttl-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

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

.ttl-card__fallback {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 49.5%, rgba(255,255,255,.06) 50%, transparent 50.5%),
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 100% 100%, 36px 36px;
}

.ttl-card__fallback i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(80px + var(--i, 0) * 44px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border: 2px solid var(--ttl-teal);
    border-radius: 50%;
}

.ttl-card__fallback i:nth-child(2) { width: 150px; border-color: var(--ttl-violet); }
.ttl-card__fallback i:nth-child(3) { width: 220px; border-color: var(--ttl-orange); }

.ttl-card__body {
    padding: 24px;
}

.ttl-card h3 {
    margin: 10px 0 12px;
    font-size: clamp(21px, 2.1vw, 30px);
    letter-spacing: -.04em;
}

.ttl-card h3 a {
    background-image: linear-gradient(var(--ttl-orange), var(--ttl-orange));
    background-repeat: no-repeat;
    background-position: left 100%;
    background-size: 0 2px;
    transition: background-size .25s ease;
}

.ttl-card h3 a:hover,
.ttl-card h3 a:focus-visible {
    background-size: 100% 2px;
}

.ttl-card__body > p {
    color: var(--ttl-muted);
    font-size: 15px;
}

.ttl-meta {
    display: flex;
    gap: 18px;
    margin-top: 20px;
    color: #858d98;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 9px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

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

.ttl-card--lead h3 {
    max-width: 760px;
    font-size: clamp(30px, 3.4vw, 50px);
}

.ttl-card--compact {
    display: grid;
    grid-template-columns: 145px 1fr;
}

.ttl-card--compact .ttl-card__media {
    height: 100%;
    aspect-ratio: auto;
}

.ttl-card--compact .ttl-card__body {
    padding: 18px;
}

.ttl-card--compact h3 {
    font-size: 18px;
}

.ttl-card--compact .ttl-meta {
    margin-top: 12px;
}

.ttl-desks {
    background: var(--ttl-paper-2);
}

.ttl-desk-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ttl-desk {
    position: relative;
    min-height: 350px;
    padding: 30px;
    border: 1px solid rgba(8,17,31,.08);
    border-top: 4px solid var(--desk-accent, var(--ttl-teal));
    border-radius: var(--ttl-radius);
    background: var(--ttl-white);
}

.ttl-desk--business,
.ttl-desk--gaming { --desk-accent: var(--ttl-orange); }
.ttl-desk--fashion,
.ttl-desk--entertainment { --desk-accent: var(--ttl-violet); }

.ttl-desk__number {
    color: var(--desk-accent, var(--ttl-teal));
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
}

.ttl-desk h3 {
    margin: 18px 0 8px;
    font-size: 25px;
}

.ttl-desk > p {
    min-height: 50px;
    color: var(--ttl-muted);
    font-size: 14px;
}

.ttl-desk ul {
    display: grid;
    gap: 12px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 700;
}

.ttl-desk li {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 8px;
}

.ttl-desk li::before {
    content: "";
    width: 11px;
    height: 2px;
    margin-top: 10px;
    background: var(--desk-accent, var(--ttl-teal));
}

.ttl-desk__arrow {
    position: absolute;
    right: 26px;
    bottom: 20px;
    color: var(--desk-accent, var(--ttl-teal));
    font-size: 24px;
    font-weight: 300;
}

.ttl-depth {
    background: var(--ttl-paper);
}

.ttl-depth__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(50px, 8vw, 120px);
}

.ttl-depth h2 {
    margin: 14px 0 24px;
    font-size: clamp(42px, 5vw, 68px);
}

.ttl-depth__grid > div:first-child > p {
    margin-bottom: 18px;
    color: var(--ttl-muted);
}

.ttl-intent-card {
    margin-top: 30px;
    padding: 28px;
    border-radius: 12px;
    background: var(--ttl-ink);
    color: var(--ttl-white);
}

.ttl-intent-card span,
.ttl-intent-card small {
    display: block;
    color: var(--ttl-orange);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
    text-transform: uppercase;
}

.ttl-intent-card strong {
    display: block;
    margin: 14px 0 8px;
    font-family: "Manrope", sans-serif;
    font-size: 28px;
}

.ttl-intent-card small {
    color: var(--ttl-teal);
}

.ttl-intent-card p {
    margin-top: 15px;
    color: #aeb8c7;
    font-size: 12px;
}

.ttl-principles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ttl-principles article {
    padding: 30px;
    border: 1px solid var(--ttl-line);
    border-radius: 12px;
    background: var(--ttl-white);
}

.ttl-principles span {
    color: var(--ttl-orange);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
}

.ttl-principles h3 {
    margin: 20px 0 10px;
    font-size: 20px;
}

.ttl-principles p {
    color: var(--ttl-muted);
    font-size: 14px;
}

.ttl-category-band {
    --band-accent: var(--ttl-teal);
    background: var(--ttl-white);
}

.ttl-category-band--business,
.ttl-category-band--gaming { --band-accent: var(--ttl-orange); }
.ttl-category-band--fashion,
.ttl-category-band--entertainment { --band-accent: var(--ttl-violet); }

.ttl-category-band .ttl-section-index,
.ttl-category-band .ttl-kicker {
    color: var(--band-accent);
}

.ttl-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.ttl-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ttl-about-copy {
    background: var(--ttl-ink);
    color: #c3cad5;
}

.ttl-about-copy h2,
.ttl-about-copy h3 {
    color: var(--ttl-white);
}

.ttl-prose-grid {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: clamp(50px, 8vw, 130px);
}

.ttl-prose-grid > div:first-child {
    position: sticky;
    top: 30px;
    align-self: start;
}

.ttl-prose-grid h2 {
    margin-top: 14px;
    font-size: clamp(42px, 4.7vw, 68px);
}

.ttl-rich-copy {
    max-width: 760px;
}

.ttl-rich-copy p {
    margin-bottom: 28px;
    font-size: 18px;
}

.ttl-rich-copy h3 {
    margin: 48px 0 14px;
    font-size: 27px;
}

.ttl-faq {
    background: var(--ttl-paper);
}

.ttl-faq-list {
    border-top: 1px solid var(--ttl-line);
}

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

.ttl-faq-list summary {
    position: relative;
    padding: 26px 55px 26px 0;
    font-family: "Manrope", sans-serif;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.ttl-faq-list summary::after {
    content: "+";
    position: absolute;
    right: 8px;
    top: 19px;
    color: var(--ttl-orange);
    font-size: 30px;
    font-weight: 400;
}

.ttl-faq-list details[open] summary::after {
    content: "−";
}

.ttl-faq-list details p {
    max-width: 850px;
    padding: 0 0 26px;
    color: var(--ttl-muted);
}

.ttl-site-footer {
    padding-top: 72px;
    background: #050c17;
    color: #b5bfcc;
}

.ttl-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .75fr .8fr 1fr;
    gap: 60px;
    padding-bottom: 64px;
}

.ttl-logo--footer .ttl-logo__text {
    color: var(--ttl-white);
}

.ttl-footer-brand p {
    max-width: 390px;
    margin-top: 20px;
    font-size: 14px;
}

.ttl-site-footer h2 {
    margin-bottom: 20px;
    color: var(--ttl-white);
    font-size: 15px;
    letter-spacing: 0;
}

.ttl-site-footer ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.ttl-site-footer a:hover,
.ttl-site-footer a:focus-visible {
    color: var(--ttl-teal);
}

.ttl-footer-note {
    padding: 24px;
    border-left: 2px solid var(--ttl-orange);
    background: #0c1626;
}

.ttl-footer-note .ttl-kicker {
    margin-bottom: 14px;
}

.ttl-footer-note h2 {
    font-size: 25px;
}

.ttl-footer-note p {
    font-size: 13px;
}

.ttl-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0 26px;
    border-top: 1px solid #213047;
    color: #7b8695;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ttl-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 34px 0 26px;
    color: #747d8a;
    font-size: 12px;
}

.ttl-breadcrumbs a:hover {
    color: var(--ttl-orange);
}

.ttl-article-page,
.ttl-archive-page,
.ttl-standard-page {
    background: var(--ttl-paper);
}

.ttl-article-header {
    max-width: 1020px;
    padding: 45px 0 54px;
}

.ttl-article-header h1 {
    margin: 16px 0 24px;
    font-size: clamp(46px, 6.4vw, 86px);
}

.ttl-article-dek {
    max-width: 860px;
    color: var(--ttl-muted);
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.5;
}

.ttl-byline {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.ttl-byline img {
    border-radius: 50%;
}

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

.ttl-byline strong {
    font-size: 13px;
}

.ttl-byline span {
    color: #7b8491;
    font-size: 11px;
}

.ttl-featured {
    margin: 0 0 60px;
}

.ttl-featured img {
    width: 100%;
    border-radius: 18px;
}

.ttl-featured figcaption {
    margin-top: 10px;
    color: #808894;
    font-size: 11px;
}

.ttl-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 780px) 310px;
    justify-content: space-between;
    gap: 60px;
    align-items: start;
}

.ttl-article-content {
    min-width: 0;
    font-size: 18px;
    line-height: 1.78;
}

.ttl-article-content > * {
    max-width: 760px;
}

.ttl-article-content h2 {
    margin: 54px 0 18px;
    font-size: clamp(30px, 3vw, 42px);
    scroll-margin-top: 30px;
}

.ttl-article-content h3 {
    margin: 36px 0 12px;
    font-size: 25px;
    letter-spacing: -.025em;
}

.ttl-article-content p {
    margin-bottom: 24px;
}

.ttl-article-content ul,
.ttl-article-content ol {
    margin: 0 0 28px;
    padding-left: 24px;
}

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

.ttl-article-content a {
    color: #006e78;
    text-decoration: underline;
    text-decoration-color: rgba(0,110,120,.35);
    text-underline-offset: 3px;
}

.ttl-article-content blockquote {
    margin: 38px 0;
    padding: 26px 30px;
    border-left: 4px solid var(--ttl-orange);
    background: var(--ttl-white);
    font-family: "Manrope", sans-serif;
    font-size: 21px;
    font-weight: 600;
}

.ttl-article-content .ttl-quick-answer {
    margin: 0 0 36px;
    padding: 28px;
    border: 1px solid var(--ttl-line);
    border-left: 4px solid var(--ttl-teal);
    border-radius: 10px;
    background: var(--ttl-white);
}

.ttl-article-content .ttl-quick-answer h2 {
    margin-top: 0;
    font-size: 24px;
}

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

.ttl-sidebar-card {
    padding: 24px;
    border: 1px solid var(--ttl-line);
    border-radius: 12px;
    background: var(--ttl-white);
}

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

.ttl-sidebar-card--dark h2 {
    margin: 12px 0 22px;
    color: var(--ttl-white);
    font-size: 24px;
}

.ttl-button--light {
    background: var(--ttl-orange);
}

.ttl-toc ol {
    display: grid;
    gap: 9px;
    margin: 16px 0 0;
    padding-left: 20px;
    color: #667080;
    font-size: 12px;
}

.ttl-toc a:hover {
    color: var(--ttl-orange);
}

.ttl-sidebar-links {
    display: grid;
    gap: 0;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.ttl-sidebar-links a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid var(--ttl-line);
    font-size: 13px;
    font-weight: 700;
}

.ttl-author-box {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 24px;
    max-width: 760px !important;
    margin-top: 70px;
    padding: 30px;
    border-top: 1px solid var(--ttl-line);
    border-bottom: 1px solid var(--ttl-line);
}

.ttl-author-box img {
    border-radius: 50%;
}

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

.ttl-author-box p {
    margin-bottom: 10px;
    color: var(--ttl-muted);
    font-size: 14px;
}

.ttl-related {
    padding: 100px 0;
}

.ttl-related .ttl-section-head h2 {
    font-size: 42px;
}

.ttl-archive-header {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 70px;
    align-items: end;
    padding: 58px 0 70px;
}

.ttl-archive-header h1 {
    margin-top: 16px;
    font-size: clamp(48px, 5.6vw, 78px);
}

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

.ttl-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding-bottom: 70px;
}

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

.ttl-pagination {
    padding-bottom: 90px;
}

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

.ttl-pagination .page-numbers {
    display: inline-grid;
    place-items: center;
    min-width: 42px;
    height: 42px;
    border: 1px solid var(--ttl-line);
    border-radius: 50%;
}

.ttl-pagination .current {
    border-color: var(--ttl-ink);
    background: var(--ttl-ink);
    color: var(--ttl-white);
}

.ttl-empty {
    padding: 60px 0 100px;
}

.ttl-empty h2 {
    font-size: 38px;
}

.ttl-empty p {
    margin-top: 14px;
    color: var(--ttl-muted);
}

.ttl-page-shell {
    max-width: 940px;
    padding-bottom: 100px;
}

.ttl-page-shell > article > header {
    padding: 44px 0 54px;
}

.ttl-page-shell h1 {
    margin-top: 14px;
    font-size: clamp(48px, 6vw, 78px);
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1080px) {
    .ttl-header-main {
        grid-template-columns: auto auto 1fr auto;
        gap: 16px;
    }
    .ttl-menu-toggle {
        display: flex;
        grid-column: 3;
        justify-self: end;
    }
    body.ttl-studio-active .ttl-menu-toggle {
        display: flex !important;
    }
    .ttl-primary-nav {
        position: absolute;
        top: calc(100% - 36px);
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 18px max(20px, calc((100vw - var(--ttl-max)) / 2));
        border-top: 1px solid var(--ttl-line);
        background: var(--ttl-white);
        box-shadow: var(--ttl-shadow);
    }
    .ttl-primary-nav.is-open {
        display: flex;
    }
    .ttl-primary-nav a {
        padding: 13px 0;
        border-bottom: 1px solid var(--ttl-line);
    }
    .ttl-primary-nav a::after {
        display: none;
    }
    .ttl-hero__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .ttl-desk-grid,
    .ttl-card-grid,
    .ttl-archive-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ttl-footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }
    .ttl-footer-note {
        grid-column: span 3;
    }
    .ttl-article-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 38px;
    }
}

@media (max-width: 780px) {
    .ttl-shell {
        width: min(calc(100% - 28px), var(--ttl-max));
    }
    .ttl-topline__inner span:last-child,
    .ttl-search-toggle span {
        display: none;
    }
    .ttl-header-main {
        min-height: 72px;
    }
    .ttl-logo__mark {
        width: 38px;
        height: 38px;
    }
    .ttl-logo__text {
        font-size: 16px;
    }
    .ttl-trendbar .ttl-shell {
        overflow: hidden;
    }
    .ttl-hero {
        padding-top: 56px;
    }
    .ttl-hero__grid,
    .ttl-section-head--split,
    .ttl-lead-grid,
    .ttl-depth__grid,
    .ttl-prose-grid,
    .ttl-archive-header,
    .ttl-article-layout {
        grid-template-columns: 1fr;
    }
    .ttl-hero__grid {
        gap: 46px;
    }
    .ttl-hero h1 {
        font-size: clamp(48px, 15vw, 72px);
    }
    .ttl-section {
        padding: 72px 0;
    }
    .ttl-section-head--split {
        gap: 18px;
    }
    .ttl-card--compact {
        grid-template-columns: 120px 1fr;
    }
    .ttl-desk-grid,
    .ttl-card-grid,
    .ttl-archive-grid {
        grid-template-columns: 1fr;
    }
    .ttl-principles {
        grid-template-columns: 1fr;
    }
    .ttl-prose-grid > div:first-child {
        position: static;
    }
    .ttl-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px 28px;
    }
    .ttl-footer-brand,
    .ttl-footer-note {
        grid-column: span 2;
    }
    .ttl-footer-bottom {
        flex-direction: column;
    }
    .ttl-article-header {
        padding-top: 28px;
    }
    .ttl-article-header h1 {
        font-size: clamp(42px, 13vw, 68px);
    }
    .ttl-sidebar {
        position: static;
    }
    .ttl-archive-grid .ttl-card--lead {
        grid-column: auto;
    }
    .ttl-archive-header {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .ttl-logo__text {
        max-width: 132px;
        overflow: hidden;
        font-size: 14px;
    }
    .ttl-search-toggle {
        width: 42px;
        padding: 0;
        border: 0;
    }
    body.ttl-studio-active .ttl-search-toggle {
        width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        border: 0 !important;
    }
    .ttl-card--compact {
        grid-template-columns: 1fr;
    }
    .ttl-card--compact .ttl-card__media {
        min-height: 180px;
    }
    .ttl-footer-grid {
        grid-template-columns: 1fr;
    }
    .ttl-footer-brand,
    .ttl-footer-note {
        grid-column: auto;
    }
    .ttl-author-box {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ttl-studio-active *,
    .ttl-studio-active *::before,
    .ttl-studio-active *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
