@font-face {
  font-family: "Manrope";
  src: url("manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("source-serif-4-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("source-serif-4-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #fbf6ed;
  --ink: #70402e;
  --muted: #82614f;
  --accent: #a4472c;
  --accent-hover: #87391f;
  --rule: #dfceba;
  --yc: #fb651e;
  --gutter: clamp(24px, 4.5vw, 64px);
  --radius: 2px;
  --sans: "Manrope", Arial, sans-serif;
  --serif: "Source Serif 4", Georgia, serif;
  --grid: rgb(164 71 44 / 5%);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { display: flex; flex-direction: column; min-height: 100svh; margin: 0; background-color: var(--paper); background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px); background-size: 32px 32px; background-position: center top; color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
h1, p { margin: 0; }
a { color: inherit; touch-action: manipulation; -webkit-tap-highlight-color: #edc6ac; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { background: #edc6ac; color: var(--ink); }
.shell { width: 100%; max-width: 1328px; margin-inline: auto; padding-left: max(var(--gutter), env(safe-area-inset-left)); padding-right: max(var(--gutter), env(safe-area-inset-right)); }
.skip-link { position: absolute; z-index: 1; top: 16px; left: 24px; transform: translateY(-180%); padding: 12px 16px; border-radius: var(--radius); background: var(--accent); color: var(--paper); font-weight: 600; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--ink); text-decoration: none; display: inline-flex; flex-shrink: 0; align-items: center; gap: 1px; }
.brand-mark { display: block; width: 28px; height: 38px; background: var(--accent); -webkit-mask: url("signiture-mark.png") center / contain no-repeat; mask: url("signiture-mark.png") center / contain no-repeat; }
.brand-name { font-size: 25px; font-weight: 650; letter-spacing: -1px; }
.arrow { width: 20px; height: 20px; flex-shrink: 0; transition: transform 160ms ease; }
main { display: flex; flex: 1; flex-direction: column; }
main:focus { outline: none; }
.hero-shell { display: grid; flex: 1; align-items: center; }

.hero { min-width: 0; width: min(100% - 80px, 960px); margin-inline: auto; padding: 48px 0 56px; text-align: center; }
.backing { display: inline-flex; align-items: center; gap: 14px; text-align: left; }
.yc-mark { display: grid; flex-shrink: 0; place-items: center; width: 52px; height: 52px; background: var(--yc); color: #fff; font-family: Arial, sans-serif; font-size: 36px; font-weight: 400; line-height: 1; }
.backing-text { display: flex; flex-direction: column; gap: 3px; }
.backing-label { color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.4; }
.backing-name { color: var(--ink); font-size: 24px; font-weight: 650; line-height: 1.2; letter-spacing: -.7px; }
h1 { margin-top: 32px; color: var(--ink); font-family: var(--serif); font-size: clamp(52px, 6.2vw, 84px); font-optical-sizing: auto; font-weight: 400; line-height: 1.12; letter-spacing: -.045em; text-wrap: balance; }
h1 span { display: block; }
h1 em { color: var(--accent); font-weight: 400; }
.proof-copy { max-width: 560px; margin: 24px auto 0; color: var(--ink); font-size: 18px; font-weight: 450; line-height: 1.7; letter-spacing: -.2px; text-wrap: pretty; }
.hero-actions { display: flex; justify-content: center; margin-top: 28px; }
.demo-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 56px; max-width: 100%; padding: 16px 24px; border: 1px solid var(--accent); border-radius: var(--radius); background: var(--accent); color: #fff9f0; font-size: 14px; font-weight: 600; line-height: 1.5; text-decoration: none; transition: transform 160ms ease; }
.demo-button:hover { transform: translateY(-2px); background: var(--accent-hover); border-color: var(--accent-hover); }
.demo-button:hover .arrow { transform: translateX(3px); }
.demo-button:active { transform: translateY(0); }
.demo-button:active .arrow { transform: translateX(1px); }
.focus { padding-bottom: 0; }
.priorities { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 28px 0; list-style: none; }
.priorities li { display: flex; align-items: center; justify-content: center; gap: 16px; min-width: 0; min-height: 52px; padding-inline: 20px; font-size: 15px; font-weight: 550; line-height: 1.5; letter-spacing: -.3px; }
.priorities li + li { border-left: 1px solid var(--rule); }
.priority-symbol { display: inline-block; flex-shrink: 0; min-width: 44px; color: var(--accent); font-family: var(--serif); font-size: 32px; font-weight: 400; line-height: 1; text-align: center; }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 80px; padding-block: 20px max(20px, env(safe-area-inset-bottom)); color: var(--muted); font-size: 12px; line-height: 1.5; }
.footer-note { font-family: var(--serif); color: var(--accent); font-size: 18px; font-style: italic; letter-spacing: -.3px; }
@media (max-width: 1000px) {
  .hero { width: calc(100% - 48px); }
  .priorities { padding: 24px 8px; }
  .priorities li { flex-direction: column; gap: 8px; padding-inline: 12px; font-size: 15px; text-align: center; }
}
@media (max-width: 620px) {
  body { background-size: 24px 24px; }
  .header { min-height: 80px; gap: 18px; }
  .brand-mark { width: 23px; height: 32px; }
  .brand-name { font-size: 23px; }
  .hero { width: 100%; padding: 36px 0 40px; }
  .yc-mark { width: 48px; height: 48px; font-size: 34px; }
  .backing { gap: 12px; }
  .backing-name { font-size: 23px; }
  h1 { margin-top: 28px; font-size: clamp(29px, 8.9vw, 55px); line-height: 1.16; letter-spacing: -.045em; }
  .proof-copy { max-width: 400px; margin-top: 20px; font-size: 16px; line-height: 1.7; }
  .hero-actions { margin-top: 24px; }
  .demo-button { gap: 14px; padding: 14px 18px; }
  .demo-label { text-wrap: balance; }
  .priorities { grid-template-columns: 1fr; padding: 8px 16px; }
  .priorities li { flex-direction: row; justify-content: flex-start; gap: 12px; min-height: 60px; padding: 16px 0; font-size: 14px; text-align: left; }
  .priorities li + li { border-left: 0; border-top: 1px solid var(--rule); }
  .priority-symbol { min-width: 40px; font-size: 26px; }
  .footer { min-height: 76px; font-size: 11px; }
  .footer > span { white-space: nowrap; }
  .footer-note { font-size: clamp(14px, 4vw, 16px); }
}
@media (prefers-reduced-motion: reduce) {
  .arrow, .demo-button { transition: none; }
  .demo-button:hover, .demo-button:hover .arrow, .demo-button:active .arrow { transform: none; }
}
@media (forced-colors: active) {
  .brand-mark { background: CanvasText; }
  .yc-mark { border: 1px solid CanvasText; }
}

.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; padding-block: 8px; font-size: 14px; font-weight: 600; text-decoration: none; text-underline-offset: 6px; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--accent); text-decoration: underline; }
.site-nav a:active { color: var(--accent-hover); }
.careers-layout { display: grid; flex: 1; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); align-items: center; gap: clamp(48px, 6vw, 96px); padding-block: 64px 88px; }
.careers-intro, .careers-invitation { min-width: 0; }
.careers-intro h1 { font-size: clamp(48px, 5.6vw, 76px); }
.careers-intro .proof-copy { max-width: 530px; margin-inline: 0; }
.careers-invitation { padding-block: 8px; }
.section-label { margin-bottom: 16px; color: var(--muted); font-size: 12px; font-weight: 650; letter-spacing: 1.2px; text-transform: uppercase; }
.careers-invitation h2 { margin: 0; font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1.15; letter-spacing: -.035em; text-wrap: balance; }
.careers-invitation > p:not(.section-label) { margin-top: 20px; font-size: 16px; line-height: 1.7; text-wrap: pretty; }
.careers-invitation .demo-button { margin-top: 28px; }
.careers-invitation > p.application-note { max-width: 320px; color: var(--muted); font-size: 13px; line-height: 1.6; }
@media (max-width: 900px) {
  .careers-layout { grid-template-columns: 1fr; gap: 48px; padding-block: 36px 56px; }
  .careers-intro, .careers-invitation { width: 100%; max-width: 620px; margin-inline: auto; }
  .careers-intro h1 { font-size: clamp(46px, 7.8vw, 64px); }
  .careers-invitation { border-top: 1px solid var(--rule); padding-top: 32px; }
}
@media (max-width: 620px) {
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 13px; }
  .careers-layout { gap: 36px; padding-block: 28px 40px; }
  .careers-intro h1 { font-size: clamp(37px, 10.2vw, 56px); }
  .careers-invitation h2 { font-size: 30px; }
  .careers-invitation > p:not(.section-label) { font-size: 15px; }
  .careers-invitation > p.application-note { font-size: 13px; }
}
