/*
Theme Name: TitikBisnis Homepage
Theme URI: https://titikbisnis.com/
Author: TitikBisnis
Description: Editorial business publisher theme inspired by the approved TitikBisnis homepage reference. Existing posts, categories, menus, featured images, and site settings remain in WordPress.
Version: 1.5.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: titikbisnis
*/

:root {
  --tb-navy: #071a45;
  --tb-navy-2: #0d285b;
  --tb-blue: #0868ff;
  --tb-cyan: #08b6d8;
  --tb-ink: #152448;
  --tb-muted: #66728b;
  --tb-line: #e6eaf1;
  --tb-soft: #f5f8fc;
  --tb-white: #fff;
  --tb-shadow: 0 10px 28px rgba(14, 34, 78, .075);
  --tb-radius: 12px;
  --tb-container: 1180px;
  --tb-serif: "Montserrat", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tb-sans: "Montserrat", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tb-logo: Georgia, "Times New Roman", serif;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--tb-ink);
  background: var(--tb-white);
  font: 400 16px/1.58 var(--tb-sans);
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }

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

button, input { font: inherit; }

button { cursor: pointer; }

.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;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  clip: auto;
  color: var(--tb-navy);
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--tb-shadow);
}

.tb-container {
  width: min(calc(100% - 48px), var(--tb-container));
  margin-inline: auto;
}

.tb-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--tb-line);
  backdrop-filter: blur(16px);
}

.tb-header-inner {
  display: flex;
  align-items: center;
  min-height: 86px;
  gap: 32px;
}

.tb-logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.tb-logo .custom-logo-link { display: flex; align-items: center; }
.tb-brand .custom-logo { width: 47px; max-width: 47px; height: 38px; max-height: 38px; object-fit: contain; }

.tb-brand { display: inline-flex; align-items: center; color: var(--tb-navy); }
.tb-brand-logo { display: block; width: auto; height: 44px; max-width: 230px; object-fit: contain; }
.tb-logo-mark { width: 47px; height: 38px; color: var(--tb-blue); overflow: visible; }
.tb-brand-name { font: 700 28px/1 var(--tb-logo); letter-spacing: -.65px; }
.tb-brand-name span { color: var(--tb-blue); }

.tb-navigation { flex: 1 1 auto; }

.tb-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(16px, 2vw, 33px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.tb-menu > li { position: relative; }

.tb-menu > li > a {
  display: flex;
  align-items: center;
  min-height: 86px;
  color: var(--tb-navy);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.tb-menu > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--tb-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.tb-menu > li > a:hover::after,
.tb-menu > .current-menu-item > a::after,
.tb-menu > .current_page_item > a::after { transform: scaleX(1); }

.tb-search-toggle,
.tb-menu-toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--tb-navy);
  background: transparent;
  border: 0;
  border-radius: 50%;
}

.tb-search-toggle:hover { background: var(--tb-soft); }
.tb-search-toggle svg { width: 22px; height: 22px; }
.tb-menu-toggle { display: none; flex-direction: column; gap: 4px; }
.tb-menu-toggle > span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; background: currentColor; transition: .2s ease; }

.tb-header-search { padding: 14px 0; background: #fff; border-top: 1px solid var(--tb-line); }
.tb-header-search[hidden] { display: none; }
.tb-header-search form { display: flex; }
.tb-header-search input { flex: 1; min-width: 0; height: 48px; padding: 0 16px; color: var(--tb-navy); border: 1px solid var(--tb-line); border-right: 0; border-radius: 10px 0 0 10px; outline: 0; }
.tb-header-search input:focus { border-color: var(--tb-blue); box-shadow: 0 0 0 3px rgba(8, 104, 255, .12); }
.tb-header-search button { padding: 0 28px; color: #fff; background: var(--tb-blue); border: 1px solid var(--tb-blue); border-radius: 0 10px 10px 0; font-weight: 700; }

.tb-hero { position: relative; overflow: hidden; min-height: 420px; background: linear-gradient(90deg, #fff 0%, #fff 45%, #fbfdff 100%); }
.tb-hero::after { content: ""; position: absolute; right: 0; bottom: -16px; left: 41%; height: 115px; background: linear-gradient(0deg, #fff 20%, rgba(255, 255, 255, 0)); pointer-events: none; }

.tb-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  min-height: 420px;
}

.tb-hero-copy { position: relative; z-index: 3; max-width: 500px; padding: 42px 0 38px; }

.tb-hero h1 {
  margin: 0 0 16px;
  color: var(--tb-navy);
  font: 700 clamp(42px, 4.1vw, 58px)/1.04 var(--tb-serif);
  letter-spacing: -2.7px;
}

.tb-hero h1 span { color: var(--tb-blue); }

.tb-hero-copy > p {
  max-width: 510px;
  margin: 0 0 24px;
  color: var(--tb-muted);
  font-size: 15px;
  line-height: 1.62;
}

.tb-hero-search {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 92px;
  align-items: center;
  max-width: 500px;
  height: 51px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe5ee;
  border-radius: 30px;
  box-shadow: 0 8px 23px rgba(13, 34, 79, .08);
}

.tb-hero-search svg { justify-self: end; width: 19px; height: 19px; margin-right: 10px; color: #60708f; }
.tb-hero-search input { min-width: 0; height: 100%; padding: 0 12px 0 4px; color: var(--tb-navy); background: transparent; border: 0; outline: 0; }
.tb-hero-search input::placeholder { color: #8590a6; }
.tb-hero-search button { align-self: stretch; color: #fff; background: linear-gradient(120deg, #0b74ff, #0648f7); border: 0; font-weight: 700; }

.tb-hero-art { position: absolute; z-index: 1; top: 10px; right: -1.5%; bottom: 0; width: 61%; min-width: 650px; }
.tb-hero-art img { width: 100%; height: 100%; object-fit: contain; object-position: right center; filter: saturate(.96); }
.tb-hero-art > svg { display: none; }

.tb-section { padding: 28px 0; }
.tb-editor-section { padding-top: 10px; }

.tb-section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 14px; }
.tb-section-heading h2 { margin: 0; color: var(--tb-navy); font-size: 21px; line-height: 1.25; letter-spacing: -.35px; }
.tb-see-all { display: inline-flex; align-items: center; gap: 12px; color: var(--tb-blue); font-size: 13px; font-weight: 700; white-space: nowrap; }
.tb-see-all span { font-size: 20px; line-height: 1; transition: transform .2s ease; }
.tb-see-all:hover span { transform: translateX(4px); }

.tb-editor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tb-editor-card { overflow: hidden; background: #fff; border: 1px solid var(--tb-line); border-radius: var(--tb-radius); box-shadow: 0 8px 24px rgba(19, 42, 85, .045); transition: transform .2s ease, box-shadow .2s ease; }
.tb-editor-card:hover { transform: translateY(-3px); box-shadow: var(--tb-shadow); }
.tb-editor-visual { display: block; height: 176px; overflow: hidden; background: #e7edf6; }
.tb-card-image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tb-editor-card:hover .tb-card-image, .tb-latest-card:hover .tb-card-image { transform: scale(1.035); }
.tb-editor-body { position: relative; padding: 22px 17px 17px; }

.tb-kicker {
  display: inline-block;
  color: var(--tb-blue);
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .45px;
  text-transform: uppercase;
}

.tb-editor-body > .tb-kicker { position: absolute; top: -12px; left: 16px; padding: 7px 9px; color: #fff; background: var(--tb-blue); border-radius: 4px; }
.tb-editor-card h3 { margin: 0 0 8px; color: var(--tb-navy); font: 700 21px/1.1 var(--tb-serif); letter-spacing: -.3px; }
.tb-editor-card h3 a:hover, .tb-latest-card h3 a:hover, .tb-insight-item h3 a:hover { color: var(--tb-blue); }
.tb-editor-card p { min-height: 45px; margin: 0 0 17px; color: var(--tb-muted); font-size: 12px; line-height: 1.5; }
.tb-meta { color: #74819b; font-size: 10px; line-height: 1.45; }
.tb-meta span { margin: 0 5px; color: #a6afbf; }

.tb-topics-section { padding-top: 17px; }
.tb-topics-section .tb-section-heading { padding-bottom: 12px; margin-bottom: 14px; border-bottom: 1px solid var(--tb-line); }
.tb-topics-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.tb-topic-card { display: flex; flex-direction: column; min-height: 138px; padding: 18px 17px 14px; background: #fff; border: 1px solid var(--tb-line); border-radius: 10px; box-shadow: 0 7px 20px rgba(20, 45, 90, .035); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.tb-topic-card:hover { transform: translateY(-3px); border-color: #c6dbff; box-shadow: var(--tb-shadow); }
.tb-topic-icon { display: inline-flex; width: 31px; height: 31px; margin-bottom: 8px; color: var(--tb-blue); }
.tb-topic-icon svg { width: 100%; height: 100%; }
.tb-topic-card strong { margin-bottom: 5px; color: var(--tb-navy); font-size: 13px; }
.tb-topic-card > span:last-child { color: var(--tb-muted); font-size: 10px; line-height: 1.45; }

.tb-latest-section { padding-top: 10px; }
.tb-latest-grid { display: grid; grid-template-columns: repeat(var(--tb-latest-columns, 5), minmax(0, 1fr)); gap: 14px; }
.tb-grid-empty { grid-column: 1 / -1; margin: 0; padding: 26px; color: var(--tb-muted); background: #f7f9fd; border: 1px dashed #d9e1ef; border-radius: 10px; text-align: center; }
.tb-latest-card { overflow: hidden; background: #fff; border: 1px solid var(--tb-line); border-radius: 10px; box-shadow: 0 7px 20px rgba(20, 45, 90, .04); transition: transform .2s ease, box-shadow .2s ease; }
.tb-latest-card:hover { transform: translateY(-3px); box-shadow: var(--tb-shadow); }
.tb-latest-visual { display: block; height: 120px; overflow: hidden; background: #e7edf6; }
.tb-latest-body { padding: 12px 12px 14px; }
.tb-latest-card h3 { min-height: 43px; margin: 5px 0 10px; color: var(--tb-navy); font-size: 12px; line-height: 1.35; }

.tb-insights-section { padding: 27px 0 43px; }
.tb-insights-section .tb-section-heading { padding-bottom: 12px; margin-bottom: 14px; border-bottom: 1px solid var(--tb-line); }
.tb-insights-grid { display: grid; grid-template-columns: minmax(0, 2.05fr) minmax(280px, 1fr); gap: 23px; }
.tb-insights-grid--single { grid-template-columns: minmax(0, 1fr); }
.tb-insights-grid--insight-only .tb-insight-list { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: none; gap: 18px; }
.tb-insights-grid--insight-only .tb-insight-item { margin: 0; padding: 0; border: 0; }
.tb-case-card { position: relative; display: flex; align-items: center; min-height: 250px; overflow: hidden; color: #fff; background: var(--tb-navy); border-radius: 11px; }
.tb-case-bg, .tb-case-bg > * { position: absolute; inset: 0; width: 100%; height: 100%; }
.tb-case-bg img { object-fit: cover; }
.tb-case-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 22, 58, .98) 0%, rgba(5, 26, 67, .9) 43%, rgba(4, 23, 57, .13) 82%); }
.tb-case-content { position: relative; z-index: 2; max-width: 53%; padding: 26px 22px; }
.tb-case-content .tb-kicker { padding: 6px 8px; color: #fff; background: var(--tb-blue); border-radius: 4px; }
.tb-case-card h3 { margin: 10px 0 8px; color: #fff; font: 700 23px/1.05 var(--tb-serif); }
.tb-case-card p { margin: 0 0 17px; color: #e7efff; font-size: 11px; line-height: 1.5; }
.tb-button { display: inline-flex; align-items: center; min-height: 35px; padding: 0 15px; color: #fff; background: var(--tb-blue); border-radius: 6px; box-shadow: 0 7px 16px rgba(0, 87, 255, .28); font-size: 11px; font-weight: 700; }
.tb-button:hover { background: #0058e4; }

.tb-insight-list { display: grid; grid-template-rows: repeat(3, 1fr); }
.tb-insight-item { display: grid; grid-template-columns: 127px minmax(0, 1fr); align-items: center; gap: 13px; padding: 0 0 10px; margin-bottom: 10px; border-bottom: 1px solid var(--tb-line); }
.tb-insight-item:last-child { padding-bottom: 0; margin-bottom: 0; border: 0; }
.tb-insight-thumb { height: 66px; overflow: hidden; background: #e7edf6; border-radius: 8px; }
.tb-insight-thumb > * { width: 100%; height: 100%; }
.tb-insight-thumb img { object-fit: cover; }
.tb-insight-item h3 { margin: 4px 0 0; color: var(--tb-navy); font-size: 11px; line-height: 1.35; }

.tb-visual { position: relative; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(135deg, var(--visual-a), var(--visual-b)); }
.tb-visual--1 { --visual-a: #0b1c3a; --visual-b: #a0652c; }
.tb-visual--2 { --visual-a: #092652; --visual-b: #0479bd; }
.tb-visual--3 { --visual-a: #1d253e; --visual-b: #c89a70; }
.tb-visual--4 { --visual-a: #052e5a; --visual-b: #0c9bd0; }
.tb-visual--5 { --visual-a: #484c56; --visual-b: #c8c9c8; }
.tb-visual--6 { --visual-a: #141c2d; --visual-b: #9c673e; }
.tb-visual-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 24px 24px; transform: perspective(500px) rotateX(62deg) scale(1.7); transform-origin: center bottom; }
.tb-visual-glow { position: absolute; width: 55%; aspect-ratio: 1; right: 4%; top: -16%; border-radius: 50%; background: rgba(47, 170, 255, .48); filter: blur(24px); }
.tb-visual-icon { position: absolute; right: 14%; top: 19%; width: 37%; aspect-ratio: 1.35; border: 1px solid rgba(255,255,255,.55); border-radius: 9px; background: rgba(6, 24, 54, .72); box-shadow: 0 14px 24px rgba(0,0,0,.25); }
.tb-visual-icon::before, .tb-visual-icon::after { content: ""; position: absolute; }
.tb-visual-icon::before { left: 14%; right: 14%; bottom: 21%; height: 44%; background: linear-gradient(90deg, #09b5d4 0 15%, transparent 15% 23%, #1476ff 23% 45%, transparent 45% 53%, #7dccff 53% 70%, transparent 70% 78%, #fff 78%); clip-path: polygon(0 100%, 0 70%, 14% 70%, 14% 48%, 34% 48%, 34% 60%, 52% 60%, 52% 18%, 70% 18%, 70% 38%, 86% 38%, 86% 0, 100% 0, 100% 100%); }
.tb-visual-icon::after { left: 14%; right: 14%; bottom: 16%; height: 1px; background: rgba(255,255,255,.6); }
.tb-case-card .tb-visual-icon { top: 20%; right: 12%; width: 34%; }

.tb-footer { padding: 34px 0 0; background: #fff; border-top: 1px solid var(--tb-line); }
.tb-footer-grid { display: grid; grid-template-columns: 1.7fr .82fr .82fr .9fr 1.8fr; gap: 32px; padding-bottom: 26px; }
.tb-brand--footer .tb-logo-mark { width: 42px; height: 34px; }
.tb-brand--footer .custom-logo { width: 42px; max-width: 42px; height: 34px; max-height: 34px; }
.tb-brand--footer .tb-brand-logo { height: 38px; max-width: 195px; }
.tb-brand--footer .tb-brand-name { font-size: 25px; }
.tb-footer-brand p { max-width: 240px; margin: 14px 0 18px; color: var(--tb-muted); font-size: 10px; line-height: 1.55; }
.tb-socials { display: flex; gap: 11px; }
.tb-socials a { display: inline-flex; justify-content: center; align-items: center; width: 17px; height: 17px; color: var(--tb-navy); font-size: 12px; font-weight: 800; }
.tb-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.tb-footer h2 { margin: 0 0 9px; color: var(--tb-navy); font-size: 11px; }
.tb-footer-column a, .tb-newsletter p { color: var(--tb-muted); font-size: 9px; }
.tb-footer-column a:hover { color: var(--tb-blue); }
.tb-newsletter p { margin: 0 0 14px; line-height: 1.55; }
.tb-newsletter form { display: flex; height: 37px; }
.tb-newsletter input { min-width: 0; flex: 1; padding: 0 12px; color: var(--tb-navy); border: 1px solid var(--tb-line); border-right: 0; border-radius: 7px 0 0 7px; outline: 0; font-size: 9px; }
.tb-newsletter input:focus { border-color: var(--tb-blue); }
.tb-newsletter button { padding: 0 16px; color: #fff; background: var(--tb-blue); border: 0; border-radius: 0 7px 7px 0; font-size: 9px; font-weight: 700; }
.tb-copyright { padding: 18px 0 20px; color: #7d8799; border-top: 1px solid var(--tb-line); font-size: 9px; }
.tb-copyright span { margin: 0 5px; }

.tb-archive { min-height: 60vh; padding-top: 65px; padding-bottom: 65px; }
.tb-archive-header { max-width: 760px; margin-bottom: 34px; }
.tb-archive-header h1, .tb-empty h1 { margin: 0; color: var(--tb-navy); font: 700 clamp(38px, 5vw, 58px)/1.03 var(--tb-serif); letter-spacing: -1.7px; }
.tb-eyebrow { margin: 0 0 8px; color: var(--tb-blue); font-size: 12px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.tb-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tb-archive-grid .tb-latest-visual { height: 210px; }
.tb-archive-grid .tb-latest-body { padding: 18px; }
.tb-archive-grid .tb-latest-card h2 { margin: 7px 0 12px; color: var(--tb-navy); font: 700 21px/1.12 var(--tb-serif); }
.nav-links { display: flex; gap: 8px; margin-top: 34px; }
.page-numbers { display: inline-flex; justify-content: center; align-items: center; min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid var(--tb-line); border-radius: 7px; }
.page-numbers.current { color: #fff; background: var(--tb-blue); border-color: var(--tb-blue); }

.tb-article { padding: 62px 0 78px; }
.tb-article-header { max-width: 850px; text-align: center; }
.tb-article-header h1 { margin: 12px 0 18px; color: var(--tb-navy); font: 700 clamp(39px, 5vw, 65px)/1.02 var(--tb-serif); letter-spacing: -2px; }
.tb-article-deck { max-width: 670px; margin: 0 auto 18px; color: var(--tb-muted); font-size: 18px; }
.tb-article-hero { max-width: 1050px; margin-top: 36px; }
.tb-article-hero img { width: 100%; max-height: 590px; object-fit: cover; border-radius: 14px; }
.tb-article-content { width: min(calc(100% - 48px), 760px); margin: 46px auto 0; color: #2f3c58; font: 400 18px/1.8 Georgia, serif; }
.tb-article-content h2, .tb-article-content h3 { color: var(--tb-navy); font-family: var(--tb-sans); line-height: 1.22; }
.tb-article-content a { color: var(--tb-blue); text-decoration: underline; }
.tb-empty { min-height: 68vh; padding-top: 110px; padding-bottom: 110px; text-align: center; }
.tb-empty > p:not(.tb-eyebrow) { color: var(--tb-muted); }

@media (max-width: 1080px) {
  .tb-header-inner { gap: 18px; }
  .tb-menu { gap: 15px; }
  .tb-menu > li > a { font-size: 12px; }
  .tb-brand-name { font-size: 25px; }
  .tb-brand-logo { height: 40px; max-width: 208px; }
  .tb-logo-mark { width: 42px; }
  .tb-hero-grid { grid-template-columns: 45% 55%; }
  .tb-hero-art { right: -7%; width: 67%; }
  .tb-topics-grid { grid-template-columns: repeat(3, 1fr); }
  .tb-latest-grid { grid-template-columns: repeat(3, 1fr); }
  .tb-footer-grid { grid-template-columns: 1.5fr .8fr .8fr 1.6fr; }
  .tb-footer-column:nth-of-type(4) { display: none; }
}

@media (max-width: 820px) {
  .tb-container { width: min(calc(100% - 32px), var(--tb-container)); }
  .tb-header-inner { min-height: 70px; }
  .tb-menu-toggle { display: flex; order: 3; }
  .tb-search-toggle { margin-left: auto; order: 2; }
  .tb-navigation { position: fixed; z-index: 99; top: 70px; right: 0; bottom: 0; left: 0; display: none; padding: 18px 16px 40px; overflow-y: auto; background: #fff; }
  .tb-navigation.is-open { display: block; }
  .tb-menu { display: block; }
  .tb-menu > li > a { min-height: 52px; font-size: 15px; border-bottom: 1px solid var(--tb-line); }
  .tb-menu > li > a::after { display: none; }
  .tb-hero { min-height: auto; }
  .tb-hero-grid { display: block; min-height: auto; padding-top: 20px; padding-bottom: 0; }
  .tb-hero-copy { padding: 28px 0 10px; }
  .tb-hero h1 { max-width: 530px; font-size: clamp(44px, 9vw, 62px); }
  .tb-hero-copy > p { max-width: 560px; }
  .tb-hero-art { position: relative; right: auto; width: 100%; min-width: 0; height: 310px; margin-top: -20px; }
  .tb-hero-art img { transform: scale(1.1); transform-origin: center; }
  .tb-hero::after { left: 0; }
  .tb-editor-grid { grid-template-columns: repeat(2, 1fr); }
  .tb-editor-card:last-child { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; }
  .tb-editor-card:last-child .tb-editor-visual { height: 100%; }
  .tb-latest-grid { grid-template-columns: repeat(2, 1fr); }
  .tb-insights-grid { grid-template-columns: 1fr; }
  .tb-insight-list { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .tb-insight-item { display: block; padding: 0; margin: 0; border: 0; }
  .tb-insight-thumb { display: block; height: 110px; margin-bottom: 9px; }
  .tb-footer-grid { grid-template-columns: 1.4fr 1fr 1.6fr; }
  .tb-footer-column:nth-of-type(3) { display: none; }
  .tb-archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .tb-container { width: min(calc(100% - 28px), var(--tb-container)); }
  .tb-header-inner { gap: 8px; }
  .tb-brand-name { font-size: 23px; }
  .tb-brand-logo { height: 34px; max-width: 162px; }
  .tb-logo-mark { width: 38px; height: 32px; }
  .tb-menu-toggle, .tb-search-toggle { width: 36px; height: 36px; }
  .tb-hero-grid { padding-top: 8px; }
  .tb-hero-copy { padding-top: 30px; }
  .tb-hero h1 { font-size: 47px; letter-spacing: -2px; }
  .tb-hero-copy > p { font-size: 14px; }
  .tb-hero-search { grid-template-columns: 43px minmax(0, 1fr) 72px; height: 49px; }
  .tb-hero-art { height: 236px; margin: -5px -28px 0; width: calc(100% + 56px); }
  .tb-hero-art img { transform: scale(1.22); transform-origin: center; }
  .tb-section { padding: 24px 0; }
  .tb-section-heading h2 { font-size: 19px; }
  .tb-editor-grid { grid-template-columns: 1fr; }
  .tb-editor-card:last-child { grid-column: auto; display: block; }
  .tb-editor-card:last-child .tb-editor-visual, .tb-editor-visual { height: 190px; }
  .tb-editor-card h3 { font-size: 22px; }
  .tb-topics-grid { grid-template-columns: repeat(2, 1fr); }
  .tb-topic-card { min-height: 145px; }
  .tb-latest-grid { display: grid; grid-template-columns: 1fr; }
  .tb-latest-card, .tb-latest-card:last-child { display: grid; grid-template-columns: 42% 58%; }
  .tb-latest-visual { height: 100%; min-height: 132px; }
  .tb-latest-card h3 { min-height: 0; font-size: 13px; }
  .tb-case-card { min-height: 315px; align-items: flex-end; }
  .tb-case-overlay { background: linear-gradient(0deg, rgba(4, 22, 58, .98) 0%, rgba(5, 26, 67, .84) 55%, rgba(4, 23, 57, .2) 100%); }
  .tb-case-content { max-width: none; padding: 24px 20px; }
  .tb-insight-list { grid-template-columns: 1fr; }
  .tb-insight-item { display: grid; grid-template-columns: 112px 1fr; gap: 12px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid var(--tb-line); }
  .tb-insight-thumb { height: 70px; margin: 0; }
  .tb-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .tb-footer-brand { grid-column: 1 / -1; }
  .tb-footer-brand p { max-width: 320px; }
  .tb-newsletter { grid-column: 1 / -1; }
  .tb-footer-column:nth-of-type(3) { display: flex; }
  .tb-footer-column:nth-of-type(4) { display: none; }
  .tb-archive-grid { grid-template-columns: 1fr; }
  .tb-article-content { width: min(calc(100% - 32px), 760px); font-size: 17px; }
}

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