:root {
  --bg: #fbfdfc;
  --ink: #101414;
  --muted: #66706f;
  --line: #dfe8e5;
  --soft: #f2f7f5;
  --surface: #ffffff;
  --surface-tonal: #edf8f5;
  --brand: #08aaa2;
  --brand-dark: #087b76;
  --salary: #ef5b4c;
  --shadow: 0 18px 46px rgba(16, 36, 34, 0.1);
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  font-family: "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; }
button, input { font: inherit; }
button { cursor: pointer; }
.page-shell { min-height: 100vh; overflow-x: hidden; }

.cinematic-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #fff;
}

.hero-video-layer {
  position: absolute;
  inset: 300px 0 0;
  z-index: 0;
  overflow: hidden;
  background: #eef2f0;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.video-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0.08) 34%, rgba(255,255,255,0.08) 68%, #fff 100%),
    linear-gradient(to right, rgba(255,255,255,0.3), transparent 24%, transparent 76%, rgba(255,255,255,0.3));
  pointer-events: none;
}

.hero-nav-wrap {
  position: relative;
  z-index: 10;
  padding: 24px 32px;
}

.hero-navbar {
  width: 100%;
  max-width: 1280px;
  min-height: 52px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 8px 10px 8px 0;
  border-radius: 999px;
}

.brand-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Instrument Serif", "Noto Serif SC", serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

.brand-mark img {
  width: 34px;
  height: 37px;
  object-fit: contain;
}

.brand-mark span { position: relative; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a { transition: color 180ms ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #000; }

.nav-cta, .hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #111514;
  color: #fff;
  transition: transform 180ms ease, background 180ms ease;
}

.nav-cta {
  min-height: 42px;
  padding: 0 24px;
  font-size: 14px;
  white-space: nowrap;
}

.nav-cta:hover, .hero-primary:hover { transform: scale(1.03); background: #26302f; }

.hero-content-wrap {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 48px));
  min-height: calc(100svh - 100px);
  margin: 0 auto;
  padding: 44px 0 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-copy { max-width: 1040px; }
.hero-kicker {
  margin: 0 0 22px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.hero-title {
  max-width: 1100px;
  margin: 0;
  font-family: "Instrument Serif", "Noto Serif SC", serif;
  font-size: clamp(54px, 6.4vw, 96px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -2px;
}

.hero-title em { color: var(--muted); font-weight: 400; }

.hero-sub {
  max-width: 710px;
  margin: 30px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.hero-primary {
  min-height: 58px;
  margin-top: 32px;
  padding: 0 44px;
  font-size: 15px;
}

.search-hub {
  width: min(1020px, 100%);
  margin-top: auto;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.78);
  border-radius: 24px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 26px 80px rgba(14, 30, 28, 0.16);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  text-align: left;
}

.search-main {
  min-height: 62px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 92px 112px;
  align-items: center;
  border: 1px solid rgba(8,166,164,0.5);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.search-type, .search-location {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
}

.search-type { border-right: 1px solid var(--line); }
.search-location { color: var(--muted); }
.search-main input {
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 22px;
  color: var(--ink);
  background: transparent;
}
.search-main input::placeholder { color: #a0a0a0; }
.search-main button {
  align-self: stretch;
  border: 0;
  background: var(--brand);
  color: #fff;
  font-weight: 600;
}
.search-main button:hover { background: var(--brand-dark); }

.hot-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 8px 2px;
  color: var(--muted);
  font-size: 13px;
}
.hot-row > span { flex: 0 0 auto; padding-top: 6px; }
.hot-row > div { display: flex; flex-wrap: wrap; gap: 6px; }
.hot-row a {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(8,166,164,0.08);
  color: var(--brand-dark);
  font-weight: 600;
}

.animate-fade-rise { animation: fade-rise 800ms ease-out both; }
.animate-fade-rise-delay { animation: fade-rise 800ms 200ms ease-out both; }
.animate-fade-rise-delay-2 { animation: fade-rise 800ms 400ms ease-out both; }
@keyframes fade-rise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.site-main {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.section-block { padding: 92px 0; border-top: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 34px; }
.eyebrow {
  display: block;
  margin: 0 0 10px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 600;
}

h1, h2, h3 { letter-spacing: 0; }
.section-head h2, .split-section h2, .about-band h2 {
  margin: 0 0 14px;
  font-family: "Instrument Serif", "Noto Serif SC", serif;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 500;
  line-height: 1.08;
}
.section-head p, .split-section p, .about-band p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.recruitment-layout {
  display: grid;
  grid-template-columns: minmax(280px, 310px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.category-panel, .featured-jobs {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(16, 36, 34, 0.02);
}

.panel-title {
  min-height: 72px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #fbfdfc 100%);
}
.panel-title strong { font-size: 18px; line-height: 1.25; }
.panel-title > span, .panel-title a { color: var(--brand-dark); font-size: 13px; font-weight: 600; }
.panel-title .eyebrow { margin-bottom: 4px; }
.panel-title div strong { display: block; }

.category-grid { display: grid; }
.category-card {
  min-width: 0;
  min-height: 92px;
  padding: 18px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px 10px;
  border-bottom: 1px solid var(--line);
  transition: background 160ms ease, transform 160ms ease;
}
.category-card:last-child { border-bottom: 0; }
.category-card:hover { background: #f4fbf9; transform: translateX(2px); }
.category-icon { display: none; }
.category-card > div:not(.category-meta) { min-width: 0; }
.category-card h3 {
  margin: 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-card p {
  min-width: 0;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-meta {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 7px 6px 10px;
  border-radius: 999px;
  background: var(--surface-tonal);
  color: var(--brand-dark);
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.category-meta svg { width: 13px; height: 13px; fill: currentColor; }

.featured-jobs .job-grid { padding: 16px; }
.job-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}
.job-card {
  min-width: 0;
  height: 100%;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.job-card:hover {
  transform: translateY(-2px);
  border-color: rgba(8,166,164,0.45);
  box-shadow: var(--shadow);
}
.job-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.job-card-top > div { min-width: 0; }
.job-cat { margin-bottom: 7px; font-size: 12px; font-weight: 600; }
.job-card h3 {
  margin: 0;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-card strong, .detail-salary { color: var(--salary); font-size: 17px; white-space: nowrap; }
.job-card > p {
  display: -webkit-box;
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.tag-row span {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--muted);
  font-size: 11px;
}
.publisher-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}
.publisher-row span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.publisher-row span:last-child { flex: 0 0 auto; }

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: start;
}
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.steps > div { padding: 24px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.steps span { color: var(--brand-dark); font-size: 12px; font-weight: 600; }
.steps strong { display: block; margin-top: 24px; font-size: 18px; }
.steps p { margin-top: 8px; font-size: 13px; }

.trusted {
  display: grid;
  gap: 30px;
  padding: 78px 0 92px;
  border-top: 1px solid var(--line);
}
.company-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}
.company-section-head h2 {
  margin: 0;
  font-family: "Instrument Serif", "Noto Serif SC", serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.08;
}
.company-section-head > p {
  max-width: 420px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  text-align: right;
}
.logo-strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.company-item {
  min-width: 0;
  min-height: 92px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  transition: background 160ms ease;
}
.company-item:hover { background: #f7fbfa; }
.company-index {
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 600;
}
.company-item div { min-width: 0; }
.company-item strong {
  display: block;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company-item p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.company-arrow {
  color: var(--muted);
  font-size: 18px;
  transition: transform 160ms ease, color 160ms ease;
}
.company-item:hover .company-arrow { color: var(--brand-dark); transform: translateX(3px); }

.domain-line {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 30px 0 42px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.site-footer strong { color: var(--ink); }
.site-footer p { margin: 6px 0 0; }
.footer-links { display: flex; gap: 20px; }
.footer-links a:hover { color: var(--ink); }

.inner-page { background: linear-gradient(#f5faf9 0, #fff 380px); }
.inner-page .hero-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 20;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(231,231,228,0.8);
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.inner-page .site-main { padding-top: 30px; }
.list-hero { padding: 52px 0 28px; }
.list-hero h1, .detail-head h1 {
  margin: 0 0 14px;
  font-family: "Instrument Serif", "Noto Serif SC", serif;
  font-size: clamp(46px, 5vw, 76px);
  line-height: 1.03;
  font-weight: 500;
}
.list-hero p { max-width: 720px; color: var(--muted); line-height: 1.75; }
.category-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.category-tabs a {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.category-tabs a.active { border-color: #111514; background: #111514; color: #fff; }
.list-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 10px 0 24px; }
.search-row {
  width: 100%;
  max-width: 650px;
  display: flex;
  border: 1px solid rgba(8,166,164,0.55);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #fff;
}
.search-row input { min-width: 0; min-height: 50px; flex: 1; border: 0; outline: 0; padding: 0 16px; }
.search-row button { width: 96px; border: 0; background: var(--brand); color: #fff; font-weight: 600; }
.result-count { color: var(--muted); font-size: 13px; }
.job-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding-bottom: 72px; }

.detail-wrap { padding: 46px 0 24px; }
.back-link { display: inline-flex; margin-bottom: 24px; color: var(--brand-dark); font-weight: 600; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 18px; margin-top: 34px; }
.detail-main, .contact-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
}
.detail-main h2, .contact-panel h2 { margin: 0 0 14px; font-size: 24px; }
.detail-main h2:not(:first-child) { margin-top: 30px; }
.detail-main p, .detail-main li, .contact-panel p { color: var(--muted); line-height: 1.8; }
.contact-panel { position: sticky; top: 110px; height: fit-content; }
.contact-panel > span { display: block; margin-bottom: 8px; color: var(--brand-dark); font-size: 13px; font-weight: 600; }
.phone-box { display: grid; gap: 6px; margin: 22px 0; padding: 16px; border-radius: var(--radius-md); background: var(--soft); }
.phone-box small { color: var(--muted); font-weight: 600; }
.phone-box a { color: var(--ink); font-size: 23px; font-weight: 600; word-break: break-word; }
.primary-cta, .secondary-cta {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
}
.primary-cta { background: var(--brand); color: #fff; }
.secondary-cta { border: 1px solid var(--line); background: #fff; }
.contact-cta { width: 100%; justify-content: space-between; }
.circle-arrow { display: none; }
.contact-note { font-size: 12px; }
.related-block { padding-top: 36px; }
.empty-state {
  grid-column: 1 / -1;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  text-align: center;
}
.empty-state h2 { margin: 0 0 10px; }
.empty-state p { margin: 0 0 20px; color: var(--muted); }
.inline-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.reveal-up { animation: fade-rise 620ms ease-out both; }

@media (max-width: 1100px) {
  .recruitment-layout, .split-section, .detail-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card:nth-child(odd) { border-right: 1px solid var(--line); }
  .contact-panel { position: static; }
}

@media (max-width: 760px) {
  .cinematic-hero { min-height: auto; }
  .hero-nav-wrap { padding: 16px 18px; }
  .hero-navbar { min-height: 46px; gap: 14px; padding-right: 0; }
  .nav-links { display: none; }
  .brand-mark { min-width: 0; gap: 7px; font-size: 24px; }
  .brand-mark img { width: 28px; height: 30px; }
  .brand-mark span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .nav-cta { min-height: 38px; padding: 0 16px; font-size: 12px; }
  .hero-video-layer { inset: 310px 0 0; height: 430px; opacity: 0.82; }
  .hero-content-wrap { width: calc(100% - 32px); min-height: auto; padding: 34px 0 36px; }
  .hero-kicker { margin-bottom: 16px; font-size: 12px; }
  .hero-title { font-size: clamp(42px, 12vw, 62px); line-height: 1.04; letter-spacing: 0; }
  .hero-sub { margin-top: 20px; font-size: 15px; line-height: 1.75; }
  .hero-primary { min-height: 50px; margin-top: 24px; padding: 0 30px; }
  .search-hub { margin-top: 42px; padding: 8px; border-radius: 20px; box-shadow: 0 18px 54px rgba(14, 30, 28, 0.14); }
  .search-main { min-height: auto; grid-template-columns: 1fr 86px; border-radius: 14px; }
  .search-type, .search-location { display: none; }
  .search-main input { min-height: 54px; padding: 0 14px; font-size: 16px; }
  .search-main button { min-height: 54px; }
  .hot-row { overflow: hidden; }
  .hot-row > div { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .hot-row a { white-space: nowrap; }
  .site-main, .site-footer { width: calc(100% - 36px); }
  .section-block { padding: 64px 0; }
  .section-head { margin-bottom: 24px; }
  .section-head h2, .split-section h2, .about-band h2, .company-section-head h2 { font-size: 38px; line-height: 1.12; }
  .section-head p, .split-section p, .about-band p { font-size: 15px; line-height: 1.75; }
  .category-grid, .job-grid, .job-list, .steps { grid-template-columns: 1fr; }
  .category-card:nth-child(odd) { border-right: 0; }
  .panel-title { min-height: 64px; padding: 16px 18px; }
  .category-card { min-height: 84px; padding: 16px; }
  .category-card h3 { white-space: normal; }
  .featured-jobs .job-grid { padding: 10px; }
  .job-card { padding: 18px; }
  .job-card h3 {
    display: -webkit-box;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .steps > div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .split-section { gap: 24px; }
  .steps strong { margin-top: 14px; }
  .trusted { padding: 58px 0 68px; }
  .site-footer, .list-tools, .inline-head, .company-section-head { align-items: flex-start; flex-direction: column; }
  .company-section-head > p { margin: 0; text-align: left; }
  .logo-strip { grid-template-columns: 1fr; }
  .company-item { min-height: 82px; padding: 18px; grid-template-columns: 30px minmax(0, 1fr) auto; }
  .job-card-top, .publisher-row { flex-direction: column; gap: 8px; }
  .job-card strong, .detail-salary { white-space: normal; }
  .publisher-row span:first-child { white-space: normal; }
  .domain-line { display: flex; max-width: 100%; border-radius: 16px; line-height: 1.5; word-break: break-all; }
  .site-footer { padding-bottom: 34px; gap: 14px; }
  .footer-links { flex-wrap: wrap; gap: 12px 18px; }
  .icp { line-height: 1.6; }
  .inner-page .hero-nav-wrap { padding-top: 12px; padding-bottom: 12px; }
  .inner-page .site-main { padding-top: 18px; }
  .list-hero { padding: 34px 0 22px; }
  .list-hero h1, .detail-head h1 { font-size: 42px; line-height: 1.08; }
  .list-hero p { font-size: 15px; line-height: 1.75; }
  .category-tabs { margin-top: 22px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .category-tabs a { flex: 0 0 auto; }
  .search-row { max-width: none; }
  .search-row input { min-height: 52px; font-size: 16px; }
  .search-row button { width: 84px; }
  .result-count { align-self: flex-start; }
  .job-list { padding-bottom: 54px; }
  .detail-wrap { padding: 30px 0 18px; }
  .detail-grid { margin-top: 24px; }
  .detail-main, .contact-panel { padding: 22px; border-radius: 18px; }
  .detail-main ul { padding-left: 20px; }
  .detail-main h2, .contact-panel h2 { font-size: 22px; }
  .phone-box a { font-size: 19px; }
  .empty-state { padding: 32px 20px; }
}

@media (max-width: 480px) {
  .hero-nav-wrap { padding: 14px 14px; }
  .brand-mark { font-size: 22px; }
  .brand-mark img { width: 26px; height: 28px; }
  .nav-cta { min-height: 36px; padding: 0 13px; }
  .hero-content-wrap { width: calc(100% - 28px); padding-top: 28px; }
  .hero-title { font-size: clamp(38px, 13vw, 52px); }
  .hero-sub { font-size: 14px; }
  .hero-video-layer { inset: 292px 0 0; height: 390px; }
  .search-hub { margin-top: 34px; border-radius: 18px; }
  .hot-row { display: block; padding-top: 10px; }
  .hot-row > span { display: block; padding: 0 0 8px; }
  .site-main, .site-footer { width: calc(100% - 28px); }
  .section-block { padding: 54px 0; }
  .section-head h2, .split-section h2, .about-band h2, .company-section-head h2 { font-size: 34px; }
  .category-panel, .featured-jobs, .detail-main, .contact-panel, .empty-state { border-radius: 16px; }
  .panel-title { gap: 10px; }
  .panel-title strong { font-size: 17px; }
  .panel-title > span, .panel-title a { font-size: 12px; }
  .job-card { padding: 16px; }
  .tag-row span { font-size: 10px; }
  .company-item { padding: 16px; }
  .list-hero h1, .detail-head h1 { font-size: 38px; }
  .search-row button { width: 76px; }
  .detail-main, .contact-panel { padding: 18px; }
}

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