@font-face {
  font-family: "Steam Cinzel";
  src: url("cinzel-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 900;
}

@font-face {
  font-family: "Steam Cinzel Decorative";
  src: url("cinzel-decorative-400-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Steam Cinzel Decorative";
  src: url("cinzel-decorative-700-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

.ste-team-building,
.ste-team-building * {
  box-sizing: border-box;
}

.ste-team-building {
  --steam-gray: #2b2e34;
  --steam-dark: #17191e;
  --steam-gold: #e8b42f;
  --steam-yellow: #eeee22;
  --steam-white: #f3f1eb;
  --steam-text: #343434;
  width: 100%;
  margin: 0;
  overflow-x: clip;
  color: var(--steam-white);
  background: var(--steam-gray);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.65;
}

.ste-team-building img {
  display: block;
  max-width: 100%;
}

.ste-team-building h1,
.ste-team-building h2,
.ste-team-building h3,
.ste-team-building p {
  margin-top: 0;
}

.ste-team-building h1,
.ste-team-building h2,
.ste-team-building h3 {
  text-wrap: balance;
}

.ste-team-building h1,
.ste-team-building h2 {
  font-family: "Steam Cinzel Decorative", Cinzel, Georgia, serif;
  font-weight: 700;
}

.ste-team-building h1 {
  max-width: 16ch;
  margin: 0 auto 0.6rem;
  color: var(--steam-white);
  font-size: clamp(2.8rem, 6.5vw, 5.8rem);
  line-height: 1.05;
  text-shadow: 0 2px 2px #000, 0 0 18px rgba(0, 0, 0, 0.7);
}

.ste-team-building h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 4.2vw, 3.45rem);
  line-height: 1.16;
}

.ste-team-building h3 {
  margin-bottom: 0.65rem;
  font-family: "Steam Cinzel", Cinzel, Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
}

.ste-team-building .shell {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.ste-team-building .compact-shell {
  max-width: 850px;
  text-align: center;
}

.ste-team-building .section {
  padding: 84px 0;
}

.ste-team-building .section-heading {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.ste-team-building .eyebrow,
.ste-team-building .adventure__meta {
  margin: 0 0 12px;
  color: var(--steam-yellow);
  font-family: "Steam Cinzel", Cinzel, Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ste-team-building .ornament {
  width: min(760px, 92%);
  height: auto;
  margin: 0 auto 32px;
  opacity: 0.9;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.65));
}

.ste-team-building .ornament--short {
  width: min(420px, 80%);
  margin-bottom: 16px;
}

.ste-team-building .button {
  min-height: 46px;
  padding: 12px 18px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f6c64a;
  border-radius: 4px;
  color: #221806;
  background: linear-gradient(#f4c54d, #d89e20);
  font-family: "Steam Cinzel", Cinzel, Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 0 13px rgba(246, 198, 74, 0.5);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ste-team-building .button:hover,
.ste-team-building .button:focus-visible {
  color: #221806;
  text-decoration: none;
  transform: scale(1.035);
  box-shadow: 0 0 20px rgba(246, 198, 74, 0.75);
}

.ste-team-building .button--small {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 12px;
}

.ste-team-building .text-link {
  color: var(--steam-yellow);
  font-family: "Steam Cinzel", Cinzel, Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.ste-team-building .hero {
  min-height: 590px;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  background-image:
    linear-gradient(rgba(24, 26, 33, 0.34), rgba(24, 26, 33, 0.55)),
    url("https://steamescape.fr/limoges/wp-content/uploads/2024/04/banniere-site-limoges.jpg");
  background-position: center;
  background-size: cover;
}

.ste-team-building .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 110px;
  background: linear-gradient(transparent, rgba(43, 46, 52, 0.9));
}

.ste-team-building .hero__inner {
  width: min(980px, calc(100% - 32px));
  margin-inline: auto;
  padding: 80px 0 96px;
  text-align: center;
}

.ste-team-building .hero__lead {
  max-width: 740px;
  margin: 0 auto 26px;
  color: #fff;
  font-family: "Steam Cinzel", Cinzel, Georgia, serif;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 600;
  text-shadow: 0 2px 3px #000;
}

.ste-team-building .section--choice {
  background: rgba(43, 46, 52, 0.98);
}

.ste-team-building .section--choice h2,
.ste-team-building .section--adventures h2 {
  color: var(--steam-yellow);
  text-shadow: 0 2px 2px #000;
}

.ste-team-building .format-row {
  max-width: 980px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ste-team-building .format-choice {
  padding: 16px clamp(24px, 4vw, 56px);
  text-align: center;
}

.ste-team-building .format-choice + .format-choice {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.ste-team-building .format-choice h3 {
  color: var(--steam-yellow);
  font-size: 23px;
}

.ste-team-building .format-choice p {
  color: #e9e7e0;
  font-size: 17px;
}

.ste-team-building .section--adventures {
  background:
    linear-gradient(rgba(43, 46, 52, 0.88), rgba(43, 46, 52, 0.93)),
    url("https://steamescape.fr/limoges/wp-content/uploads/2024/04/banniere-site-limoges.jpg") center 80% / cover;
}

.ste-team-building .adventure-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.ste-team-building .adventure {
  text-align: center;
}

.ste-team-building .adventure__image {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 24px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.38);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.ste-team-building .adventure__image:hover,
.ste-team-building .adventure__image:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 0 22px rgba(238, 238, 34, 0.35);
}

.ste-team-building .adventure__image img {
  width: 100%;
  height: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.ste-team-building .adventure__image--vip {
  background: #161617;
}

.ste-team-building .adventure__image--vip img {
  object-fit: cover;
  object-position: center 45%;
}

.ste-team-building .adventure h3 {
  color: var(--steam-yellow);
  font-size: 20px;
  text-shadow: 0 2px 2px #000;
}

.ste-team-building .adventure__meta {
  margin-bottom: 9px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.ste-team-building .adventure > p:not(.adventure__meta) {
  min-height: 84px;
  color: #ece9e2;
  font-size: 16px;
}

.ste-team-building .section--references {
  color: var(--steam-text);
  background: rgba(255, 255, 255, 0.94);
}

.ste-team-building .section--references h2 {
  color: #27292e;
}

.ste-team-building .section--references .eyebrow {
  color: #a96d08;
}

.ste-team-building .section--references .text-link {
  color: #976009;
}

.ste-team-building .video-showcase {
  margin-top: 34px;
  text-align: center;
}

.ste-team-building .video-showcase > p {
  margin-bottom: 18px;
  color: #3b3d42;
  font-size: 17px;
}

.ste-team-building .video-frame {
  width: min(100%, 760px);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(39, 41, 46, 0.3);
  border-radius: 8px;
  background: #111;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.ste-team-building .video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.ste-team-building .section--faq {
  color: var(--steam-white);
  background: var(--steam-gray);
}

.ste-team-building .section--faq .section-heading h2 {
  color: var(--steam-yellow);
  text-shadow: 0 2px 2px #000;
}

.ste-team-building .faq-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 64px;
  align-items: start;
}

.ste-team-building .faq-layout .section-heading {
  margin: 0;
  text-align: left;
}

.ste-team-building .faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.ste-team-building .faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.ste-team-building .faq-list summary {
  padding: 20px 43px 18px 0;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-family: "Steam Cinzel", Cinzel, Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}

.ste-team-building .faq-list summary::-webkit-details-marker {
  display: none;
}

.ste-team-building .faq-list summary::after {
  content: "+";
  position: absolute;
  right: 5px;
  color: var(--steam-yellow);
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 400;
}

.ste-team-building .faq-list details[open] summary::after {
  content: "−";
}

.ste-team-building .faq-list details p {
  padding-right: 24px;
  color: #dedbd4;
  font-size: 17px;
}

.ste-team-building .section--contact {
  background:
    linear-gradient(90deg, rgba(28, 30, 37, 0.96), rgba(28, 30, 37, 0.82)),
    url("https://steamescape.fr/limoges/wp-content/uploads/2024/04/banniere-site-limoges.jpg") center / cover;
}

.ste-team-building .contact-panel {
  max-width: 920px;
  text-align: center;
}

.ste-team-building .contact-panel h2 {
  color: var(--steam-yellow);
  text-shadow: 0 2px 2px #000;
}

.ste-team-building .contact-panel > p:not(.eyebrow) {
  margin-bottom: 24px;
  font-size: 18px;
}

.ste-team-building .wpcf7 {
  margin-top: 32px;
  text-align: left;
}

.ste-team-building .quote-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

.ste-team-building .quote-form__field {
  margin: 0;
  display: grid;
  gap: 8px;
  color: #fff;
  font-family: "Steam Cinzel", Cinzel, Georgia, serif;
  font-size: 14px;
  font-weight: 700;
}

.ste-team-building .quote-form__field--full {
  grid-column: 1 / -1;
}

.ste-team-building .quote-form__field input,
.ste-team-building .quote-form__field select,
.ste-team-building .quote-form__field textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 4px;
  color: #22242a;
  background: rgba(255, 255, 255, 0.96);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.ste-team-building .quote-form__field textarea {
  min-height: 130px;
  resize: vertical;
}

.ste-team-building .quote-form__field input:focus,
.ste-team-building .quote-form__field select:focus,
.ste-team-building .quote-form__field textarea:focus {
  outline: 2px solid var(--steam-yellow);
  outline-offset: 2px;
}

.ste-team-building .quote-form__consent {
  margin: 20px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #f1eee7;
  font-size: 14px;
  text-align: left;
}

.ste-team-building .quote-form__consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.ste-team-building .quote-form__actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.ste-team-building .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #ffd2d2;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.ste-team-building .wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 15px;
  border-color: var(--steam-yellow);
  color: #fff;
  text-align: center;
}

.ste-team-building .phone-link {
  color: var(--steam-yellow);
  font-family: "Steam Cinzel", Cinzel, Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .ste-team-building .adventure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .ste-team-building .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ste-team-building .faq-layout .section-heading {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .ste-team-building {
    font-size: 16px;
  }

  .ste-team-building .section {
    padding: 67px 0;
  }

  .ste-team-building .hero {
    min-height: 560px;
    background-position: 62% center;
  }

  .ste-team-building .hero__inner {
    padding-block: 72px 80px;
  }

  .ste-team-building h1 {
    font-size: clamp(41px, 13vw, 66px);
  }

  .ste-team-building .format-row,
  .ste-team-building .adventure-grid {
    grid-template-columns: 1fr;
  }

  .ste-team-building .format-choice {
    padding: 29px 0;
  }

  .ste-team-building .format-choice + .format-choice {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-left: 0;
  }

  .ste-team-building .adventure-grid {
    gap: 52px;
  }

  .ste-team-building .adventure {
    max-width: 430px;
    margin-inline: auto;
  }

  .ste-team-building .adventure > p:not(.adventure__meta) {
    min-height: 0;
  }

  .ste-team-building .quote-form__grid {
    grid-template-columns: 1fr;
  }

  .ste-team-building .quote-form__field--full {
    grid-column: auto;
  }

  .ste-team-building .quote-form__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ste-team-building .quote-form__actions .button,
  .ste-team-building .quote-form__actions .phone-link {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ste-team-building *,
  .ste-team-building *::before,
  .ste-team-building *::after {
    transition-duration: 0.01ms !important;
  }
}
