/* ========================================
   PROBATUM PAGE
   ======================================== */

.probatum-page {
  background: #F1F1F1;
  min-height: 100vh;
}

/* ----------------------------------------
   HERO SECTION
   ---------------------------------------- */

.probatum-hero {
  max-width: 1074px;
  margin: 0 auto;
  padding: 104px 20px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.probatum-main-title {
  font-family: 'Luxerie', sans-serif;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 3.84px;
  color: #000;
  margin: 0 0 86px;
  text-align: center;
  line-height: normal;
}

/* Three "Not a..." statements */
.probatum-statements {
  display: flex;
  gap: 200px;
  margin-bottom: 20px;
  width: 100%;
  justify-content: center;
}

.probatum-statement-item {
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #474646;
  letter-spacing: 1.2px;
  text-align: center;
}

/* Decorative H-bracket divider */
.probatum-bracket-divider {
  position: relative;
  width: 837px;
  height: 12px;
  margin: 0 auto 68px;
  flex-shrink: 0;
}

.bracket-tick {
  position: absolute;
  top: 0;
  width: 1px;
  height: 11px;
  background: #989CA0;
}

.bracket-tick--left { left: 0; }
.bracket-tick--right { right: 0; }

.bracket-main-line {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  height: 1px;
  background: #989CA0;
}

.bracket-center-mark {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 1px;
  background: #989CA0;
}

/* ACCESS subsection */
.probatum-access-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}

.access-heading {
  font-family: 'Maven Pro', sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 2.4px;
  color: #474646;
  margin: 0;
  line-height: normal;
}

.access-tagline {
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #474646;
  margin: 0;
  line-height: normal;
}

.access-description {
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #252525;
  margin: 0;
  line-height: normal;
}

/* ----------------------------------------
   SIGN SECTION
   ---------------------------------------- */

.probatum-sign-section {
  padding: 0 82px 80px 73px;
  max-width: 1440px;
  margin: 0 auto;
}

/* SIGN heading row */
.sign-heading-row {
  display: flex;
  align-items: flex-end;
  gap: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #989CA0;
}

.sign-heading {
  font-family: 'Luxerie', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: normal;
  white-space: nowrap;
  padding-bottom: 8px;
}

.sign-heading-rule {
  flex: 1;
}

/* Sign body content */
.sign-body {
  padding-top: 40px;
}

.sign-intro-text {
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #252525;
  margin: 0 0 40px;
  line-height: normal;
}

.sign-brand-name {
  font-family: 'Luxerie', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #252525;
}

/* Two-column layout */
.sign-two-columns {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 0 0 48px 88px;
}

.sign-col-clarifications {
  width: 416px;
  flex-shrink: 0;
  padding-top: 21px;
}

.sign-clarification-text {
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #252525;
  line-height: 175%;
  margin: 0;
  text-align: justify;
}

.sign-col-separator {
  width: 1px;
  background: #989CA0;
  align-self: stretch;
  margin: 0 107px;
  flex-shrink: 0;
}

.sign-col-functional {
  flex: 1;
  padding-top: 22px;
}

.sign-functional-text {
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #252525;
  line-height: 35px;
  margin: 0;
  text-align: justify;
}

.sign-stable-note {
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin: 0 0 32px;
  line-height: 130%;
}

/* ----------------------------------------
   FORMAT EXAMPLES GRID
   ---------------------------------------- */

.sign-format-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.format-box {
  border: 0.5px solid #979B9E;
  display: flex;
  flex-direction: column;
}

.format-box-label {
  font-family: 'Maven Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #474646;
  letter-spacing: 4.56px;
  line-height: 130%;
  text-align: center;
  padding: 21px 0 12px;
}

.format-box-image {
  flex: 1;
  overflow: hidden;
}

.format-box-image img,
.format-box-image svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ----------------------------------------
   RESPONSIVE
   ---------------------------------------- */

@media (max-width: 1200px) {
  .probatum-sign-section {
    padding: 0 40px 80px;
  }

  .sign-two-columns {
    margin-left: 40px;
  }
}

@media (max-width: 1024px) {
  .probatum-statements {
    gap: 60px;
  }

  .probatum-bracket-divider {
    width: 600px;
  }

  .sign-format-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sign-two-columns {
    margin-left: 0;
    flex-direction: column;
    gap: 32px;
  }

  .sign-col-clarifications {
    width: 100%;
  }

  .sign-col-separator {
    width: 100%;
    height: 1px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .probatum-hero {
    padding: 80px 24px 60px;
  }

  .probatum-main-title {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 48px;
  }

  .probatum-statements {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .probatum-bracket-divider {
    width: 280px;
  }

  .access-heading {
    font-size: 28px;
  }

  .sign-format-grid {
    grid-template-columns: 1fr;
  }

  .probatum-sign-section {
    padding: 0 24px 60px;
  }

  .sign-heading {
    font-size: 28px;
  }
}
