/* Tap Into The Map — spójnie z resztą podstron (tokeny, surface, adv-btn, page-h* rules) */

.tim-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tim-page {
  --tim-ink: #14120f;
  --tim-ink-soft: #4a4540;
  --tim-max: var(--site-content-max);
  background: transparent;
  color: var(--tim-ink);
}

/* ========== Sekcja 1 — hero ========== */
.tim-s1 {
  background: var(--surface-cream-a);
  color: var(--tim-ink);
}

.tim-s1__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.tim-m1__copy {
  max-width: 34rem;
}

.tim-m1__title {
  margin: 0 0 0;
  font-family: var(--hero-h1-font-family);
  font-size: var(--hero-h1-font-size);
  font-weight: var(--hero-h1-font-weight);
  line-height: var(--hero-h1-line-height);
  letter-spacing: var(--hero-h1-letter-spacing);
  text-transform: uppercase;
  color: var(--tim-ink);
}

.tim-m1__title-accent {
  color: var(--gold-main);
}

.tim-m1__body {
  margin: 0 0 clamp(22px, 3vh, 32px);
  font-family: var(--type-body-font-family);
  font-size: var(--type-body-font-size);
  line-height: var(--type-body-line-height);
  font-weight: var(--type-body-font-weight);
  color: var(--tim-ink-soft);
}

.tim-m1__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px 14px;
}

.tim-m1__actions-outline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 14px;
}

.tim-m1__tap-line {
  margin: 0 0 clamp(16px, 2.2vh, 24px);
  font-family: var(--type-h5-font-family);
  font-size: var(--type-caption-font-size);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tim-ink);
}

.tim-s1__visual {
  position: relative;
  margin: 0;
  min-height: clamp(220px, 38vw, 440px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tim-s1__visual img {
  width: 100%;
  max-width: min(720px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 900px) {
  .tim-s1__grid {
    grid-template-columns: 1fr;
  }

  .tim-s1__visual {
    order: -1;
    min-height: 200px;
  }
}

/* ========== Sekcja 2 — mapa (jedna ciemna warstwa, typografia jak adv / reszta BPM) ========== */
.tim-s2 {
  background:
    radial-gradient(ellipse 92% 58% at 50% 0%, rgba(184, 151, 58, 0.1), transparent 56%),
    linear-gradient(180deg, var(--surface-dark-c) 0%, var(--surface-dark-a) 52%, var(--surface-dark-b) 100%);
  border-top: 1px solid rgba(184, 151, 58, 0.16);
  color: var(--text-soft);
}

.tim-m2__head {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto clamp(36px, 5vw, 52px);
}

.tim-s2-industry .tim-m2__head {
  margin-bottom: clamp(14px, 2vh, 22px);
}

.tim-m2__title {
  margin: 0 0 0;
  font-family: var(--type-h2-font-family);
  font-size: var(--type-h2-font-size);
  font-weight: var(--type-h2-font-weight);
  line-height: var(--type-h2-line-height);
  letter-spacing: var(--type-h2-letter-spacing);
  text-transform: none;
  text-align: center;
  color: var(--text-main);
}

.tim-m2__intro {
  margin: clamp(18px, 2.5vh, 28px) auto 0;
  max-width: 48rem;
  text-align: center;
  font-family: var(--type-body-font-family);
  font-size: var(--type-body-font-size);
  line-height: var(--type-body-line-height);
  font-weight: var(--type-body-font-weight);
  color: var(--text-soft);
}

.tim-s2-shows {
  --tim-shows-ink: #14120f;
  --tim-shows-ink-soft: #3a342c;
  --tim-shows-divider: rgba(184, 151, 58, 0.42);
  background: var(--surface-cream-a);
  color: var(--tim-shows-ink);
  border-bottom: 1px solid var(--tim-shows-divider);
}

.tim-s2-shows .tim-m2__title {
  color: var(--tim-shows-ink);
}

.tim-s2-shows .tim-m2__intro {
  color: var(--tim-shows-ink-soft);
}

.tim-s2-shows__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  border: 1px solid var(--tim-shows-divider);
  box-sizing: border-box;
}

.tim-s2-shows .tim-s2-pillar {
  text-align: center;
  padding: clamp(28px, 4vw, 48px) clamp(16px, 2.2vw, 26px);
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tim-s2-shows .tim-s2-pillar:not(:first-child) {
  border-left: 1px solid var(--tim-shows-divider);
}

.tim-s2-shows .tim-s2-pillar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto clamp(22px, 3vh, 32px);
  width: clamp(52px, 6.5vw, 68px);
  height: clamp(52px, 6.5vw, 68px);
  color: var(--gold-main);
}

.tim-s2-shows .tim-s2-pillar__icon svg {
  width: 100%;
  height: 100%;
}

.tim-s2-shows .tim-s2-pillar__title {
  margin: 0 0 clamp(12px, 1.6vh, 18px);
  font-family: var(--type-body-font-family);
  font-size: clamp(0.72rem, 1.05vw, 0.82rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tim-shows-ink);
}

.tim-s2-shows .tim-s2-pillar__text {
  margin: 0 auto;
  max-width: 15.5rem;
  font-family: var(--type-body-font-family);
  font-size: var(--type-body-sm-font-size);
  line-height: var(--type-body-sm-line-height);
  font-weight: var(--type-body-font-weight);
  color: var(--tim-shows-ink);
}

.tim-s2-industry {
  background: transparent;
  color: inherit;
}

.tim-s2-industry__lead {
  margin: 0 auto clamp(28px, 4vh, 40px);
  max-width: 40rem;
  text-align: center;
  font-family: var(--type-body-font-family);
  font-size: var(--type-body-font-size);
  line-height: var(--type-body-line-height);
  font-weight: var(--type-body-font-weight);
  color: var(--text-soft);
}

.tim-s2-map {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 clamp(22px, 3.5vh, 40px);
  overflow: visible;
  background: transparent;
}

.tim-s2-map__split {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(220px, 0.48fr);
  gap: clamp(18px, 2.8vw, 36px);
  align-items: start;
}

.tim-s2-map__map-col {
  min-width: 0;
}

.tim-s2-map__aside {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vh, 20px);
  padding: clamp(18px, 2.2vw, 26px);
  border-radius: clamp(12px, 1.5vw, 18px);
  border: 1px solid rgba(184, 151, 58, 0.32);
  background: rgba(255, 248, 235, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 240, 210, 0.05);
}

.tim-s2-map__logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.tim-s2-map__logo-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 5 / 3;
  min-height: 44px;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid rgba(184, 151, 58, 0.26);
  background: rgba(8, 6, 4, 0.25);
  font-family: var(--type-body-font-family);
  font-size: clamp(0.6rem, 1.65vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(250, 247, 240, 0.9);
  text-align: center;
}

.tim-s2-map__logo-slot span {
  line-height: 1.25;
}

.tim-s2-map__industries-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  align-self: flex-start;
  font-family: var(--type-body-font-family);
  font-size: clamp(0.68rem, 1.8vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-main);
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 151, 58, 0.55);
  padding-bottom: 2px;
  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}

.tim-s2-map__industries-cta:hover {
  color: #d4b068;
  border-bottom-color: rgba(212, 176, 104, 0.95);
}

.tim-s2-map__industries-cta:focus-visible {
  outline: 2px solid rgba(184, 151, 58, 0.9);
  outline-offset: 3px;
  border-radius: 2px;
}

.tim-s2-map__industries-cta-arrow {
  font-weight: 700;
}

/* map.png 1672×941 — stały aspect + absolutny img, żeby % na overlay = ten sam układ na każdym ekranie */
.tim-s2-map__figure {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  aspect-ratio: 1672 / 941;
  max-height: min(72vh, 920px);
  line-height: 0;
  overflow: hidden;
  border-radius: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(184, 151, 58, 0.3);
  box-shadow: 0 22px 56px rgba(6, 4, 2, 0.45);
}

.tim-s2-map__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tim-s2-map__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tim-s2-map__nav {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  pointer-events: none;
}

.tim-s2-region {
  position: absolute;
  left: var(--tim-rx);
  top: var(--tim-ry);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
  padding: 10px 8px;
  max-width: min(11rem, 28vw);
  transition: opacity var(--motion-150) var(--motion-ease);
}

.tim-s2-region:hover,
.tim-s2-region:focus-visible {
  opacity: 0.92;
}

.tim-s2-region:focus-visible {
  outline: 2px solid rgba(184, 151, 58, 0.9);
  outline-offset: 4px;
  border-radius: var(--radius-4);
}

.tim-s2-region__name {
  font-family: var(--type-h2-font-family);
  font-size: clamp(0.72rem, 1.15vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #faf7f0;
  line-height: 1.2;
}

.tim-s2-region__cta {
  font-family: var(--type-body-font-family);
  font-size: var(--type-caption-font-size);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-main);
}

/* Współrzędne w % względem mapy assets/images/tap-into-the-map/map.png (1672×941) */
.tim-s2-region--na {
  --tim-rx: 20%;
  --tim-ry: 37%;
}

.tim-s2-region--sam {
  --tim-rx: 28%;
  --tim-ry: 71%;
}

.tim-s2-region--eu {
  --tim-rx: 49%;
  --tim-ry: 30%;
}

.tim-s2-region--af {
  --tim-rx: 51%;
  --tim-ry: 57%;
}

.tim-s2-region--as {
  --tim-rx: 75%;
  --tim-ry: 38%;
}

.tim-s2-region--au {
  --tim-rx: 86%;
  --tim-ry: 77%;
}

@media (max-width: 900px) {
  .tim-s2-map__split {
    grid-template-columns: 1fr;
    gap: clamp(20px, 3vh, 28px);
  }

  .tim-s2-map__aside {
    max-width: min(32rem, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 960px) {
  .tim-s2-shows .tim-s2-shows__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .tim-s2-shows .tim-s2-pillar {
    border-left: 1px solid var(--tim-shows-divider);
    border-top: 1px solid var(--tim-shows-divider);
  }

  .tim-s2-shows .tim-s2-pillar:nth-child(odd) {
    border-left: none;
  }

  .tim-s2-shows .tim-s2-pillar:nth-child(-n + 2) {
    border-top: none;
  }
}

@media (max-width: 720px) {
  .tim-m2__head {
    max-width: 100%;
  }

  .tim-s2-shows .tim-s2-shows__grid {
    grid-template-columns: 1fr;
  }

  .tim-s2-shows .tim-s2-pillar {
    border-left: none;
    border-top: 1px solid var(--tim-shows-divider);
  }

  .tim-s2-shows .tim-s2-pillar:first-child {
    border-top: none;
  }

  /* Mapa: nadal absolutne pinezki na grafice (ten sam model co desktop) */
  .tim-s2-map__figure {
    max-height: min(58vh, 560px);
  }

  .tim-s2-region {
    padding: 8px 6px;
    max-width: min(9.5rem, 40vw);
    gap: 4px;
  }

  .tim-s2-region__name {
    font-size: clamp(0.62rem, 3vw, 0.8rem);
  }

  .tim-s2-region__cta {
    font-size: clamp(0.58rem, 2.6vw, 0.72rem);
  }
}

/* ========== Sekcja 3 — formularz ========== */
@media (max-width: 640px) {
  .tim-s1 {
    --page-section-pad-top: 50px;
  }
}

/* ========== How companies step in (diagram) ========== */
.tim-how {
  --tim-how-card: #f7f4ec;
  --tim-how-card-edge: rgba(62, 49, 23, 0.14);
  --tim-how-ink: #14120f;
  --tim-how-ink-soft: #4a4540;
  --tim-how-chev: #c5a059;
  background:
    radial-gradient(ellipse 92% 58% at 50% 0%, rgba(184, 151, 58, 0.1), transparent 56%),
    linear-gradient(180deg, var(--surface-dark-c) 0%, var(--surface-dark-a) 52%, var(--surface-dark-b) 100%);
  border-bottom: 1px solid rgba(184, 151, 58, 0.14);
  color: var(--text-soft);
}

.tim-how__head {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto clamp(28px, 4vw, 44px);
}

.tim-how__title {
  margin: 0 0 0;
  font-family: var(--type-h2-font-family);
  font-size: var(--type-h2-font-size);
  font-weight: var(--type-h2-font-weight);
  line-height: var(--type-h2-line-height);
  letter-spacing: var(--type-h2-letter-spacing);
  text-transform: none;
  text-align: center;
  color: var(--text-main);
}

.tim-how__lead {
  margin: clamp(14px, 2vh, 22px) auto 0;
  max-width: 40rem;
  font-family: var(--type-body-font-family);
  font-size: var(--type-body-font-size);
  line-height: var(--type-body-line-height);
  font-weight: var(--type-body-font-weight);
  color: var(--text-soft);
}

.tim-how__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0 6px;
  margin: 0 auto;
  padding: 0 clamp(8px, 1.5vw, 20px);
  max-width: min(1368px, 100%);
  box-sizing: border-box;
}

.tim-how__chev {
  align-self: center;
  justify-self: center;
  padding: 0 2px;
  font-family: var(--type-body-font-family);
  font-size: clamp(0.85rem, 1.5vw, 1.05rem);
  font-weight: 400;
  line-height: 1;
  color: var(--tim-how-chev);
  user-select: none;
}

.tim-how__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  margin: 0;
  padding: 16px 14px 18px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid var(--tim-how-card-edge);
  background: var(--tim-how-card);
  box-shadow: 0 1px 3px rgba(20, 18, 15, 0.08);
  /* Szerokie, niskie karty jak how.jpg (~1368×234 całość) */
  aspect-ratio: 1.42 / 1;
}

.tim-how__step-num {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-family: var(--type-body-font-family);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: var(--gold-main);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.tim-how__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(48px, 5.8vw, 58px);
  height: clamp(48px, 5.8vw, 58px);
  margin: 26px 0 12px;
  color: var(--gold-main);
}

.tim-how__step-icon svg {
  width: 100%;
  height: 100%;
}

.tim-how__step-title {
  margin: 0 0 8px;
  font-family: var(--type-body-font-family);
  font-size: clamp(0.78rem, 1.2vw, 0.92rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--tim-how-ink);
}

.tim-how__step-text {
  margin: 0;
  flex: 1 1 auto;
  min-height: 0;
  font-family: var(--type-body-font-family);
  font-size: clamp(0.68rem, 1.05vw, 0.8rem);
  line-height: 1.42;
  font-weight: var(--type-body-font-weight);
  color: var(--tim-how-ink-soft);
}

@media (max-width: 1020px) {
  .tim-how__flow {
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
  }

  .tim-how__chev {
    display: none;
  }

  .tim-how__step {
    aspect-ratio: 1.25 / 1;
  }
}

@media (max-width: 560px) {
  .tim-how__flow {
    grid-template-columns: 1fr;
  }

  .tim-how__step {
    aspect-ratio: auto;
    min-height: 0;
  }
}

/* ========== Live projects (podstrona_tap_into_the_map / live.jpg) ========== */
.tim-live {
  --tim-live-gold: #c5a059;
  --page-section-pad-top: clamp(48px, 6.5vw, 72px);
  --page-section-pad-bottom: clamp(48px, 6.5vw, 72px);
  background: #050504;
  border-bottom: 1px solid rgba(197, 160, 89, 0.12);
  color: rgba(250, 247, 240, 0.92);
}

.tim-live__head {
  margin-bottom: clamp(28px, 3.8vw, 40px);
}

.tim-live__head-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 20px;
  margin-bottom: clamp(12px, 1.8vh, 18px);
}

.tim-live__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.tim-live__eyebrow-text {
  font-family: var(--type-body-font-family);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tim-live-gold);
}

.tim-live__eyebrow-rule {
  display: block;
  flex: 0 0 40px;
  width: 40px;
  height: 1px;
  background: var(--tim-live-gold);
  border-radius: 1px;
}

.tim-live__all {
  font-family: var(--type-body-font-family);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--tim-live-gold);
  white-space: nowrap;
  transition: opacity 0.15s ease;
}

.tim-live__all:hover {
  opacity: 0.88;
}

.tim-live__title {
  margin: 0;
  max-width: 22em;
  font-family: var(--type-h2-font-family);
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #faf8f3;
}

.tim-live__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
  align-items: stretch;
}

.tim-live__card {
  --tim-live-card-edge: rgba(197, 160, 89, 0.38);
  display: flex;
  flex-direction: column;
  min-height: 0;
  aspect-ratio: 1;
  overflow: hidden;
  padding: clamp(16px, 2vw, 24px) clamp(14px, 1.8vw, 20px) clamp(16px, 2vw, 22px);
  border-radius: 6px;
  border: 1px solid var(--tim-live-card-edge);
  box-shadow: inset 0 1px 0 rgba(255, 248, 235, 0.04);
}

.tim-live__card:nth-child(1) {
  background:
    linear-gradient(168deg, rgba(24, 22, 20, 0.93) 0%, rgba(7, 7, 6, 0.97) 100%),
    radial-gradient(ellipse 130% 85% at 18% 12%, rgba(55, 58, 52, 0.45), transparent 58%),
    #0e0d0c;
}

.tim-live__card:nth-child(2) {
  background:
    linear-gradient(168deg, rgba(24, 22, 20, 0.93) 0%, rgba(7, 7, 6, 0.97) 100%),
    radial-gradient(ellipse 120% 90% at 82% 18%, rgba(42, 48, 58, 0.42), transparent 55%),
    #0e0d0c;
}

.tim-live__card:nth-child(3) {
  background:
    linear-gradient(168deg, rgba(24, 22, 20, 0.93) 0%, rgba(7, 7, 6, 0.97) 100%),
    radial-gradient(ellipse 110% 80% at 50% 0%, rgba(48, 44, 38, 0.38), transparent 52%),
    #0e0d0c;
}

.tim-live__card:nth-child(4) {
  background:
    linear-gradient(168deg, rgba(24, 22, 20, 0.93) 0%, rgba(7, 7, 6, 0.97) 100%),
    radial-gradient(ellipse 100% 95% at 70% 85%, rgba(52, 46, 40, 0.35), transparent 50%),
    #0e0d0c;
}

.tim-live__card-top {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: clamp(10px, 1.4vh, 14px);
  flex-shrink: 0;
}

.tim-live__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.tim-live__logo--vw,
.tim-live__logo--att {
  width: 40px;
  height: 40px;
}

.tim-live__logo--vw svg,
.tim-live__logo--att svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tim-live__logo--stellar,
.tim-live__logo--crescendo {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.tim-live__logo--stellar svg,
.tim-live__logo--crescendo svg {
  width: 100%;
  max-width: 148px;
  height: auto;
  min-height: 22px;
  display: block;
}

.tim-live__cat {
  margin-left: auto;
  align-self: flex-start;
  padding-top: 3px;
  max-width: 7.5rem;
  font-family: var(--type-body-font-family);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tim-live-gold);
  text-align: right;
  line-height: 1.3;
}

.tim-live__cat--empty {
  display: none;
}

.tim-live__name {
  margin: 0 0 8px;
  font-family: var(--type-h2-font-family);
  font-size: clamp(0.92rem, 1.35vw, 1.12rem);
  font-weight: 600;
  line-height: 1.18;
  color: #faf8f3;
  flex-shrink: 0;
}

.tim-live__desc {
  margin: 0 0 clamp(10px, 1.4vh, 14px);
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  font-family: var(--type-body-font-family);
  font-size: clamp(0.72rem, 0.95vw, 0.84rem);
  line-height: 1.45;
  font-weight: var(--type-body-font-weight);
  color: rgba(230, 226, 218, 0.88);
  scrollbar-width: thin;
  scrollbar-color: rgba(197, 160, 89, 0.35) transparent;
}

.tim-live__desc::-webkit-scrollbar {
  width: 4px;
}

.tim-live__desc::-webkit-scrollbar-thumb {
  background: rgba(197, 160, 89, 0.35);
  border-radius: 2px;
}

.tim-live__cta {
  align-self: flex-start;
  margin-top: auto;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border: 1px solid rgba(197, 160, 89, 0.62);
  border-radius: 4px;
  font-family: var(--type-body-font-family);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--tim-live-gold);
  background: transparent;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.tim-live__cta:hover {
  background: rgba(197, 160, 89, 0.07);
  border-color: rgba(212, 176, 104, 0.92);
}

@media (max-width: 1020px) {
  .tim-live__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .tim-live__grid {
    grid-template-columns: 1fr;
  }

  .tim-live__head-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .tim-live__all {
    white-space: normal;
  }
}

/* ========== Participation benefits — companies / public ========== */
.tim-pb {
  --tim-pb-gold: #c5a059;
  --page-section-pad-top: clamp(40px, 5vw, 56px);
  --page-section-pad-bottom: clamp(40px, 5vw, 56px);
  background: #050504;
  border-bottom: 1px solid rgba(197, 160, 89, 0.12);
  color: rgba(250, 247, 240, 0.9);
}

.tim-pb__head {
  text-align: center;
  margin-bottom: clamp(28px, 3.5vw, 40px);
}

.tim-pb__title {
  margin: 0;
  font-family: var(--type-body-font-family);
  font-size: clamp(0.72rem, 1.1vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tim-pb-gold);
}

.tim-pb__title-rule {
  width: clamp(48px, 8vw, 72px);
  height: 1px;
  margin: 14px auto 0;
  background: var(--tim-pb-gold);
  border-radius: 1px;
  opacity: 0.85;
}

.tim-pb__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 0 clamp(20px, 3.5vw, 40px);
  align-items: stretch;
}

.tim-pb__rail {
  grid-column: 2;
  grid-row: 1 / -1;
  width: 1px;
  margin: 0 auto;
  align-self: stretch;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(197, 160, 89, 0.45) 12%,
    rgba(197, 160, 89, 0.55) 50%,
    rgba(197, 160, 89, 0.45) 88%,
    transparent 100%
  );
}

.tim-pb__col {
  min-width: 0;
}

.tim-pb__col--companies {
  grid-column: 1;
  max-width: none;
  padding: 0 clamp(4px, 1vw, 12px) 0 0;
  border-left: none;
}

.tim-pb__col--public {
  grid-column: 3;
  max-width: none;
  padding: 0 0 0 clamp(4px, 1vw, 12px);
  border-right: none;
  text-align: right;
}

.tim-pb__sub {
  margin: 0 0 clamp(14px, 2vh, 20px);
  font-family: var(--type-body-font-family);
  font-size: clamp(0.68rem, 1vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #faf8f3;
}

.tim-pb__col--public .tim-pb__sub {
  text-align: right;
}

.tim-pb__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 18px);
  align-items: stretch;
}

.tim-pb__item {
  margin: 0;
  padding: clamp(12px, 1.6vw, 16px) clamp(12px, 1.6vw, 18px);
  border-radius: 6px;
  border: 1px solid rgba(197, 160, 89, 0.28);
  background: linear-gradient(168deg, rgba(32, 30, 27, 0.55) 0%, rgba(10, 10, 9, 0.72) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 248, 235, 0.03);
}

.tim-pb__item--full {
  grid-column: 1 / -1;
}

.tim-pb__item-title {
  margin: 0 0 0.4em;
  font-family: var(--type-h2-font-family);
  font-size: clamp(0.88rem, 1.15vw, 1.05rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #faf8f3;
}

.tim-pb__item-text {
  margin: 0;
  font-family: var(--type-body-font-family);
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: var(--type-body-font-weight);
  color: rgba(230, 226, 218, 0.88);
}

.tim-pb__col--public .tim-pb__item-title,
.tim-pb__col--public .tim-pb__item-text {
  text-align: right;
}

@media (max-width: 900px) {
  .tim-pb__split {
    grid-template-columns: 1fr;
    gap: clamp(20px, 3vh, 28px);
  }

  .tim-pb__rail {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    height: 1px;
    min-height: 1px;
    margin: 0;
    background: rgba(197, 160, 89, 0.35);
  }

  .tim-pb__col--companies {
    grid-column: 1;
    padding: 0;
  }

  .tim-pb__col--public {
    grid-column: 1;
    padding: 0;
    text-align: left;
  }

  .tim-pb__col--public .tim-pb__sub {
    text-align: left;
  }

  .tim-pb__col--public .tim-pb__item-title,
  .tim-pb__col--public .tim-pb__item-text {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .tim-pb__items {
    grid-template-columns: 1fr;
  }

  .tim-pb__item--full {
    grid-column: auto;
  }
}

/* ========== Created by (informational) ========== */
.tim-cb {
  --tim-cb-sep: rgba(62, 49, 23, 0.12);
  --page-section-pad-top: clamp(44px, 5.5vw, 64px);
  --page-section-pad-bottom: clamp(44px, 5.5vw, 64px);
  background: var(--surface-cream-a);
  color: var(--tim-ink);
  border-top: 1px solid rgba(197, 160, 89, 0.14);
  border-bottom: 1px solid rgba(62, 49, 23, 0.08);
}

.tim-cb__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto clamp(28px, 3.5vw, 40px);
}

.tim-cb__label {
  margin: 0 0 10px;
  font-family: var(--type-body-font-family);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-main);
}

.tim-cb__title {
  margin: 0;
  font-family: var(--type-h2-font-family);
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.015em;
  text-transform: none;
  color: var(--tim-ink);
}

.tim-cb__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}

.tim-cb__col {
  text-align: left;
  padding: 0 clamp(10px, 1.6vw, 20px);
  min-width: 0;
}

.tim-cb__col:not(:last-child) {
  border-right: 1px solid var(--tim-cb-sep);
}

.tim-cb__ico {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  color: var(--tim-ink-soft);
}

.tim-cb__ico svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tim-cb__col-title {
  margin: 0 0 8px;
  font-family: var(--type-body-font-family);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--tim-ink);
}

.tim-cb__col-desc {
  margin: 0;
  font-family: var(--type-body-font-family);
  font-size: 0.875rem;
  line-height: 1.55;
  font-weight: var(--type-body-font-weight);
  color: var(--tim-ink-soft);
}

.tim-cb__tagline {
  margin: clamp(28px, 3.8vw, 44px) auto 0;
  padding-top: clamp(8px, 1.2vh, 12px);
  max-width: 36rem;
  text-align: center;
  font-family: var(--type-h2-font-family);
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.45;
  color: var(--tim-ink);
}

@media (max-width: 960px) {
  .tim-cb__grid {
    grid-template-columns: 1fr;
  }

  .tim-cb__col {
    padding: clamp(16px, 2.4vh, 22px) 0;
    border-right: none;
  }

  .tim-cb__col:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--tim-cb-sep);
  }
}

.tim-s3 {
  background: var(--surface-cream-b);
  color: var(--tim-ink);
}

.tim-s3__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1.12fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.tim-s3__rail {
  background: var(--ui-gold-hairline-soft);
  min-height: 120px;
  align-self: stretch;
}

.tim-m3__title {
  margin: 0 0 0;
  font-family: var(--hero-h1-font-family);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: var(--hero-h1-font-weight);
  line-height: 1.1;
  letter-spacing: var(--hero-h1-letter-spacing);
  text-transform: uppercase;
  color: var(--tim-ink);
}

.tim-m3__title-accent {
  color: var(--gold-main);
}

.tim-m3__lead {
  margin: 0 0 clamp(22px, 3vh, 32px);
  max-width: 28rem;
  font-family: var(--type-body-font-family);
  font-size: var(--type-body-font-size);
  line-height: var(--type-body-line-height);
  font-weight: var(--type-body-font-weight);
  color: var(--tim-ink-soft);
}

.tim-m3__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: clamp(28px, 4vh, 40px);
}

.tim-s3__secure {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  max-width: 30rem;
}

.tim-s3__secure-ico {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(184, 151, 58, 0.55);
  color: var(--gold-main);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tim-s3__secure-ico svg {
  width: 16px;
  height: 16px;
}

.tim-s3__secure p {
  margin: 0;
  font-family: var(--type-body-font-family);
  font-size: var(--type-body-sm-font-size);
  line-height: var(--type-body-sm-line-height);
  color: var(--tim-ink-soft);
}

.tim-s3__form {
  min-width: 0;
}

.tim-s3__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px) clamp(18px, 2.5vw, 24px);
}

.tim-s3__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.tim-s3__field--full {
  grid-column: 1 / -1;
}

.tim-s3__label {
  font-family: var(--type-body-font-family);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tim-ink);
}

.tim-s3__req {
  color: var(--gold-main);
  font-weight: 700;
}

.tim-s3__input,
.tim-s3__select,
.tim-s3__textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: var(--radius-8);
  border: 1px solid rgba(184, 151, 58, 0.55);
  background: #fff;
  font-family: var(--type-body-font-family);
  font-size: var(--type-body-font-size);
  color: var(--tim-ink);
  transition: border-color var(--motion-150) var(--motion-ease);
}

.tim-s3__input::placeholder,
.tim-s3__textarea::placeholder {
  color: rgba(20, 18, 15, 0.45);
}

.tim-s3__input:focus,
.tim-s3__select:focus,
.tim-s3__textarea:focus {
  outline: none;
  border-color: var(--gold-main);
  box-shadow: 0 0 0 1px rgba(184, 151, 58, 0.22);
}

.tim-s3__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23b8973a' stroke-width='1.2' stroke-linecap='round' d='M1 1.5L6 6l5-4.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.tim-s3__textarea {
  min-height: 140px;
  resize: vertical;
}

.tim-m3__submit {
  margin-top: clamp(20px, 3vh, 28px);
  width: 100%;
  justify-content: center;
}

@media (max-width: 900px) {
  .tim-s3__grid {
    grid-template-columns: 1fr;
  }

  .tim-s3__rail {
    display: none;
  }

  .tim-s3__fields {
    grid-template-columns: 1fr;
  }
}
