:root {
  --ktw-black: #000;
  --ktw-ink: #231f20;
  --ktw-teal: #02838d;
  --ktw-teal-dark: #17656d;
  --ktw-pale: #deedf0;
  --ktw-pale-strong: #bfd6da;
  --ktw-sand: #fbf5ed;
  --ktw-paper: #fff;
  --ktw-line: #d6d6d6;
  --ktw-muted: #5c595a;
  --ktw-shell: 1100px;
  --ktw-copy: 690px;
}

/* Keep commerce available for future shop pages without placing a cart control on editorial pages. */
.ktw-site:not(.woocommerce-page) .xoo-wsc-basket,
.ktw-site:not(.woocommerce-page) .xoo-wsc-modal { display: none !important; }

html { scroll-behavior: smooth; }
html.ktw-menu-open { overflow: hidden; }
body.ktw-site { margin: 0; background: #fff; color: var(--ktw-ink); font-family: "Source Sans 3", "Noto Sans TC", sans-serif; font-size: 18px; line-height: 1.45; }
.ktw-site *, .ktw-site *::before, .ktw-site *::after { box-sizing: border-box; }
.ktw-site ::selection { background: #b9e4e7; color: #000; }
.ktw-site img { display: block; max-width: 100%; }
.ktw-site a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.ktw-site button, .ktw-site input { font: inherit; }
.ktw-site :focus-visible { outline: 3px solid #f3bf37; outline-offset: 3px; }
.ktw-site h1, .ktw-site h2, .ktw-site h3, .ktw-site p { margin-top: 0; }
.ktw-site h1, .ktw-site h2, .ktw-site h3 { color: var(--ktw-ink); font-family: "Source Sans 3", "Noto Sans TC", sans-serif; font-weight: 700; letter-spacing: -.025em; }
.ktw-shell { width: min(calc(100% - 40px), var(--ktw-shell)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ktw-skip { position: fixed; z-index: 10000; top: 8px; left: 8px; padding: 10px 14px; background: #fff; color: #000; transform: translateY(-150%); }
.ktw-skip:focus { transform: none; }

/* Global header */
.ktw-header { position: sticky; z-index: 900; top: 0; background: #000; color: #fff; backdrop-filter: none; }
.admin-bar .ktw-header { top: 32px; }
.ktw-header__inner { display: flex; width: min(calc(100% - 38px), 1230px); min-height: 74px; margin: auto; align-items: center; gap: 28px; }
.ktw-logo { flex: 0 0 auto; color: #fff !important; font-family: Georgia, "Times New Roman", serif; font-size: 36px; font-weight: 700; letter-spacing: -.055em; line-height: 1; text-decoration: none; }
.ktw-nav { display: flex; height: 74px; align-items: stretch; gap: 1px; }
.ktw-nav a { display: flex; padding: 0 13px; border: 0; align-items: center; background: transparent; color: #fff; font-size: 16px; font-weight: 700; text-decoration: none; cursor: pointer; gap: 7px; }
.ktw-nav a:hover, .ktw-nav a[aria-expanded="true"] { background: #1d1d1d; }
.ktw-nav a i { font-size: 10px; }
.ktw-header__tools { display: flex; margin-left: auto; align-items: center; gap: 15px; }
.ktw-search-trigger, .ktw-mobile-trigger { display: grid; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; color: #fff; cursor: pointer; place-items: center; }
.ktw-search-trigger i { font-size: 22px; }
.ktw-mobile-trigger { display: none; font-size: 25px; }
.ktw-library-pill { min-height: 38px; padding: 7px 17px; border: 1px solid #fff; border-radius: 999px; color: #fff !important; font-size: 15px; font-weight: 700; text-decoration: none; }
.ktw-library-pill:hover { background: #fff; color: #000 !important; }
.ktw-language { color: #fff !important; font-size: 16px; font-weight: 700; text-decoration: none; }
.ktw-header-search { position: absolute; top: 0; right: 0; left: 250px; height: 74px; background: #000; }
.ktw-header-search form { display: flex; height: 100%; padding: 0 34px; align-items: center; gap: 14px; }
.ktw-header-search i { font-size: 22px; }
.ktw-header-search input { min-width: 0; height: 48px; flex: 1; border: 0; border-bottom: 1px solid #777; background: transparent; color: #fff; font-size: 20px; }
.ktw-header-search input::placeholder { color: #bbb; }
.ktw-header-search button { min-height: 40px; padding: 8px 18px; border: 1px solid #fff; border-radius: 999px; background: transparent; color: #fff; font-weight: 700; cursor: pointer; }
.ktw-mega-menu { position: absolute; right: 0; left: 0; background: var(--ktw-sand); color: var(--ktw-ink); box-shadow: 0 14px 28px rgba(0,0,0,.18); }
.ktw-mega-menu__inner { position: relative; display: grid; width: min(calc(100% - 60px), 1180px); min-height: 360px; margin: auto; padding: 42px 0 46px; grid-template-columns: minmax(0, 1fr) 310px; gap: 68px; }
.ktw-mega-group h2 { margin-bottom: 28px; font-size: 27px; }
.ktw-mega-links { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0 36px; }
.ktw-mega-links a { padding: 14px 0; border-bottom: 1px solid #c9c4bd; font-size: 18px; font-weight: 600; text-decoration: none; }
.ktw-mega-links a:hover { color: var(--ktw-teal); text-decoration: underline; }
.ktw-mega-spotlight { padding-left: 34px; border-left: 1px solid #c9c4bd; }
.ktw-mega-spotlight img { width: 112px; height: 112px; margin-bottom: 20px; border-radius: 50%; object-fit: cover; }
.ktw-mega-spotlight span { display: block; margin-bottom: 8px; color: var(--ktw-teal); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.ktw-mega-spotlight a { font-size: 20px; font-weight: 700; line-height: 1.25; }
.ktw-mega-close { position: absolute; top: 24px; right: 0; width: 42px; height: 42px; border: 0; background: transparent; font-size: 25px; cursor: pointer; }
.ktw-mobile-panel { position: fixed; z-index: 890; top: 74px; right: 0; bottom: 0; left: 0; padding: 28px 20px 40px; overflow-y: auto; background: var(--ktw-sand); color: var(--ktw-ink); }
.ktw-mobile-panel form { display: flex; margin-bottom: 22px; }
.ktw-mobile-panel input { min-width: 0; height: 52px; padding: 0 15px; flex: 1; border: 1px solid #a9a5a0; background: #fff; }
.ktw-mobile-panel form button { width: 74px; border: 0; background: var(--ktw-teal); color: #fff; font-weight: 800; }
.ktw-mobile-panel nav { display: flex; flex-direction: column; }
.ktw-mobile-panel nav button, .ktw-mobile-panel nav a { display: flex; min-height: 62px; padding: 0; border: 0; border-bottom: 1px solid #c9c4bd; align-items: center; justify-content: space-between; background: transparent; color: var(--ktw-ink); font-weight: 700; text-align: left; text-decoration: none; cursor: pointer; }
.ktw-trust-strip { overflow: hidden; background: var(--ktw-pale); color: #244b4f; }
.ktw-trust-strip > div { display: flex; width: min(calc(100% - 40px), 1150px); min-height: 56px; margin: auto; align-items: center; justify-content: space-between; gap: 28px; }
.ktw-trust-strip span { display: flex; flex: 0 0 auto; align-items: center; font-size: 14px; font-weight: 700; gap: 9px; }
.ktw-trust-strip i { color: var(--ktw-teal); }

/* Homepage */
.ktw-hl-home { background: #fff; }
.ktw-hl-lead { display: grid; padding-block: 52px 68px; grid-template-columns: minmax(0, 1.75fr) minmax(310px, .8fr); gap: 58px; }
.ktw-hl-lead-image { display: block; overflow: hidden; border-radius: 14px; }
.ktw-hl-lead-image img { width: 100%; height: 455px; object-fit: cover; }
.ktw-hl-category { margin: 24px 0 7px; color: var(--ktw-teal); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.ktw-hl-lead-story h1 { max-width: 820px; margin-bottom: 12px; font-size: clamp(38px, 4vw, 56px); line-height: 1.03; }
.ktw-hl-lead-story h1 a { text-decoration: none; }
.ktw-hl-lead-story > p:last-child { max-width: 760px; margin-bottom: 0; color: #4f4c4d; font-size: 20px; line-height: 1.45; }
.ktw-hl-trending { padding-top: 2px; }
.ktw-hl-trending h2 { margin-bottom: 16px; padding-bottom: 13px; box-shadow: inset 0 -3px var(--ktw-ink); font-size: 29px; }
.ktw-hl-trending > a { display: grid; padding: 18px 0; border-bottom: 1px solid var(--ktw-line); align-items: center; grid-template-columns: 104px minmax(0,1fr); gap: 16px; text-decoration: none; }
.ktw-hl-trending img { width: 104px; height: 80px; border-radius: 10px; object-fit: cover; }
.ktw-hl-trending small { display: block; margin-bottom: 4px; color: var(--ktw-teal); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.ktw-hl-trending strong { display: block; font-size: 18px; line-height: 1.16; }
.ktw-hl-trending > a:hover strong { text-decoration: underline; }
.ktw-hl-section { padding-block: 78px; }
.ktw-hl-section-head { display: flex; margin-bottom: 30px; align-items: end; justify-content: space-between; gap: 24px; }
.ktw-hl-section-head h2, .ktw-hl-tools > .ktw-shell > h2 { margin-bottom: 0; font-size: clamp(32px, 3.2vw, 44px); line-height: 1.08; }
.ktw-hl-section-head > a { color: var(--ktw-teal); font-size: 17px; font-weight: 700; }
.ktw-hl-section-head i { margin-left: 8px; }
.ktw-hl-topics { background: #f7f7f7; }
.ktw-hl-topic-track { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.ktw-hl-topic-track a { position: relative; display: block; height: 340px; overflow: hidden; border-radius: 14px; background: var(--ktw-pale); text-decoration: none; }
.ktw-hl-topic-track img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease-out; }
.ktw-hl-topic-track a::after { position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); content: ""; }
.ktw-hl-topic-track span { position: absolute; z-index: 1; right: 18px; bottom: 19px; left: 18px; color: #fff; font-size: 22px; font-weight: 800; line-height: 1.08; }
.ktw-hl-topic-track a:hover img { transform: scale(1.035); }
.ktw-hl-tools { background: #fff; }
.ktw-hl-tools > .ktw-shell > h2 { margin-bottom: 30px; }
.ktw-hl-tools-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(320px, .8fr); gap: 24px; }
.ktw-hl-tool-feature { position: relative; display: block; min-height: 500px; overflow: hidden; border-radius: 14px; color: #fff !important; text-decoration: none; }
.ktw-hl-tool-feature::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,43,47,.92) 0 42%, rgba(0,43,47,.45) 70%, rgba(0,43,47,.05)); content: ""; }
.ktw-hl-tool-feature img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.ktw-hl-tool-feature > div { position: absolute; z-index: 1; top: 50%; left: 46px; width: 52%; transform: translateY(-50%); }
.ktw-hl-tool-feature span { display: block; margin-bottom: 14px; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.ktw-hl-tool-feature h3 { margin-bottom: 28px; color: #fff; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; }
.ktw-hl-tool-feature strong { display: inline-flex; align-items: center; gap: 12px; }
.ktw-hl-tool-list { display: flex; flex-direction: column; gap: 14px; }
.ktw-hl-tool-list a { display: flex; min-height: 157px; padding: 26px 28px; border-radius: 14px; align-items: center; justify-content: space-between; background: var(--ktw-pale); text-decoration: none; gap: 20px; }
.ktw-hl-tool-list a:nth-child(2) { background: var(--ktw-sand); }
.ktw-hl-tool-list a:nth-child(3) { background: #dfe9d8; }
.ktw-hl-tool-list small { display: block; margin-bottom: 7px; color: var(--ktw-teal); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.ktw-hl-tool-list b { display: block; font-size: 23px; line-height: 1.16; }
.ktw-hl-tool-list i { color: var(--ktw-teal); font-size: 22px; }
.ktw-hl-reads { background: #f7f7f7; }
.ktw-hl-tabs { display: flex; margin-bottom: 28px; overflow-x: auto; gap: 10px; }
.ktw-hl-tabs button { min-height: 42px; padding: 8px 19px; border: 1px solid #aaa; border-radius: 999px; flex: 0 0 auto; background: #fff; color: var(--ktw-ink); font-weight: 700; cursor: pointer; }
.ktw-hl-tabs button[aria-selected="true"] { border-color: #000; background: #000; color: #fff; }
.ktw-hl-read-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.ktw-hl-read-grid[hidden] { display: none; }
.ktw-hl-read-grid > a { color: var(--ktw-ink); text-decoration: none; }
.ktw-hl-read-grid img { width: 100%; height: 230px; margin-bottom: 17px; border-radius: 13px; object-fit: cover; }
.ktw-hl-read-grid small { color: var(--ktw-teal); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.ktw-hl-read-grid h3 { margin: 7px 0 8px; font-size: 27px; line-height: 1.12; }
.ktw-hl-read-grid p { color: #555; line-height: 1.4; }
.ktw-hl-read-grid > a:hover h3 { text-decoration: underline; }
.ktw-hl-trust { padding-block: 82px; background: var(--ktw-pale); }
.ktw-hl-trust > .ktw-shell { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.9fr); gap: 80px; }
.ktw-hl-trust h2 { margin-bottom: 22px; font-size: clamp(38px,4vw,56px); line-height: 1.02; }
.ktw-hl-trust p { max-width: 660px; font-size: 20px; line-height: 1.48; }
.ktw-hl-trust a { color: var(--ktw-teal); font-weight: 800; }
.ktw-hl-trust a i { margin-left: 8px; }
.ktw-hl-trust ul { margin: 0; padding: 0; list-style: none; }
.ktw-hl-trust li { display: grid; padding: 21px 0; border-bottom: 1px solid #adc6c9; grid-template-columns: 30px 1fr; gap: 14px; }
.ktw-hl-trust li:first-child { border-top: 1px solid #adc6c9; }
.ktw-hl-trust li i { margin-top: 3px; color: var(--ktw-teal); font-size: 22px; }
.ktw-hl-trust li strong { display: block; margin-bottom: 5px; font-size: 20px; }
.ktw-hl-latest-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.ktw-hl-latest-grid a { text-decoration: none; }
.ktw-hl-latest-grid img { width: 100%; height: 230px; border-radius: 13px; object-fit: cover; }
.ktw-hl-latest-grid h3 { margin: 16px 0 7px; font-size: 25px; line-height: 1.12; }
.ktw-hl-latest-grid p { color: #555; line-height: 1.4; }

/* Hubs and article library */
.ktw-section { padding-block: 70px; }
.ktw-section--cream { background: #fff; }
.ktw-section--pale { background: #f7f7f7; }
.ktw-hub .ktw-hub-hero { background: var(--ktw-pale-strong); }
.ktw-hub .ktw-hub-hero::before, .ktw-hub .ktw-hub-hero::after { display: none; }
.ktw-hub-hero__inner { display: block; min-height: 0; padding-block: 64px; }
.ktw-hub-hero__copy { max-width: 800px; margin: auto; text-align: center; }
.ktw-kicker, .ktw-eyebrow { margin-bottom: 12px; color: var(--ktw-teal); font-size: 14px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.ktw-hub-hero h1, .ktw-library-hero h1 { margin-bottom: 18px; font-size: clamp(44px,5vw,68px); line-height: 1.02; }
.ktw-hub-hero .ktw-lead, .ktw-library-hero .ktw-lead { max-width: 720px; margin: auto; font-size: 23px; line-height: 1.35; }
.ktw-hub-map, .ktw-hub-photo { display: none; }
.ktw-hub-paths__header { display: block; margin-bottom: 28px; }
.ktw-hub-paths__header h2, .ktw-section-heading h2 { font-size: 36px; }
.ktw-hub-paths__list { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 18px; }
.ktw-hub-paths__list > a { display: grid; min-height: 118px; padding: 24px 20px; border: 0; border-radius: 4px; align-items: center; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.12); text-decoration: none; }
.ktw-hub-paths__list > a:hover h3 { color: var(--ktw-teal); text-decoration: underline; }
.ktw-hub-paths__list > a > span { display: none; }
.ktw-hub-paths__list h3 { margin: 0; font-size: 21px; line-height: 1.12; text-align: center; }
.ktw-hub-paths__list p { display: none; }
.ktw-hub-reading__list { border-top: 3px solid #000; }
.ktw-hub-reading__list > a, .ktw-library-list > a { display: grid; min-height: 150px; padding: 24px 0; border-bottom: 1px solid var(--ktw-line); align-items: center; grid-template-columns: 160px minmax(0,1fr) 30px; gap: 26px; text-decoration: none; }
.ktw-hub-reading__list > a > span, .ktw-library-list > a > span { color: var(--ktw-teal); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.ktw-hub-reading__list h3, .ktw-library-list h2 { margin-bottom: 6px; font-size: 27px; line-height: 1.1; }
.ktw-hub-reading__list p, .ktw-library-list p { margin: 0; color: #555; }
.ktw-next-step { display: flex; padding: 38px; align-items: center; justify-content: space-between; background: var(--ktw-pale); gap: 30px; }
.ktw-next-step h2 { margin-bottom: 0; font-size: 32px; }
.ktw-button { display: inline-flex; min-height: 46px; padding: 10px 22px; border-radius: 999px; align-items: center; justify-content: center; background: #000; color: #fff !important; font-size: 16px; font-weight: 800; text-decoration: none; }
.ktw-library-hero { padding-block: 64px; background: var(--ktw-pale-strong); }
.ktw-library-hero__grid { display: block; }
.ktw-library-hero__count { display: none; }
.ktw-library-filters { display: flex; margin-bottom: 30px; overflow-x: auto; gap: 10px; }
.ktw-library-filters button { min-height: 42px; padding: 8px 18px; border: 1px solid #999; border-radius: 999px; flex: 0 0 auto; background: #fff; font-weight: 700; }
.ktw-library-filters button[aria-pressed="true"] { border-color: #000; background: #000; color: #fff; }

.ktw-search-page__hero { padding-block: 58px; background: var(--ktw-pale-strong); }
.ktw-search-page__hero h1 { margin-bottom: 24px; font-size: clamp(44px,5vw,66px); }
.ktw-search-page__hero form { display: flex; max-width: 780px; }
.ktw-search-page__hero input { min-width: 0; height: 58px; padding: 0 18px; border: 1px solid #888; flex: 1; background: #fff; font-size: 20px; }
.ktw-search-page__hero button { width: 112px; border: 0; background: var(--ktw-teal); color: #fff; font-weight: 800; }
.ktw-search-page__results { padding-block: 58px 82px; }
.ktw-search-page__results > h2 { margin-bottom: 24px; padding-bottom: 14px; border-bottom: 3px solid #000; font-size: 32px; }
.ktw-search-results-list > a { display: grid; min-height: 152px; padding: 25px 0; border-bottom: 1px solid var(--ktw-line); align-items: center; grid-template-columns: 150px minmax(0,1fr) 28px; gap: 24px; text-decoration: none; }
.ktw-search-results-list > a > span { color: var(--ktw-teal); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.ktw-search-results-list h3 { margin-bottom: 6px; font-size: 28px; }
.ktw-search-results-list p { margin: 0; color: #555; }
.ktw-search-results-list i { color: var(--ktw-teal); }
.ktw-search-empty { padding: 44px 0; }

/* Long-form articles */
.ktw-article-hero { padding: 54px 0 24px; background: #fff; }
.ktw-article-shell { width: min(calc(100% - 40px), 980px); margin: auto; }
.ktw-article-hero .ktw-article-shell { position: relative; }
.ktw-article-hero h1 { max-width: 930px; margin-bottom: 20px; font-size: clamp(44px,5.5vw,72px); line-height: 1.01; }
.ktw-article-hero .ktw-lead { max-width: 760px; font-size: 24px; line-height: 1.4; }
.ktw-article-meta { display: flex; padding-top: 14px; flex-wrap: wrap; gap: 10px 24px; color: #555; font-size: 15px; }
.ktw-article-meta span:first-child { padding: 6px 12px; border: 1px solid var(--ktw-teal); border-radius: 999px; color: var(--ktw-teal); font-weight: 700; }
.ktw-article-meta span:not(:first-child) { padding: 6px 0; border: 0; border-radius: 0; background: transparent; }
.ktw-article-bookmark { position: absolute; top: 4px; right: 0; display: grid; width: 52px; height: 52px; padding: 0; border: 0; border-radius: 50%; background: var(--ktw-pale); color: var(--ktw-teal); font-size: 21px; cursor: pointer; place-items: center; }
.ktw-article-bookmark[aria-pressed="true"] { background: var(--ktw-teal); color: #fff; }
.ktw-article-jump { display: flex; max-width: 900px; margin-top: 24px; flex-wrap: wrap; gap: 7px 0; }
.ktw-article-jump a { padding: 0 14px; border-right: 1px solid #bbb; color: var(--ktw-teal); font-size: 16px; font-weight: 700; line-height: 1.25; }
.ktw-article-jump a:first-child { padding-left: 0; }
.ktw-article-jump a:last-child { border-right: 0; }
.ktw-article-visual { width: min(calc(100% - 40px), 980px); margin: 26px auto 42px; border-radius: 13px; background: var(--ktw-sand) !important; color: var(--ktw-ink); }
.ktw-article-visual__grid { display: grid; padding: 34px; grid-template-columns: 210px minmax(0,1fr); grid-template-areas: "metric story" "steps steps"; gap: 24px 34px; }
.ktw-article-visual__metric { grid-area: metric; }
.ktw-article-visual__metric strong { display: block; color: var(--ktw-ink); font-size: 42px; line-height: 1; }
.ktw-article-visual__metric span { display: block; margin-top: 10px; color: #555; font-size: 15px; }
.ktw-article-visual__story { grid-area: story; }
.ktw-article-visual__story h2 { margin-bottom: 8px; font-size: 30px; }
.ktw-article-visual .ktw-article-visual__story h2 { color: var(--ktw-ink); }
.ktw-article-visual .ktw-article-visual__story p { margin: 0; color: #555; }
.ktw-article-visual__steps { display: grid; margin: 0; padding: 24px 0 0; border-top: 1px solid #d8d0c5; grid-area: steps; grid-template-columns: repeat(3,1fr); gap: 24px; list-style: none; }
.ktw-article-visual__steps li > span { display: none; }
.ktw-article-visual__steps strong { display: block; margin-bottom: 5px; color: var(--ktw-ink); }
.ktw-article-visual__steps p { margin: 0; color: #555; font-size: 15px; }
.ktw-article-layout { display: grid; width: min(calc(100% - 40px), 980px); margin-inline: auto; padding-bottom: 70px; align-items: start; grid-template-columns: 240px minmax(0, var(--ktw-copy)); gap: 48px; }
.ktw-at-glance { position: sticky; top: 98px; padding: 24px; border-top: 5px solid var(--ktw-teal); background: var(--ktw-pale); }
.ktw-at-glance ul { margin: 0; padding-left: 20px; }
.ktw-at-glance li { margin-bottom: 12px; font-size: 15px; line-height: 1.4; }
.ktw-article-body { max-width: var(--ktw-copy); }
.ktw-article-body h2 { margin: 54px 0 18px; font-size: 36px; line-height: 1.12; }
.ktw-article-body h2:first-child { margin-top: 0; }
.ktw-article-body h3 { margin: 36px 0 14px; font-size: 26px; }
.ktw-article-body p, .ktw-article-body li { font-size: 19px; line-height: 1.62; }
.ktw-article-body a { color: var(--ktw-teal); }
.ktw-try-plan { margin-block: 46px; padding: 32px; border-radius: 12px; background: var(--ktw-sand); }
.ktw-try-plan h2 { margin-top: 0; }
.ktw-try-plan ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3,1fr); gap: 20px; list-style: none; }
.ktw-try-plan li { padding-top: 16px; border-top: 1px solid #cec4b8; }
.ktw-try-plan li > span { display: none; }
.ktw-try-plan li p { margin: 5px 0 0; font-size: 15px; }
.ktw-care-box { margin-block: 46px; padding: 28px 30px; border-radius: 12px; background: var(--ktw-pale); }
.ktw-care-box h2 { margin-top: 0; }
.ktw-faq { border-top: 1px solid var(--ktw-line); }
.ktw-faq details { border-bottom: 1px solid var(--ktw-line); }
.ktw-faq summary { position: relative; padding: 20px 44px 20px 0; font-weight: 700; cursor: pointer; list-style: none; }
.ktw-faq summary::after { position: absolute; top: 18px; right: 5px; color: var(--ktw-teal); font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f078"; }
.ktw-faq details[open] summary::after { content: "\f077"; }
.ktw-sources { padding-left: 24px; }
.ktw-sources li { margin-bottom: 10px; font-size: 15px; }
.ktw-byline { display: flex; margin-top: 38px; padding-top: 23px; box-shadow: inset 0 3px #000; flex-direction: column; gap: 4px; font-size: 15px; }
.ktw-article-next { display: grid; width: min(calc(100% - 40px), 980px); margin: 0 auto 74px; padding: 34px; border-radius: 13px; grid-template-columns: minmax(0,1fr) auto; background: var(--ktw-pale); }
.ktw-article-next > p, .ktw-article-next > span { grid-column: 1; }
.ktw-article-next h2 { margin: 6px 0; font-size: 32px; grid-column: 1; }
.ktw-article-next .ktw-button { align-self: center; grid-column: 2; grid-row: 1 / 4; }

/* Footer */
.ktw-footer { padding: 58px 0 24px; background: var(--ktw-sand); color: var(--ktw-ink); }
.ktw-footer__brand { width: min(calc(100% - 40px), var(--ktw-shell)); margin: auto; padding-bottom: 35px; border-bottom: 1px solid #cfc8bf; }
.ktw-footer .ktw-logo { color: #000 !important; }
.ktw-footer__brand p { max-width: 520px; margin: 16px 0 0; color: #555; }
.ktw-footer__main { display: grid; width: min(calc(100% - 40px), var(--ktw-shell)); margin: 38px auto 0; grid-template-columns: 1.6fr .7fr .7fr; gap: 58px; }
.ktw-footer h2 { margin-bottom: 18px; color: var(--ktw-ink); font-size: 18px; letter-spacing: 0; text-transform: none; }
.ktw-footer__search h2 { font-size: 27px; }
.ktw-footer__search p { max-width: 500px; color: #555; }
.ktw-footer__search form { display: flex; max-width: 500px; }
.ktw-footer__search input { min-width: 0; height: 52px; padding: 0 15px; border: 1px solid #aaa; flex: 1; background: #fff; }
.ktw-footer__search button { width: 56px; border: 0; background: var(--ktw-teal); color: #fff; }
.ktw-footer__main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.ktw-footer__main a { color: var(--ktw-ink) !important; font-size: 16px !important; }
.ktw-footer__legal { display: flex; width: min(calc(100% - 40px), var(--ktw-shell)); margin: 48px auto 0; padding-top: 20px; border-top: 1px solid #cfc8bf; justify-content: space-between; color: #666; font-size: 14px; gap: 24px; }
.ktw-footer__legal p { margin: 0; }

@media (max-width: 1080px) {
  .ktw-nav { display: none; }
  .ktw-mobile-trigger { display: grid; }
  html:not(.ktw-js) .ktw-mobile-trigger { display: none; }
  html:not(.ktw-js) .ktw-mobile-panel[hidden] { position: static; display: block; padding: 10px 20px 18px; background: #111; color: #fff; }
  html:not(.ktw-js) .ktw-mobile-panel form { display: none; }
  html:not(.ktw-js) .ktw-mobile-panel nav { flex-flow: row wrap; gap: 4px 18px; }
  html:not(.ktw-js) .ktw-mobile-panel nav a { min-height: 42px; border: 0; color: #fff; }
  .ktw-hl-lead { grid-template-columns: minmax(0,1.5fr) minmax(290px,.8fr); gap: 34px; }
  .ktw-hl-topic-track { grid-template-columns: repeat(5, 230px); overflow-x: auto; scroll-snap-type: x mandatory; }
  .ktw-hl-topic-track a { scroll-snap-align: start; }
  .ktw-hub-paths__list { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 800px) {
  .admin-bar .ktw-header { top: 46px; }
  .ktw-header__inner { width: calc(100% - 24px); min-height: 56px; gap: 8px; }
  .ktw-logo { font-size: 30px; }
  .ktw-header__tools { gap: 6px; }
  .ktw-library-pill { min-height: 34px; padding: 6px 12px; font-size: 13px; }
  .ktw-language { display: none; }
  .ktw-search-trigger, .ktw-mobile-trigger { width: 36px; height: 40px; }
  .ktw-mobile-panel { top: 56px; }
  html:not(.ktw-js) .ktw-mobile-panel nav { flex-direction: column; gap: 0; }
  html:not(.ktw-js) .ktw-mobile-panel nav a { min-height: 50px; border-bottom: 1px solid #3a3a3a; }
  .ktw-header-search { left: 56px; height: 56px; }
  .ktw-header-search form { padding: 0 12px; gap: 8px; }
  .ktw-header-search input { height: 42px; font-size: 16px; }
  .ktw-header-search button { padding: 6px 12px; font-size: 14px; }
  .ktw-trust-strip > div { width: 100%; min-height: 48px; padding: 0 18px; overflow-x: auto; justify-content: flex-start; }
  .ktw-trust-strip span { font-size: 12px; }
  .ktw-hl-lead { display: block; padding-block: 24px 48px; }
  .ktw-hl-lead-image img { height: 340px; }
  .ktw-hl-category { margin-top: 18px; }
  .ktw-hl-lead-story h1 { font-size: 38px; }
  .ktw-hl-lead-story > p:last-child { font-size: 18px; }
  .ktw-hl-trending { margin-top: 42px; }
  .ktw-hl-trending h2 { font-size: 27px; }
  .ktw-hl-section { padding-block: 54px; }
  .ktw-hl-section-head { align-items: flex-start; flex-direction: column; }
  .ktw-hl-topic-track { margin-right: -20px; grid-template-columns: repeat(5, 218px); }
  .ktw-hl-topic-track a { height: 305px; }
  .ktw-hl-tools-grid { grid-template-columns: 1fr; }
  .ktw-hl-tool-feature { min-height: 460px; }
  .ktw-hl-tool-feature img { min-height: 460px; }
  .ktw-hl-tool-feature::after { background: linear-gradient(0deg, rgba(0,43,47,.94), rgba(0,43,47,.1) 75%); }
  .ktw-hl-tool-feature > div { top: auto; right: 26px; bottom: 30px; left: 26px; width: auto; transform: none; }
  .ktw-hl-tool-feature h3 { font-size: 31px; }
  .ktw-hl-tool-list { margin-right: -20px; overflow-x: auto; flex-direction: row; scroll-snap-type: x mandatory; }
  .ktw-hl-tool-list a { min-width: 280px; scroll-snap-align: start; }
  .ktw-hl-read-grid, .ktw-hl-latest-grid { margin-right: -20px; grid-template-columns: repeat(3, 280px); overflow-x: auto; scroll-snap-type: x mandatory; }
  .ktw-hl-read-grid > a, .ktw-hl-latest-grid > a { scroll-snap-align: start; }
  .ktw-hl-read-grid[hidden] { display: none; }
  .ktw-hl-trust > .ktw-shell { grid-template-columns: 1fr; gap: 38px; }
  .ktw-hl-trust h2 { font-size: 42px; }
  .ktw-hub-hero__inner { padding-block: 50px; }
  .ktw-hub-hero h1, .ktw-library-hero h1 { font-size: 45px; }
  .ktw-hub-hero .ktw-lead { font-size: 20px; }
  .ktw-hub-paths__list { grid-template-columns: 1fr; }
  .ktw-hub-paths__list > a { min-height: 0; }
  .ktw-hub-reading__list > a, .ktw-library-list > a { grid-template-columns: 1fr 28px; gap: 8px 14px; }
  .ktw-hub-reading__list > a > span, .ktw-library-list > a > span { grid-column: 1; }
  .ktw-hub-reading__list > a > div, .ktw-library-list > a > div { grid-column: 1; }
  .ktw-hub-reading__list > a > strong, .ktw-library-list > a > strong { grid-column: 2; grid-row: 1 / 3; }
  .ktw-next-step { align-items: flex-start; flex-direction: column; }
  .ktw-search-results-list > a { grid-template-columns: 1fr 26px; gap: 7px 14px; }
  .ktw-search-results-list > a > span, .ktw-search-results-list > a > div { grid-column: 1; }
  .ktw-search-results-list > a > i { grid-column: 2; grid-row: 1 / 3; }
  .ktw-article-hero { padding-top: 38px; }
  .ktw-article-hero h1 { font-size: 43px; }
  .ktw-article-hero .ktw-lead { font-size: 21px; }
  .ktw-article-meta { flex-direction: column; align-items: flex-start; }
  .ktw-article-bookmark { top: 2px; right: 0; }
  .ktw-article-hero h1 { padding-right: 52px; }
  .ktw-article-jump { flex-wrap: nowrap; overflow-x: auto; }
  .ktw-article-jump a { flex: 0 0 auto; white-space: nowrap; }
  .ktw-article-visual__grid { grid-template-columns: 1fr; grid-template-areas: "metric" "story" "steps"; }
  .ktw-article-visual__steps { grid-template-columns: 1fr; }
  .ktw-article-layout { grid-template-columns: 1fr; gap: 28px; }
  .ktw-at-glance { position: static; }
  .ktw-article-body { max-width: none; }
  .ktw-article-body h2 { margin-top: 44px; font-size: 31px; }
  .ktw-try-plan ol { grid-template-columns: 1fr; }
  .ktw-article-next { display: block; }
  .ktw-article-next .ktw-button { margin-top: 22px; }
  .ktw-footer__main { grid-template-columns: 1fr 1fr; }
  .ktw-footer__search { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .ktw-shell, .ktw-article-shell, .ktw-article-layout, .ktw-article-visual, .ktw-article-next { width: calc(100% - 40px); }
  .ktw-library-pill { max-width: 105px; overflow: hidden; white-space: nowrap; }
  .ktw-hl-lead-image img { height: 275px; }
  .ktw-hl-lead-story h1 { font-size: 35px; }
  .ktw-hl-trending > a { grid-template-columns: 98px minmax(0,1fr); }
  .ktw-hl-trending img { width: 98px; height: 74px; }
  .ktw-hl-section-head h2, .ktw-hl-tools > .ktw-shell > h2 { font-size: 34px; }
  .ktw-hl-tool-feature { min-height: 430px; }
  .ktw-hl-tool-feature img { min-height: 430px; }
  .ktw-hl-tool-list a { min-width: 260px; }
  .ktw-hl-read-grid, .ktw-hl-latest-grid { grid-template-columns: repeat(3, 260px); }
  .ktw-hl-read-grid img, .ktw-hl-latest-grid img { height: 190px; }
  .ktw-hl-trust h2 { font-size: 38px; }
  .ktw-article-visual__grid, .ktw-at-glance, .ktw-try-plan, .ktw-care-box { padding: 24px; }
  .ktw-article-body p, .ktw-article-body li { font-size: 18px; }
  .ktw-footer__main { grid-template-columns: 1fr; }
  .ktw-footer__search { grid-column: auto; }
  .ktw-footer__legal { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ktw-hl-topic-track img { transition: none; }
}
