/* ==========================================================================
   itsaryan — Hire / Resume page (dark cinematic theme)
   Matches premium-3d tokens: cream ink on deep navy, glass surfaces,
   mono labels, serif display, blue/red/green/amber accents.
   ========================================================================== */

.hire-main { position: relative; z-index: 1; padding-top: 6.5rem; }

.hire-hero,
.hire-section,
.hire-note,
.hire-cta {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
}

/* ── HERO ─────────────────────────────────────────────── */

.hire-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
  min-height: min(760px, calc(100dvh - 5rem));
  padding: 3.5rem 0 5rem;
}

.hire-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
}

.hire-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(77, 212, 155, 0.5);
  animation: hirePulse 2.2s var(--ease) infinite;
}

@keyframes hirePulse {
  0%   { box-shadow: 0 0 0 0 rgba(77, 212, 155, 0.45); }
  70%  { box-shadow: 0 0 0 10px rgba(77, 212, 155, 0); }
  100% { box-shadow: 0 0 0 0 rgba(77, 212, 155, 0); }
}

.hire-hero__copy h1 {
  max-width: 700px;
  margin: 0.9rem 0 1.1rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3.2rem, 7.6vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  color: #f4ecd8;
  text-wrap: balance;
}

.hire-hero__copy h1 em,
.hire-section h2 em,
.hire-note h2 em,
.hire-cta__card h2 em {
  font-style: italic;
  background: linear-gradient(180deg, #6ab2ff 0%, #2a6fdf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hire-hero__lead {
  max-width: 560px;
  margin: 0 0 1.7rem;
  color: rgba(244, 236, 216, 0.72);
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
  line-height: 1.68;
}

.hire-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }

.hire-actions .btn-ghost { color: rgba(244, 236, 216, 0.6); }
.hire-actions .btn-ghost:hover { color: var(--blue); }

.hire-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.8rem;
}

.hire-proofline span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 236, 216, 0.72);
  background: rgba(244, 236, 216, 0.05);
  border: 1px solid rgba(244, 236, 216, 0.14);
  border-radius: 999px;
  padding: 8px 14px;
}

.hire-proofline .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  font-style: normal;
}

.hire-proofline .dot-blue  { background: var(--blue); }
.hire-proofline .dot-red   { background: var(--red); }
.hire-proofline .dot-green { background: var(--green); }

/* hero visual */
.hire-hero__visual { position: relative; }

.hire-visual__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 26px 26px 10px 26px;
  background: #070b14;
  border: 1px solid rgba(244, 236, 216, 0.12);
  box-shadow:
    0 40px 110px rgba(0, 0, 0, 0.55),
    0 0 70px rgba(74, 159, 255, 0.12);
  transform: rotate(2.2deg);
  transition: transform 0.6s var(--ease);
}

.hire-hero__visual:hover .hire-visual__frame { transform: rotate(0.6deg); }

.hire-visual__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 14, 26, 0.05) 40%, rgba(8, 14, 26, 0.78)),
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.12), transparent 32%);
  pointer-events: none;
}

.hire-visual__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.05);
}

.hire-visual__stamp {
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  z-index: 1;
  display: grid;
  gap: 0.25rem;
  color: #f4ecd8;
  font-family: var(--font-mono);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

.hire-visual__stamp span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  color: var(--red);
}

.hire-rec-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  animation: hireRec 1.5s ease-in-out infinite;
}

@keyframes hireRec { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }

.hire-visual__stamp strong {
  font-size: clamp(1.1rem, 3vw, 1.8rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: #f4ecd8;
}

.hire-visual__caption {
  position: absolute;
  z-index: 1;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.2rem;
  display: grid;
  gap: 0.28rem;
  color: #f4ecd8;
}

.hire-visual__caption span {
  font: 700 0.62rem var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8db8ff;
}

.hire-visual__caption strong { font: 600 1.08rem var(--font-main); }

.hire-visual__tag {
  position: absolute;
  right: 6%;
  bottom: -14px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0a0e1a;
  background: var(--amber);
  padding: 6px 14px 5px;
  border-radius: 3px;
  transform: rotate(-2deg);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}

/* ── SECTIONS ─────────────────────────────────────────── */

.hire-section { padding: 5rem 0; }

.hire-section__head {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.8rem;
}

.hire-section h2,
.hire-note h2 {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.6vw, 4.2rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #f4ecd8;
  text-wrap: balance;
}

/* lanes */
.hire-lanes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.hire-lane {
  position: relative;
  min-height: 250px;
  padding: 1.35rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(10, 14, 26, 0.55);
  border: 1px solid rgba(244, 236, 216, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.45s var(--ease), border-color 0.3s, box-shadow 0.45s var(--ease);
}

.hire-lane::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 3px;
  border-radius: 0 0 4px 4px;
}

.hire-lane--blue::before  { background: var(--blue); }
.hire-lane--red::before   { background: var(--red); }
.hire-lane--green::before { background: var(--green); }
.hire-lane--amber::before { background: var(--amber); }

.hire-lane:hover {
  transform: translateY(-6px);
  border-color: rgba(74, 159, 255, 0.4);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), 0 0 40px rgba(74, 159, 255, 0.12);
}

.hire-lane__index {
  display: block;
  margin-bottom: 3rem;
  font: 700 0.66rem var(--font-mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 236, 216, 0.4);
}

.hire-lane h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 0.95;
  color: #f4ecd8;
}

.hire-lane p {
  margin: 0;
  color: rgba(244, 236, 216, 0.6);
  font-size: 0.9rem;
  line-height: 1.58;
}

/* work grid */
.hire-work { border-top: 1px solid rgba(244, 236, 216, 0.1); }

.hire-work__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.hire-work__card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: 18px;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    #0b1020;
  border: 1px solid rgba(244, 236, 216, 0.1);
  color: #f4ecd8;
  transition: transform 0.45s var(--ease), border-color 0.3s, box-shadow 0.45s var(--ease);
}

.hire-work__card:hover,
.hire-work__card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(74, 159, 255, 0.45);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.55), 0 0 46px rgba(74, 159, 255, 0.14);
  outline: none;
}

.hire-work__card span {
  color: #8db8ff;
  font: 700 0.64rem var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hire-work__card strong {
  margin: 1.8rem 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.hire-work__card p {
  margin: 0;
  color: rgba(244, 236, 216, 0.62);
  line-height: 1.58;
  font-size: 0.95rem;
}

.hire-work__card b {
  margin-top: auto;
  padding-top: 1.1rem;
  color: #f4ecd8;
  font: 700 0.72rem var(--font-mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 0.25s;
}

.hire-work__card:hover b { color: var(--blue); }

/* note */
.hire-note {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 8vw, 8rem);
  padding: 5rem 0 6rem;
  border-top: 1px solid rgba(244, 236, 216, 0.1);
}

.hire-note h2 { max-width: 520px; }

.hire-note__copy {
  max-width: 650px;
  color: rgba(244, 236, 216, 0.68);
  font-size: 1.03rem;
  line-height: 1.72;
}

.hire-note__copy p { margin: 0 0 1rem; }

.hire-note__copy strong { color: #f4ecd8; }

/* ── CTA ──────────────────────────────────────────────── */

.hire-cta { padding: 0 0 6rem; }

.hire-cta__card {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 26px;
  padding: clamp(3rem, 7vw, 5rem) clamp(1.6rem, 5vw, 4.5rem);
  background:
    radial-gradient(ellipse 60% 80% at 50% -20%, rgba(74, 159, 255, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    #0b1020;
  border: 1px solid rgba(244, 236, 216, 0.12);
  box-shadow: 0 50px 120px rgba(0, 0, 0, 0.55);
}

.hire-cta__card .eyebrow { color: var(--amber); justify-content: center; }

.hire-cta__card h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #f4ecd8;
  margin: 0.8rem auto 1rem;
  max-width: 18ch;
}

.hire-cta__card p {
  color: rgba(244, 236, 216, 0.65);
  max-width: 50ch;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.hire-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.hire-cta__actions .btn-ghost { color: rgba(244, 236, 216, 0.6); }
.hire-cta__actions .btn-ghost:hover { color: var(--blue); }

/* ── RESPONSIVE ───────────────────────────────────────── */

@media (max-width: 900px) {
  .hire-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 2rem; }
  .hire-hero__visual { width: min(520px, 100%); margin: 0 auto; }
  .hire-section__head,
  .hire-note { grid-template-columns: 1fr; }
  .hire-lanes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hire-work__grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hire-main { padding-top: 5.2rem; }
  .hire-hero,
  .hire-section,
  .hire-note,
  .hire-cta { width: min(100% - 2rem, 1180px); }
  .hire-hero { padding-bottom: 3.5rem; }
  .hire-lanes { grid-template-columns: 1fr; }
  .hire-lane { min-height: 0; }
  .hire-lane__index { margin-bottom: 2.2rem; }
  .hire-visual__frame { transform: rotate(0); border-radius: 20px; }
  .hire-proofline { display: grid; gap: 0.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hire-pulse,
  .hire-rec-dot { animation: none; }
  .hire-visual__frame { transition: none; }
}
