:root {
  --thn-green: #28720e;
  --thn-green-dark: #123b22;
  --thn-mint: #e8f3e8;
  --thn-mint-strong: #cfe6cf;
  --thn-charcoal: #161616;
  --thn-slate: #5f6567;
  --thn-line: rgba(22, 22, 22, 0.14);
  --thn-white: #fff;
  --thn-shadow: 0 24px 70px rgba(25, 63, 34, 0.1);
}

.thn-shell,
.thn-shell * {
  box-sizing: border-box;
}

.thn-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  color: var(--thn-charcoal);
  font-family: inherit;
}

.thn-shell a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.thn-shell h1,
.thn-shell h2,
.thn-shell h3,
.thn-profile-page h1,
.thn-profile-page h2,
.thn-profile-page h3 {
  color: var(--thn-charcoal);
  font-family: inherit;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.thn-eyebrow {
  margin: 0 0 18px;
  color: var(--thn-green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
}

.thn-lead {
  color: var(--thn-slate);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.62;
}

.thn-hero {
  position: relative;
  display: flex;
  min-height: min(820px, 82vh);
  align-items: flex-end;
  overflow: hidden;
  background: #07130e url("../images/navigator-hero-v2.webp") center center / cover no-repeat;
  isolation: isolate;
}

.thn-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(4, 14, 9, 0.12) 0%, rgba(4, 14, 9, 0.32) 42%, rgba(4, 12, 8, 0.94) 100%),
    linear-gradient(90deg, rgba(4, 12, 8, 0.74) 0%, rgba(4, 12, 8, 0.12) 68%);
  content: "";
}

.thn-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 980px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(74px, 9vw, 130px) clamp(24px, 7vw, 102px) clamp(50px, 6vw, 82px);
}

.thn-hero .thn-eyebrow {
  color: #9ce4a7;
}

.thn-hero h1 {
  max-width: 900px;
  margin: 0 0 20px;
	color: var(--thn-white) !important;
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 700;
  line-height: 0.94;
}

.thn-hero .thn-lead {
  max-width: 660px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.82);
}

.thn-hero__caption { position: absolute; right: clamp(24px, 5vw, 72px); bottom: clamp(28px, 4vw, 58px); z-index: 1; max-width: 260px; margin: 0; color: rgba(255,255,255,.72); font-size: .72rem; letter-spacing: .08em; line-height: 1.5; text-align: right; text-transform: uppercase; }

.thn-searchbar {
  display: flex;
  width: 100%;
  max-width: 760px;
  padding: 7px;
  background: var(--thn-white);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.thn-searchbar input {
  min-width: 0;
  flex: 1;
  min-height: 58px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: var(--thn-charcoal);
  font: inherit;
}

.thn-searchbar input:focus {
  outline: 3px solid rgba(40, 114, 14, 0.3);
  outline-offset: -3px;
}

.thn-searchbar button,
.thn-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--thn-green);
  border-radius: 0;
  background: var(--thn-green);
  color: var(--thn-white) !important;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.thn-searchbar button { background: var(--thn-green) !important; color: var(--thn-white) !important; }

.thn-searchbar button:hover,
.thn-button:hover {
  transform: translateY(-2px);
  background: #1f5b0b;
}

.thn-searchbar button:focus-visible,
.thn-button:focus-visible,
.thn-discovery-card:focus-visible,
.thn-tabs a:focus-visible,
.thn-profile-card a:focus-visible {
  outline: 3px solid #9ce4a7;
  outline-offset: 4px;
}

.thn-button--outline {
  border-color: var(--thn-line);
  background: transparent;
  color: var(--thn-charcoal) !important;
}

.thn-button--light {
  border-color: var(--thn-white);
  background: var(--thn-white);
  color: var(--thn-charcoal) !important;
}

.thn-hero__links {
  display: flex;
  gap: 26px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}
.thn-hero__links a { color: rgba(255, 255, 255, 0.84) !important; }

.thn-core strong { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; }

.thn-node {
  position: absolute;
  display: flex;
  min-width: 158px;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  color: var(--thn-white);
  font-size: 0.9rem;
  font-weight: 700;
  backdrop-filter: blur(15px);
}

.thn-node span { display: grid; width: 34px; height: 34px; place-content: center; background: rgba(143, 210, 153, 0.18); color: #bce8c2; }
.thn-node--one { top: 13%; left: 9%; }
.thn-node--two { top: 18%; right: 7%; }
.thn-node--three { right: 9%; bottom: 14%; }
.thn-node--four { bottom: 17%; left: 8%; }

.thn-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--thn-line);
  background: var(--thn-white);
}

.thn-proof span {
  padding: 24px 30px;
  border-right: 1px solid var(--thn-line);
  color: var(--thn-charcoal);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.thn-audiences {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(60px, 8vw, 112px) clamp(28px, 7vw, 102px) 38px;
  background: var(--thn-white);
}

.thn-audiences article {
  position: relative;
  min-height: 280px;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid var(--thn-line);
  background: #fff;
  box-shadow: var(--thn-shadow);
}

.thn-audiences article > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-content: center;
  margin-bottom: 50px;
  border-radius: 50%;
  background: var(--thn-green);
  color: white;
  font-size: 0.75rem;
  font-weight: 800;
}

.thn-audiences h2 { margin: 0 0 12px; font-size: clamp(1.5rem, 2.4vw, 2.35rem); }
.thn-audiences p { max-width: 620px; color: var(--thn-slate); line-height: 1.65; }
.thn-audiences a { font-weight: 800; }
.thn-audience-coming-soon > strong { display: inline-flex; align-self: flex-start; padding: 8px 12px; border: 1px solid currentColor; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }

.thn-browse,
.thn-featured {
  padding: 72px clamp(28px, 7vw, 102px) 100px;
  background: var(--thn-white);
}

.thn-browse { background: var(--thn-mint); }
.thn-section-heading { max-width: 820px; margin-bottom: 40px; }
.thn-section-heading h2 { margin: 0; font-size: clamp(2.1rem, 4.2vw, 4.5rem); line-height: 1.05; }

.thn-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.thn-discovery-card {
  position: relative;
  display: grid;
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(40, 114, 14, 0.15);
  background: var(--thn-white);
  color: inherit;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.thn-discovery-card:hover { transform: translateY(-5px); box-shadow: var(--thn-shadow); }
.thn-discovery-card__icon { display: grid; width: 46px; height: 46px; place-content: center; margin-bottom: 38px; background: var(--thn-mint); color: var(--thn-green); font-size: 1.3rem; font-weight: 800; }
.thn-discovery-card strong { max-width: 260px; font-size: 1.14rem; }
.thn-discovery-card small { max-width: 290px; margin-top: 8px; color: var(--thn-slate); line-height: 1.5; }
.thn-discovery-card i { position: absolute; right: 24px; bottom: 22px; color: var(--thn-green); font-size: 1.25rem; font-style: normal; }

.thn-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.thn-profile-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--thn-line);
  background: var(--thn-white);
  transition: transform 180ms ease, border-color 180ms ease;
}

.thn-profile-card:hover { transform: translateY(-4px); border-color: rgba(40, 114, 14, 0.55); }
.thn-profile-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--thn-green); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.thn-profile-card__top small { padding: 6px 8px; background: var(--thn-mint); color: var(--thn-green-dark); font-size: 0.61rem; }
.thn-profile-card__identity { display: flex; min-height: 82px; align-items: center; gap: 18px; margin: 34px 0 20px; }
.thn-profile-card__identity h3 { margin: 0 0 4px; }
.thn-profile-card__identity small { color: var(--thn-slate); font-size: .72rem; line-height: 1.35; }
.thn-profile-card__portrait { width: 76px; height: 76px; flex: 0 0 76px; border-radius: 50%; object-fit: cover; object-position: center 18%; box-shadow: 0 0 0 5px var(--thn-mint); }
.thn-profile-card__logo { display: grid; width: 154px; height: 96px; flex: 0 0 154px; place-content: center; overflow: hidden; border: 1px solid var(--thn-line); background: white; }
.thn-profile-card.is-product .thn-profile-card__logo img { width: 136px; height: 76px; max-width: 136px; max-height: 76px; object-fit: contain; }
.thn-profile-card__monogram { display: grid; width: 76px; height: 76px; flex: 0 0 76px; place-content: center; background: var(--thn-green-dark); color: white; font-size: 1.5rem; font-weight: 800; }
.thn-profile-card h3 { margin: 0; font-size: clamp(1.35rem, 2vw, 1.85rem); }
.thn-profile-card h3 a { text-decoration: none; }
.thn-profile-card p { margin: 0; color: var(--thn-slate); line-height: 1.62; }
.thn-profile-card footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 30px; color: var(--thn-slate); font-size: 0.75rem; }
.thn-profile-card__footer-actions { display: flex; align-items: center; gap: 7px; }
.thn-profile-card footer a { display: grid; width: 38px; height: 38px; place-content: center; color: var(--thn-green-dark); text-decoration: none; }
.thn-profile-card footer a.thn-profile-card__open { background: var(--thn-green); color: white; }
.thn-social-link { border: 1px solid var(--thn-line); background: white; }
.thn-social-link svg, .thn-profile-socials svg { width: 17px; height: 17px; fill: currentColor; }

.thn-method {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  padding: clamp(64px, 8vw, 112px) clamp(28px, 7vw, 102px);
  background: var(--thn-green-dark);
  color: white;
}

.thn-method h2,
.thn-method .thn-eyebrow { color: white; }
.thn-method h2,
.thn-method .thn-eyebrow { color: white !important; }
.thn-method h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); }
.thn-method p { max-width: 620px; margin: 0 0 28px; color: rgba(255, 255, 255, 0.77); font-size: 1.05rem; line-height: 1.7; }

.thn-search-page { padding-bottom: 100px; }
.thn-search-head { padding: clamp(64px, 8vw, 110px) clamp(28px, 7vw, 102px) 48px; background: var(--thn-charcoal); }
.thn-search-head h1 { max-width: 940px; margin: 0 0 32px; color: white; font-size: clamp(2.8rem, 6vw, 6.2rem); line-height: 1; }
.thn-search-head .thn-eyebrow { color: #9ce4a7; }
.thn-tabs { display: flex; gap: 4px; overflow-x: auto; padding: 20px clamp(28px, 7vw, 102px); border-bottom: 1px solid var(--thn-line); background: white; }
.thn-tabs a { flex: 0 0 auto; padding: 12px 16px; color: var(--thn-slate); font-size: 0.85rem; font-weight: 700; text-decoration: none; }
.thn-tabs a.is-active { background: var(--thn-green); color: white; }
.thn-results-meta { padding: 40px clamp(28px, 7vw, 102px) 20px; color: var(--thn-slate); }
.thn-results-grid { padding: 0 clamp(28px, 7vw, 102px); }
.thn-empty { grid-column: 1 / -1; padding: 70px; border: 1px solid var(--thn-line); background: var(--thn-mint); }
.thn-pagination { padding: 40px clamp(28px, 7vw, 102px); }
.thn-pagination ul { display: flex; gap: 6px; padding: 0; list-style: none; }
.thn-pagination a,
.thn-pagination span { display: grid; min-width: 42px; min-height: 42px; place-content: center; border: 1px solid var(--thn-line); text-decoration: none; }

.thn-profile-page { color: var(--thn-charcoal); }
body.single-thn_org .meta-header,
body.single-thn_person .meta-header,
body.single-thn_offering .meta-header,
body.single-thn_guide .meta-header { display: none !important; }

body.thn-french-home .meta-header { display: none !important; }
body.thn-french-home .elementor-location-single > .elementor-element-08bea5a { display: none !important; }
html:has(body.thn-french-home),
body.thn-french-home,
body.thn-french-home .elementor-989427 { max-width: 100%; overflow-x: clip; }
body.thn-french-home .elementor-element-7996fd1 .elementor-headline { max-width: min(100%, 1080px); margin: 0 0 clamp(18px, 2vw, 28px) !important; color: white !important; font-size: inherit !important; line-height: normal !important; }
body.thn-french-home .elementor-element-7996fd1 .thn-home-hero-title,
body.thn-french-home .elementor-element-7996fd1 .thn-home-hero-title span { visibility: visible !important; opacity: 1 !important; }
body.thn-french-home .elementor-element-7996fd1 .elementor-headline-text-wrapper { display: block; color: white !important; font-size: clamp(.92rem, 1.15vw, 1.2rem) !important; font-weight: 800; line-height: 1.25 !important; letter-spacing: .13em; text-transform: uppercase; text-shadow: 0 2px 18px rgba(0,0,0,.42); }
body.thn-french-home .elementor-element-7996fd1 .thn-home-hero-outcome { display: block; max-width: 16ch; margin-top: .55em; color: #dff3df !important; font-size: clamp(3rem, 3.7vw, 4.6rem) !important; font-weight: 750; line-height: .96 !important; letter-spacing: -.035em; text-shadow: 0 2px 22px rgba(0,0,0,.38); }
body.thn-french-home .elementor-element-7996fd1 .thn-home-hero-outcome > span { display: block; white-space: nowrap; }
.thn-language-menu-item > a { font-weight: 800 !important; letter-spacing: .08em; }
.thn-profile-page .thn-shell { padding: 0 clamp(22px, 4vw, 56px) 100px; }
.thn-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; padding: 28px 0; color: var(--thn-slate); font-size: 0.78rem; }
.thn-profile-hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr); min-height: 570px; overflow: hidden; background: var(--thn-mint); }
.thn-profile-hero__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(48px, 7vw, 98px); }
.thn-profile-hero__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.thn-profile-hero__meta span { padding: 7px 10px; background: white; color: var(--thn-green-dark); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.thn-profile-hero h1 { margin: 0 0 20px; font-size: clamp(3rem, 6vw, 6.5rem); line-height: 0.94; }
.thn-profile-hero__vendor { margin: 0 0 20px; color: var(--thn-green); font-weight: 800; }
.thn-profile-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.thn-profile-socials { display: inline-flex; align-items: center; gap: 8px; }
.thn-profile-socials a { display: grid; width: 48px; height: 48px; place-content: center; border: 1px solid rgba(22,22,22,.18); background: white; color: var(--thn-green-dark); }
.thn-profile-hero__visual { position: relative; display: grid; min-height: 540px; place-content: center; overflow: hidden; background: var(--thn-green-dark); }
.thn-profile-hero__visual::before { position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 48px 48px; content: ""; }
.thn-profile-hero__visual.is-person { background: #eee; }
.thn-profile-hero__visual.is-person::before { display: none; }
.thn-profile-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.thn-person-placeholder { display: grid; width: 240px; height: 300px; place-content: center; background: var(--thn-green); color: white; font-size: 4rem; font-weight: 800; }
.thn-product-mark { position: relative; z-index: 1; display: grid; width: 190px; height: 190px; place-content: center; border: 1px solid rgba(255,255,255,.28); background: var(--thn-green); color: white; font-size: 4.3rem; font-weight: 800; transform: rotate(45deg); }
.thn-product-mark span { transform: rotate(-45deg); }
.thn-product-logo { position: relative; z-index: 1; display: grid; width: 270px; height: 230px; place-content: center; border: 1px solid rgba(255,255,255,.18); background: white; box-shadow: 0 28px 80px rgba(0,0,0,.32); }
.thn-product-logo img { width: 210px; height: 170px; object-fit: contain; }
.thn-evidence-panel { position: absolute; right: 28px; bottom: 28px; left: 28px; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 7px 22px; padding: 18px; border: 1px solid rgba(255,255,255,.16); background: rgba(22,22,22,.66); color: white; backdrop-filter: blur(12px); }
.thn-evidence-panel small { color: rgba(255,255,255,.6); }
.thn-evidence-panel strong { font-size: .8rem; }
.thn-profile-proof { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--thn-line); border-top: 0; }
.thn-profile-proof span { display: flex; min-height: 96px; flex-direction: column; justify-content: center; padding: 20px 24px; border-right: 1px solid var(--thn-line); }
.thn-profile-proof span:last-child { border-right: 0; }
.thn-profile-proof strong { font-size: .9rem; }
.thn-profile-proof small { margin-top: 5px; color: var(--thn-slate); font-size: .7rem; }
.thn-profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(40px, 7vw, 96px); padding: clamp(64px, 8vw, 110px) clamp(4px, 4vw, 52px); }
.thn-profile-content { max-width: 820px; }
.thn-profile-content h2 { margin: 58px 0 18px; font-size: clamp(1.75rem, 3vw, 2.8rem); }
.thn-profile-content h2:first-child { margin-top: 0; }
.thn-profile-content p,
.thn-profile-content li { color: var(--thn-slate); font-size: 1.02rem; line-height: 1.78; }
.thn-profile-content li + li { margin-top: 9px; }
.thn-sponsor-disclosure { margin: 0 0 28px; padding: 18px 20px; border: 1px solid #c9972b; background: #fff9e8; color: #33270d; }
.thn-sponsor-disclosure p { margin: 6px 0 0; }
.thn-guide-related { margin-top: 64px; }
.thn-profile-aside { display: flex; flex-direction: column; gap: 18px; }
.thn-aside-card { padding: 26px; border: 1px solid var(--thn-line); background: #fff; }
.thn-aside-card h2 { margin: 0 0 18px; font-size: 1.2rem; }
.thn-aside-card dl { margin: 0; }
.thn-aside-card dt { margin-top: 18px; color: var(--thn-slate); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.thn-aside-card dd { margin: 5px 0 0; font-size: .9rem; font-weight: 700; }
.thn-source-list { margin: 0; padding-left: 20px; }
.thn-source-list li + li { margin-top: 8px; }
.thn-correction-card { background: var(--thn-mint); }
.thn-correction-card p { color: var(--thn-slate); font-size: .9rem; line-height: 1.6; }
.thn-correction-form { display: grid; gap: 14px; }
.thn-correction-form label { display: grid; gap: 5px; font-size: .76rem; font-weight: 700; }
.thn-correction-form input,
.thn-correction-form textarea,
.thn-correction-form select { width: 100%; padding: 12px; border: 1px solid var(--thn-line); background: white; font: inherit; }
.thn-correction-form textarea { min-height: 130px; resize: vertical; }
.thn-citation-card a { overflow-wrap: anywhere; }
.thn-honeypot { position: absolute !important; left: -10000px !important; }
.thn-assessment-bridge { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 50px; padding: clamp(48px, 7vw, 84px); background: var(--thn-green-dark); color: white; }
.thn-assessment-bridge h2,
.thn-assessment-bridge .thn-eyebrow { color: white; }
.thn-assessment-bridge h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 4rem); }
.thn-assessment-bridge p:not(.thn-eyebrow) { max-width: 760px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.7; }

.thn-fr-page { overflow: hidden; background: white; }
.thn-fr-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); min-height: 650px; background: var(--thn-charcoal); color: white; }
.thn-fr-hero > div:first-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(56px, 7vw, 102px); }
.thn-fr-hero .thn-eyebrow { color: #9ce4a7; }
.thn-fr-hero h1 { max-width: 780px; margin: 0 0 28px; color: white !important; font-size: clamp(3rem, 5.8vw, 6.2rem); line-height: .98; }
.thn-fr-hero .thn-lead { max-width: 720px; color: rgba(255,255,255,.76); }
.thn-fr-hero__visual { position: relative; display: grid; align-content: center; justify-items: center; gap: 26px; min-height: 560px; margin: 34px; border: 1px solid rgba(255,255,255,.14); background: radial-gradient(circle at center, rgba(40,114,14,.52), rgba(18,59,34,.22) 45%, transparent 70%), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: auto, 54px 54px, 54px 54px; overflow: hidden; }
.thn-fr-hero__visual::before, .thn-fr-hero__visual::after { position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; }
.thn-fr-hero__visual::after { width: 500px; height: 500px; opacity: .5; }
.thn-fr-hero__visual strong { position: relative; z-index: 1; display: grid; width: 230px; height: 230px; place-content: center; padding: 44px; background: var(--thn-green); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%); color: white; font-size: 1.35rem; text-align: center; }
.thn-fr-hero__visual span { position: relative; z-index: 2; padding: 11px 16px; border: 1px solid rgba(255,255,255,.18); background: rgba(22,22,22,.72); color: white; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }

.thn-fr-services { padding: clamp(64px, 8vw, 116px) clamp(22px, 7vw, 102px); }
.thn-fr-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 48px; border-top: 1px solid var(--thn-line); border-left: 1px solid var(--thn-line); }
.thn-fr-service-grid article { display: flex; flex-direction: column; min-height: 390px; padding: 36px; border-right: 1px solid var(--thn-line); border-bottom: 1px solid var(--thn-line); }
.thn-fr-service-grid article > span { margin-bottom: 62px; color: var(--thn-green); font-size: .76rem; font-weight: 800; }
.thn-fr-service-grid h3 { margin: 0 0 18px; font-size: clamp(1.5rem, 2.1vw, 2.25rem); }
.thn-fr-service-grid p { margin: 0 0 32px; color: var(--thn-slate); line-height: 1.65; }
.thn-fr-service-grid a { display: flex; justify-content: space-between; gap: 20px; margin-top: auto; color: var(--thn-green); font-weight: 800; }

.thn-fr-about-hero .thn-profile-hero__copy { background: var(--thn-mint); }
.thn-fr-about-hero .thn-profile-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.thn-fr-story { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(42px,8vw,130px); padding: clamp(70px,9vw,130px) clamp(24px,8vw,118px); }
.thn-fr-story h2 { max-width: 640px; margin: 0; font-size: clamp(2.4rem,4.5vw,5.2rem); line-height: 1.02; }
.thn-fr-story p { margin: 0 0 24px; color: var(--thn-slate); font-size: 1.08rem; line-height: 1.8; }

.thn-fr-insights { padding: 68px clamp(18px,7vw,102px) 110px; }
.thn-fr-insights .thn-profile-grid { padding: 0; }
.thn-fr-insights .thn-profile-card { min-height: 390px; }
.thn-fr-insights .thn-profile-card h2 { margin: 30px 0 18px; font-size: clamp(1.5rem,2.2vw,2.2rem); }

.thn-fr-contact { display: grid; grid-template-columns: minmax(0,.88fr) minmax(440px,1.12fr); min-height: 760px; }
.thn-fr-contact__intro { display: flex; flex-direction: column; justify-content: center; padding: clamp(56px,7vw,102px); background: var(--thn-green-dark); color: white; }
.thn-fr-contact__intro .thn-eyebrow { color: #a9e7b2; }
.thn-fr-contact__intro h1 { margin: 0 0 28px; color: white !important; font-size: clamp(3rem,5.4vw,5.9rem); line-height: .98; }
.thn-fr-contact__intro .thn-lead { color: rgba(255,255,255,.76); }
.thn-fr-contact__proof { display: grid; gap: 18px; margin-top: 54px; }
.thn-fr-contact__proof span { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.thn-fr-contact__proof small { color: rgba(255,255,255,.62); line-height: 1.5; }
.thn-fr-contact__form { padding: clamp(48px,7vw,96px); background: #f4f7f3; }
.thn-fr-contact__form form { display: grid; gap: 20px; }
.thn-fr-contact__form label { display: grid; gap: 8px; color: var(--thn-charcoal); font-size: .82rem; font-weight: 800; }
.thn-fr-contact__form input, .thn-fr-contact__form select, .thn-fr-contact__form textarea { width: 100%; min-height: 52px; border: 1px solid rgba(22,22,22,.22); border-radius: 0; background: white; padding: 13px 14px; color: var(--thn-charcoal); font: inherit; }
.thn-fr-contact__form textarea { min-height: 150px; resize: vertical; }
.thn-fr-contact__form .thn-consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; font-weight: 500; line-height: 1.5; }
.thn-fr-contact__form .thn-consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.thn-form-guard { margin: 0; color: var(--thn-slate); font-size: .82rem; }
.thn-form-notice { margin-bottom: 22px; padding: 16px 18px; border-left: 4px solid var(--thn-green); background: white; }
.thn-form-notice.is-error { border-color: #a53b2a; }

.thn-growth-links,
.thn-growth-links * { box-sizing: border-box; }
.thn-growth-links { width: min(100%, 1440px); margin: 0 auto; padding: clamp(68px, 8vw, 112px) clamp(22px, 7vw, 102px); background: #f3f6f1; color: var(--thn-charcoal); font-family: inherit; }
.thn-growth-links--navigator { border-top: 1px solid var(--thn-line); }
.thn-growth-links__heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 34px; margin-bottom: 42px; }
.thn-growth-links__heading h2 { max-width: 850px; margin: 0; color: var(--thn-charcoal); font-size: clamp(2.25rem, 4.5vw, 5rem); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.thn-growth-links__heading > a { padding-bottom: 8px; color: var(--thn-green-dark); font-size: .86rem; font-weight: 800; text-decoration: none; }
.thn-growth-links__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--thn-line); border-left: 1px solid var(--thn-line); }
.thn-growth-links__grid > a { position: relative; display: flex; flex-direction: column; min-height: 310px; padding: 30px; border-right: 1px solid var(--thn-line); border-bottom: 1px solid var(--thn-line); background: white; color: var(--thn-charcoal); text-decoration: none; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.thn-growth-links__grid > a:hover,
.thn-growth-links__grid > a:focus-visible { background: var(--thn-green-dark); color: white; transform: translateY(-3px); }
.thn-growth-links__grid span { margin-bottom: 58px; color: var(--thn-green); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.thn-growth-links__grid > a:hover span,
.thn-growth-links__grid > a:focus-visible span { color: #a9e7b2; }
.thn-growth-links__grid strong { max-width: 250px; font-size: clamp(1.25rem, 1.65vw, 1.85rem); line-height: 1.08; letter-spacing: -.025em; }
.thn-growth-links__grid small { margin-top: 16px; color: var(--thn-slate); font-size: .9rem; line-height: 1.55; }
.thn-growth-links__grid > a:hover small,
.thn-growth-links__grid > a:focus-visible small { color: rgba(255,255,255,.72); }
.thn-growth-links__grid i { position: absolute; right: 28px; bottom: 24px; font-size: 1.25rem; font-style: normal; }

@media (max-width: 1024px) {
  .thn-hero { min-height: 760px; background-position: 56% center; }
  .thn-card-grid,
  .thn-profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .thn-profile-hero { grid-template-columns: 1fr; }
  .thn-profile-hero__visual { min-height: 520px; }
  .thn-profile-layout { grid-template-columns: 1fr; }
  .thn-profile-aside { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .thn-correction-card { grid-column: 1 / -1; }
  .thn-fr-hero { grid-template-columns: 1fr; }
  .thn-fr-hero__visual { min-height: 500px; }
  .thn-fr-service-grid { grid-template-columns: 1fr; }
  .thn-fr-service-grid article { min-height: 300px; }
  .thn-fr-story { grid-template-columns: 1fr; }
  .thn-fr-contact { grid-template-columns: 1fr; }
  .thn-growth-links__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  body.thn-french-home .elementor-element-7996fd1 .elementor-headline { max-width: 100%; margin-bottom: 18px !important; }
  body.thn-french-home .elementor-element-7996fd1 .elementor-headline-text-wrapper { font-size: clamp(.74rem, 3.3vw, .86rem) !important; letter-spacing: .1em; }
  body.thn-french-home .elementor-element-7996fd1 .thn-home-hero-outcome { max-width: 100%; margin-top: .7rem; font-size: clamp(1.4rem, 7.6vw, 2.3rem) !important; line-height: 1 !important; letter-spacing: -.035em; }
  .thn-hero { min-height: 720px; background-image: url("../images/navigator-hero-v2-mobile.webp"); background-position: 64% center; }
  .thn-hero__copy { padding: 170px 22px 42px; }
  .thn-hero h1 { font-size: clamp(2.7rem, 12vw, 4.4rem); }
  .thn-searchbar { display: grid; padding: 6px; }
  .thn-searchbar button { width: 100%; }
  .thn-hero__links { flex-direction: column; gap: 10px; }
  .thn-hero__caption { display: none; }
  .thn-proof { grid-template-columns: repeat(2, 1fr); }
  .thn-proof span { padding: 18px 12px; }
  .thn-audiences { grid-template-columns: 1fr; padding: 54px 18px 24px; }
  .thn-audiences article { min-height: 240px; padding: 28px; }
  .thn-audiences article > span { margin-bottom: 34px; }
  .thn-browse,
  .thn-featured { padding: 54px 18px 68px; }
  .thn-card-grid,
  .thn-profile-grid { grid-template-columns: 1fr; }
  .thn-profile-card.is-product .thn-profile-card__identity { flex-direction: column; align-items: flex-start; }
  .thn-profile-card.is-product .thn-profile-card__logo { width: 100%; height: 104px; flex: 0 0 auto; }
  .thn-profile-card.is-product .thn-profile-card__logo img { width: 180px; height: 80px; max-width: 180px; max-height: 80px; }
  .thn-discovery-card { min-height: 190px; }
  .thn-method { grid-template-columns: 1fr; gap: 28px; padding: 56px 22px; }
  .thn-search-head { padding: 56px 20px 36px; }
  .thn-results-grid { padding: 0 18px; }
  .thn-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; overflow-x: visible; padding: 16px 18px; }
  .thn-tabs a { min-width: 0; padding: 12px 8px; text-align: center; }
  .thn-profile-page .thn-shell { padding: 0 0 64px; }
  .thn-breadcrumbs { padding: 20px 18px; }
  .thn-profile-hero__copy { padding: 44px 22px; }
  .thn-profile-hero h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .thn-profile-actions { display: grid; width: 100%; }
  .thn-profile-actions .thn-button { width: 100%; }
  .thn-profile-hero__visual { min-height: 430px; }
  .thn-profile-proof { grid-template-columns: repeat(2, 1fr); }
  .thn-profile-proof span:nth-child(2) { border-right: 0; }
  .thn-profile-proof span:nth-child(-n+2) { border-bottom: 1px solid var(--thn-line); }
  .thn-profile-layout { padding: 54px 20px; }
  .thn-profile-aside { grid-template-columns: 1fr; }
  .thn-correction-card { grid-column: auto; }
  .thn-assessment-bridge { grid-template-columns: 1fr; gap: 30px; padding: 50px 22px; }
  .thn-assessment-bridge .thn-button { width: 100%; }
  .thn-evidence-panel { right: 14px; bottom: 14px; left: 14px; grid-template-columns: 1fr; }
  .thn-fr-hero > div:first-child { padding: 54px 22px 38px; }
  .thn-fr-hero h1 { font-size: clamp(2.65rem,12vw,4.4rem); }
  .thn-fr-hero__visual { min-height: 390px; margin: 0 16px 16px; }
  .thn-fr-hero__visual::after { width: 360px; height: 360px; }
  .thn-fr-hero__visual::before { width: 230px; height: 230px; }
  .thn-fr-hero__visual strong { width: 160px; height: 160px; font-size: 1rem; }
  .thn-fr-services { padding: 58px 18px 72px; }
  .thn-fr-service-grid article { min-height: 280px; padding: 28px; }
  .thn-fr-service-grid article > span { margin-bottom: 34px; }
  .thn-fr-story { padding: 62px 22px; }
  .thn-fr-insights { padding: 56px 18px 74px; }
  .thn-fr-contact__intro, .thn-fr-contact__form { padding: 54px 22px; }
  .thn-fr-contact__intro h1 { font-size: clamp(2.65rem,13vw,4.5rem); }
  .thn-fr-contact__proof span { grid-template-columns: 1fr; gap: 5px; }
  .thn-growth-links { padding: 58px 18px 72px; }
  .thn-growth-links__heading { grid-template-columns: 1fr; align-items: start; margin-bottom: 32px; }
  .thn-growth-links__heading h2 { font-size: clamp(2.2rem, 11vw, 3.7rem); }
  .thn-growth-links__grid { grid-template-columns: 1fr; }
  .thn-growth-links__grid > a { min-height: 240px; padding: 26px; }
  .thn-growth-links__grid span { margin-bottom: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .thn-shell *, .thn-shell *::before, .thn-shell *::after { scroll-behavior: auto !important; transition: none !important; }
}
