/*
 * UnderConstructionPage
 * Orchies Forum 2026 custom theme CSS (replaces Plain Text)
 * (c) WebFactory Ltd, 2015 - 2025
 */

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #ececec;
  color: #1f252b;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

.orchies-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 60px;
  box-sizing: border-box;
  background: #ececec;
}

.orchies-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.hero-image {
  display: block;
  width: 100%;
  max-width: 225px;
  height: auto;
  margin: 0 auto 24px;
}

h1 {
  margin: 0 auto 110px;
  max-width: 1180px;
  color: #1f252b;
  font-size: clamp(42px, 6vw, 102px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-align: center;
}

.content {
  margin: 0 auto 50px;
  max-width: 1100px;
  color: #4a4a4a;
  font-size: clamp(24px, 2.35vw, 54px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

.content p {
  margin: 0;
}

.partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 42px;
  margin-top: 10px;
}

.partner-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 58px;
}

.logo-orchies {
  max-height: 62px;
}

.logo-pole {
  max-height: 54px;
}

#linkback {
  margin: 10px 0 14px;
  color: rgba(31, 37, 43, 0.65);
}

#linkback a {
  color: inherit;
}

#login-button {
  position: fixed;
  right: 14px;
  bottom: 14px;
  float: none;
  margin: 0;
  z-index: 30;
}

#login-button a {
  background-color: rgba(31, 37, 43, 0.78);
  border-radius: 8px;
  opacity: 0.6;
  padding: 10px 12px;
}

#login-button a:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .orchies-page {
    padding: 34px 18px 54px;
  }

  h1 {
    margin-bottom: 82px;
    max-width: 900px;
  }

  .content {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .orchies-page {
    padding: 28px 16px 50px;
  }

  .hero-image {
    max-width: 180px;
    margin-bottom: 18px;
  }

  h1 {
    max-width: 560px;
    margin-bottom: 68px;
    font-size: clamp(40px, 11vw, 74px);
    line-height: 1.04;
  }

  .content {
    max-width: 620px;
    margin-bottom: 34px;
    font-size: clamp(22px, 5.6vw, 34px);
    line-height: 1.12;
  }

  .partner-logos {
    gap: 28px;
  }

  .partner-logo {
    max-width: 150px;
    max-height: 48px;
  }

  .logo-orchies {
    max-height: 52px;
  }

  .logo-pole {
    max-height: 44px;
  }
}


.content img,
.content figure,
.content .wp-caption,
.content .alignnone,
.content .aligncenter,
.content .alignleft,
.content .alignright {
  display: none !important;
}


/* Hide any stray elements injected before/after the template */
body > *:not(.orchies-page):not(#login-button):not(#linkback):not(script):not(style) {
  display: none !important;
}

.orchies-page img {
  max-width: 100%;
}
