/* TGK v3.25.1 — authoritative responsive shell. */
html { overflow-x: clip; }
body { min-width: 320px; }
.tgk-home,
.tgk-home > section,
.tgk-home :where(.tgk-container,.tgk-hero__grid,.tgk-hero__content,.tgk-hero__visual) { min-width: 0; }
.tgk-home :where(img,svg) { max-width: 100%; }
.tgk-home :where(h1,h2,h3,p,a,span) { overflow-wrap: break-word; }

/* A calm glass header that collapses before its navigation becomes crowded. */
.tgk-header {
  padding-block: clamp(.45rem,1vw,.7rem);
  background: transparent;
}
.tgk-header__inner {
  width: min(calc(100% - clamp(1rem,3vw,3rem)),94rem);
  min-height: 4.25rem;
  height: auto;
  margin-inline: auto;
  padding: .48rem clamp(.55rem,1vw,1rem);
  display: grid;
  grid-template-columns: minmax(8rem,auto) minmax(0,1fr) auto;
  align-items: center;
  gap: clamp(.55rem,1.2vw,1.1rem);
  border: 1px solid var(--header-border,var(--ui-border));
  border-radius: 1.05rem;
  background: color-mix(in srgb,var(--header-bg-solid,var(--ui-surface-raised)) 90%,transparent);
  box-shadow: 0 12px 36px rgba(14,38,24,.08);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  backdrop-filter: blur(20px) saturate(135%);
}
.tgk-header.is-scrolled .tgk-header__inner {
  min-height: 3.85rem;
  background: color-mix(in srgb,var(--header-bg-solid,var(--ui-surface-raised)) 97%,transparent);
  box-shadow: var(--header-shadow,0 16px 44px rgba(14,38,24,.12));
}
.tgk-header .tgk-branding { min-width: 0; max-width: clamp(8rem,13vw,11.5rem); }
.tgk-header .tgk-branding__text { min-width: 0; }
.tgk-header .tgk-branding__text strong { font-size: clamp(.72rem,.7vw,.86rem); line-height: 1.15; }
.tgk-header .tgk-branding__text small { font-size: .62rem; }
.tgk-desktop-nav { min-width: 0; justify-self: center; }
.tgk-desktop-nav .tgk-menu { justify-content: center; gap: clamp(.05rem,.25vw,.32rem); }
.tgk-desktop-nav .tgk-menu > li > a {
  min-height: 2.55rem;
  padding-inline: clamp(.42rem,.52vw,.68rem);
  font-size: clamp(.7rem,.58vw,.8rem);
}
.tgk-header__actions { min-width: 0; justify-self: end; gap: .38rem; }
.tgk-header .tgk-icon-button,
.tgk-header .tgk-menu-toggle {
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  min-height: 2.75rem;
  padding: .65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .85rem;
}
.tgk-header .tgk-menu-toggle { width: auto; gap: .45rem; padding-inline: .82rem; }
.tgk-header .tgk-button--header { min-height: 2.75rem; padding-inline: .9rem; }

/* Icon-only floating actions; labels reveal toward the center on hover/focus. */
.tgk-floating-action {
  --tgk-fab-size: 3.5rem;
  --tgk-fab-expanded: 18rem;
  width: var(--tgk-fab-size);
  min-width: var(--tgk-fab-size);
  max-width: calc(100vw - 2rem);
  height: var(--tgk-fab-size);
  min-height: var(--tgk-fab-size);
  padding: .3rem;
  gap: .65rem;
  overflow: hidden;
  justify-content: flex-start;
  isolation: isolate;
  border: 1px solid color-mix(in srgb,var(--ui-accent) 62%,transparent);
  border-radius: 999px;
  background: color-mix(in srgb,var(--ui-surface-raised,#14251b) 78%,var(--tgk-forest,#285e48));
  color: #fff;
  box-shadow: 0 14px 38px rgba(5,22,13,.25), inset 0 1px 0 rgba(255,255,255,.14);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  backdrop-filter: blur(16px) saturate(135%);
  transition: width .32s cubic-bezier(.2,.8,.2,1),transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.tgk-floating-action--contact {
  right: max(1rem,env(safe-area-inset-right));
  left: auto;
  flex-direction: row-reverse;
}
.tgk-floating-action--language {
  left: max(1rem,env(safe-area-inset-left));
  right: auto;
  --tgk-fab-expanded: 12rem;
}
.tgk-floating-action__icon {
  width: calc(var(--tgk-fab-size) - .76rem);
  height: calc(var(--tgk-fab-size) - .76rem);
  min-width: calc(var(--tgk-fab-size) - .76rem);
  flex: 0 0 calc(var(--tgk-fab-size) - .76rem);
  border: 1px solid color-mix(in srgb,var(--ui-accent) 42%,transparent);
  border-radius: 50%;
  background: color-mix(in srgb,var(--ui-accent) 13%,transparent) !important;
  color: color-mix(in srgb,var(--ui-accent) 82%,#fff) !important;
  box-shadow: none !important;
  animation: none !important;
}
.tgk-floating-action__icon .tgk-icon {
  width: 1.2rem;
  height: 1.2rem;
  stroke-width: 1.75;
}
.tgk-floating-action > span:last-child {
  width: 0;
  min-width: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  line-height: 1;
  transition: width .32s cubic-bezier(.2,.8,.2,1),opacity .18s ease .04s;
}
.tgk-floating-action:hover,
.tgk-floating-action:focus-visible,
.tgk-floating-action[aria-expanded="true"] {
  width: min(var(--tgk-fab-expanded),calc(100vw - 2rem));
  background: color-mix(in srgb,var(--tgk-forest,#285e48) 82%,#07130d);
  color: #fff;
  border-color: var(--ui-accent);
  box-shadow: 0 18px 46px rgba(5,22,13,.32), 0 0 0 3px color-mix(in srgb,var(--ui-accent) 13%,transparent);
  transform: translateY(-3px);
}
.tgk-floating-action:active { transform: translateY(-1px) scale(.97); }
.tgk-floating-action:focus-visible { outline: 3px solid var(--ui-accent); outline-offset: 4px; }
.tgk-floating-action:hover > span:last-child,
.tgk-floating-action:focus-visible > span:last-child,
.tgk-floating-action[aria-expanded="true"] > span:last-child { width: auto; opacity: 1; }

@media (max-width: 1359px) {
  .tgk-desktop-nav { display: none !important; }
  .tgk-menu-toggle { display: inline-flex !important; }
  .tgk-header__inner { grid-template-columns: minmax(7rem,1fr) auto; }
}
@media (min-width: 1360px) {
  .tgk-desktop-nav { display: block !important; }
  .tgk-menu-toggle { display: none !important; }
}
@media (max-width: 899px) {
  .tgk-header .tgk-button--header { display: none !important; }
}
@media (max-width: 767px) {
  .tgk-home > section { scroll-margin-top: 5.25rem; }
  .tgk-header { padding-block: .35rem; }
  .tgk-header__inner {
    width: calc(100% - .75rem);
    min-height: 3.75rem;
    padding: .38rem .42rem .38rem .65rem;
    gap: .3rem;
    border-radius: .9rem;
  }
  [dir="rtl"] .tgk-header__inner { padding-inline: .42rem .65rem; }
  .tgk-header.is-scrolled .tgk-header__inner { min-height: 3.55rem; }
  .tgk-header .tgk-branding { max-width: min(8.2rem,48vw); }
  .tgk-header .tgk-branding__mark { width: 2.35rem; height: 2.35rem; flex-basis: 2.35rem; }
  .tgk-header .tgk-branding__text strong { font-size: .69rem; }
  .tgk-header .tgk-branding__text small { font-size: .56rem; }
  .tgk-header [data-theme-toggle],
  .tgk-header .tgk-search-toggle { display: none !important; }
  .tgk-header .tgk-header__actions > [data-theme-toggle] {
    display: inline-flex !important;
    flex: 0 0 2.75rem;
  }
  .tgk-header .tgk-menu-toggle { width: 2.75rem; min-width: 2.75rem; padding: .65rem; }
  .tgk-header .tgk-menu-toggle > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .tgk-mobile-panel__dialog { width: min(94vw,25rem); }
  .tgk-hero--authority { padding-top: 6.25rem; }
  .tgk-home .tgk-container { width: min(calc(100% - 1.25rem),80rem); }
  .tgk-home :where(.tgk-button,button,a) { max-width: 100%; }
  .tgk-floating-action { --tgk-fab-size: 3.25rem; max-width: calc(100vw - 1.5rem); bottom: max(.75rem,env(safe-area-inset-bottom)); }
  .tgk-floating-action--contact { right: max(.75rem,env(safe-area-inset-right)); }
  .tgk-floating-action--language { left: max(.75rem,env(safe-area-inset-left)); }
  .tgk-floating-action:hover,
  .tgk-floating-action:focus-visible,
  .tgk-floating-action[aria-expanded="true"] { width: var(--tgk-fab-size); transform: translateY(-2px); }
  .tgk-floating-action:hover > span:last-child,
  .tgk-floating-action:focus-visible > span:last-child,
  .tgk-floating-action[aria-expanded="true"] > span:last-child { width: 0; opacity: 0; }
}
@media (max-width: 380px) {
  .tgk-header__inner { width: calc(100% - .5rem); }
  .tgk-header .tgk-branding__text small { display: none; }
  .tgk-home .tgk-container { width: min(calc(100% - 1rem),80rem); }
}
@media (hover: none) {
  .tgk-floating-action:hover { width: var(--tgk-fab-size); }
  .tgk-floating-action:hover > span:last-child { width: 0; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .tgk-floating-action,
  .tgk-floating-action > span:last-child { transition-duration: .01ms !important; }
}

/* Editorial About composition: image-led, tactile and motion-aware. */
.tgk-about-home--v3251 {
  --about-panel: #153b2c;
  --about-panel-text: #f8f6ef;
  --about-panel-muted: #c1d1c7;
  --about-panel-line: rgba(248,246,239,.16);
  position: relative;
  isolation: isolate;
  padding-block: clamp(5.5rem,9vw,9rem);
  overflow: clip;
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--about-line) 38%,transparent) 1px,transparent 1px) 0 0 / clamp(4rem,8vw,8rem) 100%,
    var(--about-bg);
}
html[data-theme="dark"] .tgk-about-home--v3251 {
  --about-panel: #d9e9df;
  --about-panel-text: #102219;
  --about-panel-muted: #435d4e;
  --about-panel-line: rgba(16,34,25,.17);
}
.tgk-about-home--v3251::before {
  inset-block-start: 8%;
  inset-inline-end: -10rem;
  width: clamp(20rem,34vw,38rem);
  border-color: color-mix(in srgb,var(--about-gold) 45%,var(--about-line));
  opacity: .48;
}
.tgk-about-home--v3251::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset-inline-start: -8rem;
  inset-block-end: 7%;
  width: 22rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: color-mix(in srgb,var(--about-accent) 9%,transparent);
  filter: blur(2px);
  pointer-events: none;
}
.tgk-about-home--v3251 .tgk-about-home__intro {
  grid-template-columns: minmax(9rem,.42fr) minmax(0,1.58fr);
  gap: clamp(2rem,6vw,7rem);
  margin-block-end: clamp(3rem,6vw,6.5rem);
}
.tgk-about-home--v3251 .tgk-about-home__kicker {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding-block-start: .55rem;
}
.tgk-about-home--v3251 .tgk-about-home__edition {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--about-muted);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .18em;
}
.tgk-about-home--v3251 .tgk-about-home__edition::before {
  content: "";
  width: 2.75rem;
  height: 1px;
  background: var(--about-gold);
}
.tgk-about-home--v3251 .tgk-about-home__heading {
  grid-template-columns: minmax(0,1.2fr) minmax(17rem,.68fr);
  gap: clamp(2rem,5vw,5.5rem);
  align-items: end;
}
.tgk-about-home--v3251 .tgk-about-home__heading h2 {
  max-width: 13ch;
  font-size: clamp(3rem,5.25vw,6.1rem);
  font-weight: 580;
  line-height: .98;
  letter-spacing: -.058em;
}
[dir="rtl"] .tgk-about-home--v3251 .tgk-about-home__heading h2 {
  max-width: 16ch;
  line-height: 1.16;
  letter-spacing: -.022em;
}
.tgk-about-home--v3251 .tgk-about-home__heading .tgk-lead {
  position: relative;
  max-width: 38ch;
  padding-block-start: 1.25rem;
  border-block-start: 1px solid var(--about-line-strong);
}
.tgk-about-home--v3251 .tgk-about-home__stage {
  grid-template-columns: minmax(0,1.25fr) minmax(20rem,.75fr);
  gap: 0;
  align-items: center;
}
.tgk-about-home--v3251 .tgk-about-home__visual {
  position: relative;
  z-index: 1;
  border-radius: 1.5rem;
  box-shadow: 0 38px 90px -50px rgba(12,44,29,.52);
}
.tgk-about-home--v3251 .tgk-about-home__media {
  min-height: clamp(31rem,46vw,43rem);
  aspect-ratio: 1.28 / 1;
  background: var(--about-fallback-end);
}
.tgk-about-home--v3251 .tgk-about-home__media::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(135deg,transparent 50%,rgba(8,33,21,.2));
  pointer-events: none;
}
.tgk-about-home--v3251 .tgk-about-home__media-caption {
  position: absolute;
  z-index: 4;
  inset-inline-start: clamp(1rem,2.4vw,2rem);
  inset-block-end: clamp(1rem,2.4vw,2rem);
  min-width: 8.5rem;
  padding: .9rem 1rem;
  display: grid;
  gap: .12rem;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: .85rem;
  background: rgba(11,43,28,.72);
  color: #fff;
  box-shadow: 0 14px 35px rgba(4,20,12,.2);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
}
.tgk-about-home--v3251 .tgk-about-home__media-caption span {
  color: rgba(255,255,255,.68);
  font-size: .6rem;
  font-weight: 780;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.tgk-about-home--v3251 .tgk-about-home__media-caption strong {
  color: #fff;
  font-size: clamp(1.55rem,2.5vw,2.2rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.tgk-about-home--v3251 .tgk-about-home__orbit {
  position: absolute;
  z-index: 3;
  inset: 50% auto auto 50%;
  width: min(66%,28rem);
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb,var(--about-accent) 32%,transparent);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.tgk-about-home--v3251 .tgk-about-home__orbit::before,
.tgk-about-home--v3251 .tgk-about-home__orbit::after {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px solid color-mix(in srgb,var(--about-gold) 42%,transparent);
  border-radius: 50%;
}
.tgk-about-home--v3251 .tgk-about-home__orbit::after { inset: 35%; }
.tgk-about-home--v3251 .tgk-about-home__orbit i {
  position: absolute;
  width: .55rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--about-gold);
  box-shadow: 0 0 0 .35rem color-mix(in srgb,var(--about-gold) 16%,transparent);
}
.tgk-about-home--v3251 .tgk-about-home__orbit i:nth-child(1) { inset: 8% auto auto 24%; }
.tgk-about-home--v3251 .tgk-about-home__orbit i:nth-child(2) { inset: auto 6% 29% auto; }
.tgk-about-home--v3251 .tgk-about-home__orbit i:nth-child(3) { inset: 48% auto auto -1%; }
.tgk-about-home--v3251 .tgk-about-home__fallback svg { z-index: 1; width: 94%; stroke-width: 1.6; }
.tgk-about-home--v3251 .tgk-about-home__fallback svg path { stroke-dasharray: 760; stroke-dashoffset: 0; }
.tgk-about-home--v3251 .tgk-about-home__facts { position: relative; z-index: 3; }
.tgk-about-home--v3251 .tgk-about-home__facts > div { padding: clamp(1rem,1.7vw,1.45rem); }
.tgk-about-home--v3251 .tgk-about-home__facts dd { font-size: clamp(.76rem,1vw,.9rem); }
.tgk-about-home--v3251 .tgk-about-home__content {
  position: relative;
  z-index: 2;
  min-height: clamp(30rem,40vw,38rem);
  margin-inline-start: clamp(-4.5rem,-5vw,-3rem);
  padding: clamp(1.5rem,3vw,3rem);
  border-color: var(--about-panel-line);
  border-radius: 1.5rem;
  background: var(--about-panel);
  color: var(--about-panel-text);
  box-shadow: 0 32px 80px -48px rgba(5,24,14,.65);
}
.tgk-about-home--v3251 .tgk-about-home__content::before {
  content: "";
  position: absolute;
  inset: .65rem;
  border: 1px solid var(--about-panel-line);
  border-radius: 1.05rem;
  pointer-events: none;
}
.tgk-about-home--v3251 .tgk-about-home__content-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block-end: 1.15rem;
  border-block-end: 1px solid var(--about-panel-line);
  color: var(--about-panel-muted);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tgk-about-home--v3251 .tgk-about-home__capabilities,
.tgk-about-home--v3251 .tgk-about-home__action { position: relative; z-index: 1; }
.tgk-about-home--v3251 .tgk-about-home__capabilities li {
  grid-template-columns: 2.75rem minmax(0,1fr);
  gap: 1rem;
  padding: clamp(1.15rem,2vw,1.7rem) .35rem;
  border-color: var(--about-panel-line);
  color: var(--about-panel-text);
  transition: padding .25s ease,background .25s ease,transform .25s ease;
}
.tgk-about-home--v3251 .tgk-about-home__capabilities li:first-child { padding-block-start: 1.35rem; }
.tgk-about-home--v3251 .tgk-about-home__capabilities li:hover {
  padding-inline: .8rem;
  border-radius: .85rem;
  background: color-mix(in srgb,var(--about-panel-text) 7%,transparent);
  transform: translateX(.2rem);
}
[dir="rtl"] .tgk-about-home--v3251 .tgk-about-home__capabilities li:hover { transform: translateX(-.2rem); }
.tgk-about-home--v3251 .tgk-about-home__capability-mark {
  width: 2.75rem;
  height: 2.75rem;
  border-color: color-mix(in srgb,var(--about-gold) 55%,var(--about-panel-line));
  background: color-mix(in srgb,var(--about-gold) 13%,transparent);
  color: var(--about-gold);
}
.tgk-about-home--v3251 .tgk-about-home__capability-mark .tgk-icon { width: 1.15rem; height: 1.15rem; }
.tgk-about-home--v3251 .tgk-about-home__action { padding-block-start: 1.4rem; }
.tgk-about-home--v3251 .tgk-button--secondary {
  border-color: var(--about-panel-line) !important;
  background: var(--about-panel-text) !important;
  color: var(--about-panel) !important;
}
.tgk-about-home--v3251 .tgk-button--secondary:hover,
.tgk-about-home--v3251 .tgk-button--secondary:focus-visible {
  border-color: var(--about-gold) !important;
  background: var(--about-gold) !important;
  color: #102219 !important;
}

@media (prefers-reduced-motion: no-preference) {
  .tgk-about-home--v3251 .tgk-about-home__orbit { animation: tgk-about-orbit 24s linear infinite; }
  .tgk-about-home--v3251 .tgk-about-home__orbit::before { animation: tgk-about-orbit 16s linear infinite reverse; }
  .tgk-about-home--v3251 .tgk-about-home__fallback svg path { animation: tgk-about-route 4.5s cubic-bezier(.22,1,.36,1) both; }
  .js .tgk-about-home--v3251 .tgk-about-home__capabilities li[data-reveal] { opacity: 0; transform: translateY(1.25rem); }
  .js .tgk-about-home--v3251 .tgk-about-home__capabilities li[data-reveal].is-visible { opacity: 1; transform: none; }
  .js .tgk-about-home--v3251 .tgk-about-home__capabilities li:nth-child(2) { transition-delay: .1s; }
  .js .tgk-about-home--v3251 .tgk-about-home__capabilities li:nth-child(3) { transition-delay: .2s; }
}
@keyframes tgk-about-orbit { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes tgk-about-route { from { stroke-dashoffset: 760; opacity: .08; } to { stroke-dashoffset: 0; opacity: .55; } }

@media (max-width: 1199px) {
  .tgk-about-home--v3251 .tgk-about-home__intro { grid-template-columns: 1fr; gap: 1.4rem; }
  .tgk-about-home--v3251 .tgk-about-home__kicker { flex-direction: row; align-items: center; justify-content: space-between; }
  .tgk-about-home--v3251 .tgk-about-home__heading { grid-template-columns: minmax(0,1.1fr) minmax(16rem,.9fr); }
  .tgk-about-home--v3251 .tgk-about-home__stage { grid-template-columns: minmax(0,1.1fr) minmax(18rem,.9fr); }
  .tgk-about-home--v3251 .tgk-about-home__content { margin-inline-start: -2rem; }
}
@media (max-width: 899px) {
  .tgk-about-home--v3251 .tgk-about-home__heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .tgk-about-home--v3251 .tgk-about-home__heading h2 { max-width: 15ch; }
  .tgk-about-home--v3251 .tgk-about-home__heading .tgk-lead { max-width: 58ch; }
  .tgk-about-home--v3251 .tgk-about-home__stage { grid-template-columns: 1fr; gap: 1.25rem; }
  .tgk-about-home--v3251 .tgk-about-home__content { min-height: 0; margin-inline-start: 0; }
  .tgk-about-home--v3251 .tgk-about-home__capabilities { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .tgk-about-home--v3251 .tgk-about-home__capabilities li,
  .tgk-about-home--v3251 .tgk-about-home__capabilities li:first-child {
    grid-template-columns: 1fr;
    align-content: start;
    padding: 1.15rem;
    border-block-end: 0;
    border-inline-end: 1px solid var(--about-panel-line);
  }
  .tgk-about-home--v3251 .tgk-about-home__capabilities li:last-child { border-inline-end: 0; }
  .tgk-about-home--v3251 .tgk-about-home__capabilities li:hover { padding: 1.15rem; transform: translateY(-.2rem); }
}
@media (max-width: 639px) {
  .tgk-about-home--v3251 { padding-block: 4.5rem; background: var(--about-bg); }
  .tgk-about-home--v3251::after { display: none; }
  .tgk-about-home--v3251 .tgk-about-home__intro { margin-block-end: 2.4rem; }
  .tgk-about-home--v3251 .tgk-about-home__kicker { align-items: flex-start; gap: .75rem; }
  .tgk-about-home--v3251 .tgk-about-home__edition { display: none; }
  .tgk-about-home--v3251 .tgk-about-home__heading h2,
  [dir="rtl"] .tgk-about-home--v3251 .tgk-about-home__heading h2 { max-width: none; font-size: clamp(2.2rem,10.5vw,3.2rem); }
  .tgk-about-home--v3251 .tgk-about-home__heading .tgk-lead { font-size: .95rem; line-height: 1.85; }
  .tgk-about-home--v3251 .tgk-about-home__media { min-height: 0; aspect-ratio: 4 / 3; }
  .tgk-about-home--v3251 .tgk-about-home__orbit { width: 72%; }
  .tgk-about-home--v3251 .tgk-about-home__media-caption { min-width: 7.25rem; padding: .7rem .8rem; }
  .tgk-about-home--v3251 .tgk-about-home__facts { grid-template-columns: 1fr; }
  .tgk-about-home--v3251 .tgk-about-home__facts > div {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 1rem;
    align-items: baseline;
    padding: .85rem 1rem;
    border-inline-end: 0;
    border-block-end: 1px solid var(--about-line);
  }
  .tgk-about-home--v3251 .tgk-about-home__facts > div:last-child { border-block-end: 0; }
  .tgk-about-home--v3251 .tgk-about-home__facts dt { margin: 0; }
  .tgk-about-home--v3251 .tgk-about-home__facts dd { text-align: end; }
  .tgk-about-home--v3251 .tgk-about-home__content { padding: 1.25rem; border-radius: 1.1rem; }
  .tgk-about-home--v3251 .tgk-about-home__content::before { inset: .45rem; border-radius: .8rem; }
  .tgk-about-home--v3251 .tgk-about-home__capabilities { grid-template-columns: 1fr; }
  .tgk-about-home--v3251 .tgk-about-home__capabilities li,
  .tgk-about-home--v3251 .tgk-about-home__capabilities li:first-child {
    grid-template-columns: 2.5rem minmax(0,1fr);
    gap: .8rem;
    padding: 1rem .15rem;
    border-inline-end: 0;
    border-block-end: 1px solid var(--about-panel-line);
    font-size: .92rem;
  }
  .tgk-about-home--v3251 .tgk-about-home__capabilities li:hover { padding: 1rem .15rem; transform: none; }
  .tgk-about-home--v3251 .tgk-about-home__action { padding-block-start: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  .tgk-about-home--v3251 *,
  .tgk-about-home--v3251 *::before,
  .tgk-about-home--v3251 *::after { animation: none !important; transition-duration: .01ms !important; }
}

/* Stable ecosystem presentation, including a complete no-content state. */
.tgk-ecosystem--v3 {
  --eco-bg: #f3f1e9;
  --eco-surface: #fffdf8;
  --eco-surface-2: #e9eee9;
  --eco-text: #14251d;
  --eco-muted: #607068;
  --eco-line: rgba(20,55,39,.15);
  --eco-line-strong: rgba(30,102,73,.42);
  --eco-accent: #1a6649;
  --eco-gold: #a37a31;
  position: relative;
  overflow: clip;
  padding-block: clamp(5.5rem,9vw,9rem);
  background: var(--eco-bg);
  color: var(--eco-text);
}
html[data-theme="dark"] .tgk-ecosystem--v3 {
  --eco-bg: #08130f;
  --eco-surface: #0f2019;
  --eco-surface-2: #152a21;
  --eco-text: #f2f5ef;
  --eco-muted: #a9b8b0;
  --eco-line: rgba(226,237,230,.14);
  --eco-line-strong: rgba(108,205,164,.42);
  --eco-accent: #77d0aa;
  --eco-gold: #d6b46f;
}
.tgk-ecosystem--v3::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 85% 12%,color-mix(in srgb,var(--eco-accent) 10%,transparent),transparent 28%),
    radial-gradient(circle at 8% 88%,color-mix(in srgb,var(--eco-gold) 9%,transparent),transparent 25%);
}
.tgk-ecosystem--v3 .tgk-container { position: relative; z-index: 1; }
.tgk-ecosystem--v3 .tgk-section-heading {
  max-width: none;
  margin-block-end: clamp(2.75rem,5vw,5rem);
  display: grid;
  grid-template-columns: minmax(9rem,.42fr) minmax(0,1.58fr);
  gap: 1rem clamp(2rem,6vw,7rem);
  align-items: start;
}
.tgk-ecosystem--v3 .tgk-section-heading .tgk-eyebrow {
  grid-row: 1 / span 2;
  color: var(--eco-accent);
}
.tgk-ecosystem--v3 .tgk-section-heading h2 {
  max-width: 16ch;
  margin: 0;
  color: var(--eco-text);
  font-size: clamp(2.8rem,5vw,5.7rem);
  font-weight: 590;
  letter-spacing: -.055em;
  line-height: 1;
}
[dir="rtl"] .tgk-ecosystem--v3 .tgk-section-heading h2 { max-width: 19ch; letter-spacing: -.02em; line-height: 1.17; }
.tgk-ecosystem--v3 .tgk-section-heading p {
  max-width: 52ch;
  margin: .45rem 0 0;
  color: var(--eco-muted);
  font-size: clamp(.98rem,1.2vw,1.08rem);
  line-height: 1.9;
}
.tgk-ecosystem-overview {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1rem,3vw,3rem);
  border: 1px solid var(--eco-line);
  border-radius: clamp(1.25rem,2.5vw,2.25rem);
  background: var(--eco-surface);
  box-shadow: 0 32px 85px -58px rgba(10,43,27,.48);
}
.tgk-ecosystem-overview__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .42;
  background-image: linear-gradient(var(--eco-line) 1px,transparent 1px),linear-gradient(90deg,var(--eco-line) 1px,transparent 1px);
  background-size: 4.5rem 4.5rem;
  -webkit-mask-image: radial-gradient(circle at 50% 40%,#000,transparent 78%);
  mask-image: radial-gradient(circle at 50% 40%,#000,transparent 78%);
}
.tgk-ecosystem-overview__core {
  position: relative;
  width: min(100%,43rem);
  min-height: 15rem;
  margin-inline: auto;
  padding: clamp(1.5rem,3vw,2.75rem);
  display: grid;
  align-content: center;
  justify-items: center;
  overflow: hidden;
  border: 1px solid rgba(222,186,112,.34);
  border-radius: 1.35rem;
  background: linear-gradient(135deg,#174735,#0a2b20);
  color: #fff;
  text-align: center;
  box-shadow: 0 24px 55px rgba(7,38,26,.22);
}
.tgk-ecosystem-overview__core::after {
  content: "";
  position: absolute;
  width: 14rem;
  aspect-ratio: 1;
  inset: -7rem -4rem auto auto;
  border: 1px solid rgba(224,189,119,.24);
  border-radius: 50%;
  box-shadow: 0 0 0 2.75rem rgba(224,189,119,.05);
}
[dir="rtl"] .tgk-ecosystem-overview__core::after { inset-inline: -4rem auto; }
.tgk-ecosystem-overview__core > span { color: #e1c17f; font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.tgk-ecosystem-overview__core > strong {
  margin-block: .7rem .35rem;
  color: #fff;
  font-size: clamp(3rem,6vw,5.25rem);
  font-weight: 760;
  letter-spacing: -.075em;
  line-height: .82;
}
.tgk-ecosystem-overview__core h3 { margin: 0; color: #fff; font-size: clamp(1.15rem,2vw,1.55rem); }
.tgk-ecosystem-overview__core p { max-width: 44ch; margin: .75rem auto 0; color: #c8d8d0; font-size: .84rem; line-height: 1.75; }
.tgk-ecosystem-overview__connector {
  position: relative;
  width: calc(66.666% + 1rem);
  height: clamp(4rem,7vw,6rem);
  margin-inline: auto;
  border-block-end: 1px solid var(--eco-line-strong);
}
.tgk-ecosystem-overview__connector::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 50%;
  border-inline-start: 1px solid var(--eco-line-strong);
}
.tgk-ecosystem-overview__connector i {
  position: absolute;
  inset-block-end: -.32rem;
  width: .64rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--eco-gold);
  box-shadow: 0 0 0 .32rem color-mix(in srgb,var(--eco-gold) 14%,transparent);
}
.tgk-ecosystem-overview__connector i:nth-child(1) { inset-inline-start: 0; }
.tgk-ecosystem-overview__connector i:nth-child(2) { inset-inline-start: calc(50% - .32rem); }
.tgk-ecosystem-overview__connector i:nth-child(3) { inset-inline-end: 0; }
.tgk-ecosystem-overview__branches {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: clamp(.75rem,1.5vw,1.25rem);
}
.tgk-ecosystem-overview__branches > a {
  position: relative;
  min-width: 0;
  min-height: 18rem;
  padding: clamp(1.15rem,2vw,1.75rem);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--eco-line);
  border-radius: 1.1rem;
  background: color-mix(in srgb,var(--eco-surface) 82%,var(--eco-surface-2));
  color: var(--eco-text);
  transition: transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease;
}
.tgk-ecosystem-overview__branches > a:hover,
.tgk-ecosystem-overview__branches > a:focus-visible {
  z-index: 2;
  transform: translateY(-.45rem);
  border-color: var(--eco-line-strong);
  background: var(--eco-surface-2);
  box-shadow: 0 22px 45px -30px rgba(10,50,32,.45);
}
.tgk-ecosystem-overview__icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin-block-end: auto;
  border: 1px solid color-mix(in srgb,var(--eco-accent) 34%,var(--eco-line));
  border-radius: .85rem;
  background: color-mix(in srgb,var(--eco-accent) 10%,transparent);
  color: var(--eco-accent);
}
.tgk-ecosystem-overview__icon .tgk-icon { width: 1.25rem; height: 1.25rem; }
.tgk-ecosystem-overview__branches small { margin-block-start: 2rem; color: var(--eco-gold); font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tgk-ecosystem-overview__branches strong { margin-block-start: .5rem; color: var(--eco-text); font-size: clamp(1.05rem,1.5vw,1.3rem); line-height: 1.3; }
.tgk-ecosystem-overview__branches p { margin-block-start: .7rem; padding-inline-end: 2.5rem; color: var(--eco-muted); font-size: .82rem; line-height: 1.65; }
.tgk-ecosystem-overview__arrow {
  position: absolute;
  inset-inline-end: 1.2rem;
  inset-block-end: 1.2rem;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--eco-line);
  border-radius: 50%;
  color: var(--eco-accent);
  transition: background .2s ease,color .2s ease,transform .2s ease;
}
.tgk-ecosystem-overview__arrow .tgk-icon { width: .9rem; height: .9rem; }
.tgk-ecosystem-overview__branches > a:hover .tgk-ecosystem-overview__arrow { background: var(--eco-accent); color: var(--eco-bg); transform: translateX(.2rem); }
[dir="rtl"] .tgk-ecosystem-overview__branches > a:hover .tgk-ecosystem-overview__arrow { transform: translateX(-.2rem); }

/* The data-backed layouts keep predictable geometry at every breakpoint. */
.tgk-ecosystem--v3 :where(.tgk-network-map,.tgk-network-market,.tgk-network-leaf,.tgk-ecosystem-stage,.tgk-ecosystem-node) { min-width: 0; }
.tgk-ecosystem--v3 .tgk-network-map--v35 { overflow: clip; }
.tgk-ecosystem--v3 .tgk-network-markets { grid-template-columns: repeat(auto-fit,minmax(min(100%,17rem),1fr)); }

/* Parent-holding logo watermark: decorative, responsive and contrast-safe. */
.tgk-network-map--v35 .tgk-network-central,
.tgk-ecosystem-mobile .tgk-ecosystem-core,
.tgk-ecosystem-overview__core {
  isolation: isolate;
  overflow: hidden;
}
.tgk-network-central__watermark,
.tgk-ecosystem-core__watermark,
.tgk-ecosystem-overview__watermark {
  position: absolute;
  z-index: 0;
  inset: 50% auto auto 50%;
  width: clamp(8.5rem,36%,12rem);
  aspect-ratio: 1;
  transform: translate(-50%,-50%);
  opacity: .14;
  pointer-events: none;
  user-select: none;
}
.tgk-network-central__watermark img,
.tgk-ecosystem-core__watermark img,
.tgk-ecosystem-overview__watermark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: saturate(.8) contrast(.95);
}
.tgk-network-map--v35 .tgk-network-central::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: radial-gradient(circle at 50% 50%,rgba(10,43,32,.34) 0 20%,rgba(10,43,32,.72) 63%,rgba(10,43,32,.9) 100%);
  pointer-events: none;
}
.tgk-network-central__content,
.tgk-ecosystem-mobile .tgk-ecosystem-core > :not(.tgk-ecosystem-core__watermark),
.tgk-ecosystem-overview__core > :not(.tgk-ecosystem-overview__watermark) {
  position: relative;
  z-index: 2;
}
.tgk-network-central__content { width: 100%; }
.tgk-network-map--v35 .tgk-network-central h3,
.tgk-network-map--v35 .tgk-network-central p {
  text-shadow: 0 1px 14px rgba(0,0,0,.26);
}
.tgk-ecosystem-mobile .tgk-ecosystem-core__watermark {
  width: clamp(8rem,44%,10.5rem);
  opacity: .075;
}
.tgk-ecosystem-overview__watermark {
  width: clamp(9rem,38%,12rem);
  opacity: .13;
}

@media (prefers-reduced-motion: no-preference) {
  .tgk-ecosystem-overview__connector::after {
    content: "";
    position: absolute;
    inset-block-start: -.25rem;
    inset-inline-start: calc(50% - .25rem);
    width: .5rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--eco-gold);
    box-shadow: 0 0 0 .3rem color-mix(in srgb,var(--eco-gold) 15%,transparent);
    animation: tgk-eco-signal 2.8s ease-in-out infinite;
  }
  .js .tgk-ecosystem-overview__branches > a[data-reveal] { opacity: 0; transform: translateY(1.25rem); }
  .js .tgk-ecosystem-overview__branches > a[data-reveal].is-visible { opacity: 1; transform: none; }
  .js .tgk-ecosystem-overview__branches > a:nth-child(2) { transition-delay: .08s; }
  .js .tgk-ecosystem-overview__branches > a:nth-child(3) { transition-delay: .16s; }
}
@keyframes tgk-eco-signal { 0%,100% { transform: translateY(0); opacity: .25; } 50% { transform: translateY(clamp(3.2rem,5vw,4.6rem)); opacity: 1; } }

@media (max-width: 1023px) {
  .tgk-ecosystem--v3 .tgk-section-heading { grid-template-columns: 1fr; gap: 1.1rem; }
  .tgk-ecosystem--v3 .tgk-section-heading .tgk-eyebrow { grid-row: auto; }
  .tgk-ecosystem--v3 .tgk-section-heading h2 { max-width: 17ch; }
  .tgk-ecosystem-overview__connector { width: calc(66.666% + .5rem); }
}
@media (max-width: 767px) {
  .tgk-ecosystem--v3 { padding-block: 4.5rem; }
  .tgk-ecosystem--v3 .tgk-section-heading { margin-block-end: 2rem; }
  .tgk-ecosystem--v3 .tgk-section-heading h2,
  [dir="rtl"] .tgk-ecosystem--v3 .tgk-section-heading h2 { max-width: none; font-size: clamp(2.15rem,10vw,3.15rem); }
  .tgk-ecosystem--v3 .tgk-section-heading p { font-size: .94rem; line-height: 1.8; }
  .tgk-ecosystem-overview { padding: .75rem; border-radius: 1.15rem; }
  .tgk-ecosystem-overview__core { min-height: 13rem; padding: 1.35rem 1rem; border-radius: .9rem; }
  .tgk-ecosystem-overview__core p { font-size: .78rem; }
  .tgk-network-central__watermark,
  .tgk-ecosystem-core__watermark,
  .tgk-ecosystem-overview__watermark { width: 8.75rem; opacity: .09; }
  .tgk-ecosystem-overview__connector { width: 1px; height: 2.5rem; border-block-end: 0; border-inline-start: 1px solid var(--eco-line-strong); }
  .tgk-ecosystem-overview__connector::before,
  .tgk-ecosystem-overview__connector i { display: none; }
  .tgk-ecosystem-overview__branches { position: relative; grid-template-columns: 1fr; gap: .65rem; }
  .tgk-ecosystem-overview__branches::before { content: ""; position: absolute; inset-block: 0; inset-inline-start: 1.5rem; border-inline-start: 1px solid var(--eco-line); }
  .tgk-ecosystem-overview__branches > a { min-height: 0; padding: 1rem 1rem 1rem 4.1rem; border-radius: .9rem; }
  [dir="rtl"] .tgk-ecosystem-overview__branches > a { padding-inline: 4.1rem 1rem; }
  .tgk-ecosystem-overview__branches > a:hover { transform: none; }
  .tgk-ecosystem-overview__icon { position: absolute; z-index: 1; inset-inline-start: .65rem; inset-block-start: 1rem; width: 2.5rem; height: 2.5rem; margin: 0; background: var(--eco-surface-2); }
  .tgk-ecosystem-overview__branches small { margin-block-start: 0; }
  .tgk-ecosystem-overview__branches p { padding-inline-end: 2rem; }
  .tgk-ecosystem-overview__arrow { inset-inline-end: .85rem; inset-block-end: .85rem; width: 2rem; height: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .tgk-ecosystem-overview *,
  .tgk-ecosystem-overview *::before,
  .tgk-ecosystem-overview *::after { animation: none !important; transition-duration: .01ms !important; }
}

/* Homepage industries: editable, single-row horizontal portfolio rail. */
.tgk-industries--portfolio { overflow: clip; }
.tgk-industries--portfolio .tgk-industries__intro {
  display: grid;
  grid-template-columns: minmax(12rem,.7fr) minmax(0,1.3fr);
  gap: clamp(1.5rem,5vw,5rem);
  align-items: end;
  margin-block-end: clamp(2rem,4vw,3.5rem);
}
.tgk-industries__heading-copy { min-width: 0; }
.tgk-industries__heading-copy h2 { max-width: 19ch; }
.tgk-industries__heading-copy p {
  max-width: 62ch;
  margin: 1rem 0 0;
  color: var(--tgk-muted,rgba(255,255,255,.65));
  font-size: clamp(.9rem,1.15vw,1rem);
  line-height: 1.75;
}
.tgk-industries__rail-shell { position: relative; min-width: 0; }
.tgk-industries--portfolio .tgk-industries__portfolio {
  display: flex !important;
  grid-template-columns: none !important;
  gap: clamp(.85rem,1.8vw,1.35rem);
  width: auto;
  max-width: none;
  overflow-x: auto;
  overflow-y: hidden;
  padding: .25rem max(1px,calc((100vw - min(100vw - 2rem,var(--tgk-container,1200px))) / 2)) 1.3rem 1px;
  scroll-padding-inline: 1px;
  scroll-snap-type: inline mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--tgk-accent,#b99146) rgba(127,127,127,.16);
  cursor: grab;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}
.tgk-industries--portfolio .tgk-industries__portfolio:focus-visible {
  outline: 2px solid var(--tgk-accent,#b99146);
  outline-offset: .35rem;
}
.tgk-industries--portfolio .tgk-industries__portfolio.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}
.tgk-industries--portfolio .tgk-industries__portfolio::-webkit-scrollbar { height: .35rem; }
.tgk-industries--portfolio .tgk-industries__portfolio::-webkit-scrollbar-track { border-radius: 999px; background: rgba(127,127,127,.16); }
.tgk-industries--portfolio .tgk-industries__portfolio::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--tgk-accent,#b99146); }
.tgk-industries--portfolio :where(.tgk-industry-card,.tgk-industry-card--featured) {
  flex: 0 0 clamp(18rem,31vw,25rem);
  grid-column: auto !important;
  width: auto !important;
  min-width: 0;
  min-height: clamp(22rem,34vw,27rem);
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.tgk-industries__rail-hint {
  display: flex;
  gap: .75rem;
  align-items: center;
  justify-content: flex-end;
  margin-block-start: .65rem;
  color: var(--tgk-muted,rgba(255,255,255,.55));
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.tgk-industries__rail-hint i {
  position: relative;
  width: 3.4rem;
  height: 1px;
  background: currentColor;
}
.tgk-industries__rail-hint i::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: -.2rem;
  width: .4rem;
  height: .4rem;
  border-block-start: 1px solid currentColor;
  border-inline-end: 1px solid currentColor;
  transform: rotate(45deg);
}
[dir="rtl"] .tgk-industries__rail-hint i::after { transform: rotate(-135deg); }

@media (max-width: 767px) {
  .tgk-industries--portfolio .tgk-industries__intro { grid-template-columns: 1fr; gap: 1rem; }
  .tgk-industries__heading-copy h2 { max-width: none; }
  .tgk-industries__heading-copy p { font-size: .9rem; }
  .tgk-industries--portfolio :where(.tgk-industry-card,.tgk-industry-card--featured) {
    flex-basis: min(84vw,20rem);
    min-height: 22rem;
  }
  .tgk-industries__rail-hint { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .tgk-industries--portfolio .tgk-industries__portfolio { scroll-behavior: auto; }
}

/* Homepage products: managed, horizontal and auto-advancing carousel. */
.tgk-export-portfolio__carousel { min-width: 0; }
.tgk-export-portfolio .tgk-export-portfolio__grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: clamp(.85rem,1.5vw,1.2rem);
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: .25rem 1px 1rem;
  scroll-padding-inline: 1px;
  scroll-snap-type: inline mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--portfolio-gold) var(--portfolio-border);
  cursor: grab;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}
.tgk-export-portfolio .tgk-export-portfolio__grid.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}
.tgk-export-portfolio .tgk-export-portfolio__grid:focus-visible {
  outline: 2px solid var(--portfolio-gold);
  outline-offset: .35rem;
}
.tgk-export-portfolio .tgk-export-portfolio__grid::-webkit-scrollbar { height: .35rem; }
.tgk-export-portfolio .tgk-export-portfolio__grid::-webkit-scrollbar-track { border-radius: 999px; background: var(--portfolio-border); }
.tgk-export-portfolio .tgk-export-portfolio__grid::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--portfolio-gold); }
.tgk-export-portfolio .tgk-export-card,
.tgk-export-portfolio .tgk-export-card--featured {
  flex: 0 0 clamp(18.5rem,29vw,23.5rem);
  grid-column: auto !important;
  min-height: 32rem;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.tgk-export-portfolio .tgk-export-card--featured .tgk-export-card__media { aspect-ratio: 4/3; }
.tgk-export-card__summary {
  display: -webkit-box;
  min-height: 3.4rem;
  margin: -.45rem 0 1rem;
  overflow: hidden;
  color: var(--portfolio-muted) !important;
  font-size: .78rem;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.tgk-product-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-block-start: 1rem;
}
.tgk-product-carousel__buttons { display: flex; align-items: center; gap: .55rem; }
.tgk-product-carousel__buttons button {
  display: inline-grid;
  min-width: 2.85rem;
  height: 2.85rem;
  place-items: center;
  padding: 0;
  border: 1px solid var(--portfolio-border-strong);
  border-radius: 999px;
  background: var(--portfolio-surface);
  color: var(--portfolio-text);
  transition: background .2s ease,color .2s ease,border-color .2s ease;
}
.tgk-product-carousel__buttons button .tgk-icon { width: 1rem; height: 1rem; }
.tgk-product-carousel__buttons [data-product-prev] .tgk-icon { transform: scaleX(-1); }
[dir="rtl"] .tgk-product-carousel__buttons [data-product-prev] .tgk-icon { transform: none; }
[dir="rtl"] .tgk-product-carousel__buttons [data-product-next] .tgk-icon { transform: scaleX(-1); }
.tgk-product-carousel__buttons .tgk-product-carousel__pause {
  display: inline-flex;
  width: auto;
  padding-inline: 1rem;
  font-size: .7rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tgk-product-carousel__buttons button:hover,
.tgk-product-carousel__buttons button:focus-visible { border-color: var(--portfolio-accent); background: var(--portfolio-accent); color: var(--portfolio-on-accent); }
.tgk-product-carousel__status {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: var(--portfolio-muted);
  font-size: .72rem;
  font-variant-numeric: tabular-nums;
}
.tgk-product-carousel__status i { width: clamp(3rem,7vw,6rem); height: 1px; background: var(--portfolio-border-strong); }
.tgk-product-carousel__status [data-product-current] { color: var(--portfolio-gold); font-weight: 800; }

@media (max-width: 767px) {
  .tgk-export-portfolio .tgk-export-card,
  .tgk-export-portfolio .tgk-export-card--featured { flex-basis: min(84vw,21rem); min-height: 29rem; }
  .tgk-product-carousel__controls { align-items: flex-start; }
  .tgk-product-carousel__status { padding-block-start: .9rem; }
  .tgk-product-carousel__buttons .tgk-product-carousel__pause { padding-inline: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .tgk-export-portfolio .tgk-export-portfolio__grid { scroll-behavior: auto; }
  .tgk-product-carousel__buttons button { transition: none; }
}

/* Production network: bundled Iran map and a reliably scrollable location rail. */
.tgk-production__geo {
  position: absolute;
  z-index: 2;
  inset-block-start: 9%;
  inset-inline-start: 50%;
  width: auto;
  height: 78%;
  max-width: 78%;
  aspect-ratio: var(--production-map-ratio,882.8 / 812.2);
  transform: translateX(-50%);
}
.tgk-production__geo > img,
.tgk-production__geo > .tgk-production__default-map {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  inset: 0 !important;
  object-fit: fill;
  opacity: .92 !important;
  filter: none !important;
}
[data-theme="dark"] .tgk-production__geo > img,
[data-theme="dark"] .tgk-production__geo > .tgk-production__default-map {
  opacity: .62 !important;
  filter: saturate(.7) brightness(.72) contrast(1.08) !important;
}
.tgk-production__geo .tgk-production__pins { position: absolute; inset: 0; }
.tgk-production__geo .tgk-production-pin,
[dir="rtl"] .tgk-production__geo .tgk-production-pin {
  inset-inline-start: unset;
  inset-block-start: unset;
  left: var(--x);
  right: auto;
  top: var(--y);
  bottom: auto;
  transform: translate(-50%,-50%);
}
.tgk-production__default-map {
  width: 82% !important;
  height: 82% !important;
  inset: 7% 9% !important;
  object-fit: contain;
  opacity: .92 !important;
  filter: none !important;
}
[data-theme="dark"] .tgk-production__default-map {
  opacity: .62 !important;
  filter: saturate(.7) brightness(.72) contrast(1.08) !important;
}
.tgk-production__scroll-hint { display: none; }

@media (max-width: 1120px) {
  .tgk-production__facilities { min-width: 0; overflow: hidden; }
  .tgk-production__facility-list {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: row !important;
    gap: .75rem;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: .1rem .1rem .85rem;
    scroll-padding-inline: .1rem;
    scroll-snap-type: inline mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--production-gold) var(--production-line);
    cursor: grab;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }
  .tgk-production__facility-list.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
  .tgk-production__facility-list:focus-visible { outline: 2px solid var(--production-gold); outline-offset: .25rem; }
  .tgk-production__facility-list::-webkit-scrollbar { display: block; height: .32rem; }
  .tgk-production__facility-list::-webkit-scrollbar-track { border-radius: 999px; background: var(--production-line); }
  .tgk-production__facility-list::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--production-gold); }
  .tgk-production-facility,
  .tgk-production-facility:last-child {
    flex: 0 0 min(42vw,21rem);
    min-width: min(42vw,21rem);
    min-height: 9rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border: 1px solid var(--production-line);
  }
  .tgk-production__scroll-hint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .65rem;
    padding: .15rem .1rem .75rem;
    color: var(--production-muted);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .tgk-production__scroll-hint i { width: 2.8rem; height: 1px; background: currentColor; }
}

@media (max-width: 767px) {
  .tgk-production__map { min-height: 38rem; }
  .tgk-production__canvas {
    inset: 3.5rem .75rem auto !important;
    height: clamp(20rem,72vw,24rem) !important;
  }
  .tgk-production__preview {
    inset: auto .5rem 1rem !important;
    margin: 0 !important;
  }
  .tgk-production__geo {
    inset-block-start: 3%;
    inset-inline-start: 50%;
    width: auto;
    height: 72%;
    max-width: 92%;
    transform: translateX(-50%);
  }
  .tgk-production-facility,
  .tgk-production-facility:last-child { flex-basis: min(82vw,20rem); min-width: min(82vw,20rem); }
  .tgk-production__scroll-hint { justify-content: flex-start; }
}

@media (max-width: 420px) {
  .tgk-production-facility,
  .tgk-production-facility:last-child { flex-basis: 86vw; min-width: 86vw; }
}

/* Global presence: geographic Eurasia atlas, readable contrast and compact journey. */
.tgk-global {
  --global-bg: #eef1eb;
  --global-surface: #fffdf8;
  --global-soft: #e3e9e2;
  --global-ink: #142019;
  --global-muted: #526158;
  --global-line: rgba(20,32,25,.15);
  --global-gold: #8b672d;
  --global-map: #0a1c13;
  --global-map-ink: #f4f1e8;
  padding-block: clamp(5rem,9vw,8.5rem);
  overflow: clip;
  background:
    radial-gradient(circle at 90% 8%, rgba(139,103,45,.11), transparent 30rem),
    var(--global-bg) !important;
  color: var(--global-ink) !important;
}
html[data-theme="dark"] .tgk-global {
  --global-bg: #07130e;
  --global-surface: #0e2017;
  --global-soft: #12271c;
  --global-ink: #f3f1e9;
  --global-muted: #b9c5bd;
  --global-line: rgba(239,235,221,.16);
  --global-gold: #ddbd70;
  --global-map: #06110c;
}
.tgk-global :is(h2,h3,strong) { color: var(--global-ink) !important; }
.tgk-global :is(p,small) { color: var(--global-muted) !important; }
.tgk-global .tgk-eyebrow { color: var(--global-gold) !important; }
.tgk-global__header {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(22rem,.92fr);
  gap: clamp(2rem,6vw,6rem);
  align-items: end;
  max-width: none;
  margin-block-end: clamp(2.5rem,5vw,4.5rem);
  padding-block-end: clamp(2rem,4vw,3rem);
  border-block-end: 1px solid var(--global-line);
}
.tgk-global__intro h2 {
  max-width: 15ch;
  margin-block-start: 1rem;
  font-size: clamp(2.45rem,5.3vw,5.6rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.tgk-global__summary > p {
  max-width: 52ch;
  margin-block-end: 1.35rem;
  font-size: clamp(.98rem,1.25vw,1.08rem);
  line-height: 1.9;
}
.tgk-global__presence {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  overflow: hidden;
  border: 1px solid var(--global-line);
  border-radius: 1.25rem;
  background: var(--global-surface);
  box-shadow: 0 20px 55px rgba(18,39,27,.08);
}
.tgk-global__presence-item {
  min-width: 0;
  padding: 1.15rem;
  border-inline-end: 1px solid var(--global-line);
}
.tgk-global__presence-item:last-child { border-inline-end: 0; }
.tgk-global__presence-icon {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  margin-block-end: .75rem;
  place-items: center;
  border-radius: .75rem;
  background: color-mix(in srgb,var(--global-gold) 14%,transparent);
  color: var(--global-gold) !important;
}
.tgk-global__presence-icon .tgk-icon { width: 1rem; height: 1rem; }
.tgk-global__presence-item small {
  display: block;
  margin-block-end: .2rem;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tgk-global__presence-item strong { display: block; font-size: .88rem; overflow-wrap: anywhere; }
.tgk-trade-story {
  display: grid;
  grid-template-columns: minmax(0,1.22fr) minmax(22rem,.78fr);
  gap: clamp(1.4rem,3vw,2.75rem);
  align-items: start;
}
.tgk-trade-story__sticky { top: 6.5rem; }
.tgk-trade-atlas {
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(220,189,112,.32);
  border-radius: 1.75rem;
  background: var(--global-map) !important;
  color: var(--global-map-ink) !important;
  box-shadow: 0 32px 80px rgba(5,18,11,.24);
}
.tgk-trade-atlas__canvas { min-height: clamp(25rem,46vw,36rem); }
.tgk-global .tgk-trade-atlas__map-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: .9 !important;
  pointer-events: none;
}
.tgk-global .tgk-trade-atlas__map-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.tgk-trade-atlas__svg { position: relative; z-index: 1; }
.tgk-trade-atlas.has-default-map .tgk-trade-atlas__grid { opacity: .12; }
.tgk-trade-atlas__node { z-index: 3; }
.tgk-trade-atlas__node span,
.tgk-trade-atlas__origin strong,
.tgk-trade-atlas__origin small {
  color: #f7f3e8 !important;
  text-shadow: 0 2px 8px #020805;
}
.tgk-trade-atlas__node span {
  padding: .24rem .45rem;
  border: 1px solid rgba(224,190,105,.2);
  border-radius: 999px;
  background: rgba(5,17,11,.84);
  backdrop-filter: blur(6px);
}
.tgk-trade-atlas__ledger {
  position: relative;
  z-index: 4;
  margin: .75rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(235,209,145,.2);
  border-inline-start: 3px solid #dfbd70;
  border-radius: .95rem;
  background: rgba(10,28,19,.94) !important;
  backdrop-filter: blur(12px);
}
.tgk-trade-atlas__ledger span { color: #dfbd70 !important; }
.tgk-trade-atlas__ledger strong { color: #f7f3e8 !important; }
.tgk-trade-atlas__ledger small { color: #bcc9c0 !important; }
.tgk-trade-story__progress { background: var(--global-line); }
.tgk-trade-story__progress span { background: var(--global-gold); }
.tgk-trade-story__steps { display: grid; gap: .75rem; }
.tgk-trade-story__steps article {
  grid-template-columns: 2.35rem minmax(0,1fr);
  gap: 1rem;
  min-height: 0;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--global-line) !important;
  border-radius: 1.2rem;
  background: var(--global-surface) !important;
  color: var(--global-ink) !important;
  box-shadow: none;
  transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.tgk-trade-story__steps article::before { display: none; }
.tgk-trade-story__steps article.is-active {
  border-color: color-mix(in srgb,var(--global-gold) 58%,transparent) !important;
  box-shadow: 0 18px 46px rgba(14,42,27,.11);
  transform: translateX(.35rem);
}
[dir="rtl"] .tgk-trade-story__steps article.is-active { transform: translateX(-.35rem); }
.tgk-trade-story__number { color: var(--global-gold) !important; font-weight: 850; }
.tgk-trade-story__steps h3 { margin: 0 0 .35rem; font-size: clamp(1.05rem,1.5vw,1.25rem); }
.tgk-trade-story__steps p { margin: 0; font-size: .91rem; line-height: 1.75; }
.tgk-trade-story__action { padding-block-start: .65rem; }
.tgk-global .tgk-button--primary { background: var(--global-gold); color: #11180f; }
.tgk-global .tgk-button--primary:hover { background: color-mix(in srgb,var(--global-gold) 82%,white); }

/* Trade story: turn the right-hand cards into a calm, scroll-led step navigator. */
@media (min-width: 1024px) {
  .tgk-global { overflow: visible; }
  .tgk-global .tgk-trade-story__steps {
    position: relative;
    display: grid;
    gap: .35rem;
    padding-block: .4rem;
    padding-inline-start: 1.1rem;
  }
  .tgk-global .tgk-trade-story__steps::before {
    content: '';
    position: absolute;
    inset-block: .85rem;
    inset-inline-start: .35rem;
    width: 1px;
    background: var(--global-line);
  }
  .tgk-global .tgk-trade-story__steps article {
    position: relative;
    z-index: 1;
    min-height: clamp(7.2rem, 16vh, 9.5rem);
    padding: 1rem 1.15rem;
    border: 1px solid transparent !important;
    border-inline-start: 2px solid transparent !important;
    border-radius: .9rem;
    background: transparent !important;
    opacity: .56;
    cursor: pointer;
    transition: opacity .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
  }
  .tgk-global .tgk-trade-story__steps article::after {
    content: '';
    position: absolute;
    inset-inline-start: -.9rem;
    inset-block-start: 1.35rem;
    width: .5rem;
    height: .5rem;
    border: 2px solid var(--global-line);
    border-radius: 50%;
    background: var(--global-bg);
  }
  .tgk-global .tgk-trade-story__steps article.is-active {
    opacity: 1;
    border-color: color-mix(in srgb,var(--global-gold) 34%,transparent) !important;
    border-inline-start-color: var(--global-gold) !important;
    background: var(--global-surface) !important;
    box-shadow: 0 14px 35px rgba(14,42,27,.12);
    transform: none;
  }
  .tgk-global .tgk-trade-story__steps article.is-active::after {
    border-color: var(--global-gold);
    background: var(--global-gold);
    box-shadow: 0 0 0 .25rem color-mix(in srgb,var(--global-gold) 20%,transparent);
  }
  .tgk-global .tgk-trade-story__steps article:focus-visible {
    outline: 3px solid var(--tgk-home-focus);
    outline-offset: 3px;
  }
  .tgk-global .tgk-trade-story__steps article p {
    max-height: 0;
    overflow: hidden;
    margin-block-start: 0;
    opacity: 0;
    transition: max-height .22s ease, margin .22s ease, opacity .18s ease;
  }
  .tgk-global .tgk-trade-story__steps article.is-active p {
    max-height: 7rem;
    margin-block-start: .45rem;
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  .tgk-global__header { grid-template-columns: minmax(0,1fr); }
  .tgk-global__intro h2 { max-width: 18ch; }
}

@media (min-width: 681px) and (max-width: 1023px) {
  .tgk-global { overflow: visible; }
  .tgk-trade-story {
    grid-template-columns: minmax(0,1fr) minmax(18rem,.9fr);
    align-items: start;
  }
  .tgk-trade-story__sticky {
    position: sticky;
    inset-block-start: 5.75rem;
  }
  .tgk-global .tgk-trade-story__steps {
    grid-template-columns: minmax(0,1fr);
  }
  .tgk-trade-story__action { grid-column: auto; }
}

@media (max-width: 680px) {
  .tgk-global { padding-block: 4.5rem; }
  .tgk-global__header { gap: 1.5rem; margin-block-end: 2rem; }
  .tgk-global__intro h2 { font-size: clamp(2.35rem,11vw,3.8rem); line-height: 1.06; }
  .tgk-global__presence { grid-template-columns: minmax(0,1fr); }
  .tgk-global__presence-item {
    display: grid;
    grid-template-columns: 2.25rem minmax(0,1fr);
    gap: .8rem;
    align-items: center;
    padding: .85rem 1rem;
    border-inline-end: 0;
    border-block-end: 1px solid var(--global-line);
  }
  .tgk-global__presence-item:last-child { border-block-end: 0; }
  .tgk-global__presence-icon { margin: 0; }
  .tgk-trade-atlas { border-radius: 1.35rem; }
  .tgk-trade-atlas__canvas { min-height: min(112vw,31rem); }
  .tgk-trade-atlas__node span { font-size: .54rem; }
  .tgk-trade-atlas__ledger { margin: .55rem; padding: 1rem; }
  .tgk-global .tgk-trade-story__steps {
    display: flex;
    gap: .75rem;
    width: calc(100% + 2rem);
    margin-inline: -1rem;
    padding: .25rem 1rem .8rem;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--global-gold) var(--global-line);
  }
  .tgk-trade-story__steps article {
    flex: 0 0 min(84vw,20rem);
    min-height: 11.5rem;
    scroll-snap-align: start;
    cursor: pointer;
  }
  .tgk-trade-story__steps article.is-active,
  [dir="rtl"] .tgk-trade-story__steps article.is-active { transform: translateY(-.2rem); }
  .tgk-trade-story__action { flex: 0 0 min(84vw,20rem); display: grid; align-items: center; padding: 0; }
  .tgk-trade-story__action .tgk-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .tgk-trade-story__steps article { transition: none; }
}

/* Corrected trade-story interaction: pin one scene, advance one stage per scroll. */
.tgk-trade-story__nav {
  display: grid;
  gap: .3rem;
}
.tgk-trade-story__nav button {
  display: grid;
  grid-template-columns: 2rem minmax(0,1fr);
  gap: .75rem;
  align-items: center;
  min-height: 2.75rem;
  padding: .55rem .75rem;
  border: 1px solid transparent;
  border-radius: .72rem;
  color: var(--global-muted);
  text-align: start;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.tgk-trade-story__nav button > span {
  color: var(--global-gold);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
}
.tgk-trade-story__nav button > strong {
  color: inherit !important;
  font-size: .88rem;
  font-weight: 720;
}
.tgk-trade-story__nav button:is(:hover,.is-active) {
  border-color: color-mix(in srgb,var(--global-gold) 34%,transparent);
  background: color-mix(in srgb,var(--global-gold) 10%,var(--global-surface));
  color: var(--global-ink);
}
.tgk-trade-story__nav button.is-active {
  box-shadow: inset 3px 0 0 var(--global-gold);
}
[dir="rtl"] .tgk-trade-story__nav button.is-active {
  box-shadow: inset -3px 0 0 var(--global-gold);
}
.tgk-trade-story__nav button:focus-visible {
  outline: 3px solid var(--tgk-home-focus);
  outline-offset: 2px;
}
.tgk-trade-story__panels {
  min-height: 9rem;
}
.tgk-global .tgk-trade-story__panels article {
  display: grid;
  grid-template-columns: 2.5rem minmax(0,1fr);
  gap: 1rem;
  min-height: 9rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid color-mix(in srgb,var(--global-gold) 34%,transparent) !important;
  border-radius: 1rem;
  background: var(--global-surface) !important;
  color: var(--global-ink) !important;
  opacity: 1;
  transform: none;
  box-shadow: 0 16px 36px rgba(6,24,15,.12);
}
.tgk-global .tgk-trade-story__panels article[hidden] { display: none; }
.tgk-global .tgk-trade-story__panels article::after { display: none; }
.tgk-global .tgk-trade-story__panels article p,
.tgk-global .tgk-trade-story__panels article.is-active p {
  max-height: none;
  margin-block-start: .35rem;
  overflow: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .tgk-global { overflow: visible; }
  .tgk-trade-story {
    min-height: var(--trade-story-scroll,308vh);
    align-items: start;
  }
  .tgk-trade-story__visual,
  .tgk-global .tgk-trade-story__steps {
    position: sticky;
    inset-block-start: 6rem;
    align-self: start;
    min-height: 34rem;
    height: calc(100svh - 7.25rem);
    max-height: 46rem;
  }
  .tgk-trade-story__sticky {
    position: static;
    inset: auto;
  }
  .tgk-global .tgk-trade-story__steps {
    display: grid;
    grid-template-rows: auto minmax(9rem,1fr) auto;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid var(--global-line);
    border-radius: 1.35rem;
    background: color-mix(in srgb,var(--global-surface) 92%,transparent);
    box-shadow: 0 26px 70px rgba(5,20,12,.12);
    backdrop-filter: blur(14px);
  }
  .tgk-global .tgk-trade-story__steps::before { display: none; }
  .tgk-trade-atlas__canvas { min-height: clamp(24rem,48vh,31rem); }
  .tgk-trade-story__action {
    padding-block-start: 0;
  }
  .tgk-trade-story__action .tgk-button { width: 100%; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tgk-global .tgk-trade-story {
    grid-template-columns: minmax(0,1.08fr) minmax(17rem,.92fr) !important;
  }
}

@media (max-width: 767px) {
  .tgk-trade-story {
    grid-template-columns: minmax(0,1fr);
    min-height: 0;
  }
  .tgk-trade-story__visual,
  .tgk-trade-story__sticky {
    position: static;
    inset: auto;
  }
  .tgk-global .tgk-trade-story__steps {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 1rem;
    width: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .tgk-trade-story__nav {
    display: flex;
    gap: .5rem;
    margin-inline: -1rem;
    padding: .2rem 1rem .7rem;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--global-gold) var(--global-line);
  }
  .tgk-trade-story__nav button {
    flex: 0 0 auto;
    grid-template-columns: 1.75rem auto;
    min-width: max-content;
    min-height: 3rem;
    scroll-snap-align: center;
  }
  .tgk-trade-story__panels { min-height: 11rem; }
  .tgk-global .tgk-trade-story__panels article,
  .tgk-global .tgk-trade-story__panels article.is-active {
    min-height: 11rem;
    width: 100%;
    transform: none;
  }
  .tgk-trade-story__action {
    display: grid;
    padding: 0;
  }
  .tgk-trade-story__action .tgk-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .tgk-trade-story__nav button { transition: none; }
}

/* Whole homepage design review pass: hierarchy, density, touch and focus. */
:root {
  --tgk-home-rule: color-mix(in srgb, var(--ui-text, var(--tgk-ink)) 13%, transparent);
  --tgk-home-focus: #e1bd70;
  --tgk-home-motion-fast: 180ms;
  --tgk-home-motion-base: 280ms;
}

html { scroll-padding-top: 5.75rem; }
.tgk-home > section { scroll-margin-top: 5.75rem; }

.tgk-home :is(a, button, input, [role="button"]):focus-visible {
  outline: 2px solid var(--tgk-home-focus) !important;
  outline-offset: 3px;
}

.tgk-header .tgk-branding { min-height: 44px; }
.tgk-home :is(.tgk-button, .tgk-text-link, .tgk-export-card__details, .tgk-newsroom__read) {
  min-height: 44px;
  touch-action: manipulation;
}
.tgk-home h3 > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.tgk-newsroom__all,
.tgk-newsroom__read,
.tgk-newsroom__story-footer a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

/* Repair the legacy direct-child award rule and restore the intended card anatomy. */
.tgk-achievements .tgk-award-card > :is(.tgk-award-card__topline, .tgk-award-card__visual, .tgk-award-card__content) {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
}
.tgk-achievements .tgk-award-card__topline {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: transparent;
}
.tgk-achievements .tgk-award-card__visual {
  display: grid;
  min-height: 13rem;
  place-items: center;
}
.tgk-achievements .tgk-award-card__content {
  display: block;
  padding: 1.5rem;
  background: transparent;
}

@media (min-width: 360px) and (max-width: 639px) {
  .tgk-stats--metrics .tgk-stats__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .tgk-stats--metrics .tgk-stat {
    display: flex;
    min-height: 11.75rem;
    align-items: stretch;
    padding: 1.1rem;
    border-inline-end: 1px solid var(--stats-line);
  }
  .tgk-stats--metrics .tgk-stat:nth-child(2n) { border-inline-end: 0; }
  .tgk-stats--metrics .tgk-stat:nth-child(-n+2) { border-block-end: 1px solid var(--stats-line); }
  .tgk-stats--metrics .tgk-stat__topline { grid-column: auto; }
  .tgk-stats--metrics .tgk-stat__value { margin-block-start: auto; }
  .tgk-stats--metrics .tgk-stat strong { font-size: clamp(2.45rem, 9vw, 3.45rem); }
  .tgk-stats--metrics .tgk-stat p { max-width: 18ch; text-align: start; }
}

@media (max-width: 767px) {
  .tgk-home > .tgk-section { padding-block: clamp(3.5rem, 11vw, 4.25rem); }
  .tgk-home :is(
    .tgk-section-heading h2,
    .tgk-industries__heading h2,
    .tgk-brands-home__heading h2,
    .tgk-export-portfolio__header h2,
    .tgk-production__heading h2,
    .tgk-global__intro h2,
    .tgk-achievements__heading h2,
    .tgk-partners__heading h2,
    .tgk-newsroom__intro h2,
    .tgk-business-cta__copy h2,
    .tgk-sheno__content h2
  ) {
    font-size: clamp(2rem, 7.6vw, 2.75rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -.035em !important;
  }
  [dir="rtl"] .tgk-home :is(
    .tgk-section-heading h2,
    .tgk-industries__heading h2,
    .tgk-brands-home__heading h2,
    .tgk-export-portfolio__header h2,
    .tgk-production__heading h2,
    .tgk-global__intro h2,
    .tgk-achievements__heading h2,
    .tgk-partners__heading h2,
    .tgk-newsroom__intro h2,
    .tgk-business-cta__copy h2,
    .tgk-sheno__content h2
  ) {
    line-height: 1.3 !important;
    letter-spacing: -.02em !important;
  }
  .tgk-home :is(.tgk-section-heading, .tgk-industries__heading, .tgk-export-portfolio__header, .tgk-production__heading) p {
    max-width: 58ch;
    font-size: 1rem;
    line-height: 1.8;
  }

  .tgk-sheno--spotlight .tgk-sheno__media,
  .tgk-sheno--spotlight .tgk-sheno__media img {
    min-height: 0;
    height: clamp(26rem, 105vw, 31rem);
    aspect-ratio: auto;
  }
  .tgk-sheno--spotlight .tgk-sheno__content h2 { max-width: none; }
  .tgk-sheno--spotlight .tgk-sheno__content { padding-block-start: 1.75rem; }

  .tgk-achievements .tgk-award-timeline {
    padding-block-end: .85rem;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--award-gold) var(--award-border);
  }
  .tgk-achievements .tgk-award-timeline::-webkit-scrollbar { display: block; height: 4px; }
  .tgk-achievements .tgk-award-timeline::-webkit-scrollbar-track { background: var(--award-border); }
  .tgk-achievements .tgk-award-timeline::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--award-gold); }
  .tgk-achievements .tgk-award-card,
  .tgk-achievements .tgk-award-card:last-child:nth-child(odd) {
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: auto 11rem minmax(9rem,auto);
    min-height: 0;
  }
  .tgk-achievements .tgk-award-card__visual,
  .tgk-achievements .tgk-award-card:last-child:nth-child(odd) .tgk-award-card__visual,
  .tgk-achievements .tgk-award-card__visual img { min-height: 11rem; }
  .tgk-achievements .tgk-award-card__emblem .tgk-icon { width: 3.25rem; height: 3.25rem; }
  .tgk-achievements .tgk-award-card__content { padding: 1.25rem; }

  .tgk-partners__grid {
    padding-block-end: 1rem;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--partners-gold) var(--partners-line);
  }
  .tgk-partners__grid::-webkit-scrollbar { display: block; height: 4px; }
  .tgk-partners__grid::-webkit-scrollbar-track { background: var(--partners-line); }
  .tgk-partners__grid::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--partners-gold); }
}

@media (max-width: 420px) {
  .tgk-home :is(
    .tgk-section-heading h2,
    .tgk-industries__heading h2,
    .tgk-brands-home__heading h2,
    .tgk-export-portfolio__header h2,
    .tgk-production__heading h2,
    .tgk-global__intro h2,
    .tgk-achievements__heading h2,
    .tgk-partners__heading h2,
    .tgk-newsroom__intro h2,
    .tgk-business-cta__copy h2,
    .tgk-sheno__content h2
  ) { font-size: clamp(1.9rem, 8.2vw, 2.2rem) !important; }
  .tgk-achievements .tgk-award-card,
  .tgk-achievements .tgk-award-card:last-child:nth-child(odd) { flex-basis: 86vw; }
}

/* UI audit: horizontal rails remain swipe/drag/keyboard scrollable, while
   platform scrollbars are removed in favor of card peeking and rail controls. */
.tgk-home :is(
  .tgk-ecosystem-controls,
  .tgk-ecosystem-nodes,
  .tgk-industries__portfolio,
  .tgk-brand-directory,
  .tgk-export-portfolio__grid,
  .tgk-production__facility-list,
  .tgk-trade-story__steps,
  .tgk-trade-story__nav,
  .tgk-award-timeline,
  .tgk-partners__grid
) {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.tgk-home :is(
  .tgk-ecosystem-controls,
  .tgk-ecosystem-nodes,
  .tgk-industries__portfolio,
  .tgk-brand-directory,
  .tgk-export-portfolio__grid,
  .tgk-production__facility-list,
  .tgk-trade-story__steps,
  .tgk-trade-story__nav,
  .tgk-award-timeline,
  .tgk-partners__grid
)::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Removing native tracks also removes the dead space reserved for them. */
.tgk-industries--portfolio .tgk-industries__portfolio,
.tgk-export-portfolio .tgk-export-portfolio__grid,
.tgk-production__facility-list,
.tgk-achievements .tgk-award-timeline,
.tgk-partners__grid { padding-block-end: .55rem; }
.tgk-trade-story__nav { padding-block-end: .35rem; }

/* Horizontal-rail affordance: content softly fades at every scrollable edge,
   while explicit controls provide a non-gesture alternative. */
[data-scroll-rail].is-scrollable {
  scroll-padding-inline: 1rem;
  --tgk-rail-fade: clamp(.8rem, 2.4vw, 1.6rem);
}
[data-scroll-rail].is-scrollable.can-scroll-right:not(.can-scroll-left) {
  -webkit-mask-image: linear-gradient(to right,#000 0,#000 calc(100% - var(--tgk-rail-fade)),transparent 100%);
  mask-image: linear-gradient(to right,#000 0,#000 calc(100% - var(--tgk-rail-fade)),transparent 100%);
}
[data-scroll-rail].is-scrollable.can-scroll-left:not(.can-scroll-right) {
  -webkit-mask-image: linear-gradient(to right,transparent 0,#000 var(--tgk-rail-fade),#000 100%);
  mask-image: linear-gradient(to right,transparent 0,#000 var(--tgk-rail-fade),#000 100%);
}
[data-scroll-rail].is-scrollable.can-scroll-left.can-scroll-right {
  -webkit-mask-image: linear-gradient(to right,transparent 0,#000 var(--tgk-rail-fade),#000 calc(100% - var(--tgk-rail-fade)),transparent 100%);
  mask-image: linear-gradient(to right,transparent 0,#000 var(--tgk-rail-fade),#000 calc(100% - var(--tgk-rail-fade)),transparent 100%);
}
.tgk-scroll-rail-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .75rem;
  width: 100%;
  margin-block-start: .85rem;
}
.tgk-scroll-rail-controls[hidden] { display: none !important; }
.tgk-scroll-rail-controls__label {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-inline-end: auto;
  color: var(--ui-muted,var(--tgk-muted,#6f7d74));
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.tgk-scroll-rail-controls__label::after {
  width: clamp(2.5rem,7vw,5rem);
  height: 1px;
  background: color-mix(in srgb,var(--ui-accent,#b99146) 50%,transparent);
  content: "";
}
.tgk-scroll-rail-controls__buttons { display: flex; gap: .5rem; }
.tgk-scroll-rail-control {
  display: grid;
  place-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid color-mix(in srgb,var(--ui-accent,#b99146) 58%,var(--ui-border,transparent));
  border-radius: 999px;
  background: color-mix(in srgb,var(--ui-surface,#fff) 92%,transparent);
  color: var(--ui-text,#122019);
  box-shadow: 0 8px 24px rgba(7,23,14,.09);
  cursor: pointer;
  transition: border-color .2s ease,background-color .2s ease,color .2s ease,opacity .2s ease;
}
html[data-theme="dark"] .tgk-scroll-rail-control {
  background: color-mix(in srgb,var(--ui-surface,#102018) 88%,transparent);
  color: var(--ui-on-dark,#f5f4ed);
}
.tgk-scroll-rail-control:hover:not(:disabled) {
  border-color: var(--ui-accent,#b99146);
  background: var(--ui-accent,#b99146);
  color: #102019;
}
.tgk-scroll-rail-control:focus-visible { outline: 3px solid var(--ui-accent,#b99146); outline-offset: 3px; }
.tgk-scroll-rail-control:disabled { opacity: .32; cursor: default; box-shadow: none; }
.tgk-scroll-rail-control .tgk-icon { width: 1rem; height: 1rem; }
.tgk-scroll-rail-control--previous .tgk-icon { transform: rotate(180deg); }
[dir="rtl"] .tgk-scroll-rail-control--previous .tgk-icon { transform: none; }
[dir="rtl"] .tgk-scroll-rail-control--next .tgk-icon { transform: rotate(180deg); }
@media (max-width: 767px) {
  .tgk-scroll-rail-controls { margin-block-start: .65rem; }
  .tgk-scroll-rail-control { width: 48px; min-width: 48px; height: 48px; }
}

/* Readability and rhythm corrections surfaced by the dark-theme review. */
html[data-theme="dark"] .tgk-hero--authority { --hero-muted: #c2ccc5; }
/* Deep links and fast scrolling must never leave a section as an empty block.
   The homepage keeps its purposeful carousels/counters, while entrance reveals
   become a progressive enhancement rather than a content dependency. */
html.js .tgk-home [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
  transition-delay: 0ms !important;
}
@media (min-width: 1360px) {
  .tgk-desktop-nav .tgk-menu > li > a {
    min-height: 2.75rem;
    font-size: clamp(.76rem,.62vw,.84rem);
  }
}

/* A single clean ring keeps the fixed actions legible without competing with
   card borders beneath them. The 48px mobile target remains touch-safe. */
.tgk-floating-action__icon {
  border-color: transparent;
  background: transparent !important;
}
@media (max-width: 767px) {
  .tgk-floating-action {
    --tgk-fab-size: 3rem;
    padding: .4rem;
    border-color: color-mix(in srgb,var(--ui-accent) 52%,transparent);
    box-shadow: 0 10px 28px rgba(5,22,13,.22),inset 0 1px 0 rgba(255,255,255,.12);
  }
  .tgk-floating-action__icon {
    width: 100%;
    height: 100%;
    min-width: 100%;
    flex-basis: 100%;
  }
  .tgk-floating-action__icon .tgk-icon { width: 1.12rem; height: 1.12rem; }
}

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

/* Hero trade atlas: keep the geographic layer, routes and HTML labels on one
   coordinate plane, then raise contrast without turning the map into a poster. */
.tgk-hero--authority .tgk-hero__visual-frame {
  background: #071710;
}
.tgk-hero--authority .tgk-trade-atlas {
  --hero-atlas-gold: #edcc78;
  --hero-atlas-ink: #f7f3e8;
  min-height: 0;
  padding: clamp(.55rem,1.2vw,.9rem);
  border-color: rgba(237,204,120,.38);
  background:
    radial-gradient(circle at 43% 76%,rgba(237,204,120,.15),transparent 24%),
    linear-gradient(145deg,#0b2419 0%,#06150e 100%) !important;
  color: var(--hero-atlas-gold) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 28px 70px rgba(3,14,9,.28);
}
.tgk-hero--authority .tgk-trade-atlas__depth { display: none; }
.tgk-hero--authority .tgk-trade-atlas__canvas {
  position: relative;
  min-height: 0 !important;
  aspect-ratio: 720 / 520;
  overflow: hidden;
  border: 1px solid rgba(237,204,120,.13);
  border-radius: clamp(.8rem,1.5vw,1.15rem);
  background: #071710;
  isolation: isolate;
}
.tgk-hero--authority .tgk-trade-atlas__canvas::before,
.tgk-hero--authority .tgk-trade-atlas__canvas::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.tgk-hero--authority .tgk-trade-atlas__canvas::before {
  background: radial-gradient(circle at 42% 77%,rgba(237,204,120,.13),transparent 28%);
}
.tgk-hero--authority .tgk-trade-atlas__canvas::after {
  box-shadow: inset 0 0 3.5rem rgba(2,12,7,.42);
}
.tgk-hero--authority .tgk-trade-atlas__map-image {
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: .96 !important;
  filter: saturate(.92) contrast(1.08) brightness(1.05) !important;
  pointer-events: none;
}
.tgk-hero--authority .tgk-trade-atlas__map-image img {
  width: 100%;
  height: 100%;
}
.tgk-hero--authority .tgk-trade-atlas.has-default-map .tgk-trade-atlas__map-image img {
  object-fit: fill;
}
.tgk-hero--authority .tgk-trade-atlas__svg {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  color: var(--hero-atlas-gold);
}
.tgk-hero--authority .tgk-trade-atlas__grid { opacity: .2; }
.tgk-hero--authority .tgk-trade-atlas__grid path {
  stroke: rgba(240,221,170,.25);
  vector-effect: non-scaling-stroke;
}
.tgk-hero--authority .tgk-trade-atlas__routes path {
  stroke: var(--hero-atlas-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 5 8;
  opacity: .96;
  filter: drop-shadow(0 0 4px rgba(237,204,120,.5));
  vector-effect: non-scaling-stroke;
}
.tgk-hero--authority .tgk-trade-atlas__route-point-halo {
  fill: rgba(237,204,120,.2);
  stroke: rgba(237,204,120,.42);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.tgk-hero--authority .tgk-trade-atlas__route-point {
  fill: var(--hero-atlas-gold);
  stroke: #10251a;
  stroke-width: 2;
  filter: drop-shadow(0 0 5px rgba(237,204,120,.9));
  vector-effect: non-scaling-stroke;
}
.tgk-hero--authority .tgk-trade-atlas__route-origin-ring {
  fill: rgba(237,204,120,.14);
  stroke: var(--hero-atlas-gold);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}
.tgk-hero--authority .tgk-trade-atlas__route-origin {
  fill: #fff5d6;
  stroke: #183326;
  stroke-width: 2;
  filter: drop-shadow(0 0 7px rgba(237,204,120,.95));
  vector-effect: non-scaling-stroke;
}
.tgk-hero--authority .tgk-trade-atlas__origin,
.tgk-hero--authority .tgk-trade-atlas__node {
  z-index: 4;
}
.tgk-hero--authority .tgk-trade-atlas__origin > i,
.tgk-hero--authority .tgk-trade-atlas__node > i {
  opacity: 0;
}
.tgk-hero--authority .tgk-trade-atlas__origin strong {
  margin-block-start: .75rem;
  color: var(--hero-atlas-ink) !important;
  font-size: clamp(.78rem,1.25vw,1rem);
  text-shadow: 0 2px 10px #020805;
}
.tgk-hero--authority .tgk-trade-atlas__origin small {
  color: rgba(247,243,232,.72) !important;
  text-shadow: 0 2px 8px #020805;
}
.tgk-hero--authority .tgk-trade-atlas__node {
  --atlas-label-x: 0px;
  --atlas-label-y: 0px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(calc(-50% + var(--atlas-label-x)),calc(-50% + var(--atlas-label-y)));
  backdrop-filter: none;
}
.tgk-hero--authority .tgk-trade-atlas__node span {
  margin-inline-start: .42rem;
  border-color: rgba(237,204,120,.3);
  background: rgba(4,18,11,.86);
  color: var(--hero-atlas-ink) !important;
  box-shadow: 0 5px 16px rgba(0,0,0,.2);
}
.tgk-hero--authority .tgk-trade-atlas__node--russia { --atlas-label-y: -1.1rem; }
.tgk-hero--authority .tgk-trade-atlas__node--belarus { --atlas-label-x: 1rem; --atlas-label-y: -.25rem; }
.tgk-hero--authority .tgk-trade-atlas__node--kazakhstan { --atlas-label-x: 1.1rem; --atlas-label-y: -.7rem; }
.tgk-hero--authority .tgk-trade-atlas__node--azerbaijan { --atlas-label-x: -1.2rem; --atlas-label-y: -1.55rem; }
.tgk-hero--authority .tgk-trade-atlas__node--armenia { --atlas-label-x: -2rem; --atlas-label-y: 1.35rem; }
.tgk-hero--authority .tgk-trade-atlas__node--uzbekistan { --atlas-label-x: .65rem; --atlas-label-y: -.95rem; }
.tgk-hero--authority .tgk-trade-atlas__node--turkmenistan { --atlas-label-x: -1.35rem; --atlas-label-y: 1.8rem; }
.tgk-hero--authority .tgk-trade-atlas__node--kyrgyzstan { --atlas-label-x: 1.2rem; --atlas-label-y: 1.25rem; }
.tgk-hero--authority .tgk-trade-atlas__ledger {
  margin: clamp(.55rem,1vw,.75rem) 0 0;
  border-color: rgba(237,204,120,.22);
  border-inline-start: 3px solid var(--hero-atlas-gold);
  background: rgba(5,22,14,.94) !important;
  color: var(--hero-atlas-ink) !important;
}
.tgk-hero--authority .tgk-trade-atlas__ledger small {
  color: rgba(247,243,232,.68) !important;
}

@media (min-width: 768px) {
  .tgk-hero--authority .tgk-trade-atlas__node span { display: block; }
}

@media (max-width: 767px) {
  .tgk-hero--authority .tgk-trade-atlas { padding: .45rem; }
  .tgk-hero--authority .tgk-trade-atlas__canvas { border-radius: .65rem; }
  .tgk-hero--authority .tgk-trade-atlas__routes path { stroke-width: 1.75; }
  .tgk-hero--authority .tgk-trade-atlas__route-point-halo { r: 11px; }
  .tgk-hero--authority .tgk-trade-atlas__route-point { r: 5px; }
  .tgk-hero--authority .tgk-trade-atlas__ledger { padding: 1rem; }
}

/* Full-viewport opening composition. Content may grow past one viewport on
   compact screens, but the hero always establishes a complete first scene. */
.tgk-hero--authority {
  box-sizing: border-box;
  display: flex;
  min-height: 100svh;
  align-items: center;
}
.tgk-hero--authority .tgk-hero__grid { width: 100%; }

@media (min-width: 1280px) {
  .tgk-hero--authority {
    padding-top: clamp(6.8rem,10svh,8.5rem);
    padding-bottom: clamp(2.75rem,5svh,4.5rem);
  }
  .tgk-hero--authority .tgk-hero__grid {
    grid-template-columns: minmax(0,1.05fr) minmax(31rem,.95fr);
    gap: clamp(2.75rem,4vw,5rem);
  }
  .tgk-hero--authority .tgk-hero__content h1 {
    max-width: 13ch;
    font-size: clamp(4.15rem,5vw,6rem);
  }
  [dir="rtl"] .tgk-hero--authority .tgk-hero__content h1 { max-width: 14ch; }
  .tgk-hero--authority .tgk-hero__visual { min-height: 0; }
}

/* Rotating destination focus shared by the hero and Global Presence story. */
.tgk-trade-atlas.has-market-rotation .tgk-trade-atlas__node {
  appearance: none;
  font: inherit;
  cursor: pointer;
}
.tgk-trade-atlas.has-market-rotation .tgk-trade-atlas__routes path {
  opacity: .18;
  animation-play-state: paused;
  transition: opacity .45s ease, stroke-width .45s ease, filter .45s ease;
}
.tgk-trade-atlas.has-market-rotation .tgk-trade-atlas__routes path.is-active {
  stroke-width: 2.35;
  opacity: 1;
  filter: drop-shadow(0 0 5px currentColor);
  animation-play-state: running;
}
.tgk-trade-atlas.has-market-rotation :is(.tgk-trade-atlas__route-point,.tgk-trade-atlas__route-point-halo) {
  opacity: .38;
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity .4s ease, transform .4s cubic-bezier(.22,.61,.36,1);
}
.tgk-trade-atlas.has-market-rotation .tgk-trade-atlas__route-point.is-active { opacity: 1; transform: scale(1.3); }
.tgk-trade-atlas.has-market-rotation .tgk-trade-atlas__route-point-halo.is-active { opacity: 1; transform: scale(1.55); }
.tgk-trade-atlas.has-market-rotation .tgk-trade-atlas__node span {
  display: none !important;
  opacity: 0;
}
.tgk-trade-atlas.has-market-rotation .tgk-trade-atlas__node:is(.is-active,:hover,:focus-visible) span {
  display: block !important;
  opacity: 1;
  animation: tgkAtlasLabelIn .38s cubic-bezier(.22,.61,.36,1) both;
}
.tgk-trade-atlas.has-market-rotation .tgk-trade-atlas__node:focus-visible { outline: none; }
.tgk-trade-atlas.has-market-rotation .tgk-trade-atlas__node:focus-visible span {
  outline: 2px solid #f0d083;
  outline-offset: 3px;
}
@keyframes tgkAtlasLabelIn {
  from { opacity: 0; translate: 0 .35rem; }
  to { opacity: 1; translate: 0 0; }
}

.tgk-trade-atlas__ledger {
  grid-template-columns: minmax(0,1fr) auto;
  column-gap: 1rem;
  align-items: center;
}
.tgk-trade-atlas__ledger > :is(span,strong,small) { grid-column: 1; }
.tgk-trade-atlas__ledger strong {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem;
}
.tgk-trade-atlas__ledger mark {
  padding: .08rem .38rem;
  border-radius: .4rem;
  background: color-mix(in srgb,#edcc78 18%,transparent);
  color: #f2d486;
  font: inherit;
  box-shadow: inset 0 0 0 1px rgba(237,204,120,.2);
}
.tgk-trade-atlas__rotation-toggle {
  grid-column: 2;
  grid-row: 1 / 4;
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .55rem .7rem;
  border: 1px solid rgba(237,204,120,.28);
  border-radius: .7rem;
  background: rgba(237,204,120,.08);
  color: #f7f3e8;
  font: inherit;
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .04em;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}
.tgk-trade-atlas__rotation-toggle:hover { border-color: rgba(237,204,120,.65); background: rgba(237,204,120,.14); }
.tgk-trade-atlas__rotation-toggle:focus-visible { outline: 2px solid #f0d083; outline-offset: 3px; }
.tgk-trade-atlas__rotation-toggle i {
  width: .55rem;
  height: .75rem;
  flex: 0 0 auto;
  border-inline: 2px solid currentColor;
}
.tgk-trade-atlas__rotation-toggle[aria-pressed="true"] i {
  width: 0;
  height: 0;
  border: 0;
  border-block: .38rem solid transparent;
  border-inline-start: .58rem solid currentColor;
}
.tgk-trade-atlas__rotation-toggle[hidden] { display: none !important; }

/* The second Global Presence atlas uses the same geographic fidelity as the
   hero, with a quieter frame so the scroll-story remains the primary action. */
.tgk-global .tgk-trade-atlas {
  --global-atlas-gold: #e3c371;
  min-height: 0 !important;
  padding: clamp(.55rem,1.15vw,.85rem);
  border-color: rgba(227,195,113,.34);
  background:
    radial-gradient(circle at 42% 78%,rgba(227,195,113,.14),transparent 25%),
    linear-gradient(145deg,#0b2419,#06150e) !important;
  color: var(--global-atlas-gold) !important;
  box-shadow: 0 30px 76px rgba(3,16,10,.24);
}
.tgk-global .tgk-trade-atlas__depth { display: none; }
.tgk-global .tgk-trade-atlas__canvas {
  position: relative;
  min-height: 0 !important;
  aspect-ratio: 720 / 520;
  overflow: hidden;
  border: 1px solid rgba(227,195,113,.14);
  border-radius: 1rem;
  background: #071710;
  isolation: isolate;
}
.tgk-global .tgk-trade-atlas__canvas::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  box-shadow: inset 0 0 3.5rem rgba(2,12,7,.38);
  pointer-events: none;
}
.tgk-global .tgk-trade-atlas__map-image {
  inset: 0;
  z-index: 0;
  opacity: .96 !important;
  filter: saturate(.9) contrast(1.08) brightness(1.04) !important;
}
.tgk-global .tgk-trade-atlas__map-image img { width: 100%; height: 100%; }
.tgk-global .tgk-trade-atlas.has-default-map .tgk-trade-atlas__map-image img { object-fit: fill; }
.tgk-global .tgk-trade-atlas__svg {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.tgk-global .tgk-trade-atlas__grid { opacity: .18; }
.tgk-global .tgk-trade-atlas__grid path { stroke: rgba(240,221,170,.22); vector-effect: non-scaling-stroke; }
.tgk-global .tgk-trade-atlas__routes path {
  stroke: var(--global-atlas-gold);
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.tgk-global .tgk-trade-atlas__route-point-halo {
  fill: rgba(227,195,113,.2);
  stroke: rgba(227,195,113,.48);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.tgk-global .tgk-trade-atlas__route-point {
  fill: var(--global-atlas-gold);
  stroke: #10251a;
  stroke-width: 2;
  filter: drop-shadow(0 0 5px rgba(227,195,113,.8));
  vector-effect: non-scaling-stroke;
}
.tgk-global .tgk-trade-atlas__route-origin-ring { fill: rgba(227,195,113,.15); stroke: var(--global-atlas-gold); }
.tgk-global .tgk-trade-atlas__route-origin { fill: #fff5d6; stroke: #183326; }
.tgk-global .tgk-trade-atlas__origin,
.tgk-global .tgk-trade-atlas__node { z-index: 4; }
.tgk-global .tgk-trade-atlas__node {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.tgk-global .tgk-trade-atlas__node span {
  margin-inline-start: .42rem;
  padding: .28rem .48rem;
  border: 1px solid rgba(227,195,113,.3);
  border-radius: 999px;
  background: rgba(4,18,11,.88);
  color: #f7f3e8 !important;
  text-shadow: 0 2px 8px #020805;
  box-shadow: 0 5px 16px rgba(0,0,0,.22);
}
.tgk-global .tgk-trade-atlas__ledger {
  margin: clamp(.55rem,1vw,.75rem) 0 0;
  border-color: rgba(227,195,113,.22);
  border-inline-start: 3px solid var(--global-atlas-gold);
  background: rgba(5,22,14,.95) !important;
  color: #f7f3e8 !important;
}
.tgk-global .tgk-trade-atlas__ledger :is(strong,small) { color: #f7f3e8 !important; }
.tgk-global .tgk-trade-atlas__ledger small { opacity: .7; }

@media (max-width: 767px) {
  .tgk-hero--authority { min-height: 100svh; align-items: flex-start; }
  .tgk-trade-atlas__ledger { column-gap: .6rem; }
  .tgk-trade-atlas__rotation-toggle { padding-inline: .6rem; }
  .tgk-trade-atlas__rotation-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .tgk-global .tgk-trade-atlas { padding: .45rem; }
  .tgk-global .tgk-trade-atlas__canvas { border-radius: .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  .tgk-trade-atlas.has-market-rotation :is(.tgk-trade-atlas__routes path,.tgk-trade-atlas__route-point,.tgk-trade-atlas__route-point-halo,.tgk-trade-atlas__node span) {
    animation: none !important;
    transition: none !important;
  }
}

/* Editorial newsroom and article reading experience. */
.tgk-newsroom__header {
  padding-block-end: 1.4rem;
  border-block-end: 1px solid var(--news-border);
}
.tgk-newsroom__layout {
  border-radius: 1.25rem;
}
.tgk-newsroom__layout.has-feature-only {
  grid-template-columns: minmax(0,1fr);
}
.tgk-newsroom__layout.has-feature-only .tgk-newsroom__feature {
  min-height: 34rem;
  grid-template-columns: minmax(0,1.12fr) minmax(20rem,.88fr);
  grid-template-rows: minmax(0,1fr);
}
.tgk-newsroom__layout.has-feature-only .tgk-newsroom__feature-body {
  justify-content: flex-end;
  border-block-start: 0;
  border-inline-start: 1px solid var(--news-border);
}
.tgk-newsroom__feature,
.tgk-newsroom__story {
  position: relative;
}
.tgk-newsroom__feature-body {
  min-width: 0;
}
.tgk-newsroom__feature-footer > div span::before {
  content: '';
  display: inline-block;
  inline-size: .25rem;
  block-size: .25rem;
  margin-inline-end: .55rem;
  border-radius: 50%;
  background: var(--news-gold);
  vertical-align: middle;
}
.tgk-newsroom__read {
  min-width: 8.75rem !important;
  padding-inline: 1rem;
  border: 1px solid var(--news-border-strong);
  border-radius: 999px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.tgk-newsroom__read:hover,
.tgk-newsroom__read:focus-visible {
  border-color: var(--news-accent);
  background: var(--news-accent);
  color: var(--news-on-accent) !important;
}

.tgk-article--reading {
  --article-bg: var(--ui-bg, var(--tgk-bg));
  --article-surface: var(--ui-surface, var(--tgk-surface));
  --article-soft: var(--ui-surface-raised, var(--tgk-surface-2));
  --article-text: var(--ui-text, var(--tgk-ink));
  --article-muted: var(--ui-muted, var(--tgk-muted));
  --article-line: var(--ui-border, var(--tgk-line));
  --article-line-strong: var(--ui-border-strong, var(--tgk-line-strong));
  --article-primary: var(--ui-primary, var(--tgk-forest));
  --article-accent: var(--ui-accent, var(--tgk-gold));
  max-width: none;
  padding: 0 0 clamp(4rem,8vw,7rem);
  background: var(--article-bg);
  color: var(--article-text);
}
.tgk-article--reading .tgk-article-hero {
  min-height: 0;
  padding-block: clamp(7rem,10vw,8.75rem) clamp(3.5rem,6vw,5.75rem);
  border-block-end: 1px solid var(--article-line);
  background:
    linear-gradient(115deg,color-mix(in srgb,var(--article-accent) 8%,transparent),transparent 42%),
    var(--article-bg);
}
.tgk-article--reading .tgk-internal-hero__texture {
  opacity: .35;
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 42%,#000);
  mask-image: linear-gradient(90deg,transparent,#000 42%,#000);
}
.tgk-article--reading .tgk-article__header {
  max-width: 76rem;
}
.tgk-article--reading .tgk-breadcrumbs {
  margin-block-end: clamp(1.5rem,3vw,2.5rem);
  color: var(--article-muted);
}
.tgk-article--reading .tgk-article-hero__registry {
  max-width: 68rem;
  margin-block-end: clamp(1.5rem,3vw,2.25rem);
  padding-block-end: .85rem;
  border-color: var(--article-line-strong);
  color: var(--article-muted);
  text-transform: none;
  letter-spacing: 0;
}
.tgk-article-hero__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: .55rem;
  color: var(--article-text);
  font-size: .78rem;
  font-weight: 750;
  text-decoration: none;
}
.tgk-article-hero__back .tgk-icon {
  inline-size: 1rem;
  transform: rotate(180deg);
}
[dir="rtl"] .tgk-article-hero__back .tgk-icon {
  transform: none;
}
.tgk-article-hero__back:hover {
  color: var(--article-accent);
}
.tgk-article-hero__back:focus-visible,
.tgk-article--reading :is(a,button):focus-visible {
  outline: 2px solid var(--article-accent);
  outline-offset: 3px;
}
.tgk-article-hero__category {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  padding-inline: .7rem;
  border: 1px solid var(--article-line-strong);
  border-radius: 999px;
  color: var(--article-muted);
  font-size: .68rem;
  font-weight: 750;
}
.tgk-article--reading .tgk-article__meta {
  display: flex;
  margin: 0 0 1.25rem;
  gap: .55rem 1.25rem;
  color: var(--article-muted);
  font-size: .76rem;
  font-variant-numeric: tabular-nums;
}
.tgk-article--reading .tgk-article__meta span::before {
  content: '';
  display: inline-block;
  inline-size: .25rem;
  block-size: .25rem;
  margin-inline-end: .55rem;
  border-radius: 50%;
  background: var(--article-accent);
  vertical-align: middle;
}
.tgk-article--reading .tgk-article__header h1 {
  max-width: 17ch;
  margin: 0;
  color: var(--article-text);
  font-size: clamp(2.75rem,6vw,6.25rem);
  line-height: 1;
  letter-spacing: -.05em;
}
[dir="rtl"] .tgk-article--reading .tgk-article__header h1 {
  max-width: 20ch;
  line-height: 1.16;
  letter-spacing: -.025em;
}
.tgk-article--reading .tgk-article__header > p {
  max-width: 62ch;
  margin-block-start: 1.35rem;
  color: var(--article-muted);
  font-size: clamp(1rem,1.4vw,1.18rem);
  line-height: 1.85;
}
.tgk-article--reading .tgk-featured-image {
  position: relative;
  z-index: 2;
  max-width: 76rem;
  margin: clamp(2rem,4vw,3.5rem) auto 0;
  overflow: hidden;
  border: 1px solid var(--article-line-strong);
  border-radius: 1.25rem;
  background: var(--article-soft);
  box-shadow: 0 24px 65px color-mix(in srgb,var(--article-text) 9%,transparent);
}
.tgk-article--reading .tgk-featured-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}
.tgk-article--reading .tgk-article__layout {
  display: grid;
  max-width: 76rem;
  grid-template-columns: minmax(0,46rem) minmax(16rem,19rem);
  justify-content: space-between;
  align-items: start;
  gap: clamp(2rem,5vw,5rem);
  margin-block-start: 0;
  padding-block: clamp(3rem,6vw,5.5rem);
}
.tgk-article__reading-surface {
  min-width: 0;
  padding-block-start: 1.5rem;
  border-block-start: 3px solid var(--article-accent);
}
.tgk-article--reading .tgk-prose {
  max-width: 70ch;
  margin: 0;
  color: var(--article-text);
  font-size: clamp(1.05rem,.35vw + 1rem,1.18rem);
  line-height: 1.95;
}
.tgk-article--reading .tgk-prose > :first-child {
  margin-block-start: 0;
  font-size: 1.08em;
}
.tgk-article--reading .tgk-prose :is(h2,h3,h4) {
  max-width: 25ch;
  margin-block: 2.75rem .9rem;
  color: var(--article-text);
  line-height: 1.25;
  text-wrap: balance;
}
.tgk-article--reading .tgk-prose h2 {
  font-size: clamp(1.75rem,3vw,2.45rem);
}
.tgk-article--reading .tgk-prose h3 {
  font-size: clamp(1.4rem,2vw,1.85rem);
}
.tgk-article--reading .tgk-prose :is(ul,ol) {
  padding-inline-start: 1.35rem;
}
.tgk-article--reading .tgk-prose li + li {
  margin-block-start: .55rem;
}
.tgk-article--reading .tgk-prose blockquote {
  margin-inline: 0;
  padding: 1.25rem 1.4rem;
  border: 0;
  border-inline-start: 3px solid var(--article-accent);
  background: var(--article-soft);
  color: var(--article-text);
  font-size: 1.08em;
}
.tgk-article--reading .tgk-prose :is(img,video,iframe) {
  width: 100%;
  border-radius: .75rem;
}
.tgk-article--reading .tgk-prose figcaption {
  margin-block-start: .6rem;
  color: var(--article-muted);
  font-size: .75rem;
  line-height: 1.6;
}
.tgk-article--reading .tgk-prose a {
  color: var(--article-primary);
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}
.tgk-article--reading .tgk-article__aside {
  display: block;
  position: sticky;
  top: 7rem;
}
.tgk-article--reading .tgk-share-card {
  padding: 1.35rem;
  border-color: var(--article-line);
  border-radius: .8rem;
  background: var(--article-soft);
  color: var(--article-text);
}
.tgk-article--reading .tgk-share-card > strong {
  display: block;
  color: var(--article-text);
  font-size: .95rem;
}
.tgk-article--reading .tgk-share-card > p {
  color: var(--article-muted);
  line-height: 1.7;
}
.tgk-article--reading .tgk-article-details {
  color: var(--article-text);
  border-color: var(--article-line);
}
.tgk-article--reading .tgk-article-details dt {
  color: var(--article-muted);
}
.tgk-article--reading .tgk-article-details dd {
  color: var(--article-text);
}
.tgk-article--reading .tgk-post-navigation {
  max-width: 76rem;
  margin-block-start: 0;
  border-color: var(--article-line);
  border-radius: .8rem;
  background: var(--article-line);
}
.tgk-article--reading .tgk-post-navigation a {
  min-height: 8rem;
  background: var(--article-surface);
}
.tgk-article--reading .tgk-post-navigation a:hover {
  background: var(--article-soft);
}
.tgk-article--reading .tgk-post-navigation :is(small,strong) {
  color: var(--article-text);
}
.tgk-article--reading .tgk-post-navigation small {
  color: var(--article-muted);
}
.tgk-article--reading .tgk-related-articles {
  max-width: 76rem;
  margin-block-start: clamp(3.5rem,7vw,6rem);
}

@media (max-width: 899px) {
  .tgk-newsroom__layout.has-feature-only .tgk-newsroom__feature {
    min-height: 0;
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: auto auto;
  }
  .tgk-newsroom__layout.has-feature-only .tgk-newsroom__feature-media {
    aspect-ratio: 16 / 9;
  }
  .tgk-newsroom__layout.has-feature-only .tgk-newsroom__feature-body {
    border-block-start: 1px solid var(--news-border);
    border-inline-start: 0;
  }
  .tgk-article--reading .tgk-article__layout {
    grid-template-columns: minmax(0,1fr);
  }
  .tgk-article--reading .tgk-article__aside {
    position: static;
    max-width: 34rem;
  }
}

@media (max-width: 599px) {
  .tgk-newsroom__header {
    display: grid;
    align-items: start;
    gap: 1.25rem;
  }
  .tgk-newsroom__all {
    width: fit-content;
    margin: 0;
    padding-inline: .9rem;
    border: 1px solid var(--news-border-strong);
    border-radius: 999px;
    font-size: .76rem;
  }
  .tgk-newsroom__feature-media,
  .tgk-newsroom__layout.has-feature-only .tgk-newsroom__feature-media {
    aspect-ratio: 16 / 10;
  }
  .tgk-newsroom__feature-footer {
    align-items: center;
  }
  .tgk-newsroom__read {
    min-width: 44px !important;
    padding-inline: .85rem;
  }
  .tgk-article--reading .tgk-article-hero {
    padding-block: 6.5rem 3.25rem;
  }
  .tgk-article--reading .tgk-article-hero__registry {
    align-items: center;
    flex-direction: row;
    gap: .75rem;
  }
  .tgk-article--reading .tgk-article__header h1,
  [dir="rtl"] .tgk-article--reading .tgk-article__header h1 {
    max-width: none;
    font-size: clamp(2.45rem,12vw,3.75rem);
    line-height: 1.08;
  }
  .tgk-article--reading .tgk-article__meta {
    flex-wrap: wrap;
  }
  .tgk-article--reading .tgk-featured-image {
    width: calc(100% - 2rem);
    margin-block-start: 1rem;
    border-radius: .8rem;
  }
  .tgk-article--reading .tgk-article__layout {
    padding-block: 2.75rem;
  }
  .tgk-article__reading-surface {
    padding-block-start: 1.15rem;
  }
  .tgk-article--reading .tgk-prose {
    font-size: 1rem;
    line-height: 1.9;
  }
  .tgk-article--reading .tgk-prose :is(h2,h3,h4) {
    max-width: none;
  }
  .tgk-article--reading .tgk-post-navigation {
    width: calc(100% - 2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tgk-newsroom__read,
  .tgk-newsroom__feature-media img,
  .tgk-newsroom__story-media img,
  .tgk-article--reading a {
    transition: none !important;
  }
}

/* Responsive command search. */
body.tgk-modal-open {
  overflow: hidden;
}

.tgk-search-panel {
  --search-bg: var(--ui-surface-raised, var(--tgk-surface));
  --search-soft: var(--ui-surface, var(--tgk-surface-2));
  --search-text: var(--ui-text, var(--tgk-ink));
  --search-strong: var(--ui-text-strong, var(--tgk-ink));
  --search-muted: var(--ui-muted, var(--tgk-muted));
  --search-border: var(--ui-border, var(--tgk-line));
  --search-border-strong: var(--ui-border-strong, var(--tgk-line-strong));
  --search-primary: var(--ui-primary, var(--tgk-forest));
  --search-on-primary: var(--ui-on-primary, #fff);
  --search-accent: var(--ui-accent, var(--tgk-gold));
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: start center;
  padding: clamp(5.5rem, 12vh, 8rem) clamp(1rem, 3vw, 2.5rem) 2rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 0;
  background: transparent;
}

.tgk-search-panel[hidden] {
  display: none !important;
}

.tgk-search-panel__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(2, 8, 5, .72);
  backdrop-filter: blur(12px) saturate(115%);
}

.tgk-search-panel__inner {
  position: relative;
  display: block !important;
  width: min(100%, 52rem) !important;
  max-width: 52rem !important;
  max-height: calc(100dvh - clamp(7.5rem, 18vh, 11rem));
  margin: 0;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  overflow-y: auto;
  border: 1px solid var(--search-border-strong);
  border-radius: 1.25rem;
  background: var(--search-bg);
  color: var(--search-text);
  box-shadow: var(--ui-shadow-lg, 0 30px 90px rgba(0, 0, 0, .3));
}

.tgk-search-panel__inner::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline: clamp(1.4rem, 3vw, 2.25rem);
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--search-accent), transparent);
}

[dir="rtl"] .tgk-search-panel__inner::before {
  background: linear-gradient(270deg, var(--search-accent), transparent);
}

.tgk-search-panel__header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 1rem !important;
  align-items: start !important;
  margin: 0 0 1.75rem !important;
  padding-block-start: .75rem;
}

.tgk-search-panel__heading {
  min-width: 0;
}

.tgk-search-panel__heading .tgk-eyebrow {
  margin: 0 0 .75rem;
  color: var(--search-accent);
}

.tgk-search-panel__heading h2 {
  max-width: 18ch;
  margin: 0 !important;
  color: var(--search-strong) !important;
  font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -.035em;
}

[dir="rtl"] .tgk-search-panel__heading h2 {
  line-height: 1.3 !important;
  letter-spacing: -.015em;
}

.tgk-search-panel__close {
  width: 44px;
  height: 44px;
  border-color: var(--search-border-strong);
  background: var(--search-soft);
  color: var(--search-strong);
  box-shadow: none;
}

.tgk-search-panel__close:hover {
  border-color: var(--search-accent);
  background: color-mix(in srgb, var(--search-accent) 10%, var(--search-soft));
  color: var(--search-accent);
}

.tgk-search-panel .tgk-search-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  width: 100%;
}

.tgk-search-panel .tgk-search-form__field {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: .75rem;
  min-height: 4rem;
  padding-inline: 1rem;
  border: 1px solid var(--search-border-strong);
  border-radius: .9rem;
  background: var(--search-soft);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tgk-search-panel .tgk-search-form__field > .tgk-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--search-accent);
}

.tgk-search-panel .tgk-search-form__field input {
  min-width: 0;
  min-height: 3.8rem;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  background: transparent !important;
  color: var(--search-strong) !important;
  box-shadow: none !important;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.tgk-search-panel .tgk-search-form__field input::placeholder {
  color: var(--search-muted);
  opacity: .82;
}

.tgk-search-panel .tgk-search-form__field:focus-within {
  border-color: var(--search-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--search-accent) 24%, transparent);
}

.tgk-search-panel .tgk-search-scopes {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.tgk-search-panel .tgk-search-scopes button,
.tgk-search-panel__recent button {
  min-height: 44px;
  padding-inline: .9rem;
  border: 1px solid var(--search-border);
  border-radius: 999px;
  background: transparent;
  color: var(--search-muted);
  cursor: pointer;
  font-size: .82rem;
  font-weight: 650;
  white-space: nowrap;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.tgk-search-panel .tgk-search-scopes button:hover,
.tgk-search-panel__recent button:hover {
  border-color: var(--search-accent);
  color: var(--search-strong);
}

.tgk-search-panel .tgk-search-scopes button.is-active,
.tgk-search-panel .tgk-search-scopes button[aria-pressed="true"] {
  border-color: var(--search-primary);
  background: var(--search-primary);
  color: var(--search-on-primary);
}

.tgk-search-panel .tgk-search-form__submit {
  min-width: 8.5rem;
  min-height: 44px;
  justify-self: end;
  border-radius: .8rem;
  background: var(--search-primary);
  color: var(--search-on-primary);
}

.tgk-search-panel .tgk-search-form__submit:hover {
  background: color-mix(in srgb, var(--search-primary) 88%, var(--search-accent));
}

.tgk-search-panel__recent {
  display: grid;
  gap: .75rem;
  margin-block-start: 1.25rem;
  padding-block-start: 1.25rem;
  border-block-start: 1px solid var(--search-border);
}

.tgk-search-panel__recent[hidden] {
  display: none;
}

.tgk-search-panel__recent > span {
  color: var(--search-muted);
  font-size: .78rem;
  font-weight: 700;
}

.tgk-search-panel__recent > div {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.tgk-search-panel__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .75rem 1.5rem;
  margin-block-start: 1.5rem;
  padding-block-start: 1rem;
  border-block-start: 1px solid var(--search-border);
  color: var(--search-muted);
  font-size: .75rem;
}

.tgk-search-panel__footer kbd {
  min-width: 1.65rem;
  margin-inline: .2rem;
  padding: .12rem .35rem;
  border: 1px solid var(--search-border-strong);
  border-radius: .35rem;
  background: var(--search-soft);
  color: var(--search-strong);
  box-shadow: 0 1px 0 var(--search-border-strong);
  text-align: center;
}

@media (max-width: 640px) {
  .tgk-search-panel {
    place-items: stretch;
    padding: 0;
    overflow: hidden;
  }

  .tgk-search-panel__inner {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100dvh;
    max-height: 100dvh;
    padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    border: 0;
    border-radius: 0;
  }

  .tgk-search-panel__inner::before {
    inset-inline: 1rem;
  }

  .tgk-search-panel__header {
    margin-block-end: 1.25rem !important;
  }

  .tgk-search-panel__heading h2,
  [dir="rtl"] .tgk-search-panel__heading h2 {
    font-size: clamp(1.45rem, 7vw, 1.85rem) !important;
  }

  .tgk-search-panel .tgk-search-form {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: max-content;
    align-content: start;
    gap: .85rem;
    flex: none;
  }

  .tgk-search-panel .tgk-search-form__field {
    min-height: 3.6rem;
  }

  .tgk-search-panel .tgk-search-form__field input {
    min-height: 3.4rem;
    font-size: 1rem;
  }

  .tgk-search-panel .tgk-search-scopes,
  .tgk-search-panel__recent > div {
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
  }

  .tgk-search-panel .tgk-search-scopes::-webkit-scrollbar,
  .tgk-search-panel__recent > div::-webkit-scrollbar {
    display: none;
  }

  .tgk-search-panel .tgk-search-scopes button,
  .tgk-search-panel__recent button {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .tgk-search-panel .tgk-search-form__submit {
    grid-column: 1;
    width: 100%;
    min-height: 48px;
    justify-self: stretch;
  }

  .tgk-search-panel__footer {
    display: none;
  }
}

@media (max-height: 560px) and (min-width: 641px) {
  .tgk-search-panel {
    padding-block-start: 4.75rem;
  }

  .tgk-search-panel__inner {
    max-height: calc(100dvh - 5.75rem);
  }
}

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

/* Distinct internal-page heroes — one visual language, page-specific compositions. */
.tgk-view .tgk-internal-hero {
  --hero-accent: var(--ui-accent, var(--tgk-gold));
  --hero-ink: var(--ui-text-strong, var(--tgk-ink));
  --hero-muted: var(--ui-muted, var(--tgk-muted));
  --hero-line: var(--ui-border-strong, var(--tgk-line-strong));
  min-height: auto;
  padding-block: clamp(7.5rem, 12vh, 10rem) clamp(4rem, 8vw, 7rem);
}

.tgk-view .tgk-internal-hero__container,
.tgk-view .tgk-internal-hero__stage {
  min-width: 0;
}

.tgk-view .tgk-internal-hero__stage {
  position: relative;
  z-index: 3;
  align-items: center;
}

.tgk-view .tgk-internal-hero__copy,
.tgk-view .tgk-hero-dossier {
  position: relative;
  z-index: 2;
}

.tgk-view .tgk-internal-hero__copy h1 {
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.tgk-view .tgk-hero-dossier {
  overflow: hidden;
  backdrop-filter: blur(18px) saturate(115%);
}

.tgk-view .tgk-hero-dossier::before {
  pointer-events: none;
}

.tgk-hero-signature {
  position: absolute;
  z-index: 1;
  inset-block: 9%;
  inset-inline-end: 2%;
  width: min(48rem, 58vw);
  pointer-events: none;
  color: var(--hero-accent);
  opacity: .52;
}

.tgk-hero-signature i {
  position: absolute;
  display: block;
  color: inherit;
}

/* About: institutional archive / timeline. */
.tgk-view--about .tgk-internal-hero {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--ui-surface-raised) 96%, transparent) 0 64%, transparent 64%),
    linear-gradient(145deg, var(--ui-surface-raised), var(--ui-surface));
}

.tgk-view--about .tgk-internal-hero__copy {
  grid-column: 1 / span 8;
  padding-inline-end: clamp(1rem, 4vw, 4.5rem);
}

.tgk-view--about .tgk-hero-dossier {
  grid-column: 9 / -1;
  transform: none;
  border-radius: 7rem 7rem .8rem .8rem;
  box-shadow: none;
}

.tgk-view--about .tgk-hero-dossier::before {
  display: none;
}

.tgk-view--about .tgk-hero-dossier__monogram {
  border-radius: 6.2rem 6.2rem 0 0;
}

.tgk-view--about .tgk-hero-signature {
  inset-block: 18% 10%;
  inset-inline-end: 5%;
  width: 30%;
  border-inline-start: 1px solid currentColor;
}

.tgk-view--about .tgk-hero-signature i {
  inset-inline-start: -.42rem;
  width: .78rem;
  height: .78rem;
  border: 2px solid var(--ui-surface-raised);
  border-radius: 50%;
  background: currentColor;
}

.tgk-view--about .tgk-hero-signature i:nth-child(1) { inset-block-start: 4%; }
.tgk-view--about .tgk-hero-signature i:nth-child(2) { inset-block-start: 26%; }
.tgk-view--about .tgk-hero-signature i:nth-child(3) { inset-block-start: 50%; }
.tgk-view--about .tgk-hero-signature i:nth-child(4) { inset-block-start: 74%; }
.tgk-view--about .tgk-hero-signature i:nth-child(5) { inset-block-start: 96%; }

/* Brands: a centered constellation rather than a homepage split hero. */
.tgk-view--brands .tgk-internal-hero {
  --hero-ink: #f5f4ec;
  --hero-muted: #bcc9c0;
  background: radial-gradient(circle at 50% 52%, #244b37 0, #112d20 42%, #09150f 100%);
  color: var(--hero-ink);
  text-align: center;
}

.tgk-view--brands .tgk-internal-hero :is(.tgk-breadcrumbs, .tgk-breadcrumbs a, .tgk-internal-hero__copy h1) {
  color: var(--hero-ink) !important;
}

.tgk-view--brands .tgk-internal-hero__copy > p {
  color: var(--hero-muted) !important;
}

.tgk-view--brands .tgk-internal-hero__stage {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.tgk-view--brands .tgk-internal-hero__copy {
  grid-column: 2 / 12;
  text-align: center;
}

.tgk-view--brands .tgk-internal-hero__copy :is(h1, p) {
  max-width: 18ch;
  margin-inline: auto;
}

.tgk-view--brands .tgk-internal-hero__copy > p {
  max-width: 52rem;
}

.tgk-view--brands .tgk-internal-hero__registry {
  max-width: 48rem;
  margin-inline: auto;
}

.tgk-view--brands .tgk-internal-hero__actions {
  justify-content: center;
}

.tgk-view--brands .tgk-hero-dossier {
  grid-column: 3 / 11;
  display: grid;
  grid-template-columns: minmax(15rem, .75fr) minmax(0, 1.25fr);
  margin-block-start: 2.5rem;
  border-radius: 999px;
  background: rgba(8, 22, 15, .72);
  text-align: start;
}

.tgk-view--brands .tgk-hero-dossier::before,
.tgk-view--brands .tgk-hero-dossier__head {
  display: none;
}

.tgk-view--brands .tgk-hero-dossier__monogram,
.tgk-view--brands .tgk-hero-dossier__media {
  min-height: 14rem;
  border: 0;
  border-inline-end: 1px solid rgba(255,255,255,.14);
}

.tgk-view--brands .tgk-hero-dossier__facts {
  align-self: center;
}

.tgk-view--brands .tgk-hero-signature {
  inset: 50% auto auto 50%;
  width: min(72vw, 62rem);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .18;
}

.tgk-view--brands .tgk-hero-signature::before,
.tgk-view--brands .tgk-hero-signature::after {
  position: absolute;
  inset: 17%;
  border: 1px solid currentColor;
  border-radius: inherit;
  content: "";
}

.tgk-view--brands .tgk-hero-signature::after { inset: 34%; }

.tgk-view--brands .tgk-hero-signature i {
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background: currentColor;
}

.tgk-view--brands .tgk-hero-signature i:nth-child(1) { top: 5%; left: 48%; }
.tgk-view--brands .tgk-hero-signature i:nth-child(2) { top: 30%; right: 8%; }
.tgk-view--brands .tgk-hero-signature i:nth-child(3) { right: 20%; bottom: 14%; }
.tgk-view--brands .tgk-hero-signature i:nth-child(4) { bottom: 9%; left: 24%; }
.tgk-view--brands .tgk-hero-signature i:nth-child(5) { top: 34%; left: 5%; }

/* Products: a tactile catalogue with a tall product window. */
.tgk-view--products .tgk-internal-hero {
  background:
    linear-gradient(90deg, var(--ui-surface-raised) 0 50%, color-mix(in srgb, var(--ui-accent) 9%, var(--ui-surface)) 50%),
    var(--ui-surface);
}

.tgk-view--products .tgk-internal-hero__copy { grid-column: 1 / span 6; }
.tgk-view--products .tgk-hero-dossier {
  grid-column: 7 / -1;
  border-radius: .75rem 6rem .75rem .75rem;
  transform: rotate(1deg);
}

[dir="rtl"] .tgk-view--products .tgk-hero-dossier {
  border-radius: 6rem .75rem .75rem .75rem;
  transform: rotate(-1deg);
}

.tgk-view--products .tgk-hero-dossier::before { display: none; }
.tgk-view--products .tgk-hero-dossier__monogram { min-height: clamp(19rem, 30vw, 28rem); }

.tgk-view--products .tgk-hero-signature {
  inset-block: 17% 12%;
  inset-inline-end: 0;
  width: 48%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  opacity: .18;
}

.tgk-view--products .tgk-hero-signature i {
  position: static;
  border: 1px solid currentColor;
  border-radius: 999px 999px .6rem .6rem;
}

.tgk-view--products .tgk-hero-signature i:nth-child(4),
.tgk-view--products .tgk-hero-signature i:nth-child(5) { transform: translateY(2rem); }

/* Export: outbound route theatre. */
.tgk-view--export .tgk-internal-hero {
  --hero-ink: #f5f4ed;
  --hero-muted: #bbc8bf;
  background: linear-gradient(115deg, #07150e 0 48%, #123624 48% 100%);
  color: var(--hero-ink);
}

.tgk-view--export .tgk-internal-hero :is(.tgk-breadcrumbs, .tgk-breadcrumbs a, .tgk-internal-hero__copy h1) { color: var(--hero-ink) !important; }
.tgk-view--export .tgk-internal-hero__copy > p { color: var(--hero-muted) !important; }
.tgk-view--export .tgk-internal-hero__copy { grid-column: 1 / span 7; border-inline-start: 0; padding-inline-start: 0; }
.tgk-view--export .tgk-hero-dossier {
  grid-column: 8 / -1;
  border-color: rgba(255,255,255,.24);
  border-radius: 0 0 8rem 0;
  background: rgba(8, 24, 16, .68);
}

[dir="rtl"] .tgk-view--export .tgk-hero-dossier { border-radius: 0 0 0 8rem; }
.tgk-view--export .tgk-hero-dossier::before { display: none; }

.tgk-view--export .tgk-hero-signature {
  inset-block: 22% auto;
  inset-inline: 28% 3%;
  width: auto;
  height: 40%;
  border-block-start: 2px dashed currentColor;
  border-radius: 50%;
  transform: rotate(-8deg);
  opacity: .45;
}

.tgk-view--export .tgk-hero-signature i {
  top: -.5rem;
  width: 1rem;
  height: 1rem;
  border: 3px solid #123624;
  border-radius: 50%;
  background: currentColor;
}

.tgk-view--export .tgk-hero-signature i:nth-child(1) { left: 4%; }
.tgk-view--export .tgk-hero-signature i:nth-child(2) { left: 28%; }
.tgk-view--export .tgk-hero-signature i:nth-child(3) { left: 51%; }
.tgk-view--export .tgk-hero-signature i:nth-child(4) { left: 74%; }
.tgk-view--export .tgk-hero-signature i:nth-child(5) { right: 2%; }

/* Import: reverse composition and a sequence of inward gates. */
.tgk-view--import .tgk-internal-hero {
  background: linear-gradient(138deg, var(--ui-surface) 0 52%, color-mix(in srgb, var(--ui-primary) 10%, var(--ui-surface-raised)) 52%);
}

.tgk-view--import .tgk-internal-hero__copy {
  grid-column: 7 / -1;
  grid-row: 1;
  padding-inline-start: clamp(1rem, 4vw, 4rem);
}

.tgk-view--import .tgk-hero-dossier {
  grid-column: 1 / span 6;
  grid-row: 1;
  border-radius: 6rem 0 0 0;
  box-shadow: none;
}

[dir="rtl"] .tgk-view--import .tgk-hero-dossier { border-radius: 0 6rem 0 0; }
.tgk-view--import .tgk-hero-dossier::before { inset: -1rem 1rem 1rem -1rem; }

.tgk-view--import .tgk-hero-signature {
  inset-block: 14% 12%;
  inset-inline-start: 2%;
  width: 43%;
  opacity: .28;
}

.tgk-view--import .tgk-hero-signature i {
  inset-block: calc(var(--gate, 0) * 8%);
  inset-inline: calc(var(--gate, 0) * 7%);
  border: 1px solid currentColor;
  border-block-end: 0;
}

.tgk-view--import .tgk-hero-signature i:nth-child(1) { --gate: 0; }
.tgk-view--import .tgk-hero-signature i:nth-child(2) { --gate: 1; }
.tgk-view--import .tgk-hero-signature i:nth-child(3) { --gate: 2; }
.tgk-view--import .tgk-hero-signature i:nth-child(4) { --gate: 3; }
.tgk-view--import .tgk-hero-signature i:nth-child(5) { --gate: 4; }

/* Logistics: a wide corridor, with the dossier behaving like a route manifest. */
.tgk-view--logistics .tgk-internal-hero {
  background: linear-gradient(180deg, var(--ui-surface-raised) 0 72%, color-mix(in srgb, var(--ui-primary) 12%, var(--ui-surface)) 72%);
}

.tgk-view--logistics .tgk-internal-hero__copy {
  grid-column: 1 / span 7;
  grid-row: 1;
  align-self: end;
}

.tgk-view--logistics .tgk-internal-hero__copy h1 { max-width: 15ch; }
.tgk-view--logistics .tgk-hero-dossier {
  grid-column: 8 / -1;
  grid-row: 1;
  display: block;
  margin-block-start: 0;
  border-radius: .4rem;
  border-block-start: 4px solid var(--hero-accent);
}

.tgk-view--logistics .tgk-hero-dossier::before { display: none; }
.tgk-view--logistics .tgk-hero-dossier__monogram,
.tgk-view--logistics .tgk-hero-dossier__media { min-height: 16rem; border-inline-end: 0; }

.tgk-view--logistics .tgk-hero-signature {
  inset: auto 0 8%;
  width: 100%;
  height: 28%;
  opacity: .2;
}

.tgk-view--logistics .tgk-hero-signature i {
  inset-inline: 0;
  height: 1px;
  background: currentColor;
}

.tgk-view--logistics .tgk-hero-signature i:nth-child(1) { top: 0; }
.tgk-view--logistics .tgk-hero-signature i:nth-child(2) { top: 25%; }
.tgk-view--logistics .tgk-hero-signature i:nth-child(3) { top: 50%; }
.tgk-view--logistics .tgk-hero-signature i:nth-child(4) { top: 75%; }
.tgk-view--logistics .tgk-hero-signature i:nth-child(5) { top: 100%; }

/* Customs: a formal document field with a visible seal. */
.tgk-view--customs-clearance .tgk-internal-hero {
  background:
    repeating-linear-gradient(0deg, transparent 0 47px, color-mix(in srgb, var(--ui-border) 55%, transparent) 48px),
    var(--ui-surface-raised);
}

.tgk-view--customs-clearance .tgk-internal-hero__copy { grid-column: 1 / span 7; }
.tgk-view--customs-clearance .tgk-hero-dossier {
  grid-column: 9 / -1;
  border: 2px solid var(--hero-line);
  border-radius: .25rem;
  box-shadow: .85rem .85rem 0 color-mix(in srgb, var(--hero-accent) 22%, transparent);
}
.tgk-view--customs-clearance .tgk-hero-dossier::before { display: none; }

.tgk-view--customs-clearance .tgk-hero-signature {
  inset-block: auto 8%;
  inset-inline-end: 6%;
  width: 13rem;
  aspect-ratio: 1;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: .28;
  transform: rotate(-9deg);
}

.tgk-view--customs-clearance .tgk-hero-signature::before,
.tgk-view--customs-clearance .tgk-hero-signature::after {
  position: absolute;
  inset: 12%;
  border: 1px dashed currentColor;
  border-radius: inherit;
  content: "";
}
.tgk-view--customs-clearance .tgk-hero-signature::after { inset: 37%; background: currentColor; opacity: .16; }

/* Money transfer: restrained ledger and verification rings. */
.tgk-view--money-transfer .tgk-internal-hero {
  background: linear-gradient(120deg, color-mix(in srgb, var(--ui-dark) 94%, #173d2a) 0 44%, var(--ui-surface-raised) 44%);
}

.tgk-view--money-transfer .tgk-internal-hero__copy { grid-column: 1 / span 7; }
.tgk-view--money-transfer .tgk-internal-hero__copy h1 { max-width: 12ch; }
.tgk-view--money-transfer .tgk-hero-dossier {
  grid-column: 9 / -1;
  border-radius: 50% 50% .7rem .7rem;
  box-shadow: none;
}
.tgk-view--money-transfer .tgk-hero-dossier::before { display: none; }
.tgk-view--money-transfer .tgk-hero-dossier__monogram { border-radius: 50% 50% 0 0; }

.tgk-view--money-transfer .tgk-hero-signature {
  inset-block: 18% 10%;
  inset-inline-end: 3%;
  width: 45%;
  border: 1px solid currentColor;
  opacity: .24;
}
.tgk-view--money-transfer .tgk-hero-signature i {
  inset-inline: 8%;
  height: 1px;
  background: currentColor;
}
.tgk-view--money-transfer .tgk-hero-signature i:nth-child(1) { top: 14%; }
.tgk-view--money-transfer .tgk-hero-signature i:nth-child(2) { top: 32%; }
.tgk-view--money-transfer .tgk-hero-signature i:nth-child(3) { top: 50%; }
.tgk-view--money-transfer .tgk-hero-signature i:nth-child(4) { top: 68%; }
.tgk-view--money-transfer .tgk-hero-signature i:nth-child(5) { top: 86%; }

/* Production: the map panel leads, copy follows. */
.tgk-view--production-network .tgk-internal-hero {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--ui-primary) 14%, var(--ui-surface)) 0 47%, var(--ui-surface-raised) 47%);
}
.tgk-view--production-network .tgk-internal-hero__copy {
  grid-column: 7 / -1;
  grid-row: 1;
  padding-inline-start: clamp(1rem, 4vw, 4rem);
}
.tgk-view--production-network .tgk-hero-dossier {
  grid-column: 1 / span 6;
  grid-row: 1;
  transform: none;
  border-radius: .5rem;
}
.tgk-view--production-network .tgk-hero-dossier::before { inset: 1rem -1rem -1rem 1rem; }
[dir="rtl"] .tgk-view--production-network .tgk-hero-dossier::before { inset: 1rem 1rem -1rem -1rem; }

.tgk-view--production-network .tgk-hero-signature {
  inset-block: 12%;
  inset-inline-start: 0;
  width: 48%;
  background-image: linear-gradient(currentColor 1px, transparent 1px), linear-gradient(90deg, currentColor 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .16;
}
.tgk-view--production-network .tgk-hero-signature i {
  width: .95rem;
  height: .95rem;
  border: 3px solid var(--ui-surface-raised);
  border-radius: 50% 50% 50% 0;
  background: currentColor;
  transform: rotate(-45deg);
}
.tgk-view--production-network .tgk-hero-signature i:nth-child(1) { top: 18%; left: 58%; }
.tgk-view--production-network .tgk-hero-signature i:nth-child(2) { top: 42%; left: 30%; }
.tgk-view--production-network .tgk-hero-signature i:nth-child(3) { top: 57%; left: 68%; }
.tgk-view--production-network .tgk-hero-signature i:nth-child(4) { top: 74%; left: 44%; }
.tgk-view--production-network .tgk-hero-signature i:nth-child(5) { display: none; }

/* Global presence: a focused atlas with latitude/longitude rings. */
.tgk-view--global-presence .tgk-internal-hero {
  --hero-ink: #f4f5ef;
  --hero-muted: #bac7be;
  background: radial-gradient(circle at 78% 44%, #1e4a34 0, #0d2b1d 30%, #07140e 68%);
  color: var(--hero-ink);
}
.tgk-view--global-presence .tgk-internal-hero :is(.tgk-breadcrumbs, .tgk-breadcrumbs a, .tgk-internal-hero__copy h1) { color: var(--hero-ink) !important; }
.tgk-view--global-presence .tgk-internal-hero__copy > p { color: var(--hero-muted) !important; }
.tgk-view--global-presence .tgk-internal-hero__copy { grid-column: 1 / span 7; }
.tgk-view--global-presence .tgk-hero-dossier {
  grid-column: 8 / -1;
  border-radius: 50%;
  background: rgba(7, 22, 14, .66);
  box-shadow: none;
}
.tgk-view--global-presence .tgk-hero-dossier::before { display: none; }
.tgk-view--global-presence .tgk-hero-dossier__head { padding-inline: 15%; }
.tgk-view--global-presence .tgk-hero-dossier__monogram { min-height: 18rem; border-radius: 50% 50% 0 0; }
.tgk-view--global-presence .tgk-hero-dossier__facts { padding-inline: 7%; padding-block-end: 2rem; }

.tgk-view--global-presence .tgk-hero-signature {
  inset-block: 8%;
  inset-inline-end: 0;
  width: min(52vw, 44rem);
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .22;
}
.tgk-view--global-presence .tgk-hero-signature::before,
.tgk-view--global-presence .tgk-hero-signature::after {
  position: absolute;
  inset: 0 28%;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}
.tgk-view--global-presence .tgk-hero-signature::after { inset: 28% 0; }
.tgk-view--global-presence .tgk-hero-signature i { inset-inline: 4%; height: 1px; background: currentColor; }
.tgk-view--global-presence .tgk-hero-signature i:nth-child(1) { top: 25%; }
.tgk-view--global-presence .tgk-hero-signature i:nth-child(2) { top: 50%; }
.tgk-view--global-presence .tgk-hero-signature i:nth-child(3) { top: 75%; }
.tgk-view--global-presence .tgk-hero-signature i:nth-child(n+4) { display: none; }

/* Achievements: ceremonial, centered and vertical. */
.tgk-view--achievements .tgk-internal-hero {
  background: radial-gradient(circle at 50% 24%, color-mix(in srgb, var(--ui-accent) 18%, transparent), transparent 34%), var(--ui-surface-raised);
  text-align: center;
}
.tgk-view--achievements .tgk-internal-hero__copy { grid-column: 2 / 12; }
.tgk-view--achievements .tgk-internal-hero__copy :is(h1, p) { margin-inline: auto; }
.tgk-view--achievements .tgk-internal-hero__copy h1 { max-width: 16ch; }
.tgk-view--achievements .tgk-internal-hero__actions { justify-content: center; }
.tgk-view--achievements .tgk-hero-dossier {
  grid-column: 4 / 10;
  margin-block-start: 2.5rem;
  border: 0;
  border-block: 1px solid var(--hero-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.tgk-view--achievements .tgk-hero-dossier::before,
.tgk-view--achievements .tgk-hero-dossier__head { display: none; }
.tgk-view--achievements .tgk-hero-dossier__monogram { min-height: 13rem; background: transparent; color: var(--hero-ink); }
.tgk-view--achievements .tgk-hero-dossier__facts { border-block-start: 1px solid var(--hero-line); }

.tgk-view--achievements .tgk-hero-signature {
  inset: 10% auto auto 50%;
  width: 22rem;
  aspect-ratio: 1;
  transform: translateX(-50%);
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .18;
}
.tgk-view--achievements .tgk-hero-signature::before,
.tgk-view--achievements .tgk-hero-signature::after {
  position: absolute;
  inset: -15%;
  border: 1px dashed currentColor;
  border-radius: inherit;
  content: "";
}
.tgk-view--achievements .tgk-hero-signature::after { inset: 22%; border-style: solid; }

/* Contact: open, direct and conversation-led. */
.tgk-view--contact .tgk-internal-hero {
  background: linear-gradient(105deg, var(--ui-surface-raised) 0 58%, color-mix(in srgb, var(--ui-primary) 16%, var(--ui-surface)) 58%);
}
.tgk-view--contact .tgk-internal-hero__copy { grid-column: 1 / span 7; }
.tgk-view--contact .tgk-hero-dossier {
  grid-column: 8 / -1;
  border: 0;
  border-radius: 4rem 4rem 4rem .4rem;
  background: var(--ui-primary);
  color: var(--ui-on-primary);
  box-shadow: none;
}
[dir="rtl"] .tgk-view--contact .tgk-hero-dossier { border-radius: 4rem 4rem .4rem 4rem; }
.tgk-view--contact .tgk-hero-dossier::before { display: none; }
.tgk-view--contact .tgk-hero-dossier :is(dt, dd, .tgk-hero-dossier__head, .tgk-hero-dossier__head strong) { color: var(--ui-on-primary); }
.tgk-view--contact .tgk-hero-dossier__facts div + div { border-color: color-mix(in srgb, var(--ui-on-primary) 20%, transparent); }

.tgk-view--contact .tgk-hero-signature {
  inset-block: 16% 14%;
  inset-inline-end: 3%;
  width: 43%;
  border: 1px solid currentColor;
  border-radius: 4rem 4rem 4rem .5rem;
  opacity: .18;
}
[dir="rtl"] .tgk-view--contact .tgk-hero-signature { border-radius: 4rem 4rem .5rem 4rem; }
.tgk-view--contact .tgk-hero-signature i { width: .7rem; height: .7rem; border-radius: 50%; background: currentColor; }
.tgk-view--contact .tgk-hero-signature i:nth-child(1) { top: 20%; left: 18%; }
.tgk-view--contact .tgk-hero-signature i:nth-child(2) { top: 20%; left: 28%; }
.tgk-view--contact .tgk-hero-signature i:nth-child(3) { top: 20%; left: 38%; }
.tgk-view--contact .tgk-hero-signature i:nth-child(n+4) { display: none; }

/* Business services: a modular command board. */
.tgk-view--business-services .tgk-internal-hero {
  background:
    linear-gradient(var(--ui-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--ui-border) 1px, transparent 1px),
    var(--ui-surface-raised);
  background-size: 72px 72px;
}
.tgk-view--business-services .tgk-internal-hero__copy { grid-column: 1 / span 7; grid-row: 1; }
.tgk-view--business-services .tgk-hero-dossier {
  grid-column: 8 / -1;
  grid-row: 1;
  transform: translateY(1.5rem);
  border-radius: .4rem;
  box-shadow: 1rem 1rem 0 color-mix(in srgb, var(--ui-primary) 15%, transparent);
}
.tgk-view--business-services .tgk-hero-dossier::before { display: none; }
.tgk-view--business-services .tgk-hero-signature {
  inset-block: 18% 9%;
  inset-inline-end: 4%;
  width: 44%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  opacity: .2;
}
.tgk-view--business-services .tgk-hero-signature i { position: static; border: 1px solid currentColor; }
.tgk-view--business-services .tgk-hero-signature i:last-child { grid-column: 1 / -1; }

@media (min-width: 1024px) {
  .tgk-view .tgk-internal-hero__stage,
  .tgk-view--brands .tgk-internal-hero__stage {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1023px) {
  .tgk-view .tgk-internal-hero {
    padding-block: 7rem 4.5rem;
  }

  .tgk-view .tgk-internal-hero__stage,
  .tgk-view--brands .tgk-internal-hero__stage {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 2.25rem;
  }

  .tgk-view .tgk-internal-hero__stage > * {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .tgk-view .tgk-internal-hero__copy {
    padding-inline: 0;
  }

  .tgk-view .tgk-hero-dossier {
    width: min(100%, 42rem);
    max-width: none;
    margin-inline: auto;
    transform: none;
  }

  .tgk-view--brands .tgk-hero-dossier,
  .tgk-view--logistics .tgk-hero-dossier {
    grid-template-columns: minmax(12rem, .75fr) minmax(0, 1.25fr);
  }

  .tgk-view--global-presence .tgk-hero-dossier {
    border-radius: 2rem;
  }

  .tgk-view--achievements .tgk-hero-dossier {
    margin-block-start: 0;
  }

  .tgk-hero-signature {
    opacity: .12 !important;
  }
}

@media (max-width: 640px) {
  .tgk-view .tgk-internal-hero {
    padding-block: 6.5rem 3.5rem;
    background-size: auto !important;
  }

  .tgk-view .tgk-internal-hero__stage {
    gap: 1.75rem;
  }

  .tgk-view .tgk-internal-hero__copy h1,
  [dir="rtl"] .tgk-view .tgk-internal-hero__copy h1 {
    max-width: none;
    font-size: clamp(2.15rem, 10vw, 3.25rem) !important;
    line-height: 1.12 !important;
  }

  .tgk-view .tgk-internal-hero__copy > p {
    margin-block-start: 1.15rem;
    font-size: 1rem;
    line-height: 1.75;
  }

  .tgk-view .tgk-internal-hero__registry {
    margin-block-end: 1.5rem;
  }

  .tgk-view .tgk-internal-hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .tgk-view .tgk-internal-hero__actions .tgk-button {
    width: 100%;
  }

  .tgk-view .tgk-hero-dossier,
  .tgk-view--brands .tgk-hero-dossier,
  .tgk-view--logistics .tgk-hero-dossier {
    display: block;
    width: 100%;
    margin-block-start: 0;
    border-radius: 1rem;
  }

  .tgk-view .tgk-hero-dossier__monogram,
  .tgk-view .tgk-hero-dossier__media,
  .tgk-view--brands .tgk-hero-dossier__monogram,
  .tgk-view--logistics .tgk-hero-dossier__monogram {
    min-height: 13rem;
    border-inline-end: 0;
  }

  .tgk-view .tgk-hero-dossier__facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .tgk-view .tgk-hero-dossier__facts div + div {
    border-block-start: 1px solid var(--hero-line);
    border-inline-start: 0;
  }

  .tgk-view--brands .tgk-internal-hero__copy,
  .tgk-view--achievements .tgk-internal-hero__copy {
    text-align: start;
  }

  .tgk-view--brands .tgk-internal-hero__copy :is(h1, p),
  .tgk-view--achievements .tgk-internal-hero__copy :is(h1, p) {
    margin-inline: 0;
  }

  .tgk-view--brands .tgk-internal-hero__actions,
  .tgk-view--achievements .tgk-internal-hero__actions {
    justify-content: stretch;
  }

  .tgk-view--about .tgk-hero-dossier,
  .tgk-view--about .tgk-hero-dossier__monogram,
  .tgk-view--money-transfer .tgk-hero-dossier,
  .tgk-view--money-transfer .tgk-hero-dossier__monogram,
  .tgk-view--contact .tgk-hero-dossier {
    border-radius: 1rem;
  }

  .tgk-hero-signature {
    width: 72% !important;
    inset-inline-end: -20% !important;
    opacity: .09 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tgk-view .tgk-hero-signature,
  .tgk-view .tgk-hero-signature *,
  .tgk-view .tgk-hero-dossier {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

/* ================================================================
   Trade capability pages — export control room / import dossier
   ================================================================ */

.tgk-trade-nav {
  position: sticky;
  inset-block-start: 4.5rem;
  z-index: 28;
  border-block: 1px solid var(--trade-nav-line);
  background: color-mix(in srgb, var(--trade-nav-bg) 92%, transparent);
  box-shadow: 0 1rem 2.5rem color-mix(in srgb, var(--trade-nav-shadow) 10%, transparent);
  backdrop-filter: blur(20px) saturate(140%);
}

.tgk-trade-nav--export {
  --trade-nav-bg: #0d2418;
  --trade-nav-line: rgba(238, 222, 177, .18);
  --trade-nav-text: #f4f0e7;
  --trade-nav-muted: #b6c5bb;
  --trade-nav-accent: #d7b86f;
  --trade-nav-shadow: #020b06;
}

.tgk-trade-nav--import {
  --trade-nav-bg: var(--import-surface);
  --trade-nav-line: var(--import-border);
  --trade-nav-text: var(--import-text);
  --trade-nav-muted: var(--import-muted);
  --trade-nav-accent: var(--import-copper, #95643c);
  --trade-nav-shadow: var(--import-text);
}

.tgk-trade-nav__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow-x: auto;
  scrollbar-width: none;
}

.tgk-trade-nav__track::-webkit-scrollbar { display: none; }

.tgk-trade-nav__track a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 3.85rem;
  align-items: center;
  gap: .7rem;
  padding-inline: clamp(.75rem, 1.6vw, 1.4rem);
  border-inline-end: 1px solid var(--trade-nav-line);
  color: var(--trade-nav-text);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease;
}

.tgk-trade-nav__track a:first-child { border-inline-start: 1px solid var(--trade-nav-line); }
.tgk-trade-nav__track a::after {
  position: absolute;
  inset-inline: 0;
  inset-block-end: -1px;
  height: 2px;
  background: var(--trade-nav-accent);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.tgk-trade-nav__track a span {
  color: var(--trade-nav-accent);
  font-size: .62rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: .12em;
}

.tgk-trade-nav__track a:hover,
.tgk-trade-nav__track a:focus-visible { background: color-mix(in srgb, var(--trade-nav-accent) 8%, transparent); }
.tgk-trade-nav__track a:hover::after,
.tgk-trade-nav__track a:focus-visible::after { transform: scaleX(1); }

.tgk-export-page--v320 > section[id],
.tgk-import-page--v321 > section[id] { scroll-margin-block-start: 9.25rem; }

/* Export — outbound movement, control surfaces and connected markets. */
.tgk-export-page--v320 {
  --export-bg: #f4f0e7;
  --export-surface: #fbf8f1;
  --export-surface-strong: #fffdf9;
  --export-text: #142019;
  --export-muted: #58675e;
  --export-border: rgba(20, 32, 25, .15);
  --export-border-strong: rgba(138, 100, 39, .5);
  --export-gold: #87601e;
  --export-gold-bright: #d8ba72;
  --export-gold-soft: #eadfc4;
  --export-green: #143c2a;
  --export-green-strong: #092318;
  --export-on-green: #f9f6ef;
  --export-shadow: 0 2rem 5rem rgba(9, 35, 24, .12);
  background: var(--export-bg);
}

html[data-theme="dark"] .tgk-export-page--v320 {
  --export-bg: #07100b;
  --export-surface: #0e1a13;
  --export-surface-strong: #122219;
  --export-text: #f4f2eb;
  --export-muted: #b3beb6;
  --export-border: rgba(244, 242, 235, .14);
  --export-border-strong: rgba(219, 184, 110, .5);
  --export-gold: #ddb96e;
  --export-gold-bright: #e8c980;
  --export-gold-soft: rgba(221, 185, 110, .12);
  --export-green: #d9bc77;
  --export-green-strong: #0a1710;
  --export-on-green: #f4f2eb;
}

.tgk-view--export .tgk-internal-hero {
  min-height: min(56rem, 92svh);
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 78% 22%, rgba(216, 186, 114, .16), transparent 24rem),
    linear-gradient(112deg, #06120c 0 56%, #103422 56% 100%);
}

.tgk-view--export .tgk-internal-hero__copy h1 { max-width: 12ch; font-size: clamp(3.8rem, 7.2vw, 7.7rem); line-height: .92 !important; }
[dir="rtl"] .tgk-view--export .tgk-internal-hero__copy h1 { line-height: 1.12 !important; }
.tgk-view--export .tgk-internal-hero__copy > p { max-width: 42rem; font-size: clamp(1rem, 1.3vw, 1.16rem); }
.tgk-view--export .tgk-hero-dossier {
  overflow: hidden;
  border-color: rgba(255, 255, 255, .2);
  background: rgba(5, 20, 12, .84);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, .3);
}
.tgk-view--export .tgk-hero-dossier__head { border-color: rgba(255, 255, 255, .14); }
.tgk-view--export .tgk-hero-dossier__facts div + div { border-color: rgba(255, 255, 255, .14); }

.tgk-export-command {
  overflow: hidden;
  padding-block: clamp(5rem, 9vw, 9rem);
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), var(--export-border) 50%, transparent calc(50% + .5px)),
    var(--export-bg) !important;
}
.tgk-export-command::before {
  position: absolute;
  inset-block-start: clamp(2.5rem, 6vw, 5.5rem);
  inset-inline-end: max(1rem, calc((100vw - var(--tgk-container)) / 2));
  width: clamp(7rem, 16vw, 15rem);
  aspect-ratio: 1;
  border: 1px solid var(--export-border);
  border-radius: 50%;
  content: "";
  opacity: .55;
  box-shadow: inset 0 0 0 1.5rem var(--export-bg), inset 0 0 0 calc(1.5rem + 1px) var(--export-border);
}
.tgk-export-command__head { position: relative; z-index: 1; grid-template-columns: minmax(18rem, .78fr) minmax(0, 1.22fr); align-items: start; }
.tgk-export-command__head h2 { max-width: 11ch; }
.tgk-export-command__head > p { padding-block-start: .4rem; font-size: clamp(1rem, 1.3vw, 1.12rem); }
.tgk-export-command__metrics {
  position: relative;
  z-index: 1;
  gap: 1px;
  border: 1px solid var(--export-border);
  background: var(--export-border);
}
.tgk-export-command__metrics article {
  min-height: 14rem;
  justify-content: flex-end;
  border: 0;
  background: var(--export-surface);
}
.tgk-export-command__metrics article:first-child { background: var(--export-green-strong); }
.tgk-export-command__metrics article:first-child :is(span, small) { color: rgba(249, 246, 239, .72); }
.tgk-export-command__metrics article:first-child strong { color: var(--export-gold-bright); }
.tgk-export-command__metrics strong { margin-block: auto .55rem; }

.tgk-export-portfolio {
  overflow: hidden;
  padding-block: clamp(5rem, 9vw, 9rem);
  background: var(--export-surface) !important;
}
.tgk-export-portfolio::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--export-border) 1px, transparent 1px), linear-gradient(90deg, var(--export-border) 1px, transparent 1px);
  background-size: 5rem 5rem;
  content: "";
  opacity: .22;
  pointer-events: none;
}
.tgk-export-portfolio .tgk-container { position: relative; }
.tgk-export-section-head { grid-template-columns: minmax(0, 1fr) auto; }
.tgk-export-section-head h2 { max-width: 13ch; }
.tgk-export-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  border: 0;
}
.tgk-export-capability {
  position: relative;
  grid-column: span 3;
  min-height: 27rem;
  overflow: hidden;
  border: 1px solid var(--export-border);
  border-radius: 1.25rem;
  background: color-mix(in srgb, var(--export-surface-strong) 94%, transparent);
  box-shadow: 0 1.2rem 3rem rgba(12, 36, 25, .05);
}
.tgk-export-capability::after {
  position: absolute;
  inset-inline: 1.5rem;
  inset-block-end: 0;
  height: .22rem;
  background: var(--export-gold);
  content: "";
  transform: scaleX(.24);
  transform-origin: start;
  transition: transform 240ms ease;
}
.tgk-export-capability:first-child { grid-column: span 5; background: var(--export-green-strong); }
.tgk-export-capability:nth-child(2) { grid-column: span 7; }
.tgk-export-capability:nth-child(3),
.tgk-export-capability:nth-child(4) { grid-column: span 6; min-height: 23rem; }
.tgk-export-capability:first-child :is(h3, p) { color: var(--export-on-green); }
.tgk-export-capability:first-child p { color: color-mix(in srgb, var(--export-on-green) 74%, transparent); }
.tgk-export-capability__icon { border-radius: 50%; }
.tgk-export-capability h3 { max-width: 15ch; }
.tgk-export-capability p { max-width: 43rem; font-size: .94rem; }

.tgk-export-process {
  isolation: isolate;
  overflow: clip;
  padding-block: clamp(5rem, 10vw, 10rem);
  background:
    radial-gradient(circle at 12% 20%, rgba(216, 186, 114, .12), transparent 23rem),
    var(--export-green-strong) !important;
}
.tgk-export-process::after {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 7%;
  width: 1px;
  background: rgba(255, 255, 255, .1);
  content: "";
  box-shadow: 7rem 0 rgba(255, 255, 255, .06), -7rem 0 rgba(255, 255, 255, .06);
  z-index: -1;
}
.tgk-export-process__layout { grid-template-columns: minmax(18rem, .76fr) minmax(0, 1.24fr); }
.tgk-export-process__intro h2 { max-width: 10ch; }
.tgk-export-process__links a { min-height: 3rem; border-radius: 999px; }
.tgk-export-process__steps { position: relative; border: 0; }
.tgk-export-process__steps::before {
  position: absolute;
  inset-block: 1.7rem;
  inset-inline-start: 1.55rem;
  width: 1px;
  background: color-mix(in srgb, var(--export-gold-bright) 48%, transparent);
  content: "";
}
.tgk-export-process__steps li {
  position: relative;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  min-height: 9.25rem;
  align-items: center;
  padding: 1.3rem 1.5rem 1.3rem 0;
  border-block-end: 1px solid rgba(255, 255, 255, .14);
}
[dir="rtl"] .tgk-export-process__steps li { padding-inline: 0 1.5rem; }
.tgk-export-process__steps li > span {
  z-index: 1;
  display: grid;
  width: 3.1rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--export-gold-bright) 50%, transparent);
  border-radius: 50%;
  background: var(--export-green-strong);
}

.tgk-export-markets {
  padding-block: clamp(5rem, 9vw, 9rem);
  background: var(--export-bg) !important;
}
.tgk-export-markets__rail {
  position: relative;
  gap: 1rem;
  border: 0;
  background: transparent;
}
.tgk-export-markets__rail::before {
  position: absolute;
  inset-inline: 8%;
  inset-block-start: 50%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--export-gold) 0 7px, transparent 7px 15px);
  content: "";
  opacity: .65;
}
.tgk-export-markets__rail article {
  position: relative;
  min-height: 18rem;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid var(--export-border);
  border-radius: 50% 50% .75rem .75rem;
  background: var(--export-surface);
  box-shadow: var(--export-shadow);
  z-index: 1;
}
.tgk-export-markets__rail article::before {
  position: absolute;
  inset: 1.2rem;
  border: 1px solid var(--export-border);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
.tgk-export-markets__route { position: relative; z-index: 2; background: var(--export-bg); }

.tgk-export-inquiry {
  padding-block: clamp(3rem, 6vw, 6rem) clamp(6rem, 10vw, 10rem);
  background: var(--export-bg) !important;
}
.tgk-export-inquiry__panel {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 1.5rem 8rem 1.5rem 1.5rem;
  background: var(--export-green-strong);
  color: var(--export-on-green);
  box-shadow: 0 2.5rem 6rem rgba(7, 30, 20, .22);
}
[dir="rtl"] .tgk-export-inquiry__panel { border-radius: 8rem 1.5rem 1.5rem 1.5rem; }
.tgk-export-inquiry__panel::before {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 24%;
  width: 1px;
  background: rgba(255, 255, 255, .12);
  content: "";
}
.tgk-export-inquiry__panel :is(h2, .tgk-eyebrow) { color: var(--export-on-green); }
.tgk-export-inquiry__panel .tgk-button--secondary { border-color: rgba(255, 255, 255, .32); color: var(--export-on-green); }

/* Import — calm authority, paperwork rhythm and inbound checkpoints. */
.tgk-import-page--v321 {
  --import-bg: #f1eee7;
  --import-surface: #fbfaf6;
  --import-surface-strong: #e8e6df;
  --import-text: #18211d;
  --import-muted: #59655f;
  --import-border: rgba(24, 33, 29, .15);
  --import-border-strong: rgba(24, 33, 29, .34);
  --import-green: #285143;
  --import-green-strong: #183c31;
  --import-copper: #8a5b35;
  --import-copper-soft: #eadbcd;
  --import-gold: #805a32;
  --import-gold-soft: rgba(138, 91, 53, .12);
  --import-on-green: #f8f6f0;
  --import-shadow: 0 1.8rem 5rem rgba(35, 48, 41, .1);
}
html[data-theme="dark"] .tgk-import-page--v321 {
  --import-bg: #0a110e;
  --import-surface: #111b16;
  --import-surface-strong: #17231d;
  --import-text: #f1f3ef;
  --import-muted: #b2bbb5;
  --import-border: rgba(241, 243, 239, .14);
  --import-border-strong: rgba(203, 156, 112, .45);
  --import-green: #a8c3b7;
  --import-green-strong: #10251d;
  --import-copper: #d29a68;
  --import-copper-soft: rgba(210, 154, 104, .13);
  --import-gold: #d29a68;
  --import-gold-soft: rgba(210, 154, 104, .12);
  --import-on-green: #f1f3ef;
}

.tgk-view--import .tgk-internal-hero {
  min-height: min(54rem, 88svh);
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, transparent 49.9%, color-mix(in srgb, var(--ui-border) 75%, transparent) 50%, transparent 50.1%),
    linear-gradient(138deg, var(--ui-surface) 0 54%, color-mix(in srgb, var(--ui-primary) 12%, var(--ui-surface-raised)) 54%);
}
.tgk-view--import .tgk-internal-hero__copy h1 { max-width: 12ch; font-size: clamp(3.6rem, 6.6vw, 7rem); line-height: .95 !important; }
[dir="rtl"] .tgk-view--import .tgk-internal-hero__copy h1 { line-height: 1.14 !important; }
.tgk-view--import .tgk-hero-dossier { overflow: hidden; box-shadow: 1.2rem 1.2rem 0 color-mix(in srgb, var(--ui-primary) 9%, transparent); }
[dir="rtl"] .tgk-view--import .tgk-hero-dossier { box-shadow: -1.2rem 1.2rem 0 color-mix(in srgb, var(--ui-primary) 9%, transparent); }

.tgk-import-overview {
  overflow: hidden;
  padding-block: clamp(5rem, 9vw, 9rem);
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), var(--import-border) 50%, transparent calc(50% + .5px)),
    var(--import-bg) !important;
}
.tgk-import-overview__layout { grid-template-columns: minmax(0, 1.15fr) minmax(21rem, .85fr); align-items: center; }
.tgk-import-overview__copy { position: relative; }
.tgk-import-overview__copy::before {
  display: block;
  width: 4.5rem;
  height: .35rem;
  margin-block-end: 1.5rem;
  background: var(--import-copper);
  content: "";
}
.tgk-import-overview__copy h2 { max-width: 12ch; }
.tgk-import-overview__dossier {
  position: relative;
  display: block;
  padding: 1.25rem;
  border: 1px solid var(--import-border);
  border-radius: .4rem;
  background: var(--import-surface);
  box-shadow: var(--import-shadow);
}
.tgk-import-overview__dossier::before,
.tgk-import-overview__dossier::after {
  position: absolute;
  inset-inline-end: 1.1rem;
  inset-block-start: 0;
  width: 2.5rem;
  height: .65rem;
  background: var(--import-copper);
  content: "";
}
.tgk-import-overview__dossier::after { inset-inline-end: 4.1rem; width: .7rem; opacity: .48; }
.tgk-import-overview__dossier div,
.tgk-import-overview__dossier div:last-child {
  position: relative;
  min-height: 4.85rem;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  align-items: center;
  justify-content: initial;
  padding: .8rem .25rem;
  border: 0;
  border-block-end: 1px solid var(--import-border);
}
.tgk-import-overview__dossier div:last-child { border-block-end: 0; }
.tgk-import-overview__dossier div::after {
  position: absolute;
  inset-inline-start: 1.12rem;
  inset-block-end: -.2rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--import-copper);
  content: "";
}
.tgk-import-overview__dossier div:last-child::after { display: none; }
.tgk-import-overview__dossier strong { font-size: clamp(1rem, 1.4vw, 1.2rem); }

.tgk-import-capabilities {
  padding-block: clamp(5rem, 9vw, 9rem);
  background: var(--import-surface-strong) !important;
}
.tgk-import-section-head h2 { max-width: 13ch; }
.tgk-import-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .85rem;
  border: 0;
}
.tgk-import-capability {
  position: relative;
  grid-column: span 4;
  min-height: 21rem;
  border: 1px solid var(--import-border);
  border-radius: .35rem;
  background: var(--import-surface);
}
.tgk-import-capability:nth-child(1), .tgk-import-capability:nth-child(4) { grid-column: span 7; }
.tgk-import-capability:nth-child(2), .tgk-import-capability:nth-child(3) { grid-column: span 5; }
.tgk-import-capability:nth-child(n+4) { min-height: 19rem; }
.tgk-import-capability::before {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: .22rem;
  background: var(--import-copper);
  content: "";
  transform: scaleY(.18);
  transform-origin: top;
  transition: transform 220ms ease;
}
.tgk-import-capability__icon { border-radius: .2rem; background: var(--import-copper-soft); color: var(--import-copper); }
.tgk-import-capability h3 { max-width: 18ch; }

.tgk-import-workflow {
  isolation: isolate;
  overflow: clip;
  padding-block: clamp(5rem, 10vw, 10rem);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    var(--import-green-strong) !important;
  background-size: 8rem 100%;
}
.tgk-import-workflow__layout { grid-template-columns: minmax(18rem, .74fr) minmax(0, 1.26fr); }
.tgk-import-workflow__intro h2 { max-width: 10ch; }
.tgk-import-workflow__links a { min-height: 3rem; border-radius: .25rem; }
.tgk-import-workflow__steps { counter-reset: import-step; border: 0; }
.tgk-import-workflow__steps li {
  position: relative;
  grid-template-columns: 4rem minmax(0, 1fr);
  min-height: 10rem;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-block-end: 0;
  background: rgba(0, 0, 0, .08);
}
.tgk-import-workflow__steps li:last-child { border-block-end: 1px solid rgba(255, 255, 255, .16); }
.tgk-import-workflow__steps > li > span {
  display: grid;
  width: 2.8rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--import-copper) 60%, white);
  border-radius: .25rem;
}
.tgk-import-workflow__steps p { max-width: 47rem; }

.tgk-import-faq {
  padding-block: clamp(5rem, 9vw, 9rem);
  background: var(--import-bg) !important;
}
.tgk-import-faq__layout { grid-template-columns: minmax(16rem, .65fr) minmax(0, 1.35fr); }
.tgk-import-faq__head h2 { max-width: 9ch; }
.tgk-import-faq__list { border: 1px solid var(--import-border); background: var(--import-surface); box-shadow: var(--import-shadow); }
.tgk-import-faq__item { padding-inline: clamp(1rem, 2.5vw, 2rem); }
.tgk-import-faq__item:last-child { border-block-end: 0; }
.tgk-import-faq__item[open] { background: color-mix(in srgb, var(--import-copper) 6%, var(--import-surface)); }
.tgk-import-faq__item summary { min-height: 6rem; }
.tgk-import-faq__item summary .tgk-icon { color: var(--import-copper); }

.tgk-import-inquiry {
  padding-block: 0 clamp(6rem, 10vw, 10rem);
  background: var(--import-bg) !important;
}
.tgk-import-inquiry__panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--import-border-strong);
  border-radius: .35rem;
  background:
    linear-gradient(90deg, transparent 0 68%, color-mix(in srgb, var(--import-copper) 8%, transparent) 68%),
    var(--import-surface);
  box-shadow: var(--import-shadow);
}
.tgk-import-inquiry__panel::before {
  position: absolute;
  inset-inline-start: 0;
  inset-block: 0;
  width: .4rem;
  background: var(--import-copper);
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  .tgk-export-capability:hover::after { transform: scaleX(1); }
  .tgk-export-capability:hover { transform: translateY(-.35rem); }
  .tgk-import-capability:hover::before { transform: scaleY(1); }
  .tgk-import-capability:hover { transform: translateY(-.25rem); }
  .tgk-export-markets__rail article:hover { border-color: var(--export-border-strong); }
}

@media (max-width: 1023px) {
  .tgk-view--export .tgk-internal-hero,
  .tgk-view--import .tgk-internal-hero { min-height: auto; }
  .tgk-view--export .tgk-internal-hero__copy h1,
  .tgk-view--import .tgk-internal-hero__copy h1 { max-width: 13ch; }
  .tgk-export-command__head,
  .tgk-export-process__layout,
  .tgk-import-overview__layout,
  .tgk-import-workflow__layout,
  .tgk-import-faq__layout { grid-template-columns: minmax(0, 1fr); }
  .tgk-export-portfolio__grid,
  .tgk-import-capabilities__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tgk-export-capability,
  .tgk-export-capability:first-child,
  .tgk-export-capability:nth-child(2),
  .tgk-export-capability:nth-child(3),
  .tgk-export-capability:nth-child(4),
  .tgk-import-capability,
  .tgk-import-capability:nth-child(1),
  .tgk-import-capability:nth-child(2),
  .tgk-import-capability:nth-child(3),
  .tgk-import-capability:nth-child(4) { grid-column: auto; min-height: 22rem; }
  .tgk-export-process__intro,
  .tgk-import-workflow__intro,
  .tgk-import-faq__head { position: static; }
  .tgk-import-overview__dossier { max-width: 42rem; }
  .tgk-export-inquiry__panel::before { display: none; }
}

@media (max-width: 767px) {
  .tgk-trade-nav { inset-block-start: 4.5rem; }
  .tgk-trade-nav__track { display: flex; padding-inline: 1rem; }
  .tgk-trade-nav__track a { flex: 0 0 auto; min-height: 3.5rem; padding-inline: .9rem; }
  .tgk-export-page--v320 > section[id],
  .tgk-import-page--v321 > section[id] { scroll-margin-block-start: 8.5rem; }

  .tgk-view--export .tgk-internal-hero {
    background: radial-gradient(circle at 84% 20%, rgba(216, 186, 114, .16), transparent 17rem), #07160e;
  }
  .tgk-view--export .tgk-internal-hero__copy h1,
  .tgk-view--import .tgk-internal-hero__copy h1 { font-size: clamp(2.6rem, 12vw, 4.25rem) !important; }
  .tgk-view--export .tgk-hero-dossier,
  [dir="rtl"] .tgk-view--export .tgk-hero-dossier,
  .tgk-view--import .tgk-hero-dossier,
  [dir="rtl"] .tgk-view--import .tgk-hero-dossier { border-radius: 1rem; box-shadow: none; }

  .tgk-export-command,
  .tgk-export-portfolio,
  .tgk-export-process,
  .tgk-export-markets,
  .tgk-import-overview,
  .tgk-import-capabilities,
  .tgk-import-workflow,
  .tgk-import-faq { padding-block: 4.5rem; }
  .tgk-export-command::before { display: none; }
  .tgk-export-command__head h2,
  .tgk-export-section-head h2,
  .tgk-export-process__intro h2,
  .tgk-import-overview__copy h2,
  .tgk-import-section-head h2,
  .tgk-import-workflow__intro h2,
  .tgk-import-faq__head h2 { font-size: clamp(2.25rem, 10.5vw, 3.5rem); }

  .tgk-export-command__metrics,
  .tgk-export-portfolio__grid,
  .tgk-import-capabilities__grid {
    display: flex;
    gap: .8rem;
    overflow-x: auto;
    margin-inline: calc(var(--ui-gutter, 1.25rem) * -1);
    padding: .35rem var(--ui-gutter, 1.25rem) 1rem;
    border: 0;
    background: transparent;
    scroll-padding-inline: var(--ui-gutter, 1.25rem);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .tgk-export-command__metrics::-webkit-scrollbar,
  .tgk-export-portfolio__grid::-webkit-scrollbar,
  .tgk-import-capabilities__grid::-webkit-scrollbar { display: none; }
  .tgk-export-command__metrics article,
  .tgk-export-capability,
  .tgk-export-capability:first-child,
  .tgk-export-capability:nth-child(2),
  .tgk-export-capability:nth-child(3),
  .tgk-export-capability:nth-child(4),
  .tgk-import-capability,
  .tgk-import-capability:nth-child(1),
  .tgk-import-capability:nth-child(2),
  .tgk-import-capability:nth-child(3),
  .tgk-import-capability:nth-child(4) {
    flex: 0 0 min(84vw, 22rem);
    min-height: 22rem;
    scroll-snap-align: start;
  }
  .tgk-export-command__metrics article { min-height: 12.5rem; border: 1px solid var(--export-border); }

  .tgk-export-process__steps::before { inset-inline-start: 1.35rem; }
  .tgk-export-process__steps li { grid-template-columns: 2.8rem minmax(0, 1fr); padding-inline-end: 0; }
  .tgk-export-process__steps li > span { width: 2.7rem; }
  .tgk-export-markets__rail { gap: .8rem; }
  .tgk-export-markets__rail::before { display: none; }
  .tgk-export-markets__rail article { min-height: 15rem; border-radius: 5rem 5rem .75rem .75rem; }
  .tgk-export-inquiry__panel,
  [dir="rtl"] .tgk-export-inquiry__panel { border-radius: 1.25rem 4rem 1.25rem 1.25rem; padding: 1.4rem; }

  .tgk-import-overview__dossier { display: block; margin-inline: 0; padding: 1rem; overflow: visible; }
  .tgk-import-overview__dossier div,
  .tgk-import-overview__dossier div:last-child { min-height: 4.5rem; border: 0; border-block-end: 1px solid var(--import-border); background: transparent; }
  .tgk-import-overview__dossier div:last-child { border-block-end: 0; }
  .tgk-import-workflow__steps li { grid-template-columns: 3.3rem minmax(0, 1fr); min-height: 9rem; padding: 1.15rem; }
  .tgk-import-faq__list { margin-inline: 0; }
  .tgk-import-faq__item > div,
  [dir="rtl"] .tgk-import-faq__item > div { padding-inline: 3.3rem .25rem; }
  .tgk-import-inquiry__panel { padding: 1.4rem; background: var(--import-surface); }
}

@media (max-width: 420px) {
  .tgk-export-command__metrics article,
  .tgk-export-capability,
  .tgk-import-capability { flex-basis: 86vw; }
  .tgk-trade-nav__track a { font-size: .72rem; }
  .tgk-export-inquiry__panel h2,
  .tgk-import-inquiry__panel h2 { font-size: clamp(2rem, 10.4vw, 3rem); }
}

@media (prefers-reduced-motion: reduce) {
  .tgk-trade-nav__track a,
  .tgk-trade-nav__track a::after,
  .tgk-export-capability::after,
  .tgk-import-capability::before { transition: none !important; }
}

/* The homepage product carousel shares this class name; keep the export page editorial grid independent. */
.tgk-export-page--v320 .tgk-export-portfolio .tgk-export-portfolio__grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  width: auto;
  overflow: visible;
  padding: 0;
  scroll-snap-type: none;
  scrollbar-width: none;
  cursor: auto;
  touch-action: auto;
}

@media (max-width: 1023px) {
  .tgk-export-page--v320 .tgk-export-portfolio .tgk-export-portfolio__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .tgk-export-page--v320 .tgk-export-portfolio .tgk-export-portfolio__grid {
    display: flex !important;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: .35rem var(--ui-gutter, 1.25rem) 1rem;
    scroll-snap-type: x mandatory;
    cursor: grab;
    touch-action: pan-x;
  }
}
