/* Careers LISTING page (/careers, /en/careers) — static rebuild, no Framer runtime.
   Loads AFTER job.css and reuses its :root tokens + qv-topbar/qv-hero primitives.
   Everything listing-specific is prefixed qv-l-. */

/* hero + collage share ONE background, matching the Framer marketing pages (/about, /contact...).
   Two problems before: (a) .qv-hero (job.css) and .qv-l-collage each painted var(--qv-hero)
   themselves, so the gradient ran to white at the bottom of the hero then restarted at cyan on
   the collage — a hard seam across the page; (b) var(--qv-hero) runs cyan->white, but Framer's
   hero runs the other way: white at the very top, deepening into cyan, then a white fade-out
   band at the bottom. Reproduce Framer's two layers (its .framer-6i8pdz base + .framer-1c87psx
   fade) as two background layers on the wrapper — first listed paints on top. The fade band is
   a fixed height in Framer, hence the px stops and the breakpoint overrides. */
.qv-l-top{
  --qv-fade:220px;
  background-image:
    linear-gradient(180deg,rgba(255,255,255,0) calc(100% - var(--qv-fade)),#fff 100%),
    linear-gradient(180deg,#fff 0%,#9edbe1 100%);
}
.qv-l-top .qv-hero{background:none;border-bottom:0}

/* hero */
.qv-l-hero .qv-hero-inner{padding:64px 28px 40px;text-align:center}
.qv-l-hero .qv-title{margin-left:auto;margin-right:auto}
.qv-l-hero .qv-tagline{margin:0 auto 10px}

/* creator collage */
.qv-l-collage{border-bottom:1px solid var(--qv-line-soft)}
.qv-l-collage .qv-wrap{padding-top:8px;padding-bottom:44px}
.qv-l-collage img{display:block;width:100%;height:auto;border-radius:20px}
.qv-l-collage .qv-l-phone-only{display:none}
@media (max-width:809px){
  .qv-l-collage .qv-l-desk-only{display:none}
  .qv-l-collage .qv-l-phone-only{display:block}
}

/* partners */
.qv-l-partners{padding:44px 0 10px}
.qv-l-partners h2{font-family:var(--qv-sans);font-size:12px;font-weight:600;letter-spacing:.22em;
  text-transform:uppercase;color:var(--qv-muted);text-align:center;margin:0 0 22px}
.qv-ja .qv-l-partners h2{font-family:var(--qv-jp);letter-spacing:.3em}
.qv-l-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;
  gap:18px 34px;max-width:900px;margin:0 auto}
.qv-l-logos a{display:flex;align-items:center;opacity:.85;transition:opacity .15s,transform .15s}
.qv-l-logos a:hover{opacity:1;transform:translateY(-1px)}
.qv-l-logos img{height:56px;width:auto}

/* why-queri prose */
.qv-l-why{padding:56px 0 16px}
.qv-l-why .qv-l-inner{max-width:760px;margin:0 auto;text-align:center}
.qv-l-why h2,.qv-l-positions h2,.qv-l-cta h2{font-family:var(--qv-sans);font-weight:600;color:var(--qv-ink);
  font-size:clamp(24px,3vw,34px);line-height:1.15;letter-spacing:-.02em;margin:0 0 20px}
.qv-ja .qv-l-why h2,.qv-ja .qv-l-positions h2,.qv-ja .qv-l-cta h2{
  font-family:var(--qv-jp);font-weight:800;letter-spacing:0;word-break:keep-all;line-break:strict;
  overflow-wrap:break-word}
.qv-l-why p{font-size:16.5px;line-height:1.8;color:var(--qv-body);margin:0 0 16px}
.qv-l-why p:last-child{margin-bottom:0}

/* open positions */
.qv-l-positions{padding:56px 0 8px}
.qv-l-positions h2{text-align:center;margin-bottom:30px}
.qv-l-cards{display:grid;gap:16px;max-width:860px;margin:0 auto}
.qv-l-card{display:flex;align-items:center;justify-content:space-between;gap:18px;
  background:var(--qv-card);border:1px solid var(--qv-line);border-radius:20px;
  padding:26px 30px;transition:transform .15s,box-shadow .2s,border-color .15s}
.qv-l-card:hover{transform:translateY(-2px);border-color:rgba(47,159,179,.45);
  box-shadow:0 22px 44px -28px rgba(20,60,70,.45)}
.qv-l-card-loc{font-family:var(--qv-sans);font-size:11.5px;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;color:var(--qv-muted);display:block;margin-bottom:7px}
.qv-l-card h3{font-family:var(--qv-sans);font-size:clamp(19px,2.2vw,24px);font-weight:600;
  color:var(--qv-ink);letter-spacing:-.015em;margin:0 0 12px;line-height:1.25}
.qv-ja .qv-l-card h3{font-family:var(--qv-jp);font-weight:800;letter-spacing:0}
.qv-l-card-meta{display:flex;align-items:center;gap:10px 16px;flex-wrap:wrap;
  font-size:13.5px;color:var(--qv-muted)}
.qv-l-card-dept{background:var(--qv-ink);color:#fff;font-size:12px;font-weight:600;
  padding:5px 13px;border-radius:999px}
.qv-l-card-arrow{flex:0 0 auto;width:46px;height:46px;border-radius:50%;
  border:1px solid var(--qv-line);display:flex;align-items:center;justify-content:center;
  color:var(--qv-teal-ink);font-size:18px;transition:background .15s,transform .18s}
.qv-l-card:hover .qv-l-card-arrow{background:var(--qv-soft);transform:translate(2px,-2px)}

/* app CTA */
.qv-l-cta{padding:64px 0 24px}
.qv-l-cta-box{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(20px,4vw,56px);
  align-items:center;background:var(--qv-hero);border:1px solid var(--qv-line-soft);
  border-radius:26px;padding:clamp(28px,4vw,52px);overflow:hidden;position:relative}
.qv-l-cta-box::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(700px 300px at 85% 110%,rgba(79,188,202,.22),transparent 60%)}
.qv-l-cta p{font-size:16px;line-height:1.75;color:var(--qv-body);margin:0 0 26px;max-width:46ch}
.qv-l-badges{display:flex;gap:14px;flex-wrap:wrap;position:relative;z-index:1}
.qv-l-badges img{height:52px;width:auto;display:block}
.qv-l-badges a{transition:transform .15s}
.qv-l-badges a:hover{transform:translateY(-2px)}
.qv-l-cta-phone{display:flex;justify-content:center;position:relative;z-index:1}
.qv-l-cta-phone img{max-height:380px;width:auto;filter:drop-shadow(0 30px 40px rgba(20,60,70,.28))}

/* big footer (dark) */
.qv-l-footer{background:#103236;color:#dbe7e8;margin-top:56px}
.qv-l-footer a{color:inherit}
.qv-l-footer-inner{max-width:1120px;margin:0 auto;padding:56px 28px 28px}
.qv-l-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:36px 28px;margin-bottom:44px}
.qv-l-footer-brand img{height:34px;margin-bottom:18px}
.qv-l-footer-brand p{font-size:14px;line-height:1.75;color:#a9c2c4;margin:0 0 22px;max-width:30ch}
.qv-l-social{display:flex;gap:14px}
.qv-l-social a{display:flex;width:38px;height:38px;border-radius:50%;
  border:1px solid rgba(219,231,232,.25);align-items:center;justify-content:center;
  transition:background .15s,transform .15s}
.qv-l-social a:hover{background:rgba(219,231,232,.12);transform:translateY(-1px)}
.qv-l-social img{width:18px;height:18px}
.qv-l-footer h4{font-family:var(--qv-sans);font-size:12px;font-weight:600;letter-spacing:.18em;
  text-transform:uppercase;color:#7fa6a9;margin:4px 0 18px}
.qv-l-footer-col nav{display:grid;gap:12px;font-size:14.5px}
.qv-l-footer-col nav a{opacity:.92}
.qv-l-footer-col nav a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}
.qv-l-news p{font-size:14px;line-height:1.7;color:#a9c2c4;margin:0 0 16px}
.qv-l-news-form{display:flex;gap:10px}
.qv-l-news-form input[type=email]{flex:1;min-width:0;background:rgba(255,255,255,.08);
  border:1px solid rgba(219,231,232,.28);border-radius:12px;color:#fff;
  font-family:inherit;font-size:14.5px;padding:12px 15px;outline:none;transition:border-color .15s}
.qv-l-news-form input[type=email]::placeholder{color:#7fa6a9}
.qv-l-news-form input[type=email]:focus{border-color:var(--qv-teal-bright)}
.qv-l-news-form button{background:var(--qv-teal-bright);color:#0c2a2e;border:none;border-radius:12px;
  font-family:inherit;font-weight:700;font-size:14px;padding:12px 20px;cursor:pointer;
  transition:filter .15s,transform .15s}
.qv-l-news-form button:hover{filter:brightness(1.08);transform:translateY(-1px)}
.qv-l-news-form button:disabled{opacity:.6;transform:none}
.qv-l-news-ok{font-size:14.5px;line-height:1.6;color:var(--qv-teal-bright);margin:6px 0 0}
.qv-l-news-err{font-size:13.5px;line-height:1.6;color:#f2b8ad;margin:8px 0 0}
.qv-l-legal{border-top:1px solid rgba(219,231,232,.16);padding-top:22px;display:flex;
  justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:12.5px;color:#8fb0b3}
.qv-l-legal nav{display:flex;gap:8px;align-items:center}
.qv-l-legal nav a:hover{text-decoration:underline;text-underline-offset:3px}
.qv-l-legal .sep{opacity:.5}

@media (max-width:900px){
  .qv-l-footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:820px){
  .qv-l-hero .qv-hero-inner{padding:46px 20px 30px}
  .qv-l-card{padding:22px 20px}
  .qv-l-cta-box{grid-template-columns:1fr}
  .qv-l-cta-phone img{max-height:300px}
  .qv-l-logos img{height:44px}
}
@media (max-width:560px){
  .qv-l-footer-grid{grid-template-columns:1fr}
  .qv-l-news-form{flex-direction:column}
  .qv-l-legal{flex-direction:column}
}

/* --- marketing header (listing only) — geometry matched to the Framer header:
   1200px container, 32px top/bottom padding, 48px content row => 112px bar,
   logo lands at top:39px exactly like home/about (no more jump). --- */
.mh{position:fixed;top:0;left:0;right:0;z-index:60;
  transition:background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}
.mh-inner{max-width:1200px;margin:0 auto;padding:32px 0;display:flex;align-items:center;
  justify-content:space-between;gap:24px}
@media (max-width:1248px){.mh-inner{padding-left:24px;padding-right:24px}}
.mh-logo img{height:34px;width:auto;display:block}
.mh-nav{display:flex;align-items:center;gap:32px;font-size:16px;font-weight:600;
  font-family:"M PLUS 1","M PLUS 1 Placeholder",sans-serif}
.mh-nav a{color:#111418;opacity:.9;transition:opacity .15s}
.mh-nav a:hover,.mh-nav a[aria-current]{opacity:1}
.mh-actions{display:flex;align-items:center;gap:20px}
.mh-locale{position:relative;display:inline-flex;align-items:center;gap:3px;color:#111418;opacity:.78}
.mh-locale:hover{opacity:1}
.mh-locale-icon{width:20px;height:20px;display:block}
.mh-locale-caret{width:11px;height:11px;display:block;opacity:.7}
.mh-locale-select{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;border:none;
  background:transparent;color:transparent;opacity:0;cursor:pointer;-webkit-appearance:none;appearance:none}
.mh-locale-select option{color:#111418}
.mh-dl{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:48px;box-sizing:border-box;
  border:1px solid rgba(17,20,24,.18);border-radius:1000px;padding:0 20px;font-size:13px;font-weight:600;
  color:#111418;white-space:nowrap;font-family:"M PLUS 1","M PLUS 1 Placeholder",sans-serif;
  transition:background .15s,border-color .15s}
.mh-dl:hover{background:rgba(255,255,255,.55);border-color:rgba(17,20,24,.34)}
.mh-dl span{font-size:11px;line-height:1}
.mh.mh-scrolled{background:rgba(255,255,255,.85);box-shadow:0 1px 0 rgba(31,35,40,.06);
  backdrop-filter:saturate(1.4) blur(14px);-webkit-backdrop-filter:saturate(1.4) blur(14px)}
/* clear the 112px fixed header — the hero gradient sits behind it */
.qv-l-hero .qv-hero-inner{padding-top:150px}
@media (max-width:820px){
  .mh-nav{display:none}
  .mh-inner{padding:22px 20px}
  .qv-l-hero .qv-hero-inner{padding-top:104px}
}

/* GRAFT RESET GUARD: the grafted Framer reset sets body{font-size:12px;font-family:sans-serif} — restore the listing base (loads last, wins) */
body.qv-body{font-size:16px}
body.qv-body input,body.qv-body textarea,body.qv-body select,body.qv-body button{font-family:inherit}

/* Framer's hero white fade-out band is a fixed height per breakpoint (.framer-1c87psx:
   220px desktop / 157px tablet / 76px phone). Mirror it so the wash lands on white
   at the same rate the marketing pages do. */
@media (min-width:810px) and (max-width:1199.98px){.qv-l-top{--qv-fade:157px}}
@media (max-width:809.98px){.qv-l-top{--qv-fade:76px}}

/* Header hide-on-scroll. The marketing pages get this from the Framer runtime, which drives
   the fixed header container + its 3 <nav> variants with inline styles; this page ships no
   runtime (see the shim in the HTML), so it only needs the transition — the shim sets the
   same inline styles Framer does. */
.framer-yg91o4-container{transition:transform .3s ease-out,opacity .3s ease-out}
