
.cafe-jobs-grid,
.cafe-unified-form,
.cafe-initiative-form {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: inherit;
  color: inherit;
}


.cafe-jobs-intro {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 22px;
  font-family: inherit;
  color: inherit;
}

.cafe-jobs-intro p {
  margin: 0;
  max-width: 900px;
  font-size: clamp(1.3rem, 1.12rem + 0.85vw, 1.8rem);
  line-height: 1.65;
  font-weight: 500;
  color: inherit;
}


.cafe-jobs-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.cafe-jobs-empty {
  padding: 30px 28px;
  border: 1px solid #e2e8e2;
  border-radius: 18px;
  background: #f8fbf8;
}

.cafe-jobs-empty h3 {
  margin: 0 0 10px;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  line-height: 1.18;
  color: inherit;
}

.cafe-jobs-empty p {
  margin: 0;
  font-size: 1.08em;
  line-height: 1.7;
  color: inherit;
}

.cafe-job-card {
  border: 1px solid #e2e8e2;
  border-radius: 20px;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 10px 26px rgba(20, 30, 24, 0.06);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cafe-job-card:hover,
.cafe-job-card:focus-within {
  transform: translateY(-1px);
  border-color: #c7d5c9;
  box-shadow: 0 14px 30px rgba(20, 30, 24, 0.09);
}

.cafe-job-card__header {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cafe-job-card__title-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.cafe-job-card__eyebrow {
  margin: 0 0 10px;
  font-size: 0.98em;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6c7f70;
}

.cafe-job-card h3 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  line-height: 1.14;
  font-weight: 700;
  color: inherit;
}

.cafe-job-card__department {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f1f6f1;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 600;
  color: #36533f;
}

.cafe-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.cafe-job-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f9f7;
  border: 1px solid #e3ebe4;
  font-size: 1.02em;
  line-height: 1.35;
}

.cafe-job-content {
  font-size: 1.08em;
  line-height: 1.75;
  color: inherit;
}

.cafe-job-content p,
.cafe-job-content ul,
.cafe-job-content ol {
  margin-top: 0;
  margin-bottom: 0.9em;
}

.cafe-job-content > *:last-child {
  margin-bottom: 0;
}

.cafe-job-card__footer {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #edf2ed;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: flex-end;
}

.cafe-job-requirements {
  margin: 0;
  padding-left: 1.15em;
}

.cafe-job-requirements li {
  margin: 0 0 8px;
  font-size: 1.02em;
  line-height: 1.6;
}

.cafe-job-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #36533f;
  color: #fff;
  font-size: 1.02em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.cafe-form-notice {
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 1.02em;
  line-height: 1.55;
}

.cafe-form-notice.is-success {
  background: #edf8ef;
  border: 1px solid #cde7d1;
  color: #24472d;
}

.cafe-form-notice.is-error {
  background: #fff3f2;
  border: 1px solid #f2ceca;
  color: #7a3026;
}

.cafe-unified-form,
.cafe-initiative-form {
  margin-top: 0;
}

.cafe-unified-form > h2,
.cafe-initiative-form > h2 {
  margin: 0 0 22px;
  font-size: clamp(2.4rem, 4.4vw, 3.35rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: inherit;
}

#cafe-application-form {
  display: grid;
  gap: 16px;
}

#cafe-application-form label {
  display: grid;
  gap: 8px;
  font-size: 1.04em;
  line-height: 1.5;
  font-weight: 600;
  color: inherit;
}

#cafe-application-form input[type="text"],
#cafe-application-form input[type="email"],
#cafe-application-form input[type="tel"],
#cafe-application-form input[type="date"],
#cafe-application-form input[type="file"],
#cafe-application-form select,
#cafe-application-form textarea {
  width: 100%;
  border: 1px solid #d7ded8;
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
  line-height: 1.45;
  background: #fff;
  box-sizing: border-box;
}

.cafe-field-hint {
  font-size: 0.95em;
  line-height: 1.55;
  color: #617066;
}

.cafe-privacy-label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  font-weight: 400;
}

.cafe-privacy-label input[type="checkbox"] {
  margin-top: 0.35em;
}

.cafe-privacy-label span,
.cafe-privacy-label a {
  font-size: 1em;
  line-height: 1.7;
}

#cafe-application-form button[type="submit"] {
  justify-self: start;
  border: 0;
  border-radius: 12px;
  padding: 14px 22px;
  background: #36533f;
  color: #fff;
  font-size: 1.02em;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 720px) {
  .cafe-job-card {
    padding: 22px;
  }

  .cafe-job-card__header,
  .cafe-job-card__footer {
    display: grid;
  }

  .cafe-job-card h3 {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .cafe-job-card__cta {
    width: 100%;
    min-width: 0;
  }

  .cafe-unified-form > h2,
  .cafe-initiative-form > h2 {
    font-size: clamp(2.05rem, 8vw, 2.7rem);
  }
}

@media (max-width: 720px) {
  .cafe-jobs-intro p {
    font-size: clamp(1.15rem, 5vw, 1.4rem);
  }
}
