/**
 * ISNS — Client reveal hide sheet
 * --------------------------------
 * HOW TO USE
 * 1. This file loads on the front end automatically.
 * 2. Each /* === HIDE: … === */ block hides one slice from the client.
 * 3. When that day’s work is ready: DELETE that whole block (from === HIDE to === /…).
 * 4. Hard-refresh the browser (Ctrl+F5).
 *
 * FIRST CLIENT SHOW (Week 1) — already VISIBLE (tiers, dashboard, submit,
 * my-submissions, research library). Week 1 re-hide blocks are commented below
 * if you ever need to hide them again.
 *
 * AFTER FIRST SHOW — remove one active block per evening: W2-D1 → W2-D2 → …
 */

/* #####################################################################
   WEEK 1 — re-hide only if needed (currently commented = visible)
   ##################################################################### */

/*
=== HIDE: WEEK1 Membership tiers ===
body.page-id-13106 .site-content > *,
body.page-id-13091 .site-content > *,
.isns-tiers { display: none !important; }
a[href*="/membership-tiers"] { display: none !important; }
=== /WEEK1 tiers ===

=== HIDE: WEEK1 Member dashboard ===
body.page-id-13108 .site-content > *,
.isns-dash { display: none !important; }
a[href*="/member-dashboard"] { display: none !important; }
=== /WEEK1 dashboard ===

=== HIDE: WEEK1 Submit research ===
body.page-id-13111 .site-content > * { display: none !important; }
a[href*="/submit-research"] { display: none !important; }
=== /WEEK1 submit ===

=== HIDE: WEEK1 My submissions ===
body.page-id-13136 .site-content > *,
.isns-subs { display: none !important; }
a[href*="/my-submissions"] { display: none !important; }
=== /WEEK1 my-submissions ===

=== HIDE: WEEK1 Research library ===
body.post-type-archive-isns_publication .site-content > *,
body.single-isns_publication .site-content > *,
.isns-library,
.isns-pub { display: none !important; }
a[href*="/research-library"] { display: none !important; }
=== /WEEK1 library ===
*/


/* #####################################################################
   WEEK 2 — delete one block per evening to reveal
   ##################################################################### */

/* === HIDE: W2-D1 Menu links === REVEALED (directory / profile / sponsors shown) === */


/* === HIDE: W2-D2 Member directory === REVEALED (block removed for Day 2 show) === */


/* === HIDE: W2-D3 My directory profile === REVEALED (block removed for Day 3 show) === */


/* === HIDE: W2-D4 Sponsors & partners === REVEALED (block removed for Sponsors show) === */


/* === HIDE: W2-D5 Trust / policy menu links === REVEALED (trust pages shown) === */


/* #####################################################################
   WEEK 3 — delete one block per evening to reveal
   ##################################################################### */

/* === HIDE: W3-D1 Dashboard links to still-hidden modules === REVEALED (sponsors shown) === */


/* === HIDE: W3-D2 Member-only demo (add selectors when built) === */
.isns-member-only {
	display: none !important;
}
/* === /W3-D2 === */


/* === HIDE: W3-D3 Corporate / Patron application URLs === REVEALED === */


/* === HIDE: W3-D4 New tier products on /shop/ (until cutover messaging) === */
.products .product.post-13094,
.products .product.post-13095,
.products .product.post-13097,
.products .product.post-13098,
.products .product.post-13100,
.products .product.post-13101,
.products .product.post-13103,
.products .product.post-13105,
li.product.post-13094,
li.product.post-13095,
li.product.post-13097,
li.product.post-13098,
li.product.post-13100,
li.product.post-13101,
li.product.post-13103,
li.product.post-13105 {
	display: none !important;
}
/* === /W3-D4 === */


/* === HIDE: W3-D5 Staging checkout note (optional) === */
/*
.isns-staging-checkout-note {
	display: none !important;
}
*/
/* === /W3-D5 === */
