html { scroll-behavior: smooth; background: #101416; }
body { margin: 0; background: #101416; }

.recruit-site {
  --night: #101416;
  --night-soft: #1b2022;
  --paper: #f2f0eb;
  --lavender: #d2ad68;
  --violet: #935255;
  --pink: #b65d60;
  --cyan: #e5e7e4;
  --muted: #aaa7a0;
  min-height: 100vh;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 18%, rgba(147, 82, 85, .18), transparent 27rem),
    radial-gradient(circle at 12% 64%, rgba(182, 93, 96, .08), transparent 24rem),
    var(--night);
  font-family: Inter, "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
}

.recruit-site * { box-sizing: border-box; }
.recruit-site a { color: inherit; text-decoration: none; }

.recruit-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  border-bottom: 1px solid rgba(210, 173, 104, .16);
}

.recruit-brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.recruit-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(210, 173, 104, .55);
  border-radius: 50%;
  color: var(--lavender);
  font-size: 19px;
  box-shadow: inset 0 0 18px rgba(147, 82, 85, .15), 0 0 24px rgba(147, 82, 85, .12);
}
.recruit-brand strong { display: block; font-size: 12px; letter-spacing: .21em; }
.recruit-brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .28em; }

.recruit-nav nav { display: flex; align-items: center; gap: 36px; }
.recruit-nav nav a { color: var(--muted); font-size: 12px; letter-spacing: .08em; transition: 180ms ease; }
.recruit-nav nav a:hover { color: var(--paper); }
.nav-cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px 17px;
  border: 1px solid rgba(210, 173, 104, .35);
  border-radius: 999px;
  color: var(--lavender) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  background: rgba(210, 173, 104, .05);
}
.nav-cta span { font-size: 15px; }

.recruit-hero {
  position: relative;
  min-height: 820px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 142px 0 76px;
}
.hero-noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.recruit-hero-copy { position: relative; z-index: 2; padding-left: 4.5vw; }
.recruit-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: var(--lavender); font: 700 9px/1 ui-monospace, monospace; letter-spacing: .2em; }
.recruit-kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 15px var(--pink); animation: signal-pulse 2s ease-in-out infinite; }
.recruit-hero h1 { margin: 0; font-size: clamp(58px, 7.2vw, 104px); line-height: .98; letter-spacing: -.075em; font-weight: 850; }
.recruit-hero h1 span { color: transparent; -webkit-text-stroke: 1px var(--pink); text-shadow: 0 0 40px rgba(182, 93, 96, .2); }
.hero-lead { max-width: 640px; margin: 30px 0 0; color: var(--muted); font-size: 15px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.button-primary { display: flex; align-items: center; justify-content: space-between; width: 190px; padding: 15px 19px; border-radius: 2px; color: #1b2022 !important; background: var(--lavender); font-size: 12px; font-weight: 850; letter-spacing: .1em; box-shadow: 0 10px 40px rgba(147, 82, 85, .2); transition: 180ms ease; }
.button-primary:hover { transform: translateY(-2px); background: #e0c17c; box-shadow: 0 14px 46px rgba(147, 82, 85, .28); }
.button-text { display: flex; align-items: center; gap: 12px; color: var(--muted) !important; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.button-text span { color: var(--pink); }
.hero-meta { display: flex; align-items: center; gap: 12px; margin-top: 56px; color: #77756f; font: 700 9px/1 ui-monospace, monospace; letter-spacing: .18em; }
.hero-meta i { width: 3px; height: 3px; border-radius: 50%; background: var(--pink); }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; isolation: isolate; }
.city-moon { position: absolute; width: min(35vw, 450px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 36% 34%, #f0e7d5 0 2%, #c98986 27%, #5f3538 66%, #181d1f 100%); box-shadow: 0 0 70px rgba(147, 82, 85, .18), inset -55px -35px 70px rgba(16, 20, 22, .5); }
.city-moon::before, .city-moon::after { content: ""; position: absolute; border-radius: 50%; background: rgba(75, 58, 60, .2); filter: blur(1px); }
.city-moon::before { width: 23%; height: 15%; left: 18%; top: 24%; transform: rotate(-18deg); }
.city-moon::after { width: 13%; height: 19%; right: 20%; bottom: 24%; transform: rotate(22deg); }
.orbit { position: absolute; width: min(42vw, 540px); aspect-ratio: 1; border: 1px solid rgba(210, 173, 104, .18); border-radius: 50%; animation: orbit-spin 22s linear infinite; }
.orbit-two { width: min(48vw, 615px); border-style: dashed; animation-direction: reverse; animation-duration: 36s; opacity: .55; }
.orbit i { position: absolute; top: 16%; left: 6%; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }
.hero-mascot-frame { position: relative; z-index: 2; width: min(28vw, 284px); height: min(43vw, 438px); padding: 7px; border: 1px solid rgba(210, 173, 104, .42); border-radius: 46% 46% 28px 28px / 28% 28% 28px 28px; background: rgba(16, 20, 22, .88); box-shadow: 0 30px 80px rgba(5, 8, 9, .46), 0 0 45px rgba(182, 93, 96, .13); transform: rotate(1.5deg); }
.hero-mascot-frame::before { content: ""; position: absolute; inset: -13px; z-index: -1; border: 1px solid rgba(210, 173, 104, .13); border-radius: inherit; }
.hero-mascot-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 45% 45% 22px 22px / 27% 27% 22px 22px; filter: saturate(.9) contrast(1.03); }
.hero-mascot-frame span { position: absolute; left: 50%; bottom: 16px; width: max-content; padding: 7px 10px; border: 1px solid rgba(210, 173, 104, .3); color: var(--lavender); background: rgba(16, 20, 22, .86); backdrop-filter: blur(8px); font: 700 7px/1 ui-monospace, monospace; letter-spacing: .18em; transform: translateX(-50%); }
.visual-code { position: absolute; right: 0; bottom: 15%; margin: 0; color: rgba(210, 173, 104, .5); font: 700 8px/1 ui-monospace, monospace; letter-spacing: .17em; writing-mode: vertical-rl; }
.spark { position: absolute; color: var(--pink); text-shadow: 0 0 13px currentColor; animation: float-spark 3.4s ease-in-out infinite; }
.spark-one { top: 11%; right: 12%; font-size: 20px; }
.spark-two { bottom: 19%; left: 6%; color: var(--cyan); font-size: 15px; animation-delay: -.8s; }
.spark-three { top: 23%; left: 12%; color: var(--paper); font-size: 24px; animation-delay: -1.7s; }

.recruit-marquee { width: 100%; overflow: hidden; border-block: 1px solid rgba(210, 173, 104, .14); background: rgba(210, 173, 104, .035); transform: rotate(-1deg) scale(1.02); }
.recruit-marquee > div { width: max-content; display: flex; align-items: center; gap: 36px; padding: 18px 0; animation: marquee-run 25s linear infinite; }
.recruit-marquee span { color: #d4cbc2; font-size: 11px; font-weight: 750; letter-spacing: .18em; }
.recruit-marquee b { color: var(--pink); font-size: 10px; }

.content-section {
  position: relative;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 150px 0;
}

.section-label {
  position: absolute;
  left: 0;
  top: 153px;
  width: 110px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #77756f;
  font: 700 8px/1 ui-monospace, monospace;
  letter-spacing: .16em;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
}

.section-label span { color: var(--pink); font-size: 10px; }
.section-kicker { margin: 0 0 22px; color: var(--lavender); font: 700 9px/1.4 ui-monospace, monospace; letter-spacing: .18em; }
.section-heading h2,
.intro-copy h2,
.values-statement h2,
.assessment-section h2,
.apply-section h2 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.12;
  letter-spacing: -.055em;
}
.section-heading h2 span,
.intro-copy h2 span,
.values-statement h2 span,
.assessment-section h2 span,
.apply-section h2 span { color: var(--pink); }
.section-heading > p:last-child,
.intro-copy > p,
.values-statement > p,
.assessment-section > div > p:last-child,
.apply-section > p {
  color: var(--muted);
  line-height: 1.9;
  font-size: 13px;
}

.night-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: center;
  gap: 8vw;
  min-height: 770px;
}
.intro-copy { padding-left: 5vw; }
.intro-copy > p { max-width: 620px; margin: 28px 0 0; }
.intro-copy > p strong { color: var(--paper); }
.game-line { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(210, 173, 104, .14); }
.game-line small { color: #77756f; font: 700 8px/1 ui-monospace, monospace; letter-spacing: .2em; }
.game-line div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 15px; }
.game-line span { padding: 8px 11px; border: 1px solid rgba(210, 173, 104, .18); border-radius: 999px; color: #d9d0c2; background: rgba(210, 173, 104, .035); font: 700 9px/1 ui-monospace, monospace; letter-spacing: .1em; }

.chat-cloud { position: relative; min-height: 440px; }
.chat-cloud::before { content: ""; position: absolute; inset: 8% 5% 2%; border: 1px solid rgba(210, 173, 104, .12); border-radius: 50%; box-shadow: inset 0 0 70px rgba(147, 82, 85, .08); }
.chat-line { position: absolute; margin: 0; padding: 11px 17px; border: 1px solid rgba(210, 173, 104, .18); border-radius: 999px; color: #d7d0c6; background: rgba(27, 32, 34, .82); backdrop-filter: blur(8px); font-size: 12px; box-shadow: 0 12px 35px rgba(5, 7, 8, .22); }
.chat-1 { left: 3%; top: 7%; transform: rotate(-4deg); }
.chat-2 { right: 3%; top: 21%; transform: rotate(4deg); }
.chat-3 { left: 8%; top: 41%; transform: rotate(2deg); }
.chat-4 { right: 0; bottom: 25%; transform: rotate(-3deg); }
.chat-5 { left: 1%; bottom: 6%; transform: rotate(3deg); }
.chat-cat { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); font-size: 58px; filter: drop-shadow(0 0 22px rgba(210, 173, 104, .22)); }

.service-strip {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgba(210, 173, 104, .14);
}
.service-strip article { display: flex; align-items: center; gap: 18px; min-height: 110px; padding: 22px 30px; border-right: 1px solid rgba(210, 173, 104, .14); }
.service-strip article:last-child { border-right: 0; }
.service-strip i { color: var(--pink); font: 700 10px/1 ui-monospace, monospace; font-style: normal; }
.service-strip b,
.service-strip span { display: block; }
.service-strip b { font-size: 15px; }
.service-strip span { margin-top: 6px; color: #817d76; font-size: 10px; }

.roles-section { padding-bottom: 110px; }
.roles-section .section-heading { width: min(600px, 75%); padding-left: 5vw; }
.section-heading > p:last-child { max-width: 570px; margin: 27px 0 0; }
.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 70px; padding-left: 5vw; background: rgba(210, 173, 104, .13); border: 1px solid rgba(210, 173, 104, .13); }
.role-card { position: relative; min-height: 280px; padding: 26px 24px; overflow: hidden; background: #121719; transition: 200ms ease; }
.role-card:hover { z-index: 2; background: #202628; transform: translateY(-8px); box-shadow: 0 24px 60px rgba(5, 7, 8, .4); }
.role-card > div { display: flex; align-items: center; justify-content: space-between; }
.role-card > div span { color: var(--pink); font: 700 11px/1 ui-monospace, monospace; }
.role-card > div small { color: #585753; font: 700 7px/1 ui-monospace, monospace; letter-spacing: .15em; }
.role-card h3 { display: flex; align-items: center; justify-content: space-between; margin: 70px 0 14px; font-size: 27px; }
.role-card h3 i { padding: 5px 7px; border: 1px solid rgba(229, 231, 228, .25); border-radius: 99px; color: var(--cyan); background: rgba(229, 231, 228, .04); font-size: 8px; font-style: normal; font-weight: 700; }
.role-card p { margin: 0; color: #9b9690; font-size: 11px; line-height: 1.75; }
.role-card > b { position: absolute; right: 22px; bottom: 20px; color: #5c5a55; font-size: 16px; }
.role-card:hover > b { color: var(--pink); }

.values-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(1280px, calc(100% - 64px));
  margin: 60px auto;
  border: 1px solid rgba(210, 173, 104, .14);
  background:
    radial-gradient(circle at 16% 22%, rgba(182, 93, 96, .11), transparent 20rem),
    linear-gradient(135deg, #1d2325, #121719 70%);
}
.values-statement { padding: 74px clamp(35px, 6vw, 85px); border-right: 1px solid rgba(210, 173, 104, .14); }
.values-statement > span { color: #77756f; font: 700 8px/1 ui-monospace, monospace; letter-spacing: .2em; }
.values-statement h2 { margin-top: 33px; font-size: clamp(40px, 4.5vw, 65px); }
.values-statement > p { margin: 29px 0 0; }
.values-list { padding: 72px clamp(30px, 5vw, 70px); }
.values-list ul { margin: 30px 0 0; padding: 0; list-style: none; }
.values-list li { display: grid; grid-template-columns: 40px 1fr; gap: 17px; padding: 20px 0; border-top: 1px solid rgba(210, 173, 104, .12); }
.values-list li > span { color: var(--pink); font: 700 9px/1.8 ui-monospace, monospace; }
.values-list li b { font-size: 14px; }
.values-list li p { margin: 6px 0 0; color: #918d85; font-size: 10px; line-height: 1.6; }

.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: start; padding-left: 5vw; }
.process-section .section-label { left: -5vw; }
.process-heading { position: sticky; top: 120px; }
.process-heading > p:last-child { max-width: 440px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 20px; min-height: 118px; padding: 24px 0 24px 8px; border-top: 1px solid rgba(210, 173, 104, .14); }
.process-list li:last-child { border-bottom: 1px solid rgba(210, 173, 104, .14); }
.process-list li > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(210, 173, 104, .23); border-radius: 50%; color: var(--lavender); font: 700 9px/1 ui-monospace, monospace; }
.process-list h3 { margin: 4px 0 8px; font-size: 17px; }
.process-list p { margin: 0; color: #918d85; font-size: 10px; line-height: 1.6; }
.process-list i { position: absolute; left: 20px; bottom: -7px; z-index: 2; color: var(--pink); font-size: 11px; font-style: normal; }

.assessment-section {
  position: relative;
  width: min(1180px, calc(100% - 64px));
  min-height: 500px;
  margin: 15px auto 0;
  padding: 90px clamp(32px, 7vw, 95px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: center;
  gap: 7vw;
  overflow: hidden;
  border: 1px solid rgba(210, 173, 104, .14);
  background: radial-gradient(circle at 82% 40%, rgba(147, 82, 85, .16), transparent 25rem), #121719;
}
.assessment-section h2 { font-size: clamp(40px, 4.5vw, 64px); }
.assessment-section > div > p:last-child { max-width: 570px; margin: 28px 0 0; }
.assessment-section > div > p b { color: var(--lavender); }
.assessment-note { position: relative; z-index: 2; padding: 30px; border: 1px solid rgba(210, 173, 104, .2); background: rgba(13, 16, 17, .63); backdrop-filter: blur(12px); }
.assessment-note span,
.assessment-note b,
.assessment-note small { display: block; }
.assessment-note span { margin-bottom: 24px; color: var(--pink); font: 700 8px/1 ui-monospace, monospace; letter-spacing: .2em; }
.assessment-note b { font-size: 15px; }
.assessment-note i { display: block; margin: 9px 0; color: #585753; font-style: normal; }
.assessment-note small { margin-top: 24px; color: #817d76; font-size: 9px; }
.assessment-orbit { position: absolute; right: -110px; top: -120px; width: 470px; height: 470px; border: 1px solid rgba(210, 173, 104, .09); border-radius: 50%; animation: orbit-spin 30s linear infinite; }
.assessment-orbit::before,
.assessment-orbit::after { content: ""; position: absolute; border: 1px solid rgba(210, 173, 104, .08); border-radius: 50%; }
.assessment-orbit::before { inset: 55px; }
.assessment-orbit::after { inset: 115px; }
.assessment-orbit i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.assessment-orbit i:nth-child(1) { left: 10%; top: 25%; }
.assessment-orbit i:nth-child(2) { right: 18%; bottom: 8%; background: var(--pink); box-shadow: 0 0 12px var(--pink); }
.assessment-orbit i:nth-child(3) { right: 4%; top: 42%; }

.apply-section {
  position: relative;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 165px 5vw 125px;
  text-align: center;
}
.apply-section h2 { font-size: clamp(44px, 6.6vw, 84px); }
.apply-section > p { max-width: 670px; margin: 32px auto 0; }
.apply-actions { display: flex; align-items: stretch; justify-content: center; gap: 15px; margin-top: 42px; }
.form-link { width: 220px; min-height: 63px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border: 1px solid var(--lavender); border-radius: 2px; font-size: 12px; font-weight: 850; letter-spacing: .08em; transition: 180ms ease; }
.form-link { color: #15191a !important; background: var(--lavender); }
.form-link:hover { transform: translateY(-2px); box-shadow: 0 14px 46px rgba(147, 82, 85, .22); }
.form-link:hover { background: #e0c17c; }
.form-link b { font-size: 16px; }
.apply-note { display: block; margin-top: 25px; color: #77756f; font-size: 9px; }
.apply-stars span { position: absolute; color: var(--pink); text-shadow: 0 0 15px currentColor; }
.apply-stars span:nth-child(1) { left: 4%; top: 32%; font-size: 20px; }
.apply-stars span:nth-child(2) { right: 7%; top: 24%; color: var(--cyan); }
.apply-stars span:nth-child(3) { right: 14%; bottom: 24%; color: var(--paper); font-size: 25px; }

.recruit-footer {
  width: min(1280px, calc(100% - 64px));
  min-height: 170px;
  margin: 0 auto;
  padding: 45px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  border-top: 1px solid rgba(210, 173, 104, .14);
}
.recruit-footer > p { margin: 0; text-align: center; color: #918d85; font-size: 10px; line-height: 1.8; }
.recruit-footer > .footer-discord { justify-self: end; color: var(--gold); font: 700 9px/1 ui-monospace, monospace; letter-spacing: .14em; transition: 180ms ease; }
.recruit-footer > .footer-discord:hover { color: var(--paper); transform: translateY(-2px); }

@keyframes signal-pulse { 50% { opacity: .35; transform: scale(.75); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes float-spark { 50% { transform: translateY(-9px) rotate(12deg); opacity: .5; } }
@keyframes marquee-run { to { transform: translateX(-33.33%); } }

@media (max-width: 860px) {
  .recruit-nav { width: min(100% - 34px, 1280px); grid-template-columns: 1fr auto; }
  .recruit-nav nav { display: none; }
  .recruit-hero { width: min(100% - 34px, 1280px); grid-template-columns: 1fr; padding-top: 150px; }
  .recruit-hero-copy { padding-left: 0; }
  .recruit-hero h1 { font-size: clamp(55px, 15vw, 82px); }
  .hero-visual { min-height: 500px; margin-top: -30px; opacity: .82; }
  .city-moon { width: min(78vw, 420px); }
  .orbit { width: min(92vw, 500px); }
  .orbit-two { width: min(105vw, 560px); }
  .content-section,
  .service-strip,
  .assessment-section,
  .apply-section,
  .recruit-footer,
  .values-section { width: min(100% - 34px, 1180px); }
  .section-label { display: none; }
  .night-intro { grid-template-columns: 1fr; gap: 45px; padding: 110px 0; }
  .intro-copy { padding-left: 0; }
  .chat-cloud { width: min(520px, 100%); margin: 0 auto; }
  .role-grid { grid-template-columns: 1fr 1fr; padding-left: 0; }
  .roles-section .section-heading { width: 100%; padding-left: 0; }
  .values-section { grid-template-columns: 1fr; }
  .values-statement { border-right: 0; border-bottom: 1px solid rgba(210, 173, 104, .14); }
  .process-section { grid-template-columns: 1fr; padding-left: 0; gap: 55px; }
  .process-heading { position: static; }
  .assessment-section { grid-template-columns: 1fr; gap: 45px; }
  .assessment-note { width: min(420px, 100%); }
  .recruit-footer { grid-template-columns: 1fr auto; }
  .recruit-footer > p { display: none; }
}

@media (max-width: 520px) {
  .recruit-nav { height: 78px; }
  .recruit-brand small { display: none; }
  .nav-cta { gap: 9px; padding: 10px 13px; }
  .recruit-hero { min-height: 960px; padding-top: 125px; }
  .recruit-hero h1 { font-size: clamp(52px, 17vw, 70px); }
  .hero-lead { font-size: 13px; line-height: 1.9; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-meta { gap: 8px; margin-top: 40px; letter-spacing: .08em; }
  .hero-visual { min-height: 410px; }
  .hero-mascot-frame { width: 250px; height: 388px; transform: rotate(1deg) scale(.9); }
  .content-section { padding: 90px 0; }
  .section-heading h2,
  .intro-copy h2,
  .values-statement h2,
  .assessment-section h2,
  .apply-section h2 { font-size: clamp(38px, 12vw, 54px); }
  .chat-cloud { min-height: 420px; }
  .chat-line { padding: 10px 13px; font-size: 10px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip article { border-right: 0; border-bottom: 1px solid rgba(210, 173, 104, .14); }
  .service-strip article:last-child { border-bottom: 0; }
  .role-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .role-card { min-height: 240px; }
  .role-card h3 { margin-top: 48px; }
  .values-section { margin-block: 30px; }
  .values-statement,
  .values-list { padding: 48px 25px; }
  .process-list li { grid-template-columns: 44px 1fr; }
  .assessment-section { min-height: 610px; padding: 65px 24px; }
  .assessment-orbit { opacity: .55; right: -210px; }
  .apply-section { padding: 110px 0 90px; }
  .apply-actions { flex-direction: column; align-items: center; }
  .form-link { width: 100%; max-width: 360px; }
  .recruit-footer { grid-template-columns: 1fr; gap: 28px; }
  .recruit-footer > .footer-discord { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .recruit-site *, .recruit-site *::before, .recruit-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
