
  .hire-section {
    background: #f7f3ee;
    padding: 120px 24px;
  }

  .hire-container {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
  }

  .hire-eyebrow {
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #8a8178;
    margin-bottom: 18px;
  }

  .hire-heading {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #111;
    margin-bottom: 30px;
  }

  .hire-intro {
    max-width: 820px;
    margin: 0 auto 20px;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.9;
    color: #4e4944;
  }

  .hire-intro span {
    color: #111;
    font-weight: 600;
  }

  .hire-panel {
    margin-top: 60px;
    background: #ffffff;
    border: 1px solid #e6ddd3;
    padding: 70px 60px;
    text-align: left;
  }

  .hire-role {
    margin-bottom: 35px;
    border-bottom: 1px solid #ece4da;
    padding-bottom: 24px;
  }

  .hire-role-label {
    font-family: Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8a8178;
    margin-bottom: 12px;
  }

  .hire-role h3 {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    margin: 0;
  }

  .hire-copy p {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.95;
    color: #4f4a45;
    margin-bottom: 22px;
  }

  .hire-actions {
    margin-top: 40px;
  }

  .hire-button {
    display: inline-block;
    padding: 16px 34px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .hire-button:hover {
    background: #111;
    color: #fff;
  }

  @media (max-width: 768px) {
    .hire-section {
      padding: 90px 20px;
    }

    .hire-heading {
      font-size: 40px;
    }

    .hire-intro {
      font-size: 17px;
      line-height: 1.8;
    }

    .hire-panel {
      padding: 40px 28px;
    }

    .hire-role h3 {
      font-size: 28px;
    }

    .hire-copy p {
      font-size: 16px;
      line-height: 1.85;
    }
  }
