/* Shared Theme 2026 interior-page presentation contract. Tokens live in figma-home.css. */

.tgo-theme-2026 .tgo-public-container {
    width: calc(100% - 40px);
    max-width: var(--tgo-public-max);
    margin-right: auto;
    margin-left: auto;
}

.tgo-theme-2026 .tgo-interior-hero {
    position: relative;
    height: var(--tgo-public-hero-height);
    min-height: var(--tgo-public-hero-height);
    overflow: hidden;
    isolation: isolate;
    background: #edf8fa;
    color: var(--tgo-public-ink);
}

.tgo-theme-2026 .tgo-interior-hero__visual {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.015);
}

.tgo-theme-2026 .tgo-interior-hero__visual:after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 24%, rgba(255,255,255,.64) 43%, rgba(255,255,255,.06) 72%);
    content: '';
}

.tgo-theme-2026 .tgo-interior-hero--wind .tgo-interior-hero__visual {
    background-image: url('../images/complaint-form-hero.png');
    background-position: center 56%;
}

.tgo-theme-2026 .tgo-interior-hero--globe .tgo-interior-hero__visual,
.tgo-theme-2026 .tgo-interior-hero--faq .tgo-interior-hero__visual,
.tgo-theme-2026 .tgo-interior-hero--sitemap .tgo-interior-hero__visual {
    background-image: url('../images/home-hero-low-carbon-2026-1600.webp');
    background-position: center 57%;
}

.tgo-theme-2026 .tgo-interior-hero--faq:before {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: clamp(14%, 25vw, 33%);
    color: rgba(16, 132, 112, .42);
    content: '?';
    font-size: clamp(150px, 18vw, 290px);
    font-weight: 700;
    line-height: .7;
    text-shadow: 0 12px 40px rgba(0,92,110,.14);
    transform: translateY(-42%);
}

.tgo-theme-2026 .tgo-interior-hero__media {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: .16;
}

.tgo-theme-2026 .tgo-interior-hero__media:after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(237, 248, 250, .98), rgba(237, 248, 250, .72));
    content: '';
}

.tgo-theme-2026 .tgo-interior-hero .tgo-public-container {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: none;
    height: var(--tgo-public-hero-height);
    min-height: var(--tgo-public-hero-height);
    flex-direction: column;
    justify-content: space-between;
    padding-right: clamp(24px, 13.75vw, 264px);
    padding-left: clamp(24px, 13.75vw, 264px);
    padding-top: 0;
    padding-bottom: clamp(54px, 7vw, 88px);
}

.tgo-theme-2026 .tgo-interior-hero__breadcrumbs {
    display: flex;
    min-height: 44px;
    margin: 0;
    align-items: center;
    gap: 14px;
    color: #334f58;
    font-size: var(--tgo-font-meta);
    line-height: var(--tgo-line-compact);
}

.tgo-theme-2026 .tgo-interior-hero__breadcrumbs a { color: inherit; }
.tgo-theme-2026 .tgo-interior-hero__breadcrumbs [aria-current='page'] { color: var(--tgo-public-cyan); }
.tgo-theme-2026 .tgo-interior-hero__separator { color: #23434d; font-size: 24px; font-weight: 300; }
.tgo-theme-2026 .tgo-interior-hero__separator:before { display: none; content: none; }
.tgo-theme-2026 .tgo-interior-hero__kicker { margin: 0 0 8px; color: var(--tgo-public-cyan); font-weight: 500; }
.tgo-theme-2026 .tgo-interior-hero__title-wrap { max-width: min(720px, 48vw); }
.tgo-theme-2026 .tgo-interior-hero h1 { max-width: 820px; margin: 0; color: var(--tgo-public-cyan); font-size: var(--tgo-font-page-title); line-height: 1.25; font-weight: 600; text-wrap: balance; }
.tgo-theme-2026 .tgo-interior-hero--survey h1 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tgo-theme-2026 .tgo-interior-hero__description { max-width: 720px; margin: 12px 0 0; color: var(--tgo-public-muted); font-size: var(--tgo-font-body); line-height: var(--tgo-line-body); }

.tgo-theme-2026 .tgo-public-content {
    padding: var(--tgo-section-space) 0;
    background: #fff url('../images/home-services-hex-pattern.svg') center top/1280px auto repeat-y;
    color: var(--tgo-public-ink);
    font-size: var(--tgo-font-body);
    line-height: var(--tgo-line-body);
}

.tgo-theme-2026 .tgo-public-section-heading { font-size: var(--tgo-font-section); font-weight: 600; line-height: 1.35; }
.tgo-theme-2026 .tgo-public-card-title { font-size: 18px; font-weight: 500; line-height: 28px; }
.tgo-theme-2026 .tgo-public-card { border: 1px solid var(--tgo-public-line); border-radius: var(--tgo-public-card-radius); background: #fff; box-shadow: var(--tgo-public-shadow); }
.tgo-theme-2026 .tgo-public-detail { border: 1px solid var(--tgo-public-line); border-radius: var(--tgo-public-detail-radius); background: #fff; box-shadow: var(--tgo-public-shadow); }

/* Reusable content detail, Figma node 1:3249. */
.tgo-theme-2026 .tgo-content-detail .tgo-public-content { padding: var(--tgo-section-space) 0; }
.tgo-theme-2026 .tgo-detail-breadcrumb { margin-bottom: 32px; }
.tgo-theme-2026 .tgo-content-detail__layout,
.tgo-theme-2026 .tgo-article-detail-layout {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 971px) minmax(0, 405px);
    gap: 24px;
}
.tgo-theme-2026 .tgo-content-detail__main,
.tgo-theme-2026 .tgo-article-sheet { min-width: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.tgo-theme-2026 .tgo-content-detail__header { margin: 0 0 32px; }
.tgo-theme-2026 .tgo-content-detail__header h1,
.tgo-theme-2026 .tgo-content-detail__header h2 { margin: 0 0 16px; color: var(--tgo-public-ink); font-size: 24px; font-weight: 600; line-height: 32px; }
.tgo-theme-2026 .tgo-content-detail__header time { display: block; margin-bottom: 12px; color: var(--tgo-public-muted); font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-content-detail__header p { margin: 0; color: var(--tgo-public-muted); font-size: 18px; line-height: 28px; }
.tgo-theme-2026 .tgo-content-body { min-width: 0; }
.tgo-theme-2026 .tgo-public-richtext { min-width: 0; overflow-wrap: anywhere; }
.tgo-theme-2026 .tgo-public-richtext img,
.tgo-theme-2026 .tgo-public-richtext video,
.tgo-theme-2026 .tgo-public-richtext iframe { max-width: 100%; }
.tgo-theme-2026 .tgo-public-richtext img,
.tgo-theme-2026 .tgo-public-richtext video { height: auto; }
.tgo-theme-2026 .tgo-public-richtext table { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tgo-theme-2026 .tgo-content-body img,
.tgo-theme-2026 .tgo-content-body iframe,
.tgo-theme-2026 .tgo-content-body video,
.tgo-theme-2026 .tgo-ebook-frame iframe { display: block; max-width: 100%; }
.tgo-theme-2026 .tgo-content-body img { height: auto; border-radius: 15px; }
.tgo-theme-2026 .tgo-content-body iframe,
.tgo-theme-2026 .tgo-content-body video { width: 100%; }
.tgo-theme-2026 .tgo-post-gallery { display: grid; margin-bottom: 32px; gap: 16px; }
.tgo-theme-2026 .tgo-post-gallery img { display: block; width: 100%; height: min(56.25vw, 487px); max-height: 866px; border-radius: 15px; object-fit: cover; }
.tgo-theme-2026 .tgo-ebook-frame { position: relative; width: 100%; margin-top: 32px; padding-top: 82.4%; overflow: hidden; border-radius: 15px; }
.tgo-theme-2026 .tgo-ebook-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tgo-theme-2026 .tgo-detail-actions { margin-top: 32px; }
.tgo-theme-2026 .tgo-download { display: inline-flex; width: 198px; min-height: 42px; align-items: center; justify-content: center; padding: 7px 18px; border: 1px solid var(--tgo-public-cyan); border-radius: 10px; color: var(--tgo-public-cyan); font-size: 16px; line-height: 26px; text-align: center; }
.tgo-theme-2026 .tgo-document-download { width: 198px; height: 42px; margin-top: 24px; }
.tgo-theme-2026 .tgo-content-detail__side { min-width: 0; }
.tgo-theme-2026 .tgo-native-share__title { margin: 0 0 20px; color: var(--tgo-public-ink); font-size: 24px; font-weight: 600; line-height: 32px; }
.tgo-theme-2026 .tgo-native-share__controls { display: flex; flex-wrap: wrap; gap: 12px; }
.tgo-theme-2026 .tgo-share-control { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--tgo-public-cyan); border-radius: 50%; background: #fff; color: var(--tgo-public-cyan); font: 600 18px/1 Prompt, sans-serif; cursor: pointer; }
.tgo-theme-2026 .tgo-share-control svg { width: 22px; height: 22px; fill: currentColor; }
.tgo-theme-2026 .tgo-share-control:hover { background: var(--tgo-public-cyan); color: #fff; }
.tgo-theme-2026 .tgo-share-control:focus-visible { outline: 3px solid rgb(var(--tgo-color-primary-rgb) / 35%); outline-offset: 3px; }
.tgo-theme-2026 .tgo-native-share__feedback { margin: 12px 0 0; color: var(--tgo-public-cyan); font-size: 14px; line-height: 20px; }
.tgo-theme-2026 .tgo-related-content { width: 100%; margin-top: 116px; }
.tgo-theme-2026 .tgo-related-content > h2 { margin: 0 0 24px; font-size: 24px; line-height: 32px; }
.tgo-theme-2026 .tgo-related-card { height: 193px; margin-bottom: 16px; overflow: hidden; border-radius: 4px; background: #fff; box-shadow: var(--tgo-public-shadow); }
.tgo-theme-2026 .tgo-related-card > a { display: grid; height: 100%; grid-template-columns: 42% 1fr; }
.tgo-theme-2026 .tgo-related-card img { width: 100%; height: 100%; object-fit: cover; }
.tgo-theme-2026 .tgo-related-card div { min-width: 0; padding: 18px; }
.tgo-theme-2026 .tgo-related-card h3 { margin: 0 0 8px; font-size: 18px; line-height: 26px; }
.tgo-theme-2026 .tgo-related-card p { margin: 0; color: var(--tgo-public-muted); font-size: 14px; line-height: 22px; }

/* Sitemap node 1:4948. These selectors intentionally outrank legacy theme cards. */
.tgo-theme-2026 .tgo-sitemap-page .tgo-public-content { padding-top: 64px; padding-bottom: 112px; }
.tgo-theme-2026 .tgo-sitemap-page .tgo-public-section-heading { margin: 0 0 48px; text-align: left; }
.tgo-theme-2026 .tgo-sitemap-page .tgo-sitemap-tree > ul {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 64px 40px;
    list-style: none;
}
.tgo-theme-2026 .tgo-sitemap-page .tgo-sitemap-tree > ul > li {
    min-width: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.tgo-theme-2026 .tgo-sitemap-page .tgo-sitemap-tree > ul > li > a,
.tgo-theme-2026 .tgo-sitemap-page .tgo-sitemap-tree > ul > li > span {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 999px;
    background: var(--tgo-public-cyan);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}
.tgo-theme-2026 .tgo-sitemap-page .tgo-sitemap-tree ul ul { margin: 20px 0 0; padding: 0 0 0 22px; list-style: none; }
.tgo-theme-2026 .tgo-sitemap-page .tgo-sitemap-tree ul ul li { position: relative; margin: 0 0 12px; padding: 0; color: var(--tgo-public-ink); }
.tgo-theme-2026 .tgo-sitemap-page .tgo-sitemap-tree ul ul li:before { position: absolute; top: 11px; left: -18px; width: 6px; height: 6px; border-radius: 50%; background: var(--tgo-public-cyan); content: ''; }
.tgo-theme-2026 .tgo-sitemap-page .tgo-sitemap-tree ul ul ul { margin-top: 10px; }
.tgo-theme-2026 .tgo-sitemap-page .tgo-sitemap-tree a:hover { color: #038eb5; text-decoration: underline; }

/* Advanced search node 1:4734. */
.tgo-theme-2026 .tgo-search-page .tgo-public-content { padding-top: 64px; padding-bottom: 64px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-form-heading { margin: 0 0 32px; padding-bottom: 16px; border-bottom: 2px solid var(--tgo-public-cyan); font-size: 24px; font-weight: 600; line-height: 32px; text-align: left; }
.tgo-theme-2026 .tgo-search-page .tgo-search-form { display: grid; margin: 0 0 64px; gap: 32px; color: var(--tgo-public-ink); font-size: var(--tgo-font-body); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-search-page .tgo-search-keyword-row {
    display: grid;
    grid-template-columns: minmax(0, 940px) 136px 136px 136px;
    gap: 16px;
}
.tgo-theme-2026 .tgo-search-page .tgo-search-form input,
.tgo-theme-2026 .tgo-search-page .tgo-search-form select,
.tgo-theme-2026 .tgo-search-page .tgo-search-form button,
.tgo-theme-2026 .tgo-search-page .tgo-search-form .tgo-reset {
    width: 100%;
    height: 60px;
    border: 1px solid var(--tgo-public-line);
    border-radius: 10px;
    background: #fff;
    color: var(--tgo-public-ink);
    font: inherit;
}
.tgo-theme-2026 .tgo-search-page .tgo-search-form input,
.tgo-theme-2026 .tgo-search-page .tgo-search-form select { padding: 0 20px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-form button,
.tgo-theme-2026 .tgo-search-page .tgo-search-form .tgo-reset { display: flex; align-items: center; justify-content: center; padding: 0 14px; cursor: pointer; }
.tgo-theme-2026 .tgo-search-page .tgo-search-form button { border-color: var(--tgo-public-cyan); background: var(--tgo-public-cyan); color: #fff; font-weight: 500; }
.tgo-theme-2026 .tgo-search-page .tgo-search-form .tgo-reset { border-color: var(--tgo-public-cyan); color: var(--tgo-public-cyan); }
.tgo-theme-2026 .tgo-search-page .tgo-search-actions { display: contents; }
.tgo-theme-2026 .tgo-search-page .tgo-search-filter-toggle { display: none; }
.tgo-theme-2026 .tgo-search-page .tgo-search-filter-panel { display: grid; padding: 28px; border: 1px solid #dce8eb; border-radius: 16px; background: #f8fbfc; gap: 28px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-filter-panel[hidden] { display: none; }
.tgo-theme-2026 .tgo-search-page .tgo-search-filter-summary { display: flex; flex-wrap: wrap; min-height: 36px; margin: -40px 0 48px; gap: 8px; }
.tgo-theme-2026 .tgo-search-page [data-search-filter-chip] { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 14px; border: 1px solid #b8e4ee; border-radius: 999px; background: #effafd; color: var(--tgo-public-ink); font-size: 14px; line-height: 22px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-form[aria-busy="true"] { opacity: .72; }
.tgo-theme-2026 .tgo-search-page .tgo-search-date-row { display: grid; max-width: 940px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-date-row label { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 16px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-date-row label > span { font-weight: 500; }
.tgo-theme-2026 .tgo-search-page .tgo-search-filters { min-width: 0; margin: 0; padding: 0; border: 0; }
.tgo-theme-2026 .tgo-search-page .tgo-search-filters legend { margin-bottom: 16px; font-size: 24px; font-weight: 600; line-height: 32px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-filters > div { display: flex; flex-wrap: wrap; gap: 12px 32px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-filters label { display: inline-flex; align-items: center; gap: 10px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-filters input { width: 20px; height: 20px; margin: 0; accent-color: var(--tgo-public-cyan); }
.tgo-theme-2026 .tgo-search-page .tgo-search-results-header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 32px; gap: 24px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-results-header h2,
.tgo-theme-2026 .tgo-search-page .tgo-search-results-header p { margin: 0; }
.tgo-theme-2026 .tgo-search-page .tgo-search-results-header strong { color: var(--tgo-public-cyan); font-weight: 600; }
.tgo-theme-2026 .tgo-search-page .tgo-search-results {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.tgo-theme-2026 .tgo-search-page .tgo-search-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 440px));
    column-gap: 40px;
    row-gap: 40px;
}
.tgo-theme-2026 .tgo-search-page .tgo-search-results article {
    width: 100%;
    height: 476px;
    margin: 0;
    padding: 0;
    border: 0;
}
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card { min-width: 0; min-height: 476px; overflow: hidden; border: 0; border-radius: 15px; background: #fff; box-shadow: 0 22px 39px rgba(0, 0, 0, .05); }
.tgo-theme-2026 .tgo-search-page .tgo-search-results article:not(:has(.tgo-search-result-card__media)),
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card:not(:has(.tgo-search-result-card__media)) { height: auto; min-height: 240px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card > a { display: flex; height: 100%; flex-direction: column; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card img,
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card iframe,
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card video,
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card__media { display: block; width: 100%; aspect-ratio: 440 / 255; object-fit: cover; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card video { display: block; width: 100%; height: 100%; aspect-ratio: 440 / 255; object-fit: cover; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card__body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 28px 30px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card h3 { margin: 0 0 12px; color: var(--tgo-public-ink); font-size: 18px; font-weight: 500; line-height: 32px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card p { margin: 0; color: var(--tgo-public-muted); font-size: 16px; line-height: 24px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card__more { margin-top: auto; padding-top: 24px; color: var(--tgo-public-cyan); font-size: 16px; font-weight: 500; line-height: 24px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-empty { padding: 56px 24px; border: 1px dashed #b8dce4; border-radius: 16px; background: #f8fbfc; color: var(--tgo-public-muted); text-align: center; }
.tgo-theme-2026 .tgo-search-page .tgo-search-empty strong { display: block; margin-bottom: 8px; color: var(--tgo-public-ink); font-size: 22px; line-height: 30px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-empty p { margin: 0; }

/* Search reliability refresh: compact controls, typed result metadata and native GET pagination. */
.tgo-theme-2026 .tgo-search-page .tgo-public-content { padding-top: 48px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-form-heading { margin-bottom: 20px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-form {
    margin-bottom: 20px;
    padding: 24px;
    border: 1px solid var(--tgo-public-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(8, 63, 77, .06);
    gap: 22px;
}
.tgo-theme-2026 .tgo-search-page .tgo-search-keyword-row { grid-template-columns: minmax(260px, 1fr) 220px 132px 116px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-filter-panel { padding: 22px; border-radius: 14px; gap: 22px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-filter-summary { min-height: 0; margin: 0 0 38px; }
.tgo-theme-2026 .tgo-search-page [data-search-filter-chip] { background: #eff9f7; border-color: #b8e2d9; color: #175d54; font-weight: 500; }
.tgo-theme-2026 .tgo-search-page .tgo-search-results-header { align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--tgo-public-line); }
.tgo-theme-2026 .tgo-search-page .tgo-search-results-header p { color: var(--tgo-public-muted); }
.tgo-theme-2026 .tgo-search-page .tgo-search-results-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-results article,
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card { height: auto; min-height: 330px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card { border: 1px solid var(--tgo-public-line); box-shadow: 0 14px 32px rgba(8, 63, 77, .07); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card:hover { border-color: #9ddbe8; box-shadow: 0 20px 42px rgba(8, 63, 77, .12); transform: translateY(-3px); }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card__media { overflow: hidden; background: #eef5f6; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card__media img { height: 100%; transition: transform .3s ease; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card:hover .tgo-search-result-card__media img { transform: scale(1.025); }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card__body { padding: 24px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card__meta { display: flex; min-height: 28px; align-items: center; justify-content: space-between; margin-bottom: 14px; color: var(--tgo-public-muted); font-size: 13px; line-height: 20px; gap: 12px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card__type { display: inline-flex; min-height: 28px; align-items: center; padding: 3px 11px; border-radius: 999px; background: #eaf8fb; color: #057d9d; font-weight: 600; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card time { white-space: nowrap; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card h3 { display: -webkit-box; overflow: hidden; font-weight: 600; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card__more:after { margin-left: 8px; content: '→'; transition: transform .2s ease; }
.tgo-theme-2026 .tgo-search-page .tgo-search-result-card:hover .tgo-search-result-card__more:after { display: inline-block; transform: translateX(4px); }
.tgo-theme-2026 .tgo-search-page .tgo-search-pagination { display: flex; align-items: center; justify-content: center; margin-top: 48px; gap: 8px; }
.tgo-theme-2026 .tgo-search-page .tgo-search-pagination > a,
.tgo-theme-2026 .tgo-search-page .tgo-search-pagination > span:not(.tgo-search-pagination__ellipsis) { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--tgo-public-line); border-radius: 10px; background: #fff; color: var(--tgo-public-ink); font-weight: 600; }
.tgo-theme-2026 .tgo-search-page .tgo-search-pagination > a:hover { border-color: var(--tgo-public-cyan); color: var(--tgo-public-cyan); }
.tgo-theme-2026 .tgo-search-page .tgo-search-pagination > [aria-current='page'] { border-color: var(--tgo-public-cyan); background: var(--tgo-public-cyan); color: #fff; }
.tgo-theme-2026 .tgo-search-page .tgo-search-pagination > .is-disabled { opacity: .38; }
.tgo-theme-2026 .tgo-search-page .tgo-search-pagination__ellipsis { padding: 0 4px; color: var(--tgo-public-muted); }
.tgo-theme-2026 .tgo-search-page :is(input, select, button, a):focus-visible { outline: 3px solid rgba(5, 169, 209, .3); outline-offset: 2px; }
body.tgo-site-theme--soft .tgo-search-page .tgo-search-form,
body.tgo-site-theme--soft .tgo-search-page .tgo-search-result-card,
body.tgo-site-theme--soft .tgo-search-page .tgo-search-pagination > a,
body.tgo-site-theme--soft .tgo-search-page .tgo-search-pagination > span:not(.tgo-search-pagination__ellipsis) { background-color: var(--tgo-color-surface); border-color: var(--tgo-color-border); }

.tgo-theme-2026 .tgo-rich-content__failed-image {
    min-height: 8rem;
    padding: clamp(1rem, 4vw, 2rem);
    object-fit: contain !important;
    background: linear-gradient(135deg, #f2f8f9, #e8f2f4);
}

/* Existing native adapters share one canvas and rhythm without changing their parser/JS contracts. */
.tgo-theme-2026 .tgo-native-listing .tgo-public-content,
.tgo-theme-2026 .tgo-procurement-page .tgo-public-content,
.tgo-theme-2026 .tgo-calendar-page .tgo-public-content,
.tgo-theme-2026 .tgo-article-listing .tgo-public-content,
.tgo-theme-2026 .tgo-faq-page .tgo-public-content,
.tgo-theme-2026 .tgo-survey-page .tgo-public-content,
.tgo-theme-2026 .tgo-service-collection .tgo-public-content,
.tgo-theme-2026 .tgo-complaint-form-page .tgo-public-content { padding: var(--tgo-section-space) 0; }
.tgo-theme-2026 .tgo-native-listing .tgo-breadcrumb,
.tgo-theme-2026 .tgo-procurement-page .tgo-breadcrumb { margin: 0 0 32px; color: var(--tgo-public-muted); font-size: 14px; line-height: 22px; }

.tgo-theme-2026 .tgo-native-listing .tgo-feature-card,
.tgo-theme-2026 .tgo-native-listing .tgo-content-card { overflow: hidden; border: 1px solid var(--tgo-public-line); border-radius: 15px; background: #fff; box-shadow: 0 22px 39px rgba(0, 0, 0, .05); }
.tgo-theme-2026 .tgo-native-listing .tgo-feature-card { margin-bottom: 40px; }
.tgo-theme-2026 .tgo-native-listing .tgo-feature-card > a { min-height: 360px; grid-template-columns: minmax(0, 1.45fr) minmax(360px, 1fr); }
.tgo-theme-2026 .tgo-native-listing .tgo-feature-card img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.tgo-theme-2026 .tgo-native-listing .tgo-feature-card div { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 48px; }
.tgo-theme-2026 .tgo-native-listing .tgo-feature-card h2 { margin: 10px 0 14px; font-size: 24px; font-weight: 600; line-height: 34px; }
.tgo-theme-2026 .tgo-native-listing .tgo-card-grid--listing { grid-template-columns: repeat(3, minmax(0, 440px)); gap: 40px; margin-top: 0; }
.tgo-theme-2026 .tgo-native-listing .tgo-content-card img { width: 100%; height: 255px; object-fit: cover; }
.tgo-theme-2026 .tgo-native-listing .tgo-content-card > a:first-child > div { padding: 28px 30px 30px; }
.tgo-theme-2026 .tgo-native-listing .tgo-content-card h2 { margin: 8px 0 12px; font-size: 18px; font-weight: 500; line-height: 28px; }
.tgo-theme-2026 .tgo-native-listing .tgo-content-card p,
.tgo-theme-2026 .tgo-native-listing .tgo-feature-card p { color: var(--tgo-public-muted); font-size: 16px; line-height: 24px; }
.tgo-theme-2026 .tgo-native-listing .tgo-content-card time,
.tgo-theme-2026 .tgo-native-listing .tgo-feature-card time { color: var(--tgo-public-cyan); font-size: 14px; line-height: 22px; }
.tgo-theme-2026 .tgo-native-listing .tgo-read-more { color: var(--tgo-public-cyan); font-size: 15px; font-weight: 500; line-height: 24px; }

.tgo-theme-2026 .tgo-procurement-layout { grid-template-columns: 320px minmax(0, 1fr); gap: 24px; }
.tgo-theme-2026 .tgo-procurement-sidebar,
.tgo-theme-2026 .tgo-procurement-results { min-width: 0; border-color: var(--tgo-public-line); border-radius: 18px; box-shadow: var(--tgo-public-shadow); }
.tgo-theme-2026 .tgo-procurement-sidebar { padding: 28px; }
.tgo-theme-2026 .tgo-procurement-sidebar h2 { font-size: 24px; line-height: 32px; }
.tgo-theme-2026 .tgo-procurement-sidebar a { padding: 14px 12px; font-size: 16px; line-height: 24px; }
.tgo-theme-2026 .tgo-procurement-results > header { align-items: center; padding: 24px 30px; border-radius: 18px 18px 0 0; }
.tgo-theme-2026 .tgo-procurement-results > header h1 { font-size: 24px; line-height: 32px; }
.tgo-theme-2026 .tgo-procurement-results article { min-height: 122px; padding: 24px 30px; }
.tgo-theme-2026 .tgo-procurement-results article h2 { font-size: 18px; font-weight: 500; line-height: 28px; }
.tgo-theme-2026 .tgo-procurement-results article p { font-size: 16px; line-height: 24px; }
.tgo-theme-2026 .tgo-procurement-results article time { font-size: 14px; line-height: 22px; }

.tgo-theme-2026 .tgo-calendar-page .tgo-calendar-shell { min-width: 0; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); border-color: var(--tgo-public-line); border-radius: 18px; box-shadow: var(--tgo-public-shadow); }
.tgo-theme-2026 .tgo-calendar-page .tgo-calendar-main,
.tgo-theme-2026 .tgo-calendar-page .calendar-list-wrapper { min-width: 0; padding: 32px; }
.tgo-theme-2026 .tgo-calendar-page .calendar-list-wrapper h2 { font-size: 24px; line-height: 32px; }
.tgo-theme-2026 .tgo-calendar-page .calendar-list h4 { font-size: 18px; line-height: 28px; }
.tgo-theme-2026 .tgo-calendar-page .calendar-list p { font-size: 15px; line-height: 24px; }

.tgo-theme-2026 .tgo-article-listing .tgo-library-tools { margin-bottom: 40px; }
.tgo-theme-2026 .tgo-article-listing .tgo-article-card-grid { grid-template-columns: repeat(3, minmax(0, 440px)); gap: 40px; }
.tgo-theme-2026 .tgo-article-listing .tgo-article-card { overflow: hidden; border: 1px solid var(--tgo-public-line); border-radius: 15px; box-shadow: 0 22px 39px rgba(0, 0, 0, .05); }
.tgo-theme-2026 .tgo-article-listing .tgo-article-card-media { height: 255px; }
.tgo-theme-2026 .tgo-article-listing .tgo-article-card-copy { padding: 28px 30px 30px; }
.tgo-theme-2026 .tgo-article-listing .tgo-article-card h2 { font-size: 18px; font-weight: 500; line-height: 28px; }

.tgo-theme-2026 .tgo-faq-page .tgo-ai-assistant,
.tgo-theme-2026 .tgo-faq-page .tgo-faq-list,
.tgo-theme-2026 .tgo-survey-page .tgo-survey-intro,
.tgo-theme-2026 .tgo-survey-page .tgo-survey-legacy { border-color: var(--tgo-public-line); border-radius: 18px; box-shadow: var(--tgo-public-shadow); }
.tgo-theme-2026 .tgo-faq-page .tgo-faq-list,
.tgo-theme-2026 .tgo-survey-page .tgo-survey-legacy { padding: 40px; background: #fff; }
.tgo-theme-2026 .tgo-survey-page .tgo-survey-intro { margin-bottom: 32px; padding: 32px 40px; background: #fff; }
.tgo-theme-2026 .tgo-survey-page .tgo-survey-intro h2 { font-size: 24px; line-height: 32px; }

.tgo-theme-2026 .tgo-service-collection .tgo-service-collection-tools { margin-bottom: 42px; }
.tgo-theme-2026 .tgo-service-collection .tgo-service-collection-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.tgo-theme-2026 .tgo-service-collection .tgo-service-collection-card {
    position: relative;
    display: flex;
    height: 319px;
    min-height: 319px;
    overflow: hidden;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border-color: var(--tgo-public-line);
    border-radius: 24px;
    padding: 0;
    box-shadow: var(--tgo-public-shadow);
}
.tgo-theme-2026 .tgo-service-collection .tgo-service-collection-visual {
    width: 100%;
    height: 170px;
    flex: 0 0 170px;
    border-radius: 0;
}
.tgo-theme-2026 .tgo-service-collection .tgo-service-collection-copy { display: flex; min-height: 130px; flex-direction: column; padding: 18px 22px 20px; }
.tgo-theme-2026 .tgo-service-collection .tgo-service-collection-copy strong { color: var(--tgo-public-ink); font-size: 18px; font-weight: 500; line-height: 28px; }

@media screen and (max-width: 1180px) {
    .tgo-theme-2026 .tgo-service-collection .tgo-service-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Stateful public services retain their legacy form behavior inside one Theme 2026 surface. */
.tgo-theme-2026 .tgo-stateful-page .tgo-public-content { background-color: #f4fafb; }
.tgo-theme-2026 .tgo-stateful-intro { max-width: 920px; margin: 0 auto 32px; text-align: center; }
.tgo-theme-2026 .tgo-stateful-intro > span { display: inline-flex; margin-bottom: 12px; border-radius: 999px; padding: 8px 18px; background: #e9f9fc; color: var(--tgo-public-cyan); font-size: 14px; font-weight: 600; letter-spacing: .04em; }
.tgo-theme-2026 .tgo-stateful-intro h2 { margin: 0; color: var(--tgo-public-ink); font-size: 32px; font-weight: 600; line-height: 42px; }
.tgo-theme-2026 .tgo-stateful-intro p { margin: 12px 0 0; color: var(--tgo-public-muted); font-size: 17px; line-height: 27px; }
.tgo-theme-2026 .tgo-stateful-page .tgo-stateful-form { max-width: 1180px; margin: 0 auto; overflow: hidden; border: 1px solid var(--tgo-public-line); border-radius: 20px; padding: 48px; background: #fff; box-shadow: var(--tgo-public-shadow); }
.tgo-theme-2026 .tgo-stateful-form .container { width: 100% !important; max-width: none; padding-right: 0; padding-left: 0; }
.tgo-theme-2026 .tgo-stateful-form .row_content { margin: 0; padding: 0; }
.tgo-theme-2026 .tgo-stateful-form .head_page,
.tgo-theme-2026 .tgo-stateful-form .head_detail_textdl { display: none; }
.tgo-theme-2026 .tgo-stateful-form .content_white { overflow: visible; border: 0; border-radius: 0; padding: 0; background: transparent; box-shadow: none; }
.tgo-theme-2026 .tgo-stateful-form .row { margin-right: -10px; margin-left: -10px; }
.tgo-theme-2026 .tgo-stateful-form [class*="col-"] { padding-right: 10px; padding-left: 10px; }
.tgo-theme-2026 .tgo-stateful-form .form-group { margin-bottom: 22px; }
.tgo-theme-2026 .tgo-stateful-form label { display: inline-block; margin-bottom: 8px; color: var(--tgo-public-ink); font-family: Prompt, sans-serif; font-size: var(--tgo-font-control); font-weight: 500; line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-stateful-form label span { color: #dc3b49; }
.tgo-theme-2026 .tgo-stateful-form .form-control { width: 100%; min-height: var(--tgo-control-height); border: 1px solid #cfe0e4; border-radius: 12px; padding: 10px 14px; background: #fff; box-shadow: none; color: var(--tgo-public-ink); font-family: Prompt, sans-serif; font-size: var(--tgo-font-body); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-stateful-form .help-block,
.tgo-theme-2026 .tgo-stateful-form .text-muted { font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-stateful-form textarea.form-control { min-height: 132px; resize: vertical; }
.tgo-theme-2026 .tgo-stateful-form .form-control:focus { border-color: var(--tgo-public-cyan); outline: 0; box-shadow: 0 0 0 4px rgb(var(--tgo-color-primary-rgb) / 12%); }
.tgo-theme-2026 .tgo-stateful-form .has-error .form-control,
.tgo-theme-2026 .tgo-stateful-form .form-control:invalid:focus { border-color: #dc3b49; box-shadow: 0 0 0 4px rgba(220,59,73,.1); }
.tgo-theme-2026 .tgo-stateful-form input[type="file"] { min-height: 52px; border: 1px dashed #9fcbd4; border-radius: 12px; padding: 11px; background: #f5fbfc; }
.tgo-theme-2026 .tgo-stateful-form input[type="checkbox"],
.tgo-theme-2026 .tgo-stateful-form input[type="radio"] { width: 18px; height: 18px; margin: 2px 7px 0 0; accent-color: var(--tgo-public-cyan); vertical-align: top; }
.tgo-theme-2026 .tgo-stateful-form .btn_submit,
.tgo-theme-2026 .tgo-stateful-form .btnsubmit,
.tgo-theme-2026 .tgo-stateful-form .btnstep { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 0; border-radius: 12px; padding: 11px 24px; background: linear-gradient(90deg, var(--tgo-color-primary), var(--tgo-color-success)); color: #fff; font-family: Prompt, sans-serif; font-size: 16px; font-weight: 600; line-height: 24px; box-shadow: 0 10px 24px rgb(var(--tgo-color-primary-rgb) / 18%); cursor: pointer; }
.tgo-theme-2026 .tgo-stateful-form .btn_submit[disabled],
.tgo-theme-2026 .tgo-stateful-form .btnsubmit[disabled] { cursor: not-allowed; filter: grayscale(.7); opacity: .55; }
.tgo-theme-2026 .tgo-stateful-form table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--tgo-public-line); border-radius: 14px; }
.tgo-theme-2026 .tgo-stateful-form table th { background: #edf8fa; color: var(--tgo-public-ink); font-weight: 600; }
.tgo-theme-2026 .tgo-stateful-form table th,
.tgo-theme-2026 .tgo-stateful-form table td { border-bottom: 1px solid var(--tgo-public-line); padding: 14px 16px; text-align: left; vertical-align: top; }
.tgo-theme-2026 .tgo-stateful-form .boxtopic,
.tgo-theme-2026 .tgo-stateful-form .topic { margin: 28px 0 18px; border-left: 4px solid var(--tgo-public-cyan); border-radius: 0 12px 12px 0; padding: 14px 18px; background: #edf8fa; color: var(--tgo-public-ink); font-size: 20px; font-weight: 600; line-height: 30px; }
.tgo-theme-2026 .tgo-stateful-page--complaint-status #step_01 { max-width: 620px; }
.tgo-theme-2026 .tgo-stateful-page--complaint-status #step_02 { margin-top: 12px; }
.tgo-theme-2026 .tgo-stateful-page--complaint-status .complaint_details > .row { display: flex; flex-wrap: wrap; }
.tgo-theme-2026 .tgo-stateful-page--career .box_step { border-radius: 16px; background: #fff; }
.tgo-theme-2026 .tgo-stateful-page--career .step_list { display: flex; max-width: 620px; align-items: center; justify-content: center; gap: 16px; margin: 0 auto 36px; }
.tgo-theme-2026 .tgo-stateful-page--career .step_list a { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border: 2px solid #b9dde4; border-radius: 50%; background: #fff; color: var(--tgo-public-muted); font-weight: 600; text-decoration: none; }
.tgo-theme-2026 .tgo-stateful-page--career .step_list a.active { border-color: var(--tgo-public-cyan); background: var(--tgo-public-cyan); color: #fff; box-shadow: 0 8px 20px rgb(var(--tgo-color-primary-rgb) / 20%); }
.tgo-theme-2026 .tgo-stateful-page--career .box_btnstep { display: flex; gap: 12px; justify-content: flex-end; margin-top: 28px; }

/* Focused presentation adapters for parser-driven contact, downloads, board and recruitment pages. */
.tgo-theme-2026 .tgo-content-family-page .tgo-public-content { padding: var(--tgo-section-space) 0; background: #f7fbfc; }
.tgo-theme-2026 .tgo-content-family-intro { max-width: 780px; margin: 0 auto 36px; text-align: center; }
.tgo-theme-2026 .tgo-content-family-intro > span { display: inline-flex; margin-bottom: 10px; color: var(--tgo-public-cyan); font-size: 14px; font-weight: 600; letter-spacing: .08em; line-height: 22px; }
.tgo-theme-2026 .tgo-content-family-intro h2 { margin: 0; color: var(--tgo-public-ink); font-size: 32px; font-weight: 600; line-height: 42px; }
.tgo-theme-2026 .tgo-content-family-intro p { margin: 10px 0 0; color: var(--tgo-public-muted); font-size: 17px; line-height: 28px; }
.tgo-theme-2026 .tgo-content-family-surface { min-width: 0; overflow: hidden; border: 1px solid var(--tgo-public-line); border-radius: 20px; padding: 48px; background: #fff; box-shadow: var(--tgo-public-shadow); color: var(--tgo-public-ink); font-family: Prompt, sans-serif; }
.tgo-theme-2026 .tgo-content-family-surface > .row { margin-right: 0; margin-left: 0; }
.tgo-theme-2026 .tgo-content-family-surface > .row_content { padding: 0; background: transparent; }
.tgo-theme-2026 .tgo-content-family-surface > .row_content + .row_content { margin-top: 36px; border-top: 1px solid var(--tgo-public-line); padding-top: 36px; }
.tgo-theme-2026 .tgo-content-family-surface .container { width: 100% !important; max-width: none; padding-right: 0; padding-left: 0; }
.tgo-theme-2026 .tgo-content-family-surface .head_page { display: none; }
.tgo-theme-2026 .tgo-content-family-surface .content_white { width: 100%; padding: 0; background: transparent; }
.tgo-theme-2026 .tgo-content-family-surface .head_detail_textdl,
.tgo-theme-2026 .tgo-content-family-surface .head_detail_content { padding: 0 15px 24px; }
.tgo-theme-2026 .tgo-content-family-surface .head_detail_textdl > h1,
.tgo-theme-2026 .tgo-content-family-surface .head_detail_content > h1 { margin: 0; color: var(--tgo-public-ink); font-size: 24px; font-weight: 600; line-height: 34px; }
.tgo-theme-2026 .tgo-content-family-surface .page_name { margin-bottom: 14px; color: var(--tgo-public-muted); font-size: 14px; line-height: 22px; }
.tgo-theme-2026 .tgo-content-family-surface p,
.tgo-theme-2026 .tgo-content-family-surface li,
.tgo-theme-2026 .tgo-content-family-surface label { color: var(--tgo-public-muted); font-family: Prompt, sans-serif; font-size: 16px; line-height: 26px; }
.tgo-theme-2026 .tgo-content-family-surface img { max-width: 100%; height: auto; }
.tgo-theme-2026 .tgo-content-family-surface .text_content { margin: 0 0 20px; border: 1px solid var(--tgo-public-line); border-radius: 14px; padding: 24px; background: #fff; }
.tgo-theme-2026 .tgo-content-family-surface .text_content h1 { margin: 0 0 10px; color: var(--tgo-public-ink); font-size: 19px; font-weight: 600; line-height: 29px; }
.tgo-theme-2026 .tgo-content-family-surface .wrap_download { display: flex; flex-wrap: wrap; margin-top: 16px; gap: 10px; }
.tgo-theme-2026 .tgo-content-family-surface .linkdownloadpdf,
.tgo-theme-2026 .tgo-content-family-surface .btn_bod_download,
.tgo-theme-2026 .tgo-content-family-surface .btn_count_download,
.tgo-theme-2026 .tgo-content-family-surface .btn_download a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 0; border-radius: 10px; padding: 10px 18px; background: linear-gradient(90deg, var(--tgo-color-primary), var(--tgo-color-success)); color: #fff; font-size: 15px; font-weight: 600; line-height: 24px; text-decoration: none; box-shadow: 0 9px 22px rgb(var(--tgo-color-primary-rgb) / 16%); }
.tgo-theme-2026 .tgo-content-family-surface .wrap_item_download { display: grid; gap: 14px; }
.tgo-theme-2026 .tgo-content-family-surface .item_download { display: grid; min-width: 0; align-items: center; grid-template-columns: minmax(0, 1fr) auto; gap: 12px 24px; border: 1px solid var(--tgo-public-line); border-radius: 14px; padding: 22px 24px; background: #fff; }
.tgo-theme-2026 .tgo-content-family-surface .item_download > h1 { min-width: 0; margin: 0; color: var(--tgo-public-ink); font-size: 17px; font-weight: 500; line-height: 27px; }
.tgo-theme-2026 .tgo-content-family-surface .item_download > h1 a { color: inherit; }
.tgo-theme-2026 .tgo-content-family-surface .item_download .btn_download { display: flex; grid-column: 2; grid-row: 1 / span 2; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.tgo-theme-2026 .tgo-content-family-surface .item_download .calendar_news { color: var(--tgo-public-muted); font-size: 14px; line-height: 22px; }
.tgo-theme-2026 .tgo-content-family-surface .row_staff { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tgo-theme-2026 .tgo-content-family-surface .row_staff:before,
.tgo-theme-2026 .tgo-content-family-surface .row_staff:after { display: none; }
.tgo-theme-2026 .tgo-content-family-surface .row_staff > [class*="col-"] { width: auto; min-width: 0; height: auto !important; float: none; border: 1px solid var(--tgo-public-line); border-radius: 16px; padding: 18px; background: #fff; box-shadow: 0 12px 28px rgba(50,91,101,.08); }
.tgo-theme-2026 .tgo-content-family-surface .item_staff figure > div { overflow: hidden; border-radius: 12px; background: #edf8fa; aspect-ratio: 4 / 3; }
.tgo-theme-2026 .tgo-content-family-surface .item_staff figure > div img { width: 100%; height: 100%; object-fit: cover; }
.tgo-theme-2026 .tgo-content-family-surface .item_staff hgroup h1 { margin: 16px 0 4px; color: var(--tgo-public-ink); font-size: 18px; font-weight: 600; line-height: 28px; }
.tgo-theme-2026 .tgo-content-family-surface .item_staff hgroup h2 { margin: 0; color: var(--tgo-public-muted); font-size: 15px; font-weight: 400; line-height: 24px; }
.tgo-theme-2026 .tgo-content-family-surface #form_contactus { display: grid; margin-top: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; }
.tgo-theme-2026 .tgo-content-family-surface #form_contactus .form-group { margin: 0; }
.tgo-theme-2026 .tgo-content-family-surface #form_contactus .form-group:nth-last-child(-n+2) { grid-column: 1 / -1; }
.tgo-theme-2026 .tgo-content-family-surface #form_contactus label { display: block; margin-bottom: 8px; color: var(--tgo-public-ink); font-weight: 500; }
.tgo-theme-2026 .tgo-content-family-surface #form_contactus .form-control { width: 100%; min-height: 50px; border: 1px solid #cfe0e4; border-radius: 10px; padding: 10px 14px; background: #fff; box-shadow: none; color: var(--tgo-public-ink); font: 16px/26px Prompt, sans-serif; }
.tgo-theme-2026 .tgo-content-family-surface #form_contactus textarea.form-control { min-height: 140px; resize: vertical; }
.tgo-theme-2026 .tgo-content-family-surface #form_contactus .form-control:focus { border-color: var(--tgo-public-cyan); outline: 3px solid rgb(var(--tgo-color-primary-rgb) / 14%); }
.tgo-theme-2026 .tgo-content-family-surface #form_contactus .btn_submit { min-height: 48px; border: 0; border-radius: 10px; padding: 11px 24px; background: linear-gradient(90deg, var(--tgo-color-primary), var(--tgo-color-success)); color: #fff; font: 600 16px/24px Prompt, sans-serif; box-shadow: 0 10px 24px rgb(var(--tgo-color-primary-rgb) / 18%); }
.tgo-theme-2026 .tgo-content-family-surface .wrap_googlemap { height: 430px; overflow: hidden; border-radius: 16px; }
.tgo-theme-2026 .tgo-content-family-surface .wrap_googlemap iframe { display: block; width: 100%; height: 100%; border: 0; }

/* Protected member presentation; authorization remains in the existing controller/model boundary. */
.tgo-theme-2026 .tgo-member-page .tgo-public-content { padding: var(--tgo-section-space) 0; background: #f7fbfc; }
.tgo-theme-2026 .tgo-member-toolbar { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 30px; gap: 24px; }
.tgo-theme-2026 .tgo-member-toolbar span,
.tgo-theme-2026 .tgo-member-detail__surface > header span { color: var(--tgo-public-cyan); font-size: 14px; font-weight: 600; letter-spacing: .08em; line-height: 22px; }
.tgo-theme-2026 .tgo-member-toolbar h2 { margin: 6px 0 0; color: var(--tgo-public-ink); font-size: 30px; font-weight: 600; line-height: 40px; }
.tgo-theme-2026 .tgo-member-toolbar p { margin: 8px 0 0; color: var(--tgo-public-muted); font-size: 15px; line-height: 24px; }
.tgo-theme-2026 .tgo-member-signout { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid #b9dde4; border-radius: 10px; padding: 10px 20px; background: #fff; color: var(--tgo-public-cyan); font-size: 15px; font-weight: 600; text-decoration: none; }
.tgo-theme-2026 .tgo-member-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.tgo-theme-2026 .tgo-member-card { display: grid; min-width: 0; align-items: center; grid-template-columns: 58px minmax(0, 1fr) 44px; gap: 18px; border: 1px solid var(--tgo-public-line); border-radius: 16px; padding: 24px; background: #fff; box-shadow: var(--tgo-public-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.tgo-theme-2026 .tgo-member-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(77,111,120,.16); }
.tgo-theme-2026 .tgo-member-card__icon { display: inline-flex; width: 58px; height: 58px; align-items: center; justify-content: center; border-radius: 14px; background: linear-gradient(135deg, var(--tgo-color-primary), var(--tgo-color-success)); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.tgo-theme-2026 .tgo-member-card p { margin: 0 0 5px; color: var(--tgo-public-muted); font-size: 13px; line-height: 21px; }
.tgo-theme-2026 .tgo-member-card h3 { margin: 0; color: var(--tgo-public-ink); font-size: var(--tgo-font-card-title); font-weight: 600; line-height: 1.55; }
.tgo-theme-2026 .tgo-member-card h3 a { color: inherit; }
.tgo-theme-2026 .tgo-member-card__action { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: #edf8fa; color: var(--tgo-public-cyan); font-size: 22px; text-decoration: none; }
.tgo-theme-2026 .tgo-member-empty { border: 1px dashed #b9dde4; border-radius: 16px; padding: 36px; background: #fff; color: var(--tgo-public-muted); text-align: center; }
.tgo-theme-2026 .tgo-member-breadcrumb { margin-bottom: 20px; color: var(--tgo-public-muted); font-size: 14px; line-height: 22px; }
.tgo-theme-2026 .tgo-member-breadcrumb a { color: var(--tgo-public-cyan); }
.tgo-theme-2026 .tgo-member-detail__surface { overflow: hidden; border: 1px solid var(--tgo-public-line); border-radius: 20px; padding: 48px; background: #fff; box-shadow: var(--tgo-public-shadow); }
.tgo-theme-2026 .tgo-member-detail__surface > header { margin-bottom: 28px; border-bottom: 1px solid var(--tgo-public-line); padding-bottom: 24px; }
.tgo-theme-2026 .tgo-member-detail__surface h1 { margin: 6px 0 0; color: var(--tgo-public-ink); font-size: 30px; font-weight: 600; line-height: 42px; }
.tgo-theme-2026 .tgo-member-detail__content { color: var(--tgo-public-muted); font-size: 16px; line-height: 28px; }
.tgo-theme-2026 .tgo-member-detail__content img { max-width: 100%; height: auto; }

.tgo-theme-2026 .tgo-interior-hero--complaint { background: #edf8fa url('../images/complaint-form-hero.png') right center/auto 100% no-repeat; }
.tgo-theme-2026 .tgo-interior-hero--complaint:after { position: absolute; inset: 0; background: linear-gradient(75deg, #fff 15%, rgba(255,255,255,.92) 34%, rgba(255,255,255,0) 66%); content: ''; pointer-events: none; }
.tgo-theme-2026 .tgo-interior-hero--complaint .tgo-public-container { z-index: 2; }
.tgo-theme-2026 .tgo-complaint-form-page .tgo-complaint-form-intro { margin-bottom: 36px; }

/*
 * Presentation-only bridge for public module families that still depend on
 * legacy parser, Bootstrap, upload and submission contracts. The scope hook
 * keeps those behaviors intact while giving every remaining public route the
 * same hero height, 1400px canvas, Prompt type and contemporary surfaces.
 */
.tgo-theme-2026 .tgo-legacy-public-shell { overflow: hidden; background: #f7fbfc; color: var(--tgo-public-ink); font-family: Prompt, sans-serif; }
.tgo-theme-2026 .tgo-legacy-public-shell > .row,
.tgo-theme-2026 .tgo-legacy-public-shell > form > .row { margin-right: 0; margin-left: 0; }
.tgo-theme-2026 .tgo-legacy-public-shell .top_banner { position: relative; height: var(--tgo-public-hero-height); overflow: hidden; padding: 0; background: #eaf7f8 url('../images/home-services-hex-pattern.svg') center/cover no-repeat; }
.tgo-theme-2026 .tgo-legacy-public-shell .top_banner:after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(235,249,250,.7), rgba(255,255,255,.08)); content: ''; pointer-events: none; }
.tgo-theme-2026 .tgo-legacy-public-shell .top_banner img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.tgo-theme-2026 .tgo-legacy-public-shell > .row_content,
.tgo-theme-2026 .tgo-legacy-public-shell > form > .row_content { margin: 0; padding: var(--tgo-section-space) 0; background: #f7fbfc; }
.tgo-theme-2026 .tgo-legacy-public-shell > .row_content > .container,
.tgo-theme-2026 .tgo-legacy-public-shell > form > .row_content > .container { width: calc(100% - 40px) !important; max-width: var(--tgo-public-max); margin-right: auto; margin-left: auto; padding-right: 0; padding-left: 0; }
.tgo-theme-2026 .tgo-legacy-public-shell .head_page { padding: 0 0 32px; }
.tgo-theme-2026 .tgo-legacy-public-shell .head_page h1 { margin: 0; color: var(--tgo-public-ink); font-size: 40px; font-weight: 600; line-height: 48px; }
.tgo-theme-2026 .tgo-legacy-public-shell .head_page h2 { margin: 8px 0 0; color: var(--tgo-public-muted); font-size: 18px; font-weight: 400; line-height: 28px; }
.tgo-theme-2026 .tgo-legacy-public-shell .content_white { overflow: hidden; border: 1px solid var(--tgo-public-line); border-radius: var(--tgo-public-detail-radius); background: #fff; box-shadow: var(--tgo-public-shadow); }
.tgo-theme-2026 .tgo-legacy-public-shell .head_detail_textdl,
.tgo-theme-2026 .tgo-legacy-public-shell .head_detail_content { padding-top: 30px; padding-bottom: 22px; }
.tgo-theme-2026 .tgo-legacy-public-shell .head_detail_textdl h1,
.tgo-theme-2026 .tgo-legacy-public-shell .head_detail_content h1,
.tgo-theme-2026 .tgo-legacy-public-shell .page_name { color: var(--tgo-public-ink); font-family: Prompt, sans-serif; font-size: 24px; font-weight: 600; line-height: 32px; }
.tgo-theme-2026 .tgo-legacy-public-shell p,
.tgo-theme-2026 .tgo-legacy-public-shell li,
.tgo-theme-2026 .tgo-legacy-public-shell label { color: var(--tgo-public-muted); font-family: Prompt, sans-serif; font-size: 16px; line-height: 24px; }
.tgo-theme-2026 .tgo-legacy-public-shell .form-control { min-height: 48px; border: 1px solid #cfe0e4; border-radius: 10px; background: #fff; box-shadow: none; color: var(--tgo-public-ink); font-family: Prompt, sans-serif; font-size: 16px; }
.tgo-theme-2026 .tgo-legacy-public-shell textarea.form-control { min-height: 132px; resize: vertical; }
.tgo-theme-2026 .tgo-legacy-public-shell .form-control:focus { border-color: var(--tgo-public-cyan); box-shadow: 0 0 0 3px rgb(var(--tgo-color-primary-rgb) / 14%); }
.tgo-theme-2026 .tgo-legacy-public-shell .btnsubmit,
.tgo-theme-2026 .tgo-legacy-public-shell .btnstep,
.tgo-theme-2026 .tgo-legacy-public-shell .btn_default,
.tgo-theme-2026 .tgo-legacy-public-shell .btn-primary { min-height: 44px; border: 0; border-radius: 10px; background: linear-gradient(90deg, var(--tgo-color-primary), var(--tgo-color-success)); color: #fff; font-family: Prompt, sans-serif; font-size: 16px; font-weight: 600; line-height: 24px; box-shadow: 0 10px 24px rgb(var(--tgo-color-primary-rgb) / 18%); }
.tgo-theme-2026 .tgo-legacy-public-shell img { max-width: 100%; }

/* Annual publication listing and general-video listing. */
.tgo-theme-2026 .tgo-annual-reports .tgo-public-content,
.tgo-theme-2026 .tgo-video-listing .tgo-public-content { padding-top: 64px; }
.tgo-theme-2026 .tgo-annual-tools { display: flex; align-items: end; justify-content: space-between; margin: 0 0 40px; gap: 24px; }
.tgo-theme-2026 .tgo-annual-tools h2 { margin: 0; font-size: 24px; font-weight: 600; line-height: 32px; }
.tgo-theme-2026 .tgo-annual-tools i { display: block; width: 54px; height: 2px; margin-top: 12px; background: var(--tgo-public-cyan); }
.tgo-theme-2026 .tgo-annual-tools label { width: min(100%, 440px); }
.tgo-theme-2026 .tgo-annual-tools input { width: 100%; height: 54px; padding: 0 20px; border: 1px solid var(--tgo-public-line); border-radius: 10px; background: #fff; color: var(--tgo-public-ink); font: 16px/24px Prompt, sans-serif; }
.tgo-theme-2026 .tgo-annual-tools input:focus { border-color: var(--tgo-public-cyan); outline: 3px solid rgb(var(--tgo-color-primary-rgb) / 18%); }
.tgo-theme-2026 .tgo-annual-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.tgo-theme-2026 .tgo-annual-card { display: grid; min-width: 0; min-height: 330px; overflow: hidden; grid-template-columns: minmax(180px, 42%) minmax(0, 1fr); border: 1px solid var(--tgo-public-line); border-radius: 18px; background: #fff; box-shadow: var(--tgo-public-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.tgo-theme-2026 .tgo-annual-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(77, 111, 120, .18); }
.tgo-theme-2026 .tgo-annual-cover { min-height: 100%; overflow: hidden; background: #edf8fa; }
.tgo-theme-2026 .tgo-annual-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tgo-theme-2026 .tgo-annual-card__body { display: flex; min-width: 0; flex-direction: column; padding: 30px; }
.tgo-theme-2026 .tgo-annual-card time,
.tgo-theme-2026 .tgo-video-listing time { display: block; margin: 0 0 12px; color: var(--tgo-public-cyan); font-size: 14px; line-height: 22px; }
.tgo-theme-2026 .tgo-annual-card h2 { margin: 0 0 12px; color: var(--tgo-public-ink); font-size: 20px; font-weight: 600; line-height: 30px; }
.tgo-theme-2026 .tgo-annual-card p { margin: 0; color: var(--tgo-public-muted); font-size: 16px; line-height: 24px; }
.tgo-theme-2026 .tgo-annual-card nav { display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; gap: 16px; }
.tgo-theme-2026 .tgo-annual-card nav a { color: var(--tgo-public-cyan); font-size: 15px; font-weight: 500; line-height: 24px; }
.tgo-theme-2026 .tgo-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 48px; gap: 8px; }
.tgo-theme-2026 .tgo-pagination a { display: inline-flex; min-width: var(--tgo-control-height); min-height: var(--tgo-control-height); align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--tgo-public-line); border-radius: 8px; background: #fff; color: var(--tgo-public-ink); font-size: var(--tgo-font-control); }
.tgo-theme-2026 .tgo-pagination a:hover,
.tgo-theme-2026 .tgo-pagination a:focus,
.tgo-theme-2026 .tgo-pagination a.active { border-color: var(--tgo-public-cyan); background: var(--tgo-public-cyan); color: #fff; }

.tgo-theme-2026 .tgo-video-breadcrumb { margin-bottom: 32px; }
.tgo-theme-2026 .tgo-video-feature { margin-bottom: 56px; overflow: hidden; border: 1px solid var(--tgo-public-line); border-radius: 18px; background: #fff; box-shadow: var(--tgo-public-shadow); }
.tgo-theme-2026 .tgo-video-feature > a { display: grid; min-height: 394px; grid-template-columns: minmax(0, 2fr) minmax(340px, 1fr); }
.tgo-theme-2026 .tgo-video-feature__body { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 48px; }
.tgo-theme-2026 .tgo-video-feature h2,
.tgo-theme-2026 .tgo-video-card h2 { margin: 0 0 12px; color: var(--tgo-public-ink); font-size: 18px; font-weight: 500; line-height: 28px; }
.tgo-theme-2026 .tgo-video-feature h2 { font-size: 24px; font-weight: 600; line-height: 34px; }
.tgo-theme-2026 .tgo-video-feature p,
.tgo-theme-2026 .tgo-video-card p { margin: 0; color: var(--tgo-public-muted); font-size: 16px; line-height: 24px; }
.tgo-theme-2026 .tgo-video-watch { margin-top: 28px; color: var(--tgo-public-cyan); font-size: 16px; font-weight: 500; }
.tgo-theme-2026 .tgo-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 440px)); gap: 40px; }
.tgo-theme-2026 .tgo-video-card { min-width: 0; overflow: hidden; border: 1px solid var(--tgo-public-line); border-radius: 15px; background: #fff; box-shadow: 0 22px 39px rgba(0, 0, 0, .05); transition: transform .2s ease, box-shadow .2s ease; }
.tgo-theme-2026 .tgo-video-card:hover,
.tgo-theme-2026 .tgo-video-card:focus-within { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(77, 111, 120, .18); }
.tgo-theme-2026 .tgo-video-card > a { display: flex; height: 100%; flex-direction: column; }
.tgo-theme-2026 .tgo-video-media { position: relative; min-width: 0; overflow: hidden; background: #dff4f8; aspect-ratio: 16 / 9; }
.tgo-theme-2026 .tgo-video-media img,
.tgo-theme-2026 .tgo-video-media video,
.tgo-theme-2026 .tgo-video-media iframe { display: block; width: 100%; height: 100%; border: 0; object-fit: cover; }
.tgo-theme-2026 .tgo-video-play { position: absolute; top: 50%; left: 50%; width: 64px; height: 64px; border: 2px solid rgba(255, 255, 255, .9); border-radius: 50%; background: rgb(var(--tgo-color-primary-rgb) / 90%); box-shadow: 0 8px 24px rgba(13, 49, 58, .2); transform: translate(-50%, -50%); transition: transform .2s ease, background .2s ease; }
.tgo-theme-2026 .tgo-video-play:after { position: absolute; top: 50%; left: 52%; width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid #fff; content: ''; transform: translate(-38%, -50%); }
.tgo-theme-2026 .tgo-video-card:hover .tgo-video-play,
.tgo-theme-2026 .tgo-video-feature:hover .tgo-video-play { background: #038eb5; transform: translate(-50%, -50%) scale(1.06); }
.tgo-theme-2026 .tgo-video-card__body { min-width: 0; padding: 28px 30px 30px; }
.tgo-theme-2026 .tgo-video-listing a:focus-visible { outline: 3px solid rgb(var(--tgo-color-primary-rgb) / 35%); outline-offset: 3px; }

/* Generic publication collections: brochures, books, infographics and related knowledge assets. */
.tgo-theme-2026 .tgo-publication-listing .tgo-public-content { padding: var(--tgo-section-space) 0; background: #f7fbfc; }
.tgo-theme-2026 .tgo-publication-heading { margin-bottom: 36px; }
.tgo-theme-2026 .tgo-publication-heading p { margin: 0 0 8px; color: var(--tgo-public-cyan); font-size: 14px; font-weight: 500; letter-spacing: .04em; line-height: 22px; text-transform: uppercase; }
.tgo-theme-2026 .tgo-publication-heading h2 { margin: 0; color: var(--tgo-public-ink); font-size: 28px; font-weight: 600; line-height: 38px; }
.tgo-theme-2026 .tgo-publication-heading i { display: block; width: 56px; height: 3px; margin-top: 14px; border-radius: 999px; background: linear-gradient(90deg, var(--tgo-public-cyan), #58c992); }
.tgo-theme-2026 .tgo-publication-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.tgo-theme-2026 .tgo-publication-card { min-width: 0; overflow: hidden; border: 1px solid var(--tgo-public-line); border-radius: 18px; background: #fff; box-shadow: var(--tgo-public-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.tgo-theme-2026 .tgo-publication-card:hover,
.tgo-theme-2026 .tgo-publication-card:focus-within { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(77, 111, 120, .18); }
.tgo-theme-2026 .tgo-publication-card__link { display: flex; height: 100%; min-width: 0; flex-direction: column; color: inherit; text-decoration: none; }
.tgo-theme-2026 .tgo-publication-card__link:focus-visible { outline: 3px solid rgb(var(--tgo-color-primary-rgb) / 38%); outline-offset: -3px; }
.tgo-theme-2026 .tgo-publication-card__media { display: block; margin: 0; overflow: hidden; background: linear-gradient(135deg, #e8f9fc, #edf8f3); aspect-ratio: 4 / 3; }
.tgo-theme-2026 .tgo-publication-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tgo-theme-2026 .tgo-publication-card__media img.tgo-image-fallback { padding: 38px; object-fit: contain; }
.tgo-theme-2026 .tgo-publication-card:hover .tgo-publication-card__media img { transform: scale(1.025); }
.tgo-theme-2026 .tgo-publication-card__body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 26px 28px 28px; }
.tgo-theme-2026 .tgo-publication-card time { display: block; min-height: 22px; margin-bottom: 8px; color: var(--tgo-public-cyan); font-size: var(--tgo-font-meta); line-height: var(--tgo-line-compact); }
.tgo-theme-2026 .tgo-publication-card h2 { display: -webkit-box; min-height: 60px; overflow: hidden; margin: 0 0 10px; color: var(--tgo-public-ink); font-size: var(--tgo-font-card-title); font-weight: 600; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tgo-theme-2026 .tgo-publication-card p { display: -webkit-box; min-height: 48px; overflow: hidden; margin: 0; color: var(--tgo-public-muted); font-size: 15px; line-height: 24px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tgo-theme-2026 .tgo-publication-card__action { display: inline-flex; align-items: center; align-self: flex-start; margin-top: auto; padding-top: 22px; color: var(--tgo-public-cyan); font-size: 15px; font-weight: 600; gap: 8px; }
.tgo-theme-2026 .tgo-publication-card__action span { transition: transform .2s ease; }
.tgo-theme-2026 .tgo-publication-card:hover .tgo-publication-card__action span { transform: translateX(4px); }
.tgo-theme-2026 .tgo-public-empty { display: flex; min-height: 220px; align-items: center; justify-content: center; flex-direction: column; border: 1px dashed #acd7df; border-radius: 18px; background: #fff; color: var(--tgo-public-muted); text-align: center; gap: 8px; }

/* The public soft theme is server-selected and must cover every public page family. */
body.tgo-site-theme--soft .tgo-public-content,
body.tgo-site-theme--soft .tgo-content-family-page .tgo-public-content,
body.tgo-site-theme--soft .tgo-member-page .tgo-public-content,
body.tgo-site-theme--soft .tgo-publication-listing .tgo-public-content,
body.tgo-site-theme--soft .tgo-legacy-public-shell,
body.tgo-site-theme--soft .tgo-legacy-public-shell > form > .row_content {
    background-color: var(--tgo-color-surface-subtle);
}

body.tgo-site-theme--soft .tgo-public-card,
body.tgo-site-theme--soft .tgo-public-detail,
body.tgo-site-theme--soft .tgo-stateful-page .tgo-stateful-form,
body.tgo-site-theme--soft .tgo-content-family-surface,
body.tgo-site-theme--soft .tgo-member-card,
body.tgo-site-theme--soft .tgo-member-detail__surface,
body.tgo-site-theme--soft .tgo-legacy-public-shell .content_white,
body.tgo-site-theme--soft .tgo-annual-card,
body.tgo-site-theme--soft .tgo-video-feature,
body.tgo-site-theme--soft .tgo-video-card,
body.tgo-site-theme--soft .tgo-publication-card {
    border-color: var(--tgo-color-border);
    background-color: var(--tgo-color-surface);
}
.tgo-theme-2026 .tgo-public-empty strong { color: var(--tgo-public-ink); font-size: 20px; font-weight: 600; }

@media screen and (max-width: 1100px) {
	.tgo-theme-2026 .tgo-publication-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tgo-theme-2026 .tgo-content-family-surface .row_staff { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tgo-theme-2026 .tgo-sitemap-page .tgo-sitemap-tree > ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tgo-theme-2026 .tgo-search-page .tgo-search-keyword-row { grid-template-columns: minmax(0, 1fr) repeat(3, 136px); }
    .tgo-theme-2026 .tgo-search-page .tgo-search-results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tgo-theme-2026 .tgo-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tgo-theme-2026 .tgo-native-listing .tgo-card-grid--listing,
    .tgo-theme-2026 .tgo-article-listing .tgo-article-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tgo-theme-2026 .tgo-service-collection .tgo-service-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media screen and (max-width: 1000px) {
    .tgo-theme-2026 .tgo-content-detail__layout,
    .tgo-theme-2026 .tgo-article-detail-layout { grid-template-columns: minmax(0, 1fr); }
    .tgo-theme-2026 .tgo-related-content { margin-top: 64px; }
    .tgo-theme-2026 .tgo-annual-grid { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-video-feature > a { grid-template-columns: minmax(0, 1.45fr) minmax(300px, 1fr); }
}

@media screen and (max-width: 760px) {
    .tgo-theme-2026 .tgo-public-container { width: calc(100% - 28px); }
    .tgo-theme-2026 .tgo-service-collection .tgo-service-collection-card { height: auto; min-height: 300px; }
    .tgo-theme-2026 .tgo-interior-hero { height: var(--tgo-public-hero-height-mobile); min-height: var(--tgo-public-hero-height-mobile); }
    .tgo-theme-2026 .tgo-interior-hero .tgo-public-container { width: 100%; height: var(--tgo-public-hero-height-mobile); min-height: var(--tgo-public-hero-height-mobile); overflow: hidden; padding: 24px 14px; }
    .tgo-theme-2026 .tgo-interior-hero__content { justify-content: space-between !important; padding-top: 0 !important; padding-bottom: 30px !important; }
    .tgo-theme-2026 .tgo-interior-hero__breadcrumbs { min-height: 40px; overflow: hidden; gap: 8px; font-size: 12px; white-space: nowrap; }
    .tgo-theme-2026 .tgo-interior-hero__breadcrumbs [aria-current='page'] { overflow: hidden; text-overflow: ellipsis; }
    .tgo-theme-2026 .tgo-interior-hero__title-wrap { max-width: 82%; }
    .tgo-theme-2026 .tgo-interior-hero__visual:after { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.84) 58%, rgba(255,255,255,.3)); }
    .tgo-theme-2026 .tgo-interior-hero--faq:before { right: 10%; font-size: 130px; }
    .tgo-theme-2026 .tgo-interior-hero h1 { font-size: var(--tgo-font-page-title); line-height: 1.25; }
    .tgo-theme-2026 .tgo-interior-hero--survey h1 { display: -webkit-box; overflow: hidden; font-size: 24px; line-height: 30px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .tgo-theme-2026 .tgo-interior-hero--survey .tgo-interior-hero__description { display: -webkit-box; overflow: hidden; margin-top: 10px; font-size: 14px; line-height: 20px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .tgo-theme-2026 .tgo-interior-hero__description,
    .tgo-theme-2026 .tgo-public-content { font-size: var(--tgo-font-body); line-height: var(--tgo-line-body); }
    .tgo-theme-2026 .tgo-sitemap-page .tgo-sitemap-tree > ul { grid-template-columns: 1fr; gap: 44px; }
    .tgo-theme-2026 .tgo-sitemap-page .tgo-public-section-heading { margin-bottom: 36px; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-keyword-row,
    .tgo-theme-2026 .tgo-search-page .tgo-search-date-row { max-width: none; grid-template-columns: 1fr; gap: 16px; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-filter-toggle { display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: space-between; padding: 10px 16px; border: 1px solid var(--tgo-public-cyan); border-radius: 10px; background: #fff; color: var(--tgo-public-cyan); font: inherit; font-weight: 600; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-filter-panel { padding: 20px; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-form { padding: 16px; border-radius: 14px; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-filter-summary { margin: 0 0 28px; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-date-row label { grid-template-columns: 1fr; gap: 8px; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-form input,
    .tgo-theme-2026 .tgo-search-page .tgo-search-form select,
    .tgo-theme-2026 .tgo-search-page .tgo-search-form button,
    .tgo-theme-2026 .tgo-search-page .tgo-search-form .tgo-reset { min-width: 0; height: 60px; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-results-header { align-items: flex-start; flex-direction: column; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-results-grid { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-results article,
    .tgo-theme-2026 .tgo-search-page .tgo-search-result-card { height: auto; min-height: 0; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-result-card__body { padding: 20px; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-pagination { margin-top: 36px; gap: 5px; }
    .tgo-theme-2026 .tgo-search-page .tgo-search-pagination > a,
    .tgo-theme-2026 .tgo-search-page .tgo-search-pagination > span:not(.tgo-search-pagination__ellipsis) { width: 40px; height: 40px; }
    .tgo-theme-2026 .tgo-content-detail .tgo-public-content { padding-top: 40px; }
    .tgo-theme-2026 .tgo-content-detail__header h1,
    .tgo-theme-2026 .tgo-content-detail__header h2 { font-size: 22px; line-height: 30px; }
    .tgo-theme-2026 .tgo-download { max-width: 100%; }
    .tgo-theme-2026 .tgo-related-card { height: auto; min-height: 193px; }
    .tgo-theme-2026 .tgo-annual-tools { align-items: stretch; flex-direction: column; }
    .tgo-theme-2026 .tgo-annual-tools label { width: 100%; }
    .tgo-theme-2026 .tgo-annual-card { min-height: 0; grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-annual-cover { min-height: 0; aspect-ratio: 4 / 3; }
    .tgo-theme-2026 .tgo-video-feature > a { grid-template-columns: 1fr; }
    .tgo-theme-2026 .tgo-video-feature__body { padding: 28px; }
    .tgo-theme-2026 .tgo-video-grid { grid-template-columns: 1fr; gap: 28px; }
    .tgo-theme-2026 .tgo-video-play { width: 54px; height: 54px; }
	.tgo-theme-2026 .tgo-publication-listing .tgo-public-content { padding: 40px 0 64px; }
	.tgo-theme-2026 .tgo-publication-heading { margin-bottom: 28px; }
	.tgo-theme-2026 .tgo-publication-heading h2 { font-size: 24px; line-height: 34px; }
	.tgo-theme-2026 .tgo-publication-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
	.tgo-theme-2026 .tgo-publication-card__body { padding: 22px 22px 24px; }
	.tgo-theme-2026 .tgo-publication-card h2 { min-height: 56px; font-size: 18px; line-height: 28px; }
    .tgo-theme-2026 .tgo-native-listing .tgo-public-content,
    .tgo-theme-2026 .tgo-procurement-page .tgo-public-content,
    .tgo-theme-2026 .tgo-calendar-page .tgo-public-content,
    .tgo-theme-2026 .tgo-article-listing .tgo-public-content,
    .tgo-theme-2026 .tgo-faq-page .tgo-public-content,
    .tgo-theme-2026 .tgo-survey-page .tgo-public-content,
    .tgo-theme-2026 .tgo-service-collection .tgo-public-content,
    .tgo-theme-2026 .tgo-complaint-form-page .tgo-public-content { padding: 40px 0 64px; }
    .tgo-theme-2026 .tgo-native-listing .tgo-feature-card > a,
    .tgo-theme-2026 .tgo-native-listing .tgo-card-grid--listing,
    .tgo-theme-2026 .tgo-article-listing .tgo-article-card-grid,
    .tgo-theme-2026 .tgo-procurement-layout,
    .tgo-theme-2026 .tgo-calendar-page .tgo-calendar-shell,
    .tgo-theme-2026 .tgo-service-collection .tgo-service-collection-grid { grid-template-columns: minmax(0, 1fr); }
    .tgo-theme-2026 .tgo-native-listing .tgo-feature-card > a { min-height: 0; }
    .tgo-theme-2026 .tgo-native-listing .tgo-feature-card img { min-height: 0; aspect-ratio: 16 / 9; }
    .tgo-theme-2026 .tgo-native-listing .tgo-feature-card div { padding: 28px; }
    .tgo-theme-2026 .tgo-native-listing .tgo-card-grid--listing,
    .tgo-theme-2026 .tgo-article-listing .tgo-article-card-grid { gap: 28px; }
    .tgo-theme-2026 .tgo-procurement-sidebar,
    .tgo-theme-2026 .tgo-calendar-page .tgo-calendar-main,
    .tgo-theme-2026 .tgo-calendar-page .calendar-list-wrapper,
    .tgo-theme-2026 .tgo-faq-page .tgo-faq-list,
    .tgo-theme-2026 .tgo-survey-page .tgo-survey-legacy,
    .tgo-theme-2026 .tgo-survey-page .tgo-survey-intro { padding: 24px; }
    .tgo-theme-2026 .tgo-procurement-results > header,
    .tgo-theme-2026 .tgo-procurement-results article { padding: 20px; }
    .tgo-theme-2026 .tgo-interior-hero--complaint { background-position: 62% center; }
    .tgo-theme-2026 .tgo-interior-hero--complaint:after { background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.78) 68%, rgba(255,255,255,.28)); }
    .tgo-theme-2026 .tgo-legacy-public-shell .top_banner { height: var(--tgo-public-hero-height-mobile); }
    .tgo-theme-2026 .tgo-legacy-public-shell > .row_content,
    .tgo-theme-2026 .tgo-legacy-public-shell > form > .row_content { padding: 40px 0 64px; }
    .tgo-theme-2026 .tgo-legacy-public-shell > .row_content > .container,
    .tgo-theme-2026 .tgo-legacy-public-shell > form > .row_content > .container { width: calc(100% - 28px) !important; }
    .tgo-theme-2026 .tgo-legacy-public-shell .head_page { padding-bottom: 24px; }
    .tgo-theme-2026 .tgo-legacy-public-shell .head_page h1 { font-size: 30px; line-height: 38px; }
    .tgo-theme-2026 .tgo-legacy-public-shell .content_white { border-radius: 15px; }
    .tgo-theme-2026 .tgo-legacy-public-shell .head_detail_textdl,
    .tgo-theme-2026 .tgo-legacy-public-shell .head_detail_content { padding-top: 24px; padding-bottom: 18px; }
    .tgo-theme-2026 .tgo-stateful-intro { margin-bottom: 24px; text-align: left; }
    .tgo-theme-2026 .tgo-stateful-intro h2 { font-size: 25px; line-height: 34px; }
    .tgo-theme-2026 .tgo-stateful-page .tgo-stateful-form { border-radius: 16px; padding: 24px; }
    .tgo-theme-2026 .tgo-stateful-form [class*="col-"] { width: 100%; }
    .tgo-theme-2026 .tgo-stateful-form .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .tgo-theme-2026 .tgo-stateful-form table { display: block; overflow-x: auto; white-space: nowrap; }
    .tgo-theme-2026 .tgo-stateful-page--complaint-status .complaint_details > .row { display: block; }
    .tgo-theme-2026 .tgo-stateful-page--career .box_btnstep { align-items: stretch; flex-direction: column-reverse; }
    .tgo-theme-2026 .tgo-stateful-page--career .box_btnstep .btnstep { width: 100%; }
	.tgo-theme-2026 .tgo-content-family-page .tgo-public-content { padding: 40px 0 64px; }
	.tgo-theme-2026 .tgo-content-family-intro { margin-bottom: 24px; text-align: left; }
	.tgo-theme-2026 .tgo-content-family-intro h2 { font-size: 25px; line-height: 34px; }
	.tgo-theme-2026 .tgo-content-family-surface { border-radius: 16px; padding: 24px; }
	.tgo-theme-2026 .tgo-content-family-surface .row_staff { grid-template-columns: 1fr; }
	.tgo-theme-2026 .tgo-content-family-surface .item_download { grid-template-columns: 1fr; padding: 18px; }
	.tgo-theme-2026 .tgo-content-family-surface .item_download .btn_download { grid-column: 1; grid-row: auto; justify-content: stretch; }
	.tgo-theme-2026 .tgo-content-family-surface .item_download .btn_download a { width: 100%; }
	.tgo-theme-2026 .tgo-content-family-surface #form_contactus { grid-template-columns: 1fr; }
	.tgo-theme-2026 .tgo-content-family-surface #form_contactus .form-group:nth-last-child(-n+2) { grid-column: auto; }
	.tgo-theme-2026 .tgo-content-family-surface .wrap_googlemap { height: 320px; }
	.tgo-theme-2026 .tgo-member-page .tgo-public-content { padding: 40px 0 64px; }
	.tgo-theme-2026 .tgo-member-toolbar { align-items: stretch; flex-direction: column; }
	.tgo-theme-2026 .tgo-member-toolbar h2 { font-size: 25px; line-height: 34px; }
	.tgo-theme-2026 .tgo-member-signout { width: 100%; }
	.tgo-theme-2026 .tgo-member-grid { grid-template-columns: 1fr; }
	.tgo-theme-2026 .tgo-member-card { grid-template-columns: 50px minmax(0, 1fr) 40px; padding: 18px; gap: 14px; }
	.tgo-theme-2026 .tgo-member-card__icon { width: 50px; height: 50px; }
	.tgo-theme-2026 .tgo-member-detail__surface { border-radius: 16px; padding: 24px; }
	.tgo-theme-2026 .tgo-member-detail__surface h1 { font-size: 24px; line-height: 34px; }
}

@media (prefers-reduced-motion: reduce) {
	.tgo-theme-2026 .tgo-publication-card,
	.tgo-theme-2026 .tgo-publication-card__media img,
	.tgo-theme-2026 .tgo-publication-card__action span { transition: none; }
	.tgo-theme-2026 .tgo-publication-card:hover,
	.tgo-theme-2026 .tgo-publication-card:focus-within,
	.tgo-theme-2026 .tgo-publication-card:hover .tgo-publication-card__media img,
	.tgo-theme-2026 .tgo-publication-card:hover .tgo-publication-card__action span { transform: none; }
}
