/*
 * Careers page (page-careers.php). Converted from
 * design_handoff_v5_round3/Marketing Mockups/Pages/Careers.dc.html (<helmet>).
 *
 * The Careers design ships its OWN responsive layer (the `.rsp-*` classes +
 * @media below) — kept verbatim. Shared machinery is global and reused, not
 * duplicated here: the page shell (`.atarim-page` min-width), the nav
 * hamburger, the footer recolumn, scroll-reveal (`[data-rev]`/`.hp-on`),
 * grain, fonts and smooth scroll all live in tokens.css / site.css. The dc's
 * `.rsp-page{min-width:0}` is dropped — the global `.atarim-page` rule covers
 * it. Page-unique classes are prefixed ca-*.
 */

/* Light-page scrollbar (overrides the global dark one, only while this page's CSS is loaded). */
::-webkit-scrollbar-track { background: #ece6f6; }
::-webkit-scrollbar-thumb { background: #cabfe4; border-radius: 8px; border: 3px solid #ece6f6; }

/* In-page anchor offset (so #roles lands below the fixed nav). */
section[id] { scroll-margin-top: 96px; }

/* ===== Buttons, converted from style-hover ===== */
.ca-mint { transition: background .16s ease; }
.ca-mint:hover { background: #35c98a; }

/* ===== RESPONSIVE OVERRIDE LAYER · desktop (>=1280px) is the inline spec, untouched ===== */
@media (max-width: 1279px) {
	.rsp-hero { padding-left: 32px !important; padding-right: 32px !important; }
	.rsp-sec { padding-left: 32px !important; padding-right: 32px !important; }
}
@media (max-width: 1023px) {
	.rsp-hero { padding-left: 24px !important; padding-right: 24px !important; }
	.rsp-sec { padding-left: 24px !important; padding-right: 24px !important; }
	.rsp-tiles3 { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 767px) {
	.rsp-hero { padding-left: 16px !important; padding-right: 16px !important; padding-top: 128px !important; padding-bottom: 54px !important; }
	.rsp-sec { padding-left: 16px !important; padding-right: 16px !important; padding-top: 56px !important; padding-bottom: 56px !important; }
	.rsp-tiles3 { grid-template-columns: 1fr !important; }
}
