﻿:root {
  --navy: #0d1620;
  --navy-2: #111c28;
  --navy-card: #131f2b;
  --navy-line: #28384a;
  --paper: #ffffff;
  --paper-2: #f5f6f8;
  --paper-3: #eef0f3;
  --ink: #0d1620;
  --ink-2: #1f2d3a;
  --gray-1: #44525f;
  --gray-2: #6b7884;
  --gray-3: #97a1ac;
  --line: #e5e8ec;
  --line-2: #d6dbe1;
  --on-dark: #f4f6f8;
  --on-dark-2: #aab6c2;
  --on-dark-3: #6f7e8e;
  --accent: #3d7bff;
  --accent-2: #7aa6ff;
  --font-display: "Newsreader", Georgia, "Times New Roman", serif;
  --font-sans: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --maxw: 1180px;
  --maxw-wide: 1320px;
  --gutter: clamp(22px, 5vw, 64px);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --radius: 18px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background: var(--navy);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.careers-main {
  flex: 1;
}

::selection {
  background: var(--accent);
  color: #fff;
}

h1,
h2,
h3,
h4,
.display {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--accent-2);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform 0.25s var(--ease);
}

.skip-link:focus {
  transform: none;
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.wrap-wide {
  max-width: var(--maxw-wide);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.section {
  padding-block: clamp(72px, 9vw, 132px);
}

.section--light {
  background: var(--paper);
  color: var(--ink);
}

.section--dark {
  background: var(--navy);
  color: var(--on-dark);
}

.kicker {
  display: inline-flex;
  align-items: center;
  color: var(--gray-2);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kicker.on-dark {
  color: var(--on-dark-2);
}

.band-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(48px, 6vw, 76px);
}

.band-head h2 {
  margin-top: 22px;
  font-size: clamp(32px, 4.2vw, 54px);
  letter-spacing: -0.022em;
}

.section--dark .band-head h2 {
  color: var(--on-dark);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.35s var(--ease);
}

.btn .ico {
  transition: transform 0.4s var(--ease-out);
}

.btn:hover .ico {
  transform: translateX(5px);
}

.btn-light {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.btn-light:hover {
  border-color: #354350;
  background: #354350;
  color: #fff;
}

.btn-outline {
  border-color: var(--navy-line);
  background: transparent;
  color: var(--on-dark);
}

.btn-outline:hover {
  border-color: var(--on-dark);
  background: rgb(255 255 255 / 5%);
}

.btn-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  border-color: #2b63d9;
  background: #2b63d9;
}

.btn-primary:disabled {
  cursor: default;
  opacity: 0.6;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--navy);
  color: var(--on-dark);
  transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.nav.scrolled {
  background: rgb(13 22 32 / 85%);
  box-shadow: 0 1px 0 var(--navy-line);
  backdrop-filter: blur(14px);
}

.nav-inner {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--on-dark);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.brand .mark {
  width: 26px;
  color: var(--on-dark);
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}

.nav-cta {
  padding: 11px 20px;
  border: 1px solid var(--navy-line);
  border-radius: 10px;
  background: rgb(255 255 255 / 2%);
  color: var(--on-dark);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.3s var(--ease);
}

.nav-cta:hover {
  border-color: var(--on-dark);
  background: rgb(255 255 255 / 8%);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 22px;
}


.hero {
  position: relative;
  padding-top: clamp(56px, 8vw, 104px);
  padding-bottom: clamp(40px, 6vw, 80px);
  overflow: hidden;
  background: linear-gradient(#0e1924 0%, #0b131c 100%);
  color: var(--on-dark);
}

.hero-inner {
  position: relative;
  max-width: 1280px;
  padding-top: clamp(40px, 6vw, 76px);
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  color: #fdfdfd;
  font-size: clamp(44px, 7.4vw, 86px);
  letter-spacing: -0.025em;
  line-height: 1;
}

.hero h1 .ln,
.hero h1 .ln > span {
  display: block;
}

.hero-sub {
  max-width: 660px;
  margin: 28px auto 0;
  color: var(--on-dark-2);
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 400;
  line-height: 1.45;
  text-wrap: pretty;
}

.splitcard {
  position: relative;
  display: grid;
  max-width: 1240px;
  margin: clamp(72px, 8vw, 112px) auto clamp(56px, 6vw, 80px);
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 40px 100px -40px rgb(0 0 0 / 70%), 0 0 0 1px rgb(255 255 255 / 4%);
}

.scard {
  display: flex;
  min-height: 460px;
  flex-direction: column;
  padding: clamp(34px, 3.4vw, 52px);
  text-align: left;
}

.scard.light {
  background: linear-gradient(#fafbfc, #f1f3f6);
  color: var(--ink);
}

.scard.dark {
  background: #11202e;
  color: var(--on-dark);
}

.scard h2 {
  margin-bottom: 8px;
  font-size: clamp(30px, 3.4vw, 37px);
  letter-spacing: -0.02em;
}

.scard .aud {
  margin-bottom: 28px;
  color: var(--gray-1);
  font-size: 15.5px;
}

.scard.dark .aud {
  color: var(--on-dark-2);
}

.scard-list {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}

.scard-li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.45;
}

.scard.dark .scard-li {
  color: var(--on-dark);
}

.scard-li .chk {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  align-items: center;
  justify-content: center;
  color: #3d7bff;
  flex: 0 0 auto;
}

.scard.dark .scard-li .chk {
  color: #82adff;
}

.scard-li .chk svg {
  display: block;
  width: 100%;
  height: 100%;
}

.scard-cta {
  padding-top: 6px;
  margin-top: auto;
}

.scard-cta .btn {
  width: 100%;
  justify-content: center;
}

.hero-logos {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: clamp(40px, 5vw, 64px);
  overflow: hidden;
}

.hero-logos-label {
  color: var(--on-dark-3);
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-logos-names {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 52px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.hero-logos-names::-webkit-scrollbar {
  display: none;
}

.logo-name {
  color: var(--on-dark-2);
  font-family: var(--font-display);
  font-size: 19px;
}

.logo-img {
  display: block;
  width: auto;
  flex: 0 0 auto;
  opacity: 0.88;
  transition: opacity 0.3s var(--ease);
}

.logo-img:hover {
  opacity: 1;
}

.stats {
  position: relative;
  overflow: hidden;
  background: #0e1822;
  color: var(--on-dark);
}

.stats .band-head {
  margin-bottom: clamp(44px, 5vw, 68px);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: clamp(32px, 5vw, 72px);
  justify-content: center;
}

.stat {
  text-align: center;
  padding: clamp(26px, 3.2vw, 36px) clamp(18px, 2.6vw, 28px);
  border-radius: 14px;
  background: transparent;
}

.stat .num {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 62px);
  letter-spacing: -0.025em;
  line-height: 1;
}

.stat .num--compact {
  font-size: clamp(30px, 3.5vw, 44px);
  white-space: nowrap;
}

.stat .num-unit {
  font-size: 0.85em;
}

.stat .num .hl {
  color: #fff;
}

.stat .lab {
  margin-top: 16px;
  color: var(--on-dark-2);
  font-size: 14px;
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.45;
  text-wrap: balance;
}

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

.results .band-head {
  margin-bottom: clamp(40px, 5vw, 62px);
}

.case {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 34px 80px -50px rgb(13 22 32 / 42%);
}

.case-main {
  padding: clamp(34px, 3.8vw, 56px);
}

.case-tag {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-main h3 {
  margin: 18px 0 24px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.case-main p {
  margin-bottom: 15px;
  color: var(--gray-1);
  font-size: 15.5px;
  line-height: 1.62;
}

.case-main p:last-child {
  margin-bottom: 0;
}

.case-side {
  display: flex;
  padding: clamp(34px, 3.8vw, 52px);
  border-left: 1px solid var(--line);
  background: var(--paper-2);
  flex-direction: column;
  justify-content: center;
}

.case-quote p {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(18px, 1.9vw, 22px);
  font-style: italic;
  letter-spacing: -0.01em;
  line-height: 1.42;
}

.case-quote footer {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  gap: 4px;
}

.q-name {
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 650;
}

.q-meta {
  color: var(--gray-2);
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.05em;
}

.tst-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 26px;
  margin-top: 26px;
}

.tst {
  display: flex;
  height: 312px;
  padding: 34px 30px 30px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  flex-direction: column;
  transition: border-color 0.35s var(--ease), transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.tst:hover {
  border-color: var(--line-2);
  box-shadow: 0 28px 56px -30px rgb(13 22 32 / 40%);
  transform: translateY(-8px);
}

.tst .qmark {
  height: 22px;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 52px;
  line-height: 0.5;
  opacity: 0.34;
}

.tst blockquote {
  margin-top: 6px;
}

.tst-quote {
  overflow: hidden;
}

.tst.clamped:not(.expanded) .tst-quote {
  flex: 1 1 auto;
  mask-image: linear-gradient(#000 74%, transparent);
}

.tst.expanded {
  height: auto;
}

.tst.expanded .tst-quote {
  mask-image: none;
}

.tst blockquote p {
  margin-bottom: 13px;
  color: var(--gray-1);
  font-size: 15px;
  line-height: 1.62;
}

.tst blockquote p:last-child {
  margin-bottom: 0;
}

.tst-more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  padding: 0;
  margin-top: 16px;
  border: 0;
  background: none;
  color: var(--accent);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tst-more::after {
  content: "+";
  font-size: 14px;
}

.tst-more[aria-expanded="true"]::after {
  content: "-";
}

.tst figcaption {
  display: flex;
  padding-top: 18px;
  margin-top: 26px;
  border-top: 1px solid var(--line);
  flex-direction: column;
  gap: 4px;
}

.tst .t-name {
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 650;
}

.tst .t-meta {
  color: var(--gray-2);
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.05em;
}

#approach {
  background: #0e1822;
}

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

.why-card {
  padding: 32px 28px 34px;
  border: 1px solid var(--navy-line);
  border-radius: 14px;
  background: var(--navy-card);
  transition: border-color 0.35s var(--ease), transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.why-card:hover {
  border-color: #46648a;
  box-shadow: 0 28px 56px -30px rgb(0 0 0 / 60%);
  transform: translateY(-8px);
}

.why-num {
  color: var(--accent-2);
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1;
}

.why-card h3 {
  margin: 0 0 12px;
  color: var(--on-dark);
  font-family: var(--font-sans);
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.why-card p {
  color: var(--on-dark-2);
  font-size: 14.5px;
  line-height: 1.55;
}

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

.step {
  padding: clamp(28px, 3vw, 42px);
  border-radius: 16px;
  background: var(--paper-2);
}

.step-num {
  margin-bottom: 22px;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.12em;
}

.step h3 {
  margin-bottom: 14px;
  font-size: clamp(23px, 2.4vw, 30px);
  letter-spacing: -0.018em;
}

.step p {
  color: var(--gray-1);
  font-size: 15.5px;
  line-height: 1.55;
}

.cta {
  position: relative;
  overflow: hidden;
  background: var(--paper-2);
  color: var(--ink);
  text-align: center;
}

.cta-inner {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

.cta h2 {
  color: var(--ink);
  font-size: clamp(32px, 4.2vw, 54px);
  letter-spacing: -0.022em;
  line-height: 1.05;
}

.cta p {
  max-width: 520px;
  margin: 24px auto 0;
  color: var(--gray-1);
  font-size: 18px;
  line-height: 1.5;
}

.cta-actions {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  gap: 14px;
  flex-wrap: wrap;
}
.cta .btn-primary {
  border-color: #264967;
  background: #264967;
  color: #fff;
}

.cta .btn-primary:hover {
  border-color: #2f68e6;
  background: #2f68e6;
}

.footer {
  padding-block: clamp(56px, 6vw, 84px) 36px;
  background: var(--navy);
  color: var(--on-dark);
}

.footer-main {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--navy-line);
}

.footer-columns {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(0, 1fr));
  gap: clamp(40px, 7vw, 96px);
}

.footer-col h2 {
  color: var(--on-dark);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-col ul {
  margin-top: 20px;
  list-style: none;
}

.footer-col li + li {
  margin-top: 13px;
}

.footer-col a,
.footer-col button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--on-dark-2);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  transition: color 0.25s var(--ease);
}

.footer-col a:hover,
.footer-col button:hover {
  color: var(--on-dark);
}
.footer-tag {
  max-width: 34ch;
  margin-top: 16px;
  color: var(--on-dark-2);
  font-size: 15px;
  line-height: 1.55;
}

.footer-email {
  color: var(--on-dark);
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: color 0.3s var(--ease);
}

.footer-email:hover {
  color: var(--accent-2);
}

.footer-legal a {
  color: inherit;
  transition: color 0.25s var(--ease);
}

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

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-bottom p,
.footer-legal {
  color: var(--on-dark-3);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.footer-legal {
  display: flex;
  gap: 26px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(560px, calc(100vw - 40px));
  max-height: calc(100dvh - 40px);
  margin: 0;
  overflow: auto;
  transform: translate(-50%, -50%);
  padding: clamp(24px, 3.4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 40px 100px -30px rgb(0 0 0 / 55%);
}

.modal::backdrop {
  background: rgb(13 22 32 / 62%);
  backdrop-filter: blur(3px);
}

.modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.modal-head h3 {
  font-size: clamp(24px, 3vw, 30px);
  letter-spacing: -0.02em;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gray-2);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transition: color 0.25s var(--ease);
}

.modal-close:hover {
  color: var(--ink);
}

.modal form {
  margin-top: 24px;
}


.field {
  display: block;
  margin-bottom: 14px;
}

.field span {
  display: block;
  margin-bottom: 7px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
}

.field input,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line-2);
  border-radius: 10px;
  background: var(--paper-2);
  color: var(--ink);
  font: inherit;
  font-size: 15.5px;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease);
}

.field input:focus-visible,
.field textarea:focus-visible {
  outline: none;
  border-color: var(--accent);
  background: var(--paper);
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--gray-3);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.botcheck {
  display: none !important;
}

.modal form .btn-primary {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
  border-color: #264967;
  background: #264967;
  color: #fff;
}

.modal form .btn-primary:hover {
  border-color: #2f68e6;
  background: #2f68e6;
}

.form-note {
  margin-bottom: 14px;
  color: #b3261e;
  font-size: 14px;
}

.modal-success {
  padding: 26px 0 10px;
  text-align: center;
}

.modal-success-title {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.modal-success p:last-child {
  color: var(--gray-1);
  font-size: 15px;
}

@media (max-width: 1080px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .case,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .case-side {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 860px) {
  .tst-grid {
    grid-template-columns: 1fr;
  }

  .stat-grid {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 720px) {
  .splitcard {
    max-width: 460px;
    grid-template-columns: 1fr;
  }

  .scard {
    min-width: 0;
    min-height: auto;
  }

  .btn {
    white-space: normal;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .hero h1 {
    font-size: clamp(30px, 9vw, 44px);
  }

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

  .nav-cta {
    padding: 9px 14px;
    font-size: 13.5px;
  }

  .footer-main {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .hero-logos-names {
    justify-content: flex-start;
    gap: 26px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

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

.careers-main {
  min-height: clamp(560px, 72vh, 820px);
  padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(96px, 12vw, 150px);
  background: var(--paper);
  color: var(--ink);
}

.careers-main .wrap-wide {
  width: 100%;
}

.careers-main h1 {
  margin-top: 22px;
  font-family: var(--font-sans);
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.05;
}

.careers-main h3 {
  margin-top: 24px;
  color: var(--gray-1);
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
}

.roles-list {
  margin-top: 40px;
  list-style: none;
}

.roles-list a {
  display: block;
  padding: 19px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 17px;
  font-weight: 500;
  transition: color 0.25s var(--ease);
}

.roles-list li:last-child a {
  border-bottom: 1px solid var(--line);
}

.roles-list a:hover {
  color: var(--accent);
}

@media (max-width: 980px) {
  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 56px;
  }
}

@media (max-width: 760px) {
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
.privacy-main {
  padding-block: clamp(72px, 9vw, 120px) clamp(96px, 12vw, 150px);
  background: var(--paper);
  color: var(--ink);
}

.privacy-wrap {
  max-width: 900px;
}

.privacy-main h1 {
  margin-top: 22px;
  font-family: var(--font-sans);
  font-size: clamp(34px, 4.8vw, 60px);
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.05;
}

.privacy-updated {
  margin-top: 18px;
  color: var(--gray-2);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.privacy-main h2 {
  margin-top: 44px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.15;
}

.privacy-main p,
.privacy-main li {
  color: var(--gray-1);
  font-size: 16px;
  line-height: 1.68;
}

.privacy-main p {
  margin-top: 18px;
}

.privacy-main ul {
  margin: 16px 0 0 22px;
}

.privacy-main li + li {
  margin-top: 8px;
}