/* =========================================================
   JWL — recruit.html page specific styles
   Builds on: style.css + jline.css + system.css + philosophy.css
   ========================================================= */

/* ---------- Hero ---------- */
.page-recruit .jp-hero::before {
  background-image: url("../../img/recruit/hero.jpg");
  opacity: 0.18;
  filter: brightness(0.6) contrast(1.1) saturate(0.82);
}
.page-recruit .jp-hero::after {
  background:
    radial-gradient(ellipse 70% 50% at 25% 30%, rgba(20,184,166,0.14), transparent 62%),
    radial-gradient(ellipse 60% 60% at 80% 70%, rgba(59,130,246,0.1), transparent 60%),
    linear-gradient(180deg, transparent 55%, rgba(5,7,13,0.95) 100%);
}

.recruit-hero {
  min-height: 82svh;
  text-align: center;
  padding-bottom: 80px;
}
.recruit-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex; flex-direction: column;
  align-items: center;
  gap: 18px;
}
.recruit-hero-title {
  font-family: var(--font-jp);
  font-weight: 900;
  font-size: clamp(44px, 7.6vw, 112px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 6px 0 10px;
}
.recruit-hero-title .title-line { display: block; }
.recruit-hero-title em {
  font-style: normal;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-hero-title .title-dot { color: var(--accent-3); }
.recruit-hero-sub {
  font-family: var(--font-en);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 500;
  color: var(--accent-2);
  letter-spacing: 0.06em;
  margin: 6px 0 12px;
}
.recruit-hero-desc {
  font-size: clamp(14px, 1.05vw, 15.5px);
  color: var(--text-2);
  line-height: 2;
  max-width: 62ch;
}
.recruit-hero-desc strong { color: var(--text); font-weight: 700; }

/* ---------- A Day Timeline tweaks ---------- */
.recruit-timeline .journey-year {
  font-family: var(--font-mono);
  color: var(--accent-2);
}

/* ---------- Notice Card (2027 募集要項作成中) ---------- */
.recruit-notice {
  max-width: 920px;
  margin: 40px auto 0;
  padding: clamp(32px, 5vw, 56px);
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: linear-gradient(135deg, rgba(20,184,166,0.06), rgba(59,130,246,0.05));
}
.recruit-notice::after {
  content: "";
  position: absolute;
  inset: auto -40% -60% auto;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(34,211,238,0.16), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.recruit-notice > * { position: relative; z-index: 1; }

.recruit-notice-badge {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(34,211,238,0.12);
  color: var(--accent-2);
  border: 1px solid rgba(34,211,238,0.32);
  margin-bottom: 20px;
}

.recruit-notice-title {
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 20px;
  color: var(--text);
}

.recruit-notice-desc {
  font-size: clamp(14px, 1.05vw, 16px);
  color: var(--text-2);
  line-height: 2;
  margin: 0 0 14px;
}
.recruit-notice-desc strong { color: var(--text); font-weight: 700; }

.recruit-notice-sub {
  font-size: clamp(13px, 0.95vw, 14px);
  color: var(--text-3);
  line-height: 1.9;
  margin: 0 0 32px;
}

.recruit-notice-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.notice-meta-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  padding: 14px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
}
.notice-meta-lbl {
  font-family: var(--font-en);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-3);
}
.notice-meta-val {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.55;
}
.notice-status {
  color: var(--accent-3);
}

/* ---------- Utility ---------- */
.pc-only { display: inline; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .recruit-notice-meta {
    grid-template-columns: 1fr;
  }
  .pc-only { display: none; }
}

@media (max-width: 680px) {
  .recruit-hero {
    min-height: 74svh;
  }
  .recruit-notice {
    padding: 28px 20px;
  }
}
