@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --canvas: #f7f5f3;
  --black: #0d0d0d;
  --secondary: #6e6a69;
  --third: #9a9796;
  --accent-deep: #1363ae;
  --line: rgba(13, 13, 13, .1);
  --line-strong: rgba(13, 13, 13, .15);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.32, .72, 0, 1);
  --r-large: 24px;
  --r-main: 16px;
  --r-small: 12px;
  --r-xs: 8px;
  --r-badge: 6px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { background: var(--white); color: var(--black); font-family: var(--sans); font-size: 16px; overflow-x: hidden; }
body.dialog-open { overflow: hidden; }
button, input, select, textarea { color: inherit; font: inherit; }
button, summary, select { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
section[id] { scroll-margin-top: 88px; }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 350; }
h2 { font-size: 32px; letter-spacing: -1px; line-height: 36px; }

.squircle { border-radius: var(--r-main); }
@supports (corner-shape: squircle) {
  .squircle { corner-shape: squircle; }
}

.skip-link { background: var(--black); color: var(--white); left: 12px; padding: 10px 14px; position: fixed; top: -60px; z-index: 100; }
.skip-link:focus { top: 12px; }
.eyebrow { color: var(--third); font-size: 14px; font-weight: 500; letter-spacing: 1px; line-height: 14px; text-transform: uppercase; }
.site-shell { margin: 0 auto; max-width: 1260px; width: 100%; }

.site-header { left: 0; padding: 20px 16px 0; pointer-events: none; position: fixed; right: 0; top: 0; z-index: 50; }
.nav-pill { align-items: center; background: rgba(255, 255, 255, .93); border: 1px solid var(--line); box-shadow: 0 12px 32px -24px rgba(13, 13, 13, .35); display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); height: 56px; margin: 0 auto; max-width: 800px; padding: 8px; pointer-events: auto; transition: box-shadow .25s, background .25s; width: 100%; backdrop-filter: blur(16px); }
.site-header.is-scrolled .nav-pill { box-shadow: 0 16px 40px -22px rgba(13, 13, 13, .45); }
.brand { align-items: baseline; display: flex; font-family: var(--serif); font-size: 18px; font-weight: 500; gap: 4px; letter-spacing: -.3px; padding: 0 12px; white-space: nowrap; }
.brand em { font-size: 14px; font-weight: 350; }
.nav-links { display: flex; gap: 0; justify-self: center; }
.nav-pill > .button { justify-self: end; }
.nav-links a { border-radius: var(--r-xs); color: var(--secondary); font-family: var(--serif); font-size: 12px; line-height: 12px; padding: 8px; text-transform: uppercase; transition: background .2s, color .2s; }
.nav-links a:hover, .nav-links a:focus-visible { background: var(--canvas); color: var(--black); }
.button { align-items: center; border: 0; border-radius: var(--r-small); display: inline-flex; font-size: 16px; font-weight: 500; justify-content: center; line-height: 16px; min-height: 48px; padding: 16px 24px; transition: box-shadow .2s, opacity .2s, transform .2s var(--ease); }
@supports (corner-shape: squircle) { .button { corner-shape: squircle; } }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(1px) scale(.99); }
.button:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--accent-deep); outline-offset: 3px; }
.button-small { font-size: 12px; line-height: 14px; min-height: 38px; padding: 12px 16px; }
.button-dark { background: var(--black); color: var(--canvas); }
.button-dark:hover { opacity: .9; }
.button-light { background: var(--canvas); color: var(--black); text-decoration: underline; text-underline-offset: 2px; }
.button-light:hover { box-shadow: 0 0 6px rgba(190, 190, 190, .5); }
.button-white { background: var(--canvas); color: var(--black); width: 100%; }
.menu-toggle { background: transparent; border: 0; display: none; height: 40px; margin-left: auto; position: relative; width: 40px; }
.menu-toggle span { background: var(--black); height: 1.5px; left: 10px; position: absolute; top: 16px; transition: transform .2s, top .2s; width: 20px; }
.menu-toggle span:last-child { top: 23px; }

.hero { align-items: center; display: flex; flex-direction: column; height: 650px; padding-top: 120px; }
.hero-content { align-items: center; display: flex; flex-direction: column; gap: 16px; max-width: 1260px; padding: 48px 120px 0; width: 100%; }
.hero-eyebrow { text-align: center; }
.hero h1 { font-size: 40px; font-weight: 350; letter-spacing: -2.4px; line-height: 46px; text-align: center; text-wrap: balance; }
.hero-contrast { display: grid; gap: 24px; grid-template-columns: 1fr 1fr; margin-top: 0; width: 100%; }
.hero-contrast p { font-size: 18px; letter-spacing: -.2px; line-height: 28px; padding: 12px 0; }
.hero-contrast p:last-child { color: var(--black); }
.hero-points { align-self: stretch; display: flex; flex-direction: column; gap: 4px; list-style: none; padding: 0 120px; }
.hero-points li { align-items: center; display: flex; font-size: 14px; font-weight: 500; gap: 6px; letter-spacing: 1px; line-height: 14px; text-transform: uppercase; }
.hero-points img { flex: 0 0 32px; height: 32px; width: 32px; }
.hero-actions { display: flex; gap: 12px; justify-content: center; margin-top: auto; width: 100%; }
.hero-note { font-size: 12px; font-weight: 500; line-height: 14px; padding: 8px; text-align: center; }

.budget-section { align-items: center; display: flex; height: 422px; justify-content: center; padding: 80px; }
.budget-card { align-items: center; background: var(--canvas); border-radius: var(--r-large); display: grid; grid-template-columns: 631px 1fr; height: 262px; max-width: 1100px; position: relative; width: 100%; }
.budget-copy { align-items: flex-start; display: flex; flex-direction: column; gap: 8px; padding: 48px 60px; }
.budget-copy p:not(.eyebrow) { color: var(--secondary); font-size: 16px; line-height: 22px; max-width: 520px; }
.budget-copy .button { margin-top: 0; }
.candidate-stack { align-self: stretch; min-width: 0; position: relative; }
.candidate-card { background: #141211; border: 0; box-shadow: 0 14px 30px -14px rgba(13, 13, 13, .28); color: var(--canvas); height: 350px; overflow: hidden; position: absolute; text-align: left; top: -44px; transition: transform .32s var(--ease), box-shadow .32s; width: 250px; }
.candidate-card:hover { box-shadow: 0 24px 38px -16px rgba(13, 13, 13, .4); z-index: 5; }
.candidate-card > img:first-child { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.candidate-card::after { background: linear-gradient(to bottom, rgba(20, 18, 17, .35), transparent 28%, rgba(20, 18, 17, .05) 42%, rgba(20, 18, 17, .86) 76%, #141211 92%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.candidate-card-left { left: -61px; transform: rotate(-5deg); }
.candidate-card-right { right: 0; top: -21px; transform: rotate(2.5deg); }
.candidate-card-main { left: 50%; transform: translateX(-62%) rotate(1.5deg); z-index: 3; }
.candidate-card-left:hover { transform: rotate(-4deg) translateY(-7px); }
.candidate-card-right:hover { transform: rotate(1.5deg) translateY(-7px); }
.candidate-card-main:hover { transform: translateX(-62%) rotate(.5deg) translateY(-7px); }
.candidate-name, .candidate-source, .candidate-info { position: absolute; z-index: 2; }
.candidate-name { align-items: center; display: flex; font-family: var(--serif); font-size: 20px; gap: 4px; left: 16px; right: 16px; top: 12px; }
.candidate-name small { color: rgba(247, 245, 243, .5); font-family: var(--sans); font-size: 16px; margin-left: auto; }
.candidate-source { background: rgba(247, 245, 243, .58); border-radius: var(--r-badge); color: var(--secondary); font-size: 10px; left: 16px; letter-spacing: .6px; padding: 4px 6px; text-transform: uppercase; top: 40px; }
.candidate-info { bottom: 12px; display: flex; flex-direction: column; gap: 5px; left: 16px; right: 16px; }
.candidate-info b { font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 20px; }
.candidate-info small { color: var(--secondary); font-size: 8px; letter-spacing: .5px; text-transform: uppercase; }
.candidate-info strong { font-size: 11px; font-weight: 500; }
.candidate-info i { border-top: .5px solid var(--secondary); color: var(--secondary); font-size: 11px; font-style: normal; padding-top: 4px; }

.funnel-section { height: 716px; padding: 0 24px; }
.funnel-section > h2 { margin-top: 8px; }
.funnel-intro { font-size: 16px; line-height: 22px; margin-top: 8px; max-width: 625px; }
.funnel-panel { background: var(--canvas); border-radius: var(--r-small); height: 574px; margin-top: 8px; padding: 24px 48px; position: relative; }
.funnel-badge { background: rgba(255, 255, 255, .6); border: 1px solid var(--line); border-radius: var(--r-small); display: flex; flex-direction: column; padding: 9px 13px; position: absolute; right: 48px; text-align: center; top: 24px; width: 182px; }
.funnel-badge b { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.funnel-badge span { color: var(--secondary); font-size: 10px; }
.funnel-chart { align-items: end; display: grid; grid-template-columns: repeat(6, 1fr); height: 350px; padding-top: 75px; }
.funnel-stage { align-items: stretch; align-self: end; background: transparent; border: 0; display: flex; flex-direction: column; height: 275px; justify-content: flex-end; min-width: 0; text-align: left; }
.funnel-stage img { height: auto; object-fit: fill; width: 100%; }
.funnel-stage span { display: flex; flex-direction: column; min-height: 67px; padding: 10px 12px 6px; }
.funnel-stage b { font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 24px; }
.funnel-stage small { color: var(--secondary); font-size: 10px; letter-spacing: .5px; line-height: 12px; margin-top: 4px; text-transform: uppercase; }
.funnel-stage i { color: var(--secondary); font-size: 10px; font-style: normal; line-height: 12px; }
.funnel-stage.is-active { background: rgba(13, 13, 13, .1); border: 1px solid var(--line); border-radius: var(--r-main); }
.funnel-detail { border-top: 1px solid var(--line); padding-top: 8px; }
.funnel-detail h3 { font-size: 20px; line-height: 24px; }
.funnel-detail > p { color: var(--secondary); font-size: 16px; line-height: 22px; margin-top: 8px; }
.funnel-detail .filtered { color: var(--black); font-size: 14px; letter-spacing: .5px; text-transform: uppercase; }
.filtered span { color: var(--secondary); margin-right: 8px; }

.process-section { height: 819px; padding: 80px 60px; }
.process-section > h2 { margin-top: 8px; }
.timeline { align-items: flex-start; display: grid; grid-template-columns: 1fr 44px 1fr 44px 1fr 44px 1fr 44px 1fr; justify-content: center; margin: 0 24px; min-height: 178px; overflow: hidden; }
.timeline-step { align-items: center; display: flex; flex-direction: column; gap: 8px; padding: 16px 8px; text-align: center; }
.timeline-icon { align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-large); display: flex; height: 72px; justify-content: center; width: 72px; }
.timeline-icon img { height: 32px; width: 32px; }
.timeline-glyph { display: block; height: 32px; position: relative; width: 32px; }
.timeline-glyph img { height: auto; position: absolute; width: auto; }
.glyph-user-body { height: 12px !important; left: 5.33px; top: 17.33px; width: 15.57px !important; }
.glyph-user-check { height: 9.33px !important; left: 17.33px; top: 20px; width: 9.33px !important; }
.glyph-user-head { height: 10.67px !important; left: 10.67px; top: 2.67px; width: 10.67px !important; }
.glyph-layer-a, .glyph-layer-b { height: 10.67px !important; left: 2.67px; top: 5.33px; width: 26.67px !important; }
.glyph-layer-c { height: 7.28px !important; left: 2.67px; top: 14.05px; width: 26.67px !important; }
.glyph-layer-d { height: 7.28px !important; left: 2.67px; top: 19.39px; width: 26.67px !important; }
.glyph-card-bottom { height: 12.33px !important; left: 2.67px; top: 14.33px; width: 26.67px !important; }
.glyph-card-top { height: 7px !important; left: 2.7px; top: 5.33px; width: 26.6px !important; }
.timeline-icon-paid { background: var(--black); }
.timeline-step small { color: var(--secondary); font-size: 14px; font-weight: 500; letter-spacing: 1px; line-height: 14px; text-transform: uppercase; }
.timeline-step p { font-size: 17px; letter-spacing: -.2px; line-height: 22px; }
.timeline-arrow { height: 32px; margin-top: 53px; transform: rotate(45deg); width: 32px; }
.timeline-arrow-down { transform: rotate(135deg); }
.slack { background: var(--canvas); border-radius: var(--r-main); box-shadow: 0 8px 28px -18px rgba(13, 13, 13, .25); margin: 12px 50px 0; min-height: 325px; padding: 24px 48px; }
.slack-channel { border-bottom: 1px solid var(--line); color: var(--secondary); font-size: 14px; letter-spacing: .5px; padding-bottom: 12px; text-transform: uppercase; }
.slack-message { display: flex; font-size: 14px; gap: 14px; line-height: 20px; margin-top: 12px; }
.slack-avatar { align-items: center; background: var(--black); border-radius: var(--r-small); color: var(--white); display: flex; flex: 0 0 40px; height: 40px; justify-content: center; }
.slack-avatar-person { background: var(--black); }
.slack-message time { color: var(--third); }
.slack-message p { flex: 1; }
.slack-card { background: var(--white); border: 1px solid var(--line); display: block; margin-top: 2px; padding: 4px 12px; }
.slack-message em { color: var(--third); display: block; font-style: normal; }
.slack-caption { font-size: 12px; font-weight: 500; letter-spacing: 1px; line-height: 14px; margin-top: 10px; text-align: center; text-transform: uppercase; }
.slack-caption small { color: var(--third); display: block; font-size: 10px; letter-spacing: 0; text-transform: none; }

.pricing-section { min-height: 709px; padding: 0 24px; }
.section-heading { padding-top: 0; }
.section-heading h2 { margin-top: 8px; }
.price-cards { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin-top: 12px; }
.price-card { background: var(--canvas); min-height: 118px; padding: 18px 24px; }
.price-card div { align-items: baseline; display: flex; gap: 8px; }
.price-card b { font-family: var(--serif); font-size: 32px; font-weight: 350; line-height: 36px; }
.price-card span { color: var(--secondary); font-size: 12px; }
.price-card small { color: var(--third); display: block; font-size: 10px; letter-spacing: .5px; margin-top: 4px; text-transform: uppercase; }
.price-card p { font-size: 14px; line-height: 18px; margin-top: 10px; }
.contract-strip { align-items: center; background: var(--black); color: var(--white); display: flex; font-family: var(--serif); font-size: 14px; justify-content: space-around; margin-top: 12px; min-height: 56px; padding: 12px 24px; text-transform: uppercase; }
.pricing-explainer { font-size: 16px; line-height: 22px; padding: 12px 0; }
.comparison-wrap { overflow-x: auto; }
.comparison-table { border-collapse: collapse; font-size: 14px; min-width: 800px; table-layout: fixed; width: 100%; }
.comparison-table th, .comparison-table td { border-bottom: 1px solid var(--line); padding: 12px 20px; text-align: left; }
.comparison-table th { font-weight: 400; }
.comparison-table thead th { color: var(--third); font-size: 10px; letter-spacing: .5px; text-transform: uppercase; }
.comparison-table td { color: var(--secondary); }
.comparison-table th:last-child, .comparison-table td:last-child { background: var(--canvas); color: var(--black); font-weight: 650; }
.comparison-table thead th:last-child { font-size: 10px; }

.founders-section { min-height: 686px; padding: 80px 60px; }
.founders-section h2 { margin-top: 8px; }
.founder-feature { align-items: center; display: grid; grid-template-columns: 260px 1fr; gap: 24px; margin-top: 16px; position: relative; }
.founder-photo { border-radius: var(--r-large); height: 292px; object-fit: cover; width: 260px; }
.founder-quote { background: var(--canvas); display: flex; flex-direction: column; justify-content: center; min-height: 184px; padding: 24px; }
.founder-quote small, .founder-quote span { color: var(--secondary); font-size: 12px; letter-spacing: .5px; text-transform: uppercase; }
.founder-quote blockquote { font-size: 32px; letter-spacing: -1px; line-height: 36px; margin: 14px 0; }
.founder-quote b { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.linkedin-link { bottom: 0; position: absolute; right: 0; }
.linkedin-link img { height: 28px; width: 28px; }
.founder-tabs { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); margin-top: 12px; }
.founder-tab { align-items: center; background: transparent; border: 0; border-top: 2px solid var(--third); color: var(--third); display: flex; gap: 10px; padding: 8px 0; text-align: left; }
.founder-tab.is-active { border-color: var(--black); color: var(--black); }
.founder-tab img { border-radius: var(--r-small); height: 36px; object-fit: cover; width: 36px; }
.founder-tab span { display: flex; flex-direction: column; }
.founder-tab b { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.founder-tab small { font-size: 10px; text-transform: uppercase; }

.proof-section { min-height: 550px; padding: 0 60px; }
.proof-head { align-items: end; display: grid; gap: 24px; grid-template-columns: 1fr auto; }
.proof-head h2 { margin-top: 8px; }
.proof-head > p { color: var(--secondary); font-size: 10px; text-align: right; }
.proof-head > p strong { color: var(--black); display: block; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.proof-head > p i { background: #31dd9d; border-radius: 50%; display: inline-block; height: 8px; margin-right: 4px; width: 8px; }
.proof-grid { display: grid; gap: 24px; grid-template-columns: minmax(0, 2.4fr) minmax(250px, 1fr); margin-top: 24px; }
.proof-quote { background: var(--black); color: var(--white); display: flex; flex-direction: column; min-height: 306px; padding: 40px; }
.proof-quote-meta { align-items: center; display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .5px; text-transform: uppercase; }
.proof-quote-meta a { background: var(--white); border-radius: var(--r-xs); color: var(--black); padding: 9px 12px; }
.proof-quote blockquote { font-size: 22px; line-height: 26px; margin: auto 48px; }
.proof-quote > small { align-self: flex-end; font-size: 8px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; }
.proof-aside { display: grid; gap: 12px; grid-template-rows: 1fr 1fr; }
.receipt, .reference-card { background: var(--canvas); padding: 24px; }
.receipt > div { color: var(--secondary); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .5px; text-transform: uppercase; }
.receipt dl { display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; }
.receipt dl div { border-bottom: 1px solid var(--line); padding: 4px; }
.receipt dt { font-family: var(--serif); font-size: 22px; font-weight: 600; }
.receipt dd { color: var(--secondary); font-size: 10px; }
.reference-card { display: flex; flex-direction: column; }
.reference-card small, .reference-card span { color: var(--secondary); font-size: 10px; letter-spacing: .5px; text-transform: uppercase; }
.reference-card b { font-family: var(--serif); font-size: 22px; line-height: 20px; margin: auto 0; max-width: 200px; }
.reference-tabs { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin-top: 18px; }
.reference-tab { align-items: center; border-top: 2px solid var(--black); color: var(--third); display: flex; gap: 10px; opacity: .5; padding-top: 8px; }
.reference-tab.is-active { border-color: var(--black); color: var(--black); opacity: 1; }
.reference-tab i { align-items: center; background: var(--canvas); border-radius: var(--r-small); display: flex; font-family: var(--serif); font-style: normal; height: 36px; justify-content: center; width: 36px; }
.reference-tab.is-active i { background: var(--black); color: var(--white); }
.reference-tab span { display: flex; flex-direction: column; }
.reference-tab b { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.reference-tab small { font-size: 10px; text-transform: uppercase; }

.faq-section { margin: 0 auto; min-height: 688px; padding: 80px 0; width: 840px; }
.faq-section h2 { margin-bottom: 22px; }
.faq-list { display: flex; flex-direction: column; gap: 4px; }
.faq-item { border-radius: var(--r-main); padding: 12px 24px; }
.faq-item[open] { background: var(--canvas); filter: drop-shadow(0 4px 4px rgba(247, 245, 243, .25)); }
.faq-item summary { align-items: flex-start; display: flex; font-size: 18px; letter-spacing: -.2px; line-height: 28px; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary img { height: 32px; margin-left: auto; width: 32px; }
.faq-item p { font-size: 18px; letter-spacing: -.2px; line-height: 28px; padding: 8px 24px 4px; }

.contact-section { background: var(--black); border-radius: var(--r-main); color: var(--white); display: grid; gap: 48px; grid-template-columns: 1fr 1fr; margin: 0 auto 80px; min-height: 369px; padding: 60px; width: 1092px; }
.contact-copy h2 { color: var(--canvas); }
.contact-copy p { color: rgba(247, 245, 243, .75); font-size: 16px; line-height: 22px; margin-top: 12px; }
.contact-copy a { display: inline-block; font-size: 16px; margin-top: 8px; text-decoration: underline; text-underline-offset: 3px; }
.contact-form { display: flex; flex-direction: column; gap: 7px; }
.contact-line { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.contact-form input, .contact-form select, .contact-form textarea { background: transparent; border: 1px solid rgba(247, 245, 243, .1); border-radius: var(--r-main); color: var(--canvas); font-family: var(--serif); font-size: 20px; min-height: 48px; padding: 12px 16px; }
@supports (corner-shape: squircle) { .contact-form input, .contact-form select, .contact-form textarea { corner-shape: squircle; } }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(247, 245, 243, .5); }
.contact-form textarea { min-height: 110px; resize: vertical; }
.form-status { color: rgba(247, 245, 243, .65); font-size: 12px; line-height: 14px; text-align: center; }
.form-status.is-error { color: #f1b9a6; }

.budget-dialog { background: var(--white); border: 0; border-radius: var(--r-large); box-shadow: 0 40px 100px -24px rgba(13, 13, 13, .45); color: var(--black); margin: auto; max-height: min(860px, 92dvh); max-width: 1060px; overflow: auto; padding: 48px; width: calc(100% - 48px); }
.budget-dialog::backdrop { background: rgba(13, 13, 13, .45); backdrop-filter: blur(6px); }
.dialog-close-row { position: absolute; right: 18px; top: 18px; z-index: 2; }
.dialog-close-row button { background: var(--canvas); border: 0; border-radius: var(--r-small); font-size: 24px; height: 38px; width: 38px; }
.dialog-grid { display: grid; gap: 24px; grid-template-columns: minmax(0, 1fr) 300px; }
.budget-form { display: flex; flex-direction: column; gap: 12px; }
.budget-form h2 { margin-bottom: 4px; }
.budget-form label { color: var(--third); display: flex; flex-direction: column; font-size: 10px; gap: 6px; letter-spacing: .6px; text-transform: uppercase; }
.budget-form input, .budget-form select, .budget-form textarea { background: var(--canvas); border: 1px solid transparent; border-radius: var(--r-small); font-family: var(--serif); font-size: 18px; min-height: 48px; padding: 12px 16px; text-transform: none; }
.budget-form textarea { min-height: 92px; resize: vertical; }
.form-grid { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.budget-status { color: var(--secondary); font-size: 12px; text-align: center; }
.dialog-candidate { background: #141211; color: var(--canvas); height: 440px; overflow: hidden; position: relative; }
.dialog-candidate > img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.dialog-candidate::after { background: linear-gradient(to bottom, transparent 34%, rgba(20, 18, 17, .15), #141211 90%); content: ""; inset: 0; position: absolute; }
.dialog-candidate > div { bottom: 18px; left: 18px; position: absolute; right: 18px; z-index: 1; }
.dialog-candidate small { color: rgba(247, 245, 243, .58); font-size: 10px; letter-spacing: .6px; text-transform: uppercase; }
.dialog-candidate h3 { font-size: 24px; line-height: 24px; margin: 6px 0 12px; }
.dialog-candidate dl { display: grid; grid-template-columns: repeat(3, 1fr); }
.dialog-candidate dt { color: var(--secondary); font-size: 9px; letter-spacing: .5px; text-transform: uppercase; }
.dialog-candidate dd { font-size: 12px; font-weight: 500; margin-top: 2px; }
.dialog-candidate a { border-top: .5px solid var(--secondary); color: var(--canvas); display: block; font-size: 12px; margin-top: 12px; padding-top: 8px; }

@media (max-width: 1100px) {
  .budget-section { padding-inline: 40px; }
  .budget-card { grid-template-columns: 56% 44%; }
  .budget-copy { padding-inline: 40px; }
  .candidate-card { height: 315px; width: 225px; }
  .candidate-card-left { left: -40px; }
  .candidate-card-main { transform: translateX(-58%) rotate(1.5deg); }
  .candidate-card-main:hover { transform: translateX(-58%) rotate(.5deg) translateY(-7px); }
  .contact-section { width: calc(100% - 48px); }
}

@media (max-width: 900px) {
  h2 { font-size: 30px; line-height: 34px; }
  .nav-pill { max-width: 680px; }
  .brand em { display: none; }
  .hero { height: auto; min-height: 720px; padding-bottom: 48px; }
  .hero-content { padding-inline: 48px; }
  .hero-points { padding-inline: 48px; }
  .budget-section { height: 650px; padding: 80px 24px; }
  .budget-card { grid-template-columns: 1fr; height: 490px; }
  .budget-copy { padding: 40px; }
  .candidate-stack { height: 220px; }
  .candidate-card { height: 290px; top: -58px; width: 207px; }
  .candidate-card-left { left: calc(50% - 245px); }
  .candidate-card-right { right: calc(50% - 245px); }
  .candidate-card-main { left: 50%; transform: translateX(-50%) rotate(1.5deg); }
  .funnel-section { height: auto; min-height: 760px; }
  .funnel-panel { height: 610px; padding-inline: 24px; }
  .funnel-chart { overflow-x: auto; overflow-y: hidden; padding-top: 96px; }
  .funnel-stage { flex: 0 0 170px; }
  .process-section { height: auto; padding-inline: 32px; }
  .timeline { grid-template-columns: repeat(9, auto); justify-content: start; margin: 0; overflow-x: auto; }
  .slack { margin-inline: 0; }
  .pricing-section { padding-inline: 20px; }
  .contract-strip { align-items: flex-start; flex-direction: column; gap: 6px; }
  .founders-section, .proof-section { padding-inline: 32px; }
  .founder-quote blockquote { font-size: 27px; line-height: 31px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-aside { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .faq-section { width: calc(100% - 48px); }
  .contact-section { gap: 24px; padding: 40px; }
}

@media (max-width: 700px) {
  :root { --r-large: 22px; }
  h2 { font-size: 28px; line-height: 32px; }
  .site-header { padding: 12px; }
  .nav-pill { display: flex; height: 52px; }
  .nav-pill > .button { display: none; }
  .menu-toggle { display: block; }
  .nav-links { background: rgba(255, 255, 255, .98); border: 1px solid var(--line); border-radius: var(--r-main); box-shadow: 0 20px 40px -24px rgba(13, 13, 13, .4); display: none; flex-direction: column; left: 12px; padding: 12px; position: absolute; right: 12px; top: 72px; }
  .nav-links.is-open { display: flex; }
  .nav-links a { font-family: var(--sans); font-size: 16px; padding: 14px; text-transform: none; }
  .hero { min-height: 790px; padding: 96px 20px 32px; }
  .hero-content { gap: 14px; padding: 24px 0 0; }
  .hero h1 { font-size: clamp(34px, 10vw, 44px); letter-spacing: -2px; line-height: .98; }
  .hero h1 br { display: none; }
  .hero-contrast { gap: 12px; grid-template-columns: 1fr; }
  .hero-contrast p { font-size: 16px; line-height: 23px; padding: 0; }
  .hero-points { gap: 8px; padding: 0; }
  .hero-points li { align-items: flex-start; font-size: 11px; line-height: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 28px; padding-inline: 0; }
  .hero-actions .button { width: 100%; }
  .budget-section { height: 620px; padding: 48px 16px; }
  .budget-card { height: 524px; }
  .budget-copy { padding: 28px 24px; }
  .budget-copy p:not(.eyebrow) { font-size: 15px; line-height: 20px; }
  .candidate-stack { height: 256px; overflow: hidden; }
  .candidate-card { height: 280px; width: 200px; }
  .candidate-card-left { left: -42px; }
  .candidate-card-right { right: -42px; }
  .candidate-card-main { transform: translateX(-50%) rotate(1.5deg); }
  .candidate-card-left, .candidate-card-right { opacity: .62; }
  .candidate-name { font-size: 16px; }
  .candidate-info b { font-size: 16px; }
  .funnel-section { min-height: 760px; padding: 0 16px; }
  .funnel-intro { font-size: 15px; line-height: 21px; }
  .funnel-panel { height: 612px; padding: 20px 16px; }
  .funnel-badge { right: 16px; top: 20px; }
  .funnel-chart { grid-template-columns: repeat(6, 150px); }
  .funnel-stage { width: 150px; }
  .funnel-detail h3 { font-size: 18px; }
  .funnel-detail > p { font-size: 14px; line-height: 19px; }
  .funnel-detail .filtered { font-size: 11px; }
  .process-section { padding: 64px 16px; }
  .timeline { padding-bottom: 10px; }
  .timeline { gap: 6px; grid-template-columns: repeat(5, minmax(0, 1fr)); overflow: visible; }
  .timeline-arrow { display: none; }
  .timeline-step { gap: 6px; padding-inline: 0; }
  .timeline-icon { border-radius: var(--r-main); height: 54px; width: 54px; }
  .timeline-icon img { height: 25px; width: 25px; }
  .timeline-step small { font-size: 10px; letter-spacing: .5px; line-height: 12px; }
  .timeline-step p { font-size: 12px; line-height: 16px; }
  .slack { min-height: 350px; padding: 20px 16px; }
  .slack-message { font-size: 12px; line-height: 17px; }
  .pricing-section { padding-inline: 16px; }
  .price-cards { grid-template-columns: 1fr; }
  .contract-strip { font-size: 12px; }
  .founders-section { padding: 64px 16px; }
  .founder-feature { align-items: stretch; grid-template-columns: 1fr; }
  .founder-photo { height: 360px; width: 100%; }
  .founder-quote blockquote { font-size: 27px; line-height: 31px; }
  .linkedin-link { bottom: auto; top: 372px; }
  .founder-tabs { gap: 8px; overflow-x: auto; }
  .founder-tab { min-width: 180px; }
  .proof-section { padding: 0 16px 64px; }
  .proof-head { align-items: start; grid-template-columns: 1fr; }
  .proof-head > p { text-align: left; }
  .proof-quote { padding: 28px 24px; }
  .proof-quote blockquote { font-size: 20px; line-height: 25px; margin: 30px 0; }
  .proof-aside { grid-template-columns: 1fr; }
  .reference-tabs { overflow-x: auto; }
  .reference-tab { min-width: 180px; }
  .faq-section { min-height: auto; padding: 64px 0; width: calc(100% - 32px); }
  .faq-item { padding: 10px 12px; }
  .faq-item summary { font-size: 16px; line-height: 22px; }
  .faq-item p { font-size: 15px; line-height: 22px; padding-inline: 6px; }
  .contact-section { grid-template-columns: 1fr; margin-bottom: 24px; padding: 32px 24px; width: calc(100% - 24px); }
  .contact-line { grid-template-columns: 1fr; }
  .budget-dialog { padding: 24px; width: calc(100% - 20px); }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-candidate { height: 420px; order: -1; }
}

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