/* Jamity — midnight slate + signal rose */
:root {
  --ink: #10131a;
  --ink-soft: #1c2433;
  --mist: #e9eef5;
  --paper: #f4f6fa;
  --muted: #5e6a7a;
  --line: rgba(16, 19, 26, 0.12);
  --teal: #2f6fed;
  --teal-deep: #0b1020;
  --amber: #e11d48;
  --amber-hot: #fb2d55;
  --white: #ffffff;
  --font-display: "Syne", sans-serif;
  --font-body: "Manrope", sans-serif;
  --radius: 2px;
  --wrap: min(1120px, calc(100% - 2.5rem));
  --header-h: 4.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--teal);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  font-weight: 700;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 1rem;
}

ul {
  margin: 0;
  padding-left: 1.15rem;
}

li + li {
  margin-top: 0.45rem;
}

.wrap {
  width: var(--wrap);
  margin-inline: auto;
}

.eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  margin: 0 0 0.85rem;
}

.eyebrow.dark {
  color: var(--teal);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.35rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  border: 2px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

.btn:hover {
  color: inherit;
  transform: translateY(-1px);
}

.btn-accent {
  background: var(--amber);
  color: var(--ink);
  border-color: var(--amber);
}

.btn-accent:hover {
  background: var(--amber-hot);
  border-color: var(--amber-hot);
  color: var(--ink);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-ghost:hover {
  border-color: var(--white);
  color: var(--white);
}

.btn-dark {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.btn-dark:hover {
  background: var(--ink-soft);
  color: var(--white);
}

.btn-block {
  width: 100%;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-h);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-solid {
  background: rgba(244, 246, 250, 0.94);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
  text-decoration: none;
  color: var(--white);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.logo:hover {
  color: var(--white);
  opacity: 0.92;
}

.logo-mark {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 0.55rem;
  display: block;
}

.site-header.is-solid .logo {
  color: var(--ink);
}

.site-header.is-solid .logo:hover {
  color: var(--ink);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav a {
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
}

.site-header.is-solid .nav a {
  color: var(--ink);
}

.nav a:hover {
  color: var(--amber);
}

.site-header.is-solid .nav a:hover {
  color: var(--teal);
}

.nav-cta {
  padding: 0.55rem 1rem;
  background: var(--amber);
  color: var(--ink) !important;
  border-radius: var(--radius);
}

.nav-cta:hover {
  background: var(--amber-hot) !important;
  color: var(--ink) !important;
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 1.35rem;
  height: 2px;
  margin: 0.35rem auto;
  background: var(--white);
  transition: background 0.2s ease;
}

.site-header.is-solid .nav-toggle span {
  background: var(--ink);
}

/* Hero — centered stage, watermark brand, cool navy wash */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: calc(var(--header-h) + 2.5rem) 0 4rem;
  color: var(--white);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.75) contrast(1.05);
  transform: scale(1.06);
  animation: hero-zoom 20s ease-out forwards;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 80% 70% at 50% 40%, rgba(11, 16, 32, 0.35) 0%, rgba(11, 16, 32, 0.82) 100%),
    linear-gradient(180deg, rgba(11, 16, 32, 0.55) 0%, rgba(11, 16, 32, 0.25) 35%, rgba(11, 16, 32, 0.9) 100%);
}

.hero-watermark {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(5rem, 22vw, 16rem);
  letter-spacing: -0.06em;
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  animation: watermark-in 1.2s ease both;
}

.hero-stage {
  position: relative;
  z-index: 2;
  width: var(--wrap);
  display: flex;
  justify-content: center;
  text-align: center;
}

.hero-copy {
  max-width: 38rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-copy .eyebrow {
  position: relative;
  padding-bottom: 0.85rem;
  margin-bottom: 1.1rem;
}

.hero-copy .eyebrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.5rem;
  height: 2px;
  transform: translateX(-50%);
  background: var(--amber);
}

.brand-hero {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7vw, 4.75rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin: 0 0 1.1rem;
  animation: rise 0.85s ease both;
}

.hero h1 {
  max-width: 18ch;
  animation: rise 0.85s ease 0.1s both;
}

.hero .lede {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.86);
  max-width: 32rem;
  margin-bottom: 0;
  animation: rise 0.85s ease 0.2s both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.85rem;
  animation: rise 0.85s ease 0.3s both;
}

@keyframes hero-zoom {
  to {
    transform: scale(1);
  }
}

@keyframes watermark-in {
  from {
    opacity: 0;
    transform: translate(-50%, -46%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Meta strip */
.strip {
  background: var(--ink);
  color: var(--white);
  padding: 1.1rem 0;
  border-top: 3px solid var(--amber);
}

.strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
}

.strip p {
  margin: 0;
  font-size: 0.92rem;
}

/* Trust */
.trust {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--line);
}

.trust-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
}

.trust p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.rating {
  color: var(--ink) !important;
}

.stars {
  color: var(--amber);
  letter-spacing: 0.08em;
  margin-right: 0.35rem;
}

/* Sections */
.section {
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.section-tint {
  background: var(--mist);
}

.section-ink {
  background:
    radial-gradient(ellipse at 18% 0%, rgba(47, 111, 237, 0.28), transparent 52%),
    linear-gradient(160deg, #10131a 0%, #0b1020 100%);
  color: var(--white);
}

.section-head {
  max-width: 38rem;
  margin-bottom: 2.5rem;
}

.section-head.on-dark .eyebrow {
  color: var(--amber);
}

.section-head p:last-child {
  color: var(--muted);
}

.section-ink .section-head p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

/* Split languages */
.split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.split-copy p {
  color: var(--muted);
}

.split-media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.split-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.split:hover .split-media img {
  transform: scale(1.03);
}

/* Why */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.why-grid article {
  padding-top: 1.25rem;
  border-top: 3px solid var(--teal);
}

.why-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

/* Role */
.role-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}

.role-layout > div > p {
  color: var(--muted);
}

.role-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  margin-top: 2rem;
}

.pay-panel {
  background: var(--ink);
  color: var(--white);
  padding: 2rem 1.75rem;
  border-radius: var(--radius);
  border-top: 4px solid var(--amber);
}

.pay-label {
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.65);
}

.pay-range {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0.4rem 0 0.35rem;
  line-height: 1.2;
}

.pay-note {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  margin-bottom: 1.5rem;
}

.pay-meta {
  margin: 1.75rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  gap: 1rem;
}

.pay-meta dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--amber);
  margin: 0 0 0.2rem;
}

.pay-meta dd {
  margin: 0;
  font-size: 0.95rem;
}

/* Growth */
.growth-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.growth-grid article {
  padding: 1.5rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.growth-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
}

/* Work pair */
.work-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.work-pair figure {
  margin: 0;
}

.work-pair img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}

.work-pair figcaption {
  margin-top: 0.85rem;
  font-size: 0.95rem;
  color: var(--muted);
}

/* Steps */
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  counter-reset: none;
}

.step-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2rem;
  color: var(--teal);
  letter-spacing: -0.03em;
  margin-bottom: 0.5rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.center-cta {
  margin-top: 2.5rem;
  text-align: center;
}

/* FAQ */
.faq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: start;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 1.15rem 0;
}

.faq-list summary {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--teal);
  flex-shrink: 0;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0.85rem 0 0;
  color: var(--muted);
  max-width: 40rem;
}

/* Apply */
.apply-section {
  background:
    linear-gradient(145deg, #0b1020 0%, #151c2e 48%, #1a1030 100%);
  color: var(--white);
}

.apply-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}

.apply-intro p {
  color: rgba(255, 255, 255, 0.78);
}

.apply-visual {
  margin: 1.75rem 0 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.apply-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.apply-form {
  background: var(--white);
  color: var(--ink);
  padding: 1.85rem 1.6rem;
  border-radius: var(--radius);
  display: grid;
  gap: 0.95rem;
}

.apply-form h3 {
  margin-bottom: 0.25rem;
}

.apply-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
  font: inherit;
  font-weight: 500;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
  outline: 2px solid var(--teal);
  outline-offset: 1px;
}

.form-status {
  margin: 0;
  font-size: 0.92rem;
  color: var(--teal);
}

.form-status.is-error {
  color: #b42318;
}

/* Footer */
.site-footer {
  background: #0a0e16;
  color: rgba(255, 255, 255, 0.78);
  padding: 2.75rem 0 1.35rem;
  font-size: 0.95rem;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-footer {
  color: var(--white);
  margin: 0;
}

.logo-footer:hover {
  color: var(--white);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.35rem;
  align-items: center;
}

.footer-nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-nav a:hover {
  color: var(--amber);
}

.footer-cta {
  padding: 0.55rem 1.1rem;
  font-size: 0.88rem;
}

.footer-about {
  padding: 1.5rem 0 1.75rem;
  max-width: 40rem;
}

.footer-about p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-legal {
  margin: 0;
  font-size: 0.85rem;
  max-width: 48rem;
  line-height: 1.55;
  opacity: 0.8;
}

.footer-legal a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
}

.footer-legal a:hover {
  color: var(--amber);
}

.footer-bottom > p:last-child {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.6;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom > p:last-child {
    white-space: normal;
  }
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 960px) {
  .split,
  .role-layout,
  .faq-layout,
  .apply-layout,
  .work-pair,
  .growth-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .role-cols {
    grid-template-columns: 1fr;
  }

  .strip-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: block;
    z-index: 60;
  }

  .nav {
    position: fixed;
    inset: 0 0 auto;
    background: var(--ink);
    flex-direction: column;
    align-items: flex-start;
    padding: calc(var(--header-h) + 1rem) 1.5rem 2rem;
    gap: 1.15rem;
    transform: translateY(-110%);
    transition: transform 0.3s ease;
  }

  .nav.is-open {
    transform: translateY(0);
  }

  .nav a {
    color: var(--white) !important;
    font-size: 1.1rem;
  }

  .site-header.is-menu-open {
    background: transparent;
    box-shadow: none;
  }

  .site-header.is-menu-open .logo {
    color: var(--white);
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-bottom: 3.25rem;
  }

  .hero-watermark {
    font-size: clamp(4rem, 28vw, 8rem);
    top: 38%;
  }

  .trust-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Inner pages */
.page-inner .site-header .logo {
  color: var(--ink);
}

.page-inner .nav a {
  color: var(--ink);
}

.page-inner .nav-toggle span {
  background: var(--ink);
}

.page-hero {
  padding: calc(var(--header-h) + 3.5rem) 0 2.5rem;
  background:
    linear-gradient(180deg, var(--mist) 0%, var(--paper) 100%);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 18ch;
}

.page-lede {
  max-width: 40rem;
  color: var(--muted);
  font-size: 1.1rem;
  margin: 0;
}

.page-hero-narrow h1 {
  max-width: none;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.about-grid p,
.about-list {
  color: var(--muted);
}

.about-list {
  padding-left: 0;
  list-style: none;
}

.about-list li + li {
  margin-top: 1rem;
}

.about-list strong {
  color: var(--ink);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  color: var(--teal);
  margin: 0 0 0.4rem;
  letter-spacing: -0.03em;
}

.stats-row > div > p:last-child {
  margin: 0;
  color: var(--muted);
}

.cta-band {
  max-width: 40rem;
}

.cta-band > p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-card {
  padding: 1.75rem;
  background: var(--mist);
  border-radius: var(--radius);
  border-top: 4px solid var(--teal);
}

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

.contact-dl {
  margin: 1.5rem 0;
}

.contact-dl div + div {
  margin-top: 1rem;
}

.contact-dl dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--teal);
  margin: 0 0 0.25rem;
}

.contact-dl dd {
  margin: 0;
  font-weight: 600;
}

.response-note {
  font-size: 0.92rem;
}

.contact-form {
  box-shadow: 0 12px 40px rgba(16, 19, 26, 0.08);
}

.legal-section {
  padding-top: 2.5rem;
}

.legal-prose {
  max-width: 42rem;
}

.legal-prose h2 {
  font-size: 1.25rem;
  margin-top: 2rem;
}

.legal-prose p,
.legal-prose li {
  color: var(--muted);
}

@media (max-width: 960px) {
  .about-grid,
  .contact-layout,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .stats-row {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .page-inner .nav a {
    color: var(--white) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-media img,
  .hero-watermark,
  .reveal,
  .hero-copy > * {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-watermark {
    transform: translate(-50%, -50%) !important;
  }
}
