/* C’est Ubuntu — Nilson x TheGig. Structure éditoriale, identité Nilson. */
.tg-ubuntu-page {
  background: #fff;
  color: #060917;
  font-family: 'Didact Gothic', sans-serif;
}

.tg-ubuntu-kicker {
  margin: 0 0 16px;
  color: #ffd33d;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.tg-ubuntu-kicker--dark { color: #ff6b4a; }

/* Hero -------------------------------------------------------------------- */
.tg-ubuntu-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 680px;
  padding-top: 82px;
  overflow: hidden;
  background: #101747;
  color: #fff;
}
.tg-ubuntu-hero__media,
.tg-ubuntu-hero__shade {
  position: absolute;
  inset: 82px 0 0;
  margin: 0;
}
.tg-ubuntu-hero__media { z-index: -2; }
.tg-ubuntu-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}
.tg-ubuntu-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3,5,22,.95) 0%, rgba(16,23,71,.84) 39%, rgba(16,23,71,.36) 70%, rgba(16,23,71,.12) 100%),
    linear-gradient(0deg, rgba(3,5,22,.35), transparent 48%);
}
.tg-ubuntu-hero__content {
  align-self: flex-end;
  width: min(100%, 1290px);
  margin: 0 auto;
  padding: 92px 34px 78px;
}
.tg-ubuntu-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: clamp(4.6rem, 8.8vw, 9rem);
  font-weight: 700;
  line-height: .88;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.tg-ubuntu-hero h1 mark {
  padding: 0;
  background: transparent;
  color: #ffd33d;
}
.tg-ubuntu-hero__lead {
  margin: 26px 0 0;
  color: rgba(255,255,255,.94);
  font-family: 'Jost', sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.2;
}
.tg-ubuntu-outline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 34px;
  padding: 13px 22px;
  border: 1px solid rgba(255,255,255,.7);
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.tg-ubuntu-outline-link:hover,
.tg-ubuntu-outline-link:focus-visible {
  background: #fff;
  color: #060917;
}

/* Presentation ------------------------------------------------------------ */
.tg-ubuntu-intro {
  padding: 118px 34px 128px;
  background: #fff;
}
.tg-ubuntu-intro__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, .72fr);
  gap: clamp(70px, 10vw, 150px);
  max-width: 1290px;
  margin: 0 auto;
}
.tg-ubuntu-intro__heading h2 {
  max-width: 760px;
  margin: 0;
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: clamp(3rem, 5.3vw, 5.8rem);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.045em;
}
.tg-ubuntu-intro__heading h2 em {
  color: #ff6b4a;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}
.tg-ubuntu-intro__copy {
  align-self: end;
  padding-top: 18px;
}
.tg-ubuntu-intro__copy p {
  margin: 0 0 21px;
  color: #55575e;
  font-size: 1.09rem;
  line-height: 1.72;
}
.tg-ubuntu-intro__copy .tg-ubuntu-intro__lead {
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.45;
}
.tg-ubuntu-intro__copy strong { color: #060917; }
.tg-ubuntu-intro blockquote {
  margin: 40px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #dcdcdc;
  color: #101747;
  font-family: 'Jost', sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  font-weight: 500;
  line-height: 1.25;
}

/* Podcast teaser ---------------------------------------------------------- */
.tg-ubuntu-podcast {
  padding: 108px 34px 125px;
  background: #f7f0e4;
}
.tg-ubuntu-podcast__inner {
  max-width: 1290px;
  margin: 0 auto;
}
.tg-ubuntu-podcast__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: 56px;
  margin-bottom: 46px;
}
.tg-ubuntu-podcast__heading h2 {
  max-width: 800px;
  margin: 0;
  color: #060917;
  font-family: 'Jost', sans-serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.04em;
}
.tg-ubuntu-podcast__heading > p {
  margin: 0;
  color: #5d5f66;
  font-size: 1.06rem;
  line-height: 1.65;
}
.tg-ubuntu-podcast__visual {
  position: relative;
  isolation: isolate;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  background: #101747;
}
.tg-ubuntu-podcast__visual img,
.tg-ubuntu-podcast__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.tg-ubuntu-podcast__visual img {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}
.tg-ubuntu-podcast__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(3,5,22,.94) 0%, rgba(16,23,71,.76) 37%, rgba(16,23,71,.24) 66%, rgba(16,23,71,.04) 100%);
}
.tg-ubuntu-podcast__caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  min-height: 470px;
  width: min(58%, 690px);
  padding: 58px 64px;
  color: #fff;
}
.tg-ubuntu-podcast__caption span {
  margin-bottom: 13px;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.tg-ubuntu-podcast__caption strong,
.tg-ubuntu-podcast__caption em {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.tg-ubuntu-podcast__caption strong {
  font-size: clamp(3.1rem, 6.4vw, 6.7rem);
  line-height: .88;
  letter-spacing: -.05em;
}
.tg-ubuntu-podcast__caption em {
  margin-top: 8px;
  color: #ffd33d;
  font-size: clamp(1.75rem, 3.2vw, 3.2rem);
  line-height: 1;
  letter-spacing: -.025em;
}

/* Page ending ------------------------------------------------------------- */
.tg-ubuntu-page + .nilson-social-strip { display: none !important; }
.tg-ubuntu-page ~ .nilson-footer {
  background: #050507 !important;
  color: #fff !important;
  border-top: 0 !important;
}
.tg-ubuntu-page ~ .nilson-footer a,
.tg-ubuntu-page ~ .nilson-footer p,
.tg-ubuntu-page ~ .nilson-footer button { color: #fff !important; }
.tg-ubuntu-page ~ .nilson-footer .nilson-brand span { color: #ffd33d !important; }

@media (max-width: 900px) {
  .tg-ubuntu-hero { min-height: 610px; }
  .tg-ubuntu-intro__inner { grid-template-columns: 1fr; gap: 48px; }
  .tg-ubuntu-intro__copy { max-width: 720px; padding-top: 0; }
  .tg-ubuntu-podcast__heading { grid-template-columns: 1fr; gap: 24px; }
  .tg-ubuntu-podcast__visual,
  .tg-ubuntu-podcast__caption { min-height: 430px; }
  .tg-ubuntu-podcast__caption { width: 68%; padding: 48px; }
}

@media (max-width: 620px) {
  .tg-ubuntu-hero { min-height: 560px; padding-top: 72px; }
  .tg-ubuntu-hero__media,
  .tg-ubuntu-hero__shade { inset: 72px 0 0; }
  .tg-ubuntu-hero__media img { object-position: 58% 35%; }
  .tg-ubuntu-hero__content { padding: 96px 24px 55px; }
  .tg-ubuntu-hero h1 { font-size: clamp(3.6rem, 17vw, 5rem); }
  .tg-ubuntu-hero__lead { font-size: 1.35rem; }

  .tg-ubuntu-intro { padding: 82px 24px 88px; }
  .tg-ubuntu-intro__heading h2 { font-size: 3.2rem; }

  .tg-ubuntu-podcast { padding: 78px 24px 88px; }
  .tg-ubuntu-podcast__heading h2 { font-size: 3.1rem; }
  .tg-ubuntu-podcast__visual { min-height: 500px; }
  .tg-ubuntu-podcast__visual img { object-position: 64% center; }
  .tg-ubuntu-podcast__shade { background: linear-gradient(0deg, rgba(3,5,22,.94) 0%, rgba(16,23,71,.69) 56%, rgba(16,23,71,.18) 100%); }
  .tg-ubuntu-podcast__caption {
    justify-content: flex-end;
    width: 100%;
    min-height: 500px;
    padding: 42px 26px;
  }
  .tg-ubuntu-podcast__caption strong { font-size: 3.7rem; }
  .tg-ubuntu-podcast__caption em { font-size: 2rem; }
}
