/* Girlpower custom homepage — colors match the official brand palette in
   Kleurencodes.docx (Primary Magenta #D41E66, Deep Berry #8F0F43, etc). */

/* Blogsy's default page background is a very subtle lavender-grey tint
   (#FAF8FF) rather than pure white — override sitewide for a crisp white
   background behind every "white" section. */
:root {
	--pt-body-bg-color: #ffffff !important;
}

/* Blogsy's "Peony" homepage hero slider hardcodes a flat dark-grey photo
   overlay (rgba(25,25,29,.45)) with no Customizer control. Replace it with
   a brand-colored gradient — darker near the text at the bottom, clear
   near the top — instead of disabling the slider outright. */
.peony-slider .main-slider .image-wrapper:before {
	background: linear-gradient(0deg, rgba(143,15,67,.8) 0%, rgba(143,15,67,.25) 55%, rgba(143,15,67,0) 100%) !important;
}

.gpw-home {
	--gpw-radius: 12px;
	--gpw-shadow: 0 4px 25px rgba(28,25,36,.12);
	--gpw-accent: #D41E66;
	--gpw-accent-dark: #8F0F43;
	--gpw-tint: #FDF0F5;
	--gpw-border: #F7D5E4;
	--gpw-card-bg: #fff;
	--gpw-heading: #1C1924;
	--gpw-grey: #4A4A4A;
}

.gpw-home img { max-width: 100%; display: block; }
.gpw-home h1, .gpw-home h2, .gpw-home h3 { color: var(--gpw-heading); line-height: 1.2; }
.gpw-home a { text-decoration: none; }

.gpw-eyebrow {
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--gpw-accent);
	margin-bottom: 12px;
}
.gpw-center { text-align: center; }
.gpw-section { padding: 88px 0; }
.gpw-section--tight { padding: 56px 0; }
.gpw-section--tint { background: var(--gpw-tint); }
.gpw-section-head { max-width: 700px; margin: 0 auto 48px; }
.gpw-section-head p, .gpw-section-head.gpw-center p { color: var(--gpw-grey); }

/* "Our Four Pillars" / "Resource Library" eyebrows: sized to match the
   "Knowledge That Creates Opportunity." heading, with flanking rules that
   break around the text. */
.gpw-section-head.gpw-center h2 { font-size: 26px; }
.gpw-section-head.gpw-center .gpw-eyebrow,
.gpw-eyebrow--lined {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	font-size: 26px;
	letter-spacing: .04em;
}
.gpw-section-head.gpw-center .gpw-eyebrow::before,
.gpw-section-head.gpw-center .gpw-eyebrow::after,
.gpw-eyebrow--lined::before,
.gpw-eyebrow--lined::after {
	content: '';
	flex: 0 1 140px;
	height: 2px;
	background: var(--gpw-border);
}

/* Buttons */
.gpw-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 15px;
	padding: 14px 28px;
	border-radius: 999px;
	border: 2px solid transparent;
	transition: transform .15s ease, opacity .15s ease;
}
.gpw-btn:hover { transform: translateY(-2px); }
.gpw-btn--primary { background: var(--gpw-accent); color: #fff; }
.gpw-btn--outline { background: transparent; border-color: var(--gpw-heading); color: var(--gpw-heading); }

/* Hero */
.gpw-hero { padding: 64px 0 48px; overflow: hidden; }
.gpw-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.gpw-hero h1 { font-size: clamp(35px, 4.2vw, 51px); letter-spacing: -.02em; margin: 0 0 .5em; }
.gpw-hero h1 em { font-style: normal; color: var(--gpw-accent); }
.gpw-hero__subhead { font-weight: 600; color: var(--gpw-accent); font-size: 18px; margin-bottom: .6em; }
.gpw-hero__lead { color: var(--gpw-grey); max-width: 520px; margin-bottom: 32px; }
.gpw-hero__ctas { display: flex; flex-wrap: wrap; gap: 16px; }
.gpw-hero__art { position: relative; }
.gpw-hero__art img { border-radius: var(--gpw-radius); box-shadow: var(--gpw-shadow); aspect-ratio: 3/2; object-fit: cover; }
.gpw-hero__badge {
	position: absolute; bottom: -20px; left: -20px;
	background: var(--gpw-card-bg); border-radius: 10px; box-shadow: var(--gpw-shadow);
	padding: 14px 18px; max-width: 220px;
}
.gpw-hero__badge strong { display: block; color: var(--gpw-accent); font-size: 21px; }
.gpw-hero__badge span { display: block; font-size: 13px; color: var(--gpw-grey); margin-top: 2px; }

/* Four pillars */
#pillars { padding-top: 56px; padding-bottom: 56px; }
.gpw-pillars__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.gpw-pillar {
	background: var(--gpw-card-bg); border: 1px solid var(--gpw-border);
	border-radius: var(--gpw-radius); padding: 32px 24px; text-align: center;
}
.gpw-pillar__icon {
	width: 60px; height: 60px; margin: 0 auto 16px; border-radius: 50%;
	background: var(--gpw-tint); color: var(--gpw-accent); display: flex; align-items: center; justify-content: center;
	font-size: 26px;
}
.gpw-pillar h3 { font-size: 18px; margin-bottom: 8px; }
.gpw-pillar p { color: var(--gpw-grey); font-size: 15px; margin-bottom: 14px; }
.gpw-pillar__link { color: var(--gpw-accent); font-weight: 700; font-size: 14px; letter-spacing: .03em; text-transform: uppercase; }

/* Resource library */
#resource-library { padding-top: 56px; padding-bottom: 56px; }
.gpw-resources__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-bottom: 40px; }
.gpw-resource {
	background: var(--gpw-card-bg); border-radius: var(--gpw-radius); padding: 28px 20px;
	text-align: center; box-shadow: var(--gpw-shadow);
}
.gpw-resource__icon {
	width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 50%;
	background: var(--gpw-tint); color: var(--gpw-accent);
	display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.gpw-resource h3 { font-size: 16px; margin-bottom: 8px; }
.gpw-resource p { color: var(--gpw-grey); font-size: 15px; margin-bottom: 12px; }
.gpw-resource__link { color: var(--gpw-accent); font-weight: 700; font-size: 14px; letter-spacing: .03em; text-transform: uppercase; }

.gpw-inside {
	display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
	background: var(--gpw-card-bg); border-radius: var(--gpw-radius); padding: 20px 26px;
}
.gpw-inside__label { font-weight: 700; color: var(--gpw-heading); }
.gpw-inside__tags { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.gpw-inside__tags li a {
	display: inline-flex; align-items: center; gap: 7px;
	background: var(--gpw-tint); color: var(--gpw-accent);
	font-size: 14px; font-weight: 600; padding: 6px 14px; border-radius: 999px;
	cursor: pointer; user-select: none; text-decoration: none;
	box-shadow: 0 1px 0 rgba(212,30,102,.15);
	transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
}
.gpw-inside__tags li a:hover {
	transform: scale(0.94) translateY(1px);
	box-shadow: inset 0 2px 4px rgba(143,15,67,.35);
	background: var(--gpw-accent);
	color: #fff;
}
.gpw-inside__tags li a:active {
	transform: scale(0.9) translateY(1px);
}
.gpw-inside__icon { font-size: 15px; line-height: 1; }

/* Mission & vision */
.gpw-mv__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: center; }
.gpw-mv__card h2 { font-size: 26px; }
.gpw-mv__card p { color: var(--gpw-grey); font-size: 19px; }
.gpw-mv__card .gpw-eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: 26px;
	letter-spacing: .04em;
}
.gpw-mv__card .gpw-eyebrow::before,
.gpw-mv__card .gpw-eyebrow::after {
	content: '';
	flex: 0 1 40px;
	height: 2px;
	background: var(--gpw-border);
}
.gpw-mv__art img { border-radius: var(--gpw-radius); box-shadow: var(--gpw-shadow); aspect-ratio: 4/5; object-fit: cover; }
.gpw-quote {
	position: relative;
	background: var(--gpw-tint);
	border-radius: 16px;
	padding: 16px 46px;
	margin: 24px auto 0;
	width: fit-content;
	max-width: 100%;
	text-align: center;
}
.gpw-quote::before,
.gpw-quote::after {
	content: '\201C';
	position: absolute;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 30px;
	font-weight: 700;
	color: var(--gpw-accent);
	line-height: 1;
}
.gpw-quote::before { left: 14px; top: 14px; }
.gpw-quote::after { content: '\201D'; right: 14px; bottom: 6px; }
.gpw-quote p { color: var(--gpw-accent); font-weight: 700; font-size: 19px; margin: 0; }
.gpw-quote span { color: var(--gpw-accent); }

/* Bottom card row — split photo/colour-panel cards */
.gpw-bottom__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gpw-bottom-card {
	display: grid; grid-template-columns: 1.1fr 1fr;
	border-radius: var(--gpw-radius); overflow: hidden; min-height: 190px;
	box-shadow: var(--gpw-shadow);
}
.gpw-bottom-card__panel {
	display: flex; flex-direction: column; justify-content: center;
	padding: 20px 16px;
}
.gpw-bottom-card__icon { font-size: 20px; margin-bottom: 8px; line-height: 1; opacity: .9; }
.gpw-bottom-card__label { display: block; font-weight: 700; font-size: 15px; margin-bottom: 8px; line-height: 1.25; }
.gpw-bottom-card p { opacity: .85; font-size: 13px; margin-bottom: 10px; line-height: 1.4; }
.gpw-bottom-card__cta { font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.gpw-bottom-card__photo { background-size: cover; background-position: center; min-height: 100%; }

/* Featured image on regular Pages (Blogsy's page.php doesn't show one by default) */
.single-page-thumbnail { margin: 20px 0 32px; }
.single-page-thumbnail img { width: 100%; height: auto; border-radius: 12px; display: block; }

/* Resource Library */
.gpw-reslib__filter-label { text-align: center; font-weight: 700; color: var(--gpw-heading); margin-bottom: 12px; }
.gpw-reslib__filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.gpw-reslib__filter {
	display: inline-flex; align-items: center; gap: 7px;
	background: var(--gpw-card-bg); border: 1px solid var(--gpw-border); color: var(--gpw-heading);
	font-size: 14px; font-weight: 600; padding: 9px 18px; border-radius: 999px;
	cursor: pointer; text-decoration: none;
	transition: transform .12s ease, background-color .12s ease, color .12s ease;
}
.gpw-reslib__filter:hover { background: var(--gpw-tint); }
.gpw-reslib__filter.is-active {
	background: var(--gpw-accent); border-color: var(--gpw-accent); color: #fff;
	transform: scale(0.97);
}
.gpw-reslib__active-note {
	text-align: center; color: var(--gpw-grey); font-size: 14px; margin: 16px 0 0;
}
.gpw-reslib__active-note strong { color: var(--gpw-heading); }
.gpw-reslib__active-note a { color: var(--gpw-accent); font-weight: 700; margin-left: 6px; }
.gpw-reslib__group { margin-bottom: 56px; }
.gpw-reslib__group:last-child { margin-bottom: 0; }
.gpw-reslib__group-title {
	display: flex; align-items: center; gap: 10px;
	font-size: 20px; margin-bottom: 20px; padding-bottom: 12px;
	border-bottom: 1px solid var(--gpw-border);
}
.gpw-reslib__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gpw-reslib__card {
	display: block; background: var(--gpw-card-bg); border: 1px solid var(--gpw-border);
	border-radius: var(--gpw-radius); padding: 22px 20px; color: inherit;
	transition: transform .15s ease, box-shadow .15s ease;
}
.gpw-reslib__card:hover { transform: translateY(-3px); box-shadow: var(--gpw-shadow); }
.gpw-reslib__card-icon {
	display: flex; align-items: center; justify-content: center;
	width: 42px; height: 42px; border-radius: 50%; background: var(--gpw-tint);
	font-size: 19px; margin-bottom: 14px;
}
.gpw-reslib__card h3 { font-size: 16px; margin-bottom: 8px; line-height: 1.3; }
.gpw-reslib__card p { color: var(--gpw-grey); font-size: 14px; margin-bottom: 12px; }
.gpw-reslib__card-source { color: var(--gpw-accent); font-weight: 700; font-size: 13px; }

@media (max-width: 1024px) { .gpw-reslib__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .gpw-reslib__grid { grid-template-columns: 1fr; } }

/* About page */
.gpw-hero--about h1 { font-size: 26px; }
.gpw-pillars__grid--3 { grid-template-columns: repeat(3, 1fr); }
.gpw-about-vision { background: var(--gpw-accent-dark); }
.gpw-about-vision .gpw-eyebrow { color: #fff; }
.gpw-about-vision .gpw-eyebrow--lined::before,
.gpw-about-vision .gpw-eyebrow--lined::after { background: rgba(255,255,255,.3); }
.gpw-about-vision h2 { color: #fff; font-size: 30px; margin-bottom: 20px; }
.gpw-about-vision .gpw-hero__lead { color: rgba(255,255,255,.85); }
.gpw-about-belief {
	background: #fff; border-radius: var(--gpw-radius); box-shadow: var(--gpw-shadow);
	padding: 32px 30px; margin-top: 40px;
}
.gpw-about-belief .gpw-eyebrow { color: var(--gpw-accent) !important; }
.gpw-about-belief p { color: var(--gpw-grey); margin-bottom: 8px; }
.gpw-about-belief__question {
	font-style: italic; font-weight: 700; color: var(--gpw-heading) !important;
	font-size: 19px; margin-bottom: 0 !important;
}
.gpw-quote--card {
	background: #fff; box-shadow: var(--gpw-shadow);
}
.gpw-quote--card::before,
.gpw-quote--card::after { color: var(--gpw-accent); }
.gpw-quote--card p { color: var(--gpw-accent-dark); }

/* Simple content pages (Webinars, Community) */
.gpw-hero--simple { padding: 72px 0 56px; text-align: center; }
.gpw-hero--simple .gpw-hero__lead { max-width: 640px; }
.gpw-simple__form { margin-top: 28px; text-align: left; }
.gpw-simple__form .wpforms-container { max-width: 460px; margin: 0 auto; }
.gpw-simple__form .wpforms-submit {
	background: var(--gpw-accent) !important;
	border-color: var(--gpw-accent) !important;
}
.gpw-simple__form .wpforms-submit:hover {
	background: var(--gpw-accent-dark) !important;
	border-color: var(--gpw-accent-dark) !important;
}
.gpw-simple__form .wpforms-field-label {
	color: var(--gpw-heading);
}

/* Responsive */
@media (max-width: 1024px) {
	.gpw-pillars__grid { grid-template-columns: repeat(2, 1fr); }
	.gpw-resources__grid { grid-template-columns: repeat(3, 1fr); }
	.gpw-mv__grid { grid-template-columns: 1fr; }
	.gpw-mv__art { order: -1; max-width: 420px; margin: 0 auto; }
	.gpw-bottom__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
	.gpw-hero__grid { grid-template-columns: 1fr; }
	.gpw-hero__art { order: -1; }
	.gpw-pillars__grid { grid-template-columns: 1fr; }
	.gpw-resources__grid { grid-template-columns: repeat(2, 1fr); }
	.gpw-bottom__grid { grid-template-columns: 1fr; }
	.gpw-bottom-card { grid-template-columns: 1fr; }
	.gpw-bottom-card__photo { min-height: 160px; }
	.gpw-hero__badge { position: static; margin-top: 16px; max-width: none; }
}
