/*
 * Partnerships page (page-partners.php). Converted from
 * design_handoff_v5_round3/Marketing Mockups/Pages/Partnerships.dc.html (<helmet>).
 *
 * The Partnerships 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 pa-*.
 */

/* 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 #connect lands below the fixed nav). */
section[id] { scroll-margin-top: 96px; }

/* ===== Buttons, converted from style-hover ===== */
.pa-mint { transition: background .16s ease; }
.pa-mint:hover { background: #35c98a; }
.pa-ghost-dark { transition: border-color .16s ease, color .16s ease; }
.pa-ghost-dark:hover { border-color: #9385FF; color: #9385FF; }

/* ===== 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-2col { grid-template-columns: 1fr !important; gap: 16px !important; }
	.rsp-tiles3 { grid-template-columns: 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; }
}
