:root {
  --truspire-green: #355b00;
  --truspire-green-dark: #173f28;
  --truspire-green-deep: #0e3521;
  --truspire-gold: #c9a227;
  --truspire-bg: #f7f8f5;
  --truspire-pale: #f4f5f0;
  --truspire-white: #fff;
  --truspire-text: #222;
  --truspire-muted: #667067;
  --truspire-border: #dde2d8;
  --truspire-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
  --truspire-sans: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  --truspire-shadow: 0 16px 44px rgba(24, 54, 35, .1);
}

html { scroll-behavior: smooth; }
body.truspire-site { color: var(--truspire-text); font-family: var(--truspire-sans); line-height: 1.8; background: var(--truspire-white); }
body.truspire-front-page { background: var(--truspire-white); }
.truspire-site a { color: inherit; text-decoration: none; }
.truspire-site img { max-width: 100%; height: auto; }
.truspire-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.truspire-main { overflow: hidden; }
.truspire-arrow { display: inline-block; margin-left: .55em; transition: transform .2s ease; }
a:hover .truspire-arrow { transform: translateX(4px); }

/* Truspire header */
.truspire-header { position: relative; z-index: 50; width: 100%; background: rgba(255,255,255,.97); transition: box-shadow .25s ease, background .25s ease; }
.truspire-front-page .truspire-header { position: absolute; top: 0; left: 0; background: transparent; box-shadow: none; }
.truspire-front-page .truspire-header.is-scrolled { background: rgba(255,255,255,.9); box-shadow: 0 8px 32px rgba(20,47,29,.1); backdrop-filter: blur(12px); }
.admin-bar.truspire-front-page .truspire-header { top: 32px; }
.truspire-header.is-scrolled { box-shadow: 0 8px 32px rgba(20,47,29,.1); }
.truspire-header__inner { width: min(1320px,calc(100% - 48px)); min-height: 84px; margin-inline: auto; display: flex; align-items: center; justify-content: flex-start; gap: 16px; }
.truspire-header__logo { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; color: #142b1b !important; }
.truspire-header__logo img { width: auto; max-width: 230px; max-height: 56px; }
.truspire-front-page .truspire-header__logo img { mix-blend-mode: multiply; }
.truspire-header__monogram { color: var(--truspire-green); font-family: Georgia,serif; font-size: 48px; line-height: 1; }
.truspire-header__logo strong,.truspire-header__logo small { display: block; }
.truspire-header__logo strong { font-family: Georgia,serif; font-size: 15px; }
.truspire-header__logo small { font-size: 10px; }
.truspire-header__nav { margin-left: auto; }
.truspire-header__nav ul { margin: 0; padding: 0; display: flex; align-items: center; list-style: none; }
.truspire-header__nav li { margin: 0; }
.truspire-header__nav a { padding: 10px 11px; display: block; color: #17251b; font-size: 12px; font-weight: 700; letter-spacing: .025em; white-space: nowrap; }
.truspire-header__nav a:hover { color: var(--truspire-green); }
.truspire-header__nav li:last-child a { margin: 0; padding: 10px 11px; border: 0; color: #17251b; }
.truspire-header__nav li:last-child a:hover { color: var(--truspire-green); background: transparent; }
.truspire-header__language { flex: 0 0 auto; margin-left: 3px; position: relative; display: flex; align-items: center; line-height: 1; }
.truspire-header__language > .gtranslate_wrapper { display: flex; align-items: center; line-height: 1; }
.truspire-header__language::after { content: "Language"; position: absolute; left: 12px; top: 50%; color: #17251b; font-size: 11px; font-weight: 700; letter-spacing: .035em; line-height: 1; pointer-events: none; transform: translateY(-50%); }
.truspire-header__language select { min-width: 98px; height: 40px; margin: 0; padding: 0 29px 0 12px; display: block; border: 1px solid rgba(20,55,34,.64); border-radius: 2px; appearance: none; color: transparent !important; background-color: rgba(255,255,255,.88); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2317251b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-position: right 12px center; background-repeat: no-repeat; background-size: 10px 6px; font-size: 11px; font-weight: 700; letter-spacing: .035em; text-shadow: none !important; cursor: pointer; }
.truspire-header__language select option { color: #17251b; }
.truspire-front-page .truspire-header__language select { background-color: transparent; }
.truspire-header__language select:hover,
.truspire-header__language select:focus { border-color: var(--truspire-green); outline: 0; box-shadow: 0 0 0 3px rgba(53,91,0,.1); }
.truspire-header__toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; }
.truspire-header__toggle > span:not(.screen-reader-text) { width: 25px; height: 2px; margin: 5px auto; display: block; background: var(--truspire-green-deep); transition: transform .2s ease,opacity .2s ease; }

@media (min-width: 961px) {
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__nav ul { height: 50px; padding: 4px 7px; box-sizing: border-box; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(7,29,46,.38); box-shadow: 0 8px 24px rgba(4,20,34,.16); backdrop-filter: blur(10px); }
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__nav a { color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.4); }
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__nav a:hover { border-radius: 999px; color: #fff; background: rgba(255,255,255,.16); }
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__nav li:last-child a,
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__nav li:last-child a:hover { color: #fff; }
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__language::after { color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.4); }
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__language select { height: 50px; box-sizing: border-box; border-color: rgba(255,255,255,.38); background-color: rgba(7,29,46,.38); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); box-shadow: 0 8px 24px rgba(4,20,34,.12); backdrop-filter: blur(10px); }
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__language select:hover,
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__language select:focus { border-color: rgba(255,255,255,.72); box-shadow: 0 0 0 3px rgba(255,255,255,.14); }
}

/* Parent Lightning compatibility */
.truspire-site .site-header { position: relative; z-index: 50; background: rgba(255,255,255,.96); border: 0; box-shadow: none; transition: box-shadow .25s ease, background .25s ease; }
.truspire-site .site-header.is-scrolled { box-shadow: 0 8px 32px rgba(20,47,29,.1); }
.truspire-site .site-header .container { width: min(1280px, calc(100% - 48px)); max-width: none; min-height: 92px; }
.truspire-site .site-header-logo img { width: auto; max-width: 250px; max-height: 62px; }
.truspire-site .global-nav-list > li > a { padding-inline: 17px; color: #17251b; font-size: 14px; font-weight: 700; letter-spacing: .03em; }
.truspire-site .global-nav-list > li > a::after { background-color: var(--truspire-gold); }
.truspire-site .global-nav-list > li:last-child > a { min-height: 42px; margin-left: 8px; padding: 0 18px; border: 1px solid var(--truspire-green); color: var(--truspire-green); }
.truspire-site .global-nav-list > li:last-child > a:hover { background: var(--truspire-green); color: #fff; }

/* Hero */
.truspire-hero { min-height: clamp(650px, 68vw, 740px); background-image: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 29%, rgba(255,255,255,.18) 57%, rgba(255,255,255,0) 75%), var(--truspire-hero-image); background-position: center center; background-size: cover; display: flex; align-items: center; }
.truspire-hero__inner { width: min(1180px, calc(100% - 48px)); }
.truspire-hero__copy { width: min(610px, 52%); padding: 72px 0 96px; }
.truspire-hero h1 { margin: 0 0 30px; color: #183e27; font-family: var(--truspire-serif); font-size: clamp(42px, 4.2vw, 66px); font-weight: 600; line-height: 1.45; letter-spacing: .1em; }
.truspire-hero p { margin: 0 0 38px; font-size: 17px; font-weight: 600; line-height: 2; letter-spacing: .04em; }
.truspire-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; }
.truspire-button { min-width: 205px; min-height: 58px; padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 700; letter-spacing: .04em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.truspire-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(24,63,39,.15); }
.truspire-button--primary { color: #fff !important; background: linear-gradient(135deg, var(--truspire-green-deep), var(--truspire-green)); }
.truspire-button--outline { color: #9a6b00 !important; background: rgba(255,255,255,.94); border-color: var(--truspire-gold); }

/* Shared section heading */
.truspire-section { padding: 56px 0 66px; }
.truspire-section-heading { position: relative; margin-bottom: 30px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.truspire-section-heading::before, .truspire-news__heading::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg,var(--truspire-green-deep) 0 calc(100% - 72px),transparent calc(100% - 72px) calc(100% - 64px),rgba(201,162,39,.9) calc(100% - 64px) 100%); }
.truspire-section-heading > div, .truspire-news__heading { min-width: 0; flex: 1; display: grid; grid-template-columns: max-content max-content minmax(50px,1fr); align-items: center; column-gap: 22px; }
.truspire-section-heading h2, .truspire-news__heading h2 { margin: 0; padding: 0 22px 0 0; border: 0; border-right: 1px solid var(--truspire-gold); color: var(--truspire-green-deep); font-family: Georgia, var(--truspire-serif); font-size: clamp(34px,3.45vw,48px); font-weight: 500; line-height: 1.05; letter-spacing: .065em; }
.truspire-section-heading span, .truspire-news__heading span { display: block; color: #28322c; font-family: var(--truspire-serif); font-size: clamp(13px,1.2vw,16px); font-weight: 500; letter-spacing: .1em; white-space: nowrap; }
.truspire-section-heading > div::after, .truspire-news__heading::after { content: ""; display: block; width: 100%; height: 1px; margin: 0; background: linear-gradient(90deg,rgba(201,162,39,.78),rgba(201,162,39,.18)); }
.truspire-section-heading > a, .truspire-section-link { color: var(--truspire-green); font-size: 13px; font-weight: 700; white-space: nowrap; }

/* Navigation links: overview and detail actions have distinct visual roles. */
.truspire-view-all-link { min-height: 42px; padding: 8px 17px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(53,91,0,.48); border-radius: 999px; background: rgba(255,255,255,.82); box-shadow: 0 5px 16px rgba(28,58,35,.06); letter-spacing: .03em; transition: color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.truspire-view-all-link:hover { color: #fff; border-color: var(--truspire-green); background: var(--truspire-green); box-shadow: 0 9px 22px rgba(28,58,35,.16); transform: translateY(-2px); }
.truspire-detail-link { position: relative; width: fit-content; padding: 4px 2px 4px 14px; display: inline-flex; align-items: center; color: var(--truspire-green) !important; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.truspire-detail-link::before { content: ""; position: absolute; left: 0; top: 50%; width: 3px; height: 18px; border-radius: 2px; background: var(--truspire-gold); transform: translateY(-50%); transition: height .2s ease,background .2s ease; }
.truspire-detail-link::after { content: ""; position: absolute; left: 14px; right: 2px; bottom: 1px; height: 1px; background: currentColor; opacity: .22; transform: scaleX(.3); transform-origin: left; transition: transform .25s ease,opacity .25s ease; }
.truspire-detail-link:hover::before { height: 24px; background: var(--truspire-green); }
.truspire-detail-link:hover::after { opacity: .55; transform: scaleX(1); }

/* News */
.truspire-news { position: relative; z-index: 5; margin-top: -1px; padding: 22px 0 0; background: #fff; }
.truspire-news__panel { min-height: 180px; padding: 26px 38px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 20px 28px; border-radius: 13px; background: linear-gradient(135deg,#fff 0%,#fbfbf8 70%,#f1f4eb 100%); box-shadow: 0 8px 30px rgba(31,62,39,.08); }
.truspire-news__heading { position: relative; grid-column: 1 / -1; margin-left: -38px; margin-right: -38px; padding-top: 22px; }
.truspire-news__list { min-width: 0; grid-column: 1; }
.truspire-news__panel > .truspire-section-link { grid-column: 2; }
.truspire-news__row { min-height: 36px; display: grid; grid-template-columns: 105px 90px minmax(0,1fr); align-items: center; gap: 15px; font-size: 13px; }
.truspire-news__row time { color: #4e5650; font-variant-numeric: tabular-nums; }
.truspire-news__category { padding: 2px 10px; border: 1px solid #9cb38e; color: var(--truspire-green); text-align: center; font-size: 11px; font-weight: 700; }
.truspire-news__row a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.truspire-news__row a:hover { color: var(--truspire-green); text-decoration: underline; text-underline-offset: 4px; }

/* Services */
.truspire-services { padding-top: 44px; padding-bottom: 34px; }
.truspire-services__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.truspire-service { min-width: 0; padding: 8px 34px; display: grid; grid-template-columns: 98px 1fr; gap: 22px; align-items: center; border-right: 1px solid var(--truspire-border); }
.truspire-service:first-child { padding-left: 0; }
.truspire-service:last-child { padding-right: 0; border-right: 0; }
.truspire-service__icon { width: 96px; height: 96px; display: grid; place-items: center; border-radius: 50%; background: var(--truspire-pale); }
.truspire-service__icon svg { width: 56px; height: 56px; fill: none; stroke: var(--truspire-green-deep); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.truspire-service h3 { margin: 0 0 10px; color: var(--truspire-green-deep); font-family: var(--truspire-serif); font-size: 18px; font-weight: 700; }
.truspire-service p { min-height: 90px; margin: 0 0 8px; color: #3d443f; font-size: 12px; line-height: 1.9; }
.truspire-service a { color: var(--truspire-green); font-size: 13px; font-weight: 700; }

/* Events */
.truspire-events { background: #fff; }
.truspire-events .truspire-container { padding-top: 4px; }
.truspire-events .truspire-section-heading { margin-top: 24px; }
.truspire-events__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.truspire-event-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #e3e7e1; border-radius: 10px; background: #fff; box-shadow: 0 8px 22px rgba(27,56,34,.08); transition: transform .25s ease, box-shadow .25s ease; }
.truspire-event-card:hover { transform: translateY(-4px); box-shadow: var(--truspire-shadow); }
.truspire-event-card__visual { position: relative; aspect-ratio: 1.7; overflow: hidden; background-color: #dfe7da; background-size: cover; background-position: center; }
.truspire-event-card__visual--1 { background-image: linear-gradient(135deg,rgba(245,240,226,.2),rgba(127,106,76,.1)), radial-gradient(circle at 24% 34%,#fff 0 4%,transparent 5%), linear-gradient(25deg,#d9d0bb 0 40%,#8f795b 41% 47%,#ece7da 48% 100%); }
.truspire-event-card__visual--2 { background-image: linear-gradient(to top,rgba(19,75,40,.28),transparent 55%), linear-gradient(150deg,transparent 0 43%,#527b64 44% 56%,transparent 57%), linear-gradient(165deg,#d6eef6 0 45%,#8fb5cc 46% 54%,#638e62 55% 75%,#3c6b45 76%); }
.truspire-event-card__visual--3 { background-image: radial-gradient(ellipse at 50% 33%,#d7a271 0 7%,transparent 8%), repeating-linear-gradient(90deg,transparent 0 10%,rgba(45,31,25,.42) 11% 14%), linear-gradient(#997b66 0 47%,#302822 48% 100%); }
.truspire-event-card__visual--4 { background-image: linear-gradient(135deg,rgba(255,255,255,.1),rgba(119,94,61,.1)), repeating-linear-gradient(24deg,#ded4c3 0 9%,#b9a384 10% 12%,#eee9df 13% 22%); }
.truspire-event-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.truspire-event-card:hover .truspire-event-card__visual img { transform: scale(1.035); }
.truspire-event-card__date { position: absolute; z-index: 2; right: 14px; top: 14px; width: 66px; height: 72px; padding: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50% 50% 45% 45%; color: #183d27; background: rgba(255,255,255,.72); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); box-shadow: 0 4px 12px rgba(0,0,0,.09); font-variant-numeric: tabular-nums; line-height: 1; }
.truspire-event-card__date small { font-size: 8px; font-weight: 700; }
.truspire-event-card__date strong { margin: 4px 0; font-size: 18px; }
.truspire-event-card__body { position: relative; padding: 25px 16px 18px; display: flex; flex: 1; flex-direction: column; }
.truspire-event-card__type { position: absolute; left: 14px; top: -14px; min-width: 74px; padding: 4px 10px; border-radius: 3px; color: #fff; background: var(--truspire-green); font-size: 10px; font-weight: 700; text-align: center; }
.truspire-event-card h3 { min-height: 54px; margin: 0 0 7px; color: var(--truspire-green-deep); font-family: var(--truspire-serif); font-size: 16px; font-weight: 700; line-height: 1.7; }
.truspire-event-card h3 a:hover { color: var(--truspire-green); }
.truspire-event-card p { min-height: 78px; margin: 0 0 12px; color: #4c534e; font-size: 11px; line-height: 1.85; }
.truspire-event-card__location { margin-top: auto; color: #3e4741; font-size: 10px; }
.truspire-event-card__location span { margin-right: 4px; color: var(--truspire-green); font-size: 17px; }
.truspire-event-card__more { margin-top: 14px; padding-top: 12px; border-top: 1px solid #edf0eb; color: var(--truspire-green); font-size: 12px; font-weight: 700; }

/* Achievements: one clear route to the complete project archive. */
.truspire-achievements { position: relative; padding: 56px 0 72px; background: linear-gradient(180deg,#fff,#fbfcfa); }
.truspire-achievements .truspire-container { position: relative; }
.truspire-achievements-banner { min-height: 390px; overflow: hidden; display: grid; grid-template-columns: minmax(360px,40%) minmax(0,60%); border-top: 2px solid var(--truspire-green-deep); border-bottom: 1px solid #dfe7e1; color: var(--truspire-text) !important; background: #f8faf9; text-decoration: none; box-shadow: 0 15px 42px rgba(20,55,34,.08); transition: transform .3s ease,box-shadow .3s ease; }
.truspire-achievements-banner:hover { transform: translateY(-4px); box-shadow: 0 22px 52px rgba(20,55,34,.13); }
.truspire-achievements-banner__copy { position: relative; z-index: 2; padding: clamp(38px,4vw,66px); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 76%,rgba(255,255,255,.7) 100%); }
.truspire-achievements-banner__label { width: fit-content; margin: 0 0 20px; padding-left: 13px; border-left: 2px solid var(--truspire-gold); color: var(--truspire-green); font-size: 12px; font-weight: 700; letter-spacing: .13em; }
.truspire-achievements-banner h2 { margin: 0 0 24px; color: var(--truspire-green-deep); font-family: Georgia,var(--truspire-serif); font-size: clamp(42px,4.4vw,68px); font-weight: 400; line-height: .94; letter-spacing: .045em; }
.truspire-achievements-banner__lead { margin: 0 0 30px; color: #4f5952; font-size: 14px; line-height: 2; letter-spacing: .025em; }
.truspire-achievements-banner__button { width: fit-content; min-width: 210px; min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid #9ab19d; border-radius: 30px; color: var(--truspire-green); font-size: 13px; font-weight: 700; transition: color .25s ease,background .25s ease,border-color .25s ease; }
.truspire-achievements-banner:hover .truspire-achievements-banner__button { color: #fff; border-color: var(--truspire-green); background: var(--truspire-green); }
.truspire-achievements-banner__button svg { width: 24px; transition: transform .25s ease; }
.truspire-achievements-banner:hover .truspire-achievements-banner__button svg { transform: translateX(4px); }
.truspire-achievements-banner__visual { min-width: 0; background: #eef3f0 url('https://www.truspire.com/wp/wp-content/uploads/2026/08/hiro_achievements.png') 86% center / cover no-repeat; }
.truspire-achievements-banner:focus-visible { outline: 3px solid var(--truspire-gold); outline-offset: 4px; }

/* Legacy region-card styles retained for older cached markup. */
.truspire-achievements__grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 30px; }
.truspire-region-card { text-align: center; }
.truspire-region-card__image { position: relative; aspect-ratio: 1.18; overflow: hidden; display: block; border-radius: 48% 48% 14% 14% / 52% 52% 12% 12%; background-size: cover; background-position: center; box-shadow: inset 0 0 0 1px rgba(23,63,40,.08); }
.truspire-region-card__image--1 { background-image: linear-gradient(to top,rgba(26,66,39,.15),transparent 42%), linear-gradient(150deg,transparent 0 43%,#698868 44% 58%,transparent 59%), linear-gradient(165deg,#d6eef6 0 45%,#a2bfd0 46% 52%,#638e62 53% 74%,#3b754d 75%); }
.truspire-region-card__image--2 { background-image: radial-gradient(circle at 52% 62%,#b58a4a 0 2%,transparent 3%), linear-gradient(160deg,transparent 0 58%,#88672f 59% 62%,transparent 63%), linear-gradient(#bbd7df 0 48%,#c5a367 49% 100%); }
.truspire-region-card__image--3 { background-image: linear-gradient(135deg,rgba(255,255,255,.25),transparent), repeating-linear-gradient(90deg,transparent 0 12%,rgba(39,89,55,.22) 13% 16%), linear-gradient(#d8e9ed 0 46%,#58906d 47% 67%,#315f44 68%); }
.truspire-region-card__image--4 { background-image: linear-gradient(to top,rgba(21,57,40,.22),transparent 45%), linear-gradient(90deg,transparent 0 16%,rgba(25,62,55,.9) 17% 23%,transparent 24% 42%,rgba(50,80,73,.75) 43% 48%,transparent 49%), linear-gradient(#b8dcf0 0 66%,#ddb877 67%); }
.truspire-region-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.truspire-region-card:hover .truspire-region-card__image img { transform: scale(1.04); }
.truspire-region-card__mark { position: relative; z-index: 2; width: 52px; height: 52px; margin: -25px auto 8px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: #56834b; font-family: Georgia,serif; font-size: 13px; }
.truspire-region-card h3 { margin: 0 0 6px; font-family: var(--truspire-serif); font-size: 17px; font-weight: 700; }
.truspire-region-card p { min-height: 48px; margin: 0 auto 7px; color: #4a524d; font-size: 11px; line-height: 1.8; }
.truspire-region-card > a:last-child { color: var(--truspire-green); font-size: 12px; font-weight: 700; }

/* Editorial split CTA */
.truspire-contact-cta { position: relative; min-height: 310px; padding: 0; overflow: hidden; border-top: 1px solid #ecece6; background: linear-gradient(90deg,#fbfaf6 0 64%,#edf1e8 64% 100%); }
.truspire-contact-cta::before { content: "CONTACT"; position: absolute; left: max(24px,calc((100vw - 1180px)/2)); top: -39px; color: rgba(20,63,38,.045); font-family: Georgia,var(--truspire-serif); font-size: clamp(96px,12vw,184px); font-weight: 400; line-height: 1; letter-spacing: .04em; pointer-events: none; }
.truspire-contact-cta::after { content: ""; position: absolute; right: -55px; top: -110px; width: min(39vw,610px); height: 450px; opacity: .3; border: 1px solid rgba(53,91,0,.25); border-radius: 50%; background: radial-gradient(circle at 24% 42%,rgba(53,91,0,.12) 0 4px,transparent 5px),radial-gradient(circle at 64% 24%,rgba(201,162,39,.5) 0 4px,transparent 5px); pointer-events: none; }
.truspire-contact-cta__inner { position: relative; z-index: 1; min-height: 310px; display: grid; grid-template-columns: minmax(0,64%) minmax(320px,36%); align-items: stretch; gap: 0; }
.truspire-contact-cta__icon { display: none; }
.truspire-contact-cta__copy { position: relative; align-self: center; padding: 66px 40px 48px 34px; }
.truspire-contact-cta__copy::before { content: ""; position: absolute; left: 0; top: 64px; bottom: 47px; width: 3px; border-radius: 2px; background: var(--truspire-gold); }
.truspire-contact-cta h2 { margin: 0 0 23px; padding: 0; border: 0; color: var(--truspire-green-deep); font-family: var(--truspire-serif); font-size: clamp(25px,2.45vw,32px); font-weight: 500; line-height: 1.55; letter-spacing: .07em; white-space: nowrap; }
.truspire-contact-cta p { margin: 0; color: #4f5952; font-size: 14px; line-height: 1.95; letter-spacing: .03em; }
.truspire-contact-cta .truspire-button { position: relative; min-width: 0; width: min(330px,calc(100% - 56px)); min-height: 76px; margin: auto; padding: 18px 64px 18px 30px; justify-content: flex-start; border: 0; border-radius: 0; color: #fff !important; background: linear-gradient(135deg,#123f28,#275f05); box-shadow: 0 13px 32px rgba(20,55,34,.13); font-family: var(--truspire-serif); font-size: 15px; letter-spacing: .08em; }
.truspire-contact-cta .truspire-button::after { content: "→"; position: absolute; right: 22px; top: 50%; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; font-family: var(--truspire-sans); font-size: 17px; transform: translateY(-50%); transition: transform .25s ease,background .25s ease; }
.truspire-contact-cta .truspire-button:hover::after { background: rgba(255,255,255,.12); transform: translate(4px,-50%); }
.truspire-contact-cta .truspire-button .truspire-arrow,
.truspire-contact-cta .truspire-button > svg { display: none; }

/* Editorial split footer */
.truspire-footer { position: relative; min-height: 265px; overflow: hidden; display: grid; grid-template-columns: minmax(360px,32%) minmax(0,68%); color: var(--truspire-green-deep); background: #fff; border-top: 1px solid rgba(20,55,34,.09); }
.truspire-footer__map { position: absolute; z-index: 1; left: 0; bottom: -40px; width: 32%; height: 250px; opacity: .07; background-image: url('../images/world-map.svg'); background-position: 42% center; background-repeat: no-repeat; background-size: 150%; filter: brightness(0) saturate(100%) invert(17%) sepia(23%) saturate(1112%) hue-rotate(101deg) brightness(87%) contrast(92%); pointer-events: none; }
.truspire-footer__brand-panel { position: relative; min-height: 265px; padding: 0; display: flex; align-items: center; color: var(--truspire-green-deep); background: #fff; }
.truspire-footer__brand-panel::before { content: ""; position: absolute; left: clamp(28px,3vw,48px); top: 54px; bottom: 54px; width: 2px; background: linear-gradient(180deg,var(--truspire-green-deep),var(--truspire-gold)); }
.truspire-footer__brand-panel::after { content: ""; position: absolute; right: 0; top: 36px; bottom: 36px; width: 1px; background: rgba(201,162,39,.62); }
.truspire-footer__brand { position: relative; z-index: 2; width: 100%; min-height: 0; padding: 0 clamp(34px,4vw,68px); display: flex; align-items: center; gap: 22px; overflow: visible; color: var(--truspire-green-deep) !important; background: transparent; clip-path: none; box-shadow: none; }
.truspire-footer__brand::after { content: ""; position: absolute; left: clamp(34px,4vw,68px); right: clamp(34px,4vw,68px); bottom: -22px; height: 1px; background: linear-gradient(90deg,var(--truspire-gold),rgba(201,162,39,0)); }
.truspire-footer__logo { width: auto; max-width: min(290px,100%); max-height: 100px; padding: 0; display: block; object-fit: contain; border: 0; background: transparent; box-shadow: none; }
.truspire-footer__monogram { min-width: 76px; color: #fff4c5; font-family: Georgia,serif; font-size: 92px; line-height: .9; text-align: center; text-shadow: 2px 2px 0 #7d5e14; }
.truspire-footer__brand strong { display: block; padding-bottom: 8px; border-bottom: 1px solid rgba(201,162,39,.72); font-family: Georgia,var(--truspire-serif); font-size: clamp(18px,1.65vw,26px); font-weight: 600; white-space: nowrap; }
.truspire-footer__brand small { display: block; margin-top: 9px; font-size: 12px; letter-spacing: .04em; }
.truspire-footer__content { position: relative; z-index: 2; min-width: 0; padding: 58px clamp(30px,5vw,88px) 34px; display: flex; flex-direction: column; justify-content: center; background: rgba(255,255,255,.97); }
.truspire-footer__content::after { content: ""; position: absolute; left: clamp(30px,5vw,88px); right: clamp(30px,5vw,88px); bottom: 29px; height: 1px; background: linear-gradient(90deg,var(--truspire-gold),rgba(201,162,39,.08)); }
.truspire-footer__nav ul { margin: 0; padding: 0 0 33px; display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 14px 0; list-style: none; border-bottom: 1px solid #e2e5e1; }
.truspire-footer__nav li { position: relative; margin: 0; padding: 0 22px; }
.truspire-footer__nav li:first-child { padding-left: 0; }
.truspire-footer__nav li:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 16px; background: rgba(201,162,39,.66); transform: translateY(-50%); }
.truspire-footer__nav a { color: var(--truspire-green-deep); font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.truspire-footer__nav a:hover { color: var(--truspire-green); }
.truspire-footer__meta { margin-top: 22px; padding-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.truspire-footer__language select { min-width: 112px; height: 38px; padding: 0 30px 0 11px; border: 1px solid rgba(20,55,34,.45); border-radius: 0; color: var(--truspire-green-deep); background: #fff; font-size: 11px; font-weight: 700; }
.truspire-footer__privacy { position: relative; padding: 4px 24px 4px 0; color: var(--truspire-green-deep); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.truspire-footer__privacy::after { content: "\2192"; position: absolute; right: 0; top: 50%; color: var(--truspire-gold); font-size: 14px; transform: translateY(-50%); transition: transform .2s ease; }
.truspire-footer__privacy:hover { color: var(--truspire-green); }
.truspire-footer__privacy:hover::after { transform: translate(3px,-50%); }
.truspire-footer__copyright { margin: 0; color: #68736c; font-size: 10px; letter-spacing: .04em; }

.truspire-empty { grid-column: 1/-1; margin: 0; padding: 24px; color: var(--truspire-muted); background: var(--truspire-bg); text-align: center; }

/* Single posts */
.truspire-single { background: #f8f9f7; }
.truspire-single-hero { position: relative; min-height: 350px; overflow: hidden; display: flex; align-items: center; background: #fafbf8 url('https://www.truspire.com/wp/wp-content/uploads/2026/08/hiro_toko.png') center center / cover no-repeat; }
.truspire-single-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.5) 48%,rgba(255,255,255,.08) 78%); }
.truspire-single-hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: min(48vw,620px); height: 2px; background: linear-gradient(90deg,var(--truspire-gold),rgba(201,162,39,0)); }
.truspire-single-hero__inner { position: relative; z-index: 1; }
.truspire-single-hero__eyebrow { margin: 0 0 6px; color: var(--truspire-green); font-family: Georgia,var(--truspire-serif); font-size: 13px; font-weight: 700; letter-spacing: .22em; }
.truspire-single-hero__title { position: relative; margin: 0; padding-left: 25px; color: var(--truspire-green-deep); font-family: var(--truspire-serif); font-size: clamp(34px,3.4vw,48px); font-weight: 500; line-height: 1.35; letter-spacing: .12em; }
.truspire-single-hero__title::before { content: ""; position: absolute; left: 0; top: 5px; bottom: 5px; width: 3px; border-radius: 2px; background: var(--truspire-gold); }
.truspire-single-breadcrumb { padding: 12px 0; color: #647068; background: #f2f4f0; box-shadow: inset 0 -1px 0 rgba(20,54,33,.07); font-size: 11px; }
.truspire-single-breadcrumb .truspire-container { overflow: hidden; display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.truspire-single-breadcrumb a { color: var(--truspire-green); }
.truspire-single-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
.truspire-single-layout { padding-top: 64px; padding-bottom: 96px; display: grid; grid-template-columns: minmax(0,2fr) minmax(280px,.92fr); align-items: start; gap: 48px; }
.truspire-single-entry { min-width: 0; padding: clamp(28px,4vw,54px); border: 1px solid #e3e7e1; border-radius: 4px; background: #fff; box-shadow: 0 14px 38px rgba(22,55,34,.07); }
.truspire-single-entry__header { margin-bottom: 34px; }
.truspire-single-entry__category { width: fit-content; margin-bottom: 16px; padding: 5px 14px; display: inline-flex; border-radius: 2px; color: #fff !important; background: var(--truspire-green); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.truspire-single-entry__header h1 { margin: 0 0 15px; padding: 0; border: 0; color: #142c1d; font-family: var(--truspire-serif); font-size: clamp(25px,2.4vw,34px); font-weight: 600; line-height: 1.5; letter-spacing: .035em; }
.truspire-single-entry__header time { color: #6a756e; font-family: Georgia,var(--truspire-serif); font-size: 13px; letter-spacing: .06em; }
.truspire-single-entry__image { margin: 0 0 40px; overflow: hidden; border-radius: 3px; background: #edf1eb; }
.truspire-single-entry__image img { width: 100%; aspect-ratio: 1.65; display: block; object-fit: cover; }
.truspire-single-entry__content { color: #303832; font-size: 15px; line-height: 2; }
.truspire-single-entry__content p { margin: 0 0 1.8em; }
.truspire-single-entry__content > p:first-child { font-size: 16px; font-weight: 600; }
.truspire-single-entry__content h1,
.truspire-single-entry__content h2,
.truspire-single-entry__content h3,
.truspire-single-entry__content h4,
.truspire-single-entry__content h5 { color: var(--truspire-green-deep); font-family: var(--truspire-serif); font-weight: 600; letter-spacing: .035em; }
.truspire-single-entry__content h1 { position: relative; margin: 58px 0 26px; padding: 17px 24px 18px; border: 0; border-left: 5px solid var(--truspire-gold); background: linear-gradient(100deg,#edf3e9,#fbfcf9); font-size: clamp(27px,3vw,36px); line-height: 1.5; }
.truspire-single-entry__content h2 { position: relative; margin: 54px 0 24px; padding: 0 0 14px 20px; border: 0; border-bottom: 1px solid #cfd9cb; font-size: clamp(24px,2.6vw,32px); line-height: 1.55; }
.truspire-single-entry__content h2::before { content: ""; position: absolute; left: 0; top: .2em; bottom: calc(.2em + 14px); width: 4px; background: var(--truspire-green); }
.truspire-single-entry__content h2::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 90px; height: 2px; background: var(--truspire-gold); }
.truspire-single-entry__content h3 { margin: 44px 0 20px; padding: 8px 0 8px 16px; border: 0; border-left: 4px solid var(--truspire-green); background: linear-gradient(90deg,#f3f6f0,transparent); font-size: clamp(21px,2.2vw,27px); line-height: 1.55; }
.truspire-single-entry__content h4 { position: relative; margin: 38px 0 18px; padding: 0 0 10px 22px; border: 0; border-bottom: 1px dashed #cad5c6; font-size: clamp(18px,1.9vw,23px); line-height: 1.6; }
.truspire-single-entry__content h4::before { content: ""; position: absolute; left: 2px; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: var(--truspire-gold); box-shadow: 0 0 0 4px rgba(201,162,39,.15); }
.truspire-single-entry__content h5 { margin: 32px 0 15px; padding-left: 14px; border: 0; border-left: 2px solid var(--truspire-gold); font-size: clamp(16px,1.65vw,20px); line-height: 1.65; }
.truspire-single-entry__content ul,
.truspire-single-entry__content ol { margin: 0 0 1.8em; padding: 22px 24px 22px 46px; border-radius: 3px; background: #f6f8f4; }
.truspire-single-entry__content li + li { margin-top: 7px; }
.truspire-single-entry__content blockquote { margin: 34px 0; padding: 26px 30px; border: 0; border-left: 3px solid var(--truspire-gold); color: #465047; background: #fbfaf4; }
.truspire-single-entry__content table { width: 100%; margin: 32px 0; border-collapse: collapse; }
.truspire-single-entry__content th { color: #fff; background: var(--truspire-green-deep); }
.truspire-single-entry__content th,
.truspire-single-entry__content td { padding: 12px 15px; border: 1px solid #dce3d9; }
.truspire-single-entry__content .veu_followSet,
.truspire-single-entry__content .veu_adminEdit,
.truspire-single-entry__content .veu_socialSet { display: none !important; }
.truspire-single-entry__footer { margin-top: 52px; padding-top: 26px; border-top: 1px solid #e0e5dd; }
.truspire-single-entry__share { display: flex; align-items: center; justify-content: center; gap: 9px; }
.truspire-single-entry__share > span { margin-right: 5px; color: #465148; font-size: 12px; font-weight: 700; }
.truspire-single-entry__share a,
.truspire-single-entry__share button { width: 34px; height: 34px; padding: 0; display: inline-grid; place-items: center; border: 1px solid #d7ded4; border-radius: 50%; color: var(--truspire-green) !important; background: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
.truspire-post-navigation { margin-top: 34px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid #e0e5dd; }
.truspire-post-navigation a { min-height: 96px; padding: 20px 22px; display: flex; flex-direction: column; justify-content: center; }
.truspire-post-navigation a + a { border-left: 1px solid #e0e5dd; text-align: right; }
.truspire-post-navigation small { color: var(--truspire-green); font-size: 11px; font-weight: 700; }
.truspire-post-navigation span { margin-top: 6px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 13px; font-weight: 700; line-height: 1.6; }
.truspire-post-navigation a:hover { background: #f6f8f4; }
.truspire-post-navigation__next:only-child { grid-column: 2; border-left: 1px solid #e0e5dd; }
.truspire-single-sidebar { min-width: 0; display: grid; gap: 24px; }
.truspire-sidebar-contact,
.truspire-sidebar-card { padding: 28px; border: 1px solid #e0e5dd; border-radius: 4px; background: #fff; box-shadow: 0 10px 28px rgba(22,55,34,.05); }
.truspire-sidebar-contact { padding: 32px 26px; text-align: center; }
.truspire-sidebar-contact h2 { margin: 0 0 10px; padding: 0; border: 0; color: var(--truspire-green); font-family: var(--truspire-serif); font-size: 18px; font-weight: 600; line-height: 1.65; }
.truspire-sidebar-contact p { margin: 0 0 18px; color: #747d77; font-size: 11px; }
.truspire-sidebar-contact a { min-height: 48px; padding: 10px 18px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #fff !important; background: linear-gradient(135deg,var(--truspire-green-deep),var(--truspire-green)); font-size: 13px; font-weight: 700; }
.truspire-sidebar-card > h2 { margin: 0 0 20px; padding: 0 0 12px; border: 0; border-bottom: 1px solid #dfe5dc; color: var(--truspire-green); font-family: var(--truspire-serif); font-size: 18px; font-weight: 700; }
.truspire-sidebar-posts,
.truspire-sidebar-categories,
.truspire-sidebar-archives ul { margin: 0; padding: 0; list-style: none; }
.truspire-sidebar-posts li { padding: 15px 0; border-bottom: 1px solid #edf0eb; }
.truspire-sidebar-posts li:first-child { padding-top: 0; }
.truspire-sidebar-posts li:last-child { padding-bottom: 0; border-bottom: 0; }
.truspire-sidebar-posts time { display: block; color: #778079; font-family: Georgia,var(--truspire-serif); font-size: 10px; }
.truspire-sidebar-posts a { margin-top: 4px; display: block; font-size: 12px; font-weight: 700; line-height: 1.6; }
.truspire-sidebar-posts a:hover { color: var(--truspire-green); }
.truspire-sidebar-categories li + li { border-top: 1px solid #edf0eb; }
.truspire-sidebar-categories a { padding: 10px 2px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 700; }
.truspire-sidebar-categories span { color: var(--truspire-green); font-size: 20px; font-weight: 400; }
.truspire-sidebar-archives details { border-bottom: 1px solid #e3e8e0; }
.truspire-sidebar-archives details:last-child { border-bottom: 0; }
.truspire-sidebar-archives summary { position: relative; padding: 13px 32px 13px 3px; display: flex; justify-content: space-between; color: #26332a; font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.truspire-sidebar-archives summary::-webkit-details-marker { display: none; }
.truspire-sidebar-archives summary::after { content: "+"; position: absolute; right: 4px; top: 50%; color: var(--truspire-green); font-size: 21px; font-weight: 400; transform: translateY(-50%); }
.truspire-sidebar-archives details[open] summary::after { content: "−"; }
.truspire-sidebar-archives summary span { color: #8a938d; font-size: 10px; font-weight: 400; }
.truspire-sidebar-archives ul { padding: 0 4px 13px 15px; }
.truspire-sidebar-archives li + li { margin-top: 5px; }
.truspire-sidebar-archives li a { display: flex; justify-content: space-between; color: #59635c; font-size: 12px; }
.truspire-sidebar-archives li a:hover { color: var(--truspire-green); }
.truspire-sidebar-archives li span { color: #8a938d; font-size: 10px; }

@media (max-width: 960px) {
  .truspire-achievements-banner { grid-template-columns: minmax(300px,46%) minmax(0,54%); }
  .truspire-achievements-banner__copy { padding: 38px; }
  .truspire-single-layout { grid-template-columns: 1fr; gap: 34px; }
  .truspire-single-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .truspire-sidebar-contact,
  .truspire-sidebar-archives { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .truspire-single-hero { min-height: 180px; }
  .truspire-single-hero__inner,
  .truspire-single-breadcrumb .truspire-container,
  .truspire-single-layout { width: calc(100% - 36px); }
  .truspire-single-hero__eyebrow { font-size: 11px; }
  .truspire-single-hero__title { padding-left: 18px; font-size: 30px; }
  .truspire-single-layout { padding-top: 36px; padding-bottom: 64px; }
  .truspire-single-entry { padding: 26px 20px; }
  .truspire-single-entry__header h1 { font-size: 23px; }
  .truspire-single-entry__content { font-size: 14px; }
  .truspire-single-entry__content h1 { padding: 14px 16px; font-size: 25px; }
  .truspire-single-entry__content h2 { font-size: 23px; }
  .truspire-single-entry__content h3 { font-size: 20px; }
  .truspire-single-entry__content ul,
  .truspire-single-entry__content ol { padding: 18px 17px 18px 38px; }
  .truspire-post-navigation { grid-template-columns: 1fr; }
  .truspire-post-navigation a + a,
  .truspire-post-navigation__next:only-child { grid-column: 1; border-left: 0; border-top: 1px solid #e0e5dd; text-align: left; }
  .truspire-single-sidebar { grid-template-columns: 1fr; }
  .truspire-sidebar-contact,
  .truspire-sidebar-archives { grid-column: auto; }
}

/* Inner fixed pages: custom hero and a calm one-column reading layout. */
.truspire-site.page:not(.truspire-front-page) .site-header,
.truspire-site.page:not(.truspire-front-page) .site-footer { display: none; }
.truspire-site.page:not(.truspire-front-page) .page-header { position: relative; min-height: 230px; overflow: hidden; border: 0; background: #fafbf8 url('https://www.truspire.com/wp/wp-content/uploads/2026/08/hiro_kotei_1.png') center center / cover no-repeat; }
.truspire-site.page:not(.truspire-front-page) .page-header::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.86) 0%,rgba(255,255,255,.42) 46%,rgba(255,255,255,.05) 76%); pointer-events: none; }
.truspire-site.page:not(.truspire-front-page) .page-header::after { content: ""; position: absolute; left: 0; bottom: 0; width: min(48vw,620px); height: 2px; background: linear-gradient(90deg,var(--truspire-gold),rgba(201,162,39,0)); }
.truspire-site.page:not(.truspire-front-page) .page-header-inner { position: relative; z-index: 1; width: min(1180px,calc(100% - 48px)); max-width: none; min-height: 230px; padding: 0; display: flex; align-items: center; }
.truspire-site.page:not(.truspire-front-page) .page-header-title { position: relative; margin: 0; padding: 6px 0 8px 26px; border: 0; color: var(--truspire-green-deep); font-family: var(--truspire-serif); font-size: clamp(34px,3.4vw,48px); font-weight: 500; line-height: 1.35; letter-spacing: .12em; text-shadow: 0 1px 0 rgba(255,255,255,.8); }
.truspire-site.page:not(.truspire-front-page) .page-header-title::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; border-radius: 2px; background: var(--truspire-gold); }
.truspire-site.page:not(.truspire-front-page) .breadcrumb { margin: 0; padding: 12px 0; border: 0; color: #536058; background: #f6f6f1; box-shadow: inset 0 -1px 0 rgba(20,54,33,.07); }
.truspire-site.page:not(.truspire-front-page) .breadcrumb .container { width: min(1180px,calc(100% - 48px)); max-width: none; padding: 0; }
.truspire-site.page:not(.truspire-front-page) .site-body { padding: 0; }
.truspire-site.page:not(.truspire-front-page) .site-body-container { width: min(1040px,calc(100% - 48px)); max-width: none; padding: 0; display: block; }
.truspire-site.page:not(.truspire-front-page) .main-section { width: 100%; max-width: 960px; margin-inline: auto; padding: 72px 0 96px; float: none; }
.truspire-site.page:not(.truspire-front-page) .sub-section { display: none; }
.truspire-site.page:not(.truspire-front-page) .main-section h2 { position: relative; margin: 52px 0 24px; padding: 0 0 15px; border: 0; border-bottom: 1px solid #dfe5dc; color: var(--truspire-green-deep); font-family: var(--truspire-serif); font-size: clamp(25px,2.5vw,34px); font-weight: 600; line-height: 1.5; letter-spacing: .045em; }
.truspire-site.page:not(.truspire-front-page) .main-section h2:first-child { margin-top: 0; }
.truspire-site.page:not(.truspire-front-page) .main-section h2::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 72px; height: 2px; background: var(--truspire-gold); }
.truspire-site.page:not(.truspire-front-page) .main-section p { margin-bottom: 1.6em; line-height: 2; }
.truspire-site.page:not(.truspire-front-page) .main-section .wp-block-table { overflow: visible; }
.truspire-site.page:not(.truspire-front-page) .main-section table { overflow: hidden; border: 0; border-collapse: separate; border-spacing: 0; border-radius: 14px; background: #fff; box-shadow: 0 16px 44px rgba(22,55,34,.08); }
.truspire-site.page:not(.truspire-front-page) .main-section tbody tr { transition: background .2s ease; }
.truspire-site.page:not(.truspire-front-page) .main-section th { position: relative; width: 23%; padding-left: 30px; border-left: 0; color: var(--truspire-green-deep); background: linear-gradient(135deg,#eef3e9,#f7f8f3); font-weight: 700; letter-spacing: .04em; text-align: left; }
.truspire-site.page:not(.truspire-front-page) .main-section td { color: #313833; background: rgba(255,255,255,.96); }
.truspire-site.page:not(.truspire-front-page) .main-section th,
.truspire-site.page:not(.truspire-front-page) .main-section td { padding-top: 19px; padding-bottom: 19px; border: 0; border-bottom: 1px solid #e2e7df; }
.truspire-site.page:not(.truspire-front-page) .main-section td { padding-left: 26px; padding-right: 26px; }
.truspire-site.page:not(.truspire-front-page) .main-section tr:last-child th,
.truspire-site.page:not(.truspire-front-page) .main-section tr:last-child td { border-bottom: 0; }
.truspire-site.page:not(.truspire-front-page) .main-section tr:hover th { background: linear-gradient(135deg,#e8f0e3,#f3f6ef); }
.truspire-site.page:not(.truspire-front-page) .main-section tr:hover td { background: #fdfefb; }
.truspire-company-table td { line-height: 1.9; }
.truspire-client-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid #e2e7df; border-radius: 14px; background: #e2e7df; box-shadow: 0 16px 44px rgba(22,55,34,.06); list-style: none; }
.truspire-client-list li { margin: 0; min-height: 68px; display: flex; align-items: center; background: rgba(255,255,255,.98); }
.truspire-client-list li:last-child:nth-child(odd) { grid-column: 1 / -1; }
.truspire-client-list a,
.truspire-client-list span { position: relative; width: 100%; padding: 20px 48px 20px 26px; display: block; color: #28372d; font-weight: 500; line-height: 1.6; text-decoration: none; }
.truspire-client-list a::after { content: "\2197"; position: absolute; right: 24px; top: 50%; color: var(--truspire-gold); font-size: 15px; transform: translateY(-50%); transition: transform .2s ease; }
.truspire-client-list a:hover { color: var(--truspire-green); background: #fbfcf8; }
.truspire-client-list a:hover::after { transform: translate(3px,-3px); }
.truspire-client-note { margin: 14px 2px 0 !important; color: #707970; font-size: 12px; text-align: right; }
.truspire-access { overflow: hidden; display: grid; grid-template-columns: minmax(280px,.76fr) minmax(0,1.6fr); border: 1px solid #e2e7df; border-radius: 14px; background: #fff; box-shadow: 0 16px 44px rgba(22,55,34,.08); }
.truspire-access__info { padding: 36px 34px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg,#f7f8f3,#eef3e9); }
.truspire-access__label { margin: 0 0 10px !important; color: var(--truspire-green); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.truspire-access__address { margin: 0 0 22px !important; color: #26342b; font-size: 16px; line-height: 1.9 !important; }
.truspire-access__link { width: fit-content; padding: 11px 19px; display: inline-flex; align-items: center; gap: 14px; border: 1px solid rgba(53,91,0,.34); border-radius: 999px; color: var(--truspire-green-deep); font-size: 13px; font-weight: 700; text-decoration: none; transition: color .2s ease,background .2s ease,transform .2s ease; }
.truspire-access__link::after { content: "\2197"; color: var(--truspire-gold); }
.truspire-access__link:hover { color: #fff; background: var(--truspire-green); transform: translateY(-2px); }
.truspire-access__map { min-height: 390px; }
.truspire-access__map iframe { width: 100%; height: 100%; min-height: 390px; display: block; border: 0; filter: saturate(.82) contrast(.96); }
.truspire-service-detail__action { margin: -6px 0 0 !important; line-height: 1 !important; }
.truspire-service-detail__action + h2 { margin-top: 62px !important; }
.truspire-service-detail__action .truspire-detail-link { padding-top: 7px; padding-bottom: 7px; font-size: 13px; text-decoration: none; }
.truspire-team-intro { max-width: 760px; margin: 0 auto 46px !important; color: #465048; text-align: center; }
.truspire-profile { margin: 0 0 34px; padding: 38px 42px; border: 1px solid #e2e7df; border-radius: 16px; background: linear-gradient(145deg,#fff 62%,#f7f8f3); box-shadow: 0 16px 44px rgba(22,55,34,.07); }
.truspire-profile__header { display: grid; grid-template-columns: 160px minmax(0,1fr); align-items: center; gap: 34px; }
.truspire-profile__photo { margin: 0; }
.truspire-profile__photo img { width: 150px; height: 200px; display: block; border-radius: 10px 10px 48px 10px; object-fit: cover; box-shadow: 0 12px 30px rgba(22,55,34,.14); }
.truspire-profile__role { margin: 0 0 10px !important; color: var(--truspire-green); font-size: 13px; font-weight: 700; letter-spacing: .08em; line-height: 1.6 !important; }
.truspire-site.page:not(.truspire-front-page) .main-section .truspire-profile__name { margin: 0 0 16px; padding: 0 0 14px; border-bottom-color: #e2e7df; font-size: clamp(28px,3vw,38px); letter-spacing: .08em; }
.truspire-profile__lead { margin: 0 !important; color: #3f4942; font-size: 14px; line-height: 1.9 !important; }
.truspire-profile__details { margin-top: 30px; padding-top: 20px; border-top: 1px solid #e2e7df; }
.truspire-profile__details summary { padding: 5px 2px; color: var(--truspire-green-deep); font-weight: 700; letter-spacing: .05em; cursor: pointer; }
.truspire-profile__details summary::marker { color: var(--truspire-gold); }
.truspire-profile__details[open] summary { margin-bottom: 20px; }
.truspire-career { margin: 0 0 26px; display: grid; grid-template-columns: 124px minmax(0,1fr); border-top: 1px solid #e3e8e1; }
.truspire-career dt,
.truspire-career dd { margin: 0; padding: 11px 12px; border-bottom: 1px solid #e3e8e1; line-height: 1.75; }
.truspire-career dt { color: var(--truspire-green); background: #f4f6f1; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.truspire-career dd { background: rgba(255,255,255,.7); }
.truspire-profile__bio p { margin-bottom: 1.25em !important; color: #3a433d; font-size: 14px; line-height: 1.95 !important; }
.truspire-profile__bio p:last-child { margin-bottom: 0 !important; }
.truspire-partner-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; list-style: none; }
.truspire-partner-list li { margin: 0; }
.truspire-partner-list a { min-height: 100%; padding: 24px 48px 24px 24px; position: relative; display: flex; align-items: center; border: 1px solid #e2e7df; border-radius: 12px; color: #26372c; background: #fff; box-shadow: 0 10px 28px rgba(22,55,34,.05); font-weight: 700; line-height: 1.7; text-decoration: none; transition: color .2s ease,transform .2s ease,box-shadow .2s ease; }
.truspire-partner-list a::after { content: "\2197"; position: absolute; right: 22px; color: var(--truspire-gold); }
.truspire-partner-list a:hover { color: var(--truspire-green); box-shadow: 0 14px 34px rgba(22,55,34,.11); transform: translateY(-3px); }
.truspire-contact-lead { max-width: 760px; margin: 0 auto 38px !important; color: #465048; text-align: center; }
.truspire-mw-form { overflow: hidden; border: 1px solid #dfe5dc; border-radius: 16px; background: #fff; box-shadow: 0 18px 52px rgba(22,55,34,.08); }
.truspire-mw-form__intro { padding: 28px 34px 22px; color: #465048; background: linear-gradient(135deg,#f7f8f3,#edf3e9); }
.truspire-mw-form__intro p { margin: 0 0 6px !important; font-size: 13px; line-height: 1.8 !important; }
.truspire-form-row { padding: 25px 32px; display: grid; grid-template-columns: 235px minmax(0,1fr); align-items: start; gap: 28px; border-bottom: 1px solid #e4e9e2; }
.truspire-form-row > p:empty { display: none; }
.truspire-form-label { padding-top: 12px; color: var(--truspire-green-deep); font-size: 14px; font-weight: 700; line-height: 1.7; }
.truspire-form-required { margin-left: 7px; padding: 3px 8px; display: inline-block; border-radius: 999px; color: #fff; background: var(--truspire-green); font-size: 10px; font-weight: 700; line-height: 1.3; vertical-align: 2px; }
.truspire-form-field { min-width: 0; }
.truspire-form-field--pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.truspire-form-field--pair > span { min-width: 0; }
.truspire-mw-form input[type="text"],
.truspire-mw-form input[type="email"],
.truspire-mw-form input[type="tel"],
.truspire-mw-form textarea,
.truspire-mw-form select { width: 100%; max-width: none; padding: 12px 15px; border: 1px solid #cfd8ce; border-radius: 7px; color: #263129; background: #fcfdfb; box-shadow: inset 0 1px 2px rgba(20,50,30,.03); font-size: 15px; line-height: 1.6; transition: border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.truspire-mw-form input[type="text"],
.truspire-mw-form input[type="email"],
.truspire-mw-form input[type="tel"] { min-height: 50px; }
.truspire-mw-form textarea { min-height: 210px; resize: vertical; }
.truspire-mw-form input:focus,
.truspire-mw-form textarea:focus,
.truspire-mw-form select:focus { border-color: var(--truspire-green); outline: 0; background: #fff; box-shadow: 0 0 0 3px rgba(53,91,0,.1); }
.truspire-form-row--choice .truspire-form-field { padding-top: 9px; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.truspire-form-row--choice .mwform-radio-field { margin: 0 !important; display: inline-flex; align-items: center; gap: 7px; }
.truspire-mw-form input[type="radio"],
.truspire-mw-form input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--truspire-green); }
.truspire-form-privacy { padding: 28px 32px; color: #485149; background: #f7f8f4; text-align: center; }
.truspire-form-privacy p { margin: 0 0 16px !important; font-size: 12px; line-height: 1.8 !important; }
.truspire-form-privacy a { color: var(--truspire-green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.truspire-form-privacy__check .mwform-checkbox-field { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.truspire-form-actions { padding: 30px 24px 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; background: #fff; }
.truspire-form-actions input[type="submit"],
.truspire-form-actions button { min-width: 220px; min-height: 54px; padding: 13px 24px; border: 1px solid var(--truspire-green); border-radius: 4px; color: #fff; background: linear-gradient(135deg,var(--truspire-green-deep),var(--truspire-green)); font-size: 14px; font-weight: 700; letter-spacing: .05em; box-shadow: 0 9px 24px rgba(22,55,34,.13); transition: transform .2s ease,box-shadow .2s ease,background .2s ease; }
.truspire-form-actions input[type="submit"]:hover,
.truspire-form-actions button:hover { box-shadow: 0 13px 28px rgba(22,55,34,.2); transform: translateY(-2px); }
.truspire-form-actions input[name="submitBack"] { color: var(--truspire-green); background: #fff; box-shadow: none; }
.mw_wp_form .error { margin-top: 6px; color: #a3342d; font-size: 12px; font-weight: 700; }
.mw_wp_form_confirm .truspire-form-field { padding-top: 10px; color: #263129; font-weight: 500; line-height: 1.8; }
.truspire-form-complete { padding: 44px 34px; border: 1px solid #dfe5dc; border-radius: 14px; background: linear-gradient(135deg,#fff,#f3f6ef); text-align: center; box-shadow: 0 16px 44px rgba(22,55,34,.07); }
.truspire-contact-office { padding: 28px 32px; display: grid; grid-template-columns: minmax(0,1.5fr) minmax(220px,.7fr); gap: 28px; border: 1px solid #dfe5dc; border-radius: 12px; background: linear-gradient(135deg,#f8f9f5,#eef3e9); }
.truspire-contact-office p { margin: 0 !important; line-height: 1.9 !important; }

/* Category archives: shared hero, one-column layout and category-specific lists. */
.truspire-site.archive.category .site-header,
.truspire-site.archive.category .site-footer { display: none; }
.truspire-site.archive.category .page-header { position: relative; min-height: 230px; overflow: hidden; border: 0; background: #fafbf8 url('https://www.truspire.com/wp/wp-content/uploads/2026/08/hiro_1.png') center center / cover no-repeat; }
.truspire-site.archive.category .page-header::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.86) 0%,rgba(255,255,255,.42) 46%,rgba(255,255,255,.05) 76%); pointer-events: none; }
.truspire-site.archive.category .page-header::after { content: ""; position: absolute; left: 0; bottom: 0; width: min(48vw,620px); height: 2px; background: linear-gradient(90deg,var(--truspire-gold),rgba(201,162,39,0)); }
.truspire-site.archive.category .page-header-inner { position: relative; z-index: 1; width: min(1180px,calc(100% - 48px)); max-width: none; min-height: 230px; padding: 0; display: flex; align-items: center; }
.truspire-site.archive.category .page-header-title { position: relative; margin: 0; padding: 6px 0 8px 26px; border: 0; color: var(--truspire-green-deep); font-family: var(--truspire-serif); font-size: clamp(34px,3.4vw,48px); font-weight: 500; line-height: 1.35; letter-spacing: .12em; text-shadow: 0 1px 0 rgba(255,255,255,.8); }
.truspire-site.archive.category .page-header-title::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; border-radius: 2px; background: var(--truspire-gold); }
.truspire-site.archive.category .breadcrumb { margin: 0; padding: 12px 0; border: 0; color: #536058; background: #f6f6f1; box-shadow: inset 0 -1px 0 rgba(20,54,33,.07); }
.truspire-site.archive.category .breadcrumb .container { width: min(1180px,calc(100% - 48px)); max-width: none; padding: 0; }
.truspire-site.archive.category .site-body { padding: 0; background: #fff; }
.truspire-site.archive.category .site-body-container { width: min(1040px,calc(100% - 48px)); max-width: none; padding: 72px 0 96px; display: block; }
.truspire-site.archive.category .main-section { width: 100%; max-width: 960px; margin-inline: auto; float: none; }
.truspire-site.archive.category .sub-section { display: none; }
.truspire-site.archive.category .post-list { margin: 0; padding: 0; }
.truspire-site.archive.category .vk_post { margin: 0; border: 0; }
.truspire-site.archive.category .vk_post_title { margin: 0; font-family: var(--truspire-serif); font-weight: 600; }
.truspire-site.archive.category .vk_post_title a { color: var(--truspire-green-deep); text-decoration: none; }
.truspire-site.archive.category .vk_post_title a:hover { color: var(--truspire-green); }
.truspire-site.archive.category .vk_post_date { color: #717c74; font-size: 12px; letter-spacing: .04em; }
.truspire-site.archive.category .vk_post_excerpt { color: #515b54; font-size: 13px; line-height: 1.85; }
.truspire-site.archive.category .vk_post_btn { min-height: 38px; padding: 8px 17px; border: 1px solid rgba(53,91,0,.42); border-radius: 999px; color: var(--truspire-green); background: transparent; font-size: 12px; font-weight: 700; box-shadow: none; }
.truspire-site.archive.category .vk_post_btn:hover { color: #fff; border-color: var(--truspire-green); background: var(--truspire-green); }
.truspire-site.archive.category .pagination { margin-top: 42px; justify-content: center; gap: 7px; }
.truspire-site.archive.category .page-link { min-width: 40px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; border-color: #dce3d9; color: var(--truspire-green); background: #fff; }
.truspire-site.archive.category .active .page-link,
.truspire-site.archive.category .page-link:hover { color: #fff; border-color: var(--truspire-green); background: var(--truspire-green); }

.truspire-site.category-events .post-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.truspire-site.category-events .vk_post { overflow: hidden; display: flex; flex-direction: column; border: 1px solid #e1e6de; border-radius: 14px; background: #fff; box-shadow: 0 12px 36px rgba(22,55,34,.07); transition: transform .22s ease,box-shadow .22s ease; }
.truspire-site.category-events .vk_post:hover { box-shadow: 0 18px 42px rgba(22,55,34,.13); transform: translateY(-4px); }
.truspire-site.category-events .vk_post_imgOuter { width: 100% !important; max-width: none !important; height: auto; aspect-ratio: 7 / 4; flex: 0 0 auto !important; background-color: #eef2eb; background-position: center; background-repeat: no-repeat; background-size: cover; }
.truspire-site.category-events .vk_post:nth-child(3n+2) .vk_post_imgOuter { background-image: linear-gradient(140deg,#dcebe3,#e9f1f4 48%,#d5e1ce); }
.truspire-site.category-events .vk_post:nth-child(3n) .vk_post_imgOuter { background-image: linear-gradient(140deg,#eee7dc,#e8dccb 48%,#d9e4d3); }
.truspire-site.category-events .vk_post_imgOuter > a { width: 100%; height: 100%; display: block; }
.truspire-site.category-events .vk_post_imgOuter_img { display: none; }
.truspire-site.category-events .vk_post_imgOuter .card-img-overlay { padding: 18px; display: flex; align-items: flex-end; background-image: radial-gradient(circle at 82% 26%,rgba(201,162,39,.32) 0 4px,transparent 5px),linear-gradient(125deg,transparent 0 58%,rgba(255,255,255,.4) 59% 60%,transparent 61%); }
.truspire-site.category-events .vk_post_imgOuter_singleTermLabel { padding: 6px 13px; border-radius: 999px; color: #fff !important; background: var(--truspire-green) !important; font-size: 11px; font-weight: 700; }
.truspire-site.category-events .vk_post_body { width: 100%; padding: 25px 25px 23px; display: flex; flex: 1; flex-direction: column; }
.truspire-site.category-events .vk_post_title { font-size: 19px; line-height: 1.65; }
.truspire-site.category-events .vk_post_dates { order: -1; margin-bottom: 8px; }
.truspire-site.category-events .vk_post_excerpt { margin: 15px 0 22px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.truspire-site.category-events .vk_post_btnOuter { margin-top: auto; text-align: left !important; }

.truspire-site.category-news .post-list { display: grid; gap: 0; border-top: 1px solid #dfe5dc; }
.truspire-site.category-news .vk_post { padding: 27px 22px; border-bottom: 1px solid #dfe5dc; background: #fff; transition: background .2s ease; }
.truspire-site.category-news .vk_post:hover { background: linear-gradient(90deg,#fbfcf8,#fff); }
.truspire-site.category-news .vk_post_imgOuter { display: none; }
.truspire-site.category-news .vk_post_body { display: grid; grid-template-columns: 132px minmax(0,1fr) auto; grid-template-areas: "date title button" "date excerpt button"; align-items: center; gap: 8px 24px; }
.truspire-site.category-news .vk_post_title { grid-area: title; font-size: 18px; line-height: 1.55; }
.truspire-site.category-news .vk_post_dates { grid-area: date; }
.truspire-site.category-news .vk_post_date { color: var(--truspire-green); font-family: Georgia,var(--truspire-serif); font-size: 14px; }
.truspire-site.category-news .vk_post_excerpt { grid-area: excerpt; margin: 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.truspire-site.category-news .vk_post_btnOuter { grid-area: button; text-align: right !important; }

/* Project report archive */
.truspire-site.post-type-archive-truspire_project .site-header,
.truspire-site.post-type-archive-truspire_project .site-footer { display: none; }
.truspire-projects { overflow: hidden; background: #fff; }
.truspire-projects-hero { position: relative; padding: 66px 0 0; border-bottom: 1px solid #e1e7e4; background: linear-gradient(135deg,#fff 0%,#f8faf9 55%,#eef3f1 100%); }
.truspire-projects-hero::before { content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none; background-image: radial-gradient(circle at 1px 1px,rgba(18,64,39,.09) 1px,transparent 0); background-size: 26px 26px; mask-image: linear-gradient(90deg,transparent 0%,#000 55%,#000 100%); }
.truspire-projects-hero__inner { position: relative; min-height: 445px; display: grid; grid-template-columns: minmax(320px,.72fr) minmax(560px,1.28fr); align-items: center; gap: 18px; }
.truspire-projects-hero__copy { position: relative; z-index: 2; padding: 34px 0 52px; }
.truspire-projects-hero__eyebrow { max-width: 330px; margin: 0 0 22px !important; color: #147037; font-family: Arial,var(--truspire-sans); font-size: clamp(39px,4.15vw,58px); font-weight: 800; line-height: .98 !important; letter-spacing: .015em; }
.truspire-projects-hero__eyebrow::after { content: ""; width: 70px; height: 3px; margin-top: 22px; display: block; background: var(--truspire-gold); }
.truspire-projects-hero h1 { margin: 0 0 22px; color: #142c1d; font-family: var(--truspire-serif); font-size: clamp(22px,2vw,30px); font-weight: 600; line-height: 1.65; letter-spacing: .08em; }
.truspire-projects-hero__copy > p:last-child { margin: 0; color: #59645d; font-size: 13px; font-weight: 600; line-height: 2; letter-spacing: .03em; }
.truspire-projects-map { position: relative; z-index: 1; margin-right: -70px; }
.truspire-projects-map img { width: 100%; display: block; filter: drop-shadow(0 14px 25px rgba(20,55,35,.06)); }
.truspire-project-filter-wrap { position: relative; z-index: 2; min-height: 70px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.truspire-project-filter { display: flex; align-items: stretch; gap: 4px; }
.truspire-project-filter button { position: relative; min-width: 94px; padding: 19px 15px 17px; border: 0; color: #445149; background: transparent; font-size: 12px; font-weight: 700; letter-spacing: .04em; cursor: pointer; transition: color .2s ease,background .2s ease; }
.truspire-project-filter button::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: -1px; height: 3px; border-radius: 3px 3px 0 0; background: var(--truspire-green); transform: scaleX(0); transition: transform .2s ease; }
.truspire-project-filter button:hover,
.truspire-project-filter button.is-active { color: var(--truspire-green); background: rgba(255,255,255,.6); }
.truspire-project-filter button.is-active::after { transform: scaleX(1); }
.truspire-project-filter button:focus-visible { outline: 2px solid var(--truspire-gold); outline-offset: -2px; }
.truspire-project-legend { margin: 0 0 18px; padding: 0; display: flex; align-items: center; gap: 17px; list-style: none; }
.truspire-project-legend li { position: relative; padding-left: 15px; color: #5c6861; font-size: 10px; font-weight: 700; white-space: nowrap; }
.truspire-project-legend li::before { content: ""; position: absolute; left: 0; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--region-color); transform: translateY(-50%); }
.truspire-projects-list { padding: 58px 0 0; }
.truspire-projects-list__heading { margin-bottom: 40px; text-align: center; }
.truspire-projects-list__heading p { margin: 0 0 6px; color: var(--truspire-gold); font: 700 11px/1.4 Arial,sans-serif; letter-spacing: .18em; }
.truspire-projects-list__heading h2 { margin: 0; color: var(--truspire-green-deep); font-family: var(--truspire-serif); font-size: clamp(27px,2.5vw,37px); font-weight: 500; letter-spacing: .1em; }
.truspire-projects-list__heading h2::after { content: ""; width: 46px; height: 2px; margin: 17px auto 0; display: block; background: var(--truspire-green); }
.truspire-project-region { --region-color: #2f7b47; --region-pale: #eef6f0; padding: 34px 0 38px; border-top: 1px solid #e4e9e6; background: linear-gradient(90deg,rgba(247,249,248,.92),#fff 72%); transition: opacity .25s ease,transform .25s ease; }
.truspire-project-region[hidden] { display: none; }
.truspire-project-region__inner { display: grid; grid-template-columns: 165px minmax(0,1fr); gap: 34px; }
.truspire-project-region__meta { position: relative; min-height: 250px; padding: 10px 20px 10px 23px; border-left: 4px solid var(--region-color); }
.truspire-project-region__en { margin: 0 0 3px; color: var(--region-color); font: 800 14px/1.35 Arial,sans-serif; letter-spacing: .035em; }
.truspire-project-region__meta h3 { margin: 0 0 18px; color: #25332b; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.truspire-project-region__meta ul { margin: 0; padding: 0; list-style: none; }
.truspire-project-region__meta li { margin: 0 0 5px; color: #536058; font-size: 11px; font-weight: 600; line-height: 1.65; }
.truspire-project-region__content { min-width: 0; }
.truspire-project-card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.truspire-project-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #e1e7e3; border-radius: 7px; background: #fff; box-shadow: 0 8px 25px rgba(24,55,36,.07); transition: transform .25s ease,box-shadow .25s ease; }
.truspire-project-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(24,55,36,.13); }
.truspire-project-card__visual { position: relative; aspect-ratio: 1.72; overflow: hidden; display: block; background: var(--region-pale); }
.truspire-project-card__visual::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--region-color); }
.truspire-project-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.truspire-project-card:hover .truspire-project-card__visual img { transform: scale(1.045); }
.truspire-project-card__fallback { width: 100%; height: 100%; display: grid; place-items: center; color: var(--region-color); background: radial-gradient(circle at 70% 25%,rgba(255,255,255,.85),transparent 23%),linear-gradient(145deg,var(--region-pale),#fff); }
.truspire-project-card__fallback::before { content: ""; position: absolute; width: 105px; height: 105px; border: 1px solid currentColor; border-radius: 50%; opacity: .16; }
.truspire-project-card__fallback span { position: relative; font: 800 11px/1.5 Arial,sans-serif; letter-spacing: .12em; }
.truspire-project-card__body { flex: 1; padding: 15px 16px 16px; display: flex; flex-direction: column; }
.truspire-project-card__country { margin: 0 0 7px; color: var(--region-color); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.truspire-project-card h4 { margin: 0 0 9px; color: #202b24; font-family: var(--truspire-sans); font-size: 15px; font-weight: 700; line-height: 1.55; }
.truspire-project-card h4 a:hover { color: var(--region-color); }
.truspire-project-card__facts { margin: auto 0 9px; color: #78817b; font-size: 9px; font-weight: 600; line-height: 1.6; }
.truspire-project-card__facts span { margin: 0 4px; color: #cbd1cd; }
.truspire-project-card__tags { margin: 0 0 12px; padding: 0; display: flex; flex-wrap: wrap; gap: 5px; list-style: none; }
.truspire-project-card__tags li { padding: 3px 7px; border-radius: 3px; color: var(--region-color); background: var(--region-pale); font-size: 9px; font-weight: 700; line-height: 1.3; }
.truspire-project-card__link { width: fit-content; display: inline-flex; align-items: center; gap: 8px; color: var(--region-color) !important; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.truspire-project-card__link svg,
.truspire-projects-cta .truspire-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform .2s ease; }
.truspire-project-card__link:hover svg,
.truspire-projects-cta .truspire-button:hover svg { transform: translateX(4px); }
.truspire-project-empty { min-height: 250px; display: grid; place-items: center; border: 1px dashed color-mix(in srgb,var(--region-color) 30%,#dbe2de); border-radius: 8px; color: #77817b; background: rgba(255,255,255,.7); font-size: 13px; }
.truspire-project-empty p { margin: 0; }
.truspire-projects-cta { margin-top: 0; }
.is-central-asia { --region-color: #2f7b47; --region-pale: #eaf4ed; }
.is-africa { --region-color: #e88718; --region-pale: #fff3e4; }
.is-southeast-asia { --region-color: #2d83c5; --region-pale: #eaf4fb; }
.is-middle-east { --region-color: #c9433d; --region-pale: #fcecea; }
.is-japan { --region-color: #173f76; --region-pale: #eaf0f8; }

@media (max-width: 1100px) {
  .truspire-section-heading { flex-wrap: wrap; }
  .truspire-section-heading > div { width: 100%; flex: 0 0 100%; }
  .truspire-section-heading h2, .truspire-news__heading h2 { font-size: clamp(31px,4vw,42px); }
  #achievements-heading { font-size: clamp(25px,3vw,34px); }
  .truspire-header__nav a { padding-inline: 9px; font-size: 11px; }
  .truspire-site .global-nav-list > li > a { padding-inline: 10px; font-size: 12px; }
  .truspire-services__grid { grid-template-columns: repeat(2,1fr); gap: 28px 0; }
  .truspire-service:nth-child(2) { border-right: 0; }
  .truspire-service:nth-child(3) { padding-left: 0; }
  .truspire-events__grid, .truspire-achievements__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .truspire-event-card p { min-height: 54px; }
  .truspire-contact-cta__inner { grid-template-columns: 1fr; }
  .truspire-contact-cta__copy { padding-right: 42px; }
  .truspire-contact-cta .truspire-button { grid-column: 1; justify-self: center; margin: 0 auto 42px; }
  .truspire-footer { grid-template-columns: minmax(300px,34%) minmax(0,66%); }
  .truspire-footer__brand-panel { padding-inline: 0; }
  .truspire-footer__content { padding-inline: 32px; }
  .truspire-footer__nav li { padding-inline: 14px; }
}

@media (max-width: 960px) {
  .truspire-header__inner { min-height: 78px; }
  .truspire-header__logo img { max-width: 215px; max-height: 52px; }
  .truspire-header__toggle { display: block; }
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__language::after { color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.4); }
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__language select { border-color: rgba(255,255,255,.42); background-color: rgba(7,29,46,.58); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); box-shadow: 0 8px 20px rgba(4,20,34,.16); backdrop-filter: blur(10px); }
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__toggle { border: 1px solid rgba(255,255,255,.42); border-radius: 3px; background: rgba(7,29,46,.58); box-shadow: 0 8px 20px rgba(4,20,34,.16); backdrop-filter: blur(10px); }
  .truspire-front-page .truspire-header:not(.is-scrolled) .truspire-header__toggle > span:not(.screen-reader-text) { background: #fff; }
  .truspire-header__nav { position: absolute; z-index: 60; left: 0; right: 0; top: 100%; max-height: 0; overflow: hidden; visibility: hidden; background: rgba(255,255,255,.99); box-shadow: 0 18px 28px rgba(20,47,29,.14); transition: max-height .3s ease,visibility .3s; }
  .truspire-header.is-menu-open .truspire-header__nav { max-height: 640px; visibility: visible; }
  .truspire-header__nav ul { padding: 10px 24px 22px; display: grid; grid-template-columns: repeat(2,1fr); }
  .truspire-header__nav a { padding: 12px 8px; border-bottom: 1px solid var(--truspire-border); font-size: 13px; }
  .truspire-header__nav li:last-child a { margin: 0; text-align: left; }
  .truspire-header.is-menu-open .truspire-header__toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .truspire-header.is-menu-open .truspire-header__toggle > span:nth-child(2) { opacity: 0; }
  .truspire-header.is-menu-open .truspire-header__toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 767px) {
  .admin-bar.truspire-front-page .truspire-header { top: 46px; }
  .truspire-site.page:not(.truspire-front-page) .page-header,
  .truspire-site.page:not(.truspire-front-page) .page-header-inner { min-height: 175px; }
  .truspire-site.page:not(.truspire-front-page) .page-header-inner,
  .truspire-site.page:not(.truspire-front-page) .breadcrumb .container,
  .truspire-site.page:not(.truspire-front-page) .site-body-container { width: calc(100% - 36px); }
  .truspire-site.page:not(.truspire-front-page) .page-header-title { padding-left: 18px; font-size: clamp(29px,9vw,38px); letter-spacing: .08em; }
  .truspire-site.page:not(.truspire-front-page) .page-header-title::before { width: 2px; }
  .truspire-site.page:not(.truspire-front-page) .breadcrumb { padding: 9px 0; font-size: 11px; }
  .truspire-site.page:not(.truspire-front-page) .main-section { padding: 48px 0 72px; }
  .truspire-site.page:not(.truspire-front-page) .main-section h2 { margin-top: 40px; padding-bottom: 11px; font-size: 25px; }
  .truspire-site.page:not(.truspire-front-page) .main-section p { line-height: 1.9; }
  .truspire-site.page:not(.truspire-front-page) .main-section table { overflow: visible; display: block; border-radius: 0; background: transparent; box-shadow: none; }
  .truspire-site.page:not(.truspire-front-page) .main-section table tbody { display: grid; gap: 12px; }
  .truspire-site.page:not(.truspire-front-page) .main-section table tr { overflow: hidden; display: block; border: 1px solid #e1e6de; border-radius: 10px; background: #fff; box-shadow: 0 8px 24px rgba(22,55,34,.05); }
  .truspire-site.page:not(.truspire-front-page) .main-section table th,
  .truspire-site.page:not(.truspire-front-page) .main-section table td { width: 100%; display: block; border: 0; }
  .truspire-site.page:not(.truspire-front-page) .main-section table th { padding: 10px 16px; border-bottom: 1px solid #e1e6de; }
  .truspire-site.page:not(.truspire-front-page) .main-section table td { padding: 14px 16px 16px; }
  .truspire-client-list { grid-template-columns: 1fr; border-radius: 10px; }
  .truspire-client-list li:last-child:nth-child(odd) { grid-column: auto; }
  .truspire-client-list li { min-height: 60px; }
  .truspire-client-list a,
  .truspire-client-list span { padding: 16px 42px 16px 18px; }
  .truspire-client-list a::after { right: 18px; }
  .truspire-access { grid-template-columns: 1fr; border-radius: 10px; }
  .truspire-access__info { padding: 26px 22px; }
  .truspire-access__map,
  .truspire-access__map iframe { min-height: 320px; }
  .truspire-team-intro { margin-bottom: 32px !important; text-align: left; }
  .truspire-profile { padding: 26px 20px; border-radius: 12px; }
  .truspire-profile__header { grid-template-columns: 112px minmax(0,1fr); gap: 20px; }
  .truspire-profile__photo img { width: 105px; height: 140px; border-radius: 8px 8px 30px 8px; }
  .truspire-profile__role { font-size: 11px; }
  .truspire-site.page:not(.truspire-front-page) .main-section .truspire-profile__name { font-size: 25px; }
  .truspire-profile__lead { font-size: 13px; }
  .truspire-career { grid-template-columns: 96px minmax(0,1fr); font-size: 12px; }
  .truspire-career dt,
  .truspire-career dd { padding: 9px 8px; }
  .truspire-partner-list { grid-template-columns: 1fr; }
  .truspire-partner-list a { padding: 18px 44px 18px 18px; }
  .truspire-contact-lead { margin-bottom: 28px !important; text-align: left; }
  .truspire-mw-form { border-radius: 11px; }
  .truspire-mw-form__intro { padding: 22px 18px 18px; }
  .truspire-form-row { padding: 20px 18px; grid-template-columns: 1fr; gap: 9px; }
  .truspire-form-label { padding-top: 0; }
  .truspire-form-field--pair { gap: 9px; }
  .truspire-form-row--choice .truspire-form-field { padding-top: 2px; display: grid; gap: 9px; }
  .truspire-form-privacy { padding: 23px 18px; text-align: left; }
  .truspire-form-privacy__check .mwform-checkbox-field { align-items: flex-start; }
  .truspire-form-actions { padding: 25px 18px 28px; }
  .truspire-form-actions input[type="submit"],
  .truspire-form-actions button { width: 100%; min-width: 0; }
  .truspire-contact-office { padding: 23px 20px; grid-template-columns: 1fr; gap: 14px; }
  .truspire-site.archive.category .page-header,
  .truspire-site.archive.category .page-header-inner { min-height: 180px; }
  .truspire-site.archive.category .page-header-inner,
  .truspire-site.archive.category .breadcrumb .container,
  .truspire-site.archive.category .site-body-container { width: calc(100% - 36px); }
  .truspire-site.archive.category .page-header-title { padding-left: 18px; font-size: clamp(29px,9vw,38px); letter-spacing: .08em; }
  .truspire-site.archive.category .page-header-title::before { width: 2px; }
  .truspire-site.archive.category .breadcrumb { padding: 9px 0; font-size: 11px; }
  .truspire-site.archive.category .site-body-container { padding: 48px 0 72px; }
  .truspire-site.category-events .post-list { grid-template-columns: 1fr; gap: 18px; }
  .truspire-site.category-events .vk_post_imgOuter { height: auto; flex-basis: auto !important; }
  .truspire-site.category-events .vk_post_body { padding: 21px 19px 20px; }
  .truspire-site.category-events .vk_post_title { font-size: 17px; }
  .truspire-site.category-news .vk_post { padding: 22px 4px; }
  .truspire-site.category-news .vk_post_body { grid-template-columns: 1fr auto; grid-template-areas: "date button" "title title" "excerpt excerpt"; gap: 9px 16px; }
  .truspire-site.category-news .vk_post_title { font-size: 17px; }
  .truspire-site.category-news .vk_post_excerpt { -webkit-line-clamp: 2; }
  .truspire-header__inner { width: calc(100% - 28px); min-height: 72px; }
  .truspire-header__logo img { max-width: 190px; max-height: 48px; }
  .truspire-header__language { order: 2; margin-left: auto; }
  .truspire-header__language select { min-width: 106px; height: 42px; padding: 0 28px 0 11px; font-size: 12px; }
  .truspire-header__toggle { order: 3; }
  .truspire-header__nav { position: absolute; z-index: 60; left: -14px; right: -14px; top: 100%; max-height: 0; overflow: hidden; visibility: hidden; background: rgba(255,255,255,.99); box-shadow: 0 18px 28px rgba(20,47,29,.14); transition: max-height .3s ease,visibility .3s; }
  .truspire-header.is-menu-open .truspire-header__nav { max-height: 640px; visibility: visible; }
  .truspire-header__nav ul { padding: 10px 22px 22px; display: block; }
  .truspire-header__nav a { padding: 12px 6px; border-bottom: 1px solid var(--truspire-border); font-size: 13px; }
  .truspire-header__nav li:last-child a { margin: 0; text-align: left; }
  .truspire-container, .truspire-hero__inner { width: min(100% - 36px, 620px); }
  .truspire-site .site-header .container { width: calc(100% - 28px); min-height: 72px; }
  .truspire-site .site-header-logo img { max-width: 190px; max-height: 48px; }
  .truspire-hero { min-height: 660px; align-items: flex-end; background-image: linear-gradient(180deg,rgba(255,255,255,.22) 0%,rgba(255,255,255,.62) 42%,rgba(255,255,255,.97) 78%),var(--truspire-hero-image); background-position: 62% center; }
  .truspire-hero__copy { width: 100%; padding: 180px 0 54px; }
  .truspire-hero h1 { margin-bottom: 20px; font-size: clamp(34px,10vw,46px); line-height: 1.45; letter-spacing: .07em; }
  .truspire-hero p { margin-bottom: 26px; font-size: 14px; line-height: 1.9; }
  .truspire-hero__actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .truspire-button { min-height: 54px; }
  .truspire-news { padding-top: 18px; }
  .truspire-news__panel { padding: 24px 20px; display: block; }
  .truspire-news__heading { margin-left: -20px; margin-right: -20px; margin-bottom: 20px; padding-top: 18px; }
  .truspire-news__row { padding: 12px 0; grid-template-columns: 88px 82px; gap: 6px 10px; border-top: 1px solid var(--truspire-border); }
  .truspire-news__row a { grid-column: 1/-1; white-space: normal; }
  .truspire-section-link { width: fit-content; margin: 14px 0 0 auto; display: flex; text-align: center; }
  .truspire-section { padding: 46px 0 52px; }
  .truspire-achievements { padding: 46px 0 52px; }
  .truspire-achievements-banner { min-height: 0; grid-template-columns: 1fr; }
  .truspire-achievements-banner__visual { min-height: 230px; order: -1; background-position: 88% center; }
  .truspire-achievements-banner__copy { padding: 30px 24px 34px; background: #fff; }
  .truspire-achievements-banner__label { margin-bottom: 14px; }
  .truspire-achievements-banner h2 { margin-bottom: 18px; font-size: clamp(34px,11vw,48px); }
  .truspire-achievements-banner__lead { margin-bottom: 24px; font-size: 12px; line-height: 1.85; }
  .truspire-achievements-banner__lead br { display: none; }
  .truspire-achievements-banner__button { width: 100%; }
  .truspire-section-heading { margin-bottom: 26px; padding-top: 18px; align-items: flex-start; gap: 14px; }
  .truspire-section-heading > div, .truspire-news__heading { grid-template-columns: max-content max-content minmax(24px,1fr); column-gap: 13px; }
  .truspire-section-heading h2, .truspire-news__heading h2 { padding: 0 13px 0 0; font-size: clamp(26px,7.4vw,33px); letter-spacing: .045em; }
  .truspire-section-heading span, .truspire-news__heading span { font-size: 12px; letter-spacing: .08em; }
  .truspire-achievements .truspire-section-heading > div { grid-template-columns: 1fr; }
  #achievements-heading { width: fit-content; padding-right: 0; border-right: 0; font-size: clamp(19px,5.1vw,23px); }
  .truspire-achievements .truspire-section-heading span { width: fit-content; margin-top: 10px; padding-left: 12px; border-left: 2px solid var(--truspire-gold); }
  .truspire-achievements .truspire-section-heading > div::after { grid-column: 1; margin-top: 12px; }
  .truspire-section-heading::before, .truspire-news__heading::before { height: 2px; background: linear-gradient(90deg,var(--truspire-green-deep) 0 calc(100% - 52px),transparent calc(100% - 52px) calc(100% - 45px),rgba(201,162,39,.9) calc(100% - 45px) 100%); }
  .truspire-section-heading > a { padding-top: 8px; font-size: 11px; }
  .truspire-services__grid, .truspire-events__grid, .truspire-achievements__grid { grid-template-columns: 1fr; }
  .truspire-service, .truspire-service:first-child, .truspire-service:last-child, .truspire-service:nth-child(3) { padding: 22px 0; grid-template-columns: 82px 1fr; gap: 18px; border-right: 0; border-bottom: 1px solid var(--truspire-border); }
  .truspire-service:last-child { border-bottom: 0; }
  .truspire-service__icon { width: 80px; height: 80px; }
  .truspire-service__icon svg { width: 47px; }
  .truspire-service p { min-height: 0; }
  .truspire-event-card__visual { aspect-ratio: 1.75; }
  .truspire-event-card h3, .truspire-event-card p { min-height: 0; }
  .truspire-achievements__grid { gap: 38px; }
  .truspire-region-card__image { max-height: 350px; }
  .truspire-region-card p { min-height: 0; }
  .truspire-contact-cta { min-height: 0; padding: 0; background: linear-gradient(180deg,#fbfaf6 0 70%,#edf1e8 70% 100%); }
  .truspire-contact-cta::before { left: 18px; top: -13px; font-size: 68px; }
  .truspire-contact-cta::after { right: -150px; top: auto; bottom: -130px; width: 360px; height: 300px; }
  .truspire-contact-cta__inner { width: 100%; min-height: 0; display: grid; grid-template-columns: 1fr; gap: 0; }
  .truspire-contact-cta__copy { width: calc(100% - 36px); margin-inline: auto; padding: 74px 0 36px 18px; }
  .truspire-contact-cta__copy::before { top: 74px; bottom: 36px; left: 0; width: 2px; }
  .truspire-contact-cta h2 { font-size: 23px; line-height: 1.65; letter-spacing: .05em; white-space: normal; }
  .truspire-contact-cta p { font-size: 12px; }
  .truspire-contact-cta .truspire-button { width: calc(100% - 36px); min-height: 68px; margin: 24px auto 34px; }
  .truspire-footer { min-height: 0; display: grid; grid-template-columns: 1fr; padding: 0; }
  .truspire-footer__map { width: 100%; height: 190px; bottom: auto; top: 0; background-size: 100%; }
  .truspire-footer__brand-panel { min-height: 180px; padding: 34px 28px; justify-content: center; }
  .truspire-footer__brand-panel::before { left: 22px; top: 36px; bottom: 36px; width: 2px; }
  .truspire-footer__brand-panel::after { left: 24px; right: 24px; top: auto; bottom: 0; width: auto; height: 1px; }
  .truspire-footer__brand { width: 100%; min-height: 0; margin: 0; padding: 0 8px 20px; justify-content: center; clip-path: none; }
  .truspire-footer__brand::after { left: 8px; right: 8px; bottom: 0; }
  .truspire-footer__logo { max-width: min(260px,100%); max-height: 88px; padding: 0; }
  .truspire-footer__monogram { min-width: 58px; font-size: 70px; }
  .truspire-footer__brand strong { font-size: 20px; }
  .truspire-footer__content { padding: 36px 24px 27px; }
  .truspire-footer__content::after { left: 24px; right: 24px; bottom: 21px; }
  .truspire-footer__nav ul { padding-bottom: 25px; justify-content: center; gap: 10px 0; }
  .truspire-footer__nav li { padding: 0 10px; }
  .truspire-footer__nav li:first-child { padding-left: 10px; }
  .truspire-footer__nav a { font-size: 11px; }
  .truspire-footer__meta { margin-top: 18px; padding-bottom: 22px; flex-direction: column; gap: 13px; }
  .truspire-footer__copyright { margin: 0; text-align: center; }
}

@media (max-width: 1100px) {
  .truspire-projects-hero__inner { grid-template-columns: minmax(275px,.7fr) minmax(460px,1.3fr); }
  .truspire-projects-map { margin-right: -30px; }
  .truspire-project-legend { display: none; }
  .truspire-project-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 960px) {
  .truspire-projects-hero { padding-top: 36px; }
  .truspire-projects-hero__inner { min-height: 390px; grid-template-columns: minmax(250px,.75fr) minmax(390px,1.25fr); }
  .truspire-projects-map { margin-right: -60px; }
  .truspire-project-filter-wrap { overflow-x: auto; align-items: stretch; scrollbar-width: thin; }
  .truspire-project-filter { min-width: max-content; }
  .truspire-project-region__inner { grid-template-columns: 140px minmax(0,1fr); gap: 24px; }
  .truspire-project-region__meta { padding-left: 18px; }
  .truspire-project-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .truspire-header__inner { gap: 8px; }
  .truspire-header__logo img { max-width: 148px; max-height: 44px; }
  .truspire-header__language select { min-width: 96px; padding-left: 10px; padding-right: 25px; font-size: 11px; }
  .truspire-header__toggle { flex: 0 0 42px; width: 42px; height: 42px; padding: 8px; }
  .truspire-projects-hero { padding-top: 20px; }
  .truspire-projects-hero__inner { min-height: 0; padding-top: 28px; display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .truspire-projects-hero__copy { padding: 12px 0 4px; }
  .truspire-projects-hero__eyebrow { max-width: 220px; margin-bottom: 15px !important; font-size: 37px; }
  .truspire-projects-hero__eyebrow::after { width: 52px; height: 2px; margin-top: 14px; }
  .truspire-projects-hero h1 { margin-bottom: 13px; font-size: 20px; line-height: 1.6; }
  .truspire-projects-hero__copy > p:last-child { font-size: 11px; line-height: 1.85; }
  .truspire-pc-only { display: none; }
  .truspire-projects-map { width: 117%; margin: -14px -9% -2px; }
  .truspire-project-filter-wrap { width: 100%; min-height: 58px; padding-left: 18px; }
  .truspire-project-filter button { min-width: 78px; padding: 16px 11px 14px; font-size: 11px; }
  .truspire-projects-list { padding-top: 44px; }
  .truspire-projects-list__heading { margin-bottom: 31px; }
  .truspire-projects-list__heading h2 { font-size: 26px; letter-spacing: .08em; }
  .truspire-project-region { padding: 27px 0 32px; }
  .truspire-project-region__inner { display: block; }
  .truspire-project-region__meta { min-height: 0; margin-bottom: 22px; padding: 3px 14px 3px 16px; }
  .truspire-project-region__en { font-size: 13px; }
  .truspire-project-region__meta h3 { margin-bottom: 8px; }
  .truspire-project-region__meta ul { display: flex; flex-wrap: wrap; gap: 2px 12px; }
  .truspire-project-region__meta li { margin: 0; font-size: 10px; }
  .truspire-project-card-grid { grid-template-columns: 1fr; gap: 16px; }
  .truspire-project-card { display: grid; grid-template-columns: 124px minmax(0,1fr); }
  .truspire-project-card__visual { height: 100%; min-height: 168px; aspect-ratio: auto; }
  .truspire-project-card__body { min-width: 0; padding: 14px 15px; }
  .truspire-project-card h4 { font-size: 14px; }
  .truspire-project-empty { min-height: 145px; }
}

@media (max-width: 420px) {
  .truspire-project-card { grid-template-columns: 108px minmax(0,1fr); }
  .truspire-project-card__visual { min-height: 176px; }
}

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