:root {
  --green: #ccf688;
  --ink: #10100f;
  --sand: #ded4c4;
  --paper: #fffdf8;
  --soft: #f5f1e9;
  --muted: #69645b;
  --line: rgba(16,16,15,.14);
  --radius: 8px;
  --shell: 1276px;
  --header-height: 88px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.65; }
h1, h2, h3 { margin: 0; line-height: 1.02; letter-spacing: 0; }
h1 { font-size: clamp(2.75rem, 5vw, 4.65rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.6rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); background: var(--sand); border-bottom: 1px solid rgba(16,16,15,.08); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(16,16,15,.12); }
.site-header__inner { width: min(calc(100% - 48px), var(--shell)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; text-transform: uppercase; }
.brand img, .brand .custom-logo { width: 54px; height: 54px; object-fit: contain; border-radius: 50%; }
.brand span { display: grid; }
.brand strong { font-size: 20px; line-height: 1; }
.brand small { margin-top: 5px; color: #565149; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav ul { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { font-size: 15px; font-weight: 750; }
.primary-nav .menu a { padding-block: 14px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: var(--ink); border-radius: 6px; }
.nav-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: #fff; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 6px; font-size: 16px; font-weight: 850; line-height: 1.1; transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(16,16,15,.16); }
.button--green { background: var(--green); color: var(--ink); }
.button--dark { background: var(--ink); color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.section { padding-block: 96px; background: var(--section-background, transparent); }
.section--spacing-compact { padding-block: 48px; }
.section--spacing-roomy { padding-block: 132px; }
.section--dark { background: var(--ink); color: #fff; }
.section--green { background: var(--green); }
.section--soft { background: var(--soft); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: currentColor; font-size: 14px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 8px; border-radius: 99px; background: var(--green); }
.lead { max-width: 660px; margin: 30px 0 0; font-size: 21px; }
.section--hero { padding-block: 36px; background: var(--ink); color: #fff; }
.hero-grid { min-height: clamp(460px, calc(100svh - var(--header-height) - 72px), 540px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr); gap: 56px; align-items: center; }
.hero-copy { padding-right: 24px; }
.hero-copy .lead { color: rgba(255,255,255,.72); }
.hero-media { min-width: 0; min-height: 0; height: min(100%, 492px); max-height: 492px; display: grid; grid-template-rows: minmax(0, 326px) 150px; gap: 16px; align-self: center; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; border-radius: var(--radius); }
.page-hero-grid { min-height: 430px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: 64px; align-items: center; }
.page-hero-copy .lead { color: rgba(255,255,255,.72); }
.page-hero-media { height: 340px; overflow: hidden; border-radius: var(--radius); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.section--proof { background: var(--soft); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.proof-item { min-height: 116px; padding: 8px 0; display: flex; flex-direction: column; justify-content: center; }
.proof-item strong { font-size: 28px; }
.proof-item span { margin-top: 10px; color: var(--muted); font-size: 15px; }
.section-heading { max-width: 780px; margin-bottom: 46px; }
.section-heading p { margin-bottom: 0; font-size: 19px; }
.section-heading--row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.audience-card { min-height: 330px; padding: 42px; display: flex; flex-direction: column; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-left: 10px solid var(--green); border-radius: var(--radius); }
.audience-card h3 { margin-top: 30px; max-width: 520px; }
.audience-card p { font-size: 18px; }
.content-card-grid, .steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.content-card, .step-card { min-height: 260px; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.content-card h3, .step-card h3 { margin-bottom: 18px; }
.step-card span { display: inline-flex; margin-bottom: 28px; color: var(--green); font-size: 38px; font-weight: 900; line-height: 1; }
.pill { display: inline-flex; padding: 8px 14px; background: var(--green); border-radius: 99px; font-size: 13px; font-weight: 850; }
.text-link { margin-top: auto; font-weight: 850; }
.text-link span { display: inline-block; margin-left: 7px; }
.section--vacancies { background: var(--soft); }
.vacancies-section { padding: 54px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.vacancy-list { margin-top: 32px; border-top: 1px solid var(--line); }
.vacancy-row { min-height: 88px; display: grid; grid-template-columns: minmax(0, 1fr) 170px 130px 34px; align-items: center; gap: 22px; padding: 18px 4px; border-bottom: 1px solid var(--line); }
.vacancy-row h3 { margin-top: 6px; font-size: 21px; }
.vacancy-row__category { color: var(--muted); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.section--story { background: var(--soft); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 460px; background: var(--ink); color: #fff; border-radius: var(--radius); overflow: hidden; }
.story-media img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { padding: 64px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.story-copy p { color: rgba(255,255,255,.72); font-size: 19px; }
.story-copy .button { margin-top: 24px; }
.text-image { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.text-image--reverse > :first-child { order: 2; }
.text-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.cta-panel { min-height: 220px; padding: 52px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--green); border-radius: var(--radius); }
.cta-panel p { max-width: 720px; margin-bottom: 0; color: #38352f; font-size: 18px; }
.cta-panel .button { min-width: 210px; min-height: 56px; padding-inline: 30px; font-size: 18px; }
.contact-grid, .apply-section { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, 1fr); gap: 70px; align-items: start; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.minimal-form { padding: 34px; display: grid; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.minimal-form label { display: grid; gap: 8px; color: var(--muted); font-size: 14px; font-weight: 800; }
.minimal-form input, .minimal-form textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); font: inherit; }
.minimal-form textarea { resize: vertical; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--soft { transition-duration: .9s; }
.reveal--delay { transition-delay: .12s; }
.site-footer { padding: 80px max(24px, calc((100% - var(--shell)) / 2)) 24px; background: var(--ink); color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 70px; }
.brand--footer { margin-bottom: 20px; }
.site-footer p, .site-footer a, .site-footer span { color: rgba(255,255,255,.68); }
.site-footer h2 { margin: 10px 0 24px; font-size: 18px; }
.site-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 14px; }
.site-footer__bottom { margin-top: 64px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); font-size: 13px; }
.content-page { padding-block: 96px; }
.content-page__header { max-width: 820px; margin-bottom: 48px; }
.prose { font-size: 18px; line-height: 1.75; }
.prose > * { max-width: 820px; }
.prose h2, .prose h3 { margin-top: 2em; }
.vacancy-archive-hero, .single-vacancy__hero { padding-block: 110px; background: var(--ink); color: #fff; }
.vacancy-archive-hero p, .single-vacancy__hero p { max-width: 700px; color: rgba(255,255,255,.72); font-size: 20px; }
.vacancy-archive { padding-block: 80px 120px; display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 70px; }
.vacancy-filters { position: sticky; top: calc(var(--header-height) + 28px); align-self: start; padding: 28px; background: var(--soft); border-radius: var(--radius); }
.vacancy-filters h2 { margin-bottom: 24px; font-size: 21px; }
.vacancy-filters a { display: block; margin-top: 10px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 6px; font-weight: 800; }
.vacancy-filters a.is-active, .vacancy-filters a:hover { background: var(--green); border-color: var(--green); }
.vacancy-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.vacancy-results__head { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: end; margin-bottom: 10px; }
.vacancy-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.vacancy-card__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.vacancy-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.vacancy-card:hover .vacancy-card__media img { transform: scale(1.025); }
.vacancy-card__body { padding: 28px; }
.vacancy-card__body h3 { margin: 24px 0 14px; }
.vacancy-card__meta { display: flex; gap: 16px; margin-top: 22px; color: var(--muted); font-size: 14px; }
.single-vacancy__hero-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.single-vacancy__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.vacancy-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.vacancy-facts span { padding: 10px 14px; background: rgba(255,255,255,.1); border-radius: 6px; font-weight: 700; }
.single-vacancy__content { padding-block: 90px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 80px; align-items: start; }
.apply-box { position: sticky; top: calc(var(--header-height) + 28px); padding: 34px; background: var(--soft); border-radius: var(--radius); }
.apply-box h2 { font-size: 28px; }
.apply-box .button { margin-top: 20px; width: 100%; }
.apply-section h2 { max-width: 680px; }
.related-vacancies { background: var(--soft); }
.vacancy-card-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 1020px) {
  .primary-nav { position: fixed; inset: var(--header-height) 16px auto; padding: 24px; display: none; align-items: stretch; flex-direction: column; background: var(--sand); box-shadow: 0 20px 40px rgba(16,16,15,.18); border-radius: var(--radius); }
  .primary-nav.is-open { display: flex; }
  .primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav .menu a { display: block; padding: 12px; }
  .nav-toggle { display: block; margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .section--hero { padding-block: 56px; }
  .hero-grid { min-height: 0; gap: 48px; }
  .hero-media { grid-template-columns: 1fr .55fr; grid-template-rows: 330px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid, .story-grid, .text-image, .single-vacancy__hero-grid, .page-hero-grid, .contact-grid, .apply-section { grid-template-columns: 1fr; }
  .content-card-grid, .steps-grid { grid-template-columns: 1fr; }
  .vacancy-archive { grid-template-columns: 1fr; }
  .vacancy-filters { position: static; display: flex; flex-wrap: wrap; gap: 8px; }
  .vacancy-filters h2 { width: 100%; }
  .vacancy-filters a { margin: 0; }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  :root { --header-height: 72px; }
  body.admin-bar .site-header { top: 46px; }
  .shell, .site-header__inner { width: min(calc(100% - 32px), var(--shell)); }
  .brand img, .brand .custom-logo { width: 44px; height: 44px; }
  .brand strong { font-size: 17px; }
  .section { padding-block: 68px; }
  .section--spacing-compact { padding-block: 38px; }
  .section--spacing-roomy { padding-block: 88px; }
  .section--hero { padding-block: 60px; }
  .hero-grid { min-height: 0; gap: 48px; }
  .hero-copy { padding-right: 0; }
  .hero-media { grid-template-columns: 1fr; grid-template-rows: 280px 150px; }
  .page-hero-grid { min-height: 0; gap: 38px; }
  .page-hero-media { height: 250px; }
  .button-row, .button-row .button { width: 100%; }
  .proof-grid, .audience-grid, .vacancy-results, .vacancy-card-grid { grid-template-columns: 1fr; }
  .proof-grid { gap: 14px; }
  .proof-item { min-height: auto; padding-block: 6px; }
  .section-heading--row { align-items: flex-start; flex-direction: column; }
  .audience-card { min-height: 0; padding: 30px; }
  .vacancies-section { padding: 28px; }
  .vacancy-row { grid-template-columns: 1fr 28px; }
  .vacancy-row > span:not(:last-child) { display: none; }
  .story-copy { padding: 36px 28px; }
  .story-media { min-height: 300px; }
  .cta-panel { padding: 36px 28px; align-items: flex-start; flex-direction: column; }
  .site-footer { padding-top: 60px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 42px; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .single-vacancy__content { grid-template-columns: 1fr; gap: 48px; }
  .apply-box { position: static; }
  .minimal-form { padding: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
