/* ZYNCORE base styles. Mobile-first. See SPEC.md 8.3 and 8.4. */

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: var(--leading-body);
  -webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: var(--teal-700); text-decoration-thickness: 1px; text-underline-offset: 0.15em; }
a:hover { color: var(--ink); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
::selection { background: var(--teal-200); color: var(--ink); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Typography */
h1, h2, h3, h4, .t-display, .t-h1, .t-h2, .t-h3, .brand__word, .facts__value {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: var(--leading-tight);
  letter-spacing: -0.015em;
  text-wrap: balance;
}
h1, .t-h1 { font-size: var(--step-3); }
h2, .t-h2 { font-size: var(--step-2); }
h3, .t-h3 { font-size: var(--step-1); }
.t-display { font-size: var(--step-5); font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.t-small, small { font-size: var(--step--1); color: var(--ink-muted); }
.lede { font-size: var(--step-1); line-height: 1.4; max-width: var(--measure); color: var(--ink-muted); }
.eyebrow {
  font-family: var(--font-heading);
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal-700);
}
code { font-family: ui-monospace, Consolas, monospace; font-size: 0.9em; }

.prose > * + * { margin-top: var(--s-5); }
.prose > h2 { margin-top: var(--s-8); }
.prose > h3 { margin-top: var(--s-6); }
.prose p, .prose li { max-width: var(--measure); }
.prose ul, .prose ol { padding-left: 1.25em; }
.prose li + li { margin-top: var(--s-2); }

/* Layout */
.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.section { padding-block: var(--s-8); }
.section > .container > h2 { margin-bottom: var(--s-5); }
.section--dark { background: var(--ink); color: var(--ground); }
.section--dark a:not(.btn) { color: var(--teal-200); }
.section--dark .eyebrow { color: var(--teal-200); }
.page-head { padding-block: var(--s-7) var(--s-6); border-bottom: 1px solid var(--line); margin-bottom: var(--s-7); }
.page-head h1 { max-width: 20ch; }
.page-head .lede { margin-top: var(--s-4); }
.page-head .eyebrow { margin-bottom: var(--s-3); }
.cluster { display: flex; flex-wrap: wrap; gap: var(--s-3); align-items: center; }
@media (min-width: 900px) {
  .section { padding-block: var(--s-9); }
}

/* Skip link */
.skip-link {
  position: absolute; left: var(--s-4); top: -100px;
  padding: var(--s-2) var(--s-4);
  background: var(--ink); color: var(--ground);
  border-radius: var(--radius); z-index: 100;
}
.skip-link:focus { top: var(--s-4); }

/* Header */
.site-header { border-bottom: 1px solid var(--line); background: var(--ground); }
.site-header__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: var(--s-3) var(--s-6);
  padding-block: var(--s-4);
}
.brand { display: inline-flex; align-items: center; gap: var(--s-3); text-decoration: none; color: var(--ink); }
.brand__mark { width: 36px; height: 36px; }
.brand__word { font-size: 1.25rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--teal-700); }
.nav__list { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-2) var(--s-5); }
.nav__link {
  color: var(--ink); text-decoration: none; font-weight: 600;
  padding-block: var(--s-2);
  border-bottom: 2px solid transparent;
}
.nav__link:hover { border-bottom-color: var(--teal-200); }
.nav__link[aria-current="page"] { border-bottom-color: var(--teal-700); }
@media (max-width: 899px) {
  .site-header__inner { padding-block: var(--s-3); gap: var(--s-2) var(--s-4); }
  .nav { width: 100%; }
  .nav__list { gap: 0 var(--s-4); font-size: var(--step--1); }
  .nav__link { padding-block: var(--s-1); }
}

/* Footer */
.site-footer { border-top: 1px solid var(--line); margin-top: var(--s-9); padding-block: var(--s-7); font-size: var(--step--1); }
.site-footer__inner { display: grid; gap: var(--s-5); }
.site-footer__disclosure, .site-footer__copy { color: var(--ink-muted); }
.site-footer__links { list-style: none; display: flex; flex-wrap: wrap; gap: var(--s-2) var(--s-5); }
@media (min-width: 900px) {
  .site-footer__inner { grid-template-columns: 1fr auto; align-items: start; }
  .site-footer__copy { grid-column: 1 / -1; }
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s-2);
  min-height: 44px; padding: var(--s-2) var(--s-5);
  font-family: var(--font-heading); font-weight: 700; font-size: var(--step-0);
  text-decoration: none; border-radius: var(--radius);
  border: 2px solid transparent; cursor: pointer;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}
.btn--primary { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.btn--primary:hover { background: #c46b12; border-color: #c46b12; color: var(--ink); }
.btn--secondary { background: transparent; color: var(--teal-700); border-color: var(--teal-700); }
.btn--secondary:hover { background: var(--teal-700); color: var(--ground); }
.btn--ghost { background: transparent; color: inherit; border-color: var(--line-strong); }
.btn--ghost:hover { border-color: currentColor; }
.btn--small { min-height: 44px; padding: var(--s-1) var(--s-4); font-size: var(--step--1); }

/* Paired columns: the structural "sync" pattern */
.pair { display: grid; gap: var(--s-6); }
.pair__col { padding: var(--s-6); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.pair__col > * + * { margin-top: var(--s-4); }
.pair__col .btn { margin-top: var(--s-5); }
@media (min-width: 900px) {
  .pair { grid-template-columns: 1fr 1fr; gap: 0; }
  .pair__col { padding: var(--s-7); }
  .pair__col:first-child { border-radius: var(--radius) 0 0 var(--radius); border-right: 0; }
  .pair__col:last-child { border-radius: 0 var(--radius) var(--radius) 0; border-left: 2px solid var(--teal-500); }
}

/* Cards */
.cards { list-style: none; display: grid; gap: var(--s-4); }
.card { padding: var(--s-5); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.card > * + * { margin-top: var(--s-2); }
.card h3 { font-size: var(--step-0); }
@media (min-width: 640px) { .cards--2, .cards--3, .cards--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } .cards--4 { grid-template-columns: repeat(4, 1fr); } }

/* Facts row (Candidates section 2 only) */
.facts { list-style: none; display: grid; gap: var(--s-4); border-top: 2px solid var(--ink); }
.facts__item { padding-top: var(--s-4); display: grid; gap: var(--s-1); }
.facts__value { font-size: var(--step-2); color: var(--teal-700); }
.facts__label { color: var(--ink-muted); max-width: 26ch; }
@media (min-width: 640px) { .facts { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .facts { grid-template-columns: repeat(4, 1fr); gap: var(--s-6); } }

/* Numbered steps (Candidates section 6 only) */
.steps { list-style: none; counter-reset: step; display: grid; gap: var(--s-5); }
.steps__item { position: relative; padding-left: 56px; }
.steps__item::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; left: 0; top: 0;
  font-family: var(--font-heading); font-weight: 700; font-size: var(--step-1);
  color: var(--teal-500); line-height: 1.1;
}
.steps__item h3 { font-size: var(--step-0); }
.steps__item p { color: var(--ink-muted); }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(3, 1fr); gap: var(--s-6); } }

/* Callout */
.callout { padding: var(--s-5); border-left: 4px solid var(--accent); background: var(--surface); max-width: var(--measure); }
.callout__title { font-family: var(--font-heading); font-weight: 700; margin-bottom: var(--s-2); }

/* Forms */
.form { display: grid; gap: var(--s-5); max-width: 40rem; }
.field { display: grid; gap: var(--s-2); }
.field label { font-weight: 600; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 44px; padding: var(--s-2) var(--s-3);
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius);
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal-700); outline-offset: 0; }
.field__hint { font-size: var(--step--1); color: var(--ink-muted); }
.field__error { font-size: var(--step--1); color: #9b2c1f; font-weight: 600; }
.field--error input { border-color: #9b2c1f; }
.field--check { grid-template-columns: auto 1fr; align-items: start; gap: var(--s-3); }
.field--check input { width: 20px; height: 20px; min-height: 0; margin-top: 4px; accent-color: var(--teal-700); }
.field--check label { font-weight: 400; }
.hp { position: absolute; left: -9999px; }

/* FAQ disclosure */
.faq { display: grid; border-top: 1px solid var(--line); max-width: var(--measure); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { padding: var(--s-4) 0; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: var(--s-4); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--teal-700); font-family: var(--font-heading); }
.faq__item[open] summary::after { content: "\2212"; }
.faq__item p { padding-bottom: var(--s-4); color: var(--ink-muted); }

/* Tables */
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; max-width: var(--measure); }
th, td { text-align: left; padding: var(--s-3) var(--s-4); border-bottom: 1px solid var(--line); }
th { font-family: var(--font-heading); font-size: var(--step--1); letter-spacing: 0.04em; text-transform: uppercase; }

/* Testimonials (renders only with verified entries) */
.testimonials__list { list-style: none; display: grid; gap: var(--s-4); }
.testimonials__list blockquote > footer { margin-top: var(--s-3); color: var(--ink-muted); font-size: var(--step--1); }

/* Numbered eyebrow and ruled sections (SPEC 8.0) */
.eyebrow--num { display: flex; gap: var(--s-4); align-items: baseline; margin-bottom: var(--s-6); }
.eyebrow--num span { font-variant-numeric: tabular-nums; color: var(--ink-muted); font-weight: 500; }
.section--ruled { border-top: 1px solid var(--line); }
.section--ruled + .section--ruled { padding-top: var(--s-7); }
.arrow-link { font-family: var(--font-heading); font-weight: 700; text-decoration: none; }
.arrow-link::after { content: " \2192"; }
.arrow-link:hover { text-decoration: underline; }

/* Hero (Home) */
.hero { padding-block: var(--s-7) var(--s-8); }
.hero__grid { display: grid; gap: var(--s-6); align-items: center; }
.hero__text > * + * { margin-top: var(--s-5); }
.hero__text h1 { max-width: 14ch; }
.hero__text .lede { max-width: 48ch; }
.hero__cta { margin-top: var(--s-6); }
.hero__mark { max-width: 220px; justify-self: start; }
.sync-mark { width: 100%; height: auto; }
@media (min-width: 900px) {
  .hero { padding-block: var(--s-9); }
  .hero__grid { grid-template-columns: repeat(12, 1fr); gap: var(--s-5); }
  .hero__text { grid-column: 1 / 8; }
  .hero__mark { grid-column: 9 / 13; max-width: none; justify-self: end; }
}
.sync-mark--draw path { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw var(--draw-duration) cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.sync-mark--draw .sync-mark__b { animation-delay: 150ms; }
@keyframes draw { to { stroke-dashoffset: 0; } }
/* D21: with js-motion (set by head.js), hold the hero text and the draw until
   hero.js runs its timeline. Without JS, or under reduced motion, these never apply. */
.js-motion .hero__text > * { opacity: 0; }
.js-motion .sync-mark--draw path { animation: none; }
.js-motion .sync-mark--draw.is-drawing path { animation: draw var(--draw-duration) cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.js-motion .sync-mark--draw.is-drawing .sync-mark__b { animation-delay: 150ms; }
@media (prefers-reduced-motion: reduce) {
  .sync-mark--draw path { stroke-dashoffset: 0; animation: none; }
}

/* Three statements on a ruled grid (Home 01) */
.statements { list-style: none; display: grid; gap: var(--s-6); counter-reset: none; }
.statements__item { border-top: 2px solid var(--ink); padding-top: var(--s-4); }
.statements__item h3 { font-size: var(--step-1); margin-bottom: var(--s-3); }
.statements__item p { color: var(--ink-muted); max-width: 34ch; }
@media (min-width: 900px) { .statements { grid-template-columns: repeat(3, 1fr); gap: var(--s-7); } }

/* Fork: two columns sharing one rule (Home 02) */
.fork { display: grid; gap: var(--s-7); }
.fork__col > * + * { margin-top: var(--s-4); }
.fork__col .btn { margin-top: var(--s-5); }
.fork__col h3 { max-width: 16ch; }
.fork__col p:not(.fork__label) { color: var(--ink-muted); max-width: 40ch; }
.fork__label { font-family: var(--font-heading); font-weight: 600; font-size: var(--step--1); letter-spacing: 0.08em; text-transform: uppercase; color: var(--teal-700); }
@media (min-width: 900px) {
  .fork { grid-template-columns: 1fr 1fr; gap: 0; }
  .fork__col { padding-right: var(--s-8); }
  .fork__col--partner { padding-right: 0; padding-left: var(--s-8); border-left: 1px solid var(--line-strong); }
}

/* Big statement with a link in the margin (Home 03) */
.statement-grid { display: grid; gap: var(--s-5); }
.statement { font-size: var(--step-3); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; max-width: 22ch; }
@media (min-width: 900px) {
  .statement-grid { grid-template-columns: repeat(12, 1fr); }
  .statement-grid .eyebrow--num { grid-column: 1 / -1; }
  .statement { grid-column: 1 / 9; }
  .statement-grid__aside { grid-column: 10 / 13; align-self: end; }
}

/* Role list (Home 04, Careers) */
.role-list { list-style: none; border-top: 1px solid var(--line); margin-bottom: var(--s-5); }
.role-list__item { border-bottom: 1px solid var(--line); }
.role-list__item a { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s-2) var(--s-5); padding: var(--s-4) 0; text-decoration: none; color: var(--ink); }
.role-list__title { font-family: var(--font-heading); font-weight: 700; }
.role-list__meta { color: var(--ink-muted); font-size: var(--step--1); }
.role-list__item a:hover .role-list__title { color: var(--teal-700); text-decoration: underline; }

/* Closing band */
.closing { margin-top: var(--s-8); }
.closing__inner > * + * { margin-top: var(--s-5); }
.closing h2 { max-width: 14ch; }
.closing .lede { color: var(--teal-200); max-width: 46ch; }
.closing__email { color: var(--teal-200); font-family: var(--font-heading); font-weight: 600; }
.site-footer { margin-top: 0; }
.closing + .site-footer, .section--dark + .site-footer { border-top: 0; }

/* Section titles under numbered eyebrows */
.section__title { max-width: 22ch; margin-bottom: var(--s-6); }
.hero--text .hero__text { grid-column: 1 / 10; }
.hero--text .hero__text h1 { max-width: 18ch; }
.statements--4 .statements__item p { max-width: 30ch; }
@media (min-width: 640px) { .statements--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .statements--4 { grid-template-columns: repeat(4, 1fr); gap: var(--s-6); } }
.steps__note { margin-top: var(--s-6); padding-top: var(--s-4); border-top: 1px solid var(--line); max-width: var(--measure); font-weight: 600; }
.roles__spec { color: var(--ink-muted); font-size: var(--step--1); }

/* Honest-terms band (Candidates 04) */
.terms .eyebrow--num span { color: var(--teal-200); }
.terms__grid { display: grid; gap: var(--s-7); }
.terms__list { list-style: none; display: grid; gap: var(--s-5); }
.terms__list li { border-top: 1px solid rgba(244, 243, 238, 0.25); padding-top: var(--s-4); }
.terms__list h3 { font-size: var(--step-1); margin-bottom: var(--s-2); }
.terms__list p { color: var(--teal-200); max-width: 48ch; }
.callout--dark { background: rgba(244, 243, 238, 0.06); border-left-color: var(--accent); align-self: start; }
.callout--dark p { color: var(--ground); }
.callout--dark p + p { margin-top: var(--s-3); }
@media (min-width: 900px) {
  .terms__grid { grid-template-columns: 7fr 5fr; gap: var(--s-9); }
}

/* Ruled list inside a fork column (Partners 01) */
.rule-list { list-style: none; border-top: 1px solid var(--line); }
.rule-list li { padding: var(--s-4) 0; border-bottom: 1px solid var(--line); max-width: 40ch; }
.fork--lists .fork__col > .rule-list { margin-top: var(--s-4); }
.fork--lists .fork__col--partner .rule-list li { font-weight: 600; }

/* Prose block on the grid (Partners 03) */
.prose-grid { display: grid; gap: var(--s-4); }
.prose-grid__body > p + p { margin-top: var(--s-5); }
.prose-grid__body p { max-width: var(--measure); }
.prose-grid__body strong { font-family: var(--font-heading); }
@media (min-width: 900px) {
  .prose-grid { grid-template-columns: repeat(12, 1fr); }
  .prose-grid .eyebrow--num { grid-column: 1 / -1; }
  .prose-grid .section__title { grid-column: 1 / 5; margin-bottom: 0; }
  .prose-grid__body { grid-column: 6 / 12; }
}

/* Advantage rows (Why Sri Lanka 01): headline left, substance right */
.adv { list-style: none; border-top: 1px solid var(--line); }
.adv__item { display: grid; gap: var(--s-3); padding: var(--s-6) 0; border-bottom: 1px solid var(--line); }
.adv__item h3 { font-size: var(--step-2); max-width: 14ch; }
.adv__body > * + * { margin-top: var(--s-4); }
.adv__body p { max-width: 52ch; }
.adv__body .t-small { max-width: 52ch; }
@media (min-width: 900px) {
  .adv__item { grid-template-columns: repeat(12, 1fr); gap: var(--s-5); padding: var(--s-7) 0; }
  .adv__item h3 { grid-column: 1 / 5; }
  .adv__body { grid-column: 6 / 12; }
}
.overlap th:last-child, .overlap td:last-child { text-align: right; font-variant-numeric: tabular-nums; }

/* Careers */
.apply-note { margin-top: var(--s-3); max-width: 48ch; }
.filter { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-bottom: var(--s-6); }
.filter__link { display: inline-flex; align-items: center; min-height: 40px; padding: 0 var(--s-4); border: 1px solid var(--line-strong); border-radius: 999px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: var(--step--1); }
.filter__link:hover { border-color: var(--ink); }
.filter__link[aria-current="page"] { background: var(--ink); color: var(--ground); border-color: var(--ink); }
.role-list__main { display: grid; gap: 2px; }
.role-list__side { color: var(--ink-muted); font-size: var(--step--1); align-self: center; }
.empty { border-top: 2px solid var(--ink); padding-top: var(--s-5); max-width: var(--measure); }
.empty > * + * { margin-top: var(--s-4); }
.rule-list--wide li { max-width: var(--measure); }
.rule-list strong { font-family: var(--font-heading); }
.closing__terms { color: var(--teal-200); font-size: var(--step--1); max-width: 52ch; }
.closing__terms a { color: var(--ground); }
.notice { display: inline-block; padding: var(--s-2) var(--s-4); border: 1px solid var(--accent); border-radius: var(--radius); font-weight: 600; }
.vac .eyebrow a { color: inherit; text-decoration: none; }
.vac .eyebrow a:hover { text-decoration: underline; }
.vac__grid { display: grid; gap: var(--s-7); }
.vac__meta { display: grid; gap: var(--s-4); border-top: 2px solid var(--ink); padding-top: var(--s-4); align-content: start; }
.vac__meta div { display: grid; gap: 2px; }
.vac__meta dt { font-family: var(--font-heading); font-size: var(--step--1); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-muted); }
.vac__meta dd { margin: 0; }
.vac__body h3 { font-size: var(--step-1); }
.vac__body ul { padding-left: 1.2em; }
@media (min-width: 900px) {
  .vac__grid { grid-template-columns: repeat(12, 1fr); }
  .vac__meta { grid-column: 1 / 4; }
  .vac__body { grid-column: 5 / 12; }
}

/* Founder block (About 03) */
.founder { display: grid; gap: var(--s-6); align-items: start; }
.founder__media { max-width: 240px; }
.founder__photo { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; border-radius: var(--radius); }
.founder__initials { aspect-ratio: 4 / 5; display: grid; place-items: center; background: var(--ink); color: var(--teal-200); font-family: var(--font-heading); font-weight: 800; font-size: var(--step-4); letter-spacing: -0.02em; border-radius: var(--radius); }
.founder__text > * + * { margin-top: var(--s-3); }
.founder__text p:not(.founder__role) { max-width: 52ch; }
.founder__role { color: var(--teal-700); font-family: var(--font-heading); font-weight: 600; }
.founder__links { margin-top: var(--s-5); }
@media (min-width: 900px) {
  .founder { grid-template-columns: repeat(12, 1fr); }
  .founder__media { grid-column: 1 / 4; max-width: none; }
  .founder__text { grid-column: 5 / 12; }
}
.prose-grid__body .cluster { gap: var(--s-5); }

/* Contact */
.contact__grid { display: grid; gap: var(--s-7); }
.contact__aside > * + * { margin-top: var(--s-4); }
.contact__aside h3 + h3, .contact__aside p + h3 { margin-top: var(--s-6); }
@media (min-width: 900px) {
  .contact__grid { grid-template-columns: repeat(12, 1fr); }
  .contact__main { grid-column: 1 / 8; }
  .contact__aside { grid-column: 9 / 13; }
}
.audience { border: 0; padding: 0; margin: 0 0 var(--s-5); }
.audience legend { margin-bottom: var(--s-3); }
.audience__options { display: inline-grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-strong); border-radius: var(--radius); overflow: hidden; }
.audience__options input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.audience__options label { padding: var(--s-2) var(--s-5); min-height: 44px; display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 700; cursor: pointer; }
.audience__options input:checked + label { background: var(--ink); color: var(--ground); }
.audience__options input:focus-visible + label { outline: 3px solid var(--focus); outline-offset: -3px; }
.contact__candidate { border-top: 2px solid var(--ink); padding-top: var(--s-4); }
.contact__candidate > * + * { margin-top: var(--s-3); }
.contact:has(#aud-hiring:checked) .contact__candidate { display: none; }
.contact:has(#aud-candidate:checked) .contact__hiring { display: none; }
.contact__hiring { display: grid; gap: var(--s-5); }
.form__status { padding: var(--s-3) var(--s-4); border-left: 4px solid #9b2c1f; background: var(--surface); font-weight: 600; }
.form__success { border-top: 2px solid var(--ink); padding-top: var(--s-5); max-width: var(--measure); }
.form__success > * + * { margin-top: var(--s-3); }
.form__success:focus { outline: none; }
.cf-turnstile { min-height: 65px; }

/* Styleguide only */
.swatches { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: var(--s-4); }
.swatch { display: block; height: 64px; border-radius: var(--radius); border: 1px solid var(--line); margin-bottom: var(--s-2); }
.swatch--ink { background: var(--ink); } .swatch--teal-700 { background: var(--teal-700); } .swatch--teal-500 { background: var(--teal-500); }
.swatch--teal-300 { background: var(--teal-300); } .swatch--teal-200 { background: var(--teal-200); } .swatch--ground { background: var(--ground); }
.swatch--surface { background: var(--surface); } .swatch--accent { background: var(--accent); } .swatch--ink-muted { background: var(--ink-muted); }
