/* ============================================================
   SASTIC v2 — 2026 redesign. Scoped entirely under .sastic-v2
   (front page, /projects/, single project). Brand: #000 / #FFF /
   #FEA700 (accent only) / #BCBEC0. Helvetica Neue → Inter.
   ============================================================ */

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter-var-latin.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.sastic-v2 {
	--v2-black: #FFFFFF;
	--v2-surface: #D9DBDD; /* SASTIC grey (BCBEC0) tinted for surface use */
	--v2-white: #0A0A0A;
	--v2-grey: #5D6063;
	--v2-orange: #FEA700;
	--v2-hairline: rgba(93, 96, 99, 0.25); /* hairlines from the grey family */
	--v2-hairline-strong: rgba(0, 0, 0, 0.20);
	--v2-font: "Helvetica Neue", Inter, Helvetica, Arial, sans-serif;
	background: var(--v2-black);
	color: var(--v2-white);
	font-family: var(--v2-font);
	font-weight: 300;
	font-size: 18.5px;
	line-height: 1.68;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
.sastic-v2 * { box-sizing: border-box; }
.sastic-v2 img { max-width: 100%; height: auto; }
.sastic-v2 :focus-visible { outline: 2px solid var(--v2-orange); outline-offset: 3px; border-radius: 2px; }
.sastic-v2 [hidden] { display: none !important; }

.v2-container { max-width: 1180px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 32px); }
.v2-container-narrow { max-width: 800px; }

/* ---------- type ---------- */
.v2-h1 { font-weight: 900; font-size: clamp(40px, 7.4vw, 88px); line-height: 1.04; letter-spacing: -0.022em; color: var(--v2-white); margin: 0 0 24px; max-width: 15ch; text-wrap: balance; }
.v2-h1-article { font-size: clamp(34px, 5.6vw, 60px); }
.v2-h2 { font-weight: 900; font-size: clamp(28px, 4.4vw, 44px); line-height: 1.06; letter-spacing: -0.022em; color: var(--v2-white); margin: 0 0 34px; max-width: 26ch; text-wrap: balance; display: table; position: relative; padding-bottom: 20px; }
.v2-h2::before { content: ""; position: absolute; left: 0; right: 58px; bottom: 0; height: 5px; background: var(--v2-white); }
.v2-h2::after { content: ""; position: absolute; right: 0; bottom: 0; width: 42px; height: 5px; background: var(--v2-orange); }
.v2-h3 { font-weight: 900; font-size: 23px; letter-spacing: -0.022em; margin: 0 0 11px; color: var(--v2-white); }
.sastic-v2 .v2-eyebrow, .sastic-v2 .v2-eyebrow-h { font-weight: 500; font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--v2-grey); margin: 0 0 20px; }
.v2-hl { text-decoration: underline; text-decoration-color: var(--v2-orange); text-decoration-thickness: 0.055em; text-underline-offset: 0.13em; }
.sastic-v2 .v2-lede { font-weight: 300; font-size: clamp(18.5px, 2vw, 22px); line-height: 1.6; color: var(--v2-grey); max-width: 60ch; margin: 0 0 36px; }
.sastic-v2 p { margin: 0 0 1em; }

/* ---------- links & buttons ---------- */
.v2-link { color: var(--v2-white); font-weight: 500; text-decoration: underline; text-decoration-color: var(--v2-hairline-strong); text-underline-offset: 4px; transition: text-decoration-color 160ms ease, color 160ms ease; display: inline-block; padding-block: 6px; margin-block: -6px; }
.v2-link:hover, .v2-link:focus-visible { color: var(--v2-white); text-decoration-color: var(--v2-orange); }
.v2-link-big { font-weight: 500; font-size: clamp(18px, 2.4vw, 24px); color: var(--v2-white); text-decoration: underline; text-decoration-color: var(--v2-hairline-strong); text-decoration-thickness: 2px; text-underline-offset: 6px; transition: text-decoration-color 160ms ease; }
.v2-link-big:hover, .v2-link-big:focus-visible { color: var(--v2-white); text-decoration-color: var(--v2-orange); }

.v2-btn { display: inline-block; font-family: var(--v2-font); font-weight: 500; font-size: 16px; line-height: 1; padding: 16px 30px; border-radius: 999px; text-decoration: none; border: 1px solid transparent; transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, filter 160ms ease; cursor: pointer; }
.v2-btn-primary { background: var(--v2-orange); color: #000000; }
.v2-btn-primary:hover { filter: brightness(1.08); color: #000000; }
.v2-btn-ghost { background: transparent; color: var(--v2-white); border-color: rgba(0, 0, 0, 0.35); }
.v2-btn-ghost:hover { border-color: var(--v2-white); background: rgba(0, 0, 0, 0.05); color: var(--v2-white); }
.v2-btn-nav { padding: 12px 22px; font-size: 15px; }
.v2-cta-row { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

/* ---------- header ---------- */
.v2-skip { position: absolute; left: -9999px; top: 0; background: var(--v2-orange); color: #000000; padding: 10px 18px; z-index: 100; font-weight: 500; border-radius: 0 0 6px 0; }
.v2-skip:focus { left: 0; }
.sastic-v2 .v2-header { background: var(--v2-black); border-bottom: 1px solid var(--v2-hairline); }
.sastic-v2 .v2-header-items { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; }
.v2-nav-donate { color: var(--v2-white); font-weight: 500; font-size: 15px; text-decoration: underline; text-decoration-color: var(--v2-hairline-strong); text-underline-offset: 5px; transition: text-decoration-color 160ms ease; }
.v2-nav-donate:hover, .v2-nav-donate:focus-visible { color: var(--v2-white); text-decoration-color: var(--v2-orange); }
.sastic-v2 .v2-logo { height: 48px; width: auto; display: block; }
.sastic-v2 .nav-and-button { display: flex; align-items: center; gap: 32px; }
.sastic-v2 .main-menu { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.sastic-v2 .main-menu a { color: var(--v2-grey); font-weight: 500; font-size: 15.5px; text-decoration: none; transition: color 160ms ease; }
.sastic-v2 .main-menu a:hover { color: var(--v2-white); }
.sastic-v2 .main-menu .current-menu-item > a, .sastic-v2 .main-menu .current_page_item > a { color: var(--v2-white); text-decoration: underline; text-decoration-color: var(--v2-orange); text-decoration-thickness: 2px; text-underline-offset: 15px; }
.sastic-v2 .account { height: 36px; width: auto; }

/* burger (mobile only) */
.sastic-v2 #burger-icon { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: 0; }
.sastic-v2 #burger-icon span { display: block; width: 24px; height: 2px; background: var(--v2-white); transition: transform 200ms ease, opacity 200ms ease; }
.sastic-v2 #burger-icon.v2-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sastic-v2 #burger-icon.v2-open span:nth-child(2) { opacity: 0; }
.sastic-v2 #burger-icon.v2-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sastic-v2 .mobile-menu { position: fixed; inset: 0; z-index: 60; background: var(--v2-black); padding: 24px; opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none; transition: opacity 200ms ease, transform 200ms ease, visibility 0s 200ms; display: flex; flex-direction: column; }
.sastic-v2 .mobile-menu.v2-open { opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition: opacity 200ms ease, transform 200ms ease; }
.sastic-v2 .mobile-menu-header { display: flex; align-items: center; justify-content: space-between; }
.v2-mm-close { background: none; border: 0; cursor: pointer; padding: 10px; color: var(--v2-white); font-size: 34px; font-weight: 300; line-height: 1; }
.sastic-v2 .mobile-menu .mobile-logo img { height: 56px; width: auto; }
.sastic-v2 .mobile-nav { list-style: none; margin: 40px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.sastic-v2 .mobile-nav a { display: block; color: var(--v2-white); font-weight: 700; font-size: 28px; padding: 12px 0; text-decoration: none; }
.sastic-v2 .mobile-menu-footer { margin-top: auto; padding-bottom: 24px; }
.sastic-v2.v2-lock { overflow: hidden; }

/* ---------- announce strip ---------- */
.v2-announce { background: var(--v2-surface); border-bottom: 1px solid var(--v2-hairline); }
.v2-announce a { display: block; padding: 12px 0; color: var(--v2-white); font-size: 14px; font-weight: 500; text-decoration: none; }
.v2-announce a:hover { text-decoration: underline; text-decoration-color: var(--v2-orange); text-underline-offset: 4px; }

/* ---------- hero ---------- */
.v2-hero { padding: clamp(64px, 9vw, 104px) 0 clamp(44px, 6vw, 62px); }
.v2-hero-page { padding-bottom: 12px; }

/* ---------- stats ---------- */
.v2-stats { padding: 40px 0 8px; }
.v2-rule { width: 64px; height: 2px; background: var(--v2-orange); margin-bottom: 44px; }
.v2-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px 32px; }
.v2-stat::before { content: ""; display: block; width: 28px; height: 2px; background: var(--v2-orange); margin-bottom: 18px; }
.v2-stat-num { display: block; font-weight: 900; font-size: clamp(40px, 6vw, 64px); line-height: 1; letter-spacing: -0.02em; color: var(--v2-white); font-variant-numeric: tabular-nums; }
.v2-stat-label { display: block; font-weight: 500; font-size: 15px; color: var(--v2-white); margin-top: 10px; }
.v2-stat-sub { display: block; font-weight: 300; font-size: 15.5px; color: var(--v2-grey); margin-top: 6px; line-height: 1.55; }

/* ---------- sections ---------- */
.v2-section { padding: clamp(56px, 8vw, 86px) 0 0; }
.v2-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--v2-hairline); }
.v2-col { padding: 28px 32px 8px 0; border-right: 1px solid var(--v2-hairline); }
.v2-col::before { content: ""; display: block; width: 28px; height: 2px; background: var(--v2-orange); margin-bottom: 16px; }
.v2-col:last-child { border-right: 0; }
.v2-col + .v2-col { padding-left: 32px; }
.v2-col p { color: var(--v2-grey); font-size: 18.5px; }

/* ---------- cards ---------- */
.v2-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.v2-card-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1023px) { .v2-card-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .v2-card-grid-4 { grid-template-columns: 1fr; } }
.v2-card { position: relative; }
.v2-card[hidden] { display: none; }
.v2-card-link { display: block; background: var(--v2-surface); border: 1px solid var(--v2-hairline); border-radius: 10px; overflow: hidden; text-decoration: none; color: var(--v2-white); height: 100%; transition: border-color 180ms ease, transform 180ms ease; }
.v2-card-media { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #EDEDEE; }
.sastic-v2 .v2-card-img { display: block; width: 100%; height: 100% !important; object-fit: cover; transition: filter 180ms ease; }
.v2-card-placeholder { display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 48px; color: var(--v2-grey); letter-spacing: 0.04em; }
.v2-card-markbg { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--v2-surface) 0%, var(--v2-black) 140%); }
.v2-card-mark { width: 64px; height: auto; opacity: 0.9; }
@media (prefers-color-scheme: dark) { .v2-card-markbg { background: linear-gradient(135deg, var(--v2-surface) 0%, #000 160%); } }
.v2-card-body { display: block; padding: 20px 22px 24px; }
.v2-card-name { display: block; font-weight: 700; font-size: 20px; line-height: 1.25; letter-spacing: -0.01em; }
.v2-card-desc { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-weight: 300; font-size: 15.5px; line-height: 1.55; color: var(--v2-grey); margin-top: 10px; }
.v2-card-tag { display: block; font-weight: 500; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--v2-grey); margin-top: 14px; }
.v2-card-outcome { display: block; font-weight: 500; font-size: 15px; color: var(--v2-white); margin-top: 12px; padding-left: 12px; border-left: 2px solid var(--v2-orange); }
@media (hover: hover) {
	.v2-card-link:hover { border-color: var(--v2-hairline-strong); transform: scale(1.02); }
	.v2-card-link:hover .v2-card-img { filter: brightness(1.08); }
}

/* ---------- name wall ---------- */
.v2-namewall { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 14px 26px; }
.v2-name { color: var(--v2-grey); font-weight: 500; font-size: 15px; line-height: 1.9; text-decoration: underline; text-decoration-color: rgba(0, 0, 0, 0.30); text-underline-offset: 5px; transition: color 160ms ease, text-decoration-color 160ms ease; }
.v2-name:hover, .v2-name:focus-visible { color: var(--v2-white); text-decoration-color: var(--v2-orange); }
.sastic-v2 .v2-more { margin: 44px 0 0; }

/* ---------- community / partners / news ---------- */
.v2-community-inner { border-top: 1px solid var(--v2-hairline); padding-top: 44px; }
.sastic-v2 .v2-community-line { color: var(--v2-grey); max-width: 52ch; margin: 0 0 28px; }
.v2-partner-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 32px 28px; align-items: center; justify-items: center; }
.v2-partner-row a { display: flex; align-items: center; justify-content: center; }
.v2-partner-row img { max-height: 48px; max-width: 140px; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: 0.85; transition: opacity 160ms ease, filter 160ms ease; }
.v2-partner-row a:hover img { opacity: 1; filter: grayscale(0); }
.v2-news-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 28px; border-top: 1px solid var(--v2-hairline); padding-top: 28px; }
.v2-news-row .v2-eyebrow-h { margin: 0; }
.v2-news-title { margin: 0; font-weight: 500; font-size: 17px; flex: 1 1 300px; }

/* ---------- filter ---------- */
.v2-filter { display: flex; gap: 28px; margin-bottom: 36px; border-bottom: 1px solid var(--v2-hairline); overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.v2-filter::-webkit-scrollbar { display: none; }
.v2-filter-btn { appearance: none; background: none; border: 0; border-bottom: 2px solid transparent; color: var(--v2-grey); font-family: var(--v2-font); font-weight: 500; font-size: 15px; padding: 10px 2px 14px; cursor: pointer; white-space: nowrap; transition: color 160ms ease, border-color 160ms ease; }
.v2-filter-btn:hover { color: var(--v2-white); }
.v2-filter-btn.is-active { color: var(--v2-white); border-bottom-color: var(--v2-orange); }
.v2-filter-count { font-size: 12px; color: var(--v2-grey); vertical-align: super; margin-left: 2px; }

/* ---------- FAQ ---------- */
.v2-faq-list { border-bottom: 1px solid var(--v2-hairline); }
.v2-faq-item { border-top: 1px solid var(--v2-hairline); }
.v2-faq-item summary { list-style: none; cursor: pointer; font-weight: 500; font-size: 18.5px; color: var(--v2-white); padding: 20px 40px 20px 0; position: relative; transition: color 160ms ease; }
.v2-faq-item summary::-webkit-details-marker { display: none; }
.v2-faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-weight: 300; font-size: 26px; color: var(--v2-orange); transition: transform 200ms ease; }
.v2-faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.v2-faq-answer { padding: 0 0 24px; color: var(--v2-grey); font-size: 15.5px; max-width: 68ch; }
.v2-faq-answer a { color: var(--v2-white); text-decoration-color: var(--v2-orange); }

/* ---------- final CTA ---------- */
.v2-final { padding-bottom: clamp(64px, 9vw, 104px); }
.v2-final-line { margin-bottom: 36px; max-width: none; }
.sastic-v2 .v2-apply-line { margin: 28px 0 0; color: var(--v2-grey); }
.v2-final-links { margin-top: 26px; display: flex; flex-direction: column; gap: 10px; }
.v2-final-links p { margin: 0; color: var(--v2-grey); font-size: 16.5px; }
.v2-final-links .v2-final-links-big { font-size: clamp(18.5px, 2vw, 22px); }

/* ---------- single project article ---------- */
.v2-article { padding: clamp(48px, 6vw, 72px) 0 clamp(64px, 8vw, 96px); }
.v2-backlink { margin-bottom: 28px; }
.v2-article-outcome { font-size: 18.5px; margin: -8px 0 32px; }
.v2-prose { max-width: 64ch; }
.v2-prose p, .v2-prose li { color: var(--v2-grey); font-size: 18.5px; }
.v2-prose h2 { font-weight: 700; font-size: 24px; margin: 44px 0 16px; color: var(--v2-white); }
.v2-prose h3 { font-weight: 500; font-size: 18px; margin: 28px 0 10px; color: var(--v2-white); }
.v2-prose a { color: var(--v2-white); font-weight: 500; text-decoration: underline; text-decoration-color: var(--v2-hairline-strong); text-underline-offset: 4px; transition: text-decoration-color 160ms ease; }
.v2-prose a:hover { text-decoration-color: var(--v2-orange); }
.v2-prose ul { padding-left: 20px; }
.v2-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.v2-gallery-item { display: block; border-radius: 10px; overflow: hidden; border: 1px solid var(--v2-hairline); transition: transform 180ms cubic-bezier(0.2, 0.7, 0.2, 1), border-color 180ms ease; }
@media (hover: hover) {
	.v2-gallery-item:hover { transform: scale(1.02); border-color: var(--v2-hairline-strong); }
}
.v2-gallery img { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.v2-embed { aspect-ratio: 16 / 9; margin: 16px 0; }
.v2-embed iframe { width: 100%; height: 100%; border: 0; border-radius: 8px; }

/* ---------- motion ---------- */
/* Entrance is CSS-only — it must never wait for JS (LCP lives here). */
.sastic-v2 [data-entrance] { animation: v2-rise 400ms cubic-bezier(0.2, 0.7, 0.2, 1) both; animation-delay: var(--d, 0ms); }
@keyframes v2-rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
html.js .sastic-v2 [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity 350ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 350ms cubic-bezier(0.2, 0.7, 0.2, 1); }
html.js .sastic-v2 [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	.sastic-v2 [data-entrance] { animation: none; }
	html.js .sastic-v2 [data-reveal] { opacity: 1; transform: none; transition: none; }
	.sastic-v2 .v2-card-link, .sastic-v2 .v2-card-img { transition: none; }
	.sastic-v2 .v2-card-link:hover { transform: none; }
	.sastic-v2 .v2-faq-item summary::after { transition: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1023px) {
	.v2-card-grid { grid-template-columns: repeat(2, 1fr); }
	.v2-stat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
	.sastic-v2 .nav-and-button { display: none; }
	.sastic-v2 #burger-icon { display: flex; }
	.sastic-v2 .v2-logo { height: 48px; }
	.v2-cols { grid-template-columns: 1fr; }
	.v2-col { border-right: 0; border-bottom: 1px solid var(--v2-hairline); padding: 24px 0; }
	.v2-col + .v2-col { padding-left: 0; }
	.v2-cta-row .v2-btn { width: 100%; text-align: center; padding: 17px 24px; }
	.v2-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.v2-card-grid { grid-template-columns: 1fr; }
}

/* ---------- footer (semantic, 2026 rebuild) ---------- */
.v2-footer { background: var(--v2-black); border-top: 1px solid var(--v2-hairline); padding: 56px 0 32px; font-size: 14px; }
.v2-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px 32px; }
.v2-footer-brand #footer-logo { height: 64px; width: auto; display: block; margin-bottom: 16px; }
.v2-footer-trust { color: var(--v2-grey); max-width: 34ch; margin-bottom: 16px; }
.v2-footer-h { font-weight: 500; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--v2-grey); margin: 0 0 14px; }
.v2-footer-menu { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.v2-footer-menu a { color: var(--v2-grey); text-decoration: none; transition: color 160ms ease; }
.v2-footer-menu a:hover, .v2-footer-menu a:focus-visible { color: var(--v2-white); }
.v2-footer-address { color: var(--v2-grey); }
.v2-footer-social { display: flex; gap: 18px; margin-top: 16px; }
.v2-footer-social a { color: var(--v2-grey); font-weight: 500; text-decoration: underline; text-decoration-color: var(--v2-hairline-strong); text-underline-offset: 4px; transition: color 160ms ease, text-decoration-color 160ms ease; }
.v2-footer-social a:hover { color: var(--v2-white); text-decoration-color: var(--v2-orange); }
.v2-footer-contact-btn { margin-top: 18px; }
.v2-footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; border-top: 1px solid var(--v2-hairline); margin-top: 44px; padding-top: 20px; color: var(--v2-grey); }
.v2-footer-bottom a { color: var(--v2-grey); text-decoration: none; }
.v2-footer-bottom a:hover { color: var(--v2-white); }
.v2-btn-sm { padding: 10px 20px; font-size: 14px; }
.v2-btn-lg { padding: 18px 34px; font-size: 17px; }

/* ---------- process steps + funnel ---------- */
.v2-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 32px; }
.v2-step { border-top: 1px solid var(--v2-hairline); padding-top: 18px; position: relative; }
.v2-step-num { font-family: ui-monospace, monospace; font-weight: 900; font-size: 19px; color: var(--v2-white); display: inline; margin-right: 12px; border-bottom: 3px solid var(--v2-orange); padding-bottom: 2px; }
.v2-step h3 { display: inline; }
.sastic-v2 .v2-step p { color: var(--v2-grey); font-size: 18.5px; margin: 8px 0 0; text-wrap: pretty; }
.sastic-v2 .v2-funnel { margin: 56px 0 0; border-top: 1px solid var(--v2-hairline); padding-top: 32px; font-size: clamp(16px, 2vw, 19px); color: var(--v2-grey); }
.v2-funnel b { color: var(--v2-white); font-weight: 900; font-size: 1.35em; }
.v2-funnel span[aria-hidden] { color: var(--v2-orange); padding: 0 6px; }

/* ---------- quote ---------- */
.v2-quote-inner { margin: 0; border-left: 2px solid var(--v2-orange); padding-left: 28px; max-width: 62ch; }
.v2-quote-inner p { font-weight: 300; font-size: clamp(19px, 2.6vw, 25px); line-height: 1.5; color: var(--v2-white); margin: 0 0 14px; }
.v2-quote-inner cite { font-style: normal; font-weight: 500; font-size: 14px; color: var(--v2-grey); }

/* ---------- email capture ---------- */
.v2-email-inner { border-top: 1px solid var(--v2-hairline); padding-top: 40px; }
.v2-email-sub { color: var(--v2-grey); margin: 6px 0 20px; }
.v2-email-form { max-width: 460px; }
.v2-email-form input[type="email"], .v2-email-form input[type="text"], .v2-field {
	width: 100%; background: var(--v2-surface); border: 1px solid var(--v2-hairline-strong); border-radius: 6px;
	color: var(--v2-white); font: 300 16px/1.4 var(--v2-font); padding: 13px 16px; transition: border-color 160ms ease;
}
.v2-email-form input:focus, .v2-field:focus { border-color: var(--v2-orange); outline: none; }
.v2-email-form button[type="submit"], .v2-email-form .wpforms-submit {
	margin-top: 12px; background: var(--v2-orange); color: #000000; border: 0; border-radius: 6px;
	font: 500 15px/1 var(--v2-font); padding: 14px 26px; cursor: pointer; transition: filter 160ms ease;
}
.v2-email-form button[type="submit"]:hover { filter: brightness(1.08); }
.v2-email-form label { font-size: 13px; color: var(--v2-grey); }

/* ---------- membership tiers ---------- */
.v2-billing-toggle { display: inline-flex; gap: 4px; border: 1px solid var(--v2-hairline-strong); border-radius: 999px; padding: 4px; margin-bottom: 26px; }
.v2-seg { appearance: none; background: none; border: 0; border-radius: 999px; color: var(--v2-grey); font-family: var(--v2-font); font-weight: 500; font-size: 15px; padding: 10px 22px; cursor: pointer; white-space: nowrap; transition: color 160ms ease, background-color 160ms ease; }
.v2-seg:hover { color: var(--v2-white); }
.v2-seg.is-active { background: var(--v2-orange); color: #000000; }
.v2-tiers { border: 1px solid var(--v2-hairline); border-radius: 12px; overflow: hidden; }
.v2-tier { display: grid; grid-template-columns: 200px 150px 1fr auto; gap: 20px; align-items: center; padding: 20px 24px; border-bottom: 1px solid var(--v2-hairline); transition: background-color 160ms ease; }
.v2-tier:last-child { border-bottom: 0; }
.v2-tier:hover, .v2-tier.is-feat { background: var(--v2-surface); }
.v2-tier-name { font-weight: 900; font-size: 18px; }
.v2-tier-label { display: block; margin-top: 6px; font-weight: 500; font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--v2-grey); }
.v2-tier-label::before { content: ""; display: inline-block; width: 14px; height: 2px; background: var(--v2-orange); vertical-align: 3px; margin-right: 7px; }
.v2-tier-price { font-weight: 900; font-size: 23px; font-variant-numeric: tabular-nums; }
.v2-tier-price small { font-weight: 500; font-size: 13px; color: var(--v2-grey); }
.v2-tier-line { color: var(--v2-grey); font-size: 15.5px; }
.v2-more-tiers { margin-top: 14px; }
.v2-more-tiers summary { cursor: pointer; color: var(--v2-grey); font-weight: 500; padding: 10px 0; list-style: none; }
.v2-more-tiers summary::-webkit-details-marker { display: none; }
.v2-more-tiers summary::before { content: "+ "; color: var(--v2-orange); }
.v2-more-tiers[open] summary::before { content: "\2212  "; }
.v2-more-tiers[open] summary { margin-bottom: 12px; }
.sastic-v2 .v2-secnote { margin: 14px 0 26px; max-width: 62ch; color: var(--v2-grey); text-wrap: pretty; }
.v2-secnote strong { display: block; margin-top: 12px; color: var(--v2-white); font-weight: 500; }

/* ---------- patron strip ---------- */
.v2-patron { background: var(--v2-surface); border: 1px solid var(--v2-hairline); border-radius: 12px; padding: 28px 32px; }
.v2-patron p { color: var(--v2-grey); }
.v2-patron-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 18px 0; }
.v2-patron-tier { display: flex; flex-direction: column; gap: 4px; border: 1px solid var(--v2-hairline-strong); border-radius: 10px; padding: 16px 22px; text-decoration: none; min-width: 150px; transition: border-color 160ms ease, transform 180ms ease; }
.v2-patron-tier:hover { border-color: var(--v2-orange); }
.v2-patron-name { color: var(--v2-white); font-weight: 900; font-size: 16px; }
.v2-patron-price { color: var(--v2-grey); font-weight: 500; font-variant-numeric: tabular-nums; }
.v2-patron-note { margin: 6px 0 0; font-size: 15.5px; }

/* ---------- benefits (prototype row treatment) ---------- */
.v2-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; margin-top: 4px; }
.v2-benefit { display: flex; gap: 13px; align-items: flex-start; padding: 17px 0; border-bottom: 1px solid var(--v2-hairline); font-size: 18.5px; line-height: 1.6; }
.v2-benefit b { color: var(--v2-white); font-weight: 500; }
.v2-benefit span:not(.v2-tk) { color: var(--v2-grey); font-weight: 300; }
.v2-tk { color: var(--v2-orange); font-weight: 900; font-size: 19px; line-height: 1.5; flex: none; }

/* ---------- misc components ---------- */
.v2-proofbar { color: var(--v2-grey); font-size: 15px; margin: -14px 0 28px; }
.sastic-v2 .v2-trustline { color: var(--v2-grey); font-size: 13px; margin: 36px 0 0; }
.v2-card-name-sm { font-size: 17px; }
.v2-post-thumb img { width: 100%; height: auto; border-radius: 10px; margin-bottom: 28px; }
.v2-share { display: flex; align-items: baseline; gap: 20px; margin: 40px 0 0; border-top: 1px solid var(--v2-hairline); padding-top: 20px; }
.v2-share .v2-eyebrow-h { margin: 0; }
.v2-single-cta { border-top: 1px solid var(--v2-hairline); margin-top: 40px; padding-top: 28px; margin-bottom: 32px; }
.v2-pagination { margin-top: 40px; display: flex; justify-content: center; }
.v2-pagination .page-numbers { color: var(--v2-grey); text-decoration: none; font-weight: 500; padding: 8px 13px; border-radius: 6px; margin: 0 2px; transition: color 160ms ease, background-color 160ms ease; }
.v2-pagination .page-numbers.current { color: #000000; background: var(--v2-orange); }
.v2-pagination a.page-numbers:hover { color: var(--v2-white); background: var(--v2-surface); }
.v2-search-results { display: grid; gap: 26px; max-width: 760px; }
.v2-search-excerpt { color: var(--v2-grey); font-size: 15.5px; margin-top: 8px; }
.v2-searchform { display: flex; gap: 12px; max-width: 520px; }
.v2-searchform .v2-field { flex: 1; }
.v2-contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 48px); align-items: stretch; }
.v2-contact-grid .v2-founder-card { max-width: none; }
.v2-contact-card { background: var(--v2-surface); border-radius: 16px; padding: 36px 34px; display: flex; flex-direction: column; gap: 26px; }
.v2-contact-card .v2-footer-h { margin: 0; }
.v2-contact-item { display: flex; flex-direction: column; gap: 4px; }
.v2-contact-item .v2-eyebrow-h { margin: 0; }
.v2-contact-address { color: var(--v2-white); font-weight: 500; font-size: 18.5px; line-height: 1.4; }
.v2-contact-social { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: auto; }
.v2-contact-body { margin-top: 40px; }
@media (max-width: 767px) {
	.v2-contact-grid { grid-template-columns: 1fr; }
}
.v2-nav-donate-mobile { display: block; margin-top: 20px; font-size: 22px; font-weight: 700; text-decoration: none; }

/* prose form baseline (MemberPress checkout/account render inside .v2-prose) */
.v2-prose input[type="text"], .v2-prose input[type="email"], .v2-prose input[type="password"],
.v2-prose input[type="tel"], .v2-prose input[type="url"], .v2-prose input[type="number"],
.v2-prose select, .v2-prose textarea {
	background: var(--v2-surface); border: 1px solid var(--v2-hairline-strong); border-radius: 6px;
	color: var(--v2-white); font: 300 16px/1.4 var(--v2-font); padding: 11px 14px; max-width: 100%;
}
.v2-prose input:focus, .v2-prose select:focus, .v2-prose textarea:focus { border-color: var(--v2-orange); outline: none; }
.v2-prose input[type="submit"], .v2-prose button[type="submit"], .v2-prose .mepr-submit {
	background: var(--v2-orange); color: #000000; border: 0; border-radius: 6px;
	font: 500 15px/1 var(--v2-font); padding: 14px 26px; cursor: pointer;
}
.v2-prose label { font-weight: 500; font-size: 14px; }
.v2-prose table { width: 100%; border-collapse: collapse; }
.v2-prose th, .v2-prose td { border-bottom: 1px solid var(--v2-hairline); padding: 10px 12px; text-align: left; }

/* ---------- responsive (new components) ---------- */
@media (max-width: 1023px) {
	.v2-footer-grid { grid-template-columns: 1fr 1fr; }
	.v2-steps { grid-template-columns: repeat(2, 1fr); }
	.v2-tier { grid-template-columns: 1fr auto; grid-template-areas: "name price" "line line" "cta cta"; }
	.v2-tier-name { grid-area: name; }
	.v2-tier-price { grid-area: price; }
	.v2-tier-line { grid-area: line; }
	.v2-tier-cta { grid-area: cta; }
	.v2-contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
	.v2-footer-grid { grid-template-columns: 1fr; gap: 32px; }
	.v2-steps { grid-template-columns: 1fr; }
	.v2-benefits { grid-template-columns: 1fr; }
	.v2-patron-row { flex-direction: column; }
	.v2-searchform { flex-direction: column; }
}

/* ---------- MemberPress checkout (page-signup shell) ---------- */
.v2-signup .mp_wrapper { font-size: 15px; }
.v2-signup .mp_wrapper a { color: var(--v2-white); font-weight: 500; text-decoration: underline; text-decoration-color: var(--v2-hairline-strong); text-underline-offset: 4px; }
.v2-signup .mp_wrapper a:hover { text-decoration-color: var(--v2-orange); }
.v2-signup .mp_wrapper .mp-form-row { margin: 0 0 16px; }
.v2-signup .mp_wrapper label { color: var(--v2-white); font-weight: 500; font-size: 14px; display: inline-block; margin-bottom: 6px; }
.v2-signup .mp_wrapper input[type="text"],
.v2-signup .mp_wrapper input[type="email"],
.v2-signup .mp_wrapper input[type="password"],
.v2-signup .mp_wrapper input[type="tel"],
.v2-signup .mp_wrapper input[type="url"],
.v2-signup .mp_wrapper select,
.v2-signup .mp_wrapper textarea {
	width: 100%; background: var(--v2-surface); border: 1px solid var(--v2-hairline-strong); border-radius: 6px;
	color: var(--v2-white); font: 300 16px/1.4 var(--v2-font); padding: 12px 14px;
}
.v2-signup .mp_wrapper input:focus, .v2-signup .mp_wrapper select:focus { border-color: var(--v2-orange); outline: none; }
.v2-signup .mp_wrapper .mepr_price { border: 1px solid var(--v2-hairline); border-radius: 8px; padding: 14px 18px; margin-bottom: 24px; display: flex; gap: 10px; font-weight: 500; }
.v2-signup .mp_wrapper .mepr-form-radios-label { font-weight: 300; }
.v2-signup .mp_wrapper .mepr-payment-method { background: #FFFFFF; color: #111; border-radius: 8px; padding: 14px 16px; margin: 12px 0; }
.v2-signup .mp_wrapper .mepr-payment-method label, .v2-signup .mp_wrapper .mepr-payment-method a { color: #111; }
.v2-signup .mp_wrapper .mepr-payment-method-desc-text { color: #444; }
.v2-signup .mp_wrapper .mepr-checkbox-field { width: auto; }
.v2-signup .mp_wrapper input[type="submit"], .v2-signup .mp_wrapper .mepr-submit {
	background: var(--v2-orange); color: #000000; border: 0; border-radius: 999px;
	font: 500 16px/1 var(--v2-font); padding: 16px 32px; cursor: pointer; margin-top: 8px; transition: filter 160ms ease;
}
.v2-signup .mp_wrapper input[type="submit"]:hover { filter: brightness(1.08); }
.v2-signup .mp_wrapper .mepr-form-has-errors, .v2-signup .mp_wrapper .mepr_error { color: #B3261E; }
.v2-signup .nsl-container { margin-bottom: 20px; }

/* ---------- about page: notebox, pillar cards, governance ---------- */
.v2-notebox { background: var(--v2-surface); border: 1px solid var(--v2-hairline); border-left: 2px solid var(--v2-orange); border-radius: 12px; padding: 22px 26px; font-size: 15.5px; color: var(--v2-grey); line-height: 1.62; }
.v2-notebox b { color: var(--v2-white); font-weight: 500; }
.v2-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.v2-pillar { background: var(--v2-surface); border: 1px solid var(--v2-hairline); border-radius: 18px; padding: 28px 26px; display: flex; flex-direction: column; transition: border-color 180ms ease, transform 180ms cubic-bezier(0.2, 0.7, 0.2, 1); }
@media (hover: hover) {
	.v2-pillar:hover { border-color: var(--v2-hairline-strong); transform: translateY(-3px); }
}
.v2-pk { font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--v2-grey); font-weight: 500; }
.v2-pk::before { content: ""; display: inline-block; width: 14px; height: 2px; background: var(--v2-orange); vertical-align: 3px; margin-right: 7px; }
.v2-pillar h3 { font-weight: 900; font-size: 23px; margin: 10px 0 4px; color: var(--v2-white); }
.v2-psub { font-size: 13px; color: var(--v2-grey); font-weight: 500; margin: 0 0 17px; letter-spacing: 0.02em; }
.v2-obj { font-size: 15.5px; color: var(--v2-grey); margin: 0 0 20px; line-height: 1.6; }
.v2-pillar h4 { font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--v2-grey); font-weight: 500; margin: 0 0 10px; }
.v2-pillar ul { list-style: none; margin: 0 0 20px; padding: 0; }
.v2-pillar li { position: relative; padding: 9px 0 9px 18px; font-size: 15px; color: var(--v2-white); font-weight: 300; line-height: 1.5; border-bottom: 1px solid var(--v2-hairline); }
.v2-pillar li:last-child { border-bottom: 0; }
.v2-pillar li::before { content: ""; position: absolute; left: 0; top: 15px; width: 6px; height: 6px; border-radius: 50%; background: var(--v2-orange); }
.v2-kpi { margin-top: auto; font-size: 13px; color: var(--v2-grey); border-top: 1px solid var(--v2-hairline); padding-top: 14px; line-height: 1.55; }
.v2-kpi b { color: var(--v2-white); font-weight: 500; }
.v2-gov { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(24px, 4vw, 44px); align-items: start; }
.sastic-v2 .v2-cred-line { font-weight: 300; font-size: clamp(17px, 2.2vw, 21px); color: var(--v2-white); max-width: 58ch; margin: -14px 0 0; }
.v2-cred-line b { font-weight: 500; }
.v2-cred-line span { display: block; color: var(--v2-grey); }
.v2-rule-tight { margin: 22px 0 36px; }
.v2-board-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.v2-board-grid-3 { grid-template-columns: repeat(3, 1fr); gap: 0 40px; }
.v2-notebox-gov { margin-top: 40px; }
.v2-notebox-gov .v2-link { margin-left: 10px; white-space: nowrap; }
.v2-notebox-h { font-weight: 500; font-size: 16.5px; color: var(--v2-white); margin: 0 0 6px; }
.v2-notebox-gov p { margin: 0; }
.v2-board-entry { border-top: 1px solid var(--v2-hairline); padding: 13px 0 14px; }
.v2-board-entry b { display: block; font-weight: 500; color: var(--v2-white); font-size: 15.5px; }
.v2-board-entry span { display: block; font-size: 13.5px; color: var(--v2-grey); margin-top: 3px; line-height: 1.45; }
.sastic-v2 .v2-officers-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px; justify-content: space-between; border-top: 1px solid var(--v2-hairline); margin: 0; padding-top: 16px; font-size: 14px; color: var(--v2-grey); line-height: 1.7; }
.v2-officers-line b { color: var(--v2-white); font-weight: 500; }
.v2-officers-line .v2-link { white-space: nowrap; }
.v2-gov-note { font-size: 15.5px; color: var(--v2-grey); line-height: 1.6; }
.v2-dirnote { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: var(--v2-surface); border: 1px solid var(--v2-hairline); border-radius: 12px; padding: 24px 28px; }
.v2-dirnote p { margin: 0; color: var(--v2-grey); max-width: 56ch; }
@media (max-width: 1023px) {
	.v2-pillars { grid-template-columns: 1fr; }
	.v2-gov { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
	.v2-board-grid, .v2-board-grid-3 { grid-template-columns: 1fr; }
}

/* ---------- narrative block (about: why Armenia) ---------- */
.v2-narrative { max-width: 760px; }
.v2-narrative p { color: var(--v2-grey); font-size: 18.5px; line-height: 1.7; margin: 0 0 1.1em; }
.v2-strong { color: var(--v2-white); font-weight: 900; }

/* ---------- patron cards (prestige treatment) ---------- */
.v2-patron-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 22px 0; }
.v2-patron-card { position: relative; display: flex; flex-direction: column; gap: 4px; background: var(--v2-black); border: 1px solid var(--v2-hairline-strong); border-radius: 14px; padding: 30px 28px 26px; text-decoration: none; transition: border-color 180ms ease, transform 180ms cubic-bezier(0.2, 0.7, 0.2, 1); }
@media (hover: hover) {
	.v2-patron-card:hover { border-color: var(--v2-grey); transform: translateY(-3px); }
	.v2-patron-card.is-top:hover { border-color: var(--v2-orange); }
}
.v2-patron-card.is-top { border-color: var(--v2-orange); }
.v2-patron-flag { position: absolute; top: -11px; left: 24px; background: var(--v2-orange); color: #000000; font-weight: 500; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 999px; padding: 4px 12px; }
.v2-patron-epithet { font-weight: 500; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--v2-grey); }
.v2-patron-title { font-weight: 900; font-size: 23px; letter-spacing: -0.022em; color: var(--v2-white); margin-top: 6px; }
.v2-patron-amount { font-weight: 300; font-size: clamp(30px, 3vw, 38px); color: var(--v2-white); font-variant-numeric: tabular-nums; margin-top: 2px; }
.v2-patron-sub { font-weight: 300; font-size: 13px; color: var(--v2-grey); margin-top: 8px; }
@media (max-width: 767px) {
	.v2-patron-grid { grid-template-columns: 1fr; }
}

/* ---------- pre-publish review fixes ---------- */
@media (max-width: 480px) {
	.v2-billing-toggle { max-width: 100%; }
	.v2-seg { padding: 10px 13px; font-size: 14px; }
}
.v2-footer-menu .sub-menu { list-style: none; margin: 4px 0 0; padding-left: 14px; }
.sastic-v2 .main-menu a, .v2-footer-menu a { display: inline-block; padding-block: 4px; }
.v2-benefits .v2-benefit:last-child:nth-child(odd) { grid-column: 1 / -1; }

/* ---------- choose your way to give ---------- */
.v2-give-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.v2-give-card { display: flex; flex-direction: column; gap: 10px; background: var(--v2-surface); border: 1px solid var(--v2-hairline); border-radius: 14px; padding: 28px; }
.v2-give-card h3 { margin: 0; }
.v2-give-card p { color: var(--v2-grey); font-size: 15.5px; margin: 0 0 14px; }
.v2-give-card .v2-btn { margin-top: auto; align-self: flex-start; }
.v2-give-ds { margin-top: auto; background: #FFFFFF; border-radius: 10px; padding: 12px 14px; }
.sastic-v2 .v2-give-note { margin: 18px 0 0; color: var(--v2-grey); font-size: 14px; }
@media (max-width: 1023px) {
	.v2-give-grid { grid-template-columns: 1fr; }
}

/* ---------- hero proof strip (donate) ---------- */
.v2-h1-wide { max-width: none; }
.sastic-v2 .v2-proofstrip { display: flex; flex-wrap: wrap; gap: 10px 0; margin: -6px 0 30px; }
.v2-proofstrip span { color: var(--v2-grey); font-size: 15px; font-weight: 300; display: inline-flex; align-items: baseline; gap: 7px; padding: 0 22px; border-left: 1px solid var(--v2-hairline-strong); }
.v2-proofstrip span:first-child { padding-left: 0; border-left: 0; }
.v2-proofstrip b { color: var(--v2-white); font-weight: 900; font-size: 23px; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
@media (max-width: 600px) {
	.v2-proofstrip { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; }
	.v2-proofstrip span { padding: 0; border-left: 0; }
}

/* ---------- on-site donation form (WPForms 4630) ---------- */
.v2-give-card-form { grid-column: 1 / -1; }
.sastic-v2 .v2-give-alt { margin: 14px 0 0; color: var(--v2-grey); font-size: 14px; }
.v2-give-form { max-width: 620px; }
.sastic-v2 .v2-give-form .wpforms-form { max-width: 620px; }
.sastic-v2 .v2-give-form .wpforms-field { padding: 10px 0 !important; max-width: 620px; }
.sastic-v2 .v2-give-form .wpforms-field-label { color: var(--v2-white) !important; font-weight: 500 !important; font-size: 14px !important; margin-bottom: 7px !important; display: block; }
.sastic-v2 .v2-give-form .wpforms-required-label { color: #B3261E !important; }
.sastic-v2 .v2-give-form .wpforms-field-sublabel { color: var(--v2-grey) !important; font-size: 12.5px !important; margin-top: 5px; }
.sastic-v2 .v2-give-form input[type="text"],
.sastic-v2 .v2-give-form input[type="email"],
.sastic-v2 .v2-give-form input[type="number"],
.sastic-v2 .v2-give-form input[type="tel"],
.sastic-v2 .v2-give-form select,
.sastic-v2 .v2-give-form textarea {
	width: 100% !important; max-width: 100% !important; box-sizing: border-box;
	background: var(--v2-black) !important; border: 1px solid var(--v2-hairline-strong) !important; border-radius: 8px !important;
	color: var(--v2-white) !important; font: 300 16px/1.4 var(--v2-font) !important; padding: 13px 15px !important;
	box-shadow: none !important;
}
.sastic-v2 .v2-give-form textarea { min-height: 96px; max-height: 140px; }
.sastic-v2 .v2-give-form input:focus, .sastic-v2 .v2-give-form textarea:focus { border-color: var(--v2-orange) !important; outline: none !important; }
.sastic-v2 .v2-give-form ::placeholder, .sastic-v2 .v2-email-form ::placeholder { color: var(--v2-grey); opacity: 0.85; }
.sastic-v2 .v2-give-form .wpforms-field-name .wpforms-field-row { display: flex; gap: 14px; max-width: 100%; }
.sastic-v2 .v2-give-form .wpforms-field-name .wpforms-field-row-block,
.sastic-v2 .v2-give-form .wpforms-field-name .wpforms-field-row > div { flex: 1 1 0; width: auto !important; max-width: none !important; }
.sastic-v2 .v2-give-form .wpforms-field-row { max-width: 100% !important; }
.v2-give-form .wpforms-field-stripe-credit-card .wpforms-field-row,
.v2-give-form .wpforms-stripe-element-wrap,
.v2-give-form [id*="stripe"] iframe { background: transparent; }
.sastic-v2 .v2-give-form .wpforms-field-stripe-credit-card > div:not(.wpforms-field-label),
.sastic-v2 .v2-give-form .wpforms-field-stripe-credit-card .wpforms-field-row {
	background: var(--v2-surface); border: 1px solid var(--v2-hairline-strong); border-radius: 10px; padding: 14px 16px;
}
.sastic-v2 .v2-give-form button[type="submit"],
.sastic-v2 .v2-give-form .wpforms-form button.wpforms-submit,
.sastic-v2 .v2-give-form .wpforms-submit-container button {
	background: var(--v2-orange) !important; color: #000000 !important; border: 0 !important; border-radius: 999px !important;
	font: 500 16px/1 var(--v2-font) !important; padding: 16px 32px !important; cursor: pointer; margin-top: 10px; transition: filter 160ms ease;
}
.sastic-v2 .v2-give-form .wpforms-submit:hover { filter: brightness(1.08); }
.sastic-v2 .v2-give-form .wpforms-error, .sastic-v2 .v2-give-form label.wpforms-error { color: #B3261E !important; font-size: 13px; }
.v2-give-form .wpforms-confirmation-container-full { background: var(--v2-surface); border: 1px solid var(--v2-hairline); border-left: 2px solid var(--v2-orange); border-radius: 12px; color: var(--v2-white); padding: 20px 24px; }

/* ---------- hero leaf (brand petals, guideline poster treatment) ---------- */
@media (min-width: 1024px) {
	.v2-hero-leafed { display: flex; align-items: center; min-height: calc(100vh - 80px); min-height: calc(100svh - 80px); padding-top: clamp(40px, 6vh, 72px); padding-bottom: clamp(48px, 8vh, 96px); }
	.v2-hero-leafed .v2-container { width: 100%; }
	.v2-hero-leafed .v2-h1 { font-size: clamp(36px, 4.6vw, 64px); max-width: 18ch; }
	.v2-hero-leafed .v2-lede { margin-bottom: 28px; }
}
.v2-hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.v2-hero-side { display: flex; flex-direction: column; gap: 30px; justify-self: end; min-width: 260px; }
@media (max-width: 1023px) {
	.v2-hero-side { display: none; }
}
.v2-hero-leaf { width: 100%; max-width: 380px; height: auto; justify-self: end; pointer-events: none; }
@media (max-width: 1023px) {
	.v2-hero-grid { grid-template-columns: 1fr; }
	.v2-hero-leaf { display: none; }
}

/* ---------- founder application pages ---------- */
.v2-apply-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 64px; align-items: start; margin-top: 8px; }
.v2-apply-steps { border-left: 1px solid var(--v2-hairline); padding-left: 32px; display: flex; flex-direction: column; gap: 22px; }
.v2-apply-steps .v2-step { border-top: 0; padding-top: 0; }
.v2-step-title { font-size: 17px; display: inline; }
.v2-apply-thumb img { width: 100%; height: auto; }
.v2-filter a.v2-filter-btn { text-decoration: none; }
@media (max-width: 1023px) {
	.v2-apply-grid { grid-template-columns: 1fr; }
}

/* ---------- big-stat rail (about: why Armenia) ---------- */
.v2-why-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 88px); align-items: start; }
.v2-bignum-rail { padding-top: 6px; }
.v2-bignum-rail::before { content: ""; display: block; width: 42px; height: 5px; background: var(--v2-orange); margin-bottom: 22px; }
.v2-bignum { display: block; font-weight: 900; font-size: clamp(72px, 9vw, 128px); line-height: 1; letter-spacing: -0.03em; color: var(--v2-white); }
.v2-bignum-label { display: block; margin-top: 16px; color: var(--v2-grey); font-size: 18.5px; line-height: 1.6; max-width: 34ch; text-wrap: pretty; }
.sastic-v2 .v2-bignum-cta { margin: 20px 0 0; font-size: 18.5px; }
@media (max-width: 1023px) {
	.v2-why-grid { grid-template-columns: 1fr; }
}

/* ---------- final-section mark ---------- */
.v2-final-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.v2-final-mark { width: 100%; max-width: 220px; height: auto; justify-self: end; pointer-events: none; }
@media (max-width: 1023px) {
	.v2-final-grid { grid-template-columns: 1fr; }
	.v2-final-mark { display: none; }
}

/* ---------- founder call card ---------- */
.v2-founder-card { display: flex; flex-direction: column; align-items: flex-start; background: var(--v2-surface); border-radius: 16px; padding: 36px 34px; position: relative; overflow: hidden; max-width: 420px; justify-self: end; width: 100%; }
@media (max-width: 1023px) { .v2-hero-grid .v2-founder-card { max-width: none; justify-self: stretch; } }
.v2-founder-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--v2-orange); }
.v2-founder-card h3 { margin-bottom: 10px; }
.v2-founder-card p { color: var(--v2-grey); font-size: 18.5px; margin: 0 0 24px; text-wrap: pretty; }
.v2-founder-card .v2-btn { align-self: stretch; text-align: center; }
.v2-founder-note { display: block; margin-top: 14px; font-size: 13px; color: var(--v2-grey); letter-spacing: 0.02em; }

/* ---------- quote + founder card pairing ---------- */
.v2-quote-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
@media (max-width: 1023px) {
	.v2-quote-grid { grid-template-columns: 1fr; }
	.v2-quote-grid .v2-founder-card { max-width: none; justify-self: stretch; }
}

/* ---------- member facepile ---------- */
.v2-community-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.v2-facepile { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 18px; }
.v2-face { margin: 0; text-align: center; }
.v2-face img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; border: 2px solid var(--v2-hairline-strong); display: inline-block; }
.v2-face-name { display: block; font-weight: 500; font-size: 13.5px; color: var(--v2-white); margin-top: 8px; line-height: 1.3; }
.v2-face-title { display: block; font-weight: 300; font-size: 12px; color: var(--v2-grey); line-height: 1.35; margin-top: 2px; }
@media (max-width: 1023px) {
	.v2-community-grid { grid-template-columns: 1fr; }
	.v2-facepile { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 600px) {
	.v2-facepile { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- members directory ---------- */
.v2-directory { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 36px 20px; }
.v2-face-lg img { width: 108px; height: 108px; }
.v2-face-loc { display: block; font-weight: 300; font-size: 11.5px; color: var(--v2-grey); margin-top: 2px; }


/* ---------- board people grid ---------- */
.v2-people-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 28px 20px; }
.v2-person { margin: 0; }
.v2-person img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border-radius: 12px; display: block; }
.v2-person-name { display: block; font-weight: 900; font-size: 18px; letter-spacing: -0.02em; color: var(--v2-white); margin-top: 12px; }
.v2-person-bio { display: block; font-weight: 300; font-size: 14px; line-height: 1.5; color: var(--v2-grey); margin-top: 4px; text-wrap: pretty; }

/* donate mobile overflow guard */
.v2-give-grid > * { min-width: 0; }
.sastic-v2 .v2-give-card { max-width: 100%; }
.sastic-v2 .v2-give-form .wpforms-form, .sastic-v2 .v2-give-form .wpforms-field-container, .sastic-v2 .v2-give-form iframe { max-width: 100% !important; min-width: 0 !important; }

/* newsletter submit: system orange pill regardless of wpforms markup */
.sastic-v2 .v2-email-form button, .sastic-v2 .v2-email-form input[type="submit"], .sastic-v2 .v2-email-form .wpforms-submit {
	background: var(--v2-orange) !important; color: #000000 !important; border: 0 !important; border-radius: 999px !important;
	font: 500 15px/1 var(--v2-font) !important; padding: 14px 28px !important; cursor: pointer; margin-top: 12px;
}
.sastic-v2 .v2-email-form .wpforms-required-label { color: #B3261E !important; }

/* content separators: single hairline (WP block separator doubles the border) */
.sastic-v2 hr, .sastic-v2 .wp-block-separator {
	border: 0 !important; border-top: 1px solid var(--v2-hairline-strong) !important;
	height: 0; background: none; margin: 32px 0; max-width: none; opacity: 1;
}
