/*UXUI New Css*/

.qualification-section {
      max-width: 1200px;
      margin: auto;
      background: #f7f5f2;
    }

    .qualification-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
     border-top: 1px solid #d8d1c8;
      border-left: 1px solid transparent;
    }

    .qualification-item {
      padding: 28px 26px;
      min-height: 96px;
      border-right: 1px solid #d8d1c8;
      border-bottom: 1px solid #d8d1c8;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    /* Remove right border from every 2nd item */
    .qualification-item:nth-child(2n) {
      border-right: none;
    }

    .qualification-title {
      font-size: 20px;
      font-weight: 200;
      line-height: 1.1;
      color: #2d261f;
      margin-bottom: 8px;
    }

    .qualification-subtitle {
      font-size: 14px;
      color: #b28d68;
      line-height: 1.4;
    }

    /* Tablet */
    @media (max-width: 992px) {
      .qualification-title {
        font-size: 20px;
      }

      .qualification-subtitle {
        font-size: 14px;
      }
    }

    /* Mobile */
    @media (max-width: 768px) {
      .qualification-grid {
        grid-template-columns: 1fr;
      }

      .qualification-item {
        border-right: none !important;
        padding: 24px 20px;
      }

      .qualification-title {
        font-size: 20px;
      }

      .qualification-subtitle {
        font-size: 14px;
      }

/* Remove bottom border from last row (5th & 6th items) */
.qualification-item:nth-last-child(-n+2) {
    border-bottom: none;
}

/* Mobile: only remove border from last item */
@media (max-width: 768px) {
    .qualification-item:nth-last-child(-n+2) {
        border-bottom: 1px solid #d8d1c8;
    }

    .qualification-item:last-child {
        border-bottom: none;
    }
}

.UX-Sub{
letter-spacing: .28em;
color: #b88f51;
text-transform: uppercase;
font-size: 10px;
}
.shadow-luxe{background:#000000;}
.hairline {
    height: 1px;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(181, 139, 91, 0.6),
    transparent
);
margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}


.UX-main {
  font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    line-height: 45px;
}
.UX-main-white {
  font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    line-height: 45px;
    color:#fff;
}
.italics{color: #b88f51;font-style: italic;}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.surgeon-portrait-wrap {
    position: relative;
}
.surgeon-portrait-frame {
    position: relative;
    aspect-ratio: 3 / 4;
    background: linear-gradient(160deg, #2a2520 0%, #1a1612 100%);
    overflow: hidden;
}
.surgeon-portrait-frame::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(184, 150, 90, 0.25);
    z-index: 1;
    pointer-events: none;
}
.surgeon-portrait-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-size: 10rem;
    color: rgba(184, 150, 90, 0.08);
    font-weight: 300;
}
.surgeon-portrait-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(26, 24, 20, 0.6) 0%, transparent 50%);
}
.surgeon-badge {
    position: absolute;
    bottom: -4.5rem;
    right: -0.5rem;
    background: #b88f51;
    padding: 1.4rem;
    text-align: center;
    z-index: 2;
    min-width: 120px;
}
.badge-num {
    font-size: 2.2rem;
    font-weight: 300;
    color: #1a1814;
    line-height: 1;
}
.badge-text {
    font-size: 0.58rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(26, 24, 20, 0.7);
    margin-top: 0.3rem;
}



.recognition-section {
      max-width: 1400px;
      margin: auto;
      /*border-top: 1px solid rgba(181, 139, 91, 0.18);*/
      border-left: 1px solid transparent;
    }

    .recognition-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }

    .recognition-card {
      position: relative;
      padding: 58px 48px 50px;
      min-height: 265px;
      border-right: 1px solid rgba(181, 139, 91, 0.18);
      border-bottom: 1px solid rgba(181, 139, 91, 0.18);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

    /* Remove right border from 2nd & 4th cards */
    .recognition-card:nth-child(2n) {
      border-right: none;
    }

    /* Remove bottom border from last row */
    .recognition-card:nth-last-child(-n+2) {
      border-bottom: none;
    }

    .card-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 38px;
    }

    .number {
      font-family: 'Cormorant Garamond', serif;
      font-size: 35px;
      line-height: 1;
      color: #b58b5b;
      font-weight: 400;
    }

    .label {
      font-size: 12px;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: rgba(181, 139, 91, 0.75);
      font-weight: 400;
    }

    .title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(28px, 3vw, 30px);
      line-height: 1.15;
      color: #f5efe8;
      font-weight: 500;
      margin-bottom: 24px;
      max-width: 90%;
    }

    .description {
      font-size: 16px;
      line-height: 1.8;
      color: rgba(244, 238, 232, 0.72);
      max-width: 92%;
      font-weight: 300;
    }

    /* Tablet */
    @media (max-width: 992px) {
      .recognition-card {
        padding: 45px 35px;
      }

      .number {
        font-size: 35px;
      }

      .title {
        font-size: 30px;
      }

      .description {
        font-size: 15px;
      }
    }

    /* Mobile */
    @media (max-width: 768px) {
      .recognition-grid {
        grid-template-columns: 1fr;
      }

      .recognition-card {
        border-right: none !important;
        min-height: auto;
        padding: 38px 24px;
      }

      .recognition-card:nth-last-child(-n+2) {
        border-bottom: 1px solid rgba(181, 139, 91, 0.18);
      }

      .recognition-card:last-child {
        border-bottom: none;
      }

      .number {
        font-size: 35px;
      }

      .title {
        font-size: 30px;
        max-width: 100%;
      }

      .description {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.7;
      }

      .label {
        font-size: 11px;
        letter-spacing: 3px;
      }
    }

    /* Small Mobile */
    @media (max-width: 480px) {
      .recognition-card {
        padding: 32px 18px;
      }

      .title {
        font-size: 30px;
      }

      .number {
        font-size: 38px;
      }
    }
    
.recognition-card:hover{background-color: #322e28;}
.Awardsitalic{font-size: 30px;
    line-height: 40px;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    text-align: center;
    font-style: italic;}
.tracking-wide-luxe>a{letter-spacing: 1px;
    font-size: 14px;
    color: #b88f51;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid;}

.tracking-wide-luxe-lf>a{letter-spacing: 1px;
    font-size: 14px;
    color: #222529;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid;}

/* PUBLICATION BLOCK */
.publication {
  padding: 22px 32px;
  border-bottom: 1px solid #ddd;
  background: #faf8f5;
}
.publication:hover {
  background: #e4dcd3;
}

.publication:last-child {
  border-bottom: none;
}

/* TOP ROW */
.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

/* YEAR */
.year {
  font-size: 14px;
  color: #b97a56;
  letter-spacing: 1px;
  font-family: "Cormorant Garamond", serif;
}

/* JOURNAL */
.journal {
  font-size: 12px;
  letter-spacing: 3px;
  color: #999;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
}

/* TITLE */
.publication h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Cormorant Garamond", serif;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 768px) {

  .container {
    margin: 20px;
  }

  .publication {
    padding: 24px;
  }

  .top-row {
    /*flex-direction: column;*/
    align-items: flex-start;
    gap: 6px;
  }

  .publication h2 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {

  .publication h2 {
    font-size: 16px;
  }

  .journal {
    letter-spacing: 2px;
  }
}

/*technique-grid*/
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.technique-card {
    background: rgb(49 45 42);
    border: 1px solid rgba(184, 150, 90, 0.1);
    padding: 3rem 2.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    cursor: default;
}
.technique-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, var(--gold), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s;
}
.tech-num {
    font-family: "Cormorant Garamond", serif;
    font-size: 5rem;
    font-weight: 300;
    color: rgba(184, 150, 90, 0.08);
    line-height: 1;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.tech-badge {
    display: inline-block;
    font-size: 0.6rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #b88f51;
    border: 1px solid rgba(184, 150, 90, 0.4);
    padding: 0.3rem 0.9rem;
    margin-bottom: 1.5rem;
}
.tech-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0.4rem;
    line-height: 1.1;
}
.tech-tagline {
    font-size: 0.72rem;
    font-style: italic;
    color: #b88f51;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}
.tech-points {
    list-style: none;
    margin-bottom: 1.8rem;
    padding-left: 0px;
}
.tech-points li {
    font-size: 0.78rem;
    color: rgba(249, 246, 240, 0.55);
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(184, 150, 90, 0.08);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
}
.tech-points li::before {
    content: '—';
    color: #b88f51;
    font-size: 0.7rem;
    flex-shrink: 0;
}
.tech-result {
    padding: 1rem 1.2rem;
    background: rgba(184, 150, 90, 0.07);
    border-left: 2px solid #b88f51;
}
.tech-result-label {
    font-size: 0.58rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b88f51;
    margin-bottom: 0.3rem;
}
.tech-result-text {
    font-family: "Cormorant Garamond", serif;
    font-size: 0.9rem;
    font-style: italic;
    color: #fff;
}