/* =================================
   BROTHERS TROTTEURS — PAGE SPECIFIC
================================= */

:root {
  --margin: 40px;
  --gap: 96px;
  --col-gap: 20px;
  --col: calc((100vw - (var(--margin) * 2) - (var(--col-gap) * 11)) / 12);
}


/* =================================
   INTRO — 2 colonnes 50/50
================================= */

.bt-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 120px var(--margin) 0 var(--margin);
  align-items: start;
}

.bt-title {
  margin: 0;
  padding-right: 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.bt-body {
  margin: 0;
  padding-top: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}


/* =================================
   SECTIONS VISUELLES
================================= */

.bt-section {
  margin-top: var(--gap);
}

.bt-section--margins {
  padding: 0 var(--margin);
}

/* 8 colonnes centrées */
.bt-section--eight {
  padding: 0 var(--margin);
  display: flex;
  justify-content: center;
}

.bt-section--eight .bt-img {
  width: calc((var(--col) * 8) + (var(--col-gap) * 7));
  max-width: 100%;
}

.bt-img {
  display: block;
  width: 100%;
  height: auto;
}

.bt-infotext {
  margin-top: 20px;
  font-family: 'Krub', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #888;
  text-align: center;
}


/* =================================
   MOCKUP INSTAGRAM POST
   Identique au brand reveal PMU
================================= */

.bt-insta-section {
  margin-top: var(--gap);
  padding: 0 var(--margin);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bt-insta-card {
  display: flex;
  width: 100%;
  max-width: 820px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

/* Colonne gauche — vidéo portrait */
.bt-insta-left {
  width: 40%;
  flex-shrink: 0;
  background: #000;
}

.bt-insta-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Colonne droite — UI */
.bt-insta-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 600px;
}

/* Header */
.bt-insta-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid #efefef;
  flex-shrink: 0;
}

.bt-insta-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.bt-insta-header-text { flex: 1; }

.bt-insta-names {
  margin: 0;
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.bt-insta-audio {
  margin: 0;
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  font-size: 11px;
  color: #888;
}

.bt-insta-dots {
  font-size: 18px;
  letter-spacing: 1px;
  color: #262626;
  cursor: default;
}

/* Caption scrollable */
.bt-insta-caption {
  display: flex;
  gap: 10px;
  padding: 12px 16px;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

.bt-insta-caption-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  align-self: flex-start;
}

.bt-insta-caption-content { flex: 1; }

.bt-insta-caption-meta {
  margin: 0 0 4px 0;
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.bt-insta-time {
  font-weight: 400;
  color: #888;
  margin-left: 6px;
  font-size: 12px;
}

.bt-insta-caption-text {
  margin: 0 0 8px 0;
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #262626;
}

.bt-insta-hashtags { color: #00376b; }
.bt-insta-mention { color: #00376b; }
.bt-insta-heart-red { color: #ed4956; }

.bt-insta-section-title {
  margin: 8px 0 10px 0;
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  color: #888;
}

/* Commentaires */
.bt-insta-comments {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bt-insta-comment {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.bt-insta-comment-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.bt-insta-comment-avatar-placeholder {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #efefef;
  flex-shrink: 0;
}

.bt-insta-comment-text {
  margin: 0 0 2px 0;
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #262626;
}

.bt-insta-comment-meta {
  margin: 0;
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  font-size: 11px;
  color: #888;
  line-height: 1.4;
}

/* Actions */
.bt-insta-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px 4px 16px;
  flex-shrink: 0;
}

.bt-insta-actions-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bt-insta-action-icon {
  display: flex;
  align-items: center;
  cursor: default;
}

.bt-insta-likes {
  margin: 0;
  padding: 0 16px 4px 16px;
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  font-size: 13px;
  color: #262626;
  flex-shrink: 0;
}

.bt-insta-date {
  margin: 0;
  padding: 2px 16px 8px 16px;
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  font-size: 11px;
  color: #888;
  flex-shrink: 0;
}

.bt-insta-comment-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-top: 1px solid #efefef;
  flex-shrink: 0;
}

.bt-insta-comment-placeholder {
  flex: 1;
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  font-size: 13px;
  color: #888;
}

.bt-insta-publish {
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  font-size: 13px;
  color: #0095f6;
  font-weight: 600;
  cursor: default;
}


/* =================================
   META
================================= */

.bt-meta {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 88px var(--margin) 100px var(--margin);
}

.bt-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bt-meta-label {
  font-family: 'Krub', sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.bt-meta-value {
  font-family: 'Krub', sans-serif;
  font-weight: 400;
  font-size: 14px;
}


/* =================================
   MOBILE
================================= */

@media (max-width: 768px) {

  :root {
    --margin: 20px;
    --gap: 56px;
  }

  .bt-intro {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 96px var(--margin) 0 var(--margin);
  }

  .bt-title {
    padding-right: 0;
    font-size: clamp(42px, 11vw, 72px);
  }

  .bt-body {
    padding-top: 0;
    font-size: clamp(18px, 5vw, 24px);
  }

  .bt-insta-card {
    flex-direction: column;
    max-width: 100%;
  }

  .bt-insta-left {
    width: 100%;
  }

  .bt-insta-video {
    height: auto;
    aspect-ratio: 9 / 16;
    object-fit: contain;
  }

  .bt-insta-right {
    max-height: none;
  }

  .bt-meta {
    gap: 20px;
    padding: 40px var(--margin) 120px var(--margin);
  }

  .bt-meta-label,
  .bt-meta-value {
    font-size: 11px;
  }

}