:root {
  --ink: #15171c;
  --muted: #5e6573;
  --soft: #f5f3ee;
  --paper: #fffefa;
  --line: rgba(21, 23, 28, 0.12);
  --dark: #111318;
  --blue: #2457d6;
  --green: #0b8068;
  --amber: #d68b24;
  --max: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
select { font: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin: 0; overflow-wrap: anywhere; }
h1, h2, h3 { letter-spacing: 0; }

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 16px;
  left: 16px;
  z-index: 999;
  width: auto;
  height: auto;
  padding: 10px 14px;
  margin: 0;
  clip: auto;
  color: #fff;
  background: var(--dark);
}

.container {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.section {
  padding: 104px 0;
  position: relative;
}

.navbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 18px 24px 0;
  transition: padding 0.25s ease;
}

.navbar.scrolled { padding-top: 10px; }

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 9px 12px 9px 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  backdrop-filter: blur(20px);
  box-shadow:
    0 18px 50px rgba(12, 31, 68, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 0.98rem;
  font-weight: 850;
}

.brand-logo {
  display: block;
  width: 192px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  padding: 0;
  background: transparent;
  border-radius: 0;
  filter: none;
}

.footer-logo {
  width: 232px;
  height: auto;
  padding: 0;
  border: 0;
  filter: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--blue);
  border-radius: 8px;
  color: #fff;
  flex: 0 0 auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-links a {
  padding: 10px 11px;
  color: rgba(21, 23, 28, 0.72);
  font-size: 0.82rem;
  font-weight: 760;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-links a:hover {
  color: var(--blue);
  background: rgba(36, 87, 214, 0.08);
}

.nav-links .nav-cta {
  margin-left: 8px;
  padding: 10px 16px;
  color: #fff;
  background: linear-gradient(135deg, #1746c8, #09a8ff);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(36, 87, 214, 0.22);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.mobile-menu {
  display: none;
  width: min(calc(100% - 48px), var(--max));
  margin: 8px auto 0;
  padding: 18px;
  color: #fff;
  background: rgba(17, 19, 24, 0.92);
  border-radius: 8px;
  backdrop-filter: blur(18px);
}

.mobile-menu a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: end;
  padding: 128px 0 58px;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}

.job-hero {
  position: relative;
  min-height: 82svh;
  display: flex;
  align-items: end;
  padding: 138px 0 70px;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}

.hero-media,
.hero-media::after,
.hero-media img {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.hero-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(17, 19, 24, 0.95), rgba(17, 19, 24, 0.68), rgba(17, 19, 24, 0.3)),
    linear-gradient(180deg, rgba(17, 19, 24, 0.15), #111318);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 420px;
  gap: 56px;
  align-items: end;
}

.job-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 58px;
  align-items: end;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow { color: #92ead5; }

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.hero h1 {
  max-width: 820px;
  font-size: 5.35rem;
  line-height: 0.94;
  font-weight: 900;
}

.hero-logo-title {
  max-width: 820px;
}

.job-hero h1 {
  max-width: 880px;
  font-size: 5.8rem;
  line-height: 0.92;
  font-weight: 900;
}

.hero-lead {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.35rem;
  font-weight: 560;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 820;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.button svg { width: 18px; height: 18px; }

.button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 18px 44px rgba(36, 87, 214, 0.25);
}

.button-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.hero-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(18px);
}

.job-summary {
  padding: 26px;
  color: #fff;
  background: rgba(17, 19, 24, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(18px);
}

.job-summary > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #92ead5;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.job-summary dl {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.job-summary div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.job-summary dt {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.job-summary dd {
  margin: 6px 0 0;
  font-weight: 820;
}

.hero-panel div {
  padding: 24px;
  background: rgba(17, 19, 24, 0.58);
}

.hero-panel span,
.service-card > span,
.service-content span,
.method-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--amber);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.hero-panel strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.hero-panel p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.94rem;
}

.proof-strip {
  color: #fff;
  background: var(--blue);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid div {
  min-height: 132px;
  padding: 26px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.proof-grid div:last-child { border-right: 1px solid rgba(255, 255, 255, 0.18); }
.proof-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 2.1rem;
  line-height: 1;
}

.proof-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.need-router {
  background: var(--paper);
}

.need-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.need-grid a {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.need-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(36, 87, 214, 0.28);
  box-shadow: 0 18px 44px rgba(12, 31, 68, 0.08);
}

.need-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.need-grid h3 {
  margin-bottom: 14px;
  font-size: 1.28rem;
  line-height: 1.08;
}

.need-grid p {
  color: var(--muted);
  font-size: 0.94rem;
}

.intro { background: var(--paper); }
.job-intro { background: var(--paper); }

.intro-grid,
.delivery-grid,
.models-grid,
.contact-grid,
.talents-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.intro h2,
.section-heading h2,
.delivery-grid h2,
.model-copy h2,
.talents h2,
.contact h2 {
  max-width: 780px;
  font-size: 3.7rem;
  line-height: 0.98;
  font-weight: 890;
}

.intro-copy {
  display: grid;
  gap: 24px;
  color: var(--muted);
  font-size: 1.12rem;
}

.axis-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 64px;
}

.axis-grid article {
  min-height: 250px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.axis-grid span,
.case-grid article::before {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--amber);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.axis-grid h3 {
  margin-bottom: 12px;
  font-size: 1.14rem;
  line-height: 1.08;
}

.axis-grid p {
  color: var(--muted);
  font-size: 0.92rem;
}

.solutions {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 46px;
}

.section-heading.centered {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .section-kicker { justify-content: center; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 300px;
  padding: 26px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-card.featured {
  grid-column: span 2;
  min-height: 420px;
  display: flex;
  align-items: end;
  padding: 0;
  color: #fff;
  background: var(--dark);
}

.service-card.featured img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.56;
}

.service-card.featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 19, 24, 0), rgba(17, 19, 24, 0.9));
}

.service-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 34px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
}

.service-card h3 {
  max-width: 430px;
  margin-bottom: 14px;
  font-size: 1.55rem;
  line-height: 1.04;
}

.service-card.featured h3 { font-size: 2.4rem; }
.service-card p { color: var(--muted); }
.service-card.featured p { color: rgba(255, 255, 255, 0.78); }

.service-card a {
  display: inline-flex;
  margin-top: 22px;
  font-weight: 850;
  border-bottom: 2px solid currentColor;
}

.service-card.featured a { color: #fff; }
.service-card:not(.featured) a { color: var(--blue); }

.delivery-band {
  color: #fff;
  background: var(--dark);
}

.delivery-grid {
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
}

.delivery-grid p:not(.section-kicker) {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.pill-list span {
  padding: 9px 11px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 800;
}

.delivery-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.methodology { background: var(--paper); }

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: method;
}

.method-card {
  min-height: 270px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.method-card h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.method-card p { color: var(--muted); }

.models {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.models-grid {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
}

.model-list {
  display: grid;
  gap: 14px;
}

.model-list article {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.model-list article:last-child { border-bottom: 1px solid var(--line); }
.model-list h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}
.model-list p { color: var(--muted); }

.job-content {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.openings {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.opening-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.opening-grid article {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.opening-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 9px;
  color: var(--green);
  background: rgba(11, 128, 104, 0.08);
  border: 1px solid rgba(11, 128, 104, 0.16);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opening-grid h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  line-height: 1.08;
}

.opening-grid p {
  color: var(--muted);
  font-size: 0.94rem;
}

.opening-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
}

.opening-actions a {
  color: var(--blue);
  font-weight: 850;
}

.opening-actions button,
.role-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 850;
}

.job-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.job-content-grid article {
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.job-content-grid h2 {
  margin-bottom: 26px;
  font-size: 2.8rem;
  line-height: 0.98;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px #dff3ed;
}

.role-stack {
  display: grid;
  gap: 18px;
}

.role-card {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 36px;
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  scroll-margin-top: 110px;
}

.role-card h2 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 0.98;
}

.role-card p:not(.section-kicker) {
  color: var(--muted);
}

.role-apply {
  margin-top: 22px;
}

.application-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.application-modal.is-open {
  display: flex;
}

.application-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 19, 24, 0.72);
  backdrop-filter: blur(12px);
}

.application-dialog {
  position: relative;
  z-index: 2;
  width: min(100%, 920px);
  max-height: min(92svh, 880px);
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
  overflow: auto;
  padding: 28px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.modal-copy {
  padding: 12px 8px;
}

.modal-copy h2 {
  margin-bottom: 18px;
  padding-right: 34px;
  font-size: 2.4rem;
  line-height: 0.98;
}

.modal-copy p:not(.section-kicker) {
  color: var(--muted);
}

.modal-form {
  padding: 22px;
  background: var(--soft);
  border: 1px solid var(--line);
}

.application-dialog.is-complete {
  grid-template-columns: 0.82fr 1.18fr;
}

.application-dialog.is-complete .modal-form {
  display: none;
}

.success-panel {
  align-self: stretch;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
  padding: 34px;
  background: #eef8f4;
  border: 1px solid rgba(11, 128, 104, 0.22);
  border-radius: 8px;
}

.success-panel[hidden] {
  display: none;
}

.success-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
}

.success-icon svg {
  width: 28px;
  height: 28px;
}

.success-panel h3 {
  font-size: 2rem;
  line-height: 1;
}

.success-panel p {
  color: var(--muted);
}

.job-values {
  background: var(--paper);
}

.recruitment-process {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.use-cases {
  background: var(--paper);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: cases;
}

.case-grid article {
  min-height: 300px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  counter-increment: cases;
}

.case-grid article::before {
  content: "0" counter(cases);
}

.case-grid h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  line-height: 1.08;
}

.case-grid p {
  color: var(--muted);
}

.evidence {
  color: #fff;
  background: #111318;
}

.evidence-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 64px;
  align-items: start;
}

.evidence h2 {
  max-width: 720px;
  font-size: 3.35rem;
  line-height: 0.98;
  font-weight: 890;
}

.evidence p:not(.section-kicker) {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.06rem;
}

.mini-case-grid {
  display: grid;
  gap: 14px;
}

.mini-case-grid article {
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.mini-case-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #92ead5;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-case-grid h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
}

.mini-case-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.talents-grid {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
}

.talents-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.talents p:not(.section-kicker),
.contact p {
  max-width: 650px;
  margin: 22px 0 30px;
  color: var(--muted);
  font-size: 1.08rem;
}

.talent-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.talent-points span {
  padding: 8px 10px;
  color: var(--green);
  background: rgba(11, 128, 104, 0.08);
  border: 1px solid rgba(11, 128, 104, 0.18);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 760;
}

.faq {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

.faq h2 {
  max-width: 680px;
  font-size: 3.35rem;
  line-height: 0.98;
  font-weight: 890;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 850;
}

.faq-list p {
  padding: 0 22px 22px;
  color: var(--muted);
}

.contact {
  color: #fff;
  background: #17120e;
}

.contact .section-kicker { color: #f0b85d; }
.contact h2 { color: #fff; }
.contact p { color: rgba(255, 255, 255, 0.72); }

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.contact-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
  flex: 0 0 auto;
}

.contact-assurance {
  margin-top: 18px;
  font-size: 0.92rem;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 26px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 8px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 820;
}

.contact-form .full { grid-column: 1 / -1; }

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

.contact-form input[type="file"] {
  min-height: auto;
  padding: 12px;
  cursor: pointer;
}

.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 22px,
    calc(100% - 14px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.contact-form textarea { resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--blue); }

.form-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
  font-weight: 620;
}

.contact-form .form-consent input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin-top: 1px;
  padding: 0;
  accent-color: var(--blue);
}

.form-consent a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-status {
  min-height: 22px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 720;
}

.form-status.is-success { color: var(--green); }
.form-status.is-error { color: #b42318; }

.footer {
  padding: 46px 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 42px;
  align-items: start;
}

.footer .brand { color: var(--ink); }
.footer p {
  max-width: 420px;
  margin-top: 18px;
  color: var(--muted);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer nav a {
  color: var(--muted);
  font-weight: 760;
}

.footer-meta {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: right;
}

.offer-index {
  background: var(--paper);
}

.offer-details {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.offer-detail {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  scroll-margin-top: 110px;
}

.offer-detail h2 {
  margin-bottom: 18px;
  font-size: 2.5rem;
  line-height: 0.98;
}

.offer-detail p:not(.section-kicker),
.offer-columns p {
  color: var(--muted);
}

.offer-columns {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}

.offer-columns h3 {
  margin-bottom: 14px;
  font-size: 1.18rem;
}

.offer-cta .cta-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.legal-page {
  background: var(--paper);
}

.legal-hero {
  padding-top: 164px;
  color: #fff;
  background: var(--dark);
}

.legal-hero h1,
.not-found h1 {
  max-width: 860px;
  font-size: 4.8rem;
  line-height: 0.95;
  font-weight: 900;
}

.legal-hero p:not(.section-kicker),
.not-found p:not(.section-kicker) {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.16rem;
}

.legal-content {
  background: var(--paper);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.legal-grid article {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.legal-grid h2 {
  margin-bottom: 16px;
  font-size: 1.48rem;
}

.legal-grid p + p {
  margin-top: 10px;
}

.legal-grid p {
  color: var(--muted);
}

.legal-grid a {
  color: var(--blue);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.not-found {
  min-height: 100svh;
  display: grid;
  align-items: center;
  color: #fff;
  background: var(--dark);
}

.not-found-logo {
  width: min(280px, 70vw);
  margin-bottom: 34px;
}

@media (max-width: 1040px) {
  .hero-grid,
  .job-hero-grid,
  .intro-grid,
  .delivery-grid,
  .models-grid,
  .contact-grid,
  .talents-grid,
  .job-content-grid,
  .evidence-grid,
  .offer-detail,
  .offer-columns {
    grid-template-columns: 1fr;
  }

  .hero-panel { max-width: 680px; }
  .job-summary { max-width: 680px; }
  .proof-grid,
  .need-grid,
  .service-grid,
  .method-grid,
  .axis-grid,
  .case-grid,
  .opening-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.featured { grid-column: span 2; }
  .faq-grid { grid-template-columns: 1fr; }
  .role-card { grid-template-columns: 1fr; }
  .application-dialog { grid-template-columns: 1fr; }
  .legal-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .section { padding: 72px 0; }
  .navbar { padding: 10px 10px 0; }
  .nav-shell { padding: 8px 10px 8px 14px; }
  .brand-logo { width: 168px; max-height: 46px; }
  .nav-links { display: none; }
  .menu-button { display: block; }
  .navbar.open .mobile-menu { display: grid; }

  .hero {
    min-height: auto;
    padding: 110px 0 44px;
  }

  .job-hero {
    min-height: auto;
    padding: 112px 0 48px;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: 2.55rem;
    line-height: 0.98;
  }
  .job-hero h1 { font-size: 3.25rem; }
  .hero-lead {
    max-width: 32ch;
    font-size: 1rem;
  }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-panel {
    width: 100%;
    max-width: 100%;
  }
  .hero-panel p { max-width: 32ch; }
  .hero-panel div { padding: 18px; }

  .intro h2,
  .section-heading h2,
  .delivery-grid h2,
  .model-copy h2,
  .talents h2,
  .contact h2 {
    font-size: 2.45rem;
  }

  .proof-grid,
  .need-grid,
  .service-grid,
  .method-grid,
  .axis-grid,
  .case-grid,
  .opening-grid,
  .contact-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card.featured { grid-column: auto; min-height: 380px; }
  .service-card.featured h3 { font-size: 2rem; }
  .need-grid a { min-height: auto; }
  .axis-grid article,
  .case-grid article { min-height: auto; }
  .evidence h2,
  .legal-hero h1,
  .not-found h1 { font-size: 2.45rem; }
  .offer-detail {
    padding: 24px;
    gap: 24px;
  }
  .offer-detail h2 { font-size: 2rem; }
  .opening-grid article { min-height: auto; }
  .role-card {
    padding: 24px;
    gap: 22px;
  }
  .role-card h2 { font-size: 2rem; }
  .application-modal { padding: 12px; }
  .application-dialog { padding: 18px; }
  .modal-copy h2 { font-size: 2rem; }
  .job-content-grid article { padding: 24px; }
  .job-content-grid h2 { font-size: 2.05rem; }
  .faq h2 { font-size: 2.35rem; }
  .contact-form .full { grid-column: auto; }
  .form-consent.full { grid-column: auto; }
  .footer-meta { text-align: left; }
}
